@font-face {
    font-family: 'League Spartan';
    src: url('../webfonts/LeagueSpartan-Bold.eot');
    src: url('../webfonts/LeagueSpartan-Bold.eot?#iefix') format('embedded-opentype'), url('../webfonts/LeagueSpartan-Bold.woff2') format('woff2'), url('../webfonts/LeagueSpartan-Bold.woff') format('woff'), url('../webfonts/LeagueSpartan-Bold.ttf') format('truetype'), url('../webfonts/LeagueSpartan-Bold.svg#LeagueSpartan-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../webfonts/BrandonGrotesque-Regular.eot');
    src: url('../webfonts/BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype'), url('../webfonts/BrandonGrotesque-Regular.woff2') format('woff2'), url('../webfonts/BrandonGrotesque-Regular.woff') format('woff'), url('../webfonts/BrandonGrotesque-Regular.ttf') format('truetype'), url('../webfonts/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*Default-CSS*/
.modal-header .close {
    padding: 0px;
}

input::-moz-focus-inner {
    border: 0;
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
    outline: none;
}

select::-moz-focus-inner {
    border: 0;
    outline: none;
}

option::-moz-focus-inner {
    border: 0;
    outline: none;
}

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

html {
    overflow-x: hidden;
}

    html body {
        background-color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        margin: 0;
        font-size: 18px;
        color: #231F20;
        overflow-x: hidden;
        line-height: 1.5;
        padding-top: 163px;
    }

*::-moz-selection {
    color: #fff;
    background: #E8892C;
}

*::-webkit-selection {
    color: #fff;
    background: #E8892C;
}

*::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}

*:-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*::-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}

a, div a:hover, div a:active, div a:focus, button {
    text-decoration: none;
}

a, span, div a:hover, div a:active, button {
    text-decoration: none;
}

body ul {
    margin: 0;
}

body a {
    outline: none;
    color: #337ab7;
    /*font-weight: 600;*/
    display: inline-block;
    vertical-align: top;
}

body a:hover {
    color: #E8892C;
    /*font-weight: 400;*/
}

* {
    outline: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clr:after,
ul:after,
.clearfix:after,
li:after {
    clear: both;
    display: block;
    content: "";
}

div input, div select, div textarea, div button {
    font-family: 'Open Sans', sans-serif;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3;
    color: #636161;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
}

body h1 {
    font-size: 50px;
}

body h2 {
    /*font-size: 44px;*/
    font-size: 36px;
}

body h3 {
    font-size: 34px;
}

body h4 {
    font-size: 32px;
}

body h5 {
    font-size: 26px;
}

body h6 {
    /*font-size: 22px;*/
    font-size: 24px;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}

div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div select option {
    font-size: 13px;
    color: #231F20;
    padding: 2px 5px;
}

body img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

body p, body li {
    color: #231F20;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
    margin: 0 0 15px;
    padding: 0;
}

body p:empty,
body li:empty {
    margin: 0;
    line-height: 0;
}

body p:last-child,
body li:last-child {
    margin: 0;
    /*font-weight:500;*/
}

p strong {
    font-weight: bold;
}

label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    margin-left: 5px;
}

.hidden {
    display: none !important;
}

.container:after {
    content: "";
    display: block;
    clear: both;
}

.container {
    width: 100%;
    max-width: 1200px;
}

body .container .container {
    width: 100%;
    max-width: 100%;
}

/*******************************
* COLOR CSS
*******************************/

.text-gray{
    color:#626262 !important;
}

.text-blue{
    color:#4999FB !important;
}

.text-orange{
    color:#E8892C !important;
}

.text-white{
    color:#FFFFFF !important;
}

.bg-slider{
    background-color:#F2F2F2 !important;
}

.bg-gray{
    background-color:#626262 !important;
}


.bg-light-gray {
    background-color:#C8C4C3 !important;
}

/*******************************
* HEADER CSS
*******************************/

.header-container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.top-bar {
    background: #E8892C;
    top: 0px;
    left: 0px;
    right: 0px;
    font-weight: 600;
    line-height: 2;
}

.top-bar .top-box {
    display: inline-block;
}

.top-bar .top-box + .top-box {
    padding-left: 25px;
}

.top-bar .top-box * {
    color: #FFFFFF;
}

.header .navbar {
    background-color: #FFFFFF;
    padding: 15px 0px;
}

.header .navbar-nav .nav-item .nav-link {
    padding: 0;
    color: #626262;
    font-weight: 600;
    text-transform: uppercase;
}

.header .navbar-nav .nav-item .nav-link:hover,
.header .navbar-nav .nav-item .nav-link.active {
    color: #E8892C;
}

.header .navbar-nav > .nav-item {
    margin: 0px 5px;
    line-height: 1.2;
    padding: 10px;
    border: 2px solid transparent;
    float: left;
}

.header .navbar-nav > .nav-item:first-child {
    margin-left: 0;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    max-width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.header-right ul {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    vertical-align: top;
}

.header-right ul li:last-child {
    margin-right: 0;
}

.navbar-toggler {
    border: 0;
    padding: 0;
    font-size: 30px;
    border-radius: 0;
}

.header-right {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#navbarSupportedContent{
    float:right;
}

#navbarSupportedContent .fa-caret-down {
    text-shadow: -1px 0 #FFF, 0 1px #FFF, 1px 0 #FFF, 0 -1px #FFF;
}

.dropdown .dropdown-toggle::after {
    display: none;
}

.header .navbar-nav > li.dropdown.nav-item {
    position: relative;
    border: 2px solid #4999FB;
    border-radius: 5px;
}

li.dropdown .dropdown-toggle.nav-item {
    margin-left: 12px;
}

.header .navbar-nav .nav-item.dropdown .nav-link {
    padding-right: 20px;
    color: #4999FB;
}

li.dropdown.nav-item .dropdown-toggle {
    color: #4999FB;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-left: 0;
    transform: translateY(-50%);
}

.dropdown .dropdown-menu {
    background-color: #4999FB;
    width: 275px;
    border-radius: 0;
    margin-top: 10px;
    text-align: center;
    display:none;
}

.dropdown .dropdown-menu li {
    margin: 0px;
    width: 100%;
    font-weight: 400;
}

.dropdown .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.dropdown .dropdown-menu li a {
    padding: 7px;
    margin-bottom: 0;
}

.dropdown .dropdown-menu li strong {
    color: #636161;
    font-weight: bold;
}

.dropdown .dropdown-menu li a {
    color: #fff;
    display: block;
    font-size: 17px;
}

#navbarSupportedContent .dropdown-menu {
    padding: 0;
}

.dropdown .dropdown-menu li:hover {
    background: #E8892C;
}

.production-rental, .event-cancellation, .media-error-omissions, .Roller-Derby {
    cursor: pointer;
}

.header .navbar-nav > .nav-item.nav-btn-header{
    padding:0;
}

.header .navbar-nav > .nav-item .nav-link-responsive {
    display: none;
}

.header .navbar-nav > .nav-item.nav-btn-header .all-btn{
    padding:10px 30px;
}

.header .navbar-nav > .nav-item:last-child {
    margin-right: 0;
}

/*******************************
* BUTTON CSS
*******************************/

body .all-btn {
    color: #fff;
    background-color: #4999FB;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 30px;
    padding: 17px 30px;
    text-transform:uppercase;
}

body .all-btn:hover {
    color: #fff;
    background-color: #E8892C;
    /*box-shadow: 0px 10px 40px -10px #E8892C;*/
}

body .all-btn.reverse:hover {
    background-color: #E8892C;
}

/*******************************
* FOOTER CSS
*******************************/
.footer {
    background-color: #C8C4C3;
    padding: 40px 0;
}

.footer-nav {
    list-style: none;
    padding-left: 0;
    padding-bottom: 24px;
}

.footer .footer-nav li.nav-item {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    font-weight: 600;
    margin: 0 17px;
}

.footer .footer-nav .nav-item a {
    color: #626262;
}

.footer .footer-nav .nav-item a:hover,
.footer .footer-nav .nav-item a.active {
    color: #E8892C;
    font-weight: 600;
}

.footer-copyright p {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    color:#626262;
}
.footer ul.footer-nav {
    display: block;
}

body .footer .dropdown .dropdown-menu {
    position: absolute;
    top: auto;
    bottom: 100%;
}

.footer .dropdown .dropdown-menu li a:hover {
    color: #231F20;
}

.footer .dropdown .dropdown-menu li {
    line-height: 1;
}

.footer li.dropdown.nav-item .dropdown-toggle {
    top: 8px;
}

.social-network {
    text-align: center;
    padding-bottom: 24px;
}

.social-network a {
    margin: 0px 10px;
    color: #626262;
}

/*******************************
* LIVE CHAT CSS
*******************************/

.live-chat-sec {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 999;
    background-color: #4999FB;
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.live-chat-sec:hover {
    background-color: #E8892C;
}

.live-chat-sec a {
    width: 100%;
    height: 100%;
    background: url(../image/chat-img.png) no-repeat center center;
    font-size: 13px;
    font-weight: 600;
    color: #231F20;
    background-size: 65px;
    background-position-y: 35%;
}

.live-chat-sec a .live-chat-question-icon {
    font-size: 40px;
    font-family: League Spartan;
    font-weight: bold;
    line-height: 1;
    color: #E6882A;
    display: block;
    padding-top: 35px;
    padding-left: 50px;
}

.lbl-livechat {
    color: #FFF;
    font-weight: 600;
    text-align: center;
}

.live-chat-sec a span span {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

/*******************************
* HOME CSS
*******************************/

.home-main-header{
    padding: 15px 0;
}

.home-main-header h1{
    margin-bottom:10px;
}

.home-main-header p{
    line-height: 1.2;
    font-weight: 400;
}

.home-slider .item {
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 550px;
    background-color: #F2F2F2;
    position: relative;
}

.home-slider .item .container {
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    left: 0;
    right: 0;
}

.home-slider-text p {
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 32px;
}

body .owl-carousel .owl-item img {
    width: auto;
}

.home-slider-sec .home-slider .owl-nav button.owl-prev,
.home-slider-sec .home-slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    font-size: 60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-slider-sec .home-slider .owl-nav button.owl-prev {
    left: 90px;
}

.home-slider-sec .home-slider .owl-nav button.owl-next {
    right: 90px;
}

.home-partner-sec {
    background-color: #F2F2F2;
    padding: 30px 0 50px;
}

.home-partner-sec h6 {
    margin: 0;
    padding-bottom: 40px;
}

.home-partner-slider:after {
    content: "";
    display: block;
    clear: both;
}

.home-partner-slider {
    margin: 0 -10px;
}

.partner-logo {
    float: left;
    width: 25%;
    padding: 0 10px;
}

.partner-logo a {
    display: block;
    position: relative;
    height: 92px;
}

.partner-logo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.btnLeft {
    color: #E8892C;
}

.btnRight {
    color: #E8892C;
}
.owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background: #A7A9AC;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #FFFFFF;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.section-gapping {
    padding: 50px 0 50px;
}

.caption-center {
    margin: 0 auto;
}

.home-service-title p, .home-buy-insurance-title p, .home-apply-for-quote-title p {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 400;
}

.home-service-title {
    padding-bottom: 66px;
}

.home-buy-insurance-title {
    padding-bottom: 25px;
}

.home-buy-insurance h6 {
    font-size: 100%;
    padding: 10px 0px;
}

.buy-insurance-row .online-insurance-img {
    background-position: center right;
    background-size: cover;
    height: 155px;
    width: 197px;
}

.buy-insurance-row .online-insurance-img:hover {
    background-position: center left;
}

.buy-insurance-row {
    padding-bottom: 40px;
}

.AFQImage {
    margin: 40px 10px 0;
    background-color: #4999FB;
    border-radius: 10px;
}

.AFQImage:hover {
    background-color: #E8892C;
}

.AFQImage a {
    display: block;
    padding: 20px 20px 16px;
}

.AFQImage h6 {
    font-weight: 700;
    color: #C8C4C3;
    font-size: 14px;
    min-height: 36px;
}

.online-quote-img {
    height: 110px;
    padding-bottom: 20px;
}

.apply-quote-row {
    padding-bottom: 40px;
    max-width:750px;
    margin: 0 auto;
}

.home-quote-sec p {
    font-size: 22px;
}

.quote-image-inner {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 30px;
}

.quote-image-title {
    padding-top: 30px;
}

.quote-image {
    height: 150px;
}

.quote-btn {
    padding-top: 30px;
    text-align: center;
}

.home-quote-sec h6 {
    position: relative;
    font-size: 100%;
}

.quote-image-title span {
    color: #E8892C;
    position: absolute;
    top: 0;
    right: -20px;
}

.quote-process-arrow-down {
    display: none;
}

/*.home-quote-sec h4 {
    font-size: 38px;
}*/

/*.home-quote-sec h4:first-child {
    margin-bottom: 0;
}*/

.service-image {
    position: relative;
    height: 125px;
    margin-bottom: 27px;
}

.service-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.home-coverage-sec .container-fluid {
    padding-left: 75px;
    padding-right: 75px;
}

.home-coverage-bottom {
    margin-top: 20px;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0px;
    right: 0px;
}

.div-home-coverage {
    border: 2px solid #C8C4C3;
    border-radius: 15px;
    padding: 30px 10px 130px 10px;
    position: relative;
}

.div-gear-coverage .container-fluid{
    max-width:1300px;
}

.div-coverage-premium {
    position:absolute;
    right:20px;
    top:20px;
    line-height: 1;
}

.home-coverage-inner {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.home-coverage-inner p {
    line-height: 1;
}

.home-coverage-inner .div-coverage-premium p.lbl-low-premium {
    font-size: 40px;
    font-weight: bold;
}

.coverage-link{
    font-weight:600;
    text-transform: uppercase;
}
.other-coverage{
    list-style-type:circle;
}

.other-coverage li {
    line-height: 3;
}

.learn-more{
    color:#E8892C;
    text-decoration: underline;
    font-weight: 600;
}

.learn-more:hover{
    color:#4999FB;
    text-decoration: underline;
}

.div-home-coverage ul{
    text-align:left;
    padding-bottom: 15px;
}

.div-home-coverage ul li {
    font-weight: 500;
    margin:0;
}

.coverage-icon {
    padding: 15px;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.home-buy-insurance-title h2 {
    padding-top: 15px;
}

.home-buy-insurance .quote-btn, .home-apply-for-quote .quote-btn {
    padding: 15px 0px;
}

.home-apply-for-quote-title, .home-service-title {
    padding-top: 15px;
}

.home-service-sec .row {
    padding-bottom: 15px;
}

.quote-content {
    padding: 15px 0px;
}

/*******************************
* FAQ CSS
*******************************/
.faq-accordion-sec {
    padding-top: 30px;
}

.nav-tabs {
    border-bottom: 3px solid #c7c3c1;
}

.nav-tabs .nav-item {
    background-color: #C7C3C1;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin-right: 2%;
    width: 18.4%;
    text-align: center;
    margin-bottom: -3px;
}

.nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.nav-tabs .nav-item a {
    color: #636161;
    font-weight: 600;
    line-height: 1.2;
    height: 100%;
    padding: 15px 10px;
    border: 3px solid #c7c3c1;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom: 0 none;
    position: relative;
    text-transform: uppercase;
}

.nav-tabs .nav-item a::after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #C7C3C1;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #E6882A;
    border-color: #c7c3c1;
}

.nav-tabs .nav-item.show a::after, .nav-tabs .nav-item a.active::after {
    width: 70%;
}

.tab-content {
    border: 3px solid #c7c3c1;
    padding: 40px 0 0;
    margin-top: -3px;
}

.tab-content .ui-accordion-header {
    text-align: left;
    padding: 15px 15px 15px 120px;
    border-top: 3px solid #c7c3c1;
    margin-bottom: 0;
    cursor: pointer;
    color: #636161;
    font-weight: 600;
    position: relative;
}

.tab-content .ui-accordion-header span::before {
    content: "+";
    position: absolute;
    top: 15px;
    left: 45px;
    width: 32px;
    height: 32px;
    background-color: #E6882A;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 28px;
    line-height: 30px;
}

.tab-content .ui-accordion-header.ui-state-active span::before {
    content: "-";
    line-height: 26px;
}

.ui-accordion-content {
    padding: 35px 120px 28px;
}

.ui-accordion-content iframe {
    border-radius: 8px;
}

.faq-search-form {
    margin-top: 30px;
}

.faq-search-form input[type="text"] {
    font-size: 24px;
    font-weight: 600;
    color: #c7c3c1;
    border: 3px solid #c7c3c1;
    border-left: 0;
    height: 65px;
    border-radius: 0;
}

.faq-search-form input[type="text"]::-webkit-input-placeholder {
    color: #c7c3c1;
}

.faq-search-form input[type="text"]:-moz-placeholder {
    color: #c7c3c1;
}

.faq-search-form input[type="text"]::-moz-placeholder {
    color: #c7c3c1;
}

.faq-search-form input[type="text"]:-ms-input-placeholder {
    color: #c7c3c1;
}

.faq-search-form .input-group-prepend {
    border: 3px solid #c7c3c1;
    border-right: 0;
    width: 108px;
    position: relative;
}

.faq-search-form .input-group-prepend .input-group-text {
    padding: 0;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #E6882A url(../image/search.png) no-repeat center center;
}

.form-control:focus {
    box-shadow: none;
}

/*******************************
* ABOUT CSS
*******************************/

.whatwe-sec h2,
.whatwe-sec p {
    color: #636161;
}

.our-leaders-sec h6 {
    margin: 0px;
}

.our-mission-sec {
    padding-bottom: 83px;
    margin-bottom: 95px;
}

.our-testimonials-sec h2 {
    margin-bottom: 30px;
}

iframe {
    width: 100%;
    display: block;
}

.home-testimonial-sec {
    position: relative;
    margin-top: 70px;
    padding-top: 64px;
}

.home-testimonial-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #B1B1B3;
    margin: 0 auto;
    width: 90%;
}

.testi-content > p {
    font-style: italic;
}

.testi-content .testi-author p {
    font-weight: 400;
    color: #636161;
    line-height: 1.2;
}

.testi-author {
    padding-top: 31px;
}

.testimonials-content {
    background-color: #fff;
    padding: 30px 80px;
}

.testimonials-content p {
    text-align: justify;
}

.testimonials-content h6 {
    color: #E8892C;
    text-align: left;
    text-transform: uppercase;
}

.our-testimonials-sec .row + .row {
    padding-top: 15px;
}

.testimonials-author {
    text-align: left;
    position: relative;
    padding-left: 60px;
    padding-top: 5px;
    font-weight: 600;
}

.testimonials-author i {
    color: #A5B5B4;
    font-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonials-content h6 {
    margin-top: 30px;
}

.leader-image {
    padding: 30px;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

.leader-image img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.whowe-sec h6 {
    text-align: left;
}

.whowe-sec h6:last-child {
    margin-top: 30px;
}

.about-headers {
    padding-bottom: 15px;
}

.our-testimonials-sec {
    text-align: center;
}

.athos-leader-header {
    position: relative;
}

.athos-leader-info {
    display: none;
    border: 1px solid #ccc;
}

.athos-leader-info {
    display: none;
    border: 5px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    /*height: 100%;*/
    height: auto;
    background-color: #fff;
    z-index: 1;
    /*box-shadow: 0px 5px #C8C4C2;*/
    overflow-y: auto;
    overflow-x: hidden;
}

.leader-block-right {
    padding: 40px 0px;
    text-align: left;
}

.leader-block-right p {
    padding-right: 50px;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}

.close {
    position: absolute;
    right: 32px;
    top: 20px;
    width: 20px;
    height: 32px;
    opacity: 0.3;
    z-index: 999;
}

.close:hover {
    opacity: 1;
}

.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #333;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.leader-info-hide {
    display: none;
}

.leader-info-hide p {
    text-align: justify;
}

.section-spotlight h2 {
    font-size: 44px;
}

.section-about p {
    font-weight: 500;
}

.our-testimonials-sec.section-gapping {
    padding-bottom: 65px;
}

/*******************************
* SPORTLIGHT CSS
*******************************/

.spotlight a {
    color: #E8892C;
}

.spotlight p {
    margin: 0px;
    font-size: 22px;
}

.spotlight-news {
    padding: 20px 0px;
    font-size: 22px;
}

.spotlight .card-img-top {
    background-image: url(https://i.ytimg.com/vi_webp/Q_dKXo72iZc/sddefault.webp);
}

.spotlight-item .mt-3 {
    padding: 0px;
}

.spotlight-item {
    padding-bottom: 30px;
}

.spotlight-item iframe {
    height: 360px;
}

.spotlight-iframe {
    padding: 30px;
    border-top: 1px solid #C7C4C3;
    border-left: 1px solid #C7C4C3;
}

.spotlight-item .mt-3:first-child .spotlight-iframe {
    border-left: none;
}

/*******************************
* BLOG CSS
*******************************/

.post-left .post-content h2,
.post-right .post-sidebar h2 {
    font-size: 45px;
    /*font-family: 'Playfair Display', serif;*/
}

.post-right .post-sidebar h3,
.post-right .post-sidebar h2 {
    font-family: 'Playfair Display', serif;
}

.post-right .post-sidebar h3 {
    font-size: 32px;
}

.post-right .post-sidebar h2 {
    font-size: 45px;
}

.post-content {
    position: relative;
    padding-bottom: 30px;
}

.post-content:not(:first-child) {
    padding-top: 30px;
}

.post-content:not(:first-child):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #B1B1B3;
    margin: 0 auto;
    width: 90%;
}

.post-content:last-child {
    border-bottom: 0;
}

.post-left .post-content h2 {
    margin-bottom: 0;
}

.post-meta {
    margin-top: 30px;
}

.post-content .post-meta p.post-date-time,
.post-content .post-meta ul.post-social-media li a {
    font-size: 17px;
}

.post-meta:after {
    content: "";
    display: block;
    clear: both;
}

.post-meta .post-date-time {
    float: left;
    margin-bottom: 0;
}

ul.post-social-media {
    float: left;
}

.post-meta .post-social-media li {
    display: inline-block;
    margin: 0;
}

.post-meta .post-social-media li:before {
    content: "/";
    padding: 0 5px;
}

.divmedia {
    padding: 30px 0px;
}

.post-sidebar {
    background-color: #C8C4C3;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.spotlight-sidebar {
    padding: 10px 20px;
    margin-bottom: 20px;
}

.post-sidebar .post-sidebar-image {
    position: relative;
    background: #E6882A;
    border-radius: 200px;
    color: #fff;
    height: 160px;
    width: 160px;
    margin: 8px auto;
}

.post-sidebar .post-sidebar-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.post-sidebar .social-network {
    text-align: center;
}

.post-sidebar .social-network li {
    display: inline-block;
    padding: 0 10px;
    margin: 0;
}

.post-sidebar .social-network li a {
    color: #E8892C;
}

.post-sidebar .social-network li a:hover {
    color: #231F20;
}

.post-sidebar ul li a {
    color: #231F20;
    font-weight: 700;
}

.post-sidebar ul li a:hover {
    color: #E8892C;
}

.post-sidebar ul li {
    margin-bottom: 0px;
}

.post-sidebar iframe {
    min-height: 250px;
}

.post-text p{
    text-align:justify;
}

.divArticalDescription{
    display:none;
}

/*******************************
* CONTACT CSS
*******************************/

.contact-left input[type=text],
.contact-left input[type=email] {
    font-size: 18px;
    padding: 22px 17px;
    background-color: #E7E2DE;
    height: 75px;
    border-radius: 0;
    border: none;
}

.contact-left textarea {
    font-size: 18px;
    padding: 22px 17px;
    background-color: #E7E2DE;
    border-radius: 0;
    resize: none;
    border: none;
}

.contact-left .form-control:focus {
    background-color: #E7E2DE;
}

.contact-left .form-group {
    margin-bottom: 26px;
}

.contact-left .contact-submit {
    background-color: #0C599D;
    padding: 16px 70px;
    border: none;
    cursor: pointer;
}

.contact-left .contact-submit:hover {
    background-color: #E8892C;
}

.contact-left #lblSuccess {
    padding: 10px;
    width: 100%;
}

.contact-right {
    background-color: #E6882A;
    padding: 37px 20px 25px 20px;
    height: 100%;
}

.contact-right .contact-info p {
    margin-bottom: 36px;
    color: #fff;
}

.contact-right .contact-info a {
    color: #fff;
    max-width: 100%;
    word-wrap: break-word;
}

.contact-right .contact-info a:hover {
    color: #231F20;
}

.contact-right .contact-info p strong {
    color: #636161;
}

/*******************************
* MODAL CSS
*******************************/

.modal-backdrop {
    background-color: rgba(0,0,0,0.6);
}

.fade.in {
    opacity: 1;
}

.bootbox-body {
    font-weight: 500;
}

.modal-body p {
    font-size: 16px;
    text-align: justify;
    font-weight:500;
}

.modal-body label {
    font-size: 18px;
    font-weight: 700;
}

.modal-title {
    font-weight: 600;
    font-size: 24px;
}

.modal-dialog {
    width: 50%;
    max-width: unset;
}

.btn-success {
    color: #fff;
    background-color: #36c6d3;
    border-color: #2bb8c4;
}

.bootbox .modal-footer {
    justify-content: flex-end;
}

.close:before, .close:after {
    background-color: unset;
}

.close:before {
    display: none;
}

.close:after {
    display: none;
}

.modal-footer {
    text-align: right;
    display: unset;
}

.modal-footer .all-btn{
    border-radius:unset;
    padding: 10px 20px;
}
.modal-open .modal{
    overflow-y:hidden;
}

header, body.modal-open{
    padding-right:0 !important;
}

/*******************************
* LOADER CSS
*******************************/

.spinner {
    width: 100px !important;
    height: 100px !important;
    margin: 20% auto !important;
    background-color: #F58013;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

.Loader {
    position: fixed;
    width: 120px;
    height: 120px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    z-index: 10000;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.Loader {
    width: 100% !important;
    height: 100% !important;
    background-color: #585353;
    opacity: 0.5;
    z-index: 100600 !important;
}

/*******************************
* QUICK QUOTE CSS
*******************************/

form.quoteform .form-group {
    margin-bottom: 8px;
}

.divQuickQuote {
    display: none;
}

.g-recaptcha {
    transform: scale(0.86);
    transform-origin: 0 0;
}

.OrangeLine {
    padding: 15px;
    border: 2px solid #E8892C;
    border-radius: 15px;
}

/*******************************
* CHILD PAGE CSS
*******************************/

.div-contact {
    position: relative;
}

.div-contact-info {
    width: 320px;
    height: 240px;
    border: 2px solid #E8892C;
    padding: 15px;
    border-radius: 15px;
    background-color: #F0F0F0;
    margin-top: 10px;
    position: relative;
}

/*.panelHeader {
    background-color: #E8892C;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px !important;
    font-weight: 700;
    font-size: 22px;
}*/

.SubPageGape {
    width: 75%;
    max-width: 1200px;
    padding-top: 50px;
    padding-bottom: 25px;
}

.lblHeader {
    font-size: 34px;
    font-weight: bold;
    color: #626262;
    margin: 0px;
}

.term-coverage .lblSecondHeader {
    font-weight: bold;
    font-size: 24px;
    color: #626262;
    margin-top: 25px;
}

.term-coverage p, .term-coverage ul li{
    font-weight:500;
    font-size:18px;
}

.online-quote-button .bigorange {
    cursor: pointer;
    padding: 15px 60px;
}

.TightLineSpacing {
    line-height: 1.5;
    font-size: 17px;
    font-weight:500;
}

.online-quote-button {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

.div-contact-image {
    padding: 0px;
    width: 125px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-90%);
}

/*******************************
* VALIDATION CSS
*******************************/

.VMessage {
    position: relative;
    display: inline-block;
    background-color: #DE607C;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    font-weight: 100;
    margin-top: 7px;
    width: auto;
    text-align: left;
}

.VMessage::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 10px;
    border-width: 6px;
    border-style: solid;
    border-color: #DE607C transparent transparent transparent;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}