/********** Template CSS **********/
:root {
    --primary: #F7323F;
    --secondary: rgb(250, 201, 201);
    --light: #fff;
    --dark: #271d1d;
    --nav: #333;
    --gradient: #fff;
    --image-background: url(../img/bg-dot.png),
                        url(../img/bg-dot.png),
                        url(../img/bg-round.png),
                        url(../img/bg-tree.png),
                        url(../img/bg-bottom-hero.png);
    --footer-image: url(../img/footer.png);
    --logo: url(../img/logo-black.png);

}

body.dark {
    --secondary: #fff;
    --light: #1D1D27 !important;
    --dark: #f4f4f4;
    --nav: #fff;
    --filter: grayscale(100%);
    --gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --image-background: url(../img/bg-dot.png),
                        url(../img/bg-dot.png),
                        url(../img/bg-round.png),
                        url(../img/bg-tree-dark.png),
                        url(../img/bg-bottom-hero-dark.png);
    --footer-image: url(../img/footer-dark.png);
    --logo: url(../img/logo_white.png);
}



/* switch mode */

.main-logo{
    background: var(--logo) center no-repeat;
    background-size: contain;
    width: 180px;
    height: 50px;
    margin-left: 10px !important;
}

.toggle-switch{
    border: 1px solid var(--dark);
    background: var(--light);
    height: 40px;
    width: 120px;
    border-radius: 20px;
}

.toggle-switch h3{
    color: var(--dark);

    font-size: 15px;
    margin-bottom: -2px;
}

.toggle-switch:hover{
    border-radius: 15px 50px;
    transition: 0.2s ease-in;
}

/* ends here */

/* New buttons */


/* new btns ends here */

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-1{
    background: var(--light);
    color: var(--dark);
}


.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: var(--light) !important;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--nav) !important;
    text-decoration: line-through;
}

.navbar-light .navbar-brand h1 {
    color: var(--primary);
    padding: 0 10px;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    padding: 10px;
    transition: .5s;
}



.navbar-brand{
    background: var(--light);
    border-radius: 15px 50px;
    transition: 0.5s ease-in;
    width: 250px;
}


@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--light);
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--secondary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Hero Header ***/
.hero-header {
    background: var(--image-background);
    background-position:
        10px 10px,
        bottom 190px right 10px,
        left 55% top -1px,
        left 45% bottom -1px,
        center bottom -1px;
        background-size: 100px auto, 150px  auto, 200px  auto, 10% auto, contain;
    background-repeat: no-repeat;
}



.dance-img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.dance-img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}




/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--dark);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 50px;
    background: var(--dark);
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}

.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 2px;
    left: 0;
    background: rgba(177, 33, 33, 0.5);
}

.section-title h6::after {
    top: 5px;
    left: 3px;
}


/*** Service ***/
.service-item {
    position: relative;
    height: 350px;
    padding: 30px 25px;
    background: var(--gradient);
    box-shadow: 1px 3px 45px rgba(0, 0, 0, .2);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: url(../img/icon-shape-primary.png) center center no-repeat;
    transition: .5s;
}

.service-item:hover .service-icon {
    color: var(--primary);
    background: url(../img/icon-shape-white.png);
}

.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
    color: var(--light);
}

.service-item a.btn {
    position: relative;
    display: flex;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.service-item:hover a.btn {
    color: var(--primary);
}

.service-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: #DDDDDD;
    transition: .5s;
    z-index: -1;
}

.service-item:hover a.btn::before {
    width: 100%;
    background: var(--light);
}

/* btn 2 */



/*** Testimonial ***/
.newsletter,
.testimonial {
    background:
        url(../img/bg-top.png),
        url(../img/bg-bottom.png);
    background-position:
        left top,
        right bottom;
    background-repeat: no-repeat;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--light) !important;
    border-color: var(--light);
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #888888;
}

.testimonial-carousel .owl-item.center .testimonial-item i {
    color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item h6 {
    color: var(--dark) !important;
}


/*** Team ***/
.team-item {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.team-item::after {
    position: absolute;
    content: "";
    top: 3rem;
    right: 3rem;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--gradient);
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    background: var(--primary);
}

.team-item h5,
.team-item small {
    transition: .5s;
}

.team-item:hover h5,
.team-item:hover small {
    color: var(--light);
}


/*** Project Portfolio ***/
#portfolio-flters .btn {
    position: relative;
    display: inline-block;
    margin: 10px 4px 0 4px;
    transition: .5s;
}

#portfolio-flters .btn::after {
    position: absolute;
    content: "";
    right: -1px;
    bottom: -1px;
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 50px solid #FFFFFF;
}

#portfolio-flters .btn:hover,
#portfolio-flters .btn.active {
    color: var(--light);
    background: var(--primary);
}

.portfolio-overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    background: var(--primary);
    transition: .5s;
    z-index: 1;
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item .btn {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/icon-shape-white.png) center center no-repeat;
    border: none;
    transition: .5s;
    opacity: 0;
    z-index: 2;
}

.portfolio-item:hover .btn {
    opacity: 1;
    transition-delay: .15s;
}


/*** Footer ***/
.footer {
    background: var(--footer-image) center center no-repeat;
    background-size: contain;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


/* STYLES FROM main.css Umbraco */

::selection {
    background: var(--primary);
    color: #fff;
}
body::-webkit-scrollbar {
    display: none;
}
.back-to-top {
    padding: 27px;
    font-size: 20px;
    margin-right: -4px;
    box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
}
.shadow {
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
}
.btn-2 {
    border: 1px solid var(--light);
}
.component-card {
    max-height: 90%;
}
.component-card:hover img, .component-card:focus img {
    transform: scale(1.1);
}
.component-card_image {
    background: #fff;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.2%;
    position: relative;
}
.component-card_image-inside {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.component-card_image-inside img {
    background-size: cover;
    height: auto !important;
    transform: scale(1);
    transition: all 0.25s ease-in-out;
    width: 100%;
    cursor: pointer;
}
.component-card .blog-detail {
    background: var(--light);
    margin: 10px 20px 0;
    padding: 20px;
    position: relative;
    top: -80px;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
}
.component-card .blog-detail h3 {
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}
.component-card .blog-detail label {
    color: #737373;
    font-size: 14px;
}
.component-card .blog-detail p {
    margin-bottom: 1rem;
    margin-top: 0;
}
.blog-btn {
    font-size: 12px;
    background: var(--primary);
    border: 1px solid var(--primary);
}
.blog-btn:hover {
    background: var(--light);
    border: 1px solid var(--primary);
    color: var(--primary);
}
.icon-lg {
    font-size: 80px !important;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    text-decoration: none !important;
}
.l1-img {
    max-height: 160px;
    min-height: 160px;
}
.clip-img {
    clip-path: polygon(0% 0%, 82.2% 0%, 100% 100%, 0% 100%);
    min-height: 100%;
    border-radius:  10px 0 0 10px !important;
     max-height:  450px;
}
.icon-heading {
    font-size: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: var(--dark);
    background: var(--light);
    border-radius: 100%;
    width: 80px;
    height: 80px;
}
.icon-heading-2 {
    font-size: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: var(--light);
    background: var(--primary);
    border-radius: 100%;
    width: 80px;
    height: 80px;
}
.card-icon {
    font-size: 30px;
}
.primary-radius {
    border-radius: 10px !important;
}
.card {
    background: var(--light);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.card:hover>img {
    transition: 0.2s ease-in;
    scale: 1.01;
    overflow: hidden;
}
.card-text-1 {
    color: #ffffff !important;
}
.card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin: -16px !important;
}
.card-low-body {
    margin-top: 20px;
}
.card-low-body a {
    color: var(--dark);
}
.this-container {
    display: flex;
    flex-direction: row;
}
.card-img-top {
    max-height: 300px !important;
    min-height: 300px !important;
    object-fit: cover;
}
.media(max-width:1000px) {
    .main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1px;
}
}
.text-justify {
    text-align: justify !important;
}
.d-flex img {
    max-width: 300px !important;
}
.team-item::after {
    position: absolute;
    content: "";
    top: 3rem;
    right: 3rem;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--light);
    box-shadow: 0 0 45px rgba(0, 0, 0, .4);
    transition: .5s;
    z-index: -1;
}
.modal-content {
    background: var(--light);
}
.close-btn {
    background: var(--primary);
    color: var(--light);
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
}
.message {
    background: var(--gradient);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.toggle-switch {
    width: 125px !important;
}
.toggle-switch p {
    font-size: 12px !important;
    margin-top: 10px;
    color: var(--dark);
    font-weight: bold;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--light);
    min-width: 160px;
    z-index: 1;
}
.dropdown-content a {
    color: var(--dark);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: rgba(255, 255, 255, .2);
    color: var(--primary) !important;
}
.dropdown:hover .dropdown-content {
    display: grid;
}
.dropdown-2 {
    position: relative;
    display: inline-block;
}
.dropdown-content-2 {
    display: none;
    position: absolute;
    background-color: var(--light);
    min-width: 160px;
    z-index: 1;
    left: 100% !important;
    top: 0;
    margin-left: 2px;
}
.dropdown-content-2 a {
    color: var(--dark);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content-2 a:hover {
    background-color: rgba(255, 255, 255, .2);
    color: var(--primary) !important;
}
.dropdown-2:hover .dropdown-content-2 {
    display: grid;
}
.blog-link {
    font-size: 22px;
    font-weight: 600;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-transform: none !important;
}
.blog-link-2 {
    font-size: 20px;
    color: var(--dark);
}
.blog-link:hover {
    color: var(--primary);
    transition: 0.2s ease-in;
}
.blog-link-2:hover {
    color: var(--primary);
    transition: 0.2s ease-in;
}
.tags a {
    color: var(--dark);
    padding: 5px 10px;
    border: 1px solid var(--dark);
    border-radius: 5px;
}
.tags a:hover {
    color: var(--primary);
    border: 1px solid var(--primary);
    transition: 0.2s ease-in;
}
.recent-posts {
    background: var(--gradient);
    height: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 10px;
}
.post-list {
    margin-top: 20px;
    text-align: start;
}
.recent-posts li {
    list-style: square;
    padding: 10px 0;
}
.recent-posts li a {
    font-size: 20px;
    padding: 20px 0;
}
.show-video {
    width: 60% !important;
    filter: saturate(1.4) drop-shadow(-2px 28px 29px rgba(0, 0, 0, 0.5)) !important;
}
.show-video:hover {
    padding: 20px;
    transition: 0.3s ease-in-out;
}
.accordion-button, .accordion-body {
    background: var(--light);
    color: var(--dark);
}
.accordion-button:not(.collapsed) {
    background-color: var(--light) !important;
    box-shadow: none !important;
    color: var(--dark);
}
.copyright {
    background: var(--light);
    color: var(--primary);
}
.footer .footer-menu a {
    border-right: 1px solid var(--dark);
}
.language-menu {
    position: fixed;
    top: 50%;
    left: 20px;
    margin-top: -20px;
    z-index: 1000;
}
@media(max-width:800px) {
    .language-menu {
    top: 400px;
}
}
.lang-btn {
    transform: rotate(-90deg);
    margin-left: -65px;
    border: 1px solid var(--light);
    background: var(--primary);
    color: var(--light);
    font-size: 15px;
    border-radius: 5px;
    min-width: 135px;
}
.lang-btn:hover {
    background: var(--light);
    color: var(--dark);
    border: 1px solid var(--dark);
    transition: 0.2s ease-in-out;
}
.language-links {
    display: none;
    display: none;
    z-index: 100;
    background: var(--light);
}
.language-links a {
    color: var(--dark);
    text-transform: uppercase;
    margin-left: 12px !important;
}
.language-links a:hover {
    text-decoration: underline;
}
.show-lang {
    display: flex;
    flex-direction: column;
    margin-left: 25px;
    margin-top: -88px;
    padding: 10px 20px 10px 5px;
    text-align: left;
    border: 1px solid var(--dark);
}
.featured-card {
    object-fit: cover;
    min-height: 400px !important;
    max-height: 400px !important;
}
.showcase-heading {
    font-size: 60px;
}
.language-list {
    display: none;
}
.hero-header2 {
    background: var(--image-background);
    background-position: 10px 10px, bottom 190px right 10px, left 55% top -1px, left 45% bottom -1px, center bottom -1px;
    background-size: 100px auto, 150px auto, 200px auto, 10% auto, contain;
    background-repeat: no-repeat;
}
body {
    font-family: 'Poppins' !important;
}
small, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Poppins' !important;
}
:root {
    --image-background: url(), url(), url(), url(), url(../img/bg-bottom-hero.png) !important;
}
body.dark {
    --light: #1D292F !important;
    --image-background: url(), url(), url(), url(), url(../img/bg-bottom-hero-dark.png) !important;
}
.bg-dark {
    background: #1D292f !important;
}
@media(max-width:1210px) {
    .show-video {
    max-width: 250px;
}
.card-img-top {
    min-height: 200px;
}
.blog-link {
    font-size: 16px;
}
.featured-card {
    min-height: 250px !important;
    max-height: 250px !important;
}
.about-video {
    width: 100%;
    height: 400px;
}
.clip-img {
    clip-path: none;
    min-height: 100%;
}
.l1-img {
    max-height: none;
    min-width: none;
}
.showcase-heading {
    font-size: 50px;
}
}
.hero-header {
    min-height: 650px;
}
.map-container {
    margin-top: 5%;
}
.box-content-1 {
    display: flex;
    flex-direction: row;
}
.searchbar input {
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #827c7a;
    width: 300px;
    margin: 5%;
}
.searchbar i {
    position: relative;
    margin-left: -15%;
    cursor: pointer;
    color: var(--primary-color);
}
.section-1 {
    display: flex;
    margin: 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: 4px dotted var(--primary-color);
}
.box-1 {
    padding: 10px;
}
.box-1 h2 {
    font-size: 15px;
    color: var(--primary-color);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.table {
    width: 97%;
    margin: 0 1.5%;
}
table th {
    background: var(--third-color);
    color: #fff;
    padding: 10px;
}
table td {
    text-align: center;
    padding: 10px;
    color: var(--third-color);
    font-size: 15px;
}
table tr {
    background: #fff;
}
.country {
    width: 50%;
}
.flag {
    display: grid;
}
.box-content-text {
    padding: 0 15px;
}
.box-content-text i {
    font-size: 20px;
    padding: 5px 0;
    color: rgb(250, 201, 3);
}
.input_wrapper {
    width: 60px;
    height: 30px;
    position: relative;
    cursor: pointer;
}
.input_wrapper input[type="checkbox"] {
    width: 60px;
    height: 27px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #315e7f;
    border-radius: 2px;
    position: relative;
    outline: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.input_wrapper input[type="checkbox"]:after {
    position: absolute;
    content: "";
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    background: #dfeaec;
    z-index: 2;
    border-radius: 2px;
    -webkit-transition: all .35s;
    transition: all .35s;
}
.input_wrapper svg {
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    fill: #fff;
    -webkit-transition: all .35s;
    transition: all .35s;
    z-index: 1;
}
.input_wrapper .is_checked {
    width: 18px;
    left: 18%;
    -webkit-transform: translateX(190%) translateY(-30%) scale(0);
    transform: translateX(190%) translateY(-30%) scale(0);
}
.input_wrapper .is_unchecked {
    width: 15px;
    right: 10%;
    -webkit-transform: translateX(0) translateY(-30%) scale(1);
    transform: translateX(0) translateY(-30%) scale(1);
}
.input_wrapper input[type="checkbox"]:checked {
    background: #30505d;
}
.input_wrapper input[type="checkbox"]:checked:after {
    left: calc(100% - 25px);
}
 .input_wrapper input[type="checkbox"]:checked + .is_checked {
    -webkit-transform: translateX(0) translateY(-30%) scale(1);
    transform: translateX(0) translateY(-30%) scale(1);
}
.input_wrapper input[type="checkbox"]:checked ~ .is_unchecked {
    -webkit-transform: translateX(-190%) translateY(-30%) scale(0);
    transform: translateX(-190%) translateY(-30%) scale(0);
}
.brand-carousel {
}
.carousel-cell {
    width: 22%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.carousel-cell:before {
    display: block;
}
.carousel-cell img {
    width: 200px;
    height: 150px;
    filter: grayscale(100%);
}
.carousel-cell img:hover {
    filter: none;
    transition: 0.2s ease-in;
}
.flickity-button {
    display: none;
}
.dot {
    display: none !important;
}
.brand-carousel {
    margin: 5%;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}
.carousel-cell {
    width: 40%;
}
@media(max-width:1000px) {
    .carousel-cell {
    width: 100%;
}
.carousel-cell img {
    width: 100%;
    height: 100%;
}
.navbar-light .navbar-nav .nav-link {
    color: var(--dark) !important;
}
}
.btn-outline-light {
    color: var(--light) !important;
    border-color: var(--light) !important;
}
.btn-outline-light:hover {
    background: var(--light) !important;
    color: var(--dark) !important;
}

@media (max-width: 1000px) {
    .section-1 {
    display: flex;
    flex-direction: column;
}
.table-section {
    overflow-x: scroll;
}
}@media (max-width: 1600px) {
    .carousel-cell {
    width: 40%}
}@media (max-width: 990px) {
    .section-1 {
    display: flex;
    flex-direction: column;
}
.language-menu {
    display: none;
}
.language-list {
    display: block!important;
}
.show-text {
    font-size: 80px!important;
}
.table-section {
    overflow-x: scroll;
}
}@media (max-width: 1210px) {
    .show-video {
    max-width: 250px;
}
.card-img-top {
    min-height: 200px;
}
.blog-link {
    font-size: 16px;
}
.featured-card {
    min-height: 250px!important;
    max-height: 250px!important;
}
.about-video {
    width: 100%;
    height: 400px;
}
.clip-img {
    clip-path: none;
    min-height: 100%}
.l1-img {
    max-height: none;
    min-width: none;
}
.showcase-heading {
    font-size: 50px;
}
}


