h1, h2, h4, h3{
	font-family: "Titillium Web", sans-serif;
  	font-weight: 400;
  	font-style: normal;
}

p, span, h5, h6, a, i, li{
	 font-family: "Titillium Web", sans-serif;
	 font-weight: 200;
  	font-style: normal;
}

a:hover{
	outline: none;
	text-decoration: none;
}

a{
	outline: none;
	text-decoration: none;
}

body, html {
	margin: 0;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body{
	position: relative;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #999 !important;
}


/*************************MENU****************/
.ear_nav{
	border-top: solid 5px #06317d;
	border-bottom: solid 0.1px #ccc;
}

.main_logo{
	height: 50px;
}

.menu_items a{
	color: #000;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1.5px;
	transition: all 0.4s;
}

.menu_items a:hover{
	color: #06317d;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1.5px;
	transition: all 0.4s;
}

.menu_items a span {
  position: relative;
  display: block;
  cursor: pointer;
  color: #000;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1.5px;
}

.menu_items a span:before, span:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 3px;
  top: 100%;
  margin-top: -0.5px;
  background: #06317d;
}

.menu_items a span:before {
  left: -2.5px;
}
.menu_items a span:after {
  right: 2.5px;
  background: #06317d;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu_items a span:hover:before {
  background: #06317d;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu_items a span:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}

.menu_items_act span{
	color: #3669b3 !important;
	font-weight: bold;
	text-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

.custom_menu_mob_btn{
	border: none;
	border-radius:unset;
	outline: none !important;
	box-shadow: none;
}

.custom_menu_mob_btn:focus{
	border: none !important;
	border-radius:unset;
	outline: none !important;
	box-shadow: none;
}

.custom_menu_mob_btn:active{
	border: none !important;
	border-radius:unset;
	outline: none !important;
	box-shadow: none;
}

.custom_menu_mob_btn i{
	font-weight: 100;
	color: #06317d;
	outline: none !important;
	box-shadow: none;
	font-size: 24px;
}

.custom_menu_mob_btn i:hover{
	font-weight: 100;
	color: #000;
	outline: none !important;
	box-shadow: none;
	font-size: 24px;
}

/********************Home Page**************/
.home_sec2_bg{
	background-image: url('../images/about-us-front.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 90vh;
}

.about_logo{
	width: 350px;
}

.gen_titt{
	font-size: 45px;
}

.color_text{
	color: #3669b3;
}

.gen_para{
	font-size: 20px;
}

.read_more{
  color: #FFF;
  padding: 2% 5%;
  text-decoration: none;
  background:#3669b3;
  position:relative;
}
.read_more:before {
  position:absolute;
  bottom:0;
  background:transparent;
  height:100%;
  display:block;
  content:"";  
  width:2px;
  transition:0.5s all ease-in;
  cursor:pointer;
  left: 0;
  color: #FFF;
}
.read_more:hover:before{
  right:0;
  color: #ffdc0a;
  left:auto;
  width:100%;
  background:rgba(0,0,0,0.3);
} 

.prot_img{
	border-radius: none;
	transition: all 0.4s;
	opacity: 1;
}

.prot_img:hover{
	border-radius: 10px;
	transition: all 0.4s;
	opacity: 0.7;
}

/*.read_more{
	background-color: #3669b3;
	color: #FFF;
	padding: 2% 5%;
	text-decoration: none;
	transition: all 0.4s;
}

.read_more:hover{
	background-color: #06317d;
	color: #FFF;
	padding: 2% 5%;
	text-decoration: none;
	transition: all 0.4s;
}
*/
.testi_sec{
	background-color: #3669b3;
	min-height: 90vh;
}

.text_slider{
	min-height: 220px;
}

.service_spec{
	font-size: 18px;
	color: #333;
	margin-top: 25px;
}

.arrow_icon{
	color: #ffdc0a	
	width: 30px;
	height: 30px;
	border: solid 2px #ffdc0a;
	border-radius:50%;
	text-align: center;
	padding: 10px 12px 25px 12px;
}

.eartic_form2{
  height: 70px;
  border: none;
  border-bottom: solid 1px rgba(0,0,0,0.3);
  background-color: transparent;
  box-shadow: none;
  border-radius: 0px;
}

.ear_label{
  color: #0e4194;
}

.read_more_white_btn{
  background-color: #0e4194;
  border-radius: 5px;
  color: #FFF;
  padding: 1% 1%;
  font-size: 16px;
  transition: all 0.4s;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}

.read_more_white_btn:hover{
  background-color: #FFF;
  border-radius: 5px;
  color: #0e4194 !important;
  padding: 1% 1%;
  font-size: 16px;
  transition: all 0.4s;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}


input:focus::placeholder {
  color: transparent;
}


/**********************FOOTER*************/
.footer{
	background-color: #13284b;
	padding-top: 3%;
}

.foot_logo{
	width: 220px;
	margin-top: 10px;
}

.f_orgins a{
	font-size: 16px;
	color: #FFF !important;
	transition: all 0.4s;
}

.f_orgins a:hover{
	font-size: 16px;
	color: #FFF !important;
	text-decoration: underline;
	transition: all 0.4s;
}

.f_menu a{
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	transition: all 0.4s;
}

.f_menu a:hover{
	font-size: 16px;
	color: #ffdc0a;
	text-decoration: underline;
	transition: all 0.4s;
}

.f_heading{
	color: #FFF;
	font-size: 19px;
	text-align: left;
}

.scocial_icons_footer{
	font-size: 23px !important;
	color: #FFF;
	transition: all 0.4s;
}

.scocial_icons_footer:hover{
	color: #EEE;
	transition: all 0.4s;
}

.social_sect_f{
	margin-top: -10px;
}

.scocial_icons_footer {
	margin: 0 5px;
}

.scroll_box_holder_footer{
	margin-top: 0px;
}

.scroll_box_holder_footer p{
	color: #F7F7F7;
	font-size: 14px;
}

.f_sub_heading{
	color: #F7F7F7;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

.f_color{
	font-size: 16px;
	color: #FFF;
}

/*.f_link{
	color: #FFF;
	line-height: 10px;
}*/

.f_link{
	color: #ffdc0a;
	font-size: 16px;
	text-align: left;
	transition: all 0.4s;
	text-decoration: none;
}

.f_link:hover{
	text-decoration: underline;
	transition: all 0.4s;
}

/*****************SLICK***************/
.slick-prev:before {
  color: #00b8cc !important;
  font-size: 30px;
}

.slick-next:before {
  color: #00b8cc !important;
  font-size: 30px;
}

@media (max-width: 767px){
	.text_slider{
		min-height: 300px;
	}
}

@media (max-width: 490px){
	.text_slider{
		min-height: 400px;
	}

	.f_menu a{
		font-size: 11px;
		color: #FFF;
		text-decoration: none;
		transition: all 0.4s;
		border-right: none !important;
		border-color: rgba(0,0,0,0) !important;
	}

	.f_menu a:hover{
		font-size: 11px;
		color: #ffdc0a;
		text-decoration: underline;
		transition: all 0.4s;
	}
}






