/*
Company: PixalFloat
Author : Shameer
Theme Colors
c19367 brand
c19367 light
1B1D21 text
font-family: "Poppins", sans-serif;
font-family: "Plus Jakarta Sans", sans-serif;
*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:wght@300;400;500;600;700&display=swap');

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

/*  MENU  ----------------------*/
.menu-area {
	margin:0; display: flex; align-items: center;
	width: 100%; float:left; transition: all 1s; }
.top-menu { 
	width:100%; float:left;
	padding:0 30px 0 0; margin:0; text-align: center; }
.top-menu a {
	font-size:12.5px;
	text-decoration: none; color:#fff; font-weight:500; }

.top-menu a:hover, .top-menu a.active, .current-menu-item a { 
	color:#c19367; }

.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 15px;
	float:left; position: relative;
	border: none; line-height: 1em; }
.top-menu ul li a { 
	text-transform: uppercase;  position: relative;
	padding:8px 0; margin:0; 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; }


/* border animation --------------------- */
.top-menu ul li a::after {
  content: "";
  position: absolute;
  width: 0; height: 2px; margin:0; pading:0;
  background: #c19367;
  transition: all 0.4s ease; }
.top-menu ul li a::after {
  left: 0; bottom: 0; }
.top-menu ul li a:hover::before,
.top-menu ul li a:hover::after {
  width: 100%; }



/* 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 {
	font-size:12px;
	position:absolute; right:10px; top:5px; 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: 1em; color:#fff; }
.top-menu .submenu-active { display: block; }

.menu-button { 
	justify-content: center; align-items:center;
	display: none; 
	cursor: pointer; float: right; 
	width:50px; height:40px; 
	margin:0 0 0 0; padding:0; line-height:1;
	color:#fff; text-align:center; font-size:22px;
	background:none; border-radius: 30px; }
.menu-close {
	display: none; background:rgba(0,0,0,0.2);
	width:30px; height:30px;
	margin:0 20px 0 0; float:right; clear: both;
	text-align: center; line-height: 30px;
	font-size:1.1em; color:#fff; cursor: pointer;
	border-radius: 30px; -webkit-border-radius: 30px; 
	-moz-border-radius: 30px; /*border:1px solid #3a88fa;*/ }
.menu-logo { display: none; }
.mobile-language { display: none; }
.mobile-logo { 
	display: none;
	width:100%; text-align:center; margin:0; padding:0 0 20px; }
@media(max-width:1200px){
	.mobile-logo { display: block; }
	.mobile-language { display: inline-block; float:right; margin-top:4px; }
	.menu-logo { display: block; text-align: center; width:100%; float:left; }
	.menu-button { display: flex; }
	.menu-close { display: block; }
	.menu-area { 
		height:100vh; overflow:hidden;
		width:0; 
		position: fixed; top:0; left: 0; z-index: 2001;
		background:#c19367; }
	.menu-area .top-menu { margin:0; padding:140px 0 50px; }
	.menu-area ul { margin:0; padding:0; }
	.menu-area ul li { 
	  width:100%; float:left; text-align: center; margin:10px 0 10px; padding:0; }
	.menu-area ul li a { 
		font-size:1.1em; color:#fff; font-weight:600; }
	.menu-area ul li a:hover { color:#333; }

	.top-menu ul li.menu-item-has-children a { padding:8px 0; }
	
	.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; }
.menu-active .icon_contact { width:100%; text-align:center; float:left; }
.menu-active .icon_contact a { display: inline-block; margin: 0 0 15px; }
.icon_contact { list-style: none; margin:0; padding:0; }
.icon_contact li { float:left; display: inline-block; margin:0; padding:0 10px; font-size:13px; }
.icon_contact a { 
	margin:0 8px 0 8px; padding:5px 10px;
	position:relative; font-weight:500; color:#c19367 !important; font-size:13px;
	display: flex; align-items:center; justify-content: center;
  background:#fff; border-radius:8px; }
.fixed-header .icon_contact a { color:#c19367 !important; }
.icon_contact a.button { color:#fff !important; }
.fixed-header .icon_contact a.button { color:#fff !important; }
.icon_contact a:hover { text-decoration: none; color:#B68A35; }
.icon_contact a:hover span.ctext span { color:#fff;}
.icon_contact a span.cicon { 
	margin:0 10px 0 0; padding:0;
	text-align: center;
	display: flex; align-items:center; justify-content: center;
	width:40px; height:40px; }
.icon_contact svg,
.icon_contact i {
	 color:#fff; font-size:18px; }
/* TYPOGRAPHY --------------------------- */
h1, h2, h3 { 
	font-weight:500;
	color:#000; text-align: left;
	font-family: "Poppins", sans-serif;
	margin:0 0 30px; padding:0; line-height:1.1; }
h4, h5 { 
	font-weight:500;
	color:#000; text-align: left;
	font-family: "Poppins", sans-serif;
	margin:0 0 20px; padding:0; line-height:1.3; }
h6 {
	color:#c19367;
	text-align: left; margin:0 0 20px 0; padding:0; line-height: 1.4;
	font-family: "Plus Jakarta Sans", sans-serif; font-weight:600; }

h1 { font-size:48px; font-weight:300; } h1 span { color:#1b3b48; }
h2 { font-size:36px; } h2 span { color:#c19367; }
h3 { font-size:32px; } h3 span { color:#c19367; }
h4 { font-size:26px; }
h5 { font-size:24px; }
h6 { font-size:18px; }
span.titletag { 
	width:100%; 
	margin:0; padding:0; 
	color:#c19367; font-size:16px; font-weight:500; }
p { 
	margin:0 0 30px; padding:0; 
	font-size:15px; color:#444;
	font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;
	text-align: left; line-height: 1.5;}
p a { text-decoration:underline; }
p a:hover { color:#c19367; }

span {}
strong { font-weight:700; }
span.title_head { 
	display:inline-block; margin:0; padding:0;
	color:#c19367; font-weight: 500; }


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

@media(max-width:1200px){
	h1, h2, h3 { margin:0 0 20px; }
	h4, h5, h6 { margin:0 0 15px; }
	p { font-size:14px; margin:0 0 25px; }
}
@media(max-width:991px){
h1 { font-size:40px; font-weight:300; }
h2 { font-size:32px; }
h3 { font-size:26px; }
h4 { font-size:24px; }
h5 { font-size:20px; }
h6 { font-size:18px; }
	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:38px; font-weight:300; }
h2 { font-size:28px; }
h3 { font-size:24px; }
h4 { font-size:22px; }
h5 { font-size:20px; }
h6 { font-size:18px; }

}
@media(max-width:575px){
	
	p { }
}
::after,
::before { font-family: "Font Awesome 5 Free"; font-weight:900; }
.fab::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; }
.wp-block-button .wp-block-button__link,
a.white_button,
a.button {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding:10px 10px 10px 20px;
  text-decoration: none;
  line-height: 1;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  background:#c19367;
  color:#fff;
  border: 1px solid #c19367;
  white-space: nowrap;
  }
.wp-block-button .wp-block-button__link::after,
a.button::after {
  content: '\f061';
  font-family: "Font Awesome 6 Free"; font-weight: 900; }
.wp-block-button .wp-block-button__link::after,
.wp-block-button .wp-block-button__link:hover,
a.button:hover { 
	background: #c19367; color: #fff; 
	border-color:#c19367; padding:10px 5px 10px 25px; }

a.button.whitebg { background:#fff; color:#c19367; border-color:#c19367; }
a.button.whitebg:hover { background: #c19367; color:#fff; }

a.line_button { text-decoration:none; color:#444; border-bottom:2px solid #444; }
a.line_button:hover { color:#c19367; border-color:#c19367; }


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:#c19367; }

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






@media(max-width:767px){
	a.button { padding:12px 10px 12px 20px; font-size:13px; }
	a.button:hover  { padding:12px 10px 12px 20px; font-size:13px; }
}
.round10 { border-radius:10px; }
.round15 { border-radius:15px; }
.round20 { border-radius:20px; }
/* SPACING ------------------ */
.nopadding { padding:0 !important; }
.nomargin { padding:0 !important; }
.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; }

@media screen and (max-width:767px){
	.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; }
	.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; } 
}
@media screen and (max-width:575px){
	.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-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; }
}
.sm-show { display:none; }

@media screen and (max-width:767px) {
	.sm-hide { display:none; }
	.sm-show { display:block; }
}

/* 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.listing.speciallist li { padding:0 0 16px 25px; }
ul.listing.speciallist li::before { 
	color:#c19367; font-size:13px; top:4px;
	content:'\f299';  font-family: 'Font Awesome 6 Brands';}

/* FORM CONTENT ----------*/
label { font-size:13px; }
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:none; border:1px solid #DFDFDF; }
input[type="text"], input[type="tel"], input[type="number"],
input[type="date"], input[type="email"] { 
	width:100%; height:44px;  border-radius:100px;
	padding:10px 15px; margin:0 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:30px 0 30px;
	border-radius: 10px;
	resize:none; outline: none; }
input[type="submit"],
input[type="button"]{
	transition: all 1s; 
	display: flex; justify-content: center; align-items:center; gap: 10px; 
	margin:30px 0 0 0; padding:15px 40px; line-height: 1;
	text-decoration: none; 
	border-radius:60px; text-transform: capitalize;
	font-weight:500; font-size:15px; color:#fff; text-align: center;
	background:#c19367; border:1px solid #c19367; }


input[type="submit"]:hover,
input[type="button"]:hover { 
	padding:15px 25px;
	background:#fff; color:#023363; border-color:#c19367; }
button { border:none; outline:none; background:none; }

/* CONTACT FORM 7 */
.wpcf7 form .wpcf7-response-output { margin:0; border-radius:5px; }

/* -------------------------------- */
/* 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%}

/** theme */
.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}

/* CUSTOM NAV */
.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:30px; }
.owl-carousel .owl-nav div.owl-prev { position: absolute; top:40%; left:30px;  }
.owl-carousel .owl-nav div:hover { background: #c19367; }
.owl-carousel .owl-dots {
	position: absolute; width:100%; bottom:-30px;
	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:#c19367; }
.next-slide, .prev-slide { cursor: pointer; }
@media(max-width:767px){
	.owl-carousel .owl-nav { display: none; }
}


.testimonial-slider .owl-carousel .owl-dots { margin:0; }
.news_listing .owl-carousel .owl-dots { margin:0; bottom:-30px; }

/* -------------------------------- */
/* 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 { 
	overflow: hidden;
	width:100%; float:left;
	margin:0; padding:80px 0; }
@media(max-width:1200px){
	.section { padding:50px 0; }
}
@media(max-width:991px){
	.section { padding:40px 0; }
}
@media(max-width:767px){
	.section { padding:30px 0; }
}
.whatsappCall {
	width:45px; height:45px;
	position: fixed; bottom:70px; right:30px; 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 {
	width:45px; height:45px; text-align: center;
    position: fixed; bottom: 20px; right: 34px; z-index: 1000;
    background-color: #c19367;
    font-size:16px; color: #fff;
    padding:6px 0 0;
    border-radius:50px;
    text-decoration: none;
    display: none; /* Hidden initially */ }
a.backtotop:hover {
    background-color: #000; }
a.backtotop span i {
    margin-left: 5px; }
/* HEADER ---------------------------*/ 

.header-wrapper { 
	width:100%; float:left; transition: all 0.5s ease-out;
	margin:0px auto 0;
  background:none; position: fixed; top:0;  z-index: 2001; }
.header-wrapper .header { width:100%; margin:0 auto; padding:15px 0; }
.fixed-header { 
	background:#c19367; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px; }
.fixed-header .header { 
	border-radius:15px; max-width:1320px;
	background:rgba(256,256,256,0.9);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; }

.logo img { max-width:240px; }

.header a.button::after { display: none; }
.header a.button { background:none; padding:11px 18px; font-size:13px;  }
.header a.button:hover { background:#c19367; padding:11px 18px; }

.fixed-header a { color:#fff; }
.fixed-header a:hover { color:#fff; }
.fixed-header .top-menu ul li a::after { background: #fff; }
.fixed-header .top-menu ul.sub-menu li a::after { background:#c19367; }
/*.fixed-header li.current_page_item a { text-decoration:underline; }*/
.fixed-header a.button { border-color:#fff; color:fff; }
.fixed-header a.button:hover { text-decoration: none; }
@media(max-width:1200px){
	
}

@media(max-width:767px){
	
}
@media(max-width:575px){
	
}
/* 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 {
	background:none; color:#fff; border:1px solid #ffffff60;
  border-radius:4px; }
ul.social-menu li a svg { font-size:16px;}
ul.social-menu li a svg path { color:#fff !important; }

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.clock::before{ content:'\f017';}
ul.addresslist li a { text-decoration:none; color:#444; }
ul.addresslist li a:hover { color: #c19367; }
@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; color:#fff;
	margin:0; padding:60px 0px 10px;
	background:#3b4650; border-bottom:1px solid rgba(256,256,256,0.1); }
.footer_logo { margin:0; }
.footer_logo img { max-width:242px; }
.footer h6 { color:#fff; text-transform:uppercase; }
.footer p { color:#fff; font-size:13px; text-align:center; }
.footer p.footer_phone { font-size:24px; font-weight:300; }
.footer p.footer_phone a { font-weight: 700; text-decoration:none; color:#fff; }
.footer ul { list-style: none; margin:0 0 30px; padding:0; }
.footer ul li { list-style: none; margin:0; padding:0 0 15px 20px; }
.footer ul li::before { content:'-'; color:#fff; position: absolute; left:0; top:0;   }
.footer ul li a { font-size:14px; text-decoration:none; color:#fff; }
.footer ul li a:hover { color:#c19367; }

.footer ul.addresslist li { padding-left:28px; }
.footer ul.addresslist li.phone {  }
.footer ul.addresslist li.phone a { font-size:20px; font-weight:600;  }
.footer ul.addresslist li.phone::before { top:10px; font-size:18px; }
.footer ul.addresslist li.location::before { top:3px; font-size:18px;}
.footer ul.addresslist li.email::before { top:4px;}

.footer ul.footer_menu li { width:100%; float:left; }
.footer-solutions ul.footer_menu li { padding:0 0 5px 20px; }

.footer ul.addresslist li a.button:hover { color:#fff; }

.copycat { 
	width:100%; float:left; margin:0 0 20px; padding:20px;
  border-radius:10px;
  /* background:#5c646a;*/ background:#20202050; }

.copylinks { display: flex; justify-content:center; align-items:center; gap:10px;  }
.copylinks a { color:#fff; font-size:13px; }

.footer ul.social-menu { float:right; margin:0; padding:0; }
.footer ul.social-menu li { margin:0; padding:0 10px 0 0; }
.footer ul.social-menu li::before { display: none; }
.footer ul.social-menu li a { 
	color:#fff; border:none; background:rgba(256,256,256,0.03);
	justify-content: center; align-items: center; text-decoration: none;
	font-size:15px; width:36px; height:36px; display: inline-flex;
  border-radius: 20px; }


@media screen and (max-width:991px){
	.footer ul.addresslist li { padding:0 0 10px;}
	.footer ul.addresslist li::before { 
		display: inline-block; position: relative; top:0 !important; 
		margin:0 10px 0 0; padding:0; }
	.footer ul.addresslist li.phone a { font-size:20px; font-weight:600;  }
}
@media screen and (max-width:767px){
	.footer { text-align: center; }
	.footer h6 { text-align: center; }
	.footer p { text-align: center; }
	.footer ul li { padding:0 0 10px; }
	.footer ul li::before { display:none; }
	.footer_contact { text-align: center; padding-top:40px; }
	
	.copycat { text-align:center; }
	.copycat p { text-align: center; margin:0 0 5px; }
	.copycat ul { float:none; display: inline-block; font-size:13px; }
	.copycat ul li a { font-size:13px; }
	.footer ul.social-menu { float:none; }
	.footer ul.social-menu li a { font-size:17px; }
}
@media screen and (max-width:575px){
	.footer { padding:40px 0 0px; text-align: center;  }
	.footer h6 { text-align: center; }
	.footer p { text-align: center; }
	.footer ul.footer_menu { float:left; width:100%; margin:0 0 10px; }
	.footer ul.footer_menu li { width:100%; float:left; }
	.footer ul li { text-align: center; padding:0 0 15px; }
	.footer ul li::before { display: none; }
	
	.footer ul.social-menu { float:none; }
}

/* BANNERS -------------------------- */
.banner { 
	width:100%; float:left; text-align:center; position: relative; 
	z-index: 1;
}
.banner-video {
  position: relative;
  width: 100%;
  height: 100vh; /* full screen banner */
  overflow: hidden;
}

.banner-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50.05%, -50.05%);
}

/* Dark overlay for text readability */
.banner-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

/* Caption */
.banner-caption {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left; 
  color: #fff;
  padding: 0 20px;
}

.banner-caption h2 {
  font-size: clamp(28px, 4vw, 56px);
  font-weight: 300; color:#fff;
  margin-bottom: 10px;
}

.banner-caption p {
  font-size: clamp(14px, 1.5vw, 18px);
  max-width: 700px; color:#fff; margin:0;
}


.banner-caption a.button { 
	 background:none; }
.banner-caption a.button:hover {
	background:#c19367;
	}

.banner-image {
	width:100%; float:left;
  overflow: hidden; 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:650px; float:left;
	object-fit: cover; object-position:center; 

  transform: scale(1.1);
  transition: transform 10s ease;
  will-change: transform;}
.banner-image.zoom img {
  transform: scale(1.2); }


.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:460px; }
}
@media(max-width:575px){
	.banner-image img { height:400px; }
	.banner-caption { text-align:center; padding:80px 30px 30px; }
	.banner-caption h1 { font-size:26px; text-align: center; }
	.banner-caption p { display: none; text-align: center; }
}

.inner-banner {
	display: flex; justify-content: center; align-items: center;
	min-height:150px; padding:0 0; }
.inner-banner h3,
.inner-banner h4 { margin:0;  }




.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:360px; 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 { text-align:center; margin:0 0 15px; color:#c19367; }
.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; }
.banner-title-container { max-width:1300px; margin:0 auto; padding:0 15px; width:100%; }

@media screen and (max-width:767px){
	.banner-title h2 { margin:0; padding:0 0 5px; } 
	.inner-banner .banner-pic img { max-height:300px; }
}
@media screen and (max-width:575px){
	.banner-title { bottom:15%; }
	.inner-banner .banner-pic img { max-height:260px; }
}
/* HOME PAGE ---------------------------------- */



.intro-section { background: #fff; text-align:center; }
.intro-section span.title_head {  }
.intro-section h2 { text-align: inherit;}
.intro-section p { text-align: inherit; }

.imageblock { 
	border-radius:10px; overflow:hidden;
	position: relative; width:100%; float:left; padding:40px 30px; margin:30px 0 0px; text-align: center; }
.imageblock::before { content:''; z-index:1; background:rgba(0,0,0,0.5); position: absolute; top: 0; left:0; width:100%; height:100%; }
.imageblock h5 { color:#fff; text-align:inherit; z-index:2;position:relative;  }
.imageblock p { color:#fff; text-align:inherit; z-index:2; position:relative; }

.ourmapstrip { background:#0c0c0c; text-align:center; }
.ourmapstrip img { width:500px; max-width:100%; }
.ourmapstrip h2 { color:#97783e; text-align:center;   }
.ourmapstrip h3 { color:#97783e; font-weight:300; text-align:center; margin:0; padding:0; }
.ourmapstrip span { color:#97783e; font-size: 13px; display: inline-block; width:100%; margin:0 0 15px; padding:0; }

.howweworks h6 { margin-bottom:10px;  } 
.howweworks p { margin:0; }

.images_strip {
	width:100%; float:left; padding:100px 0; margin:0;
	text-align: center; position: relative;
	background-size:cover; background-position: center; }
.images_strip::before { 
	content:''; background:rgba(0,0,0,0.5);
  width:100%; height:100%; position:absolute; top:0; left:0;}
.images_strip h1 { 
	text-align: inherit; text-transform: capitalize; 
	color:#c19367; max-width: 800px; margin:0 auto 30px; }
.images_strip a.button { background:#c19367; }
.images_strip a.button:hover { background:#c19367; }
@media screen and (max-width:767px){
	.images_strip { padding:50px 0; }
}
@media screen and (max-width:575px){}

.home-blogs .viewall-button { float:right; }
.news_listing { margin-top:30px; }
.newsblock-thumb {
	position: relative;
	width:100%; height: 100%; float:left; 
	margin:0; padding:30px 30px 30px; 
	background: #F3F3F3; border-radius: 10px;
	transition: all 0.5s; border:2px solid #F3F3F3; }
.newsblock-thumb img { border-radius: 10px; width:100%; height:220px; object-fit: cover; margin:0 0 20px; padding:0; }
.newsblock-thumb h6 { text-align: left; color:#1b3b48; font-weight:700; margin:0; }
.newsblock-thumb h6 a { color:#1b3b48; }
.newsblock-thumb p { font-size:15px; text-align: left; }
.newsblock-thumb p:last-child { margin-bottom:10px; }
.newsblock-thumb:hover {  border-color:#ddd;}
.newsblock-thumb:hover h6 a { color:#c19367; text-decoration:none; }

.newsblock-thumb-readmore a.button { 
	margin-top:0; z-index: 1; position: relative; left:30px; top:-25px; }


.news_page .newsblock-thumb {
	padding:0; border:none; background:none;
}


@media screen and (max-width:1200px){
	
}
@media screen and (max-width:991px){
	.newsblock-thumb img { height:140px; }
	
}

@media screen and (max-width:767px){
	.newsblock-thumb { padding:20px; }
}
@media screen and (max-width:575px){
	.newsblock-thumb img { height:220px; }
}
.testimonial-strip { background: #F9FAFB; }
.testimonials-block {
  width:99.5%; float:left; display: flex; justify-content: space-between; align-items: center;
  margin:0 0 30px; padding:30px 30px 40px;
  border:1px dashed #B3B3B3; background:#fff; 
	border-radius: 15px; }
.testimonials-block p { 
  margin:0 0 30px; padding:0; text-align: left; font-size:16px; color:#403F52; }
.testimonials-block h6 { font-size:18px; color:#403F52; margin:0; }

.testi-content-block { width:80%; }
.testi-image-block {}
.testi-image-block img { 
	object-fit: cover;
	width:92px !important; height:92px; border-radius: 100px;}

.values-thumb { 
	padding:30px 25px; border-radius:10px;
	border:1px solid #f8f9fa; }
.values-thumb p { margin:0; padding:0; }

.partner-block {
	width:100%;
	height:180px;
	border-radius: 10px;

	display:flex;
	justify-content:center;
	align-items:center;
	background:#fff;
	padding:20px; margin:10px 0 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	overflow:hidden; /* important for zoom */
	
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	overflow:hidden;
}

.partner-block img {
	width:auto !important; max-width:80%;
	max-height:84px;
	transition: transform 0.4s ease;
}

.partner-block:hover {
	transform: translateY(-4px);
	box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px; }
.partner-block:hover img {
	transform: scale(1.15);
}
.partners-list {}
.partners-list .partner-block { margin:0 0 30px; }
.partners-list .partner-block img { max-height:76px; }
.partner-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

/* Responsive breakpoints */
@media (max-width: 1199px) {
    .partner-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 991px) {
    .partner-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 575px) {
    .partner-grid { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width:767px){
	.partner-block { height:110px;}
	.partner-block img { max-height:60px; }
}


.bottom_strip { background:#c19367; text-align:center; }
.bottom_strip h2 { color:#fff; text-align:inherit; margin: 0 0 10px; }
.bottom_strip h3 { color:#fff; text-align:inherit; }
.bottom_strip p { color:#fff; text-align:inherit; }
.bottom_strip a.button { background:#fff; color:#c19367; border-color:#fff; }
.bottom_strip a.button::before { color:#c19367 }
.contactform_strip {
	background: #F9FAFB; }


.contactform_strip ul.addresslist { margin:30px 0; padding:0; width:100%; float:left; }
.contactform_strip ul.addresslist li { padding-bottom:20px;  color:#c19367; }
.contactform_strip ul.addresslist li a { color:#c19367; }
.contactform_strip ul.addresslist li::before { color:#c19367; }
.contactform_strip ul.addresslist li.phone a { font-weight:600; font-size:18px; }
.contactform_strip ul.addresslist li.phone::before { top:7px; }
.writetous { 
	padding:40px 40px 20px 40px; border-radius: 20px;
	font-size:15px; background:#fff; 
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
.writetous p { font-size:14px; }
.writetous label { width:100%; float:left; margin:20px 0 0 0; padding:0; }
.writetous input { margin:0; background:#F5F5F5; }
.writetous textarea { margin:0;  background:#F5F5F5; }
.writetous input[type="submit"]{ 
	padding:16px 30px; 
	background:#c19367; color:#fff; font-weight:600; } 


@media screen and (max-width:767px){
	.contactform_strip ul.addresslist li br { display: none;  }
}

/* SERVICE SECTIONS AND PAGE ------- */
.home_services { 
	background:#F9FAFB; }
.home_services h2 { text-align:center; text-transform:capitalize; }
.home_services h6 { text-align:left; }
.home_services p { text-align:center; }
.service-thumb {
	position: relative;
	width:100%; height: 100%; float:left;
	margin:0; padding:40px 40px 20px; 
	background: #fff; border-radius: 10px;
	transition: all 1s; border:1px solid #F3F3F3; }
.service-thumb h5 { text-align: left; margin:10px 0 20px 0; }
.service-thumb p { font-size:15px; text-align: left; color:#141414; }
.service-thumb img { position: relative; z-index: 1; }
.service-thumb a.button { z-index:1; position:relative;}



.service-thumb a:hover { text-decoration:none; }
.service-thumb a.button:hover { background:#c19367; }

.service-thumb-content { 
	position:relative; z-index:2; transition:all ease-in 0.5s;}
.service-thumb::before { 
	z-index:1; transition:all ease-in 0.4s;
	position:absolute; left:0; top:0; border-radius: 10px;
	width:0%; height:100%; content:''; background:#efefef; }
.service-thumb:hover::before { width:100%; }
.service-thumb:hover .service-thumb-content p { color:#141414;}
.service-thumb:hover .service-thumb-content h5 { }

.service-col { margin-bottom:30px; }

@media screen and (max-width:1200px){
	.service-thumb a.button { padding:12px 20px }
}
@media screen and (max-width:991px){

	.service-thumb { padding:30px; }

}
@media screen and (max-width:767px){
	.service-thumb { padding:20px 25px; }

}

.service_page-strip {}
.service_page-strip .zonal_desc { 
	padding:30px;
	position:relative; top:auto; bottom:auto;
	opacity:1; display:block; }
.service_page-strip .department_thumb { height:100%; }

.service_page-strip .department_thumb img { 
	height:240px; border-radius:0; }




/* -------------------------------- */
/* ABOUT PAGE --------------------- */
.aboutpage h3 { }
.about-banner img { 
	width: 100%; max-height:500px; object-position:center; object-fit:cover; }
/* .mision-vision { 
	background:#ededed; padding:30px; margin:30px 0 0; } */
.about_whychoose {
	background:#c19367; }
.about_whychoose ul.listing.speciallist li { 
	color:#fff; }
.mision-vision { 
	padding:50px; margin:30px 0 0; }
.mision-vision img { border-radius:15px; overflow:hidden; }

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


/* CONTACE PAGE -------------- */
.googlemaps {
	width: 100%; float:left; margin:0; }
.googlemaps iframe { 
	width: 100%; float:left; height: 450px; border:none; outline:none; }


@media screen and (max-width:991px){
	.googlemap iframe { height:350px; }
}
@media screen and (max-width:767px){
	
}
@media screen and (max-width:575px){
	
}

/* NEWS BLOGS ----------------- */
.cover-image,
.news-cover {
	width: 100%; float:left; margin:0 0 30px; padding:0; }
.cover-image img,
.news-cover img {
	width: 100%; max-height: 400px; 
	object-fit: cover; object-position:center;
	border-radius: 10px; 
}

.nav-links {
	width: 100%; float: left;
	padding:20px 30px; margin:10px 0; font-size:13px; 
	background: #f3f3f3; border-radius:10px;
}
.nav-links a { color:#444; }


@media screen and (max-width:575px){
	.nav-links { padding:10px 15px; }
}




/* solutions traffic -------------- */

.traffic-benefit-blocks {
	background: #c19367;
}
.traffic-benefit-blocks h6 { color:#fff; }
.traffic-benefit-blocks p { color:#fff; }



