/* GENERAL */
html, body {
    overflow-x: hidden;
    scroll-padding-top: 145px;
}
p, li, a {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
li {
    padding-bottom: 5px;
}
a:hover {
    color: #ef8339;
}
.text-blue {
    color: #2d5ba7;
}
b, strong {
    font-family: inherit;
    font-weight: 700;
}
/* NAVIGATION CSS */
#top-header {
    background-color: #fff;
    padding: 5px 0;
}
#top-header .col-md-9 ul {
    padding-inline-start: 0;
    display: block;
}
#top-header li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}
#top-header a {
    color: #000;
    text-decoration: none;
}
#top-header a:hover {
    color: #ef8339;
}
#header {
    background-color: #2d5ba7;
    border-bottom: 2px solid #ef8339;
}
#header .navbar-nav li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}
.navbar-toggler:focus {
    box-shadow: none;
}
/* NAVIGATION CSS END */
/* Mobile Navigation */

/* STICKy NAVIGATION */
.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    background-color: #fff !important;
    background-image: none !important;
    z-index: 99;
}
/*.sticky .nav-menu a {
    color: #2d5ba7;
}*/
.sticky .parent.active a {
    color: #fff;
}
.sticky + .content {
    padding-top: 102px;
}
.dropdown-menu {
    border: 0px;
    border-top: 3px solid;
    border-radius: 0;
    position: absolute;
    z-index: 1000;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

/* body css */
#hero {
    background-image: url(../images/header-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}
.hero-text h1 {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 70px;
}
.hero-text h3 {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-transform: lowercase;
    margin-bottom: 25px;
    font-size: 24px;
    letter-spacing: 1px;
}
.hero-form.text-center {
    background-color: #ef8339;
    padding: 10px;
}
.hero-form.text-center h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}
#hero .bg-white {
    box-shadow: 0px 2px 2px 2px rgb(0 0 0 / 30%);
}
#hero .bg-white h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}
#hero .form input {
    width: 100%;
    margin: 10px 0;
    text-indent: 5px;
}
#hero .form input.button {
    background-color: #2d5ba7;
    border: 1px solid #2d5ba7;
    color: #fff;
    width: max-content;
    padding: 5px 10px;
    font-family: roboto condensed, sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
    transition: 1s ease all;
}
#hero .form input.button:hover {
    background-color: transparent;
    color: #2d5ba7;
}
::placeholder {
    color: #000;
    font-family: roboto condensed, sans-serif;
    font-weight: 400;
}
#hero .form p.disclaimer {
    font-size: 14px;
    font-style: italic;
    font-family: roboto condensed, sans-serif;
    font-weight: 400;
}
/*#hero-slider .slide {
    max-width: 80%;
}*/
#hero-slider .slide img::before {
    
}
h2.sec-title {
    font-family: roboto condensed, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
}
.ylw-txt.img-title {
    background-color: #2d5ba7;
    padding: 5px;
    color: #fbe22e;
    font-family: roboto condensed, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 30px;
}
#hme-one .image-desc {
    padding-top: 25px;
}
#home-testimonials {
    background-image: url(../images/home-2-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#home-testimonials .testi-content {
    position: relative;
    min-height: 255px;
}
#home-testimonials .testi-content:before {
    position: absolute;
    content: url(/images/home-2-quote.png);
    display: block;
    top: -7.5%;
    left: 0;
    right: 0;
}
#home-testimonials .testi-cta {
    background-color: #2d5ba7;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    font-family: roboto condensed, sans-serif;
    font-weight: 700;
    border: 1px solid #2d5ba7;
    transition: 1s ease all;
}
#home-testimonials .testi-cta:hover {
    color: #2d5ba7;
    background: transparent;
}
.below-testi .bg-blue {
    padding: 25px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #2d5ba7 !important;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fbe22e !important;
}
#home-3 .pro-details {
    background-color: #2d5ba7;
    padding: 25px;
}
.ylw-txt {
    color: #fbe22e;
}
#home-3 .pro-details p.text-white {
    min-height: 130px;
}
#home-4 {
    background-image: url(../images/home-4-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.vid-text {
    font-family: roboto condensed, sans-serif;
    font-weight: 700;
}
.vid-content {
    background-color: #2d5ba7;
    padding: 25px 25px 70px;
}
.hero-cta a.red-btn, .vid-content a.red-btn, .consultation-details a.red-btn {
    background-color: #ef8339;
    color: #fff;
    width: max-content;
    padding: 15px;
    border: 1px solid #ef8339;
    font-family: roboto condensed, sans-serif;
    font-weight: 700;
    text-decoration: none;
    transition: 1s ease all;
}
.hero-cta a.red-btn:hover, .vid-content a.red-btn:hover, .consultation-details a.red-btn:hover {
    color: #fff;
    background-color: transparent;
}
hr {
    color: #fbe22e;
    opacity: 1;
}
.question h5 {
    font-family: roboto condensed, sans-serif;
    font-weight: 700;
    color: #fff;
	flex: 1;
	text-transform: uppercase;
    font-size: 20px;
}
.question p {
    margin: 0;
    color: #fff;
}
#home-6 {
    background-image: url(../images/home-5-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.consultation-details {
    background-color: #2d5ba7;
    padding: 25px;
}
.consultation-details .custom-bullets {
    padding-inline-start: 0;
}
.consultation-details .custom-bullets li {
    list-style: none;
    color: #fff;
    padding-inline-start: 30px;
}
.consultation-details .custom-bullets img {
    display: inline-block;
    float: left;
    padding-top: 5px;
}
.text-right {
    text-align: right;
}
#home-contact a {
    color: #000;
    text-decoration: none;
}
#home-contact a:hover {
    color: #ef8339;
}
#footer {
    background-color: #313233;
}
#footer .red-btn {
    background-color: #ef8339;
    color: #fff;
    width: max-content;
    padding: 10px 25px;
    border: 1px solid #ef8339;
    font-family: roboto condensed, sans-serif;
    font-weight: 700;
    text-decoration: none;
    transition: 1s ease all;
}
#footer .red-btn:hover {
    background-color: transparent;
    color: #fff;
}
#footer .quick-links {
    padding-inline-start: 0;
}
#footer .quick-links li {
    list-style: none;
}
#footer .quick-links li a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
#foo-copyright {
    background-color: #000;
}
#foo-copyright a {
    text-decoration: none;
    color: #fff;
}
#inner-pg-hero {
    background-image: linear-gradient(to bottom, #2d5ba7 0%, #2d5ba7 70%, #fff 70%, #fff 100%);
}
.breadcrumbs ul {
    padding-inline-start: 0;
}
.breadcrumbs ul li {
    list-style: none;
    display: inline-flex;
    justify-content: left;
}
.breadcrumbs ul li a {
    color: #fff;
    text-decoration: none;
}
#inner-pg-hero .pg-title h1 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
#abt-1 ul li, #abt-3 ul li {
    list-style-image: url(../images/blue-bullet.png);
}
.bg-blue {
    background-color: #2d5ba7;
}
#abt-2 ul li {
    list-style-image: url(../images/home-5-bullet.png);
}