body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Space Grotesk', sans-serif;
  width: 100% !important;
}

* {
  box-sizing: border-box;
}


:root {
  --bright-orange: #F25C05;
  /* 5th Color */
  --deep-orange: #A62F03;
  /* 3rd color  */
  --dark-red: #731702;
  /* AFter Main */
  --rich-brown: #400202;
  /*Main */
  --jet-black: #0D0D0D;
  /* 4th Color  */
}

.text-uppercase {
  color: var(--jet-black) !important;
}





.hero {

  width: 100%;
  height: 600px;
  background: url(/assets/images/About-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-bottom: 50px;
}

.without-bottom-spacing {
  margin-top: 100px;
}

.btn-primary,
.btn-secondary {
  color: #FFFFFF !important;
  border: 2px solid var(--primary) !important;
  box-shadow: inset 0 0 0 50px var(--primary) !important;
}

.btn-primary:hover {
  background-color: transparent !important;
  border: 2px solid var(--primary) !important;
  color: var(--primary) !important;
  box-shadow: inset 0 0 0 0 var(--primary) !important;
}

.overlay {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  width: 100%;
  height: 600px;
  background: rgba(0, 0, 0, .7);
  padding-bottom: 50px;
  /* Overlay color with opacity */
}

.hero-content {
  padding-top: 200px;
  padding-left: 70px;
  display: flex;
  justify-content: left;
  flex-direction: column;
  color: white;
}

pre p {

  font-weight: 600;
}

.hero-content h1 {
  font-size: 3rem;
  margin: 0;
}

.hero-content p {
  font-size: 1.5rem;
  width: 55vw;
  color: rgb(185, 183, 183);
}

.second-container {
  margin-top: 70px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;

}

.ceo-image {
  width: 30vw;
}

.ceo-image img {
  /* width: 400px; */
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.content {
  margin-top: 50px;
  width: 45vw;
}

.content p {
  font-size: 25px;
  font-weight: 400;
  color: var(--jet-black);
}


.paracontent :nth-child(2) {
  margin-top: 25px;
  line-height: 25px;
}

.content h1 {
  color: var(--bright-orange);
  text-decoration: underline;
  font-size: 52px;
  margin-top: -15px;
}

.paracontent p {
  text-align: justify;
  font-size: 16px;
}

.regards {
  margin-top: -45px;
}

.regards p {
  font-size: 16px;
}

.social-icons {
  display: flex;
  margin-top: -50px;
}

.social-icons a {
  display: flex;
  margin-top: -50px;
  text-align: center;
  padding-right: 20px;
  background: linear-gradient(135deg, var(--bright-orange), var(--deep-orange), var(--rich-brown));
  border-style: solid;
  border-radius: 50%;
  border-color: var(--jet-black);
  padding-top: 7px;
}

.ceo-image-2 {
  margin-top: 80px;
}

.mission {
  margin-top: 50px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  background-color: var(--bright-orange);
  background-image: url(/assets/images/svg/About-bg.svg);
}

.m-content {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

.m-heading {
  max-width: 750px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.m-heading h4 {
  color: var(--white);
  background-color: rgba(255, 255, 255, .2);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  padding: 6px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

.mission-text {
  color: white;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.text-span-5,
.text-span-6,
.text-span-7 {
  color: var(--dark-red);
}

.base-container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
}

.grid-2-column {
  grid-template-columns: 750px 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-vertical.row-15 {
  grid-row-gap: 5px;
  align-items: flex-start;
}

.flex-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.big-heading-blue {
  width: 100%;
  margin-top: -20px;
}

h1,
h2 {
  color: var(--bright-orange) !important;
}

.row p {
  color: white;
}

h4,
h5,
h6 {
  color: var(--jet-black) !important;
}

.section-subtitle {
  margin: 50px 0px;
  border: 2px solid var(--bright-orange);
  background-color: white;
  color: var(--jet-black);
  border-radius: 5px;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  padding: 6px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

h2 {
  color: var(--jet-black);
  text-align: left;
  letter-spacing: -.05em;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;

  font-size: 50px;
  font-weight: 700;
  line-height: 1.1em;
}

p {
  color: var(--jet-black);
  /* text-align: left; */
  letter-spacing: .05em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.mx-auto h1 {
  color: var(--jet-black) !important;
}

#w-node-_37222b70-86e9-a5cd-cd7a-d704f6d3aa22-f6d3aa17 {
  align-self: end;
  justify-self: start;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.button-primary {
  grid-column-gap: 50px;
  border: 1px solid var(--bright-orange);
  background: linear-gradient(135deg, var(--bright-orange), var(--deep-orange), var(--rich-brown));
  color: white;
  text-decoration: none;
  font-weight: 500;
  border-radius: 30px;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 16px 28px;
  line-height: 1.5em;
  transition: all .3s;
  display: flex;
}

.button-primary:hover {
  background: linear-gradient(135deg, var(--rich-brown), var(--deep-orange), var(--bright-orange));
  color: white;
  transition: .3s all ease;
}

.circle {
  background-color: white;
  width: 1.5em;
  height: 1.5em;
  margin-top: 7px;
  border-radius: 50%;
  font-family: "Fa solid 900";
  font-size: 8px;
  line-height: 1em;
}

.image-wrap {
  border-radius: 9px;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.who-we-are {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.statistic-wrap-item.first {
  border-bottom: 1px solid rgba(24, 0, 48, .2);
}

.statistic-wrap-item {
  padding-top: 35px;
  padding-bottom: 35px;
}

.big-number {
  color: var(--bright-orange);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5em;
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

.section.without-space {
  margin-top: 70px;
  padding-bottom: 20px;
}

.flex-align-center {
  justify-content: space-between;
  align-items: flex-end;
}

.w-layout-hflex {
  margin-top: -30px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.about-company {
  border-radius: 8px;
  align-self: auto;
  width: 45%;
}

img {
  max-width: 100%;
  display: inline-block;
}

.text-block-wrap {
  grid-row-gap: 5px;
  flex-direction: column;
  max-width: 560px;
  display: flex;
}

.subheading-label-16 {
  color: var(--jet-black);
}

.h2 {
  font-size: 80px;
  color: var(--bright-orange);
}

.gradient-button {
  padding: 10px 20px;
  font-size: 16px;

  background: linear-gradient(135deg, var(--bright-orange), var(--deep-orange), var(--rich-brown));
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 10em;
}

.gradient-button a {
  text-decoration: none;
  color: white;
}

.gradient-button a:hover {
  text-decoration: none;
  color: white;
}

.gradient-button:hover {
  background: linear-gradient(135deg, var(--rich-brown), var(--deep-orange), var(--bright-orange));
}

.section.overflow-hidden {
  background-color: rgba(250, 250, 250, 0);
  padding-bottom: 100px;
}

.overflow-hidden {
  overflow: hidden;
}

.wrapper-subheading {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.features-flex-wrap {
  grid-row-gap: 100px;
  width: 100%;
  flex-direction: column;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.values-flex-box {
  grid-column-gap: 25%;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.feature-text-wrap {
  grid-row-gap: 5px;
  flex-direction: column;
  max-width: 440px;
  padding-right: 30px;
  display: flex;
}

.values-image.right {
  /* width: 635px; */
  object-fit: contain;
  background-position: 0%;
  height: 250px;
}

.values-image {
  background-image: url(/assets/images/svg/About-bg-2.svg);
  /* background-position: 100%; */
  background-size: cover;
  justify-content: center;
  align-items: center;

  display: flex;
}

.why-we-are-better-copy {
  /* filter: saturate(99%) hue-rotate(25deg) brightness(97%); */
  z-index: 2;
  object-fit: contain;
  max-height: 250px;
  position: relative;
}

.image-gradient {
  background-color: var(--bright-orange);
  opacity: .24;
  filter: blur(100px);
  border-radius: 300px;
  width: 300px;
  height: 300px;
  position: absolute;
}

.section-subtitle-2 {
  margin-left: 115px;
}

@media (max-width: 767px) {
  .grid-2-column {
    grid-template-columns: 1fr;
  }


  .statistic-wrap {
    flex-direction: column;

    align-items: center;
  }

  .statistic-wrap-item {
    text-align: center;
    margin-bottom: 20px;
  }


}



/* Responsive styles */
@media (max-width: 1024px) {
  .grid-2-column {
    grid-template-columns: 1fr;
  }

  .statistic-wrap {
    flex-direction: column;
    align-items: center;
  }

  .statistic-wrap-item {
    margin-bottom: 20px;
  }
}



/* Responsive styles */
@media (max-width: 1024px) {
  .second-container {
    flex-direction: column;
    align-items: center;
  }

  .ceo-image,
  .content {
    flex: 1 1 100%;
  }

  .social-icons {
    display: flex;
    /* justify-content: center; */
  }
}

@media (max-width: 768px) {
  .content {
    padding: 10px;
  }

  .role,
  .ceoname,
  .paracontent,
  .regards,
  .social-icons {
    margin-bottom: 15px;
  }

  .social-icons svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .content {
    padding: 5px;
  }

  .role,
  .ceoname,
  .paracontent,
  .regards,
  .social-icons {
    margin-bottom: 10px;
  }

  .social-icons svg {
    width: 18px;
    height: 18px;
  }
}















h1,
h2,
h3,
h4,
h5,
h6 {}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.section-head {
  margin-bottom: 60px;
}

.section-head h4 {
  position: relative;
  padding: 0;
  color: #f91942;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}

.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background-image: linear-gradient(red, yellow);
  ;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f
}

p.service_text {
  color: #0D0D0D !important;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.section-head p,
p.awesome_line {
  color: #818181;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.extra-text {
  font-size: 34px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 25px;
  position: relative;
  text-transform: none;
}

.extra-text::before {
  content: '';
  width: 60px;
  height: 3px;
  background-image: linear-gradient(red, yellow);
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.extra-text span {
  font-weight: 700;
  color: #f91942;
}

.item {
  background: #fff;
  text-align: center;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  border: 5px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover {
  background-image: linear-gradient(var(--bright-orange), yellow);
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover .item,
.item:hover span.icon {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover h6,
.item:hover p {
  color: #fff;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: var(--bright-orange);
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}

.item .feature_box_col_one {
  background: rgba(247, 198, 5, 0.20);
  color: var(--bright-orange)
}

.item .feature_box_col_two {
  background: rgba(255, 77, 28, 0.15);
  color: var(--bright-orange)
}

.item .feature_box_col_three {
  background: rgba(0, 147, 38, 0.15);
  color: var(--bright-orange)
}

.item .feature_box_col_four {
  background: rgba(0, 108, 255, 0.15);
  color: var(--bright-orange)
}

.item .feature_box_col_five {
  background: rgba(146, 39, 255, 0.15);
  color: var(--bright-orange)
}

.item .feature_box_col_six {
  background: rgba(23, 39, 246, 0.15);
  color: var(--bright-orange)
}

.item p {
  color: var(--jet-black);
  font-size: 15px;
  line-height: 26px;
}

.item h6 {
  margin-bottom: 20px;
  color: #2f2f2f;
}

.mission p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f91942;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}

.mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}

.skills {
  padding-top: 0px;
}

.skills .prog-item {
  margin-bottom: 25px;
}

.skills .prog-item:last-child {
  margin-bottom: 0;
}

.skills .prog-item p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}

.skills .prog-item .skills-progress {
  width: 100%;
  height: 10px;
  background: #e0e0e0;
  border-radius: 20px;
  position: relative;
}

.skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #f91942;
  width: 10%;
  border-radius: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 3px 7px;
  border-radius: 30px;
}































