@charset "utf-8";
html {
	scroll-behavior: smooth;
}
.scrollmagic-toggle-class {
    opacity: 0;
    transition: all 1s ease;
}
.scrollmagic-toggle-class.scrollmagic-active {
    transition: all 2.5s ease;
    opacity: 1;
}
img {
	max-width: 100%;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #3f3f3f;
	font-weight: 400;
}
a {
	color: #565656;
	text-decoration: none;
}
a:hover {
	color: #002d74;
	text-decoration: underline;
}
hr {
    width: 100%;
	margin: 50px 0%;
    border: none;
	border-top: 1px dashed #c7c7c7 !important;
}
.pad_0{
	padding: 0 !important;
}
.mar_0{
	margin: 0px;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	color: #000;
}
hr {
    width: 100%;
	margin: 50px 0%;
    border: none;
	border-top: 1px dashed #c7c7c7 !important;
}
.container {
	width:1250px;
	margin:0 auto;
}
.tables {
	margin: 10px 0px;
}
.tables td {
	padding: 3px 7px;
	border: 1px solid grey;
}
#wrap {
	float:left;
	width:100%;
}
.page-header {
	float:left;
	width:100%;
	margin: 0px 0px;
	padding:0px 0px;
    border-bottom: 0;
	background-color:#fff;
	transition: all .3s ease-in-out;
}
.page-header .top_cont {
	background: #ee1c24;
	padding: 7px 0;
	text-align: center;
}
.page-header .top_cont p {
	display: inline-block;
	margin: 0 0 0 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	line-height: 28px;
}
.page-header .top_cont .read_btn {
	display: inline-block;
	padding: 6px 25px;
	margin-left: 10px;
	background: #000000;
	font-size: 18px;
	color: #ffffff;
	font-weight:700;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.page-header .top_cont .read_btn:hover {
	background: #fff200;
	color:#002d74;
}
.page-header .logo {
	float: left;
	width: 431px;
	padding: 5px 0 5px 0;
}
.page-header .logo img {
	width: 100%;
	height: auto;
}

.page-header .cb_logo {
    float: left;
    width: 300px;
    padding: 5px 0 5px 0;
}
.page-header .cb_logo img {
	width: 100%;
	height: auto;
}
.page-header .top_right {
	float: right;
    width: 60%;
    padding: 20px 0;
}
.page-header .top_right + .top_right {
	display: none;
}
.page-header .top_right .top_row {
	float: right;
	width: 100%;
	text-align: right;
}
.page-header .top_right .top_row ul{	
	margin:0px;
	padding:0px;
	list-style:none;
}
.page-header .top_right .top_row ul li {
    display: inline-block;
    padding: 0 0px;
}
.page-header .top_right .top_row ul li:after {
	content: "|";
}
.page-header .top_right .top_row ul li:last-child:after {
	content: none;
}
.page-header .top_right .top_row ul li a {
	display: inline-block;
    margin-right: 13px;
    margin-left: 8px;
    font-size: 18px;
    color: #565656;
    font-weight: 600;
    text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.page-header .top_right .top_row ul li:first-child a {
	margin-left: 0;
}
.page-header .top_right .top_row ul li:last-child a {
	margin-right: 0;
}
.page-header .top_right .top_row ul li a:hover{
	color:#002d74;
	text-decoration:none;
}
.page-header .top_right .phone {
	float: right;
	width: auto;
	padding-top: 20px;
}
.page-header .top_right .phone .call {
	display: inline-block;
	font-size: 26px;
	color: #002d74;
	font-weight: 700;
	text-decoration: none;
	text-align: right;	
}
.page-header .top_right .phone .call:hover {
	color: #000000; 
}
.menu_box {
    float: right;
    width: 100%;	
	background: #002d74;
}
.menu_box ul.menu {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	vertical-align: middle;
}
.menu_box ul.menu li {
	display: inline-block;	
	position: relative;
}
.menu_box ul.menu li:last-child {
	padding: 0px 0px;
}
.menu_box ul.menu li a {
	display: block;
	padding: 12px 22px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}
.menu_box ul.menu > li > a:hover,
.menu_box ul.menu > li.active > a {
	background: #fff200;
    color: #002d74;
}
.menu_box ul.menu > li:hover > ul.sub-menu {
	display: block;
}
.menu_box ul.menu li ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 300px;
	background-color: #002d74;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	display: none;
}
.menu_box ul.menu li ul.sub-menu li {
	float: left;
	width: 100%;
	padding: 0 0px;
}
.menu_box ul.menu li ul.sub-menu li a {
	padding: 5px 8px;
	font-size: 16px;
	color: #ffffff;
    text-transform: none;
    text-align: left;

}
.menu_box ul.menu li ul.sub-menu li a:hover {
    background-color: #fff100;
	color: #002d74;
    text-decoration: none;
}
.menu_box ul.menu li ul.sub-menu li.active a {	
	color: #ffffff;
	text-decoration: none;
	background-color: #002d74;
}
.menu_box ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}
.menu_box ul.menu > li > ul > li:hover > ul.sub-menu {
	display: block;
}
.cb-header{position:fixed;left:0;visibility:hidden; height:180px;}
.header1{ width:100%; background-color:#F9F9F9;}
.header2{ float:left; width:100%;}
.page-header.top2 {
    float: left;
    width: 100%;
    height: 100px;
}
.page-header.top2 #slider {
    margin-top: 200px;
}
.page-header.top2 .top_right .top_menu2 {
    float: left;
    width: 100%;
    display: inline;
}
#slider {
	float: left;
	width: 100%;
	margin-top: 180px;
	position: relative;
	overflow: hidden;
}
#slider > img {
	width: 100%;
}
#slider .bx-wrapper {
    box-shadow: none;
	margin-bottom: 0;
    border: 0px solid #fff;
    background: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
#slider .bx-wrapper .bx-prev {
  left: 20px;
  background: url('../images/pre_arrow.png') no-repeat 0 0px;
}
#slider .bx-wrapper .bx-prev:hover,
#slider .bx-wrapper .bx-prev:focus {
  background: url('../images/pre_arrow.png') no-repeat 0 0px;
}
#slider .bx-wrapper .bx-next {
  right: 20px;
  background: url('../images/next_arrow.png') no-repeat 0px 0px;
}
#slider .bx-wrapper .bx-next:hover,
#slider .bx-wrapper .bx-next:focus {
  background: url('../images/next_arrow.png') no-repeat 0px 0px;
}
#slider .bx-wrapper .bx-controls-direction a {
    width: 31px;
    height: 62px;
	margin-top: -25px;
}
/*#slider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 55px;
  height: 70px;
  text-indent: -9999px;
  z-index: 0;
}*/

#slider .bx-controls {
    position: absolute;
    width: 100%;
    top: 85%;
}
#slider .bx-wrapper .bx-pager.bx-default-pager a:hover, 
#slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff200;
}
#slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff;
	width: 14px;
    height: 14px;
	border-radius: 10px;
}
#slider .bx-wrapper .bx-caption {
    width: 70%;
    margin: 0 auto;
	background: none;
	position: absolute;
    right: 0;
    left: 0;
	bottom: auto;
	top: 70%;
	transform: translateY(-50%);
	text-align: center;
}
#slider .bx-wrapper .bx-caption strong {
	display: block;
	padding: 10px 20px;
	margin-bottom: 10px;
    background: rgba(70, 68, 69, 0.50);
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}
#slider .bx-wrapper .bx-caption p {
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	line-height: 36px;
}
#slider .bx-wrapper .bx-caption a {
	display: inline-block;
	width: auto;
	padding: 10px 33px;
    background: #002c74;
	font-size: 30px;
    color: #ffffff;
    font-weight: 700;
	line-height: 36px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
#slider .bx-wrapper .bx-caption a:hover {
	background: #fff200;
	color: #002c74;
}
#middle {
	float: left;
	width: 100%;
}
.welcome_sec {
	padding-top: 50px;
}
.welcome_sec .content {
    float: left;
    width: 100%;
    padding-top: 20px;
}
.welcome_sec .content h1 {
	margin: 0 0 20px 0;
	font-size: 35px;
	color: #002d74;
	font-weight: 700;
	line-height: 45px;
	text-align: center;
}
.welcome_sec .content p {
	margin: 0 0 30px 0;
	font-size: 18px;
	color: #565656;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
}
.welcome_sec .content strong {
	color: #002d74;
	font-weight: 600;
}
.welcome_sec .content p strong a{
	color: #002d74;
	font-weight: 600;
	text-decoration: none;
}
.welcome_sec .content p strong a:hover {
	color: #ee1c24;
	text-decoration: none;
}
.welcome_sec .content ul {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    list-style: none;
}
.welcome_sec .content ul li {
    position:relative;
    float: left;
    width: 33.33%;
    padding: 0px 10px 0px 20px;
    font-size: 18px;
    color: #565656;
    line-height: 26px;
    font-weight: 700;
}
.welcome_sec .content ul li:before {
    position: absolute;
    font-family: 'Material Design Icons';
    content: '\f12f';
    font-size: 10px;
    top: 0;
    left: 0;
}
.service_sec {
	padding-top: 30px;	
}
.service_sec .service_img {
	float:left;
	width: 50%;
}
.service_sec .service_img img {
	width: 100%;
	height: auto;
}
.service_sec .service_cont {
	float: left;
	width: 50%;	
	padding: 100px 100px 0px 100px;
}
.service_sec .service_cont h2 {
	margin: 0 0 20px 0;
	font-size: 35px;
	color: #002d74;
	font-weight: 700;
	line-height: 45px;
}
.service_sec .service_cont p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #565656;
	font-weight: 400;
	line-height: 28px;
}
.service_sec .service_cont .read_btn {
	display: inline-block;
	margin-top: 30px;
	padding: 14px 44px;
	background: #002d74;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	line-height: 28px;
	text-decoration: none;
	text-transform: uppercase;
}
.service_sec .service_cont .read_btn:hover {
	background: #fff200;
	color: #002d74;
}
.service_sec2 {
	padding-top: 20px;
}
.service_sec2 .ser_img {
	float:left;
	width: 50%;
}
.service_sec2 .ser_img img {
	width: 100%;
	height: auto;
}
.service_sec2 .ser_cont {
	float: left;
	width: 50%;	
	padding: 100px 90px 0px 90px;
}
.service_sec2 .ser_cont h2 {
	margin: 0 0 20px 0;
	font-size: 35px;
	color: #002d74;
	font-weight: 700;
	line-height: 45px;
}
.service_sec2 .ser_cont p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #565656;
	font-weight: 400;
	line-height: 28px;
}
.service_sec2 .ser_cont .read_btn{
	display: inline-block;
	margin-top: 30px;
	padding: 14px 44px;
	background: #002d74;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
}
.service_sec2 .ser_cont .read_btn:hover {
	background: #fff200;
	color: #002d74;
}
.quote_sec {
	position:relative;	
	padding-top: 50px;
	padding-bottom: 50px;
	background-image:url(../images/faq-bg.jpg);
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;	
}
.yellow_layer {
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,242,42,0.9);
}
.quote_sec .quote_cont {	
	padding-top: 50px;
	padding-bottom: 50px;
}
.quote_sec .quote_cont h3 {
	margin: 0 0 20px 0;
	font-size: 40px;
	color: #002d74;
	font-weight: 700;
	line-height: 45px;
}
.quote_sec .quote_btn {
	padding: 50px 30px 50px 0;
	text-align: right;
}
.quote_sec .quote_btn .faq_btn {
	display: inline-block;
	padding: 21px 90px;
	background: #002d74;
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
.quote_sec .quote_btn .faq_btn:hover {
	background: #ffffff;
	color: #002d74;
}
.testimonial_sec {
	padding-top: 50px;
	padding-bottom: 50px;
}
.testimonial_sec h3 {
	margin: 0 0 20px 0;
	font-size: 35px;
	color: #002d74;
	font-weight: 700;
	line-height: 45px;
	text-align: center;
}
.testimonial_sec .testi_slider {
    float: left;
    width: 100%;
    padding: 60px 30px 23px 30px;
    text-align: center;
}
.testimonial_sec .testi_slider .bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff;
 	background: transparent; 
	margin-bottom: 0px;  
}
.testimonial_sec .testi_slider ul li .testi_thumbnail {
    display: inline-block;
    text-align: center;
}
.testimonial_sec .testi_slider ul li .testi_thumbnail img {
	max-width: 100%;
    display: block;    
    border-radius: 50%;
}
.testimonial_sec .testi_slider .bx-wrapper .bx-pager {
	display: none;
}
.testimonial_sec .testi_slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #000000;
	width: 14px;
	height: 14px;
	border-radius: 10px;
}
.testimonial_sec .testi_slider  .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.testimonial_sec .testi_slider  .bx-wrapper .bx-pager.bx-default-pager a.active, 
.testimonial_sec .testi_slider  .bx-wrapper .bx-pager.bx-default-pager a:focus { background: #002d73; }
.testimonial_sec .testi_content {
    padding: 40px 250px 40px 250px;
    display: inline-block;
    text-align: center;
}
.testimonial_sec .testi_content p {
	margin: 0 0 30px 0;
	font-size: 22px;
	color: #3f3f3f;
	font-weight: 400;
	line-height: 35px;
}
.testimonial_sec .testi_content .more_btn{
	display: inline-block;
	padding: 13px 37px;
	background: #fffc00;
	font-size: 18px;
	color: #002d74;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.testimonial_sec .testi_content .more_btn:hover {
	background: #002d74;
	color: #ffffff;
}
.testimonial_sec .testi_slider .bx-wrapper .bx-controls-direction a.disabled {
	display: inline-block;
}
.testimonial_sec .testi_slider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 45%;
    margin-top: -16px;
    outline: 0;
    width: 51px;
    height: 51px;
    text-indent: -9999px;
    z-index: 1;
}
.testimonial_sec .testi_slider .bx-wrapper .bx-prev {
    left: 0px;
    background: url(../images/controls.png) no-repeat 0 0px;
}

.testimonial_sec .testi_slider .bx-wrapper .bx-next {
    right: 0px;
    background: url(../images/controls.png) no-repeat -54px 0px;
}
.map_sec {
	float: left;
	width: 100%;
}
.serve_sec {
    float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #002d74;
	font-size: 30px;
	color: #fffc00;
	font-weight: 600;
	line-height: 35px;
	text-align: center;
	text-decoration:none;
}
.serve_sec:hover {
	background: #fffc00;
	color: #002d74;
	text-decoration:none;
}
#footer {
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #262626;
}
#footer .ftr_menu {	
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
#footer .ftr_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .ftr_menu ul li {
	display: inline-block;
	padding: 0 0;
}
#footer .ftr_menu ul li a {
	display: inline-block;
    margin-right: 13px;
    margin-left: 13px;
    font-size: 18px;
    color: #ffffff;
	line-height: 28px;
    font-weight: 400;
	text-decoration: none;
}
#footer .ftr_menu ul li a:hover {
	color: #fff200;
} 
#footer .ftr_menu ul li:after {
	content: "|";
	color: #ffffff;
}
#footer .ftr_menu ul li:last-child:after {
	content: none;
}
#footer .address {	
	float: left;
	width: 100%;
	padding: 50px 60px 20px 90px;
}
#footer .address p {
	margin: 0 0 0 0;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;
}
#footer .address p strong {
	font-weight: 700; 
	text-transform: uppercase;
}
#footer .phone {	
	float: left;
	width: 100%;
	padding: 0px 60px 20px 90px;
}
#footer .phone p {
	margin: 0 0 0 0;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;
}
#footer .phone p strong {
	font-weight: 700; 
	text-transform: uppercase;
}
#footer .phone a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;
	text-decoration: none;
}
#footer .phone a:hover {
	color: #fff200;
}
#footer .email {	
	float: left;
	width: 100%;
	padding: 0px 60px 20px 90px;
}
#footer .email p {
	margin: 0 0 0 0;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;	
}
#footer .email p strong {
	font-weight: 700; 
	text-transform: uppercase;
}
#footer .email a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;
	text-decoration: none;
}
#footer .email a:hover {
	color: #fff200;
}
#footer .ftr_social {
	float: left;
	width: 100%;
	padding-top: 50px;
}
#footer .ftr_social  p {
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;
}
#footer .ftr_social p strong {
	font-weight: 700; 
	text-transform: uppercase;
}
#footer .ftr_social ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#footer .ftr_social ul li {
	display: inline-block;
    padding-right: 15px;
}
#footer .ftr_social ul li:last-child {
	padding-right: 0px;
}
#footer .copyright {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 28px;
}
#footer .copyright a {
    display: inline-block;
    padding: 0 7px;
    color: #ffffff;
    text-decoration: none;
}
#footer .copyright a:hover {
    color: #fff200;
}



/* contact form 7 */
body div.wpcf7-response-output { padding: 0 0px; margin: 20px 0 0 0; box-sizing: border-box; border: none; }
body span.wpcf7-not-valid-tip { position: absolute; top: 3px; right: 4px; font-size: 12px; white-space: nowrap; }
body .wpcf7-not-valid {	border-color: #97292c !important; }


/*----------------- inner pages -----------------*/
.alignleft, .alignnone { float: left; max-width: 100%; height: auto; margin: 0 20px 20px 0; }
.alignright { float: right; max-width: 100%; height: auto; margin: 0 0 20px 20px; }
.aligncenter { float: none; display: block; max-width: 100%; height: auto; margin: 0 auto 20px auto;}

#inner_banner {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 180px;
	overflow: hidden;
}
#inner_banner > img {
	width: 100%;
}
.inner_section {
	padding-top: 70px;
    padding-bottom: 70px;
}
.inner_section h1 {
	margin: 0 0 20px 0;
	font-size: 35px;
	color: #002d74;
	font-weight: 700;
	line-height: 45px;
}
.inner_section h2 {
	margin: 0 0 20px 0;
	font-size: 30px;
	color: #002d74;
	font-weight: 700;
	line-height: 35px;
}
.inner_section p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #565656;
	font-weight: 400;
	line-height: 28px;
}
.inner_section strong a {
	color: #565656;
}
.inner_section strong a:hover {
	color: #002c74;
}

/*----------------- contact-form pages -----------------*/

.contact-form {
    padding: 20px 0 0 0;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-form .form-control {
    display: block;
    width: 100%;
    height: 49px;
    padding: 10px 14px;
    margin-bottom: 15px;
    border: 1px solid #c1c1c1;
    background-color: #fff;
    font-size: 18px;
    color: #565656;
    font-weight: 400;
}
.contact-form .form-group .submit_btn {	
	float: left;
	width: auto;
	padding: 14px 44px;
    background: #002d74;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	transition: all .3s ease-in-out;
	text-align: center;
}
.contact-form .form-group .submit_btn:hover {
	background: #fff200;
    color: #002d74;
}
.contact-form textarea.form-control {
    height: auto;
    resize: vertical;
}
.contact_detail {
	padding: 0px 0 0 0;
}
.contact_detail p a {
    text-decoration: none;
}
.contact_detail p a:hover {
    text-decoration: none;
}
/*----------------- Portfolio Page -----------------*/

.gallrey_box {
	float: left;
	width:100%;
    padding: 20px 0px;
}
.gallrey_box a.cboxElement  {
	display: inline-block;
    height: 203px;
    overflow: hidden;
    margin-bottom: 30px;
}
.gallrey_box .img_tag {
    float: left;
    width: 100%;
	margin-bottom: 20px;
    border: solid 2px #c8c8c8;
}
.gallrey_box .img_tag {
    width: 100%;
	height: auto;
}
/*----------------- Faq Page -----------------*/
.faq_box {
    float: left;
    width: 100%;
    margin-top: 50px;
}
