@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.eot');
    src: url('../fonts/montserrat-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff'),
         url('../fonts/montserrat-medium-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-medium-webfont.svg#montserratmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pacificoregular';
    src: url('../fonts/pacifico-webfont.eot');
    src: url('../fonts/pacifico-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pacifico-webfont.woff2') format('woff2'),
         url('../fonts/pacifico-webfont.woff') format('woff'),
         url('../fonts/pacifico-webfont.svg#pacificoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semibold-webfont.eot');
    src: url('../fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-semibold-webfont.woff') format('woff'),
         url('../fonts/montserrat-semibold-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-semibold-webfont.svg#montserratsemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
:root{
	--blue:#2888cf;
	--primary-size:14px;
	--green:#7fb843;
	--white:#fff;
	--primary:#303030;
}
a{
	text-decoration:none;
	font-size:14px;
}
img {
	max-width:100%;
	height:auto;
}
body {
	margin:0;
	font-family: 'montserratregular';
	padding:0;
	font-size:var(--primary-size);
	color:var(--primary);
	line-height:24px;
}
* {
	box-sizing:border-box;
}
ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline:none;
}
textarea:focus, input:focus, button:focus, select:focus{
    outline:none;
}
input::-webkit-input-placeholder {
	color: #666 !important;
	text-align:left !important;
	font-size:14px;
}
textarea::-webkit-input-placeholder {
	color: #666 !important;
	text-align:left !important;
	font-size:14px;
}
.field-error {
	float: left;
    color: #F00;
    width: 100%;
    font-size: 12px;
    padding: 2px 0;

}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0px;
	padding: 0;
	font-weight: normal;
	line-height: normal;
	margin-bottom:10px;
}

h1 {
	padding:0px;
	font-family: 'montserratsemibold';
	margin-bottom:10px;
}
h2{
	font-size:27px;
	margin:0px;
	padding:0px;
	font-family: 'montserratmedium';
	margin-bottom:20px;
	color:#303030;
	text-transform:uppercase;
	line-height:42px;
}
h3 {
	font-size:24px;
	text-transform:capitalize;
}
h4 {
	font-size:18px;
	padding:0px;
}
h5 {
	font-size:16px;
	padding:0px;
	
}
h6 {
	font-size:15px;
}
a, a:link, a:visited {
	text-decoration: none;
	outline: none;
}
a:hover {
	outline: none;
}
a{
	color:#3a3a3a;
	font-size:14px;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
p {
	padding: 0 0 0px;
	margin: 0;
	margin-bottom:10px;
	font-size:var(--primary-size);
	line-height:22px;
}
textarea:focus, input:focus, button:focus, select:focus{
    outline:none;
}
.container{
	width:96%;
	max-width:1160px;
	margin:0 auto;
	display:block;
}
/*--slider end--*/
/*--header start--*/
.header{
	width:100%;
	float:left;
	font-family: 'montserratmedium';
	position:absolute;
	top:0;
	left:0;
	z-index:99999;
}
.header_top{
	width:100%;
	float:left;
	background:#fcfcfc;
	padding:7px 0;
}

.header_top_left{
	float:left;
	padding-top:5px;
}
.header_top a.header_mail{
	color:#163554;
    line-height: 16px;
    float: left;
	position:relative;
	padding-left:24px;
}
.header_top a.header_mail:before{
	width:20px;
	height:20px;
	content:"";
	position:absolute;
	left:0;
	background:url(../images/all-icon.png) no-repeat;
	background-position:-5px -4px;
}
a:hover{
	color:var(--green);
}
.header_top_right{
	float:right;
}
.social_icon{
	float:left;
}
.social_icon a{
	float:left;
	margin-left:10px;
	width:25px;
	height:25px;
	background:url(../images/all-icon.png) no-repeat;
}
.social_icon a.fb{
	background-position:-7px -32px;
}
.social_icon a.tw{
	background-position:-52px -32px;
}
.social_icon a.yt{
	background-position:-95px -32px;
}
.header_bottom{
	width:100%;
	float:left;
	background:rgba(0,0,0,0.8);
	padding:2px 0;
}
.header_bottom .logo_wrap{
	float:left;
}
.header_bottom_right{
	float:right;
	padding-top:25px;
}
.header_bottom_right .header_call{
	float:left;
}
.header_bottom_right .header_call ul{
	float:right;
}
.header_bottom_right .header_call ul li{
	float:left;
	margin-left:20px;
}
.header_bottom_right .header_call ul li span{
	line-height:40px;
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	margin-right:5px;
	float:left;
}
.header_bottom_right .header_call a {
	float:left;
	color:var(--white);
	padding:0 15px;
	padding-left:40px;
	position:relative;
	margin-left:7px;
	border-radius:3px;
	line-height:40px;
}
.header_bottom_right .header_call a:before{
	width: 25px;
    height: 25px;
    content: "";
    position: absolute;
    left: 13px;
    background: url(../images/all-icon.png) no-repeat;
    top: 8px;
	background-position: -51px -3px;
}
.header_bottom_right .header_call a.call_1{
	background: var(--blue);
}
.header_bottom_right .header_call a.call_1:hover{
	background: var(--green);
}
.header_bottom_right .header_call a.call_2{
	background: var(--green);
}
.header_bottom_right .header_call a.call_2:hover{
	background: var(--blue);
}
/*--banner start--*/
.banner_wrap{
	width:100%;
	float:left;
	position:relative;
	margin-top: 39px;
}
.banner_wrap ul{
	width:100%;
	float:left;
	line-height:0px;
}
.banner_wrap ul li{
	width:100%;
	float:left;
	height:625px;
	position:relative;
}
.banner_wrap ul li img{
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	-o-object-position:center center;
	object-position:center center;
}
.banner_content{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display:table;
}
.banner_content .banner_txt{
	display: table-cell;
	vertical-align:middle;
	color:#fff;
}
.banner_content .banner_txt h1{
	margin-bottom: 30px;
    width: 50%;
    font-size: 55px;
    line-height: 80px;
    text-transform: uppercase;
    background: rgba(0,0,0,0.5);
    padding: 10px 20px;
}
.banner_content .banner_txt p{
	margin-bottom:0px;
	padding-bottom:30px;
	width:44%;
	color:#e2e3e3;
}
.banner_layer{
	width:100%;
	float:left;
	position:absolute;
	bottom:-20px;
	height:224px;
	background:url(../images/banner-layer.png) no-repeat center;
	background-size:100%;
}
.book_form{
	width: 30%;
    float: left;
    position: absolute;
    top: 130px;
    background: var(--blue);
    padding: 20px;
    right: 7%;
	font-family: 'montserratmedium';
	border-radius:5px;
}
.book_form h3{
	color:#f7f7f7;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:10px;
}
.frm_wrap{
	width:100%;
	float:left;
	min-height:60px;
}
.frm_wrap.left_wrap{
	width:50%;
	padding-right:10px;
}
.frm_wrap.right_wrap{
	width:50%;
	padding-left:10px;
}
.frm_wrap .input_txt{
	width:100%;
	float:left;
	height:40px;
	border-radius:3px;
	background:#f0f0f0;
	padding:0 10px;
	border:1px solid #ccc;
}
.frm_wrap.btn_wrap{
	min-height:auto;
	margin-top:0px !important;
}
.frm_wrap .sub-btn{
	float:left;
	padding:0 40px;
	border-radius:3px;
	background:var(--green);
	text-transform:uppercase;
	color:var(--white);
	border:none;
	cursor:pointer;
	height:40px;
}
.frm_wrap .sub-btn:hover{
	background:#ffffff;
	color:var(--green);
}
/*--main_wrap start--*/
.main_wrap{
	width:100%;
	float:left;
}
.section{
	width:100%;
	float:left;
	padding:60px 0;
	overflow:hidden;
}
/*--about_us--*/

.about_wrap{
	width:100%;
	float:left;
	position:relative;
}
.about_wrap .about_img{
	width:480px;
	float:left;
	border-radius:8px;
	position:relative;
	z-index:999;
	padding-left:30px;
	padding-bottom:30px;
	z-index:1;
	margin-bottom:20px;
	margin-right:30px;
}
.about_wrap .about_img img{
	border:4px solid #fff;
}
.about_wrap .about_img:after{
	width:80%;
	float:left;
	content:"";
	border-radius:8px;
	position:absolute;
	height:80%;
	background:var(--blue);
	left:0;
	bottom:0;
	z-index:-1;
}
.about_wrap p{
	line-height:30px;
}
.about_wrap ul{
	width:100%;
	float:left;
	padding-left:15px;
	margin-bottom:15px;
}
.about_wrap ul li{
	font-family: 'montserratmedium';
}
.about_wrap .about_img img{
	width:100%;
	float:left;
	border-radius:10px;
}
.about_wrap .about_img:before{
}
.about_content{
	width:48%;
	float:right;
}
.about_content h2{
	margin-bottom:30px;
}
.about_content p{
	margin-bottom:20px;
	color:var(--primary);
	width:100%;
	float:left;
}
.about_content ul{
	width:100%;
	float:left;
}
.about_content ul li{
	width:100%;
	float:left;
	line-height:32px;
	color:var(--primary);
}
.btn_wrap{
	width:100%;
	float:left;
	margin-top:30px;
}
.btn{
	padding:0 25px;
	background:var(--blue);
	border-radius:100px;
	line-height:40px;
	float:left;
	color:var(--white);
}
.btn:hover{
	background:var(--green);
	color:var(--white);
}
/*--testimonial_wrap start--*/
.testimonial_wrap{
	width:100%;
	float:left;
}
.testimonial_wrap .bx-wrapper .bx-viewport{
	height: auto !important;
    padding: 38px 30px;
    padding-bottom: 40px;
}
.testimonial_wrap ul{
	width:100%;
	float:left;
}
.testimonial_wrap ul li{
	width: 336px !important;
    margin-right: 50px;
	float:left;
	text-align:center;
	position:relative;
}
.testimonial_content{
	width:100%;
	float:left;
	background:rgba(0,0,0,0.7);
	border-radius:5px;
	padding:20px 20px;
	padding-top:60px;
	position:relative;
	z-index:9999;
	border:2px solid #fff;
	color:#d9d6d6;
}
.testimonial_wrap ul li .quote_icon{
	width:80px;
	height:80px;
	position:absolute;
	left:50%;
	margin-left:-40px;
	border-radius:50%;
	top:-40px;
	background:var(--blue);
	margin-bottom:20px;
	padding-top:21px;
	border:2px solid #fff;
}
.testimonial_wrap ul li .testimonial_txt{
	width:100%;
	float:left;
	text-align:center;
	font-family: 'montserratmedium';
}
.testimonial_wrap ul li .testimonial_txt p{
	line-height:24px;
}
.testimonial_wrap ul li .rating_wrap{
	width:100%;
	float:left;
	margin-bottom:10px;
}
.testimonial_wrap ul li .rating_wrap .rating_bg{
	width:81px;
	height:19px;
	background:url(../images/rating-bg.png) no-repeat;
	position:relative;
	display:table;
	margin:0 auto;
}
.testimonial_wrap ul li .rating_wrap .rating_bg .rating{
	width:70%;
	height:19px;
	background:url(../images/rating.png) no-repeat;
	position:absolute;
	left:0;
	top:0;
}
.testimonial_wrap ul li .name{
	font-size:16px;
	width:100%;
	float:left;
	color:#f7f5f5;
	font-family: 'montserratmedium';
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:var(--blue);
}
.bx-wrapper .bx-pager.bx-default-pager a{
	background:var(--green);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:-30px;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	width:8px;
	height:8px;
	border-radius:50%;
}
/*--main_wrap end--*/
/*--footer_wrap start--*/
.footer_wrap{
	width:100%;
	float:left;
	padding:20px 0 0px;
	background:url(../images/footer-bg.jpg) no-repeat center;
	background-size:cover;
	position:relative;
}
.footer_wrap:before{
	width:100%;
	float:left;
	height:150px;
	background:url(../images/footer-top-layer.png) no-repeat;
	top:-149px;
	left:0;
	position:absolute;
	background-size:cover;
	content:"";
}
.footer_widget{
	width:33%;
	float:left;
	padding-right:20px;
}
.footer_widget:last-child{
	padding-right:0px;
}
.footer_widget h4{
	font-size:20px;
	color:#fff;
	font-family: 'montserratmedium';
	margin-bottom:20px;
	font-weight:normal;
}
.footer_widget a{
	color:#dbdbdb;
	font-size:15px;
}
.footer_widget p{
	width:100%;
	color:#dbdbdb;
	font-size:15px;
	float:left;
}
.footer_widget .social_icon{
	margin-top:20px;
}
.footer_widget .social_icon a{
	margin-left:0px;
	margin-right:10px;
}
.copyright_wrap{
	width:100%;
	float:left;
	padding:10px 0;
	background:#000;
	text-align:center;
	margin-top:30px;
}
.copyright_wrap p{
	margin-bottom:0px;
	color:#fff;
	padding-bottom:0px;
}
.copyright_wrap p a{
	color:#ffffff;
}
.copyright_wrap p a:hover{
	color:var(--blue);
}
.footer_widget p.address{
	padding-left:25px;
	position:relative;
}
.footer_widget p.address:before{
	width:22px;
	height:22px;
	content:"";
	position:absolute;
	left:0;
	top:0;
	background:url(../images/all-icon.png) no-repeat;
	background-position:-11px -71px;
}
.footer_widget .time_wrap{
	width:100%;
	float:left;
	padding-left:30px;
	position:relative;
}
.footer_widget .time_wrap:before{
	width:22px;
	height:22px;
	content:"";
	position:absolute;
	left:0;
	top:0;
	background:url(../images/all-icon.png) no-repeat;
	background-position:-51px -73px;
}
.footer_widget p.footer_call{
	padding-left:25px;
	position:relative;
}
.footer_widget p.footer_call:before{
	width:22px;
	height:22px;
	content:"";
	position:absolute;
	left:0;
	top:0;
	background:url(../images/all-icon.png) no-repeat;
	background-position:-95px -73px;
}
/*testimonials start--*/
.about_section{
	padding-bottom:0px;
}
.testimonials{
	width:100%;
	float:left;
	background:url(../images/testimonial-bg.jpg) no-repeat;
	background-size:cover;
	position:relative;
	padding-top:135px;
	padding-bottom:140px;
}
.testimonials:before{
	width:100%;
	float:left;
	height:150px;
	background:url(../images/testimonial-top-layer.png) no-repeat;
	top:0;
	left:0;
	position:absolute;
	background-size:cover;
	content:"";
}
.testimonials .bx-wrapper .bx-pager.bx-default-pager a{
	background:#000;
}
.testimonials .bx-wrapper .bx-pager.bx-default-pager a:hover, .testimonials .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:var(--blue);
}
.testimonials h2.heading_wrap{
	text-align:center;
	color:#fff;
}
.content_pg{
	padding-bottom:100px;
}
.content_pg .about_content{
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:20px;
}
.contact_wrap{
	width:100%;
	float:left;
	padding:20px 20px 30px;
	background:#f7f7f7;
	text-align:center;
}
.contact_wrap ul{
	width:100%;
	float:left;
	text-align:center;
}
.contact_wrap ul li{
	width:300px;
	display:inline-block;
	padding:20px;
	margin:0 10px;
	background:#fff;
	border-radius:5px;
	margin-bottom:20px;
	border-bottom:4px solid var(--blue);
	float:none;
}
.contact_wrap ul li span{
	width:100%;
	float:left;
	text-align:center;
	font-size:17px;
	line-height:30px;
	font-family: 'montserratmedium';
}
.contact_wrap ul li a{
	display:table;
	margin:0 auto;
	line-height:30px;
	font-size:14px;
	font-family: 'montserratmedium';
	padding-left:40px;
	position:relative;
	color:var(--green);
}
.contact_wrap ul li a:before{
	content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(../images/all-icon.png) no-repeat var(--blue);
    top:1px;
    background-position: -50px 0px;
    border-radius: 2px;
    left: 0px;
}
.contact_wrap .btn_wrap{
	margin-bottom:10px;
}
.contact_wrap .btn_wrap .btn{
	float:none;
	display:table;
	margin:0 auto;
}
.header.inner_header{
	position:relative;
	background:rgba()0,0,0,0);
}