@charset "utf-8";
/* CSS Document */
body, html {
    font-family: "Roboto", sans-serif;
    height: 100%;
    width: 100%;
	color:#393939;
}
.TitleStyle1 {
font-family: "Playfair Display", Sans-serif;
	color:#000;
	font-size: 45px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 30px;
}
.TitleStyle2 {
	font-size:30px;
	color:#000;
	margin-bottom:20px;
	  font-family: "Roboto", sans-serif;
}
.sub-head {
	color: #000;
	  font-family: "Roboto", sans-serif;
      margin-top: 30px;
      margin-bottom: 10px;
}
a {
	color: #0c0367;
}
a:hover, a:focus {
	color: #221a80;
}
/* Index Screen Height CSS */

/* Header */
header {
	-webkit-box-shadow: -2px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -2px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: -2px 5px 10px 0px rgba(0,0,0,0.3);
    z-index: 2;
    position: relative;
}
header {
    box-shadow: none;
}
header.no-img {
    border-bottom: 1px solid #ccc;
}
.main-header {
    background: #fff;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
	padding:40px 0px;
}
.top-nav-section {
    float: right;
	width: auto;
    margin-bottom: 20px;
}
.top-phone {
	list-style: none;
	float: right;
	padding: 0 55px 0 0;
	margin-bottom: 0;
	border-left: solid 1px #ccc;
	padding-left: 15px;
}
.top-phone li {
	line-height: 22px;
	float: left;
}
.top-phone span {
	color:#393939;
	background-color: transparent;
	padding: 5px 15px 5px 8px;
	border-radius:20px;
	font-size:16px;
}

.top-phone .fas {
	color: #8f6dff;
	font-size: 17px;
}

.top-social {
	list-style: none;
    width: 145px;
    float: right;
    display: flex;
    padding: 0 10px 0 0;
    margin-bottom: 0;
    justify-content: space-around;
    font-size: 16px;
}
.top-social a:hover {
	opacity:0.8;
}
.fab.fa-facebook-f {
    color: #3b5998;
}
.fab.fa-twitter {
    color:  #00acee;
}
.fab.fa-linkedin-in {
    color: #0077b5;
}
/* Logo and Navigation Section */
.nav-section {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    justify-content: center;
    align-items: center;
    width: 100%;	
}
.logo-section {
    display: flex;
    align-items: center;
    justify-content: left;
}
.agency-logo {
    width: 100%;
    max-width: 400px;
}
.nav-menu {
	display:flex;
	justify-content: center;
    align-items: flex-end;
}
.navbar-default {
    background: transparent;
    border: 0;
    margin-bottom: 0;
    min-height: 0;
    width: 100%;
}
.navbar .navbar-nav {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 0;
    padding: 0;
    float: none;
	width:100%;
}
.navbar-default .navbar-nav > li {
    list-style: none;
    text-align: center;
}
.navbar-default .navbar-nav > li > a {
    color: #393939;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    width: 100%;
    transition: .2s all;
    text-decoration-color: transparent;
}
.dropdown-menu>li>a {
    transition: .2s all;
    text-decoration-color: transparent;
}
.navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a:focus, .navbar-default .navbar-nav > li a.active {
    color: #393939;
    text-decoration: underline;
    text-decoration-color: #8f6dff;
    text-decoration-thickness: 3px;
    text-underline-position: under;
    background: transparent;
}
.navbar-nav > li > .dropdown-menu {
	border-radius:0;
	box-shadow:none;
	padding:5px 0px;
	border: 1px solid #ccc;
    margin-top: 3px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a.active {
	color: #393939;
    text-decoration: underline;
    text-decoration-color: #8f6dff;
    text-decoration-thickness: 3px;
    text-underline-position: under;
    background: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #393939;
    text-decoration: underline;
    text-decoration-color: #8f6dff;
    text-decoration-thickness: 3px;
    text-underline-position: under;
    background: transparent;
}
.dropdown.open .caret {
	border-bottom:4px solid;
	border-top:0px;
}
/* Get A Quote Section */
.get-quote-section {
    background:#e4aa0b;
    text-align: center;
    margin: 0 auto;
	-webkit-box-shadow: -2px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -2px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: -2px 5px 10px 0px rgba(0,0,0,0.3);
    position:relative;
    z-index:1;
    padding:40px 0 45px;
    display:flex;
    justify-content:space-around;
    align-items:center;
}
.get-quote-section .TitleStyle2 {
     color: #eab507; /* gold */
background-image: linear-gradient(90deg, #b87e03 25%, #fbd60c, #b87e03 50%, #fbd60c, #b87e03 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
	font-weight:bold;
	letter-spacing:2px;
	margin-top:0px;
	margin-bottom:10px;
	line-height:55px;
        font-family: "Playfair Display", Sans-serif;
}
.get-quote-section p {
	color:#fff;
	font-size:22px;
}
.quote-box {
	display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 0px;
}
.fixed-size{
	flex: 1;
    margin: 0 15px;
}
#Type, #ZipCode {
    color: #2c2c2c;
    border-radius: 5px;
    border: 1px solid #fff;
    background:#fff;
    width: 100%;
    padding: 0px 5px;
    font-weight: 600;
      font-family: "Roboto", sans-serif;
    font-size: 14px;
	box-shadow:0px 4px 4px 0px rgba(0,0,0,0.2);
	height:40px!important;
}
.qte-btn {
	width: 100%;
    color: #000;
    font-size: 21px;
    font-weight: 600;
    border: none;
    background: #fbd60c;
    background: linear-gradient(90deg, #e4aa0b, #fbd60c, #e4aa0b);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    padding: 4px 5px;
      font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}
.qte-btn:hover, .qte-btn:focus {
	background: #e4aa0b;
    background: linear-gradient(90deg, #fbd60c, #fbd60c, #fbd60c);
	transition:0.3s;
	color:#000;
}

/* Index Page banner Section */

.banner-stars .fa-star {
	    color: #fbd60c;
        text-shadow: 1px 1px 1px #000;
	font-size:40px;
	letter-spacing:10px;
}
.banner-stars {
	text-align:center;
	margin-bottom:30px;
}
.banner-heading {
	font-size:40px;
	color:#fff;
	font-weight:700;
	text-align:center;
    text-shadow: 1px 1px 1px #000;
}
.banner-sub-heading {
	font-size:47px;
	color:#fff;
	font-weight:500;
	text-align:center;
	text-transform:uppercase;
}
.banner-text {
	top:40%;
    transform:translateY(-40%);
    position:absolute;
}
/* Inner Page banner Section */
.inner-banner-section {
    background: #ccc;
    border-bottom: 5px solid #eab507;
    border-image: linear-gradient(90deg, #b87e03 0%, #e4aa0b, #fbd60c 26%, #e4aa0b 49%, #fbd60c 72%, #e4aa0b, #b87e03 96%)1;
    height: 500px;
}
.inner-banner-section.index {
    border-bottom: none;
}
.inner-banner-inside {
	position:relative;
	height:500px;
    display: flex;
    align-items:center;
}
.inner-banner-text {
}
.inner-banner-image {
}
#inner-banner {
    box-shadow: -2px 5px 10px 0px rgba(0, 0, 0, 0.3);
    height: 360px;
    width: 100%;
    object-fit:cover;
}
/* quick fix */
.inner-banner-section {
    position: relative;
}
.full-text {
    position: absolute;
    top: 0px;
    left:0px;
    width: 100%;
}
.full-text .container{
}
.full-img {
    position: relative;
    
}
.full-img img {
    width: 100%;
    height: 495px;
    object-fit:cover;
    object-position: 50% 90%;
    opacity:.15;
}
.full-img:after {
    background: #0c0367;
    background: linear-gradient(25deg, #0c0367 0%, #8f6dff 100%);
    content: " ";
    height: 495px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    mix-blend-mode: multiply;
}
.index .full-img:after, .index .full-img img {
    height: 500px;
}
/* end quick fix */

/* LOB Box Section */
.service-area {
    background: #e4aa0b;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 0px;
}
.ins-boxes1 {
    display: flex;
    align-content: flex-start;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    box-sizing: border-box;
    justify-content: space-between;
	position:relative;
}
.service-area .box-grid {
    font-size: 24px;
    color: #0c0367;
    width: 200px;
    height: 180px;
    margin: 0;
    position: relative;
    outline:none;
	flex-basis:25%
}
.aligner {
    position:absolute;
    left:0;
    right:0;
    top:50%;
    transform:translateY(-50%);
    text-align:center;
}
.aligner i {
    font-size: 48px;
    margin-bottom: 10px;
}
.ins-boxes1 .aligner .TitleStyle3 {
    font-size: 18px;
    line-height: 24px;
}
.ins-boxes1 .aligner a:hover, .ins-boxes1 .aligner a:focus {
    color: #000;
    text-decoration:none;
    opacity:.8;
}
/* Main Content */
.main-content p, .main-content ul li {
	font-size:18px;
	color:#393939;
	line-height: 36px;
    margin-bottom: 20px;
    list-style: disc;
    /*font-weight: 500;*/
    text-align: left;
}
.main-content ul li {
    line-height: 24px;
}
.main-content ol li {
    font-size:18px;
	color:#393939;
	line-height: 24px;
    margin-bottom: 20px;
    /*font-weight: 500;*/
    text-align: left;
}
.main-content ul, .main-content ol {
    margin: 20px 0;
    padding-left: 20px;
}
.main-content ul li, .main-content ol li {
    margin-bottom: 20px;
}
.main-content ul li::marker {
    color: #8f6dff;
}
#index-cont {
	margin-bottom: 30px;
}
#main-cont ul li span {
	color:#8f6dff;
	font-weight:600;
}
#main-cont {
	margin:10px 0px;
}

/* Footer */
.footer-section {
    padding-top: 45px;
	background-color:#0c0367;
    border-top: 5px solid #eab507;
    border-image: linear-gradient(90deg, #b87e03 0%, #e4aa0b, #fbd60c 26%, #e4aa0b 49%, #fbd60c 72%, #e4aa0b, #b87e03 96%)1;
}
.footer-pad-fix {
	padding-left:0;
}
.footer-content .TitleStyle2 {
    color: #fff;
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
}
.footer-nav {
    display:flex;
    padding-left: 0;
	flex-wrap:wrap;
}
.footer-nav li {
    display: flex;
    margin-bottom: 15px;
	flex-basis: 33%;
}
.footer-nav .fa-angle-double-right {
	color: #fbd60c;
	font-weight: 900;
    font-size: 19px;
    margin-right: 10px;
    line-height: 30px;
}
.footer-content ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.footer-content ul li a:hover, .footer-content ul li a:focus, .footer-content ul li a.active {
    color: #fbd60c;
	text-decoration:none;
}
.contact-info ul {
	padding-left:0px;
}
.contact-info ul li {
    font-size: 18px;
    color: #fff;
    padding: 0 0 15px;
    display: flex;
}
.contact-info ul li a {
    font-size: 18px;
    line-height:25px;
}
.contact-info i {
    color: #e4aa0b;
    float: left;
    font-size: 18px !important;
    margin-right: 10px;
    line-height:25px;
    width: 20px;
}
.copyright {
    padding: 50px 0 20px;
    text-align: center;
}
.copy-ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.copy-ul li {
    display: inline-block;
}
.copy-ul li a, .copy-ul li {
    color:  #fff;
    font-size: 18px;
}

/* Iframes */
#cpIframe {
	height:1800px;
	width:100%;
	border:none;
}
.ccframe {
	height:1600px;
	width:100%;
	border:none;
}
.gmap {
	height:400px;
	width:100%;
	border:none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.contact-details .sms-txt {
	color: inherit;
}

a.sms-txt {
	cursor: none;
	pointer-events: none;
    color: #393939;
}

.sub-head,
.team-name,
.specialty-box .TitleStyle2 {
    color: #000;
}

.get-quote-section,
.specialty-box,
.team-member {
    background: #0c0367;
}
.service-area {
        background: #eab507;
background: linear-gradient(90deg, #b87e03 0%, #e4aa0b, #fbd60c 26%, #e4aa0b 49%, #fbd60c 72%, #e4aa0b, #b87e03 96%);
}
.service-area a {
    color: #000;
}
.specialty-box,
.team-member,
.contact-info ul li.bbb-seal {
    margin-top: 20px;
}
.bbb-seal iframe {
        width: 220px !important;
    height: 50px !important;
}
.team-photo {
    width: 100%;
    max-width: 260px;
    margin: 0 auto 20px;
}
.team-member {
    text-align: center;
}
.team-name {
    margin-bottom: 5px;
}
.bbb-seal img {
    max-width: 180px;
    margin-top: 10px;
}

#specialty-row a {
    font-weight: 700;
}

.sec-ins {
  padding: 60px 20px;
  text-align: center;
  background: #0c0367;
}

.title {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  max-width: 900px;
  margin: 0 auto;
}


.sec {
  background: #f9faff;
  background: linear-gradient(0deg, #cfd2e5, #f9faff);
  padding: 70px 20px;
  text-align: center;
  
}
.sec .fas {
    color: #fbd60c;
}
.main-content {
    padding: 60px 0;
}
.main-content.index {
    border-bottom: 5px solid #0c0367;
    border-top: 5px solid #0c0367;
}
.cont {
  max-width: 1200px;
  margin: auto;
}

/* top heading */
.head .headingh2 {
  font-size: 44px;
  color: #000; /* gold */
/*background-image: linear-gradient(90deg, #b87e03 25%, #e4aa0b, #b87e03 50%, #e4aa0b, #b87e03 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
  font-weight: 500;
  margin-bottom: 10px;
font-family: "Playfair Display", Sans-serif;      
}

.head .headingh1 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin-bottom: 50px;
}
.head .headingh1 span {
    color: #eab507;
}
/* why section */
.why .whyh2 {
  font-size: 32px;
  color: #000;
  margin-bottom: 40px;
}

/* cards */
.grid {
  display: flex;
  gap: 25px;
}

.card {
  flex: 1;
  background: #0c0367;
  padding: 30px 25px;
  border-radius: 10px;
  color: #fff;
  transition: 0.3s;
  text-align: center;
}

.ico {
  font-size: 42px;
  margin-bottom: 15px;
}

.card .cardh3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.card p {
  font-size: 14px;
  line-height: 1.6;
  color: #e0e0e0;
  margin-bottom: 20px;
}

/* button */
.btn {
  display: inline-block;
  padding: 10px 22px;
  background: #8f6dff;
  color: #000;
  text-decoration: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
  text-shadow: 0px 0px 15px #fff;
}

/* hover effects */
.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.btn:hover, .btn:focus {
background: #a387ff;
  color: #000;
}
.test {
  background: linear-gradient(to bottom, #f9faff, #ffffff);
  padding: 80px 20px;
}

.wrap {
  max-width: 900px;
  margin: auto;
}

.ttl {
  text-align: center;
  font-size: 36px;
  color: #000;
  margin-bottom: 50px;
  position: relative;
  font-family: "Playfair Display", Sans-serif;
}

/* subtle underline */
.ttl::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #e4aa0b;
  display: block;
  margin: 12px auto 0;
}

/* testimonial card */
.tbox {
  background: #fff;
  padding: 30px 35px;
  border-radius: 12px;
  margin-bottom: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  position: relative;
  transition: 0.3s;
}

/* hover */
.tbox:hover {
  transform: translateY(-6px);
}

/* stars inline */
.stars {
  color: #e4aa0b;
  font-size: 16px;
  letter-spacing: 2px;
  margin-right: 8px;
}

/* text */
.tbox p {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 15px;
}

/* author */
.auth {
  font-size: 14px;
  font-weight: 600;
  color: #0c0367;
}

/* image side */
.img {
  flex: 1;
  text-align: center;
}

.img img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* row spacing */
.team-section {
  margin-top: 40px;
}

/* card inside each column */
.team-member {
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  border-radius: 12px;
  transition: 0.3s ease;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  margin-bottom: 30px;
}

/* hover effect */
.team-member:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

/* image */
.team-photo {
  width: 140px;
  height: 140px;
  object-fit: cover;
  margin: 0 auto 15px;
  border-radius: 50%;
  border: 4px solid #f9faff;
  transition: 0.3s;
}

/* image hover */
.team-member:hover .team-photo {
  border-color: #8f6dff;
}

/* name */
.team-name {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 6px;
}

/* role text */
.team-member p {
	font-size: 14px;
	color: #777;
	margin: 0;
	text-align: center;
}
/* highlight founder */
.team-section .team-member {
  border-top: 5px solid #eab507;
    border-image: linear-gradient(90deg, #b87e03 0%, #e4aa0b, #fbd60c 26%, #e4aa0b 49%, #fbd60c 72%, #e4aa0b, #b87e03 96%)1;
}

.pro-tip {
  border-left: 5px solid #e4aa0b;
  background-color: #fffae1;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 6px;
}

.pro-tip strong {
  color: #155724;
}

.quote-link a {
  width: auto;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  border: none;
  background: #fbd60c;
  background: linear-gradient(90deg, #e4aa0b, #fbd60c, #e4aa0b);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 8px 16px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
}

.quote-link a:hover, .quote-link a:focus {
  text-decoration: none;
  background: linear-gradient(90deg, #fbd60c, #fbd60c, #fbd60c);
  transition: 0.3s;
  color: #000;
}

.footer-bar-nav {
  display: flex;
  justify-content: center;
  gap: 25px;
  background: #8c86cb;
  padding: 5px 15px;
  width: fit-content;
  margin: 15px auto 0;
  border-radius: 5px;
}

.footer-bar-nav li {
  position: relative;
  padding-right: 30px;
  list-style-type: none;
}

.footer-content .footer-bar-nav li a {
 font-size: 16px;
}

.footer-bar-nav li:first-child {
  padding-left: 15px;
}

.footer-bar-nav li::after {
  content: "|";
  position: absolute;
  right: 0;
  color: #000; /* adjust color */
  line-height: 30px;
}

.footer-bar-nav li:last-child::after {
  content: "";
}