﻿/* @import url("../css-2"); */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

:root {
  --space-cadet: #1f2041;
  --sunglow: #ffc857;
  --dark-cyan: #119da4;
  --paynes-gray: #19647e;
  --light-color: #fff;
  --muted-color: slategray;
  --dot-color: #ccc;
}

/* html,body{
  scroll-behavior: smooth;
}
 */
body {
  /* font-family: "Lato", sans-serif; */
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
}

a:focus, a:hover {
  text-decoration: none;
}
p {
  color: #666666;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 0px;
}
.noPadding {
  padding: 0;
}
.prdct-img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
ul,li {
  list-style: none;
}

h1 {
  font-size: 50px;
  font-family: "Open Sans", sans-serif;
  color: #000;
  margin-bottom: 20px;
}
.btn-primary {
  border-radius: 0;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-primary:hover {
  border-radius: 0;
  border: 1px solid #f5be2e;
  background: #f5be2e;
  color: #000;
}
.fntfamily {
  font-family: "Open Sans", sans-serif;
}
.padtp {
  padding-top: 0 !important;
}
.third-effect {
  cursor: pointer !important;
}
header {
  margin: 0;
  padding: 0;
  background: none;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /* height: 127px; */
}
.navbar-toggleable-md .navbar-nav .nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  /* letter-spacing: 1px; */
}
.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar {
  padding: 17px 0 21px 0;
  text-align: center;
}

.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.active,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .open > .nav-link {
  color: #b0c642;
}
.navbar-toggleable-md .navbar-nav li.nav-item {
  display: inline-block;
  position: relative;
}
.navbar-toggleable-md .navbar-nav li.nav-item a.nav-link {
  display: block;
  position: relative;
  margin: 0 13px;
  padding: 15px 0;
}

.navbar-inverse .navbar-nav .nav-link:hover:before {
  visibility: visible;
  opacity: 1;
  top: 3px;
  left: -10px;
}

.navbar-inverse .navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 2px;
  width: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navbar-inverse .navbar-nav .nav-link:after,
.navbar-inverse .navbar-nav .nav-link:after:hover {
  background-color: #f97111;
}

.navbar-inverse .navbar-nav li.active > a:before {
  visibility: visible;
  opacity: 1;
  top: 4px;
  left: -15px;
}
.navbar-inverse .navbar-nav li.active > a:after,
.navbar-inverse .navbar-nav li:hover > a:after {
  background-color: #fff;
}

.navbar-inverse .navbar-nav .nav-link:before {
  visibility: visible;
  opacity: 1;
  top: 11px;
  left: -15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .nav-link:after {
  width: 100%;
  color: #f97111;
}

.navbar-inverse .navbar-nav .nav-link:before {
  content: "\f106";
  font-family: "FontAwesome";
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: absolute;
  top: 32px;
  left: -10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* mega menu  */
.nav-item.dropdown:hover .mega-box,
.mega-box:hover {
  display: block;
}
.mega-box {
  position: absolute;
  /* top: 130%;
    right: -300%; */
  top: 100%;
  left: -100%;
  background-color: #ece6e6;
  max-width: 500px;
  border-radius: 7px;
  display: none;
  transition: all 1s ease-in-out;
}

.mega-box .row {
  padding: 25px;
}

.mega-box .nav-mega-links li {
  margin-bottom: 14px;
  text-align: left;
}
.mega-box .nav-mega-links li a {
  font-size: 1.1rem;
  font-weight: 800;
  color: #000;
  display: inline-block;
  padding: 5px;
}

.mega-box .nav-mega-links li a:hover {
  color: #000;
}


.hasDropDown:hover > ul{
display: block;
} 



.hasDropDown ul{
  background-color: #ece6e6;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 1rem ;
  border-radius: 6px;
  display: none;
  transition: 0.3s all;

}

.hasDropDown ul a{
 color: #000;
 display: block;
 padding: 3px ;
 font-weight: 700;
 font-size: 1rem;
 text-align: left;

}

.hasDropDown ul a:hover{
 
  color: #706a6a;
}




/* mega menu  */

.logo {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 250px;
  position: relative;
}

.projectTopLogo {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 250px;
  position: relative;
}

.logo.projectsLogoHeader {
  width: 396px;
  position: relative;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  /* height: 125px; */
  border-top: 0;
  background: rgba(0, 0, 0, 0.7);
}

/* .mencolor {
    background-color: #00000078;
  } */

.sticky .logo {
  width: 230px;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: left;
  margin-top: -18px;
}

.sticky .navbar {
  padding: 5px 0 5px 0;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sticky .projectTopLogo {
  opacity: 0;
  display: none;
}

.banner-wrapper {
  position: relative;
}
.indexlabelOuter {
  background: #000;
  color: #fff;
}
.indexlabel > div img {
  float: left;
}
.indexlabel h2 {
  color: #fff;
  font-size: 18px;
  padding-top: 14px;
}
.indexlabel h2 strong {
  display: block;
}
.homeContent {
  padding: 55px 0;
  text-align: center;
}
.homeContent h1 {
  background: url(http://www.upkardevelopers.com/images/line.jpg) no-repeat
    bottom;
  padding: 10px 0 35px;
  margin-bottom: 35px;
  color: #212121;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}

.homeContent p {
  color: #000;
  font-size: 16px;
  margin-bottom: 30px;
}

.ourValues {
  padding-bottom: 100px;
  padding-top: 40px;
  text-align: center;
}
.ourValues h2 {
  background: url(http://www.upkardevelopers.com/images/line.jpg) no-repeat
    bottom;
  padding: 0 0 25px;
  margin-bottom: 45px;
  font-weight: 900;
  text-align: center;
  font-size: 29px;
}
.ourValues h3 {
  font-size: 18px;
  color: #666;
  text-align: center;
  font-weight: bold;
  padding-bottom: 15px;
}
.ourValues img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.ourValues img:hover {
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1);
  transition: all 0.8s ease-in-out;
}
.ourValues img {
  filter: none;
  -webkit-filter: grayscale(0);
  transform: scale(1.01);
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin-top: 1px;
  padding: 20px 20px 0px 20px !important;
  margin-bottom: 2rem !important;
}
.breadcrumb ul li {
  position: relative;
  display: inline;
  color: #000000;
  font-size: 23px;
  font-weight: 900;
  text-transform: uppercase;
}
.projectContent {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.projectContent img {
  margin: 0 auto;
}
.projectContent h1 {
  background: url(http://www.upkardevelopers.com/images/line.jpg) no-repeat
    bottom;
  padding: 0 0 25px;
  margin-bottom: 25px;
  color: #212121;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
}
.projectDetailsTop {
  background: #ffb700;
  padding: 8px 0;
}
.projectDetailsTop ul {
  margin: 0;
}
.projectDetailsTop ul li {
  float: left;
  padding: 0 0px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.projectDetailsTop ul li + li::before {
  display: inline-block;
  padding-right: 27px;
  padding-left: 0.5rem;
  color: #fff;
  line-height: 17px;
  content: "→";
  font-size: 31px;
  /* float: left; */
  font-weight: bold;
}
.project-floorplan {
  position: relative;
}
.project-floorplanTextL {
  text-align: right;
}
.project-floorplanTextR {
  text-align: left;
}

.project-floorplanInner {
  /* padding-top: 55px; */
  padding-bottom: 55px;
  background-image: url("../images/contact-bg.png");
}
.project-floorplanInner h4 {
  font-size: 19px;
  margin-top: 11px;
  color: #212121;
  font-weight: bold;
}
.project-floorplanInner p {
  font-size: 17px;
  color: #212121;
}
.mB30 {
  margin-bottom: 30px;
}
.mT40 {
  margin-top: 40px;
}
.project-floorplanCap {
  margin-top: 40px;
}
.project-floorplan {
  position: relative;
}
.projectAmentiesInner {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../images/amenties-bg.png");
}
.projectAmentiesInner h2 {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #212121;
  margin-bottom: 25px;
  background: url(http://www.upkardevelopers.com/images/white-line.png)
    no-repeat bottom;
  padding-bottom: 20px;
}
.projectAmentiesInner h2 span {
  color: #ffc527;
}
.layoutPlanOuter {
  margin: 25px 0;
}
.layoutPlan {
  border: 1px solid #999999;
  padding: 0 0 0 31px;
  display: block;
  overflow: hidden;
  margin: 8px;
}
.layoutPlan img {
  float: right;
}
.layoutPlan h3 {
  font-size: 32px;
  margin-top: 200px;
  font-weight: bold;
  color: #212121;
}
.layoutPlan a.btn-primary {
  border-radius: 0;
  border: 1px solid #f5be2e;
  background: #fff;
  color: #000;
  text-transform: capitalize;
  letter-spacing: 0;
}
.layoutPlan a.btn-primary:hover {
  border-radius: 0;
  border: 1px solid #f5be2e;
  background: #f5be2e;
  color: #000;
}
.sendBg {
  background: url(http://www.upkardevelopers.com/images/send-bg.png) no-repeat
    left top;
  padding: 25px 15px 54px 70px;
}
.sendBg h2 {
  font-size: 45px;
  margin-top: 20px;
  font-weight: 900;
  color: #000;
  margin-bottom: 0;
}
.mailUsForm h3 {
  font-size: 23px;
  margin-top: 20px;
  font-weight: 900;
  color: #000;
  margin-bottom: 50px;
}
.mailUsForm .form-group input,
.mailUsForm .form-group textarea {
  resize: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #999;
  color: black;
  font-size: 15px;
  background: none;
  font-family: "Open Sans", sans-serif;
}
.mailUsForm .form-group button {
  cursor: pointer;
}
.map-bgInner {
  padding-top: 55px;
  padding-bottom: 55px;
}
footer {
  background: #1f1f1f;
}
.footerTop {
  background: #161616;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #999;
  text-align: left;
  /* margin: 1rem 0 ; */
  margin-inline: auto;
}
.footerTop i {
  color: #fff;
  font-size: 41px;
  float: left;
  background: url(../images/yellow-line.png)
    no-repeat right;
  padding: 10px 26px 10px 23px;
  margin-right: 20px;
}
.footerTop strong {
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 6px 0 0;
}
.footerTop a,
.footerMiddle a {
  color: #999;
}
.footerTop a:hover,
.footerMiddle a:hover {
  color: #fff;
}
.footerTop div.row div + div {
  border-left: 2px solid #1f1f1f;
}
.footerTopR {
  margin-top: 60px;
}
.footerMiddle {
  font-weight: 300;
  color: #999;
  font-size: 18px;
  padding-top: 35px;
  padding-bottom: 35px;
}
.footerMiddle p {
  font-size: 17px;
  color: #999;
  line-height: 23px;
}
.footerLinks ul li a {
  font-weight: 300;
  color: #999;
  display: block;
  font-size: 17px;
  transition: all 0.5s ease;
}
.footerMiddle h3 {
  font-size: 19px;
  margin-top: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.noPadding {
  padding: 0;
}
.mT60 {
  margin-top: 60px;
}
.footerMiddleB {
  background: #1c1c1c;
}
.footerMiddleB .fa {
  padding: 16px 16px;
  font-size: 17px;
  background: #161616;
  color: #9e9e9e;
  width: 47px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease-out;
  margin: 0;
}
.socialMedia h2,
.subscribeNewsletter h2 {
  font-size: 17px;
  padding-right: 10px;
  line-height: 22px;
  margin-top: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  float: left;
}
.socialLinks {
  
  display: flex;
  justify-content: center;
  align-items: center;
}
.fa-facebook:hover {
  background: #3b5998;
  color: white;
}
.fa-twitter:hover {
  background: #55acee;
  color: white;
}
.fa-linkedin:hover {
  background: #007bb5;
  color: white;
}
.fa-youtube-play:hover {
  background: #bb0000;
  color: white;
}
.fa-instagram:hover {
  background: #f40083;
  color: white;
}
.subscribeNewsletter .form-group {
  margin-top: 20px;
  margin-left: 0;
}
.subscribeNewsletter .form-group input {
  float: left;
  width: 75% !important;
  border-radius: 0;
  border: 2px solid #2a2a2a;
  color: #999;
  background: none;
  font-family: "Open Sans", sans-serif;
}
.subscribeNewsletter .form-group .btn {
  border-radius: 0;
  height: 40px;
  width: auto;
  color: #999;
  float: left;
  padding: 5px 9px 5px 10px;
  background: #282828;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  border: none;
  cursor: pointer;
}
.footerBottom {
  display: block;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 10px;
}
.footerBottom p.copyrights {
  color: #999;
  font-size: 16px;
  margin-top: 10px;
}
.footerLogos p {
  color: #fff;
  float: left;
  padding-top: 10px;
  font-size: 14px;
  padding-right: 15px;
}
.footerLogos ul li {
  display: inline-block;
  position: relative;
}

.projectsGalleryOuter {
  padding-top: 50px;
  padding-bottom: 50px;
}
.galleryTitle {
  background: url(http://www.upkardevelopers.com/images/gray-line.png) repeat-x
    15px;
}
.galleryTitle h2 {
  background: url(http://www.upkardevelopers.com/images/gallery-title-bg.png)
    no-repeat left;
  font-size: 41px;
  padding: 42px 25px 25px 56px;
  line-height: 22px;
  margin-top: 20px;
  font-weight: 900;
  color: #212121;
}
.galleryTitle h2 span {
  background: #fff;
  /* padding: 15px; */
  display: inline-block;
  padding: 17px 35px 17px 38px;
}

.hero-banner{
 height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image:linear-gradient( rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(../images/prop-bg.png);
  position: relative;
}


.hero-banner .banner-content{
 position: absolute;
 left: 9%;
 bottom: 10%;
}
.hero-banner .banner-content .img-wrapper {
margin-bottom: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* for Safari support */
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: rgba(255, 255, 255, 0.4); 

  padding: 8px ;

}
.hero-banner .banner-content .img-wrapper.dark-bg {
  /* background-color: #202638;  */
  background: linear-gradient(135deg, #121212, #2a2a3c);


}
.hero-banner .banner-content .img-wrapper.light-bg {
  background-color: rgba(255, 255, 255, 0.9); 

}
.hero-banner .banner-content .img-wrapper img{
width: 250px;
}

.hero-banner .banner-content .banner-heading h1{
 color: #fff;
 font-weight: 900;
 font-size: 30px;
}
@media (max-width: 600px){
  .hero-banner{
 height: 250px;

  }

  .hero-banner .banner-content{
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
}

}


.innerbanner {
  position: relative;
  top: 0;
  z-index: 1;
}
.innerbanner h1 {
  color: #fff;
  position: absolute;
  font-size: 3.75rem;
  bottom: 5px;
  width: 96%;
  text-align: left;
  left: 4%;
  padding-bottom: 27px;
  line-height: 51px;
}
.innerbanner h1 span {
  display: block;
  text-transform: uppercase;
  font-weight: 900;
}
.upcomingListing {
  padding-top: 45px;
  padding-bottom: 66px;
  background: #fcfcfc;
}
.projectsTopContentOuter {
  background: #f7f8f8;
}
.projectsTopContent {
  background: url(http://www.upkardevelopers.com/images/red-line.jpg) no-repeat
    top;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.projectsTopContent p {
  color: #000;
  font-size: 21px;
}
.end-to-end-bgInner {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  /* background-image: url('../images/end-bg.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.end-to-end-bgInner p {
  margin: 0;
  font-size: 18px;
  color: #000;
  text-align: center;
  font-weight: 600;
}
.end-to-end-bgInner h2 {
  color: #19253d;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  margin-bottom: 35px;
  background: url(http://www.upkardevelopers.com/images/blue-line.png) no-repeat
    bottom;
  padding-bottom: 35px;
}
.endtoendForm h3 {
  font-size: 23px;
  margin-top: 20px;
  font-weight: 900;
  color: #000;
  margin-bottom: 10px;
}
.endtoendForm .form-group input,
.endtoendForm .form-group textarea {
  resize: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #999;
  color: #000;
  font-style: italic;
  font-size: 19px;
  background: none;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}
.endtoendForm .form-group select {
  resize: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #999;
  color: #000;
  font-style: italic;
  font-size: 19px;
  background: none;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}
.endtoendForm .form-group button {
  cursor: pointer;
}
.endtoendForm .form-group input::placeholder,
.endtoendForm .form-group select::placeholder {
  color: #000;
  font-weight: normal;
}
.endtoendForm .input-group-addon {
  padding: 12px 7px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #464a4c;
  text-align: center;
  background-color: transparent;
  border: 0px solid #999;
  border-bottom: 1px solid #999;
  border-radius: 0;
}
.endtoendForm .btn-primary {
  border-radius: 0;
  border: 1px solid #27deff;
  background: none;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 10px 20px;
}
.endtoendForm .btn-primary:hover {
  border-radius: 0;
  border: 1px solid #27deff;
  background: #27deff;
  color: #000;
}
.endtoendFormListing {
  padding-bottom: 50px;
}
.endtoendFormListing div {
  text-align: center;
}
.endtoendFormListing div h3 {
  font-weight: normal;
  font-size: 21px;
}
.endtoendFormListing div img {
  border: 1px solid #666;
  border-radius: 100px;
}
.ongoingListing {
  padding-top: 45px;
  padding-bottom: 85px;
  background: #fcfcfc;
}
.ongoingListingInner .ongoingListingContent {
  opacity: 0;
  position: absolute;
}
.ongoingListingInner > h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  color: #212121;
  z-index: 100;
  font-size: 21px;
  text-transform: uppercase;
  text-align: left !important;
  font-weight: bold;
  display: block;
  background: #f2f5f6;
  padding: 12px 16px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
}
.ongoingListingInner {
  height: auto;
  margin: 0;
  position: relative;
  cursor: default;
}

.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.jssort101 {
  margin: 0;
}
.jssora093 {
  display: block;
  position: absolute;
  cursor: pointer;
}
.jssora093 .c {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
}
.jssora093 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
}
.jssora093:hover {
  opacity: 0.8;
}
.jssora093.jssora093dn {
  opacity: 0.6;
}
.jssora093.jssora093ds {
  opacity: 0.3;
  pointer-events: none;
}
.jssort101 .p {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: #000;
}
.jssort101 .p .cv {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 1;
}
.jssort101 .a {
  fill: none;
  stroke: #da0a33;
  stroke-width: 200;
  stroke-miterlimit: 10;
  visibility: hidden;
}
.jssort101 .p:hover .cv,
.jssort101 .p.pdn .cv {
  border: none;
  border-color: transparent;
}
.jssort101 .p:hover {
  padding: 2px;
}
.jssort101 .p:hover .cv {
  background-color: #da0a33;
  opacity: 0.35;
  cursor: pointer;
}
.jssort101 .p:hover.pdn {
  padding: 0;
}
.jssort101 .p:hover.pdn .cv {
  border: 2px solid #fff;
  background: none;
  opacity: 0.35;
}
.jssort101 .pav .cv {
  border: 1px solid #da0a33;
  opacity: 1;
}
.jssort101 .pav .a,
.jssort101 .p:hover .a {
  visibility: visible;
}
.jssort101 .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0.8;
}
.jssort101 .pav .t,
.jssort101 .p:hover .t {
  opacity: 1;
}
.graycolor1 {
  background: #e2e1de;
}
.graycolor2 {
  background: #ddd5bb;
}
.graycolor3 {
  background: #a9a391;
}
.completedListingContent h3 {
  font-size: 40px;
  font-weight: 900;
  background: url(http://www.upkardevelopers.com/images/line.jpg) no-repeat
    bottom;
  padding: 0 0 25px;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.completedListingContent p {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
.completedListingContent a {
  font-size: 17px;
  color: #000;
  border: 1px solid #000;
  padding: 8px 28px 8px;
  display: inline-block;
  font-weight: normal;
  transition: all 0.5s ease;
}
.completedListingContent a i {
  padding: 0 0 0 5px;
}
.completedListingContent a:hover {
  background: #2d5c3a;
  border: 1px solid #2d5c3a;
  color: #000;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
  opacity: 1;
}
.indexupcomingProjects {
  background: #333;
  padding-top: 45px;
  padding-bottom: 20px;
}
.indexupcomingProjects h2 {
  color: #fff;
  font-size: 45px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  background: url(http://www.upkardevelopers.com/images/blue-line.png) no-repeat
    center bottom;
  padding: 0 0 25px;
  margin-bottom: 35px;
}
.indexupcomingProjects h2 strong {
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: normal;
}
.indexongoingProjects {
  background: #fff;
  padding-top: 45px;
  padding-bottom: 0;
}
.indexcompletedProjects {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 0;
}
.indexongoingProjects h2,
.indexcompletedProjects h2
  {
  color: #000;
  font-size: 45px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  background: url(http://www.upkardevelopers.com/images/blue-line.png) no-repeat
    center bottom;
  padding: 0 0 25px;
  margin-bottom: 35px;
}
.indexongoingProjects h2 strong,
.indexcompletedProjects h2 strong {
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: normal;
  color: #666;
}
.indexcompletedProjects div.container {
  padding-top: 50px;
}
.indexlabel {
  padding-top: 10px;
  padding-bottom: 10px;
}
.certificationInner {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 30px;
}
.certificationInner h2, .awards h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 60px;
  background: url(http://www.upkardevelopers.com/images/blue-line.png) no-repeat
    bottom;
  padding-bottom: 45px;
}
.certificationInner h3 {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.certificationInner p {
  font-size: 19px;
  color: #999;
}
.certificationInner img {
  margin-bottom: 10px;
}

.newEvents {
  padding: 33px 26px 0 28px;
}

.newEvents h2 {
  text-transform: uppercase;
  color: #000;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
  background: url(http://www.upkardevelopers.com/images/blue-line.png) no-repeat
    bottom;
  padding-bottom: 30px;
}

.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}

.flip-container:hover .flipper,
.flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 100;
}

.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;

  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;

  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;

  transition: 0.6s;
  transform-style: preserve-3d;

  position: relative;
}

.flipper .front,
.back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;

  position: absolute;
  top: 0;
  left: 0;
}

.flipper .front {
  z-index: 2;
}
.flipper .front img {
  position: relative;
}
.flipper .back img {
  position: absolute;
  z-index: 1;
}
.flipper .back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: relative;
}
.flipper .front h3 {
  color: #fff;
  z-index: 10;
  text-align: left;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  padding: 9px;
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  font-family: "Open Sans", sans-serif;
}

.flipper .back ul li {
  padding: 0 0 6px;
  z-index: 10;
  line-height: 23px;
  color: #fff;
  font-size: 18px;
}

.flipperContent {
  background: rgba(51, 51, 51, 0.7);
  position: relative;
  text-align: left;
  padding: 4% 6% 39px 6%;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 10000;
}
.flipperContent h4 {
  font-size: 24px;
  color: #edad0e;
  margin-bottom: 17px;
  font-weight: bold;
}

.flipperContent a {
  font-size: 13px;
  padding: 4px 21px 3px;
  text-align: right;
  color: #fff;
  display: block;
  float: right;
  border: none;
  font-weight: normal;
}

.flipperContent i {
  color: #edad0e;
  padding: 0 0 0 5px;
}

.indexBlogContent {
  margin: 0 5%;
  background: #fff;
  position: relative;
  top: -55px;
  padding: 10px 15px 0 15px;
}
.indexBlogContent h3 {
  font-size: 17px;
  font-weight: bold;
  line-height: 22px;
}
.indexBlogContent strong {
  color: #999;
  padding-right: 7px;
  font-weight: normal;
}
.indexBlogContent p {
  font-size: 13px;
  margin: 5px 0 8px;
}
.indexBlogContent a {
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.5s ease;
}
.indexBlogContent a:hover {
  color: #000;
}

.partnersOuter {
  border-top: 1px solid #3e3e3e;
  padding-top: 60px;
  padding-bottom: 50px;
  margin-top: 45px;
}

.partnersOuter h2 {
  color: #000;
  font-size: 45px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  background: url(http://www.upkardevelopers.com/images/yellowline.jpg)
    no-repeat center bottom;
  padding: 0 0 25px;
  margin-bottom: 35px;
}
.partnersOuter h2 strong {
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: normal;
  color: #666;
}

.testimonialsOuter {
  /* border-top: 1px solid #bfbfbf; */
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center;
}

.testimonialsOuter h2 {
  color: #000;
  font-size: 45px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  background: url(http://www.upkardevelopers.com/images/yellowline.jpg)
    no-repeat center bottom;
  padding: 0 0 25px;
  margin-bottom: 15px;
}
.testimonialsOuter span {
  display: block;
  font-size: 18px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 300;
  color: #666;
  margin-bottom: 25px;
}
.testimonialsOuter img {
  border-radius: 100%;
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: all 0.8s ease-in-out;
  cursor: pointer;
}
.testimonialsOuter img:hover {
  filter: grayscale(0%);
}
.testimonialsContent p {
  color: #666;
  text-align: center;
}
.testimonialsContent h3 {
  color: #000;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  margin-top: 10px;
}
.testimonialsContent h3 strong {
  font-weight: normal;
  color: #666;
  display: block;
  padding: 5px 0;
}
.careersTopContent h2 {
  color: #3a3a3a;
  font-weight: 900;
  text-align: center;
  background: #f7f7f7;
  padding: 15px 0;
  margin-bottom: 10px;
}
.careersTopContent strong {
  font-weight: normal;
  color: #999;
  font-size: 22px;
  text-align: center;
  display: block;
  margin-bottom: 25px;
}
.careerForm {
  padding-bottom: 45px;
}
.careerForm .form-group input,
.careerForm .form-group textarea {
  resize: none;
  border-radius: 0;
  border: 2px solid #d3d3d3;
  /* color: #999; */
  font-size: 15px;
  background: none;
  font-family: "Open Sans", sans-serif;
  line-height: 2;
  color: black;
}
.careerForm .form-group select.form-control:not([size]):not([multiple]) {
  height: calc(2.8rem + 2px);
}
.careerForm .form-group select {
  resize: none;
  border-radius: 0;
  border: 2px solid #d3d3d3;
  color: #333;
  font-size: 15px;
  background: none;
  font-family: "Open Sans", sans-serif;
}
.careerForm em {
  font-size: 18px;
  color: #333;
  display: block;
  padding: 10px 0;
}

.careerForm button.btn-primary {
  border-radius: 0;
  width: 100%;
  border: 1px solid #ffc242;
  background: #fff;
  color: #000;
  font-weight: 600;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
}
.careerForm button.btn-primary:hover {
  border-radius: 0;
  border: 1px solid #f5be2e;
  background: #f5be2e;
  color: #000;
}

.careerForm .form-group input#demo2 {
  border: none;
}
.careerForm h3 {
  color: #000;
  font-weight: 900;
  font-size: 31px;
  padding: 15px 0;
  margin-bottom: 0;
}
.careerForm strong {
  font-weight: 600;
  color: #ffc242;
  font-size: 20px;
  display: block;
  margin-bottom: 25px;
}
.careerForm label {
  color: #333;
  font-size: 20px;
  font-weight: 600;
}
.careerForm label span {
  font-weight: 600;
  color: #ffc242;
}

.careerRight h3 {
  color: #333;
  font-weight: 900;
  font-size: 31px;
  padding: 15px 0;
  margin-bottom: 0;
}
.careerRight strong {
  font-weight: 600;
  color: #333;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  padding: 10px 25px;
  border: 2px solid #d3d3d3;
}
.careerRight ul li {
  font-weight: 600;
  color: #333;
  font-size: 18px;
  padding: 8px 12px;
}
.contactContent {
  padding-bottom: 50px;
}
.contactLeft {
  border: 1px solid #ffc242;
  padding: 25px 25px 15px;
  /* background: url(http://www.upkardevelopers.com/images/contacticon1.png)
      no-repeat right 27px; */
}
.contactLeft h3,
.contactRight h3 {
  color: #000;
  font-weight: 900;
  font-size: 25px;
  padding: 0 0 5px;
  margin-bottom: 0;
}
.contactLeft strong,
.contactRight strong {
  font-weight: 600;
  color: #000;
  font-size: 23px;
  display: block;
  margin-bottom: 5px;
}
.contactLeft p,
.contactRight p {
  line-height: 31px;
}
.contactLeft a,
.contactRight a {
  color: #666;
}

.contactRight {
  border: 1px solid #ffc242;
  padding: 25px 25px 15px;
  /* background: url(http://www.upkardevelopers.com/images/contacticon2.png)
      no-repeat right 27px; */
}
.aboutOurteam {
  padding-top: 45px;
  padding-bottom: 45px;
}
.aboutOurteam h2 {
  text-align: center;
  color: #000;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 900;
  background: url(../images/blue-line.png) no-repeat center bottom;
  padding: 0 0 25px;
  margin-bottom: 35px;
  margin-top: 30px;
}
.aboutOurteam h2 strong {
  text-align: center;
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: normal;
  color: #666;
}
.ourteam h3 {
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0 0 25px;
  margin-bottom: 10px;
  margin-top: 25px;
  text-align: center;
}
.ourteam h3 strong {
  margin-top: 10px;
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: normal;
  color: #ffc242;
  text-align: center;
}
.aboutContent {
  padding-top: 30px;
  padding-bottom: 30px;
}
.prjctdiv {
  /* clear: both; */
  /* display: table; */
  margin: auto !important;
  text-align: center;
  content: "";
}

.aboutContent h1 {
  background: url(http://www.upkardevelopers.com/images/red-line.jpg) no-repeat
    bottom;
  padding: 0 0 25px;
  margin-bottom: 25px;
  color: #212121;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
}
.aboutContent p {
  color: #000;
}

.aboutTopContentOuter {
  background: #f7f8f8;
}
.whyaboutContent h2 {
  color: #212121;
  font-size: 40px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 900;
  background: url(http://www.upkardevelopers.com/images/red-line.jpg) no-repeat
    bottom left;
  padding: 0 0 20px;
  margin-bottom: 20px;
}
.whyaboutContent strong {
  display: block;
  font-size: 27px;
  font-weight: 600;
  line-height: 31px;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
}
.whyaboutContent p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
.whyRightContent {
  padding-top: 55px;
}
.whyaboutContent {
  padding-top: 55px;
}
.whymiddleContent {
  padding-top: 55px;
}

.journeyInner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.journeyInner h2 {
  color: #212121;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  background: url(http://www.upkardevelopers.com/images/red-line.jpg) no-repeat
    bottom center;
  padding: 0 0 20px;
  margin-bottom: 20px;
}
.journeyContent {
  padding: 0;
}
.journeyContent p {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #000;
}
.journeyContent strong {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.boardDirectorinner {
  position: relative;
}
.boardDirectorOuter {
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: left;
}

.boardDirectorOuter h2 {
  color: #000;
  font-size: 45px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 900;
  padding: 0 0 25px;
}
.boardDirectorOuter span {
  display: block;
  font-size: 18px;
  text-align: left;
  text-transform: capitalize;
  font-weight: 300;
  color: #666;
  margin-bottom: 0;
}
.boardDirectorContent p {
  color: #000;
  font-size: 16px;
  text-align: left;
  line-height: 24px;
}
.boardDirectorContent h3 {
  color: #000;
  font-size: 30px;
  font-weight: 900;
  text-align: left;
  background: url(http://www.upkardevelopers.com/images/red-line.jpg) no-repeat
    bottom left;
  padding-bottom: 18px;
  margin-bottom: 19px;
}
.boardDirectorContent h3 strong {
  font-weight: normal;
  font-size: 26px;
  color: #000;
  display: block;
  padding: 5px 0;
}
.whyaboutContentOuter {
  padding-bottom: 45px;
}
.aboutContent p {
  text-align: center;
}
.abt {
  width: 100px;
}
.collapse {
  margin-left: 140px;
}
#parnters-logo .slick-track {
  width: 100% !important;
}
#parnters-logo .owl-prev,
#parnters-logo .owl-next {
  transform: scale(0.7);
}
.boardcntnt {
  background: #f2f5fa;
  width: 100%;
}
.boardDirectorinner {
  padding: 25px 27px;
}
.ourteam {
  margin-top: 85px;
}
.completedListingContent {
  text-align: center;
  padding: 27px 42px;
}
.jssort101,
.jssort101 {
  height: 550px;
}
#jssor_1 {
  height: 598.417px !important;
}
.jssora093,
.jssort101 {
  top: 110.85417px !important;
}

.mini-q-enq-form-top input,
.mini-q-enq-form-top textarea {
  font-size: 15px !important;
}
.frameDiv {
  border: none;
  width: 100%;
  height: 370px;
}
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #345c39;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
#back-to-top:hover {
  background: #e9ebec;
}
#back-to-top.show {
  opacity: 1;
}
#content {
  height: 500px;
}
.yellow-band ul {
  clear: both;
  content: "";
  display: table;
  margin: auto;
  text-align: center;
}
.bevinVdo {
  position: relative;
  max-height: 100%;
  overflow: hidden;
}
.bevinVdo video {
  width: 100%;
  height: 100%;
}
.breadcrumb ul li a {
  color: black;
  font-size: 23px;
  font-weight: 900;
}
.breadcrumb ul li a:hover {
  color: #2d5c3a;
}
.breadcrumb ul li {
  color: #2d5c3a !important;
}
.mask span {
  font-size: 11px;
  vertical-align: middle;
}
#mail-number {
  z-index: 3;
  position: relative;
}
#mail-number a {
  color: #b0c642;
  font-size: 18px;
  margin-top: 10px;
  line-height: 25px;
}
#mail-number li a:hover {
  color: #fff;
}
#ongoing-row2 {
  margin-top: 50px;
}
.container-fluid .row iframe {
  width: 100% !important ;
  height: 450px;
  border: none;
}
.sticky .logoprjcts {
  margin-top: 0px;
}
.ipd {
  display: none;
}
.orvalues {
  width: 16.5%;
  float: left;
}
.flipperContent-gardn {
  padding-bottom: 67% !important;
}
.flipperContent-gardn h4 {
  text-align: left;
}
.back .flipperContent-gardn ul {
  text-align: left;
}

.punchline h1 {
  font-size: 52px;
}
.completed-list li {
  text-align: left;
}
.location-area {
  margin: auto;
  width: 40%;
}

.div_center {
  max-width: 800px;
  margin: auto;
}
@media (max-width: 1366px) {
  .projectDetailsTop ul li {
    font-size: 14px;
  }
  .flipperContent {
    padding: 4% 8% 42px 6%;
  }
  .third-effect .mask p {
    font-size: 12px !important;
    line-height: 17px !important;
  }
  .third-effect .mask ul li {
    font-size: 15px !important;
    line-height: 15px !important;
  }
}

@media (max-width: 1280px) {
  .projectDetailsTop ul li {
    font-size: 13px;
  }
  .journey .slick-slide:nth-child(odd) .journeyContent {
    width: 225px;
  }
  .flipper .back ul li {
    padding: 0 0 5.2px;
    line-height: 19px;
    font-size: 16px;
  }
  .third-effect .mask p {
    font-size: 12px !important;
    line-height: 17px !important;
  }
  .third-effect .mask ul li {
    font-size: 15px !important;
    line-height: 13px !important;
  }
}
@media (max-width: 1024px) {
  .wdrds {
    margin-left: 0% !important;
  }
  .indexlabel h2 {
    color: #fff;
    font-size: 12px;
  }
  #mail-number a {
    line-height: 8px !important;
  }
  .ipd {
    display: block;
  }
}
@media all and (max-width: 995px) {
  .orvalues {
    width: 33.3%;
    float: left;
  }
  .ourValues h3 {
    margin-top: 20px;
    font-size: 20px;
  }
  .prvsn {
    margin-left: 230px;
  }
  .location-area {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .projectDetailsTop ul li {
    font-size: 14px;
  }
  /*#mail-number{display: none;}*/
  /* #topmailid {
    display: none;
  } */
   #topmailid a, #topphone a{
    font-size: 14px;
   }
  .projectDetailsTop.meadows ul li {
    font-size: 15px;
  }
  .ourValues {
    padding-bottom: 32px;
  }
  .indexongoingProjects h2,
  .indexcompletedProjects h2,.indexupcomingProjects h2  {
    font-size: 28px;
  }
  .prvsn {
    margin-left: 170px;
  }
  #topphone {
    text-align: left;
  }
}
@media all and (max-width: 479px) {
  .orvalues {
    width: 50%;
    float: none;
  }
  .prvsn {
    margin-left: 0px;
  }
  .mobile-hidden {
    display: none;
  }
  .btn-primary a {
    font-size: 0.6rem;
  }

  #topmailid a, #topphone a{
    font-size: 11px;
   }

}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #848282;
  -webkit-box-shadow: inset 0 0 6px #333333;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #848282;
}
::-moz-scrollbar {
  width: 10px;
}
::-moz-scrollbar-track {
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
  -moz-border-radius: 8px;
  border-radius: 8px;
}
::-moz-scrollbar-thumb {
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #848282;
  -moz-box-shadow: inset 0 0 6px #333333;
}
::-moz-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.9);
}
/* body {
  padding-right: 0px !important;
} */
.mySlides {
  display: none;
}
img {
  vertical-align: middle;
}
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active {
  background-color: #717171;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px;
  }
  /* .btn-primary a{
    font-size: 0.6rem;
    } */
}
.modal-header {
  text-align: center;
}
#myModal .modal-body {
  background: #fff;
  border-radius: 8px;
  padding: 8px;
}
.modal-footer {
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.modal-footer .btn-secondary {
  cursor: pointer;
  color: #fff;
  background: #2d5c3a;
  border: none;
  padding: 0.4rem 0.9rem;
  margin-top: -6px;
}
#myModal1 .p1 {
  font-size: 14px;
  color: #000;
}
#myModal1 .p2 {
  font-size: 14px;
  color: #000;
}
#myModal1 .p3 {
  font-size: 14px;
  color: #000;
}
#myModal1 {
  text-align: justify;
}
#myModal1 .modal-content {
  padding-bottom: 10px;
}
#myModal1 .modal-footer {
  padding: 5px !important;
  border: none;
}
#myModal1 .modal-body {
  padding-top: 8px !important;
}
#myModal1 .modal-header {
  padding: 11px 15px 11px 15px !important;
}
@media only screen and (max-width: 800px) {
  #myModal1 .p3 {
    z-index: -1 !important;
  }
  .modal-footer .btn-secondary {
    z-index: 99999 !important;
  }
  .modal-footer {
    text-align: center !important;
    display: block;
    z-index: 99999 !important;
  }
  #myModal1 .modal-content {
    padding-bottom: 40px !important;
  }
}

.topcol {
  color: #fff !important;
}
.third-effect .mask ul li {
  list-style-type: disc;
}
.sitevisit {
  display: block;
  height: 115px;
  margin-top: -115px;
  visibility: hidden;
}
.sitevisitmain {
  position: fixed;
  /* top: 40%; */
  bottom: 10%;
  z-index: 99999;
  left: 0;
}
.sitevisitbtn {
  text-decoration: none;
  background: #ffa705;
  color: #000 !important;
  font-size: 14.5px;
  padding: 11px;
  /* border-radius: 50%; */
  width: 56%;
  display: inline-block;
  text-align: center;
  font-weight: 600;
}
#modalupkar {
  max-width: 760px !important;
}
#modalupkar img {
  width: 100% !important;
}
#myModal .modal-content {
  background-color: transparent;
  border: none;
}
#myModal .modal-header {
  border-bottom: none;
}
.close {
  opacity: 1;
  background: #fff !important;
  text-shadow: none;
  position: relative;
  top: 22px;
  left: 34px;
  padding: 1px 6px !important;
  border-radius: 50%;
  z-index: 99999 !important;
}
.close:focus,
.close:hover {
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  .sitevisitmain {
    top: 54%;
  }
  .sitevisitbtn {
    font-size: 10px;
    padding: 8px;
  }
}
/* .sitevisitbtn {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: blinker;
  -moz-animation-duration: 1.2s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;

  animation-name: blinker;
  animation-duration: 1.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
} */

/* @-moz-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
} */

.breadcrumb-item.active {
  background-color: transparent !important;
}
#credai {
  padding: 12px 0px 0px 0px;
}
#credailogo {
  text-align: right;
  padding: 12px 0px 0px 0px;
}
.logo .navbar-brand img {
  width: 90%;
}
.logo .navbar-brand {
  padding-top: 0px !important;
  margin-top: -24px;
}

.contact-floats {
  position: fixed;
  z-index: 9999;
  text-transform: uppercase;
  bottom: 55px;
  color: #fff;
  background: #3b2925;
  border: none;
  letter-spacing: 1px;
  font-size: 1.1rem;
  height: 35px;
  line-height: 1.5;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
  padding: 6px 12px;
}
.contact-floats .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-floats .inner a {
  font-weight: 600;
  color: #fff;
}



.ctn-num {
  right: 185px;
}

.enquire {
  right: 10px;
}

/* modal css */

/* .modal {
  background-color: #fff;
  width: 500px;
  height: 500px;
}
.modal::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
} */
/* modal css */



  /* gallery  */


  .gallery {
    margin: auto;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 10px;
}

.gallery-item {
    flex: 1 1 calc(25% - 20px);
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s;
    border-radius: 10px;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    /* opacity: 0.6; */
}

.gallery-item:hover {
    transform: scale(1.02);
}

.gallery-item:hover img {
    opacity: 1;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    margin: 0 auto;
}

.modal-content {
    display: flex;
    flex-direction: column;
    margin: 4% auto;
    padding: 20px;
    background: #fff;
    max-width: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}


.modal-left img {
    width: 100%;
    height: auto;
    /* float: left; */
    border-radius: 10px;
    object-fit: cover;
}

.modal-right {
    padding: 0 2em;
    width: 40%;
    margin: 0 auto;


}

.modal-right #modal-text{
margin: 10px auto;
}


.close {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.modal-right .nav-btn {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: 20px 20px 0;
    cursor: pointer;
    border-radius: 5px;
}

.nav-btn:hover {
    background-color: #555;
}

@media (max-width: 768px) {
    .gallery-item {
        flex: 1 1 calc(50% - 20px);
    }

    /* .modal-content {
        flex-direction: column;
    } */

    .modal-right {
        margin-top: 20px;
        width: 80%;
        padding: 0;
    }

    .nav-btn {
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .gallery-item {
        flex: 1 1 100%;
    }
    .modal-content {
      max-width: 90%;
    }
    .modal-right {
      width: 100%;
    }
    .modal-right .nav-btn{
      margin: 5px auto;
    }
}

  /* gallery  */


  /* banner contact form */

#index-slider{
  position: relative;
}

.form-wrapper{
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: 5;

}





  .form-wrapper .container {
    width: 300px;
    /* height: auto; */
    /* max-width: 400px;
    width: 100%; */
    /* margin: 0 auto; */
  }
  
  #contact input[type="text"],
  #contact input[type="email"],
  #contact input[type="tel"],
  #contact input[type="url"],
  #contact textarea,
  #contact button[type="submit"] {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
  }
  
  #contact {border: 2px solid #F9F9F9;
    /* background: #F9F9F9; */
    backdrop-filter: blur(3px);
    padding: 25px;
    margin: 150px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  }
  
  #contact h3 {
    display: block;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
  }
  
  #contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
  }
  
  #contact fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
  }
  
  #contact input[type="text"],
  #contact input[type="email"],
  #contact input[type="tel"],
  #contact input[type="url"],
  #contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
  }
  
  #contact input[type="text"]:hover,
  #contact input[type="email"]:hover,
  #contact input[type="tel"]:hover,
  #contact input[type="url"]:hover,
  #contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
  }
  
  #contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
  }
  
  #contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #4CAF50;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
  }
  
  #contact button[type="submit"]:hover {
    background: #43A047;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  
  #contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  }
  
  
  #contact input:focus,
  #contact textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
  }
  
@media (max-width: 1000px) {
  .form-wrapper{
  display: none;}
  
} 
 /* banner contact form */


.float {
  position: fixed;
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float-whatsapp {
  bottom: 120px;
  right: 40px;
  background-color: #25d366;
}

.float-call {
  bottom: 50px;
  right: 40px;
  background-color: #378ce7;
}


@media (max-width: 500px){
  .float {
    width: 40px;
    height: 40px;
    font-size: 18px;
    right: 20px;

  }

  .float-whatsapp {
    bottom: 90px;
  }
  
  .float-call {
    bottom: 40px;
  }
  
}


/* unit plan section */


.unit-plans{
  background-image: url('../images/unit-plan-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-block: 50px;
}
.unit-plans .title{
  font-size: 2rem;
}
.unit-plans .img-wrapper img{
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}
.unit-plans .img-wrapper .img-caption{
font-size: 1.5rem;  
font-weight: 500;
background-color: #FFB700;
padding: 10px 15px;
width: fit-content;
margin: 0 auto;
border-radius: 20px;
}
/* unit plan section */


/* team section  */




.team-member {
  text-align: center;
  margin: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.21);
  transition: transform 0.3s ease-in-out;
}

.team-member:hover {
  transform: translateY(-10px);
}

.team-member img {
  /* width: 150px;
  height: 150px; */
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.team-member h3 {
  font-weight: 700;
  margin: 0;
}

.team-member .role {
  color: #888;
  margin-bottom: 10px;
}

.team-member .fa {
  font-size: 24px;
  margin: 0 10px;
  color: #000;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  text-decoration: none;
}

.team-member:hover .fa {
  transform: scale(1.2);
  color: #007AFF;
}

.team-member .fa:hover {
  color: #000;
  background: transparent;

}
/* team section  */

/* awards section  */
  
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
figure.snip1163 {
  font-family: 'Raleway', Arial, sans-serif;
  /* color: #fff; */
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  background: #ffffff;
  color: #000000;
  text-align: left;
}

figure.snip1163 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

figure.snip1163 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

figure.snip1163 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.snip1163 figcaption > div {
  height: 20%;
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 0;
}

figure.snip1163 h2,
figure.snip1163 p {
  margin: 0;
  padding: 0 30px;
  position: absolute;
  width: 100%;
  left: 0;
}

figure.snip1163 h2 {
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  top: 80%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.snip1163 p {
  opacity: 0;
  font-size: 0.8em;
  font-weight: 500;
  -webkit-transform: translate3d(0%, -150%, 0);
  transform: translate3d(0%, -150%, 0);
}

figure.snip1163 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

figure.snip1163:hover img,
figure.snip1163.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

figure.snip1163:hover figcaption h2,
figure.snip1163.hover figcaption h2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0.9;
  color: #000000;
}

figure.snip1163:hover figcaption p,
figure.snip1163.hover figcaption p {
  opacity: 0.7;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}


/* Demo purposes only */
/* html {
  height: 100%;
}
body {
  background-color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0;
  height: 100%;
} */



/* awards section  */


/* testimonial section  */




.testimonials-wrapper {
  display: grid;
  place-items: center;
  min-height: 100vh;
  color: var(--space-cadet);
  /* background: var(--dark-cyan); */
  background: #e1eef9;
  /* background: linear-gradient(
    135deg,
    var(--sunglow),
    var(--dark-cyan),
    var(--paynes-gray)
  ); */
}

.testimonials h2 {
  text-align: center;
  color: var(--paynes-gray);
  font-size: 2.7rem;
}
.testimonials h3 {
  font-size: 1.3rem;

  text-align: center;
  color: var(--paynes-gray);
}

.testimonials button {
  cursor: pointer;
  border: none;
}

.testimonial-slider {
  /* max-width: 1200px; */
  width: 90%;
  background-color: var(--light-color);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.testimonial-list {
  display: flex;
  overflow: hidden;
}

.testimonial {
  flex: 1 0 100%;
  text-align: center;
  padding: 20px;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.testimonial .fa-quote-left {
  font-size: 4rem;
  color: var(--sunglow);
  opacity: 0.75;
}

.testimonial blockquote {
  font-size: 1.25rem;
  margin-inline: 20px;
}

.user-info {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.user-info img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.user-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.user-details .name {
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--dark-cyan);
}

.user-details .company {
  color: var(--muted-color);
}

/* button navigation */

.testimonials .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  font-size: 1.5rem;
  border-radius: 50%;
  background-color: var(--light-color);
  color: var(--paynes-gray);
  transition: 0.3s;
  opacity: 0;
}

.testimonial-slider:hover .nav {
  opacity: 1;
}

.testimonials .nav:hover {
  background-color: var(--dark-cyan);
  color: var(--light-color);
}

.testimonials .nav.prev {
  left: 10px;
}

.testimonials .nav.next {
  right: 10px;
}

/* dot navigation */

.dots-container {
  text-align: center;
}

.dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
  margin-inline: 5px;
  background-color: var(--dot-color);
  transition: width 0.5s;
}

.dot.active {
  width: 30px;
  background-color: var(--paynes-gray);
}
/* testimonial section  */