﻿/*#region Font start*/
@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold.woff') format('woff');
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular.woff') format('woff');
}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semibold.woff') format('woff');
}

@font-face {
    font-family: 'montserratthinitalic250';
    src: url('../fonts/montserrat-thin-italic-250.woff') format('woff');
}

@font-face {
    font-family: 'montserratblack900';
    src: url('../fonts/montserrat black 900.woff') format('woff');
}

@font-face {
    font-family: 'montserratlight300';
    src: url('../fonts/montserrat light 300.woff') format('woff');
}

@font-face {
    font-family: 'montserratthin250';
    src: url('../fonts/montserrat thin 250.woff') format('woff');
}

@font-face {
    font-family: 'myriadproregular';
    src: url('../fonts/myriadpro-regular.woff') format('woff');
}
/*#endregion Fonts End*/

/*Added by Aarti Gupta on 18/1/2023*/

/*#region Tab size 700 to 750*/
@media only screen and (min-width: 700px) and (max-width: 750px) 
{
    /*#region Index Start*/

    /*#region SplashScreen Start*/
    .SplashScreen {
        width: 100%;
        height: 55vw;
        display: block;
        /*border:1px solid black;*/
        background-image: url(../images/SplashScreen/SplashScreenBackground.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        /*transform:translateX(0);*/
    }

    .SplashScreenTitleDiv {
        width: 100%;
        height: 100%;
        border: 1px solid transparent;
    }

    .SplashScreenTitleDivContent {
        width: 40%;
        /*border:1px solid yellow;*/
        margin-top: 13%;
        margin-left: 34%;
        font-family: montserratsemibold;
        font-size: 90%; /*17px*/
        text-align: center;
        color: rgb(255,255,255);
        word-spacing: 1px;
        letter-spacing: 1.3px;
    }

    .SplashScreenTitleDivContent2 {
        margin-top: 3%;
    }
    /*#endregion SplashScreen End*/

    /*#region LogoAndNavigationBar Start*/
    .LogoAndNavigationBar {
        width: 100%;
        height: 8vw;
        /*border: 1px solid yellow;*/
        display: flex;
        position: -webkit-sticky;
        position: sticky;
        position: fixed;
        transition: background .5s; /* control how smooth the background changes */
        z-index: 1;
/*        margin-left: 0.1%;*/
    }

    /*#region LogoSection Start*/
    .LogoSection {
        width: 25%;
        /*border:1px solid black;*/
    }

    .Logo {
        width: 26%;
        height: 5.5vw;
        /*border: 1px solid red;*/
        float: right;
        margin-top: 5.5%;
        margin-right: 27%;
    }

        .Logo a {
            text-decoration: none;
        }

            .Logo a:hover {
                background-color: none;
            }

        .Logo img {
            width: 100%;
            height: 100%;
        }
    /*#endregion LogoSection Start*/

    /*#region NavigationSection Start*/
    .NavigationSection {
        width: 50%;
        height: 30%;
        /*border:1px solid white;*/
        margin-top: 3%;
        margin-left: 5%;
        display: flex;
        font-family: montserratregular;
        font-size: 70%; /*11.2px*/
        color: rgb(247,157,29);
    }

    .NavigationSectionC1 {
        margin-top: 1%;
        margin-left: 4%;
        letter-spacing: 1px;
    }
    /*#endregion NavigationSection End*/
    /*#endregion LogoAndNavigationBar End*/
    
    /*#region HomeSection Start*/
    .HomeSection {
        width: 100%;
        height: 97vw;
        border: 1px solid transparent;
        background-image: url(../images/TabSizeImage/HomeSection/HomeSectionBGTabSize.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .HomeSectionTitleDiv {
        width: 100%;
        height: 100%;
        /*border: 1px solid yellow;*/
    }

    .HomeTitle {
        width: 20%;
        /*border: 1px solid white;*/
        float: right;
        margin-top: 40%;
        margin-right: 15%;
        font-family: montserratregular;
        font-size: 66%;
        color: rgb(247,157,29);
        word-spacing: 2px;
        letter-spacing: 1px;
        line-height: 17px;
    }
    /*#endregion HomeSection End*/

    /*#region AboutUsSection Start*/
    .AboutUsSection {
        width: 100%;
        height: 90vw;
        border: 1px solid transparent;
        background-image: url(../images/TabSizeImage/AboutUsSection/AboutUsSectionBGTabSize.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    /*#region AboutSectionMainDiv Start*/
    .AboutSectionMainDiv {
        width: 90%;
        height: 66%;
        border-bottom: 1px solid rgb(218,121,39);
        margin-top: 12%;
        margin-left: 5%;
        display: flex;
        /*border:1px solid yellow;*/
    }

    /*#region AboutSectionMainDivContent1 Start*/
    .AboutSectionMainDivContent1 {
        width: 58%;
        height: 100%;
        /*border:1px solid yellow;*/
    }

    .AboutSectionMainDivContent1Img {
        width: 97%;
        height: 83%;
        margin-top:16%;
        /*border:1px solid black;*/
        float: right;
    }

        .AboutSectionMainDivContent1Img img {
            width: 100%;
            height: 100%;
        }
    /*#endregion AboutSectionMainDivContent1 End*/

    /*#region AboutSectionMainDivContent2 Start*/
    .AboutSectionMainDivContent2 {
        width: 38%;
        /*border:1px solid yellow;*/
        margin-left: 4%;
    }

    .AboutSectionMainDivContent2Title {
        width: 100%;
        /* border: 1px solid red; */
        margin-top: 43%;
        font-family: montserratregular;
        font-size: 72%;
        letter-spacing: 5px;
        color: rgb(247,157,29);
    }

    .AboutSectionMainDivContent2HRLine {
        width: 9%;
        border-top: 2.5px solid rgb(218,121,39);
        margin-top: 4%;
        margin-bottom: 5%;
    }

    .AboutSectionMainDivContent2Description {
        width: 100%;
        /*line-height: 16px;*/
        font-family: montserratlight300;
        font-size: 71%;
        color: rgb(247,157,29);
        line-height: 16px;
        /*border:1px solid red;*/
    }
    /*#endregion AboutSectionMainDivContent2 End*/
    /*#endregion AboutSectionMainDiv End*/

    /*#endregion AboutUsSection End*/

    /*#region OurTroupeSection Start*/
    .OurTroupeSection {
        width: 100%;
        height: 90vw;
        border: 1px solid transparent;
        background-image: url(../images/TabSizeImage/OurTroupesSection/OurTrupeBGTabSize.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin-top:-0.3%;
    }

    .OurTroupeSectionMainDiv {
        width: 64%;
        height: 80%;
        /*border:1px solid black;*/
        margin-top: 10%;
        margin-left: 18%;
    }
    /*#region OurTroupeSectionMainDivTitle Start*/
    .OurTroupeSectionMainDivTitle {
        width: 100%;
        height: 10%;
        /*border:1px solid red;*/
        display: flex;
        padding-left: 12%;
    }

    .OurTroupeSectionMainDivTitleLine {
        width: 20%;
        height: 1vw;
        border-top: 2px solid rgb(218,121,39);
        margin-top: 3.5%;
    }

    .OurTroupeSectionMainDivTitleContent {
        width: 35%;
         /*border: 1px solid red;*/ 
        font-family: montserratregular;
        font-size: 80%;
        color: rgb(255,255,255);
        text-align: center;
        letter-spacing: 5px;
        padding-top: 1.8%;
    }
    /*#endregion OurTroupeSectionMainDivTitle Start*/

    /*#region OurTroupeMainDivContent Start*/
    .OurTroupeMainDivContent {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 10%;
    }
    /*#region OurTroupeMainDivContentPanel1 Start*/
    .OurTroupeMainDivContentPanel1 {
        width: 100%;
        height: 18.2vw;
        /*border:1px solid black;*/
        display: flex;
    }
    /*#endregion OurTroupeMainDivContentPanel1 End*/

    /*#region OurTroupeMainDivContentPanel2 Start*/
    .OurTroupeMainDivContentPanel2 {
        width: 100%;
        height: 18.2vw;
        /*border:1px solid black;*/
        display: flex;
        margin-top: 7%;
    }
    /*#endregion OurTroupeMainDivContentPanel2 End*/

    /*#region OurTroupeProfile Start*/
    .OurTroupeProfile1 {
        width: 26%;
        height: 100%;
        /*border:1px solid red;*/
    }

    .OurTroupeProfile2 {
        width: 26%;
        height: 100%;
        /*border:1px solid red;*/
        margin-left: 11%;
    }

    .OurTroupeProfile3 {
        width: 26%;
        height: 100%;
        /*border:1px solid red;*/
        margin-left: 11%;
    }

    .OurTroupeProfileImg {
        width: 90%;
        height: 76%;
        /*border:1px solid black;*/
        margin-left: 4%;
    }

        .OurTroupeProfileImg img {
            width: 100%;
            height: 100%;
        }

    .OurTroupeProfileDescription {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 8%;
        text-align: center;
        letter-spacing: 1px;
    }

    .OurTroupeProfileDescriptionName {
        font-family: montserratbold;
        font-size: 73%; /*14.48px*/
    }

    .OurTroupeProfileDescriptionDesignation {
        font-family: montserratregular;
        font-size: 65%; /*12px*/
        margin-top: 2%;
    }
    /*#endregion OurTroupeProfile End*/
    /*#endregion OurTroupeMainDivContent End*/

    /*#region OurTroupeOtherDetails Start*/
    .OurTroupeOtherDetails {
        width: 99.9%;
        height: 100%;
        position: relative;
        border: 1px solid transparent;
        margin-top: -84%;
        background-color: rgba(0,0,0,0.7);
    }
    /*#region OurTroupeOtherDetailsPanel Start*/
    .OurTroupeOtherDetailsPanel {
        width: 38%;
        margin-top: 14%;
        float: right;
        /*border:1px solid black;*/
    }
    /*#region OurTroupeOtherDetailsPanel1 Start*/
    .OurTroupeOtherDetailsPanel1 {
        width: 100%;
        height: 18vw;
        background-color: rgb(247,157,29);
        /*border:1px solid black;*/
    }
    /*#region OurTroupeOtherDetailsPanelCloseButtonSection Start*/
    .OurTroupeOtherDetailsPanelCloseButtonSection {
        width: 99.9%;
        /*border:1px solid black;*/
    }

    .OurTroupeOtherDetailsPanelCloseButton {
        width: auto;
        border: none;
        margin-top: 3%;
        margin-left: 90%;
        background-color: transparent;
        font-size: 112.5%; /*16px*/
        /*border:1px solid black;*/
    }
   /* #endregion OurTroupeOtherDetailsPanelCloseButtonSection End*/

    /*#region OurTroupeOtherDetailsPanelProfileImgandNameSection Start*/
    .OurTroupeOtherDetailsPanelProfileImgandNameSection {
        width: 99.9%;
        height: 14.4vw;
        /*border:1px solid red;*/
        margin-top: 2%;
        display: flex;
    }

    .OurTroupeOtherDetailsPanelProfileImgSection {
        width: 60%;
        height: 100%;
        /*border:1px solid yellow;*/
    }

    .OurTroupeOtherDetailsPanelProfileImg {
        width: 65%;
        height: 92%;
        /*border:1px solid black;*/
        margin-top: -1.8%;
        margin-left: 16%;
    }

        .OurTroupeOtherDetailsPanelProfileImg img {
            width: 100%;
            height: 100%;
            /*border: 1px solid red;*/
        }

    .OurTroupeOtherDetailsPanelProfileNameSection {
        width: 40%;
        /*border:1px solid red;*/
    }

    .OurTroupeOtherDetailsPanelProfileName {
        width: 99%;
        /*border:1px solid white;*/
        margin-top: 38%;
        font-family: montserratregular;
        font-size: 60%; /*18px*/
        letter-spacing: 1.5px;
        color: rgb(255,234,207);
    }

    .OurTroupeOtherDetailsPanelProfileDesignation {
        width: 99%;
        /*border:1px solid white;*/
        margin-top: 6%;
        font-family: montserratregular;
        font-size: 55%; /*12px*/
        letter-spacing: 1.5px;
        color: rgb(255,234,207);
    }
    /*#endregion OurTroupeOtherDetailsPanelProfileImgandNameSection End*/

    /*#endregion OurTroupeOtherDetailsPanel1 End*/

    /*#region OurTroupeOtherDetailsPanel2 Start*/
    .OurTroupeOtherDetailsPanel2 {
        width: 100%;
        height: 22vw;
        border: 1px solid transparent;
        background-color: rgb(255,234,207);
    }

    .OurTroupeOtherDetailsPanelDescription {
        width: 80%;
        height: 70%;
        /*border:1px solid black;*/
        margin-top: 8%;
        margin-left: 10%;
        overflow-y: scroll;
    }

    ::-webkit-scrollbar {
        width: 5px;
    }
     Track 
    ::-webkit-scrollbar-track {
        background: rgba(247,157,29,0.8);
    }
     Handle 
    ::-webkit-scrollbar-thumb {
        background: rgba(255,234,207,0.8);
    }

         Handle on hover 
        ::-webkit-scrollbar-thumb:hover {
            background: rgb(0,0,0,0.5);
        }

    .OurTroupeOtherDetailsPanelDescriptionContent {
        width: 95%;
        height: 100%;
        /*border:1px solid red;*/
        font-family: montserratlight300;
        font-size: 60%; /*16px*/
        letter-spacing: 1px;
        line-height: 20px;
    }
   /* #endregion OurTroupeOtherDetailsPanel2 End*/

    /*#endregion OurTroupeOtherDetailsPanel End*/

    /*#endregion OurTroupeOtherDetails End*/

    /*#endregion OurTroupeSection End*/

    /*#region ServicesSection Start*/
    .ServicesSection {
        width: 100%;
        height: 75vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/ServicesSection/ServicesSectionBackground.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin-top:-0.3%;
    }

    .SevicesSectionMainDiv {
        width: 100%;
        height: 76.3%;
        /*border:1px solid red;*/
        margin-top: 10%;
        display: flex;
    }
    /*#region ServicesSectionMainDivSection1 Start*/
    .ServicesSectionMainDivSection1 {
        width: 65%;
        height: 100%;
        /*border:1px solid red;*/
        display: flex;
    }

    .ServicesSectionMainDivSection1ContentImg {
        width: 58%;
        height: 96%;
        /* border: 1px solid black; */
        /* float: right; */
        /* margin-right: 8%; */
        margin-left: 20%;
        margin-top: 11.1%;
    }

        .ServicesSectionMainDivSection1ContentImg img {
            width: 100%;
            height: 100%;
        }

    /*#region ServicesSectionMainDivSection2Title Start*/
    .ServicesSectionMainDivSection2Title {
        width: 15%;
        height: 100%;
        /*border: 1px solid black;*/
        margin-left: 13%;
    }

    .ServicesSectionMainDivSection2TitleContent {
        width: 100%;
        /*border: 1px solid red;*/
        margin-top: 376%;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        color: rgb(255,255,255);
        letter-spacing: 13px;
        font-size: 95%; /*18px*/
        font-family: montserratregular;
    }
    /*#endregion ServicesSectionMainDivSection2Title Start*/
    /*#endregion ServicesSectionMainDivSection1 End*/

    /*#region ServicesSectionMainDivSection2 Start*/
    .ServicesSectionMainDivSection2 {
        width: 35%;
        height: 80%;
        /*border:1px solid yellow;*/
        margin-top: 1%;
        display: flex;
    }


    /*#region ServicesSectionMainDivSection2Content Start*/
    .ServicesSectionMainDivSection2Content {
        width: 100%;
        height: 80%;
        /*border:1px solid black;*/
        margin-top: 15%;
        margin-left: 5%;
        font-family: montserratregular;
        font-size: 80%; /*16px*/
        letter-spacing: 1px;
    }

    .ServicesSectionMainDivSection2ContentSpace {
        /* width:100%;
            height:50%;*/
        margin-top: 15%;
        /*border:1px solid black;*/
    }

    /*#endregion ServicesSectionMainDivSection2Content End*/
    /*#endregion ServicesSectionMainDivSection2 End*/
    /*#endregion ServicesSection End*/

    /*#region TestimonialSection Start*/
    .TestimonialSection {
        width: 100%;
        height: 75vw;
        /*border: 1px solid yellow;*/
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/TestimonialSection/TestimonialBackgroundImg.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin-top:-0.3%;
    }

    .TestimonialSectionMainDiv {
        width: 90%;
        /*border:1px solid white;*/
        margin-top: 8%;
        margin-left: 5%;
        display: flex;
    }

    .Arrow1 {
        width: 1.5%;
        height: 2.5vw;
        margin-top: 30%;
        /* margin-left:2.5%;*/
        /*border: 1px solid white;*/
    }

        .Arrow1 img {
            width: 100%;
            height: 100%;
        }

    .Arrow2 {
        width: 1.5%;
        height: 2.5vw;
        margin-top: 30%;
        margin-left: 11%;
        /*border: 1px solid white;*/
    }

        .Arrow2 img {
            width: 100%;
            height: 100%;
        }

    /*#region TestimonialsMain1 Start*/
    .TestimonialsMain1 {
        width: 80%;
        /*border: 1px solid red;*/
        /*display:none;*/
    }
    /*#endregion TestimonialsMain1 End*/

    /*#region TestimonialsMain2 Start*/
    .TestimonialsMain2 {
        width: 80%;
        /*border:1px solid red;*/
        display: none;
    }
    /*#endregion TestimonialsMain2 End*/

    /*#region TestimonialsMain3 Start*/
    .TestimonialsMain3 {
        width: 80%;
        /*border:1px solid red;*/
        display: none;
    }
    /*#endregion TestimonialsMain3 End*/

    /*#region TestimonialsContentDiv Start*/
    .TestimonialsContentDiv {
        width: 100%;
        display: flex;
        margin-left: 6%;
        /*border:1px solid white;*/
    }

    /*#region TestimonialsContentDiv1 Start*/
    .TestimonialsContentDiv1 {
        width: 20%;
        /*border:1px solid white;*/
    }

    .TestimonialsLogo {
        width: 90%;
        height: 12vw;
        /*border:1px solid red;*/
        margin-top: 124%;
        margin-left: 21%;
    }

        .TestimonialsLogo img {
            width: 100%;
            height: 100%;
        }
    /*#endregion TestimonialsContentDiv1 End*/

    /*#region TestimonialsContentDiv2 Start*/
    .TestimonialsContentDiv2 {
        width: 73%;
        /*border:1px solid black;*/
        margin-left: 8%;
    }
    /*#region TestimonialsContentDiv2Title Start*/
    .TestimonialsContentDiv2Title {
        width: 100%;
        /*border:1px solid red;*/
        font-family: montserratregular;
        font-size: 87.5%; /*16px*/
        color: rgb(247,157,29);
        letter-spacing: 10px;
    }
    /*#endregion TestimonialsContentDiv2Title End*/

    /*#region TestimonialsContentDiv2TitleHRLine Start*/
    .TestimonialsContentDiv2TitleHRLine {
        width: 9%;
        border-top: 3px solid rgb(218,121,39);
        margin-top: 2%;
    }
    /*#endregion TestimonialsContentDiv2TitleHRLine End*/

    /*#region TestimonialsContentDiv2Content Start*/
    .TestimonialsContentDiv2Content {
        width: 99.9%;
        /*border:1px solid white;*/
        padding-top: 5%;
        padding-bottom: 5%;
        color: rgb(255,255,255);
        font-family: montserratlight300;
        font-size: 70%; /*12px*/
        letter-spacing: 2.5px;
        line-height: 18px;
    }
    /*#endregion TestimonialsContentDiv2Content End*/

    /*#region TestimonialsContentDiv2ContentHRLine Start*/
    .TestimonialsContentDiv2ContentHRLine {
        width: 9%;
        border-top: 3px solid rgb(247,157,29);
    }
    /*#endregion TestimonialsContentDiv2ContentHRLine End*/

    /*#region TestimonialsContentDiv2ContentGivenByDetails Start*/
    .TestimonialsContentDiv2ContentGivenByDetails {
        width: 99.9%;
        /*border:1px solid white;*/
        margin-top: 4%;
        color: rgb(247,157,29);
    }

    .TestimonialsContentDiv2ContentGivenByName {
        font-family: montserratsemibold;
        font-size: 75%; /*14px*/
        letter-spacing: 3px;
    }

    .TestimonialsContentDiv2ContentGivenByDesignation {
        font-family: montserratregular;
        font-size: 75%; /*14px*/
        letter-spacing: 2px;
        margin-top: 1%;
    }

    .TestimonialsContentDiv2ContentGivenByClient {
        font-family: montserratregular;
        font-size: 90%; /*16px*/
        letter-spacing: 2px;
        margin-top: 0.5%;
    }
    /*#endregion TestimonialsContentDiv2ContentGivenByDetails End*/

    /*#endregion TestimonialsContentDiv2 End*/

    /*#endregion TestimonialsContentDiv End*/


    /*#endregion TestimonialSection End*/

    /*#region Career Section Start*/
    .CareerSection {
        width: 100%;
        height: 100vw;
        margin-top:-0.2%;
        /*border: 1px solid black;*/
    }

    .CareerSectionMainDiv {
        width: 100%;
        height: 100%;
        /*border:1px solid red;*/
        display: flex;
        flex-direction: column;
    }

    /*#region CareerSectionMainDiv1 Start*/
    .CareerSectionMainDiv1 {
        width: 100%;
        height: 50%;
        /*border:1px solid black;*/
        background-image: url(../images/IndexPage/CareerSection/CareersSection1BGImageforTabandMobile.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .CareerSectionMainDiv1Content {
        width: 80%;
        height: 100%;
        /*border:1px solid black;*/
        margin-top: 5%;
        margin-left: 10%;
    }

    .CareerSectionMainDiv1ContentTitle {
        width: 100%;
        /*border:1px solid red;*/
        font-family: montserratsemibold;
        font-size: 112.7%; /*16px*/
        color: rgb(247,157,29);
        letter-spacing: 7px;
    }

    .CareerSectionMainDiv1ContentHRLine {
        width: 6%;
        border-top: 2.8px solid rgb(247,157,29);
        margin-top: 4%;
    }

    .CareerSectionMainDiv1ContentDescription {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 5%;
        font-family: montserratlight300;
        font-size: 87.5%; /*14px*/
        letter-spacing: 1.5px;
        line-height: 24px;
    }

    #CareerSectionMainDiv1 {
        order: 2;
    }

    #CareerSectionMainDiv2 {
        order: 1;
    }
    /*#endregion CareerSectionMainDiv1 End*/
    /*#region CareerSectionMainDiv2 Start*/
    .CareerSectionMainDiv2 {
        width: 100%;
        height: 50%;
        /*margin-top:35.4%;*/
        /*border:1px solid black;*/
        background-image: url(../images/IndexPage/CareerSection/CareersSection2BGImageforTabandMobile.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    /*#endregion CareerSectionMainDiv2 End*/
    /*#endregion Career Section Start*/

    /*#region Client Section Start*/
    .ClientsSection {
        width: 100%;
        height: 70vw;
        margin-top:-0.1%;
        /*border:1px solid black;*/
    }

    .ClientSectionContentDiv {
        width: 100%;
        height: 100%;
        display: flex;
    }
    /*#region ClientSectionContent1 Start*/
    .ClientSectionContent1 {
        width: 50%;
        height: 100%;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/ClientsSection/ClientsSection1Background.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    /*#endregion ClientSectionContent1 End*/

    /*#region ClientSectionContent2 Start*/
    .ClientSectionContent2 {
        width: 50%;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/ClientsSection/ClientsSection2Background.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .TitleLogosDiv {
        width: 80%;
        margin-left: 3.5%;
        /*border:1px solid black;*/
    }

    .ClientSectionContent2MainDivision {
        width: 100%;
        height: 80%;
        /*border: 1px solid black;*/
        margin-top: 15%;
        display: flex;
    }

    .ClientSectionContent2MainDivisionTitle {
        width: 100%;
        /*border: 1px solid black;*/
        font-family: montserratregular;
        font-size: 80%; /*16px*/
        letter-spacing: 4px;
        word-spacing: 5px;
        text-align: center;
    }

    .ClientSectionContent2MainDivisionContent {
        width: 95%;
        /*border:1px solid red;*/
        margin-top: 20%;
        margin-left: 2.5%;
    }

    .ClientArrow1 {
        width: 2.5%;
        height: 3vw;
        margin-left: 2%;
        margin-top: 55%;
        /*border: 1px solid black;*/
    }

        .ClientArrow1 img {
            width: 100%;
            height: 100%;
        }

    .ClientArrow2 {
        width: 2.5%;
        height: 3vw;
        margin-left: 1.5%;
        margin-top: 55%;
        /*border: 1px solid black;*/
    }

        .ClientArrow2 img {
            width: 100%;
            height: 100%;
        }
    /*#region ClientLogoSection Start*/

    /*#region ClientLogoSectionDiv Start*/
    .ClientLogoSectionDiv1 {
        width: 100%;
        height: 8vw;
        border-bottom: 1px solid rgb(166,168,171);
        display: flex;
    }

    .ClientLogoSectionDiv2 {
        width: 100%;
        height: 8vw;
        border-bottom: 1px solid rgb(166,168,171);
        display: flex;
    }

    .ClientLogoSectionDiv3 {
        width: 100%;
        height: 8vw;
        border-bottom: 1px solid rgb(166,168,171);
        display: flex;
    }

    .ClientLogoSectionDiv4 {
        width: 100%;
        height: 8vw;
        /*border:1px solid black;*/
        display: flex;
    }

    .ClientLogo1 {
        width: 49%;
        height: 100%;
        /*border:1px solid black;*/
    }

        .ClientLogo1 img {
            width: 100%;
            height: 100%;
        }

    .ClientLogo2 {
        width: 49%;
        height: 100%;
        /*border:1px solid black;*/
    }

        .ClientLogo2 img {
            width: 100%;
            height: 100%;
        }

    .ClientLogoHRLine {
        border-left: 1px solid rgb(166,168,171);
        margin-left: 1%;
        margin-right: 1%;
    }
    /*#endregion ClientLogoSectionDiv end*/

    /*#region ClientSectionContent2MainDivisionContentClientLogoSection1 Start */
    .ClientSectionContent2MainDivisionContentClientLogoSection1 {
        width: 100%;
        height: 100%;
        /*border:1px solid black;*/
    }
    /*#endregion ClientSectionContent2MainDivisionContentClientLogoSection1 End*/

    /*#region ClientSectionContent2MainDivisionContentClientLogoSection2 Start */
    .ClientSectionContent2MainDivisionContentClientLogoSection2 {
        width: 100%;
        height: 100%;
        /*border:1px solid black;*/
        display: none;
    }
    /*#endregion ClientSectionContent2MainDivisionContentClientLogoSection2 End*/

    /*#region ClientSectionContent2MainDivisionContentClientLogoSection3 Start */
    .ClientSectionContent2MainDivisionContentClientLogoSection3 {
        width: 100%;
        height: 100%;
        /*border:1px solid black;*/
        display: none;
    }
    /*#endregion ClientSectionContent2MainDivisionContentClientLogoSection3 End*/

    /*#endregion ClientLogoSection Start*/

    /*#endregion ClientSectionContent2 End*/
    /*#endregion Client Section Start*/

    /*#region ContactUsSection Start*/
    .ContactUsSection {
        width: 100%;
        height: 110vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/ContactUsSection/ContactUsSectionBackgroundImageTabSize.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .ContactUsSectionMainDiv {
        width: 80%;
        height: 40%;
        /*border:1px solid red;*/
        margin-top: 20%;
        margin-left: 10%;
        display: inline-block;
    }
    /*#region ContactUsSectionMainDiv1 Start*/
    .ContactUsSectionMainDiv1 {
        width: 85%;
        height: 96%;
        margin-left: 5%;
        margin-top:-8%;
        /*border:1px solid orange;*/
    }

        .ContactUsSectionMainDiv1 img {
            width: 100%;
            height: 100%;
        }
    /*#endregion ContactUsSectionMainDiv1 End*/

    /*#region ContactUsSectionMainDiv2 Start*/
    .ContactUsSectionMainDiv2 {
        width: 100%;
        height: 100%;
        /*border:1px solid orange;*/
        /*margin-left: 5%;*/
    }
    /*#region ContactUsSectionMainDiv2Content Start*/
    .ContactUsSectionMainDiv2Content {
        width: 80%;
        height: 92%;
        /*border:1px solid red;*/
        margin-top: 7%;
        margin-left: 10%;
    }

    .ContactUsSectionMainDiv2ContentTitle {
        width: 100%;
        font-family: montserratsemibold;
        font-size: 112.5%; /*18px*/
        color: rgb(247,157,29);
        letter-spacing: 11px;
    }

    .ContactUsSectionMainDiv2ContentHRLine {
        width: 8%;
        border-top: 2.8px solid rgb(247,157,29);
        margin-top: 2.5%;
    }

    .ContactUsSectionMainDiv2ContentDescription {
        width: 99.9%;
        /*border:1px solid black;*/
        margin-top: 3%;
        font-family: montserratregular;
        font-size: 87.5%; /*14px*/
        color: rgb(247,157,29);
        letter-spacing: 1px;
        line-height: 20px;
    }

    .ContactUsSectionMainDiv2ContentAddress {
        width: 99.9%;
        font-family: montserratregular;
        font-size: 87.5%; /*14px*/
        color: rgb(255,255,255);
        letter-spacing: 1px;
        line-height: 20px;
    }

    .ContactUsSectionMainDiv2ContentSocialMediaIconDiv {
        width: 99.9%;
        height: 5.5vw;
        /*border:1px solid red;*/
        margin-top: 5%;
        display: flex;
    }

    .ContactUsSectionMainDiv2ContentSocialMediaIcon {
        width: 8.5%;
        height: 100%;
        /*border:1px solid yellow;*/
    }

        .ContactUsSectionMainDiv2ContentSocialMediaIcon a {
            text-decoration: none;
        }

        .ContactUsSectionMainDiv2ContentSocialMediaIcon img {
            width: 100%;
            height: 100%;
        }

    #ContactUsSectionMainDiv2ContentSocialMediaIcon2 {
        margin-left: 4%;
    }
    /*#endregion ContactUsSectionMainDiv2Content End*/
    /*#endregion ContactUsSectionMainDiv2 End*/
    /*#endregion ContactUsSection End*/

    /*#region Upper Arrow Start*/
    .UpperArrow {
        width: 4%;
        height: 4vw;
        float: right;
        margin-right: 4%;
        /*display:none;*/
        /* margin-bottom: 10%;*/
        /*border: 1px solid black;*/
        position: -webkit-sticky;
        position: sticky;
        /*z-index: 1;*/
        transition: 0.5s;
    }

        .UpperArrow img {
            width: 100%;
            height: 100%;
        }
    /*#endregion Upper Arrow End*/

    /*#region Blank Section Start*/
    .BlankSection {
        width: 100%;
        height: 8vw;
        /*border:1px solid red;*/
    }
    /*#endregion blank Section End*/

    /*#region WorkSection Start*/
    .WorkSection {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 3%;
    }

    /*#region WorkSectionTitle Start*/
    .WorkSectionTitle {
        width: 100%;
        text-align: center;
        font-family: montserratregular;
        font-size: 125%; /*18px*/
        letter-spacing: 5px;
        color: rgb(58,20,14);
    }
    /*#endregion WorkSectionTitle End*/

    /*#region WorkSectionPanelDivision Start*/
    .WorkSectionPanelDivision {
        width: 100%;
        /*border:1px solid red;*/
        margin-top: 2%;
    }
    /*#region WorkSectionPanel1 Start*/
    .WorkSectionPanel1 {
        width: 100%;
        height: 40vw;
        /*border:1px solid black;*/
    }

    /*#region WorkSectionPanelDivision 1 to 7 Start*/
    .WorkSectionPanel1Div1 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage1.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
    }

    .WorkSectionPanel1Div2 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage2.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .WorkSectionPanel1Div3 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage3.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .WorkSectionPanel1Div4 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage4.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .WorkSectionPanel1Div5 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage5.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .WorkSectionPanel1Div6 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage6.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .WorkSectionPanel1Div7 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage7.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }
    /*#endregion WorkSectionPanelDivision 1 to 7 End*/

    /*#region WorkSectionPanelDivArrowAndTitleSection Start*/
    .WorkSectionPanelDivArrowAndTitleSection {
        width: 92%;
        /*border:1px solid red;*/
        display: flex;
        margin-top: -40.5%;
        margin-left: 4%;
    }
    /*#region WorkSectionPanelDivLeftArrow Start*/
    .WorkSectionPanelDivLeftArrow {
        width: 2%;
        height: 3vw;
        /*border:1px solid black;*/
        margin-top: 20%;
    }

        .WorkSectionPanelDivLeftArrow a {
            text-decoration: none;
        }

        .WorkSectionPanelDivLeftArrow img {
            width: 100%;
            height: 100%;
        }
    /*#endregion WorkSectionPanelDivLeftArrow End*/

    /*#region WorkSectionPanelDivTitleSection Start*/
    .WorkSectionPanelDivTitleSection {
        width: 96%;
        /*border:1px solid black;*/
    }

    .WorkSectionPanelDivTitle {
        width: 26%;
        height: 10vw;
        /*border:1px solid black;*/
        background-color: rgb(247,157,29);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        float: right;
        display: none;
    }

    .WorkSectionPanelDivTitleContent {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 4%;
        margin-left: 8%;
        font-family: montserratregular;
        font-size: 75%; /*16px*/
        letter-spacing: 1px;
        color: rgb(255,255,255);
    }
    /*#endregion WorkSectionPanelDivTitleSection Start*/

    /*#region WorkSectionPanelDivRightArrow Start*/
    .WorkSectionPanelDivRightArrow {
        width: 2%;
        height: 3vw;
        /*border:1px solid black;*/
        margin-top: 20%;
    }

        .WorkSectionPanelDivRightArrow a {
            text-decoration: none;
        }

        .WorkSectionPanelDivRightArrow img {
            width: 100%;
            height: 100%;
        }
    /*#endregion WorkSectionPanelDivRightArrow End*/
    /*#endregion WorkSectionPanelDivArrowAndTitleSection End*/
    /*#endregion WorkSectionPanel1 End*/

    /*#region WorkSectionPanel2 Start*/
    .WorkSectionPanel2 {
        width: 100%;
        height: 40vw;
        /*border:1px solid black;*/
        margin-top: 4%;
    }

    /*#region WorkSectionPanelDivision 1 to 3 Start*/
    .WorkSectionPanel2Div1 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/SaraswatWorkImages/SaraswatWorkImage1.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
    }

    .WorkSectionPanel2Div2 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/SaraswatWorkImages/SaraswatWorkImage2.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .WorkSectionPanel2Div3 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/SaraswatWorkImages/SaraswatWorkImage3.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }
    /*#endregion WorkSectionPanelDivision 1 to 7 End*/
    /*#endregion WorkSectionPanel2 End*/
    /*#endregion WorkSectionPanelDivision End*/
    /*#endregion WorkSection End*/

    /*#endregion Index end*/
}
/*#endregion*/

/*#region Tab size 751 to 800*/
@media only screen and (min-width: 751px) and (max-width: 800px) 
{
    /*#region Index Start*/

    /*#region SplashScreen Start*/
    .SplashScreen {
        width: 100%;
        height: 52vw;
        /*display: none;*/
        /*border:1px solid black;*/
        background-image: url(../images/SplashScreen/SplashScreenBackground.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        /*transform:translateX(0);*/
    }

    .SplashScreenTitleDiv {
        width: 100%;
        height: 100%;
        border: 1px solid transparent;
    }

    .SplashScreenTitleDivContent {
        width: 40%;
        /*border:1px solid yellow;*/
        margin-top: 12%;
        margin-left: 34%;
        font-family: montserratsemibold;
        font-size: 100%; /*16px*/
        text-align: center;
        color: rgb(255,255,255);
        word-spacing: 1px;
        letter-spacing: 1.3px;
    }

    .SplashScreenTitleDivContent2 {
        margin-top: 3%;
    }
    /*#endregion SplashScreen End*/

    /*#region LogoAndNavigationBar Start*/
    .LogoAndNavigationBar {
        width: 100%;
        height: 8vw;
        /*border: 1px solid yellow;*/
        display: flex;
        position: -webkit-sticky;
        position: sticky;
        position: fixed;
        transition: background .5s; /* control how smooth the background changes */
        z-index: 1;
/*        margin-left: 0.1%;*/
    }

    /*#region LogoSection Start*/
    .LogoSection {
        width: 25%;
        /*border: 1px solid black;*/
    }

    .Logo {
        width: 26%;
        height: 5.5vw;
        /*border: 1px solid red;*/
        float: right;
        margin-top: 5.5%;
        margin-right: 27%;
    }

        .Logo a {
            text-decoration: none;
        }

            .Logo a:hover {
                background-color: none;
            }

        .Logo img {
            width: 100%;
            height: 100%;
        }
    /*#endregion LogoSection Start*/

    /*#region NavigationSection Start*/
    .NavigationSection {
        width: 50%;
        height: 30%;
        /*border:1px solid white;*/
        margin-top: 3%;
        margin-left: 5%;
        display: flex;
        font-family: montserratregular;
        font-size: 73%; /*11.2px*/
        color: rgb(247,157,29);
    }

    .NavigationSectionC1 {
        margin-top: 1%;
        margin-left: 4%;
        letter-spacing: 1px;
    }
    /*#endregion NavigationSection End*/
    /*#endregion LogoAndNavigationBar End*/

    /*#region HomeSection Start*/
    .HomeSection {
        width: 100%;
        height: 98vw;
        border: 1px solid transparent;
        background-image: url(../images/TabSizeImage/HomeSection/HomeSectionBGTabSize.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .HomeSectionTitleDiv {
        width: 100%;
        height: 100%;
        /*border: 1px solid yellow;*/
    }

    .HomeTitle {
        width: 20%;
        /*border: 1px solid white;*/
        float: right;
        margin-top: 40%;
        margin-right: 15%;
        font-family: montserratregular;
        font-size: 70%;
        color: rgb(247,157,29);
        word-spacing: 2px;
        letter-spacing: 1px;
        line-height: 17px;
    }
    /*#endregion HomeSection End*/

    /*#region AboutUsSection Start*/
    .AboutUsSection {
        width: 100%;
        height: 90vw;
        border: 1px solid transparent;
        background-image: url(../images/TabSizeImage/AboutUsSection/AboutUsSectionBGTabSize.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    /*#region AboutSectionMainDiv Start*/
    .AboutSectionMainDiv {
        width: 90%;
        height: 66%;
        border-bottom: 1px solid rgb(218,121,39);
        margin-top: 12%;
        margin-left: 5%;
        display: flex;
        /*border:1px solid yellow;*/
    }

    /*#region AboutSectionMainDivContent1 Start*/
    .AboutSectionMainDivContent1 {
        width: 58%;
        height: 100%;
        /*border:1px solid yellow;*/
    }

    .AboutSectionMainDivContent1Img {
        width: 97%;
        height: 83%;
        margin-top: 16%;
        /*border:1px solid black;*/
        float: right;
    }

        .AboutSectionMainDivContent1Img img {
            width: 100%;
            height: 100%;
        }
    /*#endregion AboutSectionMainDivContent1 End*/

    /*#region AboutSectionMainDivContent2 Start*/
    .AboutSectionMainDivContent2 {
        width: 38%;
        /*border:1px solid yellow;*/
        margin-left: 4%;
    }

    .AboutSectionMainDivContent2Title {
        width: 100%;
        /* border: 1px solid red; */
        margin-top: 43%;
        font-family: montserratregular;
        font-size: 75%;
        letter-spacing: 5px;
        color: rgb(247,157,29);
    }

    .AboutSectionMainDivContent2HRLine {
        width: 9%;
        border-top: 2.5px solid rgb(218,121,39);
        margin-top: 4%;
        margin-bottom: 5%;
    }

    .AboutSectionMainDivContent2Description {
        width: 100%;
        /*line-height: 16px;*/
        font-family: montserratlight300;
        font-size: 73%;
        color: rgb(247,157,29);
        line-height: 17.5px;
        /*border:1px solid red;*/
    }
    /*#endregion AboutSectionMainDivContent2 End*/
    /*#endregion AboutSectionMainDiv End*/

    /*#endregion AboutUsSection End*/

    /*#region OurTroupeSection Start*/
    .OurTroupeSection {
        width: 100%;
        height: 90vw;
        border: 1px solid transparent;
        background-image: url(../images/TabSizeImage/OurTroupesSection/OurTrupeBGTabSize.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin-top:-0.3%;
    }

    .OurTroupeSectionMainDiv {
        width: 64%;
        height: 80%;
        /*border:1px solid black;*/
        margin-top: 10%;
        margin-left: 18%;
    }
    /*#region OurTroupeSectionMainDivTitle Start*/
    .OurTroupeSectionMainDivTitle {
        width: 100%;
        height: 10%;
        /*border:1px solid red;*/
        display: flex;
        padding-left: 12%;
    }

    .OurTroupeSectionMainDivTitleLine {
        width: 20%;
        height: 1vw;
        border-top: 2px solid rgb(218,121,39);
        margin-top: 3.3%;
    }

    .OurTroupeSectionMainDivTitleContent {
        width: 35%;
        /*border: 1px solid red;*/
        font-family: montserratregular;
        font-size: 82%;
        color: rgb(255,255,255);
        text-align: center;
        letter-spacing: 5px;
        padding-top: 1.8%;
    }
    /*#endregion OurTroupeSectionMainDivTitle Start*/

    /*#region OurTroupeMainDivContent Start*/
    .OurTroupeMainDivContent {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 10%;
    }
    /*#region OurTroupeMainDivContentPanel1 Start*/
    .OurTroupeMainDivContentPanel1 {
        width: 100%;
        height: 18.2vw;
        /*border:1px solid black;*/
        display: flex;
    }
    /*#endregion OurTroupeMainDivContentPanel1 End*/

    /*#region OurTroupeMainDivContentPanel2 Start*/
    .OurTroupeMainDivContentPanel2 {
        width: 100%;
        height: 18.2vw;
        /*border:1px solid black;*/
        display: flex;
        margin-top: 7%;
    }
    /*#endregion OurTroupeMainDivContentPanel2 End*/

    /*#region OurTroupeProfile Start*/
    .OurTroupeProfile1 {
        width: 26%;
        height: 100%;
        /*border:1px solid red;*/
    }

    .OurTroupeProfile2 {
        width: 26%;
        height: 100%;
        /*border:1px solid red;*/
        margin-left: 11%;
    }

    .OurTroupeProfile3 {
        width: 26%;
        height: 100%;
        /*border:1px solid red;*/
        margin-left: 11%;
    }

    .OurTroupeProfileImg {
        width: 90%;
        height: 76%;
        /*border:1px solid black;*/
        margin-left: 4%;
    }

        .OurTroupeProfileImg img {
            width: 100%;
            height: 100%;
        }

    .OurTroupeProfileDescription {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 8%;
        text-align: center;
        letter-spacing: 1px;
    }

    .OurTroupeProfileDescriptionName {
        font-family: montserratbold;
        font-size: 75%; /*14.48px*/
    }

    .OurTroupeProfileDescriptionDesignation {
        font-family: montserratregular;
        font-size: 68%; /*12px*/
        margin-top: 2%;
    }
    /*#endregion OurTroupeProfile End*/
    /*#endregion OurTroupeMainDivContent End*/

    /*#region OurTroupeOtherDetails Start*/
    .OurTroupeOtherDetails {
        width: 99.9%;
        height: 100%;
        position: relative;
        border: 1px solid transparent;
        margin-top: -84%;
        background-color: rgba(0,0,0,0.7);
    }
    /*#region OurTroupeOtherDetailsPanel Start*/
    .OurTroupeOtherDetailsPanel {
        width: 38%;
        margin-top: 14%;
        float: right;
        /*border:1px solid black;*/
    }
    /*#region OurTroupeOtherDetailsPanel1 Start*/
    .OurTroupeOtherDetailsPanel1 {
        width: 100%;
        height: 18vw;
        background-color: rgb(247,157,29);
        /*border:1px solid black;*/
    }
    /*#region OurTroupeOtherDetailsPanelCloseButtonSection Start*/
    .OurTroupeOtherDetailsPanelCloseButtonSection {
        width: 99.9%;
        /*border:1px solid black;*/
    }

    .OurTroupeOtherDetailsPanelCloseButton {
        width: auto;
        border: none;
        margin-top: 3%;
        margin-left: 90%;
        background-color: transparent;
        font-size: 112.5%; /*16px*/
        /*border:1px solid black;*/
    }
    /* #endregion OurTroupeOtherDetailsPanelCloseButtonSection End*/

    /*#region OurTroupeOtherDetailsPanelProfileImgandNameSection Start*/
    .OurTroupeOtherDetailsPanelProfileImgandNameSection {
        width: 99.9%;
        height: 14.4vw;
        /*border:1px solid red;*/
        margin-top: 2%;
        display: flex;
    }

    .OurTroupeOtherDetailsPanelProfileImgSection {
        width: 60%;
        height: 100%;
        /*border:1px solid yellow;*/
    }

    .OurTroupeOtherDetailsPanelProfileImg {
        width: 65%;
        height: 92%;
        /*border:1px solid black;*/
        margin-top: -1%;
        margin-left: 16%;
    }

        .OurTroupeOtherDetailsPanelProfileImg img {
            width: 100%;
            height: 100%;
            /*border: 1px solid red;*/
        }

    .OurTroupeOtherDetailsPanelProfileNameSection {
        width: 40%;
        /*border:1px solid red;*/
    }

    .OurTroupeOtherDetailsPanelProfileName {
        width: 99%;
        /*border:1px solid white;*/
        margin-top: 32%;
        font-family: montserratregular;
        font-size: 60%; /*18px*/
        letter-spacing: 1.5px;
        color: rgb(255,234,207);
    }

    .OurTroupeOtherDetailsPanelProfileDesignation {
        width: 99%;
        /*border:1px solid white;*/
        margin-top: 6%;
        font-family: montserratregular;
        font-size: 55%; /*12px*/
        letter-spacing: 1.5px;
        color: rgb(255,234,207);
    }
    /*#endregion OurTroupeOtherDetailsPanelProfileImgandNameSection End*/

    /*#endregion OurTroupeOtherDetailsPanel1 End*/

    /*#region OurTroupeOtherDetailsPanel2 Start*/
    .OurTroupeOtherDetailsPanel2 {
        width: 100%;
        height: 22vw;
        border: 1px solid transparent;
        background-color: rgb(255,234,207);
    }

    .OurTroupeOtherDetailsPanelDescription {
        width: 80%;
        height: 70%;
        /*border:1px solid black;*/
        margin-top: 8%;
        margin-left: 10%;
        overflow-y: scroll;
    }

    ::-webkit-scrollbar {
        width: 5px;
    }

    Track
    ::-webkit-scrollbar-track {
        background: rgba(247,157,29,0.8);
    }

    Handle
    ::-webkit-scrollbar-thumb {
        background: rgba(255,234,207,0.8);
    }

    Handle on hover
    ::-webkit-scrollbar-thumb:hover {
        background: rgb(0,0,0,0.5);
    }

    .OurTroupeOtherDetailsPanelDescriptionContent {
        width: 95%;
        height: 100%;
        /*border:1px solid red;*/
        font-family: montserratlight300;
        font-size: 65%; /*16px*/
        letter-spacing: 1px;
        line-height: 20px;
    }
    /* #endregion OurTroupeOtherDetailsPanel2 End*/

    /*#endregion OurTroupeOtherDetailsPanel End*/

    /*#endregion OurTroupeOtherDetails End*/

    /*#endregion OurTroupeSection End*/

    /*#region ServicesSection Start*/
    .ServicesSection {
        width: 100%;
        height: 75vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/ServicesSection/ServicesSectionBackground.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin-top:-0.3%;
    }

    .SevicesSectionMainDiv {
        width: 100%;
        height: 76.3%;
        /*border:1px solid red;*/
        margin-top: 10%;
        display: flex;
    }
    /*#region ServicesSectionMainDivSection1 Start*/
    .ServicesSectionMainDivSection1 {
        width: 65%;
        height: 100%;
        /*border:1px solid red;*/
        display: flex;
    }

    .ServicesSectionMainDivSection1ContentImg {
        width: 60%;
        height: 95.7%;
        /* border: 1px solid black; */
        /* float: right; */
        /* margin-right: 8%; */
        margin-left: 18%;
        margin-top: 11.1%;
    }

        .ServicesSectionMainDivSection1ContentImg img {
            width: 100%;
            height: 100%;
        }

    /*#region ServicesSectionMainDivSection2Title Start*/
    .ServicesSectionMainDivSection2Title {
        width: 15%;
        height: 100%;
        /*border: 1px solid black;*/
        margin-left: 13%;
    }

    .ServicesSectionMainDivSection2TitleContent {
        width: 100%;
        /*border: 1px solid red;*/
        margin-top: 376%;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        color: rgb(255,255,255);
        letter-spacing: 18px;
        font-size: 95%; /*18px*/
        font-family: montserratregular;
    }
    /*#endregion ServicesSectionMainDivSection2Title Start*/
    /*#endregion ServicesSectionMainDivSection1 End*/

    /*#region ServicesSectionMainDivSection2 Start*/
    .ServicesSectionMainDivSection2 {
        width: 35%;
        height: 80%;
        /*border:1px solid yellow;*/
        margin-top: 1%;
        display: flex;
    }


    /*#region ServicesSectionMainDivSection2Content Start*/
    .ServicesSectionMainDivSection2Content {
        width: 100%;
        height: 80%;
        /*border:1px solid black;*/
        margin-top: 15%;
        margin-left: 5%;
        font-family: montserratregular;
        font-size: 80%; /*16px*/
        letter-spacing: 1px;
    }

    .ServicesSectionMainDivSection2ContentSpace {
        /* width:100%;
            height:50%;*/
        margin-top: 15%;
        /*border:1px solid black;*/
    }

    /*#endregion ServicesSectionMainDivSection2Content End*/
    /*#endregion ServicesSectionMainDivSection2 End*/
    /*#endregion ServicesSection End*/

    /*#region TestimonialSection Start*/
    .TestimonialSection {
        width: 100%;
        height: 75vw;
        /*border: 1px solid yellow;*/
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/TestimonialSection/TestimonialBackgroundImg.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin-top:-0.3%;
    }

    .TestimonialSectionMainDiv {
        width: 90%;
        /*border:1px solid white;*/
        margin-top: 8%;
        margin-left: 5%;
        display: flex;
    }

    .Arrow1 {
        width: 1.5%;
        height: 2.5vw;
        margin-top: 30%;
        /* margin-left:2.5%;*/
        /*border: 1px solid white;*/
    }

        .Arrow1 img {
            width: 100%;
            height: 100%;
        }

    .Arrow2 {
        width: 1.5%;
        height: 2.5vw;
        margin-top: 30%;
        margin-left: 11%;
        /*border: 1px solid white;*/
    }

        .Arrow2 img {
            width: 100%;
            height: 100%;
        }

    /*#region TestimonialsMain1 Start*/
    .TestimonialsMain1 {
        width: 80%;
        /*border: 1px solid red;*/
        /*display:none;*/
    }
    /*#endregion TestimonialsMain1 End*/

    /*#region TestimonialsMain2 Start*/
    .TestimonialsMain2 {
        width: 80%;
        /*border:1px solid red;*/
        display: none;
    }
    /*#endregion TestimonialsMain2 End*/

    /*#region TestimonialsMain3 Start*/
    .TestimonialsMain3 {
        width: 80%;
        /*border:1px solid red;*/
        display: none;
    }
    /*#endregion TestimonialsMain3 End*/

    /*#region TestimonialsContentDiv Start*/
    .TestimonialsContentDiv {
        width: 100%;
        display: flex;
        margin-left: 6%;
        /*border:1px solid white;*/
    }

    /*#region TestimonialsContentDiv1 Start*/
    .TestimonialsContentDiv1 {
        width: 20%;
        /*border:1px solid white;*/
    }

    .TestimonialsLogo {
        width: 90%;
        height: 12vw;
        /*border:1px solid red;*/
        margin-top: 124%;
        margin-left: 21%;
    }

        .TestimonialsLogo img {
            width: 100%;
            height: 100%;
        }
    /*#endregion TestimonialsContentDiv1 End*/

    /*#region TestimonialsContentDiv2 Start*/
    .TestimonialsContentDiv2 {
        width: 73%;
        /*border:1px solid black;*/
        margin-left: 8%;
    }
    /*#region TestimonialsContentDiv2Title Start*/
    .TestimonialsContentDiv2Title {
        width: 100%;
        /*border:1px solid red;*/
        font-family: montserratregular;
        font-size: 87.5%; /*16px*/
        color: rgb(247,157,29);
        letter-spacing: 10px;
    }
    /*#endregion TestimonialsContentDiv2Title End*/

    /*#region TestimonialsContentDiv2TitleHRLine Start*/
    .TestimonialsContentDiv2TitleHRLine {
        width: 9%;
        border-top: 3px solid rgb(218,121,39);
        margin-top: 2%;
    }
    /*#endregion TestimonialsContentDiv2TitleHRLine End*/

    /*#region TestimonialsContentDiv2Content Start*/
    .TestimonialsContentDiv2Content {
        width: 99.9%;
        /*border:1px solid white;*/
        padding-top: 5%;
        padding-bottom: 5%;
        color: rgb(255,255,255);
        font-family: montserratlight300;
        font-size: 70%; /*12px*/
        letter-spacing: 2.5px;
        line-height: 18px;
    }
    /*#endregion TestimonialsContentDiv2Content End*/

    /*#region TestimonialsContentDiv2ContentHRLine Start*/
    .TestimonialsContentDiv2ContentHRLine {
        width: 9%;
        border-top: 3px solid rgb(247,157,29);
    }
    /*#endregion TestimonialsContentDiv2ContentHRLine End*/

    /*#region TestimonialsContentDiv2ContentGivenByDetails Start*/
    .TestimonialsContentDiv2ContentGivenByDetails {
        width: 99.9%;
        /*border:1px solid white;*/
        margin-top: 4%;
        color: rgb(247,157,29);
    }

    .TestimonialsContentDiv2ContentGivenByName {
        font-family: montserratsemibold;
        font-size: 75%; /*14px*/
        letter-spacing: 3px;
    }

    .TestimonialsContentDiv2ContentGivenByDesignation {
        font-family: montserratregular;
        font-size: 75%; /*14px*/
        letter-spacing: 2px;
        margin-top: 1%;
    }

    .TestimonialsContentDiv2ContentGivenByClient {
        font-family: montserratregular;
        font-size: 75%; /*16px*/
        letter-spacing: 2px;
        margin-top: 0.5%;
    }
    /*#endregion TestimonialsContentDiv2ContentGivenByDetails End*/

    /*#endregion TestimonialsContentDiv2 End*/

    /*#endregion TestimonialsContentDiv End*/


    /*#endregion TestimonialSection End*/

    /*#region Career Section Start*/
    .CareerSection {
        width: 100%;
        height: 110vw;
        /*border: 1px solid black;*/
    }

    .CareerSectionMainDiv {
        width: 100%;
        height: 100%;
        /*border:1px solid red;*/
        display: flex;
        flex-direction: column;
    }

    /*#region CareerSectionMainDiv1 Start*/
    .CareerSectionMainDiv1 {
        width: 100%;
        height: 50%;
        /*border:1px solid black;*/
        background-image: url(../images/IndexPage/CareerSection/CareersSection1BGImageforTabandMobile.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .CareerSectionMainDiv1Content {
        width: 80%;
        height: 100%;
        /*border:1px solid black;*/
        margin-top: 5%;
        margin-left: 10%;
    }

    .CareerSectionMainDiv1ContentTitle {
        width: 100%;
        /*border:1px solid red;*/
        font-family: montserratsemibold;
        font-size: 112.7%; /*16px*/
        color: rgb(247,157,29);
        letter-spacing: 7px;
    }

    .CareerSectionMainDiv1ContentHRLine {
        width: 6%;
        border-top: 2.8px solid rgb(247,157,29);
        margin-top: 4%;
    }

    .CareerSectionMainDiv1ContentDescription {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 5%;
        font-family: montserratlight300;
        font-size: 87.5%; /*14px*/
        letter-spacing: 1.5px;
        line-height: 28px;
    }

    #CareerSectionMainDiv1 {
        order: 2;
    }

    #CareerSectionMainDiv2 {
        order: 1;
    }
    /*#endregion CareerSectionMainDiv1 End*/
    /*#region CareerSectionMainDiv2 Start*/
    .CareerSectionMainDiv2 {
        width: 100%;
        height: 50%;
        /*margin-top:35.4%;*/
        /*border:1px solid black;*/
        background-image: url(../images/IndexPage/CareerSection/CareersSection2BGImageforTabandMobile.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    /*#endregion CareerSectionMainDiv2 End*/
    /*#endregion Career Section Start*/

    /*#region Client Section Start*/
    .ClientsSection {
        width: 100%;
        height: 70vw;
        /*border:1px solid black;*/
    }

    .ClientSectionContentDiv {
        width: 100%;
        height: 100%;
        display: flex;
    }
    /*#region ClientSectionContent1 Start*/
    .ClientSectionContent1 {
        width: 50%;
        height: 100%;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/ClientsSection/ClientsSection1Background.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    /*#endregion ClientSectionContent1 End*/

    /*#region ClientSectionContent2 Start*/
    .ClientSectionContent2 {
        width: 50%;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/ClientsSection/ClientsSection2Background.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .TitleLogosDiv {
        width: 80%;
        margin-left: 3.5%;
        /*border:1px solid black;*/
    }

    .ClientSectionContent2MainDivision {
        width: 100%;
        height: 80%;
        /*border: 1px solid black;*/
        margin-top: 15%;
        display: flex;
    }

    .ClientSectionContent2MainDivisionTitle {
        width: 100%;
        /*border: 1px solid black;*/
        font-family: montserratregular;
        font-size: 75%; /*12px*/
        letter-spacing: 4px;
        word-spacing: 5px;
        text-align: center;
    }

    .ClientSectionContent2MainDivisionContent {
        width: 95%;
        /*border:1px solid red;*/
        margin-top: 20%;
        margin-left: 2.5%;
    }

    .ClientArrow1 {
        width: 2.5%;
        height: 3vw;
        margin-left: 2%;
        margin-top: 55%;
        /*border: 1px solid black;*/
    }

        .ClientArrow1 img {
            width: 100%;
            height: 100%;
        }

    .ClientArrow2 {
        width: 2.5%;
        height: 3vw;
        margin-left: 1.5%;
        margin-top: 55%;
        /*border: 1px solid black;*/
    }

        .ClientArrow2 img {
            width: 100%;
            height: 100%;
        }
    /*#region ClientLogoSection Start*/

    /*#region ClientLogoSectionDiv Start*/
    .ClientLogoSectionDiv1 {
        width: 100%;
        height: 8vw;
        border-bottom: 1px solid rgb(166,168,171);
        display: flex;
    }

    .ClientLogoSectionDiv2 {
        width: 100%;
        height: 8vw;
        border-bottom: 1px solid rgb(166,168,171);
        display: flex;
    }

    .ClientLogoSectionDiv3 {
        width: 100%;
        height: 8vw;
        border-bottom: 1px solid rgb(166,168,171);
        display: flex;
    }

    .ClientLogoSectionDiv4 {
        width: 100%;
        height: 8vw;
        /*border:1px solid black;*/
        display: flex;
    }

    .ClientLogo1 {
        width: 49%;
        height: 100%;
        /*border:1px solid black;*/
    }

        .ClientLogo1 img {
            width: 100%;
            height: 100%;
        }

    .ClientLogo2 {
        width: 49%;
        height: 100%;
        /*border:1px solid black;*/
    }

        .ClientLogo2 img {
            width: 100%;
            height: 100%;
        }

    .ClientLogoHRLine {
        border-left: 1px solid rgb(166,168,171);
        margin-left: 1%;
        margin-right: 1%;
    }
    /*#endregion ClientLogoSectionDiv end*/

    /*#region ClientSectionContent2MainDivisionContentClientLogoSection1 Start */
    .ClientSectionContent2MainDivisionContentClientLogoSection1 {
        width: 100%;
        height: 100%;
        /*border:1px solid black;*/
    }
    /*#endregion ClientSectionContent2MainDivisionContentClientLogoSection1 End*/

    /*#region ClientSectionContent2MainDivisionContentClientLogoSection2 Start */
    .ClientSectionContent2MainDivisionContentClientLogoSection2 {
        width: 100%;
        height: 100%;
        /*border:1px solid black;*/
        display: none;
    }
    /*#endregion ClientSectionContent2MainDivisionContentClientLogoSection2 End*/

    /*#region ClientSectionContent2MainDivisionContentClientLogoSection3 Start */
    .ClientSectionContent2MainDivisionContentClientLogoSection3 {
        width: 100%;
        height: 100%;
        /*border:1px solid black;*/
        display: none;
    }
    /*#endregion ClientSectionContent2MainDivisionContentClientLogoSection3 End*/

    /*#endregion ClientLogoSection Start*/

    /*#endregion ClientSectionContent2 End*/
    /*#endregion Client Section Start*/

    /*#region ContactUsSection Start*/
    .ContactUsSection {
        width: 100%;
        height: 110vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/ContactUsSection/ContactUsSectionBackgroundImageTabSize.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .ContactUsSectionMainDiv {
        width: 80%;
        height: 40%;
        /*border:1px solid red;*/
        margin-top: 20%;
        margin-left: 10%;
        display: inline-block;
    }
    /*#region ContactUsSectionMainDiv1 Start*/
    .ContactUsSectionMainDiv1 {
        width: 85%;
        height: 96%;
        margin-left: 5%;
        margin-top: -8%;
        /*border:1px solid orange;*/
    }

        .ContactUsSectionMainDiv1 img {
            width: 100%;
            height: 100%;
        }
    /*#endregion ContactUsSectionMainDiv1 End*/

    /*#region ContactUsSectionMainDiv2 Start*/
    .ContactUsSectionMainDiv2 {
        width: 100%;
        height: 100%;
        /*border:1px solid orange;*/
        /*margin-left: 5%;*/
    }
    /*#region ContactUsSectionMainDiv2Content Start*/
    .ContactUsSectionMainDiv2Content {
        width: 80%;
        height: 92%;
        /*border:1px solid red;*/
        margin-top: 7%;
        margin-left: 10%;
    }

    .ContactUsSectionMainDiv2ContentTitle {
        width: 100%;
        font-family: montserratsemibold;
        font-size: 112.5%; /*18px*/
        color: rgb(247,157,29);
        letter-spacing: 11px;
    }

    .ContactUsSectionMainDiv2ContentHRLine {
        width: 8%;
        border-top: 2.8px solid rgb(247,157,29);
        margin-top: 2.5%;
    }

    .ContactUsSectionMainDiv2ContentDescription {
        width: 99.9%;
        /*border:1px solid black;*/
        margin-top: 3%;
        font-family: montserratregular;
        font-size: 100%; /*14px*/
        color: rgb(247,157,29);
        letter-spacing: 1px;
        line-height: 20px;
    }

    .ContactUsSectionMainDiv2ContentAddress {
        width: 99.9%;
        font-family: montserratregular;
        font-size: 100%; /*14px*/
        color: rgb(255,255,255);
        letter-spacing: 1px;
        line-height: 20px;
    }

    .ContactUsSectionMainDiv2ContentSocialMediaIconDiv {
        width: 99.9%;
        height: 4.5vw;
        /*border:1px solid red;*/
        margin-top: 5%;
        display: flex;
    }

    .ContactUsSectionMainDiv2ContentSocialMediaIcon {
        width: 7.5%;
        height: 100%;
        /*border:1px solid yellow;*/
    }

        .ContactUsSectionMainDiv2ContentSocialMediaIcon a {
            text-decoration: none;
        }

        .ContactUsSectionMainDiv2ContentSocialMediaIcon img {
            width: 100%;
            height: 100%;
        }

    #ContactUsSectionMainDiv2ContentSocialMediaIcon2 {
        margin-left: 4%;
    }
    /*#endregion ContactUsSectionMainDiv2Content End*/
    /*#endregion ContactUsSectionMainDiv2 End*/
    /*#endregion ContactUsSection End*/

    /*#region Upper Arrow Start*/
    .UpperArrow {
        width: 2.5%;
        height: 2.5vw;
        float: right;
        margin-right: 4%;
        /*display:none;*/
        /* margin-bottom: 10%;*/
        /*border: 1px solid black;*/
        position: -webkit-sticky;
        position: sticky;
        /*z-index: 1;*/
        transition: 0.5s;
    }

        .UpperArrow img {
            width: 100%;
            height: 100%;
        }
    /*#endregion Upper Arrow End*/

    /*#region Blank Section Start*/
    .BlankSection {
        width: 100%;
        height: 8vw;
        /*border:1px solid red;*/
    }
    /*#endregion blank Section End*/

    /*#region WorkSection Start*/
    .WorkSection {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 3%;
    }

    /*#region WorkSectionTitle Start*/
    .WorkSectionTitle {
        width: 100%;
        text-align: center;
        font-family: montserratregular;
        font-size: 125%; /*18px*/
        letter-spacing: 5px;
        color: rgb(58,20,14);
    }
    /*#endregion WorkSectionTitle End*/

    /*#region WorkSectionPanelDivision Start*/
    .WorkSectionPanelDivision {
        width: 100%;
        /*border:1px solid red;*/
        margin-top: 2%;
    }
    /*#region WorkSectionPanel1 Start*/
    .WorkSectionPanel1 {
        width: 100%;
        height: 40vw;
        /*border:1px solid black;*/
    }

    /*#region WorkSectionPanelDivision 1 to 7 Start*/
    .WorkSectionPanel1Div1 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage1.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
    }

    .WorkSectionPanel1Div2 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage2.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .WorkSectionPanel1Div3 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage3.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .WorkSectionPanel1Div4 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage4.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .WorkSectionPanel1Div5 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage5.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .WorkSectionPanel1Div6 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage6.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .WorkSectionPanel1Div7 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage7.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }
    /*#endregion WorkSectionPanelDivision 1 to 7 End*/

    /*#region WorkSectionPanelDivArrowAndTitleSection Start*/
    .WorkSectionPanelDivArrowAndTitleSection {
        width: 92%;
        /*border:1px solid red;*/
        display: flex;
        margin-top: -40.5%;
        margin-left: 4%;
    }
    /*#region WorkSectionPanelDivLeftArrow Start*/
    .WorkSectionPanelDivLeftArrow {
        width: 2%;
        height: 3vw;
        /*border:1px solid black;*/
        margin-top: 20%;
    }

        .WorkSectionPanelDivLeftArrow a {
            text-decoration: none;
        }

        .WorkSectionPanelDivLeftArrow img {
            width: 100%;
            height: 100%;
        }
    /*#endregion WorkSectionPanelDivLeftArrow End*/

    /*#region WorkSectionPanelDivTitleSection Start*/
    .WorkSectionPanelDivTitleSection {
        width: 96%;
        /*border:1px solid black;*/
    }

    .WorkSectionPanelDivTitle {
        width: 28%;
        height: 10vw;
        /*border:1px solid black;*/
        background-color: rgb(247,157,29);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        float: right;
        display: none;
    }

    .WorkSectionPanelDivTitleContent {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 6%;
        margin-left: 8%;
        font-family: montserratregular;
        font-size: 75%; /*16px*/
        letter-spacing: 1px;
        color: rgb(255,255,255);
    }
    /*#endregion WorkSectionPanelDivTitleSection Start*/

    /*#region WorkSectionPanelDivRightArrow Start*/
    .WorkSectionPanelDivRightArrow {
        width: 2%;
        height: 3vw;
        /*border:1px solid black;*/
        margin-top: 20%;
    }

        .WorkSectionPanelDivRightArrow a {
            text-decoration: none;
        }

        .WorkSectionPanelDivRightArrow img {
            width: 100%;
            height: 100%;
        }
    /*#endregion WorkSectionPanelDivRightArrow End*/
    /*#endregion WorkSectionPanelDivArrowAndTitleSection End*/
    /*#endregion WorkSectionPanel1 End*/

    /*#region WorkSectionPanel2 Start*/
    .WorkSectionPanel2 {
        width: 100%;
        height: 40vw;
        /*border:1px solid black;*/
        margin-top: 4%;
    }

    /*#region WorkSectionPanelDivision 1 to 3 Start*/
    .WorkSectionPanel2Div1 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/SaraswatWorkImages/SaraswatWorkImage1.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
    }

    .WorkSectionPanel2Div2 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/SaraswatWorkImages/SaraswatWorkImage2.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .WorkSectionPanel2Div3 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/SaraswatWorkImages/SaraswatWorkImage3.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }
    /*#endregion WorkSectionPanelDivision 1 to 7 End*/
    /*#endregion WorkSectionPanel2 End*/
    /*#endregion WorkSectionPanelDivision End*/
    /*#endregion WorkSection End*/

    /*#endregion Index end*/
}
/*#endregion*/

/*#region Tab size 801 to 850*/
@media only screen and (min-width: 801px) and (max-width: 850px) 
{
    /*#region Index Start*/

    /*#region SplashScreen Start*/
    .SplashScreen {
        width: 100%;
        height: 52vw;
        /*display: none;*/
        /*border:1px solid black;*/
        background-image: url(../images/SplashScreen/SplashScreenBackground.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        /*transform:translateX(0);*/
    }

    .SplashScreenTitleDiv {
        width: 100%;
        height: 100%;
        border: 1px solid transparent;
    }

    .SplashScreenTitleDivContent {
        width: 40%;
        /*border:1px solid yellow;*/
        margin-top: 13%;
        margin-left: 34%;
        font-family: montserratsemibold;
        font-size: 100%; /*16px*/
        text-align: center;
        color: rgb(255,255,255);
        word-spacing: 1px;
        letter-spacing: 1.3px;
    }

    .SplashScreenTitleDivContent2 {
        margin-top: 3%;
    }
    /*#endregion SplashScreen End*/

    /*#region LogoAndNavigationBar Start*/
    .LogoAndNavigationBar {
        width: 100%;
        height: 8vw;
        /*border: 1px solid yellow;*/
        display: flex;
        position: -webkit-sticky;
        position: sticky;
        position: fixed;
        transition: background .5s; /* control how smooth the background changes */
        z-index: 1;
/*        margin-left: 0.1%;*/
    }

    /*#region LogoSection Start*/
    .LogoSection {
        width: 25%;
        /*border: 1px solid black;*/
    }

    .Logo {
        width: 26%;
        height: 5.5vw;
        /*border: 1px solid red;*/
        float: right;
        margin-top: 5.5%;
        margin-right: 27%;
    }

        .Logo a {
            text-decoration: none;
        }

            .Logo a:hover {
                background-color: none;
            }

        .Logo img {
            width: 100%;
            height: 100%;
        }
    /*#endregion LogoSection Start*/

    /*#region NavigationSection Start*/
    .NavigationSection {
        width: 50%;
        height: 30%;
        /*border:1px solid white;*/
        margin-top: 3%;
        margin-left: 5%;
        display: flex;
        font-family: montserratregular;
        font-size: 78%; /*11.2px*/
        color: rgb(247,157,29);
    }

    .NavigationSectionC1 {
        margin-top: 1%;
        margin-left: 4%;
        letter-spacing: 1px;
    }
    /*#endregion NavigationSection End*/
    /*#endregion LogoAndNavigationBar End*/

    /*#region HomeSection Start*/
    .HomeSection {
        width: 100%;
        height: 90vw;
        border: 1px solid transparent;
        background-image: url(../images/TabSizeImage/HomeSection/HomeSectionBGTabSize.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .HomeSectionTitleDiv {
        width: 100%;
        height: 100%;
        /*border: 1px solid yellow;*/
    }

    .HomeTitle {
        width: 20%;
        /*border: 1px solid white;*/
        float: right;
        margin-top: 37%;
        margin-right: 15%;
        font-family: montserratregular;
        font-size: 75%;
        color: rgb(247,157,29);
        word-spacing: 2px;
        letter-spacing: 1px;
        line-height: 17px;
    }
    /*#endregion HomeSection End*/

    /*#region AboutUsSection Start*/
    .AboutUsSection {
        width: 100%;
        height: 90vw;
        border: 1px solid transparent;
        background-image: url(../images/TabSizeImage/AboutUsSection/AboutUsSectionBGTabSize.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    /*#region AboutSectionMainDiv Start*/
    .AboutSectionMainDiv {
        width: 90%;
        height: 66%;
        border-bottom: 1px solid rgb(218,121,39);
        margin-top: 12%;
        margin-left: 5%;
        display: flex;
        /*border:1px solid yellow;*/
    }

    /*#region AboutSectionMainDivContent1 Start*/
    .AboutSectionMainDivContent1 {
        width: 58%;
        height: 100%;
        /*border:1px solid yellow;*/
    }

    .AboutSectionMainDivContent1Img {
        width: 97%;
        height: 83%;
        margin-top: 16%;
        /*border:1px solid black;*/
        float: right;
    }

        .AboutSectionMainDivContent1Img img {
            width: 100%;
            height: 100%;
        }
    /*#endregion AboutSectionMainDivContent1 End*/

    /*#region AboutSectionMainDivContent2 Start*/
    .AboutSectionMainDivContent2 {
        width: 38%;
        /*border:1px solid yellow;*/
        margin-left: 4%;
    }

    .AboutSectionMainDivContent2Title {
        width: 100%;
        /* border: 1px solid red; */
        margin-top: 43%;
        font-family: montserratregular;
        font-size: 78%;
        letter-spacing: 5px;
        color: rgb(247,157,29);
    }

    .AboutSectionMainDivContent2HRLine {
        width: 9%;
        border-top: 2.5px solid rgb(218,121,39);
        margin-top: 4%;
        margin-bottom: 5%;
    }

    .AboutSectionMainDivContent2Description {
        width: 100%;
        /*line-height: 16px;*/
        font-family: montserratlight300;
        font-size: 75%;
        color: rgb(247,157,29);
        line-height: 19px;
        /*border:1px solid red;*/
    }
    /*#endregion AboutSectionMainDivContent2 End*/
    /*#endregion AboutSectionMainDiv End*/

    /*#endregion AboutUsSection End*/

    /*#region OurTroupeSection Start*/
    .OurTroupeSection {
        width: 100%;
        height: 90vw;
        border: 1px solid transparent;
        background-image: url(../images/TabSizeImage/OurTroupesSection/OurTrupeBGTabSize.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin-top:-0.3%;
    }

    .OurTroupeSectionMainDiv {
        width: 64%;
        height: 80%;
        /*border:1px solid black;*/
        margin-top: 10%;
        margin-left: 18%;
    }
    /*#region OurTroupeSectionMainDivTitle Start*/
    .OurTroupeSectionMainDivTitle {
        width: 100%;
        height: 10%;
        /*border:1px solid red;*/
        display: flex;
        padding-left: 12%;
    }

    .OurTroupeSectionMainDivTitleLine {
        width: 20%;
        height: 1vw;
        border-top: 2px solid rgb(218,121,39);
        margin-top: 3.3%;
    }

    .OurTroupeSectionMainDivTitleContent {
        width: 35%;
        /*border: 1px solid red;*/
        font-family: montserratregular;
        font-size: 82%;
        color: rgb(255,255,255);
        text-align: center;
        letter-spacing: 5px;
        padding-top: 1.8%;
    }
    /*#endregion OurTroupeSectionMainDivTitle Start*/

    /*#region OurTroupeMainDivContent Start*/
    .OurTroupeMainDivContent {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 10%;
    }
    /*#region OurTroupeMainDivContentPanel1 Start*/
    .OurTroupeMainDivContentPanel1 {
        width: 100%;
        height: 18.2vw;
        /*border:1px solid black;*/
        display: flex;
    }
    /*#endregion OurTroupeMainDivContentPanel1 End*/

    /*#region OurTroupeMainDivContentPanel2 Start*/
    .OurTroupeMainDivContentPanel2 {
        width: 100%;
        height: 18.2vw;
        /*border:1px solid black;*/
        display: flex;
        margin-top: 7%;
    }
    /*#endregion OurTroupeMainDivContentPanel2 End*/

    /*#region OurTroupeProfile Start*/
    .OurTroupeProfile1 {
        width: 26%;
        height: 100%;
        /*border:1px solid red;*/
    }

    .OurTroupeProfile2 {
        width: 26%;
        height: 100%;
        /*border:1px solid red;*/
        margin-left: 11%;
    }

    .OurTroupeProfile3 {
        width: 26%;
        height: 100%;
        /*border:1px solid red;*/
        margin-left: 11%;
    }

    .OurTroupeProfileImg {
        width: 90%;
        height: 76%;
        /*border:1px solid black;*/
        margin-left: 4%;
    }

        .OurTroupeProfileImg img {
            width: 100%;
            height: 100%;
        }

    .OurTroupeProfileDescription {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 8%;
        text-align: center;
        letter-spacing: 1px;
    }

    .OurTroupeProfileDescriptionName {
        font-family: montserratbold;
        font-size: 75%; /*14.48px*/
    }

    .OurTroupeProfileDescriptionDesignation {
        font-family: montserratregular;
        font-size: 68%; /*12px*/
        margin-top: 2%;
    }
    /*#endregion OurTroupeProfile End*/
    /*#endregion OurTroupeMainDivContent End*/

    /*#region OurTroupeOtherDetails Start*/
    .OurTroupeOtherDetails {
        width: 99.9%;
        height: 100%;
        position: relative;
        border: 1px solid transparent;
        margin-top: -84%;
        background-color: rgba(0,0,0,0.7);
    }
    /*#region OurTroupeOtherDetailsPanel Start*/
    .OurTroupeOtherDetailsPanel {
        width: 38%;
        margin-top: 14%;
        float: right;
        /*border:1px solid black;*/
    }
    /*#region OurTroupeOtherDetailsPanel1 Start*/
    .OurTroupeOtherDetailsPanel1 {
        width: 100%;
        height: 18vw;
        background-color: rgb(247,157,29);
        /*border:1px solid black;*/
    }
    /*#region OurTroupeOtherDetailsPanelCloseButtonSection Start*/
    .OurTroupeOtherDetailsPanelCloseButtonSection {
        width: 99.9%;
        /*border:1px solid black;*/
    }

    .OurTroupeOtherDetailsPanelCloseButton {
        width: auto;
        border: none;
        margin-top: 3%;
        margin-left: 90%;
        background-color: transparent;
        font-size: 112.5%; /*16px*/
        /*border:1px solid black;*/
    }
    /* #endregion OurTroupeOtherDetailsPanelCloseButtonSection End*/

    /*#region OurTroupeOtherDetailsPanelProfileImgandNameSection Start*/
    .OurTroupeOtherDetailsPanelProfileImgandNameSection {
        width: 99.9%;
        height: 14.4vw;
        /*border:1px solid red;*/
        margin-top: 2%;
        display: flex;
    }

    .OurTroupeOtherDetailsPanelProfileImgSection {
        width: 60%;
        height: 100%;
        /*border:1px solid yellow;*/
    }

    .OurTroupeOtherDetailsPanelProfileImg {
        width: 65%;
        height: 92%;
        /*border:1px solid black;*/
        margin-top: 0%;
        margin-left: 16%;
    }

        .OurTroupeOtherDetailsPanelProfileImg img {
            width: 100%;
            height: 100%;
            /*border: 1px solid red;*/
        }

    .OurTroupeOtherDetailsPanelProfileNameSection {
        width: 40%;
        /*border:1px solid red;*/
    }

    .OurTroupeOtherDetailsPanelProfileName {
        width: 99%;
        /*border:1px solid white;*/
        margin-top: 32%;
        font-family: montserratregular;
        font-size: 65%; /*18px*/
        letter-spacing: 1.5px;
        color: rgb(255,234,207);
    }

    .OurTroupeOtherDetailsPanelProfileDesignation {
        width: 99%;
        /*border:1px solid white;*/
        margin-top: 6%;
        font-family: montserratregular;
        font-size: 60%; /*12px*/
        letter-spacing: 1.5px;
        color: rgb(255,234,207);
    }
    /*#endregion OurTroupeOtherDetailsPanelProfileImgandNameSection End*/

    /*#endregion OurTroupeOtherDetailsPanel1 End*/

    /*#region OurTroupeOtherDetailsPanel2 Start*/
    .OurTroupeOtherDetailsPanel2 {
        width: 100%;
        height: 22vw;
        border: 1px solid transparent;
        background-color: rgb(255,234,207);
    }

    .OurTroupeOtherDetailsPanelDescription {
        width: 80%;
        height: 70%;
        /*border:1px solid black;*/
        margin-top: 8%;
        margin-left: 10%;
        overflow-y: scroll;
    }

    ::-webkit-scrollbar {
        width: 5px;
    }

    Track
    ::-webkit-scrollbar-track {
        background: rgba(247,157,29,0.8);
    }

    Handle
    ::-webkit-scrollbar-thumb {
        background: rgba(255,234,207,0.8);
    }

    Handle on hover
    ::-webkit-scrollbar-thumb:hover {
        background: rgb(0,0,0,0.5);
    }

    .OurTroupeOtherDetailsPanelDescriptionContent {
        width: 95%;
        height: 100%;
        /*border:1px solid red;*/
        font-family: montserratlight300;
        font-size: 65%; /*16px*/
        letter-spacing: 1px;
        line-height: 20px;
    }
    /* #endregion OurTroupeOtherDetailsPanel2 End*/

    /*#endregion OurTroupeOtherDetailsPanel End*/

    /*#endregion OurTroupeOtherDetails End*/

    /*#endregion OurTroupeSection End*/

    /*#region ServicesSection Start*/
    .ServicesSection {
        width: 100%;
        height: 75vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/ServicesSection/ServicesSectionBackground.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin-top:-0.3%;
    }

    .SevicesSectionMainDiv {
        width: 100%;
        height: 76.3%;
        /*border:1px solid red;*/
        margin-top: 10%;
        display: flex;
    }
    /*#region ServicesSectionMainDivSection1 Start*/
    .ServicesSectionMainDivSection1 {
        width: 65%;
        height: 100%;
        /*border:1px solid red;*/
        display: flex;
    }

    .ServicesSectionMainDivSection1ContentImg {
        width: 58%;
        height: 95.7%;
        /* border: 1px solid black; */
        /* float: right; */
        /* margin-right: 8%; */
        margin-left: 20%;
        margin-top: 11.1%;
    }

        .ServicesSectionMainDivSection1ContentImg img {
            width: 100%;
            height: 100%;
        }

    /*#region ServicesSectionMainDivSection2Title Start*/
    .ServicesSectionMainDivSection2Title {
        width: 15%;
        height: 100%;
        /*border: 1px solid black;*/
        margin-left: 13%;
    }

    .ServicesSectionMainDivSection2TitleContent {
        width: 100%;
        /*border: 1px solid red;*/
        margin-top: 376%;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        color: rgb(255,255,255);
        letter-spacing: 18px;
        font-size: 95%; /*18px*/
        font-family: montserratregular;
    }
    /*#endregion ServicesSectionMainDivSection2Title Start*/
    /*#endregion ServicesSectionMainDivSection1 End*/

    /*#region ServicesSectionMainDivSection2 Start*/
    .ServicesSectionMainDivSection2 {
        width: 35%;
        height: 80%;
        /*border:1px solid yellow;*/
        margin-top: 1%;
        display: flex;
    }


    /*#region ServicesSectionMainDivSection2Content Start*/
    .ServicesSectionMainDivSection2Content {
        width: 100%;
        height: 80%;
        /*border:1px solid black;*/
        margin-top: 15%;
        margin-left: 5%;
        font-family: montserratregular;
        font-size: 80%; /*16px*/
        letter-spacing: 1px;
    }

    .ServicesSectionMainDivSection2ContentSpace {
        /* width:100%;
            height:50%;*/
        margin-top: 15%;
        /*border:1px solid black;*/
    }

    /*#endregion ServicesSectionMainDivSection2Content End*/
    /*#endregion ServicesSectionMainDivSection2 End*/
    /*#endregion ServicesSection End*/

    /*#region TestimonialSection Start*/
    .TestimonialSection {
        width: 100%;
        height: 75vw;
        /*border: 1px solid yellow;*/
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/TestimonialSection/TestimonialBackgroundImg.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .TestimonialSectionMainDiv {
        width: 90%;
        /*border:1px solid white;*/
        margin-top: 8%;
        margin-left: 5%;
        display: flex;
    }

    .Arrow1 {
        width: 1.5%;
        height: 2.5vw;
        margin-top: 30%;
        /* margin-left:2.5%;*/
        /*border: 1px solid white;*/
    }

        .Arrow1 img {
            width: 100%;
            height: 100%;
        }

    .Arrow2 {
        width: 1.5%;
        height: 2.5vw;
        margin-top: 30%;
        margin-left: 11%;
        /*border: 1px solid white;*/
    }

        .Arrow2 img {
            width: 100%;
            height: 100%;
        }

    /*#region TestimonialsMain1 Start*/
    .TestimonialsMain1 {
        width: 80%;
        /*border: 1px solid red;*/
        /*display:none;*/
    }
    /*#endregion TestimonialsMain1 End*/

    /*#region TestimonialsMain2 Start*/
    .TestimonialsMain2 {
        width: 80%;
        /*border:1px solid red;*/
        display: none;
    }
    /*#endregion TestimonialsMain2 End*/

    /*#region TestimonialsMain3 Start*/
    .TestimonialsMain3 {
        width: 80%;
        /*border:1px solid red;*/
        display: none;
    }
    /*#endregion TestimonialsMain3 End*/

    /*#region TestimonialsContentDiv Start*/
    .TestimonialsContentDiv {
        width: 100%;
        display: flex;
        margin-left: 6%;
        /*border:1px solid white;*/
    }

    /*#region TestimonialsContentDiv1 Start*/
    .TestimonialsContentDiv1 {
        width: 20%;
        /*border:1px solid white;*/
    }

    .TestimonialsLogo {
        width: 90%;
        height: 12vw;
        /*border:1px solid red;*/
        margin-top: 124%;
        margin-left: 21%;
    }

        .TestimonialsLogo img {
            width: 100%;
            height: 100%;
        }
    /*#endregion TestimonialsContentDiv1 End*/

    /*#region TestimonialsContentDiv2 Start*/
    .TestimonialsContentDiv2 {
        width: 73%;
        /*border:1px solid black;*/
        margin-left: 8%;
    }
    /*#region TestimonialsContentDiv2Title Start*/
    .TestimonialsContentDiv2Title {
        width: 100%;
        /*border:1px solid red;*/
        font-family: montserratregular;
        font-size: 87.5%; /*16px*/
        color: rgb(247,157,29);
        letter-spacing: 10px;
    }
    /*#endregion TestimonialsContentDiv2Title End*/

    /*#region TestimonialsContentDiv2TitleHRLine Start*/
    .TestimonialsContentDiv2TitleHRLine {
        width: 9%;
        border-top: 3px solid rgb(218,121,39);
        margin-top: 2%;
    }
    /*#endregion TestimonialsContentDiv2TitleHRLine End*/

    /*#region TestimonialsContentDiv2Content Start*/
    .TestimonialsContentDiv2Content {
        width: 99.9%;
        /*border:1px solid white;*/
        padding-top: 5%;
        padding-bottom: 5%;
        color: rgb(255,255,255);
        font-family: montserratlight300;
        font-size: 70%; /*12px*/
        letter-spacing: 2.5px;
        line-height: 18px;
    }
    /*#endregion TestimonialsContentDiv2Content End*/

    /*#region TestimonialsContentDiv2ContentHRLine Start*/
    .TestimonialsContentDiv2ContentHRLine {
        width: 9%;
        border-top: 3px solid rgb(247,157,29);
    }
    /*#endregion TestimonialsContentDiv2ContentHRLine End*/

    /*#region TestimonialsContentDiv2ContentGivenByDetails Start*/
    .TestimonialsContentDiv2ContentGivenByDetails {
        width: 99.9%;
        /*border:1px solid white;*/
        margin-top: 4%;
        color: rgb(247,157,29);
    }

    .TestimonialsContentDiv2ContentGivenByName {
        font-family: montserratsemibold;
        font-size: 75%; /*14px*/
        letter-spacing: 3px;
    }

    .TestimonialsContentDiv2ContentGivenByDesignation {
        font-family: montserratregular;
        font-size: 75%; /*14px*/
        letter-spacing: 2px;
        margin-top: 1%;
    }

    .TestimonialsContentDiv2ContentGivenByClient {
        font-family: montserratregular;
        font-size: 90%; /*16px*/
        letter-spacing: 2px;
        margin-top: 0.5%;
    }
    /*#endregion TestimonialsContentDiv2ContentGivenByDetails End*/

    /*#endregion TestimonialsContentDiv2 End*/

    /*#endregion TestimonialsContentDiv End*/


    /*#endregion TestimonialSection End*/

    /*#region Career Section Start*/
    .CareerSection {
        width: 100%;
        height: 110vw;
        margin-top:-0.2%;
        /*border: 1px solid black;*/
    }

    .CareerSectionMainDiv {
        width: 100%;
        height: 100%;
        /*border:1px solid red;*/
        display: flex;
        flex-direction: column;
    }

    /*#region CareerSectionMainDiv1 Start*/
    .CareerSectionMainDiv1 {
        width: 100%;
        height: 50%;
        /*border:1px solid black;*/
        background-image: url(../images/IndexPage/CareerSection/CareersSection1BGImageforTabandMobile.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .CareerSectionMainDiv1Content {
        width: 80%;
        height: 100%;
        /*border:1px solid black;*/
        margin-top: 5%;
        margin-left: 10%;
    }

    .CareerSectionMainDiv1ContentTitle {
        width: 100%;
        /*border:1px solid red;*/
        font-family: montserratsemibold;
        font-size: 112.7%; /*16px*/
        color: rgb(247,157,29);
        letter-spacing: 7px;
    }

    .CareerSectionMainDiv1ContentHRLine {
        width: 6%;
        border-top: 2.8px solid rgb(247,157,29);
        margin-top: 4%;
    }

    .CareerSectionMainDiv1ContentDescription {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 5%;
        font-family: montserratlight300;
        font-size: 87.5%; /*14px*/
        letter-spacing: 1.5px;
        line-height: 28px;
    }

    #CareerSectionMainDiv1 {
        order: 2;
    }

    #CareerSectionMainDiv2 {
        order: 1;
    }
    /*#endregion CareerSectionMainDiv1 End*/
    /*#region CareerSectionMainDiv2 Start*/
    .CareerSectionMainDiv2 {
        width: 100%;
        height: 50%;
        /*margin-top:35.4%;*/
        /*border:1px solid black;*/
        background-image: url(../images/IndexPage/CareerSection/CareersSection2BGImageforTabandMobile.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    /*#endregion CareerSectionMainDiv2 End*/
    /*#endregion Career Section Start*/

    /*#region Client Section Start*/
    .ClientsSection {
        width: 100%;
        height: 70vw;
        /*border:1px solid black;*/
    }

    .ClientSectionContentDiv {
        width: 100%;
        height: 100%;
        display: flex;
    }
    /*#region ClientSectionContent1 Start*/
    .ClientSectionContent1 {
        width: 50%;
        height: 100%;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/ClientsSection/ClientsSection1Background.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    /*#endregion ClientSectionContent1 End*/

    /*#region ClientSectionContent2 Start*/
    .ClientSectionContent2 {
        width: 50%;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/ClientsSection/ClientsSection2Background.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .TitleLogosDiv {
        width: 80%;
        margin-left: 3.5%;
        /*border:1px solid black;*/
    }

    .ClientSectionContent2MainDivision {
        width: 100%;
        height: 80%;
        /*border: 1px solid black;*/
        margin-top: 15%;
        display: flex;
    }

    .ClientSectionContent2MainDivisionTitle {
        width: 100%;
        /*border: 1px solid black;*/
        font-family: montserratregular;
        font-size: 75%; /*12px*/
        letter-spacing: 4px;
        word-spacing: 5px;
        text-align: center;
    }

    .ClientSectionContent2MainDivisionContent {
        width: 95%;
        /*border:1px solid red;*/
        margin-top: 20%;
        margin-left: 2.5%;
    }

    .ClientArrow1 {
        width: 2.5%;
        height: 3vw;
        margin-left: 2%;
        margin-top: 55%;
        /*border: 1px solid black;*/
    }

        .ClientArrow1 img {
            width: 100%;
            height: 100%;
        }

    .ClientArrow2 {
        width: 2.5%;
        height: 3vw;
        margin-left: 1.5%;
        margin-top: 55%;
        /*border: 1px solid black;*/
    }

        .ClientArrow2 img {
            width: 100%;
            height: 100%;
        }
    /*#region ClientLogoSection Start*/

    /*#region ClientLogoSectionDiv Start*/
    .ClientLogoSectionDiv1 {
        width: 100%;
        height: 8vw;
        border-bottom: 1px solid rgb(166,168,171);
        display: flex;
    }

    .ClientLogoSectionDiv2 {
        width: 100%;
        height: 8vw;
        border-bottom: 1px solid rgb(166,168,171);
        display: flex;
    }

    .ClientLogoSectionDiv3 {
        width: 100%;
        height: 8vw;
        border-bottom: 1px solid rgb(166,168,171);
        display: flex;
    }

    .ClientLogoSectionDiv4 {
        width: 100%;
        height: 8vw;
        /*border:1px solid black;*/
        display: flex;
    }

    .ClientLogo1 {
        width: 49%;
        height: 100%;
        /*border:1px solid black;*/
    }

        .ClientLogo1 img {
            width: 100%;
            height: 100%;
        }

    .ClientLogo2 {
        width: 49%;
        height: 100%;
        /*border:1px solid black;*/
    }

        .ClientLogo2 img {
            width: 100%;
            height: 100%;
        }

    .ClientLogoHRLine {
        border-left: 1px solid rgb(166,168,171);
        margin-left: 1%;
        margin-right: 1%;
    }
    /*#endregion ClientLogoSectionDiv end*/

    /*#region ClientSectionContent2MainDivisionContentClientLogoSection1 Start */
    .ClientSectionContent2MainDivisionContentClientLogoSection1 {
        width: 100%;
        height: 100%;
        /*border:1px solid black;*/
    }
    /*#endregion ClientSectionContent2MainDivisionContentClientLogoSection1 End*/

    /*#region ClientSectionContent2MainDivisionContentClientLogoSection2 Start */
    .ClientSectionContent2MainDivisionContentClientLogoSection2 {
        width: 100%;
        height: 100%;
        /*border:1px solid black;*/
        display: none;
    }
    /*#endregion ClientSectionContent2MainDivisionContentClientLogoSection2 End*/

    /*#region ClientSectionContent2MainDivisionContentClientLogoSection3 Start */
    .ClientSectionContent2MainDivisionContentClientLogoSection3 {
        width: 100%;
        height: 100%;
        /*border:1px solid black;*/
        display: none;
    }
    /*#endregion ClientSectionContent2MainDivisionContentClientLogoSection3 End*/

    /*#endregion ClientLogoSection Start*/

    /*#endregion ClientSectionContent2 End*/
    /*#endregion Client Section Start*/

    /*#region ContactUsSection Start*/
    .ContactUsSection {
        width: 100%;
        height: 110vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/ContactUsSection/ContactUsSectionBackgroundImageTabSize.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .ContactUsSectionMainDiv {
        width: 80%;
        height: 40%;
        /*border:1px solid red;*/
        margin-top: 20%;
        margin-left: 10%;
        display: inline-block;
    }
    /*#region ContactUsSectionMainDiv1 Start*/
    .ContactUsSectionMainDiv1 {
        width: 85%;
        height: 96%;
        margin-left: 5%;
        margin-top: -8%;
        /*border:1px solid orange;*/
    }

        .ContactUsSectionMainDiv1 img {
            width: 100%;
            height: 100%;
        }
    /*#endregion ContactUsSectionMainDiv1 End*/

    /*#region ContactUsSectionMainDiv2 Start*/
    .ContactUsSectionMainDiv2 {
        width: 100%;
        height: 100%;
        /*border:1px solid orange;*/
        /*margin-left: 5%;*/
    }
    /*#region ContactUsSectionMainDiv2Content Start*/
    .ContactUsSectionMainDiv2Content {
        width: 80%;
        height: 92%;
        /*border:1px solid red;*/
        margin-top: 7%;
        margin-left: 10%;
    }

    .ContactUsSectionMainDiv2ContentTitle {
        width: 100%;
        font-family: montserratsemibold;
        font-size: 112.5%; /*18px*/
        color: rgb(247,157,29);
        letter-spacing: 11px;
    }

    .ContactUsSectionMainDiv2ContentHRLine {
        width: 7%;
        border-top: 2.8px solid rgb(247,157,29);
        margin-top: 2.5%;
    }

    .ContactUsSectionMainDiv2ContentDescription {
        width: 99.9%;
        /*border:1px solid black;*/
        margin-top: 3%;
        font-family: montserratregular;
        font-size: 87.5%; /*14px*/
        color: rgb(247,157,29);
        letter-spacing: 1px;
        line-height: 20px;
    }

    .ContactUsSectionMainDiv2ContentAddress {
        width: 99.9%;
        font-family: montserratregular;
        font-size: 87.5%; /*14px*/
        color: rgb(255,255,255);
        letter-spacing: 1px;
        line-height: 20px;
    }

    .ContactUsSectionMainDiv2ContentSocialMediaIconDiv {
        width: 99.9%;
        height: 4.5vw;
        /*border:1px solid red;*/
        margin-top: 5%;
        display: flex;
    }

    .ContactUsSectionMainDiv2ContentSocialMediaIcon {
        width: 7.5%;
        height: 100%;
        /*border:1px solid yellow;*/
    }

        .ContactUsSectionMainDiv2ContentSocialMediaIcon a {
            text-decoration: none;
        }

        .ContactUsSectionMainDiv2ContentSocialMediaIcon img {
            width: 100%;
            height: 100%;
        }

    #ContactUsSectionMainDiv2ContentSocialMediaIcon2 {
        margin-left: 4%;
    }
    /*#endregion ContactUsSectionMainDiv2Content End*/
    /*#endregion ContactUsSectionMainDiv2 End*/
    /*#endregion ContactUsSection End*/

    /*#region Upper Arrow Start*/
    .UpperArrow {
        width: 2.5%;
        height: 2.5vw;
        float: right;
        margin-right: 4%;
        /*display:none;*/
        /* margin-bottom: 10%;*/
        /*border: 1px solid black;*/
        position: -webkit-sticky;
        position: sticky;
        /*z-index: 1;*/
        transition: 0.5s;
    }

        .UpperArrow img {
            width: 100%;
            height: 100%;
        }
    /*#endregion Upper Arrow End*/

    /*#region Blank Section Start*/
    .BlankSection {
        width: 100%;
        height: 8vw;
        /*border:1px solid red;*/
    }
    /*#endregion blank Section End*/

    /*#region WorkSection Start*/
    .WorkSection {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 3%;
    }

    /*#region WorkSectionTitle Start*/
    .WorkSectionTitle {
        width: 100%;
        text-align: center;
        font-family: montserratregular;
        font-size: 125%; /*18px*/
        letter-spacing: 5px;
        color: rgb(58,20,14);
    }
    /*#endregion WorkSectionTitle End*/

    /*#region WorkSectionPanelDivision Start*/
    .WorkSectionPanelDivision {
        width: 100%;
        /*border:1px solid red;*/
        margin-top: 2%;
    }
    /*#region WorkSectionPanel1 Start*/
    .WorkSectionPanel1 {
        width: 100%;
        height: 40vw;
        /*border:1px solid black;*/
    }

    /*#region WorkSectionPanelDivision 1 to 7 Start*/
    .WorkSectionPanel1Div1 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage1.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
    }

    .WorkSectionPanel1Div2 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage2.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .WorkSectionPanel1Div3 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage3.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .WorkSectionPanel1Div4 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage4.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .WorkSectionPanel1Div5 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage5.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .WorkSectionPanel1Div6 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage6.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .WorkSectionPanel1Div7 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage7.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }
    /*#endregion WorkSectionPanelDivision 1 to 7 End*/

    /*#region WorkSectionPanelDivArrowAndTitleSection Start*/
    .WorkSectionPanelDivArrowAndTitleSection {
        width: 92%;
        /*border:1px solid red;*/
        display: flex;
        margin-top: -40.5%;
        margin-left: 4%;
    }
    /*#region WorkSectionPanelDivLeftArrow Start*/
    .WorkSectionPanelDivLeftArrow {
        width: 2%;
        height: 3vw;
        /*border:1px solid black;*/
        margin-top: 20%;
    }

        .WorkSectionPanelDivLeftArrow a {
            text-decoration: none;
        }

        .WorkSectionPanelDivLeftArrow img {
            width: 100%;
            height: 100%;
        }
    /*#endregion WorkSectionPanelDivLeftArrow End*/

    /*#region WorkSectionPanelDivTitleSection Start*/
    .WorkSectionPanelDivTitleSection {
        width: 96%;
        /*border:1px solid black;*/
    }

    .WorkSectionPanelDivTitle {
        width: 30%;
        height: 10vw;
        /*border:1px solid black;*/
        background-color: rgb(247,157,29);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        float: right;
        display: none;
    }

    .WorkSectionPanelDivTitleContent {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 6%;
        margin-left: 8%;
        font-family: montserratregular;
        font-size: 87.5%; /*16px*/
        letter-spacing: 1px;
        color: rgb(255,255,255);
    }
    /*#endregion WorkSectionPanelDivTitleSection Start*/

    /*#region WorkSectionPanelDivRightArrow Start*/
    .WorkSectionPanelDivRightArrow {
        width: 2%;
        height: 3vw;
        /*border:1px solid black;*/
        margin-top: 20%;
    }

        .WorkSectionPanelDivRightArrow a {
            text-decoration: none;
        }

        .WorkSectionPanelDivRightArrow img {
            width: 100%;
            height: 100%;
        }
    /*#endregion WorkSectionPanelDivRightArrow End*/
    /*#endregion WorkSectionPanelDivArrowAndTitleSection End*/
    /*#endregion WorkSectionPanel1 End*/

    /*#region WorkSectionPanel2 Start*/
    .WorkSectionPanel2 {
        width: 100%;
        height: 40vw;
        /*border:1px solid black;*/
        margin-top: 4%;
    }

    /*#region WorkSectionPanelDivision 1 to 3 Start*/
    .WorkSectionPanel2Div1 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/SaraswatWorkImages/SaraswatWorkImage1.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
    }

    .WorkSectionPanel2Div2 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/SaraswatWorkImages/SaraswatWorkImage2.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .WorkSectionPanel2Div3 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/SaraswatWorkImages/SaraswatWorkImage3.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }
    /*#endregion WorkSectionPanelDivision 1 to 7 End*/
    /*#endregion WorkSectionPanel2 End*/
    /*#endregion WorkSectionPanelDivision End*/
    /*#endregion WorkSection End*/

    /*#endregion Index end*/
}
/*#endregion*/

/*#region Tab size 851 to 900*/
@media only screen and (min-width: 851px) and (max-width: 900px) 
{
    /*#region Index Start*/

    /*#region SplashScreen Start*/
    .SplashScreen {
        width: 100%;
        height: 52vw;
        /*display: none;*/
        /*border:1px solid black;*/
        background-image: url(../images/SplashScreen/SplashScreenBackground.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        /*transform:translateX(0);*/
    }

    .SplashScreenTitleDiv {
        width: 100%;
        height: 100%;
        border: 1px solid transparent;
    }

    .SplashScreenTitleDivContent {
        width: 40%;
        /*border:1px solid yellow;*/
        margin-top: 12%;
        margin-left: 34%;
        font-family: montserratsemibold;
        font-size: 106.25%; /*17px*/
        text-align: center;
        color: rgb(255,255,255);
        word-spacing: 1px;
        letter-spacing: 1.3px;
    }

    .SplashScreenTitleDivContent2 {
        margin-top: 3%;
    }
    /*#endregion SplashScreen End*/

    /*#region LogoAndNavigationBar Start*/
    .LogoAndNavigationBar {
        width: 100%;
        height: 8vw;
        /*border: 1px solid yellow;*/
        display: flex;
        position: -webkit-sticky;
        position: sticky;
        position: fixed;
        transition: background .5s; /* control how smooth the background changes */
        z-index: 1;
/*        margin-left: 0.1%;*/
    }

    /*#region LogoSection Start*/
    .LogoSection {
        width: 25%;
        /*border: 1px solid black;*/
    }

    .Logo {
        width: 26%;
        height: 5.5vw;
        /*border: 1px solid red;*/
        float: right;
        margin-top: 5.5%;
        margin-right: 27%;
    }

        .Logo a {
            text-decoration: none;
        }

            .Logo a:hover {
                background-color: none;
            }

        .Logo img {
            width: 100%;
            height: 100%;
        }
    /*#endregion LogoSection Start*/

    /*#region NavigationSection Start*/
    .NavigationSection {
        width: 50%;
        height: 30%;
        /*border:1px solid white;*/
        margin-top: 3%;
        margin-left: 5%;
        display: flex;
        font-family: montserratregular;
        font-size: 80%; /*11.2px*/
        color: rgb(247,157,29);
    }

    .NavigationSectionC1 {
        margin-top: 1%;
        margin-left: 4%;
        letter-spacing: 1px;
    }
    /*#endregion NavigationSection End*/
    /*#endregion LogoAndNavigationBar End*/

    /*#region HomeSection Start*/
    .HomeSection {
        width: 100%;
        height: 90vw;
        border: 1px solid transparent;
        background-image: url(../images/TabSizeImage/HomeSection/HomeSectionBGTabSize.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .HomeSectionTitleDiv {
        width: 100%;
        height: 100%;
        /*border: 1px solid yellow;*/
    }

    .HomeTitle {
        width: 20%;
        /*border: 1px solid white;*/
        float: right;
        margin-top: 37%;
        margin-right: 15%;
        font-family: montserratregular;
        font-size: 80%;
        color: rgb(247,157,29);
        word-spacing: 2px;
        letter-spacing: 1px;
        line-height: 17px;
    }
    /*#endregion HomeSection End*/

    /*#region AboutUsSection Start*/
    .AboutUsSection {
        width: 100%;
        height: 90vw;
        border: 1px solid transparent;
        background-image: url(../images/TabSizeImage/AboutUsSection/AboutUsSectionBGTabSize.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    /*#region AboutSectionMainDiv Start*/
    .AboutSectionMainDiv {
        width: 90%;
        height: 66%;
        border-bottom: 1px solid rgb(218,121,39);
        margin-top: 12%;
        margin-left: 5%;
        display: flex;
        /*border:1px solid yellow;*/
    }

    /*#region AboutSectionMainDivContent1 Start*/
    .AboutSectionMainDivContent1 {
        width: 58%;
        height: 100%;
        /*border:1px solid yellow;*/
    }

    .AboutSectionMainDivContent1Img {
        width: 97%;
        height: 83%;
        margin-top: 16%;
        /*border:1px solid black;*/
        float: right;
    }

        .AboutSectionMainDivContent1Img img {
            width: 100%;
            height: 100%;
        }
    /*#endregion AboutSectionMainDivContent1 End*/

    /*#region AboutSectionMainDivContent2 Start*/
    .AboutSectionMainDivContent2 {
        width: 38%;
        /*border:1px solid yellow;*/
        margin-left: 4%;
    }

    .AboutSectionMainDivContent2Title {
        width: 100%;
        /* border: 1px solid red; */
        margin-top: 43%;
        font-family: montserratregular;
        font-size: 82%;
        letter-spacing: 5px;
        color: rgb(247,157,29);
    }

    .AboutSectionMainDivContent2HRLine {
        width: 9%;
        border-top: 2.5px solid rgb(218,121,39);
        margin-top: 4%;
        margin-bottom: 5%;
    }

    .AboutSectionMainDivContent2Description {
        width: 100%;
        /*line-height: 16px;*/
        font-family: montserratlight300;
        font-size: 77%;
        color: rgb(247,157,29);
        line-height: 19.5px;
        /*border:1px solid red;*/
    }
    /*#endregion AboutSectionMainDivContent2 End*/
    /*#endregion AboutSectionMainDiv End*/

    /*#endregion AboutUsSection End*/

    /*#region OurTroupeSection Start*/
    .OurTroupeSection {
        width: 100%;
        height: 90vw;
        border: 1px solid transparent;
        background-image: url(../images/TabSizeImage/OurTroupesSection/OurTrupeBGTabSize.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin-top:-0.3%;
    }

    .OurTroupeSectionMainDiv {
        width: 64%;
        height: 80%;
        /*border:1px solid black;*/
        margin-top: 10%;
        margin-left: 18%;
    }
    /*#region OurTroupeSectionMainDivTitle Start*/
    .OurTroupeSectionMainDivTitle {
        width: 100%;
        height: 10%;
        /*border:1px solid red;*/
        display: flex;
        padding-left: 12%;
    }

    .OurTroupeSectionMainDivTitleLine {
        width: 20%;
        height: 1vw;
        border-top: 2px solid rgb(218,121,39);
        margin-top: 3.3%;
    }

    .OurTroupeSectionMainDivTitleContent {
        width: 35%;
        /*border: 1px solid red;*/
        font-family: montserratregular;
        font-size: 85%;
        color: rgb(255,255,255);
        text-align: center;
        letter-spacing: 5px;
        padding-top: 1.8%;
    }
    /*#endregion OurTroupeSectionMainDivTitle Start*/

    /*#region OurTroupeMainDivContent Start*/
    .OurTroupeMainDivContent {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 10%;
    }
    /*#region OurTroupeMainDivContentPanel1 Start*/
    .OurTroupeMainDivContentPanel1 {
        width: 100%;
        height: 18.2vw;
        /*border:1px solid black;*/
        display: flex;
    }
    /*#endregion OurTroupeMainDivContentPanel1 End*/

    /*#region OurTroupeMainDivContentPanel2 Start*/
    .OurTroupeMainDivContentPanel2 {
        width: 100%;
        height: 18.2vw;
        /*border:1px solid black;*/
        display: flex;
        margin-top: 7%;
    }
    /*#endregion OurTroupeMainDivContentPanel2 End*/

    /*#region OurTroupeProfile Start*/
    .OurTroupeProfile1 {
        width: 26%;
        height: 100%;
        /*border:1px solid red;*/
    }

    .OurTroupeProfile2 {
        width: 26%;
        height: 100%;
        /*border:1px solid red;*/
        margin-left: 11%;
    }

    .OurTroupeProfile3 {
        width: 26%;
        height: 100%;
        /*border:1px solid red;*/
        margin-left: 11%;
    }

    .OurTroupeProfileImg {
        width: 90%;
        height: 76%;
        /*border:1px solid black;*/
        margin-left: 4%;
    }

        .OurTroupeProfileImg img {
            width: 100%;
            height: 100%;
        }

    .OurTroupeProfileDescription {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 8%;
        text-align: center;
        letter-spacing: 1px;
    }

    .OurTroupeProfileDescriptionName {
        font-family: montserratbold;
        font-size: 80%; /*14.48px*/
    }

    .OurTroupeProfileDescriptionDesignation {
        font-family: montserratregular;
        font-size: 72%; /*12px*/
        margin-top: 2%;
    }
    /*#endregion OurTroupeProfile End*/
    /*#endregion OurTroupeMainDivContent End*/

    /*#region OurTroupeOtherDetails Start*/
    .OurTroupeOtherDetails {
        width: 99.9%;
        height: 100%;
        position: relative;
        border: 1px solid transparent;
        margin-top: -84%;
        background-color: rgba(0,0,0,0.7);
    }
    /*#region OurTroupeOtherDetailsPanel Start*/
    .OurTroupeOtherDetailsPanel {
        width: 38%;
        margin-top: 14%;
        float: right;
        /*border:1px solid black;*/
    }
    /*#region OurTroupeOtherDetailsPanel1 Start*/
    .OurTroupeOtherDetailsPanel1 {
        width: 100%;
        height: 18vw;
        background-color: rgb(247,157,29);
        /*border:1px solid black;*/
    }
    /*#region OurTroupeOtherDetailsPanelCloseButtonSection Start*/
    .OurTroupeOtherDetailsPanelCloseButtonSection {
        width: 99.9%;
        /*border:1px solid black;*/
    }

    .OurTroupeOtherDetailsPanelCloseButton {
        width: auto;
        border: none;
        margin-top: 3%;
        margin-left: 90%;
        background-color: transparent;
        font-size: 112.5%; /*16px*/
        /*border:1px solid black;*/
    }
    /* #endregion OurTroupeOtherDetailsPanelCloseButtonSection End*/

    /*#region OurTroupeOtherDetailsPanelProfileImgandNameSection Start*/
    .OurTroupeOtherDetailsPanelProfileImgandNameSection {
        width: 99.9%;
        height: 14.4vw;
        /*border:1px solid red;*/
        margin-top: 2%;
        display: flex;
    }

    .OurTroupeOtherDetailsPanelProfileImgSection {
        width: 60%;
        height: 100%;
        /*border:1px solid yellow;*/
    }

    .OurTroupeOtherDetailsPanelProfileImg {
        width: 65%;
        height: 92%;
        /*border:1px solid black;*/
        margin-top: 0.5%;
        margin-left: 16%;
    }

        .OurTroupeOtherDetailsPanelProfileImg img {
            width: 100%;
            height: 100%;
            /*border: 1px solid red;*/
        }

    .OurTroupeOtherDetailsPanelProfileNameSection {
        width: 40%;
        /*border:1px solid red;*/
    }

    .OurTroupeOtherDetailsPanelProfileName {
        width: 99%;
        /*border:1px solid white;*/
        margin-top: 36%;
        font-family: montserratregular;
        font-size: 70%; /*18px*/
        letter-spacing: 1.5px;
        color: rgb(255,234,207);
    }

    .OurTroupeOtherDetailsPanelProfileDesignation {
        width: 99%;
        /*border:1px solid white;*/
        margin-top: 6%;
        font-family: montserratregular;
        font-size: 65%; /*12px*/
        letter-spacing: 1.5px;
        color: rgb(255,234,207);
    }
    /*#endregion OurTroupeOtherDetailsPanelProfileImgandNameSection End*/

    /*#endregion OurTroupeOtherDetailsPanel1 End*/

    /*#region OurTroupeOtherDetailsPanel2 Start*/
    .OurTroupeOtherDetailsPanel2 {
        width: 100%;
        height: 22vw;
        border: 1px solid transparent;
        background-color: rgb(255,234,207);
    }

    .OurTroupeOtherDetailsPanelDescription {
        width: 80%;
        height: 70%;
        /*border:1px solid black;*/
        margin-top: 8%;
        margin-left: 10%;
        overflow-y: scroll;
    }

    ::-webkit-scrollbar {
        width: 5px;
    }

    Track
    ::-webkit-scrollbar-track {
        background: rgba(247,157,29,0.8);
    }

    Handle
    ::-webkit-scrollbar-thumb {
        background: rgba(255,234,207,0.8);
    }

    Handle on hover
    ::-webkit-scrollbar-thumb:hover {
        background: rgb(0,0,0,0.5);
    }

    .OurTroupeOtherDetailsPanelDescriptionContent {
        width: 95%;
        height: 100%;
        /*border:1px solid red;*/
        font-family: montserratlight300;
        font-size: 65%; /*16px*/
        letter-spacing: 1px;
        line-height: 20px;
    }
    /* #endregion OurTroupeOtherDetailsPanel2 End*/

    /*#endregion OurTroupeOtherDetailsPanel End*/

    /*#endregion OurTroupeOtherDetails End*/

    /*#endregion OurTroupeSection End*/

    /*#region ServicesSection Start*/
    .ServicesSection {
        width: 100%;
        height: 75vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/ServicesSection/ServicesSectionBackground.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .SevicesSectionMainDiv {
        width: 100%;
        height: 76.3%;
        /*border:1px solid red;*/
        margin-top: 10%;
        display: flex;
    }
    /*#region ServicesSectionMainDivSection1 Start*/
    .ServicesSectionMainDivSection1 {
        width: 65%;
        height: 100%;
        /*border:1px solid red;*/
        display: flex;
    }

    .ServicesSectionMainDivSection1ContentImg {
        width: 60%;
        height: 95.7%;
        /* border: 1px solid black; */
        /* float: right; */
        /* margin-right: 8%; */
        margin-left: 18%;
        margin-top: 11.1%;
    }

        .ServicesSectionMainDivSection1ContentImg img {
            width: 100%;
            height: 100%;
        }

    /*#region ServicesSectionMainDivSection2Title Start*/
    .ServicesSectionMainDivSection2Title {
        width: 15%;
        height: 100%;
        /*border: 1px solid black;*/
        margin-left: 13%;
    }

    .ServicesSectionMainDivSection2TitleContent {
        width: 100%;
        /*border: 1px solid red;*/
        margin-top: 376%;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        color: rgb(255,255,255);
        letter-spacing: 18px;
        font-size: 95%; /*18px*/
        font-family: montserratregular;
    }
    /*#endregion ServicesSectionMainDivSection2Title Start*/
    /*#endregion ServicesSectionMainDivSection1 End*/

    /*#region ServicesSectionMainDivSection2 Start*/
    .ServicesSectionMainDivSection2 {
        width: 35%;
        height: 80%;
        /*border:1px solid yellow;*/
        margin-top: 1%;
        display: flex;
    }


    /*#region ServicesSectionMainDivSection2Content Start*/
    .ServicesSectionMainDivSection2Content {
        width: 100%;
        height: 80%;
        /*border:1px solid black;*/
        margin-top: 15%;
        margin-left: 5%;
        font-family: montserratregular;
        font-size: 80%; /*16px*/
        letter-spacing: 1px;
    }

    .ServicesSectionMainDivSection2ContentSpace {
        /* width:100%;
            height:50%;*/
        margin-top: 15%;
        /*border:1px solid black;*/
    }

    /*#endregion ServicesSectionMainDivSection2Content End*/
    /*#endregion ServicesSectionMainDivSection2 End*/
    /*#endregion ServicesSection End*/

    /*#region TestimonialSection Start*/
    .TestimonialSection {
        width: 100%;
        height: 75vw;
        /*border: 1px solid yellow;*/
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/TestimonialSection/TestimonialBackgroundImg.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .TestimonialSectionMainDiv {
        width: 90%;
        /*border:1px solid white;*/
        margin-top: 12%;
        margin-left: 5%;
        display: flex;
    }

    .Arrow1 {
        width: 1.5%;
        height: 2.5vw;
        margin-top: 30%;
        /* margin-left:2.5%;*/
        /*border: 1px solid white;*/
    }

        .Arrow1 img {
            width: 100%;
            height: 100%;
        }

    .Arrow2 {
        width: 1.5%;
        height: 2.5vw;
        margin-top: 30%;
        margin-left: 11%;
        /*border: 1px solid white;*/
    }

        .Arrow2 img {
            width: 100%;
            height: 100%;
        }

    /*#region TestimonialsMain1 Start*/
    .TestimonialsMain1 {
        width: 80%;
        /*border: 1px solid red;*/
        /*display:none;*/
    }
    /*#endregion TestimonialsMain1 End*/

    /*#region TestimonialsMain2 Start*/
    .TestimonialsMain2 {
        width: 80%;
        /*border:1px solid red;*/
        display: none;
    }
    /*#endregion TestimonialsMain2 End*/

    /*#region TestimonialsMain3 Start*/
    .TestimonialsMain3 {
        width: 80%;
        /*border:1px solid red;*/
        display: none;
    }
    /*#endregion TestimonialsMain3 End*/

    /*#region TestimonialsContentDiv Start*/
    .TestimonialsContentDiv {
        width: 100%;
        display: flex;
        margin-left: 6%;
        /*border:1px solid white;*/
    }

    /*#region TestimonialsContentDiv1 Start*/
    .TestimonialsContentDiv1 {
        width: 20%;
        /*border:1px solid white;*/
    }

    .TestimonialsLogo {
        width: 90%;
        height: 12vw;
        /*border:1px solid red;*/
        margin-top: 124%;
        margin-left: 21%;
    }

        .TestimonialsLogo img {
            width: 100%;
            height: 100%;
        }
    /*#endregion TestimonialsContentDiv1 End*/

    /*#region TestimonialsContentDiv2 Start*/
    .TestimonialsContentDiv2 {
        width: 73%;
        /*border:1px solid black;*/
        margin-left: 8%;
    }
    /*#region TestimonialsContentDiv2Title Start*/
    .TestimonialsContentDiv2Title {
        width: 100%;
        /*border:1px solid red;*/
        font-family: montserratregular;
        font-size: 87.5%; /*16px*/
        color: rgb(247,157,29);
        letter-spacing: 10px;
    }
    /*#endregion TestimonialsContentDiv2Title End*/

    /*#region TestimonialsContentDiv2TitleHRLine Start*/
    .TestimonialsContentDiv2TitleHRLine {
        width: 9%;
        border-top: 3px solid rgb(218,121,39);
        margin-top: 2%;
    }
    /*#endregion TestimonialsContentDiv2TitleHRLine End*/

    /*#region TestimonialsContentDiv2Content Start*/
    .TestimonialsContentDiv2Content {
        width: 99.9%;
        /*border:1px solid white;*/
        padding-top: 5%;
        padding-bottom: 5%;
        color: rgb(255,255,255);
        font-family: montserratlight300;
        font-size: 75%; /*12px*/
        letter-spacing: 2.5px;
        line-height: 22px;
    }
    /*#endregion TestimonialsContentDiv2Content End*/

    /*#region TestimonialsContentDiv2ContentHRLine Start*/
    .TestimonialsContentDiv2ContentHRLine {
        width: 9%;
        border-top: 3px solid rgb(247,157,29);
    }
    /*#endregion TestimonialsContentDiv2ContentHRLine End*/

    /*#region TestimonialsContentDiv2ContentGivenByDetails Start*/
    .TestimonialsContentDiv2ContentGivenByDetails {
        width: 99.9%;
        /*border:1px solid white;*/
        margin-top: 4%;
        color: rgb(247,157,29);
    }

    .TestimonialsContentDiv2ContentGivenByName {
        font-family: montserratsemibold;
        font-size: 75%; /*14px*/
        letter-spacing: 3px;
    }

    .TestimonialsContentDiv2ContentGivenByDesignation {
        font-family: montserratregular;
        font-size: 75%; /*14px*/
        letter-spacing: 2px;
        margin-top: 1%;
    }

    .TestimonialsContentDiv2ContentGivenByClient {
        font-family: montserratregular;
        font-size: 75%; /*16px*/
        letter-spacing: 2px;
        margin-top: 0.5%;
    }
    /*#endregion TestimonialsContentDiv2ContentGivenByDetails End*/

    /*#endregion TestimonialsContentDiv2 End*/

    /*#endregion TestimonialsContentDiv End*/


    /*#endregion TestimonialSection End*/

    /*#region Career Section Start*/
    .CareerSection {
        width: 100%;
        height: 110vw;
        margin-top:-0.2%;
        /*border: 1px solid black;*/
    }

    .CareerSectionMainDiv {
        width: 100%;
        height: 100%;
        /*border:1px solid red;*/
        display: flex;
        flex-direction: column;
    }

    /*#region CareerSectionMainDiv1 Start*/
    .CareerSectionMainDiv1 {
        width: 100%;
        height: 50%;
        /*border:1px solid black;*/
        background-image: url(../images/IndexPage/CareerSection/CareersSection1BGImageforTabandMobile.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .CareerSectionMainDiv1Content {
        width: 80%;
        height: 100%;
        /*border:1px solid black;*/
        margin-top: 5%;
        margin-left: 10%;
    }

    .CareerSectionMainDiv1ContentTitle {
        width: 100%;
        /*border:1px solid red;*/
        font-family: montserratsemibold;
        font-size: 112.7%; /*16px*/
        color: rgb(247,157,29);
        letter-spacing: 12px;
    }

    .CareerSectionMainDiv1ContentHRLine {
        width: 5.9%;
        border-top: 2.8px solid rgb(247,157,29);
        margin-top: 4%;
    }

    .CareerSectionMainDiv1ContentDescription {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 5%;
        font-family: montserratlight300;
        font-size: 87.5%; /*14px*/
        letter-spacing: 1.5px;
        line-height: 28px;
    }

    #CareerSectionMainDiv1 {
        order: 2;
    }

    #CareerSectionMainDiv2 {
        order: 1;
    }
    /*#endregion CareerSectionMainDiv1 End*/
    /*#region CareerSectionMainDiv2 Start*/
    .CareerSectionMainDiv2 {
        width: 100%;
        height: 50%;
        /*border:1px solid black;*/
        background-image: url(../images/IndexPage/CareerSection/CareersSection2BGImageforTabandMobile.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    /*#endregion CareerSectionMainDiv2 End*/
    /*#endregion Career Section Start*/

    /*#region Client Section Start*/
    .ClientsSection {
        width: 100%;
        height: 70vw;
        /*border:1px solid black;*/
    }

    .ClientSectionContentDiv {
        width: 100%;
        height: 100%;
        display: flex;
    }
    /*#region ClientSectionContent1 Start*/
    .ClientSectionContent1 {
        width: 50%;
        height: 100%;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/ClientsSection/ClientsSection1Background.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    /*#endregion ClientSectionContent1 End*/

    /*#region ClientSectionContent2 Start*/
    .ClientSectionContent2 {
        width: 50%;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/ClientsSection/ClientsSection2Background.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .TitleLogosDiv {
        width: 80%;
        margin-left: 3.5%;
        /*border:1px solid black;*/
    }

    .ClientSectionContent2MainDivision {
        width: 100%;
        height: 80%;
        /*border: 1px solid black;*/
        margin-top: 15%;
        display: flex;
    }

    .ClientSectionContent2MainDivisionTitle {
        width: 100%;
        /*border: 1px solid black;*/
        font-family: montserratregular;
        font-size: 75%; /*12px*/
        letter-spacing: 4px;
        word-spacing: 5px;
        text-align: center;
    }

    .ClientSectionContent2MainDivisionContent {
        width: 95%;
        /*border:1px solid red;*/
        margin-top: 20%;
        margin-left: 2.5%;
    }

    .ClientArrow1 {
        width: 2.5%;
        height: 3vw;
        margin-left: 2%;
        margin-top: 55%;
        /*border: 1px solid black;*/
    }

        .ClientArrow1 img {
            width: 100%;
            height: 100%;
        }

    .ClientArrow2 {
        width: 2.5%;
        height: 3vw;
        margin-left: 1.5%;
        margin-top: 55%;
        /*border: 1px solid black;*/
    }

        .ClientArrow2 img {
            width: 100%;
            height: 100%;
        }
    /*#region ClientLogoSection Start*/

    /*#region ClientLogoSectionDiv Start*/
    .ClientLogoSectionDiv1 {
        width: 100%;
        height: 8vw;
        border-bottom: 1px solid rgb(166,168,171);
        display: flex;
    }

    .ClientLogoSectionDiv2 {
        width: 100%;
        height: 8vw;
        border-bottom: 1px solid rgb(166,168,171);
        display: flex;
    }

    .ClientLogoSectionDiv3 {
        width: 100%;
        height: 8vw;
        border-bottom: 1px solid rgb(166,168,171);
        display: flex;
    }

    .ClientLogoSectionDiv4 {
        width: 100%;
        height: 8vw;
        /*border:1px solid black;*/
        display: flex;
    }

    .ClientLogo1 {
        width: 49%;
        height: 100%;
        /*border:1px solid black;*/
    }

        .ClientLogo1 img {
            width: 100%;
            height: 100%;
        }

    .ClientLogo2 {
        width: 49%;
        height: 100%;
        /*border:1px solid black;*/
    }

        .ClientLogo2 img {
            width: 100%;
            height: 100%;
        }

    .ClientLogoHRLine {
        border-left: 1px solid rgb(166,168,171);
        margin-left: 1%;
        margin-right: 1%;
    }
    /*#endregion ClientLogoSectionDiv end*/

    /*#region ClientSectionContent2MainDivisionContentClientLogoSection1 Start */
    .ClientSectionContent2MainDivisionContentClientLogoSection1 {
        width: 100%;
        height: 100%;
        /*border:1px solid black;*/
    }
    /*#endregion ClientSectionContent2MainDivisionContentClientLogoSection1 End*/

    /*#region ClientSectionContent2MainDivisionContentClientLogoSection2 Start */
    .ClientSectionContent2MainDivisionContentClientLogoSection2 {
        width: 100%;
        height: 100%;
        /*border:1px solid black;*/
        display: none;
    }
    /*#endregion ClientSectionContent2MainDivisionContentClientLogoSection2 End*/

    /*#region ClientSectionContent2MainDivisionContentClientLogoSection3 Start */
    .ClientSectionContent2MainDivisionContentClientLogoSection3 {
        width: 100%;
        height: 100%;
        /*border:1px solid black;*/
        display: none;
    }
    /*#endregion ClientSectionContent2MainDivisionContentClientLogoSection3 End*/

    /*#endregion ClientLogoSection Start*/

    /*#endregion ClientSectionContent2 End*/
    /*#endregion Client Section Start*/

    /*#region ContactUsSection Start*/
    .ContactUsSection {
        width: 100%;
        height: 110vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/ContactUsSection/ContactUsSectionBackgroundImageTabSize.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .ContactUsSectionMainDiv {
        width: 80%;
        height: 40%;
        /*border:1px solid red;*/
        margin-top: 20%;
        margin-left: 10%;
        display: inline-block;
    }
    /*#region ContactUsSectionMainDiv1 Start*/
    .ContactUsSectionMainDiv1 {
        width: 85%;
        height: 96%;
        margin-left: 5%;
        margin-top: -8%;
        /*border:1px solid orange;*/
    }

        .ContactUsSectionMainDiv1 img {
            width: 100%;
            height: 100%;
        }
    /*#endregion ContactUsSectionMainDiv1 End*/

    /*#region ContactUsSectionMainDiv2 Start*/
    .ContactUsSectionMainDiv2 {
        width: 100%;
        height: 100%;
        /*border:1px solid orange;*/
        /*margin-left: 5%;*/
    }
    /*#region ContactUsSectionMainDiv2Content Start*/
    .ContactUsSectionMainDiv2Content {
        width: 80%;
        height: 92%;
        /*border:1px solid red;*/
        margin-top: 7%;
        margin-left: 10%;
    }

    .ContactUsSectionMainDiv2ContentTitle {
        width: 100%;
        font-family: montserratsemibold;
        font-size: 112.5%; /*18px*/
        color: rgb(247,157,29);
        letter-spacing: 11px;
    }

    .ContactUsSectionMainDiv2ContentHRLine {
        width: 7%;
        border-top: 2.8px solid rgb(247,157,29);
        margin-top: 2.5%;
    }

    .ContactUsSectionMainDiv2ContentDescription {
        width: 99.9%;
        /*border:1px solid black;*/
        margin-top: 3%;
        font-family: montserratregular;
        font-size: 100%; /*14px*/
        color: rgb(247,157,29);
        letter-spacing: 1px;
        line-height: 20px;
    }

    .ContactUsSectionMainDiv2ContentAddress {
        width: 99.9%;
        font-family: montserratregular;
        font-size: 100%; /*14px*/
        color: rgb(255,255,255);
        letter-spacing: 1px;
        line-height: 20px;
    }

    .ContactUsSectionMainDiv2ContentSocialMediaIconDiv {
        width: 99.9%;
        height: 4.5vw;
        /*border:1px solid red;*/
        margin-top: 5%;
        display: flex;
    }

    .ContactUsSectionMainDiv2ContentSocialMediaIcon {
        width: 7.5%;
        height: 100%;
        /*border:1px solid yellow;*/
    }

        .ContactUsSectionMainDiv2ContentSocialMediaIcon a {
            text-decoration: none;
        }

        .ContactUsSectionMainDiv2ContentSocialMediaIcon img {
            width: 100%;
            height: 100%;
        }

    #ContactUsSectionMainDiv2ContentSocialMediaIcon2 {
        margin-left: 4%;
    }
    /*#endregion ContactUsSectionMainDiv2Content End*/
    /*#endregion ContactUsSectionMainDiv2 End*/
    /*#endregion ContactUsSection End*/

    /*#region Upper Arrow Start*/
    .UpperArrow {
        width: 2.5%;
        height: 2.5vw;
        float: right;
        margin-right: 4%;
        /*display:none;*/
        /* margin-bottom: 10%;*/
        /*border: 1px solid black;*/
        position: -webkit-sticky;
        position: sticky;
        /*z-index: 1;*/
        transition: 0.5s;
    }

        .UpperArrow img {
            width: 100%;
            height: 100%;
        }
    /*#endregion Upper Arrow End*/

    /*#region Blank Section Start*/
    .BlankSection {
        width: 100%;
        height: 8vw;
        /*border:1px solid red;*/
    }
    /*#endregion blank Section End*/

    /*#region WorkSection Start*/
    .WorkSection {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 3%;
    }

    /*#region WorkSectionTitle Start*/
    .WorkSectionTitle {
        width: 100%;
        text-align: center;
        font-family: montserratregular;
        font-size: 125%; /*18px*/
        letter-spacing: 5px;
        color: rgb(58,20,14);
    }
    /*#endregion WorkSectionTitle End*/

    /*#region WorkSectionPanelDivision Start*/
    .WorkSectionPanelDivision {
        width: 100%;
        /*border:1px solid red;*/
        margin-top: 2%;
    }
    /*#region WorkSectionPanel1 Start*/
    .WorkSectionPanel1 {
        width: 100%;
        height: 40vw;
        /*border:1px solid black;*/
    }

    /*#region WorkSectionPanelDivision 1 to 7 Start*/
    .WorkSectionPanel1Div1 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage1.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
    }

    .WorkSectionPanel1Div2 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage2.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .WorkSectionPanel1Div3 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage3.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .WorkSectionPanel1Div4 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage4.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .WorkSectionPanel1Div5 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage5.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .WorkSectionPanel1Div6 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage6.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .WorkSectionPanel1Div7 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage7.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }
    /*#endregion WorkSectionPanelDivision 1 to 7 End*/

    /*#region WorkSectionPanelDivArrowAndTitleSection Start*/
    .WorkSectionPanelDivArrowAndTitleSection {
        width: 92%;
        /*border:1px solid red;*/
        display: flex;
        margin-top: -40.5%;
        margin-left: 4%;
    }
    /*#region WorkSectionPanelDivLeftArrow Start*/
    .WorkSectionPanelDivLeftArrow {
        width: 2%;
        height: 3vw;
        /*border:1px solid black;*/
        margin-top: 20%;
    }

        .WorkSectionPanelDivLeftArrow a {
            text-decoration: none;
        }

        .WorkSectionPanelDivLeftArrow img {
            width: 100%;
            height: 100%;
        }
    /*#endregion WorkSectionPanelDivLeftArrow End*/

    /*#region WorkSectionPanelDivTitleSection Start*/
    .WorkSectionPanelDivTitleSection {
        width: 96%;
        /*border:1px solid black;*/
    }

    .WorkSectionPanelDivTitle {
        width: 30%;
        height: 10vw;
        /*border:1px solid black;*/
        background-color: rgb(247,157,29);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        float: right;
        display: none;
    }

    .WorkSectionPanelDivTitleContent {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 6%;
        margin-left: 8%;
        font-family: montserratregular;
        font-size: 87.5%; /*16px*/
        letter-spacing: 1px;
        color: rgb(255,255,255);
    }
    /*#endregion WorkSectionPanelDivTitleSection Start*/

    /*#region WorkSectionPanelDivRightArrow Start*/
    .WorkSectionPanelDivRightArrow {
        width: 2%;
        height: 3vw;
        /*border:1px solid black;*/
        margin-top: 20%;
    }

        .WorkSectionPanelDivRightArrow a {
            text-decoration: none;
        }

        .WorkSectionPanelDivRightArrow img {
            width: 100%;
            height: 100%;
        }
    /*#endregion WorkSectionPanelDivRightArrow End*/
    /*#endregion WorkSectionPanelDivArrowAndTitleSection End*/
    /*#endregion WorkSectionPanel1 End*/

    /*#region WorkSectionPanel2 Start*/
    .WorkSectionPanel2 {
        width: 100%;
        height: 40vw;
        /*border:1px solid black;*/
        margin-top: 4%;
    }

    /*#region WorkSectionPanelDivision 1 to 3 Start*/
    .WorkSectionPanel2Div1 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/SaraswatWorkImages/SaraswatWorkImage1.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
    }

    .WorkSectionPanel2Div2 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/SaraswatWorkImages/SaraswatWorkImage2.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }

    .WorkSectionPanel2Div3 {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url(../images/WorkPage/SaraswatWorkImages/SaraswatWorkImage3.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: none;
    }
    /*#endregion WorkSectionPanelDivision 1 to 7 End*/
    /*#endregion WorkSectionPanel2 End*/
    /*#endregion WorkSectionPanelDivision End*/
    /*#endregion WorkSection End*/


    /*#endregion Index end*/
}
/*#endregion*/
