@media(max-width: 1199px){
	.menu_bar .navbar{
		background:var(--yellow);
		position: absolute;
		top: 0;
		left: -400px;
		width: 300px;
		height: 100vh;
		transition: .4s ease-in-out;
		z-index: 10000;
		box-shadow: 0 10px 20px var(--yellow);
		display: block;
	}
	.menu_bar .navbar li a{
		color:var(--bahama_blue)!important;
	}
	.menu_bar .navbar-nav li{
		border-bottom:1px solid rgba(0,0,0,.2);
	}
	.toggle_nav{
		left: 0!important;
	}
	.menu_bar .navbar-brand{
	  display:block!important;
	}
}
@media(min-width: 1199px){
	.home_slider .carousel-indicators{
	  position: absolute;
	  top: 40%;
	  left: 20px;
	  z-index: 10;
	  width: 40px;
	  opacity:1;
	}
	.menu_bar .navbar-brand{
	  display: none;
	}
}
@media(max-width: 991px){
	
}
@media(min-width: 991px){
	
}
@media(max-width:767px){
		.banner_title{
		  font-size: 34px;
		}	

}
@media(min-width: 767px){
	footer .item{
	  height: 350px;
	  overflow-y: scroll;
	}
}
@media(max-width: 575px){
	.process .item::after{
	  display: none;
	}
	.about_us .about_img,
	.about_us .left{
	  width: 250px;
	  height: 250px;
	}
	.phone_float_content {
	    width: 80%;
	}
}
.abut
	{

	}
	.abut_image
	{
    width: 100%;
    height: 300px;
	}
	.abut_txt {
		 font-size: 90px!important;
    color: white;
    font-style: bold;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    width: 100%;
    padding: 35px;
    margin: -83px auto 0 auto;
    font-size: 100px;
    font-weight: bold;
    z-index: 1000;
}
.mylogo {
    /*margin-top: -7px;
    max-width: 100%;
     max-height: 90%; 
    margin-left: -14px;*/
}
.blog_image {
    padding-bottom: 10px;
    padding-right: 73px;
    width: 47%;
    float: left;
    margin-top: 4%;
    height: 402px;
}


.mbg
{
	background: rgb(49,4,131);
background: linear-gradient(90deg, rgba(49,4,131,0.48783263305322133) 6%, rgba(103,30,145,0.3841911764705882) 17%, rgba(255,177,24,0.6446953781512605) 54%);
}
.phone_float_tick {
	display: none;
    max-width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000000;
    transform: translate(-50%, -50%);
}
    .close_phone_floats {
    position: absolute;
    top: -10px;
    right: 0px;
    cursor: pointer;

}
.fs
{
	font-size: 30px;
}
   #mobile2 a {
    padding-bottom: 0px;
    /*border: 1px solid #5371ff;*/
    /*border-radius: 40px;*/
    color: #ffffff;
    /* width: 178px; */
    font-weight: bold;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 6px;
    padding-top: 0;
}
#hidediv
{
	display: none;
}
    @media (max-width: 600px)
    {
    	#hidediv
{
    /*position: fixed;*/
    /*margin-top:0px;*/
	display: block;
}
    	#mobile2 a {
    padding-bottom: 0px;
    /*border: 1px solid #5371ff;*/
    /*border-radius: 40px;*/
    color: #ffffff;
    /* width: 178px; */
    font-weight: bold;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 1px;
    padding-top: 0;
}
  .fs
{
	font-size: 17px;
}
    	.blog_image {
    margin-top: 5%;
    width: 100%;
    height: 280px;
    padding-right: 0px;
}
.abut_txt {
		 font-size: 40px!important;
    color: white;
    font-style: bold;
    position: absolute;
    top: 35%;
    left: 0px;
    right: 0px;
    width: 100%;
    padding: 35px;
    margin: -83px auto 0 auto;
    
    font-weight: bold;
    z-index: 1000;
}
.phone_float_tick {
    width: 80%;
}
}