/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.19.4.1674522130
Updated: 2023-01-24 01:02:10

*/

/* @media screen and (max-width: 767px) {
    .hero__image {
        padding: 80px 0px 80px 80px !important;
    }
    .flex_section {
        padding: 80px 80px 80px 80px !important;
    }
    .inner_padding {
        padding: 80px 80px 80px 80px !important;
    }
    .inner_padding img {
        width: 750px !important;
    }
    .gallery__layout1 {
        padding: 80px 80px 80px 80px !important;
    }
} */


body {
    margin: 0px;
    padding: 0px;
}

.container_fluid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 180px;
    padding-right: 180px;
}

.hero__img {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 900px;
    padding: 150px 0px;
}

.hero__image {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.left_side {
    margin-top: 178px;
}

.right_side {
    position: absolute;
    right: 0px;
    top: 182px;
}

.right_side img {
    width: 860px;
    height: 600px;
}

.left_side h1 {
    text-align: left;
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 0px;
    width: 272px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0px;
}


.left_side p {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: -0.72px;
    width: 340px;
    color: #FFFFFF;
}

.flex_section {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 150px 0px 137px;
}

.flex_left {
    flex-basis: 40%;
}

.flex_right {
    flex-basis: 60%;
}

.flex_right h2 {
    text-align: left;
    font-size: 42px;
    line-height: 50px;
    font-weight: 200;
    letter-spacing: -1.68px;
    color: #252525;
    margin: 0px;
}

.flex_right p {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    font-weight: 200;
    letter-spacing: -0.72px;
    color: #252525;
}

.btn {
    margin-top: 40px;
}

.btn a {
    border: #AAAAAA solid 1px;
    width: fit-content;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -0.64px;
    color: #252525;
    text-decoration: none;
}

.client__text h2 {
    text-align: left;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: bold;
    letter-spacing: 0px;
    color: #252525;
    text-transform: uppercase;
    padding: 15px 0px 0px 0px;
}

.client__text p {
    color: #252525;
    text-transform: uppercase;
    text-align: left;
    font-size: 18px;
    line-height: 33px;
    font-weight: 300;
    letter-spacing: 0px;
    margin: 0em 0em 1em 0em;
}

.client__text:before {
    content: '';
    position: absolute;
    border: 1px solid #aaaaaa;
    right: auto;
    width: 30px;
}

.toggle__button a {
    color: #252525;
    text-transform: uppercase;
    text-align: left;
    font-size: 18px;
    line-height: 33px;
    font-weight: 300;
    letter-spacing: 0px;
    margin: 0em 0em 1em 0em;
}

.gradient_bg {
    background: transparent linear-gradient(180deg, #EDF1F5 0%, #FBFBFB 31%, #EDF1F5 61%, #CDD4DC 79%, #9FB1C5 100%);
}

.inner_padding {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 180px 180px 120px 180px;
}

.inner_padding img {
    /* width: 880px; */
    width: 100%;
}

.gallery__layout1 {
    padding: 150px 0px;
}

.slider_container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 180px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.swiper-button-next:after {
    content: '' !important;
    font-size: 20px !important;

}

.swiper-button-prev:after {
    content: '' !important;
    font-size: 20px !important;

}

.swiper-button-next,
.swiper-button-prev {
    color: #bfcad5;
    --swiper-navigation-size: 25px !important;
    background-size: cover;
}

.gallery_container {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.masonry {
    column-count: 2;
    column-gap: 80px;
}

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

/* .brick {
    padding-top: 60px;
} */

.brick:nth-child(2) {
    padding-top: 60px;
}

.brick:nth-child(3) {
    padding-top: 180px;
}

/* responsive */

/* max-width-1550px */
@media screen and (max-width: 1440px) {
    .container_fluid {
        padding-left: 90px;
        padding-right: 90px;
    }

    .slider_container {
        max-width: 1440px;
        padding-left: 90px;
    }

    .right_side {
        top: 300px;
    }

    .right_side img {
        width: 55vw;
        height: 100%;
    }

    .hero__img {
        height: 850px;
    }

    .inner_padding {
        padding: 100px 90px 80px;
    }

    .masonry {
        column-gap: 40px;
    }

    .brick:nth-child(3) {
        padding-top: 130px;
    }

    .gallery__layout1 {
        padding: 100px 0px 80px;
    }

    .brick:nth-child(2) {
        padding-top: 40px;
    }
}

/* max-width-1199px */
@media screen and (max-width: 1024px) {
    .container_fluid {
        padding-left: 34px;
        padding-right: 34px;
    }

    .slider_container {
        padding-left: 34px;
    }

    .hero__img {
        height: auto;
    }

    .hero__image {
        flex-wrap: inherit;
    }

    .right_side img {
        width: 50vw;
    }

    .left_side {
        margin-top: 80px;
        padding-right: 20px;
    }

    .left_side h1 {
        font-size: 60px;
        line-height: 65px;
    }

    .flex_section {
        padding: 60px 0px;
    }

    .inner_padding {
        padding: 60px 34px 60px 34px;
    }

    .gallery__layout1 {
        padding: 60px 0px 60px;
    }

    .masonry {
        column-gap: 30px;
    }

    .brick:nth-child(3) {
        padding-top: 100px;
    }

    .brick:nth-child(2) {
        padding-top: 20px;
    }

    .right_side {
        top: 30vh;
    }
}

/* max-width-768px */
@media screen and (max-width:767px) {
    .container_fluid {
        padding-left: 25px;
        padding-right: 25px;
    }

    .left_side h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .slider_container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .right_side {
        position: inherit;
    }

    .left_side {
        margin-top: 30px;
        padding-right: 0px;
    }

    .right_side img {
        width: 100%;
    }

    .hero__img {
        padding: 100px 0px 30px;
    }

    .hero__image {
        flex-direction: row-reverse;
        flex-wrap: wrap-reverse;
        justify-content: center;
    }

    .left_side h1 {
        width: auto;
        text-align: center;
    }

    .left_side p {
        width: auto;
        text-align: center;
    }

    .flex_section {
        display: block;
    }

    .flex_section {
        padding: 30px 0px;
    }

    .flex_left {
        display: flex;
        margin-top: 35px;
        flex-wrap: wrap;
    }

    .client__text {
        width: 50%;
    }

    .inner_padding {
        padding: 30px 25px 30px 25px;
    }

    .gallery__layout1 {
        padding: 10px 25px 30px;
    }

    .brick {
        padding-top: 30px;
    }

    .masonry {
        column-count: 1;
    }

    .brick:nth-child(3) {
        padding-top: 20px;
    }

    .flex_right h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .btn {
        margin-top: 30px;
    }

    .btn a {
        padding: 12px;
    }

}


/* max-width-500px
@media screen and (max-width:500px) { 
    .container_fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .slider_container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .left_side h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .flex_section {
        padding: 50px 0px;
    }
    .flex_left {
        display: block;
    }
    .flex_right h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .inner_padding {
        padding: 40px 30px 40px 30px;
    }
    .masonry {
        column-count: 1;
    }
    .gallery__layout1 {
        padding: 80px 30px;
    }
    .brick {
        padding-top: 20px;
    }
} */