
@charset "utf-8";
html {
  scroll-behavior: smooth;
}
body,
html {
	font-family: "Urbanist", serif;
	width: 100%;
	margin: 0;
	padding: 0;
}
.parallax-page{
	overflow:hidden;
}
ul {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}
address {
	margin-bottom: 0;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #000000;
	opacity: 0.8;
	text-decoration: none;
}
p,
ul li {
	font-style: normal;
	font-weight: 300;
	font-size: 22px;
	line-height: 30px;
	color: #000;
	margin-bottom: 1rem;
}
.TitleStyle1{
		margin-bottom: 2rem;
}
.bannerh1 {
	font-weight: 800;
	font-size: clamp(42px, 4.5vw, 60px);
	line-height: clamp(50px, 5.5vw, 72px);

}
.TitleStyle1,
h1 {
	font-size: clamp(30px, 4.5vw, 38px);
	line-height: clamp(36px, 5.5vw, 46px);
	font-weight: 600;
}
.TitleStyle2, h2 {
	font-size: clamp(24px, 4.5vw, 30px);
	line-height: clamp(28px, 5.5vw, 40px);
	font-weight: 600;
}
.TitleStyle3, h3,
.footer-navbar li {
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
header {
	margin-top: 1px !important;
}
.navbar-toggler {
	position: fixed;
	top: 0;
	right: 0px;
	z-index: 1001;
	background-color: #000;
	border: none;
	outline: none;
	padding: 10px;
}
.navbar-toggler:focus {
	outline: none;
}
.navbar-toggler-icon {
	color: white;
}
.vertical-navbar {
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; 
    touch-action: pan-y; 
    overscroll-behavior: contain; 
    position: fixed;
    right: -100%;
    top: 0;
    width: 407px;
    z-index: 101;
    background: rgba(43, 49, 136, 1);
    transition: right 1s ease;
    scrollbar-width: none; 
}
.vertical-navbar::-webkit-scrollbar {
    display: none; 
}
#navbarSupportedContent1 .row {
  display: inherit;
  flex-direction: column;
  justify-content: center;
}
.show.vertical-navbar {
    right: 0; 
}
.vertical-navbar.collapse:not(.show) {
    right:-100%;
    transition: right 1.5s ease;
    display: block;
}
.navbar-toggle.pad span:nth-child(1), .navbar-toggle.pad span:nth-child(4) {
	opacity: 0;
	top: 24px;
}
.navbar-toggle.pad span:nth-child(2) {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
}
.navbar-toggle.pad span:nth-child(3) {
	opacity: 1;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
}
.navbar-toggle {
	background: rgba(43, 49, 136, 1);
	cursor: pointer;
	overflow: hidden;
	float: right;
	position: fixed;
	z-index:99;
	right: 0;
	top: 160px;
	width: 75px;
	height: 75px;
	-webkit-border-top-left-radius: 60px;
	-webkit-border-bottom-left-radius: 60px;
	-moz-border-radius-topleft: 60px;
	-moz-border-radius-bottomleft: 60px;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	border: 0;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
.navbar-toggle span:nth-child(1) {
	top: 27px;
}
.navbar-toggle span:nth-child(2) {
	top: 36px;
}
.navbar-toggle span:nth-child(3) {
	top: 18px;
	opacity: 0;
}
.navbar-toggle span:nth-child(4) {
	top: 45px;
	transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
}
.navbar-toggle span {
	background: rgba(255, 255, 255, 1);
	display: block;
	height: 5px;
	left: 25px;
	position: absolute;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
	width: 30px;
}
.navbar-nav li a{
color: rgba(255, 255, 255, 1);
font-family: Urbanist;
font-size: 28px;
font-weight: 600;
line-height: 36px;
text-align: center;
margin: 10px 0;
}
.navbar-collapse .container, .navbar-collapse .row {
    height: 100%;
}
.navbar-collapse #menuSecond {
    display: flex;
    align-items:center;
    justify-content: center;
    width: 80%;
    height: 100%;
}
.close-sym {
	float: right;
	background: #141854;
	color: rgba(255, 255, 255, 1);
	top: 65px;
	width: 75px;
	height: 75px;
	-webkit-border-top-left-radius: 60px;
	-webkit-border-bottom-left-radius: 60px;
	-moz-border-radius-topleft: 60px;
	-moz-border-radius-bottomleft: 60px;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	font-size: 75px !important;
	line-height: 75px !important;
	letter-spacing: -16px;
	text-align: center;
	margin-top: 160px;
cursor:pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hero-area {
  height: 100vh; 
}
.top-bar {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #000;
	background: #fff;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inside-pages .top-bar  {
    position: fixed;
    top:0;
    width: 100%;
    height: 140px;
}
.inside-pages #section2 {
    z-index: 1;
    margin-bottom:40px;
}
.top-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-social-icons-wrapper {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: end;
}
.top_bar_phone {
	flex-direction: column;
	align-items: end;
}
.top_bar_phone,
.top_bar_phone a {
	align-items: end;
	display: flex;
	margin: 0;
	display: flex !important;
}
.phone-automate {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 22px;
}
div.top-content ul.top-social-icons li {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	border-radius: 15px;
	margin-bottom: 0;
}
div.top-content ul.top-social-icons {
	display: flex;
	width: 230px;
	justify-content: space-between;
	align-items: end;
	color: #fff;
	order: 2;
	margin-top: 10px;
	margin-bottom: 0;
}
div.top-content ul.top-social-icons li:nth-child(1) {
	background: #1877F2;
}
div.top-content ul.top-social-icons li:nth-child(2) {
	background: #000000;
}
div.top-content ul.top-social-icons li:nth-child(3) {
	background: #006192;
}
div.top-content ul.top-social-icons li:nth-child(4) {
	background: #E1306C;
}
div.top-content ul.top-social-icons li:nth-child(5) {
	background: #FF0050;
}
div.top-content ul.top-social-icons li i {
	font-size: 16px;
	color: #fff;
}
div.top-content ul.top-social-icons li:nth-child(1) i {
	font-size: 18px;
}
div.top-content ul.top-social-icons a {
	display: flex;
	align-items: center;
}
.video-container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: visible;
}
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	  aspect-ratio: 16/9;
}
.video-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 0, 0, 0.8);
	mix-blend-mode: multiply;
	opacity: 0.8;
	animation: changeBackground 17s linear infinite;
	z-index: 1;

}
@keyframes changeBackground {
	0% {
		background: #0e113b;
		opacity: 0.8;
	}
	30% {
		background: #080a21;
		opacity: 0.8;
	}
	60% {
		background: #2b3188;
		opacity: 0.8;
	}
	100% {
		background: #0e113b;
		opacity: 0.8;
	}
}
#video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	object-fit: cover;

}
.content {
	position: absolute;
	z-index: 2;
	width: 100%;
}
.content.top {
	height: 140px;
	opacity: 0;
	transform: translateY(-30px);
	animation: fadeBounce 0.6s ease-out forwards;
	animation-delay: 0.1s;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeBounce {
	0% {
		opacity: 0;
		transform: translateY(-40px);
	}
	50% {
		transform: translateY(5px);
	}
	75% {
		transform: translateY(-2px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.animatelogo{
  transform: translateY(-20px) scale(0.9);
  animation: logoBounce 0.8s ease-out forwards;
  animation-delay: 0.1s;
}
@keyframes logoBounce {
  0% {
    opacity: 0;
    transform: translateY(-20px) scale(0.97); 
  }
  50% {
    opacity: 1;
    transform: translateY(5px) scale(0.99); 
  }
  75% {
    transform: translateY(-2px) scale(1.01); 
  }
  100% {
    transform: translateY(0) scale(1); 
  }
}
.content.middle {
  top: 55vh; 
}
.footer {
	bottom: 0;

}
.content-section {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
	z-index: 2;

}
.content-section .TitleStyle2 {
	font-family: Urbanist;
	font-size: clamp(40px, 6vw, 60px);
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}
.content-section .TitleStyle3 {
	font-family: Urbanist;
	font-size: clamp(30px, 5vw, 38px);
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	margin-top: 20px;
}
.quote-sec-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 358px;
	margin: 20px auto 0;
}
#Type,
#ZipCode {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	border-radius: 100px;
	border: 1px solid #012626;
	color: #012626;
	width: 100%;
	padding: 0px 20px;
	height: 48px !important;
	margin-bottom: 20px;
	background: #fff;
}
#Type {
	position: relative;
}
#Type {
	-moz-appearance: none;
	-webkit-appearance: none;
}
.type-of-insurance::after, #Type::after {
	position: absolute;
	content: "\25BC";
	color: #333333;
	font-size: 18px;
	pointer-events: none;
	right: 18px;
	line-height: 29px;
	font-size: 18px;
	line-height: 48px;
	height: 48px;
}
.submit-btn {
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.8);
	background: #2b3188;
	border: none;
	border-radius: 40px;
	font-family: Urbanist;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	height: 40px;
	margin: 0 auto;
	width: 100%;
    color: #fff;
}
.submit-btn:hover,
.submit-btn:focus {
	background: #23286e;
    color: #fff;
}
.ftcontainer {
	position: absolute;
	background-color: #2B3188;
	padding: 10px 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
	bottom: 0px;
	z-index: 4;
	animation: paddingBounce .5s ease-out forwards;
}
@keyframes paddingBounce {
	0% {
		padding: 10px 0;
	}
	50% {
		padding: 20px 0;
	}
	100% {
		padding: 10px 0;
	}
}
.down-arrow {
	position: absolute;
	top: -75px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #2B3188;
	width: 81px;
	height: 75px;
	border-radius: 60px 60px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 4px solid #2B3188;
	box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.5);
	z-index: 5;

}
.arrow .fas.fa-arrow-circle-down {
	font-size: 40px;
    color: rgba(255, 255, 255, 1);
}
#section1 {
  z-index: 1;
  padding: 0;
}
.content-body-wrapper {
  background-color: #ffffff;
  width: 100%;
  padding: 30px 15px;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(208, 211, 244, 1);
  min-height: 80vh;
}
.content-body-wrapper p:last-child {
	margin-bottom: 0;
}
.content-section-logo{
	background: #fff;
	border-bottom: 1px solid rgba(208, 211, 244, 1);
box-shadow: inset 0px 8px 8px -4px rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 1;

}
.second-logo-section img,
.inside-pages .foot-logo-section img {
    max-width: 187.6px
}
.secondary-logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 13px 0;
	text-align: right;
}
.second-top_bar_phone {
	margin: 0;
}
.content-body-wrapper .TitleStyle1, .content-body-wrapper .TitleStyle2, .content-body-wrapper .TitleStyle3 {
    margin-bottom: 10px;
}
.content-body-wrapper .TitleStyle2, .content-body-wrapper .TitleStyle3 {
    margin-top: 30px;
}
#section2 {
  padding-top: 0;
}
.section {
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
}
.section-hr {
	margin-top:80px;
	margin-bottom:80px;
	border-color: #EBEBEB;
}
.bg-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: center;
	background-size: cover;
}
.parallax-wrapper {
    background:rgb(242, 255, 245);
}
.parallax-wrapper {
  background: #e1e3fa !important;
}
#footer {
	background-color: #141854;
	display: flex;
	flex-direction: column;
}
.footer-section {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}
.footer-section-scroll {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 40px 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.footer-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex: 1;
	width: 100%;
	gap: 40px;
	height: 100%;
}
.footer-section-scroll .container.custom-container {
	height: 100%;
}
.footer-navigation {
	width: 100%;
	max-width: 100%;

}
.footer-section-scroll .container.custom-container {
	height: 100%;
}
.footer-navigation ul.footer-navbar li {
	flex: 1;
    display: flex;
    justify-content: center;

}
.footer-navigation ul,
.footer-bottom.site-info ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#agency-address {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.foot-social-icon ul.footer-social-icons {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.footer-bottom.site-info {
	width: 100%;
	text-align: center;
	color: #fff;
}
.footer-bottom.site-info ul {
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.footer-navbar li a {
	color: #fff;
}
#agency-address li,
#agency-address li a {
	color: #fff;
}
.footer-navbar li a,
.footer-bottom.site-info ul li a,
.footer-bottom.site-info ul li {
	color: #fff;
}
div.foot-social-icon ul.footer-social-icons {
	width: 230px;
	justify-content: space-between;
}
div.foot-social-icon ul.footer-social-icons li {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	border-radius: 15px;
}
#agency-address li.first-child::before {
	content: none;
}
#agency-address li::before {
	font-family: 'font awesome 5 free';
	content: '\00b7';
	font-size: 17px;
	color: rgba(195, 199, 244, 1);
	margin-right: 5px;
	font-weight: 900;
	vertical-align: middle;
}
#agency-address li.agcyname:before {
	content: '';
}
#agency-address li.cont-address:before {
	content: '\f041';
}
#agency-address li.cont-phone:before {
	content: '\f095';
}
#agency-address li.cont-text:before {
	content: '\f086';
}
#agency-address li.cont-fax:before {
	content: '\f1ac';
}
#agency-address li.cont-email:before {
	content: '\f0e0';
}
div.foot-social-icon ul.footer-social-icons li:nth-child(1) {
	background: #1877F2;
}
div.foot-social-icon ul.footer-social-icons li:nth-child(2) {
	background: #000000;
}
div.foot-social-icon ul.footer-social-icons li:nth-child(3) {
	background: #006192;
}
div.foot-social-icon ul.footer-social-icons li:nth-child(4) {
	background: #E1306C;
}
div.foot-social-icon ul.footer-social-icons li:nth-child(5) {
	background: #FF0050;
}
div.foot-social-icon ul.footer-social-icons li i {
	font-size: 16px;
	color: #fff;
}
div.foot-social-icon ul.footer-social-icons li:nth-child(1) i {
	font-size: 18px;
}
div.foot-social-icon ul.footer-social-icons a {
	display: flex;
	align-items: center;
}
.ccframe,
#cpIframe {
	height: 1600px;
	width: 100%;
	border: none;
}
#cc-text {
	margin: 40px auto;
	width: 84%;
}
.gmap {
	height: 300px;
	border: none;
	width: 100%;
}
.navbar-nav .nav-link {
  padding-right: 10px;
  padding-left: 10px;
}
.nav-link.active,
.nav-link:focus, .nav-link:hover {
	background: #141854;
    color:#fff;
    border-radius: 30px;
	opacity:1;
}
.footer-navbar li a.active {
	color: #fff;
}
.type-of-insurance {
	position: relative;
}
.media-for-150 .footer-wrapper ul li {
	font-size: 22px;
	line-height: 30px;
}
.inside-pages #agency-address {
  flex-direction: row;
  flex-shrink: inherit;
  flex-wrap: wrap;
  justify-content:center;
}
.foot-logo-section {
  width: 400px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
}
.inside-pages .foot-logo-section {
  width: 250px;
  height: 93px;
}
#logo {
    max-width: 250px;
}
.second-logo-section img,
.inside-pages .foot-logo-section img {
    max-width: 199px
}
.fade-in-content  {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.fade-in-content.appear {
  opacity: 1;
  transform: translateY(0);
}
#commercialText {
  opacity: 0;
  transform: translateY(20px);
  max-height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 1);
  pointer-events: none;
  transition: all 0.8s ease; 
}
#commercialText.visible {
  opacity: 1;
  transform: translateY(0);
  max-height: 165px;
  padding: 20px 0;
  pointer-events: auto;
}
@keyframes floatUpBounce {
  0% {
    opacity: 0;
    transform: translateY(60px);
    max-height: 0;
    padding: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
    max-height: 100px;
    padding: 10px 0;
  }
  70% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0);
    max-height: 200px;
    padding: 20px 0;
  }
}
.animate-float-up {
  animation: floatUpBounce 0.9s ease-out forwards;
  overflow: hidden;
}
@keyframes quoteFadeBounce {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  75% {
    transform: translateY(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.quote-animate {
  animation: quoteFadeBounce 0.6s ease-out forwards;
  opacity: 0;
  transform: translateY(40px);
  animation-fill-mode: forwards;
}
.inside-pages .content-body-wrapper {
  margin-top: 0;
}
.inside-pages .hero-area,.inside-pages   .video-container {
  height: auto;
}
.inside-pages .content.top {
  transform: none;
  animation: blink 1s 1 forwards; 
}
.inside-pages .animatelogo {
  animation: none;
  transform: none;
}
#home {
    z-index: 3;
    position: relative;
}
#section2 {
    z-index: 2;
    position: relative;
    left: 0;
    width: 100%;
}
#footer {
    z-index: 10;
    position: relative;
    padding: 0px 15px;
 min-height: 100vh;
    justify-content:center;
}
#footer .container {
}
.footer-wrapper {
    gap: 5vh;
}
.footer-navbar li {
    margin-bottom: 0px;
}
#agency-address li {
    margin-bottom: 1vh;
}
.foot-logo-section {
    width: 200px;
    height: auto;
    padding: 20px;
}
.foot-logo-section img {
    width:100%;
    max-width: 200px;
}
.media-for-150.content-section {
  width: 100%;
}
.media-for-150 .quote-sec-wrap {
  flex-direction: row;
  max-width: 100%;
}
.media-for-150 .quote-sec-wrap .type-of-insurance, .media-for-150 .quote-sec-wrap .submit-btn, .media-for-150 .quote-sec-wrap #ZipCode {
  width: 32.3%;
  margin: 0 auto;
  height: 47px;
}
.media-for-150 .content-section {
width: 62%;
}
.inside-pages #section2 {
  padding-top: 180px;
  position: relative !important;
}

.is-cms .content.top.moved-out {
  z-index: 22;
}