@font-face {
  font-family: "Roboto-Medium";
  font-display: swap;
  src: url("../fonts/Roboto-Medium.ttf");
}

@font-face {
  font-family: "Roboto-Bold";
  font-display: swap;
  src: url("../fonts/Roboto-Bold.ttf");
}

@font-face {
  font-family: "Roboto-Light";
  font-display: swap;
  src: url("../fonts/Roboto-Light.ttf");
}

@font-face {
  font-family: "Roboto-Regular";
  font-display: swap;
  src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Lato-Bold";
  font-display: swap;
  src: url("../fonts/Lato-Bold.ttf");
}

@font-face {
  font-family: "Roboto-Black";
  font-display: swap;
  src: url("../fonts/Roboto-Black.ttf");
}



html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Roboto-Bold";
}

p {
  color: #333;
  margin: 0;
  font-size: 14px;
  font-family: "Roboto-Regular";
}

a {
  text-decoration: none !important;
  font-family: "Roboto-Regular";
}

ul {
  padding: 0;
  margin: 0;
  font-family: "Roboto-Regular";
}

ul li a {
  font-family: "Roboto-Regular";
  color: #666;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden !important;
  position: relative;

  background-image: linear-gradient(#f7f7f7 1px, transparent 1px), linear-gradient(to right, #f7f7f7 1px, #fff 1px);

  background-size: 3px 3px;
  font-family: "Roboto-Light";
}

:root {
  --orange: #F69644;
}

:root {
  --gree-blue: #ED6948;
}



.banner {
  position: relative;
}

.banner .over-banner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;



  background-color: #ffffff;

  opacity: 0.9;

  background-image: linear-gradient(to right, #f9f9f9, #f9f9f9 2.5px, #ffffff 2.5px, #ffffff);

  background-size: 5px 100%;

}

.Pop_form .form-control {
  border: 0.5px solid #f79544 !important;
  background-color: rgba(255, 255, 255, 0.9);
  color: #363434 !important;
  padding: 0px 14px !important;
  border-radius: 3px !important;
  margin-bottom: 10px;
}

.Pop_form .btn {
  background-color: #f79544 !important;
  color: #fff !important;
  border: 0px !important;
  border-radius: 3px !important;
  width: 100% !important;
}

.modal-body .Modal_Sub_heading {
  color: #333;
  margin-bottom: 5px !important;
}

.modal-body .Modal_heading {
  color: #f79544;
  text-align: center;
  font-size: 28px;
  margin-bottom: 10px !important;
}

.modal-body .Modal_para {
  color: #333;
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px !important;
}



.about-us {
  padding: 50px 0px;
  padding-bottom: 100px;
  border-bottom: 1px solid #eee;
  position: relative;
  
}
.background_logo_blur{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -5;
  width: 75%;
    height: 75%;
    filter: blur(34px);
    opacity: 0.4;
}

.about-us .inner-about {
  width: 80%;
  margin: 0 auto;
  
}

.about-us .heading {
  padding-bottom: 35px;
  padding-top: 50px;
}

.about-us .heading h4 {
  font-family: "Roboto-Bold";
  font-size: 40px;
  color: #333;
  letter-spacing: 2px;

  text-transform: uppercase;
  position: relative;
  margin-bottom: 0px;
}

.heading h6 {
  font-family: "Roboto-Regular";
  font-size: 16px;
  color: var(--gree-blue);
  letter-spacing: 10px;

  text-transform: uppercase;
  padding-bottom: 10px;
  padding-left: 4px;
}

.about-us .bottom-about {
  display: flex;
  justify-content: space-between;
}

.about-us .bottom-about .left {
  width: 32%;
  height: 100%;
}

.about-us .bottom-about .right {
  width: 60%;
}

.about-us .bottom-about .left img {
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-top: 70px;

  padding: 1px;
}

.about-us .bottom-about .left h5 {
  font-family: "Roboto-Medium";
  font-size: 17px;
  margin-bottom: 0;

  letter-spacing: 0.8px;
  color: var(--gree-blue);
  line-height: 29px;
  /* text-align: justify; */
}

.form_submit_btn{
  background-color: var(--orange);
  color: #fff;
}

.about-us .bottom-about .right p {
  font-family: "Roboto-Regular";
  font-size: 15px;

  letter-spacing: 0.6px;
  color: #666;
  line-height: 26px;
  padding-bottom: 15px;
}

.about-us .btn-all {
  /* background-color: var(--orange); */
  background-image: linear-gradient(#F69644, #ED6948);
  font-family: "Roboto-Regular";
  color: #fff;
  height: 50px;

  padding: 7px 40px;
  border: none;
  letter-spacing: 6px;
  border-radius: 0px;

  font-size: 16px;
  text-transform: uppercase;
  margin-top: 15px;
}



.over-banner .inner-over-banner {
  display: flex;
  width: 80%;
  margin: 0 auto;
  height: 100%;
  padding-bottom: 5%;
}

.over-banner .inner-over-banner .left {
  width: 50%;
  height: 100%;
}

.over-banner .inner-over-banner .right {
  width: 50%;
  height: 100%;
  margin-left: 2%;
}

.over-banner .inner-over-banner .right .box {
  align-items: flex-end;
  display: grid;
  height: 100%;
}

.over-banner .inner-over-banner .left {
  align-items: flex-end;
  display: grid;
  height: 100%;
  padding-bottom: 5%;
}

.over-banner .inner-over-banner .left .box .form-area {
  display: flex;
  justify-content: space-between;
}

.over-banner .inner-over-banner .left .box .form-box {
  border-top: 1px solid #d8e3e8;
  margin-top: 25px;

  padding-top: 25px;
}

.over-banner .inner-over-banner .left h1 {
  font-family: "Roboto-Regular";
  font-size: 24px;
  margin-bottom: 40px;

  line-height: 60px;
  text-transform: uppercase;
  color: var(--gree-blue);
  letter-spacing: 5px;
  position: relative;
}

.over-banner .inner-over-banner .left h1:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 25px;

  height: 3px;
  background-color: var(--orange);
}

.over-banner .inner-over-banner .left h1 span {
  display: grid;
  font-family: "Roboto-Medium";
  font-size: 55px;

  letter-spacing: 4px;
  color: var(--gree-blue);
}

.over-banner .inner-over-banner .left p {
  font-family: "Roboto-Regular";
  font-size: 16px;
  margin-bottom: 25px;

  color: #333;
  letter-spacing: 0.8px;
}

.over-banner .inner-over-banner .left .box .form-area .form-group {
  width: calc(33% - 0.5%);
  margin-bottom: 0;
}

.over-banner .inner-over-banner .left .box .form-area .form-group .form-control {
  width: 100%;
  height: 48px;

  border-radius: 0px;
  border: 1px solid var(--gree-blue);
  background-color: transparent;
  color: var(--gree-blue) !important;

  font-family: "Roboto-Regular";
}

.over-banner .inner-over-banner .left .box .form-area .form-group .form-control::placeholder {
  color: var(--gree-blue);

  letter-spacing: 0.4px;
}

.over-banner .inner-over-banner .left .box .form-area .form-group .form-control::placeholder {
  color: #1c5267 !important;

  font-family: "Roboto-Light" !important;
  font-size: 15px !important;
  text-transform: capitalize !important;
}



.over-banner .inner-over-banner .left .box .form-box button {
  background-color: var(--orange);
  font-family: "Roboto-Regular";

  color: #fff;
  height: 50px;
  padding: 7px 40px;
  border: none;
  letter-spacing: 6px;
  border-radius: 0px;
  margin-top: 25px;

  width: 32.5%;
  font-size: 16px;
  text-transform: uppercase;
}

.over-banner .inner-over-banner .left .box .form-box label {
  color: var(--gree-blue);
  font-family: "Roboto-Medium";

  letter-spacing: 0.8px;
}







.form-platter .form-area {
  display: flex;
  justify-content: space-between;
}

.form-platter .form-area .form-group {
  width: calc(33% - 0.5%) !important;
  margin-bottom: 0;
}

.form-platter .form-area .form-group .form-control {
  width: 100%;
  height: 48px;

  border-radius: 0px;
  border: 1px solid var(--gree-blue);
  background-color: transparent;
  color: var(--gree-blue) !important;

  font-family: "Roboto-Regular";
}

.form-platter .form-area .form-group .form-control::placeholder {
  color: var(--gree-blue);

  letter-spacing: 0.4px;
}

.form-platter .form-area .form-group .form-control::placeholder {
  color: #1c5267 !important;

  font-family: "Roboto-Light" !important;
  font-size: 15px !important;
  text-transform: capitalize !important;
}

.form-platter button {
  background-color: var(--orange);
  font-family: "Roboto-Regular";

  color: #fff;
  height: 50px;
  padding: 7px 40px;
  border: none;
  letter-spacing: 6px;
  border-radius: 0px;
  margin-top: 25px;

  width: 32.5%;
  font-size: 16px;
  text-transform: uppercase;
}

.form-platter .form-box label {
  color: var(--gree-blue);
  font-family: "Roboto-Medium";

  letter-spacing: 0.8px;
}







.services {
  width: 80%;
  margin: 70px auto;
}

.services .top-service {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 25px 0px;
}

.services .top-service h2 {
  font-family: "Roboto-Bold";
  font-size: 50px;
  color: #333;
  letter-spacing: 2px;

  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px;
}

.services .top-service h2:after {
  content: "";
  width: 5%;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;

  bottom: -15px;
  background-color: var(--gree-blue);
  margin: 0 auto;
}

.services .top-service h6 {
  font-family: "Roboto-Regular";
  font-size: 16px;
  color: var(--gree-blue);

  letter-spacing: 10px;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.services .top-service p {
  font-family: "Roboto-Regular";
  font-size: 18px;
  margin: 25px 0px;
  text-align: center;

  color: #333;
  letter-spacing: 0.8px;
  line-height: 34px;
  color: #666;
}

.services .mid-service {
  display: flex;
  justify-content: space-between;
}

.services .mid-service .box {
  width: calc(30% - 1%);
  background-color: #fff;
  padding: 25px;
  margin: 1%;

  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.10), 0 2px 4px rgba(0, 0, 0, 0.10);
  text-align: center;
}

.services .mid-service .box:hover {
  background-color: #f1c29b59;
}

.services .mid-service .box img {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.services .mid-service .box .img-box {
  width: 80px;
  border: 1px solid var(--gree-blue);
  height: 80px;

  padding: 15px;
  border-radius: 50px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.services .mid-service .box h4 {
  font-family: "Roboto-Medium";
  font-size: 18px;
  margin: 15px 0px;

  color: #333;
  letter-spacing: 0.8px;
}

.services .mid-service .box p {
  font-family: "Roboto-Regular";
  font-size: 15px;
  color: #666;
  margin-bottom: 15px;
  text-align: center;

  color: #333;
  letter-spacing: 0.5px;
  color: #666;
}

.services .mid-service .box a {
  color: var(--orange);
  letter-spacing: 0.2px;
  font-size: 15px;
}







.cities {
  width: 80%;
  margin: 70px auto;
}

.cities .top-cities {
  padding: 25px 0px;
}

.cities .top-cities h2 {
  font-family: "Roboto-Bold";
  font-size: 50px;
  color: #333;
  letter-spacing: 2px;

  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px;
}

.cities .top-cities h2:after {
  content: "";
  width: 5%;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;

  bottom: -15px;
  background-color: var(--gree-blue);
}

.cities .top-cities h6 {
  font-family: "Roboto-Regular";
  font-size: 16px;
  color: var(--gree-blue);

  letter-spacing: 10px;
  text-transform: uppercase;
  padding-bottom: 5px;
}



.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 250px);
  gap: 5px;
  width: 100%;
  padding: 5px;
}

.grid-container .item {
  transition: all 0.5s;
}

.grid-container:hover .item {
  opacity: 0.2;
}

.grid-container .item:hover {
  opacity: 1 !important;
}

.grid-container .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-container .r-span2 {
  grid-row: span 2;
}

.grid-container .c-span2 {
  grid-column: span 2;
}

.grid-container figure {
  margin: 0 0 0rem;
  margin: 8px;
  box-shadow: 0 3px 4px rgb(0 0 0 / 10%), 0 3px 4px rgb(0 0 0 / 15%);

  position: relative;
  overflow: hidden;
  transition: 0.4s;
  border: 8px solid #fff;
}



.grid-container figure .middle {

  transition: .5s ease;

  z-index: 9;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  text-align: center;

  background: rgba(12, 75, 99, .3);

  width: 100%;
  height: 100%;

  display: grid;
  align-items: center;
  justify-content: center;

}

.grid-container figure .middle .text p {
  font-family: "Roboto-Regular";
  text-align: center;
  color: #fff;

  background-color: rgb(236 106 72);
  border-radius: 2px;
  margin-top: 5px;
  transition: 0.5s;
  margin-bottom: 7px;
}

.grid-container figure .middle .text a {
  color: #fff;
  font-family: "Roboto-Regular";
}

.grid-container figure .middle .text h4 {
  text-align: center;
}

.grid-container figure .middle .text {
  color: #fff;
  margin-top: 25px;
  transition: 0.5s;
}

.grid-container figure:hover .middle .text {
  margin-top: 0px;
}







@keyframes zoom {

  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.1, 1.1);
  }

}

.grid-container figure:hover img {
  -webkit-animation: zoom 0.4s;
  animation: zoom 0.4s;
  transform: scale(1.1, 1.1);
}

.grid-container figure:hover .text p {
  background-color: rgb(247 149 68);
}



.cal-page {
  padding: 100px 0px;
}

.cal-page .container {
  min-width: 82%;
}

.cal-page h2 {
  font-family: "Roboto-Bold";
  font-size: 40px;
  color: #333;
  letter-spacing: 2px;

  text-transform: uppercase;
  position: relative;
  margin-bottom: 0px;
  margin-bottom: 50px;
}

.cal-page p {
  color: #666;
  font-family: "Roboto-Regular";
  font-size: 14px;

  letter-spacing: 0.4px;
  line-height: 24px;
  margin-top: 50px;
}



.projects {
  margin: 100px 0px;
  background-color: #f9f9f9;
  padding: 50px 0px;
  padding-bottom: 100px;

  margin-bottom: 0;
}

.projects .heading {
  padding-bottom: 25px;
  padding-top: 50px;
}

.projects .heading h4 {
  font-family: "Roboto-Bold";
  font-size: 40px;
  color: #333;
  letter-spacing: 2px;

  text-transform: uppercase;
  position: relative;
  margin-bottom: 0px;
}

.projects .heading ul {
  list-style-type: none;
  text-align: right;
  margin-bottom: 10px;
}

.projects .heading ul li {
  display: inline-block;
  padding-left: 15px;
}

.projects .heading ul li a {
  color: #222;
  font-family: "Roboto-Medium";
  letter-spacing: 0.5px;
}

.projects .heading ul li.active a {
  background-color: var(--orange);
  color: #fff;
  padding: 5px 15px;

  border-radius: 2px;
}

.projects .heading h6 {
  font-family: "Roboto-Regular";
  font-size: 16px;
  color: var(--gree-blue);
  letter-spacing: 10px;

  text-transform: uppercase;
  padding-bottom: 10px;
}

.projects .similar-project-2 {
  width: 80%;
  margin: 0 auto;
}

.projects .similar-project-2 .item .box {
  position: relative;
  overflow: hidden;
}

.projects .similar-project-2 .item .box img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;

  height: 100%;
  object-fit: cover;
}

.projects .similar-project-2 .item {
  overflow: hidden;
  height: 100%;
}

.projects .similar-project-2 .item:hover img {
  -webkit-animation: zoom 0.4s;
  animation: zoom 0.4s;
  transform: scale(1.1, 1.1);
}



.projects .similar-project-2 .item .box .content-details {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;

  right: 0;
  width: 100%;
  height: 100%;
}

.projects .similar-project-2 .item .inner-box .btn-like {
  position: absolute;
  top: -25px;

  right: 15px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;

  display: grid;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.10), 0 2px 4px rgba(0, 0, 0, 0.10);
}

.projects .similar-project-2 .item .inner-box .btn-like .fa {
  color: var(--orange);
  font-size: 24px;
}

.projects .similar-project-2 .item .inner-box .btn-whats {
  position: absolute;
  top: -25px;

  right: 75px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;

  display: grid;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.10), 0 2px 4px rgba(0, 0, 0, 0.10);
}

.projects .similar-project-2 .item .inner-box .btn-whats .fa {
  color: var(--gree-blue);
  font-size: 24px;
}





.projects .similar-project-2 .item .box h2 {
  opacity: 0;
  color: #fff;
  font-family: "Roboto-Bold";

  font-size: 36px;
  letter-spacing: 0.5px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

.projects .similar-project-2 .item .box button {
  background-color: var(--orange);
  font-family: "Roboto-Regular";
  opacity: 0;

  color: #fff;
  height: 45px;
  padding: 7px 25px;
  border: none;
  letter-spacing: 2px;
  border-radius: 0px;

  margin-top: 15px;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
}

.projects .similar-project-2 .item .box h6 {
  opacity: 0;
  color: #fff;
  font-size: 16px;
  padding-top: 10px;

  font-family: "Roboto-Regular";
  letter-spacing: 0.5px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.projects .similar-project-2 .item .box h4 {
  opacity: 0;
  color: #fff;
  font-size: 16px;

  padding-top: 14px;
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 255, 255, 0.5);

  margin-top: 15px;

  font-family: "Roboto-Regular";
  letter-spacing: 0.5px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}



.projects .similar-project-2 .item .box .inn-det {
  background: rgba(12, 75, 99, .3);
  position: absolute;
  display: grid;
  align-items: flex-end;

  margin: auto;
  width: 0px;
  padding: 25px;
  height: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;

  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.projects .similar-project-2 .item .box:hover .inn-det {
  opacity: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.projects .similar-project-2 .item .box:hover h2 {
  opacity: 1;
  -webkit-transition: 1.6s ease;

  transition: 1.6s ease;
}

.projects .similar-project-2 .item .box:hover h6 {
  opacity: 1;
  -webkit-transition: 1.6s ease;

  transition: 1.6s ease;
}

.projects .similar-project-2 .item .box:hover h4 {
  opacity: 1;
  -webkit-transition: 1.6s ease;

  transition: 1.6s ease;
}

.projects .similar-project-2 .item .box button {
  opacity: 1;
  -webkit-transition: 1.6s ease;

  transition: 1.6s ease;
}



.projects .similar-project-2 .item .inner-box {
  background-color: #fff;
  padding: 20px 20px;
  border: 1px solid #eee;

  border-top: none;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 5px;
  position: relative;
}

.projects .similar-project-2 .item .inner-box h5 {
  font-family: "Roboto-Regular";
  font-size: 12px;

  color: var(--orange);
  letter-spacing: 0.3px;
}

.projects .similar-project-2 .item .inner-box h4 {
  font-family: "Roboto-Bold";
  font-size: 20px;
  color: var(--gree-blue);

  letter-spacing: 0.8px;
  padding: 15px 0px;
}

.projects .similar-project-2 .item .inner-box .details-bottm {
  display: flex;
  justify-content: space-between;

  border-top: 1px solid #eee;
  padding-top: 15px;
}

.projects .similar-project-2 .item .inner-box .details-bottm span {
  color: #666;
  font-family: "Roboto-Regular";

  font-size: 14px;
}

.projects .similar-project-2 .item .inner-box .details-bottm span .fa {
  font-size: 14px;
  margin-right: 4px;
}



.projects .owl-carousel button.owl-next,
.owl-carousel button.owl-prev {
  font-size: 24px !important;

  background-color: #eee !important;
  width: 40px !important;
  border-bottom: 2px solid #eee !important;
}

.projects .owl-carousel button.owl-prev {
  font-size: 24px !important;

  background-color: #eee !important;
  width: 40px !important;
  border-bottom: 2px solid #eee !important;
}

.projects .owl-theme .owl-dots,
.owl-theme .owl-nav {
  margin-top: 50px;
}

.projects .owl-theme .owl-nav [class*=owl-] {
  background-color: #eee;
  font-size: 24px;
}

.projects .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #eee !important;
  color: #222 !important;
}

.projects .owl-theme .owl-nav {
  position: absolute;
  top: -130px;
  right: -5px;
}

/* .projects .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{display: block!important;} */



button:focus {
  outline: none;
}

.loader {

  position: fixed;

  right: 0px;

  bottom: 0px;

  left: 0px;

  top: 0px;

  background-color: rgba(0, 0, 0, 0.2);

}

@-webkit-keyframes scroll {

  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }

}

@keyframes scroll {

  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }

}

/*.slider-logo {background: white;box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.125);height: 100px;

margin: auto;overflow: hidden;position: relative;width: 100%;}

.slider-logo::before, .slider-logo::after {background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);

content: "";height: 100px;position: absolute;width: 200px;z-index: 2;}

.slider-logo::after {right: 0;top: 0;transform: rotateZ(180deg);}

.slider-logo::before {left: 0;top: 0;}

.slider-logo .slide-track {-webkit-animation: scroll 40s linear infinite;animation: scroll 40s linear infinite;

display: flex;width: calc(250px * 27);}

.slider-logo .slide {height: 100px;width: 250px;}*/



.inner-cities a {
  display: block;
  padding-bottom: 10px;

  color: var(--orange);
  font-family: "Roboto-Regular";
  font-size: 14px;

  padding-left: 15px;
  margin-bottom: 10px;

}



.blogs {
  padding: 80px 0px;
}



.blogs .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  display: none;
}



.blogs .heading {
  padding-bottom: 35px;
  padding-top: 25px;
}

.blogs .heading h4 {
  font-family: "Roboto-Bold";
  font-size: 40px;
  color: #333;
  letter-spacing: 2px;

  text-transform: uppercase;
  position: relative;
  margin-bottom: 0px;
}

.blogs .heading h6 {
  font-family: "Roboto-Regular";
  font-size: 16px;
  color: var(--gree-blue);
  letter-spacing: 10px;

  text-transform: uppercase;
  padding-bottom: 10px;
  padding-left: 4px;
}

.blogs .inn-blog-box {
  width: 80%;
  margin: 0 auto;
}

.blogs .item .box {
  border-radius: 4px;
  border: 1px solid #eee;
}

.blogs .item .box img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.blogs .item .box .inner-box {
  padding: 20px;
  background-color: #fff;
}

.blogs .item .box .inner-box h4 {
  font-family: "Roboto-Bold";
  font-size: 20px;
  color: var(--gree-blue);

  letter-spacing: 0.8px;
  padding-bottom: 15px;
}

.blogs .item .box .inner-box p {
  color: #666;
  font-family: "Roboto-Regular";
  font-size: 14px;

  letter-spacing: 0.4px;
  line-height: 24px;
}

.blogs .item .box .inner-box p a {
  color: var(--orange);
  letter-spacing: 0.1px;
}



.blogs .item .box .inner-box .bottom-blog {
  display: flex;
  justify-content: space-between;

  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 15px;
}

.blogs .item .box .inner-box .bottom-blog ul {
  list-style-type: none;
}

.blogs .item .box .inner-box .bottom-blog li {
  display: inline-block;
  padding-left: 10px;

  color: #666;
}

.blogs .item .box .inner-box .bottom-blog li .fa {
  padding-right: 5px;
}

.blogs .item .box .inner-box .bottom-blog span {
  color: #666;
}

.blogs .item .box .inner-box .bottom-blog span .fa {
  margin-right: 5px;
}

.blogs .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 40px;
}



.main-test {
  background-color: #f9f9f9;
  padding: 80px 0px;
}

.main-test .heading {
  width: 80%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 50px;
}

.main-test .heading h4 {
  font-family: "Roboto-Bold";
  font-size: 40px;
  color: #333;
  letter-spacing: 2px;

  text-transform: uppercase;
  position: relative;
  margin-bottom: 0px;
}

.main-test .heading h6 {
  font-family: "Roboto-Regular";
  font-size: 16px;
  color: var(--gree-blue);
  letter-spacing: 10px;

  text-transform: uppercase;
  padding-bottom: 10px;
  padding-left: 4px;
}

.testimonial {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 80%;
  margin: 0 auto;
}


/* updated code ADD carousle and select2 overright */
.carousel-control-prev,
.carousel-control-next {
  background: unset;
  border: none;
}

.select2-container--open {
  z-index: 999999;
}

.Pop_form .select2-container .select2-selection--single {
  border: 0.5px solid #f79544 !important;
  background-color: rgba(255, 255, 255, 0.9);
  color: #363434 !important;
  padding: 0px 14px !important;
  border-radius: 3px !important;
  margin-bottom: 10px;
  height: calc(2.25rem + 2px);
  display: flex;
}

/* updated code ADD carousle and select2 overright */



@media screen and (min-width: 61.25rem) {

  .testimonial {
    column-gap: 5rem;
  }
}

.testimonial h1 {
  grid-column: span 12;
  text-transform: capitalize;
  font-size: 2.4rem;
  margin-bottom: 2rem;

  font-weight: 700;
}

@media screen and (min-width: 61.25rem) {

  .testimonial h1 {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}

.testimonial .cards {
  grid-column: span 12;
  display: grid;
  gap: 1rem;
}

@media screen and (min-width: 61.25rem) {

  .testimonial .cards {
    grid-column: span 5;
  }
}

.testimonial .cards .card {
  cursor: pointer;
  padding: 20px 25px;
  border-radius: 1rem;
  display: grid;

  grid-template-columns: auto 1fr;
  column-gap: 2.188rem;
  align-items: center;
  transition: 0.3s;
  position: relative;

  border: 0.094rem solid transparent;
}

.testimonial .cards .card img {
  display: block;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 50%;
  filter: grayscale(1);

  transition: 0.5s;
}

.testimonial .cards .card>div h3 {
  text-transform: capitalize;
  font-size: 1.025rem;
  font-family: "Roboto-Medium";
}

.testimonial .cards .card>div p {
  text-transform: capitalize;
  color: #767676;
  font-family: "Roboto-Regular";

  font-size: 0.9rem;
}

.testimonial .cards .card.active {
  background: #fff;
  border: 0.094rem solid #0f172a14;
}

.testimonial .cards .card.active .gradient {
  border-bottom: 1px solid var(--orange);

  width: 62%;
  height: 0.094rem;
  position: absolute;
  content: "";
  bottom: -0.063rem;
  left: 50%;
  transform: translateX(-50%);

  box-shadow: 0px 0.125rem 0.75rem #4343c84d;
  border-radius: 5px;
}

.testimonial .cards .card.active img {
  filter: grayscale(0);
}

.testimonial .content {
  grid-column: span 12;
  position: relative;
  width: 100%;
  overflow: inherit;
  margin-top: 2rem;
}

@media screen and (min-width: 61.25rem) {

  .testimonial .content {
    grid-column: span 7;
    margin-top: 0;
    height: auto;
  }
}

.testimonial .content .contentBox {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: start;

  align-items: start;
}

@media screen and (min-width: 61.25rem) {

  .testimonial .content .contentBox {
    align-items: center;
  }
}

.testimonial .content .contentBox .text {
  padding-bottom: 2rem;
}

@media screen and (min-width: 61.25rem) {

  .testimonial .content .contentBox .text {
    padding-bottom: 0;
  }
}

.testimonial .content .contentBox h2 {
  transition: 0.5s;
  font-family: "Roboto-Medium";
  letter-spacing: 0.5px;

  opacity: 0;
  text-transform: capitalize;
}

.testimonial .content .contentBox p {
  transition: 0.5s;
  opacity: 0;
  margin-top: 15px;
  font-family: "Roboto-Regular";

  font-size: 15px;
  letter-spacing: 0.6px;
  color: #666;
  line-height: 26px;
}

.testimonial .content .contentBox.active h2 {
  opacity: 1;
  transition-delay: 0.5s;
}

.testimonial .content .contentBox.active p {
  opacity: 1;
  transition-delay: 0.9s;
}

.testimonial .content .contentBox ul {
  list-style-type: none;
  padding-top: 10px;
  transition: 0.5s;
  opacity: 0;
}

.testimonial .content .contentBox ul li {
  display: inline-block;
}

.testimonial .content .contentBox ul li .fa {
  color: var(--orange);
}

.testimonial .content .contentBox.active ul {
  opacity: 1;
  transition-delay: 0.5s;
}





.emp-test-page {
  padding: 80px 0px;
}

.emp-test-page .container {
  min-width: 82%;
}

.emp-test-page .heading h4 {
  font-family: "Roboto-Bold";
  font-size: 40px;
  color: #333;
  letter-spacing: 2px;

  text-transform: uppercase;
  position: relative;
  margin-bottom: 0px;
}

.emp-test-page .heading {
  padding-bottom: 50px;
}

.emp-test-page .box {
  background-color: #fff;
  padding: 40px;
  border: 1px solid #eee;

  border-radius: 5px;
  margin-bottom: 30px;
}

.emp-test-page .box img {
  border-radius: 50px;
  width: 100px;
}

.emp-test-page .box h5 {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: var(--orange);

  letter-spacing: 0.3px;
  border-top: 1px solid #eee;
  padding-top: 25px;
  margin-top: 10px
}

.emp-test-page .box p {
  color: #666;
  padding-bottom: 15px;
  font-family: "Roboto-Regular";

  font-size: 14px;
  line-height: 24px;
}

.emp-test-page .box h4 {
  font-family: "Roboto-Bold";
  font-size: 20px;
  color: var(--gree-blue);

  letter-spacing: 0.8px;
  padding: 15px 0px;
}







.arrow-owl-custom .owl-carousel .owl-nav button.owl-next {

  background-color: #222 !important;
  color: #fff;
}

.arrow-owl-custom .owl-carousel .owl-nav button.owl-prev {
  display: block;

  background-color: #222 !important;
  color: #fff;
}

.arrow-owl-custom .owl-carousel .owl-nav .owl-next span {
  margin-top: -15px;
  display: grid;
}

.arrow-owl-custom .owl-carousel .owl-nav .owl-prev span {
  margin-top: -3px;
  display: grid;
}

.arrow-owl-custom .owl-carousel .owl-nav button.owl-next {
  margin-right: 20px !important;
  margin-left: 2px
}

.arrow-owl-custom .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  font-size: 36px !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50px;
}

.arrow-owl-custom .owl-carousel .owl-nav .owl-next span {
  margin-top: -19px;

  margin-left: 6px;

  display: block;

  height: 40px;

  width: 40px;

  border-radius: 0;
}

.arrow-owl-custom .owl-theme .owl-nav [class*=owl-]:hover {
  color: #fff !important;
}



.arrow-owl-custom .owl-theme .owl-dots,
.owl-theme .owl-nav {

  margin-top: -20px;
  display: flex;
  border-radius: 100% !important;

  z-index: 9;

  position: absolute;

  right: 0;

  bottom: 10px;

}

.arrow-owl-custom .owl-carousel button.owl-next,
.owl-carousel button.owl-prev {
  border-bottom: 0 !important;
}





/*-----------------------------------------------about-page------------------------------------------*/

.about-box {
  width: 80%;
  margin: 80px auto;
}

.about-box .top-about-box {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 25px 0px;
  padding-top: 0;
}

.about-box .top-about-box p {
  font-family: "Roboto-Regular";
  font-size: 18px;
  margin-bottom: 25px;
  text-align: center;

  color: #333;
  letter-spacing: 0.8px;
  line-height: 34px;
  color: #666;
  position: relative;
}

.about-box .top-about-box p:after {
  content: "";
  width: 5%;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;

  bottom: -15px;
  background-color: var(--gree-blue);
  margin: 0 auto;
}

.about-box .mid-about-box {
  display: flex;
  justify-content: space-between;
}

.about-box .mid-about-box .box {
  width: calc(32% - 1%);
  background-color: #fff;
  padding: 40px;
  margin: 1%;

  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.10), 0 2px 4px rgba(0, 0, 0, 0.10);
}

.about-box .mid-about-box .box img {
  width: 100%;
}

.about-box ul {
  list-style-type: none;
  margin-bottom: 10px;
}

.about-box ul li {
  display: flex;
  font-size: 15px;
  padding: 4px 0px;
  font-family: "Roboto-Regular";

  letter-spacing: 0.4px;
}

.about-box ul li .fa {
  font-size: 14px;
  margin-right: 5px;
  margin-top: 4px;
}

.about-box .mid-about-box .box .img-box {
  width: 80px;
  border: 1px solid var(--gree-blue);
  height: 80px;

  padding: 15px;
  border-radius: 50px;
  margin-bottom: 25px;
}

.about-box .mid-about-box .box h4 {
  font-family: "Roboto-Medium";
  font-size: 18px;
  margin: 15px 0px;

  color: #333;
  letter-spacing: 0.8px;
}

.about-box .mid-about-box .box p {
  font-family: "Roboto-Regular";
  font-size: 15px;
  color: #666;
  margin-bottom: 15px;

  color: #333;
  letter-spacing: 0.5px;
  color: #666;
}

.about-box .mid-about-box .box a {
  color: var(--orange);
  letter-spacing: 0.2px;
  font-size: 15px;
}

.about-box .bottom-about p {
  font-family: "Roboto-Regular";
  font-size: 16px;
  margin-bottom: 25px;
  text-align: right;

  color: #333;
  letter-spacing: 0.4px;
  line-height: 34px;
  color: #666;
}

.about-box .bottom-about {
  padding-top: 50px;
  padding-left: 15px;
  text-align: right;
}

.about-box .bottom-about h4 {
  font-family: "Roboto-Medium";
  font-size: 18px;
  margin: 15px 0px;

  color: #333;
  letter-spacing: 0.8px;
}

.about-box .bottom-about ul li {
  justify-content: right;
}



.breadcrumb-banner {
  position: relative;
}

.breadcrumb-banner img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.breadcrumb-banner .over-banner {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.9;

  background-image: linear-gradient(to right, #f9f9f9, #f9f9f9 2.5px, #ffffff 2.5px, #ffffff);

  background-size: 5px 100%;
  display: grid;
  align-items: center;
  padding: 20px 0;
}

.breadcrumb-banner .over-banner .inner-bread {
  display: flex;
  margin: 0 auto;
  width: 80%;

  justify-content: space-between;
}

.breadcrumb-banner .over-banner .inner-bread .right ul li {
  display: inline-block;
  margin-left: 10px;

  color: var(--gree-blue);
}

.breadcrumb-banner .over-banner .inner-bread .left h2 {
  letter-spacing: 1px;
  font-size: 20px;

  font-family: "Roboto-Bold";
  color: var(--gree-blue);
  text-transform: capitalize;
}

.breadcrumb-banner .over-banner .inner-bread .right ul li .fa {
  width: 22px;
}

.breadcrumb-banner .over-banner .inner-bread .right ul li a {
  color: var(--gree-blue);

  font-family: "Roboto-Regular";
  letter-spacing: 0.4px;
}

.breadcrumb-banner .over-banner .inner-bread .right ul li.active a {
  color: var(--orange);
}





/*-------------------------------blogs-page------------------------*/

.blogs-page {
  padding: 50px 0px;
  padding-bottom: 100px;
}

.blogs-page .heading {
  width: 80%;
  margin: 0 auto;
}

.blogs-page .heading {
  padding-bottom: 35px;
  padding-top: 25px;
}

.blogs-page .heading h4 {
  font-family: "Roboto-Bold";
  font-size: 40px;
  color: #333;
  letter-spacing: 2px;

  text-transform: uppercase;
  position: relative;
  margin-bottom: 0px;
}

.blogs-page .heading h6 {
  font-family: "Roboto-Regular";
  font-size: 16px;
  color: var(--gree-blue);
  letter-spacing: 10px;

  text-transform: uppercase;
  padding-bottom: 10px;
  padding-left: 4px;
}

.blogs-page .inner-blogs {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.blogs-page .inner-blogs .left-blog {
  width: 70%;
}

.blogs-page .inner-blogs .left-blog .box {
  padding: 40px;
  border: 1px solid #eee;
  border-radius: 5px;

  margin-bottom: 25px;
  position: relative;
  padding-bottom: 50px;
}

.blogs-page .inner-blogs .left-blog .box .name-date {
  position: absolute;
  bottom: 5%;
  right: 5%;
}

.blogs-page .inner-blogs .left-blog .box .name-date ul li {
  display: inline-block;
  color: #333;

  padding-left: 15px;
}

.blogs-page .inner-blogs .left-blog .box .name-date ul li .fa {
  margin-right: 5px;
}

.blogs-page .inner-blogs .right-blog {
  width: 28%;
  padding: 40px;
  background-color: #f9f9f9;

  border-radius: 5px;
}

.blogs-page .inner-blogs .right-blog .box {
  padding: 20px 0px;
  border-bottom: 1px solid #eee;

  padding-top: 25px;
}

.blogs-page .inner-blogs .right-blog h2 {
  font-size: 15px;
  padding-bottom: 10px;

  font-family: "Roboto-Medium";
  letter-spacing: 0.4px;
  line-height: 22px;
}

.blogs-page .inner-blogs .right-blog h4 {
  position: relative;
  margin-bottom: 15px;
  letter-spacing: 0.6px;
}

.blogs-page .inner-blogs .right-blog h4:after {
  content: "";
  position: absolute;
  bottom: -20px;

  left: 0;
  width: 25px;
  height: 3px;
  background-color: var(--orange);
}

.blogs-page .inner-blogs .right-blog ul {
  padding-top: 10px;
}

.blogs-page .inner-blogs .right-blog ul li {
  display: inline-block;
  font-size: 14px;
  padding-right: 15px;
}

.blogs-page .inner-blogs .right-blog p {
  color: #666;
  letter-spacing: 0.2px;
  line-height: 22px;
}



.blogs-page .inner-blogs .left-blog .box .blog-date {
  background-color: var(--gree-blue);
  padding: 15px;

  padding-top: 40px;
  border-radius: 5px;
  text-align: center;
  margin-right: 40px;
}

.blogs-page .inner-blogs .left-blog .box .blog-date h4 {
  color: #fff;
  font-family: "Roboto-Medium";

  font-size: 50px;
  letter-spacing: 1px;
}

.blogs-page .inner-blogs .left-blog .box .blog-date h6 {
  font-family: "Roboto-Regular";

  letter-spacing: 9px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 4px;
}

.blogs-page .inner-blogs .left-blog .box h2 {
  font-family: "Roboto-Bold";
  font-size: 30px;

  letter-spacing: 1px;
  padding-top: 50px;
  position: relative;
  margin-bottom: 30px;
}

.blogs-page .inner-blogs .left-blog .box img {
  margin: 10px 0px;
  margin-bottom: 20px;
  border: 1px solid #ccc;

  border-radius: 5px;
  padding: 1px;
}

.blogs-page .inner-blogs .left-blog .box h2:after {
  content: "";
  position: absolute;
  bottom: -15px;

  left: 0;
  width: 25px;
  height: 3px;
  background-color: var(--orange);
}

.blogs-page .inner-blogs .left-blog .box h5 {
  font-family: "Roboto-Medium";
  font-size: 16px;

  letter-spacing: 0.2px;
  color: #333;
  padding: 10px 0px;
}

.blogs-page .inner-blogs .left-blog .box p {
  color: #666;
  padding: 5px 0px;
  letter-spacing: 0.4px;

  line-height: 24px;
}

.blogs-page .inner-blogs .left-blog .box a {
  color: var(--orange);
}



/*----------------------------------------career-page-------------------------------------*/



.career-page {
  padding: 100px 0px;
  padding-top: 70px;
}

.career-page .heading {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 25px;
}

.career-page .heading h2 {
  font-family: "Roboto-Bold";
  font-size: 50px;
  color: #333;

  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}

.career-page .inner-sec {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.career-page .inner-sec .left-sec {
  width: 57%;
  margin-right: 3%;
}

.career-page .inner-sec .right-sec {
  width: 40%;
}

.career-page .inner-sec .right-sec .form-sec {
  display: grid;
}

.career-page .inner-sec .right-sec .form-sec .form-control {
  padding: 12px;
  border-radius: 0;

  background-color: #f7f7f7;
  margin-bottom: 20px;
}

.career-page .inner-sec .right-sec .form-sec h4 {
  font-family: "Roboto-Regular";
  font-size: 18px;

  letter-spacing: 1px;
  padding-top: 25px;
  display: none;
}



.career-page .inner-sec .right-sec .inner-box {
  border: 1px solid #eee;
  border-radius: 5px;

  padding: 50px;
  padding-top: 35px;
}

.career-page .inner-sec .right-sec .inner-box p {
  font-family: "Roboto-Regular";
  font-size: 16px;

  letter-spacing: 0.6px;
  color: #666;
  line-height: 27px;
  padding-bottom: 25px;
}

.career-page .inner-sec .right-sec .form-sec button {
  margin-top: 25px;
  background-color: var(--orange);

  padding: 8px 25px;
  border: 0;
  color: #fff;
}

.career-page .right-sec h2 {
  font-family: "Roboto-Bold";
  margin-bottom: 50px;

  font-size: 32px;
  text-transform: uppercase;
  line-height: 60px;

  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
}

.career-page .right-sec h2:after {
  content: "";
  width: 25px;
  height: 4px;
  bottom: -16px;
  left: 0;

  background-color: var(--orange);
  position: absolute;
}

.career-page .inner-sec .inner-box-left .address {
  display: flex;
  justify-content: space-between;
}

.career-page .inner-sec .inner-box-left .address .box {
  width: 48%;
}

.career-page .inner-sec .inner-box-left .address .box h6 {
  margin-top: 40px;
  font-family: "Roboto-Regular";
  letter-spacing: 5px;
  font-size: 18px;

  padding-bottom: 5px;
  margin-bottom: 0;
  color: var(--orange);
}

.career-page .inner-sec .inner-box-left .address .box h4 {
  font-family: "Roboto-Regular";
  font-size: 17px;
  padding-top: 10px;
  line-height: 32px;

  letter-spacing: 0.5px;
  color: #222;
}

.career-page .descrip p {
  font-family: "Roboto-Regular";
  font-size: 16px;

  letter-spacing: 0.6px;
  color: #666;
  line-height: 27px;
  padding-bottom: 25px;
}

.career-page .right-sec p {
  font-family: "Roboto-Regular";
  font-size: 18px;
  color: #666;
}

.career-page .descrip {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 105px;
  text-align: center;
}

.career-page .descrip .id-mail {
  margin-top: 25px;
  position: relative;
}

.career-page .descrip .id-mail:after {
  content: "";
  width: 5%;
  height: 3px;
  position: absolute;

  left: 0;
  right: 0;
  bottom: -45px;
  background-color: var(--orange);
  margin: 0 auto;
}

.career-page .descrip .id-mail span {
  color: var(--gree-blue);

  font-family: "Roboto-Medium";
  letter-spacing: 0.8px;
  border: 1px solid var(--gree-blue);

  padding: 15px 60px;
  margin-right: 15px;
  border-radius: 5px;
}

.career-page .card-header {
  padding: 15px 25px;
}

.career-page .card {
  margin-bottom: 15px;
  border: 1px solid #eee;
}

.career-page .card-header a {
  justify-content: space-between;
  display: flex;
  line-height: 30px;

  font-family: "Roboto-Medium";
  letter-spacing: 0.5px;
  font-size: 16px;

  margin-bottom: 0;
  color: var(--gree-blue);
}

.career-page .card-body {
  padding: 25px;
}

.career-page .card-body ul {
  padding-left: 0;
  list-style-type: none;
}

.career-page .card-body h4 {
  font-family: "Roboto-Medium";
  font-size: 16px;
  letter-spacing: 0.6px;

  padding-top: 10px;
}

.career-page .card-body h5 {
  padding-top: 25px;

  font-family: "Roboto-Medium";
  font-size: 16px;
  letter-spacing: 0.6px;
}

.career-page .card-body h6 {
  font-family: "Roboto-Medium";
  font-size: 16px;

  letter-spacing: 0.6px;
  padding-top: 10px;
}

.career-page .card-body p {
  font-family: "Roboto-Regular";
  font-size: 15px;

  letter-spacing: 0.6px;
  color: #666;
  line-height: 25px;
  padding: 15px 0px;
}

.career-page .card-body ul {
  padding-top: 15px;
}

.career-page .card-body ul li {
  font-family: "Roboto-Regular";
  font-size: 14px;
  padding-top: 5px;

  letter-spacing: 0.5px;
  color: #666;
  position: relative;
}

.career-page .card-body ul li:before {
  content: '\f105';
  font-family: fontAwesome;
  font-size: 14px;
  margin-right: 10px;

  color: #666;
}

.career-page .card-body button {
  border-radius: 2px;
  background-color: var(--orange);
  border: none;

  margin-top: 25px;
  padding: 10px 25px;
  margin-left: 2px;
  color: #fff;
  font-family: "Roboto-Medium";

  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}



.contact-detaials .container {
  min-width: 80%;
  margin: 0 auto;
  padding: 100px 0px;
  padding-top: 50px;
}

.contact-detaials .heading h2 {
  font-family: "Roboto-Bold";
  font-size: 50px;
  color: #333;

  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}

.contact-detaials .box {
  margin: 50px 0px;
}

.contact-detaials .box .fa {
  border: 1px solid #ccc;
  padding: 17px;
  margin-right: 25px;

  font-size: 24px;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;

  text-align: center;
  display: grid;
  margin-bottom: 25px;
  color: #222;
}



.contact-detaials .media-body p {
  font-family: "Roboto-Regular";
  margin-bottom: 15px;

  letter-spacing: 15px;
  letter-spacing: 0.5px;
}

.contact-detaials .media-body p span {
  font-family: "Roboto-Medium";
  font-size: 17px;

  letter-spacing: 0.6px;
  display: grid;
  padding-bottom: 7px;
}

.contact-detaials .media .fa {
  color: var(--gree-blue);
}



.our-cities {
  padding: 50px 0px;
}

.our-cities .container {
  min-width: 80%;
  margin: 0 auto;
  padding: 100px 0px;
  padding-top: 50px;
}

.our-cities .heading h2 {
  font-family: "Roboto-Bold";
  font-size: 50px;
  color: #333;

  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}

.our-cities .box {
  margin: 50px 0px;
  position: relative;
  background-color: #fff;
}

.our-cities .box span {
  background-color: #222;
  color: #fff;
  font-family: "Roboto-Regular";
  padding: 5px 10px;

  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  letter-spacing: 0.4px;
}

.our-cities .box h4 {
  font-family: "Roboto-Medium";
  padding: 15px;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding-bottom: 6px;
}



.mobile-form {
  display: none;
}



.fixedcall {

  position: fixed;

  width: 180px;

  height: 45px;

  margin: 0;

  padding: 0;

  top: 48%;

  right: -135px;

  z-index: 999;

  border-radius: 10px 0 0 10px;

  overflow: hidden;

  background: #fff;

  -webkit-transition: .4s;

  -moz-transition: .4s;

  -o-transition: .4s;

  transition: .4s;

}

.fixedcall a {

  display: block;

  font-size: 14px;

  line-height: 16px;

  text-align: left;

  font-weight: 600;

  letter-spacing: .6px;

  text-decoration: none;

  color: #fff;

  margin: 0;

  padding: 0;

  -webkit-transition: .4s;

  -moz-transition: .4s;

  -o-transition: .4s;

  transition: .4s;

}

.fixedcall a span {

  width: 45px;

  height: 45px;

  float: left;

  background: var(--orange);

  font-size: 25px;

  margin: 0 15px 0 0;

  text-align: center;

  line-height: 45px;

  color: #fff;

}

.fixedcall a p {

  margin: 0;

  padding: 7px;

  color: #222;

  font-family: "Roboto-Regular";
  font-size: 14px;

}

.fixedcall a svg {

  color: #fff;

  -webkit-animation: tada 1.25s infinite;

  -moz-animation: tada 1.25s infinite;

  -ms-animation: tada 1.25s infinite;

  animation: tada 1.25s infinite;

}

.fixedwhatapp {

  position: fixed;

  width: 180px;

  height: 45px;

  margin: 0;

  padding: 0;

  top: 57%;

  right: -135px;

  z-index: 999;

  border-radius: 10px 0 0 10px;

  overflow: hidden;

  background: #fff;

  -webkit-transition: .4s;

  -moz-transition: .4s;

  -o-transition: .4s;

  transition: .4s;

}

.fixedwhatapp a {

  display: block;

  font-size: 14px;

  line-height: 16px;

  text-align: left;

  font-weight: 600;

  letter-spacing: .6px;

  text-decoration: none;

  color: #fff;

  margin: 0;

  padding: 0;

  -webkit-transition: .4s;

  -moz-transition: .4s;

  -o-transition: .4s;

  transition: .4s;

}

.fixedwhatapp a span {

  width: 45px;

  height: 45px;

  float: left;

  background: #4caf50;

  font-size: 25px;

  margin: 0 15px 0 0;

  text-align: center;

  line-height: 45px;

  color: #fff;

}

.fixedwhatapp a p {

  margin: 0;

  padding: 7px;

  color: #222;

  font-family: "Roboto-Regular";
  font-size: 14px;

}

.fixedwhatapp a svg {

  color: #fff;

  -webkit-animation: flipInY 1.25s infinite;

  -moz-animation: flipInY 1.25s infinite;

  -ms-animation: flipInY 1.25s infinite;

  animation: flipInY 1.25s infinite;

}

.fixedwhatapp:hover {

  right: 0;

}


.enquiryBTN {

  position: fixed;

  width: 180px;

  height: 45px;

  margin: 0;

  padding: 0;

  top: 38%;

  right: -135px;

  z-index: 999;

  border-radius: 10px 0 0 10px;

  overflow: hidden;

  background: #fff;

  -webkit-transition: .4s;

  -moz-transition: .4s;

  -o-transition: .4s;

  transition: .4s;

}

.enquiryBTN a {

  display: block;

  font-size: 14px;

  line-height: 16px;

  text-align: left;

  font-weight: 600;

  letter-spacing: .6px;

  text-decoration: none;

  color: #fff;

  margin: 0;

  padding: 0;

  -webkit-transition: .4s;

  -moz-transition: .4s;

  -o-transition: .4s;

  transition: .4s;

}

.enquiryBTN a span {

  width: 45px;

  height: 45px;

  float: left;

  background: #eb6948;

  font-size: 25px;

  margin: 0 15px 0 0;

  text-align: center;

  line-height: 45px;

  color: #fff;

}

.enquiryBTN a p {

  margin: 0;


  padding: 7px;

  color: #222;

  font-family: "Roboto-Regular";
  font-size: 14px;

}

.enquiryBTN a svg {

  color: #fff;

  -webkit-animation: flipInY 1.25s infinite;

  -moz-animation: flipInY 1.25s infinite;

  -ms-animation: flipInY 1.25s infinite;

  animation: flipInY 1.25s infinite;

}

.enquiryBTN:hover {

  right: 0;

}

@-webkit-keyframes tada {

  0% {

    -webkit-transform: scale(1);

    transform: scale(1);

  }

  10%,
  20% {

    -webkit-transform: scale(0.9) rotate(-3deg);

    transform: scale(0.9) rotate(-3deg);

  }

  30%,
  50%,
  70%,
  90% {

    -webkit-transform: scale(1.1) rotate(3deg);

    transform: scale(1.1) rotate(3deg);

  }

  40%,
  60%,
  80% {

    -webkit-transform: scale(1.1) rotate(-3deg);

    transform: scale(1.1) rotate(-3deg);

  }

  100% {

    -webkit-transform: scale(1) rotate(0);

    transform: scale(1) rotate(0);

  }

}

@keyframes tada {

  0% {

    -webkit-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

  }

  10%,
  20% {

    -webkit-transform: scale(0.9) rotate(-3deg);

    -ms-transform: scale(0.9) rotate(-3deg);

    transform: scale(0.9) rotate(-3deg);

  }

  30%,
  50%,
  70%,
  90% {

    -webkit-transform: scale(1.1) rotate(3deg);

    -ms-transform: scale(1.1) rotate(3deg);

    transform: scale(1.1) rotate(3deg);

  }

  40%,
  60%,
  80% {

    -webkit-transform: scale(1.1) rotate(-3deg);

    -ms-transform: scale(1.1) rotate(-3deg);

    transform: scale(1.1) rotate(-3deg);

  }

  100% {

    -webkit-transform: scale(1) rotate(0);

    -ms-transform: scale(1) rotate(0);

    transform: scale(1) rotate(0);

  }

}

.tada {

  -webkit-animation-name: tada;

  animation-name: tada;

}

.fixedcall:hover {

  right: 0;

}





.awards-page .descrip .id-mail {
  display: flex;
  justify-content: space-between;
  margin: 100px 0px;
}

.awards-page .descrip .id-mail select {
  width: 250px;
}

.awards-page .descrip .id-mail .form-control {
  font-size: 16px;

  font-family: "Roboto-Medium";
  color: var(--gree-blue);
  letter-spacing: 0.4px;
}

.awards-page .container {
  min-width: 82%;
}

.awards-page .container .col-sm-3 {
  margin-bottom: 30px;
}

.awards-page .container .box {
  border: 1px solid #ccc;
  padding: 2px;
  border-radius: 4px;

  margin-bottom: 25px;
  height: 100%;
}

.awards-page .container .box img {
  border-radius: 4px;
  object-fit: cover;
  height: 100%;
}

.awards-page .container .box video {
  border-radius: 4px;
  object-fit: cover;
  height: 100%;
}



.services-page {
  padding: 100px 0px;
}

.services-page .nav-pills-custom .nav-link {
  color: #aaa;
  background: #fff;
  border-radius: 50px;

  position: relative;
  font-size: 16px;
}

.services-page .nav-pills-custom .nav-link.active {
  color: #45b649;
  background: #fff;
}

@media (min-width: 992px) {

  .services-page .nav-pills-custom .nav-link::before {
    content: '';
    display: block;

    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;

    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }

}

.services-page .heading {
  padding-bottom: 70px;
}

.services-page .nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

.services-page .tab-content {
  background-color: #f7f7f7;
  padding: 25px;
  border-radius: 5px;

  border-bottom: 2px solid var(--gree-blue);
}

.services-page .container {
  min-width: 82%;
}

.services-page .tab-content h4 {
  font-family: "Roboto-Medium";
  font-size: 16px;
  letter-spacing: 0.6px;

  padding-top: 10px;
  color: #333;
  margin-bottom: 15px;
}

.services-page .tab-content p {
  font-family: "Roboto-Regular";
  font-size: 15px;

  letter-spacing: 0.6px;
  color: #666;
  line-height: 25px;
  padding-bottom: 15px;
}



.services-page .tab-content ul li {
  font-family: "Roboto-Regular";
  font-size: 15px;

  letter-spacing: 0.6px;
  color: #666;
  line-height: 25px;
  padding-bottom: 15px;
}

.services-page .nav .nav-link.active {
  background-color: var(--gree-blue);
}

.services-page .nav .nav-link.active img {
  filter: invert(200%);
}

.services-page .nav .nav-link.active span {
  color: #fff;
  letter-spacing: 0.8px;
}

.services-page .nav .nav-link {
  margin: 10px 0px;
  border: 1px solid #eee;
  border-radius: 50px;

  padding: 8px 22px;
}

.services-page .nav .nav-link img.img-srvic {
  width: 40px;
}

.services-page .nav .nav-link span {
  font-family: "Roboto-Medium";
  padding-left: 15px;
}



.bg-light {
  background-color: #fff !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.page-layout {
  background-color: #f3f0f0;
  width: 82%;
  margin: 0 auto;
  padding: 45px 45px;

  margin-top: 65px;
  border-radius: 15px;
  margin-bottom: 60px;
}

.page-layout .inner-page-layout {
  display: flex;
  justify-content: space-between;
}

.page-layout .inner-page-layout .left-area {
  width: 75%;
}

.page-layout .inner-page-layout .right-area {
  width: 24%;
  padding-left: 1%;
}

.top-breadcrumb ul {
  padding-left: 0;
}

.top-breadcrumb ul li {
  display: inline-block;
}



.page-layout .inner-page-layout .left-area .top-breadcrumb {
  padding-bottom: 15px;
}

.page-layout .inner-page-layout .left-area .top-breadcrumb ul li.active a {
  color: var(--orange);

}

.page-layout .inner-page-layout .left-area .top-breadcrumb ul li a i {
  font-size: 10px;
}

.page-layout .inner-page-layout .left-area .top-breadcrumb ul li a {
  font-family: "Roboto-Medium";

  letter-spacing: 0.5px;
  font-size: 12px;
}





.pl-search {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 25px;
  margin-bottom: 30px;

  border: 1px solid #ccc;

  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.pl-search .form-area {
  display: flex;
  /* justify-content: space-between; */
}

.pl-search .form-area .form-group {
  width: calc(30% - 0.5%);
  margin-bottom: 0;
}

.pl-search .form-area .form-group label {
  color: var(--gree-blue);

  font-family: "Roboto-Medium";
  letter-spacing: 0.8px;
}

.pl-search .form-area .form-group:last-child {
  width: 10%;
}

.pl-search .form-area .form-group button {
  margin-top: 32px;
  padding: 5px 20px;
  border: none;

  border-radius: 4px;
  background-color: var(--orange);
  color: #fff;
  font-family: "Roboto-Regular";

  letter-spacing: 0.4px;
  font-size: 17px;
}



.page-layout .inner-page-layout .right-area .alert-sec {
  border: 1px solid #ccc;
  padding: 15px;

  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.8);

  /*margin-top: 48px;*/

  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-layout .inner-page-layout .right-area .alert-sec ul li {
  display: inline-block;

  padding: 5px 20px;
}

.page-layout .inner-page-layout .right-area .alert-sec ul li:first-child {
  position: relative;
}

.page-layout .inner-page-layout .right-area .alert-sec ul li span {

  position: absolute;

  top: -2px;

  width: 16px;

  height: 16px;

  background-color: var(--orange);

  border-radius: 10px;

  color: #fff;
  padding: 1px;

  right: 14px;
  font-size: 11px;

}

.page-layout .inner-page-layout .right-area .alert-sec ul li a {
  color: #222;

  display: flex;
}

.page-layout .inner-page-layout .right-area .alert-sec ul li img {
  width: 24px;
}

.page-layout .inner-page-layout .right-area .alert-sec ul li a p {
  font-size: 16px;

  font-family: "Roboto-Medium";

  letter-spacing: 0.5px;
  padding-left: 10px;
  padding-top: 4px;
}

.page-layout .inner-page-layout .right-area .alert-sec ul li a p small {
  color: var(--orange);

  font-size: 16px;
}

.inner-platter-box .pagination {
  justify-content: right;
}

.inner-platter-box .pagination li a {
  color: #666;
}



.page-layout .inner-page-layout .right-area .inq-in {
  position: sticky;
  overflow: hidden;
  top: 18%;
  /*margin-top: 28px;*/
}

.page-layout .inner-page-layout .right-area .inquery {
  padding: 30px;

  margin-bottom: 30px;
  background-color: #fbf8f7;
  border: 1px solid #ccc;

  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-layout .inner-page-layout .right-area .inquery .form-control {
  border: none;
  background-color: #fbf8f7;

  border-bottom: 1px solid #332a29;
  border-radius: 0;
  margin-bottom: 20px;
  padding-left: 0;
}

.page-layout .inner-page-layout .right-area .inquery .form-control::placeholder {
  padding-left: 0;

  color: #332a29;
  font-family: "Roboto-Medium";
  font-size: 14px;
  letter-spacing: 0.5px;
}

.page-layout .inner-page-layout .right-area .inquery .btn-orange {
  width: 100%;
  padding: 10px 25px;
  border: none;

  border-radius: 8px;
  background-color: var(--orange);
  color: #fff;
  font-family: "Roboto-Medium";
  letter-spacing: 1px;

  font-size: 18px;
}

.page-layout .inner-page-layout .right-area .inquery h4 {

  font-size: 30px;
  padding-bottom: 5px;
  color: var(--gree-blue);

  font-family: "Roboto-Medium";
  letter-spacing: 0.5px;
}

.page-layout .inner-page-layout .right-area .inquery p {
  padding-bottom: 25px;
  letter-spacing: 0.4px;

  color: #666;

  font-family: "Roboto-Medium";

  font-size: 15px;
}



.filter-box .price-input .field span {

  width: 70px;

}



.page-layout .inner-page-layout .right-area .filter-box {
  margin-top: 28px;
  padding: 30px;

  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 5px;
  border: 1px solid #ccc;

  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-layout .inner-page-layout .right-area .filter-box h4 {
  font-size: 15px;
  font-family: "Roboto-Medium";

  letter-spacing: 0.3px;
  display: flex;
  justify-content: space-between;
}



.page-layout .inner-slider {
  display: flex;
  border-radius: 15px;
  justify-content: space-between;

  border-radius: 15px;

  margin-bottom: 25px;
}

.page-layout .inner-slider .main {
  width: 74%;
}

.page-layout .inner-slider .interior {
  width: 24%;
}

.page-layout .inner-slider .main .carousel,
.carousel-inner,
.carousel-item {
  height: 100%;

  border-radius: 15px;
}

.page-layout .slide .carousel-item img {
  border-radius: 15px;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ccc;
}

.page-layout .inner-slider .carousel .carousel-inner {

  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.05);
}



.page-layout .slider h1 {
  color: var(--gree-blue);
  padding-top: 10px;
  letter-spacing: 0.8px;
  font-size: 30px;

  font-family: "Roboto-Bold";
}

.page-layout .slider h6 {
  padding-bottom: 35px;
  padding-top: 10px;
  color: #333;
  font-family: "Roboto-Medium";

  font-size: 14px;
  letter-spacing: 0.3px;
}

.page-layout .slider h6 span {
  color: #878787;
  padding-left: 5px;
  letter-spacing: 0.4px;
}



.page-layout .inner-main-content {
  display: flex;
  justify-content: space-between;
}

.page-layout .inner-main-content .left-details {
  width: 24%;
}

.page-layout .inner-main-content .right-details {
  width: 75%;
  padding-left: 2%;
}



.page-layout .inner-main-content .price-sec ul li {
  display: inline-block;
  width: 35%;
}

.page-layout .inner-main-content .price-sec ul li h6 {
  padding-bottom: 10px;
  padding-top: 25px;
}

.page-layout .inner-main-content .price-sec ul li h2 {
  color: var(--orange);

  font-family: "Roboto-Bold";
  font-size: 20px;
  letter-spacing: 0.2px;
}

.page-layout .inner-main-content .overview h2 {
  font-family: "Roboto-Medium";
  font-size: 18px;
  letter-spacing: 0.4px;

  margin-top: 35px;
}

.page-layout .inner-main-content .overview p {
  padding-top: 15px;
  color: #666;
  font-family: "Roboto-Regular";

  font-size: 15px;
}

.page-layout .inner-main-content .overview h6 {
  color: #666;
}

.page-layout .inner-main-content .overview h6 span {
  color: #222;
  font-size: 15px;
  font-family: "Roboto-Bold";
}



.inner-overview-box {
  display: flex;
  justify-content: space-between;
}

.inner-overview-box .box {
  width: calc(32% - 15px);
  padding: 25px;
  text-align: center;
  background-color: #fbf8f7;

  border-radius: 10px;
}

.inner-overview-box .box h5 {
  font-size: 15px;
  font-family: "Roboto-Bold";
  padding-bottom: 10px;
  color: #d35e4d;

  letter-spacing: 0.5px;
}

.inner-overview-box .box span {
  font-size: 18px;
  font-family: "Roboto-Medium";
  color: #666;
}



.page-layout .inner-main-content .left-details .box-details {

  padding: 15px 25px;
  margin-bottom: 15px;
  border-radius: 8px;
  background-color: #fbf8f7;
}

.page-layout .inner-main-content .left-details .box-details h4 {
  font-size: 14px;
  padding-bottom: 12px;

  font-family: "Roboto-Medium";
  letter-spacing: 0.5px;
  border-bottom: 1px solid #e5d1cb;
  margin-bottom: 4px;
}

.page-layout .inner-main-content .left-details .box-details p {
  letter-spacing: 0.35px;
  padding-bottom: 5px;

  padding-top: 5px;
  font-family: "Roboto-Medium";
  color: #666;
  font-size: 13px;
}





.page-layout .inner-tab {
  text-align: center;
  width: 100%;
  border-radius: 8px;
  z-index: 1;

  margin-bottom: 25px;

  position: sticky;
  overflow: hidden;
  top: 9.5%;
  background-color: #fff;

  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05);

}

.page-layout .inner-tab ul li {
  display: inline-block;
}

.page-layout .inner-tab ul li a {
  padding: 10px 10px;
  font-size: 16px;
  line-height: 60px;

  letter-spacing: 0.5px;
  color: #332a29;
  font-family: "Roboto-Medium";
}



.inner-platter-box {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;

  padding: 25px;
}

.inner-platter-box .pl-box {
  display: flex;
  border-radius: 8px;
  background-color: #f7f7f7;

  border: 1px solid #ccc;
  padding: 14px;
  margin-bottom: 25px;

}

.inner-platter-box .pl-box .pl-slider {
  width: 60%;
}

.inner-platter-box .pl-box .pl-content {
  width: 40%;
  padding: 15px 25px;
}

.inner-platter-box .pl-box .carousel,
.carousel-inner,
.carousel-item {

  height: 100%;
  border-radius: 8px !important;
}

.inner-platter-box .pl-box .carousel,
.carousel-inner,
.carousel-item img {

  height: 100%;
  object-fit: cover;
  border-radius: 4px !important;
  border: none !important;
}

.inner-platter-box .status {
  position: absolute;
  left: 2%;
  top: 4%;
  background-color: rgba(0, 0, 0, 0.6);

  border-radius: 5px;
}

.inner-platter-box .status p {
  color: #fff;
  font-family: "Roboto-Light";
  padding: 0px 5px;
  font-size: 12px;

  letter-spacing: 0.2px;
}



.inner-platter-box .pl-box .pl-content ul li {
  list-style-type: none;
  display: inline-block;

  font-size: 12px;
  padding: 5px;
  color: #666;
}

.inner-platter-box .pl-box .pl-content ul li .fas {
  margin-right: 4px;
}

.inner-platter-box .pl-box .pl-content ul {
  margin-bottom: 20px;
}

.inner-platter-box .pl-box .pl-content .btn-all {
  background-color: var(--orange);
  padding: 9px 20px;

  border: none;
  border-radius: 8px;
  background-color: var(--orange);
  color: #fff;
  font-family: "Roboto-Regular";

  letter-spacing: 0.4px;
  font-size: 17px;
}

.inner-platter-box .pl-box .pl-content .btn-all2 {
  background-color: var(--gree-blue);
  padding: 9px 20px;

  border: none;
  border-radius: 8px;
  background-color: var(--gree-blue);
  color: #fff;
  font-family: "Roboto-Regular";

  letter-spacing: 0.4px;
  font-size: 17px;
  cursor: pointer;
}



.inner-platter-box .pl-box .pl-content h2 {
  font-family: "Roboto-Bold";

  color: var(--gree-blue);
  font-size: 26px;
  letter-spacing: 0.5px;
}

.inner-platter-box .pl-box .pl-content h6 {
  color: #666;
  padding-bottom: 5px;
}

.inner-platter-box .pl-box .pl-content h4 {
  padding: 15px 0px;
  color: #333;

  font-family: "Roboto-Regular";
  font-size: 20px;
}

.inner-platter-box .pl-box .pl-content h5 span {
  background-color: var(--gree-blue);

  padding: 4px 10px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;

  font-family: "Roboto-Light";
  letter-spacing: 0.5px;
}

.inner-platter-box .pl-box .pl-content h1 {
  font-family: "Roboto-Medium";

  color: var(--orange);
  font-size: 22px;
  letter-spacing: 0.5px;
  padding-bottom: 10px;

  padding-top: 25px;
}



.inner-platter-box .statussold {
  position: absolute;
  left: 2%;
  bottom: 4%;
  background-color: rgba(255, 255, 255, 0.6);

  border-radius: 5px;
  padding: 0px 4px;
  text-align: center;
}

.inner-platter-box .statussold p {
  color: #000;
  font-family: "Roboto-Regular";
  font-size: 10px;

  letter-spacing: 0.4px;
  margin-top: -4px;
}

.inner-platter-box .statussold span {
  font-size: 14px;
  color: #222;
  font-family: "Roboto-Regular";
}

.inner-platter-box .statuslike {
  position: absolute;
  right: 2%;
  top: 4%;
  background-color: rgba(255, 255, 255, 0.8);

  border-radius: 5px;
  padding: 5px;
}

.inner-platter-box .statuslike img {
  width: 19px;
}



.modal {
  z-index: 99999;
}

.modal-body {
  background-color: #fff;
  opacity: 1;
  align-items: center;
  text-align: center;
  padding: 50px;
}

.modal-body img {
  width: 200px;
}

.modal-body h2 {
  font-family: "Roboto-Medium";
  font-size: 36px;
  letter-spacing: 0.5px;

  padding-bottom: 0;
  margin-bottom: 10px;
  color: var(--gree-blue);
}

.modal-body h6 {
  font-family: "Roboto-Regular";
  font-size: 16px;
  padding-top: 0;
}

.modal-body h4 {
  color: var(--yellow);
  text-align: center;
  border-radius: 50px;

  font-family: "Roboto-Medium";
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;

  letter-spacing: 1px;
  color: var(--orange);
}



.modal-body .form-control {
  border: 0.5px solid #ccc;
  background-color: rgba(255, 255, 255, 0.9);
  color: #fff;

  border-radius: 0px;
  padding: 15px 25px;
  margin-bottom: 10px;
}

.modal-body .form-control::placeholder {
  color: #222;
}

.modal .close {
  color: #222;
  opacity: 1;
  right: 15px;
  position: absolute;
  z-index: 9999999 !important;
  top: 15px;

  padding: 6px 10px;
  border-radius: 50px;
  padding-top: 3px;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
}

.modal-body .btn-all {
  width: 100%;

  padding: 10px 25px;

  border: none;

  border-radius: 8px;

  background-color: var(--orange);

  color: #fff;

  font-family: "Roboto-Medium";

  letter-spacing: 1px;

  font-size: 18px;
}



.filter-box .myaccordion {
  max-width: 500px;
  margin: 20px auto;
}

.filter-box .myaccordion .card,

.filter-box .myaccordion .card:last-child .card-header {
  border: none;
}

.filter-box .myaccordion .card-header {
  background: transparent;
  padding: 10px 0px;
}

.filter-box .myaccordion .card-body {
  padding: 10px 0px;
}

.filter-box .myaccordion .fa-stack {
  font-size: 16px;
}

.filter-box .myaccordion .btn {
  width: 100%;
  padding: 0;
  color: #332a29;

  font-family: "Roboto-Medium";
  font-size: 14px;
  letter-spacing: 0.4px;

}

.filter-box .myaccordion .card-body label {
  font-size: 14px;
  letter-spacing: 0.3px;
}

.filter-box .myaccordion .btn span {
  color: var(--orange);
  font-size: 12px;
}

.filter-box .myaccordion .btn-link:hover,

.filter-box .myaccordion .btn-link:focus {
  text-decoration: none;
}

.filter-box .myaccordion li+li {
  margin-top: 10px;
}

.filter-box .n-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-box .wrapper {
  padding-bottom: 10px;
  width: 400px;
  background: #fff;
}

.filter-box .price-input {
  width: 100%;
  display: flex;
  margin: 0px 0 20px;
}

.filter-box .price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
  font-size: 12px;

  font-family: "Roboto-Medium";
}

.filter-box .field input {
  width: 100%;
  height: 34px;
  outline: none;
  font-size: 14px;

  margin-left: 12px;
  font-family: "Roboto-Medium";

  border-radius: 5px;
  text-align: center;
  border: 1px solid #ccc;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.filter-box .price-input .separator {
  width: 50px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.filter-box .slider-b {
  height: 2px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.filter-box .slider-b .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;

  border-radius: 5px;
  background: var(--orange);
}

.filter-box .range-input {
  position: relative;
}

.filter-box .range-input input {
  position: absolute;
  width: 100%;
  height: 2px;
  top: -2px;
  background: none;
  pointer-events: none;

  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50%;

  background: var(--orange);

  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
  height: 14px;
  width: 14px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;

  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}





.box-other-shadow {
  margin-top: 28px;
  padding: 30px;
  margin-bottom: 30px;

  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.05);

  border-radius: 8px;
  border: 1px solid #ccc;
}

.box-other-shadow .heading h2 {
  color: var(--gree-blue);
  letter-spacing: 0.5px;
  font-size: 30px;
  font-family: "Roboto-Medium";
}

.box-other-shadow .heading p {
  color: #666;
  font-family: "Roboto-Medium";

  font-size: 14px;
  padding-top: 5px;
}



.box-other-shadow .table {
  text-align: center;
}

.box-other-shadow .table td h4 {
  font-size: 14px;
  font-family: "Roboto-Medium";
}

.box-other-shadow .table td p {
  padding-top: 2px;
  color: #959595;
  font-family: "Roboto-Medium";

  font-size: 12px;
}

.box-other-shadow .table tr {
  border-bottom: 1px solid #eee;
}

.box-other-shadow .table tr:first-child {
  border-top: 2px solid #666;
}

.box-other-shadow .table td,
.table th {
  border-top: none;
  font-size: 15px;
  font-family: "Roboto-Regular";

  letter-spacing: 0.2px;
}



.highlight-key {
  padding-top: 35px;
}

.highlight-key ul li {
  padding-bottom: 5px;
  color: #666;
  letter-spacing: 0.4px;

  font-family: "Roboto-Regular";
  font-size: 14px;
}



.pagination-other {
  padding-top: 25px;
}

.pagination-other ul {
  justify-content: center;
}

.pagination-other .page-link {
  color: #222;
  font-family: "Roboto-Regular";
  font-size: 12px;

  letter-spacing: 0.2px;
  border: none;
}

.pagination-other ul li a {
  margin: 5px;
}

.pagination-other ul li a.active {
  background-color: var(--orange);
  color: #fff;
  border-radius: 50px;
}

.pagination-other .page-link img {
  width: 13px;
  filter: invert();
  margin: 0px 2px;
}

.pagination-other ul li a.off-color {
  color: #666;
}

.pagination-other ul li a:hover {
  background-color: transparent;
  color: #000;
}

.box-other-shadow .disclaimer {
  padding-top: 2px;
  color: #666;
  font-family: "Roboto-Regular";

  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1px;
}

.box-other-shadow .disclaimer b {
  font-family: "Roboto-Medium";
  font-weight: 500;
}



.transaction .heading {
  padding-bottom: 25px;
}



.main-loader {



  height: 100vh;

  width: 100%;

  top: 0;

  left: 0;

  right: 0;

  display: grid;

  align-items: center;

  display: flex;

  justify-content: center;

  z-index: 999;



}

#loader {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid var(--orange);
  border-radius: 50%;

  animation: spin 2s linear infinite, heart-beat 2s linear infinite;
  background-color: transparent;
  text-align: center;

  line-height: 40px;
}

@keyframes spin {

  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }

}



.Price-list .heading h2 span {
  font-family: "Roboto-Black";
}



.Price-list .details-price .inner-price {
  display: flex;
  padding-top: 35px;
}

.Price-list .details-price .inner-price .left {
  width: 50%;
}

.Price-list .details-price .inner-price .right {
  width: 47%;
  margin-left: 3%;
}

.Price-list .details-price .inner-price .left .box {
  border: 1px solid #eee;
  padding: 20px 25px;

  border-radius: 8px;
  background-color: #fbf8f7;
  margin-bottom: 15px;
}

.Price-list .details-price .inner-price .left .box:last-child {
  margin-bottom: 0;
}

.Price-list .details-price .inner-price .left .box span {
  margin-right: 15px;
  display: block;

  background-color: #fff;
  border-radius: 50px;
  padding: 12px;
  width: 50px;
  height: 50px;
}

.Price-list .details-price .inner-price .left .box span img {
  width: 26px;
}

.Price-list .details-price .inner-price .left .box h6 {
  padding-bottom: 5px;
  padding-top: 0;

  color: #d35e4d;
  padding-bottom: 8px;
}

.Price-list .details-price .inner-price .left .box h4 {
  font-size: 16px;
  font-family: "Roboto-Bold";
}

.Price-list .details-price .inner-price .left .box p {
  padding-top: 4px;
  color: #666;

  font-family: "Roboto-Medium";
  font-size: 14px;
}

.Price-list .details-price .inner-price .right ul {
  margin-bottom: 25px;
  text-align: center;
}

.Price-list .details-price .inner-price .right p {
  padding-top: 2px;
  color: #666;
  font-family: "Roboto-Regular";

  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1px;
}

.Price-list .details-price .inner-price .right ul li {
  display: inline-block;
}

.Price-list .details-price .inner-price .right ul li a {
  font-family: "Roboto-Medium";

  font-size: 15px;
  background-color: #fbf8f7;
  padding: 8px 25px;
  border-radius: 50px;
}

.Price-list .details-price .inner-price .right ul .active a {
  color: #fff;

  background-color: var(--orange);
}

.Price-list .details-price .inner-price .right tr:first-child {
  border-top: none;

  background-color: #fbf8f7;
}



.location-other {
  margin-top: 35px;
}

.location-advantage .advantage-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.location-advantage h4 {
  margin-top: 25px;
  padding-bottom: 20px;
  font-size: 24px;
  position: relative;

  padding-left: 10px;
  color: var(--gree-blue);
}

.location-advantage h4 span {
  font-family: "Roboto-Black";
}

.location-advantage h4:after {
  content: "";
  position: absolute;
  height: 19px;
  width: 3px;
  left: 0;
  bottom: 0;

  top: 8%;
  background-color: var(--orange);
}

.location-advantage .advantage-box .box {
  width: 48%;
  background-color: #fbf8f7;
  margin-bottom: 10px;

  border-radius: 8px;
  padding: 6px;
}

.location-advantage .advantage-box .box h6 span {
  color: #fff;
  margin-right: 15px;

  padding: 10px 15px;
  border-radius: 50px;
  background-color: var(--orange);
}

.location-advantage .advantage-box .box h6 {
  padding-bottom: 10px;
}



.amenities-other {
  margin-top: 25px;
}

.amenities-other .amenities-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.amenities-other .amenities-sec .box {
  width: calc(19.5% - 15px);
  background-color: #fbf8f7;

  padding: 15px 0px;
  border: 1px solid #eee;
  border-radius: 10px;
  text-align: center;
  margin: 1%;
  padding-top: 20px;
}

.amenities-other .amenities-sec {
  margin-left: -1%;
  margin-right: 1%;
}

.amenities-other .amenities-sec .box img {
  width: 40px;
}

.amenities-other .amenities-sec .box h5 {
  font-family: "Roboto-Medium";
  font-size: 14px;
  padding-top: 10px;

  letter-spacing: 0.2px;
  color: #666;
}



.floor-other .inner-floor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 25px;
}

.floor-other .inner-floor .box {
  width: 49%;
  border-radius: 10px;
  margin: 10px 0px;
}

.floor-other .inner-floor .box-inner {
  width: 49%;
  border-radius: 10px;
  margin: 10px 0px;
}

.floor-other .inner-floor .box img {
  width: 100%;
  border: 2px solid #fbf8f7;

  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}







.floor-other .inner-floor .box h6 {
  padding-bottom: 10px;
  font-size: 24px;
  color: #222;

  font-family: "Roboto-Bold";
}

.floor-other .inner-floor .box p {
  font-family: "Roboto-Regular";
  padding: 1px 0px;

  font-size: 14px;
  letter-spacing: 0.4px;
}

.floor-other .inner-floor .box .media {
  height: 100%;
}

.floor-other .inner-floor .box .media-body {
  background-color: #fbf8f7;
  padding: 15px;
  height: 100%;

  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.floor-other .inner-floor .box p span {
  font-family: "Roboto-Medium";
}



.builder-other .inner-builder {
  display: flex;
  justify-content: space-between;
  padding: 25px 0px;
}

.builder-other .inner-builder .left {
  width: 25%;
  display: grid;
  align-items: center;
}

.builder-other h4 {
  font-family: "Roboto-Medium";
  padding-bottom: 15px;
  letter-spacing: 0.4px;

  font-size: 24px;
}

.builder-other p {
  color: #666;
  font-family: "Roboto-Regular";
  font-size: 15px;
  padding-bottom: 10px;
}

.builder-other .inner-builder .right {
  width: 60%;
  margin-left: 5%;
}

.builder-other .inner-builder .left img {
  width: 100%;
}

.builder-other .inner-builder .right .inner-right {
  display: flex;
  justify-content: space-between;
}

.builder-other .inner-builder .right .inner-right .box {
  width: 32%;
  border-radius: 10px;
  padding: 25px;

  background-color: #fbf8f7;
  text-align: center;
}

.builder-other .inner-builder .right .inner-right .box h6 {
  font-family: "Roboto-Bold";
  font-size: 36px;

  color: var(--gree-blue);
  padding-bottom: 5px;
}

.builder-other .inner-builder .right .inner-right .box h5 {
  color: #666;
  font-family: "Roboto-Regular";

  font-size: 15px;
  padding-top: 10px;
  letter-spacing: 0.4px;
}



.similar-project .owl-theme .owl-nav {
  position: absolute;
  top: -70px;
  right: 5px;
}

.similar-project .owl-carousel button.owl-next,
.owl-carousel button.owl-prev {
  font-size: 27px !important;

  background-color: #fbf8f7 !important;
  width: 30px !important;
}

.similar-project .owl-theme .owl-dots,
.owl-theme .owl-nav {
  margin-top: 15px;
}

.similar-project .owl-theme .owl-nav [class*=owl-] {
  background-color: #eee;
  font-size: 24px;
}

.similar-project .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #eee !important;
  color: #222 !important;
}



.similar-project h2 {
  color: #cd252b;
  font-size: 20px;
  font-family: "Roboto-Medium";
  letter-spacing: 0.3px;
}

.similar-project h5 {
  font-size: 16px;
  padding: 15px 0px;
  color: var(--gree-blue);
  font-family: "Roboto-Medium";
  padding-top: 0px;

  letter-spacing: 0.3px;
}

.similar-project .box h6 {
  font-size: 14px;
  color: #666;
  padding-bottom: 5px;
  padding-top: 5px;

  font-family: "Roboto-Regular";
}

.similar-project .item {
  border-radius: 8px;
}

.similar-project .item .box {
  border-radius: 8px;
  background-color: #fbf8f7;
  border-radius: 8px;
}

.similar-project .item .box img {
  border-radius: 8px;
}

.similar-project .item .box img:hover {
  filter: contrast(100%);
}

.similar-project {
  padding-top: 25px;
}



.similar-project .content-details {
  padding: 15px 15px;
  padding-bottom: 25px;
}

.similar-project ul {
  padding: 15px 0px;
}

.similar-project ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 12px;
  padding: 5px;
  color: #666;
}



.similar-project .social-button {
  display: flex;
  justify-content: space-between;
}

.similar-project .social-button .btn-all {
  border: 1px solid var(--orange);
  width: 48%;

  display: block;
  padding: 8px 5px;
  text-align: center;
  border-radius: 50px;
  color: var(--orange);

  font-family: "Roboto-Regular";
  letter-spacing: 0.2px;
  font-size: 15px;
}

.similar-project .social-button .btn-all2 {
  border: 1px solid var(--gree-blue);
  width: 48%;

  display: block;
  padding: 8px 5px;
  text-align: center;
  border-radius: 50px;
  color: var(--gree-blue);

  font-family: "Roboto-Regular";
  letter-spacing: 0.2px;
  font-size: 15px;
  cursor: pointer;
}



.similar-project .owl-item {
  padding: 10px;
}

.similar-project .img-sec {
  position: relative;
}

.similar-project .img-sec .status {
  position: absolute;
  right: 1%;
  bottom: 2%;
  background-color: rgba(0, 0, 0, 0.6);

  border-radius: 5px;
}

.similar-project .img-sec .status p {
  color: #fff;
  font-family: "Roboto-Light";
  padding: 0px 5px;
  font-size: 12px;

  letter-spacing: 0.2px;
}



.similar-project .img-sec .statussold {
  position: absolute;
  left: 1%;
  bottom: 2%;
  background-color: rgba(255, 255, 255, 0.6);

  border-radius: 5px;
  padding: 0px 4px;
  text-align: center;
}

.similar-project .img-sec .statussold p {
  color: #000;
  font-family: "Roboto-Regular";
  font-size: 10px;

  letter-spacing: 0.4px;
  margin-top: -4px;
}

.similar-project .img-sec .statussold span {
  font-size: 14px;
  color: #222;
  font-family: "Roboto-Regular";
}

.similar-project .img-sec .statuslike {
  position: absolute;
  right: 1%;
  top: 2%;
  background-color: rgba(255, 255, 255, 0.8);

  border-radius: 5px;
  padding: 5px;
}

.similar-project .img-sec .statuslike img {
  width: 19px;
}



.similar-project .owl-carousel .owl-stage-outer {
  margin-left: -10px;
}



.emi-sec .heading {
  padding-bottom: 30px;
}

.emi-sec .inner-emi {
  padding-top: 50px;
}

.emi-sec .inner-emi ul li {
  display: inline-block;
  padding-right: 15px;
}

.emi-sec .inner-emi ul li a {
  font-size: 15px;
  font-family: "Roboto-Medium";
  color: #d35e4d;
}

.emi-sec .inner-emi p {
  font-family: "Roboto-Regular";
  font-size: 12px;
  color: #666;
  padding-top: 15px;
}

.emi-sec .inner-emi ul li a .fas {
  font-size: 11px;
}



#ecww-form {
  background: #fbf8f7 !important;
}





.nav-scroller {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  font-size: 0;

  padding: 0px 15px;

}

.nav-scroller-content {
  position: relative;
  display: flex;
  justify-content: space-around;
  float: left;

  width: min-content;
  min-width: 100%;
  transition: transform 0.4s ease-in-out;
}

.no-transition {
  transition: none;
}

.nav-scroller-item {
  display: block;
  text-align: center;
  letter-spacing: 0.5px;
  padding: 20px 15px;

  font-family: "Roboto-Medium";
  color: #666;
  font-size: 14px;
}

.nav-scroller-item:hover {
  color: var(--orange);
  letter-spacing: 0.5px;
}

.nav-scroller-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 1.25rem;

  transition: opacity 0.3s;
}

.nav-scroller-btn:not(.active) {
  opacity: 0;
  pointer-events: none;
}

.nav-scroller-btn--left {
  left: 0;
}

.nav-scroller-btn--right {
  right: 0;
}

.fullwidth {
  background-color: #fff;
}

.nav-scroller-wrapper button {
  border: none;
  display: grid;
  align-items: center;
  height: 60px;
  background-color: #fff;

  cursor: pointer;
}

button:focus {
  outline: none;
}

.btn-icon {
  border: none;
}

.nav-scroller-wrapper button .fas {
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;

  text-align: center;
  padding: 7px;

  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
}

.nav-scroller-content .active {
  color: var(--orange);
  position: relative;
}

.nav-scroller-content .active:before {
  content: "";
  background: var(--orange);
  height: 2px;
  width: 90%;
  bottom: 25%;

  position: absolute;
  left: 5%;
}







.arrow {
  position: absolute;
  bottom: 2%;
  width: 77px;
  right: 2%;
  height: 36px;
  display: flex;
  justify-content: space-between;
}

.arrow .arrow-box a {
  width: 36px;
  width: 36px;
  opacity: 0.9;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.8);

  margin: 1px;
}

.arrow .arrow-box img {
  width: 35px;
  padding: 10px;
}







/*--Don't remove --*/

.ui_custom_iframe iframe {

  width: 100% !important;

}



.custom_platter_payment {
  position: relative;
}



.inner-platter-box .statuslike {
  z-index: 9;
}



#demo .banner-img {

  max-width: 100%;

  height: 301px;

  border-radius: 20px;

}



#demo .banner-img img {

  height: 100%;

  object-fit: cover;

  border-radius: 8px;

}



#demo .banner-img video {

  height: 100%;

  width: 100%;

  object-fit: cover;

  border-radius: 8px;

}



#demo .banner-img iframe {

  height: 100% !important;

  width: 100% !important;

  object-fit: cover;

  border-radius: 8px;

}



#displpay_projects_name {
  width: 100%;

  position: absolute;

  background-color: #fff;

  overflow: auto;

  max-height: 200px;

  box-shadow: 0 5px 26px 0 #0000001f;

  border-radius: 10px;

  z-index: 9999;

}





#displpay_projects_name li {

  display: flex;

  border-bottom: 1px solid #eee;

}



#displpay_projects_name li a {

  display: block;

  flex: 1;

  padding: 10px 15px;

}



#displpay_projects_name li span {

  padding: 10px 15px;

}



.over-banner .inner-over-banner .left .box .form-box {

  position: relative;

}



.pl-search .form-box {
  position: relative;
}

.pl-search .form-box.form-platter {
  display: flex;
  align-items: flex-end;
}

.pl-search .form-box .form-area {
  flex: 1;
}

.pl-search .form-platter .btn-all {
  width: auto;
  height: 48px;
  margin-left: 10px;
}



.select2-container--default .select2-selection--single .select2-selection__arrow {

  height: 100%;

}





.form-group .select2-container .select2-selection--single {

  width: 100%;

  height: 48px;

  border-radius: 0px;

  border: 1px solid var(--gree-blue);

  background-color: transparent;

  color: var(--gree-blue) !important;

  font-family: "Roboto-Regular";

  display: flex;

  align-items: center;

}

.select2-container {

  display: block;

}

/* // details page \\*/

.custom_banner_img,
.custom_banner_small_img {

  /* height : 380px; */

}



.main-slider {
  position: relative;

  height: 80vh;

}



.main-slider .slider-overlay {
  position: absolute;
  z-index: 8;

  color: #fff;
  width: 100%;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);



}

.microsite-top {
  position: relative;
}

.microsite-top:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}



.main-slider .slider-overlay h1 {
  font-size: 60px;
  font-family: "Roboto-Medium";
  letter-spacing: 1px;
}

.main-slider .slider-overlay h6 {
  padding: 10px 0px;
  font-family: "Roboto-Regular";
  letter-spacing: 0.5px;
  font-size: 16px;
  display: grid;
}

.main-slider .slider-overlay h6 .bhk-banner {
  font-size: 28px;
  margin-top: 20px;
}

.main-slider .slider-overlay .price-sec {
  border-top: 1px solid rgb(255, 255, 255, 0.2);
  margin-top: 25px;
  padding-top: 15px;
}



.main-slider .slider-overlay .inner-overlay {
  display: flex;
  width: 80%;
  justify-content: space-between;
  margin: 0 auto;
}



.main-slider .slider-overlay .inner-overlay .inquery {
  padding: 30px;

  background-color: #fbf8f7;
  border: 1px solid #ccc;

  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.main-slider .slider-overlay .inner-overlay .inquery .form-control {
  border: none;
  background-color: #fbf8f7;

  border-bottom: 1px solid #332a29;
  border-radius: 0;
  margin-bottom: 20px;
  padding-left: 0;
}

.main-slider .slider-overlay .inner-overlay .form-control::placeholder {
  padding-left: 0;

  color: #332a29;
  font-family: "Roboto-Medium";
  font-size: 14px;
  letter-spacing: 0.5px;
}

.main-slider .slider-overlay .inner-overlay.btn-orange {
  width: 100%;
  padding: 10px 25px;
  border: none;

  border-radius: 8px;
  background-color: var(--orange);
  color: #fff;
  font-family: "Roboto-Medium";
  letter-spacing: 1px;

  font-size: 18px;
}

.main-slider .slider-overlay .inner-overlay h4 {

  font-size: 30px;
  padding-bottom: 5px;
  color: var(--gree-blue);

  font-family: "Roboto-Medium";
  letter-spacing: 0.5px;
}

.main-slider .slider-overlay .inner-overlay .left {
  display: grid;
  align-self: center;
}

.main-slider .slider-overlay .inner-overlay .right {
  display: grid;
  align-self: center;
}



.main-slider .slider-overlay .inner-overlay .btn-orange {

  width: 100%;

  padding: 10px 25px;

  border: none;

  border-radius: 8px;

  background-color: var(--orange);

  color: #fff;

  font-family: "Roboto-Medium";

  letter-spacing: 1px;

  font-size: 18px;



}



.call-number-pd h4 {
  font-size: 18px;
}

.call-number-pd h4 sspan {
  margin-left: 10px;
}

.call-number-pd a {
  color: var(--gree-blue);
}

.call-number-pd {}



.main-slider .slider-overlay .inner-overlay p {
  padding-bottom: 25px;
  letter-spacing: 0.4px;

  color: #666;

  font-family: "Roboto-Medium";

  font-size: 15px;
}





.inner-landing-page-nav {
  display: flex;
  justify-content: space-between;
}

.inner-landing-page-nav .top-breadcrumb {
  display: grid;
  align-self: center;
}

.inner-landing-page-nav .top-breadcrumb ul li a {
  font-size: 12px;
}

.fullwidth .container {
  min-width: 82%;
}



.fullwidth {

  width: 100%;

  z-index: 9;

  margin-bottom: 25px;

  position: sticky;

  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05), 0 4px 4px rgba(0, 0, 0, 0.05);

  top: 9.3%;

  background-color: #f3f0f0;

  border-top: 1px solid #ccc;

}

.fullwidth .nav-scroller-item {
  padding: 15px 10px;
}





.custom_banner_img img {

  border-radius: 0px;

  height: 100%;

  object-fit: cover;

}



.custom_banner_img iframe {

  width: 100% !important;

  height: 100% !important;

  border-radius: 8px;



}



.custom_banner_img video {

  width: 100% !important;

  height: 100% !important;

  border-radius: 8px;



}

.custom_banner_small_img img {

  border-radius: 8px;

  height: 100%;

  object-fit: cover;

}



.custom_banner_small_img video {

  width: 100%;

  height: 100%;

  border-radius: 8px;

}



.custom_banner_small_img iframe {

  width: 100%;

  height: 100%;

  border-radius: 8px;

}







.hot_home_property .hot_banner_contain {

  width: 100%;

  display: block;

  height: 420px;

}



.hot_home_property .hot_banner_sin_img {

  display: block;

  width: 100%;

  height: 380px;

  object-fit: cover;

}



.details_image_container {

  height: 170px;

}



.details_image_container .details_releated_sin_img {

  height: 100%;

  object-fit: cover;

}





/*--add some new css--*/

.loader-icon-head {

  width: 70px;

  position: fixed;

  display: flex;

  margin: auto;

  align-items: center;

  justify-content: center;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;



}



.loader-icon {

  width: 100%;

  /* display:none; */

}





p {

  color: #333;

  text-align: justify;

}

::-webkit-input-placeholder {

  color: #515050 !important;

  font-size: 14px;

  font-weight: 600;

}

:-moz-placeholder {

  color: #515050 !important;

  font-size: 14px;

  font-weight: 600;

  opacity: 1;

}

::-moz-placeholder {

  color: #515050 !important;

  font-size: 14px;

  font-weight: 600;

  opacity: 1;

}

:-ms-input-placeholder {

  color: #515050 !important;

  font-size: 14px;

  font-weight: 600;

}



.frm {

  margin-top: 10px !important;

}



.scrollup {

  width: 40px;

  height: 40px;

  position: fixed;

  bottom: 50px;

  right: 100px;

  display: none;

  text-indent: -9999px;

  background: url(images/arrow-up.png) no-repeat;

}



.disclamier-container {

  padding: 100px;

}



.descliamer-content-banner {

  border: 1px solid #333;

}



.details-location img {

  width: 100% !important;

}



.load_wrap.d-flex.justify-content-center #loaddatabtn {

  background-color: #ce2931;

  border: navajowhite;

  padding: 10px 25px;
  letter-spacing: 0.5px;

  color: #fff;
  font-family: "Roboto-Medium";

}



.cities .inner-cities {
  position: relative;
}

.cities .more-cities {
  position: absolute;
  top: -50px;
  right: 20px;
  padding: 8px 15px;
  background-image: linear-gradient(#F69644, #ED6948);
  /* background-color: var(--orange); */
  color: #fff;

  font-family: "Roboto-Regular";
  font-size: 16px;
}



@media only screen and (max-width: 1500px) {

  .page-layout {
    width: 100%;
    margin-top: 40px;
  }

  .page-layout {
    padding: 40px 40px;
  }

  .page-layout .inner-tab {
    top: 11%;
  }

  .builder-other .inner-builder .right .inner-right .box h5 {
    font-size: 14px;
  }

  .builder-other .inner-builder .right .inner-right .box {
    pad: 25px 15px;
  }

  .page-layout .inner-main-content .price-sec ul li h2 {
    font-size: 20px;
  }

  .page-layout .inner-page-layout .right-area .inq-in {
    top: 22%;
  }



  .fullwidth {
    top: 11.5%;
  }



  .similar-project h2 {
    font-size: 16px;
  }

  .similar-project h5 {
    font-size: 15px;
  }

  .over-banner .inner-over-banner .left h1 span {
    font-size: 36px;
  }

  .over-banner .inner-over-banner .left h1 {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 44px;
  }

  .over-banner .inner-over-banner .left {
    align-items: center;
    height: 100%;
    padding-bottom: unset;
  }

  .over-banner .inner-over-banner {
    padding-bottom: unset;
  }

  .over-banner .inner-over-banner .right .box {
    align-items: center;
  }

  .over-banner .inner-over-banner {
    width: 90%;
  }

  .about-us .heading {
    padding-bottom: 15px;
  }

  .about-us .btn-all {
    margin-top: 5px;
  }

  .about-us .heading h4 {
    font-size: 36px;
  }

  .cities .top-cities h2 {
    font-size: 36px;
  }

  .cities .top-cities h6 {
    letter-spacing: 5px;
  }

  .blogs .heading h4 {
    font-size: 36px;
  }

  .blogs .heading h6 {
    letter-spacing: 5px;
  }

  .cities .top-cities {
    padding: 0px 0px;
  }

  .grid-container {
    padding: 0;
  }

  .grid-container figure {
    margin: 0;
  }

  .grid-container {
    gap: 15px;
  }

  .services .top-service h2 {
    font-size: 36px;
  }

  .services .top-service h6 {
    letter-spacing: 5px;
  }

  .projects .heading h4 {
    font-size: 36px;
  }

  .projects .heading h6 {
    letter-spacing: 5px;
  }

  .main-test .heading h4 {
    font-size: 36px;
  }

  .main-test .heading h6 {
    letter-spacing: 5px;
  }

  .testimonial .cards .card {
    padding: 15px 15px;
  }

  .projects {
    margin: 50px 0px;
    padding: 25px 0px;
  }

  .career-page .heading h2 {
    font-size: 36px;
  }

  .heading h6 {
    letter-spacing: 5px;
  }

  .blogs {
    padding: 50px 0px;
  }

  .footer .inner-footer {
    padding-bottom: 0;
  }

  .footer .bottom-f {
    width: 90%;
  }

  .footer .inner-footer .builder-box h4 {
    margin-bottom: 0;
  }

  .dropdown-menu {
    top: 63px;
  }

  .breadcrumb-banner .over-banner .inner-bread {
    width: 90%;
  }

  .blogs-page .heading {
    width: 90%;
  }

  .blogs-page .inner-blogs {
    width: 90%;
  }

  .blogs-page .inner-blogs .left-blog .box .blog-date {
    padding-top: 12px;
  }

  .blogs-page .inner-blogs .left-blog .box h2 {
    padding-top: 30px;
  }

  .blogs-page .inner-blogs .right-blog {
    padding: 10px;
  }

  .blogs-page .heading h4 {
    font-size: 36px;
  }

  .contact-detaials .heading h2 {
    font-size: 36px;
  }

  .blogs-page .inner-blogs .left-blog .box {
    padding: 25px;
  }

  .career-page .inner-sec .right-sec {
    width: 50%;
  }

  .contact-detaials .container {
    min-width: 90%;
    margin: 0 auto;
    padding: 0px 0px;
    margin-top: 50px;
  }

  .emp-test-page .container {
    min-width: 92%;
  }

  .emp-test-page .box {
    padding-bottom: 30px;
  }

  .page-layout .inner-page-layout .right-area .inquery {
    padding: 20px;
  }

  .modal-body h2 {
    font-size: 26px;
  }

  .modal-body {
    padding: 40px;
  }

  .modal-body .form-control {
    padding: 10px 15px;
  }

  .modal.show .modal-dialog ..box.mb-3 {
    margin-bottom: 5px !important;
  }

  .main-slider .slider-overlay .inner-overlay .inquery {

    padding: 25px;

    border-radius: 8px;

  }

  #platter_submit .mb-4 {
    margin-bottom: 12px !important;
  }

  .main-slider .slider-overlay .inner-overlay p {

    padding-bottom: 10px;
  }

  .box-other-shadow {
    margin-top: 0;
  }

  .page-layout {
    border-radius: 0;
  }

  .page-layout .inner-tab {
    margin-bottom: 0;
  }

  .main-slider .slider-overlay h1 {
    font-size: 40px;
  }

  .main-slider .slider-overlay h6 .bhk-banner {
    font-size: 24px;
  }

  .main-slider .slider-overlay .inner-overlay {
    width: 90%;
  }

  .over-banner .inner-over-banner .left {

    width: 55%;
  }

}



@media only screen and (max-width: 1368px) {

  .page-layout .inner-page-layout .right-area .alert-sec ul li {
    padding: 5px 15px;
  }

  .box-other-shadow .heading h2 {
    font-size: 26px;
  }

  .page-layout .inner-page-layout .right-area .inquery h4 {
    font-size: 26px;
  }

  .page-layout .inner-page-layout .right-area .inquery p {
    padding-bottom: 12px;
    font-size: 14px;
  }

  .page-layout .inner-page-layout .right-area .inquery button {
    padding-bottom: 8px 25px;
  }

  .floor-other .inner-floor .box h6 {
    font-size: 20px;
  }

  .over-banner .inner-over-banner .left .box .form-box label {
    font-size: 14px;
  }

  .over-banner .inner-over-banner .left .box .form-box button {
    height: 47px;
  }

  .about-box {
    width: 90%;
  }

  .blogs-page .inner-blogs .left-blog .box .blog-date {
    margin-right: 20px;
  }

  .emp-test-page .box {
    padding-bottom: 20px;
  }

  .emp-test-page .heading h4 {
    font-size: 36px;
  }

  .inner-platter-box .pl-box .pl-content h1 {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .inner-platter-box {
    padding: 15px;
  }

  .modal-body h2 {
    font-size: 24px;
  }

  .modal-body {
    padding: 25px;
  }

  .call-number-pd {

    top: 85%;
  }

  .call-number-pd h4 {
    font-size: 16px;
  }

  .page-layout .inner-page-layout .right-area .inquery {
    margin-bottom: 15px;
  }

}



@media only screen and (max-width: 1280px) {

  .over-banner .inner-over-banner .left p {
    font-size: 14px;
  }

  .services .top-service h2 {
    font-size: 28px;
  }

  .services .top-service h6 {
    letter-spacing: 2px;
  }

  .projects .heading h4 {
    font-size: 28px;
  }

  .projects .heading h6 {
    letter-spacing: 2px;
  }

  .main-test .heading h4 {
    font-size: 28px;
  }

  .main-test .heading h6 {
    letter-spacing: 2px;
  }

  .about-us .heading h4 {
    font-size: 28px;
  }

  .cities .top-cities h2 {
    font-size: 28px;
  }

  .cities .top-cities h6 {
    letter-spacing: 2px;
  }

  .heading h6 {
    letter-spacing: 2px;
  }

  .services .top-service p {
    font-size: 14px;
  }

  .about-us .inner-about {
    width: 90%;
  }

  .cities {
    width: 90%;
  }

  .blogs-page .heading h4 {
    font-size: 28px;
  }

  .services {
    width: 90%;
  }

  .projects .similar-project-2 {
    width: 90%;
  }

  .main-test .heading {
    width: 90%;
  }

  .contact-detaials .heading h2 {
    font-size: 28px;
  }

  .testimonial {
    width: 90%;
  }

  .testimonial .content {
    grid-column: span 6;
  }

  .testimonial {
    column-gap: 3rem;
  }

  .blogs .inn-blog-box {
    width: 90%;
  }

  .footer .top-footer .left .text-area h3 {
    font-size: 28px;
    letter-spacing: 1px;
  }

  .blogs .heading h4 {
    font-size: 28px;
  }

  .career-page .heading h2 {
    font-size: 28px;
  }

  .blogs .heading h6 {
    letter-spacing: 2px;
  }

  .emp-test-page .heading h4 {
    font-size: 28px;
  }

  .emp-test-page .box {
    padding: 25px;
  }

  .services-page .nav .nav-link {
    margin: 5px 0px;
  }

  .testimonial .content .contentBox.active ul {
    display: none;
  }

}



@media only screen and (max-width: 767px) {

  .over-banner .inner-over-banner .left h1 span {
    font-size: 24px;
    letter-spacing: 1px;
  }

  .over-banner .inner-over-banner .left h1 {
    line-height: 31px;
    letter-spacing: 2px;
    margin-bottom: 5px;
  }

  .fixedwhatapp {
    top: 75%;
  }

  .fixedcall {
    top: 65%;
  }

  .enquiryBTN {
    top: 55%;
  }

  .over-banner .inner-over-banner .left h1:after {
    display: none;
  }

  .over-banner .inner-over-banner .left .box .form-box {
    padding-top: 7px;
    margin-top: 0px;
  }

  /* .banner{height: 90vh;} */

  .banner .banner-img-bg {
    height: 100%;
    object-fit: cover;
  }

  .over-banner .inner-over-banner {
    display: grid;
  }

  .over-banner .inner-over-banner .left {
    width: 100%;
  }

  .over-banner .inner-over-banner .right {
    width: 100%;
  }

  .over-banner .inner-over-banner .right .box img {
    width: 70%;
    margin: 0 auto;
  }

  .over-banner .inner-over-banner .left {
    text-align: center;
  }

  .over-banner .inner-over-banner .left p {
    text-align: center;
  }

  .services .mid-service {
    flex-wrap: wrap;
  }

  .services .mid-service .box {
    width: calc(49% - 1%);
  }

  .grid-container figure {
    border: 2px solid #fff;
  }

  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-container .r-span2 {
    grid-row: span 1;
  }

  .grid-container .c-span2 {
    grid-column: span 1;
  }

  .about-us .bottom-about {
    display: grid;
  }

  .about-us .bottom-about .left {
    width: 100%;
  }

  .about-us .bottom-about .left img {
    margin-top: 0;
  }

  .about-us .bottom-about .left h5 {
    margin-top: 15px;
  }

  .about-us .bottom-about .right {
    width: 100%;
  }

  .about-us {
    padding-bottom: 50px;
  }

  .cities {
    margin: 50px auto;
  }

  .services {
    margin: 50px auto;
  }

  .contact-detaials .heading h2 {
    font-size: 24px;
  }
  


  .heading h6 {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .contact-detaials .container {
    padding: 0px 25px;
  }

  .services .top-service {
    width: 100%;
  }

  .services .top-service p {
    font-size: 18px;
    margin: 0px 0px;
    line-height: 25px;
  }

  .projects {
    margin: 0px 0px;
    padding: 0px 0px;
  }

  .projects .heading {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .testimonial .cards .card {
    padding: 10px 10px;
  }

  .testimonial .cards {
    gap: 2px;
  }

  .testimonial .content {
    grid-column: span 12;
  }

  .main-test .heading {
    padding-bottom: 20px;
  }

  .footer .top-footer {
    display: block;
  }

  .footer .top-footer .left {
    width: 100%;
  }

  .footer .top-footer .right {
    width: 100%;
  }

  .footer .top-footer .right .form-area {
    padding-left: 40px;
  }

  .footer .top-footer .right .form-area .form-group {
    display: block !important;
  }

  .footer .top-footer .right .form-area .form-group .form-control {
    margin-bottom: 15px;
  }

  .footer .top-footer .right .form-area .form-group .btn-primary {
    width: 100%;
  }

  .footer .inner-footer .inner-left {
    flex-wrap: wrap;
  }

  .footer .inner-footer .inner-left .box:first-child {
    width: 100%;
  }

  .footer .inner-footer .inner-left .box {
    width: 30%;
    padding-left: 0%;
  }

  .footer .inner-footer .left {
    width: 100%;
  }

  .footer .inner-footer .right {
    text-align: left;
    display: block !important;
  }

  .footer .inner-footer {
    display: block;
    padding-top: 10px;
  }

  .footer .inner-footer .right {
    width: 100%;
    margin-top: 25px;
  }

  .footer .inner-footer .inner-builder .box {
    width: calc(33%);
  }

  .footer .builder-box {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .testimonial .content .contentBox {
    position: relative;
    height: auto;
    display: none;
  }

  .testimonial .content .contentBox.active {
    display: block;
  }

  .main-test {
    padding: 29px 0px;
  }

  /* .breadcrumb-banner {height: 200px;} */

  .breadcrumb-banner img {
    height: 100%;
    object-fit: cover;
  }

  .breadcrumb-banner .over-banner .inner-bread .right ul li {
    margin-left: 0;
  }

  .breadcrumb-banner .over-banner .inner-bread {
    display: block;
    margin: 0 auto;
  }

  .about-box .bottom-about {
    padding-top: 0;
    padding-left: 15px;
    text-align: left;
  }

  .about-box .bottom-about p {
    text-align: left;
  }

  .about-box .bottom-about ul li {
    justify-content: left;
  }

  .awards-page .descrip .id-mail {
    display: block;
    justify-content: center;
    margin: 25px 0px;
  }

  .awards-page .descrip .id-mail .form-control {
    margin-top: 15px;
    width: 100%;
  }

  .breadcrumb-banner .over-banner .inner-bread .left h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .breadcrumb-banner .over-banner .inner-bread .right ul li a {
    font-size: 13px;
  }

  .career-page {
    padding: 25px 0px;
  }

  .career-page .inner-sec .right-sec {
    width: 80%;
  }

  .contact-detaials .box {
    margin: 15px 0px;
  }

  .emp-test-page .container {
    padding: 0px 25px;
  }

  .emp-test-page {
    padding: 30px 0px;
  }

  .emp-test-page .heading {
    padding-bottom: 18px;
  }

  .emp-test-page .heading h4 {
    font-size: 24px;
  }

  .career-page .inner-sec .left-sec {
    width: 100%;
    margin-right: 0%;
  }

  .inner-platter-box .pl-box {
    display: block;
  }

  .inner-platter-box .pl-box .pl-slider {
    width: 100%;
  }

  .inner-platter-box .pl-box .pl-content {
    width: 100%;
    padding: 15px 25px;
  }

  .inner-platter-box .pl-box .pl-content {
    padding: 15px 0px;
  }

  .pl-search {
    padding: 20px;
  }

  .pl-search .form-area {
    display: block;
  }

  .pl-search .form-area .form-group {
    width: calc(100% - 0.5%);
    margin-bottom: 10px;
  }

  .pl-search .form-area .form-group button {
    margin-top: 5px;
  }



  .pl-search .form-box.form-platter {
    display: unset;
  }

  .pl-search .form-area .form-group label {
    font-size: 13px;
  }

  .pl-search .form-platter .btn-all {
    margin-left: 0;
    width: 100%;
  }

}



@media only screen and (max-width: 575px) {

  .main-slider .slider-overlay h6 .bhk-banner {

    font-size: 22px;

  }

  span.select2.select2-container.select2-container--default {
    width: 100% !important;
  }

  .page-layout .inner-main-content .left-details .box-details {

    padding: 15px 0px;

    background-color: transparent;

  }

  .blogs-page .inner-blogs {
    display: block;
  }

  .blogs-page .inner-blogs .left-blog {
    width: 100%;
  }

  .footer .inner-footer .inner-left .box h4 {
    margin-top: 25px;
  }

  .career-page .heading h2 {
    font-size: 24px;
  }

  .navbar .container {
    padding: 0px 40px;
  }

  .over-banner .inner-over-banner .left .box .form-area {
    display: block;
  }

  .over-banner .inner-over-banner .left .box .form-area .form-group {
    width: calc(100% - 0.5%);
    text-align: left;
    padding-top: 10px;

    display: flex;
  }

  .over-banner .inner-over-banner .left .box .form-area .form-group label {
    width: 100px;
  }

  .over-banner .inner-over-banner .right {
    margin-left: 0;
  }

  .navbar-brand img {
    width: 90px;
  }

  .banner {
    margin-top: 70px;
  }

  .grid-container figure .middle .text h4 {
    font-size: 18px;
  }

  .inner-cities a {
    padding-left: 0;
  }

  .grid-container figure:last-child {
    grid-column: span 2;
  }

  .cities .more-cities {
    position: unset;
    margin-top: 10px;
    text-align: center;
  }

  .over-banner .inner-over-banner .left p {
    display: none;
  }

  .over-banner .inner-over-banner .left {
    text-align: left;
  }

  .over-banner .inner-over-banner .left h1 {
    padding-bottom: 15px;
  }

  .over-banner .inner-over-banner .left .box .form-area .form-group .form-control {
    height: 44px;
    width: calc(100% - 0px);
  }

  .over-banner .inner-over-banner .left .box .form-box button {
    margin-left: 80px;
    margin-top: 10px;
  }

  .over-banner .inner-over-banner .left .box .form-box button {
    height: 44px;
  }

  .about-us .heading {
    padding-top: 30px;
  }

  .services .top-service p {
    font-size: 14px;
  }

  .services .mid-service .box {
    width: calc(50% - 20px);
  }

  .services .mid-service .box h4 {
    font-size: 16px;
    margin: 15px 0px;
    letter-spacing: 0.4px;
  }

  .services .mid-service .box {
    padding: 15px;
    margin-right: 10px;
    margin-bottom: 15px;
  }

  .projects .heading ul {
    text-align: left;
  }

  .projects .heading h4 {
    margin-bottom: 20px;
  }

  .projects .heading ul li {
    padding-left: 0;
    padding-right: 15px;
  }

  .main-test .heading h4 {
    font-size: 24px;
  }

  .main-test .heading h6 {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .slider-logo .slide {
    width: 200px;
  }

  .over-banner .inner-over-banner {
    width: 100%;
    padding: 0px 35px;
  }

  .enquiryBTN {
    width: 170px;
  }

  .fixedcall a span {
    width: 35px;
  }

  .fixedcall {
    width: 170px;
  }

  .fixedwhatapp a span {
    width: 35px;
  }

  .fixedwhatapp {
    width: 170px;
  }

  .over-banner .inner-over-banner .left .box .form-box button {
    letter-spacing: 1px;
  }

  .slider-logo .slide-track {
    width: calc(200px* 14);
  }

  .over-banner .inner-over-banner .left .box .form-box {
    padding-top: 16px;
  }

  .about-us .heading h4 {
    font-size: 24px;
    letter-spacing: 1px;
  }

  .about-us .btn-all {
    height: 44px;
    padding: 7px 20px;
    letter-spacing: 2px;
  }

  .cities .top-cities h6 {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .cities .top-cities h2 {
    font-size: 24px;
    letter-spacing: 1px;
  }

  .services {
    margin: 25px auto;
  }

  .blogs {
    padding-top: 10px;
  }

  .footer .bottom-f {
    display: block;
  }

  .navbar-light .navbar-nav li {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .navbar-nav .nav-link {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
  }

  .navbar-light .navbar-nav .nav-link {
    padding-top: 13px;
    padding-bottom: 8px;
  }

  .navbar-light .navbar-nav {
    padding: 8px 0px !important;
  }

  ul.nav-contact {
    display: none;
  }

  .footer .inner-footer .inner-builder .box {
    width: calc(50%);
  }

  .testimonial {
    display: block;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    padding: 0px 0px;
  }

  .dropdown-item {
    padding: 10px 0px;
  }

  .over-banner .inner-over-banner .right .box img {
    width: 100%;
  }

  .slider-logo::before,
  .slider-logo::after {
    width: 150px;
  }

  .over-banner .inner-over-banner .left .box .form-box button {
    width: 150px;
  }

  .footer .inner-footer .inner-left .box {
    width: 50%;
  }

  .about-box .mid-about-box {
    display: block;
  }

  .about-box .mid-about-box .box {
    width: calc(100% - 1%);
    margin-bottom: 25px;
  }

  .blogs-page .inner-blogs .left-blog .box .blog-date h4 {
    font-size: 24px;
  }

  .blogs-page .inner-blogs .left-blog .box .blog-date h6 {
    letter-spacing: 1px;
    font-size: 15px;
  }

  .blogs-page .inner-blogs .left-blog .box .media {
    display: block;
  }

  .blogs-page .inner-blogs .right-blog {
    display: block;
    width: 100%;
  }

  .blogs-page {
    padding: 25px 0px;
    padding-bottom: 25px;
  }

  .blogs-page .inner-blogs .left-blog .box .blog-date {
    padding-top: 5px;
    display: flex;
    align-content: center;
    align-items: center;
  }

  .blogs-page .inner-blogs .left-blog .box .blog-date h6 {
    padding-left: 10px;
  }

  .career-page .inner-sec .right-sec {
    width: 100%;
  }

  .career-page .inner-sec .right-sec .inner-box {
    padding: 25px;
    padding-top: 25px;
  }

  .career-page .descrip .id-mail span {
    padding: 15px;
  }

  .career-page .right-sec h2 {
    font-size: 24px;
  }

  .career-page .inner-sec .right-sec .inner-box {
    padding: 0;
    border: none;
  }

  .footer .top-footer .right .form-area {
    padding-left: 30px;
  }

  .services-page {
    padding: 50px 0px;
  }

  .services-page .heading {
    padding-bottom: 15px;
  }

  .services-page .nav .nav-link img.img-srvic {
    width: 35px;
  }

  .services-page .tab-content h4 {
    line-height: 30px;
  }

  .navbar {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9;
    left: 0;
    right: 0;
  }

  .breadcrumb-banner {
    margin-top: 82px;
  }

  .top-header {
    display: none;
  }

  .navbar {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9;
    left: 0;
    right: 0;
  }

  .breadcrumb-banner {
    margin-top: 82px;
  }

  .top-header {
    display: none;
  }

  .dropdown-menu {
    border: none;
  }

  .dropdown-item {
    font-size: 14px;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }

  .navbar-collapse {
    height: 100vh;
  }

  .page-layout .inner-page-layout {
    display: block;
  }

  .page-layout .inner-page-layout .left-area {
    width: 100%;
  }

  .page-layout .inner-slider .interior {
    display: none;
  }

  .page-layout .inner-slider .main {
    width: 100%;
  }

  .page-layout .inner-main-content {
    display: block;
  }

  .page-layout .inner-main-content .left-details {
    width: 100%;
  }

  .page-layout .inner-main-content .right-details {
    width: 100%;
    padding-left: 0%;
  }

  .transaction .heading {
    padding-bottom: 0px;
  }

  .amenities-other .amenities-sec .box {
    width: calc(33% - 5px);
    padding-top: 20px;
    margin: 0.5%;
  }

  .floor-other .inner-floor .box {
    width: 100%;
  }

  .floor-other .inner-floor .box .box-inner {
    width: 50%;
  }

  .builder-other .inner-builder .left {
    width: 35%;
  }

  .page-layout .inner-page-layout .right-area {
    width: 100%;
    padding-left: 0%;
  }

  .highlight-key {
    padding-top: 25px;
  }

  .mobile-form {
    display: block;
  }

  .mobile-form a span {
    width: 37px;
    display: grid;
    align-items: center;
  }

  .page-layout .inner-page-layout .right-area {
    display: none;
  }

  .page-layout {
    padding: 25px 20px;
  }

  .inner-platter-box .pl-box .pl-content h4 {
    padding: 8px 0px;
    padding-bottom: 15px;
  }

  .inner-platter-box .pl-box .pl-content h2 {
    font-size: 20px;
  }

  .main-slider .slider-overlay .inner-overlay .right {
    display: none;
  }

  .main-slider .slider-overlay .inner-overlay {
    display: block;
  }

  .main-slider .slider-overlay h1 {

    font-size: 26px;

  }

  .main-slider .slider-overlay h6 .bhk-banner {
    margin-top: 10px;
  }

  .main-slider .slider-overlay .price-sec {

    margin-top: 10px;

    padding-top: 5px;

  }

  .main-slider {

    margin-top: 75px;
    height: 65vh;

  }

  .inner-landing-page-nav {

    display: block;

  }

  .nav-scroller {
    padding: 0 0;
  }

  .nav-scroller-wrapper button {
    margin-top: 28px;
  }

  .inner-landing-page-nav .top-breadcrumb {
    pad: 10px 0px;
  }

  .fullwidth .nav-scroller-item {

    padding: 20px 10px;

  }

  .nav-scroller-wrapper button {
    background-color: rgb(255, 255, 255, 0.5);
  }

  .highlight-key ul li {
    display: flex;
  }

  .highlight-key ul li .fa {
    margin-top: 5px;
    margin-right: 5px;
  }

  .location-advantage .advantage-box .box h6 span {

    background-color: transparent;
    width: 76px;

    color: #d50000;
    padding: 0;

  }

  .location-advantage .advantage-box .box h6 {
    display: grid;
    line-height: 24px;
  }

  .footer .left .logo-footer {

    width: 200px;
  }

  .footer .inner-footer .inner-builder .box a {
    font-size: 14px;
  }

  .fullwidth {

    top: 75px;

  }

  .page-layout {

    margin-top: 19px;

  }

  .breadcrumb-banner .over-banner .inner-bread .left h2 {

    font-size: 14px;

    margin-bottom: 5px;

  }

  .form-platter .form-area .form-group {

    width: 100% !important;
  }

  .form-platter button {

    height: 45px;

    padding: 7px 40px;

    letter-spacing: 4px;

    margin-top: 5px;

    width: 100%;

    font-size: 16px;

  }

  .form-platter .form-area .form-group .form-control {
    height: 45px;
  }

  .main-slider .slider-overlay .price-sec h2 {
    font-size: 20px;
  }

  .main-slider .slider-overlay h6 {
    font-size: 14px;
  }

}



@media only screen and (max-width: 475px) {


  .background_logo_blur {
    
    width: 100%;
    height: auto;
    filter: blur(24px);
    opacity: 0.6;
    top: 62%;
}

  .blogs {
    padding-top: 34px;
  }

  .slider-logo .slide {
    width: 160px;
    padding: 10px;
  }

  .testimonial .cards {
    grid-column: span 10;
  }

  .blogs {
    padding-top: 77px;
  }

  .services .mid-service .box {
    width: calc(100% - 10px);
  }

  .navbar .container {
    padding: 0px 15px;
  }

  .career-page .descrip .id-mail span {
    font-size: 14px;
    padding: 0;
  }

  .career-page .descrip .id-mail span {
    border: none;
  }

  .top-header .inner-top-header {
    width: 98%;
  }

  .top-header ul li a .fa {
    margin-right: 5px;
  }

  .amenities-other .amenities-sec .box {

    width: calc(50% - 5px);
  }

  .top-header .left a {
    padding-left: 5px;
  }

}





.form-box select {

  text-transform: capitalize;

}



@media only screen and (max-width: 767px) {
  .contact-detaials-Sub-title {
    font-size: 24px;
  }
}