﻿
:root {
    --color-primary: #00c4f4;
    --color-blackest: #0f1021;
}

html, body {
    background-color: #030b15;
    position: relative;
    /* width: 100%;
    height: 100%;
    float: left;*/
}

    body:before {
        /* background: linear-gradient(359deg, #0a1e36 11.06%, rgb(1 5 10 / 12%)99.43%);*/
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }



@keyframes animateScrollArrow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    25% {
        opacity: 1
    }

    50% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    75% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
}

.our-spaces__scroll-arrow {
    position: absolute;
    z-index: 2;
    left: calc(50% - 10px);
    bottom: 70px;
}

.our-spaces__scroll-arrow {
    -webkit-animation: animateScrollArrow 1.5s linear infinite forwards;
    animation: animateScrollArrow 1.5s linear infinite forwards
}

.banner-section {
    width: 100%;
    height: 90vh;
    float: left;
    background-image: url('../images/apmitpark-bannerbg.jpg');
    background-image: url('../images/bannerbg.png');
    background-size: 100%;
    position: relative;
    /* overflow: hidden; */
    /* background-position-x: left; */
}

.text-gradient-light-blue-dark-black, .text-gradient-dark-blue-dark-black, .text-gradient-light-gray-white {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.text-gradient-dark-blue-dark-black {
    background: linear-gradient(to bottom,#363a46 38%,#0a0b0d 100%);
    background: linear-gradient(to bottom,#3c8ce7 30%,#0a0b0d 100%);
}

.overlay {
    width: 57%;
    float: left;
    height: 100%;
    background: #000000d4;
    background: linear-gradient(to bottom, #00000066 40%, #030b15 100%);
    position: absolute;
}

.banner-contents {
    width: 100%;
    float: left;
    height: 100%;
    /* padding: 100px 0; */
    /* padding-top: 100px; */
}

.banner-title {
    font-size: 90px;
    font-weight: 800;
    font-family: 'PlusJakartaSans-ExtraBold';
    /* z-index: -1; */
    line-height: 1;
    background: unset;
    background-clip: unset !important;
    -webkit-text-fill-color: unset;
    color: #fdfdfd;
}

.banner-para {
    font-family: 'PlusJakartaSans-Bold';
    font-size: 3.5rem;
    /* margin-bottom: -80px; */
    line-height: 1;
    /* position: absolute; */
    /* top: 100px; */
    text-transform: uppercase;
    color: white;
}

.bannerinner-content {
    /* max-width: 61%; */
}

.sitelogo {
    width: 100%;
    display: block;
}

span.lgo-round {
    width: 50px;
    position: absolute;
    height: 50px;
    border: 3px solid #00c4f4;
    border-radius: 50%;
}

.logotxt {
    font-size: 20px;
    font-family: 'PlusJakartaSans-ExtraBold';
    color: white;
    position: absolute;
    top: 22px;
    left: 29px;
    background: #433f3d;
}

.logotxt2 {
    left: 80px;
    font-family: 'PlusJakartaSans-light';
}

.featured_section5 {
    width: 100%;
    float: left;
    /* height: 200px; */
    padding: 50px;
    /* background: #06101c; */
}

    .featured_section5 .counters5 {
        display: flex;
        /* align-items: center; */
        /* justify-content: left; */
        height: 100%;
        width: 100%;
        grid-gap: 50px 0;
        flex-wrap: wrap;
        padding-right: 8%;
    }

    .featured_section5 .container {
        height: 100%;
        padding: 0;
    }

.one_fourth {
    width: 33.3%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    /* align-items: center; */
    flex-direction: column;
}

    .one_fourth h4 {
        font-family: 'PlusJakartaSans-Medium';
        font-size: 1.3rem;
        color: white;
    }

    .one_fourth span {
        font-size: 4rem;
        font-family: 'PlusJakartaSans-Bold';
        /* color: #00c4f4; */
        background: linear-gradient(80deg, #00A3FF 0%, #17EDD3 100%);
        /* line-height: 1; */
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

footer.foot-content {
    width: 100%;
    float: left;
    height: 450px;
    /*background: linear-gradient(359deg, #0a1e36 11.06%, rgb(1 5 10 / 12%)99.43%); */
    position: relative;
    background-image: url('../images/apmitpark-footer_bg_4.png'), linear-gradient(359deg, #0a1e36 11.06%, rgb(1 5 10 / 12%)99.43%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.copyright_info {
    width: 100%;
    float: left;
    height: 80px;
}

.foot-content .logo {
    position: relative;
    margin: 0;
    top: -25px;
}

.foot-content .logotxt {
    background: #01060c;
    top: 10px;
    color: #fff;
}

.copyright_info .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* max-width: 1500px; */
    border-top: 1px solid #ffffff0f;
}

ul.footer_social_links {
    padding: 0;
    display: flex;
    list-style-type: none;
    color: white;
    grid-gap: 15px;
    margin: 0;
    padding-left: 10px;
}

.footer_social_links li {
    text-decoration: none;
    width: 40px;
    height: 40px;
    border: 1px solid #00c4f4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s all;
}

.footer_social_links a {
    color: white;
}

.one_half {
    color: white;
    font-family: 'PlusJakartaSans-Regular';
}

.one_half_two a {
    font-family: 'PlusJakartaSans-Regular';
    color: white;
    margin: 0 5px;
}

.one_half_two {
    color: white;
}

.footerlogogrp {
    display: flex;
    align-items: center;
}

.homerow {
    width: 100%;
    float: left;
    padding: 140px 0px 115px 0px;
}

.sec-heading {
    width: 100%;
    font-size: 4rem;
    line-height: normal;
    font-family: 'PlusJakartaSans-Bold';
    color: snow;
    margin-bottom: 30px;
    position: relative;
    padding-right: 22%;
}

.sec-content {
    width: 100%;
    font-size: 1.3rem;
    color: snow;
    font-family: 'PlusJakartaSans-Regular';
    padding-right: 35%;
    /* text-align: justify; */
    line-height: 1.5;
}

    .sec-content b {
        font-family: 'PlusJakartaSans-ExtraBold';
    }

.sechead-center {
    color: white;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'PlusJakartaSans-Light';
}

.sectionrow-left {
    /* width: 60%; */
    /* float: left; */
    /* height: 100%; */
    /* padding-right: 14%; */
}

.abt-btn-container {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.btninner {
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    display: block;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #030b15;
    border-radius: 50px;
    color: white;
}

.rowbtn {
    background: linear-gradient(80deg, #00A3FF 0%, #17EDD3 100%);
    border-radius: 50px;
    font-size: 16px;
    font-family: 'PlusJakartaSans-Bold';
    border: none;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 170px;
}

.sectionrow-right {
    /* width: 40%; */
    /* float: left; */
    /* height: 100%; */
    /* position: relative; */
}

.build-work-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*padding: 25px 25px;*/
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.build-work:hover .build-work-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}

.build-work-img {
    position: relative;
    /* filter: grayscale(100%); */
    height: 100%;
}

    .build-work-img:hover {
        filter: none !important;
    }

    .build-work-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.build-work-content h2 {
    font-size: 28px;
    line-height: 29px;
    font-family: 'PlusJakartaSans-Medium';
}

.build-work-img::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #030b15;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.build-work:hover .build-work-img::before {
    opacity: .5;
}

.build-work-inner {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 100%;
}

.build-work-content h2 {
    margin: 0;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    color: #fff !important;
}

.gallery-container {
    width: 100%;
    float: left;
    padding: 90px 0 140px;
}

.section-title {
    color: white;
    font-family: 'PlusJakartaSans-Light';
    margin-bottom: 30px;
}

    .section-title p {
        color: #0ed1e3;
        font-size: 16px;
        font-family: 'PlusJakartaSans-Regular';
    }

    .section-title h1 b {
        font-family: 'PlusJakartaSans-Bold';
        color: white;
    }

.build-work {
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
}

@keyframes rotated {
    0% {
        transform: rotate(0)
    }

    0% {
        transform: rotate(360deg)
    }
}

.dot-shape {
    position: absolute;
    bottom: 8%;
    right: 20%;
    z-index: -2;
    animation: rotated infinite linear 27s
}

.rowimg {
    width: 500px;
    height: 550px;
    border-radius: 20px;
    position: absolute;
    right: 6%;
    object-fit: cover;
    z-index: 1;
    animation: Yscaling infinite 5s ease-in;
    animation-delay: 5s;
    bottom: 20%;
}

.dot-shape2 {
    bottom: auto;
    top: 5%;
    left: 5%;
    right: auto;
}

.designtxt {
    position: absolute;
    left: -60px;
    top: -80px;
    z-index: -1;
    color: #05b5f414;
    font-size: 130px;
}

.imgbox {
    margin-bottom: 20px;
    height: 400px;
}

.innergrp-gal {
    max-width: 1600px;
}

.imgcontainer .flickity-prev-next-button.previous {
    /* left: -80px; */
    /* background: transparent; */
}

.imgcontainer .flickity-prev-next-button.next {
    /* right: -80px; */
}

.imgcontainer .flickity-button {
    /* background: transparent; */
    color: #030b15;
}

.imgcontainer .flickity-page-dots .dot {
    width: 50px;
    border-radius: 5px;
    height: 7px;
    background: #00c4f4;
}



.imgcontainer .flickity-viewport {
    /* height: 400px !important; */
    /* padding: 0 !important; */
}

.imgcontainer .flickity-slider {
    /* margin-left: 70px; */
}

.emptybg {
    width: 500px;
    height: 480px;
    position: relative;
    /* top: 100px; */
    z-index: 0;
    border-radius: 20px;
    /* right: 40px; */
    /* border: 2px solid #00c4f4; */
    overflow: hidden;
    background: #ffffff0f;
}

@keyframes Yscaling {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        /* color: white; */
    }
}

@keyframes Xscaling {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        color: white;
    }
}

.rowimg2 {
    width: 400px;
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 300px;
    border-radius: 16px;
    border: 5px solid #030b15;
    z-index: 2;
    animation: Xscaling infinite 5s ease-in;
}

.gallery-container .rowbtn {
    margin: 40px auto 0 auto;
}

.news-section {
    display: flex;
    flex-direction: column;
    /*width: 100%;*/
    /*float: left;*/
    /* background: #06101c; */
    padding: 90px 0 140px;
}



.blog-date {
    position: absolute;
    right: 16px;
    top: 16px;
    padding: 10px 10px;
    border-radius: 10px;
    background: #06101c82;
    color: #fff;
    transition: 0.4s ease all;
    z-index: 2;
    width: 100px;
    height: 68px;
    font-family: 'PlusJakartaSans-Medium';
}

.ind-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 13px;
    transition: 1.3s all ease;
}

.captBg {
    width: 100%;
    padding: 15px;
    color: #fff;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.captBg {
    width: 100%;
    padding: 25px;
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 2;
    bottom: 0;
    height: 170px;
}

.ind-box .title {
    font-size: 19px;
    font-family: 'PlusJakartaSans-Bold';
    margin-bottom: 10px;
}

.ind-box .smtxt {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 10px;
    min-height: 90px;
}

.linkBtn-wht {
    padding: 0;
    border: 0;
    width: 100%;
    transition: 0.4s ease all;
    margin: 0 auto;
    color: white;
    font-family: 'PlusJakartaSans-Regular';
    display: flex;
    align-items: center;
    grid-gap: 10px;
    font-size: 16px;
}

.news-section .section-title {
    color: white;
}

.ind-box {
    position: relative;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.newsbox {
    height: 450px;
}

.ind-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #030b15e0, transparent);
    z-index: 1;
    transition: 1.3s all ease;
}

.newsbox:hover .ind-box:before {
    background: linear-gradient(0deg, #030910fa 25%, transparent);
}

.newsbox:hover .newsimg {
    transform: scale(1.15);
}

.newsbox:hover .linkBtn-wht {
    color: #00c4f4;
}

.separator-animated {
    position: relative;
    overflow: hidden;
    height: 2px;
    width: 90%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 0%, #0cb4c433 50%, rgba(0, 0, 0, 0) 100%);
    margin: auto;
}

    .separator-animated.animated-true::before {
        /* content: ""; */
        position: absolute;
        width: 3%;
        height: 100%;
        background: linear-gradient(80deg, #00A3FF 0%, #17EDD3 100%);
        backdrop-filter: blur(24px);
        animation: separateline 5s ease-in-out infinite;
    }

@keyframes separateline {
    0% {
        left: 0;
    }

    100% {
        left: 110%;
    }
}


/*newbox*/
.service.service__style--1.variation-4 {
    display: grid;
    grid-template-columns: 130px auto;
    /* justify-content: space-between; */
    /* align-items: center; */
    border-radius: 10px;
    grid-gap: 0 20px;
}

.service {
    height: 100%;
}

    .service.service__style--1:hover {
        transform: translateY(-5px);
    }

    .service.service__style--1 {
        padding: 35px 30px 65px;
        /* padding-bottom: 55px; */
        transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
        /* position: relative; */
        /* z-index: 2; */
    }

.bg-flashlight {
    position: relative;
    overflow: hidden;
}

    .bg-flashlight > * {
        z-index: 2;
        position: relative;
    }

.bg-color-blackest {
    /* background-color: var(--color-blackest) !important; */
}

.bg-flashlight:hover::before {
    opacity: 1;
}

.bg-flashlight::before {
    content: "";
    position: absolute;
    top: var(--y);
    left: var(--x);
    transform: translate(-50%, -50%);
    background: radial-gradient(var(--color-primary), transparent, transparent);
    width: 200%;
    height: 200%;
    opacity: 0;
    transition: 0.5s, top 0s, left 0s;
    border-radius: 10px;
}

.bg-flashlight::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: #06101c;
    border-radius: 10px;
    background-image: url('../images/apmitpark-feature-shape-1.png');
    background-repeat: no-repeat;
    background-size: 100% 40%;
    background-position: bottom;
    opacity: 0.75;
}

.service.service__style--1 .icon {
    width: 120px;
    font-weight: 400;
    text-align: center;
    display: flex;
    justify-content: center;
    /* z-index: 2; */
    position: relative;
    height: 120px;
    /* padding: 7px; */
    background: #030b15;
    border-radius: 10px;
    /* left: -100px; */
    /* top: -100px; */
}

.service.service__style--1 .content .title {
    margin-bottom: 10px;
    text-align: left;
    font-size: 20px;
}

.amenbox .content {
    font-family: 'PlusJakartaSans-Regular';
    color: white;
}

    .amenbox .content .title {
        background: linear-gradient(80deg, #00A3FF 0%, #17EDD3 100%);
        -webkit-background-clip: text;
        font-family: 'PlusJakartaSans-ExtraBold';
        -webkit-text-fill-color: transparent;
    }

.amenities-section {
    width: 100%;
    float: left;
    padding: 90px 0;
    /* background: linear-gradient(359deg, #0a1e36 0, rgb(1 5 10 / 12%)100%); */
    position: relative;
}

.ameniti-container {
    grid-gap: 1.5rem 0;
    margin: 60px 0 30px 0;
}

.gallery-container .section-title {
    color: #7a7a7a;
}

.emptybg:after {
    content: "";
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    z-index: -1;
    left: 3px;
    top: 3px;
    background: #030b15;
    border-radius: 18px;
}

.emptybg:before {
    content: "";
    position: absolute;
    z-index: -2;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(#17EDD3 40deg, #17edd300 100deg);
    /* background-repeat: no-repeat; */
    /* background-position: 0 0; */
    /* background-color: #1a232a; */
    animation: rotate 3s linear infinite;
}

@keyframes rotate {

    100% {
        transform: rotate(1turn);
    }
}

.amenbox {
    /* height: 230px; */
}

.footer-widget {
    padding-left: 30px;
}

.address-widget {
    font-family: 'PlusJakartaSans-Regular';
    line-height: 25px;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

    .address-widget li {
        padding: 0 0 20px 40px;
        position: relative;
        display: flex;
        align-items: center;
        font-size: 16px;
    }

        .address-widget li i {
            color: #f9004d;
            position: absolute;
            left: 0;
            font-size: 24px;
            top: 0;
        }

        .address-widget li i {
            display: inline-block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            border-radius: 50%;
            color: var(--color-primary);
            text-align: center;
            font-size: 18px;
            transition: all .8s ease;
        }



.widget-title {
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 10px;
    font-family: 'PlusJakartaSans-Bold';
}

    .widget-title.quick-link {
        /* margin-bottom: 18px; */
    }

.site-map li {
    margin-bottom: 12px;
    font-family: 'PlusJakartaSans-Regular';
    font-size: 16px;
    list-style-type: none;
    color: white;
}

.footaddress {
    width: 100%;
    float: left;
    height: calc(100% - 80px);
    /* background-image: url('../images/apmitpark-footer_bg_2.png'); */
    /* background-repeat: no-repeat; */
    /* background-size: 100%; */
}

    .footaddress .container {
        border-top: 1px solid #ffffff0f;
        padding: 50px 0;
        position: relative;
        height: 100%;
    }

.footpara {
    font-size: 15px;
    font-family: 'PlusJakartaSans-Regular';
    color: #ffffff;
    padding-right: 70px;
    margin-top: 1rem;
    padding-left: 10px;
    margin-bottom: 35px;
    line-height: 25px;
}

.site-map {
    padding: 0;
}

    .site-map a {
        color: #ffffff;
        font-family: 'PlusJakartaSans-Regular';
    }

.footer-quick-links {
    padding-left: 100px;
    animation-delay: 0.3s;
}

.social-links-sec {
    padding-left: 50px;
    animation-delay: 0.6s;
}

.address-widget a {
    color: #ffffff;
}

#scrollUp {
    cursor: pointer;
    /* display: none; */
    position: absolute;
    right: calc(50% - 30px);
    /* z-index: 999; */
    border-radius: 50%;
    background: #040d19;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -30px;
    border: 1px solid #ffffff0f;
    font-size: 24px;
    color: white;
    padding-bottom: 3px;
}

@keyframes animateScrollArrowup {
    0% {
        opacity: 0;
        /* -webkit-transform: translate3d(0, 20px, 0); */
        /* transform: translate3d(0, 10px, 0); */
    }

    25% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    75% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        /* -webkit-transform: translate3d(0, -20px, 0); */
        /* transform: translate3d(0, -10px, 0); */
    }
}

.back-to-top i {
    animation: animateScrollArrowup 1.5s linear infinite forwards;
}

.ameniconimg {
    height: 100%;
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.footer_social_links li:hover {
    transform: translateY(-10px);
}

.homerow .featured_section5 {
    padding: 0;
    /* padding-right: 15%; */
    margin-top: 30px;
}

.homerow .sechead-center {
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-family: 'PlusJakartaSans-ExtraBold';
    font-weight: normal;
    text-align: left;
    background: linear-gradient(87deg, #00A3FF 0%, #17EDD3 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.homerow .one_fourth h4 {
    font-size: 1rem;
    /* margin-bottom: 4px; */
    /* margin-left: 5px; */
    color: #cccccc;
    font-family: 'PlusJakartaSans-Regular';
}

.homerow .one_fourth span {
    font-size: 1.5rem;
    line-height: 1;
    color: white;
    background: none;
    -webkit-text-fill-color: unset;
}

.homerow .one_fourth {
    flex-direction: unset;
    /* align-items: flex-end; */
    grid-gap: 20px;
}

.homepagerow .designtxt {
    position: static;
    font-size: 120px;
    font-family: 'PlusJakartaSans-Bold';
    line-height: 1;
    background: linear-gradient(1deg, #14a8fd00, #00ffe09e 100%);
    -webkit-background-clip: text;
    font-family: 'PlusJakartaSans-Bold';
    -webkit-text-fill-color: transparent;
    opacity: 0.5;
    text-transform: uppercase;
}

.homepagerow .sec-heading {
    font-size: 18px;
    font-family: 'PlusJakartaSans-Medium';
    margin-top: -40px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    line-height: 1;
    padding: 0;
}

.homepagerow .section-title p {
    font-size: 30px;
    color: white;
    padding: 0 21%;
    font-family: 'PlusJakartaSans-Bold';
}

.icon:before {
    content: "";
    width: 50%;
    height: 50%;
    border: 2px solid #00BCD4;
    position: absolute;
    z-index: -1;
    top: -10px;
    right: -10px;
    border-left: 0;
    border-bottom: 0;
    border-top-right-radius: 10px;
    transition: 0.3s ease all;
}

.icon:after {
    content: "";
    width: 50%;
    height: 50%;
    border: 2px solid #00BCD4;
    position: absolute;
    z-index: -1;
    bottom: -10px;
    left: -10px;
    border-right: 0;
    border-top: 0;
    border-bottom-left-radius: 10px;
    transition: 0.3s ease all;
}

.amenbox .content .description {
    font-size: 14px;
}

.bg-flashlight:hover .icon:before {
    transform: scale(1.15);
}

.bg-flashlight:hover .icon:after {
    transform: scale(1.15);
}

.gallery-container .section-title p {
    font-family: 'PlusJakartaSans-Light';
}

    .gallery-container .section-title p b {
        font-family: 'PlusJakartaSans-Bold';
    }

@keyframes opacity-light {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.3;
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        color: white;
    }
}

.tp-banner-shape-one {
    position: absolute;
    top: 50%;
    left: 1770px;
    animation: opacity-light 4s linear infinite;
}

    .tp-banner-shape-one.shape-right {
        left: auto;
        right: 29%;
        top: 11%;
    }

    .tp-banner-shape-one img {
        opacity: 0.5;
    }



.row-custom {
    /* display: flex; */
    /* margin: 0 -15px; */
    /* height: 560px; */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-custom {
        margin: 0 -5px;
    }
}

@media (max-width: 767px) {
    .row-custom {
        margin: 0 -3px;
    }
}

.col-custom {
    flex: 1;
    width: 320px;
    height: 560px;
    background-size: cover;
    margin: 0px 15px 20px 15px;
    margin-top: 0;
    transition: 0.4s;
    border-radius: 5px;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .col-custom {
        margin: 0px 7px 20px 7px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .col-custom {
        margin: 20px 5px;
    }
}

@media (max-width: 767px) {
    .col-custom {
        margin: 20px 3px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .col-custom {
        margin: 20px 3px;
    }
}

.col-custom:hover .tp-project-thumb img {
    transform: scale(1.1);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .col-custom.active {
        flex: 5;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .col-custom.active {
        flex: 8.5;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .col-custom.active {
        flex: 12;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .col-custom.active {
        flex: 10;
    }
}

@media (max-width: 767px) {
    .col-custom.active {
        flex: 10;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .col-custom.active {
        flex: 10;
    }
}

.col-custom:hover .tp-project-content {
    visibility: visible;
    opacity: 1;
}

.col-custom.active .tp-project-thumb {
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.col-custom:hover .tp-project-thumb::before {
    position: absolute;
    background-color: #0f0d1d7d;
}

.col-custom:hover .tp-project-thumb::after {
    background: linear-gradient(35.51deg, #087673 31.61%, rgba(60, 114, 252, 0) 65%);
}

.col-custom:hover .tp-project-thumb {
    transform: sacle(1.25);
}

.col-custom.active .tp-project-thumb img {
    /* mix-blend-mode: luminosity; */
}

.col-custom:hover .tp-project-shape, .col-custom.active .tp-project-arrow {
    visibility: visible;
}

@media (max-width: 767px) {
    .tp-project-width {
        padding-left: 0;
        padding-right: 0;
    }
}

.tp-project-item {
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.tp-project-thumb {
    height: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

    .tp-project-thumb::before {
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        content: "";
        position: absolute;
        z-index: 1;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .tp-project-thumb::after {
        position: absolute;
        content: "";
        width: 400px;
        height: 400px;
        left: -100px;
        border-radius: 200px;
        bottom: -140px;
        z-index: 1;
        -webkit-transition: 3s;
        -moz-transition: 3s;
        -ms-transition: 3s;
        -o-transition: 3s;
        transition: 3s;
        transition-delay: 0.7s;
    }

    .tp-project-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 1s all;
    }

.tp-project-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 40px 32px 38px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

@media (max-width: 767px) {
    .tp-project-content {
        padding: 0 20px 25px 20px;
    }
}

.tp-project-title {
    font-size: 22px;
    transform: translateY(5px);
    visibility: hidden;
    opacity: 0;
    /* transition-delay: 0.2s; */
    /* -webkit-transition: 0.3s; */
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 7px;
    font-family: 'PlusJakartaSans-Bold';
    color: white;
}

    .tp-project-title a:hover {
        color: var(--tp-common-white);
    }

.tp-project-meta {
    transform: translateY(5px);
    visibility: hidden;
    opacity: 0;
    transition-delay: 0.2s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .tp-project-meta li {
        list-style: none;
        font-size: 14px;
        color: var(--tp-common-white);
    }

.tp-project-shape {
    position: absolute;
    right: calc(50% - 40px);
    top: calc(50% - 40px);
    visibility: hidden;
    /* -webkit-transition: 0.3s; */
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    /* transition: 0.3s; */
    z-index: 2;
    /* border: 2px solid #ffffff; */
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #17edd375;
    /* opacity: 0.5; */
}

.tp-project-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.col-custom:hover .tp-project-title {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.3s;
}

.col-custom:hover .tp-project-meta {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.5s;
}

.tp-project-title a {
    color: #dbdbdb;
}

.gallery-container .innergrp-gal {
    max-width: 1820px;
}

.galpre-icon {
    font-size: 30px;
    color: #fdfdfd;
}

.bandesign2 {
    /* background-image: unset; */
}

.overlay {
    /* content: ""; */
    position: absolute;
    /* inset: 0; */
    /* background-image: url('../images/apmitpark-build2.png');*/
    /*   background-image: url(../images/apmitpark-building7.png);*/
    background-image: url(../images/apmitpark-building8.png);
    background-size: 85%;
    background-position: right top;
    background-repeat: no-repeat;
    /* z-index: -2; */
    /* border-radius: 50%; */
    right: 0;
    top: 0;
}

.bandesign2::after {
    inset-inline-start: 40%;
    background-position: left bottom;
    mask-image: url('../images/apmitpark-heromask.png');
    -webkit-mask-image: url('../images/apmitpark-heromask.png');
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: right top;
    -webkit-mask-position: right top;
}




.bandesign2 .overlay {
    /* background: unset; */
}

.bandesign2 .banner-contents {
    /* width: 50%; */
}

.bandesign2 .bannerinner-content {
    width: 100%;
    padding: 0;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
}

.bandesign2 .banner-para {
    /* position: static; */
    font-size: 20px;
    text-align: left;
    margin: 0;
}

.bandesign2 .banner-title {
    /* font-size: 90px; */
    /* padding: 0 20%; */
    /* text-align: left; */
}

@keyframes imageBeat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

.hero-3__element {
    display: block;
    position: absolute;
    opacity: 0.05;
}

.hero-3__element-2 {
    inset-block-start: 7rem;
    inset-inline-start: 49rem;
    animation: imageBeat 20s linear infinite;
}

.hero-3__element-3 {
    inset-block-start: 13.75rem;
    inset-inline-start: 49.5rem;
    animation: circle 15s linear infinite;
}

.hero-3__element-4 {
    inset-block-start: 7.5rem;
    inset-inline-start: 54.5rem;
    animation: circle 25s linear infinite alternate-reverse;
}

@keyframes circle {
    0% {
        transform: rotate(0deg) translate(-60px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translate(-60px) rotate(-360deg);
    }
}

.bandesign2 .banner-title span {
    /* background: linear-gradient(80deg, #00A3FF 0%, #17EDD3 100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}

.bandesign2 .rowbtn {
    /* position: absolute; */
    bottom: 140px;
    left: 240px;
    padding: 0;
    min-width: auto;
}

    .bandesign2 .rowbtn .btninner {
        grid-gap: 16px;
        font-size: 18px;
        line-height: 1;
    }

        .bandesign2 .rowbtn .btninner .fa {
            color: #13e1da;
            font-size: 21px;
        }

@keyframes rainbow-colors {
    0% {
        color: #00A3FF;
    }

    25% {
        color: #17EDD3
    }

    50% {
        color: #00A3FF;
    }

    75% {
        color: #17EDD3
    }

    100% {
        color: #00A3FF;
    }
}

.bandesign2 .banner-title span, .bandesign2 .bannercontentnew span {
    animation: rainbow-colors 5s linear infinite;
}



.overlay:after {
    /* content: ''; */
    position: absolute;
    width: 107%;
    height: 100%;
    border: 3px solid #02918c;
    border-radius: 50%;
    left: -20px;
    bottom: 10px;
    z-index: -1;
    /* border-image: url('../images/apmitpark-building2.jpg') 50 round; */
    border-style: dotted;
}

.bubble, .bubble1 {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #00a3ff26;
    /* bottom: -100px; */
    border-radius: 50%;
    opacity: .8;
    animation: 30s rise infinite ease-in
}



    .bubble:nth-child(2), .bubble1:nth-child(2) {
        width: 22px;
        height: 22px;
        left: 20%;
        animation-duration: 5s;
        animation-delay: 1s;
        background: #17edd32e;
    }



    .bubble:nth-child(4), .bubble1:nth-child(4) {
        width: 20px;
        height: 20px;
        left: 50%;
        animation-duration: 11s;
        animation-delay: 0s;
        background: #17edd33d;
    }





    .bubble:nth-child(6), .bubble1:nth-child(6) {
        width: 16px;
        height: 16px;
        left: 65%;
        animation-duration: 8s;
        animation-delay: 3s;
        background: linear-gradient(80deg, #00A3FF 0%, #17EDD3 100%);
    }





    .bubble:nth-child(8), .bubble1:nth-child(8) {
        width: 10px;
        height: 10px;
        left: 80%;
        animation-duration: 6s;
        animation-delay: 2s;
        background: linear-gradient(80deg, #00A3FF 0%, #17EDD3 100%);
    }



    .bubble:nth-child(10), .bubble1:nth-child(10) {
        width: 14px;
        height: 14px;
        left: 25%;
        animation-duration: 10s;
        animation-delay: 4s
    }


@keyframes rise {
    0% {
        bottom: 150px;
        transform: translateX(0)
    }

    50% {
        transform: translate(100px)
    }

    100% {
        bottom: 1080px;
        transform: translateX(-200px)
    }
}

#particle-container {
    position: absolute;
    width: 50%;
    height: 100%;
}

.conticoimg {
    width: 45px;
    height: 45px;
}




.ripple-1,
.ripple-2,
.ripple-3,
.ripple-4,
.ripple-5,
.ripple-6 {
    height: 100px;
    width: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #00c4f44a;
    /* border: 1px solid #00c4f4; */
    border-radius: 50%;
    -webkit-animation: heroripple 8s linear infinite;
    animation: heroripple 8s linear infinite;
}

.ripple-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.ripple-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.ripple-4 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.ripple-4 {
    /* -webkit-animation-delay:4s; */
    /* animation-delay:4s; */
}

.ripple-5 {
    /* -webkit-animation-delay:5s; */
    /* animation-delay:5s; */
}

.ripple-6 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@-webkit-keyframes heroripple {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0.2
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(4);
        transform: scale(4)
    }
}

@keyframes heroripple {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0.2
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(4);
        transform: scale(4)
    }
}


.ripple-shape {
    position: absolute;
    bottom: 25%;
    left: 30%;
    height: 100px;
    width: 100px;
    z-index: -1;
}

.ripple-1,
.ripple-2,
.ripple-3,
.ripple-4,
.ripple-5,
.ripple-6 {
    border-color: #00c4f4;
}



.contentparent {
    grid-gap: 25px;
    padding: 0px 16% 0 13%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.certif-container {
    position: absolute;
    width: 40%;
    bottom: 46px;
    display: flex;
    padding: 0 20px;
    left: calc(50% - 25%);
    align-items: center;
    grid-gap: 40px;
    z-index: 1;
}

.cerlogoimg {
    width: 130px;
}

.play-btn::after, .play-btn::before {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple;
}

.play-btn::after, .play-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.call-btn {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}

.call-btn .play-btn::before, .call-btn .play-btn::after {
    background-color: var(--color-primary);
}

.play-btn::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}





.play-btn i {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 1.1em;
    color: white;
    background: var(--color-primary);
    transition: all ease 0.4s;
    border-radius: 50%;
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: 0.4;
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
}

.media-body a {
    font-size: 22px;
    background: linear-gradient(80deg, #00A3FF 0%, #17EDD3 100%);
    -webkit-background-clip: text;
    font-family: 'PlusJakartaSans-ExtraBold';
    -webkit-text-fill-color: transparent;
}

.bannercontentnew {
    font-size: 30px;
    font-family: 'PlusJakartaSans-Bold';
    padding-right: 5%;
    margin-bottom: 20px;
    letter-spacing: 1px;
    padding-right: 60%;
    color: snow;
}

.btninner:hover {
    background: linear-gradient(80deg, #00A3FF 0%, #17EDD3 100%);
}

.cerlogoimg.cerlogonew {
    width: 90px;
}

.certif-container a:hover {
    transform: scale(1.20);
}

.certif-container a {
    transition: 0.4s all;
}


.banner-section::before {
    background-image: url('../images/apmitpark-buidling-left.jpg');
    background-size: 85%;
    background-position: right top;
    background-repeat: no-repeat;
}

.oview-buildimg {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-container {
    grid-gap: 20px 0;
}

.footlogo {
    height: 90px;
    display: inline-block;
}


@media only screen and (max-width: 1500px) {

    .banner-title {
        font-size: 60px;
    }

    .bannercontentnew {
        font-size: 22px;
    }

    .ripple-shape {
        display: none;
    }

    .bandesign2 .banner-title .apm-txt, .bandesign2 .banner-title .itpark-txt {
        font-size: 60px !important;
    }
    /*.overlay {
        background-size: 100%;
    }*/
}

@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }

    .gallery-container .container {
        max-width: 1820px;
    }

    .foot-content .container {
        max-width: 1320px;
    }
}

@media only screen and (min-width: 1400px) and (max-width:1600px) {
    .rowimg {
        width: 400px;
        height: 450px;
    }

    .emptybg {
        width: 400px;
        height: 380px;
    }

    .rowimg2 {
        width: 300px;
        height: 200px;
        bottom: 6%;
    }
}

@media only screen and (max-width: 1400px) {

    .sectionrow-right {
        padding: 80px 0 0 0;
    }

    .oview-buildimg {
        max-width: 640px;
        margin: auto;
        padding: 110px 0;
    }


    .sec-content {
        padding: 0;
    }

    .sec-heading {
        padding: 0;
        text-align: center;
    }

    .designtxt {
        left: calc(50% - 300px);
    }

    .featured_section5 .counters5 {
        padding: 0;
    }

    .ind-box img {
        object-position: top;
    }

    .homepagerow .section-title p {
        padding: 0 10%;
    }
}

@media only screen and (max-width: 1200px) {
    .overlay {
        width: 73%;
    }

    .contentparent {
        padding-left: 8%;
    }

    .banner-contents {
        background-color: #030b157d;
        z-index: 1;
        position: relative;
    }

    .sec-heading {
        font-size: 3.5rem;
    }

    .homepagerow .section-title p {
        padding: 0 5%;
        font-size: 25px;
    }

    .designtxt {
        left: calc(50% - 260px);
        font-size: 110px;
        top: -70px;
    }
}

@media only screen and (min-width: 768px) and (max-width:992px) {
    .amenities-section .container {
        max-width: 900px;
    }

    .service.service__style--1 .icon {
        width: 80px;
        height: 80px;
    }

    .service.service__style--1.variation-4 {
        grid-template-columns: 90px auto;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 992px) {
    .bannercontentnew {
        padding-right: 40%;
    }

    .overlay {
        width: 85%;
    }

    footer.foot-content {
        height: auto;
    }

    .certif-container {
        width: 100%;
        position: static;
        justify-content: center;
    }

    .footinnerdiv {
        padding: 0 40px;
    }

    .copyright_info .container {
        font-size: 14px;
    }

    .main-menu {
        /* width: 100%; */
        padding: 0;
    }

    .headermain {
        height: auto;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .st-fixed .main-menu > ul > li {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 880px) {
    .homepagerow .designtxt {
        font-size: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .sec-heading {
        font-size: 2.5rem;
    }

    .homerow .one_fourth span {
        font-size: 1rem;
    }

    .homerow .one_fourth h4 {
        font-size: 0.75rem;
    }

    .conticoimg {
        width: 35px;
        height: 35px;
    }

    .homerow {
        padding-bottom: 0;
    }

    .rowimg {
        width: 400px;
        height: 450px;
    }

    .emptybg {
        width: 400px;
        height: 380px;
    }

    .rowimg2 {
        width: 300px;
        height: 200px;
        bottom: 6%;
    }

    .homepagerow .designtxt {
        font-size: 80px;
    }

    .homepagerow .sec-heading {
        font-size: 16px;
        letter-spacing: 0;
        font-family: 'PlusJakartaSans-Bold';
        margin-top: -30px;
        margin-bottom: 30px;
    }

    .homepagerow .section-title p {
        /* font-size: 25px; */
        padding: 0;
    }

    .copyright_info .container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .flickity-page-dots {
        display: none;
    }
}

@media only screen and (max-width: 570px) {
    .sec-content {
        font-size: 16px;
        text-align: justify;
        line-height: 1.8;
    }

    .homerow .one_fourth {
        width: 50%;
    }

    .featured_section5 .counters5 {
        grid-gap: 25px 0;
    }

    .sectionrow-right {
        padding: 50px 0 0 0;
    }

    .bannercontentnew {
        padding-right: 0;
    }

    .bandesign2 .banner-para {
        font-size: 15px;
    }

    .contentparent {
        grid-gap: 10px;
    }

    .overlay {
        width: 100%;
    }

    .rowimg {
        width: 350px;
        height: 400px;
        border-radius: 10px;
        right: 13%;
        bottom: 25%;
    }

    .emptybg {
        width: 350px;
        height: 350px;
    }

    .rowimg2 {
        width: 250px;
        height: 180px;
        bottom: 6%;
        left: 40px;
    }

    .dot-shape2 {
        left: 10%;
        top: 12%;
    }

    .sec-heading {
        font-size: 26px;
    }

    .designtxt {
        font-size: 70px;
        left: calc(50% - 170px);
        top: -50px;
    }

    .footpara {
        padding: 0;
    }

    .banner-title {
        font-size: 50px;
        /*text-shadow: 1px 2px 3px black;*/
    }

    .bandesign2 .banner-title .apm-txt, .bandesign2 .banner-title .itpark-txt {
        font-size: 50px !important;
    }


    .bannercontentnew {
        font-size: 18px;
    }
}

@media only screen and (max-width: 500px) {


    .service.service__style--1 .icon {
        width: 80px;
        height: 80px;
    }

    .service.service__style--1.variation-4 {
        grid-template-columns: 90px auto;
        padding-bottom: 30px;
    }

    .oview-buildimg .rowimg2 {
        display: none;
    }

    .oview-buildimg .emptybg {
        display: none;
    }


    .oview-buildimg .rowimg {
        position: static;
        left: 42px;
        width: 342px;
        bottom: 54px;
        height: 392px;
        /* animation: unset; */
        border-radius: 17px;
    }



    .oview-buildimg {
        padding: 50px 0;
    }

    .sectionrow-right {
        padding: 0;
    }

    .dot-shape.dot-shape2 {
        top: 15px;
        left: 15px;
    }

    .dot-shape {
        /* right: 10px; */
        /* bottom: -3px; */
    }

    .service.service__style--1.variation-4 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        grid-gap: 35px 0;
    }
}

@media only screen and (max-width: 475px) {

    .homepagerow .section-title p {
        font-size: 20px;
    }

    .sec-heading {
        font-size: 20px;
    }

    .designtxt {
        font-size: 55px;
        width: 100%;
        top: -80px;
        left: 0;
        text-align: center;
    }

    .homepagerow .designtxt {
        font-size: 55px;
    }

    .homepagerow .sec-heading {
        font-size: 14px;
        font-family: 'PlusJakartaSans-Regular';
        margin: 10px 0;
        line-height: 1.5;
        padding: 0 30px;
    }

    .oview-buildimg .rowimg {
        width: 280px;
        height: 320px;
        border-radius: 10px;
    }

    .banner-section {
        height: 90vh;
    }

    .bannerglobe {
        display: none;
    }
}

@media only screen and (max-width: 425px) {
    .banner-title {
        font-size: 40px;
    }

    .bandesign2 .banner-title .apm-txt, .bandesign2 .banner-title .itpark-txt {
        font-size: 40px !important;
    }

    .bandesign2 .banner-para {
        font-size: 12px;
    }

    .bannercontentnew {
        font-size: 15px;
    }

    .media-body a {
        font-size: 20px;
    }

    .play-btn i {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}

.bannerglobe {
    position: absolute;
    left: -470px;
    top: 0;
    opacity: 0.1;
    height: 80%;
}

.spin {
    animation: spin 50s infinite linear
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.worldclass {
    font-size: 32px;
    font-family: 'PlusJakartaSans-Bold';
    margin-bottom: 0px;
    letter-spacing: 1px;
    padding-right: 60%;
    color: #08c3d4;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'PlusJakartaSans-Bold';
    font-weight: bold;
    font-family: 'PlusJakartaSans-ExtraBold';
    color: #0ac4ea;
    background: linear-gradient(80deg, #00A3FF 0%, #17EDD3 100%);
    -webkit-background-clip: text;
    font-family: 'PlusJakartaSans-ExtraBold';
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(100deg,#27ff00,#00a3ff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.bandesign2 .banner-title .apm-txt {
    /*background: -webkit-linear-gradient(100deg,#27ff00,#00a3ff);*/
    /*   -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    font-size: 125px !important;
    background: unset;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bandesign2 .bannerinner-content {
    margin-top: 80px;
    align-items: start;
    margin-top: 100px;
}

.contentparent {
    padding: 0px 16% 0 8%;
    grid-gap: 35px;
}

.bannercontentnew {
    margin-bottom: 30px;
}

.bandesign2 .banner-title span {
    animation: unset;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bandesign2 .banner-title .apm-txt {
    /*background: linear-gradient(to right,#27ff00,#00a3ff,#27ff00);
    background: linear-gradient(to right,#27ff00,#00a3ff,#ffc107);
    background: linear-gradient(to right,#27ff00,#00a3ff,rgb(64 199 39),#00a3ff);
    background: linear-gradient(to right,#00a3ff,rgb(64 199 39),#00a3ff);*/
    /* -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;*/
    /*text-fill-color: transparent;*/
    font-size: 130px !important;
    background-size: 200% auto;
    margin-top: 10px;
    margin-bottom: 10px;
    animation: rainbow-colors 5s linear infinite;
}

.bandesign2 .banner-title .itpark-txt {
    background: -webkit-linear-gradient(100deg,#d1d1d1,#d3d3d3);
    background: -webkit-linear-gradient(100deg,#b3b8f7,#007dff);
    background: -webkit-linear-gradient(100deg,#a7aad1,#04b2f5);
    background: -webkit-linear-gradient(100deg,#87b5e5,#f5f5f5);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-size: 130px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.opacitytxt {
    animation-name: opacitycol !important;
}

@keyframes opacitycol {
    0% {
        opacity: 0.1;
        transform: translateY(100px);
    }

    25% {
        opacity: 0.1;
    }

    50% {
        opacity: 0.1;
    }

    60% {
        opacity: 0.1;
    }

    75% {
        opacity: 0.5;
    }

    85% {
        opacity: 0.7;
    }

    95% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes zoomin-out {
    0% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.5);
    }
}

.apmcolor {
    animation: apmcolors 6s ease-in-out infinite !important;
}

@keyframes apmcolors {
    0%,100% {
        background-position: 0 0;
    }
    /* 25% {
        background-position: 25% 50%;
    }
    50% {
        background-position: 50% 100%;
    }
    75% {
        background-position: 25% 50%;
    }*/
    50% {
        background-position: 100% 0;
    }
}

.bandesign2 .bannerinner-content {
    margin-top: 130px;
}

@media only screen and (max-width: 1500px) {
    .bandesign2 .banner-title .apm-txt, .bandesign2 .banner-title .itpark-txt {
        font-size: 60px !important;
    }
}

@media only screen and (max-width: 570px) {
    .bandesign2 .banner-title .apm-txt, .bandesign2 .banner-title .itpark-txt {
        font-size: 50px !important;
    }
}

@media only screen and (max-width: 425px) {
    .bandesign2 .banner-title .apm-txt, .bandesign2 .banner-title .itpark-txt {
        font-size: 40px !important;
    }
}

.blogdatetxt {
    font-size: 18px;
    color: white;
    font-family: 'PlusJakartaSans-Bold';
}

.blogdate {
    margin-bottom: 10px;
}

.ind-box:before {
    background: linear-gradient(0deg, rgb(3 9 16 / 85%) 25%, transparent);
}

.blogdate {
    margin-bottom: 10px;
    display: flex;
    grid-gap: 8px;
    align-items: center;
}

.ind-box .blogs-ico {
    /* width: 20px;
    height: 20px;*/
    object-fit: unset;
    border-radius: 0;
}

.linkBtn-wht {
    cursor: pointer;
    width: auto;
    margin: 0;
}

.captBg {
    padding: 14px;
    padding-bottom: 20px;
    justify-content: end;
}

.newsbox .linkBtn-wht {
    color: #00c4f4;
}

.news-section .container {
    max-width: 1700px;
}

.ind-box img {
    object-fit: unset;
}

.read-news {
    justify-content: center;
    align-items: center;
    grid-gap: 0;
    display: block;
    background: linear-gradient(80deg, rgb(0 163 255 / 50%) 0%, rgb(23 237 211 / 50%));
    justify-content: center;
    align-items: center;
    grid-gap: 0;
    /* display: block; */
    /* opacity: 0.5; */
    min-width: 150px;
    height: 45px;
    display: block;
    background: transparent;
    justify-content: center;
    align-items: center;
    grid-gap: 0;
    /* display: block; */
    /* opacity: 0.5; */
    min-width: 150px;
    height: 45px;
    border: 1px solid #13d5ca;
    width: 150px;
    min-width: 130px;
    height: 40px;
    /* border: 1px solid #fefefe;*/
    width: 120px;
    /*   border-image: linear-gradient(80deg, #00A3FF 0%, #17EDD3 100%);*/
    border-width: 1px;
    border-style: solid;
    transition: 0.5s;
}

    .read-news .btninner {
        background: transparent;
        grid-gap: 6px;
        padding: 0 10px;
        font-size: 14px;
    }

.read-news {
    background: linear-gradient(80deg, #00A3FF 0%, #17EDD3 100%);
}

    .read-news:hover {
        background: unset;
    }

.linkBtn-wht i {
    /*   background: linear-gradient(80deg, #00A3FF 0%, #17EDD3 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;*/
}

.linkBtn-wht span {
    font-size: 16px;
    font-family: 'PlusJakartaSans-ExtraBold';
    font-weight: normal;
    text-align: left;
    /* background: linear-gradient(87deg, #00A3FF 0%, #17EDD3 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(80deg, #00A3FF 0%, #17EDD3 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;*/
}

.captBg {
    padding: 14px;
    padding-bottom: 10px;
    justify-content: end;
}

.blogtxt1 {
    /* background: linear-gradient(225deg, #26d8ff, #03ff96);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;*/
    font-size: 20px;
}

.ind-box .title {
    font-family: 'PlusJakartaSans-ExtraBold';
}

.blogtxt2 {
    /*  background: linear-gradient(225deg, #03FF95,#26d8ff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;*/
    font-size: 20px;
}

.linkBtn-wht span {
    font-size: 16px;
    font-family: 'PlusJakartaSans-ExtraBold';
    font-weight: normal;
    text-align: left;
    /*background: linear-gradient(87deg, #00A3FF 0%, #17EDD3 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(80deg, #00A3FF 0%, #17EDD3 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background: linear-gradient(225deg, #03FF95,#26d8ff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background: linear-gradient(48deg, #14a8fd, #00ffe09e 100%);*/
    /* background: linear-gradient(225deg, #26d8ff, #03ff96); */
    /*-webkit-background-clip: text;*/
    /* font-family: 'PlusJakartaSans-Bold'; */
    /*-webkit-text-fill-color: transparent;*/
}

.linkBtn-wht i {
    /* background: linear-gradient(80deg, #00A3FF 0%, #17EDD3 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background: linear-gradient(225deg, #03FF95,#26d8ff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background: linear-gradient(48deg, #14a8fd, #00ffe09e 100%);*/
    /* background: linear-gradient(225deg, #26d8ff, #03ff96); */
    /*-webkit-background-clip: text;*/
    /* font-family: 'PlusJakartaSans-Bold'; */
    /* -webkit-text-fill-color: transparent;*/
}

.blogdatetxt {
    font-size: 18px;
    color: white;
    font-family: 'PlusJakartaSans-Bold';
    /*background: linear-gradient(48deg, #14a8fd, #00ffe09e 100%);*/
    /* background: linear-gradient(225deg, #26d8ff, #03ff96);*/
    /*-webkit-background-clip: text;*/
    font-family: 'PlusJakartaSans-Bold';
    /*-webkit-text-fill-color: transparent;*/
    /* color: #14a8fd; */
}

.ind-box .blogs-ico {
    object-fit: unset;
    border-radius: 0;
    /*background: linear-gradient(48deg, #14a8fd, #00ffe09e 100%);*/
    /* background: linear-gradient(225deg, #26d8ff, #03ff96);*/
    /*-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.blogtxt2 {
    /* background: linear-gradient(225deg, #03FF95,#26d8ff); */
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-background-clip: text; */
    font-size: 19px;
    color: #0ea9d0;
    background: linear-gradient(48deg,#00ffe09e, #14a8fd 100%);
    /* background: linear-gradient(225deg, #26d8ff, #03ff96); */
    -webkit-background-clip: text;
    /* font-family: 'PlusJakartaSans-Bold'; */
    -webkit-text-fill-color: transparent;
}

.blogtxt1 {
    /* background: linear-gradient(225deg, #26d8ff, #03ff96); */
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-background-clip: text; */
    font-size: 19px;
    color: #40c0df;
    color: #11bbe5e8;
    background: linear-gradient(48deg, #14a8fd, #00ffe09e 100%);
    /* background: linear-gradient(225deg, #26d8ff, #03ff96); */
    -webkit-background-clip: text;
    /* font-family: 'PlusJakartaSans-Bold'; */
    -webkit-text-fill-color: transparent;
}

.news-section .container {
    max-width: 1840px;
}

.blogtxt1 {
    /* background: linear-gradient(225deg, #26d8ff, #03ff96); */
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-background-clip: text; */
    font-size: 19px;
    color: #40c0df;
    color: #11bbe5e8;
    background: unset;
    /* background: linear-gradient(225deg, #26d8ff, #03ff96); */
    -webkit-background-clip: unset;
    /* font-family: 'PlusJakartaSans-Bold'; */
    -webkit-text-fill-color: unset;
    /*color: #14a8fd;*/
    /* color: white; */
    /*color: #00c4f4;*/
    color: #04b8e3;
}

.blogtxt2 {
    /* background: linear-gradient(225deg, #26d8ff, #03ff96); */
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-background-clip: text; */
    font-size: 19px;
    color: #40c0df;
    color: #11bbe5e8;
    background: unset;
    /* background: linear-gradient(225deg, #26d8ff, #03ff96); */
    -webkit-background-clip: unset;
    /* font-family: 'PlusJakartaSans-Bold'; */
    -webkit-text-fill-color: unset;
    /*color: #14a8fd;*/
    /* color: white; */
    /*color: #00c4f4;*/
    color: #04b8e3;
}

.linkBtn-wht i {
    /* background: linear-gradient(225deg, #26d8ff, #03ff96); */
    /* -webkit-background-clip: text; */
    /* font-family: 'PlusJakartaSans-Bold'; */
    /* -webkit-text-fill-color: transparent; */
    color: white;
    color: #13a7fc;
    color: #9accff;
    color: white;
    color: #0892eb;
    color: #0dcaf0;
    color: #00e7ff;
    color: #15c3d5;
    color: #11c9b8;
}

.linkBtn-wht span {
    color: white;
    color: #13a7fc;
    color: #9accff;
    color: #499df3;
    color: #0892eb;
    color: #0dcaf0;
    color: #00e7ff;
    color: #15c3d5;
    color: #11c9b8;
}

.newsbox:hover .linkBtn-wht i {
    color: #00c4f4;
}

.newsbox:hover .linkBtn-wht span {
    color: #00c4f4;
}

.newsbox:hover .linkBtn-wht span {
    color: #00a1ff;
}

.newsbox:hover .linkBtn-wht i {
    color: #00a1ff;
}

.newsbox .linkBtn-wht {
    color: #00c4f4;
    width: 110px;
}

.overlay {
    background-image: url(../images/apmitpark-building.png?v=1);
}

.media-body, .play-btn, .footer_social_links li, .cerlogoimg, .one_half_two a {
    cursor: default;
}
