@charset "utf-8";
/* CSS Document */

body,html
{
	font-family: 'Comfortaa', cursive;
	height:100%;
	width:100%;
	
}
@charset "utf-8";
/* CSS Document */

body,html
{
	font-family: 'Comfortaa', cursive;
	height:100%;
	width:100%;
	
}

/* Typography */
h1{
		color:#2c2c2c;
		font-size:34px;
        line-height: 42px;
		font-weight: 700;
		margin-bottom: 20px;
        font-family: "Cormorant Garamond", serif;
}
h2{
		color: #000;
		font-size:28px;
        line-height: 36px;
		font-weight: 500;
		margin-bottom:20px;
        font-family: "Cormorant Garamond", serif;
		
}
h2.index {
	margin-top: 30px;
}
h3{
		color: #000;
		font-size:22px;
        line-height: 30px;
		font-weight:500;
        font-family: "Cormorant Garamond", serif;
}
h4{		
		color: #000;
        font-weight: 500;
		font-size:18px;
        line-height: 24px;
        font-family: "Cormorant Garamond", serif;
}
p{
		color:#000000;
		font-size:18px;
		line-height:36px;
		margin-bottom: 20px;
}
a{
		color:#2c2c2c;
		display: inline-block;
}
a{
	outline: none;
	border: 0;
	
}
a:hover{
		text-decoration: none;
		color: #ec962b;
		outline: none;
}
a:focus{
		text-decoration: none;
		
}
a:focus, .dropdown-toggle:focus{
	outline: none !important;
}
hr{
	border-top: 1px solid #C4C4C4;
}
/* Header */
header
{
	position:relative;
	margin-bottom: 0px;
}

/* Top Bar */
header .top-ribbon{
	background-color: #004022;
	width: 100%;
	
}
.top-ribbon .fas {
    color: #fdb718;
}
.wrapper{
		display: block;
		overflow-x:hidden;
	}
/* Top Navigation */
.top_info_line{
	display: flex;
	float: right;
	justify-content: center;
	text-align: center;
	padding: 5px 0;
}
.top_info_line ul{
	margin: 0;
	padding: 0;	
}
.top_info_line ul li {
	color: #fff;
	float: left;
	list-style-type: none;
	margin:0;
	padding: 5px 30px;
	font-size:18px;
	line-height: 20.07px;
}
.top_info_line ul li a{
	color: #fff;
	
}
.top_info_line ul li a:hover, div.top_info_line ul li a:focus {
	opacity: 0.8;
	text-decoration: none;
}
.top_info_line ul li:nth-child(1), div.top_info_line ul li:nth-child(2){
	border-right: 1px solid #fdc584;
	
}
.top_info_line ul li:nth-child(3){
	padding: 5px 10px 5px 30px;
}
.top_info_line ul li:nth-child(4), .top_info_line ul li:nth-child(5), div.top_info_line ul li:nth-child(6), .top_info_line ul li:nth-child(7){
	padding: 5px 10px;
}
.top_info_line ul li a.active{
	color:#fdb718;
	text-decoration: none;
}
/* Logo And Navigation */
.logo_area {
    
    padding: 60px 0;
    
}
.navigation_container {
  display: flex; /* or inline-flex */
 flex-direction: row;
 flex-wrap: nowrap;
}
.navigation_items{
	display: flex;
  align-items: center;
}

.navbar-default{
	
}
nav.navbar-default {
    float: right;
    margin-bottom: 0px;
    background-color: transparent;
    border-color: transparent;
    width: 100%;
    min-height: 0px;
}
ul.navbar-nav {
    float: none;
    margin: 7.5px -25px;
    display: flex;
    justify-content: flex-end;
	align-items: center;
	
}
ul.navbar-nav li{
	
	flex: auto;
	text-align: center;
}
ul.navbar-nav li:nth-child(3){
	border-right:1px solid #ccc;
}
ul.navbar-nav li:nth-child(1){
	line-height: 26.76px;
}
ul.navbar-nav li:nth-child(2){
	line-height: 38.4px;
}
ul.navbar-nav li:nth-child(3){
	line-height: 38.4px;
}
ul.navbar-nav li:nth-child(4){
	line-height: 38.4px;
}
.navbar-default .navbar-nav > li > a {
   color:#000;
   font-size: 24px;
   line-height: 38.4px;
   font-weight:400;
   padding: 0;
   display: inline;
   text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-position: under;
    text-decoration-thickness: 2px;
}
.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color:#000;
	text-decoration: underline;
    text-decoration-color: #ec962b;
    text-underline-position: under;
    text-decoration-thickness: 2px;
	transition:.2s;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color:#000;
	text-decoration: underline;
    text-decoration-color: #ec962b;
    text-underline-position: under;
    text-decoration-thickness: 2px;
	transition:.2s;
    background-color: transparent;
}
.dropdown-menu{
	border: 1px solid #C4C4C4;
	box-shadow: none;
	border-radius: 0;
	margin-left: 35px;
}
.dropdown-menu > li > a{
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-position: under;
    text-decoration-thickness: 2px;
    color: #000;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a.active {
    color: #000;
	text-decoration: underline;
    text-decoration-color: #ec962b;
    text-underline-position: under;
    text-decoration-thickness: 2px;
	transition:.2s;
    background-color: transparent;
}
ul.navbar-nav ul.dropdown-menu li:nth-child(3) {
    border-right: none;
}
.my-account{
	margin: 7.5px -25px;
	display: flex;
	justify-content: space-around;
}
.my-account li{
	list-style-type: none;
}
.my-account li a{
	 color:#000;
   font-size: 28px;
   line-height: 38.4px;
   font-weight:400;
   padding: 0;
}

#myCarousel img{
	min-height:100%;
	height: 350px;
}
/*.carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 30px;
    text-align: left;
	padding: 40px 40px 20px 40px;
	width: 70%;
}
.carousel-caption h2,.carousel-inner .right h2,.carousel-inner .left h2{
	color: #fff;
	font-size: 36px;
	line-height:40px;
	margin-bottom:20px;
	margin-top: 10px;
	padding:0px;
}
.carousel-caption p,.carousel-inner .right p,.carousel-inner .left p{
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	font-Weight: 400;
	font-Style: normal;
	font-family: 'Open Sans', sans-serif;
}
.carousel-caption p + a{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-Weight: 400;
	font-Style: normal;
}*/
.main_banner_sections_inner img{
	height: 350px;
}
.ins-boxes1 {
  display: flex;
  align-content: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  box-sizing: border-box;
  justify-content: space-between;
 margin: 25px 25px 25px 0;
}
.inner-box{
	 display: flex;
	 justify-content: left;
}
.inner-box h2{
	color: #000;
font-style: normal;
font-weight: 500;
font-size: 44px;
line-height: 48px;
margin-top: 35px;
margin-left: 15px;
}
.inner-box h2.long_text {
	font-size: 34px;
}
.box-grid {
  background-color: #1b8151;
  width: 100px;
  height:100px;
  border-radius: 50%;
  margin: 0.5em;
 box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.index .box-grid:hover {
	background: #00582f;
}

.aligner i {
  font-size: 48px;
  line-height: 55.2px;
  color: #fff;
}
.index .box-grid:hover .aligner i, .index .box-grid.active .aligner i {
	color: #fdb718;
    background-color: #fdb718;
    background-image: linear-gradient(90deg, #fdb718, #f79222);
 -webkit-background-clip: text;
 background-clip: text;
 color: transparent;
}
.aligner i.fa-car{
	 font-size: 64px;
  line-height: 73.6px;
}
.box-grid.active{
	background-color:#f7931f;
}
.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  flex-direction: column;
}

.quote-box{
	padding: 62px 54px;
	background: #f2f0eb;
	box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.3);
	height: 450px;
	position: absolute;
	bottom: -164px;
	text-align: center;
	right: 20px;
}
.index-box{
	bottom: 0px;
}

.quote-box h2{
	font-family: 'Comfortaa', cursive;
	font-weight: 400;
	font-size: 36px;
	line-height: 48px;
	margin-top: 0px;
}
.quote-box p{
	font-family: 'Open Sans', sans-serif;
	font-family: 400;
	font-size: 16px;
	line-height: 32px;
}
select {
    width: 350px;
height: 50px;
border-radius: 0px;
margin-bottom: 20px;
color: #393939;
padding-left: 15px;
font-size: 18px;
line-height: 24.51px;
font-weight: 400;
border: 1px solid #2C2C2C;
font-family: 'Open Sans', sans-serif;
}
.quote-box button{
	background: #ec962b;
border: 1px solid #ec962b;
color: #fff;

width: 350px;

border-radius: 0;
height: 50px;
font-weight: 400;
font-size: 24px;
line-height: 36px;
}
.quote-box a.new-btn{
	background: #ec962b;
border: 1px solid #ec962b;
color: #fff;

width: 350px;

border-radius: 0;
height: 50px;
font-weight: 400;
font-size: 24px;
line-height: 50px;
}
.quote-box a.new-btn:hover, .quote-box a.new-btn:focus {
    background: #bd7215;
    transition: all .3s;
}
.quote-box button:hover, .quote-box button:focus {
	background: #bd7215;
	border: 1px solid #bd7215;
	transition: .2s;
	color: #fff;
}
.jot-quote-box{
	padding: 135px 54px;
}


.content-section{
	margin: 160px auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.left{
	width: 40%;
	
}
.left h1{
	font-family: 'Comfortaa', cursive;
	color: #000;
	font-size: 26px;
	line-height: 34px;
	text-align: center;
	font-weight: 400;
	margin-top: 0px;
	margin-left: 0px;
	width: 375px;
    
}
.left h1 a{
	font-family: 'Comfortaa', cursive;
	color: #000;
	font-size: 26px;
	line-height: 34px;
	text-align: center;
	font-weight: 400;
	margin-top: 0px;
	margin-left: 0px;
	
}
.left h1 a:hover, .left h1 a:focus {
    color: #666;
}
.left img {
	width: 100%;
	object-fit: cover;
	object-position: left;
}
.carousel .left img{
	width: 100%;
    object-fit: cover;
	object-position: left;
}
.leftimgcontain:after {
	content:" ";
	left: 0;
	top: inherit;
	position: absolute;
	width: 100%;
	height: inherit;
	    background: rgba(0, 88, 47, .8);
    background: linear-gradient(-90deg, rgba(0, 88, 47, .4), rgba(0, 0, 0, 0.7));
    mix-blend-mode: multiply;
}
.inner-page-content img{
	height: 668px;
}
.inner-page-content .right {
	padding: 20px 30px 20px;
}
.inner-page-content h2{
	line-height: 28px;
	font-weight: 700;
	font-style: normal;
	margin: 0;
}
.right{
	width: 60%;
	box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.3);
	padding: 20px 30px;
	background: #f2f0eb;
}
.content-remove-this{
	height: 600px;
}
.right h2{
	font-family: 'Comfortaa', cursive;
	font-family: 700;
	font-size: 20px;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 12px;
}
.right h2, .right h3, .right h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.right ul {
    margin: 20px 0;
    padding-left: 20px;
}
.right ul li {
    margin-bottom: 10px;
}
.right ul li::marker {
    color: #ec962b;
}
.right p, .right ul li{
	font-family: 'Open Sans', sans-serif;
	font-family: 700;
	font-size: 16px;
	line-height: 32px;
	color: #000000;
}


.services_container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row;
  justify-content: space-around;
}
.services_container ul{
	padding-left: 20px;
}
.services_item {
  background: #f2f0eb;
  padding:  23px;
  width: 330px;
  height: 690px;
  overflow: hidden;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
 
}

.services_item h2 {
  font-family: 'Comfortaa', cursive;
  color: #000;
  text-align: center;
  font-size:24px;
  font-weight: 400;
  line-height: 24px;
 
}

.services_item ul li{
	font-family: 'Comfortaa', cursive;
  color: #000;
   font-size:16px;
   line-height: 48px;
  font-weight: 400;
  
}
.services_item ul li::marker {
    color: #ec962b;
}
.services_item ul li a {
	text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-position: under;
    text-decoration-thickness: 2px;
    transition: .2s;
    color: #000;
}
.services_item ul li a:hover, .services_item ul li a:focus {
	text-decoration: underline;
    text-decoration-color: #ec962b;
    text-underline-position: under;
    text-decoration-thickness: 2px;
    transition: .2s;
	color: #000;
}
#Carousel p{
	font-size: 14px;
	line-height: 32px;
}
#Carousel p span{
	font-size: 18px;
	line-height: 24px;
}
.carousel-inner .right,.carousel-inner .left{
	width:auto;
	box-shadow:none;
	padding:0px;
	background:none;
	margin:0px;
}


.carousel-inner .right.active{
-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);transition:transform .6s ease-in-out;
}
.carousel-inner .left.active{
-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);transition:transform .6s ease-in-out;
}
.aligner a{
	width:100%;
	height:100%;
	position:relative;
}
.index .aligner i {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}
.service_bg{
	width: 100%;
	height:481px;
	background: url(../img/featured-service-section.png);
	position: relative;
	overflow: hidden;
	border-bottom: 105px solid #f8d070;
}
.overlay, .overlay-mobile {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	    background: rgba(0, 88, 47, .8);
    background: linear-gradient(-90deg, rgba(0, 88, 47, .4), rgba(0, 0, 0, 0.7));
	mix-blend-mode: multiply;
}
.overlay-mobile {
	z-index: -1;
}
.service-section{
	position:relative;
	margin-bottom: 80px;
}
.services_container {
	padding: 0;
	text-shadow: none;
	position: absolute;
	top: 60%;
	left: 50%;
	z-index:5;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 0px 25px;
	width: 100%;
}

.blog-section{
	margin: 100px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog-left{
	width: 957px;
	height: 933px;
	background:#f2f0eb;
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 1;
	
}
.blog-left h2{
	font-family: 'Comfortaa', cursive;
	color: #000;
	font-weight: 400;
	font-size: 36px;
	line-height: 48px;

	margin-top: -78px;
	margin-left: 25%;
}
.whatsnew{
	padding: 40px 35px;
}
.news-list{
	padding: 0px;
	clear:both;
}
.blog-left h2 span{
	background: #fff;
	width: 90%;
	display: block;
}
.blog-right{
	width: 457px;
	
	position: relative;
overflow: hidden;
	height: 1133px;
	margin-left: -267px;
	
}
.descriptionfield p{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 32px;
}
.descriptionfield p+p{
	display: none;
}
.datefield{
	font-family: 'Comfortaa', cursive;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 32px;
	color: #2c2c2c;
	text-decoration: underline;
	text-decoration-color: #ec962b;
	text-underline-position: under;
	text-decoration-thickness: 2px;
}
.news-content{
	padding: 10px 0;
}
.titlefield{
	font-family: 'Comfortaa', cursive;
font-style: normal;
font-weight: normal;
font-size: 18px ;
line-height: 32px;
margin-bottom: 15px;
}
.titlefield a {
	text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-position: under;
    text-decoration-thickness: 2px;
}
.titlefield a:hover, .titlefield a:focus {
	text-decoration: underline;
    text-decoration-color: #ec962b;
    text-underline-position: under;
    text-decoration-thickness: 2px;
	color: #2c2c2c;
	transition: .2;
}
.blog-read-more{
	margin-bottom:15px;
	text-align:right;
	float:right;
	color:#2c2c2c;
}

.blog-read-more:after{
	content:"\f30b";
	font-family: 'font awesome 5 free';
font-weight: 900;
color: #ec962b;
}
.blog-read-more:hover, .blog-read-more:focus {
	opacity: .8;
}
.blog-right::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content:"";
	    background: rgba(0, 88, 47, .8);
    background: linear-gradient(-90deg, rgba(0, 88, 47, .4), rgba(0, 0, 0, 0.7));
	mix-blend-mode: multiply;
}
.overlay-blog{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	    background: rgba(0, 88, 47, .8);
    background: linear-gradient(-90deg, rgba(0, 88, 47, .4), rgba(0, 0, 0, 0.7));
	mix-blend-mode: multiply;
}

.footer-quote{
	background: #f2f0eb;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
	position: relative;
	height: 350px;
	margin:0px auto 100px;
}

.simple-caption {
	padding: 0;
	text-shadow: none;
	position: absolute;
	top: 55%;
	left: 50%;
	z-index:5;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
/*simple section*/
.simple-caption h2 {
    font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#000000;
	font-size: 36px;
	line-height: 54px;
	font-family: 'Comfortaa', cursive;
}

.qte-btn {
	width: 350px;
	color: #fff;
	font-size: 24px;
	line-height: 48px;
	font-weight: 400;
	border: none;
	background: #ec962b;
	height: 50px;
	font-family: 'Open Sans', sans-serif;
	margin: 40px auto;
}
.qte-btn a{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.qte-btn:hover, .qte-btn:focus {
	background: #bd7215;
	transition: .2s;
	color: #fff;
}
.inner-qte-bx{
	margin-top: 100px;
}
/* Carrier Slider */
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;

}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0;
	height: 110;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: default;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item img {
	cursor: default;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 100%;
}

footer {
	background: #045b32;
}
.footer-content h2 {
	font-family: 'Comfortaa', cursive;
	color:#fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 70px;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
}
.footer-content ul {
	list-style-type:none;
	padding:0;
}

.footer-content ul li a {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-position: under;
	text-decoration-thickness: 2px;
}

.footer-content ul li a:hover, .footer-content ul li a:focus, .footer-content ul li a.active {
	color:#fff;
	text-decoration: underline;
	text-decoration-color: #fbbd34;
	text-underline-position: under;
	text-decoration-thickness: 2px;
	transition: .2s;
}
.gmap {
	border: none;
    height: 147px;
    margin-bottom: 20px;
    width:100%;
}
.contact-info ul li {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	color:#fff;
	display:flex;
	text-align:left;
	letter-spacing: .05em;
}
.contact-info ul li a {
	font-size: 16px;
	line-height: 36px;
}
.contact-info span {
    display: block;
    overflow: visible;
}
.contact-info i {
	color:#fbbd34;
    float: left;
    font-size: 18px;
	line-height: 36px;
    margin-right: 10px;
    width: 18px;
}

.social_section{
	padding-left: 0px;
	float: right;
}
.social_section li{
	list-style-type: none;
	float: left;
	margin: 0 10px;
	width: 15px;
}
.social_section i{
	color: #fff;
	font-size: 17px;
	line-height: 20px;
	margin-right: 0px;
}
.social_section i:hover, .social_section li a:hover{
	color:#fff;
	opacity: .8;
}
.contact_right_side h2{
	font-size: 34px;
	font-weight: 700;
	
	margin-bottom: 5px;
}
/* Copyright Section */
.copyright {
	padding:50px 0 20px;
	text-align:center;
}
.copy-ul {
    list-style-type:none;
    padding:0;	
    text-align:center;
}
.footer-content h2 {
	margin-top: 30px;
}
.copy-ul li a, .copy-ul li  {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:18px;
	display:inline-block;
	line-height:18px;
	font-weight: 400;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-position: under;
	text-decoration-thickness: 2px;
}
.copy-ul li a:hover, .copy-ul li a:focus {
	color:#fff;
	transition: .2s;
	text-decoration: underline;
    text-decoration-color: #fbbd34;
    text-underline-position: under;
    text-decoration-thickness: 2px;
}
/* Breadcrumbs */
.right .breadcrumb, .breadcrumb {
    background: transparent;
    padding: 20px 0 10px;
	position: relative;
	margin-top: -88px;
	z-index: 1;
	margin-left: -30px;
}
.right .breadcrumb li, .breadcrumb li{
	font-family: 'Comfortaa', cursive;
	font-size:19px !important;
	line-height: 48px;
	color: #000;
	font-Style: normal;
	font-weight:normal;
}
.right .breadcrumb li a, .breadcrumb li a{
	color: #000;
	
}
.right .breadcrumb li .fas, .breadcrumb li .fas{
	font-size:19px;
	line-height: 48px;
	color: #ec962b;
}
.right .breadcrumb li a:hover, .right .breadcrumb li a:focus, .breadcrumb li a:hover, .breadcrumb li a:focus{
	color: #fbad49;
}
.right .breadcrumb > li + li::before, .breadcrumb > li + li::before {
    content: " ";
    padding: 0 5px 0 0;
}
.agency-list .breadcrumb {
    background: transparent;
    padding: 20px 0 10px;
	position: relative;
	margin-top: 5px;
	z-index: 1;
	margin-left: 0px;
}
.agency-list .breadcrumb .fas {
    color: #ec962b;
}
.agency-list .breadcrumb>li+li:before  {
    content:none;
}
.agency-list{
	margin-bottom: 100px;
}
/* Ada compliance fixes beings */ 
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.skip-to-content-link {
  background: #393939; /* change the bgcolor based on the template color*/
  color: #fff;
  height: 30px;
  right: 0%;
  padding: 7px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.4s;
  z-index:10;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
  color: #fff;
}
a:focus,.dropdown-toggle:focus{
	outline: auto 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
}
/* Ada compliance fixes end */ 





/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #28b9bf; /* change the bgcolor based on the template color*/
  color: #fff;
  height: 30px;
  right: 0%;
  padding: 7px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.4s;
  z-index:10;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
  color: #fff;
}
a:focus,.dropdown-toggle:focus{
	outline: auto 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
}

/* Ada compliance fixes end */ 
iframe#ccframe {
    width: 100%;
    border: 0;
    height: 1600px;
}
iframe#cpIframe {
    width: 100%;
    border: 0;
    height: 1800px;
}

iframe.contact-gmap {
    border: none;
    height: 201px;
    margin-bottom: 20px;
    width: 100%;
	border: 5px solid #ec962b;
}
.contact-section-info ul {
	padding-left: 0px;
	padding-top: 10px;
}

.agency {
    display: block;
    font-size: 16px;
	line-height: 24px;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}
.contact-section-info ul li {
    list-style-type: none;
}
.contact-section-info ul li, .contact-section-info ul li a {
    color: #000;
     font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}
.get_connected h2{
	font-size: 24px !important;
	line-height: 40px;
	font-family: 'Comfortaa', cursive;
	text-align: center;
	margin: 40px 0;
}

.carriers-box {
    background: #fff;
    filter: drop-shadow(2px 3px 3px #666);
   
    border: 1px solid #ccc;
    margin: 15px 0;
    min-height: 150px;
    padding: 10px;
    text-align: center;
}
.carriers-box img {
    margin: 0 auto;
}
.carriers-box h3 {
    color: #000;
}
.carriers-box p {
    color: #fff;
    text-align: left;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 40px;
    color: #000;
}
.ph-fix, .ph-fix a {
    color: #000 !important;
}
.carriers-box a.btn-customer {
    background: #fb9c28;
    border: 1px solid #fb9c28;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    height: auto;
    margin: 5% 0 0;
    padding: 3px 14px;
    width: 100%;
    line-height: 16px;
}
.carriers-box a.btn-customer:hover, .carriers-box a.btn-customer:focus {
    background: #e28513;
	border: 1px solid #e28513;
	transition: .2s;
}
.grid-divider h4 {
    color: #000;
    font-size: 24px;
}

.shadowed {
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    filter: drop-shadow(2px 3px 3px #666);
    padding: 10px;
    margin-bottom: 20px;
}
.email-form {
    width: 100%;
    height: 700px !important;
    border: 0;
}
iframe.jot-form {
    width: 100%;
    border: 0;
}
iframe.cont-form{
	width: 100%;
    border: 0;
   height: 520px !important;
}
/* Insurance Quotes */
.insurance_quotes_btn {
	margin-top: 40px;
}
div.insurance_quotes_btn button{
	color:#fff;
	padding: 10px 18px;
	font-size: 18px;
	border-radius: 0;
	border: 0;
	margin-bottom: 10px;
	text-align: left;
	background:#ec962b;
	width: 100%;
	display: flex;
}
div.insurance_quotes_btn button img{
	margin:5px 20px 5px 0px;
}
div.insurance_quotes_btn button span{
	display: flex;
	align-items: center;
	margin-left: 10px;
	line-height:35px;
}
div.insurance_quotes_btn button:hover, div.insurance_quotes_btn button:focus{
	background: #bd7215;
    transition: all .3s;
}
/* Blur-zoom Container */
.img-hover-zoom--blur img {
  transition: transform 1s, filter 2s ease-in-out;
  filter: blur(2px);
  transform: scale(1.2);
}


/* Main Baner Overlay */
.main_banner_inner{
	position: relative;
overflow: hidden;
}
.main_banner_inner::after {
	content: "";
	position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
    background: rgba(0, 88, 47, .8);
    background: linear-gradient(-90deg, rgba(0, 88, 47, .4), rgba(0, 0, 0, 0.7));
mix-blend-mode: multiply;
}

/* Scroll Animation */
.services_container,.mobile-container,.footer-section{
	-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
/*margin-top:30px;*/
}
.services_container.active,.mobile-container.active,.footer-section.active{
margin-top:0px;	
}
.left,.blog-right{
	transform: scale(1);
	z-index:-1;
	
}
.right.active,.left.active,.blog-left.active,.blog-right.active{
	transform: scale(1.05);
	position:relative;
	-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.left.active{
	margin-right:-15px;
}
.blog-left.active{
	margin-right:-15px;
}
.blog-right.active{
	margin-right:15px;
}
.right.active{
	margin-left:-15px;
}
section {
  
  filter: opacity(0);
  -webkit-filter: opacity(0);
  
}
section.active {
        filter: opacity(1);
  -webkit-filter:opacity(1);
  transition: all 2000ms;
  
      }
	  
	  .carousel-item {
	
	-webkit-backface-visibility: visible;
	        backface-visibility: visible;
}

.carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 0;
	
	
	
    text-align: left;
	padding: 0px 40px;
	width: 70%;
	bottom: 40px;
}

.carousel-caption h2{
	color: #fff;
	font-size: 36px;
	line-height:40px;
	margin-bottom:20px;
	margin-top: 10px;
	padding:0px;
}
.carousel-caption p{
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	font-Weight: 400;
	font-Style: normal;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
}
.carousel-caption p + a{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-Weight: 400;
	font-Style: normal;
	color: #fff;
}
.carousel-caption .fas {
    color: #ec962b;
}
.carousel-caption p + a:hover, .carousel-caption p + a:focus {
	text-decoration: underline;
    text-decoration-color: #ec962b;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
.stats-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
.stat-box {
    flex: 1;
    background: #1b8151;
    border-radius: 8px;
    text-align: center;
    padding: 25px 15px;
    border: 1px solid #eee;
}
.stat-box h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
	color:#fff;
}
.stat-box p {
    margin: 5px 0 0;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
	color:#fff;
}
.navbar-default .navbar-nav .dropdown-menu li a.submenu-link.active {
	background: transparent !important;
	color: #2c2c2c;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-decoration-color: #ec962b;
	text-underline-position: under;
}
.navbar-default .navbar-nav .dropdown-menu li a.submenu-link {
	padding-left: 0px;
	color: #000;
	margin-left: -14px;
}
a.submenu-link {
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}
.dropdown-menu {
	padding: 0px;
	min-width: 210px;
}
.dropdown-menu.comm-drop {
	margin-left: 0px;
}
.left h1 {
	color: #000;
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	width: 390px;
	padding: 0px 10px;
}
.left {
	width: 40%;
}
.right.active, .left.active, .blog-left.active, .blog-right.active {
	transform: scale(1.05);
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.left.active {
	margin-right: -15px;
	z-index: 0;
}
.index .aligner i {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}
.carousel-caption a{
	color:#fff;
}
.carousel-caption a:hover{
	color:#ec962b;
}

.adv-card {
    background: #f7f7f7;
    border: 2px solid #e6a34a;
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 20px;
}

.adv-card .icon {
    font-size: 38px;
    color: #e6a34a;   /* Same orange for ALL icons */
    margin-bottom: 20px;
}

.adv-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

.adv-card p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}
.mission-green-section {
    background: #2f6b3f;   /* Deep green background */
    color: #ffffff;
    padding: 80px 20px;
    text-align: center;
}

.mission-container {
    max-width: 1000px;
    margin: 0 auto;
}

/* Small Top Line */
.mission-subtitle {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    opacity: 0.9;
}

/* Large Heading */
.mission-title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 30px;
	margin-top:0 !important;
}

.mission-btn {
	display: inline-block;
	background: #2f6b3f;
	color: #fff;
	padding: 12px 28px;
	text-decoration: none;
	font-weight: 600;
	border-radius: 4px;
	margin-bottom: 50px;
	transition: 0.3s ease;
}

.mission-btn:hover, .mission-btn:focus {
    background: #3d8450;
	color: #fff;
}

/* Mission Content */
.mission-content h3 {
    font-size: 22px;
    margin-bottom: 20px;
	color: #fff;
}

.mission-content p {
    font-size: 18px;
    line-height: 1.7;
    max-width: 850px;
    margin: 0 auto 50px;
	color: #fff;
}

/* 3 Values Row */
.mission-values {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.mission-values .value {
    font-size: 18px;
    font-weight: 600;
    border-top: 2px solid #ffffff;
    padding-top: 15px;
    min-width: 220px;
}
.mission-cmn{
	width:300px;
	background-color:#fff;
	text-align:center;
	margin:0 auto;
}
.mission-cmn i{
	color: #2f6b3f;
	font-size:24px;
	margin:20px;
}
.bbb-logo{
	    padding: 10px;
    background: #fff;
    width: 200px;
    box-shadow: 1px 1px 3px #000;
	border-radius:12px;
}

/* Google Review Widget */
.grw-review-btn,
.grw-view-all-btn {
	color: #000 !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #045b32!important;
	font-style: normal;
}

.grw-business-footer p {
	line-height: 24px !important;
}

.grw-business-footer p {
	text-align: center !important;
}

.grw-theme-dark .grw-slider-nav a.grw-slide-current {
	background-color: #045b32!important;
}

.grw-business-name a,
.grw-business-name a:visited,
.grw-author {
	color: #000 !important;
}

.grw-business-header {
	border-bottom: 3px solid #ec962b !important;
}
.grw-total-reviews, .grw-theme-dark .rm-link {
    color: #666!important;
}
.grw-review-btn:hover {
  background: #f5a83d;
    background-color: rgb(230, 164, 74);
  opacity: 0.9;
  color: #000;
}
.dropdown-submenu:focus-within > .dropdown-menu { display: block; } 
/* Typography */
p{
		color:#393939;
		font-size:18px;
		line-height:36px;
		margin-bottom: 20px;
}
a{
		color:#2c2c2c;
		display: inline-block;
}
a{
	outline: none;
	border: 0;
	
}
a:hover{
		text-decoration: none;
		color: #ec962b;
		outline: none;
}
a:focus{
		text-decoration: none;
		
}
a:focus, .dropdown-toggle:focus{
	outline: none !important;
}
hr{
	border-top: 1px solid #C4C4C4;
}
/* Header */
header
{
	position:relative;
	margin-bottom: 0px;
}

/* Top Bar */
header .top-ribbon{
	background-color: #004022;
	width: 100%;
	
}
.top-ribbon .fas {
    color: #fdb718;
}
.wrapper{
		display: block;
		overflow-x:hidden;
	}
/* Top Navigation */
.top_info_line{
	display: flex;
	float: right;
	justify-content: center;
	text-align: center;
	padding: 5px 0;
}
.top_info_line ul{
	margin: 0;
	padding: 0;	
}
.top_info_line ul li {
	color: #fff;
	float: left;
	list-style-type: none;
	margin:0;
	padding: 5px 30px;
	font-size:18px;
	line-height: 20.07px;
}
.top_info_line ul li a{
	color: #fff;
	
}
.top_info_line ul li a:hover, div.top_info_line ul li a:focus {
	opacity: 0.8;
	text-decoration: none;
}
.top_info_line ul li:nth-child(1), div.top_info_line ul li:nth-child(2){
	border-right: 1px solid #00582f;
	
}
.top_info_line ul li:nth-child(3){
	padding: 5px 10px 5px 30px;
}
.top_info_line ul li:nth-child(4), .top_info_line ul li:nth-child(5), div.top_info_line ul li:nth-child(6), .top_info_line ul li:nth-child(7){
	padding: 5px 10px;
}
.top_info_line ul li a.active{
	color:#fff;
    opacity:.8;
	text-decoration: none;
}
/* Logo And Navigation */
.logo_area {
    
    padding: 60px 0;
    
}
.navigation_container {
  display: flex; /* or inline-flex */
 flex-direction: row;
 flex-wrap: nowrap;
}
.navigation_items{
	display: flex;
  align-items: center;
}

.navbar-default{
	
}
nav.navbar-default {
    float: right;
    margin-bottom: 0px;
    background-color: transparent;
    border-color: transparent;
    width: 100%;
    min-height: 0px;
}
ul.navbar-nav {
    float: none;
    margin: 7.5px -25px;
    display: flex;
    justify-content: flex-end;
	align-items: center;
	
}
ul.navbar-nav li{
	
	flex: auto;
	text-align: center;
}

.navbar-default .navbar-nav > li > a {
   color:#000;
   font-size: 18px;
   line-height: 24px;
   font-weight:400;
   padding: 0;
   display: inline;
   text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-position: under;
    text-decoration-thickness: 2px;
}
.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color:#000;
	text-decoration: underline;
    text-decoration-color: #ec962b;
    text-underline-position: under;
    text-decoration-thickness: 2px;
	transition:.2s;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color:#000;
	text-decoration: underline;
    text-decoration-color: #ec962b;
    text-underline-position: under;
    text-decoration-thickness: 2px;
	transition:.2s;
    background-color: transparent;
}
.dropdown-menu{
	border: 1px solid #C4C4C4;
	box-shadow: none;
	border-radius: 0;
	margin-left: 35px;
}
.dropdown-menu > li > a{
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-position: under;
    text-decoration-thickness: 2px;
    color: #000;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a.active {
    color: #000;
	text-decoration: underline;
    text-decoration-color: #ec962b;
    text-underline-position: under;
    text-decoration-thickness: 2px;
	transition:.2s;
    background-color: transparent;
}
ul.navbar-nav ul.dropdown-menu li:nth-child(3) {
    border-right: none;
}
.my-account{
	margin: 7.5px -25px;
	display: flex;
	justify-content: space-around;
}
.my-account li{
	list-style-type: none;
}
.my-account li a{
	 color:#000;
   font-size: 28px;
   line-height: 38.4px;
   font-weight:400;
   padding: 0;
}

#myCarousel img{
	min-height:100%;
	height: 350px;
}
/*.carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 30px;
    text-align: left;
	padding: 40px 40px 20px 40px;
	width: 70%;
}
.carousel-caption h2,.carousel-inner .right h2,.carousel-inner .left h2{
	color: #fff;
	font-size: 36px;
	line-height:40px;
	margin-bottom:20px;
	margin-top: 10px;
	padding:0px;
}
.carousel-caption p,.carousel-inner .right p,.carousel-inner .left p{
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	font-Weight: 400;
	font-Style: normal;
	font-family: 'Open Sans', sans-serif;
}
.carousel-caption p + a{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-Weight: 400;
	font-Style: normal;
}*/
.main_banner_sections_inner img{
	height: 350px;
}
.ins-boxes1 {
  display: flex;
  align-content: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  box-sizing: border-box;
  justify-content: space-between;
 margin: 25px 25px 25px 0;
}
.inner-box{
	 display: flex;
	 justify-content: left;
}
.inner-box h2{
	color: #000;
font-style: normal;
font-size: 44px;
line-height: 48px;
margin-top: 35px;
margin-left: 15px;
}
.inner-box h2.long_text {
	font-size: 38px;
}
.box-grid {
  background-color: #004022;
  width: 100px;
  height:100px;
  border-radius: 50%;
  margin: 0.5em;
 box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.ins-boxes.index .box-grid:hover, .ins-boxes.index .box-grid:focus {
     background: #00582f;
} 
.aligner i {
  font-size: 48px;
  line-height: 55.2px;
  color: #fff;
}
.aligner i.fa-car{
	 font-size: 64px;
  line-height: 73.6px;
}
.box-grid.active{
	background: #00582f;
}
.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  flex-direction: column;
}

.quote-box{
	padding: 62px 54px;
	background: #f2f0eb;
	box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.3);
	height: 450px;
	position: absolute;
	bottom: -164px;
	text-align: center;
	right: 20px;
}
.index-box{
	bottom: 0px;
}

.quote-box h2{
	font-family: 'Comfortaa', cursive;
	font-weight: 400;
	font-size: 36px;
	line-height: 48px;
	margin-top: 0px;
}
.quote-box p{
	font-family: 'Open Sans', sans-serif;
	font-family: 400;
	font-size: 16px;
	line-height: 32px;
}
select {
    width: 350px;
height: 50px;
border-radius: 0px;
margin-bottom: 20px;
color: #393939;
padding-left: 15px;
font-size: 18px;
line-height: 24.51px;
font-weight: 400;
border: 1px solid #2C2C2C;
font-family: 'Open Sans', sans-serif;
}
.quote-box button{
	background: #fdb718;
    background: linear-gradient(90deg, #fdb718, #f79222);
border: 1px solid #ec962b;
color: #1a1a1a;

width: 350px;

border-radius: 0;
height: 50px;
font-weight: 400;
font-size: 24px;
line-height: 36px;
}
.quote-box a.new-btn{
background: #fdb718;
    background: linear-gradient(90deg, #fdb718, #f79222);
    border: 1px solid #ec962b;
    color: #1a1a1a;

width: 350px;

border-radius: 0;
height: 50px;
font-weight: 400;
font-size: 24px;
line-height: 50px;
}
.quote-box a.new-btn:hover, .quote-box a.new-btn:focus {
    background: #f79222;
    background: linear-gradient(0deg, #fdb718, #f79222);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    color: #1a1a1a;
}
.quote-box button:hover, .quote-box button:focus {
background: #f79222;
    background: linear-gradient(0deg, #fdb718, #f79222);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	color: #1a1a1a;
    border:none;
}
.jot-quote-box{
	padding: 135px 54px;
}


.content-section{
	margin: 160px auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.left{
	width: 40%;
	
}
.left h1{
	font-family: 'Comfortaa', cursive;
	color: #000;
	font-size: 26px;
	line-height: 34px;
	text-align: center;
	font-weight: 400;
	margin-top: 0px;
	margin-left: 0px;
	width: 375px;
    
}
.left h1 a{
	font-family: 'Comfortaa', cursive;
	color: #000;
	font-size: 26px;
	line-height: 34px;
	text-align: center;
	font-weight: 400;
	margin-top: 0px;
	margin-left: 15px;
	
}
.left h1 a:hover, .left h1 a:focus {
    color: #666;
}
.left img{
	width: 400px;
    object-fit: cover;
	object-position: left;
}
.carousel .left img{
	width: 100%;
    object-fit: cover;
	object-position: left;
}
.leftimgcontain:after {
	content:" ";
	left: 0;
	top: inherit;
	position: absolute;
	width: 100%;
	height: inherit;
	    background: rgba(0, 88, 47, .8);
    background: linear-gradient(-90deg, rgba(0, 88, 47, .4), rgba(0, 0, 0, 0.7));
    mix-blend-mode: multiply;
}
.inner-page-content img{
	height: 668px;
}
.inner-page-content .right{
	padding: 0px 30px 20px;
}
.inner-page-content h2{
	line-height: 28px;
	font-weight: 700;
	font-style: normal;
	margin: 0;
}
.right{
	width: 60%;
	box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.3);
	padding: 20px 30px;
	background: #f2f0eb;
}
.right h2{
	font-family: 'Comfortaa', cursive;
	font-size: 24px;
	line-height: 32px;
	margin-top: 0;
	margin-bottom: 12px;
}
.right h2, .right h3, .right h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.right h3 {
    font-size: 20px;
	line-height: 28px;
}
.right h4 {
    font-size: 18px;
	line-height: 24px;
}
.right ul {
    margin: 20px 0;
    padding-left: 20px;
}
.right ul li {
    margin-bottom: 10px;
}
.right ul li::marker {
    color: #ec962b;
}
.right p, .right a, .right ul li{
	font-family: 'Open Sans', sans-serif;
	font-family: 700;
	font-size: 16px;
	line-height: 32px;
	color: #000000;
}
.right ul li {
    line-height: 24px;
}
a.lnk, a.lnk:hover, a.lnk:focus {
    font-weight: 400;
    text-decoration: underline;
    text-decoration-color: #004022;
    font-family: 'Comfortaa', cursive;
    text-underline-position: under;
}
a.lnk:hover, a.lnk:focus {
   opacity:.8;
}
.services_container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row;
  justify-content: space-around;
}
.services_container ul{
	padding-left: 20px;
}
.services_item {
  background: #f2f0eb;
  padding:  23px;
  width: 330px;
  height: 690px;
  overflow: hidden;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
 
}

.services_item h2 {
  font-family: "Cormorant Garamond", serif;
  color: #000;
  text-align: center;
  font-size:28px;
  line-height: 36px;
 
}

.services_item ul li{
	font-family: 'Comfortaa', cursive;
  color: #000;
   font-size:16px;
   line-height: 48px;
  font-weight: 400;
  
}
.services_item ul li::marker {
    color: #ec962b;
}
.services_item ul li a {
	text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-position: under;
    text-decoration-thickness: 2px;
    transition: .2s;
    color: #000;
}
.services_item ul li a:hover, .services_item ul li a:focus {
	text-decoration: underline;
    text-decoration-color: #ec962b;
    text-underline-position: under;
    text-decoration-thickness: 2px;
    transition: .2s;
	color: #000;
}
#Carousel p{
	font-size: 14px;
	line-height: 32px;
}
#Carousel p span{
	font-size: 18px;
	line-height: 24px;
}
.carousel-inner .right,.carousel-inner .left{
	width:auto;
	box-shadow:none;
	padding:0px;
	background:none;
	margin:0px;
}


.carousel-inner .right.active{
-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);transition:transform .6s ease-in-out;
}
.carousel-inner .left.active{
-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);transition:transform .6s ease-in-out;
}
.aligner a{
	width:100%;
	height:100%;
	position:relative;
}
.service_bg{
	width: 100%;
	height: 690px;
	background: url(../img/featured-service-section.png);
	position: relative;
	overflow: hidden;
	border-bottom: 105px solid #f8d070;
    border-image: linear-gradient(90deg, #fdb718, #f79222)1;
}
.overlay, .overlay-mobile {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 88, 47, .8);
    background: linear-gradient(-90deg, rgba(0, 88, 47, .4), rgba(0,0,0,0.7));
	mix-blend-mode: darken;
    pointer-events:none;
}
.overlay-mobile {
	z-index: -1;
}
.service-section{
	position:relative;
	margin-bottom: 80px;
}
.services_container {
	padding: 0;
	text-shadow: none;
	position: absolute;
	top: 60%;
	left: 50%;
	z-index:5;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 0px 25px;
	width: 100%;
}

.blog-section{
	margin: 100px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog-left{
	width: 957px;
	height: 933px;
	background:#f2f0eb;
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 1;
	
}
.blog-left h2{
	font-family: 'Comfortaa', cursive;
	color: #000;
	font-weight: 400;
	font-size: 36px;
	line-height: 48px;

	margin-top: -78px;
	margin-left: 25%;
}
.whatsnew{
	padding: 40px 35px;
}
.news-list{
	padding: 0px;
	clear:both;
}
.blog-left h2 span{
	background: #fff;
	width: 90%;
	display: block;
}
.blog-right{
	width: 457px;
	
	position: relative;
overflow: hidden;
	height: 1133px;
	margin-left: -267px;
	
}
.descriptionfield p{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 32px;
}
.descriptionfield p+p{
	display: none;
}
.datefield{
	font-family: 'Comfortaa', cursive;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 32px;
	color: #2c2c2c;
	text-decoration: underline;
	text-decoration-color: #ec962b;
	text-underline-position: under;
	text-decoration-thickness: 2px;
}
.news-content{
	padding: 10px 0;
}
.titlefield{
	font-family: 'Comfortaa', cursive;
font-style: normal;
font-weight: normal;
font-size: 18px ;
line-height: 32px;
margin-bottom: 15px;
}
.titlefield a {
	text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-position: under;
    text-decoration-thickness: 2px;
}
.titlefield a:hover, .titlefield a:focus {
	text-decoration: underline;
    text-decoration-color: #ec962b;
    text-underline-position: under;
    text-decoration-thickness: 2px;
	color: #2c2c2c;
	transition: .2;
}
.blog-read-more{
	margin-bottom:15px;
	text-align:right;
	float:right;
	color:#2c2c2c;
}

.blog-read-more:after{
	content:"\f30b";
	font-family: 'font awesome 5 free';
font-weight: 900;
color: #ec962b;
}
.blog-read-more:hover, .blog-read-more:focus {
	opacity: .8;
}
.blog-right::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content:"";
	    background: rgba(0, 88, 47, .8);
    background: linear-gradient(-90deg, rgba(0, 88, 47, .4), rgba(0, 0, 0, 0.7));
	mix-blend-mode: multiply;
}
.overlay-blog{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	    background: rgba(0, 88, 47, .8);
    background: linear-gradient(-90deg, rgba(0, 88, 47, .4), rgba(0, 0, 0, 0.7));
	mix-blend-mode: multiply;
}

.footer-quote{
	background: #f2f0eb;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
	position: relative;
	height: 350px;
	margin:0px auto 100px;
}

.simple-caption {
	padding: 0;
	text-shadow: none;
	position: absolute;
	top: 55%;
	left: 50%;
	z-index:5;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
/*simple section*/
.simple-caption h2 {
    font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#000000;
	font-size: 36px;
	line-height: 54px;
	font-family: 'Comfortaa', cursive;
}

.qte-btn {
	width: 350px;
	color: #1a1a1a;
	font-size: 24px;
	line-height: 48px;
	font-weight: 400;
	border: none;
	background: #fdb718;
    background: linear-gradient(90deg, #fdb718, #f79222);
	height: 50px;
	font-family: 'Open Sans', sans-serif;
	margin: 40px auto;
}
.qte-btn a{
	color: #1a1a1a;
	font-family: 'Open Sans', sans-serif;
    width: 100%;
}
.qte-btn:hover, .qte-btn:focus {
	background: #f79222;
    background: linear-gradient(0deg, #fdb718, #f79222);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	color: #1a1a1a;
}
.inner-qte-bx{
	margin-top: 100px;
}
/* Carrier Slider */
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;

}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0;
	height: 110px;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: default;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item img {
	cursor: default;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 100%;
}

footer {
	background: #004022;
}
.footer-content h2 {
	font-family: "Cormorant Garamond", serif;
	color:#fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 70px;
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
}
.footer-content ul {
	list-style-type:none;
	padding:0;
}

.footer-content ul li a {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-position: under;
	text-decoration-thickness: 2px;
}

.footer-content ul li a:hover, .footer-content ul li a:focus, .footer-content ul li a.active {
	color:#fff;
	text-decoration: underline;
	text-decoration-color: #fbbd34;
	text-underline-position: under;
	text-decoration-thickness: 2px;
	transition: .2s;
}
.gmap {
	border: none;
    height: 147px;
    margin-bottom: 20px;
    width:100%;
}
.contact-info ul li {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	color:#fff;
	display:flex;
	text-align:left;
	letter-spacing: .05em;
}
.contact-info ul li a {
	font-size: 16px;
	line-height: 24px;
}
.contact-info span {
    display: block;
    overflow: visible;
}
.contact-info i {
	color:#fbbd34;
    float: left;
    font-size: 18px;
	line-height: 36px;
    margin-right: 10px;
    width: 18px;
}

.social_section{
	padding-left: 0px;
	float: right;
}
.social_section li{
	list-style-type: none;
	float: left;
	margin: 0 10px;
	width: 15px;
}
.social_section i{
	color: #fff;
	font-size: 17px;
	line-height: 20px;
	margin-right: 0px;
}
.social_section i:hover, .social_section li a:hover{
	color:#fff;
	opacity: .8;
}
.contact_right_side h2{
	font-size: 34px;
	font-weight: 700;
	
	margin-bottom: 5px;
}
/* Copyright Section */
.copyright {
	padding:50px 0 20px;
	text-align:center;
}
.copy-ul {
    list-style-type:none;
    padding:0;	
    text-align:center;
}
.footer-content h2 {
	margin-top: 30px;
}
.copy-ul li a, .copy-ul li  {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:18px;
	display:inline-block;
	line-height:18px;
	font-weight: 400;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-position: under;
	text-decoration-thickness: 2px;
}
.copy-ul li a:hover, .copy-ul li a:focus {
	color:#fff;
	transition: .2s;
	text-decoration: underline;
    text-decoration-color: #fbbd34;
    text-underline-position: under;
    text-decoration-thickness: 2px;
}
/* Breadcrumbs */
.right .breadcrumb, .breadcrumb {
    background: transparent;
    padding: 20px 0 10px;
	position: relative;
	margin-top: -65px;
	z-index: 1;
	margin-left: -30px;
}
.right .breadcrumb li, .breadcrumb li{
    font-family: 'Open Sans', sans-serif;
	font-size:16px !important;
	line-height: 48px;
	color: #000;
	font-Style: normal;
	font-weight:normal;
}
.right .breadcrumb li a, .breadcrumb li a{
	color: #000;
	
}
.right .breadcrumb li .fas, .breadcrumb li .fas{
	font-size:19px;
	line-height: 48px;
	color: #ec962b;
}
.right .breadcrumb li a:hover, .right .breadcrumb li a:focus, .breadcrumb li a:hover, .breadcrumb li a:focus{
	color: #fbad49;
}
.right .breadcrumb > li + li::before, .breadcrumb > li + li::before {
    content: " ";
    padding: 0 5px 0 0;
}
.agency-list .breadcrumb {
    background: transparent;
    padding: 20px 0 10px;
	position: relative;
	margin-top: 5px;
	z-index: 1;
	margin-left: 0px;
}
.agency-list .breadcrumb .fas {
    color: #ec962b;
}
.agency-list .breadcrumb>li+li:before  {
    content:none;
}
.agency-list{
	margin-bottom: 100px;
}
/* Ada compliance fixes beings */ 
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.skip-to-content-link {
  background: #393939; /* change the bgcolor based on the template color*/
  color: #fff;
  height: 30px;
  right: 0%;
  padding: 7px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.4s;
  z-index:10;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
  color: #fff;
}
a:focus,.dropdown-toggle:focus{
	outline: auto 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
}
/* Ada compliance fixes end */ 





/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #28b9bf; /* change the bgcolor based on the template color*/
  color: #fff;
  height: 30px;
  right: 0%;
  padding: 7px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.4s;
  z-index:10;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
  color: #fff;
}
a:focus,.dropdown-toggle:focus{
	outline: auto 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
}

/* Ada compliance fixes end */ 
iframe#ccframe {
    width: 100%;
    border: 0;
    height: 1600px;
}
iframe#cpIframe {
    width: 100%;
    border: 0;
    height: 1800px;
}

iframe.contact-gmap {
    border: none;
    height: 201px;
    margin-bottom: 20px;
    width: 100%;
	border: 5px solid #ec962b;
}
.contact-section-info ul {
	padding-left: 0px;
	padding-top: 10px;
}

.agency {
    display: block;
    font-size: 16px;
	line-height: 24px;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}
.contact-section-info ul li {
    list-style-type: none;
}
.contact-section-info ul li, .contact-section-info ul li a {
    color: #000;
     font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}
.get_connected h2{
	font-size: 24px !important;
	line-height: 40px;
	font-family: 'Comfortaa', cursive;
	text-align: center;
	margin: 40px 0;
}

.carriers-box {
    background: #fff;
    filter: drop-shadow(2px 3px 3px #666);
   
    border: 1px solid #ccc;
    margin: 15px 0;
    min-height: 150px;
    padding: 10px;
    text-align: center;
}
.carriers-box img {
    margin: 0 auto;
}
.carriers-box h3 {
    color: #000;
}
.carriers-box p {
    color: #fff;
    text-align: left;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 40px;
    color: #000;
}
.ph-fix, .ph-fix a {
    color: #000 !important;
}
.carriers-box a.btn-customer {
    background: #fb9c28;
    border: 1px solid #fb9c28;
    border-radius: 0;
    color: #1a1a1a;
    font-size: 14px;
    height: auto;
    margin: 5% 0 0;
    padding: 3px 14px;
    width: 100%;
    line-height: 16px;
}
.carriers-box a.btn-customer:hover, .carriers-box a.btn-customer:focus {
    background: #e28513;
	border: 1px solid #e28513;
	transition: .2s;
}
.grid-divider h4 {
    color: #000;
    font-size: 24px;
}

.shadowed {
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    filter: drop-shadow(2px 3px 3px #666);
    padding: 10px;
    margin-bottom: 20px;
}
.email-form {
    width: 100%;
    height: 700px !important;
    border: 0;
}
iframe.jot-form {
    width: 100%;
    border: 0;
}
iframe.cont-form{
	width: 100%;
    border: 0;
   height: 520px !important;
}
/* Insurance Quotes */
.insurance_quotes_btn {
	margin-top: 40px;
}
div.insurance_quotes_btn button{
	color:#fff;
	padding: 10px 18px;
	font-size: 18px;
	border-radius: 0;
	border: 0;
	margin-bottom: 10px;
	text-align: left;
	background:#004022;
	width: 100%;
	display: flex;
}
div.insurance_quotes_btn button img{
	margin:5px 20px 5px 0px;
}
div.insurance_quotes_btn button span{
	display: flex;
	align-items: center;
	margin-left: 10px;
	line-height:35px;
}
div.insurance_quotes_btn button:hover, div.insurance_quotes_btn button:focus{
	background: #00582f;
    transition: all .3s;
}
/* Blur-zoom Container */
.img-hover-zoom--blur img {
  transition: transform 1s, filter 2s ease-in-out;
  filter: blur(2px);
  transform: scale(1.2);
}


/* Main Baner Overlay */
.main_banner_inner{
	position: relative;
overflow: hidden;
}
.main_banner_inner::after {
	content: "";
	position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 88, 47, .8);
    background: linear-gradient(-90deg, rgba(0, 88, 47, .4), rgba(0,0,0,0.4));
	mix-blend-mode: darken;
pointer-events:none;
}

/* Scroll Animation */
.services_container,.mobile-container,.footer-section{
	-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
/*margin-top:30px;*/
}
.services_container.active,.mobile-container.active,.footer-section.active{
margin-top:0px;	
}
.left,.blog-right{
	transform: scale(1);
	z-index:-1;
	
}
.right.active,.left.active,.blog-left.active,.blog-right.active{
	transform: scale(1.05);
	position:relative;
	-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.left.active{
	margin-right:-15px;
}
.blog-left.active{
	margin-right:-15px;
}
.blog-right.active{
	margin-right:15px;
}
.right.active{
	margin-left:-15px;
}
section {
  
  filter: opacity(0);
  -webkit-filter: opacity(0);
  
}
section.active {
        filter: opacity(1);
  -webkit-filter:opacity(1);
  transition: all 2000ms;
  
      }
	  
	  .carousel-item {
	
	-webkit-backface-visibility: visible;
	        backface-visibility: visible;
}

.carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 0;
	
	
	
    text-align: left;
	padding: 0px 40px;
	width: 70%;
	bottom: 40px;
}

.carousel-caption h2{
	color: #fff;
	font-size: 36px;
	line-height:40px;
	margin-bottom:20px;
	margin-top: 10px;
	padding:0px;
}
.carousel-caption p{
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	font-Weight: 400;
	font-Style: normal;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
}
.carousel-caption p + a{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-Weight: 400;
	font-Style: normal;
	color: #fff;
}
.carousel-caption .fas {
    color: #ec962b;
}
.carousel-caption p + a:hover, .carousel-caption p + a:focus {
	text-decoration: underline;
    text-decoration-color: #ec962b;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
.stats-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
.stat-box {
    flex: 1;
    background: #1b8151;
    border-radius: 8px;
    text-align: center;
    padding: 25px 15px;
    border: 1px solid #eee;
}
.stat-box h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
	color:#fff;
}
.stat-box p {
    margin: 5px 0 0;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
	color:#fff;
}
.dropdown-menu>.active>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a.active,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus, .dropdown-submenu .submenu-wrapper:hover, .dropdown-submenu .submenu-wrapper:focus, .dropdown-submenu.active .submenu-wrapper {
	background: transparent!important;
	color: #000;
    text-decoration: underline;
    text-decoration-color: #dc9636;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}

.dropdown-submenu a:hover, .dropdown-submenu a:hover {
	text-decoration:none;
}

.dropdown-menu {
	padding: 0px;
	min-width: 210px;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 3px;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background: transparent;
	    color: #000;
    text-decoration: underline;
    text-decoration-color: #dc9636;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 11px;
}

.dropdown-submenu:focus-within > .dropdown-menu { display: block; }

	.dropdown-submenu .dropdown-menu {
		top: 0;
		left: 87%;
		margin-top: -1px;
		display: none;
		position: absolute;
		background: #fff;
		background: linear-gradient(-90deg, #fff, #f2f0eb);
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		color: #fff;
	}

	.dropdown-submenu {
		position: relative;
	}
	.navbar-default .navbar-nav .dropdown-menu li a.submenu-link:hover{
		text-decoration: underline;
    text-decoration-color: #dc9636;
    text-decoration-thickness: 2px;
    text-underline-position: under;
	}

	.navbar-default .navbar-nav .dropdown-menu .dropdown-submenu i {
		padding: 7px 4px;
		color: #172133;
	}
	
	.navbar-default .navbar-nav .dropdown-menu li a.submenu-link.active{
	background: transparent!important;
color: #2c2c2c;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #dc9636;
    text-underline-position: under;
}
.dropdown-submenu:focus-within > .dropdown-menu { display: block; } 
a.submenu-link{
	text-align: left;
  font-size: 20px;
  line-height: 30px;
}
.navbar-default .navbar-nav .dropdown-menu .dropdown-submenu i:hover{
	background: transparent !important;
  color: #2c2c2c;
  text-decoration: underline;
    text-decoration-color: currentcolor;
    text-decoration-thickness: auto;
  text-decoration-color: #fff;
  text-decoration-thickness: 2px;
  text-underline-position: under;
}


.dropdown-submenu .submenu-wrapper:hover, .dropdown-submenu .submenu-wrapper:focus, .dropdown-submenu.active .submenu-wrapper {
	background: transparent!important;
	color: #2c2c2c;
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
.dropdown-menu.comm-drop{
	margin-left: 0px;
}
.left h1 {
	color: #000;
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	width: 390px;
	padding: 0px 10px;
}
.left {
	width: 40%;
}
.right.active, .left.active, .blog-left.active, .blog-right.active {
	transform: scale(1.05);
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.left.active {
	margin-right: -15px;
	z-index: 0;
}
.index .aligner i {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}
.carousel-caption a{
	color:#fff;
}
.carousel-caption a:hover{
	color:#ec962b;
}

.adv-card {
    background: #f7f7f7;
    border: 2px solid #e6a34a;
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 20px;
}

.adv-card .icon {
    font-size: 38px;
    color: #e6a34a;   /* Same orange for ALL icons */
    margin-bottom: 20px;
}

.adv-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

.adv-card p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}
.mission-green-section {
    background: #2f6b3f;   /* Deep green background */
    color: #ffffff;
    padding: 80px 20px;
    text-align: center;
}

.mission-container {
    max-width: 1000px;
    margin: 0 auto;
}

/* Small Top Line */
.mission-subtitle {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    opacity: 0.9;
}

/* Large Heading */
.mission-title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 30px;
	margin-top:0 !important;
}

.right a.mission-btn {
	display: inline-block;
	background: #2f6b3f;
	color: #fff;
	padding: 12px 28px;
	text-decoration: none;
	font-weight: 600;
	border-radius: 4px;
	margin-bottom: 50px;
	transition: 0.3s ease;
}

.right a.mission-btn:hover, .right a.mission-btn:focus {
    background: #3d8450;
	color: #fff;
}

/* Mission Content */
.mission-content h3 {
    font-size: 22px;
    margin-bottom: 20px;
	color: #fff;
}

.mission-content p {
    font-size: 18px;
    line-height: 1.7;
    max-width: 850px;
    margin: 0 auto 50px;
	color: #fff;
}

/* 3 Values Row */
.mission-values {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.mission-values .value {
    font-size: 18px;
    font-weight: 600;
    border-top: 2px solid #ffffff;
    padding-top: 15px;
    min-width: 220px;
}
.mission-cmn{
	width:300px;
	background-color:#fff;
	text-align:center;
	margin:0 auto;
}
.mission-cmn i{
	color: #2f6b3f;
	font-size:24px;
	margin:20px;
}
.bbb-logo{
	    padding: 10px;
    background: #fff;
    width: 200px;
    box-shadow: 1px 1px 3px #000;
	border-radius:12px;
}

/* Google Review Widget */
.grw-review-btn,
.grw-view-all-btn {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #045b32!important;
	font-style: normal;
}

.grw-business-footer p {
	line-height: 24px !important;
}

.grw-business-footer p {
	text-align: center !important;
}

.grw-theme-dark .grw-slider-nav a.grw-slide-current {
	background-color: #045b32!important;
}

.grw-business-name a,
.grw-business-name a:visited,
.grw-author {
	color: #000 !important;
}

.grw-business-header {
	border-bottom: 3px solid #ec962b !important;
}
.grw-total-reviews, .grw-theme-dark .rm-link {
    color: #666!important;
}
.grw-review-btn:hover {
  background: #f5a83d;
    background-color: rgb(230, 164, 74);
  opacity: 0.9;
  color: #000;
}
.is-cms .leftimgcontain::after,
.is-cms .main_banner_inner::after {
	z-index: -2;
}

.is-cms .blog-right::before {
	z-index: -2;
}

.sitelock-logo a{
	color: #DC9636;
}

.sitelock-logo a:hover, .sitelock-logo a:focus{
	opacity:.8;
}
.index .aligner i {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}
.grw-theme-dark div.grw-review-content > p {
	inline-size: 240px !important;
}
.our-team-block .col-md-6 {
	text-align: center;
}
.indiv-staff {
	position: relative;
	margin-bottom: 30px;
}
.team-modal {
	text-decoration: none;
	outline: none !important;
}
.our-team-block .col-md-6 img {
	margin: 0 auto;
	max-width: 100%;
}
.staff-name {
	font-size: 18px;
	font-weight: 700;
}
.team-member em {
	font-size: 18px;
}
.team-wrap img, .modal-info img{
	height:100%;
}
.model-img {
	width: 30%;
	float: left;
	border-radius: 16px;
	padding: 0 0 10px 10px;
}
.model-content {
	width: 70%;
}
.modal-header {
	border-bottom: none;
	padding: 0;
}

.modal-header .close {
	margin-top: -7px;
	font-size: 40px;
	margin-right: 10px;
}
.model-content p span{
	font-size:13px;
	color: #000;
}
.model-content h4{
	font-size:22px;
	font-Weight:700;
}
.team-member{
	margin-bottom:0;
}

.modal-dialog {
  margin: 80px auto !important;   
  width: 850px;
}


.our-mission {
    text-align: center;
    color: #fff;
}

.our-mission p {
    max-width: 750px;
    margin: 0 auto 30px;
}

.mission-icons {
    display: flex;
    justify-content: center;
   gap: 35px;
    margin-top: 25px;
    flex-wrap: wrap;
	border-top: solid 1px #f4b942;
  padding-top: 30px;
}

.mission-item {
    text-align: center;
}

.mission-item i {
    font-size: 28px;
    color: #f4b942;
    border: 2px solid #f4b942;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 8px;
}

.mission-item p {
    margin: 0;
    font-size: 15px;
	color:#fff;
}
.fixed-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0,64,34,.95);
    width: 100%;
    z-index:999999;
    padding: 20px;
    border-top: 1px solid #002614;
    display: flex;
    align-items:center;
    justify-content:center;
    transition: .3s all!important;
    bottom:-77px;
}
.fixed-cta.show-cta {
    bottom: 0px;
    transition-delay: 1s;
}
.fixed-cta h2 {
    margin: 0px;
    color: #fff;
    margin-left: -24px;
}
.fixed-cta .container {
    display: flex;
    align-items:center;
    justify-content:center;
    gap: 20px;
}
.fixed-cta .container select, .fixed-cta .container button {
    margin: 0px;
    height: 35px;
}
.fixed-cta .container #ZipCode, .fixed-cta .container #Type {
        margin: 0px;
    height: 35px;
        max-width: 200px;
}
.fixed-cta .container .qte-btn {
    line-height: 18px;
    padding: 0 10px;
        height: 35px;
        max-width: 200px;
        margin:0px;
        text-align:center;
        font-size: 18px;
        border: 2px solid #fdb718;
        border-image: linear-gradient(90deg, #fdb718, #f79222)1;
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.fixed-cta .container .qte-btn.invert {
    border: 2px solid #fdb718;
        border-image: linear-gradient(90deg, #fdb718, #f79222)1;
        background: #f2f0eb;
}
.fixed-cta #scroll-close {
    margin: 0px;
    padding: 0px;
    background: transparent;
    box-shadow:none;
    border:none;
}
.fixed-cta #scroll-close .fa {
    font-size: 24px;
    color: #fdb718;
    text-shadow: 1px 1px 1px #000;
}
.fixed-cta #scroll-close:hover .fa, .fixed-cta #scroll-close:focus .fa, .fixed-cta .container .qte-btn:hover, .fixed-cta .container .qte-btn:focus {
    opacity: .9;
}

/*Blog*/
.blog-page .widget a{
	color:#000;
}
.blog-page .content-area .search-submit{
	border: 0;
}
.blog-page .inner-main-content .widget h2 {
    font-size: 30px;  
	color:#fff;
}
#content-block h2 {
	font-weight:600px!important;
}
.widget ul, .widget ol{
	margin:0px;
	list-style-type:none;
	padding-left: 20px;
	margin-top: 10px;
}

.widget ul li, .widget ol li {
	line-height: 25px;
}

.blog-page .entry-header{
	margin-top:20px;
}

.blog-page .entry-header a,.blog-page .edit-link a{
	color:#ba7c26;
}
.blog-page .entry-header a:hover,.blog-page .entry-header a:focus,.blog-page .edit-link a:hover,.blog-page .edit-link a:focus{
	color:#ec962b;
}

#content-block h2 {
	font-weight:600px!important;
}

.blog-page .search-field{
	padding:6px;
}

.wp-block-latest-comments {
  padding: 0;
}

.wp-block-latest-posts__list.wp-block-latest-posts li, .wp-block-latest-posts__list.wp-block-latest-posts li a {
  color: #000;
}

.wp-block-latest-posts__list.wp-block-latest-posts li:hover, .wp-block-latest-posts__list.wp-block-latest-posts li a:hover, .blog-page .widget a:hover {
  color: #333;
}

.blog-page .left.active  {
  margin-right: 35px;
  transform: none;
}
 
.blog-page .right.active  {
  margin-left: 0px;
  transform: none;
}
.blog-page .right {
  padding: 20px;
  width: 60%;
  order: 2;
}

.blog-page .left {
width: 35%;
background-color: #e5e5e5;
padding: 30px;
}

.blog-page .left.active  {
  margin-right: 35px;
  transform: none;
}

.blog-page .right.active  {
  margin-left: 0px;
  transform: none;
}

#primary footer {
	background: none;
}


.blog-page .content-section {
  margin: 80px auto;
}
.blog-page .left img{
	height:auto !important;
}

.wp-block-latest-comments__comment-meta {
  background: transparent;;
}
.blog-page .search-submit{
padding: 5px 10px;
background-color:#ec962b;
border: 1px solid #ec962b;
color:#000;
border-radius: 3px;
box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.blog-page .submit{
	background-color:#ec962b;
	border: 1px solid #ec962b;
	color:#000;
	padding: 5px 10px;
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.blog-page .submit:hover,.blog .search-submit:hover{
	background:#f5a83d;
}

.blog-page .wp-block-search__button {
    background: #ec962b;
	color: #000;
	border:none;	
	border-radius:3px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.blog-page .search-submit:hover,.blog-page .search-submit:focus, .blog-page .wp-block-search__button:hover, .blog-page .wp-block-search__button:focus,.blog-page .submit:hover,.blog .submit:focus{
    background: #f5a83d;
}

.blog-page .wp-block-latest-comments__comment-meta{
	background:transparent!important;
	border-top:0px!important;
	padding: 0;
	color:#000;
	font-size: 14px;
	line-height: 24px!important;
	font-family: 'Comfortaa', cursive;
	text-transform: none;
	display:inline!important;
	
}
.blog-page .wp-block-latest-comments__comment{
	list-style-type: disc!important;
	color:#000;
	font-size:14px;
}
.blog-page .wp-block-group__inner-container ul, .blog-page .wp-block-group__inner-container ol {
  list-style-type: disc!important;
  padding-left: 30px;
}

.blog-page ol.wp-block-latest-comments {
  /* margin-left: 20px; */
}

.blog-page .right h2, .blog-page .right h3, .blog-page .right h4 {
  margin-top: 10px;
}

.blog-page .page-header {
  margin-top: 10px;
}

.blog-page .entry-title a {
	font-size: 24px;
}

.blog-page .content-area img {
  height: auto;
}

.blog-page .widget_search{
	margin-top:20px;
}

.blog-page .leftimgcontain::after {
  background: none;
}