.slider{
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: visible !important;
    
}
.carousel-caption{
    right: 7%;
    top: 25%;
    left: 7%;
    height: 50% !important;
    
}
.carousel-item .bg-image{
    height: 550px;
    position: relative;    
}

.slider_right{
    float: right;
    width: 45% !important;
}
.slider_right .imag{
    width: 80% !important;
    height: 70% !important;

}

.slider_left{
    float: left;
    width: 45% !important;
}
.slider_left h1{
    color: Black;
    font-size: 60px;
	font-weight:1000;
	font-family:Montserrat

}.slider_left h2{
    color: Black;
    font-size: 60px;
	font-weight:600;
	font-family:Montserrat

}

@media only screen and ( max-width: 767px ){
    .slider_left h1{
        font-size: 18px !important;
        margin-bottom: 50px; 
    }
    .d-none{
        display: block !important;
    }
    .carousel-item .bg-image{
        height: 300px;
    }

}