@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*{
	margin: 0px;
}
a:focus,
button:focus {
	outline: none !important;
}
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: GTWalsheim;
  src: url(fonts/GTWalsheim.eot?#iefix) format('embedded-opentype'), url(fonts/GTWalsheim.woff) format('woff'), url(fonts/GTWalsheim.ttf) format('truetype'), url(fonts/GTWalsheim.svg#GTWalsheim) format('svg');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: GTWalsheim-Bold;
  src: url(fonts/GTWalsheim-Bold.eot?#iefix) format('embedded-opentype'), url(fonts/GTWalsheim-Bold.otf) format('opentype'), url(fonts/GTWalsheim-Bold.woff) format('woff'), url(fonts/GTWalsheim-Bold.ttf) format('truetype'), url(fonts/GTWalsheim-Bold.svg#GTWalsheim-Bold) format('svg');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: GTWalsheimTrial-Light;
  src: url(fonts/GTWalsheimTrial-Light.eot?#iefix) format('embedded-opentype'), url(fonts/GTWalsheimTrial-Light.otf) format('opentype'), url(fonts/GTWalsheimTrial-Light.woff) format('woff'), url(fonts/GTWalsheimTrial-Light.ttf) format('truetype'), url(fonts/GTWalsheimTrial-Light.svg#GTWalsheimTrial-Light) format('svg');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'SF Pro Display';
  src: url(fonts/SFProDisplay-Regular.eot);
  src: url(fonts/SFProDisplay-Regular.eot?#iefix) format('embedded-opentype'), url(fonts/SFProDisplay-Regular.woff2) format('woff2'), url(fonts/SFProDisplay-Regular.woff) format('woff'), url(fonts/SFProDisplay-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: SFProDisplay-Bold;
  src: url(fonts/SFProDisplay-Bold.eot);
  src: url(fonts/SFProDisplay-Bold.eot?#iefix) format('embedded-opentype'), url(fonts/SFProDisplay-Bold.woff2) format('woff2'), url(fonts/SFProDisplay-Bold.woff) format('woff'), url(fonts/SFProDisplay-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: SFProDisplay-Light;
  src: url(fonts/SFProDisplay-Light.eot);
  src: url(fonts/SFProDisplay-Light.eot?#iefix) format('embedded-opentype'), url(fonts/SFProDisplay-Light.woff2) format('woff2'), url(fonts/SFProDisplay-Light.woff) format('woff'), url(fonts/SFProDisplay-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: SFProDisplay-Medium;
  src: url(fonts/SFProDisplay-Medium.eot);
  src: url(fonts/SFProDisplay-Medium.eot?#iefix) format('embedded-opentype'), url(fonts/SFProDisplay-Medium.woff2) format('woff2'), url(fonts/SFProDisplay-Medium.woff) format('woff'), url(fonts/SFProDisplay-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal
}
body{
	
	font-size: 14px;
	background: #fff;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

li{
	list-style-type: none;
}
p{
	font-size: 13px;
	line-height: 20px;
}

.phara{
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
	margin: 0px;
	margin-bottom: 20px;
	/* text-align: justify; */

}
.wrapper{


}
 .holder{
	/* max-width: 800px;
	margin: 0px auto;
	padding: 0px 20px; */
	text-align: center;
} 

 .holder p{
 	margin: 0px 0px 8px 0px;
 	color: #fff;
 	font-size: 14px;
 	font-weight: 700;
 	text-transform: uppercase;
 }
.header{
	background: white;
}
.main{
/*padding: 50px 0px;
 color: white; */
}
.grid{
	padding: 0px;
	margin:0px -10px;
	list-style: none;
	margin-bottom: 20px;
}
.grid:before,.grid:after{
	display: table;
	content: '';
	clear: both;
}
.grid li{
	display: inline-block;
	float: left;
	width:33.3%;
	padding: 0px 10px;
	margin-bottom: 20px;
	margin-top: 20px;


}
.grid li span{
	display: block;
	background: #04b000;
	padding:30px 20px;
	border-radius: 5px;
}


.grid li span h3{
	margin: 0px;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
	color: #fff;
	
}
.grid li span strong{
	font-size: 30px;
	font-weight: 500;
	color: #fff701;
}

.contacts{
	display: inline-block;
	color: #fff701;
	font-size: 20px;
	margin-bottom: 20px;
}
.contacts:before,.contacts:after{
	display: table;
	content: '';
	clear: both;
}
.contacts strong{
	display: inline-block;
	float: left;
	padding: 0px 20px;
	color: #db0808;
}
.contacts strong span{
	display: block;
	color: #000;
	text-transform: uppercase;
}
.contacts strong:first-child{
	border-right: 1px solid rgba(50, 50, 50, 0.3);
}
.btn{
	display: inline-block;
	border: 1px solid #fff701;
	border-radius: 3px;
	background: #fff701;
	color: #000;
	padding: 15px 25px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	min-width: 150px;
	font-size: 14px;
}
.btn.btn-white{
	background: white;
	border-color: white;
}

.btn.btn-blue{
	color: #fff;
	background: #005aff;
	border-color: #005aff;
}

.header .right-btn{
	padding: 15px 0px;
}

.btn-success{
	border-radius: 50px;
    padding: .375rem 1.6rem;
    background-color: #04b000;
    border-color: #28a745;
    color: #fff;
    min-width: auto;
    text-transform: capitalize;
}


.services-banner{
	position: relative;
    background: url(../images/seo-pages-bg.jpg) no-repeat scroll center center/cover;
    padding: 60px 0px;
    color: #fff;
}

.services-banner .layers{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.services-banner .layers .layer-1{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 800px;
}

.services-banner .layers .layer-1 img{
	width: 100%;
}

.services-banner h1{
	text-transform: uppercase;
    font: 38px/48px "SFProDisplay-Bold" !important;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
}

.services-banner h3{
	font: 25px/30px 'SF Pro Display'!important;
	color: #fff701;
	margin: 0 0 20px 0;
}

.services-content{
	padding: 60px 0px;
}

.services-content h2{
	font: 30px/35px 'SFProDisplay-Bold'!important;
}

.services-content p{
    text-align: justify;
}

.light-bg{
	background-color: #f6f6f6;
	border-radius: 4px;
    padding: 35px 40px;
}

.widget-service{
	margin-bottom: 4rem;
	background-color: #f6f6f6;
    border-radius: 4px;
    padding: 35px 40px 25px;
}

.widget-service .heading{
	position: relative;
    margin-bottom: 20px;
}

.widget-service .heading:after{
	content: "";
    height: 4px;
    width: 43px;
    background-color: #04b000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.widget-service .heading h3{
    padding-bottom: 15px;
   font: 22px/30px 'SFProDisplay-Bold'!important;

}

.widget-service .service-list li {
    border-bottom: 1px solid #e3e3e3;
    display: block;
    padding: 0px 0px 0px 12px;
    position: relative;
    font-size: 16px;
}

.widget-service .service-list li:last-child{
	border-bottom: 0px;
}

.widget-service .service-list li:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0da";
    margin-right: 10px;
    color: #111111;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 14px;
}

.widget-service .service-list li a {
    color: #444444;
    padding: 12px 5px;
    position: relative;
    display: block;
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.widget-service .service-list li a:hover{
	padding-left: 15px;
	color: #04b000;
}

.widget-service #collapseOne {
	position: relative;
	overflow-y: hidden;
}

.widget-service .accordion, .widget-service .card{
	border: 0;
	padding: 0;
	margin: 0;
}

.widget-service .card-header{
	margin: 0;
	padding: 12px 5px;
}

.widget-service .card-header .btn-link{
	border: 0px;
	background: transparent;
	font-weight: 700;
	color: #000000;
	width: 100%;
	text-align: left;
	
}

.widget-service .card-header .btn-link:focus, .widget-service .card-header button:focus {
	outline: none!important;
	text-decoration: none!important;
}

.widget-service .card-header .btn-link span{
	float: right;
}

.widget-service .card-header .btn-link:hover{
	text-decoration: none;
}

.widget-service .card-body{
	padding: 0px;
	background: #f6f6f6;
}

.mobile-btn{
	display: none;
}


@media only screen and (max-width: 991px) {
	.services-banner h1{
		font: 26px/36px "SFProDisplay-Bold" !important;
	}

	.services-banner h3{
		font: 20px/26px 'SF Pro Display' !important;
	}

	.light-bg{
		background: #fff;
		padding: 5px 0px;
	}

	.widget-service{
		margin-top: 20px;
	}
}


@media only screen and (max-width: 768px) {

	.contacts strong{
		display: block;
		width: 100%;
		border: 0px!important;
		padding: 0px;
		margin: 10px 0px;
	}

  .grid{
  	margin-bottom: 10px;
  }
	.grid li{
		width:100%;
		float: left;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.btn{
		display: block;
		width: 100%;
		margin: 10px 0px;
	}

	.services-banner{
		padding: 60px 0px 30px;
	}

	.services-banner img{
		margin-top: 20px;
	}

	.services-banner h1{
	    font: 20px/20px 'SFProDisplay-Bold'!important;
	}

	.services-banner h3{
		font: 17px/20px 'SF Pro Display'!important;
	}

	.services-banner .btn{
		width: 45%;
		float: left;
		display: inline;
	}

	.widget-service{
		margin-bottom: 20px;
	}

	.services-content{
		padding: 40px 0px; 
	}

	.services-content h2{
		font: 22px/25px 'SFProDisplay-Bold' !important;
	}

	.header .right-btn{
		padding: 7px 0px;
	}

	.contacts{
		display: none;
	}

	.mobile-btn{
		background: transparent;
		overflow: hidden;
		position: fixed;
		bottom: 0px;
		width: 100%;
		z-index: 999;
		display: block;
	}

	.mobile-btn .col-4 {
	    padding: 0px !important;
	}

	.mobile-btn a.ph-btn {
	    background: #24385d !important;
	    text-align: center;
	    font-size: 15px;
	    color: #ffffff;
	    float: left;
	    padding: 8px 0px;
	    width: 100%;
	    display: block;
	    text-decoration: none;
	}
	.mobile-btn a.ph-btn2 {
	    background: #ffe037 !important;
	    color: #000;
	}
	
	.mobile-btn a.ph-btn3 {
	    background: #03a84e!important;
	    color: #fff;
	}
	
}

/* @media only screen and (max-width: 550px) {

	.inner-banner .inner.locations-breadcrumb h1 {
	    font: 18px/22px "SFProDisplay-Bold"!important;
	    letter-spacing: 1px;
	}

	.inner-banner .inner.locations-breadcrumb h3{
		font: 13px/20px SF Pro Display!important;
		letter-spacing: 0px;
	}
} */