body {
  margin: 0;
  font: 16px/1.4 "gilroyregular", sans-serif;
  color: #344054;
  background: #fff;
  overflow-x: hidden;
}

.flex {
  display: flex;
}

.v-center {
  align-items: center;
}
.relative {
  position: relative;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-responsive.fluid {
  width: 100%;
}

.cursor {
  cursor: pointer;
}

a:focus,
a {
  outline: none;
}

input,
textarea,
button {
  font-family: "gilroyregular", sans-serif;
  outline: none;
}

button,
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}

.h-center {
  justify-content: center;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.ml-auto {
  margin-left: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.flex-start {
  align-items: flex-start;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-row {
  flex-direction: row;
}

.block {
  display: block;
}

.white-content * {
  color: #fff !important;
}

input,
select {
  outline: none;
}

a {
  text-decoration: none;
  color: #253757;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}

.transition {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}

.list-none {
  margin: 0;
  padding: 0;
  list-style: none;
}

fieldset {
  border: none;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "gilroysemibold", sans-serif;
  color: #9bb5c4;
}

#wrapper {
  /* position: relative !important; */
  overflow: hidden;
}

.container {
  /* max-width: 1660px;
    padding: 0 6vw; */
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 2vw;
  width: 100%;
  /*padding-bottom: 140px;*/
}
.container.fluid {
  width: 100%;
  max-width: none;
  padding: 0 8vw;
}
.vision-row {
  display: flex;
  gap: 60px;
}
.vision-row .small-title {
  color: #22e3d8;
  display: block;
  line-height: 22px;
  font-family: "gilroymedium";
  font-size: 18px;
  margin: 36px 0 10px;
  font-weight: 500;
}

.vision-row h2 {
  margin: 0 0 31px;
  font-size: 48px;
  color: #253757;
  font-family: "gilroymedium";
  line-height: 60px;
}

.vision-row p {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 32px;
  color: #667085;
  font-family: "Open Sans";
}

.vision {
  padding: 120px 0 175px;
}
.small-holder {
  max-width: 1233px;
  margin: 0 auto;
}
.small-holder.twocols {
  width: 70%;
  padding: 175px 173px 0 0;
  display: flex;
  gap: 20px;
  font-size: 18px;
  line-height: 32px;
  color: #667085;
  font-family: "Open Sans";
  position: relative;
}

.small-holder.twocols .action-logo {
  position: absolute;
  right: 90px;
	    top: 190px;
}
.small-holder.twocols .col:first-child {
  padding: 26px 0 0;
}
.small-holder.twocols .col {
  width: 49%;
}

.small-holder.twocols p {
  margin: 0 0 11px;
}
.small-holder.twocols .col-text {
  margin: 0 -90px 260px 0;
  position: relative;
  z-index: 1;
}
.photo-holder img {
  border-radius: 3px;
}
.photo-holder.small {
  width: 74%;
  float: right;
}
.vision-row {
  display: flex;
  gap: 60px;
}
.vision-row .col:first-child {
  width: 49%;
}

.vision-row .col {
  width: 75%;
}
.vision-row .img-holder img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 3px;
}
.vision-row .txt {
  padding-right: 154px;
}
.vision-row .txt p {
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.vision-row .txt p:hover,
.vision-row .txt p.active {
  padding-left: 41px;
}
.vision-row .txt p:after {
  width: 0;
  height: 2px;
  position: absolute;
  content: "";
  left: -21px;
  top: 15px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.vision-row .txt p.active:after,
.vision-row .txt p:hover:after {
  width: 50px;
  background: #22e3d8;
}
.tags {
  position: absolute;
  bottom: 4px;
  width: 100%;
  left: 7px;
  font-size: 47px;
  line-height: 51px;
  font-weight: 600;
}
.tags.large {
  font-size: 63px;
  left: 303px;
  width: 830px;
  bottom: 47px;
  z-index: -1;
  font-family: "gilroybold";
}
.tags li {
  margin: 0 0 22px;
  opacity: 0.3;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #acb0b5;
  position: relative;
}
.tags li.active {
  opacity: 1;
  color: #22e3d8;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: transparent;
}
.tags li:last-child {
  margin: 0;
}
.tags li:last-child {
    left: -126px;
}
.tags li:nth-child(2) {
    left: -60px;
}
.globe {
  min-height: 1355px;
  padding: 123px 0 330px;
  overflow: hidden;
}
.blue-bg {
  margin: 0 0 140px;
  background: #121b2a;
  overflow: hidden;
}
.globe-image {
  position: absolute;
  left: 0px;
  top: 12.5vw;
  max-width: 100vw;
	object-fit:cover;
}
.globe h2 {
  max-width: 580px;
  margin: 0;
  color: #fff;
  font: 60px/72px "gilroymedium", sans-serif;
}
.info-list .title {
  margin: 0 0 6px;
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 72px;
  line-height: 90px;
  border-bottom: 1px solid #344054;
}

.info-list p {
  margin: 0;
  color: #22e3d8;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.info-list li {
  margin: 0 0 46px;
  position: relative;
  display: block;
}
.globe * {
  z-index: 1;
}
.info-list {
  padding: 166px 322px 0 0;
}

.team-holder .header h2 {
  margin: 0 0 17px;
  color: #fff;
  font-size: 48px;
  line-height: 55px;
}

.team-holder .header p {
  margin: 0 auto 30px;
  line-height: 28px;
  font-size: 16px;
  max-width: 867px;
}

.team-holder {
  color: #fff;
  max-width: 867px;
  margin: 0 auto;
}
.team-holder .btn-talk {
  margin: 0 auto;
  color: #fff;
}
.techs .header .numbs {
  display: block;
  color: red;
}

.techs .header .pages-nums {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #667085;
  margin: 140px 0 5px;
}

.techs .header h3 {
  margin: 0;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: #253757;
}

.tabs-holder .side-holder {
  width: 225px;
  padding: 0 0 0;
  /* max-height: 478px; */
  max-height: 460px;
  overflow: auto;
}
.tabs-holder .side {
  position: relative;
}
.tabs-holder .side:after {
  width: 1px;
  height: 100%;
  top: 0;
  position: absolute;
  content: "";
  right: 1px;
  background: #e4e7ec;
  z-index: -1;
}

/* width */
.tabs-holder .side-holder::-webkit-scrollbar {
  width: 3px;
}

/* Track */
/* .tabs-holder .side::-webkit-scrollbar-track {
    background: #E4E7EC; 
  } */

/* Handle */
.tabs-holder .side-holder::-webkit-scrollbar-thumb {
  width: 2px;
  background: #22e3d8;
}

.tabs-holder {
  margin: 0 0 138px;
  align-content: space-between;
  gap: 71px;
  align-items: flex-start;
}

.tab-content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 12px;
  padding: 15px 185px 0 0;
}

.tab-content .tile {
  background: #f2f4f7;
  border-radius: 4px;
  width: calc(33.3% - 12px);
  height: 185px;
}
.tile.show {
  display: block;
}
.tile .holder {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tile .img-holder {
  height: 83%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #edeaea;
}

.tile .info {
  overflow: hidden;
  padding: 7px 15px 0;
  font-weight: 400;
}

.tile .info strong {
  display: block;
  color: #98a2b3;
  font-size: 10px;
}
.tabs-holder .side a {
  color: #667085;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  font-family: "gilroymedium";
}

.tabs-holder .side li {
  padding: 0 0 30px;
}

.tabs-holder .side li.active a {
  padding: 0 0 0 36px;
}

.tabs-holder .side li {
  position: relative;
}

.tabs-holder .side li:after {
  width: 28px;
  height: 2px;
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
}

.tabs-holder .side li.active:after {
  background: #22e3d8;
}
.blog-details {
  padding: 224px 0 94px;
  color: #667085;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
}

.blog-tags li img {
  margin-right: 7px;
}

.blog-tags {
  font-size: 18px;
  margin: 0 0 24px;
}

.blog-tags li {
  margin-right: 7px;
}

.blog-details h1 {
  font-size: 60px;
  line-height: 72px;
  margin: 0 0 40px;
  color: #253757;
}

.blog-details p {
  margin: 0 0 14px;
}

.details-holder {
  width: 77%;
  margin-inline: auto;
}

.blog-details .header p {
  margin: 0 0 14px;
}
.details-holder {
  width: 77%;
  margin-inline: auto;
}

.blog-details .header p {
  margin: 0 0 14px;
}

.blog-details .images {
  gap: 14px;
  margin: 0 0 112px;
}

.blog-details .images .col {
  display: flex;
  width: 50%;
}

.blog-details .header {
  margin: 0 0 39px;
}

.blog-details .images .col img {
  margin: 0 0 14px;
}

.blog-details .images .col:first-child {
  margin-top: 83px;
}

.blog-details h3 {
  margin: 45px 0 17px;
  color: #253757;
  font-size: 36px;
  line-height: 44px;
}
.blog-details h2 {
	font-size: 2em;
}
.blog-details h3 {
	font-size: 1.5em;
}
.promo-area.add {
  margin: 60px 0;
  height: auto;
  background: none;
  box-shadow: 0px 0px 21.5593px rgba(16, 24, 40, 0.1);
}
.promo-area.add .promo {
  top: 0;
  padding: 0;
}
.promo-area.add .promo.small strong {
  margin: 0 0 15px;
}
.promo-area.add .promo.small .txt {
  padding: 45px 59px 21px 42px;
}
.terms h4 {
  margin: 0 0 20px;
  color: #1e293b;
  font: 600 24px/26px "graphik_regularregular", sans-serif;
  font-family: "Graphik";
}
.terms p {
  margin: 0 0 30px;
  color: #5f6470;
  font-size: 18px;
  line-height: 30px;
  font-family: "graphik_regularregular";
  font-weight: 400;
}
.details-holder.terms {
  padding: 50px 0 70px;
}

.contact h1 {
  margin: 0 0 24px;
  font-size: 111px;
  font-family: "gilroybold";
}
.contact h1 a {
  display: block;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.contact .header-text {
  max-width: 730px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  font-family: "gilroymedium";
}
.contact .header-text p {
  margin: 0 0 23px;
}
.contact .header-text .sub-title {
  display: block;
  font-size: 20px;
  line-height: 25px;
}
.contact .header-text .sub-title a {
  color: #22e3d8;
}
.contact h1 a span {
  opacity: 0.2;
}
.contact-cols.flex .col {
  width: 50%;
  padding: 35px 242px 22px 32px;
  background: #f2f4f7 url("../images/img13.png") no-repeat 97% 100%;
  border-radius: 4px;
}

.contact-cols.flex {
  margin: 0 0 190px;
  justify-content: space-between;
  gap: 16px;
}

.contact .header {
  margin: 0 auto 81px;
  max-width: 1254px;
}
.container.contact {
  padding: 169px 2vw 0;
}

.contact-cols span {
  margin: 0 0 7px;
  display: block;
  font-size: 24px;
  line-height: 32px;
}

.contact-cols strong {
  display: block;
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 62px;
}
.map-holder {
  overflow: hidden;
  margin: 0 0 108px;
  position: relative;
}
.map-holder .map-link {
  position: absolute;
  top: 250px;
  left: 160px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  color: #253757;
}

.map-holder .map-link.right {
  left: auto;
  right: 200px;
  top: 213px;
}
.map-holder .map-link > img {
  filter: invert(100%);
}

.portfolio-items {
  padding: 100px 65px 160px 0;
  align-items: flex-end;
  justify-content: space-between;
  gap: 73px;
}

.portfolio-items img {
  display: block;
  width: 100%;
}
.portfolio-items li .col {
  width: 32%;
  margin: 224px 0 0;
}

.portfolio-items li .col:last-child {
  width: 49%;
  margin: 0;
}

.portfolio-items li .col:last-child {
  width: 49%;
  margin: 0;
}

.portfolio-items li:nth-child(even) .col:last-child {
  margin: 0;
  width: 32%;
}
.portfolio-items li:nth-child(even) .col {
  width: 49%;
  margin: 119px 0 0;
}

.portfolio-items li {
  justify-content: space-between;
}

.portfolio-items .info span {
  display: block;
  color: #22e3d8;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 6px;
}

.portfolio-items .info {
  padding: 25px 17px 0;
}

.portfolio-items .info strong {
  display: block;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #1d263a;
}

.info-header {
  padding: 40px 0;
  font-size: 16px;
  border-bottom: 1px solid #d0d5dd;
}
.info-header .cols {
  justify-content: space-between;
  gap: 24px;
}
.top-info .holder {
  width: 78%;
  margin: 0 auto;
}
.folio-details {
  padding: 0 41px;
  margin: -103px 0 0;
  position: relative;
  z-index: 1;
}

.top-info {
  background: #f9fafb;
  box-shadow: 0px 4px 70px rgba(26, 39, 62, 0.09);
  border-radius: 4px;
  padding-bottom: 42px;
}

.info-header span {
  display: block;
  margin: 0 0 6px;
}

.info-header strong {
  display: block;
}

.info-header .col {
  flex: 1;
}
.info-header .external-link {
  display: block;
  width: fit-content;
  margin: 29px 0 0 0;
  font-weight: 500;
  font-family: "gilroymedium";
  color: #22e3d8;
}
.info-header .external-link img {
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 0 2px;
}
.text-cols {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 124px 0 0;
  line-height: 28px;
}

.text-cols .column:first-child {
  width: 370px;
}

.text-cols .column {
  width: 63%;
}

.text-cols h1 {
  margin: 0;
  font-size: 36px;
  line-height: 44px;
  color: #253757;
}

.text-cols p {
  margin: 0 0 15px;
  font-weight: 500;
  font-family: "gilroymedium";
}
 
.banner-holder .img-block img {
  max-width: 100%;
	width:100%;
}
.logo .cp-logo {
  width: auto;
  display: block;
}
#main{overflow:hidden;}
.nave:before, .nave:after{
	z-index:999999;
}
.services-card .items li img {
    margin-top: 4px;
}
body.nav-active {
    height: 100vh !important;
    overflow: hidden;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    text-align: center;
    padding: 10px 0;
    font-size: 26px;
    font-weight: 600;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    text-align: center;
    padding: 10px 0;
    font-size: 26px;
    font-weight: 600;
}
body.error404 #wrapper {
    position: static !important;
}
body.error404 #footer {
    display: none !important;
}
.smaller-text {
    font-size: 42px;
}

@media only screen and (min-width: 2000px) {
	.container {
    max-width: 1660px;
  }
}

.container.wider {
  max-width: 1689px;
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0px 0;
  z-index: 2;
  height: 100px;
  /* display: flex; */
  /* align-items: center; */
  justify-content: space-between;
  z-index: 9999;
}

.logo {
  width: 50px;
  height: 122px;
  top: 0px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-family: "gilroysemibold", sans-serif;
  left: 10vw;
  position: fixed;
}

#header .logo span {
  display: block;
}

/*#header.fixed .logo {
    font-size: 34px;
    font-family: "gilroysemibold", sans-serif;
    transform: translateX(0);
    background: red;
    height: 100px;
    left: 0;
    padding: 0px 20px;
    top: 0;
}
#header.fixed .logo span {
    display: none;
    }*/
.logo img {
    width: 55px;
    margin-right: 11px;
}

.nav-opener {
  width: 31px;
  height: 25px;
  font-size: 0;
}

.nav-opener:before {
  top: 11px;
  width: 100%;
}

.nav-opener:after,
.nav-opener:before,
.nav-opener span:after {
  width: calc(100% - 5px);
  height: 2px;
  position: absolute;
  content: "";
  right: 0;
  top: 1px;
  background: #253757;
}

.nav-opener:before {
  top: 11px;
  width: 100%;
}

.nav-opener span:after {
  top: 21px;
  width: calc(100% - 7px);
}

#nav {
  font: 18px/28px "gilroysemibold", sans-serif;
  margin-right: calc(10vw - 80px);
} 
 
#nav li {
  margin-left: 76px;
}  
 
.banner {
  height: 100vh;
  min-height: 920px;
  overflow: hidden;
  background: #ebeeef;
  padding: 160px 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner.visual {
  height: 820px;
  min-height: auto !important;
  display: flex;
  align-items: center;
  background-size: cover !important;
}

.banner-holder {
  margin: 0 auto 134px;
  /* margin-left: 0; */
}

.banner .text {
  max-width: 825px;
  font: 14px/24px "gilroymedium", sans-serif;
  color: #1d2939;
}
 
.banner h1 {
      font: 700 52px/80px "gilroybold", sans-serif;
  margin: 0 0 31px;
  color: #253757;
}      

.banner.visual h1 {
  font-size: 70px;
  line-height: 90px;
  margin: 0 0 17px;
}
.promo strong {
    display: block;
    font: 700 19px/30px "gilroybold", sans-serif;
    max-width: 90%;
}
.banner.visual .text p {
  max-width: 580px;
}

/* .banner h1 span {
  color: #40e0d0;
}
 */

span.pin-s {
    color: #22E3D8;
}

.btn-talk {
  font-family: "gilroymedium", sans-serif;
  font-size: 19px;
  display: block;
  width: fit-content;
  padding: 20px 70px 20px 30px;
  line-height: 23px;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  min-height: 63px;
  /* min-width: 170px; */
  padding-right: 70px;
}

.btn-talk.white {
  color: #fff;
}

.btn-talk.centered {
  margin: 0 auto;
}

.btn-talk img {
  position: absolute;
  right: 18px;
  z-index: 1;
  top: 21px;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  display: none;
}

.banner .btn-talk {
  margin: 0 0 68px;
}

.btn-talk:after {
  width: 63px;
  height: 63px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #22e3d8;
  border-radius: 40px;
  transition: all 0.2s ease;
}

.btn-talk:hover:after {
  width: 100%;
  border-radius: 30px;
}

.btn-talk span {
  z-index: 1;
  transition: 0.6s all;
}
.contact-cols .btn-talk span {
  margin: 0;
  font-size: 18px;
}
.banner .text p {
  margin: 0;
  max-width: 478px;
} 

.promo {
  padding: 0 50px;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
}

.promo .ctm-holder {
  background: #fff;
  height: 13vw;
  padding: 10px;
  z-index: 9;
  box-shadow: 0px 24px 155px rgba(52, 64, 84, 0.1);
  border-radius: 6px;
}

.promo .txt {
  width: 27.6vw;
  height: 100%;
  padding: 1vw 3vw 20px calc(10vw - 56px);
}

.promo strong {
  display: block;
  font: 700 19px/30px "gilroybold", sans-serif;
}
.wp-block-awp-promosection .promo p{
	font-size:14px;
	font-weight:500;
	font-family:"gilroymedium";
}
.promo.small strong {
  font-weight: 600;
  font-size: 20px;
}
.link {
  display: block;
  width: fit-content;
  color: #22e3d8;
  font-weight: 600;
  font-size: 21px;
}

.promo-card {
  margin-left: auto;
  width: 671px;
  height: 227px;
  padding: 1vw;
  display: flex;
  flex-direction: column;
  border-radius: 0 4px 4px 0;
  overflow: hidden;
  background-size: cover !important;
}
.banner .promo-card {
  width: 39%;
  height: 100%;
}
.promo-card h2 {
  margin: 0 0 48px;
  color: #101936;
  font-weight: 500;
  font-family: "gilroymedium";
  font-size: 1.04vw;
  line-height: 1.3vw;
  max-width: 11.71vw;
  text-transform: capitalize;
}

.btn-play {
  background: #fff;
  border-radius: 100%;
  display: block;
  width: 60px;
  height: 60px;
  font-size: 0;
  margin-top: auto;
}

.btn-play:after {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 9px solid #000;
  border-bottom: 6px solid transparent;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.testimonials {
  padding: 119px 0 120px;
}

.header {
  margin: 0 0 54px;
  overflow: hidden;
}

.header h2 {
  margin: 0;
  font: 600 48px/52px "gilroysemibold", sans-serif;
  color: #121b2a;
}

.slider .slide {
  line-height: 26px;
}

.testimonials .slider .slide {
  padding: 40px 30px 24px 38px;
  display: flex;
  flex-direction: column;
  background: #f5f7f8;
  min-height: 345px;
}

.slider .slide .text {
  padding: 0 7px 28px 12px;
  border-left: 2px solid #22e3d8;
  overflow: hidden;
  margin: 0 0 13px;
}

.slider .slide p {
  margin: 0;
}

.slider.parters-slider .slide strong {
  display: block;
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  background: url("../images/quote-icon.png") no-repeat 100% 1px;
  background-size: 25px 23px;
  padding: 25px 0 0;
}

.partners {
  padding: 49px 0 80px;
  background: #f3f4f7;
}
.partners .header {
  margin: 0 0 60px;
}
.parters-slider .slide {
  padding: 0 5px;
  background: none;
}

.parters-slider .holder {
  height: 311px;
  padding: 0 20px;
  background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.parters-slider .slide img {
  width: auto;
  height: auto;
	width: 180px;
	object-fit: contain;
	
}

.parters-slider .logo-holder {
  height: calc(100% - 50px);
}
.parters-slider.slick-slider {
  margin-bottom: 82px;
}
.promo-area {
  background: #f3f4f7;
  height: 0px;
}

.parters-slider .info {
  padding: 7px 11px 0;
  border-top: 1px solid #dfdfdf;
}

.parters-slider .info .name {
  font-size: 16px;
  color: #98a2b3;
  font-family: "gilroysemibold";
  background: url("../images/arrow-sprite.png") no-repeat 100% 4px;
  display: block;
}

.parters-slider .info .name:hover {
  background-position: 100% -17px;
}
.parters-slider .slick-current .info .name {
  color: #253757;
  background-position: 100% -17px;
}
.slider.parters-slider {
  margin-bottom: 80px;
}

.what-we-do {
  padding: 98px 0 238px;
  background: #121b2a;
}

.header .text {
  overflow: hidden;
  padding: 18px 0 0;
  max-width: 460px;
  font-size: 14px;
  line-height: 24px;
}

.header .text p {
  margin: 0;
}

.services {
  padding: 25px 0 70px;
  justify-content: space-between;
} 
.services li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin: 0 0 15px;
}
.services .services-col {
  flex: 1;
  position: relative;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.services .services-col:hover {
  flex: 25%;
}
.services .services-col:hover p {
  opacity: 1;
}

.services .holder {
  color: #fff;
  display: block;
  padding: 33px 35px 20px;
  font-size: 16px;
  min-height: 270px;
  overflow: auto;
  background: #1d2939;
  border-radius: 4px;
  max-height: 270px;
  overflow: hidden;
}

.services li .text {
  /* max-width: 54%; */
  text-align: right;
  line-height: 28px;
  overflow: hidden;
}

.services .holder strong {
  display: block;
  font-size: 24px;
  text-align: left;
  margin: 0 0 65px;
}

.services .holder p {
  margin: 0;
  width: 52%;
  /* display: none; */
  /* font-family: 'Gilroy'; */
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  text-align: right;

  /* Gray/50 */
  color: #f9fafb;
  opacity: 0;
  max-width: 380px;
}

.services .services-col:hover p {
  opacity: 1;
}

.services .holder p.active {
  width: 100%;
  height: auto;
}

.services .arrow-icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.services .hover-image {
  position: absolute;
  right: -64px;
  bottom: 11px;
  width: 607px;
  display: none;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.promo.small {
  max-width: 1211px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  top: -240px;
}

.promo.small .txt {
  width: 515px;
  padding: 45px 110px 21px 62px;
}

.promo.small .ctm-holder {
  padding: 0;
  height: 319px;
}

.promo.small .promo-card {
  height: 100%;
}

.blogs-slider .slide {
  padding: 0 5px;
}

.blogs-slider .slide .img-holder img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.blogs-slider strong {
  font: 24px/28px "gilroysemibold", sans-serif;
  color: #253757;
}

.slider {
  /* max-width: 1000px; */
  margin: 0 auto;
}

.slick-slide {
  margin: 0 5px;
}

.slick-list {
  margin: 0px -5px 0px -5px;
}

button.slick-next,
button.slick-next:hover {
  position: absolute;
  top: 38%;	
  right: 15px;
  width: 40px;
  height: 40px;
  background-image: url("https://codingpixelmedia.s3-accelerate.amazonaws.com/2024/04/2qpRlEhf-right-btn.svg");
	background-size: cover;
	background-repeat:no-repeat;
/* 	background-size: cover;
    transform: rotate(45deg);
    background-repeat: no-repeat; */
}

button.slick-prev,
button.slick-prev:hover {
  position: absolute;
  top: 38%;
  left: 15px;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-image: url("https://codingpixelmedia.s3-accelerate.amazonaws.com/2024/04/CTbViPcA-left-btn.svg");
  background-size: 95px;
/*   background-position-x: right; */
	background-size: cover;
	background-repeat:no-repeat;
  
}

.slick-prev:before,
.slick-next:before {
  font-size: 70px;
  color: #ea8496;
  line-height: inherit;
  font-weight: bold;
}

.portfolio {
  padding: 118px 0 82px;
}

.showcase {
	padding: 40px 0 0;
    max-width: 1000px;
    margin: 0 auto;
}

.showcase li {
    display: flex;
    gap: 17px;
    align-items: flex-start;
    /* max-width: 1180px; */
    justify-content: center;
	margin-bottom: -240px;
} 
.showcase li:nth-last-child(3),
.showcase li:nth-last-child(2){margin-bottom:0;}
.showcase li:nth-child(even) {
  margin-left: auto;
  align-items: flex-end;
}
.showcase li:empty {
    display: none;
}
.showcase li:nth-child(even) {
    margin-right: -80px;
    padding-left: 80px;
}
.showcase img {
  max-width: 100%;
  border-radius: 6px;
  display: block;
}

.showcase .info {
  padding: 10px 3px 22px;
  overflow: hidden;
  color: #344054;
}

.showcase .info strong {
  display: block;
  font-size: 30px;
  font-family: "gilroysemibold";
  line-height: 38px;
  margin: 0 0 9px; 
  color: #253757;
} 

.showcase .info a {
  color: #344054;
  display: flex;
  align-items: center;
}

.showcase .info a img {
  margin-left: auto;
}


/* .showcase li:nth-child(even) .col:last-child {
    margin-top: -285px;
} 

.showcase li:nth-child(even) .col:first-child .img-holder,
.showcase li:first-child .col:last-child .img-holder,
.showcase li:nth-child(odd) .col:last-child .img-holder {
  width: 580px;
  height: 433px;
  display: flex;
} */
 .showcase li .col:last-child .img-holder{
    height: 350px;
}
.showcase li:nth-child(even) .col:first-child {
    order: 2;
}
/*
.showcase li:nth-child(even) .col:first-child .img-holder img {
  margin-top: auto;
} */

.showcase li .img-holder img {
  width: 100%;
  border-radius: 6px;
  display: block;
  max-height: 100%;
  object-fit: cover;
}

.showcase li .col .img-holder img {
  height: 100%;
  object-fit: cover;
}

.showcase li .col .img-holder {
  height: 620px;
}
 
.parralex {
  height: max-content;
  /* background-size: cover !important; */
  margin: 0 0 207px;
} 

.message {
  position: absolute;
  bottom: -76px;
  left: 0;
  background: #121b2a;
  border-radius: 6px;
  color: #fff;
  width: 100%;
  max-width: 822px;
  padding: 51px 15px 74px 122px;
  height: 356px;
}

.message .holder {
  width: 319px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.message strong {
  display: block;
  font: 600 20px/26px "gilroysemibold", sans-serif;
}

.message a {
  display: block;
  width: fit-content;
  color: #22e3d8;
  font-weight: 600;
  font-size: 21px;
  margin-top: auto;
}

.about {
  line-height: 26px;
  color: #667085;
}

.about .text {
  width: 55%;
}

.about h2 {
  margin: 0 0 24px;
  font: 900 48px/57px "gilroysemibold", sans-serif;
  color: #121b2a;
  font-weight: 600 !important;
  width: 82%;
}
.colored-text {
  font-style: normal;
  color: #22e3d8 !important;
}
.about p {
  margin: 0 0 20px;
	font-family: "gilroymedium";
}
.about p:last-of-type {
    margin: 0 0 35px;
}

.about p:first-of-type {
  max-width: 610px;
}

.container.wider .holder {
  max-width: 1298px;
}

.about .img-holder {
  width: 32%;
  margin: -270px 125px 0 0;
}

.about .img-holder>img {
  height: 560px;
  object-fit: cover;
  border-radius: 6px;
}

.projects .container {
  max-width: 1215px;
}

.projects {
  padding: 0 0 225px;
}

.projects .container {
  max-width: 1215px;
}

.projects .holder .col {
  width: 50%;
}

.projects .holder .col:nth-child(odd) {
  margin-top: 112px;
}

.projects .holder .col:nth-child(odd) img {
  width: 373px;
  height: 408px;
  object-fit: cover;
}

.projects .holder .col img {
  width: 524px;
  height: 370px;
  object-fit: cover;
  border-radius: 6px;
}

.projects .info p {
  margin: 0;
  font-style: italic;
}

.projects .info {
  overflow: hidden;
  padding: 22px 0 0 117px;
  font-size: 16px;
  line-height: 26px;
}

.projects .holder .col:nth-child(even) .info {
  padding: 22px 0 0 147px;
}

.projects .info strong {
  display: block;
  color: #22e3d8;
  font-size: 16px;
}

.faqs-area {
  background: #f5f7f8;
  padding: 116px 0 81px;
/*   margin-top: 100px; */
}

.faqs-area .text {
  width: 38%;
}

.faqs-area .text h2 {
  margin: 0 0 82px;
  font-family: "gilroysemibold";
  color: #121b2a;
  font-size: 45px;
  line-height: 59px;
}

.faqs-area .img-holder {
  padding: 0 0 0 39px;
}

.faqs-area .img-holder img {
  border-radius: 6px;
  transform: rotate(-13.79deg);
  display: block;
  width: 336.91px;
  height: 419.06px;
}

.faqs-area .side-image {
  display: none;
}

.faqs {
  margin-left: auto;
  width: 75%;
  margin-top: 74px;
}

.faqs li {
  background: #fff;
  border: 1px solid #e5eaf4;
  border-radius: 8px;
  box-shadow: 0px 6px 10px rgb(0 0 0 / 3%);
  margin: 0 0 20px;
}

.faqs .opener {
  display: block;
  color: #253757;
  font-size: 18px;
  font-family: "gilroysemibold";
  padding: 25px 48px 25px 28px;
  background: url("../images/plus.png") no-repeat 97% 50%;
}

.faqs li.active .opener {
  color: #22e3d8;
  background: url("../images/minus.png") no-repeat 97% 50%;
}

.faqs .answer {
  display: none;
  padding: 0 231px 21px 31px;
  line-height: 25px;
}

.faqs li.active .answer {
  display: block;
}

.faqs-area .holder {
  margin: 0 0 66px;
}

.blogs {
  padding: 120px 0 110px;
}

.blogs-slider strong {
  margin: 0 0 18px;
  font-size: 24px;
  width: 330px;
  display: block;
  line-height: 33px;
	    min-height: 66px;
}

.blogs-slider .img-holder {
  margin: 0 0 20px;
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;

  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  /* left: 0; */
  left: -130px;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  /* background: #fff url("http://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif") center center no-repeat; */
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: url("file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot");
  src: url("file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot?#iefix")
      format("embedded-opentype"),
    url("file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.woff")
      format("woff"),
    url("file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.ttf")
      format("truetype"),
    url("file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.svg#slick")
      format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
  font-weight: bold;
  font-size: 20px;
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  max-width: 822px;
  margin: 70px auto -50px;
  display: flex;
  align-items: center;
  left: 100px;
  position: relative;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background: #22e3d8;
}

.slick-dots li {
  flex: 1;
  height: 2px !important;
  font-size: 0;
  background: #ededed;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.blogs-slider .slick-dots,
.parters-slider .slick-dots {
  display: none !important;
}

#footer {
  padding: 0px 10vw;
  color: #fff;
  background: #121b2a;
  position: relative;
  z-index: 99;
  background: #121B2A;
  overflow: hidden;
}
#footer .container {
  padding: 0 !important;
}
#footer #Fixedfooter a {
  color: #fff;
} 

#footer h3 {
  text-align: center;
  margin: 0 0 40px;
  font: 36px/40px "gilroysemibold", sans-serif;
  color: #121b2a;
}

.footer-logo img {
  width: 306px;
  display: block;
}

.footer-logo {
  margin: 0 0 35px;
  padding: 100px 0px 0px;
}  

#footer .fourcols .col {
  background: #1D2939;
  border-radius: 4px;
  flex: 1;
  min-height: 219px;
  display: flex;
  flex-direction: column;
  padding: 27px;
}

#footer .fourcols {
  width: 100%;
  gap: 10px;
  margin: 0 0 37px;
}

#footer .fourcols .col {
  font: 600 24px/28px "gilroysemibold", sans-serif;
}

#footer .fourcols .col i {
  margin: 0 0 15px;
}

#footer .fourcols .col-holder {
  display: flex;
  flex-direction: column;

  margin-top: auto;
}

#footer .fourcols .col-holder strong {
  background: url("../images/footer-arrow.svg") 99% 78% no-repeat;
  padding-right: 20px;
  display: block;
  font-size: 24px;
  line-height: 32px;
	color: #F9FAFB;
}
#footer .fourcols .col:last-child .col-holder strong{
	  background: url("../images/footer-arrow.svg") 99% 60% no-repeat;
}
.quick-links .col {
  flex: 1;
	
}

.quick-links {
  gap: 10px;
  border-top: 1.6px solid #1d2939;
  padding: 37px 0 0;
}
/* Default state */
.quick-links .col {
    opacity: 1; /* Ensure element is visible by default */
    transition: opacity 0.3s ease-in-out; /* Add transition for opacity */
}

.quick-links strong {
  display: block;
  color: #f2f4f7;
  font: 20px/24px "gilroysemibold", sans-srif;
  margin: 0 0 14px;
  transition: 0.3s ease-in-out;
}

.quick-links ul a {
  font: 14px/19px "gilroymedium", sans-serif;
 color: #D0D5DD;
}

.quick-links ul li {
    margin: 0 0 14px;
    list-style: none;
}

.menu ul {
    padding: 0;
}
.copyrights.text-center p {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #F9FAFB;
}

.copyrights.text-center {
    margin-top: 30px;
}

.slider-arrows li {
  width: 34px;
  height: 34px;
  font-size: 0;
  background: url("../images/slider-btn.png") no-repeat;
  background-size: 34px 34px;
}

.pager {
  max-width: 1050px;
  margin: 32px auto 0;
}

.slider-arrows li {
  margin: 0 7px;
  cursor: pointer;
  position: relative;
  z-index: 5;
  opacity: 0.5;
}
.slider-arrows li:hover {
  opacity: 1;
}
.slider-arrows li.next {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.testimonials .slider .slide strong {
  margin-top: auto;
  padding: 28px 0px 5px 0;
    display: block; 
  text-align: right;
  background: url(../images/quote-icon.png) no-repeat 100% 0;
  font-size: 14px;
  background-size: 23px 22px;
}
.testimonials ul.slick-dots {
  display: flex;
  bottom: -72px;
  text-align: center;
  left: 50%;
  max-width: 822px;
  justify-content: center;
  transform: translate(-50%, 0);
}
.testimonials .slick-dots li {
  max-width: 300px;
  margin: 0;
}
#footer .small-icon {
  width: 26px;
  margin: 0 0 16px;
  display: block;
}
.wp-block-awp-projectssection.projects.parallax {
    display: none;
}








@media (min-width: 2000px) {
  .testimonials .slider .slide {
    height: 440px;
  }
  .promo,
  .slider {
    /* max-width: 1453px; */
    margin: 0 auto;
    /* padding: 0 15px; */
    /* overflow: hidden; */
  }
}

.containers {
  width: 100%;
  padding: 0 10vw;
  position: relative;
}

.nav-holder {
  position: absolute;
  right: 10vw;
  top: 48px;
}

.innerOpnner {
  width: 31px;
  height: 22px;
  position: relative;
}

.innerOpnner span {
  height: 2px;
  position: absolute;
  content: "";
  right: 0;
  top: 1px;
  display: block;
  width: 100%;
  border-radius: 22px;
  background: #253757;
}

.innerOpnner span:nth-child(2) {
  inset: 0;
  margin: auto;
}

.innerOpnner span:nth-child(3) {
  bottom: 0;
  top: auto;
}

.innerOpnner span:not(:nth-child(2)) {
  width: 83%;
}

a.navOpener {
  width: 131px;
  height: 120px;
  top: 0px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  background: transparent;
  right: 7vw;
  position: fixed;
  z-index: 999999999;
 justify-content: center;
	cursor:inherit;
}   
a.navOpener .innerOpnner{
	cursor:pointer;
}
.headerLogo {
  position: relative;
  display: flex;
  align-items: center;
}

.headerLogo span {
  display: block;
  position: absolute;
  margin-left: 20px;
  white-space: nowrap;
}

.articleFixed {
  max-width: 365px;
  position: fixed;
  z-index: 9;
  bottom: -100%;
  right: 0;
  height: 155px;
  overflow: hidden;
  transition: 0.6s all;
}

.articleFixed article {
  width: 100%;
  padding: 0px 10px 0px 0px;
  background: #fff;
  height: auto;
  max-width: 100%;
  height: 100%;
}

.articleFixed .promo .holder {
  height: 100%;
  overflow: hidden;
}

.articleFixed .promo .holder .promo-card {
  height: 100%;
  min-height: auto;
  background-size: cover !important;
}

.articleFixed .promo-card h2 {
  font-size: 20px;
  display: none;
}

.articleFixed .btn-play {
  display: none;
}

/*  menu open  */

#navs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navs ul li {
  cursor: pointer;
  padding: 0px 0px;
  font: 84px/108px "gilroybold", sans-serif;
  margin: 0 0 21px;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

#navs .menu-toggle {
  opacity: 0.6;
  background-color: transparent;
  position: fixed;
  z-index: 2;
  top: 24px;
  left: 24px;
  border: none;
  width: 36px;
  height: 30px;
  outline: none;
  transition: opacity 0.2s ease-out;
}

#navs .menu-toggle:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: auto;
  width: 100%;
  background: linear-gradient(
    to bottom,
    #98b296,
    #98b296 20%,
    transparent 20%,
    transparent 40%,
    #98b296 40%,
    #98b296 60%,
    transparent 60%,
    transparent 80%,
    #98b296 80%,
    #98b296 100%
  );
  transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
}

#navs .menu-toggle:after {
  opacity: 0;
  color: white;
  position: absolute;
  top: 16px;
  left: -4px;
  font-family: Arial, sans-serif;
  font-size: 76px;
  line-height: 0;
  transition: opacity 0.16s ease-out;
}

#navs .menu-toggle:active {
  transform: translateY(2px);
}

#navs .menu-toggle:hover {
  opacity: 1;
}

.open .menu-toggle {
  opacity: 1;
}

.open .menu-toggle:before {
  opacity: 0;
  width: 0;
}

.open .menu-toggle:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(360deg);
  transition: transform 0.8s 1s ease-out, opacity 0.8s 1s ease-out;
}

#navs {
  z-index: 1;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

#navs:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #121b2a;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  /* transform: scale(0.04), translateY(9999px); */
  overflow: hidden;
}

.open #navs {
  top: 0;
}

.open #navs:before {
  -webkit-animation: menu-animation 0.8s ease-out forwards;
  animation: menu-animation 0.8s ease-out forwards;
}

ul.menu {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
  color: white;
}

ul.menu li {
  opacity: 0;
  text-align: center;
  transform: translate3d(0, 36px, 0);
}

ul.menu li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  left: auto;
  background-color: #22e3d8;
  height: 100%;
  width: 0;
  overflow: hidden;
  transition: width 0.16s ease-out;
}

ul.menu li:after {
  opacity: 0;
  content: attr(data-text);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #141c2b;
  overflow: hidden;
  transform: translate(-24px, 6px);
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  inset: 0;
  margin: auto;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  margin-top: -10px;
}

ul.menu li:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}

ul.menu li:hover:after {
  opacity: 1;
  padding: 0 20px;
  transform: translate(0px, 6px);
  transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out;
}

.open ul.menu li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.open ul.menu li {
  transition-delay: 1s;
}

.open ul.menu li:nth-child(2) {
  transition-delay: 0.85s;
}

.open ul.menu li:nth-child(3) {
  transition-delay: 0.95s;
}

.open ul.menu li:nth-child(4) {
  transition-delay: 1.05s;
}

#main {
  transition: 0.6s ease-out;
}

.open #main {
  transform: scale(0.82);
  transition: transform 0.2s 0.41s ease-out;
}

@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    transform: scale(0.04) translateY(300%);
  }

  40% {
    transform: scale(0.04) translateY(0);
    transition: ease-out;
  }

  40% {
    transform: scale(0.04) translateY(0);
  }

  60% {
    opacity: 1;
    transform: scale(0.02) translateY(0px);
  }

  61% {
    transform: scale(0.04);
  }

  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }

  100% {
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

@keyframes menu-animation {
  0% {
    opacity: 0;
    transform: scale(0.04) translateY(300%);
  }

  40% {
    transform: scale(0.04) translateY(0);
    transition: ease-out;
  }

  40% {
    transform: scale(0.04) translateY(0);
  }

  60% {
    opacity: 1;
    transform: scale(0.02) translateY(0px);
  }

  61% {
    transform: scale(0.04);
  }

  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }

  100% {
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

.open #nav li a {
  color: #fff;
}

.open header span {
  color: #fff;
  opacity: 1;
}

.open .innerOpnner span {
  transition: 0.6s all;
}

.open .innerOpnner span:nth-child(2) {
  display: none;
}

.open .innerOpnner span:nth-child(1),
.open .innerOpnner span:nth-child(3) {
  width: 100%;
  inset: 0;
  margin: auto;
}

.open .innerOpnner span:nth-child(3) {
  transform: rotate(90deg);
}

.open .innerOpnner span {
  background: #000;
}
 
.open .innerOpnner {
  transform: rotate(45deg);
}

.containrrsvg {
  height: 500px;
  width: 500px;
  display: grid;
  place-items: center;
  border-radius: 0;
  font-family: "Nunito", system-ui, sans-serif;
  overflow-y: hidden;
}

#pointer {
  position: fixed;
  z-index: -1;
}

.parralex > img {
  display: block;
  max-width: 100%;
  object-fit: fill;
  /* height: 100%; */
  width: 100%;
  object-position: right;
  /* height: 2749px; */
}

.btn-talk {
  display: flex;
  align-items: center;
  padding: 0px 60px 0px 30px;
  min-width: 200px;
}

/* Loader */

.innerLogoContainer {
  width: 100%;
  height: 200px;
  position: relative;
  margin: 0 auto;
}

.innerLogoContainer > div {
  display: block;
}

.innerLogoContainer img {
  display: block;
  max-width: 100%;
}

.innerLogoContainer svg {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  transform: skew(0deg, 0deg);
  transition: 1s all;
}

.innerLogoContainer > div.leftSymbol {
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.loaderContainer {
  position: fixed;
  z-index: 9999999999999999;
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.rightSymbol {
  display: flex;
  align-items: flex-start;
}

.lineWrapperLogo {
  /*position: absolute;*/
  /*height: 189px !important;*/
  /*left: 50%;*/
  /*z-index: 9;*/
  /*top: 0;*/
  /*bottom: 0;*/
  /*transition: 0.5s all;*/
  /*translate: -50% 0;*/
  position: absolute;
  height: 189px !important;
  right: calc(50%);
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s all;
  left: 50%;
  margin-left: -50px;
}

::-webkit-full-page-media,
:future {
  right: calc(43% + 27px);
}

.innerLogoContainer svg path {
  fill: #22e3d8;
}

.lineWrapperLogo span {
  /*position: absolute;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*background: #fff;*/
  /*transition: 2s height;*/
  /*bottom: 0;*/
  /*top: auto;*/
  /*z-index: 2;*/
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 2s height;
  bottom: 0;
  top: auto;
  z-index: 2;
}

.rightSymbol {
  /*position: relative;*/
  /*position: absolute;*/
  /*height: 189px !important;*/
  /*right: calc(50% - 120px);*/
  /*z-index: 9;*/
  /*top: 0;*/
  /*bottom: 0;*/
  /*margin: auto;*/
  position: absolute;
  height: 189px !important;
  right: calc(50% - 98px);
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 105px !important;
  display: flex !important;
}

::-webkit-full-page-media,
:future {
  right: calc(43% + 27px);
  right: calc(43% + 47px);
}

.innerLogoContainer svg path {
  fill: #22e3d8;
}

.rightSymbol span {
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  background: #fff;
  top: 0;
  transition: 0.8s width;
  height: 100%;
}

.lineWrapperLogo {
  z-index: 99;
}

.leftSymbol span {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  background: #fff;
  top: 0;
  transition: 0.8s width;
  height: 100%;
}

.leftSymbol {
  position: absolute;
  height: 189px !important;
  left: 50%;
  translate: -50% 0;
  z-index: 9;
  top: 0;
  bottom: 0;
  width: 105px;
  margin-left: -95px;
  display: flex !important;
  align-items: flex-end !important;
}

::-webkit-full-page-media,
:future {
  right: calc(43% + 27px);
  right: calc(43% + 48px);
}

.parters-slider .slide {
  transition: 0.8s all;
}

footer .container {
  max-width: initial;
}

section.blogs .slick-slide,
.parters-slider .slide,
section.blogs .slick-slide img {
  transition: 0.8s all;
  cursor: url("data:image/svg+xml;charset=UTF-8, %3csvg width='154' height='34' viewBox='0015434' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M142.58L151.517L142.526' stroke='%2321C9BF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.58L2.517L11.526' stroke='%2321C9BF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M7732C85.2843329225.28439217C928.7157385.28432772C68.71572628.715736217C6225.284368.7157327732Z' stroke='%2321C9BF' stroke-width='2.5'/%3e%3cline x1='103.25' y1='16.75' x2='140.75' y2='16.75' stroke='%2321C9BF' stroke-width='2.5' stroke-linecap='round'/%3e%3cline x1='13.25' y1='16.75' x2='50.75' y2='16.75' stroke='%2321C9BF' stroke-width='2.5' stroke-linecap='round'/%3e%3c/svg%3e "),
    auto !important;
}

/* menu css */

/* #Cursor
================================================== */

.cursor,
.cursor2,
.cursor3 {
  position: fixed;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  left: 00px;
  top: 50%;
  z-index: 999999999999999999999;
  /* mix-blend-mode: difference; */
  /* -webkit-transition: all 0.1s linear; */
  transition: all 0s;
}

.cursor {
  background-color: #40e0d0;
  height: 0;
  width: 0;
  z-index: 99999;
}

.cursor2,
.cursor3 {
  height: 20px;
  width: 20px;
  z-index: 99998;
  /* -webkit-transition:all 0.1s ease-out; */
  /* transition:all 0.1s ease-out; */
}

.cursor2.hover,
.cursor3.hover {
  -webkit-transform: scale(2) translateX(-25%) translateY(-25%);
  transform: scale(2) translateX(-25%) translateY(-25%);
  border: none;
}

.cursor2 {
  border: 2px solid #40e0d0;
  box-shadow: 0 0 12px #40e0d0;
}

.cursor2.hover {
  background: bottom;
  box-shadow: 0 0 12px #3da99e;
  border: 2px solid #fff;
}
@media screen and (min-width:1200px){
	.techs .header .pages-nums {
		padding:50px 0 5px;
	}
	.exp-inner-block .exptitle {
		padding-right: 70px;
	}
}
@media screen and (max-width: 1200px) {
	.globe {
    padding: 50px 0 330px;
}
	.globe h2 {
    font-size: 40px;
    line-height: 46px;
}
	.tags.large {
		left: 116px;
	}
  .cursor,
  .cursor2,
  .cursor3 {
    display: none;
  }
}

.over-hide {
  overflow: hidden;
}

.full-height {
  height: 100vh;
}

/* #Navigation
================================================== */

.cd-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.header-wrapper {
  position: relative;
  width: calc(100% - 100px);
  margin-left: 50px;
}

.logo-wrap {
  position: absolute;
  display: block;
  left: 0;
  top: 40px;
  cursor: pointer;
}

.logo-wrap a {
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  transition: all 0.3s ease-out;
}

.logo-wrap a span {
  color: #8167a9;
}

.logo-wrap a:hover {
  opacity: 0.9;
}

.nav-but-wrap {
  position: fixed;
  display: inline-block;
  float: right;
  padding-left: 15px;
  padding-top: 15px;
  margin-top: 26px;
  transition: all 0.3s ease-out;
  background: red;
  z-index: 9999;
  right: 0;
}

.menu-icon {
  height: 30px;
  width: 30px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
}

.menu-icon__line {
  height: 2px;
  width: 30px;
  display: block;
  background-color: #fff;
  margin-bottom: 7px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.5s ease;
  transition: transform 0.2s ease, background-color 0.5s ease,
    -webkit-transform 0.2s ease;
}

.menu-icon__line-left {
  width: 16.5px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.menu-icon__line-right {
  width: 16.5px;
  float: right;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
  width: 30px;
}

.nave {
  position: fixed;
  z-index: 98;
}

.nave:before,
.nave:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #253757;
  border-bottom-left-radius: 200%;
  z-index: -1;
  -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s,
    border-radius linear 0.8s;
  transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s,
    border-radius linear 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s,
    border-radius linear 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s,
    -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s,
    border-radius linear 0.8s;
  -webkit-transform: translateX(100%) translateY(-100%);
  transform: translateX(100%) translateY(-100%);
}

.nave:after {
  background: #40e0d0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.nave:before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.nav__content {
  position: fixed;
  visibility: hidden;
  top: 50%;
  margin-top: 20px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 100%;
  text-align: center;
}

.nav__list {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 2;
}

.nav__list-item {
  position: relative;
  display: block;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 0;
  text-align: center;
  color: #fff;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  font-size: 8vh;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 3px;
  -webkit-transform: translate(100px, 0%);
  transform: translate(100px, 0%);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
  margin-top: 0;
  margin-bottom: 0;
}

.nav__list-item a {
  position: relative;
  text-decoration: none;
  color: #1d2939a1;
  overflow: hidden;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 900;
  z-index: 2;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.nav__list-item a:after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -2px;
  left: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  background-color: #3fe0d0;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.nav__list-item a:hover:after {
  height: 4px;
  opacity: 1;
  left: 0;
  width: 100%;
}

.nav__list-item a:hover {
  color: rgba(255, 255, 255, 1);
}

.nav__list-item.active-nav a {
  color: #1d2939;
}

.nav__list-item.active-nav a:after {
  height: 4px;
  opacity: 1;
  left: 0;
  width: 100%;
}

body.nav-active .nav__content {
  visibility: visible;
}

body.nav-active .menu-icon__line {
  background-color: #fff;
  -webkit-transform: translate(0px, 0px) rotate(-45deg);
  transform: translate(0px, 0px) rotate(-45deg);
}

body.nav-active .menu-icon__line-left {
  width: 15px;
  -webkit-transform: translate(2px, 4px) rotate(45deg);
  transform: translate(2px, 4px) rotate(45deg);
}

body.nav-active .menu-icon__line-right {
  width: 15px;
  float: right;
  -webkit-transform: translate(-3px, -3.5px) rotate(45deg);
  transform: translate(-3px, -3.5px) rotate(45deg);
}

body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
  width: 15px;
}

body.nav-active .nave {
  visibility: visible;
}

body.nav-active .nave:before,
body.nav-active .nave:after {
  -webkit-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
  border-radius: 0;
}

body.nav-active .nave:after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

body.nav-active .nave:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

body.nav-active .nav__list-item {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: opacity 0.3s ease, color 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease,
    -webkit-transform 0.3s ease;
}

body.nav-active .nav__list-item:nth-child(0) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

body.nav-active .nav__list-item:nth-child(1) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

body.nav-active .nav__list-item:nth-child(2) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

body.nav-active .nav__list-item:nth-child(3) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

body.nav-active .nav__list-item:nth-child(4) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

body.nav-active .nav__list-item:nth-child(5) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

body.nav-active .nav__list-item:nth-child(6) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

body.nav-active .nav__list-item:nth-child(7) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

body.nav-active .nav__list-item:nth-child(8) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

body.nav-active .nav__list-item:nth-child(9) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

body.nav-active .nav__list-item:nth-child(10) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.switch-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  transform: translateY(-50%);
  width: 100%;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  margin: 0 auto;
  text-align: center;
}

.switch-wrap h1 {
  font-weight: 900;
  font-size: 46px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media(max-width:1000px){
	.tags.large {
		font-size: 43px;
	}
}
@media(max-width:768px){
	.tags.large{display:none;}
}
@media screen and (max-width: 600px) {
.testimonials .slider .slide {
  min-height: 250px;
}
.banners-sec .desc-block .title {
    font-size: 28px !important;
}
.blockchain-services-sec .sec-header h2 span {
    font-size: 33px !important;
    line-height: 40px !important;
}
	.portfolio-grid-row {
    flex-direction: column;
}
.portfolio-grid-row .portfolio-col {
    width: 100% !important;
}
.portfolio-big-img, .portfolio-big-img.sm-img, .portfolio-thumbnail {
    height: auto;
    margin: 0 0 10px !important;
    width: 100%;
}
.portfolio-big-img img, .portfolio-big-img.sm-img img, .portfolio-thumbnail img {
    object-fit: cover;
}
	.portfolio-big-img > img, .portfolio-thumbnail > img {
    object-fit: cover !important;
}
	.portfolio-big-img, .portfolio-big-img.sm-img, .portfolio-thumbnail {
    height: auto !important;
    margin: 0 !important;
    width: 100% !important;
}
	.portfolio-thumbnail {
    margin: 20px 0 0 !important;
}
	.page-id-11624 #main{overflow:hidden;}
	.signi-img-block {
    display: none;
}
	.significance-list{position:relative;}
	.significance-list:after {
    background: url(https://codingpixelmedia.s3-accelerate.amazonaws.com/2023/05/Rectangle-284.png) no-repeat;
    width: 267px;
    height: 323px;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.1;
}
	
  .switch-wrap h1 {
    font-size: 32px;
  }
}

.switch-wrap p {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
  color: #8167a9;
  text-align: center;
  margin-top: 15px;
}

.switch-wrap p span {
  position: relative;
}

.switch-wrap p span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: -4px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.switch-wrap p span:nth-child(2):before {
  opacity: 0;
}

#switch,
#circle {
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

#switch {
  width: 60px;
  height: 8px;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #000;
  border-radius: 27px;
  background: #8167a9;
  position: relative;
  display: inline-block;
}

#circle {
  position: absolute;
  top: -11px;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
  background: #fff;
}

.switched {
  border-color: #8167a9 !important;
  background: #000 !important;
}

.switched #circle {
  left: 43px;
  background: #000;
}

div#cursor2.active {
  border-color: #fff;
  box-shadow: 0 0 12px #1d2939;
}

.intro {
  visibility: hidden;
  opacity: 0;
}

.intro-line-parent,
.headingSplit-line-parent {
  overflow: hidden;
}

/* menu css */
.btn-talk .intro-line {
  position: relative;
  z-index: 2;
}

footer {
  position: relative;
  z-index: 99;
  background: linear-gradient(to right, #000 var(--target), #fff var(--target));
  --target: 100%;
}

footer * {
  /* background: linear-gradient(to bottom, #fff var(--target), #000 var(--target)); */
}

.containeerColoredFooter {
  position: absolute;
  top: 0;
  background: #121B2A;
  height: 100%;
  width: 100%;
}

footer#footer .container {
  position: relative;
  z-index: 2;
} 

.target {
  /* background: linear-gradient(to top, #141b2a var(--target), #fff var(--target));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  color: #fff;
}
/* footer .target {
  color: #344054;
} */
/* new css */

/* banner css */

.banners-sec {
  padding-top: 205px;
  padding-bottom: 92px;
  background-color: #ebeeef;
} 
.col-holder img {
    filter: brightness(0) invert(1); 
}
.banner-grid-row {
  display: flex;
  align-items: flex-start;
  gap: 20px 5%;
  flex-wrap: wrap;
}
.banner-grid-row .desc-col {
  width: calc(70% - 2.5%);
}
.banner-grid-row .img-col {
  width: calc(29% - 2.5%);
  margin-left: auto;
}
.ful-container {
  max-width: 1450px;
  margin-inline: auto;
  padding-inline: 15px;
}

.banners-sec {
  background-image: url("../images/banner-bg-img.png");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  list-style: kannada;
}

.banners-sec .desc-block .title {
  font-weight: 700;
  font-size: 72px;
  line-height: 90px;
  color: #253757;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-family: "gilroybold";
  margin-top: 0;
}
.banners-sec .desc-block p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: rgba(37 55 87 / 80%);
  max-width: 556px;
  margin: 0 0 17px 0;
}
.banners-sec .banner-img-block {
  max-width: 434px;
  height: 397px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* experince section css */

.experience-sec {
  padding-top: 240px;
  padding-bottom: 130px;
  overflow: hidden;
}

.container-sm {
  max-width: 1210px;
  padding-inline: 15px;
  margin-inline: auto;
}

.memberInnerCard .img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience-sec .exp-grid-row {
  display: flex;
  flex-wrap: wrap;
  gap: 94px;
}

.experience-sec .exp-grid-row .desc-block {
  max-width: 502px;
  position: relative;
  padding-top: 180px;
}

.exp-inner-block {
  position: relative;
	z-index:2;
}

.exptitle {
  font-family: "gilroysemibold";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: #253757;
  position: absolute;
  top: -133px;
  max-width: 610px;
  margin: 0;
}
.exptitle span {
  color: #22e3d8;
}
.experience-sec .exp-grid-row .desc-block p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #415a77;
  font-family: "gilroymedium";
}
.experience-sec .exp-grid-row .desc-block p:not(:last-child) {
  margin-bottom: 20px;
}
.exp-img-block {
  max-width: 581px;
  height: 742px;
  background-color: #f1f1f1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.shadtext-box {
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.1),
    0px 8px 8px -4px rgba(16, 24, 40, 0.04);
  padding: 24px;
  position: absolute;
  left: 50%;
  bottom: -74px;
  z-index: 99;
  max-width: 494px;
  translate: -50% 0;
  transform: translateX(-50%) !important;
}
.shadtext-box p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #667085;
  margin: 0;
}
.shadtext-box p strong {
  font-weight: 600;
  display: block;
  color: #253757;
}

.exp-inner-block .logoshap-block {
  position: absolute;
  right: -66px;
  bottom: -196px;
  z-index: -1;
}

/* How we work css */

.how-we-work-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5f7f8;
}
.how-we-work-sec .sec-title {
  font-weight: 600;
  font-size: 94.4px;
  line-height: 118px;
  color: #f5f7f8;
  -webkit-text-stroke: 1px #98a2b3;
  margin-bottom: 50px;
  margin-top: 0;
  transform: translateX(-40px);
}

.how-we-wrok-content {
  max-width: 1920px;
  margin-inline: auto;
}
.how-container {
  max-width: 1250px;
  margin-inline: auto;
  padding-inline: 15px;
}

.how-row {
  display: flex;
  flex-wrap: wrap;
  gap: 124px;
}
.how-row .how-left-col {
  width: calc(52.55% - 62px);
}
.how-row .how-right-col {
  width: calc(47.45% - 62px);
}

.how-items-block .how-items {
  list-style: decimal-leading-zero;
  padding-left: 27px;
  margin: 0;
}

.how-items-block .how-items li {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #253757;
  padding-bottom: 16px;
  border-bottom: 1px solid #d0d5dd;
  cursor: pointer;
  position: relative;
}
.how-items-block .how-items li:first-child::after {
  top: 28px;
  left: -7px;
  width: 4px;
  height: 4px;
}
.how-items-block .how-items li:not(:first-child) {
  padding-top: 16px;
}

.how-items-block .how-items li::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 43px;
  width: 2px;
  height: 2px;
  background: #f4f7f8;
}
.how-items-block .how-items li::marker {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #98a2b3;
}

.how-img-block {
  width: 132px;
  height: 177px;
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 4px;
  margin-bottom: 30px;
  transform: rotate(-7.07deg);
}
.how-desc-block p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  font-family: "gilroymedium";
}
.how-desc-block p > strong {
  font-weight: 600;
  display: block;
}

/* blockchain services css */

.blockchain-services-sec {
  padding-top: 343px;
  padding-bottom: 118px;
  background: #121b2a;
}

.blockchain-services-sec .sec-header {
  margin-bottom: 40px;
}
.blockchain-services-sec .sec-header h2 {
  margin: 0;
}

.blockchain-services-sec .sec-header h2 span {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: #f2f4f7;
  margin: 0;
  text-transform: capitalize;
  display: block;
}

.blockchain-services-sec .sec-header h2 .prime {
  color: #22e3d8;
  transform: translateX(200px);
}

.blockchain-services-sec .services-list-ul {
  margin: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}
.blockchain-services-sec .services-list-ul li {
  display: inline-flex;
  padding: 10px 12px;
  background: #1d2939;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #e4e7ec;
  gap: 12px;
  align-items: center;
  text-transform: capitalize;
}

/* blockchain-network section css */

.blockchain-network {
  padding: 120px 0;
	padding-bottom: 300px;
}
.blockchain-network.bot-secc {
    padding-bottom: 100px;
}
.signi-btn-row.marginn-top , .marginn-top {
    margin-top: 60px;
}
.network-container {
  max-width: 1090px;
}
.mx-container {
  margin-inline: auto;
  padding-inline: 15px;
}
.blockchain-network .sec-header {
  margin-bottom: 62px;
}

.blockchain-network .sec-header h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: #253757;
  margin-top: 0;
	text-align: center;
}
.blockchain-network .sec-header h2 span {
  color: #22e3d8;
}

.ntw-row {
  padding-left: 120px;
  display: flex;
  align-items: center;
  gap: 18px 16px;
  flex-wrap: wrap;
}

.ntw-row .ntw-col {
  width: calc(50% - 8px);
}
.ntw-row .ntw-col:nth-child(even) .ntw-cards-list {
  transform: translateY(82px);
}

.ntw-card {
  padding: 61px 38px 37px 26px;
  background: #f2f4f7;
  border-radius: 4px;
}

.ntw-card .icon-block {
  margin-bottom: 40px;
}
.ntw-card h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #253757;
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-top: 0;
}

.ntw-card .desc {
  margin-bottom: 30px;
}

.ntw-card .desc p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #475467;
}

.ntw-cards-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* <!-- banefits section css --> */
.banefits-sec {
  background: #121b2a;
  padding-bottom: 460px;
}

.banefit-container {
  max-width: 1346px;
}

.benefit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.benefit-row .left-col {
  width: calc(38.6% - 30px);
}
.benefit-row .right-col {
  width: calc(61.4% - 30px);
}

.banefit-desc-block {
  padding-top: 80px;
}
.banefit-desc-block .main-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #e4e7ec;
  margin-bottom: 24px;
}

.blockchain-benfits-card {
  padding: 20px 40px 20px 20px;
  background: #1d2939;
}
.blockchain-benfits-card:not(:last-child) {
  margin-bottom: 15px;
}

.blockchain-benfits-card .title-icon-block {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #f9fafb;
}
.blockchain-benfits-card p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #98a2b3;
  margin-top: 0;
  margin-bottom: 7px;
}

.benfit-main-img-block {
  max-width: 100%;
  height: 850px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.benfit-main-img-block > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* <!-- service provider css --> */

.service-provider-sec {
  position: relative;
  z-index: 99;
  margin-top: -160px;
  /* scale: 0.7; */
}

.service-provider-row {
  display: flex;
  flex-wrap: wrap;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0px 20px 24px rgba(16, 24, 40, 0.1),
    0px 8px 8px rgba(16, 24, 40, 0.04);
  overflow: hidden;
}

.desc-col {
  width: 42.6%;
}
.service-provider-row .img-col {
  width: 57.4%;
}
.provider-desc-block {
  padding: 39px 50px;
  max-width: 405px;
}
.provider-desc-block h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #253757;
  margin-bottom: 14px;
  text-transform: capitalize;
  margin-top: 0;
}
.provider-desc-block p {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #667085;
  margin-top: 0;
  margin-bottom: 32px;
}

.provider-img-block {
  max-width: 100%;
  height: 319px;
  overflow: hidden;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.provider-img-block > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* blockchain top industries section */

.blockchain-industries {
  padding-top: 140px;
  padding-bottom: 110px;
  position: relative;
}

.blockchain-industries .sec-header h2 {
  font-size: 48px;
  line-height: 60px;
  color: #253757;
  margin-bottom: 80px;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
}
.blockchain-industries::before {
  content: "";
  left: 0;
  bottom: 0;
  background-color: #f2f4f7;
  height: 495px;
  z-index: -1;
  width: 55.85%;
  position: absolute;
}

.industries-card {
  cursor: pointer;
  margin-bottom: 82px;
}

.industries-card .img-block {
  max-width: 100%;
  height: 267px;
  overflow: hidden;
  background-color: #344054;
  margin-bottom: 18px;
  border-radius: 4px;
}

.industries-card .img-block > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.industries-card .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #253757;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
}

.industries-card p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #475467;
}
.industries-card .desc {
  opacity: 0;

  transition: 0.4s ease;
}

.industries-card:hover .desc,
.slick-current .industries-card .desc {
  opacity: 1;
}

.industriy-slider .slider-item {
  margin: 0 10px;
  transition: 0.4s ease;
}

.industriy-slider .slick-list {
  padding-left: 354px !important;
  padding-right: 115px !important;
}
.industriy-slider {
  display: none;
}

.industriy-slider.slick-slider {
  display: block;
  margin-bottom: 0;
}
.industriy-slider .slick-dots li {
  transition: 0.6s ease;
  margin: 0 !important;
}
.industriy-slider .slick-dots li button {
  display: none;
}

.industriy-slider .slick-dots {
  max-width: 554px;
  padding: 0;
  width: 100%;
  margin: 0;
  background: #ededed;
  height: 1px;
  display: flex !important;
  align-items: center;
  left: 24.6%;
}

.industriy-slider .slick-dots li.slick-active {
  min-width: 170px;
}

.industriy-slider .slick-arrow {
  top: auto;
  display: inline-block;
  width: 34px;
  height: 34px;
  bottom: -55px;
  z-index: 99;
}
.industriy-slider .slick-arrow:hover svg path {
  fill: #121b2a;
}
.industriy-slider .slick-arrow svg path {
  transition: 0.4s ease;
}

.industriy-slider .slick-next {
  right: auto;
  left: 21.6%;
}

.industriy-slider .slick-prev {
  left: 19.6%;
}

/* app portfolio section css */

.app-portfolio-sec {
  padding-top: 121px;
  padding-bottom: 140px;
}

.app-portfolio-sec .portfolio-desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #667085;
  margin-bottom: 12px;
  max-width: 702px;
  font-family: "gilroymedium";
}

.portfolio-grid-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.portfolio-grid-row .portfolio-col {
  width: calc(50% - 8px);
}

.portfolio-big-img {
  max-width: 100%;
  height: 691px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f1f1f1;
  margin-top: 93px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-big-img > img,
.portfolio-thumbnail > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.portfolio-big-img.sm-img {
  margin-top: 0;
  margin-bottom: 16px;
  height: 472px;
}

.portfolio-thumbnail {
  width: 282px;
  height: 228px;
  overflow: hidden;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* key feateure of our app css */

.key-features-sec {
  padding-top: 114px;
  padding-bottom: 354px;
  background-color: #121b2a;
}

.key-features-container {
  max-width: 1305px;
}

.key-features-container .sec-header h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #d9d9d9;
  text-align: center;
  margin-bottom: 54px;
  margin-top: 0;
}

.key-feature-card {
  padding-left: 70px;
  position: relative;
}

.key-feature-card .img-block {
  max-width: 1212px;
  height: 769px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
}
.key-feature-card .img-block > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.keyApp-items {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 28px 30px 49px 26px;
  background: #253757;
  box-shadow: 0px 0px 41px rgba(65, 76, 94, 0.38);
  list-style: none;
  max-width: 298px;
  margin: 0;
  z-index: 9;
}

.key-features-slider-root {
  position: relative;
  /* scale: 0.7; */
}

.keyApp-items li {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #d0d7dd;
  transition: 0.4s ease all;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.keyApp-items li .bar {
  height: 2px;
  background-color: #22e3d8;
  transition: 0.4s ease all;
  min-width: 0;
  display: inline-block;
}

.keyApp-items li:hover .bar {
  min-width: 34px;
  margin-right: 10px;
}
.keyApp-items li:not(:last-child) {
  margin-bottom: 25px;
}

.key-features-slider .slick-arrow,
.next-projects-slider .slick-arrow {
  background-color: #22e3d8;
  transition: 0.4s ease all;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 99;
  bottom: -29px;
  width: 78px;
  height: 58px;
  top: auto;
}
.key-features-slider .slick-arrow:hover,
.next-projects-slider .slick-arrow:hover {
  background-color: #31f7eb;
}

.key-features-slider .slick-arrow.slick-next,
.next-projects-slider .slick-arrow.slick-next {
  right: 0;
}

.key-features-slider .slick-arrow.slick-prev,
.next-projects-slider .slick-arrow.slick-prev {
  right: 78px;
  left: auto;
}
.key-features-slider {
  display: none;
}

.key-features-slider.slick-slider {
  display: block;
}
.key-features-slider .slider-items {
  margin: 0;
}

/* significance section css */

.significance-sec {
  padding: 140px 0 0;
}

.ctm-sec-header h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: #253757;
  margin-bottom: 12px;
}
.ctm-sec-header h2 span {
  color: #22e3d8;
}

.significance-card {
  padding-bottom: 18px;
  padding-top: 68px;
  border-bottom: 1px solid #e4e7ec;
  position: relative;
  cursor: pointer;
}

.significance-card .title-des-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.significance-card .title-des-block .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #253757;
  max-width: 234px;
	margin:0;
}

.significance-card .title-des-block .desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #667085;
  max-width: 514px;
  margin: 0;
  font-family: "gilroymedium";
}

.significance-card .date {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #22e3d8;
  font-family: "Avenir";
}
.significance-card:hover .signi-img-block {
  opacity: 1;
}

.signi-img-block {
  z-index: 9;
  position: absolute;
  left: 44%;
  /* transform: translateX(-50%); */
  top: -16px;
  width: 221.36px;
  height: 284.71px;
  overflow: hidden;
  border-radius: 4px;
  /* transform: (); */
  rotate: -9.28deg;
  opacity: 0;
  /* transition: 1.5s ease; */
  cursor: pointer;
}
.signi-img-block > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.significance-list {
  margin-bottom: 74px;
}

.signi-btn-row {
  display: flex;
  justify-content: center;
}

/* technologies-sec css */

.technologies-sec {
  padding-top: 121px;
  background-size: cover !important;
  background-repeat: no-repeat;
  padding-bottom: 0;
  overflow: hidden;
}

.technologies-content {
  max-width: 1920px;
}

.technologies-sec .sec-header h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 72px;
  text-transform: uppercase;
  transform: translateX(-28px);
  -webkit-text-stroke: 1px #475467;
  color: #121b2a;
  margin: 0;
}
.technologies-container {
  max-width: 1410px;
}

.tech-grid-row {
  display: flex;
  flex-wrap: wrap;
  gap: 112px;
  position: relative;
  padding-bottom: 121px;
}

.tech-grid-row .img-col {
  width: calc(25.7% - 56px);
}

.tech-grid-row .grid-col {
  width: calc(74.3% - 56px);
}

.skills-grid-row {
  padding-top: 92px;
  display: flex;
  gap: 110px 200px;
  flex-wrap: wrap;
}

.skills-grid-row .skill-left-col {
  width:100%;
	max-width:calc(50% - 100px);
}

.skills-grid-row .skill-right-col {
  width:100%;
	max-width:calc(50% - 100px);
}

.jobPosition-card .title {
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  margin-bottom: 9px;
  margin-top: 0;
  font-family: "gilroymedium";
}

.jobPosition-card .border {
  height: 1px;
  background-color: #344054;
  display: inline-block;
  max-width: 343px;
  width: 100%;
  margin-bottom: 7px;
}

.jobPosition-card .skills {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #22e3d8;
  text-transform: uppercase;
}

.tech-thumb-img {
  width: 283px;
  height: 364px;
  transform: rotate(-8.87deg);
  border-radius: 4px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.tech-thumb-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slo-shap-img {
  position: absolute;
  bottom: -7px;
  right: 116px;
  z-index: 1;
}

.faqs-area.restaurant-app-faq {
  padding: 111px 0 138px;
}

.faqs-area.restaurant-app-faq .text h2 {
  margin-bottom: 64px;
  color: #253757;
}

.faqs-area.restaurant-app-faq .text h2 span {
  color: #22e3d8;
}

.ctm-mt-60 {
  margin-top: 60px;
}

.faqs-area.restaurant-app-faq .faqs li.active .opener {
  color: #22e3d8;
  padding-bottom: 0;
}

/* blog list page css */

.blog-banner-sec {
  padding-top: 179px;
  padding-bottom: 83px;
  background-color: #f2f4f7;
}

.blog-banner-sec .banner-desc-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.blog-banner-sec .banner-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.blog-banner-sec .banner-header span {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #22e3d8;
  display: inline-block;
  text-align: center;
  margin-bottom: 4px;
}

.blog-banner-sec .banner-header > h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: #253757;
  margin-bottom: 20px;
  margin-top: 0;
}
.blog-banner-sec .desc {
  max-width: 909px;
  margin-bottom: 18px;
}
.blog-banner-sec .desc p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #667085;
  margin: 0;
  text-align: center;
}

/* blog list section css */

.bloglist-sec {
  padding-top: 80px;
  padding-bottom: 100px;
}

.ctm-full-container {
  max-width: 1450px;
}

.bloglist-row {
  display: flex;
  gap: 48px 18px;
  flex-wrap: wrap;
}

.bloglist-row .blogList-col {
  width: calc(100% / 3 - 12px);
}

.blogList-card .img-block {
  max-width: 100%;
  height: 322px;
  border-radius: 4px;
  margin-bottom: 14px;
}
.blogList-card {
  cursor: pointer;
}

.blogList-card .img-block > img {
  transition: 0.4s ease;
}

.ctm-img-placeholder {
  background-color: #f1f1f1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ctm-img-placeholder > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blogList-card .desc-block h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #253757;
  text-transform: capitalize;
  margin-bottom: 14px;
  margin-top: 0;
  max-width: 385px;
  transition: 0.4s ease;
}

.blogList-card:hover .img-block > img {
  scale: 1.2;
  rotate: 3deg;
}

.blogList-card:hover .desc-block h3 {
  color: #22e3d8;
}

/* recognition-app-sec css */

.recognition-app-sec {
  padding-top: 80px;
  position: relative;
}

.recognition-app-sec::before {
  content: "";
  background-color: #f9fafb;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 500px;
  z-index: -1;
}

.recognition-container {
  max-width: 1330px;
}

.recognition-app-sec .title-desc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1205px;
  margin-bottom: 18px;
}
.recognition-app-sec .title-desc-row h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #253757;
  max-width: 424px;
  margin: 0;
}

.recognition-app-sec .title-desc-row .desc {
  max-width: 610px;
}
.recognition-app-sec .title-desc-row .desc p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #667085;
}

.action-imgs-block {
  position: relative;
}

.action-img-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 942px;
  margin-left: auto;
}

.action-img-row .action-img-col {
  width: calc(100% / 2 - 8px);
}

.recognition-app-sec .action-img-block {
  max-width: 100%;
  height: 542px;
  border-radius: 4px;
  margin-top: 30px;
}
.recognition-app-sec .action-img-block.sm-img {
  height: 452px;
  margin-top: 0;
}

.action-logo {
  position: absolute;
  bottom: 70px;
  right: 30%;
}
.action-logo.abs{
  top: 38%;
  height: max-content;
  right: -80px;
}

/* large blogs */

.large-blog-sec {
  padding-top: 120px;
  padding-bottom: 100px;
}

.large-blog-sec .large-blog-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.large-blog-sec .large-blog-row .large-blog-col {
  width: calc(100% / 2 - 8px);
}

.blogList-card.large-card .img-block {
  height: 476px;
  margin-bottom: 30px;
}

.blogList-card.large-card .desc-block h3 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 18px;
  max-width: 424px;
}

section.pt-0 {
  padding-top: 0;
}
section.pb-140 {
  padding-top: 140px;
}

/* Our Work section css */

.ourWork-sec {
  padding-top: 100px;
  padding-bottom: 211px;
}

.ourWork-container {
  max-width: 1330px;
}

.our-work-grid-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.our-work-grid-row .cols {
  width: calc(100% / 2 - 10px);
}
.our-work-grid-row .cols:nth-child(odd) {
  padding-top: 167px;
}

.our-work-grid-row .cols:nth-child(odd) .ourWork-card .desc-block {
  max-width: 396px;
}

.ourWork-card {
  cursor: pointer;
  transition: 0.4s ease;
}

.ourWork-card:hover .card-img-block > img {
  scale: 1.12;
  rotate: 3deg;
}

.ourWork-card .card-img-block {
  max-width: 100%;
  height: 516px;
  margin-bottom: 24px;
}
.ourWork-card .card-img-block > img {
  transition: 0.4s ease;
}
.ourWork-card .desc-block {
  padding-inline: 17px;
  padding-bottom: 17px;
}
.ourWork-card .desc-block .cate {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #22e3d8;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 7px;
  font-family: "gilroysemibold";
}

.ourWork-card .desc-block .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #1d263a;
  margin: 0;
}

.ourWork-card.sml-card {
  max-width: 418px;
}

.ourWork-card.sml-card.right {
  margin-left: auto;
}

.ourWork-card.sml-card .card-img-block {
  height: 398px;
}

/* single portfolio page css */

/* portfolio-grid-sec css */

.portfolio-grid-sec {
  padding: 100px 0;
}

.port-gridRow {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 104px;
}
.port-gridRow .left-col {
  width: calc(54.2% - 52px);
}

.port-gridRow .right-col {
  width: calc(45.8% - 52px);
}

.portfolioImg-card {
  background-color: #f3f4f7;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 100%;
  height: 735px;
  border-radius: 6px;
}

.portfolioImg-card .portImg-block {
  filter: drop-shadow(0px 6px 53px rgba(32, 51, 79, 0.42));
  border-radius: 6px;
  max-width: 261.45px;
  height: 562.69px;
}

.portfolioImg-card.sm-card {
  height: 613px;
  margin-bottom: 35px;
}

.portfolioImg-card.sm-card .portImg-block {
  height: 470px;
  max-width: 218px;
}

.portfolio-slider-sec .port-folio-slider-block {
  padding: 108px 0 122px;
  background: #f4f6fb;
  border-radius: 6px;
}

.port-folio-slider-card {
  max-width: 100%;
  height: 559.56px;
  border-radius: 16px;
}

.ctm-portfolio-slider {
  display: none;
}

.ctm-portfolio-slider.slick-slider {
  display: block;
}

.ctm-portfolio-slider .items {
  margin: 0 60px;
}

.ctm-portfolio-slider .slick-list {
  padding-left: 215px !important;
  padding-right: 0 !important;
}

/*  music moral section css */

.music-moral-sec .ctm-music-moral-block {
  border-radius: 6px;
  background-color: #00d0e1;
  padding: 42px;
  padding-bottom: 32px;
  overflow: hidden;
}

.music-moral-sec .header-block {
  max-width: 291px;
}
.music-moral-sec .header-block h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #22e3d8;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: var(--poppins);
}

.music-moral-sec .header-block p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  font-family: var(--poppins);
  color: rgba(255 255 255 / 80%);
  margin: 0;
}
.policy-banner.banner {
  padding-top: 204px;
  padding-bottom: 133px;
  min-height: auto;
  height: auto;
  background-image: url("../images/banner-bg-img.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
.policy-banner.banner h1 {
  margin-bottom: 0;
}
.policy-banner.banner .banner-holder {
  margin-bottom: 0;
}

.music-moral-sec .main-heading-block {
  text-align: center;
  padding-top: 172px;
  padding-bottom: 268px;
}
.music-moral-sec .main-heading-block h2 {
  font-weight: 700;
  font-size: 80px;
  line-height: 118px;
  text-align: center;
  color: #ffffff;
  font-family: var(--hibo);
  margin: 0;
}

.music-moral-sec .bottom-block h4 {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
  font-family: var(--roboto);
}

.project-colorScheme-sec {
  padding-top: 189px;
  padding-bottom: 100px;
}

.project-colorScheme-sec .color-scheme-grid-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.project-colorScheme-sec .color-scheme-grid-row .cols {
  width: calc(100% / 2 - 10px);
}

.project-colorScheme-sec .color-desc-block .ctm-header-block {
  max-width: 400px;
  margin-bottom: 43px;
}

.project-colorScheme-sec .color-desc-block .ctm-header-block h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #121b2a;
  margin-top: 0;
  margin-bottom: 3px;
  text-transform: capitalize;
}

.project-colorScheme-sec .color-desc-block .ctm-header-block p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #667085;
}

.color-desc-block .portfolioImg-card {
  height: 718px;
}

.color-desc-block .portfolioImg-card .portImg-block {
  max-width: 255.74px;
  height: 550.41px;
}

.portfolio-banner-sec {
  padding-bottom: 138px;
}

.portfolio-banner-sec .portfolio-banner-block {
  border-radius: 6px;
  margin-bottom: 80px;
}

.portfolio-banner-sec .ctm-btn-block {
  display: flex;
  justify-content: center;
}

/* Next projects section */

.next-projects-sec {
  padding-top: 70px;
  padding-bottom: 138px;
  background-color: #f9fafb;
}

.next-projects-sec .sec-header h2 {
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: #253757;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.next-project-card {
  max-width: 100%;
  height: 707px;
  border-radius: 4px;
}

.next-projects-slider {
  display: none;
}

.next-projects-slider.slick-slider {
  display: block;
}

.next-projects-slider .items {
  margin: 0;
}

/* job list page css */

.joblist-imgs-grid-sec {
  padding-top: 140px;
  padding-bottom: 112px;
}

.joblist-grid-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.joblist-grid-row > .cols {
  width: calc(100% / 2 - 8px);
}

.joblist-img-block {
  max-width: 100%;
  height: 620px;
}

.joblist-primary-block {
  padding: 48px;
  background-color: #22e3d8;
  height: 623px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 109px;
}

.joblist-primary-block .quote-icon-block {
  text-align: right;
}

.joblist-primary-block .desc-block h4 {
  max-width: 358px;
  text-align: right;
  margin: 14px 0 0 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #253757;
}

.joblist-desc-block {
  padding-left: 119px;
  padding-top: 42px;
}

.joblist-desc-block h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #253757;
  margin-top: 0;
  margin-bottom: 14px;
  max-width: 324px;
}
.joblist-desc-block {
  max-width: 702px;
}

.joblist-desc-block {
  max-width: 702px;
}
.joblist-desc-block p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #475467;
  margin: 0;
  font-family: "gilroymedium";
}

.another-position-block p {
  margin: 0;
}

/* joblist gallery section */

.joblist-gallery-sec {
  position: relative;
  padding-top: 100px;
  padding-bottom: 40px;
}
.joblist-gallery-sec::before {
  content: "";
  width: 100%;
  background-color: #f9fafb;
  height: 87.4%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.bloglist-gallery-block {
  position: relative;
}

.bloglist-gallery-block .sec-ttile-block {
  max-width: 500px;
  position: absolute;
  top: 0;
  left: 0;
}

.bloglist-gallery-block .action-logo {
  position: absolute;
  left: 19%;
  top: 29%;
}

.bloglist-gallery-block .sec-ttile-block h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: #121b2a;
  margin: 0;
}

.joblimg-gal-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 1061px;
  margin-left: auto;
}
.joblimg-gal-row > .cols {
  width: calc(100% / 3 - 10.66px);
}
.joblimg-gal-row > .cols:first-child {
  padding-top: 222px;
}

.joblist-gal-card {
  max-width: 100%;
  height: auto;
}
.joblist-gal-card > img {
  transition: 0.4s ease;
}

.joblist-gal-card:hover > img {
  /* filter: grayscale(1); */
  scale: 1.2;
}

.joblist-gal-card:not(:last-child) {
  margin-bottom: 16px;
}

/* open positions section */

.open-position-sec {
  padding: 100px 0;
}

.open-postion-container {
  max-width: 1340px;
}

.open-position-sec .ctm-sec-header {
  max-width: 576px;
}

.open-position-sec .ctm-sec-header h2 {
  font-weight: 600;
  font-size: 60px;
  line-height: 72px;
  color: #121b2a;
  margin-bottom: 40px;
  margin-top: 0;
}

.open-position-sec .position-cards-block {
  padding-left: 100px;
}

.open-positions-grid-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0 48px;
}
.open-positions-grid-row > .cols {
  width: calc(100% / 2 - 24px);
}

.job-open-postion-card {
  padding-top: 80px;
  padding-bottom: 36px;
  border-bottom: 1px solid #d0d5dd;
  padding-right: 119px;
}
.job-open-postion-card h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #253757;
  margin-bottom: 10px;
  margin-top: 0;
}
.job-open-postion-card p {
  margin-bottom: 21px;
  margin-top: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #667085;
}

.job-open-postion-card.no-border {
  border-bottom: 0;
}

.another-position-block {
  border-top: 1px solid #e4e7ec;
  border-bottom: 1px solid #e4e7ec;
  padding: 8px 25px;
  max-width: 734.5px;
  margin-inline: auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #253757;
  margin-top: 84px;
}
.another-position-block a {
  color: #22e3d8;
  transition: 0.4s ease;
}
.another-position-block a:hover {
  color: #253757;
}

/* interview process section css */

.interview-process-sec {
  padding-top: 30px;
  padding-bottom: 130px;
}

.interview-process-sec .ctm-sec-header {
  max-width: 837px;
}

.interview-process-sec .ctm-sec-header h2 {
  font-weight: 600;
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 80px;
  margin-top: 0;
}

.process-grid-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.process-grid-row > .cols {
  width: calc(100% / 3 - 9.333px);
}

.interview-process-card .img-block {
  margin-inline: auto;
  max-width: 201px;
  overflow: hidden;
  margin-bottom: -40px;
}

.interview-process-card .desc-block {
  background: #f9fafb;
  border-radius: 4px;
  padding: 79px 65px 55px;
}

.interview-process-card .desc-block h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #253757;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: center;
}
.interview-process-card .desc-block p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #475467;
  margin: 0;
  text-align: center;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.faqs-area.restaurant-app-faq.job-faq-sec {
  padding-bottom: 70px;
}

/* job details page css */

.job-detail-banner {
  padding-top: 200px;
  padding-bottom: 128px;
  background: #f2f4f7;
}

.job-detail-banner .banner-desc-block {
  text-align: center;
}

.job-detail-banner .banner-desc-block h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  color: #253757;
  text-transform: capitalize;
  margin-bottom: 28px;
  margin-top: 0;
}

.job-detail-banner .job-types {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.job-detail-banner .job-types li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #253757;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.job-details-content-sec {
  padding: 80px 0 200px;
}

.job-detail-container {
  max-width: 970px;
}

.job-dt-desc-block {
  margin-bottom: 40px;
}

.job-dt-desc-block h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #253757;
  margin-top: 0;
  margin-bottom: 14px;
}
.job-dt-desc-block .prime-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #475467;
  margin: 0;
}
.job-dt-desc-block ul {
  padding-left: 25px;
}
.job-dt-desc-block ul > li:not(:last-child) {
  margin-bottom: 19px;
}

.job-dt-desc-block ul > li::marker {
  font-size: 23px;
}
.job-dt-desc-block.max-length {
  max-width: 697px;
}
header.error-page-header #nav {
  display: none;
}
header.error-page-header .headerLogo > span {
  display: none !important;
}

.error-four .error-four-block {
  width: 100vw;
  height: 100vh;
  background: #f9fafb url("../images/error-page-bg.png");
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-flex {
  display: flex;
  align-items: center;
  gap: 7px;
}

.error-four-block .desc-block {
  max-width: 528px;
  position: relative;
  padding: 10px;
  padding-left: 64px;
  border-left: 1px solid #e1e5e8;
}
.error-four-block .desc-block h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: #253757;
  margin-bottom: 12px;
  margin-bottom: 12px;
  margin-top: 0;
  font-family: "gilroybold";
}
.error-page .navOpener {
  right: 0;
  background: #fff !important;
}
.error-four-block .desc-block p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 28px;
  color: #667085;
  margin-top: 0;
}

.error-four-block .img-col {
  max-width: 373px;
  overflow: hidden;
}

/* rotate animation */

.rotate-animate > img {
  animation: rotate-animate 3s linear infinite;
}

@keyframes rotate-animate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.member-card {
  position: relative;
  width: 50%;
}
.member-card .img-block {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  overflow: hidden;
  display: none;
}

.member-card strong {
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  color: #ffffff;
  margin: 0;
  display: block;
}

.member-card .designation {
  color: #22e3d8;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.members li {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.members .member-card {
  max-width: 50%;
  width: 603px;
  height: 433px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 150px;
}

.member-card .content {
  position: absolute;
  /* right: -50%; */
  top: 60px;
  opacity: 0;
  left: auto;
  right: -130px;
}
.member-card:hover .content,
.member-card.active .content {
  opacity: 1;
}

.members li .member-card:nth-child(3n) {
  margin-inline: auto;
  margin-top: -100px;
}

.members li .member-card.active .img-block {
  display: block;
}

.members li .member-card.active .img-holder {
  display: none;
}

.banners-sec .desc-block .title strong {
  color: #22e3d8;
}

footer#footer {
  position: relative;
	z-index:1;
}

#Fixedfooter {
  position: absolute;
  width: 100%;
  background: #131b2a !important;
  z-index: 9;
  inset: 0;
  margin: auto;
  top: 0;
  height: 0;
  bottom: auto;
  overflow: hidden;
  padding: 0 10vw;
}
#Fixedfooter .containeerColoredFooter {
  background: none;
}
#footer #Fixedfooter .fourcols .col {
  background: #1d2939;
}

#footer #Fixedfooter .fourcols .col strong.target {
  color: #fff;
}
#footer #Fixedfooter h3 {
  color: #fff;
}
.members .member-card:hover {
}

.members .member-card:hover .img-holder,
.members .member-card.active .img-holder {
  display: none;
}

.members .member-card:hover .img-block,
.members .member-card.active .img-block {
  display: block;
}
.members {
  max-width: 1140px;
  margin-top: 100px;
}

.team-holder {
  max-width: 1140px;
}

.memberInnerCard {
  width: 462px;
  height: 450px;
  margin: auto;
  position: relative;
}

.member-card:nth-child(even) {
  margin-top: -100px;
}

/*.member-card:nth-child(2n + 2), .member-card:nth-child(2n + 1), .member-card:not(:first-child) {
    margin-left: -90px;
}*/
.member-card:nth-child(3) {
  margin-left: -180px;
}

.member-card:nth-child(5) {
  margin-left: 0px;
}

.member-card:nth-child(7) {
  margin-left: -60px;
}

.how-work-tab-content .howtab-card {
  display: none;
  opacity: 0;
}

.how-work-tab-content .howtab-card.active {
  display: block;
  opacity: 1;
}

.mb-53 {
  margin-bottom: 53px;
}

.banner-flex {
  display: flex;
  flex-wrap: wrap;
}

.main-banner {
  background-image: url("../images/banner-bg-img.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

/* ditital products section css */

.digital-products-sec {
  padding: 80px 0;
}

.dp-container {
  max-width: 1420px;
}

.digital-products-sec .dp-flex {
  display: flex;
  flex-wrap: wrap;
}

.d-flex {
  display: flex;
}

.digital-products-sec .dp-flex .left-col {
  width: calc(71.2% - 32px);
}

.digital-products-sec .dp-flex .right-col {
  width: calc(28.8% - 32px);
}

.digital-products-sec .left-desc-block {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.digital-products-sec .left-desc-block .title-block {
  display: flex;
  align-items: center;
  gap: 6px;
}

.digital-products-sec .left-desc-block .title-block h2 {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #253757;
  text-transform: capitalize;
}

.digital-products-sec .left-desc-block .desc-block h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: #253757;
  margin-bottom: 18px;
  margin-top: 0;
}

.digital-products-sec .left-desc-block .desc-block h2 span {
  color: #22e3d8;
}

.digital-products-sec .left-desc-block .desc-block {
  max-width: 718px;
  margin-top: -10px;
}

.digital-products-sec .left-desc-block .desc-block p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: rgba(71 84 103 / 80%);
  margin-top: 0;
  font-family: "gilroymedium";
}

.digital-products-sec .left-desc-block .desc-block p:not(:last-child) {
  margin-bottom: 10px;
}

.digital-products-sec .digital-img-block {
  width: 277.91px;
  height: 357.81px;
  border-radius: 4px;
  rotate: -9.29deg;
  margin-left: auto;
  overflow: hidden;
}

.digital-products-sec .digital-img-block-outer {
  position: relative;
}

.digital-products-sec .digital-img-block-outer .action-logo {
  position: absolute;
  bottom: -10px;
  left: 0;
}

/* servics list section css */

.services-list-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.services-list-sec {
  padding-top: 60px;
  padding-bottom: 100px;
}

.services-list-flex > .cols {
  width: calc(50% - 8px);
}

.services-card {
  background: #f9fafb;
  border-radius: 4px;
  overflow: hidden;
  padding: 48px 38px;
  max-width: 100%;
  margin-bottom: 40px;
}

.services-card .img-block {
  max-width: 324px;
  height: 293px;
  overflow: hidden;
  background-color: transparent;
  margin-bottom: 54px;
  margin-inline: auto;
}

.services-card .title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #253757;
  text-transform: capitalize;
  margin-bottom: 28px;
  margin-top: 0;
}

.services-card .items {
  padding: 0;

  margin: 0;

  column-count: 2;
}

.services-card .items li {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #253757;
  gap: 19px;
  border-bottom: 1px solid #d0d5dd;
  margin-top: 0;
  padding-bottom: 6px;
  font-family: "gilroysemibold", sans-serif;
  display: inline-flex;
}
.services-card .items li:not(:last-child) {
  margin-bottom: 26px;
}

.services-list-flex > .cols:nth-child(even) {
  margin-top: 102px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.lets-start-sec {
  background-color: #22e3d8;
  padding: 285px 0;
}

.lets-start-sec .desc-block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.let-start-block h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  margin-top: 0;
  margin-bottom: 28px;
  color: #253757;
  text-transform: capitalize;
}

.lets-start-sec .btn-talk:after {
  background-color: #fcfcfd;
}

.services-grid-row {
  padding-left: 103px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1180px;
  margin-inline: auto;
}

.service-img-block {
  background-color: transparent;
  max-width: 375px;
  height: 343px;
}
.services-grid-block {
  padding-bottom: 262px;
  padding-top: 60px;
}
.services-grid-block .services-desc-block {
  padding-left: 16px;
  position: relative;
  max-width: 593px;
}

.services-grid-block .services-desc-block p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #667085;
  margin-top: 0;
  font-family: "gilroymedium";
}
.services-grid-block .services-desc-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 3px;
  height: 101px;
  background-color: #22e3d8;
}

.services-grid-block .services-desc-block p:not(:last-child) {
  margin-bottom: 18px;
}

.partners.dark-section {
  background: #121b2a;
}

.partners.dark-section .header h2 {
  color: #f9fafb;
}

.partners.dark-section .parters-slider .holder {
  background: #1d2939;
  border-radius: 4px;
}

.partners.dark-section.dark-section .btn-holder .btn-talk {
  color: #f9fafb;
}
.dark-section .parters-slider .slick-current .info .name {
  color: #22e3d8;
}

.parters-slider .slick-list {
  padding-inline: 204px !important;
}
.slider .slick-list {
  padding-inline: 370px !important;
}

.deliver-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.deliver-row > .cols {
  width: calc(33.333% - 10.66px);
}
.deliver-row > .cols:not(:first-child) {
  margin-top: 61px;
}

.ntw-card.service-page-card {
  padding: 53px 38px 39px 26px;
}

.ntw-card.service-page-card .icon-block {
  margin-bottom: 32px;
}

.deliver-row > .cols:nth-child(3n) {
  margin-top: calc(61px * 2);
}

.service-page-cards-list.service-page {
  display: flex;
  gap: 26px;
  flex-direction: column;
}

.experience-sec.gray-bg {
  background: white;
	overflow:hidden;
}
.blockchain-network.service-page {
  padding-bottom: 120px;
}

.app-portfolio-sec .portfolio-desc p {
  margin-top: 0;
  margin-bottom: 12px;
}

/* custom fonts */

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");

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

@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --poppins: "Poppins", sans-serif;
  --hibo: "Heebo", sans-serif;
  --roboto: "Roboto", sans-serif;
  --white: #fff;
  --black: #000;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* scroll-behavior: smooth; */
}

@font-face {
  font-family: "Avenir";
  src: local("Avenir"), url("../fonts/AvenirLTStd-Medium.woff2") format("woff2"),
    url("../fonts/AvenirLTStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  src: local("Avenir"), url("../fonts/AvenirLTStd-Roman.woff2") format("woff2"),
    url("../fonts/AvenirLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  src: local("Avenir"), url("../fonts/AvenirLTStd-Book.woff2") format("woff2"),
    url("../fonts/AvenirLTStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "gilroybold";
  src: local("gilroybold"),  url("../fonts/gilroy-bold-webfont.woff2") format("woff2"),
    url("../fonts/gilroy-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gilroymedium";
  src: local("gilroymedium"), url("../fonts/gilroy-medium-webfont.woff2") format("woff2"),
    url("../fonts/gilroy-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gilroyregular";
  src: local("gilroyregular"), url("../fonts/gilroy-regular-webfont.woff2") format("woff2"),
    url("../fonts/gilroy-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gilroysemibold";
  src: local("gilroysemibold"), url("../fonts/gilroy-semibold-webfont.woff2") format("woff2"),
    url("../fonts/gilroy-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "graphik_regularregular";
  src: local("graphik_regularregular"), url("../fonts/graphikregular-webfont.woff2") format("woff2"),
    url("../fonts/graphikregular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: local("Graphik"), url("../fonts/Graphik-ExtralightItalic.woff2") format("woff2"),
    url("../fonts/Graphik-ExtralightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: local("Graphik"), url("../fonts/Graphik-BlackItalic.woff2") format("woff2"),
    url("../fonts/Graphik-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: local("Graphik"), url("../fonts/Graphik-Bold.woff2") format("woff2"),
    url("../fonts/Graphik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: local("Graphik"), url("../fonts/Graphik-Black.woff2") format("woff2"),
    url("../fonts/Graphik-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: local("Graphik"), url("../fonts/Graphik-BoldItalic.woff2") format("woff2"),
    url("../fonts/Graphik-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: local("Graphik"), url("../fonts/Graphik-SemiboldItalic.woff2") format("woff2"),
    url("../fonts/Graphik-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: local("Graphik"), url("../fonts/Graphik-Medium.woff2") format("woff2"),
    url("../fonts/Graphik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: local("Graphik"), url("../fonts/Graphik-Regular.woff2") format("woff2"),
    url("../fonts/Graphik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: local("Graphik"), url("../fonts/Graphik-RegularItalic.woff2") format("woff2"),
    url("../fonts/Graphik-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: local("Graphik"), url("../fonts/Graphik-Extralight.woff2") format("woff2"),
    url("../fonts/Graphik-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: local("Graphik"), url("../fonts/Graphik-MediumItalic.woff2") format("woff2"),
    url("../fonts/Graphik-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: local("Graphik"), url("../fonts/Graphik-LightItalic.woff2") format("woff2"),
    url("../fonts/Graphik-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: local("Graphik"), url("../fonts/Graphik-Semibold.woff2") format("woff2"),
    url("../fonts/Graphik-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: local("Graphik"), url("../fonts/Graphik-Light.woff2") format("woff2"),
    url("../fonts/Graphik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: local("Graphik"), url("../fonts/Graphik-Thin.woff2") format("woff2"),
    url("../fonts/Graphik-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: local("Graphik"), url("../fonts/Graphik-Super.woff2") format("woff2"),
    url("../fonts/Graphik-Super.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: local("Graphik"), url("../fonts/Graphik-SuperItalic.woff2") format("woff2"),
    url("../fonts/Graphik-SuperItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: local("Graphik"), url("../fonts/Graphik-ThinItalic.woff2") format("woff2"),
    url("../fonts/Graphik-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
.text p div {
    display: inline !important;
}

.banner .text p {
    font-size: 16px;
    line-height: 28px;
}


body.open.nav-active {   
    overflow: hidden;
}

section.wp-block-awp-portfoliosection.portfolio.parallax .header {
    margin: 0 0 24px;
    overflow: hidden;
}
.services-card .items {
    display: block!important;
}
/*  */
.slider-arrows li {
    margin: 20px 7px 0 ;
}
.slider .slide p {
    margin: 0;
    color: #344054;
    font-weight: 500;
    font-size: 16px;
    font-family: "gilroymedium";
}
.faqs li p {
	margin-top: -15px;
}


.intro-line-parent:last-child span.pin-s {
    color: #253757;
}
.services-card .items li{
	gap:10px;
}
.blog-details p {
    font-size: 16px;
}
.blog-details .header {
    margin: 0 0 26px;
}
.blog-details h3 {
    margin: 24px 0 10px;
}


.blogList-card .desc-block h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.members {
    max-width: 100%;
}
.tabs-holder .side li.active:before {
    top: 0px;
    width: 3px;
    height: 60px;
    position: absolute;
    content: "";
    right: 0px;
    background: #22e3d8;
    overflow: hidden;
}
.tabs-holder .side li {
    position: relative;
    overflow: hidden;
}

.blue-bg {
    margin: 0 0 0px;
    background: #121b2a;
    overflow: hidden;
}
.color-span{
	color:#22E3D8;
}
.page-id-548 .title.introContent .intro-line > div > div:first-child {
    display: block !important;
}
.tile .img-holder img {
    mix-blend-mode: multiply;
    max-height: 100px;
}
.page-id-548 .title.introContent .intro-line > div > div:last-child {
    color: #22E3D8;
}
.title.introContent .intro-line > div > div > div {
    text-transform: initial;
}
.page-id-11624 .title.introContent .intro-line{
    width:100%;
	display:block !important;
    max-width: 75%;
}
/* my css Ggg */
.clutch-widget iframe {
    width: 100% !important;
    max-width: 100% !important;
}
.clutch-widget {
    max-width: 1440px;
    margin: auto;
}
@media(max-width:1024px){
	.joblimg-gal-row > .cols:first-child {
    padding-top: 132px;
}
	.joblimg-gal-row > .cols {
    width: 100%;
}
	.bloglist-gallery-block .action-logo{display:none;
	}
	#footer {
    background: #131b2a !important;
}
}
@media(max-width:600px){
	.blog-tags {
    overflow: auto;
    white-space: nowrap;
}
	.blog-tags .intro-line-parent {
    margin-right: 10px;
    overflow: visible;
}
}
@media(max-width:480px){
	.title.introContent .intro-line > div > div:first-child{display:inline !important;}
}


/*-- Contact Form --*/

.contactForm-section {
    margin:25px 0;
}
.contactForm-section h1 {
    text-align: center;
    color: #253757;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 40px;
}

.fields-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.field-half {
    width: 49%;
    margin-bottom: 15px;
}
.fields-row input::placeholder {
    color: #667085;
    opacity: 0.8;
}
.field-full {
    width: 100%;
    margin-bottom: 15px;
}
.contact-form {
    max-width: 940px;
    margin: 0 auto;
}
.field-half input,
.field-full input,
.field-full textarea {
    width: 100%;
    border: 1px solid #D0D5DD;
    border-radius: 6px;
    padding: 14px 18px;
    color: #667085;
    opacity: 0.8;
    resize: none;
}
.field-btn {
    margin-top: 30px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.field-btn button {
    border-radius: 45px;
    background: #22E3D8;
    color: #253757;
    border: 1px solid transparent;
    padding: 14px 28px;
    font-weight: 500;
    font-size: 18px;
    transition: 0.3s ease;
}
.field-btn button img {
    margin-left: 39px;
}
.field-btn button:hover {
    background: #253757;
    color: #fff;
}
.field-btn button:hover img {
    filter: brightness(0) invert(1);
}
.field-half p {
    margin: 0;
}
.field-full p {
    margin: 0px;
}
.page-id-599 form.wpcf7-form{
    max-height: 500px;
    overflow: auto;
}
.page-id-599 form.wpcf7-form::-webkit-scrollbar {
    width: 10px;
}

.page-id-599 form.wpcf7-form::-webkit-scrollbar-thumb {
    background: #00e6dc;
    border-radius: 10px;
}


#wpcf7-f12755-o1 form.wpcf7-form{
    max-height: 500px;
    overflow: auto;
}

#wpcf7-f12755-o1 form.wpcf7-form::-webkit-scrollbar {
    width: 10px;
}

#wpcf7-f12755-o1 form.wpcf7-form::-webkit-scrollbar-thumb {
    background: #00e6dc;
    border-radius: 10px;
}



@media screen and (max-width: 991px) {
    .contactForm-section h1 {
        font-size: 40px;
        margin-bottom: 28px;
    }
    .contactForm-section {
        margin: 45px 0;
    }
    .field-btn {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .contactForm-section h1 {
        font-size: 34px;
        margin-bottom: 20px;
    }
    .field-half {
        width: 100%;
        margin-bottom: 10px;
    }    
    .field-btn {
        margin-top: 0;
    }
    .field-btn button {
        padding: 14px 22px;
    }
    .field-btn button img {
        margin-left: 30px;
    }
}


/* Modal */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1;
}


.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 9999;
}

.modal-content {
    text-align: center;
}

.close-btn {
    position: absolute;
    top:0px;
    right:8px;
    cursor: pointer;
	font-size:25px
}


/*-- Form Css --*/

.form-section {
    margin: 100px auto;
}
.form-section h1 {
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    color: #253757;
    margin-bottom: 50px;
}
.form-section h1 span {
    color: #22E3D8;
}
.apply-form {
    max-width: 950px;
    margin: 0 auto;
}
.fields-row input {
    width: 100%;
    border: 1px solid #D0D5DD;
    border-radius: 6px;
    padding: 14px 18px;
    color: #667085;
    opacity: 0.8;
}
.fields-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.field-half {
    width: 49%;
    margin-bottom: 15px;
}
.fields-row input::placeholder {
    color: #667085;
    opacity: 0.8;
}
.field-full {
    width: 100%;
    margin-bottom: 15px;
}
.file-wrap {
    position: relative;
    height: 175px;
    border: 1px dashed #98A2B3;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 1px 0 18px;
}
.file-wrap input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.file-wrap img {
    display: block;
    margin: 0px auto 12px;
}
.file-wrap span {
    color: #667085;
    font-size: 12px;
    line-height: 1.8;
}
.field-full textarea {
    width: 100%;
    border: 1px solid #D0D5DD;
    border-radius: 6px;
    padding: 14px 18px;
    font-size: 16px;
    color: #344054;
    font-weight: 500;
    resize: none;
}
.field-full textarea::placeholder {
    color: #344054;
    opacity: 1;
}
.field-btn {
    margin-top: 30px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.field-btn button {
    border-radius: 45px;
    background: #22E3D8;
    color: #253757;
    border: 1px solid transparent;
    padding: 20px 30px;
    width: 285px;
    font-weight: 500;
    font-size: 18px;
    transition: 0.3s ease;
}
.field-btn button img {
    margin-left: 39px;
}
.field-btn button:hover {
    background: #253757;
    color: #fff;
}
.field-btn button:hover img {
    filter: brightness(0) invert(1);
}
span.wpcf7-form-control-wrap{
	position:unset;
}
span.fe3 {
    text-align: center;
    margin: 0 0 40px;
    font: 36px/40px "gilroysemibold", sans-serif;
    display: block;
}   
span.target.fe4 {
    color: #121b2a;
} 


@media screen and (max-width: 991px) {
    .form-section {
        margin: 60px 0;
    }
    .form-section h1 {
        font-size: 42px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 767px) {
    .form-section h1 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 30px;
    }
    .form-section {
        margin: 30px 0;
    }
    .field-half {
        width: 100%;
        margin-bottom: 10px;
    }
    .fields-row input {
        padding: 14px 12px;
    }
    .file-wrap {
        margin: 2px 0 12px;
    }
    .field-full {
        margin-bottom: 10px;
    }
    .field-btn button {
        padding: 17px 30px;
    }
    .field-btn {
        margin-top: 14px;
    }
}


/* 
For Footer  */


div#Fixedfooter .container {
    display: none;
}

div#Fixedfooter {
    z-index: 0;
}

footer#footer:hover span.target.fe4 {
    color: #fff;
} 

.page-id-18 .wpcf7-form {
    max-height: 500px !important;
    overflow: auto;
}
.page-id-18 .wpcf7-form::-webkit-scrollbar-thumb {
    background: #00e6dc !important;
    border-radius: 10px !important;
}

.page-id-18 form.wpcf7-form::-webkit-scrollbar {
    width: 10px;
}                 

/* author bio content */
.bio-content img{
	max-width: 100px;
    border-radius: 50%;
}
.bio-content {
            width: 578px;
            border-radius: 10px;
            border: 1px solid var(--gray-200, #E4E7EC);
            background: var(--gray-50, #F9FAFB);
            padding: 18px;
        }

        .bio-flex {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .image-main {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 15px;
        }

        .user-name h4 {
            color: var(--brand-color-bdazzled-blue, #415A77);

            /* Text md/Medium */
            font-family: Gilroy;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 18px;
            /* 175% */
        }

        .user-name h3 {
            color: var(--brand-color-space-cadet, #253757);
            font-family: Gilroy;
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 28px;
            /* 190% */
        }

        .image-details span {
            color: var(--brand-color-turquoise, #22E3D8);

            /* Text md/Medium */
            font-family: Gilroy;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 28px;
            /* 175% */
        }

        .bio-paragraph p {
            color: var(--gray-600, #475467);

            /* Text small/Medium */
            font-family: Gilroy;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
            /* 171.429% */
        }


        @media only screen and (max-width: 767px) {
            .bio-content {
                width: 90%;
            }


        }

.updated_title{
	font-weight: 600 !important;
    font-size: 48px !important;
    line-height: 60px !important;
    text-align: center !important;
    color: #253757 !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important
}
.updated_h{
	font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #22e3d8 !important;
    display: inline-block !important;
    text-align: center !important;
    margin-bottom: 4px !important;
}

/* 13/02 */
article.promo a.mt-auto {
    position: relative;
    top: 4px;
}

.page-id-14505 .testimonials .header {
    margin: 0 0 50px;
    overflow: hidden;
}

body.active {
    overflow: hidden;
    height: 100vh;
}





/***** Muhammad Hashim is working on it *******/

/****** 4/16/2024*****/


.page-id-14505 .testimonials .header {
    margin:  0px;
    overflow: hidden;
}

.page-id-14505 .testimonials {
    padding: 50px  0px !important;
}



.logo img {
	height:38.88px;
}
.logo .cp-logo {
		height:38.88px;
	width:223px;
}
 .page-id-14505 article.promo a.mt-auto img {
	height:17px;
	width:17px;
}


 .page-id-14505 .banner-holder .img-block img {
    height: 463.72px;
}



/****this is contact-us copy css****/

.page-id-14925 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 45px;
	color: #253757;
font-family: Gilroy;
font-size: 18.667px;
font-weight: 500;
	width:183px;
	padding:20px 30px;
}
.page-id-14925 input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	opacity:.8;
}
 