/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/* style all*/
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@400;500;600;700;800&family=Encode+Sans+Expanded:wght@500;600;700;800&display=swap');
body.page-template {
    font-weight: 600;
}

.center {
    text-align: center;
}

.btn-primary {
    transition: all 0.3s ease-in-out;
    box-shadow: 0 44px 84px -24px #011d52;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    background: #003da7;
    color: #fff;
    font-size: 12px;
    font-family: "Encode Sans Expanded";
    font-weight: 600;
    padding: 0 34px;
    display: inline-block;
    text-align: center;
    height: 56px;
    line-height: 56px;
    border-radius: 40px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #011d52;
    border-color: #011d52;
}

.btn-primary:after {
    content: "";
    height: 400px;
    width: 400px;
    background-color: #011d52;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.btn-primary:hover::after,
.btn-second:hover::after {
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.btn-second {
    color: #364151;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    height: 56px;
    padding: 0 41px;
    line-height: 56px;
    border: 2px solid #e9eff9;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 44px 84px -24px #e9eff9;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border-radius: 40px;
}

.btn-second:hover {
    color: #364151;
    background: #e9eff9;
}

.btn-second:after {
    content: "";
    display: block;
    height: 400px;
    width: 400px;
    background-color: #e9eff9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}
.fusion-main-menu .fusion-dropdown-menu .sub-menu li a{
    font-family: "Encode Sans Expanded"!important;
    font-weight: 800!important;
    font-size: 11px!important;
}
.full-height-screen,
.full-height-screen>.fusion-builder-row>.fusion-layout-column>.fusion-column-wrapper {
    height: 100vh;
    justify-content: center;
    transition: all .5s;
}

.full-height-screen .fusion-imageframe {
    display: none;
}

.full-height-screen .fusion-layout-column {
    overflow: hidden;
}

.full-height-screen>.fusion-builder-row>.col-image>.fusion-column-wrapper:hover {
    transform: scale(1.1);
}

/*end style all*/
.header-custom.fusion-header {
    padding: 10px 60px 0;
}

.fusion-is-sticky .header-custom.fusion-header {
    padding-top: 0;
}

.fusion-is-sticky .header-custom .fusion-main-menu {
    max-width: 50%;
}

.fusion-is-sticky .header-custom .fusion-logo {
    max-width: 25%;
}

.fusion-is-sticky .social-header .link-social {
    color: transparent;
}

.fusion-is-sticky .header-custom #menu-main-menu {
    justify-content: center;
}

.fusion-is-sticky .social-top {
    max-width: 25%;
    padding-left: 0;
    width: 100%;
    text-align: right;
}

.fusion-is-sticky .social-header .link-social .fusion-is-sticky .header-custom #menu-main-menu {
    justify-content: center;
}

.header-custom .fusion-main-menu {
    float: none;
    max-width: 44%;
    width: 100%;
}

.header-custom .fusion-logo {
    max-width: 105px;
    width: 100%;
}

.header-custom .fusion-row {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.header-custom #menu-main-menu {
    justify-content: center;
}

.header-custom #menu-main-menu .not-padding {
    padding-right: 0!important;
}

.fusion-main-menu ul.sub-menu {
    border-radius: 5px;
    padding: 15px 20px;
    left: -32px;
}

.fusion-main-menu .sub-menu li a {
    padding: 7px 0;
    border-bottom: 2px solid #dfe6f5 !important;
}

.fusion-main-menu .sub-menu li:last-child a {
    border-bottom: 0 !important;
}

.sub-menu li a {
    text-transform: uppercase;
    font-weight: 600 !important;
    color: #364151;
}

.sub-menu li a:hover {
    color: #003da7 !important;
}

.social-top {
    padding-left: 60px;
}

.social-header {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social-header li {
    display: inline-block;
    padding: 0 7px;
}

.social-header .link-social {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
    background-image: url(../Avada-Child-Theme/images/icon-final.png);
    background-color: #fff;
    border-radius: 50%;
    color: transparent;
}

.social-header .link-social.facebook {
    background-position: -7px -63px;
    background-color: #2c3b82;
}

.social-header .link-social.facebook:hover {
    background-color: #003da7;
}

.social-header .link-social.youtube {
    background-position: -60px -63px;
    background-color: #c61b21;
}

.social-header .link-social.youtube:hover {
    background-color: #003da7;
}

.social-header .link-social.in {
    background-position: -113px -63px;
    background-color: #0077b5;
}

.social-header .link-social.in:hover {
    background-color: #003da7;
}

.fusion-is-sticky .social-header .link-social.facebook {
    background-position: -7px -63px;
    background-color: #2c3b82;
}

.fusion-is-sticky .social-header .link-social.youtube {
    background-position: -60px -63px;
    background-color: #c61b21;
}

.fusion-is-sticky .social-header .link-social.in {
    background-position: -113px -63px;
    background-color: #0077b5;
}

/*Style footer*/
.fusion-footer-widget-area .sub-menu-footer {
    margin: 20px 0 0 15px;
}
.fusion-body .fusion-footer-copyright-center .fusion-copyright-notice {
    font-weight: 500;
}

.fusion-footer {
    background-image: url(../Avada-Child-Theme/images/bg-footer.jpg);
    background-color: #011d52;
    background-position: left;
}

.text-footer-col1 {
    margin-top: 30px;
}

.fusion-footer-widget-area .link-footer {
    max-width: 170px;
    margin: 0 auto;
}

.fusion-footer-widget-area .link-footer li {
    padding-bottom: 20px;
}

.info-footer {
    font-weight: 500;
}

.fusion-footer-widget-area ul li a:hover:before {
    background: #003da7;
}

.link-footer li a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Encode Sans Expanded';
    line-height: 20px;
}

.link-footer li a:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 2px;
    background: #1b3464;
    margin-right: 17px;
}

.link-footer > li > a:before {
    background: #003da7;
}

.info-footer .title-info {
    max-width: 70px;
    width: 100%;
    opacity: 0.3;
}

.info-footer ul li {
    display: flex;
    padding-bottom: 13px;
}

.info-footer .content-info {
    padding-left: 10px;
}

.fusion-footer-widget-area .social-footer {
    margin-top: 25px;
}

.social-footer li {
    display: inline-block;
    padding: 0 5px;
}

.social-footer .link-social {
    display: block;
    width: 52px;
    height: 52px;
    text-indent: -99999px;
    background-image: url(../Avada-Child-Theme/images/icon-final.png) !important;
    border-radius: 50%;
}

.social-footer .link-social.facebook {
    background-position: 3px -105px;
    background-color: #2c3b82;
}

.social-footer .link-social.youtube {
    background-position: -62px -105px;
    background-color: #c61b21;
}

.social-footer .link-social.in {
    background-position: -128px -105px;
    background-color: #0077b5;
}

.social-footer .link-social.facebook:hover,
.social-footer .link-social.youtube:hover,
.social-footer .link-social.in:hover {
    background-color: #003da7;
}

.text-footer-col1 p {
    line-height: 30px;
}

.to-top-container {
    position: relative;
}

.to-top-right #toTop {
    width: 85px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    align-items: center;
    text-align: center;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: -213px;
    font-size: 20px;
    color: #585353;
}

.text-back {
    font-size: 20px;
    color: #fff;
    opacity: 0.9;
    line-height: 20px;
}

.fusion-footer .to-top-right #toTop {
    right: 20px;
    background: transparent !important;
    z-index: 2;
    opacity: 1;
    pointer-events: inherit;
}

#toTop:before {
    content: url('../Avada-Child-Theme/images/icon_btt.png') !important;
}

.to-top-right #toTop:after {
    content: '';
    width: 1px;
    height: 122px;
    position: absolute;
    top: -134px;
    z-index: 0;
    background: #102a5c;
}

.fusion-header-wrapper.fusion-is-sticky {
    z-index: 100009;
}

.fusion-is-sticky .header-custom {
    height: auto !important;
}

.fusion-is-sticky .fusion-logo {
    margin: 0 !important;
}
.header-custom.social-in .fusion-mobile-nav-holder {
    right:0;
}
@media only screen and (max-width: 1700px) {
    .fusion-main-menu>ul>li {
        padding-right: 25px!important;
    }
    .header-custom #menu-main-menu {
        padding-right: 40px;
    }
}
@media only screen and (max-width: 1580px) {
    .fusion-main-menu>ul>li {
        padding-right: 20px!important;
    }
    .header-custom .fusion-main-menu>ul>li>a, 
    .fusion-main-menu .sub-menu li a {
        font-size: 11px;
    }
}
@media (min-width: 1441px) and (max-width: 1600px) {
    .header-custom #menu-main-menu {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1440px) {

    .header-custom .fusion-main-menu>ul>li>a,
    .fusion-main-menu .sub-menu li a {
        font-size: 10px !important;
    }

    .header-custom .fusion-main-menu>ul>li {
        padding-right: 16px !important;
    }
    .fusion-is-sticky .social-top {
        max-width: 30%;
    }
    .fusion-is-sticky .header-custom .fusion-logo {
        max-width: 15%;
    }
    .fusion-is-sticky .header-custom .fusion-main-menu {
        max-width: 55%;
    }
}

@media only screen and (max-width: 1400px) {
    .to-top-right #toTop {
        top: -167px;
    }

    .to-top-right #toTop:after {
        top: -180px;
        height: 165px;
    }

    .social-top {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1280px) {
    .header-custom .fusion-logo {
        max-width: 110px;
    }

    .header-custom.fusion-header {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1266px) {
    .to-top-right #toTop {
        top: -166px;
    }

    .fusion-footer .to-top-right #toTop {
        right: 0;
    }
}

@media only screen and (max-width: 1200px) {

    .btn-primary,
    .btn-second {
        height: 49px;
        line-height: 49px;
        padding: 0 30px;
        font-size: 11px;
    }

    .full-height-screen,
    .full-height-screen>.fusion-builder-row>.fusion-layout-column>.fusion-column-wrapper {
        height: auto;
        justify-content: flex-start;
    }

    .full-height-screen .fusion-imageframe {
        display: block;
    }

    .full-height-screen>.fusion-builder-row>.col-image>.fusion-column-wrapper:hover {
        transform: inherit;
    }

    .col-image .fusion-column-wrapper {
        background-image: none !important;
    }

    .header-custom .fusion-main-menu {
        float: none;
        max-width: initial;
        width: auto;
        padding-right: 60px;
    }

    .social-header li {
        padding: 0 1px;
    }

    .social-header .link-social {
        background-color: #f4f8ff;
    }

    .header-custom .fusion-mobile-selector span {
        display: none;
    }

    .header-custom .fusion-mobile-menu-text-align-left .fusion-selector-down {
        border-left: 0;
    }

    .header-custom .fusion-mobile-selector {
        border: 0;
    }

    .header-custom .fusion-logo {
        float: left !important;
        width: auto;
    }

    .header-custom .fusion-mobile-nav-holder {
        float: right;
        clear: none;
        margin-top: 0 !important;
        position: relative;
        right: 140px;
    }

    .header-custom .social-top {
        float: right;
        margin-top: 7px;
    }

    .header-custom .fusion-row {
        display: block;
    }

    .header-custom #mobile-menu-main-menu {
        position: fixed;
        width: 100%;
        max-width: 100%;
        right: 0px;
        top: 69px;
        height: 100vh;
        background-image: url(../Avada-Child-Theme/images/bg-menu-mobile.jpg);
        background-color: #e9eff9;
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 35px 39px;
        overflow: auto;
    }

    .fusion-mobile-nav-item a {
        border-bottom-width: 2px !important;
    }

    .header-custom .fusion-mobile-menu-search {
        display: none !important;
    }

    .social-header .link-social.facebook,
    .social-header .link-social.facebook:hover {
        background-position: -9px -65px;
        background-color: #2c3b82;
    }

    .social-header .link-social.youtube,
    .social-header .link-social.youtube:hover {
        background-position: -63px -65px;
        background-color: #c61b21;
    }

    .social-header .link-social.in,
    .social-header .link-social.in:hover {
        background-position: -115px -65px;
        background-color: #0077b5;
    }

    .social-header li {
        padding: 0 4px;
    }

    .header-custom .fusion-selector-down:before {
        content: "MENU";
        font-size: 10px;
        color: #364151;
        font-weight: 800;
        font-family: "Encode Sans Expanded";
        padding-right: 10px;
    }

    .header-custom .fusion-selector-down:after {
        content: "";
        background: url(../Avada-Child-Theme/images/icon_menu.png) no-repeat center;
        width: 20px;
        height: 40px;
    }

    .header-custom .fusion-selector-down {
        width: 65px;
        display: flex;
        align-items: center;
        top: 7px;
        right: 5px !important;
        font-family: "Encode Sans Expanded";
    }

    .fusion-mobile-menu-design-classic.fusion-header-v1 .header-custom.fusion-header {
        padding: 10px 39px;
    }

    .social-header .link-social {
        width: 35px;
        height: 35px;
    }

    .header-custom .fusion-mobile-selector[aria-expanded="true"]>.fusion-selector-down:before {
        color: #003da7;
    }

    .header-custom .fusion-mobile-selector[aria-expanded="true"]>.fusion-selector-down:after {
        background: url(../Avada-Child-Theme/images/menu-hover.png) no-repeat center;
    }

    /*Footer*/
    .logo-footer,
    .text-footer-col1 {
        text-align: center;
    }

    .text-footer-col1 {
        max-width: 570px;
        margin: 0 auto;
    }

    .fusion-columns .fusion-column.column-footer-2 {
        width: 40% !important;
        float: left;
    }

    .fusion-columns .fusion-column.column-footer-3 {
        width: 60% !important;
        float: left;
    }

    .fusion-footer-widget-area .link-footer {
        max-width: 100%;
    }

    .fusion-footer .fusion-footer-widget-area {
        padding: 73px 39px 14px;
    }

    .text-footer-col1,
    .fusion-footer-widget-area ul li {
        font-size: 18px;
    }

    .link-footer li a {
        font-size: 12px;
    }

    .social-footer .link-social {
        width: 45px;
        height: 45px;
    }

    .social-footer .link-social.facebook {
        background-position: -1px -108px;
    }

    .social-footer .link-social.youtube {
        background-position: -66px -108px;
    }

    .social-footer .link-social.in {
        background-position: -130px -108px;
    }

    .fusion-footer .fusion-copyright-notice {
        font-size: 18px;
    }

    .fusion-footer .fusion-column.column-footer-1 {
        margin-bottom: 67px !important;
    }

    .fusion-footer {
        background-position: 12%;
    }

    .fusion-columns.fusion-columns-3 .column-footer-1 {
        width: 100% !important;
        float: none;
    }

    .fusion-mobile-menu-text-align-left .fusion-mobile-nav-item a {
        padding-top: 15px;
        padding-bottom: 15px;
        height: auto !important;
    }

    .fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li a {
        padding-left: 14px !important;
    }

    .header-custom .fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li a:before {
        content: "";
        margin-right: 0;
    }

    .fusion-open-submenu:before {
        font-weight: bold;
        color: #adb1b8;
    }

    .fusion-mobile-nav-item.active-child .fusion-open-submenu:before,
    .fusion-mobile-nav-item.active-child>a {
        color: #003da7;
    }

    .fusion-mobile-menu-text-align-left .fusion-mobile-nav-item a {
        padding-left: 14px !important;
    }

    .fusion-open-submenu[aria-expanded="true"]:before {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu li a {
        border-bottom: 0;
        padding-bottom: 9px !important;
        padding-top: 9px !important;
    }

    .fusion-sub-menu-open {
        border-bottom: 2px solid #dfe6f5;
        padding: 2px 0 12px !important;
    }

    .overf {
        overflow: hidden;
    }

    .active-child a {
        border-bottom: 0 !important;
    }
}
@media (orientation: landscape) {
    .header-custom #mobile-menu-main-menu {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 767px) {

    .btn-primary,
    .btn-second {
        height: 42px;
        line-height: 42px;
        padding: 0 30px;
        font-size: 11px;
    }

    .header-custom .fusion-mobile-nav-holder {
        right: 0;
    }

    .header-custom #mobile-menu-main-menu {
        padding: 25px 22px;
        overflow: auto;
    }

    .header-custom #mobile-menu-main-menu {
        background-position: 20% 22%;
        background-size: 140%;
    }

    .fusion-mobile-menu-text-align-left .fusion-mobile-nav-item a {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .fusion-mobile-nav-holder>ul>li.fusion-mobile-nav-item>a,
    .sub-menu li a {
        font-size: 12px !important;
    }

    .header-custom .social-top {
        float: none;
        margin-top: 28px;
        width: 100%;
        text-align: center;
        padding-bottom: 150px;
    }

    .social-top {
        display: none;
    }

    #mobile-menu-main-menu .social-top {
        display: block;
    }

    .header-custom .fusion-selector-down {
        right: 0 !important;
    }

    .social-header .link-social {
        width: 46px;
        height: 46px;
    }

    .social-header .link-social.in,
    .social-header .link-social.in:hover {
        background-position: -110px -61px;
    }

    .social-header .link-social.youtube,
    .social-header .link-social.youtube:hover {
        background-position: -58px -59px;
    }

    .social-header .link-social.facebook,
    .social-header .link-social.facebook:hover {
        background-position: -4px -60px;
    }

    .fusion-mobile-menu-design-classic.fusion-header-v1 .header-custom.fusion-header {
        padding: 10px 20px;
    }

    .header-custom .fusion-selector-down {
        width: auto;
    }

    /*footer*/
    .fusion-footer .fusion-footer-widget-area {
        padding: 50px 39px 0px;
    }

    .fusion-columns .fusion-column.column-footer-2,
    .fusion-columns .fusion-column.column-footer-3 {
        width: 100% !important;
        float: none;
    }

    .block-social-footer {
        text-align: center;
    }

    .fusion-copyright-notice span {
        display: block;
    }

    .link-footer li a {
        font-size: 12px;
    }

    .link-footer li {
        display: inline-block;
        width: 49%;
    }

    .fusion-footer .fusion-column.column-footer-1 {
        margin-bottom: 42px !important;
    }

    .fusion-footer-widget-area .link-footer li {
        padding-bottom: 7px;
    }

    .fusion-footer .fusion-column.column-footer-2 {
        margin-bottom: 35px !important;
    }

    .fusion-footer-widget-area .social-footer {
        margin: 20px 0 40px;
    }

    .fusion-footer .fusion-footer-copyright-center {
        padding-top: 25px;
        padding-bottom: 30px;
    }

    .text-footer-col1 p {
        line-height: 25px;
    }

    .fusion-footer-widget-area .link-footer {
        display: flex;
        flex-direction: column;
        height: 148px;
        flex-wrap: wrap;
    }

    .fusion-footer-widget-area .sub-menu-footer {
        margin-top: 12px;
    }

    .fusion-footer-widget-area .link-footer > li {
        padding-bottom: 16px;
    }

    .fusion-footer-widget-area .sub-menu-footer li {
        width: 162px;
    }

}

@media only screen and (max-width: 540px) {
    .fusion-footer-widget-area .sub-menu-footer li {
        width: auto;
    }
}

@media only screen and (max-width: 385px) {
    .fusion-footer-widget-area .link-footer {
        display: flex;
        flex-direction: column;
        height: inherit;
        flex-wrap: inherit;
    }

    .fusion-footer-widget-area .sub-menu-footer li {
        width: 100%;
    }

    .fusion-footer-widget-area .link-footer > li {
        width: 100%;
    }
}
