/*@Media Query Mixin*/

/*@Media Query Mixin End*/

@font-face {
    font-family: 'Futura PT Book';
    src: url("../fonts/FuturaPT-Book.woff2") format("woff2"), url("../fonts/FuturaPT-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Medium';
    src: url("../fonts/FuturaPT-Medium.woff2") format("woff2"), url("../fonts/FuturaPT-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apex New Book';
    src: url("../fonts/ApexNew-Book.woff2") format("woff2"), url("../fonts/ApexNew-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Roboto';
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #535354;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 13px;
    }
}

@media screen and (max-width: 600px) {
    body {
        padding-bottom: 40px;
    }
}

.ApexNewB {
    font-family: 'Roboto';
}

.FuturaPTMedium {
    font-family: 'Futura PT Medium';
    /* margin-left: 10px !important; */
}

/* .side{
    margin-left: 10px !important; 
} */

.FuturaPTBook {
    font-family: 'Futura PT Book';
}

.dinproLight {
    font-family: 'DINPro Light';
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 36px;
}

@media screen and (max-width: 1500px) {
    h3 {
        font-size: 32px;
    }
}

h4 {
    font-size: 24px;
}

@media screen and (max-width: 1500px) {
    h4 {
        font-size: 25px;
    }
}

h6 {
    font-size: 20px;
}

@media screen and (max-width: 1500px) {
    h6 {
        font-size: 19px;
    }
}

p,
li {
    font-size: 16px;
    line-height: 27px;
}

@media screen and (max-width: 1500px) {
    p,
    li {
        line-height: 25px;
    }
}

@media screen and (max-width: 999px) {
    p,
    li {
        font-size: 15px;
    }
}

.size26 {
    font-size: 26px;
}

@media screen and (max-width: 1500px) {
    .size26 {
        font-size: 23px;
    }
}

.size22 {
    font-size: 22px;
}

@media screen and (max-width: 1500px) {
    .size22 {
        font-size: 19px;
    }
}

.size20 {
    font-size: 20px;
}

@media screen and (max-width: 1600px) {
    .size20 {
        font-size: 17px;
    }
}

.size56 {
    font-size: 47px;
}

@media screen and (max-width: 1500px) {
    .size56 {
        font-size: 35px;
    }
}

.size16 {
    font-size: 16px;
}

.clr1 {
    color: #a36f11;
}

.clr2 {
    color: #58595b;
    font-size: 30px;
}

.clr3 {
    color: #282828;
}

.clr4 {
    color: #a36f11;
}

textarea {
    resize: none;
}

.btn {
    padding: 8px 2.8rem;
    border-radius: 10px !important;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-size: 20x;
    font-family: 'Futura PT Medium';
    border-radius: 0;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #815333;
}

.btn:focus {
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.btn.white {
    color: #815333;
}

.btn.white::before {
    background: #fff;
}

.btn.white::after {
    background: #a36f11;
    background: linear-gradient(83deg, #a36f11 0%, #8b6018 55%, rgba(9, 8, 7, 0.927609) 100%);
}

.btn.bgwhite::after {
    background: #a36f11;
    background: linear-gradient(83deg, #a36f11 0%, #8b6018 55%, rgba(9, 8, 7, 0.927609) 100%);
}

.btn:hover {
    color: #815333;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.btn:hover::before {
    bottom: -100%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.btn:hover::after {
    bottom: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.btn:hover.white {
    color: #fff;
}

.btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, from(#7a5b36), color-stop(24.3473%), color-stop(48.6947%, #a36f11), color-stop(74.3473%), to(#815333));
    background: linear-gradient(90deg, #7a5b36 0%, 24.3473%, #a36f11 48.6947%, 74.3473%, #815333 100%);
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.btn::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #fff;
    bottom: -100%;
    left: 0;
    right: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.container {
    max-width: 75%;
}

@media screen and (max-width: 1700px) {
    .container {
        max-width: 86%;
    }
}

@media screen and (max-width: 1500px) {
    .container {
        max-width: 92%;
    }
}

@media screen and (max-width: 600px) {
    .container {
        max-width: 98%;
    }
}

nav .breadcrumb {
    background: transparent;
    padding: 0.75rem 0;
}

nav .breadcrumb li.breadcrumb-item {
    font-size: 15px;
}

nav .breadcrumb li.breadcrumb-item a {
    color: #a36f11;
}

nav .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.freediv {
    max-width: 83%;
}

@media screen and (max-width: 1700px) {
    .freediv {
        max-width: 88%;
    }
}

@media screen and (max-width: 1500px) {
    .freediv {
        max-width: 91%;
    }
}

@media screen and (max-width: 600px) {
    .freediv {
        max-width: 96%;
    }
}

.freediv.lside {
    margin-left: 49px;
    margin-right: auto;
}

@media screen and (max-width: 600px) {
    .freediv.lside {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.freediv.rside {
    margin-right: 49px;
    margin-left: auto;
}

@media screen and (max-width: 600px) {
    .freediv.rside {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.projectnav {
    padding: 5rem 0;
    background: #000;
}

.projectnav ul.nav {
    border-bottom: 1px solid #d9b883;
}

.projectnav ul.nav li.nav-item:last-child a.nav-link::before {
    content: unset;
}

.projectnav ul.nav li.nav-item a.nav-link {
    color: #fff;
    font-size: 20px;
    padding: 10px 2.8rem;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border: 0;
    position: relative;
    font-weight: 300;
}

.projectnav ul.nav li.nav-item a.nav-link::before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 50%;
    background: #a36f11;
    background: linear-gradient(83deg, #a36f11 0%, #8b6018 55%, rgba(9, 8, 7, 0.927609) 100%);
    top: 25%;
}

.projectnav ul.nav li.nav-item a.nav-link::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    width: 85%;
    height: 3px;
    background: #4d111c;
    bottom: 0%;
    z-index: -1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    margin: 0 auto;
}

.projectnav ul.nav li.nav-item a.nav-link.active,
.projectnav ul.nav li.nav-item a.nav-link:hover {
    color: #a36f11;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border: 0;
    background: transparent;
}

.projectnav ul.nav li.nav-item a.nav-link.active::after,
.projectnav ul.nav li.nav-item a.nav-link:hover::after {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.card {
    margin-top: 1rem;
}

.card .card-header {
    padding: 0;
    background: transparent;
}

.card .card-header button.btnlink {
    width: 100%;
    display: block;
    padding: 0.46rem 1.5rem;
    color: #000;
    text-transform: capitalize;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    background: #dee5ed4a;
    text-align: left;
    border: 1px solid #fff;
    font-weight: 600;
}

.card .card-header button.btnlink .material-symbols-outlined {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    position: absolute;
    right: 12px;
    top: 8px;
    font-size: 1.5rem;
}

.card .card-header button.btnlink .material-symbols-outlined.up {
    display: block;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.card .card-header button.btnlink .material-symbols-outlined.down {
    display: none;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.card .card-header button.btnlink.collapsed .material-symbols-outlined.up {
    display: none;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.card .card-header button.btnlink.collapsed .material-symbols-outlined.down {
    display: block;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.hrline {
    background: linear-gradient(#b78628, #c69320, #dba514, #eeb609);
    height: 2px;
}

.hrline.darkbg {
    background: #a36f11;
}

.hrline.bgwhite {
    background: #fff;
}

.diffarrowowl {
    position: relative;
}

.diffarrowowl .owl-dots {
    display: none;
}

.diffarrowowl .owl-nav {
    margin: 0;
}

.diffarrowowl .owl-nav button {
    width: 43px;
    height: 43px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

.diffarrowowl .owl-nav button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #de7e6985;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-animation: pulse2 2s ease infinite;
    animation: pulse2 2s ease infinite;
}

.diffarrowowl .owl-nav button span {
    display: none;
}

.diffarrowowl .owl-nav button.owl-prev {
    background: url("../img/leftarrow01.png") no-repeat !important;
    left: 2.9rem;
}

.diffarrowowl .owl-nav button.owl-next {
    background: url("../img/rightarrow01.png") no-repeat !important;
    right: 2.9rem;
}

.diffarrowowl .owl-nav button:focus {
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.owl-nav {
    margin: 1rem 0 0;
}

.owl-nav button {
    width: 53px;
    height: 20px;
}

.owl-nav button span {
    display: none;
}

.owl-nav button.owl-prev {
    background: url("../img/leftarrow.png") no-repeat !important;
}

.owl-nav button.owl-next {
    background: url("../img/rightarrow.png") no-repeat !important;
    margin-left: 2rem;
}

.owl-nav button:focus {
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #a36f11;
    text-indent: -9999px;
    display: none;
    border-radius: 60px;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    z-index: 999;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -10px;
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-bottom-color: #a36f11;
    -webkit-transition: .6s ease;
    transition: .6s ease;
}

#scroll:hover {
    background-color: #a36f11;
    border: 1px solid #fff;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: .6s ease;
    transition: .6s ease;
}

#scroll:hover span {
    border-bottom-color: #d5b15e;
}

header .navbar {
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 111;
}

header .navbar.scrolled {
    position: fixed;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

@media screen and (max-width: 600px) {
    header .navbar .container {
        max-width: 100%;
    }
}

header .navbar .navbar-brand {
    width: 16%;
}

@media screen and (max-width: 1500px) {
    header .navbar .navbar-brand {
        width: 15%;
    }
}

@media screen and (max-width: 600px) {
    header .navbar .navbar-brand {
        width: 44%;
    }
}

header .navbar .navbar-toggler {
    color: #000;
    border: 1px solid #000;
}

header .navbar .navbar-nav {
    margin-top: 3.4rem;
}

@media screen and (max-width: 1500px) {
    header .navbar .navbar-nav {
        margin-top: 2.9rem;
    }
}

@media screen and (max-width: 999px) {
    header .navbar .navbar-nav {
        margin-top: 1.9rem;
    }
}

header .navbar .navbar-nav .nav-item .nav-link {
    font-family: 'Futura PT Book';
    color: #191919;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    position: relative;
    font-size: 18px;
    padding: 8px 1.5rem;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 999px) {
    header .navbar .navbar-nav .nav-item .nav-link {
        padding: 8px 0.5rem;
    }
}

header .navbar .navbar-nav .nav-item .nav-link::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 38%;
    background: #d0d0d0;
    right: 0;
    top: 31%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

@media screen and (max-width: 999px) {
    header .navbar .navbar-nav .nav-item .nav-link::before {
        content: unset;
    }
}

header .navbar .navbar-nav .nav-item .nav-link::after {
    content: '';
    position: absolute;
    width: 90%;
    height: 100%;
    background: #a36f11;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 0;
    z-index: -1;
}

@media screen and (max-width: 999px) {
    header .navbar .navbar-nav .nav-item .nav-link::after {
        width: 100%;
    }
}

header .navbar .navbar-nav .nav-item .nav-link.active,
header .navbar .navbar-nav .nav-item .nav-link:hover {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    color: #fff;
}

header .navbar .navbar-nav .nav-item .nav-link.active::after,
header .navbar .navbar-nav .nav-item .nav-link:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

header .navbar .navbar-nav .nav-item:last-child .nav-link::before {
    content: none;
}

header .navbar .navbar-nav .nav-item .dropdown-menu {
    padding: 0;
    -webkit-box-shadow: 0 2px 2px #a36f11;
    box-shadow: 0 2px 2px #a36f11;
    width: 15rem;
}

header .navbar .navbar-nav .nav-item .dropdown-menu a.dropdown-item {
    padding: 0.5rem 10px;
    background: #a36f11;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #bd7d6880;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-size: 15px;
    letter-spacing: 1px;
}

header .navbar .navbar-nav .nav-item .dropdown-menu a.dropdown-item:last-child {
    border-bottom: 0px solid #bd7d6880;
}

header .navbar .navbar-nav .nav-item .dropdown-menu a.dropdown-item:hover {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    color: #a36f11;
}

.mtop {
    margin-top: 115px;
}

@media screen and (max-width: 1500px) {
    .mtop {
        margin-top: 105px;
    }
}

@media screen and (max-width: 1300px) {
    .mtop {
        margin-top: 102px;
    }
}

@media screen and (max-width: 600px) {
    .mtop {
        margin-top: 92px;
    }
}

.hmsecmain {
    background: #000;
    padding: 2.5rem 0;
}

.hmsecmain ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hmsecmain ul li {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    text-align: center;
    padding: 0 15px;
}

@media screen and (max-width: 999px) {
    .hmsecmain ul li {
        max-width: 33.33%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    }
}

@media screen and (max-width: 600px) {
    .hmsecmain ul li {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

.hmsecmain ul li .img {
    width: 62px;
    margin: 0 auto 1.5rem;
}

.hmsecmain ul li .img img {
    width: 100%;
}

.hmsec01 {
    position: relative;
}

.hmsec01 .carousel-control-prev,
.hmsec01 .carousel-control-next {
    color: #ffffff;
    opacity: 1;
}

.hmsec01 .carousel-control-prev .material-symbols-outlined,
.hmsec01 .carousel-control-next .material-symbols-outlined {
    font-size: 2.9rem;
}

.hmsec02 {
    width: 100%;
    position: relative;
    background: #f5f5f5;
    padding: 5rem 0;
}

@media screen and (max-width: 600px) {
    .hmsec02 {
        padding: 4rem 0;
    }
}

.hmsec02::before {
    content: '';
    position: absolute;
    width: 25%;
    background: #a36f11;
    background: linear-gradient(83deg, #a36f11 0%, #8b6018 55%, rgba(9, 8, 7, 0.927609) 100%);
    left: 0;
    top: 0;
    height: 100%;
}

@media screen and (max-width: 600px) {
    .hmsec02::before {
        content: unset;
    }
}

.hmsec03 {
    width: 100%;
    position: relative;
    background: #a36f11;
    background: linear-gradient(83deg, #a36f11 0%, #8b6018 55%, rgba(9, 8, 7, 0.927609) 100%);
    padding: 3rem 0;
    color: #fff;
}

.hmsec03 ul {
    margin: 0;
    list-style-type: square;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hmsec03 ul li {
    color: #282828;
    margin-right: 9%;
}

.hmsec03 ul li:last-child {
    margin-right: 0%;
}

.hmsec04 {
    width: 100%;
    position: relative;
    background: #191919;
    padding: 4rem 0;
    color: #fff;
}

.hmsec04 ul {
    margin: 0;
    list-style-type: square;
}

.hmsec04 ul li::marker {
    color: #a36f11;
}

.hmsec05 {
    background: #f5f5f5;
    padding: 5rem 0;
    position: relative;
    background: #f5f5f5;
}

.hmsec05 .owl-testimonial .owl-item {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

@media screen and (max-width: 600px) {
    .owl-testimonial {
        width: 100%;
    }
}

.hmsec05 .owl-testimonial .owl-item .item {
    background: linear-gradient(90deg, #7a5b36 0%, 24.3473%, #a36f11 48.6947%, 74.3473%, #815333 100%);
    ;
    color: white;
    padding: 4rem 2.2rem;
}

@media screen and (max-width: 1500px) {
    .hmsec05 .owl-testimonial .owl-item .item {
        padding: 2rem 2rem;
    }
}

.abt01 {
    width: 100%;
    position: relative;
    background: #ffffff;
    padding: 8rem 0;
}

@media screen and (max-width: 600px) {
    .abt01 {
        padding: 2.9rem 0;
    }
}

.abt01::before {
    content: '';
    position: absolute;
    width: 25%;
    background: #a36f11;
    left: 0;
    top: 0;
    height: 100%;
}

@media screen and (max-width: 600px) {
    .abt01::before {
        content: unset;
    }
}

.abt02 {
    width: 100%;
    position: relative;
    background: url("../img/about/02a.jpg") no-repeat;
    background-size: cover;
    padding: 5rem 0;
    color: #fff;
}

.abt03 {
    width: 100%;
    position: relative;
    background: #ffffff;
    padding: 5rem 0;
}

.abt03 .txtsec h4,
.abt03 .txtsec p {
    color: #555555;
}

.abt04 {
    width: 100%;
    position: relative;
    padding: 5rem 0;
    background: #000;
    color: #fff;
}

.abt04 .nav-tabs {
    border-bottom: 0;
}

@media screen and (max-width: 999px) {
    .abt04 .nav-tabs {
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 600px) {
    .abt04 .nav-tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.abt04 .nav-tabs .nav-item {
    margin-right: 3rem;
}

@media screen and (max-width: 1500px) {
    .abt04 .nav-tabs .nav-item {
        margin-right: 0rem;
    }
}

@media screen and (max-width: 600px) {
    .abt04 .nav-tabs .nav-item {
        margin-right: 0;
        max-width: 50%;
    }
    .abt04 .nav-tabs .nav-item p {
        font-size: 10px;
    }
}

@media screen and (max-width: 600px) {
    .abt04 .nav-tabs .nav-item:last-child {
        max-width: 100%;
    }
    .abt04 .nav-tabs .nav-item:last-child .nav-link {
        padding-left: 0;
    }
}

.abt04 .nav-tabs .nav-item .nav-link {
    color: #ffffff;
    border: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    position: relative;
    font-family: 'Futura PT Book';
}

.abt04 .nav-tabs .nav-item .nav-link::after {
    content: '';
    position: absolute;
    height: 2px;
    bottom: 0;
    width: 0%;
    background: #a36f11;
    left: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.abt04 .nav-tabs .nav-item .nav-link p {
    margin-bottom: 0;
    line-height: 20px;
}

.abt04 .nav-tabs .nav-item .nav-link.active,
.abt04 .nav-tabs .nav-item .nav-link:hover {
    color: #a36f11;
    background: transparent;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.abt04 .nav-tabs .nav-item .nav-link.active::after,
.abt04 .nav-tabs .nav-item .nav-link:hover::after {
    width: 100%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.abt04 .nav-tabs .nav-item:nth-child(1) .nav-link {
    padding-left: 0;
}

@media screen and (max-width: 600px) {
    .abt04 .nav-tabs .nav-item:nth-child(2) .nav-link::before {
        content: unset;
    }
}

.abt04 .nav-tabs .nav-item:nth-child(3) {
    margin-right: 0;
}

.abt04 .nav-tabs .nav-item:nth-child(3) .nav-link::before {
    content: unset;
}

.abt05 {
    width: 100%;
    position: relative;
    background: #ffffff;
    padding: 8rem 0;
}

.abt05::before {
    content: '';
    position: absolute;
    width: 25%;
    background: #a36f11;
    left: 0;
    top: 0;
    height: 100%;
}

.abt05 ul {
    list-style-type: square;
}

.abt05 ul li {
    font-family: 'Futura PT Book';
}

.abt05 ul li::marker {
    color: #a36f11;
}

.projectcont {
    background: #000;
}

.projectcont.comple .content {
    width: 96%;
}

.projectcont .content {
    background: #fff;
    width: 100%;
    display: block;
    text-decoration: none;
}

.projectcont .content .txt {
    padding: 1.2rem 1rem;
}

.projectcont .content .txt p {
    color: #000;
}

.projectSec01 {
    position: relative;
}

.projectSec02 .content.left {
    padding-left: 10%;
}

.projectSec02 .content.right {
    padding-left: 16%;
    padding-right: 10%;
}

.projectinn02 {
    width: 100%;
    position: relative;
    background: #ffffff;
    padding: 3rem 0;
}

/* .projectinn02::before {
    content: '';
    position: absolute;
    width: 25%;
    background: #a36f11;
    left: 0;
    top: 0;
    height: 100%;
} */

.projectinn02 ul {
    list-style-type: square;
}

.projectinn02 ul li {
    margin-bottom: 8px;
}

.projectinn03 {
    width: 100%;
    position: relative;
    padding: 5rem 0;
    background: #191919;
    color: #fff;
}

.projectinn03 .parkc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.projectinn03 .parkc .img {
    width: 80px;
    margin: 0 auto 10px;
}

.projectinn03 .parkc .col5 {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    text-align: center;
}

.projectinn04 {
    width: 100%;
    position: relative;
    padding: 4rem 0;
    z-index: 1;
}

/* .projectinn04::before {
    content: '';
    position: absolute;
    width: 25%;
    background: #a36f11;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
} */

.projectinn05 {
    background: #191919;
    color: #fff;
    padding: 5rem 0;
}

.projectinn05 p {
    margin-bottom: 0;
    margin-top: 1rem;
}

.projectinn05 ul.nav {
    border-bottom: 1px solid #d9b883;
}

.projectinn05 ul.nav li.nav-item:last-child a.nav-link::before {
    content: unset;
}

.projectinn05 ul.nav li.nav-item a.nav-link {
    color: #fff;
    font-size: 20px;
    padding: 10px 2.8rem;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border: 0;
    position: relative;
    font-weight: 300;
}

.projectinn05 ul.nav li.nav-item a.nav-link::before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 50%;
    background: #a36f11;
    background: linear-gradient(83deg, #a36f11 0%, #8b6018 55%, rgba(9, 8, 7, 0.927609) 100%);
    top: 25%;
}

.projectinn05 ul.nav li.nav-item a.nav-link::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    width: 85%;
    height: 3px;
    background: #4d111c;
    bottom: 0%;
    z-index: -1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    margin: 0 auto;
}

.projectinn05 ul.nav li.nav-item a.nav-link.active,
.projectinn05 ul.nav li.nav-item a.nav-link:hover {
    color: #a36f11;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border: 0;
    background: transparent;
}

.projectinn05 ul.nav li.nav-item a.nav-link.active::after,
.projectinn05 ul.nav li.nav-item a.nav-link:hover::after {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.projectinn05 .owl-carousel .owl-item .item .img {
    position: relative;
    overflow: hidden;
}

.projectinn05 .owl-carousel .owl-item .item .img img {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.projectinn05 .owl-carousel .owl-item .item .img .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000000b8;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.projectinn05 .owl-carousel .owl-item .item .img .overlay img {
    width: auto;
}

.projectinn05 .owl-carousel .owl-item:hover .item {
    cursor: pointer;
}

.projectinn05 .owl-carousel .owl-item:hover .item .img .hvrim {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.projectinn05 .owl-carousel .owl-item:hover .item .img .overlay {
    opacity: 1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.view_rara {
    background: #ededed;
    padding: 5rem 0;
    position: relative;
}

.view_rara p {
    text-transform: uppercase;
    color: #02254d;
    font-weight: 500;
}

@media screen and (max-width: 600px) {
    .view_rara h3 img {
        width: 27px;
    }
}

@media screen and (max-width: 600px) {
    .view_rara h3 {
        margin-bottom: 2rem;
    }
}

.upcomingporj {
    position: relative;
    width: 100%;
}

.upcomingporj .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.upcomingporj .overlay h3 {
    margin-bottom: 2.9rem;
}

.process03 {
    padding: 5rem 0;
    position: relative;
}

.process03 ul {
    margin: 0 -15px;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.process03 ul li {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 0 15px;
}

.process03 ul li span {
    background: #a36f11;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.process04 {
    width: 100%;
    position: relative;
    background: url("../img/process/03bg.jpg") no-repeat;
    background-size: cover;
    padding: 8rem 0;
    color: #fff;
}

.career02 {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 2rem 0 8rem;
}

/* .career02::before {
    content: '';
    position: absolute;
    width: 25%;
    background: #191919;
    right: 0;
    top: 0;
    height: 100%;
} */

.career03 {
    width: 100%;
    position: relative;
    background: #191919;
    padding: 8rem 0;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.buyersguide {
    position: relative;
}

.buyersguide .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
}

.buyersguidese02 {
    position: relative;
    padding: 2rem 0 5rem;
}

@media screen and (max-width: 999px) {
    .buyersguidese02 {
        padding: 2.5rem 0;
    }
}

.contact02 {
    padding: 5rem 0;
    position: relative;
}

footer .sec01 {
    padding: 5rem 0;
    background: #fafafa;
    border-top: 1px solid #191919;
}

@media screen and (max-width: 600px) {
    footer .sec01 {
        padding: 2.5rem 0;
    }
}

footer .sec01 p,
footer .sec01 h6 {
    color: #191919;
}

footer .sec01 p a,
footer .sec01 h6 a {
    color: #191919;
}

footer .sec01 a {
    color: #191919;
    text-decoration: none;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

footer .sec02 {
    padding: 0.8rem 0;
    background: #090f19;
}

footer .sec02 p,
footer .sec02 h6 {
    color: #fff;
}

footer p {
    font-family: 'Futura PT Book';
    margin-left: 10px;
}

footer p a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

footer p a:hover {
    text-decoration: none;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    color: #a36f11;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 10px;
}

footer ul li {
    font-family: 'Futura PT Book';
}

footer ul li a {
    color: #191919;
    text-decoration: none;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

footer ul li a:hover {
    text-decoration: none;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    color: #a36f11;
}

footer ul li a.fa {
    margin-right: 5px;
    font-size: 1rem;
}

footer ul li a.fa:last-child {
    margin-right: 0;
}

.enquiry-wrapper {
    position: fixed;
    right: 7px;
    top: 20%;
    z-index: 99;
}

@media screen and (max-width: 1600px) {
    .enquiry-wrapper {
        top: 20%;
    }
}

@media screen and (max-width: 600px) {
    .enquiry-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        right: 0;
        top: unset;
        bottom: 0;
        width: 100%;
    }
}

.enquiry-wrapper .enquiry-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    cursor: pointer;
    -webkit-transform: translateX(142px);
    transform: translateX(142px);
    -webkit-transition: all ease-in .5s;
    transition: all ease-in .5s;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1500px) {
    .enquiry-wrapper .enquiry-box {
        -webkit-transform: translateX(127px);
        transform: translateX(127px);
    }
}

@media screen and (max-width: 999px) {
    .enquiry-wrapper .enquiry-box {
        -webkit-transform: translateX(136px);
        transform: translateX(136px);
    }
}

@media screen and (max-width: 600px) {
    .enquiry-wrapper .enquiry-box {
        width: 100%;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.enquiry-wrapper .enquiry-box:hover {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
}

@media screen and (max-width: 600px) {
    .enquiry-wrapper .enquiry-box:hover {
        -webkit-transform: translateX(0px) translateY(5px);
        transform: translateX(0px) translateY(5px);
    }
}

.enquiry-wrapper .enquiry-box:not(:first-child) {
    border-top: 1px solid #fff;
}

@media screen and (max-width: 600px) {
    .enquiry-wrapper .enquiry-box:not(:first-child) {
        border: none;
        border-left: 1px solid #fff;
    }
}

.enquiry-wrapper .enquiry-box .call-icon,
.enquiry-wrapper .enquiry-box .mail-icon {
    background: -webkit-gradient(linear, left top, right top, from(#7a5b36), color-stop(24.3473%), color-stop(48.6947%, #a36f11), color-stop(74.3473%), to(#815333));
    background: linear-gradient(90deg, #7a5b36 0%, 24.3473%, #a36f11 48.6947%, 74.3473%, #815333 100%);
    width: 47px;
    padding: 7px;
}

@media screen and (max-width: 1440px) {
    .enquiry-wrapper .enquiry-box .call-icon,
    .enquiry-wrapper .enquiry-box .mail-icon {
        width: 42px;
        padding: 5px;
    }
}

@media screen and (max-width: 600px) {
    .enquiry-wrapper .enquiry-box .call-icon,
    .enquiry-wrapper .enquiry-box .mail-icon {
        width: 100%;
        text-align: center;
    }
}

.enquiry-wrapper .enquiry-box .call-content {
    padding: 0px 7px;
}

.enquiry-wrapper .enquiry-box .mail-content {
    padding-left: 18%;
}

@media screen and (max-width: 600px) {
    .enquiry-wrapper .enquiry-box .mail-content,
    .enquiry-wrapper .enquiry-box .call-content {
        display: none;
    }
}

.enquiry-wrapper .enquiry-box img {
    width: 32px;
    padding: 6px;
}

.enquiry-wrapper .enquiry-box a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

@media screen and (max-width: 1500px) {
    .enquiry-wrapper .enquiry-box a {
        font-size: 14px;
    }
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
    50% {
        opacity: .8;
    }
    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
}

@keyframes pulse2 {
    0% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
    50% {
        opacity: .8;
    }
    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
}

/*# sourceMappingURL=style.css.map */

#aboutimg {
    border: 3px solid #a36f11 !important;
    border-radius: 15px !important;
}

.smallimg {
    border: 2px solid #a36f11 !important;
    border-radius: 10px !important;
    object-fit: cover;
}

.gap {
    margin-top: -10px;
}

.aboutpage {
    height: 45px !important;
    width: 45px !important;
}

.additional-content {
    display: none;
}

#border-line {
    border-left: 2px solid;
}

@media screen and (max-width: 600px) {
    #border-line {
        border-left: none;
        /* border-top: 2px solid; */
        padding-top: 20px;
        margin-top: 20px;
    }
    .FuturaPTMedium {
        margin-left: 10px !important;
    }
    .mobimg {
        height: 200px !important;
    }
}

/* thankyoupopup */

/* .container {
    display: flex;
    justify-content: center;
    margin-top: 200px;
    background: transparent
} */

.trigger {
    background-color: black;
    color: red
}

/* .modal,
.fade,
.show {
    background-color: lightgray
} */

.modal-content {
    background: transparent;
    border: none;
    padding: 0 19px
}

.modal-header {
    border: none
}

.close {
    position: absolute !important;
    right: 0;
    z-index: 1;
    border: 7px solid lightgray !important;
    width: 5px;
    height: 5px;
    border-radius: 10rem;
    background-color: #ECEFF1 !important;
    opacity: 1;
    top: 35px;
    right: 25px
}

.close>span {
    position: relative;
    bottom: 16px;
    right: 9px;
    font-size: 28px;
    background-color: transparent
}

.modal-body {
    border: none;
    background-color: #ECEFF1;
    border-radius: 8px;
    padding-bottom: 50px
}

.modal-footer {
    border: none;
    flex-direction: column;
    background-color: #ECEFF1;
    margin: 0 19px;
    position: relative;
    bottom: 160px
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important
}

.close.focus,
.close:focus {
    outline: 0;
    box-shadow: none !important
}

.okay {
    width: 100px;
    height: 50%;
    background-color: black;
    color: white
}

.setting {
    margin-left: 10px;
    padding-top: 5px
}

@media(max-width:600px) {
    .modal-footer {
        bottom: 100px
    }
}

@media (max-width:320px) {
    .modal-footer {
        bottom: 90px
    }
    .setting {
        margin-left: 6px;
        padding-top: 5px;
        font-size: 14px
    }
}



@media(max-width:1200px) {
    iframe{
        width: 100%;
} }

@media(max-width:1000px) {
    iframe{
        width: 100%;
} }



@media(max-width:600px) {
    iframe{
        width: 100%;
} }

@media(max-width:800px) {
    iframe{
        width: 100%;
} }
@media (max-width:320px) {
    iframe{

width: 100%;
    }
}
