@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Poppins:wght@300;400;500;600;700&display=swap");

body {
  font-family: "Poppins", sans-serif;
  /* padding: 60px 0 0; */
  margin: 0;
  color: #0c1620;
  font-size: 14px;
  background-color: #f2f2f2;
}

li,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}
/* header CSS */
* {
  box-sizing: border-box;
}

a {
  color: #3e465d;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #242445;
}

.container {
  max-width: 1920px;
}

h1 {
  font-size: 90px;
  font-weight: 600;
  color: #0c1620;
  letter-spacing: -6px;
  line-height: 1;
}

h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -2px;
  position: relative;
}

h2 span {
  display: inline-flex;
  padding: 2px 8px 6px;
  background: #70bec0;
  border-radius: 4px;
  color: #fff;
}

h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 14px;
  position: relative;
}

h3::before {
  content: '//';
  margin-right: 8px;
}

h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 15px;
}

h5 {
}

h6 {
}

p {
  font-size: 16px;
  line-height: 1.25;
  line-height: 30px;
}


.btn {
  font-weight: 600;
  font-size: 42px;
  line-height: 38px;
  padding: 14px;
}

.btn-lg {
  font-size: 29px;
  line-height: 38px;
}

.btn-blue {
  background-color: #0755db;
  color: #fff;
  border-color: #0755db;
}

.btn-border {
  border-radius: 50px;
  border: 1px solid #c8c8c8;
  position: relative;
  overflow: hidden;
}

.btn-border::before {
  content: '';
  background: url(../img/wave-btn-bg.png) no-repeat center top;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 34px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.btn-border:hover::before {
  top: 0;
}

.btn-border:hover {
  border: 1px solid #c8c8c8;

}

.btn-show-more {
  border: 1px solid #9b9faa;
  border-radius: 52px;
  line-height: 1.5;
  padding: 8px 16px;
}

.btn-show-more:hover {
  background-color: #3e465d;
  color: #fff;
}

.btn-primary {
  background-color: transparent;
  border-color: #3e465d;
  color: #3e465d;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
  background-color: #3e465d;
  border-color: #3e465d;
  color: #fff;
}


.btn-blue:focus,
.btn-blue:active,
.btn-blue:hover {
  background-color: #2e3446;
  border-color: #3e465d;
  color: #fff;
}

.btn-yellow {
  background: transparent;
  border-color: #F4EDDB;
  color: #F4EDDB;
}

.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow:hover {
  background-color: #F4EDDB;
  border-color: #F4EDDB;
  color: #3e465d;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  background-color: #02b0ef;
  border-color: #fff;
}

.btn-secondary {
  background-color: #f4eddb;
  border-color: #f4eddb;
  color: #3e465d;
}

.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:hover {
  background-color: #ece4cf;
  border-color: #ece4cf;
  color: #3e465d;
}

.contact-form {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.form-row {
  margin-bottom: 15px;
}

.form-select,
.form-control {
  border: 1px solid #ddd;
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #0c2371;
  padding: 12px 25px;
  box-shadow: none;
  outline: 0;
}

.input-group-text {
  background: none;
  color: #8092bf;
  border-color: #8092bf;
}

.form-control:focus {
  box-shadow: none;
  border-color: #3e465d;
  background: none;
}

textarea.form-control {
  height: 100px;
  resize: none;
}

.navbar-toggler:not(.collapsed) .menu-img {
  display: none;
}

.navbar-toggler.collapsed .times-img {
  display: none;
}


.testimonial-wrapper .slick-prev,
.testimonial-wrapper .slick-next {
  z-index: 11;
  position: absolute;
  left: calc(66.66% + 100px);
  right: auto;
  bottom: -50px;
  border: 2px solid #b5b9bc;
  height: 44px;
  border-radius: 50%;
  width: 44px;
  top: auto;
}

.slick-prev.slick-arrow {
  margin-left: -60px;
}

.slick-prev:hover,
.slick-next:hover {
  border-color: #d5841c;
  color: #d5841c;
}


.slick-prev:hover::before,
.slick-next:hover::before {
  border-color: #d5841c;
  color: #d5841c;
}

.slick-next:before {
  content: '🡢';
  color: #b5b9bc;
  opacity: 1;
  font-size: 30px;
}
.slick-prev:before {
  content: '🡠';
  color: #b5b9bc;
  opacity: 1;
  font-size: 30px;
}

.mb-100{
  margin-bottom: 100px;
}

.header-top {
  border-bottom: 1px solid #d4d4d4;
  padding: 15px 0;
}

.header-top .navbar {
  padding: 0;
}

.header-top .navbar .navbar-nav  li{
  font-size: 22px;
  line-height: 38px;
  font-weight: 500;
  margin-left: 32px;
}

.header-top .navbar .navbar-nav  li a {
  color: #0c1620;
}

.banner-container {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-banner-wrapper {
  padding: 150px 0;
}

.banner-container a.btn {
  padding: 5px 60px;
  letter-spacing: -3px;
}

.slick-challenge.slick-dotted.slick-slider,
.testimonial-wrapper .slick-dotted.slick-slider {
  margin: 0;
  position: relative;
  padding: 0 0 35px;
}

.challenge-wrapper {
  padding-bottom: 180px;
}

.testimonial-wrapper .slick-inner {
  padding: 0 10px;
}

.slick-challenge .slick-slide{
  padding: 0 10px;
}

.slick-challenge .slick-inner{
  border-radius: 10px;
  background: #e7ebed;
  padding: 42px;
}

.slick-challenge .slick-inner .challenge-des{
  font-size: 22px;
  line-height: 31px;
}

.slick-challenge .slick-inner .challenge-des strong{
  font-size: 27px;
}

.slick-challenge.slick-slider button{
  position: absolute;
  left: 0;
  bottom: -20px;
  top: auto;
  right: auto;
  margin: 0;
}

.slick-dots {
  display: none !important;
}

.slick-challenge .slick-prev:before {
  content: '🡠';
  font-size: 24px;
}

.slick-challenge.slick-slider button.slick-next {
  left: 60px;
}

.slick-challenge.slick-slider button.slick-prev {
  left: 10px;
}

.slick-challenge .slick-next:before {
  content: '🡢';
  font-size: 24px;
}

.brand-showcase-wrapper {
  background: url(../img/showcase-bg.png) repeat center top;
  background-color: #141616;
  padding: 130px 0 0;
  height: 1680px;
  position: relative;
}

.brand-showcase-wrapper .container {
  position: relative;
}

.brand-showcase-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 80px;
  left: 0;
  width: 100%;
  background: url(../img/showcase-bg.png) repeat center top;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.brand-showcase-wrapper h2,
.brand-showcase-wrapper h3{
  color: #fff;
}

.brand-grid {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 46px 7px rgba(0, 0, 0, 0.11);
  overflow: hidden;
  margin-bottom: 80px;
}

.brand-grid .brand-grid-top{
  height: 452px;
  padding: 32px;
}

.brand-grid.seo-pioneer .brand-grid-top {
  position: relative;
  background: url(../img/grid-seo.png) no-repeat center top;
  background-size: cover;
}

.brand-grid.tripa-tour .brand-grid-top {
  position: relative;
  background: url(../img/grid-tripa.png) no-repeat center top;
  background-size: cover;
}

.brand-grid.cafe-pioneer .brand-grid-top {
  position: relative;
  background: url(../img/cafe-pinor.jpg) no-repeat center top;
  background-size: cover;
}

.brand-grid.fitbit-pioneer .brand-grid-top {
  position: relative;
  background: url(../img/grid-fitbit.jpg) no-repeat center top;
  background-size: cover;
}

.brand-grid.fitbit-pioneer {
  position: relative;
  top: 225px;
}

.brand-grid.surper-reality .brand-grid-top {
  position: relative;
  background: url(../img/superior-relaity.png) no-repeat center top;
  background-size: cover;
}

.brand-grid.desert-xtrame .brand-grid-top {
  position: relative;
  background: url(../img/desert-xtrame-adventure.jpg) no-repeat center top;
  background-size: cover;
}

.brand-grid.surper-reality .brand-grid-subHeading {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-transform: none;
  margin-bottom: 4px;
}

.brand-grid.fitbit-pioneer .brand-grid-subHeading {
  color: #fff;
}

.cafe-outer {
  position: relative;
}

.cafe-outer::before {
  content: '';
  height: 133px;
  width: 131px;
  background: url(../img/plus-icon.png) no-repeat center center;
  position: absolute;
  left: -35px;
  top: -55px;
  z-index: 2;
}

.brand-grid.cafe-pioneer .brand-grid-top .cafe-top-inner {
  position: absolute;
  left: 0;
  height: 100%;
  width: 50%;
  background: #e7e7e7;
  border-radius: 0 60px 60px 0;
  top: 0;
  padding: 0 0 20px 32px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.brand-grid.cafe-pioneer .brand-grid-top .cafe-top-inner {}

.brand-grid-img {
  margin-bottom: 8px;
  position: relative;
  left: -32px;
}

.brand-grid-img img {
  filter: brightness(100%);
}

.brand-grid.cafe-pioneer .brand-grid-heading {
  padding: 0;
  color: #0c1620;
}

.brand-grid.cafe-pioneer .brand-grid-subHeading {
  color: #a8223b;
}

.brand-grid.tripa-tour .brand-grid-top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 60%;
  width: 100%;
  background: rgb(240,146,103);
  background: linear-gradient(180deg, rgba(240,146,103,1) 0%, rgba(255,255,255,0) 100%);
  z-index: 1;
}

.brand-grid.seo-pioneer .brand-grid-top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 60%;
  width: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
  z-index: 1;
}

.brand-grid.seo-pioneer .brand-grid-top:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20%;
  width: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
  z-index: 1;
}

.brand-grid.tripa-tour .brand-grid-top > div,
.brand-grid.seo-pioneer .brand-grid-top > div {
  position: relative;
  z-index: 2;
}

.brand-grid .brand-grid-subHeading {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0px;
  font-weight: bold;
  text-transform: uppercase;
  color: #bfbba0;
}

.brand-grid .brand-grid-subHeading-xl {
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.brand-grid .brand-grid-heading {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
  padding-right: 150px;
}

.brand-grid.seo-pioneer .brand-grid-top > div.brand-cound-wrapper {
  position: absolute;
  left: 32px;
  bottom: 32px;
}

.brand-grid-countDesc {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0px;
  font-weight: bold;
  color: #bfbba0;
}

.brand-cound-wrapper .brand-grid-count {
  font-size: 63px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

.brand-grid-bottom {
  padding: 0 32px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f2f2f2;
}

.brand-grid-bottom .grid-bottom-heading {
  font-size: 23px;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: bold;
}

.brand-grid-bottom .grid-bottom-desc {
  font-size: 18px;
  line-height: 22px;
}

.nova-banner .nova-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% ,-50%);
}

.nova-img-banner {
  position: relative;
  margin-bottom: 80px;
}

.presence-wrapper-inner {
  padding-left: 0;
}

.sml-fs{font-size: 15px; line-height: 24px;}

.presence-wrapper-section {
  padding-left: 0;
  background: url(../img/map-img.png) no-repeat center bottom;
  min-height: 960px;
  position: relative;
}

.presence-desc {
  margin-bottom: 205px;
} 

.presence-desc-sec {
  position: absolute;
  left: 0;
  bottom: 0;
}

.presence-desc-sec.nova-res {
 bottom: 40px;
  left:0px;
}

.presence-desc-sec.tripa-res {
  bottom: -75px;
/*   left: calc(50% + 80px); */
}

.presence-desc-sec.gardencrub-res {
  bottom: 180px;
  left: auto;
  right: -60px;
}

.presence-desc-sec.super-res {
  bottom: -18px;
  left: auto;
  right: 225px;
}

.our-vision {
  padding: 100px 0 100px;
  background: #ebebeb;
}

.mission-left {
  position: relative;
}

.super-human-wrapper {
  padding-top: 60px;
  text-align: center;
  position: relative;
  background-color: #f2f2f2;
}

.super-humnan-inner {
  position: absolute;
  width: 100%;
  text-align: left;
  left: 0;
  top: 100px;
}

.vision-avatar {
  position: absolute;
  bottom: -50px;
  right: calc(50% - 160px);
}

.presence-wrapper {
  background-color: #f2f2f2;
  overflow: hidden;
  padding: 180px 0 100px;
}

.art-space-wrapper {
  padding: 100px 0;
  background-color: #f2f2f2;
}

.art-space-wrapper .art-space-left {
  padding-left: 0;
}

.let-talk-wrapper {
  border-radius: 10px;
  overflow: hidden;
  background: #363636;
  max-width: 358px;
  margin-top: 0px;
  color: #fff;
  position: relative;
  right: 12px;
}

.let-talk-wrapper img {
  border-radius: 10px;
}

.lets-talk-bottom {
  padding: 0 30px 10px;
  text-align: center;
}

.lets-talk-bottom h3 {
  font-weight: bold;
  font-size: 21px;
  line-height: 38px;
  margin-bottom: 10px;
}

.lets-talk-bottom .let-desc {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 20px;
}

.lets-talk-bottom .info-mail {
  font-size: 18px;
  font-weight: bold;
}

.lets-talk-bottom .info-mail a{
  color: #fff;
}

.lets-talk-bottom .or {
  font-size: 21px;
  line-height: 32px;
  margin: 5px 0;
}

.lets-talk-bottom .ph-num {
  font-size: 27px;
  line-height: 32px;
}

.lets-talk-bottom .ph-num a{
  color: #fff;
}

.testimonial-wrapper .slick-slide img {
  width: 100%;
  border-radius: 8px;
}

.footer-wrapper {
  background: #363636;
  padding: 75px 0;
}

.footer-wrapper .footer-logo {
  margin-bottom: 15px;
}

.footer-wrapper .footer-desc {
  color: #fff;
  font-size: 18px;
}

.footer-wrapper .footer-right {
  border-left: 1px solid #fff;
  height: 100%;
  color: #fff;
  margin-right: 60px;
}

.footer-wrapper .footer-right h2 span {
  margin-top: 10px;
  color: #1b2833;
}

.footer-wrapper .footer-right h3 {
  margin-bottom: 15px;
}

.footer-wrapper .footer-right .copy-text {
  border-top: 1px solid #fff;
  margin-top: 40px;
  padding-top: 40px;
  font-size: 20px;
  line-height: 28px;
}

.footer-right-wrapper {
  display: flex;
  align-items: flex-start;
}

.footer-right-wrapper .footer-right-right{
  border: 1px solid #6e6e6e;
  padding: 40px 0px 40px 40px;
  border-radius: 10px;
}

.footer-right-wrapper .footer-right-right .email-text {
  font-size:16px;
  font-weight: 500;
  margin-left: 16px;
}

.footer-right-wrapper .footer-right-right a {
  color: #fff;
}

.footer-right-wrapper .footer-right-right .call-text {
  font-size: 21px;
  font-weight: 500;
  padding-left: 16px;
  position: relative;
}

/*.footer-right-wrapper .footer-right-right .call-text:before {
  content: '';
  left: 12px;
  position: absolute;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  background: url(../img/slash-icon.png) no-repeat center center;
  width: 57px;
  height: 55px;
  top: -8px;
}*/

.footer-right-right {
  margin-top: 30px;
}

.about-us-banner {
  padding: 80px 0;
  background: url(../img/about-us-banner.png) no-repeat center center;
}

.about-us-banner-right {
  text-align: right;
}

.about-us-banner-inner {
  padding: 0 80px;
}

.about-us-banner h1{
  font-size: 90px;
  line-height: 1;
  margin-bottom: 35px;
}

.about-us-banner .about-heading-banner {
  font-size: 38px;
  line-height: 50px;
  display: flex;
  flex-direction: column;
}

.about-us-banner .about-heading-banner span {
  background: #1b2833;
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  padding: 5px 20px;
  width: fit-content;
  border-radius: 0 0 6px 0;
}

.about-us-banner .about-heading-banner span:first-child {
  border-radius: 6px 6px 6px 0;
}

.about-us-banner .about-heading-banner span:last-child {
  border-radius: 0 0px 6px 6px;
}

.about-group-right {
  margin-top: 0;
}

.about-group-left {
  position: relative;
}

.about-group-left .about-group-heading{
  position: absolute;
  color: #fff;
  left: 194px;
  top: 140px;
}


.about-group-subheading {
  font-size: 26px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: bold;
}

.about-group-main {
  font-size: 54px;
  font-weight: bold;
  line-height: 56px;
  margin-top: 15px;
}

.about-group-sec {
  padding-bottom: 150px;
}


.our-team-left {
  width: 360px;
  flex: 0 0 360px;
  padding-left: 60px;
  padding-right: 50px;
}

.our-team-left p {
  font-size: 20px;
  line-height: 25px;
  font-style: italic;
}

.team-grid {
  height: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px 0 rgba(148, 157, 224, 0.29);
  overflow: hidden;
}

.team-member-bottom {
  padding: 20px 40px;
}

.team-member-bottom .team-name{
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
}

.team-member-bottom .team-designation{
  font-size: 18px;
  font-style: italic;
}

.team-member-bottom .team-desc{
  font-size: 20px;
  line-height: 25px;
  margin: 15px 0 30px;
  font-style: italic;
}

.team-member-grid {
  padding-right: 160px;
}

.team-member-bottom .read-more a{
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 15px 0;
  font-weight: 600;
  color: #0c1620;
  display: flex;
  justify-content: space-between;
}

.team-member-bottom .read-more a:hover {
  color: #999;
}

.team-member-bottom .read-more a i {
  color: #5fa4fc;
  font-size: 21px;
}

.about-team-wrapper {
  padding-bottom: 110px;
}

@media only screen and (max-width: 1899px) {

  .footer-link .email-icon img{
    max-width: 60px;
  }

  
  .footer-right-wrapper .footer-right-right .call-text:before {
    transform: scale(0.5);
    left: 0;
    top: -20px;
  }

  .footer-right-wrapper .footer-right-right .email-text {
    margin-left: 15px;
    font-size: 18px;
  }

  .footer-wrapper .footer-right {
    margin-right: 30px;
  }

  .presence-wrapper-inner {
    padding-left: 0;
  }

  .presence-desc-sec.super-res {
    right: 0;
  }

  .footer-right-wrapper .footer-right-right {
    padding: 20px 10px;
  }

}

@media only screen and (max-width: 1800px) {

  .about-group-left .about-group-heading {
    left: 164px;
    top: 120px;
  }

  .about-group-main {
    line-height: 50px;
    font-size: 42px;
  }

  .brand-grid-bottom {
    height: 240px;
    padding: 0 25px;
  }

  .brand-grid .brand-grid-heading {
    padding-right: 100px;
  }

  .brand-grid .brand-grid-top {
    height: 400px;
  }

  .brand-grid.cafe-pioneer .brand-grid-top .cafe-top-inner {
    padding: 0 0 20px 20px;
  }

  .brand-grid.cafe-pioneer .brand-grid-top .cafe-top-inner .brand-grid-img {
    left: -15px;
  }

  .presence-wrapper-section {
    background-size: 960px auto;
  }

  .team-member-grid {
    padding-right: 60px;
  }

  

h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -2px;
  position: relative;
}

}

@media only screen and (max-width: 1700px) {

  .about-us-banner h1 {
    font-size: 90px;
  }

  .about-us-banner .about-heading-banner {
    font-size: 40px;
  }
  
  .presence-desc p {
    font-size: 18px;
  }
  .presence-desc-sec p{
    font-size: 18px;
  }
  .brand-grid .brand-grid-heading {
    padding-right: 80px;
  }

  
 /* .presence-wrapper-section {
    background-size: 860px auto;
    background-position: 50%;
  }*/
  
  .presence-wrapper-inner {
    padding-left: 0;
  }

  .brand-grid .brand-grid-top {
    height: 360px;
    padding: 25px;
  }

  .brand-showcase-wrapper {
    height: 1650px;
  }
}

@media only screen and (max-width: 1499px) {

  .footer-right-wrapper .footer-right-right .email-text {
    font-size: 18px;
  }
  .footer-wrapper .footer-right .copy-text {
    font-size: 20px;
    padding-top: 20px;
    margin-top: 20px;
  }
  .footer-right-wrapper .footer-right-right .call-text {
    font-size: 18px;
  }

  .footer-wrapper .footer-right h2{
    font-size: 24px;
  }
  .team-member-bottom {
    padding: 20px;
  }

  .team-member-grid {
    padding: 0;
  }

  .team-member-bottom .team-name {
    font-size: 20px;
  }

  .team-member-bottom .team-designation {
    font-size: 16px;
  }

  .team-member-bottom .read-more a {
    margin-bottom: 0;
  }

  .team-member-bottom .team-desc {
    font-size: 18px;
  }

  .about-group-main {
    line-height: 40px;
    font-size: 32px;
} 
.about-group-left .about-group-heading {
  left: 134px;
  top: 90px;
}

  .presence-wrapper-section {
    background-size: 720px auto;
  }

  .art-space-wrapper .art-space-left {
    padding-left: 0;
  }

  .presence-desc-sec.tripa-res {
    left: 50%;
  }

  .super-humnan-inner {
    top: 60px;
  }
}

@media only screen and (max-width: 1399px) {
  .brand-grid.cafe-pioneer .brand-grid-top .cafe-top-inner {
    width: 70%;
  }
  
  .about-us-banner h1 {
    font-size: 72px;
  }

  .about-us-banner .about-heading-banner {
    font-size: 36px;
  }
  
  .presence-wrapper-inner {
    padding-left: 20px;
  }

  .brand-showcase-wrapper {
    height: 1600px;
  }

  .brand-grid-bottom {
    padding: 0 15px;
  }

  .brand-grid .brand-grid-top,
  .brand-grid.tripa-tour .brand-grid-top {
    padding: 15px;
  }

  .brand-grid .brand-grid-heading {
    padding-right: 0;
  }

  .super-humnan-inner {
    position: static;
  }

}

@media only screen and (max-width: 1299px) {
  
  .about-us-banner h1,
  h1 {
    font-size: 60px;
    letter-spacing: 0;
  }
  .brand-showcase-wrapper {
    padding-top: 90px;
  }

  .about-group-sec {
    padding-bottom: 90px;
  }

  
.about-team-wrapper {
  padding-bottom: 90px;
}

  .presence-wrapper {
    padding: 90px 0;
  }

  .challenge-wrapper {
    padding-bottom: 90px;
  }

  .page-banner-wrapper {
    padding: 90px 0;
  }
}

@media only screen and (max-width: 1199px) {

  .footer-right-wrapper {
    flex-direction: column;
  }

  .footer-right-wrapper .footer-right-right {
    margin: 0;
  }
  
  .about-group-left .about-group-heading {
  position: initial;
  padding-top: 30px;
}

  .team-grid {
    max-width: 360px;
    margin: 30px auto 0px;
}

  .about-us-banner-right {
    text-align: left;
    margin-top: 60px;
  }

  
.about-team-wrapper {
  padding-bottom: 60px;
}

  .brand-grid .brand-grid-top, .brand-grid.tripa-tour .brand-grid-top {
    height: 240px;
  }

  .footer-wrapper .footer-right {
    border: none;
    margin: 30px 0;
    padding: 0;
  }

  .about-group-left .about-group-heading {
    left: 184px;
    top: 150px;
}

.about-group-right {
  margin-top: 60px;
}




  .about-group-sec {
    padding-bottom: 60px;
  }
  
.let-talk-wrapper  {
  left: 12px;
  right: 0;
  margin-top: 40px;
}

  .brand-showcase-wrapper {
    height: auto;
  }


  .presence-wrapper-section {
    background: none;
  }

  .presence-desc-sec {
    position: static;
  }

  .presence-desc {
    margin: 0;
  }

  .our-vision {
    padding: 60px 0;
  }


  .brand-grid.fitbit-pioneer {
    top: 100px;
  }
 
  .header-top .navbar .navbar-nav li {
    margin-left: 0;
    margin-top: 15px;
  }

  .brand-showcase-wrapper {
    padding-top: 60px;
  }

  
  .presence-wrapper {
    padding: 60px 0;
  }

  .brand-grid.seo-pioneer .brand-grid-top > div.brand-cound-wrapper {
    left: 15px;
  }

  .page-banner-wrapper {
    padding: 60px 0;
  }

  .challenge-wrapper {
    padding-bottom: 60px;
  }

  .mb-100 {
    margin-bottom: 60px;
  }

  .header-top .navbar .navbar-brand img{
    max-width: 120px;
  }

  .navbar-toggler {
    border: none;
    box-shadow: none !important;
  }

  .about-us-banner .about-heading-banner {
    font-size: 24px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 991px) {

  .about-us-banner-inner {
    padding: 0 12px;
  }

  
  
  .brand-grid.fitbit-pioneer {
    top: 00px;
  }
  .about-us-banner h1,
  h1 {
    margin-bottom: 15px;
    font-size: 40px;
  }

  .testimonial-wrapper .slick-prev, 
  .testimonial-wrapper .slick-next {
    left: auto;
    right: 0;
  }

  .slick-prev.slick-arrow {
    margin: 0;
    right: 60px;
  }

  .slick-challenge .slick-inner {
    padding: 20px;
  }

  
  .brand-showcase-wrapper {
    padding-bottom: 60px;
  } 
 
}

@media only screen and (max-width: 767px) {

  .about-group-main {
    line-height: 30px;
    font-size: 24px;
  }
    
  .about-group-subheading {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .banner-container a.btn {
  padding: 2px 34px;
  letter-spacing: -2px;
}

.btn {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  padding: 14px;
}

.btn-border::before {
  top: 12px;
}

  .slick-challenge .slick-slide {
    padding: 0;
  }

  .footer-right-wrapper .footer-right-right {
    width: 100%;
  }

  .footer-right-wrapper .footer-right-right .email-text {
    margin: 15px 0;
  }

  .footer-right-wrapper .footer-right-right .call-text::before {
    display: none;
  }

  .footer-right-wrapper .footer-right-right .call-text {
    padding: 0;
  }

  .footer-right-wrapper .footer-right-right .footer-link{
    flex-direction: column;
    display: flex;
    align-items: center;
  }

  .our-team-left {
    width: 100%;
    flex: 0 0 100%;
    padding-left: 12px;
    padding-right: 12px;
}
  
}

@media only screen and (max-width: 575px) {

  
.about-group-left .about-group-heading {
  left: 114px;
  top: 70px;
}
}

@media only screen and (max-width: 399px) {

  
  .about-group-left .about-group-heading {
    left: 84px;
    top: 50px;
  }
  }



.gardencrub-res span {
  color:#e61d1c;
}

.presence-desc-sec p{
    font-size: 16px;
  }
  
 .font{
    line-height:24px;
    padding-top:10px;
 }
 
 .sub-text {
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
  display: block;
}

.email-icon img{
    width:60px;
}

.email{
    float:left;
    padding-right: 30px;
}

.contact{
    float:left;
    padding-right: 40px;
}

.form label{
    width:110px;
}

.form input{
    border: 1px solid #ddd;
  padding: 14px 20px;
  border-radius: 6px;
  margin-bottom: 15px;
  width: 65%;
}

.form input[type=submit] {
  background-color: #70bec0;;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.form input[type=submit]:hover {
  background-color: #66afb0;
}

.contact-us-banner {
  padding: 40px 0;
  background: #ebebeb url(../img/about-us-banner.png) no-repeat center center;
}

#successMsg{
  text-align: center;
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
  padding: 20px 0;
  width: 65%;
  border-radius: 6px;
  border: 6px solid #fff;
  font-size: 20px;
  margin-left: 115px;
  display: block;
  margin-top:30px;
}