/* Settings*/
@font-face {
    font-family: 'Poppins';
    src: url('../woff2/poppins-bold.woff2') format('woff2'),
        url('../woff/poppins-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../woff2/poppins-semibold.woff2') format('woff2'),
        url('../woff/poppins-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../woff2/poppins-medium.woff2') format('woff2'),
        url('../woff/poppins-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../woff2/poppins-regular.woff2') format('woff2'),
        url('../woff/poppins-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../woff2/poppins-light.woff2') format('woff2'),
        url('../woff/poppins-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
body {
    font-family: 'Poppins';
}
ul, ol {
    padding: 0;
    margin: 0;
}
img {
	border-style: none;
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins';
}
/*Above The Fold Style*/
.et_fixed_nav.et_show_nav #page-container,
.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container {
    padding-top: 0 !important;
}
.site-header {
    background-color: rgba(121, 206, 211, 0.80);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
}
.main-header {
    max-width: 1170px;
    width: 100%;
    padding: 0 30px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.main-header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.site-logo {
    display: block;
    padding: 15px 0 0;
}
.header-right {
    margin-left: auto;
}
.header-right__top {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #5eb8bd;
    padding-left: 20px;
}
.header-right__top p {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-right: 30px;
    color: #010101;
}
.header-right__top p span {
    margin-right: 15px;
}
.header-right__top p a {
    color: #010101;
}
.border-phone {
    border-right: 1px solid #5eb8bd;
    padding-right: 25px;
    margin-right: 20px;
}
.atf-btn {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #6f3c98;
    display: inline-block;
    padding: 17px 45px;
    text-align: center;
}
.atf-btn:hover {
    color: #fff;
    text-decoration: none;
}
/*Nav*/
.emg-nav-menu-wrap ul {   
    padding: 0;
    margin-bottom: 0;
}
.emg-nav-menu {
    text-align: right;
}
.emg-nav-menu li {
    list-style: none;
}
.emg-nav-menu li:not(.emg-mega-menu) {
    position: relative;
}
.emg-nav-menu > li {
    display: inline-block;
    transition: .3s;
}
.emg-nav-menu > li:not(:last-child) {
    margin-right: 5px;
}
.emg-nav-menu li a {
    font-size: 20px;
    color: #000;
    display: block;
    font-weight: 400;
}
.emg-nav-menu > li > span > a {
    padding: 17px 35px;
    opacity: 1;
    position: relative;
    z-index: 1;
    transition: .3s;
}
.emg-nav-menu > li.menu-item-has-children > span > a {
    padding-right: 35px;
} 

.emg-nav-menu > li:hover > span > a {
    background-color: #fff;
    color: #f78f1d;
}
.emg-nav-menu > li.menu-item-has-children > span > a span:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    background-image: url(../png/down-arrow.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 5px;
    margin-top: -1px;
}
.emg-nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    right: auto;
    z-index: 1;
    background: #fff;
    text-align: left;
    left: 0;
    padding: 10px 0;
    box-shadow: 5px 8px 63px 7px rgba(0, 0, 0, 0.15);
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: .3s;
}
.emg-nav-menu > li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.emg-nav-menu .sub-menu a {
    display: block;
    width: 240px;
    padding: 5px 15px;
}
/*Mega menu */
.emg-nav-menu .emg-mega-menu .sub-menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 50px 10px 20px;
    flex-wrap: wrap;
}
.emg-nav-menu .emg-mega-menu .sub-menu > li {
    width: 25%;
    max-width: 25%;
    text-align: center;
    margin-bottom: 20px;
}

.emg-nav-menu .emg-mega-menu.menu-col-5 .sub-menu > li {
    width: 20%;
    max-width: 20%;
}
.emg-nav-menu .emg-mega-menu.menu-col-6 .sub-menu > li {
    width: 16.666%;
    max-width: 16.666%;
}

.emg-nav-menu .emg-mega-menu.emg-grid-menu .sub-menu {
    padding: 0;
}

.emg-nav-menu .emg-mega-menu.emg-grid-menu .sub-menu > li {
    margin-bottom: 0;
}

.emg-nav-menu .emg-mega-menu.emg-grid-menu .sub-menu a {
    border: 1px solid #e9ecef;
    padding: 70px 20px;
}
.emg-nav-menu .emg-mega-menu.emg-grid-menu .sub-menu a:hover {
    background-color: #f2f4f6;
    border-color: #f78f1d;
}


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

    .emg-nav-menu .emg-mega-menu.menu-col-6 .sub-menu > li {
        width: 25%;
        max-width: 25%;
    }
}

.emg-nav-menu .emg-mega-menu .sub-menu a {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 263px;
    margin-right: auto;
    margin-left: auto;
}
.emg-nav-menu .menu-item a.menu-image-title-after.menu-image-not-hovered img,
.emg-nav-menu .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
    padding: 0;
    margin-bottom: 20px;
    border-radius: 5px;
}

.menu-image-title {
    line-height: 1.3;
}

/*Mobile Menu */
.emg-mobile-menu {
    display: none;
    text-align: right;
    margin-left: auto;
    position: relative;
    z-index: 110;
}
.emg-mobile-menu img {
    display: block;
}
.emg-mobile-menu img.icon-close {
    display: none;
}
.emg-mobile-menu.is-active img.icon-bar {
    display: none;
}
.emg-mobile-menu.is-active img.icon-close {
    display: block;
}
.mobile-menu-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: absolute;
    z-index: 101;
    background: #fff;
    text-align: center;
    height: 100vh;
    overflow-y: auto;
    padding: 10px 25px 50px;
    transition: transform .4s;
    transform: translateY(-100%); 
}
body.mobile-menu-show .mobile-menu-wrap {
    transform: translateY(0);
}
.mobile-menu-logo {
    width: 100%;
    text-align: left;
}
.mobile-menu-logo img {
    width: 100px;
}
.mobile-menu-logo .site-logo {
    padding: 0;
}
#emg-mobile-nav {
    margin-bottom: 20px;
}
#emg-mobile-nav a img {
    display: none;
}
#emg-mobile-nav ul li {}
#emg-mobile-nav ul li a {
    font-size: 22px;
    display: inline-block;
    padding: 5px;
    position: relative;
}
#emg-mobile-nav > ul > li {
    position: relative;
}
#emg-mobile-nav > ul > li.menu-item-has-children > .arrow {
    background-image: url(../png/down-arrow.png);
    width: 30px;
    height: 23px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 8px;
    cursor: pointer;
    transition: transform .3s ease-out;
    vertical-align: middle;
}
#emg-mobile-nav li ul {
    display: none;
}
.menu-contact {
    margin-bottom: 20px;
}
.menu-contact-btn {
    width: 100%;
    padding: 0 30px;
}
.menu-contact-btn .btn {
    padding: 12px 30px;
    font-size: 18px;
    width: 100%;
}

/*Banner */

.emg-slide {}

.banner-container {
    padding: 270px 0 120px;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-container:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.06);*/
    /*background: rgba(255, 255, 255, 0.15);*/
    z-index: 0;
}
.emg-slider-content {
    max-width: 1170px;
    width: 80%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    min-height: 57vh;
    position: relative;
    z-index: 1;
}
.emg-slider-content h1,
.emg-slider-content h2 {
    color: #000;
}
.emg-slider-content h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 43px;
    padding-bottom: 22px;
    line-height: 1.3;
    position: relative;
}
.emg-slider-content h1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 5px;
    background-color: #f78f1d;
}
.emg-slider-content h2 {
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.emg-slider-content h1 span {
    display: block;
    font-weight: 400;
}
.emg-slider-content h1 span {
    display: block;
    font-weight: 400;
}
.emg-slider-content ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    color: #292929;
    margin-bottom: 10px;
}
.emg-slider-content ul li:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    background: #f78f1d;
    border-radius: 50%;
}
.banner-btn-wrap {
    margin-top: 50px;
}
.emg-sliders.slick-slider {
    margin-bottom: 0;
}
.emg-sliders .slick-dots {
    bottom: 30px;
}
.emg-sliders .slick-dots li button {
    background: #a882c6;
    border-radius: 20px;
    box-shadow: 0 0 0 3px transparent;
}
.emg-sliders .slick-dots li button:before {
    display: none;
}
.emg-sliders .slick-dots li.slick-active button {
    background: #6f3c98;
    box-shadow: 0 0 0 3px #a882c6;
}

/*Page Banner*/

.et_pb_section.page-banner {
    padding: 30px 0;
}

.et_pb_section.page-banner .h1,
.et_pb_section.page-banner h2,
.et_pb_section.page-banner h1 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: inherit;
    color: #000;
}

.banner-content {
    background: rgba(255,255,255,0.63) !important;
    padding: 20px 25px;
    box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    border-top: 10px solid #693594;
}

.banner-content .btn {
    font-size: 16px;
    font-weight: bold;
    padding: 14px 18px;
}

body:not(.home) #et-main-area {
    padding-top: 141px;
}



/*Media Queries*/
@media only screen and (max-width: 1600px) {

    .banner-container {
        background-position: 50% 0px;
    }

    #banner-slider-132 .banner-container {
        background-position: 80% 0px;
    }

}


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

    #banner-slider-132 .banner-container {
        background-position: 100% 0px;
    }

    .banner-container:before {
        background: rgba(255, 255, 255, 0.1);
    }

}

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

    .emg-nav-menu > li > span > a {
        padding-right:  15px;
        padding-left: 15px;
    }

    .emg-nav-menu > li.menu-item-has-children > span > a {
        padding-right: 30px;
    }

    .emg-nav-menu li a {
        font-size: 18px;
    }

    .header-right__top p {
        font-size: 14px;
        margin-right: 15px;
    }

    .header-right__top p span {
        margin-right: 8px;
    }

    .border-phone {
        padding-right: 8px;
        margin-right: 5px;
    }

    .header-right__top a.atf-btn {
        font-size: 15px;
        padding: 13px 20px;
    }


    .banner-container {
        padding: 200px 0 100px;
    }
    .emg-slider-content h1 {
        font-size: 40px;
        margin-bottom: 25px;
        padding-bottom: 10px;
    }
    .emg-slider-content h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .banner-btn-wrap {
        margin-top: 30px;
    }

    .et_pb_text.banner-content {
        width: 500px;
        max-width: 100%;
    }


}

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

    body:not(.home) #et-main-area {
        padding-top: 110px;
    }

    .banner-container {
        padding: 160px 0 80px;
    }

    .emg-slide.post-135 .banner-container {
        background-position: 80% 0px;
    }

    .emg-slide.post-135 .banner-container {
        background-position: 80% 0px;
    }

    .emg-slide.post-132 .banner-container {
        background-position: 90% 0 !important;
    }

    .main-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .site-logo {
        padding: 15px 0 5px;
    }
    .site-logo img {
        width: 130px;
    }
    .header-right {
        width: 100%;
        margin-left: 0;
    }
    .atf-btn {
        font-size: 15px;
        padding: 10px 25px;
    }
    .header-left {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .emg-mobile-menu {
        display: block;
    }
    .header-right {
        display: none;
    }
}

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

    .emg-slider-content h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .emg-slider-content ul li {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .emg-container .brand-logos:not(:last-child):after {
        display: none;
    }

    .et_pb_section.page-banner .h1,
    .et_pb_section.page-banner h2,
    .et_pb_section.page-banner h1 {
        font-size: 22px;
        font-weight: 400;
    }


}

