@import url(../fonts/font/stylesheet.css);
@import url(../icomoon/style.css);

.clear, .clearfix:after {
    clear: both
}

a, body, p {
    font-family: Montserrat
}

footer, h1, section {
    position: relative
}

body, p, ul {
    margin: 0
}

.header-btn a, .img-content-right p, .nav-primary > li > .sub-menu > li > a, .product-details-img-content p, body {
    color: #000
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent
}

body {
    padding: 0;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clear {
    line-height: 0;
    font-size: 0
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
    transition: .3s ease-in-out
}

footer, section {
    z-index: 11
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #000
}

.btn-primary, h1 span {
    color: #008c9b
}

p {
    padding: 0 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-weight: 500
}

.btn, ul {
    padding: 0
}

b {
    font-weight: 700
}

.btn, h1 {
    font-weight: 900;
    font-family: Montserrat
}

p:last-child {
    padding-bottom: 0
}

h1 {
    font-size: 48px;
    color: #273279;
    text-transform: uppercase
}

h1 span {
    text-transform: none;
    font-size: 16px;
    display: block
}

ul {
    list-style-type: none
}

h2 {
    font-family: Montserrat;
    font-size: 22px;
    color: #241b10;
    font-weight: 700
}

@media (min-width: 1200px) {
    h1 {
        font-size: 4.4vw;
        line-height: 5.7vw
    }

    h1 span {
        font-size: 1.9vw;
        line-height: 1.8vw
    }

    p {
        margin: 0;
        padding: 0 0 34px
    }
}

@media (min-width: 1500px) {
    h1 {
        font-size: 4.7vw;
        line-height: 5.7vw
    }
}

.btn i, select {
    font-size: 15px
}

.image-overlay {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.btn, .custome-select, select {
    position: relative
}

.object-fit {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.btn {
    font-size: 12px;
    line-height: 22px;
    border: none;
    background: 0 0;
    outline: 0;
    display: inline-block;
    border-radius: 0
}

.container, .container-fluid {
    padding: 0 22px
}

.btn i {
    position: absolute;
    top: 5px;
    right: -40px
}

.container {
    max-width: 1404px;
    margin: 0 auto
}

.custome-select {
    z-index: 1
}

select {
    width: 100%;
    padding: 14px 15px;
    appearance: none;
    font-family: Montserrat;
    font-weight: 500;
    background: #f1f1f1;
    border: none;
    outline: 0
}

.custome-select::after {
    content: "\e918";
    font-family: icomoon;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    z-index: 1
}

@media (min-width: 768px) {
    h2 {
        font-family: Montserrat;
        font-size: 35px;
        line-height: 47px;
        color: #241b10;
        font-weight: 700
    }

    .container-fluid {
        padding: 0 52px
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding: 0 22px
    }
}

.page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 10px 0
}

.page-header.fixed {
    background-color: #fff;
    box-shadow: 0 4px 44px rgba(0, 0, 0, .04)
}

.headre-nav > .nav-primary, .toggle-btn div {
    background-color: #273279;
    transition: .3s ease-in-out
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-logo {
    display: inline-block;
    width: 130px
}

.header-logo a {
    display: inline-block;
    line-height: 0
}

.toggle-btn div:first-child {
    margin-top: 0
}

.headre-nav > .nav-primary {
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    padding: 30px 25px 0;
    z-index: 99999
}

.headre-nav > .nav-primary.active {
    left: 0
}

.nav-primary li {
    padding-bottom: 10px
}

.nav-primary li a {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    padding: 8px 0
}

.nav-primary > li > .sub-menu {
    background-color: #fff;
    width: 100%;
    padding: 15px;
    display: none;
    transition: .3s ease-in-out
}

.content-img-button-bottom a span, .nav-primary > li.active > .sub-menu.js-toggled, .nav-primary > li > .sub-menu li .sub-menu-children.js-toggled {
    display: block
}

.img-content-section, .img-title-section, .menu-item-has-children, .nav-primary li.active > a {
    position: relative
}

.sub-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 33px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff
}

.sub-menu-two {
    display: none
}

.children-has-before .sub-menu-toggle {
    color: #002a68
}

.sub-menu-children {
    background-color: #011f5b;
    padding: 10px 11px;
    display: none
}

.nav-primary > li > .sub-menu > li > .sub-menu-children > li > a {
    color: #fff
}

.sub-menu-toggle::before {
    font-size: 13px
}

.toggle-btn {
    width: 30px;
    cursor: pointer;
    z-index: 11111;
    margin-left: 30px
}

.toggle-btn div {
    width: 100%;
    height: 2px;
    margin-top: 10px
}

.toggle-btn.open .one {
    transform: rotate(45deg) translate(8px, 8px)
}

.toggle-btn.open .two {
    opacity: 0
}

.toggle-btn.open .three {
    transform: rotate(-45deg) translate(9px, -9px)
}

.nav-primary li.active > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #008c9b
}

.header-btn a {
    font-size: 20px
}

.client-logo, .header-roght {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (min-width: 768px) {
    .header-logo {
        width: 200px
    }
}

.header-banner, .img-box, .img-title-img, footer {
    position: relative
}

@media (min-width: 1200px) {
    .nav-primary > li > .sub-menu, .nav-primary > li > .sub-menu li .sub-menu-children {
        width: 200px;
        padding: 0 20px 5px;
        text-align: left;
        display: block;
        position: absolute;
        opacity: 0;
        visibility: hidden
    }

    .toggle-btn {
        display: none
    }

    .header-btn {
        margin-left: 48px
    }

    .headre-nav > .nav-primary {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        background-color: transparent;
        padding: 0;
        transition: .3s ease-in-out;
        overflow: unset;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .nav-primary li {
        padding: 0
    }

    .nav-primary li a {
        font-size: 1vw;
        line-height: 30px;
        color: #000;
        padding: 0 0 3px
    }

    .nav-primary li.active > a::before {
        height: 5px
    }

    .sub-menu-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #fff
    }

    .nav-primary > li {
        margin: 0;
        padding: 0 2vw
    }

    .nav-primary > li > .sub-menu {
        background-color: #31bff0;
        border-top: 2px solid #e3b761;
        top: 81px;
        left: 0
    }

    .nav-primary > li > .sub-menu > li > a {
        color: #fff
    }

    .nav-primary > li > .sub-menu > li > .sub-menu-children > li > a:hover, .nav-primary > li > .sub-menu > li > a:hover {
        color: #002a68
    }

    .nav-primary li:hover .sub-menu, .nav-primary li:hover .sub-menu-megha {
        opacity: 1;
        top: 45px;
        visibility: visible
    }

    .nav-primary > li > .sub-menu li .sub-menu-children {
        background-color: #219cc7;
        top: 10px;
        left: 180px;
        transition: .3s
    }

    .nav-primary > li > .sub-menu li:hover .sub-menu-children {
        opacity: 1;
        visibility: visible;
        top: -1px
    }

    .children-has-before .sub-menu-toggle {
        color: #fff;
        transform: rotate(-90deg);
        font-size: 15px
    }

    .nav-primary > li > .sub-menu-megha {
        width: 100%;
        max-width: 1300px;
        position: fixed;
        left: 50%;
        top: 100px;
        transform: translate(-50%, 0);
        z-index: 111
    }

    .sub-menu-megha {
        column-count: 5
    }

    .nav-primary > li:first-child {
        padding-left: 0
    }

    .sub-menu-toggle::before {
        font-size: 10px
    }

    .nav-primary li > a:hover {
        color: #273279
    }

    .nav-primary > li > .sub-menu > li > .sub-menu-children > li > a {
        padding: 10px 0;
        font-size: 13px
    }

    .page-header {
        padding: 24px 0 0
    }

    .header-logo {
        width: 292px;
        line-height: 0
    }

    .banner-img {
        margin-left: 0;
        margin-right: 11vw
    }
}

@media (min-width: 1440px) {
    .container-fluid {
        padding: 0 34px
    }

    .page-header {
        padding: 30px 0 0
    }
}

.header-banner {
    margin-top: 70px
}

.header-banner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 228px;
    background-color: #273279;
    clip-path: polygon(100% 0, 100% 100%, 0% 100%);
    z-index: -1
}

.img-box::before, .img-content-section::before {
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    width: 100%
}

.banner-bottom-content {
    background-color: #273279;
    padding: 50px 0 70px
}

.banner-bottom-content-left, .img-title-title {
    padding-bottom: 30px
}

.banner-bottom-content-left h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff
}

.img-title-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 68px;
    background: #273279;
    z-index: -1
}

.img-title-img {
    line-height: 0
}

.btn-green, .img-title-title h6 {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700
}

.img-title-img img {
    width: 100%;
    object-fit: cover
}

.img-title-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 140, 155, .5)
}

.img-title-title {
    padding-top: 30px
}

.img-title-title h6 {
    color: #000;
    padding: 0;
    margin: 0;
    text-align: center
}

.img-title-wrapper {
    display: flex;
    flex-wrap: wrap
}

.btn-green, .content-img-button-bottom a {
    background: #008c9b;
    display: inline-block
}

.img-title-item {
    width: 50%
}

.button-text {
    padding-bottom: 65px
}

.btn-green {
    padding: 16px 34px;
    color: #fff;
    border: none;
    cursor: pointer
}

.button-text-wrapper h4 {
    font-size: 22px;
    line-height: 29px;
    color: #000;
    font-weight: 500;
    margin-top: 20px
}

.img-content-section::before {
    height: 128px;
    background-color: #273279;
    clip-path: polygon(100% 0, 100% 100%, 0% 100%)
}

.img-box {
    padding: 0 20px
}

.img-box + .img-box {
    margin: 0 30px
}

.img-content-left {
    display: flex;
    justify-content: space-between
}

.img-box:first-child {
    margin-top: 48px
}

.img-box::before {
    height: calc(100% - 30%);
    background: #f5f5f5;
    z-index: -1
}

.footer-copyright ul, .img-box-img {
    text-align: center
}

.img-box-content {
    height: 200px;
    text-align: center;
    padding-top: 67px
}

.img-box-content h5 {
    color: #000;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700
}

.img-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse
}

.content-img-button {
    position: relative;
    padding-bottom: 50px
}

.content-img-button::before {
    content: "";
    position: absolute;
    bottom: 87px;
    left: 0;
    width: 100%;
    height: calc(100% - 87px);
    background: #273279;
    z-index: -1
}

.content-img-button-top-content {
    text-align: center;
    max-width: 1175px;
    margin: 0 auto
}

.content-img-button-top-content h2 {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 22px
}

.content-img-button-bottom-left {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.content-img-button-bottom a {
    font-size: 16px;
    line-height: 20px;
    padding: 21px 24px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 30px
}

.content-img-button-bottom-middel {
    margin-bottom: 30px
}

.content-img-button-bottom {
    margin-top: 50px
}

@media (min-width: 768px) {
    .header-banner {
        margin-top: 95px
    }

    .header-banner-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start
    }

    .banner-content {
        padding-top: 60px
    }

    .banner-img {
        margin-left: 50px
    }

    .img-title-item {
        width: 25%
    }

    .button-text-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-right: 20px
    }

    .button-text-wrapper h4 {
        font-size: 32px;
        line-height: 39px;
        color: #000;
        font-weight: 500;
        margin-left: 41px;
        margin-top: 0
    }

    .btn-green {
        padding: 16px 40px
    }

    .content-img-button {
        padding-bottom: 76px
    }

    .content-img-button-bottom {
        display: flex;
        justify-content: center
    }

    .content-img-button-bottom-middel {
        margin: 0 25px;
        width: 599px
    }

    .content-img-button-bottom a:last-child {
        margin: 0
    }

    .content-img-button-bottom-left, .content-img-button-bottom-right {
        width: 268px;
        padding-top: 29px
    }

    .footer-copyright ul {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .footer-copyright ul li {
        position: relative;
        padding: 0 12px
    }

    .footer-copyright ul li:first-child:before {
        display: none
    }

    .footer-copyright ul li::before {
        content: "";
        position: absolute;
        background: #fff;
        width: 1px;
        height: 15px;
        left: 0;
        top: 10px
    }
}

.heading-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.heading-image-wrapper h2 {
    color: #273279;
    font-weight: 900;
    font-size: 22px;
    text-align: center;
    padding-bottom: 27px
}

.heading-image-wrapper a {
    margin-top: 20px
}

.client-log-section h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    padding-bottom: 30px
}

.client-log-section {
    padding: 50px 0
}

@media (min-width: 1200px) {
    .header-banner {
        margin-top: 155px;
        padding-bottom: 20px
    }

    .header-banner::before {
        bottom: 20px
    }

    .header-banner::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 20px;
        background: #273279
    }

    .header-banner h1 {
        padding-bottom: 53px
    }

    .header-banner::before {
        height: 328px
    }

    .banner-bottom-content-left {
        margin-left: 30px;
        width: 464px;
        margin-right: 75px
    }

    .banner-bottom-content-right {
        width: calc(100% - 569px)
    }

    .banner-bottom-content-left h4 {
        font-size: 32px;
        line-height: 39px
    }

    .banner-bottom-content-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: last baseline
    }

    .img-title-section {
        padding-bottom: 100px
    }

    .img-title-title {
        padding-bottom: 0
    }

    .img-title-item {
        width: 14%
    }

    .img-content-wrapper {
        flex-direction: unset
    }

    .img-content-left {
        width: 567px;
        margin-left: 180px;
        margin-right: 40px
    }

    .img-content-right {
        width: calc(100% - 857px);
        margin-right: 70px
    }

    .img-box + .img-box {
        margin: 0
    }

    .img-box:first-child {
        margin-top: 48px;
        padding: 0 39px 0 58px;
        margin-right: 20px
    }

    .img-box:last-child {
        padding: 0 33px 0 56px;
        margin-left: 20px
    }

    .img-content-section::before {
        height: 346px
    }

    .img-box-content {
        height: 287px
    }

    .client-log-section {
        padding: 104px 0 150px;
        position: relative
    }

    .heading-image-wrapper h2 {
        font-size: 64px;
        line-height: 78px;
        padding-bottom: 54px
    }

    .client-log h2 {
        text-align: center;
        font-size: 32px;
        font-weight: 500;
        line-height: 38px
    }
}

footer {
    overflow: hidden
}

footer::before {
    content: "";
    position: absolute;
    top: 170px;
    left: 0;
    width: 100%;
    height: 430px;
    background: url(../img/footer-bg.webp) 0 0/cover no-repeat
}

.footer-copyright {
    background-color: #008c9b;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0
}

.footer-copyright ul li a {
    font-size: 12px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    text-align: center
}

@media (min-width: 1920px) {
    footer::before {
        top: 140px
    }

    .client-log-section {
        padding: 104px 0 180px
    }
}

.product-details {
    padding-top: 100px
}

.product-details h2 {
    font-weight: 900;
    color: #008c9b;
    font-size: 18px;
    line-height: 28px
}

.product-details-img-content ul {
    padding-top: 7px
}

.product-details-img-content ul li a {
    color: #008c9b;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px
}

@media (min-width: 768px) {
    .product-details-content-img {
        display: flex;
        justify-content: space-between
    }

    .product-details-img {
        width: 30%
    }

    .product-details-img-content {
        position: relative;
        width: 70%;
        background-color: #f5f5f5;
        padding: 20px
    }

    .product-details-img-content::before {
        content: "";
        position: absolute;
        top: 0;
        right: -100px;
        width: 100%;
        height: 100%;
        background-color: #f5f5f5;
        z-index: -1
    }

    .product-details h2 {
        padding: 0 0 33px;
        text-align: center
    }
}

@media (min-width: 1200px) {
    .product-details {
        padding-top: 252px
    }

    .product-details h2 {
        font-size: 2vw;
        line-height: 2.6vw
    }

    .product-details-img-content p {
        font-size: 20px;
        font-weight: 500;
        line-height: 30px
    }

    .product-details-img {
        width: calc(100% - 56vw);
        text-align: center
    }

    .product-details-img-content {
        width: 56vw;
        padding: 66px 42px 47px 45px
    }
}