@font-face {
    font-family: 'Madariaga';
    src: url('fonts/Madariaga.eot');
    src: url('fonts/Madariaga.eot?#iefix') format('embedded-opentype'),
        url('fonts/Madariaga.woff2') format('woff2'),
        url('fonts/Madariaga.woff') format('woff'),
        url('fonts/Madariaga.ttf') format('truetype'),
        url('fonts/Madariaga.svg#Madariaga') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

body {
    padding: 0px !important;
}

body.modal-open {
    overflow: inherit;
    padding-right: 0 !important;
}

.madariaga {
    font-family: "Times New Roman", Times, serif;
}

.r-size {
    max-width: 90%;
}

.change-area {
    /* padding: 0px 28px 0px; */
}

.header-area-bg {
    background-color: #fbfbfb;
}

.nav-menu ul li a {
    font-size: 15px;
}

/****** banner ****/

.owl-carousel .owl-item img {
    height: 100vh;
}

.slide-content {
    margin-left: 0px;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0px;
    position: absolute;
    z-index: 7;
    top: 25%;
    left: 10%;
}

.hero-section,
.hero-slider .hero-slide-item {
    z-index: 22;
}

/********* project-overview ********/

#project-overview h1 {
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}

#project-overview ul {
    padding: 0px;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#project-overview ul li {
    list-style: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px;
    border-right: 2px solid #000;
}

#project-overview ul li:nth-child(3) {
    border: none;
}

#project-overview ul li h3 {
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 30px;
    padding: 10px 0px;
}

#project-overview ul li h3 small {
    font-size: 20px;
}

/******** Gallery *********/

/*
.item{
  opacity:0.4;
  -webkit-transition:.4s ease all;
  transition:.4s ease all;
  margin:0 20px;
  -webkit-transform:scale(.8);
  transform:scale(.8);
}
@media(max-width:1000px){
  .item{margin:0; -webkit-transform:scale(.9); transform:scale(.9)}
}
.active .item{
  opacity:1;
  -webkit-transform:scale(1);
  transform:scale(1);
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.inner{position:absolute; bottom:30px; left:0; right:0; text-align:center;}
.inner a{color:#fff; text-decoration:none; border-bottom:2px solid rgba(255,255,255,0.5); -webkit-transition:.3s ease border-color; transition:.3s ease border-color}
.inner a:hover{border-color:#fff;}
.black .inner a{color:#000; border-color:rgba(0,0,0,0.4)}
.black .inner a:hover{border-color:#000;}

.owl-carousel:after{content:""; display:block; position:absolute; width:8%; top:0; bottom:0; left:50%; margin-left:-4%; pointer-events: none; background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/43033/aett_logo_slider.png) no-repeat center 50%; background-size:100% auto;
}

.owl-controls{position:absolute; margin-top:300px;}

.owl-carousel .owl-item img.gal-img {
    height: 100%;
}
*/

.demo-gallery-poster {
    position: relative;
}

.demo-gallery ul li {
    margin-bottom: 15px;
}

.demo-gallery ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    float: none;
}

.demo-gallery ul li a img {
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.demo-gallery ul li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery ul li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery ul li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery ul li a .demo-gallery-poster p {
    color: #fff;
    left: 50%;
    position: absolute;
    opacity: 0;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.demo-gallery ul li a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.demo-gallery ul li a:hover .demo-gallery-poster img,
.demo-gallery ul li a:hover .demo-gallery-poster p {
    opacity: 1;
}

.projects-filter-nav li.btn-active {
    background-color: transparent;
}

.projects-filter-nav li {
    font-size: 16px;
    margin-left: 0px;
}

.nav-tabs {
    border: 0px;
}

.nav-item a {
    color: #000;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 52, 52, 1)), to(rgba(201, 34, 123, 1)));
    background: linear-gradient(to bottom, rgba(237, 52, 52, 1) 0%, rgba(201, 34, 123, 1) 100%);*/
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(227, 85, 85)), to(rgb(217, 32, 39)));
    background: linear-gradient(to bottom, rgb(227, 85, 85) 0%, rgb(217, 32, 39) 100%);
    color: #fff;
    border: 0px;
}

/******** custom-footer ******/

.custom-footer {
   
    width: 100%;
    position: static;
    bottom: 0;
    z-index: 999;
}

.custom-footer p {
    color: #fff;
    margin-bottom: 0px;
}

.custom-footer p.right {
    text-align: right;
}

.custom-footer p.right a {
    color: #ccc;
}



.disclaimer {
    border-top: 1px solid #bdbdbd;
    padding: 50px 0px;
}

.disclaimer h3 {
    text-align: left;
}

.disclaimer a {
    color: #333;
}

.disclaimer a:hover {
    text-decoration: underline;
}

.milestone h2 {
    font-size: 48px;
    margin-right: 10px;
}

/******* sticky-footer ********/

.sticky-footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    /*
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    align-items: center;
*/
}

/****** contact us *****/

.contact-form input {
    margin-bottom: 20px;
}

.address {
    margin-bottom: 20px;
}

.address h3 {
    margin-bottom: 10px;
}

.contact-form input,
.contact-form textarea {
    border: 1px solid #bdbdbd;
}

.pad-left {
    padding-left: 0px;
}

.address i.fa {
    margin-right: 8px;
    color: #d92027;
}

.address a {
    color: #000;
    font-size: 16px;
}

.contact-form textarea {
    height: auto;
    resize: none;
}

/* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    /*
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
*/
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0px;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 52, 52, 1)), to(rgba(201, 34, 123, 1)));
  background: linear-gradient(to bottom, rgba(237, 52, 52, 1) 0%, rgba(201, 34, 123, 1) 100%);*/
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(227, 85, 85)), to(rgb(217, 32, 39)));
    background: linear-gradient(to bottom, rgb(227, 85, 85) 0%, rgb(217, 32, 39) 100%);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: #fff;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/****** Enquire-modal *****/

.inq-form input {
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #fff;
    color: black;
}

.modal-title {
    width: 100%;
}

.modal-header {
    /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 52, 52, 1)), to(rgba(201, 34, 123, 1)));
    background: linear-gradient(to bottom, rgba(237, 52, 52, 1) 0%, rgba(201, 34, 123, 1) 100%);*/
    /*
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(227, 85, 85)), to(rgb(217, 32, 39)));
    background: linear-gradient(to bottom, rgb(227, 85, 85) 0%, rgb(217, 32, 39) 100%);
*/
    color: #fff;
}

.modal-title {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.modal-dialog {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.modal-body {
    padding: 40px 15px;
}

.modal-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-dialog {
    max-width: 400px;
}

.modal-content {
    border-radius: 8px;
    background: linear-gradient(45deg, rgba(44 28 61), rgba(192,98,77));
}

#enq_form .form-control {
    color: #fff;
}

.modal-footer {
    background-color: transparent;
}

.close {
    opacity: 1;
    color: #000;
    text-shadow: none;
}

.btn-custom {
    background: linear-gradient(45deg, rgba(44 28 61),rgba(192,98,77));
    color: #fff;
    border-radius: 0px;
    padding: 4px 31px;
    margin-top: 15px;
}

.inq-form .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 3px;
}

.form-control:focus {
    background-color: transparent;
}

/****** Back To Top Button ******/

#button {
    display: inline-block;
    background-color: #964B24;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    bottom: 60px;
    right: 20px;
    -webkit-transition: background-color .3s,
        opacity .5s, visibility .5s;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: ;
}

#button:active {
    background-color: #000;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


#headerPopup{
    width:100%;
    margin:0 auto;
  }
  
  #headerPopup iframe{
    width:100%;
    margin:0 auto;
  }



/******** know more btn *****/

.know-more-btn a {
    text-transform: uppercase;
    padding: 10px 18px;
    font-size: 20px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none !important;
    background-color: #000;
    border-color: #000;
    color: #fff;
    z-index: 99999;
}

.know-more-btn a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000
}


/***** diclaimer pop up ***/

.disc-dialog {
    max-width: 500px !important;
}

.disc-body {
    max-height: 500px;
    overflow-y: scroll;
    padding: 10px 30px;
}

.disc-body p {
    color: #000;
    text-align: justify;
}

.custom-footer a {
    color: #d92027;
}

.custom-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
}

/**** sidebar contact btn ******/

.sidebar-contact {
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: -350px;
    width: 350px;
    height: auto;
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 999;
}

.sidebar-contact.active {
    right: 0px;
}

.sidebar-contact input,
.sidebar-contact textarea {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, .5);
    outline: none;
    color: #000;
}

.sidebar-contact textarea {
    height: 60px;
    resize: none;
}

.sidebar-contact input[type="submit"] {
    background: #d92027;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
    margin-top: 15px;
}

/**** getotp ***/

#side_form button.otp_get_btn,
#side_form button.otp_ver_btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: linear-gradient(45deg, rgba(44 28 61),rgba(192,98,77));
    color: #fff;
    width: 100%;
    -webkit-appearance: listitem;
    margin-top: 10px;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}

#footer_form button.otp_get_btn,
#footer_form button.otp_ver_btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: linear-gradient(45deg, rgba(44 28 61),rgba(192,98,77));
    color: #fff;
    width: 100%;
    -webkit-appearance: listitem;
    margin-top: 0px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}


/*input#otp {
    margin-bottom: 0px;
    margin-top: 10px;
}*/

.sidebar-contact h2 {
    margin: 0 0 20px;
    padding: 0;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 0.5px;
}

.toggle {
    position: absolute;
    top: 80px;
    left: -92px;
    width: auto;
    height: auto;
    line-height: 0px;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(45deg, rgba(44 28 61),rgba(192,98,77));
    /*! -webkit-transform: rotate(90deg); */
    transform: rotate(90deg);
    padding: 16px;
}

.toggle:hover {
    cursor: pointer;
}

.toggle::before {
    content: '\f00d';
    content: ' ENQUIRE NOW';
    font-family: fontAwesome;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.toggle.active::before {
    content: "\f003";
    content: ' ENQUIRE NOW!';
    font-weight: bold;
}

.slide-num-holder,
.owl-controls {
    display: none;
}


/******location-salience *******/


.location-heading {
    text-align: center;
}


.siteaddress {
    text-align: center;
}


.location-heading h3 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 0px;
}

.location-saile {
    background-color: #BAA052;
    background: linear-gradient(45deg, rgba(44 28 61), rgba(192,98,77));
}

.l-wrap {
    /* max-width: 1534px; */
    /* width: 100%; */
    /* margin: 0 auto; */
}

.location-count ul {
    margin: 0;
    padding: 79px 0px 0;
    text-align: center;
}

.location-count ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0px;
    padding: 0 12px 0 12px;
    border-right: 1px solid #abadbf;
    vertical-align: top;
}

.location-count ul li strong {
    color: #fff;
    float: left;
    font-size: 53.11px;
    font-weight: 900;
    line-height: 40px;
    margin-bottom: 15px;
}

.location-count ul li label {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    float: left;
    margin: 15px 0 0 -5px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 13px;
}

.location-count ul li span {
    display: block;
    line-height: 13px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-align: left;
    line-height: 20px;
}



/***** footer form *****/

.enqu-form {
    padding: 5px 5px;
    /*    margin: 0px 12px;*/
}

.footer-form {
    padding: 10px 0px 10px;
}

.footer-form h2 {
    color: #fff;
    font-size: 30px;
}

.footer-form .btn-primary {
    margin-left: 10px;
    background-color: #d92027;
    border-color: #e72e7a;
}

.btm-frm-wrapper {
    position: fixed;
    bottom: 0px;
    padding: 0px;
    width: 100%;
    background: linear-gradient(45deg, rgba(44 28 61), rgba(192,98,77));
    z-index: 20;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.form-inline .form-control {
    width: 100%;
}

.btm {
    bottom: 30px;
}

/*
#phone {
    margin-bottom: 10px !important;
}
*/

.intl-tel-input {
    width: 100%;
    width: 100%;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
    width: 100%;
}

.intl-tel-input .country-list {
    max-height: 200px;
    max-width: 235px;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: baseline;
    padding-left: 28px;
    padding: 5px 0px 0px 25px;
    color: #666262;
}

.form-wrapper .intl-tel-input.separate-dial-code .selected-dial-code {
    padding: 5px 0px 0px 16px;
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 10px;
    bottom: 0;
    margin: 0px;
}

.form-control {
    /*! border: 1px solid #fff; */
    background-color: transparent;
    border-radius: 0px;
    color: #fff !important;
}

#inq-form .form-control {
    border: 1px solid #000;
}

/******* Configration *******/

#config {
    background: linear-gradient(45deg, rgba(44 28 61), rgba(192,98,77));
}

#config .section-title h2 {
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    text-transform: uppercase;
}

.config-btn {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 52, 52, 1)), to(rgba(192,98,77)));
    background: linear-gradient(to bottom, rgba(237, 52, 52, 1) 0%, rgba(201, 34, 123, 1) 100%);
    background: linear-gradient(45deg, rgba(44 28 61),rgba(192,98,77));
    padding: 7px;
}

.config-btn:hover {
    color: #fff;
}

.table-bordered td,
.table-bordered th {
    color: #fff;
}

.z-index {
    z-index: -2;
}


element.style {}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #964B24;
    padding: 5px 8px;
    border-radius: 50%;
    color: #fff;
}

.close:focus,
.close:hover {
    background-color: #fff;
    color: #000;
}

.footer-form h2 {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
}


/********* Thank You Page CSS ******/

.thanku_logo {
    margin-top: 0px;
}

.thanku_logo img {
    /*
    -webkit-filter: brightness(130%) invert(1);
    filter: brightness(130%) invert(1);
*/
}

.thankyou_text {
    margin-top: 20px;
    color: #000;
}

.go_back_link {
    display: inline-block;
    background: #D92027;
    padding: 10px 50px;
    border-radius: 50px;
    color: #fff;
    margin: 30px 0px 10px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.tc {
    color: #000;
    text-align: center;
}

.go_back_link:hover {
    color: #fff;
}

.form-wrapper {
    max-width: 400px;
    margin: 0 auto;
}

.refer_txt {
    font-size: 20px;
}

.form-wrapper input {
    color: #fff;
    border: 1px solid #000;
}

.form-wrapper input::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
}

.form-wrapper input:-ms-input-placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
}

.form-wrapper input::placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
}

.thankyou-banner img.bnnr {
    height: 100vh;
    position: relative;
}


section.thnk-you-container {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.thn-you-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
    .thanku_logo {
        margin-top: 0px;
    }

    .go_back_link {
        padding: 10px 26px;
        margin: 20px 0px;
        font-size: 14px;
    }

    .thankyou_text {
        font-size: 20px;
        margin-bottom: 10px;
    }
}