* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Muli-Bold';
    src: url('../fonts/Muli-Bold.ttf');
}

@font-face {
    font-family: 'Futura-Book';
    src: url('../fonts/FuturaPT-Book.woff');
}

@font-face {
    font-family: 'Futura-Medium';
    src: url('../fonts/FuturaPT-Medium.woff');
}

@font-face {
    font-family: 'segoe-ui-regular';
    src: url('../fonts/segoe-ui.ttf');
}

@font-face {
    font-family: 'seguisb';
    src: url('../fonts/seguisb.ttf');
}

@font-face {
    font-family: 'Oswald-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Oswald-Regular.woff');
}

@font-face {
    font-family: 'Sequel-Sans-Medium-Body';
    src: url('../fonts/Sequel-Sans-Medium-Body.otf');
}

@font-face {
    font-family: 'MYRIADPRO-REGULAR';
    src: url('../fonts/MYRIADPRO-REGULAR.OTF');
}

@font-face {
    font-family: 'MYRIADPRO-SEMIBOLD';
    src: url('../fonts/MYRIADPRO-SEMIBOLD.OTF');
}

:root {
    --muli-bold: 'Muli-Bold';
    --section-headings: 'Sequel-Sans-Medium-Body';
    --icon-text: 'MYRIADPRO-REGULAR';
    --for-you-heading: 'MYRIADPRO-SEMIBOLD';
    --domain-service-heading: 'Oswald-Regular';
}

html {
    font-size: 100%;
}

/* -----------hero section start------------ */
#heroVideo {
    width: 100%;
}

.video_card_body {
    z-index: 10;
    transition: 0.3s;
}

.mob_video_text {
    top: 42px;
    width: 100%;
    height: 100%;
}

.mob_video_content {
    left: 20%;
    top: 0px;
    height: 100%;
}

.desktop_video_text {
    top: 42px;
    width: 100%;
    height: 100%;
}

.desktop_video_content {
    left: 20%;
    top: 0px;
    height: 100%;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 22%);
    position: absolute;
    top: 0;
    left: 0;
}

.inland-info {
    z-index: 9;
}

@media (min-width: 320px) and (max-width: 362px) {
    .mob_video_text .hero-para {
        font-size: 0.8rem;
    }
}

@media (min-width: 362px) and (max-width: 576px) {
    .mob_video_text {
        top: 36px;
    }

    .mob_video_text .hero-para {
        font-size: 0.8rem;
    }
}

@media (min-width: 362px) and (max-width: 576px) {
    .mob_video_text {
        top: 36px;
    }

    .mob_video_text .hero-para {
        font-size: 0.8rem;
    }
}

@media (min-width: 576px) {
    .hero-heading {
        font-size: 1.5rem;
    }

    .mob_video_text .hero-para {
        font-size: 1.4rem;
    }

    .mob_video_text {
        top: 75px;
    }
}

@media (min-width: 620px) {
    .mob_video_text {
        top: 67px;
    }
}

.hero-heading-span {
    font-family: 'Futura-Medium';
    font-size: 1.5rem;
}

.hero-para {
    font-family: 'Futura-Book';
    font-size: 1.25rem;
}

/*----------- hero section end -------------*/

/* --------------domain section start----------- */
.domain-heading {
    margin-top: 0px !important;
}

.main-heading {
    font-family: var(--section-headings);
    font-size: 2.81rem;
}

.owl-dot .tab_img {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;

    justify-content: center;
}

.owl-dot .tab_img img {
    width: 100%;
}

.domain_tab_img_common {
    width: 6rem;
}

.icon-label {
    font-family: var(--icon-text);
    font-size: 0.9rem;
    text-transform: uppercase;
}

.domain-text {
    color: #ffffff;
}

.domain-panel-heading {
    font-family: var(--domain-service-heading);
    font-size: 2.3rem;
    color: #000;
}

.domain-panel-parag {
    font-family: var(--icon-text);
    font-size: 1.1rem;
    color: #000;
}

.read-more-btn {
    border: 1px solid #ffffff;
    background: transparent;
    color: #17A2FF;
    padding: 0.5rem 0.5rem;
    border-radius: 5px;

    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(209, 213, 219, 0.3);
}

.read-more-btn img {
    width: 7px;
}

.chhota-service {
    margin-top: -4rem;
}

.s_container-wrap .service-info-gen-ai {
    margin-top: 0px !important;
}

.s_container-wrap .service-info {
    margin-top: 8rem;
    margin-bottom: 4rem;
}

.service-panel-heading {
    font-family: var(--domain-service-heading);
    font-size: 2.3rem;
    color: #ffffff;
}

.service-panel-parag {
    font-family: 'segoe-ui-regular';
    font-size: 1.18rem;
    color: #ffffff;
}

.service-small-container .r-more-img {
    width: 2.2rem !important;
}

.service-small-container .autosolimg {
    width: 2.2rem !important;
}

.small-serv-p {
    font-family: var(--icon-text);
    font-size: 1rem;
    color: #000000;
}

.r-more-para {
    font-family: 'seguisb';
    font-size: 1rem;
    color: #000000;
}

.read-more-btn2 {
    color: #00ADEE;
    text-decoration: none;
    font-family: 'Futura-Book';
    font-size: 1rem;
}

/* Arrow animation */
.arrow1 {
    animation: slide2 1.5s ease-in-out infinite;
}

@keyframes slide2 {

    0%,
    100% {
        transform: translate(0, 5px) rotate(-45deg);
    }

    50% {
        transform: translate(5px, 0) rotate(-45deg);
    }
}

/* service section end */

/*=============== what we do for you section start=========== */
.for-you-heading h2 {
    font-family: var(--section-headings);
    font-size: 3rem;
}

.flexibility-heading,
.cut-edge-techs-heading,
.solution-heading,
.proj-life-heading {
    font-family: var(--for-you-heading);
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    margin-bottom: 0px !important;
}

.for-you-para {
    font-family: var(--icon-text);
    font-size: 1.1rem;
}

.same-css-for-you {
    border-left: 1.5px dashed #e8e8e8;
}

.flexibility-img,
.cutting-edge-techs-img,
.solution-img,
.project-lifecyle-img {
    width: 2rem;
}

.for-you-arrow-img {
    width: 1.3rem;
    margin-left: -0.2rem;
}

/* ==============what we do for you section end ==================*/

/*==================== About us section start====================== */
.about-us-heading {
    font-family: var(--section-headings);
    font-size: 2.81rem;
}

.about-us-heading a,
.about-para {
    color: #fff;
}

.about-para {
    font-family: var(--section-headings);
    font-size: 2rem;
}

.about-us-section {
    background-color: #0D2A3C;

    background-image: url('../images/home/repeat_grid_home.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-us-info {
    width: 84%;
    margin: 0 auto;
    text-align: center;
}

.abt-us-read-btn {
    background-color: #0D2A3C;
    padding: 8px 35px;
    color: #ffffff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-family: 'Futura-Book';
    font-size: 1rem;
}

.abt-us-read-btn:hover {
    background-color: #ffffff;
    color: #00ADEE;
}

/*==================== About us section end====================== */

/* client stories section start */

.client-heading {
    font-family: var(--section-headings);
    font-size: 2.75rem;
}

.inland-marine {
    background-image: url('../images/home/offgrid.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 29.5vh;
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.inland-info {
    width: 61%;
    margin: 0 auto;
}

.inland-info h2 {
    font-family: Muli-Bold;
    font-size: 1.8rem;
    color: #FFFFFF;
}

.inland-info p {
    font-family: var(--section-headings);
    font-size: 12px;
    color: #FFFFFF;
}

.client-more-btn {
    background: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 3px 6px #FFFFFF9E;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    opacity: 1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    color: #ffffff;
    padding: 4px 20px;
    font-family: 'Futura-Book';
    font-size: 1.12rem;
}

.client-more-btn:hover{
    background-color: white;
    color: #00ADEEA5;
}

.sprinkler {
    background-image: url('../images/home/sprinklerpipes.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 29.5vh;
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.hmirar {
    background-image: url('../images/home/laptop.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    align-items: center;
}

.hmirar-heading {
    font-family: var(--muli-bold);
    font-size: 1.87rem;
}

.H-head-para p {
    font-family: var(--section-headings);
    font-size: 1.4rem;
}

.know_more {
    margin-top: 6rem;
}

.hmirar-info {
    width: 62%;
    margin: 0 3rem;
}

.hmirar-more-btn {
    background-color: #ffffff;
    border: 1px solid #00ADEE;
    color: #00ADEE;
    padding: 5px 8px;
    border-radius: 5px;
    font-family: 'Futura-Book';
    font-size: 1.12rem;
}

.hmirar-more-btn:hover{
    background-color: #00ADEE;
    color: #FFFFFF;
}

.viewAll {
    background-color: #00ADEEA5;
    padding: 8px 25px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
}

.viewAll span {
    font-size: 1.12rem;
}

/*================= client stories section end ============*/

/*=============== Partners section start================ */
.partners-section {
    width: 85%;
    margin: 0 auto;
}

.partner-heading {
    font-family: Muli-Bold;
    font-size: 2.81rem;
}

.our-partners {
    font-family: 'Futura-Medium';
    font-size: 1.56rem;
}

.our-partner-para {
    font-family: 'Futura-Book';
    font-size: 1.12rem;
    text-align: justify;
}

.partnerReadMore {
    font-family: 'Futura-Book';
    font-size: 1rem;
}

.partner {
    background-image: url('../images/home/forYouArrow.png'), url('../images/home/forYouArrow.png');
    background-position: right top, left bottom;
    background-repeat: no-repeat, no-repeat;

    padding: 3rem 3rem;
    border: 1px solid red;

    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.partner .blueArrImgspan {
    width: 16%;
}

.partner .orgImg img {
    height: 5vh;
}

/* =========Partners section end ===============*/


/* =============lets talk start ===============*/

.demo-section {
    background-image: url("../images/Mask-Group-156.png");
    background-size: cover;
}

.demo {
    margin: 5% auto;
    width: 80%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0);
    border-radius: 6px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid #FFFFFF;

    padding: 3rem 3rem;
}

.demo-head {
    font-family: 'Futura-Medium';
    font-size: 3rem;
}

.details-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.get-det button {
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    opacity: 1;
    padding: 5px 25px;
}

/* lets talk end */

.owl-dot {
    text-align: center;
    border: none;
    background-color: transparent;
}

.domain-second-section .item0Img {
    background-image: url(../images/home/bankingImg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 100%;
    display: flex;
    align-items: center;
}

.domain-second-section .item1Img {
    background-image: url(../images/home/insuranceImg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 100%;
    display: flex;
    align-items: center;
}

.domain-second-section .item2Img {
    background-image: url(../images/home/TelecomImg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 100%;
    display: flex;
    align-items: center;
}

.domain-second-section .item3Img {
    background-image: url(../images/home/E-commImg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 100%;
    display: flex;
    align-items: center;
}

.domain-second-section .item4Img {
    background-image: url(../images/home/HealthCareImg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 100%;
    display: flex;
    align-items: center;
}

.domain-second-section .item5Img {
    background-image: url(../images/home/Manufacturing_Img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 100%;
    display: flex;
    align-items: center;
}

.domain-second-section .item6Img {
    background-image: url(../images/home/FMCG_Img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 100%;
    display: flex;
    align-items: center;
}

.domain-second-section .item7Img {
    background-image: url(../images/home/Automotive_Img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 100%;
    display: flex;
    align-items: center;
}

.domain_tab_img_common {
    display: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.5s ease;
    transition-timing-function: ease;
}

.item0Img .domain-panel-heading {
    color: #fff;
    font-size: 1.2rem;
}

.item0Img .domain-panel-parag {
    color: #fff;
    font-size: 1rem;
}

.owl-dot.active .domain_tab_img_common {
    display: block !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.5s ease;
    transition-timing-function: ease;
}

/* / Service / */
.service_tab_img_common {
    width: 6rem;
}

.service_tab_img_common {
    display: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.5s ease;
    transition-timing-function: ease
}

/* / code by Venu / */

/* / carousel dots / */
.service_carousel-custom-dots .tab_img {
    width: 6rem;
    height: 4vh;
}

.service_carousel-custom-dots .tab_img img {
    width: 100%;
}

.owl-dot.active .service_tab_img_common {
    display: block !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.5s ease;
    transition-timing-function: ease;
}

/* / New service card / */
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
    padding-bottom: 2.5rem;
}

.grey_triangle {
    width: 10px !important;
}

.card {
    border: 0;
    padding: 0 1.875rem;
    position: relative;
    background: transparent;
    width: 100%;
}

.generative_card_img {
    background-image: url(../images/home/generativeai.png);
    background-repeat: no-repeat;
    background-size: 280% 100%;
    background-position: 88% 100%;
    height: 100%;
}

.generative_card_img::before,
.rpa_card_img::before,
.ai_card_img::before,
.ad_card_img::before,
.ds_card_img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5468312324929971) 3%, rgba(0, 0, 0, 0.18828781512605042) 40%, rgba(0, 0, 0, 0.21069677871148462) 46%, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0) 36%);
}

.rpa_card_img {
    background-image: url(../images/home/RPA_Img.png);
    background-repeat: no-repeat;
    background-size: 307% 100%;
    background-position: 82% 100%;
    height: 100%;
}

.ai_card_img {
    background-image: url(../images/home/application_development_Img.png);
    background-repeat: no-repeat;
    background-size: 246% 100%;
    background-position: 64% 100%;
    height: 100%;
}

.ad_card_img {
    background-image: url(../images/home/Cyber_Security_Img.png);
    background-repeat: no-repeat;
    background-size: 262% 100%;
    background-position: 95% 100%;
    height: 100%;
}

.ds_card_img {
    background-image: url(../images/home/artificial_intelligence_Img.png);
    background-repeat: no-repeat;
    background-size: 284% 100%;
    background-position: 90% 100%;
    height: 100%;
}

.ms_card_img {
    background-image: url('../images/home/artificial_intelligence_Img.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 100%;
}

.ui_ux_card_img {
    background-image: url('../images/home/application_development_Img.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 100%;
}

.card-img {
    overflow: hidden;
    z-index: 9;
    border-radius: 0;
}

.card-img img {
    max-width: 100%;
    transition: all 0.3s ease-in-out;
}

.card-body {
    z-index: 10;
    padding: 1.875rem;
    transition: 0.3s;
    margin-top: -6rem;
    margin-left: 4.375rem;
    margin-right: 4.375rem;
    border-radius: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    -webkit-box-shadow: -1px 1px 28px -9px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 1px 28px -9px rgba(0, 0, 0, 0.25);
    box-shadow: -1px 1px 28px -9px rgba(0, 0, 0, 0.25);
}

.card-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.card-title a {
    color: #213b52;
    transition: 0.3s;
}

.card-text {
    color: #5e5e5e;
}

.read-more a {
    color: #777777;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.75rem;
    transition: 0.3s;
}

.read-more a:hover {
    color: #fdc134;
}

.glass_sec {
    width: 77.33%
}

/* end code by venu */

/* ------------------mobile view font sizes ----------------------------*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    html {
        font-size: 70%;
    }

    .main-heading,
    .for-you-heading h2,
    .about-us-heading,
    .client-heading,
    .partner-heading {
        font-size: 2rem;
    }

    .domain-panel-heading,
    .service-panel-heading {
        font-size: 1.5rem;
    }

    .owl-dot {
        margin: 0px 20px;
    }

    #carousel-custom-dots,
    #service_carousel-custom-dots {
        width: 100%;
        overflow: auto;
        white-space: nowrap;
    }

    .about-us-info {
        width: 100%;
        text-align: center;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .partners-section {
        width: 100%;
    }

    .partner {
        padding: 3rem 2rem;
    }

    .demo {
        padding: 1rem 3rem;
    }
}

@media only screen and (min-width: 600px) and (max-width: 991px) {
    .about-us-info {
        width: 100%;
        text-align: center;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    #carousel-custom-dots,
    #service_carousel-custom-dots {
        width: 100%;
        overflow: auto;
        white-space: nowrap;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) {
    .cookiewr {
        height: 100px;
    }

    .cookiestext {
        width: 65%;
    }

    .cookiesbuttons {
        width: 28%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .desktop_service1 {
        width: 70%;
    }

    .service-small-container .autosolimg {
        width: 2.2rem !important;
    }

    .generative_card_img::before,
    .rpa_card_img::before,
    .ai_card_img::before,
    .ad_card_img::before,
    .ds_card_img::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        background: rgb(0, 0, 0);
        background: linear-gradient(180deg, rgb(0 0 0 / 22%) 3%, rgba(0, 0, 0, 0.18828781512605042) 40%, rgb(0 0 0 / 2%) 46%, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0) 36%);
    }

    .icon-label {
        font-size: 0.7rem;
    }

    .inland-info {
        width: 90%;
        margin: 0 auto;
    }

    .desktop_video_text {
        width: 100%;
        height: 100%;
        top: 86px;
        left: 0px;
    }

    .desktop_video_content {
        top: 0;
        left: 20%;
        height: 100%;
    }

    .domain-second-section {
        height: 16rem;
    }

    .domain-second-section .card {
        height: 15.9rem;
    }

    .domain-panel-heading {
        font-size: 1.57rem;
    }

    .card-body {
        padding: 0.875rem;
        margin-top: -3rem;
    }

    .s_container-wrap .service-info {
        margin-left: 0.5rem;
    }

    .desktop_service .service-info {
        margin-top: 2rem;
        margin-bottom: 4rem;
        margin-left: 4rem;
    }

    .desktop_service .service-panel-parag {
        font-size: 1rem;
    }

    .service-panel-heading {
        font-size: 1.4rem;
    }

    .know_more {
        margin-top: 2rem;
    }

    .read-more-btn {
        border: 1;
        color: #17A2FF;
        backdrop-filter: blur(16px) saturate(180%);
        -webkit-backdrop-filter: blur(16px) saturate(180%);
        background-color: rgba(255, 255, 255, 0.75);
        border-radius: 5px;
        border: 1px solid rgba(209, 213, 219, 0.3);

        display: flex;
        align-items: center;
        justify-content: space-around;

        width: 120px;
        font-family: 'Futura-Book';
    }

    .read-more-btn img {
        width: 10px !important;
        height: 17px;
    }

    .about-bg {
        background-size: 100% 100%;
    }

    .about-us-info {
        width: 100%;
    }

    .read-more-btn2:hover {
        background-color: #00ADEE;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
    }

    .hmirar-more-btn {
        padding: 5px 22px;
    }

    .hmirar-more-btn i {
        padding-left: 10px;
    }

    .hmirar-more-btn:hover i {
        padding-left: 5px;
        transition: all .2s linear;
    }

    .hmirar-info {
        margin: 0 2rem;
    }
}

@media (min-width: 890px) {
    .desktop_video_text {
        width: 100%;
        height: 100%;
        top: 90px;
        left: 0px;
    }
}

@media (min-width: 1024px) {
    .desktop_video_text {
        width: 100%;
        height: 100%;
        top: 97px;
        left: 0px;
    }
}

@media (min-width: 1200px) {
    .desktop_video_text {
        width: 100%;
        height: 100%;
        top: 104px;
        left: 0px;
    }
}

@media (max-width: 640px) {
    .card-body {
        margin-left: 15px;
        width: calc(100% - 30px);
    }
}

@media (min-width: 425px) {
    .domain-heading {
        margin-top: 3rem !important;
    }
}

.bannercar_img {
    height: 80vh;
}

.carousel-caption {
    bottom: 16%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.carousel-indicators {
    bottom: 23%;
}

@media(min-width: 768px) {
    .rpa_card_subimgs .r-more-img {
        width: 2.2rem !important;
    }

    .service-small-container .cyberimg {
        width: 1.5rem !important;
    }

    .service-small-container .managedimg {
        width: 1.8rem !important;
    }

    .service-small-container .bulb_img {
        width: 1.5rem !important;
    }

    .domain-heading {
        /* margin-top: 0rem !important; */
        margin-top: -3rem !important;
    }

    .video_card_body {
        z-index: 10;
        transition: 0.3s;
    }

    .hero-para span {
        font-family: 'Futura-Book';
        font-size: 1.25rem;
    }

    .generative_card_img,
    .rpa_card_img,
    .ai_card_img,
    .ad_card_img,
    .ds_card_img,
    .ms_card_img,
    .ui_ux_card_img {
        height: 260px;

        display: flex;
        align-items: center;

        background-size: 100% 100%;
        background-position: center center;
    }

    .about-para {
        font-size: 1.8rem;
    }
}

@media (min-width: 992px) {
    .carousel-caption {
        bottom: 22%;
    }

    .bannercar_img {
        height: 80vh;
    }

    .icon-label {
        font-size: 0.9rem;
    }

    .domain-panal {
        width: 59%;
        margin-left: 5rem !important;
    }

    .domain-panel-parag {
        font-size: 1rem;
    }

    .service-panel-heading {
        font-size: 1.8rem;
    }

    .desktop_service .service-panel-parag {
        width: 76%;
    }

    .about-us-info {
        width: 100%;
    }

    .desktop_service .service-info {
        margin-left: 8rem;
    }

    .domain-second-section {
        height: 20rem;
    }

    .domain-second-section .card {
        height: 19.9rem;
    }

    .generative_card_img,
    .rpa_card_img,
    .ai_card_img,
    .ad_card_img,
    .ds_card_img,
    .ms_card_img,
    .ui_ux_card_img {
        height: 280px;
    }

    .card-body {
        margin-left: 8.375rem;
        margin-right: 8.375rem;
        padding: 1.875rem;
    }

    #carousel-custom-dots>button:nth-child(2)>div.tab_img>img {
        width: 76%;
    }

    .cssleft {
        margin-left: -38px;
    }
}

@media (min-width: 1024px) {
    .domain-heading {
        margin-top: -1rem !important;
    }

    .hero-heading {
        font-family: 'Futura-Book';
        font-size: 1.5rem;
    }

    .hero-heading-span {
        font-family: 'Futura-Medium';
        font-size: 2.12rem;
    }
}

@media (min-width: 1200px) {
    .inland-info p {
        font-size: 16px;
    }

    .carousel-caption {
        bottom: 6% !important;
    }

    .about-para {
        font-family: var(--section-headings);
        font-size: 2.3rem;
    }

    .desktop_service .service-info {
        margin-top: 0rem;
        margin-bottom: 3rem;

        width: 100%;
    }

    .generative_card_img,
    .rpa_card_img,
    .ai_card_img,
    .ad_card_img,
    .ds_card_img,
    .ms_card_img,
    .ui_ux_card_img {
        height: 340px;
    }

    .item0Img .domain-panel-heading {
        font-size: 1.9rem;
    }

    .domain-panel-heading {
        font-size: 2.1rem;
    }

    .item0Img .domain-panel-parag,
    .domain-panel-parag {
        font-size: 1.25rem;
    }
}

@media (min-width: 1440px) {
    .hero-heading {
        font-family: 'Futura-Book';
        font-size: 1.5rem !important;
        margin-bottom: 2rem !important;
    }

    .hero-heading-span {
        font-family: 'Futura-Medium';
        font-size: 2.12rem !important;
    }

    .hero-para,
    .hero-para span {
        font-size: 1.5rem !important;
    }

    .domain-second-section {
        height: 24rem;
    }

    .domain-second-section .card {
        height: 23.9rem;
    }
}

@media (min-width: 2560px) {

    .hero-heading {
        font-family: 'Futura-Book';
        font-size: 3rem !important;
        margin-bottom: 5rem !important;
    }

    .hero-heading-span {
        font-family: 'Futura-Medium';
        font-size: 4.12rem !important;
    }

    .hero-para,
    .hero-para span {
        font-size: 3.5rem !important;
    }
}

/* For Domain Mobile carousel */
:root {
    --color-skyblue: #12BDFF;
    --color-blue: #F5FCFF;
    --color-heading: #02455F;
    --color-para: #121212;
    --font-futra-pt: "Futura PT";
    --font-oswald: 'Oswald', sans-serif;
    --font-oswald-regular: 'Oswald-Regular' sans-serif;
}


.white-section h1,
.service-portfolio h1 {
    font-family: 'Oswald-Regular';
    font-size: 30px !important;
}

.ai-content h2 {
    font-family: 'Oswald-Regular';
    font-size: 22px !important;
    margin-top: 38px;
}

.experties-info p,
.experties-info2 p,
.ai-content p {
    font-family: FuturaPT-Book;
    font-size: 18px !important;
}

.experties-info h4,
.experties-info2 h4 {
    font-family: FuturaPT-Medium !important;
}

.info-wrap {
    font-family: 'Oswald-Regular';
}

.slide-1 {
    background-image: url("../images/home/slide-1.jpg");
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: 100% 100%;
}

.slide-2 {
    background-image: url("../images/Home/robot-hand-finger-background-ai-technology.jpg");
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: 50% 100%;
}

.slide-3 {
    background-image: url("../images/home/coding-man.jpg");
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: 50% 100%;
}

.down-btn {
    width: 100%;
    position: relative;
}

.down-btn img {
    position: absolute;
    right: 8px;
    bottom: -314px;
    width: 1.3rem;
}

.slide-container {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.slide-container p {
    z-index: 999;
}

.right-slide {
    height: 100%;
    position: absolute;
    top: 0%;
    width: 100%;
    transition: transform .5s ease-in-out;
}

.information {
    overflow: hidden;
    width: 18rem;
    height: 200px;
    position: absolute;
    top: 30%;
    left: 6%;
    background-color: rgba(18, 189, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(10px);
    padding-bottom: 20px;
}

.carousel {
    height: 200px;
    position: absolute;
}

.info-line {
    width: 2px;
    height: 176px;
    border-radius: 20px;
    position: absolute;
    left: 0px;
    top: 11px;
    background-color: var(--color-skyblue);
}

.info-text {
    transition: transform .5s ease-in-out;
}

.experties {
    background-color: var(--color-blue);
    height: 500px;
    padding: 10px 0px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 10px;
    position: relative !important;
}

.group img {
    width: 20%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
}

.group-2 img {
    width: 20%;
    position: absolute;
    left: 42%;
    bottom: 0px;
    transform: rotate(180deg);
}

.nlp-group img {
    width: 20%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    transform: rotateY(180deg);
}

.nlp-group-2 img {
    width: 20%;
    position: absolute;
    left: 42%;
    bottom: 0px;
    transform: rotateX(180deg);
}

.info {
    height: 200px;
}

.info-wrap {
    margin-left: 20px;
    height: 184px;
}

.info-wrap h4 {
    opacity: 0.7;
}

.img-wrap img {
    z-index: 999;
}

.info-wrap a {
    background-color: var(--color-skyblue);
    color: white;
}

.line-wrap {
    position: absolute;
    left: 0px;
}

.line-wrap img {
    width: 3px;
    height: 180px;
    margin-top: 10px;
}

.img-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.img-wrap img {
    margin-top: 6px;
    width: 92%;
    height: 280px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.img-wrap-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.img-wrap-2 img {
    padding-bottom: 12px !important;
    width: 92%;
    height: 280px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 999;
}

.white-section h1 {
    color: var(--color-heading);
    font-size: 30px;
}

.white-section p {
    color: var(--color-para);
    text-align: center;
}

.experties-info h4 {
    font-family: var(--font-futra-pt);
    font-size: 24px;
    text-align: center;
}

.experties-info2 h4 {
    font-family: var(--font-futra-pt);
    font-size: 24px;
    text-align: center !important;
}

.experties-info p {
    font-size: 18px;
}

.service-portfolio {
    background-color: var(--color-blue);
    margin-bottom: 2rem;
}

.service-portfolio h1 {
    color: var(--color-heading);
    font-size: 32px;
}

.container-wrap {
    overflow: hidden;
    position: relative;
    max-width: 87.5rem;
    height: 251px;
}

.s_container-wrap {
    overflow: hidden;
    position: relative;
    max-width: 87.5rem;
}

.ai-image img {
    width: 100%;
    height: 280px;
    border-radius: 10px;
}

.ai-content {
    height: 241px;
    text-align: center;
}

.ai-content h2 {
    width: 100%;
    text-align: center;
}

.ai-content p {
    line-height: 24px;
    padding-bottom: 4rem !important;
}

.ai-content p span {
    color: var(--color-skyblue);
}

.slideDiv,
.slideDiv_service {
    position: absolute;
}

.controls {
    position: absolute;
    right: 0px;
}

.controls a {
    text-decoration: none;
    margin-top: 20px;
    color: black;
}

.control-img-wrap {
    position: absolute;
    right: 0;
}

.control-img img {
    width: 20%;
}

.slideDiv,
.slideDiv_service {
    width: 91%;
    height: 100%;
    right: 0px;
}

.slide {
    width: 100%;
    height: 100%;
}

.ai-btn img {
    width: 20%;
}

.parent-wrap {
    position: relative;
    width: 13%;
    height: 251px;
    padding: 0px;
}

.parent {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.control-row {
    justify-content: center;
}

.control-row img {
    width: 23px !important;
    width: 100%;
}

.control-row span {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.imgWr {
    height: 34px;
}

.imgWr img {
    width: 100%;
}

.tabSelected .imgWr,
.s_tabSelected .imgWr {
    display: flex;
    background-color: #f8f9fa;
    border-radius: 50%;
    z-index: 99;
    width: 50px;
    height: 36px;
    align-items: center;
    position: relative;
}

/* starts tabSelected div */
.tab {
    float: left;

    width: 90px;
    padding: 10px 15px;
    height: 30px;

    position: relative;

    background: red;

    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tabSelected .imgWr:before,
.tabSelected .imgWr:after,
.s_tabSelected .imgWr:before,
.s_tabSelected .imgWr:after,
.tab:before,
.tab:after {
    content: "";
    position: absolute;

    height: 10px;
    width: 20px;

    bottom: 0;
}

.s_tabSelected .imgWr:after {
    right: -9px;
    top: 27px;
    border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 10px 0 0 0;
    border: 3px solid #fff;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
}

.tabSelected .imgWr:after,
.tab:after {
    right: -8px;
    top: 28px;
    border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 10px 0 0 0;
    border: 3px solid #fff;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
}

.s_tabSelected .imgWr:before {
    left: 39px;
    top: -1px;
    border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 0 10px;
    border: 2px solid #fff;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}

.tabSelected .imgWr:before,
.tab:before {
    left: 39px;
    top: -1px;
    border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 0 10px;
    border: 2px solid #fff;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}

/* ends tabSelected div */

.domain_card {
    height: 251px;
}

.tabSelected img,
.s_tabSelected img {
    width: 30px !important;
}

.imgWr {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabSelected span,
.s_tabSelected span {
    font-size: 14px;
}

/* css for banner carosel-line */
.carousel-line {
    position: absolute;
    right: 144px;
    top: 273px;
}

.carousel-line img {
    width: 3px;
    height: 194px;
}

/* css for banner carosel */
.item-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 65px;
    min-height: 190px;
}

.item-current img {
    animation: mymove .3s;
    animation-fill-mode: forwards;
    z-index: 111;
}

@keyframes mymove {
    0% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1.3);
    }

    75% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1.5);
    }
}

@keyframes goToLast {
    0% {
        top: 0;
    }

    50% {
        top: 20%;
    }

    75% {
        top: 40%;
    }

    100% {
        top: 65%
    }
}


@keyframes goToFirst {
    0% {
        top: 33%;
    }

    50% {
        top: 20%
    }

    75% {
        top: 10%;
    }

    100% {
        top: 0;
    }
}

@keyframes goToMiddle {
    0% {
        top: 65%;
    }

    50% {
        top: 50%;
    }

    75% {
        top: 40%;
    }

    100% {
        top: 33%;
    }
}

.slide .item0Img {
    background-image: url(../images/home/bankingImg.png);
    background-repeat: no-repeat;
    background-size: 270% 100%;
    background-position: 98% 100%;
    height: 100%;
}

.slide .item1Img {
    background-image: url(../images/home/insuranceImg.png);
    background-repeat: no-repeat;
    background-size: 270% 100%;
    background-position: 68% 100%;
    height: 100%;
}

.slide .item2Img {
    background-image: url(../images/home/TelecomImg.png);
    background-repeat: no-repeat;
    background-size: 282% 100%;
    background-position: 88% 100%;
    height: 100%;
}

.slide .item3Img {
    background-image: url(../images/home/E-commImg.png);
    background-repeat: no-repeat;
    background-size: 250% 100%;
    background-position: 73% 100%;
    height: 100%;
}

.slide .item4Img {
    background-image: url(../images/home/HealthCareImg.png);
    background-repeat: no-repeat;
    background-size: 239% 100%;
    background-position: 80% 100%;
    height: 100%;
}

.slide .item4Img::before,
.slide .item7Img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.21069677871148462) 46%, rgba(255, 255, 255, 0.5468312324929971) 50%, rgb(0 0 0 / 19%) 100%, rgba(255, 255, 255, 0) 47%, rgba(0, 0, 0, 0) 36%);
}

.slide .item5Img {
    background-image: url(../images/home/Manufacturing_Img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 100%;
}

.slide .item6Img {
    background-image: url(../images/home/FMCG_Img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 100%;
}

.slide .item7Img {
    background-image: url(../images/home/Automotive_Img.png);
    background-repeat: no-repeat;
    background-size: 160% 100%;
    background-position: 87% 100%;
    height: 100%;
}

@media (min-width: 601px) and (max-width: 767.9px) {
    html {
        font-size: 70%;
    }
}

@media (min-width: 320px) and (max-width: 348px) {
    .s_container-wrap {
        min-height: 500px;
    }
}

@media (min-width: 348px) and (max-width: 364px) {

    .tabSelected .imgWr,
    .s_tabSelected .imgWr {
        width: 58px;
    }

    .tabSelected .imgWr:before {
        left: 44px;
    }

    .s_tabSelected .imgWr:before {
        left: 44.4px;
        top: -2px;
    }

    .tabSelected .imgWr:after,
    .s_tabSelected .imgWr:after {
        right: -6px;
    }
}

@media (min-width: 364px) and (max-width: 420px) {
    .s_container-wrap {
        min-height: 500px;
    }

    .tabSelected .imgWr:before,
    .s_tabSelected .imgWr:before {
        left: 40px;
        top: 0px;
    }

    .tabSelected .imgWr:after,
    .s_tabSelected .imgWr:after {
        right: -9px;
        top: 26px;
    }
}

@media (min-width: 421px) and (max-width: 480px) {
    .s_container-wrap {
        min-height: 500px;
    }

    .tabSelected .imgWr,
    .s_tabSelected .imgWr {
        width: 57px;
        height: 40px;
    }

    .tabSelected .imgWr:before,
    .s_tabSelected .imgWr:before {
        top: -1px;
        left: 45px;
    }

    .tabSelected .imgWr:after,
    .s_tabSelected .imgWr:after {
        top: 31px;
        right: -8px;
    }
}

@media (min-width: 481px) and (max-width: 766px) {
    .s_container-wrap {
        min-height: 530px;
    }

    .slideDiv,
    .slideDiv_service {
        width: 92%;
    }

    .tabSelected .imgWr:before,
    .s_tabSelected .imgWr:before {
        top: -2px;
        left: 38px;
    }

    .tabSelected .imgWr:after,
    .s_tabSelected .imgWr:after {
        right: -8px;
    }
}

@media (min-width: 600px) and (max-width: 649px) {
    .s_container-wrap {
        min-height: 510px;
    }
}

@media (min-width: 649px) and (max-width: 732px) {
    .s_container-wrap {
        min-height: 510px;
    }
}

@media (min-width: 732px) and (max-width: 768px) {
    .s_container-wrap {
        min-height: 500px;
    }
}

@media (min-width: 580px) and (max-width: 623px) {

    .slideDiv,
    .slideDiv_service {
        width: 92%;
    }

    .tabSelected .imgWr:before,
    .s_tabSelected .imgWr:before {
        top: 0px;
        left: 40px;
    }

    .tabSelected .imgWr:after,
    .s_tabSelected .imgWr:after {
        top: 26px;
        right: -9px;
    }
}

@media (min-width: 623px) and (max-width: 768px) {

    .slideDiv,
    .slideDiv_service {
        width: 92%;
    }

    .tabSelected .imgWr:before,
    .s_tabSelected .imgWr:before {
        top: 2px;
        left: 41px;
    }

    .tabSelected .imgWr:after,
    .s_tabSelected .imgWr:after {
        top: 26px;
        right: -10px;
    }
}

@media (min-width: 320px) and (max-width: 767.9px) {
    .read-more-btn {
        border: 0;
        color: #17A2FF;
        backdrop-filter: blur(16px) saturate(180%);
        -webkit-backdrop-filter: blur(16px) saturate(180%);
        background-color: rgba(255, 255, 255, 0.75);
        border-radius: 5px;
        border: 1px solid rgba(209, 213, 219, 0.3);

        font-family: 'Futura-Book';
    }

    .s_card_img {
        height: 251px;
    }
}

/* Starts code for hero-section */

.heroimg {
    background-image: url('../images/home/banner_car1.png');
    background-repeat: no-repeat;
    background-size: 100% 165%;
    background-position: 100% 0%;
    width: 100%;
    height: 42vh;
}

.heroimg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, #10082D 3%, #5F5A7200 100%);
    height: 249px;
}

.verticalflip {
    line-height: normal;
    text-align: right;
    position: relative;
    font-weight: 600;
    width: 70%;

    display: flex;
    align-items: center;
    justify-content: end;
}

.vericalflip_txt {
    text-shadow: 3px 0px 4px rgba(0, 0, 0, 0.6);
    font-size: 12px;
}

.verticalflip h1 {
    animation: vertical 10s linear infinite 0s;
    -ms-animation: vertical 10s linear infinite 0s;
    -webkit-animation: vertical 10s linear infinite 0s;
    font-size: 17px;
    position: absolute;
    top: -4px;
    opacity: 0;
    padding: 3px;
    border-radius: 10px;
    background: transparent linear-gradient(93deg, #3E0EFF 0%, #BF3AFF 59%, #FBEC62 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.speed_txt h1 {
    font-size: 17px;
}

.verticalflip h1:nth-child(1) {
    -ms-animation-delay: 0.0s;
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s;
}

.verticalflip h1:nth-child(2) {
    -ms-animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.verticalflip h1:nth-child(3) {
    -ms-animation-delay: 5s;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    width: 188px;
}
.verticalflip h1:nth-child(4) {
    -ms-animation-delay: 7.5s;
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
    /* width: 188px; */
}

@keyframes vertical {
  0% {
    opacity: 0;
    transform: rotateX(-180deg);
  }

  5% {
    opacity: 1;
    transform: rotateX(0deg);
  }

  25% {
    opacity: 1;
    transform: rotateX(0deg);
  }

  30% {
    opacity: 0;
    transform: translateY(-90px);
  }

  100% {
    opacity: 0;
  }
}

@media (min-width: 375px) {
    .carousel-caption {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
}

@media (min-width: 768px) {
    .heroimg::before {
        height: 450px;
    }
    .carousel-caption {
        top: 102px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 342px;
    }
    .verticalflip h1 {
        top: -5px;
        font-size: 35px;
    }
    .verticalflip h1:nth-child(3) {
        width: 385px;
    }

    .speed_txt h1 {
        font-size: 35px;
    }

    .vericalflip_txt{
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .verticalflip h1 {
        font-size: 40px;
    }
    .heroimg {
        height: 83.5vh;
    }
    .heroimg::before {
        height: 430px;
    }
    .verticalflip h1:nth-child(3) {
        width: 440px;
    }

    .speed_txt h1 {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .domain-heading {
        margin-top: 1rem !important;
    }
    .verticalflip {
        width: 65%;
        font-size: 50px;
    }
    .verticalflip h1:nth-child(3) {
        width: 495px;
    }

    .verticalflip h1 {
        font-size: 45px;
    }

    .speed_txt h1 {
        font-size: 45px;
    }
    .heroimg {
        background-size: 100% 180%;
    }
    .heroimg::before {
        height: 504px;
    }
}

@media (min-width: 1400px) {
    .domain-heading {
        margin-top: 3rem !important;
    }
}

.speed_txt {
    width: 36%;
    text-align: left;
}

@media (min-width: 2000px) {
    .heroimg::before {
        height: 660px;
    }
}
/* Ends code for hero-section */



@media print and (orientation: portrait)  {
    .navmain {
      position: static !important;
   }
/* .domain-section{
    margin-top:25rem !important;
} */
#carousel-custom-dots, .card-body{
    width: 80% !important;
    margin: auto;
}
 .card-body {
    margin-left: 50px !important;
    margin-right: 0rem !important;
   width: 73% !important;  
   margin-top: -60px;
} 
.heroimg{
    margin-top: -92px;
  }
  /* #mob_service_carousel > div:nth-child(4) > div > div > div > div > div.card-body,
#mob_service_carousel > div:nth-child(5) > div > div > div > div > div.card-body{
    display: none;
  } */
  .about-us-section{
    margin-top: 100px;
  }
  /* .carousel-caption{
    height: 50%;
  } */
}

@media print and (orientation: landscape)  {
   .navmain {
     width: 100%;
  }
  .carousel-caption{
    height: 80%;
  }
  .heroimg{
    margin-top: -92px;
  }
}