@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

body{
  margin:0;
  padding:0;
  color: #3e3e3e;
  font-family: 'Poppins', sans-serif;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color:#000;
}
html{
    padding:0 !important;
    margin:0 !important;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.main{
  margin: auto;
  padding: 0;
  width: 92%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
h1{margin:0px;}
h2{margin:0px;}
h3{margin:0px;}
h4{margin:0px;}
h5{margin:0px;}
h6{margin:0px;}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
p{
  margin:0;
}



/* START HEADER SECTION */

/* start head section */

.head-section{
  padding: 10px 0 10px 0;
  background: #2c1b0b;
}
.div-center{
  justify-content: center;
  align-items: center;
}
.head-logo1{
  width: 15%;
}
.head-logo1 img{height: 120px;}
.head-navigation1{
  width: 66%;
}
.navbar{
  padding:0;
}
.navbar-collapse{
  justify-content:center;
}
.navbar-collapse .navbar-nav{
  display: block;
  text-align: center;
  margin: 0 auto 0;
}
.navbar-collapse .navbar-nav li{
  display:inline-block;
  padding: 0px 14px;
  color: #fff;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
}
.navbar-collapse .navbar-nav li a{
  color: #ffffff;
  display: inline-block;
  padding: 6px 13px 6px;
  transition: 0.5s ease-in;
}

.navbar-toggler{
  width: 51px;
  height: 40px;
  border: 0;
  display: inline-block;
  transition: all 0.2s ease-in;
  padding-top: 0px;
  line-height: 6px;
  margin: 0px;
  margin-left: 0;
  padding-left: 0px;
  padding-right: 8px;
}

.toggle-design{
  height: 1px;
  width: 100%;
  background: rgb(228 177 90);
  display: inline-block;
  transition: all 0.5s cubic-bezier(.62,.43,.35,1.47);
}
.navbar-toggler:focus{box-shadow:none;}

.navbar-nav li:hover a{
  color: #eab85b;
}
.navbar-nav li a.active {
  color: #eab85d;
}
.deals-properties{
  font-size: 17px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0px;
  border-top: 1px solid #4a2e13;
  width: fit-content;
  margin: 6px auto 0;
  padding: 11px 30px 0;
}


.btn-call{
  width:19%;
}
.btn-call ul li{
  list-style:none;
  padding: 0 6px 9px;
  display:inline-block;
}
.btn-call ul li a{
  padding: 0;
  border: 0;
}
.btn-call ul li a svg{
  color: #ffe58b;
  height: 15px;
  width: 15px;
}
.btn-call a{
  background: transparent;
  padding: 10px 35px;
  display: block;
  border-radius:60px;
  font-size: 16px;
  width:fit-content;
  margin: 0 auto;
  font-weight: 500;
  color: #ffffff;
  border: 1px solid #8f5f07;
  text-transform: capitalize;
}
/* end head section */

/* start slider section */

.slider{
  background: url(images/background-slider.webp) no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 9;
}
.slider-design{position: relative;}
.slider-design1{
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.slider-left1{
  padding: 30px 60px 30px 0px;
}
.slider-center1 p{
    font-size: 15px;
    color: #494949;
    line-height: 30px;
}
.slider-center1 a{
  background: #e9b75c;
  display: inline-block;
  padding: 12px 33px 10px;
  text-transform: uppercase;
  margin: 40px 0 0;
  font-size: 16px;
  font-weight: 600;
  color: #2c1b0b;
  border-radius: 30px;
}
.slider-center1 span{
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0px 0 -4px;
    color: #844912;
    font-weight: 600;
}
.slider-center1 strong{
  color: #2c1b0b;
  font-size: 73px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  line-height: 90px;
}
.slider-right1{position: absolute;margin: 0 auto;left: 0;right: 0;top: 120px;width: 100%;z-index: -9;}
.slider-right1 img{
  border-radius: 50%;
  height: 210px;
  display: block;
  animation: ani 15s infinite ease-in;
  margin: 0 auto;
}

.slider-center1{
  padding: 0% 0px 0 70px;
  text-align: left;
}
/* end slider section  */

/* start fixed head */
.fixed-top .deals-properties{
  display:none;
}
.fixed-top .head-logo1 img{
  height: 57px;
}
/* end fixed head  */






/* END HEADER SECTION  */


/* start about us section  */


.aboutus-design{box-shadow: 0 0 17px 6px #ededed;border-radius: 40px;}

.aboutus-left1{
  padding: 70px 56px;
}
.aboutus-left2{text-align: left;}
.aboutus-head span{
  display: block;
  font-size: 15px;
  text-transform: capitalize;
  color: #2c1b0b;
  padding: 4px 20px 2px;
  background: #e8b55f;
  border-radius: 30px;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto;
}
.aboutus-head h1{
  color: #000000;
  font-size: 52px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.aboutus-head h1 a{
  color: #2c1b0b;
}

.aboutus-content p{
  color: #5c5c5c;
  font-size: 15px;
  line-height: 30px;
  padding: 6px 0 0;
  text-align: left;
}
.aboutus-content p strong{
  font-weight: 600;
}
.aboutus-content h2,h3,h4,h5,h6{
  padding: 0 50px 11px 0px;
  margin: 28px 0 20px;
  font-size: 23px;
  color: #000;
  position:relative;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 700;
  border-bottom: 6px solid transparent;
  border-image: linear-gradient(0.25turn, #31a7ba, #316396);
  border-image-slice: 1;
}

.aboutus-content ul{
  padding: 8px 0 0 0;
  margin: 0;
  list-style: none;
}
.aboutus-content ul li{
  display: inline-block;
  font-size: 15px;
  position:relative;
  text-transform: capitalize;
  padding: 6px 10px 6px 15px;
}
.aboutus-content ul li:before{
  height: 35px;
  width: 35px;
  line-height: 37px;
  color: #2c1b0b;
  font-size: 29px;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
  content: "\2799";
}
.aboutus-right1{
  padding: 0;
}
.aboutus-right2{
  position: relative;
}
.omsai{
  position: absolute;
  border-radius: 50%;
  bottom: -60px;
  left: 0;
  right: 0;
  height: 230px;
  margin: 0 auto;
  animation: ani 15s infinite ease-in;
}
@keyframes ani{
  0%{ transform: translateY(50px);}
  50%{ transform: translateY(-50px);}
  100%{ transform: translateY(50px);}
}
.mission-properties{
  padding: 10px 0 0;
  text-align: center;
}
.mission-properties strong{
  font-size: 37px;
  text-transform: uppercase;
  color: #2c1b0b;
  padding: 30px 0 0;
  display: block;
}
.mission-properties p{
  color: #858585;
  font-family: auto;
  font-size: 48px;
  font-style: italic;
  font-weight: 500;
}
.team-param{
  padding: 100px 0 0;
}
.team-param strong{
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  padding: 0 0 30px;
}
.team-param1{
  padding:10px;
}



/* end about us section  */


.iconservices-section{
  padding: 38px 0 20px;
  position:relative;
  z-index: 9;
}
.iconservices-1{
  padding:10px;
}

.iconservices-2 span{
  display:block;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.iconservices-2 span svg{
  height: 46px;
  width: 46px;
  fill: #e8b55f;
}
.iconservices-2 span svg path{
  fill: #e8b55f;
}
.iconservices-2 strong{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #2d2d2d;
  padding: 15px 0 0 0;
  display: block;
  text-align: center;
}
.iconservices-2 a{
  display: block;
  border: 1px solid #d7d7d7ee;
  padding: 30px 20px;
  background: #e8b55f00;
}

/* end services section */


/* start services section  */


.services-section{
  background:#2c1b0b;
  position: relative;
  z-index: 9;
}
.services-section:before{
  background:url(images/footer-bg.png) no-repeat;
  height:100%;
  width:100%;
  top:0;
  right:0;
  position:absolute;
  z-index: -9;
  content:"";
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
}
.servicesheading p{
  font-size: 18px;
  text-transform: capitalize;
  margin: 0px 0 1px;
  color: #ffffff;
  font-weight: 600;
}
.servicesheading strong{
  color: #e8b55f;
  font-size: 37px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
}

.servicessubheading p{
  color: #c7c7c7;
  line-height: 26px;
  font-size: 15px;
  font-weight: 400;
}

.servicessubheading a{
  display: inline-block;
  padding: 10px 18px 6px;
  background:#fff;
  text-transform: uppercase;
  margin: 27px 0 0;
  font-size: 18px;
  
  color: #000;
  position:relative;
  z-index: 9;
  transition:0.5s ease-in;
}
.servicessubheading a:before{
  background: #2c1b0b;
  width:0%;
  height:100%;
  content:"";
  left:0;
  margin:0 auto;
  right:0;
  top:0;
  position: absolute;
  z-index: -9;
  transition:0.9s ease-in;
}
.servicessubheading a:hover:before{
  width:100%;
}
.servicessubheading a:hover{
  color:#fff;
}
.servicessubheading{
  padding: 0 0 0 20px;
}


.services1{
  padding: 10px;
}
.services2{
  position: relative;
}

.text-services{
  position: absolute;
  width: 90%;
  padding: 25px 26px 15px;
  text-align: left;
  margin: 0 auto 20px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffffbf;
}
.text-services p{
  
font-size: 15px;
  
line-height: 27px;
  
padding: 0px 0 9px 0;
}
.text-services strong{
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.text-services a{
  font-weight: 700;
  line-height: 27px;
  color: #2c1b0b;
  text-transform: uppercase;
  display: block;
}
/* end services section  */


/* start best services section  */

.bestservices-heading strong{
  color: #000000;
  font-size: 51px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.bestservices-heading span{
  display: block;
  font-size: 15px;
  text-transform: capitalize;
  color: #2c1b0b;
  padding: 4px 20px 2px;
  background: #e8b55f;
  border-radius: 30px;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto;
}
.bestservices-heading p {
  color: #4e4e4e;
  line-height: 28px;
  font-size: 15px;
  font-weight: 400;
}

.best-services1{
  padding: 20px 10px;
}
.best-services2{
  position: relative;
}
.best-services2 img{
  width:100%;
}
.best-services3{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.best-services4 strong{
  color: #2c1b0b;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 14px 0 0px 0;
  display: block;
}
.best-services4 a{
  font-weight: 600;
  font-size: 14px;
  color: #4e4e4e;
  text-transform: uppercase;
  display: inline-block;
  background: #ffffff;
  padding: 6px 18px 5px;
  letter-spacing: 1px;
}

.services-heading{
  padding:50px 0;
}
.services-heading aside{
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  width: fit-content;
  padding: 0 21px;
  display: block;
  margin: 0 auto 47px;
  border-bottom: 2px solid #915e2e;
}
.servicespage-1{
  padding:10px;
  text-align:center;
}
.servicespage-2 img{
  
}
.servicespage-2 p{
  color: #2c1b0b;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 14px 0 0px 0;
  display: block;
}








/* end best services section  */

/* start why choose us section  */


.image-chooseus1{
  padding: 0;
}
.image-chooseus2{
  z-index: 9;
  position:relative;
  padding: 70px 0px 0 0;
}
.image-chooseus2:before{
  height: 440px;
  width: 440px;
  content:"";
  position:absolute;
  background: #319fb612;
  border-radius:50%;
  z-index:-9;
  left: 0;
  top: 40px;
  right: 0;
  margin: 0 auto;
}
.image-chooseus2 img{
  border-radius: 50%;
  height: 380px;
  margin: 0 auto;
  display: block;
}

.text-chooseus1{
  padding: 0px 0 0 20px;
}
.text-chooseus2{
}

.choose-heading strong{
  color: #000000;
  font-size: 54px;
  margin: 0 auto;
  font-weight: 700;
  width: fit-content;
  position: relative;
  text-transform: uppercase;
  display: block;
}
.choose-heading p{
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    color: #2c1b0b;
    padding: 4px 20px 2px;
    background: #e8b55f;
    border-radius: 30px;
    font-weight: 500;
    width: fit-content;
    margin: 0 auto;
}
.whychoose {
  padding:60px 0 60px;
  position:relative;
  z-index: 9;
}
.whychoose:before{
  z-index: -9;
  content:"";
  background:url(images/home-builting.png) no-repeat;
  height:100%;
  width:100%;
  top:0;
  background-position: right;
  right:0;
  position: absolute;
}
.choose-content{padding: 30px 0 0 0;}
.choose-content p{
  color: #323232;
  font-size: 15px;
  line-height: 30px;
  padding: 0px 0 5px;
}
.choose-content p strong{
  font-weight: 600;
}
.choose-content b{
  
color: #6a431e;
  
font-size: 20px;
  
font-weight: 600;
  
text-transform: capitalize;
  
padding: 14px 0 10px 0;
  
display: block;
}
.list-choose{
  display: flex;
  text-align: left;
  padding: 17px 0 17px 0;
}
.choose-content ul{
  list-style: none;
}
.choose-content ul li{
  font-size: 17px;
  position:relative;
  color: #000;
  display: inline-block;
  font-weight: 600;
  background: #e8b55f;
  text-transform: capitalize;
  width: 31%;
  padding: 0;
  margin: 20px 10px 0;
}
.choose-content ul li span{
  display: block;
  padding: 20px 20px 20px;
}
.choose-content ul li svg{
  margin: 0 -2px 0 0px;
  fill: #ffffff;
}
.choose-content ul li:last-child svg{
  transform: rotateY(180deg);
}
/* end why choose us section */


/* start testimonials section  */


.testimonials-section{
  padding: 80px 0 50px;
}
.testimonials-section aside{
  font-size: 50px;
  color: #d1a453;
  font-size: 148px;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  animation: ani 15s infinite ease-in;
  text-align: right;
  display: block;
}
.testimonials-right{position: relative;z-index: 9;}
.testimonials-right:before{
  content:"";
  background:url(images/home-builting.png) no-repeat;
  height:100%;
  width:100%;
  top:0;
  background-position: right;
  right:0;
  position: absolute;
}
.client-1{
  padding: 0px;
}
.client-2{
  padding: 80px 40px 40px;
  position:relative;
  text-align: center;
}
.client-2 i{
  position:absolute;
  right: -0px;
  color: #fff;
  height:100px;
  background: #2c1b0b;
  width:100px;
  border-radius: 0% 0px 0px 100%;
  top: -30px;
}
.client-2 i .bi{
  height: 34px;
  width: 34px;
  color: #ffd080;
  margin: 46px 0px 0px 30px;
}

.client-2 p{
  color: #222;
  font-size: 24px;
  padding: 0px 0 0 0;
  line-height: 46px;
  t-we\: ;
}
.client-2 img{
  border-radius: 50%;
  margin: 0 auto;
  width: 60px;
}
.owl-carousel .owl-item img{
  width: 80px;
}
.client-2 strong{
  position:relative;
  padding: 8px 0 0;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 600;
  color: #9f6c17;
  margin: 19px 0 0;
  display: block;
}
.client-2 strong:before{
  content:"";
  position:absolute;
  height: 1px;
  width: 150px;
  margin:0 auto;
  left:0;
  right:0;
  top:0;
  background: #a37221;
}
.client-2 strong em{
  font-style: normal;
  text-transform: uppercase;
  color: #424242;
  display: block;
  padding: 5px 0 0;
  margin: 0;
  font-size: 13px;
}
.owl-carousel .owl-nav button.owl-next{
  right: 0;
  position: absolute;
  height: 45px;
  width: 27px;
  background: #ed5d705e;
  padding: 0 0 6px 0 !important;
  font-size: 38px;
  line-height: 0px;
  display: inline-block;
  top: 140px;
}
.owl-carousel .owl-nav button.owl-prev{
  left: 0;
  position: absolute;
  height: 45px;
  width: 27px;
  background: #ed5d7040;
  padding: 0 0 6px 0 !important;
  font-size: 38px;
  line-height: 0px;
  display: inline-block;
  top: 140px;
}
.owl-nav, .owl-dots{
  display:none;
  transition:0.4s ease-in;
}
.client-testimonials2:hover .owl-nav{
  display:block;
}

/* end testimonials section  */


/* start main services section  */

.main-services1{
  padding: 20px;
}
.main-services2{
}
.main-services2 img{
  border-radius: 10px;
  box-shadow: 0 0 8px 0px #c7c7c78a;
  margin: 0 0 5px 0;
  /* border: 1px solid #e1e1e1; */
}
.main-services2 strong{
  
color: #000000;
  
font-size: 25px;
  
font-weight: 600;
  
text-transform: capitalize;
  
display: block;
}
.main-services2 p{
  
  font-weight: 500;
  line-height: 29px;
  color: #676767;
  padding: 7px 0 0px 0;
}

/* end main services section  */



/* start footer section  */

.map-section iframe{
  height:200px;
  vertical-align: bottom;
}
.footer{
  background: #2c1b0b;
  position: relative;
  padding: 80px 0 50px;
  z-index: 9;
}
.footer:before{
  background:url(images/footer-bg.png) no-repeat;
  height:100%;
  width:100%;
  top:0;
  right:0;
  position:absolute;
  content:"";
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -9;
}
.footer-left1{
  padding: 0 36px 0 0px;
  border-right: 1px solid #452910;
}

.footer-aboout p{
  font-size: 16px;
  word-spacing: 8px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 28px;
}
.footer-aboout p em{
  text-transform: uppercase;
  font-style: normal;
  color: #fff6e5;
  border-radius: 40px;
  word-spacing: 0;
  border: 1px solid #452910;
  padding: 3px 11px;
  margin: 0px 13px 0px 0px;
}
.footer-aboout strong{
  color: #ffffff;
  padding: 0 0 11px 0;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

.footer-contact{margin: 20px 0 0;padding: 10px 0 0 0;}

.footercontact-left1{
  padding: 0 0px 0 10px;
}
.footercontact-left2{
}
.footercontact-left2 a{
  color: #fff;
  font-size: 29px;
  font-weight: 600;
  padding: 8px 0 0;
  display: block;
}
.footercontact-left2 .mail{
  font-size:15px;
  font-weight: 400;
}
.footercontact-left2 strong{
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
  display: block;
  font-weight: 500;
}

.footercontact-right1{padding: 0 0px 0 0px;}
.footercontact-right2{
}
.footercontact-right2 ul li{
  position: relative;
  list-style: none;
  padding: 0 0 0 22px;
  color: #c5c5c5;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
}
.footercontact-right2 ul li span{
  position: absolute;
  left: 0;
  top: 10px;
}
.footercontact-right2 ul li span .bi{
  height: 1.3rem;
  color: #e8b55f;
  width: 1.3rem;
}
.footercontact-right2 ul li b{
  font-weight: 400;
  display: block;
}
.footer-right1{
  padding: 0 0 0;
}
.footer-right2{
  padding: 0px 0 0 50px;
}

.footer-line{padding: 0 0 12px;}
.footer-line strong{
  font-weight: 500;
  text-transform: capitalize;
  font-size: 21px;
  text-align: center;
  color: #e8b55f;
  padding: 0 0 6px 0;
  display: block;
}
.footer-line ul{
  padding: 30px 0 30px 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.footer-line ul li{
  padding: 8px 15px;
  font-size: 15px;
  display: inline-block;
  color: #fff;
  text-transform: capitalize;
}
.footer-line li a{
  color: #ffffff;
}
.services-images ul li{
  width: 24%;
  list-style: none;
  text-align:center;
  display: inline-block;
  padding: 0 10px;
}
.services-images li span{
  display:block;
}
.services-images li span svg {
  height: 60px;
  fill: #d1a453;
  width: 60px;
}
.services-images li p{
  color:#fff;
  text-transform: capitalize;
}
.services-images{
  border-top: 1px solid #452910;
  padding: 23px 0 0;
}

.copy-right p {
  color: #afafaf;
  font-weight: 400;
  font-size: 14px;
  display: block;
  padding: 30px 0 0px 0;
}
.copy-right  ul i{
  color: #d6b35f;
  font-family: ui-rounded;
  font-size: 30px;
  display: block;
  padding: 10px 0 20px 0;
}
.copy-right  ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 0 15px;
  margin: 0 0px;
  position:relative;
}
.copy-right  ul li:before{
  content:"";
  position:absolute;
  width:100%;
  top: 10px;
  left: -42px;
  /* height:1px; */
  background: #532e0c;
}
.copy-right  ul li:nth-child(1):before{
  display:none;
}
.copy-right  ul li a {
  border-radius: 7px;
  display: block;
  position:relative;
  color: #ffecc9;
}
.copy-right  ul li a .bi {
  height: 19px;
  width: 19px;
}

/* end footer section  */

.breadcrumb-section {
    padding: 34px 0 36px;
    bottom: 0;
    margin: -1px 0 0;
    position: relative;
    z-index: 9;
    background: url(images/background-slider.webp) center center / cover no-repeat;
    background-position: center center;
}

.breadcrumb-design h1 {
    font-size: 37px;
    font-weight: 700;
    text-transform: uppercase;
}

.breadcrumb-design h1 a {
    color: #2c1b0b;
}

.breadcrumb-design p {
    color: #515151;
    text-transform: capitalize;
    font-size: 17px;
    padding: 6px 0 0;
}

.breadcrumb-design span {
    display: none;
}

.breadcrumb-design span img {
    height: 210px;
    margin: 0 auto;
    display: block;
}


/*====================================================
          START PROPERTIES PAGE CSS
======================================================*/

.properties-design p{
  color: #323232;
  font-size: 15px;
  line-height: 30px;
  padding: 0px 0 10px;
}
.properties1{
  padding: 10px;
}
.properties2{text-align: left;}
.properties2 img{
  border-radius: 30px;
}
.features aside{
  display: block;
  font-size: 13px;
  text-transform: capitalize;
  color: #ffffff;
  padding: 4px 20px 2px;
  background: #2c1b0b;
  border-radius: 30px;
  font-weight: 500;
  margin: 22px 0 11px 0;
  width: fit-content;
}
.features b{
  
font-weight: 600;
  
text-transform: capitalize;
  
font-size: 18px;
  
color: #a56f3a;
}
.features ul li{
  list-style: none;
  color: #5b5b5b;
  position: relative;
  margin: 10px 0 0;
  padding: 0 0 0 0;
  font-size: 15px;
}
.features ul li i{
  font-style: normal;
  display: inline-block;
  padding: 0 0 0 4px;
}
.features ul li svg{
  fill: #c57e06;
  height: 23px;
  width: 23px;
}
.features ul li svg path{

}


/*====================================================
         END PROPERTIES PAGE CSS
======================================================*/

/*====================================================
          START GET IN TOUCH CSS 
======================================================*/

.getintouch{
  position:relative;
  z-index: 9;
  background: url(images/form-background.jpg) no-repeat;
}
.getintouch:before{
  height:100%;
  width:100%;
  top:0;
  left:0;
  right:0;
  position:absolute;
  content:"";
  opacity: 0.5;
  z-index: -9;
  background-image: linear-gradient(90deg, #2c1b0b 0%, #C78960 100%);
  opacity: 0.8;
}
.design-contact{
  justify-content: center;
  align-items: center;
}
.heading-form aside{
  color: #ffffff;
  font-size: 59px;
  margin: 0 auto;
  font-weight: 600;
  width: fit-content;
  position: relative;
  text-transform: capitalize;
  display: block;
  }
.getin-left1{
  padding: 0;
}
.getin-left2{
  border-radius: 10px;
}
.contac-rr {
  padding: 0 0 20px 0;
  margin: 0;
  text-align: left;
}
.form-group1 {
   padding: 7px 20px;
   text-align: center;
   margin: 7px 0px 9px;
   position: relative;
}
.form-group1 label{
  text-align: left;
  font-weight: 600;
  display: block;
  padding: 0 0 4px 0;
  font-size: 14px;
  text-transform: capitalize;
}
input.form-control1 {
   color: #ffffff;
}

.form-control1 {
  height: 50px;
  background-color: #ffffff00;
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #eee;
  color: #fff;
  display: block;
  width: 100%;
  padding: 19px 14px 17px 14px;
  font-size: 15px;
  font-weight: 400;
}
textarea.form-control1 {
  height: 100px;
}

.form-group1 span{
  margin: 0;
}


.btn-group{
  padding: 16px 0 0px 20px;
  display: inline-block;
  margin: 0;
  text-align: left;
}
.btn-group>.btn{
  background: #ffffff;
  border-radius: 0;
  padding: 13px 24px 13px;
  color: #515151;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  border:0;
  transition: 0.8s all ease-in-out;
  left: 0;
  right: 0;
  margin: 0px auto 0px;
}

.form-group1  .place::-webkit-input-placeholder{
  color: #ffffff;
  font-size:15px;
  font-weight:400;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.btn:active:focus, .btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}

.contact-details{
  background: #fff;
  padding: 50px 0 30px;
}
.getin-contact p{
  font-weight: 600;
  padding: 0;
  font-size: 21px;
  letter-spacing: 0px;
  color: #000000;
}
.getin-contact 1small{
  color: #77604d;
}
.getin-contact1 a span{
  border-radius: 100%;
  height: 40px;
  width: 40px;
  color: #a80000;
  top: -7px;
  left: 0;
  text-align: center;
  line-height: 45px;
  background: #e8b55f;
  position: absolute;
  display: block;
}
.getin-contact1 a{
  color: #353535;
  text-transform: capitalize;
  display: inline-block;
  padding: 0px 0 0px 50px;
  font-size: 17px;
  position: relative;
  font-weight: 600;
  margin: 0 0 15px;
}
.getin-contact:before{
  content:"";
  position:absolute;
  height:100%;
  width:1px;
  background: #e8b55f;
  top: 0;
  right: 0;
}
.getin-contact a .bi{
  height: 1.3rem;
  margin: 0 0px 0 0px;
  width: 1.3rem;
  fill: #2c1b0b;
}
.getin-contact:last-child .getin-contact1 p, .getin-contact:nth-child(2) .getin-contact1 p{
  font-size: 14px;
}

.getin-contact{
  padding: 0 60px;
}
.getin-contact:last-child:before{display:none;}
/*====================================================
          END GET IN TOUCH CSS 
======================================================*/


/*==============================================================
            START 404 PAGE CSS 
================================================================*/ 

.error-page{
  background: url(images/background-slider.webp) no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
}
.error-page p {
  color: #2c1b0b;
  font-size: 190px;
  font-weight: 700;
  margin: 0 0px 0;
  text-transform: capitalize;
  line-height: normal;
}
.error-page svg{
  height: 170px;
  width: 170px;
  margin: -110px 0 0;
  position: relative;
  color: #572c0a;
  z-index: -9;
}

.error-page strong {
  padding: 0;
  color: #8b8b8b;
  text-transform: uppercase;
  position: relative;
  font-size: 36px;
  letter-spacing: 6px;
  font-weight: 500;
  margin: -40px 0 0px 0;
  display: block;
}
.error-page a span{
  background: #ebb85b;
  color: #000000;
  padding: 13px 32px;
  text-transform: capitalize;
  border-radius:10px;
  display:block;
  font-size: 21px;
  margin: 0 auto;
  width:fit-content;
}
/*==============================================================
            END 404 PAGE CSS 
================================================================*/ 




.fix{
  position: fixed;
  padding: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
.end{
  margin: 0;
  padding: 0;
  background-color: #fff;
  
}
.end li a i{
  animation-name: vibe;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.12,0.84,0.79,0.4);
  animation-delay: 0.2s;
}
.end li{
  display: inline-block;
  text-align: left;
  list-style: none;
  position: absolute;
  text-align: center;
  height: 61px;
  left: 0;
  bottom: 100px;
  width: 86px;
  background: #fd0202;
  line-height: 43px;
  border-radius: 0px 80px 80px 0px;
}
.end .wh-fx {
  background: #15b12a;
  color:#fff;
  bottom: 30px;
  left: 0px;
}
.end li a{
  color:#fff;
  display: block;
  height: 48px;
  line-height: 45px;
  width: 49px;
  background: #fff;
  margin: 6px 8px 0 auto;
  border-radius: 70px;
}

.wh-fx{left: 20px;}
.ph-fx{left: 20px;}
.end li a img{
  height: 29px;
}








@media (max-width: 767px){
  body{text-align: center;}
  .head-logo1{width: 100%;text-align: left;}
  .head-navigation1{width:100%;}
  .deals-properties{display:none;}
  .btn-call{display:none;}
  .navbar {margin: -48px 0 0;right: 0;justify-content: end;}
  .head-logo1 img{height: 60px;}
  .fixed-top .head-logo1 img{height: 60px;}
  .navbar-collapse .navbar-nav li a {padding: 6px 6px 6px;}
  .navbar-collapse .navbar-nav li {padding: 3px 0px;font-size: 15px;text-align: left;display: block;}
  .design-text strong{font-size: 27px;margin: 0px 0 0;}
  .design-text {padding-left: 33%;top: 15%;width: 84%;right: 5%;}
  .slider-center1 {padding: 6% 15px 0px 15px;}
  .slider-center1 a{margin: 5px 0 0;padding: 9px 31px;font-size: 16px;}
  .design-text span{margin: -10px 0 0px;font-size: 16px;}
  .slider-right1{display:none;}
  .tophead-right1{text-align:center;}
  .bestservices-heading {padding: 0 0% 10px;}
  .text-chooseus1 {padding: 60px 0 0 0px;}
  .aboutus-left1 {padding: 40px 15px;}
  .aboutus-head h1{font-size: 36px;}
  .omsai{display:none;}
  .servicesheading strong{font-size:30px;}
  .servicessubheading {padding: 10px 0 0 0px;}
  .best-services1{width:50%;}
  .footer-left1 {padding: 0 0px 0 0px;border:0;}
  .footer-aboout strong {padding: 0 0 9px 0;}
  .footercontact-right2{padding:20px 0 0;}
  .footer-right2 {padding: 0px 15px 0 10px;}
  .services-images ul li{padding:5px;}
  .main-services2 strong{font-size: 21px;}
  .main-services1 {padding: 9px;}
  .footer-contact {margin: 20px 0 0;}
  .text-services{padding: 10px 15px 10px;}
  .text-services strong{font-size: 23px;}
  .breadcrumb-left1{z-index: 9;padding: 0;width: 70%;}
  .footer-line ul li{padding:0 15px;}
  .breadcrumb-right2 img{bottom: -34px;right: 0;left: auto;opacity: 0.5;}
  .breadcrumb-left1{z-index: 9;padding: 0;width: 70%;}
  .footer-line ul li{padding:0 15px;}
  .maincontent p{text-align:left;}
  .getin-right2{margin:30px 0 0;}
  .slider-left1{padding: 0px 10px 0px 10px;}
  .testimonials-section{padding: 20px 0 0px;}
  .testimonials-section aside{font-size: 94px;text-align: center;}
  .slider-center1 strong{font-weight: 800;font-size: 53px;}
  .footer-line strong{line-height: 30px;border: 1px solid #e8b551;font-size: 15px;margin: 6px 0 8px;padding: 3px 0 3px;border-radius: 50px;}
  .choose-content ul li{width:100%;margin: 7px 0px 0;}
  .whychoose{padding-bottom:0;}
   .choose-content ul li:last-child svg{display:none;}
  .getintouch{background-position: bottom;}
  .heading-form aside{font-size: 38px;}
  .mission-properties p{font-size: 30px;line-height: 44px;}
  .team-param strong {font-size: 25px;}
  .getin-contact {padding: 0 0px 20px;text-align: left;margin: 0 auto;/* width: 40%; */}
  .getin-contact:before{display:none;}
  .footercontact-right2 ul li b{display: inline-block;padding: 0 9px 0 0px;}
  .footercontact-left1{padding:0;}
  .form-group1{padding: 4px 13px;}

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
   .head-logo1{width: 100%;text-align: left;}
  .head-navigation1{width:100%;}
  .deals-properties{display:none;}
  .btn-call{display:none;}
  .navbar {margin: -48px 0 0;right: 0;justify-content: end;}
  .head-logo1 img{height: 60px;}
  .fixed-top .head-logo1 img{height: 60px;}
  .navbar-collapse .navbar-nav li a {padding: 6px 6px 6px;}
  .navbar-collapse .navbar-nav li {padding: 0px 10px;font-size: 15px;display: block;}
  .text-chooseus1{padding:30px 0 0;}
  .omsai{bottom: auto;right: 30px;top: 0;left: auto;}
  .heading-services{text-align:center;}
  .servicessubheading{padding:0;}
  .footer-right2 {padding: 0px 0 0 0px;}
  .footer-line ul{text-align:center;}
  .footer-left1{border:0;padding:0;}
  .footer-contact {border-bottom: 0;padding: 10px 0 20px 0;}
  .breadcrumb-right2 img{bottom: -34px;right: 0;left: auto;opacity: 0.5;}
  .breadcrumb-left1{z-index: 9;padding: 0;width: 70%;}
  .footer-line ul li{padding:0 15px;}
  .heading-conntact p{font-size: 37px;}
  .testimonials-section aside{font-size: 94px;text-align: center;}
  .slider-center1 strong{font-size: 65px;line-height: 77px;}
  .footer-line strong{line-height: 30px;border: 1px solid #e8b551;font-size: 15px;margin: 6px 0 8px;padding: 3px 0 3px;border-radius: 50px;}
  .choose-content ul li{width:100%;margin: 7px 0px 0;}
  .whychoose{padding-bottom:0;}
  .slider-right1 {display:none;}
  .slider-center1 {padding: 50px 0px 50px 30px;}
  .slider-left1 {padding: 0px 20px 0px 0px;}
  .slider-center1 a{margin: 20px 0 0;}
  .aboutus-left1 {padding: 40px 30px;}
  .aboutus-right1{text-align:center;}
  .choose-content ul li:last-child svg{display:none;}
   .getin-contact {padding: 0 20px;}
  .getin-contact1 a span{height: 32px;width: 32px;line-height: 34px;}
  .getin-contact a .bi{height: 1.0rem;width: 1.0rem;}
  .getin-contact1 a {padding: 0px 0 0px 40px;font-size: 15px;}
  .mission-properties p{font-size: 37px;}
  

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .design-text strong{font-size: 45px;margin: 0px 0 0;}
  .design-text {padding-left: 18%;}
  .slider-center1 {padding: 3% 30px 0 30px;}
  .slider-center1 a{margin: 15px 0 0;padding: 10px 30px;}
  .design-text span{margin: -10px 0 0px;}
  .image-chooseus2:before{height: 370px;width: 370px;top: 50px;}
  .image-chooseus2 img{height: 320px;}
  .best-services4 strong{font-size:23px;}
  .text-chooseus1 {padding: 0px 15px 0 20px;}
  .text-services strong{font-size:20px;}
  .text-services {padding: 19px 16px 9px;}
  .text-services p{font-size:15px;}
  .aboutus-head h1{font-size: 35px;}
  .footer-left1 {padding: 0 19px 0 0px;}
  .footer-right2 {padding: 0px 0 0 20px;}
  .footer-line strong{font-size: 17px;line-height: 32px;}
  .footer-line ul li {padding: 7px 7px;}
  .footer{padding-left:20px;padding-right:20px;}
  .services-images ul li{padding:0 4px;}
  .heading-conntact p{font-size: 39px;}
  .btn-call a{padding:8px 30px;}
  .slider-center1 strong{font-size:30px;}
  .slider-right1 img{height:150px;}
  .slider-right1 img{margin: 0 360px 0 auto;}
  .choose-content ul li{width: 32%; margin: 20px 3px 0;}
  .getin-contact {padding: 0 30px;}
  .navbar-collapse .navbar-nav li {padding: 0px 10px;}
 
  




}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {
  .design-text strong{font-size:50px;}
 


}

@media (max-width: 575px) and (min-width: 0px) {
  .design-text{width: 100%;bottom: 177px;top: auto;right: 0px;padding: 0 15px; left: 0px;
    text-align: center;padding-left: 0;margin: 0 auto;}
  .design-text strong {font-size: 31px;}
  .best-services4 strong{font-size: 18px;}
  .image-chooseus2:before{height: 370px;width: 370px;top: 50px;}
  .image-chooseus2 img{height: 320px;}
  .choose-heading strong{font-size: 41px;}
  .text-chooseus2{padding:0 15px;}
  .list-choose{display:block;}
  .choose-content ul{width:100%;}
  .aboutus-content h2, h3, h4, h5, h6{font-size: 19px;padding: 0 11px 11px 0px;line-height: 31px;}
  .aboutus-head h1 {font-size: 26px;line-height: 36px;}
  .bestservices-heading strong {font-size: 30px;}
  .client-2 {padding: 20px 20px 0px;}
  .services-images ul li{width: fit-content;padding: 9px 6px;}
  .footer-right2 {padding: 0px 0px 0 0px;}
  .footer-line strong{line-height: 30px;border: 1px solid #e8b551;font-size: 15px;margin: 6px 0 8px;padding: 3px 0 3px;border-radius: 50px;}
  .footer-line ul li {padding: 5px 9px;font-size: 15px;}
  .copy-right p{padding: 0px 0 0px;font-size: 13px;}
  .text-services strong{font-size:20px;}
  .tophead-section{padding:5px 10px;}
  .breadcrumb-left1{text-align:center !important;width:100%;padding: 0 6px;}
  .breadcrumb-right2 img{left:0;opacity:0.2}
  .design-contact{padding: 0 20px;}
  .heading-conntact p{font-size: 32px;}
  .getin-right2{padding: 20px 15px;}
  .getin-details ul li {padding: 13px 0 13px 29px;}
  .getin-details ul li span{top: 17px;}
  .iconservices-1{width:50%;padding: 5px;}
  .iconservices-2 a{padding: 20px 10px;}
  .iconservices-2 strong{font-size:15px;}
  .client-2 p{font-size: 17px;line-height: 33px;margin: 70px 0 0;}
  .services-images li span svg{height: 40px;width: 40px;}
  .services-images li p{font-size: 13px;}
  .footer-aboout p em{display:block;}
   .testimonials-section aside{font-size: 68px;text-align: center;}
   .slider-center1 strong{font-size: 49px;line-height: 62px;}
  .team-param1{width:50%;padding:5px;}
  .mission-properties p{font-size: 27px;line-height: 37px;}
  .team-param strong {font-size: 20px;}
   .services-heading aside{font-size:18px;padding: 0 11px;margin: 0 auto 17px;}
  .services-heading {padding: 50px 0 0px;}
     .error-page p{font-size: 120px;}
  .error-page strong{margin: 0;font-size: 25px;letter-spacing: 0;}
 




  
}
@media (max-width: 420px) and (min-width: 0px) {
  .best-services1{width:100%;}
  .image-chooseus2:before{height: 290px;width: 290px;top: 50px;}
  .image-chooseus2 img{height: 250px;padding: 10px;}
  .choose-heading strong {font-size: 31px;}
  .servicesheading strong {font-size: 25px;}
  .footer-line strong{padding: 7px 0 7px;line-height: 29px;font-size: 17px;border-radius: 10px;}
  .contact-call{display:block;}
  .tophead-left1 strong{font-size:15px;}
  .breadcrumb-left2 p{font-size:15px;color:#000;}
  .testimonials-section aside{font-size: 54px;text-align: center;}
  .slider-center1 strong{font-size: 47px;line-height: 51px;}
  .footer-line ul li {padding: 5px 2px;font-size: 13px;}
  .end li{width: 66px;height: 46px;bottom: 80px;}
  .end li a{height: 37px;width: 37px;margin: 5px 6px 0 auto;}
  .end li a img{height: 24px;margin: -10px 0 0;}

  
} 






