html {
    scroll-behavior: smooth;
}


body {
    margin: 0;
    padding: 0;
    width: 100vw;
    box-sizing: border-box;
    overflow-x: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 
}


.top_header {
    /*font-family: 'Poppins', sans-serif;*/
    background-color: white;
    color: black;
    height: 27px;
    /*font-size: 13px;*/
    /*font-weight: bold;*/
    z-index: 100;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    padding: 2px 0px;
    /* justify-content: space-between; */
}

    .top_header .top_OfficeTime {
        display: inline;
        float: left;
    }

    .top_header .top_ContactNo {
        display: inline;
        /* float: right; */
    }

.navbar {
    width: 100vw;
    /*background-color: #5D3FD3;*/
    background-image: url(/img/bg-images/1.png);
    /* background-size: cover; */
    /* border-bottom: 2px solid #56519C ; */
    /* box-shadow: 0px 0.3px 2px 0.1px; */
}

.navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 3px;
    color: white;
    text-align:center;
}

.navbar-nav .nav-item {
    width: auto;
}

    .navbar-nav .nav-item .nav-link:hover {
        color: rgb(97, 192, 255);
        background-color: #00A1C9;
      
        color: white;
        padding-left:5px;
    }

.navbar-dark .navbar-toggler-icon {
    font-size:18px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}




@media only screen and (max-width: 375px) {

    .navbar-dark .navbar-toggler {
        border-radius: 7px;
        border: 2px solid white;
        margin-right: 5px;
        padding: 1px 5px;
    }
}


@media only screen and (max-width: 328px) {
    .navbar .navbar-brand p {
        /*font-size:10px;*/
        display: none;
    }

    .navbar-dark .navbar-toggler {
        border-radius: 7px;
        border: 2px solid white;
        margin-right: 5px;
        padding: 1px 5px;
    }
}
.navbar-dark .navbar-toggler:focus {
    outline: 0 !important;
    box-shadow:none;

}
.navbar-dark .navbar-toggler {
    border-radius: 7px;
    border: 2px solid white;
    margin-right: 10px;
    padding: 1px 5px;
}


.navbar-toggler ~ .navbar-nav li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.navbar-toggler:checked ~ .navbar-nav li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}




/*.navbar-dark .navbar-toggler{
    color:red;
    border:2px solid black;
    width:20px;
}*/
.bg-primary {
    background-color: #361F7F !important;
}

/*.navbar-dark .navbar-toggler {
    width: auto;
    height:15px;
    border-radius: 0px;
    border: 3px solid green;
    margin-right: 20px;
}*/

#log-in {
    background-color: #00A1C9;
    color: white;
    font-weight: bold;
    border-radius: 5px;
}

.carousel-item {
    height: 60vh;
}

    .carousel-item .carousel-caption h1 {
        color: red;
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 200px;
        margin-left: 450px;
    }

.carousel-caption p {
    color: black;
    font-weight: bold;
    margin-left: 450px;
}


.navbar-brand {
    display: flex;
    align-items: center;
    margin-left: 0rem;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
}

    .navbar-brand img {
        height: 45px;
        padding-top: 3px;
    }

.nav-link {
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 6px;
    color: #1f365c;
}

    .nav-link:hover {
        /* background-color: #56519C; */
        color: rgb(29, 127, 255);
        /* border-radius: 20px; */
        /* border-bottom: 2px solid #56519C; */
    }


#navRow {
    position: sticky;
}

.top_header {
    position: sticky;
}

.summary {
    padding: 5px;
    height: auto;
    /* border: 2px solid black; */
}

.divSummary {
    display: flex;
    width: 400px;
    /* background-color: #4a9fff; */
    /* border: 2px solid rgb(20, 20, 20);
    border-radius: 10px; */
    font-weight: bold;
    /* font-size: 10px; */
}

    .divSummary i {
        /* align-items: center; */
        /* text-align: center; */
        font-size: 2.5rem;
        font-weight: bold;
        /* display: inline-flex; */
        color: #56519C;
    }

    .divSummary h6 {
        text-transform: uppercase;
        font-weight: bold;
    }

.owl-carousel {
    /*border:2px solid red;*/
}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

    .affix + .container-fluid {
        padding-top: 70px;
    }

#welcome {
    height: auto;
    background-color: #ECF9FF;
}

.welcome_title23 h1 {
    color: #56519C;
    font-weight: 700;
    /*border-bottom: #56519C 2px solid;*/
    line-height: 35px;
}


.welcome_Intro img {
    width: auto;
    height: 230px;
    padding: 6px;
}

.welcome_Intro p {
    color: rgb(40, 40, 40);
    text-align: justify;
    padding: 5px;
}

.welcome_Intro h4 {
    font-weight: 700;
    padding-left: 12px;
}

.welcome_Intro h5 {
    font-weight: 700;
    padding-left: 12px;
}

.btn {
    background-color: #56519C;
    color: #fff;
    font-weight: 500;
}

    .btn:hover {
        color: rgb(255, 255, 180);
    }

.welcome_Intro .btn {
    background-color: #56519C;
    color: #fff;
    font-weight: 500;
}

    .welcome_Intro .btn:hover {
        color: rgb(255, 255, 180);
    }

.welcome_Intro .welcomeHeading_box {
    display: inline-flex;
    margin-left: 12px;
}

    .welcome_Intro .welcomeHeading_box i {
        font-size: 26px;
    }






.submitBtn .btn {
    background-color: #56519C;
    color: #fff;
    font-weight: 500;
}

    .submitBtn .btn:hover {
        color: rgb(255, 255, 180);
    }



#footerSection {
    height: auto;
    background-color: #56519C;
    background-image: url(/img/bg-images/5.png );
    background-size: cover;
}



.footerColumn img {
    padding: 10px;
    background-color: white;
}

.footerColumn .btn {
    background-color: #fff;
    color: #56519C;
    font-weight: 500;
}

    .footerColumn .btn:hover {
        color: rgb(0, 0, 0);
    }

.footerColumn p {
    color: #fff;
    text-align: justify;
    padding: 12px;
}

.footerColumn li a {
    color: #fff;
    font-weight: 500;
    line-height: 35px;
    text-decoration: none;
    list-style: none;
}

.footerColumn li {
    text-decoration: none;
    list-style: none;
}

.footerColumn .footerTitle h5 {
    color: #fff;
    font-weight: 500;
}

.footerColumn .footerTitle h6 {
    color: #fff;
    font-weight: 500;
}


#footer {
    height: auto;
    background-color: #6964af;
}


    #footer p {
        color: white;
        font-size: calc(10px + 0.390625vw);
    }

#navRow {
    position: absolute;
    z-index: 1;
    top: 0;
}

.slider {
    margin-top: 90px;
    z-index: -99;
}

.carousel-indicators {
    z-index: 0;
}




/* ********************   CSS Of About_Us ***************************** */

.aboutUs {
    background-color: #ECF9FF;
    /*margin-top: 220px;*/
    z-index: -99;
    height: auto;
}


    .aboutUs .aboutUsCol {
        background-color: #ECF9FF;
        height: auto;
        margin-top: 25px;
    }

        .aboutUs .aboutUsCol p {
         
            /*font-family: "Open Sans", sans-serif;*/
            text-align: justify;
            font-size:1rem;
        }

.aboutUsTitle h3 {
    color: #56519C;
    font-weight: 700;
    border-bottom: #56519C 2px solid;
    line-height: 30px;
}

.aboutUsTitle1 h3 {
    color: #56519C;
    font-weight: 700;
  
    line-height: 30px;
}



/* #statistics{
    background-color: rgb(31, 54, 92); 
 
    height: auto;
    z-index: 25;
} */

/* .statisticTitle h3
{
   color: #fff;
    font-weight: 700;
    border-bottom: #56519C 2px solid;
    line-height: 50px;
    
} */

/* .stat
{
    border: solid 1px white;
    height: 200px;
}
.statCol
{
    border: 1px dashed rgb(255, 255, 255);
    height: auto;
   

}
.statCol .counter {
    font-weight: bold;
    font-size: 3rem;
    color: white;
}
.statCol .statIcon i
{
    font-size: 2rem;
    color: white;
} */


.ourMissionVisionDetails .ourMissionVisionDetails {
    display: inline-flex;
    margin-left: 12px;
}

/*.ourMissionVisionDetails h5::first-letter {
    font-size: 120%;
    color: black;
}*/

.ourMissionVisionDetails h5 {
    padding:10px;
    /*border-bottom: 2px solid black;*/
}

.hover-3 {
   background-image: linear-gradient(#56519C 0 0);
    background-size: 200% .08em; /* .08em is our fixed height, use what you want  */
    background-position: 200% 100%;
    background-repeat: no-repeat;
    transition: background-size .3s, background-position .3s .3s;
}

    .hover-3:hover {
          color:white;
        transition: background-size .3s .3s, background-position .3s;
        background-size: 200% 100%;
        background-position: 100% 100%;
    }







.ourMissionVisionDetails .ourMissionVision_Box {
    display: flex;
    align-items: baseline;
}

/*.ourMissionVisionDetails .ourMissionVision_Box i {
    margin-right:10px;
}*/


.ourMissionVisionDetails .ourMissionVisionDetails i {
    font-size: 26px;
}


#workStratigy {
    background-color: #ffffff;
    height: auto;
}


/* statsection */
#statSection {
    background-color: #00ffd5;
    height: auto;
    background-color: #6964af;
}

    #statSection h3 {
        color: #fff;
        font-weight: 700;
        /* border-bottom: #56519C 2px solid; */
        line-height: 50px;
    }

.stat {
    /* border: solid 1px white; */
    height: 200px;
}

.statCol {
    /* border: 1px dashed rgb(255, 255, 255); */
    height: auto;
    /* background-color: rgb(59, 17, 17); */
}

    .statCol .counter {
        font-weight: bold;
        font-size: 3rem;
        color: white;
    }

    .statCol .statIcon i {
        font-size: 2rem;
        color: white;
    }

    .statCol .statTitle h4 {
        color: #fff;
        text-transform: capitalize;
        font-weight: bold;
        font-size: 20px;
    }

/* end of stat section */

#whyChooseUs .choose {
    background-color: #6964af;
    height: 300px;
    border-radius: 10px;
}


.ourMissionVisionDetails {
    text-align: justify;
}

.ourMissionVisionImg {
    /* border: 1px solid red; */
}

.howweworkimage {
    border-radius: 50%;
}

.how_we_Work p {
    text-align: justify;
}

#whyChooseUs {
    /* background-color: rgb(241, 241, 241); */
    height: auto;
    padding: 50px 0;
    background-image: url(/img/bg-images/5.png );
    background-size: cover;
}
.deskAppDetailsRow {
    background-image: url(/img/bg-images/1.png );
    background-color: #ECF9FF;
    background-size: cover;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

#whyChooseUs .whyChooseUsDiv {
    margin: 8px;
    width: auto;
    padding: 00px 0px;
    border-radius: 10px;
    min-height: 380px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 5px 4px rgb(0 0 0 / 7%);
    -moz-box-shadow: 3px 3px 5px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 3px 3px 5px 4px rgb(0 0 0 / 7%);
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /*flex: 1 0 20em;*/
}

        #whyChooseUs .whyChooseUsDiv:hover {

            background-color: #1F7AF6;
            transition: 0.6s;
            color: white;
            background-image: url(/img/bg-images/1.png );
            /*border: 2px solid white;*/
        }

            #whyChooseUs .whyChooseUsDiv:hover .whyChooseUsTitie {
                background-color: #1F7AF6;
                transition: 0.6s;
                color: white;
                line-height: 25px;
                border-bottom: white 1px solid;
                /*border: 2px solid white;*/
            }


        /*#whyChooseUs .whyChooseUsDiv:hover p {
                background-color: #9AD7FF;
                transition: 1.5s;
                margin: 3px;
                color: black;
                border: 2px solid white;
                border-radius: 10px;
            }*/





        #whyChooseUs .whyChooseUsDiv .whyChooseUsTitie {
            text-align: center;
            padding:20px 0px;

        }

        #whyChooseUs .whyChooseUsDiv p {
            padding: 15px;
            text-align: justify;
        }




/*.animate {
            width: 0px;
            background: blue;
            transition: 5s;
            display: block;
        }

        #whyChooseUs .whyChooseUsDiv:hover .animate {
            width: 100%;
            height:300px;
           color:white;
           z-index:-5;
        }*/


/*#whyChooseUs .whyChooseUsDiv:hover {
            /* transform: rotateY(180deg); */
/* transform: rotateY(360deg); */
/* background-color: #1da4f3; */
/* color: white; */
transition: all 0.5s ease-in-out 0s;
padding-left: 15px;
/* transition-delay: 10ms; */
box-shadow: 0 5px 15px rgba(74, 159, 255, 0.8);
color: rgb(74, 159, 255);
}







/* Our Services CSS Start */

.services {
    margin-top: 120px;
    border-radius: 10px;
}

.servicesContainer {
    padding: 50px 0px;
}

.cardDiv {
    /* border: 1px solid red; */
    display: block;
    margin: 10px;
    padding: 10px;
    width: auto;
    border-style:groove;
}

    .cardDiv h5:hover {
        color: #56519C;
    }

    .cardDiv .btn {
        background-color: #56519C;
        color: #fff;
        font-weight: 500;
        border: none;
    }

        .cardDiv .btn:hover {
            color: rgb(255, 255, 180);
            margin-left: 2px;
        }






#ourServices {
    /* background-color: #000000; */
    /*background-image: url(/img/services-section-bg.png);*/
}



#hurryUp {
    background-color: rgb(248, 248, 248);
    padding: 25px;
    background-image: url(/img/bg-images/5.png );
    background-size: cover;
}

.hurryUpText .btn {
    background-color: #56519C;
    color: #fff;
    font-weight: 500;
    border: none;
    width: 15rem;
    margin-top: 10px;
}



.hurryUpText h1 {
    margin-top: 20px;
    font-weight: bold;
    color: #6964af;
    letter-spacing: 2px;
}

.hurryUpText .btn:hover {
    color: rgb(255, 255, 180);
    margin-left: 2px;
}

/*#blank {
    height: 100px;
    background-color: #56519C;
    width:100vw;
   
}*/



/* css of portfolio */


#portfolio ul {
    display: flex;
    margin-bottom: 10px;
    height: auto;
    flex-wrap: wrap;
}

    #portfolio ul li {
        list-style: none;
        /* background: #eee; */
        background: #6560a7;
        color: #fff;
        border-radius: 5px;
        padding: 8px 20px;
        margin: 5px;
        letter-spacing: 1px;
        cursor: pointer;
        font-weight: 600;
    }

        #portfolio ul li:hover {
            padding-top: 5px;
        }

        #portfolio ul li.active {
            /* background: #03a9f4;
    color: #fff;
    margin-top: 5px; */
        }

#portfolio .product {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 5px;
}

    #portfolio .product img {
        width: 80%;
    }

        #portfolio .product img:hover {
        }

    #portfolio .product .itemBox {
        width: 30%;
        margin: 10px;
    }

.product .imgRounded {
    border-radius: 20px;
    border: solid white 10px;
    box-shadow: 0px 0px 7px 3px rgb(210, 210, 210);
    /* height: auto;
    width: auto; */
    overflow: hidden;
    cursor: pointer;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

    .product .imgRounded:hover {
        transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }

    .product .imgRounded .img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

        .product .imgRounded .img:hover {
            transform: scale(1.5);
        }



/* *************Css Of Careers***************** */
.careersTitle {
    height: auto;
    /* background-color: rgb(240, 240, 240); */
    background-color: #8984d3;
    color: white;
    background-image: url(/img/bg-images/2.png);
}

.careersContainer {
    margin-top: 120px;
}

.workWithUs span {
    color: #322d81;
    cursor: pointer;
}

.careersContainer .careerImg {
    height: 300px;
    /*background-color: skyblue;*/
   
    position: relative;
    top: 0;
    transition: top ease 0.5s;
    /*min-height: 220px;*/
    width: 250px;
    /*background-repeat: no-repeat;
    background-size: cover;*/
    /*overflow: hidden;*/
    /*-webkit-box-shadow: 3px 3px 5px 4px rgb(0 0 0 / 7%);
    -moz-box-shadow: 3px 3px 5px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 3px 3px 5px 4px rgb(0 0 0 / 7%);*/
    /*background: rgba(255, 255, 255, 1);*/
    /*-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;*/
}
.careersContainer .careerImg  img{
   
 

    border-radius: 30px;
  
}




.contactUsImg {
    height: 175px;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
    width: 200px;
}

    .contactUsImg img {
        border-radius: 100%;

    }


.contactBtn_onCareers {
    height: auto;
    background-color: rgb(240, 240, 240);
    align-items: center;
    justify-content: center;
    /* background-image: linear-gradient(rgb(123, 224, 255), rgb(65, 170, 255)); */
}

    .contactBtn_onCareers h5 {
        color: #474291;
        display: block;
        margin-left: auto;
        font-weight: bold;
    }

    .contactBtn_onCareers a {
        color: white;
        z-index: 22;
    }


    .contactBtn_onCareers .btn {
        background-color: #56519C;
        color: #fff;
        font-weight: 500;
        border: none;
        width: 10rem;
        margin-top: 10px;
    }

.workWithUs h4 {
}


#contactUsForm {
    width:98vw;
    margin-top: 100px;
}




.form-sec {
    /* width: 400px; */
    /* background: #ccc; */
    /* padding: 15px; */
    width: 90%;
    background: #F7F7F7;
    padding: 15px;
    box-shadow: 0 0 4px 0.5px #ccc;
}

.form-sec1 {
    /* width: 400px; */
    /* background: #ccc; */
    /* padding: 15px; */
    width: 100%;
    background: #F7F7F7;
    padding: 15px;
    box-shadow: 0 0 4px 0.5px #ccc;
}

.map iframe {
    background-color: #474291;
    height: 500px;
    width: 100vw;
    /*border-radius: 25px;*/
}


.mapIndex iframe {
    background-color: #474291;
    height: 400px;
    width:50vw;
    border-radius: 25px;
}

@media only screen and (max-width: 600px) {
    .mapIndex iframe {
        width: 80vw;
    }
}



.contactUsOnHomePage {
    background-color: rgb(249owl-carousel,249,249);
}


.contactUsTitle {
    height: auto;
    /* background-color: rgb(240, 240, 240); */
    /*background-color: #8984d3;*/
    color: #361F7F;
    /*background-image: url(/img/bg-images/2.png);*/
}




/*Downloads Page Css */
#downloadsTable {
    margin-top: 120px;
}

.table-dark {
    background-color: #dae8ff;
    color: black;
    background-image: url(/img/bg-images/5.png);
    background-size: cover;
    font-weight: 600;
}

/*CSS  Social Media Links*/
.fa {
    font-size: 20px;
    width: 30px;
    padding: 5px 5px;
    margin-right: 5px;
    height: auto;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}

    .fa:hover {
        opacity: 0.7;
    }

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}


/*Social Media Icons CSS legend Here*/


/*Media Queries*/


@media only screen and (max-width: 1300px) {
    .carousel .carousel-inner h1 {
        font-size: 34px;
        color: black;
        margin-bottom: 320px;
        margin-left: 380px
    }
}


@media only screen and (max-width: 1040px) {
    .top_header .top_OfficeTime {
        font-size: 18px;
        font-weight: bold;
    }
}

@media only screen and (max-width: 600px) {
    .top_header .top_OfficeTime {
        font-size: 15px;
        font-weight: bold;
        color: black;
    }
}


@media only screen and (max-width: 400px) {
    .top_header .top_OfficeTime  h4{
        font-size: 2px;
        font-weight: bold;
        color: red;
    }
}


@media only screen and (max-width: 600px) {
    .carousel {
        display: none;
    }
}
/*top header css*/



 

@media only screen and (max-width: 410px) {
    .top_header .top_OfficeTime .email, span {
       display:none;
    }
}




@media only screen and (max-width: 1280px) {
    .carousel .carousel-inner h1 {
        color: red;
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 290px;
        margin-left: 450px;
    }
}

@media only screen and (max-width: 1050px) {
    .carousel .carousel-inner h1 {
        font-size: 44px;
        color: black;
        margin-bottom: 230px;
        margin-left: 350px;
    }
}

@media only screen and (max-width: 1025px) {
    .carousel .carousel-inner h1 {
        font-size: 38px;
        color: black;
        margin-bottom: 180px;
        margin-left: 350px;
    }
}

@media only screen and (max-width: 912px) {
    .carousel .carousel-inner h1 {
        font-size: 38px;
        color: black;
        margin-bottom: 680px;
        margin-left: 350px;
    }
}


@media only screen and (max-width: 820px) {
    .carousel .carousel-inner h1 {
        font-size: 30px;
        color: black;
        margin-bottom: 570px;
        margin-left: 280px;
    }
}

@media only screen and (max-width: 780px) {
    .carousel .carousel-inner h1 {
        font-size: 34px;
        color: black;
        margin-bottom: 460px;
        margin-left: 280px
    }
}






@media only screen and (max-width: 2040px) {
    .mobile_Img {
        display: none;
    }
}


@media only screen and (max-width: 950px) {
    .carousel .carousel-inner {
        align-items: center;
        height: 26vh;
    }
}




@media only screen and (max-width: 900px) {
    .mobile_Img .carousel-item {
        height: 26vh;
    }
}


@media only screen and (max-width: 540px) {
    .mobile_Img {
        display: block;
    }
}

@media only screen and (max-width: 540px) {
    .mobile_Img .carousel-item {
        height: 75vh;
    }
}

@media only screen and (max-width: 420px) {
    .mobile_Img .carousel-item {
        height: 55vh;
    }
}



@media only screen and (max-width: 380px) {
    .mobile_Img .carousel-item {
        height: 50vh;
    }
}



@media only screen and (max-width: 540px) {
    .carousel-control-prev {
        display: none;
    }
}

@media only screen and (max-width: 540px) {
    .carousel-control-next {
        display: none;
    }
}









/*@media only screen and (max-width: 770px) {
    .carousel .carousel-inner h1 {
        font-size: 24px;
        color: black;
        margin-bottom: 250px;
        margin-left: 280px;
    }
}*/




/*Owl Courousol*/
.card-img-top {
    height: 40vh;
    width: 100%;
    object-fit: cover;
}

.card {
}

.owl-carousel {
    box-sizing:border-box;
    

}


    /*.tourPlanThumb:hover .tour-img img {
  transform: rotate(1deg) scale(1.1);
}*/



    .owl-carousel .card:hover img {
        transform: rotate(0deg) scale(1.1);
    }

    .owl-carousel .card {
        overflow: hidden;


    }


myDiv:target {
    display: block !important;
}

.owl-carousel .card img {
    width: 100%;
    transform: rotate(0deg) scale(1);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.owl-prev {
    left: -30px;
}

.owl-prev:hover {
    background-color:red;
}

.owl-next {
    right: -30px;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 170px;
}

    .owl-prev span, .owl-next span {
        font-size: 80px;
        color: black;
    }
 

.owl-theme, .owl-nav[class*="owl-"]:hover {
    background: transparent;
}





.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

    .nav-pills-custom .nav-link.active {
        color: #45b649;
        background: #fff;
    }


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}


/*verticle tab CSS*/
.panel-title {
    cursor: pointer;
}

h4.tab-title {
    font-family: "avenirheavy", Helvetica, Arial, "sans-serif";
    font-weight: normal;
    font-size: 22px;
    color: #ffffff;
}

.vertab-content ul, .vertab-content ol {
    padding-left: 15px;
}

@media (min-width:768px) {
    .vertab-container {
        z-index: 10;
        background-color: #7952b3;
        padding: 0 !important;
        border: 1px solid #ddd;
        margin-top: 20px;
        background-clip: padding-box;
        opacity: 0.97;
        filter: alpha(opacity=97);
        overflow: auto;
        margin-bottom: 50px;
    }

    .vertab-menu {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
        display: block;
        background-color: #e3e3e3;
    }

        .vertab-menu .list-group {
            margin-bottom: 0;
        }

            .vertab-menu .list-group > a {
                margin-bottom: 0;
                border-radius: 0;
            }

            .vertab-menu .list-group > a, .vertab-menu .list-group > a {
                color: #818181;
                background-image: none;
                background-color: #F6F6F6;
                border-radius: 0;
                box-sizing: border-box;
                border: none;
                border-bottom: 1px solid #CACACA;
                padding: 15px 10px;
            }

                .vertab-menu .list-group > a.active, .vertab-menu .list-group > a:hover, .vertab-menu .list-group > a:focus {
                    position: relative;
                    border: none;
                    border-radius: 0;
                    border-bottom: 1px solid #CACACA;
                    border-left: 5px solid #7952b3;
                    padding-left: 5px;
                    background-image: none;
                    background-color: #F6F6F6;
                    color: #7952b3;
                }

    .vertab-content {
        padding-left: 20px;
        padding-top: 10px;
        color: #FFFFFF;
    }

    .vertab-accordion .vertab-content:not(.active) {
        display: none;
    }

    .vertab-accordion .vertab-content.active .collapse {
        display: block;
    }

    .vertab-container .panel-heading {
        display: none;
    }

    .vertab-container .panel-body {
        border-top: none !important;
    }
}

/* If the tc_breakpoint variable is changed, this breakpoint should be changed as well */
@media (max-width:767px) {
    .vertab-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .vertab-container .vertab-menu {
            display: none;
        }

        .vertab-container .panel-heading {
            background-color: #F6F6F6;
            color: #818181;
            padding: 15px;
            border-bottom: 1px solid #F6F6F6;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-left: 5px solid #F6F6F6;
        }

            .vertab-container .panel-heading:hover, .vertab-container .panel-heading:focus, .vertab-container .panel-heading.active {
                border-left: 5px solid #7952b3;
                border-bottom: 1px solid #7952b3;
            }

    .vertab-content {
        border-bottom: 1px solid #CACACA;
    }

    .vertab-container .panel-title a:focus, .vertab-container .panel-title a:hover, .vertab-container .panel-title a:active {
        color: #818181;
        text-decoration: none;
    }

    .panel-collapse.collapse, .panel-collapse.collapsing {
        background-color: #7952b3 !important;
        color: #ffffff;
    }

    .vertab-container .panel-collapse .panel-body {
        border-top: none !important;
    }
}


* {
    box-sizing: border-box
}

/*body {
    font-family: "Lato", sans-serif;
}*/

/* Style the tab */
.tab {
    float: left;
    border: 2px solid #338DFF;
    background-image: url(/img/bg-images/6.jpg );
    /*background-color: #338DFF;*/
    width: 30%;
    height: auto;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

    /* Style the buttons inside the tab */
    .tab button {
        display: block;
        background-color: inherit;
        color: black;
        padding: 22px 16px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 17px;
        color: white;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #1c55a6;
            border-left: 2px solid white;
            font-weight: bold;
        }

        /* Create an active/current "tab button" class */
        .tab button.active {
            background-color: #361F7F;
            font-weight: bold;
        }

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 0px;
    border: 2px solid #338DFF;
    width: 70%;
    border-left: none;
    height: auto;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tab .btn_Quote {
    background-color: #402492;
    color: white;
    border-radius: 50px;
    text-align: center;
    padding: 15px 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 60%;
}

    .tab .btn_Quote:hover {
        background-color: #1c55a6;
        border-left: 3px solid white;
        border-right: 3px solid white;
        font-weight: bold;
    }





.scrollBtn {
    height: 50px;
    width: 50px;
    border-radius: 25px;
    border: 1px solid #361f7f;
}

    .scrollBtn i {
        color: #361f7f;
        z-index: 99;
    }

#btn-back-to-top {
    position: fixed;
    bottom: 80px;
    right: 25px;
    display: none;
    z-index:1000;
}


.navbar-nav .nav-item.active {
    /*background-color: #361F7F;*/
    font-weight: bold;
}

.navbar-nav .nav-item a.active {
    background-color: #361F7F;
}

.branches {
    background-color: rgb(245,245,245);
    border-radius: 10px;
}

.sangli {
    border-bottom: 1px solid #361F7F;
}

.Aajra {
    border-bottom: 1px solid #361F7F;
}
.location-icon {
    position: absolute;
    top: -39px;
    margin: 0 auto;
    left: 40%;
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid gray;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .location-icon .fa {
      margin-left:3px;
        font-size: 30px;
        line-height: 60px;
        color: #361F7F;
    }
.branch {
    height: auto;
    background-color: darkslateblue;
    border-radius: 10px;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
    min-height: 305px;
    background-repeat: no-repeat;
    background-size: cover;
    /*overflow: hidden;*/
    -webkit-box-shadow: 3px 3px 5px 4px rgb(0 0 0 / 7%);
    -moz-box-shadow: 3px 3px 5px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 3px 3px 5px 4px rgb(0 0 0 / 7%);
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

.address .branch:hover  {
    top: -10px;
    background-color: #1F7AF6;
    transition: 0.6s;
    color: white;
    background-image: url(/img/bg-images/5.png );
    /*border: 2px solid white;*/

}
.address .branch:hover a{
   
  
  
    color: white;
 
   
}

    .address .branch:hover  .email_contactUsPage  {
        color: white;
    }


.address .branch:hover .branchTitle {
    background-color: #1F7AF6;
    transition: 0s;
    color: white;
    line-height: 25px;
    border-bottom: white 1px solid;
    /*border: 2px solid white;*/
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.address .branchTitle {
    text-align: center;
    padding: 20px 0px;

}




    .address .branch:hover .location-icon {
        border: 2px solid #1F7AF6;
        transition: 0.6s;
        color: #1F7AF6;
    }

    .address .branch:hover .location-icon .fa {
      
        transition: 0.6s;
        color: #1F7AF6;
    }
 


.address {
    /*border:1px solid red;*/
    background-color: rgba(245, 245, 245, 1);
}


#androidApplicationTypes .androidAppTypes {
    height: 50%;
    background-color: darkslateblue;
    border-radius: 10px;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
    min-height: 250px;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 5px 4px rgb(0 0 0 / 7%);
    -moz-box-shadow: 3px 3px 5px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 3px 3px 5px 4px rgb(0 0 0 / 7%);
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 600px) 
{
    #androidApplicationTypes .androidAppTypes 
    {
        min-height: 175px;
        min-width: 175px;
    }
    
}

@media only screen and (max-width: 600px) {
    #androidApplicationTypes padding_in_Mobile {
        padding: 15px;
    }
}



@media only screen and (max-width: 600px) {
    #androidApplicationTypes .deskTitle {

        font-size:10px;
    }
}



    #androidApplicationTypes .androidAppTypes:hover {
        top: -10px;
        background-color: #1F7AF6;
        transition: 0.6s;
        color: white;
        background-image: url(/img/bg-images/5.png );
        /*border: 2px solid white;*/
    }





#graphicDesigningTypes .graphicDesignLogo {
    /*height: 400px;*/
    background-color: darkslateblue;
    border-radius: 10px;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
    height: auto;
    width: 75%;
    /*background-image: url('/img/Product Logos/Wall_Logo_Mockup.jpg' );*/
    background-repeat: no-repeat;
    background-size: contain;
    /*background-size: cover;*/
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 5px 4px rgb(0 0 0 / 7%);
    -moz-box-shadow: 3px 3px 5px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 3px 3px 5px 4px rgb(0 0 0 / 7%);
    /*background: rgba(255, 255, 255, 1);*/
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    
}

    #graphicDesigningTypes .graphicDesignLogo:hover {
        top: -10px;
        /*background-color: #1F7AF6;
        transition: 0.6s;
        color: white;*/
        /*border: 2px solid white;*/
    }

.sublink {
    color: white;
    font-size: 16px;
    text-decoration: none;
}

    .sublink:hover {
        color: yellow;
        font-weight: bold;
        text-decoration: none;
        cursor: pointer;
        padding-bottom: 5px;
    }



#graphicDesigningTypes .graphicDesignB_Card {
    height: auto;
  
   
    background-repeat: no-repeat;
    background-size: contain;
   
    background-color: darkslateblue;
    border-radius: 10px;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
    /*min-height: 200px;*/
    width: 75%;
    /*background-image: url('/img/Product Logos/Free Business Card Mockup by GraphicsFamily copy.jpg' );*/
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 5px 4px rgb(0 0 0 / 7%);
    -moz-box-shadow: 3px 3px 5px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 3px 3px 5px 4px rgb(0 0 0 / 7%);
    /*background: rgba(255, 255, 255, 1);*/
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    #graphicDesigningTypes .graphicDesignB_Card:hover {
        top: -10px;
    }




#graphicDesigningTypes .graphicDesign_flyer {
    height: auto;
    background-color: darkslateblue;
    border-radius: 10px;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
   
    width: 75%;
    /*background-image: url('/img/Product Logos/Flyer Design Mock up.jpg' );*/
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 5px 4px rgb(0 0 0 / 7%);
    -moz-box-shadow: 3px 3px 5px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 3px 3px 5px 4px rgb(0 0 0 / 7%);
    /*background: rgba(255, 255, 255, 1);*/
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    #graphicDesigningTypes .graphicDesign_flyer:hover {
        top: -10px;
    }


#graphicDesigningTypes .graphicDesign_Letterhhead {
    height: auto;
    background-color: darkslateblue;
    border-radius: 10px;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
    /*min-height: 200px;*/
    width: 75%;
    /*background-image: url('/img/Product Logos/Moksha Letterhead.jpg' );*/
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 5px 4px rgb(0 0 0 / 7%);
    -moz-box-shadow: 3px 3px 5px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 3px 3px 5px 4px rgb(0 0 0 / 7%);
    /*background: rgba(255, 255, 255, 1);*/
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    #graphicDesigningTypes .graphicDesign_Letterhhead:hover {
        top: -10px;
    }





#graphicDesigningTypes .graphicDesign_Packaging {
    height: auto;
    background-color: darkslateblue;
    border-radius: 10px;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
    /*min-height: 240px;*/
    width: 75%;
    /*background-image: url('/img/Product Logos/4 X 6 Phoenix Sticker.jpg' );*/
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 5px 4px rgb(0 0 0 / 7%);
    -moz-box-shadow: 3px 3px 5px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 3px 3px 5px 4px rgb(0 0 0 / 7%);
    /*background: rgba(255, 255, 255, 1);*/
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    #graphicDesigningTypes .graphicDesign_Packaging:hover {
        top: -10px;
    }






#graphicDesigningTypes .graphicDesign_Broucher {
    height: auto;
    background-color: darkslateblue;
    border-radius: 10px;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
    /*min-height: 240px;*/
    width: 75%;
    /*background-image: url('/img/Product Logos/4 X 6 Phoenix Sticker.jpg' );*/
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 5px 4px rgb(0 0 0 / 7%);
    -moz-box-shadow: 3px 3px 5px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 3px 3px 5px 4px rgb(0 0 0 / 7%);
    /*background: rgba(255, 255, 255, 1);*/
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    #graphicDesigningTypes .graphicDesign_Broucher:hover {
        top: -10px;
    }




.digitalServices .dServices {
    height: 85%;
    background-color:skyblue;
    border-radius: 10px;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
    min-height: 220px;
    width: 100%;
   
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 5px 4px rgb(0 0 0 / 7%);
    -moz-box-shadow: 3px 3px 5px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 3px 3px 5px 4px rgb(0 0 0 / 7%);
    /*background: rgba(255, 255, 255, 1);*/
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .digitalServices .dServices:hover {
        top: -10px;
        /*background-image: url('/img/bg-images/1.png' );*/
    }

.ServiceTitle {
    color: #361F7F;
    font-size:18px;
}



/******************************************   New Portfolio CSS Start   **********************************/

.gallery-title {
    font-size: 36px;
    color: #b32f2f;
    text-align: center;
    font-weight: bold;
    margin-bottom: 70px;
}

    .gallery-title:after {
        content: "";
        position: absolute;
        width: 7.5%;
        left: 46.5%;
        height: 45px;
        border-bottom: 1px solid #5e5e5e;
    }

/* .filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 15px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

} */

.portfolio_Gallery .btn {
    background-color: #56519C;
    color: #fff;
    font-weight: 500;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    margin:0px 10px;
    margin-bottom:15px;
}

    .portfolio_Gallery .btn:focus {
        background-color: #4137cc;
        color: white;
        outline: none;
    }

    .portfolio_Gallery .btn:active {
        outline: none;
    }

    .portfolio_Gallery .btn:hover {
        color: rgb(255, 255, 180);
    }

.portfolio_Gallery .filter-button:active {
    /* background-color: #fd0000; */
    border: none;
}


/* .container .btn-default:active {
    background-color: #fd0000;
} */


/* .container .btn-default:active .filter-button:active
{
    background-color: #000000;
    color: white;
} */


.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    border-radius: 15px;
}

    .gallery_product img {
        width:90%;
        border: white 7px solid;
        border-radius: 15px;
        -webkit-box-shadow: 3px 3px 5px 4px rgb(0 0 0 / 7%);
        -moz-box-shadow: 3px 3px 5px 4px rgba(0, 0, 0, 0.07);
        box-shadow: 3px 3px 5px 4px rgb(0 0 0 / 7%);
    }

    .gallery_product:hover {
        transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }




    /*Desktop APplications Tab*/
    :root {
  --darkgreen: #005361;
  --white: #fff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.tabs-to-dropdown .dropdown-toggle,
.tabs-to-dropdown .dropdown-item {
    font-size: 1.3rem;
}

.tabs-to-dropdown .nav-wrapper {
    padding: 5px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.12);
    background-color:lightgray;
}

    .tabs-to-dropdown .nav-wrapper a {
        color: #361F7F;
        /*padding: 0px;
        margin: 0px;*/
    }

    .tabs-to-dropdown .nav-pills .nav-link.active {
        font-weight: bold;
        color: white;
        background-color: #361F7F;
    }

.tabs-to-dropdown .nav-pills li:not(:last-child) {
    margin-right: 30px;
}

.tabs-to-dropdown .tab-content .container {
    max-width: 1250px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.tabs-to-dropdown .dropdown-menu {
    border: none;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.08);
}

.tabs-to-dropdown .dropdown-item {
    padding: 14px 28px;
}

    .tabs-to-dropdown .dropdown-item:active {
        color: var(--white);
    }

@media (min-width: 1280px) {
    .tabs-to-dropdown .nav-wrapper {
        padding: 15px 30px;
    }
}



/*Dropdown color-profile Desktop Applications*/


a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    a, a:hover {
        text-decoration: none !important;
    }

.content {
    padding: 7rem 0;
}

h2 {
    font-size: 20px;
}

.custom-dropdown .btn:active, .custom-dropdown .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

.custom-dropdown .btn.btn-custom {
    border: 1px solid #efefef;
}

.custom-dropdown .dropdown-link {
    color: #888;
    font-size: 14px;
    display: inline-block;
    padding: 4px 7px;
}

.custom-dropdown .dropdown-item {
    font-size: 14px;
    color: #888;
}

.custom-dropdown .dropdown-menu {
    border: 1px solid transparent;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-top: 40px !important;
    opacity: 0;
    left: 0 !important;
    visibility: hidden;
    min-width: 700px;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

    .custom-dropdown .dropdown-menu .half-col {
        width: 50%;
        padding: 20px;
    }

        .custom-dropdown .dropdown-menu .half-col a {
            display: block;
            border-bottom: 1px solid #efefef;
            margin-bottom: 10px;
        }

            .custom-dropdown .dropdown-menu .half-col a:last-child {
                margin-bottom: 0;
                border: none;
            }

        .custom-dropdown .dropdown-menu .half-col .wrap-icon {
            font-size: 30px;
            line-height: 0;
        }

            .custom-dropdown .dropdown-menu .half-col .wrap-icon span {
                color: #c3a1fa;
            }

        .custom-dropdown .dropdown-menu .half-col h3 {
            font-size: 16px;
            margin: 5px 0 10px 0;
            padding: 0;
            color: #000;
            letter-spacing: .05rem;
        }

        .custom-dropdown .dropdown-menu .half-col p {
            font-size: 14px;
        }

    .custom-dropdown .dropdown-menu.active {
        opacity: 1;
        visibility: visible;
        margin-top: 50px !important;
    }

.custom-dropdown.show .dropdown-link {
    color: #000;
}



.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}


.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}

.show_sys_Req.show {
    opacity: 1;
    height: 23px;
    transition: all 1s ease-in-out;
}

.desktopApplicationsDetails p{
    margin-bottom:5px;
}