* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  text-decoration: none !important;
}
/*@font-face{ font-family:Lexend-Regular;src: url("../font/static/Lexend-Regular.ttf");}*/
/*@font-face {font-family:popins;src: url("../font/Poppins/Poppins-Regular.ttf");}
@font-face {font-family:Poppins-Medium; src: url("../font/Poppins/Poppins-Medium.ttf");}*/
body {
  font-family: 'Poppins', sans-serif;
}
li {
  list-style: none;
}
ul {
  margin: 0%;
}
a {
  font-family: 'Poppins', sans-serif;
}
a:hover {
  text-decoration: none !important;
}
/* global css starts */
.dark-blue {
  color: #013345;
}
.sky-blue {
  color: #0093b9;
  text-align: center;
}
.white {
  color: #fff;
}
.glb-btn:hover {
  background-color: #066597;
  transition: .3s ease-in-out;
}
#contact-form .col-md-12.bg-bk input {
  background-color: #fff;
  border-color: #ced4da;
}
.glb-btn {
  letter-spacing: 1px;
  font-weight: 500;
  display: inline-block;
  color: #fff;
  border-radius: 50px;
  margin: auto;
  background-color: #1a1a1a;
  padding: 16px 30px 14px;
  text-transform: uppercase;
  transition: .3s ease-in-out;
}
p.qut {
  line-height: 28px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.margn-top {
  margin-top: 25px;
}
.margn-btm {
  margin-bottom: 45px;
}
.padd-top {
  padding-top: 45px;
}
.pad-btm {
  padding-bottom: 50px;
}
.text-left {
  text-align: left;
}
.our-service hr {
  background: #02cbff;
  height: 1px;
  width: 76px;
  margin: 9px auto 15px;
}
nav {
  padding-left: 100px;
}
.our-service h4 {
  margin-top: 15px;
}
h1 {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
}
h2 {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
h3 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
h4 {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  padding: 8px 0px;
}
.inner-pageh3 {
  font-size: 30px;
  margin-bottom: 0px;
  background: #31a2db;
  padding: 15px;
  color: #fff;
}
/*range slider */
#contact-form .form-group .slider-range {
  -webkit-appearance: none;
  width: 100%;
  height: 12px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #00000038;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
#contact-form .form-group .slider-range:hover {
  opacity: 1;
}
#contact-form .form-group .slider-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #e6e6e6;
  border: 1px solid #d3d3d3;
  cursor: pointer;
}
#contact-form .form-group .slider-range::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04AA6D;
  cursor: pointer;
}
/*range slider*/
/* p{color: #262626; line-height: 24px; font-family: 'Poppins', sans-serif; font-size: 14px;} */
p {
  color: #646363;
  line-height: 35px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}
.flex {
  display: flex;
}
.align-center {
  align-items: center;
}
.owl-carousel .owl-nav {
  display: none;
}
/* header css starts here */
header {
  width: 100%;
  float: left;
}
.header_fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
}
header .row {
  margin: 0px;
}
header .col-sm-8 {
  padding: 0px;
}
header nav .menu {
  padding: 20px 0px;
  width: 61.4%;
  float: right;
}
header nav .menu ul li {
  display: inline-block;
  padding-right: 18px;
  font-size: 19px;
}
header nav .menu ul li a {
  color: #939393;
  font-weight: 200;
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
header nav .menu ul li a:hover {
  color: #013345;
}
header nav .top-header {
  background-image: url("../images/top-header.png");
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 40px;
}
header nav .top-header span {
  color: #524747;
  font-family: 'Poppins', sans-serif;
}
header nav .top-header .mail-phone .fa {
  color: #51b1e1;
  margin-right: 5px;
}
header nav .top-header .mail-phone {
  width: 43%;
  margin-left: 59%;
  padding: 10px 0px;
}
header nav .top-header .mail-phone .call {
  border-right: 1px solid #333;
  padding-right: 10px;
}
.mail {
  padding-left: 15px;
}
header nav ul {
  margin-left: 40%;
}
header nav #cssmenu ul li a {
  font-family: 'Poppins', sans-serif;
  padding: 15px;
  color: #868686;
}
#cssmenu ul ul li a {
  font-size: 17px !important;
}
/* slider css */
.slider {
  width: 100%;
  float: left;
}
.slider .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #fff;
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #013345;
}
.slider .row {
  margin: 0px;
  padding: 0px;
}
.slider .col-sm-6 img {
  width: 100%;
  height: 493px;
  object-fit: cover;
}
.shape-poly {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(30, 159, 225, 0.5);
  position: absolute;
  top: 0;
  display: flex;
  clip-path: polygon(0 0%, 89% 0%, 100% 34%, 78% 100%, 0% 100%);
  z-index: 9;
}
.slider .col-sm-6 {
  padding: 0px;
}
nav .col-lg-3 {
  padding: 0px;
}
nav .col-lg-9 {
  padding: 0px;
}
.projects .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #8b8b8b;
}
.projects .owl-theme .owl-dots .owl-dot.active span,
.projects .owl-theme .owl-dots .owl-dot:hover span {
  background: #013345;
}
.our-service .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #ccc;
}
.our-service .owl-theme .owl-dots .owl-dot.active span,
.our-service .owl-theme .owl-dots .owl-dot:hover span {
  background: #013345;
}
.testimonial .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #ccc;
}
.testimonial .owl-theme .owl-dots .owl-dot.active span,
.testimonial .owl-theme .owl-dots .owl-dot:hover span {
  background: #013345;
}
/* slider section starts here */
.slider-content {
  position: absolute;
  z-index: 10;
  top: 35%;
  left: 6%;
}
.slider h1 {
  font-size: 50px;
  letter-spacing: 2px;
  word-spacing: 6px;
  line-height: 68px;
}
.slider .slider-content h1 span {
  color: #013346;
}
.slider .slider-content .glb-btn {
  background-color: #013346;
  margin-top: 30px;
}
.slider .slider-content .glb-btn:hover {
  background-color: #000;
}
/*#owl-carousel-one img{width: 100%; position: relative;}*/
#owl-carousel-one .owl-dots {
  position: absolute;
  top: 46%;
  right: 0;
  z-index: 20;
  transform: rotate(90deg);
}
/* our service css starts */
.our-service {
  width: 100%;
  float: left;
  background-image: url(../images/bg1.png);
  background-size: cover;
  background-position: center;
  padding: 45px 0px 50px 0px;
}
.our-service h2 {
  text-align: center;
}
#owl-carousel-two .item {
  margin: 16px 10px 18px;
  transition: all .35s;
}
#owl-carousel-two .item .box:hover {
  box-shadow: none;
  border: 1px solid #0093b9;
  transition: all .35s;
}
#owl-carousel-two .item .box {text-align: center;padding: 20px;overflow: hidden;height: 318px; border: 1px solid #c2c2c2;text-align: center;box-shadow: 0 0 15px #e3e3e3;}
#owl-carousel-two .owl-dots {
  padding-top: 20px;
}
.ts-service-area p {
  text-align: left;
}
/* choice css starts here */
.choice {
  background-image: url("../images/choice.jpg");
  background-size: cover;
  background-position: center;
  padding: 45px 0px 50px 0px;
  width: 100%;
  max-width: 100%;
}
.choice h2 {
  text-align: left;
  line-height: 60px;
}
/* project css starts */
.projects {
  padding: 45px 0px 50px 0px;
  background-color: #f7f7f7;
}
.projects h2 {
  text-align: center;
}
.projects h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
}
.projects p {
  padding-top: 3px;
}
.projects .box {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 15px #efefef;
  margin: 16px 12px 15px;
}
.projects .box .box-img {
  overflow: hidden;
  position: relative;
  max-height: 155px;
  min-height: 155px;
}
.projects .box img {
  width: 100%;
  transition: transform .2s;
}
.projects .box img:hover {
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Safari 3-8 */
  transform: scale(1.5);
}
.projects .box .box-text {
  padding: 25px 15px;
  transition: .6s ease-in-out;
  border: 1px solid #31a7c6;
  text-align: left;
}
.projects .box:hover .box-text {
  background: #f1f1f1;
  cursor: pointer;
  transition: .6s ease-in-out;
  border: 1px solid #31a7c6;
}
h5.block_tx {
  position: absolute;
  background: #1e9fe1;
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
  padding: 8px 35px 8px 25px;
  width: auto;
  white-space: nowrap;
  bottom: 0;
  border-radius: 0 22px 22px 0;
  line-height: 22px;
  font-weight: 400;
}
.projects .box .box-text p strong {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
#owl-carousel-three .owl-dots {
  padding-top: 20px;
}
/* testimonial css start */
.testimonial {
  padding: 45px 0px 50px 0px;
  text-align: center;
}
#owl-carousel-four .box {
  text-align: center;
  border: 1px solid #1a8dc8;
  padding: 15px;
  background-image: url("../icon/testimonial.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
#owl-carousel-four .item {
  padding-top: 75px;
}
.testimonial .item .box img {
  border: 1px solid #1a8dc8;
  border-radius: 70px;
  padding: 1px;
  margin-top: -85px;
  margin-bottom: 10px;
  background: #fff;
}
.testimonial .box p {
  padding: 10px 0px;
}
.testimonial h2 {
  margin-bottom: 35px;
}
.testimonial .glb-btn {
  margin: auto;
  background-color: #1fa2e7;
  padding: 15px 35px;
  margin-top: 60px;
}
.testimonial .glb-btn:hover {
  background-color: #42b0eb;
}
.testimonial strong {
  color: #20a2e7;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 16px;
}
#owl-carousel-four .owl-dots {
  padding-top: 20px;
}
/* call to action starts here */
.call-to-action {
  background-image: url(../images/bg2.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0px;
  width: 100%;
  float: left;
}
.call-to-action .text h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 38px;
  text-align: left;
}
.call-to-action .btn {
  float: right;
}
.call-to-action .text p {
  color: #fff;
}
/* team css starts */
.team {
  padding: 45px 0px 50px 0px;
  text-align: center;
  width: 100%;
  float: left;
  background: #fff;
}
.team .box {
  position: relative;
}
.team .team-detail h4 {
  padding: 0px;
  text-transform: uppercase;
}
.team .team-detail {
  position: absolute;
  top: 77%;
  background-color: #fff;
  width: 95%;
  left: 3%;
  padding: 8px 0px;
  transition: .3s ease-in-out;
  text-align: center;
}
img.logo1 {
  margin-top: 17px;
}
.team .team-detail p strong {
  font-size: 17px;
}
.team .team-detail p {
  font-size: 15px;
}
.team .box:hover .team-detail p {
  color: #fff;
  font-weight: 300;
}
.team .box:hover .team-detail {
  background: #0093b9;
  color: #fff;
  transition: .3s ease-in-out;
  cursor: pointer;
}
.team .box:hover .team-detail h4 {
  color: #fff;
}
section.team.inner-team {
  padding-top: 0px;
  background-image: url('../images/bg1.png');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
/* pms css */
.flex-row-center {
  display: flex;
}
.flex-row-center img {
  margin-right: 20px;
  height: 38px;
}
.professional-ang {
  width: 100%;
  float: left;
  padding: 70px 0px;
}
.professional-ang h3 {
  text-align: left;
  color: #0093b9;
}
.professional-ang .col-sm-6 img {
  width: 100%;
}
.professional-ang .und-list li {
  /*background-image: url("../icon/point.png");*/
  /*background-repeat: no-repeat;*/
  /*padding-left: 35px;*/
  padding-bottom: 15px;
  color: #646363;
}
.benifited {
  width: 100%;
  float: left;
  padding: 0px;
  background-color: #fff;
}
.benifited h3 {
  color: #2598d1;
}
.benifited .col-sm-6 img {
  width: 100%;
}
i.fa.fa-dot-circle-o {
  padding-right: 10px;
  color: #2ea1dd;
  padding-top: 5px;
}
.screening .box ul li {
  padding-bottom: 15px;
}
.und-list li {
  display: flex;
}
.benifited .und-list li {
  /*background-image: url("../icon/point.png");*/
  /*background-repeat: no-repeat;*/
  /*padding-left: 35px;*/
  padding-bottom: 25px;
  color: #646363;
}
.benifited .und-list li:last-child {
  padding-bottom: 0px;
}
.benifited .box {
  padding: 40px 25px;
  box-shadow: 0px 0px 8px #ccc;
  background: #fff;
  margin-left: -70px;
  margin-top: 70px;
}
.key-point.pms-key {
  padding: 70px 0px 0px;
}
section.service-pnl.pnl-update {
  padding-top: 0px;
}
.pms {
  text-align: center;
  width: 100%;
  float: left;
  background-image: url('../images/bg1.png');
  background-size: cover;
  background-position: center;
  padding-top: 70px;
}
.pms {
  text-align: left;
}
/* pms starts here */
.about-pms {
  width: 100%;
  float: left;
  padding: 25px;
}
.about-pms h3 {
  text-align: left;
  color: #0093b9;
}
/* hiring property css */
.hir-prpty {
  width: 100%;
  float: left;
  padding: 70px 0px;
}
.hir-prpty h3 {
  text-align: left;
  color: #0093b9;
}
h4.faq {
  padding: 20px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.hir-prpty .box .faq-para {
  padding: 30px 20px;
  border: 1px solid #ebebeb;
}
.hir-prpty .box .faq .fa {
  float: right;
  cursor: pointer;
}
/* faq second */
h4.faq-two {
  padding: 20px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.hir-prpty .box .faq-para-two {
  padding: 30px 20px;
  border: 1px solid #ebebeb;
  display: none;
}
.hir-prpty .box .faq-two .fa {
  float: right;
  cursor: pointer;
}
/* faq theree */
h4.faq-three-hd {
  padding: 20px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.hir-prpty .box .faq-three-para {
  padding: 30px 20px;
  border: 1px solid #ebebeb;
  display: none;
}
.hir-prpty .box .faq-three-hd .fa {
  float: right;
  cursor: pointer;
}
/* faq four */
h4.faq-for-hd {
  padding: 20px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.hir-prpty .box .faq-for {
  padding: 30px 20px;
  border: 1px solid #ebebeb;
  display: none;
}
.hir-prpty .box .faq-for-hd .fa {
  float: right;
  cursor: pointer;
}
/* faq five */
h4.faq-five-hd {
  padding: 20px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.hir-prpty .box .faq-five {
  padding: 30px 20px;
  border: 1px solid #ebebeb;
  display: none;
}
.hir-prpty .box .faq-five-hd .fa {
  float: right;
  cursor: pointer;
}
/* faq six */
h4.faq-six-hd {
  padding: 20px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.hir-prpty .box .faq-six {
  padding: 30px 20px;
  border: 1px solid #ebebeb;
  display: none;
}
.hir-prpty .box .faq-six-hd .fa {
  float: right;
  cursor: pointer;
}
/* testimonial */
.testimonial .glb-btn {
  margin: auto;
  background-color: #1fa2e7;
  padding: 14px 30px 11px;
  margin-top: 30px;
  transition: .3s ease-in-out;
}
.testimonial .glb-btn:hover {
  background-color: #000;
  transition: .3s ease-in-out;
}
.team .glb-btn {
  margin: auto;
  background-color: #1fa2e7;
  padding: 14px 30px 11px;
  margin-top: 30px;
  transition: .3s ease-in-out;
}
.team .glb-btn:hover {
  background-color: #000;
  transition: .3s ease-in-out;
}
/* footer strats */
/* footer strats */

/*footer{padding: 55px 0px;background-color: #1a1a1a;width: 100%;float: left;}*/
footer {  clear: both;
    width: 100%;
padding: 55px 0px;
    margin: auto;
    background: #494949 url(../images/foterBg.png) repeat-x bottom left}

footer p{color: #ffffff;}

footer .fa{color: #c5c5c5;}

footer span{color: #c5c5c5; margin-bottom: 10px;}

footer .mail-phone{margin-bottom: 10px;}

footer .scl-links{margin-bottom: 10px;}

footer .ofc-add{float: right;}

footer .contact-info{float: right;}

footer .ftor-logo{padding-bottom: 15px;}

footer .qck-links ul{padding-bottom: 10px;}

footer .qck-links ul li{padding-bottom: 5px;}

footer .qck-links ul li a{color:#ffffff; text-decoration: none;font-size: 15px;}

footer h4{padding: 0px 0px 10px;}
/* copy-right start here */
.copy-right {
  background-color: #000;
  padding: 10px 0px;
  width: 100%;
  float: left;
}
.copy-right p {
  text-align: center;
  color: #fff;
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}
.my-float {
  margin-top: 16px;
}
/*quiery*/
.popup-btn {
  float: right;
  margin-top: 18px;
}
.main-btn-circle {
  position: relative;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: #FFFFF0;
  background-color: #20a2e7;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 1px;
  outline: none;
  cursor: pointer;
  z-index: 100;
}
.main-btn-rect:before,
.main-btn-rect:after {
  position: absolute;
  content: '';
  top: 0;
  width: 0%;
  height: 100%;
  /*  background-color: rgba(255, 255, 240, 0.2);*/
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.main-btn-rect:before {
  left: 0;
}
.main-btn-rect:after {
  right: 0;
}
.main-btn-rect:hover:before,
.main-btn-rect:hover:after {
  width: 50%;
}
.main-btn-circle {
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  border-radius: 100%;
  line-height: 40px;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.main-btn-circle:hover {
  -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}
.popup {
  position: fixed;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 10001;
}
.popup.active {
  top: 0;
  background-color: rgb(3 3 3 / 76%);
  transition: background-color .6s, opacity .6s;
}
.popup .main-btn-rect {
  padding: 10px 100px;
}
.popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 568px;
  min-width: 320px;
  margin-top: 150px;
  padding: 25px;
  background-color: #FFFFF0;
  color: #070000;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transition: margin .6s;
  -webkit-transition: margin .6s;
  -moz-transition: margin .6s;
  -o-transition: margin .6s;
}
.popup.active .popup-content {
  margin-top: 0px;
}
.popup-content h6 {
  display: table;
  text-align: center;
  margin: 10px auto;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.form-group {
  position: relative;
  width: 100%;
  margin: 0px auto;
}
#income {
  width: 20px;
  /*float: right;*/
}
#send input,
#send textarea {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 29px;
  font-family: 'Poppins', sans-serif;
  text-indent: 20px;
  background-color: transparent;
  outline: 0;
  border: none;
  border-bottom: 1px solid #070000;
  -webkit-transition: border 0.6s;
  -o-transition: border 0.6s;
  transition: border 0.6s;
}
#send .main-btn-rect{
  text-indent: 0px !important;
  /* height: 52px !important; */
  width: auto;
}
#send textarea {
  height: 39px !important;
}
#send .model-form-btn p {
  color: #646363;
  line-height: 0px;
  /* font-family: 'Poppins', sans-serif; */
  /* font-size: 16px; */
}
#send input:focus,
#send textarea:focus {
  border-bottom: 1px solid rgb(63, 173, 168);
}
#send label {
  position: absolute;
  top: 0;
  left: 0;
  /* line-height: 28px; */
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
}
#send input:focus+label,
#send textarea:focus+label {
  color: rgb(63, 173, 168);
}
#send .txt {
  /* line-height: 22px; */
  left: 2px;
}
#send .main-btn-rect {
  position: relative;
  display: block;
  padding: 18px 80px;
  margin: 0px auto;
  font-size: 14px;
  margin: auto;
  background-color: #1fa2e7;
  margin-top: 30px;
  transition: .3s ease-in-out;
  border: none;
  color: #fff;
  text-transform: uppercase;
}
.wpcf7-response-output{
  font-size: 10px !important;
}
#send .main-btn-rect i {
  margin-right: 5px;
}
.popup .fade-out {
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
  font-size: 15px;
}
.share-wrap {
  position: absolute;
  display: inline-table;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
  text-align: center;
}
.share-btn {
  color: #FFFFF0;
  padding: 7px 25px;
  text-decoration: none !important;
  cursor: pointer;
  font-weight: 100;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  background-color: rgba(63, 173, 168, .8);
  text-transform: uppercase;
  border-radius: 5px;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
}
.share-btn:hover {
  color: #FFFFF0;
  text-decoration: none !important;
  background-color: rgba(63, 173, 168, 1.0);
}
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}
.resp-sharing-button__link {
  text-decoration: none !important;
  color: #fff;
  margin: 2px;
}
.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 6px 9px;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
}
.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}
.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}
.resp-sharing-button__icon,
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}
.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}
.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}
.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}
.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}
.toogle {
  display: none;
}
/* about css starts here */
.about-content {
  width: 100%;
  float: left;
  padding: 50px 0px 50px 0px;
}
.about-content img {
  width: 100%;
}
.mission-beginnings {
  background-color: #e4f4fc;
}
.mission-beginnings .text {
  background-color: #e4f4fc;
}
.mission-beginnings p.text-center {
  padding: 29px;
}
.mission-beginnings h2 {
  color: #fff;
  background: #30a4df;
  padding: 15px;
  margin-bottom: 0px;
}
.buy-top-sec {
  padding-top: 50px;
  width: 100%;
  float: left;
  background-image: url('../images/bg1.png');
  background-size: cover;
  background-position: center;
}
.buy-top-sec .white-bck {
  background-color: #fff;
}
.buy-top-sec .right p {
  text-align: justify;
}
.buy-top-sec .left img {
  width: 100%;
}
.buy-top-sec .full {
  padding-bottom: 10px;
}
.buy-top-sec .full h3 {
  padding: 15px 0px;
  color: #2598d1;
  font-weight: 600;
  font-size: 28px;
}
.rent-top-sec {
  padding-bottom: 0px;
}
.house-buying-box {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  float: left;
  background-image: url('../images/bg1.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.house-buying-box h2 {
  font-size: 30px;
  text-align: left;
  margin-bottom: 10px;
  color: #2598d1;
}
.house-buying-box img {
  width: 100%;
}
.house-buying-box .box {
  box-shadow: 0px 0px 2px #ccc;
  padding: 25px;
}
section.house-buying-box.house2 {
  padding-bottom: 0px;
}
section.key-point {
  width: 100%;
  float: left;
  padding-top: 30px;
  padding-bottom: 50px;
}
.docfile .und-list li {
  line-height: 26px;
  color: #646363;
  font-size: 15px;
}
.key-point p {
  margin-top: 35px;
}
.key-point h4 {
  font-size: 23px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  padding: 30px;
  color: #fff;
}
.key-point .box {
  background-color: #e4f4fc;
  background-image: url(../images/bgpms.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.key-point .box ul li {
  color: #fff;
  line-height: 35px;
}
.key-point .box ul li .fa {
  color: #2598d1;
}
.key-point .key-point-content {
  padding: 0px 45px 45px;
}
.rent-key {
  padding-top: 50px;
  padding-bottom: 70px;
}
.key-point .key-point-content .und-list li {
  background-image: url('../icon/check.png');
  background-repeat: no-repeat;
  line-height: 25px;
  padding-left: 35px;
  padding-bottom: 15px;
  background-position: 0 7px;
}
.key-point .key-point-content i.fa.fa-check {
  padding-right: 12px;
}
.key-point .right img {
  width: 100%;
}
/* rent page css starts here */
/* rent .rent-aggreement css */
.rent-aggreement {
  text-align: center;
}
/*innerpage*/
/*mission*/
.main-mission-beginnings {
  width: 100%;
  float: left;
  padding: 50px 0px 0px;
  background-image: url('../images/map.png');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
header .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.workofneture {
  width: 100%;
  float: left;
  padding: 50px 40px 40px;
}
.bg-pnl {
  background: #f1f1f1;
  padding: 50px 20px;
}
.bg-pn2 {
  background: #31a2db;
  padding: 50px 40px;
  color: #fff;
}
.bg-pn2 p {
  color: #fff;
}
.workofneture img {
  position: absolute;
  width: 100%;
  left: -40px;
  top: 41px;
  border: 10px solid #fff;
  border-radius: 25px;
}
/*timetobuy*/
.timetobuy {
  width: 100%;
  float: left;
  padding: 50px 0px 0px 0px;
  background-size: cover;
  background-position: center;
}
.timetobuy h2 {
  font-size: 30px;
  margin-bottom: 0px;
  background: #31a2db;
  padding: 15px;
  color: #fff;
}
.timetobuy .buypoint {
  background: #e6f6ff;
  padding: 30px;
  margin-bottom: 50px;
}
.timetobuy ul li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 15px;
}
.timetobuy h4 {
  font-size: 17px;
  font-weight: 600;
  margin: 10px 0px;
  font-family: 'Poppins', sans-serif;
  color: #2598d1;
}
.buypoint h2 {
  background: #2598d1;
  font-size: 28px;
  padding: 15px;
  color: #fff;
}
i.fa.fa-caret-right {
  color: #2598d1;
}
.workofneture h2 {
  font-size: 30px;
}
.workofneture.srv1 {
  padding-bottom: 95px;
}
.info {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}
/* .col-sm-6 img{width: 100%;} */
.contactpage {
  margin-bottom: 50px;
  background-image: url('../images/bg1.png');
  background-size: cover;
  background-position: center;
}
.contactpage .info h2 {
  font-size: 40px;
  color: #2598d1;
  text-align: center;
}
.contactpage .info p {
  font-size: 20px;
}
.contactpage .col-sm-6 {
  font-size: 20px;
}
.contactpage .col-sm-6 h3 {
  color: #2598d1;
  margin-top: 20px;
  margin-bottom: 72px;
  text-align: center;
  font-size: 30px;
}
.contactpage img {
  width: 100%;
}
#contact-form {
  padding: 30px;
  border: 0.50px solid #dbdbdb;
  /*margin-top: 20%;*/
}
.blueBarBg {
  background-color: #0088FE;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  margin: 10px 0;
}
.grayarea {
  background-color: #9f9f9f;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  margin: 10px 0;
}
#contact-form .widthheight {
  width: 20px;
}
#contact-form .desc {
  padding: 0 10px;
}
#contact-form .col-md-6 {
  font-size: 15px;
}
#contact-form .col-md-12 p {
  padding-top: 15px;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
}
.contact-page-pro .form-group p{
  text-align: left !important;
  line-height: 24px;
}
.wpcf7-not-valid {
    margin-bottom: 0px !important;
}
#contact-form .col-md-12 label {
  font-size: 15px;
}
#contact-form .col-md-12 p {
  padding-top: 0px;
}
#contact-form label {
  color: #181c18;
  margin-bottom: 0rem;
}
#contact-form .col-md-11 {
  font-size: 15px;
  /*padding-right: 40%;*/
}
#contact-form .col-md-12 input {
  background-color: #2598d1;
  border-color: #2598d1;
}
#contact-form .col-md-12 span {
  font-size: 12px;
}
section.slider .col-md-6 {
  padding: 0px;
}
.choice {
  overflow: hidden;
}
/* inner pages css strats here */
/* frt css strats here */
.screening {
  width: 100%;
  float: left;
}
.screening h3 {
  color: #1fa2e7;
}
.screening .box .box-body {
  padding: 25px;
}
/*.screening .und-list li{*/
/*  background-image: url('../icon/point.png');*/
/*  background-repeat: no-repeat;*/
/*  line-height: 25px;*/
/*  padding-left: 35px;*/
/*  padding-bottom: 15px;*/
/*  background-position: 0 7px;*/
/*}*/
.screening .box h4 {
  background-color: #1fa2e7;
  color: #fff;
  padding: 25px 0px;
  text-align: center;
}
.screening .box .left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.screening .box img {
  width: 100%;
}
.screening .box {
  background-color: #e4f4fc;
}
.screening .key-point-content {
  padding: 45px;
}
.screening .box ul li {
  color: #646363;
  line-height: 26px;
}
.und-list li {
  line-height: 26px;
}
.screening .box ul li .fa {
  color: #2598d1;
}
/*Tenant Interface and managementc css */
.mx-cash {
  width: 100%;
  float: left;
  padding: 70px 0px;
}
.mx-cash h3 {
  color: #2598d1;
  font-weight: 600;
  font-size: 28px;
  padding: 10px 0px;
}
.mx-cash .fa {
  color: #2598d1;
}
.mx-cash>div {
  padding-bottom: 20px;
}
/* mar css starts here */
.mx-cash ol li {
  list-style: none;
  color: #747473;
  font-size: 17px;
  padding: 10px 0px;
}
/*Interior and Renovation starts here */
.inr-sec {
  width: 100%;
  float: left;
  padding: 70px 0px;
}
.inr-sec .box h3 {
  padding: 15px 0px;
  color: #2598d1;
  font-weight: 600;
  font-size: 28px;
}
/* legal service starts here */
.leg-point {
  width: 100%;
  float: left;
  padding: 50px 0px;
}
.leg-point h4 {
  font-size: 23px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  background: #2598d1;
  padding: 30px;
  text-align: center;
  color: #fff;
}
.leg-point .key-point-content {
  padding: 45px;
}
.leg-point .box {
  background-color: #e4f4fc;
}
.leg-point .box ul li {
  color: #646363;
}
.leg-point .box ul li .fa {
  color: #2598d1;
}
.leg-point h3 {
  color: #2598d1;
  padding-bottom: 15px;
}
.house-buying-box .fa {
  color: #2598d1;
}
/* service pannel starts here */
.service-pnl {
  width: 100%;
  float: left;
  padding: 50px 0px 50px;
}
.screening .margn-btm {
  margin-bottom: 10px;
}
section.screening.padd-top.pad-btm.screenpd {
  padding-bottom: 30px;
}
section.house-buying-box.hmped {
  padding-bottom: 0px;
}
.service-pnl h3 {
  color: #2598d1;
}
.service-pnl .box {
  background: #e4f4fc;
  padding: 30px;
  transition: all 0.5s;
  cursor: pointer;
}
.service-pnl .box h4 {
  padding-top: 25px;
  color: #2598d1;
  font-weight: 500;
}
.service-pnl .box-two {
  padding: 30px;
  cursor: pointer;
}
.service-pnl .box-two h4 {
  padding-top: 25px;
  color: #2598d1;
  font-weight: 500;
}
.service-pnl .col-sm-4 {
  padding: 0px;
}
.service-pnl .col-sm-3 {
  padding: 0px;
}
.service-pnl .box:hover {
  background: #2598d1;
  padding: 30px;
  text-align: center;
}
.service-pnl .box:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.service-pnl .box:hover h4 {
  color: #fff;
}
/*media query starts here*/
@media(max-width:1700px) {
  header nav .top-header .mail-phone {
    width: 50%;
    margin-left: 41.7%;
  }
  .slider h1 {
    font-size: 37px;
  }
  .container-menu {
    width: 90% !important;
    margin: 0;
    margin-left: 35px !important;
    text-align: right !important;
  }
  header nav .top-header .mail-phone {
    width: 60%;
    margin-left: 42.7%;
  }
  .slider h1 {
    line-height: 60px;
  }
  section.slider img {
    width: 100%;
  }
  .shape-poly {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slider-content {
    position: static;
  }
  header nav ul {
    margin-left: 20%;
  }
}
@media(max-width:1400px) {
  .container-menu {
    width: 100% !important;
  }
  header nav .top-header .mail-phone {
    width: 60%;
    margin-left: 41.7%;
  }
  .slider h1 {
    font-size: 29px;
  }
  .team .glb-btn {
    margin-top: 70px;
  }
  header nav .logo img {
    padding-left: 0px;
  }
  .core-menu {
    margin-right: 33px;
  }
  header nav .top-header .mail-phone {
    width: 75%;
    margin-left: 25.7%;
  }
  header nav .top-header .mail-phone {
    width: 69%;
    margin-left: 34.7%;
  }
  header nav .logo img {
    padding-top: 42px;
    padding-bottom: 10px;
  }
  .container-menu {
    margin-left: 0px !important;
  }
}
@media(max-width:1331px) {
  header nav ul {
    margin-left: 9%;
  }
}
@media(max-width:1200px) {
  header nav ul {
    margin-left: 0%;
  }
  nav {
    padding-left: 0px;
  }
}
@media(max-width:1024px) {
  
  header nav .logo img {
    padding-left: 20px;
  }
  header nav .top-header .mail-phone {
    width: 95%;
    margin-left: 9%;
    padding: 10px 0px;
  }
  .slider h1 {
    font-size: 25px;
    letter-spacing: 2px;
    word-spacing: 6px;
    line-height: 43px;
  }
  header nav ul {
    margin-left: 0%;
  }
  .core-menu li a {
    font-size: 14px;
  }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1000px) {
  #header ul.fixmenu {
    display: block !important;
  }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
  header nav ul {
    margin-left: 0%;
  }
    .projects .box .box-img {
    max-height: 125px;
    min-height: 125px;
}
.projects .box .box-text {
    height: 250px;
}
  nav {
    padding-left: 0px;
  }
  .our-service-from .item .box{
    height: 140px;
  }
    
}
@media(max-width:991px) {
      .projects .box .box-img{
    max-height: 140px;
    min-height: 140px;}
}
  nav {
    padding-left: 0px;
  }
  .logo {
    height: auto;
    text-align: inherit;
  }
  header nav .logo img {
    padding-top: 13px;
    padding-left: 15px;
  }
  .slider h1 {
    font-size: 22px;
  }
  .team .glb-btn {
    margin-top: 70px;
  }
  .ftor-logo img {
    width: 100%;
  }
  .choice h2 {
    font-size: 20px;
  }
  .call-to-action .text h2 {
    font-size: 31px;
  }
  .popup-btn {
    margin-top: 7px;
  }
  footer p {
    line-height: 31px;
    font-size: 14px;
  }
  /*.container-menu{display: none;}*/
  .navigation {
    position: absolute;
    top: 0 !important;
    z-index: 10;
    right: 0;
  }
  .navigation .hamburger-menu span {
    background-color: #0093b9;
  }
  .core-menu {
    margin-top: 33px !important;
    text-align: left !important;
  }
  .core-menu li a {
    display: block;
    margin: auto;
    text-align: left;
  }
  #owl-carousel-two .item .box {
    text-align: center;
    padding: 20px;
    overflow: hidden;
    padding: 15px;
  }
  .ftor-logo img {
    width: 100%;
  }
  h3 {
    font-size: 20px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  h4 {
    font-size: 16px;
  }
  /*header {*/
  /*  margin-bottom: 95px !important;*/
  /*}*/
}
@media(max-width:768px) {
  .slider h1 {
    font-size: 22px;
    line-height: 37px;
  }
  .slider img {
    height: 330px;
  }
  .slider .col-md-6.col-xs-12 {
    padding: 0px;
    margin: 0px;
  }
  .choice {
    overflow: hidden;
  }
  .slider img {
    width: 100%;
  }
  .call-to-action .text h2 {
    font-size: 20px;
  }
  footer .contact-info {
    float: left;
  }
  .popup-btn {
    font-size: 9px;
    width: 100%;
    padding: 21px;
    text-align: center;
  }
  h2 {
    font-size: 22px !important;
  }
  .team .glb-btn {
    margin-top: 160px;
  }
}
@media(max-width:575px) {
  .popup-btn {
    font-size: 14px;
    float: left;
    width: 200px;
  }
  .ftor-logo img {
    width: auto;
    display: block;
  }
  .team .glb-btn {
    margin-top: 20px;
  }
  h3 {
    font-size: 16px !important;
  }
  h2 {
    font-size: 17px !important;
  }
  .about-pms {
    padding: 0px;
  }
  .about-pms h3 {
    text-align: left;
    color: #0093b9;
    margin-top: 25px;
  }
  .screening .box h4 {
    font-size: 14px;
    line-height: 25px;
  }
  .screening .key-point-content {
    padding: 30px;
  }
  .buying-box {
    padding: 0px;
  }
  .logo {
    width: auto !important;
  }
  #cssmenu {
    margin-top: 20% !important;
  }
}
@media(max-width: 475px) {
  .header_fixed {
    height: 82px;
  }
  .our-service-from .item .box{
    height: auto;
      
  }
  .signature img{
      height: auto !important;
  }
  #contact-form .col-md-12 input {
    margin-bottom: 10px;
  }
  header nav .logo img {
    padding-top: 5px;
  }
  .benifited .box {
    margin-left: 0px;
    margin-top: 20px;
  }
  .key-point.pms-key {
    padding: 20px 0px 0px;
  }
  .about-content {
    padding: 20px 0px 20px 0px;
  }
  .pad-btm {
    padding-bottom: 20px;
  }
  .padd-top {
    padding-top: 20px;
  }
  .main-mission-beginnings {
    padding: 20px 0px 0px;
  }
  .buy-top-sec {
    padding-top: 20px;
  }
  section.key-point {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .margn-btm {
    margin-bottom: 20px;
  }
  .timetobuy {
    padding: 20px 0px 0px 0px;
  }
  .margn-btm {
    margin-bottom: 20px;
  }
  .professional-ang {
    padding: 20px 0px;
  }
  .hir-prpty {
    padding: 20px 0px;
  }
  .ftor-logo img {
    width: auto;
  }
  footer .contact-info {
    float: left;
    margin-top: 15px;
  }
  .qck-links {
    margin-top: 15px;
  }
  .main-menu {
    height: 0px !important;
  }
  .navigation {
    top: -65px !important;
  }
  .core-menu li a {
    text-align: left;
  }
  .slider img {
    width: 100%;
    height: auto;
  }
  /* .shape-poly {width: 100%;height: 194px;clip-path: none;} */
  .slider-content {
    position: initial;
    padding: 10px;
  }
  .slider .slider-content .glb-btn {
    margin-top: 13px;
    padding: 13px 22px;
    font-size: 15px;
  }
  .our-service {
    padding: 20px;
  }
  h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #owl-carousel-two .owl-dots {
    padding-top: 0px;
  }
  .choice h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .projects {
    padding: 20px;
  }
  #owl-carousel-three .owl-dots {
    padding-top: 0px;
  }
  .testimonial {
    padding: 20px;
  }
  .team .team-detail {
    bottom: 0px;
    width: 100%;
    left: 0px;
    top: auto;
  }
  .team {
    padding: 20px;
  }
  .workofneture img {
    position: initial;
  }
  .timetobuy ul li {
    line-height: 24px;
  }
  .popup-btn {
    float: left;
    margin-top: 18px;
  }
  .ftor-logo img {
    width: auto;
    display: block;
  }
  .slider h1 {
    font-size: 15px;
    line-height: 33px;
  }
  .slider .slider-content .glb-btn {
    margin-top: 8px;
    padding: 10px 19px;
    font-size: 11px;
  }
  p {
    line-height: 28px;
    font-size: 13px;
  }
  h4 {
    font-size: 15px;
  }
  .team .team-detail p strong {
    font-size: 12px;
  }
  .team .team-detail p {
    font-size: 12px;
  }
  .team .glb-btn {
    font-size: 11px;
  }
  .copy-right {
    padding: 10px 1px;
  }
  .key-point h4 {
    font-size: 14px;
  }
  .key-point .key-point-content {
    padding: 20px;
  }
  .key-point .key-point-content .und-list li {
    font-size: 14px;
  }
  .house-buying-box .box {
    padding: 10px;
  }
  .popup-btn {
    font-size: 10px;
    width: 130px;
    padding: 16px;
  }
  section.house-buying-box {
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .screening .box ul li {
    font-size: 14px;
    line-height: 26px;
  }
}
@media(max-width:420px) {
  #cssmenu {
    margin-top: 26% !important;
  }
  #owl-carousel-two .item .box{
    height: 250px;}
    
  .projects .box .box-img{
    overflow: hidden;
    position: relative;
    max-height: 130px;
    min-height: 125px;}
}
@media(max-width:375px) {}
.projects .glb-btn {
    background-color: #1fa2e7;
}
.projects .glb-btn:hover {
    background-color: #1a1a1a;
}
img.card-img-top.project-img {
    height: 200px;
}
.our-service-from{
  padding-top: 30px;
}

.our-service-from .item {margin: 16px 10px 18px;transition: all .35s;}

.our-service-from .item .box:hover {box-shadow: none;border:1px solid #0093b9;transition: all .35s;}

.our-service-from .item .box {text-align: center;padding: 20px;    overflow: hidden;
    padding: 10px;
    border: 1px solid #c2c2c2;
    text-align: center;
    box-shadow: 0 0 15px #e3e3e3;
    height: 120px;}
 
    /* highlight section */

.our-service-from .item .box p{
      font-size: 15px;
    line-height: 22px;
}
.our-service-from .item .box hr{
   margin-top: 10px;
    margin-bottom: 10px;
}


    .features-section {
      padding: 60px 20px;
    }

    .features-header {
      text-align: center;
      margin-bottom: 40px;
    }

    .features-header h2 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 8px;
      color: #222;
    }

    .features-header p {
      font-size: 18px;
      color: #666;
    }

    .feature-item {

       background: #fff;
   
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    
    text-align: center;
    padding: 1rem;
    border: 1px dotted rgb(127 4 108);
    margin-bottom: 2rem;
    
    border-radius: 0px;
    }

    .feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 14px rgb(0 0 0 / 39%);
    }

    .feature-icon {
      font-size: 36px;
      margin-bottom: 12px;
      display: block;
      color: #51b1e1; /* Indigo shade */
    }

    .feature-name {
      font-size: 16px;
      font-weight: 600;
      color: #444;
    }
    .floor-title {
    text-align: center;
    background: #4d4d4d;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    margin: 0;
    }
    .floor-plan a {
    margin: 0;
    border-radius: 6px;
    /* filter: blur(2px); */
    text-decoration: none;
    display: block;
    border:1px solid #51b1e1;
    margin-bottom: 1rem;
    margin-top:1rem;
    }
    .our-service-from .box h4{
      font-size: 15px;
    font-weight: 500;
    }
    .sales-price{
          padding: 15px;
    border: 1px solid #c2c2c257;
    text-align: center;
    box-shadow: 0 0 11px #e3e3e3;
    margin-bottom: 30px;
    }
    .sales-price h4{
          font-size: 20px;
          font-weight: 700;
          padding-bottom: 20px;
              color: #0093b9;
    }

    .price{
          margin-bottom: 50px;
    background-image: url("../img/bg1.png");
    background-size: cover;
    background-position: center;
    margin-top:30px;
    }
    .price table th{
      text-align: left;
      padding: 10px;
      font-weight:600;
    }
        .price table td{
          padding:10px;
          text-align: left;
        }

    .Properties .box-body{
       margin-bottom: 20px;
    }
    .listing .card{
          margin-top: 20px;
    margin-bottom: 20px;
    }
    .gallery a {
    margin: 7px 0;
    display: block;
    /* border: 2px solid #fff5df; */
    border-radius: 0px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.gallery a img{
    height: 300px;
    object-fit: cover;
}
.Ticket td{
  padding: 10px;
}
.Ticket th{padding: 20px;}
.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-list li {
  position: relative;
  padding-left: 25px;   /* jagah icon ke liye */
  margin-bottom: 12px;
  line-height: 1.6;

}

.custom-list li i {
  position: absolute;
  left: 0;
  top: 4px; /* text ke sath align */
 
}
 .Flower-Valley h3{
   
font-size: 30px;
    text-align: center;
    margin-bottom: 15px;
    color: #2598d1;}

    .araCalcultrFrm{ clear:both; width:98%; margin:auto; font-size:13px; color:#333; font-weight:normal; padding-top:2%; display:block; font-family: 'Open Sans', sans-serif;}
.araCalcultrFrm .hdngBar{clear:both; font-size:18px; color:#283953; font-weight:200; padding:9px 0; text-align:center; background:#eee;}
.araCalcultrFrm .hdngBar span { font-size:13px; color:#283953; font-weight:100; padding:0; margin:0;}
.araCalcultrFrm ul {margin:0px; padding:0px; list-style:none;}
.araCalcultrFrm ul li{display:block; float:left; width:50%; margin-bottom:11px;}
.araCalcultrFrm ul li label{
    display:block;
    float:left;
    text-align:right;
    width:35%;
    padding:9px 11px 0 0;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: rgb(0, 0, 0);
    font-weight: 600;
    }
.araCalcultrFrm ul li .textField{width:50%; border:1px solid #ddd; font-size:13px; color:#999; padding:8px; border-radius:3px; font-family: 'Open Sans', sans-serif;}
.araCalcultrFrm ul li .textAreaField{width:60%; border:1px solid #ddd; font-size:13px; color:#999; padding:8px; border-radius:3px; font-family: 'Open Sans', sans-serif;}
.araCalcultrFrm ul li .selectField{width:60%; border:1px solid #ddd; font-size:13px; color:#999; padding:8px; border-radius:3px; font-family: 'Open Sans', sans-serif;}
.araCalcultrFrm ul li .txtImp{color:#F00;}
.calc{
  justify-content: center;
    align-items: center;
    display: flex
;
}
.araCalcultrFrm ul li .submitBtn{
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;

    padding: 10px 35px 10px 35px;
    background:#2591d8;
    border: 1px solid #2591d8;

    border-radius: 5px;
    transition:all 0.5s ease-in-out 0s;
    font-family: 'Poppins', sans-serif;
    }
.araCalcultrFrm ul li .submitBtn:hover{cursor:pointer;background:#0077c5; border-bottom:3px solid #0068ac; color:#fff; transition-duration:0.5s;}
.araCalcultrFrm ul li .textField:focus, .selectField:focus, .textAreaField:focus { background:#f5f5f5; color:#283953;}
.araCalcultrFrm .bdrBg{background:#fff; border:1px solid #eee; padding:20px 0 20px 20px; margin:0;}

.calculator .slider-container label{
      font-weight: 600;
    font-size: 18px;
}

    .calculator {
      background: #fff;
      padding: 30px;
      border-radius: 15px;
      box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
      /*max-width: 750px;*/
      width: 100%;
    }
    h2 {
      text-align: center;
      margin-bottom: 25px;
      color: #004080;
    }
    .slider-container {
      margin-bottom: 25px;
    }
    label {
      font-weight: bold;
      display: block;
      margin-bottom: 8px;
      color: #333;
    }
    input[type=range] {
      width: 100%;
      -webkit-appearance: none;
      height: 6px;
      border-radius: 5px;
      background: #ddd;
      outline: none;
      transition: background 0.3s;
    }
    input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #004080;
      cursor: pointer;
      transition: 0.3s;
    }
    input[type=range]::-webkit-slider-thumb:hover {
      background: #0066cc;
    }
    .value-box {
      font-size: 16px;
      margin-top: 8px;
      color: #004080;
font-weight: 600;
    }
    .result-box {
      margin-top: 30px;
      background: #f0f6ff;
      padding: 20px;
      border-radius: 10px;
      text-align: center;
      border: 1px solid #cce0ff;
    }
    .result-box h3 {
      margin: 10px 0;
      font-size: 20px;
      color: #f26b36;
    }
    .result-box p {
      margin: 5px 0;
      font-size: 16px;
      color: #333;
    }

   .min-max-wrap{
 display: flex;
    justify-content: space-between;
    padding-top: 10px;
     opacity: 0.5;}
.signature img {
    height: 600px;
    width: 100%;
    object-fit: cover;
     }
     .table-responsive {
  width: 100%;
  overflow-x: auto;  
  -webkit-overflow-scrolling: touch;
}
 
.table-format {
  border-collapse: collapse;
  min-width: 600px;
}
 
.table-format th,
.table-format td {
  padding: 10px;
  text-align: center;
  white-space: nowrap;
}
.Flower-Valley p {
    padding: 20px;
}
 @media (max-width: 490px) {
    #owl-carousel-two .item .box {
        height: 250px;
    }
    .signature img{
        height: auto !important;
    }
    .Flower-Valley h3{
        padding: 10px;
    }
 
}
@media (max-width: 991px) {
    header {
     
        height: 82px;
    }
}
#faqAccordion .btn-link {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  width: 100%; 
  text-align: left;
}

/* Chevron */
#faqAccordion .btn-link::after {
  font-family: FontAwesome;
  content: "\f078"; /* fa-chevron-down */
  font-size: 16px;
  transition: transform 0.3s ease;
  margin-left: auto; 
}


#faqAccordion .btn-link[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.faq{
    padding: 45px 0px 50px 0px;
}