body{
	font-family: 'Lato', sans-serif !important;
	overflow-x: hidden !important;
}


::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #0A4AA2; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #0A4AA2;; 
}

.whatsapp-icon{
    width: 130px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    transition-duration: .5s;
}
.whatsapp-icon:hover{
	transform: translateY(-8px);
   -webkit-transform: translateY(-8px);
}

.@media(max-width: 668px){
	.whatsapp-icon{
		 width: 50px;
	}
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color:	#0A4AA2;
  color: white;
  cursor: pointer;
  padding: 13px 20px;
  border-radius: 50%;
  font-size: 18px;
}

#myBtn:hover {
  background-color: #0A4AA2;
}

a[href^=tel] {
text-decoration:inherit;
color: inherit;
}

.topnav{
	background: #0A4AA2;
	width: 100%;
	float: left;
}
.canvas_area{
	float: left;
	width: 100%;
	padding: 10px 5%;
}
.social_area{
	float: left;
}
.social_area_2{
	float: right;
}
.social_area_2 p{
	float: right;
	margin: 0px;
    color: #ffffff;
  -webkit-color: #ffffff!important;
}
.social_area_2 p:nth-child(1){
	margin-left: 30px;
}
.social_logo{
	height: 15px;
	width: 15px;
	margin-left: 15px;
}
@media(max-width: 668px){
	.social_area_2 p{
		margin-top: 10px !important;
	}
	.social_area_2{
        float: left;
        margin-left: 20px;
    }
}





.nav_area{ 
	float: left;
	width: 100%;
	padding: 0px 5%;
}
.main_header_block {
    width: 100%;
    float: left;
    position: relative;
}
.header_logo {
    width: auto;
    float: left;
    position: absolute;
}
.header_logo img {
    width: 80px;
    height: auto;
    display: block;
    float: left;
    position: relative;
    z-index: 10;
    background-color: none;
}
@media(max-width: 999px){
	.header_logo img {
    width: 80px;
    height: auto;
    display: block;
    float: left;
    position: relative;
    z-index: 10;
    background-color: none;
	}
}
.header_menu_area {
	height: 80px !important;
	width: 100%;
  float: left;
  position: relative;
  text-align: center;
}
.header_menu_area > .mob_nav {
	display: none;
}
.header_menu_area > ul {
	width: auto;
	display: inline-block;
	float: right;
}
.header_menu_area > ul > li {
	width: auto;
	display: inline-block;
	vertical-align: middle;
}
.header_menu_area > ul > li > a {
	width: auto;
	float: left;
	text-transform: uppercase;
	position: relative;
	font-size: 16px;
	text-decoration: none;
	color: #0A4AA2;
	line-height: 80px;
	letter-spacing: 0px !important;
	padding: 0px 20px;
	z-index: 1;
	transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.header_menu_area > ul > li > a:hover {
	color: #fff;
}
.header_menu_area > ul > li > a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0;
	bottom: 0;
	z-index: -1;
	transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.header_menu_area > ul > li > a:hover::after {
	height: 100%;
	background-color: #3F819F; !important;
}
@media (max-width: 999px) {
	.active-1{
		background-color: #0A4AA2 !important;
	}
	.active-2{
		background-color: #0A4AA2 !important;
	}
	.active-3{
		background-color: #0A4AA2 !important;
	}
	.active-4{
		background-color: #0A4AA2 !important;
	}
	.active-5{
		background-color: #0A4AA2 !important;
	}
	.active-6{
		background-color: #0A4AA2 !important;
	}
  .header_menu_area {
    position: inherit; }
    .header_menu_area > .mob_nav {
    display: block;
    float: right;
    width: 28px;
    height: 28px;
    margin: 30px 0px;
    cursor: pointer;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
  }
  .header_menu_area > .mob_nav > div {background: #0A4AA2 !important;
  	border-radius: 30px;
  	-moz-border-radius: 30px;
  	-webkit-border-radius: 30px;
  	display: block;
  	height: 3px;
  	left: 0;
  	position: absolute;
  	transform: rotate(0);
  	-ms-transform: rotate(0);
  	-webkit-transform: rotate(0);
  	transition: all ease-in-out 0.5s;
  	-o-transition: all ease-in-out 0.5s;
  	-ms-transition: all ease-in-out 0.5s;
  	-moz-transition: all ease-in-out 0.5s;
  	-webkit-transition: all ease-in-out 0.5s;
  	width: 100%;
 }
.header_menu_area > .mob_nav > div:nth-child(1) {
          top: 2px; }
.header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
          top: 10px; }
.header_menu_area > .mob_nav > div:nth-child(4) {
          top: 18px; }

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%; }
 .mob_nav.open > div:nth-child(2) {
 	background: #fff;
 	-webkit-transform: rotate(45deg);
 	transform: rotate(45deg);
 	-ms-transform: rotate(45deg);
 	-webkit-transform: rotate(45deg);
}
.mob_nav.open > div:nth-child(3) {
	background: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.header_menu_area > ul {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background: #0A4AA2;
	padding: 20px 0px !important;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.header_menu_area > ul > li {
	width: 100%;
}
.header_menu_area > ul > li > a {
	color: #fff;
	width: 100%;
	line-height: 30px;
	padding: 10px 5%;
	text-align: left;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.header_menu_area > ul > li > a::after {
	width: 0px;
	height: 100%;
	background: #fff;
}
.header_menu_area > ul > li > a:hover::after {
	width: 4px;
}
.header_menu_area ul.view {
	visibility: visible !important;
	opacity: 1;
	z-index: 100;
	display: block !important;
	width: 100vw;
	left: -6%;
}
.header_user_area {
	right: calc(5% + 70px);
}
}
.active-1{
      color: #fff !important;
      background-color: #0A4AA2;
      height: 100%;
      float: left;
      width: 100%;
}
.active-2{
      color: #fff !important;
      background-color: #0A4AA2;
      height: 100%;
      float: left;
      width: 100%;
}
.active-3{
      color: #fff !important;
      background-color: #0A4AA2;
      height: 100%;
      float: left;
      width: 100%;
}
.active-4{
      color: #fff !important;
      background-color: #0A4AA2;
      height: 100%;
      float: left;
      width: 100%;
}
.active-5{
      color: #fff !important;
      background-color: #0A4AA2;
      height: 100%;
      float: left;
      width: 100%;
}
.active-6{
      color: #fff !important;
      background-color: #0A4AA2;
      height: 100%;
      float: left;
      width: 100%;
}
.banner{
	/*background-image: url("../raaf/raaf_images/raaf_banner.jpg");*/
  /*background: green;*/
	width: 100%;
	float: left;
	overflow: hidden;
/*	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;*/
}
.slider_content {
    /*width: 100%;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;*/
}



.banner-img-1{
 position: relative;
 z-index: 2;
 height: 423px!important;
 object-fit: cover;
}



.slider_content h3 {
    display: block;
    width: 100%;
    font-size: 40px;
    line-height: 55px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    /*float: left;*/
    top: calc(40% - 0px);
    position: absolute;
    z-index: 1100;
    letter-spacing: 2px;
}
.slider_content h3 span {
    width: 100%;
    float: left;
    font-weight: 300;
    text-align: center;
}

@media(max-width: 500px){
	.slider_content h3 {
		font-size: 33px;
	}
	.slider_content h3 span {
		font-size: 33px;
	}
}
.container_area{
	padding: 5%;
	width: 100%;
	float: left;
}



.categories{
  text-align: center;
  font-weight: 600;
  color: #585858;
  font-size: 23px;
  padding:  60px 0px 35px 0px;
}

/*.trading-categories h1{
  font-weight: 600;
  color: #585858;
  font-size: 22px;
  text-align: center;
  float: left;
  padding: 30px 0px;
}*/




.four_box{
  float: left;
	min-height: 0px;
	width: 100%;
	background-color: ;
	padding: 30px 0px;
}
.four_logo{
	width: 70px;
	height: 70px;
	display: block;
	margin: auto;
}
.four_name{
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
	color: #585858;
}
.four_para{
	color: #8F8E8E;
	text-align: justify;
}
.container_area_2{
	width: 100%;
	float: left;
}
.abt_img{
	height: 430px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.abt_area{
	width: 100%;
	background-color: ;
	padding: 10%;
}
.abt_area h2{
	font-weight: 600;
	color: #585858;
}
.line{
	height: 3px;
	width: 90px;
	background-color: #4A99BC;
	margin: 20px 0px;
}
.abt_area p{
	text-align: justify;
	color: #8F8E8E;
}
.read{
	font-weight: 600;
	color: #4A99BC;
}
.read:hover{
	text-decoration: none;
	color: #4A99BC;
}
.read span{
	margin-left: 5px;
	transition-duration: .5s
}
.read:hover.read span{
	margin-left: 12px;
}
.sem_box{
	width: 100%;
	/*padding: 80px;*/
	background-color: #238FBE;
}
.smm_box{
	width: 100%;
	/*padding: 80px;*/
	background-color: #60C6F3;
}
.cm_box{
	width: 100%;
	/*padding: 80px;*/
	background-color: #284B5A;
}
.em_box{
	width: 100%;
	/*padding: 80px;*/
	background-color: #6C909F;
}
.ar_box{
	width: 100%;
	/*padding: 80px;*/
	background-color: #9BE1FF;
}
.payper_box{
	width: 100%;
	/*padding: 80px;*/
	background-color: #089CDB;
}
.remarket_box{
	width: 100%;
	/*padding: 80px;*/
	background-color: #2EC0FF;
}
.mobile_box{
	width: 100%;
	/*padding: 80px;*/
	background-color: #054764;
}
.service_logo{
  object-fit: cover;
  float: left;
  width: 100%;
/*	height: 120px;
	width: 120px;
	display: block;*/
}
.ser_color_box{
	width: 100%;
	background-color: #F1F1F1;
}
.serv_link:hover{
	text-decoration: none;
}
.ser_color_box h4{
	line-height: 50px;
	color: #8F8E8E;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
.see{
	font-weight: 600;
	margin-top: 20px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	color: #4A99BC;
}
.see:hover{
	text-decoration: none;
	color: #4A99BC;
}
.see span{
	margin-left: 5px;
	transition-duration: .5s
}
.see:hover.see span{
	margin-left: 12px;
}
.contact_area{
	width: 100%;
	min-height: 1px;
	float: left;
}
.contact_image{
	background-image: url("../raaf/raaf_images/form-img.jpg");
	width: 100%;
	height: 100%;
	float: left;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
.contact_pad{
	padding: 5% 0%;
	width: 100%;
	float: left;
}
.contact_form{
	min-height: 1px;
	width: 70%;
	background-color: ;
	display: block;
	margin: auto;
}
.contact_form h2{
  color: #ffffff;
  font-weight: 600;
}
.contact_form p{
  text-align: justify;
  color: #ffffff;
}

.cont_form .input{
  margin-top: 30px;
  width: 100%;
  padding: 0px 30px;
  height: 70px;
  border: 1px solid #e0e0e0;
  background-color: #fff;

}

.cont_form .input:focus + .label-input {
  top: 38px;
  font-size: 13px;
  color: #555;
}

.cont_form .input: + .label-input {
  top: 38px;
  font-size: 13px;
  color: #555;
}


.label-input {
  position: relative;
  font-size: 15px;
  color: #3F819F;;
  line-height: 1.2;
  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  padding-left: 45px;
  left: 0;
  top: 55px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.has-val + .label-input {
  top: 5px;
  font-size: 0px;
  color: #111111;
}


.cont_form .textarea{
  margin-top: 30px;
  width: 100%;
  padding: 30px 30px;
  height: 200px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}

.cont_form .textarea:focus + .label-textarea {
  top: 38px;
  font-size: 13px;
  color: #555;
}

.cont_form .textarea: + .label-textarea {
  top: 38px;
  font-size: 13px;
  color: #555;
}


.label-textarea {
  position: relative;
  font-size: 15px;
  color: #3F819F;;
  line-height: 1.2;
  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  padding-left: 45px;
  left: 0;
  top: 55px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.has-val + .label-textarea {
  top: 5px;
  font-size: 0px;
  color: #111111;
}



.form-btn {
  margin-top: 30px;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 70px;
  overflow: hidden;
  background: #3F819F;
  border: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #fff;
  background: #32667E;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.form-btn:hover, .form-btn:focus ,.form-btn:active {
  color: #fff;
  background: #32667E;
}
.form-btn:hover:before {
  opacity: 1;
}




@media(max-width: 992px){
	.contact_form{
		width: 88%;
	}
	.wrap-input100 {
		width: 100% !important;
	}
  .cont_form .input{
    margin-top: 15px;
  }
  .cont_form .input:focus + .label-input {
    top: 20px;
  }
  .label-input {
    top: 40px;
  }
  .label-textarea {
    top: 40px;
  }
  .cont_form .textarea:focus + .label-textarea {
    top: 20px;
  }
  .cont_form .textarea{
    margin-top: 15px;
  }
  .form-btn{
    margin-top: 15px;
  }
}











/*@media(max-width: 768px){
  .login100-form-title {
    font-size: 20px !important;
  }
  .label-input100 {
    font-size: 14px !important;
  }
  .input100:focus + .label-input100 {
    font-size: 12px !important;
  }

  .input400:focus + .label-input100 {
    font-size: 12px !important;
  }
}

.limiter {
  width: 100%;
  margin: 30px auto;
}

.container-login100 {
  width: 100%;  
  min-height: 0vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}

.wrap-login100 {
  width: 100%;
}

.login100-form {
  width: 100%;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.login100-form-title {
  width: 100%;
  display: block;
  font-size: 30px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  background-color: #4678A0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 50px 0px;
}


.wrap-input100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 50%;
  height: 75px;
  position: relative;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  background-color: #fff;
}

.wrap-input200 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  height: 75px;
  position: relative;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  background-color: #fff;
}

.wrap-input300 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  height: 225px;
  position: relative;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  background-color: #fff;
}

.label-input100 {
  font-size: 15px;
  color: #3F819F;;
  line-height: 1.2;
  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  padding-left: 30px;
  left: 0;
  top: 28px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100 {
  font-size: 15px;
  color: #8F8E8E;
  line-height: 1.2;
  display: block;
  width: 100%;
  background: transparent;
  padding: 0 30px;
  border: none;
}

.input400 {
	border: none;
  font-size: 15px;
  color: #8F8E8E;
  line-height: 1.2;
  display: block;
  width: 100%;
  background: transparent;
  padding: 0 30px;
}

input.input100 {
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .label-input100 {
  top: 10px;
  font-size: 13px;
  color: #555;
}

.input400:focus + .label-input100 {
  top: 10px;
  font-size: 13px;
  color: #555;
}

.has-val {
  height: 55px !important;
}

.has-val + .label-input100 {
  top: 10px;
  font-size: 13px;
  color: #111111;
}

.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login100-form-btn {
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 70px;
  overflow: hidden;
  background: #3F819F;
  border: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.login100-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #fff;
  background: #32667E;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover, .login100-form-btn:focus ,.login100-form-btn:active {
  color: #fff;
  background: #32667E;
}
.login100-form-btn:hover:before {
  opacity: 1;
}


.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  z-index: 100;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "!";
  display: block;
  position: absolute;
  z-index: 110;
  color: #c80000;
  font-size: 22px;
  font-weight: 900;
  top: 50%;
  font-family: FontAwesome;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}*/

.certified{
	text-align: center !important;
	margin: auto;
	font-weight: 600;
	color: #585858;
}
.brand_area{
	padding: 5% 15%;
	width: 100%;
	float: left;
}
.footer_area{
	padding: 30px 5%;
	width: 100%;
	min-height: 1px;
	float: left;
	background: #0A4AA2;
}
.footer_area h2{
/*  margin-top: 10px;*/
	font-size: 25px;
	color: #fff;
}
.footer_para p{
  padding-top: 12px;
	line-height: 28px;

	/*margin-bottom: 30px;*/
}


.logo-white{
  width: 80px;
  height: 80px;
}


.footer_area p{
	color: #fff;
}
.footer_links{
	min-height: 150px;
	width: 100%;
	float: left;
	background-color: ;
}
.footer_area a{
	width: 35%;
	display: inline-block;
	margin-top: 15px;
	color: #fff;
}
.footer_area a:hover{
	text-decoration: none !important;
	color: #fff !important;
}
.footer_contact{
	width: 100%;
	float: left;
	min-height: 1px;
	padding: 3px 0px;
}
.footer_contact p{
  color: #ffffff;
  -webkit-color: #ffffff;
  width: 100%;
	margin-left: 40px;
  display: block;
}
.footer_logo{
	height: 25px;
	width: 25px;
	float: left;
  display: block;
}
.footer_last{
	width: 100%;
	float: left;
	padding: 10px 8%;
}
.footer_last p{
	color: #8F8E8E;
	display: block;
	margin: auto;
}
.footer_last a{
	font-weight: 600;
	color: #3F819F;
}
.banner_2{
	background-image: url("../raaf/raaf_images/banner_about.jpg");
	width: 100%;
	height: 423px;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.banner_content {
    width: 100%;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.banner_content h3 {
    width: 100%;
    float: left;
    font-size: 40px;
    line-height: 55px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 2px;
}
.banner_content h3 span {
	font-size: 24px;
    width: 100%;
    float: left;
    font-weight: 300;
    text-align: center;
}
@media(max-width: 500px){
	.banner_content h3 {
		font-size: 33px;
	}
	.banner_content h3 span {
		font-size: 18px;
	}
}
.abt_cont{
	color: #585858;
	font-weight: 600;
}
.abt_para{
	color: #8F8E8E;;
}
.abt_logo{
	height: 80px;
	width: 80px;
}
.our_mission{
	margin-top: 20px;
	color: #585858;
	font-weight: 600;
}
.line_2{
	float: left;
	height: 3px;
	width: 90px;
	background-color: #0A4AA2;
}
.mission_para{
	color: #8F8E8E;
	float: left;
	margin-top: 20px;
}
.banner_3{
	background-image: url("../raaf/raaf_images/banner_services.jpg");
	width: 100%;
	height: 423px;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.ser_image{
	width: 100%;
}
.ser_cont_box{
	width: 100%;
	min-height:1px;
	float: left;
	padding: 20px;
}
.ser_cont_box p{
	color: #8F8E8E;
	text-align: center;
}
.banner_4{
	background-image: url("../raaf/raaf_images/raaf_blog.jpg");
	width: 100%;
	height: 423px;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.blog_image{
	width: 100%;
	height: 280px;
	object-fit: cover;
}
.blog_cont{
	padding: 30px;
	min-height: 1px;
	width: 100%;
	background-color: #F1F1F1;
	float: left;
}
.blog_cont h6{
	text-transform: uppercase;
	font-size: 14px;
	color: #8F8E8E;
}
.blog_cont h2{
	color: #585858;
	font-weight: 600;
}
.blog_cont p{
	color: #8F8E8E;
}
.banner_5{
	background-image: url("../raaf/raaf_images/raaf_career.jpg");
	width: 100%;
	height: 423px;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
}
.box{
	width: 100%;
	float: left;
	height: 800px;
	background-color: yellow;
}
.label-input200 {
  font-size: 15px;
  color: #3F819F;;
  line-height: 1.2;
  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  padding-left: 32px;
  left: 0;
  top: 44px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.career_head{
	color: #585858;
	font-weight: 600;
	margin-bottom: 20px;
}
.career_img{
	width: 100%;
}
.career_para{
	color: #8F8E8E;
	margin-top: 20px;
	line-height: 30px;
}
.banner_6{
	background-image: url("../raaf/raaf_images/banner_contactus.jpg");
	width: 100%;
	height: 423px;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
}
.box-1{
	height: 400px;
	width: 100%;
	float: left;
	background-color: red;
}
.box-2{
	height: 400px;
	width: 100%;
	float: left;
	background-color: grey;
}
.box-3{
	height: 400px;
	width: 100%;
	float: left;
	background-color: green;
}
.contact_logo{
	height: 70px;
	width: 70px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.contact_head{
	margin: 20px 0px;
	color: #585858;
	text-align: center;
	font-weight: 600;
}
.contact_para{
	color: #8F8E8E;
	text-align: center;
}
@media(max-width: 768px){
	.abt_area h2{
		font-size: 26px;
	}
	.contact_form h2{
		font-size: 26px;
	}
	.certified{
		font-size: 26px;
	}
	.abt_cont{
		font-size: 26px;
	}
	.our_mission{
		font-size: 26px;
	}
	.blog_cont h2{
		font-size: 26px;
	}
	.career_head{
		font-size: 26px;
	}
	.contact_head{
		font-size: 26px;
	}
}