

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

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

}


body, html {
	width: 100%;
	height: 100%;
	background: white;
	font-family: 'Lato', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
}

h1 {
	color: #EF7743;
}
.bgimage {
    background-image: url("../img/headerImg.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#334d6a;
    overflow: hidden;
    position: relative;
	padding:120px 0;
}
.homeBodySection{
    overflow: hidden;
    position: relative;
    padding-top:50px;
	padding-bottom: 50px;
}
.cookie {
    position: fixed;
    width: 100%;
    z-index: 99999;
    background: rgba(0,0,0,0.7);
    padding: 10px;
    bottom: 0;
    left: 0;
}
.cookie .btnSubmit {
    background: #ef7744;
    color: #ffffff;
    border-radius: 0;
    padding: 5px 15px;
    font-size: 14px;
    border: 1px solid #ffffff;
}
.logo{margin:28px 0;}
.buttonDiv{ float:right; margin:10px 0;}
.buttonDiv p {color:#fff;font-size: 34px; line-height:1.1;  font-family: 'Quicksand', sans-serif; font-weight:700;}
.buttonDiv p span{font-family: 'eldwinscript_regular'; font-size:46px;}
.customButton, .customButton:hover{ background:#6597d0; color:#ffffff; border-radius:10px;border:none;padding:8px 60px;line-height:1.1;margin: 0 0 0 12px;font-family:'Lato';font-weight:700;font-size:18px;box-shadow:none; font-family:'eldwinscript_bold'; font-weight:normal; cursor:pointer;}
.customButton.buttonTop{ padding:8px 22px; margin:0; font-size:40px;}
.header-logo img {
	width: 40px;
	height: auto;
}
.btn {
	border: 2px solid;
	padding: 6px 30px;
}

.btn.btn-primary {
	background-color: #EF7743;
	border-color: #EF7743;
}

.btn.btn-primary:hover {
	background-color: white;
	color: #EF7743;
}

.sky{background:#6597d0;}
.orange{background:#ef7744;}
.left{
	float:left;
}

.header{
	background:#EF7743;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

/*--Start Top banner style--*/
.mainBannerSection{ position:relative; overflow:hidden;}
.mainBanner img{ width:100%;}
.mainBanner.owl-theme .owl-dots .owl-dot span{background: #1f1f1f;}
.mainBanner.owl-theme .owl-dots .owl-dot.active span, .mainBanner.owl-theme .owl-dots .owl-dot:hover span { background: #f9f8f8;}
.mainBanner.owl-theme .owl-dots {
	bottom: -46px;
	margin-top: 22px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.mainBanner.owl-theme .owl-nav [class*=owl-] {
    margin:-17px 0 0 0;
    padding:0;
    background: #090909;
    border-radius:0;
	width:22px;
	height:34px;
	position:absolute;
	text-indent:999999px;
	overflow:hidden;
	top: 50%;
}
.mainBanner.owl-carousel .owl-nav .owl-prev {
    background:url(../images/slider-arrow-prev.png) no-repeat;
	left:20px;
}
.mainBanner.owl-carousel .owl-nav .owl-next {
    background:url(../images/slider-arrow-next.png) no-repeat;
	right:20px;
}
.mainBanner.owl-theme .owl-nav{ margin:0;}
.mainBanner.owl-carousel .owl-stage-outer, .mainBanner.owl-carousel .owl-stage, .mainBanner.owl-carousel .owl-item{height: 100%;}
.bannerImg{ position:relative; height: 100%;}
.mainBImg{ 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

#mainBanner {
    position: absolute;
    height: 100%;
    width: 100%;
	top:0;
	left:0;
}
.mainSiderTxtCon{
	position: relative;
	width: 100%;
	z-index: 9;
	padding: 105px 0;
}

.topHeight {
    height:55px;
}
/*--End Top banner style--*/


.heading1{
	font-size: 42px;
	line-height: 1.2;
	color:#EF7743;
	margin: 0 0 30px;
	font-weight: 700;
}
.bodyContent h1{
	font-size: 42px;
	line-height: 1.2;
	color:#6497D0;
	margin: 0 0 30px;
	font-weight: 700;
}
.bodyContent h2{
	font-size: 42px;
	line-height: 1.2;
	color:#fff;
	margin: 0 0 30px;
	font-weight: 700;
}
.bodyContent p{
	margin-bottom:20px;
	font-size: 18px;
    line-height: 1.6;
}
.bodyContent p strong{ font-weight:700;}

.address{
	font-family: 'Lato';
	text-align: left;
	border-left: 1px solid#e5e5e5;
	padding-left: 30px;
	font-size: 18px;
	min-height: 100%;
}
.address p{ margin-bottom:20px;}
.mainAdd {    
    font-size:32px;
	line-height: 1.1;
	color:#EF7743;;
	padding: 0 0 26px;
	font-family: 'Quicksand', sans-serif;
	font-weight:700;
}
.addCon{
    font-weight: 500;
	font-size: 18px;
    line-height: 1.4;
	margin-bottom:40px;
}
.addCon strong{ font-weight:700;}
.phone{font-size: 18px;font-weight: 700;padding:25px 0;}
.contactus{
    font-family: 'Quicksand', sans-serif;
    font-size: 40px;
    color:#ffffff;
    text-align: left;
    padding-bottom:20px;
	line-height:1.2;
	font-weight:700;
}

#contactform .field-group.message-field,
#contactform .field-group.message-field .form-group{
	height: 100%;
}

#contactform textarea{
	height: calc(100% - 1rem);
}

#contactform .gdpr-text{
	font-size: 15px;
}

/*#contactform textarea::-webkit-input-placeholder {*/
/*  color:#ef7744;*/
/*}*/

/*#contactform textarea:-ms-input-placeholder {*/
/*  color:#ef7744;*/
/*}*/

/*#contactform textarea:-moz-placeholder {*/
/*  color:#ef7744;*/
/*}*/

/*#contactform textarea::-moz-placeholder {*/
/*  color:#ef7744;*/
/*}*/

/*#contactform input.btn {*/
/*	background-color: #ef7744;*/
/*	border: 2px solid #ef7744;*/
/*	color: white;*/
/*}*/

/*#contactform input.btn:hover {*/
/*	background-color: white;*/
/*	color: #ef7744;*/
/*}*/

/*#contactform .slt-ar3 {*/
/*	font-size: 14px;*/
/*	margin-bottom: 0.5rem;*/
/*}*/

/*#contactform select#gdprConsent {*/
/*	margin-bottom: 0.5rem;*/
/*	padding: .375rem 2.25rem .375rem .75rem;*/
/*	-moz-padding-start: calc(0.75rem - 3px);*/
/*	border-radius: 0;*/
/*	outline: none;*/
/*	border: 1px solid #aaa;*/
/*	box-shadow: none;*/
/*	background-color: white;*/
/*	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");*/
/*	background-repeat: no-repeat;*/
/*	background-position: right .75rem center;*/
/*	background-size: 16px 12px;*/
/*	-webkit-appearance: none;*/
/*	-moz-appearance: none;*/
/*	appearance: none;*/
/*}*/
.medium, .medium:hover{padding:14px 30px; min-width: 200px;}
#hearAbout {
	background: #fff url('../img/drop-down.png') no-repeat center right;
	height:39px;
	font-size: 16px;
	border:none;
	font-family: 'Lato';
	color: #ef7744;
	border-radius: 8px;
	padding-left: 8px;
	-webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
}
.selectContent {
	float: left;
	text-align: left;
	width: 67%;
	color:#fff;
	font-family: 'Lato';
	font-size: 13px;
	margin-right: 13px;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.2;
}
a {
	color:#6497D0;
	text-decoration:none
}
a:hover {
	color:#6497D0;
	text-decoration:underline;
}
.form-group.field-contactform-message.required.selectOption {
	float: right;
	width: 30%;
	font-family: 'Lato';
}
#success_message{ 
	display: none;
	color:#47b65b;
	text-align: left;
	float: left;
	background:rgba(255,255,255,0.9);
	width: 100%;
	padding: 9px 10px;
	border-radius: 10px;
	margin-bottom: 10px;
 	line-height: 1.1;
}
#contactform {
    clear: both;
}
.help-block {
	float: left;
	color: red;
	text-align: left;
	background:
	rgba(255,255,255,0.7);
	padding: 14px 10px 7px 10px;
	line-height: 1;
	margin-bottom: 10px !important;
	border-radius: 0 0 5px 5px;
	margin-top: -10px;
}
.contactFieldInput {
    float: left;
    width: 182px;
    overflow: hidden;
    margin-right: 10px;
	height: 46px;
}
.btn-primary.disabled, .btn-primary:disabled{border-color:#fff;}

.footer-top {background: #6597d0;overflow: hidden;}
.crText{ padding:5px 0; color:#ffffff;}
.lft{ float:left;}
.rht{ float:right;}
.footerSection a {
	color: white;
}
.footerSection h3 {
	margin-bottom: 20px;
}
.footer-bottom {background: #6fa4e1;overflow: hidden;}

.foot-menu .nav-link {
	padding: 5px 0;
	cursor: pointer;
}

.foot-menu .subMenu {
	padding-left: 15px;
	padding-bottom: 3px;
}

.foot-menu .subMenu .nav-link {
	padding: 3px 0;
	font-size: 15px;
}

.foot-menu .subMenu .nav-link:hover {
	color: white;
}

.gdpr-text p {
	font-size: 14px;
	margin-bottom: 0;
}

.formButtonDiv{float:right;margin-top:5px;}
a.btn_1.medium, .btn_1.medium{float: left;}
.catItemImage{width:100%;}

/*---Start New Services Page Style---*/
.servicesSection{padding-top:55px; padding-bottom:50px;}
.pageTitle{ 
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 30px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;	
}

.video_r { position:relative; overflow:hidden; padding-top:56.25%;}
.video_r iframe { position:absolute; top:0; left:0; width:100%; height:100%;  border:0;}

.categoryArea {margin-bottom:46px;}
.categoryItemList { background:#ffffff; margin-bottom:26px;}

.categoryTitle {
    font-size: 24px;
    margin: 0 0 22px 0;
	color: #ffffff;
	font-family: 'Quicksand', sans-serif;
    font-weight: 700;	
}

.catItemContent {padding:20px 0 20px 30px;}
.catItemContent h3{
	font-size: 24px;
    margin: 0 0 16px 0;
	color: #ef7744;
	font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}
.catItemContent p{
	font-size: 16px;
	color: #747474;
	line-height: 1.3;
	font-family: 'Lato';
	margin-bottom: 20px;
}

.btn.cfomBtn{
	font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    padding: 9px 22px;
}
.btn.cfomBtn:hover{ color:#ffffff; background:#333333;}

.npBtnArea{ margin-top:20px;}
.btn.npBtn{ 
	background: #ffffff;
	color:#ef7744;
	font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
	padding: 9px 22px;
	min-width: 140px;
}
.btn.npBtn:hover{ color:#ffffff; background:#333333;}
.btn.npBtn:first-child{ float: left;}
.btn.npBtn:last-child{ float: right;}


.bdCum .breadcrumb {
    padding: 0;
    margin-bottom: 30px;
    background-color: transparent;
	border-radius: 0;
}
.bdCum .breadcrumb > li{color: rgba(255,255,255,0.8); font-size: 17px;}
.bdCum .breadcrumb > li a{color: #ffffff; text-decoration: none;}
.bdCum .breadcrumb > li + li:before{color:#ffffff;}

.subMenu.dropdown-menu {
	transform: none !important;
	background: none !important;
	border: none !important;
	padding-top: 0;
}

.address p {
	margin-bottom: 0;
}

@media screen and (max-width:767px){
.catItemContent {padding:28px 25px;}
.catItemContent h3 {font-size:22px; margin:0 0 10px 0;}
.categoryTitle { font-size:22px; margin:0 0 20px 0;}
.pageTitle {font-size:30px;}

}
/*---End New Services Page Style---*/



/*--Start Media style--*/
/*Min-width*/
@media (min-width: 768px) {
	.header-logo img {
		width: 50px;
		height: auto;
	}
/*-Start Flex Style-*/
.flexBx {display:-ms-flexbox; display:-webkit-flex; display:flex; flex-wrap:wrap;}
.flexWrap {flex-wrap: wrap;}
.flexBx::before, .flexBx::after{ display:none;}

.alignItemsStretch{align-items:stretch; -webkit-align-items:stretch;}
.alignItemsCenter{align-items:center; -webkit-align-items:center; }

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.rowReverse{ flex-direction:row-reverse; -webkit-flex-direction:row-reverse; }

.categoryItemList .row.flexBx{
	align-items: center;
    flex-direction: row-reverse;
}
/*-End Flex Style-*/

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.homeBodySection{min-height: 400px;}
.footer-form textarea.form-control {
	height: calc(100% - 0.5rem);
}
}

@media (min-width: 768px) and (max-width: 991px) {
.bgimage {padding:75px 0;}
.logo{float:none; max-width:280px; margin:0 auto 20px auto;}
.logo img{ max-width:100%;}
.buttonDiv{float:none; margin:0;}
.address{min-height:inherit; margin-top:25px; margin-top:25px; border-top:1px solid #ffffff; border-left:none; padding-left:0;}

}

@media screen and (max-width:767px){
.bgimage {padding:75px 0;}
.logo{float:none; max-width:270px; margin:0 auto 20px auto;}
.logo img{ max-width:100%;}
.buttonDiv{float:none; margin:0;}
.address{min-height:inherit; margin-top:25px; margin-top:25px; border-top:1px solid #ffffff; border-left:none; padding-left:0;}

.lft, .rht{ float:none; text-align:center;}
.contactus, .mainAdd {font-size:34px;}
.mainAdd {padding:0 0 16px;}

.menuIcon {padding: 4px 0;}
.topHeight {height: 50px;}
.mainNav {
	z-index: 999;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50px;
	background: #ef7743;
}
.mainSiderTxtCon { padding: 64px 0;}
.heading1 {font-size: 32px;}

}

@media only screen and (max-width: 767px) and (min-width: 320px){
	.contactForm {
		width: 100%;
		float: left;
	}
	.selectContent{
		width:100%;
	}
	.form-group.field-contactform-message.required.selectOption{
		width: 100%;
	}
	.customButton.buttonTop{margin-top:10px;}
	.medium, .medium:hover{float: left;margin-left: 0 !important;}
	.formButtonDiv{float:none}
	#hearAbout{
		width:100%;
	}
	.col-lg-12.formContainer {
    	padding: 0px;
	}
	.address{
		padding-left: 0px;
	    border-left: 0;
	    margin-left: 0;
	    padding-top: 30px;
	}
	.logo img{width:100%}
}
@media only screen and (max-width: 1024px) and (min-width: 768px){	
	.selectContent{
		width:100%;
	}
	.form-group.field-contactform-message.required.selectOption{
		width:100%;
	}
}
