@charset "utf-8";
/* CSS Document */

body,
html {
	font-family: 'Comfortaa', cursive;
	height: 100%;
	width: 100%;

}

/* Typography */
h1 {
	color: #000;
	font-size: 36px;
    line-height: 44px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	margin-bottom: 20px;
}

h2 {
	color: #000;
	font-size: 28px;
    line-height: 36px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 500;
	margin-bottom: 20px;

}

h2.index {
	margin-top: 30px;
}

h3 {
	color: #000;
	font-size: 22px;
    line-height: 30px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

h4 {
	color: #000;
	font-size: 18px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

p {
	color: #000000;
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 10px;
} 
a {
	color: #2c2c2c;
	display: inline-block;
}

a {
	outline: none;
	border: 0;

}

a:hover {
	text-decoration: none;
	color: #255691;
	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: #3a3a3a;
	width: 100%;

}

.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_bar_nav .fas {
    color: #dc9636;
}
.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),
div.top_info_line ul li:nth-child(3) {
	border-right: 1px solid #545454;

}

.top_info_line ul li:nth-child(4) {
	padding: 5px 10px 5px 30px;
}

.top_info_line ul li:nth-child(5),
.top_info_line ul li:nth-child(6),
div.top_info_line ul li:nth-child(7),
.top_info_line ul li:nth-child(8) {
	padding: 5px 10px;
}

.top_info_line ul li a.active {
	color: #dc9636;
	text-decoration: none;
}

/* Logo And Navigation */
#agency-logo {
    
    /*padding: 10px;
	! background: #000; */
    /*! border: 5px solid #dc9636; */
    /*! box-shadow: 1px 1px 3px rgba(0,0,0,.8); */
}
.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 #998D7D;
}

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: 3px;
}

.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: #dc9636;
	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: #dc9636;
	text-underline-position: under;
	text-decoration-thickness: 3px;
	transition: .2s;
	background-color: transparent;
}

.dropdown-menu {
	border: 1px solid #C4C4C4;
	box-shadow: none;
	border-radius: 0;
	margin-left: 35px;
}

.dropdown-menu>li>a {
    color: #000;
	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: 3px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a.active {
	color: #000;
	text-decoration: underline;
	text-decoration-color: #dc9636;
	text-underline-position: under;
	text-decoration-thickness: 3px;
	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;
}*/

.carousel-caption a{
	color: #dc9636;
}

.carousel-caption a:hover, .carousel-caption a:focus{
	color: #f5a83d;
}

.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-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 44px;
	line-height: 48px;
	margin-top: 35px;
	margin-left: 15px;
}

.inner-box h2.long_text {
	font-size: 35px;
}

.box-grid {
	background-color: #3a3a3a;
	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-color: #000;
}


.aligner i {
	font-size: 48px;
	line-height: 55.2px;
	color: #fff;
}
.index .box-grid:hover .aligner i, .index .box-grid.active .aligner i {
	color: #dc9636;
}

.aligner i.fa-car {
	font-size: 64px;
	line-height: 73.6px;
}

.box-grid.active {
	background-color: #000;
}

.aligner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
	flex-direction: column;
}

.quote-box {
	padding: 62px 54px;
	background: #E5E5E5;
	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: 'Open Sans', sans-serif;
	font-weight: 700;
	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: 5px;
	font-size: 18px;
	line-height: 24.51px;
	font-weight: 400;
	border: 1px solid #2C2C2C;
	font-family: 'Open Sans', sans-serif;
}

.quote-box button {
	background: #dc9636;
	border: 1px solid #dc9636;
	color: #000;

	width: 350px;

	border-radius: 0;
	height: 50px;
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.quote-box a.new-btn {
	background: #dc9636;
	border: 1px solid #dc9636;
	color: #000;

	width: 350px;

	border-radius: 0;
	height: 50px;
	font-weight: 400;
	font-size: 24px;
	line-height: 50px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.quote-box button:hover,
.quote-box button:focus,
.quote-box a.new-btn:hover,
.quote-box a.new-btn:focus {
	background: #f5a83d;
	border: 1px solid #f5a83d;
	transition: .2s;
	color: #000;
}

.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: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
    width: 390px;
    padding: 0px 10px;
}

.left h1 a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #000000;
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;

}

.left h1 a:hover,.left h1 a:focus {
	color:#dc9636;
}

.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, 0, 0, .6);
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0.8) 20%, rgba(220, 150, 54, 0.2));
	mix-blend-mode: multiply;
}

.inner-page-content img {
	height: 668px;
}

.inner-page-content .right {
	padding: 20px 30px 20px;
}



.right {
	width: 60%;
	box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.3);
	padding: 20px 30px;
	background: #E5E5E5;
	
}
.content-remove-this{
	height: 600px;
}

.right h2 {

	font-size: 24px;
	line-height: 32px;
	margin-top: 0;
	margin-bottom: 12px;
}
.right h2, .right h3, .right h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.right p,
.right ul li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
}

.right a, .right a:hover, .right a:focus {
    text-decoration: underline;
}
.right .breadcrumb a {
    text-decoration:none;
}
.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: #E5E5E5;
	padding: 23px;
	width: 330px;
	height: 690px;
	overflow: hidden;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);

}

.services_item h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #000;
	text-align: center;
	font-size: 24px;
	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 a {
    opacity:1;
    color: #000;
}
.services_item ul li a:hover,
.services_item ul li a:focus {
	transition: .2s;
	color: #3a3a3a;
    opacity:1;
}
.services_item ul li::marker {
    color: #dc9636;
}
#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: 690px;
	background: url(../img/featured-service-section.png);
	position: relative;
	overflow: hidden;
	border-bottom: 105px solid #dc9636;
}

.overlay,
.overlay-mobile {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
    background: linear-gradient(45deg, rgba(0,0,0,0.8) 20%, rgba(220,150,54,0.2));
	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: #E5E5E5;
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 1;

}

.blog-left h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #000;
	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: #F3E056;
	text-underline-position: under;
	text-decoration-thickness: 3px;
}

.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: 3px;
}

.titlefield a:hover,
.titlefield a:focus {
	text-decoration: underline;
	text-decoration-color: #F3E056;
	text-underline-position: under;
	text-decoration-thickness: 3px;
	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: #F3E056;
}

.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, 0, 0, .6);
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0.8) 20%, rgba(220, 150, 54, 0.2));
	mix-blend-mode: multiply;
}

.overlay-blog {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0.8) 20%, rgba(220, 150, 54, 0.2));
	mix-blend-mode: multiply;
}

.footer-quote {
	background: #E5E5E5;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
	position: relative;
	height: 350px;
	margin: 0px auto 80px;
}

.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 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-size: 36px;
	line-height: 54px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.qte-btn {
	width: 350px;
	color: #000;
	font-size: 24px;
	line-height: 48px;
	font-weight: 400;
	border: 1px solid #dc9636;
	background: #dc9636;
	height: 50px;
	font-family: 'Open Sans', sans-serif;
	margin: 40px auto;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.qte-btn a {
	color: #000;
	font-family: 'Open Sans', sans-serif;
}

.qte-btn:hover,
.qte-btn:focus {
	background: #f5a83d;
	transition: .2s;
	color: #000;
}

.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%;
	/*! width: 210px; */
}

footer {
	background: #3a3a3a;
}

.footer-content h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 70px;
	font-style: normal;
	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: 3px;
}

.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: #dc9636;
	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: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	color: #fff;
	display: flex;
	text-align: left;
	letter-spacing: .05em;
    margin-bottom: 10px;
}

.contact-info ul li a {
	font-size: 18px;
	line-height: 24px;
}

.contact-info span {
	display: block;
	overflow: visible;
}

.contact-info i {
	color: #dc9636;
	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: #DC9636;
	text-underline-position: under;
	text-decoration-thickness: 2px;
}

/* Breadcrumbs */
.breadcrumb {
	background: transparent;
	padding: 20px 0 10px;
	position: relative;
	margin-top: -88px;
	z-index: 1;
	margin-left: -30px;
}

.breadcrumb li {
	font-family: 'Comfortaa', cursive;
	font-size: 19px !important;
	line-height: 48px;
	color: #000 !important;
	font-Style: normal;
	font-weight: normal;
}

.breadcrumb li a {
	color: #000;

}

.breadcrumb li .fas {
	font-size: 19px;
	line-height: 48px;
	color: #dc9636;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus {
	color: #000;
}

.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 {
	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: #f3e156;
	/* change the bgcolor based on the template color*/
	color: #000;
	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: #000;
}

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 #DB9535;
}

.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{
	color: #000;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}

.contact-section-info ul li a {
	color: #3a3a3a;
}

.contact-section-info ul li a:hover, .contact-section-info ul li a:focus {
	color: #212121;
}

.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 rgba(0,0,0,0.4));

	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: #000000;
}

.carriers-box p {
	color: #fff;
	text-align: left;
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 40px;
	color: #000;
}

.ph-fix,
.ph-fix a {
	color: #000 !important;
}

.carriers-box a.btn-customer {
	background: #3a3a3a;
	border: 1px solid #3a3a3a;
	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: #212121;
	border: 1px solid #212121;
	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 #1a1a1a);
	padding: 10px;
	margin-bottom: 20px;
}

.email-form {
	width: 100%;
	height: 650px !important;
	border: 0;
}

iframe.jot-form {
	width: 100%;
	border: 0;
	/* height: 220px !important; */
}

iframe.cont-form {
	width: 100%;
	border: 0;
	height: 520px !important;
}

/* Insurance Quotes */
.insurance_quotes_btn {
	margin-top: 40px;
}
.insurance_quotes_btn i{
	width:40px;
	margin-right:5px;
    color: #fff;
}
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: #3a3a3a;
	width: 100%;
	display: flex;
    transition: all .2s;
}

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: #000;
}
div.insurance_quotes_btn button:hover i,
div.insurance_quotes_btn button:focus i {
color: #dc9636;
}
/* 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, 0, 0, .6);
    background: linear-gradient(45deg, rgba(0,0,0,0.8) 20%, rgba(220,150,54,0.2));
	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;
	z-index:0;
}

.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;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.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 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-Weight: 400;
	font-Style: normal;
	color: #fff;
    text-decoration: underline;
    text-decoration-color: #dc9636;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}

.carousel-caption p+a:hover,
.carousel-caption p+a:focus {
opacity:.8;
color: #fff;
}

a.sms-txt {
	cursor: none;
	pointer-events: none;
}

.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;
}
.contact-info h3{
	color:#fff;
	margin-bottom:20px;
}

/*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{
	margin:0px;
	list-style-type:none;
	padding-left: 20px;
}
.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:#e7a03e;
}

#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;
}
.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:#e7a03e;
border: 1px solid #e7a03e;
color:#000;
border-radius: 3px;
box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.blog-page .submit{
	background-color:#e7a03e;
	border: 1px solid #e7a03e;
	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: #e7a03e;
	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{
  list-style-type: disc!important;
}

.blog-page ol.wp-block-latest-comments {
  margin-left: 20px;
}

.blog-page .content-area img {
  height: auto;
}

.blog-page .widget_search{
	margin-top:20px;
}

.blog-page .leftimgcontain::after {
  background: none;
}



.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, #fff);
		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 {
		padding-left: 0px;
		
		color: #000;
    
	margin-left: -10px;
	}
	
	.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;
  font-family: 'Open Sans', sans-serif;
}
.notice_1{
	margin-left: 30px;
}
.subnotice_1{
	margin-left: 70px;
}
#main-cnt{
	
}

/* Google Review Widget */
.grw-review-btn,
.grw-view-all-btn {
	color: #000 !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #dc9636!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: #dc9636!important;
}

.grw-business-name a,
.grw-business-name a:visited,
.grw-author {
	color: #000 !important;
}

.grw-business-header {
	border-bottom: 3px solid #000 !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;
}


.team-card {
  border: 1px solid #e3e6ea;
  border-radius: 12px;
  padding: 24px;
  background: #ffffff;
  height: 100%;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  margin-bottom: 20px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

.team-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

/* Name – Bigger & Strong */
.team-name {
  font-size: 26px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
    font-weight: 700;
  margin-bottom: 6px;
}

/* Role – Subtle but clear */
.team-role {
  font-size: 13px !important;
  font-weight: 500;
  color: #6b7280;
  margin-bottom: 18px;
}

/* Info text */
.team-info p {
  font-size: 13px !important;
  margin-bottom: 10px;
  color: #374151;
  line-height: 20px;
}

.team-info strong {
  font-weight: 600;
  color: #111827;
}

/* Links */
.team-info a {
  color: #3a3a3a;
  text-decoration: none;
}

.team-info a:hover {
  text-decoration: underline;
}

/* vCard link – clean CTA */
.vcard-link {
  display: inline-block;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #dc9636;
  font-size: 14px;
  font-weight: 600;
  color: #3a3a3a;
  text-decoration: none;
}

.vcard-link:hover {
  text-decoration: underline;
  color: #212121;
}
.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;
}