@charset "utf-8";
/* CSS Document */
/*
COLOR PALETTE
Headings : #0055bc
Secondary color : #005abb
*/
/* DEFAULT STYLES */
body, .TitleStyle1, .TitleStyle2, .TitleStyle3, .TitleStyle4, .TitleStyle5, input, button, select, textarea, p, ul, li, a {
	font-family: 'Roboto', sans-serif;
	line-height: 25px;
}
body {
	background-color: #FFF;
	overflow-x: hidden;
}
body, figure {
	margin: 0;
	padding: 0;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*Typography */

.TitleStyle1 {
font-family: "Rajdhani", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 48px;

color: #0D0C0C;
margin-bottom:18px;
	
}
.TitleStyle2 {
	font-family: "Rajdhani", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 48px;
/* identical to box height, or 133% */

display: flex;
align-items: center;

/* Text - Dark */

color: #0D0C0C;

margin-bottom:18px;
}
.TitleStyle3 {
	font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 28px;
line-height: 36px;

color: #0D0C0C;
margin-bottom:18px;
}
.TitleStyle4 {
	
}
p{
	font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 28px;


color: #0D0C0C;

}
a:hover, a:focus {
    text-decoration: none;
	outline:0;
	color: #666;
}
a{
	color:#333;
	text-decoration-color: transparent;
}
.agency-contact a:hover {
	color: #333;
	text-decoration: underline;
	text-decoration-color: #2c499e;
	text-underline-position: under;
	transition:.3s;
}
/* Top Bar */
.top-bar{
	background: #2b2b2b;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
	height: 50px;
	
}
.top-container{
	 display: flex;
  flex-direction: column;
  justify-content: center;
}
.top_info_line {
  display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
height: 50px;
}
.top_info_line ul {
	margin-bottom: 0px;
}
.top_info_line ul li i {
	width: auto;
    color: #3456b8;
}

.top_info_line ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	/* line-height: 21px; */
    color: #fff;
}

.top_info_line .top_bar_nav li {
	padding-right: 25px;
}

.top_bar_nav{
	margin: 0px 0 10px 0;
	padding: 0px;
}
.top_bar_nav li:nth-of-type(1) > a{
	color: #3B5998;
}
.top_bar_nav li:nth-of-type(2) > a{
	color: #1DA1F2;
}
.top_bar_nav li:nth-of-type(3) > a{
	color: #0E76A8;
}
.top_bar_nav li:nth-of-type(4) > a{
	color: #FF0000;
}
.top_bar_nav li:nth-of-type(5) > a{
	color: #C41200;
}


.top_info_line ul li.phone-automate {
	color: #fff;
	float: none;
	list-style-type: none;
display:inline-block;

	font-size: 24px;
	line-height: 28.13px;
	font-weight: 200;

}
.top_info_line ul li a {
  color: #212529;
}
.top-phone {
	/* border-left: 1px solid #3456b8; */
	list-style-type: none;
	font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-size: 26px;
padding-left: 0px;
margin-bottom: 0px;
}
.top-phone a {
	color: inherit;
	font-size: inherit;
	
}

.top-phone .fa {
	margin-right: 8px;
	font-size: 24px;
}

.top-phone .fa-comments {
	margin-left: 25px;
}

/* Navigation */
.center-logo {
    
    margin: 40px 0 40px 0;
	display: flex;
}

.logo-agency {
      margin: auto;
	  display: inline-block;
}

.logo-agency span{
	display: block;
	font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-size: 48px;
line-height: 72px;
text-transform: uppercase;
color: #1A1A1A;
}
#agency-logo {
	width: 100%;
	max-width: 300px;
}
.navbar-brand{
	display: none;
}
.navbar-nav {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-bottom: 12px;
}
.navbar-nav .nav-link{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
    background-image: linear-gradient(45deg, #3456b8, #3456b8);
	background-size: 0% 4px;
	background-repeat: no-repeat;
	background-position: center bottom;
	transition: background-size 300ms ease;
	color: #0D0C0C !important;
	padding-bottom: 4px;
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link{
	text-align:center;
    width:100%;
	background-size: 100% 4px;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
	text-align:center;
    width:100%;
	background-size: 100% 4px;
	
}
.nav-link {
  display: block;
  padding: 0 .5rem;
}
/*.nav-item.active a::after {
	 content:"";
	background: linear-gradient(to right, #2c499e 0%, #3456b8 0%);
	display: block;
    height:5px;
    width: 108px;
    position: absolute;
    bottom: 0;
}*/
.main-banner-section-cc{
	width: 100%;
	height: 130px;
	background: #2b2b2b;
	box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.25);
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.main-banner-section-cc .TitleStyle1{
	font-family: "Rajdhani", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	/* identical to box height, or 150% */
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #1E2857;
}
.main-banner-section{
	position: relative;
}
.s1{
	position: absolute;
	top: 9%;
	left: 7%;
	font-size: 180px;
	color: #eaeaea;
}
.s2{
	position: absolute;
	top: 30%;
	left: 1%;
	font-size: 100px;
	color: rgba(43,43,43,.6);
}
.s3{
	position: absolute;
	left: 13.17%;
	right: 4.17%;
	top: 36%;
	bottom: 4.17%;
	font-size: 170px;
	color: rgba(52,86,184,.8);
}
.s4{
	position:absolute;
	top:22px;
	left: 67.17%;
	font-size: 190px;
	color: rgba(52,86,184,.8);
	
}
.s5{
	position:absolute;
	top:22%;
	left: 78.17%;
	font-size: 134px;
	color: rgba(43,43,43,.6);
}
.s6{
	position:absolute;
	top:30%;
	left: 63.17%;
	font-size: 160px;
	color:  #eaeaea;
	
}
.blink {
        -webkit-animation-name: blinker;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	-webkit-animation-direction: alternate;
      }
	  .blink1 {
        -webkit-animation-name: blinker;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	-webkit-animation-direction: alternate;
      }
	  .blink2 {
        -webkit-animation-name: blinker;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	-webkit-animation-direction: alternate;
      }
	  .blink3 {
        -webkit-animation-name: blinker;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	-webkit-animation-direction: alternate;
      }
	  .blink4 {
        -webkit-animation-name: blinker;
	-webkit-animation-duration: 2.5s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
      }
	  .blink5 {
        -webkit-animation-name: blinker;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	-webkit-animation-direction: alternate;
      }
      @keyframes blink-animation {
        to {
          visibility: hidden;
        }
      }
      @-webkit-keyframes blink-animation {
        to {
          visibility: hidden;
        }
      }
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}

.main-banner-section img{
	max-width: 100%;
	width: 100%;
}
/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 90px;
  right:0px;
  background: #3456b8;
  padding: 10px;
  color: #fff;
  max-width: 716px;
height: auto;
width: 100%;
display: flex;
align-items:center;
}
.bottom-right p{
	font-family: "Rajdhani", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 48px;
line-height: 72px;
padding: 5px 5px 5px 30px;
color: #FFFFFF;
margin-bottom: 0px;

text-shadow: 1px 1px 2px #1E2857;
}
.quote-content-section{
	background: #eaeaea;

box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.25);
padding: 40px 0px;
}

.get-a-quote {
	
	color: #fff;
	
	display: inline-block;
	width: 100%;
	text-align: center;
}
.get-a-quote .TitleStyle2{
	font-family: "Rajdhani", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 48px;
margin-bottom: 20px;
color: #333;
text-align: center;
display: inherit;
}
.get-a-quote p{
	font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-size: 20px;
line-height: 36px;
margin-bottom: 30px;
color: #0D0C0C;

}
.no-brk{
	display: none;
}
#Type, #ZipCode {
	color: #393939;
	border-radius: 5px;
	border: 1px solid #fff;
	background: #fff;
	width: 500px;
	height: 38px;
	color: #0D0C0C;
	font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 28px;
margin-bottom: 20px;
padding: 3px;
border: 1px solid #CCC5B9;
/* Drop Shadow */

box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
border-radius: 5px;
}
#ZipCode{
	padding: 5px;
}

.btn.btn-quote-it{
width: 225px;
height: 40px;
left: 10px;
top: 0px;
color: #fff;
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-size: 18px;
line-height: 28px;
background: #3456b8;
background: linear-gradient(180deg, #3456b8 0%, #2c499e 100%);
/* Drop Shadow */

box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
border-radius: 5px;
}

.btn.btn-quote-it:hover, .btn.btn-quote-it:focus {
	background: #2c499e;
    background: linear-gradient(0deg, #3456b8 0%, #2c499e 100%);
}

.c-section{
	background: #FFFFFF;
/* Drop Shadow */

box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
 margin: 50px auto 20px;
 padding: 40px 20px;
}
.c-section.index {
    padding: 40px;
}
.c-section .row {
	margin: 0;
}
.border_d{
  width: 100%;
  height: 0;
  border-top: 1px solid #ccc;
  margin: 5px 0 7px;
  display:inline-block;
}
footer{
	/* Deep Blue */

background: #2b2b2b;
padding: 60px 0;
}
.footer-nav ul{
	display: flex;
align-items: center;
justify-content: space-around;
}
.footer-nav ul li{
	float: left;
	list-style-type: none;
}
.footer-nav li a{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #FFFFFF;
	background-image: linear-gradient(45deg, #3456b8, #3456b8);
	background-size: 0% 4px;
	background-repeat: no-repeat;
	background-position: center bottom;
	transition: background-size 300ms ease;
	padding-bottom: 8px;
}

.footer-nav li a.active, .footer-nav li a:hover, .footer-nav li a:focus{
	text-align:center;
    width:100%;
	background-size: 100% 4px;
}
.footer-nav p{
font-family: "Rajdhani", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 35px;

align-items: center;
text-align: center;

color: #FFFFFF;
padding: 40px 0 30px;
}

.copyright {
    list-style-type: none;
    text-align: center;
	padding-top: 10px;
}
.footer-addrs ul{
	padding:0;
	margin: 0px;
}
.copy-right {
	padding-left: 0px;
}
.footer-addrs li,  .copy-right li {
    display: inline-block;
}
.footer-addrs li a, .footer-addrs li, .copy-right li,  .copy-right li a{
	font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 22px;

color: #FFFFFF;
}
.footer-addrs li::before {
	font-family: 'FontAwesome';
	content: '\00b7';
	font-size: 60px;
	color: #3456b8;
	margin-right: 5px;
	font-weight: 900;
	vertical-align: middle;
	line-height:32px;

	display: inline-block;
}

.footer-addrs li:first-child:before {
	content: none;
}
.footer-addrs li a:hover, .copy-right li a:hover, .footer-addrs li a:focus, .copy-right li a:focus{
	color:#6691ff;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
  padding: 10px 0 30px;
  display: flex;
  justify-content: center;
  margin-bottom:0;
  text-align: center;
}
.down-content {
	display: flex;
  justify-content: space-between;
  padding: 0;
}

ul.social-down{
	align-items: center;
  justify-content: center;
  margin: 0 auto;
}
div.down-content ul {
  padding-left: 0px; 
  display: flex;
  margin:10px auto;
}

div.down-content ul li {
  list-style-type: none;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}
ul.social-down li a{
	color: #fff;
}
ul.social-down li a:hover, ul.social-down li a:focus {
	color: #fff;
	opacity: .8;
}
.gmap {
  height: 400px;
  width: 100%;
  border: none;
}
iframe.ccframe {
  height: 1600px;
  width: 100%;
border: 0;
}
#cpIframe {
    height: 1600px!important;
width: 100%;
border: 0;
background: transparent;
}

.slide_in{
	animation: slideMe .7s ease-in;
}
.agency-contact {
	font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #0D0C0C;
	padding-left: 0px;
}
.agency-contact li {
	padding-left: 0px;
	margin-bottom: 40px;
	list-style-type: none;
}
.agency-contact li:last-of-type {
	margin-bottom: 0px;
} 
@keyframes slideMe {
       0%{
          transform: translateX(550px);
        }
		100%{
			transform: translateX(0px);
		}
      }
      

a.sms-txt {
	cursor: none;
	pointer-events: none;
}