body {
    background-color: #fff;
    color: #FEFEFF;
    min-height: 100vh;
    position: relative;
    font-family: El Messiri;
    font-style: normal;
    color: #61708b;
    font-size: 1rem;
    line-height: 150%;
}

ul li {
    display: inline;
    list-style-type: none;
    padding: 0px 15px;
    cursor: pointer;
}

li{
    margin-top: 10px;
}

/*Navbar CSS*/
    
    #navbar {
        overflow: hidden;
        transition: 0.4s;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 99;
        background-color: rgba(252, 252, 252, 0.92);
        -webkit-box-shadow: 1px 13px 29px -8px rgb(60 60 60 / 51%);
        -moz-box-shadow: 1px 13px 29px -8px rgb(60 60 60 / 51%);
        box-shadow: 1px 13px 29px -8px rgb(60 60 60 / 51%);
        width: 100%;
        padding: 15px 10px;
    }
      
    #navbar #logo {
        transition: 0.4s;
    }
      
    .navbar-nav li a {
        text-decoration: none;
    }

    .navbar-nav li {
        transition: transform 0.3s;
    }

    .navbar-nav li:hover {
        transform: translateY(-7px);
        border-radius: 0px;
        color: #e65224;
        font-size: 20px;
        border-bottom: 2px solid #e65328;
    }

    .nav-item a .active {
        text-decoration: none;
        color: #fff;
    }
    .navbar {
        overflow: hidden;
        background-color: #fcfcfc8c;
        -webkit-box-shadow: 1px 13px 29px -8px rgb(60 60 60 / 51%);
        -moz-box-shadow: 1px 13px 29px -8px rgb(60 60 60 / 51%);
        box-shadow: 1px 13px 29px -8px rgb(60 60 60 / 51%);
        width: 100%;
        padding: 15px 10px;
    }

    .nav-item a {
        text-decoration: none;
        color: #000;
        font-family: 'Roboto';
        font-size: 17px;
    }

    .nav-item a menuActive {
        text-decoration: none;
        color: #e65224;
        font-family: 'Roboto';
        font-size: 17px;
    }

    .menuActive {
        border-bottom: 5px solid #f38340;
        border-radius: 3px;
        color: #e65224;
    }

/*Navbar CSS END*/

/* Banner Image Animations */
    .masthead {
        height: auto;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .head-topImg{
        /* margin-top: -25px; */
        position: relative;
    }

    .h1-portfolio{
        font-size: 50px;
        margin-bottom: 10px;
        font-weight: 300;
        color: #4e4545;
        margin-bottom: 50px;
        /* font-family: 'Jost'; */
    }

    .portfolio-mb{
        margin-bottom: 55px;
    }

    #loginbox > div:first-child {        
        padding-bottom: 10px;    
    }

    .floatImages{
        position: absolute;
        top: 70px;
        /* right: 0; */
        left: 680px;
        /* float: right; */
        /* background-color: red; */
        padding: 20px;
    }
    .aniImg1{
        position: relative;   
        animation: floatbannerImages 4s ease-in-out infinite;
        top: 86px;
        left: 45px;
        /* top: 70px; */
    }
    .aniImg2{
        position: relative;   
        animation: floatbannerImages 8s ease-in-out infinite;
        top: 26px;
        left: 85px;
    }
    .aniImg3{
        position: relative;   
        animation: floatbannerImages 12s ease-in-out infinite;
        top: 86px;
        left: 125px;
    }
    @keyframes floatbannerImages{
        0%{
            transform: translateX(0);
        }
        10%{
        transform: translateX(-5px);
        }
        25%{
            transform: translateY(5px);
        }
        50%{
            transform: translateX(5px);
        }
        75%{
            transform: translateY(-5px);
        }
        85%{
            transform: translateX(-5px);
        }
        100%{
            transform: translateY(0);
        }
    }

    .w3-animate-bottom-bannerTop{
        position:relative;animation:animatebottom 1.4s
    }

    .w3-animate-bottom{
        position:relative;animation:animatebottom 2s
    }
    @keyframes animatebottom{
        from{bottom:-300px;opacity:0} 
        to{bottom:0;opacity:1}
    }

    .content{
        width: 560px;
        height: 300px;
        top: 100px;
        left: 70px;
        position: absolute;
    }

    .content .bannerUnderline {
        border-bottom: 3px solid #ff6600;
        line-height: 1.5;
        width: 560px;
    }
    .content p{
        color: #ffffff;
        font-size: 30px;
        line-height: 40.5px;
    }

    .content-header{
        color: #ffffff;
        font-size: 30px;
        line-height: 40.5px;
        transform: scale(0.94);
        animation: scale 6s forwards cubic-bezier(0.5, 1, 0.89, 1);
      }
        @keyframes scale {
        100% {
          transform: scale(1);
        }
    }
      
    .content-header span{
        display: inline-block;
        opacity: 0;
        filter: blur(4px);
    }

    .content-header span:nth-child(1) {
        animation: fade-in 1.2s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
    }

    .content-header span:nth-child(2) {
        animation: fade-in 1.2s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
    }

    .content-header span:nth-child(3) {
        animation: fade-in 1.2s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
    }

    .content-header span:nth-child(4) {
        animation: fade-in 1.2s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
    }

    .content-header span:nth-child(5) {
        animation: fade-in 1.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
    }

    .content-header span:nth-child(6) {
        animation: fade-in 1.2s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
    }

    .content-header span:nth-child(7) {
        animation: fade-in 1.2s 1.3s  forwards cubic-bezier(0.11, 0, 0.5, 0);
    }

    .content-header span:nth-child(8) {
        animation: fade-in 1.2s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
    }

    .content-header span:nth-child(9) {
        animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
    }

    .content-header span:nth-child(10) {
        animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
    }

    @keyframes fade-in {
        100% {
          opacity: 1;
          filter: blur(0);
        }
    }


    .waviy {
        position: relative;
        margin-bottom:20px;
    }
    .waviy span {
        position: relative;
        display: inline-block;
        font-size: 40px;
        font-weight: 700;
        color: #fafafa;
        /* animation: flip .2s linear;
        animation-delay: calc(.2s * var(--i)) */
    }
    @keyframes flip {
        0%,80% {
            transform: rotateY(50deg);
        }
    }

/* Banner Image Animations */


/* PreLoader */

    .preLoader {
        background: #fff url(../../assets/images/loader.gif) no-repeat center;
        background-size: 15%;
        height: 100vh;
        width: 100%;
        position: fixed;
        z-index: 100;
    }

/* PreLoader END */

/*About-us Section*/
    .animate-charcter{
        background-image: -webkit-linear-gradient(314deg, #ffc400, #96fc11, #c70f4d, #fff800);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-animation: hue 4s infinite linear;
        font-weight: 525;
        font-family: Calibri;
        font-size: 50px;
        margin: 40px 0;
        font-weight: bold;
    }
    @-webkit-keyframes hue {
        from {
        -webkit-filter: hue-rotate(0deg);
        }
        to {
        -webkit-filter: hue-rotate(-360deg);
        }
    }

    .p-about{
        color: #fff;
        padding:0 60px 30px 60px;
    }
    .AboutUsContent{
        position: relative;
        padding-top: 40px;
        padding: 0;
    }
    .icon-img{
        width: 80px;
        height: auto;
    }
    .p-Keyabout {
        margin-top: 20px;
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 300;
        color: #5a5a5a;
        color: #fff;
        /* font-family: 'Jost'; */
    }

    .p-subitlaic{
        color: #777676;
        color: #fff;
        font-size: 16px;
    }

    .p-titleabout{
        padding: 0px 20px;
    }
    .zoomInAboutUs{
        transition: all ease-in-out 1s;
    }
    .zoomInAboutUs:hover{
        border-radius: 10px;
        transform: scale(1.10);
        -o-transform: scale(1.10);
        -webkit-transform: scale(1.10);
        -moz-transform: scale(1.10);
    }
/*About-us Section END*/

/*Services Section CSS*/
    
    /*.customeMenus {
        height: 155px;
        border-radius: 7px;
        font-family: 'Gilroy', sans-serif;
        margin-bottom: 15px;
    }

    .customeMenus:hover {
        box-shadow: 0px 5px 10px 0px rgba(234, 128, 16, 0.7);
    }

    .customeMenus span {
        font-weight: 900;
        font-size: 36px;
        padding-top: 110px;
    }

    .CustomText {
        font-size: 17px;
        text-transform: uppercase;
        padding: 3px;
        margin-top: 13px;
        width: 76%;
        font-weight: 300;
        background: #d8792a;
        box-shadow: 0 7px 18px 0 rgb(107 124 147 / 69%);
        color: #ffffff;
        border-radius: 5px;
    }*/
    .zoomIn-effect:hover img{
        border-radius: 10px;
        transform: scale(1.09);
        -o-transform: scale(1.09);
        -webkit-transform: scale(1.09);
        -moz-transform: scale(1.09);
    }
    .colCentered {
        color: #FEFEFF;
    }

    .colCentered.active {
        border-radius: 25px;
        background: linear-gradient(180deg, #ffffff 0%, #eaeef3 100%);
        color: inherit;
        box-shadow: 10px 12px 18px 13px rgb(0 78 184 / 15%), 2px 3px 4px 0 rgb(255 124 0);

    }

    .colCentered:hover {
        background-color: #f2f4f747;
        border-radius: 25px;
        color: #000;
        border: none;
    }

    .serviceMenus {
        display: flex;
        justify-content: center;
        margin-bottom: 25px !important;
    }

    .serviceMenus ul {
        background: #ef7500c2;
        padding: 10px 0px 10px 0px;
        color: orange;
        border-radius: 25px;
    }
    .serviceMenus ul li {
        margin: 0 6px;
    }

    .serviceItemOne {
        height: 270px;
        background-color: #EC9206;
    }

    /*Grid Box*/

    .portfolio-section{
        background: url('../../assets/images/flower1.png'), url('../../assets/images/flower1.png'), #ebc6882e;;
        background-repeat: no-repeat;
        
        background-position: right bottom, left top;
    }

    .gridMainSection {
        height: auto;
        /* padding: 10px; */
    }

    .gridMainSection .row .serviceItem {
        border-radius: 10px;
        text-align: center;
        padding: 0px;
    }

    .serviceImageContainer .col:hover {
        box-shadow: 0px 5px 10px 0px rgba(234, 128, 16, 0.7);
    }

    .ServieBoxh:hover {
        box-shadow: 0px 5px 10px 0px rgba(234, 128, 16, 0.7);
    }

    .empty {
        background-color: #e7e2da !important;
        animation: blinker 2s linear infinite;
    }

    @keyframes blinker {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    #divFirst {
        height: 270px;
        padding: 8px;
    }

    #divSecond {
        height: 270px;
        padding: 8px;
        /* margin-right: 5px; */
    }

    #divThird {
        height: 270px;
        padding: 8px;
        /* margin-left: 5px; */
    }

    #divFourth {
        height: 270px;
        padding: 8px;
    }

    #divFifth {
        height: 430px;
        padding: 8px;
    }

    #divSixth {
        height: 430px;
        padding: 8px;
    }

    #divSeventh {
        height: 270px;
        padding: 8px;
        /* margin-right: 5px; */
    }

    #divEighth {
        height: 270px;
        padding: 8px;
        /* margin-left: 5px; */
    }

    .serviceImageContainer {
        display: inline-block;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .serviceImageContainer img {
        border-radius: 10px;
        border: 1px solid orange;
        transition: all ease-in-out 1s;
        -o-transition: all ease-in-out 1s;
        -webkit-transition: all ease-in-out 1s;
        -moz-transition: all ease-in-out 1s;
    }
    .serviceImageContainer img:hover {
        background-color: #EC9206;
        cursor: pointer;
        border-radius: 10px;
        /* transform: scale(1.05);
        transition: 1s all linear; */
    }
    .serviceItem {
        height: 240px;
        /* background-color: #171C3C; */
        border-radius: 10px;
    }

    .serviceImgDiv img {
        border-radius: 10px;
        cursor: pointer;
    }

    .serviceScroller {
        height: 600px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .serviceScroller::-webkit-scrollbar {
        width: 7px;
    }

    .serviceScroller::-webkit-scrollbar-thumb {
        background-color: #f3963d;
        /* color of the scroll thumb */
        border-radius: 20px;
        /* roundness of the scroll thumb */
        border: 3px solid #f3963d;
        /* creates padding around scroll thumb */
    }

    .waves-box {
        position: absolute;
        top: 40%;
        left: 41%;
    }

    .iq-video {
        border: 1px solid #6280FA;
        background: #171C3C;
        display: inline-block;
        width: 60px;
        height: 60px;
        text-align: center;
        font-size: 27px;
        color: #6280FA;
        float: left;
        border-radius: 100%;
        line-height: 2.1;
        z-index: 9;
        position: relative;
    }

    .iq-video i {
        margin-left: 5px;
    }

    .iq-waves {
        position: absolute;
        width: 14rem;
        height: 14rem;
        left: -50px;
        top: -51px;
        z-index: 2;
        float: right;
    }

    .iq-waves .waves {
        position: absolute;
        width: 384px;
        width: 10rem;
        height: 384px;
        height: 10rem;
        background: rgba(255, 255, 255, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        border-radius: 320px;
        background-clip: padding-box;
        -webkit-animation: waves 3s ease-in-out infinite;
        animation: waves 3s ease-in-out infinite;
    }

    .iq-waves .wave-1 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .iq-waves .wave-2 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .iq-waves .wave-3 {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    @-webkit-keyframes waves {
        0% {
            -webkit-transform: scale(0.2, 0.2);
            transform: scale(0.2, 0.2);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        }

        50% {
            opacity: 0.9;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        }

        100% {
            -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        }
    }

    @keyframes waves {
        0% {
            -webkit-transform: scale(0.2, 0.2);
            transform: scale(0.2, 0.2);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        }

        50% {
            opacity: 0.9;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        }

        100% {
            -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        }
    }

    .serviceBtn {
        transition: transform 0.3s;
    }

    .serviceBtn:hover {
        transform: translateY(-5px);
        background-color: #013d7d;
        color: white;
    }

    .button-grad {
        position: relative;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        /* background: #f72359; */
        background: #e45324;
        padding: 7px 55px;
        border: none;
        color: white;
        font-size: 1.2em;
        cursor: pointer;
        outline: none;
        border:  none;
        overflow: hidden;
        border-radius: 100px;
    }
    .button-grad span {
        position: relative;
        pointer-events: none;
    }
    .button-grad::before {
        --size: 0;
        content: '';
        position: absolute;
        border: 1px solid orange;
        left: var(--x);
        top: var(--y);
        width: var(--size);
        height: var(--size);
        background: radial-gradient(circle closest-side, #ffa500, transparent);
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        transition: width .2s ease, height .2s ease;
    }
    .button-grad:hover::before {
        --size: 400px;
    }
    .Tabborder-right{
        border-right: 1px solid #ffffff80;
    }

/*Services Section CSS END*/



.headerImgBottom{
    padding: 0px;
    text-align: center;
    border-bottom: 5px solid transparent;
    border-image: linear-gradient(0.25turn, #003148, rgb(255 151 14), #003148);
    border-image-slice: 1;
    width: 100%;
}

/* Project Section And Animation */

    .projectsLogos .col-md {
        height: 177px;
        background-color: #171C3C;
        width: 100%;
        border-radius: 9px;
        text-align: center;
        color: white;
        padding: 0;
    }

    .projectsItem {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .projectsLogos img {
        padding: 20px;
    }

    .projectsLogos .col-md:hover {
        box-shadow: 0px 5px 10px 0px rgba(215, 210, 210, 0.7);
    }

    .projectsImgs .col-md {
        border-radius: 10px;
        height: 165px;
    }

    .projectsImgs .col-md img {
        padding: 20px;
    }

    /* .projectsImgs .col-md:hover {
        box-shadow: 0px 5px 10px 0px rgba(112, 141, 236, 0.7);
    } */

    .projectMenus {
        display: flex;
        justify-content: center;
        margin-bottom: 0;
    }

    .projectMenus ul li {
        margin: 0 10px;
    }

    .viewBtnContainer{
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .centerProjectButton {
      width: 130px;
      height: 30px;
      position: absolute;
    }

    .Projectbtn {
      width: 130px;
      height: 30px;
      cursor: pointer;
      background: transparent;
      border: 1px solid #91C9FF;
      outline: none;
      transition: 1s ease-in-out;
      text-align: center;
      cursor: pointer;
    }

    svg {
      position: absolute;
      left: 0;
      top: 0;
      fill: none;
      stroke: #fff;
      stroke-dasharray: 150 480;
      stroke-dashoffset: 150;
      transition: 1s ease-in-out;
    }

    .Projectbtn:hover {
      transition: 1s ease-in-out;
      background: #4F95DA;
    }

    .Projectbtn:hover svg {
      stroke-dashoffset: -480;
    }

    .Projectbtn span {
      color: white;
      font-size: 18px;
      font-weight: 100;
    }

    .zoomInBtn{
        transition: all ease-in-out .2s;
    }
    /*.zoomInBtn:hover{
        color: #000;
        transform: scale(1);
        -o-transform: scale(1.06);
        -webkit-transform: scale(1.06);
        -moz-transform: scale(1.06);
    }*/

    .orange {
        background-color: #EC9206;
        color: black;
    }

    .shade {
        background-color: #171C3C !important;
        border-radius: 40px !important;
        /* margin-bottom: 40px;     */
    }

    .ClientLogo-Box {
        position: relative;
        width: 100%;
        height: 150px;
        /* background: url(../../assets/images/flower2.png),linear-gradient(179deg, #fafafa 0%, #e7e7e7ad 54%, rgb(255 255 255) 100%); */
        background: url(../../assets/images/flower2.png),linear-gradient(179deg, #fafafa 0%, #e7e7e7ad 54%, rgba(7, 215, 236, 0.24) 100%);
        border: 1px solid #ffa50059;
        background-repeat: no-repeat;
        background-position: right bottom;
    }
      
    .logoImg {
        display: block;
        width: 100%;
        height: auto;
    }
      
    .overlay {
        position: absolute;
        box-shadow: 10px 10px 0px 1px rgb(18 75 109);
        bottom: 0;
        left: 0;
        right: 0;    
        background: url(../../assets/images/flower1.png), url(../../assets/images/flower1.png), linear-gradient(179deg, #fafafa 0%, #003148 100%);
        overflow: hidden;
        width: 100%;
        height: 0;
        transition: .5s ease;
    }
      
    .ClientLogo-Box:hover .overlay {
        height: 100%;
    }
    .project-text {
        color: white;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: width .2s ease, height .2s ease;
        background: #867699c4;
        padding: 10px 20px;
        border: 1px solid #e45324;
        font-size: 15px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        cursor: pointer;
    }
/* Project Button Animation */


/* Awards Container CSS */

    .awardsContainer {
        display: flex;
        justify-content: center;
        margin: 20px;
    }

    .awardImg {
        width: 150px;
        height: auto;
        object-fit: cover;
    }

    .award-text12{
        font-size: 19px;
        color: #272727;
        padding-top: 33px;
        /* font-family: 'Jost'; */
    }
/* Awards Container CSS */

    
/*Particle Animations*/

    #particles-js{
        width: 100%;
        height: 100%;
        background: #003148;
        /* background: linear-gradient(179deg, #fafafa 0%, #003148 54%); */
        background: linear-gradient(179deg, #31476d 0%, #003148 30%);
        position: absolute;
    }
    #footerParticles{
        width: 100%;
        height: 100%;
        /* background: #0e4133; */
        position: absolute;
    }
    #particles {
        width: 100%;
        height: 30%;
        overflow: hidden;
        top: 65%;                        
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        z-index: -2;
    }
    #particles {
        width: 100%;
        height: 30%;
        overflow: hidden;
        top: 65%;                        
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        z-index: -2;
    }

    .iconmelon,
    .im {
      position: relative;
      width: 150px;
      height: 150px;
      display: block;
      fill: #525151;
    }

    .iconmelon:after,
    .im:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .h1-project {
        font-size: 50px;
        margin-bottom: 10px;
        font-weight: 300;
        color: #4e4545;
        margin-bottom: 50px;
        /* font-family: 'Jost'; */
    }

/*Particle Animations*/


/* Modal CSS */

    .modal-content {
        background: url(../../assets/images/flower1.png), url(../../assets/images/flower1.png), #fbf5ea;
        background-repeat: no-repeat;
        background-position: right bottom, left top;
    }
    .titleImg{
        width: 150px;
    }
    .img-rounded{
        width : 50px;
    }
    .rightImgLogo-container img{
        width: 100px;
    }
    #close-modal-btn i {
        font-size: 20px;
        font-weight: normal;
    }
    .mainContainerDiv{
        margin: 0px;
    }
    .carousel-item {
        margin-left: 25px;
    }
    .container.resmobile {
        padding: 2px;
    }

    .middleContainer {
        margin: 10px 63px;
    }

    .modal-header-logo {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        background-color: #e7eaf1;
        justify-content: center;
    }

    .modal-header-title {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 25px;
        font-size: 30px;
        color: #442c2c;
    }

    .modalMiddleContainer {
        background: url(../../assets/images/modal-back.png), #fff;
        border-radius: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .leftNameContainer {
        font-size: 40px;
        font-weight: bold;    color: #442c2c;
    }

    .briefDescpContainer {
        justify-content: center;
        margin: 0px 70px;
        font-size: 17px;
        margin-bottom: 10px;
        font-weight: 300;
        color: #442c2c;
        /* text-decoration: underline; */
        /* font-family: 'Jost'; */
    }

    .bottomTextContainer strong {
        font-weight: 700;
    }

    .modalSideContainer {
        background: url(../../assets/images/flower2.png),linear-gradient(179deg, #d3d3d3 0%, #dfdfdfad 54%, rgb(236 235 235) 100%);
        border: 1px solid #d8d8d8;
        background-repeat: no-repeat;
        justify-content: center;
        display: flex;
        align-items: center;
        flex-direction: column;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 4px 8px 0 rgb(145 134 134 / 20%), 0 6px 20px 0 rgb(122 110 110 / 19%);
    }

    .bottomExploreContainer {
        margin-left: 92px;
    }

    .exploreSpan {
        font-size: 20px;
        color: #442c2c;
        font-weight: 900;
    }

    .mainContainer {
        padding: 10px 51px 0 0;
    }

    /* .slider-card {
        background-color: #171C3C;
        justify-content: center;
        display: flex;
        align-items: center;
        flex-direction: column;
        height: 150px;
        border-radius: 10px;
    } */

    .bottomImgLogoContainer {
        padding: 10px 15px 0 15px;
    }

    .splitDescriptions{
        border: 1px solid #442c2c;
    }

    .bottomTextContainer {
        padding: 5px;
        font-weight: 300;
        /* font-family: 'Jost'; */
        color: #7c5507;
    }

    .owl-carousel .owl-item img {
        width: 105px !important;
        display: inline !important;
    }

    .bottomContaineritems {
        padding: 4px;
        background-color: #e7eaf1;
        height: 135px;
        border-radius: 10px;
    }
    .serviceModal {
        background-color: #171C3C;
        color: whitesmoke;
    }

    #myModal {
        padding: 0px !important;
    }

    .carousel-control-prev {
        left: -80px;
        width: 100px;
    }

    .carousel-control-next {
        right: -80px;
        width: 100px;
    }

    .hr-bottom{
            border-top: 1px solid #cacaca;
            margin-bottom: 3rem;
    }

    .owl-nav .owl-next {
        position: absolute;
        top: calc(50% - 25px);
        right: 0;
        opacity: 1;
        font-size: 40px !important;
        z-index: 1;
    }

    .owl-nav .owl-prev {
        position: absolute;
        top: calc(50% - 25px);
        left: 0;
        opacity: 1;
        font-size: 40px !important;
        z-index: 1;
    }

    #modal-middle-carousel .middle-carousel-prev {
        z-index: 999;
        position: fixed;
        margin: 0px;
        color: #ffffff;
        /* border: 4px solid #875a00; */
        background: #875a00;
        position: fixed;
        top: 50%;
        left: 73px;
        z-index: 999;
        font-size: 27px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 35px;
        border-radius: 40px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        cursor: pointer;
    }

    #modal-middle-carousel .middle-carousel-next {
        z-index: 999;
        position: fixed;
        margin: 0px;
        color: #ffffff;
        background: #875a00;
        position: fixed;
        top: 50%;
        right: 73px;
        z-index: 999;
        font-size: 27px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 35px;
        border-radius: 40px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        cursor: pointer;
    }

    .owl-nav .owl-prev {
        width: 35px;
        height: 35px;
        border-radius: 60px;
        font-size: 25px !important;
        left: -17px;
        top: 57px;
        line-height: 4px !important;
        background-color: #6280FA !important;
        color: #fff !important;
    }

    .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        border-radius: 60px;
        font-size: 25px !important;
        right: -17px;
        top: 57px;
        line-height: 4px !important;
        background-color: #6280FA !important;
        color: #fff !important;
    }

    .owl-nav .owl-next:hover {
        background: #875a00 !important;
        color : #fff;   
    }
    .owl-nav .owl-prev:hover {
        background: #875a00 !important;
        color : #fff;
    }

    .scroller {
        height: 1300px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .scroller::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        /* width of the entire scrollbar */
    }

    .scroller::-webkit-scrollbar-thumb {
        background-color: #c1a775;
        border-radius: 20px;
        border: 3px solid#c1a775;
    }

    .sideScroller {
        height: 565px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .sideScroller::-webkit-scrollbar {
        width: 6px;
        /* width of the entire scrollbar */
    }

    #close-modal .close-modal-btn {
        z-index: 999;
        position: fixed;
        margin: 0px;
        color: #442c2c;
        background: #e7eaf1;
        position: fixed;
        top: 23px;
        right: 73px;
        z-index: 999;
        font-size: 27px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 35px;
        border-radius: 40px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        cursor: pointer;
    }

    #close-modal .top:hover {
        background: white;
        color: #013d7d;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    }

    #modal-vertical-carousel .vertical-up:hover{
        color: #fff;
        background: #875a00;
    }
    #modal-vertical-carousel .vertical-up {
        z-index: 999;
        position: fixed;
        margin: 0px;
        color: #fff;
        background: #b5914b9e;
        position: fixed;
        top: 56px;
        right: 132px;
        z-index: 999;
        font-size: 27px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 35px;
        border-radius: 40px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #modal-vertical-carousel .vertical-down:hover {
        color: #fff;
        background: #875a00;
    }
    #modal-vertical-carousel .vertical-down { 
        z-index: 999;
        position: fixed;
        margin: 0px;
        bottom: 781px;
        color: #fff;
        background: #b5914b9e;
        position: fixed;
        right: 132px;
        z-index: 999;
        font-size: 27px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 35px;
        border-radius: 40px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .owl-nav .owl-prev{
        width: 35px;
        height: 35px;
        border-radius: 60px;
        font-size: 25px !important;
        left: -17px;
        top: 57px;
        line-height: 4px !important;
        background-color: #c0a167 !important;
        color: #fff !important;
    }
    .owl-nav .owl-next{
        width: 35px;
        height: 35px;
        border-radius: 60px;
        font-size: 25px !important;
        right: -17px;
        top: 57px;
        line-height: 4px !important;
        background-color: #c0a167 !important;
        color: #fff !important;
    }
    /*Slick CSS*/
    .slick-list{
        height: 500px !important;
    }
    /*Slick CSS*/
/* Modal CSS */

/*Footer CSS*/
    
    footer {
        padding-top: 40px;
        /* position: relative;  */
    }

    .footerMenus {
        padding-left: 0px;
    }

    .footerMenus li {
        display: block;
        padding: 0;
    }

    .footerMenus a {
        color: #FEFEFF;
    }

    .socialLinks {
        display: inline;
        margin: 0;
        padding: 0;
    }

    .socialLinks li {
        padding: 0 9px 0 0;
    }

    .widget {
        margin: 10px 0;
    }

    .header-nav {
        text-decoration: none;
        color: white;
    }

    .header-nav li {
        background-color: #013d7d;
    }

/*Footer CSS END*/

/*Back To Top CSS*/

    #back-to-top .top {
        z-index: 999;
        position: fixed;
        margin: 0px;
        color: black;
        background: #EC9206;
        position: fixed;
        bottom: 30px;
        right: 25px;
        z-index: 999;
        font-size: 30px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 35px;
        border-radius: 40px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    #back-to-top .top:hover {
        background: #013d7d;
        color: white;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    }

/*Back To Top CSS END*/


/*For Mobile Responsive CSS*/

/* For Mobiles */
    @media(max-width : 480px) and (min-width:320px) {
        .img-fluid{
            padding-top: 60px;
        }
        .zoomInAboutUs{
            transition: all ease-in-out 1s;
        }
        .zoomInAboutUs:hover{
            transform: scale(1);
        }
        .navbar-brand {
            padding: 15px;
        }

        .navbar-brand img {
/*            height: 50px;*/
            width: 180px !important;
        }

        .searchDiv {
            padding: 0 34px;
        }

        .shade {
            margin-bottom: 10px;
            font-size: 20px;
        }

        .filterBtn button {
            width: 150px;
            margin-left: 60px;
        }

        .CustomText {
            font-size: 62px;
            font-weight: bold;
            /* padding: 6px; */
            color: #232230;
        }

        .searchDiv {
            justify-content: center;
            margin-top: 15px;
        }

        .serviceMenus ul li {
            display: block;
        }

        #divFirst {
            height: 270px;
        }
    
        #divSecond {
            height: 270px;
            /* margin-right: 5px; */
        }
    
        #divThird {
            height: 270px;
            /* margin-left: 5px; */
        }
    
        #divFourth {
            height: 270px;
        }
    
        #divFifth {
            height: 270px;
        }
    
        #divSixth {
            height: 270px;
        }
    
        #divSeventh {
            height: 270px;
            /* margin-right: 5px; */
        }
    
        #divEighth {
            height: 270px;
            /* margin-left: 5px; */
        }

        .serviceMenusUl li {
            font-size: 20px;
        }

        .widget p {
            text-align: justify;
            font-size: 20px;
        }

        .projectItems {
            padding: 14px 40px;
        }

        #close-modal .close-modal-btn {
            right: 9px;
            opacity: .8;
        }

        .waves-box {
            position: absolute;
            top: 38%;
            left: 44%;
        }

        #modal-middle-carousel .middle-carousel-next {
            right: 7px !important;
            font-size: 15px;
            width: 25px;
            height: 25px;
            opacity: 0.4;
            text-align: center;
            line-height: 35px;
        }

        #modal-middle-carousel .middle-carousel-prev {
            left: 7px !important;
            opacity: .4;
            z-index: 999;
            font-size: 15px;
            width: 25px;
            height: 25px;
            text-align: center;
            line-height: 35px;
        }

        .middleContainer {
            margin: 10px 15px;
        }

        .carousel-item {
            margin-left: 0;
        }

        .bottomExploreContainer {
            margin-left: 35px;
        }
        .p-about {
            color: #fff;
            padding: 0 10px 25px 10px;
            text-align: center;
            font-size: 15px;
        }
        .animate-charcter{
            font-size: 32px;
        }
        .titleImg {
            width: 50px;
        }
        .leftNameContainer {
            font-size: 22px;
        }
        .briefDescpContainer{
            margin: 0;
        }

        .modal-header-logo {
            width: 40px;
            height: 40px;
        }
        .modal-body{
            padding: 0;
        }
        .modalFluid{
            padding-left: 0;
            padding-right: 0;
        }
        .modalContainer{
            padding-left: 0;
            padding-right: 0;
        }
        .img-rounded{
            width: 30px;
        }
        .modal-header-title {
            margin-left: 10px;
            font-size: 20px;
        }
        #close-modal .close-modal-btn {
            top: 22px;
            right: 8px !important;
            font-size: 0px;
            width: 30px;
            height: 30px;
            line-height: 42px;
        }
        .titleImg {
            width: 60px;
        }
        .leftNameContainer {
            font-size: 24px;
        }
        .scroller {
            padding: 3px;
        }
        .briefDescpContainer {
            margin: 0px 10px;
            font-size: 13px;
        }
        .slick-slider {
            display: none !important;
        }
    }

/*For Mobile Responsive CSS*/

@media (min-width: 481px) and (max-width: 751px) {
    .carousel-item {
        margin-left: 0;
    }
    .middleContainer {
        margin: 10px 20px;
    }
    .img-rounded{
        width: 55px;
    }
    .modal-header-logo{
        width: 65px;
        height: 65px;
    }
    .titleImg {
        width: 110px;
    }
    .rightImgLogo-container img{
        width: 70px;
    }
    .leftNameContainer{
        font-size: 30px;
    }
    
    #divFirst {
        height: 330px;
    }

    #divSecond {
        height: 330px;
        /* margin-right: 5px; */
    }

    #divThird {
        height: 330px;
        /* margin-left: 5px; */
    }

    #divFourth {
        height: 330px;
    }

    #divFifth {
        height: 330px;
    }

    #divSixth {
        height: 330px;
    }

    #divSeventh {
        height: 330px;
    }
    .waves-box {
        position: absolute;
        top: 40%;
        left: 45%;
    }
    #divEighth {
        height: 330px;
    }
    #modal-middle-carousel .middle-carousel-prev {
        left: 17px;
    }
    #modal-middle-carousel .middle-carousel-next{
        right: 17px;
    }
    #close-modal .close-modal-btn {
        right: 17px;
    }
    .bottomExploreContainer {
        margin-left: 40px;
    }
    .modalMiddleContainer{
        box-shadow: none;
    }
    .briefDescpContainer {
        margin: 0px 25px;
    }
    .vertical {
        display: none !important;
    }
    .modal-header-title{
        font-size: 27px;
    }
    .img-fluid{
        padding-top: 55px;
    }
    .animate-charcter {
        font-size: 55px;
    }
    .p-about {
        color: #fff;
        padding: 0 40px 40px 40px;
        font-size: 20px;
        line-height: 1.5;
    }
    .award-text12 {
        font-size: 25px;
    }
    .Tabborder-right {
        font-size: 18px;
    }
    .animate-charcter {
        font-size: 55px;
    }
    .awardImg {
        width: 170px;
    }
    .menu-heading {
        padding: 30px 0 9px 0;
        font-size: 28px;
    }
    .a-white {
        color: #fff !important;
        font-size: 20px;
    }
}
@media (min-width: 752px) and (max-width: 991px) {
        .waves-box {
            position: absolute;
            top: 40%;
            left: 39%;
        }
        .carousel-item {
            margin-left: 8px;
        }
        .titleImg {
            width: 100px;
        }
        .rightImgLogo-container img{
            width: 70px;
        }
        .leftNameContainer{
            font-size: 30px;
        }
        #modal-middle-carousel .middle-carousel-prev {
            left: 17px;
        }
        #modal-middle-carousel .middle-carousel-next{
            right: 17px;
        }
        #close-modal .close-modal-btn {
            right: 17px;
        }
        #modal-vertical-carousel .vertical-up {
            right: 82px !important;
            font-size: 18px;
            top:60px !important;
            width: 30px;
            height: 30px;
            opacity: 0.8;
            line-height: 29px;
        }
        #modal-vertical-carousel .vertical-down {
            right: 82px !important;
            bottom: 787px;
            font-size: 18px;
            width: 30px;
            height: 30px;
            opacity: 0.8;
            line-height: 29px;
        }
        .bottomTextContainer strong {
            font-size: 14px;
        }
        .briefDescpContainer {
            margin: 0px 30px;
        }
        .img-fluid{
            padding-top: 55px;
        }
        .animate-charcter {
            font-size: 55px;
        }
        .p-about {
            color: #fff;
            padding: 0 40px 40px 40px;
            font-size: 20px;
            line-height: 1.5;
        }
        .award-text12 {
            font-size: 25px;
        }
        .Tabborder-right {
            font-size: 18px;
        }
        .animate-charcter {
            font-size: 55px;
        }
        .awardImg {
            width: 170px;
        }
        .menu-heading {
            padding: 30px 0 9px 0;
            font-size: 28px;
        }
        .a-white {
            color: #fff !important;
            font-size: 20px;
        }
        .bottomExploreContainer {
            margin-left: 50px;
        }
        .serviceItem {
            height: 190px;
        }
}
/*For Tabs Reponsive CSS*/
@media (min-width: 992px) and (max-width: 1024px) {
    .carousel-item {
        margin-left: 8px;
    }
    .modal-header-logo{
        width: 70px;
        height: 70px;
    }
    .img-rounded{
        width:  60px;
    }
    .titleImg {
        width: 120px;
    }
    .rightImgLogo-container img{
        width: 80px;
    }
    .leftNameContainer{
        font-size: 30px;
    }
    #modal-middle-carousel .middle-carousel-prev {
        left: 17px;
    }
    #modal-middle-carousel .middle-carousel-next{
        right: 17px;
    }
    #close-modal .close-modal-btn {
        right: 17px;
    }
    #modal-vertical-carousel .vertical-up {
        right: 110px !important;
        top: 68px;
        font-size: 18px;
        width: 30px;
        height: 30px;
        opacity: 0.8;
        line-height: 29px;
    }
    #modal-vertical-carousel .vertical-down {
        right: 110px !important;
        bottom: 780px;
        font-size: 18px;
        width: 30px;
        height: 30px;
        opacity: 0.8;
        line-height: 29px;
    }
    .bottomTextContainer strong {
        font-size: 20px;
    }
    .briefDescpContainer {
        margin: 0px 30px;
    }
    .bottomExploreContainer{
        margin-left: 50px;
    }
    .img-fluid{
        padding-top: 55px;
    }
    .animate-charcter {
        font-size: 55px;
    }
    .p-about {
        color: #fff;
        padding: 0 40px 40px 40px;
        font-size: 20px;
        line-height: 1.5;
    }
    .award-text12 {
        font-size: 25px;
    }
    .Tabborder-right {
        font-size: 18px;
    }
    .animate-charcter {
        font-size: 55px;
    }
    .awardImg {
        width: 170px;
    }
    .waves-box {
        position: absolute;
        top: 40%;
        left: 42%;
    }
    .menu-heading {
        padding: 30px 0 9px 0;
        font-size: 28px;
    }
    .a-white {
        color: #fff !important;
        font-size: 20px;
    }
}