/*
*  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,
img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,
hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswald_regularregular';
    src: url('../fonts/oswald-regular_0-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'noto_serifregular';
    src: url('../fonts/notoserif-regular-webfont.woff2') format('woff2'),
         url('../fonts/notoserif-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1 {
	font-family: 'noto_serifregular';
	font-size: 35px;
	color: white;
	text-align: center;
	font-weight: normal;
}

h2 {
	font-family: 'oswald_regularregular';
	font-size: 28px;
	color: #121212;
	font-weight: normal;
}

h3 {
	font-family: 'oswald_regularregular';
	font-size: 35px;
	color: #000;
	font-weight: normal;
	text-align: center;
	padding-top: 55px;
}

.spacer {
	width: 100%;
	height: 1px;
	line-height: 1px;
	clear: both;
}

img {
	max-width: 100%;
}

#top {
	width: 100%;
	height: 115px;
	margin: 0 auto;
	background-color: #030f1c;
}

.wrapper {
	width: 100%;
	max-width: 1200px;
	height: auto;;
	margin: 0 auto;
	overflow: hidden;
}

.logo {
	float: left;
	margin-top: 10px;
}

#top_rt {
	width: 100%;
	max-width: 505px;
	height: auto;
	float: right;
}

#mail_txt {
	float: left;
	background-image: url(../images/email_icon.jpg);
	background-repeat: no-repeat;
	height: 22px;
	margin-top: 44px;
}

#mail_txt p {
	font-family: 'robotoregular';
	font-size: 16px;
	color: white;
	padding-top: 3px;
    padding-left: 45px;
}

#cal_txt {
	float: right;
	background-image: url(../images/phn_icon.jpg);
	background-repeat: no-repeat;
	height: 22px;
	margin-top: 44px;
}

#cal_txt p {
	font-family: 'robotoregular';
	font-size: 24px;
	color: white;
	padding-top: 3px;
    padding-left: 45px;
}

#menu_bg {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background-color: #06182d;
	opacity: 0.8;
    z-index: 999;
    position: absolute;
}

#menu {
	width: 100%;
	max-width: 1200px;
	height: auto;;
	margin: 0 auto;
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	font-family: 'robotoregular';
	font-size: 16px;
	float: left;
	text-transform: uppercase;
	padding: 8px 0 0 80px;
}

#menu ul li a {
	color: white;
}

#menu ul li a:hover {
	color: yellow !important;
}

#banner {
	margin: 0 auto;
	text-align: center;
}

#choose_img {
	margin: 0 auto;
	text-align: center;
	margin-top: 60px;
}

#choose_txt {
	width: 100%;
	max-width: 975px;
	height: auto;
	margin: 0 auto;
}

#choose_txt p {
	font-family: 'robotoregular';
	font-size: 17px;
	color: #757575;
	padding-top: 40px;
    text-align: center;
    line-height: 28px;
}

#choose_lft {
	width: 100%;
	max-width: 232px;
	height: auto;
	float: left;
	margin-left: 100px;
}

#choose1 {
	background-image: url(../images/1.png);
	background-repeat: no-repeat;
	height: 40px;
	margin-top: 100px;
}

#choose1 p {
	font-family: 'oswald_regularregular';
	font-size:26px;
	color: #001327;
	padding-top: 10px;
    padding-left: 85px;
}

#choose2 {
	background-image: url(../images/2.png);
	background-repeat: no-repeat;
	height: 40px;
	margin-top: 100px;
}

#choose2 p {
	font-family: 'oswald_regularregular';
	font-size:26px;
	color: #001327;
	padding-top: 10px;
    padding-left: 85px;
}

#chooseImg {
	float: left;
	margin-top: 50px;
	margin-left: 125px;
}

#choose_rt {
	width: 100%;
	max-width: 300px;
	height: auto;
	float: right;
}

#choose3 {
	background-image: url(../images/3.png);
	background-repeat: no-repeat;
	height: 40px;
	margin-top: 100px;
}

#choose3 p {
	font-family: 'oswald_regularregular';
	font-size:26px;
	color: #001327;
	padding-top: 10px;
    padding-left: 85px;
}


#choose4 {
	background-image: url(../images/4.png);
	background-repeat: no-repeat;
	height: 40px;
	margin-top: 100px;
}

#choose4 p {
	font-family: 'oswald_regularregular';
	font-size:26px;
	color: #001327;
	padding-top: 10px;
    padding-left: 85px;
}

#welcome_bg {
	width: 100%;
	height: 615px;
	margin: 0 auto;
	background-image: url(../images/welcome_bg.jpg);
	background-size: cover;
	margin-top: 70px;
}

#welcome {
	width: 100%;
	max-width: 944px;
	height: auto;
	margin: 0 auto;
	margin-top: 60px;
}

#welcome p {
	font-family: 'robotoregular';
	font-size: 16px;
	color: white;
	line-height: 26px;
	text-align: center;
	padding-top: 40px;
}

#welcome_icon {
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
}

#coupon {
	text-align: center;
	margin-top: 45px;
}

#sherwin_img {
	float: left;
	margin-top: 45px;
}

#sherwin_txt {
	width: 100%;
	max-width: 820px;
	height: auto;
	float: left;
	margin-top: 70px;
    margin-left: 80px;
}

#sherwin_txt p {
	font-family: 'robotoregular';
	font-size: 17px;
	color: #343434;
	line-height: 24px;
	padding-top: 15px;
}

.line {
	width: 100%;
	max-width: 1200px;
	height: 2px;
	background-color: #e5e5e5;
	margin-top: 40px;
	margin-bottom: 20px;
}

#testimonials_icon {
	text-align: center;
	margin-top: 40px;
}

.testimonials_box {
	width: 100%;
	max-width: 375px;
	height: auto;
	border: 1px #d6d3d3 solid;
	float: left;
	margin: 40px 0 0 20px;
}

.testimonials_img {
	float: left;
	margin-left: 12px;
	margin-top: 30px;
}

.testimonials_txt {
	width: 100%;
	max-width: 265px;
	height: auto;
	float: left;
	margin-left: 30px;
    margin-top: 25px;
}

.testimonials_txt p {
	font-family: 'robotoregular';
	font-size: 14px;
	color: #8b8b8b;
	line-height: 20px;
	padding-bottom: 20px;
	text-align: justify;
}

#footer_bg {
	width: 100%;
	height: 320px;
	margin: 0 auto;
	background-color: #1a1a1a;
	margin-top: 70px;
}

#footer_logo {
	float: left;
	margin-top: 35px;
}

#emailaddress {
	float: left;
	background-image: url(../images/email_img.png);
	background-repeat: no-repeat;
	height: 42px;
	margin-top: 56px;
    margin-left: 60px;
}

#emailaddress p {
	font-family: 'robotoregular';
	font-size: 18px;
	color: #e8e8e8;
	padding-top: 10px;
    padding-left: 95px;
}

#phonenumber {
	float: left;
	background-image: url(../images/phn_img.png);
	background-repeat: no-repeat;
	height: 45px;
	margin-top: 50px;
    margin-left: 50px;
}

#phonenumber p {
	font-family: 'robotoregular';
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	padding-left: 85px;
}

.social_icon {
	float: right;
	margin: 55px 0 0 10px;
}

#footer_line {
	width: 100%;
	max-width: 1200px;
	height: 2px;
	background-color: #232323;
	margin-top: 35px;
}

#footer {
	text-align: center;
	margin-top: 40px;
}

#footer p {
	font-family: 'robotoregular';
	font-size: 18px;
	color: #fff;
}

#footer p a {
	color: yellow;
	text-decoration: none;
}

#card {
	text-align: center;
	margin-top: 20px;
}
.col-lg-3 {
    width: 50%;
}

#faq {
	width: 100%;
	max-width: 1100px;
	height: auto;
	margin-top: 40px;
}

#faq p {
	font-family: 'robotoregular';
	font-size: 18px;
	color: black;
	line-height: 28px;
}


/*****************contqactus************/
.contact_lft{ width: 100%; max-width:550px; height:auto; float:left; margin-left:28px; margin-top: 25px}
.form{ width:100%; max-width:280px; height:auto; float:left; margin:10px 0 0 20px; border:1px #dcdcdc solid;
	  padding-left:15px; ; padding-top:15px;  background-color:#FFF; margin-bottom:40px; padding-bottom:20px}
.contactus_rt{ width:96%; max-width:1340px; margin-left:28px}
.contact_mid{ width:100%; max-width:500px; height:auto; float:right; margin-top:20px}
.map{ width:100%;  height:auto; margin:0 auto; margin-top:20px; margin-bottom: 30px}