html {
  scroll-behavior: smooth;
}
.mega-header .container {
  position: static !important;
}
.mega-header .dropdown__whoweare > .row {
  align-items: flex-start !important;
}
.drop-col-1 {
  height: 100%;
}
.pk.avatar.animate {
  position: static !important;
  width: 60%;
  border-radius: 0 !important;
}
.banner-video-s {
  background: url(../optimized_img/bg_withoutbracket.webp);
  display: flex;
  align-items: center;
  padding: 40px 4.2%;
}
.lp {
  max-width: 100%;
  height: auto;
}
.pk {
  position: static !important;
}
.pk.avatar {
  max-width: 60%;
  width: 60%;
}
@media only screen and (min-width: 1750px) {
  .pk.avatar img {
    margin-top: 140px;
  }
  .banner-video-s {
    height: 469px;
  }
}
@media only screen and (max-width: 1750px) {
  .pk.avatar img {
    max-width: 80%;
  }
}
/*----------- Banner ---------------*/

.m-banner__content {
    position: relative;
    height: 94vh;
    /*background: url('../img/web/website-banner.webp');*/
    background-color: #333;
    overflow: hidden;
}
.container.content_slider-cs {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.c-heading.-h1 {
    max-width: 50%;
    font-family: Gilmer;
}
.c-heading.-h1 .h1 {
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.26;
    margin-bottom: 22px;
    margin-top: 0;
}
.c-heading.-h1 p {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
}
.c-heading.-h1 ul {
  padding-left: 0;
  display: flex;
  list-style: none;
  font-family: "Gilmer";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  margin: 30px 0;
}
.c-heading.-h1 ul li::after {
  border-right: 1px dashed #BDBAD8;
  content: " ";
  width: 1px;
  height: 29px;
  display: inline-block;
  margin: 0 22px;
}
.c-heading.-h1 ul li:last-child::after {
  display: none;
}
.c-heading.-h1 ul li {
  display: flex;
  align-items: center;
  color: #fff;
}
.c-heading.-h1 ul li:first-child {
  color: #D03D3D;
}
.c-heading.-h1 ul li:last-child {
  color: #EEAD17;
}
.c-heading.-h1 a{
    position: relative;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none !important;
    display: inline-block;
    padding: 18px 33px !important;
    line-height: 1;
    font-family: "Gilmer", sans-serif;
    color: #165f6a !important;
    background: #fff;
    margin-top: 10px;
}
.c-heading.-h1 a::before {
  content: "";
  position: absolute;
  inset: -1px;
    background: linear-gradient(94deg,#fff -2.26%,#fff 63.14%);
    /*background: linear-gradient(94deg,#f7b318 -2.26%,#f7b318 63.14%);*/
  -webkit-filter: blur(9px);
  filter: blur(9px);
  z-index: -1;
  pointer-events: none;
  animation: gradientPulse 3s infinite ease-in-out;
}

@keyframes gradientPulse {
  0% {
    -webkit-filter: blur(9px);
  filter: blur(9px);
  }
  50% {
   -webkit-filter: blur(2px);
  filter: blur(2px);
  }
  100% {
   -webkit-filter: blur(9px);
  filter: blur(9px);
  }
}

.c-heading.-h1 .h1 span {
  display: block;
}
.hero-bg_wrap-col {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: none;
  flex: none;
  width: 36%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.hero-bg_wrap {
  pointer-events: none;
}
.hero-bg_wrap-col:nth-child(2n+1) .v-scroll {
  animation-direction: reverse;
}
.v-scroll {
  -webkit-animation: heroscroll 75s linear infinite;
  animation: heroscroll 75s linear infinite;
    animation-direction: normal;
}
.hero-bg_wrap-slides {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-bg_wrap_slide {
  aspect-ratio: 16/9;
  border-radius: 5px;
  overflow: hidden;
  margin: 7px;
}
.hero-bg_wrap_slide img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-bg_wrap-cols {
  -ms-flex-direction:row;
  flex-direction:row;
  justify-content:flex-start;
  width:85%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  position:absolute;
  top:0;
  bottom:auto;
  left:10%;
  right:auto;
  -webkit-transform:rotate(15deg);
  transform:rotate(15deg)
}

.hero-bg_wrap-col:nth-child(odd) .v-scroll {
  animation-direction:reverse
}

.hero-bg_wrap-slides {
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex:none;
  flex:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.hero-bg_wrap_slide {
  aspect-ratio:16/9;
  border-radius:5px;
  overflow:hidden
}
.hero-bg_wrap_slide img {
  -o-object-fit:cover;
  object-fit:cover;
  width:100%;
  height:100%
}
.hero-bg-gradient_overlay {
  position:absolute;
  inset:0;
  background:-webkit-gradient(linear,left top,left bottom,color-stop(44.55%,rgba(0,4,42,0)),to(rgba(0,4,42,.6))),-webkit-gradient(linear,left top,right top,from(rgba(0,4,42,.5)),color-stop(43.39%,rgba(0,4,42,.31)),color-stop(83.44%,rgba(0,4,42,0)));
  background:linear-gradient(180deg,rgba(0,4,42,0) 44.55%,rgba(0,4,42,.6) 100%),linear-gradient(90deg,rgba(0,4,42,.5) 0,rgba(0,4,42,.31) 43.39%,rgba(0,4,42,0) 83.44%)
}
.hero-bg-gradient_overlay::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 31%;
  
  /*background-color: #C22528;*/
  background-color: #196972;
    -webkit-box-shadow: 0 0 20em 20em #196972;
  box-shadow: 0 0 20em 20em #196972;
  /*-webkit-box-shadow: 0 0 20em 20em #24004e;*/
  /*box-shadow: 0 0 20em 20em #C22528;*/
  opacity: .9;
}
@-webkit-keyframes heroscroll {
  0% {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
  }
  100% {
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0)
  }
}
@keyframes heroscroll {
  0% {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
  }
  100% {
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0)
  }
}
.v-scroll {
  -webkit-animation:heroscroll 75s linear infinite;
  animation:heroscroll 75s linear infinite
}
/* --end banner--*/
.section-take-off.take-off {
  margin-top: 35px !important;
}
.mini-card:hover p.ht img {
  margin-bottom: 22px;
}

.section.testimonials-section {
  margin: 50px 0;
}

.mini-card:hover img.s-icon {
  opacity: 0;
}
.tabCardsItem--theme-santander .tabCardsItem__image--high {
  width: 43%;
  right: 16px;
  bottom: -2%;
}
.author-row {
  padding-left: 21px;
}
.mini-card1 {
  padding: 1.5rem;
  border-radius: 16px;
  background: url(../img/Card2.webp);
  color: #fff;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
  margin: 0;
  /* width: 100%; */
}
.mini-card:hover .author-row {
  opacity: 0;
}
p.ht {
  opacity: 0;
}
.mini-card:hover p.ht {
  opacity: 1;
  /* background: linear-gradient(180deg, #1C8A82 0%, #0C6C6C 100%); */
  color: #ffffff;
}
.mini-card:hover {
  background: linear-gradient(180deg, #1c8a82 0%, #0c6c6c 100%);
}

.frrd .mini-card {
  min-width: 100% !important;
  min-height: 300px;
  box-shadow: none;
}
.mini-card-grid {
  display: grid;
  gap: 0rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  margin: 0 0 1.5rem;
  position: relative;
}

body.home .mini-card {
  min-width: 352px;
  height: 347px;
  z-index: 1;
  box-shadow: none;
}
body.home .mini-card:not(:first-child) {
  margin-left: -130px;
  box-shadow: none;
}

.mini-card {
  padding: 1.5rem;
  border-radius: 16px;
  background: url("../optimized_img/card-rread.png") no-repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
  margin: 0;
  /* width: 100%; */
}

span.isdss {
  position: absolute;
  top: 100px;
  left: -45px;
  border: 1.5px dashed #c32626;
  transform: rotate(180deg);
  height: 125px;
}

.avatar {
  width: 100%;
  height: auto;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
  border: 0px !important;
}

.asadw {
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 67px;
  /* identical to box height */

  letter-spacing: 0.01em;
  text-transform: capitalize;

  color: #000000;
}

@media only screen and (max-width: 801px) {
  .newmobilebanner p {
    color: #fff !important;
    text-align: center;
    font-size: 14px !important;
    padding: 0 10px;
    padding-bottom: 40px !important;
  }
  .newmobilebanner h1 {
    padding-bottom: 11px !important;
  }
  h1.txtbanner {
    position: absolute;
    right: 0 !important;
    top: 20% !important;
    font-family: "Gilmer";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    color: #ffffff;
    width: 100% !important;
    text-align: center;
  }
  /*.slick-dots li button:before {*/
  /*font-family: 'slick';*/
  /*font-size: 17px;*/
  /*}*/
  .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
    /*font-size: 17px;*/
  }
  /*    p.ht1 {*/
  /*    position: absolute;*/
  /*    width: 7% !important;*/
  /*    top: 20%;*/
  /*    color: #ffffff;*/
  /*}*/

  body.home .mini-card:first-child:focus-within,
  body.home .mini-card:first-child:hover {
    transform: translate(0rem, 0rem) rotate(0deg) !important;
  }

  .frrd body.home .mini-card:first-child:focus-within,
  body.home .mini-card:first-child:hover {
    transform: translate(0rem, 0rem) rotate(0deg);
  }
  .mini-card:hover {
    padding: 1.5rem;
    border-radius: 16px;
    background: url(../optimized_img/card-rread.png) no-repeat;
    color: #fff;
    display: flex;
    flex-direction: column;
    transition: 0.2s;
    margin: 0;
  }
  .popular-articles {
    display: none;
  }

  .author-row1 {
    position: absolute !important;
    top: 233px !important;
    font-weight: bold;
  }
  section.regular.slider.frrd.slick-initialized.slick-slider {
    display: block;
    background: transparent;
    margin-top: -1px;
  }

  body.home .mini-card-grid {
    scrollbar-color: #666 #201c29;
    scrollbar-gutter: always;
    padding: 3rem 0 3rem 2rem;
    margin: 0;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    align-content: center;
    width: 100%;
    overflow: visible;
    flex-direction: column-reverse;
  }
  body.home .mini-card:not(:first-child) {
    margin-left: 0;
    box-shadow: none;
  }
  .hy .ipop.avatar {
    position: relative;
    top: 0px;
  }
}
@media only screen and (max-width: 736px) {
  body.home .mini-card-grid {
    scrollbar-color: #666 #201c29;
    scrollbar-gutter: always;
    padding: 3rem 0 3rem 0rem;
  }
  .col-md-3.tabli {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .card11 {
    width: 100%;
    height: 360px;
    background: #fff;
    border-top-right-radius: 9.95392px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    box-shadow: none;
    transition: all 0.3s ease-out;
    text-decoration: none;
    border: 0px;
  }
}

@media only screen and (max-width: 482px) {
  /*p.ht1 {*/
  /*position: absolute;*/
  /*width: 7% !important;*/
  /*top: 24% !important;*/
  /*font-size: 19px;*/
  /*color: #ffffff;*/
}

.frrd .slick-slide img {
  width: 82%;
  max-width: 82%;
}
.frrd .mini-card {
  min-width: 100% !important;
  min-height: 300px;
  box-shadow: none;
  /*margin: 10px 45px;*/
}

@media only screen and (max-width: 415px) {
  .frrd .mini-card {
    min-width: 100% !important;
    min-height: 300px;
    box-shadow: none;
    margin: 10px 10px;
  }

  /*p.ht1 {*/
  /*    position: absolute;*/
  /*    width: 8% !important;*/
  /*    top: 42% !important;*/
  /*    color: #ffffff;*/
  /*}*/
}

@media only screen and (max-width: 361px) {
  .frrd .mini-card {
    min-width: 100% !important;
    min-height: 300px;
    box-shadow: none;
    margin: 10px 0px;
  }
  a.author-name1 {
    -webkit-margin-before: auto;
    margin-block-start: auto;
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 0.5rem;
    align-items: center;
    color: #ffffff;
    line-height: 1.3;
    padding-top: 7.5rem !important;
  }

  frrd .slick-slide {
    margin: 0px auto !important;
  }
  iframe[title="reCAPTCHA"] {
    width: 89%;
  }
  body.home .mini-card {
    min-width: 100%;
    height: 347px;
    box-shadow: none;
  }
  body.home .mini-card-grid {
    scrollbar-color: #666 #201c29;
    scrollbar-gutter: always;
    padding: 3rem 0 0rem 0rem;
  }
}
.customer-logos .slick-prev {
  left: -11px;
  position: absolute;
  z-index: 9;
  /* font-size: 35px; */
}

.customer-logos .slick-next {
  right: 11px;
}

.customer-logos .slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 42px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.customer-logos {
  cursor: grab;
  /* background: gray; */
  /* width: 200px; */
  /* height: 200px; */
  cursor: url(../img/drag.png), auto;
}

a.author-name1 {
  -webkit-margin-before: auto;
  margin-block-start: auto;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 0.5rem;
  align-items: center;
  color: #ffffff;
  line-height: 1.3;
  padding-top: 0.5rem;
}
img.s-icon1 {
  width: 11% !important;
}

.frrd .slick-slide {
  margin: 0px 20px;
}

.frrd .slick-slide img {
  width: 100%;
}

.frrd .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}

.frrd .slick-active {
  opacity: 1;
}

.frrd .slick-current {
  opacity: 1;
}

.author-row1 {
  position: absolute;
  top: 45%;
}

html {
  overflow-x: hidden;
}
.customer-logos22 {
  cursor: grab;
  /* background: gray; */
  /* width: 200px; */
  /* height: 200px; */
  cursor: url(../img/drag.png), auto;
}

.imslid {
  cursor: url(../img/drag.png), auto;
}

.col-md-12.rt {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bgg1 .row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
}
/* 	.designin {
    width: 65%;
    float: right;
} */
.desgn {
  font-size: 40px;
  line-height: 1.3px;
}
.card-img-top {
  height: 126px;
  object-fit: cover;
}
@media only screen and (max-width: 1440px) {
  .card-img-top {
    height: auto !important;
  }
  .desgn {
    font-size: 34px !important;
    line-height: 1.3;
  }
 
}
.experience-slider2 .slick-slide {
  margin: 0 7px;
}

.experience-slider2 .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  background: #2e3750;
  border-radius: 5px;
  padding: 20px !important;
}
.experience-slider2 .card-title {
  margin-bottom: 0.75rem;
  color: #ffffff;
  margin-top: 0;
  font-family: Gilmer;
}
.experience-slider2 p.card-text {
  color: #ffffff;
}
/* the parent */
.experience-slider2 .slick-list {
  margin: 0 -27px;
}
.desgn {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.3;
  color: #ffffff;
}
p.about-btn2 {
  text-align: left;
  margin-left: 0;
  margin-top: 24px;
}
.bgss {
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #666666;
}
img.yelaki.htace {
  width: 52% !important;
  max-width: 400px;
}
.twit {
  display: flex;
}
.testimonial-section-col .slick-slide img {
  border: 0px solid #fff;
  display: block;
  /*width: 130% !important;*/
  height: auto !important;
  max-width: 100%;
}

.slick-active img.yelaki {
  transition: 0.8s;
  transform: translateY(0%) !important;
}
.popular-articles {
  box-sizing: content-box;
  display: flex;
  margin: 0 0 var(--gap) 0;
  position: relative;
}
body.home .mini-card-grid {
  scrollbar-color: #666 #201c29;
  scrollbar-gutter: always;
  padding: 3rem 0 3rem 2rem;
  margin: 0;
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.mini-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  margin: 0 0 1.5rem;
  position: relative;
}
body.home .mini-card {
  min-width: 300px;
  min-height: 350px;
  box-shadow: -2rem 0 3rem -2rem #000;
}
.ais-hits--item > :last-child,
.ais-hits--item > :last-child > :last-child,
.module > :last-child,
.module > :last-child > :last-child {
  margin-bottom: 0;
}
.author-row {
  -webkit-margin-before: auto;
  margin-block-start: auto;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 0.5rem;
  align-items: center;
  color: #565656;
  line-height: 1.3;
  padding-top: 0.5rem;
}
.ais-hits--item > :last-child,
.ais-hits--item > :last-child > :last-child,
.module > :last-child,
.module > :last-child > :last-child {
  margin-bottom: 0;
}
.mini-card .author-name {
  color: #fff;
}
.mini-card a {
  text-decoration: none;
}
.author-name {
  font-weight: 700;
  color: #000;
}
body.home .mini-card:first-child:focus-within,
body.home .mini-card:first-child:hover {
  transform: translate(-0.5rem, -1rem) rotate(3deg);
}
body.home .mini-card:focus-within,
body.home .mini-card:hover {
  transform: translateY(-1rem) rotate(3deg);
}
body.home .mini-card {
  min-width: 300px;
  min-height: 350px;
  box-shadow: -2rem 0 3rem -2rem #000;
}

body.home .mini-card:focus-within ~ .mini-card,
body.home .mini-card:hover ~ .mini-card {
  transform: translateX(130px);
}
.poke {
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 67px;
  color: #000000;
}
ul.itmanager {
  display: inline-flex;
  position: relative;
  top: 41px;
  width: 100%;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: space-evenly;
  align-items: center;
  left: -70px;
  top: 78px;
}
.mini-card:hover img.s-icon {
  opacity: 0;
}
.tabCardsItem--theme-santander .tabCardsItem__image--high {
  width: 50%;
  right: 0px;
  bottom: -3%;
}
.tabCardsItem__inner {
  padding: 36px;
  height: 100%;
  min-height: auto;
}
.ty {
  position: relative;
  top: 48px;
}
.author-row {
  padding-left: 21px;
}
.mini-card1 {
  padding: 1.5rem;
  border-radius: 16px;
  background: url(../img/Card2.webp);
  color: #fff;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
  margin: 0;
  /* width: 100%; */
}
.mini-card:hover .author-row {
  opacity: 0;
}
p.ht {
  opacity: 0;
}
.mini-card:hover p.ht {
  opacity: 1;
  /* background: linear-gradient(180deg, #1C8A82 0%, #0C6C6C 100%); */
  color: #ffffff;
  position: absolute;
  top: 11%;
  padding-right: 20px;
}

.mini-card:hover {
  background: linear-gradient(180deg, #1c8a82 0%, #0c6c6c 100%);
}
p.pkss {
  font-size: 65px;
  line-height: 1;
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-text-fill-color: #1c8a82;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffffff;
  padding-left: 0px;
  text-align: center;
  padding-top: 0;
  margin-bottom: 55px;
  max-width: 59%;
  margin-left: auto;
  margin-right: auto;
}

p.tabCardsItem__text {
  line-height: 25px;
  font-size: 14px;
  padding-bottom: 27px;
}
.tabCards__item:hover h2.pkss {
  opacity: 0;
}

h2.pkss {
  opacity: 1;
}

.tabCards__item:hover ul {
  opacity: 0;
}
.tabCards__grid {
  display: block;
  position: relative;
  margin-top: 6vw;
  height: 405px;
}
.tabCardsItem__outer {
  position: relative;
  width: 100%;
  height: 350px;
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.op {
  position: absolute;
  bottom: 41px;
  z-index: 9999;
}
.tabCardsItem__button {
  margin-top: -47px;
  text-align: right;
}
h2.pkss {
  font-family: "FONTSPRING DEMO - Visby CF Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  text-transform: capitalize;
  font-family: "FONTSPRING DEMO - Visby CF Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 50px;
  text-transform: capitalize;
  color: #ffffff;
}
ul.itmanager li {
  color: #ffffff;
  text-align: left;
  position: relative;
  top: 142%;
}
h2.pkss {
  position: absolute;
  top: 20px;
}

.tabCardsItem__content {
  text-align: left;
  float: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-end;
  width: 100%;
}
.tabCardsItem:hover .tabCardsItem__content {
  padding: 36px 0 0 0px;
}
.tabCardsItem__bgBox {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #21232b;
  transition: width 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  background: linear-gradient(180deg, #1c8a82 0%, #0c6c6c 100%);
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.25))
    drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.25))
    drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.25));
}
.tabCardsItem:hover p.tabCardsItem__text {
  opacity: 1;
  font-size: 15px;
}
p.tabCardsItem__text {
  opacity: 0;
}

.tabCardsItem__content {
  text-align: left;
}

p.tabCardsItem__text {
  color: #ffffff;
  font-weight: 500;
}
.container {
  z-index: 1;
  position: relative;
}
.row {
  justify-content: space-between;
  align-items: center;
}

.put-your-experience {
  position: relative;
  padding: 55px 0;
}
.put-your-experience::before {
  position: absolute;
  content: "";
  background: lightgreen;
  width: 46.94vw;
  height: 46.94vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.put-your-experience .item {
  text-align: center;
}
.put-your-experience .counter {
  font-weight: 800;
  font-size: 90px;
  line-height: 94.5px;
  color: coral;
  margin-bottom: 8px;
  display: block;
}

.put-your-experience .slick-active.slick-center .counter {
  color: coral !important;
  background: none;
  -webkit-text-fill-color: inherit;
}
.put-your-experience .slick-track .slick-active + .slick-active span.counter {
  background: -webkit-linear-gradient(180deg, coral 38%, black 0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.put-your-experience
  .slick-track
  .slick-active
  + .slick-active
  + .slick-active
  span.counter {
  color: coral;
  background: none;
  -webkit-text-fill-color: inherit;
  -webkit-background-clip: inherit;
}
.put-your-experience .slick-track .slick-active span.counter {
  color: black;
}
body.home .mini-card:focus-within,
body.home .mini-card:hover {
  transform: translate(-3.5rem, -1rem) rotate(3deg);
}
body.home .mini-card:first-child:focus-within,
body.home .mini-card:first-child:hover {
  transform: translate(-3.5rem, -1rem) rotate(3deg);
}
.mini-card-grid {
  display: grid;
  gap: 0rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  margin: 0 0 1.5rem;
  position: relative;
}
body.home .mini-card-grid {
  scrollbar-color: #666 #201c29;
  scrollbar-gutter: always;
  padding: 3rem 0 3rem 0rem;
}
p.pkll {
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-top: 60px;
}
p.pk22 {
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 73px;
  letter-spacing: 0.01em;
  color: #ffffff;
}
body.home .mini-card {
  min-width: 352px;
  min-height: 347px;
  box-shadow: none;
}
body.home .mini-card:not(:first-child) {
  margin-left: -166px;
  box-shadow: none;
}
.mini-card {
  padding: 1.5rem;
  border-radius: 16px;
  background: url("../optimized_img/card-rread.png") no-repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
  margin: 0;
  /* width: 100%; */
}
body.home .mini-card-grid {
  scrollbar-color: #666 #201c29;
  scrollbar-gutter: always;
  padding: 3rem 0 3rem 0rem;
  margin: 0;
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  width: 100%;
  overflow: visible;
}
.popular-articles:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3rem;
  bottom: 3.6rem;
  width: 0px;
  border-radius: 5px;
  background: transparent;
  box-shadow: none;
}
.container-fluid.bgg1 {
  background: #2d3446;
  padding-top: 110px;
  padding-bottom: 110px;
}
.container-fluid.bgg1 p.pkll {
  margin-top: 0;
}
img.poss2s2 {
  position: absolute;
  top: 67%;
  left: -94px;
}
p.agiles2 {
  text-align: left;
  padding-top: 38px;
  padding-right: 12px;
}
span.aglees2 {
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #333333;
}
span.aglees1 {
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #333333;
}
span.isds1s1 {
  position: absolute;
  top: 47%;
  left: -45px;
  border: 1.5px dashed #c32626;
  transform: rotate(180deg);
  height: 140px;
}
img.poss1s1 {
  position: absolute;
  top: 33%;
  left: -94px;
}
p.agiles1 {
  text-align: left;
  padding-top: 38px;
  padding-right: 12px;
}
p.agiles {
  text-align: left;
  padding-top: 38px;
  padding-right: 12px;
}
span.aglees {
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #333333;
}
img.posss {
  position: absolute;
  top: 0px;
  left: -93px;
}
span.isdss {
  position: absolute;
  top: 100px;
  left: -45px;
  border: 1.5px dashed #c32626;
  transform: rotate(180deg);
  height: 125px;
}
.ot {
  width: 78%;
}
.ipop {
  text-align: center;
  position: relative;
  top: 94px;
  z-index: 9;
}
.container.tree {
  padding-left: 0px;
  padding-right: 0px;
}
p.agile {
  text-align: right;
  padding-top: 38px;
  padding-right: 12px;
}

span.aglee {
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  color: #333333;
}
span.isds2 {
  position: absolute;
  top: 50%;
  right: -45px;
  border: 1.5px dashed #c32626;
  transform: rotate(180deg);
  height: 108px;
}
img.poss2 {
  position: absolute;
  top: 67%;
  right: -94px;
}

img.poss1 {
  position: absolute;
  top: 33%;
  right: -94px;
}
span.isds1 {
  position: absolute;
  top: 47%;
  right: -45px;
  border: 1.5px dashed #c32626;
  transform: rotate(180deg);
  height: 140px;
}
img.poss {
  position: absolute;
  top: 0px;
  right: -93px;
}
span.isds {
  position: absolute;
  top: 100px;
  right: -45px;
  border: 1.5px dashed #c32626;
  transform: rotate(180deg);
  height: 125px;
}
.container-fluid.bgg {
  background: url(../img/bg-imgge.png);
  width: 100%;
  height: auto;
  background-size: cover;
}
.overlay1 {
  width: 70px;
  position: absolute;
  height: 70px;
  border-radius: 50%;
  background: #f7b318;
  top: 7px;
  left: 21px;
  z-index: 0;
  transition: transform 0.3s ease-out;
}
.overlay2 {
  width: 70px;
  position: absolute;
  height: 70px;
  border-radius: 50%;
  background: #c32626;
  top: 7px;
  left: 21px;
  z-index: 0;
  transition: transform 0.3s ease-out;
}

.overlay4 {
  width: 70px;
  position: absolute;
  height: 70px;
  border-radius: 50%;
  background: #09525a;
  top: 7px;
  left: 21px;
  z-index: 0;
  transition: transform 0.3s ease-out;
}

.education {
  background: #ffffff;
  border-radius: 9.95392px;
}
.col-md-8 span.headi {
  position: relative;
  top: 41px;
}

span.headi {
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 700;
  font-size: 17.9171px;
  line-height: 22px;
  color: #333333;
}
.pkpa {
  font-size: 4.75em;
  line-height: 1;
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #343f48;
}
.container-fluid.rf {
  background: linear-gradient(180deg, #1c8a82 0%, #0c6c6c 100%);
  width: 100%;
  object-fit: cover;
  height: 500px;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.sp1 {
  display: none;
}

textarea#exampleFormControlTextarea1 {
  border: 1px solid #80889c;
  border-radius: 3px;
}
.pl::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}
input.pl {
  border: 1px solid #80889c;
  border-radius: 3px;
}
.btnss {
  background: linear-gradient(91.95deg, #1c8a82 0.4%, #f7b318 100%);
  border-radius: 3px;
  width: 100%;
  border: 0px;
  height: 57px;
}
.form-control {
  border-radius: 0px;
}
.transp {
  background: transparent;
}
p.pragrh {
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #ffffff;
}
p.contac {
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
.formbox {
  background: #2d3446;
  box-shadow: 0px 17px 15px rgb(0 0 0 / 4%);
  border-radius: 20px;
  padding: 30px;
  width: 84%;
  margin: 0 auto;
}
/*	p.txtprag {*/
/*    font-family: 'Gilmer';*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-size: 17px;*/
/*    line-height: 30px;*/
/*    color: #666666;*/
/*newpera*/
/*}*/
p.textcom {
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 800;
  font-size: 61px;
  line-height: 66px;
  color: #000000;
}

p.titlehead {
  text-align: center;
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
  padding-top: 75px;
}
h1.txtbanner {
  position: absolute;
  right: 10%;
  top: 40%;
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #ffffff;
  width: 26%;
}

p.titlehead {
  padding: 0;
}

/* media query 1400 to 1080 */
img.bannerimg {
  width: 100%;
  object-fit: cover;
  height: 469px;
  margin-top: 85px;
}
.head-logo {
  background-color: transparent;
  text-align: left;
  padding: 10px 0px 0px 20px;
  width: 66%;
}
#menu-main-area {
  min-height: 500px;
}
#menu-main-area .as1 {
  position: relative;
  left: -100%;
}
.three .as2 {
  position: relative;
  left: -100%;
}

@media only screen and (max-width: 1920px) {
  .four .as4 {
    position: relative;
    left: -100%;
    width: 75%;
  }
}
.five .as5 {
  position: relative;
  left: -100%;
}

.cols .sp1 {
  position: relative;
  bottom: -500%;
}
.cols {
  min-height: 400px;
}
@media only screen and (max-width: 1366px) {
  h1.txtbanner {
    position: absolute;
    right: 10%;
    top: 40%;
    font-family: "Gilmer";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    color: #ffffff;
    width: 26%;
  }
}
@media only screen and (max-width: 1282px) {
  .poke {
    font-family: "Gilmer";
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.3;
    color: #000000;
  }
  .slick-active img.yelaki {
    transition: 0.8s;
  }
  .tabCardsItem--theme-santander .tabCardsItem__image--mid {
    width: 62%;
    top: 0 !important;
    bottom: 0%;
    right: 4px !important;
  }
  .designin {
    width: 100%;
    float: left;
  }
  .tabCardsItem:hover .tabCardsItem__image {
    opacity: 0;
    visibility: hidden;
  }
  h2.pkss {
    position: absolute;
    top: 67px;
  }
  h2.pkss {
    font-family: "FONTSPRING DEMO - Visby CF Bold";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    text-transform: capitalize;
    font-family: "FONTSPRING DEMO - Visby CF Bold";
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 50px;
    text-transform: capitalize;
    color: #ffffff;
    text-align: left;
    padding-left: 0;
    left: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .asadw {
    font-size: 35px !important;
  }
  .imgport img {
    padding: 0 7px;
  }
  .container-fluid.bgg1 {
    background: #2d3446;
    padding-top: 8%;
    padding-bottom: 8%;
  }
  #menu-main-area .menu-link img {
    width: 15%;
    display: flex;
  }
  .testimonial-section-col .slick-slide img {
    border: 0px solid #fff;
    display: block;
  }
}

.sticky-top-contact-bar {
  position: fixed !important;
}
.menu-icon {
  position: fixed !important;
}
p.cent {
  text-align: center;
}
.revamp-footer .up .right h4 {
  font-size: 23px;
  padding-bottom: 20px;
  color: #ffffff;
}
.revamp-footer .down .linkbox h2 {
  font-size: 16px;
  padding-bottom: 15px;
  color: #ffffff;
}
.service-item__bg img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.revamp-footer .down .linkbox ul li {
  list-style: none;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #535353;
  font-size: 16px;
}
.revamp-footer{
  font-family: Gilmer, sans-serif !important;
}
.link-box4.linkbox p {
  margin-top: 0px;
  line-height: 2.2 !important;
}
.main-transition {
  z-index: 50;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.headings-section {
  width: 100%;
  padding: 2.25em 0;
  position: relative;
  z-index: 3;
  height: 102vh;
}

.ticker-img {
  position: absolute;
  left: 50%;
  top: 50% !important;
  overflow: hidden;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.ticker-img img {
  max-height: 47.5em;
  max-width: 35.625em;
}

.tickerwrapper {
  margin: 1.25em 0;
  position: relative;
  margin-top: 18px;
}

.tickerwrapper .headingList {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  white-space: nowrap;
}

.tickerwrapper .headingList li {
  list-style: none;
  padding-left: 5em;
  position: relative;
  z-index: 0;
}

.tickerwrapper .headingList li a {
  font-size: 8.75em;
  line-height: 1;
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--secondary);
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--secondary);
  position: relative;
}

.tickerwrapper .headingList li a span {
  display: block;
}

.tickerwrapper .headingList li a {
  font-size: 8.75em;
  line-height: 1;
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--secondary);
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--secondary);
  position: relative;
}

.tickerwrapper .headingList.cloned {
  position: absolute;
  top: 0;
  left: 0;
}

.tickerwrapper .headingList {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  white-space: nowrap;
}

.tickerwrapper .headingList.cloned {
  position: absolute;
  top: 0;
  left: 0;
}

.tickerwrapper .headingList {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  white-space: nowrap;
}
p.about-btn {
  text-align: left;
  margin-left: 98px;
  margin-top: 24px;
}
p.about-btn1 {
  text-align: left;
  margin-left: -86px;
  margin-top: 24px;
}
.custom-html--sitecore .section-container-3 .panel-2 {
  z-index: 9;
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
  background: #ffffff;
  perspective: 1px;
  transform-style: preserve-3d;
}
.line-heading {
  display: flex;
  max-width: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.custom-html--sitecore .section-container-3 .panel-1 .curtain-border {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 980px;
  height: 100%;
  overflow: hidden;
  top: 0rem;
}
.services .line-heading {
  position: absolute;
  z-index: 5;
  top: 2em !important;
  left: 18% !important;
}
.revamp-about .about-tbox {
  width: 50%;
}
.revamp-about .about-image {
  width: 50%;
  margin-top: 10px;
}
h2.customr {
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 39px;
  color: #333333;
}
.logotype {
  background-image: url(../img/clutch.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 37px;
  width: 33px;
}
.section-take-off {
  position: static;
  z-index: 9 !important;
}
#menu-main-area ul li:after {
  position: absolute;
  width: 30px;
  height: 23px;
  content: "";
  background: url(../img/arrow-angle.webp);
  background-size: cover;
  right: 48px;
  top: 0;
  display: none;
}
h3.htdo {
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 104%;
  text-transform: uppercase;
  color: #ffffff;
}
#menu-main-area ul li a {
  font-family: "Gilmer" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 104% !important;
  color: #ffffff !important;
}
#menu-main-area ul li {
  color: #959391;
  display: flex;
  font-family: Gilmer, sans-serif;
  font-size: 28px;
  margin: 0 0 22px 0;
  position: relative;
  top: 48px;
}
.menu-link a {
  font-family: "Gilmer" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 104% !important;
  color: #ffffff;
}
.menu-item {
  /* hide and position tooltip */
  opacity: 0;
  transition: opacity 0s ease-in 600ms, opacity 600ms;
  position: relative;
}

.menu-item:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: width 600ms;
}

.menu-item-hover:hover .menu-item {
  opacity: 1;
  transition: opacity 0s ease-in 600ms, opacity 600ms;
}

.menu-item-hover:hover .menu-item:after {
  width: 0;
}
@media only screen and (max-width: 1920px) {
  .sticky-top-contact-bar > ul {
    max-width: 100%;
    /* width: 32%; */
    width: 100% !important;
    margin: 0 auto;
    margin: inherit !important;
    padding-top: 17px;
    padding-bottom: 14px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 50%);
    background-color: #fff;
    padding-right: 180px;
    margin-right: 0 !important;
    background: url(../img/subtract.webp) no-repeat;
    /* position: absolute; */
    /* right: 0; */
    background-position: 80% 52%;
    margin-top: 11px !important;
  }
  .menu-icon {
    display: block;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 14px !important;
    background: url(../img/iconresponsive.webp) no-repeat;
    width: 6%;
    height: 10% !important;
    height: 100%;
    z-index: 999999999999999 !important;
    cursor: pointer;
  }
  .tabCardsItem--theme-santander .tabCardsItem__image--mid {
    width: 62%;
    top: unset;
    bottom: 0%;
    right: -12px;
  }
  .sticky-top-contact-bar.sticky > ul {
    background-position: 75% 52%;
  }
}
@media only screen and (max-width: 1680px) {
  .sticky-top-contact-bar > ul {
    max-width: 100%;
    /* width: 32%; */
    width: 100% !important;
    margin: 0 auto;
    margin: inherit !important;
    padding-top: 17px;
    padding-bottom: 14px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 50%);
    background-color: #fff;
    padding-right: 140px;
    margin-right: 0 !important;
    background: url(../img/subtract.webp) no-repeat;
    /* position: absolute; */
    /* right: 0; */
    background-position: 80% 52%;
    margin-top: 11px !important;
  }
  .menu-icon {
    display: block;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 14px !important;
    background: url(../img/iconresponsive.webp) no-repeat;
    width: 5%;
    height: 10%;
    z-index: 999999999999999 !important;
    cursor: pointer;
  }
}
@media only screen and (max-width: 1536px) {
  .revamp-about .about-tbox p {
    font-size: 12px;
    width: 95%;
    line-height: 28px;
    padding-bottom: 15px;
  }
  .line-heading .outline-text {
    z-index: 1;
    font-family: "Gilmer";
    font-style: normal;
    font-weight: 700;
    font-size: 59px !important;
    line-height: 0 !important;
    color: #ffffff;
  }
  span.numb {
    font-family: "Big Shoulders Display";
    font-style: normal;
    font-weight: 700;
    font-size: 209px !important;
  }
  p.head {
    font-family: "Gilmer";
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 41px !important;
  }
  p.head {
    left: 125px;
    top: 0 !important;
  }
  h2.customr {
    font-family: "Gilmer";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    color: #333333;
  }
  #menu-main-area ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 150px !important;
    padding-bottom: 3px;
    padding-left: 40px;
    height: 1000px;
  }
  p.textcol {
    font-family: "Gilmer";
    font-style: normal;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 31px;
    color: #ffffff;
  }
  p.textcol1 {
    font-family: "Gilmer";
    font-style: normal;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 27px;
    color: #ffffff;
  }
}
@media only screen and (max-width: 1440px) {
  .services .line-heading {
    position: absolute;
    z-index: 5;
    top: 3em !important;
    left: 18% !important;
  }
  span.numb {
    font-family: "Big Shoulders Display";
    font-style: normal;
    font-weight: 700;
    font-size: 140px !important;
  }
  p.head {
    font-family: "Gilmer";
    font-style: normal;
    font-weight: 500;
    font-size: 27px !important;
    line-height: 28px !important;
    color: #ffffff;
    position: relative;
    left: 62px !important;
    top: -52px;
    padding-bottom: 29px;
  }
  img.pkk {
    width: 50%;
  }
  .revamp-about .about-tbox p {
    font-size: 12px;
    width: 95%;
    line-height: 22px;
    padding-bottom: 15px;
  }
  .revamp-about .about-tbox h1 {
    font-size: 38px;
    padding-bottom: 20px;
    font-family: "Gilmer";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 37px;
    color: #000000;
  }
  .line-heading .outline-text {
    z-index: 1;
    font-family: "Gilmer";
    font-style: normal;
    font-weight: 700;
    font-size: 51px;
    line-height: 85px;
    color: #ffffff;
  }
  span.numb {
    font-family: "Big Shoulders Display";
    font-style: normal;
    font-weight: 700;
    font-size: 172px;
  }
  p.head {
    font-family: "Gilmer";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 52px;
    color: #ffffff;
  }
  p.descri {
    font-family: "Gilmer";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #ffffff;
  }
  #menu-main-area ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 100px;
    padding-bottom: 3px;
    padding-left: 40px;
  }
  p.textcol {
    font-family: "Gilmer";
    font-style: normal;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 28px !important;
    color: #ffffff;
  }
  p.textcol1 {
    font-family: "Gilmer";
    font-style: normal;
    font-weight: 500;
    font-size: 10px !important;
    line-height: 20px !important;
    color: #ffffff;
  }
  .sticky-top-contact-bar > ul {
    max-width: 100%;
    /* width: 32%; */
    width: 100% !important;
    margin: 0 auto;
    margin: inherit !important;
    padding-top: 17px;
    padding-bottom: 14px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 50%);
    background-color: #fff;
    padding-right: 130px;
    margin-right: 0 !important;
    background: url(../img/subtract.webp) no-repeat;
    /* position: absolute; */
    /* right: 0; */
    background-position: 80% 52%;
    margin-top: 11px !important;
  }

  .menu-icon {
    display: block;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 13px !important;
    background: url(../img/iconresponsive.webp) no-repeat;
    width: 5%;
    height: 10%;
    z-index: 999999999999999 !important;
    cursor: pointer;
  }
  .sticky-top-contact-bar.sticky > ul {
    background-position: 71% 52%;
  }
  .revamp-about .about-tbox h2 {
    font-size: 18px;
    padding-bottom: 0px;
  }
  .custom-html--sitecore .section-container-3 .panel-2 .new-row {
    margin-top: 0;
    transition: margin 0.6s ease;
  }
  .blog-slide__slider .post-holder {
    width: 380px;
    height: 510px !important;
    background: #000;
    margin-right: 30px;
    cursor: pointer;
    overflow: unset;
    transition: 0.5s ease transform;
  }
}
@media only screen and (max-width: 1367px) {
  .revamp-footer .up .left h3 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    padding-bottom: 40px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 1280px) {
  #content {
    width: 100vw;
    height: 100vh;
    margin-top: 0 !important;
  }
  .revamp-about .about-tbox p {
    font-size: 11px !important;
  }
  .sticky-top-contact-bar > ul {
    max-width: 100%;
    /* width: 32%; */
    width: 100% !important;
    margin: 0 auto;
    margin: inherit !important;
    padding-top: 17px;
    padding-bottom: 14px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 50%);
    background-color: #fff;
    padding-right: 100px;
    margin-right: 11px !important;
    background: url(../img/subtract.webp) no-repeat;
    /* position: absolute; */
    /* right: 0; */
    background-position: 80% 52%;
    margin-top: 11px !important;
  }
  .menu-icon {
    display: block;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 14px !important;
    background: url(../img/iconresponsive.webp) no-repeat;
    width: 5%;
    height: 100%;
    z-index: 999999999999999 !important;
    cursor: pointer;
  }
}
@media only screen and (max-width: 1024px) {
  .poke br {
    display: none;
  }
  .testimonial-section-col .slick-slide img {
    border: 0px solid #fff;
    display: block;
  }

  .container-fluid.bgg1 {
    background: #2d3446;
    margin-top: 0 !important;
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .section.testimonials-section.clearfix {
    height: auto !important;
  }
  .nrww {
    max-width: 100%;
  }
  h2.pkss {
    position: absolute;
    top: 0;
  }
  .rt {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .container-fluid.bgg1 {
    background: #2d3446;
    margin-top: 20%;
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .sticky-top-contact-bar > ul {
    max-width: 100%;
    /* width: 32%; */
    width: 100% !important;
    margin: 0 auto;
    margin: inherit !important;
    padding-top: 17px;
    padding-bottom: 14px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 50%);
    background-color: #fff;
    padding-right: 41px;
    margin-right: 53px !important;
    background: url(../img/subtract.webp) no-repeat;
    /* position: absolute; */
    /* right: 0; */
    background-position: 114% 52%;
    margin-top: 5px !important;
  }
  .menu-icon {
    display: block;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 14px !important;
    background: url(../img/iconresponsive.webp) no-repeat;
    width: 5%;
    height: 100%;
    z-index: 999999999999999 !important;
    cursor: pointer;
  }
  .testimonial-section-col-right {
    padding-bottom: 0 !important;
  }
}
/* 1024 end */
.menu-icon span {
  display: none;
}
.menu-icon.sticky {
  position: fixed;
  left: 94%;
  bottom: 8%;
}
.sticky {
  height: 5.3rem;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

.avatar {
  width: 100%;
  height: auto;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

a.pk {
  border: 1px solid transparent;
  border-image: linear-gradient(45deg, #17c0ae, #f9b416);
  border-image-slice: 1;
  padding: 18px 35px;
  font-size: 16px;
  color: #231e2b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}
a.pk:hover {
  background: linear-gradient(to bottom right, #f9b416, #41baa5);
  color: #fff;
  transition: 0.5s all;
}
.view-button.neww {
  margin-top: -64px;
}

.revamp-about .about-tbox p.about-btn {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 18px;
}
.custom-html--sitecore .section-container-3 .panel-2 .new-row.isactive {
  margin-top: 4vh;
}
.clientel-update .head-tbox h2 {
  color: #030303;
  font-size: 48px;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 40px;
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 65px;
  color: #000000;
}
.custom-html--sitecore .section-container-3 .panel-2 .new-row {
  margin-top: 19px;
  transition: margin 0.6s ease;
}
.revamp-about.panel.panel-2 .container {
  max-width: 1920px !important;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.section {
  padding: 0px 0px !important;
}
.services-thumb-slider-wrapper {
  position: absolute;
  width: 50%;
}
.services-thumb-slider-wrapper .scroll-text {
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
  left: 9.5%;
  color: #ffffff;
}
.fullscreen.lp {
  height: 89vh;
  max-height: 89vh;
}
.fullscreen {
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 120vh;
  max-height: 120vh;
}
.update-header-s .bg-sticky_red_phone_icon {
  margin-top: 3px;
  width: 18px;
  height: 17px;
  background: url(../assets/images/css_sprites.png) -243px -182px;
  z-index: 999;
  position: relative;
}
.update-header-s .bg-sticky_red_mobile_icon {
  margin-top: 3px;
  width: 18px;
  height: 17px;
  background: url(../assets/images/css_sprites.png) -111px -183px;
  z-index: 999;
  position: relative;
}
.update-header-s .bg-sticky_red_message_icon {
  margin-top: 3px;
  width: 18px;
  height: 17px;
  background: url(../assets/images/css_sprites.png) -204px -182px;
  z-index: 999;
  position: relative;
}
div#tawk-bubble-container {
  display: none;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

.clientel-update .view-button {
  text-align: center;
  width: 100%;
  margin: 0;
  margin-top: 30px;
  text-align: left;
  padding-left: 57px;
}
.clientel-update .image-box a img {
  width: 100%;
  object-fit: contain;
}
.clientel-update .head-tbox {
  padding-bottom: 30px;
  text-align: left;
  padding-left: 55px;
}

.blogs.clientel-update .head-tbox {
  padding-bottom: 30px;
  text-align: left;
  padding-left: 0px;
}

.clientel-update .image-box {
  display: flex;
  justify-content: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: row;
}
.blogs {
  padding-top: 50px !important;
}

.clientel-update .image-box a {
  width: 20%;
  padding-bottom: 9px !important;
  align-items: center;
  display: flex;
  justify-content: center;
}

.clientel-update {
  padding-bottom: 0px;
}

.section-take-off.take-off {
  margin-bottom: 0;
  padding-top: 55px;
  padding-bottom: 55px;
  width: 80%;
  margin: 0 auto;
  /*position: relative;*/
  /*top: 29px;*/
  margin-bottom: 60px;
}

.readyy {
  position: relative;
  width: 80%;
  height: 256px;
  left: 0;
  top: 0;
  background: #f7b318;
  text-align: center;
  margin: 0 auto;
}

span.imgt {
  position: relative;
  top: -10px;
}

p.rdey {
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 800;
  font-size: 80px;
  line-height: 3;
  text-transform: uppercase;
  color: #000000;
}

h2.tp {
  text-align: center;
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  text-align: center;
  color: #000000;
}

/* may 2023 css */

@media only screen and (max-width: 1300px) {
  body.home .mini-card:not(:first-child) {
    margin-left: -209px;
  }
  p.pk22 {
    font-size: 50px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 992px) {
  .asadw {
    font-size: 35px;
  }
  .popular-articles {
    overflow-x: scroll;
  }
  .container.max-container {
    max-width: 100%;
  }

  .experience-slider2 .slick-list {
    margin: 0 !important;
  }

  h1.txtbanner {
    top: 17.5% !important;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    font-size: 31px;
  }

  p.titlehead {
    display: none;
  }

  .formbox {
    margin-top: 20px;
  }
  p.pk22 {
    font-size: 31px;
    line-height: 35px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  p.pk22 {
    font-size: 31px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .pk22 br {
    display: none;
  }
  .author-row1 {
    top: auto;
    bottom: 17px !important;
  }
  .regular.slider.frrd .slick-dots {
    position: relative;
    padding-top: 0 !important;
  }
  h1.txtbanner {
    top: 18% !important;
  }
  p.ht1 {
    width: auto !important;
  }
  body.home .mini-card {
    position: relative;
    overflow: hidden;
  }
  .frrd .slick-slide {
    margin: 0px 10px !important;
  }
  .mini-card {
    background-size: cover;
    border-radius: 20px !important;
    overflow: hidden !important;
  }
}
@media only screen and (min-width: 767px) {
  .mobileblock {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .section-take-off.take-off {
    width: 90% !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .bgg1.featured_article .row {
    flex-direction: column;
  }
  .card-img-top {
    height: auto;
    object-fit: cover;
  }
  .featured_article .col-lg-5.col-md-6,
  .featured_article.col-lg-7.col-md-6 {
    max-width: 100% !important;
    flex: 0 0 100%;
  }
  .section.testimonials-section {
    margin: 30px 0;
  }
  .mini-card {
    background: linear-gradient(
      90deg,
      rgb(161, 161, 161) 0%,
      rgb(116, 116, 116) 46%
    );
    margin-bottom: 20px !important;
  }
  .poke br {
    display: none;
  }
  .testimonial-section-col-content-holder {
    margin-top: 30px;
  }
  /*.banner-video-s .pk.avatar img{*/
  /*	display: none !important;*/
  /*}*/
  .banner-video-s .pk.avatar img.mobileblock {
    display: none !important;
  }
  .mobileblock {
    display: block !important;
  }
  .mobilenone {
    display: none;
  }
  .experience-slider2 p.card-text {
    font-size: 16px !important;
  }
  .card-body p {
    font-size: 15px !important;
  }
  .text-center.asadw.pop {
    font-size: 29px;
    line-height: 1.4;
  }
  #accordionExample .card a {
    padding-right: 40px;
  }
  div.take-off,
  .take-off span {
    font-size: 25px !important;
  }
  .row.clearfix.twit {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  body.home .mini-card {
    margin: 0;
  }
  .frrd .slick-slide {
    margin: 0 3px !important;
  }
  p.pkll {
    margin-top: 20px;
  }

  .yelaki.htace {
    display: none !important;
  }

  .regular.slider.frrd .slick-dots {
    margin-bottom: 30px;
  }
  .testimonial-section-col-right {
    padding-top: 10px !important;
  }

 
  .desgn {
    text-align: center;
    font-size: 20px !important;
    line-height: 1.3 !important;
    margin-bottom: 30px !important;
  }
  .poke {
    line-height: 1.3 !important;
  }
  div.col-md-6.col-sm-12.testimonial-section-col.nrww.testimonial-section-col-left.clearfix.d-flex.align-items-center {
    display: block !important;
  }
  .pragrh {
    font-size: 21px !important;
  }
  .customer-logos22.slick-initialized.slick-slider .element.slick-slide {
    margin: 0 !important;
  }
  .imgport {
    text-align: center;
  }
  .imgport img {
    width: 100% !important;
  }
  .col-md-12.rt {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  p.ht1 {
    padding-right: 23px;
  }
  .pk.avatar {
    top: 0;
  }
  h1.txtbanner {
    top: 146px !important;
    line-height: 1.2;
    padding: 0 10px;
    font-size: 21px;
  }

  p.titlehead {
    display: none;
  }
}
section.regular.slider.frrd.slick-initialized.slick-slider {
  display: none;
}
.rt .slick-next:before {
  content: url(../img/arr-next.png);
  /* width: 36px; */
  /* height: 16px; */
}

.rt .slick-prev:before {
  content: url(../img/arr-prev.png);
}
.rt button.slick-prev {
  position: relative;
  top: 27px;
  left: 20px;
}
.rt button.slick-next {
  position: relative;
  top: -14px;
  left: 80px;
}
/*       .rt .slick-slider.slick-initialized {
    margin-left: 135px;
} */
p.shre {
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 12px;
}
.slick-slider .element {
  height: auto;
  background-color: transparent;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  margin: 0px -125px -7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 20px;
  flex-direction: column;
}
.slick-slider .slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.customer-logos .slick-prev {
  left: -11px;
  position: absolute;
  z-index: 9;
  /* font-size: 35px; */
}

.customer-logos .slick-next {
  right: 11px;
}

.customer-logos {
  cursor: grab;
  /* background: gray; */
  /* width: 200px; */
  /* height: 200px; */
  cursor: url(../img/drag.png), auto;
}
.tabCardsItem__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  transition: opacity 0.3s;
  overflow: hidden;
}

html,
body,
.container,
.carousel,
.carousel-inner,
.carousel-item .lpslide {
  height: auto;
}
.asadw {
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 67px;
  /* identical to box height */

  letter-spacing: 0.01em;
  text-transform: capitalize;

  color: #000000;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card h6 a {
  font-family: "Gilmer";
  padding-right: 35px !important;
}
.card-body li,
.card-body p {
  font-family: "Gilmer";
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1.4;
}
.card-body {
  padding: 0 !important;
}
.card-header {
  padding: 0.75rem 0.25rem !important;
  padding-left: 0 !important;
}
.collapsible-link::before {
  content: "";
  width: 14px;
  height: 1px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: "";
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded="true"]::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded="true"]::before {
  transform: rotate(180deg);
}

.cursor.hovered {
  cursor: pointer !important;
  opacity: 1;
}
@media only screen and (max-width: 1920px) {
  .blog-slide__slider {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1600px) {
  .blog-slide__slider {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
  }
}
.blog-slide .text-holder {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 300px;
  padding-left: 75px;
  padding-right: var(--content-width-opposite);
  box-sizing: content-box;
  background: #c32626;
}
p.textcol {
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
}
p.textcol1 {
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
  color: #ffffff;
}
.menu-icon.cancel {
  background: url(../img/close.webp) no-repeat;
  width: 100%;
  left: 95%;
  height: 60px;
}
.menu-icon.sticky.cancel {
  background: url(../img/close.webp) no-repeat;
  width: 100%;
}
.menu-area-wraper {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto;
  padding: 0;
  margin-top: 0px;
  height: 100%;
}
span.ah {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
span.ah:nth-child(2) {
  border-right: 1px dashed #afafaf;
  padding-right: 10px;
}
span.ah:first-child {
  border-right: 1px dashed;
  padding: 4px;
}
.blogs .blog-post ul li .categories h4 {
  background-color: #ff0000;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 5px;
  border-radius: 5px;
  text-align: center;
  width: 34%;
}
.blogs .head-tbox h2 {
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  /* identical to box height */

  text-align: center;

  color: #000000;
}
.blogs .blog-post ul li {
  width: 49%;
  list-style: none;
  margin-bottom: 50px;
  position: relative;
}
.blogs .blog-post ul li img {
  height: 283px;
}
.blogs .blog-post ul li .tbox {
  height: auto;
}
.blogs .blog-post ul li .tbox {
  height: 275px;
  background-color: rgb(255, 255, 255);
  box-shadow: -1.877px 11.852px 27px 0px rgb(62 61 60 / 8%);
  padding: 15px 17px 15px 17px;
  margin-top: -91px;
  position: relative;
  width: 100%;
  margin: -35px auto 0;
  padding: 27px;
}
.ts {
  padding-bottom: 14px;
}
.blogs .view-button {
  text-align: left;
  padding-left: 0px;
}

html {
  overflow-x: hidden;
}
button.custom-slick-arrow.custom-slick-arrow-right.bg-transparent.border-0.font-19 {
  background: url(../img/right.png) no-repeat;
  width: 100px;
  height: 101px;
}
button.custom-slick-arrow.custom-slick-arrow-left.bg-transparent.border-0.font-19 {
  /*background: url(../img/left.webp) no-repeat;*/
  width: 100px;
  height: 101px;
  background: url(../img/right.png) no-repeat;
  width: 100px;
  height: 101px;
  transform: rotateY(180deg);
}
.author-row {
  position: absolute;
  bottom: 35px;
}

a.lppp {
  position: absolute;
  z-index: 9;
  top: 88%;
  font-size: 35px;
  left: 50%;
}
a.lpppt {
  position: sticky;
  z-index: 9;
  top: 90%;
  font-size: 35px;
  left: 49.2%;
}
video.vid-s {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}

.rt a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #cc0c0c;
  border-radius: 100%;
}
.rt a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 2px solid #cc0c0c;
  border-bottom: 2px solid #cc0c0c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rt a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.rt.ps a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #000000;
  border-radius: 100%;
}
.rt.ps a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rt.ps a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb031 3s infinite;
  animation: sdb031 3s infinite;
}
@-webkit-keyframes sdb031 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb031 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.blogs.clientel-update {
  background: #ffffff;
}

.blogs .blog-post ul li .tbox h2 a {
  font-size: 15px;
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.blogs .blog-post ul li .tbox p {
  font-size: 13px;
  line-height: 22px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.revamp-footer .up .left:after {
  content: "";
  position: absolute;
  border: 1px solid #464646;
  height: 339px;
  right: 4%;
  top: 0;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 39px;
  color: #333333;
}

.revamp-about .about-tbox h1 {
  font-size: 38px;
  padding-bottom: 20px;
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 600;
  font-size: 33px;
  line-height: 37px;
  color: #000000;
}
.pt {
  position: absolute;
  top: 7px;
  left: 12px;
}
#menu-main-area ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 250px;
  padding-bottom: 3px;
  padding-left: 40px;
}
.menu-area {
  position: fixed;
  background-image: url(../img/bgmenu.webp);
  background-size: cover;
  background-position: center center;
}
#menu-main-area ul li a:hover {
  color: #ffffff !important;
}
.col-lg-6.title {
  padding-left: 68px;
}

html,
body,
.container,
.carousel,
.carousel-inner,
.carousel-item .lpslide {
  height: auto;
}

p.content.ps {
  margin-top: 0px;
  padding-top: 0px;
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-align: left;
}

p.conh {
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 51px;
  color: #ffffff;
  text-align: left;
  padding-left: 12px;
}

.container.lpslide {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.lpslide h1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}

.lpslide .card {
  border-radius: 10px 10px 0 0px;
  height: 550px;
  width: 82%;
  border: none;
  padding: 20px;
  background: aquamarine;
  background: linear-gradient(270deg, #084e4e 0%, #0d3438 113.67%);
  box-shadow: 0px -6px 12px rgb(0 0 0 / 10%);
  border-radius: 20px 20px 0px 0px;
  position: absolute;
  bottom: 0;
}

.carousel-item {
  z-index: 2;
  /*padding: 10px 25px;*/
}

.carousel-item > .row {
  margin: 0;
}

.title {
  color: #fff;
  text-align: center;
}

.bgTitle {
  background: linear-gradient(270deg, #084e4e 0%, #0d3438 113.67%);
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 0px 0px;
  position: absolute;
  z-index: 1;
}

.title h3 {
  font-family: "Big Shoulders Display";
  font-style: normal;
  font-weight: 700;
  font-size: 145px;
  line-height: 129px;
  letter-spacing: 0.03em;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.5;
  text-align: left;
}

.btn-next {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 100px;
  border-radius: 20px;
  background-color: #316e99;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  z-index: 3;
}

input {
  background-color: transparent !important;
}

/*-- vertical bootstrap slider --*/
.carousel .carousel-item-next.carousel-item-left,
.carousel .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel .carousel-item-next,
.carousel .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}

.carousel .carousel-item-prev,
.carousel .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

/*-- vertical carousel indicators --*/
.carousel-indicators {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  left: -98%;
  width: auto;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.carousel-indicators li {
  display: block;
  margin-bottom: 0px;
  border-radius: 50px;
  width: 13px;
  height: 0px;
  background: #bdbdbd;
  transition: all ease 0.6s;
  border-bottom: 0px solid transparent;
}

.carousel-indicators li.active {
  background: transparent;
  width: 15px;
  border-radius: 92px;
  height: 11px;
  border: 1px solid #ffffff;
  position: relative;
  top: -1px;
}

.active p.whitee {
  background: #ffffff;
  width: 6px;
  height: 6px;
  position: relative;
  border-radius: 12px;
  left: 5px;
  top: 2px;
}

/* Media Querys */
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .bgTitle {
    height: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    top: 0;
  }

  .content {
    padding: 15px;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .bgTitle {
    height: 100%;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

.animation-element1 {
  opacity: 0;
  position: relative;
}
/*animation element sliding left*/

.animation-element1.slide-left1 {
  opacity: 0;
  -moz-transition: all 800ms linear;
  -webkit-transition: all 800ms linear;
  -o-transition: all 800ms linear;
  transition: all 800ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element1.slide-left1.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/*animation slide left styled for testimonials*/

.animation-element1.slide-left1.testimonial {
  float: left;
  width: 47%;
  margin: 0% 1.5% 3% 1.5%;
  background: #f5f5f5;
  padding: 15px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px #eaeaea;
}
.animation-element1.slide-left1.testimonial:hover,
.animation-element1.slide-left1.testimonial:active {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

.animation-element1.slide-left1.testimonial:nth-of-type(odd) {
  width: 48.5%;
  margin: 0% 1.5% 3% 0%;
}

.animation-element1.slide-left1.testimonial:nth-of-type(even) {
  width: 48.5%;
  margin: 0% 0% 3% 1.5%;
}

.animation-element1.slide-left1.testimonial .header {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.animation-element1.slide-left1.testimonial .left {
  float: left;
  margin-right: 15px;
}
.animation-element1.slide-left1.testimonial .right {
  float: left;
}

.animation-element1.slide-left1.testimonial img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.5);
}

.animation-element1.slide-left1.testimonial h3 {
  margin: 0px 0px 5px 0px;
}

.animation-element1.slide-left1.testimonial h4 {
  margin: 0px 0px 5px 0px;
}

.animation-element1.slide-left1.testimonial .content {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.animation-element1.slide-left1.testimonial .rating {
}

.animation-element1.slide-left1.testimonial i {
  color: #aaa;
  margin-right: 5px;
}

/*media queries for small devices*/
@media screen and (max-width: 678px) {
  /*testimonials*/
  .animation-element1.slide-left1.testimonial,
  .animation-element1.slide-left1.testimonial:nth-of-type(odd),
  .animation-element1.slide-left1.testimonial:nth-of-type(even) {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .animation-element1.slide-left1.testimonial .right,
  .animation-element1.slide-left1.testimonial .left,
  .animation-element1.slide-left1.testimonial .content,
  .animation-element1.slide-left1.testimonial .rating {
    text-align: center;
    float: none;
  }
  .animation-element1.slide-left1.testimonial img {
    width: 85px;
    height: 85px;
    margin-bottom: 5px;
  }
}
.containerpk.cf {
  text-align: center;
}
.imgmenu {
  width: 95%;
  float: left;
  text-align: left;
  position: relative;
  left: -38px;
  top: 52px;
  height: auto;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}
.imgmenu1 {
  float: left;
  text-align: left;
  position: relative;
  left: 0px;
  top: 52px;
}
.imgmenu2 {
  width: 95%;
  float: left;
  text-align: left;
  position: relative;
  left: 0px;
  top: 52px;
}

/* .section.testimonials-section.clearfix {
    height: 670px;
} */
.processs {
  text-align: center;
  margin: 0 auto;
  font-family: "Gilmer";
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 85px;
  padding-top: 60px;
  color: #ffffff;
}
@media only screen and (max-width: 1600px) {
  .revamp-roi .roi-main .left p.learn-btn {
    padding-bottom: 0;
    margin-top: 45px;
  }
  .revamp-roi .roi-main .left .count-box h5 {
    margin: 0;
    color: #231e2b;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
  }
  .revamp-roi .roi-main .left h4 {
    font-size: 19px;
    width: 78%;
    line-height: 35px;
  }
  .revamp-roi .roi-main .left p {
    margin-bottom: 0;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    width: 95%;
    padding-bottom: 35px;
  }
  .revamp-about .about-image {
    width: 50%;
    margin-top: 10px;
  }
  .cluthc {
    padding-bottom: 5px;
  }
  img.clutch {
    width: 35%;
  }
  .revamp-about .about-tbox p {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    width: 97%;
    line-height: 23px;
    padding-bottom: 0px;
  }
  h2.customr {
    font-family: "Gilmer";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-top: 4px;
  }
  img.pkk {
    width: 60%;
  }
}
@media only screen and (max-width: 1399px) {
  .revamp-about .about-image {
    width: 50%;
    margin-top: 0px;
  }
  .processs {
    text-align: center;
    margin: 0 auto;
    font-family: "Gilmer";
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 0;
    padding-top: 60px;
    color: #ffffff;
  }
  .section-take-off.take-off {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 80%;
    margin: 0 auto;
    position: relative;
    top: 0px;
    margin-bottom: 50px;
  }
  .clientel-update .view-button {
    text-align: center;
    width: 100%;
    margin: 0;
    margin-top: 0;
    text-align: left;
    padding-left: 57px;
  }
  .clientel-update .head-tbox h2 {
    color: #030303;
    font-size: 48px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 40px;
    font-family: "Gilmer";
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    color: #000000;
  }
  .roi-main {
    margin-top: 44px !important;
  }
  .blogs .view-button {
    text-align: left;
    padding-left: 0px !important;
    padding-top: 20px;
  }
  .blogs .blog-post ul li .categories h4 {
    background-color: #ff0000;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 2px;
    border-radius: 5px;
    text-align: center;
    width: 39%;
  }
  .processs {
    text-align: center;
    margin: 0 auto;
    font-family: "Gilmer";
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 85px;
    padding-top: 0px;
    color: #ffffff;
  }
  .revamp-about .about-tbox p {
    color: #000000;
    font-weight: 400;
    font-size: 13px;
    width: 97%;
    line-height: 20px;
    padding-bottom: 0px;
  }
  .revamp-about .about-tbox p.about-btn {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
  .revamp-about .about-tbox h1 {
    font-size: 38px;
    padding-bottom: 20px;
    font-family: "Gilmer";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
  }
}
@media only screen and (max-width: 1280px) {
  .revamp-about .about-image {
    width: 50%;
    margin-top: 0;
  }
}
#introduction {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 105;

  cursor: pointer;
  overflow: hidden;
  top: 0;
  left: 0;
}

#introduction .image-container {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: relative;
}

@media (max-width: 768px) {
  #introduction .image-container {
    height: 80vh;
  }
}

#introduction .banner-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1600px;
}

#introduction .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background: #fff;
}

#introduction .slide-2 {
  height: 0;
}

.slide-1 {
  z-index: 999;
}

.image-container {
}

#content {
  width: 100vw;
  height: 100vh;

  margin-top: 30px;
}

.roi-main {
  margin-top: 70px;
}
.head-logo img {
  width: 8%;
}
.bolld {
  font-weight: 700;
}
ul.service-item__list-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
}
p.dettial {
  position: absolute;
  left: 25px;
  top: 17px;
}
.card11 {
  width: 100%;
  height: 321px;
  background: #fff;
  border-top-right-radius: 9.95392px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  box-shadow: none;
  transition: all 0.3s ease-out;
  text-decoration: none;
  border: 0px;
}

.card11:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11),
    0 24px 46px var(--box-shadow-color);
}

.card11:hover .overlay {
  transform: scale(4) translateZ(0);
}
.card11:hover .overlay1 {
  transform: scale(4) translateZ(0);
}
.card11:hover .overlay2 {
  transform: scale(4) translateZ(0);
}
.card11:hover .overlay4 {
  transform: scale(4) translateZ(0);
}

.card11:hover .circle {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}

.card:hover .circle:after {
  background: var(--bg-color-light);
}

.card11:hover p {
  color: var(--text-color-hover);
}

.card11:active {
  transform: scale(1) translateZ(0);
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11),
    0 15px 24px var(--box-shadow-color);
}

.card11 p {
  font-size: 17px;
  color: #4c5656;
  margin-top: 50px;
  z-index: 1000;
  transition: color 0.3s ease-out;
}

.circle {
  width: 131px;
  height: 131px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}

.circle:after {
  content: "";
  width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  background: var(--bg-color);
  border-radius: 50%;
  top: 7px;
  left: 7px;
  transition: opacity 0.3s ease-out;
}

.circle svg {
  z-index: 10000;
  transform: translateZ(0);
}

.overlay {
  width: 70px;
  position: absolute;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(180deg, #1c8a82 0%, #0c6c6c 100%);
  top: 7px;
  left: 21px;
  z-index: 0;
  transition: transform 0.3s ease-out;
}
.education:hover .overlay {
  width: 181px;
  position: absolute;
  height: 181px;
  border-radius: 50%;
  background: #f20000;
  top: 14px;
  left: 8px;
  z-index: 0;
  transition: transform 0.8s ease-out;
  /* background: #FFFFFF; */
  /* border-radius: 9.95392px; */
  background: linear-gradient(180deg, #1c8a82 0%, #0c6c6c 100%);
}
.education:hover .overlay1 {
  width: 181px;
  position: absolute;
  height: 181px;
  border-radius: 50%;
  background: #f20000;
  top: 14px;
  left: 8px;
  z-index: 0;
  transition: transform 0.8s ease-out;
  /* background: #FFFFFF; */
  /* border-radius: 9.95392px; */
  background: #f7b318;
}

.education:hover .overlay2 {
  width: 181px;
  position: absolute;
  height: 181px;
  border-radius: 50%;
  background: #f20000;
  top: 14px;
  left: 8px;
  z-index: 0;
  transition: transform 0.8s ease-out;
  /* background: #FFFFFF; */
  /* border-radius: 9.95392px; */
  background: #c32626;
}
.education:hover .overlay4 {
  width: 181px;
  position: absolute;
  height: 181px;
  border-radius: 50%;
  background: #09525a;
  top: 14px;
  left: 8px;
  z-index: 0;
  transition: transform 0.8s ease-out;
  /* background: #FFFFFF; */
  /* border-radius: 9.95392px; */
  background: #09525a;
}
.education:hover p.dettial {
  color: #ffffff;
}
.education:hover span.headi {
  color: #ffffff;
}
.opeer {
  width: 47px;
  height: 47px;
  position: absolute;
  z-index: 9;
  display: block;
  top: 17px;
  left: 35px;
}
.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  text-align: left;
}
@media only screen and (max-width: 821px) {
  .pk.avatar {
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    top: 0px !important;
    text-align: center;
  }
  .banner-video-s {
    display: flex;
    flex-direction: column-reverse;
  }
  body.home .mini-card:focus-within ~ .mini-card,
  body.home .mini-card:hover ~ .mini-card {
    transform: translateX(0px);
  }
  .author-row {
    position: absolute;
    top: 0px;
  }

  body.home .mini-card:focus-within,
  body.home .mini-card:hover {
    transform: translate(0rem, 0rem) rotate(0deg);
  }
  body.home .mini-card:not(:first-child) {
    margin-left: 0;
    box-shadow: none;
  }
  .formbox {
    background: #2d3446;
    box-shadow: 0px 17px 15px rgb(0 0 0 / 4%);
    border-radius: 20px;
    padding: 30px;
    width: 100%;
  }
  /*    .col-md-6.col-sm-12.testimonial-section-col.nrww.testimonial-section-col-left.clearfix.d-flex.align-items-center {*/
  /*    display: none !important;*/
  /*}*/
  .row.clearfix.twit {
    flex-direction: column-reverse !important;
  }
  .testimonial-section-col-content-holder {
    margin-top: 20px;
  }
  button.slick-next {
    display: none !important;
  }
  .rt button.slick-prev {
    position: relative;
    top: 27px;
    left: 20px;
    display: none !important;
  }
  
  .rt .slick-slider.slick-initialized {
    margin-left: 0px;
  }

  .container-fluid.bgg1 {
    background: #2d3446;
    margin-top: 44%;
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .pkks {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }


  p.about-btn {
    text-align: left;
    margin-left: 0;
    margin-top: 24px;
  }
  .tabCardsItem__inner {
    padding: 8px;
    height: 100%;
    min-height: auto;
  }
  .poke {
    font-family: "Gilmer";
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    line-height: 54px;
    color: #000000;
  }
}
@media only screen and (max-width: 736px) {
  p.pk22 {
    font-family: "Gilmer";
    font-style: normal;
    font-weight: 800;
    font-size: 26px !important;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #ffffff;
  }

  .container-fluid.bgg1 {
    background: #2d3446;
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .desgn {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    font-family: "Gilmer";
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 39px;
    color: #ffffff;
    font-family: "Gilmer";
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 43px;
    color: #ffffff;
  }
}

@media only screen and (max-width: 480px) {
  p.ht1 {
    font-size: 16px;
  }
  h1.txtbanner {
    position: absolute;
    right: 10%;
    top: 55%;
  }
  li.tabCards__item.item.slick-slide.slick-current.slick-active {
    width: 350px !important;
  }
  .container-fluid.bgg1 {
    background: #2d3446;
    padding-top: 8%;
    padding-bottom: 8%;
  }
  h2.pkss {
    font-family: "FONTSPRING DEMO - Visby CF Bold";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    text-transform: capitalize;
    font-family: "FONTSPRING DEMO - Visby CF Bold";
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 25px;
    text-transform: capitalize;
    color: #ffffff;
    text-align: left;
    padding-left: 0;
    left: 0px;
    top: 25px;
  }
  .section-take-off.take-off {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 0px;
    margin-bottom: 30px;
  }
  .bgg1 .row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
  }
  .container-fluid.bgg1 {
    background: #2d3446;
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .testimonial-section-col-logo-holder {
    padding: 0 !important;
    margin-bottom: 12px;
  }
}
/*.container.max-container{*/
/*	max-width: 90% !important*/
/*}*/
body.home .mini-card-grid {
  padding-bottom: 0 !important;
}
.mini-card-grid {
  max-width: 1300px;
}
.rightsec-tp h1 {
    font-weight: bold;
    line-height: 1.3;
    font-size: 30px;
}
.rightsec-tp {
  font-family: "Gilmer";
  color: #ffffff;
  width: 28%;
  position: static;
}
.rightsec-tp p {
    color: #fff;
    font-weight: 400 !important;
    margin-bottom: 0;
}
#mini-post-376331:hover > img:first-child {
  display: none;
}
img{
    max-width: 100%;
    height: auto;
}

.banner-video-s {
  margin-bottom: 150px;
}
.new_cnt {
  font-family: Gilmer;
}
.new_cnt .h2 {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}
.new_cnt .h2::before {
    content: "";
    background: #1c8a82;
    width: 20px;
    margin-right: 20px;
    height: 20px;
    display: block;
    border-radius: 20px;
}
.new_cnt .h3 {
  font-weight: bold;
  font-size: 45px;
  line-height: 1.3;
  margin-bottom: 23px;
  margin-top: 10px;
}
.new_cnt p {
  font-size: 18px;
}
.mgtop_90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.btnss{
    font-family: Gilmer;
    font-weight: bold;
}
.count_wrapper strong {
  color: #222;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9;
  display: block;
  margin-bottom: 0px;
  font-family: Gilmer;
}
.count_wrapper p {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 0px;
  font-family: Gilmer;
}
.count_wrapper {
  display: flex;
  align-items: center;
}
.count_wrapper img {
  margin-right: 10px;
}
.count_wrapper img {
  margin-right: 20px;
}
.word_count {
  margin-top: 70px;
}
#contact-us {
  padding-top: 120px;
}
.next_level_cta {
    background: url("../img/Techpg/ctaImg.webp");
    color: #fff !important;
    padding: 76px 0;
    margin-bottom: 80px;
    font-family: Gilmer;
}
.next_level_cta.second_cta {
  margin-bottom: 0;
}
.next_level_cta .h3 {
  font-size: 35px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
}
.next_level_cta p {
  font-size: 22px;
  margin-bottom: 0;
}
.lets_btn-solid {
  font-size: 20px;
  font-weight: 600;
  text-decoration: none !important;
  border: 1px solid #fff;
  display: inline-block;
  padding: 18px 33px !important;
  line-height: 1;
  font-family: "Gilmer", sans-serif;
  color: #fff !important;
}
.wrapper_onethird {
  text-align: center;
  font-family: "Gilmer", sans-serif;
}
.lets_btn-solid:hover {
    background: #fff;
    color: #087c73 !important;
    transition: all 0.5s ease;
}
.next_level_cta .col-md-5 {
    text-align: right;
}
.wrapper_onethird .h2 {
  margin-top: 0;
  font-family: 'Gilmer';
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 57px;
  text-align: center;
  margin-bottom: 30px !important;
}
.wrapper_onethird .col-md-12 > p {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
.port {
    max-width: 100%;
    height: 284px;
    padding: 30px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 17px 15px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: left;
    border: 1px solid #ebebeb;
}

.portfolioDisc .h3 {
  transition: all 0.2s linear;
  margin-top: 110px;
  background-color: #fff;
  text-align: left;
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #333333;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.port:hover .portfolioDisc .h3 {
  margin-top: 15px !important;
}
.portfolioDisc p {
  font-size: 16px;
}
.ic-box {
  background: #fff;
  border-radius: 10px;
  height: 158px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
  text-align: center;
  box-shadow: 0 0 24px #0000000f;
  border-radius: 10px;
}
.ic-box img {
  margin-bottom: 25px;
}
.ic-box p {
  color: #666;
  font-weight: 500;
  text-align: center;
}
.leading_the_charge {
  text-align: center;
}
.revolution_industries {
    background-image: url("../optimized_img/industries/industries_bg.jpg");
    padding: 90px 0;
    background-size: cover;
    font-family: 'Gilmer';
    margin-top: 70px;
}
.revolution_industries .h3_50 {
  text-align: center;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 45px;
  margin-top: 0;
}
.red_one {
  position: sticky;
  top: 0;
}
.green_one .newsec_bg {
  background-color: #1C8A82;
  background-image: url("../img/greenbg.webp");
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding: 76px;
}
.newsec_bg {
    background-image: url("../img/regbg.webp");
    color: #fff !important;
    /*height: 100vh;*/
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 76px;
    font-family: 'Gilmer';
    margin-top: 90px;
}
.newsec_bg .h2 {
  margin: 0;
  font-size: 19px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-weight: bold;
}
.newsec_bg h3 {
  font-size: 42px;
  font-weight: bold;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  margin-bottom: 20px;
}
.newsec_bg p {
  line-height: 1.7;
}
.leading_the_charge .lets_btn-solid {
  margin-top: 30px;
}
.cta-sec-last-main-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../img/cta-bg.webp);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 526px;
  border-radius: 20px;
  padding: 0px 50px !important;
}
.cta-sec-last-main-col{
    font-family: 'Gilmer';
}
.cta-sec-last-main-col .hd-txt.cta-txt h2::before{
    content: "";
    background: #fff;
    width: 20px;
    margin-right: 20px;
    height: 20px;
    display: block;
}
.cta-sec-last-main-col .hd-txt.cta-txt h2 {
  color: #fff;
  margin: 0;
  font-size: 19px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.cta-sec-last-main-col .hd-txt.cta-txt h3 {
  color: #fff;
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
}
.cta-sec-last-main-col .hd-txt.cta-txt p {
  color: #fff;
  font-size: 16px;
}
.bnr-btn {
  margin-top: 36px;
}
.get-btn {
    background: #C22528;
    border-radius: 10px;
    color: #fff !important;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}
.faq_cs {
    margin-top: 90px;
    margin-bottom: 50px;
}
.card-body p {
  font-size: 18px;
}
.card {
  margin-bottom: 10px;
}
/*==================================================
    Process
=================================================== */
#process {
  background-image: url('../img/portfoli-bg-1-1.webp');
  background-position: top center;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 120px;
}
#process .row {
  padding: 0;
}
#process .row *{
  padding: 0;
}
.process-lft-col {
  max-width: 33.5%;
}
.process-right-col {
  max-width: 66.5%;
}
#process .h2 {
  margin-bottom: 47px;
}
.similarHead.h2 {
  color: #222;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
   font-family: "Gilmer", sans-serif;
}
.pr_cnt .h3 {
  color: #000;
   font-family: "Gilmer", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.process-right p {
  color: #666;
  font-family: "Gilmer";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.7;
}
.pr_cnt {
  display: flex;
  align-items: center;
  margin-bottom: 66px;
  max-width: 86.8%;
  position: relative;
  left: 0px;
  transition: 0.7s;
}
.pr_cnt:hover {
  left: 20px;
}
.process-right {
  margin-left: 45px;
}
.process-right .h3 {
  margin-bottom: 18px;
  position: relative;
   font-family: "Gilmer", sans-serif;
}
.process-right .h3::before {
  content: "";
  display: block;
  width: 30px;
  background: black;
  height: 1px;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  left: -40px;
}
.pr_cnt.pr-1 {
  margin-left: -250px;
}
.pr_cnt.pr-2 {
  margin-left: -100px;
  margin-bottom: 94px;
}
.pr_cnt.pr-3 {
  margin-left: -80px;
  margin-bottom: 80px;
}
.pr_cnt.pr-4 {
  margin-left: -223px;
}
.next_level_cta.second_cta  {
  background: url("../img/cta-5.webp");
  background-size: cover;
}
.customer-logos22 .slick-arrow {
  display: none !important;
}
@media only screen and (min-width: 1600px) {
    #hmbanner_form .form-group input {
  height: 58px;
  font-family: Gilmer;
}
#hmbanner_form .form-group textarea{
    height: 120px;
    font-family: Gilmer;
}
  .revolution_industries .h3_50 {
    font-size: 50px;
    line-height: 85px;
    margin-bottom: 62px;
  }
  .ic-box img {
    margin-bottom: 35px;
  }
  .ic-box {
    height: 240px;
    margin-bottom: 32px;
  }
   .revolution_industries p {
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 0 !important; 
  }
}
@media only screen and (max-width: 1600px) {
    .c-heading.-h1 .h1 {
        font-size: 39px;
    }
    .c-heading.-h1 p {
        font-size: 17px;
    }
    .c-heading.-h1 ul {
        font-size: 18px;
        margin: 23px 0;
    }
    .rightsec-tp p {
        font-size: 15px;
    }
    .word_count {
      margin-top: 50px;
    }
    .c-heading.-h1 a {
      font-size: 16px;
      padding: 16px 24px !important;
      margin-top: 10px;
    }
    #contact-us {
      padding-top: 90px;
    }
    p.shre {
        font-size: 15px !important;
    }
  .process-lft-col {
    max-width: 34.5%;
  }
  #process .h2 {
    margin-bottom: 38px;
    font-size: 35px;
  }
  #process {
    padding-top: 73.22px;
    padding-bottom: 97.63px;
  }
  .pr_cnt .h3 {
    font-size: 22.78px;
      margin-bottom: 14.64px;
    line-height: 1.3;
  }
  .process-right p {
    font-size: 14.27px;
  }
  .pr_cnt img {
    max-width: 100px;
  }
  .pr_cnt {
    margin-bottom: 53.70px;
  }
  .process-right {
    margin-left: 36.61px;
  }
  .pr_cnt.pr-1 {
    margin-left: -184.4px;
  }
  .pr_cnt.pr-2 {
    margin-left: -70px;
    margin-bottom: 76.48px;
  }
  .pr_cnt.pr-3 {
    margin-left: -65.09px;
    margin-bottom: 57.09px;
  }
  .process-lft-col {
    max-width: 34.5%;
  }
  .process-right-col {
    max-width: 65.5%;
  }
    #process .row {
        align-items: center;
    }
    .pr_cnt.pr-4 {
        margin-left: -142px;
    }
    .rightsec-tp {
        width: 42%;
    }
    .banner-video-s {
        margin-bottom: 70px;
    }
    .count_wrapper strong{
        font-size: 40.68px;
        margin-bottom: 7px;
    }
    .count_wrapper p {
        font-size: 14px;
    }
    .count_wrapper img {
        width: 58px;
    }
    .new_cnt .h3 {
      font-size: 35px;
     }
     .new_cnt p {
      font-size: 15px;
    }
    .new_cnt .h2 {
      font-size: 16px;
     }
     .new_cnt .h2::before {
      background: #1c8a82;
      width: 15px;
      height: 15px;
     }
     .next_level_cta .h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .next_level_cta p {
      font-size: 16px;
     }
     .lets_btn-solid {
      font-size: 16px;
      padding: 16px 24px !important;
     }
     .next_level_cta {
      margin-bottom: 60px;
      padding: 50px 0;
    }
    .wrapper_onethird .h2 {
        font-size: 35px;
        line-height: 1.3;
        margin-bottom: 18px !important;
    }
    .wrapper_onethird .col-md-12 > p {
      margin-bottom: 31px;
      font-size: 15px;
    }
    .portfolioDisc p {
      font-size: 13.5px;
    }
    .portfolioDisc .h3 {
      font-size: 18px;
    }
    .revolution_industries {
      padding: 60px 0;
      background-size: cover;
      font-family: 'Gilmer';
      margin-top: 50px;
    }
    .revolution_industries .h3_50 {
      font-size: 35px;
      margin-bottom: 49px;
      }
      .revolution_industries p{
        color: #666;
        font-weight: 500;
        text-align: center;
        margin-bottom: 0;
        font-size: 14px;
        font-family: poppins;
        line-height: 1;
        margin-top: 0;
      }
    p.pkss {
        font-size: 42px;
        -webkit-text-stroke-width: 1px;
        margin-bottom: 55px;
    }
    .col-md-12.rt {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .newsec_bg {
        margin-top: 50px;
        padding: 55px !important;
    }
    .newsec_bg .h2 {
        font-size: 16px;
        margin-bottom: 11px;
    }
    .newsec_bg h3 {
      font-size: 35px;
      line-height: 1.2;
      margin-bottom: 10px;
    }
    .newsec_bg p {
      line-height: 1.7;
      font-size: 15px;
    }
    .leading_the_charge .lets_btn-solid {
        margin-top: 20px;
    }
    .pr_cnt {
        margin-bottom: 25px !important;
    }
    .cta-sec-last-main-col .hd-txt.cta-txt h2::before {
        width: 15px;
        height: 15px;
    }
    .cta-sec-last-main-col .hd-txt.cta-txt h2 {
        font-size: 15px;
        margin-bottom: 11px;
    }
    .cta-sec-last-main-col .hd-txt.cta-txt h3 {
      font-size: 27px;
      line-height: 1.2;
      margin-top: 0;
      margin-bottom: 14px;
    }
    .cta-sec-last-main-col .hd-txt.cta-txt p {
      color: #fff;
      font-size: 15px;
    }
    .get-btn {
      padding: 12px 22px;
      font-size: 14px;
    }
    .bnr-btn {
      margin-top: 20px !important;
    }
    .cta-sec-last-main-col {
      height: auto;
      padding: 50px 40px !important;
    }
    .asadw {
      font-size: 35px;
     }
     .card-body p {
      font-size: 15px;
    }
    .card h6 {
      font-size: 15px !important;
    }
}
/* max-width-1600 */
@media only screen and (max-width: 1701px) and (min-width: 1080px) {
  .ic-box img {
    width: 56px;
  }
}
@media only screen and (min-width: 1550px) {
   div.mega-header div.container,
   .container {
    max-width: 1350px !important;
  }
}
@media only screen and (max-width: 1550px) {
  div.mega-header div.container,
  .container {
    max-width: 1350px !important;
  }
  .desgn {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1440px) {
  div.mega-header div.container,
  .container {
    max-width: 1140px !important;
  }
}
@media only screen and (min-width: 1750px) {
  div.mega-header div.container,
  .container {
    max-width: 1500px !important;
  }
}

/* M 2024 CSS*/
@media only screen and (max-width: 1250px) {
  .take-off {
    font-size: 41px !important;
  }
  .desktopen {
    display: none;
  }
}
@media only screen and (min-width: 1251px) {
  .mobileen {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
    div.mega-header div.container,
    body .container {
        max-width: 95% !important;
  }
  body .container .container {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 1080px) {
    .m-banner__content {
      height: auto;
      overflow: hidden;
      padding: 100px 0;
    }
    .c-heading.-h1 {
        max-width: 69% !important;
    }
      .portfolioDisc .h3 {
        font-size: 16px;
      }
     .rightsec-tp h1 {
        margin-top: 0;
        font-size: 25px;
      }
    .word_count .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .revolution_industries .col-sm-2 {
        max-width: 25% !important;
        flex: 0 0 25%;
    }
  .author-row1 {
    top: auto !important;
    bottom: 17px !important;
  }
  /*cart slider*/
  body.home .mini-card {
    width: auto;
    position: relative;
    overflow: hidden;
    border-radius: 34px !important;
    background-size: cover;
  }
  body.home .mini-card:first-child:focus-within,
  body.home .mini-card:first-child:hover {
    transform: none !important;
  }
  .frrd .slick-slide {
    margin: 0px 9px;
  }
  body.home .mini-card > img:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 22px;
    width: 243px;
  }
  .ht1 {
    color: #fff !important;
    margin-top: 23px;
  }

  .frrd .slick-dots {
    bottom: -30px;
  }
  .frrd .slick-dots li button::before {
    color: white;
  }
  .frrd .slick-dots li.slick-active button::before {
    opacity: 0.75;
    color: white;
  }
  a.author-name1 {
    margin-top: 0;
    font-weight: bold;
  }
  .regular.slider.frrd .slick-prev::before,
  .regular.slider.frrd .slick-next::before {
    font-size: 20px;
  }
  /*cart slider*/
  .popular-articles {
    display: none;
  }
  section.regular.slider.frrd.slick-initialized.slick-slider {
    display: block !important;
  }
  p.pk22 {
    font-size: 45px;
    line-height: 1.3;
    letter-spacing: 0.01em;
    color: #ffffff;
    margin-bottom: 20px;
  }
  .container-fluid.bgg1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
 
  .desgn {
    font-size: 27px !important;
  }
  .col-md-12.rt {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .formbox {
    width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  .faq_cs .mobilenone {
    max-width: 60%;
    margin-top: 30px;
  }
  .faq_cs .col-lg-6:last-child {
    text-align: center;
  }
}
@media only screen and (max-width: 992px) {
  .rightsec-tp h1 {
    margin-top: 0;
  }
  .wrapper_onethird .col-md-4 {
  float: left !important;
}
}
@media only screen and (max-width: 821px) {
    .bar {
        left: 0;
        bottom: 0;
        margin: auto !important;
        top: 17px;
        position: relative !important;
        right: 0 !important;
    }
    .new_cnt {
        margin-top: 45px;
    }
     .revolution_industries .h3_50 {
        font-size: 28px;
        margin-bottom: 30px;
        line-height: 1.3;
      }
    .next_level_cta {
        margin-bottom: 50px;
        padding: 40px 0;
    }
    .wrapper_onethird .h2,
    .new_cnt .h3 {
    font-size: 28px;
    }
    .container.custom_container.wrapper_onethird {
    padding: 0;
    }
    .word_count {
      margin-top: 45px;
    }
    #contact-us {
      padding-top: 55px;
    }
    .container.custom_container > br {
        display: none;
    }
    img.bannerimg {
        display: none;
    }
    .rightsec-tp {
        width: 100%;
    }
    .pk.avatar {
        margin-top: 50px;
    }
    .rightsec-tp {
        text-align: center !important;
    }
    .rightsec-tp h1 {
        font-size: 27px;
    }
    .banner-video-s {
        margin-bottom: 40px;
    }
    
    .ic-box p {
        font-size: 14px;
        line-height: 1;
    }
    .red_one {
      position: static !important;
      top: 0;
    }
    .newsec_bg h3 {
      max-width: 100%;
      font-size: 31px;
    }
}
@media only screen and (max-width: 767px) {
        .hero-bg_wrap-cols {
            display: none;
        }
      .c-heading.-h1 {
        max-width: 100% !important;
      }
      
    .newsec_bg h3 {
        font-size: 27px;
    }
    .newsec_bg {
        margin-top: 20px;
        padding: 30px 20px !important;
    }
    .cta-sec-last-main-col {
        display: block !important;
    }
    .process-lft-col {
        display: none;
    }
    .process-right-col {
        max-width: 100%;
    }
    .pr_cnt {
        margin-left: 0 !important;
        max-width: 100% !important;
        padding: 0 !important;
    }
    .process_tab {
        padding: 0 20px !important;
    }
    .container-fluid.bgg1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .new_cnt {
        margin-top: 45px;
    }
    .mgtop_90 {
      margin-top: 45px;
      margin-bottom: 45px;
    }
    .next_level_cta .col-md-5 {
      text-align: left;
      margin-top: 20px;
    }
    .wrapper_onethird .h2 br {
      display: none;
    }
    .wrapper_onethird .col-md-12 > p {
      max-width: 100% !important;
    }
    .revolution_industries .col-sm-2 {
        max-width: 33% !important;
        flex: 0 0 33%;
    }
    .revolution_industries {
        padding: 40px 0;
        margin-top: 40px;
    }
    p.pkss {
        max-width: 100%;
        margin-bottom: 24px;
    }
    .cta-last-side-img {
      display: none;
    }
}
@media only screen and (max-width: 500px) {
  
  .revolution_industries .col-sm-2 {
    max-width: 50% !important;
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 480px) {
    .c-heading.-h1 .h1 {
        font-size: 24px;
    }
    .c-heading.-h1 ul {
        font-size: 16px;
        line-height: 1.4;
    }
  div.take-off,
  .take-off span {
    font-size: 17px !important;
  }
  .word_count .col-md-3 {
      flex: 0 0 100%;
      max-width: 1000%;
      border-bottom: 1px solid #d8d8d8;
      padding-bottom: 20px;
      margin-bottom: 20px;
    }
}
