@font-face {
    font-family: ITCAvantGardeStdDemiCn;
    src: url("../fonts/ITCAvantGardeStdDemiCn.otf");
}

@font-face {
    font-family: ITCAvantGardeStdXLtCn;
    src: url("../fonts/ITCAvantGardeStdXLtCn.otf");
}

body {
    padding: 0;
    margin: 0;
    font-family: ITCAvantGardeStdDemiCn !important;
    height: 100vh;
    overflow: hidden;
    background: #000 !important;
}

header {
    position: relative;
    overflow: hidden;
    background: #000;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
}

p {
    margin-bottom: 0rem !important;
}

video,
.abtbg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /* margin-top: -190px; */
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255) !important;
}

.navbar-brand {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.top_img {
    position: absolute !important;
    top: -5px;
    width: 100%;
    z-index: 2;
}

.top_img img {
    display: block !important;
    max-width: 100%;
    width: 100%;
}

.navbar-nav .nav-item .nav-link {
    margin: 0em 0.3em!important;
    font-size: 120%;
    font-weight: 500;
    /* letter-spacing: 1px; */
    color: #fff;
}

nav {
    -webkit-transition: padding-top .3s, padding-bottom .3s;
    -moz-transition: padding-top .3s, padding-bottom .3s;
    transition: padding-top .3s, padding-bottom .3s;
    border: none;
}

.shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
}

.active a {
    border-bottom: 2px solid #fff;
}

.nav-link {
    padding: 0rem!important;
}

.nav-item a {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    /* overflow: hidden; */
}

.nav-item a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: -2px;
    background: #fff;
    height: 2px;
    -webkit-transition-property: left right;
    transition-property: left right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.nav-item a:hover:before {
    left: 0;
    right: 0;
}

.text-intro {
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 30px;
}

.navbar-brand {
    padding-top: 0 !important;
}

.navbar {
    padding: 0 !important;
    z-index: 3;
}

a.navbar-brand.mobile img {
    max-width: 120px;
}

.HomeFooter {
    position: fixed;
    bottom: 1rem;
}

.HomeFooter ul {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.HomeFooter ul li {
    display: inline-block;
    width: 15%;
    background: #000000ad;
    padding: 10px 0px;
}

.HomeFooter ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1.5rem;
}

.HomeFooter ul li a img {
    max-width: 29px;
    margin-right: 20px;
    margin-top: -6px;
}

.navbar-toggler {
    margin-right: 1rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    outline: none;
}

.fixed-top-half .container-fluid .navbar-collapse .navbar-nav {
    margin-top: 0rem;
    margin-right: 0rem;
}

.popOver {
    width: 100%;
    position: fixed;
    -webkit-animation: bummer 2s;
    animation: bummer 2s;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    top: 0;
    text-align: center;
}

.popOver p {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin: 0 auto;
    padding: 0;
    /* display: inline-block; */
    font-family: ITCAvantGardeStdXLtCn;
    /* border-bottom: 2px solid; */
}

.popOver p::after {
    content: '';
    border-style: solid;
    border-width: 0 0 2px 0;
    padding-bottom: 5px;
    margin-bottom: 20px;
    width: 50%;
    border-image: linear-gradient(50deg, rgb(0 0 0 / 0%), rgb(255 255 255), rgb(0 0 0 / 0%)) 1;
}

.abt_us_title {
    width: 100%;
    position: fixed;
    top: 0;
    text-align: center;
}

.abt_us_title .row p {
    color: #fff;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 0;
    font-family: ITCAvantGardeStdDemiCn;
}

.abt_us_title .row a {
    color: #fff !important;
    letter-spacing: 1px;
    width: 70%;
    margin-bottom: 1rem;
}

.abt_us_title .row p::after {
    content: '';
    border-style: solid;
    border-width: 0 0 2px 0;
    padding-bottom: 5px;
    margin-bottom: 20px;
    width: 120%;
    border-image: linear-gradient(50deg, rgb(0 0 0 / 0%), rgb(255 255 255), rgb(0 0 0 / 0%)) 1;
}

.abtbg_img {
    position: absolute !important;
    top: -5px;
    width: 100%;
    z-index: 0;
}

.abtbg_img img {
    display: block !important;
    max-width: 100%;
    width: 100% !important;
    position: fixed;
    margin-top: -120vh;
    width: 120px;
    transition: 1s;
}

img.header_video.img-fluid {
    height: 100vh;
    width: 100%;
}

.half-bg {
    position: absolute !important;
    top: 0;
}

.v-100 {
    height: 100vh !important;
    width: 95%;
}

.v-50 {
    height: 50vh !important;
    width: 100%;
}

.show {
    opacity: 1 !important;
    transition: all 1s;
}

.top {
    width: 100%;
    opacity: 0;
    transition: all 1s;
    z-index: 9999999999999;
    min-height: 200px;
    position: relative;
}

.height-100 {
    height: 100vh;
}

.small_header {
    text-transform: uppercase;
    letter-spacing: 6px;
    margin: 0 auto;
    padding: 0;
    font-family: ITCAvantGardeStdXLtCn;
    display: inline-block;
    font-size: 1.25rem;
    line-height: 0.5rem;
    font-weight: bolder;
}

.small_header::after {
    content: '';
    border-style: solid;
    border-width: 0 0 2px 0;
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100%;
    border-image: linear-gradient(50deg, rgb(0 0 0 / 0%), rgb(0 0 0), rgb(0 0 0 / 0%)) 1;
    display: inline-block;
}

.small_p {
    font-size: 12px;
}

.small_img {
    max-width: 30% !important;
}

.city_desc {
    font-size: 14px;
}


/* .project {
    width: 33.33%;
}
.project:hover {
    width: 50%;
    -webkit-flex-grow: 3;
    flex-grow: 3;
}
.project:not(:hover) {
    width: 25%;
} */

.project img {
    width: 100%;
    height: 100vh;
}

ul.project {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    list-style: none;
    width: 100%;
    height: 100vh;
    padding: 0;
    overflow: hidden;
}

.project li {
    position: relative;
    width: 33.3333%;
    /* min-width:33.3333%; */
    /* max-width:33.3333%; */
    height: 100vh;
    float: left;
    /* transition:all 0.7s; */
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    text-align: center;
}

ul.project li:first-child {
    border: none;
}

ul.project li:last-child {
    float: right;
}

.project span {
    display: block;
    position: absolute;
    bottom: 50%;
    width: 100%;
    color: white;
    white-space: nowrap;
}

.project img {
    width: 100%;
    /* min-width: 100%;
    max-width: 100%; */
    height: 100vh;
}

ul.project:hover li {
    width: 25%;
    /* min-width:25%; */
    /* max-width:25%;   */
}

ul.project li:hover {
    width: 50%;
    /* min-width:50%; */
    /* max-width:50%; */
}

#ball {
    margin-top: 0vh;
}


/* #ball:hover {
    margin-top: -83vh !important;
} */

@-webkit-keyframes bummer {
    100% {
        -webkit-transform: scale(1, 1);
    }
}

@keyframes bummer {
    100% {
        transform: scale(1, 1);
    }
}

.flex-container {
    height: 100vh;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    overflow: hidden
}

@media screen and (max-width:768px) {
    .flex-container {
        flex-direction: column
    }
}

.experience .flex-slide .flex-title {
    font-size: 1rem !important;
}

.experience .flex-slide .flex-about {
    top: inherit;
    display: none;
}

.hover .flex-about {
    width: 100%;
    display: inherit !important;
    opacity: 1 !important;
    padding: 0rem;
    top: 0;
    bottom: 0;
    position: fixed;
    background-color: #000;
    border-radius: 0 !important;
    left: 0;
}

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

.flex-title {
    font-size: 30px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
    color: #f9f7f5;
    top: 50%;
    position: relative;
    margin: auto;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

@media screen and (max-width:768px) {
    .flex-title {
        transform: rotate(0deg)!important
    }
}

.flex-about {
    opacity: 0;
    color: #f1f1f1;
    position: relative;
    width: 70%;
    font-size: 2vw;
    padding: 5%;
    top: 30%;
    border-radius: 10px;
    line-height: 1.3;
    margin: auto;
    text-align: left;
    transform: rotate(0deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

@media screen and (max-width:768px) {
    .flex-about {
        padding: 0%;
        border: 0 solid #f1f1f1
    }
}

.flex-slide {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

@media screen and (max-width:768px) {
    .flex-slide {
        overflow: auto;
        overflow-x: hidden
    }
}

@media screen and (max-width:768px) {
    .flex-slide p {
        font-size: 2em
    }
}

@media screen and (max-width:768px) {
    .flex-slide ul li {
        font-size: 2em
    }
}

.flex-slide:hover {
    -webkit-flex-grow: 3;
    flex-grow: 3;
    text-decoration: none;
}

.flex-slide:hover {
    -webkit-flex-grow: 3;
    flex-grow: 3;
    text-decoration: none;
}

@keyframes aboutFlexSlide {
    0% {
        -webkit-flex-grow: 1;
        flex-grow: 1
    }
    50% {
        -webkit-flex-grow: 3;
        flex-grow: 3
    }
    100% {
        -webkit-flex-grow: 1;
        flex-grow: 1
    }
}

@media screen and (min-width:768px) {
    .flex-title-home {
        top: 15%;
        -moz-animation: homeFlextitle;
        -moz-animation-duration: 3s;
        -moz-animation-iteration-count: 1;
        -moz-animation-delay: 0s;
        -webkit-animation: homeFlextitle;
        -webkit-animation-duration: 3s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        animation: homeFlextitle;
        animation-duration: 3s;
        animation-iteration-count: 1;
        animation-delay: 0s
    }
}

@keyframes homeFlextitle {
    0% {
        transform: rotate(0deg);
        top: 15%
    }
    50% {
        transform: rotate(0deg);
        top: 15%
    }
    100% {
        transform: rotate(90deg);
        top: 15%
    }
}

.flex-about-home {
    opacity: 0
}

@keyframes flexAboutHome {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.flex-container p {
    font-size: 15px;
    font-weight: 100;
    margin: 0;
    padding: 0 0 5px;
    color: #ffffffbf;
    text-align: center
}

.flex-container a {
    font-size: 15px;
    font-weight: 100;
    margin: 0;
    padding: 0 0 5px;
    color: #ffffffbf
}

.contact-part1 {
    display: inline-block;
    vertical-align: top;
    width: 47%
}

.contact-part2 {
    display: inline-block;
    width: 47%
}

.contact-part2 a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.load-more {
    text-align: center;
    margin: 50px 0
}

.home {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/Madurai.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.about {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/Ooty.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.work {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/Kodaikanal.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.Fixed-bottom {
    position: fixed !important;
    bottom: 0;
    background: #000;
    padding: 10px;
    width: 100%;
}

.Fixed-bottom p {
    color: #fff;
}

.RESIDENTIAL {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/facility/Hagit_Image_RESIDENTIAL.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.HEALTHCARE {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/facility/Hagit_Image_HEALTHCARE.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.HOSPITALITY {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/facility/Hagit_Image_HOSPITALITY.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.INSTITUTIONAL {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/facility/Hagit_Image_INSTITUTIONAL_INSTITUTIONAL.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

iframe {
    height: 100vh;
}

.button-btn {
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid;
    color: #FFFFFF;
    text-align: center;
    font-size: 1rem;
    padding: 0.3rem 1rem;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.form-control {
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid #ffffff !important;
}

.form-group {
    margin-bottom: 0.5rem !important
}

label {
    font-family: ITCAvantGardeStdXLtCn;
    margin-bottom: 0 !important;
}

.button-btn:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline: none;
}

.button-btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button-btn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button-btn:hover span {
    padding-right: 25px;
}

.button-btn:hover span:after {
    opacity: 1;
    right: 0;
}

.contact-madurai {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/Madurai_blur.jpg) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
}

.contact {
    color: #fff !important;
}


/* #Media
================================================== */

@media (max-width:500px) {
    .flex-about {
        width: 90%;
    }
    .load-more {
        margin: 10px 0;
    }
    .contact-part1 {
        width: 100%;
    }
    .contact-part2 {
        width: 100%;
    }
    .abt_us_title .row a {
        color: #fff !important;
        letter-spacing: 0px;
        width: 95%;
        margin-bottom: 0.5rem;
        font-size: 0.6rem;
    }
    .abt_us_title .row p {
        font-size: 0.6rem;
    }
    .navbar-brand {
        padding-top: 0.3125rem !important;
    }
    .navbar-nav {
        background-color: #0000;
        color: #fff;
        z-index: 1;
        margin-top: 5px;
    }
    .navbar-nav .nav-item .nav-link {
        padding: 0.7em 1em!important;
        font-size: 75%;
        font-weight: 500;
    }
    .HomeFooter ul li {
        width: 100%;
    }
}

@media (max-width:768px) {
    .mobile_bottom {
        margin-bottom: 5rem;
    }
    .flex-about {
        width: 90%;
    }
    .load-more {
        margin: 10px 0;
    }
    body {
        overflow: scroll;
    }
    iframe {
        height: 50vh;
        width: 100%;
    }
    .ml {
        margin-left: 0rem;
        max-width: 100px;
    }
    .web {
        display: none !important;
    }
    video#web {
        display: none;
    }
    .navbar {
        background-color: #00000094;
    }
    .HomeFooter ul li {
        width: 100%;
        margin-bottom: 0.2rem;
    }
}

@media (min-width: 768px) {
    .ml {
        margin-left: 5rem;
        max-width: 75px;
    }
    .navbar-nav .nav-item .nav-link {
        font-size: 100%;
    }
    .navbar-dark .navbar-brand {
        color: #fff;
        width: 15%;
        height: 102px;
        margin-left: 15%;
    }
    header {
        overflow: hidden;
    }
    .mobile {
        display: none !important;
    }
    video#mobile {
        display: none;
    }
    .pad-l-r {
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .navbar-expand-md .navbar-nav {
        margin-right: 5rem;
        margin-top: -3.5rem;
    }
    .popOver p {
        letter-spacing: 14px;
        font-size: 2rem;
        line-height: 2rem;
    }
    .abt_us_title .row p {
        font-size: 1rem;
        line-height: 1rem;
    }
}

@media (min-width: 1200px) {
    li.nav-item {
        margin-right: 1rem;
    }
    .navbar-nav .nav-item .nav-link {
        font-size: 120%;
    }
    .navbar-expand-md .navbar-nav {
        margin-top: -0.5rem;
    }
    .navbar-expand-md .navbar-nav {
        margin-right: 12rem;
    }
    .fixed-top-half .container-fluid .navbar-collapse .navbar-nav {
        margin-top: 0rem;
        margin-right: 0rem;
    }
    .fixed-top-half .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-size: 100%;
    }
    .popOver p {
        letter-spacing: 22px;
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .abt_us_title .row p {
        font-size: 1rem;
        line-height: 1rem;
    }
}

@media (min-width: 1300px) {
    .fixed-top-half .container-fluid .navbar-collapse .navbar-nav {
        margin-top: -2rem;
        margin-right: 0rem;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-md .navbar-nav {
        margin-top: 1.8rem;
        margin-right: 17rem;
    }
    .HomeFooter ul li {
        width: 10%;
    }
}

@media (min-width: 1800px) {
    .side_content {
        padding-right: 5rem !important;
    }
    .side_content .city_desc,
    .side_content .small_p {
        padding-bottom: 2rem !important;
    }
    .city_desc,
    .side_content p {
        font-size: 1.3rem;
    }
    .small_p p {
        font-size: 1rem;
    }
    .navbar-expand-md .navbar-nav {
        margin-top: 3rem;
        margin-right: 20rem;
    }
    .Fixed-bottom p {
        margin-right: 12rem;
    }
    .small_header {
        font-size: 1.8rem !important;
        margin-bottom: 1rem;
    }
    .popOver p {
        letter-spacing: 26px;
        font-size: 4rem;
        line-height: 4rem;
    }
    .abt_us_title .row p {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    .abt_us_title .row p,
    .abt_us_title .row a {
        font-size: 1.8rem;
    }
    .fixed-top-half .container-fluid .navbar-collapse .navbar-nav {
        margin-top: 0rem;
        margin-right: 0rem;
    }
    .fixed-top-half .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-size: 120%;
    }
    .ml {
        margin-left: 11rem;
        max-width: 100px;
    }
}

@media (min-width: 2200px) {
    .navbar-expand-md .navbar-nav {
        margin-top: 5rem;
        margin-right: 30rem;
    }
    .small_header {
        font-size: 2rem !important;
        margin-bottom: 2rem;
    }
    .fixed-top-half .container-fluid .navbar-collapse .navbar-nav {
        margin-top: 0.5rem;
        margin-right: 0rem;
    }
    .fixed-top-half .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-size: 150%;
    }
}