@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
body{
  font-family: 'Lato', sans-serif;
}
.about_us_bg{
  background-color: #0170b9;
	background-image: linear-gradient(rgba(0, 153, 255, 0.2), #0170b9), url(../assets/images/banner_bg.jpg);
  background-position: center left;
	background-size: cover;
	color: #ffffff;
	text-align: left;
}
.about_bg_overlay{
  background-color: rgb(1, 112, 185);
  opacity: 0.8;
  padding: 240px 0px 120px 0px;
}

.custom_box_div{
    position: relative;
    box-shadow: 0px 5px 50px 0px rgba(33, 33, 33, 0.15);
    margin: 50px 100px 85px 3px;
    padding: 60px 40px 55px 40px;
    line-height: 1.7;
    width: 100%;
    background-color: white;
    z-index: 30;
}

.main_heading_title {
  color: #001684;
  font-size: 24px;
  font-weight: 700;
  text-align: right;
}
.main_heading_para{
  font-size: 15px;
  font-weight: 500;
  text-align: right;  
}
.elementor-divider {
border: 2px solid green;
}
.img_box_container img{
  margin-top: 50px;
}

.custom_box_div_right{
  box-shadow: 0px 5px 50px 0px rgba(33, 33, 33, 0.15);
  margin: 55px 65px 101px -170px;
  width:150%;
  padding: 50px 40px 50px 40px;
  line-height: 1.8;
  background-color: #001684;
}
@media(max-width:768px){
  .custom_box_div_right{
    width:100%;
  }
}
.sec_main_heading_title {
  color: white;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}
.sec_main_heading_para{
  font-size: 16px;
  color: white;
  font-weight: 500;
  text-align: left;  
}
.blu_bg{
  background-color:#0170b9;
  padding: 100px 50px 100px 50px;
  height: 100%;
  margin: 0px -25px 0px 0px;
}
.btn-lg-square {
  width: 48px;
  height: 48px;
}
.blu_img_bg
{
    background-color: #0170b9;
    background-image: linear-gradient(rgba(0, 153, 255, 0.2), #0170b9), url(../assets/images/about05-free-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.blu_bg_icon{
  background-color:#0170b9;
  padding: 100px 50px 100px 50px; 
}
.widget_box{
 padding: 10px;
 text-align: center;
  background-color: #ffffff;
    border-radius: 100px;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.17);
}
.blu_bg_icon_rifht{
  background-color:#0170b9;
margin: 0px 0px 0px -60px;
margin-right: 0px;
margin-left: -60px;
padding: 50px 0px 50px 0px;
}
.call-now{
  display: block;
  margin-left: -20% !important;
  margin-top: -20% !important;
}
@media(max-width:768px){
  .call-now{
    margin-left:5% !important;
    margin-top: 5% !important;
  }
  .ic{
    font-size: 18px;
    padding: 5% !important;
  }
}
.call-now .get-free{
  color:white;
  background-color: #001684;
  padding: 5%;
  width: 80%;
  text-align: center;
  margin-bottom: 5%;
  font-size: 120%;
  font-weight: 600;
}
.cbox{
  display: flex;
}
.call-now .ic{
  color: white;
  background-color: #001684;
  padding: 3%;
  border-radius:60%;
}
.call-now .call-cont{
  margin-left: 5%;
  margin-top: 1%;
  font-size: 120%;
  font-weight: 700;
  cursor: pointer;
}
/**********Wp-fixed logo*****************************************************/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.my-float{
	margin-top:16px;
}
