@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'avenir_next_lt_proregular';
    src: url('../../assets-landing/fonts/avenir-next-lt-pro-regular-webfont.woff2') format('woff2'),
         url('../../assets-landing/fonts/avenir-next-lt-pro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
    overflow-x: hidden;
}
body {
    font-family: 'avenir_next_lt_proregular';
    font-size: 15px;
    color: #000000!important;
    overflow-x: hidden;
}
:root {
    --hp-pr: #ffdd43;
    --hp-sc: #083d2d;
    --hp-act: #0b8650;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
}
h2 {
    line-height: 1.1;
}
.lp-btn {
    background-color: var(--hp-pr);
    color: var(--hp-sc);
    border-radius: 6px;
    padding: 14px 20px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    transition: all .4s ease;
}
.lp-btn:hover, .lp-btn:focus {
    background-color: var(--hp-sc);
    color: #fff;
}
.lp-btn img {
    width: 24px;
    margin-right: 10px;
}
span.s_2 {
    color: var(--hp-act) !important;
    font-family: "Barlow", sans-serif;
    font-weight: 600 !important;
    font-style: italic;
    font-size: 16px !important;
    margin-top: 8px;
    display: block !important;
    text-align: center;
}
.s-title {
    color: var(--hp-pr);
    font-size: 34px;
    text-align: center;
}
header.main-header.hp-stinger-header {
    position: static !important;
    background-color: var(--hp-sc)!important;
}
.hpc-sidebar {
    display: none !important;
}
/* Share Box Container */
.header-share-box {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
}
.header-share-title {
    font-weight: 600;
    font-size: 14px;
    color: #ffffff; /* White text */
}
.header-share-btn {
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: 0.2s ease-in-out;
}
.fb { background: #1877F2; }
.ln { background: #0077b5; }
.sms { background: #D4A017; }
.em { background: #d93025; }
.header-share-btn:hover {
    color: #fff;
}
.bg-stl {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/* ==== Hero Section ==== */
.hp-hero-sec {
    padding-top: 30px;
}
.hero-cont .inner-bx {
    padding-top: 60px;
    text-align: center;
}
.hero-cont h1 {
    color: #D4A017;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 600;
}
.hero-cont h3 {
    color: var(--hp-sc);
    font-size: 36px;
    font-weight: 400;
}
.hero-cont h4 {
    color: #D4A017;
    text-transform: uppercase;
    font-size: 26px;
    margin-top: 15px;
    margin-bottom: 3px;
}
.hero-cont h5 {
    color: var(--hp-sc);
    font-size: 28px;
    letter-spacing: 3px;
}
.hero-cont h5 span {
    font-style: italic;
    display: block;
    font-weight: 400;
    letter-spacing: normal;
}
.hero-btns {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 380px;
    margin: 0 auto;
    margin-top: 30px;
}
.hero-btns img.img2,
.hero-btns .lp-btn:hover img.img1,
.hero-btns .lp-btn:focus img.img1 {
    display: none;
}
.hero-btns .lp-btn:hover img.img2,
.hero-btns .lp-btn:focus img.img2 {
    display: inline-block;
}
.hero-video .inner-bx {
    text-align: center;
}
.hero-video img:not(video img) {
    max-width: 260px;
}
.hero-video  h4 {
    color: #D4A017;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 14px;
}
.hero-video video {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.d-btn {
    text-align: center;
    margin-top: 30px;
}
.d-btn button {
    background-color: var(--hp-pr);
    border: 0px;
    padding: 14px 20px;
    border-radius: 6px;
    color: var(--hp-sc);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
}
.d-btn button:hover, .d-btn button:focus {
    background-color: var(--hp-sc); 
    color: #fff;
}
.d-btn button svg {
    margin-left: 10px;
    width: 20px;
    height: 20px;
}
.d-btn button svg path {
    fill: var(--hp-sc);
}
.d-btn button:hover svg path,
.d-btn button:focus svg path {
    fill: #fff; 
} 
.spec-box { 
    display: none;
    padding: 15px 15px 7px 15px;
    margin-top: 10px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    border-radius: 6px;
}
.spec-box .stream-item {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -7px;
}
.spec-box .stream-item .stream-in {
    padding: 0px 7px;
    width: 33.33%;
}
.spec-box .stream-list {
    background-color: #fff;
}
.spec-box .streme-cont-bx {
    padding-top: 0!important;
}
.spec-box .stream-list {
    display: block!important;
}
.spec-box .inner-bx {
    text-align: left!important;
}
/* ==== Crisis Section ==== */
.hp-crisis-top-sec {
    padding-top: 70px;
    padding-bottom: 40px;
}
.hp-crisis-top-sec .container {
    text-align: center;
    /*max-width: 1250px;*/
}
.hp-crisis-top-sec h2 {
    color:#D4A017!important;
}
.hp-crisis-top-sec span {
    color: var(--hp-act);
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 18px;
}
.hp-crisis-sec {
    padding-bottom: 40px;
}
.hp-crisis-sec .container {
    max-width: 1000px;
}
.animate-img {
    position: absolute;
    left: -20px;
    top: -118px;
}
.animate-img img {
    width: 250px;
    height: 250px;
}
.row.crisis-wraper {
    padding-top: 50px;
}
.crisis-cont h2 {
    color: #D4A017 !important;
    text-align: left;
}
.crisis-cont ul {
    padding-left: 31px;
}
.crisis-cont li {
    color: var(--hp-act);
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
}
.crisis-img img {
    margin-top: -90px;
}
.col-lg-7.crisis-cont {
    flex: 0 0 63%;
    max-width: 63%;
}
.col-lg-5.crisis-img {
    flex: 0 0 37%;
    max-width: 37%;
}
.crisis-cont .inner-bx {
    padding-right: 30px;
}
.row.crisis-wraper.v_2 .crisis-cont .inner-bx {
    padding-right: 0px;
    padding-left: 30px;
}
.row.crisis-wraper.v_2 .crisis-img img {
    margin-top: 0px;
}

.hp-fr-sec {
    padding-top: 45px;
    z-index: 999;
}
.hp-fr-sec .row {
    align-items: center;
}
.fr-cont .inner-bx {
    text-align: center;
}
.fr-cont h2 {
    text-transform: uppercase;
    color: var(--hp-sc);
    font-weight: 400;
    font-size: 38px;
    margin-bottom: 10px;
}
.fr-cont span {
    color: var(--hp-act);
    font-weight: 600;
    font-size: 24px;
    display: block;
    margin-bottom: 15px;
}
.fr-cont .lp-btn {
    padding: 14px 45px;
}
.fr-bx .inner-bx {
    background-color: #f7f7f7;
    padding: 12px;
}
.fr-bx .request-form {
    padding: 25px 85px;
    width: 100%;
    border: 2px solid var(--hp-act);
    display: block !important;
}
.fr-bx h2, .fr-bx p {
    text-align: center;
}
.fr-bx h2 {
    color: var(--hp-act);
}
.fr-bx p {
    font-size: 15px;
}
.fr-bx .request-form .form-group {
    margin-bottom: 22px;
}
.fr-bx .request-form .form-group input,
.fr-bx .request-form .form-group select,
.fr-bx .request-form .form-group textarea {
    position: relative;
    z-index: 9;
    border-color: #d9d9d9;
    border-radius: 0px;
    border-width: 1px;
    height: 38px;
    font-size: 15px;
}
.fr-bx .request-form .form-group input::placeholder,
.fr-bx .request-form .form-group select,
.fr-bx .request-form .form-group textarea::placeholder {
    font-size: 15px;
}
.fr-bx .request-form .form-group textarea {
    height: 60px;
    padding: 8px 16px;
}
.fr-bx .request-form #mc-embedded-subscribe {
    width: auto;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 18px;
    background-color: var(--hp-act);
    border: 0px;
    margin: 0 auto;
    padding: 10px 60px;
    border-radius: 0px;
    height: auto;
}
.fr-bx .request-form #mc-embedded-subscribe:hover,
.fr-bx .request-form #mc-embedded-subscribe:focus {
    background-color: var(--hp-sc);
}
/* ==== info ==== */
.hp-infographic-sec {
    padding-top: 50px;
    padding-bottom: 80px;
}
.hp-infographic-sec .s-title {
    color: #fff;
}
.hp-infographic-sec .tag_line {
    color: var(--hp-pr);
    text-align: center;
    max-width: 790px;
    margin: 0 auto;
}
.hp-info {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 100px;
}
.info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 36%;
}
.info-bx.v1, .info-bx.v3 {
    margin-top: -55px;
}
.info-bx.v1 {
    transform: translateX(50px);
}
.info-bx.v3 {
    transform: translateX(-54px);
}
.info-bx.v2, .info-bx.v4 {
    margin-bottom: 10px;
}
.info-bx.v2 {
    transform: translateX(50px);
}
.info-bx.v4 {
    transform: translateX(-54px);
}
.info-bx h3 {
    color: var(--hp-pr);
    font-size: 18px;
    margin-bottom: 5px;
}
.info-bx p {
    color: #fff;
    line-height: 1.2;
    margin-bottom: 5px;
}
.info-ring {
    width: 28%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-ring-img {
    max-width: 300px;
    position: relative;
}
.info-ring-img img {
    max-width: 300px;
}
.info-ring-img h3 {
    position: absolute;
    top: 10px;
    bottom: 0;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 19px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px;
    line-height: 1.5;
}
.info-bx.v2 p,.info-bx.v4 p {
    margin-bottom: -15px;
}
.info-wrapper.iwl .inner-bx {
    padding-right: 30px;
}
.info-wrapper.iwr .inner-bx {
    padding-left: 89px;
}
.info-wrapper.iwr .info-bx.v3 .inner-bx {
    padding-left: 65px;
}
/* ==== Testimonial ==== */
.hp-test-sec {
    margin-top: -144px;
}
.test-s-title {
    transform: translateY(208px);
}
.test-s-title .s-title {
    text-transform: uppercase;
    color: var(--hp-sc);
    font-weight: 400;
    font-size: 38px;
    margin-bottom: 12px;
    text-align: left;
} 
.test-slide .item,
.test-s-title {
    display: flex;
    gap: 75px;
}
.test-left-bx, .test-s-title .dummy {
    width: 38%;
    display: flex;
    justify-content: flex-end;
}
.test-left-bx {
    margin-top: 15px;
}
.test-right-bx,
.test-s-title .s-title {
    width: 62%;
}
.test-right-bx {
    margin-top: 210px;
}
.test-left-bx .inner-bx {
    background-color: #0b8650;
    max-width: 260px;
    padding: 20px 20px 55px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 200px 200px 0 0;
}
.test-thumb img {
    width: 220px !important;
    height: 220px;
    object-fit: cover;
    border-radius: 50%;
}
.test-rating {
    display: flex;
    gap: 8px;
    margin: 25px 0px 10px 0px;
}
.test-rating i {
    color: var(--hp-pr);
    font-size: 17px;
}
.test-left-bx h3 {
    color: var(--hp-pr);
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}
.test-right-bx img {
    width: 55px !important;
    margin-bottom: 10px;
}
.test-right-bx p {
    font-size: 17px;
}
.test-btn {
    text-align: center;
    padding-bottom: 25px;
}
.test-btn .lp-btn {
    padding: 15px 80px;
    font-size: 19px;
}
.owl-theme .owl-nav button.owl-prev {
    left: auto;
    right: 50px;
}
.owl-theme .owl-nav button.owl-next {
    right: 0;
}
.owl-theme .owl-nav button.owl-prev, .owl-theme .owl-nav button.owl-next {
    background-color: var(--hp-sc);
    width: 28px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 37px;
    /*top: 50%;*/
}
.owl-theme .owl-nav button span {
    color: #fff;
    font-size: 35px;
    margin-top: -4px;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
/* ==== Footer ==== */
.hp-footer-sec {
    background-color: #f7f7f7;
    padding-top: 45px;
    padding-bottom: 4px;
}
ul.footer-menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-bottom: 20px;
}
ul.footer-menu li {
    position: relative;
    padding-left: 40px;
}
ul.footer-menu li, ul.footer-menu li a {
    color: var(--hp-sc);
    font-weight: 600;
    font-size: 16px;
}
ul.footer-menu li img {
    width: 30px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: -3px;
}
.f-copyright {
    text-align: center;
}
.f-copyright p {
    color: #3e3e3e;
}
@media (min-width: 1400px) {
body {
    font-size: 17px;
}    
.container {
    max-width: 1370px;
}
.hp-crisis-sec .container {
    max-width: 1170px;
}
.hero-cont h1 {
    font-size: 60px;
}
.hero-cont h3,
.fr-cont h2 {
    font-size: 40px;
}
.hero-cont h4 {
    font-size: 37px;
}
.hero-cont h5 {
    font-size: 40px;
}
.hero-btns {
    max-width: 415px;
}
.lp-btn {
    font-size: 20px;
}
.test-btn .lp-btn {
    font-size: 21px;
}
.lp-btn img {
    width: 26px;
}
.s-title,
.hp-crisis-top-sec h2,
.crisis-cont h2,
.fr-bx h2,.test-s-title .s-title {
    font-size: 48px;
}
.hp-crisis-top-sec span,
.crisis-cont li {
    font-size: 24px;
}
.fr-cont span {
    font-size: 36px;
}
.fr-bx p,
.fr-bx .request-form #mc-embedded-subscribe,
ul.footer-menu li, ul.footer-menu li a {
    font-size: 20px;
}
.fr-bx .request-form .form-group input, .fr-bx .request-form .form-group select, .fr-bx .request-form .form-group textarea,
.fr-bx .request-form .form-group input::placeholder, .fr-bx .request-form .form-group select::placeholder, .fr-bx .request-form .form-group textarea::placeholder,
.f-copyright p {
    font-size: 16px;
}
.test-right-bx p {
    font-size: 20px;
}
.test-right-bx img {
    width: 65px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row.crisis-wraper:not(.v_2) {
    padding-top: 100px;
}
.animate-img {
    top: -80px;
}
.animate-img img {
    width: 210px;
    height: 210px;
}
}
@media (max-width: 991px) {
.hero-cont .inner-bx {
    padding-top: 30px;
}
.crisis-img img {
    margin-top: -45px;
}
.hp-test-sec {
    margin-top: -50px;
}
.test-slide .item, .test-s-title {
    gap: 40px;
}
.test-btn {
    text-align: left;
}
.test-btn .lp-btn {
    padding: 15px 30px;
}
}
@media (max-width: 767px) {
    .crisis-cont li,.crisis-cont ul p {
        text-align: left;
    }
    header.main-header {
        padding-bottom: 13px;
    }
    .hp-stinger-header .col-md-7 {
        width: 100%;
        padding-right: 20px;
    }
    header.main-header ul.hpc-logo {
        justify-content: flex-start;
        align-items: center;
    }
    header.main-header ul.hpc-logo li:nth-child(2) img {
        top: 0;
        max-width: 60px;
    }
    body .hp-stinger-header .col-md-5 {
        width: 100%;
        justify-content: flex-start !important;
        padding-top: 0px;
    }
    .header-icons li img, .sidebar-btn span img {
        max-width: 40px;
    }
    .lp-btn {
        font-size: 15px;
        padding: 14px 14px;
    }
    .test-btn .lp-btn {
        padding: 14px 60px;
        font-size: 18px;
    }
    .hero-cont .inner-bx {
        padding-top: 0;
    }
    .hero-cont h1 {
        font-size: 40px;
    }
    .hero-cont h3 {
        font-size: 28px;
    }
    .hero-cont h4 {
        font-size: 22px;
    }
    .hero-cont h5 {
        font-size: 24px;
    }
    .hero-btns {
        gap: 18px;
    }
    .hero-video {
        padding-top: 20px;
    }
    .hero-video video { 
        height: 350px;
    }
    .hp-crisis-top-sec {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .hp-crisis-sec {
        padding-top: 20px;
    }
    .row.crisis-wraper:not(.row.crisis-wraper.v_2) {
        flex-direction: column-reverse;
    }
    .row.crisis-wraper {
        padding-top: 20px;
        gap: 20px;
    }
    .row.crisis-wraper.v_2 .crisis-cont .inner-bx {
        padding-left: 0;
    }
    .animate-img {
        display: none;
    }
    .col-lg-7.crisis-cont,.col-lg-5.crisis-img {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .crisis-cont .inner-bx {
        padding-left: 0px;
    }
    .crisis-img img {
        margin-top: 0;
        width: 250px;
        margin: 0 auto;
        text-align: center;
    }
    .inner-bx{
        text-align:center;
    }
    .crisis-cont ul {
        padding-left: 21px;
    }
    .hp-infographic-sec {
        padding-bottom: 32px;
    }
    .hp-info {
        flex-direction: column;
        margin-top: -20px;
    }
    .info-wrapper.iwl {
        order: 2;
        margin-top: -20px;
    }
    .info-wrapper.iwr {
        order: 3;
    }
    .info-ring {
        order: 1;
    }
    .info-wrapper, .info-ring {
        width: 100%;
    }
    .info-bx {
        margin-top: 0px !important;
        transform: none !important;
        border-bottom: 2px solid var(--hp-pr);
        margin-bottom: 18px !important;
        padding-bottom: 8px;
    }
    .info-wrapper.iwl .inner-bx {
        padding-right: 0;
    }
    .info-wrapper.iwr .inner-bx {
        padding-left: 0!important;
    }
    .info-bx p {
        margin-bottom: 0px !important;
    }
    .info-bx img {
        display: none;
    }
    .fr-bx {
        margin-top: 35px;
    }
    .fr-bx .request-form {
        padding: 25px 15px;
    }
    .hp-test-sec {
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .test-slide .item, .test-s-title {
        flex-direction: column;
        gap: 20px;
        transform: none;
    }
    .test-left-bx, .test-s-title .dummy {
        width: 100%;
        display: block;
    }
    .test-right-bx, .test-s-title .s-title {
        width: 100%;
        text-align: center;
    }
    .test-slide .item, .test-s-title {
        flex-direction: column;
        gap: 20px;
        transform: none;
    }
    .test-left-bx {
        display: flex;
        justify-content: center;
    }
    .test-left-bx .inner-bx {
        padding: 20px 20px 30px 20px;
    }
    .test-right-bx .inner-bx {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .test-btn {
        padding-bottom: 0;
    }
    .owl-theme .owl-nav button.owl-prev, .owl-theme .owl-nav button.owl-next {
        display: inline-block;
        position: static;
        margin-top: 10px;
    }
    .owl-theme .owl-nav button span {
        margin-top: -7px;
        display: inline-block;
    }
    .test-right-bx {
        margin-top: 0px;
    }
    .fr-cont span br {
        display: none;
    }
    ul.footer-menu {
        flex-direction: column;
        gap: 20px;
    }
    .f-copyright span {
        display: block;
    }
    .spec-box .stream-item,
    .spec-box .stream-item .stream-in {
        width: 100%;
    }
    .header-share-box {
        flex-wrap: wrap;
        margin-top: 15px;
    }
    .header-share-btn {
        padding: 2px 8px;
    }
}
@media (max-width: 575px) {
    .hero-video video {
        height: 270px;
    }
}




