/* Banner Home One */
.banner_home_one{
  
    position: relative;
    height: 88vh;  
    width: 100%;     
    margin: 0;
    padding: 0;
    display: flex;             
    align-items: center;         
    justify-content: center;     
    text-align: center;
    background-size: cover;     
    background-position: center; 
    background-repeat: no-repeat;
    background-image: url(../../../assets/images/header.jpeg);
}

}
.banner_left_text{
    padding: 36px 0px;
}
.banner_left_text h4{
    position: relative;
    color: var(--bs-white);
    font-weight: 700;
    padding-bottom: 40px;
    margin-bottom: 8px;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-image: url(../../../assets/images/shape/title-shape.svg);
}
.banner_left_text h1{
    font-size: 85px;
    line-height: 95px;
    font-weight: 700;
    color: var(--bs-white);
    text-transform: uppercase;
}
.banner_home_one .row{
    display: flex;
    align-items: center;
}
.banner_right_vedio_button{
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_right_vedio_button a{
    display: inline-block;
    border-radius: 50%;
    width: 172px;
    height: 172px;
    line-height: 172px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.banner_right_vedio_button a i{
    font-size: 150px;
    color: var(--bs-white);
    background-color: transparent;
}

/* Banner Home Two */
.banner_home_two{
    position: relative;
    padding: 300px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: linear-gradient(178.41deg, rgba(41, 39, 39, 0.86) 20.01%, rgba(0, 0, 0, 0) 98.65%), url(../../../assets/images/banner/banner-image-02.jpg);
}
.banner_home_two .row{
    align-items: flex-end;
}
.banner_home_two .banner_left_text{
    padding: 0px;
}
.banner_home_two .banner_right_icon{
    margin-bottom: 10px;
}
.banner_home_two .banner_right_icon i{
    font-size: 125px;
    line-height: 150px;
    color: var(--bs-white);
}
.banner_home_two .banner_right_icon h3{
    font-weight: 700;
    color: var(--bs-white);
}
.banner_home_three .slide{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    background-position: center center;
}
.banner_home_three .slide:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.4);
}
.banner_home_three .slide .shape_one{
    position: absolute;
    right: 0;
    top: 0;
    width: 195px;
    height: 390px;
}
.banner_home_three .slide .shape_two{
    position: absolute;
    left: 50px;
    top: 0;
    width: 210px;
    height: 220px;
}
.banner_home_three .slide .shape_four{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 195px;
    height: 390px;
}
.banner_home_three .slide .content-box{
    padding: 330px 0px 260px;
}
.banner_home_three .slide .content-box h3{
    position: relative;
    color: var(--bs-white);
    font-weight: 700;
    padding-bottom: 40px;
    margin-bottom: 8px;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-image: url(../../../assets/images/shape/title-shape.svg);
}
.banner_home_three .slide .content-box h1{
    position: relative;    
    color: var(--bs-white);
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.banner_home_three .slide .content-box h1:before{
    position: absolute;
    top: -80px;
    right: -60px;
    content: "";
    width: 120px;
    height: 100px;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(../../../assets/images/banner/shape-three.svg);
}
.banner_home_three .slide .content-box h4{
    color: var(--bs-white);
    font-weight: 400;
    margin-bottom: 50px;
}
.banner_home_three .slide .link-button{
    max-width: 240px;
    width: 100%;
}
.banner_home_three .slide .link-button .button-style-four {
    padding: 20px 50px;
    justify-content: space-between;
}
.banner_home_three .owl-nav-none .owl-nav{
    display: none;
}
.banner_home_three .owl-nav-none .owl-dots{
    position: absolute;
    right: 250px;
    bottom: 70px;
}
.banner_home_three .owl-nav-none .owl-dots .owl-dot span{
    width: 20px;
    height: 20px;
    background: #f0f0f0;    
    border: 1px solid #f0f0f0;
    border-radius: 50%;
}
.banner_home_three .owl-nav-none .owl-dots .owl-dot.active span{
    background: none 0px 0px repeat scroll var(--secondary-color);
}
.banner_home_four{
    position: relative;
    z-index: 1;
    background-color: #FFF4F4;
}
.banner_home_four .bg_layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 67%;
    content: '';
    z-index: -1;
    background-repeat: no-repeat;
    background-position: top center;
}
.banner_home_four .icon_box{
    position: absolute;
    width: 150px;
    height: 150px;
    top: 85px;
    right: 80px;
    content: '';
    line-height: 150px;
    text-align: center;
    z-index: 2;
    background-color: var(--secondary-color);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
}
.banner_home_four .icon_box .icon i{
    font-size: 75px;
    color: var(--bs-white);
}
.banner_home_four .icon_box .bg_icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner_home_four .icon_box .bg_icon i{
    font-size: 120px;
    color: rgba(255, 255, 255, 0.1);
}
.banner_home_four .shape_six{
    position: absolute;
    top: 80px;
    left: 80px;
    width: 118px;
    height: 118px;
    content: '';
    background-repeat: no-repeat;
}
.banner_home_four .shape_seven{
    position: absolute;
    left: 83px;
    bottom: 127px;
    width: 88px;
    height: 84px;
    content: '';
    background-repeat: no-repeat;
}
.banner_home_four .shape_ten{
    position: absolute;
    right: 62px;
    bottom: 78px;
    width: 182px;
    height: 182px;
    content: '';
    background-repeat: no-repeat;
}
.banner_home_four .content-box{
    padding: 245px 0px;
    max-width: 560px;
    width: 100%;
}
.banner_home_four .content-box h4{
    position: relative;
    color: var(--theme-color-two);
    font-weight: 700;
    padding-bottom: 40px;
    margin-bottom: 10px;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-image: url(../../../assets/images/shape/title-shape.svg);
}
.banner_home_four .content-box h1{
    position: relative;    
    color: var(--theme-color-two);
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.banner_home_four .content-box h1:before{
    position: absolute;
    top: -100px;
    right: -80px;
    content: "";
    width: 120px;
    height: 100px;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(../../../assets/images/banner/shape-five.svg);
}
.banner_home_four .content-box h1 span{
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--primary-color);
    color: transparent;
}
.banner_home_four .content-box p{
    color: var(--theme-color-two);
    font-weight: 400;
    font-family: var(--titillium);
    margin-bottom: 50px;
}
.banner_home_four .content-box .link-button{
    max-width: 240px;
    width: 100%;    
}
.banner_home_four .content-box .link-button a{
    position: relative;
    display: flex;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    align-items: center;
    padding: 20px 50px;
    z-index: 1;
    justify-content: space-between;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}
.banner_home_four .content-box .link-button a:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: scaleX(0);
    transition: all 500ms;
    transform-origin: left;
    background-color: var(--secondary-color);
}
.banner_home_four .content-box .link-button a:hover:before{
    transform: scale(1.0);
}
.banner_home_four .content-box .link-button a .icon{
    margin-top: 5px;
}
.banner_home_four .content-box .link-button a:hover{
    color: var(--bs-white);
}
.banner_right_image{
    position: relative;
    height: 100%;
    margin-left: -50px;
}
.banner_right_image .shape_eight{
    position: absolute;
    top: 147px;
    left: 170px;
    width: 243px;
    height: 264px;
}
.banner_right_image .image_box_one{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.banner_right_image .image_box_one .image_one{
    position: relative;
    text-align: center;
}
.banner_right_image .image_box_one .image_one:before{
    position: absolute;
    bottom: 0;
    left: -20px;    
    width: 330px;
    height: 440px;
    content: '';
    z-index: -1;
    background: var(--secondary-color);
    border-radius: 170px 0px 0px 0px;
}
.banner_right_image .image_box_one .image_one::after{
    position: absolute;
    bottom: 20px;
    left: 0px;    
    width: 330px;
    height: 440px;
    content: '';
    z-index: -2;
    border: 1px solid #000000;
    border-radius: 225.5px 0px 0px 0px;
}
.banner_right_image .image_box_two{
    position: relative;
    float: right;
    z-index: 1;
    margin-top: 45px;
}
.banner_right_image .image_box_two .shape_nine{
    position: absolute;
    right: -85px;
    bottom: -5px;
    width: 200px;
    height: 200px;
    content: '';
    z-index: -1;
}
.banner_right_image .image_box_two:before{
    position: absolute;
    right: -80px;
    bottom: 0;
    width: 450px;
    height: 600px;
    content: '';
    z-index: -2;
    background-color: var(--primary-color);
    border-radius: 225.5px 225.5px 0px 0px;
}
.banner_right_image .image_box_two:after{
    position: absolute;
    right: -97px;
    bottom: 17px;
    width: 450px;
    height: 600px;
    content: '';
    z-index: -2;
    border: 1px solid var(--primary-color);
    border-radius: 225.5px 225.5px 0px 0px;
}
.banner_right_image .author-list{
    position: absolute;
    left: -22px;
    bottom: -24px;
    width: 327px;
    height: 182px;
    padding: 35px 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}
.banner_right_image .author-list .red-bar{
    position: relative;
    width: 250px;
    height: 12px;
    background: var(--primary-color);
    border-radius: 6px;
    margin-bottom: 9px;
}
.banner_right_image .author-list .yallow-bar{
    position: relative;
    width: 200px;
    height: 12px;
    background: var(--secondary-color);
    border-radius: 6px;
    margin-bottom: 20px;
}
.banner_right_image .author-list .author li{
    width: 60px;
    height: 60px;
    line-height: 47px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-right: -15px;
    background-color: rgba(217, 217, 217, 1);
    border: 5px solid #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
.banner_right_image .author-list .author li.plus-icon{
    color: var(--bs-white);
    font-size: 20px;
    background-color: var(--primary-color);
}
@media only screen and (max-width: 1700px){
    .banner_right_image .image_box_two:before{
        right: 0;
    }
    .banner_right_image .image_box_two:after{
        right: -20px;
    }
}   
@media only screen and (max-width: 1500px){
    .banner_home_four .icon_box{
        right: 40px;
        top: 40px;
    }
    .banner_right_image{
        margin: 0 auto;
    }
    .banner_right_image .image_box_two:after{
        display: none;
    }
    .banner_right_image .shape_eight,
    .banner_right_image .image_box_one{
        display: none;
    }
    .banner_right_image .image_box_two{
        float: inherit;
        text-align: center;
    }
}    
@media only screen and (max-width: 1350px){    
    .banner_home_one{
        padding: 200px 0px;
    }
    .banner_left_text h1{
        font-size: 75px;
    }
    .banner_home_two .banner_left_text h1{
        font-size: 60px;
        line-height: 70px;
    }
    .banner_home_four .content-box{
        padding: 220px 0px;
    }
    .banner_home_four .content-box h1{
        font-size: 70px;
        line-height: 80px;
    }
    .banner_home_four .content-box h4{
        margin-bottom: 30px;
    }
    .banner_home_four .shape_seven{
        display: none;
    }
    .banner_home_four .shape_ten{
        bottom: 40px;
    }
}
@media only screen and (max-width: 1200px){
    .banner_home_three .slide .content-box{
        padding: 250px 0px 150px;
    }
}
@media only screen and (max-width: 1199px){
    .banner_home_four .content-box{
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 1139px){
    .banner_home_one{
        margin-top: 0px;
        padding: 150px 0px;
    }
    .banner_home_two{
        padding: 200px 0px 120px;
    }    
    .banner_right_image .author-list{
        left: 0px;
        bottom: 20px;
    }
}
@media only screen and (max-width: 1030px){
    .banner_home_one h1{
        font-size: 70px;
    }
}
@media only screen and (max-width: 845px){
    .banner_home_one h1{
        font-size: 60px;
        line-height: 70px;
    }
}
@media only screen and (max-width: 767px){
    .banner_home_one{
        padding: 100px 0px 150px;
    }
    .banner_home_two{
        padding: 250px 0px 100px;
    }
    .banner_right_vedio_button{
        display: block;
    }
    .banner_home_two .banner_right_icon{
        text-align: left;
        margin-top: 30px;
    }
    .banner_home_two .banner_left_text h1{
        font-size: 50px;
        line-height: 60px;
    }
    .banner_home_three .slide .shape_two,
    .banner_home_three .slide .shape_four{
        display: none;
    }
    .banner_home_three .slide .content-box{
        padding: 100px 0px;
    }
    .banner_home_three .slide .content-box h3{
        font-size: 26px;
        line-height: 36px;
    }
    .banner_home_three .slide .content-box h1{
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 10px;
    }
    .banner_home_three .slide .content-box h1:before{
        display: none;
    }
    .banner_home_three .slide .content-box h4{
        margin-bottom: 30px;
    }
    .banner_home_three .slide .content-box h4 br{
        display: none;
    }
    .banner_home_three .owl-nav-none .owl-dots{
        display: none;
    }
    .banner_home_four .icon_box{
        display: none;
    }    
    .banner_right_image .author-list{
        left: 20px;
    }
}
@media only screen and (max-width: 500px){
    .banner_home_one{
        padding: 70px 0px 100px;
    }
    .banner_home_one h1{
        font-size: 40px;
        line-height: 60px;
    }
    .banner_home_two .banner_left_text h1{
        font-size: 40px;
        line-height: 50px;
    }
    .banner_home_four .content-box h1:before{
        display: none;
    }
    .banner_right_image .image_box_two:before{
        height: 100%;
        width: 100%;
    }
    .banner_home_four .content-box{
        padding-top: 100px;
    }
    .banner_home_four .content-box h1{
        font-size: 50px;
        line-height: 60px;
    }
    .banner_home_four .shape_six{
        display: none;
    }
    .banner_right_image .author-list{
        width: 100%;
    }
}
@media only screen and (max-width: 450px){
    .banner_home_one h1{
        font-size: 36px;
        line-height: 50px;
    }
    .banner_left_text{
        padding-bottom: 10px;
    }
    .banner_right_vedio_button a{
        width: 120px;
        height: 120px;
        line-height: 120px;
    }
    .banner_right_vedio_button a i{
        font-size: 90px;
    }
    .banner_right_image .author-list{
        width: auto;
        padding: 20px;
    }
}