@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Inter');
@import url('https://db.onlinewebfonts.com/c/7615af7a9f681395bf515be718f1bf9c?family=SofiaPro');
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@700&family=Outfit:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');





* {
    margin: 0;
    padding: 0;
}

body {
    /* background-color: #F8F7F7; */
    /* background-color: red; */
}

.aactive:hover {
    /* color:#218233 !important; */
    color: #000 !important;
    transition: 0.3s ease-in-out;
}

.aaactive:hover {
    /* color:#ACCC08 !important; */
    color: #004B1D !important;
    transition: 0.3s ease-in-out;
    /* background-color: #fff; */
}

/* logo */
#logo_color {
    display: none;
}

.nav-link {
    color: #000;
}

.nav-link:hover {
    color: #004B1D;
}

.nav-link:focus {
    color: #004B1D !important;
}

.navbar ul .nav-item {
    margin-left: 25px;
}

.dropdown-menu {
    background-color: #F2F2F2;
    border-radius: 0px !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

.dropdown-menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
    /*transition: 0.3s ease-in-out;*/
}

.dropdown-menu li a:hover {
    background-color: #004B1D !important;
    color: #fff;
    /*transition: 0.3s ease-in-out;*/
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

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

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

/* ============ desktop view .end// ============ */


.main-slider-nav {
    background: url(../banner/main_slider_img.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
}

.main-slider-nav .bg_video,
.about_slider .bg_video,
.career_slider .bg_video {
    z-index: -1;
}



.main-slider-nav .bg_video::before,
.about_slider .bg_video::before,
.career_slider .bg_video::before {
    content: '';
    position: absolute;
    background: url(../banner/main_slider_img.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    z-index: -1;
    bottom: 0;
    opacity: 0.8;
}

.main-slider-nav .overlay-text {
    width: 100%;
    bottom: 0;
    height: 100%;
}

.main-slider-nav .overlay_text h1,
.about_slider .overlay_text h1,
.career_slider .overlay_text h1 {

    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);

}

.main-slider-nav .overlay_text {
    position: absolute;
    width: 100%;
    color: #fff;
    font-weight: bold;
}

.main-slider-nav .contact-button {
    position: absolute;
    width: 100%;
    justify-content: center;
    text-align: center;
    bottom: 0;
    z-index: 999;
    padding-bottom: 130px;
    margin-bottom: 30px;
}

.main-slider-nav .contact-button button {
    background-color: #ACCC08 !important;
    border-radius: 0px !important;
    width: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* ============== Nav Bar CSS ================ */
.NavBar {
    background-color: transparent;
    position: fixed;
    width: 100%;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    box-sizing: border-box;
    z-index: 999;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.NavBar>ul {
    width: 100%;
    justify-content: right;
    box-sizing: border-box;
}




/* ==================== Partners Section CSS ===================== */
.partners .container {
    padding-top: 70px;
    padding-bottom: 70px;
}

.partners .swiper .swiper-wrapper .swiper-slide img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 150px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.partners .swiper .swiper-wrapper .swiper-slide img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(0%);
    transition: 0.3s ease-in-out;
}












/* ===================== Footer Section CSS ======================= */
.footer .consultation {
    background-image: url(../images/footer/banner/footer_banner.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.footer .consultation::before {
    content: '';
    position: absolute;
    background-color: #004B1D;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}

.footer .consultation form {
    background-color: #F2F2F2;
    /* width:900px; */
    margin: 0 auto;
    margin-top: 30px;
    color: #000;
    padding: 20px;
    border-radius: 5px;
}

.footer .consultation form label {
    padding-top: 7px;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: bold;
}

.footer .consultation form button {
    /* background-color: #004B1D; */
    background-color: #218233;
    margin-left: 10px;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #218233;
}

.footer .quick-links {
    background-color: #004B1D;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer .quick-links label {
    font-size: 1.5rem;
    padding-bottom: 30px;
}

.footer .quick-links ul li a {
    text-decoration: none;
    color: #fff;
    font-style: normal;
    line-height: 30px;
    transition: 0.3s ease-in-out;
}

.footer .quick-links ul li a #arrow {
    transform: rotate(310deg);
    display: none;
}

.footer .quick-links ul li a:hover #arrow {
    display: inline-block;
}

.footer .quick-links ul li a:hover {
    /* color: #ACCC08; */
    transition: 0.3s ease-in-out;
    /*padding-left:2px;*/
}

.footer .quick-links ul li a #mob_number,
.footer .quick-links ul li a #email,
.footer .quick-links ul li a #location {
    padding-left: 10px;
}

.footer .quick-links ul li #icon i {
    color: #ACCC08;
}

.footer .quick-links ul li a #title {
    padding-left: 10px;
}

.footer .quick-links .social-media li a {
    background-color: #ACCC08;
    padding: 10px 12px 10px 12px;
    margin-right: 10px;
    border-radius: 100%;
    transition: 0.3s ease-in-out;
}

.footer .quick-links .social-media li a:hover {
    background-color: #fff;
    transition: 0.3s ease-in-out;
}

.footer_bottom {
    background-color: #004B1D;
    color: #fff;
    padding-bottom: 20px;
}

.footer_bottom #footer_logo {
    width: 150px;
}

.footer_bottom p {
    margin-top: 10px;
}

.footer_bottom .container {
    border-top: 1px solid #fff;
    padding-top: 25px;
}

/* ================= Footer CSS End Here =================== */








/* ======================== All Slider CSS ==================== */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* services we provide slider css */
.swiper-container .swiper-slide-active {
    background-color: red;
}








/* ======================= Contact Page CSS ===================== */
.contact_slider {
    height: 400px;
}

.contact_slider .overlay_text {
    position: absolute;
    width: 100%;
    color: #fff;
    font-weight: bold;
    padding-top: 120px;
}

/* form */
.contact-form {
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    /* background-color: #fff; */
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact-form::before {
    content: '';
    /* background-color: red; */
    background-image: url(../images/pages/career_page/benefits/icons/decoration.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 100%;
    bottom: 0;
    z-index: -1;
    background-position: 40%;
}

.contact-form form {
    /* width:900px; */
    margin: 0 auto;
}

.contact-form form input[type=text],
.contact-form form input[type=email] {
    height: 50px;
    border-radius: 0px;
    border: 1px solid gray;
}

.contact-form form button {
    width: 150px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 0px;
    background-color: #004B1D;
    font-weight: bold;
    border: 1px solid #004B1D;
}

.contact-form form button:hover {
    background-color: #ACCC08;
    border-color: #ACCC08;
}

.cnt {
    text-align: center !important;
    position: absolute;
    background-color: #fff;
    text-align: right;
    width: 400px;
    margin-left: 700px;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cnt a {
    text-decoration: none;
    color: #000;
}

.cnt #in-icon {
    color: #004B1D;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* ================== Contact Page CSS Done ==================== */






/* ================== Services Pages ==================== */
.description_robotic {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

.description_robotic::before {
    content: '';
    position: absolute;
    /* background-color: red; */
    background-image: url(../images/pages/services_page/decoration.svg);
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

}

.bio-robotics-automation {
    background-color: #F8F7F7;
}

.bio-robotics-automation .container {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #F8F7F7;
}

.bio-robotics-automation .paragraph {
    text-align: justify;
    padding-top: 0px;
}

.bio-robotics-automation .cards .card {
    background-color: #fff;
    border: none;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.bio-robotics-automation .cards .card .card-img img {
    width: 90px;
    padding-left: 20px;
    padding-top: 30px;
}

.descroiption {
    padding-top: 70px;
    padding-bottom: 70px;
}




/* ================= ABout Page CSS ============= */
.about_slider,
.career_slider {
    position: relative;
    z-index: -1;
}

/* .about_slider .bg_video,
.career_slider .bg_video {
    height: 100%;
} */

.about_slider .bg_image,
.career_slider .bg_image {
    width: 100%;
}

.about_slider .overlay_text,
.career_slider .overlay_text {
    position: absolute;
    width: 100%;
    color: #fff;
    font-weight: bold;
    padding-top: 120px;
    z-index: 2;
}

/* .about_cards, */
/* .career_cards */
.services_cards {
    margin-top: -82px;
    z-index: 1;
    background-color: transparent;
}

.services_cards .card {
    height: 260px !important;
    cursor: pointer;
    border-radius: 0px;
    border: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    transition: 0.4s ease-in-out;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    background-color: #fff;
    border: 1px solid lightgray;
}


.about_cards .card {
    /* height:310px !important; */
    height: 330px !important;
    cursor: pointer;
    border-radius: 0px;
    border: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    transition: 0.4s ease-in-out;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    background-color: #fff;
    border: 1px solid lightgray;
}

.values_cards .card {
    height: 266px !important;
}

.about_cards .card:hover,
.services_cards .card:hover {
    /* margin-top:-35px;  */
    transition: 0.4s ease-in-out;
    border-top: 5px solid #004B1D;
    border-bottom: 5px solid #004B1D;
}

.about_cards .card .card-img,
.career_cards .card .card-img,
.services_cards .card .card-img {
    padding-top: 50px;
    padding-bottom: 10px;
    text-align: center;
}

/* .about_cards .card:hover .card-img img,
.career_cards .card:hover .card-img img,
.services_cards .card:hover .card-img img {
    width: 50px;
    transition: 0.4s ease-in-out;
} */

.about_cards .card:hover .card-img img,
.career_cards .card:hover .card-img img {
    width: 50px;
    transition: 0.4s ease-in-out;
}

.about_cards .card .card-body,
.career_cards .card .card-body,
.services_cards .card .card-body {
    padding-bottom: 30px;
}

.about_cards .card .card-body p,
.career_cards .card .card-body p,
.services_cards .card .card-body p {
    /* display: none; */
}

.about_cards .card:hover .card-body p,
.career_cards .card:hover .card-body p,
.services_cards .card:hover .card-body p {
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.about_cards .card .card-img img,
.career_cards .card .card-img img,
.services_cards .card .card-img img {
    width: 100px;
    transition: 0.4s ease-in-out;
}


/* team */
.about_team_members {
    /* padding-top:100px; */
    margin-top: 100px;
    padding-bottom: 185px;
    margin-bottom: 70px;
    background-image: url(../images/pages/about_page/banner/banner_2.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.about_team_members h4 {
    color: #004B1D;
}

.about_team_members .card {
    border-radius: 16px;
    overflow: hidden;
}


.about_team_members .card {
    cursor: pointer;
    transition: 0.4s ease-in-out;
}

.about_team_members .card p {
    color: #218233;
}

.about_team_members .card .social_link {
    position: absolute;
    right: 0;
    color: #fff;
    margin-top: -70px;
    transition: 0.4s ease-in-out;
}

.about_team_members .card:hover {
    border: 3px solid #218233;
    transition: 0.4s ease-in-out;
}

.about_team_members .card:hover .social_link {
    margin-top: 0px;
    transition: 0.4s ease-in-out;
}

.about_team_members .card .social_link a {
    color: #fff;
    background-color: #218233;
    top: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    border-bottom-left-radius: 16px;
}



/* =============== Services we are providing ================== */
.service-provide {
    /* background-color: red; */
    background-image: linear-gradient(to right, #ACCC09, #218233);
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

.service-provide::before {
    content: '';
    position: absolute;
    background-image: url(../images/logo/decoration.svg);
    width: 25%;
    height: 40%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 30px;
    margin-top: 100px;
}

.service-provide::after {
    content: '1';
    position: absolute;
    background-image: url(../images/logo/decoration.svg);
    width: 25%;
    height: 40%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    margin-right: 30px;
    margin-bottom: 40px;
    /* margin-left:30px;
    margin-top:100px; */
}

.service-provide .swiper .swiper-wrapper .swiper-slide {
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    display: block;
    padding: 60px 50px 30px 50px;
}

.service-provide .swiper .swiper-wrapper .swiper-slide h3 {
    margin-bottom: 20px;
}

.service-provide .swiper .swiper-wrapper .swiper-slide p {
    text-align: justify;
}

.service-provide .swiper .swiper-slide-next {
    background-color: #218233;
    color: #fff;
    border: 1px solid #fff;
}

.service-provide .swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    background-color: transparent;
}

.service-provide .swiper .swiper-pagination-bullet-active {
    background-color: #fff;
}



/* ===================== Compnay Benefits =================== */
.company-benefits {
    background-color: #F5F5F5;
    /* padding-top:70px; */
    padding-bottom: 170px;
    position: relative;
    top: 0;
}

.company-benefits::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/logo/decoration_2.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* background-color: red; */
}

.company-benefits .content h4 {
    color: #218233;
    margin-top: 150px;
}

.company-benefits .content h1 {
    color: #000;
}

.company-benefits .card {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 0px;
    /* border-right:1px solid gray; */
}

.company-benefits .last-card {
    border-right: 1px solid transparent;
}

.company-benefits .card:hover {
    background-color: #fff;
    border: 1px solid #218233;
    transition: 0.3s ease-in-out;
    border-right: 1px solid #004B1D;
}

.company-benefits .card:hover .card-img img {
    background-color: #F6F6F6;
    transition: 0.3s ease-in-out;
}

.company-benefits .card .card-body p {
    text-align: justify;
}

.company-benefits .card .card-img img {
    width: 70px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    margin-left: 20px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
}

.company-benefits .card .card-img {
    padding-top: 20px;
}




/* ==================== Case Study CSS =================== */
.case-study {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #F5F5F5;
}

.case-study .title h4 {
    color: #218233;
}

.case-study ul {
    justify-content: right;
    padding-top: 25px;
}

.case-study ul li {
    background-color: #fff;
    padding: 10px 20px 10px 20px;
    margin-left: 10px;
    transition: 0.3s ease-in-out;
}

.case-study ul li:hover {
    background-color: #004B1D;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.case-study .slider {
    padding-top: 20px;
    padding-bottom: 20px;
}

.case-study .slider .swiper .swiper-wrapper .swiper-slide {
    cursor: pointer;
    border: 3px solid transparent;
    transition: 0.4s ease-in-out;
}

.case-study .slider .swiper .swiper-wrapper .swiper-slide:hover {
    border: 3px solid #004B1D;
    transition: 0.4s ease-in-out;
}

.case-study .slider .swiper .swiper-wrapper .swiper-slide .overlay-details {
    position: absolute;
    width: 80%;
    height: 80%;
    z-index: 2;
    color: #fff;
    box-sizing: border-box;
    text-align: left;
    padding: 30px;
    transition: 0.4s ease-in-out;
    transform: scale(0);
}

.case-study .slider .swiper .swiper-wrapper .swiper-slide:hover .overlay-details {
    transform: scale(1);
    transition: 0.4s ease-in-out;
}

.case-study .slider .swiper .swiper-wrapper .swiper-slide .overlay-details a {
    color: #fff;
}

.case-study .slider .swiper .swiper-wrapper .swiper-slide .overlay-details::before {
    content: '';
    position: absolute;
    background-color: #218233;
    opacity: 0.8;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    z-index: -1;
}

.case-study .slider .swiper .swiper-wrapper .swiper-slide .overlay-details small {
    display: inline-block;
    margin-top: 100px;
}









/* ===================== Data Analytics CSS ==================== */
.data-analythics {
    background-image: linear-gradient(to right, #ACCC09, #218233);
    position: relative;
    z-index: 2;
}

.data-analythics .content {
    color: #fff;
    padding-top: 100px;
    padding-bottom: 50px;
}

.data-analythics::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: red; */
    background-image: url(../images/logo/decoration_3.svg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}




/* ================ Accordion Section CSS ======================= */
.acc-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.acc-section h4 {
    color: #218233;
}

.acc-section h4,
.acc-section h1 {
    text-align: center;
}

.acc-section h1 {
    margin-bottom: 50px;
}

.acc-section .accordion {
    background-color: red;
    width: 100%;
    margin: 0 auto;
}

.accordion-button:not(.collapsed) {
    background-color: #F9FFD8;
    color: #218233;
}


/* =============== Testimonial Section CSS ============== */
.testimonial {
    background-color: #F6F6F6;
    padding-top: 70px;
    padding-bottom: 70px;
}

.testimonial .swiper .swiper-wrapper .swiper-slide {
    background-color: transparent;
}

.testimonial h1 {
    margin-bottom: 70px;
}

.testimonial h4,
.testimonial h1 {
    text-align: center;
}

.testimonial h4 {
    color: #218233;
    margin-top: 50px;
}

.testimonial .content {
    position: relative;
}

.testimonial .content::before {
    content: '';
    /* background-color: red; */
    background-image: url(../images/pages/Home_page/testimonial/logo.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 25%;
    height: 50%;
    position: absolute;
    left: 0;
}

.testimonial .content p {
    font-size: 25px;
    text-align: justify;
    padding-top: 70px;
}

.testimonial .content h3 {
    color: #218233;
}

.testimonial .content h3,
.testimonial .content h5 {
    text-align: left;
}

.testimonial .pagi-testmonial .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #004B1D;
}

.testimonial .pagi-testmonial .swiper-pagination-bullet-active {
    /* background-color: red; */
    /* background-color: #004B1D; */
    background-color: #218233;
}











/* ====================== Career Page ===================== */
.career_cards .card {
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
}

.career_cards .card .card-footer {
    border-top: none;
    z-index: 2;
}

.career_cards .card .card-footer a {
    color: #218233;
    /* color:#000; */
    text-decoration: none;
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.career_cards .card {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.career_cards .card .card-footer a::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 70%;
    left: 0;
    bottom: 0;
    background-color: #218233;
    border-radius: 100%;
    z-index: -1;
    display: inline-block;
    margin-bottom: -200px;
    margin-left: -40px;
    transition: 0.3s ease-in-out;
}

.career_cards .card:hover .card-footer a {
    color: #fff;
    transition: 0.3s ease-in-out;
}

.career_cards .card:hover .card-footer a::before {
    margin-bottom: -103px !important;
    transition: 0.3s ease-in-out;
}

/* career benefits */
.career_benefits {
    padding-top: 20px;
    padding-bottom: 100px;
    background-color: #F8F7F7;
    overflow: hidden;
    position: relative;
}

.career_benefits::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/pages/career_page/benefits/icons/decoration.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.career_benefits .card {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
    border: 1px solid #fff;
    background-color: #fff;
}

.career_benefits .card .card-body {
    text-align: center;
    padding-bottom: 70px;
}

.career_benefits .card .card-body .card-title {
    color: #218233;
}

.career_benefits .card .card-img {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 10px;
}

.career_benefits .card .card-img img {
    width: 60px;
}





/* ==================== Case Study Page =================== */
.case-study-cards {
    margin-top: -100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
}

.case-study-cards::before {
    content: '';
    /* background-color: red; */
    background-image: url(../images/pages/career_page/benefits/icons/decoration.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 100%;
    bottom: 0;
    z-index: -1;
    background-position: 40%;
}

.case-study-cards .card {
    justify-content: center;
    text-align: center;
    cursor: pointer;
    padding: 0;
    transition: 0.3s ease-in-out;
    border: 4px solid transparent;
}

.case-study-cards .card:hover {
    border: 4px solid #004B1D;
    transition: 0.3s ease-in-out;
}

.case-study-cards .card .card-body {
    position: absolute;
    height: 80%;
    width: 80%;
    box-sizing: border-box;
    margin: 0 auto;
    margin-left: 40px;
    transform: scale(0);
    transition: 0.3s ease-in-out;
    z-index: 2;
    color: #fff;
    text-align: left;
    padding-top: 130px;
}

.case-study-cards .card .card-body a {
    color: #fff;
    margin-top: 20px;
}

.case-study-cards .card .card-body::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #218233;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.8;
}

.case-study-cards .card:hover .card-body {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.case-study-cards .case-study-button {
    justify-content: center;
    text-align: center;
    padding-top: 20px;
}

.case-study-cards .case-study-button button {
    width: 200px;
    margin: 0 auto;
    border: 1px solid #004B1D;
    transition: 0.1s ease-in-out;

}

.case-study-cards .case-study-button button:hover {
    background-color: #004B1D;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.1s ease-in-out;
}





/* ===================== Blog Page ====================== */
.blog-cards a {
    text-decoration: none;
    color: #000;
}

.blog-cards .card {
    border: none;
}

.blog-cards {
    /* background-color: red; */
    margin-top: -100px;
    padding-bottom: 100px;
    position: relative;
}

.blog-cards .card .card-body .card-title {
    color: #000;
    font-weight: bold;
}

.blog-cards::before {
    content: '';
    /* background-color: red; */
    background-image: url(../images/pages/career_page/benefits/icons/decoration.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 100%;
    bottom: 0;
    z-index: -1;
    background-position: 40%;
}

.blog-cards .blog-button {
    justify-content: center;
    text-align: center;
    padding-top: 60px;
}

.blog-cards .blog-button button {
    width: 200px;
    margin: 0 auto;
    border: 1px solid #004B1D;
    transition: 0.1s ease-in-out;

}

.blog-cards .blog-button button:hover {
    background-color: #004B1D;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.1s ease-in-out;
}

.blog-cards .card {
    transition: 0.3s ease-in-out;
    border: 2px solid transparent;
    cursor: pointer;
}

.blog-cards .card:hover {
    border: 2px solid #004B1D;
    transition: 0.3S ease-in-out;
}

.blog-cards .card .card-body {
    padding-top: 30px;
    padding-bottom: 30px;
}

.blog-cards .card .card-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    color: gray;
}






/* Scroll top top icon */
.scrolltop .icon {
    font-size: 30px;
    text-align: center;
    transform: rotate(-45deg);
    margin-top: 10px;
}

.scrolltop {
    position: fixed;
    bottom: 70px;
    right: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 99999;
    display: none;
}






/* Animation */
.banner {
    /* background-color: red !important; */
    position: relative;
    height: 600px;
}

.banner img {
    margin-top: -200px;
    height: 600px;
    width: 600px;
    animation-name: spin;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: -1;
}

.banner::before {
    content: '';
    /* background-color: red; */
    background-image: url(../images/pages/Home_page/animation/2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 500px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}



/* SCROLL DOWN ICON  */

#mouse-scroll {
    style: block;
}

#mouse-scroll {
    position: fixed;
    margin: auto;
    left: 50%;
    top: 84%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 9999;
}

#mouse-scroll span {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 0 0 3px 5px;
}

#mouse-scroll .mouse {
    height: 21px;
    width: 14px;
    border-radius: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 2px solid #ffffff;
    top: 170px;
}

#mouse-scroll .down-arrow-1 {
    margin-top: 6px;
}

#mouse-scroll .down-arrow-1,
#mouse-scroll .down-arrow-2,
#mouse-scroll .down-arrow-3 {
    animation: mouse-scroll 1s infinite;
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

#mouse-croll .down-arrow-1 {
    animation-delay: .1s;
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-2 {
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-3 {
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -moz-animation-dekay: .3s;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .mouse-in {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: #ffffff;
    position: relative;
}

#mouse-scroll .mouse-in {
    animation: animated-mouse 1.2s ease infinite;
    -webkit-animation: animated-mouse 1.2s ease infinite;
    -moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes animated-mouse {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

/************ Navigation Menu ****************/





/*for Ipad css*/


   	
  
    

.navigation__nav .navbar-nav {
    padding: 100px 0px 0px 30px;
}

.navigation__nav  .nav-link {
    color: #fff;
    font-size: 28px;
}


.navigation__nav .dropdown-menu {
    background-color: transparent;
    border-radius: 0px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    font-size: 18px;
    border: 0;
}

.navigation__nav .dropdown-item {
    font-size: 18px;
    color: #fff;
}

.navigation__nav  .nav-link.active, .navigation__nav .nav-link:focus, .navigation__nav .nav-link:hover   {
    color: #ACCC09 !important;
}


.navigation__nav .caret.caret-up {
    border-top-width: 0;
    border-bottom: 4px solid #fff;
  }

  .navigation__nav .dropdown-menu {
    position: inherit !important;
    transform: none !important;
}



.navigation__checkbox {
    display: none;
  }
  .navigation__checkbox:checked ~ .navigation__background {
    transform: scale(100);
  }
  .navigation__checkbox:checked ~ .navigation__nav {
    transform: translateX(0);
    visibility: initial;
    opacity: 1;
  }
  .navigation__button {
    position: fixed;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 12;
    text-align: center;
  }
  .navigation__background {
    position: fixed;
    top: 5px;
    right:5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: radial-gradient(#218233, #28b485);
    z-index: 10;
    transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  }
  .navigation__nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 11;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s ease-in, transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navigation__list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    list-style: none;
  }
  .navigation__item {
    margin: 1rem;
    counter-increment: list;
  }
  .navigation__link::before {
    content: "0" counters(list, "");
    padding-right: 1.2rem;
  }
  .navigation__link:link, .navigation__link:visited {
    display: inline-block;
    font-size: 3rem;
    font-weight: 300;
    padding: 1rem 2rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-image: linear-gradient(120deg, transparent 0%, transparent 49.9%, #fff 50%);
    background-size: 227%;
    transition: all 0.4s;
  }
  .navigation__link:hover, .navigation__link:active {
    color: #55c57a;
    background-position: 100%;
    transform: translateX(1rem);
  }
  .navigation__icon {
    display: inline-block;
    position: relative;
    width: 27px;
    top: 11%;
    transition: transform 0.25s ease-in-out;
  }
  .navigation__icon-span {
    position: absolute;
    height: 4px;
    width: 50%;
    background: #777;
    transition: all 0.5s ease-in;
  }
  .navigation__icon-span:nth-child(even) {
    left: 50%;
    border-radius: 0 0.9rem 0.9rem 0;
  }
  .navigation__icon-span:nth-child(odd) {
    left: 0;
    border-radius: 0.9rem 0 0 0.9rem;
  }
  .navigation__icon-span:nth-child(1), .navigation__icon-span:nth-child(2) {
    transform: translateY(-9px);
  }
  .navigation__icon-span:nth-child(5), .navigation__icon-span:nth-child(6) {
    transform: translateY(9px);
  }
  .navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(1), .navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(6) {
    transform: rotate(45deg);
  }
  .navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(2), .navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(5) {
    transform: rotate(-45deg);
  }
  .navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(2), .navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(6) {
    transform-origin: left;
  }
  .navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(1), .navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(5) {
    transform-origin: right;
  }
  .navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  .navigation__checkbox:checked + .navigation__button .navigation__icon-span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
 


  /********Products menu ***************/



.navbar .nav-item .dropdown-menu {
    margin-top: 0;
    border: 0;
}


.dropdownn-content a {
    float: none;
    color: black;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdownn-content a:hover, .dropdown-menu li#productsmenu a:hover {
    background-color: #f9f9f9 !important;
    color: #000  !important;
}



.dropdownn:hover .dropdownn-content {
    display: flex;
    color: #000  !important;
}

.drp-itemss-container {
    border: 1px solid #E5E5E5;
}

.drp-itemss-container:hover {
    background: linear-gradient(0deg, #E5E5E5, #E5E5E5),
        linear-gradient(0deg, #EFF1F2, #EFF1F2);
}

.dropdownn-content img {
    width: 195px;
}

.dropdownn-content h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}

.dropdownn-content p {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdownn-content {
    background: #FFFFFF;
    z-index: 1;
    right: 15%;
    position: fixed;
    top: 86px;
    animation: slideIn 0.5s ease forwards;
}

@media (min-width: 1500px) { 
    .dropdownn-content {
        right: 15%;
        top: 86px;
    }
}

.drp-itemss-container {
    border: 1px solid #E5E5E5;
    padding: 15px 30px; 
    display: flex; 
    align-items: center; 
    justify-content: 
    space-evenly;
}


.dropdwnthumbsin {
padding: 12px 5px;
}


.mrtopabt {
    margin-top: 120px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  /* Techstack*/



  .tech-stack img {
     border-radius: 50%;
     border: 2px solid #DEE2E6;
  }

 /* services Mega menu ***********/
.srvicesdrpdwn {
    width: 217px;
    text-align: center !important;
    display: flex; 
    align-items: center; 
    justify-content: space-evenly;
}

.srvicesdrpdwn img {
    width: 36px;
      
} 

.srvicesdrpdwn h6 {
    font-size: 12px;
} 

.navbar { height:86px; padding-top: 0; padding-bottom: 0;}
.nav-link {padding: 32px 1rem 32px 1rem;}



  
 
/**************  new Product pages css **************/

/* Booqy */

.booqy-hedsec {
    background-color: #004B1D;   
    font-family: 'Poppins'; 
}

.booqy-hedsec  h1, .vyldfyre-hedsec  h1{
    font-size: 48px;
    line-height: 52px;
}

.booqy-contsec  h2{
    font-size: 36px;
    line-height: 54px;
    font-weight: 500;
}

.booqy-contsec  h3{
    font-size: 24px;
    font-weight: 700;
}

.rouunvideo video {
    border-radius: 25px;
    overflow: hidden;
}

.booqy-hedsec .play-button img, .vyldfyre-hedsec .play-button img, .konvey-hedsec .play-button img  {
    width: 50px;
    height: 50px;
}

a.srtfrebtn {
    position: relative;
    background: #fff;
    font-size: 20px;
    color: #0A7989;
    text-decoration: none;
    padding: 18px 70px 18px 37px;
 
}

img.btnarrwimg {
    position: absolute;
    right: 2px;
    top: 5px;
}


.booqy-contsec .card {
    border: 0;
    border-radius:0;
} 

.booqy-contsec .card p {
    margin: 0;;
}

#clientsfeedback .card {
    background: #FAFAFA;
    border-radius: 15px;
    min-height: 430px;
}

#clientsfeedback h6 {
    margin: 0;
}

.clientsfeedback .swiper-slide img {
 width: inherit;
 height: inherit;
 margin: 8px 0px 0px 0px;
}


.clientsfeedback .swiper-slide  {
   text-align: left;

   }

#getstarted {
    background: #F6F6F6;
    color: #000;
    padding: 100px 0px;
}

#getstarted  h1, #vldfygetstarted  h1, #konvygetstarted  h1{
    font-size: 40px;
    line-height: 52px;
}

#getstarted a.tryfrebtn {
    position: relative;
    background: #004B1D;
    font-size: 14px;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    padding: 18px 18px 18px 18px;
 
}

/* Vyldfyre */


.vyldfyre-hedsec {
    background: #004B1D;  
    font-family: 'Inter'; 
    color: #fff;
    margin-top: 120px;
}

.yellowtext {
    color: #FF9800;
  }

  a.probtn {
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    background: #fff;
    color: #004B1D;
    padding: 16px 30px;
     text-decoration: none;
    }

    #vldfygetstarted {
        background: #F6F6F6;
        color: #000;
        padding: 100px 0px;
    }

    .vyldfyre-hedsec  .play-button {
        position: absolute;
        top: 49.3%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    
   
    
    #vldfygetstarted a.tryfrebtn {
        position: relative;
        background: #004B1D;
        font-size: 14px;
        color: #fff !important;
        font-weight: bold;
        text-decoration: none;
        padding: 18px 18px 18px 18px;
     
    }

    #vldfygetstarted a i {
        color: #fff;
    }

    #vyldfyrclientsfeedback .card {
        background: #FAFAFA;
        border-radius: 15px;
        min-height: 430px;
        border: 0;
    }


/* Konvey */

.konvey-hedsec {
    background: #004B1D;  
    font-family: 'Gothic A1';
    margin-top: 120px;
    color: #fff;
}

.konvey-hedsec  h1{
    font-size: 40px;
    line-height: 52px;
    color: #fff;
}

.konvey-hedsec  .play-button {
    position: absolute;
    top: 49.2%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#konvygetstarted {
    background: #F6F6F6;
    color: #000;
    padding: 100px 0px;
}



#konvygetstarted a.tryfrebtn {
    position: relative;
    background: #004B1D;
    font-size: 14px;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    padding: 18px 18px 18px 18px;
 
}


.w50 {
    width:50%;
}

.w75 {
    width:75%;
}


/******* Project mobile app pages Swasa *********************/

.swasa {
    
    color: #000;
    font-size: 1rem;
    margin-top: 125px;
    font-family: 'Poppins';
}

.mtop {
    position: relative;
    margin-top: -125px;
}

.f20 {
    font-size: 20px;
}

.swasa p {
   margin: 0;
}

.f35 {
    font-size: 35px;
    font-weight: 600;
}

.f30 {
    font-size: 30px;
}

.f24 {
    font-size: 24px;
}

.f25 {
    font-size: 25px;
}

.f150 {
    font-size: 150px;
    font-family: 'Poppins';
    line-height: 130px;
}

.swasa h1 {
    font-size: 48px;
    font-weight: normal;
    padding: 200px 0px 0px 50px;
}

.logotext {
    position: absolute;
    top: 10%;
    left: 0;
}
.appstore{
    position: absolute;
    top: 16%;
    left: 11%;
}

  .box {
    width: 100px;
    height: 100px;
    background-color: #012E35;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
  }

 
  p.title {
    width: 150px;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
  }

  .personas .card {
       border:1px solid #ccc;
    border-radius: 25px;
  }

  .bluline {
    border-bottom: 2px solid #CCCCCC;
    margin: 20px 0px;
  }

  .table-container {
    overflow-x: auto;
    padding: 0px;
    border: 1px solid #739FA7;
    border-radius: 15px;
    margin-top: 40px;
    background: #0F4B55;
    color: #fff;
    margin: 0px 10px;

  }

  /* Table styling */
  .table-container  table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #739FA7;
    border-radius: 15px;
    overflow: hidden; /* To apply border-radius to table */
  }

  /* Table cell styling */
  .table-container td {
    border: 1px solid #739FA7;
    padding: 30px;
   }



  .drkblubg {
    background-color: #09454F;
    font-size: 25px;
  }

  .drkblubg1 {
    background-color: #09454F;
  }

  .fntcolrblu {
    color: #54BDCB;
  }

  .equal-height-image {
    height: 491px; /* Set a fixed height */
    width: 100%;
    object-fit: cover;  
  }

  .btnblubg {
    background-color: #54BDCB;
    color: #000;
    border-radius: 10px;
    padding: 18px 25px;
    box-shadow: 0px 0px 35px 0px #00000040;
  }

  /* Container styling */
  .chart-container {
    width: 80%;
    margin-bottom: 40px;
  }

  /* Title styling */
  .chart-title {
        margin-bottom: 20px;
        font-size: 25px;
  }

  /* Chart grid layout with Y-axis labels and bars */
  .chart {
    display: grid;
    align-items: center;
    gap: 30px;
    position: relative;
    border-left: 2px solid #07373F;
  }

  /* Y-axis label styling */
  .y-axis-label {
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
  }

  /* Bar styling */
  .bar {
    position: relative;
    height: 79px;
    color: #000;
    padding:27px 0px 0px 15px;
   
   }

  /* Different bar widths to represent percentages */
  .bar-30 { width: 35%; background-color: #7EEEFD; border-radius: 0; }
  .bar-60 { width: 35%; background-color: #33AEBF;border-radius: 0; }
  .bar-90 { width: 84%; background-color: #187581;border-radius: 0; margin-bottom: 50px; }

  /* X-axis lines */
  .chart::before {
    content: '';
    position: absolute;
    top: 0;
    left: -3px;
    width: calc(100% - 3px);
    height: 100%;
    border-bottom: 2px solid #07373F;
  }

  /* X-axis grid lines and percentage markers */
  .x-axis {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-left: 2px;
    margin-top: 10px;
    
  }

  /* X-axis tick lines */
  .x-axis span {
    position: relative;
    font-size: 16px;
  }

  /* Tick line styling */
  .x-axis span::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -2px;
    width: 2px;
    height: 10px;
    background-color: #07373F;
  }

  .x-axis span::before:first-child {
   height: 400px;
  }

  .boxblu {
    width: 45px;
    height: 45px;
    background: #7EEEFD; 
    margin-top: 5px;   
  }

  .boxblu2 {
    width: 45px;
    height: 45px;
    background: #33AEBF;
   margin-top: 5px;
  }

  .boxblu3 {
    width: 45px;
    height: 45px;
    background: #187581;
    margin-top: 5px; 
  }



/************** PlayBox CSS *******************/

  .brownbg {
    background: linear-gradient(200.78deg, #A44F22 -8.03%, #171819 111.66%, #171718 113.49%);

  }

  .table-container2 {
    overflow-x: auto;
    padding: 0px;
    border: 1px solid #739FA7;
    border-radius: 15px;
    margin-top: 40px;
    background: #281F1A;
    color: #fff;
    margin: 0px 10px;
  }
  


  .table-container2  table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #739FA7;
    border-radius: 15px;
    overflow: hidden; 
  }


  .table-container2 td {
    border: 1px solid #4C3122;
    padding: 30px;
   }
   
   .drkbrwn {
    background: #241B15;
    font-size: 25px;
   }
   .devekptext {
    position: absolute;
    top: 10%;
    left: 5%;
    color: #281F1A;
   }

   .btyelowbg {
    background: #FCA311;
    color: #000;
    border-radius: 10px;
    padding: 18px 25px;
    box-shadow: 0px 0px 35px 0px #00000040;
  }

  .btyelowbg2 {
    background: #492C1D;
    color: #fff;
    border-radius: 10px;
    padding: 18px 25px;
    box-shadow: 0px 0px 35px 0px #00000040;
  }

.fmminsterate {
    font-family: 'Montserrat' !important;
    font-weight: 400;
}

.f150m {
    font-size: 150px;
    font-family: 'Montserrat' !important;
    line-height: 130px;
}

.numbe {
    font-family: 'Montserrat' !important;
font-size: 25px;
font-style: italic;
font-weight: 700 !important;
line-height: 30.48px;
letter-spacing: 20px;
font-weight: bold;

}

.textm {
    font-family: 'Montserrat' !important;
    font-size: 25px;
    font-style: italic;
    font-weight: 700;
    line-height: 30.48px;
    font-weight: bold;
}

.brwnshad {
    width: 45px;
    height: 45px;
    background: #FCA311; 
    margin-top: 5px;   
  }

  .brwnshad2 {
    width: 45px;
    height: 45px;
    background: #B47A1C;
   margin-top: 5px;
  }

  .brwnshad3 {
    width: 45px;
    height: 45px;
    background: #653F00;
    margin-top: 5px; 
  }


/******* end *********************/


/******************/
 

  @media (min-width: 821px){
    .d-custmd-none {
        display: none!important;        
        } 
        
        
    }

    @media (max-width: 575.98px) and (max-width: 767px) { 

        .mrtopabt, .vyldfyre-hedsec, .konvey-hedsec {
            margin-top: 80px;
        }

        .konvey-hedsec h1, .booqy-hedsec h1, .vyldfyre-hedsec h1, #vldfygetstarted h1, #getstarted h1 {
            font-size: 35px;
            }

            .w50, .w75 {
                width:100%;
            }

            .booqy-contsec h2 {
                font-size: 28px;
                     }

                     #vldfygetstarted, #getstarted, #konvygetstarted  {
                      
                        padding: 60px 0px;
                    }
                    
                    
        /********* swasa and Playbox ****************/

.swasa h1 {
    padding: 80px 0px 0px 50px;
}

p.title {
    font-size: 14px;
}

.f35 {
    font-size: 25px;
    font-weight: 600;
}

.devekptext {
    position: inherit;
}

.table-container2, .table-container {
    margin: 0 12px;
}

.table-container2 td, .table-container td {

    padding: 20px;
}

.equal-height-image {
    margin-bottom: 20px;
}
.mbf14 {
 font-size: 14px;
}

p.ptbtmb {
    margin-bottom: 4px !important;
}

.swasa h1.mbtxthd {
    font-size: 44px;
    padding: 51px 0px 0px 0px;
}

/*************End*************************/
            
          
     }

    @media screen and (min-width: 768px) and (max-width: 991px){

            
            .txtnone {
                display:none !important;
            }

            .company-benefits .card .card-body p {
                text-align: inherit;
            }

            .ptmbtm {
                padding-bottom: 40px;
            }

            .footer .quick-links ul li a #mob_number, .footer .quick-links ul li a #email, .footer .quick-links ul li a #location {
                padding-left: 0px !important;
            }

            .about_cards .card {
                /* height: 310px !important; */
                height: 447px !important;}

             
                .cnt {
                    position: absolute !important;
                    margin-left: 233px !important;
                    margin-top: 30px  !important;
                    
                }

                .navigation__background, .navigation__button {
                    top: 23px;
                    right:15px;
                }

                .main-slider-nav .contact-button {
                    padding-bottom: 15px;
                }


        }