body {
  background-color: #fff;
}

:root {
  --main-color:#16bfbf;  
  --b-shadow :0 0 35px 0 rgba(96, 98, 102, 0.15);
 

}
.bg-main {
  background-color: var(--main-color);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
 
}

.dropdown-menu {
  position: absolute;
  z-index: 99999;
  display: none;
  min-width: 10rem;
  padding: 10px 10px;
  margin: 0;
  font-size: 1rem;
  color: #fff !important;
  text-align: left;
  list-style: none;
  background-color: #022037 !important;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  opacity: 0.8;

}
.dropdown-menu li a {
  color: #fff !important;
  line-height: 58px;
}
.dropdown-menu li a:hover {
  background-color: transparent;
  color: var(--main-color) !important;
}


.navbar-main ul {
  padding: 0px;
  margin: 0px;
}
.navbar-main ul li {
  padding: 0px;
  margin: 0px;
}
.navbar-main ul li a {
  color: #000;
  padding: 0 20px !important;
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.navbar-main ul li a:hover {
  color: var(--main-color);  
}
.navbar-expand-lg .navbar-nav .nav-link {  
  padding-bottom: 29px !important;
  padding-top: 20px !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0rem;
}

.our-company {
  padding: 80px 0px;
}
.our-company svg {
  margin-top: 20px;
}
.our-company h5 {
  margin-top: 15px;
  font-size: 18px;
  color: #212529;
  margin-bottom: 20px;
  font-family: "Mulish", sans-serif;
}
.our-company h3 {
  margin-top: 40px;
  font-size: 37px;
  color: #000001;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;  
}
.our-company a {  
  font-size: 18px;  
  text-decoration: none;
  color: var(--main-color);
  font-weight: 600;
}
.g-bg-main {
  position: relative;  
}
.g-bg {
  background-color: var(--main-color);
  width: 800px;
  position: absolute;
  right: 100px;
  top: 200px;
  min-height: 300px;
  padding: 70px 70px;
  color: #fff;
}
.g-bg h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 30px;
}
.g-bg p {
  line-height: 32px;
  font-size: 22px;
  margin-bottom: 35px;
}
.g-bg button {
  color: #fff;
  border: #fff solid 1px;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 600;
}
.g-bg button:hover {
  background-color: #47c6c6 !important;
  border: #fff solid 1px;
}
.item {
  background-color: #fff;
  padding-bottom: 3px;
}
.item h2 {
  color: #000;  
  font-size: 20px;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
} 
.item p {
  color: #555555 !important;  
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
.item a {
  text-decoration: none;
}
.discover-pic {
  padding: 60px 0 100px 0px;
  
}
.discover-pic h1 {
  color: #fff;
}
.discover-pic p {
  color: #fff;
}
.main-color {
  color: var(--main-color);
}
.how-we-create  {
  padding: 100px 0px;
}
.how-we-create  {
  padding: 70px 0px;
}
.how-we-create  h3 {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;  
}
.how-we-create  h4 {
  margin-top: 20px;  
  font-weight: bold;
}
.how-we-create  p {
  font-size: 20px;
  font-weight: 300;
}
.how-we-create a {
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  color: var(--main-color);
  font-weight: 600;
  margin-bottom: 25px;
  display: block;
}
.g-border {
  border-top: var(--main-color) solid 4px;
  height: 5px;
  width: 100px;
  margin: auto;
  margin-bottom: 25px;  
}
.g-border-left {
  border-top: var(--main-color) solid 4px;
  height: 5px;
  width: 100px; 
  margin-bottom: 25px;  
}
.big-pic {
  background-image: url(../imgs/5.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px;
  display: block;
}
.big-pic-content {
  max-width: 600px;
  width: 90%;
  float: right;
  padding: 80px 60px;
}
.big-pic-content h3 {
 
  font-weight: bold;  
  font-size: 45px;
  color: #000;
}
.big-pic-content p {  
  font-size: 18px;
  color: #555555;
}
.big-pic-content button {  
  background-color: var(--main-color);
  border: none;
  padding: 15px 0px;
  font-size: 20px;
  opacity: 0.8;
}
.big-pic-content button:hover {    
  opacity: 0.9;
  background-color: var(--main-color);
}
.testimonials-main {
  padding: 100px 0px;
}
.main-heading {
  font-family: "Roboto", sans-serif;
  color: #00233d !important;
}
.testimonials-main img {
  border-radius: 100px;
  width: 130px;
  margin-bottom: 25px;
}
.testimonials-main h3 {
  font-size: 40px;
  margin-bottom: 50px;
  font-weight: bold;
  color: #000;
}
.testimonials-main p {
  font-size: 15px;
  color: #555555;  
}
.testimonials-main p span {
  font-size: 15px;
  color: #555555;  
  font-style: italic;
  
}
.c-logo-main {
  border-top: #e5e5e5 solid 1px;
  padding-top: 35px;
  padding-bottom: 40px;

}

.consultation-main {
  background-color: #00233d;
  text-align: center;
  position: relative;

}

.fix-pic {
  background-image: url(../imgs/p-1.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px ;
  display: block;
  opacity: 0.2;
  min-height: 500px;

}
.consultation-main h3 {
  color: #fff;
  text-align: center;
  opacity: 0.9;
}
.consultation-text {
  position: absolute;
  top: 0px;
}
.consultation-text a {
  background-color: var(--main-color);
  border: none;
  padding: 12px 30px;
  font-size: 20px;
  margin-top: 25px;
  opacity: 0.8;
}
.consultation-text a:hover {
  background-color: var(--main-color);  
  opacity: 0.9;
}
.consultation-text h3  {
  margin-top: 150px;
  font-size: 40px;
}
.consultation-text p {
  color: #fff;
  font-size: 25px;
}
.elementor-shape .elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}
.footer-main {
  text-align: center;
  background-color: #00233d;
  min-height: 300px;
  padding: 50px 0px;
}
.footer-main a {
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  font-size: 20px;
  line-height: 42px;
}
.footer-main img {
  margin-top: 30px;
  margin-bottom: 20px;
}
.footer-main p {
  color: #fff;
}
.slider-garkbg {
  height: 826px;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 999;
 
}
.carousel-control-next {
  right: 0;
  display: none;
}
.carousel-control-prev {
  left: 0;
  display: none;
}
.slider-text {
  position: absolute;
  top: 150px;
  z-index: 9999;
  color: #fff;
  width: 600px;
  max-width: 90%;
}
.slider-text h2 {
  font-size: 65px;
  font-weight: bold;
}
.slider-text p {
  font-size: 22px;
  margin-bottom: 60px;
  margin-top: 20px;
  
}
.slider-text button {
  background-color: var(--main-color);
  font-size: 20px;
  color: #fff;
  padding: 10px 30px;
  border: none;
  opacity: 0.8;
}
.slider-text button:hover {
  background-color: var(--main-color);  
  opacity: 0.9;
}
.slide1 {
  background-image: url(../imgs/s1.jpg);
  height: 826px; 
}
.slide2 {
  background-image: url(../imgs/s2.jpg);
  height: 826px; 
}
.slide3 {
  background-image: url(../imgs/s3.jpg);
  height: 826px; 
}
.about-head {
  background-image: url(../imgs/about-head.jpg);
  background-size: cover;
  position: relative;
}
.head-top-hgt {
  height: 360px;
  margin-bottom: 20px;
}
.i-head-bg {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #000;
  opacity: 0.65;

}
.ihead-text {
  position: relative;
  z-index: 999;
  top: 100px;
  border-left: var(--main-color) solid 6px;
  padding-left: 30px;
  color: #fff !important;
}
.ihead-text h2 {
  font-weight: 700;
  color: #fff;
  font-size: 55px;
}
.ihead-text a {
  color: var(--main-color);
  text-decoration: none;
  padding-right: 20px;
}
.pad100 {
  padding: 100px 0px;
}
.about-text h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
}
.about-text p {
  font-size: 18px;
  padding: 0 10px;
  color: #777777;
  text-align: justify;
}
.about-text h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
}
.about-text h4 {
  font-size: 50px;
  font-weight: 500;  
}
.about-text h6 {
  color: var(--main-color);
}
.our-values h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 80px;
}
.values-box img {
  float: left;
  width: 40px;  
  margin-right: 20px;
  padding-bottom: 85px;
  margin-top: 5px;
}
.values-box {
  height: 200px;
}
.values-box p {
  font-size: 18px;
  color: #777777;
}
.values-box h4 {
  font-weight: bold;
}
.our-team h3 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 0px;

}
.our-team a {
  text-decoration: none;
  color: #6f6f6f;
  font-size: 18px;  
  
}
.team-main a i {  
  color: var(--main-color);  
  font-size: 20px;
  font-weight: 800;
}
.team-main a img {  
  margin-bottom: 10px;
  margin-top: 10px;
}
.team-main a span {  
  padding-right: 10px;
  padding-top: 25px;
}
.team-main {
  position: relative;

}
.team-textbg {
  background-image: linear-gradient(#00000000, #000);
   height: 150px;
   position: absolute;  
   bottom: 38;
   width: 100%;
   opacity: 0.8;
}
.team-name {
  text-align: center;
  bottom: 50px;
  color: #fff;
  position: absolute;
  z-index: 99999;
  width: 100%; 
}
.blog-main h3 {
  font-size: 40px;
  font-weight: bold;
}
.blog img {
  margin-bottom: 10px;
}
.blog span {
  color: #555555;

}
.business-link {
  padding-left: 10px;
  text-decoration: none;
  color: var(--main-color);
  font-size: 16px;
 
}
.blog p {
  color: #555555;
  font-size: 15px;
  line-height: 27px;

}
.blog h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 25px;

}
.continue-reading {
  text-decoration: none;
  color: var(--main-color);
  font-size: 12px;
  margin-bottom: 25px !important;
  display: block;
}
.p-right {
  padding-right: 20px;

}
.talk-export {
  color: var(--main-color);
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 50px;
  display: block;
}
.talk-export:hover {
  color: var(--main-color);  
}
.servicer-icons img {
  width: 40px !important;
  height: 40px;
  margin-bottom: 20px;
}
.servicer-icons h5 {
  font-size: 17px;
  margin-bottom: 40px;
}
.service-main img {
  width: 400px;  
  float: right;
  box-shadow: -50px -50px 0 0 rgba(22.000000000000032,191.00000000000006,191.00000000000006,.37);

}
.service-main h6 {
  font-size: 20px;
  color: var(--main-color);
  font-weight: 400;
  margin-bottom: 17px;
}
.service-main h3 {
  font-size: 35px;
  font-weight: bold;
}
.service-main p {
  color: #555555;
  font-size: 22px;
  font-weight: 300;

}
.service-pic-sec {
  padding: 50px 100px 0 30px;
}
.service-pic-sec2 {
  padding: 50px 50px 0 200px;
}
.service-pic-sec h3 {
  font-weight: bold;
  font-size: 30px;  
}
.text-right {
  text-align: right;
}

.service-main2 img {
  width: 400px;  
  float: right;
  box-shadow: 50px 50px 0 0 rgba(22.000000000000032,191.00000000000006,191.00000000000006,.37);

}
.service-main2 h6 {
  font-size: 20px;
  color: var(--main-color);
  font-weight: 400;
  margin-bottom: 17px;
}
.service-main2 h3 {
  font-size: 35px;
  font-weight: bold;
}
.service-main2 p {
  color: #555555;
  font-size: 22px;
  font-weight: 300;

}
.accordion-main {
  width: 900px;
  margin: auto;
  max-width: 90%;
}
.accordion-main h3 {
  font-size: 33px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff !important; 
  box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.0) !important; 
  border-bottom: #e0e0e0 solid 1px;
}
.accordion-item {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  border: 0px;
  padding: 15px 0px;
  font-weight: 400;
  color: #6f6f6f;
  font-size: 18px;
}
.accordion-button {  
  font-size: 19px;  
  width: 100%;
  display: block;
}

.accordion-button h3 {  
 font-size: 18px;
 font-weight: 400;  
}
.accordion-button i {  
  margin-right: 10px;
  margin-left: 20px;
  
 }
.accordion-button:focus {
  z-index: 3;
  border-color: #8f8f8f;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}
.floor-plans-points ul {
  padding: 0px;
  margin: 0px;
}
.floor-plans-points ul li {
  padding: 0px;
  margin: 0px;
  float: left;
  list-style: none;
  line-height: 30px;
}


.protfolio-sec1 {
  padding: 80px 50px 0 30px;
}
.protfolio-sec1 h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
   
}
.protfolio-sec1 p {
  font-size: 20px;  
  line-height: 35px;
  color: #6f6f6f;
   
}
.photo-gallery img {
  border-radius: 8px;

}



.points ul {
  padding: 0px;
}
.points ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;  
  font-size: 17px;
  line-height: 35px;
  color: #777777;
}
.points ul li i {
  color: var(--main-color);
  margin-right: 3px;
  margin-left: 10px;
}

.pics4-main a {
  background-image: linear-gradient(rgb(17, 17, 17), rgb(89, 89, 89), rgb(0, 0, 0));
  display: block;
  border-radius: 9px;
}
.pics4-main {
  position: relative;
}
.pics4-main img {
  opacity: 0.5;
  border-radius: 9px;
}
.pic4-text {
  position: absolute;
  top: 0px;
  z-index: 999;
  padding: 20px 20px;  
}
.pic4-text h6  {
  font-size: 17px;
  color: #fff !important;
  font-weight: 400;
}
.pic4-text h4  {
  font-size: 22px;
  color: #fff !important;
}
.pic4-text p  {
  font-size: 15px;
  color: #fff !important;
  margin-top: 190px;    
}
.pic4-text span  {
  float: right;
  right: -90px;  
  position: absolute;
  bottom: 40px;
}
.pic4-more-detail {
  position: absolute;  
  z-index: 999;
  padding: 20px 20px;  
  top: 0px;
}
.high-end-materials {
  margin-top: 85px !important;  
}
.hem-icon {
  bottom: 38px !important;  
  right: -51px !important;
}
.text-heading h3 {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: bold;
}
.text-heading p {  
  font-size: 20px;  
}
.text-heading h3 span  {  
  color: var(--main-color);
}
.slider-fix-box-main {
  position: relative;
  padding: 0 35px;
  
}
.slider-fix-box {
  background-image: linear-gradient(#00000000, #000);
  height: 50%;
  width: 89%;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  opacity: 0.9;
  width: 100%;
}
.solution-slider-uptext {
  color: #fff;
  position: absolute;
  z-index: 99999;
  bottom: 0;
  opacity: 0.9;
  padding: 0 20px;
  font-family: var(--bs-font-sans-serif) !important;
}
.solution-slider-uptext  h2 {
  font-size: 20px;
  color: #fff;
}
.solution-slider-uptext  h2 span {
  font-size: 20px;
  font-weight: 300;
  font-family: var(--bs-font-sans-serif);
}
.solution-slider-uptext p span {
  color: #fff;
  font-size: 18px;
  padding: 0 0px 50px 0;  
  font-family: var(--bs-font-sans-serif);
}
.moredetail-b {
  background-color: #00233d;
  padding: 0 0px;
  text-decoration: none;
  padding: 10px 26px;
  color: #fff;
  border-radius: 5px;
  margin-top: 100px;
  display: block;
  width: 170px;
  text-align: center;
  margin-bottom: 30px;
}
.moredetail-b:hover {
  background-color: #00233d;
  color: #fff;
  
}

.demo-gallery > ul {
  margin-bottom: 0;
}
.demo-gallery > ul > li {
    float: left;
    margin-bottom: 25px;
    margin-right: 0px;
    width: 33%;
}
.demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  border-radius: 10px;
}
.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
  border-radius: 10px;
  
}
.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.home .demo-gallery {
  padding-bottom: 80px;
}
.sf-sec1-pics {
  display: flex;
}
.sec-pic  {
  width: 200px;
}
.sec-pic  {
  width: 32%;
  margin-right: 1px;
  margin-bottom: 1px;
}
.s-border-top {
  border-top: #000 solid 1px;
}
.sf-sec-text {
  padding: 130px 100px;
}
.sf-sec-text h3 {
  font-size: 40px;
  font-weight: bold;
  color: #00233d;
}
.sf-sec-text h5 {
  font-size: 25px;
  font-weight: bold;
}
.sf-sec-text h5 span {
  font-weight: 400;
  margin-top: 20px;
}
.sf-sec-text p {
  font-size: 20px;
}
.sf-sec-text a {
  background-color: var(--main-color);
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  text-align: center;
  color: #fff;
  width: 260px;
  margin-top: 50px;
  border-radius: 5px;
  font-weight: 500;
}
.single-family-sec2 {
  background-color: var(--main-color);
  padding: 100px 0px;
  color: #fff;
}
.single-family-sec2 h3 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: bold;
}
.single-family-sec2 h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;  
  
}
.single-family-sec2 h6 {
  color: #fff !important;  
  font-weight: 400;  
  font-size: 24px;
  margin-bottom: 30px;
}
.single-family-sec2 i {
  margin-right: 10px;

}
.project-details th {
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0px;
}
.project-details td {
  font-size: 18px;  
  padding: 15px 0px;
}
.eco-friendly ul  {
  padding: 0px;
}
.eco-friendly ul  li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  float: left;
  padding: 5px 20px;
  background-color: #ccc;
  margin-right: 1px;
  margin-bottom: 1px;
}
.green-bg {
  background-color: #33a357 !important;
  color: #fff;
}
.light-green-bg {
  background-color: #79b752 !important;
  color: #fff;
}
.sab-light-green-bg {
  background-color: #c3d545 !important;
  color: #fff;
}
.yelow-bg {
  background-color: #d4c600 !important;
  color: #fff;
}
.red-bg1 {
  background-color: #edb731 !important;
  color: #fff;
}
.red-bg2 {
  background-color: #d66f2c !important;
  color: #fff;
}
.red-bg3 {
  background-color: #cc232a !important;
  color: #fff;
}
.red-bg4 {
  background-color: #cc232a !important;
  color: #fff;
}
.red-bg5 {
  background-color: #cc232a !important;
  color: #fff;
}
.like-other-homes h2 {
  font-size: 32px;
  margin-bottom: 20px;  
}
.like-other-homes h3 {
  margin-left: 10px;
  font-size: 22px;
}
.like-other-homes p {
  margin-left: 10px;  
  font-size: 18px;
  font-weight: 400;
}
.room-pics-pop {
  max-width: 1100px !important;
  width: 90%;
}
.popup-user-sec img {
  width: 50px;
  float: left;
  margin-right: 10px;
  border-radius: 10px;
}
.popup-user-sec h4 {
  font-size: 20px;
  margin-bottom: 0px;
}
.popup-user-sec a {
  font-size: 15px;  
  text-decoration: none;
  color: var(--main-color);
  margin-top: 10px;
}
.popup-buttons button {
  width: 48.5%;
  float: left;  
  padding: 10px 0px;
  border: #16bfbf solid 2px;
  background-color: transparent;
  color: var(--main-color );
}
.popup-buttons button:hover {  
  color: #fff;
  background-color: var(--main-color);
  border: #16bfbf solid 2px;
}
.room-pics-popup-topbar {
  background-color: #000;
  color: #fff;
  width: 100%;
  padding:20px 10px;
}
.room-pics-popup-topbar button {
  float: right !important;
  background-color: transparent;
  color: #fff !important;
  border: none;
  position: relative;
  display: block !important;
}
.close-b-popup {
  float: right;
}

.whatApp-button {
  width: 100% !important;
  
  
}
.active-b {
  background-color: var(--main-color) !important;
  color: #fff !important;
}
.news-main {
  padding: 25px 25px;
  background-color: #fff;
  
  
}
.news-main a {  
  text-decoration: none;
  display: block;
}

.news-main h3 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: bold;

}
.news-main p {
  font-size: 16px;
  color: #6f6f6f;
  text-align: justify;
  line-height: 30px;
}
.news-bottom {
  border-top: #e9e9e9 solid 1px;
  padding-top: 20px;
}
.news-bottom ul {
  padding: 0px;
  margin: 0px;
}
.news-bottom ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  float: left;
  margin-right: 14px;
  color: #6f6f6f;
}
.img50 {
  width: 40px !important;
  border-radius: 50px;  
}
.news-bottom button {
  background-color: var(--main-color) !important;
  border: none;
  width: 100%;
  display: block;
  padding: 8px 0px;
  margin-top: -5px;  
}
.news-iconpad {
  margin-top: 7px !important;  
}
.news-main-sec {
  padding: 50px 0px;
}
.news-right-sec {
  background-color: #fff;
  padding: 30px 30px;
}
.news-right-sec ul {
  padding: 0px;
  list-style: none;
}
.news-right-sec ul li {
  padding: 0px;
  margin: 0px;  
}
.news-right-sec ul li a {
  color: #000;
  list-style: none;
  text-decoration: none;
  line-height: 40px;
  font-size: 17px;
  color: var(--main-color);
}
.news-right-sec ul li a i {
  margin-right: 5px;
}
.news-right-sec h3 {
  color: #000;
  font-size: 20px;
  margin-bottom: 20px;
}
.news-heading a {
  color: #000;
  text-decoration: none;
  font-size: 11px;


}
.news-heading h3 {
  font-size: 30px;

}
.news-start {
  margin-bottom: 30px;
}
.w-1000 {
  width: 800px;
  margin: auto;
  max-width: 90%;
}

.contact-main h4 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.contact-main input {
  padding: 10px 10px;
}
.contact-main select {
  padding: 10px 10px;
}
.contact-main button {
  padding: 10px 10px;
  background-color: var(--main-color);
  border: none;
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
}
.contact-main p {  
  font-size: 20px;
  color: #555555;  
}
.contact-bottom img {
  width: 40px;
  margin-bottom: 10px;
}
.contact-bottom h3 {
  width: 40px;
  margin-bottom: 10px;
}
.contact-bottom p {
  font-size: 19px;
  color: #555555;
}
.contact-bottom h4 {
  font-size: 20px;
  color: var(--main-color);
  margin-top: 25px;  
  margin-bottom: 40px;
}

















 
 





