* {
    font-family: "Montserrat", sans-serif;
}

:root {
    --primary: #00B14F !important;
    --secondary: #292627 !important;
}


.btn {
    font-family: Montserrat !important;
}


body,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: Montserrat !important;
    overflow-x: hidden;
    color: var(--secondary);
}



h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    overflow-y: hidden;
}


p,
li {
    font-weight: 400 !important;
    font-size: 17px;
    line-height: 27px;
}

a {
    color: var(--primary) !important;
}

.gap {
    padding-left: 5%;
    padding-right: 5%;
}

.why-alpha h6.sub-title {
    color: white !important;
    font-size: 34px !important;
}


.banner-top .centered1 {
    transform: translate(0%, -50%);
    position: absolute;
    top: 55%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.blog-single-header h1.heading {
    font-size: 38px!important;
    font-weight: 700 !important;
}
.blog-single-header a {
    font-size: 17px;
}
i.far.fa-circle {
    font-size: 12px;
}
h6.sub-title{
    overflow-x: hidden;
    overflow-y: hidden;
    font-weight: 700 !important;
    font-size: 37px !important;
    color: var(--primary) !important;
    /*line-height: 50px;*/
}

.page-gap {
    padding-left: 11%;
    padding-right: 11%;
}
.left-align {
    text-align: left;
}
.top {
    padding-top: 10%;
}

.vision {
    margin-top: 5%;
    margin-bottom: 5%;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem #00b14f70;
}


.job-list {
    border-radius: 30px;
    margin-bottom: 90px;
    margin-top: 3%;
}

nav.navbar {
    z-index: 999;
}

.navbar-collapse1.btn1 {
    text-align: end !important;
}

input[type="file"]::file-selector-button {
    border-radius: 8px;    
    padding: 0 16px;
    height: 55px;
    cursor: pointer;
  }
  

h5.date {
    font-size: 14px;
    margin-top: 20px;
    color: #6f6f6f !important;
}
.blog-single .desc {
    margin-top: 2%;
}
.banner-top {
    position: relative;
    color: white;
}
.m-blog a.btn {
    background-color: #ebebeb!important;
}

.m-blog a.btn:hover {
    background-color: #000000!important;
}


.banner-top .centered {
    transform: translate(0%, -50%);
    position: absolute;
    top: 48%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.track1 {
    width: 100%;
    padding: 6% 14%;
    border-radius: 25px;
    background: #EEF9FF;
}
.row.mb-3.line {
    align-items: center;
    justify-content: center;
}
.banner-top h1 {
    font-size: 4.4vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 700 !important;
}

.banner-top h5 {
    font-size: 1.2vw;
    color: black;
    font-weight: 600 !important;
}




img.logo1 {
    width: 190px;
}

.icon-set.banner {
    margin-top: 60px;
    padding: 1% 4% 4% 4%;
}

.container-fluid.home.product.bg-light .top {
    padding-top: 8% !important;
    padding-bottom: 8%;
}

body.page-template-home-template .home-network {
        margin-top: 3%;
        margin-bottom: 7% !important;
}

.newsletter h2.text-white {
    text-align: left !important;
    padding-left: 10px;
}

/* green small text*/
.current-menu-item span.nav-item.nav-link ,
span.nav-item.nav-link:hover,
.btn1 a,
.icon-set h6,
.help:hover {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: var(--primary) !important;
}

/* gray small text*/
.navbar-light .navbar-nav .nav-link,
.help {
    font-family: "Montserrat", sans-serif !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #686868 !important;
}

.sections h5,
.blog h5 {
    font-weight: 600 !important;
    font-size: 1.2vw !important;

}

h6.sub-title {
    font-weight: 700 !important;
    font-size: 24px !important;
    color: var(--primary) !important;
}

h6.sub-green-title {
    font-weight: 700 !important;
    font-size: 20px !important;
    color: var(--primary) !important;
}

span.green-thin-text {
    font-weight: 400;
}

h1.green-main-title {
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700 !important;
    color: var(--primary);
}



.blog .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius: 100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1 !important;
}

.btn1 .btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
    border-radius: 50px;
}


a.btn.btn-outline-primary:hover {
    color: white !important;
    background-color: var(--primary);
}

.navbar-collapse1.btn1 a {
    font-size: 17px !important;
}

nav.navbar.navbar-expand-lg.bg-white.navbar-light.shadow-sm.px-5.py-3.py-lg-0 {
    border-bottom: 4px solid black;
    border-image: linear-gradient(to right, #525252 0%, #00B14F 100%) 1;
}


.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}



img.dots {
    width: 100px;
}

.advantages {
    padding: 2% 3% 2% 3%;
}

.advantages {
    background-color: #ffffff;
}


.advantages h6.sub-green-title {
    color: var(--primary)!important;
    font-size: 25px!important;
}

/*
.blog .page-link:hover,.blog .page-link:focus,.blog .page-link:active {
    color: white !important;
    background-color: var(--primary)!important;
    border-color: #dee2e600 !important;
}
*/

#header-carousel img.size {
    width: 100%;
}
#header-carousel .carousel-item {
    height: 500px;
}

.news-blog.single {
    padding-top: 3% !important;
}
.advantages h6 {
    padding: 3% 5% 0% 5%;
    color: var(--secondary)!important;
}

.advantages .border-left {
    border-left: 2px solid #00b14f80;
}
.media.m-blog.text-end {
    margin-top: 3%;
}



.sections {
    margin-top: 6% !important;
}


.sections .centered {
    left: 8% !important;
    top: 36% !important;
}

.sections h5 {
    padding-top: 3%;
}

.sections .centerd-list {
    margin-top: 40%;
    flex-direction: column !important;
    display: flex !important;
    align-items: flex-end;
    padding-right: 25%;
}

.sections .banner-top.section {
    margin-top: 3% !important;
}


.sections h1 {
    font-size: 3vw !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700 !important;
}

.sections li {
    line-height: 60px;
}

img.black-line {
    width: 60px;
}

hr.blog-hr {
    margin: 0.5rem 0;
    border: 0;
    opacity: 1 !important;
    height: 6px;
    color: black;
    width: 10%;
}

h6.blog-read {
    display: inline-flex;
    font-weight: 600 !important;
}
h6.blog-date {
    float: right;
    font-size: 14px;
    padding-top: 7px;
}

.price-item:hover hr.blog-hr {
    color: var(--primary) !important;
}
.price-item:hover h6.sub-title {
    color: var(--primary) !important;
}

.news-blog h6.sub-title {
    font-size: 20px !important;
    color: var(--secondary) !important;
    margin-bottom: 5% !important;
}

.news-blog {
    padding-bottom: 14% !important;
    margin-bottom: -11%;
    padding-top: 8% !important;
}


.news-blog .owl-nav .owl-next {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.news-blog .owl-nav .owl-prev {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.price-item {
    border-bottom: 3px solid #00800000 !important;
}


a.h4.breadcrumb-home {
    color: var(--primary) !important;
}
a.h4.breadcrumb-title {
    color: white !important;
}
.hero-header {
    background: linear-gradient(rgb(9 30 62 / 51%), rgb(9 30 62 / 74%)), url(../img/blog-bg.jpg) center center no-repeat !important;
background-size: cover!important;
background-position: center;
background-repeat: no-repeat!important;
}

.advantages,
.blog {
    background-color: #cfcfcf21;
}


.btn-primary {
    color: white !important;
    background-color: var(--primary) !important;
    border-color: white !important;
}

.black-circle {
    margin-top: -6%;
}

/* .blog {
    padding: 4% 0% 5% 0%;
} */


.read-section {
    padding: 4% 4% 4% 0%;
}

img.app {
    width: 230px;
}

img {
    z-index: 0 !important;
}

p {
    z-index: 900 !important;
}


h1.page-title {
    font-size: 38px;
}



.about {
    margin-top: -17%;
}
.about.home {
    margin-top: -5%;
}
img.secure {
    margin-top: 30px;
    margin-bottom: 50px;
}

.left-top-bg {
    margin-top: -2%;
}


.left-top-bg img {
    width: 100%;
    background-size: contain;
    z-index: -100 !important;
position: relative;
}

.about-multi-circle img {
    margin-top: -42%;
    width: 100%;
    background-size: contain;
    z-index: -200 !important;
}

.about-multi-circle {
    width: 100%;
}

.about-black-circle img {
    width: 100%;
    background-size: contain;
    margin-top: 3%;
    z-index: -200 !important;
}

.about-p {
    padding-top: 2%;
    z-index: 200 !important;
    position: absolute;


}

.about-p p {
    margin-left: -10%;
    z-index: 200 !important;
}




.services.icon-set {
    margin-top: 1px !important;
}


.abt-sections .service-item {
    z-index: 200 !important;
    padding: 4%;
}

.about-text {
    margin-top: -17%;
    position: relative;
}

.abt-sections {
    margin-top: 5%;
    background-color: #ffffff00 !important;
}


.abt-sections .service-item:hover img {
    transform: scale(1.07);
}


.abt-sections .section1 img {
    padding-left: 30%;
    padding-right: 10%;
}


.abt-sections .section2 img {
    padding-left: 15%;
    padding-right: 10%;
}

.abt-sections .section3 img {
    padding-left: 5%;
}


.about-right-circle {
    margin-bottom: 7%;
    position: absolute;
}

.about-right-circle img {
    width: 28%;
    margin-top: 0%;
}

.product-right-circle {
    margin-bottom: 130px;
}

.product-right-circle img {
    width: 370px;
    margin-top: -20%;
    padding: 0;
}

.newsletter button.subscribe {
    margin-top: 9px !important;
}
.services-right-circle {
    margin-top: -40%;
    margin-bottom: 30%;
    position: absolute;
}

.services-right-circle img {
    width: 350px;
    margin-top: 4%;
    padding: 0;
}




@keyframes float {
    0% {

        transform: translatey(0px);
    }

    50% {

        transform: translatey(-20px);
    }

    100% {

        transform: translatey(0px);
    }
}


.text-primary {
    color: var(--primary) !important;
}

.carrier i.fa {
    color: var(--primary) !important;
}
.carrier a.active h6 {
    color: var(--primary) !important;
}

h4.sub-titles {
    font-weight: 700 !important;
    font-size: 20px !important;
}

.select-file {
    cursor: pointer;
}

.float-img {
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
    position: relative;
}

.float-img1 {
    z-index: 1 !important;
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}

.product .description p {
    margin-top: 3%;
    margin-bottom: 0px;
    padding: 0px !important;
    text-align: center;
}

.product .description img {
    float: right;
}

.product .description h6 {
    font-weight: 600 !important;
    font-size: 18px !important;
    color: var(--primary) !important;
}

.product hr.blog-hr {
    height: 5px;
    width: 15%;
}




.product .col-lg-4 {
    margin-bottom: 5%;
}

.about-black-circle img {
    margin-top: 0% !important;
}

.product-bg1 {
    margin-top: -2%;
}

.Currency-bg1 {
    margin-top: 0%;
}




.title-no {
    height: 45px;
    background-image: none;
    margin-bottom: 6%;
}

.services li {
    font-size: 13px;
    color: black;
}

.service-gap {
    padding-left: 4%;
    padding-right: 18%;
    padding-top: 7%;

}

.services li::marker {
    color: var(--primary) !important;
}


span.sub {
    color: var(--primary) !important;
    font-size: 13px;
    font-weight: 700;
    padding-left: 5%;
}

hr.services-hr:not([size]) {
    width: 75%;
    border: 1px solid black !important;
}

.services .col-lg-4 {
    margin-bottom: 2%;
    margin-top: 2%;
}

.currency h1.page-title {
    font-size: 70px;
    overflow: hidden;
}

.currency {
    margin-top: -15% !important;
}


.currency-bg1 {
    z-index: 100 !important;
    margin-top: 4%;
}


.currency-bg1 img {
    width: 100%;
    background-size: contain;
    z-index: -100 !important;

}

.currency-p {
    z-index: 200 !important;
    position: absolute;
    margin-top: -6%;
}

.left-section {
    display: flex;
    justify-content: flex-end;
}

.right-part {
    display: flex;
    justify-content: center;
    align-content: flex-start;
    margin-top: -20%;
}

.right-section .custom-select-trigger {
    width: 125px !important;
}

.right-section .custom-option img.flag {
    width: 130% !important;
}

img.right-arrow {
    padding: 12%;
    width: 95%;
}

.col-md-6.right-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: flex-end;
    justify-content: flex-start;
}

span.convert-text {
    margin-top: 5%;
    font-size: 25px;
    color: black;
}

.row.currency-p p {
    font-size: 19px;
}

.right-down-section {
    z-index: 800;
    display: flex;
    flex-direction: column;
}

.right-down-section .btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #00B14F !important;
    border-color: #00B14F !important;
    border: none !important;
    transition: .0s;
}

.right-down-section .btn-outline-secondary {
    color: #000000 !important;
    border-color: #00B14F;
    border-radius: 50px !important;
    padding: 6%;
    font-size: 30px;
    font-weight: 500 !important;
    font-family: Montserrat !important;
    margin-top: 11%;
}

.currency-right-circle img {
    width: 350px;
    margin-top: -5%;
}











.custom-select-wrapper {
    position: relative;
    width: 80px;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-select {
    position: relative;
    cursor: pointer;
}

.custom-select-trigger {
    position: relative;
    display: block;
    width: 100px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.arrows {
    display: flex;
    justify-content: center;
}

.arrow {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.custom-options {
    position: absolute;
    display: block;
    width: 100%;
    max-height: 300px;
    /* Adjust as needed */
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
    display: none;
    /* Initially hidden */
}

.custom-option {
    display: flex;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    cursor: pointer;
    justify-content: center;
}

.custom-option:hover,
.custom-option.selected {
    background: #f1f1f1;
}

.custom-option img.flag {
    margin-right: 10px;
    vertical-align: middle;
}

.custom-select.open .custom-options {
    display: block;
}

button#arrow-up,
button#arrow-down {
    margin-left: -11%;
}









/*** Contact Start ***/
.contact .fa,
.fas {
    color: white !important;
}

.faq-section.network-right-circle {
    margin-bottom: 15%;
    margin-top: -10%;
}

.faq{
    top: 5%;
    -ms-transform: translateY(-50%);
    transform: translateY(-5%);
}

.contact-form {
    z-index: 900;
    position: relative;
}

.contact h6.sub-title {
    padding-left: 3%;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/down-arrow.svg);
}

/*** Contact End ***/






/*** FAQ Start ***/
.faq-section .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: var(--primary) !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.faq-section .accordion-button {
    text-wrap: auto !important;
}

.accordion-button {
    font-weight: 500 !important;
}

/*** FAQ End ***/





/*** Home Start ***/

a.register.btn {
    padding-right: 5% !important;
    padding-left: 5% !important;
    margin-top: 1% !important;
}

.track .d-grid {
    width: 100% !important;
    padding: 0px !important;
}

.register form {
    overflow-x: hidden !important;
}

h1.page-title {
    overflow: hidden !important;
}

.text-center {
    text-align: center !important;
    overflow: hidden !important;
}


.banner-top .track1 {
    transform: translate(0%, -50%);
    position: absolute;
    top: 30%;
    left: 20%;
}

span.line {

    font-weight: 200 !important;
    font-size: 30px !important;
    color: #7a7a7a;
    padding-left: 10px;

}


form.track .text-box {
    display: flex;
    justify-content: flex-start;
    padding: 0px;
    font-size: 17px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

.track1 button.btn-primary {
    width: 100%;
}

input#track_text::placeholder {
    color: #ccc;
    
  }

  .col-lg-6.text-label {
    /*border-right: 1px solid rgb(0, 0, 0);*/
}
input#track_text {
    background: #ffffff;
    border-radius: 7px;
    padding: 10px 30px;
    border: none;
}
.benefits h5 {
    font-weight: 400 !important;
    font-size: 17px;
    line-height: 27px;
}
.track1 .col-lg-12.text-box {
    white-space: nowrap;
}
.track1 .col-lg-4.text-label {
    padding: 0px;
}
form.track .col-form-label {
    color: var(--secondary) !important;
    font-size: 17px !important;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin-right: 20px;
}

form.track .form-control {
    border: 0px;
}


.home.register {
    margin-top: 0%;
}
.banner-top {
    margin-top: -4%;
}

.home.register {
    padding-top: 5%;
    padding-bottom: 5%;
}

.home-network {
    margin-top: 8%;
    margin-bottom: 5%;
    padding: 0 11%;
}

.about.home {
    z-index: 900;
    position: relative;
}

/*** Home End ***/





/*** Why Alphanow Start ***/

.why-alpha1 ::marker {
    font-size: 28px;
    line-height: 10px;
    color: var(--primary);
}

.why-alpha1 p.sub {
    color: var(--primary) !important;
    font-weight: 700 !important;
    padding-bottom: 2%;
    padding-top: 4%;
    font-size: 22px;
}

.why-choose-black.network-right-circle {
    margin-bottom: 17%;
    margin-top: -12%;
}

/*** Why Alphanow End ***/





/*** Agent Start ***/

.agent.about-right-circle img {
    width: 22% !important;
    margin-top: 11% !important;
}

.agent.left-top-bg {
    margin-top: 30px !important;
}

.agent .description h6 {
    font-weight: 700 !important;
    font-size: 20px !important;
    padding-left: 19px;
    padding-top: 10px;
}

.agent .title {
    background-image: url(../img/heading-circle.png);
    background-repeat: no-repeat;
    height: 45px;
    display: flex;
    flex-wrap: wrap;
    background-size: 45px;
    align-content: center;
    margin-bottom: 1%;
}





.partners img {
    width: 100%;
}


.partners .column {
    float: left;
    width: 20%;
    padding: 0 10px;
    margin-top: 20px;
}


.partners .row {
    margin: 0 -5px;
}


.partners .row:after {
    content: "";
    display: table;
    clear: both;
}


@media screen and (max-width: 600px) {
    .partners .column {
        width: 50%;
        display: block;
        margin-bottom: 20px;
    }
}


.partners .card {
    padding: 16px;
    text-align: center;

}

.register {
    margin-top: 9%;
}


/*** Agent End ***/





/*** Home Start ***/

.home.product.left-top-bg {
    margin-top: 70px !important;
}

.home.network-right-circle {
    margin-bottom: 2%;
    margin-top: -2%;
}

.home.agent p {
    margin-left: 19px;
    font-size: 17px;
    color: white;
    font-weight: 400 !important;
    line-height: 1.5;
}

.home.agent .description h6 {
    color: white !important;
}
.home.agent h1 {
    font-size: 38px;
}
.about.home {
    padding-left: 20%;
    padding-top: 10%;
}

.about-right-circle.home img {
    /*width: 35%;*/
    margin-top: 4%;
}

.blog.home h6 {
    font-weight: 700 !important;
    font-size: 20px !important;
    color: var(--secondary) !important;
    padding-top: 10px;
}

.blog.home h6 a {
    font-size: 17px !important;
    color: var(--primary) !important;
}

/*** Home End ***/





/*** Product Start ***/


.product.left-top-bg {
    margin-top: 30px !important;
}


/*** Product End ***/











/*** About Start ***/



.compliance h6 {
    color: var(--primary) !important;
    font-weight: 700 !important;
    padding-bottom: 2%;
    padding-top: 2%;
}

.compliance ::marker {
    font-size: 28px;
    line-height: 10px;
    color: var(--primary);
}

.vision-img img {
    width: 100%;
    z-index: 1;
}

h6.vision {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white !important;
}

.vision-img {
    position: relative;
    text-align: center;
}


/*** About End ***/





/*** Why AlphaNow Start ***/

.why-alpha h5 {
    color: white !important;
    font-size: 17px;
    display: flex;
}

.why-alpha i.fa {
    color: var(--primary) !important;
    margin-top: 3px;
}

.why-alpha {
    background: linear-gradient(rgb(9 30 62 / 62%), rgba(9, 30, 62, .85)), url(../img/about-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.agent.bg {
    background: linear-gradient(rgb(9 30 62 / 62%), rgba(9, 30, 62, .85)), url(../img/agent-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
}


/*** Why AlphaNow End ***/


.page-about .float-img1 {
    z-index: 1 !important;
}
.page-about .about-right-circle img {
    margin-top: -8%;
    margin-right: 144px;
}
.page-about .top {
    padding-top: 7%;
}
.mt-75 {
    margin-top: 75px;
}

.mt-75 {
    margin-top: 125px;
}

.container-fluid.page-about.product img.banner-icon{
    margin-right: 0px;
}
.container-fluid.page-about.product .description h6 {
    text-align: center;
}


/*** Pricing Start ***/
.box-item {
    transition: .5s;

}

/*
.box-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    margin: -20px 0 20px 0;
}
*/

.box-label {
    border-bottom: 20px solid var(--bs-light);
    border-radius: 0 0 300px 300px;
    transition: .9s;
}


.box-item:hover .box-label.box-featured {
    border-color: rgba(255, 255, 255, .5);
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-dark {
    background-color: var(--secondary) !important;
}

.network-right-circle {
    margin-top: -6%;
    margin-bottom: 6%;
}

.network h6.sub-title.text-white {
    color: var(--primary) !important;
}

.network h6.sub-title {
    font-weight: 600 !important;
    font-size: 27px !important;
    color: white !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.network .box-item {
    border-radius: 10px !important;
}

span.highlight-text {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
}

.network .top {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

/*** Pricing End ***/



.video-container {
    position: relative;
    width: 100%;
    height: 85vh; /* 60% of viewport height */
    overflow: hidden;
}

/* Style the video to maintain aspect ratio */
.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover; /* Ensures video scales without distortion */
}


.newsletter .btn {
    width: 92%;
}










.benefits i.fa {
    color: var(--primary) !important;
}

.content {
    display: flex !important;
    align-content: center;
    align-items: center;
    flex-direction: column;
}

img.banner-icon {
    width: 70px;
    height: auto !important;
    margin-bottom: 10px;
    margin-right: 20px;
}
.network img.banner-icon {
    margin-right: 0px !important;
}
.container-fluid.home.product .container-fluid.float-img1.p-0.about-right-circle {
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin-bottom: 90px !important;
}
.container-fluid.home.product {
    position: relative;
}
.container-fluid.home.product img.banner-icon {
    margin-right: 0px;
}
.container-fluid.home.product .description {
    text-align: center;
    
}
.network img.banner-icon {
    margin-top: 8%;
    margin-bottom: 9%;
    width: 110px;
}
.row.page-gap.top {
    width: 100%;
    margin: 0 auto;
}
.network p {
    line-height: 2.0;
}

button.accordion-button.collapsed {
    background: #EEF9FF;
}



/*** Footer Start ***/

.footer a {
    color: white !important;
}

a.footer-links:hover, .footer a:hover {
color:var(--secondary)!important;
}


.footer a.btn {
    color: var(--primary) !important;
}

.footer .fab {
    font-family: "Font Awesome 5 Brands";
    color: var(--primary) !important;
}

.footer .col1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

hr.footer-hr {
    margin: 0;
    border: 0;
    opacity: 1 !important;
    height: 8px;
    color: var(--secondary) !important;
    width: 100%;
}


h6.footer-title {
    font-weight: 600 !important;
    font-size: 19px !important;
}

.footer {
    color: white !important;
    background-color: var(--primary) !important;
    padding: 8% 5% 3% 5% !important;
}

a.footer-links {
    font-weight: 390 !important;
    font-size: 17px !important;
}

.newsletter {
    margin-bottom: -6% !important;
    background-color: var(--secondary) !important;
    border-radius: 25px;
        width: 100%;
    margin: 0 auto;
}

.newsletter .form {
    padding-right: 10%;
    padding-left: 10%;
}
.newsletter .btn.btn-primary:hover {
    box-shadow: inset 250px 0 0 0 #ffffff !important;
    color: #000000 !important;
}
.newsletter .btn {
    background-color: var(--primary) !important;
    color: white;
}
.newsletter input[type=email] {
     padding: 0.5rem 2rem;
 }
.footer p {
    font-weight: 490 !important;
    font-size: 17px !important;
}


.media a.btn {
    background-color: white;
    width: 43px;
    height: 43px;
    padding: .6rem .6rem !important;
}

.media a.btn:hover {
    background-color: var(--secondary);
}

.media i.fab.fa-youtube {
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 4px;
}


a.btn.back-to-top {
    width: 45px;
    height: 54px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

/*** Footer End ***/



input:focus,
textarea.form-control,
input#track_text {
    box-shadow: none !important;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    box-shadow: none !important;
}

.btn {
    padding: .5rem 1.7rem!important;
}









.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-dark);
}

.btn.btn-primary:hover {
    box-shadow: inset 250px 0 0 0 var(--bs-dark) !important;
    color: white !important;
}


.carrier-form .btn.btn-primary:hover {
    box-shadow: inset 400px 0 0 0 var(--secondary) !important;
    color: white !important;
}

.register-form .btn.btn-primary:hover {
    box-shadow: inset 1150px 0 0 0 var(--secondary) !important;
    color: white !important;
}

.register-form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-dark);
    color: rgb(255, 255, 255) !important;
    background-color: var(--primary)!important;
    border-radius: 7px;
}

.register-form1 {
    border: 1px solid rgb(192, 192, 192);
    margin-top: 6%;
    margin-bottom: 70px;
    padding-bottom: 50px;
    padding-top: 50px;
    border-radius: 13px;
}

img.why {
    border-radius: 40px;
    padding-bottom: 25px;
    padding-top: 25px;
}

.register-form {
    overflow-x: hidden!important;
}


.register-form1 h1 {
    font-size: 38px;
}

.register-form .form-control, select.form-select {
    border-radius: 7px;
}



.track1 .btn.btn-primary:hover {
    box-shadow: inset 900px 0 0 0 var(--bs-dark) !important;
}

.btn.btn-dark {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}


.btn-outline-primary {
    box-shadow: inset 0 0 0 0 var(--bs-dark);
}

.btn-outline-primary:hover {
    box-shadow: inset 200px 0 0 0 var(--bs-dark) !important;
    color: white !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

/*
button.btn.btn-primary.border-0.rounded-pill.position-absolute.top-0.end-0.py-2.px-4.mt-2.me-2 {
    margin-top: 6px !important;
}
*/

span.typewrite {
  border-right: .05em solid;
  animation: caret 1s steps(1) infinite;
}


.advantages .col-lg-3.wow.fadeIn .text-start {
    display: flex;
    flex-direction: row;
}
.advantages img.banner-icon {
    width: 50px;
}

.pl-35 {
    padding-left: 35px !important;
}
.v-center {
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    justify-content: center;
}

.agent .top {
    padding-top: 7%;
}
@keyframes caret {
  50% {
    border-color: transparent;
  }
}

span.typewrite {
    color: #fff !important;
}
h1.type-ani {
    color: var(--primary) !important;

}


/* Desktop menu visible only on ≥ 991px */
.desk-nav-menu {
    display: block;
}

.mob-nav-menu {
    display: none;
}

.container-fluid.page-about.product .col-lg-2 {
    width: 19%;
}

.container-fluid.page-about.product .description p {
    font-size: 12px;
    line-height: 16px;
}

.container-fluid.float-img1.p-0.agent.about-right-circle {
    z-index: -100 !important;
}

.container-fluid.agent.why-alpha1.wow.fadeIn.inner-page-about {
    padding: 0px;
}

@media (max-width: 990px) {
    .desk-nav-menu {
        display: none;
    }

    .mob-nav-menu {
        display: block;
    }
}



/* responsive */

@media (max-width: 1300px) {
    .about-p p {
        margin-left: 0% !important;
    }
}



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        justify-content: space-around;
        align-items: center;
        flex-wrap: nowrap;
        margin-top: 5px;
    }

    .navbar-expand-lg {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

   
}


@media (min-width: 768px) {

    .left-top-bg img.mobile {
        display: none;
    }


    .about-black-circle img.mobile {
        display: none;
    }

    .product-black-circle img.mobile {
        display: none;
    }

    .box {
        padding: 2%;
    }
    
.bg-light {
    background: #fff;
}
    
}


@media (min-width: 1700px) {
    .newsletter {
        margin-bottom: -5% !important;
    }

    .network img {
        margin-top: 7% !important;
        margin-bottom: 13% !important;
        width: 170px !important;
    }

    .about-right-circle img {
        width: 27% !important;
        margin-top: 0% !important;
    }


    .about-right-circle img {
        width: 27% !important;
        margin-top: 0% !important;
    }

    .agent.about-right-circle img {
        width: 27% !important;
        margin-top: 11% !important;
    }

    .top {
        padding-top: 7%;
    }
    .network h6.sub-title {
        margin-bottom: 10px!important;
    }
}



@media (max-width: 992px) {
    #header-carousel .carousel-item {
        height: 200px!important;
    
    }

    .blog-single.top {
        margin-top: 7%;
    }
    .news-blog {
        padding-top: 8% !important;
        padding-bottom: 0% !important;
        margin-bottom: -35px !important;
    }
    .newsletter .btn {
        width: 42%;
    }
    #font--sub-hero {
        font-weight: 300 !important;
    }
    .container-fluid.bg-light.py-5.news-blog.page-gap.wow.fadeIn {
        background: #fff !important;
    }
    .carrier.top {
        margin-top: 15%;
    }

    .banner-top .centered {
        top: 45%;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navbar-collapse1.btn1 {
        margin-top: 5px;
    }
     div#navbarCollapse .navbar-nav a {
    border-top: 1px solid #ccc;
    width: 100%;
    /* padding: 11px 0px !important; */
}
div#navbarCollapse .navbar-nav.py-0 a:first-child {

    border: none;
}
.carrier-form {
    padding-bottom: 34% !important;
    padding-top: 3% !important;
    margin-bottom: -29% !important;
}
.carrier-form .btn {
    width: 50% !important;
}
.carrier span {
    line-height: 1.8;
}
.carrier-form button.btn.btn-primary {
    margin-top: 0px !important;
}
.carrier .job-item{
    padding-top: 0px !important;
}
.carrier-sidebar .summery,.carrier-sidebar .company  {
    padding: 35px 15px 35px 15px !important;
}
.carrier-form.details {
    margin-top: 15% !important;
}
.blog-single h6.sub-title {
    margin-top: 40px!important;
    margin-bottom: -20px!important;
}
.network h6.sub-title {
    font-size: 25px !important;
}
}





body.contact .page-gap.mt-5.position-relative {
    margin-top: -160px !important;
}



.network p {
    line-height: 1.4;
    font-size: 15px;
}
.col-lg-12.form.subscription h2 {
    text-align: center;
    font-size: 24px;    
    font-weight: 500 !important;
}

.container-fluid.about.home.float-end.wow.fadeIn {
    margin-bottom: 100px;
}
.container-fluid.float-img1.p-0.agent.about-right-circle img {
    margin-top: 3% !important;
}

.whychoose-img img {
    border-radius: 14px;
    height: 300px;
    margin-top: -78px;
    object-fit: contain;
    float: right;
}

span.icon-logo img {
    object-fit: cover;
}

.icon-logo img {
    height: 50px;
}
.container-fluid.agent.icon-set1.banner1.no-pad-container {
    padding: 0;
}


@media (max-width: 768px) {
    .home-network {
        padding: 0px !important;
    }
    body.page-template-home-template .home-network {
        margin-top: 15%;
        margin-bottom: 0px !important;
    }
    .col-lg-6.text-label {
        border-right: 0px solid rgb(0, 0, 0);
    }

    .col-lg-6.text-label {
        display: flex;
        justify-content: space-around;
    }
    .network .box-item {
        margin-bottom: 8%;
    }
    .product .col-lg-4 {
        margin-bottom: 5%;
        width: 50%;
        padding: 3% !important;
    }
    .product .desc {
        width: 100%;
    }
    h1.page-title {
        font-size: 35px !important;
    }
    .home.agent h1 {
        margin-bottom: 14%;
    }
    .product {
        margin-top: 5%;
    }

    .why-alpha .list {
        /*margin-top: -17%;*/
    }
    
    .sections .centerd-list {
        top: 0% !important;
        position: relative !important;
        transform: translate(0%, 0%) !important;
        margin-top: -7%;
        margin-bottom: 7%;
    }

    .banner-top h1 {
        font-size: 8vw !important;
        width: 100%;
    }

    .banner-top h5 {
        font-size: 3vw !important;
        width: 70%;
        margin-top: 4%;
        padding-left: 6%;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 5px 8px !important;
    }

    .icon-set.banner {
        margin-top: 0px !important;
        padding: 40px 0;
    }


    .advantages .border-left {
        border-left: 0px solid #00B14F !important;
        padding-left: 2% !important;
    }

    .sections .centerd-list {
        margin-top: 2% !important;

        margin-bottom: 15% !important;
    }

    .black-circle {
        margin-top: -25% !important;
    }

    .advantages {
        margin-bottom: 30%;
        margin-top: 0% !important;
        padding: 40px 3px !important;
    }
    .advantages h6 {
        padding: 0px;
    }
    .advantages h6.sub-green-title {
        padding: 0px !important;
        padding-left: 3px !important;
    }
    .col-lg-12.form.subscription h2.text-white {
        text-align: center;
        font-size: 18px;
    }
    .newsletter.mobile .e-form__buttons {
        display: contents;
    }
    .newsletter.mobile button#submit-button {
        margin: 0px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .blog {
        padding: 7% 5% 12% 5% !important;
        margin-top: 15% !important;
    }

    .sections h1 {
        margin-bottom: -8% !important;
    }

    img.app {
        margin-top: 8%;
    }

    h1.green-main-title {
        font-size: 30px !important;
    }

    .abt-sections .section1 img {
        padding-left: 10% !important;
    }


    .abt-sections .section2 img {
        padding-left: 10% !important;

    }

    .abt-sections .section3 img {
        padding-left: 10% !important;
    }

    .about-p {
        margin-top: -15%;
    }

    .about-p p {
        padding-top: 3%;
    }

    .abt-sections {
        margin-top: 37% !important;
    }

    .about-multi-circle img {
        visibility: hidden !important;
    }

    .left-top-bg img.desktop {
        display: none;
    }

    .about-right-circle {
        margin-top: 17% !important;
    }

    .about-right-circle img {
        width: 85% !important;
    }

    .about .top {
        margin-top: 80%;
    }

    .about-black-circle img.desktop {
        display: none;
    }

    .who {
        margin-top: 15%;
    }

    .product-black-circle img.desktop {
        display: none;
    }

    .product-right-circle {
        margin-top: 17% !important;
        padding: 0px !important;
        margin-bottom: 15% !important;
    }

    .product-right-circle img {
        width: 78% !important;
        float: none !important;
        display: block;
        margin-left: auto;
        padding-top: 10% !important;
    }

    .services-right-circle {
        margin-top: 17% !important;
        padding: 0px !important;
        margin-bottom: 15% !important;
    }

    .services-right-circle img {
        width: 65% !important;
        float: none !important;
        display: block;
        margin-left: auto;
    }

    .service-gap {
        padding-left: 0% !important;
        padding-right: 0% !important;
        padding-top: 7%;

    }

    .services-right-circle {
        position: relative !important;
    }

    .currency h1.page-title {
        font-size: 30px !important;
    }

    .right-section .custom-option img.flag {
        width: 100% !important;
    }

    .col-md-6.right-section {
        margin-top: 25%;
        margin-bottom: 9%;
    }

    .product-gap {
        margin-top: -1%!important;

    }

    .network {
        padding-right: 20% !important;
        padding-left: 20% !important;
    }


    img.agent-green-down {
        width: 10% !important;
    }

    .newsletter .form {
        padding-right: 0% !important;
        padding-left: 0% !important;
    }

    .why.gap.about {
        margin-top: 6%!important;
    }
    .contact.gap.about {
        margin-top: 5%!important;
    } 
    .product.gap.about {
        margin-top: 2%!important;
    }   
    .page-template-services-template .product.gap.about {
        margin-top: 14%!important;
    }   
    .gap.about.network {
        margin-top: 1% !important;
    }
    .why-alpha1 {
        margin-top: 12% !important;
    }

    .agent.about-right-circle img {
        width: 73% !important;
        margin-top: -4% !important;
    }
    .network {
        margin-top: 9%!important;
    }

    .agent .top {
        margin-top: 85% !important;
       width: 100%;
    }

    .why-choose-black.network-right-circle {
        margin-bottom: 50% !important;
    }
    .network-right-circle {
        margin-bottom: 26% !important;
    }
    .why-alpha1 .top {
        margin-top: 0% !important;
    }

    .newsletter.mobile {
        margin-bottom: -20% !important;
        padding: 2rem !important;
    }

    .footer.mobile {
        padding: 21% 5% 13% 5% !important;
    }

    .why-alpha .title {
        padding-top: 26px !important;
        padding-bottom: 20px !important;
    }

    .product .content {
        margin-bottom: 12% !important;
    }
    .network p {
        font-size: 17px;
    }

    .product .top {
        margin-top: 6%;
    }

    .about.home {
        padding-left: 0% !important;
        padding-top: 0% !important;
        margin-top: -15%;
    }
    .register-form {
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-bottom: 15px !important;

    }


    .home.network-right-circle img {
        width: 10% !important;

    }

    .home.product {
        margin-top: 7% !important;
        padding-top: 5% !important;
        padding-bottom: 7%;
    }

    .home.product .head {
        margin-top: 7% !important;
        padding-top: 5% !important;
    }

    .home-network .box {
        margin-bottom: 11%;
    }

    .home.register {
        padding-top: 12% !important;
        padding-bottom: 12% !important;
    }

    .home.why-alpha .title {
        padding-top: 0px !important;
    }

    .home.agent .title {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .faq-section {
        margin-top: 14%;
    }

    form.track .col-form-label {
        width: auto !important;
        border-bottom: 0px solid rgb(0, 0, 0) !important;
        font-size: 18px !important;
        float: left !important;
    }

    .banner-top {
        margin-top: 0% !important;
    }
    .banner-top .centered1 {
        top: 68%;
    }

    .banner-top .track1 {
        top: -30% !important;
        left: 10% !important;
        right: 10% !important;
    }

    form.track .text-box {
        width: 90% !important;
    }
    
    .track .d-grid {
        width: 100% !important;
        padding: 0px !important;
    }
    input:focus, textarea.form-control, input#track_text {
        box-shadow: none !important;
        border: 1px solid #c3c3c3;
        border-radius: 5px;
        /* border-top: none; */
        /* border-right: none; */
        margin-top: 10px;
        background: #f0f0f0;
    }
    .newsletter.mobile input:focus {
        box-shadow: none !important;
        border: 1px solid #69727d;
        border-radius: 20px;
        /* border-top: none; */
        /* border-right: none; */
        margin-top: 0px;
    }

    form.track .form-control {
        text-align: center;
    }

    span.line {
        display: none;
    }

    nav.navbar.navbar-expand-lg {
        padding: 13px !important;
    }
/*sarbaz*/
    .row>* {
        padding: 0px !important;
    }
    .row {
        margin: 0px !important;
    }

    button.navbar-toggler {
    width: 35px;
    padding: 0px;
    }
    .col-lg-4.vision-img {
        margin-bottom: 8%;
    }
    .page-gap {
        padding-left: 7%;
        padding-right: 7%;
    }
    body.contact .page-gap.mt-5.position-relative {
        margin-top: -120px !important;
    }
    .who {
        margin-top: 0%;
    }
    .about-right-circle {
        margin-bottom: 7%;
        position: relative;
    }
    .btn1 .btn-outline-primary {
        padding: 3px 15px !important;
        font-size: 15px !important;
        margin-left: 0px !important;
    }
    .network {
        padding-right: 10% !important;
        padding-left: 10% !important;
    }
    .about-p {
        position: relative !important;
    }
    .home.product.left-top-bg {
        margin-top: 25px !important;
    }
    .home.network-right-circle {
        margin-top: -100px;
    }
    .container-fluid.bg-light.py-5.news-blog.page-gap.wow.fadeIn .col-lg-12 {
        margin-top: 0px;
    }
    h6.display-5.sub-title.text-center {
        font-size: 35px !important;
        margin-bottom: 35px;
    }
    button:focus:not(:focus-visible) {
        box-shadow: none;
    }
    .about {
        margin-top: -44%;
    }
    .product.left-top-bg {
        margin-top: 30px !important;
        position: absolute;
    }
        
    
    .track1 {
        width: 100%;
        margin-top: 70px;
        border: 1px solid #9e9e9e;
        padding: 50px 30px;
        border-radius: 2rem;
    }
    .no-mobile {
        display: none !important;
    }
    h1.page-title {
        margin-bottom: 20px !important;
                margin-top: 65px !important; 
    }
    .product h1.page-title {
        margin-top: 0px !important;
    }
    .mt-75 {
        margin-top: 25px !important;
    }
    .track1 {
        margin-top: 53px;
    }
    .inner-page-about, .no-pad-container {
        padding: 0px;
        margin: 0px !important;
    }
    .benefits h5 {
        display: flex;
    }
    .benefits i.fa {
        margin-top: 8px;
    }
    .register-form1 {
        margin-top: 14%;
        padding-top: 35px;
        padding-bottom: 20px !important;
    }
    .page-template-network-template .home-network {
        margin-bottom: -45px !important;
    }
    .price-item {
        border-bottom: 1px solid #e2e2e2 !important;
    }
    .blog-single .col-lg-7 {
        margin-top: 0px;
    }
    .other-blogs .col-lg-12 {
        margin-top: 0px !important;
    }
    .track1 .col-lg-12.text-box {
        white-space: nowrap;
        flex-direction: column;
        width: 100% !important;
    }
    .track1 label.col-form-label {
        text-align: center;
        margin-right: 0px !important;
    }
    .contact h6.sub-title {
        padding-left: 0px !important;
    }
    .contact .d-flex.align-items-center.justify-content-center.bg-primary.rounded-circle.p-3.ms-3 {
        margin-left: 0px !important;
    }
    .contact .elementor-element.elementor-element-eb5a66f.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
        padding: 0px !important;
    }
    div#font--sub-hero h2 {
        font-weight: 400 !important;
    }
    .container-fluid.icon-set1.banner1.faq-section.p-0 .row.page-gap.top, .container-fluid.carrier.page-gap.top {
        padding-top: 0px;
    }
    .job-list {
        margin-bottom: 0px !important;
    }
    .report-page h1.page-title {
        margin-bottom: 0px !important;
        margin-top: 38px !important;
    }
    .container-fluid.advantages.banner.mt-5 {
        margin-bottom: 12% !important;
    }
    .container-fluid.about.home.float-end.wow.fadeIn {
        margin-bottom: 0;
    }
    .network img.banner-icon {
        margin-bottom: 9% !important;
    }
    .home-network h1 {
        margin-top: 0 !important;
    }
    .container-fluid.bg-light.py-5.news-blog.page-gap.wow.fadeIn h1 {
        margin-bottom: 50px !important;
        margin-top: 0px !important;
    }
    .news-blog .price-carousel .price-item {
        border-bottom: none !important;
    }
    .gap.about.network {
        padding-left: 6% !important;
    }
    .container-fluid.home.product .row.page-gap.top {
        padding: 0px 2%;
    }
    h6.vision {
        top: 52%;
    }
    .container-fluid.page-about.product .col-lg-2 {
        width: 100% !important;
    }
    .col-lg-8.col-md-8.col-sm-12.desc.wow.fadeIn .pb-5 {
        padding-bottom: 0px !important;
    }
    .page-template-home-template .product h1.page-title, .page-template-home-template .product p {
        text-align: center !important;
    }
}


.is-invalid {
    border: 2px solid red;
    background-color: #ffcccc;
}
.is-valid {
    border: 2px solid green;
    background-color: #ccffcc;
}
/* Preloader Styles */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff; /* Background color of the preloader (white in this case) */
    z-index: 9999; /* Ensure it sits above all other content */
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 8px solid #f3f3f3; /* Light grey background */
    border-top: 8px solid #00B14F; /* Green color for the spinner */
    border-radius: 50%;
    width: 50px; /* Size of the spinner */
    height: 50px;
    animation: spin 1s linear infinite;
}
/* === Hamburger in header === */
.custom-hamburger {
    background: transparent;
    border: 0;
    padding: 6px;
    cursor: pointer;
}
.custom-hamburger svg { color: #111; transition: color .2s ease; }
.custom-hamburger:hover svg { color: #fff; }
button#mobileClose {
    margin-top: 20px;
}
button#customHamburger {
    margin-left: 20px;
}
button#customHamburger:hover, button#mobileClose:hover {
    background: #00B14F;
}

/* show on mobile */
@media (max-width: 992px) {
    .custom-hamburger { display: block; }
    /* hide desktop items (optional) */
    .navbar-nav, .navbar-collapse1 { display: none !important; }
    
img.banner-icon {
    width: 50px;
            margin-right: 20px;
            margin-bottom: 0px !important;
}
}

/* === overlay (covers page) === */
.mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease, visibility .35s;
    z-index: 12000;
}

/* === slide-in panel === */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -360px;               /* hide off-screen */
    width: 360px;
    height: 100vh;
    background: #fff;
    box-shadow: -8px 0 30px rgba(0,0,0,0.12);
    transition: right .45s cubic-bezier(.25,.46,.45,1);
    z-index: 12001;
    overflow-y: auto;
}

/* opened state */
.mobile-menu.open {
    right: 0;
}
.mobile-overlay.open {
    opacity: 1;
    visibility: visible;
}

/* inner content spacing */
.mobile-menu-inner {
    padding: 28px;
    position: relative;
}

/* Close button inside panel */
.mobile-close {
    position: absolute;
    top: 14px;
    right: 14px;
    background: transparent;
    border: none;
    padding: 6px;
    cursor: pointer;
    z-index: 12003;
}
.mobile-close svg { color: #111; transition: color .2s ease; }
.mobile-close:hover svg { color: #fff; }

aside#mobileMenu .mobile-social a {
    font-size: 12px;
    color: #fff;
    background: #00B14F;
    padding: 10px 16px;
}
aside#mobileMenu .mobile-social a:hover { 
    background: #000;
}
aside#mobileMenu .mobile-social a i {
    color: #fff;
}
aside#mobileMenu .mobile-social a:hover i { 
    color: #00B14F;
}
button.accordion-button.collapsed:hover {
    background: #00b14f;
    color: #fff;
}
.navbar-collapse1.btn1.btn-green a {
    background: #00b14f;
    color: #fff !important;
}
/* Mobile nav styling */
.mobile-nav { list-style: none; margin: 48px 0 0; padding: 0; }
.mobile-nav li { border-bottom: 1px solid #f1f1f1; }
.mobile-nav li a {
    display: block;
    padding: 14px 0;
    color: #000 !important;
    text-decoration: none;
    font-size: 17px;
}
.mobile-nav li a:hover { color: #00B14F !important; }

/* social row */
.mobile-social {
    margin-top: 50px;
    display: flex;
    gap: 12px;
}
.mobile-social a { font-size: 18px; color: #333; }
.mobile-social a:hover { color: #007bff; }

/* Prevent body scroll when menu open */
.body-no-scroll { overflow: hidden !important; height: 100% !important; }
.service-sec.about-right-circle img {
    width: 30%;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.carrier-form{
    padding-bottom: 14%;
    padding-top: 3%;
    margin-bottom: -10%;
}
.carrier-form input.form-control {
    border-radius: 7px;
}

.carrier-form textarea.form-control {
    border-radius: 7px;
}

.carrier-form button.btn{
    border-radius: 7px;
}












a {
    text-decoration: none;
  }
  
.other-blogs {
    margin-top: 40px;
}
  
  .social-share-btns {
    display: inline-block;
    overflow: hidden;
    margin-top: 20px;
  }
  .social-share-btns .share-btn {
    float: left;
    margin: 0 5px;
    padding: 8px 16px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
  }
  .social-share-btns .share-btn i {
    margin-right: 5px;
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    color:white;
  }
  
  .share-btn {
    background-color: #95a5a6;
  }
  .share-btn:hover {
    background-color: #798d8f;
  }
  
  .whatsapp-share{
    background-color: #47c758!important;
  }


  .share-btn-twitter {
    background-color: #00aced;
  }
  .share-btn-twitter:hover {
    background-color: #0087ba;
  }
  
  .share-btn-facebook {
    background-color: #3b5998;
  }
  .share-btn-facebook:hover {
    background-color: #2d4373;
  }
  
  .share-btn-linkedin {
    background-color: #007bb6;
  }
  .share-btn-linkedin:hover {
    background-color: #005983;
  }
  
  .share-btn-reddit {
    background-color: #ED001C;
  }
  .share-btn-reddit:hover {
    background-color: #ba0016;
  }
  
  .share-btn-mail {
    background-color: #f1c40f;
  }
  .share-btn-mail:hover {
    background-color: #dab10d;
  }
  
  .credits {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    z-index: 1111;
    letter-spacing: 0.04em;
    font-size: 10px;
    text-transform: uppercase;
  }
  .credits a {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: 4px 4px;
    text-decoration: none;
  }
  .credits a:hover {
    color: #fff;
  }
  span.share-text {
    color: white;
}


