html,
body {
    height: 100%;
    font-family: 'Montserrat' !important;
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Montserrat' !important;
    color: #000;
}
#carouselExampleIndicators img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}


h1,
h2 {
    font-size: 34px;
}

h3 {
    font-family: 'Montserrat' !important;
    font-size: 20px;
}

.justify {
    text-align: justify !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.m-t10 {
    margin-top: 10px;
}

a,
a:hover {
    text-decoration: none !important;
}

.btn:focus {
    outline: 0;
    box-shadow: unset;
}




/*disclaimer*/

#disclaimer .modal-dialog {

    top: auto;
    right: 0;
    left: auto;
    bottom: auto;
    z-index: 9999999;
}

#disclaimer .modal-content {
    border: 1px solid #fff;
}

#disclaimer .modal-header {
    background-color: #ef3e2e;
    color: #fff;
    border-bottom: unset;
}

#disclaimer .modal-footer {
    background-color: #ef3e2e;
    color: #fff;
    border-top: unset;
    justify-content: center;
    padding: 0 0 1em 0;
}

#disclaimer .modal-body {
    background-color: #ef3e2e;
    color: #fff;
    padding: 0 0em;
    overflow: auto;

}

#disclaimer .modal-header .close {
    margin: -1rem -1rem -1rem auto;
}


#disclaimer .modal-title {
    font-size: 12px;
}

#disclaimer .modal-body p {
    font-size: 9px;
    text-align: left;

    color: #fff !important;
}

#disclaimer .modal-body::-webkit-scrollbar {
    width: 5px;
}

#disclaimer .modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

#disclaimer .modal-body::-webkit-scrollbar-thumb {
    background-color: #e5c110;
    outline: unset;
}

.modal-dialog-slideout {
    margin: 12% 0 auto auto;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0)scale(1);
    transform: translate(100%, 0)scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}

.disc {
    text-align: justify;
}

.disc input {
    display: inline-block;
    width: 10px;
    height: 10px;
    color: #a1a1a1;
    text-align: justify;
}

.disc label,
.disc label a {
    display: contents;
    font-size: 12px;
    color: #a1a1a1;
}


.btn-dis {
    background-color: #0069d9;
    border-color: #0062cc;
    color: #fff;
    padding: 5px 15px;
    font-size: 8px;
}


.btn-dis:hover {
    background-color: #e5c110;
    color: #ef3e2e;
}

@media (min-width: 576px) {

    #disclaimer .modal-dialog {

        max-width: 24%;
    }
}


/*Navigation section*/
.navbar {
    padding: 0px 0 0px 0;
}

.topmarnew {
    margin: 0px 15px 0px 0px;
}

#primary-nav .navbar-nav .nav-link {
    font-size: 14px;
    padding: 10px 12px;
    font-weight: 700;
    margin-top: 6px;
    letter-spacing: 1px;
    color: #ffffff;
    background: transparent;
}

/*#primary-nav .container {
    padding: 0;
}*/


/* Underline From Left */
.call-icon {
    background-color: #ef3e2e !important;
    color: white !important;
    border-radius: 10px;
}

.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left:before {
    /* content: ""; */
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #e5c110;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
    right: 0;
}

#primary-nav {
    transition: all 0.5s ease-in;
}

.bg-dark {

    background-color: #0000001c !important;
}

#primary-nav .navbar-nav .nav-link:hover,
#primary-nav .navbar-nav .active>.nav-link,
#primary-nav .navbar-nav .nav-link.active,
#primary-nav .navbar-nav .nav-link.show,
#primary-nav .navbar-nav .show>.nav-link {
    color: #e5c110 !important;
    font-weight: 600;
}

#primary-nav .navbar-nav .nav-item:last-child .nav-link:hover {
    color: white !important;
}

#primary-nav .nav-item>.nav-link.active {
    color: #e5c110 !important;
    font-weight: 600;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    /* padding: 2px 0 3px 0 !important; */
    transition: all 0.5s ease-in;
    z-index: 999;
    background: #0000009e !important;
}



#top-nav {
    background-color: #27427f !important;
}

#top-nav .navbar-nav .nav-link {
    font-size: 11px;
    /*padding: 5px 25px;*/
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
}

#top-nav .navbar-nav i {
    color: #fff;
    padding-right: 5px;
}

#top-nav .navbar-nav .btn-login {
    border: 1px solid #e5c110;
}

#top-nav .navbar-nav .active>.nav-link,
#top-nav .navbar-nav .nav-link.active,
#top-nav .navbar-nav .nav-link.show,
#top-nav .navbar-nav .show>.nav-link,
#top-nav .navbar-nav .nav-link:hover {
    color: #e5c110;
    font-weight: 600;
}

.dropdown-slide>.dropdown-menu {
    opacity: .3;
    display: block;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    z-index: 99999 !important;
}

.show.dropdown-slide>.dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    background-color: #fff;
    /*border-color: #e5c110;*/
    margin-top: 6px;
    transition: 0.3s all;
    padding: 0;
}

.dropdown-item {
    font-size: 12px;
    padding: 6px 12px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #e5c110;
    text-decoration: none;
    background-color: #ef3e2e;
    transition: 0.2s all;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ef3e2e;
}

.isDisabled,
.isDisabled:hover {
    color: #ef3e2e;
    text-decoration: none;
    font-weight: bold;
    background-color: #e5c110;
}


.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: #ef3e2e;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    right: 0;
    opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    right: 12px;
    top: 25px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    right: 12px;
    top: 25px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}


/*end Navigation*/
/*Banner*/
#myVideo {
    width: 100%;
    height: 86vh;
    object-fit: cover;
}



.btn-banner {
    background-color: #ef3e2e;
    Color: #fff;
    padding: 6px 16px;
    border-radius: 0px;
    margin-bottom: 15px;
    font-size: 12px;
}

.btn-banner:hover {
    background-color: #ef3e2e;
    Color: #fff;
    padding: 6px 16px;
    border-radius: 0px;
    margin-bottom: 15px;
}

.btn-banner1 {
    background-color: #ef3e2e;
    Color: #e5c110;
    padding: 8px 32px;
    border-radius: 0px;
    border-color: #e5c110;
    margin: 1em 0;
}

.btn-banner1:hover {
    background-color: #e5c110;
    color: #fff !important;
    border-color: #ef3e2e;
}

.checkmehide {
    display: none;
}

/*end banner*/
/*video banner*/
.home-banner {
    height: 84vh;
    padding: 0;
}

#custom-seekbar {
    cursor: pointer;
    height: 2px;
    margin-top: -10px;
    outline: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: 0.5s ease-out;
}

#custom-seekbar span {
    background-color: #ef3e2e;
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 0px;
    transition: 0.5s ease-out;
}


.btn-vertical-slider {
    margin-left: 35px;
    cursor: pointer;
}

a {
    cursor: pointer;
}


/*project location*/
.img-hover-zoom--slowmo {
    overflow: hidden !important;
}

.img-hover-zoom--slowmo h3,
.img-hover-zoom--slowmo h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-weight: 600;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    cursor: pointer;
}

/* Slow-motion Zoom Container */
.img-hover-zoom--slowmo img {
    transform-origin: 50% 65%;
    transition: transform 5s, filter 3s ease-in-out;
    filter: brightness(100%);
    width: 100%;
    height: 550px;
}

/* The Transformation */
.img-hover-zoom--slowmo:hover img {
    filter: brightness(80%);
    transform: scale(1.2);
}

.img-hover-zoom--slowmo:hover h3 {
    background-color: #001837;
    transition: 0.4s ease-in;
}

.pro-up h3,
.pro-down h3 {
    font-size: 14px;
}

.pro-up .col-lg-6,
.pro-down .col-lg-6 {
    padding-right: 0px;
    overflow: hidden;
}

/*.pro-up img {
    margin-bottom: 10px;
}*/
.pro-up img,
.pro-down img {
    width: 100%;
    height: 252px;
    overflow: hidden;
}

.hovereffect {
    width: 100%;
    height: 220px;
    margin-bottom: 30px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #ef3e2e;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 30px 20px;
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    height: 100%;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hovereffect:hover img {
    opacity: 0.2;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.hovereffect h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.hovereffect:hover h2:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect a,
.hovereffect p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.hovereffect:hover a,
.hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}




/*Subfooter Section*/
.flex-parent {
    display: flex;
    flex-wrap: nowrap;
}

.flex-child {
    width: 100%;
}

.flex-child a>i {
    font-size: 14px;
    padding-right: 5px;
}

.subfooter-area {
    padding: 2em 0 1em 0;
    background: #232323;
    color: #fff;
    text-align: justify;
}

.subfooter-area h5,
.subfooter-area span {
    margin-bottom: 1em;
    font-size: 18px;
    line-height: 2.5;
}

.subfooter-area p {
    font-size: 10px;
    color: #fff !important;
    margin-bottom: 10px;
}

.font-16 {
    font-size: 14px !important;
}

.subfooter-area a {
    color: #fff;
    font-size: 10px;
    transition: 0.3s ease-in;
}

.subfooter-area a:hover {
    color: #e5c110;
    font-size: 10px;
    padding-bottom: 5px;
    transition: 0.3s ease-in;
}

.flex-padd {
    padding-left: 4em;
}

/*Subfooter Section*/
/*footer Section*/
.footer-area {
    background: #000000;
    color: #fff;
    padding: 8px 0;
}

.footer-area p {
    margin: 0;
    font-size: 10px;
    text-transform: capitalize;
    color: #fff;
}

.disclaimer-p {
    text-align: right;
}

.footer-area p>a,
.disclaimer-p a {
    color: #e5c110;
}

/*footer Section*/

/*Banner section*/
.project-banner {
    padding: 0;
    /*   height: 84vh;*/
    position: relative;
}


#carousel-pro-banner .carousel-indicators {
    position: absolute;
    right: 30%;
    bottom: 5px;
    left: 30%;

    margin-right: 1%;
    margin-left: 1%;

}

#carousel-pro-banner .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5);
}

#carousel-pro-banner .carousel-indicators .active {
    background-color: #e5c110;
}

.project-det {
    /* position: absolute;*/
    bottom: 7%;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center;
}

.banner-list {
    list-style-type: none;
    padding: 0;
}

.banner-list li {
    display: inline-block;
    padding: 1em 4em 1em 2em;
    color: #fff;
    font-size: 12px;
    margin: 0 1em;
    background-color: #ef3e2e;
    border: 1px solid #e5c110;
    text-align: left;
}

.banner-list li>span {
    font-weight: 700;
    color: #e5c110;
}

.banner-form {
    position: absolute;
    right: 40px;
    top: 20%;
    background-color: #fff;
    border: 1px solid #ef3e2e;
    padding: 10px 10px;
    display: none;
    font-size: 12px;
}

.banner-form .form-control {
    font-size: 12px;
}

a.closeX {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 15px;
    background-color: #e5c110;
    color: #ef3e2e;
    margin-top: -23px;
    margin-right: -23px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    font-size: 18px;
    font-weight: bold;
}

/*plan section*/
.more-less {
    float: right;
    color: #212121;
}

.map1,
.map2,
.map3,
.map4,
.map5 {
    border: 1px solid #ef3e2e;
    padding: 0px;
    height: 500px;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot');
    src: url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}


select.round {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
}

select.round:focus {
    background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), radial-gradient(gray 70%, transparent 72%);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - .5em) .5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
    border-color: #ef3e2e;
    outline: 0;
}

/*location page*/


/*Enquire Now Form*/
.enquire-now {
    position: fixed;
    top: 24%;
    right: 0%;
    z-index: 99999;
    display: block;
    transition: transform .3s ease-in-out;
    opacity: 0;
}

.enquire-now.active {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;

}

.enquire-now img {
    width: 60px;
}

.enquire-now:hover img {
    transform: scale(0.7, 0.7);
    transition: 0.5s ease-in;
}

.enquire-now span {
    text-orientation: upright;
    writing-mode: vertical-lr;
    display: block;
    text-align: center;
    vertical-align: middle;
    background-color: #ef3e2e;
    color: #fff;
    padding: 5px;
    margin: 3px auto;
    font-size: 10px;
    /* visibility: hidden;
    opacity: 0;*/
    transition: visibility 0.6s linear, opacity 0.6s linear;
}


.enquire-now img:hover+span {
    visibility: visible;
    opacity: 1;

    transition: visibility 0.9s linear, opacity 0.9s linear, display 0.9s linear;
}

.btn-enquire-submit {
    padding: 9px 30px;
    color: #fff !important;
    background-color: #ef3e2e;
    font-size: 12px;
    border: 1px solid #ef3e2e;
    text-transform: uppercase;
}

.enquire-box {
    position: fixed;
    top: 78%;
    right: 9%;
    z-index: 99999;
    background-color: #ef3e2e;
    border: 1px solid #ef3e2e;
    padding: 10px;
}

.enquire i {
    padding: 5px;
    color: #fff;
}

.enquire span {
    display: block;
    color: #e5c110;
    font-size: 8px;
}

.enquire span:hover {
    color: #fff;
}

.enquire i:hover {
    color: #e5c110;
}

.intflag {
    padding-left: 90px !important;
}

#myModal .form-control,
#myModal2 .form-control {
    color: #ef3e2e;
    background-color: #fff;
    border: 1px solid #e5c110;
    padding: 5px 10px;
}

#myModal .modal-content,
#myModal2 .modal-content {
    border: 1px solid #e5c110;
}

#myModal .modal-header,
#myModal2 .modal-header {
    padding: 1rem;
    border-bottom: 1px solid #ef3e2e;
}


/*directional aware*/
*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.content-title2 {
    font-weight: bold;
    color: #000;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
}

.content-title3 {
    font-weight: normal;
    color: #000;
    text-align: left;
    padding-bottom: 10px;
    padding-left: 10px;
}

.carousel-control-next {
    position: absolute;
    top: 50%;
    bottom: unset;
    color: #ffffff;
    text-align: center;
    opacity: .5;
    background-color: #ef3e2e;
    border-radius: 50%;
    left: 95%;
}

.carousel-control-prev {
    position: absolute;
    top: 50%;
    bottom: unset;
    color: #ffffff;
    text-align: center;
    opacity: .5;
    background-color: #ef3e2e;
    border-radius: 50%;
    left: 2%;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #e5c110;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}



@media screen and (max-width: 640px) {
    #carouselExampleIndicators img {
    height: auto;
}

    .call-icon {
        display: inline-block !important;
    }

    .navbar-expand-lg .navbar-nav {
        gap: 4px !important;
    }

    #primary-nav .navbar-nav .nav-link {
        display: block;
        padding-bottom: 12px;
    }

    div#navbarResponsive {
        margin-top: 18px;
        background: #303030;
    }

    .contact-info {
        margin-bottom: 10px;
        margin-top: 20px;
    }
}

@media (min-width: 776px) {

    .static-top {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 9;
        width: 100%;
    }

    .vsv-icon {
        display: inline-block;
        width: 5vw;
        height: 5vw;
        background-color: #fff;
        -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ4NS43NCA0ODUuNzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4NS43NCA0ODUuNzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjQyLjg3MiwwQzEwOC43MzIsMCwwLjAwNCwxMDguNzM2LDAuMDA0LDI0Mi44NjRjMCwxMzQuMTQsMTA4LjcyOCwyNDIuODc2LDI0Mi44NjgsMjQyLjg3Ng0KCQkJYzEzNC4xMzYsMCwyNDIuODY0LTEwOC43MzYsMjQyLjg2NC0yNDIuODc2QzQ4NS43MzYsMTA4LjczNiwzNzcuMDA4LDAsMjQyLjg3MiwweiBNMzM4LjQxMiwyNjMuOTRsLTEzNC4zNiw5Mi43MzINCgkJCWMtMTYuNzc2LDExLjU4OC0zMC41ODQsNC4yNDgtMzAuNTg0LTE2LjMxNlYxNDUuMzhjMC0yMC41NTYsMTMuODA4LTI3LjksMzAuNTg0LTE2LjMxMmwxMzQuMzIsOTIuNzMyDQoJCQlDMzU1LjEzNiwyMzMuMzg0LDM1NS4xNzYsMjUyLjM0OCwzMzguNDEyLDI2My45NHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center;
        mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ4NS43NCA0ODUuNzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4NS43NCA0ODUuNzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjQyLjg3MiwwQzEwOC43MzIsMCwwLjAwNCwxMDguNzM2LDAuMDA0LDI0Mi44NjRjMCwxMzQuMTQsMTA4LjcyOCwyNDIuODc2LDI0Mi44NjgsMjQyLjg3Ng0KCQkJYzEzNC4xMzYsMCwyNDIuODY0LTEwOC43MzYsMjQyLjg2NC0yNDIuODc2QzQ4NS43MzYsMTA4LjczNiwzNzcuMDA4LDAsMjQyLjg3MiwweiBNMzM4LjQxMiwyNjMuOTRsLTEzNC4zNiw5Mi43MzINCgkJCWMtMTYuNzc2LDExLjU4OC0zMC41ODQsNC4yNDgtMzAuNTg0LTE2LjMxNlYxNDUuMzhjMC0yMC41NTYsMTMuODA4LTI3LjksMzAuNTg0LTE2LjMxMmwxMzQuMzIsOTIuNzMyDQoJCQlDMzU1LjEzNiwyMzMuMzg0LDM1NS4xNzYsMjUyLjM0OCwzMzguNDEyLDI2My45NHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center;
        display: block;
        margin: 0 auto;
    }

    .font-weight-bold {
        font-weight: 700 !important;
    }

    .vsv-img .h1 {
        display: block;
    }

    .vsv-icon,
    .vsv-img .h1 {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .vedio {
        width: 100%;
        height: 450px;
    }

    .m-banner {
        display: none;
    }

    .navbar-brand .logo {
        width: 157px;
    }

    .navbar-brand .logo1 {
        width: 114px;
        margin-top: 5px;
        filter: invert(1);
    }

    .navbar-brand .logo2 {
        width: 57px;
    }

    .project-titles {
        padding: 2em 0px;
    }

    section {
        padding: 3em 0px;
    }

    .cards {
        margin-bottom: 75px;
    }

    .pro-lo-inner img {
        height: 440px;
        object-fit: cover;
    }

    .pro-lo-inner {
        box-shadow: 2px 2px 11px #999;
        background-color: #fff;
        border: 2px solid #e0dede;
        border-radius: 1px;
        margin-bottom: 10px;
    }

    .proj-base .row .col-md-4 {
        border-right: 1px solid #333;
    }

    .projectodd:before {
        background: #f6eedc no-repeat center center;
        content: "";
        position: absolute;
        left: 0;
        top: -33px;
        height: 105%;
        width: 35%;
        z-index: -1;
    }

    .projecteven:before {
        background: #f6eedc no-repeat center center;
        content: "";
        position: absolute;
        right: 0;
        top: -33px;
        height: 105%;
        width: 35%;
        z-index: -1;
    }

    .projectodd .pro-lo-inner {
        margin-left: 29px;
    }

    .projecteven .pro-lo-inner {
        margin-right: 29px;
    }

    .proj-base {
        width: 40%;
        position: absolute;
        color: black;
        background-color: white;
        text-align: center;
        font-size: 16px;
        transition-delay: 5s;
        transition: all .10s ease;
    }

    .projectodd .proj-base {
        right: 2%;
        top: 70%;
        padding: 20px;
        transform: translate(-2%, -70%);
    }

    .projecteven .proj-base {
        left: 4%;
        top: 70%;
        padding: 20px;
        transform: translate(-4%, -70%);
    }

    .projectodd .pro-lo-btn-bx {
        float: inline-end;
    }

    .projecteven .pro-lo-btn-bx {
        float: inline-start;
    }

    .cards:hover .proj-base {
        top: 61%;
        transition: all .5s ease;
    }

    .proj-base .details {
        display: none;
    }

    .cards:hover .details {
        display: block;
        text-align: justify;
    }

    .pro-lo-inner figure {
        margin: 0 0 0rem;
    }

    .proj-base {
        text-align: center;

    }

    .fa-2x {
        font-size: 25px;
    }


}

@media (max-width: 775px) {


    .bg-dark {
        background-color: #000000cf !important;
        position: relative;
        width: 100%;
    }

    .vsv-icon {
        display: inline-block;
        width: 10vw;
        height: 10vw;
        background-color: #fff;
        -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ4NS43NCA0ODUuNzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4NS43NCA0ODUuNzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjQyLjg3MiwwQzEwOC43MzIsMCwwLjAwNCwxMDguNzM2LDAuMDA0LDI0Mi44NjRjMCwxMzQuMTQsMTA4LjcyOCwyNDIuODc2LDI0Mi44NjgsMjQyLjg3Ng0KCQkJYzEzNC4xMzYsMCwyNDIuODY0LTEwOC43MzYsMjQyLjg2NC0yNDIuODc2QzQ4NS43MzYsMTA4LjczNiwzNzcuMDA4LDAsMjQyLjg3MiwweiBNMzM4LjQxMiwyNjMuOTRsLTEzNC4zNiw5Mi43MzINCgkJCWMtMTYuNzc2LDExLjU4OC0zMC41ODQsNC4yNDgtMzAuNTg0LTE2LjMxNlYxNDUuMzhjMC0yMC41NTYsMTMuODA4LTI3LjksMzAuNTg0LTE2LjMxMmwxMzQuMzIsOTIuNzMyDQoJCQlDMzU1LjEzNiwyMzMuMzg0LDM1NS4xNzYsMjUyLjM0OCwzMzguNDEyLDI2My45NHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center;
        mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ4NS43NCA0ODUuNzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4NS43NCA0ODUuNzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjQyLjg3MiwwQzEwOC43MzIsMCwwLjAwNCwxMDguNzM2LDAuMDA0LDI0Mi44NjRjMCwxMzQuMTQsMTA4LjcyOCwyNDIuODc2LDI0Mi44NjgsMjQyLjg3Ng0KCQkJYzEzNC4xMzYsMCwyNDIuODY0LTEwOC43MzYsMjQyLjg2NC0yNDIuODc2QzQ4NS43MzYsMTA4LjczNiwzNzcuMDA4LDAsMjQyLjg3MiwweiBNMzM4LjQxMiwyNjMuOTRsLTEzNC4zNiw5Mi43MzINCgkJCWMtMTYuNzc2LDExLjU4OC0zMC41ODQsNC4yNDgtMzAuNTg0LTE2LjMxNlYxNDUuMzhjMC0yMC41NTYsMTMuODA4LTI3LjksMzAuNTg0LTE2LjMxMmwxMzQuMzIsOTIuNzMyDQoJCQlDMzU1LjEzNiwyMzMuMzg0LDM1NS4xNzYsMjUyLjM0OCwzMzguNDEyLDI2My45NHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center;
        display: block;
        margin: 0 auto;
    }

    .font-weight-bold {
        font-weight: 700 !important;
        display: block;
    }

    .vsv-img .h1 {
        font-size: 20px;
    }

    .vsv-icon,
    .vsv-img .h1 {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .vedio {
        width: 100%;
        height: 250px;
    }

    .d-banner {
        display: none;
    }

    .navbar-brand .logo {
        width: 120px !important;
    }

    .navbar-brand .logo1 {
        width: 90px !important;
        margin-top: 0px;
        filter: invert(1);

    }

    .navbar-brand .logo2 {
        width: 40px;
    }

    .project-titles {
        padding: 2em 0px;
    }

    .project-titles h1 {
        font-size: 30px;
    }

    section {
        padding: 1em 0px;
    }

    .cards {
        margin-bottom: 35px;
    }

    .proj-base {
        background-color: white;
        margin-top: 10px;
        border: 2px solid #e0dede;
    }

    .proj-base .row .col-md-4 {
        border-bottom: 1px solid #b8b5b5;
        padding: 5px 0px;
    }

    .proj-base .row .col-md-4:last-child {
        border: none;
    }

    .projectodd:before {
        background: #f6eedc no-repeat center center;
        content: "";
        position: absolute;
        left: 0;
        top: -12px;
        height: 38%;
        width: 31%;
        z-index: -1;
    }

    .projecteven:before {
        background: #f6eedc no-repeat center center;
        content: "";
        position: absolute;
        right: 0;
        top: -12px;
        height: 40%;
        width: 31%;
        z-index: -1;
    }

    .details {
        text-align: justify;
    }

    .projectodd .pro-lo-inner {
        margin-left: -3px;
    }

    .projecteven .pro-lo-inner {
        margin-right: -3px;
    }

    .proj-base {
        width: 40%;
        position: absolute;
        color: black;
        text-align: center;
        font-size: 16px;
        transition-delay: 5s;
        transition: all .3s ease;
    }

    .pro-lo-inner img {
        width: 100%;
        height: 210px !important;
        border-radius: 1px;
        object-fit: cover;
    }

    .projectodd .proj-base {
        padding: 20px;
        position: relative;
        width: 100%;
    }

    .projecteven .proj-base {
        padding: 20px;
        position: relative;
        width: 100%;
    }

    .projecteven h2,
    .projectodd h2 {
        font-size: 21px;
    }

    .projectodd .pro-lo-btn-bx,
    .projecteven .pro-lo-btn-bx {
        float: none;
    }

    .cards:hover .proj-base {
        top: 61%;
        transition: all .3s ease;
    }

    .pro-lo-inner figure {
        margin: 0 0 0rem;
    }

    .proj-base {
        text-align: center;

    }

    .navbar-nav {

        /* background: #ffffff6e; */

    }

    .navbar-nav li {
        border-bottom: 1px solid white;
        background: #303030;
    }

    .call-icon {
        background-color: #ef3e2e !important;
        color: white !important;
        border-radius: 10px;
        margin: 10px 25px;
        padding: 6px 10px !important;
    }

    .fa-2x {
        font-size: 15px !important;
    }

    .icon-sm i {
        font-size: 25px !important;
    }

    .contact-info {
           display: flex
;
        width: 100% !important;
        align-items: center;
        justify-content: center;

    }
}

@media screen and (min-width: 900px) {

    .project-banner1 {
        margin-bottom: 30px;
    }

    .pro-lo-inner span {
        display: inline-block;
        width: 30%;
    }

    .pro-lo-inner .specification span {
        display: table-cell !important;
    }

    p.prop-name {
        position: absolute;
        top: 117px;
        width: 275px;
        font-weight: 700;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        left: -121px;
        text-align: center;
        color: black;
        background-color: #ffffffcd;
        padding: 5px 16px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    }

    .pro-lo-inner p {
        color: #000;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .pro-lo-inner .col-md-4 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .carousel-control-next {
        width: 61px;
        height: 61px;
        left: 95%;
    }

    .carousel-control-prev {

        height: 61px;
        width: 61px;
        left: 2%;
    }

    .box-container {
        width: 25%;
    }
}


body::-webkit-scrollbar {
    width: 3px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #2f2f2f;
    outline: 1px solid #5483c0;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}


.bgpadd {
    padding: 2em 2em;
    background: #edeef2;
}

.fa-calendar-alt {
    color: #e5c110;
}

.regoffice {
    margin: 2em 0;
}

.regoffice p {
    margin: 6px 0;
}

/*Banner section*/
.project-banner1 {
    padding: 0;
    /*height: 79vh;*/
    position: relative;
}

.project-banner1 img {
    width: 100%;
    height: 100%;
}

.project-det1 {
    position: absolute;
    bottom: 5%;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center;
}

.project-det1 .form-control {
    display: block;
    width: 100%;
    padding: 8px;
    font-size: 1rem;
    line-height: 1.5;
    color: #ef3e2e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e5c110;
    border-radius: 0;
    height: unset;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.project-det1 select.form-control:not([size]):not([multiple]) {
    height: unset;
}

.project-det1 select {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.project-det1 .form-control:focus {
    box-shadow: unset;
}

select.round {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
}

select.round:focus {
    background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), radial-gradient(gray 70%, transparent 72%);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - .5em) .5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
    border-color: #ef3e2e;
    outline: 0;
}

.btn-pro-in {
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 0px;
    background-color: #ef3e2e;
    color: white !important;
    font-size: 14px;
    display: inline-block !important;
}

.btn-pro-in:hover {
    border-radius: 0px !important;
}

.pro-lo-inner:hover {
    border-radius: 15px;
    transition: 0.5s ease-in;
}

.pro-lo-inner:hover .btn-pro-in,
.pro-lo-inner:hover figure {
    border-radius: 5px;
    transition: 0.5s ease-in;
}


/* ------------- buttons ----------------- */

.m-btn {
    font-size: 12px;
    color: #000;
    padding: 3px 15px;
    cursor: pointer;
}

.m-btn.active {
    border-radius: 50px;
    border: 1px solid grey;
    padding: 6px 24px;
    color: #ef3e2e;
    font-weight: 700;
    background-color: #ccc;
}


/* ----------------- video page ----------------- */
.video-b {
    text-align: center;
}

.video-b h5 {
    text-transform: uppercase;
    padding: 10px 0 20px 0;
    font-size: 16px;
}

.video-b h6 {
    margin: 0.5em 0 3em 0;
}



/* Media Queries for Responsive */
@media (max-width: 1024px) {}

.widdm {
    width: 40%;
}

@media (max-width: 768px) {

    .pro-lo-inner:hover .btn-pro-in,
    .pro-lo-inner:hover figure {
        border-radius: 5px;
        transition: 0.5s ease-in;
    }

    .pro-lo-btn-bx {
        padding: 0px !important;
        display: flex;
        margin: 0px auto;
    }

    .btn-pro-in {
        padding: 8px !important;
        font-size: 12px !important;
    }

    .prop-img-div {
        position: relative;
        overflow: hidden;
        transition: ease all 1s;
    }

    p.prop-name {
        position: absolute;
        top: 112px;
        height: 28px;
        width: 250px;
        font-weight: 700;
        border-top-right-radius: 10px;
        left: -110px;
        text-align: center;
        color: black;
        background-color: #ffffffcd;
        padding: 5px 16px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    }

    .carousel-control-next {
        width: 21px;
        height: 21px;
        left: 92% !important;
        top: 45% !important;
        background-color: #ef3e2e;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: inline-block;
        width: 10px;
        height: 10px;
    }

    .carousel-indicators {
        display: none;
    }

    .carousel-control-prev {

        width: 21px;
        height: 21px;
        left: 3% !important;
        top: 45% !important;
        background-color: #ef3e2e;
    }

    .bdisplay {
        display: block !important;
    }

    .topmarnew {
        margin: 0px 6px 0px 0px !important;
        font-size: 10px !important;
    }

    .marg10 {
        margin-top: 10px !important;
    }

    .widdm {
        width: 80% !important;
    }

    .project-banner1 img,
    .project-banner1 {
        height: auto;
    }

    .btn-pro-in {
        width: 100%;
        display: inline-block !important;
    }

    .btn-pro-in:hover {
        border-radius: 0px;
    }


    .mobile-hider {
        display: none;
    }

    .farrok-div {
        width: 100%;
        margin-top: 2em;
    }


    #myVideo {
        height: 100vh;
    }

    .news-area,
    .services-area {
        padding: 2em;
    }

    .contact-div2 {
        padding: 2em 1em 0 1em;
    }

    .contact-div {
        padding: 1em;
    }

    .color-bx {
        margin: 1em 0;
    }

    .footer-area p {
        padding: 4px 0;
    }

    .disclaimer-p {
        text-align: left;
    }

    .flex-parent {
        display: flex;
        flex-wrap: wrap;
    }

    .flex-child {
        width: 50%;
        margin-bottom: 2em;
    }

    .flex-padd {
        padding-left: 0;
    }

    .subfooter-area {
        padding: 3em 0 50px 0;
        text-align: justify;
    }

    .newsletter-area h5,
    .newsletter-area p {
        padding: 20px 0;
    }

    .subfooter-area i {
        font-size: 14px;
    }

    .client-area {
        padding: 3em 0;
    }

    .client-area iframe {
        position: initial;
    }

    .about-area img {
        position: initial;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .pro-lo-inner span {
        display: contents;
        width: 30%
    }

    .pro-lo-inner .bdisplay {
        display: block;
        width: 70%
    }
}

@media (max-width: 480px) {

    p {
        font-size: 12px !important;
    }

    /* 
    #primary-nav {
        padding: 2px 0 3px 15px !important;
    } */

    #primary-nav .navbar-brand {
        padding-top: unset;
        padding-bottom: .4335rem;
    }

    #top-nav .ml-auto {
        margin: 0 auto !important;
    }

    #top-nav .navbar-nav {
        flex-direction: row !important;
    }

    #primary-nav .navbar-nav .nav-link {
        font-size: 12px;
        padding: 6px 30px;
        font-weight: 600;
        letter-spacing: 1px;

    }

    .dropdown-slide>.dropdown-menu {
        display: none;
    }

    .dropdown:hover .dropdown-menu {
        display: block !important;
        transition: 0.3s ease-in;
    }




    .enquire-now {
        position: fixed;
        top: unset;
        bottom: 0;
        right: 0px;
        z-index: 99999;
        width: 100%;
        transform: unset;
        border-radius: 0;
        height: 40px;
        text-align: center;
        padding: 10px;
        background-color: #ef3e2e;
        border: 1px solid #e5c110;
    }

    .enquire-now img {
        display: none;
    }

    .enquire-now span {
        display: block;
        font-size: 11px;
        color: #fff !important;
        text-align: center;

        visibility: visible;
        opacity: 1;
        padding: unset;
        margin: unset;
        text-orientation: unset;
        writing-mode: unset;
    }

    .enquire i {
        padding: 5px;
        color: #fff;
        font-size: 20px;
    }

    .btn-call-mob {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 50%;
        padding: 10px;
        background-color: #ef3e2e;
        color: #fff !important;
        border: 1px solid #e5c110;
        border-radius: 0;
        height: 40px;
        text-align: center;
        font-size: 12px;
        z-index: 9999;
    }

    .footer-area {
        padding-bottom: 50px;
    }

    .footer-area .row {
        margin-left: 0;
        margin-right: 0;
    }

    .flex-padd:nth-child(2n+0) {
        padding-left: 25px;
    }

    .flex-child a>i {
        font-size: 15px;
        padding-right: 8px;
    }

    .subfooter-area a {
        color: #fff;
        font-size: 12px;
        transition: 0.3s ease-in;
    }

    /* --------------- contact page --------------------- */

    .contact-sector {
        padding: 2em 0 0 0;
    }

    .contact-div {
        padding: 1em 0;
    }

    .address-div:nth-last-child(3) {
        padding: 1em 0em 0em 0em;
    }

    .address-div:nth-last-child(2) {
        padding: 0em 0em 0em 0em;
    }


    /*projects page*/

    .proj-base .row .col-md-4 {
        border-right: none;
    }

    .quality-life img {
        width: 100%;
    }

    #banner-form {
        display: none !important;
    }


}

@media (max-width: 360px) {}

/* Media Queries for Responsive */
.iti {
    position: relative;
    display: block;
}

.iti__flag {
    background-image: url("../img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../img/flags%402x.png");
    }
}

.am-box-margin {
    margin-bottom: 10px;
}

.hheading h1 {
    font-size: 20px;
}

#report .imageCard img {
    width: 100%;
}


/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: unset;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 14px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.marg10 {
    margin-bottom: 35px;
    margin-top: 0px;
}

.homeplist h3 {
    margin-top: 20px;
    color: #ef3e2e;
    text-align: center;
}

.bdisplay {
    display: inline-block;
}

.high {
    color: #ef3e2e !important;

}

/* -------------Contact------------------ */
.contact {
    margin: 0px 0;
    background: url(../img/maxima.jpg) fixed;
    background-size: cover;
}

.contact .cont-box {
    padding: 50px 0;

}

.enquery-form h2 {
    color: white !important;
}

.contact-info {
    background: #000000a6;
    background-size: cover;
    padding: 20px;
    margin-bottom: 10px;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.contact .enquery-form {
    color: #333;
    height: 100%;
    padding: 30px;
    background: #000000a6;
    background-size: cover;
    background-repeat: repeat;
}

.contact-info h4 {
    font-size: 18px;
}

.contact-info p {
    margin: 5px 0 !important;
    line-height: 30px !important;
    font-size: 13px;
    letter-spacing: 1px;
}

.icon-sm {
    text-align: center;
    margin-bottom: 10px;
    color: #ef3e2e;
}

.prop-img-div {
    position: relative;
    overflow: hidden;
    transition: ease all 1s;
}

.dis p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 10px;
    margin-bottom: 10px;
    margin-bottom: 5px;
    text-align: center;
}

/* ---------------Cards---------------- */
.relative {
    position: relative;
}

.proj-base .row .col-md-4 p {
    margin-bottom: 0;
}

.proj-base .row .col-md-4:last-child {
    border-right: none;
}

.proj-base span {
    font-weight: bold;
    display: contents !important;
}

.pro-locations .container {

    margin-bottom: 1em;
}

.pro-lo-inner {
    border-radius: 1px;
    margin-bottom: 10px;
}

.pro-lo-inner img {
    width: 100%;
    background-size: cover;
    background-position: top;
    background-color: #fff;
    object-fit: cover;
}

.pro-lo-inner h4>a,
.pro-lo-inner h2>a {
    color: #000;
}

.pro-lo-inner span {
    color: #ef3e2e;
    padding-right: 5px;
    display: block;
    font-weight: bold;
}

.onw {
    color: #000 !important;
    font-size: 13px;
    font-weight: 100 !important;
}

.pro-lo-inner p {
    color: #000;
    margin-bottom: 10px;

}

.builder-section {
    background-color: #2f2f2f;
    color: white;
}

.Walkthrough-section {
    background-color: #e2e2e2;
    color: black;
}

.builder-section p {
    color: white;
    font-size: 16px !important;
    text-align: justify;
}

/* --------------Modal Forms--------------------- */
.modal-content {
    background-color: #ffffff;
    border: 2px solid red;
}

.modal-content img {
    margin-bottom: 20px;
}

.form-control {
    color: #e9e9e9;
    background: none;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0px;
}

.modal-content .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #8d8b8b;
    background: none;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0px;
}

.modal-title {
    color: black;
    font-weight: bold;
}

.vsv-img {
    width: 100%;
    max-height: 75vw;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.vsv-text-bk {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vsv-text-bg {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    font-size: 1.8vw;
    padding: 2vw 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.at-property-img {
    position: relative;
    overflow: hidden;
}

.vsv-img:hover .vsv-text-bg {
    font-size: 1.3vw;
}

.vsv-img:hover .vsv-icon {
    width: 7vw;
    height: 7vw;
    animation-fill-mode: forwards;
    -webkit-animation: vsvicon 0.3s linear;
    -moz-animation: vsvicon 0.3s linear;
    -ms-animation: vsvicon 0.3s linear;
    -o-animation: vsvicon 0.3s linear;
    animation: vsvicon 0.3s linear;
}

.vsv-img:hover .h1 {
    font-size: 2vw;
}

.navbar-expand-lg .navbar-nav {
    gap: 20px;
}


    .thankkyou {
        height: calc(100vh - 96px);
        display: flex;
    }
    
    .thankkyou lord-icon {
        margin-top: 50px;
    }
    
    .thankkyou h1 {
        font-size: 72px;
        line-height: 87px;
        margin-bottom: 24px;
    }
    
    .thankkyou p {
        font-size: 24px;
        line-height: 35px;
        font-weight: 400;
    }
    
    .thankkyou a {
        font-size: 16px;
        padding: 13px 20px;
        background: #ef3e2e;
        /*box-shadow: 1px 1px 5px #000, 1px 1px 5px #000;*/
        color: #fff;
        border-radius: 6px;
        transition: all 0.5s;
    }
    
    .thankkyou a:hover {
        background-color: #ef3e2e;
        color: #fff;
    }
    .flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}