@import url(fonts/khand-cufonfonts-webfont/font.css);
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Khand';
}

body {
    font-family: 'Khand', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75em;
    color: #999;
    overflow-x: hidden !important;
    background: #272727;
}

#loadingDiv {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: #272727;
    z-index: 99;
}

.loader {
    max-width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader img {
    max-width: 150px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Khand', sans-serif;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #fff;
}

input,
input:focus {
    border: none;
    outline: 0;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    width: 100%;
}

p {
    font-family: 'Khand', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75em;
    color: #999;
    margin-bottom: 20px;
    letter-spacing: 0.25px;
}

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.sec {
    padding: 120px 0;
}

.heading-style {
    font-size: 70px;
    font-weight: 400;
    color: #333;
    font-family: 'Teko';
    line-height: 1;
}

.heading-style::after {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #dc8d03;
    margin-left: 4px;
}

.prm-btn {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    background: #c5a47e;
    padding: 10px 25px;
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 400;
    display: inline-block;
    transition: all linear .2s;
    position: relative;
}

.prm-btn::before {
    transition: all linear .2s;
    content: "";
    width: 0px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.prm-btn:hover::before {
    content: "";
    width: 20px;
    height: 2px;
    color: #fff;
    display: inline-block;
}

.prm-btn:hover {
    color: #fff;
    padding-left: 50px;
}


/* Navbar */

.logo {
    padding: 0;
    width: 150px;
    height: 45px;
    text-align: center;
}

nav a.logo {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}

.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: linear all .2s;
}

.navbar.dark {
    background-color: #272727;
    position: fixed;
    top: -85px;
    transition: linear all .2s;
    animation: pull-down forwards linear .2s;
}

@keyframes pull-down {
    0% {
        top: -85px;
    }
    100% {
        top: 0;
    }
}

.nav-link i {
    font-size: 14px;
}

.logo-wrapper {
    float: left;
    position: relative;
    padding: 27px 45px;
    padding-left: 45px;
    background: #272727;
}

.navbar .navbar-nav .active {
    color: #c5a47e !important;
}

.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Khand', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    margin: 5px 5px;
    -webkit-transition: all .4s;
    cursor: pointer;
    transition: all .4s;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
}

.dropdown-menu.last {
    left: -55%;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.dropdown-menu,
.sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 180px;
    padding: 15px 10px;
    border-radius: 0;
    border: 0;
    background-color: #323232;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.dropdown-menu .dropdown-item,
.sub-menu .dropdown-item {
    padding: 5px 15px;
    font-family: 'Khand', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
    background-color: #323232;
}

.dropdown-menu .dropdown-item a,
.sub-menu .dropdown-item a {
    display: block;
    transition: all .4s;
}

.dropdown-item a:hover {
    transition: all .4s;
    transform: translateX(10px);
    color: #dc8d03;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.navbar-expand-lg .navbar-toggler,
.navbar-expand-lg .navbar-toggler {
    color: #fff;
    outline: 0;
    border: none;
    box-shadow: none;
}

header {
    min-height: 100vh;
    overflow: hidden;
}

.slider .owl-item,
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}

.slider .item,
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slider .item .txt-for,
.slider-fade .item .txt-for {
    z-index: 9;
}

.hero-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.header .txt-for h6 {
    font-family: 'Khand', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #c5a47e;
    text-align: left;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
    align-items: center;
    display: inline-flex;
}

.header .txt-for h6::before {
    position: relative;
    top: 0px;
    content: '';
    background-color: #c5a47e;
    width: 30px;
    height: 1px;
    margin-right: 15px;
}

.header .txt-for h1 {
    position: relative;
    font-family: 'Khand', sans-serif;
    font-size: 95px;
    font-weight: 500;
    line-height: 1.1em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}

.header .txt-for p {
    font-size: 17px;
    margin-bottom: 0;
    color: #fff;
    margin-right: 15px;
}

.btn:hover:before {
    width: 30px;
}

.btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    height: 1px;
    width: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.trsp-btn:before,
.flat-btn:before {
    background: #fff;
}

.bg-image::before {
    opacity: 0.4;
    background: #000;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
    margin-bottom: 30px;
}

.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 20%;
    right: 12%;
    text-align: right;
}

.owl-theme .owl-dots .owl-dot {
    position: relative;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 4px;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
    text-align: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.owl-theme .owl-dots .owl-dot.active {
    border: 1px solid #c5a47e;
}

.owl-theme .owl-dots .owl-dot.active {
    border-color: #c5a47e;
}

.owl-theme .owl-dots .owl-dot span {
    width: 4px;
    height: 4px;
    margin: 0;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #c5a47e;
}


/* Services Section */

.service-sec {
    position: relative;
}

.services-holder.box-up {
    z-index: 28;
    position: relative;
    padding: 0;
    margin-top: -159px;
}

.serv-card.brd-btm {
    border-bottom: 1px solid #323233;
}

.serv-card.brd-rght {
    border-right: 1px solid #323233;
}

.serv-card {
    text-align: center;
    border: none;
}

.serv-card a {
    display: block;
}

.serv-card .serv-card-text {
    text-decoration: none;
    padding: 25px;
    background-color: #272727;
}

.serv-card-icon {
    height: 68px;
    width: 68px;
    margin-bottom: 0;
}

.serv-card-text h5 {
    font-family: 'Khand', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #999;
}

.no-line {
    margin: 0 auto 0px;
    border: none;
}

hr {
    margin-top: 5px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #444;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.services-holder.box-up .row {
    margin-right: 0;
    margin-left: 0;
}


/* about-sec Section */

.sec-head {
    font-size: 60px;
    font-weight: 500;
    line-height: 1em;
    font-family: 'Khand', sans-serif;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.about-sec .abt-img .img img {
    position: relative;
    z-index: 2;
}

.about-sec .abt-img .img {
    position: relative;
}


/* Projects Section */

.porfolio-sec-wrap {
    padding-bottom: 90px;
    padding-right: 0;
    padding-left: 90px;
    position: relative;
}

.porfolio-sec-content {
    position: absolute;
    left: 50px;
    bottom: 89px;
    background-color: #272727;
    padding: 20px 20px 20px 0;
    margin-right: 20px;
}

.porfolio-sec-wrap p {
    color: #c5a47e;
    font-size: 17px;
    margin-bottom: 5px;
    align-items: center;
    display: inline-flex;
}

.porfolio-sec-wrap h3 {
    font-family: 'Khand', sans-serif;
    font-size: 24px;
    line-height: 1.25em;
    color: #fff;
    margin-bottom: 0px;
}

.porfolio-sec-items .col-md-6:nth-child(2) {
    margin-top: 75px;
}

.porfolio-sec-items .col-md-6:nth-child(1) {
    position: absolute;
    left: 0px;
    top: 0px;
}

.porfolio-sec-items .col-md-6:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
}

.porfolio-sec-items .col-md-6:nth-child(3) {
    position: absolute;
    right: 0;
    top: 560px;
}

.porfolio-sec-items .col-md-6:nth-child(4) {
    position: absolute;
    left: 0px;
    top: 735px;
}

.porfolio-sec-items .col-md-6:nth-child(5) {
    position: absolute;
    right: 0;
    top: 1036px;
}

.porfolio-sec-items .col-md-6:nth-child(6) {
    position: absolute;
    left: 0px;
    top: 1225px;
}

.porfolio-sec-items {
    margin-top: 50px;
    position: relative;
    height: 1800px;
}


/* Second Slider */

section.second-slider {
    height: 85vh;
}

section.second-slider .owl-item {
    height: 85vh;
    position: relative;
}


/* Latest News Section */

.blog .item .cont {
    position: relative;
    padding: 20px;
    width: 97%;
    margin-left: 0%;
    margin-top: 0px;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin-top: -60px;
    background-color: #272727;
    margin-left: 20px;
    margin-bottom: 20px;
}

.blog .item h4 {
    color: #fff;
    font-size: 24px;
    font-family: 'Khand', sans-serif;
    line-height: 1.4em;
    font-weight: 400;
    margin-bottom: 10px;
}

.blog .item .info {
    margin-bottom: 0px;
    position: relative;
}

.blog .item .info a {
    color: #999;
    font-size: 15px;
}

.blog .item .info a:last-of-type {
    margin-right: 0;
    color: #999;
}

.blog .item .info a span {
    color: #999;
}

.blog .item .info a i,
.blog .item .info a span {
    margin-right: 10px;
}

.blog .item .info a span:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    flex-shrink: 0;
    margin-inline-start: 1.364em;
    border-radius: 50em;
    background-color: currentColor;
    vertical-align: middle;
    opacity: .35;
}


/* Footer Contact */

.contact-footer {
    overflow: hidden;
    position: relative;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bg-fixed {
    background-attachment: fixed;
}

.contact-footer .bg-image::before {
    opacity: 0.1;
}

.contact-footer .bg-image::before {
    background: #272727;
}

.contact-footer .bg-image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
}

.banner-img:after {
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
    content: "";
    background: -webkit-linear-gradient(bottom, rgba(39, 39, 39, 1) 0%, rgba(39, 39, 39, .5) 100%, rgba(39, 39, 39, 0.2) 100%);
    background: linear-gradient(to top, rgba(39, 39, 39, 1) 0%, rgba(39, 39, 39, 0.5) 100%, rgba(39, 39, 39, 0.2) 100%);
    object-fit: cover;
}

.loc-btn svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.loc-btn {
    position: relative;
    width: 85px;
    height: 85px;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 5px;
}

.loc-btn svg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.loc-btn svg.circle-track {
    z-index: 0;
}

.contact-footer h1,
.contact-footer h2,
.contact-footer h3,
.contact-footer h4,
.contact-footer h5,
.contact-footer h6,
.contact-footer span {
    color: #fff;
}

.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 95px;
    font-size: 35px;
    z-index: 2;
    padding-left: 0;
}

.vid-area {
    padding: 0 0 30px 0;
}

.contact-footer .cont {
    padding-top: 20px;
    padding-bottom: 30px;
}

.contact-footer .container {
    z-index: 2;
}

.contact-footer h6 {
    color: #fff;
    font-size: 17px;
    font-family: 'Khand', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.contact-footer h5 {
    color: #fff;
    font-size: 24px;
    font-family: 'Khand', sans-serif;
    margin-bottom: 20px;
}

.contact-footer p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.75em;
}


/* Footer */

.lwr-footer.dark {
    position: relative;
    background: #272727;
    color: #fff;
}

.lwr-footer {
    padding: 30px 0 0;
}

.lwr-footer .sub-footer {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.025);
}

.lwr-footer .sub-footer p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}

.lwr-footer .sub-footer p span {
    color: rgba(255, 255, 255, 0.1);
    padding: 0 10px;
}

footer .logo {
    font-size: 50px;
    color: #fff;
    height: fit-content;
    width: fit-content;
    margin-bottom: 10px;
    font-weight: 700;
}

.lwr-footer p,
.lwr-footer .footer-abt p {
    color: rgba(255, 255, 255, 0.7);
}

.lwr-footer .ftr-head h6 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 500;
}

.lwr-footer .serv-links ul li a {
    color: rgba(255, 255, 255, 0.7);
}

.soc-icons a {
    margin-right: 5px;
}

.lwr-footer .ftr-con p {
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1199px) {
    .porfolio-sec-items .col-md-6:nth-child(3) {
        top: 410px;
    }
    .porfolio-sec-items .col-md-6:nth-child(4) {
        top: 515px;
    }
    .porfolio-sec-items .col-md-6:nth-child(5) {
        top: 746px;
    }
    .porfolio-sec-items .col-md-6:nth-child(6) {
        top: 865px;
    }
    .porfolio-sec-items {
        height: 1200px;
    }
    .serv-card-icon {
        width: 40px;
        height: 40px;
    }
    .services-holder.box-up {
        margin-top: -132px;
    }
}

@media (max-width: 991px) {
    .navbar {
        background-color: #272727;
    }
    .navbar-collapse.active {
        height: calc(100vh - 85px);
        visibility: visible;
        padding: 50px 0;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        width: 100%;
        position: absolute;
        display: block !important;
        top: 85px;
        background: #111;
        left: 0;
        height: 0vh;
        overflow-y: scroll;
        text-align: center;
        transition: all linear .3s;
    }
    .dropdown.active ul.dropdown-menu.last {
        visibility: visible;
        opacity: 1;
        height: auto;
        transition: none;
    }
    ul.dropdown-menu.last {
        position: static !important;
        background: #111;
        display: block;
        width: 100%;
        text-align: center;
        height: 0;
        padding-top: 0;
        transition: none;
    }
    .dropdown:hover .dropdown-menu {
        visibility: hidden;
        opacity: 0;
    }
    .dropdown-menu {
        visibility: hidden;
        transform: translateY(0px);
    }
    .dropdown-menu .dropdown-item {
        background: #111;
    }
    .navbar-collapse .nav-item {
        border-bottom: 1px solid #c5a47e10;
        padding: 10px 0;
    }
    .porfolio-sec-items .col-md-6:nth-child(3) {
        top: 320px;
    }
    .porfolio-sec-items .col-md-6:nth-child(4) {
        top: 355px;
    }
    .porfolio-sec-items .col-md-6:nth-child(5) {
        top: 566px;
    }
    .porfolio-sec-items .col-md-6:nth-child(6) {
        top: 625px;
    }
    .porfolio-sec-items {
        height: 900px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse.active {
        height: calc(100vh - 71px);
        top: 71px;
    }
    .vid-area {
        margin-top: 20px;
    }
    .slider .owl-theme .owl-dots,
    .slider-fade .owl-theme .owl-dots {
        bottom: 0;
    }
    .sec-head {
        font-size: 45px;
    }
    .navbar {
        height: 71.75px;
    }
    nav a.logo {
        font-size: 25px;
        height: auto;
    }
    .logo-wrapper {
        padding: 20px;
    }
    .header .txt-for h1 {
        font-size: 55px;
    }
    .services-holder.box-up {
        margin-top: 0;
    }
    .porfolio-sec-items.row .col-md-6 {
        position: static;
        margin: 0;
    }
    .porfolio-sec-items {
        height: auto;
    }
    .porfolio-sec-wrap {
        padding-bottom: 0;
        margin-bottom: 50px;
        padding-left: 0;
        position: relative;
    }
    .porfolio-sec-items.row .col-md-6::not(:last-child) .porfolio-sec-wrap {
        margin-bottom: 0;
    }
    .porfolio-sec-content {
        left: 0;
        bottom: 0;
        margin-right: 0;
    }
}