@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap");

/***** General CSS *****/

body {
  font-family: "Montserrat", sans-serif;
  color: #393939;
  overflow-x: hidden;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

/***** Font Files *****/

@font-face {
  font-family: "SeaWave";
  src: url("../fonts/NTSEAWAVE.otf") format("opentype");
  font-style: normal;
}

/***** Custom Classes *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SeaWave";
  text-transform: uppercase;
  line-height: 1.1;
  color: #000;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 64px;
}

h3 {
  font-size: 45px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 23px;
}

p {
  font-family: inherit;
  overflow-x: hidden;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

header .menuSec {
  padding: 22px 40px 0;
  position: relative;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #111212;
  padding: 10px 32px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #214d5b;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  /* color: #fff; */
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  /* background: rgba(0, 0, 0, 0.1); */
}

/*banner css end*/

/* ========================= Header start ===================== */

header {
  /* overflow: hidden; */
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12;
}

header .menuSec .row {
  align-items: center;
}

header .search-box.search-elem {
  position: relative;
  width: 75%;
  margin: 0px 0 0 auto;
}

header .search-box.search-elem form {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #cfd5da;
}

header .search-box.search-elem form input {
  background: transparent;
  width: 100%;
  border: 0px;
  padding-right: 30px;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 0px;
}

header .search-box.search-elem form input::placeholder {
  color: #000;
}

header .search-box.search-elem form button.submit {
  width: 32px;
  border: 0px;
  background: transparent;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  cursor: pointer;
  transition: 0.9s;
  opacity: 50%;
}

header .search-box.search-elem form button.submit:hover {
  transform: scale(1.1);
  opacity: 1;
}

/* ========================= Header End ===================== */

/* ========================= banner St ===================== */

section.main_slider {
  position: relative;
  overflow: hidden;
}

section.main_slider img.bannerBgImg {
  width: 100%;
  object-fit: fill;
  height: 840px;
}

section.main_slider .carousel-caption .container-fluid {
  padding: 0 60px;
}

section.main_slider .banner_text {
  position: relative;
  margin-top: -30px;
}

section.main_slider .banner_text h1 {
  position: relative;
  font-size: 34px;
  font-weight: 500;
  line-height: 48px;
  text-shadow: 0 0 1px black;
}

section.main_slider .banner_text h1 span {
  display: block;
  position: relative;
}

section.main_slider .banner_text h1 span:before {
  position: absolute;
  content: "";
  width: 52%;
  right: 0;
  top: 50%;
  background: #214d5b;
  height: 1px;
  opacity: 22%;
}

section.main_slider .banner_text .inner-banner_text {
  position: relative;
  padding-left: 60px;
}

section.main_slider .banner_text .inner-banner_text h1 {
  color: #214d5b;
}

.inner-banner_text p {
  color: #214d5b;
  opacity: 60%;
}

.siteBtn {
  display: inline-block;
}

.siteBtn .pbtn {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 26px;
  transition: 0.9s;
  border: 1px solid transparent;
}

.siteBtn .pbtn.darkbtn {
  background-color: #214d5b;
  color: #fff;
  transition: 0.9s;
  box-shadow: 2px 2px 18px 0px #999999a8;
}

.siteBtn .pbtn.darkbtn:hover {
  background: transparent;
  border: 1px solid #214d5b;
  color: #214d5b;
  background: #fff;
}

.siteBtn .pbtn.lightbtn {
  background-color: #fff;
  color: #214d5b;
  box-shadow: 2px 2px 10px 0px #214d5b;
}

.siteBtn .pbtn.lightbtn:hover {
  border: 1px solid #fff;
  background-color: #214d5b;
  color: #fff;
}

section.main_slider .inner-banner_text .siteBtn {
  margin-top: 10px;
}

/* Flate Socials  */

section.main_slider .flatyLinks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  background: #fff;
  position: absolute;
  width: 72.8%;
  left: 0;
  bottom: 0;
  height: 95px;
}

section.main_slider .flatyLinks ul {
  gap: 24px;
}

section.main_slider .flatyLinks ul li a {
  width: 40px;
  height: 40px;
  border: 1px solid;
  color: #a6b8bd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 55px;
  font-size: 16px;
  text-align: center;
  transition: 0.9s;
  background: transparent;
  z-index: 12;
  position: relative;
}

section.main_slider .flatyLinks ul li a:hover {
  background-color: #214d5b;
  color: #fff;
}

section.main_slider .flatyLinks .followUs {
  position: relative;
}

section.main_slider .flatyLinks .followUs h5 {
  display: inline-block;
  text-transform: uppercase;
  margin: 0px;
  font-size: 15px;
  line-height: 24px;
  color: #214d5b;
  font-weight: 600;
}

section.main_slider .flatyLinks span.seprateLine {
  height: 1px;
  width: 59%;
  position: absolute;
  background: #214d5b;
  left: 160px;
  opacity: 40%;
}

/* ========================= banner End ==================== */

/* ========================= About Start =================== */

section.about {
  position: relative;
  padding: 100px 0;
}

section.about .abtWraper {
  width: 90%;
  margin: 0px auto;
}

section.about .about-img {
  position: relative;
}

section.about .about-img img {
  height: 420px;
  width: 100%;
  object-fit: fill;
  transition: 0.9s;
}

section.about .about-img img:hover {
  filter: brightness(0.7);
  transform: scale(1.01);
}

section.about .misiontxt {
  position: relative;
  margin-top: 40px;
}

section.about .misiontxt h4 {
  font-size: 25px;
  line-height: 35px;
  color: #183a41;
  font-weight: 500;
}

section.about .misiontxt p {
  color: #183a41;
  opacity: 50%;
  margin: 14px 0 0;
}

section.about .abtxt {
  position: relative;
  background-color: #214d5b;
  padding: 30px 24px;
}

section.about .abtxt h2 {
  color: #fff;
  margin: 0px;
}

section.about .abtxt h4 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

section.about .abtxt p {
  color: #fff;
  opacity: 50%;
}

section.about .abtxt .btn-links {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 32px;
  margin-bottom: 10px;
}

section.about .abtxt .btn-links .headphone {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: 0.9s;
}

section.about .abtxt .btn-links .headphone .headtxt {
  position: relative;
}

section.about .abtxt .btn-links .headphone .headtxt span {
  color: #fff;
}

section.about .abtxt .btn-links .headphone .headtxt h5 {
  margin: 0px;
}

section.about .abtxt .btn-links .headphone .headtxt h5 a {
  color: #fff;
  font-size: 21px;
  line-height: 22px;
  transition: 0.9s;
}

section.about .abtxt .btn-links .headphone img {
  transition: 0.9s;
}

section.about .abtxt .btn-links .headphone:hover img {
  transform: scale(1.1) rotate(-25deg);
}

section.about .abtxt .btn-links .headphone:hover .headtxt h5 a {
  text-decoration: underline;
}

/* ========================= About End ===================== */

/* ========================= How it Works Start ===================== */

section.work {
  position: relative;
  padding: 100px 40px;
  overflow: hidden;
}

section.work .headerElement.text-center {
  margin-bottom: 100px;
}

section.work .headerElement.text-center p {
  width: 66%;
  margin: 0px auto;
  color: #101d2c;
  opacity: 65%;
  line-height: 24px;
}

section.work .wraper {
  margin: 0px auto;
  position: relative;
  border-top: 1px solid #e6e6e6;
}

section.work .textbox {
  height: 260px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 40px 20px 30px 20px;
  position: relative;
  transition: 0.9s;
  justify-content: center;
}

section.work .textbox .box-header .item2 h3 {
  color: #fff;
  transition: 0.9s;
}

section.work .textbox .box-header .item1 {
  display: inline-block;
  position: absolute;
  transition: 0.9s;
  transform: translate(0px, -120px);
}

section.work .textbox .box-header .item1 h3 {
  color: #0e0d0d;
  opacity: 80%;
}

section.work .textbox .box-header .item2 {
  display: inline-block;
  position: absolute;
  transition: 0.9s;
  transform: translate(0px, -20px);
  left: 0;
  opacity: 0;
}

section.work .textbox:hover .box-header .item2 {
  transform: translate(265px, -20px);
  opacity: 1;
}

section.work .textbox .bxbody h6 {
  color: #0e0d0d;
  transition: 0.9s;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

section.work .textbox .bxbody p {
  opacity: 40%;
  line-height: 23px;
  transition: 0.6s;
  margin: 0px;
}

section.work .textbox:hover {
  background: #214e5bd8;
  box-shadow: 0px 7px 20px 7px #4444445c;
}

section.work .textbox:hover h6 {
  color: #fff;
  opacity: 1;
}

section.work .textbox:hover p {
  opacity: 60%;
  color: #fff;
  height: auto;
}

section.work .textbox:hover .item1 {
  transform: translate(0px, -20px);
  opacity: 0;
}

section.work .textbox img.card-BgImg {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  right: 0;
  transition: 0.9s;
  opacity: 0;
  z-index: -1;
}

section.work .heading {
  margin-bottom: 120px;
}

.heading {
  margin-bottom: 50px;
}

.heading p {
  width: 56%;
  margin: 0px auto;
  color: #101d2c;
  opacity: 55%;
}

section.work .textbox:hover img.card-BgImg {
  opacity: 1;
  width: 100%;
}

section.work .textbox p span {
  opacity: 0;
}

section.work .textbox:hover p span {
  opacity: 1;
}

/* ========================= How it Works End ===================== */

/* ========================= Smart Investment Start =============== */

section.invest {
  position: relative;
  overflow: hidden;
  padding: 20px 0 80px;
}

section.invest .choseImg {
  position: relative;
  padding-left: 70px;
}

section.invest .choseImg img.img-fluid {
  height: 550px;
  width: 100%;
  transition: 0.9s;
}

section.invest .choseImg img.img-fluid:hover {
  filter: brightness(0.8);
  transform: translate(5px, 0px);
}

section.invest .wrapre {
  padding-bottom: 100px;
  position: relative;
}

section.invest .wrapre .wrapBox {
  position: absolute;
  bottom: 0;
  width: 710px;
  z-index: 1;
  background: #fff;
  padding-right: 16px;
}

section.invest .wrapre .wrapBox .invesTxt {
  padding: 0 0px 32px 32px;
  position: relative;
  box-shadow: 1px 20px 20px 17px #9999992b;
}

section.invest .wrapre .wrapBox .invesTxt h3 {
  position: relative;
  font-size: 44px;
  padding-top: 10px;
  padding-bottom: 24px;
  margin-bottom: 25px;
}

section.invest .wrapre .wrapBox .invesTxt h3:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0px;
  background: #e2e2e2;
}

section.invest .invesTxt .descp {
  width: 92%;
  opacity: 60%;
  line-height: 23px;
  margin-bottom: 24px;
}

section.invest .invesTxt .descp h6 {
  font-family: "Poppins";
}

section.invest .invesTxt ul {
  gap: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
}

section.invest .invesTxt ul li {
  gap: 10px;
}

section.invest .invesTxt ul li span {
  color: #000;
}

/* ========================= Smart Investment End ================== */

/* ========================= Latest Blogs Start ================ */

section.news {
  position: relative;
  overflow: hidden;
  padding: 60px 0px 60px;
  background-color: #214d5b;
}

section.news .boxitem {
  position: relative;
}

section.news .loverimg {
  position: relative;
  overflow: hidden;
  transition: 0.9s;
}

section.news .loverimg img {
  position: relative;
  width: 100%;
  height: 400px;
  box-sizing: border-box;
  box-shadow: 0px 0px 19px 0px #ffffff29;
  transition: 0.9s;
  object-fit: cover;
}

section.news .boxitem .lovetxt {
  background: #fff;
  padding: 30px 0px 30px 30px;
  width: 90%;
  float: right;
  margin-top: -100px;
  position: relative;
  height: 300px;
}

section.news .boxitem .lovetxt h6 {
  font-size: 19px;
  line-height: 25px;
  font-weight: 500;
  padding-bottom: 5px;
  text-transform: capitalize;
}

section.news .boxitem .lovetxt p {
  padding-bottom: 20px;
  font-size: 13px;
  font-weight: 500;
  opacity: 90%;
  position: relative;
  width: 90%;
}

section.news .boxitem .lovetxt p:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  bottom: 0;
  background: #000;
  left: 0;
  z-index: 12;
}

section.news .boxitem ul.ui_icons {
  margin: 0px;
  display: flex;
  gap: 30px;
}

section.news .boxitem ul.ui_icons span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-weight: 500;
}

section.news .boxitem ul.ui_icons span i {
  color: #214d5b;
}

section.news .loverimg:hover img {
  transform: scale(1.1);
  filter: brightness(0.7);
}

/* ========================= Latest Blogs End ================== */

/* ========================= People Say Start =================== */

.our-client-sec .head-effect::after {
  width: 50%;
}

.our-client-sec .slick-slide {
  opacity: 0;
}

.client-sli .slick-active {
  opacity: 1 !important;
}

.client-sli .slick-prev,
.client-sli .slick-next {
  top: 3%;
}

.client-sli .slick-prev {
  left: -50px;
}

.client-box {
  margin: 0px 0;
  transition: all 0.2s;
}

.client-sli {
  position: relative;
  z-index: 1;
}

.client-sli::after {
  content: "";
  position: absolute;
  left: 0;
  top: 9%;
  border: 1px dotted #214d5b;
  width: 100%;
  z-index: -1;
}

.client-sli .slick-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: #000;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 500;
}

.client-sli .slick-next:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: #000;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 900;
  content: "\f105";
}

.client-box h6 {
  color: #3c3c3c;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
}

.client-box .quotess {
  margin-left: 20px;
  position: relative;
  left: 0;
  top: 0;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #e2e2e2;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.client-box .quotess::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #000000;
  color: #fff;
  font-size: 30px;
}

.client-box * {
  transition: all 0.9s;
}
.client-box .quotess::before {
  z-index: 2;
  color: #fff;
  font-size: 20px;
}

.client-ineer-box::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 5%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
  margin-left: 20px;
  margin-bottom: 20px;
  transform: rotate(180deg);
  filter: drop-shadow(2px 4px 6px #00000021);
}

.client-ineer-box {
  z-index: 2;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0 0 10px 0 #00000022;
  background: #fff;
}

.client-ineer-box ul {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
}

.client-ineer-box ul li h4 {
  color: #000;
  font-size: 25px;
  margin: 0;
  line-height: 1.2;
  text-transform: capitalize;
}

.client-ineer-box ul li h4 span {
  font-size: 14px;
  display: block;
  color: #7c7c7c;
  text-transform: capitalize !important;
  margin-top: 0px;
  font-family: "Montserrat";
}

.client-ineer-box ul li i {
  color: #ffc107;
  margin-right: 5px;
}

section.our-client-sec.themes-padd {
  padding: 80px 0 60px;
  position: relative;
}

section.our-client-sec.themes-padd .slick-track {
  margin-bottom: 30px;
}

h2.themes-h2.head-effect {
  font-size: 62px;
  color: #000;
  margin: 0 0 5px;
}

.client-sli .slick-next:hover:before,
.client-sli .slick-prev:hover:before {
  background: #214d5b;
}

.client-sli .slick-next {
  right: -20px;
}

.client-ineer-box p {
  font-size: 14px;
  margin: 0;
  opacity: 80%;
  font-weight: 500;
  color: #7c7c7c;
}

section.our-client-sec .testiWraper {
  width: 90%;
  margin: 0px auto;
}

section.our-client-sec .client-box:hover .client-ineer-box {
  background: #214d5b;
}

section.our-client-sec .client-box:hover .client-ineer-box:hover *:not(i) {
  color: #fff;
}

section.our-client-sec .client-box:hover .client-ineer-box ul li a i {
  color: #ffc107 !important;
}

section.our-client-sec .client-box:hover .quotes {
  background-color: #f4e9f4;
}

section.our-client-sec .client-box:hover .quotess::after {
  background-color: #214d5b;
}

section.our-client-sec .client-box:hover .client-ineer-box::before {
  filter: brightness(0) saturate(100%) invert(21%) sepia(6%) saturate(7465%)
    hue-rotate(149deg) brightness(92%) contrast(75%);
}

/* ========================= People Say End ===================== */

/* ========================= Footer  Start  ===================== */

.footer-rights-mian {
  padding: 20px 0;
  border-top: 1px solid #ffffff47;
  background-color: #abd0d8;
}

.footer-rights p {
  color: #183a41;
  text-align: center;
  margin: 0;
  font-family: "poppins";
}

.footer-rights p a {
  color: #183a41;
  transition-duration: 0.5s;
}

footer.mainFooter {
  background-color: #214d5b;
  padding: 80px 50px;
}

footer.mainFooter .ft-log {
  width: 65%;
}

footer.mainFooter .ft-log img.img-fluid {
  display: inline-block;
  margin-bottom: 24px;
}

footer.mainFooter p {
  color: #fff;
  font-weight: 400;
}

footer.mainFooter .ft-log p {
  opacity: 50%;
}

footer h5 {
  position: relative;
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  line-height: 18px;
  margin-bottom: 40px;
}

footer ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0px;
}

footer ul li a {
  color: #fff;
  transition: 0.9s;
  font-weight: 500;
}

footer ul li a:hover {
  text-decoration: underline;
  color: #fff;
  opacity: 60%;
}

.connetLinks {
  height: 100%;
}

.connetLinks ul li a {
  display: flex;
  align-items: center;
  gap: 20px;
  text-transform: uppercase;
}

.connetLinks ul {
  height: 40%;
  justify-content: space-between;
}

footer a:focus {
  color: #fff !important;
  opacity: 1;
}

.connetLinks ul li a i {
  font-size: 17px;
}

.connetLinks ul li a:hover i {
  text-decoration: unset !important;
}

footer .newsLatter {
  position: relative;
  padding-left: 40px;
}

footer .newsLatter form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

footer .newsLatter form input {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  border: 1px solid #52747f;
  background: transparent;
  color: #fff;
  padding: 0px 16px;
}

footer .newsLatter form input::placeholder {
  color: #fff;
}

footer .newsLatter form button {
  font-weight: 500;
  background: #abd0d8;
  color: #22444b;
  border: 0px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  font-size: 14px;
  transition: 0.9s;
}

footer .newsLatter form button:hover {
  background: #000;
  color: #fff;
}

footer .newsLatter p {
  margin-bottom: 24px;
}

footer .useLinks {
  position: relative;
  left: -20px;
}

/* ========================= Footer  End ===================== */

/* ========================= Contact Us Page Start  ===================== */

section.contact-page {
  position: relative;
  padding: 100px 40px;
}

section.contact-page .wraper {
  width: 90%;
  margin: 0px auto;
  position: relative;
}

section.contact-page .ctc-contentWraper {
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 30px 40px;
  width: 90%;
  margin: 0px auto;
  background: #fff;
}

section.contact-page .ctc-contentWraper .content {
  position: relative;
}

section.contact-page .content h6 {
  text-transform: uppercase;
  font-size: 13px;
  color: #514c4c;
  margin-top: 20px;
  font-weight: 500;
  font-family: "Montserrat";
}

section.contact-page .content h2 {
  font-size: 40px;
  color: #000;
  display: flex;
  gap: 10px;
  margin-top: 12px;
  font-weight: 500;
}

section.contact-page .content p {
  width: 68%;
  color: #9d9d9d;
}

section.contact-page .content .tel {
  position: relative;
  margin: 80px 0 0px;
}

section.contact-page .content .tel a {
  font-size: 30px;
  line-height: 40px;
  color: #000;
  font-weight: 500;
  font-family: "SeaWave";
}

section.contact-page form {
  position: relative;
}

section.contact-page form .formField {
  position: relative;
  margin-bottom: 10px;
}

section.contact-page form .formField input {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #dadada;
  height: 52px;
  padding: 0px 29px;
  color: #000;
}

section.contact-page form .formField input::placeholder {
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

section.contact-page form textarea#message {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dadada;
  padding: 15px 29px 31px;
  color: #000;
  height: 110px;
  resize: unset;
}

section.contact-page form textarea#message::placeholder {
  position: absolute;
  bottom: 16px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

section.contact-page form .meessage {
  position: relative;
}

section.contact-page form .siteBtn {
  display: inline-block;
  position: absolute;
  bottom: -10px;
  right: 34px;
}

section.contact-page .smtpsConnection {
  margin: 50px 0 0px;
}

section.contact-page .smtpsConnection .iconsBox {
  padding: 50px 0px 10px;
  position: relative;
  display: flex;
  gap: 20px;
  justify-content: center;
}

section.contact-page .smtpsConnection .iconsBox p span {
  display: block;
  color: #9f9f9e;
}

section.contact-page .smtpsConnection .iconsBox p {
  color: #9d9d9d;
}

section.contact-page .smtpsConnection .col3 .iconsBox {
  justify-content: flex-end;
}

section.contact-page .smtpsConnection .col2 .iconsBox {
  justify-content: center;
  padding-right: 40px;
}

section.contact-page .smtpsConnection .col2 .iconsBox:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 1px;
  top: 0;
  background: #000;
  opacity: 20%;
}

section.contact-page .contacMap {
  margin-top: -190px;
}

section.contact-page .smtpsConnection .iconsBox p a {
  color: #9f9f9e;
}

/* ========================= Contact Us Page End ======================= */

/* ========================= publishing pg st ======================*/

section.publishPg .banner_text h1 span:before {
  width: 42%;
}

section.invest.publish-roRight {
  padding-top: 40px;
}

section.invest.publish-rowRight .choseImg {
  padding-left: 0px;
  padding-right: 60px;
}

section.invest.publish-rowRight .wrapBox {
  right: -20px;
  padding: 20px;
}

section.invest.publish-rowRight .wrapBox h3 {
  line-height: 54px;
  padding-top: 20px;
}

section.invest .sitesLogs {
  width: 90%;
  justify-content: space-between;
  margin: 40px 0 28px;
}

section.invest.publish-roRight .wrapBox {
  padding-top: 30px;
}

section.invest.publish-roRight h3 {
  line-height: 60px;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
/* ========================= publishing pg ed ================= */

/* ========================= Investment pg st ================= */

section.investPge .banner_text h1 span:before {
  position: absolute;
  content: "";
  width: 32%;
  right: 0;
  top: 50%;
  background: #214d5b;
  height: 1px;
  opacity: 22%;
}

section.invest.publish-rowRight .investLeft {
  background: #f1f1f1;
  height: 400px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 70px;
}

section.invest .choseImg img.img-fluid.investImg {
  width: 300px;
  height: 300px;
  object-fit: contain;
}

section.invest.publish-roRight .choseImg.investRight {
  background: #f1f1f1;
  /* height: 520px; */
  height: 400px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 100px;
}

section.invest.publish-rowRight .colRight {
  position: relative;
  padding-right: 60px;
}

section.invest.publish-roRight .colRight {
  position: relative;
  padding-left: 60px;
}

section.invest.investGeneralForAll {
  padding-top: 30px;
}

section.invest.investGeneralForAll .invesTxt .descp {
  width: 92%;
  opacity: 50%;
  line-height: 25px;
  margin-bottom: 24px;
}

/* ========================= Investment pg ed ================= */

/* ========================= Property pg st ================= */

section.invest.propertyPadds {
  padding-top: 100px;
}

section.invest.propertyRightImgTxt .wrapre {
  width: 95%;
  margin: 0px auto;
  padding-bottom: 150px;
}

section.invest.propertyLeftImgTxt .wrapre {
  width: 95%;
  margin: 0px auto;
  padding-bottom: 150px;
}

section.invest .choseImg.propertyImgBf {
  position: relative;
  padding: 0px;
  transition: 0.9s;
}

section.invest .choseImg.propertyImgBf:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: 0.9s;
  background-image: url(../images/propertyShapeImg.png);
}

section.invest .choseImg.propertyImgBf img.img-fluid {
  height: 480px;
}

section.invest.propertyRightImgTxt .colRight {
  padding-left: 60px;
}

section.invest .choseImg.propertyImgBf:hover:before {
  opacity: 0;
  height: 0%;
}

section.invest.propertyRightImgTxt .wrapre .wrapBox .invesTxt {
  padding-top: 30px;
}

section.invest.propertyLeftImgTxt .colRight {
  padding-right: 60px;
}

section.invest.propertyLeftImgTxt .wrapBox {
  right: -30px;
  text-align: right;
  padding: 30px 20px 20px;
}

section.invest.propertyLeftImgTxt .wrapBox .invesTxt {
  padding-right: 35px;
  padding-left: 10px;
}

section.invest.propertyLeftImgTxt .wrapBox .invesTxt ul li {
  justify-content: flex-end;
}

section.invest.propertyLeftImgTxt .wrapBox .invesTxt .descp {
  margin: 0 0 auto auto;
  text-align: right;
}

section.invest.propertyLeftImgTxt .wrapBox .invesTxt h3 {
  padding-top: 10px;
  line-height: 60px;
}

section.invest.propertyLeftImgTxt .wrapBox .invesTxt h3:before {
  right: 0;
}
/* ========================= Property pg ed ================= */

section.contact .banner_text h1 span:before {
  width: 35%;
}

/* ========================= Property Section Css Start ============== */

section.prop {
  position: relative;
  overflow: hidden;
  padding: 80px 0 0;
}

section.prop .container-fluid {
  padding: 0;
}

section.prop .headWrap {
  padding: 0 60px 60px;
  position: relative;
}

section.prop .headWrap .row {
  align-items: center;
}

section.prop .headWrap .heading {
  position: relative;
  margin: 0;
}

section.prop .headWrap .heading:before {
  position: absolute;
  content: "";
  width: 68%;
  height: 1px;
  top: 50%;
  right: 0;
  background: #b0b0b0;
}

section.prop .headWrap nav {
  position: relative;
  margin-left: 30px;
}

section.prop .headWrap nav .nav-tabs {
  justify-content: space-between;
  align-items: center;
  border: 0px !important;
}

section.prop .headWrap .nav-tabs .nav-link {
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #000;
  padding: 0;
  border: 0px;
  transition: 0.9s;
}

section.prop .headWrap .nav-tabs .nav-link:hover {
  text-decoration: underline;
  color: #214d5b;
}

section.prop .headWrap .nav-tabs .nav-link.active {
  color: #214d5b;
}

section.prop .tab-content {
  padding-left: 50px;
  position: relative;
  overflow: hidden;
}

section.prop .tab-content .slick-list {
  padding-right: 350px;
  position: relative;
}

section.prop .tab-content .propertyItem {
  position: relative;
  padding-left: 80px;
  z-index: 999999999;
}

section.prop .tab-content .propertyItem .propertyItemImg {
  position: relative;
}

section.prop
  .tab-content
  .propertyItem
  .propertyItemImg
  img.img-fluid.proptImg {
  position: relative;
  height: 550px;
  width: 100%;
  box-shadow: -13px 12px 20px 8px #7979791c;
  object-fit: cover;
}

section.prop .tab-content .item {
  opacity: 1;
  padding-bottom: 70px;
  position: relative;
}

section.prop .tab-content .propertyItem .proptyTxt .coleft {
  position: relative;
}

section.prop .tab-content .propertyItem .proptyTxt .coleft .shadeBox {
  height: 100%;
  width: 96%;
  position: absolute;
  left: 12px;
  bottom: 0;
  background: #214d5b;
  opacity: 0;
}

section.prop .tab-content .propertyItem .proptyTxt h6 {
  color: #fff;
  font-family: poppins;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}

section.prop .tab-content .propertyItem .proptyTxt h4 {
  font-size: 27 px;
  line-height: 34px;
  color: #ffff;
}

section.prop .tab-content .propertyItem .proptyTxt p {
  margin: 0;
  color: #fff;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 300;
  opacity: 90%;
  line-height: 22px;
  text-shadow: 0 0 1px black;
  width: 85%;
}

section.prop .tab-content .propertyItem .proptyTxt .content {
  position: relative;
  left: -100px;
}

section.prop .tab-content .propertyItem .proptyTxt {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0;
  padding-bottom: 60px;
  transition: 0.9s;
  opacity: 0;
}

section.prop .slick-current.slick-active .proptyTxt {
  opacity: 1;
  z-index: 9999;
}

/* Dots  */
section.prop ul.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  left: 38px;
  width: 200px;
  bottom: 11px;
}

section.prop ul.slick-dots li {
  margin: 0px;
  width: 10px;
  height: 10px;
  background: #879da4;
  border-radius: 45px;
  transition: 0.6s;
}

section.prop ul.slick-dots buttton {
  padding: 0px;
}

section.prop .slick-dots li button:before {
  display: none;
}

section.prop ul.slick-dots li.slick-active {
  outline: 1px solid #214d5b;
  background: #214d5b;
  outline-offset: 9px;
  box-shadow: 0px 0px 20px 8px #214e5b81;
  opacity: 1 !important;
}

section.prop .tab-content .item .counts {
  width: auto;
  position: absolute;
  right: -18px;
  bottom: 0px;
  display: inline-block;
  z-index: -1;
  opacity: 0;
}

section.prop .tab-content .item .counts h1 {
  font-size: 200px;
  line-height: 0.8;
  color: #e4e4e4;
  margin: 0;
}

section.prop .slick-current.slick-active .counts {
  opacity: 1;
}

/* ========================= Property Section Css End ================= */

section.main_slider .carousel-indicators {
  background: #214d5b;
  width: 432px;
  position: absolute;
  margin: 0;
  align-items: center;
  gap: 10px;
  left: 72.8%;
  height: 92px;
  bottom: 90px;
  object-position: right;
}

button.showMoreBtn {
  background: transparent;
  border: 0px;
  padding: 0;
  color: #fff;
  text-decoration: underline;
  transition: 0.9s;
  opacity: 70%;
}

button.showMoreBtn:hover {
  opacity: 1;
}

section.main_slider.innerBanner .banner_text h1 {
  font-size: 70px;
  line-height: 90px;
}

/* Revision v2  */

footer .useLinks li a {
  text-transform: uppercase;
}

/* ========== */

section.prop .tab-content .propertyItem .propertyItemImg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/propertyShapeImg.png);
  z-index: 12;
}

/* ====== */

section.news .heading h2 {
  color: #fff;
}

section.news h5 {
  color: #fff;
  font-family: "Roboto Flex";
  font-weight: 300;
}

section.news .comingtext {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vh;
}

section.contact-page .contacMap .mapImg iframe {
  width: 100%;
  height: 500px;
}

/* ===================== INVEST PAGE ================ */

main::-webkit-scrollbar {
  display: none;
}

.section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

main ul li {
  width: 10px;
  height: 10px;
  margin: 10px 0;
  background: #aaa;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.list-nav li.active {
  background-color: #000;
  transform: scale(1.3);
}

/* =============== */
section.headingInvest h3 {
  font-family: "SeaWave";
  font-weight: 600;
  font-size: 40px;
  padding: 20px 0;
  line-height: 40px;
}

section.investe {
  overflow: hidden;
  display: flex;
  position: relative;
  height: 100%;
}

section.investe .designImg {
  height: 100%;
  width: 100%;
}

section.investe .brandLogo img.img-fluid {
  width: 30%;
  height: 40%;
  object-fit: fill;
}

section.investe .designImg img.img-fluid {
  height: 85vh;
  object-fit: cover;
  filter: brightness(0.9);
  position: relative;
  transition: 0.3s;
}

section.investe .designImg img.img-fluid:hover {
  filter: unset;
}

section.investe .row {
  align-items: center;
}

section.investe .invtext {
  width: 80%;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

section.investe .invtext p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-family: "Montserrat";
  margin: 0px;
}

/* =============== */

/* Main containers styling */
main {
  position: relative;
  overflow: hidden;
  height: 100vh;
  scroll-snap-type: y mandatory;
}

/* Section styling */
.section,
.sections {
  min-height: 100vh;
  position: relative;
  scroll-snap-align: start;
}

/* Navigation dots containers */
.list-nav,
.naveList1 {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

/* Show dots when container is in view */
main.in-view .list-nav,
main.main.in-view .naveList1,
.list-nav.force-visible,
.naveList1.force-visible {
  opacity: 1;
  pointer-events: auto;
}

/* Dot styling */
.list-nav li,
.naveList1 li {
  width: 14px;
  height: 14px;
  margin: 15px 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

/* Active dot styling */
.list-nav li.active,
.naveList1 li.active {
  background-color: #28b16d;
  transform: scale(1.4);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

/* Hover effects */
.list-nav li:hover,
.naveList1 li:hover {
  transform: scale(1.2);
}

/* =============== */

section.news .spinner {
  width: 90px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.news .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

section.news .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

section.news .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

section.news .comes {
  justify-content: center;
  margin-top: 16px;
}

section.news .comes h3 {
  font-size: 35px;
  color: #fff;
  text-transform: capitalize;
}

section.investe .invtext h6 {
  font-size: 22px;
  font-family: "Poppins";
  font-weight: 500;
  margin-bottom: 10px;
}

section.investe .brandLogo img.img-fluid.safianLog {
  filter: drop-shadow(2px 4px 156px black);
}

/* LOADER CSS START  */
.loader {
  height: 100vh;
  width: 100%;
  background-color: #214d5b;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999999999999;
}

/* $len = 242.776657104492px */
/* $time = 1.6s */
#outline {
  stroke-dasharray: 2.427766571px, 242.776657104492px;
  stroke-dashoffset: 0;
  animation: anim 3s linear 1;
}

@keyframes anim {
  12.5% {
    stroke-dasharray: 34.008732px, 242.776657104492px;
    stroke-dashoffset: -26.705432px;
  }
  43.75% {
    stroke-dasharray: 84.97183px, 242.776657104492px;
    stroke-dashoffset: -84.97183px;
  }
  100% {
    stroke-dasharray: 2.427766571px, 242.776657104492px;
    stroke-dashoffset: -240.34889px;
  }
}

.check-out {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  color: #fff;
}

.loader.hidden {
  display: none; /* or visibility: hidden */
}

.propertySlider .slick-prev:before {
  content: "\f177";
  font-family: "FontAwesome";
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  justify-content: center;
  color: #000 !important;
  z-index: 9;
  position: absolute;
}

.propertySlider .slick-next:before {
  content: "\f178";
  font-family: "FontAwesome";
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  justify-content: center;
  color: #000 !important;
  z-index: 9;
  position: absolute;
}

.propertySlider .slick-prev:hover::before {
  background: #214d5b;
  color: #fff !important;
}

.propertySlider .slick-next:hover::before {
  background: #214d5b;
  color: #fff !important;
}

.propertySlider .slick-prev {
  left: -25px;
  z-index: 9;
}

.propertySlider .slick-next {
  right: inherit;
  left: -25px;
  z-index: 9;
  top: 40%;
}

section.news .row {
  justify-content: center;
}

.carousel-item > img {
  width: 100%;
}

.blog-dtl-main img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  margin-bottom: 40px;
}

section.news a {
  color: #000;
}

section.blog-detail-wrap {
  padding: 80px 0;
}

.blog-dtl-main h2 {
  font-size: 50px;
  font-weight: 600;
}

.blog-dtl-main h4 {
  font-weight: 600;
}

.blog-dtl-main ul {
  list-style: circle;
  margin-left: 15px;
}

.blog-dtl-main ul b {
  margin-right: 2px;
}

.blog-slider .slick-next:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: #000;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 900;
  content: "\f105";
}

.blog-slider .slick-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: #000;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 500;
}

.blog-slider .slick-next {
  top: 30%;
}

.blog-slider .slick-prev {
  top: 30%;
  left: -50px;
}

.header-logo img {
  width: 55%;
  object-fit: cover;
}

.slick-active {
  opacity: 1;
}

section.news.inner-blog {
  background: unset;
}

section.news.inner-blog .boxitem {
  margin-top: 40px;
}

.container-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
  background: #fff;
}

/* Media querries is started  */
/* Media querries is started  */
/* Media querries is started  */

@media (max-width: 1366px) {
  section.work .textbox:hover .box-header .item2 {
    transform: translate(225px, -20px);
  }
  section.news .boxitem .lovetxt {
    height: 330px;
    padding: 30px 0px 30px 20px;
  }

  .client-ineer-box {
    padding: 30px 16px;
  }

  .client-ineer-box p {
    font-size: 14px;
    line-height: 24px;
  }

  /* Home Page Start */

  section.main_slider .flatyLinks span.seprateLine {
    width: 543px;
  }

  section.news.inner-blog .heading.text-center.mb-4 {
    display: none;
  }

  /* Home Page  End */
}

@media (max-width: 1366px) {
  section.work .textbox:hover .box-header .item2 {
    transform: translate(225px, -20px);
  }
  section.news .boxitem .lovetxt {
    height: 330px;
    padding: 30px 0px 30px 20px;
  }

  .client-ineer-box {
    padding: 30px 16px;
  }

  .client-ineer-box p {
    font-size: 14px;
    line-height: 24px;
  }

  /* Home Page Start */

  section.main_slider .flatyLinks span.seprateLine {
    width: 543px;
  }

  section.news.inner-blog .heading.text-center.mb-4 {
    display: none;
  }

  /* Home Page  End */
}

@media (max-width: 1280px) {
  section.work .textbox .box-header .item2 {
    transform: translate(212px, -20px);
    opacity: 1;
  }
  section.work .textbox:hover h6 br {
    display: none;
  }
  section.main_slider .flatyLinks span.seprateLine {
    width: 46%;
  }

  /* Home Page  start  */
  section.main_slider .flatyLinks span.seprateLine {
    width: 481px;
  }

  section.work .textbox .box-header .item2 h3 {
    font-size: 24px;
  }

  section.news .boxitem .lovetxt {
    width: auto;
  }

  section.investe {
    height: 100%;
  }

  .section,
  .sections {
    height: 80vh !important;
  }

  /* Home Page  End  */
}

@media (max-width: 1024px) {
  section.main_slider .carousel-caption .container-fluid {
    padding: 0 0px;
  }

  section.main_slider .banner_text h1 {
    font-size: 21px;
    line-height: 34px;
  }

  section.main_slider .flatyLinks {
    width: 78.8%;
  }

  section.main_slider .flatyLinks .followUs {
    padding: 10px 0px;
  }

  section.main_slider .flatyLinks span.seprateLine {
    width: 39%;
  }

  section.about .about-img img {
    height: 270px;
    object-fit: cover;
  }

  section.about .abtxt {
    padding: 30px 14px;
  }

  p {
    font-size: 13px;
  }

  section.prop .tab-content .propertyItem {
    padding-left: 70px;
  }

  section.prop .tab-content {
    padding-left: 0px;
  }

  section.prop .tab-content .slick-list {
    position: relative;
  }

  section.prop .tab-content .slick-list {
    padding-right: 250px;
  }

  section.prop .tab-content .propertyItem .proptyTxt .content {
    left: -70px;
  }

  section.prop
    .tab-content
    .propertyItem
    .propertyItemImg
    img.img-fluid.proptImg {
    height: 450px;
  }

  section.prop .headWrap {
    padding: 0 36px 0px;
  }

  section.work .textbox {
    margin-bottom: 25px;
    height: 272px;
    padding: 34px 20px 30px 20px;
  }

  section.work {
    padding: 100px 0px 40px;
  }

  section.work .textbox .box-header .item1 {
    top: 117px;
  }

  section.work .textbox:hover .box-header .item2 {
    transform: translate(425px, -20px);
  }

  .heading p {
    width: 98%;
  }

  h2 {
    font-size: 51px;
  }

  section.invest .wrapre .wrapBox .invesTxt {
    padding: 0 8px 32px 12px;
  }

  section.invest .wrapre .wrapBox .invesTxt h3 {
    font-size: 24px;
    line-height: 39px;
    padding-bottom: 10px;
  }

  section.invest .wrapre .wrapBox {
    position: absolute;
    padding-right: 0px;
    width: 562px;
    bottom: -60px;
    top: unset;
  }

  section.invest .invesTxt ul li span {
    font-size: 13px;
    width: 90%;
  }

  section.invest .choseImg {
    padding-left: 0px;
  }

  section.invest .choseImg img.img-fluid {
    height: 550px;
    margin-top: 20px;
    object-fit: cover;
  }

  section.our-client-sec .heading.text-center h2 {
    font-size: 32px;
  }

  section.invest .wrapre {
    padding-bottom: 0px;
  }

  .client-ineer-box {
    padding: 40px 8px;
  }

  .client-ineer-box ul li i {
    font-size: 9px;
  }

  .client-ineer-box ul li h4 {
    font-size: 20px;
  }

  .client-ineer-box ul li h4 span {
    font-size: 13px;
  }

  .client-ineer-box p {
    font-size: 12px;
  }

  footer.mainFooter {
    padding: 60px 9px;
    margin-top: 60px;
  }

  footer .useLinks {
    left: 0px;
  }

  footer .newsLatter {
    padding-left: 0px;
  }

  footer.mainFooter .ft-log {
    width: 100%;
    margin-bottom: 40px;
  }

  section.about {
    padding: 100px 0 0px;
  }

  section.prop ul.slick-dots {
    left: 58px;
    bottom: 44px;
  }

  .propertySlider .slick-next {
    left: 15px;
  }

  .propertySlider .slick-prev {
    left: 15px;
  }

  .propertySlider .slick-slide {
    margin: 38px 20px;
  }

  img.img-fluid.innerPagebanerImg {
    height: 500px;
    object-fit: cover;
  }

  section.main_slider.innerBanner .banner_text {
    padding-left: 55px;
  }

  section.main_slider.innerBanner .banner_text h1 {
    font-size: 50px;
    line-height: 64px;
  }

  section.main_slider .banner_text h1 span:before {
    display: none;
  }

  section.invest.propertyRightImgTxt .colRight {
    padding-left: 10px;
  }

  section.invest.propertyRightImgTxt .wrapre {
    padding-bottom: 0px;
  }

  section.invest .choseImg.propertyImgBf img.img-fluid {
    height: 380px;
    object-fit: cover;
  }

  section.invest.propertyLeftImgTxt .colRight {
    padding-right: 10px;
  }

  section.invest.propertyLeftImgTxt .wrapBox {
    padding: 30px 0px 20px;
  }

  section.invest.propertyLeftImgTxt .wrapre {
    padding-bottom: 0px !important;
  }

  section.invest {
    padding: 20px 0 120px;
  }

  section.investe .designImg img.img-fluid {
    /*height: 56vh;*/
    width: 100%;
  }

  section.investe .invtext {
    width: 100%;
    padding: 20px 50px 20px 20px;
  }

  section.investe .invtext p {
    font-size: 12px;
  }

  section.headingInvest .col-12.text-center.pt-4.my-4 {
    padding: unset !important;
    margin: unset !important;
  }

  section.contact-page .content h2 {
    font-size: 38px;
  }

  section.contact-page .wraper {
    width: 90%;
  }

  section.contact-page {
    padding: 100px 0px;
  }

  section.contact-page .ctc-contentWraper {
    padding: 30px 28px;
    width: 90%;
  }

  .siteBtn .pbtn.darkbtn {
    padding: 9px 13px;
    font-size: 12px;
    height: 44px;
  }

  section.our-client-sec.themes-padd {
    padding: 80px 0 0px;
  }

  section.work .wraper {
    border-top: unset;
  }

  section.work .col-lg-3.col-md-3.col1 {
    width: 50%;
  }

  section.work .col-lg-3.col-md-3.col2 {
    width: 50%;
  }

  section.work .col-lg-3.col-md-3.col3 {
    width: 50%;
  }

  section.invest .row {
    justify-content: center;
  }

  .menuSec ul li a {
    padding: 10px 13px;
    font-size: 11px;
  }

  .menuSec ul {
    justify-content: right;
  }

  section.work .siteBtn .pbtn.darkbtn {
    padding: 9px 9px;
  }

  /* Home Page  */

  section.main_slider .flatyLinks span.seprateLine {
    width: 355px;
  }

  section.main_slider .flatyLinks span.seprateLine {
    width: 355px;
  }

  section.work .textbox .box-header .item2 h3 {
    font-size: 24px;
  }

  section.news .boxitem .lovetxt {
    padding: 12px;
    height: 290px;
  }

  section.news .loverimg img {
    height: 340px;
  }

  section.news .boxitem .lovetxt p {
    width: auto;
    font-size: 12px;
    line-height: 22px;
  }

  section.news .boxitem ul.ui_icons span {
    font-size: 12px;
    line-height: 19px;
  }

  .blog-slider .slick-prev {
    left: -23px;
  }

  .blog-slider .slick-prev:before {
    width: 35px;
    height: 35px;
  }

  .blog-slider .slick-next {
    right: 0;
  }

  .blog-slider .slick-next:before {
    width: 35px;
    height: 35px;
  }
  section.blog-detail-wrap {
    padding-bottom: 0px;
  }

  .blog-dtl-main h2 {
    font-size: 40px;
    line-height: 58px;
  }

  section.invest .wrapre .wrapBox {
    width: 470px;
  }

  section.headingInvest .col-12.text-center.pt-4.my-4 {
    padding-top: 0px !important;
    margin-top: 0px !important;
  }

  section.main_slider.innerBanner.propt .col-sm-6.col-md-6.align-self-center {
    width: auto;
  }
  /* Home Page  */
}

@media (max-width: 880px) {
  section.main_slider .carousel-caption .container-fluid {
    padding: 0 0px;
  }

  section.main_slider .banner_text h1 {
    font-size: 21px;
    line-height: 34px;
  }

  section.main_slider img.bannerBgImg {
    object-fit: cover;
    height: 840px;
  }

  section.main_slider .flatyLinks {
    width: 78.8%;
  }

  section.main_slider .flatyLinks .followUs {
    padding: 10px 0px;
  }

  section.main_slider .flatyLinks span.seprateLine {
    width: 23%;
  }
  section.about .about-img img {
    height: 270px;
    object-fit: cover;
  }

  section.about .abtxt {
    padding: 30px 14px;
    margin-top: 14px;
  }

  section.about .col-xl-7.col-lg-7.col-md-7.colleft {
    padding: unset !important;
  }

  section.about .col-xl-5.col-lg-5.col-md-5.colright {
    padding: unset !important;
  }

  p {
    font-size: 13px;
  }

  section.prop .tab-content .propertyItem {
    padding-left: 70px;
  }

  section.prop .tab-content {
    padding-left: 0px;
  }

  section.prop .tab-content .slick-list {
    padding-right: 0px;
    position: relative;
  }

  section.prop .tab-content .slick-list {
    padding-right: 0px;
  }

  section.prop .tab-content .propertyItem .proptyTxt .content {
    left: 20px;
  }

  section.prop
    .tab-content
    .propertyItem
    .propertyItemImg
    img.img-fluid.proptImg {
    height: 450px;
  }

  section.prop .headWrap {
    padding: 0 36px 0px;
  }

  section.work .textbox {
    margin-bottom: 25px;
    height: 272px;
    padding: 34px 20px 30px 20px;
  }

  section.work {
    padding: 100px 0px 40px;
  }

  section.work .textbox .box-header .item1 {
    top: 117px;
  }

  section.work .textbox:hover .box-header .item2 {
    transform: translate(425px, -20px);
  }

  .heading p {
    width: 98%;
  }

  h2 {
    font-size: 51px;
  }

  section.invest .wrapre .wrapBox .invesTxt {
    padding: 0 8px 32px 12px;
  }

  section.invest .wrapre .wrapBox .invesTxt h3 {
    font-size: 24px;
    line-height: 39px;
    padding-bottom: 10px;
  }

  section.invest .wrapre .wrapBox {
    position: unset;
    padding-right: 0px;
    width: 100%;
  }

  section.invest .invesTxt ul li span {
    font-size: 13px;
    width: 90%;
  }

  section.invest .choseImg img.img-fluid {
    height: 320px;
    margin-top: 20px;
  }

  section.our-client-sec .heading.text-center h2 {
    font-size: 32px;
  }

  section.invest .wrapre {
    padding-bottom: 0px;
  }

  .client-ineer-box {
    padding: 40px 18px;
  }

  .client-ineer-box ul li i {
    font-size: 9px;
  }

  .client-ineer-box ul li h4 {
    font-size: 20px;
  }

  .client-ineer-box ul li h4 span {
    font-size: 13px;
  }

  .client-ineer-box p {
    font-size: 12px;
  }

  footer.mainFooter {
    padding: 60px 9px;
    margin-top: 60px;
  }

  footer .useLinks {
    left: 0px;
  }

  footer .newsLatter {
    padding-left: 0px;
  }

  footer.mainFooter .ft-log {
    width: 100%;
    margin-bottom: 120px;
  }

  section.about {
    padding: 100px 0 0px;
  }

  section.prop ul.slick-dots {
    left: 279px;
  }

  .propertySlider .slick-next {
    left: 15px;
  }

  .propertySlider .slick-prev {
    left: 15px;
  }

  .propertySlider .slick-slide {
    margin: 38px 20px;
  }

  img.img-fluid.innerPagebanerImg {
    height: 500px;
    object-fit: cover;
  }

  section.main_slider.innerBanner .banner_text {
    padding-left: 55px;
  }

  section.main_slider.innerBanner .banner_text h1 {
    font-size: 50px;
    line-height: 64px;
  }

  section.main_slider .banner_text h1 span:before {
    display: none;
  }

  section.invest.propertyRightImgTxt .colRight {
    padding-left: 10px;
  }

  section.invest.propertyRightImgTxt .wrapre {
    padding-bottom: 0px;
  }

  section.invest .choseImg.propertyImgBf img.img-fluid {
    height: 290px;
    width: 100%;
    object-fit: cover;
  }

  section.invest.propertyLeftImgTxt .colRight {
    padding-right: 10px;
  }

  section.invest.propertyLeftImgTxt .wrapBox {
    padding: 30px 0px 20px;
  }

  section.invest.propertyLeftImgTxt .wrapre {
    padding-bottom: 0px !important;
  }

  section.invest {
    padding: 20px 0 30px;
  }

  section.headingInvest .col-12.text-center.pt-4.my-4 {
    padding: unset !important;
    margin: unset !important;
  }
  section.contact-page .content h2 {
    font-size: 38px;
  }

  section.contact-page .wraper {
    width: 90%;
  }

  section.contact-page {
    padding: 100px 0px;
  }

  section.contact-page .ctc-contentWraper {
    padding: 30px 28px;
    width: 90%;
  }

  .siteBtn .pbtn.darkbtn {
    padding: 9px 13px;
    font-size: 12px;
    height: 44px;
  }

  section.our-client-sec.themes-padd {
    padding: 80px 0 0px;
  }

  section.work .wraper {
    border-top: unset;
  }

  section.about .col-xl-7.col-lg-7.col-md-7.colleft {
    width: 100%;
  }

  section.about .col-xl-5.col-lg-5.col-md-5.colright {
    width: 100%;
  }

  section.work .col-lg-3.col-md-3.col1 {
    width: 50%;
  }

  section.work .col-lg-3.col-md-3.col2 {
    width: 50%;
  }

  section.work .col-lg-3.col-md-3.col3 {
    width: 50%;
  }

  section.invest .col-lg-4.col-md-4.coleft {
    width: 100%;
  }

  section.invest .row {
    justify-content: center;
  }

  .menuSec ul li a {
    padding: 10px 13px;
    font-size: 11px;
  }

  .menuSec ul {
    justify-content: right;
  }

  section.invest.propertyRightImgTxt.propertyPadds .col-lg-8.col-md-8.colRight {
    width: 100% !important;
  }

  section.invest.propertyLeftImgTxt .col-lg-8.col-md-8.colRight {
    width: 100%;
  }

  section.invest.propertyRightImgTxt .col-lg-8.col-md-8.colRight {
    width: 100%;
  }

  section.work .siteBtn .pbtn.darkbtn {
    padding: 9px 9px;
  }

  footer ul {
    gap: 10px;
  }

  footer .useLinks li a {
    font-size: 13px;
  }

  section.invest.propertyRightImgTxt .wrapre .wrapBox .invesTxt {
    padding: 40px;
  }

  section.invest.propertyRightImgTxt .choseImg.propertyImgBf img.img-fluid {
    height: 450px;
  }

  section.invest.propertyLeftImgTxt .choseImg.propertyImgBf img.img-fluid {
    height: 420px;
  }

  section.invest.propertyLeftImgTxt .wrapre .wrapBox .invesTxt {
    padding: 40px;
  }

  section.news.inner-blog .col-md-4 {
    width: 48%;
  }
  .blog-dtl-main h2 {
    font-size: 32px;
    line-height: 48px;
  }

  .blog-dtl-main img {
    height: 400px;
  }

  .menuSec ul {
    gap: 0px;
  }

  .client-sli::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .menuSec ul {
    gap: 0px;
  }

  header .menuSec {
    padding: 10px 24px 0;
  }

  section.main_slider .banner_text .inner-banner_text {
    padding-left: 40px;
  }

  section.main_slider .flatyLinks {
    align-items: center;
    padding: 0 40px;
  }

  section.main_slider .carousel-caption .container-fluid {
    padding: 0 0px;
  }

  section.main_slider .banner_text h1 {
    font-size: 21px;
    line-height: 34px;
  }

  section.main_slider .flatyLinks {
    display: block;
    padding-left: 10px;
    width: 78.8%;
  }

  section.main_slider .flatyLinks .followUs {
    padding: 10px 0px;
  }

  section.main_slider .flatyLinks span.seprateLine {
    display: none;
  }

  section.about .about-img img {
    height: 270px;
  }

  section.about .abtxt {
    padding: 30px 14px;
    margin-top: 14px;
  }

  section.about .col-xl-7.col-lg-7.col-md-7.colleft {
    padding: unset !important;
  }

  section.about .col-xl-5.col-lg-5.col-md-5.colright {
    padding: unset !important;
  }

  p {
    font-size: 13px;
  }

  section.prop .tab-content .propertyItem {
    padding-left: 0px;
  }

  section.prop .tab-content {
    padding-left: 0px;
  }

  section.prop .tab-content .slick-list {
    padding-right: 0px;
    position: relative;
  }

  section.prop .tab-content .slick-list {
    padding-right: 0px;
  }

  section.prop .tab-content .propertyItem .proptyTxt .content {
    left: 20px;
  }

  section.prop
    .tab-content
    .propertyItem
    .propertyItemImg
    img.img-fluid.proptImg {
    height: 450px;
  }

  section.prop .headWrap {
    padding-left: 18px;
    padding-bottom: 0px;
  }

  section.work .textbox {
    margin-bottom: 25px;
    height: 272px;
    padding: 34px 20px 30px 20px;
  }

  section.work {
    padding: 100px 0px 40px;
  }

  section.work .textbox .box-header .item1 {
    top: 117px;
  }

  section.work .textbox:hover .box-header .item2 {
    transform: translate(265px, -40px);
  }

  .heading p {
    width: 98%;
  }

  h2 {
    font-size: 51px;
  }

  section.invest .wrapre .wrapBox .invesTxt {
    padding: 0 8px 32px 12px;
  }

  section.invest .wrapre .wrapBox .invesTxt h3 {
    font-size: 24px;
    line-height: 39px;
    padding-bottom: 10px;
  }

  section.invest .wrapre .wrapBox {
    position: unset;
    padding-right: 0px;
    width: 100%;
  }

  section.invest .invesTxt ul li span {
    font-size: 13px;
    width: 90%;
  }

  section.invest .choseImg {
    padding-left: 0px;
  }

  section.invest .choseImg img.img-fluid {
    height: 320px;
    margin-top: 20px;
  }

  section.our-client-sec .heading.text-center h2 {
    font-size: 32px;
  }

  section.invest .wrapre {
    padding-bottom: 0px;
  }

  section.prop .headWrap .heading:before {
    display: none;
  }

  .client-ineer-box {
    padding: 40px 8px;
  }

  .client-ineer-box ul li i {
    font-size: 9px;
  }

  .client-ineer-box ul li h4 {
    font-size: 20px;
  }

  .client-ineer-box ul li h4 span {
    font-size: 13px;
  }

  .client-ineer-box p {
    font-size: 12px;
  }

  footer.mainFooter {
    padding: 60px 9px;
    margin-top: 60px;
  }

  footer .useLinks {
    left: 0px;
    margin-bottom: 40px;
  }

  footer .newsLatter {
    width: 50%;
  }

  footer.mainFooter .ft-log {
    width: 60%;
    margin-bottom: 40px;
  }

  section.about {
    padding: 100px 0 0px;
  }

  section.prop ul.slick-dots {
    left: 149px;
  }

  .propertySlider .slick-next:before {
    width: 37px;
    height: 38px;
  }

  .propertySlider .slick-prev:before {
    width: 37px;
    height: 38px;
  }

  .propertySlider .slick-next {
    left: 65px;
    top: 88%;
  }

  .propertySlider .slick-prev {
    top: 88%;
    left: 20px;
  }

  .propertySlider .slick-next:before {
    width: 37px;
    height: 38px;
  }

  .propertySlider .slick-slide {
    margin: 24px 20px 40px;
  }

  img.img-fluid.innerPagebanerImg {
    height: 430px;
    object-fit: cover;
  }

  section.main_slider.innerBanner .banner_text h1 {
    font-size: 50px;
    line-height: 64px;
  }

  section.main_slider .banner_text h1 span:before {
    display: none;
  }

  section.invest.propertyRightImgTxt .colRight {
    padding-left: 10px;
  }

  section.invest.propertyRightImgTxt .wrapre {
    padding-bottom: 0px;
  }

  section.invest .choseImg.propertyImgBf img.img-fluid {
    height: 290px;
  }

  section.invest.propertyLeftImgTxt .colRight {
    padding-right: 10px;
  }

  section.invest.propertyLeftImgTxt .wrapBox {
    padding: 30px 0px 20px;
  }

  section.invest.propertyLeftImgTxt .wrapre {
    padding-bottom: 0px !important;
  }

  section.invest {
    padding: 20px 0 30px;
  }

  section.investe .designImg img.img-fluid {
    /*height: 56vh;*/
    width: 100%;
  }

  section.investe .invtext {
    width: 100%;
    padding-left: 10px;
  }

  section.investe .invtext p {
    font-size: 12px;
  }

  section.headingInvest .col-12.text-center.pt-4.my-4 {
    padding: unset !important;
    margin: unset !important;
  }

  section.contact-page .content h2 {
    font-size: 38px;
  }

  section.contact-page .wraper {
    width: 90%;
  }

  section.contact-page {
    padding: 100px 0px;
  }

  section.contact-page .ctc-contentWraper {
    padding: 30px 0px;
    width: 90%;
  }

  .siteBtn .pbtn.darkbtn {
    padding: 9px 13px;
    font-size: 12px;
    height: 44px;
  }

  section.our-client-sec.themes-padd {
    padding: 80px 0 0px;
  }

  section.work .wraper {
    border-top: unset;
  }

  section.main_slider .banner_text .inner-banner_text {
    padding-left: 21px;
    padding-right: 19px;
  }

  section.main_slider.innerBanner .banner_text {
    padding-left: 21px;
  }

  section.main_slider.innerBanner .banner_text p {
    width: 80%;
  }

  header {
    position: unset;
  }

  .header-logo {
    text-align: center;
  }

  header .menuSec {
    padding: 15px 40px;
  }

  section.main_slider img.bannerBgImg {
    height: 600px;
  }

  section.main_slider .banner_text .inner-banner_text {
    margin-bottom: 60px;
  }

  section.main_slider .flatyLinks {
    display: flex;
    height: 70px;
    justify-content: flex-start;
    gap: 40px;
    width: auto;
  }

  section.main_slider .flatyLinks ul {
    gap: 10px;
  }

  section.main_slider .flatyLinks ul li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  section.news .loverimg img {
    height: 280px;
  }

  section.news .boxitem .lovetxt h6 {
    font-size: 16px;
    line-height: 20px;
  }

  section.news .boxitem .lovetxt p {
    line-height: 21px;
  }

  section.news .boxitem ul.ui_icons {
    gap: 10px;
  }

  section.news .boxitem ul.ui_icons span {
    font-size: 11px;
  }

  section.news .slick-slide {
    margin: 0px 10px;
  }

  .our-client-sec .slick-slide {
    margin: 0px 5px;
  }

  .connetLinks {
    width: 40%;
    margin-bottom: 40px;
  }

  .propertySlider .slick-prev {
    top: 88%;
    left: 20px;
  }

  section.work .heading {
    margin-bottom: 60px;
  }

  section.work .textbox .box-header .item2 h3 {
    font-size: 35px;
    line-height: 25px;
  }
}

@media (max-width: 480px) {
  header {
    position: unset;
  }

  header .menuSec {
    padding: 15px 40px;
  }

  section.main_slider .carousel-caption .container-fluid {
    padding: 0 0px;
  }

  section.main_slider .banner_text h1 {
    font-size: 21px;
    line-height: 34px;
  }

  section.main_slider img.bannerBgImg {
    height: 100vh;
  }

  section.main_slider .flatyLinks .followUs {
    padding: 10px 0px;
  }

  section.main_slider .flatyLinks span.seprateLine {
    display: none;
  }

  section.about .about-img img {
    height: 270px;
  }

  section.about .abtxt {
    padding: 30px 14px;
    margin-top: 14px;
  }

  section.about .col-xl-7.col-lg-7.col-md-7.colleft {
    padding: unset !important;
  }

  section.about .col-xl-5.col-lg-5.col-md-5.colright {
    padding: unset !important;
  }

  p {
    font-size: 13px;
  }

  section.prop .tab-content .propertyItem {
    padding-left: 0px;
  }

  section.prop .tab-content {
    padding-left: 0px;
  }

  section.prop .tab-content .slick-list {
    padding-right: 0px;
    position: relative;
  }

  section.prop .tab-content .slick-list {
    padding-right: 0px;
  }

  section.prop .tab-content .propertyItem .proptyTxt .content {
    left: 20px;
  }

  section.prop
    .tab-content
    .propertyItem
    .propertyItemImg
    img.img-fluid.proptImg {
    height: 390px;
  }

  section.work .textbox {
    margin-bottom: 50px;
    height: 290px;
  }

  section.work {
    padding: 100px 0px 40px;
  }

  section.work .textbox .box-header .item1 {
    top: 90px;
  }

  .heading p {
    width: 98%;
  }

  h2 {
    font-size: 51px;
  }

  section.invest .wrapre .wrapBox .invesTxt {
    padding: 0 8px 32px 12px;
  }

  section.invest .wrapre .wrapBox .invesTxt h3 {
    font-size: 24px;
    line-height: 39px;
    padding-bottom: 10px;
  }

  section.invest .wrapre .wrapBox {
    position: unset;
    padding-right: 0px;
    width: 100%;
  }

  section.invest .invesTxt ul li span {
    font-size: 13px;
    width: 90%;
  }

  section.invest .choseImg img.img-fluid {
    height: 320px;
    margin-top: 20px;
  }

  section.our-client-sec .heading.text-center h2 {
    font-size: 32px;
  }

  section.invest .wrapre {
    padding-bottom: 0px;
  }

  section.prop .headWrap .heading:before {
    display: none;
  }

  .client-ineer-box {
    padding: 40px 18px;
  }

  .client-ineer-box ul li i {
    font-size: 9px;
  }

  .client-ineer-box ul li h4 {
    font-size: 20px;
  }

  .client-ineer-box ul li h4 span {
    font-size: 13px;
  }

  .client-ineer-box p {
    font-size: 12px;
  }

  footer.mainFooter {
    padding: 60px 9px;
    margin-top: 60px;
  }

  .connetLinks {
    width: auto;
  }

  footer .newsLatter {
    width: auto;
  }

  footer.mainFooter .ft-log {
    width: 100%;
    margin-bottom: 40px;
  }

  section.about {
    padding: 100px 0 0px;
  }

  section.prop ul.slick-dots {
    left: unset;
    right: 32px;
    gap: 16px;
  }

  .propertySlider .slick-next:before {
    width: 37px;
    height: 38px;
  }

  img.img-fluid.innerPagebanerImg {
    height: 430px;
    object-position: 84% 100%;
    object-fit: cover;
  }

  section.news.inner-blog {
    padding-top: 20px;
  }

  section.main_slider.innerBanner .banner_text h1 {
    font-size: 50px;
    line-height: 64px;
  }

  section.main_slider .banner_text h1 span:before {
    display: none;
  }

  section.invest.propertyRightImgTxt .colRight {
    padding-left: 10px;
  }

  section.invest.propertyRightImgTxt .wrapre {
    padding-bottom: 0px;
  }

  section.invest .choseImg.propertyImgBf img.img-fluid {
    height: 290px;
  }

  section.invest.propertyLeftImgTxt .colRight {
    padding-right: 10px;
  }

  section.invest.propertyLeftImgTxt .wrapBox {
    padding: 30px 0px 20px;
  }

  section.invest.propertyLeftImgTxt .wrapre {
    padding-bottom: 0px !important;
  }

  section.invest {
    padding: 20px 0 30px;
  }

  section.investe .designImg img.img-fluid {
    height: 45vh;
  }

  section.investe .invtext {
    width: 100%;
    padding: 24px 10px 0;
  }

  section.investe .invtext p {
    font-size: 12px;
  }

  section.headingInvest .col-12.text-center.pt-4.my-4 {
    padding: unset !important;
    margin: unset !important;
  }

  section.contact-page .content h2 {
    font-size: 38px;
  }

  section.contact-page .wraper {
    width: 100%;
  }

  section.contact-page {
    padding: 100px 0px;
  }

  section.contact-page .ctc-contentWraper {
    padding: 30px 0px;
    width: 100%;
  }

  .siteBtn .pbtn.darkbtn {
    padding: 9px 13px;
    font-size: 12px;
    height: 44px;
  }

  section.our-client-sec.themes-padd {
    padding: 80px 0 0px;
  }

  section.work .wraper {
    border-top: unset;
  }

  section.main_slider .banner_text .inner-banner_text {
    padding-left: 21px;
  }

  section.main_slider.innerBanner .banner_text {
    padding-left: 21px;
  }

  section.main_slider.innerBanner .banner_text p {
    width: 80%;
  }

  section.about .misiontxt {
    padding-bottom: 32px;
  }

  section.work .textbox {
    width: 100%;
  }

  section.work .col-lg-3.col-md-3.col2 {
    width: auto;
  }

  section.work .col-lg-3.col-md-3.col1 {
    width: auto;
  }

  section.work .col-lg-3.col-md-3.col3 {
    width: auto;
  }

  section.work .textbox .bxbody p {
    font-size: 13px;
    line-height: 25px;
  }

  section.work .textbox .bxbody h6 {
    font-size: 30px;
    line-height: 40px;
  }

  section.work .textbox:hover .box-header .item2 {
    transform: translate(315px, -30px);
  }

  section.news h5 {
    line-height: 34px;
  }

  section.news .boxitem .lovetxt {
    height: auto;
    padding: 20px;
  }

  section.news .loverimg img {
    height: 350px;
  }

  section.news .boxitem .lovetxt h6 {
    font-size: 24px;
    line-height: 32px;
  }

  section.news .boxitem .lovetxt p {
    font-size: 14px;
    line-height: 24px;
  }

  section.news .boxitem ul.ui_icons span {
    font-size: 14px;
    line-height: 24px;
  }
  section.work .col3 .textbox {
    margin-bottom: 0px;
  }

  section.invest.propertyRightImgTxt .wrapre .wrapBox .invesTxt {
    padding: 20px;
    text-align: center;
  }

  section.invest.propertyLeftImgTxt .choseImg.propertyImgBf img.img-fluid {
    height: 350px;
  }

  section.invest.propertyLeftImgTxt .wrapre .wrapBox .invesTxt {
    padding: 20px;
    text-align: center;
  }

  section.invest.propertyLeftImgTxt .wrapre .wrapBox .invesTxt .descp {
    text-align: center;
    width: auto;
  }

  section.invest.propertyLeftImgTxt .wrapBox .invesTxt ul li {
    justify-content: center;
    align-items: center;
  }

  section.invest .invesTxt ul li span {
    width: auto;
  }

  section.invest.propertyRightImgTxt .wrapre .wrapBox .invesTxt .descp {
    width: auto;
  }

  section.invest.propertyRightImgTxt .wrapre .wrapBox .invesTxt ul li {
    justify-content: center;
  }

  section.news.inner-blog .col-md-4 {
    width: auto;
  }

  .blog-dtl-main h2 {
    font-size: 26px;
    line-height: 42px;
  }

  .blog-dtl-main img {
    height: 280px;
  }

  section.investe .brandLogo img.img-fluid {
    width: 50%;
    height: auto;
  }

  section.invest.propertyRightImgTxt .choseImg.propertyImgBf img.img-fluid {
    height: 350px;
  }

  .client-sli::after {
    display: none;
  }
  section.main_slider.innerBanner.propt
    .col-sm-6.col-md-6.align-self-center
    h1 {
    font-size: 35px;
    line-height: 52px;
  }
}

@media (max-width: 390px) {
  section.work .textbox:hover .box-header .item2 {
    transform: translate(275px, -30px);
  }

  section.work .textbox .box-header .item1 {
    top: 130px;
  }

  section.work .textbox .bxbody h6 {
    font-size: 24px;
    line-height: 34px;
  }

  section.work .col3 .textbox {
    margin-top: 0px;
  }
}
