@font-face {
    font-family: 'Lemon-Milk-Light';
    src: url('../fonts/lemon-milk/Lemon-Milk-Pro-Ultra-Light.otf') format('truetype');
    font-weight: Medium;
}

@font-face {
    font-family: 'Lemon-Milk-Pro-Ultra-Light-Italic';
    src: url('../fonts/lemon-milk/Lemon-Milk-Pro-Ultra-Light-Italic.otf') format('truetype');
    font-weight: Medium;
}

@font-face {
    font-family: 'Lemon-Milk-Pro-Regular';
    src: url('../fonts/lemon-milk/Lemon-Milk-Pro-Regular.otf') format('truetype');
    font-weight: Medium;
}

@font-face {
    font-family: 'Lemon-Milk-Pro-Regular-Italic';
    src: url('../fonts/lemon-milk/Lemon-Milk-Pro-Regular-Italic.otf') format('truetype');
    font-weight: Medium;
}

@font-face {
    font-family: 'Lemon-Milk-Pro-Medium';
    src: url('../fonts/lemon-milk/Lemon-Milk-Pro-Medium.otf') format('truetype');
    font-weight: Medium;
}

@font-face {
    font-family: 'Lemon-Milk-Pro-Medium-Italic';
    src: url('../fonts/lemon-milk/Lemon-Milk-Pro-Medium-Italic.otf') format('truetype');
    font-weight: Medium;
}

@font-face {
    font-family: 'Lemon-Milk-Pro-Bold';
    src: url('../fonts/lemon-milk/Lemon-Milk-Pro-Bold.otf') format('truetype');
    font-weight: Medium;
}

@font-face {
    font-family: 'Lemon-Milk-Pro-Bold-Italic';
    src: url('../fonts/lemon-milk/Lemon-Milk-Pro-Bold-Italic.otf') format('truetype');
    font-weight: Medium;
}



body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lemon-Milk-Pro-Regular';
}

a {
    color: unset;
    text-decoration: unset;
}


/* ============NEW HOME PAGE START ============ */

.carousel_banner .owl-item.active {
    background: unset;
}

li.mobile_menu_icon {
    display: none;
}

.overflow-hidden {

    overflow: hidden;
}

.banner {
    overflow: hidden;
}

.banner .tagline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #5555b5;
    font-family: 'Lemon-Milk-Pro-bold';
    height: 100%;
}

.banner .tagline h1 {
    font-size: 70px;
    display: block;
    width: 110%;
    position: relative;
    padding: 0 0 20px;
    border-bottom: 4px solid #ff8036;
}


.banner .banner_bg {
    background-image: url(../images/home/home-banner.png);
    padding: 420px 0;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: -310px;
}

.about_us {
    background: #5555b5;
    padding: 150px 0 0 0;
    margin: -80px 0 140px 0;
    color: #fff;
}

.about_us .head {
    color: #fff;
}

.head {
    font-size: 45px;
    color: #5555b5;
    font-family: 'Lemon-Milk-Pro-Bold';
    display: inline-block;
}

.head span {
    padding: 0 0 20px;
    border-bottom: 4px solid #ff8036;
}

.about_us .about_img {
    margin-top: 70px;
    margin-bottom: -90px;
}

.about_us .block .numer {
    font-size: 45px;
    font-family: 'Lemon-Milk-Pro-Regular';
    margin-bottom: 10px;
}

.about_us .block .txt {
    font-size: 16px;
}

.about_us .block {
    margin-bottom: 60px;
    display: inline-block;
    text-align: center;
}

.about_us .content_right {
    margin-left: 40px;
}

.about_us .content_right .content {
    font-size: 17px;
    text-align: justify;
}

.main_btn {
    font-size: 18px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 12px 35px;
    cursor: pointer;
}

/*-----------------------------*/

.choose_us .grid {
    display: flex;
    align-items: center;
}

.choose_us .head {
    color: #5555b5;
}

.choose_us .grid .min_head {
    font-size: 28px;
    font-family: 'Lemon-Milk-Pro-Bold';
    flex: 1;
    margin: 140px 0 0 70px;
}

.choose_us .inner_block .title {
    font-size: 28px;
    margin: 10px 0;
    font-family: 'Lemon-Milk-Pro-Bold';
}

.choose_us .inner_block .content {
    font-size: 20px;
    margin-bottom: 26px;
}

.choose_us .inner_block .link {
    font-size: 19px;
    text-decoration: underline;
    color: #5555b5;
}

.choose_us .inner_block {
    text-align: center;
    background: #f8f8f8;
    padding: 80px 7px;
    /*    margin: 30px 50px;*/
    margin-bottom: 50px;
    transition: box-shadow 0.5s;
}

.choose_us .inner_block:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 17px 12px 30px;
}

.choose_us_mobile {
    display: none;
}

.choose_us {
    padding-bottom: 40px;
}

.choose_us .row.desk {
    justify-content: space-between;
    margin-top: 40px;
}

.choose_us .row.desk .col-lg-4 {
    width: 29.333333%;
}
.choose_us .link a {
    display: none;
}
/*------------------------------*/

.our_projects {
    margin: 40px 0 140px 0;
}

.our_projects .grid-container {
    padding-top: 40px;
}

.our_projects .head {
    color: #5555b5;
}

.hover_block .hover_btn {
    border: 2px solid #fff;
    display: table;
    padding: 5px 15px;
    font-size: 15px;
    margin-top: 10px;
    cursor: pointer;
}

.our-project .our-img {
    position: relative;
}

.our-img {
    position: relative;
}

.hover_block {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    color: #fff;
    text-align: left;
    transform: translate(-50%, -50%);
    width: 88%;
}

.our_projects .overlay {
    position: absolute;
    top: 0;
    background: #5555b5e8;
    color: #fff;
    text-align: left;
    width: 100%;
    height: 100%;
    display: none;
    transition: display 1s;
}

.hoverable.clicked .overlay {
    display: block;
    /* show overlay on click for both desktop and mobile */
}

.our-project .our-img:hover .overlay {
    display: block;
    transition: display 0.4s;
}


/*----------------------------*/

.valuable_clients .client_block .slick-prev.slick-arrow {
    padding: 20px 0px 35px;
    width: 80px;
    top: -30px;
    right: 210px;
    left: unset;
}

.valuable_clients .client_block .slick-next {
    width: 130px;
    padding: 20px 0 35px;
    background: #000;
    top: -30px;
    right: 35px;
}

.client_block .client-boxshadow img {
    margin: 0 auto;
}

.valuable_clients .client_block .slick-next:before {
    content: 'NEXT →';
    color: #fff;
    letter-spacing: 3px;
    font-size: 14px;
}

.valuable_clients .client_block .slick-prev:before {
    font-size: 19px;
}

.client_block {
    position: relative;
}

.client_block .our_clients.slick-initialized.slick-slider {
    position: unset;
}

/*----------------------------*/

.our_certificates .slick-arrow {
    border: none;
}

.our_certificates .slick-prev:before {
    padding: 20px 30px;
}

.our_certificates .slick-next:before {
    padding: 20px 30px;
}

.our_certificates {
    margin: 80px 0;
}

.clients_says .slide_block {
    filter: blur(1px);
}

.clients_says .slide_block.slick-active.slick-center {
    filter: blur(0px);
}

.client-say .carousel-home-resources .left-1 {
    transform: translateX(-500px) translateZ(-400px) rotateY(0deg) !important;
}

.client-say .carousel-home-resources .right-1 {
    transform: translateX(500px) translateZ(-400px) rotateY(0deg) !important;
}

.client_slide_block {
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 20px 70px;
}

.client-say .carousel-3d-slide {
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 2px 0px 14px 0px;
    overflow: unset;
    filter: blur(1px);
}

.client-say .carousel-3d-slide.current {
    filter: blur(0px);
}

.client-say .quotes-left {
    position: absolute;
    top: 20px;
    left: 40px;
}

.client-say .quotes-right {
    position: absolute;
    bottom: 20px;
    right: 40px;
}

.client-say .home-resources-content:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    background: #f8f8f8;
    top: 10%;
    z-index: -1;
}

.client_slide_block .content {
    line-height: 30px;
    font-size: 16px;
}

.client_slide_block .content .author_name {
    font-family: 'Lemon-Milk-Pro-Bold';
    margin-top: 25px;
}

.client-say .carousel-3d-controls {
    display: none;
}

.client-say .home-resources-content {
    position: relative;
    margin: 50px 0;
}

.client-say .carousel-3d-container[data-v-07917306] {
    overflow: unset;
}

.quote_shade:before {
    position: absolute;
    bottom: -35px;
    left: 40px;
    content: '';
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 47px solid transparent;
    border-top: 37px solid white;
    z-index: 2;
}

.quote_shade:after {
    position: absolute;
    bottom: -43px;
    left: 37px;
    content: '';
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 54px solid transparent;
    border-top: 45px solid rgba(0, 0, 0, 0.03);
    z-index: 1;
}

/*.carousel-3d-slider {

    width: 50% !important;

}*/

@media only screen and (max-width: 1680px) {
    .client-say .carousel-3d-slide.current {
        width: 500px !important;
        height: 300px !important;
    }

    .client-say .carousel-3d-slide {
        width: 500px !important;
        height: 300px !important;
    }

    .client-say .carousel-3d-slider {
        width: 500px !important;
        height: 300px !important;
    }

    .client-say .client_slide_block .content {
        line-height: 24px;
        font-size: 14px;
    }

    .client-say .home-resources-content:after {
        height: 65%;
        top: 11%;
    }

}

@media only screen and (max-width: 1400px) {
    .banner .tagline h1 {
        font-size: 70px;
    }

    .about_us .block .numer {
        font-size: 40px;
    }

    .about_us .content_right .content {
        font-size: 16px;
    }

    .choose_us .grid .min_head {
        font-size: 26px;
        margin: 100px 0 0 70px;
    }

    .choose_us .inner_block .title {
        font-size: 22px;
    }

    .choose_us .inner_block .content {
        font-size: 16px;
    }

    .choose_us .inner_block {
        margin: 26px 26px;
        padding: 38px 7px;
    }

    .head {
        font-size: 40px;
    }

    .banner .banner_bg {
        padding: 354px 0;
    }

    .banner .tagline h1 {
        font-size: 60px;
    }

    .hover_block {
        font-size: 12px;
    }

    .menu-list .nav-item {
        padding: 0px 5px;
    }

    .our-bgclr h5 {
        font-size: 14px;
    }

    .hover_block h5 {
        font-size: 16px;
    }

    .banner .tagline h1 {
        width: 109%;
    }

    /*.banner {
        height: 78vh !important;
    }*/

}

@media only screen and (max-width: 1200px) {

    .head {
        font-size: 38px;
    }

    .banner .tagline h1 {
        font-size: 53px;
        width: 115%;
    }

    .choose_us .inner_block {
        margin: 30px 10px;
    }

    .choose_us .grid .min_head {
        font-size: 21px;
        margin: 70px 0 0 70px;
    }

    .client-say .carousel-3d-slide.current {
        width: 350px !important;
        height: 250px !important;
    }

    .client-say .carousel-3d-slide {
        width: 350px !important;
        height: 250px !important;
    }

    .client-say .carousel-3d-slider {
        width: 350px !important;
        height: 250px !important;
    }

    .client-say .client_slide_block .content {
        line-height: 24px;
        font-size: 14px;
    }

    .client-say .home-resources-content:after {
        height: 65%;
        top: 11%;
    }

    .client-say .carousel-home-resources .left-1 {
        transform: translateX(-360px) translateZ(-400px) rotateY(0deg) !important;
    }

    .client-say .carousel-home-resources .right-1 {
        transform: translateX(360px) translateZ(-400px) rotateY(0deg) !important;
    }

    .client_slide_block {
        padding: 20px 20px;
    }

    .client-say .client_slide_block .content {
        line-height: 20px;
        font-size: 13px;
    }

    .client-say .home-resources-content:after {
        height: 55%;
        top: 10%;
    }

    .client-say .quotes-left {
        top: 0px;
    }

}

@media only screen and (max-width: 992px) {

    .banner .banner_bg {
        background-image: url(../images/home/home-banner-mobile.png);
        margin-right: 0px;
    }

    .banner .tagline {
        display: none;
    }

    .banner .container {
        max-width: unset;
    }

    .banner .col-lg-7 {
        padding: 0;
    }

    .about_us .about_img {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .about_us .content {
        margin: 40px 0;
        font-size: 16px;
        text-align: justify;
    }

    .about_us .block {
        display: block;
    }

    .about_us .head {
        margin-bottom: 50px;
    }

    .about_us .block {
        margin-bottom: 40px;
    }

    .about_us .block .numer {
        font-size: 46px;
    }

    .about_us {
        padding: 150px 0 50px 0;
    }

    .about_us .content_right {
        margin-left: 0;
    }

    .choose_us .grid {
        display: block;
    }

    .choose_us .grid .min_head {
        font-size: 21px;
        margin: 0px 0 0 0px;
    }

    .choose_us .desk {
        display: none;
    }

    .choose_us_mobile {
        display: block;
    }
    .about_choose_us {
        padding-bottom: 0px;
    }
    .about_choose_us .whybox-mobile {
        padding: 50px 30px;
        background: #f8f8f8;
        margin: 0 10px;
        text-align: center;
    }
    .about_choose_us .whybox-mobile .content {
        min-height: 100px;
        margin-top: 10px;
    }
    .about_choose_us .whybox-mobile .d-flex {
        display: block !important;
    } 
    .about_choose_us .whybox-mobile .icon {
        width: 100%;
    }
    .about_choose_us .whybox-mobile .title {
        padding-left: 0;
        padding-top: 20px;
    }
    .inner_block .icon {
        height: 60px;
    }
    .choose_us .inner_block .content {
        height: 0PX;
    }

    .head {
        font-size: 38px;
    }

    .choose_us .inner_block {
        padding: 80px 30px;
    }

    .choose_us_mobile .icon img {
        margin: 0 auto;
    }

    .valuable_clients .client_block .slick-arrow {
        display: none !important;
    }

    .our_projects {
        margin: 0px 0 0px 0;
    }

    .hover_block {
        font-size: 16px;
    }

    .client-say .carousel-3d-slide.current {
        width: 300px !important;
        height: 250px !important;
    }

    .client-say .carousel-3d-slide {
        width: 300px !important;
        height: 250px !important;
    }

    .client-say .carousel-3d-slider {
        width: 300px !important;
        height: 250px !important;
    }

    .client-say .client_slide_block .content {
        line-height: 24px;
        font-size: 14px;
    }

    .client-say .home-resources-content:after {
        height: 65%;
        top: 11%;
    }

    .client-say .carousel-home-resources .left-1 {
        transform: translateX(-310px) translateZ(-400px) rotateY(0deg) !important;
    }

    .client-say .carousel-home-resources .right-1 {
        transform: translateX(310px) translateZ(-400px) rotateY(0deg) !important
    }

    .client-say .home-resources-content:after {
        height: 62%;
    }

    .client-say .client_slide_block .content {
        line-height: 24px;
        font-size: 12px;
    }

    .text-reset i {
        font-size: 30px;
        color: #fff;
    }

    .offcanvas {
        max-width: 85%;
    }

}

@media only screen and (max-width: 767px) {

    li.mobile_menu_icon {
        display: block;
    }

    .banner .banner_bg {
        padding: 370px 0;
    }

    .banner .container {
        padding: 0 0px;
    }

    .about_us {
        padding: 120px 0 30px 0;
    }

    .head {
        font-size: 26px;
    }

    .about_us .block .numer {
        font-size: 34px;
    }

    .about_us .block .txt {
        font-size: 14px;
    }

    .about_us .block {
        margin-bottom: 60px;
    }

    .main_btn {
        font-size: 15px;
        padding: 10px 30px;
    }

    .about_us .content p {
        margin-bottom: 30px;
    }

    .about_us .head span {
        padding: 0 0 15px;
        border-bottom: 2px solid #ff8036;
    }

    .about_us .content {
        font-size: 15px;
    }

    .choose_us .grid .min_head {
        font-size: 16px;
    }

    .about_us {
        margin: -80px 0 50px 0;
    }

    .choose_us .inner_block .title {
        font-size: 22px;
    }

    .choose_us .inner_block .content {
        font-size: 16px;
    }

    .hover_block {
        font-size: 14px;
    }

    .head span {
        padding: 0 0 13px;
        border-bottom: 2px solid #ff8036;
    }


    .client-say .carousel-3d-slide.current {
        width: 250px !important;
        height: 200px !important;
    }

    .client-say .carousel-3d-slide {
        width: 250px !important;
        height: 200px !important;
    }

    .client-say .carousel-3d-slider {
        width: 250px !important;
        height: 200px !important;
    }

    .client-say .client_slide_block .content {
        line-height: 24px;
        font-size: 14px;
    }

    .client-say .home-resources-content:after {
        height: 65%;
        top: 11%;
    }

    .client-say .carousel-home-resources .left-1 {
        transform: translateX(-210px) translateZ(-400px) rotateY(0deg) !important;
    }

    .client-say .carousel-home-resources .right-1 {
        transform: translateX(210px) translateZ(-400px) rotateY(0deg) !important;
    }

    .client-say .home-resources-content:after {
        height: 62%;
    }

    .client-say .client_slide_block .content {
        line-height: 20px;
        font-size: 11px;
    }

    .carousel-3d-slide img {
        width: 70% !important;
    }

    .client-say .quotes-left {
        top: 10px;
    }

    .client-say .quotes-right {
        bottom: 0px;
    }

    .client_slide_block .content .author_name {
        font-family: 'Lemon-Milk-Pro-Bold';
        margin-top: 8px;
    }

    .quote_shade:before {
        bottom: -25px;
        border-right: 37px solid transparent;
        border-top: 27px solid white;
    }

    .quote_shade:after {
        bottom: -33px;
        border-right: 44px solid transparent;
        border-top: 35px solid rgba(0, 0, 0, 0.03);
    }

    li.mobile_menu_icon {
        padding: 15px 0;
    }

    li.mobile_menu_icon a {
        background: no-repeat;
        border: none;
        display: inline-block;
        padding: 0 5px;
    }

    .our-bgclr h5 {
        font-size: 18px;
        height: 40px;
    }

    .hover_block h5 {
        font-size: 18px;
    }
    button.navbar-toggler i {
    	color: #5555b5;
	}
	button.navbar-toggler {
    	border: unset;
	}
}

/* ============NEW HOME PAGE END ============ */

/* ============ header menu  start ============ */
@media only screen and (min-width: 1400px) {}

.header-text {
    color: #5555b5;
    font-size: 40px;
}

.header-maintext {
    color: #5555b5;
    border-bottom: 2px solid #ff8036;
    display: inline-block;
    font-size: 70px;
}

.heading-text {
    font-size: 40px;
    color: #fff;
    border-bottom: 2px solid #ff8036;
    display: inline-block;
    padding-bottom: 35px;
}

nav li {
    position: relative;
}

nav>ul {
    display: flex;
}

nav li a {
    display: block;
    padding: 10px 15px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s;
}

nav li:hover a {
    background: #5555b5;
    color: #fff !important;
    border-radius: 5px;
}

nav ul ul {
    visibility: hidden;
    opacity: 0;
    min-width: 150px;
    position: absolute;
    top: 150%;
    left: 0;
    padding: 15px 0;
}

nav ul li:hover>ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
/*    width: 290px;*/
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 0px;
}

nav ul ul ul {
    left: 100%;
}

nav ul ul li:hover>ul {
    top: 0;
}

nav {
    max-width: 1000px;
    margin: 25px auto;
}

.header-text {
    color: #5555b5;
    border-bottom: 3px solid #ff8036;
    font-family: 'Lemon-Milk-Pro-Bold';
    display: inline-block;
    font-size: 45px;
    line-height: 50px;
    padding-bottom: 20px;
    width: 85%;
}

.header-maintext {
    color: #5555b5;
    border-bottom: 4px solid #ff8036;
    display: inline-block;
    font-size: 50px;
    font-family: 'Lemon-Milk-Pro-Bold';
    padding-bottom: 35px;
}

.heading-text {
    font-size: 45px;
    color: #fff;
    border-bottom: 4px solid #ff8036;
    font-family: 'Lemon-Milk-Pro-Bold';
    display: inline-block;
    line-height: 50px;
}

.contain-img img {
    margin-left: 175px;
}

.contain-img {
    background-image: url(../images/logos/banner-1.png);
    padding: 300px;
}

.contentsize-mg {
    margin-top: 20px;
}

ul.navbar-nav.ms-auto.menu-list {
    padding-top: 32px;
}

.menu-list .nav-item {
    padding: 0 25px;
}

.menu-list .nav-item:last-child {
    padding: 0;
}

.menu-list li a.nav-link {
    font-size: 18px;
    color: white;
    font-family: 'Lemon-Milk-Pro-Regular';
    /* padding-bottom: 0px; */
    /* padding: 8px 10px; */
    border-radius: 5px;
}

.menu-list li a.nav-link:hover {
    background-color: #5555b5;
    /*padding: 20px;*/
    /* padding: 8px 10px; */
    border-radius: 5px;
}

.menu-arrow {
    display: none;
}

.product-list {
    background-color: #5555b5;
    transition: unset;
}

.product-list li {
    padding: 5px 0;
    list-style: none;
    color: white;
    font-size: 16px;
    font-family: 'Lemon-Milk-Pro-Regular';
}
.product-list li:hover {
    color: #ff8036;
}
.header-menu {
    z-index: 99;
}

.nav-menusize {
    max-width: 100%;
}

/*banner start new changes*/
.banner {
    position: relative;
    height: 90vh;
}

.img-banner {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container.custom {
    height: 100%;
}

.product {
    position: relative;
    height: 100%;
}

.contain-text {
    position: absolute;
    top: 50%;
    left: 0%;
    z-index: 99;
}

.img-banner img {
    width: 60%;
    height: 100%;
    object-fit: cover;
}

.img-smhide {
    display: none !important;
}

/*banner end new changes*/
/*=====================NEW HEADER CSS START====================*/
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.header-menu .offcanvas-body>ul {
	display: flex;
    padding-top: 30px;
}
.header-menu .offcanvas-body>ul>li {
	margin: 0 0px;
	padding: 0px 18px;
}
.header-menu .offcanvas-body>ul li:last-child, .header-menu .offcanvas-body>ul li:first-child {
	margin: 0 0px;
}
.header-menu .offcanvas-body {
    justify-content: end;
}
.header-menu .offcanvas-body>ul>li>ul {
	background: #5555b5;
}
.header-menu .offcanvas-body>ul>li>ul>li:hover>a {
	color: #ff8036 !important;
}
nav li i {
    display: none !important;
}
.about-us nav li a,
.infrastracture nav li a,
.product nav li a,
.contact-us nav li a  {
	color: #5555b5;
}
.about-us .active>a,
.infrastracture .active>a,
.gallery .active>a,
.product .active>a,
.contact-us .active>a {
    background: #5555b5;
    color: #fff;
    border-radius: 5px;
}
.offcanvas {
	background: #5555b5;
}
.header-menu .offcanvas-body>ul>li>ul>li.active a {
    color: #ff8036 !important;
}
.social_icon_mobile {
    display: none;
}

@media only screen and (max-width: 1400px) {
	nav li a {
		font-size: 16px;
	}
    .header-menu .offcanvas-body>ul>li {
        padding: 0px 10px;
    }
}
@media only screen and (max-width: 1200px) {
	.header-menu .offcanvas-body>ul>li {
    	margin: 0 3px;
	}
    .header-menu .offcanvas-body>ul>li {
        padding: 0px 0px;
    }
}
@media only screen and (max-width: 767px) {
	.header-menu .offcanvas-body>ul {
		flex-direction: column;
	}
    .header-menu .offcanvas-body>ul>li {
    	margin: 0 0px;
	}
	.header-menu .offcanvas-body>ul>li {
    	border-bottom: 1px solid #fff;
    	position: relative;
	}
	nav li i {
    	display: block !important;
	}
	.header-menu .offcanvas-body>ul>li>ul {
		display: none;
	}
	.header-menu i.fa.fa-long-arrow-up {
    	position: absolute;
    	top: 14px;
    	right: 0;
    	border: 1px solid #fff;
    	padding: 6px 10px;
    	font-size: 16px;
    	z-index: 2;
    	color: #fff;
	}
	.opnen_submenu {
		display: block !important;
	}
	.header-menu .offcanvas-body>ul>li>ul li {
    	margin: 0 !important;
	}
	nav li a {
    	font-size: 22px;
	}
	nav li>ul>li>a {
		font-size: 12px;
		letter-spacing: 1px;
		padding-left: 30px !important;
	}
	.about-us nav li a,
	.infrastracture nav li a,
	.product nav li a,
	.contact-us nav li a  {
		color: #fff;
	}
	.about-us .active, .infrastracture .active, .gallery .active, .contact-us .active {
    	background: unset;
    	color: #ff8036;
	}
	.social_icon_mobile {
    	display: block;
    	border-bottom: 1px solid #fff;
    	margin: 0 15px 0px;
    	padding: 0px 0 15px 0;
	}
	.offcanvas-body {
    	flex: none;
	}
	.social_icon_mobile ul li {
    	display: inline-block;
	}
	.social_icon_mobile ul li img {
    	height: 30px;
	}
}

/*=====================NEW HEADER CSS END====================*/
/* ============ header menu  end ============ */
/*======================about us start=================*/

.about-us:before {
    content: '';
    position: absolute;
    background-color: #5555b5;
    height: 85%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -99;
}

.text-white {
    color: #fff;
    font-family: 'Lemon-Milk-Pro-Regular';
    font-size: 16px;
}

.text-number {
    font-size: 66px;
    color: #fff;
    font-family: 'Lemon-Milk-Pro-Regular';
}

.about-blog {
    display: flex;
    justify-content: space-between;
}

.contents-padding {
    padding: 70px 0;
}

.box-btn {
    border: 2px solid #fff;
    border-radius: unset;
}

.box-btn:hover {
    border-color: unset;
}

.about-text {
    padding-bottom: 25px;
    /*text-align: center;*/
}

.about-mbimg {
    display: none;
}

.content-height {
    margin-top: -70PX;
}


.about-us-bg {
    background-color: #5555b5;
    padding: 100px;
    margin-top: -100px;
}

/*======================about us end=================*/
/*<!-- ======================why choose us Start========================= -->*/
.contents-text {
    text-align: center;
    color: #f8f8f8;
    padding: 40px 20px;
    background-color: rgb(248, 248, 248);
    width: 25.33%;
    z-index: 1;
    margin-bottom: 35px;
    box-shadow: 0 5px 5px 5px #e7e7e788;
}

.whychoose-text {
    width: 50%;
}

.whytext-p {
    font-family: LEMON MILK Pro FTR;
    font-size: 24px;
}

.why-name {
    font-size: 26px;
    color: #000;
    font-family: LEMON MILK Pro FTR;
    margin: 20px 0 30px 0;
}

.why-p {
    font-size: 16px;
    color: #000;
    font-family: LEMON MILK Pro FTR;
    padding-bottom: 20px;
}

.see-more {
    font-size: 16px;
    color: #5555b5;
    font-family: LEMON MILK Pro FTR;
}

.why-contentnew {
    flex-wrap: wrap;
}

/*<!-- ======================why choose us End========================= -->*/
/*<!-- ======================our client start========================= -->*/
.item1 {
    grid-column: 1/2;
    grid-row: 1/3
}

/*.item3 {
    grid-column: 3/5;
    grid-row: 1/2
}*/

/*.item4 {
    grid-column: 2/4;
    grid-row: 2/3
}*/

.item5 {
    grid-column: 4/5;
    grid-row: 2/4
}

.grid-container {
    display: grid;
/*    grid-template-columns: auto auto auto auto;*/
/*    grid-template-rows: 267px 210px 272px;*/
    /* gap: 10px; */
    background-color: #ffffff;
    /* padding: 10px; */
    grid-gap: 10px;
    /* grid-template-rows: 267px 310px 372px; */
    grid-template-columns: repeat(4, 1fr);
}

.grid-container>div {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 0px 0;
    font-size: 30px;
    height: 100%;
}

.our-bgclr {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #f0f0f0;
    width: 100%;
    padding: 10px;
    transition: all 0.5s ease-out;
    font-size: 14px;
}
.our-project .our-img:hover .our-bgclr {
    display: none;
}
.our-img img {
    height: 100%;
    object-fit: cover;
}

.our-img {
    height: 100%;
}

.our-bgclr p {
    margin-bottom: 0;
    font-family: LEMON MILK Pro FTR;
    font-size: 14px;
}

.our-bgclr {
    background: #5555b5;
}

.ourcontent-text {
    content: '';
    position: absolute;
    background: #5555b5;
    top: 0;
    left: 0;
    opacity: 1;
    padding: 14px;
    height: 100%;
    opacity: 0.9;
}

.ourcontent-text h3 {
    font-size: 16px;
    color: white;
    margin-top: 14px;
    font-family: LEMON MILK Pro FTR;
    text-align: left;
}

.ourcontent-text p {
    color: white;
    font-size: 19px;
    /* font-family:; */
    text-align: left;
    padding-right: 20px;
}

.ourcontent-text button {
    float: left;
}

.grid-mobileview .slick-slider .element {
    height: auto;
    width: 100px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin: 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}

.grid-mobileview .slick-slider .slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.grid-mobileview {
    display: none;
    margin-top: 20px;
}

/*<!-- ======================our client end========================= -->*/


/*<!-- ======================our client says start========================= -->*/
/* Simple Slider */
.white-back {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.simple blockquote p {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #1e528e;
    padding: 25px;
    font-size: 1.25em;
    font-style: italic;
    text-align: center;
}

/* Bubble Slider */
.bubble {
    margin: 0 20px 0 0;
    padding: 15px 6px;
    background-color: white;
    /*    box-shadow: 8px 0px 20px 0px rgba(1, 0, 0, 0.15);*/
    opacity: 0.5;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/*.client-bg {
    background-color: #f8f8f8;
}*/
.client-say .bubble blockquote {
    /*    margin: 10px 10px 10px;*/
    background: none;
    height: 60px;
    /*    padding: 0px 30px;*/
    position: relative;
    border: none;
    border-radius: 8px;
    font-size: 12px;
    text-align: center;
    font-family: 'Lemon-Milk-Pro-Regular';
    color: #000000;
    text-align: center;
    line-height: 20px;
}

.quotes-right {
    float: right;
    font-size: 40px;
}

.quotes-left {
    font-size: 40px;
}

.bubble span {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #000;
    margin: 0 0 0 60px;
    margin-bottom: 10px;
}

.slick-slider {
    margin-bottom: 0px;
}

.bubble.slick-slide {
    transform: scale(0.7) translate(0px);
}

.bubble.slick-slide.slick-center+.slick-slide {
    transform: scale(1.1, 1) translate(20px);
    z-index: 10;
}

.bubble.slick-slide.slick-center+.slick-slide+.item.slick-slide {
    transform: scale(0.7) translate(-640px);
    z-index: 5;
}

.bubble.slick-slide.slick-active {
    transform: scale(1.1, 1) translate(-18px);
}

.bubble.slick-slide.slick-center {
    /* margin: 0 -10%; */
    transform: scale(1.7, 1.3);
    z-index: 30;
    opacity: 1;
}

.quotes-left img {
    display: block;
    padding: 24px 10px 15px 10px;
    width: 55px;
}

.quotes-right img {
    display: block;
    padding: 40px 10px 22px 10px;
    width: 55px;
}

.quote-textbold {
    font-size: 12px;
    margin-top: 10px;
}

.bubble .quotes-box {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #000;
    margin: 0 0 0 60px;
    margin-bottom: 10px;
}

.bubble {
    position: relative;
    width: 300px;
    padding: 15px 25px 20px;
    margin: 70px auto;
    color: #fff;
    /*background:#245991;*/
}

.bubble:after {
    content: "";
    position: absolute;
    top: 99%;
    left: 25px;
    border-width: 30px 30px 0 0;
    border-style: solid;
    z-index: 99;
    border-color: #fff transparent;
    /* css3 extras */
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

/*<!-- ======================our client says End========================= -->*/
/*<!-- ======================our Valuable client start========================= -->*/
.client-boxshadow {
/*    padding: 60px;*/
    /*background: #ffffff;*/
    /*    box-shadow: 0px 0px 16px 0px rgba(1, 0, 0, 0.15);*/
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    background-color: rgb(255, 255, 255);
    width: 222px;
/*    height: 170px;*/
    margin: 20px 20px;
}

.Our-valuable {
    position: relative;
    z-index: 999;
}

.our-bgvaluble:after {
    content: '';
    background: #f8f8f8;
    width: 100%;
    height: 76%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
}

.client-bg {
    position: relative;
}

.client-bg:after {
    content: '';
    background: #f8f8f8;
    width: 100%;
    height: 83%;
    margin-top: 70px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
}

.box-errowleft {
    border: 1px solid black;
    padding: 10px 25px;
}

.box-errowright {
    border: 1px solid black;
    padding: 10px 25px;
    color: #fff;
    background-color: #000;
}

.box-errowright i {
    margin-left: 10px;
}

.errow {
    margin-right: 10px;
}

/*<!-- ======================our Valuable client End========================= -->*/
/*================Visitor css start==================*/
.visiter-count {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 0 7px 0 7px;
    margin: 0 20px 0 20px;
    line-height: 90px;
    font-size: 66px;
    font-family: 'Lemon-Milk-Light';
    color: #5555b5;
}





.visiter-text {
    font-size: 21px;
    font-family: LEMON MILK Pro FTR Regular;
    margin-bottom: 20px;
}

/*================Visitor css end==================*/
.main {
    font-family: Arial;
    width: 88%;
    display: block;
    margin: 0 auto;
}

.slider-nav img {
    background: #fff;
    color: #3498db;
    /*margin: 10px 50px;*/
    position: relative;
    margin: auto;
}

.slick-prev:before {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    opacity: .75;
    color: black;
}

.slick-next:before {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
    color: black;
}

.slick-prev:before {
    font-family: 'Font Awesome 5 Free';
}

.slick-next,
.slick-prev {
    top: 50%;
    width: 50px;
    height: 35px;
    margin-top: -10px\9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 1px solid black;
    outline: 0;
}

.slick-prev {
    left: -70px;
}

.slick-next {
    right: -70px;
}

/*======================== Footer css start ===========================*/
.footer {
    background: #5555b5;
    color: white;
}

.footer-content {
    margin: 0 0 70px 0;
}

.footer-socialmedia {
    display: flex;
    list-style: none;
    padding: 10px 0 30px 0;
}

.social-pd {
    padding-right: 25px;
    width: 50px;
}

.footer-address {
    font-size: 14px;
    font-family: 'Lemon-Milk-Pro-Regular';
    padding-bottom: 14px;
}
.footer-mail {
    font-size: 14px;
}

.footertext-clr {
    color: #ff8036;
    font-size: 20px;
    font-family: 'Lemon-Milk-Pro-Medium';
}

.footer .links ul {
    list-style-type: none;
}

.footer .links li a {
    color: #fff;
    transition: color 0.2s;
    font-family: 'Lemon-Milk-Pro-Regular';
    font-size: 14px;
    list-style: none;
    text-decoration: none;
}

.footer .links li a:hover {
    text-decoration: none;
    color: #ff8036;
}

.footer .about-company i {
    font-size: 25px;
}

.footer .about-company a {
    color: white;
    transition: color 0.2s;
}

.footer .about-company a:hover {
    color: #4180cb;
}

.footer .location i {
    font-size: 18px;
}

.footer .copyright p {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-list li {
    padding-bottom: 10px;
}
.footer .links ul li i.fa.fa-long-arrow-up {
    display: none;
}
.footer .links ul li {
    margin-bottom: 10px;
}
.footer .mobile_social_icon {
    display: none;
}
/*========================= Footer css End ===========================*/

@media only screen and (max-width: 1500px) {

    .ourcontent-text p {
        font-size: 16px;
    }

    .header-maintext {
        font-size: 65px;
    }

    /* 
    .menu-list .nav-item {
        padding: 0 25px;
    } */


}

@media only screen and (max-width: 1400px) {
    .contain-img img {
        margin-left: 0px;
    }

    .header-maintext {
        font-size: 60px;
    }

    .menu-list .nav-item {
        padding-left: 0px;
    }

    .client-boxshadow {
        /*padding: 40px;
        height: 130px;*/
    }
    .grid-container {
    	grid-template-rows: 267px 310px 272px;
	}
}

@media only screen and (max-width: 1200px) {

    .header-maintext {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1200px) {

    .menu-list .nav-item {
        padding-left: 0px !important;
    }

    .menu-list .nav-item {
        padding: 0 15px;
    }

    .menu-list li a.nav-link {
        font-size: 16px;
    }

    .about-img img {
        margin-top: 50px;
    }

    .header-maintext {
        font-size: 45px;
    }


    .client-say .bubble blockquote {
        padding: 0;
        height: 130px;
        margin: 3px 10px 0px
    }

    .quotes-right img {
        padding: 1px 10px 0px 10px;
        width: 55px;
    }

    .quotes-left img {
        padding: 24px 10px 15px 10px;
        width: 55px;
    }

    .our-bgclr p {
        font-size: 12px;
    }

    .our-bgclr button {
        margin-top: 10px;
    }

    .text-number {
        font-size: 40px;
    }

    .about-img img {
        width: 100%;
    }

    .heading-text {
        font-size: 40px;
    }

    .slider-nav img {
        /*margin: 10px 50px;*/
    }
}

@media only screen and (max-width: 991px) {
    .offcanvas-end.show {
        background-color: #5555b5;
    }

    .offcanvas-header {
        padding: 20px 30px 0 0;
    }


    .menu-list .nav-item {
        padding-left: 6px !important;
    }

    .menu-list li a.nav-link {
        font-size: 14px;
    }

    .header-maintext {
        font-size: 30px;
    }

    .header-text {
        font-size: 24px;
    }

    .about-content {
        padding-bottom: 40px;
    }

    .grid-desktop {
        display: none;
    }

    .grid-mobileview {
        display: block;
    }

    .textp-white {
        font-size: 14px;
        /*margin: 18px 18px;*/
    }

    .box-btn {
        border: 1px solid #fff;
        padding: 6px 13px;
    }

    .our-bgclr p {
        font-size: 14px;
    }

    .header-text {
        margin-top: 40px;
    }

    .whychoose-text {
        margin: 30px 0;
        width: 66%;
    }

    .whytext-p {
        font-size: 18px;
    }

    .client-say .bubble blockquote {
        height: 150px;
        /*font-size: 16px;*/
    }

    .quotes-right img {
        padding: 16px 10px 0px 10px;
        width: 45px;
    }

    .quotes-left img {
        padding: 8px 10px 15px 10px;
        width: 45px;
    }

    .our-img {
        height: 400px;
        object-fit: cover;
        margin-top: 20px;
    }

    .slick-prev {
        left: -48px;
    }

    .slick-next {
        right: -48px;
    }

    .why-name {
        font-size: 18px;
        color: #000;
        margin: 15px 0 15px 0;
    }

    .why-p {
        font-size: 11px;
        padding-bottom: 0px;
    }

    .contents-text {
        width: 30.33%;
    }

    .contain-img img {
        margin-left: -66px;
    }

    .slider-nav img {
        /*margin: 10px 70px;*/
    }

    .client-boxshadow {
       /* padding: 30px;
        height: 90px;*/
    }

    .client-say .bubble blockquote {
        font-size: 9px;
        margin: 3px 0px 0px;
    }

    .bubble {
        padding: 15px 5px 20px;
    }
    .footer-content {
        margin: 0 0 40px 0;
    }
    .footer .desktop_social_icon {
        display: none;
    }
    .footer .mobile_social_icon {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    nav ul ul {
        position: static;
    }

    .product-list {
        display: none;
    }

    .menu-list li {
        border-bottom: 1px solid #fff;
        border-radius: 0;
    }

    .menu-list .nav-item {
        padding-left: 0px !important;
        padding-bottom: 10px;
    }

    .menu-list li a.nav-link {
        font-size: 22px;
    }

    .footer-list li {
        padding-bottom: 20px;
    }

    .img-show {
        display: none !important;
    }

    .img-smhide {
        display: block !important;
    }

    .content-height {
        margin-top: 0PX;
    }

    .contain-img img {
        margin-left: -130px;
    }

    .mobile-none {
        display: none;
    }

    .contain-text {
        display: none;
    }

    .about-mbimg {
        display: block;
    }

    .about-img {
        display: none;
    }

    .about-us:before {
        height: 100%;
    }

    .slick-prev {
        left: -30px;
    }

    .slick-next {
        right: -30px;
    }

    .errow {
        display: none;
    }

    .whycontent-mb {
        display: block !important;
    }

    .whychoose-text {
        width: 100%;
    }

    .why-content .slick-slide img {
        display: unset;
        height: 66px;
    }

    .contents-text {
        margin: 0 10px;
    }

    .menu-arrow {
        display: block;
        border: 1px solid #fff;
        padding: 5px 15px;
        margin-top: 10px;
    }

    .menu-arrow i {
        color: #fff;
    }

    .product-list li {
        border: none;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        padding: 5px 0;
    }

    .menutoggle-arrow {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .textp-white {
        margin-left: 0px;
        margin-top: 16px;
    }

    nav ul li:hover>ul {
        top: 100%;
        visibility: visible;
        opacity: 1;
/*        width: 270px;*/
        padding-left: 30px;
    }

    .bubble.slick-slide.slick-current.slick-active.slick-center {
        transform: scale(1.1);
    }

    .bubble.slick-slide {
        transform: scale(0) translate(0px);
    }

    .our-img {
        height: 400px;
        object-fit: cover;
        margin-top: 20px;
    }

    .bubble.slick-slide.slick-current.slick-active.slick-center {
        position: relative;
        transform: scale(1.9, 1.6);
        opacity: 1;
        background: white;
        z-index: 99;
    }

    .client-bg {
        margin-top: 0 !important;
    }

    .client-say .bubble blockquote {
        height: 10px;
        font-size: 7px;
        line-height: 12px;
        padding: 0 5px;
    }

    .bubble {
        padding: 15px 0px 20px;
        margin: 70px auto;
        color: #fff;
        /* background: #245991; */
    }

    .quote-textbold {
        font-size: 7px;
    }

    .quotes-right img {
        padding: 70px 0px 11px 15px;
        width: 40px;
    }

    .quotes-left img {
        display: block;
        padding: 0px 10px 0px 0px;
        width: 30px;
    }

    .client-bg:after {
        margin-top: 78px;
        height: 45%;
    }

    .our_certificates .slick-prev:before {
        padding: 5px 10px;
    }

    .our_certificates .slick-next:before {
        padding: 5px 10px;
    }

    .our_certificates .slider-nav img {
        width: 80px;
    }

    .client-boxshadow {
/*        height: 47px;*/
        margin: 5px;
/*        padding: 10px;*/
    }

    .client_block .client-boxshadow img {
        margin: 0 auto;
        width: 100px;
    }

    ul.navbar-nav.ms-auto.menu-list {
        padding-top: 0;
    }

    .about-blog {
        margin-left: 65px;
    }

    .our-bgvaluble:after {
        height: 86%;
    }

    .visiter-count {
        line-height: 60px;
        font-size: 26px;
    }
}

@media only screen and (max-width: 576px) {
    .offcanvas-end.show {
        background-color: #5555b5;
    }

    .contain-text {
        z-index: -99;
    }

    .offcanvas-header {
        padding: 20px 30px 0 0;
    }

    .slider-nav img {
        /*margin: 10px 0px 10px 28px;*/
    }

    .bubble.slick-slide.slick-current.slick-active.slick-center {
        transform: scale(1.7, 1.7);
    }

    .client-say .bubble blockquote {
        font-size: 7px;
    }

    .quote-textbold {
        font-size: 6px;
    }
    nav ul li:hover>ul {
    	padding-left: 0;
	}
	.social-pd {
	    padding-right: 20px;
    	width: 45px;
	}
}


@media only screen and (max-width: 374px) {
	.footer .links li a {
    	font-size: 12px;
    }
}
/* ================== Product Page start ================= */
.product .banner .tagline h1 {
    width: 120%;
}
.product .active .nav-link {
    color: #fff !important;
}
.product .menu-list li a.nav-link {
    color: #5555b5;
}
.product .menu-list li a.nav-link:hover {
    color: #fff !important;
}

.product .banner_bg {
    background-image: url(../images/product/main-banner.png);
    padding: 420px 0;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: -310px;
}

.product .tagline h1 {
    font-size: 70px;
    display: block;
    width: 117%;
    position: relative;
}

.product {
    position: relative;
    height: 85vh !important;
}

.product .pg-font {
    font-size: 20px;
    font-family: 'Lemon-Milk-Light';
    color: #000;
}

.section-product {
    background-color: #f8f8f8;
    padding: 190px 0 80px 0;
    margin-bottom: -3rem;
    margin-top: -82px;
}

.maintext {
    color: #5555b5;
    border-bottom: 3px solid #ff8036;
    font-family: LEMON MILK Pro FTR;
    font-weight: 600;
    display: inline-block;
    font-size: 30px;
    font-family: 'Lemon-Milk-Pro-Bold';
    padding-bottom: 10px;
}

.tabcontent {
    display: none;
}

.tabcontent.active {
    display: block;
}
.product .section-product .tabcontent.active {
    background: unset;
}

.product-button {
    padding: 25px 0 0;
}

.product-button .tablinks {
    border: none;
    border-bottom: 2px solid #ededed;
    width: 70%;
    padding: 8px 0 !important;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Lemon-Milk-Pro-Regular';
    position: relative;
    z-index: 0;
}

.product-button .tablinks:hover {
    color: #5555b5;
    border-bottom: 2px solid #ff8036;
}

.tablinks.active {
    color: #5555b5;
    border-bottom: 2px solid #ff8036;
}

.product-button .bt-top {
    border-top: 2px solid #ededed;
}

.product-parg {
    padding: 30px 0;
    color: #000;
}

.product-parg span {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 35px;
    font-weight: 600;
    text-align: justify;
    font-family: 'Lemon-Milk-Pro-Regular';
}

.product-parg .img-product {
    padding-top: 15px;
}

.img-product .pd-right {
    padding-right: 30px;
}

.img-product .pd-left {
    padding-left: 30px;
}
.img-product .col-lg-6:not(:last-child) img {
    margin-bottom: 20px;
}
.prd-btn {
    padding-top: 30px;
}

.prd-btn .btn-enquiry {
    font-size: 20px;
    padding: 10px 40px;
    border: 2px solid #000;
    background: transparent;
    font-weight: 500;
    font-family: 'Lemon-Milk-Pro-Regular';
}

.prd-btn .btn-enquiry:hover {
    background: #5555b5;
    color: #feffff;
    border: 2px solid #5555b5;
}

.prd-btn .btn-projects {
    margin-left: 30px;
    font-size: 20px;
    padding: 10px 40px;
    border: 2px solid #000;
    background: transparent;
    font-weight: 500;
    font-family: 'Lemon-Milk-Pro-Regular';
}

.prd-btn .btn-projects:hover {
    background: #5555b5;
    color: #feffff;
    border: 2px solid #5555b5;
}

.img-md {
    display: none;
}

.tablinks {
    display: inline-block;
}

.dropdown {
    display: none;
}



@media only screen and (max-width: 1400px) {

    .product .banner_bg {
        padding: 350px 0;
        margin-right: -130px;
    }

    .product {
        position: relative;
        height: 73vh !important;
    }

    .product .tagline h1 {
        font-size: 55px;
        display: block;
        width: 107%;
        position: relative;
    }

    .product .header-maintext {
        font-size: 50px;
    }

    .product .pg-font {
        font-size: 18px;
    }

    .product-button .tablinks {
        font-size: 16px;
    }

    .product-parg .pg {
        font-size: 17px;
    }
    .product .banner .tagline h1 {
        width: 110%;
    }
}

@media only screen and (max-width: 1200px) {

    .product .tagline h1 {
        font-size: 45px;
        display: block;
        width: 105%;
        position: relative;
    }

    .product .banner_bg {
        padding: 310px 0;
    }

    .product {
        position: relative;
        height: 63vh !important;
    }

    .product .header-maintext {
        font-size: 45px;
    }

    .product .pg-font {
        font-size: 16px;
    }

    .product-button .tablinks {
        font-size: 14px;
    }

    .product-parg .pg {
        font-size: 16px;
    }

    .product .contain-header-text {
        top: 64%;
        left: 7%;
    }

    .maintext {
        font-size: 25px;
    }

    .prd-btn .btn-enquiry {
        font-size: 19px;
        padding: 10px 17px;
    }

    .prd-btn .btn-projects {
        font-size: 19px;
        padding: 10px 17px;
    }

    .prd-btn .btn-projects {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .tablinks {
        display: none;
    }

    .dropdown {
        display: block;
    }
    .product .banner .tagline h1 {
        width: 100%;
    }


    .dropdown-menu {
        border: none;
        background: #f6f6f6;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 15px 0px;
        padding: 10px 10px;
        height: 20vh;
        overflow-y: scroll;
    }

    .bt-dropdown {
        width: 100%;
        border: none !important;
        background: none !important;
        color: #5555b5 !important;
        display: flex;
        justify-content: space-between !important;
        align-items: center !important;
        padding-left: 0px;
    }

    .section-product {
        padding: 0px 0 0px 0;
        margin-top: 0px;
    }

    .drop-list {
        color: #000;
        padding: 10px 10px;
        font-size: 16px;
    }

    .drop-list:hover {
        color: #5555b5;
    }
    .product .tab .dropdown ul li {
    	margin: 5px 0;
	}

    .dropdown-toggle::after {
        color: #ff8036 !important;
    }

    .img-product .pd-right {
        padding-right: 0px;
    }

    .img-product .pd-left {
        padding-left: 0px;
    }

    .img-product .mt-20 {
        margin-top: 20px;
    }

    .img-banner .product-img {
        width: 60%;
    }

    .product .header-maintext {
        font-size: 40px;
    }

    .product .contain-header-text {
        position: absolute;
        top: 55%;
        left: 12%;
    }

    .product .pg-font {
        font-size: 16px;
    }

    .d-xs-none {
        display: none;
    }

    .product .tagline h1 {
        width: 100%;
        font-size: 48px;
    }

    .product .tagline {
        display: block;
        position: absolute;
        top: 30%;
        left: 14%;
    }

    .product {
        position: relative;
        height: 90vh !important;
    }

    .product .banner_bg {
        background-image: url(../images/product/mobile/product-main-banner-mobile.jpg) !important;
        margin-right: 0px !important;
        padding: 550px 0;
    }

    .product-button {
        padding: 20px 0 50px;
    }
}

@media only screen and (max-width: 767px) {
	.product .menu-list li a.nav-link {
    	color: #fff;
	}
    .img-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .img-md {
        display: block;
    }

    .img-sm {
        display: none !important;
    }

    .section-product {
        padding: 30px 0 40px 0;
        margin-top: 0px;
    }

    .tabcontent .maintext {
        font-weight: 600;
        font-size: 16px;
        line-height: 30px;
    }

    .tablinks {
        display: none;
    }

    .dropdown {
        display: block;
    }

    .img-product .pd-right {
        padding-right: 0px;
    }

    .img-product .pd-left {
        padding-left: 0px;
    }

    .img-product .mt-20 {
        margin-top: 20px;
    }

    .pd-sm {
        padding: 0 25px;
    }

    .prd-btn .btn-enquiry {
        font-size: 15px;
        padding: 10px 17px;
    }

    .prd-btn .btn-projects {
        margin-left: 18px;
        font-size: 15px;
        padding: 10px 17px;
    }

    .product-parg .pg {
        font-size: 14px;
        line-height: 25px;
        text-align: justify;
    }

    .product .contain-header-text {
        position: absolute;
        top: 50%;
        left: 4%;
        z-index: 99;
        transform: translateY(-50%);
    }

    .product .header-maintext {
        font-size: 25px;
    }

    .product .pg-font {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .bt-dropdown {
        width: 100%;
        border: none !important;
        background: none !important;
        color: #5555b5 !important;
        display: flex;
        justify-content: space-between !important;
        align-items: center !important;
        padding-left: 0px;
    }

    .dropdown-menu {
        border: none;
        background: #f6f6f6;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 15px 0px;
        padding: 10px 10px;
        height: 40vh;
        overflow-y: scroll;
    }

    .drop-list {
        color: #000;
        padding: 10px 10px;
        font-size: 14px;
    }

    .drop-list:hover {
        color: #5555b5;
    }

    .dropdown-item.active {
        color: #5555b5;
        background: transparent;
    }

    .dropdown-toggle::after {
        color: #ff8036 !important;
    }

    .product-button {
        padding: 20px 0 50px;
    }

    .bubble.slide_block.slick-slide.slick-current.slick-active.slick-center {
        width: 130px !important;
    }

    .product .tagline h1 {
        font-size: 40px;
    }

    .product {
        position: relative;
        height: 90vh !important;
    }

    .product .banner_bg {
        background-image: url(../images/product/mobile/product-main-banner-mobile.jpg) !important;
        margin-right: 5px !important;
        padding: 534px 0;
    }

    .product .tagline {
        display: block;
        position: absolute;
        top: 30%;
        left: 16%;
    }

}

@media only screen and (max-width: 576px) {

    .img-md {
        display: block;
    }

    .d-xs-none {
        display: none;
    }

    .prd-btn .btn-enquiry {
        font-size: 12px;
        padding: 10px 22px;
    }

    .prd-btn .btn-projects {
        margin-left: 9px;
        font-size: 12px;
        padding: 10px 30px;
    }

    .product {
        position: relative;
        height: 70vh !important;
    }

    .product .tagline {
        display: block;
        position: absolute;
        top: 30%;
        left: 3%;
    }

    .product .banner_bg {
        padding: 335px 0;
    }

    .product .tagline h1 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 363px) {
	.prd-btn .btn-projects {
    	margin-left: 0;
	}
	.prd-btn .btn-enquiry {
    	margin: 10px 0px;
	}
}

/* ==================Product page end ==============================*/

/* ==================Gallery page start ============================ */

.gallery .tagline h1 {
    width: 65% !important;
}

.gallery .banner_bg {
    background-image: url(../images/gallery/gallery-banner.png);
}

.gallery {
    position: relative;
    height: 90vh !important;
}

.section-gallery {
    background-color: #ffff;
    padding-top: 80px;
    margin-bottom: -25px;
}

.section-gallery .gallery-img {
    padding: 0 20px 100px 20px;
}
.section-gallery .gallery-img img {
    cursor: pointer;
    object-fit: cover;
    height: 100%;
}

.section-gallery .gallery-text {
    padding-top: 15px;
    cursor: pointer;
}

.section-gallery .font-text {
    font-size: 21px;
    font-weight: 600;
    font-family: 'Lemon-Milk-Pro-Regular';
}

.section-gallery .img-button {
    border: 1px solid #5555b5;
    background: transparent;
    padding: 8px 25px;
    color: #5555b5;
    font-size: 16px;
    font-weight: 600;
}

.section-gallery .gallery-link {
    color: black;
    text-decoration: none;
}
.section-gallery .pagination {
    padding: 50px 0px;
}
.section-gallery .page-item a {
    padding: 10px 17px;
}
.section-gallery .page-item.disabled {
    cursor: not-allowed;
}
.section-gallery .page-item .arrow {
    border: 1px solid black;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    margin: 0px 6px;
}
@media only screen and (max-width: 1400px) {
    .gallery .tagline h1 {
        font-size: 68px;
    }

    .gallery {
        position: relative;
        height: 90vh !important;
    }

    .gallery .banner_bg {
        padding: 360px 0;
        margin-right: -368px;
    }
}

@media only screen and (max-width: 1200px) {
    .gallery .tagline h1 {
        font-size: 60px;
    }

    .gallery {
        position: relative;
        height: 75vh !important;
    }

    .gallery .tagline h1 {
        width: 100% !important;
    }

    .gallery .tagline {
        display: block;
        position: absolute;
        top: 40%;
        left: 3%;
    }

    .gallery .banner_bg {
        margin-right: -265px !important;
        padding: 290px 0 !important;
    }
}

@media only screen and (max-width: 991px) {

    .gallery .tagline h1 {
        width: 100%;
        font-size: 48px;
    }

    .gallery .tagline {
        display: block;
        position: absolute;
        top: 40%;
        left: 14%;
    }

    .gallery {
        position: relative;
        height: 85vh !important;
    }

    .gallery .banner_bg {
        background-image: url(../images/gallery/mobile/main-banner.png) !important;
        margin-right: 0px !important;
        padding: 360px 0 !important;
    }

}

@media only screen and (max-width: 767px) {
    .section-gallery {
        background-color: #ffff;
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .section-gallery .gallery-img {
        padding: 0 6px 50px 6px;
    }
    .section-gallery .pagination {
        padding: 50px 0px 0px;
    }
    .pagination .page-item .page-link {
        padding: 0 28px;
        line-height: 16px;
        border-right: 1px solid black !important;
        background-color: transparent !important;
        border: none;
    }

    .pagination .page-link {
        font-size: 22px !important;
        color: #000;
        font-weight: 700;
    }

    .page-link.active {
        z-index: 3;
        color: #5555b5 !important;
        background-color: transparent !important;
        border-color: none !important;
    }

    .pagination .page-link:focus {
        box-shadow: none !important;
        background: transparent !important;
    }

    .pagination .arrow {
        border: 1px solid black;
        padding: 10px;
        text-align: center;
        border-radius: 5px;
        font-size: 14px;
    }

    .gallery-tp .contain-text {
        display: block;
        z-index: 1;
        top: 50%;
    }

    .section-gallery .custom {
        padding: 0 25px;
    }

    .gallery .tagline h1 {
        font-size: 36px;
    }

    .gallery .banner {
        position: relative;
        height: 50vh !important;
    }

    .gallery .banner_bg {
        background-image: url(../images/gallery/mobile/main-banner.png) !important;
        margin-right: 0px !important;
        padding: 275px 0 !important;
    }

    .gallery .tagline {
        display: block;
        position: absolute;
        top: 40%;
        left: 16%;
    }

}

@media only screen and (max-width: 576px) {
    .section-gallery {
        background-color: #ffff;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-gallery .font-text {
        font-size: 17px;
        font-weight: 600;
        font-family: 'Lemon-Milk-Pro-Regular';
    }

    .gallery .tagline {
        display: block;
        position: absolute;
        top: 42%;
        left: 3%;
    }

    .gallery .banner_bg {
        padding: 210px 0 !important;
    }
}

/* ================== Gallery page end ============================== */

/* ========================== Gallery detail start ====================== */

.modal-dialog {
    max-width: none !important;
}

.modal-body {
    padding: 0 !important;
}

.modal.show .modal-dialog {
    transform: translate(0%, -53%);
    top: 50%;
}
/*.modal.show .modal-content {
    width: 50%;
    border: none;
    border-radius: 0;
    background-color: transparent;
}
.modal.show .btn-close.modal-btn-close {
    position: absolute;
    top: 0;
    right: 82px;
    font-size: 35px;
    padding: 0;
    z-index: 1;
    border-radius: 0;
}*/
.header-content {
    padding: 10px 30px 0px 30px;
}
.modal.show .owl-dots {
    display: none;
}
.ft-txt {
    color: #5555b5;
    display: inline-block;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 3px;
    font-family: 'Lemon-Milk-Pro-Bold';
}

.pop-text {
    font-size: 21px;
    font-weight: 600;
    text-align: justify;
    padding-top: 15px;
    margin-bottom: 0rem;
    line-height: 35px;
    font-family: 'Lemon-Milk-Pro-Regular';
}

.close-dialog {
    padding-top: 0px;
}

.btn-close {
    border: none;
    background-image: url(../images/gallery/cross.svg);
    font-size: 45px;
    opacity: 1;
    padding-top: 30px;
}

/* .btn-close:hover {
    color: #5555b5;
} */

.btn-close:focus {
    box-shadow: none !important;
}

.wd-60 {
    width: 80%;
}

.wd-70 {
    width: 75%;
}

@media only screen and (min-width: 1920px) {

    .modal-dialog {
        max-width: 1920px !important;
    }
}


@media only screen and (max-width: 1800px) and (min-width: 1400px) {

    .ft-txt {
        font-size: 24px;
        line-height: 35px;
    }

    .pop-text {
        font-size: 17px;
        line-height: 23px;
    }

}

@media only screen and (max-width: 1400px) {
    .modal.show .modal-dialog {
        transform: translate(0%, -53%);
        top: 50%;
    }

    .wd-60 {
        width: 80%;
    }

    .wd-70 {
        width: 75%;
    }

    .ft-txt {
        font-size: 23px;
        line-height: 35px;
    }

    .pop-text {
        font-size: 14px;
        line-height: 19px;
    }

    .header-content {
        padding: 10px 20px 0px 10px;
    }

    .btn-close {
        font-size: 35px;
    }

}

@media only screen and (max-width: 1200px) {
    .modal.show .modal-dialog {
        transform: translate(0%, -53%);
        top: 50%;
    }

    .ft-txt {
        font-size: 15px;
        line-height: 26px;
    }

    .pop-text {
        font-size: 12px;
        line-height: 18px;
        padding-top: 0px;
    }

    .btn-close {
        font-size: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .modal.show .modal-dialog {
        transform: translate(0%, 0%);
        top: 0%;
    }

    .wd-60 {
        width: 100%;
    }

    .img-button {
        border: 1px solid #5555b5;
        background: transparent;
        padding: 10px 30px;
        color: #5555b5;
        font-size: 20px;
        font-weight: 600;
    }

    .popup-close {
        padding: 70px 30px;
    }

    .ft-txt {
        font-size: 22px;
        line-height: 35px;
    }

    .pop-text {
        font-size: 18px;
        line-height: 22px;
    }

    .header-content {
        padding: 30px 20px 0px 10px;
    }
}

@media only screen and (max-width: 767px) {

    .modal.show .modal-dialog {
        transform: translate(0%, 0%);
        top: 0%;
    }

    .wd-60 {
        width: 100%;
    }

    .img-button {
        border: 1px solid #5555b5;
        background: transparent;
        padding: 10px 30px;
        color: #5555b5;
        font-size: 20px;
        font-weight: 600;
    }

    .popup-close {
        padding: 55px 30px;
    }

    .ft-txt {
        font-size: 22px;
        line-height: 35px;
    }

    .pop-text {
        font-size: 18px;
        line-height: 25px;
    }

    .header-content {
        padding: 30px 20px 0px 20px;
    }


}

@media only screen and (max-width: 576px) {
    .ft-txt {
        font-size: 16px;
        line-height: 35px;
    }

    .pop-text {
        font-size: 14px;
        line-height: 25px;
    }
}

/* ============================== Gallery deatil ============================ */

/* ==================Infrastracture page css Start==============================*/
.include-height ul,
.facilities-li ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 2rem;
    list-style: disc;
}
.infrastracture .active .nav-link {
    color: #fff !important;
}
.infrastracture .menu-list li a.nav-link {
    color: #5555b5;
}
.infrastracture .menu-list li a.nav-link:hover {
    color: #fff !important;
}
.infrastracture .banner .tagline h1 {
    width: 130%;
}

.infrastracture-banner .banner_bg {
    background-image: url(../images/infrastracture/infrastracture.png);
    padding: 420px 0;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: -310px;
}

.infrastracture-banner .tagline h1 {
    width: 128%;
}

.annual-content {
    font-size: 20px;
    font-family: 'Lemon-Milk-Pro-Regular';
    color: #fff;
    padding: 100px 0px 20px 0;
}

.annual-text {
    font-size: 18px;
    font-family: LEMON MILK Pro FTR;
    color: #fff;
    text-align: center;
    align-items: center;
}

.annual-padding {
    padding-top: 20px;
}

.annual-number {
    font-size: 60px;
    color: #ff8036;
    vertical-align: middle;
    margin: 0 16px;
}

.annual-blog .about-us:before {
    height: 100%;
}

.border-right {
    border-right: 1px solid #ff8036;
    /*width: 50%;*/
    height: 130px;
}

.include {
    padding: 100px 0;
}

.include-content li {
    font-size: 18px;
    font-family: 'Lemon-Milk-Pro-Regular';
    margin: 10px 0;
    line-height: 24px;
}

.annual-margin {
    margin-top: 50px;
}

.include-text {
    font-size: 24px;
    font-family: 'Lemon-Milk-Pro-Bold';
    margin-top: -50px;
    margin-left: 10px;
    text-align: justify;
    line-height: 32px;
}

.include-scroll {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 669px;
    padding: 10px 0;
}

.include-height {
    padding: 55px 0 0px 0;
}

.include-image img {
    width: 95%;
    object-fit: cover;
}

.include-image {
    margin-left: -312px;
}


.facilities-lefttext {
    font-size: 32px;
    line-height: 43px;
    padding: 40px 0;
    font-family: 'Lemon-Milk-Pro-Bold';
}

.facilities-li ul li {
    font-size: 20px;
    font-family: 'Lemon-Milk-Pro-Regular';
    padding: 8px 0 8px 0;
    color: #feffff;
    line-height: 24px;
}

.includelist-text {
    line-height: 44px;
}

.facilities-li {
    background: #5555b5;
    padding: 40px 18px;
}

.include-bg {
    position: relative;
}

.include-bg:before {
    content: '';
    position: absolute;
    background-color: #f8f8f8;
    height: 78%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -99;
}

.include-bg .header-text {
    width: 14%;
}

@media only screen and (max-width: 1680px) {
    .include-image {
        margin-left: -188px;
    }

    .header-text {
        font-size: 40px;
        line-height: 52px;
        padding-bottom: 20px;
        width: 70%;
    }

    .include-image img {
        width: 96%;
        object-fit: cover;
    }

    .include-scroll {
        height: 590px;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 1400px) {

    /*.infrastracture-banner .banner_bg {
        padding: 300px 0;
        margin-right: -310px;
    }*/
    .include-page-new .include .include-height {
        padding: 24px 0 0px 0!important;
    }
    .infrastracture-banner .tagline h1 {
        width: 128%;
    }

    .infrastracture-banner {
        position: relative;
        height: 90vh !important;
    }

    .heading-text {
        font-size: 38px;
        line-height: 15px;
    }

    .heading-text.pt-5 {
        padding-top: 1rem !important;
    }

    .annual-margin {
        margin-top: 28px;
    }

    .header-text {
        font-size: 32px;
        line-height: 34px;
        padding-bottom: 8px;
    }

    .include-text {
        font-size: 18px;
        margin-top: -46px;
        line-height: 23px;
        margin-left: -4px;
    }

    .include-scroll {
        height: 468px;
    }

    .include-image img {
        width: 92%;
        object-fit: cover;
    }

    .dedicated-list {
       /* bottom: 56px !important;
        left: 55% !important;*/
        /*bottom: 34px !important;
        left: 20% !important;*/
        font-size: 14px !important;
    }

    .facilities-lefttext {
        font-size: 27px;
        line-height: 34px;
    }

    .facilities-li ul li {
        font-size: 17px;
        line-height: 16px;
    }

    .annual-content {
        font-size: 18px;
        padding: 76px 0px 0px 0;
    }

    .about-us-bg {
        padding: 85px 85px 60px 85px;
    }

    .border-right {
        height: 100px;
    }

    .annual-number {
        font-size: 45px;
    }

    .annual-text {
        font-size: 16px;
    }

    .annual-padding {
        padding-top: 10px;
    }

    .include-image {
        margin-left: -143px;
    }

    .include-content li {
        font-size: 16px;
        line-height: 22px;
    }

    .include {
        padding: 65px 0;
    }
}

@media only screen and (max-width: 1200px) {
    .include-text {
        font-size: 30px;
        font-size: LEMON MILK Pro FTR;
        margin-top: -10px;
        line-height: 1.2;
        margin-left: 50px;
    }

    .infrastracture-banner .tagline h1 {
        width: 148%;
    }

    .heading-text {
        font-size: 35px;
    }

    .about-us-bg {
        padding: 80px;
    }

    .heading-text.pt-5 {
        padding-top: 2rem !important;
    }

    /* .heading-text {
        font-size: 40px;
    }*/
    .annual-number {
        font-size: 50px;
    }

    .annual-text {
        font-size: 14px;
    }

    .border-right {
        height: 100px;
    }

    .header-text {
        font-size: 36px;
        line-height: 40px;
        padding-bottom: 14px;
    }

    .include-text {
        font-size: 20px;
        margin-left: 10px;
        margin-top: -30px;
    }

    .include-image {
        margin-left: -170px;
    }

    .facilities-lefttext {
        font-size: 26px;
        line-height: 40px;
    }

    .facilities-li {
        padding: 30px 16px;
    }

    .facilities-li ul li {
        font-size: 16px;
        padding: 10px 0 10px 0;
    }

    .include-scroll {
        height: 464px;
    }

    .include-content li {
        font-size: 16px;
        line-height: 22px;
    }

    .dedicated-list {
        /*bottom: 25px !important;
        left: 40% !important;*/
        /*bottom: 6px !important;
        left: 56% !important;*/
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 991px) {
    .infrastracture .banner .tagline h1 {
        width: 100%;
    }
    .include-text {
        font-size: 26px;
        margin: 40px 0;
        margin-left: 0px;
    }

    .include-content li {
        line-height: 30px;
    }

    .header-text {
        font-size: 40px;
        line-height: 46px;
        padding-bottom: 16px;
    }

    .include-image {
        margin-left: 0px;
    }

    .include-scroll {
        margin: 38px 0;
    }

    .annual-text {
        display: block !important;
        text-align: center;
    }

    .facilities-li ul li {
        font-size: 20px;
        line-height: 25px;
    }

    .include-image img {
        width: 100%;
        height: 600px;
        object-fit: cover;
    }

    .include {
        padding: 60px 0;
    }

    .facilities-lefttext {
        line-height: 44px;
    }

    .infrastracture-banner .banner_bg {
        background-image: url(../images/infrastracture/infrastracturemob.png);
        margin-right: 0px;
    }

    .infrastracture-banner .tagline h1 {
        width: 100%;
    }

    .infrastracture-banner .tagline {
        display: block;
        position: absolute;
        top: 40%;
        left: 12%;
    }

    .infrastracture-banner .tagline h1 {
        font-size: 48px;
    }


}

@media only screen and (max-width: 767px) {

	.infrastracture .menu-list li a.nav-link {
    	color: #fff;
	}
    /*.annual-text {
        display: block !important;
        justify-content: space-around !important;
    }*/
    .annual-content {
        font-size: 16px;
        padding: 95px 0px 20px 0;
    }

    .heading-text {
        border-bottom: 2px solid #ff8036;
    }

    .annual-padding {
        padding-top: 10px;
    }

    /*.heading-text {
        padding-bottom: 22px;
    }*/
    .annual-text {
        font-size: 20px;
    }

    /* .heading-text {
        font-size: 35px;
        padding-bottom: 12px;
    }*/
    .heading-text {
        font-size: 34px;
        padding-bottom: 12px;
        line-height: 30px;
    }

    .include-height {
        padding: 26px 0;
    }

    .include-scroll {
        padding: 0;
    }

    .annual-number {
        font-size: 40px;
    }

    .about-us-bg {
        padding: 100px 0px !important;
    }

    .border-right {
        height: 100px;
        border-right: 2px solid #ff8036;
    }

    .include-image {
        margin-left: 0px;
    }

    .include-text {
        margin: 32px 0;
        font-size: 18px;
        text-align: justify;
    }

    .include {
        padding: 35px 0;
    }

    .include-content li {
        line-height: 25px;
    }

    .include-content {
        margin: 30px 0;
    }

    .include-image {
        margin-left: 0px;
    }

    .contain-text {
        display: block;
        z-index: 1;
        top: 30%;
    }

    .product .header-maintext {
        font-size: 30px;
    }

    .include-content li {
        font-size: 16px;
    }

    .include-scroll {
        margin: 28px 0;
    }

    .facilities-li ul li {
        font-size: 18px;
        line-height: 20px;
    }

    .facilities-lefttext {
        font-size: 17px;
        line-height: 26px;
        padding: 34px 0;
        text-align: left;
        word-spacing: 5px;
    }

    .includelist-text {
        line-height: 35px;
    }

    .include-scroll {
        height: 448px;
    }

    .include-image img {
        width: 100%;
        height: 452px;
        object-fit: cover;
    }

    .infrastracture-banner .tagline h1 {
        font-size: 36px;
    }

    .infrastracture-banner .tagline {
        top: 25%;
        left: 3%;
    }

    .infrastracture-banner {
        position: relative;
        height: 100vh !important;
    }


    /*.facilities-lefttext {
        line-height: 40px;
    }*/
}

@media only screen and (max-width: 576px) {
    .heading-text {
        font-size: 26px;
        padding-bottom: 10px;
        line-height: 30px;
    }

    /*.about-us-bg {
        padding: 0px!important;
    }*/
    .annual-number {
        font-size: 34px;
    }

    .annual-text {
        font-size: 14px;
    }

    .include-page-new .include-image img {
        height: 300px;
    }

    .header-text {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 11px;
        width: 234PX;
    }

    .infrastracture-banner .tagline h1 {
        font-size: 30px;
        padding: 0 0 13px;
        border-bottom: 2px solid #ff8036;
    }
    .include-bg .header-text {
        width: 48%;
    }

    .annual-content {
        font-size: 14px;
        padding: 20px 0px 20px 0;
        text-align: justify;
    }

    .facilities-li ul li {
        font-size: 12px;
        line-height: 10px;
    }
    .footer-list li {
        padding-bottom: 14px;
    }

    .facilities-li {
        padding: 20px 2px;
    }
    .include-text {
        margin: 18px 0;
        font-size: 17px;
        text-align: justify;
    }
    .include-page-new .include-height {
        padding: 5px 0 40px 0;
    }
    .include-scroll {
        height: 379px;
    }
    .include-content li {
        font-size: 15px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 374px) {
	.footer-mail {
        font-size: 12px;
    }
    .footer-address {
    	font-size: 12px;
	}
}


/* ==================Infrastracture page css End ==============================*/

/* =================== page change header menu color change start ==================== */
.menu-font-color-blue .nav-item.active a.nav-link {
    background-color: #5555b5;
    color: white;
    border-radius: 5px;
}

.menu-font-color-blue .nav-item a.nav-link {
    color: #5555b5;
    font-family: 'Lemon-Milk-Pro-Regular';
}

.menu-font-color-blue .nav-item a.nav-link:hover {
    background-color: #5555b5;
    color: white;
    border-radius: 5px;
}

.menu-font-color-white .nav-item a.nav-link {
    color: white;
    font-family: 'Lemon-Milk-Pro-Regular';
}

.menu-font-color-white .nav-item.active a.nav-link {
    background-color: #5555b5;
    color: white;
    border-radius: 5px;
}

.menu-font-color-white.nav-item a.nav-link:hover {
    background-color: #5555b5;
    color: white;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .menu-font-color-blue .menu-list li a.nav-link {
        color: white;
        font-family: 'Lemon-Milk-Pro-Regular';
    }

    .menu-font-color-blue i.fa-solid.fa-bars {
        color: #5555b5;
    }

    .navbar-toggler:focus {
        text-decoration: none !important;
        outline: 0 !important;
        box-shadow: none !important;
    }


}

/*================================= about-us page css start ====================================*/

.about-us .banner {
    background: #fff;
}
.about-us .banner .tagline .pg-font {
    font-size: 18px;
    font-family: 'Lemon-Milk-Light';
    color: #000;
}
.banner .tagline h1 {
    width: 110%;
}
.active {
    color: white;
    border-radius: 5px;
}
.navbar-nav .active a.nav-link {
    background: #5555b5;
}
.about-us .active .nav-link {
    color: #fff !important;
}
.about-us .menu-list li a.nav-link {
    color: #5555b5;
}
.about-us .menu-list li a.nav-link:hover {
    color: #fff !important;
}

.aboutus-banner .banner_bg {
/*    background-image: url(../../images/aboutus/banner-aboutus.png);*/
    padding: 420px 0;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: -310px;
}
.about-us .banner .banner_bg {
/*    background-image: url(../images/aboutus/banner-aboutus.png);*/
}
.aboutus-banner .grid-mobileview {
    display: none;
    margin-top: 20px;

}

.aboutuspage-bg {
    background-color: #f8f8f8;
    padding: 100px 0 30px 0;
    margin-top: -100px;
}

.aboutus-p {
    font-size: 28px;
    font-family: 'Lemon-Milk-Pro-Bold';
    color: #000;
}

.about-us .banner .tagline .pg-font {
    font-size: 18px;
    font-family: 'Lemon-Milk-Light';
    color: #000;
}

.about-us .tagline h1 {
    width: 75%;
}

.aboutus-p {
    padding: 130px 0 0 0;
}

.abouttext-p {
    font-size: 20px;
    font-family: 'Lemon-Milk-Pro-Regular';
    padding: 8px 0;
    text-align: justify;
}

.bgnum-project {
    background-image: url(../images/aboutus/number-project.png);
    padding: 108px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.number-font {
    font-size: 50px;
    font-family: 'Lemon-Milk-Pro-Regular';
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.number-textfont {
    font-size: 18px;
    font-family: 'Lemon-Milk-Pro-Regular';
    color: #fff;
}

/*--------why choose------*/
.whychoose-box .grid {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
}

.whychoose-box .head {
    color: #5555b5;
}

.whychoose-box .grid .min_head {
    font-size: 29px;
    font-family: 'Lemon-Milk-Pro-Bold';
    flex: 1;
    margin: 140px 0 0 70px;
}

.whychoose-box .inner_block .title {
    font-size: 28px;
    margin-bottom: 10px;
    font-family: 'Lemon-Milk-Pro-Bold';
}

.whychoose-box .inner_block .content {
    font-size: 20px;
    margin-bottom: 30px;
    font-family: 'Lemon-Milk-Pro-Regular';
}

.whychoose-box .inner_block .link {
    font-size: 19px;
    text-decoration: underline;
    color: #5555b5;
}

.whychoose-box .inner_block .icon {
    padding-bottom: 10px;
}

.aboutbox-bottom {
    padding-top: 26px;
}

.why-boxpd {
    padding: 15px 0;
}

.inner_block {
    padding: 40px 0;
}

.border-rightnone {
    border-right: none !important;
}
/*.abouttext-right {
    border-right: 2px solid #ff8036;
    height: 150px;
}*/

.why-desk {
/*    padding-left: 50px;*/
	width: 30%;
	position: relative;
}

.why-boxpd-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.why-boxpd-grid .why-desk {
    width: 28%;
}
.why-boxpd-grid .why-desk:nth-child(3n+2):after {
    content: '';
    position: absolute;
    background: #ff8036;
    width: 2px;
    height: 130px;
    top: 40%;
    left: -50px;
}
.why-boxpd-grid .why-desk:nth-child(3n+2):before {
    content: '';
    position: absolute;
    background: #ff8036;
    width: 2px;
    height: 130px;
    top: 40%;
    right: -50px;
}
.whychoose-box .head {
    font-size: 45px;
    color: #5555b5;
    font-family: 'Lemon-Milk-Pro-Bold';
    display: inline-block;
}

.whychoose-box .head span {
    padding: 0 0 20px;
    border-bottom: 4px solid #ff8036;
}

.whychoose-box .head {
    color: #5555b5;
}

.whychoose-box .grid .min_head {
    font-size: 28px;
    font-family: 'Lemon-Milk-Pro-Bold';
    flex: 1;
    margin: 140px 0 0 70px;
}

.whychoose-box .desk {
    padding: 80px 0;
}
/*--------why choose------*/
/*==============quilyti============*/
.quilty-box {
    padding: 40px 0 0 0;
}

.quilty-policy {
    background: #5555b5;
    padding: 50px 38px;
    margin: 63px 0;
    position: absolute;
    width: 120%;
    right: 0;
}

.quilty-box .include-image {
    margin-left: -304px;
}

.quilty-upertext {
    position: relative;
}

.rightside .quilty-policy {
    background: #5555b5;
/*    padding: 46px 42px 120px 42px;*/
    padding: 46px 42px 46px 42px;
    margin: 55px 0;
/*    position: absolute;*/
    position: static;
    width: 119%;
    left: 0;
}

.include-imageone {
    background-image: url(../images/aboutus/our-strength.png);
    padding: 329px 0;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -312px;
}

.include-imagetwo {
    background-image: url(../images/aboutus/younger-strength.png);
    padding: 329px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: -312px;
}

.quinty-img img {
    width: 100%;
    object-fit: cover;
}

/*.quinty-img {
    width: 50%;
}*/
.quilty-policy h2 {
    font-size: 28px;
    font-family: 'Lemon-Milk-Pro-Bold';
    color: #fff;
    padding-bottom: 20px;
}

.quilty-policy h1 {
    font-size: 28px;
    font-family: 'Lemon-Milk-Pro-Bold';
    color: #fff;
    padding: 12px 0;
}

.quilty-policy p {
    font-size: 20px;
    color: #fff;
    font-family: 'Lemon-Milk-Pro-Regular';
    text-align: justify;
}

.capacity-text {
    background: #5555b5;
    padding: 84px 50px;
    margin: 73px 0px;
    position: relative;
}

.capacity-textright {
    background: #5555b5;
    padding: 55px 48px;
    margin: 101px 0px;
    position: relative;
}

.capacity-number {
    font-size: 45px;
    font-family: 'Lemon-Milk-Pro-Bold';
    color: #ff8036;
}

.capacity-content {
    padding: 45px 0;
}

.capacity-more {
    font-size: 30px;
    font-family: 'Lemon-Milk-Pro-Regular';
    color: #fff;
}

.capacity-blog {
    margin-left: -350px;
}

.capacity-bloglast {
    margin-left: -270px;
}

.our-capability.whychoose-box {
    padding-bottom: 50px;
    padding-top: 30px;
}

.capacity-blog.right {
    margin-right: -278px;
    margin-left: 0;
}

.capacity-img img {
    width: 100%;
}

.number-boxshowmb {
    display: none;
}

.hide-mobilewhy {
    display: none;
}

.capacity-mobile {
    display: none;
}

.quilty-boxmb {
    display: none;
}

.quilty-heading {
    display: none;
}

.dedicated-list {
    /*position: absolute;
    bottom: 40px;
    left: 35%;*/
    font-size: 18px;
    color: white;
}

.quilty-box {
    overflow-x: hidden;
}

@media only screen and (max-width: 1400px) {
    .include-imageone {
        padding: 278px 0;
        margin-left: -143px;
    }

    .aboutuspage-bg {
        padding: 85px;
    }

    .quilty-policy {
        background: #5555b5;
        padding: 60px 40px;
        margin: 64px 0;
        width: 118%;
    }

    .rightside .quilty-policy {
        padding: 46px 42px 100px 42px;
        margin: 62px 0;
    }

    .quilty-box .include-image {
        margin-left: -140px;
    }

    /*.rightside .include-image {
        margin-left: -24px;
    }*/

    .aboutus-p {
        font-size: 26px;
    }

    .abouttext-p {
        font-size: 18px;
    }

    .number-font {
        font-size: 40px;
    }

    .whychoose-box .head {
        font-size: 40px;
    }

    .whychoose-box .grid .min_head {
        font-size: 26px;
        font-family: 'Lemon-Milk-Pro-Bold';
        flex: 1;
        margin: 120px 0 0 70px;
    }

    .whychoose-box .inner_block .title {
        font-size: 26px;
        margin-bottom: 10px;
        font-family: 'Lemon-Milk-Pro-Bold';
    }

    .whychoose-box .inner_block .content {
        font-size: 18px;
    }

    .aboutus-banner .banner_bg {
        padding: 370px 0;
    }

    .about-us .banner .tagline .pg-font {
        font-size: 18px;
    }

    .about-us .tagline h1 {
        font-size: 60px;
    }

    .menu-list .nav-item {
        padding-left: 5px;
    }

    .aboutus-p {
        font-size: 28px;
        padding: 90px 0 0 0;
    }

    .include-imagetwo {
        padding: 278px 0;
        margin-right: -143px;
    }

    .quilty-policy p {
        font-size: 14px;
    }

    .quilty-policy h2 {
        font-size: 22px;
    }

    .quilty-policy h1 {
        font-size: 22px;
        padding: 0 0 14px 0;
    }

    .quilty-box .include-image img {
        width: 100%;
    }

    .capacity-textright {
        background: #5555b5;
        padding: 33px 33px;
        margin: 95px 0px;
        position: relative;
    }

    .capacity-blog {
        margin-left: -340px;
    }

    .capacity-bloglast {
        margin-left: -210px;
    }

    .capacity-number {
        font-size: 45px;
    }

    .capacity-text {
        padding: 62px 40px;
        margin: 58px 0px;
    }

    .quilty-box {
        padding: 0px 0;
    }

    .whychoose-box .include-height {
        padding: 64px 0 0px 0;
    }
}

@media only screen and (max-width: 1200px) {
    .about-us .banner .tagline .pg-font {
        font-size: 14px;
    }

    .about-us .tagline h1 {
        font-size: 50px;
    }

    .aboutus-p {
        font-size: 24px;
    }

    .abouttext-p {
        font-size: 18px;
        padding: 8px 16px 8px 0;
    }

    .number-font {
        font-size: 40px;
    }

    .number-textfont {
        font-size: 16px;
    }

    .abouttext-right {
        height: 15 0px;
    }

    /*.why-desk {
        padding-left: 30px;
    }*/

    .whychoose-box .inner_block .content {
        font-size: 17px;
    }

    .whychoose-box .inner_block .title {
        font-size: 26px;
    }

    .whychoose-box .grid .min_head {
        font-size: 21px;
    }

    .include-imageone {
        padding: 254px 0;
        margin-left: -132px;
    }

    .include-imagetwo {
        padding: 280px 0;
        margin-right: -125px;
    }

    .quilty-policy {
        padding: 35px 35px;
        margin: 44px 0;
    }

    .quilty-policy h2 {
        font-size: 22px;
    }

    .quilty-policy p {
        font-size: 14px;
    }

    .rightside .quilty-policy {
        padding: 40px 42px 70px 42px;
        margin: 61px 0;
    }

    .dedicated-list {
        /*bottom: 19px;
        left: 47%;*/
    }

    .quilty-policy h1 {
        font-size: 22px;
    }

    .capacity-number {
        font-size: 35px;
    }

    .capacity-textright {
        padding: 33px 33px;
        margin: 75px 0px;
    }

    .capacity-text {
        padding: 49px 46px;
        margin: 54px 0px;
    }
    .banner .tagline h1 {
        width: 120%;
    }
    .about-us .banner .tagline h1 {
        width: 80%;
    }
}

@media only screen and (max-width: 991px) {
    .aboutus-banner .banner_bg {
/*        background-image: url(../../images/aboutus/banner-aboutus.png);*/
        padding: 420px 0;
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        margin-right: 0px;
    }

    .menu-list .nav-item {
        /*remove this css*/
        padding-left: 5px !important;
    }

    .bgnum-project {
        background-image: url(../images/aboutus/number-projectmb.png);
        padding: 50px;
    }

    .number-font {
        font-size: 60px;
    }

    .number-textfont {
        font-size: 16px;
    }

    .number-box {
        display: none !important;
    }

    .number-boxshowmb {
        display: block;
    }

    .number-padtop {
        padding: 10px 0;
    }

    .whychoose-box .grid {
        display: block;
    }

    .whychoose-box .grid .min_head {
        margin: 56px 0 24px 0px;
    }

    .our-capability.whychoose-box {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .whychoose-box {
        padding: 20px 0;
    }
    .why-boxpd {
        display: none;
    }
    /*.why-desk {
        padding-left: 26px;
    }*/
    .why-boxpd-grid .why-desk {
    	width: 26%;
	}

    .whychoose-box .inner_block .title {
        font-size: 22px;
    }

    .whychoose-box .inner_block .content {
        font-size: 16px;
    }

    .capacity-number {
        font-size: 30px;
    }

    .capacity-textright {
        padding: 24px 33px;
        margin: 35px 0px;
    }

    .capacity-bloglast {
        margin-left: -200px;
    }

    .capacity-more {
        font-size: 30px;
    }

    .capacity-blog {
        margin-left: -255px;
    }

    .capacity-text {
        padding: 31px 40px;
        margin: 34px 0px;
    }

    .capacity-blog.right {
        margin-right: -210px;
        margin-left: 0;
    }

    .quilty-boxmb .younger-img {
        background-image: url(../images/aboutus/younger-Strengtmb.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 291px;
    }

    .quilty-boxmb .younger-imgnew {
        background-image: url(../images/aboutus/youngermb2.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 291px;
    }

    .quilty-boxmb button.slick-next.slick-arrow {
        position: absolute;
        top: -90px;
        right: 40px;
    }

    .quilty-boxmb button.slick-prev.slick-arrow {
        position: absolute;
        top: -90px;
        left: 40px;
    }

    .quilty-boxmb .quilty-policy {
        padding: 20px;
        margin: -50px 60px 0 60px;
    }

    .quilty-policy {
        position: unset;
        width: 90%;
    }

    .quilty-boxmb .quilty-policy h1 {
        font-size: 21px;
    }

    .quilty-boxmb .quilty-policy p {
        font-size: 16px;
        height: 100px;
        text-align: justify;
    }

    .our-strengthnew {
        display: none;
    }

    .quilty-boxmb {
        display: block;
    }

    .quilty-heading {
        text-align: center;
        font-size: 60px;
        font-family: 'Lemon-Milk-Pro-Bold';
        padding: 50px;
    }

    .quilty-heading {
        display: block;
    }

    /*.capacity-blog {
        margin-left: 0;
    }
    .capacity-blog.right {
        margin-right: 0;
        margin-left: 0;
    }*/
}

@media only screen and (max-width: 767px) {
	.about-us .menu-list li a.nav-link {
    	color: #fff;
	}
	.navbar-nav .active a.nav-link {
    	background: unset;
    	color: #ff8036 !important;
	}
    .aboutus-banner .banner_bg {
        background-image: url(../images/aboutus/banner-aboutusmb.png);
        padding: 420px 0;
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        margin-right: 10px;
    }
    .about-us .banner .tagline h1 {
        width: 60%;
    }
    .aboutuspage-bg {
        padding: 100px 0px !important;
    }

    .about-us .tagline {
        display: block;
        position: absolute;
        top: 25%;
        left: 8%;
    }

    .about-us .tagline h1 {
        font-size: 30px;
    }

    .about-us .banner .tagline .pg-font {
        font-size: 16px;
    }

    .about-us .tagline h1 {
        width: 65%;
    }

    .quilty-policy h2 {
        font-size: 32px;
    }

    .aboutus-banner .header-maintext {
        border-bottom: 2px solid #ff8036;
        padding-bottom: 15px;
    }

    .quilty-policy {
        background: #5555b5;
        padding: 30px;
        margin: 60px 0;
        position: relative;
    }

    .quilty-policy h1 {
        font-size: 30px;
    }

    .quilty-policy p {
        font-size: 20px;
    }

    .aboutus-p {
        font-size: 20px;
    }

    .abouttext-p {
        font-size: 16px;
    }

    .number-font {
        padding: 0;
    }

    .whybox-mobile .title {
        font-size: 25px;
        margin-bottom: 10px;
        font-family: 'Lemon-Milk-Pro-Bold';
        padding-left: 36px;
    }

    .whybox-mobile .content {
        font-size: 20px;
        margin-bottom: 30px;
        margin-top: 20px;
        font-family: 'Lemon-Milk-Pro-Regular';
    }

    .whybox-mobile {
        padding: 14px 0;
    }

    .hide-mobilewhy {
        display: block;
    }

    .capacity-mobile .slick-carousel {
        margin: 0 auto;
        width: 1000px;
    }

    .capacity-mobile .slick-slide {
        width: 350px;
    }

    .whybox-mobile .icon {
        width: 22%;
    }

    /* .capacity-mobile .slick-next::before,
    .slick-prev::before {
        color: blue;
    }*/

    .capacity-mobile .capacity-number {
        font-size: 30px;
        font-family: 'Lemon-Milk-Pro-Bold';
        color: #ff8036;
    }

    .capacity-mobile .capacity-textright {
        background: #5555b5;
        padding: 15px 20px;
        margin: 0 0px;
        position: relative;
        text-align: center;
    }

    .capacity-height {
        height: 500px;
        width: 100%;
        object-fit: cover;
    }

    .capacity-mobile .capacity-more {
        font-size: 26px;
        font-family: 'Lemon-Milk-Pro-Regular';
        color: #fff;
    }

    .capacity-mobile {
        display: block;
    }

    .capacity-mobile .slick-slide {
        padding: 0px 5px;
    }

    .capacity-desktopview {
        display: none;
    }

    /*.quilty-boxmb .younger-img {
        background-image: url(../../images/aboutus/younger-Strengtmb.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 291px;
    }
    .quilty-boxmb .younger-imgnew {
        background-image: url(../../images/aboutus/youngermb2.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 291px;
    }*/
    .quilty-boxmb button.slick-next.slick-arrow {
        position: absolute;
        top: -78px;
        right: 38px;
    }

    .quilty-boxmb button.slick-prev.slick-arrow {
        position: absolute;
        top: -78px;
        left: 40px;
    }

    .quilty-boxmb .quilty-policy {
        padding: 15px;
        margin: -50px 20px 0 20px;
    }

    .quilty-boxmb .slick-prev {
        width: 50px;
        height: 50px;
    }

    .quilty-boxmb .slick-next {
        width: 50px;
        height: 50px;
    }

    .quilty-boxmb .quilty-policy h1 {
        font-size: 16px;
    }

    .quilty-boxmb .quilty-policy p {
        font-size: 14px;
    }

    .our-strengthnew {
        display: none;
    }

    .quilty-boxmb {
        display: block;
    }

    .quilty-heading {
        font-size: 40px;
    }

    .quilty-boxmb .younger-imgnew {
        padding: 192px;
    }

    .quilty-boxmb .younger-img {
        padding: 192px;
    }
}

@media only screen and (max-width: 576px) {
    .bgnum-project {
        background-image: url(../images/aboutus/number-projectmb.png);
        padding: 20px;
    }

    .aboutus-p {
        font-size: 17px;
        padding: 75px 0 0 0;
        text-align: unset;
    }

    .abouttext-p {
        font-size: 13px;
    }

    .about-us .tagline {
        display: block;
        position: absolute;
        top: 25%;
        left: 3%;
    }

    .about-us .tagline h1 {
        font-size: 30px;
    }

    .about-us .banner .tagline .pg-font {
        font-size: 16px;
    }

    .about-us .tagline h1 {
        width: 65%;
    }

    .aboutuspage-bg {
        padding: 100px 0px 24px 0 !important;
    }

    .whychoose-box {
        padding: 50px 0 45px 0;
    }

    .number-font {
        font-size: 36px;
    }

    .number-textfont {
        font-size: 13px;
    }

    .whychoose-box .head {
        font-size: 26px;
    }

    .whychoose-box .grid {
        padding-bottom: 0px;
    }

    .whybox-mobile .title {
        font-size: 24px;
        margin-bottom: 10px;
        padding-left: 32px;
    }

    .whychoose-box .head span {
        padding: 0 0 17px;
        border-bottom: 2px solid #ff8036;
    }

    .whychoose-box .grid .min_head {
        font-size: 16px;
        margin: 55px 0 25px 0px;
    }

    .whybox-mobile .content {
        font-size: 13px;
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: justify;
    }

    .whybox-mobile .icon {
        width: 21%;
    }

    .capacity-mobile .capacity-more {
        font-size: 20px;
    }

    .capacity-height {
        height: 480px;
        width: 100%;
    }

    .capacity-mobile .capacity-number {
        font-size: 20px;
    }

    .quilty-heading {
        font-size: 23px;
    }

    .quilty-boxmb button.slick-prev.slick-arrow {
        position: absolute;
        top: -68px;
        left: 12px;
    }

    .quilty-boxmb button.slick-next.slick-arrow {
        position: absolute;
        top: -68px;
        right: 12px;
    }

    .quilty-boxmb .slick-prev {
        width: 43px;
        height: 43px;
    }

    .quilty-boxmb .slick-next {
        width: 43px;
        height: 43px;
    }

    .quilty-boxmb .slick-prev:before {
        font-size: 18px;
    }

    .quilty-boxmb .slick-next:before {
        font-size: 18px;
    }

    .quilty-box .grid {
        margin-bottom: 20px;
    }

    .quilty-box .head {
        font-size: 26px;
    }

    .quilty-box {
        padding: 0px 0;
    }

    .quilty-policy h1 {
        padding: 10px 0px 5px 0px;
    }

    .quilty-boxmb .quilty-policy p {
        font-size: 11px;
    }

    .quilty-boxmb .quilty-policy h1 {
        font-size: 15px;
    }

    .include-height {
        padding: 40px 0 40px 0;
    }
}

/*================================= about-us page css End ====================================*/


/* ======================== page change header menu color change end =================== */

/* =========================== contact page start =====================================  */

.contact-us .active .nav-link {
    color: #fff !important;
}
.contact-us .menu-list li a.nav-link {
    color: #5555b5;
}
.contact-us .menu-list li a.nav-link:hover {
    color: #fff !important;
}

.contact-us .banner_bg {
    background-image: url(../images/contact/main-banner.png);
}
.contact-us .banner .tagline .pg-font {
    font-size: 20px;
    font-family: 'Lemon-Milk-Light';
    color: #000;
}

.contact-us .tagline h1 {
    font-size: 70px;
    display: block;
    width: 93%;
    position: relative;
}

.contact-us {
    position: relative;
    height: 95vh !important;
}


.section-contact {
    padding: 240px 0 155px;
    background-color: #f8f8f8;
    margin-top: -82px;
}

.section-contact h4 {
    color: #000;
    font-family: 'Lemon-Milk-Pro-Bold';
}

.section-contact h2 {
    color: #5555b5;
    font-family: 'Lemon-Milk-Pro-Bold';
}

.section-contact .address {
    color: #000;
    font-size: 18px;
    font-family: 'Lemon-Milk-Pro-Regular';
}

.section-contact .row-gap-6 {
    row-gap: 6rem !important;
}

.pd-left {
    padding-left: 120px;
}

.contact-form {
    padding-top: 120px;
    background-color: #fff;
}

.form-detail {
    padding: 80px 0 0;
}

.form-detail .custom-lbl {
    font-size: 17px;
    line-height: 30px;
    font-family: 'Lemon-Milk-Pro-Regular';
    font-weight: 600;
}
.contact-us .form-detail input.tel.my-input {
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    outline: none;
}

button.my-button,
input.my-input,
select.my-select,
textarea.my-textarea {
    color: #5A5A5A;
    font: inherit;
    margin: 0;
}

input.my-input {
    line-height: normal;
}

textarea.my-textarea {
    overflow: auto;
}

h1.my-heading {
    color: #474544;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 7px;
    text-align: center;
}

.icon_wrapper {
    margin: 50px auto 0;
    width: 100%;
}

.icon.my-icon {
    display: block;
    fill: #474544;
    height: 50px;
    margin: 0 auto;
    width: 50px;
}

.email {
    float: right;
    width: 50%;
}

input.my-input[type='text'],
[type='email'],
select.my-select,
textarea.my-textarea {
    background: none;
    border: none;
    border-bottom: solid 1px #474544;
    color: #000000;
    font-size: 1.000em;
    font-weight: 400;
    letter-spacing: 1px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

input.my-input[type='text']:focus,
[type='email']:focus,
textarea.my-textarea:focus {
    outline: none;
}

.message {
    float: none;
}

textarea.my-textarea {
    line-height: 150%;
    height: 125px;
    resize: none;
    width: 100%;
}

.form-detail .pd-left {
    padding-left: 45px;
}

.form-detail .pd-right {
    padding-right: 45px;
}

#form_button {
    background: none;
    border: 1px solid #5555b5;
    color: #5555b5;
    display: inline-block;
/*    font-family: 'Futura Std Medium';*/
    font-size: 18px !important;
    font-weight: 600;
    outline: none;
    padding: 18px 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#form_button:hover {
    background: #5555b5;
    color: #F2F3EB;
}

.form-detail .pb-4 {
    padding-bottom: 2.5rem !important;
}

.form-detail .mb-5 {
    margin-bottom: 5rem !important;
}

.contact-join-us {
    padding-top: 140px;
    padding-bottom: 95px;
    background-color: #fff;
}

.iframe {
    width: 100%;
    height: 285px;
    border: 7px solid white;
}

.incl-text {
    font-size: 28px;
    font-family: 'Lemon-Milk-Pro-Bold';
    margin-top: -50px;
    margin-left: 45px;
}

[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

[type="file"]+label {
    background: #f5f5f5;
    border: none;
    border-radius: 1px;
    color: #9ca3b3;
    cursor: pointer;
    display: inline-block;
    font-family: 'Lemon-Milk-Pro-Regular';
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0.5rem;
    outline: none;
    padding: 1rem 10px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
}

.form-detail .file {
    padding: 0 20px;
    font-size: 17px;
    color: #9ca3b3;
    font-family: 'Lemon-Milk-Pro-Regular';
}
/*.contact-us .form-detail input,
.contact-us .form-detail textarea,
.enquiry-form-bg .form_submit input  {
    border-radius: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
}*/
.custom-field input,
.custom-field textarea {
	border-radius: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
}
.custom-field-bg input,
.custom-field-bg button {
    background: #eaf1f9 !important;
    border: 1px solid #e6e9ec !important;
    padding: 7px;
}
.custom-field-bg button {
	padding: 11px;
	font-size: 15px;
}
.custom-field-bg button:focus {
	border: none;
	outline: none;
}
.custom-field-bg textarea {
	border-color: #3b3b3b;
	border-radius: 2px;
}
.form-control:focus {
	box-shadow: unset;
	border-color: unset;
}
.cus-choose-field {
    position: relative;
}
.cus-choose-field [type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

@media only screen and (max-width: 1400px) {

    .contact-us .banner_bg {
        padding: 365px 0;
    }

    .contact-us {
        position: relative;
        height: 83vh !important;
    }

    .incl-text {
        font-size: 28px;
    }

    .contact-us .tagline h1 {
        font-size: 68px;
        width: 105%;
    }

    textarea.my-textarea {
        height: 95px;
    }

    .form-detail .pb-4 {
        padding-bottom: 2.0rem !important;
    }
    .contact-us .banner .tagline .pg-font {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1200px) {
    .incl-text {
        font-size: 26px;
        margin-left: 22px;
        margin-top: -30px;
    }

    .contact-us .tagline h1 {
        font-size: 56px;
    }

    .iframe {
        height: 255px;
    }

    .section-contact .address {
        font-size: 16px;
    }

    .section-contact h2 {
        font-size: 30px;
    }

    .contact-form {
        padding-top: 100px;
    }

    .form-detail .pb-4 {
        padding-bottom: 1rem !important;
    }
    .contact-us .banner .tagline .pg-font {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .incl-text {
        font-size: 26px;
        margin: 40px 0;
        margin-left: 0px;
    }

    .pd-left {
        padding-left: 0px;
    }

    .contact-us .tagline h1 {
        width: 100%;
        font-size: 60px;
    }

    .contact-us .tagline {
        display: block;
        position: absolute;
        top: 20%;
        left: 12%;
    }

    .contact-us {
        position: relative;
        height: 130vh !important;
    }

    .contact-us .banner_bg {
        background-image: url(../images/contact/mobile/main-banner.png) !important;
        margin-right: 0px !important;
        padding: 390px 0;
    }

}

@media only screen and (max-width: 767px) {
	.contact-us .menu-list li a.nav-link {
    	color: #fff;
	}
    .form-detail .pb-4 {
        padding-bottom: 1.5rem !important;
    }

    .form-detail .mb-5 {
        margin-bottom: 4rem !important;
    }

    .form-detail .pd-left {
        padding-left: 10px;
    }

    .form-detail .pd-right {
        padding-right: 0px;
    }

    input.my-input[type='text'],
    [type='email'],
    select.my-select,
    textarea.my-textarea {
        width: 100%;
    }

    textarea.my-textarea {
        line-height: 150%;
        height: 100px;
        resize: none;
        width: 100%;
    }

    .pd-left {
        padding-left: 15px;
    }

    .contact-form {
        padding-top: 50px;
    }

    .form-detail .custom-lbl {
        font-size: 16px;
    }

    .form-detail .pd-20 {
        padding: 0 0px;
    }

    #form_button {
        font-size: 20px !important;
        font-weight: 600;
        outline: none;
        padding: 13px 25px;
    }

    .section-contact .address {
        color: #000;
        font-size: 14px;
        font-family: 'Lemon-Milk-Pro-Regular';
        margin-bottom: -3rem;
    }

    .contact-join-us {
        padding-top: 100px;
        padding-bottom: 50px;
        background-color: #fff;
    }

    .incl-text {
        font-size: 16px;
        margin: 40px 0;
    }

    .form-detail {
        padding: 50px 0 0;
    }

    .contact-form .header-text {
        font-size: 30px;
    }

    .section-contact {
        padding: 110px 0 60px;
        margin-top: 0px;
    }

    .contact-us .tagline h1 {
        width: 100%;
        font-size: 50px;
    }

    .contact-us .tagline {
        display: block;
        position: absolute;
        top: 20%;
        left: 16%;
    }

    .contact-us {
        position: relative;
        height: 110vh !important;
    }

    .contact-us .banner_bg {
        background-image: url(../images/contact/mobile/main-banner.png) !important;
        margin-right: 0px !important;
        padding: 495px 0;
    }

    .contact-join-us .p-20 {
        padding-left: 20px;
    }
    .contact-us .banner .tagline .pg-font {
        font-size: 12px;
    }
    .form-detail .file {
    	padding: 0 0px;
    	font-size: 12px;
	}
	[type="file"]+label {
		font-size: 12px;
	}

}

@media only screen and (max-width: 576px) {


    .form-detail .pb-4 {
        padding-bottom: 1rem !important;
    }

    .form-detail .mb-5 {
        margin-bottom: 4rem !important;
    }

    .form-detail .pd-left {
        padding-left: 0px;
    }

    .form-detail .pd-right {
        padding-right: 0px;
    }

    .form-detail .pd-0 {
        padding: 0px 14px;
    }

    .form-detail .pd-20 {
        padding: 0 6px;
    }

    .pd-left {
        padding-left: 10px;
    }

    .contact-join-us {
        padding-top: 30px;
        padding-bottom: 50px;
        background-color: #fff;
    }

    .contact-us .tagline h1 {
        width: 100%;
        font-size: 36px;
    }

    .contact-us .tagline {
        display: block;
        position: absolute;
        top: 25%;
        left: 3%;
    }

    .contact-us {
        position: relative;
        height: 80vh !important;
    }

    .contact-us .banner_bg {
        padding: 355px 0;
    }

    .form-detail {
        padding: 0px 0 0;
    }

    .form-detail .name.mb-5 {
        margin-bottom: 2rem !important;
    }

}

/* =========================== contact page end ========================================= */
/* =========================== Enquiry form Start ========================================= */
.modal.show {
    z-index: 1;
}
.modal-backdrop {
	z-index: 0;
}
.enquiry-form textarea{
    resize: none;
}
.send-message{
    margin-top: 30px;
}
.enquiry-form .form-alignment{
    margin-bottom:  25px;
}
/*.form-control{
    background-color: #eaf1f9;
}*/
.enquiry-form .form-control {
    border-bottom: none;
}
.product-enquiry .form-alignment-heading{
    color:#2d4887 ;
    font-size: 40px;
    padding-bottom: 12px;
}
.product-enquiry .dropdown-item {
    cursor: pointer;
    font-size: 15px;
}
.send-message-btn{
    background-color: #fff;
    border: 1px solid black;
    padding: 10px 6px;
}
.enquiry-form-bg {
    background-color: #ffffff;
    padding: 65px 0px;
    width: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    z-index: 9999;
}
.product-enquiry .modal-content {
    border: none;
}
.product-enquiry .btn-close {
    border: none;
    background-image: url(./../images/gallery/crossfowmmb.png);
    font-size: 28px;
    opacity: 1;
    padding-top: 30px;
}
.close-form {
    font-size: 70px;
    cursor: pointer;
    float: right;
    position: absolute;
    top: 34px;
    right: 0px;
    transform: translate(-50%, -50%);
}
.product-enquiry .enquiry-form-bg .dropdown {
    display: block;
}
.product-enquiry #formOverlay .dropdown {
    display: block;
}
.product-enquiry button#dropdownButton {
    color: black!important;
    text-align: left;
    background: #eaf1f9!important;
    border: none!important;
    padding: 12px;
}
.product-enquiry .btn:hover {
    color: unset;
    background-color: #eaf1f9;
    border-color: var(--bs-btn-hover-border-color);
}
@media only screen and (max-width: 1400px) {
    .enquiry-form-bg {
        width: 60%;
    }
}
@media only screen and (max-width: 991px) {
    .enquiry-form .form-alignment {
        margin-bottom: 15px;
    }
    .enquiry-form-bg {
        transform: translate(-50%, 20%);
    }
    .enquiry-form .form-alignment-heading {
        margin-bottom: 20px!important;
        font-size: 30px;
    }
    .enquiry-form .form-alignment {
        margin-bottom: 0px;
    }
    .product-enquiry button#dropdownButton {
        padding: 10px;
    }
    .enquiry-form-bg {
        padding: 20px 30px;
        width: 88%;
    }
    .product-enquiry .btn-close {
        font-size: 40px;
    }
    .product-enquiry .form-alignment-heading {
        font-size: 34px;
    }
    .product-enquiry .btn {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .enquiry-form-bg {
        transform: translate(-50%, 20%);
    }
    .product-enquiry .btn-close {
        font-size: 36px;
    }
    .product-enquiry .form-alignment-heading {
        font-size: 30px;
    }
    .product-enquiry .btn {
        font-size: 14px;
    }
}
@media only screen and (max-width: 576px) {
    .enquiry-form-bg {
        background-color: #ffffff;
        transform: translate(-50%, 12%);
        top: 50%;
        left: 50%;
    }
    .product-enquiry .btn-close {
        font-size: 30px;
    }
    .product-enquiry button#dropdownButton {
        padding: 10px;
    }
    .product-enquiry .form-alignment-heading {
        font-size: 28px;
    }
    .product-enquiry .gy-4 {
        --bs-gutter-y: 0.5rem;
    }
    .product-enquiry .btn {
        font-size: 13px;
    }
}
/* =========================== Enquiry form End ========================================= */

/*========Alertify CSS START=======*/
.alertify-logs { z-index:10002; width: 450px; max-width: calc(100% - 20px); }
.alertify-log ul {
    margin-bottom: 0;
    list-style: unset;
    padding-left: 32px !important;
}
.alertify-log {
    width: 300px;
    float: right;
    background-color: #1F1F1F;
    color: #fff;
    padding: 12px 14px;
    border-color: #1F1F1F;
}
.alertify-log {
    padding: 24px 20px;
    box-shadow: 0 0 15px 0px rgba(0,0,0,0.6);
    color: #fff;
    cursor: pointer;
}
.alertify-log-success {
    background-color: #37a000;
    border-color: #37a000;
    width: 100%;
}
.alertify-log-error {
    background-color: #b00;
    border-color: #b00;
    width: 100%;
}
.alertify-button-ok,
.alertify-button-ok:hover,
.alertify-button-ok:focus,
.alertify-button-ok:active,
.alertify-button-ok:hover,
.alertify-button-ok:focus,
.alertify-button-ok:active {
    background-color: #539BFF;
    outline: none !important;
}
.alertify-button,
.alertify-button:hover,
.alertify-button:focus,
.alertify-button:active {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
}
.alertify-cover {
    background-color: #00000069;
    opacity: 1;
}
/*========Alertify MESSAGE CSS END=======*/

/*==================LODER CSS START==================*/
.display-none {
	display: none;
}

.loading {
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 62%);
}

.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 50px;
  height: 50px;
  margin-top: -0.5em;
  border: 5px solid rgba(33, 150, 243, 1.0);
  border-radius: 100%;
  border-bottom-color: transparent;
  -webkit-animation: spinner 1s linear 0s infinite;
  animation: spinner 1s linear 0s infinite;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*==================LODER CSS END==================*/