﻿@font-face {
    font-family: 'PlusJakartaSans-Medium';
    src: url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'PlusJakartaSans-Bold';
    src: url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
}
/*header section*/
.contact-banner-section {
    width: 100%;
    /*height: 600px;*/
    /*float: left;*/
    height: 512px;
    background-color: transparent;
    position: relative;
    background-image: url('../images/contactus/apmitpark-banner-bg.jpg');
    z-index: 1;
    background-position: center;
    background-size: cover;
    /*margin-top: 90px;*/
    background-image: url('../images/contactus/apmitpark-banner-bg.jpg');
    background-repeat: no-repeat;
    background-position-y: -124px;
}

    .contact-banner-section::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        /*background: linear-gradient(0.23deg,#030b15 5.68%,rgba(3,11,21,0.42)81.9%);*/
    }

.contact-img-container img {
    position: absolute;
    z-index: 1;
    opacity: 0.7;
}

.img-shape-1 {
    top: 28%;
    left: -3%;
    animation: movecircleshape 5s infinite linear;
}

.img-shape-2 {
    top: 20%;
    left: auto;
    right: 8%;
}

.img-shape-3 {
    top: auto;
    left: auto;
    right: 0;
    bottom: 14%;
    animation: movecircleshapeupdown 3s infinite linear;
}

.contact-banner-section .container {
    height: 100%;
}

.contact-banner-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.contact-banner-title-text {
    font-size: 5rem;
    line-height: normal;
    font-family: 'PlusJakartaSans-Bold';
    color: snow;
    background: linear-gradient(80deg, #00A3FF 0%, #17EDD3 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.contact-sub-title {
    font-size: 1.3rem;
    /*color: #a4a7b1;*/
    font-family: 'PlusJakartaSans-Regular';
    text-align: center;
    color: #ffffff;
}

.contact-containeroverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #030b1552;
    z-index: -1;
}

/*contact details section*/

.contact-connect {
    width: 100%;
    /*float: left;*/
    padding: 50px 0;
    position: relative;
}

    .contact-connect::after {
        content: "";
        position: absolute;
        top: 31%;
        left: -13%;
        background-image: url('../images/contactus/apmitpark-contactsectionbg.png');
        width: 428px;
        height: 428px;
        background-repeat: no-repeat;
        background-size: contain;
        animation: balljump 8s linear infinite;
    }

    .contact-connect::before {
        content: "";
        position: absolute;
        top: 2%;
        left: 8%;
        background-image: url('../images/contactus/apmitpark-contactsectionbg01.png');
        width: 78px;
        height: 78px;
        background-repeat: no-repeat;
        background-size: contain;
        animation: balljump 10s linear infinite;
    }

.section-contact-info:first-child {
    padding: 0px 30px;
}

.contact-details-container {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-information-container {
    width: 88.2%;
    height: 100%;
    border: 1px solid #ffffff1a;
    border-radius: 10px;
    padding: 40px 40px;
    position: relative;
}

.contact-img {
    background-image: url('../images/contactus/apmitpark-contact-shape.png');
    position: absolute;
    bottom: 2px;
    width: 120px;
    height: 120px;
    background-position: center center;
    animation: moveimg 4s infinite linear;
    right: 5px;
    background-size: 85px;
    background-repeat: no-repeat;
}

.contact-information-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/contactus/apmitpark-contactmap.png');
    opacity: 0.3;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    background-position: center;
}

.info-phone-text {
    font-size: 30px;
    color: white;
    font-family: 'PlusJakartaSans-Bold';
}

.contact-information {
    border-bottom: 1px solid #ffffff24;
    margin-top: 20px;
    padding-bottom: 20px;
}

    .contact-information:first-child {
        border: none;
        margin: 0;
    }

    .contact-information:last-child {
        border: none;
    }

.info-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.con_social_links {
    padding: 0;
    display: flex;
    list-style-type: none;
    color: white;
    grid-gap: 15px;
    margin: 0;
}

.info-icon {
    font-size: 18px;
    color: #00c4f4;
}

.info-title-text {
    font-size: 24px;
    color: #00c4f4;
    font-family: 'PlusJakartaSans-Bold';
    line-height: normal;
}

.info-text {
    width: 100%;
    font-size: 16px;
    color: snow;
    font-family: 'PlusJakartaSans-Regular';
    display: block;
    line-height: 2;
}

.con_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;
    cursor: pointer;
}

.section-contact-info:last-child {
    padding: 0px 30px;
}

.section-contact-info .section-title {
    margin-bottom: 10px;
}

.contact-connect .sec-content {
    padding-right: 0;
}

.contact-connect .sec-heading {
    font-family: 'PlusJakartaSans-Bold';
    color: snow;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.contact-connect .contact-head-text {
    background: linear-gradient(80deg, #00A3FF 0%, #17EDD3 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.contact-form-section {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contact-form {
    margin-bottom: 17px;
}

.contact-inputifiled {
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 15px 12px;
    outline: none;
    font-family: 'PlusJakartaSans-Regular';
    font-size: 16px;
    color: white;
    border-width: 0px 0px 1px 0px
}

    .contact-inputifiled::placeholder {
        color: rgba(255,255,255,0.3);
    }

    .contact-inputifiled:focus {
        outline: none;
    }

textarea.contact-inputifiled {
    height: 130px;
    border: 1px solid rgba(255,255,255,0.3);
    resize: none
}

.rowbtn {
    white-space: nowrap;
}

/*map section*/

.contact-map {
    width: 100%;
    float: left;
    padding: 50px 0;
    position: relative;
}

.map-container {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

    .map-container img {
        width: 100%;
        height: 100%;
        float: left;
    }

/*new banner animation*/

@keyframes moveimg {
    16.5% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.5% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0px)
    }
}

@keyframes movecircleshape {
    0% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(50px)
    }

    100% {
        transform: translateX(0px)
    }
}

@keyframes movecircleshapeupdown {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-30px)
    }

    100% {
        transform: translateY(0px)
    }
}

@keyframes balljump {
    0% {
        transform: translate3d(0,0,0);
    }

    40% {
        transform: translate3d(0,50px,0) scale(0.7);
    }

    100% {
        transform: translate3d(0,0,0);
    }
}

/*Responsive start*/

@media only screen and (max-width: 1399px) {
    .contact-information-container {
        width: 85%;
    }

    .section-contact-info .sec-heading {
        text-align: left;
    }
}

@media only screen and (max-width: 1199px) {
    .img-shape-3 {
        display: none;
    }

    .contact-information-container {
        width: 100%;
    }

    .contact-connect::before, .contact-connect::after {
        content: none;
    }
}

@media only screen and (max-width: 991px) {
    .img-shape-1 {
        max-width: 120px;
    }

    .section-contact-info:last-child {
        margin-top: 50px;
    }

    .section-contact-info .sec-heading {
        text-align: center;
    }

    .contact-connect .sec-content {
        text-align: center;
    }

    .section-contact-info:first-child {
        padding: 0px 12px;
    }

    .section-contact-info:last-child {
        padding: 0px 12px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-banner-title-text {
        font-size: 4.2rem;
    }

    .contact-sub-title {
        font-size: 1.1rem;
    }

    .img-shape-1 {
        max-width: 100px;
    }

    .img-shape-3 {
        max-width: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .contact-banner-section .container, .contact-connect .container {
        padding: 0px 20px;
    }

    .contact-img-container {
        display: none;
    }

    .contact-information-container {
        padding: 20px 20px 0px;
    }

    .contact-img {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .contact-banner-title-text {
        font-size: 3.1rem;
    }

    .contact-sub-title {
        font-size: 1rem;
    }

    .info-phone-text {
        font-size: 25px;
    }

    .contact-connect .sec-heading {
        font-size: 24px;
    }
}

span.background-map {
    width: 80%;
    background-image: url(../images/contactus/Dark-map.png);
    height: 580px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: -420px -160px;
}

.Contact_Us .btn:before {
    background-image: url(../images/contactus/btn-border.svg);
    position: absolute;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: -1;
    top: 0;
    left: 0;
}

.Contact_Us .btn::after {
    background-image: url('../images/contactus/btn-border-hover (1).svg');
    position: absolute;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
}

.Contact_Us .btn:hover::after {
    opacity: 1;
}

/*Responsive end*/
/*Contact icon start*/
.coninfo-ico {
    font-size: 30px;
    width: 40px;
    float: left;
    margin-right: 15px;
    color: var(--color-primary);
    fill: var(--color-primary);
}

.contact-information {
    display: flex;
    float: left;
    width: 100%;
}

.add-ico {
    width: 40px;
    height: 40px;
    color: currentColor;
}

.phone-info {
    margin: 0px;
}

.email-info {
    align-items: center;
}

.con-details {
    float: left
}

.contact-information-container h3 {
    margin-bottom: 15px;
    font-family: 'PlusJakartaSans-Bold';
    font-size: 28px;
    color: white;
    transition: .5s;
}

.contact-information-container p {
    margin-bottom: 25px;
    float: left;
    font-family: PlusJakartaSans-Medium;
    font-size: 20px;
    line-height: 32px;
    transition: .5s;
    color: #cccccc;
    word-spacing: 1.5px;
}

.colorchange {
    animation: rainbow-colors 5s linear infinite;
}

.contac-details {
    float: left;
    width: 100%;
}

.contac-map.section-contact-info:last-child {
    padding-left: 0px;
}
/*Contact icon end*/

/*map infowindow*/
.tooltipContent1 .divRight {
    font-size: 18px;
    color: #346b8b;
    color: #ff5722;
    font-weight: bold;
    margin-top: 5px;
    float: left;
    width: 100%;
    margin-bottom: 2px
}

.map_font {
    color: #009688;
    color: #0e0e0e;
    font-family: Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    float: right;
}

.address_tel li {
    color: #009688;
    font-family: Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 3px 0
}

    .address_tel li .tel_row {
        display: grid;
        grid-template-columns: 21px auto
    }

        .address_tel li .tel_row i {
            font-size: 18px;
            width: 18px;
            height: 18px;
            background: #ff9800;
            border-radius: 3px;
            color: #fff;
            text-align: center;
            padding-top: 1px
        }

            .address_tel li .tel_row i.fa-phone {
                font-size: 13px;
                padding: 3px
            }

        .address_tel li .tel_row span, .address_tel li .tel_row span a {
            color: #000
        }

            .address_tel li .tel_row span a:hover {
                color: #106eea
            }
/*map infowindow*/

.text_wght {
    font-family: PlusJakartaSans-Bold;
}
.address_tel{
    list-style: none;
    padding:0;
}
#tooltipLeftDiv > img{
    width: 210px;
}
