@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* Top header css Starts */
*{
    font-family: 'Roboto Slab', serif;
}
p{
  font-size: 14px;
  color: #555;
}
img{
    width: 100%;
    height: auto;
}
a{
    text-decoration: none !important;
}
a:hover{
  text-decoration: none !important;
}

/* Navbar css start here */
.logo-section img{
    width: 150px;
}
.dropdown a::after{
    content: "+" !important;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-menu{
    transition: 1s;
}
.dropdown:hover>.dropdown-menu {
    display: block;
    transition: 1s ease;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    padding: 10px 15px;
}
.dropdown-submenu:hover .dropdown-menu {
    top: 39px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 210px;
    padding: 15px;
    /* transform: scaleY(0); */
}
.navbar-expand-lg .navbar-nav .dropdown-menu li{
  /* border-bottom: solid 1px #ddd; */
  padding: 7px 10px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a{
    color:#000;
}
.dropdown-menu li a:after{
    content: "" !important;
}
.mobile-logo{
  display: none;
}

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 99999;
}
.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #f6b66c;
}
.sticky .navbar-nav li a.active {
    color: #ffca09;
}
.sticky .nav-expander .bar span{
    background: #f3ab09;
}
.sticky .navbar-nav li:hover a{
    color: #ffca09;
}
nav {
  background: none;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  z-index: 9;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 2.5rem;
    padding-left: 0;
}
.navbar-nav li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: block;
}
.navbar-nav li a:hover{
    text-decoration: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.navbar-nav .nav-item {
    padding: 0 20px;
}
.dropdown{
    padding: 0 20px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.navbar-nav li a.active {
    color:#ffca09;
}
.navbar-nav li:hover a{
    color:#ffca09;
}
.dropdown-menu li:hover a{
    color:#ffca09;
}
.dropdown:hover > a::after {
    content: "-" !important;
    margin-left: 3px;
}
.nav-expander .bar{
    padding: 0px 13px 0px;
    background: transparent;
    max-width: 50px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 2px;
    padding-right: 0;
    margin-right: 65px;
}
.nav-expander .bar span{
    height: 5px;
    width: 5px;
    display: block;
    background: #f6b66c;
    border-radius: 50%;
    transition: none;
    list-style: none;
    transition: all 0.3s ease;
    margin: 2px 3px;
}
.top-navbar{
    background: #b90d1d;
}
/*---------------- Navbar css end here-------------------*/
/*---------------- Slider css start here-------------------*/
/*.main-slider{*/
/*  margin-top: -135px;*/
/*}*/
.carousel-caption{
  top: 70%;
  text-align: left !important;
}
.carousel-caption h2{
    font-size: 62px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
}
.carousel-caption h2 span{
    color: #f6b66c;
}
.carousel-caption h2:before{
    position: absolute;
    content: "";
    background: #b90d1d;
    width: 100px;
    height: 8px;
    top: -20px;
    left: 0;
}
.carousel-caption p{
    color: #fff;
    font-size: 30px;
}
.carousel-caption button{
    position: relative;
    padding: 15px 35px;
    margin-top: 15px;
    text-align: center;
    border: solid 2px #1a181b;
    color: #fff;
    z-index: 0;
    border-radius: 0;
    background: #b90d1d;
}
.carousel-caption button:before{
    position: absolute;
    content: '';
    background: #ffffff;
    transition-duration: .3s;
    z-index: -1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 0px;
    height: 100%;
    opacity: 1;
}
.carousel-caption button:hover:before{
    width: 100%;
}
.carousel-item{
	height: 450px;
}
.carousel-inner{
    height: 700px;
}
.carousel-item img{
   height: 700px; 
  object-fit: cover;
}
.slider-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.carousel-caption{
    z-index: 1 !important;
    width: 50%;
}
.main-slider p{
  color: #fff;
}
/*---------------- Slider css end here-------------------*/

/* about css starts */
.about-sec{
    padding: 70px 0 0;
}
.about-img{
    display: flex;
}
.left-images{
    width: 55%;
}
.left-images img {
    width: 100%;
    display: block;
    margin-bottom: 4px;
}
.right-img img{
    width: 83%;
    margin-left: 5px;
}
.about-cnt{
    margin-top: 10px;
}
.about-cnt span{
    color: #b40c1d;
    font-size: 20px;
}
.about-cnt h2{
    font-size: 43px;
    font-weight: 800;
    margin-top: 15px;
}
.about-cnt p{
    font-size: 16px;
}
.about-cnt ul{
    padding: 0;
    margin-left: 20px;
}
.about-cnt ul li{
    list-style: square;
    color: #f6b66c;
    margin-bottom: 10px;
}
.about-cnt ul li span{
    color: #000;
    font-size: 16px;
}
/* about css ends */

.residential-sec{
    background: #f3f3f3;
    margin: 50px 0;
    padding: 30px 0;
}
.residential-sec h3{
    text-align: center;
    background: none;
    padding: 10px 18px;
    width: 354px;
    color: #ad0f1e;
    margin: auto;
    margin-bottom: 30px;
    border: 2px dotted #ad0f1e;
}
.commercial-sec h3{
    text-align: center;
    background: none;
    padding: 10px 18px;
    width: 354px;
    color: #ad0f1e;
    margin: auto;
    margin-bottom: 30px;
    border: 2px dotted #ad0f1e;
}
.plot-sec h3{
    text-align: center;
    background: none;
    padding: 10px 18px;
    width: 354px;
    color: #ad0f1e;
    margin: auto;
    margin-bottom: 30px;
    border: 2px dotted #ad0f1e;
}
.plot-sec{
    background: #f3f3f3;
    margin: 50px 0;
    padding: 30px 0 70px;
}
.f-contact ul{
    list-style: none;
}
.cate-item{
    overflow: hidden;
    margin-bottom: 15px;
    border: 5px solid #fff;
    box-shadow: 0 0 7px 4px #c9c9c9;
}
.cate-item img{
    transition: .5s;
}
.cate-item img:hover{
    transform: scale(1.2);
    transition: .5s;
}
/* facility csss starts */

.facility-icon img{
    width: 36%;
}
.facility-sec{
    margin-top: 70px;
}
.facility-icon{
    border-right: 2px solid #c48948;
}
.facility-icon p{
    margin-top: 10px;
    font-weight: 600;
}
.facility-sec ul{
    list-style: none;
}
.facilities li{
    display: inline-block;
    text-align: center;
}
.bdr-none{
    border: none;
}
/* facility css ends */

/* specification css starts */
.specification-sec{
    padding: 70px 0;
}
.speci-head span {
    color: #f6b66c;
    font-size: 20px;
}
.speci-head h2 {
    font-size: 43px;
    font-weight: 800;
    margin-top: 15px;
}
.speci-head{
    margin-bottom: 50px;
}
.specification-sec .service-item {
    border: 1px solid #dddddd;
    padding: 60px 30px 30px;
    margin: 50px 0 30px;
    position: relative;
    transition: 0.3s;
}
.specification-sec .service-item .icon {
    width: 80px;
    height: 80px;
    padding: 15px;
    border: 1px solid #dddddd;
    position: absolute;
    top: -50px;
    background: #ffffff;
    transition: 0.3s;
}
.specification-sec .service-item h3,
.specification-sec .service-item p {
    margin-bottom: 15px;
}
.specification-sec .service-item a {
    color: #666666;
    transition: 0.3s;
}
.specification-sec .service-item a i {
    margin-left: 3px;
    transition: 0.3s;
}
.specification-sec .service-item:hover, .specification-sec .service-item:hover .icon{
    border: 1px solid #c79153;
}
/* specification css ends */

/* connectivity css starts */

.connectivity-sec{
    background: #1c1c1c;
    position: relative;
    margin-bottom: 27%;
}
.connect-img{
    position: absolute;
    top: 25%;
    right: 8%;
    left: 8%;
}
.connect-img img{
    box-shadow: 1px 0px 20px  -6px #000;
}
.connect-head h2{
    color: #fff;
    padding: 30px 0 300px;
}

/* connectivity css ends */

/* location css starts */

.location img{
    width: 25%;
}
.location{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}
.location p{
    font-size: 20px;
    margin-left: 15px;
}
.location:after{
    content: "";
    position: absolute;
    background-color: #f6b66c;
    height: 88px;
    width: 3px;
    top: 0;
    right: 0;
}
.location::before {
    content: "";
    position: absolute;
    background-color: #f6b66c;
    height: 3px;
    width: 318px;
    bottom: -14px;
    left: 0px;
}
.before-bdr::before{
    display: none;
}
.after-bdr::after{
    display: none;
}
/* location css ends */

/* gallery css starts */

.gallery-sec{
    padding: 70px 0;
}
.gallery-head span {
    color: #f6b66c;
    font-size: 20px;
}
.gallery-head h2 {
    font-size: 43px;
    font-weight: 800;
    margin-top: 15px;
}
.gallery-image {
    position: relative;
}
.gallery-img-1{
    width: 50%;
}
.gallery-img-2{
    width: 25%;
    position: absolute;
    top: 0;
    left: 50%;
}
.gallery-img-3 {
    width: 25%;
    position: absolute;
    top: 0;
    right: 0;
}
.gallery-img-4 {
    width: 25%;
    position: absolute;
    left: 0;
}
.gallery-img-5 {
    width: 25%;
    position: absolute;
    left: 25%;
}
.gallery-img-6 {
    width: 50%;
    position: absolute;
    right: 0;
    top: 80%;
}
.gallery-image img{
    padding: 3px;
}
/* gallery css ends */

/* testimonial css starts */
.testimonial-section {
    background-image: url(../img/testimonial-section-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 0 135px;
    color: #ffffff;
    position: relative;
    /*margin-top: 40%;*/
}
.testimonial-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.testimonial-section .testimonial-carousel-item {
    padding: 40px 5px 5px;
}
.testimonial-section .testimonial-carousel-item-inner {
    border: 1px solid #c79153;
    padding: 65px 50px 30px 30px;
    position: relative;
}
.testimonial-section .testimonial-carousel-item .image-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #c79153;
    position: absolute;
    top: -40px;
    overflow: hidden;
}
.testimonial-section .testimonial-carousel-item h4 {
    color: #ffffff;
}
.testimonial-section .testimonial-carousel-item h4 span {
    font-size: 17px;
    font-weight: 400;
}
.testimonial-section .testimonial-carousel-item .rating-stars {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}
.testimonial-section .testimonial-carousel-item .rating-stars li {
    display: inline-block;
    margin-right: 1px;
}
.testimonial-section .testimonial-carousel-item .rating-stars li i {
    font-size: 14px;
    color: #c79153;
}
.testimonial-carousel-item-inner p{
    color: #fff;
}
/* testimonail css ends */

/* form css starts */

.form-bg {
    margin: 50px;
}
.form-img img {
    width: 109%;
    object-fit: cover;
    height: 465px;
    /* margin-left: 30px; */
    border-radius: 20px 0 0 20px;
}
.form-horizontal {
    background: #363636;
    width: 100%;
    padding: 33px 35px 32.5px;
    border-radius: 0 20px 20px 0;
    display: inline-block;
}
.form-horizontal .form-control:focus {
    outline: none;
    box-shadow: none;
    background: none;
}
.form-control::placeholder{
    color: #fff !important;
}
.form-horizontal .title {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 35px;
}
.form-horizontal .form-group {
    margin: 0 0 10px;
}
.form-horizontal .form-control {
    color: #ccc;
    background: transparent;
    padding: 5px 0;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-radius: 0;
}
.form-control {
    border-radius: 0 !important;
    padding: 1rem 0.75rem !important;
}
.form-horizontal .btn {
    color: #363636;
    background: #cbcbcb;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 50px;
    padding: 8px 25px;
    border: none;
    transition: all .4s ease;
}
.form-horizontal .btn:hover{
    color: #bd0c1d;
    background: #fff;
}
 /* form css ends */

/* footer css starts */

.footer-bg {
    color: #777;
    background-position: center 0 !important;
    margin-top: 10px;
}
.p-relative {
    position: relative;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-70 {
    padding-top: 70px;
}
.footer-widget {
    position: relative;
    z-index: 9;
}

.mb-30 {
    margin-bottom: 30px;
}
.f-contact {
    display: flex;
}
.f-contact li {
    float: left;
    margin-bottom: 20px !important;
    width: 100%;
}
.f-contact .icon {
    margin-right: 20px;
}

.f-contact i {
    width: 40px;
    height: 40px;
    background: #3763eb;
    line-height: 40px;
    color: #fff !important;
    text-align: center;
    border-radius: 0;
    float: left;
    background-color: #b10f1e;
    box-shadow: 2.5px 4.33px 15px 0px rgb(0 0 0 / 15%);
}
.f-contact span {
    color: #c3c5d3;
    display: block;
}
.f-contact span a {
    color: #c3c5d3;
}
.f-widget-title h2,
.footer-widget .widgettitle {
    font-size: 24px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    color: #fff;
}
.f-widget-title h2::before,
.footer-widget .widgettitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 70px;
    background: #f6b66c;
}
.footer-link ul li {
    margin-bottom: 15px;
}
.footer-link ul li a {
    color: #c3c5d3;
    display: inline-block;
}
.footer-widget .tag-cloud-link,
.footer-widget p {
    color: #d6dee4;
}
.p-relative {
    position: relative;
}
.header-input {
    padding: 0 1rem;
    width: 100%;
    height: 4.4rem;
    border-radius: 0;
    outline: none !important;
    margin-bottom: 0;
    border: none;
    box-shadow: 2.5px 4.33px 15px 0px rgb(0 0 0 / 15%);
}
.header-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
    background: #bc986b !important;
    color: #fff !important;
    width: auto;
    padding: 15px 25px;
}

.header-btn {
    margin-left: -40px;
}
.footer-widget ul{
    list-style: none;
    padding:0;
}
.f-widget-title img{
    width: 60%;
}
.copyright-wrap{
    background: #18181c;
    padding: 10px 0;
    color: #fff;
}
.footer-social a {
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
    width: 46px;
    height: 46px;
    background-color: #383b3f;
    text-align: center;
    line-height: 46px;
    color: #fff !important;
}
/* footer css ends */