@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  font-size: 16px;
  line-height: 20px;
}

.titleOne h6 {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  color: #fff;
  letter-spacing: 1px;
}
.titleOne h6::before {
  color: #00aeef;
  content: "";
  flex: 0.03;
  border-bottom: groove 2px;
  margin: auto 0.6rem auto 0rem;
  box-shadow: 0 0px;
}
.titleOne h2 {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.header-wrap {
  position: fixed;
  width: 100%;
  margin: 10px 0 0 0;
  z-index: 2;
}

.darkHeader {
  background: #29292b;
  margin-top: 0;
  border-bottom: solid 1px #444444;
  border-top: solid 1px #444444;
}

.darkHeader2 {
  background: #29292b;
  margin-top: 0;
  border-bottom: solid 1px #444444;
  border-top: solid 1px #444444;
}

.banner-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: auto;
  min-height: 100vh;
  background-image: url("../images/banner-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.banner-wrap .bannerText {
  position: absolute;
  top: 40%;
  left: 50px;
  width: calc(100% - 50px);
}
.banner-wrap .bannerText h6 {
  font-size: 17px;
  text-transform: uppercase;
  margin-top: 50px;
  display: flex;
  color: #fff;
  letter-spacing: 1px;
}
.banner-wrap .bannerText h6::before {
  color: #00aeef;
  content: "";
  flex: 0.03;
  border-bottom: groove 2px;
  margin: auto 0.6rem auto 0rem;
  box-shadow: 0 0px;
}
.banner-wrap .bannerText h2 {
  font-size: 80px;
  line-height: 70px;
  color: #fff;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  width: 50%;
}

.nav-wrap {
  padding: 0 50px;
}
.nav-wrap .navbar-nav {
  display: inherit;
  margin: 0 auto;
}
.nav-wrap .navbar-nav .nav-link {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 30px;
  color: #fff;
  letter-spacing: 1px;
  transition: 0.5s;
}
.nav-wrap .navbar-nav .nav-link:hover {
  color: #00aeef;
}
.nav-wrap .get-valuation-bt {
  background: #00AEEF;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 7px;
}

.grey-strip {
  width: 100%;
  display: block;
  height: 90px;
  background: #3A3A3C;
  background: linear-gradient(180deg, rgb(58, 58, 60) 0%, rgb(87, 87, 87) 100%);
}

.grey-strip2 {
  width: 100%;
  display: block;
  height: 90px;
  background: #3a3a3c;
}

.needExpartWrap {
  display: block;
  background: #fff;
  padding: 100px 50px 70px 50px;
}
.needExpartWrap h6 {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 50px;
  display: flex;
  color: #000;
  letter-spacing: 1px;
}
.needExpartWrap h6::before {
  color: #00aeef;
  content: "";
  flex: 0.03;
  border-bottom: groove 2px;
  margin: auto 0.6rem auto 0rem;
  box-shadow: 0 0px;
}
.needExpartWrap h2 {
  font-size: 60px;
  line-height: 70px;
  color: #000;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.needExpartWrap .fourBlockWrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.needExpartWrap .fourBlockWrap .blockOne {
  position: relative;
  width: 23%;
  background: #F4F4F4;
  border-radius: 5px;
  padding: 25px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 35px 0;
  transition: 0.5s;
}
.needExpartWrap .fourBlockWrap .blockOne:hover {
  background: #00aeef;
}
.needExpartWrap .fourBlockWrap .blockOne:hover .arrow-wrap {
  background: #fff;
  color: #00aeef;
}
.needExpartWrap .fourBlockWrap .blockOne:hover h3 {
  color: #fff;
}
.needExpartWrap .fourBlockWrap .blockOne:hover .percentageWrap h4 {
  color: #fff;
}
.needExpartWrap .fourBlockWrap .blockOne:hover .percentageWrap p {
  color: #fff;
}
.needExpartWrap .fourBlockWrap .blockOne .arrow-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #00aeef;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  border-top-right-radius: 5px;
}
.needExpartWrap .fourBlockWrap .blockOne .arrow-wrap .fa-arrow-up {
  rotate: 45deg;
}
.needExpartWrap .fourBlockWrap .blockOne h3 {
  font-size: 30px;
  color: #000;
  font-size: 30px;
  width: 70%;
  display: block;
  margin: 0;
}
.needExpartWrap .fourBlockWrap .blockOne .percentageWrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: self-end;
}
.needExpartWrap .fourBlockWrap .blockOne .percentageWrap h4 {
  color: #00AEEF;
  width: 30%;
  font-size: 50px;
}
.needExpartWrap .fourBlockWrap .blockOne .percentageWrap p {
  font-size: 17px;
  line-height: 18px;
  color: #000;
  text-align: left;
  width: 63%;
}

.propertyCatagroies {
  display: block;
  background: #3a3a3c;
  padding: 100px 50px 100px 50px;
}
.propertyCatagroies .problockOne {
  margin-bottom: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.propertyCatagroies .problockOne h5 {
  font-size: 30px;
  color: #fff;
}
.propertyCatagroies .problockOne .dropButtonWrap {
  padding: 0;
  margin: 0;
}
.propertyCatagroies .problockOne .dropButtonWrap .form-select {
  width: 180px;
  height: 38px;
  background: none;
  border: solid 1px #fff;
  border-radius: 5px;
  color: #fff;
  float: right;
  margin-left: 25px;
}
.propertyCatagroies .problockOne .dropButtonWrap .form-select option {
  color: #fff;
}
.propertyCatagroies .problockTwo {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: end;
}
.propertyCatagroies .problockTwo .proTextWrap h6 {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 50px;
  display: flex;
  color: #fff;
  letter-spacing: 1px;
}
.propertyCatagroies .problockTwo .proTextWrap h6::before {
  color: #00aeef;
  content: "";
  flex: 0.03;
  border-bottom: groove 2px;
  margin: auto 0.6rem auto 0rem;
  box-shadow: 0 0px;
}
.propertyCatagroies .problockTwo .proTextWrap h2 {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.propertyCatagroies .problockTwo .viewmorebt {
  width: 150px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background: #00AEEF;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.propertyCatagroies .homeSlideOne {
  margin-top: 50px;
}
.propertyCatagroies .homeSlideOne .owl-dots {
  justify-content: center;
  display: flex;
  margin: 34px 0 0 0;
}
.propertyCatagroies .homeSlideOne .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 20px;
  margin: 0 5px;
}
.propertyCatagroies .homeSlideOne .owl-dots .active {
  background: #00aeef;
}
.propertyCatagroies .homeSlideOne .owl-item {
  position: relative;
}
.propertyCatagroies .homeSlideOne .owl-item h6 {
  position: absolute;
  font-size: 13px;
  color: #fff;
  left: 8%;
  top: 36px;
  font-weight: 300;
  transform: rotate(-0.25turn);
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
}
.propertyCatagroies .homeSlideOne .owl-item .text-wrap {
  position: absolute;
  left: 0;
  bottom: 20%;
  font-family: "Poppins", sans-serif;
}
.propertyCatagroies .homeSlideOne .owl-item .text-wrap h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.propertyCatagroies .homeSlideOne .owl-item .text-wrap h5 {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  padding: 0;
  margin: 0;
}
.propertyCatagroies .homeSlideOne .owl-item .text-wrap h4 {
  font-size: 20px;
  font-weight: 500;
  color: #00AEEF;
  padding: 0;
  margin: 0;
}
.propertyCatagroies .homeSlideOne img {
  width: 82%;
  text-align: right;
  display: block;
  float: right;
}
.propertyCatagroies .homeSlideOne .imgOverbg {
  width: 82%;
  text-align: right;
  display: block;
  float: right;
  position: absolute;
  height: 60%;
  bottom: 0;
  right: 0;
  background: #3A3A3C;
  background: linear-gradient(1800deg, rgb(58, 58, 60) 5%, rgba(58, 58, 60, 0) 100%);
}

.homeNewlye {
  display: block;
  background: #fff;
  padding: 100px 50px 100px 50px;
}
.homeNewlye h6 {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 50px;
  display: flex;
  color: #000;
  letter-spacing: 1px;
}
.homeNewlye h6::before {
  color: #00aeef;
  content: "";
  flex: 0.03;
  border-bottom: groove 2px;
  margin: auto 0.6rem auto 0rem;
  box-shadow: 0 0px;
}
.homeNewlye h2 {
  font-size: 60px;
  line-height: 70px;
  color: #000;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.homeNewlye .cityWrap {
  display: block;
  width: 100%;
  margin: 0 -1%;
}
.homeNewlye .cityWrap .cityOne {
  width: 23%;
  margin: 1%;
  float: left;
  background: #F4F4F4;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  transition: 0.5s;
}
.homeNewlye .cityWrap .cityOne .cityImageWrap {
  width: 45%;
}
.homeNewlye .cityWrap .cityOne .cityImageWrap img {
  width: 100%;
  height: auto;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}
.homeNewlye .cityWrap .cityOne .cityTextWrap {
  width: 55%;
  padding-left: 25px;
}
.homeNewlye .cityWrap .cityOne .cityTextWrap h3 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.homeNewlye .cityWrap .cityOne .cityTextWrap p {
  font-size: 16px;
  color: #000;
  padding: 0;
  margin: 0;
}
.homeNewlye .cityWrap .cityOne:hover {
  background: #00aeef;
}
.homeNewlye .cityWrap .cityOne:hover h3 {
  color: #fff;
}
.homeNewlye .cityWrap .cityOne:hover p {
  color: #fff;
}

.exploreWrap {
  display: block;
  background: #3a3a3c;
  padding: 100px 50px 100px 50px;
}
.exploreWrap h6 {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 50px;
  display: flex;
  color: #fff;
  letter-spacing: 1px;
}
.exploreWrap h6::before {
  color: #00aeef;
  content: "";
  flex: 0.03;
  border-bottom: groove 2px;
  margin: auto 0.6rem auto 0rem;
  box-shadow: 0 0px;
  background: #00aeef;
}
.exploreWrap h2 {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.exploreWrap .homeSlideTwo {
  margin-top: 25px;
}
.exploreWrap .homeSlideTwo .owl-prev {
  background: #fff !important;
  font-size: 50px !important;
  color: #00AEEF !important;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 35px !important;
  position: absolute;
  top: 40%;
  left: -20px;
}
.exploreWrap .homeSlideTwo .owl-prev span {
  position: absolute;
  top: -4px;
  left: 10px;
}
.exploreWrap .homeSlideTwo .owl-next {
  background: #fff !important;
  font-size: 50px !important;
  color: #00AEEF !important;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 35px !important;
  position: absolute;
  top: 40%;
  right: -20px;
}
.exploreWrap .homeSlideTwo .owl-next span {
  position: absolute;
  top: -4px;
  left: 10px;
}
.exploreWrap .homeSlideTwo .owl-item {
  position: relative;
}
.exploreWrap .homeSlideTwo .owl-item img {
  border-radius: 7px;
}
.exploreWrap .homeSlideTwo .owl-item .tagOne {
  background: #fff;
  font-size: 14px;
  color: #000;
  padding: 5px;
  border-top-left-radius: 7px;
  position: absolute;
  top: 0;
  left: 0;
}
.exploreWrap .homeSlideTwo .owl-item .textWrapExplore {
  background: #333333;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 20px;
  width: 90%;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
.exploreWrap .homeSlideTwo .owl-item .textWrapExplore h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.exploreWrap .homeSlideTwo .owl-item .textWrapExplore h4 {
  font-size: 16px;
  color: #F4F4F4;
  padding: 0;
  margin: 0 0 15px 0;
  font-weight: 300;
}
.exploreWrap .homeSlideTwo .owl-item .textWrapExplore p {
  font-size: 13px;
  color: #fff;
  padding: 0;
  margin: 0 0 5px 0;
}
.exploreWrap .homeSlideTwo .owl-item .textWrapExplore h5 {
  font-size: 16px;
  color: #fff;
  padding: 0;
  margin: 0 0 25px 0;
  font-weight: 300;
  text-transform: none;
  letter-spacing: normal;
}
.exploreWrap .homeSlideTwo .owl-item .textWrapExplore .view-bt {
  background: #00AEEF;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  padding: 7px 15px;
  border-radius: 7px;
  transition: 0.5s;
  letter-spacing: 1px;
}
.exploreWrap .homeSlideTwo .owl-item .textWrapExplore .view-bt:hover {
  background: #333333;
}

.adbiceWrap {
  display: block;
  background: #fff;
  padding: 100px 50px 100px 50px;
}
.adbiceWrap h6 {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 50px;
  display: flex;
  color: #000;
  letter-spacing: 1px;
}
.adbiceWrap h6::before {
  color: #00aeef;
  content: "";
  flex: 0.03;
  border-bottom: groove 2px;
  margin: auto 0.6rem auto 0rem;
  box-shadow: 0 0px;
}
.adbiceWrap h2 {
  font-size: 60px;
  line-height: 70px;
  color: #000;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.adbiceWrap .homeSlideThree {
  margin-top: 50px;
}
.adbiceWrap .homeSlideThree .owl-dots {
  justify-content: center;
  display: flex;
  margin: 34px 0 0 0;
}
.adbiceWrap .homeSlideThree .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #333333;
  border-radius: 10px;
  margin: 0 5px;
}
.adbiceWrap .homeSlideThree .owl-dots .active {
  background: #00aeef;
}
.adbiceWrap .homeSlideThree .owl-item {
  border-radius: 7px;
  background: #F4F4F4;
}
.adbiceWrap .homeSlideThree .owl-item div {
  border-radius: 7px;
  background-size: 200% 200%;
  background-image: linear-gradient(to top, #00aeef 50%, transparent 50%);
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}
.adbiceWrap .homeSlideThree .owl-item div:hover {
  margin-top: -40px;
  padding-top: 40px;
  background-image: linear-gradient(to top, #00aeef 51%, transparent 50%);
  background-position: 0 100%;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}
.adbiceWrap .homeSlideThree .owl-item img {
  display: block;
  text-align: center;
  margin: 40px auto 30px auto;
  max-width: 90px;
}
.adbiceWrap .homeSlideThree .owl-item h3 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  padding: 0;
  margin: 0 0 25px 0;
  text-align: center;
}
.adbiceWrap .homeSlideThree .owl-item p {
  font-size: 16px;
  color: #464646;
  padding: 0;
  margin: 0 15px 35px 15px;
  text-align: center;
  line-height: 19px;
}
.adbiceWrap .homeSlideThree .owl-item .blueLine {
  width: 100%;
  height: 10px;
  background: #00AEEF;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.adbiceWrap .homeSlideThree .owl-item:hover h3 {
  color: #fff;
}
.adbiceWrap .homeSlideThree .owl-item:hover p {
  color: #fff;
}

.testimonialWrap {
  display: block;
  background: #3a3a3c;
  padding: 100px 50px 100px 50px;
}
.testimonialWrap h6 {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  display: flex;
  color: #fff;
  letter-spacing: 1px;
  justify-content: center;
}
.testimonialWrap h6::before {
  color: #00aeef;
  content: "";
  flex: 0.03;
  border-bottom: groove 2px;
  margin: auto 0.6rem auto 0rem;
  box-shadow: 0 0px;
  background: #00aeef;
}
.testimonialWrap h2 {
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.testimonialWrap .homeSlideFour {
  margin-top: 50px;
}
.testimonialWrap .homeSlideFour .owl-dots {
  justify-content: center;
  display: flex;
  margin-top: 60px;
}
.testimonialWrap .homeSlideFour .owl-dots .owl-dot {
  width: 35px;
  height: 4px;
  background: #fff;
  border-radius: 7px;
  margin: 0 5px;
}
.testimonialWrap .homeSlideFour .owl-dots .active {
  width: 100px;
  background: #00AEEF;
}
.testimonialWrap .homeSlideFour img {
  border-radius: 100px;
  width: 160px;
  height: 160px;
  display: block;
  margin: 0 auto;
}
.testimonialWrap .homeSlideFour .starReatWrap {
  width: 200px;
  margin: 25px auto;
  display: block;
  text-align: center;
}
.testimonialWrap .homeSlideFour .starReatWrap .fa-star {
  color: #00AEEF;
  font-size: 24px;
}
.testimonialWrap .homeSlideFour p {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  width: 80%;
  margin: 0 auto 50px auto;
  font-weight: 300;
}
.testimonialWrap .homeSlideFour h4 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 0 0 0;
  padding: 0;
  font-weight: 500;
}
.testimonialWrap .homeSlideFour h5 {
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 300;
}

.footerWrap {
  display: block;
  background: #333333;
  padding: 100px 50px 100px 50px;
}
.footerWrap hr {
  color: #fff;
  padding: 0;
  margin: 25px 0;
  display: block;
}
.footerWrap .fblock-1 {
  width: 20%;
  float: left;
}
.footerWrap .fblock-1 .footerLogo {
  max-width: 240px;
  display: block;
  margin: 0 auto;
}
.footerWrap .fblock-1 .footerLogo img {
  width: 100%;
  height: auto;
}
.footerWrap .fblock-1 .socilLink {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footerWrap .fblock-1 .socilLink a {
  width: 35px;
  height: 35px;
  background: #00AEEF;
  border-radius: 50px;
  margin: 15px 5px 0 5px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  transition: 0.5s;
}
.footerWrap .fblock-1 .socilLink a:hover {
  background: #fff;
  color: #00AEEF;
}
.footerWrap .fblock-2 {
  width: 15%;
  float: left;
}
.footerWrap .fblock-2 h2 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.footerWrap .fblock-2 ul {
  padding: 0;
  margin: 0;
}
.footerWrap .fblock-2 ul li {
  list-style-type: none;
  margin: 0 0 10px 0;
}
.footerWrap .fblock-2 ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  transition: 0.5s;
}
.footerWrap .fblock-2 ul li a:hover {
  text-decoration: none;
  color: #00AEEF;
}
.footerWrap .fblock-3 {
  width: 13%;
  float: left;
}
.footerWrap .fblock-3 h2 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.footerWrap .fblock-3 ul {
  padding: 0;
  margin: 0;
}
.footerWrap .fblock-3 ul li {
  list-style-type: none;
  margin: 0 0 10px 0;
}
.footerWrap .fblock-3 ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  transition: 0.5s;
}
.footerWrap .fblock-3 ul li a:hover {
  text-decoration: none;
  color: #00AEEF;
}
.footerWrap .fblock-4 {
  width: 26%;
  float: left;
}
.footerWrap .fblock-4 h2 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.footerWrap .fblock-4 p {
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  padding: 0;
  margin: 0 0 10px 0;
  width: 80%;
}
.footerWrap .fblock-4 p a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  transition: 0.5s;
}
.footerWrap .fblock-4 p a:hover {
  text-decoration: none;
  color: #00AEEF;
}
.footerWrap .fblock-5 {
  width: 26%;
  float: left;
}
.footerWrap .fblock-5 h2 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.footerWrap .fblock-5 p {
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  padding: 0;
  margin: 0 0 10px 0;
}
.footerWrap .fblock-5 .form-control {
  background: none;
  border: solid 1px #00AEEF;
  border-radius: 7px;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  padding: 15px 15px;
}
.footerWrap .fblock-5 .foot-submit {
  background: #00AEEF;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 7px;
  text-align: center;
  padding: 15px 0;
  display: block;
  transition: 0.5s;
  width: 100%;
  color: #fff;
  margin-top: 15px;
}
.footerWrap .fblock-5 .foot-submit:hover {
  background: #fff;
  color: #00AEEF;
}
.footerWrap .copyWriteWrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.footerWrap .copyWriteWrap p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  padding: 0;
  margin: 0;
}
.footerWrap .copyWriteWrap ul {
  padding: 0;
  margin: 0;
}
.footerWrap .copyWriteWrap ul li {
  list-style-type: none;
  float: left;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  transition: 0.5s;
  margin: 0 3px;
  padding: 0;
}
.footerWrap .copyWriteWrap ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  transition: 0.5s;
}
.footerWrap .copyWriteWrap ul li a:hover {
  color: #00AEEF;
  text-decoration: none;
}

.aboutOneWrap {
  padding-top: 75px;
  background: #2f2f2f;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.aboutOneWrap .textWrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding-left: 50px;
}
.aboutOneWrap .textWrap h2 {
  width: 70%;
  margin-bottom: 40px;
}
.aboutOneWrap .textWrap p {
  color: #fff;
  width: 70%;
}
.aboutOneWrap .imagewrap {
  width: 50%;
}
.aboutOneWrap .imagewrap img {
  width: 100%;
  height: auto;
}

.aboutTwoWrap {
  background: #3a3a3c;
  padding: 100px 50px;
}
.aboutTwoWrap h2 {
  margin-bottom: 30px;
}
.aboutTwoWrap p{
  color: #fff;
}
.aboutTwoWrap .fourBoxWrap {
  display: block;
  margin: 0 -1%;
}
.aboutTwoWrap .fourBoxWrap .singleBlock {
  width: 23%;
  padding: 20px;
  float: left;
  margin: 1%;
  background: #f4f4f4;
  border-radius: 7px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.aboutTwoWrap .fourBoxWrap .singleBlock h3 {
  font-size: 30px;
  color: #000;
}
.aboutTwoWrap .fourBoxWrap .singleBlock .lowerWrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.aboutTwoWrap .fourBoxWrap .singleBlock .lowerWrap .imagewrap {
  width: 50%;
}
.aboutTwoWrap .fourBoxWrap .singleBlock .lowerWrap .imagewrap img {
  width: 85px;
  height: 85px;
  background: #19b6f0;
  padding: 20px;
  border-radius: 100px;
}
.aboutTwoWrap .fourBoxWrap .singleBlock .lowerWrap h5 {
  font-size: 18px;
  color: #000;
}

.aboutThreeWrap {
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.aboutThreeWrap .textWrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding-left: 50px;
}
.aboutThreeWrap .textWrap h2 {
  width: 70%;
  margin-bottom: 40px;
  color: #000;
}
.aboutThreeWrap .textWrap h6 {
  color: #000;
}
.aboutThreeWrap .textWrap p {
  color: #000;
  width: 70%;
}
.aboutThreeWrap .imagewrap {
  width: 50%;
}
.aboutThreeWrap .imagewrap img {
  width: 100%;
  height: auto;
}

.abouFourWrap {
  background: #3a3a3c;
  padding: 100px 50px;
}
.abouFourWrap h6 {
  justify-content: center;
}
.abouFourWrap h2 {
  text-align: center;
  margin-bottom: 80px;
}
.abouFourWrap .teamWrap {
  width: 31%;
  float: left;
  margin: 1%;
  background: #f4f4f4;
  padding: 10px;
  border-radius: 7px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.abouFourWrap .teamWrap .teamImageWrao {
  width: 50%;
  border-radius: 7px;
}
.abouFourWrap .teamWrap .teamImageWrao img {
  width: 100%;
  height: auto;
  border-radius: 7px;
}
.abouFourWrap .teamWrap .teamTextWrap {
  padding: 0 15px 0 25px;
  width: 50%;
}
.abouFourWrap .teamWrap .teamTextWrap h3 {
  font-size: 30px;
  color: #000;
  padding: 0;
  margin: 0;
}
.abouFourWrap .teamWrap .teamTextWrap h5 {
  font-size: 16px;
  color: #00AEEF;
  padding: 0;
  margin: 0;
}
.abouFourWrap .teamWrap .teamTextWrap p {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 25px 0;
}
.abouFourWrap .teamWrap .teamTextWrap .readmoreBt {
  background: #00AEEF;
  text-transform: uppercase;
  border-radius: 7px;
  width: 140px;
  display: table;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  transition: 0.5s;
  color: #fff;
}
.abouFourWrap .teamWrap .teamTextWrap .readmoreBt:hover {
  background: #3a3a3c;
  color: #00AEEF;
}

.devlopersOneWrap {
  padding: 180px 50px 100px 50px;
  background: #3a3a3c;
}
.devlopersOneWrap h2 {
  margin-bottom: 40px;
}
.devlopersOneWrap p {
  color: #fff;
}

.devlopersTwoWrap {
  background: #3a3a3c;
  padding: 100px 50px;
  display: flex;
  flex-direction: row;
}
.devlopersTwoWrap .devimageWrap {
  width: 50%;
}
.devlopersTwoWrap .devimageWrap img {
  width: 100%;
  height: auto;
  border-radius: 7px;
}
.devlopersTwoWrap .devtextWrap {
  width: 50%;
  padding-left: 40px;
}
.devlopersTwoWrap .devtextWrap h4 {
  font-size: 16px;
  line-height: 20px;
  color: #00AEEF;
  margin-top: 40px;
}
.devlopersTwoWrap .devtextWrap p {
  color: #fff;
}

.partnerOneWrap {
  padding-top: 76px;
}
.partnerOneWrap img {
  width: 100%;
  height: auto;
}

.partnerTwoWrap {
  background: #3a3a3c;
  padding: 100px 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.partnerTwoWrap .partnersText-1 {
  width: 50%;
}
.partnerTwoWrap .partnersText-2 {
  width: 50%;
}
.partnerTwoWrap .partnersText-2 p {
  color: #fff;
}

.partnerThreeWrap {
  background: #3a3a3c;
  padding: 100px 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.partnerThreeWrap .partImageWrap {
  width: 50%;
  border-radius: 7px;
}
.partnerThreeWrap .partImageWrap img {
  width: 100%;
  height: auto;
  border-radius: 7px;
}
.partnerThreeWrap .partTextWrap {
  width: 50%;
  padding-left: 50px;
}
.partnerThreeWrap .partTextWrap p {
  color: #fff;
}
.partnerThreeWrap .partTextWrap h2 {
  margin-bottom: 50px;
}

.investorOneWrap {
  padding-top: 76px;
}
.investorOneWrap img {
  width: 100%;
  height: auto;
}

.investorTwoWrap {
  padding: 100px 50px;
  background: #3a3a3c;
  display: flex;
  flex-direction: row;
}
.investorTwoWrap .investTitle {
  width: 50%;
}
.investorTwoWrap .investPara {
  width: 50%;
}
.investorTwoWrap .investPara p {
  color: #fff;
}
.investorTwoWrap .investPara .investiconWrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
.investorTwoWrap .investPara .investiconWrap .iconWrap {
  margin-right: 50px;
}
.investorTwoWrap .investPara .investiconWrap .iconWrap .iconRound {
  width: 120px;
  height: 120px;
  border-radius: 200px;
  background: #fff;
  text-align: center;
  line-height: 120px;
}
.investorTwoWrap .investPara .investiconWrap .iconTextwrap h4 {
  font-size: 16px;
  color: #00AEEF;
  margin-bottom: 15px;
}

.investorThreeWrap {
  padding: 100px 50px;
  background: #3a3a3c;
  display: flex;
  justify-content: space-between;
}
.investorThreeWrap .investimg {
  width: 48.5%;
  border-radius: 7px;
}
.investorThreeWrap .investimg img {
  width: 100%;
  height: auto;
  border-radius: 7px;
}

.investorFourWrap {
  padding: 100px 50px;
  background: #3a3a3c;
}
.investorFourWrap h2 {
  margin-bottom: 50px;
}
.investorFourWrap p {
  color: #fff;
}

.servicesOneWrap {
  padding: 180px 50px 100px 50px;
  background: #3a3a3c;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.servicesOneWrap .serOneTitle {
  width: 50%;
}
.servicesOneWrap .serOneTitle h2 {
  width: 70%;
}
.servicesOneWrap .serOnePara {
  width: 50%;
}
.servicesOneWrap .serOnePara p {
  color: #fff;
}

.servicesOneWrap2 {
  padding: 100px 50px;
  background: #3a3a3c;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.servicesOneWrap2 .serOneTitle {
  width: 50%;
}
.servicesOneWrap2 .serOneTitle h2 {
  width: 70%;
}
.servicesOneWrap2 .serOnePara {
  width: 50%;
}
.servicesOneWrap2 .serOnePara p {
  color: #fff;
}

.servicesTwoWrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.servicesTwoWrap .serMap-1 {
  width: 50%;
  background: #fff;
  padding: 50px;
}
.servicesTwoWrap .serMap-1 img {
  width: 100%;
  height: auto;
  border-radius: 7px;
}
.servicesTwoWrap .serMap-2 {
  width: 50%;
  background: #333333;
  padding: 50px;
}
.servicesTwoWrap .serMap-2 img {
  width: 100%;
  height: auto;
  border-radius: 7px;
}

.servicesThreeWrap {
  padding: 0 50px;
  background: #3a3a3c;
  display: flex;
  justify-content: space-between;
}
.servicesThreeWrap .servicesimg {
  width: 48.5%;
  border-radius: 7px;
}
.servicesThreeWrap .servicesimg img {
  width: 100%;
  height: auto;
  border-radius: 7px;
}

.servicesFourWrap {
  padding: 100px 50px;
  background: #3a3a3c;
  display: flex;
}
.servicesFourWrap p{
  color: #fff;
}
.servicesFourWrap .serrvicesFourTitle {
  width: 50%;
}
.servicesFourWrap .servicesFourPara {
  width: 50%;
}
.servicesFourWrap .servicesFourPara p {
  color: #fff;
  margin-bottom: 50px;
}

.servicesFiveWrap {
  background: #fff;
  padding: 100px 50px;
  display: flex;
  flex-direction: row;
}
.servicesFiveWrap .servicesFiveTitle {
  width: 50%;
}
.servicesFiveWrap .servicesFiveTitle h6 {
  color: #000;
}
.servicesFiveWrap .servicesFiveTitle h2 {
  color: #000;
  margin-bottom: 50px;
}
.servicesFiveWrap .servicesFiveTitle p {
  width: 70%;
}
.servicesFiveWrap .servicesFiveImage {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.servicesFiveWrap .servicesFiveImage .image-1 {
  width: 32%;
  box-shadow: 1px 1px 9px 3px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 1px 1px 9px 3px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 1px 1px 9px 3px rgba(0, 0, 0, 0.29);
}
.servicesFiveWrap .servicesFiveImage .image-1 img {
  width: 100%;
  height: auto;
}
.servicesFiveWrap .servicesFiveImage .image-2 {
  width: 65%;
  box-shadow: 1px 1px 9px 3px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 1px 1px 9px 3px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 1px 1px 9px 3px rgba(0, 0, 0, 0.29);
}
.servicesFiveWrap .servicesFiveImage .image-2 img {
  width: 100%;
  height: auto;
}

.lunchOneWrap {
  padding-top: 76px;
}
.lunchOneWrap img {
  width: 100%;
  height: auto;
}

.lunchTwoWrap {
  background: #3a3a3c;
  padding: 100px 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.lunchTwoWrap .partnersText-1 {
  width: 50%;
}
.lunchTwoWrap .partnersText-2 {
  width: 50%;
}
.lunchTwoWrap .partnersText-2 p {
  color: #fff;
}
.lunchTwoWrap .partnersText-2 .fill-from-bt {
  padding: 10px 25px;
  background: #00AEEF;
  color: #fff;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  display: table;
  transition: 0.5s;
  margin-top: 25px;
  border-radius: 10px;
}
.lunchTwoWrap .partnersText-2 .fill-from-bt:hover {
  background: #fff;
  color: #00AEEF;
}

.lunchThreeWrap {
  background: #3a3a3c;
  padding: 100px 50px;
  display: flex;
  flex-direction: row;
}
.lunchThreeWrap .lunchFimage {
  width: 50%;
  border-radius: 7px;
}
.lunchThreeWrap .lunchFimage img {
  width: 100%;
  height: auto;
  border-radius: 7px;
}
.lunchThreeWrap .lunchFtext {
  width: 50%;
  padding-left: 50px;
}
.lunchThreeWrap .lunchFtext .iconGroupWrap {
  padding: 20px 0;
}
.lunchThreeWrap .lunchFtext .iconGroupWrap .icoWrap {
  width: 50%;
  float: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
}
.lunchThreeWrap .lunchFtext .iconGroupWrap .icoWrap .iconImage {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  background: #fff;
  display: table;
  text-align: center;
  line-height: 120px;
}
.lunchThreeWrap .lunchFtext .iconGroupWrap .icoWrap .iconImage img {
  max-width: 65px;
  height: auto;
  width: 100%;
}
.lunchThreeWrap .lunchFtext .iconGroupWrap .icoWrap .iconPara {
  padding-left: 30px;
  width: 70%;
}
.lunchThreeWrap .lunchFtext .iconGroupWrap .icoWrap .iconPara h5 {
  font-size: 16px;
  color: #00AEEF;
  padding: 0;
  margin: 0 0 10px 0;
}
.lunchThreeWrap .lunchFtext .iconGroupWrap .icoWrap .iconPara p {
  font-size: 16px;
  color: #fff;
  padding: 0;
  margin: 0;
}

.lunchFourWrap {
  background: #3a3a3c;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 100px 50px;
}
.lunchFourWrap .textWrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding-left: 50px;
  background: #fff;
}
.lunchFourWrap .textWrap h2 {
  width: 70%;
  margin-bottom: 40px;
  color: #000;
}
.lunchFourWrap .textWrap h6 {
  color: #000;
}
.lunchFourWrap .textWrap p {
  color: #000;
  width: 70%;
}
.lunchFourWrap .imagewrap {
  width: 50%;
}
.lunchFourWrap .imagewrap img {
  width: 100%;
  height: auto;
}

.lunchFiveWrap {
  padding: 100px 50px;
  background: #3a3a3c;
  display: flex;
}
.lunchFiveWrap .serrvicesFourTitle {
  width: 50%;
}
.lunchFiveWrap .servicesFourPara {
  width: 50%;
}
.lunchFiveWrap .servicesFourPara p {
  color: #fff;
  margin-bottom: 80px;
  margin-top: 50px;
}
.lunchFiveWrap .servicesFourPara img {
  border-radius: 7px;
  width: 100%;
  height: auto;
}

.lunchSixWrap {
  background: #BFEEFF;
  padding: 100px 50px;
}
.lunchSixWrap h2 {
  color: #000;
  text-align: center;
  width: 40%;
  margin: 0 auto;
}
.lunchSixWrap h6 {
  color: #000;
  text-align: center;
  justify-content: center;
}
.lunchSixWrap .lunchbt {
  width: 20%;
  border-radius: 7px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 10px 0;
  text-transform: uppercase;
  transition: 0.5s;
  display: table;
  margin: 50px auto 0 auto;
  background: #00AEEF;
}
.lunchSixWrap .lunchbt:hover {
  background: #fff;
  color: #00AEEF;
}

.detailsOneWrap {
  padding: 120px 50px 30px 50px;
  background: #3a3a3c;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.detailsOneWrap .toneTitle {
  width: 70%;
}
.detailsOneWrap .toneTitle h5 {
  font-size: 16px;
  color: #fff;
}
.detailsOneWrap .toneTitle h5 span {
  color: #00AEEF;
}
.detailsOneWrap .toneButtonWrap {
  width: 30%;
}
.detailsOneWrap .toneButtonWrap .btOne {
  float: right;
  font-size: 16px;
  color: #fff;
  margin-left: 25px;
  transition: 0.5s;
}
.detailsOneWrap .toneButtonWrap .btOne:hover {
  color: #00AEEF;
}

.detailsTwoWrap {
  background: #3a3a3c;
  padding: 0 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.detailsTwoWrap img {
  border-radius: 7px;
}
.detailsTwoWrap .singlePicWrap {
  width: 50%;
}
.detailsTwoWrap .singlePicWrap img {
  width: 100%;
  height: auto;
}
.detailsTwoWrap .multiPicWrap {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 15px;
}
.detailsTwoWrap .multiPicWrap .imgWrap {
  width: calc(50% - 30px);
  margin: 15px;
}
.detailsTwoWrap .multiPicWrap .imgWrap img {
  width: 100%;
  height: auto;
}

.detailsThreeWrap {
  padding: 0 50px;
  background: #3A3A3C;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.detailsThreeWrap .infoWrap {
  width: 50%;
}
.detailsThreeWrap .infoWrap .part1 {
  font-size: 16px;
  width: 100%;
  color: #fff;
  text-align: left;
}
.detailsThreeWrap .infoWrap .part1 span {
  color: #00AEEF;
  text-align: right;
  float: right;
}
.detailsThreeWrap .infoWrap h3 {
  font-size: 30px;
  font-weight: 700;
  color: #00AEEF;
}
.detailsThreeWrap .infoWrap .icon-wrap {
  float: left;
  margin-right: 40px;
  color: #fff;
}
.detailsThreeWrap .infoWrap .icon-wrap .fa-solid {
  margin-right: 5px;
}
.detailsThreeWrap .infoWrap .part2 {
  padding: 15px 0;
  margin: 0 -15px;
}
.detailsThreeWrap .infoWrap .part2 .grayBox {
  background: #333333;
  width: 22.5%;
  float: left;
  padding: 15px 20px;
  min-height: 115px;
  margin: 1%;
  border-radius: 7px;
}
.detailsThreeWrap .infoWrap .part2 .grayBox h4 {
  font-size: 14px;
  color: #00AEEF;
  text-decoration: underline;
  text-transform: uppercase;
}
.detailsThreeWrap .infoWrap .part2 .grayBox p {
  font-size: 16px;
  color: #fff;
  padding: 0;
  margin: 0;
}
.detailsThreeWrap .infoWrap .part-3 {
  margin-top: 50px;
}
.detailsThreeWrap .infoWrap .part-3 .tab-content {
  padding: 15px 0;
  color: #fff;
}
.detailsThreeWrap .infoWrap .part-3 .nav-tabs {
  border-color: #D9D9D9;
}
.detailsThreeWrap .infoWrap .part-3 .nav-link {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 5px 0;
  margin: 0 50px 0 0;
}
.detailsThreeWrap .infoWrap .part-3 .brochureWrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.detailsThreeWrap .infoWrap .part-3 .brochureWrap .broPic {
  width: 31.3%;
  margin: 1%;
  border: solid 5px #616162;
}
.detailsThreeWrap .infoWrap .part-3 .brochureWrap .broPic img {
  width: 100%;
  height: auto;
}
.detailsThreeWrap .infoWrap .part-4 h3 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
}
.detailsThreeWrap .infoWrap .part-4 .iconGroupWrap2 {
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.detailsThreeWrap .infoWrap .part-4 .iconGroupWrap2 .iconWrap2 {
  font-size: 16px;
  color: #fff;
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.detailsThreeWrap .infoWrap .part-4 .iconGroupWrap2 .iconWrap2 img {
  float: left;
  margin-right: 4px;
}
.detailsThreeWrap .infoWrap .part-5 h3 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
}
.detailsThreeWrap .infoWrap .part-5 iframe {
  border-radius: 7px;
}
.detailsThreeWrap .buttonWrap {
  width: 50%;
}
.detailsThreeWrap .buttonWrap .btGroupWrap {
  width: 60%;
  background: #00AEEF;
  border-radius: 7px;
  padding: 20px;
  float: right;
}
.detailsThreeWrap .buttonWrap .btGroupWrap a {
  display: block;
  background: #fff;
  border-radius: 7px;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  padding: 10px 0;
  text-align: center;
  transition: 0.5s;
}
.detailsThreeWrap .buttonWrap .btGroupWrap a:hover {
  background: #00AEEF;
  color: #fff;
}

.part-3 .nav-tabs .nav-item.show .nav-link, .part-3 .nav-tabs .nav-link.active {
  background: none;
  color: #fff;
  border: none;
  border-bottom: solid 2px #00AEEF;
}

@media screen and (max-width: 1400px) {
  .nav-wrap .navbar-nav .nav-link {
    margin: 0 12px;
    font-size: 13px;
  }
  .banner-wrap .bannerText h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .banner-wrap .bannerText h6 {
    font-size: 15px;
  }
  .needExpartWrap h2 {
    font-size: 50px;
  }
  .needExpartWrap .fourBlockWrap .blockOne h3 {
    font-size: 26px;
  }
  .needExpartWrap .fourBlockWrap .blockOne .percentageWrap h4 {
    font-size: 30px;
  }
  .needExpartWrap .fourBlockWrap .blockOne .percentageWrap p {
    font-size: 16px;
  }
  .propertyCatagroies .problockTwo .proTextWrap h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .propertyCatagroies .homeSlideOne .owl-item .text-wrap h3 {
    font-size: 34px;
  }
  .propertyCatagroies .homeSlideOne .owl-item .text-wrap h4 {
    font-size: 17px;
  }
  .homeNewlye h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .homeNewlye .cityWrap .cityOne .cityTextWrap h3 {
    font-size: 18px;
  }
  .homeNewlye .cityWrap .cityOne .cityTextWrap p {
    font-size: 15px;
  }
  .exploreWrap h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .adbiceWrap h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .testimonialWrap h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .footerWrap .fblock-1 .footerLogo {
    max-width: 190px;
  }
  .titleOne h2 {
    font-size: 50px;
  }
  .aboutTwoWrap .fourBoxWrap .singleBlock h3 {
    font-size: 20px;
  }
  .aboutTwoWrap .fourBoxWrap .singleBlock .lowerWrap .imagewrap img {
    width: 50px;
    height: 50px;
    padding: 11px;
  }
  .aboutTwoWrap .fourBoxWrap .singleBlock .lowerWrap h5 {
    font-size: 15px;
  }
  .aboutTwoWrap .fourBoxWrap .singleBlock {
    min-height: 250px;
  }
  .aboutThreeWrap .textWrap h2 {
    width: 90%;
  }
  .abouFourWrap .teamWrap .teamTextWrap h3 {
    font-size: 20px;
  }
  .abouFourWrap .teamWrap .teamTextWrap p {
    margin: 10px 0;
  }
  .lunchThreeWrap .lunchFtext .iconGroupWrap .icoWrap .iconImage {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .lunchThreeWrap .lunchFtext .iconGroupWrap .icoWrap {
    min-height: 140px;
  }
  .lunchThreeWrap .lunchFtext .iconGroupWrap .icoWrap .iconImage img {
    max-width: 45px;
  }
  .detailsThreeWrap .infoWrap .part2 .grayBox {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .nav-wrap {
    padding: 0 15px;
  }
  .banner-wrap {
    background-image: url("../images/banner-mob-1.jpg");
  }
  .needExpartWrap {
    padding: 50px 15px;
  }
  .needExpartWrap .fourBlockWrap {
    flex-direction: column;
  }
  .needExpartWrap .fourBlockWrap .blockOne {
    margin: 15px 0;
    width: 100%;
    min-height: 230px;
  }
  .propertyCatagroies {
    padding: 50px 15px;
  }
  .propertyCatagroies .problockOne {
    flex-direction: column;
    margin-bottom: 0;
  }
  .propertyCatagroies .problockOne .dropButtonWrap .form-select {
    width: 170px;
    margin-left: 0;
    margin-right: 15px;
    float: left;
  }
  .propertyCatagroies .problockTwo {
    flex-direction: column;
  }
  .needExpartWrap h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .propertyCatagroies .problockTwo .proTextWrap h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .homeNewlye {
    padding: 50px 15px;
  }
  .homeNewlye h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .homeNewlye .cityWrap .cityOne {
    width: 100%;
    margin: 2% 0;
  }
  .homeNewlye h6 {
    margin-top: 0;
  }
  .exploreWrap {
    padding: 50px 15px;
  }
  .exploreWrap h6 {
    margin-top: 0;
  }
  .exploreWrap h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .adbiceWrap {
    padding: 50px 15px;
  }
  .adbiceWrap h6 {
    margin-top: 0;
  }
  .adbiceWrap h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .testimonialWrap {
    padding: 50px 15px;
  }
  .testimonialWrap h6 {
    margin-top: 0;
  }
  .testimonialWrap h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .footerWrap {
    padding: 50px 15px;
  }
  .exploreWrap .homeSlideTwo .owl-prev {
    left: -11px;
  }
  .exploreWrap .homeSlideTwo .owl-next {
    right: -11px;
  }
  .footerWrap .fblock-1 {
    width: 100%;
    margin-bottom: 35px;
  }
  .footerWrap .fblock-2 {
    width: 50%;
  }
  .footerWrap .fblock-3 {
    width: 50%;
  }
  .footerWrap .fblock-4 {
    width: 100%;
    margin: 35px 0;
  }
  .footerWrap .fblock-5 {
    width: 100%;
  }
  .footerWrap .copyWriteWrap {
    flex-direction: column-reverse;
  }
  .footerWrap .copyWriteWrap ul {
    margin-bottom: 35px;
  }
  .aboutOneWrap {
    flex-direction: column-reverse;
  }
  .aboutOneWrap .imagewrap {
    width: 100%;
    margin-bottom: 25px;
  }
  .aboutOneWrap .textWrap {
    width: 100%;
    padding-left: 15px;
  }
  .titleOne h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .aboutOneWrap .textWrap h2 {
    width: 90%;
  }
  .aboutOneWrap .textWrap p {
    width: 90%;
  }
  .aboutTwoWrap {
    padding: 50px 15px;
  }
  .aboutTwoWrap .fourBoxWrap .singleBlock {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .aboutTwoWrap .fourBoxWrap .singleBlock {
    min-height: 200px;
  }
  .aboutThreeWrap {
    flex-direction: column;
  }
  .aboutThreeWrap .imagewrap {
    width: 100%;
  }
  .aboutThreeWrap .textWrap {
    width: 100%;
    padding-left: 15px;
    padding-top: 30px;
  }
  .aboutThreeWrap .textWrap p {
    width: 90%;
  }
  .abouFourWrap {
    padding: 50px 15px;
  }
  .abouFourWrap .teamWrap {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .abouFourWrap h2 {
    margin-bottom: 40px;
  }
  .devlopersOneWrap {
    padding: 120px 15px 50px 15px;
  }
  .devlopersTwoWrap {
    padding: 50px 15px;
    flex-direction: column;
  }
  .devlopersTwoWrap .devimageWrap {
    width: 100%;
    margin-bottom: 35px;
  }
  .devlopersTwoWrap .devtextWrap {
    width: 100%;
    padding-left: 0;
  }
  .partnerTwoWrap {
    padding: 50px 15px;
    flex-direction: column;
  }
  .partnerTwoWrap .partnersText-1 {
    width: 100%;
  }
  .partnerTwoWrap .partnersText-2 {
    width: 100%;
  }
  .partnerThreeWrap {
    padding: 50px 15px;
    flex-direction: column;
  }
  .partnerThreeWrap .partImageWrap {
    width: 100%;
    margin-bottom: 40px;
  }
  .partnerThreeWrap .partTextWrap {
    width: 100%;
    padding-left: 0;
  }
  .investorTwoWrap {
    padding: 50px 15px;
    flex-direction: column;
  }
  .investorTwoWrap .investTitle {
    width: 100%;
  }
  .investorTwoWrap .investPara {
    width: 100%;
  }
  .investorThreeWrap {
    padding: 50px 15px;
    flex-direction: column;
  }
  .investorThreeWrap .investimg {
    width: 100%;
    margin-bottom: 30px;
  }
  .investorFourWrap {
    padding: 50px 15px;
  }
  .servicesOneWrap {
    padding: 120px 15px 50px 15px;
    flex-direction: column;
  }
  .servicesOneWrap .serOneTitle {
    width: 100%;
  }
  .servicesOneWrap .serOnePara {
    width: 100%;
  }
  .servicesTwoWrap {
    flex-direction: column;
  }
  .servicesTwoWrap .serMap-1 {
    width: 100%;
    padding: 25px;
  }
  .servicesTwoWrap .serMap-2 {
    width: 100%;
    padding: 25px;
  }
  .servicesOneWrap2 {
    padding: 50px 15px;
    flex-direction: column;
  }
  .servicesOneWrap2 .serOneTitle {
    width: 100%;
  }
  .servicesOneWrap2 .serOnePara {
    width: 100%;
  }
  .servicesOneWrap2 .serOneTitle h2 {
    width: 100%;
  }
  .servicesThreeWrap {
    padding: 0 15px;
    flex-direction: column;
  }
  .servicesThreeWrap .servicesimg {
    width: 100%;
    margin-bottom: 30px;
  }
  .servicesFourWrap {
    padding: 50px 15px;
    flex-direction: column;
  }
  .servicesFourWrap .serrvicesFourTitle {
    width: 100%;
  }
  .servicesFourWrap .servicesFourPara {
    width: 100%;
  }
  .servicesOneWrap .serOneTitle h2 {
    width: 100%;
  }
  .servicesFiveWrap {
    padding: 50px 15px;
    flex-direction: column;
  }
  .servicesFiveWrap .servicesFiveTitle {
    width: 100%;
  }
  .servicesFiveWrap .servicesFiveImage {
    width: 100%;
    margin-top: 25px;
  }
  .servicesFiveWrap .servicesFiveTitle h2 {
    margin-bottom: 25px;
  }
  .lunchTwoWrap {
    padding: 50px 15px;
    flex-direction: column;
  }
  .lunchTwoWrap .partnersText-1 {
    width: 100%;
  }
  .lunchTwoWrap .partnersText-2 {
    width: 100%;
  }
  .lunchThreeWrap {
    padding: 50px 15px;
    flex-direction: column;
  }
  .lunchThreeWrap .lunchFimage {
    width: 100%;
    margin-bottom: 30px;
  }
  .lunchThreeWrap .lunchFtext {
    width: 100%;
    padding-left: 0;
  }
  .lunchThreeWrap .lunchFtext .iconGroupWrap .icoWrap {
    width: 100%;
    float: none;
    min-height: auto;
  }
  .lunchFourWrap {
    padding: 50px 15px;
    flex-direction: column-reverse;
  }
  .lunchFourWrap .textWrap {
    width: 100%;
    padding: 15px;
  }
  .lunchFourWrap .imagewrap {
    width: 100%;
  }
  .lunchFourWrap .textWrap h2 {
    width: 100%;
  }
  .lunchFourWrap .textWrap p {
    width: 100%;
  }
  .lunchFiveWrap {
    padding: 50px 15px;
    flex-direction: column;
  }
  .lunchFiveWrap .serrvicesFourTitle {
    width: 100%;
  }
  .lunchFiveWrap .servicesFourPara {
    width: 100%;
  }
  .lunchSixWrap {
    padding: 50px 15px;
  }
  .lunchSixWrap h2 {
    width: 100%;
  }
  .lunchSixWrap .lunchbt {
    width: 100%;
  }
  .detailsOneWrap {
    padding: 120px 15px 30px 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  .detailsOneWrap .toneTitle {
    width: 100%;
  }
  .detailsOneWrap .toneButtonWrap {
    width: 100%;
  }
  .detailsTwoWrap {
    padding: 0 15px;
    flex-direction: column;
  }
  .detailsTwoWrap .singlePicWrap {
    width: 100%;
  }
  .detailsTwoWrap .multiPicWrap {
    width: 100%;
    padding-left: 0;
  }
  .detailsTwoWrap .multiPicWrap .imgWrap {
    width: calc(50% - 12px);
    margin: 6px;
  }
  .detailsThreeWrap {
    padding: 50px 15px 0 15px;
    flex-direction: column-reverse;
  }
  .detailsThreeWrap .buttonWrap {
    width: 100%;
  }
  .detailsThreeWrap .buttonWrap .btGroupWrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .detailsThreeWrap .infoWrap {
    width: 100%;
  }
  .detailsThreeWrap .infoWrap .part2 {
    margin: 0;
  }
  .detailsThreeWrap .infoWrap .part2 .grayBox {
    width: 100%;
    min-height: auto;
    margin: 0 0 15px 0;
  }
  .detailsThreeWrap .infoWrap .part-3 .nav-link {
    margin: 0 22px 0 0;
    font-size: 14px;
  }
  .detailsThreeWrap .infoWrap .part-4 .iconGroupWrap2 .iconWrap2 {
    margin-right: 20px;
  }
}/*# sourceMappingURL=style.css.map */