@charset "utf-8";
/* CSS Document */
/*******GOOGLE_FONT************/


@font-face {
  font-family: 'Raleway-Black';
  src: url('../fonts/Raleway-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/Raleway-Black.woff') format('woff'), url('../fonts/Raleway-Black.ttf')  format('truetype'), url('../fonts/Raleway-Black.svg#Raleway-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LaoUI';
  src: url('../fonts/LaoUI.eot?#iefix') format('embedded-opentype'),  url('../fonts/LaoUI.woff') format('woff'), url('../fonts/LaoUI.ttf')  format('truetype'), url('../fonts/LaoUI.svg#LaoUI') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LaoUI-Bold';
  src: url('../fonts/LaoUI-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/LaoUI-Bold.woff') format('woff'), url('../fonts/LaoUI-Bold.ttf')  format('truetype'), url('../fonts/LaoUI-Bold.svg#LaoUI-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-ExtraBold';
  src: url('../fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Raleway-ExtraBold.woff') format('woff'), url('../fonts/Raleway-ExtraBold.ttf')  format('truetype'), url('../fonts/Raleway-ExtraBold.svg#Raleway-ExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-Light';
  src: url('../fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Raleway-Light.woff') format('woff'), url('../fonts/Raleway-Light.ttf')  format('truetype'), url('../fonts/Raleway-Light.svg#Raleway-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-Regular';
  src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Raleway-Regular.woff') format('woff'), url('../fonts/Raleway-Regular.ttf')  format('truetype'), url('../fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-SemiBold';
  src: url('../fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Raleway-SemiBold.woff') format('woff'), url('../fonts/Raleway-SemiBold.ttf')  format('truetype'), url('../fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'Raleway-Regular';
	font-size: 14px;
	font-weight: 400;
	background:url(../images/bg.jpg) no-repeat 0 0;
	background-attachment: fixed;
	background-size: cover;
}
html * {
	outline:none;
}
ol, ul, li {
	list-style: none;
	margin:0px;
	padding:0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}
a:hover, a:focus{
	text-decoration:none !important;
	outline:none !important;	
}
outline {
	border:0;
}
.lft {
	float:left;
}
.rgt {
	float:right;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}
a, input, textarea {
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
}
img {
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6,p{
	padding:0;
	margin:0;	
}
/***********HOME-PAGE-CSS-start************/





/****** Loader Start *******/
.loader-screen {
position: fixed;
top: 0;
height: 100%;
width: 100%;
background: #fff;
z-index: 99999999999;
display: block;
left: 0;
right: 0;
}
 #loader {
	-webkit-animation-name: spinner;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-name: spinner;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: center;
	margin: 0 auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 30%;
    max-width: 300px;
}
/****** Loader End *******/

/************* Scroll top *************/
.blck-tape a {
    color: #000 !important;
}
.blck-tape a:hover{
	color:#fff;
	text-decoration:none; 	
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 60px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #15A433 url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	border-radius: 50%;
	z-index: 999;
}
.cd-top:hover{
	background:#E12424 url(../images/cd-top-arrow.svg) no-repeat center 50%;	
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: rgb(249, 161, 27);
  opacity: 1;
}
/***********Scroll top-end*****************/
/***********map-scroll-off***********/
.map-container {
	width: 100%;
	/*margin: 50px 0 3000px;*/
}
.map-container iframe{
	width: 100%;
	height:350px;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}
/*********end**********/

/********* top header ************/
.top-header-content {
	padding-top: 15px;
	padding-bottom: 15px;
}
.top-header-content p {
	color: #fff;
	font-family: 'Raleway-Regular';
	font-size: 13px;
	margin: 0px 0 9px 0;
	text-align: left;line-height: 16px;
}
.top-header-content p a {color:#fff}
.top-header-content p:last-child{margin-bottom:0;}

.top-header-content h5 {
	color: #fff;
	font-family: 'Raleway-Regular';
	font-size: 13px;
	margin: 0;
	text-align: left;
}
.top-header {
	background: #000;
	padding-top: 0;
	position: relative;
	padding-bottom: 0;
}
.header-address {
	padding: 0 !important;
}
.quote-part {
	padding: 0 !important;
}
.header-address ul li {
	display: inline-block;
	padding-right: 10px;
}
.header-address ul {
	margin: 0;
}
.header-address ul li p {
	margin: 0;
}
.header-address ul li p a {
	font-size: 17px;
	color: #fff;
	padding: 15px 0;
	font-family: 'LaoUI';
	display: block;
}
.header-address ul li p a i {
	font-size: 15px;
	border-radius: 50%;
	border: 1px solid #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 7px;
	margin-right: 15px;
}
.middle-header {
	background: #000;
	padding: 4px;
}
.quote-btn {
	width: 165px;
	float: right;
	margin: 10px 0;
}
.quote-btn a {
	color: #FFF;
	font-family: 'Raleway-Regular';
	font-size: 16px;
	display: block;
	padding: 8px 0px;
	border: 1px solid #fff;
	border-radius: 5px;
	text-align: center;
}
.quote-btn a:hover {
	color: #fff;
	border: 1px solid #15a433;
	background: #15a433;
}
.header-social ul {
	margin: 0;
	float: right;
}
.header-social ul li {
	float: left;
	padding: 0 !important;
	font-size: 20px !important;
	margin: 10px 0;
}
.header-social ul li a {
	color: #fff;
	padding: 0px 6px;
	display: block;
}
.header-social ul li a:hover {
	color: #15A433;
}

/*.header-social ul li:before{
	content:'' !important;	
}*/
.logo-area {
	margin: 10px 0;
}
.logo-area a img {
	margin: 0 auto;
	display: none;
}
/****** Modal *******/
.quote-btn a:hover {
	border: 1px solid #15a433;
	color: #fff;
}
.modal-title {
	text-align: center;
	text-transform: uppercase;
	color: #000;
}
.modal-header {
	padding: 10px 15px;
}
#quoteModal form input[type="text"],#quoteModal form input[type="email"],#quoteModal form input[type="tel"] {
	width: 49.5%;
	background: #efefef;
	border: none;
	padding: 7px 8px;
	color: #000;
	margin:0 0 10px 0;
}
#quoteModal form textarea {
	width: 100%;
	background: #efefef;
	border: none;
	padding: 7px 8px;
	color: #000;
	margin:0 0 10px 0;
	resize:none;
}
#quoteModal form input[type="submit"]{
	background:none;
	border:1px solid #000;
}
#quoteModal form input[type="submit"] {
	background: none;
	border: 1px solid #ccc;
	width: 150px;
	padding: 7px;
	border-radius: 4px;
	text-transform: uppercase;
	margin: 0 auto;
	display: block;
}
#quoteModal form input[type="submit"]:hover {
	border: 1px solid #ED1D1D;
	color:#ED1D1D;
}
.close {
	color: #ED1D1D !important;
	opacity: 1 !important;
}
/****** Modal *******/
.menu-toggle {
	display: none;
}
/********* menu ***********/


.Menu-part {
	background: #15A433;
	z-index: 999;
	border-radius: 5px;
	padding: 0 !important;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 64px;
}
.menu {
	text-align: center;
	margin: 0;
	background: #15a433;
	padding: 23px 0;
}
.menu li {
	display: inline-block;
}
.menu li a {
	font-family: 'Raleway-Semibold';
	font-size: 18px;
	color: #fff;
	padding: 0 18px;
	display: block;
	text-transform: uppercase;
	position: relative;
}
.menu li a::after {
	position: absolute;
	content: "\f06c";
	font-family: FontAwesome;
	font-size: 18px;
	top: 0px;
	right: -2px;
	color: #000;
	display: none;
}
.menu li:hover a:after {
	display: block;
	color: #000;	
}
.menu li:hover a {
	color: #000;	
}
.menu li.active a:after {
	display: block;
}
.menu li.active a {
	color: #000;
}
.menu.slide-left {
	left: 0;
}

/*********** banner ***********/

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: url(../images/lg.png) no-repeat 0 0 !important ;
	
}
.owl-theme .owl-dots .owl-dot span {
	width: 29px !important;
	height: 29px !important;
	margin: 5px 7px;
	background: url(../images/lw.png) no-repeat 0 0 !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.main-banner .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	max-height: 650px !important;
	object-fit: cover;
	object-position: bottom;
}
/********** About Us ************/

.about-us-part {
	padding: 40px 0 0;
}
.site-title h1 {
	font-family: 'Raleway-Regular';
	color: #15A433;
	text-align: center;
	margin: 20px 0 50px;
	position: relative;
}
.site-title h1::after {
	position: absolute;
	content: "";
	width: 246px;
	height: 36px;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../images/after.png) no-repeat 0 0;
}
.site-title h1 span {
	font-family: 'Raleway-Extrabold';
	color: #e12424;
}
.about-us-part p {
	font-family: 'Raleway-Regular';
	line-height: 25px;
	text-align: left;
	padding: 30px 0 0 0;
	width: 80%;
}
.about-us-part .page-btn {
	width: 222px;
	margin: 30px auto;
	display: block;
	text-align: center;
	float: none;
}
.about-us-part .page-btn a {
	color: #fff;
	font-family: 'Raleway-Regular';
	font-size: 18px;
	display: block;
	padding: 15px;
	border: 1px solid #e12424;
	border-radius: 5px;
	text-align: center;
	background: #e12424;
	text-transform: uppercase;
}
.about-us-part .page-btn a:hover {
	color: #e12424;
	border: 1px solid #e12424;
	background: none;
}
/********** Gallery Part *************/

.gallery-part {
	padding: 40px 0;
}
.gallery-part ul li {
	display: inline-block;
	position: relative;
	width: 32%;
	margin: 2px;
}
.gallery-part ul li img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.overlay a i {
	font-size: 21px;
	color: #000;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.7);
	width: 60px;
	height: 60px;
	text-align: center;
	padding: 20px;
	position: absolute;
	z-index: 999;
	top: 40%;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(21,164,51,0.7);
	top: 0;
	display: none;
}
.overlay::after {
	position: absolute;
	content: "";
	width: 90%;
	height: 85%;
	background: none;
	border: 1px solid #fff;
	top: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
}
.gallery-part ul {
	margin-top: 90px;
}
.gallery-part ul li:hover .overlay {
	display: block;
}
.gallery-part ul li:hover .overlay:after {
	display: block;
}
.gallery-part .page-btn {
	width: 222px;
	margin: 30px auto;
	display: block;
	text-align: center;
	float: none;
}
.gallery-part .page-btn a {
	color: #fff;
	font-family: 'Raleway-Regular';
	font-size: 18px;
	display: block;
	padding: 15px;
	border: 1px solid #e12424;
	border-radius: 5px;
	text-align: center;
	background: #e12424;
	text-transform: uppercase;
}
.gallery-part .page-btn a:hover {
	color: #e12424;
	border: 1px solid #e12424;
	background: none;
}
/*********** Contact-Part ***********/


.contact-part {
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 0 80px;
}
.contact-part .site-title h2 {
	font-family: 'Raleway-Regular';
	color: #fff;
	text-align: center;
	margin: 20px 0 50px;
	position: relative;
}
.contact-part .site-title h2::after {
	position: absolute;
	content: "";
	width: 246px;
	height: 36px;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../images/after1.png) no-repeat 0 0;
}
.contact-part .site-title h2 span {
	font-family: 'Raleway-Extrabold';
	color: #15A433;
}
.contact-form-part form input[type="text"], .contact-form-part form input[type="tel"], .contact-form-part form input[type="email"] {
	width: 100%;
	height: 50px;
	background: rgba(255,255,255,0.3);
	border: none;
	border-radius: 5px;
	margin-bottom: 10px;
	font-family: 'Raleway-Regular';
	font-size: 15px;
	color: #fff;
	padding: 10px 30px;
}
.contact-form-part form input[type="text"]:hover, .contact-form-part form input[type="text"]:focus, .contact-form-part form input[type="tel"]:hover, .contact-form-part form input[type="tel"]:focus, .contact-form-part form input[type="email"]:hover, .contact-form-part form input[type="email"]:focus {
	color: #15A433;
	border: 1px solid #15A433;
	background: none;
}
.contact-form-part form textarea {
	width: 100%;
	height: 150px;
	background: rgba(255,255,255,0.3);
	border: none;
	border-radius: 5px;
	margin-bottom: 10px;
	font-family: 'Raleway-Regular';
	font-size: 15px;
	color: #fff;
	padding: 10px 30px;
	resize: none;
}
.contact-form-part form textarea:focus, .contact-form-part form textarea:hover {
	color: #15A433;
	border: 1px solid #15A433;
	background: none;
}
.contact-form-part form {
	margin-top: 90px;
}
.contact-form-part form input[type="submit"] {
	color: #fff;
	font-family: 'Raleway-Regular';
	font-size: 18px;
	display: block;
	padding: 15px;
	border: 1px solid #e12424;
	border-radius: 5px;
	text-align: center;
	background: #e12424;
	text-transform: uppercase;
	width: 222px;
	text-align: center;
	margin-top: 20px;
}
.contact-form-part form input[type="button"]:hover {
	color: #e12424;
	border: 1px solid #e12424;
	background: none;
}
.contact-map .map-container {
	margin-top: 90px;
}
.contact-map .map-container iframe {
	width: 100%;
	height: 420px;
	display: block;
	pointer-events: none;
	position: relative;
	border-radius: 10px;
}


/****** Newsletter ******/
.subs {
	padding: 40px 0;
	background: #15A433;
}
.subs h2 {
	font-family: 'Raleway-ExtraBold';
	margin: 10px 0 0;
	font-size: 38px;
	color: #fff;
	text-transform: uppercase;
}
.page-btn {
	width: 460px;
	float: right;
}
.page-btn a {
	color: #fff;
	font-family: 'Raleway-Semibold';
	font-size: 25px;
	display: block;
	padding: 15px;
	border: 1px solid #fff;
	border-radius: 5px;
	text-align: center;
	background: none;
	text-transform: uppercase;
}
.page-btn a:hover {
	color: #15A433;
	border: 1px solid #000;
	background: #000;
}

/***** Footer *****/
.footer-top {
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 0;
}
.footer-top h3 {
	font-family: 'Raleway-SemiBold';
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0px 0 50px 0;
	position: relative;
}
.footer-top h3:after {
	position: absolute;
	content: "";
	background: url(../images/footer-after.png) no-repeat 0 0;
	width: 100px;
	height: 4px;
	bottom: -20px;
	left: 0;
}
.footer-top h4 {
	font-family: 'Raleway-SemiBold';
	font-size: 19px;
	color: #9e9e9e;
	line-height: 20px;
	margin: 0 0 18px 0;
}
.footer-top h5 {
	font-family: 'Raleway-SemiBold';
	font-size: 15px;
	color: #9e9e9e;
	line-height: 20px;
	margin: 20px 0 18px 0;
}
.footer-top ul li {
	padding: 0 0 0 13px;
	position: relative;
	font-family: 'Raleway-Regular';
	margin: 0 0 10px 0;
	font-size: 15px;
	color: #8d8c8c;
}
.footer-top ul li a{
	color:#8d8c8c;	
}
.footer-top ul li a:hover {
	color: #f11414;
}
.footer-top ul li:before{
	position:absolute;
	left:0;
	top:0;
	content:'\f0da';
	z-index:99;	
	font-family: 'FontAwesome';
	width:auto;
	height:auto;
	color:#8d8c8c;
}

.footer-menu-each {
	padding-bottom: 30px;
}
.footer-top .footer-menu-each:nth-child(4) {
	border-right: none;
}
.footer-top p {
	color: #8d8c8c;
	width: 100%;
	float: left;
}
.footer-top p i.fa {
	width: 22px;
	float: left;
	margin: 4px 0 0 0;
}
.footer-top p span {
	width: 90%;
	float: right;
}
.footer-top p a{
	color:#8d8c8c;
}
.footer-top p a:hover {
	color: #ED1D1D;
}
.footer-social li {
	float: left;
	padding: 0 !important;
	margin: 0 15px 0px 0 !important;
	font-size: 30px !important;
}
ul.footer-social li:last-child{
	margin:0 !important;	
}
.footer-social li:before{
	content:'' !important;	
}
.footer-bottom {
	padding: 20px 0;
	background: #000;
}
.footer-bottom p {
	font-family: 'Raleway-Regular';
	font-size: 14px;
	color: #9b9a9a;
	margin: 10px 0 0;
}
.footer-bottom h5 {
	font-family: 'Raleway-Regular';
	font-size: 14px;
	color: #9b9a9a;
	margin: 10px 0 0;
	float: right;
}
.footer-bottom p a{
	color:#9b9a9a;		
}
.footer-bottom h5 a{
	color:#9b9a9a;		
}
.footer-bottom h5 a:hover{
	color:#f11414;		
}
.footer-bottom p a:hover{
	color:#f11414;		
}
.footer-menu-each p {
	color: #8d8c8c;
	font-family: 'Raleway-Regular';
	font-size: 14px;
	line-height: 25px;
}
.footer-logo {
	margin-bottom: 20px;
}

/*********** inner page ***********/

.inner-banner img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.inner-about {
	padding: 40px 0;
}





div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	background: #f7e700;
}


.our-blog-section-heading {
    padding-top: 2.5rem;
}

.our-blogs-cards {
    padding: 3rem;
}

.blog-card {
    border: 1px solid #063246;
}

.blog-card-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-card-content {
    padding: 1rem;
}

.blog-card-content h5 {
     font-size:18px;
    font-weight:bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-card-content p {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-card-content a {
    margin-top: 8px;
    background-color: #063246;
    border: none;
}


.service-g-section{
    margin-top:4rem;
}

.service-img img{
    width:100%;
}







