/*

Theme Name: Emmett

Description: Child theme for Avada theme

Author: ThemeFusion

Author URI: https://theme-fusion.com

Template: Avada

Version: 1.0.0

Text Domain:  Avada

*/
@media screen and (min-width: 992px){
    .custom-header .fusion-menu > li > a > .menu-text{
        position: relative;
    }
    .custom-header .fusion-menu > li > a > .menu-text::before {
        content: "";
        width: 100%;
        height: 27px;
        background-image: url("image/menu-icon.webp");
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        position: absolute;
        bottom: 100%;
        left: 0;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }

    .custom-header .fusion-menu > li > a:hover > .menu-text::before,
    .custom-header .fusion-menu > li.current_page_item > a > .menu-text::before {
        opacity: 1;
    }
}

@media screen and (max-width: 767px){
    .custom-header .custom-button{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }


}
@media screen and (max-width: 1024px){
    .custom-header.fusion-sticky-transition{
        top: 0 !important;
    }
}
@media screen and (max-width: 1400px){
    .custom-header .custom-button .fusion-button-text{
        display: none;
    }
    .custom-header .custom-button .awb-button__icon--default{
        margin-right: 0 !important;
    }
    .custom-header .custom-button .awb-button__icon{
        font-size: 1.2em !important;
    }
}


.fusion-button .awb-button__icon{
    font-size: 1.6em;
    margin-top: -0.3em;
    margin-bottom: -0.3em;
}

.banner-bg-trapezoid{
    clip-path: polygon(0 0, 80% 0%, 65% 100%, 0 100%);
}
.info-box01{
    background-color: #2a97c4;
    color: #FFF;
    text-align: center;
    padding: 50px 25px 50px;
    line-height: 1.2;
}
.info-box01 .number{
    font-size: 90px;
    line-height: 1;
    font-family: "Oswald";
    font-weight: 600;
    margin-bottom: 15px;
}
.info-box01 .text{
    font-size: 16px;
    text-transform: uppercase;
}


.iconbox-grid{
    display: grid;    
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}
.iconbox-grid .fusion-layout-column{
    padding: 40px 30px;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin: 0;
}
.iconbox-grid .fusion-imageframe{
    width: 84px;
    height: 84px;
    background-color: #ebf6fc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.iconbox-grid .fusion-title-heading{
    font-size: 20px !important;
}
.iconbox-grid .fusion-title{
    margin-bottom: 0 !important;
}

.custom-contentbox h4{
    color: #FFF !important;
    margin: 40px 0 20px;
}
.img-right-logo{
    background-color: #ebf9ff;
    border-radius: 50%;
    overflow: hidden;
    position: absolute !important;
    right: 30px!important;
    left: auto !important;
    margin-top: -145px;
}
.img-right-logo::before{
    position: absolute ;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    content: "";
    border-radius: 50%;
    border: 1px dashed #0476b3;
    pointer-events: none;
}

.content-boxes01 .heading-with-icon .image{
    width: 75px;
    height: 75px;
    background-color: #176b98;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-boxes01 .heading-with-icon .image img{
    margin: 0 !important;
}
.content-boxes01 .content-box-heading{
    padding-left: 92px !important;
    color: #FFF !important;
    padding-top: 10px !important;
}
.content-boxes01 .content-container{
    padding-left: 92px !important;
    color: #FFF !important;
    font-size: 16px !important;
}
.content-boxes01 .content-box-wrapper{
    font-family: inherit !important;
}

.custom-form{
    background-color: #05344e;
    padding: 35px 70px;
    border-radius: 10px;
}

.custom-form .fusion-form-label-wrapper label,
.custom-form .fusion-form-field > label{
    color: #578ead !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 0 0 5px !important;
}
.custom-form .fusion-column-wrapper .fusion-form-input{
    background-color: #073751 !important;
    border: 1px solid #265b78 !important;
    color: #FFF !important;
    padding: 32px 15px !important;
    font-size: 16px !important;
}
.custom-form .fusion-column-wrapper .fusion-form-input::placeholder{
    color: #FFF !important;
}

.custom-form .fusion-form-submit-field{
    text-align: center;
}

@media screen and (max-width: 767px){
    .custom-form{
        padding: 35px 15px;
    }

}


.custom-social01 .fusion-social-network-icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 15px 20px;
    font-size: 30px;
    color: #FFF !important;
    background-color: #123e57;
    transition: all 0.3s ease-in-out;
}
.custom-social01 .fusion-social-network-icon:hover{
    background-color: #07557f !important;
    color: #FFF !important;
}

.custom-footer-title a,
.custom-footer-title a:link,
.custom-footer-title a:visited,
.custom-footer-title a:active{
    color: #FFF !important;
}

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

    .custom-social01 .fusion-social-network-icon{
        width: 50px;
        height: 50px;
    }

}

