/* ========================================== */
/* === CSS Table of Contents ================ */
/* === 2023 © Guardian Sages ================ */ 
/* ========================================== */

/* ========================================== */
/* === 1. Top Header Section ================ */
/* === 2. Navigation Section ================ */
/* === 3. Website Pages Section ============= */
/* ===    a. Home Section =================== */
/* ===    b. About Section ================== */
/* ===    c. Services Section =============== */
/* ===    d. Gallery Section ================ */
/* ===    e. Areas We Service Section ======= */
/* ===    f. Testimonials Section =========== */
/* ===    g. Contact Section ================ */
/* ===    h. Sections On Every Page ========= */
/* === 4. Misc. Section ===================== */
/* ===    a. Referrals Owl Carousel ========= */
/* ===    b. Default Classes ================ */
/* ===    c. Gallery Function Section ======= */
/* ===    d. Reviews Function Section ======= */
/* === 5. Footer Section ==================== */
/* === 6. Lg. Laptop CSS Section ============ */
/* === 7. Sm. Laptop CSS Section ============ */
/* === 8. Tablet CSS Section ================ */
/* === 9. Mobile CSS Section ================ */
/* === 10. Sm. Mobile CSS Section =========== */
/* ========================================== */

@import url('https://fonts.googleapis.com/css?family=Staatliches');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700,900');

@font-face {
	font-family: 'font';
	src:url('../fonts/arvo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font2';
	src:url('../fonts/poppins.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font3';
	src:url('../fonts/Sarcolenta.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%; z-index: 1; padding: 10px 0 10px 0; background: rgb(255,255,255);	z-index: 4; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0; font-size: 15px; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color: transparent;
}
.top-header div[class*='col-']:nth-child(2) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(3) a {
	padding: 9px 15px 9px 15px; background: transparent; font-weight: 600; font-family: 'font2'; color: rgb(120,120,120); border-radius: 1.6rem; border: 1px double rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: transparent;
}
.top-header div[class*='col-']:nth-child(4) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(4) a {
	padding: 9px 15px 9px 15px; background: transparent; font-weight: 600; font-family: 'font2'; color: rgb(120,120,120); border-radius: 1.6rem; border: 1px double rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	color: rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(5) {
	display: flex; justify-content: flex-start; align-items: center;
}
.top-header div[class*='col-']:nth-child(5) a {
	display: flex; justify-content: center; align-items: center; border: 1px solid rgb(255,255,255); color: rgb(255,255,255); background: #358640; border-radius:100px;	height: 34px; width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: #6cb545;	text-decoration:none !important; color: rgb(255,255,255);
}


.top-header .company-title{
	
	font-family: 'font3';
	font-size: 38px;
	font-weight: 500;
	color: black;
	line-height: 30px; 
}
.top-header .company-title span{
	
	font-family: 'font3';
	font-size: 38px;
	font-weight: 800;
	color: black;
}
.top-header .company-title span{
	
	font-family: 'font3';
	font-size: 38px;
	font-weight: 800;
	color: black;
}
.top-header .company-title span strong.subscript{
	
	font-family: 'font3';
	font-size: 15px;
	font-weight: 800;
	color: black;
}
.top-header .company-title .gray{
	
	font-weight: 400; 
	color: #6d6e71;
}


.top-header .dropdown-menu {
	background: whitesmoke; border-radius: 0;
}
.top-header .dropdown-menu a {
	color: #222; padding: 3px 20px !important;
}
.top-header .dropdown-toggle {
	background: #21212100; padding: 6px 25px; outline: none !important; border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important; color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #000; background-color: rgb(255, 255, 255); border-color: #666e76; box-shadow:none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline: none !important; box-shadow: none !important;
}

/* ======================================== */
/* === Navigvation Section ================ */
/* ======================================== */
.navbar-inverse .navbar-inner {
	display:none;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: .125rem 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(255,255,255); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(12,12,12); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255,255,255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.dropdown {
	float: left; position: relative;
}
.dropdown .dropbtn {
	font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit;font-family: inherit; margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #043174;
}
.dropdown-one {
	cursor: pointer; display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-two {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-three {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 48px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
	display: block;
}
.dropdown:hover .dropdown-one, #link2:hover > .dropdown-three {
	display: block;
}
.dropdown-one .dItem {
	color: black; padding: 12px 16px; display: block; text-align: left;
}
.dropdown-one .dItem:hover, .dropdown-two a:hover {
	background-color: #ddd;
}
.my-pad {
	padding: 0 0 0 15px;
}
.my-pad h5 {
	color: rgb(255,255,255); font-size: 18px; text-transform: uppercase; padding-top: 20px;	line-height: 5px; font-weight: 600;
}
.multi-column-dropdown {
	list-style: none; margin: 0px; padding: 0px;
}
ul.multi-column-dropdown {
	padding: 0 0 0;
}
.multi-column-dropdown li a {
	display: block;	clear: both; line-height: 1.428571429; color: #333; white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none; color: #262626; background-color: #999;
}
.tab {
	overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; font-family: 'font2';
}
.tab button {
	background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px;
}
.tab button:hover {
	background-color: #ddd;
}
.tab button.active {
	background-color: #ccc;
}
.tabcontent {
	display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none;
}
.tabcontent h3 {
	padding-top: 40px; padding-bottom: 40px; font-family: 'font'; text-align: center; font-size: 2rem; color: rgb(246,177,24);
}
.top-header-animate {
	background: rgb(255,255,255);
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a; font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
body {
	padding: 0; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out; overflow-x: hidden;
}
.navbar-scroll {
	padding: 95px 0 0; position: fixed; background: #e5d8c0; width: 100%; z-index: 3;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background: #fdfdfd; position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em; position: absolute; top: 6px; right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em; font-weight:700; text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	    margin: 0 28px;
    padding: 6px 0px;
    font-weight: 900;
    font-size: 18px;
    color: #0c3912;
    font-family: 'font3';
    letter-spacing: 2px;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #358640;
}
.navbar-light .navbar-nav li a {
	position: relative;
}
.navbar-collapse {
	height: 100%;
}
.mobile-top-header {
	display: none !important;
}

/* ========================================== */
/* === Website Pages Section ================ */
/* ========================================== */

/**** Home Section ****/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}

.home1 {
	padding: 125px 0 125px 0;
	    background: linear-gradient(0deg, #000000b3 25%, #000000b3 90%), url(/img/homepage/broker-1.jpg);
    background-size: cover;
    height: 100%;
    background-position: center bottom;
    background-repeat: repeat;
    background-attachment: fixed;
	position:relative;
}
.home1 .pad {
	padding: 85px;
}
.home1 .contacting {
	margin-top: 100px;
}
.home1 h1 {
	font-family: 'font3'; font-size: 45px; text-align: left; font-weight: 500; color: #fff;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; color: #fff; line-height: 35px; letter-spacing: 1px;
}
.home1 h1 span {
	color: #56d115; font-size: 20px; font-family: font2; font-weight: 600; letter-spacing: 2px;
}


.home1 span{
	font-size: 33px;
	font-family: font2; 
	/*color: #56d115;*/
	color: white;
	font-weight: 400;
	
}

.home1 h3 {
	font-family: font3; font-size: 25px; text-align: center; color: #fff;
}
.home1 h5 {
	font-family: font2; font-weight: 600; margin-left: 50px; font-size: 25px; letter-spacing: 2px; color: #fff; text-shadow: 1px 1px 1px #000;
}
.home1 i {
	color: #56d115;
}
.home1 hr {
	height: 2px; background: #22b300;
}
.home1 .tabber1 {
	padding: 10px; position: relative;
}
.home1 .tabber1 hr {
/*	    margin-left: -125px;
    width: 110%; opacity: 100%;*/
	    margin-left: -0;
    width: 80%; opacity: 100%;
}
.home1 .tabber1:hover h5 {
	color: #56d115;
}
.home1 .tabber1:hover i {
	color: #fff;
}
.home1 .tabber2 {
	padding: 10px; position: relative;
}
.home1 .tabber2 hr {
	    margin-left: -75px;
    width: 95%; opacity: 100%;
	
	
	    margin-left: -0;
    width: 80%; opacity: 100%;	
}
.home1 .tabber2:hover h5 {
	color: #56d115;
}
.home1 .tabber2:hover i {
	color: #fff;
}
.home1 .tabber3 {
	padding: 10px; position: relative;
}
.home1 .tabber3 hr {
	    margin-left: -105px;
    width: 110%; opacity: 100%;
	
	
	    margin-left: -0;
    width: 80%; opacity: 100%;	
}
.home1 .tabber3:hover h5 {
	color: #56d115;
}
.home1 .tabber3:hover i {
	color: #fff;
}
.home1 a {
	color: inherit;
}
.home1 img {
	border-radius: 100%;
    border: 5px solid #22b300;
    max-width: 75%;
}




.home1 .out-of-office{
	position:relative;
	top:7%;
	background: #DCF2DC;
	left: 50%;
	transform: translate( -50%, 0%);
	width:100%;
}

.home1 .out-of-office h2{
	color: black; 
	    font-family: font3;
    font-size: 3rem;
	text-align: center;
}








.home-contact {
	    padding: 15px 100px 0px 100px; background: #358640;
}
.home-contact h2 {
	    font-family: font3;
    font-size: 75px;
	text-align: center;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px #000;
}
.vertically-centered {
    display: flex;
    align-items: center;
    /*height: 100vh;*/
}

.insurance-tab-section {
	padding: 100px; background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/homepage/dots.png);
    background-size: cover;
    height: 100%;
    background-position: center bottom;
    background-repeat: repeat;
    background-attachment: fixed;
}
.insurance-tab-section h2 {
	font-family: font3; font-size: 45px; padding-bottom: 100px; text-align: center;
}
.insurance-tab-section h2 span {
	font-size: 75px; color: #358640;
}
.insurance-tabs {
            display: flex;
            flex-direction: column;
            width: 100%;
            /*background-color: #9cd080;
            border-right: 1px solid #ccc;*/
        }

        .insurance-tab-button {
            padding: 15px;
            cursor: pointer;
            border: none;
            background: none;
            text-align: left;
            font-size: 16px;
			font-family: font2;
            /*border-bottom: 1px solid #ddd;*/
            transition: background-color 0.3s;
            color: #000;
        }

        .insurance-tab-button:hover, .insurance-tab-button.active {
            background-color: #358640;
            color: #fff;
        }
		.insurance-tab-button img {
			max-width: 150%; 
		}
		.insurance-tab-button span {
			color: #185420;
		}
		.insurance-tab-button:hover span {
			color: #fff;
		}
		.insurance-tab-button.active span {
			color: #fff;
		}
        .insurance-tab-content {
            display: none;
            padding: 20px;
            flex: 1;
			height: 750px;
            overflow-y: auto;
            /*background-color: #fff;*/
            color: #000;
        }
		.insurance-tab-content h3 {
			font-family: font3; font-size: 30px; letter-spacing: 2px;
		}
		.insurance-tab-content h4 {
			font-family: font3; font-size: 20px; letter-spacing: 2px; color: #fff; background: #185420; padding: 15px 5px 15px 15px;
		}
		.insurance-tab-content h4:hover {
			background: #6cb545;
		}
		.insurance-tab-content h5 {
			font-family: font3; font-size: 20px; letter-spacing: 2px; color: #185420; background: #fff; padding: 15px 5px 15px 15px;
			box-shadow: 0px 0px 0px 1px #185420;
		}
		.insurance-tab-content h5:hover {
			background: #dcffc9;
		}
		.insurance-tab-content p {
			font-family: font2; font-size: 17px; line-height: 35px;
		}
        .insurance-tab-content.active {
            display: block;
        }
		.insurance-tab-content img {
			max-width: 63%; margin-left: -200px;
		}
        .insurance-content-container {
            flex: 1; width: 100%''
            background-color: #6CB545;
        }
		
		.home2 {
			padding: 200px 0px 150px 0px; background: #DCF2DC;
		}
		.home2 h2 {
			font-family: font3; font-size: 65px; text-align: center; letter-spacing: 5px; color: #1c4f23;
			font-weight: 600;
		}
		.home2 h4 {
			text-align: center; font-size: 100px;
			    position: relative; color: #6cb545;
    transform: rotate(90deg);
		}
		.home2 hr {
			    background: linear-gradient(0deg, rgba(0, 0, 0, 0.010138161709996485) 45%, rgb(0, 0, 0) 45%, rgb(0, 0, 0) 55%, rgba(0, 0, 0, 0) 55%);
    height: 25px;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
    opacity: 75%;
    border-radius: 5%;
		}
		.home2 .card1 {
			 box-shadow: 1px 1px 10px 1px #000;border-top-right-radius: 15%; border-top-left-radius: 15%;
		}
		.home2 .card1 img {
			 border-top-right-radius: 15%; border-top-left-radius: 15%;
		}
		.home2 .card1 .card-text {
			background-color: #6CB545; border-top-right-radius: 15%; border-top-left-radius: 15%; padding: 15px;
			text-align: center; position: relative; margin-top: -30px;
		}
		.home2 .card1 .card-text h3 {
			font-family: font3; font-size: 25px; letter-spacing: 3px; color: #fff;
		}
		.home2 .card1 .card-text p {
			font-family: font2; line-height: 30px; color: #fff;
		}
		.home2 .card1 hr {
			background: #fff; width: 25%; margin-left: 100px; height: 2px;
		}
		.home3 {
			background: #FBF7ED;
		}
		.home3 .container-fluid {
			padding: 0px;
		}
		.home3 .part1 {
			background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/homepage/broker-2.jpg);
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
		}
		.home3 .part2 {
			padding: 50px; text-align: center; height: 1150px;
		}
		.home3 h2 {
			font-family: font2; font-size: 35px; letter-spacing: 2px; font-weight: 600; line-height: 65px;
		}
		.home3 h2 span {
			color: #185420; font-family: font3; text-transform: uppercase; text-decoration: underline; font-size: 40px;
		}
		.home3 p {
			font-family: font2; font-size: 17px; line-height: 35px;
		}
		.home3 hr {
			height: 2px; background:  #6CB545; opacity: 75%;
		}
		
		.insurance-broker-accordion {
    margin-top: 30px;
/*    border: 1px solid #ccc;*/
    border-radius: 5px;
    overflow: hidden;
}

.insurance-broker-item {
    /*border-bottom: 1px solid #ccc;*/
}

.insurance-broker-item:last-child {
    border-bottom: none;
}

.insurance-broker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #DCF2DC;
    cursor: pointer;
    font-family: font2;
    transition: background-color 0.3s ease;
}

/* Hover effect */
.insurance-broker-header:hover {
    background-color: #6cb545;
}

/* Active header styling */
.insurance-broker-header.active {
    background-color: #358640;
    color: #ffffff;
}
.insurance-broker-accordion h4 {
	font-size: 20px; font-family: font3;
}
.insurance-broker-header.active h4,
.insurance-broker-header.active .insurance-broker-toggle {
    color: #ffffff;
}

/* Toggle symbol styling */
.insurance-broker-toggle {
    font-size: 18px;
    font-weight: bold;
    transition: color 0.3s ease;
}

.insurance-broker-content {
    display: none;
    padding: 15px 20px;
    font-size: 16px;
	height: 225px;
    color: #555;
    background-color: #ffffff;
    font-family: font2;
}

.insurance-broker-content p {
    margin: 0; text-align: left;
}
/* Background styling for the section */
.home4 {
    background: linear-gradient(
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6)
        ),
        url(/img/homepage/broker-6.jpg) center center / cover no-repeat fixed;
    padding: 100px 50px;
    text-align: center;
	height: 800px;
}

/* Section heading */
.home4 h3 {
    font-family: font3;
    font-size: 45px;
    color: #fff;
	letter-spacing: 2px;
    margin-bottom: 100px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

/* Row container */
.home4 .row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

/* Individual card */
.home4 .cawd1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #358640b3;
    color: #fff;
    border-radius: 10px;
    height: 250px; /* Default height */
    padding: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.home4 .cawd1:hover {
    background: linear-gradient(135deg, #358640, #3e9640);
    height: 500px; /* Expanded height on hover */
    padding-top: 30px;
    transform: scale(1.03);
}

/* Top content: Icon and Heading */
.home4 .cawd1 .top-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* Space between icon and h4 */
    position: absolute;
    top: 50%; /* Center vertically */
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
}

.home4 .cawd1:hover .top-content {
    top: 20px; /* Move to top when hovered */
    transform: translate(-50%, 0);
    margin-bottom: 15px; /* Extra spacing below h4 */
}

.home4 .cawd1 .top-content i {
    font-size: 70px; /* Icon size */
    color: #fff;
}

.home4 .cawd1 .top-content h4 {
    margin: 0;
    font-family: font3;
    font-size: 22px; /* Adjust font size */
    line-height: 1.3; /* Limit line spacing */
    max-height: 2.6em; /* Prevent text from going to 3+ lines */
    overflow: hidden; /* Truncate extra text */
    text-align: center;
	letter-spacing: 2px;
}

/* Horizontal rule styling */
.home4 hr {
    border: none;
    height: 2px;
    background: #fff;
    width: 50%;
    margin: 20px auto 10px auto; /* Add spacing above and below */
    transition: all 0.3s ease;
}

/* Hidden content (appears on hover) */
.home4 .cawd1 hr,
.home4 .cawd1 ul,
.home4 .cawd1 a {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.home4 .cawd1:hover hr,
.home4 .cawd1:hover ul,
.home4 .cawd1:hover a {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* List styling */
.home4 ul {
    list-style-type: disc;
    margin: 10px auto;
    padding-left: 20px;
    text-align: left;
}

.home4 ul li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

/* Button styling */
.btn-home4 {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    font-family: font3;
    font-size: 16px;
    color: #fff;
    background-color: #6cb545;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-home4:hover {
    background-color: #5aa73a;
    transform: translateY(-3px);
}
.insurance-companies {
	background: #DCF2DC;
}
/* Carousel Container */
.insurance-company-carousel {
    position: relative;
    overflow: hidden;
    height: 150px; /* Increase height to accommodate larger images */
    width: 100%;
}

/* Track with Items */
.insurance-company-track {
    display: flex;
    flex-direction: row;
    width: calc(200%); /* Double the width for seamless duplication */
    animation: insurance-company-scroll-horizontal 20s linear infinite;
}

/* Individual Carousel Item */
.insurance-company-item {
    flex: 0 0 auto; /* Prevent shrinking */
    width: 200px; /* Increase the container width */
    height: 120px; /* Increase container height */
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
}

/* Image Scaling */
.insurance-company-item img {
    max-width: 100%;
    max-height: 100%; /* Allow full use of container space */
    object-fit: contain; /* Prevent image distortion */
    transition: transform 0.3s ease; /* Optional hover effect */
}

/* Keyframe Animation for Smooth Infinite Scroll */
@keyframes insurance-company-scroll-horizontal {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/* Optional: Hover effect to slightly scale images */
.insurance-company-item img:hover {
    transform: scale(1.5);
}
.insurance-company-track:hover {
    animation-play-state: paused;
}


/**** About Section ****/
.about-intro {
	padding: 100px 0px 100px 0px; background: #358640; color: #fff;
}
.about-intro .box1 {
	margin-right: 100px; margin-left: -150px; padding-top: 50px;
}
.about-intro .box2 {
	padding: 15px; background: #6cb545; margin: 5px 0px 5px 0px; border-radius: 10px;
}
.about-intro h1 {
	font-family: font3; font-size: 45px; letter-spacing: 2px; text-align: center;
}
.about-intro h2 {
	font-family: font3; font-size: 25px; letter-spacing: 2px;  color: #fff;
}
.about-intro h2 u {
	font-size: 30px; text-transform: uppercase; text-shadow: 1px 1px 1px #000;
}
.about-intro p {
	font-family: font2; font-size: 17px; line-height: 35px; text-align: center;
}
.about-intro hr {
	width: 75%; margin-left: 100px; height: 2px; background: #fff;
}
.about-intro i  {
	font-size: 35px; color: #358640; padding: 10px; background: #fff; border-radius: 100%; 
}
.about-intro img {
	background: #fff;
}
.about-body {
	background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/about/dots.png);
    background-size: cover;
    height: 100%; background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}
.about-body .container-fluid {
	padding: 0px;
}
.about-body .row {
	--bs-gutter-x: 0;
}
.about-body h1 {
	font-family: font3; font-size: 45px; letter-spacing: 2px; text-align: left;

}
.about-body h1 span {
	font-size: 40px; color: #358640; text-shadow: 1px 1px 1px #000; text-decoration: underline;
}
.about-body h2 {
	font-family: font3; font-size: 30px;
}
.about-body h2 span {
	font-size: 40px; color: #358640; text-shadow: 1px 1px 1px #000; text-decoration: underline;
}
.about-body p {
	font-family: font2; font-size: 17px; line-height: 35px;
}
.about-body .who {
	
}
.about-body .who-1 {
	padding: 200px 50px 200px 50px;
}
.about-body .who-2 {
	background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/about/who-1.jpg);
    background-size: cover;
    height: 100%; padding: 100px 50px 100px 50px;
    background-position: center center;
    background-repeat: no-repeat; border-top-left-radius: 100px; border-bottom-left-radius: 100px;
}
.about-body .what {
	
}
.about-body .what-1 {
	background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/about/what-1.jpg);
    background-size: cover;
    height: 100%; padding: 100px 50px 100px 50px;
    background-position: center center;
    background-repeat: no-repeat; border-top-right-radius: 100px; border-bottom-right-radius: 100px;
}
.about-body .what-2 {
	padding: 200px 50px 200px 50px;
}
.about-body .why-1 {
	background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/about/why-our-expertise.jpg);
    background-size: cover;
    height: 100%; padding: 100px 50px 100px 50px;
    background-position: center center;
    background-repeat: no-repeat; border-top-right-radius: 100px; border-bottom-right-radius: 100px;
}
.about-body .why-2 {
	padding: 200px 50px 200px 50px;
}
.about-body .where {
	
}
.about-body .where-1 {
		padding: 200px 50px 200px 50px;
}
.about-body .where-2 {
	background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/about/where-1.jpg);
    background-size: cover;
    height: 100%; padding: 100px 50px 100px 50px;
    background-position: center center;
    background-repeat: no-repeat; border-top-left-radius: 100px; border-bottom-left-radius: 100px;
}
.about-end {
	padding: 250px 0px 150px 0px;
	background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/about/why-1.jpg);
    background-size: cover;
    height: 100%; background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}
.about-end .why-wright {
	padding: 50px; background: #fff; border-radius: 50px;
}
.about-end h3 {
	font-family: font3; font-size: 50px;
}
.about-end h3 span {
	font-weight: 600; color: #358640; text-shadow: 1px 1px 1px #000; text-decoration: underline;
}
.about-end h5 {
	font-family: font2; font-weight: 600; font-size: 20px; text-align: center;
}
.about-end p {
	font-family: font2; font-size: 17px; line-height: 35px;
}
.about-end a {
	color: #358640;
}
.about-end hr {
	max-width: 65%; height: 2px; background: #358640;
}
/**** Services Section ****/
.service-intro {
	padding: 100px 0px 100px 0px; background: #358640; color: #fff;
}
.service-intro h1 {
	font-family: font3; font-size: 45px; text-align: center; text-shadow: 1px 1px 1px #000;
}
.service-intro p {
	font-family: font2; font-size: 17px; line-height: 35px; text-align: center;
}
.service-intro hr {
	height: 3px;
}
.home44 {
	background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/homepage/dots.png);
    background-size: cover; background-attachment: fixed;
    height: 100%; padding: 100px 50px 100px 50px;
    background-position: center center;
    background-repeat: no-repeat;
}
.home44 .cawd1 {
	 background: #358640b3;color: #fff; border-radius: 10px;
}
.home44 .cawd2 {
	 background: #6cb545c2;color: #fff; border-radius: 10px;
}
.home44 .cawd1:hover {
	background: #358640; box-shadow: 1px 1px 10px 1px #000;
}
.home44 .cawd2:hover {
	background: #6cb545;  box-shadow: 1px 1px 10px 1px #000;
}
.home44 .step-one {
	padding: 25px;
}
.home44 .step-one img {
	height: auto; margin-top: 50px;
}
.home44 .step-one hr {
	width: 25%; height: 2px; background: #6cb545;
}
.home44 .step-two {
	padding: 25px;
}
.home44 .step-two img {
	height: auto; margin-top: 50px;
}
.home44 .step-two hr {
	width: 25%; height: 2px; background: #6cb545;
}
.home44 .step-three {
	padding: 25px;
}
.home44 .step-three img {
	height: auto; margin-top: 50px;
}
.home44 .step-three hr {
	width: 25%; height: 2px; background: #6cb545;
}
.home44 .step-four {
	padding: 25px;
}
.home44 .step-four img {
	height: auto; margin-top: 50px;
}
.home44 .step-four hr {
	width: 25%; height: 2px; background: #6cb545;
}
.home44 .step-five {
	padding: 25px;
}
.home44 .step-five img {
	height: auto; margin-top: 50px;
}
.home44 .step-five hr {
	width: 25%; height: 2px; background: #6cb545;
}
.home44 h2 {
	font-family: font3; font-size: 45px; letter-spacing: 2px; text-align: center; margin-bottom: 75px;
}
.home44 h2 span {
	color: #358640; font-size: 50px;
}
.home44 h3 {
	font-family: font3; font-size: 25px; text-align: center; text-shadow: 1px 1px 1px #000; padding: 10px 0px 10px 0px;
}
.home44 h4 {
	font-family: font3; font-size: 20px;
}
.home44 h4 span {
	font-family: font3; font-size: 30px;
}
.home44 h4 strong {
	color: #358640; font-size: 33px; text-decoration: underline;
}
.home44 h4 i {
	font-size: 20px;
}
.home44 p {
	line-height: 35px; font-family: font2; font-size: 17px;
}
.home44 i {
	font-size: 200px; margin-top: 75px; color: #358640;
}
.home44 img {
	height: 225px; width: 100%;
}
.home44 hr {
	height: 3px; background: #358640; opacity: 75%;
}
/* Parent Container */
.insurance-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Row Section */
.insurance-section {
    display: flex;
    width: 100%;
    height: 450px; /* Slightly smaller height */
    overflow: hidden;
}

/* Individual Half Section */
.insurance-half {
    flex: 1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: flex 0.5s ease-in-out;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
}

/* Background Images */
.insurance-homeowners { background-image: url('/img/services/homeowners-insurance.jpg'); }
.insurance-auto { background-image: url('/img/services/auto-insurance.jpg'); }
.insurance-renters { background-image: url('/img/services/renters-insurance-1.jpg'); }
.insurance-condo { background-image: url('/img/services/condo-insurance.jpg'); }
.insurance-landlord { background-image: url('/img/services/landlord-insurance.jpg'); }
.insurance-motorcycle { background-image: url('/img/services/motorcycle-insurance.jpg'); }
.insurance-boat { background-image: url('/img/services/boat-insurance.jpg'); }
.insurance-rv { background-image: url('/img/services/rv-insurance.jpg'); }
.insurance-life { background-image: url('/img/services/life-insurance.jpg'); }
.insurance-flood { background-image: url('/img/services/flood-insurance-1.jpg'); }

/* Heading Styling */
.insurance-half h2 {
    position: absolute;
    top: 20px; /* Align at the top */
    left: 20px;
    color: #fff;
	font-family: font3; letter-spacing: 2px;
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
    margin: 0;
    z-index: 2;
    transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
}

/* Content Styling (Hidden by Default) */
.insurance-content {
    position: absolute;
    top: 80px; /* Move content higher */
    left: 20px;
    right: 20px;
    color: #fff;
    text-align: left;
    background: #358640b3;
    padding: 15px 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    border-radius: 5px;
}

.insurance-content p,
.insurance-content ul,
.insurance-content a {
    margin: 10px 0;
}
.insurance-content p {
	font-family: font2; font-size: 17px; line-height: 35px;
}
.insurance-content li {
	font-size: 15px; font-family: font2; line-height: 30px;
}
.insurance-content ul {
    padding-left: 20px;
    list-style-type: disc;
}

.insurance-content a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4caf50;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.insurance-content a:hover {
    background-color: #45a049;
}

/* Hover Effects */
.insurance-half:hover {
    flex: 2.5; /* Expand section smoothly */
}

.insurance-half:hover h2 {
    transform: translateY(-10px); /* Slight upward movement */
    opacity: 1;
}

.insurance-half:hover .insurance-content {
    opacity: 1; /* Show hidden content */
    transform: translateY(0);
}


/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

/**** Areas We Service Section ****/
.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: linear-gradient(0deg, #ffffff78 25%, #ffffff78 90%), url(/img/homepage/dots-8.png);
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: repeat;
}
.area hr {
	width: 95%; height: 2px; background: #358640;
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: linear-gradient(0deg, #3586402e 25%, #3586402e 90%), url(/img/homepage/dots-9.png);
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: repeat;
}
.area h1 {
	font-size: 60px; font-family: font3; font-weight: 500; color: #358640;
}
.area h2 {
	font-size: 40px; font-family: font3; font-weight: 500; color: #358640;
}
.area h3 {
	font-size: 20px; font-family: font2; color: rgb(75,75,75); font-weight: 600;
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12); line-height: 35px;
}
.area iframe {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

/**** Contact Section ****/


/**** Testimonials Section ****/
.testimonials {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}


/**** Sections On Every Page ****/
.split {
	background: #153d1a;
}
.split .splitter {
	background: transparent; position: relative; margin-bottom: -50px;
}
.split .splice1 {
	padding: 35px 25px 25px 25px; background: #f5f5f5; border-radius: 100%; text-align: center; height: 300px; width: 300px;
	 margin-top: -50px; border: 5px solid #358640; box-shadow: 0px 0px 0px 10px #153d1a;
}
.split h3 {
	font-family: font3; font-size: 30px;
}
.split h4 {
	font-family: font2; font-size: 20px;
}
.split i {
	font-size: 65px; color: #358640;
}
.split hr {
	width: 15%;
    height: 3px;
    background: #153d1a;
    position: relative;
    left: 43%;
    opacity: 60%;
}
.contact-section {
	padding: 175px 50px 175px 50px;
	    background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/homepage/dots-8.png);
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: repeat;
}
.contact-section h1 {
	font-family: font3; font-size: 40px; letter-spacing: 2px;
}
.contact-section h2 {
	font-family: font3; font-size: 40px; letter-spacing: 2px;
}
.contact-section h3 {
	font-size: 2rem; font-family: font2; font-weight: 600; text-align: center; color: rgb(12,12,12);
}
.contact-section h4 {
	font-family: font3; font-size: 20px;
}
.contact-section h5 {
	font-family: font2; font-size: 18px;
}
.contact-section p {
	font-family: font2; font-size: 17px; line-height: 35px;
}
/* ========================================== */
/* === Misc. Section ======================== */
/* ========================================== */

/****  Referrals Owl Carousel ****/
.owl-carousel .owl-stage-outer {
	padding: 40px 0;
}
.owl-nav {
	position: absolute; width: 100%; top: 10%; display: none;
}
.owl-carousel .item {
	display: block; height: 100%;
}
.owl-carousel .owl-item span {
	font-size: 20px; font-weight: 500;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	position: absolute;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background: transparent !important; color: #212121 !important; opacity: .5 !important;
}
.owl-nav .owl-next {
	left: 100%;
}
.owl-nav .owl-prev {
	right: 100%;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
	font-size: 3em; display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	outline: none;
}

/**** Default Classes ****/
body {
	font-family: 'Montserrat', sans-serif;
}
body#barbajs {
	visibility: visible;
}
a, button, .btn {
	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
a {
	cursor:pointer;	text-decoration: none !important;
}
a:hover {
	color: #252525; text-decoration: underline;
}
.btn {
	cursor: pointer; border-radius: 0;
}
.btn.alert-trigger {
	color: #fdfdfd; background-color:#333;
}
.btn:hover {
	opacity: 0.9;
}
.inner-content-section .btn {
	background:rgba(135,170,188);	border-color: #949494; color: rgba(255,255,255,1);
}
.inner-content-section .btn:hover {
	background-color: rgba(135,170,188,0.4); color: #fff;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {outline: none;box-shadow: none;background-color: #444;border-color: #949494;color: #fff;}
.btn-primary:hover {
	border-color: #949494;
}
.btn.focus, .btn:focus {
	outline:none; box-shadow: none;
}
.section-divider {
	position: relative; 
}
.estimate-section-divider .alert, .estimate-section-divider .alert p {
    text-align: left; font-size: inherit;
}
.block-overlay {
	position: absolute; display: inline-block; background:rgba(0, 0, 0, 0.6); width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; z-index: 0;
}
.fadeDiv {
	position: fixed; display: inline-block; z-index: 1050; color: #fff; background: #300e87; padding: 50px; top: 150px; bottom: 150px; left: 300px; right: 300px; transform:scale(0,0); box-shadow: 0px 0px 20px -1px #000; transition: all .20s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.menu-scaler {
	position: fixed; display: inline-block; padding: 50px; z-index: 1050; top: 150px; bottom: 150px; left: 300px; right: 300px; transform: scale(1,1);
}
.fadeDiv .fadeDiv-close {
	position: absolute; right: 20px; top: 10px; font-weight: 900; font-size: 2em; font-family: 'Lato'; cursor: pointer;
}
.navbar-collapse ul {
	width: 100%; justify-content: center; align-items: center;
}
.overlay {
	height: 100%; width: 100%; background: #ffffffbf;
}
#myBtn {
	display: block; width: 50px; height: 50px; position: fixed; top: 100%; right: 30px; z-index: 99; border: none; outline: none; background-color: #000000; color: #ffffff; cursor: pointer; font-size: 14px; padding-top: 0; border-radius: 0px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
	background-color: #424242; color: #fff;
}

/**** Gallery Function Section ****/
#portfolio input {
	display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; margin: 0; top: 0; left: -60px; z-index: 2; width: 60px; height: 60px; -webkit-appearance: none; background-image: url(/img/icons/close-btn-icon-red.png); background-repeat: no-repeat; background-color: transparent; background-size: contain; color: #ffffff; border: none; cursor: pointer; outline: none !important; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
#portfolio input:hover {
	background-color: #fff;	opacity: .;
}
button.mfp-close, button.mfp-arrow {
	outline :none !important;
}
#portfolio {
	display: flex; padding: 0; overflow: hidden; flex-wrap: wrap; justify-content: center;
}
#portfolio li {
	display: flex; justify-content: center; align-items: center; float: left; position: relative; overflow: hidden; margin: 0 10px 20px;
}
#portfolio li a {
	transform: scale(1,1); display: block; width: 100%; height: 295px; width: 490px; overflow: hidden; -o-transition:all .30s ease; -moz-transition:all .30s ease; -webkit-transition:all .30s ease; transition:all .30s ease;
}
#portfolio li a:hover {
	transform: scale(1.1,1.1) !important;
}
#portfolio li a img {
	display: block; position: absolute; top: 0%; bottom: 0%; left: 0%; right: 0%; margin: auto; width: 100%; height: auto; transform: scale(1,1);
}
#portfolio li:hover .block-overlay {
	background-color: #000000cc;
}
#portfolio li:hover input {
	left: 0;
}
#portfolio .block-overlay {
	background: rgb(0,0,0,0.1); z-index: 1; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}

.mfp-ready .mfp-figure {
	opacity: 0; margin-left: -100px;
}
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 0; margin-left: -100px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
	opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 1; margin-left: 0; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
	-webkit-transform: scale(0.95);	-ms-transform: scale(0.95); transform: scale(0.95); opacity: 0; margin-left: -100px;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
	opacity: 0; margin-left: -20px;
}
.mfp-iframe-scaler {
	overflow: visible; /*so the close button is shown*/
}
.mfp-zoom-out-cur {
	cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

/**** Reviews Function ****/
.carousel-indicators li {
	position: relative; top: 51px; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 30px;	height: 3px; margin-right: 3px;	margin-left: 3px; text-indent: -999px; background-color: rgb(191, 190, 190);
}
.carousel-indicators .active {
	background-color: #0f8029;
}

/* ========================================== */
/* === Footer Section ======================= */
/* ========================================== */
.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
	width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.footer-section {
	padding: 0 0 10px;     background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/homepage/dots.png);
    background-size: cover;
    height: 100%;
    background-position: center bottom;
    background-repeat: repeat;  font-size: 18px; font-weight: 400;
}
.footer-section p {
	 font-size: 15px; font-family: 'font2';
}
.footer-section a {
	color: inherit; font-size: 16px;
}
.footer-section .h-card {
	text-align: center;background: #dcf2dc85; padding: 25px 0px 25px 0px;
}
.footer-section .service-cities p {
	margin: 0 0 3px;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities span {
	font-family: 'font3';
	font-size: 2rem;
	font-weight: 500; 
}
.service-cities h5 {
	line-height: 8px;
}
.service-cities h4 {
	font-size: 20px; font-family: 'font3'; font-weight: 600; text-decoration: underline; letter-spacing: 2px; 
}
.service-cities h2 {
	font-size: 40px; font-family: 'font3'; font-weight: 600; letter-spacing: 2px; color: #358640; text-shadow: 1px 1px 1px #000;
	text-align: center;
}
.service-cities h2.company {
	
	font-family: 'font3';
	font-size: 2rem;
	font-weight: 500;
	
	; letter-spacing: none;  text-shadow: none;
	color:black;
	text-align: center;
}
.service-cities h2.company span{
	font-size: 1rem; font-family: 'font3'; font-weight: 600; letter-spacing: 2px; color: black; text-shadow: none;
	text-align: center;
}

.service-cities h2 span {
	font-size: 30px;font-weight: 500;  color: #358640; text-shadow: none; letter-spacing: 0px;
}
.service-cities h2 span a {
	font-size: 15px; color: #000;font-family: font2;
}
.service-cities h2 hr {
	width: 60%; height: 2px; margin-left: 175px;
}
.service-cities h3 {
	font-size: 30px; font-family: 'font3'; font-weight: 600; letter-spacing: 2px; text-align: center;
}
.service-cities h3 span {
	font-size: 15px;font-weight: 500; font-family: font2;
}
.bottom-footer {
	background: #dcf2dc85; padding: 25px 0px 15px 0px; border-top-right-radius: 50px; border-top-left-radius: 50px;
}
.bottom-footer .vms-link-wrapper {
	position: relative; top: -10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; font-size: 14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display: flex; justify-content: center;	align-items: center; border: 1px solid #fff; border-radius: 100px; height: 28px; width: 28px; margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration: none !important; color: #929292;
}
.trademark-disclaimer {
	padding: 10px 0; background: #358640; margin-bottom: -10px;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: rgb(255,255,255);
}

.modal-body h2{
    font-size: 25px;
    font-family: 'font3';
    font-weight: 600;
    letter-spacing: 2px;
    color: #358640;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
}
h5.modal-title{
    font-size: 40px;
    font-family: 'font3';
    font-weight: 600;
    letter-spacing: 2px;
    color: #358640;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
}



/* === Lg. Laptop CSS Section ================= */
@media screen and (max-width : 1440px) {
	/*** Don't place anything here, unless absolutely necessary ***/
}
/* === Sm. Laptop CSS Section ================= */
/*@media screen and (max-width: 1024px) {*/
@media screen and (max-width: 1500px) {
	
	
.top-header div[class*='col-']:nth-child(3) a {
    padding: 9px 15px 9px 15px;
    background: transparent;
    font-weight: 600;
    font-family: 'font2';
    color: rgb(120,120,120);
    border-radius: 1.6rem;
    border: 1px double rgb(120,120,120);
	font-size:0.6rem;
	display: inline-flex;
	
}
.top-header div[class*='col-']:nth-child(4) a {
    padding: 9px 15px 9px 15px;
    background: transparent;
    font-weight: 600;
    font-family: 'font2';
    color: rgb(120,120,120);
    border-radius: 1.6rem;
    border: 1px double rgb(120,120,120);
	font-size:0.6rem;
	display: inline-flex;
	
}

.top-header .company-title span {
    font-family: 'font3';
    font-size: 29px;
    font-weight: 800;
    color: black;
}
.navbar-scroll {
    padding: 115px 0 0;
    position: fixed;
    background: #e5d8c0;
    width: 100%;
    z-index: 2;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
}
.navbar-light .navbar-nav .nav-link {
    margin: 0 15px;
    padding: 6px 0px;
    font-weight: 900;
    font-size: 15px;
    color: #0c3912;
    font-family: 'font3';
    letter-spacing: 2px;
    text-transform: uppercase;
}


.home1 {
	padding: 125px 0 125px 0;
	    background: linear-gradient(0deg, #000000b3 25%, #000000b3 90%), url(/img/homepage/broker-1.jpg);
    background-size: cover;
    height: 100%;
    background-position: center bottom;
    background-repeat: repeat;
    background-attachment: fixed;
}
.home1 .pad {
	padding: 35px 10px;;
}
.home1 .contacting {
	margin-top: 100px;
}
.home1 h1 {
	font-family: 'font3'; font-size: 45px; text-align: left; font-weight: 500; color: #fff;
	text-align: center;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; color: #fff; line-height: 35px; letter-spacing: 1px;
	text-align: center;
	
}
.home1 h1 span {
	color: #56d115; font-size: 20px; font-family: font2; font-weight: 600; letter-spacing: 2px;
}


.home1 span{
	font-size: 33px;
	font-family: font2; 
	/*color: #56d115;*/
	color: white;
	font-weight: 400;
	text-align:center; 
}

.home1 h3 {
	font-family: font3; font-size: 40px; text-align: center; color: #fff;
}
.home1 h5 {
	font-family: font2; font-weight: 600; margin-left: 0px; font-size: 25px; letter-spacing: 2px; color: #fff; text-shadow: 1px 1px 1px #000;
	
	text-align: center; 
}
.home1 i {
	color: #56d115;
}
.home1 hr {
	height: 2px; background: #22b300;
}
.home1 .tabber1 {
	padding: 10px; position: relative;
}
.home1 .tabber1 hr {
	    margin-left: -0;
    width: 100%; opacity: 100%;
}
.home1 .tabber1:hover h5 {
	color: #56d115;
}
.home1 .tabber1:hover i {
	color: #fff;
}
.home1 .tabber2 {
	padding: 10px; position: relative;
}
.home1 .tabber2 hr {
	    margin-left: -0;
    width: 100%; opacity: 100%;
}
.home1 .tabber2:hover h5 {
	color: #56d115;
}
.home1 .tabber2:hover i {
	color: #fff;
}
.home1 .tabber3 {
	padding: 10px; position: relative;
}
.home1 .tabber3 hr {
	    margin-left: -0;
    width: 100%; opacity: 100%;
}
.home1 .tabber3:hover h5 {
	color: #56d115;
}
.home1 .tabber3:hover i {
	color: #fff;
}
.home1 a {
	color: inherit;
}
.home1 img {
	border-radius: 100%;
    border: 5px solid #22b300;
    max-width: 75%;
}


.home-contact {
	    padding: 15px 10px 0px 10px; background: #358640;
}
.home-contact h2 {
	    font-family: font3;
    font-size: 35px;
	text-align: center;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px #000;
}
.insurance-tab-section {
	padding: 50px 10px; background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/homepage/dots.png);
    background-size: cover;
    height: 100%;
    background-position: center bottom;
    background-repeat: repeat;
    background-attachment: fixed;
}
.insurance-tab-section h2 {
	font-family: font3; font-size: 35px; padding-bottom: 70px; text-align: center;
}
.insurance-tab-section h2 span {
	font-size: 40px; color: #358640;
}
.insurance-tabs {
            display: flex;
            flex-direction: column;
            width: 100%;
            /*background-color: #9cd080;
            border-right: 1px solid #ccc;*/
        }

        .insurance-tab-button {
            padding: 15px;
            cursor: pointer;
            border: none;
            background: none;
            text-align: left;
            font-size: 16px;
			font-family: font2;
            /*border-bottom: 1px solid #ddd;*/
            transition: background-color 0.3s;
            color: #000;
        }

        .insurance-tab-button:hover, .insurance-tab-button.active {
            background-color: #358640;
            color: #fff;
        }
		.insurance-tab-button img {
			max-width: 50%; 
		}
		.insurance-tab-button span {
			color: #185420;
		}
		.insurance-tab-button:hover span {
			color: #fff;
		}
		.insurance-tab-button.active span {
			color: #fff;
		}
        .insurance-tab-content {
            display: none;
            padding: 20px;
            flex: 1;
			height: auto;
            overflow-y: auto;
            /*background-color: #fff;*/
            color: #000;
        }
		.insurance-tab-content h3 {
			font-family: font3; font-size: 30px; letter-spacing: 2px;
			text-align: center;
			
		}
		.insurance-tab-content h4 {
			    font-family: font3;
    font-size: 20px;
    letter-spacing: 2px;
    color: #fff;
    background: #185420;
    padding: 15px 5px 15px 15px;
    text-align: center;;
		}
		.insurance-tab-content h4:hover {
			background: #6cb545;
		}
		.insurance-tab-content h5 {
			font-family: font3; font-size: 20px; letter-spacing: 2px; color: #185420; background: #fff; padding: 15px 5px 15px 15px;
			box-shadow: 0px 0px 0px 1px #185420;
			text-align: center;
		}
		.insurance-tab-content h5:hover {
			background: #dcffc9;
		}
		.insurance-tab-content p {
			font-family: font2; font-size: 17px; line-height: 35px;
		}
        .insurance-tab-content.active {
            display: block;
        }
		.insurance-tab-content img {
			max-width: 100%; margin-left: -0;
		}
        .insurance-content-container {
            flex: 1; width: 100%''
            background-color: #6CB545;
        }
		
		.home2 {
			padding: 200px 0px 150px 0px; background: #DCF2DC;
		}
		.home2 h2 {
			font-family: font3; font-size: 45px; text-align: center; letter-spacing: 5px; color: #1c4f23;
			font-weight: 600;
		}
		.home2 h4 {
			text-align: center; font-size: 100px;
			    position: relative; color: #6cb545;
    transform: rotate(90deg);
		}
		.home2 hr {
			    background: linear-gradient(0deg, rgba(0, 0, 0, 0.010138161709996485) 45%, rgb(0, 0, 0) 45%, rgb(0, 0, 0) 55%, rgba(0, 0, 0, 0) 55%);
    height: 25px;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
    opacity: 75%;
    border-radius: 5%;
		}
		.home2 .card1 {
			 box-shadow: 1px 1px 10px 1px #000;border-top-right-radius: 15%; border-top-left-radius: 15%;
		}
		.home2 .card1 img {
			 border-top-right-radius: 15%; border-top-left-radius: 15%;
		}
		.home2 .card1 .card-text {
			background-color: #6CB545; border-top-right-radius: 15%; border-top-left-radius: 15%; padding: 15px;
			text-align: center; position: relative; margin-top: -30px;
		}
		.home2 .card1 .card-text h3 {
			font-family: font3; font-size: 25px; letter-spacing: 3px; color: #fff;
		}
		.home2 .card1 .card-text p {
			font-family: font2; line-height: 30px; color: #fff;
		}
		.home2 .card1 hr {
			background: #fff; width: 25%; margin-left: 100px; height: 2px;
		}
		.home3 {
			background: #FBF7ED;
		}
		.home3 .container-fluid {
			padding: 0px;
		}
		.home3 .part1 {
			background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/homepage/broker-2.jpg);
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
		}
		.home3 .part2 {
			padding: 10px; text-align: center; height: auto;
		}
		.home3 h2 {
			font-family: font2; font-size: 35px; letter-spacing: 2px; font-weight: 600; line-height: 65px;
		}
		.home3 h2 span {
			color: #185420; font-family: font3; text-transform: uppercase; text-decoration: underline; font-size: 40px;
		}
		.home3 p {
			font-family: font2; font-size: 17px; line-height: 35px;
		}
		.home3 hr {
			height: 2px; background:  #6CB545; opacity: 75%;
		}
		
		.insurance-broker-accordion {
    margin-top: 30px;
/*    border: 1px solid #ccc;*/
    border-radius: 5px;
    overflow: hidden;
}

.insurance-broker-item {
    /*border-bottom: 1px solid #ccc;*/
}

.insurance-broker-item:last-child {
    border-bottom: none;
}

.insurance-broker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 55px;
    background-color: #DCF2DC;
    cursor: pointer;
    font-family: font2;
    transition: background-color 0.3s ease;
}

/* Hover effect */
.insurance-broker-header:hover {
    background-color: #6cb545;
}

/* Active header styling */
.insurance-broker-header.active {
    background-color: #358640;
    color: #ffffff;
}
.insurance-broker-accordion h4 {
	font-size: 20px; font-family: font3;
}
.insurance-broker-header.active h4,
.insurance-broker-header.active .insurance-broker-toggle {
    color: #ffffff;
}

/* Toggle symbol styling */
.insurance-broker-toggle {
    font-size: 18px;
    font-weight: bold;
    transition: color 0.3s ease;
}

.insurance-broker-content {
    display: none;
    padding: 15px 20px;
    font-size: 16px;
	height: auto;
    color: #555;
    background-color: #ffffff;
    font-family: font2;
}

.insurance-broker-content p {
    margin: 0; text-align: left;
}



/* Background styling for the section */
.home4 {
    background: linear-gradient(
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6)
        ),
        url(/img/homepage/broker-6.jpg) center center / cover no-repeat fixed;
    padding: 100px 10px;
    text-align: center;
	height: auto;
}

/* Section heading */
.home4 h3 {
    font-family: font3;
    font-size: 35px;
    color: #fff;
	letter-spacing: 2px;
    margin-bottom:25px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

/* Row container */
.home4 .row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

/* Individual card */
.home4 .cawd1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #358640b3;
    color: #fff;
    border-radius: 10px;
    height: auto; /* Default height */
    padding: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.home4 .cawd1:hover {
    background: linear-gradient(135deg, #358640, #3e9640);
    height: auto; /* Expanded height on hover */
    padding-top: 30px;
    transform: scale(1.03);
}

/* Top content: Icon and Heading */
.home4 .cawd1 .top-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* Space between icon and h4 */
    position: absolute;
    top: 50%; /* Center vertically */
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
}

.home4 .cawd1:hover .top-content {
    top: 20px; /* Move to top when hovered */
    transform: translate(-50%, 0);
    margin-bottom: 15px; /* Extra spacing below h4 */
}

.home4 .cawd1 .top-content i {
    font-size: 30px; /* Icon size */
    color: #fff;
}

.home4 .cawd1 .top-content h4 {
    margin: 0;
    font-family: font3;
    font-size: 20px; /* Adjust font size */
    line-height: 1.3; /* Limit line spacing */
    max-height: 2.6em; /* Prevent text from going to 3+ lines */
    overflow: hidden; /* Truncate extra text */
    text-align: center;
	letter-spacing: 2px;
}

/* Horizontal rule styling */
.home4 hr {
    border: none;
    height: 2px;
    background: #fff;
    width: 100%;
    margin: 55px auto 10px auto;
    transition: all 0.3s ease;
}

/* Hidden content (appears on hover) */
.home4 .cawd1 hr,
.home4 .cawd1 ul,
.home4 .cawd1 a {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.home4 .cawd1:hover hr,
.home4 .cawd1:hover ul,
.home4 .cawd1:hover a {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* List styling */
.home4 ul {
    list-style-type: disc;
    margin: 10px auto;
    padding-left: 20px;
    text-align: left;
}

.home4 ul li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

/* Button styling */
.btn-home4 {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    font-family: font3;
    font-size: 16px;
    color: #fff;
    background-color: #6cb545;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-home4:hover {
    background-color: #5aa73a;
    transform: translateY(-3px);
}
.insurance-companies {
	background: #DCF2DC;
}
/* Carousel Container */
.insurance-company-carousel {
    position: relative;
    overflow: hidden;
    height: 150px; /* Increase height to accommodate larger images */
    width: 100%;
}

/* Track with Items */
.insurance-company-track {
    display: flex;
    flex-direction: row;
    width: calc(200%); /* Double the width for seamless duplication */
    animation: insurance-company-scroll-horizontal 20s linear infinite;
}

/* Individual Carousel Item */
.insurance-company-item {
    flex: 0 0 auto; /* Prevent shrinking */
    width: 200px; /* Increase the container width */
    height: 120px; /* Increase container height */
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
}

/* Image Scaling */
.insurance-company-item img {
    max-width: 100%;
    max-height: 100%; /* Allow full use of container space */
    object-fit: contain; /* Prevent image distortion */
    transition: transform 0.3s ease; /* Optional hover effect */
}

/* Keyframe Animation for Smooth Infinite Scroll */
@keyframes insurance-company-scroll-horizontal {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/* Optional: Hover effect to slightly scale images */
.insurance-company-item img:hover {
    transform: scale(1.5);
}
.insurance-company-track:hover {
    animation-play-state: paused;
}




/**** About Section ****/
.about-intro {
	padding: 100px 0px 100px 0px; background: #358640; color: #fff;
}
.about-intro .box1 {
	margin-right: 0; margin-left: -0; padding-top: 50px;
}
.about-intro .box2 {
    padding: 15px;
    background: #6cb545;
    margin: 5px 0px 5px 0px;
    border-radius: 10px;
    justify-content: center;
    display: flex;
}
.about-intro h1 {
	font-family: font3; font-size: 35px; letter-spacing: 2px; text-align: center;
}
.about-intro h2 {
	font-family: font3; font-size: 17px; letter-spacing: 2px;  color: #fff;
}
.about-intro h2 u {
	font-size: 21px; text-transform: uppercase; text-shadow: 1px 1px 1px #000;
}
.about-intro p {
	font-family: font2; font-size: 17px; line-height: 35px; text-align: center;
}
.about-intro hr {
	width: 100%; margin-left: 0; height: 2px; background: #fff;
}
.about-intro i  {
    font-size: 24px;
    color: #358640;
    padding: 5px;
    background: #fff;
    border-radius: 100%;
}
.about-intro img {
	background: #fff;
}
.about-body {
	background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/about/dots.png);
    background-size: cover;
    height: 100%; background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}
.about-body .container-fluid {
	padding: 0px;
}
.about-body .row {
	--bs-gutter-x: 0;
}
.about-body h2 {
	font-family: font3; font-size: 22px;
	text-align: center;
}
.about-body h2 span {
	font-size: 30px; color: #358640; text-shadow: 1px 1px 1px #000; text-decoration: underline;
}
.about-body p {
	font-family: font2; font-size: 17px; line-height: 35px;
}
.about-body .who {
	
}
.about-body .who-1 {
	padding: 120px 10px 20px 10px;
}
.about-body .who-2 {
	background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/about/who-1.jpg);
    background-size: cover;
    height: 100%; padding: 100px 50px 100px 50px;
    background-position: center center;
    background-repeat: no-repeat; border-top-left-radius: 100px; border-bottom-left-radius: 100px;
}
.about-body .what {
	
}
.about-body .what-1 {
	background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/about/what-1.jpg);
    background-size: cover;
    height: 100%; padding: 100px 50px 100px 50px;
    background-position: center center;
    background-repeat: no-repeat; border-top-right-radius: 100px; border-bottom-right-radius: 100px;
}
.about-body .what-2 {
	padding: 120px 10px 20px 10px;
}
.about-body .why-1 {
	background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/about/why-our-expertise.jpg);
    background-size: cover;
    height: 100%; padding: 100px 50px 100px 50px;
    background-position: center center;
    background-repeat: no-repeat; border-top-right-radius: 100px; border-bottom-right-radius: 100px;
}
.about-body .why-2 {
	padding: 120px 10px 150px 10px;
}
.about-body .where {
	
}
.about-body .where-1 {
	padding: 120px 10px 20px 10px;
}
.about-body .where-2 {
	background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/about/where-1.jpg);
    background-size: cover;
    height: 100%; padding: 100px 50px 100px 50px;
    background-position: center center;
    background-repeat: no-repeat; border-top-left-radius: 100px; border-bottom-left-radius: 100px;
}
.about-end {
	padding: 250px 0px 150px 0px;
	background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/about/why-1.jpg);
    background-size: cover;
    height: 100%; background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}
.about-end .why-wright {
	padding: 40px 10px;; background: #ffffffc9; border-radius: 50px;
}
.about-end h3 {
	font-family: font3; font-size: 50px;
	text-align: center;
	
}
.about-end h3 span {
	font-weight: 600; color: #358640; text-shadow: 1px 1px 1px #000; text-decoration: underline;
}
.about-end h5 {
	font-family: font2; font-weight: 600; font-size: 15px; text-align: center;
}
.about-end p {
	font-family: font2; font-size: 17px; line-height: 35px;
	text-align: center;
	
}
.about-end a {
	color: #358640;
	text-align: center;
}
.about-end hr {
	max-width: 100%; height: 2px; background: #358640;
}

/**** Services Section ****/
.service-intro {
	padding: 100px 0px 100px 0px; background: #358640; color: #fff;
}
.service-intro h1 {
	font-family: font3; font-size: 45px; text-align: center; text-shadow: 1px 1px 1px #000;
}
.service-intro p {
	font-family: font2; font-size: 17px; line-height: 35px; text-align: center;
}
.service-intro hr {
	height: 3px;
}
.home44 {
	background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/homepage/dots.png);
    background-size: cover; background-attachment: fixed;
    height: 100%; padding: 100px 10px 100px 10px;
    background-position: center center;
    background-repeat: no-repeat;
}
.home44 .cawd1 {
	 background: #358640b3;color: #fff; border-radius: 10px;
}
.home44 .cawd2 {
	 background: #6cb545c2;color: #fff; border-radius: 10px;
}
.home44 .cawd1:hover {
	background: #358640; box-shadow: 1px 1px 10px 1px #000;
}
.home44 .cawd2:hover {
	background: #6cb545;  box-shadow: 1px 1px 10px 1px #000;
}
.home44 .step-one {
	padding: 25px;
}
.home44 .step-one img {
	height: auto; margin-top: 50px;
}
.home44 .step-one hr {
	width: 25%; height: 2px; background: #6cb545;
}
.home44 .step-two {
	padding: 25px;
}
.home44 .step-two img {
	height: auto; margin-top: 50px;
}
.home44 .step-two hr {
	width: 25%; height: 2px; background: #6cb545;
}
.home44 .step-three {
	padding: 25px;
}
.home44 .step-three img {
	height: auto; margin-top: 50px;
}
.home44 .step-three hr {
	width: 25%; height: 2px; background: #6cb545;
}
.home44 .step-four {
	padding: 25px;
}
.home44 .step-four img {
	height: auto; margin-top: 50px;
}
.home44 .step-four hr {
	width: 25%; height: 2px; background: #6cb545;
}
.home44 .step-five {
	padding: 25px;
}
.home44 .step-five img {
	height: auto; margin-top: 50px;
}
.home44 .step-five hr {
	width: 25%; height: 2px; background: #6cb545;
}
.home44 h2 {
	font-family: font3; font-size: 45px; letter-spacing: 2px; text-align: center; margin-bottom: 75px;
}
.home44 h2 span {
	color: #358640; font-size: 50px;
}
.home44 h3 {
	font-family: font3; font-size: 25px; text-align: center; text-shadow: 1px 1px 1px #000; padding: 10px 0px 10px 0px;
}
.home44 h4 {
	font-family: font3; font-size: 20px;
}
.home44 h4 span {
	font-family: font3; font-size: 25px;
}
.home44 h4 strong {
	color: #358640; font-size: 27px; text-decoration: underline;
}
.home44 h4 i {
	font-size: 20px;
}
.home44 p {
	line-height: 35px; font-family: font2; font-size: 17px;
}
.home44 i {
	font-size: 20px; margin-top: 75px; color: #358640;
	display: none; 
}
.home44 img {
	height: auto; width: 100%;
}
.home44 hr {
	height: 3px; background: #358640; opacity: 75%;
}

/* Parent Container */
.insurance-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Row Section */
.insurance-section {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    flex-wrap: wrap;
    flex-direction: column;
}

/* Individual Half Section */
.insurance-half {
	padding: 45px 0; 
    flex: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: flex 0.5s ease-in-out;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    height: auto;
    flex-direction: column;
}

/* Background Images */
.insurance-homeowners { background-image: url('/img/services/homeowners-insurance.jpg'); }
.insurance-auto { background-image: url('/img/services/auto-insurance.jpg'); }
.insurance-renters { background-image: url('/img/services/renters-insurance-1.jpg'); }
.insurance-condo { background-image: url('/img/services/condo-insurance.jpg'); }
.insurance-landlord { background-image: url('/img/services/landlord-insurance.jpg'); }
.insurance-motorcycle { background-image: url('/img/services/motorcycle-insurance.jpg'); }
.insurance-boat { background-image: url('/img/services/boat-insurance.jpg'); }
.insurance-rv { background-image: url('/img/services/rv-insurance.jpg'); }
.insurance-life { background-image: url('/img/services/life-insurance.jpg'); }
.insurance-flood { background-image: url('/img/services/flood-insurance-1.jpg'); }

/* Heading Styling */
.insurance-half h2 {
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
    font-family: font3;
    letter-spacing: 2px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
    margin: 0;
    z-index: 2;
    transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
}

/* Content Styling (Hidden by Default) */
.insurance-content {
    position: absolute;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: left;
    background: #358640ed;
    padding: 15px 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    border-radius: 5px;
}

.insurance-content p,
.insurance-content ul,
.insurance-content a {
    margin: 10px 0;
}
.insurance-content p {
	font-family: font2; font-size: 15px; line-height: 35px;
}
.insurance-content li {
	font-size: 15px; font-family: font2; line-height: 30px;
}
.insurance-content ul {
    padding-left: 20px;
    list-style-type: disc;
}

.insurance-content a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4caf50;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.insurance-content a:hover {
    background-color: #45a049;
}

/* Hover Effects */
.insurance-half:hover {
    flex: 2.5; /* Expand section smoothly */
    flex: 2.5;
    flex-direction: column;	
}

.insurance-half:hover h2 {
    transform: translateY(-10px); /* Slight upward movement */
    opacity: 1;
}

.insurance-half:hover .insurance-content {
    opacity: 1;
    transform: translateY(0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}


/**** Sections On Every Page ****/
.split {
	background: #153d1a;
}
.split .splitter {
	background: transparent; position: relative; margin-bottom: -50px;
}
.split .splice1 {
	padding: 35px 15px 25px 15px; background: #f5f5f5; border-radius: 100%; text-align: center; height: auto; width: 300px;
	 margin-top: -0px; border: 5px solid #358640; box-shadow: 0px 0px 0px 10px #153d1a;
}
.split h3 {
	font-family: font3; font-size: 30px;
}
.split h4 {
	font-family: font2; font-size: 16px;
}
.split i {
	font-size: 65px; color: #358640;
}
.split hr {
	width: 15%;
    height: 3px;
    background: #153d1a;
    position: relative;
    left: 43%;
    opacity: 60%;
}
.contact-section {
	padding: 75px 20px 75px 20px;
	    background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/homepage/dots-8.png);
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: repeat;
}
.contact-section h2 {
    font-family: font3;
    font-size: 28px;
    letter-spacing: 2px;
    text-align: center;
}
.contact-section h3 {
	font-size: 2rem; font-family: font2; font-weight: 600; text-align: center; color: rgb(12,12,12);
}
.contact-section h4 {
	font-family: font3; font-size: 20px;
    text-align: center;
	
}
.contact-section h5 {
	font-family: font2; font-size: 18px;
    text-align: center;

}
.contact-section p {
	font-family: font2; font-size: 17px; line-height: 35px;

    text-align: center;
}


.service-cities h2 hr {
    width: 100%;
    height: 2px;
    margin-left: 0;
}



/**** Areas We Service Section ****/
.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: linear-gradient(0deg, #ffffff78 25%, #ffffff78 90%), url(/img/homepage/dots-8.png);
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: repeat;
}
.area hr {
	width: 95%; height: 2px; background: #358640;
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: linear-gradient(0deg, #3586402e 25%, #3586402e 90%), url(/img/homepage/dots-9.png);
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: repeat;
}
.area h2 {
	font-size: 40px; font-family: font3; font-weight: 500; color: #358640; text-align: center; 
}
.area h3 {
	font-size: 20px; font-family: font2; color: rgb(75,75,75); font-weight: 600;
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12); line-height: 35px;
}
.area iframe {
	width: 100%; height: 400px;; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}


}
/* === Tablet CSS Section ===================== */
@media screen and (max-width: 991px) {
.home1 .out-of-office{
	position:relative;
	top:7%;
	background: #DCF2DC;
	left: 50%;
	transform: translate( -50%, 0%);
	width:100%;
}

.home1 .out-of-office h2{
	color: black; 
	    font-family: font3;
    font-size: 2rem;
	text-align: center;
}



/**** Top Header Section ****/
.mobile-top-header {
	display:block !important; padding: 0 30px 0; background: rgb(135,170,188); z-index: 4; overflow: visible;
}
.mobile-top-header img {
	max-width: 80px; 
}

.mobile-menu {
	text-align: center; position: fixed; height: 100%; width: 100%;	display: block;	padding-top: 6em; top: 100%; border: 0;	background: #232323; border-radius: 0; z-index: 1100; overflow: auto; -webkit-transition-property: all;	-webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
	font-size: 2em;	color: #c5c5c5 !important;
}
.mobile-menu-custom-show {
	top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;	padding: 40px 0 0; top:0; left:0; width: 100%; text-align: center;
}
.mobile-menu-top-hero h2 {
	padding: 0 25px;
}
#mobile-menu-header {
	margin-top: 0; background: #ffffff00; box-shadow: none;
}
#mobile-menu-header ul {
	list-style: none; padding: 0 20px; margin-top: 8em; position: relative; width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff; padding: 20px 20px;
}
.header-contact_info a {
	color: rgb(255,255,255); margin: 0;
}
.top-header a, .top-header i, .top-header p {
	color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(0,0,0);
}
.top-header {
	background: white; display: none;
}
.header-contact_info {
	font-size: 1.5em;
}
.navbar-scroll {
	display: none;
}
.header-contact_info .navbar-brand {
	font-size: 1.3em;

}
.navbar-brand{
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;	
}
.top-header div[class*='col-']:first-child {
	justify-content: flex-start;
}
.top-header div[class*='col-'] {
	display: flex; justify-content: left; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(2) {
	background: none; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size: inherit; line-height: 35px;
}

.top-header .company-title span strong.subscript{
	
	font-family: 'font3';
	font-size: 13px;
	font-weight: 800;
	color: black;
}

/**** Navigation Section ****/
.dropdown-wrapper {
	margin: 0; padding: 0;
}
.navbar-sidebar .dropdown-menu-mobile {
	position: relative; display: none; top: 0; left: 0; z-index: 1000; float: left; height: 0px; margin: 0; width: 100%; padding: 0; font-size: 18px; color: #e6e6e6 !important; text-align: left; list-style: none; background-color: rgb(200,200,200); border: 0; visibility: hidden; border-radius: 0; transform: scale(1,0); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.dropdown-menu-animate {
	display: inline-block !important; transform: scale(1,1) !important; padding: 25px 0 !important; height: auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a {
	color: rgb(75,75,75); font-weight:600 !important; font-size: 1.3em; font-family: 'Raleway'; text-align: center;
}
.navbar-sidebar {
	padding-top: 135px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 3; overflow: auto;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition: margin-left .4s;
}
.modal {
	display: none; padding-top: 100px; position: fixed; left: 0; top: 0; width: 100%; height: 100%;	overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin: auto; background-color: #fff; position: relative; padding: 0; outline: 0; width: 1200px;
}

.bar {
	width: 100%; overflow: hidden;
}
.center .bar {
	display: inline-block; width: auto;
}
.bar .bar-item {
	padding: 8px 16px; float: left; width: auto; border: none; display: block; outline: 0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position: static; float: left;
}
.bar .button {
	white-space: normal;
}
.bar-block .bar-item {
	width: 100%; display: block; padding: 8px 16px; text-align: left; border: none; white-space: normal; float: none; outline: 0;
	color:black;
	font-family: 'font3';
	font-weight: 700; 
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}

.home1 {
	padding: 125px 0 125px 0;
	    background: linear-gradient(0deg, #000000b3 25%, #000000b3 90%), url(/img/homepage/broker-1.jpg);
    background-size: cover;
    height: 100%;
    background-position: center bottom;
    background-repeat: repeat;
    background-attachment: fixed;
}
.home1 .pad {
	padding: 35px 10px;;
}
.home1 .contacting {
	margin-top: 100px;
}
.home1 h1 {
	font-family: 'font3'; font-size: 45px; text-align: left; font-weight: 500; color: #fff;
	text-align: center;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; color: #fff; line-height: 35px; letter-spacing: 1px;
	text-align: center;
	
}
.home1 h1 span {
	color: #56d115; font-size: 20px; font-family: font2; font-weight: 600; letter-spacing: 2px;
}


.home1 span{
	font-size: 33px;
	font-family: font2; 
	/*color: #56d115;*/
	color: white;
	font-weight: 400;
	text-align:center; 
}

.home1 h3 {
	font-family: font3; font-size: 40px; text-align: center; color: #fff;
}
.home1 h5 {
	font-family: font2; font-weight: 600; margin-left: 0px; font-size: 25px; letter-spacing: 2px; color: #fff; text-shadow: 1px 1px 1px #000;
	
	text-align: center; 
}
.home1 i {
	color: #56d115;
}
.home1 hr {
	height: 2px; background: #22b300;
}
.home1 .tabber1 {
	padding: 10px; position: relative;
}
.home1 .tabber1 hr {
	    margin-left: -0;
    width: 100%; opacity: 100%;
}
.home1 .tabber1:hover h5 {
	color: #56d115;
}
.home1 .tabber1:hover i {
	color: #fff;
}
.home1 .tabber2 {
	padding: 10px; position: relative;
}
.home1 .tabber2 hr {
	    margin-left: -0;
    width: 100%; opacity: 100%;
}
.home1 .tabber2:hover h5 {
	color: #56d115;
}
.home1 .tabber2:hover i {
	color: #fff;
}
.home1 .tabber3 {
	padding: 10px; position: relative;
}
.home1 .tabber3 hr {
	    margin-left: -0;
    width: 100%; opacity: 100%;
}
.home1 .tabber3:hover h5 {
	color: #56d115;
}
.home1 .tabber3:hover i {
	color: #fff;
}
.home1 a {
	color: inherit;
}
.home1 img {
	border-radius: 100%;
    border: 5px solid #22b300;
    max-width: 55%;
}


.home-contact {
	    padding: 15px 10px 0px 10px; background: #358640;
}
.home-contact h2 {
	    font-family: font3;
    font-size: 35px;
	text-align: center;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px #000;
}
.insurance-tab-section {
	padding: 50px 10px; background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/homepage/dots.png);
    background-size: cover;
    height: 100%;
    background-position: center bottom;
    background-repeat: repeat;
    background-attachment: fixed;
}
.insurance-tab-section h2 {
	font-family: font3; font-size: 35px; padding-bottom: 70px; text-align: center;
}
.insurance-tab-section h2 span {
	font-size: 40px; color: #358640;
}
.insurance-tabs {
            display: flex;
            flex-direction: column;
            width: 100%;
            /*background-color: #9cd080;
            border-right: 1px solid #ccc;*/
        }

        .insurance-tab-button {
            padding: 15px;
            cursor: pointer;
            border: none;
            background: none;
            text-align: left;
            font-size: 16px;
			font-family: font2;
            /*border-bottom: 1px solid #ddd;*/
            transition: background-color 0.3s;
            color: #000;
        }

        .insurance-tab-button:hover, .insurance-tab-button.active {
            background-color: #358640;
            color: #fff;
        }
		.insurance-tab-button img {
			max-width: 50%; 
		}
		.insurance-tab-button span {
			color: #185420;
		}
		.insurance-tab-button:hover span {
			color: #fff;
		}
		.insurance-tab-button.active span {
			color: #fff;
		}
        .insurance-tab-content {
            display: none;
            padding: 20px;
            flex: 1;
			height: auto;
            overflow-y: auto;
            /*background-color: #fff;*/
            color: #000;
        }
		.insurance-tab-content h3 {
			font-family: font3; font-size: 30px; letter-spacing: 2px;
			text-align: center;
			
		}
		.insurance-tab-content h4 {
			    font-family: font3;
    font-size: 20px;
    letter-spacing: 2px;
    color: #fff;
    background: #185420;
    padding: 15px 5px 15px 15px;
    text-align: center;;
		}
		.insurance-tab-content h4:hover {
			background: #6cb545;
		}
		.insurance-tab-content h5 {
			font-family: font3; font-size: 20px; letter-spacing: 2px; color: #185420; background: #fff; padding: 15px 5px 15px 15px;
			box-shadow: 0px 0px 0px 1px #185420;
			text-align: center;
		}
		.insurance-tab-content h5:hover {
			background: #dcffc9;
		}
		.insurance-tab-content p {
			font-family: font2; font-size: 17px; line-height: 35px;
		}
        .insurance-tab-content.active {
            display: block;
        }
		.insurance-tab-content img {
			max-width: 100%; margin-left: -0;
		}
        .insurance-content-container {
            flex: 1; width: 100%''
            background-color: #6CB545;
        }
		
		.home2 {
			padding: 200px 0px 150px 0px; background: #DCF2DC;
		}
		.home2 h2 {
			font-family: font3; font-size: 45px; text-align: center; letter-spacing: 5px; color: #1c4f23;
			font-weight: 600;
		}
		.home2 h4 {
			text-align: center; font-size: 100px;
			    position: relative; color: #6cb545;
    transform: rotate(90deg);
		}
		.home2 hr {
			    background: linear-gradient(0deg, rgba(0, 0, 0, 0.010138161709996485) 45%, rgb(0, 0, 0) 45%, rgb(0, 0, 0) 55%, rgba(0, 0, 0, 0) 55%);
    height: 25px;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
    opacity: 75%;
    border-radius: 5%;
		}
		.home2 .card1 {
			 box-shadow: 1px 1px 10px 1px #000;border-top-right-radius: 15%; border-top-left-radius: 15%;
		}
		.home2 .card1 img {
			 border-top-right-radius: 15%; border-top-left-radius: 15%;
		}
		.home2 .card1 .card-text {
			background-color: #6CB545; border-top-right-radius: 15%; border-top-left-radius: 15%; padding: 15px;
			text-align: center; position: relative; margin-top: -30px;
		}
		.home2 .card1 .card-text h3 {
			font-family: font3; font-size: 25px; letter-spacing: 3px; color: #fff;
		}
		.home2 .card1 .card-text p {
			font-family: font2; line-height: 30px; color: #fff;
		}
		.home2 .card1 hr {
			background: #fff; width: 25%; margin-left: 100px; height: 2px;
		}
		.home3 {
			background: #FBF7ED;
		}
		.home3 .container-fluid {
			padding: 0px;
		}
		.home3 .part1 {
			background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/homepage/broker-2.jpg);
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
		}
		.home3 .part2 {
			padding: 10px; text-align: center; height: auto;
		}
		.home3 h2 {
			font-family: font2; font-size: 30px; letter-spacing: 2px; font-weight: 600; line-height: 65px;
		}
		.home3 h2 span {
			color: #185420; font-family: font3; text-transform: uppercase; text-decoration: underline; font-size: 40px;
		}
		.home3 p {
			font-family: font2; font-size: 17px; line-height: 35px;
		}
		.home3 hr {
			height: 2px; background:  #6CB545; opacity: 75%;
		}
		
		.insurance-broker-accordion {
    margin-top: 30px;
/*    border: 1px solid #ccc;*/
    border-radius: 5px;
    overflow: hidden;
}

.insurance-broker-item {
    /*border-bottom: 1px solid #ccc;*/
}

.insurance-broker-item:last-child {
    border-bottom: none;
}

.insurance-broker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 55px;
    background-color: #DCF2DC;
    cursor: pointer;
    font-family: font2;
    transition: background-color 0.3s ease;
}

/* Hover effect */
.insurance-broker-header:hover {
    background-color: #6cb545;
}

/* Active header styling */
.insurance-broker-header.active {
    background-color: #358640;
    color: #ffffff;
}
.insurance-broker-accordion h4 {
	font-size: 20px; font-family: font3;
}
.insurance-broker-header.active h4,
.insurance-broker-header.active .insurance-broker-toggle {
    color: #ffffff;
}

/* Toggle symbol styling */
.insurance-broker-toggle {
    font-size: 18px;
    font-weight: bold;
    transition: color 0.3s ease;
}

.insurance-broker-content {
    display: none;
    padding: 15px 20px;
    font-size: 16px;
	height: auto;
    color: #555;
    background-color: #ffffff;
    font-family: font2;
}

.insurance-broker-content p {
    margin: 0; text-align: left;
}



/* Background styling for the section */
.home4 {
    background: linear-gradient(
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6)
        ),
        url(/img/homepage/broker-6.jpg) center center / cover no-repeat fixed;
    padding: 100px 10px;
    text-align: center;
	height: auto;
}

/* Section heading */
.home4 h3 {
    font-family: font3;
    font-size: 35px;
    color: #fff;
	letter-spacing: 2px;
    margin-bottom:25px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

/* Row container */
.home4 .row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

/* Individual card */
.home4 .cawd1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #358640b3;
    color: #fff;
    border-radius: 10px;
    height: auto; /* Default height */
    padding: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.home4 .cawd1:hover {
    background: linear-gradient(135deg, #358640, #3e9640);
    height: auto; /* Expanded height on hover */
    padding-top: 30px;
    transform: scale(1.03);
}

/* Top content: Icon and Heading */
.home4 .cawd1 .top-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* Space between icon and h4 */
    position: absolute;
    top: 50%; /* Center vertically */
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
}

.home4 .cawd1:hover .top-content {
    top: 20px; /* Move to top when hovered */
    transform: translate(-50%, 0);
    margin-bottom: 15px; /* Extra spacing below h4 */
}

.home4 .cawd1 .top-content i {
    font-size: 30px; /* Icon size */
    color: #fff;
}

.home4 .cawd1 .top-content h4 {
    margin: 0;
    font-family: font3;
    font-size: 20px; /* Adjust font size */
    line-height: 1.3; /* Limit line spacing */
    max-height: 2.6em; /* Prevent text from going to 3+ lines */
    overflow: hidden; /* Truncate extra text */
    text-align: center;
	letter-spacing: 2px;
}

/* Horizontal rule styling */
.home4 hr {
    border: none;
    height: 2px;
    background: #fff;
    width: 100%;
    margin: 55px auto 10px auto;
    transition: all 0.3s ease;
}

/* Hidden content (appears on hover) */
.home4 .cawd1 hr,
.home4 .cawd1 ul,
.home4 .cawd1 a {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.home4 .cawd1:hover hr,
.home4 .cawd1:hover ul,
.home4 .cawd1:hover a {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* List styling */
.home4 ul {
    list-style-type: disc;
    margin: 10px auto;
    padding-left: 20px;
    text-align: left;
}

.home4 ul li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

/* Button styling */
.btn-home4 {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    font-family: font3;
    font-size: 16px;
    color: #fff;
    background-color: #6cb545;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-home4:hover {
    background-color: #5aa73a;
    transform: translateY(-3px);
}
.insurance-companies {
	background: #DCF2DC;
}
/* Carousel Container */
.insurance-company-carousel {
    position: relative;
    overflow: hidden;
    height: 150px; /* Increase height to accommodate larger images */
    width: 100%;
}

/* Track with Items */
.insurance-company-track {
    display: flex;
    flex-direction: row;
    width: calc(200%); /* Double the width for seamless duplication */
    animation: insurance-company-scroll-horizontal 20s linear infinite;
}

/* Individual Carousel Item */
.insurance-company-item {
    flex: 0 0 auto; /* Prevent shrinking */
    width: 200px; /* Increase the container width */
    height: 120px; /* Increase container height */
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
}

/* Image Scaling */
.insurance-company-item img {
    max-width: 100%;
    max-height: 100%; /* Allow full use of container space */
    object-fit: contain; /* Prevent image distortion */
    transition: transform 0.3s ease; /* Optional hover effect */
}

/* Keyframe Animation for Smooth Infinite Scroll */
@keyframes insurance-company-scroll-horizontal {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/* Optional: Hover effect to slightly scale images */
.insurance-company-item img:hover {
    transform: scale(1.5);
}
.insurance-company-track:hover {
    animation-play-state: paused;
}




/**** About Section ****/
.about-intro {
	padding: 100px 0px 100px 0px; background: #358640; color: #fff;
}
.about-intro .box1 {
	margin-right: 0; margin-left: -0; padding-top: 50px;
}
.about-intro .box2 {
    padding: 15px;
    background: #6cb545;
    margin: 5px 0px 5px 0px;
    border-radius: 10px;
    justify-content: center;
    display: flex;
}
.about-intro h1 {
	font-family: font3; font-size: 35px; letter-spacing: 2px; text-align: center;
}
.about-intro h2 {
	font-family: font3; font-size: 17px; letter-spacing: 2px;  color: #fff;
}
.about-intro h2 u {
	font-size: 21px; text-transform: uppercase; text-shadow: 1px 1px 1px #000;
}
.about-intro p {
	font-family: font2; font-size: 17px; line-height: 35px; text-align: center;
}
.about-intro hr {
	width: 100%; margin-left: 0; height: 2px; background: #fff;
}
.about-intro i  {
    font-size: 24px;
    color: #358640;
    padding: 5px;
    background: #fff;
    border-radius: 100%;
}
.about-intro img {
	background: #fff;
}
.about-body {
	background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/about/dots.png);
    background-size: cover;
    height: 100%; background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}
.about-body .container-fluid {
	padding: 0px;
}
.about-body .row {
	--bs-gutter-x: 0;
}
.about-body h2 {
	font-family: font3; font-size: 22px;
	text-align: center;
}
.about-body h2 span {
	font-size: 30px; color: #358640; text-shadow: 1px 1px 1px #000; text-decoration: underline;
}
.about-body p {
	font-family: font2; font-size: 17px; line-height: 35px;
}
.about-body .who {
	
}
.about-body .who-1 {
	padding: 120px 10px 20px 10px;
}
.about-body .who-2 {
	background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/about/who-1.jpg);
    background-size: cover;
    height: 100%; padding: 100px 50px 100px 50px;
    background-position: center center;
    background-repeat: no-repeat; border-top-left-radius: 100px; border-bottom-left-radius: 100px;
}
.about-body .what {
	
}
.about-body .what-1 {
	background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/about/what-1.jpg);
    background-size: cover;
    height: 100%; padding: 100px 50px 100px 50px;
    background-position: center center;
    background-repeat: no-repeat; border-top-right-radius: 100px; border-bottom-right-radius: 100px;
}
.about-body .what-2 {
	padding: 120px 10px 20px 10px;
}
.about-body .why-1 {
	background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/about/why-our-expertise.jpg);
    background-size: cover;
    height: 100%; padding: 100px 50px 100px 50px;
    background-position: center center;
    background-repeat: no-repeat; border-top-right-radius: 100px; border-bottom-right-radius: 100px;
}
.about-body .why-2 {
	padding: 120px 10px 150px 10px;
}
.about-body .where {
	
}
.about-body .where-1 {
	padding: 120px 10px 20px 10px;
}
.about-body .where-2 {
	background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/about/where-1.jpg);
    background-size: cover;
    height: 100%; padding: 100px 50px 100px 50px;
    background-position: center center;
    background-repeat: no-repeat; border-top-left-radius: 100px; border-bottom-left-radius: 100px;
}
.about-end {
	padding: 250px 0px 150px 0px;
	background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/about/why-1.jpg);
    background-size: cover;
    height: 100%; background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}
.about-end .why-wright {
	padding: 40px 10px;; background: #ffffffc9; border-radius: 50px;
}
.about-end h3 {
	font-family: font3; font-size: 50px;
	text-align: center;
	
}
.about-end h3 span {
	font-weight: 600; color: #358640; text-shadow: 1px 1px 1px #000; text-decoration: underline;
}
.about-end h5 {
	font-family: font2; font-weight: 600; font-size: 15px; text-align: center;
}
.about-end p {
	font-family: font2; font-size: 17px; line-height: 35px;
	text-align: center;
	
}
.about-end a {
	color: #358640;
	text-align: center;
}
.about-end hr {
	max-width: 100%; height: 2px; background: #358640;
}

/**** Services Section ****/
.service-intro {
	padding: 100px 0px 100px 0px; background: #358640; color: #fff;
}
.service-intro h1 {
	font-family: font3; font-size: 45px; text-align: center; text-shadow: 1px 1px 1px #000;
}
.service-intro p {
	font-family: font2; font-size: 17px; line-height: 35px; text-align: center;
}
.service-intro hr {
	height: 3px;
}
.home44 {
	background: linear-gradient(0deg, #00000000  25%, #00000000  90%), url(/img/homepage/dots.png);
    background-size: cover; background-attachment: fixed;
    height: 100%; padding: 100px 10px 100px 10px;
    background-position: center center;
    background-repeat: no-repeat;
}
.home44 .cawd1 {
	 background: #358640b3;color: #fff; border-radius: 10px;
}
.home44 .cawd2 {
	 background: #6cb545c2;color: #fff; border-radius: 10px;
}
.home44 .cawd1:hover {
	background: #358640; box-shadow: 1px 1px 10px 1px #000;
}
.home44 .cawd2:hover {
	background: #6cb545;  box-shadow: 1px 1px 10px 1px #000;
}
.home44 .step-one {
	padding: 25px;
}
.home44 .step-one img {
	height: auto; margin-top: 50px;
}
.home44 .step-one hr {
	width: 25%; height: 2px; background: #6cb545;
}
.home44 .step-two {
	padding: 25px;
}
.home44 .step-two img {
	height: auto; margin-top: 50px;
}
.home44 .step-two hr {
	width: 25%; height: 2px; background: #6cb545;
}
.home44 .step-three {
	padding: 25px;
}
.home44 .step-three img {
	height: auto; margin-top: 50px;
}
.home44 .step-three hr {
	width: 25%; height: 2px; background: #6cb545;
}
.home44 .step-four {
	padding: 25px;
}
.home44 .step-four img {
	height: auto; margin-top: 50px;
}
.home44 .step-four hr {
	width: 25%; height: 2px; background: #6cb545;
}
.home44 .step-five {
	padding: 25px;
}
.home44 .step-five img {
	height: auto; margin-top: 50px;
}
.home44 .step-five hr {
	width: 25%; height: 2px; background: #6cb545;
}
.home44 h2 {
	font-family: font3; font-size: 45px; letter-spacing: 2px; text-align: center; margin-bottom: 75px;
}
.home44 h2 span {
	color: #358640; font-size: 50px;
}
.home44 h3 {
	font-family: font3; font-size: 25px; text-align: center; text-shadow: 1px 1px 1px #000; padding: 10px 0px 10px 0px;
}
.home44 h4 {
	font-family: font3; font-size: 20px;
}
.home44 h4 span {
	font-family: font3; font-size: 25px;
}
.home44 h4 strong {
	color: #358640; font-size: 27px; text-decoration: underline;
}
.home44 h4 i {
	font-size: 20px;
}
.home44 p {
	line-height: 35px; font-family: font2; font-size: 17px;
}
.home44 i {
	font-size: 20px; margin-top: 75px; color: #358640;
	display: none; 
}
.home44 img {
	height: auto; width: 100%;
}
.home44 hr {
	height: 3px; background: #358640; opacity: 75%;
}

/* Parent Container */
.insurance-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Row Section */
.insurance-section {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    flex-wrap: wrap;
    flex-direction: column;
}

/* Individual Half Section */
.insurance-half {
	padding: 45px 0; 
    flex: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: flex 0.5s ease-in-out;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    height: auto;
    flex-direction: column;
}

/* Background Images */
.insurance-homeowners { background-image: url('/img/services/homeowners-insurance.jpg'); }
.insurance-auto { background-image: url('/img/services/auto-insurance.jpg'); }
.insurance-renters { background-image: url('/img/services/renters-insurance-1.jpg'); }
.insurance-condo { background-image: url('/img/services/condo-insurance.jpg'); }
.insurance-landlord { background-image: url('/img/services/landlord-insurance.jpg'); }
.insurance-motorcycle { background-image: url('/img/services/motorcycle-insurance.jpg'); }
.insurance-boat { background-image: url('/img/services/boat-insurance.jpg'); }
.insurance-rv { background-image: url('/img/services/rv-insurance.jpg'); }
.insurance-life { background-image: url('/img/services/life-insurance.jpg'); }
.insurance-flood { background-image: url('/img/services/flood-insurance-1.jpg'); }

/* Heading Styling */
.insurance-half h2 {
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
    font-family: font3;
    letter-spacing: 2px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
    margin: 0;
    z-index: 2;
    transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
}

/* Content Styling (Hidden by Default) */
.insurance-content {
    position: absolute;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: left;
    background: #358640ed;
    padding: 15px 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    border-radius: 5px;
}

.insurance-content p,
.insurance-content ul,
.insurance-content a {
    margin: 10px 0;
}
.insurance-content p {
	font-family: font2; font-size: 15px; line-height: 35px;
}
.insurance-content li {
	font-size: 15px; font-family: font2; line-height: 30px;
}
.insurance-content ul {
    padding-left: 20px;
    list-style-type: disc;
}

.insurance-content a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4caf50;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.insurance-content a:hover {
    background-color: #45a049;
}

/* Hover Effects */
.insurance-half:hover {
    flex: 2.5; /* Expand section smoothly */
    flex: 2.5;
    flex-direction: column;	
}

.insurance-half:hover h2 {
    transform: translateY(-10px); /* Slight upward movement */
    opacity: 1;
}

.insurance-half:hover .insurance-content {
    opacity: 1;
    transform: translateY(0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}


/**** Sections On Every Page ****/
.split {
	background: #153d1a;
}
.split .splitter {
	background: transparent; position: relative; margin-bottom: -50px;
}
.split .splice1 {
	padding: 35px 15px 25px 15px; background: #f5f5f5; border-radius: 100%; text-align: center; height: auto; width: 300px;
	 margin-top: -0px; border: 5px solid #358640; box-shadow: 0px 0px 0px 10px #153d1a;
}
.split h3 {
	font-family: font3; font-size: 30px;
}
.split h4 {
	font-family: font2; font-size: 16px;
}
.split i {
	font-size: 65px; color: #358640;
}
.split hr {
	width: 15%;
    height: 3px;
    background: #153d1a;
    position: relative;
    left: 43%;
    opacity: 60%;
}
.contact-section {
	padding: 175px 50px 175px 50px;
	    background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/homepage/dots-8.png);
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: repeat;
}
.contact-section h2 {
    font-family: font3;
    font-size: 28px;
    letter-spacing: 2px;
    text-align: center;
}
.contact-section h3 {
	font-size: 2rem; font-family: font2; font-weight: 600; text-align: center; color: rgb(12,12,12);
}
.contact-section h4 {
	font-family: font3; font-size: 20px;
    text-align: center;
	
}
.contact-section h5 {
	font-family: font2; font-size: 18px;
    text-align: center;

}
.contact-section p {
	font-family: font2; font-size: 17px; line-height: 35px;

    text-align: center;
}


.service-cities h2 hr {
    width: 100%;
    height: 2px;
    margin-left: 0;
}



/**** Areas We Service Section ****/
.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: linear-gradient(0deg, #ffffff78 25%, #ffffff78 90%), url(/img/homepage/dots-8.png);
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: repeat;
}
.area hr {
	width: 95%; height: 2px; background: #358640;
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: linear-gradient(0deg, #3586402e 25%, #3586402e 90%), url(/img/homepage/dots-9.png);
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: repeat;
}
.area h1 {
	font-size: 40px; font-family: font3; font-weight: 500; color: #358640;
}
.area h2 {
	font-size: 30px; font-family: font3; font-weight: 500; color: #358640; text-align: center; 
}
.area h3 {
	font-size: 20px; font-family: font2; color: rgb(75,75,75); font-weight: 600;
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12); line-height: 35px;
}
.area iframe {
	width: 100%; height: 400px;; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}


h5.modal-title {
    font-size: 25px;
    font-family: 'font3';
    font-weight: 600;
    letter-spacing: 2px;
    color: #358640;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
}
}
/* === Mobile CSS Section ===================== */
@media screen and (max-width: 690px) {

/**** Top Header Section ****/
.mobile-top-header {
	display:block !important; padding: 0 30px 0; background: rgb(135,170,188); z-index: 4; overflow: visible;
}
.mobile-menu {
	text-align: center; position: fixed; height: 100%; width: 100%;	display: block;	padding-top: 6em; top: 100%; border: 0;	background: #232323; border-radius: 0; z-index: 1100; overflow: auto; -webkit-transition-property: all;	-webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
	font-size: 2em;	color: #c5c5c5 !important;
}
.mobile-menu-custom-show {
	top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;	padding: 40px 0 0; top:0; left:0; width: 100%; text-align: center;
}
.mobile-menu-top-hero h2 {
	padding: 0 25px;
}
#mobile-menu-header {
	margin-top: 0; background: #ffffff00; box-shadow: none;
}
#mobile-menu-header ul {
	list-style: none; padding: 0 20px; margin-top: 8em; position: relative; width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff; padding: 20px 20px;
}
.header-contact_info a {
	color: rgb(255,255,255); margin: 0;
}
.top-header a, .top-header i, .top-header p {
	color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(0,0,0);
}
.top-header {
	background: white; display: none;
}
.header-contact_info {
	font-size: 1.5em;
}
.navbar-scroll {
	display: none;
}
.header-contact_info .navbar-brand {
	font-size: 1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content: flex-start;
}
.top-header div[class*='col-'] {
	display: flex; justify-content: left; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(2) {
	background: none; margin: 0; display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size: inherit; line-height: 25px;
}

.top-header .company-title span {
    font-family: 'font3';
    font-size: 17px;
    font-weight: 800;
    color: black;
	/*line-height:45px; */
}

.top-header .company-title span strong.subscript{
	
	font-family: 'font3';
	font-size: 8px;
	font-weight: 800;
	color: black;
}
/**** Navigation Section ****/
.dropdown-wrapper {
	margin: 0; padding: 0;
}
.navbar-sidebar .dropdown-menu-mobile {
	position: relative; display: none; top: 0; left: 0; z-index: 1000; float: left; height: 0px; margin: 0; width: 100%; padding: 0; font-size: 18px; color: #e6e6e6 !important; text-align: left; list-style: none; background-color: rgb(200,200,200); border: 0; visibility: hidden; border-radius: 0; transform: scale(1,0); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.dropdown-menu-animate {
	display: inline-block !important; transform: scale(1,1) !important; padding: 25px 0 !important; height: auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a {
	color: rgb(75,75,75); font-weight:600 !important; font-size: 1.3em; font-family: 'Raleway'; text-align: center;
}
.navbar-sidebar {
	padding-top: 115px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 3; overflow: auto;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition: margin-left .4s;
}
.modal {
	display: none; padding-top: 100px; position: fixed; left: 0; top: 0; width: 100%; height: 100%;	overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin: auto; background-color: #fff; position: relative; padding: 0; outline: 0; width: 1200px;
}

.bar {
	width: 100%; overflow: hidden;
}
.center .bar {
	display: inline-block; width: auto;
}
.bar .bar-item {
	padding: 8px 16px; float: left; width: auto; border: none; display: block; outline: 0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position: static; float: left;
}
.bar .button {
	white-space: normal;
}
.bar-block .bar-item {
	width: 100%; display: block; padding: 8px 16px; text-align: left; border: none; white-space: normal; float: none; outline: 0;
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}

/**** Home Section ****/
.home-header-section {
	padding-top: 125px;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(87, 86, 87); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-item {
	display: block;	width: 100%; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); text-align: inherit;	white-space: nowrap; background: 0 0; border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}


/**** About Section ****/


/**** Services Section ****/


/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

/**** Areas We Service Section ****/
.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.area h1 {
	font-size: 2.5rem; font-family: font3; font-weight: 500; color: #358640;
}
.area h2 {
	font-size: 2rem; font-family: font3; font-weight: 500; color: #358640;
}
.area h3 {
	font-size: 1.5rem; font-family: font2; color: rgb(75,75,75); font-weight: 600;
}
.area p {
	font-size: 17px; text-align: center; color: rgb(12,12,12); line-height: 35px;
}
.area iframe {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

/**** Testimonials Section ****/
.testimonials {
	padding: 30px 0 30px 0; background: rgb(255,255,255);
}

/**** Contact Section ****/


/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0;
}
.contact-section h3 {
	font-size: 2rem; font-family: font2; font-weight: 800; text-align: center; color: rgb(12,12,12);
}

/**** Footer Section ****/
.footer-section {
	padding-top: 30px; text-align: center;
}
.footer-section img {
	max-width: 210px; padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 22px; font-weight: 600; color:  rgb(0 0 0 );
}
.service-cities a {
	font-size: 16px; line-height: 10px; color: rgb(0 0 0 );
}

/**** Misc. Section ****/
.btn {
	background: rgb(249,78,1); width: 50%; padding: 10px 0px; color: #ffffff; cursor: pointer; outline: none; border: none;
}
.alert h1,
.alert p {
	top: 2em; opacity: 0; position:relative;
}
.alert h1 {
	margin-top: 0; color: #2b1663;
}
.custom-show {
	position: fixed; transform: scale(1,1); border: 0; background: white; border-radius: 0; z-index: 1100; overflow: inherit; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.alert-dismissible .close {
	position: absolute; top: 0; right: 0; background: transparent; border: none; padding: 0.75rem 1.25rem; color: rgb(80,80,80); font-family: 'font2'; outline: none; z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
.lnr {
	display: inline-block; fill: currentColor; width: 1em; height: 1em; vertical-align: -0.2em; cursor: pointer;
}

}
/* === Sm. Mobile CSS Section ================= */
@media screen and (max-width: 375px) {

}