.about-ace  h1 {
  font-weight:500; font-size:40px; color:#000000;  
   letter-spacing:3px;
    font-family: Oswald,sans-serif;
   margin-bottom:30px;text-transform:uppercase;
}

.about-ace p {
    color: #000000;
	font-size:16px;
	text-align:justify;
}

.profile {
    background: url(../images/bg-profile.jpg);
	background-position: center center;
}

.profile  h2 {
  font-weight:500; font-size:40px; color:#ffffff;  
   letter-spacing:3px;
    font-family: Oswald,sans-serif;
   margin-bottom:30px;text-transform:uppercase;
}

.profile p {
    color: #ffffff;
	font-size:16px;
	text-align:justify;
}
.Promoter h2 {
  font-weight:500; font-size:40px; color:#000000;  
   letter-spacing:3px;
    font-family: Oswald,sans-serif;
   margin-bottom:30px;text-transform:uppercase;
}
.Promoter h3 {
    color: #00000;
    font-weight: 700;
    font-size: 20px;
    text-transform:uppercase;
    margin-top: 20px;
}
.Promoter p {
    color: #000000;
	font-size:16px;
	text-align:justify;
}


.mission {
    background: url(../images/bg-mission.jpg);
	background-position: center center;
}

.mission  h2 {
  font-weight:500; font-size:40px; color:#ffffff;  
   letter-spacing:3px;
    font-family: Oswald,sans-serif;
   margin-bottom:30px;text-transform:uppercase;
}

.mission p {
    color: #ffffff;
	font-size:16px;
	text-align:justify;
}

.page {
      background:#FFFFFF;
    padding: 20px 0;
	 
}


 
 
.page h1 {
  font-weight:500; font-size:45px; color:#ffffff; text-align:center;
   letter-spacing:3px;
    font-family: Oswald,sans-serif;
   margin-bottom:30px;text-transform:uppercase;
}
.page h1 span {
    font-family: Oswald,sans-serif;
    color:#ffffff;
}
.page h1 img {
  vertical-align:baseline;
}
 .page .printclass {
     letter-spacing:1px!important ;
    color:#000000 !important;
	background:#c7c692;
	text-align:left  ;
	font-size:24px;
	padding:10px 10px;
	font-family: 'Raleway', sans-serif !important;
	margin-top:30px;
}

.page p {
    color: #000000;
	font-size:16px;
	text-align:justify;
}

.page  .bg{background:#c7c692; padding-bottom:7px; padding-top:7px;}

.page .nripleft p{padding-left:20px;}

 
.page .card{border:none !important; padding:3px; cursor: pointer;}

.page h4 {
    background:rgb(199 198 146 / 50%);
    
    color: #000000;
    font-size: 30px;
    margin-bottom: 30px;
	text-transform:uppercase;
	font-weight:bold;
	padding: 22px 30px;
    line-height: 30px;
    margin-right: 30%;
}
.page h4 span{margin-top:20px;}
.page h5 {
    line-height: 25px;
    color: #000000;
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 30px;
}
.page h6 {
    line-height: 25px;
    color: #000000;
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 30px;
	font-weight:bold;
}

.page ul {
    color: #000000;
}
.page .justify-content-end {
    justify-content: left !important;
}
 
.page  .borderclas {
    padding: 10px;
    border: 1px solid #c7c692;
    margin-top: 10px;
    margin-bottom: 10px;transform: translatex(50px);margin-top: 60px;
}

.page .pageknowmore{
    font-size: 25px;
    text-transform:uppercase;
    padding: 4px 15px;
    float: right;
    margin-top: 20px;
    color: #000000 !important;
	font-family: Oswald,sans-serif !important;
    font-weight: 500;
    letter-spacing: 4px;
}
.page .pageknowmore:hover{text-decoration:none}
 .page .pageknowmore spam{background:#c7c692;padding-right: 50px;}

.page .padd-left{margin-left:35px;}



.aligned {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.aligned span {
    padding-left: 10px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
}

.aligned img {
    width: auto!important;
	display:block;
}


.menu-text {
    text-align: center;
    z-index: 9;
    position: absolute;
    top: 46%;
    width: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.menu-text p {
    font-size: 16px;
}
.menu_box {
    cursor: pointer;
    text-align: center;
    z-index: 9;
    position: absolute;
    top: 50%;
    width: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 10px 10px 10px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100000000000;
    top: 0;
    left: 0px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 1s;
    padding-top: 40px;
    
    /*background: url(../images/menu_bg.jpg) repeat center;*/   
    background-size:cover;
}
 
	
.sidenav.right {
    right: 0;
    width: 100%;
}
.sidenav .ulclass {
    list-style-type: none;
    border: 1px solid #282828;
    position: relative;
    margin-left: 100px;
    padding-left: 10px;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
    min-width: 50%;
    background-image: linear-gradient(to right, #000, transparent);

    max-height: 500px;
    overflow-y: scroll;
}
/* width */
.sidenav .ulclass::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.sidenav .ulclass::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey; */
  border-radius: 10px;
  background: #282828;
}
 
/* Handle */
.sidenav .ulclass::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 10px;
}

/* Handle on hover */
.sidenav .ulclass::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}




.sidenav .ulclass li{
   padding: 10px 21px;
}

.ulclass:before {
    content: "";
    position: absolute;
    left: -100px;
    top: 50%;
    background: #4e4e4e;
    height: 1px;
    width: 100px;
}

.sidenav ul li {
    margin-bottom: 2px;
}
.sidenav ul li a {
    cursor: pointer;
    font-size: 13px;
    color: #ffffff;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.sidenav ul li a i.fa-angle-double-right { color: #ff4646; }


.sidenav ul li a:hover {
    text-decoration: none;
    padding-left: 5px;
    transition: all 0.3s ease;
    color: #c5a47e;
}
.sidenav .closebtn {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 70px;
    margin-left: 0;
    padding: 0 7px 3px;
    color: #ffffff;
	z-index:999;
}
.sidenav .closebtn:hover {
    text-decoration: none;
}
.dropdown-container {
    display: none;
    padding: 5px 0;
    width: 300px;
}
.dropdown-container ul {
    margin: 0;
    padding-left: 25px;
    list-style-type: none;
}
.dropdown-container ul li {
    display: block;
	padding:3px 0px !important;	
}
.dropdown-container ul li a {
    font-size: 13px;
    color: #fff!important;
    transition: all 0.3s ease;
}
.dropdown-container ul li a:hover {
    padding-left: 5px;
    color: #c5a47e!important;
}



.left_slide_three {
    padding: 0 30px 0 0;
}
.img_arrow.homebtn {
    transform: rotate(180deg);
}
.left_slide_three_inner {
    background-position: left top, right 5%;
    background-repeat: no-repeat;
    background-size: 34%;
    padding: 4% 0 0 36%;
    min-height: 608px;
}
.project_box {
    overflow: hidden;
    width: 375px;
}
[data-fs-scroll] {
    position: absolute;
}
[data-fs-scroll] .page {
    position: fixed;
    list-style: none;
}
[data-fs-scroll] .page.vertical {
    left: 31%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
[data-fs-scroll] .page.horizontal {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
[data-fs-scroll] .page li {
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    margin: 5px 2px;
    cursor: pointer;
}
[data-fs-scroll] .page li.active {
    border-radius: 6px;
    background: #b92025;
}
[data-fs-scroll] .page.horizontal li {
    display: inline-block;
}
[data-fs-scroll] .page.horizontal .active {
    width: 14px;
}
[data-fs-scroll] .page.vertical .active {
    height: 14px;
}
.smal_heading {
    font-size: 20px;
    padding-left: 50px;
    margin-bottom: 15px;
    display: block;
}
.link_box {
    text-align: center;
    padding: 6px;
    margin-bottom: 30px;
    font-family: amazing-grotesk-light;
    font-weight: 600;
}
.link_box a {
    color: #000;
    text-decoration: none;
}
.link_box a:hover {
    color: #000;
    text-decoration: none;
}
.left_slide_three_inner .legacy_box {
    margin-bottom: 20px;
}
.footer-b {
    background: #bc2d31;
    padding: 1% 0 0 34% !important;
    margin-top: 40px;
    margin-bottom: 50px;
}
.footer-b .ulmclass {
    display: flex;
    list-style-type: none;
    margin-bottom: 0 !important;
}
.footer-b .ulmclass li a {
    padding: 0 12px;
    color: #fff;
    font-size: 14px;
}
.footer-b h4 {
    color: #fff !important;
    font-size: 16px !important;
    margin: 7px 0 !important;
    font-weight: 800;
}
.footer-b p {
    padding-left: 0 !important;
    color: #fff !important;
    font-size: 12px !important;
    text-align: right !important;
    margin-bottom: 4px;
}
.footer-b .project-name-box {
    display: none;
}
.project-content-part {
    margin-left: 150px;
}
.project-slider-box {
    position: fixed;
    height: 100%;
    z-index: 40;
    overflow: hidden;
    width: 375px;
    background: #fff;
}
.project-content-box {
    width: 100%;
    position: relative;
}
.project-nav-box {
    width: 100%;
    background-size: 34%;
    padding: 4% 0 0 25%;
    position: relative;
}
.project-description-box {
    width: 100%;
    background-size: 33%;
    padding: 4% 20px 0 33%;
    position: relative;
}
.project-description-box h1 {
    font-size: 25px;
    color: #b92126;
    margin: 25px 0;
}
.project-description-box h2 {
    font-size: 25px;
    color: #b92126;
    margin: 25px 0;
}
.project-description-box h4 {
    font-size: 18px;
    color: #000;
    margin: 15px 0;
}
.project-description-box h5 {
    font-size: 18px;
    color: #b92126;
    margin: 15px 0;
}
.project-description-box h6 {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 15px 0;
}
.project-description-box h1 span {
    color: #000;
}
.project-description-box h2 span {
    color: #000;
}
.project-description-box p {
    color: #000;
    padding-left: 20px;
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
}
.project-description-box ul {
    margin-bottom: 30px;
}
.project-description-box ul li {
    color: #000;
    padding-left: 0;
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
}
.project-name {
    text-align: right;
    display: block;
    font-size: 40px;
    color: #c1c1c1;
    margin-bottom: 30px;
    font-family: amazing-grotesk-light;
}
.project-name-box {
    position: relative;
}
.project-name-box img {
    right: 0;
    float: right;
}
.border-clas {
    padding: 10px;
    border: 1px solid #c7c692;
    margin-top: 10px;
    margin-bottom: 10px;
}

.border-clas1 {
    padding: 10px;
    
}
.table-responsive {
    border: none;
}
.paddineleftzero {
    padding-left: 0 !important;
}
.testimonial {
    text-align: center !important;
    position: relative;
    padding-left: 30px !important;
}
.testimonial::before {
    content:url("../images/quotation-marks.png");
     
    line-height: 54px;
    position: absolute;
    left: 15px;
    margin-left: -15px;
    top: -8px;;
}
.carouselcustom .carousel-indicators li,
.carouselcustom .carousel-indicators li.active {
    width: 13px;
    height: 13px;
    margin: -22px 3px;
    border-radius: 50%;
    border-bottom: none !important;
    border-top: none !important;
    margin-top: 40px;
}
.carouselcustom .carousel-indicators li.active {
    background: #000000;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}
.carouselcustom .carousel-indicators li {
    background: #000000;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}
.margin-top20 {
    margin-top: 20px;
}
.Presstext {
    text-align: center !important;
    padding-left: 0 !important;
}
.news p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 12px;
}
.news .carousel-item img {
    padding: 10px;
    float: right !important;
}
.project1 {
    position: relative;
}
.project1 figure figcaption {
    background: rgba(246, 193, 86, 0.7);
    bottom: 0;
    color: #fff;
    font-size: 1em;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.project1 figure figcaption:hover {
    opacity: 1;
}
.project1 figure figcaption:after,
.project1 figure figcaption:before {
    border: 1px solid rgba(255, 255, 255, 0.8);
    bottom: 1em;
    content: "";
    left: 1em;
    opacity: 0;
    position: absolute;
    right: 1em;
    top: 1em;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: 0.6s 0.2s;
    transition: 0.6s 0.2s;
}
.project1 figure figcaption:before {
    border-bottom: none;
    border-top: none;
    left: 2em;
    right: 2em;
}
.project1 figure figcaption:after {
    border-left: none;
    border-right: none;
    bottom: 2em;
    top: 2em;
}
.project1 figure figcaption:hover:after,
.project1 figure figcaption:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.project1 figure figcaption {
    text-align: center;
}
.project1 figure figcaption h2 {
    margin-top: 45%;
    color: #000;
    font-weight: 700;
    font-size: 20px;
}
.emi_bx {
    width: 100%;
    float: left;
}
.mb-0 > a {
    display: block;
    position: relative;
}
.mb-0 > a:after {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
}
.mb-0 > a[aria-expanded="true"]:after {
    content: "\f077";
}
.accordioncss .card-header {
    padding: 20px 10px;
    margin-bottom: 0;
    color: inherit;
    background-color:rgb(199 198 146 / 50%);
    border-bottom: none;
}
.accordioncss .card-header h5 {
    margin: 0 !important;
    font-size: 16px;
    padding-left: 20px;
    text-transform:uppercase;
    line-height: 20px;
	color:#ffffff;
}
#lightgallery,
#lightgallery1 h6 {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 0;
    color: #000000;
}
.accordioncss h6 {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 0;
}
.accordioncss .card-header a {
    color: #000000;
}
.mobile_view {
    display: none;
}
.accordioncss .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c0845e;
    border-radius: 0;
    margin-bottom: 10px;
}
.card-header:first-child {
    border-radius: 0;
}
@media only screen and (max-width: 1610px) and (min-width: 1400px) {
    .project-description-box {
        width: 100%;
        background-size: 42%;
        padding: 4% 3% 0 42%;
        position: relative;
    }
    .footer-b {
        background: #bc2d31;
        padding: 4% 4% 0 42% !important;
        margin-top: 40px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .footer-b p {
        text-align: right !important;
    }
    .navbar-nav {
        padding-right: 2%;
    }
    .left_slide_two {
        padding: 40% 0 0 42%;
    }
    .gauri_name {
        left: -120px;
        top: 200px;
    }
    .left_slide_three_inner {
        background-size: 41%;
        padding: 4% 0 0 41%;
    }
    [data-fs-scroll] .page.vertical {
        left: 37%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .project-slider-box {
        min-width: 500px;
    }
    .celeb_box {
        position: relative;
        bottom: 0;
    }
    .project_box {
        min-width: 580px;
    }
}
@media (min-width: 1611px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .footer-b p {
        text-align: right !important;
    }
    .navbar-nav {
        padding-right: 2%;
    }
    .left_slide_two {
        padding: 40% 0 0 42%;
    }
    .gauri_name {
        left: -120px;
        top: 200px;
    }
    .project-description-box {
        width: 100%;
        background-size: 39%;
        padding: 4% 3% 0 39%;
        position: relative;
    }
    .footer-b {
        background: #bc2d31;
        padding: 4% 4% 0 39% !important;
        margin-top: 40px;
    }
    .left_slide_three_inner {
        background-size: 41%;
        padding: 4% 0 0 41%;
    }
    [data-fs-scroll] .page.vertical {
        left: 37%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .project-slider-box {
        min-width: 500px;
    }
    .celeb_box {
        position: relative;
        bottom: 0;
    }
    .project_box {
        min-width: 580px;
    }
}
@media (max-width: 768px) {
    .slider img {margin-top:60px;}
    .mobile_view {
        display: block;
        margin-top: 75px;
    }
    .left_header_section {
        background: #f2f2f2;
        display: block;
        padding: 10px;
        height: auto;
        z-index: 40;
        width: 100%;
        position: relative;
    }
    .menu-text {
        display: none;
    }
    .social_footer {
        position: static;
        float: right;
        margin-top: 10px;
    }
    .slider_box {
        margin-left: 0;
    }
    .sidenav.right {
        width: 100%;
    }
    .sidenav {
        
    }
    .slider_box .desktop_view {
        display: none;
    }
    .gauri_name {
        position: static;
        transform: rotate(0);
        width: auto;
    }
    .gauri_image {
        width: 100%;
        float: none;
    }
    .project-slider-box {
        position: relative;
        width: 100%;
    }
    .project-description-box {
        padding: 4% 0 0 0;
    }
    .footer-b {
        padding: 1% 0 0 0 !important;
    }
    .footer-b .ulmclass {
        display: block;
        padding: 0;
    }
    .footer-b .ulmclass li a {
        padding: 0 12px;
        color: #fff;
        font-size: 14px;
    }
    .footer-b h4 {
        color: #fff !important;
        font-size: 16px !important;
        margin: 7px 0 !important;
        font-weight: 800;
    }
    .footer-b p {
        padding-left: 0 !important;
        color: #fff !important;
        font-size: 12px !important;
        text-align: center !important;
        margin-bottom: 4px;
    }
    .project-description-box h1 {
        font-size: 20px;
        margin: 20px 0;
    }
    .project-description-box p {
        padding-left: 10px;
        font-size: 14px;
    }
    .project-content-part {
        margin-left: 0;
    }
    .project-nav-box {
        padding: 4% 0 0 0;
    }
    .flex-container {
        position: relative;
        height: 7%;
    }
    .paddineleftzero {
        padding-left: 15px !important;
    }
    .link_box {
        margin-bottom: 8px;
    }
    .celeb_box .scrolltop {
        display: none;
        text-align: left;
        position: static;
        margin-top: 11px;
        left: 0;
        top: 30px;
    }
    .Celebrity {
        font-size: 25px;
        display: block;
        float: none;
        margin: 20px 0;
    }
    .page_slide_two {
        padding: 0;
    }
    .left_slide_two {
        background: url(../images/bg1.html);
        background-position: left 15%, right 6%;
        background-repeat: no-repeat;
        background-size: 35%;
        padding: 8% 0 0 0;
        min-height: auto;
    }
    .readmore_box {
        text-align: left;
    }
    .legacy_box {
        margin-bottom: 15px;
    }
    .quote_box {
        width: 100%;
        margin-left: 0;
    }
    .bg_mobile {
        background: url(../images/bg1.html);
        background-position: right 6%;
        background-repeat: no-repeat;
        background-size: 35%;
    }
    .page_slide_one {
        padding: 0 0;
    }
    .left_slide_three_inner {
        background: url(../images/bg1.html);
        background-position: right 5%;
        background-repeat: no-repeat;
        background-size: 35%;
        padding: 4% 0 0 0;
        min-height: auto;
    }
    [data-fs-scroll] .page.vertical {
        right: 15px;
    }
    .left_slide_three_inner .container {
        max-width: 100% !important;
    }
    .mobile_custom_col {
        width: 31.333%;
        float: left;
        margin-right: 3%;
    }
    .mobile_custom_col:nth-child(3) {
        margin-right: 0;
    }
    .link_box {
        font-size: 16px;
    }
    .link_box.last {
        margin-bottom: 0;
    }
    .landmark_images {
        width: 100%;
    }
}
@media screen and (min-width: 1600px) {
    .project-slider-box {
        min-width: 580px;
    }
}




input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #FFBEBE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

