* {
    margin: 0px;
    font-family: 'Source Sans 3';
}

body {
    margin: 0;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

#property-header .dropdown-menu {
    position: absolute;
    padding: 0.5rem 0 0.5rem 0;
    left: 0rem;
    white-space: nowrap;
    text-align: left;
    padding: 0px 0 0px 0;
    background-color: #21211F;
    z-index: 556;
    transition: all .3s linear;
    top: 130%;
    visibility: hidden;
    opacity: 0;
    display: block;
    margin-top: 0;
}

#property-header .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

#property-header .navbar-nav li {
    position: relative;
    padding: 0.5rem 1rem;
}

.header-area .sticky-logo-img {
    display: none;
}

.sticky_header .sticky-logo-img {
    display: block;
}

.sticky_header .header-logo-img {
    display: none;
}

#property-header .navbar-nav .nav-item .nav-link::after {
    content: unset;
}

#property-header .navbar-nav .nav-item .nav-link i {
    padding-left: 14px;
}

#property-header .nav-link {
    letter-spacing: 1px;
    display: flex;
    position: relative;
    z-index: 1;
    height: 100%;
    align-items: center;
    transition: 0.4s;
    text-transform: capitalize;
    color: #FFFFFF;
    font-family: 'Source Sans 3';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover {
    /*color: #0071E3 !important;*/
    transition: all .3s linear;
}

#property-header .navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #21211F;
    transition: all .3s linear;
    border-bottom: 2px solid #21211F;
}

#property-header .dropdown-item.active,
.dropdown-item:active {
    color: #DEE1E3;
    text-decoration: none;
    background-color: #21211F;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover.nav-link::before {
    opacity: 1;
    transition: all .3s linear;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover:after {
    opacity: 1;
    transition: all .3s linear;
}

#property-header .dropdown-item:hover {
    color: #21211F;
    background-color: transparent;
}

#property-header .dropdown-item {
    color: #DEE1E3;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Source Sans 3';
    letter-spacing: 1px;
    transition: 0.3s ease-out;
    padding: 0.6rem 1rem 0.6rem 1rem;
}

/* #property-header .nav-link.active {
    color: #0784C7 !important;
} */

#property-header .nav-link.active.nav-link::before {
    opacity: 1;
    transition: all .3s linear;
}

#property-header .navbar-collapse {
    flex-grow: 0 !important;
}

.bg_load {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url(../images/loading_icon.gif) 50% 50% no-repeat #fff;
}
section.privacy-policy-sec li {
    color: #555;
}
.bg-contact .navbar {
    background-color: #f6cabf !important;
    border-bottom: 0.063rem solid #f6beb1 !important;
}

.header {
    position: absolute;
    z-index: 1;
    width: 100%;
}

#property-header .navbar-light .navbar-nav .nav-link.active-menu {
    color: #21211F;
    border-bottom: 3px solid #21211F;
    width: fit-content;
}

.sticky_header {
    position: fixed !important;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-animation-name: fadeInDown;
    animation-duration: 1s;

}

.header-area.sticky_header {
    background: #0B4E9F;
    width: 100%;
}

.scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 82px;
    bottom: 63px;
    background-repeat: no-repeat;
    z-index: 99;
}

.navbar-collapse.collapse.show li.nav-item {
    color: #000;
}

/*----onscroll animation start-----*/
.in-view.anim-delay2 {
    -webkit-transition-delay: 0.4s !important;
}

.in-view.anim-delay3 {
    -webkit-transition-delay: 0.8s !important;
}

.in-view.anim-delay4 {
    -webkit-transition-delay: 1.2s !important;
}

.in-view.anim-delay5 {
    -webkit-transition-delay: 1.6s !important;
}

.in-view.anim-delay6 {
    -webkit-transition-delay: 2s !important;
}

.animation-element.slide-top {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transform: translate3d(0px, -60px, 0px);
    -webkit-transform: translate3d(0px, -60px, 0px);
    -o-transform: translate(0px, -60px);
    -ms-transform: translate(0px, -60px);
    transform: translate3d(0px, -60px, 0px);
}

.animation-element.fadein {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.animation-element.slide-bottom {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transform: translate3d(0px, 60px, 0px);
    -webkit-transform: translate3d(0px, 60px, 0px);
    -o-transform: translate(0px, 60px);
    -ms-transform: translate(0px, 60px);
    transform: translate3d(0px, 60px, 0px);
}


.animation-element.slide-left {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate3d(-50px, 0, 0);
}

.animation-element.slide-right {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transform: translate3d(50px, 0, 0);
    -webkit-transform: translate3d(50px, 0, 0);
    -o-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate3d(50px, 0, 0);
}

.animation-element.slide-left.in-view,
.animation-element.slide-top.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-bottom.in-view,
.animation-element.fadein.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}


.header-area {
    padding-top: 0px;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .9px;
    line-height: 26px;
    text-transform: uppercase;
    color: #0784C7;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #0071E3;
}

.navbar-dark .navbar-nav .nav-link:hover {
    /* color: #62CEC5 !important; */
    transition: all .3s linear;
}

.navbar-dark .navbar-nav .nav-link:hover:after {
    opacity: 1;
    transition: all .3s linear;
}

a.nav-link {
    position: relative;
}

.header-button {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    margin-left: 12rem;
    padding: 0.375rem 1.55rem;
    border-radius: 50px;
    background-color: #62CEC5;
}

.container {
    padding-right: 5vw !important;
    padding-left: 5vw !important;
    margin: unset !important;
    max-width: unset;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 2px 0;
}

.navbar {
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
}

.btn:focus {
    box-shadow: unset;
}

.header-area {
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    background: #0B4E9F;
}


.scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 82px;
    bottom: 56px;
    background-repeat: no-repeat;
    z-index: 99;
}

.btn.btn-primary.border-0:active:focus,
.btn-primary:focus {
    background: #f36a3a !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: unset !important;
}

.sticky_header .top-header {
    display: none;
}

@media (max-width: 767px) {

    .top-header {
        padding: 0;
        background-color: transparent !important;
    }

    .header-btn .zoop-btn {
        padding: 0rem 0rem !important;
        font-weight: 400 !important;
        color: #000 !important;
    }

    /*.sticky-social {*/
    /*    display: none;*/
    /*}*/

    .h-height {
        height: 156px;
    }

    .navbar-dark .navbar-toggler {
        color: unset !important;
        border-color: #fff !important;
        box-shadow: unset !important;
    }

    .scrollToTop {
        right: 20px;
    }

    .container {
        padding: 0px 15px !important;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        content: unset;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #fff !important;
    }

    .navbar-nav {
        margin-top: 10px !important;
    }

    .scrollToTop {
        background-image: url(../images/apple-scroll-to-top.png);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 27px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }

    .header-area {
        background-color: #0B4E9F;
    }

    .header-button {
        margin-left: unset !important;
        padding: 8px 20px !important;
    }

    .navbar-dark .navbar-nav .nav-link:after {
        position: unset !important;
    }

    /* .navbar-brand img {
        width: 160px;
    } */
}

@media(min-width:768px) and (max-width:991px) {
    .navbar-dark .navbar-nav .nav-link::before {
        content: unset;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: .5rem 0rem;
    }

    .navbar-nav {
        margin-top: 10px !important;
    }

    .header-btn .zoop-btn {
        padding: 0rem 0rem;
    }

    .header-btn .zoop-btn {
        font-weight: 400;
        background: transparent !important;
        color: rgba(0, 0, 0, .7) !important;
        font-weight: 400 !important;
    }

    .header-btn .zoop-btn.btn-primary:hover {
        background: transparent !important;
    }

    .scrollToTop {
        background-image: url(../images/apple-scroll-to-top.png);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 40px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }

    .header-button {
        margin-left: unset !important;
    }
}

@media (max-width: 575px) {
    .scrollToTop {
        background-image: url(../images/apple-scroll-to-top.png);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 20px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }
}


/* S-Slider Animation */
.slides {
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    background: #0B4E9F;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    width: 100%;
    display: block;
    position: absolute;
    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .slide {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    right: 110px;
    bottom: 0;
    position: absolute;
    text-align: center;
}

#img-dot-1 {
    background-image: url('../images/btn1.webp');
}
#img-dot-2 {
    background-image: url('../images/btn2.webp');
}
#img-dot-3 {
    background-image: url('../images/btn3.webp');
}

.nav-dot {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease;
}

.nav-dots .nav-dot:hover {
    cursor: pointer;
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3 {
    border: 1px solid #ffffff;
}




/* css start  */
.PR-dropdown {
    padding: 0px !important;
    margin: 0.5rem 1rem;
}

.PR-dropdownContent {
    display: none;
    float: left;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    min-width: 160px;
}

.PR-dropdownContent a {
    text-transform: capitalize;
    color: #000000;
    font-family: 'Source Sans 3';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    display: block;
}

.PR-dropdownContentInner {
    padding: 12px 16px;
    width: 100%;
}

.PR-dropdownContentInner:hover {
    background-color: #ddd;
}

.PR-dropdown:hover .PR-dropdownContent {
    display: block;
    z-index: 9;
}



/* css  */
section.banner-sec {
    margin-top: 74px;
    /* padding-bottom: 90px; */
    position: relative;
        overflow: hidden;
}

.banner-slide-wrap {
    background: #0B4E9F;
    /* padding-bottom: 90px; */
}

h1 {
    font-size: 54px;
    font-weight: 700;
    font-family: 'Source Sans 3';
    color: #fff;
    line-height: 56px;
}

.banner-cont-wrap p {
    color: #fff;
    line-height: 24px;
}

.btn-wrap.white-btn a {
    background: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    color: #082851;
    font-weight: 700;
    font-size: 18px;
}

a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
}

h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 67px;
    color: #2C2C2C;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #2C2C2C;
}

span.sec-sub-title {
    color: #555555;
    line-height: 24px;
    font-size: 16px;
}

p {
    color: #555555;
    font-size: 16px;
    line-height: 24px;
}

.btn-wrap.blu-btn a {
    background: linear-gradient(90deg, #082851 0%, #0055B8 100%);
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;

}

.btn-wrap.cont-btn a {
    color: #082851;
}

.count-cont span {
    font-size: 48px;
    font-weight: 700;
}

.our-result>h3 {
    color: #555555;
}

.what-we-top-cont {
    width: 80%;
    margin-inline: auto;
    text-align: center;
}

.s-solution-box {
    text-align: center;
    position: relative;
    padding: 20px;
}

.s-solution-box h4 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.s-solution-box::before {
    content: '';
    position: absolute;
    background: pink;
    width: 100%;
    height: 60%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 15px;
}

.s-solution-box.bg-orange::before {
    background: linear-gradient(225deg, #EB8471 0%, #EB664A 100%);
}

.s-solution-box.bg-purple::before {
    background: linear-gradient(225deg, #AC96BD 0%, #89779D 100%);
}

.s-solution-box.bg-blue::before {
    background: linear-gradient(225deg, #429DB2 0%, #409CB2 100%);
}

.s-solution-box p {
    color: #fff;
}

.yt-video-wrap {
    position: relative;
}

.video-top-cont {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 0px 0 20px 0px;
    padding: 20px 50px 20px 0px;
}

.video-btm-cont {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 400px;
    padding: 20px;
    border-radius: 20px 0px 0px 0px;
}

.video-btm-cont span {
    display: block;
    margin-bottom: 20px;
}

.video-btm-cont .btn-wrap.blu-btn {
    display: block;
}

section.corporate-education {
    text-align: center;
    background: #D9E8FB;
    position: relative;
    z-index: 1;
}

section.corporate-education::after {
    position: absolute;
    content: '';
    background: #B2D1F7;
    width: 50%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
}

.education-partner-cont {
    width: 63%;
    text-align: center;
    margin-inline: auto;
}

.education-partner-cont h2 {
    line-height: 100px;
}

section.canvas-sec {
    background-image: url(../images/classroom-img.svg);
    background-size: cover;
}

.canvas-cont h2 {
    color: #fff;
}

.canvas-cont h4 {
    color: #fff;
    line-height: 40px;
    font-size: 32px;
    font-weight: 700;
}

.canvas-cont {
    width: 40%;
    padding-bottom: 250px;
}

.bnr-btm-card-sec {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: -15%;
    padding-bottom: 110px;
}
.story-img-wrap {
    border: 1px solid #0068E1;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
}

.story-img-wrap img {width: 200px;height: 150px;}
.card-img-wrap {
    width: 45%;
    position: relative;
}
.s-brouchure-cont a {
    color: #555555;
    font-size: 16px;
    font-weight: 400;
}
.card-right-cont {
    width: 25%;
    text-align: end;
}

.card-img-wrap img {
    position: absolute;
}

img.card-l1 {
    left: -15%;
    bottom: -30%;
}

img.card-l2 {
    left: 25%;
    bottom: -100px;
    position: relative;
}

img.card-l3 {
    bottom: -30%;
    left: 65%;
}

.bnr-display-wrap {
    display: flex;
    justify-content: end;
    margin-top: -10%;
    align-items: center;
    padding-right: 15%;
}

.banner-sec-wrap>.container {
    /* overflow-y: hidden; */
}

.bnr-display-wrap img:first-child {
    margin-bottom: -12%;
}

.s-blog-box span img {
    width: 15px !important;
    margin-right: 10px;
}
.details-desc p,.e-waste-cont p {
    line-height: 30px;
    font-size: 16px;
}
.s-prod-cont li {
    line-height: 36px;
}
.s-blog-box span {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.footer-menu ul {
    list-style: none;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

section.footer {
    background: #082851;
}

.footer p {
    color: #E5E5E5;
}

.footer a {
    color: #E5E5E5;
}

.s-footer-top-cont a {
    font-size: 28px;
}

.footer-menu a {
    font-weight: 400;
}

.btm-footer {
    border-top: 1px solid #d9d9d9;
}

.banner-sec-wrap {
    position: relative;
}

span.sub-img img {

    width: 100% !important;
}

.card-right-cont span {
    color: #fff;
}

.circle-btn img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    /*background: #09458D;*/
    border-radius: 50%;
    padding: 10px;
    width: 80px;
    z-index: 1;
}

.bnr-display-wrap img:last-child {
    height: 480px;
}

.banner-sec-wrap img {
    width: auto !important;
}

span.sub-img {
    position: absolute;
    bottom: -2px;
    display: inline-block;
    z-index: 1;
    top: auto;
    width: 100% !important;
}

.banner-sec .owl-dots {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: 50%;
    right: 10%;
}

.banner-sec .owl-dots span {
    width: 80px;
    display: inline-block;
    height: 80px;
    border-radius: 50%;
}

.banner-sec button.owl-dot {
    background: transparent !important;
}

.banner-sec .owl-dots>button span {
    background-size: contain;
}

.banner-sec .owl-dots>button:nth-child(1) span {
    background-image: url('../images/btn1.webp');
}

/* Second dot */
.banner-sec .owl-dots>button:nth-child(2) span {
    background-image: url('../images/btn2.webp');
}

/* Third dot */
.banner-sec .owl-dots>button:nth-child(3) span {
    background-image: url('../images/btn3.webp');
}

.af-img {
    position: relative;
}

.af-img::after {
    position: absolute;
    width: 37px;
    height: 40px;
    background-image: url(../images/title-after-img.svg);
    content: '';
    background-repeat: no-repeat;
    top: -10px;
}

.bf-img {
    position: relative;
}

.bf-img::before {
    content: '';
    position: absolute;
    width: 37px;
    height: 40px;
    background-image: url(../images/title-bf-img.svg);
    left: -40px;
    bottom: 10px;
    background-repeat: no-repeat;
}

.s-blog-img {
    position: relative;
        margin-bottom: 20px;
}

.s-blog-img span {
    position: absolute;
    top: 5%;
    left: 5%;
    background: #082851;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
}
.s-blog-box p {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5; /* Adjust line height if necessary */
    max-height: 3em;
}
i.fa-solid.fa-arrow-right {
    transform: rotate(45deg);
    background: #fff;
    color: #0055B8;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    position: relative;
    top: 6px;
}

.fa-arrow-right:before {
    padding-left: 5px;
    font-size: 16px;
    position: absolute;
    top: 5px;
    left: 0;
}

.abt-btn-wrap {
    align-items: baseline;
}

i.fa-solid.fa-arrow-right.white-arrow {
    color: #fff;
    background: #0055B8;
}

.video-top-cont::before {
    content: '';
    position: absolute;
    bottom: -24px;
    width: 24px;
    height: 25px;
    background-image: url(../images/yt-curve-top.png);
    background-repeat: no-repeat;
    left: 0;
}

.video-top-cont::after {
    content: '';
    position: absolute;
    top: 0;
    width: 24px;
    height: 25px;
    background-image: url(../images/yt-curve-top.png);
    background-repeat: no-repeat;
    right: -24px;
}

.video-btm-cont::before {
    content: '';
    position: absolute;
    bottom: 5px;
    width: 24px;
    height: 25px;
    background-image: url(../images/yt-curve-btm.png);
    background-repeat: no-repeat;
    left: -24px;
}

.video-btm-cont::after {
    content: '';
    position: absolute;
    top: -24px;
    width: 24px;
    height: 25px;
    background-image: url(../images/yt-curve-btm.png);
    background-repeat: no-repeat;
    right: 0px;
}

.yt-video-wrap iframe {
    border-radius: 24px;
}

.aft-line {
    position: relative;
}

.aft-line::after {
    position: absolute;
    content: '';
    width: 60%;
    height: 1px;
    background: #D9D9D9;
    top: 50%;
    margin-inline: auto;
}

.our-result-slide-wrap .owl-nav {
    position: absolute;
    top: -15%;
    right: 10%;
}


.owl-prev,
.owl-next {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.owl-prev {
    right: 10px;
}

.owl-next {

    left: 10px;
}

/* Custom arrow icons */
.custom-prev:before {
    content: '';
    background-image: url(../images/prev-arrow.png);
    width: 15px;
    height: 10px;
    position: absolute;
    top: 15px;
    background-size: contain;
}

.custom-next:before {
    content: '';
    background-image: url(../images/next-arrow.png);
    width: 15px;
    height: 10px;
    position: absolute;
    top: 15px;
    background-size: contain;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: #ddd;
}


/* inner page css start  */
section.inner-banner-sec {
    padding-top: 74px;
    background: #0B4E9F;
    position: relative;
}

.inner-bnr-left span {
    font-size: 28px;
    color: #fff;
    line-height: 40px;
}

.inner-bnr-right p {
    color: #fff;
}

.inner-bnr-cont {
    padding-bottom: 100px;
}

.s-story-box>img {
    border: 1px solid #0068E1;
    border-radius: 10px;
    margin-bottom: 20px;
}

.s-story-box span {
    color: #555555;
    line-height: 24px;
    display: block;
}

.s-story-box {
    margin-bottom: 60px;
}

.s-story-box h3 {
    height: 72px;
        overflow: hidden;
}

.story-det-top-cont-wrap>img {
    height: 125px;
}

.s-icon-box {
    padding: 10px 30px;
    border: 1px solid #0055B8;
    margin-right: 20px;
    background: #ECF4FF;
    text-align: center;
    border-radius: 10px;
}

.s-icon-box img {
    margin-bottom: 10px;
}

.prev-cont {
    padding-left: 20px;
}

.prev-next-wrap {
    border-top: 1px solid #85BDFF;
    border-bottom: 1px solid #85BDFF;
    padding: 20px 0;
    position: relative;
}

.prev-next-wrap::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 80%;
    background: #85BDFF;
    transform: translateX(50%);
    left: 50%;
    top: 10%;
}

.prev-btn.next-btn {
    flex-direction: row-reverse;
    text-align: end;
}

.prev-btn.next-btn .prev-cont {
    padding-right: 20px;
}

section.blog-sec.news-updates .col-md-4 {
    margin-bottom: 60px;
}

section.stories-top-cont h3 {
    font-size: 42px;
    padding-top: 20px;
    line-height: 56px;
}

.blog-date-img {
    position: relative;
}

.blog-date-img span {
    position: absolute;
    top: 40px;
    left: 20px;
    background: #082851;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
}



.sticky-social {
    position: fixed;
    bottom: 90px;
    right: 20px;
    padding: 0px;
    margin: 0px;
}

.social {
    list-style: none;
    padding-left: 0;
}

.social li {
    font-size: 25px;
    transition: all 0.8s ease-in-out;
}
.details-big-img img {
    width: 100%;
}
.s-blog-img img {
    height: 280px;
    max-height: 100%;
    width: 100%;
}
.warranty-form-wrap input, .warranty-form-wrap select, .warranty-form-wrap textarea {
    border-radius: 30px;
    padding: 10px 20px;
    line-height: 30px;
}
.collab-wrap {
    background: linear-gradient(225deg, #69E1DC 0%, #A0FFA5 100%);
    padding: 40px;
    border-radius: 10px;
}
.our-result-slide-wrap {
    display: flex;
}
/* responsive css  */
@media screen and (max-width:767px) {
    .our-result-slide-wrap {
    display: flex;
    flex-wrap: wrap;
}
    .card-right-cont {
        width: 100%;
    }

    .bnr-btm-card-sec {
        display: block;
    }

    .abt-para-cont {
        flex-wrap: wrap;
    }

    .abt-btn-wrap {
        flex-wrap: wrap;
    }

    .abt-btn-wrap .cont-btn {
        margin-top: 20px;
    }

    .what-we-top-cont {
        width: 100%;
        padding-bottom: 40px;
    }

    .video-top-cont {
        position: static;
        padding: 20px 0 0;
    }

    .video-btm-cont {
        position: static;
        width: 100%;
        padding: 20px 0 40px;
    }

    section.corporate-education {
        padding: 40px 0;
    }

    section.education-partner {
        padding: 40px 0;
    }

    .education-partner-cont {
        width: 100%;
    }

    .education-partner-cont h2 {
        line-height: 50px;
    }

    section.canvas-sec {
        padding: 40px 0;
    }

    .canvas-cont {
        width: 100%;
    }

    section.blog-sec {
        padding: 40px 0;
    }

    .blog-top-cont {
        flex-wrap: wrap;
        padding-bottom: 40px;
    }

    .btm-footer {
        flex-wrap: wrap;
    }

    .s-corporate-cont {
        padding-bottom: 40px;
    }

    .af-img::after,
    .bf-img::before {
        display: none;
    }

    .banner-sec .owl-dots span {
        width: 50px;
        background-repeat: no-repeat;
        height: 50px;
    }

    section.success-stories-logo {
        padding: 40px 0;
    }

    .story-det-top-cont-wrap {
        flex-wrap: wrap;
    }

    .story-details-heading {
        padding-left: 0 ;
    }
    section.stories-top-cont {
        padding: 40px 0;
    }
    
    section.stories-top-cont h3 {
        font-size: 32px;
        line-height: 40px;
    }
    
    .story-details-top-icons {
        padding-top: 20px;
    }
    section.stories-top-cont {
        padding: 40px 0;
    }
    
    section.prev-next-sec {
        padding-bottom: 40px;
    }
    .prev-btn img {
        width: 40% !important;
    }
    
    .prev-cont h4 {
        font-size: 16px;
    }
    .footer-wrap {
        text-align: center;
    }
    .video-top-cont::before,.video-top-cont::after {
        display: none;
    }
    section.yt-video {
        padding: 40px 0 0;
    }
    .btn-wrap.blu-btn.mbl-pd {
        padding: 10px 0 40px;
    }
    .prev-btn {
    flex-wrap: wrap;
    }
    .prev-cont {
    padding: 20px 0;
    }
}
.primary-prod-form-wrap .add-new-wrap:first-child .remove-btn {
    display: none;
}
/*.primary-prod-form-wrap .add-new-wrap:not(:first-child) .add-new-btn {*/
/*    display: none;*/
/*}*/
.warranty-form-wrap label {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}
button.add-new-btn {
    background: #09458D;
    color: #fff;
    border-radius: 30px;
    padding: 8px 20px;
    border: none;
}
button.remove-btn {
    background: #E4626F;
    color: #fff;
    border-radius: 30px;
    padding: 8px 20px;
    border: none;
}
.s-blog-box h3 {
    height: 70px;
    overflow: hidden;
}
.s-story-box>img {
    width: 150px;
    height: 120px;
    max-width: 100%;
    max-height: 100%;
}
.warranty-form-wrap {
    width: 1000px;
    max-width:100%;
    margin-inline: auto;
}
.blue-strip h6 {
    background: #0B4E9F;
    padding: 10px 50px;
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin-bottom: 0;
}
.google-integration-wrap {
    width: 70%;
    margin-inline: auto;
    text-align: center;
}
.google-integration-icon-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.s-google-integration-icon {
    width: 20%;
    padding: 20px;
    text-align:center;
}

.s-google-integration-icon h6 {
    padding: 20px 0;
}
.product-page-wrap {
    text-align: center;
}
table {
    width: 100%;
}

tr {
    line-height: 40px;
    border-bottom: 1px solid #E5E5E5;
}
.collection-centres tr{
    line-height: 30px !important;
}
section.specifications-sec {
    background: linear-gradient(180deg, #FFFFFF 0%, #DDECFF 100%);
}
section.brouchere-top-prod {
    background: linear-gradient(180deg, #171717 3.27%, #16191D 95.99%);
}

section.brouchere-top-prod h3 {
    color: #fff;
    padding-top: 20px;
}

section.brouchere-top-prod p {
    color: #fff;
}
.s-brouchure-cont {
    padding-left: 20px;
}
.s-brouchure-cont h4 {
    font-weight: 600;
    font-size: 22px;
}
section.google-integration-sec {
    background-image: url(../images/integration-bg.svg);
    background-size: cover;
}
section.google-integration-sec h2,section.google-integration-sec p,section.google-integration-sec h6 {
    color: #fff;
}
.s-brouchure-wrap {
    margin-bottom: 20px;
}
.s-corporate-cox {
    text-align: center;
    margin-bottom: 60px;
}

.s-corporate-cox h6 {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 700;
}
.inner-bnr-left p {
    color: #fff;
}
section.do-donts-sec {
    background: #F5F5F5;
}
.do-and-donts {
    max-width: 80%;
    margin-inline: auto;
}
.do-and-donts li {
    line-height: 36px;
    color: #555555;
}
.bg-gray {
    background: #F5F5F5;
}
section.collabration-sec {
    background-image: url(../images/collabrate-bg.svg);
    background-size: cover;
}
.privacy-policy-cont-wrap h2 {
    font-size: 36px;
}

.privacy-policy-cont-wrap li {
    line-height: 36px;
}

.privacy-policy-cont-wrap h4 {
    color: #555555;
}
section.branch-sec h2 {
    font-size: 42px;
}
.single-branch-wrap h4 {
    padding: 20px 0 5px;
}
.int-cont-wrap {
    padding: 20px;
    border: 1px solid #1361C4;
    background:#F5FAFF;
}
.int-cont-wrap p a {
    color: #555555;
    font-weight: 400;
}
.view-map-btn a {
    color: #082851;
}
section.international-ofc-sec {
    background: #f5f5f5;
}
#vidSection{
    padding: 70px 0px;
    background-color: #ffffff;
}
#vidSection h2{
    color: #171717;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 49px;
}
.vidInner{
    
    height: 335px;
}
.vidInner h4{
    border: 1px solid #D1D1D1;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    height: 90px;
    max-height: 100%;
}
.vidInner img{
    width: 100%;
}
/* Basic styling for the popup */
.videoPopup {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-content {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.close-icon {
    position: absolute;
    top: -10px;
    right: 20px;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
}
/* Popup Styling End */

#aboutUs-section\ nextsection{
    padding: 50px 0px 78px;
    position:relative;
}
.contentInner1{
    justify-content: space-between;
    align-items: center;
}
.contentInner1:nth-child(even){
    flex-direction: row-reverse;
}
.contentInner1 .aboutUs-content{
    text-align: right;
}
.contentInner1 .aboutUs-content:nth-child(even){
    text-align: left;
}
.aboutUs-content h2{
    color: #2C2C2C;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
}
.aboutUs-content h6{
    color: #171717;
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0px 30px;
}
.aboutUs-content p{
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
/* About Page Css */
#aboutUs-section\ nextsection{
    padding: 83px 0px 78px;
    position: relative;
}
.contentInner1,.contentInner2{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
    position: relative;
}
.dottedLine{
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    height:93%;
}
.dottedLine img{
    height:100%;
}
.contentInner2{
    flex-direction: row-reverse;
}
.contentInner1 .aboutUs-content,.contentInner2 .aboutUsImg{
    text-align: right;
}
.aboutUs-content h2{
    color: #2C2C2C;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
}
.aboutUs-content h6{
    color: #171717;
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0px 30px;
}
.aboutUs-content p{
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.contentInner1 .aboutUsImg{
    text-align: left;
}
.contentInner1::after {
    content: "";
    display: block;
    width: 86px;
    height: 24px;
    background-image: url(../images/S-image/leftArrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 49%;
    top: 8%;
    transform: translateY(-50%);
    overflow: visible;
}
.contentInner2::before{
    content: "";
    display: block;
    width: 86px;
    height: 24px;
    background-image: url('../images/S-image/rightArrow.svg');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 49%;
    top: 8%;
    transform: translateY(-50%);
    overflow: visible;
}

/* WhyUs Section */
#whyUs{
    background-color: #F5F5F5;
    padding-top: 70px;
}
.whyUs-head{
    color: #000000;
    font-size: 48px;
    font-weight: 700;
}
.whyUs-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 74px;
    width: 30%;
    gap: 15px;
}
.whyUs-card h2{
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    margin:0px;
}
.whyUs-card p{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.whyUs-cardsBox{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.vertical-line{
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 60%;
}
.vertical-line img{
    width: 100%;
}


/* awards Section Css */
#awards-section{
    padding: 70px 0px;
    background-color: #FFFFFF;
}
#awards-section h2{
    color: #171717;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}
#awards-section p{
    color: #555555;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.client-slider{
    margin-top: 36px;
    position: relative;
}
 .slide-img {
    opacity: 0.6;
    transform: scale(0.8);
    transition: all 0.2s ease;
}
.owl-item.center .slide-img {
    opacity: 1;
    transform: scale(1);
}
.client-slider .image-slider-box .owl-prev,.client-slider .image-slider-box .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #082851 !important;
    color: #FAFAFA !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px !important;
    cursor: pointer;
    z-index: 1000;
}
.client-slider .image-slider-box .owl-prev {
    left:0px !important;
}
.client-slider .image-slider-box .owl-next {
    right:0px !important;
    left: auto;
}
.btn-wrap {
    z-index: 2;
    position: relative;
}

/* Own DropDown  */
.drpdwn {
    position: relative;
  }
  .drpdwn > a {
    line-height: 3rem;
    color: #FAFAFA;
    padding: 0 .8rem;
    letter-spacing: 1px;
    font-size: .95rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
  }
  .drpdwn > a > i {
    margin-left: .2rem;
  }
  .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 12rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .5s;
  }
  
  .dropdown ul {
    position: relative;
    padding: 0;
    list-style: none;
  }
  
  .dropdown-link > a {
    display: flex;
    gap: 10px;
    background-color: #FAFAFA;
    color:#09458D;
    padding:12px;
    font-size:15px;
    font-weight: 600;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
  }
  
  .dropdown-link:hover > a {
    background-color:#09458D;
    color: #FAFAFA;
  }
  
  .dropdown-link i {
    transform: rotate(-90deg);
  }
  
  .arrow {
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color:#fff;
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1;
  }
  .dropdown-link:first-child:hover ~ .arrow {
    background-color:#09458D;
  }
  .dropdown .dropdown-link {
    position: relative;
    padding: 0 !important;
  }
  .dropdown.second {
    top: 0;
    left: 100%;
    padding-left: .8rem;
    cursor: pointer;
    transform: translateX(10px);
  }
  .dropdown.second .arrow {
    top: 10px;
    left: -5.5px;
  }
  .drpdwn:hover > .dropdown,
  .dropdown-link:hover>.dropdown {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
  }

  .solution-drpdwn {
    width: 990px;
    background-color: white !important;
    padding: 24px !important;
    left: -180%;
}
.solution-drpdwn ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.solution-drpdwn ul li {
    width: 23%;
}
.solution-drpdwn .dropdown-link > a{
    background-color: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.solution-drpdwn .dropdown-link p{
    color: #6A6A6A;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.solution-drpdwn .dropdown-link:hover > a{
    background-color: white;
    color: #09458D;
}
.solution-drpdwn .dropdown-link:first-child:hover ~ .arrow{
    background-color: white;
}
.solution-drpdwn .arrow{
    left: 280px;
    top: -30px;
}
.inner-bnr-left h1 {
    font-size: 48px;
    text-transform: capitalize;
}
.collabration-right-img {
    text-align: end;
}
span.add-new-btn {
    background: linear-gradient(90deg, #082851 0%, #0055B8 100%);
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
}
span.remove-btn {
    background: #E4626F;
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
}
@media (max-width: 991px) {
    /* AboutUs Responsive */
    .dottedLine{
        display:none;
    }
    .contentInner1::after{
        display: none;
    }
    .contentInner2::before{
        display: none;
    }
    .whyUs-card{
        width: 33%;
    }
    .vertical-line img{
        display: none;
    }
}

  @media (max-width: 991px) {
    
      .drpdwn {
        opacity: 1;
        transform: translateY(15px);
        margin: 8px 16px !important;
      }
    
      .drpdwn > a {
        line-height: 1;
        padding: 1.6rem 2rem;
      }
    
      .drpdwn:hover > a {
        transform: scale(1);
        background-color: var(--clr-nav-hover);
      }
    
      .dropdown,
      .dropdown.second {
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
        opacity: 1;
        pointer-events: auto;
        width: 100%;
        padding: 0;
        background-color: var(--clr-dropdown-hov);
        display: none;
      }
    
      .drpdwn:hover > .dropdown,
      .dropdown-link:hover>.dropdown {
        display: block;
      }
    
      .drpdwn:hover > a > i,
      .dropdown-link:hover>a>i {
        transform: rotate(360deg);
      }
    
      .dropdown-link > a {
        background-color: white;
        color:#09458D;
        padding: 1.2rem 2rem;
        line-height: 1;
      }
      .dropdown-link:not(:nth-last-child(2)) {
        border-bottom: none;
      }
      .arrow {
        z-index: 1;
        background-color:white;
        left: 10%;
        transform: scale(1.1) rotate(45deg);
        transition: .5s;
      }
    
      /* .drpdwn:hover .arrow {
        background-color: var(--clr-nav-hover);
      }
     */
      .dropdown .dropdown .arrow {
        display: none;
      }
    
      .dropdown-link:hover > a {
        background-color:white;
        color:#09458D;
      }
    
      .dropdown-link:first-child:hover ~ .arrow {
        background-color: white;
      }
    
      .drpdwn > a > i {
        font-size: 1.1rem;
        transform: rotate(-90deg);
        transition: .7s;
      }
    
      .dropdown i {
        font-size: 1rem;
        transition: .7s;
      }    
      .solution-drpdwn ul {
        gap: 15px;
        justify-content: center;
      }
      .solution-drpdwn .arrow{
        left: 0;
      }
  }
  @media (max-width:768px){
    .solution-drpdwn ul {
        flex-direction: column;
    }
    .solution-drpdwn{
        height: 328px;
        overflow: scroll;
    }
    .solution-drpdwn ul li{
        width: 100%;
    }
    .solution-drpdwn .dropdown-link img {
        width: 100%;
    }
  }
@media screen and (max-width:767px) {
    .form-inner-title {
  flex-wrap: wrap;
}
    section.specifications-sec.py-md-5 {
        overflow-x: scroll;
        padding: 40px 0;
    }
    .google-integration-wrap {
        width: 100%;
    }
    
    h2 {
        font-size: 36px;
        line-height: 50px;
    }
    
    section.google-integration-sec {
        padding: 40px 0;
    }
    
    .s-google-integration-icon {
        width: 100%;
    }
    
    section.brouchere-top-prod {
        padding: 40px 0;
    }
    
    .s-spec-btm-sec {
        padding: 20px 0;
    }
    
    section.brouchere-download-sec {
        padding: 40px 0;
        text-align: center;
    }
    
    .s-brouchure-wrap {
        padding: 20px 0;
        flex-wrap: wrap;
    }
    .blue-strip h6 {
        padding: 40px 20px;
    }
    .custom-prev:before {
        right: 12px;
        top: 17px;
    }
    
    .custom-next:before {
        top: 17px;
        right: 15px;
    }
    .bnr-right-cont {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    
    .bnr-display-wrap img:first-child {
        width: 100px !important;
    }
    section.about-us {
        overflow: hidden;
        padding: 40px 0;
    }
    table {
        width: 1000px;
    }
    section.products-wrap {
        padding: 40px 0;
    }
    section.collabration-sec .col-md-4 {
        padding-bottom: 20px;
    }
    /* .bnr-display-wrap img:last-child{ */
        /* height:auto; */
    /* } */
    .bnr-display-wrap{
            margin-top: 10%;
    }
    .s-footer-top-cont a{
        font-size:18px;
    }
    .footer-menu ul{
        padding-left:0;
    }
    .card-img-wrap {
    display: none;
}
}
/* S- Css */


@media (max-width: 767px) {
    #aboutUs-section\ nextsection{
        padding: 50px 0px;
        text-align: center;
    }
    .contentInner1 .aboutUs-content, .contentInner2 .aboutUsImg{
        text-align: center;
    }
    .aboutUs-content h2{
        font-size: 28px;
    }
    .contentInner1, .contentInner2{
        margin-bottom: 50px;
    }
    .whyUs-card{
        width: 100%;
    }
    .whyUs-card:nth-child(4){
        flex-direction: column-reverse;
    }
    .whyUs-head{
        margin-bottom: 30px;
    }
}


@media(min-width:1500px) {
    section.google-integration-sec h2{
        font-size: 52px;
    }
}
/* S- Css */
/* Home Css */
.bnr-btm-card-sec {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 0;
    padding-bottom: 110px;
}
.card-img-wrap{
    position: absolute;
    bottom: 0;
    left: 70px;   
}
.btn-container{
    align-items: baseline;
}
.banner-cont-wrap {
    padding-top: 77px;
}
img.card-l1 {
    left: 62%;
    bottom: 0;
    z-index: 1;
}
img.card-l2 {
    left: -105px;
    bottom: 0;
    position: relative;
}
img.card-l3 {
    bottom: 0;
    left: 23%;
}
.s-brouchure-cont .fa-solid.fa-arrow-right.white-arrow{
    display: none;
}
.card-hover{
    transition: 0.5s;
    cursor: pointer;
}
.card-hover:hover{
    transform: translate(0, -10px);
}
.corporate-box-wrap{
    justify-content: center;
}
.form-right-addr p{
    margin-bottom: 5px;
}
.form-right-addr img{
    float: left;
}
.collection-centres{
    background: linear-gradient(180deg, #FFFFFF 0%, #DDECFF 100%);
}
.collection-centres .table-box td{
    padding: 0 10px;
}
/* New Style For Banner */
.banner-cont-wrap{
    padding-top: 10px;
}
.bnr-display-wrap img:last-child{
       height: auto;
    width: 40% !important;
}
.bnr-display-wrap{
    padding: 2% 10% 6% 0;
}
.bnr-display-wrap img:first-child{
    margin-bottom:10%;
    width: 180px !important;
}
.floating {
    width: 280px;
}
img.card-l1 {
    left: 51%;
    bottom: 10px;
    z-index: 1;
}
img.card-l2 {
    left: -11%;
    bottom: -10px;
    position: relative;
}
img.card-l3 {
    bottom: 15px;
    left: 20%;
}

.about-drpdwn{
    width: 100%;
}
.slides{
    height: 90vh;
}
.form-sec input,.form-sec textarea{
        border-radius: 30px;
    padding: 10px 20px;
    line-height: 30px;
    background:#f5f5f5;
}
.form-sec{
    background:#f5f5f5;
}
section.form-sec label {
    padding-bottom: 10px;
}
input#product_qr::-webkit-file-upload-button,input#purchased_receipt::-webkit-file-upload-button {
    border-radius: 20px;
}
.primary-prod-form-wrap .add-new-wrap:not(:last-child) .add-new-btn {
    display: none;
}
@media screen and (min-width:1300px){
    .banner-sec {
    height: 90vh;
    background: #0B4E9F;
    display: flex;
        align-items: center;
}
.slides{
    height:fit-content;
}
/*.bnr-display-wrap img:last-child{*/
/*        width: 55% !important;*/
/*}*/
}
@media screen and (min-width:992px){
    .inner-bnr-right {
    padding-top: 10px;
}
}
@media (max-width: 991px) {
    /* Home Responsive */
    .card-img-wrap {
        position: absolute;
        bottom:0px;
        left: 60px;
    }
    .bnr-display-wrap img{
        width: 320px !important;
    }
    li.nav-dots {
        display: none;
    }
    .bnr-display-wrap {
        width: 100%;
        justify-content: start;
        align-items: center;
    }
    .abt-cont-wrap .row{
        flex-direction: column;
        gap: 20px;
    }
    .abt-cont-wrap .row>*{
        width: 100%;
    }
    .abt-img-wrap img{
        width: 100%;
    }

    /* AboutUs Responsive */
    .dottedLine{
        display:none;
    }
    .contentInner1::after{
        display: none;
    }
    .contentInner2::before{
        display: none;
    }
    .whyUs-card{
        width: 33%;
    }
    .vertical-line img{
        display: none;
    }

    /* Contact Responsive */
    .branch-sec-wrap .row{
        gap: 20px;
    }
    .branch-sec-wrap .row>*{
        width:48%;
        padding: 0;
    }
    .office-sec .row{
        gap: 20px;
    }
    .office-sec .row>*{
        width:48%;
        padding: 0;
    }

    /* Q-Pro Responsive */
    .s-google-integration-icon{
        width: 25%;
    }
    .brouchere-download-sec .row{
        flex-direction: column;
    }
    .brouchere-download-sec .row>*{
        width: 100%;
    }

     /* Corporate-Soluiton Responsive */
     .product-cont-sec img{
        width: 100%;
     }

     /* E-Waste Responsive */
     .table-box table{
        width: 1000px;
     }
     .table-box{
        overflow-x: scroll;
     }

     /* Broadcast Responsive */
     .brodcast-btns{
        flex-direction: column;
        align-items: end;
        margin-bottom: 30px;
     }
     .brodcast-btns .btn-wrap.white-btn{
        margin-bottom: 20px !important;
     }

     /* I-Series Responsive */
     #vidSection .row{
        gap: 25px;
        margin-bottom: 25px !important;
     }
     
     
     /* New Banner style*/  
     .slides{
        height: auto;
    }
    .banner-cont-wrap{
        padding-top: 30px;
    }
    .bnr-display-wrap {
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: auto;
        padding:0 0 20%;
    }
    .bnr-display-wrap img:last-child{
        height: auto;
    }
    .floating {
        width: 180px;
    }
    .card-img-wrap {
        position: absolute;
        bottom:-10px;
        left: 35px;
    }
    .circle-btn::before{
        width: 15px;
        height: 20px;
    }
    /* New Banner End */

}

@media (max-width: 767px) {
    .s-cam-box {
    text-align: center;
}
    /*.top-banner{*/
    /*    background-image: url(images/canvas-mbl-banner.webp) !important ;*/
    /*}*/
    .mbl-rev {
    flex-direction: column-reverse;
}
    section.education-partner h2 img {
    height: 50px;
}

section.education-partner h2 {
    line-height: 70px;
}
    /* Common Responsive */
    .inner-bnr-left {
        text-align: center;
    }
    .inner-bnr-left h1{
        font-size: 40px;
        line-height: 55px;
    }
    .inner-bnr-right p{
        text-align: center;
    }
    .btn-container{
        flex-direction:column;
        gap:20px;
        align-items:center;
    }

    /* Home Responsive */
    .slides{
        padding: 0;
    }
    .banner-cont-wrap{
        padding: 50px 0px;
    }
    .bnr-display-wrap{
        padding: 0;
        display:none;
    }
    .bnr-left-cont h1{
        font-size: 40px;
        line-height: 60px;
    }
    .bnr-left-cont img{
        width: 260px !important;
    }
    .bnr-display-wrap img:first-child{
        display: none;
    }
    .card-img-wrap{
        display: none;
    }
    .card-right-cont{
        text-align: center;
        margin-top: 50px;
    }
    


    /* AboutUs Responsive */
   #aboutUs-section\ nextsection{
        padding: 50px 0px;
        text-align: center;
                overflow: hidden;
    }
    .contentInner1 .aboutUs-content, .contentInner2 .aboutUsImg{
        text-align: center;
    }
    .aboutUs-content h2{
        font-size: 28px;
    }
    .contentInner1, .contentInner2{
        margin-bottom: 50px;
    }
    .whyUs-card{
        width: 100%;
    }
    .whyUs-head{
        margin-bottom: 30px;
    }

     /* Contact Responsive */
     .banner-user-details-wrap .btn-wrap.blu-btn{
        margin-bottom: 60px;
    }
     .branch-sec-wrap .row{
        gap: 20px;
    }
    .branch-sec-wrap .row>*{
        width:100%;
        padding:0px 20px;
    }
    .office-sec .row{
        gap: 20px;
    }
    .office-sec .row>*{
        width:100%;
        padding:0px 20px;
    }

    /* Warranty-Registration */
    .warranty-form-wrap h2{
        font-size: 30px;
    }
    .primary-prod-form-wrap button.add-new-btn{
        padding-bottom: 8px;
    }
    .add-new-btn .fa-solid.fa-arrow-right{
        display: none;
    }

    /* Q-Pro Responsive */
    .inner-bnr-left span{
        font-size: 25px;
        line-height: 35px;
    }
    .inner-bnr-left img{
        width: 200px;
        padding: 20px 0px;
    }
    .inner-bnr-right {
        text-align: center;
    }
    .inner-bnr-right .btn-wrap.white-btn{
        margin: 0px;
        padding:0px;
        
    }
    .blue-strip h6{
        font-size: 28px;
    }
    .s-google-integration-icon{
        width: 100%;
    }
    .s-brouchure-wrap{
        flex-direction: column;
        gap: 15px;
        margin: 0;
                align-items: center !important;
    }

    /* Corporate-Soluiton Responsive */
    .product-cont-sec{
        padding: 50px 0px 2px;
    }
    .product-cont-sec .row{
        gap: 20px;
    }
    .s-prod-cont{
        padding-bottom: 20px;
    }
    
     /* New Banner style*/   
    .banner-cont-wrap{
        padding: 20px 0px;
        text-align: center;
    }
    .bnr-left-cont h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .circle-btn{
        display: none;
    }
    section.international-ofc-sec {
    padding: 40px 0;
}

.s-int-ofc {
    padding-bottom: 20px;
}

.single-branch-wrap {
    padding-bottom: 20px;
}

section.form-sec {
    padding: 40px 0 0;
}
section.contact-map-sec {
    padding-top: 40px;
}
.sticky-social img {
    width: 50px;
}
}
.inner-bnr-left.dv-one-plus-left img {
    filter: invert(1);
}



.floating.card-l1 {
    animation: moveFromLeft 4s ease-in-out infinite;
}

@keyframes moveFromLeft {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(4deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.floating.card-l2 {
    animation: moveFromRight 4s ease-in-out infinite;
}

@keyframes moveFromRight {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-4deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.floating.card-l3 {
    animation: moveFromTop 4s ease-in-out infinite; 
}

@keyframes moveFromTop {
    0% {
        transform: translateY(0px); 
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0); 
    }
}


.af-img::after,.bf-img::before {
    animation-name: blinkZoomAnimation;
    animation-duration:3s;  
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes blinkZoomAnimation {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0;
        transform: scale(0.5);
    }
}



.circle-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 5;
}
.circle-btn img {
    position: relative;
    bottom: auto;
    transform: none;
    left: auto;
    width: 116px;
}
.circle-back{
    animation-name: rotate360;
    animation-duration: 10s;
    animation-timing-function: linear;  
    animation-iteration-count: infinite; 
    display: block; 
    margin: 0 auto; 
}
.circle-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 20px;
    height: 30px;
    background: url('../images/bnr_circle_arrow.svg') no-repeat center center;
    background-size: cover;
}
.qca-GI .s-google-integration-icon img {
    filter: invert(1);
}
@keyframes rotate360 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

