    
 /***Start Extra CSS***/


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
		font-family: "Inter", sans-serif;
	scroll-behavior: smooth;
}

::-webkit-scrollbar {width:4px;}
::-webkit-scrollbar-track {background: #f5f5f5;}
::-webkit-scrollbar-thumb:hover {background:  #006acc;}
::-webkit-scrollbar-thumb {background: #2A4DA8;}


@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.scrollTop {
  position: fixed;
    bottom: 62px;
    right: 0;
    background: rgb(14, 183, 230);
    background: linear-gradient(153deg, rgba(14, 183, 230, 1) 21%, rgba(0, 106, 204, 1) 99%);
    padding: 10px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 4px;
    cursor: pointer;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}

html {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
		font-family: "Inter", sans-serif;
	scroll-behavior: smooth;
}

body {
	background: #fff;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
		font-family: "Inter", sans-serif;
	scroll-behavior: smooth;
}

::selection {
	background-color: #2A4DA8;
	color: #fff;
}

.container {
	max-width: 1200px;
}

div,
a,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul {
	list-style-type: none;
	padding: 0 !important;
	margin: 0;
}


.spacer {
	clear: both;
}

a:hover {
	text-decoration: none !important;
}

a {
	text-decoration: none !important;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
table,
td,
tr,
th
{
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}

p {
	margin-bottom: 15px;
	color: #666666;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}

.btn-all-typo{
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    padding: 10px 38px;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
	background: #E82128;
	border: 1px solid #E82128;
}
.btn-all-typo:hover {
	background-color: #2A4DA8;
	color: #fff;
	border: 1px solid #2A4DA8;
}
.btn-all-typo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #222;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}
.choose-us-btn{
	position: relative;
    display: inline-block;
    overflow: hidden;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    margin: 0px 5px;
    border-radius: 32.5px;
    padding: 12px 33px;
    z-index: 1;
}
.choose-us-btn:hover{
	background: #ffffff;
    color: #2A4DA8;
}
.sec-title h5 {
    padding: 0px 55px 0px 55px;
	color: #e82128;
	font-size: 18px;
    line-height: 26px;
	text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
	position: relative;
	display: inline-block;
}
.sec-title h5:before {
    background: #e82128;
	right: 0px;
	position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    top: 12px;
}
.sec-title h5:after {
    background: #e82128;
	position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    top: 12px;
    left: 0px;
}
.sec-title h2 {
    color: #222;
	font-size: 40px;
    line-height: 46px;
    font-weight: 700;
	margin-bottom: 15px;
}

.clearfix {
    clear: both;
}

/***End Extra CSS***/
 
     /*start header*/

header {
    background-color: #FFFFFF;
    color: #666666;
    padding: 10px 0;
    border-bottom: 1px solid #cccccc !important;
}



header #logo{outline:0;}

.logo-container a img{width:120px;}


header .top-bar .title-area {
    width: 100%;
    padding: 0;
    background-color: #FFFFFF;
}


header .phone, header .email, header ps-user-greeting-container, header .ps-user-greeting-container a {
    font-size: 14px;
    color: #666666;
}

header .phone {
    padding: 0 20px 0 0;
    font-size: 14px;
    color: #666666 !important;
    font-weight: 500;
}

header .phone i{
    color:#2A4DA8;
}

header .phone:before {
    padding-right: 20px;
    vertical-align: middle;
}

header .email {
    line-height: 34px;
    background-color: #FFFFFF;
    color: #2A4DA8;
    padding: 0 17px;
    display: inline-block;
    font-weight: 500;
    border: 1px solid #2A4DA8;
    text-align:center;
}

header .email:hover{color: #2A4DA8;}

a.email.asd {
    margin-left: 10px;
}


/* Menu */
header nav.top-bar,header .top-bar-section,header .top-bar-section ul,header .top-bar-section li a:not(.button) {
    background: none;
}


header .top-bar-section {
    width: 100%;
    color: #666666;
    background: transparent;
    margin: 20px 0 0;
    padding: 0;
    top: 0;
}

header .top-bar-section.cloned {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    background-color: #FFFFFF;
    padding: 5px 0;
    z-index: 99999 !important;}

header .top-bar-section .menu>li>a:not(.button) {
    color: #666666;
    font-size: 14px;
    outline: none;
    padding: 0 30px 0 0;
    line-height: 2em;
    text-transform: capitalize;
    font-weight: 500;
    position:relative;}

header .top-bar-section .has-dropdown>a:after {
    top: 50%;
    border-color: #666666 transparent transparent transparent;
}

header .top-bar-section .has-dropdown.hover>a:after,header .top-bar-section .has-dropdown.active>a:after,header .top-bar-section .has-dropdown:focus>a:after {
    top: 50%;
    border-color: #666666 transparent transparent transparent;
}

header .top-bar-section .menu>li ul {
    background: #000000;
    z-index: 99999;
    min-width:350px;
}

p.our-expo a {
    font-size: 14px;
    color: #2A4DA8;
    font-weight: 600;
}

header .top-bar-section .menu>li ul a{
    background:#ffffff;
   color: #666666;
    border-bottom: 1px solid #2A4DA8;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 5px 10px;
    line-height: 2em;
    text-transform: capitalize;
    display:block;}

header .top-bar-section .dropdown-menu .dropdown-item{
    background: #666666;
    color: #ffffff;
}

.normal-content a {
    font-weight: 600;
    color: #2A4DA8 !important;
}

header .top-bar-section .menu>li ul .has-dropdown.hover>a:not(.button),header .top-bar-section .menu>li ul .has-dropdown.active>a:not(.button),header .top-bar-section .menu>li ul .active>a:not(.button),header .top-bar-section .menu>li ul a:hover:not(.button) {
    background: #fff;
    color: #666666;
}

header .top-bar-section .menu>li ul a:not(.button):after {
    top: 0 !important;
    right: 0 !important;
    margin-top: 0 !important;
    border-color: #666666 transparent transparent transparent;
}

header .top-bar-section .has-dropdown>a:after {
    top: 50%;
    border-color: #666666 transparent transparent transparent;
}

.top-bar-section .has-dropdown>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        position:absolute;
        top: 22.5px;
        margin-right: 15px;
        right: 0;
    }
    
.top-bar-section .dropdown{
    position: absolute;
    left: 0;
    top: auto;
    display: none;
    min-width: 100%;
    background: #000000;
    z-index: 99999;
}

.top-bar-section .dropdown li {
    width: 100%;
    height: auto;
    float: none;
    display: inline-block;
}

.top-bar-section .has-dropdown {
    position: relative;
}

.top-bar-section .insurance:hover ul.dropdown{
  display:block;
}

header .navbar-toggler:focus{box-shadow: none;}
header .navbar-toggler i{color:#2A4DA8;font-size: 25px;}

header #navbarNavDropdown{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    text-align: left;
    background: #fff;
    top:100%;
}

header .phone-holder{
     border-top: 1px solid #999999;
      border-bottom: 1px solid #999999;
      padding: 10px;
}
 header .mobile-email {
        border-bottom: 1px solid #999999;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    header .top-bar-section .navbar-nav .nav-item{
    border-bottom: 1px solid #999999;
    display: block;
    line-height: 44px;
    width: 100%;
    padding: 5px 10px;}
    
header .sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; 
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFFFFF;
  margin-top:0;
  padding: 15px 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

body.sticky-active{padding-top: 60px;}

.simple-page-title{
    background: #2e3192;
    border-bottom:none;
    padding: 40px 0;
    margin-bottom: 60px;}
    
.simple-page-title h2{color:#ffffff;}

/*end header*/

 /*start footer css*/
.footer-section{
 opacity: 1;
background: linear-gradient(135deg, #11156e55 25%, transparent 25%) -4px 0 / 8px 8px, linear-gradient(225deg, #11156e 25%, transparent 25%) -4px 0 / 8px 8px, linear-gradient(315deg, #11156e55 25%, transparent 25%) 0px 0 / 8px 8px, linear-gradient(45deg, #11156e 25%, #394f7b 25%) 0px 0 / 8px 8px;
color:#ffffff;
position:relative;
font-family: "Inter", sans-serif;
}

.footer-section .footer-content{background: radial-gradient(circle, rgba(2, 2, 102, 0.65) 0%, rgba(0, 14, 173, 0.65) 100%);padding:31px 0;margin-top:60px;}

/* subtle pattern like screenshot */
.footer-section::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size:12px 12px;
    pointer-events:none;
}

/* logo */
.footer-logo{
    width:120px;
    margin: 0 0 20px;
}

/* headings */
.footer-heading{
   margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    color:#fff;
}
}

/* links */
.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:3px;
}

.footer-links a{
   color: #ffffff;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 400;
    line-height: 26px;
}


/* address text */
.footer-text{
       color: #fff;
    padding-top: 20px;
    font-size: 14px;
    line-height: 22px;
    font-family: Inter, sans-serif;
}

/* description block */

.footer-description  .footer-text{line-height: 26px;font-family: Inter, sans-serif;}

/* bottom bar */
.footer-bottom{
    background:#07145f;
    padding:12px 0;
    font-size:14px;
    text-align:left;
}

/*end footer css*/

 /*start get a quote css*/
    
 .get-quote-section{margin:70px 0;}   
 .get-quote-section .gaq-box{padding: 50px 15px;}
 .get-quote-section .gaq-box-1{background:#f5f5f5;color:#000000;}
 .get-quote-section .gaq-box-2{background:#8C292F;color:#ffffff;}
.get-quote-section .gaq-box .quote-icon img{width:80px;}
.get-quote-section .gaq-box:hover .quote-icon img{
    animation-name: dance_hover;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;}
    
  @keyframes dance_hover {
16.65% {transform: translateY(8px);}

33.3% {transform: translateY(-6px);}

49.95% {transform: translateY(4px);}

66.6% {transform: translateY(-2px);}

83.25% {transform: translateY(1px);}

100% {transform: translateY(0px);}
} 

.get-quote-section .gaq-box .qaq-title{
font-size: 23px;
    font-weight: bold;
    margin: 20px 0 30px 0;
}

.get-quote-section .gaq-box-1 .qaq-title a{color: #000000;}
.get-quote-section .gaq-box-2 .qaq-title a{color: #ffffff;}


.get-quote-section .gaq-box .btn-all a{
    background: #000000;
    color: #ffffff;
    padding: 12px 35px;
    font-weight:500;}

.get-quote-section .gaq-box-2 .btn-all a{
    background:#ffffff;
    color: #000000;
}

.get-quote-section .gaq-box-2 .quote-icon img{filter: invert(1);}

/*end get a quote css*/

.inner-banner-section{
    background: #2e3192;
    padding: 40px 0;
    margin-bottom: 60px;}

.inner-banner-section h2{
     margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-align: center;}
    
 .inner-banner-section  .inner-ct-breadcrumb{display:none !important;}



