@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/*
Regular 400 
Medium 500 
SemiBold 600 
Bold 700 
ExtraBold 800 
Black 900

font-family: 'Inter', sans-serif;
*/

*{
	margin: 0px;
	padding: 0px;
}
	
ul, li, ol{
	list-style-type: none;
}

.clr {
	clear:both;
	display:block;
	width:100%;
	height:0px;
}

a {
   	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	box-shadow:none;
}

a:focus, a:active {
	outline: none;
}
	
a, a img {
	border:none;
}
	
img {
	max-width:100%;
}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'Inter', sans-serif;
  font-weight: bold;
	margin:0px;
	padding:0px;
	letter-spacing:0px;
	text-transform:none;
	line-height: 1.4;
}
	
h1 {
	font-size:32px;
}
	
h2 {
	font-size:28px;
}
	
h3 {
	font-size:25px;
}
	
h4 {
	font-size:21px;
}
	
h5 {
	font-size:17px;
}
	
h6 {
	font-size:14px;
}
	
p{
	margin-bottom:15px;	
	padding-bottom:0px;
}

iframe{
	width: 100%;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder{
	/*color: #131313;*/
	font-family: 'Inter', sans-serif;
	}

:-moz-placeholder{
	/*color: #131313;*/
	font-family: 'Inter', sans-serif;
	}

::-moz-placeholder{
	font-family: 'Inter', sans-serif;
	opacity: 1;
	}

:-ms-input-placeholder{
	font-family: 'Inter', sans-serif;
	}

textarea{
	height: 100px;
}

/*body:not(.home) #site-header{
	-webkit-box-shadow: 0px 12px 38px 0px rgba(0,0,0, 0.25);
	-moz-box-shadow: 0px 12px 38px 0px rgba(0,0,0, 0.25);
	box-shadow: 0px 12px 38px 0px rgba(0,0,0, 0.25);
	background-color: #000000;
	}*/

body:not(.home) #site-content{
	padding-top: 4rem;
	padding-bottom:3rem;
}

body{
	font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #555555;
	font-size: 16px;
	line-height: 27px;
}

.wrap{
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

a{
	color: #004d45;
}

.header-top{
	background-color: #273065;
	position: relative;
	z-index: 9;
}

.header-top:after{
	content: "";
	position: absolute;
	background-image: url(../images/hdr-after-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -9;
}


.header-top a{
	color: #ffffff;
}

.header-top .wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

.hdr-top-left ul, .top-socials ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
}

.hdr-top-left ul li{
	margin: 0 30px;
	position: relative;
}

.hdr-top-left ul li.email:after{
	content: "";
	position: absolute;
	background-image: url(../images/email-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 18px;
	height: 14px;
	left: -30px;
	top: 6px;
}

.hdr-top-left ul li.phn:after{
	content: "";
	position: absolute;
	background-image: url(../images/phn-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 19px;
	height: 20px;
	left: -30px;
	top: 6px;
}

.top-socials ul{
	justify-content: end;
}

.top-socials ul li a{
	background-color: #fe3c00;
	border: solid 1px #ffffff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 26px;
	height: 26px;
	line-height: 25px;
	display: block;
	text-align: center;
}

.top-socials ul li{
	margin: 0 4px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

.header-inline{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2rem 4rem 2rem 4rem;
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

#site-header{
	background-color: rgba(255, 255, 255, 0.1);
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 9;
}

#site-header.w3-bar.w3-card{
	position: fixed;
}

#site-header.w3-bar.w3-card{
	background-color: #000000 !important;
}

.navgation-menu{
	width: 94%;
	text-align: right;
}

.navgation-menu > ul > li, .navmenu > ul > li{
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.navgation-menu > ul > li a, .navmenu > ul > li a{
	color: #ffffff;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: bold;
}

ul li a.active {
	background-color: transparent;
	color: #ffffff;
}

.navmenu > ul > li a{
	padding: 10px 28px;
	display: inherit;
}

.navgation-menu > ul > li a:hover, .navmenu > ul > li a:hover{
	background-color: #273065;
	color: #ffffff;
	border-radius: 50px;
}

.w3-top{
	position: relative;
}

.w3-bar.w3-card{
	position: fixed;
	top: 0;
	z-index: 9;
}

.w3-card, .w3-card-2{
	-webkit-box-shadow: 0px 12px 38px 0px rgba(0,0,0, 0.25);
	-moz-box-shadow: 0px 12px 38px 0px rgba(0,0,0, 0.25);
	box-shadow: 0px 12px 38px 0px rgba(0,0,0, 0.25);
	border-bottom: solid 1px #e9e0e0;
}

#site-header.w3-bar{
	background-color: rgba(255, 255, 255, 0.1);
	overflow: initial;
	border-bottom: none;
}

#site-header.w3-bar.w3-card .header-inline{
	padding: 1rem;
}

#site-header.w3-bar.w3-card .header-inline .logo img{
	width: 150px;
}

#site-header.w3-bar.w3-card .navgation-menu > ul > li a, #site-header.w3-bar.w3-card .navmenu > ul > li a{
	font-size: 15px;
}

#site-header.w3-bar.w3-card .navmenu > ul > li a{
	padding: 8px 28px;
}

.w3-hover-red:hover{
	background-color: #0d1c56 !important;
}

/*.navmenu > ul > li > ul, #navDemo > ul > li > ul{
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	z-index: 1;
	width: 220px;
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #fff;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	text-align: left;
	opacity: 0;
	margin: 0 auto;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.navmenu > ul > li:hover > ul, #navDemo > ul > li:hover > ul{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
*/

.navmenu > ul > li.dropdown {
  overflow: hidden;
}

.navmenu > ul > li.dropdown .fa{
	margin-left: 5px;
	color: #3a3a3a;
}

.navmenu > ul > li.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.sub-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.sub-menu a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.sub-menu a:hover {
  background-color: #fff;
}

.navmenu > ul > li.dropdown:hover .sub-menu {
  display: block;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(126,166,134,0.8);
}

/* Caption text */

.slider-content{
	color: #f2f2f2;
	font-size: 16px;
	padding: 8px 12px;
	position: absolute;
	max-width: 1240px;
	margin: 0 auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slider-text {
  width: 100%;
  height: 100%;
/*  max-width: 560px;*/
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
}

.slider-text-box {
	padding: 0;
/*	background-color: #ffffffb5;*/
	border-radius: 0px 50px 50px 50px;
	text-align: center;
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
}

.slider-text h3{
	font-family: 'Inter', sans-serif;
	font-size: 40px;
	font-weight: 900;
	color: #ffffff;
	text-transform:capitalize;
	line-height:45px;
}

.slider-text h3 span {
	display: inline-block;
	font-size: 40px;
}

.slider-text h4{
	font-size: 48px;
	font-weight: 700;
	color: #004d45;
}

.slider-text p {
	font-size: 16px;
	color: #ffffff;
	margin-bottom:0px;
}

.slider-text .get-btn{
	margin-top: 1.2em;
}

.slider-text .get-btn a{
	background-color: #ffffff;
	color: #032060;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 18px 40px 18px 20px;
	clip-path: polygon(0 0%, 100% 0%, 85% 100%, 0 100%);
}

.slider-text-box ul{
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
 justify-content: center;
}

.slider-text-box ul li a{
	background-color: #273065;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #ffffff;
	padding: 14px 24px;
}

.slider-text-box ul li{
	margin: 30px 10px;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.slider-dots{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}

.home-welcm{
	padding: 8% 0;
}

.wlcm-img{
	max-width: 530px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.wlcm-img:after{
	content: "";
	position: absolute;
	background-image: url(../images/dots-1.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 171px;
	height: 172px;
	top: -40px;
	left: -30px;
	z-index: -9;
}

/*.wlcm-img img{
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}*/

.welcm-right{
	max-width: 500px;
	margin: 0 auto;
}

.welcm-right p{
	margin-bottom: 6%;
}

h6.subhding{
	color: #273065;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h3.titles{
	font-size: 32px;
	font-weight: 900;
	color:#000000;
	margin: 7px 0;
}

.service-hding{
	text-align: center;
}

.more-btn {
  margin-top: 1.2em;
}

a.more-btn {
	background-color: #fe3c00;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0;
	padding: 15px 20px 15px 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	display: block;
	max-width: 140px;
	text-align: center;
}

.home-services{
	background-color: #f5f6fa;
	/*padding: 6% 0;*/
	padding-top:6%;
}

.service-col-row{
	padding: 2rem 0 4rem 0;
}

.service-col{
	text-align: center;
}

.service-col img{
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.service-col h3{
	color: #000000;
	font-weight: 900;
	margin: 15px 0;
}

.home-serve{
	padding: 8% 0 4% 0;
}

.hmserve-box-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hmserve-box{
	/* Firefox */
	width: -moz-calc(100% /3 - 30px);
	/* WebKit */
	width: -webkit-calc(100% /3 - 30px);
	/* Opera */
	width: -o-calc(100% /3 - 30px);
	/* Standard */
	width: calc(100% /3 - 30px);
}

.half-eldt-left{
	background-image: url(../images/eldt-bg-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.half-eldt-right{
	background-image: url(../images/eldt-bg-2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.half-eldt-col{
	max-width: 460px;
	margin: 0 auto;
	color: #ffffff;
}

.half-eldt-col h3{
	font-size: 36px;
	font-weight: 900;
}

.half-eldt-col ul li{
	position: relative;
	margin-left: 30px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
}

.half-eldt-col ul li:before{
	content: "";
	position: absolute;
	background-image: url(../images/arrow-1.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 21px;
	left: -30px;
	top: 4px;
}

.half-eldt-left, .half-eldt-right{
	padding: 7%;
}

.footer-top .footer-widget{
	background-color: #e93700;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: -5rem;
	padding: 3rem;
  position: relative;
  color: #ffffff;
}

.footer-widget h3.widget-title{
	font-size: 30px;
	margin-bottom: 0;
}

.footer-widgets-wrapper{
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	color: #ffffff;
}

.sitefooter-one{
	background-image: url(../images/ftrtop-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -15rem;
	margin-bottom: 5rem;
	padding: 5% 7%;
}

.call-btn a {
  background-color: #ffffff;
  color: #032060;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 60px 18px 32px;
  clip-path: polygon(0 0%, 100% 0%, 85% 100%, 0 100%);
}

.sitefooter-one, .sitefooter-two, .hmserve-box-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.sitefooter-two{
	padding: 10rem 0 5rem 0;
}

.sitefooter-one{
	align-items: center;
}

.sitefooter-two .footer-widget{
	/* Firefox */
	width: -moz-calc(100% /3 - 0px);
	/* WebKit */
	width: -webkit-calc(100% /3 - 0px);
	/* Opera */
	width: -o-calc(100% /3 - 0px);
	/* Standard */
	width: calc(100% /3 - 0px);
}

.footer-widget .ftr-logo img{
	margin-bottom: 30px;
}

.footer-widgets-wrapper h3.widget-title{
	font-size: 30px;
	margin-bottom: 1em;
}

.footer-widget .hours-list li{
	display: flex;
	justify-content: space-between;
	border-top: 0;
	padding: 20px 40px 20px 0;
}

.footer-widget .hours-list li:first-child{
	border-bottom: solid 2px #fff;
	border-block-style: dashed;
}

.footer-widget form .news-form-email input{
	width: 100%;
	padding: 15px;
	border: solid 1px #f4f4f4;
	outline: none;
}

.footer-widget.widget-menu, .footer-widgets-wrapper .footer-widget:last-child{
	padding-left: 8%;
}

.footer-top .news-form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.footer-top .news-form-email{
	width: 70%;
	outline: none;
	border-radius: 0;
}

.footer-top .news-form-btn{
	width: 30%;
}

.footer-top .news-form-btn input{
	cursor: pointer;
	width: 100%;
  padding: 16px;
  background: #273065;
  border: none;
  color: #ffffff;
  letter-spacing: 1px;
}

.footer-nav_menu ul li{
	margin-bottom: 15px;
}

.footer-nav_menu ul li a{
	font-weight: 400;
	color: #ffffff;
	font-size: 16px;
	position: relative;
}

.footer-nav_menu ul li a:hover{
	color: #e93700;
	margin-left: 10px;
}

.footer-nav_menu ul li a:before{
	content: "\f0da";
	position: absolute;
	font-size: 0;
	width: 0;
	top: -4px;
	left: -10px;
	font-family: "fontawesome";
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.footer-nav_menu ul li a:hover:before{
	width: 10px;
	font-size: 13px;
	color: #e93700;
}

ul.btm-details{
	margin: 0;
}

ul.btm-details li{
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 7px;
}

.btm-details li h4{
	font-size: 16px;
	text-transform: uppercase;
}

.btm-details li.arresss h4{
	font-size: 18px;
	font-weight: 400;
}

.btm-details li.email a{
	font-size: 20px;
	color: #ffffff;
}

.btm-details li.call a{
	font-size: 24px;
	font-weight: 800;
	color: #e93700;
	letter-spacing: 1px;
}

.btm-details li.call a:hover{
	color: #ffffff;
}

.socials-btm ul li{
	display: inline-block;
	margin: 0 6px;
	font-size: 18px;
}

.socials-btm ul li a{
	color: #ffffff;
	background-color: transparent;
	border: solid 2px #ffffff;
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	border-radius: 50px;
	font-size: 13px;
}

.socials-btm ul li a:hover{
	background-color: #e93700;
	border: solid 2px #e93700;
	color: #ffffff;
}

.footer-bottom-info{
/*	background-color: #000000;*/
	border-top: solid 1px rgba(145, 144, 143, 0.8);
	color: #ffffff;
	padding: 16px 0;
}

.footer-bottom-info p{
	margin-bottom: 0;
}

.ftr-btm-left{
	font-weight: bold;
}

.ftr-btm-left a{
	color: #ffffff;
}

.ftr-btm-left a.copyright-link{
	color: #e93700;
}

.half-fields-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.half-fields{
	width: calc(100% /2 - 10px);
	margin-bottom: 10px;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select, input[type="date"], input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus, input[type="date"]:focus {
  outline: none;
  border: solid 1px #c0c0c0;
  background-color: #ffffff;
  padding: 13px 15px;
  color: rgba(24, 14, 14, 0.7);
  font-size: 14px;
  width: 100%;
}

.submit-btn{
	margin-top: 1.5rem;
}

.submit-btn input{
	background: #273065;
  color: #fff;
  border: none;
  margin: 0 auto;
  display: block;
  text-align: center;
  border-radius: 50px;
  padding: 9px 30px;
  cursor: pointer;
}

.ful-fields{
	margin-bottom: 7px;
}

/* inner pages */

.inner-banner{
	background-image: url(../images/inner-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 14rem 0 3rem 0;
	color: #ffffff;
}

.inner-banner-content{
	max-width: 440px;
  text-align: center;
  margin: 0 auto;
}

.inner-banner-content h1{
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
	color: #ffffff;
}

.inner-banner-content p{
	font-size: 18px;
}

.registration-form{
	background-color: #f5f7f7;
	max-width: 900px;
  margin: 0 auto;
  padding: 4%;
}

.about-cnt h3, .serve-cnt-box h2{
	font-size: 32px;
	font-weight: 900;
	color: #081834;
	margin-top: 1em;
	margin-bottom: 1em;
}

.prdt-service-box{
	background: #ffffff;
	padding: 30px;
	box-shadow: 0px 5px 40px rgba(0,0,0,0.1);
	margin-bottom: 3em;
}

.prdt-service-box h3, .serve-cnt-box h3{
	font-size: 24px;
	font-weight: bold;
	color: #081834;
	margin-bottom: 0.5em;
}

.btn1 a, .read-btn a {
  background-color: #0e2b5c;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 12px 40px 12px 20px;
	clip-path: polygon(0 0%, 100% 0%, 85% 100%, 0 100%);
}

.service-inner-box h3{
	font-size: 28px;
	font-weight: 900;
	color: #081834;
	margin-top: 1em;
	margin-bottom: 1em;
}

.clor-blue-italic{
	color: #0e2b5c;
	font-size: 17px;
	font-weight: 600;
}

.serve-cnt-box h2{
	margin-top: 0;
	margin-bottom: 0.5em;
}

.btn1.view-btn{
	margin-top: 1.5em;
}

.btn1.view-btn a{
	padding: 16px 55px 16px 30px;
	font-size: 14px;
}

.serve-item h4{
	font-size: 18px;
	font-weight: bold;
	color: #081834;
	margin: 1.25em 0;
}

.hmserve-box:first-child{
	padding-right: 3%;
}

.hmserve-box:first-child h3{
	font-size: 36px;
	font-weight: 900;
	color: #081834;
	padding-right: 20px;
	margin-bottom: 0.7em;
}


@media only screen and (min-width: 1000px) {
.logo{
	width: 24%;
	}

/*.main-navgation-menu{
	background-color: #dfebe3;
	}*/

.navmenu {
  width: 100%;
  text-align: left;
  max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
  margin: 0 auto;
	}

.footer-nav_menu ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (min-width: 780px) {
.welcm-row, .footer-bottom-info .wrap, .service-col-row, .hmeldt{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}

.hdr-top-left, .hdr-top-right, .welcm-left, .welcm-right, .service-left, .service-right{
	/* Firefox */
	width: -moz-calc(100% /2 - 40px);
	/* WebKit */
	width: -webkit-calc(100% /2 - 40px);
	/* Opera */
	width: -o-calc(100% /2 - 40px);
	/* Standard */
	width: calc(100% /2 - 40px);
	}

.half-eldt-left, .half-eldt-right{
	/* Firefox */
	width: -moz-calc(100% /2 - 0px);
	/* WebKit */
	width: -webkit-calc(100% /2 - 0px);
	/* Opera */
	width: -o-calc(100% /2 - 0px);
	/* Standard */
	width: calc(100% /2 - 0px);
	height: 70vh;
	}

.sitefooter-one .footer-widget:first-child, .footer-top .news-form{
	width: 65%;
	}

.sitefooter-one .footer-widget:last-child, .footer-top h3.widget-title{
	width: 35%;
	}

.footer-top .news-form{
	max-width: 650px;
	}
}

@media screen and (max-width: 1024px) {
.footer-top h3.widget-title{
	width: 40%;
	}

.footer-top .news-form {
    max-width: 60%;
  }
}

@media screen and (max-width: 768px) {
body:not(.home) #site-content {
  padding-top: 2rem;
	}

body{
	font-size: 15px;
	line-height: 25px;
	}

div.inner-banner-content h1{
	font-size: 24px;
	}

.about-cnt h3, div.serve-cnt-box h2{
	font-size: 22px;
	}

div.prdt-service-box h3, div.serve-cnt-box h3{
	font-size: 18px;
	}

div.sitefooter-two, .half-fields-row {
  display: -webkit-block;
  display: -moz-block;
  display: -ms-block;
  display: -o-block;
  display: block;
	}

div.sitefooter-two .footer-widget {
  width: -moz-calc(100%);
  width: -webkit-calc(100%);
  width: -o-calc(100%);
  width: calc(100%);
  margin-bottom: 2em;
	}

.half-fields{
	width: -moz-calc(100%);
  width: -webkit-calc(100%);
  width: -o-calc(100%);
  width: calc(100%);
}

.inner-banner-content p {
  font-size: 15px;
}

.inner-banner{
	padding: 12rem 0 3rem 0;
}

.sitefooter-two{
	padding: 8rem 0 2rem 0;
}

.footer-widgets-wrapper .footer-widget:last-child{
	padding-left: 0;
}

.btm-details li.arresss h4{
	font-size: 16px;
}

div.footer-widget.widget-menu{
	padding-left: 0;
	}
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

	.header-top .wrap{
		display: flex;
		justify-content: space-between;
		padding: 10px;
	}
	.hdr-top-left ul{
		display: block;
	}
	.header-top:after{
		background-size: cover;
	}
	#site-header{
		position: relative;
		background-color: #000 !important;
	}
	#site-header .w3-top .header-inline{
		padding: 10px;
	}
	.logo img{
		max-width: 160px;
	}
	div.inner-banner-content h1 {
	  font-size: 20px;
	}
	#navDemo{
		padding: 10px 20px;
    position: absolute;
    width: 100%;
	}
	.w3-top .w3-bar-block li{
		padding-bottom: 10px;
	}
	.w3-top .w3-bar-block ul li a.active{
		color: #000; 
    border-bottom: 1px solid #000;
	}
	.slider-content,
	.slideshow-container,
	.slideshow-container img{
		height: 300px;
	}
	.slider-text-box ul li a{
		padding: 14px 14px;
	}

	.slider-text h3,
	.slider-text h3 span{
		font-size: 28px;
	}
	h3.titles,
	.half-eldt-col h3 {
    font-size: 24px;
  }
  .footer-top .footer-widget{
  	display: block;
  	padding: 2rem;
  }
  .footer-widget h3.widget-title,
  .half-eldt-col ul li{
  	font-size: 16px;
  }
  .footer-top .news-form,
  .footer-top h3.widget-title {
    max-width: 100%;
    width: 100%;
	}
	section.home-banner {
    margin-bottom: 30px;
	}
  .footer-top .news-form-btn {
    width: 40%;
	}

}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}