@import url('fonts.css');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body { font-family: 'Cormorant Garamond', sans-serif;font-weight: 500;color:#514d41;  
                                                
}
a {
color: #c47e62;}

h1, h2, h3, h4, h5, h6{
    font-weight: 600;
  color: #514d41;
}
p{
  color:#514d41;  
}
.topLine, p.topLine{
    color: #a9abae !important;
}
.frstSection p.topLine{
    color: #a9abae;
}
h2{
    color:#514d41;
    font-weight: 600;
    font-size: 2.5rem;
}
.real-menu .nav-item .nav-link {

text-transform: uppercase;
}





.carousel-control-next-icon {
    background-image: url(../img/Right.html\ Arow.svg);
}

.carousel-control-prev-icon {
    background-image: url(../img/Left.html\ Arow.svg);
}


element {
}
.carousel-dark .carousel-caption {
  color: #000;

}
.carousel-caption {
  top: 0;
left: 0;
width: 100%;
text-align: left;
display: grid;
 align-content: center;
 background: #0005;
 height: 100%;
}

.lightLogo {
    display: none;
}

.navbar-brand img {
    max-height: 60px;
}

.frstSection {
    background-image: url(../img/design-two.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 110px;
}
.abb2Section {
    background-image: url(../img/abt-dp.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 110px;
}

.sectDetails{
    background-image: url(../img/details-page.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100px;
}

.topLine {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    letter-spacing: 4px;
    font-weight: 600;margin-bottom: 10px;
}
.brdr-on{
    letter-spacing: 4px;
}

.topLine::before {
    content: "";
    height: 3px;
    width: 90px;
    background: #c47e62;
    position: absolute;
    bottom: 50px;
}

.readMore {
  text-decoration: none;
  background-color: #c47e62;
  color: #fff;
  font-weight: 500;
  padding: 10px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}

.readMore:hover {
    text-decoration: none;
    background-color: #ddb05f;
    color: #fff;
}

.sectthree {
    background-image: url(../img/design-three2.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 200px;
}
.abbSection{
        background-image: url(../img/abt-designn.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 200px;
}

.imgBox {
    position: relative;
    overflow: hidden;

}

.brdr-on {
    border-bottom: 3px solid #c47e62;
    display: inline-block;
    padding-right: 30px;
}

.text-main {
    color: #c47e62;
}

.overlayContent {
    background: #000000a8;
    padding: 77px 30px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 25%;
    transition: all 0.4s ease;
}

.deMaert {
    max-height: 230px;
    transform: rotate(180deg);
    position: absolute;
    top: -129px;
    right: 0px;
}

.so-footer a {
    height: 30px;
    width: 30px;
    background: #000;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-left: 4px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in;
}

.so-footer a:hover {
    color: #fff;
    background-color: #c47e62;
}

.navbar-light .navbar-toggler {
    border-color: unset;
    border: unset;
}

.navbar-toggler.mitem {
  display: none;
  font-size: 60px;
  color: #fefefe;
  position: absolute;
  right: 40px;
  top: 40px;
  line-height: 0;
}

.vjClass {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
   
}
.headerTop.HomeMenu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;padding: 20px 40px;
}

.vjClass .darkLogo {
    display: block;
}

.vjClass .lightLogo {
    display: none;
}


.proLInk{
    text-decoration: none;
    color: #333;
}
.proLInk:hover{
    color: #333;

}
.bg-main{
    background: #c47e62;
}
.connectSect{
    background-image: url(../img/connect-design.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100px;
    position: relative;
}
.vjIMgg{
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 160px;
}
.aboutUs{
    background:#606062;
}
.aboutUs p {
  letter-spacing: 4px;
}
.aboutUs .text-main {
  font-size: 55px;
}
.sectAbt{
    background-image: url(../img/abt-design.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100px;
}
.imgBox:hover .overlayContent{
    left: 0%;
}
.imgBB{
    overflow: hidden;
}
.imgBB img{
    transition: all 0.5s ease;
}
.imgBB:hover img{
    transform: scale(1.1);
}
.widget_text .widget-title{
	margin-bottom: 40px;
	font-size: 22px;
	font-weight: 600;
}

.homeBanner {
  position: relative;
}

.navbar .navbar-brand {
  margin-right: 100px;
}
.carousel-caption p {
  margin-bottom: 30px;font-weight: 600;
}
.carousel-caption h1 {
  font-size: 60px;margin-bottom: 30px;font-weight:400;
}
.frstSection h2 {
  font-size: 55px;
}
.frstSection p {
  color: #514d41;
}
.sectthree h2 {
  font-size: 55px;
}
.overlayContent .text-main {
  font-size: 55px;
  font-weight: 600;
}
.overlayContent p {
  font-weight: 300;
}
.overlayContent p.brdr-on {
  font-weight: 400;
}

.navbar-light .navbar-nav .nav-link {
  color: #fefefe;font-weight: 500;font-size: 35px;
}
.real-menu .nav-item {
  margin-bottom: 20px;
}
.real-menu .nav-item:last-child {
  margin-bottom: 0px;
}
.navbar-nav {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.current {
  color: #c47e62;
}

.FooterLiving .textwidget p a {
  color: #727376;
}

.homeBanner #carouselExampleControls .carousel-control-next, .homeBanner #carouselExampleControls .carousel-control-prev,
.gallery-area #carouselExampleControls .carousel-control-next, .gallery-area #carouselExampleControls .carousel-control-prev{
  z-index: 9;}


.srishti-banner.anmol.promadaya .carousel-caption .clImg {
  width: 100%;
}
.srishti-banner.anmol.promadaya .carousel-caption {
  bottom: -50px;
}
.fancybox-overlay-fixed {
  background: #000000e6 !important;
}

.download_broucher .modal-dialog {
  margin-top: 7%;
  max-width: 400px;
  width: 94%;
}
.download_broucher .modal-dialog .modal-header {
  display: block;
 
  
}
.download_broucher form p {
  margin-bottom: 0;
}
.download_broucher form .form-control {
  text-transform: uppercase;
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  padding-left: 0;
  border: none;
  
  border-bottom: 1px solid #514d41;
  color: #514d41;
  box-shadow: none;
  letter-spacing: 2px;
}
.download_broucher form .submit-btn.wpcf7-submit {
  width: 100%;
  display: block;
  height: 40px;
  border: none;
  color: #fefefe; letter-spacing: 2px;
  background: #514d41;font-family: 'Raleway'; text-transform: uppercase;
}

.download_broucher .modal-dialog .modal-header .modal-title {
  font-size: 22px;
  
  font-weight: 400;
  letter-spacing: 1px;
}
.download_broucher .modal-dialog .modal-header .class {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 35px;text-decoration: none;

}

footer ul.quick-links {
  padding: 0;
  margin: 0;
}
footer ul.quick-links li {
  display: block;
  margin-bottom: 5px;
}
footer ul.quick-links li a {
  font-size: 16px;text-decoration: none;
  color: #727376;
}
footer ul.quick-links li a.nav-link {
  padding-top: 0;
  padding-bottom: 0;
  color: #727376;
}

    .nav-item .nav-link span  {
        display: inline-block;
    }
    .nav-item .nav-link span::after{
        content: "";
          display: block;
          margin: 0 auto;
          width: 0;
          height: 2px;
          background-color: #c47e62;
          -webkit-transition: opacity .3s ease,width .3s ease;
          -moz-transition: opacity .3s ease,width .3s ease;
          -o-transition: opacity .3s ease,width .3s ease;
          transition: opacity .3s ease,width .3s ease;
          -ms-transition: opacity .3s ease,width .3s ease;
    }
    .nav-item:hover .nav-link span::after, .nav-item .nav-link.current span::after{
        width: 100%;
    }



 .navbar-expand-lg .navbar-toggler {
    display: block;
  }
    #navbarNav.collapse:not(.show) {
        transform: translateY(-100%);
    }

    #navbarNav.collapse.show {
        transform: translateY(0);
    }

    .navbar-toggler:focus {
        box-shadow: unset;
    }

    .navbar-light .navbar-toggler-icon {
        background: unset;
    }

    .navbar-light .navbar-toggler-icon {
        height: 2px;
        width: 50px;

        border-radius: 2px;
        background: #fefefe;
        position: relative;
    }

    .navbar-light .navbar-toggler-icon::after {
        content: "";
        height: 2px;
        width: 50px;
        position: absolute;
        right: 0;
        bottom: -8px;
        border-radius: 2px;
        background: #fefefe;
    }

    .navbar-light .navbar-toggler-icon::before {
        content: "";
        height: 2px;
        width: 50px;
        position: absolute;
        right: 0;
        top: -8px;
        border-radius: 2px;
        background: #fefefe;
    }

    .vijayMenu {
        position: fixed;
        top: 0;
        left: 0;
        background: #514d41;
        height: 100%;
        overflow-y: scroll;
        width: 100%;
        transition: all 0.5s ease;
        padding: 60px;z-index: 9;
    }


    #navbarNav.collapse:not(.show) {
        display: block !important;
    }
    .vjClass  .navbar-light .navbar-toggler-icon{
        background-color: #c47e62;
    }
    .vjClass  .navbar-light .navbar-toggler-icon::after{
        background-color: #c47e62;
    }
    .vjClass  .navbar-light .navbar-toggler-icon::before{
        background-color: #c47e62;
    }
   


.sub-title {
  display: block;
  font-size: 16px;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #c47e62;
 
}
.who-we-are-area {
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
  border-bottom: 1px solid #e6e7e8;
}
.section-title{
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 20px;text-transform: uppercase;
}
.count-box .count-title {
  font-size: 100px;
  color: #c47e62;
  line-height: 0.8;
  margin-bottom: 0;
}
.count-box .count-title sup {
  font-size: 60px;
}
.count-box p {
  color: #514d41;
  font-weight: 600;
  font-size: 20px;
}
.who-we-are-area::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url(../img/Bg-Elements-1.svg);

  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: bottom left;
}
.who-we-are-area::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  background: url(../img/Bg-Elements-2.svg);

  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 250px;
  background-position: top right;
}
.about-area {
  position: relative;
  padding: 80px 0;
}
.about-area img {
  border-radius: 0px;
}
.who-we-are-area .container {
  position: relative;
  z-index: 9;
}
.carousel-caption h1 {
  color: #fefefe;
}
.about-area .about-box {
  padding-left: 110px;
  padding-right: 110px;
}
.about-area .about-box h2 {
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.about-area .about-box p {
  margin-bottom: 20px;
  font-family: 'Raleway';
}
.view-all-btn {
  color: #c47e62;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  border-bottom: 1px solid;
}
.view-all-btn img {
  border-radius: 0;
  width: 28px;
}
.view-all-btn:hover {
  color: #ddb05f;
}
.featured-project-area {
  padding: 80px 0;position: relative;
}
.featured-project-box {
  position: relative;
}
.featured-project-box a {
  display: block;overflow:hidden;
}
.featured-project-box .bottom-cont {
  padding: 20px 20px;
  position: absolute;
  bottom: 0;
  width: 100%;justify-content: space-between;align-items: end;
}
.featured-project-box .bottom-cont p {
  color: #fff;
  margin-bottom: 0;
}
.featured-project-box .bottom-cont h3 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.1;
}
.featured-project-box .bottom-cont .number {
  font-size: 70px;
  color: #fff;
 font-weight: 600;
  line-height: 0.7;
}
.about-area.community .community-icon {
  margin-bottom: 30px;
  width: 100px;
}
.about-area.community h3 {
  margin-bottom: 10px;
  font-size: 28px;
}
.testimonial-area {
  position: relative;
  background: url(../img/testimonial-bg.jpg);
padding: 50px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;margin-top: 60px;
}
.testimonial-area .sub-title, .testimonial-area .section-title {
  color: #fff;
}

.testimonial-area .testimonial-box p {
  color: #fff;
}
.testimonial-area .testimonial-box .profile-bottom {
  display: flex;
  align-items: center;
}
.testimonial-area .testimonial-box .profile-bottom .img-testi {
  width: 80px;
  margin-right: 20px;
}
.testimonial-area .testimonial-box .profile-bottom .img-testi img {
  width: 80px;
}
.testimonial-area .testimonial-box .profile-bottom {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.testimonial-area .testimonial-box .profile-bottom .cont-testi h3 {
  font-size: 24px;
  color: #fff;
}
.testimonial-area .testimonial-box .profile-bottom .cont-testi p {
  margin-bottom: 0;
  font-weight: 600;
}
.testimonial-area .testimonial-box {
  padding-right: 250px;
  margin-top: 40px;
  position: relative;
}
.testimonial-area .testimonial-box .commas {
  position: absolute;
  right: 150px;
  bottom: 100px;
}
.blog-area {
  padding: 80px 0;
}
.blog-area .blog-box {
  position: relative;
}
.blog-area .blog-box a {
  display: block;
}
.blog-area .blog-box .blog-box-content {
  position: absolute;
  bottom: -25px;
  padding: 20px 10px 5px;
  background: #fff;
  width: 95%;
}
.blog-area .blog-box .blog-box-content h4 a {
  color: #514d41;
  text-decoration: none;
  font-size: 20px;
}
.blog-area .blog-box .blog-box-content ul {
  margin: 0;
  padding: 0;
}
.blog-area .blog-box .blog-box-content ul li {
  display: inline-block;
  color: #c47e62;
  font-weight: 600;
  margin-right: 5px;
}
.stay-connected-area {
  position: relative;
  background: url(../img/stay-connected.jpg);
padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;margin-bottom: 20px;
}
.stay-connected-area .sub-title, .stay-connected-area .section-title, .stay-connected-area p, .stay-connected-area form .check-area label {
  color: #fff;
}
.stay-connected-area form {
  margin-top: 50px;
}
.stay-connected-area form .form-group {
  margin-bottom: 25px;
}
.stay-connected-area form .form-group .form-control {
  border: none;
  
  border-bottom: 1px solid #fff;
  background: transparent;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  padding: 7px 0;box-shadow: none;
}
.stay-connected-area form .check-area input {
  border: 1px solid #fff;
  background: transparent;
  margin-right: 6px;
}
.stay-connected-area form .form-group .form-control::placeholder{color:#fff}
.stay-connected-area form .form-btn {
  border: none;
  box-shadow: none;
  font-weight: 600;
  color: #514d41;
  padding: 10px 15px;
  border-radius: 30px;
}
.footer {
  background: #514d41;
  padding: 80px 0;
}
.footer .footer-title {
  color: #fefefe;
 font-size: 25px;
  margin-bottom: 15px;
}
.footer p, .footer p a {
  color: #fefefe;
 
  font-family: 'Uniform';
}
.f-cont p {
  display: flex;
  gap: 10px;
}
.f-cont p img {
  width: 18px;
}
.footer a {
  text-decoration: none;color: #fefefe;
}
.footer p {
  margin-bottom: 8px;
}
.footer-links {
  margin: 0;
  padding: 0;text-align: center;
}
.footer-links li {
  display: inline-block;
  margin-right: 10px; padding-right: 10px;font-family: 'Raleway';
  color:#514d41;border-right: 1px solid #514d41;
}
.footer-links li:last-child{border-right: none; margin-right: 0px; padding-right: 0px;}
.footer-links li a{color:#514d41;text-decoration: none;}
.footer p:last-child{ margin-bottom: 0px;}
.footer p.fs-20 {
  font-size: 22px;font-weight: 600;
 
}
.footer-links li i {
  margin-right: 5px;
}
.inner-page-banner {
  position: relative;
}
.inner-page-banner .inner-page-banner-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  align-content: center;
  text-align: left;
}
.inner-page-banner .inner-page-banner-caption h1 {
  color: #514d41;
  font-size: 40px;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 150px;
}
.inner-page-banner .inner-page-banner-caption ul {
  margin: 0;
  padding: 0;
}
.inner-page-banner .inner-page-banner-caption ul li {
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.inner-page-banner .inner-page-banner-caption ul li a{  color: #fff;text-decoration: none;border-bottom:1px solid #fff}
.board-of-directors-area {
  padding: 90px 0 60px;
}
.board-of-directors-area .directors-box {
  box-shadow: 0 10px 20px 0 rgba(0,0,0,.07);
  border-radius: 4px;
  overflow: hidden;
 margin-top: 40px;
}
.board-of-directors-area .directors-box h3 {
  font-size: 28px;
  margin-bottom: 15px;
  margin-top: 7px;
}
.board-of-directors-area .directors-box span {
  color: #c47e62;
}
.board-of-directors-area .container-fluid {
  padding: 0 30px;
}
.board-of-directors-area .directors-box .team-content {
  padding: 0 35px 0 20px;
}
.team-content-area {
  background: #d2d3d5;
  padding: 100px 0;
  position: relative;
}
.team-content-area .section-title {
  margin-bottom: 30px;
}
.team-content-area p {
  margin-bottom: 0;
}
.team-content-area .team-shape {
  position: absolute;
  bottom: 0;
  left: 0;width: 160px;
}
.team-content-area .team-shape-2 {
  position: absolute;
  top: 0;
  right: 0;width: 320px;
}
.team-image-area{margin-bottom:20px;margin-top:20px}
.over-years-area {
  padding: 90px 0 60px;
}
.over-years-area .over-years-box {
  padding: 25px;
  box-shadow: 0 3px 43px 0 rgba(0,0,0,.1);
  border-radius: 3px;height: 100%;
}
.over-years-area .over-years-box p {
  margin-top: 25px;
  margin-bottom: 0;font-size: 15px;
}
.over-years-area .over-years-box .d-flex {
  align-items: center;
}
.over-years-area .over-years-box .d-flex .over-img {
  margin-right: 15px;
  height: 70px;
  width: 70px;
  text-align: center;
}
.over-years-area .over-years-box h3 {
  margin-bottom: 0;
  font-size: 26px;
}
.history-area {
  padding: 90px 0;
  background: #e6e7e8;
}
.history-area .history-box {
  margin-top: 50px;
  background: #fff;
  box-shadow: 0 0 20px 10px rgba(0,0,0,.07);
  border-radius: 5px;
  overflow: hidden;
}
.history-area .history-box .history-content {
  padding: 0 35px;
}
.history-area .history-box .history-content h4 {
  font-size: 30px;
  margin-bottom: 20px;
}
.experience-area {
  position: relative;
  padding-top: 120px;
  padding-bottom: 150px;
}
.experience-area .experience-box {
  text-align: center;
  margin-top: 40px;
}
.experience-area .experience-box strong {
  display: block;
  color: #c47e62;
  
  font-size: 50px;
  line-height: 1;
}
.experience-area .experience-box p {
  margin-bottom: 0;
  color: #514d41;
  font-weight: 600;
}
.experience-area .experience-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 460px;
}
.experience-area .experience-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 450px;
}
.listSection {
  padding: 100px 0 80px;
  position: relative;
}
.listSection .proLInk {
  display: block;
  box-shadow: 0 7px 35px 0 rgba(0,0,0,.07);
  border-radius: 3px;
  overflow: hidden;
}
.listSection .proLInk .list-content {
  padding: 20px 30px;
}
.listSection .proLInk .list-content h3 {
  font-size: 24px;
}
.listSection .proLInk .list-content ul {
  margin: 0;
  padding: 0;
}
.listSection .proLInk .list-content ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.listSection .proLInk .list-content ul li:last-child {
 
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}
.listSection .proLInk .list-content ul li strong {
  font-weight: 600;
}
.listSection .container-fluid {
  padding: 0 30px;
}
.listSection-shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
}
.listSection .tabcontent {
  display: none;animation: animatezoom 2s;
 
}
@keyframes animatezoom {
  from {
    transform:scale(0)
  }
  to {
    transform:scale(1)
  }
}
.listSection .tabcontent.active {
display: block;}

.listSection .tab button:hover {
  background-color: #ddd;
}

.listSection .tab button.active {
  background-color: #ccc;
}
.listSection .tab .tablinks {
  color: #c47e62;
  font-size: 30px;
  background: none;
  border: none;

  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}
.listSection .tab .tablinks.active, .listSection .tab .tablinks:hover{color: #514d41; background: none;}
.listSection .tab .tablinks:last-child {padding-right: 0px;
  margin-right: 0px;
  border-right: none;}
  .listSection .tab {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 60px;
}

.overview-area {
  padding: 90px 0;
}
.overview-area p{font-family: 'Raleway';}
.overview-area .single-portfolio-summary-meta-list {
  list-style: none;
  margin: 20px 0 0px 0px;
  padding: 0;
  position: relative;
}
.overview-area .single-portfolio-summary-meta-list::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #e1e1e1;
  top: 10px;
  left: -30px;
  position: absolute;display:none;
}
.overview-area .single-portfolio-summary-meta-list li {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0; font-family: 'Raleway';
}
.overview-area .single-portfolio-summary-meta-list li .meta-title {
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.overview-area .single-portfolio-summary-meta-list li .meta-value {
  margin-bottom: 0;
}
.overview-area .container-fluid {
  padding: 0 35px;
}
.overview-area .fs-20 {font-size:20px;}
.amenities-area {
  padding: 90px 0;
  position: relative;
  background: #514d41;
}
.amenities-area .section-title {
  margin-bottom: 30px;color: #fefefe;
}
.amenities-area .amenities-box {
  text-align: center;
}
.amenities-area .amenities-box p {
  margin-bottom: 0;
  font-size: 18px;
  color: #fefefe;
  font-family: 'Raleway';
  text-transform: uppercase;
}
.amenities-area .amenities-box {
  text-align: center;
  border: 1px solid #fefefe;
  padding: 12px;
}
.amenities-area .amenities-box .img-b {
  width: 86px;
  height: 86px;
  border-radius: 50%;
 border: 1px solid #fefefe;
  margin: -49px auto 15px;
  background: #514d41;
  text-align: center;
  line-height: 5;position: relative;
}
.amenities-area .amenities-box .img-b .qodef-svg-circle{stroke-dasharray: 330;
  stroke-dashoffset: 330;
  stroke: #fefefe;stroke-width: 1px;transform-origin: center;fill: none;
   -webkit-transition: all 1.5s cubic-bezier(.43,.41,.36,.9);
  -o-transition: all 1.5s cubic-bezier(.43,.41,.36,.9);
  transition: all 1.5s cubic-bezier(.43,.41,.36,.9);width: 86px;
  height: 86px;position: absolute;
  left: -0.5px;
  top: -0.5px;}

.amenities-area .amenities-box:hover .img-b .qodef-svg-circle{stroke-dashoffset: 0;
  -webkit-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
 }

 
.amenities-area .amenities-box .img-b img {
  max-width: 50px;
  max-height: 50px;
}

.plans-area {
  padding: 90px 0;
}


.plans-area .tabcontent,
.gallery-area .tabcontents {
  display: none;animation: animatezoom 2s;
 
}
@keyframes animatezoom {
  from {
    transform:scale(0)
  }
  to {
    transform:scale(1)
  }
}
.plans-area .tabcontent.active,
.gallery-area .tabcontents.active {
display: block;}

.plans-area .tab button:hover,
.gallery-area .tabs button:hover {
  background-color: #ddd;
}

.plans-area .tab button.active,
.gallery-area .tabs button.active {
  background-color: #ccc;
}
.plans-area .tab .tablinks,
.gallery-area .tabs .tablinkss {
  color: #514d41;
  font-size: 20px;
  background: none;
  border:none;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  line-height: 1;display: block;
  font-family: 'Raleway';
  text-transform: uppercase;
}
.plans-area .tab .tablinks.active, .plans-area .tab .tablinks:hover,
.gallery-area .tabs .tablinkss.active, .gallery-area .tabs .tablinkss:hover{color: #514d41; border-color:#c47e62; background: none;}
.plans-area .tab .tablinks:last-child,
.gallery-area .tabs .tablinkss:last-child {padding-right: 0px;
  margin-right: 0px;
  border-right: none;}

.gallery-area .tabs {
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
}
.gallery-area {
  padding: 90px 0;
 border-bottom: 1px solid #514d41;
}
.gallery-area .gallery-box {
  position: relative;overflow: hidden;
}
.gallery-area .gallery-box a {
  display: block;overflow: hidden;
}
.gallery-area .gallery-box .gallery-overlay {
  position: absolute;
  height: 0px;
  width: 100%;
  top: 0;
  left: 0;
  background: #c47e6282;
  color: #fff;
  font-size: 30px;
  text-align: center;
  align-content: center;
  display: grid;transition: all 0.5s;overflow: hidden;
}
.gallery-area .gallery-box:hover .gallery-overlay { height: 100%;}

.gallery-area .gallery-box img{transition: all 0.5s ease;}

.gallery-area .gallery-box:hover img {
  transform: scale(1.2);
}
.gallery-area .container-fluid {
  padding: 0 30px;
}

.video-area {
  padding: 0;
  position: relative;
}
.video-area .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.video-area .video-icon img {
  width: 110px;
}

.location-area{ padding: 80px 0;
 border-top: 1px solid #514d41;}
.location-area .container-fluid {
  padding: 0 30px;
}
.location-area .location-box {
  background: #fff;
  border-radius: 3px;
  padding: 80px 70px;
}

.location-area .location-box h3 {
  font-size: 24px;
}
.location-icon-list-items {
  padding: 0;
  margin: 0;
}
.location-icon-list-items .location-icon-list-item{display: flex;justify-content: flex-start;
  text-align: left;padding-top: 10px;align-items: center;font-family: 'Raleway';}
.location-icon-list-items .location-icon-list-item .location-icon-list-icon {
  min-width: 25px;
 
  padding-right: 20px;
} 
.location-icon-list-items .location-icon-list-item .location-icon-list-text {
  align-self: unset;color: #82807d;
} 
.enquiry-area{  padding: 90px 0px;}

.enquiry-area .container-fluid {
  padding: 0 30px;
}
.enquiry-area form {
  margin-top: 40px;  margin-bottom: 80px;
}
.enquiry-area form .form-group .form-control {
  background: #f5f5f5;
  border: none;
  height: 50px;text-transform: uppercase;
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: 500;
}
.enquiry-area form .btn {
  height: 50px;
  background: #514d41;
  color: #fff;
  width: 100%;text-transform: uppercase;
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: 500;
}
.download-broucher {
  position: relative;
  text-align: center;
}
.download-broucher a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 20px 35px;
  border: 1px dashed #c47e62;
  background: #fff;
  border-radius: 50px;
  color: #c47e62;
}
.download-broucher::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  z-index: -9;
  border: 1px dashed #c47e62;
}



.featured-project-box img{transition: opacity 1s,transform 1s;}
.featured-project-box:hover img{transform: scale3d(1.1,1.1,1);}
.project-slider{position:relative;}
.about-area.community .ps-3 {
  padding-right: 100px;
}
.community-slider .slick-prev.slick-arrow {
  right: 0;left: auto;margin-top: 65px;
}

.carousel-item.active .caption {
     opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
    }
 
.caption {
 
  opacity: 0;
  transition-property: opacity, transform;
  pointer-events: none;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.5s;
animation-delay: 0.5s;transform: translate3d(-200px, 0px, 0px);
padding-left: 0px; 
}
.carousel-caption .container {
  position: relative;
}
.right-anim-img {
  position: absolute;
  top: 0;text-align: right;
  right: 0;height:100%;
}
.right-anim-img img {
  height: 100%;
  width: auto;
}

.carousel-item.active .right-anim-img {
     opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
    }
 
.right-anim-img {
 
  opacity: 0;
  transition-property: opacity, transform;
  pointer-events: none;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.5s;
animation-delay: 0.5s;transform: translate3d(200px, 0px, 0px);
padding-left: 0px; 
}


.carousel-item.active .slider-contact {
     opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
    }
 
.homeBanner .carousel-control-prev,.homeBanner .carousel-control-next {
  position: absolute;
  width: 45px;
  height: 45px;
  bottom: 60px;
  top: auto;
  right: 100px;
  left: auto;opacity: 1;border-radius:5px;transition: all .3s ease;
}
.homeBanner .carousel-control-prev {
  margin-right: 60px;
}
.homeBanner .carousel-control-next img {
  transform: scaleX(-1);
}
.homeBanner .carousel-control-prev:hover,.homeBanner .carousel-control-next:hover{background: #c47e62;}
.carousel-caption a {
  color: #fefefe;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Raleway';
}
.carousel-caption a img {
  margin-left: 10px;
}
.homeBanner .carousel-item .clImg {
 -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
.homeBanner .carousel-indicators {
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  right: auto;
  left: 50px;
  display: block;
}
.homeBanner .carousel-indicators button {
  height: 25px;
  width: 25px;
  background: none !important;
  padding: 0;
  border: 1px solid transparent;
  margin: 25px 0;opacity:1;
  display: block;
  border-radius: 50%;position: relative;transition: all 1s;
}
.homeBanner .carousel-indicators button:hover,
.homeBanner .carousel-indicators button.active{border: 1px solid #fefefe;}  
.homeBanner .carousel-indicators button::before {
  height: 5px;
  width: 5px;
  background: #fefefe;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.footer-social {
  padding: 0;
  margin: 0;
}
.footer-social li {
  display: inline-block;
  margin-right: 15px;
}
.footer-social li img {
  width: 35px;
}
.copyright-area {
  padding: 25px 0;
  border-top: 2px solid #514d41;
  margin-top: 5px;
}
.stylish-news-area {
  padding: 80px 0;
  background: #514d41;color: #fefefe;
}

.stylish-news-area h2 {
  color: #fefefe;
  font-weight: 400;
  font-size: 40px;
  padding-right: 20px;
  margin-bottom: 30px;
}
.stylish-news-area .sub-title {
  display: block;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fefefe;
  font-family: 'Raleway';
}
.stylish-news-area .stylish-news-box .date {
  display: block;
  text-align: right;
  font-family: 'Uniform';
  letter-spacing: 1.5px;
  font-weight: 500;
  font-size: 13px;
}
.stylish-news-area .stylish-news-box h3 {
  color: #fefefe;
  font-size: 22px;
  letter-spacing: .1em;
  font-weight: 500;
}
.stylish-news-area .stylish-news-box p {
  color: #fefefe;
  font-family: 'Raleway';
  margin-bottom: 30px;font-size: 15px;
}
.stylish-news-area .stylish-news-box {
  padding: 0 20px;
}
.enquire-area {
  position: relative;
  margin: 80px 0 200px;
  background-image: url(../img/enquire.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  padding-top: 160px;
}
.enquire-area .form-area {
  background: #fefefe;margin-bottom: -120px;
  padding: 60px 80px;
  box-shadow: 0 0 10px -5px #514d41;
}
.enquire-area .form-area h2 {
  text-align: center;
  font-weight: 400;
  letter-spacing: .15em;
  font-size: 60px;
  margin-bottom: 30px;
}
.enquire-area .form-area form .form-group {
  margin-bottom: 20px;
}
.enquire-area .form-area form .form-control {
  text-transform: uppercase;
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  padding-left: 0;
  border: none;border-bottom: 1px solid #514d41;
  color: #514d41;box-shadow: none;letter-spacing: 2px;
}
.enquire-area .form-area form .form-control::placeholder{ color: #514d41;}
.enquire-area .form-area form .form-btn {
  width: 100%;
  background: #514d41;
  color: #fefefe;
  padding: 12px;
  font-family: 'Raleway';
  letter-spacing: 2px;
  border: none;position: relative;
  box-shadow: none;
}
.enquire-area .form-area form .form-btn::before {
  content: '';
  border: 1px solid #fefefe;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 5px;
  right: 0;
  bottom: 0;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
   
	width: 40px;
	height: 40px;
	line-height: 40px;
	right: 30px;
	bottom: 30px;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.about-img-1 {
  width: 75%;
}
.about-img-2 {
  width: 60%;
  padding: 0px 20px 0px 0px;
  margin-left: auto;
  position: absolute;
  bottom: -40px;
  right: 0;
}
.team-area {
  padding: 80px 0;
  background: #514d41;
}
.team-area h2 {
  color: #fefefe;font-size: 60px;
  font-weight: 400;
  line-height: 1.09em;
  letter-spacing: .15em;text-align:center;
}
.team-area .sub-title {
  letter-spacing: 1px;
  font-family: Raleway;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 13px;
  color: #fefefe;
  text-align: center;
}
.team-area .team-box {
  margin-top: 30px;
}
.team-area .team-box h3 {
  color: #fefefe;
  font-size: 24px;
  font-weight: 500;
  margin-top: 20px;
  letter-spacing: 1px;
}
.team-area .team-box .designation {
  color: #fefefe;
  font-family: 'Raleway';
  letter-spacing: 1px;
}
.principle-area {
  padding: 80px 0;
}
.principle-area h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.09em;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.principle-area p {
  text-transform: uppercase;
  font-family: 'Raleway';
  font-size: 15px;
}

.principle-area p:last-child
{margin-bottom:0px;}

.contact-area .form-area {
  background: #fefefe;
 margin-top: -120px;
  position: relative;
  padding: 50px 60px;
  box-shadow: 0 0 10px -5px #514d41;
}
.contact-area {
  padding-bottom: 80px;
}
.contact-area .form-area h2 {
  text-align: center;
  font-weight: 400;
  letter-spacing: .15em;
  font-size: 60px;
  margin-bottom: 30px;
}
.contact-area .form-area form .form-group {
  margin-bottom: 20px;
}
.contact-area .form-area form .form-control {
  text-transform: uppercase;
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  padding-left: 0;
  border: none;border-bottom: 1px solid #514d41;
  color: #514d41;box-shadow: none;letter-spacing: 2px;
}
.contact-area .form-area form .form-control::placeholder{ color: #514d41;}
.contact-area .form-area form .form-btn {
  width: 100%;
  background: #514d41;
  color: #fefefe;
  padding: 12px;
  font-family: 'Raleway';
  letter-spacing: 2px;
  border: none;position: relative;
  box-shadow: none;
}
.contact-area .form-area form .form-btn::before {
  content: '';
  border: 1px solid #fefefe;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 5px;
  right: 0;
  bottom: 0;
}

.contact-area .contact-content {
  text-align: center;margin-top: 60px;
}
.contact-area .contact-content h5 {
  letter-spacing: 1px;
}
.contact-area .contact-content p,
.contact-area .contact-content li,
.contact-area .contact-content li a{font-family: 'Raleway'; color:#514d41;letter-spacing: 2px;}
.contact-area .contact-content ul {
  margin: 0;
  padding: 0;
}
.contact-area .contact-content ul li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px solid #514d41;
  line-height: 1.1;
}
.contact-area .contact-content ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
 
}
.contact-area .contact-content ul li a {
  text-decoration: none;
}
.contact-area .contact-content p {
  margin-bottom: 0;
}
.amenities-area .sub-title,
.enquiry-area .sub-title{
  letter-spacing: 1px;
  font-family: 'Raleway';
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 13px;
  color: #514d41;
  text-align: center;
}
.location-area .location-box p {
  font-family: 'Raleway';
}
.amenities-area .sub-title {
  color: #fefefe;text-transform: none;margin-bottom: 0;
}
.amenities-area .mt-5 {
  margin-top: 6rem !important;
}
.principle-area.dark {
  background: #514d41;
  color: #fefefe;
}
.principle-area.dark h2,
.principle-area.dark p{color: #fefefe;}

.gallery-area .carousel-control-prev, .gallery-area .carousel-control-next {
  position: absolute;
  width: 45px;
  height: 45px;
  bottom: 60px;
  top: 50%;
 
  opacity: 1;
  border-radius: 5px;
  transition: all .3s ease;transform: translateY(-50%);
}
.gallery-area .carousel-control-prev{ right: auto;
  left: 30px;}
.gallery-area .carousel-control-next{ right: 30px;
  left: auto;}
.gallery-area .carousel-control-prev:hover, .gallery-area .carousel-control-next:hover {
  background: #c47e62;
}
.gallery-area .carousel-control-next img {
  transform: scaleX(-1);
}
.bg-Amaltas {
  background: #514d41c4;
  padding: 40px;
}
.amaltas-new-banner img {
  width: 220px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
}
.head-text {
  color: #fefefe;
  text-align: center;
  margin-top: 45px;position: relative;
}
.amaltas-new-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #c47e62;
  margin: 10px;
}
.head-text h3 {
  font-size: 35px;letter-spacing: 2px;
  text-transform: uppercase;

  margin-bottom: 0;color: #fefefe;
}
.head-text .hlin {
  height: 2px;
  width: 150px;
  background: #c47e62;
  margin: 10px auto;
}
.head-text p {
  font-size: 18px; font-family: 'Raleway';color: #fefefe;
}
.head-text .btnhead {
  background: #c47e62;
  color: #fefefe;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  width: 205px;
  margin: 0 auto;
  display: inline-block;
  text-decoration: none;
  font-family: 'Raleway';
}
.about-area .about-box .sub-title {
  font-size: 16px;
  letter-spacing: 1px;
  color: #514d41;
}
.project-detail {
  padding-top: 90px;
}
.project-detail .project-summary {
  margin: 0;
  padding: 0;
  display: flex; 
  flex-wrap: wrap;
}
.project-detail .project-summary li {
  display: block;
  width: 20%;
  padding: 0 50px;
  border-right: 1px solid #c47e62;
}
.project-detail .project-summary li:first-child{padding-left:0;}
.project-detail .project-summary li:last-child{padding-right:0;border-right:none;}
.project-detail .project-summary li strong {
  display: block;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
}
.project-detail .project-summary li p {
  margin-bottom: 0;
  font-family: 'Uniform';
}
.single-image-area {
  padding: 90px 0;
  background: url(../img/project-single.jpg);

  height: 85vh;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.plans-area .section-title {
  border-bottom: 1px solid #c47e62;
  padding-bottom: 20px;margin-bottom: 50px;
}
.plans-area .tab {
  margin-bottom: 50px;
  margin-top: 20px;
}
.gallery-area .section-title { 
  border-bottom: 1px solid #c47e62;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.gallery-area .gallery-box h4 {
  text-align: center;
  margin-bottom: 15px;
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 20px;
}
.footer-mobile-contact-sticky {
  background: #514d41;
  padding: 10px 15px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
.footer-mobile-contact-sticky ul {
  padding: 0;
  margin: 0;
  display: flex;
  text-align: center;
}
.footer-mobile-contact-sticky ul li {
  display: inline-block;
  color: #fefefe;
  font-size: 18px;font-family: 'Raleway';
  margin: 0 0px;
  width: 50%;
}
.footer-mobile-contact-sticky ul li a {
  color: #fefefe;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 1px;
}

.principle-area.blog-detail h2{font-size: 40px;}
.principle-area.blog-detail p {
  text-transform: none;
}
.stylish-news-area.blog-list-page {
  background: transparent;
  color: #514d41;
}
.stylish-news-area.blog-list-page .stylish-news-box h3 {
  color: #514d41;
}
.stylish-news-area.blog-list-page .stylish-news-box p {
  color: #514d41;
}
.stylish-news-area.blog-list-page .stylish-news-box .date {
  text-align: left;
 margin-bottom: 7px;
}
.single-image-area img.w-100 {
  display: none;
}
.footer-social li .circle-icon {
  position: relative;display: block;
}
.footer-social li .circle-icon .qodef-svg-circle{stroke-dasharray: 330;
  stroke-dashoffset: 330;
  stroke: #fefefe;stroke-width: 1px;transform-origin: center;fill: none;
   -webkit-transition: all 1.5s cubic-bezier(.43,.41,.36,.9);
  -o-transition: all 1.5s cubic-bezier(.43,.41,.36,.9);
  transition: all 1.5s cubic-bezier(.43,.41,.36,.9);width: 100%;
  height: 100%;position: absolute;
  left: 0px;
  top: 0px;}

.footer-social li .circle-icon:hover .qodef-svg-circle{stroke-dashoffset: 0;
  -webkit-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
 }
 
 
 .carousel-caption a.circle-icon {
  position: relative;display: inline-block;
}
.carousel-caption a.circle-icon .qodef-svg-circle{stroke-dasharray: 330;
  stroke-dashoffset: 330;
  stroke: #fefefe;stroke-width: 1px;transform-origin: center;fill: none;
   -webkit-transition: all 1.5s cubic-bezier(.43,.41,.36,.9);
  -o-transition: all 1.5s cubic-bezier(.43,.41,.36,.9);
  transition: all 1.5s cubic-bezier(.43,.41,.36,.9);width: 30px;
  height: 30px;position: absolute;
  right: 0px;
  top: 0px;}

.carousel-caption a.circle-icon:hover .qodef-svg-circle{stroke-dashoffset: 0;
  -webkit-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
 }
 
 
.about-area .about-box a.circle-icon {
  position: relative;display: inline-block;
}
.about-area .about-box a.circle-icon .qodef-svg-circle{stroke-dasharray: 330;
  stroke-dashoffset: 330;
  stroke: #514d41;stroke-width: 1px;transform-origin: center;fill: none;
   -webkit-transition: all 1.5s cubic-bezier(.43,.41,.36,.9);
  -o-transition: all 1.5s cubic-bezier(.43,.41,.36,.9);
  transition: all 1.5s cubic-bezier(.43,.41,.36,.9);width: 30px;
  height: 30px;position: absolute;
  right: 0px;
  top: 0px;}

.about-area .about-box a.circle-icon:hover .qodef-svg-circle{stroke-dashoffset: 0;
  -webkit-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
 }
 
.stylish-news-area .stylish-news-box a.circle-icon {
  position: relative;display: inline-block;
}
.stylish-news-area .stylish-news-box a.circle-icon .qodef-svg-circle{stroke-dasharray: 330;
  stroke-dashoffset: 330;
  stroke: #fefefe;stroke-width: 1px;transform-origin: center;fill: none;
   -webkit-transition: all 1.5s cubic-bezier(.43,.41,.36,.9);
  -o-transition: all 1.5s cubic-bezier(.43,.41,.36,.9);
  transition: all 1.5s cubic-bezier(.43,.41,.36,.9);width: 30px;
  height: 30px;position: absolute;
  right: 0px;
  top: 0px;}

.stylish-news-area .stylish-news-box a.circle-icon:hover .qodef-svg-circle{stroke-dashoffset: 0;
  -webkit-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
 }
 
 .stylish-news-area.blog-list-page .stylish-news-box a.circle-icon .qodef-svg-circle{stroke: #514d41;}
 
 .about-area .about-img-2 img{clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);transition: 1s .6s cubic-bezier(.53,.38,0,1);}
 .about-area .aos-init.aos-animate .about-img-2 img{clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);border-left: 10px solid #c47e62;}
  
.video-area .video-icon a {
  height: 100px;
  width: 100px;
  display: block;
  background-image: url(../img/Video-icon.svg);
  position: relative;
  background-size: 100%;
}
.enquire-area .form-area form textarea.form-control,
.contact-area .form-area form textarea.form-control{
  height: 130px;
}

@media (max-width: 767px) {
 .headerTop.HomeMenu { padding: 0 0px;
}   
 .navbar .navbar-brand {
  margin-right: 0;
} 
.navbar-brand img {
  max-height: 50px;
}
.carousel-caption h1 {
  font-size: 30px;
  margin-bottom: 15px;}
.carousel-caption a {
 font-size: 16px;}  
.carousel-caption a img {
  width: 50px;
}
.homeBanner .carousel-item .clImg {
  height: 60vh;
  object-fit: cover;
}
.homeBanner .carousel-indicators {
 display: none;
}
.homeBanner .carousel-control-prev, .homeBanner .carousel-control-next {
 width: 35px;
  height: 35px;
  bottom: 15px;
  right: 15px;
 
}
.homeBanner .carousel-control-next img,
.homeBanner .carousel-control-prev img{
 width: 11px;
}
.carousel-caption {
 padding-top: 60px;
  padding-bottom: 0;
}
.navbar-light .navbar-nav .nav-link {
 font-size: 22px;
}
.real-menu .nav-item {
  margin-bottom: 10px;
}
.about-area {
  padding: 50px 0;
}
.about-area .about-box {
  padding-left: 15px;
  padding-right: 15px;margin-top: 30px;
}
.about-area .order2 {
  order: 2;
}
.about-area .order1 {
  order: 1;
}
.about-area .about-box .sub-title {
  font-size: 16px;}
.about-area .about-box h2 {
  font-size: 28px;}  
.stylish-news-area {
  padding: 50px 0;}  
.stylish-news-area h2 {
font-size: 28px;
  padding-right: 0;}  
.stylish-news-area .stylish-news-box {
  margin-top: 40px;
}
.enquire-area .form-area h2 {
  font-size: 40px;}
 .enquire-area .form-area {
  margin-bottom: -60px;
  padding: 30px 30px;} 
.enquire-area {
  margin: 50px 0 110px;
  background-size: cover;}  

.footer {
  background: #514d41;
  padding: 50px 0;
}
.footer .footer-title {
  margin-top: 35px;
}
.footer-links li {
  display: block;
  margin-right: 0;
  padding-right: 0;
  border-right: none;
  margin-bottom: 5px;
}
.footer-links li:last-child{ margin-bottom: 0px;}
.copyright-area {
  padding: 15px 0;
  border-top: 1px solid #514d41;
 
}
.scroll-top-wrapper {
   right: 10px;bottom: 10px;}
.inner-page-banner .inner-page-banner-caption h1 {
  font-size: 25px;
  font-weight: 500;}  
.inner-page-banner .clImg {
  height: 60vh;
  object-fit: cover;
}  
.inner-page-banner .inner-page-banner-caption h1 {
   margin-top: 70px;
}
.about-img-2 {
  width: 50%;
   bottom: -20px;}
.principle-area {
  padding: 50px 0;
}
.principle-area.blog-detail h2{ font-size: 28px;}
.principle-area h2 {
  font-size: 30px;
 margin-bottom: 20px;
}
.contact-area {
  padding-bottom: 50px;
}
.contact-area .contact-content {
 margin-top: 40px;
}
.contact-area .form-area {
 margin-top: -50px;
 padding: 30px 15px;}
.contact-area .form-area h2 {
 font-size: 30px;} 
.carousel-caption .container {
 z-index: 9;
} 
.head-text h3 {
  font-size: 25px;}
.head-text {
  margin-top: 25px;}  
.head-text p {
  font-size: 16px;}  
.bg-Amaltas {
  background: #514d41c4;
  padding: 15px;
} 
.amaltas-new-banner img {
  width: 160px;}
.head-text .btnhead {
 font-size: 14px;
  padding: 10px 8px;
  width: auto;}
.amaltas-new-banner::before {
 margin: 5px;
} 
.inner-page-banner.position-relative.d-flex.flex-column.align-items-center.justify-content-center .clImg {
  height: 70vh;
}
.bg-Amaltas.amaltas-new-banner {
  margin-top: 50px;
}
.project-detail {
  padding-top: 50px;
}
.project-detail .project-summary li {
  width: 50%;
  padding: 0 30px;
  border-right: 1px solid #c47e62;
  margin-bottom: 15px;
}
.project-detail .project-summary li:nth-child(2),
.project-detail .project-summary li:nth-child(4){padding-right:0; border-right:none;}
.project-detail .project-summary li:nth-child(3),
.project-detail .project-summary li:nth-child(5){padding-left:0;}
.section-title {
  font-size: 28px;}
.overview-area {
  padding: 50px 0;
}  
.overview-area .order2 {
  order: 2;margin-top: 30px;
}
.overview-area .order1 {
  order: 1;
}
.single-image-area {
  padding-bottom: 50px;
}
.amenities-area {
  padding: 50px 0;}
.amenities-area .section-title {
  margin-bottom: 20px;} 
.amenities-area .mt-5 {
  margin-top: 5rem !important;
}  
.amenities-area .amenities-box p {
  font-size: 16px;}
.plans-area {
  padding: 50px 0;
} 
.plans-area .section-title {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.plans-area .tab .tablinks, .gallery-area .tabs .tablinkss {
 font-size: 18px;text-align: left;}
.plans-area .tab {
  margin-bottom: 30px;} 
.plans-area .tab + img {
  width: 50px;
  margin-bottom: 20px;
}
.location-area {
  padding: 50px 0;}
.location-area .container-fluid {
  padding: 0 15px;
}
.location-area .location-box {
  border-radius: 0px;
  padding: 0;
  margin-top: 30px;
}
.video-area .video-icon img {
  width: 50px;
}
.gallery-area .section-title {
  padding-bottom: 10px;
  margin-bottom: 0px;
}
.gallery-area {
  padding: 50px 0;}
.gallery-area .gallery-box h4 {
  margin-top: 35px;
} 
.enquiry-area {
  padding: 50px 0px;
}
.download-broucher a {
 font-size: 16px;
  padding: 15px 25px;}
.enquiry-area form {
  margin-top: 30px;
  margin-bottom: 30px;
}  
.enquiry-area form .form-group {
  margin-bottom: 20px;
}
.footer-mobile-contact-sticky {
    display: block;
  }
  
  .video-area .video-icon a {
  height: 50px;
  width: 50px;}
}

    