/* Googfloatinge Fonts */
/*@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro: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&amp;family=Cabin:ital,wght@0,400..700;1,400..700&amp;display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('vendor/bootstrap.min.css');
@import url('vendor/fontawesome.css');
@import url('vendor/brands.css');
@import url('vendor/regular.css');
@import url('vendor/solid.css');
@import url('vendor/rtmicons.css');

@property --progress {
    syntax: '<integer>';
    inherits: true;
    initial-value: 0;
}

@keyframes load {
    to {
        --progress: var(--value)
    }
}

@keyframes background_animation {
    from {
        background-size: 100%;
    }

    to {
        background-size: 110%;
    }
}

@keyframes ripple {
    from {
        opacity: 1;
        transform: scale3d(1, 1, 1);
        transform-origin: center;
        border-width: 0px;
    }

    to {
        opacity: 0;
        transform: scale3d(1.7, 1.7, 1.8);
        transform-origin: center;
        border-width: 13px;
    }
}


:root {
    --primary: #FFFFFF;
    --text-color: #373333;
    --text-color-2: #373333;
    --background-color: #F1F6FA;
    --accent-color: #0967aa;
    --accent-color-2: rgba(17, 117, 189, 0.2);
    --accent-color-3: #1175bd;
    --accent-color-4: #EAF5FF;
    --font-1: "Hanken Grotesk", serif;
    --font-2: "Roboto", serif;
  
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #021e33;
    font-weight: 700 !important;
}

body {
    font-family: var(--font-1);
    color: var(--text-color);
    background-color: var(--primary);
    line-height: 28px;
}


h1 {
    font-size: 50px;
    line-height: 48px;
}

h2 {
    font-size: 35px;
    line-height: 48px;
}

h3 {
    font-size: 35px;
    line-height: 48px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

button,
a {
    font-size: 16px;
    font-family: var(--font-2);
}

p {
    font-size: 16px;
    font-family: var(--font-2);
}

ul {
    list-style: none;
}

.list-circle {
    list-style: disc var(--accent-color);
}

li {
    font-size: 16px;
}

img {
    object-fit: cover;
}

button {
    padding-inline: 1rem;
    padding-block: 0.5rem;
    text-decoration: none;
    transition: all 0.5s;
}

.sub-heading {
    color: var(--accent-color);
}

.text-color {
    color: var(--text-color);
}

.text-color-2 {
    color: var(--text-color-2);
}

.hover-transform:hover {
    transform: translateY(-10px);
}

button:hover {
    color: var(--text-color);
}

a {
    text-decoration: none;
}

.w-max-content {
    width: max-content;
}

.banner-heading {
    font-size: 5.5rem;
}

.font-1 {
    font-family: var(--font-1);
}

.font-2 {
    font-family: var(--font-2);
}

.ls-2 {
    letter-spacing: 2px;
}

.fs-7 {
    font-size: 0.8rem !important;
}

.fw-black {
    font-weight: 900 !important;
}

.video-e119 {
    width: 60%;
    margin-bottom: -3rem;
    margin-left: -3rem;
}

.form-control {
    padding: 15px 24px;
}
.form textarea {
    background-color: transparent;
    border: solid 1px var(--accent-color);
    border-radius: 30px;
    color: var(--text-color);
    outline: none;
    font-family: var(--font-2); 
}
.form input,
.form select {
    background-color: transparent;
    border: solid 1px var(--accent-color);
    border-radius: 50px;
    color: var(--accent-color);
    outline: none;
    font-family: var(--font-2);
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    box-shadow: none;
    border: solid 1px var(--accent-color-2);
    background-color: transparent;
    color: var(--accent-color);
}

.form input:autofill,
.form input:autofill:focus {
    color: var(--accent-color);
    transition: background-color 5000s ease-in-out;
    -webkit-text-fill-color: var(--accent-color);
    font-family: var(--font-2);
}

.form input::placeholder,
.form textarea::placeholder {
    color: var(--accent-color);
    font-family: var(--font-2);
}

.form .form-select {
    color: var(--accent-color);
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="blue" class="bi bi-check-xl" viewBox="0 0 16 16"><path d="M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z"/></svg>');
}

.form input.form-check-input {
    background-color: transparent;
    border: 1px solid gray;
}

.form input.form-check-input:checked {
    border: 1px solid #0a69ae;
    color: #0a69ae;
}
.form input.form-check-input:checked label{
    font-weight:600;
}
.form .submit_form {
    padding-inline: 2rem;
    padding-block: 0.7rem;
    text-decoration: none;
    transition: all 0.5s;
    background-color: var(--accent-color);
    color: white;
    border-radius: 5px;
    border: solid 1px var(--accent-color);
}

.submit_form:hover {
    background-color: transparent;
}

.submit_form-subscribe {
    padding-inline: 2rem;
    padding-block: 0.7rem;
    text-decoration: none;
    transition: all 0.5s;
    color: white;
    background-color: transparent;
    border-radius: 5px;
}

.submit_form-subscribe:hover {
    background-color: transparent;
    color: white;
    filter: none;
}
.service-check{
    padding: 23px 0 0 24px;
    border: solid 1px var(--accent-color);
    border-radius: 50px;
    /*color: var(--accent-color);*/
    margin-bottom: 20px;
}
.service-check h6{
     color: var(--accent-color);
}
.service-check .row{
        padding: 6px 14px 0;
}


.maps {
    width: 100%;
    height: 480px;
    transition: filter 0.5s;
    display: block;
}

/*custom css*/
.blog-section h5{
    color:#ffffff;
}
.hero-logo{
      margin-bottom: 28px;
}






 .privacy-policy h3{
            font-size: 24px;
    line-height: 42px;
    }
   .privacy-policy ul{    
        padding-left: 1rem;
        
    }
    
    .privacy-policy ul li {
    position: relative;
    padding-left: 26px;
    font-size: 17px;
    line-height: 32px;
}
 .privacy-policy ul li:before {
    position: absolute;
    content: "\f061";
    left: 0;
    top: 8px;
    font-size: 15px;
    color: #0a69ae;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.privacy-policy h2 {
    font-size: 30px;
    line-height: 48px;
}
.footer-top h6{
    font-size: 35px;
    line-height: 48px; 
    color:#fff;
}
.footer-top{
    background: #0a69ae;
      padding: 30px 50px;
    border-radius: 20px;
}

.footer-top p{
    margin: 0; color:#fff;
}
.footer-top-sec{
    position: relative;
    top: 50px;
    z-index: 999;
}
.footer-top-sec .form input, .footer-top-sec .form select {
    border: solid 1px #d1d1d1;
    border-radius: 50px;
    color: #ffffff;
}
.footer-top-sec .btn-accent {
    background-color: #000000;
}
.footer-top-sec .btn-accent:hover {
    color:#ffffff;
}
.footer-top-content{
      max-width: 500px;
}
.footer-top-sec label{
    color: #fff;
    padding-bottom: 7px;
}

.footer-top-form::placeholder {
  color: red;
  opacity: 1; /* Firefox */
}

.footer-top-form::-ms-input-placeholder { /* Edge 12-18 */
  color: red;
}





.section.service-main-heading-sec{
    padding-bottom:0;
}
.service-detail-points p{
    margin:0;
}
.service-detail-banner{
    background-position: center;
    background-size: cover;
    /*background-attachment: fixed;*/
}
.service-detail-content .service-detail-title h2{
    font-size: 35px;
    line-height: 47px;
    padding-right: 100px;
}
.service-detail-banner-outer{
    text-align: left;
    padding: 100px 0;
}
.service-detail-banner-outer h1{
color: #ffffff;
    font-size: 35px;
    font-weight: 600 !important;
    max-width: 500px;
}
.service-detail-banner-outer p{
    color: #ffffff;
    font-size: 16px;
}
.service-detail-banner-outer h1 span{
    color: #ffffff;
    font-size: 35px;
    font-weight: 600 !important;
}
.service-detail-points-heading h3{
    font-size: 30px;
    max-width: 800px;
    text-align: center;
    margin: auto;
    line-height: 42px;
}
.service-detail-points-heading{
    text-align: center;
    padding: 0 0 50px 0;
}
.service-detail-points{
padding: 20px;
    border: solid 1px #0a69ae1f;
    border-radius: 5px;
    background: #f4faff;
       min-height: 197px;
    margin-bottom:24px;
}
.service-detail-points h3 {
    font-size: 22px;
    line-height: 32px;
}
/*.service-main-heading-sec{*/
/*    padding-bottom: 0 !important;*/
/*}*/

.service-main .icon-box img{
        width: 70px;
}
.service-detail-points.image-hosting-service-detail{
        min-height: 150px !important;
}

.service-btn{
    margin-top: 30px;
}
.service-btn a:hover {
    color: white;
    transition: all 0.5s;
    border: 1px solid transparent;
    background-color: #0a69ae;

}
.service-btn a{
    border-color: #021e33;
    color: #021e33;
    background:#ffffff;
}
.service-btnn{
    color: #015491;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    margin: 0;
    gap: 6px;
    font-weight: 500;
    border: solid 1px #0a69ae;
    padding: 5px 28px;
    border-radius: 20px;
    margin-top: 18px;
}



.dekstop-footer-row{
    display:flex;
}
.mobile-footer{
    display:none;
}
.footer-mobile-accordian .accordion-header .accordion-button     h4 {
    font-size: 19px;
     margin: 0;
}
.mobile-footer .list li, .mobile-footer .list li a, .mobile-footer span, .mobile-footer h5 {
    color: #f2f2f2;
}
.mobile-footer .social-container {
    padding-top: 20px;
}
.topbar-main{
      display:none;
  }

.main-heading{
    font-size: 40px;
    line-height: 55px;
       max-width: 675px;
    color: #fff;
    font-weight: 300 !important;
    margin-bottom: 20px;
}
.main-heading span{
    font-weight: 700 !important;
}
.banner-heading-div{
    padding-top: 30px;
   
}
.banner-heading-div p{
   font-size: 14px;
    font-family: var(--font-1);
    letter-spacing: 1px;
    position: relative;
    display: inline !important;
    color: #d9d9d9;
    line-height: 50px;
}
.banner-heading-div p:after{
    position: absolute;
    content: "";
    bottom: 5px;
    right: -76px;
    width: 70px;
    height: 1px;
    background: #d9d9d9;
}
.retailer-detail-page-content h1{
    font-size: 35px;
    line-height: 48px;
}
.retailer-detail-page-content h3{
   font-size: 24px;
    line-height: 32px;
}
.retailer-detail-page-content ul{
    column-count: 2;
    padding: 0;
}
.retailer-name p{
        margin: 0;
}
.retailer-detail-page-content ul li span{
    font-weight: 600;
    text-decoration: underline;
    color: #021e33;
}
.retailer-detail-page-content ul li{
    position: relative;
    padding-left: 26px;
    font-size: 17px;
    line-height: 32px;
}
.retailer-detail-page-content ul li:before{
position: absolute;
    content: "\f061";
    left: 0;
    top: 8px;
    font-size: 15px;
    color: #0a69ae;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.retailer-detail-page-content .retailer-logo img{
    max-width: 380px;
    margin-bottom: 30px;
}
.retailer-detail-page-content{
        padding: 10px 0;
}
.retailer-namer-i-outer{
    display: flex;
    align-items: center;
    gap: 14px;
     margin-bottom: 16px;
}
.retailer-icon{
    width: 55px;
    height: 55px;
    background: #1e1e1e;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex: none;
    display: none;
}
.retailer-icon i{
    font-size: 33px;
    color: #fff;
}
.retailer-under-sec h4{
    font-size: 20px;
}
.retailer-under-sec{
    padding: 5px 0 5px 35px;
    position: relative;
}
.retailer-under-sec::before {
    position: absolute;
    content: " * ";
    left: 11px;
    font-size: 30px;
    top: 8px;
    font-weight: bold;
    color: #08970b;
}

body {
  counter-reset: section;
}

.retailer-name::before {
    counter-increment: section;
    content: counter(section) ". ";
    position: absolute;
    left: 0;
    font-size: 24px;
    top: 2px;
    font-weight: 600;
}
.retailer-name {
    position: relative;
    padding-left: 30px;
}



.why-choose-sectionn{
       /*background: rgb(31, 164, 218);*/
    /*background: linear-gradient(73deg, rgba(31, 164, 218, 1) 0%, rgb(15 97 153) 100%);*/
        background: rgb(10 102 169);
}
.why-choose-detail{
   padding: 20px;
    background: #ffffff17;
    backdrop-filter: blur(23px);
    margin-bottom: 20px;
    border-radius: 15px;
}
.why-choose-detail h5{
    color: #fff;
       padding: 15px 0 10px;
    margin: 0;
}
.why-choose-detail p{
     color: #fff;
}

.header-navbar .nav-link:hover {
    color: #09b70d;
    text-align: center;
}
.home-retailer-sec{
    background: #0a69ae0f;
}
.home-retailer-sec .retailer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px
}
.home-retailer-sec .retailer-logo img{
      max-width: 190px;
    transition:0.3s all ease;
}
.home-retailer-sec .retailer-logo:hover img {
    transform: scale(1.1);
}
.why-choose-heading h3{
        font-size: 35px;
    line-height: 48px;
    font-weight: 800 !important;
    color: #fff;
}
.why-choose-heading p{
     color: #fff;
}
.why-choose-outer{
    padding-left: 100px;
}
.why-choose-outer .retailer-icon i {
    font-size: 33px;
    color: #000000;
}
.why-choose-outer .retailer-icon {
    background: #e9e9e9;
}
.btn-black{
    background:#000000;
    color: #fff;
}
.btn-black:hover{
     background: #0a66a9;
     color: #fff;
     border:solid 1px #ffffff;
}
.cta-sec p{
        margin-bottom: 30px;
}
.navbar-brand img{
    max-width: 185px;
}
.web-header{
    padding: 12px 0;
}
.web-header .navbar-nav{
    margin-right: 12px;
}
.topbar-main{
  background-color: #055a96;
}
.topbar-main span{
    color: #fff;
}
.topbar-main span a{
    color: #fff;
    font-family: var(--font-1);
}
.services-sec .service-div p{
    color: var(--text-color-2);
    margin-bottom: 5px;
}
footer{
    background: #003053;
    position: relative;
    margin-top: 0px;
    padding-top: 50px;
}
.footer-about img{
    position: relative;
    top: -23px;
}
.footer-about p{
    color: #f2f2f2;
}
.footer-links .list li, 
.footer-links .list li a, 
.footer-links span,
.footer-links h5{
    color: #f2f2f2;
}
footer h4{
    color: #ffffff;
}
.footer-connect .btn-accent {
    background-color: #09a80c;
}
.footer-connect input, .footer-connect select {
    border: solid 1px #09a80c;
}
.copyright-text{
  padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: solid 1px #075e9f8f;
    margin-top: 65px;
}
.copyright-text span{
    color: #fff;
    text-align: center;
}
.quick-link{
     padding-left: 23px;
}
.footer-links li a:hover{
    text-decoration: underline;
    color: #fff !important;
}
.hero-image-outer:before{
    position: absolute;
    background:#1278c0;
    content: "";
    top: 0;
    right: -40px;
    width: 390px;
    height: 100%;
    z-index: -1;
}
.hero-img{
    padding-top: 84px;
}
.btn-accent.btn-accent-2{
    background: #13a316;
}
.btn-accent.btn-accent-2:hover {
      /*color: white;
    transition: all 0.5s;
    border: 1px solid transparent;
    background-color: #0a69ae;*/
    background: transparent;
}

.home-service-sec{
    background: url(../image/service-bg-3.jpg);
}
.home-service-sec .serivce-heading-top h3, .home-service-sec .serivce-heading-top p{
        color: #ffffff;
}
.home-service-sec .serivce-heading-top .linear-gradient, .linear-gradient.light {
       background-color: rgb(255 255 255 / 38%);
    backdrop-filter: blur(5px);
}
.home-service-sec .serivce-heading-top .linear-gradient span, .linear-gradient.light span{
     color: #ffffff;
}
.bg-attach-fixed .btnn .btn-accent:hover {
    border-color: #ffffff;
    color: #ffffff;
    background: #0000004f;
}
.banner-content-inner{
    padding-right: 45px;
}
.banner-content-inner h1{
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 22px;
}
.about-us-content .linear-gradient{
    margin: auto;
    margin-bottom: 28px;
}
.home-service-sec .service-div h3{
    font-size: 24px;
    line-height: 34px;
}
.about-us-content h2{
    padding-bottom: 16px;
    max-width: 650px;
    margin: auto;
}
.why-c-box .floating-top-1 h4{
    font-size: 35px !important;
    line-height: 48px !important;
}
.footer-links h6{
        font-size: 24px;
        color:#ffffff;
}
.heading-titlee{
        font-size: 35px;
    line-height: 48px;
}
.why-c-box h4{
    font-size: 20px;
}
.about-us-content .vision-mission-div{
       padding-bottom: 30px;
}
.about-us-content .vision-mission-div:nth-child(1){
       padding-top: 30px;
}
.service-inner-row .service-div{
    margin-bottom: 30px;
    min-height: 390px;
}
/*.service-inner-row .col-xl-6 .service-div{*/
/*    min-height:auto;*/
/*}*/
/*.service-inner-row .col-xl-6:nth-child(4) .service-div {*/
/*    min-height: 487px;*/
/*}*/
/*.service-inner-row .col-xl-6:nth-child(2) .service-div, .service-inner-row .col-xl-6:nth-child(5) .service-div {*/
/*  min-height: 345px;*/
/*}*/
.about-us-content{
    text-align: center;
    max-width: 1200px;
    margin: auto;
}
.about-btn{
    margin: auto;
    margin-top: 36px !important;
}
.home-hero-banner{
    background: #f5f4f4;
}
.home-service-sec .btn-accent:hover{
    color: #fff;
    border: solid 1px #fff;
}
.card-service .service-main .icon-box {
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: left;
    aspect-ratio: 0;
    transition: all 0.5s;
}
.card-service .service-main{
    padding: 3rem !important;
}
.card-service .service-main h4{
    padding: 20px 0 7px;
}
.card-service .service-main ul{
    padding: 0;
    margin: 0;
}
.card-service .service-main ul li{
    color: #000;
    position: relative;
    padding-left: 25px;
}
.card-service .service-main ul li span{
   color: #000;
   font-weight: 600;
}
.card-service .service-main ul li:before {
position: absolute;
    top: 2px;
    left: 0;
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    font-size: 16px;
    content: "\f14a";
        color: #14a316;
}
.inner-page-bradcrumb{
    height: 70vh;
}
.contact-detail span{
    font-size: 19px;color: var(--text-color);
}
.contact-detail span a{
    font-size: 19px;color: var(--text-color);
}
.service-check label, .service-check input{
 cursor:pointer;   
}
.header-navbar .dropdown .dropdown-toggle:after{
    display:none;
}
.header-navbar .dropdown{
       padding-right: 21px;
}
.header-navbar .dropdown .drop-arrow{
    position: absolute;
       right: 0px;
    top: 8px;
    font-size: 14px;
}
.floating-top h3{
    
}



/*custom css end*/

#header {
    transition: all 0.5s ease;
}

.navbar-nav .nav-link:focus {
    color: #09b70d;
text-align: left;
}

.navbar-nav .nav-link.show {
    color: #09b70d;
}
/*.retailer-div{
    padding: 18px;
    margin-bottom: 30px;
}*/
.nav-link {
    border-bottom: 2px solid transparent;
    font-size: 19px;
    font-family: var(--font-1);
    color: #021e33;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.nav-link:hover {
    color: var(--accent-color-3);
    text-align: center;
}

.nav-link.active {
    color: var(--accent-color-3) !important;
    text-align: center;
}

.navbar-toggler {
    border: none;
    color: var(--accent-color-2);
}

.navbar-toggler:focus {
    box-shadow: none;
    background-color: transparent;
    color: var(--accent-color-2);
}

.dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 0;
        width: 270px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
}

.dropdown-item {
    /* padding-block: 0.75rem; */
    color: #303030;
    font-family: var(--font-1);
    font-size: 17px;
    font-weight: 400;
    /* padding-inline: 0.75rem; */
    text-align: left;
       padding: 9px 17px;
    border-bottom: solid 1px #1974b51f;
}

.dropdown-item.active {
    color: var(--accent-color-3);
    background-color: transparent;
}
.header-navbar .dropdown-item:focus {
    color: #ffffff;
}

.dropdown-item:hover {
    background-color: var(--accent-color);
    color: white;
}

.dropdown-item:focus {
    color: var(--accent-color);
}
.sticky-top {
    box-shadow: 1px 20px 20px #00000008;
}
.inner-about-us h4 a{
        font-size: 23px;
    color: #fff;
}
.section {
    padding: 4em 0;
/*  overflow: hidden;*/
    background-size: cover;
    background-position: center;
}
.why-choose-img{
    position: sticky;
    top: 100px;
}
.r-container {
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
}

.bg-accent-primary {
    background-color: var(--primary);
}

.bg-accent-color {
    background-color: var(--accent-color);
}

.bg-accent-color-2 {
    background-color: var(--accent-color-2);
}

.bg-accent-color-3 {
    background-color: var(--accent-color-3);
}

.bg-accent-color-4 {
    background-color: var(--accent-color-4);
}

.read-more {
    color: var(--accent-color);
    transition: all 0.5s;
}

.read-more:hover {
    color: var(--accent-color-3);
}


.bg-accent {
    background-color: var(--background-color);

}

.bg-text-color {
    background-color: var(--text-color);
}

.bg-text-color-2 {
    background-color: var(--text-color-2);
}

.accent-color {
    color: var(--accent-color);
}

.accent-color-2 {
    color: var(--accent-color-2);
}

.accent-color-3 {
    color: var(--accent-color-3);
}

.accent {
    color: var(--background-color);
}


.team-detail {
    background-color: var(--background-color);
    color: var(--accent-color);
    transition: all 0.5s;
}

.team-detail:hover {
    background-color: var(--accent-color);
    color: var(--primary);
}

.border-accent-color {
    border-color: var(--text-color);
}

.swiperImage {
    overflow: visible;
}

.swiperTestimonials {
    overflow: visible;
}

.border-accent-2 {
    border-color: var(--accent-color-2) !important;
}

.outline {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--accent-color);
}

.text-gray {
    color: grey !important;
}

.text-accent {
    font-size: 18px;
    background: -webkit-linear-gradient(99.79deg, #2F4A9D 0%, #A502A8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-accent-color-hover:hover {
    background-color: var(--accent-color);
    color: white;
}

.bg-dark-transparent {
    background-color: #232323b7;
}

.btn {
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-2);

}

.btn-accent {
/*    background-color: var(--accent-color);*/
    color: white;
    transition: all 0.5s;
    border: 1px solid transparent;
    background-color: #0a69ae;
   /* background: rgb(17,117,189);
background: linear-gradient(73deg, rgba(17,117,189,1) 0%, rgba(31,165,220,1) 100%);*/
}

.btn-accent:hover {
    /*background-color: transparent;
    border-color: var(--accent-color);
    color: var(--accent-color);*/

  /*  border-color: transparent;
    color: #ffffff;
    background: rgb(7, 132, 10);
    background: linear-gradient(73deg, rgba(7, 132, 10, 1) 0%, rgba(9, 183, 13, 1) 100%);*/

        border-color: #021e33;
    color: #021e33;
}

.btn-accent-outline {
    background-color: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
}

.btn-accent-outline:hover {
    background-color: var(--accent-color);
    color: white;
}

.btn-white-accent {
    background-color: white;
    color: var(--accent-color);
    border: 3px solid transparent;
}


.btn-white-accent:hover {
    background-color: transparent;
    border-color: white;
    color: white;
}

.btn-white-outline {
    background-color: transparent;
    border-color: white;
    color: white;
    border-width: 3px;
}

.btn-white-outline-hover:hover {
    background-color: transparent;
    border-color: white;
    color: white;
}

.btn-white-outline:hover {
    background-color: white;
    color: var(--accent-color);
}

.blog-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(179.87deg, rgba(21, 12, 28, 0) 0.12%, rgba(65, 66, 96, 0.86) 107.53%);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.image-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(234, 245, 255, 0.95), rgba(234, 245, 255, 0.95));

}

.overlay {
    color: var(--accent-color-2);
    opacity: 0.3;
}

.bg-overlay {
    background: linear-gradient(0deg, rgba(0, 33, 64, 0.67), rgba(0, 33, 64, 0.67));
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}

.bg-overlay-2 {
    background: linear-gradient(0deg, rgba(0, 33, 64, 0.5), rgba(0, 33, 64, 0.5));
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.testimonial-overlay {
    background: linear-gradient(0deg, rgba(255, 239, 225, 0.96), rgba(255, 239, 225, 0.96));
    position: absolute;
    width: 75%;
    height: 100%;
    top: 0;
    right: 0;
}

.bg-accent-opacity {
    background: linear-gradient(0deg, rgba(43, 43, 43, 0.86), rgba(43, 43, 43, 0.86));
}

.linear-gradient {
       padding: 10px 42px;
    background-color: var(--accent-color-2);
    border-radius: 50px;
    width: max-content;
}

.cta-overlay {
    background: linear-gradient(90deg, #0B0C0E 0%, rgba(97, 59, 255, 0.3) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}

.video-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(4, 56, 63, 0.144) 0%, rgba(4, 56, 63, 0.72) 100%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.logo-container {
    max-width: 180px;
}


.divider {
    display: flex;
    align-items: center;
}

.divider::after {
    display: block;
    content: "";
    border-bottom: 0;
    flex-grow: 1;
    border-top: 3px solid #8692af;
    max-width: 30px;
    min-width: 30px;
}


.divider-element {
    letter-spacing: 2px;
    flex-shrink: 0;
    flex-grow: 1;
    margin: 0;
    margin-left: 1rem;
    font-weight: 400;
}

.image-infinite-bg {
    height: 90vh;
}

.animation-bg {
    animation: background_animation 10s forwards;
}

.bg-attach-fixed {
    background-attachment: fixed;
}

.bg-attach-cover {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.social-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.character-img {
    position: relative;
    z-index: 2;
}

.w-70 {
    width: 70%;
}

.stock-img {
    position: relative;
    z-index: 20;
}

.customer-item {
    border-radius: 50%;
    aspect-ratio: 1/1;
    font-size: 19px;
    width: 3rem;
    height: 3rem;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--accent-color-3);
    color: var(--text-color-2);
    border: 2px solid var(--accent-color-3);
    margin-left: -6px;
    overflow: hidden;
}

.testimonial-item {
    border-radius: 50%;
    aspect-ratio: 1/1;
    font-size: 19px;
    width: 5rem;
    height: 5rem;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    margin-left: -6px;
    overflow: hidden;
}

.bg-box {
    bottom: 0;
    right: 0;
    height: 60%;
    width: 50%;
    border: solid 3px var(--accent-color-2);
}

.customer-container {
    display: flex;
    flex-direction: row-reverse;
}

.customer-item:nth-child(1) {
    z-index: 6;
}

.customer-item:nth-child(2) {
    z-index: 5;
}

.customer-item:nth-child(3) {
    z-index: 4;
}

.customer-item:nth-child(4) {
    z-index: 3;
}

.subscribe-container {
    box-sizing: border-box;
    margin-bottom: -8em;
}

.contact-item {
    border-radius: 50%;
    aspect-ratio: 1/1;
    font-size: 40px;
    height: 2rem;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}


.social-item {
    border-radius: 50%;
    aspect-ratio: 1/1;
    font-size: 19px;
    width: 2rem;
    height: 2rem;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary);
    border: 1px solid var(--primary);
    background-color: transparent;
}

.social-item-2 {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    font-size: 18px;
    width: 40px;
    height: 40px;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #003053;
    border: 1px solid #0967aa00;
    background-color: #ffffff;
}

.social-item-3 {
    border-radius: 0;
    aspect-ratio: 1/1;
    font-size: 19px;
    width: 2rem;
    height: 2rem;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: var(--accent-color-2);
    border: 1px solid var(--accent-color-2);
}

.social-container.accent .social-item {
    background-color: var(--accent-color);
    color: white;
    border-color: var(--accent-color);
}

.social-container.accent .social-item:hover {
    background-color: var(--accent-color);
    color: white;

}

.social-container.share .social-item {
    background-color: var(--accent-color);
    color: white;
}

.social-container.share .social-item:hover {
    background-color: var(--accent-color);
    color: white;
    border: 1px solid var(--accent-color);
}


.social-container.team .social-item {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 16px;
}


.social-item:hover {
    background-color: var(--primary);
    color: var(--accent-color);
    border: solid 1px var(--primary);
}

.social-item-2:hover {
    background-color: var(--accent-color);
    color: var(--primary);
    border: solid 1px var(--primary);
}

.social-item-3:hover {
    background-color: transparent;
    color: var(--accent-color-2);
    border: solid 1px var(--accent-color-2);
}

.social-container .share-button {
    background-color: var(--accent-color-1);
    aspect-ratio: 1/1;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.share-button:hover {
    background-color: var(--accent-color-2);
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    background-color: transparent;
    color: var(--accent-color);
    border: none;
    position: relative;
}

.nav-tabs .nav-link:hover {
    border: none;
    color: white;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    border: none;
}

.nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--accent-color);
}

.breadcrumb {
    align-items: center;
    font-family: var(--font-2);
}

.breadcrumb .breadcrumb-item>a {
    color: var(--primary);
}

.breadcrumb .breadcrumb-item.active {
    color: var(--primary);
    font-family: var(--font-2);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--primary);
}

.swiper-pagination {
    margin-block: 1rem;
    position: relative;
}

.swiper-slide {
    padding: 0.5rem;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: black;
}

.video-container {
    aspect-ratio: 3/2;
    background-size: cover;
    background-position: center;
    position: relative;
    border: 5px solid white;
    border-radius: 10px;
}

.video-iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-btn {
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 4rem;
    background-color: var(--accent-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 2rem;
    color: white;
    border: none;
    opacity: 0.7;
}

.video-btn:hover {
    opacity: 1;
    color: white;
}


.border-testimonial {
    border-right: 5px solid var(--accent-color-2);
}

.card {
    border: none;
    border-radius: 10px;
    transition: all 0.5s;
    background-color: var(--primary);
}

.card-accent {
    color: var(--accent-color);
    position: relative;
    background-size: cover;
    background-position: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    border-image: linear-gradient(to left, #A502A8, #2F4A9D)1;
}

.card-service {
    color: var(--accent-color);
    position: relative;
    background-size: cover;
    background-position: center;
}

.card-service:hover {
    color: var(--text-color);
    border: none;
}

.background-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.card-service:hover .background-hover {
    opacity: 1;
    background: linear-gradient(118.48deg, rgba(47, 74, 157, 0.4) 0%, rgba(165, 2, 168, 0.4) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
    border-radius: 10px;

}

.card-service.img-hover:hover {
    background-image: var(--url-image);
}

.image-hover {
    opacity: 0;
    position: absolute;
}

.card-service:hover .image-hover {
    opacity: 100%;
}


.card-testimonial {
    border: none;
    border-radius: 20px;
    transition: all 0.5s;
    background-color: var(--accent-color-3);

}

.icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    aspect-ratio: 1/1;
    transition: all 0.5s;
}

.icon-box-2 {
    display: flex;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    text-align: center;
    aspect-ratio: 1/1;
    border-radius: 50%;
    height: 4rem;
    padding: 1px;
    transition: all 0.5s;
}

.author-box {
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 15rem;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -6px;
    overflow: hidden;
}

.list .icon-box {
    width: 4.3rem;
    height: 4.3rem;
}

.card .icon-box.bg-accent-color {
    background-color: var(--accent-color);
    color: var(--accent-color);
}

.card .icon-box.accent-color-2 {
    color: var(--accent-color-2);
    font-size: 4rem;
}

.card:hover .icon-box.accent-color-2 {
    color: var(--accent-color-2);
}

.card:hover {
    transform: translateY(-5px);
   
}

.card-testimonial:hover {
    transform: translateY(-20px);
    box-shadow: 0px 0px 0px 2px var(--accent-color);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.card.card-pricing-hover {
    background-color: transparent;
    font-family: var(--font-2);
    color: var(--text-color);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

.card.card-pricing-hover i {
    color: var(--accent-color-2);
}


.card.card-pricing-hover:hover {
    background-color: transparent;
    box-shadow: 0px 0px 0px 2px var(--accent-color);
    color: var(--accent-color);
    transform: scale(1.05);
}

.card-pricing-hover-middle {
    transform: scale(1.04);
    flex: 1.00;
    background-color: var(--accent-color);
    box-shadow: 0px 0px 0px 2px var(--accent-color);
    color: white;
}


.card.card-pricing-hover:hover .btn-accent {
    background-color: var(--accent-color-2);
    border-color: var(--accent-color-2);
    color: white;
}

.card:hover .icon-box.bg-accent-color {
    background-color: var(--accent-color);
    color: var(--accent-color-2);

}

.card.card-outline-hover {
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .13), 0 1px 4px 0 rgba(0, 0, 0, .11);
    color: var(--accent-color);


}

.card.blog {
   background-color: var(--background-color);
}

.card.blog:hover {
    border: solid 1px var(--accent-color-2);
    border-radius: 10px;
}

.card.card-outline-hover:hover {
    border: 1px solid var(--accent-color);
    color: var(--text-color);

}

.card-overlay .card-body {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(4, 56, 63, 0) 0%, rgba(4, 56, 63, 0.72) 100%);
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: all 0.5s;
}

.card-overlay:hover .card-body {
    opacity: 1;
    transform: scaleY(1);
}

.card:hover .icon-box.bg-accent-color {
    background-color: white;
    color: var(--accent-color);
}

.card:hover p {
    transition: all 0.5s;
}

.card .link {
    color: var(--accent-color);
}

.card:hover .link {
    color: white;
}

.request-loader {
    position: relative;
    height: 50px;
    border-radius: 50% !important;
    border: solid 1px var(--accent-color);
    background-color: var(--accent-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary);
    font-size: 25px;
    aspect-ratio: 1/1;
}

.request-loader.accent {
    position: relative;
    height: 50px;
    border-radius: 50% !important;
    border: solid 1px var(--primary);
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--accent-color);
    font-size: 25px;
    aspect-ratio: 1/1;
}

.request-loader:hover {
    border: solid 2px var(--accent-color);
    color: var(--accent-color);
    background-color: transparent;
}

.request-loader.accent:hover {
    border: solid 2px var(--primary);
    color: var(--primary);
    background-color: transparent;
}

.request-loader.accent::after,
.request-loader.accent::before {
    opacity: 0.2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    color: var(--primary);
    border: 4px solid currentColor;
    border-radius: 50%;
    animation-name: ripple;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.65, 0, .34, 1);
    z-index: 0;
}

.request-loader::after,
.request-loader::before {
    opacity: 0.2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    color: var(--accent-color);
    border: 4px solid currentColor;
    border-radius: 50%;
    animation-name: ripple;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.65, 0, .34, 1);
    z-index: 0;
}

.request-loader::after {
    animation-delay: 0.5s;
    animation-duration: 3s;
}

.request-loader::before {
    animation-delay: 0.2s;
    animation-duration: 3s;
}


.r-progress {
    --value: 17;
    --progress-color: var(--accent-color);
    --secondary-progress-color: var(--accent-color-3);
    --animation-duration: 2000;
}

.r-progress-bar {
    position: relative;
    height: 12px;
    background-color: var(--secondary-progress-color);
    display: flex;
    border-radius: 10px;
    /* overflow: hidden; */
}

.r-progress-bar .progress-value {
    height: 100%;
    width: calc(var(--progress) * 1%);
    background-color: var(--progress-color);
    position: relative;
    border-radius: 10px;
    animation: load;
    animation-fill-mode: forwards;
    animation-duration: calc(var(--animation-duration) * 1ms);
    animation-timing-function: linear;
    animation-delay: 500ms;
    color: black;
}

.r-progress-bar.percentage-label::after {
    counter-reset: percentage var(--progress);
    content: counter(percentage) '%';
    display: block;
    position: absolute;
    left: calc((var(--progress) * 1%));
    animation: load;
    animation-fill-mode: forwards;
    animation-duration: calc(var(--animation-duration) * 1ms);
    animation-timing-function: linear;
    animation-delay: 500ms;
    font-size: 18px;
    line-height: 1.2;
    /* font-weight: 700; */
    font-family: var(--font-1);
    bottom: calc(100% + 0.5rem);
}

.ifr-video {
    aspect-ratio: 16/9;
    width: 100%;
}

.post-button {
    background-color: transparent;
    color: var(--accent-color) !important;
    border: none !important;
}

.post-button:hover {
    background-color: transparent !important;
    color: var(--accent-color) !important;
    transform: scale(1.15);
}

.card.with-border-bottom {
    border-bottom: 5px solid var(--accent-color) !important;
}


.list-flush-horizontal {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 1rem;
}

.list-flush-horizontal .list-item:first-child,
.list-flush-horizontal .list-item {
    border-right: 1px solid white;
}

.list-flush-horizontal .list-item:last-child {
    border-left: 1px solid white;
    border-right: none;
}

.list-flush-horizontal .list-item:nth-last-child(2) {
    border: none;
}

.list-group-item {
    background-color: transparent;
    border-radius: 10px;
}

.list-group .list-group-item .link {
    background-color: transparent;
    border: 1px solid var(--accent-color);
    color: var(--accent-color);
    transition: all 0.5s;
}

.list-group .list-group-item .link:hover {
    border-color: var(--accent-color) !important;
    color: white !important;
    background-color: var(--accent-color);
}

.list-group .list-group-item.active {
    background-color: var(--accent-color-2);
    color: var(--accent-color);
}

.list-group .list-group-item.list-group-item-action:hover {
    background-color: var(--accent-color-2);
    color: white;
}

.list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    padding-inline: 0.5rem;
}

.list .link {
    font-weight: 400;
    text-wrap: nowrap;
}

.list li {
    padding: 0;
    font-size: 16px;
    font-family: var(--font-2);
}

.list li .link {
    transition: all 0.5s;
    color: var(--text-color-2);
}

.list li i {
    transition: all 0.5s;
    color: var(--accent-color);
}

.list.text-black i {
    color: #131313;
}

.list li .link:hover,
.list li .link:hover i {
    color: var(--accent-color);
}

.card .link {
    color: var(--accent-color);
    transition: color 0.5s;
}

.card .link:hover {
    color: var(--primary);
}

.link.accent-color {
    color: var(--accent-color);
    transition: color 0.5s;
}

.link.accent-color:hover {
    color: var(--dark-bg);
}

.link {
    color: var(--accent-color);
}

.link:hover {
    color: var(--accent-color-3);
}

.link-white {
    color: white;
}

.link-white:hover {
    color: var(--accent-color);
}

.glass-effect {
    background: #a55950d5;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
}

.fs-very-large {
    font-size: 4.125rem;
}

.border-bottom-hover:hover {
    border-bottom: 2px solid var(--accent-color);
}

.testimonial-container {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 100%;
    /* box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1); */
}

.testimonial-container:hover {
    box-shadow: 0px 0px 0px 1px var(--accent-color);
    transition: all 0.5s;
}

.services-container {
    background-color: transparent;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 100%;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}

.rating {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    padding: 0;
    margin: 0;
}

.rating li {
    color: #f1c644;
}

.rating li.inactive {
    color: #d9d9d9;
}

.logo-partner {
    filter: brightness(200%) contrast(0%) saturate(0%) blur(0px) hue-rotate(0deg);
    transition-duration: 0.5s;
}

.logo-partner:hover {
    filter: none;
}


.accordion .accordion-item {
    background-color: transparent;
    border: none;
    color: var(--text-color-2);
    outline: none;
    border-radius: 20px;
}

.accordion-button:focus {
    box-shadow: none;
}
.accordion-button::after {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}
.accordion .accordion-button {
background-color: transparent;
    border-radius: 0;
    font-weight: 500;
    font-family: var(--font-1);
    font-size: 18px;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding: 15px 5px;
    color: #ffffff;
    border-bottom: solid 1px #ffffff8c;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.footer-mobile-accordian .list li .link {
    transition: all 0.5s;
    color: #ededed;
}

.accordion .accordion-button.accent {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}


.accordion-button::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23002140" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
}

.accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23002140" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
}

.accordion .accordion-button:not(.collapsed) {
color: var(--text-color); */
    font-weight: 500;
    /* background-color: var(--primary); */
    border: none;
    border: none;
    /* border-left: solid 5px var(--accent-color); */
    /* color: var(--text-color); */
    outline: none;
    /* border-radius: 20px !important;*/
}

.custom-border {
    border-width: 5px;
    border-style: solid;
    border-color: white;
    border-radius: 20px;
}

.position-xl-absolute {
    position: absolute;
}

.w-60 {
    width: 60% !important;
}

.shadow-double {
    box-shadow: 40px -40px 0px -4px var(--accent-color), -54px 44px 0px -3px var(--text-color-2);
}

.shadow-single-left {
    box-shadow: -54px 44px 0px -3px var(--accent-color);
}

.shadow-single-right {
    box-shadow: 40px -40px 0px -4px var(--accent-color);
}

.shadow-accent-2 {
    -webkit-box-shadow: -90px -23px 0px 0px var(--accent-color);
    -moz-box-shadow: -90px -23px 0px 0px var(--accent-color);
    box-shadow: -90px -23px 0px 0px var(--accent-color);
}

.text-404 {
    font-size: 12rem;
    font-weight: 700;
}

.rounded-end {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.floating-image {
    position: absolute;
}


.floating-banner {
    position: absolute;
    width: 50%;
    padding-right: 5rem;
}

.floating-top {
    position: absolute;
    top: -11px;
    left: -1.5rem;

}

.floating-top-1 {
    position: absolute;
    top: -11px;
    left: -1.5rem;
}

.floating-bottom {
    position: absolute;
    top:-6rem;
    left: -5.5em;
}

.floating-bottom-1 {
    position: absolute;
    bottom: 5rem;
    right:0;
    margin-right: -5rem;
}

.d-inline-block {
    display: inline-block;
}

.position-responsive {
    position: absolute;
}


@media only screen and (max-width:575px){
    
    
    
    
    
    
    
    
    
    .home-retailer-sec .retailer-logo {
    padding-bottom: 25px;
}
.home-retailer-sec .retailer-logo img {
    max-width: 130px;
    transition: 0.3s all ease;
}
    .footer-top-sec .btn-accent {
    background-color: #000000;
    width: 37%;
    padding: 0 !important;
    height: 57px;
}
.footer-top h6 {
    font-size: 29px;
    line-height: 44px;
    color: #fff;
}
    .service-detail-banner-outer {
    text-align: center;
    padding: 30px 0;
}
 .service-detail-banner-outer h1 ,  .service-detail-banner-outer h1 span{
        font-size: 22px !important;
        line-height: 30px;
        margin: 0;
        max-width: 100%;
        width: 100%;
}  
  .service-detail-content .service-detail-title h2 {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
}  
.service-detail-points-heading h3 {
    font-size: 20px !important;
    max-width: 100%;
    text-align: center;
    margin: auto;
    line-height: 30px;
}
   .service-detail-points-heading {
    text-align: center;
  padding: 0 0 16px 0;
} 

.service-detail-points h3 {
        font-size: 18px !important;
        line-height: 26px;
}
.service-detail-points {
    min-height: auto;
    margin-bottom: 24px;
}
.mission-vision h3, .mission-vision h4{
    font-size: 20px !important;
        line-height: 30px;
}

    .inner-about-us h4{
        margin: 0;
    }
    .retailer-detail-page-content h1 {
    font-size: 26px;
    line-height: 36px;
}
.retailer-detail-page-content ul li {
    line-height: 30px;
}
  .why-choose-outer {
       padding-left: calc(var(--bs-gutter-x)* .5);
}
.why-choose-heading{
        margin-bottom: 20px;
}
  .topbar-main{
      display:block;
  }  
   .retailer-detail-page-content h3 {
        font-size: 20px !important;
        line-height: 27px;
} 
    .retailer-name::before {
    font-size: 20px;
    top: 0px;
}
    .accordion-body {
    padding: 10px;
}
    .mobile-footer{
    display:block;
}
.dekstop-footer-row{
    display:none;
}
    .inner-about-us .col.col-xl-6.px-4{
        padding-right: calc(var(--bs-gutter-x)* .5) !important;
        padding-left: calc(var(--bs-gutter-x)* .5) !important;
    }
    .mission-vision:first-child{
        margin-bottom: 30px;
    }
    span, p, button, a {
        font-size: 15px !important;
    }
.card-service .service-main {
    padding: 1.5rem !important;
}
.service-inner-row .col-xl-6:nth-child(4) .service-div {
    min-height: auto;
}
.topbar-main span {
    color: #fff;
    padding: 0 10px;
    line-height: 23px;
    text-align: center;
}
.banner-content-inner h1 {
    font-size: 24px !important;
    line-height: 37px;
    margin-bottom: 25px;
}
.navbar-brand img {
    max-width: 120px;
}
.web-header {
    padding: 6px 0;
}
.banner-content-inner {
    padding-right: 0;
}
.hero-img {
    padding-top: 35px;
}
.home-hero-banner {
           padding: 38px 15px !important;
}
.hero-image-outer {
    margin-top: 0px !important;
}
.hero-image-outer:before {display: none;}
.section {
   padding: 30px 5px !important;
}
.about-us-content h3 {
     padding-bottom: 16px;
        max-width: 100%;
        margin: auto;
        font-size: 24px;
        line-height: 35px;
}
h3 {
    font-size: 24px !important;
    line-height: 34px;
}
.home-service-sec .service-div .d-flex.p-5{
     padding: 1rem !important;
}
.home-service-sec .serivce-heading-top h3{
    font-size: 24px;
}
.heading-title{
     font-size: 24px;
    line-height: 35px;
}
.why-choose-sec .col-xl-7.px-5{
   padding-right: calc(var(--bs-gutter-x)* .5) !important;
        padding-left: calc(var(--bs-gutter-x)* .5) !important;
}
.retailers-sec .d-flex.gap-4 {
        gap: 0 !important;
}
.linear-gradient {
    padding: 7px 30px
}
.why-choose-sec .d-flex.gap-4 {
    gap: 1rem !important;
}
.quick-link {
    padding-left: 0;
}
footer {padding: 87px 0 0;
}
.footer-top {
    padding: 20px 20px;
    border-radius: 20px;
}
footer .contact-item{
    display: none;
}
.gap-3.footer-links {
    gap: 0rem !important;
            margin-top: 30px;
}
.footer-connect input{
    margin-bottom: 0 !important;
}
.footer-connect .btn {
    font-size: 13px;
    width: auto;
}
.footer-connect{
    margin-bottom: 25px;
}
.copyright-text {
        padding: 20px 0 0;
        margin-top: 0;
        border-top: none;
}
.inner-page-bradcrumb {
           height: 21vh;
}
.inner-page-bradcrumb h1, .inner-page-bradcrumb h1 span{
        font-size: 19px !important;
        line-height: 29px;
}
.inner-page-bradcrumb .d-flex.gap-3 {
    gap: 0rem !important;
}
.banner-heading-div p {
    display: none !important;
}
.banner-heading-div img{
     display: none !important;
}
.banner-heading-div {
    padding-top: 16px;
}
}


@media only screen and (max-width:767px){
  .mobile-footer h6{
    color: #fff  !important;
    margin: 0  !important;
    font-size: 18px  !important;
  }  
    .privacy-policy h2 {
    font-size: 24px  !important;
    line-height: 31px  !important;
}
  .privacy-policy h3 {
           font-size: 20px !important;
    line-height: 27px  !important;
}  
    .privacy-policy ul {
    padding-left: 0rem;
}
    
/*.hero-image-outer:before {display: none;}
h1 {font-size: 34px !important;}
.home-hero-banner{padding: 50px 30px;}
.banner-content {
    padding: 0;
}
.navbar-brand img {
    max-width: 120px;
}
.web-header {
    padding: 6px 0;
}
*/

.navbar-toggler i{
    color: rgb(0 0 0) !important;
}
.footer-links .list li, .footer-links .list li a, .footer-links span, .footer-links h5 {
    word-break: break-word;
}
.nav-link:hover {
    color: var(--accent-color-3);
    text-align: left;
}
}



@media only screen and (max-width:993px) {

.banner-content-inner {
    padding-right: 0;
}
.home-hero-banner {
    padding: 50px 0;
}
.hero-image-outer:before {
    right: -23px;
}
.hero-image-outer{
        margin-top: 50px;
}
.quick-link {
    padding-left: 0;
}
.footer-connect input{
    margin-bottom: 0 !important;
}
.footer-connect .btn {
    font-size: 13px;
    width: auto;
}

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 38px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 14px;
    }

    span,
    p,
    button,
    a {
        font-size: 13px;
    }

    .btn {
        font-size: 13px;
        width: 100%;
    }

    .w-max-content {
        width: 100%;
    }

    .section {
        padding: 4em 2em 4em 2em;
    }

    .divider {
        width: 330px;
    }

    .fs-very-large {
        font-size: 3.125rem;
    }

    .text-404 {
        font-size: 8rem;
        font-weight: 700;
    }

    .image-absolute-1 {
        left: 45%;
        top: 35%;
    }

    .image-infinite-bg {
        background-size: cover !important;
    }

    #header {
        background: #a55950d5;
        backdrop-filter: blur(11px);
        -webkit-backdrop-filter: blur(11px);
    }

    .border-custom {
        border-width: 0px 0px 1px 0px;
    }

    .outer-margin {
        margin-right: 0;
    }

    .logo-container {
        max-width: 100px;
    }

    .nav-link {
        padding-block: 0.2rem;
        text-align: left;
    }
    .navbar-collapse{
        padding-top: 20px;
    }

    .banner-image {
        margin: 0;
        transform: none;
    }

    .testimonial-img {
        margin: 0;
        margin-bottom: 1rem;
    }

    .dropdown-menu {
        width: 100%;
        box-shadow: none;
    }

    .video-e119 {
        width: 85%;
        margin-left: -1.5rem;
    }

    .dropdown-item {
        padding-block: 0.35rem;
    }

    .floating-image {
        position: inherit;
    }

    .floating-price {
        top: -2rem;
        right: -4.8rem;
    }

    .floating-banner {
        position: inherit;
        padding-right: 0;
        margin-bottom: 2rem;
        width: 100%;
    }

    .floating-top {
        position: absolute;
        top: -0.5rem;
        left: -10px;
    
    }
    
    .floating-top-1 {
        position: absolute;
        top: -0.5rem;
        left: -10px;
    }

    .floating-bottom {
        position: initial;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

    .floating-bottom-1 {
        position: initial;
        bottom: 0;
        right: 0;
        left: 0;
        margin-right: 0;
    }

    .border-testimonial {
        border-right: none;
    }

    .service-container {
        background-color: transparent;
        padding: 30px;
        display: flex;
        flex-direction: column;
        gap: 1.75rem;
        box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
        height: 100%;
    }

    .appointment-box {
        top: -2rem;
        bottom: 0;
        left: 0;
        right: 0;
        height: 8rem;
    }

    .w-md-70 {
        width: 70%;
    }

    .w-md-60 {
        width: 60%;
    }

    .position-responsive {
        position: relative;
    }



    .form-appointment-container {
        position: relative;
        transform: translateY(0);
    }

    .list-flush-horizontal {
        flex-direction: column;
    }

    .list-flush-horizontal .list-item:first-child,
    .list-flush-horizontal .list-item {
        border-right: none;
        border-bottom: 1px solid white;
    }

    .list-flush-horizontal .list-item:last-child {
        border-left: none;
        border-bottom: none;
        border-top: 1px solid white;
    }

    .position-xl-absolute {
        position: static;
    }

    .banner-heading {
        font-size: 2.5rem;
    }


}

@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1238px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1395px;
    }
}   


/*======daily-order-services====*/

.over-core-service-points .card{
    background-color: #E3F2FD !important;
}
.over-core-service-points h3{
    line-height:1.5;
}
.our-core-services-daily-order .section{
    padding: 0 0;
    padding-top:2rem;
}
.daily-order-service-detail .image-hosting-service-detail{
    min-height: 171px !important;
}
.why-choose-nexgen-daily-order .section{
    padding: 0 0;
}
.our-core-services-hesding-and-pera p{
    margin-bottom: 2.5rem;
}
/*=========text-form======*/
.test-page-btns a{
    color: black;
    border-radius: 30px;
    padding: 6px 18px;
    font-size: medium;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 235px;
        gap: 6px;
}
.test-page-btns p{
    font-size: 14px;
    padding-top: 4px;
    text-align: center;
}
.form-box {
  max-width: 100%;  
  padding: 1rem;
}
.whatsapp-contact-btn a{
    background-color: #25D366;
    color: white;
    border: solid 1px #25d366;
}
.test-page-btns i{
    color: white;
    font-size: 1rem;
    padding-right: 5px;
}
.email-contact-btn i{
    color: black;
    font-size: 1rem;
    padding-right: 5px;
}
.teams-contact-btn a{
    background-color: #f3f3f3;
    color: #2c2d40;
    border: solid 1px #dbdbdb;
}
@media (min-width: 768px) {
  .form-box {
    max-width: 900px;
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .contact-btns {
    display: block !important;
    text-align: center;
  }

  .contact-btns .test-page-btns {
    margin-bottom: 1rem;

  }
}
/*========thank-you======*/
.privacy-policy{
    /*text-align: center;*/
    padding: 3rem;
}
.thank-you-main-div h2{
    padding-bottom: 1rem;
}
.thank-you-main-div img{
        height: 8rem;
       width: 8rem;
}
.thank-you-btn a{
    padding: 16px 32px;
    font-size: 18px;
    color: white;
    background: #0967aa;
    border-radius: 1.5rem;
    transition: all 0.5s;
    text-decoration: none;
    border: 1px solid transparent;
}
.thank-you-btn a:hover{
    color: #1A1E33;       
    background: white;     
    border-color: #373333;
}
/*=======sticky-btn======*/
/*===whatsapp====*/
.whatsapp-sticky-icon a {
    display: flex;
    align-items: center;
       padding: 5px 27px 5px 11px;
    background-color: #25D366; 
    color: white;
    /*border-radius: 50px;*/
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
        gap: 9px;
}

.whatsapp-sticky-icon a i {
    margin-right: 8px;
    font-size: 22px;
}
.whatsapp-sticky-icon {
    position: fixed;
    bottom: 295px;
       right: -103px;
    z-index: 9999;
    transition: right 0.3s;
}

.whatsapp-sticky-icon:hover {
    right: -10px; 
}
/*======call=====*/
.call-sticky-icon a {
    display: flex;
    align-items: center;
    padding: 5px 23px 5px 7px;
      background-color: #ffffff;
    color: #000000;
    /*border-radius: 50px;*/
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    gap: 9px;
}

.call-sticky-icon a i {
    margin-right: 8px;
    font-size: 22px;
}
.call-sticky-icon {
    position: fixed;
    bottom: 340px; 
       right: -74px;
    z-index: 9999;
    transition: right 0.3s;
}
.call-sticky-icon:hover {
    right: -10px;
}
@media (max-width: 768px) {
    .whatsapp-sticky-icon a,
    .call-sticky-icon a {
        padding: 10px 13px;   
        font-size: 18px;   
    }

    .whatsapp-sticky-icon i,
    .call-sticky-icon i {
        font-size: 22px;      
        margin-right: 10px;
    }
    .call-sticky-icon{
        bottom: 350px;
        right: -60px;
    }
    .whatsapp-sticky-icon{
         bottom: 295px;
         right: -80px;
    }
}

