@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;600;700&display=swap');
/* Base CSS */
.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #1B1B21;
  font-family: 'Montserrat', sans-serif;
}

body {
  color: #545051;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}

@font-face {
  font-family: RusticLoveTattoo;
  src: url(../fonts/RusticLoveTattoo.otf);
}
@font-face {
    font-family: 'Frutiger LT Std';
    src: url('../fonts/FrutigerLTStd-Cn.woff2') format('woff2'),
        url('../fonts/FrutigerLTStd-Cn.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.selector-for-some-widget {
  box-sizing: content-box;
}

a:hover {
  text-decoration: none
}

button:focus {
  outline: 0;
  outline: 5px auto -webkit-focus-ring-color;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* header-area-start */

.header-area .container {
  max-width: 1720px;
}
.header-area {
  background: #99BD29;
  padding: 35px 0;
}
.header-fl {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.header-menu ul li {
  display: inline-block;
  margin-right: 64px;
}
.header-menu li a {
  color: #FFFFFF;
  font-size: 25px;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Frutiger LT Std';
  position: relative;
}
.header-menu li a:before {
  position: absolute;
  content: "";
  background: #fff;
  height: 4px;
  width: 0%;
  bottom: -7px;
  left: 0;
  transition: .3s;
}
.header-menu li a:hover:before {
  width: 100%;
}

/* header-area-end */

/* hero-area-start */

.hero-img img {
  width: 100%;
  position: relative;
}
.hero-socail {
  position: absolute;
  top: 6px;
  right: 0;
  width: 68px;
}
.hero-img {
  position: relative;
}
.hero-socail a {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #99BD29;
  margin-bottom: 5px;
  color: #fff;
  font-size: 39px;
}
.hero-socail a:last-child {
  margin: 0;
}

/* hero-area-end */

/* house-area-start */

.house-fl {
  display: flex;
  flex-wrap: wrap;
  /*! align-items: center; */
}
.container {
  max-width: 1305px;
}
.house-area {
  padding: 150px 0;
}
.house-left-img {
  width: 31.43%;
  margin-right: 34px;
}.house-left-img img {
	height: 100%;
	object-fit: cover;
}
.house-right {
  width: 50.35%;
}
.house-title h3 {
  font-size: 67px;
  color: #707071;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 82px;
  text-transform: uppercase;
}
.house-title h3 span {
  color: #99BD29;
  font-weight: 700;
}

.house-title p {
  width: 100%;
  height: 86px;
  background: #99BD29;
  display: flex;
  align-items: center;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  padding: 0 17px;
  margin: 0;
  text-transform: uppercase;
}
.house-title {
  margin-bottom: 80px;
}
.house-single-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.house-single-list h3 {
  width: 37.8%;
  font-size: 35px;
  color: #99BD29;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  text-align: right;
}
.house-single-list p {
  width: 58.6%;
  font-size: 25px;
  color: #707070;
  line-height: 35px;
  font-weight: 400;
  margin: 0;
}
.house-single-list:last-child {
  margin: 0;
}
.house-btn {
  margin-top: 80px;
}.house-btn .theme-btn span {
	margin: 0;
}
.theme-btn:hover {
  background: #99BD29;
  color: #fff;
}
.theme-btn:hover span {
  color: #fff;
}
.house-btn a {
  width: 673px;
  height: 85px;
  border: 3px solid #99BD29;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 29px;
  justify-content: space-between;
  font-weight: 700;
  color: #99BD29;
  padding: 0 36px;
}
/* house-area-end */

/* house-bottom-area-start */

.house-bottom-area {
  padding-bottom: 45px;
}
.house-bottom-fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-house-bottom {
  width: 47.3%;
  position: relative;
  margin-bottom: 65px;
}
.house-bottom-img img {
  width: 100%;
}
.house-bottom-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  z-index: 9;
}
.house-bottom-text a {
  font-size: 40px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.house-bottom-img {
  position: relative;
}
.house-bottom-img:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #99BD29;
  left: 0;
  top: 0;
  opacity: .6;
}

/* house-bottom-area-end */

/* our-area-start */

.our-area {
  position: relative;
  background: #EFEFEF;
  padding: 100px 0;
  padding-top: 120px;
}
.our-right-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 649px;
}
.our-containt {
  max-width: 718px;
}
.our-containt span {
  height: 95px;
  background: #99BD29;
  font-size: 29px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 0 30px;
  margin-bottom: 69px;
}
.theme-btn span {
  background: transparent;
  height: auto;
  width: auto;
  padding: 0;
  margin: 0 30px;
  color: #99BD29;
}
.our-containt h3 {
  font-size: 35px;
  color: #707070;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 50px;
}
.our-containt p {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
.our-containt p:last-child {
  margin: 0;
}
.our-containt a {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 592px;
}
.theme-btn {
  height: 95px;
  border: 3px solid #99BD29;
  justify-content: center;
  font-size: 29px;
  color: #99BD29;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: .3s;
}

/* our-area-end */



/*note-area-start*/

.note-area {
  padding-top: 130px;
  padding-bottom: 200px;
}
.note-top-title h3 {
  font-size: 35px;
  color: #99BD29;
  font-weight: 700;
  text-transform: uppercase;
}
.note-top-title p {
  font-size: 35px;
  color: #707070;
  font-weight: 500;
  margin: 0;
}
.note-top-title {
  margin-bottom: 60px;
}
.note-img {
  margin-bottom: 38px;
}
.note-btn {
  max-width: 616px;
}

/*note-area-end*/



/*footer-area-start*/

.footer-area {
  padding-top: 30px;
  padding-bottom: 40px;
  background: #99BD29;
}
.footer-fl {
  display: flex;
}
.footer-right {
  padding-top: 110px;
}
.footer-logo a img {
  max-width: 232px;
}
.footer-left-containt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-containt a {
  display: block;
  font-size: 25px;
  color: #fff;
  text-decoration: none;
  line-height: 35px;
  font-family: 'Frutiger LT Std';
}
.footer-logo {
  margin-bottom: 19px;
}
.footer-right a img {
  max-width: 232px;
}
.footer-area .container {
  /*! max-width: 1371px; */
}
.footer-containt {
  margin-right: 60px;
}
.footer-left {
  border-right: 1px solid #BCD372;
  margin-right: 70px;
}
.footer-containt:nth-child(2) {
  margin-right: 70px;
}
.footer-right a {
  display: block;
  font-size: 25px;
  text-decoration: none;
  color: #fff;
  font-family: 'Frutiger LT Std';
}
.patners {
  padding-left: 48px;
  margin-top: -20px;
}

/*footer-area-end*/





/*morden-area-start*/

.morden-area {
  padding-top: 150px;
  padding-bottom: 130px;
}
.section-title h3 {
  font-size: 64px;
  color: #707071;
  font-weight: 400;
  line-height: 78px;
  text-transform: uppercase;
  margin-bottom: 30px;
  min-height: 257px;
}
.section-title h3 span {
  color: #99BD29;
  font-weight: 700;
}
.section-title p {
  background: #99BD29;
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 0 17px;
  height: 86px;
  display: flex;
  align-items: center;
}
.section-title {
  margin-bottom: 80px;
}
.morden-containt p {
  font-size: 25px;
  color: #707070;
  font-weight: 400;
  max-width: 1277px;
  margin-bottom: 25px;
}
.morden-list ul li {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  font-size: 25px;
  color: #707070;
  font-weight: 400;
}
.morden-list li img {
  max-width: 110px;
  margin-right: 18px;
}
.morden-list {
  margin-bottom: 80px;
}
.morden-containt a {
  max-width: 663px;
  margin: auto;
  margin-bottom: 130px;
}
.morden-last-text h3 {
  font-size: 35px;
  color: #99BD29;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.morden-last-text {
  max-width: 967px;
}
.morden-last-text p {
  font-size: 25px;
  color: #707070;
  line-height: 30px;
  margin: 0;
  font-weight: 400;
}

/*morden-area-end*/



/*con-area-start*/

.con-fl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.con-img {
  width: 31.7%;
}.con-img img {
	width: 100%;
}
.con-containt {
  width: 65.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.con-box {
  border-bottom: 2px solid #C6C6C6;
  padding: 75px 0;
}
.con-box.ss {
  padding-top: 0;
}
.con-containt h3,.con-containt h2 {
  font-size: 35px;
  color: #99BD29;
  text-transform: uppercase;
  font-weight: 700;
}
.con-containt p {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
.con-btn {
  margin-top: 45px;
  text-align: right;
  display: flex;
  justify-content: end;
}
.con-btn a {
  width: 377px;
  height: 95px;
  border: 3px solid #99BD29;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  color: #99BD29;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.con-gallary {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-con {
  width: 31.7%;
  margin-bottom: 30px;
  overflow: hidden;
}
.con-area {
  padding-bottom: 80px;
  padding-top: 130px;
}
.con-box.last {
  border-bottom: 0;
}
.con-box.last .con-containt {
  text-align: right;
}
.con-box.fast {
}
.con-box.fast .con-containt {
  justify-content: start;
  text-align: right;
}

/*con-area-end*/


/*mod-page-css*/

.mod-text p {
  font-size: 25px;
  color: #707070;
  font-weight: 400;
  margin: 0;
}
.mod-text {
  margin-bottom: 80px;
}
.con-box.ss.mod .con-fl {
  display: flex;
  align-items: center;
}
.con-box.ss.mod .con-fl .con-img {
  width: 39%;
}
.con-box.ss.mod .con-fl .con-containt {
  width: 57.7%;
}
.con-box.ss.mod {
  border-bottom: 0;
  padding-bottom: 150px;
}

/*mod-page-css*/



/*user-area-start*/

.mod-text a {
  text-align: right;
  display: flex;
  justify-content: end;
  margin-top: 120px;
  font-size: 35px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #99BD29;
}
.con-box.ss.mod.mb {
  padding-bottom: 230px;
}
.con-box.ss.mod.mb .mod-text {
  margin: 0;
}
.user-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}

.user-img {
  width: 22.5%;
}
.user-text {
  width: 73.6%;
}
.user-text h3 {
  font-size: 35px;
  color: #99BD29;
  font-weight: 700;
  text-decoration: ;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.user-text p {
  font-size: 29px;
  color: #707070;
  font-weight: 400;
  line-height: 37px;
  text-transform: uppercase;
}.user-text p span {
	display: block;
	color: #707070;
	font-weight: 700;
}
.user-text a {
  height: 68px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #707070;
  text-decoration: none;
  color: #99BD29;
  font-size: 39px;
}
.user-fl.text-right {
  text-align: right;
}
.user-fl.text-right .user-text a {
  margin-left: auto;
}.user-fl:last-child {
	margin-bottom: 100px;
}

/*user-area-end*/



/*contact-area-start*/

.contact-area {
  padding-top: 150px;
  padding-bottom: 250px;
}
.contact-text h3 {
  font-size: 35px;
  color: #99BD29;
  font-weight: 700;
  text-decoration: ;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.contact-single {
  display: flex;
}
.contact-single p {
  font-size: 20px;
  font-weight: 400;
  color: #454C4D;
  line-height: 24px;
  margin-right: 30px;
}
.contact-list {
  margin-bottom: 50px;
}
#test {
  height: 650px;
  max-width: 950px;
}

/*contact-area-end*/




/*offcanva--style--start*/

.offcanva {
  position: fixed;
  width: 320px;
  height: 100%;
  background: #fff;
  z-index: 999999;
  left: -100%;
  top: 0;
  transition: .3s;
}

.offcanva__menu {
  margin-top: 70px;
}

.offcanva__menu ul li a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 10px 20px;
  display: block;
  border-bottom: 1px solid #ddd;
  transition: .3s;
  text-decoration: none;
}

.offcanva__menu ul li a:hover {
  padding-left: 40px;
  color: #1B4F9B;
  border-color: #1B4F9B;
}

.cross a {
  position: absolute;
  right: 22px;
  top: 10px;
  color: #000;
  font-size: 21px;
  background: #99BD29;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  transition: .3s;
  border: 1px solid transparent;
  text-decoration: none;
}

.overlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  z-index: 9;
  transition: .3s;
  opacity: 0.6;
  left: -100%;
  top: 0;
}

.overlay.active {
  left: 0;
}

.offcanva.active {
  left: 0;
}




.header__bar a {
    width: 40px;
    font-size: 30px;
    height: 40px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    transition: .3s;
    border: 1px solid transparent;
    text-decoration: none;
}


.cross a:hover {
  background: #fff;
  border-color: #3C58F7;
  color: #3C58F7;
}

.header__bar a:hover {
  background: #fff;
  border-color: #3C58F7;
  color: #3C58F7;
}
/* Responsive Css */
/* XL Device :1200px. */
@media (min-width: 1200px) {
.header-logo {
  max-width: 248px;
}
.header-menu li a {
  font-size: 20px;
}
.hero-socail a {
  font-size: 24px;
  height: 50px;
}
.hero-socail {
  width: 50px;
}
.house-title h3 {
  font-size: 50px;
  line-height: 60px;
}
.house-title p {
  font-size: 18px;
  line-height: 22px;
}
.house-single-list h3 {
  font-size: 27px;
}
.house-right {
  width: 65%;
}
.house-single-list p {
  font-size: 20px;
  line-height: 26px;
}
.house-title {
  margin-bottom: 60px;
}
.house-btn a {
  font-size: 22px;
  width: fit-content;
}
.our-right-img {
  width: 43%;
}
.our-containt {
  width: 53%;
}
.our-containt span {
  font-size: 20px;
  height: 51px;
}
.our-containt h3 {
  font-size: 28px;
  line-height: 32px;
}
.our-containt p {
  font-size: 20px;
}
.theme-btn {
  font-size: 20px;
  height: 74px;
  width: fit-content !important;
}
.footer-containt a {
  font-size: 20px;
}

.section-title h3 {
  font-size: 40px;
  line-height: 52px;
  min-height: 181px;
}
.section-title p {
  font-size: 20px;
  height: 60px;
}
.con-containt h3,.con-containt h2 {
  font-size: 30px;
}
.con-containt p {
  font-size: 19px;
}
.con-btn a {
  font-size: 24px;
  height: 70px;
}

.mod-text p {
	font-size: 20px;
}

   
.mod-text a {
  font-size: 30px;
}
.con-box.ss.mod.mb {
  padding-bottom: 150px;
}
.user-text h3 {
  font-size: 30px;
}
.user-text p {
  font-size: 24px;
} 
    
    
  
.morden-containt p {
  font-size: 20px;

}
.morden-list ul li {
  font-size: 20px;
}
.morden-list li img {
  max-width: 80px;
}
.morden-last-text h3 {
  font-size: 30px;
}
.morden-last-text p {
  font-size: 20px;
}    

}

/* LG Device :992px. */
@media (min-width: 992px) {

  
.header-logo {
  max-width: 248px;
}
.header-menu li a {
  font-size: 20px;
}
.hero-socail a {
  font-size: 24px;
  height: 50px;
}
.hero-socail {
  width: 50px;
}
.house-title h3 {
  font-size: 40px;
  line-height: 60px;
}
.house-title p {
  font-size: 18px;
  line-height: 22px;
  height: 63px;
}
.house-single-list h3 {
  font-size: 25px;
}
.house-right {
  width: 100%;
}
.house-single-list p {
  font-size: 18px;
  line-height: 24px;
}
.house-title {
  margin-bottom: 60px;
}
.house-btn a {
  font-size: 20px;
  width: fit-content !important;
}
.our-right-img {
  width: 43%;
}
.our-containt {
  width: 53%;
}
.our-containt span {
  font-size: 18px;
  height: 51px;
  margin-bottom: 40px;
}
.our-containt h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}
.our-containt p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
}
.theme-btn {
  font-size: 20px;
  height: 74px;
  width: fit-content !important;
  align-items: center !important;
}
.footer-containt a {
  font-size: 16px;
}  
   
.header-menu ul li {
  margin-right: 44px;
}
.house-left-img {
  display: none;
}
.house-fl {
  padding: 0 15px;
}
.house-title h3 br {
  display: none;
}
.theme-btn span {
  margin: 0 25px;
}
.note-top-title h3 {
  font-size: 24px;
}
.note-top-title p {
  font-size: 23px;
}
.note-img img {
  max-width: 60%;
}
    
.section-title h3 {
  font-size: 40px ;
  line-height: 52px;
  min-height: 181px;
}
.section-title p {
  font-size: 20px;
  height: 60px;
}
.con-containt h3,.con-containt h2 {
  font-size: 24px;
}
.con-containt p {
  font-size: 19px;
  line-height: 30px;
}
.con-btn a {
  font-size: 20px;
  height: 65px;
  width: 300px;
}
    
    
    .mod-text p {
	font-size: 20px;
}
    
    
 
.mod-text a {
  font-size: 30px;
}
.con-box.ss.mod.mb {
  padding-bottom: 150px;
}
.user-text h3 {
  font-size: 25px;
}
.user-text p {
  font-size: 19px;
  line-height: 28px;
}   
    
    
   
.morden-containt p {
  font-size: 18px;
}
.morden-list ul li {
  font-size: 18px;
}
.morden-list li img {
  max-width: 80px;
}
.morden-last-text h3 {
  font-size: 30px;
}
.morden-last-text p {
  font-size: 18px;
} 
    
    
    
    
    

}

 
/* MD Device :768px. */
@media (max-width: 768px){
  
.header-logo {
  max-width: 191px;
}
.header-menu li a {
  font-size: 20px;
}
.hero-socail a {
  font-size: 24px;
  height: 50px;
}
.hero-socail {
  width: 50px;
}
.house-title h3 {
  font-size: 35px;
  line-height: 46px;
}
.house-title p {
  font-size: 18px;
  line-height: 22px;
  height: 63px;
}
.house-single-list h3 {
  font-size: 25px;
}
.house-right {
  width: 100%;
}
.house-single-list p {
  font-size: 18px;
  line-height: 24px;
}
.house-title {
  margin-bottom: 60px;
}
.house-btn a {
  font-size: 15px;
  width: fit-content !important;
}
.our-right-img {
  width: 43%;
  display: none;
}
.our-containt {
  width: 100%;
}
.our-containt span {
  font-size: 18px;
  height: 51px;
  margin-bottom: 40px;
}
.our-containt h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}
.our-containt p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
}
.theme-btn {
    font-size: 15px;
    height: 60px;
    width: fit-content !important;
    align-items: center !important;
}
.footer-containt a {
  font-size: 16px;
}  
   
.header-menu {
  display: none;
}
.header-area {
  padding: 20px 0;
}
.house-area {
  padding: 100px 0;
}
.house-bottom-text a {
  font-size: 18px;
}
.single-house-bottom {
  width: 48%;
  margin-bottom: 30px;
}
.footer-containt {
  margin: 0;
  width: 100%;
  margin-bottom: 20px;
}
.header-menu ul li {
  margin-right: 44px;
}
.house-left-img {
  display: none;
}
.house-fl {
  padding: 0 15px;
}
.house-title h3 br {
  display: none;
}
.theme-btn span {
  margin: 0 25px;
}
.note-top-title h3 {
  font-size: 24px;
}
.note-top-title p {
  font-size: 23px;
}
.note-img img {
  max-width: 60%;
}
 
 

.section-title h3 {
  font-size: 30px;
  line-height: 39px;
  min-height: 146px;
}
.section-title p {
  font-size: 16px;
  height: 60px;
}
.con-containt h3,.con-containt h2 {
  font-size: 20px;
}
.con-containt p {
  font-size: 14px;
  line-height: 26px;
}

.section-title {
  margin-bottom: 62px;
}
.con-btn a {
  font-size: 16px;
  height: 60px;
  width: 240px;
}
    
    .mod-text p {
	font-size: 20px;
}
    
 
.mod-text a {
  font-size: 30px;
}
.con-box.ss.mod.mb {
  padding-bottom: 150px;
}
.user-text h3 {
  font-size: 20px;
}
.user-text p {
  font-size: 18px;
  line-height: 25px;
}   
    .user-text a {
	font-size: 26px;
	height: 50px;
	width: 54px;
}
    
    
        
   
.morden-containt p {
  font-size: 18px;
}
.morden-list ul li {
  font-size: 18px;
}
.morden-list li img {
  max-width: 80px;
}
.morden-last-text h3 {
  font-size: 30px;
}
.morden-last-text p {
  font-size: 18px;
} 
    
    
    .header__bar.d-none {
	display: block !important;
}
    
    


	
}
 .header-menu li a {
    text-transform: capitalize;
}
/* SM Small Device :320px. */
@media only screen and (max-width: 320px) {
.header-logo {
  max-width: 133px;
}

.header-menu li a {
  font-size: 20px;
}
.hero-socail a {
  font-size: 24px;
  height: 50px;
}
.hero-socail {
  width: 50px;
}
.house-title h3 {
  font-size: 24px;
  line-height: 33px;
}
.house-title p {
  font-size: 14px;
  line-height: 18px;
  height: 63px;
}
.house-single-list h3 {
  font-size: 25px;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}
.house-right {
  width: 100%;
}
.house-single-list p {
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}
.house-title {
  margin-bottom: 60px;
}
.hero-img {
  height: 314px;
}
.hero-img img {
  height: 100%;
  object-fit: cover;
}
.hero-img img {
    width: 100%;
    position: relative;
    height: 593px;
}
.footer-left {
  margin-right: 0;
  border-radius: 0;
  border-right: 0;
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
}
.footer-fl {
  flex-wrap: wrap;
}
.footer-right {
  padding-top: 50px;
}
.house-btn a {
  font-size: 16px;
  width: 100% !important;
  padding: 0;
  justify-content: center;
  height: 60px;
}
.our-right-img {
  width: 43%;
  display: none;
}
.our-containt {
  width: 100%;
}
.our-containt span {
  font-size: 18px;
  height: 51px;
  margin-bottom: 40px;
}
.our-containt h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}
.our-containt p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
}
.theme-btn {
  font-size: 16px;
  height: 60px;
  width: fit-content !important;
  align-items: center !important;
}
.footer-containt a {
  font-size: 16px;
}  
   
.header-menu {
  display: none;
}
.header-area {
  padding: 20px 0;
}
.house-area {
  padding: 100px 0;
}
.house-bottom-text a {
  font-size: 26px;
}
.single-house-bottom {
  width: 100%;
  margin-bottom: 30px;
}
.footer-containt {
  margin: 0;
  width: 100%;
  margin-bottom: 20px;
}
.header-menu ul li {
  margin-right: 44px;
}
.house-left-img {
  display: none;
}
.house-fl {
  padding: 0 15px;
}
.house-title h3 br {
  display: none;
}
.theme-btn span {
  margin: 0 16px;
}
.note-top-title h3 {
  font-size: 18px;
}
.note-top-title p {
  font-size: 16px;
}
.note-img img {
  max-width: 100%;
}
 
 .section-title h3 {
  font-size: 24px;
  line-height: 31px;
  min-height: 146px;
}
.section-title p {
  font-size: 14px;
  height: 50px;
}
.con-containt h3,.con-containt h2 {
  font-size: 20px;
}
.con-containt p {
  font-size: 14px;
  line-height: 18px;
}.section-title {
  margin-bottom: 62px;
}
.con-btn a {
  font-size: 16px;
  height: 60px;
  width: 240px;
}.section-title h3 br {
  display: none;
}
.con-img {
  width: 100% !important;
  margin-bottom: 30px;
}
.con-img img {
  width: 100%;
}
.con-containt {
  width: 100% !important;
  order: 2;
}
    
    .mod-text p {
	font-size: 14px;
}
.mod-text {
	margin-bottom: 40px;
}
    
.mod-text a {
  font-size: 30px;
}
.con-box.ss.mod.mb {
  padding-bottom: 150px;
}
.user-text h3 {
  font-size: 30px;
}
.user-text p {
  font-size: 24px;
}
    
    
        .mod-text p {
	font-size: 14px;
}
    
 
.mod-text a {
  font-size: 17px;
  margin-top: 50px;
}
.con-box.ss.mod.mb {
  padding-bottom: 150px;
}
.user-text h3 {
  font-size: 20px;
}
.user-text p {
  font-size: 14px;
  line-height: 25px;
}   
    .user-text a {
	font-size: 26px;
	height: 50px;
	width: 54px;
	margin: auto;
}
  
.user-fl {
  flex-wrap: wrap;
}
.user-img {
  width: 53%;
  margin-bottom: 30px !important;
  text-align: center;
  margin: auto;
}
.user-text {
  width: 100%;
  text-align: center;
  order: 2;
}  
    
.contact-text h3 {
  font-size: 24px;
}
.contact-single p {
  font-size: 14px;
}
#test {
  height: 400px;
}
       
.morden-containt p {
  font-size: 14px;
}
.morden-list ul li {
  font-size: 14px;
}
.morden-list li img {
  max-width: 50px;
}
.morden-last-text h3 {
  font-size: 24px;
}
.morden-last-text p {
  font-size: 14px;
  line-height: 20px;
} 
   .header__bar.d-none {
	display: block !important;
} 
    
    

}
.collapse {
    margin-top: 30px;
}

@media(max-width: 480px){
.house-single-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 15px;
    flex-direction: column;
}
.house-single-list p{
    width: 100%
    }
    .house-btn a{
        height: 60px
        }
}

a.active{
    border-bottom: 4px solid #ffffff;
    padding-bottom: 3px;
    }


