﻿/*#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*/


/*#region Added by Aarti Gupta on 17.01.2023*/

/*#region Laptop size 901 to 1020*/
@media only screen and (min-width: 901px) and (max-width: 1020px)
{
    /*#region Index Start*/
    /*#region SplashScreen Start*/
    .SplashScreen {
        width: 100%;
        height: 58vw;
        /*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: 25%;
        /*border:1px solid yellow;*/
        margin-top: 13%;
        margin-left: 40%;
        font-family: montserratsemibold;
        font-size: 100%; /*17px*/
        text-align: center;
        color: rgb(255,255,255);
        word-spacing: 1px;
        letter-spacing: 1.3px;
    }

    .SplashScreenTitleDivContent2 {
        margin-top: 3%;
    }
    /*#endregion SplashScreen End*/

    /*#region LogoNavigationandHamburgSection Start*/
    .UpperMainDiv {
        width: 100%;
        position: -webkit-sticky;
        position: sticky;
        position: fixed;
        z-index: 1;
/*        margin-left: 0.1%;*/
    }
    /*#region LogoAndNavigationBar Start*/
    .LogoAndNavigationBar {
        width: 100%;
        height: 8vw;
        /*border:1px solid yellow;*/
        display: flex;
        transition: background .5s;
    }

    /*#region LogoSection Start*/
    .LogoSection {
        width: 25%;
        /*border:1px solid black;*/
    }

    .Logo {
        width: 25%;
        height: 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 black;*/
        margin-top: 3%;
        margin-left: 5.2%;
        display: flex;
    }

    .NavigationSectionC1 {
        margin-top: 1%;
        margin-left: 4%;
        letter-spacing: 1px;
    }

        .NavigationSectionC1 a {
            text-decoration: none;
            color: rgb(247,157,29);
            font-family: montserratregular;
            font-size: 85%; /*14px*/
        }
    /*#endregion NavigationSection End*/
    /*#endregion LogoAndNavigationBar End*/

    /*#region HamburgSection Start*/
    .HamburgSection {
        width: 2%;
        height: 20%;
        /*border:1px solid black;*/
        margin-top: 3.3%;
        margin-left: 5.2%;
        display: none;
    }

        .HamburgSection a {
            text-decoration: none;
        }

        .HamburgSection img {
            width: 100%;
            height: 100%;
        }

    .HamburgSectionCloseBtn {
        width: 100%;
        height: 100%;
        display: none;
    }
    /*#region HamburgOptionsSection Start*/
    .HamburgOptionsSection {
        width: 15%;
        height: 20vw;
        float: right;
        /*border:1px solid red;*/
        background-color: rgb(32,33,28);
        line-height: 38px;
        text-align: right;
        display: none;
    }

    .HamburgOptionsSectionC1 {
        padding-right: 4%;
        letter-spacing: 1px;
        /*border:1px solid white;*/
    }

        .HamburgOptionsSectionC1 a {
            text-decoration: none;
            color: rgb(247,157,29);
            font-family: montserratregular;
            font-size: 87.5%; /*14px*/
        }
    /*#endregion HamburgOptionsSection End*/
    /*#endregion HamburgSection End*/
    /*#endregion LogoNavigationandHamburgSection End*/

    /*#region HomeSection Start*/
    .HomeSection {
        width: 100%;
        height: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/HomeSection/HomeSectionBackground.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .HomeSectionTitleDiv {
        width: 100%;
        height: 100%;
        border: 1px solid transparent;
    }

    .HomeTitle {
        width: 20%;
        /*border:1px solid white;*/
        float: right;
        margin-top: 23%;
        margin-right: 23%;
        font-family: montserratregular;
        font-size: 75%; /*12px*/
        color: rgb(247,157,29);
        word-spacing: 2px;
        letter-spacing: 1px;
        line-height: 20px;
    }
    /*#endregion HomeSection End*/

    /*#region AboutUsSection Start*/
    .AboutUsSection {
        width: 100%;
        height: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/AboutUsSection/AboutUsSectionBackground.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    /*#region AboutSectionMainDiv Start*/
    .AboutSectionMainDiv {
        width: 76%;
        height: 66%;
        border-bottom: 1px solid rgb(218,121,39);
        margin-top: 12%;
        margin-left: 12%;
        display: flex;
    }

    /*#region AboutSectionMainDivContent1 Start*/
    .AboutSectionMainDivContent1 {
        width: 58%;
        height: 100%;
        /*border:1px solid yellow;*/
    }

    .AboutSectionMainDivContent1Img {
        width: 94%;
        height: 98%;
        /*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: 16%;
        font-family: montserratregular;
        font-size: 110%; /*20px*/
        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%;
        /*border:1px solid red;*/
        line-height: 13.5px;
        font-family: montserratlight300;
        font-size: 83%; /*16px*/
        color: rgb(247,157,29);
    }
    /*#endregion AboutSectionMainDivContent2 End*/
    /*#endregion AboutSectionMainDiv End*/

    /*#endregion AboutUsSection End*/

    /*#region OurTroupeSection Start*/
    .OurTroupeSection {
        width: 100%;
        height: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/OurTroupeSection/OurTroupeBackgroundImg.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .OurTroupeSectionMainDiv {
        width: 64%;
        /*height:80%;*/
        /*border:1px solid black;*/
        margin-top: 12%;
        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: 2.5%;
    }

    .OurTroupeSectionMainDivTitleContent {
        width: 35%;
        /*border:1px solid red;*/
        font-family: montserratregular;
        font-size: 80%; /*18px*/
        color: rgb(255,255,255);
        text-align: center;
        letter-spacing: 8px;
        padding-top: 1.5%;
    }
    /*#endregion OurTroupeSectionMainDivTitle Start*/

    /*#region OurTroupeMainDivContent Start*/
    .OurTroupeMainDivContent {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 2%;
    }
    /*#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: 4%;
    }
    /*#endregion OurTroupeMainDivContentPanel2 End*/

    /*#region OurTroupeProfile Start*/
    .OurTroupeProfile1 {
        width: 25%;
        height: 100%;
        /*border:1px solid red;*/
    }

    .OurTroupeProfile2 {
        width: 25%;
        height: 100%;
        /*border:1px solid red;*/
        margin-left: 11%;
    }

    .OurTroupeProfile3 {
        width: 25%;
        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: 5%;
        text-align: center;
        letter-spacing: 1px;
    }

    .OurTroupeProfileDescriptionName {
        font-family: montserratbold;
        font-size: 80%; /*14px*/
    }

    .OurTroupeProfileDescriptionDesignation {
        width:130%;
        height:100%;
        /*border:1px solid black;*/
        font-family: montserratregular;
        font-size: 72%; /*12px*/
        margin-top: 2%;
        margin-left:-13%;
    }
    /*#endregion OurTroupeProfile End*/
    /*#endregion OurTroupeMainDivContent End*/

    /*#region OurTroupeOtherDetails Start*/
    .OurTroupeOtherDetails {
        width: 99.9%;
        height: 100%;
        position: relative;
        border: 1px solid transparent;
        margin-top: -56%;
        background-color: rgba(0,0,0,0.7);
        display: none;
    }
    /*#region OurTroupeOtherDetailsPanel Start*/
    .OurTroupeOtherDetailsPanel {
        width: 38%;
        margin-top: 14%;
        float: right;
        /*border:1px solid red;*/
    }
    /*#region OurTroupeOtherDetailsPanel1 Start*/
    .OurTroupeOtherDetailsPanel1 {
        width: 100%;
        height: 18vw;
        background-color: rgb(247,157,29);
    }
    /*#region OurTroupeOtherDetailsPanelCloseButtonSection Start*/
    .OurTroupeOtherDetailsPanelCloseButtonSection {
        width: 99.9%;
        /*border:1px solid black;*/
    }

    .OurTroupeOtherDetailsPanelCloseButton {
        width: auto;
        border: none;
        margin-top: 3%;
        margin-left: 92%;
        background-color: transparent;
        font-size: 112.5%; /*16px*/
    }
    /*#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: 89%;
        /*border:1px solid black;*/
        margin-top: 3.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: 50%;
        font-family: montserratregular;
        font-size: 87.5%; /*16px*/
        letter-spacing: 1.5px;
        color: rgb(255,234,207);
    }

    .OurTroupeOtherDetailsPanelProfileDesignation {
        width: 99%;
        /*border:1px solid white;*/
        margin-top: 2%;
        font-family: montserratregular;
        font-size: 70%; /*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: 70%; /*16px*/
        letter-spacing: 1px;
        line-height: 25px;
    }

    .paraspace {
        margin-top: -2%;
        /*border:1px solid black;*/
    }
    /*#endregion OurTroupeOtherDetailsPanel2 End*/
    /*#region OurTroupeOtherDetailsProfileSection Start*/
    /*#region Profile 1 Start*/
    #OurTroupeOtherDetailsPanelProfileImg1 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName1 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation1 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile1 {
        display: none;
    }
    /*#endregion Profile 1 End*/

    /*#region Profile 2 Start*/
    #OurTroupeOtherDetailsPanelProfileImg2 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName2 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation2 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile2 {
        display: none;
    }
    /*#endregion Profile 2 End*/

    /*#region Profile 3 Start*/
    #OurTroupeOtherDetailsPanelProfileImg3 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName3 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation3 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile3 {
        display: none;
    }
    /*#endregion Profile 3 End*/

    /*#region Profile 4 Start*/
    #OurTroupeOtherDetailsPanelProfileImg4 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName4 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation4 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile4 {
        display: none;
    }
    /*#endregion Profile 4 End*/

    /*#region Profile 5 Start*/
    #OurTroupeOtherDetailsPanelProfileImg5 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName5 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation5 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile5 {
        display: none;
    }
    /*#endregion Profile 5 End*/

    /*#region Profile 6 Start*/
    #OurTroupeOtherDetailsPanelProfileImg6 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName6 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation6 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile6 {
        display: none;
    }
    /*#endregion Profile 6 End*/
    /*#endregion OurTroupeOtherDetailsProfileSection End*/

    /*#endregion OurTroupeOtherDetailsPanel End*/

    /*#endregion OurTroupeOtherDetails End*/

    /*#endregion OurTroupeSection End*/

    /*#region ServicesSection Start*/
    .ServicesSection {
        width: 100%;
        height: 52vw;
        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: 50%;
        height: 100%;
        /*border:1px solid black;*/
        /*float:right;*/
        /*margin-right:8%;*/
        margin-left: 22%;
    }

        .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: 255%;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        color: rgb(255,255,255);
        letter-spacing: 20px;
        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: -3%;
        margin-left: 5%;
        font-family: montserratregular;
        font-size: 90%; /*16px*/
        letter-spacing: 1px;
    }

    .ServicesSectionMainDivSection2ContentSpace {
        /* width:100%;
            height:50%;*/
        margin-top: 10%;
        /*border:1px solid black;*/
    }

    /*#endregion ServicesSectionMainDivSection2Content End*/
    /*#endregion ServicesSectionMainDivSection2 End*/
    /*#endregion ServicesSection End*/

    /*#region TestimonialSection Start*/
    .TestimonialSection {
        width: 100%;
        height: 58vw;
        /*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: 16%;
        /* margin-left:2.5%;*/
        /*border: 1px solid white;*/
    }

        .Arrow1 img {
            width: 100%;
            height: 100%;
        }

    .Arrow2 {
        width: 1.5%;
        height: 2.5vw;
        margin-top: 16%;
        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: 65%;
        margin-left: 5%;
    }

        .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: 100%; /*25px*/
        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: 79%; /*16px*/
        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: 110%; /*18px*/
        letter-spacing: 3px;
    }

    .TestimonialsContentDiv2ContentGivenByDesignation {
        font-family: montserratregular;
        font-size: 100%; /*16px*/
        letter-spacing: 2px;
        margin-top: 1%;
    }

    .TestimonialsContentDiv2ContentGivenByClient {
        font-family: montserratregular;
        font-size: 100%; /*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: 58vw;
        /*border: 1px solid black;*/
    }

    .CareerSectionMainDiv {
        width: 100%;
        height: 100%;
        /*border:1px solid red;*/
        display: flex;
    }

    /*#region CareerSectionMainDiv1 Start*/
    .CareerSectionMainDiv1 {
        width: 50%;
        height: 100%;
        /*border:1px solid black;*/
        background-image: url(../images/IndexPage/CareerSection/CareerSection1BackgroundImg.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .CareerSectionMainDiv1Content {
        width: 58%;
        /*border:1px solid black;*/
        margin-top: 20%;
        margin-left: 20%;
    }

    .CareerSectionMainDiv1ContentTitle {
        width: 100%;
        /*border:1px solid red;*/
        font-family: montserratsemibold;
        font-size: 100%; /*18px*/
        color: rgb(247,157,29);
        letter-spacing: 7px;
    }

    .CareerSectionMainDiv1ContentHRLine {
        width: 11.5%;
        border-top: 2.8px solid rgb(247,157,29);
        margin-top: 3%;
    }

    .CareerSectionMainDiv1ContentDescription {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 3%;
        font-family: montserratlight300;
        font-size: 75%; /*14px*/
        letter-spacing: 2px;
        line-height: 24px;
    }
    /*#endregion CareerSectionMainDiv1 End*/

    /*#region CareerSectionMainDiv2 Start*/
    .CareerSectionMainDiv2 {
        width: 50%;
        height: 100%;
        /*border:1px solid black;*/
        background-image: url(../images/IndexPage/CareerSection/CareerSection2BackgroundImg.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: 58vw;
        /*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: 85%; /*16px*/
        letter-spacing: 6px;
        word-spacing: 5px;
        text-align: center;
    }

    .ClientSectionContent2MainDivisionContent {
        width: 95%;
        /*border:1px solid red;*/
        margin-top: 10%;
        margin-left: 2.5%;
    }

    .ClientArrow1 {
        width: 2.5%;
        height: 3vw;
        margin-left: 2%;
        margin-top: 37%;
        /*border: 1px solid black;*/
    }

        .ClientArrow1 img {
            width: 100%;
            height: 100%;
        }

    .ClientArrow2 {
        width: 2.5%;
        height: 3vw;
        margin-left: 1.5%;
        margin-top: 37%;
        /*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: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/ContactUsSection/ContactUsSectionBackgroundImg.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .ContactUsSectionMainDiv {
        width: 76%;
        height: 48%;
        /*border:1px solid red;*/
        margin-top: 12%;
        margin-left: 12%;
        display: flex;
    }
    /*#region ContactUsSectionMainDiv1 Start*/
    .ContactUsSectionMainDiv1 {
        width: 55%;
        height: 100%;
        /*border:1px solid orange;*/
    }

        .ContactUsSectionMainDiv1 img {
            width: 100%;
            height: 100%;
        }
    /*#endregion ContactUsSectionMainDiv1 End*/

    /*#region ContactUsSectionMainDiv2 Start*/
    .ContactUsSectionMainDiv2 {
        width: 34%;
        height: 100%;
        /*border:1px solid orange;*/
        margin-left: 5%;
    }
    /*#region ContactUsSectionMainDiv2Content Start*/
    .ContactUsSectionMainDiv2Content {
        width: 100%;
        height: 92%;
        /*border:1px solid red;*/
        margin-top: 5%;
    }

    .ContactUsSectionMainDiv2ContentTitle {
        width: 100%;
        font-family: montserratsemibold;
        font-size: 87.5%; /*14px*/
        color: rgb(247,157,29);
        letter-spacing: 5px;
    }

    .ContactUsSectionMainDiv2ContentHRLine {
        width: 11.5%;
        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: 62%; /*10px*/
        color: rgb(247,157,29);
        letter-spacing: 1px;
        line-height: 20px;
    }

    .ContactUsSectionMainDiv2ContentAddress {
        width: 99.9%;
        font-family: montserratregular;
        font-size: 62%; /*10px*/
        color: rgb(255,255,255);
        letter-spacing: 1px;
        line-height: 20px;
    }

    .ContactUsSectionMainDiv2ContentSocialMediaIconDiv {
        width: 99.9%;
        height: 1.8vw;
        /*border:1px solid red;*/
        margin-top: 5%;
        display: flex;
    }

    .ContactUsSectionMainDiv2ContentSocialMediaIcon {
        width: 7%;
        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*/

    /*#endregion Index End*/

    /*Added by Aniket Thosar on 31.01.2023*/
    /*#region WorkSection Start*/
    /*#region WorkSectionPanelDivTitleSection Start*/
    .WorkSectionPanelDivTitleSection
    {
        width:96%;
        /*border:1px solid black;*/
    }
    .WorkSectionPanelDivTitle
    {
        width:24%;
        height:6vw;
        /*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:80%;
        /*border:1px solid black;*/
        margin-top:4%;
        margin-left:8%;
        font-family:montserratregular;
        font-size:62%; /*10px*/
        letter-spacing:1px;
        color:rgb(255,255,255);
    }
    /*#endregion WorkSectionPanelDivTitleSection Start*/
    /*#endregion WorkSection End*/
}
/*#endregion*/

/*#region Laptop size 1021 to 1099*/
@media only screen and (min-width: 1021px) and (max-width: 1099px) 
{
    /*#region Index Start*/
    /*#region SplashScreen Start*/
    .SplashScreen {
        width: 100%;
        height: 55vw;
        /*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: 25%;
        /*border:1px solid yellow;*/
        margin-top: 13%;
        margin-left: 40%;
        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 LogoNavigationandHamburgSection Start*/
    .UpperMainDiv {
        width: 100%;
        position: -webkit-sticky;
        position: sticky;
        position: fixed;
        z-index: 1;
/*        margin-left: 0.1%;*/
    }
    /*#region LogoAndNavigationBar Start*/
    .LogoAndNavigationBar {
        width: 100%;
        height: 8vw;
        /*border:1px solid yellow;*/
        display: flex;
        transition: background .5s;
    }

    /*#region LogoSection Start*/
    .LogoSection {
        width: 25%;
        /*border:1px solid black;*/
    }

    .Logo {
        width: 25%;
        height: 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 black;*/
        margin-top: 3%;
        margin-left: 5.2%;
        display: flex;
    }

    .NavigationSectionC1 {
        margin-top: 1%;
        margin-left: 4%;
        letter-spacing: 1px;
    }

        .NavigationSectionC1 a {
            text-decoration: none;
            color: rgb(247,157,29);
            font-family: montserratregular;
            font-size: 85%; /*14px*/
        }
    /*#endregion NavigationSection End*/
    /*#endregion LogoAndNavigationBar End*/

    /*#region HamburgSection Start*/
    .HamburgSection {
        width: 2%;
        height: 20%;
        /*border:1px solid black;*/
        margin-top: 3.3%;
        margin-left: 5.2%;
        display: none;
    }

        .HamburgSection a {
            text-decoration: none;
        }

        .HamburgSection img {
            width: 100%;
            height: 100%;
        }

    .HamburgSectionCloseBtn {
        width: 100%;
        height: 100%;
        display: none;
    }
    /*#region HamburgOptionsSection Start*/
    .HamburgOptionsSection {
        width: 15%;
        height: 20vw;
        float: right;
        /*border:1px solid red;*/
        background-color: rgb(32,33,28);
        line-height: 38px;
        text-align: right;
        display: none;
    }

    .HamburgOptionsSectionC1 {
        padding-right: 4%;
        letter-spacing: 1px;
        /*border:1px solid white;*/
    }

        .HamburgOptionsSectionC1 a {
            text-decoration: none;
            color: rgb(247,157,29);
            font-family: montserratregular;
            font-size: 87.5%; /*14px*/
        }
    /*#endregion HamburgOptionsSection End*/
    /*#endregion HamburgSection End*/
    /*#endregion LogoNavigationandHamburgSection End*/

    /*#region HomeSection Start*/
    .HomeSection {
        width: 100%;
        height: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/HomeSection/HomeSectionBackground.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .HomeSectionTitleDiv {
        width: 100%;
        height: 100%;
        border: 1px solid transparent;
    }

    .HomeTitle {
        width: 20%;
        /*border:1px solid white;*/
        float: right;
        margin-top: 23%;
        margin-right: 22%;
        font-family: montserratregular;
        font-size: 75%; /*12px*/
        color: rgb(247,157,29);
        word-spacing: 2px;
        letter-spacing: 1px;
        line-height: 20px;
    }
    /*#endregion HomeSection End*/

    /*#region AboutUsSection Start*/
    .AboutUsSection {
        width: 100%;
        height: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/AboutUsSection/AboutUsSectionBackground.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin-top:-0.3%;
    }

    /*#region AboutSectionMainDiv Start*/
    .AboutSectionMainDiv {
        width: 76%;
        height: 66%;
        border-bottom: 1px solid rgb(218,121,39);
        margin-top: 12%;
        margin-left: 12%;
        display: flex;
    }

    /*#region AboutSectionMainDivContent1 Start*/
    .AboutSectionMainDivContent1 {
        width: 58%;
        height: 100%;
        /*border:1px solid yellow;*/
    }

    .AboutSectionMainDivContent1Img {
        width: 94%;
        height: 98%;
        /*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: 16%;
        font-family: montserratregular;
        font-size: 110%; /*20px*/
        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%;
        /*border:1px solid red;*/
        line-height: 17px;
        font-family: montserratlight300;
        font-size: 83%; /*16px*/
        color: rgb(247,157,29);
    }
    /*#endregion AboutSectionMainDivContent2 End*/
    /*#endregion AboutSectionMainDiv End*/

    /*#endregion AboutUsSection End*/

    /*#region OurTroupeSection Start*/
    .OurTroupeSection {
        width: 100%;
        height: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/OurTroupeSection/OurTroupeBackgroundImg.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .OurTroupeSectionMainDiv {
        width: 64%;
        /*height:80%;*/
        /*border:1px solid black;*/
        margin-top: 12%;
        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: 2.5%;
    }

    .OurTroupeSectionMainDivTitleContent {
        width: 35%;
        /*border:1px solid red;*/
        font-family: montserratregular;
        font-size: 80%; /*18px*/
        color: rgb(255,255,255);
        text-align: center;
        letter-spacing: 8px;
        padding-top: 1.5%;
    }
    /*#endregion OurTroupeSectionMainDivTitle Start*/

    /*#region OurTroupeMainDivContent Start*/
    .OurTroupeMainDivContent {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 2%;
    }
    /*#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: 4%;
    }
    /*#endregion OurTroupeMainDivContentPanel2 End*/

    /*#region OurTroupeProfile Start*/
    .OurTroupeProfile1 {
        width: 25%;
        height: 100%;
        /*border:1px solid red;*/
    }

    .OurTroupeProfile2 {
        width: 25%;
        height: 100%;
        /*border:1px solid red;*/
        margin-left: 11%;
    }

    .OurTroupeProfile3 {
        width: 25%;
        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: 5%;
        text-align: center;
        letter-spacing: 1px;
    }

    .OurTroupeProfileDescriptionName {
        font-family: montserratbold;
        font-size: 80%; /*14px*/
    }

    .OurTroupeProfileDescriptionDesignation {
        width: 130%;
        height: 100%;
        /*border:1px solid black;*/
        font-family: montserratregular;
        font-size: 72%; /*12px*/
        margin-top: 2%;
        margin-left: -13%;
    }
    /*#endregion OurTroupeProfile End*/
    /*#endregion OurTroupeMainDivContent End*/

    /*#region OurTroupeOtherDetails Start*/
    .OurTroupeOtherDetails {
        width: 99.9%;
        height: 100%;
        position: relative;
        border: 1px solid transparent;
        margin-top: -56%;
        background-color: rgba(0,0,0,0.7);
        display: none;
    }
    /*#region OurTroupeOtherDetailsPanel Start*/
    .OurTroupeOtherDetailsPanel {
        width: 38%;
        margin-top: 14%;
        float: right;
        /*border:1px solid red;*/
    }
    /*#region OurTroupeOtherDetailsPanel1 Start*/
    .OurTroupeOtherDetailsPanel1 {
        width: 100%;
        height: 18vw;
        background-color: rgb(247,157,29);
    }
    /*#region OurTroupeOtherDetailsPanelCloseButtonSection Start*/
    .OurTroupeOtherDetailsPanelCloseButtonSection {
        width: 99.9%;
        /*border:1px solid black;*/
    }

    .OurTroupeOtherDetailsPanelCloseButton {
        width: auto;
        border: none;
        margin-top: 3%;
        margin-left: 92%;
        background-color: transparent;
        font-size: 112.5%; /*16px*/
    }
    /*#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: 89%;
        /*border:1px solid black;*/
        margin-top: 4.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: 50%;
        font-family: montserratregular;
        font-size: 87.5%; /*18px*/
        letter-spacing: 1.5px;
        color: rgb(255,234,207);
    }

    .OurTroupeOtherDetailsPanelProfileDesignation {
        width: 99%;
        /*border:1px solid white;*/
        margin-top: 2%;
        font-family: montserratregular;
        font-size: 75%; /*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: 75%; /*16px*/
        letter-spacing: 1px;
        line-height: 25px;
    }

    .paraspace {
        margin-top: -2%;
        /*border:1px solid black;*/
    }
    /*#endregion OurTroupeOtherDetailsPanel2 End*/
    /*#region OurTroupeOtherDetailsProfileSection Start*/
    /*#region Profile 1 Start*/
    #OurTroupeOtherDetailsPanelProfileImg1 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName1 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation1 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile1 {
        display: none;
    }
    /*#endregion Profile 1 End*/

    /*#region Profile 2 Start*/
    #OurTroupeOtherDetailsPanelProfileImg2 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName2 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation2 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile2 {
        display: none;
    }
    /*#endregion Profile 2 End*/

    /*#region Profile 3 Start*/
    #OurTroupeOtherDetailsPanelProfileImg3 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName3 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation3 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile3 {
        display: none;
    }
    /*#endregion Profile 3 End*/

    /*#region Profile 4 Start*/
    #OurTroupeOtherDetailsPanelProfileImg4 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName4 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation4 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile4 {
        display: none;
    }
    /*#endregion Profile 4 End*/

    /*#region Profile 5 Start*/
    #OurTroupeOtherDetailsPanelProfileImg5 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName5 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation5 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile5 {
        display: none;
    }
    /*#endregion Profile 5 End*/

    /*#region Profile 6 Start*/
    #OurTroupeOtherDetailsPanelProfileImg6 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName6 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation6 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile6 {
        display: none;
    }
    /*#endregion Profile 6 End*/
    /*#endregion OurTroupeOtherDetailsProfileSection End*/

    /*#endregion OurTroupeOtherDetailsPanel End*/

    /*#endregion OurTroupeOtherDetails End*/

    /*#endregion OurTroupeSection End*/

    /*#region ServicesSection Start*/
    .ServicesSection {
        width: 100%;
        height: 52vw;
        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: 50%;
        height: 100%;
        /*border:1px solid black;*/
        /*float:right;*/
        /*margin-right:8%;*/
        margin-left: 22%;
    }

        .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: 240%;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        color: rgb(255,255,255);
        letter-spacing: 20px;
        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: 2%;
        display: flex;
    }


    /*#region ServicesSectionMainDivSection2Content Start*/
    .ServicesSectionMainDivSection2Content {
        width: auto;
        height: 80%;
        /*border:1px solid black;*/
        margin-top: 5%;
        margin-left: 5%;
        font-family: montserratregular;
        font-size: 90%; /*16px*/
        letter-spacing: 1px;
    }

    .ServicesSectionMainDivSection2ContentSpace {
        /* width:100%;
            height:50%;*/
        margin-top: 9%;
        /*border:1px solid black;*/
    }

    /*#endregion ServicesSectionMainDivSection2Content End*/
    /*#endregion ServicesSectionMainDivSection2 End*/
    /*#endregion ServicesSection End*/

    /*#region TestimonialSection Start*/
    .TestimonialSection {
        width: 100%;
        height: 58vw;
        /*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: 10%;
        margin-left: 5%;
        display: flex;
    }

    .Arrow1 {
        width: 1.5%;
        height: 2.5vw;
        margin-top: 16%;
        /* margin-left:2.5%;*/
        /*border: 1px solid white;*/
    }

        .Arrow1 img {
            width: 100%;
            height: 100%;
        }

    .Arrow2 {
        width: 1.5%;
        height: 2.5vw;
        margin-top: 16%;
        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: 65%;
        margin-left: 5%;
    }

        .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: 100%; /*25px*/
        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: 85%; /*16px*/
        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: 112%; /*18px*/
        letter-spacing: 3px;
    }

    .TestimonialsContentDiv2ContentGivenByDesignation {
        font-family: montserratregular;
        font-size: 100%; /*16px*/
        letter-spacing: 2px;
        margin-top: 1%;
    }

    .TestimonialsContentDiv2ContentGivenByClient {
        font-family: montserratregular;
        font-size: 100%; /*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: 58vw;
        /*border: 1px solid black;*/
    }

    .CareerSectionMainDiv {
        width: 100%;
        height: 100%;
        /*border:1px solid red;*/
        display: flex;
    }

    /*#region CareerSectionMainDiv1 Start*/
    .CareerSectionMainDiv1 {
        width: 50%;
        height: 100%;
        /*border:1px solid black;*/
        background-image: url(../images/IndexPage/CareerSection/CareerSection1BackgroundImg.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .CareerSectionMainDiv1Content {
        width: 58%;
        /*border:1px solid black;*/
        margin-top: 20%;
        margin-left: 20%;
    }

    .CareerSectionMainDiv1ContentTitle {
        width: 100%;
        /*border:1px solid red;*/
        font-family: montserratsemibold;
        font-size: 100%; /*18px*/
        color: rgb(247,157,29);
        letter-spacing: 7px;
    }

    .CareerSectionMainDiv1ContentHRLine {
        width: 10.5%;
        border-top: 2.8px solid rgb(247,157,29);
        margin-top: 3%;
    }

    .CareerSectionMainDiv1ContentDescription {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 3%;
        font-family: montserratlight300;
        font-size: 80%; /*14px*/
        letter-spacing: 2px;
        line-height: 25px;
    }
    /*#endregion CareerSectionMainDiv1 End*/

    /*#region CareerSectionMainDiv2 Start*/
    .CareerSectionMainDiv2 {
        width: 50%;
        height: 100%;
        /*border:1px solid black;*/
        background-image: url(../images/IndexPage/CareerSection/CareerSection2BackgroundImg.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: 58vw;
        margin-top:-0.2%;
        /*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: 87.5%; /*16px*/
        letter-spacing: 5px;
        word-spacing: 5px;
        text-align: center;
    }

    .ClientSectionContent2MainDivisionContent {
        width: 95%;
        /*border:1px solid red;*/
        margin-top: 10%;
        margin-left: 2.5%;
    }

    .ClientArrow1 {
        width: 2.5%;
        height: 3vw;
        margin-left: 2%;
        margin-top: 37%;
        /*border: 1px solid black;*/
    }

        .ClientArrow1 img {
            width: 100%;
            height: 100%;
        }

    .ClientArrow2 {
        width: 2.5%;
        height: 3vw;
        margin-left: 1.5%;
        margin-top: 37%;
        /*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: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/ContactUsSection/ContactUsSectionBackgroundImg.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin-top:-0.01%;
    }

    .ContactUsSectionMainDiv {
        width: 76%;
        height: 48%;
        /*border:1px solid red;*/
        margin-top: 12%;
        margin-left: 12%;
        display: flex;
    }
    /*#region ContactUsSectionMainDiv1 Start*/
    .ContactUsSectionMainDiv1 {
        width: 55%;
        height: 100%;
        /*border:1px solid orange;*/
    }

        .ContactUsSectionMainDiv1 img {
            width: 100%;
            height: 100%;
        }
    /*#endregion ContactUsSectionMainDiv1 End*/

    /*#region ContactUsSectionMainDiv2 Start*/
    .ContactUsSectionMainDiv2 {
        width: 34%;
        height: 100%;
        /*border:1px solid orange;*/
        margin-left: 5%;
    }
    /*#region ContactUsSectionMainDiv2Content Start*/
    .ContactUsSectionMainDiv2Content {
        width: 100%;
        height: 92%;
        /*border:1px solid red;*/
        margin-top: 5%;
    }

    .ContactUsSectionMainDiv2ContentTitle {
        width: 100%;
        font-family: montserratsemibold;
        font-size: 87.5%; /*14px*/
        color: rgb(247,157,29);
        letter-spacing: 5px;
    }

    .ContactUsSectionMainDiv2ContentHRLine {
        width: 10%;
        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: 62%; /*10px*/
        color: rgb(247,157,29);
        letter-spacing: 1px;
        line-height: 18px;
    }

    .ContactUsSectionMainDiv2ContentAddress {
        width: 99.9%;
        font-family: montserratregular;
        font-size: 62%; /*10px*/
        color: rgb(255,255,255);
        letter-spacing: 1px;
        line-height: 18px;
    }

    .ContactUsSectionMainDiv2ContentSocialMediaIconDiv {
        width: 99.9%;
        height: 1.8vw;
        /*border:1px solid red;*/
        margin-top: 5%;
        display: flex;
    }

    .ContactUsSectionMainDiv2ContentSocialMediaIcon {
        width: 7%;
        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*/

    /*#endregion Index End*/

    /*Added by Aniket Thosar on 31.01.2023*/
    /*#region WorkSection Start*/
    /*#region WorkSectionPanelDivTitleSection Start*/
    .WorkSectionPanelDivTitleSection
    {
        width:96%;
        /*border:1px solid black;*/
    }
    .WorkSectionPanelDivTitle
    {
        width:24%;
        height:6vw;
        /*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:80%;
        /*border:1px solid black;*/
        margin-top:4%;
        margin-left:8%;
        font-family:montserratregular;
        font-size:75%; /*12px*/
        letter-spacing:1px;
        color:rgb(255,255,255);
    }
    /*#endregion WorkSectionPanelDivTitleSection Start*/
    /*#endregion WorkSection End*/

}
/*#endregion*/

/*#region Laptop size 1100 to 1150*/
@media only screen and (min-width: 1100px) and (max-width: 1150px) 
{
    /*#region Index Start*/
    /*#region SplashScreen Start*/
    .SplashScreen {
        width: 100%;
        height: 55vw;
        /*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: 25%;
        /*border:1px solid yellow;*/
        margin-top: 13%;
        margin-left: 40%;
        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 LogoNavigationandHamburgSection Start*/
    .UpperMainDiv {
        width: 100%;
        position: -webkit-sticky;
        position: sticky;
        position: fixed;
        z-index: 1;
/*        margin-left: 0.1%;*/
    }
    /*#region LogoAndNavigationBar Start*/
    .LogoAndNavigationBar {
        width: 100%;
        height: 8vw;
        /*border:1px solid yellow;*/
        display: flex;
        transition: background .5s;
    }

    /*#region LogoSection Start*/
    .LogoSection {
        width: 25%;
        /*border:1px solid black;*/
    }

    .Logo {
        width: 25%;
        height: 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 black;*/
        margin-top: 3%;
        margin-left: 5.2%;
        display: flex;
    }

    .NavigationSectionC1 {
        margin-top: 1%;
        margin-left: 4%;
        letter-spacing: 1px;
    }

        .NavigationSectionC1 a {
            text-decoration: none;
            color: rgb(247,157,29);
            font-family: montserratregular;
            font-size: 85%; /*14px*/
        }
    /*#endregion NavigationSection End*/
    /*#endregion LogoAndNavigationBar End*/

    /*#region HamburgSection Start*/
    .HamburgSection {
        width: 2%;
        height: 20%;
        /*border:1px solid black;*/
        margin-top: 3.3%;
        margin-left: 5.2%;
        display: none;
    }

        .HamburgSection a {
            text-decoration: none;
        }

        .HamburgSection img {
            width: 100%;
            height: 100%;
        }

    .HamburgSectionCloseBtn {
        width: 100%;
        height: 100%;
        display: none;
    }
    /*#region HamburgOptionsSection Start*/
    .HamburgOptionsSection {
        width: 15%;
        height: 20vw;
        float: right;
        /*border:1px solid red;*/
        background-color: rgb(32,33,28);
        line-height: 38px;
        text-align: right;
        display: none;
    }

    .HamburgOptionsSectionC1 {
        padding-right: 4%;
        letter-spacing: 1px;
        /*border:1px solid white;*/
    }

        .HamburgOptionsSectionC1 a {
            text-decoration: none;
            color: rgb(247,157,29);
            font-family: montserratregular;
            font-size: 87.5%; /*14px*/
        }
    /*#endregion HamburgOptionsSection End*/
    /*#endregion HamburgSection End*/
    /*#endregion LogoNavigationandHamburgSection End*/

    /*#region HomeSection Start*/
    .HomeSection {
        width: 100%;
        height: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/HomeSection/HomeSectionBackground.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .HomeSectionTitleDiv {
        width: 100%;
        height: 100%;
        border: 1px solid transparent;
    }

    .HomeTitle {
        width: 20%;
        /*border:1px solid white;*/
        float: right;
        margin-top: 23%;
        margin-right: 21%;
        font-family: montserratregular;
        font-size: 75%; /*12px*/
        color: rgb(247,157,29);
        word-spacing: 2px;
        letter-spacing: 1px;
        line-height: 20px;
    }
    /*#endregion HomeSection End*/

    /*#region AboutUsSection Start*/
    .AboutUsSection {
        width: 100%;
        height: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/AboutUsSection/AboutUsSectionBackground.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    /*#region AboutSectionMainDiv Start*/
    .AboutSectionMainDiv {
        width: 76%;
        height: 66%;
        border-bottom: 1px solid rgb(218,121,39);
        margin-top: 12%;
        margin-left: 12%;
        display: flex;
    }

    /*#region AboutSectionMainDivContent1 Start*/
    .AboutSectionMainDivContent1 {
        width: 58%;
        height: 100%;
        /*border:1px solid yellow;*/
    }

    .AboutSectionMainDivContent1Img {
        width: 94%;
        height: 98%;
        /*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: 16%;
        font-family: montserratregular;
        font-size: 110%; /*20px*/
        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%;
        /*border:1px solid red;*/
        line-height: 19px;
        font-family: montserratlight300;
        font-size: 83%; /*16px*/
        color: rgb(247,157,29);
    }
    /*#endregion AboutSectionMainDivContent2 End*/
    /*#endregion AboutSectionMainDiv End*/

    /*#endregion AboutUsSection End*/

    /*#region OurTroupeSection Start*/
    .OurTroupeSection {
        width: 100%;
        height: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/OurTroupeSection/OurTroupeBackgroundImg.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .OurTroupeSectionMainDiv {
        width: 64%;
        /*height:80%;*/
        /*border:1px solid black;*/
        margin-top: 12%;
        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: 2.8%;
    }

    .OurTroupeSectionMainDivTitleContent {
        width: 35%;
        /*border:1px solid red;*/
        font-family: montserratregular;
        font-size: 95%; /*18px*/
        color: rgb(255,255,255);
        text-align: center;
        letter-spacing: 7px;
        padding-top: 1.5%;
    }
    /*#endregion OurTroupeSectionMainDivTitle Start*/

    /*#region OurTroupeMainDivContent Start*/
    .OurTroupeMainDivContent {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 2%;
    }
    /*#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: 4%;
    }
    /*#endregion OurTroupeMainDivContentPanel2 End*/

    /*#region OurTroupeProfile Start*/
    .OurTroupeProfile1 {
        width: 25%;
        height: 100%;
        /*border:1px solid red;*/
    }

    .OurTroupeProfile2 {
        width: 25%;
        height: 100%;
        /*border:1px solid red;*/
        margin-left: 11%;
    }

    .OurTroupeProfile3 {
        width: 25%;
        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: 5%;
        text-align: center;
        letter-spacing: 1px;
    }

    .OurTroupeProfileDescriptionName {
        font-family: montserratbold;
        font-size: 85%; /*14px*/
    }

    .OurTroupeProfileDescriptionDesignation {
        width: 130%;
        height: 100%;
        /*border:1px solid black;*/
        font-family: montserratregular;
        font-size: 75%; /*12px*/
        margin-top: 2%;
        margin-left: -13%;
    }
    /*#endregion OurTroupeProfile End*/
    /*#endregion OurTroupeMainDivContent End*/

    /*#region OurTroupeOtherDetails Start*/
    .OurTroupeOtherDetails {
        width: 99.9%;
        height: 100%;
        position: relative;
        border: 1px solid transparent;
        margin-top: -56%;
        background-color: rgba(0,0,0,0.7);
        display: none;
    }
    /*#region OurTroupeOtherDetailsPanel Start*/
    .OurTroupeOtherDetailsPanel {
        width: 38%;
        margin-top: 14%;
        float: right;
        /*border:1px solid red;*/
    }
    /*#region OurTroupeOtherDetailsPanel1 Start*/
    .OurTroupeOtherDetailsPanel1 {
        width: 100%;
        height: 18vw;
        background-color: rgb(247,157,29);
    }
    /*#region OurTroupeOtherDetailsPanelCloseButtonSection Start*/
    .OurTroupeOtherDetailsPanelCloseButtonSection {
        width: 99.9%;
        /*border:1px solid black;*/
    }

    .OurTroupeOtherDetailsPanelCloseButton {
        width: auto;
        border: none;
        margin-top: 3%;
        margin-left: 92%;
        background-color: transparent;
        font-size: 112.5%; /*16px*/
    }
    /*#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: 89%;
        /*border:1px solid black;*/
        margin-top:5.3%;
        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: 50%;
        font-family: montserratregular;
        font-size: 87.5%; /*18px*/
        letter-spacing: 1.5px;
        color: rgb(255,234,207);
    }

    .OurTroupeOtherDetailsPanelProfileDesignation {
        width: 99%;
        /*border:1px solid white;*/
        margin-top: 2%;
        font-family: montserratregular;
        font-size: 75%; /*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: 75%; /*16px*/
        letter-spacing: 1px;
        line-height: 25px;
    }

    .paraspace {
        margin-top: -2%;
        /*border:1px solid black;*/
    }
    /*#endregion OurTroupeOtherDetailsPanel2 End*/
    /*#region OurTroupeOtherDetailsProfileSection Start*/
    /*#region Profile 1 Start*/
    #OurTroupeOtherDetailsPanelProfileImg1 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName1 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation1 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile1 {
        display: none;
    }
    /*#endregion Profile 1 End*/

    /*#region Profile 2 Start*/
    #OurTroupeOtherDetailsPanelProfileImg2 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName2 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation2 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile2 {
        display: none;
    }
    /*#endregion Profile 2 End*/

    /*#region Profile 3 Start*/
    #OurTroupeOtherDetailsPanelProfileImg3 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName3 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation3 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile3 {
        display: none;
    }
    /*#endregion Profile 3 End*/

    /*#region Profile 4 Start*/
    #OurTroupeOtherDetailsPanelProfileImg4 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName4 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation4 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile4 {
        display: none;
    }
    /*#endregion Profile 4 End*/

    /*#region Profile 5 Start*/
    #OurTroupeOtherDetailsPanelProfileImg5 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName5 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation5 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile5 {
        display: none;
    }
    /*#endregion Profile 5 End*/

    /*#region Profile 6 Start*/
    #OurTroupeOtherDetailsPanelProfileImg6 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName6 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation6 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile6 {
        display: none;
    }
    /*#endregion Profile 6 End*/
    /*#endregion OurTroupeOtherDetailsProfileSection End*/

    /*#endregion OurTroupeOtherDetailsPanel End*/

    /*#endregion OurTroupeOtherDetails End*/

    /*#endregion OurTroupeSection End*/

    /*#region ServicesSection Start*/
    .ServicesSection {
        width: 100%;
        height: 52vw;
        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: 50%;
        height: 100%;
        /*border:1px solid black;*/
        /*float:right;*/
        /*margin-right:8%;*/
        margin-left: 22%;
    }

        .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: 220%;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        color: rgb(255,255,255);
        letter-spacing: 20px;
        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: 2%;
        display: flex;
    }


    /*#region ServicesSectionMainDivSection2Content Start*/
    .ServicesSectionMainDivSection2Content {
        width: auto;
        height: 80%;
        /*border:1px solid black;*/
        margin-top: 5%;
        margin-left: 5%;
        font-family: montserratregular;
        font-size: 90%; /*16px*/
        letter-spacing: 1px;
    }

    .ServicesSectionMainDivSection2ContentSpace {
        /* width:100%;
            height:50%;*/
        margin-top: 9%;
        /*border:1px solid black;*/
    }

    /*#endregion ServicesSectionMainDivSection2Content End*/
    /*#endregion ServicesSectionMainDivSection2 End*/
    /*#endregion ServicesSection End*/

    /*#region TestimonialSection Start*/
    .TestimonialSection {
        width: 100%;
        height: 58vw;
        /*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: 10%;
        margin-left: 5%;
        display: flex;
    }

    .Arrow1 {
        width: 1.5%;
        height: 2.5vw;
        margin-top: 16%;
        /* margin-left:2.5%;*/
        /*border: 1px solid white;*/
    }

        .Arrow1 img {
            width: 100%;
            height: 100%;
        }

    .Arrow2 {
        width: 1.5%;
        height: 2.5vw;
        margin-top: 16%;
        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: 65%;
        margin-left: 5%;
    }

        .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: 100%; /*25px*/
        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: 85%; /*16px*/
        letter-spacing: 2.5px;
        line-height: 25px;
    }
    /*#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: 112%; /*18px*/
        letter-spacing: 3px;
    }

    .TestimonialsContentDiv2ContentGivenByDesignation {
        font-family: montserratregular;
        font-size: 100%; /*16px*/
        letter-spacing: 2px;
        margin-top: 1%;
    }

    .TestimonialsContentDiv2ContentGivenByClient {
        font-family: montserratregular;
        font-size: 100%; /*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: 58vw;
        /*border: 1px solid black;*/
    }

    .CareerSectionMainDiv {
        width: 100%;
        height: 100%;
        /*border:1px solid red;*/
        display: flex;
    }

    /*#region CareerSectionMainDiv1 Start*/
    .CareerSectionMainDiv1 {
        width: 50%;
        height: 100%;
        /*border:1px solid black;*/
        background-image: url(../images/IndexPage/CareerSection/CareerSection1BackgroundImg.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .CareerSectionMainDiv1Content {
        width: 58%;
        /*border:1px solid black;*/
        margin-top: 35%;
        margin-left: 20%;
    }

    .CareerSectionMainDiv1ContentTitle {
        width: 100%;
        /*border:1px solid red;*/
        font-family: montserratsemibold;
        font-size: 112.5%; /*18px*/
        color: rgb(247,157,29);
        letter-spacing: 7px;
    }

    .CareerSectionMainDiv1ContentHRLine {
        width: 10.5%;
        border-top: 2.8px solid rgb(247,157,29);
        margin-top: 3%;
    }

    .CareerSectionMainDiv1ContentDescription {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 10%;
        font-family: montserratlight300;
        font-size: 87.5%; /*14px*/
        letter-spacing: 2px;
        line-height: 20px;
    }
    /*#endregion CareerSectionMainDiv1 End*/

    /*#region CareerSectionMainDiv2 Start*/
    .CareerSectionMainDiv2 {
        width: 50%;
        height: 100%;
        /*border:1px solid black;*/
        background-image: url(../images/IndexPage/CareerSection/CareerSection2BackgroundImg.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: 58vw;
        /*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: 87.5%; /*16px*/
        letter-spacing: 5px;
        word-spacing: 5px;
        text-align: center;
    }

    .ClientSectionContent2MainDivisionContent {
        width: 95%;
        /*border:1px solid red;*/
        margin-top: 10%;
        margin-left: 2.5%;
    }

    .ClientArrow1 {
        width: 2.5%;
        height: 3vw;
        margin-left: 2%;
        margin-top: 37%;
        /*border: 1px solid black;*/
    }

        .ClientArrow1 img {
            width: 100%;
            height: 100%;
        }

    .ClientArrow2 {
        width: 2.5%;
        height: 3vw;
        margin-left: 1.5%;
        margin-top: 37%;
        /*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: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/ContactUsSection/ContactUsSectionBackgroundImg.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .ContactUsSectionMainDiv {
        width: 76%;
        height: 48%;
        /*border:1px solid red;*/
        margin-top: 12%;
        margin-left: 12%;
        display: flex;
    }
    /*#region ContactUsSectionMainDiv1 Start*/
    .ContactUsSectionMainDiv1 {
        width: 55%;
        height: 100%;
        /*border:1px solid orange;*/
    }

        .ContactUsSectionMainDiv1 img {
            width: 100%;
            height: 100%;
        }
    /*#endregion ContactUsSectionMainDiv1 End*/

    /*#region ContactUsSectionMainDiv2 Start*/
    .ContactUsSectionMainDiv2 {
        width: 34%;
        height: 100%;
        /*border:1px solid orange;*/
        margin-left: 5%;
    }
    /*#region ContactUsSectionMainDiv2Content Start*/
    .ContactUsSectionMainDiv2Content {
        width: 100%;
        height: 92%;
        /*border:1px solid red;*/
        margin-top: 5%;
    }

    .ContactUsSectionMainDiv2ContentTitle {
        width: 100%;
        font-family: montserratsemibold;
        font-size: 100%; /*16px*/
        color: rgb(247,157,29);
        letter-spacing: 5px;
    }

    .ContactUsSectionMainDiv2ContentHRLine {
        width: 10%;
        border-top: 2.8px solid rgb(247,157,29);
        margin-top: 2.5%;
    }

    .ContactUsSectionMainDiv2ContentDescription {
        width: 99.9%;
        /*border:1px solid black;*/
        margin-top: 5%;
        font-family: montserratregular;
        font-size: 75%; /*12px*/
        color: rgb(247,157,29);
        letter-spacing: 1px;
        line-height: 19px;
    }

    .ContactUsSectionMainDiv2ContentAddress {
        width: 99.9%;
        font-family: montserratregular;
        font-size: 87.5%; /*14px*/
        color: rgb(255,255,255);
        letter-spacing: 1px;
        line-height: 19px;
    }

    .ContactUsSectionMainDiv2ContentSocialMediaIconDiv {
        width: 99.9%;
        height: 1.8vw;
        /*border:1px solid red;*/
        margin-top: 5%;
        display: flex;
    }

    .ContactUsSectionMainDiv2ContentSocialMediaIcon {
        width: 7%;
        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*/

    /*#endregion Index End*/

    /*Added by Aniket Thosar on 31.01.2023*/
    /*#region WorkSection Start*/
    /*#region WorkSectionPanelDivTitleSection Start*/
    .WorkSectionPanelDivTitleSection
    {
        width:96%;
        /*border:1px solid black;*/
    }
    .WorkSectionPanelDivTitle
    {
        width:24%;
        height:6vw;
        /*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:80%;
        /*border:1px solid black;*/
        margin-top:4%;
        margin-left:8%;
        font-family:montserratregular;
        font-size:75%; /*12px*/
        letter-spacing:1px;
        color:rgb(255,255,255);
    }
    /*#endregion WorkSectionPanelDivTitleSection Start*/
    /*#endregion WorkSection End*/
}
/*#endregion*/

/*#region Laptop size 1151 to 1200*/
@media only screen and (min-width: 1151px) and (max-width: 1200px) 
{
    /*#region Index Start*/
    /*#region SplashScreen Start*/
    .SplashScreen {
        width: 100%;
        height: 55vw;
        /*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: 25%;
        /*border:1px solid yellow;*/
        margin-top: 13%;
        margin-left: 40%;
        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 LogoNavigationandHamburgSection Start*/
    .UpperMainDiv {
        width: 100%;
        position: -webkit-sticky;
        position: sticky;
        position: fixed;
        z-index: 1;
/*        margin-left: 0.1%;*/
    }
    /*#region LogoAndNavigationBar Start*/
    .LogoAndNavigationBar {
        width: 100%;
        height: 8vw;
        /*border:1px solid yellow;*/
        display: flex;
        transition: background .5s;
    }

    /*#region LogoSection Start*/
    .LogoSection {
        width: 25%;
        /*border:1px solid black;*/
    }

    .Logo {
        width: 25%;
        height: 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 black;*/
        margin-top: 3%;
        margin-left: 5.2%;
        display: flex;
    }

    .NavigationSectionC1 {
        margin-top: 1%;
        margin-left: 4%;
        letter-spacing: 1px;
    }

        .NavigationSectionC1 a {
            text-decoration: none;
            color: rgb(247,157,29);
            font-family: montserratregular;
            font-size: 85%; /*14px*/
        }
    /*#endregion NavigationSection End*/
    /*#endregion LogoAndNavigationBar End*/

    /*#region HamburgSection Start*/
    .HamburgSection {
        width: 2%;
        height: 20%;
        /*border:1px solid black;*/
        margin-top: 3.3%;
        margin-left: 5.2%;
        display: none;
    }

        .HamburgSection a {
            text-decoration: none;
        }

        .HamburgSection img {
            width: 100%;
            height: 100%;
        }

    .HamburgSectionCloseBtn {
        width: 100%;
        height: 100%;
        display: none;
    }
    /*#region HamburgOptionsSection Start*/
    .HamburgOptionsSection {
        width: 15%;
        height: 20vw;
        float: right;
        /*border:1px solid red;*/
        background-color: rgb(32,33,28);
        line-height: 38px;
        text-align: right;
        display: none;
    }

    .HamburgOptionsSectionC1 {
        padding-right: 4%;
        letter-spacing: 1px;
        /*border:1px solid white;*/
    }

        .HamburgOptionsSectionC1 a {
            text-decoration: none;
            color: rgb(247,157,29);
            font-family: montserratregular;
            font-size: 87.5%; /*14px*/
        }
    /*#endregion HamburgOptionsSection End*/
    /*#endregion HamburgSection End*/
    /*#endregion LogoNavigationandHamburgSection End*/

    /*#region HomeSection Start*/
    .HomeSection {
        width: 100%;
        height: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/HomeSection/HomeSectionBackground.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .HomeSectionTitleDiv {
        width: 100%;
        height: 100%;
        border: 1px solid transparent;
    }

    .HomeTitle {
        width: 20%;
        /*border:1px solid white;*/
        float: right;
        margin-top: 23%;
        margin-right: 21%;
        font-family: montserratregular;
        font-size: 75%; /*12px*/
        color: rgb(247,157,29);
        word-spacing: 2px;
        letter-spacing: 1px;
        line-height: 20px;
    }
    /*#endregion HomeSection End*/

    /*#region AboutUsSection Start*/
    .AboutUsSection {
        width: 100%;
        height: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/AboutUsSection/AboutUsSectionBackground.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    /*#region AboutSectionMainDiv Start*/
    .AboutSectionMainDiv {
        width: 76%;
        height: 66%;
        border-bottom: 1px solid rgb(218,121,39);
        margin-top: 12%;
        margin-left: 12%;
        display: flex;
    }

    /*#region AboutSectionMainDivContent1 Start*/
    .AboutSectionMainDivContent1 {
        width: 58%;
        height: 100%;
        /*border:1px solid yellow;*/
    }

    .AboutSectionMainDivContent1Img {
        width: 94%;
        height: 98%;
        /*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: 16%;
        font-family: montserratregular;
        font-size: 110%; /*20px*/
        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%;
        /*border:1px solid red;*/
        line-height: 19px;
        font-family: montserratlight300;
        font-size: 83%; /*16px*/
        color: rgb(247,157,29);
    }
    /*#endregion AboutSectionMainDivContent2 End*/
    /*#endregion AboutSectionMainDiv End*/

    /*#endregion AboutUsSection End*/

    /*#region OurTroupeSection Start*/
    .OurTroupeSection {
        width: 100%;
        height: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/OurTroupeSection/OurTroupeBackgroundImg.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .OurTroupeSectionMainDiv {
        width: 64%;
        /*height:80%;*/
        /*border:1px solid black;*/
        margin-top: 12%;
        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: 2.8%;
    }

    .OurTroupeSectionMainDivTitleContent {
        width: 35%;
        /*border:1px solid red;*/
        font-family: montserratregular;
        font-size: 95%; /*18px*/
        color: rgb(255,255,255);
        text-align: center;
        letter-spacing: 7px;
        padding-top: 1.5%;
    }
    /*#endregion OurTroupeSectionMainDivTitle Start*/

    /*#region OurTroupeMainDivContent Start*/
    .OurTroupeMainDivContent {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 2%;
    }
    /*#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: 4%;
    }
    /*#endregion OurTroupeMainDivContentPanel2 End*/

    /*#region OurTroupeProfile Start*/
    .OurTroupeProfile1 {
        width: 25%;
        height: 100%;
        /*border:1px solid red;*/
    }

    .OurTroupeProfile2 {
        width: 25%;
        height: 100%;
        /*border:1px solid red;*/
        margin-left: 11%;
    }

    .OurTroupeProfile3 {
        width: 25%;
        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: 5%;
        text-align: center;
        letter-spacing: 1px;
    }

    .OurTroupeProfileDescriptionName {
        font-family: montserratbold;
        font-size: 85%; /*14px*/
    }

    .OurTroupeProfileDescriptionDesignation {
        width: 130%;
        height: 100%;
        /*border:1px solid black;*/
        font-family: montserratregular;
        font-size: 75%; /*12px*/
        margin-top: 2%;
        margin-left: -13%;
    }
    /*#endregion OurTroupeProfile End*/
    /*#endregion OurTroupeMainDivContent End*/

    /*#region OurTroupeOtherDetails Start*/
    .OurTroupeOtherDetails {
        width: 99.9%;
        height: 100%;
        position: relative;
        border: 1px solid transparent;
        margin-top: -56%;
        background-color: rgba(0,0,0,0.7);
        display: none;
    }
    /*#region OurTroupeOtherDetailsPanel Start*/
    .OurTroupeOtherDetailsPanel {
        width: 38%;
        margin-top: 14%;
        float: right;
        /*border:1px solid red;*/
    }
    /*#region OurTroupeOtherDetailsPanel1 Start*/
    .OurTroupeOtherDetailsPanel1 {
        width: 100%;
        height: 18vw;
        background-color: rgb(247,157,29);
    }
    /*#region OurTroupeOtherDetailsPanelCloseButtonSection Start*/
    .OurTroupeOtherDetailsPanelCloseButtonSection {
        width: 99.9%;
        /*border:1px solid black;*/
    }

    .OurTroupeOtherDetailsPanelCloseButton {
        width: auto;
        border: none;
        margin-top: 3%;
        margin-left: 92%;
        background-color: transparent;
        font-size: 112.5%; /*16px*/
    }
    /*#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: 89%;
        /*border:1px solid black;*/
        margin-top: 5.9%;
        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: 50%;
        font-family: montserratregular;
        font-size: 90%; /*18px*/
        letter-spacing: 1.5px;
        color: rgb(255,234,207);
    }

    .OurTroupeOtherDetailsPanelProfileDesignation {
        width: 99%;
        /*border:1px solid white;*/
        margin-top: 2%;
        font-family: montserratregular;
        font-size: 80%; /*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: 75%; /*16px*/
        letter-spacing: 1px;
        line-height: 25px;
    }

    .paraspace {
        margin-top: -2%;
        /*border:1px solid black;*/
    }
    /*#endregion OurTroupeOtherDetailsPanel2 End*/
    /*#region OurTroupeOtherDetailsProfileSection Start*/
    /*#region Profile 1 Start*/
    #OurTroupeOtherDetailsPanelProfileImg1 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName1 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation1 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile1 {
        display: none;
    }
    /*#endregion Profile 1 End*/

    /*#region Profile 2 Start*/
    #OurTroupeOtherDetailsPanelProfileImg2 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName2 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation2 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile2 {
        display: none;
    }
    /*#endregion Profile 2 End*/

    /*#region Profile 3 Start*/
    #OurTroupeOtherDetailsPanelProfileImg3 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName3 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation3 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile3 {
        display: none;
    }
    /*#endregion Profile 3 End*/

    /*#region Profile 4 Start*/
    #OurTroupeOtherDetailsPanelProfileImg4 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName4 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation4 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile4 {
        display: none;
    }
    /*#endregion Profile 4 End*/

    /*#region Profile 5 Start*/
    #OurTroupeOtherDetailsPanelProfileImg5 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName5 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation5 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile5 {
        display: none;
    }
    /*#endregion Profile 5 End*/

    /*#region Profile 6 Start*/
    #OurTroupeOtherDetailsPanelProfileImg6 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName6 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation6 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile6 {
        display: none;
    }
    /*#endregion Profile 6 End*/
    /*#endregion OurTroupeOtherDetailsProfileSection End*/

    /*#endregion OurTroupeOtherDetailsPanel End*/

    /*#endregion OurTroupeOtherDetails End*/

    /*#endregion OurTroupeSection End*/

    /*#region ServicesSection Start*/
    .ServicesSection {
        width: 100%;
        height: 52vw;
        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: 50%;
        height: 100%;
        /*border:1px solid black;*/
        /*float:right;*/
        /*margin-right:8%;*/
        margin-left: 22%;
    }

        .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: 220%;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        color: rgb(255,255,255);
        letter-spacing: 20px;
        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: 2%;
        display: flex;
    }


    /*#region ServicesSectionMainDivSection2Content Start*/
    .ServicesSectionMainDivSection2Content {
        width: auto;
        height: 80%;
        /*border:1px solid black;*/
        margin-top: 5%;
        margin-left: 5%;
        font-family: montserratregular;
        font-size: 90%; /*16px*/
        letter-spacing: 1px;
    }

    .ServicesSectionMainDivSection2ContentSpace {
        /* width:100%;
            height:50%;*/
        margin-top: 9%;
        /*border:1px solid black;*/
    }

    /*#endregion ServicesSectionMainDivSection2Content End*/
    /*#endregion ServicesSectionMainDivSection2 End*/
    /*#endregion ServicesSection End*/

    /*#region TestimonialSection Start*/
    .TestimonialSection {
        width: 100%;
        height: 58vw;
        /*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: 10%;
        margin-left: 5%;
        display: flex;
    }

    .Arrow1 {
        width: 1.5%;
        height: 2.5vw;
        margin-top: 16%;
        /* margin-left:2.5%;*/
        /*border: 1px solid white;*/
    }

        .Arrow1 img {
            width: 100%;
            height: 100%;
        }

    .Arrow2 {
        width: 1.5%;
        height: 2.5vw;
        margin-top: 16%;
        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: 65%;
        margin-left: 5%;
    }

        .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: 100%; /*25px*/
        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: 85%; /*16px*/
        letter-spacing: 2.5px;
        line-height: 25px;
    }
    /*#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: 112%; /*18px*/
        letter-spacing: 3px;
    }

    .TestimonialsContentDiv2ContentGivenByDesignation {
        font-family: montserratregular;
        font-size: 100%; /*16px*/
        letter-spacing: 2px;
        margin-top: 1%;
    }

    .TestimonialsContentDiv2ContentGivenByClient {
        font-family: montserratregular;
        font-size: 100%; /*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: 58vw;
        /*border: 1px solid black;*/
    }

    .CareerSectionMainDiv {
        width: 100%;
        height: 100%;
        /*border:1px solid red;*/
        display: flex;
    }

    /*#region CareerSectionMainDiv1 Start*/
    .CareerSectionMainDiv1 {
        width: 50%;
        height: 100%;
        /*border:1px solid black;*/
        background-image: url(../images/IndexPage/CareerSection/CareerSection1BackgroundImg.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .CareerSectionMainDiv1Content {
        width: 58%;
        /*border:1px solid black;*/
        margin-top: 37%;
        margin-left: 20%;
    }

    .CareerSectionMainDiv1ContentTitle {
        width: 100%;
        /*border:1px solid red;*/
        font-family: montserratsemibold;
        font-size: 112.5%; /*18px*/
        color: rgb(247,157,29);
        letter-spacing: 7px;
    }

    .CareerSectionMainDiv1ContentHRLine {
        width: 10.5%;
        border-top: 2.8px solid rgb(247,157,29);
        margin-top: 3%;
    }

    .CareerSectionMainDiv1ContentDescription {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 10%;
        font-family: montserratlight300;
        font-size: 87.5%; /*14px*/
        letter-spacing: 2px;
        line-height: 20px;
    }
    /*#endregion CareerSectionMainDiv1 End*/

    /*#region CareerSectionMainDiv2 Start*/
    .CareerSectionMainDiv2 {
        width: 50%;
        height: 100%;
        /*border:1px solid black;*/
        background-image: url(../images/IndexPage/CareerSection/CareerSection2BackgroundImg.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: 58vw;
        /*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: 87.5%; /*16px*/
        letter-spacing: 5px;
        word-spacing: 5px;
        text-align: center;
    }

    .ClientSectionContent2MainDivisionContent {
        width: 95%;
        /*border:1px solid red;*/
        margin-top: 10%;
        margin-left: 2.5%;
    }

    .ClientArrow1 {
        width: 2.5%;
        height: 3vw;
        margin-left: 2%;
        margin-top: 37%;
        /*border: 1px solid black;*/
    }

        .ClientArrow1 img {
            width: 100%;
            height: 100%;
        }

    .ClientArrow2 {
        width: 2.5%;
        height: 3vw;
        margin-left: 1.5%;
        margin-top: 37%;
        /*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: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/ContactUsSection/ContactUsSectionBackgroundImg.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .ContactUsSectionMainDiv {
        width: 76%;
        height: 48%;
        /*border:1px solid red;*/
        margin-top: 12%;
        margin-left: 12%;
        display: flex;
    }
    /*#region ContactUsSectionMainDiv1 Start*/
    .ContactUsSectionMainDiv1 {
        width: 55%;
        height: 100%;
        /*border:1px solid orange;*/
    }

        .ContactUsSectionMainDiv1 img {
            width: 100%;
            height: 100%;
        }
    /*#endregion ContactUsSectionMainDiv1 End*/

    /*#region ContactUsSectionMainDiv2 Start*/
    .ContactUsSectionMainDiv2 {
        width: 34%;
        height: 100%;
        /*border:1px solid orange;*/
        margin-left: 5%;
    }
    /*#region ContactUsSectionMainDiv2Content Start*/
    .ContactUsSectionMainDiv2Content {
        width: 100%;
        height: 92%;
        /*border:1px solid red;*/
        margin-top: 5%;
    }

    .ContactUsSectionMainDiv2ContentTitle {
        width: 100%;
        font-family: montserratsemibold;
        font-size: 112.7%; /*18px*/
        color: rgb(247,157,29);
        letter-spacing: 8px;
    }

    .ContactUsSectionMainDiv2ContentHRLine {
        width: 10%;
        border-top: 2.8px solid rgb(247,157,29);
        margin-top: 2.5%;
    }

    .ContactUsSectionMainDiv2ContentDescription {
        width: 99.9%;
        /*border:1px solid black;*/
        margin-top: 6%;
        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: 1.8vw;
        /*border:1px solid red;*/
        margin-top: 5%;
        display: flex;
    }

    .ContactUsSectionMainDiv2ContentSocialMediaIcon {
        width: 7%;
        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*/

    /*#endregion Index End*/

    /*Added by Aniket Thosar on 31.01.2023*/
    /*#region WorkSection Start*/
    /*#region WorkSectionPanelDivTitleSection Start*/
    .WorkSectionPanelDivTitleSection
    {
        width:96%;
        /*border:1px solid black;*/
    }
    .WorkSectionPanelDivTitle
    {
        width:24%;
        height:6vw;
        /*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:80%;
        /*border:1px solid black;*/
        margin-top:4%;
        margin-left:8%;
        font-family:montserratregular;
        font-size:87.5%; /*14px*/
        letter-spacing:1px;
        color:rgb(255,255,255);
    }
    /*#endregion WorkSectionPanelDivTitleSection Start*/
    /*#endregion WorkSection End*/
}
/*#endregion*/

/*#region Laptop size 1201 to 1250*/
@media only screen and (min-width: 1201px) and (max-width: 1250px) 
{
    /*#region Index Start*/
    /*#region SplashScreen Start*/
    .SplashScreen {
        width: 100%;
        height: 55vw;
        /*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: 25%;
        /*border:1px solid yellow;*/
        margin-top: 13%;
        margin-left: 40%;
        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 LogoNavigationandHamburgSection Start*/
    .UpperMainDiv {
        width: 100%;
        position: -webkit-sticky;
        position: sticky;
        position: fixed;
        z-index: 1;
/*        margin-left: 0.1%;*/
    }
    /*#region LogoAndNavigationBar Start*/
    .LogoAndNavigationBar {
        width: 100%;
        height: 8vw;
        /*border:1px solid yellow;*/
        display: flex;
        transition: background .5s;
    }

    /*#region LogoSection Start*/
    .LogoSection {
        width: 25%;
        /*border:1px solid black;*/
    }

    .Logo {
        width: 25%;
        height: 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 black;*/
        margin-top: 3%;
        margin-left: 5.2%;
        display: flex;
    }

    .NavigationSectionC1 {
        margin-top: 1%;
        margin-left: 4%;
        letter-spacing: 1px;
    }

        .NavigationSectionC1 a {
            text-decoration: none;
            color: rgb(247,157,29);
            font-family: montserratregular;
            font-size: 85%; /*14px*/
        }
    /*#endregion NavigationSection End*/
    /*#endregion LogoAndNavigationBar End*/

    /*#region HamburgSection Start*/
    .HamburgSection {
        width: 2%;
        height: 20%;
        /*border:1px solid black;*/
        margin-top: 3.3%;
        margin-left: 5.2%;
        display: none;
    }

        .HamburgSection a {
            text-decoration: none;
        }

        .HamburgSection img {
            width: 100%;
            height: 100%;
        }

    .HamburgSectionCloseBtn {
        width: 100%;
        height: 100%;
        display: none;
    }
    /*#region HamburgOptionsSection Start*/
    .HamburgOptionsSection {
        width: 15%;
        height: 20vw;
        float: right;
        /*border:1px solid red;*/
        background-color: rgb(32,33,28);
        line-height: 38px;
        text-align: right;
        display: none;
    }

    .HamburgOptionsSectionC1 {
        padding-right: 4%;
        letter-spacing: 1px;
        /*border:1px solid white;*/
    }

        .HamburgOptionsSectionC1 a {
            text-decoration: none;
            color: rgb(247,157,29);
            font-family: montserratregular;
            font-size: 87.5%; /*14px*/
        }
    /*#endregion HamburgOptionsSection End*/
    /*#endregion HamburgSection End*/
    /*#endregion LogoNavigationandHamburgSection End*/

    /*#region HomeSection Start*/
    .HomeSection {
        width: 100%;
        height: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/HomeSection/HomeSectionBackground.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .HomeSectionTitleDiv {
        width: 100%;
        height: 100%;
        border: 1px solid transparent;
    }

    .HomeTitle {
        width: 20%;
        /*border:1px solid white;*/
        float: right;
        margin-top: 23%;
        margin-right: 21%;
        font-family: montserratregular;
        font-size: 75%; /*12px*/
        color: rgb(247,157,29);
        word-spacing: 2px;
        letter-spacing: 1px;
        line-height: 20px;
    }
    /*#endregion HomeSection End*/

    /*#region AboutUsSection Start*/
    .AboutUsSection {
        width: 100%;
        height: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/AboutUsSection/AboutUsSectionBackground.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    /*#region AboutSectionMainDiv Start*/
    .AboutSectionMainDiv {
        width: 76%;
        height: 66%;
        border-bottom: 1px solid rgb(218,121,39);
        margin-top: 12%;
        margin-left: 12%;
        display: flex;
    }

    /*#region AboutSectionMainDivContent1 Start*/
    .AboutSectionMainDivContent1 {
        width: 58%;
        height: 100%;
        /*border:1px solid yellow;*/
    }

    .AboutSectionMainDivContent1Img {
        width: 94%;
        height: 98%;
        /*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: 16%;
        font-family: montserratregular;
        font-size: 110%; /*20px*/
        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%;
        /*border:1px solid red;*/
        line-height: 19px;
        font-family: montserratlight300;
        font-size: 83%; /*16px*/
        color: rgb(247,157,29);
    }
    /*#endregion AboutSectionMainDivContent2 End*/
    /*#endregion AboutSectionMainDiv End*/

    /*#endregion AboutUsSection End*/

    /*#region OurTroupeSection Start*/
    .OurTroupeSection {
        width: 100%;
        height: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/OurTroupeSection/OurTroupeBackgroundImg.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .OurTroupeSectionMainDiv {
        width: 64%;
        /*height:80%;*/
        /*border:1px solid black;*/
        margin-top: 12%;
        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: 2.8%;
    }

    .OurTroupeSectionMainDivTitleContent {
        width: 35%;
        /*border:1px solid red;*/
        font-family: montserratregular;
        font-size: 95%; /*18px*/
        color: rgb(255,255,255);
        text-align: center;
        letter-spacing: 7px;
        padding-top: 1.5%;
    }
    /*#endregion OurTroupeSectionMainDivTitle Start*/

    /*#region OurTroupeMainDivContent Start*/
    .OurTroupeMainDivContent {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 2%;
    }
    /*#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: 4%;
    }
    /*#endregion OurTroupeMainDivContentPanel2 End*/

    /*#region OurTroupeProfile Start*/
    .OurTroupeProfile1 {
        width: 25%;
        height: 100%;
        /*border:1px solid red;*/
    }

    .OurTroupeProfile2 {
        width: 25%;
        height: 100%;
        /*border:1px solid red;*/
        margin-left: 11%;
    }

    .OurTroupeProfile3 {
        width: 25%;
        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: 5%;
        text-align: center;
        letter-spacing: 1px;
    }

    .OurTroupeProfileDescriptionName {
        font-family: montserratbold;
        font-size: 85%; /*14px*/
    }

    .OurTroupeProfileDescriptionDesignation {
        width: 130%;
        height: 100%;
        /*border:1px solid black;*/
        font-family: montserratregular;
        font-size: 75%; /*12px*/
        margin-top: 2%;
        margin-left: -13%;
    }
    /*#endregion OurTroupeProfile End*/
    /*#endregion OurTroupeMainDivContent End*/

    /*#region OurTroupeOtherDetails Start*/
    .OurTroupeOtherDetails {
        width: 99.9%;
        height: 100%;
        position: relative;
        border: 1px solid transparent;
        margin-top: -56%;
        background-color: rgba(0,0,0,0.7);
        display: none;
    }
    /*#region OurTroupeOtherDetailsPanel Start*/
    .OurTroupeOtherDetailsPanel {
        width: 38%;
        margin-top: 14%;
        float: right;
        /*border:1px solid red;*/
    }
    /*#region OurTroupeOtherDetailsPanel1 Start*/
    .OurTroupeOtherDetailsPanel1 {
        width: 100%;
        height: 18vw;
        background-color: rgb(247,157,29);
    }
    /*#region OurTroupeOtherDetailsPanelCloseButtonSection Start*/
    .OurTroupeOtherDetailsPanelCloseButtonSection {
        width: 99.9%;
        /*border:1px solid black;*/
    }

    .OurTroupeOtherDetailsPanelCloseButton {
        width: auto;
        border: none;
        margin-top: 3%;
        margin-left: 92%;
        background-color: transparent;
        font-size: 112.5%; /*16px*/
    }
    /*#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: 89%;
        /*border:1px solid black;*/
        margin-top: 6.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: 50%;
        font-family: montserratregular;
        font-size: 94%; /*18px*/
        letter-spacing: 1.5px;
        color: rgb(255,234,207);
    }

    .OurTroupeOtherDetailsPanelProfileDesignation {
        width: 99%;
        /*border:1px solid white;*/
        margin-top: 2%;
        font-family: montserratregular;
        font-size: 80%; /*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: 87.5%; /*16px*/
        letter-spacing: 1px;
        line-height: 25px;
    }

    .paraspace {
        margin-top: -2%;
        /*border:1px solid black;*/
    }
    /*#endregion OurTroupeOtherDetailsPanel2 End*/
    /*#region OurTroupeOtherDetailsProfileSection Start*/
    /*#region Profile 1 Start*/
    #OurTroupeOtherDetailsPanelProfileImg1 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName1 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation1 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile1 {
        display: none;
    }
    /*#endregion Profile 1 End*/

    /*#region Profile 2 Start*/
    #OurTroupeOtherDetailsPanelProfileImg2 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName2 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation2 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile2 {
        display: none;
    }
    /*#endregion Profile 2 End*/

    /*#region Profile 3 Start*/
    #OurTroupeOtherDetailsPanelProfileImg3 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName3 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation3 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile3 {
        display: none;
    }
    /*#endregion Profile 3 End*/

    /*#region Profile 4 Start*/
    #OurTroupeOtherDetailsPanelProfileImg4 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName4 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation4 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile4 {
        display: none;
    }
    /*#endregion Profile 4 End*/

    /*#region Profile 5 Start*/
    #OurTroupeOtherDetailsPanelProfileImg5 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName5 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation5 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile5 {
        display: none;
    }
    /*#endregion Profile 5 End*/

    /*#region Profile 6 Start*/
    #OurTroupeOtherDetailsPanelProfileImg6 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName6 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation6 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile6 {
        display: none;
    }
    /*#endregion Profile 6 End*/
    /*#endregion OurTroupeOtherDetailsProfileSection End*/

    /*#endregion OurTroupeOtherDetailsPanel End*/

    /*#endregion OurTroupeOtherDetails End*/

    /*#endregion OurTroupeSection End*/

    /*#region ServicesSection Start*/
    .ServicesSection {
        width: 100%;
        height: 52vw;
        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: 50%;
        height: 100%;
        /*border:1px solid black;*/
        /*float:right;*/
        /*margin-right:8%;*/
        margin-left: 22%;
    }

        .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: 220%;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        color: rgb(255,255,255);
        letter-spacing: 20px;
        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: 3%;
        display: flex;
    }


    /*#region ServicesSectionMainDivSection2Content Start*/
    .ServicesSectionMainDivSection2Content {
        width: auto;
        height: 80%;
        /*border:1px solid black;*/
        margin-top: 5%;
        margin-left: 5%;
        font-family: montserratregular;
        font-size: 90%; /*16px*/
        letter-spacing: 1px;
    }

    .ServicesSectionMainDivSection2ContentSpace {
        /* width:100%;
            height:50%;*/
        margin-top: 9%;
        /*border:1px solid black;*/
    }

    /*#endregion ServicesSectionMainDivSection2Content End*/
    /*#endregion ServicesSectionMainDivSection2 End*/
    /*#endregion ServicesSection End*/

    /*#region TestimonialSection Start*/
    .TestimonialSection {
        width: 100%;
        height: 58vw;
        /*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: 10%;
        margin-left: 5%;
        display: flex;
    }

    .Arrow1 {
        width: 1.5%;
        height: 2.5vw;
        margin-top: 16%;
        /* margin-left:2.5%;*/
        /*border: 1px solid white;*/
    }

        .Arrow1 img {
            width: 100%;
            height: 100%;
        }

    .Arrow2 {
        width: 1.5%;
        height: 2.5vw;
        margin-top: 16%;
        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: 65%;
        margin-left: 5%;
    }

        .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: 100%; /*25px*/
        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: 85%; /*16px*/
        letter-spacing: 2.5px;
        line-height: 25px;
    }
    /*#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: 112%; /*18px*/
        letter-spacing: 3px;
    }

    .TestimonialsContentDiv2ContentGivenByDesignation {
        font-family: montserratregular;
        font-size: 100%; /*16px*/
        letter-spacing: 2px;
        margin-top: 1%;
    }

    .TestimonialsContentDiv2ContentGivenByClient {
        font-family: montserratregular;
        font-size: 100%; /*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: 58vw;
        /*border: 1px solid black;*/
    }

    .CareerSectionMainDiv {
        width: 100%;
        height: 100%;
        /*border:1px solid red;*/
        display: flex;
    }

    /*#region CareerSectionMainDiv1 Start*/
    .CareerSectionMainDiv1 {
        width: 50%;
        height: 100%;
        /*border:1px solid black;*/
        background-image: url(../images/IndexPage/CareerSection/CareerSection1BackgroundImg.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .CareerSectionMainDiv1Content {
        width: 58%;
        /*border:1px solid black;*/
        margin-top: 37%;
        margin-left: 20%;
    }

    .CareerSectionMainDiv1ContentTitle {
        width: 100%;
        /*border:1px solid red;*/
        font-family: montserratsemibold;
        font-size: 112.5%; /*18px*/
        color: rgb(247,157,29);
        letter-spacing: 7px;
    }

    .CareerSectionMainDiv1ContentHRLine {
        width: 9.5%;
        border-top: 2.8px solid rgb(247,157,29);
        margin-top: 3%;
    }

    .CareerSectionMainDiv1ContentDescription {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 10%;
        font-family: montserratlight300;
        font-size: 87.5%; /*14px*/
        letter-spacing: 2px;
        line-height: 23px;
    }
    /*#endregion CareerSectionMainDiv1 End*/

    /*#region CareerSectionMainDiv2 Start*/
    .CareerSectionMainDiv2 {
        width: 50%;
        height: 100%;
        /*border:1px solid black;*/
        background-image: url(../images/IndexPage/CareerSection/CareerSection2BackgroundImg.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: 58vw;
        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: 87.5%; /*16px*/
        letter-spacing: 5px;
        word-spacing: 5px;
        text-align: center;
    }

    .ClientSectionContent2MainDivisionContent {
        width: 95%;
        /*border:1px solid red;*/
        margin-top: 10%;
        margin-left: 2.5%;
    }

    .ClientArrow1 {
        width: 2.5%;
        height: 3vw;
        margin-left: 2%;
        margin-top: 37%;
        /*border: 1px solid black;*/
    }

        .ClientArrow1 img {
            width: 100%;
            height: 100%;
        }

    .ClientArrow2 {
        width: 2.5%;
        height: 3vw;
        margin-left: 1.5%;
        margin-top: 37%;
        /*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: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/ContactUsSection/ContactUsSectionBackgroundImg.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .ContactUsSectionMainDiv {
        width: 76%;
        height: 48%;
        /*border:1px solid red;*/
        margin-top: 12%;
        margin-left: 12%;
        display: flex;
    }
    /*#region ContactUsSectionMainDiv1 Start*/
    .ContactUsSectionMainDiv1 {
        width: 55%;
        height: 100%;
        /*border:1px solid orange;*/
    }

        .ContactUsSectionMainDiv1 img {
            width: 100%;
            height: 100%;
        }
    /*#endregion ContactUsSectionMainDiv1 End*/

    /*#region ContactUsSectionMainDiv2 Start*/
    .ContactUsSectionMainDiv2 {
        width: 34%;
        height: 100%;
        /*border:1px solid orange;*/
        margin-left: 5%;
    }
    /*#region ContactUsSectionMainDiv2Content Start*/
    .ContactUsSectionMainDiv2Content {
        width: 100%;
        height: 92%;
        /*border:1px solid red;*/
        margin-top: 5%;
    }

    .ContactUsSectionMainDiv2ContentTitle {
        width: 100%;
        font-family: montserratsemibold;
        font-size: 112.7%; /*18px*/
        color: rgb(247,157,29);
        letter-spacing: 8px;
    }

    .ContactUsSectionMainDiv2ContentHRLine {
        width: 10%;
        border-top: 2.8px solid rgb(247,157,29);
        margin-top: 2.5%;
    }

    .ContactUsSectionMainDiv2ContentDescription {
        width: 99.9%;
        /*border:1px solid black;*/
        margin-top: 6%;
        font-family: montserratregular;
        font-size: 87.5%; /*14px*/
        color: rgb(247,157,29);
        letter-spacing: 1px;
        line-height: 20px;
    }

    .ContactUsSectionMainDiv2ContentAddress {
        width: 95%;
        font-family: montserratregular;
        font-size: 87.5%; /*14px*/
        color: rgb(255,255,255);
        letter-spacing: 1px;
        line-height: 20px;
    }

    .ContactUsSectionMainDiv2ContentSocialMediaIconDiv {
        width: 99.9%;
        height: 2.3vw;
        /*border:1px solid red;*/
        margin-top: 5%;
        display: flex;
    }

    .ContactUsSectionMainDiv2ContentSocialMediaIcon {
        width: 9%;
        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: 3%;
        height: 3vw;
        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*/

    /*#endregion Index End*/

    /*Added by Aniket Thosar on 31.01.2023*/
    /*#region WorkSection Start*/
    /*#region WorkSectionPanelDivTitleSection Start*/
    .WorkSectionPanelDivTitleSection
    {
        width:96%;
        /*border:1px solid black;*/
    }
    .WorkSectionPanelDivTitle
    {
        width:24%;
        height:6vw;
        /*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:80%;
        /*border:1px solid black;*/
        margin-top:4%;
        margin-left:8%;
        font-family:montserratregular;
        font-size:87.5%; /*14px*/
        letter-spacing:1px;
        color:rgb(255,255,255);
    }
    /*#endregion WorkSectionPanelDivTitleSection Start*/
    /*#endregion WorkSection End*/
}
/*#endregion*/

/*#region Laptop size 1251 to 1300*/
@media only screen and (min-width: 1251px) and (max-width: 1300px) 
{
    /*#region Index Start*/
    /*#region SplashScreen Start*/
    .SplashScreen {
        width: 100%;
        height: 55vw;
        /*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: 25%;
        /*border:1px solid yellow;*/
        margin-top: 13%;
        margin-left: 40%;
        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 LogoNavigationandHamburgSection Start*/
    .UpperMainDiv {
        width: 100%;
        position: -webkit-sticky;
        position: sticky;
        position: fixed;
        z-index: 1;
/*        margin-left: 0.1%;*/
    }
    /*#region LogoAndNavigationBar Start*/
    .LogoAndNavigationBar {
        width: 100%;
        height: 8vw;
        /*border:1px solid yellow;*/
        display: flex;
        transition: background .5s;
    }

    /*#region LogoSection Start*/
    .LogoSection {
        width: 25%;
        /*border:1px solid black;*/
    }

    .Logo {
        width: 25%;
        height: 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 black;*/
        margin-top: 3%;
        margin-left: 5.2%;
        display: flex;
    }

    .NavigationSectionC1 {
        margin-top: 1%;
        margin-left: 4%;
        letter-spacing: 1px;
    }

        .NavigationSectionC1 a {
            text-decoration: none;
            color: rgb(247,157,29);
            font-family: montserratregular;
            font-size: 85%; /*14px*/
        }
    /*#endregion NavigationSection End*/
    /*#endregion LogoAndNavigationBar End*/

    /*#region HamburgSection Start*/
    .HamburgSection {
        width: 2%;
        height: 20%;
        /*border:1px solid black;*/
        margin-top: 3.3%;
        margin-left: 5.2%;
        display: none;
    }

        .HamburgSection a {
            text-decoration: none;
        }

        .HamburgSection img {
            width: 100%;
            height: 100%;
        }

    .HamburgSectionCloseBtn {
        width: 100%;
        height: 100%;
        display: none;
    }
    /*#region HamburgOptionsSection Start*/
    .HamburgOptionsSection {
        width: 15%;
        height: 20vw;
        float: right;
        /*border:1px solid red;*/
        background-color: rgb(32,33,28);
        line-height: 38px;
        text-align: right;
        display: none;
    }

    .HamburgOptionsSectionC1 {
        padding-right: 4%;
        letter-spacing: 1px;
        /*border:1px solid white;*/
    }

        .HamburgOptionsSectionC1 a {
            text-decoration: none;
            color: rgb(247,157,29);
            font-family: montserratregular;
            font-size: 87.5%; /*14px*/
        }
    /*#endregion HamburgOptionsSection End*/
    /*#endregion HamburgSection End*/
    /*#endregion LogoNavigationandHamburgSection End*/

    /*#region HomeSection Start*/
    .HomeSection {
        width: 100%;
        height: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/HomeSection/HomeSectionBackground.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .HomeSectionTitleDiv {
        width: 100%;
        height: 100%;
        border: 1px solid transparent;
    }

    .HomeTitle {
        width: 20%;
        /*border:1px solid white;*/
        float: right;
        margin-top: 23%;
        margin-right: 21%;
        font-family: montserratregular;
        font-size: 75%; /*12px*/
        color: rgb(247,157,29);
        word-spacing: 2px;
        letter-spacing: 1px;
        line-height: 20px;
    }
    /*#endregion HomeSection End*/

    /*#region AboutUsSection Start*/
    .AboutUsSection {
        width: 100%;
        height: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/AboutUsSection/AboutUsSectionBackground.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    /*#region AboutSectionMainDiv Start*/
    .AboutSectionMainDiv {
        width: 76%;
        height: 66%;
        border-bottom: 1px solid rgb(218,121,39);
        margin-top: 12%;
        margin-left: 12%;
        display: flex;
    }

    /*#region AboutSectionMainDivContent1 Start*/
    .AboutSectionMainDivContent1 {
        width: 58%;
        height: 100%;
        /*border:1px solid yellow;*/
    }

    .AboutSectionMainDivContent1Img {
        width: 94%;
        height: 98%;
        /*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: 16%;
        font-family: montserratregular;
        font-size: 110%; /*20px*/
        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%;
        /*border:1px solid red;*/
        line-height: 21px;
        font-family: montserratlight300;
        font-size: 88%; /*16px*/
        color: rgb(247,157,29);
    }
    /*#endregion AboutSectionMainDivContent2 End*/
    /*#endregion AboutSectionMainDiv End*/

    /*#endregion AboutUsSection End*/

    /*#region OurTroupeSection Start*/
    .OurTroupeSection {
        width: 100%;
        height: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/OurTroupeSection/OurTroupeBackgroundImg.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .OurTroupeSectionMainDiv {
        width: 64%;
        /*height:80%;*/
        /*border:1px solid black;*/
        margin-top: 12%;
        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: 2.8%;
    }

    .OurTroupeSectionMainDivTitleContent {
        width: 35%;
        /*border:1px solid red;*/
        font-family: montserratregular;
        font-size: 95%; /*18px*/
        color: rgb(255,255,255);
        text-align: center;
        letter-spacing: 8px;
        padding-top: 1.5%;
    }
    /*#endregion OurTroupeSectionMainDivTitle Start*/

    /*#region OurTroupeMainDivContent Start*/
    .OurTroupeMainDivContent {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 2%;
    }
    /*#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: 4%;
    }
    /*#endregion OurTroupeMainDivContentPanel2 End*/

    /*#region OurTroupeProfile Start*/
    .OurTroupeProfile1 {
        width: 25%;
        height: 100%;
        /*border:1px solid red;*/
    }

    .OurTroupeProfile2 {
        width: 25%;
        height: 100%;
        /*border:1px solid red;*/
        margin-left: 11%;
    }

    .OurTroupeProfile3 {
        width: 25%;
        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: 5%;
        text-align: center;
        letter-spacing: 1px;
    }

    .OurTroupeProfileDescriptionName {
        font-family: montserratbold;
        font-size: 90%; /*14px*/
    }

    .OurTroupeProfileDescriptionDesignation {
        width: 130%;
        height: 100%;
        /*border:1px solid black;*/
        font-family: montserratregular;
        font-size: 80%; /*12px*/
        margin-top: 2%;
        margin-left: -13%;
    }
    /*#endregion OurTroupeProfile End*/
    /*#endregion OurTroupeMainDivContent End*/

    /*#region OurTroupeOtherDetails Start*/
    .OurTroupeOtherDetails {
        width: 99.9%;
        height: 100%;
        position: relative;
        border: 1px solid transparent;
        margin-top: -56%;
        background-color: rgba(0,0,0,0.7);
        display: none;
    }
    /*#region OurTroupeOtherDetailsPanel Start*/
    .OurTroupeOtherDetailsPanel {
        width: 38%;
        margin-top: 14%;
        float: right;
        /*border:1px solid red;*/
    }
    /*#region OurTroupeOtherDetailsPanel1 Start*/
    .OurTroupeOtherDetailsPanel1 {
        width: 100%;
        height: 18vw;
        background-color: rgb(247,157,29);
    }
    /*#region OurTroupeOtherDetailsPanelCloseButtonSection Start*/
    .OurTroupeOtherDetailsPanelCloseButtonSection {
        width: 99.9%;
        /*border:1px solid black;*/
    }

    .OurTroupeOtherDetailsPanelCloseButton {
        width: auto;
        border: none;
        margin-top: 3%;
        margin-left: 92%;
        background-color: transparent;
        font-size: 112.5%; /*16px*/
    }
    /*#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: 89%;
        /*border:1px solid black;*/
        margin-top: 6.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: 50%;
        font-family: montserratregular;
        font-size: 87.5%; /*18px*/
        letter-spacing: 1.5px;
        color: rgb(255,234,207);
    }

    .OurTroupeOtherDetailsPanelProfileDesignation {
        width: 99%;
        /*border:1px solid white;*/
        margin-top: 2%;
        font-family: montserratregular;
        font-size: 82%; /*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: 87.5%; /*16px*/
        letter-spacing: 1px;
        line-height: 25px;
    }

    .paraspace {
        margin-top: -2%;
        /*border:1px solid black;*/
    }
    /*#endregion OurTroupeOtherDetailsPanel2 End*/
    /*#region OurTroupeOtherDetailsProfileSection Start*/
    /*#region Profile 1 Start*/
    #OurTroupeOtherDetailsPanelProfileImg1 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName1 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation1 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile1 {
        display: none;
    }
    /*#endregion Profile 1 End*/

    /*#region Profile 2 Start*/
    #OurTroupeOtherDetailsPanelProfileImg2 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName2 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation2 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile2 {
        display: none;
    }
    /*#endregion Profile 2 End*/

    /*#region Profile 3 Start*/
    #OurTroupeOtherDetailsPanelProfileImg3 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName3 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation3 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile3 {
        display: none;
    }
    /*#endregion Profile 3 End*/

    /*#region Profile 4 Start*/
    #OurTroupeOtherDetailsPanelProfileImg4 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName4 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation4 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile4 {
        display: none;
    }
    /*#endregion Profile 4 End*/

    /*#region Profile 5 Start*/
    #OurTroupeOtherDetailsPanelProfileImg5 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName5 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation5 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile5 {
        display: none;
    }
    /*#endregion Profile 5 End*/

    /*#region Profile 6 Start*/
    #OurTroupeOtherDetailsPanelProfileImg6 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName6 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation6 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile6 {
        display: none;
    }
    /*#endregion Profile 6 End*/
    /*#endregion OurTroupeOtherDetailsProfileSection End*/

    /*#endregion OurTroupeOtherDetailsPanel End*/

    /*#endregion OurTroupeOtherDetails End*/

    /*#endregion OurTroupeSection End*/

    /*#region ServicesSection Start*/
    .ServicesSection {
        width: 100%;
        height: 52vw;
        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: 50%;
        height: 100%;
        /*border:1px solid black;*/
        /*float:right;*/
        /*margin-right:8%;*/
        margin-left: 22%;
    }

        .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: 220%;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        color: rgb(255,255,255);
        letter-spacing: 20px;
        font-size: 110%; /*18px*/
        font-family: montserratregular;
    }
    /*#endregion ServicesSectionMainDivSection2Title Start*/
    /*#endregion ServicesSectionMainDivSection1 End*/

    /*#region ServicesSectionMainDivSection2 Start*/
    .ServicesSectionMainDivSection2 {
        width: 35%;
        height: 80%;
        /*border:1px solid yellow;*/
        margin-top: 3%;
        display: flex;
    }


    /*#region ServicesSectionMainDivSection2Content Start*/
    .ServicesSectionMainDivSection2Content {
        width: auto;
        height: 80%;
        /*border:1px solid black;*/
        margin-top: 5%;
        margin-left: 5%;
        font-family: montserratregular;
        font-size: 100%; /*16px*/
        letter-spacing: 1px;
    }

    .ServicesSectionMainDivSection2ContentSpace {
        /* width:100%;
            height:50%;*/
        margin-top: 10%;
        /*border:1px solid black;*/
    }

    /*#endregion ServicesSectionMainDivSection2Content End*/
    /*#endregion ServicesSectionMainDivSection2 End*/
    /*#endregion ServicesSection End*/

    /*#region TestimonialSection Start*/
    .TestimonialSection {
        width: 100%;
        height: 58vw;
        /*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: 10%;
        margin-left: 5%;
        display: flex;
    }

    .Arrow1 {
        width: 1.5%;
        height: 2.5vw;
        margin-top: 16%;
        /* margin-left:2.5%;*/
        /*border: 1px solid white;*/
    }

        .Arrow1 img {
            width: 100%;
            height: 100%;
        }

    .Arrow2 {
        width: 1.5%;
        height: 2.5vw;
        margin-top: 16%;
        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: 65%;
        margin-left: 5%;
    }

        .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: 100%; /*25px*/
        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: 85%; /*16px*/
        letter-spacing: 2.5px;
        line-height: 25px;
    }
    /*#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: 112%; /*18px*/
        letter-spacing: 3px;
    }

    .TestimonialsContentDiv2ContentGivenByDesignation {
        font-family: montserratregular;
        font-size: 100%; /*16px*/
        letter-spacing: 2px;
        margin-top: 1%;
    }

    .TestimonialsContentDiv2ContentGivenByClient {
        font-family: montserratregular;
        font-size: 100%; /*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: 58vw;
        /*border: 1px solid black;*/
    }

    .CareerSectionMainDiv {
        width: 100%;
        height: 100%;
        /*border:1px solid red;*/
        display: flex;
    }

    /*#region CareerSectionMainDiv1 Start*/
    .CareerSectionMainDiv1 {
        width: 50%;
        height: 100%;
        /*border:1px solid black;*/
        background-image: url(../images/IndexPage/CareerSection/CareerSection1BackgroundImg.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .CareerSectionMainDiv1Content {
        width: 58%;
        /*border:1px solid black;*/
        margin-top: 37%;
        margin-left: 20%;
    }

    .CareerSectionMainDiv1ContentTitle {
        width: 100%;
        /*border:1px solid red;*/
        font-family: montserratsemibold;
        font-size: 112.5%; /*18px*/
        color: rgb(247,157,29);
        letter-spacing: 7px;
    }

    .CareerSectionMainDiv1ContentHRLine {
        width: 9.5%;
        border-top: 2.8px solid rgb(247,157,29);
        margin-top: 3%;
    }

    .CareerSectionMainDiv1ContentDescription {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 10%;
        font-family: montserratlight300;
        font-size: 87.5%; /*14px*/
        letter-spacing: 2px;
        line-height: 23px;
    }
    /*#endregion CareerSectionMainDiv1 End*/

    /*#region CareerSectionMainDiv2 Start*/
    .CareerSectionMainDiv2 {
        width: 50%;
        height: 100%;
        /*border:1px solid black;*/
        background-image: url(../images/IndexPage/CareerSection/CareerSection2BackgroundImg.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: 58vw;
        /*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: 87.5%; /*16px*/
        letter-spacing: 5px;
        word-spacing: 5px;
        text-align: center;
    }

    .ClientSectionContent2MainDivisionContent {
        width: 95%;
        /*border:1px solid red;*/
        margin-top: 10%;
        margin-left: 2.5%;
    }

    .ClientArrow1 {
        width: 2.5%;
        height: 3vw;
        margin-left: 2%;
        margin-top: 37%;
        /*border: 1px solid black;*/
    }

        .ClientArrow1 img {
            width: 100%;
            height: 100%;
        }

    .ClientArrow2 {
        width: 2.5%;
        height: 3vw;
        margin-left: 1.5%;
        margin-top: 37%;
        /*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: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/ContactUsSection/ContactUsSectionBackgroundImg.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .ContactUsSectionMainDiv {
        width: 76%;
        height: 48%;
        /*border:1px solid red;*/
        margin-top: 12%;
        margin-left: 12%;
        display: flex;
    }
    /*#region ContactUsSectionMainDiv1 Start*/
    .ContactUsSectionMainDiv1 {
        width: 55%;
        height: 100%;
        /*border:1px solid orange;*/
    }

        .ContactUsSectionMainDiv1 img {
            width: 100%;
            height: 100%;
        }
    /*#endregion ContactUsSectionMainDiv1 End*/

    /*#region ContactUsSectionMainDiv2 Start*/
    .ContactUsSectionMainDiv2 {
        width: 34%;
        height: 100%;
        /*border:1px solid orange;*/
        margin-left: 5%;
    }
    /*#region ContactUsSectionMainDiv2Content Start*/
    .ContactUsSectionMainDiv2Content {
        width: 100%;
        height: 92%;
        /*border:1px solid red;*/
        margin-top: 5%;
    }

    .ContactUsSectionMainDiv2ContentTitle {
        width: 100%;
        font-family: montserratsemibold;
        font-size: 112.7%; /*18px*/
        color: rgb(247,157,29);
        letter-spacing: 12px;
    }

    .ContactUsSectionMainDiv2ContentHRLine {
        width: 10%;
        border-top: 2.8px solid rgb(247,157,29);
        margin-top: 2.5%;
    }

    .ContactUsSectionMainDiv2ContentDescription {
        width: 99.9%;
        /*border:1px solid black;*/
        margin-top: 6%;
        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: 100%; /*16px*/
        color: rgb(255,255,255);
        letter-spacing: 1px;
        line-height: 20px;
    }

    .ContactUsSectionMainDiv2ContentSocialMediaIconDiv {
        width: 99.9%;
        height: 2.3vw;
        /*border:1px solid red;*/
        margin-top: 5%;
        display: flex;
    }

    .ContactUsSectionMainDiv2ContentSocialMediaIcon {
        width: 9%;
        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*/

    /*#endregion Index End*/

    /*Added by Aniket Thosar on 31.01.2023*/
    /*#region WorkSection Start*/
    /*#region WorkSectionPanelDivTitleSection Start*/
    .WorkSectionPanelDivTitleSection
    {
        width:96%;
        /*border:1px solid black;*/
    }
    .WorkSectionPanelDivTitle
    {
        width:24%;
        height:6vw;
        /*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:80%;
        /*border:1px solid black;*/
        margin-top:4%;
        margin-left:8%;
        font-family:montserratregular;
        font-size:87.5%; /*14px*/
        letter-spacing:1px;
        color:rgb(255,255,255);
    }
    /*#endregion WorkSectionPanelDivTitleSection Start*/
    /*#endregion WorkSection End*/
}
/*#endregion*/

/*#region Laptop size 1301 to 1330*/
@media only screen and (min-width: 1301px) and (max-width: 1330px) 
{
    /*#region Index Start*/
    /*#region SplashScreen Start*/
    .SplashScreen {
        width: 100%;
        height: 55vw;
        /*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: 25%;
        /*border:1px solid yellow;*/
        margin-top: 13%;
        margin-left: 40%;
        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 LogoNavigationandHamburgSection Start*/
    .UpperMainDiv {
        width: 100%;
        position: -webkit-sticky;
        position: sticky;
        position: fixed;
        z-index: 1;
/*        margin-left: 0.1%;*/
    }
    /*#region LogoAndNavigationBar Start*/
    .LogoAndNavigationBar {
        width: 100%;
        height: 8vw;
        /*border:1px solid yellow;*/
        display: flex;
        transition: background .5s;
    }

    /*#region LogoSection Start*/
    .LogoSection {
        width: 25%;
        /*border:1px solid black;*/
    }

    .Logo {
        width: 25%;
        height: 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 black;*/
        margin-top: 3%;
        margin-left: 5.2%;
        display: flex;
    }

    .NavigationSectionC1 {
        margin-top: 1%;
        margin-left: 4%;
        letter-spacing: 1px;
    }

        .NavigationSectionC1 a {
            text-decoration: none;
            color: rgb(247,157,29);
            font-family: montserratregular;
            font-size: 85%; /*14px*/
        }
    /*#endregion NavigationSection End*/
    /*#endregion LogoAndNavigationBar End*/

    /*#region HamburgSection Start*/
    .HamburgSection {
        width: 2%;
        height: 20%;
        /*border:1px solid black;*/
        margin-top: 3.3%;
        margin-left: 5.2%;
        display: none;
    }

        .HamburgSection a {
            text-decoration: none;
        }

        .HamburgSection img {
            width: 100%;
            height: 100%;
        }

    .HamburgSectionCloseBtn {
        width: 100%;
        height: 100%;
        display: none;
    }
    /*#region HamburgOptionsSection Start*/
    .HamburgOptionsSection {
        width: 15%;
        height: 20vw;
        float: right;
        /*border:1px solid red;*/
        background-color: rgb(32,33,28);
        line-height: 38px;
        text-align: right;
        display: none;
    }

    .HamburgOptionsSectionC1 {
        padding-right: 4%;
        letter-spacing: 1px;
        /*border:1px solid white;*/
    }

        .HamburgOptionsSectionC1 a {
            text-decoration: none;
            color: rgb(247,157,29);
            font-family: montserratregular;
            font-size: 87.5%; /*14px*/
        }
    /*#endregion HamburgOptionsSection End*/
    /*#endregion HamburgSection End*/
    /*#endregion LogoNavigationandHamburgSection End*/

    /*#region HomeSection Start*/
    .HomeSection {
        width: 100%;
        height: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/HomeSection/HomeSectionBackground.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .HomeSectionTitleDiv {
        width: 100%;
        height: 100%;
        border: 1px solid transparent;
    }

    .HomeTitle {
        width: 20%;
        /*border:1px solid white;*/
        float: right;
        margin-top: 23%;
        margin-right: 21%;
        font-family: montserratregular;
        font-size: 75%; /*12px*/
        color: rgb(247,157,29);
        word-spacing: 2px;
        letter-spacing: 1px;
        line-height: 20px;
    }
    /*#endregion HomeSection End*/

    /*#region AboutUsSection Start*/
    .AboutUsSection {
        width: 100%;
        height: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/AboutUsSection/AboutUsSectionBackground.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    /*#region AboutSectionMainDiv Start*/
    .AboutSectionMainDiv {
        width: 76%;
        height: 66%;
        border-bottom: 1px solid rgb(218,121,39);
        margin-top: 12%;
        margin-left: 12%;
        display: flex;
    }

    /*#region AboutSectionMainDivContent1 Start*/
    .AboutSectionMainDivContent1 {
        width: 58%;
        height: 100%;
        /*border:1px solid yellow;*/
    }

    .AboutSectionMainDivContent1Img {
        width: 94%;
        height: 98%;
        /*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: 16%;
        font-family: montserratregular;
        font-size: 110%; /*20px*/
        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%;
        /*border:1px solid red;*/
        line-height: 21px;
        font-family: montserratlight300;
        font-size: 88%; /*16px*/
        color: rgb(247,157,29);
    }
    /*#endregion AboutSectionMainDivContent2 End*/
    /*#endregion AboutSectionMainDiv End*/

    /*#endregion AboutUsSection End*/

    /*#region OurTroupeSection Start*/
    .OurTroupeSection {
        width: 100%;
        height: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/OurTroupeSection/OurTroupeBackgroundImg.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .OurTroupeSectionMainDiv {
        width: 64%;
        /*height:80%;*/
        /*border:1px solid black;*/
        margin-top: 12%;
        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: 2.8%;
    }

    .OurTroupeSectionMainDivTitleContent {
        width: 35%;
        /*border:1px solid red;*/
        font-family: montserratregular;
        font-size: 95%; /*18px*/
        color: rgb(255,255,255);
        text-align: center;
        letter-spacing: 8px;
        padding-top: 1.5%;
    }
    /*#endregion OurTroupeSectionMainDivTitle Start*/

    /*#region OurTroupeMainDivContent Start*/
    .OurTroupeMainDivContent {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 2%;
    }
    /*#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: 4%;
    }
    /*#endregion OurTroupeMainDivContentPanel2 End*/

    /*#region OurTroupeProfile Start*/
    .OurTroupeProfile1 {
        width: 25%;
        height: 100%;
        /*border:1px solid red;*/
    }

    .OurTroupeProfile2 {
        width: 25%;
        height: 100%;
        /*border:1px solid red;*/
        margin-left: 11%;
    }

    .OurTroupeProfile3 {
        width: 25%;
        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: 5%;
        text-align: center;
        letter-spacing: 1px;
    }

    .OurTroupeProfileDescriptionName {
        font-family: montserratbold;
        font-size: 90%; /*14px*/
    }

    .OurTroupeProfileDescriptionDesignation {
        width: 130%;
        height: 100%;
        /*border:1px solid black;*/
        font-family: montserratregular;
        font-size: 80%; /*12px*/
        margin-top: 2%;
        margin-left: -13%;
    }
    /*#endregion OurTroupeProfile End*/
    /*#endregion OurTroupeMainDivContent End*/

    /*#region OurTroupeOtherDetails Start*/
    .OurTroupeOtherDetails {
        width: 99.9%;
        height: 100%;
        position: relative;
        border: 1px solid transparent;
        margin-top: -56%;
        background-color: rgba(0,0,0,0.7);
        display: none;
    }
    /*#region OurTroupeOtherDetailsPanel Start*/
    .OurTroupeOtherDetailsPanel {
        width: 38%;
        margin-top: 14%;
        float: right;
        /*border:1px solid red;*/
    }
    /*#region OurTroupeOtherDetailsPanel1 Start*/
    .OurTroupeOtherDetailsPanel1 {
        width: 100%;
        height: 18vw;
        background-color: rgb(247,157,29);
    }
    /*#region OurTroupeOtherDetailsPanelCloseButtonSection Start*/
    .OurTroupeOtherDetailsPanelCloseButtonSection {
        width: 99.9%;
        /*border:1px solid black;*/
    }

    .OurTroupeOtherDetailsPanelCloseButton {
        width: auto;
        border: none;
        margin-top: 3%;
        margin-left: 92%;
        background-color: transparent;
        font-size: 112.5%; /*16px*/
    }
    /*#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: 89%;
        /*border:1px solid black;*/
        margin-top: 6.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: 50%;
        font-family: montserratregular;
        font-size: 90%; /*18px*/
        letter-spacing: 1.5px;
        color: rgb(255,234,207);
    }

    .OurTroupeOtherDetailsPanelProfileDesignation {
        width: 99%;
        /*border:1px solid white;*/
        margin-top: 2%;
        font-family: montserratregular;
        font-size: 87.5%; /*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: 87.5%; /*16px*/
        letter-spacing: 1px;
        line-height: 25px;
    }

    .paraspace {
        margin-top: -2%;
        /*border:1px solid black;*/
    }
    /*#endregion OurTroupeOtherDetailsPanel2 End*/
    /*#region OurTroupeOtherDetailsProfileSection Start*/
    /*#region Profile 1 Start*/
    #OurTroupeOtherDetailsPanelProfileImg1 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName1 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation1 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile1 {
        display: none;
    }
    /*#endregion Profile 1 End*/

    /*#region Profile 2 Start*/
    #OurTroupeOtherDetailsPanelProfileImg2 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName2 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation2 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile2 {
        display: none;
    }
    /*#endregion Profile 2 End*/

    /*#region Profile 3 Start*/
    #OurTroupeOtherDetailsPanelProfileImg3 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName3 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation3 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile3 {
        display: none;
    }
    /*#endregion Profile 3 End*/

    /*#region Profile 4 Start*/
    #OurTroupeOtherDetailsPanelProfileImg4 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName4 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation4 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile4 {
        display: none;
    }
    /*#endregion Profile 4 End*/

    /*#region Profile 5 Start*/
    #OurTroupeOtherDetailsPanelProfileImg5 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName5 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation5 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile5 {
        display: none;
    }
    /*#endregion Profile 5 End*/

    /*#region Profile 6 Start*/
    #OurTroupeOtherDetailsPanelProfileImg6 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileName6 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelProfileDesignation6 {
        display: none;
    }

    #OurTroupeOtherDetailsPanelDescriptionContentProfile6 {
        display: none;
    }
    /*#endregion Profile 6 End*/
    /*#endregion OurTroupeOtherDetailsProfileSection End*/

    /*#endregion OurTroupeOtherDetailsPanel End*/

    /*#endregion OurTroupeOtherDetails End*/

    /*#endregion OurTroupeSection End*/

    /*#region ServicesSection Start*/
    .ServicesSection {
        width: 100%;
        height: 52vw;
        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: 50%;
        height: 100%;
        /*border:1px solid black;*/
        /*float:right;*/
        /*margin-right:8%;*/
        margin-left: 22%;
    }

        .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: 220%;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        color: rgb(255,255,255);
        letter-spacing: 20px;
        font-size: 110%; /*18px*/
        font-family: montserratregular;
    }
    /*#endregion ServicesSectionMainDivSection2Title Start*/
    /*#endregion ServicesSectionMainDivSection1 End*/

    /*#region ServicesSectionMainDivSection2 Start*/
    .ServicesSectionMainDivSection2 {
        width: 35%;
        height: 80%;
        /*border:1px solid yellow;*/
        margin-top: 3%;
        display: flex;
    }


    /*#region ServicesSectionMainDivSection2Content Start*/
    .ServicesSectionMainDivSection2Content {
        width: auto;
        height: 80%;
        /*border:1px solid black;*/
        margin-top: 5%;
        margin-left: 5%;
        font-family: montserratregular;
        font-size: 100%; /*16px*/
        letter-spacing: 1px;
    }

    .ServicesSectionMainDivSection2ContentSpace {
        /* width:100%;
            height:50%;*/
        margin-top: 11%;
        /*border:1px solid black;*/
    }

    /*#endregion ServicesSectionMainDivSection2Content End*/
    /*#endregion ServicesSectionMainDivSection2 End*/
    /*#endregion ServicesSection End*/

    /*#region TestimonialSection Start*/
    .TestimonialSection {
        width: 100%;
        height: 58vw;
        /*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: 10%;
        margin-left: 5%;
        display: flex;
    }

    .Arrow1 {
        width: 1.5%;
        height: 2.5vw;
        margin-top: 16%;
        /* margin-left:2.5%;*/
        /*border: 1px solid white;*/
    }

        .Arrow1 img {
            width: 100%;
            height: 100%;
        }

    .Arrow2 {
        width: 1.5%;
        height: 2.5vw;
        margin-top: 16%;
        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: 65%;
        margin-left: 5%;
    }

        .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: 100%; /*25px*/
        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: 85%; /*16px*/
        letter-spacing: 2.5px;
        line-height: 25px;
    }
    /*#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: 112%; /*18px*/
        letter-spacing: 3px;
    }

    .TestimonialsContentDiv2ContentGivenByDesignation {
        font-family: montserratregular;
        font-size: 100%; /*16px*/
        letter-spacing: 2px;
        margin-top: 1%;
    }

    .TestimonialsContentDiv2ContentGivenByClient {
        font-family: montserratregular;
        font-size: 100%; /*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: 58vw;
        /*border: 1px solid black;*/
    }

    .CareerSectionMainDiv {
        width: 100%;
        height: 100%;
        /*border:1px solid red;*/
        display: flex;
    }

    /*#region CareerSectionMainDiv1 Start*/
    .CareerSectionMainDiv1 {
        width: 50%;
        height: 100%;
        /*border:1px solid black;*/
        background-image: url(../images/IndexPage/CareerSection/CareerSection1BackgroundImg.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .CareerSectionMainDiv1Content {
        width: 58%;
        /*border:1px solid black;*/
        margin-top: 37%;
        margin-left: 20%;
    }

    .CareerSectionMainDiv1ContentTitle {
        width: 100%;
        /*border:1px solid red;*/
        font-family: montserratsemibold;
        font-size: 112.5%; /*18px*/
        color: rgb(247,157,29);
        letter-spacing: 7px;
    }

    .CareerSectionMainDiv1ContentHRLine {
        width: 9.5%;
        border-top: 2.8px solid rgb(247,157,29);
        margin-top: 3%;
    }

    .CareerSectionMainDiv1ContentDescription {
        width: 100%;
        /*border:1px solid black;*/
        margin-top: 12%;
        font-family: montserratlight300;
        font-size: 87.5%; /*14px*/
        letter-spacing: 2px;
        line-height: 27px;
    }
    /*#endregion CareerSectionMainDiv1 End*/

    /*#region CareerSectionMainDiv2 Start*/
    .CareerSectionMainDiv2 {
        width: 50%;
        height: 100%;
        /*border:1px solid black;*/
        background-image: url(../images/IndexPage/CareerSection/CareerSection2BackgroundImg.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: 58vw;
        /*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: 87.5%; /*16px*/
        letter-spacing: 5px;
        word-spacing: 5px;
        text-align: center;
    }

    .ClientSectionContent2MainDivisionContent {
        width: 95%;
        /*border:1px solid red;*/
        margin-top: 10%;
        margin-left: 2.5%;
    }

    .ClientArrow1 {
        width: 2.5%;
        height: 3vw;
        margin-left: 2%;
        margin-top: 37%;
        /*border: 1px solid black;*/
    }

        .ClientArrow1 img {
            width: 100%;
            height: 100%;
        }

    .ClientArrow2 {
        width: 2.5%;
        height: 3vw;
        margin-left: 1.5%;
        margin-top: 37%;
        /*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: 58vw;
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/ContactUsSection/ContactUsSectionBackgroundImg.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .ContactUsSectionMainDiv {
        width: 76%;
        height: 48%;
        /*border:1px solid red;*/
        margin-top: 12%;
        margin-left: 12%;
        display: flex;
    }
    /*#region ContactUsSectionMainDiv1 Start*/
    .ContactUsSectionMainDiv1 {
        width: 55%;
        height: 100%;
        /*border:1px solid orange;*/
    }

        .ContactUsSectionMainDiv1 img {
            width: 100%;
            height: 100%;
        }
    /*#endregion ContactUsSectionMainDiv1 End*/

    /*#region ContactUsSectionMainDiv2 Start*/
    .ContactUsSectionMainDiv2 {
        width: 34%;
        height: 100%;
        /*border:1px solid orange;*/
        margin-left: 5%;
    }
    /*#region ContactUsSectionMainDiv2Content Start*/
    .ContactUsSectionMainDiv2Content {
        width: 100%;
        height: 92%;
        /*border:1px solid red;*/
        margin-top: 5%;
    }

    .ContactUsSectionMainDiv2ContentTitle {
        width: 100%;
        font-family: montserratsemibold;
        font-size: 112.7%; /*18px*/
        color: rgb(247,157,29);
        letter-spacing: 12px;
    }

    .ContactUsSectionMainDiv2ContentHRLine {
        width: 10%;
        border-top: 2.8px solid rgb(247,157,29);
        margin-top: 2.5%;
    }

    .ContactUsSectionMainDiv2ContentDescription {
        width: 99.9%;
        /*border:1px solid black;*/
        margin-top: 6%;
        font-family: montserratregular;
        font-size: 100%; /*16px*/
        color: rgb(247,157,29);
        letter-spacing: 1px;
        line-height: 20px;
    }

    .ContactUsSectionMainDiv2ContentAddress {
        width: 99.9%;
        font-family: montserratregular;
        font-size: 100%; /*16px*/
        color: rgb(255,255,255);
        letter-spacing: 1px;
        line-height: 20px;
    }

    .ContactUsSectionMainDiv2ContentSocialMediaIconDiv {
        width: 99.9%;
        height: 2.3vw;
        /*border:1px solid red;*/
        margin-top: 5%;
        display: flex;
    }

    .ContactUsSectionMainDiv2ContentSocialMediaIcon {
        width: 9%;
        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*/

    /*#endregion Index End*/

    /*Added by Aniket Thosar on 31.01.2023*/
    /*#region WorkSection Start*/
    /*#region WorkSectionPanelDivTitleSection Start*/
    .WorkSectionPanelDivTitleSection
    {
        width:96%;
        /*border:1px solid black;*/
    }
    .WorkSectionPanelDivTitle
    {
        width:24%;
        height:6vw;
        /*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:80%;
        /*border:1px solid black;*/
        margin-top:4%;
        margin-left:8%;
        font-family:montserratregular;
        font-size:100%; /*16px*/
        letter-spacing:1px;
        color:rgb(255,255,255);
    }
    /*#endregion WorkSectionPanelDivTitleSection Start*/
    /*#endregion WorkSection End*/
}
/*#endregion*/

/*#endregion*/