
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');
/* variable */
:root {
    --base-color: #3C2FC0;
    --medium-gray: #555555;
    --dark-gray: #162340;
    --light-red: #F2F1FC;
    --alt-font: 'Plus Jakarta Sans', sans-serif;
    --primary-font: 'Plus Jakarta Sans', sans-serif;
}
body {
    font-size: 16px;
    line-height: 26px;
}
sup {
    top: -0.7em;
}
.lh-42px {
    line-height: 42px;
}
/* box layout */
.box-layout {
    padding: 0 20px;
}
a {
    color: #878898;
} 
b, strong {
    font-weight: 700;
}
/* header */
.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 17px;
}
header .navbar-brand img {
    max-height:70px;
}
.header-icon .icon > a {
    font-size: 20px;
}
.navbar .btn.btn-switch-text.btn-medium > span {
    padding: 10px 25px;
    font-size: 14px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    border-radius: 0;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 10%);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 29px;
    width: 28px;
    margin-right: 12px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a,
.navbar .navbar-nav .dropdown .dropdown-menu a:hover,
.navbar .navbar-nav .dropdown .dropdown-menu li.active > a{
    color: var(--white);
    font-weight: 500;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 16px;
    line-height: 28px;
    padding: 18px 25px 20px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a {
    opacity: 0.6;
}
.navbar .navbar-nav .dropdown .dropdown-menu {
    background-color: var(--dark-gray);
}
/* heading */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
/* page title */
.down-section {
    bottom: 30px;
}
.page-title-extra-large h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
}
h1, .h1 {
    font-size: 4.688rem;
    line-height: 4.688rem;
}
h2 {
    font-size: 3.125rem;
    line-height: 3.125rem;
}
.small-screen {
    height: 350px !important;
}
/* text gradient color */
.text-gradient-orange-sky-blue {
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* bg gradient color */
.bg-gradient-very-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-blue-whale-transparent { 
    background: -webkit-linear-gradient(right, rgba(17, 27, 50, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(17, 27, 50, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-quartz-light-transparent {
    background: -webkit-linear-gradient(right, rgba(227, 225, 245, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(227, 225, 245, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-quartz-white { 
    background-image: linear-gradient(to bottom, #f7f7ff, #f4f4fb, #f8f7fc, #fbfbfe, #ffffff);
}
.bg-gradient-base-color-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(60 47 192)), to(transparent));
    background-image: linear-gradient(to top, rgba(60, 47, 192, .8) 0%, transparent 100%);
}
.bg-gradient-regal-blue-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(22 35 64)), to(transparent));
    background-image: linear-gradient(to top, rgb(22 35 64) 0%, transparent 100%);
}
.bg-gradient-flamingo-amethyst-green {
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af);
}
.bg-gradient-base-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 32, 44, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(22, 32, 44, .9) 8%, transparent 80%);
}
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #162340), to(transparent));
    background: linear-gradient(to top, #162340 7%, transparent 70%);
}
.bg-regal-blue {
    background-color: #162340;
}
.bg-blue-whale {
    background-color: #16233F;
}
/* top left right */
.top-40 {
    top: 40%!important;
}
.left-30 {
    left: 30%!important;
}
.right-30 {
    right: 30%!important;
}
.top-30 {
    top: 30%;
}
.top-20 {
    top: 20%;
}
.left-170px {
    left: 170px;
}
.mt-minus-2 {
    margin-top: -2px;
}
.left-minus-300px {
    left: -300px;
}
/* btn */
.btn {
    letter-spacing: 0px;
    text-transform: inherit;
}
.btn.btn-extra-large {
    font-size: 21px;
}
.btn.btn-large {
    font-size:18px;
}
.btn.btn-medium {
    font-size: 17px;
}
.btn.btn-small {
    font-size: 14px;
}
.btn.btn-link {
    padding: 0 0 2px;
    position: relative;
    text-decoration: none;
    border: 0;
    border-bottom: 2px solid;
    letter-spacing: 0;
    background-color: transparent;
}

[class*=btn-gradient-]:hover {
    background: #405eb8;
    color: var(--white);
}

.btn-gradient-flamingo-amethyst-green {
    background: #e64242;
    background-size: 200% auto;
    color: var(--white);
}
/* box overlay */
.interactive-banner-style-02.dark-hover:hover .btn {
    opacity: 0.7;
}
/* blog comment */ 
.blog-comment li .btn-reply {
    padding: 6px 20px 7px;
}
/* process-step style 05 */
.process-step-style-05 .progress-step-separator {
    bottom: inherit;
    height: 100%;
}
/* interactive banner */
.interactive-banner-style-02:hover figure figcaption .features-icon {
    margin-bottom: 17px;
}
/* blog grid */
.pagination-style-01 .page-item .page-link:hover,
.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
}
.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    color: var(--medium-gray);
}
.pagination-style-01 .page-item:first-child .page-link:hover,
.pagination-style-01 .page-item:last-child .page-link:hover {
    color: var(--dark-gray);
}
.accordion-style-06 .accordion-item.active-accordion {
    background-image: linear-gradient(to bottom, #f7f8f9, #f9fafb, #fbfbfc, #fdfdfd, #ffffff);
}
/* google map */
#map {
    border-radius: 6px 0 0 6px;
}
.border-radius-top-lr {
    border-radius: 6px 6px 0 0;
}
footer ul li {
    margin-bottom: 0;
}
.scroll-progress {
    right: 10px;
}
/* google map */
.newsletter-style-02 input {
    font-size: 15px;
}
/* Revolution Slider */
#demo-corporate-slider {border-radius: 6px;}
.hesperiden.tparrows { width: 54px; height: 54px; background: transparent; border: 1px solid rgba(255,255,255,0.2);-webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out}
.hesperiden.tparrows:hover {border:1px solid rgba(255,255,255,1); background: rgba(255,255,255,1); ;}
.hesperiden.tparrows:hover:before {color: #232323}
.hesperiden.tparrows:before {line-height: 52px;}
.hesperiden.tparrows.tp-leftarrow:before { content: "\f104";font-family: "Font Awesome 6 Free";font-size: 16px; font-weight: 900}
.hesperiden.tparrows.tp-rightarrow:before { content: "\f105";font-family: "Font Awesome 6 Free";font-size: 16px; font-weight: 900}
.hesperiden.tparrows.tp-leftarrow:before { margin-left: 0; }
.hesperiden.tparrows.tp-rightarrow:before { margin-right: 0; }
.get-started-btn { transition: 0.3s ease-in-out !important; }
.hesperiden.tparrows { z-index: 97; }

.btn-box-shadow {
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .3);
    -webkit-transition: all .3s cubic-bezier(.2,0,.3,1);
    transition: all .3s cubic-bezier(.2,0,.3,1);
}
.title-link{font-size:24px !important; font-weight: 300 !important;}
.title-link span{font-weight: 700 !important;}
.badge-box img{width: 325px; height: auto;}

.list-style-03 li:before{content: none;}

.nw-feature-box-icon{width: 85px; height: 85px; margin-bottom: 20px;}
.ftbx.feature-box-left-icon-middle{flex-direction: column !important; align-items: flex-start !important;}
.outcome-icon img{width: auto; height: 75px; margin-bottom: 20px;}

.banner-box{background: #162340; border-radius: 30px;overflow: inherit; }
.h-content-box{ padding: 7rem 5rem; }
.upper-title {
    background-color: #ffcc00;
    padding: 7px 12px 9px 12px;
    width: auto;
    border-radius: 5px;
    color: #000;
}

    .hero_list {display: flex; flex-direction: column;}
    .hero_list div{display: flex; align-items: center; margin: 3px 0px;}
    .hero_list div svg{margin-right: 5px;}

.hero-img{background: #162340 url('../images/hero-2.jpg') no-repeat; background-size: cover; background-position: 50%; border-radius: 30px; overflow: hidden; height: 100%; box-shadow: 8px 6px 10px -1px rgba(0,0,0,0.2);}
.hero-box-image{padding-right: 0;}
.abt-box img{box-shadow: 8px 6px 10px -1px rgba(0,0,0,0.2); border-radius: 30px; width: 100%; height: auto; position: relative;}
.badge{width: 225px;
    position: absolute;
    left: -40px;
    bottom: -20px;
    z-index: 1;}
.badge img{width: 100%; height: auto; box-shadow: none; border-radius: 0;}

.offer-blink{color: #8affa3;  animation: blink 0.5s step-start infinite;}

   @keyframes blink {
    0% {
     opacity: 1;
    }
    50% {
     opacity: 0;
    }
    100% {
     opacity: 1;
    }
   }

.icon-list img{width: 25px; height: auto; margin-right: 10px;}
.dark-hover:hover .text-dark-gray{color: #ffffff;}
.certi-img img{box-shadow: 8px 6px 10px -1px rgba(0,0,0,0.2); border-radius: 20px; width: 100%; height: auto; position: relative;}
.background-size-cover{background-size: cover !important;}

.review-star-icon i{margin: 5px;}
.strike:before{content: ""; position: absolute; top:50%; width: 100%; height: 2px; background-color: rgba(255,255,255,0.6); left:0}

 .priceCard__list > * {
    display: flex;
    align-items: center;
}
.priceCard__list-224 > div {
    position: relative;
    padding-left: 30px;
    line-height: 24px;
}
.priceCard__list-224 > div svg {
    position: absolute;
    left: 0;

}
.priceCard__list > * + * {
    margin-top: 5px;
}
.text-purple-1 {
    color: var(--dark-gray) !important;
}
.size-25 {
    flex-shrink: 0;
    width: 25px;
        align-items: center;
    justify-content: center;
    height: 25px;
}
.bg-purple-1 {
    background-color: var(--dark-gray);
}
.rounded-full {
    border-radius: 100% !important;
}
.title-hgt{min-height: 130px;}
.off-box{background-color: #e64242; padding: 10px; text-align: center; padding-bottom:20px; }
.completion-box{ padding: 50px;}
ul.completion-list {
    margin: 0;
    display: flex; flex-direction: column;
    padding: 0;
}
ul.completion-list li {
    text-align: left;
    position: relative;
    padding-left: 40px;
   font-size: 21px; line-height: normal;
    width: 100%;
    margin: 15px 0px;
}

ul.completion-list li img {
    position: absolute; left:0; top:2px;
}

footer{padding-bottom: 30px;}

.process-step-style-05 .process-content{display: flex; align-items: center;}
.bg-very-light-gray {
    background-color:  #e64242;
}

.strike-txt{color:#e64242;}
.strike-txt span{text-decoration: line-through;}

.completion-box{background-color:#162340 ; border-radius: 20px; box-shadow: 0 4px 8px rgba(0, 0, 0, .3);}
.btm-cta-box a.btn-large{ white-space:nowrap; }


/* media query responsive */
@media (max-width: 1700px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 19px;
        padding-right: 19px;
    }
}
@media (max-width: 1600px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media (max-width: 1399px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav-link.title-link{display: flex; flex-direction: column; justify-content: center;
        line-height: normal !important;}
    .nav-link.title-link span{width: 100%;}
      .pricing-header h5 {
        min-height: 96px;
        align-items: center;
        justify-content: center;
        display: flex;
    }
}



@media (max-width: 1400px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 9px;
        padding-right: 9px;
    }
    .price-cta .custom-wrapp{width: 100%; max-width: 100%;}
    .title-hgt { min-height: 160px;}
    .price-cta .custom-wrapp {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .accordion-style-06 .accordion-item {
        padding: 15px 50px 15px 35px;
    }
    .box-layout {
        padding: 0;
    }
    #demo-corporate-slider {
        border-radius: 0;
    }
    .lg-border-radius-0px {
        border-radius: 0 !important;
    }
    .navbar .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
    .menu-box .menu-order{ flex: 0 0 auto; width: 50%;}
    .menu-box .col-auto:last-child{ flex: 0 0 auto; width: 33.33333333%;}
    .full-wdth-box{ flex: 0 0 auto; width: 100%;}
    .mrgn-btm{margin-bottom: 30px;}
    .full-wdth-box h3, .full-wdth-box p{text-align: center;}
    .lg-p-8 { padding: 6% !important;}
    .fancy-text-box-style-02{ flex: 0 0 auto; width: 50%;}
    .txt-box{font-size: 2.5rem;line-height: 2.5rem;}
      .pricing-header h5{min-height: auto; padding-left: 10px; padding-right: 10px;}
    .offer-box{display: flex; flex-wrap: wrap; justify-content: start;}
    
    .offer-blink{width: 100%; margin-bottom: 10px;}
    .btm-cta-box {flex-direction: column;}
    .pricing-table-style-08{width: 50%; margin-top: 20px;}
    .title-hgt {min-height: 105px;}
  
}
@media (max-width: 1199px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: inherit;
        width: 100%;
    }
    header .navbar [class*=col-] .navbar-nav .nav-item, header .navbar [class*=col-] .navbar-nav .nav-item a{ align-self:unset; }
    header .navbar [class*=col-] .navbar-nav .nav-item {width: 100%;}
    .navbar-nav .nav-item a.nav-link.title-link {width: 100%; display: block !important;}
    .nav-link.title-link span{width: auto;}
    .menu-box .menu-order { flex: 0 0 auto; width: 56%;}
    .menu-box .col-auto:last-child {  flex: 0 0 auto; width: 28%;}
    .col-sm-12.pricing-footer.pt-30px {text-align: center;}
    .btm-cta-2 > .container > .row{ flex-direction:column; }
    .btm-cta-2 > .container > .row .col-lg-6{flex: 0 0 100%; width: 100%;}
    .cta-2-btn{text-align: center; display: flex; justify-content: center;}
    .cta-2-desc > .feature-box { flex-direction:column; margin-bottom:30px; }
    .cta-2-desc > .feature-box > .feature-box-icon{margin-right: 0 !important; margin-bottom: 30px;}


}

@media(max-width:1025px)
{
        .banner-box{height: auto !important;}
        .menu-box .col-auto:last-child, .upper-title{width: auto !important;}
        .hero-box-content, .hero-box-image{width: 100%;}
        .hero-box-image{display: none; opacity: 0; visibility: hidden;}
        .navbar .navbar-nav .nav-link{text-align: center;}
}

@media (max-width: 991px) {
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        padding: 10px 45px;
        margin-bottom: 0;
        margin-right: -15px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a, .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a, .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        padding-left: 0;
        padding-right: 0;
    }
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        font-size: 17px;
        line-height: normal;
        display: flex;
        align-items: center;
    }
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
        font-size: 26px;
    }
    .menu-box .menu-order{display: none; opacity: 0; visibility: hidden; width: 0 !important; order:0}
        header .navbar-brand .alt-logo, header .navbar-brand .default-logo {
        visibility: visible !important;
        opacity: 1 !important; 
        width: auto !important;
    }
       
        .h-content-box {padding: 5rem 3rem;}
        .md-border-bottom { border-bottom:none;}
        img.md-w-70 { width: 100% !important;}
        .cta-2-desc h4{text-align: center;}
  
}
@media (max-width: 767px) {
    #map {
        border-radius: 0;
    }
    .small-screen {
        height: 300px !important;
    }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        margin-bottom: 20px;
    }
        .menu-box .col-auto:last-child,  .menu-box .col-auto:first-child {
    flex: 0 0 auto;
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    header .navbar-brand{padding: 10px 0px;}
    header .navbar [class*=col-].text-end {
    justify-content: center !important; margin-bottom: 20px; }
        .banner-box {
        padding: 60px 20px !important;
        height: auto !important;
        text-align: center;
    }
     .banner-box   .sm-fs-55 {
        font-size: 2.8rem;
        line-height: 2.8rem;
    }
     .banner-box span.md-w-85{width: 100% !important}
         .fancy-text-box-style-02 {
        flex: 0 0 auto;
        width: 100%;
    }
    .header-button.ms-25px{margin-left: 0 !important;}
    .h-content-box {
    padding: 2rem 0rem;}
    .hero_list div{text-align: left;}
    .offer-box{display: flex; flex-wrap: wrap; justify-content: center;}
    .offer-box > svg{display: none;}
    .offer-blink{width: 100%; margin-bottom: 10px;}
    .btm-cta-box {flex-direction: column;}
    .badge {position: absolute; left: 0; bottom: -66px;}
    .feature-box {border:0px !important;}
    .pricing-footer{justify-content: center;}
    .btm-cta-2 > .container > .row .col-lg-6 h4{text-align: center;}
    .col-auto.col-xl-6.col-lg-8.menu-order.position-static{display: none;}
    header .navbar [class*=col-].text-end{width: 100% !important;}
    .col.icon-with-text-style-04.transition-inner-all:nth-child(2) .feature-box{ border-right:0 !important; }
    .pricing-table-style-08{width: 100%;}
    .title-hgt { min-height: 0;}
    .col.icon-with-text-style-04.transition-inner-all{width: 100%;}
    .col.icon-with-text-style-04.transition-inner-all .feature-box{padding:10px 20px !important}


}

@media (max-width: 575px) {
    .accordion-style-06 .accordion-item {
        padding: 15px;
    }
    footer .elements-social.social-icon-style-02 li {
        margin: 0 15px 0 0;
    }
    footer .elements-social.social-icon-style-02 li:first-child {
        margin-left: 0;
    }
}
