/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
    font-family: 'Proxima Nova bold';
    src: url('../../fonts/ProximaNova-Bold.eot');
    src: url('../../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../../fonts/ProximaNova-Bold.woff') format('woff'), url('../../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../../fonts/ProximaNova-Semibold.eot');
    src: url('../../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../../fonts/ProximaNova-Semibold.woff2') format('woff2'), url('../../fonts/ProximaNova-Semibold.woff') format('woff'), url('../../fonts/ProximaNova-Semibold.ttf') format('truetype'), url('../../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* Regular */

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../../fonts/ProximaNova-Regular.eot');
    src: url('../../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../../fonts/ProximaNova-Regular.woff') format('woff'), url('../../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background: #fff;
    color: #666666;
    font-family: 'Proxima Nova Rg';
}

a {
    color: #2dc997;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #2dca98;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    padding: 0;
}


/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #2dc997;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #49d6a9;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
  # Disable AOS delay on mobile
  --------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/

#header {
    height: 90px;
    transition: all 0.5s;
    z-index: 997;
    background: #464646;
}


/* #header .navbar-brand {
  padding-top: 2.45rem;
} */


/* #header .navbar-brand img {
  padding  : 0 25px;
  margin: 0;
} */

#header .navbar-brand img {
    width: 220px
}

@media (max-width: 767px) {
    #header .navbar-brand {
        padding-top: 0.3rem;
    }
    #header .navbar-brand img {
        padding: 0 10px;
        width: 150px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #header .navbar-brand {
        width: 180px
    }
}

@media (max-width: 768px) {
    #header .navbar-brand {
        padding-top: 0.3rem;
    }
}

#header.header-transparent {
    background: transparent;
}

#header.header-scrolled {
    background: #464646;
    height: auto;
    transition: all 0.5s;
}

.scrolled-offset {
    margin-top: 70px;
}

#header a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* font-size     : 14px; */
    /* padding       : 15px; */
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}

#header .btn-diff {
    font-family: 'Proxima Nova bold';
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    /* letter-spacing: 1px;
    display        : inline-block; */
    border-radius: 50px;
    transition: 0.5s;
    margin: 5px 20px;
    /* border        : 2px solid #fff; */
    color: rgb(0, 0, 0);
    background-color: #FAE345;
    text-align: center;
}

#header .top>a {
    padding: 0 15px;
    /* margin: 5px; */
}

#header a>i {
    /* font-size: 20px; */
    line-height: 0;
    /* margin-left: 5px; */
    border-radius: 50px;
    display: inline-block;
    margin: 8px 0;
    color: rgb(0, 0, 0);
    background: #fff;
    padding: 8px;
}


/*--------------------------------------------------------------
  # Navbar
  --------------------------------------------------------------*/

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

#nav>ul>li>a {
    padding: 2px 15px 20px 15px;
}

#nav>ul>li>.active>.bottom {
    content: '';
    position: absolute;
    left: 45px;
    top: 28px;
    bottom: 0;
    height: 15px;
    width: 50%;
    border-bottom: 3px solid #ffffff;
    transition: 0.3s;
}

#nav>ul>li>.active>.bottom_short {
    content: '';
    position: absolute;
    left: 28px;
    top: 28px;
    bottom: 0;
    height: 15px;
    width: 50%;
    border-bottom: 3px solid #ffffff;
    transition: 0.3s;
}

@media (max-width: 768px) and (max-width: 640px) {
    #nav>ul>li>.active>.bottom {
        border-bottom: none !important;
    }
    #nav>ul>li>.active>.bottom_short {
        border-bottom: none !important;
    }
}


/* @media (max-width: 768px) {
      #nav > ul > li > .active >.bottom{ 
        border-bottom: none !important;
      }
      #nav > ul > li > .active >.bottom_short{ 
        border-bottom: none !important;
      }
    } */


/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/

#hero {
    width: 100%;
    height: 100vh;
    /* background         : url(img/red.jpg) top center; */
    /* background-color   : #e2e1e1; */
    background-size: cover;
    position: relative;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

#hero h2 {
    margin: 10px 0 10px 0;
    font-size: 48px;
    /* font-weight: 700; */
    line-height: 56px;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

#hero p {
    color: #eee;
    margin-bottom: 50px;
    font-size: 20px;
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

#hero h2 sup {
    color: #eee;
    margin-bottom: 50px;
    font-size: 10px;
    top: -1.0em;
}


/*--------------------------------------------------------------
  # Sections
  --------------------------------------------------------------*/

section {
    overflow: hidden;
}


/* Sections Header
  --------------------------------*/

.section-header .section-title {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
}

.section-header .section-description {
    text-align: center;
    padding-bottom: 40px;
    color: #5E5E5E;
}


/*--------------------------------------------------------------
  /* About Us Section
  --------------------------------*/

#about {
    padding: 60px 0;
    /* background: url(img/grey2.png) center center; */
}


/* #about .background{
    background: url(../img/grey2.png) center center;
    background-size: cover;
  } */

@media only screen and (max-width: 640px) {
    #about {
        background: none !important;
    }
}

@media only screen and (max-width: 1024px) {
    #about {
        background: none !important;
    }
}

#about .card {
    /* padding: 50px 20px; */
    /* margin-bottom: 30px; */
    /* margin-top: 20px; */
    text-align: center;
    /* border       : 1px solid; */
    /* box-shadow   : 0 5px 5px 0; */
    border: none;
    box-shadow: 0 3px 12px 3px rgb(0 0 0 / 19%);
    height: 200px;
    position: relative;
    background: #fafafa;
    width: 240px;
    margin: auto;
    margin-bottom: 16px;
    margin-top: 24px;
}

#about .card .card-body p.card-text {
    font-size: 19px;
    color: #707070;
}

#about .card-body {
    font-family: 'Proxima Nova bold';
    /* font-size            : 13px; */
    /* margin-top           : 15px; */
    transition: 0.2s;
    /* border               : 6px solid #fff; */
    display: flex;
    /* justify-content      : ; */
    align-items: center;
    /* flex-direction       : column; */
    text-align: left;
    background: #ffffff;
    /* height               : 60px; */
}


/*--------------------------------------------------------------
/* Facts Section
  --------------------------------*/

#facts {
    background: #f7f7f7;
    padding: 60px 0 60px 0;
}

#facts .counters span {
    font-size: 48px;
    display: block;
    color: #2dc997;
}

#facts .counters h5 {
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: 600;
    font-size: 23px;
    font-family: 'Proxima Nova bold';
}

#facts .pic {
    margin-bottom: 20px;
}


/*--------------------------------------------------------------
/* Call To Action Section
  --------------------------------*/

#call-to-action {
    /* background     : url(img/call-to-action-bg.gif) center center; */
    /* background-size: cover; */
    padding: 40px 0;
}

@media (max-width: 1024px) {
    #call-to-action {
        background-attachment: scroll;
    }
}

#call-to-action .section-title {
    color: #fff;
}

#call-to-action .p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    #call-to-action .p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 360px) {
    #call-to-action .p {
        font-size: 7px;
    }
}

#call-to-action .cta-text {
    color: #fff;
}

#call-to-action .cta-title {
    color: #fff;
    margin: 0%;
}

#call-to-action .comment hr {
    color: #f7f7f7;
    margin: 15px;
}

#call-to-action .carousel-inner {
    padding: 30px 60px;
}

@media only screen and (max-width: 360px) {
    #call-to-action .carousel-inner {
        padding: 40px;
    }
}


/* Team Section
  --------------------------------*/

#team {
    background: #fff;
    padding: 60px 0 60px 0;
    text-align: center;
}


/* #team .member {
    text-align: center;
    margin-bottom: 20px;
  }
   */

#team .member .pic {
    margin-bottom: 15px;
    overflow: hidden;
    /* height        : 100px; */
    /* font-weight   : 700; */
    margin-bottom: 2px;
    font-size: 18px;
}

#team .member .pic img {
    max-width: 100%;
    /* margin-right: 20px; */
}

#team .member p {
    font-weight: 500;
    /* margin-bottom: 2px; */
    font-size: 22px;
    font-family: 'Proxima Nova bold';
}


/* Contact Section
  --------------------------------*/

#contact {
    background: #f7f7f7;
    padding: 60px 0;
}

#contact .cta-btn {
    font-family: 'Proxima Nova bold';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #FAE345;
    color: #000000;
}

#contact .cta-btn {
    background: #FAE345;
    border: 2px solid #FAE345;
}


/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/

#footer {
    background: #464646;
    padding: 60px 16px;
    color: #fff;
    font-size: 12px;
}

#footer .footer-logo img {
    /* height: 60px; */
    width: 210px;
}

@media (min-width: 360px) and (max-width: 1024px) {
    #footer .footer-logo img {
        /* height: 35px; */
        width: 105px;
    }
}

#footer .footer-text {
    margin: 0;
    font-size: 15px;
    color: #ccc;
    /* padding       : 10px; */
}

#footer .footer-text a {
    margin: 0;
    font-size: 15px;
    color: #ccc;
    /* padding       : 10px; */
}

@media (max-width: 768px) {
    #footer .footer-text {
        font-size: 11px;
    }
    #footer .footer-text a {
        font-size: 11px;
    }
    #footer .footer-logo img {
        padding: 5px 0;
    }
}

#footer .footer-text img {
    padding: 5px 10px 5px 0px;
}

#footer .buttons {
    color: #FAE345;
}


/* #footer .copyright {
    text-align: center;
  } */

@media screen and (max-width: 992px) {
    .mobile-nav-bg {
        background: rgba(52, 59, 64);
    }
}


/* ------------------------------------------------ */


/* -------------- Margi CSS -START--------------- */


/* ------------------------------------------------ */

.about-us,
.cap-membership,
.board-of-directors {
    padding: 70px 0px;
}

@media (max-width: 1023px) {
    .about-us,
    .cap-membership,
    .board-of-directors {
        padding: 30px 0px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .about-us,
    .cap-membership,
    .board-of-directors {
        padding: 50px 0px;
    }
}

p {
    font-size: 16.67px;
    line-height: 21.75px;
    font-family: 'Proxima Nova Rg';
}

.heading-text h2 span,
.banner-text h2 span {
    /* font-weight: 700; */
    font-family: 'Proxima Nova bold';
}

.heading-text h2,
.banner-text h2 {
    font-size: 41.67px;
    /* font-family: 'ProximaNova'; */
    /* line-height: 23.2px; */
}

@media (max-width: 992px) {
    .heading-text h2 {
        font-size: 25.67px;
    }
}


/*--------------------------------------------------------------
  # CAP Page CSS
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
# Banner Area
--------------------------------------------------------------*/

.banner-area {
    height: 765px;
    background: url('../../img/hero-banner.jpg');
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
}

.banner-area.green {
    background: url('../../img/hero-banner-green.jpg');
}

.banner-area.darkgreen {
    background: url('../../img/cfm/hero.jpg');
}

.banner-area.red {
    background: url('../../img/ccn/hero.jpg');
}

.banner-area.orange {
    background: url('../../img/clp/hero.jpg');
}

.banner-area.blue {
    background: url('../../img/ctsa/hero.jpg');
}

.banner-area.forestgreen {
    background: url('../../img/egcp/hero.jpg');
}

.banner-area.plum {
    background: url('../../img/eewcp/hero.jpg');
}

.banner-area.yellow {
    background: url('../../img/fpca/hero.jpg');    
}

.banner-area.crimson {
    background: url('../../img/ncads/hero.jpg');
}

.banner-area.mediumblue {
    background: url('../../img/pahc/hero.jpg');
}


@media (max-width: 767px) {
    .banner-area,
    .banner-area.green,
    .banner-area.darkgreen,
    .banner-area.orange,
    .banner-area.blue,
    .banner-area.red,
    .banner-area.forestgreen,
    .banner-area.plum,
    .banner-area.yellow,
    .banner-area.crimson,
    .banner-area.mediumblue {
        /* height: 400px; */
        height: 165px;
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 4rem;
        background-attachment: inherit;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .banner-area,
    .banner-area.green,
    .banner-area.darkgreen,
    .banner-area.orange,
    .banner-area.blue,
    .banner-area.red,
    .banner-area.forestgreen,
    .banner-area.plum,
    .banner-area.yellow,
    .banner-area.crimson,
    .banner-area.mediumblue {
        /* height: 400px; */
        height: 310px;
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 4rem;
        background-attachment: inherit;
    }
}


/*--------------------------------------------------------------
# About-Us Section
--------------------------------------------------------------*/


/* blue-strip section */

.blue-strip .heading-text {
    background: #00B2E3;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blue-strip.green .heading-text {
    background: #93d500;
}

.blue-strip.darkgreen .heading-text {
    background: #00833E;
}

.blue-strip.red .heading-text {
    background: #E1251B;
}

.blue-strip.orange .heading-text {
    background: #FF671D;
}

.blue-strip.blue .heading-text {
    background: #005389;
}

.blue-strip.forestgreen .heading-text {
    background: #006548;
}

.blue-strip.yellow .heading-text {
    background: #ffd100;
}


.blue-strip.plum .heading-text {
    background: #a576a6;
}

.blue-strip.crimson .heading-text {
    background: #aa182b;
}

.blue-strip.mediumblue .heading-text {
    background: #365daa;
}
.blue-strip h2 span {
    font-weight: 700;
}


/*--------------------------------------------------------------
# Statistics Section 
--------------------------------------------------------------*/

.statistics {
    background: url(../../img/statisctic-bg-green.png);
    background-position: left top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.statistics .data-box {
    height: 240px;
    padding: 112px;
}

@media (min-width:px) and (max-width: 1200px) {
    .statistics .data-box {
        padding: 80px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .statistics .data-box {
        padding: 50px;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .statistics .data-box {
        padding: 40px;
        height: auto;
    }
}

.statistics .data-box h5 {
    color: #00B2E3;
    font-size: 50.13px;
    font-weight: 700;
    line-height: 45.31px;
    margin-bottom: 10px;
    font-family: 'Proxima Nova bold';
    text-align: left;
}

@media (max-width: 992px) {
    .statistics .data-box h5 {
        text-align: center;
    }
}

.data-box p {
    color: #fff;
    font-size: 16.67px;
    /* width         : 35%; */
    font-family: 'Proxima Nova Lt';
    /* text-align    : left */
}

.statistics span {
    font-family: 'Proxima Nova Lt';
}


/* Green Statistics */

.statistics.green {
    background: url(../../img/statisctic-bg-green.png);
}

.statistics.green .data-box {
    padding: 90px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .statistics.green .data-box {
        padding: 20px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .statistics.green .data-box {
        padding: 50px;
        height: auto;
    }
    .statistics.green {
        background-position: left;
    }
}

.statistics.green .data-box h5 {
    color: #93d500;
}

.statistics.green .data-box h5 .dotted-circle {
    display: inline-table;
    border: 2px dotted #fff;
    width: fit-content;
    border-radius: 50%;
    padding: 5px;
    line-height: normal;
}

@media (max-width: 992px) {
    .statistics.green .data-box h5 .dotted-circle {
        margin: 0 auto;
    }
}


/* Dark Green Statistics */

.statistics.darkgreen {
    background: url(../../img/statisctic-bg-green.png);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.statistics.darkgreen .data-box {
    padding: 90px;
}


/* @media (max-width: 992px) {
  .statistics.darkgreen .data-box {
    padding: 50px;
    height : auto;
  }
} */

.statistics.darkgreen .data-box h5 {
    color: #00833E;
}

.statistics.darkgreen .data-box h5 .dotted-circle {
    display: inline-table;
    border: 2px dotted #fff;
    width: fit-content;
    border-radius: 50%;
    padding: 5px;
    line-height: normal;
}

@media (max-width: 992px) {
    .statistics.darkgreen .data-box h5 .dotted-circle {
        margin: 0 auto;
    }
}


/* Red Statistics */

.statistics.red {
    background: url(../../img/statisctic-bg-green.png);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.statistics.red .data-box {
    padding: 90px;
}


/* @media (max-width: 992px) {
  .statistics.red .data-box {
    padding: 50px;
    height : auto;
  }
} */

.statistics.red .data-box h5 {
    color: #E1251B;
}

.statistics.red .data-box h5 .dotted-circle {
    display: inline-table;
    border: 2px dotted #fff;
    width: fit-content;
    border-radius: 50%;
    padding: 5px;
    line-height: normal;
}

@media (max-width: 992px) {
    .statistics.red .data-box h5 .dotted-circle {
        margin: 0 auto;
    }
}


/* Orange Statistics */

.statistics.orange {
    background: url(../../img/statisctic-bg-green.png);
}


/* @media (max-width: 992px) {
  .statistics.orange .data-box {
    padding: 50px;
    height : auto;
  }
} */

.statistics.orange .data-box h5 {
    color: #FF671D;
}

.statistics.orange .data-box h5 .dotted-circle {
    display: inline-table;
    border: 2px dotted #fff;
    width: fit-content;
    border-radius: 50%;
    padding: 5px;
    line-height: 64px;
}

@media (max-width: 992px) {
    .statistics.orange .data-box h5 .dotted-circle {
        margin: 0 auto;
    }
}

/* Blue Statistics */

.statistics.blue {
    background: url(../../img/statisctic-bg-green.png);
}


/* @media (max-width: 992px) {
  .statistics.blue .data-box {
    padding: 50px;
    height : auto;
  }
} */

.statistics.blue .data-box h5 {
    color: #005389;
}

.statistics.blue .data-box h5 .dotted-circle {
    display: inline-table;
    border: 2px dotted #fff;
    width: fit-content;
    border-radius: 50%;
    padding: 5px;
    line-height: 64px;
}

@media (max-width: 992px) {
    .statistics.blue .data-box h5 .dotted-circle {
        margin: 0 auto;
    }
}

/* ForestGreen Statistics */

.statistics.forestgreen {
    background: url(../../img/statisctic-bg-green.png);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.statistics.darkgforestgreen .data-box {
    padding: 90px;
}

.statistics.forestgreen .data-box h5 {
    color: #006548;
}

.statistics.forestgreen .data-box h5 .dotted-circle {
    display: inline-table;
    border: 2px dotted #fff;
    width: fit-content;
    border-radius: 50%;
    padding: 5px;
    line-height: normal;
}

@media (max-width: 992px) {
    .statistics.forestgreen .data-box h5 .dotted-circle {
        margin: 0 auto;
    }
}

/* Plum Statistics */

.statistics.plum {
    background: url(../../img/statisctic-bg-green.png);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.statistics.plum .data-box {
    padding: 90px;
}

.statistics.plum .data-box h5 {
    color: #a576a6;
}

.statistics.plum .data-box h5 .dotted-circle {
    display: inline-table;
    border: 2px dotted #fff;
    width: fit-content;
    border-radius: 50%;
    padding: 5px;
    line-height: normal;
}

@media (max-width: 992px) {
    .statistics.plum .data-box h5 .dotted-circle {
        margin: 0 auto;
    }
}

/* yellow Statistics */

.statistics.yellow {
    background: url(../../img/statisctic-bg-green.png);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.statistics.yellow .data-box {
    padding: 90px;
}

.statistics.yellow .data-box h5 {
    color: #ffd100;
}

.statistics.yellow .data-box h5 .dotted-circle {
    display: inline-table;
    border: 2px dotted #fff;
    width: fit-content;
    border-radius: 50%;
    padding: 5px;
    line-height: normal;
}

@media (max-width: 992px) {
    .statistics.yellow .data-box h5 .dotted-circle {
        margin: 0 auto;
    }
}

/* crimson Statistics */

.statistics.crimson {
    background: url(../../img/statisctic-bg-green.png);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.statistics.crimson .data-box {
    padding: 90px;
}

.statistics.crimson .data-box h5 {
    color: #aa182b;
}

.statistics.crimson .data-box h5 .dotted-circle {
    display: inline-table;
    border: 2px dotted #fff;
    width: fit-content;
    border-radius: 50%;
    padding: 5px;
    line-height: normal;
}

@media (max-width: 992px) {
    .statistics.crimson .data-box h5 .dotted-circle {
        margin: 0 auto;
    }
}

/* mediumblue Statistics */

.statistics.mediumblue {
    background: url(../../img/statisctic-bg-green.png);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.statistics.mediumblue .data-box {
    padding: 90px;
}

.statistics.mediumblue .data-box h5 {
    color: #365daa;
}

.statistics.mediumblue .data-box h5 .dotted-circle {
    display: inline-table;
    border: 2px dotted #fff;
    width: fit-content;
    border-radius: 50%;
    padding: 5px;
    line-height: normal;
}

@media (max-width: 992px) {
    .statistics.mediumblue .data-box h5 .dotted-circle {
        margin: 0 auto;
    }
}

/*--------------------------------------------------------------
# Membership Section 
--------------------------------------------------------------*/

.cap-membership {
    /* padding         : 70px 0px; */
    background-color: #f9f9f9;
}

.cap-membership .blue-border-box {
    border: 1px solid #00B2E3;
    padding: 3px;
    background-color: #ffffff;
}

.cap-membership .circle-b1 {
    background: #00B2E3;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    padding: 0 7px;
}

.cap-membership .circle-b {
    background: #00B2E3;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    padding: 0 6px;
}

.cap-membership .membership-content p {
    /* font-size: 19.92 px;
 line-height: 26.56 px; */
    font-family: 'Proxima Nova Lt';
    font-size: 12.52px;
}

.cap-membership .blue-border-box p {
    font-size: 16.69px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cap-membership .blue-border-box p {
        font-size: 13.69px;
    }
}

.cap-membership .heading-text {
    margin-bottom: 50px;
}


/* Green Membership Section */

.cap-membership .circle-g1 {
    background: #93d500;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    padding: 0 7px;
}

.cap-membership .circle-g {
    background: #93d500;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    padding: 0 6px;
}

.cap-membership.green .green-border-box p {
    font-size: 16.69px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cap-membership.green .blue-border-box p {
        font-size: 13.69px;
    }
}

.cap-membership.green .green-border-box {
    border: 1px solid #93d500;
    padding: 3px;
    background-color: #ffffff;
}


/* Dark Green Membership Section */

.cap-membership.darkgreen .darkgreen-border-box p {
    font-size: 16.69px;
}

.cap-membership .circle-dg1 {
    background: #00833E;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    padding: 0 7px;
}

.cap-membership .circle-dg {
    background: #00833E;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    padding: 0 6px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cap-membership.darkgreen .darkgreen-border-box p {
        font-size: 13.69px;
    }
}

.cap-membership.darkgreen .darkgreen-border-box {
    border: 1px solid #00833E;
    padding: 3px;
    background-color: #fff;
}


/* Red Membership Section */

.cap-membership.red .red-border-box p {
    font-size: 16.69px;
    color: #E1251B;
}

.cap-membership .circle-r1 {
    background: #E1251B;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    padding: 0 7px;
}

.cap-membership .circle-r {
    background: #E1251B;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    padding: 0 6px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cap-membership.red .red-border-box p {
        font-size: 13.69px;
    }
}

.cap-membership.red .red-border-box {
    border: 1px solid #E1251B;
    padding: 3px;
    background-color: #fff;
}


/* Orange Membership Section */

.cap-membership.orange .orange-border-box p {
    font-size: 16.69px;
    color: #FF671D;
}

.cap-membership .circle-o1 {
    background: #FF671D;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    padding: 0 7px;
}

.cap-membership .circle-o {
    background: #FF671D;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    padding: 0 6px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cap-membership.orange .orange-border-box p {
        font-size: 13.69px;
    }
}

.cap-membership.orange .orange-border-box {
    border: 1px solid #FF671D;
    padding: 3px;
    background-color: #fff;
}

/* DarkBlue Membership Section */

.cap-membership.darkblue .darkblue-border-box p {
    font-size: 16.69px;
    color: #005389;
}

.cap-membership .circle-db1 {
    background: #005389;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    padding: 0 7px;
}

.cap-membership .circle-db {
    background: #005389;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    padding: 0 6px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cap-membership.darkblue .darkblue-border-box p {
        font-size: 13.69px;
    }
}

.cap-membership.darkblue .darkblue-border-box {
    border: 1px solid #005389;
    padding: 3px;
    background-color: #fff;
}

/* ForestGreen Membership Section */

.cap-membership.forestgreen .forestgreen-border-box p {
    font-size: 16.69px;
}

.cap-membership .circle-fg1 {
    background: #006548;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    padding: 0 7px;
}

.cap-membership .circle-fg {
    background: #006548;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    padding: 0 6px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cap-membership.forestgreen .forestgreen-border-box p {
        font-size: 13.69px;
    }
}

.cap-membership.forestgreen .forestgreen-border-box {
    border: 1px solid #006548;
    padding: 3px;
    background-color: #fff;
}

/* Plum Membership Section */

.cap-membership.plum .plum-border-box p {
    font-size: 16.69px;
}

.cap-membership .circle-p1 {
    background: #a576a6;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    padding: 0 7px;
}

.cap-membership .circle-p {
    background: #a576a6;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    padding: 0 6px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cap-membership.plum .plum-border-box p {
        font-size: 13.69px;
    }
}

.cap-membership.plum .plum-border-box {
    border: 1px solid #a576a6;
    padding: 3px;
    background-color: #fff;
}

/* yellow Membership Section */

.cap-membership.yellow .yellow-border-box p {
    font-size: 16.69px;
}

.cap-membership .circle-fg1 {
    background: #ffd100;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    padding: 0 7px;
}

.cap-membership .circle-fg {
    background: #ffd100;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    padding: 0 6px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cap-membership.yellow .yellow-border-box p {
        font-size: 13.69px;
    }
}

.cap-membership.yellow .yellow-border-box {
    border: 1px solid #ffd100;
    padding: 3px;
    background-color: #fff;
}

/* crimson Membership Section */

.cap-membership.crimson .crimson-border-box p {
    font-size: 16.69px;
}

.cap-membership .circle-c1 {
    background: #aa182b;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    padding: 0 7px;
}

.cap-membership .circle-c {
    background: #aa182b;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    padding: 0 6px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cap-membership.crimson .crimson-border-box p {
        font-size: 13.69px;
    }
}

.cap-membership.crimson .crimson-border-box {
    border: 1px solid #aa182b;
    padding: 3px;
    background-color: #fff;
}

/*--------------------------------------------------------------
# Board Of Directors Section
--------------------------------------------------------------*/

.board-of-directors ul li.large-text {
    font-family: 'Proxima Nova Lt';
    font-size: 18px;
}

.board-of-directors ul li {
    font-family: 'Proxima Nova Rg';
}

.get-started {
    padding-top: 30px;
}

@media (max-width: 992px) {
    .get-started {
        padding-top: 0px;
    }
}

.board-of-directors .get-started  {
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    color: #fff;
}

/*********** color buttons *****************/

.board-of-directors .get-started .blue-btn {
    background: #00B2E3;
}

.board-of-directors .get-started .green-btn {
    background: #93d500;
    /* color: #000; */
}

.board-of-directors .get-started .darkgreen-btn {
    background: #00833E;
}

.board-of-directors .get-started .red-btn {
    background: #E1251B;
}

.board-of-directors .get-started .orange-btn {
    background: #FF671D;
}

.board-of-directors .get-started .darkblue-btn {
    background: #005389;
}

.board-of-directors .get-started .forestgreen-btn {
    background: #006548;
}

.board-of-directors .get-started .plum-btn {
    background: #a576a6;
}

.board-of-directors .get-started .yellow-btn {
    background: #ffd100;
}

.board-of-directors .get-started .crimson-btn {
    background: #aa182b;
}

/* statistics stuff */

.separator {
    border-right: 1px dotted #666666;
}

@media (max-width: 767px) {
    .no-border {
        border: none
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .statistics.darkgreen .data-box {
        padding: 40px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .statistics.darkgreen .data-box {
        padding: 40px;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .statistics.orange .data-box {
        padding: 40px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .statistics.orange .data-box {
        padding: 50px;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .statistics.darkblue .data-box {
        padding: 40px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .statistics.darkblue .data-box {
        padding: 40px;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .statistics.red .data-box {
        padding: 40px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .statistics.red .data-box {
        padding: 50px;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .statistics.forestgreen .data-box {
        padding: 40px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .statistics.forestgreen .data-box {
        padding: 50px;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .statistics.plum .data-box {
        padding: 40px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .statistics.plum .data-box {
        padding: 50px;
        height: auto;
    }
}

/* Login page design -*/

.login-page {
    padding-top: 11rem;
    background: #6c6c6d;
    padding-bottom: 6rem;
}

@media (max-width:767px) {
    .login-page {
        padding-top: 6rem;
        padding-bottom: 3rem;
    }
}

@media (min-width: 768px) and (max-width:1200px) {
    .login-page {
        /* padding-top   : 8rem;
    padding-bottom: 3rem; */
        height: 100vh;
        display: flex;
        align-items: center;
    }
}

.login-page .heading-text {
    color: #fff
}

.white-box {
    background: #fff;
    padding: 55px 25px;
    height: 480px;
}

@media (max-width: 992px) {
    .white-box {
        height: 400px;
    }
}

.white-box a {
    text-transform: uppercase;
    color: #fff;
    padding: 12px 20px;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 16.67px;
    line-height: 20.75px;
    font-family: 'Proxima Nova Lt';
    min-width: 190px;
}

.white-box.blue-text a {
    background: #0071ce;
}

.white-box.blue-text {
    background: url('../../img/benefits-image.jpg');
    background-repeat: no-repeat;
}

.white-box.green-text {
    background: url('../../img/workers-comp-image.jpg');
    background-repeat: no-repeat;
}

.white-box.green-text a {
    background: #00833e
}

.contact-page {
    background: url('../../img/hero.jpg');
    background-size: cover;
    background-position: center top;
}

.california-self-insured-groups {
    background: url('../../img/california-self-insured-groups-banner.jpg');
    background-size: cover;
    background-position: center top;
    padding-top: 10rem;
    padding-bottom: 6rem;
    color: #fff;
}

.limited-benefits-contact-page {
    background: url('../../img/limited-benefits-contact-banner.png');
    background-size: cover;
    background-position: center top;
    padding-top: 12rem;
    padding-bottom: 3rem;
    color: #fff;
}

@media (max-width: 767px) {
    .limited-benefits-contact-page {
        background: url('../../img/blue-banner.png');
        background-size: cover;
        background-position: center top;
        padding-top: 8rem;
        padding-bottom: 3rem;
        color: #fff;
    }
}

.group-pc-captives {
    background: url('../../img/New-York-skyscrapers.png');
    background-size: cover;
    background-position: center top;
    padding-top: 10rem;
    padding-bottom: 6rem;
    color: #fff;
}

.captive-solutions-banner {
    background: url('../../img/captive-solutions-hero.png');
    background-size: cover;
    background-position: center top;
    padding-top: 10rem;
    padding-bottom: 6rem;
    color: #fff;
}

.pc-captive {
    background: url('../../img/pc-captive-banner.png');
    background-size: cover;
    background-position: center top;
    padding-top: 10rem;
    padding-bottom: 6rem;
    color: #fff;
}

.contact-page {
    padding-top: 10rem;
    padding-bottom: 6rem;
}

@media (max-width: 992px) {
    .contact-page {
        padding-top: 7rem;
        padding-bottom: 2rem;
    }
}

#contact-form .form-control {
    border-radius: 0;
    border: none;
    padding: 1.1rem .75rem;
    /* padding      : 1.1rem 0.75rem; */
}

#contact-form .form-group {
    margin-bottom: 1.2rem;
}

.contact-page {
    color: #fff;
}

.contact-details li {
    font-size: 20.83px;
}

.contact-details li span.call {
    font-size: 41.67px;
    font-family: 'Proxima Nova bold';
    line-height: 46px;
    color: #fff;
}

@media (max-width: 992px) {
    .contact-details li span.call {
        font-size: 30.67px;
    }
}

.contact-details li span.email {
    font-size: 29.17px;
    font-family: 'Proxima Nova bold';
    color: #fff;
}

@media (max-width: 992px) {
    .contact-details li span.email {
        font-size: 19.17px;
        font-family: 'Proxima Nova bold';
    }
}

.contact-details li p {
    color: #fff;
    font-size: 20.83px;
    line-height: 30px;
}

@media (max-width: 992px) {
    .contact-details li p {
        font-size: 16.83px;
        line-height: 25px;
    }
}

::placeholder {
    color: #a9bed3 !important;
    font-size: 18.25px;
    line-height: 18.8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Proxima Nova Lt';
}

.applybtn {
    background: #ffeb3c;
    border-radius: 0;
    color: #000;
    font-family: 'Proxima Nova Lt';
    font-size: 20.25px;
    line-height: 18.8px;
    border: none;
    padding: 19px 25px;
}

.join-team-box {
    background: #f4f4f4;
    width: fit-content;
    text-transform: capitalize;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 20%);
}

.join-team-box .details {
    background: #ffffff;
    text-transform: capitalize;
    padding: 28px 20px;
}

.join-team-box .details h5 {
    font-size: 17px;
    font-family: 'Proxima Nova bold';
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .join-team-box .details {
        padding: 20px 15px;
        height: 118.4px;
    }
    .join-team-box .details h5 {
        font-size: 15px;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .join-team-box .details {
        height: 139.2px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .join-team-box .details {
        height: 140px;
    }
}

.pc-captive-join-team .details {
    height: auto;
}

.join-team-box .details a {
    color: #000;
    background: #ffeb3c;
    padding: 8px 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Proxima Nova bold';
    display: inline-block;
    border-radius: 20px;
    font-size: 13.12px;
}

.white-box.heading-text h2 {
    color: #fff;
    font-size: 25px;
    padding-bottom: 40px;
}

.white-box p {
    color: #fff;
    font-size: 16.67px;
    line-height: 20.75px;
    font-family: 'Proxima Nova Lt';
    padding: 25px 0;
}

.lines {
    position: relative;
}

.orange-border {
    border-bottom: 3.4px solid #ff9015;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 3px;
    width: 150px;
    /* background-color: #95c12b; */
    margin-top: -1.5px;
}


.darkblue-border {
    border-bottom: 3.4px solid #005389;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 3px;
    width: 150px;
    margin-top: -1.5px;
}

@media screen and (max-width: 992px) {
    .benefits-banner {
        padding-top: 4.1rem;
    }
}

.benefits p span,
.breckpoint-advantage p span {
    font-family: 'Proxima Nova bold';
    font-style: italic;
}

.tab-style {
    overflow: visible;
    /* padding              : 4em 1.55rem; */
    line-height: 1;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    /* color                : #fff; */
    font-size: 18px;
    width: 235px;
    height: 148px;
    display: flex;
    align-items: flex-end;
}

.tabs-wrapper.nav-tabs {
    border: none
}

.tabs-wrapper.nav-tabs .nav-link {
    text-align: left;
    color: #fff;
    border: none;
    padding: 30px 10px;
    /* width      : 93%; */
    font-family: 'Proxima Nova bold';
    font-size: 25px;
}

.tabs-wrapper.nav-tabs .nav-item.show .nav-link,
.tabs-wrapper.nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border: none;
}

.tab-style.tab-bg-1 {
    background: url(../../img/tab-bg-1.png);
    background-position: center;
    background-repeat: no-repeat;
}

.tab-style.tab-bg-2 {
    background: url(../../img/tab-bg-2.png);
    background-position: center;
    background-repeat: no-repeat;
}

.tab-style.tab-bg-3 {
    background: url(../../img/tab-bg-3.png);
    background-position: center;
    background-repeat: no-repeat;
}

.tab-style.tab-bg-4 {
    background: url(../../img/tab-bg-4.png);
    background-position: center;
    background-repeat: no-repeat;
}

.tab-style.tab-bg-5 {
    background: url(../../img/tab-bg-5.png);
    background-position: center;
    background-repeat: no-repeat;
}

.green h4 {
    color: #00833e;
}

.blue h4 {
    color: #0071ce;
}

.orange h4 {
    color: #ff9015;
}

.darkblue h4 {
    color: #005389;
}

.tab-content {
    background: #fff;
    margin: 0px 60px;
    padding: 60px;
}

.tab-content h5 {
    font-family: 'Proxima Nova bold';
    text-transform: capitalize;
}

.tabs-section {
    position: relative;
    padding-bottom: 80px;
}

.tabs-section::before {
    content: " ";
    position: absolute;
    z-index: -1;
    background: #6c6c6d;
    height: 100%;
    width: 100%;
    top: 42%;
}

@media screen and (max-width: 992px) {
    .tabs-section::before {
        content: none;
    }
}

.tabs-wrapper.nav-tabs .nav-link {
    position: relative;
}


/* .tabs-wrapper.nav-tabs .nav-item.show .nav-link, */

.tabs-wrapper.nav-tabs .nav-link.active:before {
    position: absolute;
    top: 73%;
    left: 65%;
    -moz-filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.3));
    -ms-filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.3));
    -o-filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.3));
    /* margin-left     : -10px; */
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 20px;
    border-bottom-color: rgb(255 255 255 / 93%);
    content: '';
    pointer-events: none;
}


/* .tabs-wrapper.nav-tabs .nav-item.show .nav-link, */

.tabs-wrapper.nav-tabs .nav-link.active:after {
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    border-bottom: 3.4px solid #ffffff;
    position: absolute;
    left: 10px;
    bottom: 22px;
    z-index: 2;
    /* height           : 1; */
    width: 125px;
}

.breckpoint-advantage h4 {
    font-family: 'Proxima Nova Lt';
}

.breckpoint-advantage ul {
    padding: 0px 40px;
}

.mobile-accordian .accordion-button:not(.collapsed) {
    color: #ffffff;
}

.mobile-accordian .accordion-item {
    border: none;
}

.mobile-accordian .accordion-body {
    padding: 1rem 3.5rem;
    text-align: center;
}

.mobile-accordian .tab-style {
    text-align: left;
    color: #fff;
    border: none;
    padding: 30px 10px;
    /* width   : 93%; */
    font-family: 'Proxima Nova bold';
    font-size: 25px;
}

.mobile-accordian .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url('../../img/down-arrow.svg');
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

@media screen and (max-width: 992px) {
    .tabs-section {
        padding-bottom: 3rem;
    }
    .breckpoint-advantage {
        background: #f7f7f7;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .tab-content {
        background: #fff;
        margin: 0px;
        padding: 25px 0;
    }
    .tab-style {
        width: 139px;
    }
    .tabs-wrapper.nav-tabs .nav-link {
        font-size: 17px;
    }
    .breckpoint-advantage ul {
        padding: 0;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .tab-style {
        width: 199px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .tab-style {
        width: 187px;
    }
    .tab-content {
        background: #fff;
        margin: 0px;
        padding: 25px 20px;
    }
    .breckpoint-advantage ul {
        padding: 0;
    }
}

.self-funded-workers {
    background: url(../../img/captive-solutions-banner.jpg);
    background-size: cover;
    background-position: center;
    color:#fff;
    /* height          : 762px; */
}

@media screen and (max-width: 992px) {
    /* .captive-solutions {
    background   : url(../../img/captive-solutions-banner-mobile.png);
    height    : 762px;
  } */
}

.what-is-sig {
    background: url(../../img/statisctic-bg-green.png);
    padding: 3.5rem 0;
    color: #fff
}

.administration-image {
    /* margin-top: -50px; */
    position: relative;
    background: url(../../img/center-part.png);
    /* background            : url(../../img/creepy-fingers-new1.png); */
    background-repeat: no-repeat;
    background-position: center;
    padding: 7rem 0;
}

.administration-image h5 {
    font-family: 'Proxima Nova bold';
}

.administration-image:before {
    content: "";
    background-color: #f9f9f9;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.grey-strip {
    position: relative;
}

.grey-strip:before {
    background: url(../../img/grey-strip.png);
    /* background-size  : cover; */
    content: "";
    position: absolute;
    top: 109px;
    width: 100%;
    height: 211px;
    z-index: 0;
    /* background-repeat: no-repeat; */
}

@media screen and (max-width: 992px) {
    .grey-strip:before {
        content: none;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .grey-strip:before {
        top: 120px;
        height: 222px;
    }
}

.bottom-spacing {
    padding-bottom: 2.8rem;
    padding-top: 2.1rem;
}

.current-program-card {
    border-radius: 0;
    border: none;
    box-shadow: 0 3px 12px 3px rgb(0 0 0 / 19%);
}


/* .current-program-card .card-body {
  padding: 2.5rem 0.5rem 0.5rem 0.5rem;
} */

.current-program-card .card-body h5 {
    font-size: 16px;
    font-family: 'Proxima Nova bold';
    color: #666666;
}

.current-program-card .card-body p {
    font-size: 13px;
    color: #03a9f4;
    margin-bottom: 0;
    font-family: 'Proxima Nova Lt';
}

.sig-candidate p {
    font-size: 18.02px;
    line-height: 25px;
}

.sig-candidate img {
    margin-right: 15px;
}

@media screen and (max-width: 992px) {
    .circle-text p {
        font-size: 9px;
        line-height: 9px;
    }
    .what-is-sig {
        background-size: cover;
    }
}

@media screen and (max-width: 767px) {
    .administration-image {
        background-size: contain;
        padding: 3.5rem 0;
        margin-top: 0
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .administration-image {
        background-size: contain;
        padding: 6.5rem 0;
        margin-top: 0
    }
    .circle-text p {
        font-size: 18px;
        line-height: 21px;
    }
}


/*
@media (min-width: 1024px) and (max-width: 1366px) {
    .administration-image {
        margin-top: 0;
        padding: 5rem 0;
    }
}
*/

.breckpoint-advantage-btn {
    font-family: 'Proxima Nova bold';
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 5px 20px;
    /* border       : 2px solid #fff; */
    color: rgb(0, 0, 0);
    background-color: #FAE345;
    text-align: center;
    padding: 12px 15px;
}

.california-sig-ryt-details li,
.california-sig-ryt-details li a {
    color: #6c6c6d;
    font-size: 15.56px;
    line-height: 18px;
}

@media (max-width: 375px) {
    .california-sig-ryt-details li.email-text {
        font-size: 13px;
    }
}

.california-sig-ryt-details li span {
    font-family: 'Proxima Nova bold';
}

.california-sig-ryt-details .data-box {
    background: #ffffff;
}

.join-team-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 49%;
    color: #fff;
    /* font-size: 33px; */
}

.join-team-slider .owl-nav .owl-prev {
    left: -66px;
    position: absolute;
    outline: none;
}

.join-team-slider .owl-nav .owl-next {
    position: absolute;
    right: -66px;
    outline: none;
}

.join-team-slider .owl-nav .owl-next img,
.join-team-slider .owl-nav .owl-prev img {
    width: 36px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .join-team-slider .join-team-box .details {
        height: auto;
    }
}

@media (max-width: 1023px) {
    .owl-carousel.join-team-slider .owl-nav {
        position: initial;
        display: flex;
        justify-content: center;
    }
    .owl-carousel.join-team-slider .owl-nav .owl-prev {
        left: -2px;
        position: initial;
        outline: none;
        margin: 0px 6px;
    }
    .owl-carousel.join-team-slider .owl-nav .owl-next {
        position: initial;
        right: -2px;
        outline: none;
        line-height: 0;
    }
}

.medical-stop-loss-get-started {
    background: url('../../img/medical-stop-loss.jpg');
    background-size: cover;
    background-position: center top;
    padding-top: 10rem;
    padding-bottom: 6rem;
    color: #fff;
}

.meet-our-team {
    background: url(../../img/meet-our-team-banner.jpg);
    background-size: cover;
    background-position: bottom;
    padding-top: 15rem;
    padding-bottom: 17rem;
    color: #fff;
    /* height          : 600px; */
    background-repeat: no-repeat;
}

@media (max-width: 992px) {
    .meet-our-team {
        padding-top: 9rem;
        padding-bottom: 7rem;
    }
}

.team-members .member-details h5 {
    font-size: 18.26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.team-members .member-details p {
    font-size: 14.45px;
    font-family: 'Proxima Nova bold';
    text-transform: uppercase;
}

.light-grey-bg {
    background-color: #f9f9f9
}

.medical-stop-loss {
    background: url('../../img/hero-banner-medical-stop-loss-bk.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 610px;
}
.medical-stop-loss-banner {
    background: url('../../img/hero-banner-medical-stop-loss-bk.png');
    background-size: cover;
    background-position: center top;
    padding-top: 6rem;
    padding-bottom: 6rem;
    color: #fff;
}

.blue-strip-text {
    background: #9ac1e5;
    color: #fff;
}

.grey-area-text {
    background: #6c6c6d;
    color: #fff
}

.grey-area-text h5 {
    font-family: 'Proxima Nova bold';
    padding-left: 95px
}

@media (max-width: 992px) {
    .grey-area-text h5 {
        font-family: 'Proxima Nova bold';
        padding-left: 0px
    }
}

.health-and-benefit-plans {
    background-color: #f9f9f9;
}

.parameters .box-shadow-area {
    /* background         : url('../../img/box-shadow.png');
  background-repeat  : no-repeat;
  background-repeat  : no-repeat;
  background-position: initial;
  background-size    : cover;
  height             : 602px;
  display            : flex;
  flex-direction     : column;
  justify-content    : center; */
    padding: 30px 25px;
    box-shadow: 0px 4px 14px 5px #00000029;
    border: 1px solid #dedddd;
}

@media (max-width: 992px) {
    .download-rfp img {
        width: 64px;
    }
}

.parameters .heading-text h5 span {
    font-size: 25px;
    font-family: 'Proxima Nova bold';
}

.download-rfp {
    background: #f9f9f9;
}

.download-rfp h5 {
    font-size: 20px;
    font-family: 'Proxima Nova bold';
}

.accordion-body h5 {
    font-family: 'Proxima Nova bold';
    text-transform: capitalize;
}

.tab-content {
    position: relative
}

.close-btn:before {
    content: '';
    background: url(../../img/exit-icon.png);
    position: absolute;
    top: 15px;
    right: 30px;
    width: 39px;
    height: 39px;
    background-repeat: no-repeat;
    cursor: pointer;
}

/* Margi CSS - END*/

.hide-here {
    display: none;
}

.add-here {
    display: block;
}

.hide {
    display: none;
}

.map-timeline-content {
    text-align: center;
}

.centered-y img {
    width: 103px;
    /* width     : 114px; */
    /* background: #f9f9f9 */
}

.division-details p {
    font-size: 14.67px;
}

@media screen and (max-width:992px) {
    .division-details p {
        font-size: 9px;
        line-height: 9px;
    }
    /* .centered-y img {
    width        : 50px;
    width     : 114px;
    background: #f9f9f9
  } */
}

@media (min-width: 768px) and (max-width: 1023px) {
    .division-details p {
        font-size: 18px;
        line-height: 21px;
    }
}

.what-is-captive {
    background-image: url(../../img/solidgrey-bg.svg);
    color: #fff
}


/* Rotate image on click */

#parent-2 {
    position: relative;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transform: rotate(0deg);
    transition: transform 0.7s linear;
}

#child-2 {
    position: absolute;
    width: 80px;
    height: 80px;
    transform: rotate(0deg);
    transition: transform 0.7s linear;
    top: -40px;
    /* -child size/2 */
    left: 110px;
    /* parent size/2 - child size/2 */
}

#child-2 img {
    max-width: 100%;
    border-radius: 50%;
}

.timeline {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 0;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 1px;
    background: #000;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.timeline-content {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
}

.timeline-content.left {
    left: 0;
}


/* .timeline-content::after {
  content      : '';
  position     : absolute;
  width        : 16px;
  height       : 16px;
  top          : calc(50% - 8px);
  right        : -8px;
  background   : #ffffff;
  border       : 2px solid #006E51;
  border-radius: 16px;
  z-index      : 1;
} */

.timeline-content.right::after {
    left: -8px;
}

.dot::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 192px;
    top: 25px;
    /* top    : calc(50% - 8px); */
    /* right  : 8px; */
    background: #dbdbdb;
    z-index: 1;
}

.dot::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    bottom: 8px;
    /* top    : calc(50% - 8px); */
    /* right  : 8px; */
    background: #dbdbdb;
    z-index: 1;
    left: 144px;
}

.timeline-content.right::before {
    left: 8px;
}

.timeline-content .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 8px);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #006E51;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.timeline-content.left .date {
    right: -75px;
}

.timeline-content.right .date {
    left: -75px;
}

.timeline-content .icon {
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    /* padding   : 9px 0;
  top          : calc(50% - 20px); */
    background: #000;
    border: 2px solid 000;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: 000;
    z-index: 1;
}


/* .timeline-content.left .icon {
  right: 56px;
} */


/* .timeline-content.right .icon {
  left: 56px;
} */

.timeline-content .content {
    /* padding: 30px 90px 30px 30px; */
    /* background: #F6D155; */
    position: relative;
    height: 225px;
    /* border-radius: 0 500px 500px 0; */
}

.timeline-content.right .content {
    /* padding      : 30px 30px 30px 90px; */
    border-radius: 500px 0 0 500px;
}

.timeline-content .content h2 {
    margin: 0 0 10px 0;
    font-size: 30px;
    font-family: 'Proxima Nova bold';
    color: #000;
}

.timeline-content .content p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #747474;
}

@media (max-width: 767.98px) {
    .timeline::after {
        left: 38px;
	display: none;
    }
    .timeline-content {
        width: 100%;
        padding-left: 55px;
        padding-right: 30px;
    }
    .timeline-content.right {
        left: 0%;
    }
    .timeline-content.left::after,
    .timeline-content.right::after {
        left: 82px;
    }
    .timeline-content.left::before,
    .timeline-content.right::before {
        left: 100px;
        border-color: transparent #006E51 transparent transparent;
    }
    .timeline-content.left .date,
    .timeline-content.right .date {
        right: auto;
        left: 15px;
    }
    .timeline-content.left .icon,
    .timeline-content.right .icon {
        right: auto;
        /* left : 146px; */
    }
    /* .timeline-content.left .content,
  .timeline-content.right .content {
    padding      : 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
  } */
}

.timeline-content.right .dot::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    top: 11px;
    /* top    : calc(50% - 8px); */
    /* right  : 8px; */
    background: #dbdbdb;
    z-index: 1;
    left: 144px;
}

.timeline-content.right .dot::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 210px;
    top: 11px;
    /* top    : calc(50% - 8px); */
    /* right  : 8px; */
    background: #dbdbdb;
    z-index: 1;
}

.timeline-content.right .icon {
    bottom: 0;
}

.testimonial {
    background-image: url(../../img/testimonial-bg.png);
    background-size: cover;
    color: #fff;
}

.testimonial .owl-nav .owl-prev img {
    transform: rotate(180deg);
}

.testimonial .owl-nav img {
    width: 35px;
}

.testimonial .owl-nav {
    position: absolute;
    width: 100%;
    top: 42%;
    color: #fff;
    outline: none;
}

.owl-nav .owl-next {
    position: absolute;
    right: -100px;
    outline: none;
}

.testimonial .owl-nav .owl-prev {
    left: -100px;
    position: absolute;
    outline: none;
}

.testimonial .item p {
    font-size: 21px;
    line-height: 40px;
}

.banner-text {
    position: absolute;
    color: #fff;
    font-family: 'Proxima Nova bold';
}

.healthcare-captive-banner {
    position: relative;    
    background: url('../../img/healthcare-captive-banner.png');
    background-size: cover;
    background-position: center top;
    padding-top: 10rem;
    padding-bottom: 6rem;
    color: #fff;
}

.trucking-captive-banner {
    position: relative;    
    background: url('../../img/trucking-captive-banner.png');
    background-size: cover;
    background-position: center top;
    padding-top: 10rem;
    padding-bottom: 6rem;
    color: #fff;
}

.construction-captive-banner {
    position: relative;    
    background: url('../../img/construction-hero.png');
    background-size: cover;
    background-position: center top;
    padding-top: 10rem;
    padding-bottom: 6rem;
    color: #fff;
}

.acrisure-advantage {
    background: #EBEBEB
}

.guidline-box h5 {
    font-size: 15px;
    color: #707070;
    line-height: 20px;
    font-family: 'Proxima Nova Lt';
}

.round {
    transform: translateY(-5em);
}

.image-wrapper {
    padding: 25px 45px
}

.large-padding {
    padding: 105px 25px
}

.circle-text {
    position: absolute;
    top: 99px;
    right: 65px;
    width: min-content;
    text-align: center;
    line-height: 13px;
}

.image-wrapper {
    position: relative;
}

.risk-management-banner {
    position: relative;    
    background: url('../../img/risk-management-banner.jpg');
    box-shadow: inset 0 0 0 1000px rgba(54,54,52,.4);
    background-size: cover;
    background-position: center top;
    padding-top: 10rem;
    padding-bottom: 6rem;
    color: #fff;
}

@media screen and (max-width: 992px) {
    .risk-management-banner {
        margin-top: 4.0rem;
    }
}

@media screen and (max-width: 767px) {
    .banner-text h2 {
        font-size: 20px;
    }
    .owl-carousel.testimonial-slider .owl-nav {
        position: initial;
        display: flex;
        justify-content: center;
    }
    .owl-carousel.testimonial-slider .owl-nav .owl-prev {
        left: -2px;
        position: initial;
        outline: none;
        margin: 0px 6px;
    }
    .owl-carousel.testimonial-slider .owl-nav .owl-next {
        position: initial;
        right: -2px;
        outline: none;
        line-height: 0;
    }
}

@media (max-width: 1200px) {
    #hero .hero-container {
        top: 95px;
    }
    #hero {
        width: 100%;
        height: 50vh;
        background-position: center;
    }
    #hero h2 {
        margin-bottom: 0px;
    }
}

.pc-captive-join-team.join-team-box .details {
    height: auto;
    background-color: aqua;
}

@media (max-width:767px) {
    .dot::after,
    .timeline-content.right .dot::after {
        content: none;
    }
    .timeline-content.right .dot::before {
        height: 100px
    }
    .dot::before,
    .timeline-content.right .dot::before {
        height: 100px;
        position: relative;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .dot::after,
    .timeline-content.right .dot::after {
        left: 13px;
        bottom: 0px;
    }
    .timeline-content.right .dot::before {
        top: 0px;
    }
    .timeline-content.right .dot::after {
        top: 0;
    }
    .timeline-content.left img {
        position: absolute;
        bottom: -27px;
        left: 133px;
    }
    .timeline-content.right img {
        position: absolute;
        top: -13px
    }
}

@media (min-width:1023px) and (max-width:1200px) {
    .timeline-content.right .dot::after,
    .timeline-content.left .dot::after {
        left: 117px;
    }
}

@media (max-width:992px) {
    .dot {
        position: relative;
    }
    .dot::before,
    .timeline-content.right .dot::before {
        position: relative;
    }
    .dot::before {
        top: 0;
    }
    .timeline-content.left .icon {
        top: 0px;
    }
    /* .timeline-content.right .dot::before {
    top   : 24px;
  } */
    /* .timeline-content.right .icon {
    top: 123px;
  } */
    .timeline-content .content {
        height: auto;
    }
}
/* Accordian css */
.riskaccordian #riskaccordian {
    width: 65%;
}
.riskaccordian {
    display: flex;
    justify-content: center;
    align-items: center;
}
#riskaccordian .accordion-item {
    border: none;
}
#riskaccordian .accordion-body{
text-align: center;
}
.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
}