.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  .noframe .shadow, .img-text .img-container.noframe::before { 
    display: none;
}

.img-text .img-container.noframe {
    border: none;
    border-radius: 0;
}

.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: 500px;
    aspect-ratio: 4/4;
    border: 5px 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.01;
    z-index: 3;
    visibility: visible;
    background-color: #40b4d7;
}


.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: 26px;
    font-weight: 800;
    text-transform: none;
    margin-bottom: -6px;
}

.img-text .h1 {
    width: 100%;
    text-align: left;
    margin: 0;
    color: #424244;
    margin-bottom: 24px;
    font-weight: 800;
}

.img-text .h1::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #40b4d7;
    margin-top: 18px;
}


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

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

.img-text.chart-text .col-img {
    width: 50%;
}

.img-text.chart-text .col-text {
    width: 50%;
}

.img-text.chart-text .img-container {
    border-radius: 0;
    border: none;
    aspect-ratio: 4/2.5;
}

.chart-text  .chart {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10;
}

.chart-text.img-text.chart-two-columns .col-text {
    width: 100%;
    text-align: center;
    display: block;
}

.chart-text.img-text.chart-two-columns .h2 {
    text-align: center;
    font-weight: 800;
}

.chart-text.img-text.chart-two-columns .h1 {
    text-align: center;
    width: 100%;
    font-weight: 800;
    color: #424244;
}

.chart-text.img-text.chart-two-columns .h1::after  {
    margin-left: auto;
    margin-right: auto;
}

.chart-text.img-text.chart-two-columns .h3 {
    text-align: center;
    font-size: 20px;
    margin-top: 24px;
    font-weight: 800;
}



.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;
    color: #424244;
    font-weight: 800;
}

.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: #48484a;
    color: white;
    float: left;
    background-color: #40b4d7 !important;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    border-radius: 50%;
}

.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: #424244;
}

.contact-list .h2 {
    font-size: 24px;
    display: block;
    width: 100%;
    margin-bottom: 18px;
    margin-top: 18px;
    color: #40b4d7;
    font-weight: 800 !important;
}

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

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

.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: 19px;
    font-weight: 700;
}

.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: white;
    font-size: 50px;
    margin: 0;
    margin-bottom: 24px;
    text-transform: capitalize;
}

.text-paralax .h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #40b4d7;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}

.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;
}

.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: 18px;
    line-height: 160%;
    font-weight: 400;
}

.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;
}

.section.thre-colums {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.section.thre-colums .col-text {
    flex-wrap: wrap;
    display: block;
    width: 100%;
    text-align: center;
}

.section.thre-colums .h1 {
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 0;
    opacity: 0;
    transform: translateX(-0px) translateY(-60px);
    transition: all 0.6s ease-in-out;
}

.section.thre-colums.anim .h1 {
    opacity: 1;
    transform: translateX(0px) translateY(0px);
}

.section.thre-colums.anim .h1::after {
    margin-left: auto;
    margin-right: auto;
}

.section.thre-colums .h2 {
    color: black;
    font-size: 50px;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 24px;
    text-transform: capitalize;
    display: block;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    transform: translateX(0px) translateY(60px);
    text-align: center;
}

.section.thre-colums.anim .h2 {
    opacity: 1;
    transform: translateX(0px) translateY(0px);
    transition-delay: 0.3s;
}

.section.thre-colums .col.col-1-3 {
    width: 33.333%;
    transition: all 0.6s ease-in-out;
    transform: translateX(0px) translateY(60px);
    opacity: 0;
}

.section.thre-colums.anim .col.col-1-3 {
    opacity: 1;
    transform: translateX(0px) translateY(0px);
    transition-delay: 0.6s;
}



.section.thre-colums .img-container {
    aspect-ratio: 1/1;
    margin-bottom: 24px;
}

.section.thre-colums .h3 {
    font-size: 22px;
    font-weight: 700;
}

.section.gallery .row {
    padding-left: 9px;
    padding-right: 9px;
}

.section.gallery .col-img {
    width: 33.333%;
    padding-left: 9px;
    padding-right: 9px;
}

.section.gallery .img-container {
    border-radius: 5px;
    aspect-ratio: 4/3;
    border: 4px solid transparent;
}

.section.gallery .col-img .h4 {
    position: absolute;
    width: 100%;
    bottom: 6px;
    z-index: 5;
    width: 100%;
    text-align: center;
    background-color: #4c4c4e;
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
    margin: 0;
    color: white;
    opacity: 0.85;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section.thre-colums .text-description {
    min-height: 120px;
}

.section.thre-colums .h6 {
    font-size: 14px;
    font-weight: 300;
    margin-top: 12px;
}

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

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

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

    .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: 8px;
    }

    .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: 18px;
        padding-bottom: 18px;
    }

    .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;
    }

    .section.thre-colums .h1 {
        font-size: 14px;
    }

    .section.thre-colums .h2 {
        font-size: 36px;
        margin-bottom: 18px;
    }

    .section.thre-colums .h3 {
        font-size: 17px;
    }

    .section.thre-colums .row {
        flex-wrap: wrap;
    }

}



@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%;
    }

    .section.thre-colums .col.col-1-3 {
        width: 100%;
        max-width: 100%;
    }

    .section.thre-colums .img-container {
        display: block;
        margin-bottom: 24px;
        width: 70%;
        margin-left: 15%;
    }

    .img-text.chart-text .col-1-2 {
        max-width: 100%;
        width: 100%;
    }

    .img-text.chart-text .col-1-2 .img-container, .img-text.chart-text .col-img .img-container {
        margin-left: -9px;
        aspect-ratio: 4/3;
    }

    .img-text.chart-text .col-img {
        width: 100%;
        display: block;
        margin-bottom: 12px;
    }

    .img-text.chart-text .col-text {
        width: 100%;
    }

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

    .section.gallery .col-img {
        width: 50%;
    }

}


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

}