﻿/*#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 For Smooth Scroll Start*/
html {
    scroll-behavior: smooth;
}
/*#endregion For Smooth Scroll End*/

/*#region Animation (Transition) Start*/
/*#region Other Transition Effect Start*/
.LogoAndNavigationBar, .HomeSection, .AboutUsSection, .OurTroupeSection, .ServicesSection, .ClientsSection, .ClientSectionContent2MainDivisionContentClientLogoSection1, .ClientSectionContent2MainDivisionContentClientLogoSection2, .ClientSectionContent2MainDivisionContentClientLogoSection3, .TestimonialSection, .CareerSection, .ContactUsSection, .WorkPageSectionDiv {
    position: static;
    animation-name: anime;
    animation-duration: 1.5s;
}

@keyframes anime 
{
    from 
    {   
        opacity: 0;
    }
    to 
    {   
        opacity: 1;
    }
}
/*#endregion Other Transition Effect End*/

/*#region HamburgOptionsSection Start*/
.HamburgOptionsSection
{
    position: static;
    animation-name: HamburdOptionsSectionTransit;
    animation-duration: 1s;
 
}
@keyframes HamburdOptionsSectionTransit
{
    from 
    {
        transform:translateX(100%);
        opacity:0;
    }
    to
    {
        transform:translateX(0);
        opacity:1;
    }
}
/*#endregion HamburgOptionsSection End*/

/*#region SplashScreenTransit Start*/
.SplashScreen
{
    position: static;
    animation-name: SplashScreenTransit;
    animation-duration: 1.5s;
}

@keyframes SplashScreenTransit
{
    from
    {
        transform:translateY(-100%);
        opacity:0;
    }
    to
    {
        transform:translateY(0);
        opacity:1;
    }
}
/*#endregion SplashScreenTransit Start*/    

/*#region MaindivTransit Start*/
.Maindiv
{
    position: static;
    animation-name: MaindivTransit;
    animation-duration: 1.5s;
}
@keyframes MaindivTransit
{
    from 
    {
        transform:translateY(100%);
        opacity:0;
    }
    to
    {
        transform:translateX(0);
        opacity:1;
    }
}
/*#endregion MaindivTransit End*/

/*#region OurTroupeSection Start*/

/*#region OurTroupeOtherDetails Start*/
    .OurTroupeOtherDetails
    {
        position: static;
        animation-name: OurTroupeOtherDetailsTransit;
        animation-duration: 1.5s;
    }
    @keyframes OurTroupeOtherDetailsTransit
    {
        from 
        {
            /*transform:translateX(100%); */
            opacity:0; 
        }
        to
        {
            /*transform:translateX(0); */
            opacity:1; 
        }
    }
/*.OurTroupeOtherDetailsPanel {
        position: static;
        animation-name: OurTroupeOtherDetailsPanelTransit;
        animation-duration: 1.5s;
        transition: ease-in-out; 
        animation-timing-function: linear;
        animation-fill-mode:forwards;
    }
    @keyframes OurTroupeOtherDetailsPanelTransit
    {
        from 
        {
            transform:translateX(100%);
            opacity:0; 
        }
        to
        {
            /*transform:translateX(0);
            opacity:1; 
        }
    } */
    
    /*APARNA START*/
    .OurTroupeOtherDetailsPanel {
        position: absolute;
        animation-name: openDetails;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        right: 0px;
        bottom: 60px;
    }
    @keyframes openDetails {
        from {
            right: -600px;
            bottom: 60px;
            opacity: 0;
        }

        to {
            right: 0px;
            bottom: 60px;
            opacity: 1;
        }
    }
    /*APARNA END*/

/*#endregion OurTroupeOtherDetails End*/
/*#region OurTroupeProfile1 Start */
#OurTroupeProfile1:hover #OurTroupeProfileDescriptionName1 {
    color: rgb(255, 0, 0);
    transition: 0.3s;
}
    #OurTroupeProfile1:hover #OurTroupeProfileImg1
    {
        width:92%;
        height:78%;
        margin-left:2.5%;
        transition:0.3s;
        
    } 

/*#endregion OurTroupeProfile1 End*/

/*#region OurTroupeProfile2 Start*/
    #OurTroupeProfile2:hover #OurTroupeProfileDescriptionName2
    {
        color: rgb(255, 0, 0);
        transition: 0.3s;
    }
    #OurTroupeProfile2:hover #OurTroupeProfileImg2
    {
        width:92%;
        height:78%;
        margin-left:2.5%;
        transition:0.3s;
    }
/*#endregion OurTroupeProfile2 End*/

/*#region OurTroupeProfile3 Start*/
    #OurTroupeProfile3:hover #OurTroupeProfileDescriptionName3
    {
        color: rgb(255, 0, 0);
        transition: 0.3s;
    }
    #OurTroupeProfile3:hover #OurTroupeProfileImg3
    {
        width:92%;
        height:78%;
        margin-left:2.5%;
        transition:0.3s;
    }
/*#endregion OurTroupeProfile3 End*/

/*#region OurTroupeProfile4 Start*/
    #OurTroupeProfile4:hover #OurTroupeProfileDescriptionName4
    {
        color: rgb(255, 0, 0);
        transition: 0.3s;
    }
    #OurTroupeProfile4:hover #OurTroupeProfileImg4
    {
        width:92%;
        height:78%;
        margin-left:2.5%;
        transition:0.3s;
    }
/*#endregion OurTroupeProfile4 End*/

/*#region OurTroupeProfile5 Start*/
    #OurTroupeProfile5:hover #OurTroupeProfileDescriptionName5
    {
        color: rgb(255, 0, 0);
        transition: 0.3s;
    }
    #OurTroupeProfile5:hover #OurTroupeProfileImg5
    {
        width:92%;
        height:78%;
        margin-left:2.5%;
        transition:0.3s;
    }
/*#endregion OurTroupeProfile5 End*/

/*#region OurTroupeProfile6 Start*/
    #OurTroupeProfile6:hover #OurTroupeProfileDescriptionName6
    {
        color: rgb(255, 0, 0);
        transition: 0.3s;
    }
    #OurTroupeProfile6:hover #OurTroupeProfileImg6
    {
        width:92%;
        height:78%;
        margin-left:2.5%;
        transition:0.3s;
    }
/*#endregion OurTroupeProfile6 End*/

/*#endregion OurTroupeSection End*/

/*#region Services Content*/
    #ServicesSectionMainDivSection2ContentSpace:hover
    {
        font-size:105%;/*16.4px*/ 
        color:rgb(228,101,38);
        transition:0.3s;
    }
    /*#endregion Services Content*/

/*#region TestimonialSection Start*/
.TestimonialsMain1, .TestimonialsMain2, .TestimonialsMain3 
{
    position: static;
    animation-name: TestimonialTransit;
    animation-duration: 1.8s;
    
}
@keyframes TestimonialTransit
{
    from 
    {
        /*transform:translateX(100%);*/
        opacity:0;
    }
    to
    {
        /*transform:translateX(0);*/
        opacity:1;
    }
}
/*#ednregion TestimonialSection End*/

/*#endregion Animation (Transition) End*/

/*#region WorkSectionPanel1 Start*/
.WorkPageSection
{
    position:static;
    animation-name:WorkPageSectionTransition;
    animation-duration:1.5s;
}
@keyframes WorkPageSectionTransition
{
    from
    {
        opacity:0;
    }
    to
    {
        opacity:1;
    }
}
.WorkSectionPanelDivTitle
{
    position: static;
    animation-name: WorkSectionTitleTransition;
    animation-duration: 1.5s;
}
@keyframes WorkSectionTitleTransition
{
    from
    {
        transform:translateY(-10%);
        opacity:0;
    }
    to
    {
        transform:translateY(0);
        opacity:1;
    }
}

.WorkSectionPanel1Div1, .WorkSectionPanel1Div2,.WorkSectionPanel1Div3, .WorkSectionPanel1Div4, .WorkSectionPanel1Div5, .WorkSectionPanel1Div6, .WorkSectionPanel1Div7
{
    position: static;
    animation-name: WorkSectionPanel1DivSlide;
    animation-duration: 1.8s;
    
}
@keyframes WorkSectionPanel1DivSlide
{
    from
    {
        /*transform:translateY(100%);*/
        opacity:0;
    }
    to
    {
        /*transform:translateY(0);*/
        opacity:1;
    }
}

.WorkSectionPanel2Div1, .WorkSectionPanel2Div2, .WorkSectionPanel2Div3, .WorkSectionPanel2Div4
{
    position: static;
    animation-name: WorkSectionPanel2DivSlide;
    animation-duration: 1.8s;
    
}
@keyframes WorkSectionPanel2DivSlide
{
    from
    {
        /*transform:translateX(100%);*/
        opacity:0;
    }
    to
    {
        /*transform:translateX(0);*/
        opacity:1;
    }
}
/*#endregion WorkSectionPanel1 End*/
/*#endregion Animation (Transition) End*/

/*#region Index Start*/
/*#region SplashScreen Start*/
.SplashScreen {
    width: 100%;
    height: 52vw;
    display: block;
    /*border:1px solid black;*/
    background-image: url(../images/SplashScreen/SplashScreenBackground.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    /*transform:translateX(0);*/
}
    .SplashScreenTitleDiv
    {
        width:100%;
        height:100%;
        border:1px solid transparent;
    }
    .SplashScreenTitleDivContent
    {
        width:18%;
        /*border:1px solid yellow;*/
        margin-top:13%;
        margin-left:43%;
        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*/
    
    .Maindiv
    {
        display:none;
    }

    .MobileNav 
    {
        display: none;
    }

    /*#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:87.5%; /*14px*/
    }
    /*#endregion NavigationSection End*/
    /*#endregion LogoAndNavigationBar End*/
    
    /*#region HamburgSection Start*/
    .HamburgSection
    {
        width:2%;
        height:20%;
        /*border:1px solid white;*/
        margin-top:3.3%;
        margin-left:5.2%;
        display:block;
    }

   
    .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:12%;
        /*border:1px solid white;*/
        float:right;
        margin-top:25%;
        margin-right:28%;
        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.2%;
        
    }

    /*#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:125%; /*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:24px;
            font-family:montserratlight300;
            font-size:100%; /*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;
        margin-top:-0.2%;
    }
    .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:112.5%; /*18px*/
        color:rgb(255,255,255);
        text-align:center;
        letter-spacing:13px;
        padding-top:1.6%;
    }
    /*#endregion OurTroupeSectionMainDivTitle Start*/

    /*#region OurTroupeMainDivContent Start*/
.OurTroupeMainDivContent {
    width: 100%;
    height: 58vw;
    /*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:26%;
        height:100%;
        /*border:1px solid red;*/
    }
    .OurTroupeProfile2
    {
        width:26%;
        height:100%;
        /*border:1px solid red;*/
        margin-left:11%;
    }
    .OurTroupeProfile3
    {
        width:26%;
        height:100%;
        /*border:1px solid red;*/
        margin-left:11%;
    }
    .OurTroupeProfileImg
    {
        width:90%;
        height:76%;
        /*border:1px solid black;*/
        margin-left:4%;
    }
    .OurTroupeProfileImg img
    {
        width:100%;
        height:100%;
    }
    .OurTroupeProfileDescription
    {
        width:100%;
        /*border:1px solid black;*/
        margin-top:8%;
        text-align:center;
        letter-spacing:1px;
    }
    .OurTroupeProfileDescriptionName
    {
        font-family:montserratbold;
        font-size:87.5%; /*14px*/
    }
    .OurTroupeProfileDescriptionDesignation
    {
        font-family:montserratregular;
        font-size:75%; /*12px*/
        margin-top:2%;
    }
    /*#endregion OurTroupeProfile End*/
    /*#endregion OurTroupeMainDivContent End*/

    /*#region OurTroupeOtherDetails Start*/
    .OurTroupeOtherDetails
    {
        width:100%;
        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%;
    }
    /*#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:65%;
        font-family:montserratregular;
        font-size:87.5%; /*18px*/
        text-align:center;
        letter-spacing:1.5px;
        color:rgb(255,234,207);
    }
    .OurTroupeOtherDetailsPanelProfileDesignation
    {
        width:101%;
        /*border:1px solid white;*/
        margin-top:2%;
        font-family:montserratregular;
        font-size:75%; /*12px*/
        text-align:center;
        letter-spacing:1px;
        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;
        margin-top:-0.2%;
    }
    .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: 213%;
            transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            color: rgb(255,255,255);
            letter-spacing: 25px;
            font-size: 112.5%; /*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:100%; /*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: 48vw;
        /*border:1px solid yellow;*/
        border: 1px solid transparent;
        background-image: url(../images/IndexPage/TestimonialSection/TestimonialBackgroundImg.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: -0.2%;
    }
    .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:156.25%; /*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:100%; /*16px*/
        letter-spacing:2.5px;
        line-height:28px;
    }
    /*#endregion TestimonialsContentDiv2Content End*/

    /*#region TestimonialsContentDiv2ContentHRLine Start*/
    .TestimonialsContentDiv2ContentHRLine
    {
        width:9%;
        border-top:5px 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.5%; /*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%;
    }

    .TitleandHRlineforMobile 
    {
        width: 50%;
        margin-left: 30%;
        /*border: 1px solid white;*/
        display:none;
    }

    .TestimonialsContentDiv2TitleforMobile 
    {
        width: 100%;
        /*border:1px solid red;*/
        font-family: montserratregular;
        font-size: 156.25%; /*25px*/
        color: rgb(247,157,29);
        letter-spacing: 10px;
        /*border: 1px solid white;*/
    
    }
    .TestimonialsContentDiv2TitleHRLineforMobile 
    {
        width: 9%;
        border-top: 3px solid rgb(218,121,39);
        margin-top: 1%;
    }
    .titleandHorizontallineDiv 
    {
        display:block;
        /*border: 1px solid white;*/
    }
    /*#endregion TestimonialsContentDiv2ContentGivenByDetails End*/
/*#endregion TestimonialsContentDiv2 End*/
/*#endregion TestimonialsContentDiv End*/
/*#endregion TestimonialSection End*/

    /*#region Career Section Start*/
    .CareerSection 
    {
        width: 100%;
        height:58vw;
        margin-top:-0.1%;
        /*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:40%;
        margin-left:20%;
    }
    .CareerSectionMainDiv1ContentTitle
    {
        width:100%;
        /*border:1px solid red;*/
        font-family:montserratsemibold;
        font-size:112.7%; /*18px*/
        color:rgb(247,157,29);
        letter-spacing:7px;
    }
    .CareerSectionMainDiv1ContentHRLine
    {
        width:8.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: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;
            /*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:83%;
            /*margin-left:3.5%;*/
            /*border:1px solid black;*/
        }
        .ClientSectionContent2MainDivision 
        {
            width: 97%;
            height: 80%;
            /*border: 1px solid black;*/
            margin-top: 20%;
            margin-left:1.5%;
            display:flex;
        }
        .ClientSectionContent2MainDivisionTitle 
        {
            width: 100%;
            /*border: 1px solid black;*/
            font-family: montserratregular;
            font-size: 87.5%; /*16px*/
            letter-spacing:8px;
            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.02%;
    }
    .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:8%;
        border-top:2.8px solid rgb(247,157,29);
        margin-top:2.5%;
    }
    .ContactUsSectionMainDiv2ContentDescription
    {
        width:99.9%;
        /*border:1px solid black;*/
        margin-top:8%;
        font-family:montserratregular;
        font-size:87.5%; /*14px*/
        color:rgb(247,157,29);
        letter-spacing:1px;
        line-height:25px;
    }
    .ContactUsSectionMainDiv2ContentAddressHRTopLine
    {
        border-top:1.5px solid rgb(247,157,29);
        margin-top:10%;
        margin-bottom:7%;
    }
    .ContactUsSectionMainDiv2ContentAddressHRBottomLine
    {
        border-top:1.5px solid rgb(247,157,29);
        margin-top:7%;
    }
    .ContactUsSectionMainDiv2ContentAddress
    {
        width:95%;
        /*border:1px solid black;*/
        font-family:montserratregular;
        font-size:87.5%; /*14px*/
        color:rgb(255,255,255);
        letter-spacing:1px;
        line-height:25px;
    }
    .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: 3%;
    height: 3vw;
    float: right;
    margin-right: 2%;
    display: none;
    margin-top: 2%;
    /* margin-bottom: 10%;*/
    /*border: 1px solid black;*/
    position: -webkit-sticky;
    position: sticky;
    /*z-index: 1;*/
    transition: 0.5s ease-out;
    transition-duration: 5000ms;
}

    .UpperArrow img 
    {
        width: 100%;
        height: 100%;
    }
/*#endregion Upper Arrow End*/
/*#endregion Index End*/

/*#region Blank Section Start*/
.BlankSection
{
    width:100%;
    height:10vw;
    /*border:1px solid red;*/
}
/*#endregion blank Section End*/

/*#region WorkSection Start*/
.WorkSection
{
    width:100%;
    /*border:1px solid black;*/
    margin-top:3%;
}

/*#region WorkSectionTitle Start*/
.WorkSectionTitle
{
    width:100%;
    text-align:center;
    font-family:montserratregular;
    font-size:112.7%; /*18px*/
    letter-spacing:5px;
    color:rgb(58,20,14);
}
/*#endregion WorkSectionTitle End*/

/*#region WorkSectionPanelDivision Start*/
.WorkSectionPanelDivision
{
    width:100%;
    /*border:1px solid red;*/
    margin-top:2%;
}
    /*#region WorkSectionPanel1 Start*/
    .WorkSectionPanel1
    {
        width:100%;
        height:40vw;
        /*border:1px solid black;*/
    }
    
    /*#region WorkSectionPanelDivision 1 to 7 Start*/
    .WorkSectionPanel1Div1
    {
        width:100%;
        height:100%;
        background-size: cover;
		background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage1.png);
		background-repeat: no-repeat;
		background-position: center center;
		display: block;
    }
    .WorkSectionPanel1Div2
    {
        width:100%;
        height:100%;
        background-size: cover;
		background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage2.png);
		background-repeat: no-repeat;
		background-position: center center;
		display: none;
    }
    .WorkSectionPanel1Div3
    {
        width:100%;
        height:100%;
        background-size: cover;
		background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage3.png);
		background-repeat: no-repeat;
		background-position: center center;
		display: none;
    }
    .WorkSectionPanel1Div4
    {
        width:100%;
        height:100%;
        background-size: cover;
		background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage4.png);
		background-repeat: no-repeat;
		background-position: center center;
		display: none;
    }
    .WorkSectionPanel1Div5
    {
        width:100%;
        height:100%;
        background-size: cover;
		background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage5.png);
		background-repeat: no-repeat;
		background-position: center center;
		display: none;
    }
    .WorkSectionPanel1Div6
    {
        width:100%;
        height:100%;
        background-size: cover;
		background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage6.png);
		background-repeat: no-repeat;
		background-position: center center;
		display: none;
    }
    .WorkSectionPanel1Div7
    {
        width:100%;
        height:100%;
        background-size: cover;
		background-image: url(../images/WorkPage/NSEWorkImages/NSEWorkImage7.png);
		background-repeat: no-repeat;
		background-position: center center;
		display: none;
    }
    /*#endregion WorkSectionPanelDivision 1 to 7 End*/

    /*#region WorkSectionPanelDivArrowAndTitleSection Start*/
    .WorkSectionPanelDivArrowAndTitleSection
    {
        width:92%;
        /*border:1px solid red;*/
        display:flex;
        margin-top:-40.5%;
        margin-left:4%;
    }
    /*#region WorkSectionPanelDivLeftArrow Start*/
    .WorkSectionPanelDivLeftArrow
    {
        width:2%;
        height:3vw;
        /*border:1px solid black;*/
        margin-top:20%;
    }
    .WorkSectionPanelDivLeftArrow a
    {
        text-decoration:none;
    }
    .WorkSectionPanelDivLeftArrow img
    {
        width:100%;
        height:100%;
    }
    /*#endregion WorkSectionPanelDivLeftArrow End*/
    
    /*#region WorkSectionPanelDivTitleSection Start*/
    .WorkSectionPanelDivTitleSection
    {
        width:96%;
        /*border:1px solid black;*/
    }
    .WorkSectionPanelDivTitle
    {
        width: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*/

    /*#region WorkSectionPanelDivRightArrow Start*/
    .WorkSectionPanelDivRightArrow
    {
        width:2%;
        height:3vw;
        /*border:1px solid black;*/
        margin-top:20%;
    }
    .WorkSectionPanelDivRightArrow a
    {
        text-decoration:none;
    }
    .WorkSectionPanelDivRightArrow img
    {
        width:100%;
        height:100%;
    }
    /*#endregion WorkSectionPanelDivRightArrow End*/
    /*#endregion WorkSectionPanelDivArrowAndTitleSection End*/
    /*#endregion WorkSectionPanel1 End*/

    /*#region WorkSectionPanel2 Start*/
    .WorkSectionPanel2
    {
        width:100%;
        height:40vw;
        /*border:1px solid black;*/
        margin-top:4%;
    }

    /*#region WorkSectionPanelDivision 1 to 3 Start*/
    .WorkSectionPanel2Div1
    {
        width:100%;
        height:100%;
        background-size: cover;
		background-image: url(../images/WorkPage/SaraswatWorkImages/SaraswatWorkImage1.png);
		background-repeat: no-repeat;
		background-position: center center;
		display: block;
    }
    .WorkSectionPanel2Div2
    {
        width:100%;
        height:100%;
        background-size: cover;
		background-image: url(../images/WorkPage/SaraswatWorkImages/SaraswatWorkImage2.png);
		background-repeat: no-repeat;
		background-position: center center;
		display: none;
    }
    .WorkSectionPanel2Div3
    {
        width:100%;
        height:100%;
        background-size: cover;
		background-image: url(../images/WorkPage/SaraswatWorkImages/SaraswatWorkImage3.png);
		background-repeat: no-repeat;
		background-position: center center;
		display: none;
    }
    .WorkSectionPanel2Div4
    {
        width:100%;
        height:100%;
        background-size: cover;
		background-image: url(../images/WorkPage/SaraswatWorkImages/SaraswatWorkImage4.png);
		background-repeat: no-repeat;
		background-position: center center;
		display: none;
    }
    /*#endregion WorkSectionPanelDivision 1 to 7 End*/
    /*#endregion WorkSectionPanel2 End*/
/*#endregion WorkSectionPanelDivision End*/
/*#endregion WorkSection End*/

