/*** 

====================================================================
  Banner Section
====================================================================

***/

.banner-section {
    position: relative;
    padding: 0 0;
    background: #ffffff;
}

.banner-section .auto-container {
    max-width: none;
    padding: 0 0;
}

.banner-section .banner-container {
    position: relative;
}

.banner-section .banner-arrow {
    position: absolute;
    left: 20px;
    bottom: -160px;
    z-index: 5;
}

.banner-section .banner-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-section .row {
    margin: 0 0;
}

.banner-section .left-col {
    position: relative;
    padding: 0 0;
}

.banner-section .left-col .inner {
    position: relative;
    display: block;
    min-height: 100%;
}

.banner-section .left-col .content {
    position: relative;
    display: block;
    float: right;
    width: 100%;
    padding: 130px 30px 0 180px;
}

.banner-section .left-col .bg-image {
    position: absolute;
    left: -100px;
    bottom: -60px;
}

.banner-section .left-col h3 {
    font-family: 'Amsterdam Signature', sans-serif;;
    position: relative;
    font-weight: 400;
    color: #414141;
    font-size: 55px;
    line-height: 1.20em;
    margin: 0px 0px 10px;
}

.banner-section .left-col h1 {
    position: relative;
    font-weight: 400;
    font-size: 41px;
    color: #414141;
    line-height: 1.20em;
    margin: 0px 0px 35px;
}

.banner-section .left-col h1 .d-icon {
    position: absolute;
    right: -20px;
    top: -75px;
}

.banner-section .left-col .text {
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 30px;
    color: #414141;
}

.banner-section .left-col .lower-text {
    position: relative;
    line-height: 1.8em;
    display: block;
    margin-top: 22px;
}

.banner-section .left-col .lower-text span {
    font-size: 18px;
    color: #ff5522;
    font-weight: 700;
}

.banner-section .left-col .form-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 22px 170px 18px 24px;
    margin-right: -280px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    z-index: 5;
}

.banner-section .right-col {
    position: relative;
    padding: 0 0;
}

.banner-section .right-col .inner {
    position: relative;
    display: block;
    min-height: 100%;
}

.banner-section .right-col .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-radius: 0 0 0 7px;
}

.banner-section .right-col .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    border-radius: 0 0 0 10px;
}


/*** 

====================================================================
  Banner Section RESPONSIVE
====================================================================

***/

@media only screen and (max-width: 1339px) {
    .banner-section .left-col .text {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-section .left-col .text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1290px) {
    .banner-section .left-col .content {
        padding: 130px 30px 0 130px;
    }

}

@media only screen and (max-width: 991px) {
    .slider-home {
        display: flex;
        flex-direction: column-reverse;
    }

    #sectioncarousel{
        padding: 5px 40px 0;
    }

    .banner-section .left-col .content {
        padding: 240px 100px 200px;
    }

    .carousel-home2 .carousel-item img {
        border-radius: 50px 50px 0px 0px;
        height: 550px;
    }

    .banner-section .left-col .content {
        padding: 15px 60px 60px;
    }
}


@media only screen and (max-width: 767px) {
    .banner-section .left-col .form-box {
        padding-right: 24px;
    }
}

@media only screen and (max-width: 599px) {
    .banner-section .left-col h1 {
        font-size: 30px;
    }

    .banner-section .left-col h3 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .carousel-home2 .carousel-item img {
        border-radius: 50% 50% 0px 0px;
    }
}
@media only screen and (max-width: 380px) {
    #sectioncarousel{
        padding: 5px 10px 0;
    }
    .carousel-home2 .carousel-item img {
       height: 380px !important;
    }
}

/*** 

====================================================================
    SECTION EXTRA 1 & 2
====================================================================

***/

.text-contain {
    height: 100%;
    padding: 110px 80px 100px;
    background: #f5e7ca;
    color: #1e4632;
}

.text-contain h3 {
    font-size: 45px;
    font-family: 'DM Serif Display', sans-serif;
}

.text-contain p {
    line-height: 32px;
    font-size: 15px;
    font-weight: 400;
}

.mgsec2 {
    margin-bottom: 150px;
}

.list-icons {
    margin-top: 40px;
}

.list-icons ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    padding: 0;
}

.list-icons ul li {
    width: 16%;
    margin-bottom: 12px;
    font-size: 15px;
}

.list-icons2 {
    margin-top: 20px;
}

.list-icons2 ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    padding: 0;
}

.list-icons2 ul li {
    width: 50%;
    margin-bottom: 12px;
    font-size: 17px;
}

.icon-img {
    width: 32px;
    margin: 0 auto;
}

.icon-img2 {
    width: 32px;
    margin: 0 auto;
}

.icon-img img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.divBanner::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 85px;
    background-color: #1e4632;
    top: 0;
    z-index: -1;
    left: -10px;
}

.divBanner2 {
    display: flex;
    align-items: end;
    background: #1e4632;
}
.mxH600{
    max-height: 700px;
}

.img-extrahome {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.img-extrahome2 {
    height: 670px;
    width: 100%;
    object-fit: cover;
}

.img-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

}

.img-footer img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
