.img-text {
    padding-top: 80px;
    padding-bottom: 80px;
}

.img-text .row, .img-text .col {
    padding-top: 0;
    padding-bottom: 0;
}

.img-text .col-img {
    align-self: flex-start;
    width: 40%;
}

.img-text .col-text {
    width: 60%;
    padding-left: 64px;
}

.img-text .col-text {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
}

.img-text.anim .col-text {
    transition-delay: 0.3s;
    opacity: 1;
    transform: scale(1);
}

.img-text.text-left .col-text {
    padding-left: 18px;
    padding-right: 64px;

}

.img-text .img-container {
    border-radius: 5px;
    aspect-ratio: 4/3;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
    transform: scale(1.1);
    opacity: 0;
}

.img-text.anim .img-container {
    transform: scale(1);
    opacity: 1;
}

.img-text .img-container::before {
    opacity: 0.35;
    z-index: 3;
    visibility: visible;
    background-color: transparent;
}


.section:nth-child(odd).img-text .img-container  {
    border-color:  white;
}

.section:nth-child(even).img-text .img-container  {
    border-color:#f9f9f9;
}

.img-text .button {
    margin-bottom: 0; 
    margin-top: 12px;
}

.img-text .h2 {
    width: 100%;
    text-align: left;
    margin: 0;
    font-size: 20px;
    letter-spacing: 1px;
}

.img-text .h1 {
    width: 100%;
    text-align: left;
    margin: 0;
    color: #253a44;
    margin-bottom: 24px;

}


.img-text p:nth-child(1) {
    font-size: 19px;
}

.img-text p {
    font-size: 19px;
}

.contact-info {
    position: relative;
}

.contact-info .col {
    display: block;
    padding-right: calc(45% + 18px);
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact-info iframe {
    width: 45%;
    height: 100%;
    position: absolute;
    left: 55%;
    top: 0;
    border-left: 1px solid rgba(0,0,0, 0.05) !important; 
}

.contact-info .h1 {
    margin: 0;
    font-size: 42px;
    margin-bottom: 36px;

}

.contact-info .social {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 36px;
    margin-top: 12px;
    float: left;
    clear: both;
    width: calc(100% + 12px);
    margin-left: -6px;
    flex-wrap: wrap;
}

.contact-info .social li {
    margin: 6px;
    padding: 0;
}

.contact-info .social li:last-child {
    margin-right: 0;
}

.contact-info .social li a {
    text-decoration: none;
    color: white;
    float: left;
    background-color: #ec8730 !important;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    border-radius: 5px;
}

.contact-info .social li:nth-child(2) a {
    background-color: #667aaf;
}

.contact-info .social li:nth-child(3) a {
    background-color: #628eb4;
}

.contact-info .social li:nth-child(4) a {
    background-color: #589bb0;
}

.contact-info .social li:nth-child(5) a {
    background-color: #4da8aa;
}

.contact-info .social li:nth-child(6) a {
    background-color: #3eaa99;
}


.contact-list, .contact-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-list {
    width: calc(100% + 36px);
    margin-left: -18px;
    display: block;
    float: left;
    margin-bottom: 36px;
}

.contact-list li {
    display: block;
    float: left;
    width: 50%;
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 160%;
    font-size: 17px;
    font-weight: 400;
    padding-left: 18px;
    padding-right: 18px;
    color: rgba(0,0,0, 0.6);
}

.contact-list .h2 {
    font-size: 24px;
    display: block;
    width: 100%;
    margin-bottom: 18px;
    margin-top: 18px;
}

.contact-list span {
    display: block;
    float: left;
    width: 100%;
    clear: both;
}

.contact-list span i {
    font-style: normal;
    text-transform: capitalize;
    font-weight: 800;
}

.text-paralax .col, .text-paralax .row {
    padding-top: 0;
    padding-bottom: 0;
}



.text-paralax .col {
    display: block;
    text-align: center;
    max-width: 660px;
}

.text-paralax .h1 {
    color: white;
    margin: 0;
    font-size: 22px;
}

.text-paralax .h1 {
    transition: all 0.6s ease-in-out;
    opacity: 0;
    transform: translateX(0px) translateY(24px);
}

.text-paralax.anim .h1 {
    opacity: 1;
    transform: translateX(0px) translateY(0px);
}

.text-paralax .h2 {
    color: #2d4753;
    color: white;
    font-size: 50px;
    margin: 0;
    margin-bottom: 24px;
    text-transform: capitalize;
}

.text-paralax .h2 {
    transition: all 0.6s ease-in-out;
    opacity: 0;
    transform: translateX(0px) translateY(-24px);
}

.text-paralax.anim .h2 {
    opacity: 1;
    transform: translateX(0px) translateY(0px);
}

.text-paralax .text-description * {
    color: white;
    color: rgba(0, 0, 0, 0.55);
    color: white;
    font-weight: 400;
}

.text-paralax .text-description {
    transition: all 0.6s ease-in-out;
    opacity: 0;
}

.text-paralax.anim .text-description {
    opacity: 1;
    transition-delay: 0.6s;
}

.text-paralax .text-description p {
    font-size: 22px;
    line-height: 160%;
    opacity: 0.9;
}

.text-paralax .button {
    transition: all 0.6s ease-in-out;
    margin-top: 24px;
    opacity: 0;
}

.text-paralax.anim .button {
    transition-delay: 1s;
    opacity: 1;
}

.img-text .col-text .img-container {
    display: none;
}

.counter .row {
    flex-wrap: nowrap;
}

.counter .h1 {
    font-size: 76px;
    margin-bottom: 0;
    color:  #2d4753;
}

.counter p {
    font-weight: 400;
    font-size: 19px;
}

.counter .col:nth-child(odd) .h1 {
    color: #2d4753;
}



.section .counter-wrapper {
    text-align: center;
    width: 100%;
    background-color: #f1f1f1;
    background-color: transparent;
    position: relative;
    border-radius: 5px;
    padding: 24px;
}

.section:nth-child(odd) .counter-wrapper {
    background-color: white;
    background-color: transparent;
}

.products .h1 {
    color: #2d4753;
    margin-bottom: 0;
}

.products .top {
    padding-top: 80px;
    padding-bottom: 0;
}

.products .row.bottom {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 40px;
}

.products .bottom .col {
    width: 50%;
    justify-content: flex-start;
    align-items: flex-start;
}

.products .bottom .col .col-wrapper {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 18px;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.025);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.025);
    min-height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.products .bottom .col .img-container {
    width: 82px;
    height: 82px;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    left: 18px;
}

.products .h4 {
    margin-bottom: 12px;
    color: #2d4753;
    margin-top: 12px;
    font-size: 24px;
}

.products .bottom .col .text {
    width: 100%;
    padding-left: 100px;
    padding-bottom: 0px;
}

.products .bottom .col .text p {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 24px;
    font-size: 16px;
}

.products .bottom .col .text .link {
    color: #2d4753;
    text-decoration: none;
    font-size: 19px;
    margin-bottom: 24px !important;
}

.navrow ul.col {
    width: auto;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    background-color: transparent;
    box-shadow: inset 0px 0px 10px rgba(0,0,0, 0.075);
}

.navrow ul.col li {
    display: inline-block;
    padding: 0px;
}

.navrow ul.col li a {
    display: block;
    padding: 18px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: rgba(0, 0, 0, 0.025);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    text-decoration: none;
    font-size: 17px;
    line-height: 130%;
    color: #2d4753;
    font-weight: 500;
}

.navrow ul.col li.active a {
    background-color: #3d9b8f;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    color: white;
}

.navrow ul.col li:first-child a {
    padding-left: 36px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.navrow ul.col li:last-child a {
    border-right: none;
    padding-right: 36px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

@media screen and (max-width: 1200px) {
    .products .bottom .col .text p {
        -webkit-line-clamp: 100;
      }
}

/* mobial */
@media screen and (max-width: 890px) {
    .img-text {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .img-text .h2 {
        font-size: 14px;
    }

    .img-text .h1 {
        font-size: 32px;
    }

    .img-text p:nth-child(1) {
        font-size: 16px;
    }

    .img-text p {
        font-size: 16px;
    }

    .img-text p:last-child {
        margin-bottom: 0 !important;
    }

    .img-text .button {
        margin-top: 24px;
    }

    .img-text .img-container {
        border-width: 1px;
    }

    .img-text .col-text {
        width: 65%;
        padding-left: 24px;
        padding-right: 18px;
    }

    .img-text.text-left .col-text {
        padding-left: 18px;
        padding-right: 24px;
    }

    .img-text .col-img {
        width: 35%;
    }

    .section.paralax {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .section.paralax.form-section {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .text-paralax .h1 {
        font-size: 14px;
    }

    .text-paralax .h2 {
        font-size: 36px;
        margin-bottom: 18px;
    }

    .text-paralax .text-description p {
        font-size: 17px;
        line-height: 150%;
    }

    .text-paralax .button {
        margin-top: 12px;
        margin-bottom: 0;
     }

     .contact-info {
        padding-top: 36px;
        padding-bottom: 0px;
     }

     .contact-info .row {
        padding-top: 0;
        padding-bottom: 0;
     }

     .contact-info .col {
        display: block;
        padding-right: 18px;
        padding-top: 0;
        padding-bottom: 0;
     }

     .contact-info .map {
        position: relative;
        height: 450px;
        width: 100%;
     }

     .contact-info .map iframe {
        width: 100%;
        left: 0;
     }

    .contact-info .h1 {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .contact-list .h2 {
        font-size: 21px;
        margin-bottom: 9px;
        margin-top: 9px;
    }

    .contact-list {
        margin-bottom: 0px;
    }

    .contact-list li {
        margin-top: 3px;
        margin-bottom: 3px;
        font-size: 16px;
    }

    .contact-info .social {
        margin-bottom: 36px;
        margin-top: 36px;
        width: calc(100% + 6px);
        margin-left: -3px;
    }
    
    .contact-info .social li {
        margin: 3px;
        padding: 0;
    }  

    .contact-info .social li a {
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 18px;
    }

    .counter .row {
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
    }

    .counter .row .col {
        padding: 9px;
        max-width: 320px;
    }

    .section .counter-wrapper {
        padding: 9px;
    }

    .counter .h1 {
        font-size: 56px;
    }

    .counter p {
        font-size: 16px;
    }

    .navrow ul.col {
        flex-wrap: wrap;
        border: none;
        box-shadow: none !important;
    }

    .navrow ul.col li a {
        font-size: 14px;
        padding: 12px;
        padding-left: 12px;
        padding-right: 12px;
        background-color: transparent !important;
        color: #2d4753;
        border: none;
    }

    .navrow ul.col li.active a {
        background-color: #3d9b8f;
        text-shadow: 0px 0px 10px rgba(0,0,0,0.1);
        color: #ec8730 !important;
    }

    .products .top {
        padding-top: 24px;
        padding-bottom: 0;
    }

    .products .h1 {
        font-size: 24px;
        margin-bottom: -24px;
    }

    .products .bottom .col .img-container {
        width: 60px;
        height: 60px;
    }

    .products .bottom .col .text {
        padding-left: 80px;
    }

    .products .h4 {
        font-size: 21px;
    }

    .products .bottom .col .text p {
        font-size: 16px;
    }

    .products .bottom .col .text .link {
        font-size: 16px;
    }

}

@media screen and (max-width: 640px) {
    .products .bottom .col {
        width: 100%;
        padding-top: 9px;
        padding-bottom: 9px;
    }
}



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




    .img-text .col-text {
        width: 100%;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .img-text .col-img {
        display: none;
    }

    .img-text .col-text .img-container {
        display: block;
        margin-bottom: 24px;
        width: 70%;
        margin-left: 15%;
    }

}


@media screen and (max-width: 380px) {
 
    .contact-list li {
    width: 100%;
    }

}