/*
Author : Shameer
Company: PixalFLoat
*/

/* ------------------------------ */
/*
Company: PixalFloat
Author : Shameer
Theme Colors
Red : #BE1E2D
Gold : #BE1E2D
*/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Orbitron:wght@400;500;600;700;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:wght@400;500;600;700&display=swap');


.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal; }
.gloock-regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal; }

* { margin:0; padding:0; font-family: "Montserrat", sans-serif; }
body {
	margin: 0; padding: 0; 
	font-weight: 400; font-size: 16px; color:#141414;
	background: #fff; }
img { max-width: 100%; height: auto; }


/*  MENU  ----------------------*/
.menu-area {
	margin:0;
	width: auto; float:left; transition: all 1s; }
.menu-container { width:100%; float:left; position:relative; }
.top-menu { 
	width:100%; float:left;
	padding:0; margin:0; text-align: center; }
.top-menu a {
	font-size:14px;
	text-decoration: none; color:#141414; font-weight:600; }
.top-menu a.button { background:none; font-size:13px; padding:5px 10px; margin:0; }


.top-menu a:hover, .top-menu a.active, .current-menu-item a { 
	color:#BE1E2D; }
.top-menu li::before { display: none; }
.top-menu ul {
	float: right; display: inline-block; 
	margin:0; padding:0;
	list-style: none; }
.top-menu ul li {
	clear:none; margin:0; padding:0px 5px;
	float:left; position: relative;
	border: none; line-height: 1em; }
.top-menu ul li a { 
	text-transform: uppercase; 
	padding:2px 2px; margin:5px 5px 0 5px; display: inline-block; }
.top-menu ul li a:hover {  }
.top-menu ul li a:focus { border: none; outline: none; }
.top-menu ul li ul { padding:5px 0; }
.top-menu ul li ul li a {  }
.top-menu ul li ul li a:hover { background:#eee; }


/* DROP DOWN MENU  ------------*/
.top-menu .sub-menu { display: none; }
.top-menu ul li.menu-item-has-children { cursor: pointer; }
.top-menu ul li.menu-item-has-children a { padding-right: 20px; }

ul.sub-menu { 
	width: 250px; position: absolute; left:4px; top:28px; z-index: 2001;
	margin:0; padding:0;
  	background:#f9f9f9; border-radius: 3px; }
ul.sub-menu li { 
	width:100%; float:left; clear:both; 
	margin:0; padding:0; border-bottom:1px solid #eee; }
ul.sub-menu li a {
	width:100%; float:left; clear:both; text-transform: capitalize;
	margin:0; padding:8px 10px; min-height: auto;  text-align: left;
	color:#333; font-size:13px; font-weight: 400;
}ul.sub-menu li a:hover {color:#2d2d2d;}
ul.sub-menu li:last-child { border:none; }

.top-menu .drop-down-icon {
	position:absolute; right:10px; top:9px; display:inline-block;
	width:20px; height:20px; line-height:20px;
	text-align:center; cursor: pointer;
	z-index:2001; color:#fff;
}
.drop-down-icon i { line-height: 20px; color:#333; }
.top-menu .submenu-active { display: block; }

.menu-button { 
	display: none;  
	cursor: pointer; float: right; 
	display:none; width:50px; height:40px; 
	margin:0; padding:0; line-height:1.9;
	color:#141414; text-align:center; font-size:22px;
	background:none; border-radius: 30px; }
.menu-close {
	display: none; background:#fff;
	width:30px; height:30px;
	position: absolute; top:120px; right:20px;
	text-align: center; line-height: 30px;
	font-size:1.1em; color:#000; cursor: pointer;
	border-radius: 30px; -webkit-border-radius: 30px; 
	-moz-border-radius: 30px; /*border:1px solid #3a88fa;*/ }
@media(max-width:1200px){
	.menu-button { display: block; }
	.menu-close { display: block; }
	.menu-area { 
		height:100vh; overflow:hidden;
		width:0; 
		position: fixed; top:0; left: 0; z-index: 2001;
		background:#000; }
	.menu-area .top-menu { margin:0; padding:160px 0 50px; }
	.menu-area ul { margin:0; padding:0; }
	.menu-area ul li { 
	  width:100%; float:left; text-align: center; margin:10px 0 20px; padding:0; }
	.menu-area ul li a { 
		font-size:1.2em; color:#fff; }
	.menu-area ul li a.button { font-size:1.4em; padding:10px 20px; border-color:#333; color:#333; }
	.menu-area ul li a:hover { color:#333; }
	
	.top-menu .drop-down-icon {
		width:30px; height:34px; border-radius: 15px;
		line-height: 34px; color:#fff;
		right:10px; top:0; background:rgba(256,256,256,0.2); }
	.top-menu .sub-menu { 
		float:left;
		width:100%; margin:5px auto 0 auto; float:none; padding:0; clear:both; position:relative; top:0; left:0; }
	.top-menu .sub-menu li { margin:0; padding:0; text-align: center; border:none; }
	.top-menu .sub-menu li a { 
		width:auto; display: inline-block;
		margin:10px auto; padding:2px; float:none;
		text-align: center; font-size:18px; border:none; } 
	.sub-menu {}
	.top-menu { text-align: center; }
	.top-menu ul { width:100%; }
	.menu-area .top-phonecall { display: none; }
	.menu-area .quick-quote { display: none; }
	 
}
@media (max-width: 767px) { 
	.menu-button { background:none; }
}
@media (max-width:575px) { 
	.menu-button { /*position:fixed; right:40px; top:30px;*/ }
	.menu-area { top: auto; bottom:0; }
}
@media (max-width:380px) {
	
}

/* menus script ---*/
.menu-active { 
	width: 100%; display: block; overflow-y:scroll; }


/* TYPOGRAPHY --------------------------- */

h1, h2, h3 { 
	font-weight:700;
	color:#fff; text-align: left;
	font-family: "Poppins", sans-serif;
	margin:0 0 25px; padding:0;  }
h4, h5 { 
	font-weight:700;
	color:#fff; text-align: left;
	font-family: "Poppins", sans-serif;
	margin:0 0 20px; padding:0;  }
h6 {
	text-align: left; margin:0 0 15px 0; padding:0; line-height: 1.4;
	font-weight: 600;
	font-family: "Poppins", sans-serif;  }

h1 { font-size:50px; color:#BE1E2D; line-height:1 !important;}
h2 { font-size:46px; color:#BE1E2D; line-height:1.1 !important;}
h3 { font-size:36px; color:#BE1E2D; line-height:1.2 !important;}
h4 { font-size:32px; color:#BE1E2D; line-height:1.2 !important;}
h5 { font-size:24px; color:#BE1E2D; line-height:1.2 !important; font-weight:600; }
h6 { font-size:18px; color:#BE1E2D; line-height:1 !important; }


p { 
	margin:0 0 25px; padding:0; 
	font-size:16px; color:#222;
	font-family: "Montserrat", sans-serif; font-weight: 400;
	text-align: left; line-height: 1.5;}
p a { text-decoration:underline; }
p a:hover { color:#BE1E2D; }

span {}
strong { font-weight:700; }

a { text-decoration:none; color:#BE1E2D; transition: all 1s; }
a:hover { color:#BE1E2D; }
a img { border: none; outline: none; }

@media(max-width:1200px){
	h1, h2, h3 { margin:0 0 15px; }
	h4, h5, h6 { margin:0 0 15px; }
}
@media(max-width:991px){
	h1 { font-size:42px; }
	h2 { font-size:36px; }
	h3 { font-size:32px; }
	h4 { font-size:28px; }
	
	h6.mont { font-size:16px; }
	p  { font-size:14px; line-height: 1.6;  margin:0 0 20px; }
}
@media(max-width:767px){
	h1, h2, h3 { margin:0 0 15px; }
	h4, h5, h6 { margin:0 0 10px; }
	h1 { font-size:36px; }
	h2 { font-size:32px; }
	h3 { font-size:28px; }
	h4 { font-size:22px; }
	h5 { font-size:20px; }
	p { font-size:15px; }
}
@media(max-width:575px){
	h6 { font-size:16px; }
	p { font-size:14px; }
}
::after,
::before { font-family: "Font Awesome 5 Free"; font-weight:900; }
.fa-brands::after, .fab::before { 
	font-family: 'Font Awesome 6 Brands'; font-weight:400; }
a::after,
a::before { 
	display: inline-block; margin:0 8px 0 0; padding:0; }
a.white_button,
a.button {
	display: inline-block;
	margin:0; padding:14px 30px; line-height: 1;
	text-decoration: none; 
	border-radius: 30px; text-transform: capitalize;
	font-weight:600; font-size:14px; color:#fff; text-align: center;
	background:#BE1E2D; border:1px solid #BE1E2D; }
a.button.whitebg { background:#fff; color:#222; border-color:#fff; }
a.button.greenbg { background:#BE1E2D; color:#222; border-color:#BE1E2D; }
a.button.goldbg { background:#BE1E2D; color:#fff; border-color:#BE1E2D; }

a.button:hover { color:#BE1E2D; background:#fff; border-color:#BE1E2D; }
a.button.whitebg:hover {}
a.button.greenbg:hover {}
a.button.goldbg:hover {}


a.readmore { font-weight:500; color:#00276C; }
a.readmore span { display: inline-block; margin:0 5px 0 0; }
a.readmore::after { content:'\f178'; }
a.readmore:hover { color:#BE1E2D; }

a.readback { font-weight:500; color:#BE1E2D; }
a.readback::before { content:'\f060';}
a.contact-button { 
	color:#000; text-transform: uppercase; }

@media(max-width:767px){
	a.whtie_button, a.button { padding:13px 20px; font-size:13px; }
}
.text-center { text-align: center; }
.text-left { text-align:left; }
.text-right { text-align:right; }

/* SPACING ------------------ */
.fl_left { float:left; }
.fl_right { float:right; }
.mt-40 { margin-top: 40px !important; } .mr-40 { margin-right: 40px !important; } .mb-40 { margin-bottom: 40px !important; } .ml-40 { margin-left: 40px !important; }
.mt-30 { margin-top: 30px !important; } .mr-30 { margin-right: 30px !important; } .mb-30 { margin-bottom: 30px !important; } .ml-30 { margin-left: 30px !important; }
.mt-20 { margin-top: 20px !important; } .mr-20 { margin-right: 20px !important; } .mb-20 { margin-bottom: 20px !important; } .ml-20 { margin-left: 20px !important; }
.mt-10 { margin-top: 10px !important; } .mr-10 { margin-right: 10px !important; } .mb-10 { margin-bottom: 10px !important; } .ml-10 { margin-left: 10px !important; }

.pt-40 { padding-top: 40px !important; } .pr-40 { padding-right: 40px !important; } .pb-40 { padding-bottom: 40px !important; } .pl-40 { padding-left: 40px !important; }
.pt-30 { padding-top: 30px !important; } .pr-30 { padding-right: 30px !important; } .pb-30 { padding-bottom: 30px !important; } .pl-30 { padding-left: 30px !important; }
.pt-20 { padding-top: 20px !important; } .pr-20 { padding-right: 20px !important; } .pb-20 { padding-bottom: 20px !important; } .pl-20 { padding-left: 20px !important; }
.pt-10 { padding-top: 10px !important; } .pr-10 { padding-right: 10px !important; } .pb-10 { padding-bottom: 10px !important; } .pl-10 { padding-left: 10px !important; }


.mt-lg-40 { margin-top: 40px !important; } .mr-lg-40 { margin-right: 40px !important; } .mb-lg-40 { margin-bottom: 40px !important; } .ml-lg-40 { margin-left: 40px !important; }
.mt-lg-30 { margin-top: 30px !important; } .mr-lg-30 { margin-right: 30px !important; } .mb-lg-30 { margin-bottom: 30px !important; } .ml-lg-30 { margin-left: 30px !important; }
.mt-lg-20 { margin-top: 20px !important; } .mr-lg-20 { margin-right: 20px !important; } .mb-lg-20 { margin-bottom: 20px !important; } .ml-lg-20 { margin-left: 20px !important; }
.mt-lg-10 { margin-top: 10px !important; } .mr-lg-10 { margin-right: 10px !important; } .mb-lg-10 { margin-bottom: 10px !important; } .ml-lg-10 { margin-left: 10px !important; }

.mt-md-40 { margin-top: 40px !important; } .mr-md-40 { margin-right: 40px !important; } .mb-md-40 { margin-bottom: 40px !important; } .ml-md-40 { margin-left: 40px !important; }
.mt-md-30 { margin-top: 30px !important; } .mr-md-30 { margin-right: 30px !important; } .mb-md-30 { margin-bottom: 30px !important; } .ml-md-30 { margin-left: 30px !important; }
.mt-md-20 { margin-top: 20px !important; } .mr-md-20 { margin-right: 20px !important; } .mb-md-20 { margin-bottom: 20px !important; } .ml-md-20 { margin-left: 20px !important; }
.mt-md-10 { margin-top: 10px !important; } .mr-md-10 { margin-right: 10px !important; } .mb-md-10 { margin-bottom: 10px !important; } .ml-md-10 { margin-left: 10px !important; }

.mt-sm-40 { margin-top: 40px !important; } .mr-sm-40 { margin-right: 40px !important; } .mb-sm-40 { margin-bottom: 40px !important; } .ml-sm-40 { margin-left: 40px !important; }
.mt-sm-30 { margin-top: 30px !important; } .mr-sm-30 { margin-right: 30px !important; } .mb-sm-30 { margin-bottom: 30px !important; } .ml-sm-30 { margin-left: 30px !important; }
.mt-sm-20 { margin-top: 20px !important; } .mr-sm-20 { margin-right: 20px !important; } .mb-sm-20 { margin-bottom: 20px !important; } .ml-sm-20 { margin-left: 20px !important; }
.mt-sm-10 { margin-top: 10px !important; } .mr-sm-10 { margin-right: 10px !important; } .mb-sm-10 { margin-bottom: 10px !important; } .ml-sm-10 { margin-left: 10px !important; }

.pt-lg-40 { padding-top: 40px !important; } .pr-lg-40 { padding-right: 40px !important; } .pb-lg-40 { padding-bottom: 40px !important; } .pl-lg-40 { padding-left: 40px !important; }
.pt-lg-30 { padding-top: 30px !important; } .pr-lg-30 { padding-right: 30px !important; } .pb-lg-30 { padding-bottom: 30px !important; } .pl-lg-30 { padding-left: 30px !important; }
.pt-lg-20 { padding-top: 20px !important; } .pr-lg-20 { padding-right: 20px !important; } .pb-lg-20 { padding-bottom: 20px !important; } .pl-lg-20 { padding-left: 20px !important; }
.pt-lg-10 { padding-top: 10px !important; } .pr-lg-10 { padding-right: 10px !important; } .pb-lg-10 { padding-bottom: 10px !important; } .pl-lg-10 { padding-left: 10px !important; }

.pt-md-40 { padding-top: 40px !important; } .pr-md-40 { padding-right: 40px !important; } .pb-md-40 { padding-bottom: 40px !important; } .pl-md-40 { padding-left: 40px !important; }
.pt-md-30 { padding-top: 30px !important; } .pr-md-30 { padding-right: 30px !important; } .pb-md-30 { padding-bottom: 30px !important; } .pl-md-30 { padding-left: 30px !important; }
.pt-md-20 { padding-top: 20px !important; } .pr-md-20 { padding-right: 20px !important; } .pb-md-20 { padding-bottom: 20px !important; } .pl-md-20 { padding-left: 20px !important; }
.pt-md-10 { padding-top: 10px !important; } .pr-md-10 { padding-right: 10px !important; } .pb-md-10 { padding-bottom: 10px !important; } .pl-md-10 { padding-left: 10px !important; }

.pt-sm-40 { padding-top: 40px !important; } .pr-sm-40 { padding-right: 40px !important; } .pb-sm-40 { padding-bottom: 40px !important; } .pl-sm-40 { padding-left: 40px !important; }
.pt-sm-30 { padding-top: 30px !important; } .pr-sm-30 { padding-right: 30px !important; } .pb-sm-30 { padding-bottom: 30px !important; } .pl-sm-30 { padding-left: 30px !important; }
.pt-sm-20 { padding-top: 20px !important; } .pr-sm-20 { padding-right: 20px !important; } .pb-sm-20 { padding-bottom: 20px !important; } .pl-sm-20 { padding-left: 20px !important; }
.pt-sm-10 { padding-top: 10px !important; } .pr-sm-10 { padding-right: 10px !important; } .pb-sm-10 { padding-bottom: 10px !important; } .pl-sm-10 { padding-left: 10px !important; }


@media screen and (max-width:991px){
}
@media screen and (max-width:767px){
}

/* LISTING ------------------ */
ul, ol {}
ul li, ol li {
	position: relative;
	margin:0 0 10px; padding:0 0 0 20px;
}
ul li a, ol li a { text-decoration: underline; }

ul.nostyle {
	list-style: none; margin:0; padding:0;
}ul.nostyle li {  }


ul.listing { 
	width:100%; float:left; list-style: none;
	margin:0; padding:0; }
ul.listing strong { font-weight:600; }
ul.listing li  { 
	position:relative; padding:0 0 10px 20px; margin:0; }
ul.listing li::before { 
	position:absolute; top:0; left:0; content:'-'; }
ul.listing li a {}

ul.iconlist { margin:0 0 10px; list-style:none; padding:0;}
ul.iconlist li { margin:0; padding:0 0 10px 25px; }
ul.iconlist li::before { 
	content:'-'; font-size:16px; line-height: 1;
	background:none; position:absolute; top:4px; left:0; }
ul.iconlist li a { text-decoration:none; }
ul.iconlist li a:hover { color:#f7921e; }

@media screen and (max-width:575px){
	ul.iconlist li { padding:0 0 10px; }
	ul.iconlist li::before { position: relative; margin:0 10px 0; top:0; }
}

ul.iconlist li.email::before { content:'\f658'; }
ul.iconlist li.phone::before { content:'\f095'; font-size:15px;}
ul.iconlist li.location::before { content:'\f3c5'; }
ul.iconlist li.map::before { content:'\f279'; }
ul.iconlist li.share::before { content:'\f079'; }
ul.iconlist li.group::before { content:'\f0c0'; }
ul.iconlist li.language::before { content:'\f2a7'; }
ul.iconlist li.age::before { content:'\f2bd'; }
ul.iconlist li.time::before { content:'\f017'; font-weight:500; }
ul.iconlist li.type::before { content:'\f5fd'; }
ul.iconlist li.price::before { content:'\24'; }


/* FORM CONTENT ----------*/
input[type="text"], input[type="tel"], input[type="number"],
input[type="date"], input[type="email"], 
textarea, select, option {
	color:#6C757D; font-size:13px; font-weight:400;
	background:#fff; border:1px solid #E5E5E5; }
input[type="text"], input[type="tel"], input[type="number"],
input[type="date"], input[type="email"] { 
	width:100%; height:40px;  border-radius:50px;
	padding:10px 15px; margin:20px 0 0; }
input[type="date"] {
	 }
input[type="number"] {
	 }
select {
	width:100%; height: 40px; 
	padding:10px 15px; margin:0 0 15px; }
textarea { 
	width:100%; height: 100px; padding:10px 15px; margin:20px 0 0;
	resize:none; outline: none;border-radius:10px; }
input[type="submit"],
input[type="button"]{
	width:auto; min-height:40px;
	margin:20px 0 0; padding:0 30px;
	background:#BE1E2D; color:#fff; font-size:13px;
	font-weight:600; border-radius: 100px;
	border:1px solid #BE1E2D; outline:none; cursor: pointer; }
input[type="submit"]:hover,
input[type="button"]:hover { 
	background:#000; color:#fff; border-color:#000; }
button { border:none; outline:none; background:none; }

/* -------------------------- */
/* Owl Carousel v2.2.1 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/* owl custom controls */
.owl-carousel .owl-nav {
/* 	position: absolute; top:35%; right:0; z-index: 2001; */
}
.owl-carousel .owl-nav div {
	width:35px; height:35px; line-height:36px;
	margin:0; padding:0; float: left;
	color:#7D7D7D; text-align:center; font-size:17px;
	background: #fff; border-radius:3px; }

.owl-carousel .owl-nav div.owl-next { position: absolute; top:40%; right:-45px; }
.owl-carousel .owl-nav div.owl-prev { position: absolute; top:40%; left:-45px;  }
.owl-carousel .owl-nav div:hover { background: #BE1E2D; }


@media(max-width:767px){
	.owl-carousel .owl-nav { display: none; }
}

.owl-carousel .owl-dots {
	margin:10px 0 10px;
	text-align: center; }
.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	width:10px; height: 10px;
	margin:0 3px; padding:0;
	background: #CCCFCE; border-radius:10px;
	-webkit-border-radius:10px; -moz-border-radius:10px; }
.owl-carousel .owl-dots .owl-dot.active {
	background:#BE1E2D; }
.next-slide, .prev-slide { cursor: pointer; }


/* ------------------------------ */
/* LAYOUT STYLE ----------------- */
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
  }
}
.full-block { width:100%; float:left; }
.half-block { width:50%; float:left; }
.section, #section{ 
	overflow-x: hidden;
	width:100%; float:left;
	margin:0; padding:100px 0; }
@media(max-width:1200px){
	.section, #section { padding:50px 0; }
}
@media(max-width:991px){
	.section, #section { padding:40px 0; }
}
.whatsappCall {
	width:50px; height:50px;
	position: fixed; bottom:30px; right:20px; z-index:  2003;
	animation: bounce 1s infinite;
}
.phoneCall {
	width:45px; height:45px;
	position: fixed; bottom:30px; right:110px; z-index: 2003;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-5px); }
}
a.backtotop {
    position: fixed; bottom: 35px; right: 100px; z-index: 1000;
    background-color: #00000050;
    font-size: 14px; color: #fff;
    padding: 8px 15px 8px 15px;
    border-radius:50px;
    text-decoration: none;
    display: none; /* Hidden initially */ }
a.backtotop span { 
	width:30px; height:30px; margin:0 0 0 10px; padding:0;
	display: inline-block; text-align: center; line-height: 2.2;
	background:#CFCFCF; color:#3d3d3d;
  border-radius: 30px; }
a.backtotop:hover {
    background-color: #000; }
a.backtotop span i {
    margin-left: 5px;
    }
/* HEADER ---------------------------*/
.header-container {
	width:100%; float:left; 
	background:none; animation-delay: 2s; }

.header { 
	width:100%; float:left; 
	padding:15px 0; margin:0px auto 0;
	background:#fff; }

.fixed-header { 
	position: fixed; top:0; left:0; z-index: 2001;
	background:#fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; }
.fixed-header:hover { background:none; }
.fixed-header:hover .callus .cicon { border:1px solid rgba(256,256,256,0.3); }

.top_strip { 
	width:100%; float:left; background: #000; padding:10px 0 5px; }
.top_contact {
	width:100%; margin:0 auto; max-width: 1300px; }
.top_strip ul.iconlist { float:left; margin:0; padding:0; }
.top_strip ul.iconlist li { float:left; font-size:13px; margin:0 15px 0 0; padding:0 0 0 18px;  }
.top_strip ul.iconlist li.email { padding-left:22px; }
.top_strip ul.iconlist li::before { color:#fff; font-size:14px; top:2px; }
.top_strip ul.iconlist li a { color:#fff; font-weight: 500; }

.top_strip ul.social-menu { 
	margin:0; padding:0; float:right; }
.top_strip ul.social-menu li { 
	margin:0 5px; padding:0; }
.top_strip ul.social-menu li a { 
	width: 20px; height: 20px; margin:0; padding:0; 
	background:none; border-radius: 0px; border:none;  }


.logo a img { max-width:185px; width:100%; }
.navcontainer { 
	display:flex;
	justify-content:space-between; align-items:center; }


.icon_contact {  }
.icon_contact a { 
	margin:0; padding:0;
	position:relative; font-weight:500; color:#141414; font-size: 14px;
	display: flex; align-items:center; justify-content: center; }
.icon_contact a:hover { text-decoration: none; }
.icon_contact a:hover span.ctext span { }
.icon_contact a span.cicon { 
	margin:0 5px 0 0; padding:0;
	border-radius: 30px; text-align: center;
	display: flex; align-items:center; justify-content: center;
	width:40px; height:40px; background:none; }
.icon_contact svg,
.icon_contact i {
	 color:#53CD65; font-size:18px; }
.icon_contact .fa-phone-alt { font-size:15px; }
.icon_contact .fa-whatsapp { font-size:32px; }
.icon_contact .callus span.cicon { background:#000; }
.icon_contact span.ctext span { font-size:0.85em; font-weight:400; }

.top-quick-contact { float:right; }


@media(max-width:1300px){
	.header .icon_contact .chatwithus span.ctext { display: none; }
	.logo a img { max-width:220px; }
	.header .icon_contact a span.ctext { display: none; }
	.header .top_button a { padding:10px 15px 12px; font-size:13px; font-weight:500; }
}
@media(max-width:1200px){
	.top_strip { display:none; }
	.logo a img { max-width:200px; }
	.navcontainer { justify-content: flex-end; }
	.header .icon_contact { margin-left:15px; }
	.header .icon_contact a span.ctext { display: none; }
}
@media(max-width:767px){
	.top_strip ul.iconlist li,
	.top_strip ul.iconlist li.email { padding:0; margin:0 5px 0 0; }
	.top_strip ul.iconlist li::before { left:7px;}
	.top_strip ul.iconlist li.email::before { left:5px; }
	.top_strip ul.iconlist li a { width:25px; height: 20px; display:block; }
	.top_strip ul.iconlist li a span { display: none; }
	.header .top_button { display: none; }
	.header .icon_contact { display: none; }
}
@media screen and (max-width:575px){
	.top_strip ul.iconlist li::before { position: absolute; margin:0;}
}

/* LISTING -------------- */
ul.social-menu { 
	display:inline-block; list-style: none;
	margin:0; padding:0; }
ul.social-menu li { 
	width:auto; float:left; clear: none; 
	margin:0 10px 0 0; padding:0; }
ul.social-menu li a {
	width:26px; height:26px; display:flex; justify-content:center; align-items:center;
	background:#none; color:#fff; border:1px solid #ffffff60;
  border-radius:4px; text-decoration: none; }
ul.social-menu li a svg { font-size:16px;}
ul.social-menu li a svg path { color:#fff !important; }
.star_listing { float:left; margin:0; padding:0 0 20px; }
.star_listing i { color:#E5E5E5; }
.star_listing svg path { fill:#E5E5E5; }
.star_listing i.color { color:#F7921E; }
.star_listing svg.color path { fill:#F7921E;}

ul.addresslist { margin:0 0 10px; list-style:none; padding:0;}
ul.addresslist li { margin:0; padding:0 0 10px 25px; }
ul.addresslist li::before { 
	content:'-'; font-size:16px; line-height: 1;
	background:none; position:absolute; top:4px; left:0; }
ul.addresslist li.location::before { content:'\f3c5'; }
ul.addresslist li.phone::before { content:'\f095'; font-size:15px;}
ul.addresslist li.email::before { content:'\f658'; }
ul.addresslist li.location::before { content:'\f3c5'; }
ul.addresslist li a { text-decoration:none; }
@media screen and (max-width:575px){
	ul.addresslist li { padding:0 0 10px; }
	ul.addresslist li::before { position: relative; margin:0 10px 0; top:0; }
}

ul.iconlist { margin:0 0 10px; list-style:none; padding:0;}
ul.iconlist li { margin:0; padding:0 0 10px 25px; }
ul.iconlist li::before { 
	content:'-'; font-size:16px; line-height: 1;
	background:none; position:absolute; top:4px; left:0; }
ul.iconlist li a { text-decoration:none; }
ul.iconlist li a:hover { color:#f7921e; }

@media screen and (max-width:575px){
	ul.iconlist li { padding:0 0 10px; }
	ul.iconlist li::before { position: relative; margin:0 10px 0; top:0; }
}

ul.iconlist li.email::before { content:'\f658'; }
ul.iconlist li.phone::before { content:'\f095'; font-size:15px;}
ul.iconlist li.location::before { content:'\f3c5'; }
ul.iconlist li.map::before { content:'\f279'; }

/* FOOTER ----------------------- */
.footer {
  width:100%; float:left; 
  margin:0; padding:60px 0 40px; 
  background-color:#111111; }
.footer h6,
.footer h5 { color:#fff; }
.footer p {
  margin:0;
  color:#F0F0F0; font-size:13px; font-weight: 400; }
.footer p.footer-desc { margin-bottom:30px; }
.mail-link {
    width: 100%; margin:5px 0 30px;
    display: flex;
    justify-content: left; align-items: center; }
.mail-link h6 { display: inline-block; margin:0 10px 0 0; padding:0; }
.mail-link a { color: #E1E1E1; }
.mail-link a:hover { color:#2b3724; border-color:#2b3724; }
.download { 
  width: 100%; margin:0 0 30px;}
.download p { 
  margin:0 0 10px; padding:0;}
.download a { 
  margin:0; padding:0 0 4px;
  border-bottom:1px solid #E1E1E1;
  color:#E1E1E1; text-decoration:none; font-weight:600; font-size:15px; }
.download a span { margin:0 0 0 10px; padding:0; display: inline-block;}
.download a:hover { color:#2b3724; border-color:#2b3724; }

.footer ul.addresslist li a,
.footer ul.addresslist li::before { color:#fff; }

.footer .newsletter {  float:left; margin:0 0 10px; padding:0; }
.footer .newsletter h6 { font-weight: 400; font-size: 16px; color:#fff; } 

.newsletter-box { 
	max-width:350px; margin:0 0 30px;
	border-radius: 30px; overflow:hidden;
	background: #FFF;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 90%, rgba(44, 103, 97, 0) 90%); }
.newsletter-box input[type="text"],
.newsletter-box input[type="email"]{ 
	border:none; outline:none; height:45px; margin:0; width:64%; float:left; }
.newsletter-box input[type="submit"]{ 
	position: relative; z-index: 1;
	min-width: unset;  border:none; outline: none;
	min-height:45px; margin:0 0px 0 0; width:35%; float:right;}


.newsletter form span.wpcf7-not-valid-tip { display: block; width:100%; float:left; }
.newsletter form .wpcf7-response-output { width:100%; float:left; margin:0 0 10px; font-size:13px; }

.footer ul { margin-top:20px; }

.footer .quick-link ul { 
  list-style: none; margin:20px 0 30px; padding:0; }
.footer .quick-link ul li { 
  width:100%; margin:0 0 15px; padding:0 0 0 15px; position: relative;}
.footer .quick-link ul li a { text-decoration: none; color:#fff; }
.footer .quick-link ul li::before { 
  position: absolute; top:0; left:0; font-weight: 500;
  content:'-'; color:#fff;  }
.footer .quick-link ul li a:hover,
.footer .quick-link ul li:hover:before,
.footer .quick-link ul li:hover { color:#2b3724; }
.footer .quick-link ul li.current-menu-item a{ color:#2b3724; }


.socialmedia { 
  width:100%; float:left; clear:both;
  margin:0 0 30px 0; }
.socialmedia ul { list-style:none; margin:0; padding:0; }
.socialmedia ul li { 
  display:inline-block; float:left; margin:0; padding:0 3px 0 0; }
.socialmedia ul li a { 
  display: inline-block; width:30px; height: 30px;
  color:#fff; font-size:18px; line-height: 1.5; text-align: center; }
.socialmedia ul li a:hover { color:#2b3724; }
.footer .socialmedia ul { margin-top:20px; }


@media screen and (max-width:767px){
	.footer { text-align:center; }
	.footer h6 { text-align: center; }
	.footer p { text-align: center;}
	.mail-link { text-align: center; display: block; }
	.footer .socialmedia ul { text-align: center; margin-top:5px; }
	.footer .socialmedia ul { float:none; display: inline-block;}
	.footer .socialmedia ul li { padding:0 5px;}
	.footer .socialmedia ul li a { font-size:24px; }
	.footer .socialmedia ul li a .fa-facebook-f { font-size:22px; }
	.footer .quick-link ul li { padding:0; }
	.footer .quick-link ul li::before { display: none; }
	.footer ul.addresslist li br { display: none; }
	.footer ul.addresslist li::before { position: relative; top:0; margin:0 10px 0 0; }
}
@media(max-width:575px){
  .footer { padding:30px 0;}
}


/* BANNERS -------------------------- */
.banner { 
	width:100%; float:left; text-align:center; position: relative; }

.banner-form {
	position: absolute; right:10%; top:50%; z-index: 101;
	transform: translateY(-50%);
	width:100%; max-width:350px; 
	border-radius: 10px; overflow: hidden;
	border:1px solid #BE1E2D; background:rgba(0,0,0,0.5);  }
.banner-form br { display:none; }
.banner-form h5,
.banner-form h6 { 
	width:100%; float:left; font-size:16px;
	font-weight: 700; margin:0; padding:15px 0;
	text-align: center; text-transform: uppercase;
	background:#BE1E2D; color:#fff; }
.banner-form p { margin:0; padding:0; }
.form_header {}
.form_content {
	padding:10px 30px 30px; margin:0;
}

.banner-form input[type="text"],
.banner-form input[type="email"],
.banner-form textarea { 
  background:rgba(256,256,256,0.8)}


.banner-caption { 
	margin:0; padding:80px 0 0; 
	text-align: left; transform: translateY(-50%);
	width:100%; float:left; position:absolute; top:50%; left:0; z-index:20;}

.banner-caption h1 { 
	width:100%; 
	margin:0 0 20px; padding:0; line-height: 1.1;
	text-transform: capitalize; text-align: left;
	color:#fff; font-size:62px; }
.banner-caption p { 
	width:100%; max-width:700px; text-align: left; margin:0 auto 30px;
	font-size:18px; color:#fff; }
.banner-caption a.button { 
	color:#fff; background:rgba(0,0,0,0.5); border:none; }
.banner-caption a.button:hover {
	background:rgba(0,0,0,0.9); }

.banner-image {
	width:100%; float:left; position:relative; }
.banner-image::after {
	position:absolute; top:0; left:0;  z-index:5;
	content:''; width:100%; height:100%; 
	background: rgb(0,0,0,0.5); } 
.banner-image img {
	width:100%; height:700px; float:left;
	object-fit: cover; object-position:center; }

.banner-slider .owl-carousel .owl-nav div {
	font-size:12px; line-height: 3;
	width:40px; height:40px; text-align:center; top: auto; bottom:50%;
	border-radius: 40px; background:none; border:1px solid #fff; color:#fff;
}
.banner-slider .owl-carousel .owl-nav div.owl-prev { left:20px; }
.banner-slider .owl-carousel .owl-nav div.owl-next { right:20px; }

.banner-slider .owl-carousel .owl-dots { position:absolute; width:100%; bottom:5px; }

@media(max-width:1500px){
	.banner-caption h1 { font-size:62px;}
}
@media(max-width:1200px){
	.banner-form { max-width:300px; }
	.banner-caption { padding-left:80px; }
	.banner-caption h1 { font-size:46px; margin:0 0 10px;}
	.banner-caption p { font-size:16px; }
	.banner-image img { height: 600px; }
	
}

@media(max-width:991px){
	.banner-caption { padding-left:0px; }
	.banner-caption h1 { font-size:36px;}
	.banner-caption p { font-size:14px; }
	.banner-image img { height:550px; }
}
@media(max-width:767px){
	.banner-form { display: none; }
	.banner-image img { height:350px; }
}
@media(max-width:575px){
	.banner-image img { max-height:280px; }
	.banner-caption { text-align:center; padding:30px; }
	.banner-caption h1 { font-size:28px; text-align: center; }
	.banner-caption p { display: none; text-align: center; }
}

/* HOME PAGE ---------------------------------- */

.intro_image { 
	width:100%; float:left; text-align:center; }


@media screen and (max-width:767px){
	.intro_image { margin:0 0 30px;  }
	.intro_image img { max-width:80%; }
}
@media screen and (max-width:575px){
	.home_intro { text-align:center; }
	.home_intro h2 { text-align:center; }
	.home_intro p { text-align:center; }
}

.sector_slider { padding:0; margin:0; }
.sector_thumb a {
	width:100%; float:left;
	position: relative; border:none; outline:none; }
.sector_thumb a img { 
	width:100%; float:left; }
.sector_thumb a span {
	font-family: "Poppins", sans-serif;
	display: block; margin:0; padding:30px; 
	width:100%; color:#fff; text-transform: capitalize;
	font-size: 30px; font-weight: 600;
	position: absolute; bottom: 0; left:0;
	background: #00000; line-height: 1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.our_sectorspage .sector_thumb { border-radius: 10px; overflow: hidden; margin-bottom:40px; }

@media screen and (max-width:1200px){
	.sector_thumb a span { font-size: 24px; }
}
@media screen and (max-width:991px){
	.sector_thumb a span { font-size: 18px; padding:30px 20px 20px; }
}
@media screen and (max-width:767px){
	.sector_thumb a span { font-size:16px;  }
}


.home_services { 
	background: #f9fafc; text-align:center; }
.home_services h2 { text-align: center; }
.home_services p { text-align: center; }
.service_block {
	width:100%; float:left; margin:10px 0 30px; padding:0;
  background:#fff; border-radius:10px; overflow: hidden;}
.service_block_img {}
.service_block_img a img { 
	width:100%; height:240px; 
	object-fit:cover; object-position:center; }
.service_block_desc { background:#fff; padding:20px; text-align:left; line-height:1.2; }
.service_block_desc a { text-align:left; font-weight:500; color:#141414; }
.service_block_desc a:hover { text-decoration: none; }

.redstrip_section { text-align:center; color:#fff; background: #BE1E2D;}
.redstrip_section h5 { color:#fff; text-align:center; }
.redstrip_section h2 { text-align:center; color:#fff; }
.redstrip_section p { text-align:center; color:#fff; }

.numberblock { float:left; text-align: left; width:22%; padding:10px 0 30px; }
.numberblock img { max-width:62px;  }
.steps_block { float:left; width:78%; }
.steps_block h5 { text-align:left; color:#fff; }
.steps_block p { text-align: left; }

@media screen and (max-width:767px){
	.numberblock img { max-width:40px;  }
}
@media screen and (max-width:575px){
	.numberblock img { max-width:85%;  }
}
.testimonil_strip { 
	position:relative; background: #F4F4F4; }

.testi_stars { width:100%; float:left; margin:0; padding:0; }
.testi_stars i { color:#E5E5E5; }
.testi_stars svg path { fill:#E5E5E5; }
.testi_stars i.color { color:#F7921E; }
.testi_stars svg.color path { fill:#F7921E;}

.testiquote { 
	width:100%; height: 50px; float:left; margin:0; padding:0 0 0 50px;
	color:#666; font-size:22px; }


.testi_thumb { width:100%; float:left; }
.testi_content { width:100%; float:left; }
.testi_content p {  }
.testi_profile { width:100%; float:left; }
.testi_profile img { width:65px !important; height:65px; border-radius: 300px; margin:0 15px 0 0; }
.testi_profile h6 { margin:0; font-size:16px; font-weight:600; color:#141414; } 
.testi_profile h6 span { font-weight:400; }

.testi_slider { width:100%; float:left; padding:0 0 0 50px; }
.testi_slider::after {
	position:absolute; left:0; top:0;
	display: inline-block; content: '';
	background:#E7E7E7; width:2px; height: 100%;
}

.testi_slider .owl-carousel .owl-nav div {
	font-size:12px; line-height: 3;
	width:40px; height:40px; text-align:center; top: auto; bottom:15px;
	border-radius: 40px; background:none; border:1px solid #fff; color:#fff;
}
.testi_slider .owl-carousel .owl-nav div.owl-prev { right:50px; left:auto; }
.testi_slider .owl-carousel .owl-nav div.owl-next { right:0; }

@media screen and (max-width:991px){
	.testi_slider,
	.testiquote { padding:0 0 0 30px; }
}
@media screen and (max-width:767px){
	.testi_image img { width:80%; margin:0 auto; }
	.testi_slider { padding: 0; }
	.testiquote { padding:0; margin:30px 0 0; }
	.testi_slider::after { display: none; }
}


.image_strip { padding:0; }
.image_strip .container-fluid { }
.image_strip-img { width:100%;max-width:900px;  }

.clients_slider  { padding:50px 0; }
.client_logo { 
	width:100%; float:left; text-align:center; height:100px;
  display:flex; justify-content:center; align-items:center; }
.client_logo img { 
	width:auto !important; float:none !important; display:inline-block !important;
	max-height:100px;
  filter: grayscale(100%);
  transition: filter 0.3s ease; }
.client_logo img:hover {
  filter: grayscale(0%);
}
@media screen and (max-width:767px){
	.clients_slider  { padding:30px 0; }
}


/* ----------------------------------- */
/* INNER PAGE ------------------------ */
.banner-pic {
	width:100%; float:left; position:relative; }
.banner-pic::after {
	position:absolute; top:0; left:0;  z-index:5;
	content:''; width:100%; height:100%; 
	background: rgb(0,0,0,0.8); } 
.banner-pic img {
	width:100%; height:300px; overflow:hidden; 
	object-fit:cover; object-position:center; }

.banner-title {
	width: 100%; 
	position: absolute; bottom:20%; left:0; z-index: 1001;
	text-align: center; }
.banner-title h2 { color:#fff; text-align:center; margin:0 0 15px; }
.banner-title ul { list-style: none; float:none; margin:0 auto; padding:0; }
.banner-title ul li { color:#fff; display:inline-block; margin:0; padding:0 15px 0 5px; }
.banner-title ul li::after { content:'/'; position: absolute; top:0; right:0; }
.banner-title ul li:last-child { padding-right:5px; }
.banner-title ul li:last-child::after { display: none; }
.banner-title ul li a { color:#fff; text-decoration:none; }
.banner-title ul li a:hover { color:#BE1E2D; }


@media screen and (max-width:991px){
	.banner-pic img { width:100%; height:260px; }
	.banner-title h2 { margin:0 0 10px; }
}


/* SERVICES --------------------- */
.service-cover-image { 
	width:100%; float:left; margin:0 0 30px; padding:0; }
.service-cover-image img { 
	width:100%; max-height: 400px; object-fit: cover; object-position: center;
	border-radius:15px; }







/* CONTACT PAGE -------------- */
.contact-listing {}
.contact-listing ul { list-style:none; margin:0; padding:0; }
.contact-listing ul li { 
	width:100%; float:left; margin:0 0 30px; padding:0 0 0 60px; position: relative; }
.contact-listing ul li::before { 
	position: absolute; left:0; top:0;
	display: flex; justify-content: center; align-items: center;
	width:50px; height: 100%; border-right:1px solid #ededed; content:'';
	background-size: 40px;
	background-position: center; background-repeat: no-repeat; }
.contact-listing ul li span { width:100%; float:left; color:#888888; }
.contact-listing ul li p { margin:0; padding:0; }
.contact-listing ul li.contact_phone a { color:#2C6761; font-weight:600; font-size:1.2em; text-decoration:none }

.contact-listing ul li.contact_email a { color:#2C6761; clear:both; float:left; display:inline-block; }

.contact-listing ul li.contact_location::before { background-image:url('../images/contact_map.jpg'); }
.contact-listing ul li.contact_phone::before { background-image:url('../images/contact_phone.jpg'); }
.contact-listing ul li.contact_email::before { background-image:url('../images/contact_mail.jpg'); }

.contact-image img { width:100%; float:left; border-radius:15px; }

.googlemap {
	width:100%; float:left; margin:0; padding:0; }
.googlemap iframe { width:100%; height:400px; float:left; border:none; }
.contact-form-section { padding-top:0; }
.contact-form {
	width: 100%; max-width:800px; 
	margin:0px auto 0; padding:50px; position: relative;
	color:#fff;
	border-radius:15px;	background:#BE1E2D; }
.contact-form br { display:none; }
.contact-form h5 { color:#fff; margin:0;}
.contact-form p { color:#fff; margin:0; padding:0;  }
.contact-form input[type="submit"]{ border-color:#fff; }
.contact-form input { border-color:#fff; }

@media screen and (max-width:767px){
	.googlemap iframe { height:300px; }
	.contact-form { margin-top:0; padding:50px 0;}
	.contact-form-section { padding:0; }
}




.booking-form {
	width: 100%; max-width:800px; 
	margin:0px auto 0; padding:50px; position: relative;
	color:#fff;
	border-radius:15px;	background:#BE1E2D; }
.booking-form br { display:none; }
.booking-form h5 { color:#fff; margin:0;}
.booking-form p { color:#fff; margin:0; padding:0; }
.booking-form input[type="submit"]{ border-color:#fff; }
.booking-form input { border-color:#fff; }

@media screen and (max-width:767px){
	.booking-form { padding:30px;}
}

.banner-form .wpcf7-not-valid-tip,
.contact-form .wpcf7-not-valid-tip,
.booking-form .wpcf7-not-valid-tip { color:#fff !important; font-size:12px; }
.banner-form .wpcf7 form .wpcf7-response-output,
.contact-form .wpcf7 form .wpcf7-response-output,
.booking-form .wpcf7 form .wpcf7-response-output { font-size:13px; }





/* PROJECTS ---------------- */
.gallery-item { max-width:100% !important; }
.gallery-item img { 
	width:100%; height:250px !important;
  object-fit:cover; object-position:center;
  border-radius:5px; }

@media (max-width: 767px) {
  .gallery {
    grid-template-columns: 2fr !important; /* 2 column on tab */
  }
}
@media (max-width: 575px) {
  .gallery {
    grid-template-columns: 1fr !important; /* 1 column on mobile */
  }
  .gallery-item img { height:200px !important; } 
}






