* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

@font-face {
    font-family: 'BN Elements';
    src: url(../fonts/BNElements.woff2) format('woff2'), url(../fonts/BNElements.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Urbancat Rg';
    src: url(../fonts/UrbancatRg-Bold.woff2) format('woff2'), url(../fonts/UrbancatRg-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

body {
    font-family: 'Poppins', sans-serif;
    background: #000;
    top: 0 !important
}

body::-webkit-scrollbar {
    width: 3px
}

body::-webkit-scrollbar-track {
    background: #eee
}

body::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 6px
}

p {
    font-size: 14px
}

ul {
    font-size: 14px
}

.sticky_header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #121011
}

#navbar_top .container {
    max-width: 1400px
}

.bg-black {
    background-color: #000
}

.navbar .navbar-nav {
    align-items: center
}

.navbar .nav-item .nav-link {
    color: #fff;
    line-height: 0;
    font-size: .8rem;
    padding: 10px 15px;
    height: 55px;
    line-height: 35px
}

.navbar .nav-item:first-child .nav-link {
    padding: 10px 10px 10px 20px
}

.cont-sale {
    background: #fff;
    color: #000 !important;
    padding: 8px 19px !important;
    border-radius: 5px;
    margin-left: 35px;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 14px !important
}

.right-side {
    display: flex;
    align-items: center;
    min-width: 200px;
    min-height: 50px;
}

.right-side ul {
    display: flex;
    align-items: center;
    margin: 0;
    list-style: none
}

.right-side ul li {
    padding: 0 10px;
    border-right: 1px solid #fff
}

.right-side ul li:last-child {
    border: none
}

.right-side ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none
}

.right-side ul li a:hover {
    opacity: .8;
    text-decoration: underline
}

.right-side ul li i {
    font-size: 17px
}

.right-side ul li u {
    color: #fff;
    padding: 0 5px;
    font-size: 10px;
    text-decoration: none
}

.right-side ul li.cart-dropdown-btn {
    position: relative
}

.right-side ul li.cart-dropdown-btn ul.cart-dropdown,
.right-side ul li.user-dropdown-btn ul.user-dropdown {
    position: absolute;
    top: 46px;
    right: 0;
    background-color: #fff;
    width: 391px;
    padding: 10px;
    display: block;
    border: 1px solid #efefef;
    border-radius: 0 0 5px 5px;
    display: none
}

.right-side ul li.cart-dropdown-btn ul.cart-dropdown li {
    list-style: none;
    display: flex;
    border: none;
    padding: 0;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    position: relative
}

.right-side ul li.cart-dropdown-btn ul.cart-dropdown li:last-child {
    border-bottom: 0;
    margin: 0;
    padding: 0
}

.right-side ul li.cart-dropdown-btn ul.cart-dropdown li .widget-posts-img {
    display: inline-block;
    width: 30%
}

.right-side ul li.cart-dropdown-btn ul.cart-dropdown li .widget-posts-descr {
    width: 70%;
    padding: 0 40px 0 20px
}

.right-side ul li.cart-dropdown-btn ul.cart-dropdown li .widget-posts-descr a {
    font-size: 13px;
    color: #000;
    font-weight: 600
}

.right-side ul li.cart-dropdown-btn ul.cart-dropdown li .clear-cart_button {
    position: absolute;
    top: 40%;
    right: 10px;
    transform: translateY(-40%)
}

.right-side ul li.cart-dropdown-btn ul.cart-dropdown li .clear-cart_button a {
    color: red
}

.right-side ul li.cart-dropdown-btn ul.cart-dropdown li .viewcart-btn {
    background: #333;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 0;
    font-size: 13px;
    letter-spacing: 1px
}

.right-side ul li.user-dropdown-btn {
    position: relative
}

.right-side ul li.user-dropdown-btn ul.user-dropdown {
    width: 130px;
    overflow: hidden;
    padding: 0
}

.right-side ul li.user-dropdown-btn ul.user-dropdown li {
    padding: 0;
    border: none
}

.right-side ul li.user-dropdown-btn ul.user-dropdown li a {
    color: #000;
    border-bottom: 1px solid #f9f9f9;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400
}

.right-side ul li.user-dropdown-btn ul.user-dropdown li a:hover {
    font-weight: 600
}

.cont-sale i {
    background: #000;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
    font-size: 12px
}

.navbar .navbar-brand img {
    width: 170px
}

.main-banner {
    overflow: hidden;
    position: relative
}

.banvideo {
    position: relative
}

.banvideo video {
    position: absolute;
    top: 33px;
    left: 22px;
    width: 97%
}

#banner {
    width: 100%;
    height: 100vh;
    padding: 250px 0;
    background-image: url(../images/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto
}

@-webkit-keyframes waves {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

#banner .left-screen {
    padding-right: 50px
}

#banner .left-screen h1 {
    font-weight: 800;
    color: #fff;
    padding-left: 20px;
    border-left: 4px solid #ffcd17;
    margin-bottom: 30px
}

#banner .left-screen p {
    color: #fff;
    font-size: 14px
}

.banner-slide {
    position: relative;
    z-index: -1
}

.banner-slide .item-caption {
    max-width: 60%;
    position: absolute;
    bottom: 0;
    left: 150px;
    opacity: 0;
    visibility: hidden;
    transition: all 2s;
    z-index: 5
}

.banner-slide .item-caption h1 {
    font-size: 4rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 5px 5px 5px #000
}

.banner-slide .item-caption p {
    font-size: 18px;
    color: #fff;
    text-shadow: 2px 2px 2px #000
}

.banner-slide .owl-item.active .item-caption {
    visibility: visible;
    opacity: 1;
    bottom: 200px
}

.banner-slide.owl-theme .owl-nav [class*="owl-"] {
    width: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 50%;
    color: #000
}

#scroll-1 {
    padding: 100px 0 100px 0;
    width: 100%;
    height: auto;
    overflow: hidden
}

.txt-right1 {
    font-weight: 800;
    font-size: 70px;
    margin-bottom: 50px;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: #fff0;
    color: #fff0;
    letter-spacing: 3px
}

.white-board {
    background-image: url(../images/dotsbg.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px
}

.tools {
    position: sticky;
    top: 50%;
    left: 95%;
    z-index: 99;
    display: inline-block
}

.tools img {
    margin: auto;
    display: block;
    margin-bottom: 5px
}

.tools button {
    background-color: #fff;
    border: none;
    border: 1px solid #000;
    padding: 1px 10px;
    margin-bottom: 10px;
    font-size: 20px;
    transition: all 0.5s;
    display: block
}

.tools input {
    height: 35px;
    margin-bottom: 10px;
    border: none;
    width: 42px
}

.left-img-bright {
    position: relative;
    left: -30px
}

.position-relative {
    position: relative
}

.image-container {
    position: relative;
    width: 100%;
    height: 482px;
    overflow: hidden;
    transition: transform 300ms ease
}

.image-container .image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100%;
    background-position: center
}

.image-slider-container .range-slider {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    background: rgb(242 242 242 / .2);
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    z-index: 2;
    transition: all 200ms linear
}

.image-slider-container .range-slider:hover {
    background: rgb(242 242 242 / .1)
}

.image-slider-container .range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 6px;
    height: 800px;
    background: #fff;
    cursor: move;
    transition: all 300ms ease
}

.slider-control {
    z-index: 0;
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -50%);
    cursor: grab
}

.slider-control::after,
.slider-control::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.slider-control::after {
    content: "";
    right: 3px
}

.slider-control::before {
    content: "";
    left: 3px
}

.image-container .blue1 {
    background: url(../images/low_blue_light.webp);
    background-size: cover
}

.image-container .blue2 {
    background: url(../images/low_blue_light.webp);
    width: 50%;
    background-size: cover
}

.image-container .flicker1 {
    background: url(../images/flicker-free.webp);
    background-size: cover
}

.image-container .flicker2 {
    background: url(../images/flicker-free.webp);
    width: 50%;
    background-size: cover
}

#myCanvas {
    color: #333;
    width: 2560px;
    height: 400px;
    display: block
}

.pen {
    cursor: url(../images/pen.png), auto
}

.erase {
    cursor: url(../images/erase.png), auto
}

.board-text {
    position: sticky;
    bottom: 70%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 70%;
    text-align: center;
    z-index: 3;
    pointer-events: none
}

.board-text .title {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 0
}

.wb-icon1 {
    position: sticky;
    bottom: 200px;
    left: 0;
    pointer-events: none
}

.wb-icon2 {
    position: sticky;
    bottom: 100px;
    left: 0;
    pointer-events: none
}

.wb-icon3 {
    position: sticky;
    bottom: 300px;
    left: 0;
    pointer-events: none
}

.wb-icon4 {
    position: absolute;
    bottom: 300px;
    right: 0;
    pointer-events: none
}

.til-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
    padding-bottom: 40px;
    background-color: #fff
}

.til-banner img {
    width: 100%;
    position: relative;
    z-index: 2
}

.til-banner .big-title {
    font-weight: 600;
    color: #fff0;
    font-size: 95px;
    background: url(https://img.freepik.com/free-vector/watercolor-galaxy-background_23-2149320638.jpg?w=740&t=st=1675926040~exp=1675926640~hmac=35946ebe23bee230687670abe088dd9963821a5070ac5d25c081849468309118) repeat;
    background-position: 40% 50%;
    -webkit-background-clip: text;
    position: relative;
    text-align: center;
    line-height: inherit
}

.sound-text h3 {
    font-size: 60px;
    font-weight: 800;
    margin-top: 20px
}

.ph2 {
    width: 800px
}

.pulsing-rings {
    position: absolute;
    margin: auto;
    width: 300px;
    height: 300px;
    bottom: 5%;
    left: 46%;
    transform: translate(-100%, 45%) rotateX(-250deg);
    z-index: 0
}

.pulsing-rings {
    display: block
}

.p-relative {
    position: relative
}

.pulsing-rings .pulsing-ringlet {
    width: 300px;
    height: 300px;
    border: 3px solid #015c91;
    border-radius: 50%;
    position: absolute;
    transform: scale(.1, .1);
    opacity: 0;
    animation: pulse 3000ms ease-out infinite
}

.pulsing-two {
    left: auto;
    right: -14%
}

.pulsing-rings .pulsing-ringlet:nth-of-type(2) {
    animation-delay: 600ms
}

.pulsing-rings .pulsing-ringlet:nth-of-type(3) {
    animation-delay: 1200ms
}

@keyframes pulse {
    0% {
        transform: scale(.1, .1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0
    }
}

.video-sec {
    width: 100%;
    height: auto;
    background-color: #fff;
    position: relative;
    padding: 100px 0
}

.blogs-sec a {
    text-decoration: none
}

.video-sec .video-text {
    text-align: center;
    padding: 0 80px
}

.video-sec .video-text .video-title {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 50px
}

.video-sec .video-text .title {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 0
}

.video-sec .video-img {
    position: absolute;
    bottom: -15%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 1
}

.feature-sec {
    width: 100%;
    height: auto;
    padding: 70px 0;
    overflow: hidden;
    position: relative
}

.feature-sec .screen-img-box {
    position: relative
}

.feature-sec .screen-img-box img:nth-child(2) {
    position: absolute;
    top: -9px;
    right: -77px;
    z-index: 1;
    transition: all 0.5s
}

.feature-sec .screen-img-box img:nth-child(3) {
    position: absolute;
    top: -9px;
    right: -177px;
    z-index: 2;
    transition: all 0.5s
}

.feature-sec .screen-img-box img:nth-child(4) {
    position: absolute;
    top: -9px;
    right: -264px;
    z-index: 3;
    transition: all 0.5s
}

.feature-sec .screen-img-box:hover img:nth-child(2) {
    right: -47px
}

.feature-sec .screen-img-box:hover img:nth-child(3) {
    right: -97px
}

.feature-sec .screen-img-box:hover img:nth-child(4) {
    right: -134px
}

.feature-sec .feature-text {
    padding-left: 50px;
    padding-top: 40px
}

.feature-sec .feature-text .feature-title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff
}

.feature-sec .feature-text .feature-title span {
    font-weight: 200
}

.feature-sec .feature-screen {
    padding-left: 50px
}

.feature-sec .feature-screen h4 {
    font-size: 35px;
    color: #fff;
    font-weight: 600
}

.feature-sec .feature-screen p {
    color: #ccc
}

.feature-sec .feature-text p {
    color: #fff;
    letter-spacing: 1px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 600
}

#leftgear {
    position: absolute;
    top: 20%;
    right: -30%;
    z-index: -1;
    width: 60%;
    opacity: .3
}

.feature-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none
}

.feature-ul li {
    width: 250px
}

.feature-ul li .feature-box {
    margin-bottom: 25px;
    border-radius: 10px;
    text-align: center;
    padding: 20px 20px;
    width: 100%;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: 2px dashed #504f4f
}

.feature-ul li .feature-box img {
    width: 30%
}

.feature-ul li .feature-box h4 {
    font-size: 14px;
    margin-bottom: 0;
    color: #919191;
    padding-top: 10px
}

.subscribe {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-color: #f1b317;
    position: relative
}

footer {
    padding-top: 40px;
    background-color: #232f3e
}

.fot-logo {
    padding: 10px
}

.fot-box-line {
    position: relative;
    padding-right: 80px;
    width: 100%
}

.fot-box-line:after {
    content: "";
    position: absolute;
    top: 0;
    right: 40px;
    width: 1px;
    height: 100%;
    background-color: #5f6060
}

.fot-box h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300
}

.fot-box p {
    color: #d9d9d9;
    font-size: 15px;
    margin-bottom: 10px
}

.fot-box p i {
    color: #fff
}

.fot-box p a {
    color: inherit;
    text-decoration: none
}

.fotpl-20 {
    padding-left: 20px
}

.socail-link {
    padding: 30px 20px 10px
}

.socail-link ul {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 0
}

.socail-link ul li a {
    border: 1px solid #919191;
    color: #919191;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%
}

.socail-link ul li a i {
    transition: all 0.5s
}

.socail-link ul li a:hover i {
    transform: rotate(360deg)
}

.full-band {
    background-color: #131a22;
    padding: 15px 0;
    margin-top: 0
}

.copyright-row p {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px
}

.fot-links {
    display: inline-block;
    padding-left: 0
}

.fot-links li {
    display: inline-block
}

.fot-links li a {
    color: #ccc;
    font-size: 13px;
    margin-right: 5px;
    text-decoration: none;
    border-right: 1px solid #ccc;
    line-height: 10px;
    padding-right: 10px;
    display: inline-block
}

.fot-links li:last-child a {
    border-right: 0
}

.fot-links li span {
    color: #ccc;
    font-size: 13px;
    margin-right: 10px
}

.fot-links li a:hover {
    text-decoration: underline
}

.border-top1 {
    border-top: 1px solid #3e3e3e
}

.socail-links li a {
    color: #ffb000;
    border: none;
    padding-right: 0
}

.newsletter .form-group {
    display: flex;
    align-items: center
}

.newsletter .form-group .form-control {
    border-radius: 0;
    height: 50px
}

.newsletter .form-group .btn {
    height: 50px;
    background: #000;
    color: #fff;
    border-radius: 0;
    padding: 0 30px
}

.get-in-touch h4 {
    font-size: 34px;
    color: #000;
    font-weight: 800
}

.get-in-touch i {
    position: absolute;
    top: 30px;
    left: 30px;
    opacity: .1;
    font-size: 200px
}

.enquiry-sec {
    padding: 80px 0;
    position: relative;
    z-index: 0;
    background-color: #dbdbdb;
    overflow: hidden
}

.enquiry-sec .enquiry-content h3 {
    font-weight: 700;
    font-size: 3rem
}

.enquiry-sec .enquiry-content p {
    font-size: 22px
}

.btn {
    border-radius: 5px;
    padding: 0 30px !important;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px
}

.enquiry-form {
    padding: 30px 30px;
    background: #fff;
    margin: 0 0;
    box-shadow: 0 0 30px -6px #3c3b3b;
    border-radius: 5px
}

.enquiry-form .btn {
    background: #cde1f5;
    border-radius: 5px
}

.form-group {
    margin-bottom: 1rem
}

.form-group label {
    font-size: 14px;
    font-weight: 500
}

.form-control[type=file] {
    overflow: hidden;
    line-height: 26px
}

.form-control {
    border-radius: 5px;
    height: 40px;
    color: #585c5f;
    appearance: auto;
    font-size: 13px
}

textarea.form-control {
    height: 100px
}

.enquiry-cont {
    width: 100%;
    padding-top: 40px
}

.enquiry-cont ul {
    list-style: none;
    padding-left: 0
}

.enquiry-cont ul li {
    display: block;
    margin-bottom: 20px;
    padding: 0 10px;
    border-radius: 5px;
    width: 100%;
    position: relative
}

.enquiry-cont ul li h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 7px
}

.enquiry-cont ul li a {
    display: inline-block;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    padding-right: 30px;
    line-height: 14px
}

.enquiry-cont ul li a i {
    color: #000;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    background: #fff;
    border: 3px solid #dadada;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 33px;
    border-radius: 50%
}

.fixtop {
    position: fixed;
    bottom: 40px;
    right: 100px;
    z-index: 99999;
    display: block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    color: #333;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    border-radius: 10px
}

.fixtop.f-height {
    height: 40px
}

.penfixright {
    position: fixed;
    bottom: 50%;
    transform: translatey(-50%);
    right: -115px;
    z-index: 99;
    display: block;
    width: fit-content;
    line-height: 40px;
    text-align: center;
    background-color: #232f3e;
    color: #fff;
    transition: all 0.5s;
    border-radius: 5px 0 0 5px;
    border: 1px solid #fff;
    border-right: 0;
    padding: 0 12px;
    text-decoration: none;
    font-size: 14px
}

.penfixright i {
    margin-right: 13px
}

.penfixright:hover {
    right: 0
}

.penfixright.penslide {
    right: 0
}

#drowpanel .contact-container {
    display: block;
    width: 100%;
    height: auto;
    background: #FCFDFD;
    position: relative;
    padding: 10px
}

#drowpanel .contact-container #bcPaint {
    position: absolute;
    left: 32.2%;
    top: 13.5%;
    width: 35.5%;
    height: 41%;
    background: #fff
}

#bcPaint-palette {
    display: none
}

#bcPaintCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: crosshair
}

#bcPaint-reset {
    position: absolute;
    bottom: -54px;
    left: 80px;
    height: 35px;
    padding: 0 15px !important;
    line-height: 35px;
    font-size: 12px;
    background: #333;
    border-color: #333;
    color: #fff
}

.fullvideo-sec video {
    display: block;
    width: 100%
}

#my-carousel .item img {
    width: 100%
}

.owl-next,
.owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%
}

.owl-prev {
    left: 10px
}

.owl-next {
    right: 10px
}

.navigation-img-wrapper {
    margin-top: 4px;
    text-align: center
}

.navigation-img-wrapper .navigator {
    display: inline-block;
    width: 150px;
    height: 100px;
    text-align: center;
    background-color: pink;
    line-height: 100px;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
    border-radius: 6px
}

.navigation-img-wrapper .navigator.active {
    color: #fff;
    background: red
}

.sectors {
    background: #fff;
    padding: 30px;
    position: relative
}

.outer {
    margin: 0 auto
}

#big .item {
    margin: 2px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden
}

#thumbs {
    height: 100%
}

#thumbs .owl-stage-outer {
    height: 100%
}

#thumbs .owl-stage-outer .owl-stage {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    width: 100% !important
}

#thumbs .owl-stage-outer .owl-stage .owl-item {
    width: 100% !important
}

#thumbs .item {
    background: #000;
    height: 80px;
    line-height: 80px;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: left;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    border: 5px solid #000;
    text-transform: uppercase;
    border-radius: 5px;
    border: 2px solid #000
}

#thumbs .item img {
    width: 70px;
    margin-right: 10px
}

#thumbs .item h1 {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 22px;
    margin: 0
}

#thumbs .current .item {
    background: none;
    border: 2px solid #000
}

#thumbs .current .item h1 {
    color: #000
}

#thumbs .owl-nav.disabled {
    display: none
}

.owl-theme .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6
}

#big.owl-theme {
    position: relative
}

#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
    background: #333;
    width: 22px;
    line-height: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%
}

#big.owl-theme .owl-prev {
    left: 10px
}

#big.owl-theme .owl-next {
    right: 10px
}

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
    background: #333
}

.banner-text {
    position: absolute;
    z-index: 9;
    top: 55%;
    transform: translateY(-50%);
    left: 120px
}

.main-banner .ban-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    display: block;
    text-align: center
}

.main-banner .ban-content h3 {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 30px
}

.main-banner .ban-content h2 {
    color: #fff;
    font-size: 55px;
    font-weight: 600
}

.main-banner .ban-content a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-top: 30px;
    display: block;
    text-decoration: none
}

.main-banner .ban-content a i {
    background: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin-right: 10px
}

.bright-sec {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-color: #f8fdff;
    position: relative;
    overflow: hidden
}

.bright-sec .brightness,
.bright-sec .brightness-title {
    padding-left: 40px
}

.bright-sec .brightness h4 {
    font-size: 35px;
    color: #000;
    font-weight: 600
}

.bright-sec .brightness-title h3 {
    margin-top: 50px;
    font-size: 45px;
    color: #000;
    font-weight: 800;
    margin-bottom: 0
}

.bright-sec .brightness-title p {
    font-size: 25px
}

.left-img-bright img {
    filter: drop-shadow(2px 4px 6px black)
}

.hdscreen-sec {
    width: 100%;
    height: auto;
    padding: 70px 0;
    background-color: #000;
    position: relative;
    overflow: hidden
}

.hdscreen-sec .hdscreen,
.hdscreen-sec .hdscreen-title {
    padding-left: 40px
}

.hdscreen-sec .hdscreen h4 {
    font-size: 35px;
    color: #fff;
    font-weight: 600
}

.hdscreen-sec .hdscreen p {
    color: #ccc
}

.hdscreen-title h3 {
    margin-top: 50px;
    font-size: 45px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 0
}

.hdscreen-title p {
    font-size: 25px;
    color: #ccc
}

.main-title {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-bottom: 50px
}

.btn-main {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    display: block;
    text-decoration: none
}

.btn-main.spark-btn {
    margin-top: 20px
}

.btn-main.blaze-btn {
    margin-top: 31px
}

.btn-main i {
    background: #fff;
    color: #333;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin-right: 10px
}

.video-test {
    padding: 100px 0;
    overflow: hidden
}

.video-test .video-title h4 {
    font-size: 35px;
    color: #fff;
    font-weight: 600
}

.video-test .video-title p {
    color: #ccc
}

.videoimg {
    position: relative;
    perspective: 430px;
    transform: perspective(500px) rotateY(-5deg)
}

.videoimg video {
    position: absolute;
    top: 11px;
    left: 8px;
    width: 98%;
    height: auto
}

.rs-breadcrumbs.img1 {
    border-bottom: 2px solid #000
}

.rs-breadcrumbs .breadcrumbs-inner {
    padding: 130px 0 60px 0
}

.rs-breadcrumbs .breadcrumbs-inner .page-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 62px;
    margin-bottom: 5px;
    color: #000
}

.rs-breadcrumbs .breadcrumbs-inner .description p {
    color: #888;
    margin: 0 0 0 0
}

.rs-contact {
    padding: 100px 0 0 0
}

.rs-contact.contact-style5 .contact-box .address-box {
    display: flex;
    margin-top: 20px
}

.rs-contact.contact-style5 .contact-box .address-box .address-icon {
    background: #343a40;
    min-width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    margin-right: 23px
}

.rs-contact.contact-style5 .contact-box .address-box .address-icon i {
    font-size: 20px;
    line-height: 20px;
    color: #fff
}

.rs-contact.contact-style5 .contact-box .address-box .address-text .label {
    font-size: 20px;
    font-weight: 600;
    color: #002129;
    display: block;
    margin-bottom: 5px
}

.rs-contact.contact-style5 .contact-box .address-box .address-text a {
    color: #454545
}

.mb-30 {
    margin-bottom: 30px
}

.rs-contact.contact-style5 .contact-widget .from-control {
    padding: 20px 20px 20px 20px;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 0 0 0 0;
    background-color: #f6f7f9;
    width: 100%;
    max-width: 100%;
    color: #000
}

.rs-contact.contact-style5 .contact-widget textarea {
    height: 120px
}

.custom-btn {
    display: inline-block;
    color: #000;
    text-decoration: none;
    position: relative;
    padding: 0 30px;
    line-height: 60px;
    border: none;
    background: #bfd9ff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 3px
}

.custom-btn:hover {
    opacity: .8
}

.custom-btn span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    margin-left: 16px
}

.custom-btn i {
    background: #000;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px
}

.map-canvas {
    padding-top: 50px
}

.map-canvas iframe {
    display: block
}

.product-sec {
    padding-bottom: 50px
}

.product-sec.bglight {
    background-color: #eee;
    padding: 100px 0;
    padding-top: 50px
}

.product-sec .large-5.column {
    padding: 100px 50px 50px 50px;
    background: #f3f3f3;
    height: 91vh
}

.product-box {
    background: #fff;
    box-shadow: 0 5px 10px 0 #e1e0e0;
    border-radius: 15px;
    padding: 20px 20px 40px 20px;
    position: relative;
    text-align: center;
    height: auto
}

.product-detail {
    background: #fff;
    box-shadow: 0 5px 10px 0 #ada8a8;
    border-radius: 15px;
    position: relative;
    text-align: center;
    overflow: hidden
}

.product-box h2 {
    margin-top: 10px;
    margin-bottom: 15px;
    display: inline-block;
    border-bottom: 2px solid #000;
    font-weight: 600;
    color: #000
}

.product-box a {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    line-height: 12px
}

.product-box a span {
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #fff;
    margin-bottom: 4px;
    transition: all 0.5s
}

.product-box a:hover span {
    width: 20px
}

.fix-bg {
    background-image: url(../images/education.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh
}

.fix-content h2 {
    font-size: 30px;
    font-weight: 600
}

.product-detail.fix-size {
    height: 222px
}

.about-sec {
    padding: 100px 0;
    overflow: hidden
}

.about-inner {
    padding-top: 150px
}

.about-inner .about-inner-title .page-title {
    font-weight: 600;
    font-size: 3rem
}

.about-me {
    padding-left: 30px
}

.about-me .sub-upper {
    font-size: 14px;
    font-weight: 600;
    color: #8f8b8b;
    line-height: 28px;
    display: block;
    font-family: "Nunito", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 0
}

.about-me .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    color: #002129
}

.about-me .title span {
    color: #8f8b8b
}

.about-me ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-left: 2px solid #00386a;
    padding-left: 20px
}

.about-me ul li {
    margin: 0 15px 7px 0;
    display: flex;
    align-items: center;
    white-space: nowrap
}

.about-me ul li i {
    font-size: 20px;
    line-height: 31px;
    color: #00386a;
    font-weight: 900;
    margin-right: 6px
}

.about-me ul li span {
    color: #000;
    font-weight: 500
}

.rs-appointment {
    padding: 100px 0;
    background-color: #131011
}

.rs-appointment .contact-wrap {
    padding: 40px 40px 50px 40px;
    border: 2px solid #fff
}

.rs-appointment .contact-wrap .content-part {
    text-align: center;
    margin-bottom: 30px
}

.rs-appointment .contact-wrap .content-part .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 800;
    color: #fff;
    margin: 0
}

.rs-appointment .contact-wrap .content-part .desc {
    color: #fff;
    margin: 0
}

.mb-20 {
    margin-bottom: 20px
}

.rs-appointment .contact-wrap .from-control {
    padding: 11px 20px 11px 20px;
    border-style: solid;
    border-color: #f1f1f1;
    background-color: #f1f1f1;
    color: #454545;
    width: 100%
}

.rs-appointment .contact-wrap textarea {
    height: 120px
}

.submit-btn {
    outline: 0;
    border: none;
    padding: 12px 30px 12px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #004fd2;
    background-color: #fff;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    cursor: pointer
}

.rs-appointment .sec-title .sub-text.big {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #ddd
}

.rs-appointment .sec-title .title {
    font-size: 36px;
    font-weight: 800;
    line-height: 48px;
    color: #8f8b8b;
    margin: 0
}

.rs-appointment .sec-title .title a {
    color: inherit;
    text-decoration: none
}

.rs-appointment .sec-title .desc.desc2 {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 15px
}

.address-icon span {
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    outline: 2px solid #fff;
    outline-offset: 5px;
    margin-bottom: 20px
}

.rs-testimonial {
    padding: 100px 0
}

.rs-testimonial .sec-title .sub-text {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #8f8b8b;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    display: block;
    margin: 0
}

.rs-testimonial .sec-title .title {
    font-size: 36px;
    font-weight: 800;
    line-height: 48px;
    color: #002129;
    margin: 0
}

.rs-testimonial .sec-title .title span {
    color: #8f8b8b
}

.rs-testimonial .sec-title .desc {
    font-size: 16px;
    font-weight: 400;
    margin: 0
}

.rs-carousel {
    margin-top: 40px
}

.rs-testimonial.testimonial-style1.testimonial-about-style .owl-stage-outer {
    padding: 10px;
    margin: -10px
}

.rs-testimonial.testimonial-style1 .testi-item {
    background-color: #fff;
    border-radius: 4px 4px 4px 4px;
    padding: 90px 42px 40px 42px;
    height: 450px;
    border: 1px solid #ebebeb
}

.rs-testimonial.testimonial-style1 .testi-item .item-content .desc {
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    font-weight: 400;
    padding: 0 0 30px 0
}

.rs-testimonial.testimonial-style1 .testi-item .item-content .desc .quote {
    top: 41px;
    position: absolute;
    left: 11%;
    font-size: 40px;
    color: #8f8b8b
}

.rs-testimonial.testimonial-style1 .testi-item .item-content .desc h4 {
    position: relative;
    padding-left: 40px;
    font-style: italic
}

.rs-testimonial.testimonial-style1 .testi-item .item-content .desc h4:after {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #333
}

.rs-testimonial.testimonial-style1 .testi-item .testi-content {
    display: flex;
    align-items: center
}

.rs-testimonial.testimonial-style1 .testi-item .testi-content .testi-information .testi-name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #002129
}

.rs-testimonial.testimonial-style1 .testi-item .testi-content .testi-information .designation {
    font-size: 16px;
    font-weight: 600;
    font-family: "Nunito", Sans-serif;
    color: #878787;
    display: block
}

.rs-testimonial.testimonial-style1 .center .testi-item {
    background: #8f8b8b
}

.rs-testimonial.testimonial-style1 .center .testi-item .item-content .desc,
.rs-testimonial.testimonial-style1 .center .testi-item .testi-content .testi-information .designation,
.rs-testimonial.testimonial-style1 .center .testi-item .testi-content .testi-information .testi-name,
.rs-testimonial.testimonial-style1 .center .testi-item .item-content .desc .quote {
    color: #fff
}

.rs-testimonial.testimonial-style1 .center .testi-item .item-content .desc h4:after {
    background: #fff
}

.xzoom-container {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    padding-left: 110px
}

.xzoom-thumbs {
    position: absolute;
    display: grid;
    left: 0;
    height: 100%;
    align-content: space-evenly
}

.xzoom-thumbs a {
    display: flex
}

.product-content {
    padding: 85px 30px 30px 30px;
    height: 100%;
    background-color: #fff
}

.product-content .title-box .policy-box {
    padding: 0 10px
}

.product-content .title-box {
    margin-bottom: 30px
}

.product-content .title-box h2 {
    font-weight: 500
}

.product-content .title-box h3 {
    font-weight: 500;
    font-size: 20px
}

.product-content .title-box h4 {
    font-weight: 400;
    color: red;
    font-size: 20px;
    margin-bottom: 5px
}

.product-content .title-box h4 b {
    color: #333;
    padding: 0 10px
}

.product-content .title-box h4 b i {
    font-size: 17px;
    margin-right: 5px
}

.product-content .title-box.product-price p {
    color: #999
}

.product-content .title-box.product-price p del {
    margin-left: 5px
}

.product-content .title-box.product-price p del i {
    font-size: 12px
}

.product-content .title-box .policy-box p {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    margin-top: 10px;
    margin-bottom: 0
}

.product-content .title-box .size-list {
    display: inline-block;
    padding-left: 0;
    list-style-type: none
}

.product-content .title-box .size-list li {
    display: inline-block
}

.product-content .title-box .size-list li a {
    display: inline-block;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #585858;
    color: #585858;
    text-decoration: none;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.5s
}

.product-content .title-box .size-list li a:hover,
.product-content .title-box .size-list li a.active {
    background-color: #585858;
    color: #fff
}

.product-content .title-box .benefits-list {
    padding-left: 15px;
    position: relative
}

.product-content .title-box .benefits-list li {
    padding-left: 10px;
    margin-bottom: 10px
}

.product-content .title-box .benefits-list li::marker {
    content: "\f138";
    font-family: "Font Awesome 6 Free";
    font-weight: 900
}

.product-content .title-box .addtocart {
    background: #333;
    color: #fff
}

.corporate-img {
    border-radius: 10px;
    overflow: hidden
}

.corporate-img img {
    height: 200px;
    object-fit: cover
}

.position-sticky {
    position: sticky;
    top: 100px
}

.position-sticky1 {
    position: sticky;
    top: 40px
}

.review-related {
    padding: 100px 0
}

.padd-t0 {
    padding-top: 20px
}

.margin-top {
    margin-top: 65px
}

.margin-top2 {
    margin-top: 90px
}

.rating {
    display: flex;
    align-items: center
}

.rating ul {
    display: inline-block;
    padding-left: 0
}

.rating ul li {
    display: inline-block;
    color: #ff9f00
}

.rating-reviews .reviews-barbox {
    width: 100%;
    display: flex;
    align-items: center
}

.rating-reviews .reviews-barbox b {
    font-size: 14px;
    font-weight: 400
}

.rating-reviews .reviews-barbox .reviews-bar {
    border: 1px solid #ccc;
    margin: 0 10px;
    border-radius: 3px;
    height: 25px;
    background: #f5f4f4;
    margin-bottom: 10px
}

.rating-reviews .reviews-barbox .reviews-bar span {
    display: block;
    background-color: #ff9f00;
    height: 23px;
    border: 1px solid #ff9a00
}

.related-pro .owl-stage-outer {
    padding: 20px 0
}

.related-pro .product-box {
    margin: 10px
}

.w80 {
    width: 80%
}

.w60 {
    width: 60%
}

.w30 {
    width: 30%
}

.w10 {
    width: 10%
}

.w0 {
    width: 0
}

.sec-heading h2 {
    font-weight: 600
}

.experience-sec {
    background-color: #f9f9f9
}

.backtop {
    background-color: #31485a;
    width: 100%;
    text-align: center;
    padding: 15px 0
}

.backtop a {
    color: #fff;
    text-decoration: none;
    font-size: 14px
}

.blogimg {
    background-size: 200%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    transition: all 0.5s;
    height: 220px
}

. .related-pro-cont .blogimg {
    border-radius: 10px 10px 0 0
}

.blog-left {
    background-image: url(../images/blog.jpg);
    height: 500px
}

.blog-right-top {
    background-image: url(../images/blog2.jpg);
    height: 238px
}

.blog-right-bottom {
    background-image: url(../images/blog3.jpg);
    height: 238px
}

.blog-after {
    position: relative
}

.blog-after:after {
    content: "";
    background: linear-gradient(0deg, rgb(0 0 0) 0%, #fff0 70%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.blogs-text {
    position: relative;
    z-index: 1;
    transition: all 0.5s
}

.blogs-text .date {
    display: block;
    color: #dbdbdb;
    font-size: 16px;
    margin-bottom: 10px
}

.blogs-text h3 {
    color: #fff
}

.blogs-text .line {
    width: 0;
    height: 4px;
    background-color: #fff;
    display: block;
    transition: all 0.5s
}

.blogimg:hover .blogs-text .line {
    width: 300px
}

.blogimg:hover .blogs-text {
    margin-bottom: 20px
}

.blogimg:hover {
    background-size: 210%
}

.blogs-content {
    border: 1px solid #eee;
    border-radius: 0 0 10px 10px;
    padding: 20px 20px;
    height: 270px;
    position: relative
}

.blogs-content .date {
    display: block;
    color: #585858;
    font-size: 16px;
    margin-bottom: 10px
}

.blogs-content h3 {
    color: #333;
    font-size: 20px
}

.blogs-content h3 a {
    color: inherit;
    text-decoration: none
}

.blog-boxx {
    width: 90%;
    margin-top: 50px
}

.blog-boxx .blogimg {
    border-radius: 10px 10px 0 0
}

.blogs-content .btn-main {
    margin-top: 20px;
    margin-bottom: 10px;
    bottom: 20px
}

.blogs-content .btn-main i {
    background-color: #000;
    color: #fff
}

.product-page {
    padding-top: 50px
}

.height-fix {
    height: 90vh;
    overflow: hidden
}

.product-page .product-inner {
    text-align: center
}

.product-page .product-inner .page-title {
    font-weight: 600
}

.product-page .product-inner .description p {
    font-size: 16px
}

.product-categories {
    padding: 50px 0
}

.center-box .product-inner {
    text-align: center
}

.center-box .product-inner .page-title {
    font-weight: 600;
    font-size: 3rem
}

.center-box .product-inner .description p {
    font-size: 23px;
    font-weight: 400
}

.center-box .light-box.product-inner .page-title {
    font-weight: 600;
    color: #fff;
    font-size: 3rem
}

.center-box .light-box.product-inner .description p {
    color: #fff;
    font-size: 23px;
    font-weight: 400
}

.center-box .light-box.product-inner .btn2 {
    background-color: #fff;
    color: #333
}

.extra-padding {
    padding: 120px 0;
    padding-top: 40px
}

.product-cate {
    border-radius: 10px;
    overflow: hidden
}

.product-cate {
    margin-bottom: 20px
}

.product-cate .product-cate-content {
    padding: 20px 20px;
    background: #eee
}

.product-cate .product-cate-content h3 {
    font-size: 25px
}

.product-cate .product-cate-content h3 a {
    color: inherit;
    text-decoration: none
}

.about-map {
    background-color: #f7f7f7;
    padding: 60px 0;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.about-map:after {
    content: "";
    position: absolute;
    top: -100px;
    left: -110px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 30px solid #e5e5e5;
    z-index: -1
}

.about-map:before {
    content: "";
    position: absolute;
    bottom: -150px;
    right: -110px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 30px solid #e5e5e5;
    z-index: -1
}

.map-icon {
    text-align: center
}

.map-icon h5 {
    font-size: 40px;
    line-height: 30px;
    margin-top: 10px
}

.map-icon p {
    font-size: 16px;
    color: #919090
}

.cont-box {
    padding-right: 40px;
    padding-left: 40px
}

.cont-box .btn-main {
    margin-top: 20px
}

.cont-box h3 {
    font-size: 30px
}

.cont-box p {
    margin-top: 15px;
    font-weight: 500
}

.cont-box b {
    display: block;
    margin-top: 15px;
    font-weight: 500;
    font-size: 14px
}

.cont-box b a {
    color: inherit;
    text-decoration: none
}

.cont-box .btn-main i {
    background: #000;
    color: #fff
}

.speci-sec {
    padding: 80px 0
}

.speci-box {
    padding: 15px 10px;
    width: 100%
}

.speci-box tr th {
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 10px
}

.speci-box tr th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.speci-box tr th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.speci-box tr th p {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px
}

.speci-box tr td {
    font-size: 12px;
    color: #777;
    border-bottom: 1px solid #f9f9f9;
    padding: 5px 0;
    width: 50%;
    text-align: left
}

.speci-box tr td p {
    margin-bottom: 0;
    font-size: 14px
}

.speci-box tr th h2 {
    font-size: 16px;
    font-weight: 600
}

.speci-box tr td h2 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 0
}

.speci-content {
    padding: 0 20px
}

.speci-content .btm-bdr {
    border-bottom: 1px solid #333
}

.speci-content p {
    color: #888;
    margin-bottom: 5px;
    font-size: 13px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px
}

.speci-headmain {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px
}

.faq-sec {
    padding: 80px 0;
    overflow: hidden
}

.faq-sec .accordion-button {
    background: none;
    color: #000;
    box-shadow: none
}

.faq-sec .accordion-button:not(.collapsed) {
    font-weight: 600;
    background: #dee2e6
}

.faq-sec .accordion-button::after {
    content: inherit
}

.faq-sec .accordion-button::before {
    content: "\2b";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900
}

.faq-sec .accordion-button:not(.collapsed)::before {
    content: "\f068"
}

.faq-sec .accordion-body {
    color: #7a7a7a;
    font-size: 14px
}

.faq-sec .accordion-item {
    background: none
}

.seeall-btn {
    font-size: 16px;
    display: flex;
    align-items: center;
    text-decoration: none;
    vertical-align: middle;
    justify-content: center;
    color: #585858
}

.video-secnew {
    padding: 50px 0 50px;
    position: relative;
    z-index: 0;
    background-color: #eee
}

.video-secnew .hdscreen-title {
    max-width: 1100px;
    text-align: center;
    margin: auto
}

.video-secnew .hdscreen-title h3 {
    margin-bottom: 60px;
    font-size: 40px;
    font-weight: 600
}

.video-secnew .container {
    position: relative;
    z-index: 0
}

.video-secnew .after-before-div {
    position: relative;
    z-index: 0
}

.video-secnew .after-before-div video {
    width: 100%;
    height: 90vh;
    object-fit: cover
}

.video-secnew .container .after-before-div video {
    border-radius: 2px
}

.wpcf7-list-item.first.last {
    margin-left: 0
}

.wpcf7-list-item.first.last label {
    font-size: 13px
}

@supports (-webkit-touch-callout:none) {
    .main-banner .ban-content {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 9;
        display: block;
        text-align: center
    }
}

.button-group {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 98%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto
}

.button-group button {
    background: none;
    border: none;
    color: #fff;
    font-size: 25px;
    width: 40px;
    height: 50px;
    margin: 0
}

@media screen and (min-width:1200px) {
    .video-secnew .container {
        max-width: 800px
    }
}

@media screen and (min-width:1400px) {
    .video-secnew .container {
        max-width: 1000px
    }
}

.openbtn {
    background: #333;
    color: #fff;
    margin: auto;
    font-size: 14px;
    text-decoration: none;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    margin-top: 10px;
    display: none
}

.contact-container {
    display: flex;
    width: 100%;
    height: auto;
    background: #FCFDFD
}

.contact-container .left-col {
    background-image: url(../images/popup-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 40%;
    background-position: center center
}

.contact-container .logo {
    width: 60%;
    padding: 5px;
    margin: auto;
    display: block
}

.contact-container .right-col {
    background: #FCFDFD;
    padding: 3rem 3rem;
    width: 60%
}

.buynow-modal .form-group label {
    margin-bottom: 5px
}

.buynow-modal .form-group .form-control {
    font-size: 14px
}

.buynow-modal .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px;
    opacity: 1;
    z-index: 2
}

.buynow-modal button.btn {
    background: #c3deff;
    border-color: #c3deff;
    color: #333;
    border-radius: 5px
}

.darkbg_2 {
    background: #d5d3d3
}

.notifer-block {
    padding: 45px 0;
    position: relative;
    z-index: 0
}

.notifer-block .tollfree {
    color: #333;
    position: relative;
    top: 30px;
    left: -20px;
    font-size: 30px;
    margin-bottom: 0
}

.notifer-block .tollfree a {
    color: #333;
    font-weight: 800;
    text-decoration: none
}

.notifer-block:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    bottom: 0;
    background: #ababab;
    z-index: -1
}

.notifer-block:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30%;
    width: 6px;
    height: 40px;
    margin: -20px -3px 0 0;
    background: #000
}

.notifer-block h4 {
    text-align: left;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    top: 11px;
    padding-left: 40px;
    z-index: 0
}

.notifer-block h4:after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -20px;
    right: 50%;
    background: #fff;
    z-index: -1
}

.notifer-block h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 1px;
    z-index: 2;
    background: #000
}

.nb_btn {
    float: right;
    padding: 15px 35px;
    font-size: 14px;
    font-weight: 600;
    transition: all 300ms linear;
    color: #fff;
    background: #232f3e;
    text-decoration: none
}

.btn.btn-dark,
.btn.btn-light {
    line-height: 48px;
    margin-left: 40px;
    margin-top: 60px;
    border-radius: 50px;
    text-transform: inherit
}

.btn.btn-dark {
    background: #232f3e
}

.btn.btn-light {
    background: #c3deff
}

.btn2 {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none
}

.btn2:hover {
    opacity: .8
}

.btn3 {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none
}

.btn3:hover {
    opacity: .8
}

.btn4 {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    background: none;
    color: #000;
    border: 2px solid #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none
}

.features-box {
    padding: 25px 0
}

.features-box .padding-0:nth-child(odd) {
    padding-left: 0
}

.features-box .padding-0:nth-child(even) {
    padding-right: 0
}

.featurebox-common {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.featurebox-common>div {
    text-align: center;
    padding: 50px 0;
    width: 100%;
    padding-bottom: 0
}

.featurebox-common>div+img {
    width: 100%;
    margin: auto;
    display: block;
    margin-top: 20px;
    filter: drop-shadow(2px 2px 3px #666)
}

.featurebox-common div h2 {
    font-weight: 500;
    color: #000;
    font-size: 1.5rem;
    margin-bottom: 0
}

.featurebox-common div p {
    font-size: 21px;
    font-weight: 400;
    color: #000
}

.color1 {
    background-color: #cfe2f9
}

.color2 {
    background-color: #f9d8d8
}

.color3 {
    background-color: #dbffea
}

.color4 {
    background-color: #f3e1fd
}

.color5 {
    background-color: #ffcfe0
}

.color6 {
    background-color: #fbeccc
}

.shopping-sec {
    padding: 80px 0 80px 0
}

.shopping-sec .shopping-box {
    text-align: center
}

.shopping-sec .shopping-box img {
    margin-bottom: 20px
}

.topic-sec {
    padding: 80px 0 80px 0
}

.topic-sec .topics {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.topic-sec .topics .blogs-content {
    border: none;
    border-radius: 0;
    height:auto;
}

.fot-box ul li {
    list-style: none;
    color: #d9d9d9;
    font-size: 15px;
    margin-bottom: 10px
}

.fot-box ul {
    padding: 0px !important
}

.footer_logo img {
    width: 200px !important;
    margin-bottom: 20px
}

.bg000136 {
    background: #000136
}

.left-login-cont {
    padding: 120px 140px 60px 40px
}

.login-page {
    padding-top: 120px
}

.login-sec {
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    background: #fff
}

.left-box-login h3 {
    font-size: 3rem;
    color: #fff;
    font-weight: 300;
    margin: 20px 0 10px;
    text-shadow: 1px 1px 3px #000
}

.left-box-login p {
    font-size: 1rem;
    color: #000;
    font-weight: 500
}

.login-page {
    background-color: #fff;
    box-shadow: 0 0 50px 0 #000
}

.login-page h3 {
    color: #333;
    position: relative;
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    font-weight: 700;
    text-transform: uppercase
}

.login-page .form-group {
    position: relative
}

/*.login-page .form-group .form-control {*/
/*    height: 45px;*/
/*    position: relative;*/
/*    border: 1px solid #ddd;*/
/*    z-index: 1;*/
/*    background: none;*/
/*    color: #000*/
/*}*/

.login-page .form-group .form-control:focus {
    box-shadow: none
}

.login-page .form-group u {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 8px;
    transform: scaleX(1.1) scaleY(1.3);
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0
}

.login-page .form-group .form-control:focus+u {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.checkbox label {
    color: #333;
    font-size: 14px
}

.checkbox label input {
    margin-right: 5px
}

.checkbox a {
    color: #333;
    font-size: 14px;
    text-decoration: none
}

.checkbox a:hover {
    text-decoration: underline
}

.checkbox {
    margin-bottom: 20px
}

.extra-login {
    width: 100%;
    height: auto
}

.extra-login p {
    text-align: center;
    margin-top: 20px;
    font-size: 13px
}

.extra-login p a {
    text-decoration: none
}

.extra-login span {
    display: block;
    text-align: center;
    color: #c2c2c2;
    font-size: 14px;
    margin-top: 20px;
    position: relative
}

.extra-login span:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 45%;
    height: 1px;
    background-color: #c2c2c2
}

.extra-login span:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 45%;
    height: 1px;
    background-color: #c2c2c2
}

.socail-login {
    width: 100%;
    height: auto
}

.socail-login .otherlogin {
    width: 45%;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    border-radius: 5px
}

.socail-login .otherlogin.facebook {
    background-color: #1877F2
}

.socail-login .otherlogin.google {
    background-color: #db3236
}

.socail-login .otherlogin span {
    padding-left: 5px
}

.whatbox-sec {
    background-color: #f9f9f9;
    padding: 60px 0
}

.box-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    flex-wrap: wrap
}

.box-list ul li {
    background-color: #fff;
    padding: 10px 25px;
    color: #333;
    font-size: 14px;
    letter-spacing: 1px;
    box-shadow: 5px 5px 10px 0 #d9d9d9;
    margin: 0 10px;
    border-radius: 35px;
    margin-bottom: 10px;
    transition: all 0.5s
}

.box-list ul li:hover {
    box-shadow: -5px -5px 10px 0 #d9d9d9;
    background-color: #333;
    color: #fff
}

.reviews-sec {
    padding: 60px 0
}

.reviews-sec .reviews-slide .reviews-box {
    padding: 20px 20px;
    background-color: #f9f9f9;
    border-radius: 20px;
    box-shadow: 5px 4px 10px 0 #e1dfdf;
    margin: 0 15px;
    height: 420px
}

.reviews-sec .reviews-slide .reviews-box img {
    width: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 3px solid #fff
}

.reviews-sec .reviews-slide .reviews-box h4 {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 3px
}

.reviews-sec .reviews-slide .reviews-box h6 {
    font-size: 15px
}

.reviews-sec .reviews-slide .rating ul {
    margin-bottom: 0
}

.reviews-sec .reviews-slide .rating ul li {
    font-size: 10px
}

.reviews-sec .reviews-slide .reviews-box h3 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0
}

.reviews-sec .reviews-slide .reviews-box span {
    display: block;
    color: #585858;
    font-size: 15px;
    margin-bottom: 5px
}

.reviews-sec .reviews-slide .reviews-box p {
    color: #000;
    font-size: 14px
}

.reviews-sec .reviews-slide .owl-stage-outer {
    padding: 10px 0 20px
}

.reviews-sec .reviews-slide .owl-nav .owl-next,
.reviews-sec .reviews-slide .owl-nav .owl-prev,
.related-pro-cont .related-pro .owl-nav .owl-next,
.related-pro-cont .related-pro .owl-nav .owl-prev {
    background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    box-shadow: 0 0 10px 0 #c3c3c3;
    border-radius: 50%
}

.related-pro-cont .related-pro .owl-nav .owl-next,
.related-pro-cont .related-pro .owl-nav .owl-prev {
    top: 44%
}

.reviews-sec .reviews-slide .owl-nav .owl-next,
.related-pro-cont .related-pro .owl-nav .owl-next {
    right: -10px
}

.reviews-sec .reviews-slide .owl-nav .owl-prev,
.related-pro-cont .related-pro .owl-nav .owl-prev {
    left: -10px
}

.reviews-sec .reviews-slide .owl-dots {
    text-align: center
}

.reviews-sec .reviews-slide .owl-dots .owl-dot {
    width: 15px;
    height: 5px;
    background-color: #f1f1f1;
    border-radius: 10px;
    margin-right: 10px
}

.reviews-sec .reviews-slide .owl-dots .owl-dot.active {
    background-color: #000
}

.video-testimonial-slide .video-testi {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.video-testimonial-slide .video-testi iframe {
    display: block
}

.video-testimonial-slide .video-testi a {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / .5);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff
}

.video-testimonial-slide .video-testi a i {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background: #fff;
    color: #ff3e3e;
    border-radius: 50%;
    font-size: 20px;
    outline: 2px dashed #fff;
    outline-offset: 10px;
    transition: all 0.5s;
    box-shadow: 0 0 40px #000
}

.video-testimonial-slide .video-testi a:hover i {
    outline-offset: 300px;
    transform: scale(1.1)
}

.video-testimonial-slide .owl-nav .owl-next,
.video-testimonial-slide .owl-nav .owl-prev {
    background-color: #fff !important;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    color: #000 !important;
    box-shadow: 0 0 10px 0 #c3c3c3;
    border-radius: 50%
}

.video-testimonial-slide .owl-nav .owl-next {
    right: -10px
}

.video-testimonial-slide .owl-nav .owl-prev {
    left: -10px
}

.bottom-fot-band {
    padding: 20px 0
}

.bottom-fot-band ul {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: center;
    list-style: none
}

.bottom-fot-band ul a {
    color: #fff;
    padding: 0 10px;
    text-decoration: none;
    font-size: 12px;
    margin: 0 10px
}

.bottom-fot-band ul a i {
    color: #ebb209
}

.fot-address p {
    color: #d9d9d9;
    margin-top: 20px
}

.find-partner {
    padding-top: 80px
}

.locator-map-sec {
    padding: 40px 0;
    padding-top: 20px
}

.locator-map-sec h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 40px;
    font-size: 20px
}

.locator-box {
    width: 100%;
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 20px 20px;
    border-radius: 10px;
    margin: 0;
    box-shadow: 4px 5px 10px 0 #d5cece;
    margin-bottom: 20px
}

.locator-box img {
    border-radius: 10px
}

.locator-box h5 {
    font-weight: 600
}

.locator-box p {
    font-size: 13px
}

.locator-box .btn-main {
    font-size: 13px;
    font-weight: 500;
    margin-right: 20px
}

.locator-box .btn-main i {
    background: #333;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 10px
}

.fot-socail-row {
    padding: 40px 0;
    border-bottom: 1px dashed #394a5e
}

.fot-socail-row:last-child {
    border-bottom: 0
}

.fot-socail-row h4 {
    color: #fff;
    font-size: 17px;
    text-align: right;
    margin-bottom: 0;
    font-weight: 300
}

.newsletter-box form label {
    display: flex;
    /*align-items: center;*/
}

.newsletter-box form label input {
    width: 100%;
    background: no-repeat;
    height: 45px;
    color: #fff
}

.newsletter-box form label input:focus {
    box-shadow: none;
    background: none;
    color: #fff;
    border: 1px dashed #fff
}

.newsletter-box form label input::placeholder {
    color: #ccc
}

.newsletter-box form label button {
    background: #fff;
    padding: 0 30px;
    height: 45px;
    line-height: 45px;
    border: none;
    border-radius: 5px;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000
}

.fot-socail-box {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin-bottom: 0
}

.fot-socail-box li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    margin: 0 8px;
    font-size: 12px
}

.fot-blogs ul {
    margin-bottom: 0
}

.fot-blogs ul li {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #394a5e;
    padding-bottom: 10px
}

.fot-blogs ul li:last-child {
    border-bottom: 0
}

.fot-blogs ul li img {
    border-radius: 5px;
    width: 80px;
    height: 50px;
    object-fit: cover
}

.fot-blogs ul li h5 {
    font-size: 11px;
    padding-left: 15px;
    margin-bottom: 0
}

.fot-blogs ul li h5 a {
    color: #fff;
    text-decoration: none
}

.pt-0 {
    padding-top: 0
}

.joinus-banner {
    background-image: url(../images/joinus.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding: 60px 40px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 #646464
}

.joinus-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .5);
    z-index: -1
}

.joinus-banner h1 {
    color: #fff;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 30px
}

.joinus-banner p {
    color: #fff;
    text-align: center;
    margin-bottom: 0
}

.process-join-sec {
    background: #fffaec
}

.process-join-sec h3 {
    font-weight: 600;
    font-size: 3rem
}

.process-join {
    text-align: center
}

.process-join img {
    width: 80px;
    margin-bottom: 20px
}

.process-join h4 {
    position: relative;
    display: table;
    margin: auto;
    font-size: 1.1rem
}

.process-join h4 span {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 900;
    font-size: 80px;
    opacity: .05;
    -webkit-text-stroke: 3px #000;
    color: #fff
}

.default-padding {
    padding: 60px 0
}

.locator-sec iframe {
    border: 0;
    background: #fff;
    box-shadow: 4px 5px 10px 0 #d5cece;
    padding: 10px;
    border-radius: 10px;
    height: 330px
}

.locator-sec .form-group {
    position: relative
}

.locator-sec .form-control {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 10px 20px 10px 35px
}

.locator-sec select.form-control {
    padding: 10px
}

.locator-sec .form-group .magnifying-glass {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #595c5f;
    font-size: 14px
}

.locator-sec .form-group button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    border: none;
    background: no-repeat;
    color: #095eb9;
    font-size: 20px
}

.locator-sec h1 {
    font-weight: 500
}

.locator-sec p {
    font-size: 17px;
    margin-bottom: 10px
}

.locator-sec .backtohome {
    font-size: 17px;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    margin-bottom: 20px
}

.locator-sec .backtohome i {
    font-size: 14px
}

.sales-sec {
    padding: 60px 0
}

.sales-img {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 20px 8px 40px #999
}

.contact-bg {
    background-image: url(../images/contact_left.png), url(../images/contact_right.png);
    background-position: center left, center right;
    background-repeat: no-repeat, no-repeat;
    background-size: 400px, 400px;
    padding: 110px 0 70px
}

.contact-bg .about-inner-title h1 {
    font-size: 50px;
    font-weight: 600
}

.cont-absolute {
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    width: 100%;
    display: block
}

.single-blog p a {
    color: #333
}

.single-blog {
    padding-left: 0
}

.single-blog p {
    text-align: justify
}

.education_absolute:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70%;
    display: block;
    background: linear-gradient(0deg, rgb(0 0 0) 10%, #fff0 100%)
}

.education_absolute .cont-absolute {
    top: auto;
    bottom: 10%;
    z-index: 2
}

.education_absolute .page-title {
    font-weight: 600;
    font-size: 3rem;
    color: #fff
}

.education_absolute .description p {
    font-size: 23px;
    font-weight: 400;
    color: #fff
}

.education_absolute .btn2 {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none
}

.offerbanner-sec {
    margin-top: 70px
}

.productgrid-sec {
    padding: 100px 0;
    position: relative
}

.productgrid-sec .productgrid-box {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 20px;
    transition: all 0.5s;
    background-color: #d6d7dc
}

.border-radius20 {
    border-radius: 20px;
    box-shadow: 9px 10px 10px 0 #d3d3d3
}

.border-only-radius20 {
    border-radius: 20px
}

.margin-bottom25 {
    margin-bottom: 25px
}

.productgrid-sec .productgrid-box:hover {
    transform: scale(1.2);
    background-color: #333
}

.productgrid-sec .productgrid-box.grid-img1 {
    background-image: url(../images/grid1.png);
    height: 628px
}

.productgrid-sec .productgrid-box.grid-img2 {
    background-image: url(../images/grid2.png);
    height: 300px
}

.productgrid-sec .productgrid-box.grid-img3 {
    background-image: url(../images/grid3.png);
    height: 300px
}

.productgrid-sec .productgrid-box.grid-img4 {
    background-image: url(../images/grid4.png);
    height: 300px
}

.mapsection {
    background-image: url(../images/map-trans.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center
}

.mapsection .about-content h3 {
    color: #fff;
    font-size: 40px
}

.mapsection .about-content p {
    color: #e9e9e9;
    margin: 30px 0;
    line-height: 25px
}

.mapsection .about-content a {
    background: #fff;
    padding: 0 30px;
    line-height: 40px;
    display: inline-block;
    height: 40px;
    border-radius: 7px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px
}

.mapsection .about-content a i {
    margin-left: 5px
}

.download-center-sec {
    padding: 80px 0 80px
}

.download-center-sec .download-pdf {
    text-align: center;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #d7d3d3;
    width: 100%;
    position: relative;
    z-index: 0;
    display: block;
    text-decoration: none
}

.download-center-sec .download-pdf button {
    background: none;
    border: none;
    color: #39a9e1
}

.download-center-sec .download-pdf:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-radius: 50%;
    background-color: #f9f9f9;
    transition: all 0.5s;
    z-index: -1
}

.download-center-sec .download-pdf:hover::after {
    width: 100%;
    height: 100%;
    border-radius: 0
}

.download-center-sec .download-pdf img {
    width: 50px
}

.download-center-sec .download-pdf p {
    margin-top: 15px;
    color: #666;
    margin-bottom: 7px
}

.download-center-sec .download-pdf button {
    text-decoration: none;
    color: #39a9e1;
    position: relative;
    padding: 3px 0;
    transition: all 0.5s;
    font-size: 15px;
    display: block;
    margin: auto
}

.download-center-sec .download-pdf a i {
    font-size: 14px
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block
}

.navbar-nav .dropdown {
    position: relative
}

.navbar-nav .dropdown:after {
    content: '\f107';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 11px
}

.navbar-nav .dropdown-menu {
    position: static;
    border-radius: 2px;
    border: none;
    background: #fff;
    border: 1px solid #efefef
}

.navbar-nav .dropdown-menu .dropdown-item {
    font-size: 14px
}

.navbar-nav .dropdown-menu .dropdown-item.active {
    background-color: #333;
    color: #fff
}

.navbar-nav .dropdown-menu .dropdown-item:active,
.navbar-nav .dropdown-menu .dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
    outline: none
}

.navbar-nav .dropdown-menu .dropdown-item:focus-visible {
    outline: none
}

.coming-soon {
    display: flex;
    align-items: center;
    justify-content: center
}

.coming-soon .center-box-cont {
    bottom: -40px
}

.coming-soon .center-box-cont h3 {
    background: #fff;
    height: 100px;
    line-height: 100px;
    border-radius: 30px;
    font-size: 40px
}

.fot-box li a {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

.location-sec {
    padding: 80px 0
}

.location-sec .location-list h4 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.location-sec .location-list h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #333
}

.location-sec .location-list ul {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0
}

.location-sec .location-list ul a {
    color: #fff;
    text-decoration: none;
    background: #10396c;
    padding: 4px 11px;
    margin: 8px;
    display: block;
    border-radius: 1px;
    outline: 1px solid #10396c;
    outline-offset: 2px;
    font-size: 13px;
    transition: all 0.5s
}

.location-sec .location-list ul a:hover {
    outline: 1px solid #fff;
    border-radius: 3px
}

.testimonials {
    padding: 80px 0
}

.shadow-effect {
    background: #eee;
    padding: 30px 50px;
    border-radius: 20px;
    text-align: center;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.shadow-effect .testimonial-name+span {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300
}

#customers-testimonials .shadow-effect p i {
    font-size: 18px;
    margin: 0 5px
}

.testimonial-name {
    text-align: center;
    color: #333;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px
}

#customers-testimonials .owl-item img {
    transform-style: preserve-3d;
    max-width: 100px;
    margin: 0 auto 17px;
    border-radius: 50%;
    background: #fff;
    padding: 10px
}

#customers-testimonials .owl-nav .owl-prev,
#customers-testimonials .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    border: 2px solid #666;
    color: #666;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px
}

#customers-testimonials .owl-nav .owl-prev {
    left: -10%
}

#customers-testimonials .owl-nav .owl-next {
    right: -10%
}

.tablist-img {
    padding: 60px 0
}

.tablist-img .nav-tabs {
    justify-content: center;
    margin: 0 0 30px;
    border-bottom: 0
}

.tablist-img .nav-tabs .nav-link {
    background: no-repeat;
    border: none;
    opacity: .3;
    color: #000;
    border-bottom: 2px solid #000;
    font-weight: 600;
    font-size: 17px
}

.tablist-img .nav-tabs .nav-link.active {
    border-bottom: 2px solid #001b3c;
    opacity: 1;
    color: #001b3c
}

body>.skiptranslate,
#goog-gt-vt {
    display: none
}

.goog-te-gadget {
    font-family: arial;
    font-size: 0 !important;
    color: #121011 !important;
    white-space: nowrap
}

.goog-te-gadget>div {
    position: relative;
    top: 0;
    left: 10px
}

.goog-te-gadget span {
    visibility: hidden;
    height: 0;
    display: block
}

.goog-te-gadget .goog-te-combo {
    margin: 0 !important;
    height: 40px;
    line-height: 30px;
    padding: 8px 5px;
    border-radius: 5px;
    background: no-repeat;
    color: #fff;
    border-color: #fff
}

.goog-te-gadget .goog-te-combo option {
    color: #333
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    background: none !important;
    box-shadow: none !important
}

.fix-height {
    height: 100vh
}

.parallax {
    height: 100vh;
    position: relative
}

.img-parallax {
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(0, 0);
    pointer-events: none
}

.service-request-inner {
    padding: 80px 0
}

.service-request-img.connect-banner {
    background-position: bottom
}

.service-request-img.canvas-banner {
    background-position: top
}

.service-request-img.connect-banner {
    background-position: center
}

.service-request-img {
    background-image: url(../images/service-request.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    background-position: top;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.center-box-cont h2 {
    font-size: 3rem;
    color: #fff;
    font-weight: 600
}

.center-box-cont h1 {
    font-size: 3rem;
    color: #fff;
    font-weight: 600
}

.center-box-cont p {
    color: #000;
    font-size: 15px
}

.service-request-img .center-box-cont p {
    color: #fff;
    font-size: 15px
}

.service-request-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0 0 0) 0%, #fff0 100%);
    z-index: -1
}

.scrolldown1 {
    position: absolute;
    left: 8%;
    bottom: 10px;
    height: 50px
}

.scrolldown1 span {
    position: absolute;
    left: -15px;
    top: -15px;
    color: #fff;
    font-size: .7rem;
    letter-spacing: .05em
}

.scrolldown1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #fff;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0
}

@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0
    }
    30% {
        height: 30px;
        opacity: 1
    }
    100% {
        height: 0;
        top: 50px;
        opacity: 0
    }
}

.service-request-inner .nav-tabs {
    justify-content: space-between;
    border: none
}

.request-box {
    width: 100%;
    border: 2px solid #eee !important;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin: auto;
    display: block;
    color: #333;
    text-decoration: none;
    margin-top: 20px;
    transition: all 0.5s
}

.request-box:hover,
.request-box.active {
    box-shadow: 0 0 20px 0 #c1c1c1;
    border: 2px solid #2e3760 !important;
    color: #2e3760
}

.request-box img {
    width: 100px
}

.request-box h5 {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
    text-align: center
}

.form-section .short-dec {
    font-size: 12px
}

.education-indus-img {
    background-image: url(../images/education-indus.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center center;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.education-indus-img h2 {
    color: #000
}

.education-indus-img h1 {
    color: #000;
    font-size: 50px;
    font-weight: 600
}

.education-indus-img .center-box-cont>span {
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff
}

.education-indus-img p {
    color: #333
}

.education-indus-img .scrolldown1 span {
    color: #000;
    font-weight: 600
}

.education-indus-img .scrolldown1::after {
    background: #000
}

.google-ex-sec {
    padding: 80px 0
}

.google-ex-sec .product-inner.center {
    text-align: center
}

.google-ex-sec .product-inner .page-title {
    font-weight: 600;
    font-size: 3rem
}

.google-ex-sec .product-inner .description p {
    font-size: 16px
}

.google-experience-box {
    width: 100%;
    text-align: center;
    padding: 0 40px
}

.google-experience-box h4 {
    font-size: 22px
}

.aitools-sec .google-experience-box img {
    width: 80px;
    margin-bottom: 30px
}

.aitools-sec .google-experience-box {
    margin-top: 50px;
    position: relative;
    z-index: 0
}

.aitools-sec .google-experience-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 55% 45% 73% 27% / 70% 58% 42% 30%;
    animation: morph 4s infinite;
    background: #333;
    opacity: .08;
    z-index: 0
}

@keyframes morph {
    0% {
        border-radius: 26% 74% 49% 51% / 21% 51% 49% 79%
    }
    25% {
        border-radius: 74% 26% 50% 50% / 53% 29% 71% 47%
    }
    50% {
        border-radius: 48% 52% 28% 72% / 45% 71% 29% 55%
    }
    75% {
        border-radius: 48% 52% 76% 24% / 70% 49% 51% 30%
    }
    100% {
        border-radius: 26% 74% 49% 51% / 21% 51% 49% 79%
    }
}

.edu-image-content {
    padding-left: 20px
}

.edu-image-content h3 {
    font-weight: 600;
    font-size: 30px
}

.easy-share {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.easy-share-img {
    height: 95vh;
    background-image: url(../../assets/images/an-easier-way-to-share-banner-v2.webp);
    background-position: center center;
    background-size: cover
}

.easy-share .easy-share-box {
    background-color: rgb(255 255 255 / .7);
    border-radius: 20px;
    padding: 80px 80px;
    text-align: center
}

.easy-share .easy-share-box h3 {
    font-weight: 600;
    font-size: 30px
}

.easy-share .easy-share-box p {
    font-size: 16px
}

.custom-product-box {
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    margin-top: 20px
}

.custom-product-box h3 {
    font-size: 17px;
    padding-top: 30px;
    font-weight: 600
}

.custom-product-box p {
    color: #585858
}

.custom-product-box a {
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 500
}

.aitools-sec2 .product-inner.center {
    margin-bottom: 60px
}

.aitools-sec2 .google-experience-box {
    padding: 0
}

.aitools-sec2 .google-experience-box img {
    width: 100%;
    margin-bottom: 30px
}

.headlines-sec {
    height: 70vh;
    background-image: url(../../assets/images/events.webp);
    background-position: top;
    background-size: cover;
    z-index: 0;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 60px;
    -webkit-background-attachment: fixed
}

.headlines-sec h1 {
    font-weight: 600;
    color: #fff;
    font-size: 3rem
}

.headlines-sec:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    z-index: -1;
    opacity: .9;
    background: linear-gradient(0deg, rgb(0 0 0 / .8631827731092436) 4%, #fff0 81%)
}

.new-event-sec {
    padding: 60px 0
}

.new-event-sec .new-event {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 7px 9px 10px 0 #ddd;
    margin-bottom: 20px;
    border:1px solid #eee;
}

.new-event-sec .new-event .news-event-img {
    overflow: hidden
}

.new-event-sec .new-event .news-event-img img {
    transition: all 0.5s;
    width: 100%
}

.new-event-sec .new-event:hover .news-event-img img {
    transform: scale(1.2);
    opacity: .8
}

.new-event-sec .new-event .news-event-content {
    height: 100%;
    padding: 20px;
    margin-bottom: 0;
    background-color: #fff
}

.new-event-sec .new-event .news-event-content h6 {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600
}

.new-event-sec .new-event .news-event-content p {
    color: #585858
}

.btn-main i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px
}

.short-dec .wpcf7-list-item {
    margin: 0 !important
}

.cookie-container {
    padding: 1rem 6rem 1rem 2rem;
    background: rgb(0 0 0 / .8);
    color: var(--white-text);
    position: fixed;
    bottom: 0;
    font-size: 1rem;
    gap: 2rem;
    opacity: 1;
    flex-wrap: wrap;
    transition: all 0.5s;
    width: 100%;
    transform: translateY(0);
}

.cookie-container.hide {
   transform: translateY(120px);
    opacity: 0;
}

.cookie-container a {
    color: #fff
}

.cookie-container a:hover {
    color: #ccc
}

.cookie-container .cookie-text {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px
}

.cookie-container .agree {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.agree button {
    background: #0079c3;
    color: #fff;
    border: none;
    padding: .5rem 1rem;
    cursor: pointer;
    border-radius: 5px;
    font-size: .7rem;
    transition: all 0.5s
}

.agree button i {
    padding-left: 10px;
    transition: all 0.5s
}

.agree button:hover {
    opacity:0.8;
}

.newsletter-box .wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0 0;
    padding: .2em 1em;
    color: #fff;
    font-size: 12px;
    border-width: 1px;
    max-width: max-content
}

.newsletter-box .wpcf7-form-control-wrap {
    position: relative;
    width: 60%
}

.education-image {
    height: 90vh;
    background-image: url(../../assets/images/education-images.webp);
    background-position: bottom;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: center;
    position: relative;
    z-index: 0
}

.education-image:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, #fff0 100%);
    z-index: -1
}

sup {
    top: -.2em;
    font-weight: 100;
        width: 12px;
    height: 12px;
    display: inline-block;
}

.border-right {
    border-right: 1px dashed #ccc
}

.borderbottom {
    border-bottom: 5px solid #fff
}

.edu-image-box {
    border-radius: 20px;
    overflow: hidden
}

.range-container {
    position: relative;
    width: 100%;
    height: 482px
}

.range-container .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%
}

.range-container .blue1 {
    background: url(../images/low_blue_light2.webp);
    background-size: 100% 100%
}

.range-container .blue2 {
    background: url(../images/low_blue_light1.webp);
    width: 50%;
    background-size: cover
}

.range-container .flicker1 {
    background: url(../images/flicker-free1.webp);
    background-size: 100% 100%
}

.range-container .flicker2 {
    background: url(../images/flicker-free2.webp);
    width: 50%;
    background-size: cover
}

.range-container .slider {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: none
}

.range-container .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 6px;
    height: 600px;
    background: #fff;
    cursor: pointer
}

.range-container .slider::-moz-range-thumb {
    width: 6px;
    height: 600px;
    background: #fff;
    cursor: pointer
}

.range-container .slider-button {
    pointer-events: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    display: flex;
    justify-content: center;
    align-items: center
}

.range-container .slider-button:after {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg)
}

.range-container .slider-button:before {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg)
}

.download-center {
    height: 50vh;
    padding-top: 60px;
    background-position: left;
    background-attachment: inherit
}

.download-center h2 {
    color: #fff
}

.download-center p {
    color: #fff
}

.wpcf7-not-valid-tip {
    font-size: .8em
}

.bookdemo-sec {
    background-position: center center
}

.spark-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0
}

.banner-head .banner-title {
    margin-left: 50px;
    font-weight: 700;
    color: #fff0;
    font-size: 290px;
    background: url(https://phandroid.s3.amazonaws.com/wp-content/uploads/2014/05/rainbow-nebula.jpg) repeat;
    background-position: 40% 50%;
    -webkit-background-clip: text;
    position: relative;
    text-align: center;
    line-height: 340px;
    letter-spacing: 50px;
    animation: letterspace 5s linear;
    font-family: 'Urbancat Rg' !important
}

.blaze-banner {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: radial-gradient(circle, rgb(52 52 52) 0%, rgb(0 0 0) 100%);
    position: relative;
    overflow: hidden
}

.sparkpanel {
    position: absolute;
    top: -230px;
    width: 950px;
    opacity: .8;
    animation: fadepic 5s linear;
    z-index: 0
}

.blazetitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    letter-spacing: 1px;
    line-height: 2;
    margin-left: 20px
}

.blazetitle h1 {
    background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
    background-size: cover;
    color: #fff0;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-size: 250px;
    font-weight: 700;
    letter-spacing: 50px;
    animation: letterspace 5s linear;
    background-position: 100% 30%;
    font-family: 'BN Elements' !important;
    width: 100%;
    text-align: center
}

@keyframes letterspace {
    to {
        letter-spacing: 50px
    }
    from {
        letter-spacing: normal
    }
}

@keyframes fadepic {
    to {
        opacity: .8;
        bottom: 40px
    }
    from {
        opacity: 0;
        bottom: -1000px
    }
}

.custom-heading {
    margin-bottom: 40px
}

.custom-heading h2 {
    font-size: 3rem;
    font-weight: 600;
    position: relative
}

.custom-heading p {
    font-size: 16px;
    color: #666;
    font-weight: 400
}

.custom-heading p {
    font-size: 18px
}

.custom-heading.text-white h3 {
    color: #fff
}

.custom-heading.text-white h3 span {
    -webkit-text-fill-color: #000;
    -webkit-text-stroke: 1px #fff
}

.bottom-line {
    margin-bottom: 60px
}

.bottom-line h3:after {
    content: '';
    position: absolute;
    bottom: -54px;
    left: -89%;
    width: 100%;
    height: 2px;
    background: #000
}

.bottom-line h3:before {
    content: '';
    position: absolute;
    bottom: -58px;
    left: 10.5%;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%
}

.custom-heading h3 span {
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 1px #000
}

section {
    position: relative
}

.text-fixed {
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 1px #f9f9f9;
    position: absolute;
    display: inline-block;
    font-size: 5rem
}

.top-right {
    top: 4rem;
    right: 1rem;
    z-index: -1
}

.group-right-btn {
    width: 100%;
    display: inline-block
}

.group-right-btn a {
    margin-left: 10px;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: #646464
}

.group-right-btn a:hover span {
    text-decoration: underline
}

.group-right-btn a i {
    margin-left: 5px
}

.chipset-processor {
    padding-top: 80px
}

.chipset-processor .items {
    background-size: cover;
    background-position: center center;
    height: 500px;
    border-radius: 20px
}

.chipset-processor .items.slide1 {
    background-image: url(../../assets/images/processer.webp)
}

.chipset-processor .items.slide2 {
    background-image: url(../../assets/images/process.webp)
}

.chipset-processor-slide {
    border-radius: 30px;
    overflow: hidden;
    padding: 0
}

.sound-quality {
    height: 700px;
    background-size: cover;
    background-position: center;
    background-image: url(../../assets/images/sound-quality.webp);
    padding-top: 50px
}

.sound-quality .custom-heading h3 span {
    -webkit-text-fill-color: #000;
    -webkit-text-stroke: 1px #fff
}

.blaze-sound-quality {
    background-image: url(../../assets/images/blaze_sound_quality.webp);
    height: 800px;
    padding-top: 20px;
    background-position: top
}

.body-material {
    padding: 80px 0
}

.education_heading h3 {
    font-weight: 600;
    font-size: 3rem
}

.hidden-product {
    overflow: hidden;
    border-radius: 20px;
    background: #f3f3f3;
    position: relative;
    z-index: 0
}

.hidden-product.blaze-hidden {
    background: #222
}

.touch_experience-img {
    mask-image: linear-gradient(to top, rgb(0 0 0), #fff0);
    height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.touch-experience {
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 40px
}

.blaze-touch-experience {
    background-image: url(../../assets/images/blaze-touch_experience.webp);
    height: 100vh;
    padding-top: 30px;
    background-position: top;
    background-size: cover;
    -webkit-background-size: cover
}

.technology-quality-img {
    height: 650px;
    overflow: hidden;
    align-items: normal;
    margin-top: -100px;
    background: linear-gradient(180deg, #fff0 0%, rgb(0 0 0) 100%)
}

.technology-quality-blaze-img {
    height: 80vh;
    overflow: hidden;
    align-items: normal;
    margin-top: -80px;
    background: linear-gradient(180deg, #fff0 0%, rgb(0 0 0) 100%)
}

.product-design {
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s
}

.product-design-img1 {
    background-image: url(../../assets/images/body-shape2.webp);
    height: 300px;
    background-position: center center
}

.product-design-img2 {
    background-image: url(../../assets/images/body-shape1.webp);
    height: 300px;
    background-position: bottom
}

.product-design-img4 {
    background-image: url(../../assets/images/left-view.png);
    height: 625px;
    background-position: center
}

.blaze-product-design-img1 {
    background-image: url(../../assets/images/blazesousnd.webp);
    height: 300px;
    background-position: center center
}

.blaze-product-design-img2 {
    background-image: url(../../assets/images/blazenfc.webp);
    height: 300px;
    background-position: right
}

.blaze-product-design-img3 {
    background-image: url(../../assets/images/featuredblaz.webp);
    height: 300px
}

.blaze-product-design-img4 {
    background-image: url(../../assets/images/blazeright.webp);
    height: 625px;
    background-position: center
}

.spark-design-img1 {
    background-image: url(../../assets/images/mohhs.webp);
    height: 300px;
    background-position: center center
}

.myaccount p {
    margin-bottom: 10px
}

.myaccount-list {
    list-style-type: none;
    padding-left: 0;
    display: inline-block
}

.myaccount-list li {
    display: inline-block;
    width: 22%;
    margin-right: 20px
}

.myaccount-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 120px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    text-align: left;
    margin-top: 20px;
    text-decoration: none;
    padding: 0 20px
}

.myaccount-list li a img {
    width: 80px;
    padding-right: 20px
}

.myaccount-list li a h4 {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px
}

.myaccount-list li a p {
    color: #333;
    font-size: 13px;
    margin-bottom: 0
}

.myaccount-address-list {
    list-style-type: none;
    display: flex;
    padding-left: 0;
    flex-wrap: wrap
}

.myaccount-address-list .dsabafw_table_ship- {
    display: flex;
    height: 100%
}

.myaccount-address-list li {
    display: flex
}

.myaccount-address-list li .fixed-address {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    height: 260px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 20px;
    position: relative;
    margin-bottom: 0
}

.myaccount-address-list li .fixed-address h5 {
    font-size: 16px;
    font-weight: 600
}

.myaccount-address-list li .fixed-address p {
    font-size: 13px
}

.edit-address_btn {
    border: none;
    background: #fff;
    color: #0054ad;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    margin-top: 0;
    display: inline-block;
    padding: 0 3px;
    line-height: 12px;
    position: absolute;
    bottom: 20px
}

.myaccount-address-list li .fixed-address .edit-address {
    color: #0054ad;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    left: 55px;
    margin-top: 0;
    display: inline-block;
    padding: 0 7px;
    border-left: 1px solid #0054ad;
    line-height: 12px
}

.myaccount-address-list li .fixed-address .edit-address:first-of-type {
    border: none;
    padding-left: 0;
    margin-right: 0;
    padding-right: 4px
}

.myaccount-address-list li .fixed-address.add-new-address {
    border-style: dashed;
    border-width: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none
}

.myaccount-address-list li .fixed-address.add-new-address i {
    color: #ccc;
    font-size: 30px
}

.myaccount-address-list li .fixed-address.add-new-address h4 {
    color: #666;
    padding-top: 10px
}

.fade-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: .03
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 502;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 503;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 504
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: #fff0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    top: 0;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: #fff0
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: solid #fff0
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    opacity: .8;
    border-top-width: 12px;
    border-bottom-width: 12px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 20px;
    border-bottom-width: 20px
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 12px solid #000;
    left: 5px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    border-right: 20px solid #fff
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 12px solid #000;
    left: 3px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 20px solid #fff
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgb(0 0 0 / .6);
    background: #000
}

.mfp-iframe-holder .mfp-close {
    top: -43px
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgb(0 0 0 / .6)
}

.mfp-figure {
    line-height: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgb(0 0 0 / .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgb(0 0 0 / .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
}

@media all and (max-width:800px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.brightness-section {
    padding-top: 30px;
    overflow: hidden
}

.brightness-section .brightness-img {
    margin: 0 120px;
    height: 80vh;
    padding-top: 0
}

.camera-mic-img {
    margin: 0 120px;
    height: 90vh;
    padding-top: 0
}

.camera-mic-img img {
    filter: drop-shadow(1px 1px 1px black)
}

.port-use-sec {
    background-color: #000;
    padding: 150px 0 70px;
    height: 70vh
}

.portuse {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%
}

.environment_friendly {
    background: #fcfff7;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    z-index: 0
}

.environment_friendly:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../../assets/images/environment_friendly.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left
}

.environment_friendly .custom-heading h3 span {
    -webkit-text-fill-color: #fcfff7
}

.blaze_environment_friendly {
    display: block;
    padding-top: 50px;
    background: #f9f9f9
}

.blaze_environment_friendly .custom-heading h3 span {
    -webkit-text-fill-color: #f9f9f9
}

.blaze_environment_friendly:after {
    background-image: url(../../assets/images/blaze-enviroment.webp);
    background-position: bottom
}

.deltacanvas-img {
    margin: 0 120px;
    height: auto;
    padding-top: 0;
    margin-top: -70px
}

.nfc-section {
    padding: 80px 0;
    background: #f3f3f3
}

.nfc-section .nfc-image-box {
    background: #333;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 10px 10px 30px 0 #919191
}

.blaze-android {
    padding-top: 80px;
    background-color: #eff7cf;
    height: 90vh;
    background-image: url(../../assets/images/blaze-android.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right
}

.blaze-android .custom-heading h3 span {
    -webkit-text-fill-color: #eff7cf
}

.spark-android {
    background-image: url(../../assets/images/spark-android.webp)
}

.boxshadowfix {
    box-shadow: 10px 10px 30px 0 #d7d7d7
}

.bann-top {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 110px
}

.bann-top h1 {
    color: #fff;
    font-weight: 600;
    font-size: 3rem
}

.bann-top h5 {
    color: #fff;
    font-weight: 300
}

.sound-bar-wat {
    font-weight: 500;
    color: #5e5e5e;
    font-size: 2rem
}

.spark-img {
    height: 100vh;
    background-image: url(../images/spark-bgimage.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.spark-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .8);
    z-index: -1
}

.spark-img .bann-top {
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.offer-banner .items {
    background-position: center center;
    background-size: cover;
    height: auto
}

.offer-banner .items.offer1 {
    background-image: url(../../assets/images/republic_day.jpg)
}

.homebanner {
    background: none;
    padding: 0;
    position: relative;
    height: auto;
    overflow: hidden
}

.homebanner .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    z-index: 1
}

.homebanner img {
    height: 100vh;
    object-fit: cover;
    width: 100%
}

.left-box-login {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 40px
}

.left-box-login:last-child {
    margin-bottom: 0
}

.left-box-login img {
    margin-right: 20px;
    width: 50px;
    filter: brightness(1) invert(1)
}

.bg-login {
    background: #d3daff
}

.sparkpro {
    width: 100px
}

.blazepro {
    width: 140px
}

.blog-leftt {
    height: 500px
}

.blog-right-topp {
    height: 238px;
    background-position: center
}

.blog-boxx .blog-right-topp {
    border: 1px solid #eee;
    border-bottom: 0
}

.single-blog .blogimg {
    background-position: center;
    padding: 0;
    height: auto
}

.single-blog .blogimg img {
    width: 100%;
    height: 85vh;
    object-fit: cover;
    object-position: center
}

.single-blog .blogimg .blogs-text {
    position: absolute;
    left: 20px;
    bottom: 20px
}

.dsabafw_modal-content {
    padding: 37px 20px 30px 20px
}

.applynow-content h2 {
    font-weight: 700;
    border-bottom: 3px solid #ebb209;
    display: inline-block;
    padding-bottom: 9px;
    margin-bottom: 15px
}

.applynow-content p a {
    color: #333
}

.needhelp {
    text-align: center;
    width: 100%;
    height: auto
}

.needhelp h3 {
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
    padding: 0 10px
}

.needhelp h3:after {
    content: '';
    position: absolute;
    top: 13px;
    left: 100%;
    width: 80px;
    height: 1px;
    background: #333
}

.needhelp h3:before {
    content: '';
    position: absolute;
    top: 13px;
    right: 100%;
    width: 80px;
    height: 1px;
    background: #333
}

.needhelp ul {
    padding-left: 0;
    list-style-type: none;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0
}

.needhelp ul li {
    display: inline-block
}

.needhelp ul li a {
    color: #333;
    display: inline-block;
    text-decoration: none;
    font-size: .9rem;
    margin: 0 10px;
    font-weight: 500
}

.warranty-inner {
    background-image: url(../images/warranty-inner-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    background-position: center center;
    position: relative;
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 80px
}

.warranty-inner .center-box-cont p {
    font-size: 14px
}

.warranty-form {
    padding: 40px 0
}

.warranty-form .form-control {
    height: 50px;
    font-size: 15px
}

.contact-warranty {
    background-color: #f9f9f9;
    padding: 50px 0
}

.contact-warranty .cont-info {
    text-align: center
}

.contact-warranty .cont-info a {
    text-decoration: none;
    color: inherit
}

.contact-warranty .cont-info p {
    font-size: 16px;
    padding-top: 15px;
    margin-bottom: 0
}

.yearwarranty {
    padding-bottom: 60px
}

.yearwarranty-content {
    padding: 0 70px 0 0
}

.yearwarranty-content h2 {
    margin-bottom: 20px
}

.yearwarranty-content p {
    text-align: justify;
    font-size: 16px
}

.warranty-content h2 {
    margin-bottom: 20px
}

.warranty-content p {
    margin-bottom: 5px
}

.warranty-product-detail {
    height: 230px
}

.extend-section {
    margin-top: 64px;
    padding: 50px 0 80px
}

fieldset {
    padding: 0 20px 20px
}

legend {
    padding: 10px !important;
    font-size: 20px !important;
    font-weight: 600 !important
}

fieldset,
legend {
    all: revert;
    border-color: #fff
}

.extend-warranty {
    background: #EBF1F6
}

.warranty-product {
    margin-top: -100px;
    margin-bottom: 70px
}

.warranty-product .container {
    background: #fff;
    padding: 60px 30px;
    box-shadow: 1px 1px 10px 0 #a7a7a7;
    border-radius: 10px
}

.warranty-product .yearwarranty-content h4 {
    font-weight: 600
}

.yearwarranty-content .product-spec {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
    margin-top: 20px;
    margin-left: -10px;
    margin-bottom: 0
}

.yearwarranty-content .product-spec li {
    border-right: 1px solid #c1c1c1;
    padding: 0 10px;
    line-height: 15px;
    margin-bottom: 15px;
    font-size: 16px
}

.yearwarranty-content .product-spec li b {
    font-weight: 500
}

.warranty-inner .center-box-cont p {
    font-size: 14px
}

.warranty-form {
    padding: 40px 0
}

.warranty-form .form-control {
    height: 50px;
    font-size: 15px
}

.contact-warranty {
    background-color: #f9f9f9;
    padding: 50px 0
}

.contact-warranty .cont-info {
    text-align: center
}

.contact-warranty .cont-info a {
    text-decoration: none;
    color: inherit
}

.contact-warranty .cont-info p {
    font-size: 16px;
    padding-top: 15px;
    margin-bottom: 0
}

.yearwarranty {
    padding-bottom: 60px
}

.yearwarranty .row {
    background-color: #eee
}

.yearwarranty .row .col-lg-6:first-child {
    padding-left: 0
}

.yearwarranty-content {
    padding: 0 40px
}

.become-partner-banner {
    background-position: center center;
    overflow: hidden;
    margin-top: 70px;
    height: 50vh;
    padding-top: 0
}

.become-partner-banner:after {
    content: inherit
}

.become-partner-banner .center-box-cont h1 {
    color: #333
}

.become-sec2 {
    padding: 60px 0;
    background: #efefef
}

.become-sec3 {
    padding: 80px 0
}

.become-cta-sec {
    padding: 40px 0
}

.become-slider-sec {
    overflow: hidden
}

.become-slider-sec .edu-image-content {
    padding: 0 40px
}

.become-slider-sec .edu-image-content h5 {
    font-size: 18px
}

.become-slider-sec .edu-image-content p {
    margin: 20px 0;
    position: relative;
    display: inline-block;
    padding: 0 10px
}

.become-slider-sec .edu-image-content p:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 100%;
    width: 33%;
    height: 1px;
    background-color: #c2c2c2
}

.become-slider-sec .edu-image-content p:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 100%;
    width: 33%;
    height: 1px;
    background-color: #c2c2c2
}

.become-slider-sec .mll-1 {
    margin-left: -2px
}

.become-partner-slider .items {
    background-size: cover;
    height: 81vh;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 80px 250px 20px 50px
}

.become-partner-slider .items h4 {
    font-size: 3.5rem;
    line-height: 60px;
    color: #fff;
    font-weight: 300
}

.become-partner-slider .items p {
    color: #fff
}

.become-partner-slider .owl-dots {
    position: absolute;
    bottom: 80px;
    left: 30px
}

.become-partner-slider .owl-dots .owl-dot {
    width: 20px;
    height: 5px;
    background: #fff;
    opacity: .5;
    margin: 6px;
    border-radius: 20px
}

.become-partner-slider .owl-dots .owl-dot.active {
    background: #fff;
    opacity: .9
}

.become-slider-band {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    background: #000;
    padding: 0 20px
}

.become-slider-band h5 {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px
}

.become-slider-band ul {
    display: inline-block;
    list-style-type: none;
    padding-left: 0;
    line-height: 0;
    margin-bottom: 0
}

.become-slider-band ul li {
    display: inline-block;
    line-height: 0
}

.become-slider-band ul li a {
    font-size: 14px;
    margin: 0 9px;
    color: #fff
}

.become-slider-sec .needhelp {
    display: block;
    padding-top: 40px
}

.become-slider-sec .needhelp h3 {
    font-size: 1.1rem
}

.become-slider-sec .needhelp h3:after,
.become-slider-sec .needhelp h3:before {
    width: 50px
}

.become-slider-sec .needhelp ul li a {
    margin: 0;
    font-size: .8rem
}

.become-slider-sec .needhelp ul li:first-child a {
    margin-right: 10px
}

.become-slider-sec .bottom-fot-band {
    padding: 0
}

.bottom-fot-band ul {
    justify-content: center
}

.become_partner ul {
    justify-content: start !important
}

.pb-120 {
    padding-bottom: 120px
}

.pt-115 {
    padding-top: 115px
}

.roadmap-timeline-wrap {
    position: relative;
    padding: 35px 50px 20px
}

.roadmap-timeline-wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background: #e0e0e0
}

.list-wrap {
    margin: 0;
    padding: 0
}

.roadmap-timeline-wrap .list-wrap li {
    display: flex;
    align-items: flex-start;
    width: 69%;
    margin-left: auto;
    position: relative;
    margin-bottom: 90px
}

.list-wrap li {
    list-style: none
}

.roadmap-timeline-wrap .list-wrap li::before {
    content: "";
    position: absolute;
    left: 26.5%;
    top: 14px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #549bff
}

.roadmap-timeline-wrap .history-date {
    width: 22%;
    flex: 0 0 22%
}

.roadmap-timeline-wrap .history-date .history-img {
    background: #eee;
    padding: 40px;
    border-radius: 50%;
    box-shadow: 3px 3px 10px 0 #d1d0d0;
    border: 2px dashed #549bff
}

.roadmap-timeline-wrap .history-date img {
    width: 100%
}

.roadmap-item {
    margin-left: 70px
}

.history-date .title {
    margin-bottom: 0;
    font-size: 36px;
    color: #44afff;
    font-weight: 400;
    white-space: nowrap
}

.roadmap-item .title {
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 600;
    color: #112d55
}

.roadmap-item h4 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 300;
    color: #112d55
}

.roadmap-timeline-wrap .list-wrap li:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: 0;
    width: 70%
}

.roadmap-timeline-wrap .list-wrap li:nth-child(even)::before {
    left: auto;
    right: 27.4%
}

.roadmap-timeline-wrap .list-wrap li:nth-child(even) .roadmap-item .title,
.roadmap-timeline-wrap .list-wrap li:nth-child(even) .roadmap-item h4 {
    text-align: right
}

.roadmap-timeline-wrap .list-wrap li:nth-child(even) .roadmap-item p {
    margin-left: auto;
    text-align: right;
    width: 100%
}

.roadmap-timeline-wrap .list-wrap li:nth-child(even) .roadmap-item {
    margin-left: 0;
    margin-right: 84px
}

.pt-216 {
    padding-top: 216px
}

.pb-125 {
    padding-bottom: 125px
}

.pt-125 {
    padding-top: 125px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pt-60 {
    padding-top: 60px
}

.pb-60 {
    padding-bottom: 60px
}

.pt-72 {
    padding-top: 72px
}

.whyus-section {
    background-image: url(../../assets/images/spark-bgimage.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    z-index: 0;
    padding: 80px 0
}

.whyus-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #021845;
    height: 100%;
    width: 100%;
    z-index: -1
}

.whyusline {
    position: relative
}

.whyusline:after {
    content: '';
    position: absolute;
    top: 320px;
    left: 0;
    border: 1px dashed #fff;
    width: 100%
}

.whyusline .whyus-box {
    width: 25%;
    position: absolute;
    color: #fff;
    text-align: center;
    bottom: -230px
}

.whyusline .whyus-box:nth-of-type(1) {
    left: -12%
}

.whyusline .whyus-box:nth-of-type(2) {
    left: 20%
}

.whyusline .whyus-box:nth-of-type(3) {
    left: 55%
}

.whyusline .whyus-box:nth-of-type(4) {
    left: auto;
    right: -12%
}

.whyusline .whyus-box .whyus-icon {
    background: #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
    padding: 15px;
    margin: auto;
    position: relative;
    z-index: 1
}

.whyusline .whyus-box .whyus-icon:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    margin: auto;
    width: 20px;
    height: 20px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #112d55;
    z-index: 1
}

.whyusline .whyus-box .whyus-icon:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    margin: auto;
    width: 30px;
    height: 30px;
    background: #fff;
    z-index: -1;
    transform: rotate(45deg)
}

.whyusline .whyus-box .whyus-icon .border-icon {
    display: block;
    background: linear-gradient(to right, #549bff, #112d55);
    border-radius: 50%;
    padding: 6px
}

.whyusline .whyus-box .whyus-icon .border-icon span {
    display: block;
    background: #fff;
    border-radius: 50%;
    padding: 20px
}

.whyusline .whyus-box .whyus-icon .border-icon span img {
    width: 100%
}

.whyusline .whyus-box .whyus-content h4 {
    font-size: 15px;
    font-weight: 600
}

.whyusline .whyus-box .whyus-content p {
    font-size: 12px
}

.bdr-bottom10 {
    border-bottom: 10px solid #fff
}

.homebanner h1 {
    color: #fff
}

.homebanner p {
    color: #fff
}

.homebanner .btn2 {
    background-color: #fff;
    color: #000
}

.homebanner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0 0 0) 0%, #fff0 100%);
    z-index: 0
}

.shop-section {
    margin-top: 70px
}

.resource-section {
    padding: 0 0 80px
}

.resource-box {
    width: 100%;
    height: auto;
    padding: 60px 40px;
    border: 1px solid #eee;
    border-radius: 5px
}

.help-support-box {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 30px
}

.contact-warranty h3 {
    font-weight: 600
}

.help-support-box i {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px
}

.help-support-box p a {
    color: inherit;
    text-decoration: none
}

.help-support-box p a:hover {
    text-decoration: underline
}

.banner-content {
    position: relative
}

.banner-description h2 {
    padding-bottom: 20px;
    font-size: 2.25rem
}

.banner-description .btn-outline a {
    color: #fff
}

.banner-text h2 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif
}

.banner-content .btn {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border: solid 1px #fff;
    letter-spacing: 2px
}

.btn-outline.btn-info {
    border: solid 1px #000;
    background-color: #000;
    color: #fff
}

.job-dec .job-card h2 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #000
}

.job-dec {
    width: 100%;
    margin-bottom: 30px
}

.job-dec .cmn-card p {
    margin-top: 0;
    font-weight: 400;
    font-size: 13px;
    color: #000
}

.job-dec .cmn-card {
    box-shadow: rgb(60 64 67 / .3) 0 1px 2px 0, rgb(60 64 67 / .15) 0 1px 3px 1px;
    border-radius: 1rem;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%
}

.cmn-card .btn-box .btn {
    background-color: #000;
    width: 100%;
    border: none;
    border-radius: 6px;
    margin-top: 20px
}

.cs-cover .btn-box button {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0
}

.job-dec .cmn-card .btn-box {
    text-align: center;
    margin-bottom: 0;
    margin-top: 70px
}

.job-dec .scale-anm {
    margin-bottom: 30px;
    transition: transform 0.3s
}

.job-dec .scale-anm:hover {
    transform: translateY(-5px)
}

.job-description-2 {
    background-color: #fff0;
    font-family: calibri, sans-serif;
    font-size: 11pt
}

.job-detail-section {
    padding: 90px 0 40px
}

.job-detail-section .Post-Content {
    font-size: 35px;
    font-weight: 500;
    color: #414141;
    margin: 0;
    margin-bottom: 25px;
    position: relative;
    line-height: 1
}

.job-detail-section .job-det h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0
}

.job-det p,
.job-det li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da
}

.form p {
    font-weight: 700;
    font-size: 1rem
}

.job-detail-section .det-top-bx ul {
    padding-left: 20px;
    line-height: 1.4rem;
    margin-bottom: 0
}

.job-det-bor {
    padding-bottom: 30px
}

.tabs-section {
    width: 90%;
    background: #fff;
    padding: 30px 30px;
    box-shadow: 1px 1px 10px 0 #a7a7a7;
    border-radius: 5px;
    position: relative;
    margin-top: -100px
}

.tabs-section .nav-tabs .nav-link {
    border: none;
    color: #000;
    padding: 0
}

.tabs-section .nav-tabs .nav-link.active {
    border-bottom: 3px solid #000
}

.tabs-section .box-images {
    position: relative;
    width: 140px;
    height: 120px;
    margin: 0 auto 20px;
    padding: 25px;
    background: #f5f5f5;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.tabs-section .nav-tabs .nav-link.active .box-images {
    font-weight: 600;
    background: linear-gradient(to bottom, #07296b 0%, #3e7bc8 100%)
}

.tabs-section .box-images img {
    width: 50px;
    height: auto;
    color: #000;
    transition: all 0.5s
}

.tabs-section .nav-tabs .nav-link.active .box-images img {
    filter: brightness(1) invert(1)
}

.tabs-section .nav-tabs .nav-link p {
    font-size: 12px;
    font-weight: 500
}

.section-tutorial-video a {
    overflow: hidden;
    padding: 0;
    border-radius: 7px;
    border: 1px solid #e7e7e7
}

.section-tutorial-video .video-container {
    width: 100%;
    height: auto;
    margin-top: 30px
}

.section-tutorial-video .video-container {
    text-align: center;
    position: relative;
    display: block;
    text-decoration: none;
    color: #000
}

.section-tutorial-video .video-container .image-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: transform 300ms ease
}

.section-tutorial-video .video-container .image-container {
    position: relative
}

.section-tutorial-video .video-container .play-button-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.section-tutorial-video .video-container .image-container img {
    transition: transform 0.5s ease
}

.section-tutorial-video .video-container:hover .image-container img {
    transform: scale(1.04)
}

.section-tutorial-video .video-container p {
    margin: 0;
    height: 70px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.section-tutorial-video h2 {
    padding: 60px 0 40px
}

.tutorial-video-banner .input-group .form-control {
    height: 50px;
    padding-left: 50px
}

.tutorial-video-banner .input-group .input-group-append {
    position: absolute;
    left: 18px;
    top: 14px;
    font-size: 19px;
    z-index: 6
}

.tutorial-video-banner .search_result {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2
}

.tutorial-video-banner .search_result ul {
    background: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    list-style: none;
    margin-bottom: 0;
    text-align: left;
    border: 1px solid #eee
}

.tutorial-video-banner .search_result ul li a {
    font-size: 14px;
    text-align: left;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 0 3px;
    margin-bottom: 5px;
    display: inline-block
}

.tutorial-video-banner .search_result ul li a:hover {
    border: 1px solid #333
}

.job-detail-section .contact-form .form-control[type=file] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.job-detail-section .contact-form .input-group .wpcf7-form-control-wrap {
    width: 85.5%
}

.job-detail-section .contact-form .input-group {
    flex-wrap: nowrap
}

.job-detail-section .contact-form .input-group .input-group-text {
    font-size: .9rem
}

.newblogs {
    background-color: #fff;
    display: flex;
    margin-top: 70px
}

.newblogs aside {
    position: sticky;
    width: 15%;
    height: 100%;
    top: 70px
}

.newblogs .asidebg {
    background-image: url(../../assets/images/blogs/1.jpg);
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    background-size: cover
}

.newblogs .asidebg .aside-content {
    max-width: 100%;
    padding-top: 40%;
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px
}

.newblogs .asidebg .aside-content p {
    font-weight: 500;
    font-size: 32px
}

.newblogs .newblog-right-sec {
    padding: 1rem
}

.newblogs .newblog-box {
    position: relative;
    overflow: hidden;
    display: block
}

.newblogs .newblog-after:after {
    content: '';
    position: absolute;
    transition: all 0.5s;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background: linear-gradient(180deg, #fff0 0%, rgb(0 0 0) 100%)
}

.newblogs .newblog-box.newblog-right.newblog-after:after {
    height: 80%
}

.newblogs .newblog-box .newblogleft-content {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 2;
    padding: 0 30px;
    color: #fff;
    transition: all 0.5s
}

.newblogs .newblog-box .newblogleft-content h4 {
    font-weight: 400
}

.newblogs .newblog-box.newblog-right .newblogleft-content h4 {
    font-size: 18px
}

.newblogs .dsk-mb-30 {
    margin-bottom: 25px
}

.newblogs .newblog-left img {
    height: auto;
    width: 100%;
    border: 1px solid #eee
}

body {
    background-color: #fff
}

.newblogs .blogimg,
.newblogs .blogs-content {
    border-radius: 0;
    height: auto
}

.newblogs .blogimg img {
    height: auto;
    margin: auto;
    border: 1px solid #eee;
    width: 100%;
    border-bottom: 0
}

.newblogs .blogs-content {
    height: 150px !important
}

.newblogs .blogs-content .date {
    display: block;
    color: #585858;
    font-size: 14px;
    margin-bottom: 10px
}

.newblogs .blogs-content h3 {
    color: #333;
    font-size: 18px;
    font-weight: 400
}

.newblogs aside.aside2 {
    width: 25%;
    background-color: #eee
}

.newblog-box .newblogleft-content .line {
    width: 0;
    height: 3px;
    background-color: #fff;
    display: block;
    transition: all 0.5s
}

.newblog-box:hover .newblogleft-content .line {
    width: 30%
}

.newblog-box:hover .newblogleft-content {
    bottom: 30px
}

.aside2 .aside-content {
    padding: 30px 40px
}

.aside2 .aside-content h4 {
    position: relative;
    padding-bottom: 10px
}

.aside2 .aside-content h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #333
}

.aside2 .aside-content ul {
    padding-left: 0
}

.aside2 .aside-content ul li {
    list-style: none
}

.aside2 .aside-content ul li a {
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb
}

.aside2 .aside-content ul li:last-child a {
    border-bottom: 0
}

.aside2 .aside-content ul li a img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 2px
}

.aside2 .aside-content ul li a span {
    display: inline-block;
    color: inherit;
    font-weight: 500
}

.aside2 .aside-content ul li a p {
    margin-bottom: 0
}

.newblogdetail-sec {
    width: 60%
}

.newblogdetail-content img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

ol,ul{
    padding-left:15px;
}

.newblogdetail-content p {
    color: #3e3f40;
    font-size: 15px
}

.newblogdetail-content a {
    color: inherit
}

.newblogs .newblog-right-sec .input-group .btn {
    height: 40px;
    line-height: 40px
}
/* deltaView Elearning page css */
.section-subtitle{
  color: #315ca3;
}
.section-title{
  font-size: 70px;
  font-weight: 700;
}
.section-title2 {
  font-size: 40px;
  font-weight: 600;
}
.soft-sec{
  padding: 80px 0;
}
.soft-sec .soft-content h1 span{
  font-weight: 400;
  color: #315ca3;
}
.soft-sec .soft-content p{
  font-size: 16px;
}
.soft-banner{
  background: #ddeaff;
  border-radius: 10px;
  overflow: hidden;
}
/* .soft-banner img{
  filter: drop-shadow(5px 5px 6px #666);
} */
 
 
.aboutmain {
  width: 100%;
  /* min-height: 380px; */
  text-align: center;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
 
.aboutmain .service {
  background: #315ca3;
  padding: 30px;
  border-radius: 10px;
  /* position: absolute;
  bottom: 0;
  z-index: 1; */
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
  transform: translateY(-50px);
}
 
/* Mengatur posisi logo service */
.aboutmain .service-logo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: -90px auto 0;
  background: #315ca3;
  border: 18px solid #f8f9fa;
  display: flex;
  justify-content: center;
  align-items: center;
}
 
/* Membuat border title */
.aboutmain .service h4 {
  height: auto;
  width: 100%;
  margin: 30px 0px 10px 0px;
  position: relative;
  color: #fff;
}
.aboutmain .service p{
  color: #fff;
}
 
/* .aboutmain .service h4::after,
.aboutmain .service h4::before {
  content: '';
  width: 40px;
  height: 30px;
position: absolute;
z-index: -1;
} */
 
/* .aboutmain .service h4::after {
  background: linear-gradient(to right, #fff, #007bff);
  right: -5px;
  top: -5px;
}
 
.aboutmain .service h4::before {
  background: linear-gradient(to right, #007bff, #fff);
  left: -5px;
  bottom: -5px;
} */
 
 
/* membuat shadow untuk service */
.aboutmain::after {
  content: '';
  height: 200px;
  width: 80%;
  background: #315ca3;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 10%;
  z-index: -1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
  transform: translateY(-25px);
}
.aboutmain::before {
  content: '';
  height: 200px;
  width: 64%;
  background: #315ca3;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 18%;
  z-index: -1;
}
 
.aboutmain:hover .service {
  transform: translateY(0);
}
 
.aboutmain:hover::after {
  transform: translateY(0);
}
 
.aboutmain .service-logo img {
  transition: transform 1s;
  filter: brightness(0) invert(1);
  width: 50px;
}
 
.pendrive-panel {
  border-radius: 30px;
  box-shadow: 0 0 20px 0 #b5b5b5;
}
 
 
.inner {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.inner .common__inner {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  padding: 35px;
  box-sizing: border-box;
}
 
.inner .inner1 {
  background: #222d5e;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.inner .inner2 {
  background: #2f3f83;
}
.inner .inner3 {
  background: #3d50a9;
}
.inner .inner4{
  background: #566ac2;
}
.inner .inner5 {
  background: #7c8bd0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
 
.inner .common__inner .img img{
  width: 50px;
  filter: brightness(0) invert(1);
}
 
.inner .common__inner .desc {
  color: #ffffffbf;
  line-height: 23px;
  margin-top: 20px;
}
.inner .common__inner .desc p {
  margin-bottom: 0;
  font-size: 15px;
}
 
 
.components-box{
 
}
.components-box img {
  background: #9dc3c6;
  border-radius: 10px;
  box-shadow: 0 0 9px 0 #c7c7c7;
  margin-bottom: 20px;
}
.components-box p{
  font-size: 16px;
}
 
.language-box img {
  border-radius: 90px;
  margin: 0 5px;
  width: 300px;
  box-shadow: 7px 3px 10px #d5d5d5;
}
/* deltaView Elearning page css */
.content-editor p {
    text-align: justify
}

.pagenotlink {
    overflow: hidden
}

.input-group input+ul {
    display: block;
    width: 100%
}
.xzoom-container .xzoom{
    filter: drop-shadow(2px 4px 6px black);
}
.custom-product-box img{
     filter: drop-shadow(2px 4px 6px black);
}


/* Video Section */
.video-section{
  overflow: hidden;
}
.video-section .video-wrapper {
  position: relative;
  border-radius: 5px;
  border: 1px solid #eee;
  /* padding: 15px; */
  box-shadow: 0 0 10px 0 #ebebeb;
}
.video-section .video-wrapper .video-img-wrapper {
  border-radius: 5px;
  overflow: hidden;
}
.video-section .video-wrapper .video-img-wrapper img {
  width: 100%;
  transition: all 0.5s;
  transform: scale(1.05);
}
.video-section .first-video .video-wrapper .video-img-wrapper img{
  height: 350px;
  object-fit: cover;
}
.video-section .video-wrapper:hover  .video-img-wrapper img {
  transform: scale(1.1);
}
.video-section .video-wrapper a{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  text-align: center;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 62px;
  font-size: 24px;
  color: #333;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 #333;
  z-index: 1;
}
.video-section .fa-video-camera{
  position: absolute;
  top: 10%;
  left:-2%;
  font-size: 250px;
  opacity: 0.1;
}
.center-box .product-inner .page-title.new-text-style {
  position: relative;
  z-index: 1;
  color: #0084b3;
}
.center-box .product-inner .page-title.new-text-style span{
  font-weight: 400;
  color: #333;
}

/* Video Section */

@media screen and (max-width:1080px) {
    .video-section .fa-video-camera{
        display:none;
    }
    .video-section .first-video .video-wrapper .video-img-wrapper img{
      height: auto;
    }
    .newblogs {
        margin-top: 60px
    }
    .newblogs .blogs-content {
        height: auto !important
    }
    .newblogs aside {
        top: 60px
    }
    .newblogs .dsk-mb-30 {
        margin-bottom: 0;
        margin-top: 20px
    }
    .shop-section {
        margin-top: 60px
    }
    .homebanner h1 {
        color: #000
    }
    .homebanner p {
        color: #000
    }
    .homebanner .btn2 {
        background-color: #000;
        color: #fff
    }
    .service-request-img.connect-banner,
    .service-request-img.canvas-banner {
        height: 50vh
    }
    .needhelp {
        text-align: left
    }
    .needhelp ul {
        display: block
    }
    .needhelp h3:before {
        content: inherit
    }
    .single-blog .blogimg img {
        height: 70vh
    }
    .bdr-bottom10 {
        border-bottom: 0
    }
    .whyusline {
        position: relative;
        display: flex;
        flex-wrap: wrap
    }
    .roadmap-timeline-wrap {
        position: relative;
        padding: 0 20px
    }
    .roadmap-timeline-wrap .list-wrap li {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 50px
    }
    .roadmap-timeline-wrap .history-date {
        width: auto;
        flex: inherit;
        margin-bottom: 20px
    }
    .roadmap-timeline-wrap .history-date .history-img {
        background: #eee;
        padding: 30px;
        border-radius: 50%;
        box-shadow: 3px 3px 10px 0 #d1d0d0;
        border: 2px dashed #549bff;
        width: 130px;
        height: 130px
    }
    .roadmap-item {
        margin-left: 0
    }
    .roadmap-timeline-wrap::before,
    .roadmap-timeline-wrap .list-wrap li::before {
        content: inherit
    }
    .roadmap-timeline-wrap .list-wrap li:nth-child(even) {
        width: 100%
    }
    .roadmap-timeline-wrap .list-wrap li:nth-child(even) .roadmap-item .title,
    .roadmap-timeline-wrap .list-wrap li:nth-child(even) .roadmap-item h4 {
        text-align: left
    }
    .roadmap-timeline-wrap .list-wrap li:nth-child(even) .roadmap-item p {
        text-align: left
    }
    .roadmap-timeline-wrap .list-wrap li:nth-child(even) .roadmap-item {
        margin-left: 0;
        margin-right: 0
    }
    .whyusline:after,
    .whyusline .whyus-box .whyus-icon:after {
        content: inherit
    }
    .whyusline .whyus-box {
        width: 50%;
        position: static;
        color: #fff;
        text-align: center;
        bottom: -230px;
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 40px
    }
    .whyusline .whyus-box .whyus-icon {
        margin-bottom: 40px
    }
    .whyus-section {
        height: auto
    }
    .whyus-section .page-title.text-white.mb-5.pb-4 {
        padding-bottom: 0 !important
    }
    .download-center {
        height: 30vh
    }
    .myaccount-list li {
        width: 45%
    }
    .spark-img {
        height: 70vh
    }
    .headlines-sec {
        height: 30vh
    }
    .testimonial-about-style .owl-nav {
        display: none
    }
    .corporate-img img {
        height: 350px;
        object-fit: cover;
        width: 100%
    }
    .sparkpro {
        width: 80px
    }
    .blazepro {
        width: 110px
    }
    .newsletter-box .wpcf7-form-control-wrap {
        position: relative;
        width: 80%
    }
    .enquiry-form {
        margin-top: 20px
    }
    .blogimg {
        height: 350px
    }
    .whatbox-sec .mx-auto.mb-5 {
        margin-bottom: 2rem !important
    }
    .box-list ul {
        display: flex;
        padding-left: 0
    }
    .box-list ul li {
        background-color: #fff;
        padding: 10px 25px;
        color: #333;
        font-size: 14px;
        letter-spacing: 1px;
        box-shadow: 5px 5px 10px 0 #d9d9d9;
        margin: 0 10px;
        border-radius: 35px;
        margin-bottom: 10px;
        transition: all 0.5s;
        text-align: center
    }
    .homebanner {
        background: #fcf6f1;
        padding: 0;
        position: relative
    }
    .homebanner:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(255 255 255 / .8);
        z-index: 0;
        clip-path: polygon(0 0, 100% 0, 100% 41%, 0% 100%)
    }
    .homebanner .container {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
        width: 100%
    }
    .homebanner img {
        height: 80vh;
        object-fit: cover;
        object-position: right
    }
    .scrolldown1 {
        z-index: 1
    }
    .deltacanvas-img {
        margin: 0 0;
        height: auto;
        padding-top: 0;
        margin-top: -70px
    }
    .port-use-sec {
        background-color: #000;
        padding: 90px 0 0;
        height: 20vh
    }
    .body-material {
        padding: 40px 0
    }
    .brightness-section .brightness-img {
        margin: 0 10px;
        height: 400px;
        padding-top: 0
    }
    .touch-experience {
        padding-top: 40px;
        padding-bottom: 0;
        background: none !important;
        height: auto
    }
    .mtp-50 {
        margin-top: -50px
    }
    .touch-experience .custom-heading {
        margin-bottom: 0
    }
    .camera-mic-img {
        margin: 0 0;
        height: auto;
        padding-top: 20px
    }
    .camera-mic-img img {
        filter: inherit
    }
    .bottom-line {
        margin-bottom: 20px
    }
    .blaze-android {
        background-size: contain;
        height: 30vh;
        padding-top: 20px
    }
    .technology-quality-img {
        height: auto;
        overflow: hidden;
        align-items: normal;
        margin-top: -40px;
        background: linear-gradient(180deg, #fff0 0%, rgb(0 0 0 / .5) 100%)
    }
    .hidden-product {
        margin-bottom: 20px
    }
    .bottom-line h3:after,
    .bottom-line h3:before {
        content: inherit
    }
    .body-material .row.mt-4 {
        margin-top: 0 !important
    }
    .chipset-processor .items {
        height: 200px
    }
    .custom-heading h5 {
        font-size: 14px
    }
    .custom-heading h3 {
        font-size: 36px
    }
    .port-use-sec .custom-heading h3 {
        font-size: 26px
    }
    .spark-img .bann-top {
        bottom: 20px
    }
    .spark-banner img {
        width: 60%;
        padding-top: 0 !important
    }
    .blogimg {
        background-size: 300%;
        margin-bottom: 0
    }
    .blog-boxx .blogimg {
        border-radius: 10px 10px 0 0;
        margin-bottom: 0
    }
    .related-pro .items {
        border: 1px solid #eee;
        border-radius: 10px
    }
    .related-pro .blogimg {
        margin-bottom: 0
    }
    .related-pro .blogs-content {
        border: none
    }
    .rs-testimonial.testimonial-style1.testimonial-about-style .testi-item {
        box-shadow: 0 0 25px rgb(0 0 0 / .07);
        height: 100%
    }
    .rs-testimonial .owl-carousel.owl-drag .owl-item,
    .rs-testimonial .owl-carousel.owl-drag .owl-stage {
        display: flex
    }
    .sec-title.text-end {
        text-align: left !important
    }
    .about-me ul {
        display: flex
    }
    hr.mt-5 {
        margin-top: 1.5rem !important
    }
    .service-request-inner .nav-tabs .nav-link {
        display: flex;
        align-items: center;
        padding: 10px 15px;
        margin-top: 0;
        box-shadow: none;
        border-radius: 10px
    }
    .request-box img {
        width: 40px
    }
    .request-box h5 {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 14px;
        text-align: center
    }
    #customers-testimonials .owl-stage {
        display: flex
    }
    #customers-testimonials .owl-stage .owl-item {
        display: flex
    }
    #customers-testimonials .shadow-effect p {
        font-size: 13px
    }
    .overflowauto {
        overflow: auto
    }
    .service-request-inner .nav-tabs {
        justify-content: start;
        border: none;
        flex-wrap: nowrap
    }
    .service-request-inner .nav-tabs li {
        white-space: nowrap;
        margin-right: 20px
    }
    .download-center-sec .download-pdf {
        margin-bottom: 30px
    }
    .download-center-sec {
        padding: 60px 0 30px
    }
    .cont-box {
        margin-bottom: 40px
    }
    .bright-sec {
        padding: 50px 0
    }
    .yearwarranty-content {
        padding: 30px 20px
    }
    .yearwarranty .row {
        background-color: #fff
    }
    .yearwarranty {
        padding-bottom: 0
    }
    .yearwarranty .row .col-lg-6:first-child {
        padding-left: 15px
    }
    .contact-warranty .cont-info {
        text-align: center;
        margin-bottom: 30px
    }
    .contact-bg {
        background-size: 200px, 200px;
        padding: 70px 0 70px
    }
    .height-fix {
        height: auto;
        overflow: hidden
    }
    .center-box .product-inner .page-title {
        font-weight: 600;
        font-size: 2rem
    }
    .center-box .product-inner .description p {
        font-size: 16px;
        font-weight: 400
    }
    .btn2 {
        margin-bottom: 20px;
        padding: 10px 15px;
        font-size: 15px
    }
    .center-box .light-box.product-inner .page-title {
        font-size: 2rem
    }
    .center-box .light-box.product-inner .description p {
        font-size: 16px
    }
    .hdscreen-sec {
        padding-top: 70px !important
    }
    .hdscreen-sec img {
        -webkit-mask-image: -webkit-gradient(linear, left 60%, left 10%, from(rgb(0 0 0)), to(#fff0));
        mask-image: linear-gradient(to bottom, rgb(0 0 0), #fff0)
    }
    .cont-absolute {
        position: static !important;
        margin-bottom: 0 !important
    }
    .button-group {
        left: 0;
        width: 100%;
        padding: 0 10px
    }
    .featurebox-common div p {
        font-size: 16px
    }
    .featurebox-common div h2 {
        font-size: 2rem
    }
    .buttonRange {
        width: 35px;
        height: 35px;
        transform: translate(-50%, -50%);
        z-index: 3
    }
    .image-container {
        display: none
    }
    .buttonRange::before {
        transform: translate(50%, -50%)
    }
    .buttonRange::after {
        transform: translate(-50%, -50%)
    }
    .notifer-block h4 {
        font-size: 15px;
        margin-left: 20px
    }
    .notifer-block .tollfree {
        color: #333;
        position: static;
        font-size: 20px;
        margin-top: 40px
    }
    .nb_btn {
        font-size: 14px;
        margin-top: 20px;
        display: inline-block
    }
    .blogs-content h3 {
        font-size: 16px
    }
    .features-box .padding-0:nth-child(odd) {
        padding-left: calc(var(--bs-gutter-x) * .5)
    }
    .features-box .padding-0:nth-child(even) {
        padding-right: calc(var(--bs-gutter-x) * .5)
    }
    .fot-socail-row h4 {
        text-align: center;
        margin-bottom: 20px
    }
    .right-side ul li a:hover {
        text-decoration: none
    }
    .right-side ul li.cart-dropdown-btn ul.cart-dropdown {
        position: fixed;
        top: 58px;
        right: 0;
        width: 100%
    }
    .right-side ul {
        padding-left: 0
    }
    .right-side ul li a {
        font-size: 10px;
        font-weight: 600
    }
    .cont-sale {
        display: none
    }
    .enquiry-cont ul li {
        width: 100%;
        margin-left: 0
    }
    .video-secnew .after-before-div video {
        width: 100%;
        height: auto;
        object-fit: inherit
    }
    .openbtn {
        display: table;
        margin: 0;
        margin-top: 20px
    }
    .fix-sticky {
        position: static
    }
    .responsive-table {
        width: 100%;
        overflow: auto
    }
    .speci-box {
        white-space: nowrap;
        margin-bottom: 30px
    }
    .fix-content.mb-4 {
        margin-bottom: 1rem !important
    }
    .reviews-sec .reviews-slide .reviews-box {
        height: 500px
    }
    .whatbox-sec {
        background-color: #fff;
        padding: 60px 0;
        padding-bottom: 0
    }
    .banvideo video {
        position: static;
        top: 9px;
        left: 3px;
        width: 100%
    }
    .main-banner .ban-content h2 {
        color: #fff;
        font-size: 28px !important;
        font-weight: 600
    }
    .main-banner .ban-content a {
        font-size: 12px
    }
    .main-banner .ban-content a i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px
    }
    .board-text {
        max-width: 100%
    }
    .board-text .title {
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 0
    }
    .bright-sec .brightness,
    .bright-sec .brightness-title {
        padding-left: 0;
        padding-top: 40px
    }
    .bright-sec .brightness-title h3 {
        margin-top: 0;
        font-size: 30px;
        color: #000;
        font-weight: 800;
        margin-bottom: 0
    }
    .hdscreen-title h3 {
        margin-top: 0;
        font-size: 30px;
        color: #fff;
        font-weight: 800;
        margin-bottom: 0
    }
    .sound-text h3 {
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 0;
        margin-top: 20px;
        text-align: center
    }
    .pulsing-rings {
        position: absolute;
        margin: auto;
        width: 100px;
        height: 100px;
        bottom: 0;
        left: 25%;
        transform: translate(-30%, 35%) rotateX(-250deg);
        z-index: 0
    }
    .til-banner .container {
        position: relative
    }
    .pulsing-rings .pulsing-ringlet {
        width: 100px;
        height: 100px;
        border: 3px solid #015c91;
        border-radius: 50%;
        position: absolute;
        transform: scale(.1, .1);
        opacity: 0;
        animation: pulse 3000ms ease-out infinite
    }
    .pulsing-two {
        left: auto;
        right: 10%
    }
    .feature-sec .feature-text .feature-title {
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 20px;
        color: #fff
    }
    .video-sec .video-text {
        text-align: center;
        padding: 0
    }
    .video-sec .video-text .video-title {
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 20px
    }
    .video-test .hdscreen-title {
        margin-bottom: 30px
    }
    #thumbs .owl-stage-outer {
        overflow: auto;
        margin-top: 20px
    }
    #thumbs .owl-stage-outer .owl-stage {
        display: flex;
        white-space: nowrap;
        flex-direction: inherit;
        justify-content: flex-start
    }
    #thumbs .owl-stage-outer .owl-stage .owl-item {
        width: 100% !important
    }
    #thumbs .item {
        margin-right: 10px;
        height: auto;
        width: auto
    }
    #thumbs .item img {
        display: none
    }
    #leftgear {
        display: none
    }
    .sectors {
        background: #fff;
        padding: 30px 0;
        position: relative
    }
    .sectors .p-0 {
        padding: 0 15px !important
    }
    .enquiry-sec .enquiry-content h3 {
        font-weight: 800;
        font-size: 30px
    }
    .enquiry-cont {
        position: static
    }
    .enquiry-cont ul {
        display: block
    }
    .col-lg-4.text-end {
        text-align: left !important
    }
    .videoimg {
        position: relative;
        perspective: none;
        transform: none
    }
    .videoimg video {
        width: 97%
    }
    .fixtop {
        right: auto;
        left: 30px
    }
    .main-banner {
        overflow: hidden;
        margin-top: 58px;
        position: relative
    }
    .tools button {
        padding: 1px 5px;
        font-size: 15px
    }
    .tools input {
        height: 25px;
        margin-bottom: 10px;
        border: none;
        width: 27px;
        margin-right: 10px
    }
    .hdscreen {
        margin-bottom: 20px
    }
    .main-title {
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 20px;
        margin-bottom: 30px
    }
    .video-sec {
        width: 100%;
        height: auto;
        background-color: #fff;
        position: relative;
        padding: 50px 0
    }
    .video-sec {
        width: 100%;
        height: auto;
        background-color: #fff;
        position: relative;
        padding: 50px 0
    }
    .about-sec {
        padding: 60px 0
    }
    .about-me {
        padding-left: 0;
        margin-top: 20px
    }
    .about-me p:first-child {
        margin-bottom: 0
    }
    .rs-testimonial {
        padding: 60px 0
    }
    .fot-box {
        padding-bottom: 20px
    }
    .fot-box-line {
        position: relative;
        padding-right: 0;
        width: 100%
    }
    .fot-box-line:after {
        content: inherit
    }
    .fot-box h3 {
        margin-bottom: 10px;
        font-weight: 300
    }
    .product-content {
        padding: 100px 20px 0;
        height: auto;
        background-color: #fff
    }
    .product-box {
        margin-bottom: 40px
    }
    .product-sec.bglight {
        background-color: #eee;
        padding: 50px 0;
        padding-top: 50px
    }
    .product-sec .large-5.column {
        padding: 80px 20px 30px 20px;
        background: #f3f3f3;
        height: auto
    }
    .speci-sec {
        background: #f9f9f9;
        padding: 80px 0
    }
    .speci-box tr td {
        border-bottom: 1px solid #e1e1e1
    }
    .xzoom-container {
        position: relative;
        display: block;
        width: 100%;
        padding-left: 0
    }
    .xzoom-thumbs {
        position: static;
        display: flex;
        height: auto;
        justify-content: space-between;
        margin-top: 20px
    }
    .fetures-sec .padd-r0 {
        padding-bottom: 20px
    }
    .review-related {
        padding: 50px 0
    }
    .related-sec {
        padding-top: 30px
    }
    .faq-sec .accordion-button {
        padding-right: 40px
    }
    .corporate-img {
        margin-bottom: 20px
    }
    .blog-left {
        height: 200px;
        margin-bottom: 20px
    }
    .video-secnew .hdscreen-title {
        max-width: 400px
    }
    .video-secnew .hdscreen-title h3 {
        font-size: 24px
    }
    .video-secnew {
        padding: 40px 0 40px
    }
    .video-secnew .container .after-before-div:after,
    .video-secnew .container .after-before-div:before,
    .video-secnew .container:before,
    .video-secnew .container:after {
        width: 50px;
        height: 50px;
        content: inherit
    }
    .video-secnew .container .after-before-div video {
        border: 5px solid #fff
    }
    .navbar .navbar-brand img {
        width: 120px
    }
    .board-text {
        bottom: 80%;
        position: static;
        padding: 0;
        margin: 0
    }
    .video-secnew .container {
        position: relative;
        z-index: 0;
        max-width: 400px
    }
    .banvideo img {
        display: none
    }
    .banvideo {
        transform: none !important
    }
    .main-banner .ban-content {
        top: 50%;
        transform: translateY(-50%);
        padding: 0 20px
    }
    .about-inner {
        padding-top: 80px;
        height: 30vh
    }
    .navbar .navbar-toggler {
        padding: 4px 7px
    }
    .navbar .navbar-toggler span {
        width: 1.2em;
        height: 1.2em
    }
    .xzoom-thumbs a {
        margin-right: 5px
    }
    .xzoom-thumbs a img {
        width: 100%
    }
    .border-top1 {
        border-top: 1px solid #3e3e3e;
        margin-top: 0rem !important;
        padding-top: 1rem !important
    }
    .full-band {
        margin-top: 0
    }
    .white-board {
        height: 180px;
        position: inherit;
        padding-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-position: bottom
    }
    .white-board .tools,
    .white-board .canvas-draw,
    .white-board .board-text {
        display: none
    }
    .education-indus-img {
        background-position: left
    }
    .hdscreen-sec {
        background: #fff
    }
    .shopping-sec {
        padding: 80px 0 80px 0
    }
    .hdscreen-sec img {
        mask-image: inherit
    }
    .shopping-sec .row.mt-5 {
        margin-top: 0 !important
    }
    .shopping-sec .shopping-box {
        text-align: center
    }
    .right-side ul li.cart-dropdown-btn ul.cart-dropdown,
    .right-side ul li.user-dropdown-btn ul.user-dropdown {
        top: 40px
    }
    .woocommerce table.my_account_orders .button {
        margin-bottom: 5px
    }
    .notifer-block:before,
    .notifer-block:after {
        content: inherit
    }
    #customers-testimonials .owl-nav .owl-prev {
        display: none
    }
    #customers-testimonials .owl-nav .owl-next {
        display: none
    }
    .navbar .nav-item:first-child .nav-link {
        padding: 0 10px 0 20px
    }
    .navbar .nav-item .nav-link {
        font-size: .7rem;
        padding: 0 13px;
        height: 45px;
        line-height: 45px
    }
    .navbar-nav .dropdown:after {
        right: 1px
    }
    .fix-height {
        height: auto
    }
    .cookie-container .agree {
        display: block
    }
    .cookie-container {
        padding: 1rem 1rem 1rem 1rem
    }
    .agree button {
        margin-bottom: 20px
    }
    .center-box-cont h2 {
        font-size: 30px
    }
    .edu-image-box {
        margin-bottom: 30px
    }
    .edu-image-content {
        margin-bottom: 0
    }
    .google-ex-sec {
        padding: 30px 0
    }
    .shadow-effect {
        height: 100%
    }
    .testimonials {
        padding: 40px 0
    }
    .blaze-banner-- img {
        width: 100%;
        height: 570px;
        object-fit: cover
    }
    .blaze-banner-- .bann-top {
        top: 80px
    }
    .technology-quality-blaze-img {
        height: auto;
        overflow: hidden;
        align-items: normal;
        margin-top: -40px;
        background: linear-gradient(180deg, #fff0 0%, rgb(0 0 0) 100%)
    }
    .nfc-section {
        padding: 40px 0;
        background: #f3f3f3
    }
    .nfc-section .custom-heading {
        margin-bottom: 40px;
        padding-top: 30px
    }
    .custom-product-box {
        padding: 10px 30px;
        text-align: center;
        border-radius: 10px
    }
    .rs-testimonial.testimonial-style1 .testi-item {
        height: auto
    }
    .locator-sec {
        height: auto;
        background-size: cover;
        background-repeat: no-repeat
    }
    .locator-sec h3 {
        font-weight: 600
    }
    .sales-content.cont-box {
        margin-bottom: 0;
        padding: 0 20px;
        margin-top: 30px
    }
    .locator-box {
        margin-bottom: 30px
    }
    .locator-content {
        padding-top: 20px
    }
    .locator-map-sec {
        padding: 40px 0
    }
    .mob-pt-0 {
        padding-top: 0
    }
    .my_shop .product_card {
        margin-bottom: 30px
    }
    .left-login-cont {
        padding: 100px 30px 50px 30px
    }
    .left-box-login p {
        font-size: .8rem
    }
    .left-box-login img {
        margin-right: 10px;
        width: 40px
    }
    .socail-login ul.the_champ_login_ul li {
        display: inline-block;
        width: 48% !important
    }
    ul.the_champ_login_ul {
        margin-bottom: 0 !important;
        width: 100%
    }
    ul.the_champ_login_ul li a {
        display: flex !important;
        justify-content: center;
        align-items: center
    }
    .login-page {
        padding-top: 110px;
        padding-bottom: 0
    }
    .needhelp h3:before {
        content: inherit
    }
    .aboutbg-inner {
        height: auto
    }
    .blog-leftt {
        height: 500px
    }
    .blog-right-topp {
        height: 400px
    }
    .aitools-sec2 {
        padding: 50px 0
    }
    .find-partner {
        height: auto
    }
    .delta-convas-page {
        padding: 80px 0 60px
    }
    .delta-convas-page .edu-image-content {
        margin-top: 40px
    }
    .joinus-inner {
        height: auto
    }
    .joinus-banner {
        padding: 40px 30px;
        margin: auto;
        width: 91%
    }
    .process-join {
        margin-bottom: 40px
    }
    .fot-address p {
        margin-top: 0
    }
    .service-request-img:after {
        width: 100%
    }
    .blogs-content {
        height: auto !important
    }
    .become-partner-banner {
        padding-top: 0
    }
    .become-partner-slider .items {
        height: 80vh
    }
    .bottom-fot-band ul {
        justify-content: center
    }
    .become-slider-band {
        height: auto;
        line-height: 40px;
        display: block;
        padding: 20px 20px
    }
    .become-slider-sec .edu-image-content {
        padding-top: 40px
    }
    .become-slider-sec .needhelp {
        display: block;
        padding-bottom: 40px
    }
    .become-slider-sec .full-band {
        margin-top: 0;
        padding-bottom: 10px
    }
    .become-slider-sec .fot-box {
        padding: 0
    }
    .become-slider-sec .mll-1 {
        margin-left: 0
    }
    .warranty-inner {
        height: 50vh;
        padding-bottom: 40px
    }
    .help-support-box i {
        top: 10px;
        right: 10px
    }
    .warranty-product .container {
        padding: 30px
    }
    .warranty-product-detail {
        height: 30vh
    }
    .tabs-section ul {
        flex-wrap: nowrap;
        padding-bottom: 20px;
        border: 0;
        overflow: auto
    }
    .tabs-section ul li {
        white-space: nowrap;
        margin-right: 20px
    }
    .tabs-section .nav-tabs .nav-link {
        border-bottom: 3px solid #eee
    }
    .section-tutorial-video .video-container .image-container {
        display: block
    }
}

@media screen and (max-width:991px) {
    .video-section .fa-video-camera{
        display:none;
    }
     .video-section .first-video .video-wrapper .video-img-wrapper img{
      height: auto;
    }
    .product-content {
        padding: 40px 20px 0
    }
    .login-page {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .service-request-img.connect-banner,
    .service-request-img.canvas-banner {
        height: 40vh
    }
    .warranty-product .container {
        padding: 30px
    }
    .warranty-product-detail {
        height: 30vh !important
    }
    .resource-box {
        margin-bottom: 20px
    }
    .tabs-section ul {
        flex-wrap: nowrap;
        padding-bottom: 20px;
        border: 0;
        overflow: auto
    }
    .tabs-section ul li {
        white-space: nowrap;
        margin-right: 20px
    }
    .tabs-section .nav-tabs .nav-link {
        border-bottom: 3px solid #eee
    }
    .section-tutorial-video .video-container .image-container {
        display: block
    }
    .warranty-inner {
        padding-bottom: 40px;
        height: 30vh
    }
    .center-box-cont h1 {
        font-size: 2rem
    }
}

.wc_payment_methods {
    list-style: none
}

@media screen and (max-width:768px) {
    .video-section .fa-video-camera{
        display:none;
    }
     .video-section .first-video .video-wrapper .video-img-wrapper img{
      height: auto;
    }
    .newblogs .blogs-content .date {
        font-size: 12px
    }
    .newblogs .blogs-content h3 {
        font-size: 15px
    }
    .newblogs .blogs-content {
        height: auto !important
    }
    .newblogs .asidebg .aside-content {
        padding: 30px
    }
    .newblogs aside {
        position: static;
        width: 100%;
        height: 100%;
        top: 70px
    }
    .newblogdetail-sec {
        width: 100%
    }
    .newblogs aside.aside2 {
        width: 100%;
        background-color: #eee
    }
    .newblogs .asidebg {
        height: auto
    }
    .newblogs .dsk-mb-30 {
        margin-bottom: 0;
        margin-top: 20px
    }
    .newblogs .newblog-after:after {
        height: 100% !important
    }
    .newblogs .newblog-box .newblogleft-content {
        bottom: 10px;
        padding: 0 15px
    }
    .newblogs .newblog-box.newblog-right .newblogleft-content h4,
    .newblogs .newblog-box .newblogleft-content h4 {
        font-size: 14px
    }
    .newblogs .asidebg .aside-content p {
        font-size: 24px;
        margin-bottom: 0
    }
    .newblogs {
        display: block;
        margin-top: 55px
    }
    .newsletter-box form label {
        display: block
    }
    .newsletter-box form label button {
        width: 100%;
        margin-left: 0;
        margin-top: 10px
    }
    .center-box-cont h1 {
        font-size: 2rem
    }
    .warranty-product .container {
        padding: 30px
    }
    .warranty-product-detail {
        height: 30vh !important
    }
    .wc_payment_methods {
        list-style: none;
        padding-left: 0
    }
    .payment_box.payment_method_payeasebuzz {
        padding-top: 10px
    }
    .woocommerce-column--shipping-address {
        padding-top: 20px
    }
    .right-side ul li i {
        font-size: 12px
    }
    .needhelp h3:after {
        content: inherit
    }
    .shop-section {
        margin-top: 60px
    }
    .homebanner h1 {
        color: #000
    }
    .homebanner p {
        color: #000
    }
    .homebanner .btn2 {
        background-color: #000;
        color: #fff
    }
    .single-blog .blogimg img {
        height: 30vh
    }
    .bdr-bottom10 {
        border-bottom: 0
    }
    .features-box {
        padding-bottom: 0
    }
    .roadmap-timeline-wrap {
        position: relative;
        padding: 0 20px
    }
    .roadmap-timeline-wrap .list-wrap li {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 50px
    }
    .roadmap-timeline-wrap .history-date {
        width: auto;
        flex: inherit;
        margin-bottom: 20px
    }
    .roadmap-timeline-wrap .history-date .history-img {
        background: #eee;
        padding: 30px;
        border-radius: 50%;
        box-shadow: 3px 3px 10px 0 #d1d0d0;
        border: 2px dashed #549bff;
        width: 130px;
        height: 130px
    }
    .roadmap-item {
        margin-left: 0
    }
    .roadmap-timeline-wrap::before,
    .roadmap-timeline-wrap .list-wrap li::before {
        content: inherit
    }
    .roadmap-timeline-wrap .list-wrap li:nth-child(even) {
        width: 100%
    }
    .roadmap-timeline-wrap .list-wrap li:nth-child(even) .roadmap-item .title,
    .roadmap-timeline-wrap .list-wrap li:nth-child(even) .roadmap-item h4 {
        text-align: left
    }
    .roadmap-timeline-wrap .list-wrap li:nth-child(even) .roadmap-item p {
        text-align: left
    }
    .roadmap-timeline-wrap .list-wrap li:nth-child(even) .roadmap-item {
        margin-left: 0;
        margin-right: 0
    }
    .whyusline:after,
    .whyusline .whyus-box .whyus-icon:after {
        content: inherit
    }
    .whyusline .whyus-box {
        width: 100%;
        position: static;
        color: #fff;
        text-align: center;
        bottom: -230px;
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 40px
    }
    .whyusline .whyus-box .whyus-icon {
        margin-bottom: 40px
    }
    .whyus-section {
        height: auto
    }
    .whyus-section .page-title.text-white.mb-5.pb-4 {
        padding-bottom: 0 !important
    }
    .become-slider-sec .mll-1 {
        margin-left: 0
    }
    .blogs-content {
        height: auto
    }
    .service-request-img:after {
        width: 100%
    }
    .cont-box h3 {
        font-size: 25px
    }
    .contact-bg .about-inner-title h1 {
        margin-bottom: 40px
    }
    .fot-address p {
        margin-top: 0
    }
    .joinus-banner {
        padding: 40px 30px;
        margin: auto;
        width: 91%
    }
    .process-join {
        margin-bottom: 40px
    }
    .myaccount-address-list {
        padding-left: 0;
        width: 100%;
        padding-right: 0
    }
    .myaccount-address-list li {
        width: 100%
    }
    .myaccount-address-list li .dsabafw_table_custom- {
        width: 100%
    }
    .myaccount-address-list li .fixed-address.add-new-address {
        width: 100%;
        height: auto;
        margin: 10px 20px !important
    }
    .myaccount-address-list li .fixed-address {
        width: 100%;
        height: auto;
        margin: 10px 20px !important
    }
    .whatbox-sec .mx-auto.mb-5 {
        margin-bottom: 2rem !important
    }
    .box-list ul {
        display: block;
        padding-left: 0
    }
    .box-list ul li {
        background-color: #fff;
        padding: 10px 25px;
        color: #333;
        font-size: 14px;
        letter-spacing: 1px;
        box-shadow: 5px 5px 10px 0 #d9d9d9;
        margin: 0 10px;
        border-radius: 35px;
        margin-bottom: 10px;
        transition: all 0.5s;
        text-align: center
    }
    .homebanner {
        background: #fcf6f1;
        padding: 0;
        position: relative
    }
    .homebanner:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(255 255 255 / .8);
        z-index: 0;
        clip-path: polygon(0 0, 100% 0, 100% 41%, 0% 100%)
    }
    .homebanner .container {
        position: absolute;
        top: auto;
        transform: initial;
        left: 10px;
        width: 92%;
        bottom: 80px
    }
    .homebanner img {
        height: 80vh;
        object-fit: cover;
        object-position: right
    }
    .homebanner .scrolldown1 {
        display: none
    }
    .homebanner.education-indus-img p {
        color: #333;
        margin-bottom: 150px
    }
    .scrolldown1 {
        z-index: 1
    }
    .deltacanvas-img {
        margin: 0 0;
        height: auto;
        padding-top: 0;
        margin-top: 0
    }
    .port-use-sec {
        background-color: #000;
        padding: 150px 0 40px;
        height: 34vh
    }
    .product-design-img2 {
        background-position: right
    }
    .portuse {
        width: 60%
    }
    .body-material {
        padding: 40px 0
    }
    .brightness-section .brightness-img {
        margin: 0 10px;
        height: 220px;
        padding-top: 0
    }
    .touch-experience {
        padding-top: 40px;
        padding-bottom: 0;
        background: none !important;
        height: auto
    }
    .touch-experience .custom-heading {
        margin-bottom: 0
    }
    .camera-mic-img {
        margin: 0 0;
        height: auto;
        padding-top: 20px
    }
    .camera-mic-img img {
        filter: inherit
    }
    .bottom-line {
        margin-bottom: 20px
    }
    .blaze-android {
        background-size: contain;
        height: 20vh;
        padding-top: 20px
    }
    .technology-quality-img {
        height: auto;
        overflow: hidden;
        align-items: normal;
        margin-top: -40px;
        background: linear-gradient(180deg, #fff0 0%, rgb(0 0 0 / .5) 100%)
    }
    .hidden-product {
        margin-bottom: 20px
    }
    .bottom-line h3:after,
    .bottom-line h3:before {
        content: inherit
    }
    .product-design {
        height: 300px
    }
    .body-material .row.mt-4 {
        margin-top: 0 !important
    }
    .chipset-processor .items {
        height: 200px;
        border-radius: 0
    }
    .custom-heading h5 {
        font-size: 14px
    }
    .custom-heading h3 {
        font-size: 26px
    }
    .spark-banner img {
        width: 100%
    }
    .blog-boxx .blogimg {
        border-radius: 10px 10px 0 0;
        margin-bottom: 0
    }
    .blogimg {
        background-size: 300%;
        margin-bottom: 0
    }
    .rs-testimonial.testimonial-style1.testimonial-about-style .testi-item {
        box-shadow: 0 0 25px rgb(0 0 0 / .07);
        height: 100%
    }
    .rs-testimonial .owl-carousel.owl-drag .owl-item,
    .rs-testimonial .owl-carousel.owl-drag .owl-stage {
        display: flex
    }
    .sec-title.text-end {
        text-align: left !important
    }
    .about-me ul {
        display: block
    }
    hr.mt-5 {
        margin-top: 1.5rem !important
    }
    .service-request-inner .nav-tabs .nav-link {
        display: flex;
        align-items: center;
        padding: 10px 15px;
        margin-top: 0;
        box-shadow: none;
        border-radius: 10px
    }
    .request-box img {
        width: 40px
    }
    .request-box h5 {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 14px;
        text-align: center
    }
    #customers-testimonials .owl-stage {
        display: flex
    }
    #customers-testimonials .owl-stage .owl-item {
        display: flex
    }
    #customers-testimonials .shadow-effect p {
        font-size: 13px
    }
    .overflowauto {
        overflow: auto
    }
    .service-request-inner .nav-tabs {
        justify-content: start;
        border: none;
        flex-wrap: nowrap
    }
    .service-request-inner .nav-tabs li {
        white-space: nowrap;
        margin-right: 20px
    }
    .download-center-sec .download-pdf {
        margin-bottom: 30px
    }
    .download-center-sec {
        padding: 60px 0 30px
    }
    .cont-box {
        margin-bottom: 40px
    }
    .bright-sec {
        padding: 50px 0
    }
    .yearwarranty-content {
        padding: 30px 20px
    }
    .yearwarranty .row {
        background-color: #fff
    }
    .yearwarranty {
        padding-bottom: 0
    }
    .yearwarranty .row .col-lg-6:first-child {
        padding-left: 15px
    }
    .contact-warranty .cont-info {
        text-align: center;
        margin-bottom: 30px
    }
    .contact-bg {
        background-size: 110px, 120px;
        padding: 30px 0 10px
    }
    .warranty-form .input-group {
        display: block
    }
    .warranty-form .input-group .form-control {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 4px !important
    }
    .warranty-form .input-group .btn {
        width: 100%;
        border-radius: 5px !important
    }
    .height-fix {
        height: auto;
        overflow: hidden
    }
    .center-box .product-inner .page-title {
        font-weight: 600;
        font-size: 2rem;
        color: #000
    }
    .center-box .product-inner .description p {
        font-size: 16px;
        font-weight: 400;
        color: #000
    }
    .education_absolute .btn2 {
        background-color: #000;
        color: #fff
    }
    .btn2 {
        margin-bottom: 20px;
        padding: 10px 15px;
        font-size: 15px
    }
    .education_absolute:after {
        content: inherit
    }
    .center-box .light-box.product-inner .page-title {
        font-size: 2rem
    }
    .center-box .light-box.product-inner .description p {
        font-size: 16px
    }
    .hdscreen-sec {
        padding-top: 70px !important
    }
    .hdscreen-sec img {
        -webkit-mask-image: -webkit-gradient(linear, left 60%, left 10%, from(rgb(0 0 0)), to(#fff0));
        mask-image: linear-gradient(to bottom, rgb(0 0 0), #fff0)
    }
    .cont-absolute {
        position: static !important;
        margin-bottom: 0 !important
    }
    .button-group {
        left: 0;
        width: 100%;
        padding: 0 10px
    }
    .featurebox-common div p {
        font-size: 16px
    }
    .featurebox-common div h2 {
        font-size: 2rem
    }
    .buttonRange {
        width: 35px;
        height: 35px;
        transform: translate(-50%, -50%);
        z-index: 3
    }
    .image-container {
        display: none
    }
    .buttonRange::before {
        transform: translate(50%, -50%)
    }
    .buttonRange::after {
        transform: translate(-50%, -50%)
    }
    .notifer-block h4 {
        font-size: 15px;
        margin-left: 20px
    }
    .notifer-block .tollfree {
        color: #333;
        position: static;
        font-size: 20px;
        margin-top: 40px
    }
    .nb_btn {
        float: none;
        font-size: 14px;
        margin-top: 20px;
        display: inline-block
    }
    .blogs-content h3 {
        font-size: 16px
    }
    .features-box .padding-0:nth-child(odd) {
        padding-left: calc(var(--bs-gutter-x) * .5)
    }
    .features-box .padding-0:nth-child(even) {
        padding-right: calc(var(--bs-gutter-x) * .5)
    }
    .fot-socail-row h4 {
        text-align: center;
        margin-bottom: 20px
    }
    .right-side ul li a:hover {
        text-decoration: none
    }
    .right-side {
        position: absolute;
        right: 14%;
        min-width: auto;
        min-height: auto;
    }
    .right-side ul li.cart-dropdown-btn ul.cart-dropdown {
        position: fixed;
        top: 58px;
        right: 0;
        width: 100%
    }
    .right-side ul {
        padding-left: 0
    }
    .right-side ul li a {
        font-size: 12px;
        font-weight: 600
    }
    .cont-sale {
        display: none
    }
    .enquiry-cont ul li {
        width: 100%;
        margin-left: 0
    }
    .video-secnew .after-before-div video {
        width: 100%;
        height: auto;
        object-fit: inherit
    }
    .openbtn {
        display: table;
        margin: 0;
        margin-top: 20px
    }
    .fix-sticky {
        position: static
    }
    .responsive-table {
        width: 100%;
        overflow: auto
    }
    .speci-box {
        white-space: nowrap;
        margin-bottom: 30px
    }
    .fix-content.mb-4 {
        margin-bottom: 1rem !important
    }
    .reviews-sec .reviews-slide .reviews-box {
        height: 500px
    }
    .whatbox-sec {
        background-color: #fff;
        padding: 60px 0;
        padding-bottom: 0
    }
    .navbar .nav-item .nav-link {
        margin-bottom: 20px;
        padding: 0;
        height: auto;
        line-height: normal
    }
    .navbar .nav-item:first-child .nav-link {
        padding: 0
    }
    .navbar .navbar-collapse {
        border-top: 1px solid #343434;
        position: fixed;
        top: 58px;
        left: 0;
        width: 100%;
        background: #000
    }
    .banvideo video {
        position: static;
        top: 9px;
        left: 3px;
        width: 100%
    }
    .main-banner .ban-content h2 {
        color: #fff;
        font-size: 28px !important;
        font-weight: 600
    }
    .main-banner .ban-content a {
        font-size: 12px
    }
    .main-banner .ban-content a i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px
    }
    .board-text {
        max-width: 100%
    }
    .board-text .title {
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 0
    }
    .bright-sec .brightness,
    .bright-sec .brightness-title {
        padding-left: 0;
        padding-top: 40px
    }
    .bright-sec .brightness-title h3 {
        margin-top: 0;
        font-size: 30px;
        color: #000;
        font-weight: 800;
        margin-bottom: 0
    }
    .hdscreen-title h3 {
        margin-top: 0;
        font-size: 30px;
        color: #fff;
        font-weight: 800;
        margin-bottom: 0
    }
    .sound-text h3 {
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 0;
        margin-top: 20px;
        text-align: center
    }
    .pulsing-rings {
        position: absolute;
        margin: auto;
        width: 100px;
        height: 100px;
        bottom: 0;
        left: 25%;
        transform: translate(-30%, 35%) rotateX(-250deg);
        z-index: 0
    }
    .til-banner .container {
        position: relative
    }
    .pulsing-rings .pulsing-ringlet {
        width: 100px;
        height: 100px;
        border: 3px solid #015c91;
        border-radius: 50%;
        position: absolute;
        transform: scale(.1, .1);
        opacity: 0;
        animation: pulse 3000ms ease-out infinite
    }
    .pulsing-two {
        left: auto;
        right: 10%
    }
    .feature-sec .feature-text .feature-title {
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 20px;
        color: #fff
    }
    .video-sec .video-text {
        text-align: center;
        padding: 0
    }
    .video-sec .video-text .video-title {
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 20px
    }
    .video-test .hdscreen-title {
        margin-bottom: 30px
    }
    #thumbs .owl-stage-outer {
        overflow: auto;
        margin-top: 20px
    }
    #thumbs .owl-stage-outer .owl-stage {
        display: flex;
        white-space: nowrap;
        flex-direction: inherit;
        justify-content: flex-start
    }
    #thumbs .owl-stage-outer .owl-stage .owl-item {
        width: 100% !important
    }
    #thumbs .item {
        margin-right: 10px;
        height: auto;
        width: auto
    }
    #thumbs .item img {
        display: none
    }
    #leftgear {
        display: none
    }
    .sectors {
        background: #fff;
        padding: 30px 0;
        position: relative
    }
    .sectors .p-0 {
        padding: 0 15px !important
    }
    .enquiry-sec .enquiry-content h3 {
        font-weight: 800;
        font-size: 30px
    }
    .enquiry-cont {
        position: static
    }
    .enquiry-cont ul {
        display: block
    }
    .col-lg-4.text-end {
        text-align: left !important
    }
    .videoimg {
        position: relative;
        perspective: none;
        transform: none
    }
    .videoimg video {
        width: 97%
    }
    .fixtop {
        right: auto;
        left: 30px
    }
    .main-banner {
        overflow: hidden;
        margin-top: 58px;
        position: relative
    }
    .tools button {
        padding: 1px 5px;
        font-size: 15px
    }
    .tools input {
        height: 25px;
        margin-bottom: 10px;
        border: none;
        width: 27px;
        margin-right: 10px
    }
    .hdscreen {
        margin-bottom: 20px
    }
    .main-title {
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 20px;
        margin-bottom: 30px
    }
    .video-sec {
        width: 100%;
        height: auto;
        background-color: #fff;
        position: relative;
        padding: 50px 0
    }
    .video-sec {
        width: 100%;
        height: auto;
        background-color: #fff;
        position: relative;
        padding: 50px 0
    }
    .about-sec {
        padding: 60px 0
    }
    .about-me {
        padding-left: 0;
        margin-top: 20px
    }
    .rs-testimonial {
        padding: 60px 0
    }
    .fot-box {
        padding-bottom: 20px
    }
    .fot-box-line {
        position: relative;
        padding-right: 0;
        width: 100%
    }
    .fot-box-line:after {
        content: inherit
    }
    .fot-box h3 {
        margin-bottom: 10px;
        font-weight: 300
    }
    .product-content {
        padding: 40px 0 0;
        height: auto;
        background-color: #fff
    }
    .product-box {
        margin-bottom: 40px
    }
    .product-sec.bglight {
        background-color: #eee;
        padding: 50px 0;
        padding-top: 50px
    }
    .product-sec .large-5.column {
        padding: 80px 20px 30px 20px;
        background: #f3f3f3;
        height: auto
    }
    .speci-sec {
        background: #f9f9f9;
        padding: 80px 0
    }
    .speci-box tr td {
        border-bottom: 1px solid #e1e1e1
    }
    .xzoom-container {
        position: relative;
        display: block;
        width: 100%;
        padding-left: 0
    }
    .xzoom-thumbs {
        position: static;
        display: flex;
        height: auto;
        justify-content: space-between;
        margin-top: 20px
    }
    .fetures-sec .padd-r0 {
        padding-bottom: 20px
    }
    .review-related {
        padding: 50px 0
    }
    .related-sec {
        padding-top: 30px
    }
    .faq-sec .accordion-button {
        padding-right: 40px
    }
    .corporate-img {
        margin-bottom: 20px
    }
    .blog-left {
        height: 200px;
        margin-bottom: 20px
    }
    .video-secnew .hdscreen-title {
        max-width: 400px
    }
    .video-secnew .hdscreen-title h3 {
        font-size: 24px
    }
    .video-secnew {
        padding: 40px 0 40px
    }
    .video-secnew .container .after-before-div:after,
    .video-secnew .container .after-before-div:before,
    .video-secnew .container:before,
    .video-secnew .container:after {
        width: 50px;
        height: 50px;
        content: inherit
    }
    .video-secnew .container .after-before-div video {
        border: 5px solid #fff
    }
    .navbar .navbar-brand img {
        width: 120px
    }
    .board-text {
        bottom: 80%;
        position: static;
        padding: 0;
        margin: 0
    }
    .video-secnew .container {
        position: relative;
        z-index: 0;
        max-width: 400px
    }
    .banvideo img {
        display: none
    }
    .banvideo {
        transform: none !important
    }
    .main-banner .ban-content {
        top: 50%;
        transform: translateY(-50%);
        padding: 0 20px
    }
    .about-inner {
        padding-top: 80px;
        height: 50vh
    }
    .navbar .navbar-toggler {
        padding: 4px 7px
    }
    .navbar .navbar-toggler span {
        width: 1.2em;
        height: 1.2em
    }
    .xzoom-thumbs a {
        display: block
    }
    .xzoom-thumbs a img {
        width: 50px
    }
    .border-top1 {
        border-top: 1px solid #3e3e3e;
        margin-top: 0rem !important;
        padding-top: 1rem !important
    }
    .full-band {
        margin-top: 0
    }
    .white-board {
        height: 180px;
        position: inherit;
        padding-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-position: bottom
    }
    .white-board .tools,
    .white-board .canvas-draw,
    .white-board .board-text {
        display: none
    }
    .education-indus-img {
        background-position: left;
        height: auto
    }
    .download-center {
        height: 30vh
    }
    .headlines-sec {
        height: 50vh
    }
    .hdscreen-sec {
        background: #fff
    }
    .shopping-sec {
        padding: 80px 0 20px 0
    }
    .hdscreen-sec img {
        mask-image: inherit
    }
    .shopping-sec .row.mt-5 {
        margin-top: 0 !important
    }
    .shopping-sec .shopping-box {
        text-align: center;
        margin-bottom: 50px
    }
    .notifer-block:before,
    .notifer-block:after {
        content: inherit
    }
    #customers-testimonials .owl-nav .owl-prev {
        display: none
    }
    #customers-testimonials .owl-nav .owl-next {
        display: none
    }
    .navbar-nav .dropdown:after {
        transform: translateY(-100%);
        right: -14px
    }
    .fix-height {
        height: auto
    }
    .cookie-container .agree {
        display: block
    }
    .cookie-container {
        padding: 1rem 1rem 1rem 1rem
    }
    .agree button {
        margin-bottom: 20px
    }
    .center-box-cont h2 {
        font-size: 30px
    }
    .aitools-sec2 .google-experience-box {
        padding: 0;
        margin-bottom: 50px
    }
    .edu-image-box {
        margin-bottom: 30px
    }
    .edu-image-content {
        margin-bottom: 0;
        margin-top: 0
    }
    .google-ex-sec {
        padding: 30px 0
    }
    .shadow-effect {
        height: 100%
    }
    .testimonials {
        padding: 40px 0
    }
    .navbar-nav .dropdown:hover .dropdown-menu {
        display: none
    }
    .navbar-nav .dropdown-menu {
        position: static;
        border-radius: 0;
        border: none;
        background: #2e2e2e;
        display: block;
        padding: 0;
        display: none
    }
    .navbar-nav .dropdown-menu.menushow {
        display: block !important
    }
    .navbar-nav .dropdown-menu .dropdown-item {
        padding: 10px 20px;
        color: #fff;
        font-size: 1.1rem
    }
    .navbar-nav .dropdown {
        width: 100%
    }
    .navbar-nav .dropdown .nav-link {
        margin-bottom: 0
    }
    .navbar .navbar-nav .nav-item {
        width: 100%
    }
    .navbar .nav-item .nav-link {
        margin-bottom: 0;
        padding: 0;
        height: auto;
        padding: 10px !important;
        line-height: normal;
        border-bottom: 1px solid #2e2e2e;
        font-size: 1.1rem
    }
    .navbar-nav .dropdown:after {
        transform: inherit;
        right: 10px;
        top: 12px
    }
    .blaze-banner-- img {
        width: 100%;
        height: 500px;
        object-fit: cover
    }
    .bann-top h1 {
        color: #fff;
        font-weight: 600;
        font-size: 1.6rem
    }
    .technology-quality-blaze-img {
        height: auto;
        overflow: hidden;
        align-items: normal;
        margin-top: -40px;
        background: linear-gradient(180deg, #fff0 0%, rgb(0 0 0) 100%)
    }
    .nfc-section {
        padding: 40px 0;
        background: #f3f3f3
    }
    .nfc-section .custom-heading {
        margin-bottom: 40px;
        padding-top: 30px
    }
    .custom-product-box {
        padding: 10px 30px;
        text-align: center;
        border-radius: 10px
    }
    .rs-testimonial.testimonial-style1 .testi-item {
        height: auto
    }
    .locator-sec {
        height: auto;
        background-size: cover;
        background-repeat: no-repeat
    }
    .locator-sec h3 {
        font-weight: 600
    }
    .sales-content.cont-box {
        margin-bottom: 0;
        padding: 0 20px;
        margin-top: 30px
    }
    .locator-box {
        margin-bottom: 30px
    }
    .locator-content {
        padding-top: 20px
    }
    .locator-map-sec {
        padding: 40px 0
    }
    .mob-pt-0 {
        padding-top: 0
    }
    .hdscreen-sec.mob-pt-0 {
        padding-top: 20px !important
    }
    .my_shop .product_card {
        margin-bottom: 30px
    }
    .left-login-cont {
        padding: 30px 30px 30px 10px
    }
    .left-box-login p {
        font-size: .8rem
    }
    .left-box-login img {
        margin-right: 10px;
        width: 40px
    }
    .socail-login ul.the_champ_login_ul li {
        display: inline-block;
        width: 100% !important
    }
    ul.the_champ_login_ul {
        margin-bottom: 0 !important;
        display: block;
        width: 100%
    }
    ul.the_champ_login_ul li a {
        display: flex !important;
        justify-content: center;
        align-items: center
    }
    .login-page {
        padding-top: 90px;
        padding-bottom: 50px
    }
    .enquiry-form {
        margin-top: 20px
    }
    .aboutbg-inner {
        height: auto
    }
    .find-partner {
        height: auto
    }
    .myaccount-list li {
        width: 100%
    }
    .joinus-inner {
        height: auto
    }
    .joinus-banner h1 {
        font-size: 2rem;
        margin-bottom: 30px
    }
    .become-partner-banner {
        height: 20vh;
        padding-top: 0
    }
    .become-partner-banner .center-box-cont h1 {
        color: #333;
        font-size: 1.5rem
    }
    .become-partner-slider .items {
        padding: 20px 20px 20px 20px;
        height: 50vh
    }
    .become-slider-sec .needhelp ul li a {
        margin: 0;
        font-size: .7rem
    }
    .become-partner-slider .items h4 {
        font-size: 2rem;
        line-height: 40px;
        color: #fff;
        font-weight: 300
    }
    .become-slider-band {
        height: auto;
        line-height: 40px;
        display: block;
        padding: 20px 20px
    }
    .become-slider-sec .edu-image-content {
        padding-top: 40px
    }
    .become-slider-sec .needhelp {
        display: block;
        padding-bottom: 40px
    }
    .become-slider-sec .full-band {
        margin-top: 0;
        padding-bottom: 10px
    }
    .become-slider-sec .fot-box {
        padding-top: 20px;
        text-align: left;
        padding-left: 20px
    }
    .become-partner-slider .owl-dots {
        bottom: 120px
    }
    .related-pro .items {
        border: 1px solid #eee;
        border-radius: 10px
    }
    .related-pro .blogimg {
        margin-bottom: 0
    }
    .related-pro .blogs-content {
        border: none
    }
    .warranty-inner {
        padding-bottom: 80px;
        height: 40vh
    }
    .tutorial-video-banner {
        height: 55vh
    }
    .section-title {
        font-size: 40px;
        font-weight: 700;
    }
    .section-title2 {
        font-size: 30px;
        font-weight: 600;
    }
    .aboutmain {
        margin-bottom: 130px;
    }
    .soft-about .col-md-4:last-child .aboutmain{
        margin-bottom:0;
    }
    .pendrive-panel {
        border-radius: 10px;
        box-shadow: 0 0 20px 0 #b5b5b5;
    }
    .inner{
        display:block;
    }
    .inner .common__inner {
        width: 100%;
        border-radius: 10px!important;
        margin-bottom: 20px;
    }
    .components-box {
        margin-bottom: 40px;
    }
    .language-box img {
        margin: 10px 5px;
        width: 100%;
    }
    .soft-banner {
        margin-top: 20px;
    }
    .soft-sec {
        padding: 30px 0;
    }
}

.toggle-password {
    position: absolute;
    top: 5px;
    right: 0;
    /* transform: translateY(-50%); */
    /* height: 100%; */
    background: no-repeat;
    border: none;
    cursor: pointer;
}
.dv-toc {
    background: #f9f9f9;
    border-left: 4px solid #0073aa;
    padding: 15px;
    margin: 20px 0;
    border-radius: 8px;
    font-size: 14px;
}

.dv-toc strong {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.dv-toc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dv-toc li {
    margin-bottom: 6px;
}

.dv-toc li a {
    text-decoration: none;
    color: #0073aa;
}

.dv-toc li a:hover {
    text-decoration: underline;
}

.toc-level-3 {
    margin-left: 15px;
    font-size: 13px;
}

/* Add scroll-margin-top to headings to ensure TOC link scrolls correctly */
h2, h3 {
    scroll-margin-top: 100px; /* Adjust this value based on the height of your header */
}
