/*====================================== reset.css is here ========================================*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table {	border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}
ol,ul { list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:bold;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
.clear{clear:both; font-size:0px; line-height:0px; display:block;}
.last {margin:0 !important;}
.pad_last{padding:0 !important;}
.no_bg {background:none !important;}
/**************************************************************************************/
*{ -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
a											{ color:#000; text-decoration:none; outline:0 none; font-family: 'Roboto', sans-serif;}
a:hover										{ color:#000; text-decoration:none;}
h1											{ font-size:24px;font-family: 'Roboto', sans-serif;}
h2											{ font-size:22px;font-family: 'Roboto', sans-serif;}
h3											{ font-size:18px;font-family: 'Roboto', sans-serif;}
h4											{ font-size:16px;font-family: 'Roboto', sans-serif;}
h5											{ font-size:14px;font-family: 'Roboto', sans-serif;}
h6											{ font-size:12px;font-family: 'Roboto', sans-serif;}
img {  width: auto;  height: auto;  max-width: 100%;  vertical-align: middle;  border: 0;  -ms-interpolation-mode: bicubic;}
/*----------------------------------------------------------------------------------*/
body { color:#000000; font-family: 'Roboto', sans-serif; font-size:12px; line-height: normal; background: transparent;}
.flt_Lt { float:left; display:inline;}
.flt_Rt { float:right; display:inline;}
.txt_cnt { text-align: center;}
.txt_rt { text-align:right !important;}
.txt_lt { text-align:left;}
input,textarea { -webkit-appearance:none; border-radius:0px; outline:none; border:0px;}
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both;}
.table_sec { display: table;}
.table_cell { display: table-cell;vertical-align: middle;}
.split{width: 100%;}
.pad_r{ padding-right: 0;}
.pad_l{ padding-left: 0;}
.mar_lr{margin: 0 auto;}
.pos_r{position: relative;}
/* -------------- Placehoder-------------- */
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 400;color: #666666;}
input:-moz-placeholder, textarea:-moz-placeholder {font-family: 'Roboto', sans-serif;font-size: 15px; font-weight: 400;color: #666666;}
input::-moz-placeholder,textarea::-moz-placeholder {font-family: 'Roboto', sans-serif;font-size: 15px; font-weight: 400;color: #666666;}
input:-ms-input-placeholder,textarea:-ms-textarea-placeholder {font-family: 'Roboto', sans-serif;font-size: 15px; font-weight: 400;color: #666666;}
/* ----------------------- layout ----------*/
.wrapper { margin:0 auto;  width: 100%; position: relative;}
.container{   width:1170px; max-width: 100%; margin: 0 auto;padding: 0 15px;}
/* -------------- HEADER HERE -------------- */
.header { margin: 0 auto; width: 100%; min-height: auto;position:relative;min-height: 110px;background:linear-gradient(to right, #ffffff 0%,#ffffff 39%,#1e1f21 39%,#1e1f21 100%); z-index: 999;}

.header .logo{padding: 20px 25px 20px 0;;text-align: left;float: left; width:30%;background-color: #fff;}
.header .menubar{ text-align: left;float: left;width:70%;background-color: #1e1f21; padding: 0 0 0 25px;}
.header .logo a{display: inline-block;}
.header .logo img{width:auto; height: auto;}

.top_bar{padding:10px 0; border-bottom: 1px solid #2d2d2d;}
.social_link{float: left;width: 40%;}
.call{float: left; width: 60%; text-align: right; padding: 5px 0;}
.social_link li,.call li{display: inline-block;padding: 0 10px;color: #999999; font-size: 14px; font-weight: 400;font-family: 'Roboto', sans-serif;text-transform: uppercase;}
.call li a{text-decoration: none;color: #999999; font-size: 14px; font-weight: 400;font-family: 'Roboto', sans-serif;text-transform: uppercase;}
.social_link li:first-child{padding-left: 0;}
.call li:last-child{padding-right: 0;}
.social_link li a{color: #999999; font-size: 20px;text-decoration: none;}

.half_wrap{width: 50%; float: left;}
.nav_bg{ position: relative;text-align:right;display:block;}
.nav_bg nav{display: inline-block;}
.nav_bg nav ul { list-style: none;}
.nav_bg nav ul li { display: inline-block;  padding:0 22px;position: relative;}
.nav_bg nav ul li:last-child {padding-right: 0;}
.nav_bg nav ul li a { position: relative; text-decoration: none; font-weight: 400;font-family: 'Roboto', sans-serif; font-size: 15px;line-height: normal;color:#fff; display: inline-block;transition: 1s ease all; padding:22px 0;text-transform: uppercase;}
.nav_bg nav ul li a:after { content: ''; position: absolute; border-bottom: 2px solid #ff6400; left: 0; width: 0;bottom: 0; -webkit-transition: all 0.5s;-o-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;}
.nav_bg nav>ul>li:hover> a:after, .nav_bg nav ul > li.current-menu-item a:after { width: 100%;}
.nav_bg nav ul li a:hover,.nav_bg nav>ul>li.current-menu-item>a ,.nav_bg nav ul li a.active{color: #ff6400;}
.nav_bg nav ul > li > ul {display: none;padding: 0; position: absolute; width:450px;left: -50px; right: auto;z-index: 999; top: 100%; border-top:1px solid #B10000;margin: 0 -30px; transition: 1s ease all;}
.nav_bg nav ul > li > ul li { position: relative;    padding: 10px 20px;margin: 0 auto; float: left;}
.nav_bg nav ul > li > ul li a {display: block; font-family: 'Roboto', sans-serif; color: #555555; font-size: 16px; text-align: left;text-decoration: none;padding: 0;font-weight: 600; }
.nav_bg nav ul > li:hover ul { display: block;}


/*--------Sticky header----------*/

.sticky{position: fixed;top: 0px;margin-top: 0px;display: block;z-index: 999;left: 0px;width: 100%;
    -moz-animation: reveal-header 0.5s;
    -webkit-animation: reveal-header 0.5s;
    -ms-animation: reveal-header 0.5s;
    animation: reveal-header 0.5s;}


@-moz-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@-webkit-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@-ms-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}


/*----------------- BANNER -----------------*/
.banner_sec{position: relative;}
.banner img{height: 100%; width: 100%; object-fit: cover;height:790px;}
.banner .caption{position: absolute;bottom: 50px; left: 0;right: 0; text-align:center; z-index: 9;font-family: 'Roboto', sans-serif;}
.banner .caption h1{color: #ffffff;font-size:50px;font-weight:700;line-height:84px;text-align: center;text-transform: uppercase;  background:linear-gradient(to top, #b5b5b5 0%,#b5b5b5 50%,#ffffff 50%,#ffffff 100%); -webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.banner .caption p{color: #ffffff; font-size: 18px; font-weight: 300; line-height: 30px;}
.banner .caption h2{font-size: 60px; color: #ffffff; font-weight:700;text-align: left;padding-bottom: 10px;background:linear-gradient(to right, #b5b5b5 67%,#b5b5b5 84%,#ffffff 0%,#ffffff 0%); -webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.banner .caption h2>sup{font-size: 40px;color: #b5b5b5;-webkit-text-fill-color: #b5b5b5;}
.banner .caption ul{list-style: none;padding: 35px 0 0;position: relative;}
.banner .caption ul:before{content: "";background-image: url(../images/line.png);left:0;right:0;margin: 0 auto 40px;width:100%; height: 1px;}
.banner .caption ul li{float: left;width: 25%;vertical-align: top;text-align: left;    padding: 0 50px;}
.banner .caption ul li p{font-size: 16px; line-height: 20px;}
/*---------------Footer--------------------*/
.footer{position: relative;}
.footer h4{font-size:16px; color:#222222; font-weight:500;text-align: left}
.ft_logo{text-align: left; width: 50%; float: left;}
.footer ul {margin: 0 auto; text-align:right;padding: 10px 0;}
.footer ul li{display:inline-block;padding:5px 10px;text-align:center;color: #222222;font-family:'Roboto', sans-serif;font-weight: 500; font-size: 16px; }
.footer ul li a{display: inline-block; text-decoration: none;font-size:20px;color:#999999;vertical-align: middle;}
.footer ul li a:hover{color: #1947af;}
.ft_top{padding:25px 0;background-color: #ffffff;}
.ft_bot{background-color: #f3f3f3;}
.footer p{color:#222222; font-size: 12px;font-weight:400;font-family: 'Roboto', sans-serif;text-align: center;padding:10px 0;}
/*-------------------------------------------------*/
.welcome_sec{position: relative; padding: 90px 0;background-color: #ffffff;text-align: center;}
.welcome_sec h4{color: #999999; font-size: 20px; font-weight: 400;padding-bottom: 5px;}
.welcome_sec h2{color: #222222; font-size: 40px;font-weight: bold;}
.welcome_sec p{color:#333333; font-size: 16px;font-weight:400;padding: 15px 0;line-height: 24px; }
.welcome_sec a{text-decoration: none; display: inline-block; font-size: 16px; color: #ff6400; font-weight: 400;margin-top: 20px;}

.help_sec{position: relative;min-height: 775px;}
.help_sec .img_wrap{width:40%; position: absolute; left: 0; top:0;}
.help_sec .img_wrap img{width: 100%; height:100%;object-fit: cover;}
.help_sec .content_wrap{width: 60%; float: left; margin-left:40%; padding: 70px 15px;}
.help_sec .content_wrap h2{color: #222222; font-size: 35px; font-weight: 500; text-align: left;padding-bottom:20px;position: relative;}
.help_sec .content_wrap h2:before{content: "";position: absolute;bottom:0;left:-200px;background-color: #ff6400;height: 1px; width:300px;}
.help_sec .content_wrap p{font-size: 16px; font-weight: 400; color: #333333;padding: 25px 0;line-height: 24px;}
.help_sec .content_wrap  ul {list-style: none;}
.help_sec .content_wrap  ul li{padding:20px 40px 20px 0;float: left; width: 50%; vertical-align: top;}
.help_sec .content_wrap  ul li h3{color: #ff6400;font-size:22px;font-weight: 500;text-align: left;}
.help_sec .content_wrap  ul li p{padding: 10px 0;}

.testimonial_sec{padding: 95px 0;background-color: #ffffff;text-align:left;}
.testimonial_sec .in_wrap{padding-left: 95px;}
.testimonial_sec h4{color: #999999; font-size: 20px; font-weight: 400;padding-bottom: 5px;}
.testimonial_sec h2{color: #222222; font-size: 40px;font-weight: bold;position: relative;}
.testimonial_sec h2:before{content: "";position: absolute;top: 50%;left:-95px; background-color:#ff6400;height:1px;width:70px;}
.testimonial_sec p{font-size: 16px; color: #333333; font-weight: 400; line-height: 24px;padding: 15px 0;}
.testimonial_slider{margin: 10px auto;}
.testimonial_slider .slide{background: #ffffff url(../images/test_box.jpg)no-repeat;padding: 30px;background-size: 100% 100%;margin: 0 15px;}
.testimonial_slider .slide span.quote{display: block;padding-bottom: 15px;}
.testimonial_slider .slide img.profile_pic{float: left; margin:0 25px 5px 0;vertical-align: middle;}
.testimonial_slider .slide h3{color: #222222; font-size: 26px; font-weight: 700;}
.testimonial_slider .slide p{color: #666666; font-size: 18px;font-style: italic;line-height: 24px;clear: both;}
.testimonial_slider h5{font-size: 18px; font-weight: 500; text-align: left;color: #222222;padding: 10px 15px 0;}
.testimonial_slider small{font-size: 16px; color: #999999; font-weight: 400; text-align: left;display: block; padding: 0 15px;}
.testimonial_slider .slick-slide{outline: none;}
.testimonial_slider .slick-prev, .testimonial_slider .slick-next{width: 42px; height: 43px;z-index: 99;transition: 1s ease all;}
.testimonial_slider .slick-prev{top:-65px;right: 50px;left: inherit;}
.testimonial_slider .slick-next{top:-65px;right:0px;left: inherit;}
.testimonial_slider .slick-prev:before{content:"";background-image:url(../images/pre.png);position:absolute;height:43px;width:42px;top:0;left: 0;transition: 0.5s ease-in-out all;}
.testimonial_slider .slick-next:before{content:"";background-image:url(../images/next.png);position:absolute;height:43px;width:42px;top:0;right: 0;transition:0.5s ease-in-out all;}
.testimonial_slider .slick-prev:hover:before{background-image:url(../images/pre_active.png);height:43px;width:42px;top:0;left: 0;}
.testimonial_slider .slick-next:hover:before{background-image: url(../images/next_active.png);height:43px;width:42px;top:0;left: 0;}

.contact_sec{background-image: url(../images/map_wrap.jpg);position: relative;padding: 85px 0 35px; text-align: center;}
.contact_sec h4{color: #999999; font-size: 20px; font-weight: 400;padding-bottom: 5px;}
.contact_sec h2{color: #222222; font-size: 40px;font-weight: bold;position: relative;}
.contact_sec p{font-size: 16px; color: #333333; font-weight: 400; line-height: 24px;padding: 15px 0;}
ul.con_details {list-style: none; display: inline-block;text-align: center;padding: 30px 0;}
ul.con_details li{width: 33.3%;float: left;  text-align: left;padding: 10px 25px;}

.icon{float: left;width:20%;text-align: right; padding-right: 5px;}
.details{float: left; width:80%;}
ul.con_details li h3{color:#222222;font-size: 20px; font-weight: 500;padding-bottom: 10px;}
ul.con_details li p{font-weight: 400; font-size: 16px; color:#666666; line-height: 24px;padding: 0;}
ul.con_details li p a{font-weight: 400; font-size: 16px; color:#666666; line-height: 24px; text-decoration: none;}

.contact_form{position: relative;width:70%;margin: 0 auto;}
.contact_form .note{background-color: #666666;padding: 15px 10px;}
.contact_form .note p{font-size: 14px;color:#ffffff;font-weight:400;line-height:20px;text-align:center;padding: 0;}
.contact_form ul{list-style: none;background-color: #fff; padding: 35px;}
.contact_form ul li{float: left; width:48%;margin-bottom: 20px;vertical-align: top;text-align: left;}
.contact_form ul li:nth-child(2){float: right;margin-left: 25px;}
.contact_form ul li:last-child{text-align: right;margin-left: 25px;}
.contact_form ul li img{width: 100%;}
.contact_form input[type=text],
.contact_form input[type=tel],
.contact_form input[type=email], .contact_form textarea{box-sizing: border-box;width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;border:1px solid #BEBEBE;padding:15px;font-family: 'Roboto', sans-serif;margin:0px;font-size: 15px; font-weight: 400;color: #666666;-webkit-transition: all 0.30s ease-in-out;-moz-transition: all 0.30s ease-in-out;-ms-transition: all 0.30s ease-in-out;-o-transition: all 0.30s ease-in-out;outline: none;}
.contact_form .field-textarea{height: 225px;float: right; margin-bottom: 20px!important;}
.contact_form input[type=submit]{background: #ff6400;border-radius:25px;padding: 15px 30px;font-size: 16px; font-weight: 500;border: none;font-family: 'Roboto', sans-serif;color: #fff;cursor: pointer;transition: 1s ease all;}
.contact_form input[type=submit]:hover{background-color: #333;}
.safe_note{position: relative;background-color: #ebebeb;padding: 25px 0;}
.safe_note p{color: #333333; font-size: 16px; font-weight: 400;text-align: left;line-height: 24px;}
.safe_note strong{color: #366df9; font-weight: 700;}
.file-type{padding: 15px 0 ;}
#returnmessage{
font-size:14px;
color:green; 
text-align:center;
}
#errormessage{
font-size:14px;
color:red; 
text-align:center;
}
label.error , .error{
	color:red;
	display: -webkit-box;
}

.ajax-loader
{display: none;
   position: absolute;
}
label.error{position: absolute;}
.button_bl {
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    border-radius: 40px;
    border: none;
    height: 35px;
    width: 50px;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    top:185px;
    left: 28px;
    right: 0;
    margin: 0 auto;
}
@-webkit-keyframes glowing {
  0% { background-color:#ffffff; -webkit-box-shadow: 0 0 3px #ffffff; }
  50% { background-color:#ffffff; -webkit-box-shadow: 0 0 40px #ffffff; }
  100% { background-color:#ffffff; -webkit-box-shadow: 0 0 3px #ffffff; }
}

@-moz-keyframes glowing {
  0% { background-color:#ffffff; -moz-box-shadow: 0 0 3px #ffffff; }
  50% { background-color:#ffffff; -moz-box-shadow: 0 0 40px #ffffff; }
  100% { background-color:#ffffff; -moz-box-shadow: 0 0 3px #ffffff; }
}

@-o-keyframes glowing {
  0% { background-color: #ffffff; box-shadow: 0 0 3px #ffffff;}
  50% { background-color:#ffffff; box-shadow: 0 0 40px #ffffff; }
  100% { background-color: #ffffff; box-shadow: 0 0 3px #ffffff; }
}

@keyframes glowing {
  0% { background-color: #ffffff; box-shadow: 0 0 3px #ffffff; }
  50% { background-color:#ffffff; box-shadow: 0 0 40px #ffffff; }
  100% { background-color: #ffffff; box-shadow: 0 0 3px #ffffff; }
}