@font-face {
	font-family: 'Poppins-Regular';
	src: url('../fonts/Poppins-Regular');
	src: local('Poppins-Regular'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'PlayfairDisplaySC-Bold';
	src: url('../fonts/PlayfairDisplaySC-Bold');
	src: local('PlayfairDisplaySC-Bold'), url('../fonts/PlayfairDisplaySC-Bold.woff') format('woff'), url('../fonts/PlayfairDisplaySC-Bold.ttf') format('truetype');
}

body{
     margin:0;
     padding:0;
     color: #333333;
    font-family: 'Poppins-Regular';
    font-size: 15px;
}
p {
    color: #333333;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: 'Poppins-Regular';
}
h1, h2, h3, h4, h5, h6{
     color: #87090c;
     font-family: 'PlayfairDisplaySC-Bold';
     font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
h1{
    font-size: 24px;
    color: #000000;
}
h2{
    font-size: 20px;
    color: #000000;
}
h3{
    font-size: 24px;
    color: #dc9a34;
}
h4{
    font-size: 20px;
    color: #dc9a34;
}
h5{
    font-size: 24px;
    color: #87090c;
}
h6{
    font-size: 20px;
    color: #87090c;
}
a{
    color: #87090c;
}
a:focus, a:hover{
	text-decoration:none;
}
html {
  scroll-behavior: smooth;
}
.logo {
    padding: 10px 0px;
    display: block;
    width: 100%;
    float: left;
}
.logo img {
    float: left;
}
.ofc-list li {
    line-height: 26px;
}
.ofc-list li a{
    color: #dc9a34;
}
.ofc-list li a:hover{
    color: #87090c;
}
.header-right {
    float: right;
}
.resd-btn {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 20px;
    width: 400px;
    margin: 0px auto;
}
.ofc-list {
    margin-top: 10px;
}
.top-header {
    border-bottom: 1px solid #cdcdcd;
}
.header-right .resd-btn li a {
    background-color: #dc9a34;
    color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    letter-spacing: 0.5px;
    font-family: 'PlayfairDisplaySC-Bold';
    transition: all 0.3s linear;
}
.header-right .resd-btn li a:hover{
    background-color: #87090c;
}
.navbar-nav.breadcrumb > li + li:before{
    display: none;
}
.navbar-header .attr-nav {
    display: none;
}
nav.navbar.bootsnav{
    background-color: #ffffff;
    border-bottom: 1px solid #cdcdcd;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #87090c;
    text-transform: uppercase;
    font-weight: 600 !important;
    padding: 15px 12px;
    font-size: 14px;
   font-family: 'Poppins-Regular';
    text-shadow: none;
    letter-spacing: 0.3px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: #87090c;
    color: #fff;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #dc9a34;
    color: #fff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
    padding:0px !important;
    border:none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    padding:10px 10px;
    font-size: 14px;
    font-weight: 100 !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #87090c;
    padding: 6px 10px 2px 10px;
    cursor: pointer;
}
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
.attr-nav > ul > li > a {
    color: #ffffff;
    padding: 18px 10px;
}
ul.nav.navbar-nav.navbar-right {
    width: auto;
    float: right !important;
    text-align: right;
}
.carousel-inner>.item:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.35);
}
.carousel-indicators{
    display: none;
}
.carousel-caption{
    background-color:inherit;
}
.carousel-caption h1 {
    color: #ffffff;
    text-shadow: none;
    margin: 0px;
    font-size: 36px;
}
.carousel-caption a{
    width: auto;
    height: auto;
    line-height: initial;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 250px;
    background-color: #87090c;
}
.carousel-caption a:hover{
    background-color: #dc9a34;
}
.about-block {
    padding: 50px 0px;
}
.abt-left figure {
   border: 5px solid #eceaeb;
}
.abt-left figure img{
    width: 100%;
}
.abt-right{
    position: relative;
}
.abt-right h1 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 36px;
    color: #252525;
}
.abt-right h4{
    font-family: 'Poppins-Regular';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #dc9a34;
}
.abt-right p {
    font-size: 15px;
    line-height: 26px;
}
.abt-right .loc-text {
    margin-left: 65px;
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
    font-size: 18px;
}
.abt-right .loc-text:before{
    content: "";
    position: absolute;
    top: 10px;
    left: -65px;
    width: 50px;
    height: 2px;
    background-color: #dc9a34;
}
.abt-right .info-link a {
    color: #ffffff;
    background-color: #87090c;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 250px;
    margin-top: 20px;
    transition: all 0.3s ease;
}
.abt-right .info-link a:hover{
    background-color: #dc9a34;
}
.volunt-block {
    padding: 90px 0px 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.volunt-block:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.65);
}
.vol-text {
    text-align: center;
    position: relative;
}
.vol-text h1 {
    color: #ffffff;
    font-size: 36px;
    margin: 0px;
    padding-bottom: 30px;
}
.plot-details {
    position: relative;
    text-align: center;
}
.plot-details img {
    border-radius: 50%;
    margin-bottom: 20px;
}
.plot-details h3 {
    margin-top: 0px;
    color: #ffffff;
    font-size: 55px;
    margin-bottom: 15px;
}
.plot-details p{
    color: #ffffff;
    font-size: 17px;
}
.service-block {
    padding: 50px 0px 65px;
}
.rent-heading h1 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 50px;
    font-size: 36px;
    color: #252525;
}
.rent-heading{
    position: relative;
}
.rent-heading:before{
    content: "";
    position: absolute;
    top: 80px;
    left: 0px;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 4px;
    margin: 0px auto;
    background-color: #87090c;
}
.rental-info {
    background: #fff;
    box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.07);
    position: relative;
}
.service-content {
    padding: 20px;
}
.rental-info::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 5px;
    top: 5px;
    background: #d29751;
    z-index: -1;
    transition: .3s;
    opacity: 0;
}
.rental-info:hover::before {
    opacity: 1;
}
.rental-info .service-content h3 a {
    color: #252525;
}
.rental-info .service-content h3 a:hover{
    color: #87090c;
}
footer{
    background-color: inherit;
    border: none;
}
.top-footer{
    background-color: #192324;
     padding: 40px 0px;
}
.more-info p {
    color: #ffffff;
}
.footer-logo {
    margin-bottom: 20px;
}
.more-info .fa-home {
    float: left;
}
.more-info .add-info {
    display: table;
}
.footer-title{
  font-family: 'PlayfairDisplaySC-Bold';
    border: none;
     color: #ffffff;
}
.more-info .fa-facebook {
    width: 40px;
    height: 40px;
    background-color: #0d50d6;
    color: #ffffff;
    font-size: 22px;
    padding: 10px 13px !important;
    display: inline-block;
    border-radius: 50%;
    margin-top: 10px;
}
.more-info .fa-facebook:hover{
    background-color: #1495f9;
    color: #ffffff;
}
.more-info li{
    font-size: 16px;
    font-family: 'Poppins-Regular';
    color: #565872;
}
.more-info i {
    margin-right: 0px;
    font-size: 16px;
    padding: 0px !important;
    margin-right: 10px;
    color: #565872;
}
.more-info a {
    color: #ffffff;
}
.shop-list a{
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
}
.shop-list li{
    margin: 0px 0px 10px;
}
.more-info address, .phones{
    color: #ffffff;
    line-height: 26px;
}
.social li i {
    color: #ffffff;
    font-size: 30px;
    margin: 0px;
}
.social li .fa-youtube-play {
    font-size: 36px;
    position: relative;
    top: 3px;
}
.copy p, .power p a {
    color: #ffffffff;
}
.bottom-footer{
    padding: 0px;
    padding-top: 20px;
    background-color: #192324;
    border-top: 1px solid #424242;
}
.power p{
    color: #ffffff;
}
#scrolltoup:hover {
    background-color: #dc9a34;
    color: #ffffff;
}
.pict-img img {
    width: 100% !important;
}
.page-section ul{
    line-height: 2;
}
.section {
    width: 100%;
    float: left;
}
.btn-primary{
    background-color: #dc9a34;
    border-color: #dc9a34;
    color: #ffffff
}
/*--our-gallery--*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
    background: #000000;
    border: 3px solid transparent;
}
.hovereffect:hover{
    border: 3px solid #f00;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: left;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  opacity: 0.5;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 30px;
  background-color: transparent;
  padding: 20% 0 10px 0;
  text-align: center;
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  /*opacity: 0;*/
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
    margin: 0px;
    position: relative;
    z-index: 2;
}
.hovereffect:hover h2{
    opacity: 0;
}
.hovereffect:hover img {
  opacity: 1;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/*--gallery-end--*/

.maintenance-req .form-horizontal .form-group{
    margin-left: 0px;
}
/*--media-responsive--*/
@media (min-width:992px){
    .carousel-caption {
        background-color: inherit;
        width: 65%;
        right: auto;
        left: 15%;
        top: 23%;
        margin: 0px;
        text-align: left;
    }
    .carousel-caption h1{
        font-size: 75px;
        line-height: 1.2;
    }
    .abt-right h1, .rent-heading h1{
        font-size: 55px;
    }
    .abt-right {
        padding-left: 25px;
    }
    .vol-text h1{
        font-size: 60px;
        padding-bottom: 50px;
    }
    .rent-heading h1{
        margin-bottom: 65px;
    }
    
}
@media (max-width:1199px) and (min-width:992px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 8px;
        font-size: 14px;
    }
    .carousel-caption{
        top: 25%;
    }
    .carousel-caption h1{
        font-size: 55px;
    }
    .header-right ul li {
        display: block;
        margin-bottom: 10px;
    }
}
@media (max-width:991px) and (min-width:768px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 8px;
        font-size: 12px;
        margin: 0px;
    }
    ul.nav.navbar-nav.navbar-right {
        width: 100%;
    }
    .navbar-header {
        float: none;
        margin: 0px;
        width: 100%;
        text-align: center;
    }
    .carousel-caption h1 {
        font-size: 42px;
        line-height: 1.2;
    }
    .carousel-caption a{
        font-size: 15px;
    }
    .rent-heading:before{
        top: 60px;
    }
    .rental-info {
        margin-bottom: 30px;
    }
    .more-info p{
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .resd-btn{
        position: initial;
    }
    .header-right {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    }
}
@media (max-width:767px) and (min-width:320px){
    .header-right {
        float: none;
        margin-top: 0px;
        text-align: center;
    }
    .resd-btn{
       position: initial; 
    }
    ul.nav.navbar-nav.navbar-right{
        width: 100%;
        float: left !important;
    }
    .logo{
        padding-bottom: 0px;
    }
    .logo img{
        float: none;
        margin-bottom: 10px;
    }
    .help-info, .service-info {
        margin-bottom: 25px;
    }
    .plot-details .fa{
        margin-bottom: 15px;
    }
    .plot-details {
        margin-bottom: 40px;
    }
    .abt-right {
        margin-top: 25px;
    }
    .rental-info {
        margin-bottom: 30px;
    }
    .rent-heading:before{
        top: 60px;
    }
    .abt-left figure img, .service-info img, .rental-info img{
        width: 100%;
    }
    .footer-title{
        margin-top: 20px;
    }
    .more-info p{
        padding-bottom: 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px 10px;
        font-size: 16px;
        margin: 0px;
    }
    nav.navbar.bootsnav .navbar-toggle{
        top: 0px;
    }
    .carousel-caption{
        top: 15%;
    }
    .carousel-caption h1 {
        font-size: 24px;
        line-height: 1.2;
    }
    .vol-text {
        text-align: center;
    }
    .vol-text h1 {
        line-height: 55px;
    }
     .more-info p{
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
}
@media (max-width:480px) and (min-width:320px){
    .logo img {
        float: none;
    }
    .logo .title-heading{
        font-size: 24px;
        text-align: center;
        display: block;
    }
    .header-right ul li a{
        padding: 7px 10px;
        font-size: 14px;
    }
   .carousel-caption p{
        display: none;
   }
   .carousel-caption h1{
        font-size: 20px;
        margin-bottom: 10px;
   }
    .carousel-caption a {
        font-size: 14px;
        height: auto;
        padding: 10px 15px;
        line-height: initial;
        width: auto;
    }
    .carousel-caption{
        top: 20%;
    }
    .about-block, .helpline-block, .service-block{
        padding: 30px 0px;
    }
    .vol-text h2 a, .abt-right h1{
        font-size: 30px;
    }
   .vol-text h1 {
        font-size: 36px;
        line-height: 30px;
    }

}
