.container {
  width: 100% !important;
  max-width: 100% !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}
@media (min-width: 768px) {
  .container {
    max-width: 98% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 94% !important;
  }
}
@media (min-width: 1400px) {
  .container {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
}

body {
  overflow-x: hidden;
}

.header-rt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 60px;
  padding-left: 105px;
}
@media (max-width: 1200px) {
  .header-rt {
    padding-left: 100px;
    width: auto;
    gap: 15px;
  }
}
@media (min-width: 1700px) {
  .header-rt {
    padding-left: 210px;
    gap: 110px;
  }
}

.search-subbtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
@media (min-width: 1700px) {
  .search-subbtn {
    gap: 95px;
  }
}

.header .btn-getstarted,
.header .btn-getstarted:focus, .header-wt .btn-getstarted,
.header-wt .btn-getstarted:focus {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 12px;
  margin: 0;
  border-radius: 40px;
  transition: 0.3s;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 16px;
  width: 130px;
}
@media (min-width: 1400px) {
  .header .btn-getstarted,
  .header .btn-getstarted:focus, .header-wt .btn-getstarted,
  .header-wt .btn-getstarted:focus {
    width: 160px;
    padding: 17px 30px;
    font-size: 14px;
  }
}

.header .btn-getstarted:hover, .header-wt .btn-getstarted:hover,
.header .btn-getstarted:focus:hover, .header-wt .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: #086c20;
}

.logo img {
  width: 162px;
}
@media (min-width: 1400px) {
  .logo img {
    width: auto;
  }
}

.header-wt {
  background: #fff;
  padding: 12px 0;
}
@media (min-width: 768px) {
  .header-wt {
    padding: 28px 0;
  }
}

.seach_pane {
  display: none;
}
@media (min-width: 1200) {
  .seach_pane {
    display: block;
  }
}

h1 {
  color: #111111;
  font-size: 30px;
  font-family: "Basis Grotesque Arabic Pro Md";
  font-weight: 500;
  color: #111111;
}
@media (min-width: 768px) {
  h1 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 45px;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  h1 {
    font-size: 64px;
  }
}

h2, h3 {
  color: #111111;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 26px;
  font-family: "Basis Grotesque Arabic Pro Md";
}
@media (min-width: 768px) {
  h2, h3 {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  h2, h3 {
    font-size: 34px;
  }
}
@media (min-width: 1400px) {
  h2, h3 {
    font-size: 40px;
  }
}

h3 {
  font-weight: 500;
  font-size: 24px;
  color: #111111;
}
@media (min-width: 768px) {
  h3 {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  h3 {
    font-size: 32px;
  }
}

h4, h5 {
  font-size: 16px;
  color: #048824;
  font-weight: 600;
  font-family: "Basis Grotesque Arabic Pro";
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  h4, h5 {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  h4, h5 {
    font-size: 20px;
    font-weight: 600;
  }
}

h5 {
  text-transform: none;
  font-weight: 500;
  color: #049527;
}
@media (min-width: 768px) {
  h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  h5 {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  h5 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

.content {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .content {
    margin-bottom: 20px;
  }
}
@media (min-width: 990px) {
  .content h1 {
    margin: 20px 0 10px;
  }
}
@media (min-width: 1200px) {
  .content h1 {
    margin: 30px 0 10px;
  }
}
@media (min-width: 1400px) {
  .content h1 {
    margin: 25px 0 10px;
  }
}
@media (min-width: 1600px) {
  .content h1 {
    margin: 63px 0 10px;
  }
}
.content h3 {
  margin-bottom: 10px;
}
.content h4 {
  margin-bottom: 10px;
}
@media (min-width: 990px) {
  .content h4 {
    margin-bottom: 25px;
    margin-top: 60px;
  }
}
.content h5 {
  margin-bottom: 20px;
  font-family: "Basis Grotesque Arabic Pro Md";
  font-weight: 500;
}
@media (min-width: 768px) {
  .content h5 {
    margin-bottom: 26px;
  }
}
@media (min-width: 1200px) {
  .content h5 {
    margin-bottom: 35px;
  }
}
@media (min-width: 1400px) {
  .content h5 {
    margin-bottom: 50px;
  }
}
.content P {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .content P {
    margin-bottom: 30px;
  }
}
@media (min-width: 120px) {
  .content P {
    margin-bottom: 40px;
  }
}
@media (min-width: 1400px) {
  .content P {
    margin-bottom: 70px;
  }
}
.content .btn-gray {
  padding: 10px 30px;
}

p {
  font-family: "Graphik";
  font-weight: 100;
  font-size: 16px;
  line-height: 25px;
  color: #4A4B50;
}
@media (min-width: 1600px) {
  p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1850px) {
  p {
    font-size: 20px;
    line-height: 32px;
  }
}

.home {
  --default-color: #ffffff;
  --default-color-rgb: 255, 255, 255;
  --background-color: #020914;
  --background-color-rgb: 0, 0, 0;
  width: 100%;
  position: relative;
  padding: 70px 0px 0px;
}
@media (min-width: 768px) {
  .home {
    padding: 100px 0 0px 0;
  }
}
@media (min-width: 992px) {
  .home {
    padding: 115px 0 0px 0;
  }
}
@media (min-width: 1200px) {
  .home {
    padding: 140px 0 0px 0;
  }
}
@media (min-width: 1400px) {
  .home {
    padding: 160px 0 0px 0;
  }
}
@media (min-width: 1600px) {
  .home {
    padding: 180px 0 0px 0;
  }
}
@media (min-width: 1800px) {
  .home {
    padding: 200px 0 0px 0;
  }
}

.service-content {
  padding: 0 0 15px 0;
}
@media (min-width: 768px) {
  .service-content {
    padding: 0 0 30px 0;
  }
}
@media (min-width: 990px) {
  .service-content {
    padding: 0;
  }
}

.txt-link {
  font-size: 16px;
  font-weight: 500;
}

.grid-bdr-rt {
  border-right: 1px solid #F6F6F6;
}

.services-card-otr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-left: 110px;
  grid-gap: 1px;
}
@media (max-width: 1400px) {
  .services-card-otr {
    padding-left: 20px;
  }
}
@media (max-width: 990px) {
  .services-card-otr {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .services-card-otr {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 0px;
  }
}
.services-card-otr .services-card {
  width: 100%;
  background: #fff;
}
@media (max-width: 767px) {
  .services-card-otr .services-card {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
.services-card-otr .services-card:hover {
  transition: all ease 0.3s;
}
.services-card-otr .services-card:hover img {
  transform: scale(1.2) rotate(5deg);
  transition: all ease 0.3s;
}
.services-card-otr .services-card .services-card-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .services-card-otr .services-card .services-card-img {
    height: auto;
  }
}
.services-card-otr .services-card .services-card-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 0.3s;
}
.services-card-otr .services-card .services-card-disc {
  padding: 40px 40px;
  background: #fff;
  position: relative;
}
@media (max-width: 1200px) {
  .services-card-otr .services-card .services-card-disc {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .services-card-otr .services-card .services-card-disc {
    padding: 20px 15px;
  }
}
.services-card-otr .services-card .services-card-disc .arrow-rotate {
  position: absolute;
  top: 23px;
  right: 20px;
  width: 46px;
  height: 46px;
  background-image: url("../assets/img/arrow-rotate.png");
}
.services-card-otr .services-card .services-card-disc h4 {
  margin-bottom: 25px;
  font-size: 20px;
  text-transform: none;
  color: #383838;
}

.solution .p-rt {
  padding-right: 50px;
}

.our-story {
  padding: 20px 0px 20px;
}
@media (min-width: 768px) {
  .our-story {
    padding: 40px 0px 60px;
  }
}
@media (min-width: 1400px) {
  .our-story {
    padding: 40px 0px 80px;
  }
}
@media (min-width: 1600px) {
  .our-story {
    padding: 40px 0px 120px;
  }
}

.solutions-sc {
  padding: 40px 0px 60px;
}
@media (min-width: 1200px) {
  .solutions-sc {
    padding: 135px 0 120px;
  }
}
.solutions-sc h4 {
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  .solutions-sc h4 {
    margin: 0 0 35px;
  }
}
.solutions-sc h5 {
  font-size: 18px;
  text-transform: none;
}
@media (min-width: 768px) {
  .solutions-sc h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .solutions-sc h5 {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .solutions-sc h5 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.solutions-sc .content {
  margin-bottom: 65px;
}

.post-img {
  background: #E9EEF2;
  height: 686px;
  width: 96%;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
}
@media (max-width: 1800px) {
  .post-img {
    height: 500px;
  }
}
@media (max-width: 1400px) {
  .post-img {
    height: 460px;
  }
}
@media (max-width: 1200px) {
  .post-img {
    height: 400px;
  }
}
@media (max-width: 990px) {
  .post-img {
    height: 460px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.post-img .post-main-img {
  position: absolute;
  top: 0;
  right: 0;
}
.post-img .post-main-img img {
  transition: all 0.2s ease;
}
@media (max-width: 1800px) {
  .post-img .post-main-img img {
    width: 70%;
  }
}
.post-img .h-db {
  display: none;
  transition: all ease 0.3s;
}
@media (max-width: 1700px) {
  .post-img .h-db {
    padding: 10px 16px;
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .post-img .h-db {
    padding: 6px 14px;
    font-size: 12px;
  }
}
.post-img:hover .post-main-img img {
  transform: scale(1.2) rotate(15deg);
  transition: all 0.2s ease;
}
.post-img:hover .pb-bar img {
  display: none;
  transition: all 0.2s ease;
}
.post-img:hover .pb-bar h4 {
  color: #A52BC3;
  transition: all 0.2s ease;
}
.post-img:hover .h-db {
  display: block;
  transition: all ease 0.3s;
}
.post-img .pb-bar {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  height: 55px;
  justify-content: space-between;
  padding: 0 38px;
  transition: all ease 0.3s;
}
@media (max-width: 1820px) {
  .post-img .pb-bar {
    padding: 0 25px;
  }
}
@media (max-width: 1540px) {
  .post-img .pb-bar {
    padding: 0 17px;
  }
}
@media (max-width: 1300px) {
  .post-img .pb-bar {
    padding: 0 12px;
    bottom: 15px;
  }
  .post-img .pb-bar img {
    transition: all ease 0.3s;
  }
}
@media (max-width: 1300px) and (max-width: 1300px) {
  .post-img .pb-bar img {
    width: 60%;
  }
}
.post-img .pb-bar h4 {
  color: #383838;
  font-size: 23px;
  font-family: "Graphik";
  text-transform: uppercase;
  transition: all 0.2s ease;
  width: 42%;
}
@media (max-width: 1820px) {
  .post-img .pb-bar h4 {
    font-size: 20px;
  }
}
@media (max-width: 1540px) {
  .post-img .pb-bar h4 {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .post-img .pb-bar h4 {
    font-size: 16px;
  }
}

.slider h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .slider h3 {
    margin-bottom: 25px;
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .slider h3 {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .slider h3 {
    font-size: 34px;
  }
}

@media (min-width: 768px) {
  .slider .slide-image {
    height: auto;
  }
}
.slider .slide-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-content {
  top: 30%;
  left: 37px;
  position: absolute;
}
@media (min-width: 768px) {
  .banner-content {
    top: 30%;
    left: 65px;
  }
}
.banner-content p {
  width: 80%;
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .banner-content p {
    width: 63%;
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .banner-content p {
    width: 50%;
    font-size: 26px;
    line-height: 38px;
  }
}
@media (min-width: 1400px) {
  .banner-content p {
    width: 45%;
    font-size: 28px;
    margin-bottom: 50px;
  }
}
.banner-content a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .banner-content a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .banner-content a {
    font-size: 26px;
  }
}

.tech-panel {
  overflow: hidden;
  padding: 0;
}
.tech-panel P {
  font-weight: 100;
}
@media (min-width: 768px) {
  .tech-panel P {
    line-height: 34px;
    font-size: 20px;
    font-weight: 300;
  }
}
@media (min-width: 1200px) {
  .tech-panel P {
    line-height: 32px;
    font-size: 20px;
    font-weight: 300;
  }
}
@media (min-width: 1400px) {
  .tech-panel P {
    line-height: 38px;
    font-size: 22px;
  }
}
@media (min-width: 1700px) {
  .tech-panel P {
    font-size: 26px;
  }
}
.tech-panel .img-left, .tech-panel .img-right {
  position: relative;
}
.tech-panel .img-left img, .tech-panel .img-right img {
  position: absolute;
  z-index: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 433px;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .tech-panel .img-right img {
    position: relative;
    height: 100%;
  }
}
.tech-panel .hover {
  overflow: hidden;
}
.tech-panel .tech-pane-left {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 20px 30px;
}
@media (min-width: 767px) {
  .tech-panel .tech-pane-left {
    width: 100%;
    padding: 45px 20px 0 55px;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .tech-panel .tech-pane-left {
    width: 345px;
    padding: 60px 30px 0;
  }
}
@media (min-width: 1400px) {
  .tech-panel .tech-pane-left {
    padding: 70px 30px 0;
  }
}
@media (min-width: 1600px) {
  .tech-panel .tech-pane-left {
    width: 440px;
    padding: 100px 30px 0;
  }
}
.tech-panel .cnter-cntnt {
  background: #048824;
  padding: 30px;
}
@media (min-width: 767px) {
  .tech-panel .cnter-cntnt {
    padding: 45px 25px;
  }
}
@media (min-width: 1200px) {
  .tech-panel .cnter-cntnt {
    padding: 60px 40px;
  }
}
@media (min-width: 1400px) {
  .tech-panel .cnter-cntnt {
    padding: 75px 60px;
  }
}
@media (min-width: 1600px) {
  .tech-panel .cnter-cntnt {
    padding: 100px 60px;
  }
}
.tech-panel .cnter-cntnt p {
  color: #fff;
}
@media (min-width: 767px) {
  .tech-panel .cnter-cntnt p {
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .tech-panel .cnter-cntnt p {
    margin-bottom: 55px;
  }
}
.tech-panel .cnter-cntnt .talk-to-us-btn {
  border-radius: 32px;
  border: 1px solid #fff;
  padding: 20px 30px;
  color: #fff;
  font-size: 14px;
  background: transparent;
}
@media (min-width: 767px) {
  .tech-panel .cnter-cntnt .talk-to-us-btn {
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 13px;
  }
}
.tech-panel .cnter-cntnt .talk-to-us-btn:hover {
  background: #000;
}
@media (min-width: 767px) {
  .tech-panel .cnter-cntnt .talk-to-us-btn:hover {
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 13px;
  }
}

.banner-content .btn-getstarted,
.banner-content .btn-getstarted:focus {
  color: var(--accent-color);
  background: var(--contrast-color);
  font-size: 14px;
  margin: 0;
  border-radius: 40px;
  transition: 0.3s;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 16px;
  width: 130px;
  border-bottom: none !important;
}
@media (min-width: 1400px) {
  .banner-content .btn-getstarted,
  .banner-content .btn-getstarted:focus {
    padding: 17px 30px;
  }
}

.banner-content .btn-getstarted:hover,
.banner-content .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: #086c20;
}

.read-more {
  background: var(--accent-color);
  color: var(--contrast-color);
  font-family: "Inter";
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0px;
  padding: 15px 40px;
  border-radius: 30px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 767px) {
  .read-more {
    height: 55px;
    font-size: 14px;
  }
}
.read-more:hover {
  color: var(--contrast-color);
  background: #086c20;
}
@media (min-width: 767px) {
  .read-more:hover {
    color: var(--contrast-color);
    padding: 15px 40px;
  }
}
.read-more:hover:i {
  margin-left: 15px;
}
.read-more i {
  font-size: 18px;
  margin-left: 15px;
  line-height: 0;
  transition: 0.3s;
}

@media (min-width: 1200px) {
  .mrg-rt {
    margin-right: 90px;
  }
}

.content p:last-child {
  margin-bottom: 0;
}

.talk-to-btn {
  border: 1px solid #fff;
  color: #fff;
  background: var(--accent-color);
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0px;
  transition: 0.3s;
  padding: 15px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
@media (min-width: 1024px) {
  .talk-to-btn {
    padding: 14px 15px;
  }
}
@media (min-width: 1200px) {
  .talk-to-btn {
    padding: 16px 32px;
  }
}
.talk-to-btn:hover {
  border: 1px solid #000;
  color: #fff;
}
@media (min-width: 768px) {
  .talk-to-btn:hover {
    background: #000;
  }
}
.talk-to-btn .bi-arrow-right {
  margin: 5px 0 0 18px;
}

.btn-gray i {
  margin: 4px 0 0 10px;
}

.staffing-btn {
  text-transform: uppercase;
}

.container-content p {
  margin-bottom: 45px;
  font-size: 18px;
}
.container-content .dtl {
  font-size: 20px;
}
.container-content h6 {
  font-size: 16px;
  font-weight: 600;
  color: #048824;
}
@media (min-width: 990px) {
  .container-content h6 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .container-content h6 {
    font-size: 20px;
  }
}
.container-content h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
@media (min-width: 990px) {
  .container-content h3 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .container-content h3 {
    font-size: 32px;
  }
}

.vision-text {
  position: absolute;
  top: 15px;
  width: 62%;
  right: -10px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.4);
}
@media (min-width: 1024px) {
  .vision-text {
    width: 57%;
  }
}
@media (min-width: 1200px) {
  .vision-text {
    width: 53%;
  }
}
@media (min-width: 1400px) {
  .vision-text {
    padding: 0;
  }
}
@media (min-width: 1820px) {
  .vision-text {
    background: transparent;
  }
}

.padd-rt {
  padding-right: 15px;
}

#clients {
  padding: 25px 0px 0px 0px;
}
@media (min-width: 440px) {
  #clients {
    padding: 40px 0px 15px 0px;
  }
}
@media (min-width: 768px) {
  #clients {
    padding: 70px 0px 50px 0px;
  }
}
@media (min-width: 1200px) {
  #clients {
    padding: 90px 0px 70px 0px;
  }
}
@media (min-width: 1400px) {
  #clients {
    padding: 140px 0px 70px 0px;
  }
}
#clients h3 {
  color: var(--accent-color);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Basis Grotesque Arabic Pro";
}
@media (min-width: 768px) {
  #clients h3 {
    font-size: 20px;
  }
}

.pleft {
  padding-left: 60px;
}

.vision-panel {
  padding-left: 0px;
}
@media (min-width: 1024px) {
  .vision-panel {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .vision-panel {
    padding-left: 92px;
  }
}

.client-content .btn-wrap {
  padding-top: 30px;
}

.f-logo {
  margin-bottom: 40px;
}

.owl-carousel .item {
  padding: 25px 20px;
  background: #fff;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #2a2a2a;
  line-height: 28px;
}

.owl-carousel .item p {
  min-height: 300px;
}

.item-bottom-wrap {
  display: flex;
  justify-content: space-between;
}

.item-bottom {
  margin: 0;
}

.item-bottom h5 {
  color: #2a2a2a;
  font-size: 14px;
}

.item-bottom h4 {
  color: #777;
  font-size: 14px;
}

.more-item {
  font-size: 13px;
  color: #0072ce;
  cursor: pointer;
}

.owl-nav {
  position: absolute;
  transform: translateY(-50%);
  width: 50px;
  top: -58px;
  left: auto;
  right: 35px;
}
@media (min-width: 768px) {
  .owl-nav {
    left: -54.5%;
    top: 30%;
    right: auto;
  }
}

.owlCarouselLogo .owl-prev, .owlCarouselLogo .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none !important;
  border-radius: 50%;
  border: 1px solid #000 !important;
}

.owl-prev {
  left: -20px;
  position: relative;
}
.owl-prev span {
  display: none;
}
.owl-prev:before {
  content: "";
  background: url(./img/arrow-left.png) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 15px;
  left: 13px;
}

.owlCarouselLogo .owl-next {
  right: -20px;
}
.owlCarouselLogo .owl-next span {
  display: none;
}
.owlCarouselLogo .owl-next:before {
  content: "";
  background: url(./img/arrow-right.png) no-repeat;
  width: 25px;
  height: 15px;
  position: absolute;
  top: 11px;
  left: 0px;
}

.client-content {
  width: 70%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .client-content {
    padding: 0 35px;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .client-content {
    padding: 0 12% 0 6.5%;
    width: 45%;
  }
}
@media (min-width: 1400px) {
  .client-content {
    padding: 0 12% 0 6.5%;
    width: 40%;
  }
}
.client-content h3 {
  font-size: 22px;
  line-height: 32px;
}
@media (min-width: 1200px) {
  .client-content h3 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
  }
}

.gtco-testimonials {
  width: 100%;
}
@media (min-width: 768px) {
  .gtco-testimonials {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .gtco-testimonials {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .gtco-testimonials {
    width: 60%;
  }
}
.gtco-testimonials .card {
  background: #F6F6F6;
  border-radius: 0px;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: none;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .gtco-testimonials .card {
    padding: 45px 35px 35px;
  }
}
@media (min-width: 1200px) {
  .gtco-testimonials .card {
    padding: 45px 45px 30px;
    min-height: 400px;
    margin: 0px;
  }
}
@media (min-width: 1600px) {
  .gtco-testimonials .card {
    padding: 75px 60px 40px;
  }
}
.gtco-testimonials .card h2 {
  font-size: 16px;
  color: #049527;
  margin: 15px 0 30px 0;
  text-align: left;
  font-weight: 600;
}

.gtco-testimonials .card .card-body img {
  width: auto;
  max-width: 150px;
}
@media (min-width: 1400px) {
  .gtco-testimonials .card .card-body img {
    width: auto;
  }
}

.gtco-testimonials .card .card-body .large-img {
  width: 65%;
}

.card {
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  height: 100%;
  margin: 0 15px;
}
@media (min-width: 1200px) {
  .card {
    margin: 0 0.5em;
  }
}
.card h5 {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  margin-top: 24px;
  font-weight: 500;
}

.card-text {
  padding-bottom: 20px;
}
@media (min-width: 990px) {
  .card-text {
    min-height: 200px;
  }
}
@media (min-width: 1200px) {
  .card-text {
    min-height: 280px;
  }
}
.card-text p {
  color: #000;
  font-size: 18px;
  line-height: 28px;
}

.letus_panel {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#048824+0,048824+24,048824+50,048824+83,10a033+83,10a033+100 */
  background: linear-gradient(150deg, #048824 29%, #048824 24%, #048824 37%, #048824 85%, #10a033 83%, #10a033 116%);
  font-family: Basis Grotesque Arabic Pro;
  padding: 25px 0;
  font-size: 14px;
  color: #fff;
}
@media (min-width: 768px) {
  .letus_panel {
    padding: 30px 0;
  }
}
@media (min-width: 990px) {
  .letus_panel {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .letus_panel {
    padding: 50px 0;
  }
}
@media (min-width: 1600px) {
  .letus_panel {
    padding: 100px 0;
  }
}
.letus_panel h3 {
  font-size: 16px;
  color: #fff;
  font-family: "Basis Grotesque Arabic Pro";
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .letus_panel h3 {
    font-size: 20px;
  }
}
@media (min-width: 990px) {
  .letus_panel h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .letus_panel h3 {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .letus_panel h3 {
    font-size: 32px;
  }
}

.letus_panel a {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-left: 20px;
}

.footer-about {
  margin: 0 0 20px 0;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .footer-about {
    padding-left: 30px;
  }
}
.footer-about p {
  font-family: var(--heading-font);
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: 16px;
}
@media (min-width: 768px) {
  .footer-about p {
    font-size: 20px;
  }
}
.footer-about .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  font-size: 20px;
  font-weight: 400;
  color: #B9B9B9;
  margin-right: 10px;
  transition: 0.3s;
}
.footer-about .footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.icon_map {
  height: 75px;
}

.footer {
  position: relative;
  padding: 40px 0 60px;
}
.footer h4 {
  color: #fff;
  font-size: 20px;
  position: relative;
  padding-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
}
.footer .footer-links {
  margin-bottom: 30px;
}
.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}
.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-links ul a {
  color: rgba(var(--default-color-rgb), 0.8);
  display: inline-block;
  line-height: 1;
  font-family: "Basis Grotesque Arabic Pro";
  font-size: 16px;
}
.footer .footer-links ul a:hover {
  color: var(--accent-color);
}
.footer .footer-menu-header {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .footer .footer-menu-header {
    margin-top: 60px;
  }
}

ul.footer-menu li {
  display: inline-block !important;
  color: #fff !important;
  border-bottom: none;
  font-size: 17px;
}
ul.footer-menu li a {
  color: #fff !important;
  border-bottom: none;
  padding: 0 25px;
}
ul.footer-menu li a:first-child {
  padding: 0 45px 0 0;
}

.footer {
  --background-color: #171615;
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .footer {
    padding-bottom: 50px;
  }
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: rgba(var(--default-color-rgb), 0.05);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

.staffing-content {
  width: 100%;
}
@media (min-width: 768px) {
  .staffing-content {
    width: 94%;
  }
}
@media (min-width: 1200px) {
  .staffing-content {
    width: 90%;
  }
}
@media (min-width: 1400px) {
  .staffing-content {
    width: 83%;
  }
}
.staffing-content h3 {
  margin-bottom: 10px;
}
.staffing-content h6 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 800;
  font-family: "Montserrat", serif;
}
@media (min-width: 990px) {
  .staffing-content h6 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .staffing-content h6 {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  .staffing-content h6 {
    font-size: 70px;
    margin-bottom: 75px;
  }
}
.staffing-content h4 {
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .staffing-content h4 {
    margin-bottom: 65px;
  }
}
.staffing-content h5, .staffing-content p {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .staffing-content h5, .staffing-content p {
    margin-bottom: 80px;
  }
}

.image-staffing img {
  width: 100%;
}

/* Stats Section - Home Page
------------------------------*/
.stats {
  --default-color: #ffffff;
  --default-color-rgb: 255, 255, 255;
  --background-color: #000000;
  --background-color-rgb: 0, 0, 0;
  position: relative;
  padding: 30px 0 50px;
}
@media (min-width: 768px) {
  .stats {
    padding: 40px 0 50px;
  }
}
@media (min-width: 1200px) {
  .stats {
    padding: 60px 0;
  }
}
@media (min-width: 1400px) {
  .stats {
    padding: 100px 0 150px;
  }
}
.stats img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.stats:before {
  content: "";
  background: rgba(var(--background-color-rgb), 0.6);
  position: absolute;
  inset: 0;
  z-index: 2;
}
.stats .container {
  position: relative;
  z-index: 3;
}

.container-content {
  background: #fff;
  margin-right: 100px;
  color: #000;
  margin-right: 0;
  padding: 20px;
}
@media (min-width: 768px) {
  .container-content {
    padding: 30px;
    margin-right: 0px;
  }
}
@media (min-width: 1400px) {
  .container-content {
    padding: 68px;
    margin-right: 100px;
  }
}
.container-content h4 {
  font-size: 30px;
  font-weight: 600;
}

.client-feedback {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .client-feedback {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1400px) {
  .client-feedback {
    padding-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .client-feedback .client-feedback-cont {
    display: flex;
  }
}

#main {
  padding-top: 63px;
}
@media (min-width: 767px) {
  #main {
    padding-top: 105px;
  }
}
@media (min-width: 1400px) {
  #main {
    padding-top: 111px;
  }
}

.page-banner {
  background-color: #081214;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  height: 260px;
}
@media (min-width: 1400px) {
  .page-banner {
    height: 393px;
  }
}
.page-banner .bg-grdnt {
  position: absolute;
  top: 0;
  right: 24%;
  width: 488px;
  height: 200px;
  background: linear-gradient(90deg, rgb(8, 18, 20) 0%, rgba(8, 18, 20, 0.99) 53%, rgba(8, 18, 20, 0.39) 100%), transparent 100%;
}
@media (min-width: 767px) {
  .page-banner .bg-grdnt {
    height: 260px;
  }
}
@media (min-width: 1400px) {
  .page-banner .bg-grdnt {
    height: 393px;
  }
}

.header_quote {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header_quote h4 {
  color: #fff;
  font-weight: 600;
  text-transform: none;
  font-size: 20px;
  font-family: "Graphik";
}
@media (min-width: 1200px) {
  .header_quote h4 {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .header_quote h4 {
    font-size: 30px;
  }
}
.header_quote h4 span {
  color: #048824;
}
.header_quote p {
  color: #fff;
  font-weight: 100px;
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .header_quote p {
    font-size: 20px;
    width: 38%;
  }
}
@media (min-width: 1600px) {
  .header_quote p {
    font-size: 20px;
    width: 27%;
  }
}
.header_quote .read-more {
  margin-top: 30px;
}

.page-banner-content {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: left;
  padding: 15px;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
  width: 90%;
}
@media (min-width: 768px) {
  .page-banner-content {
    width: 84%;
    padding: 20px 18px;
  }
}
@media (min-width: 1200px) {
  .page-banner-content {
    width: 76%;
    padding: 30px 40px;
  }
}
.page-banner-content h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page-banner-content h4 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .page-banner-content h4 {
    font-size: 20px;
  }
}
.page-banner-content p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  color: #000;
}
@media (min-width: 768px) {
  .page-banner-content p {
    font-size: 17px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .page-banner-content p {
    font-size: 20px;
    width: 80%;
    line-height: 36px;
  }
}

.about-us-panel {
  padding: 120px 0 0 0;
}
@media (min-width: 1200px) {
  .about-us-panel {
    padding: 170px 0 0 0;
  }
}
.about-us-panel .content-sc {
  padding: 15px 0 0 15px;
}
.about-us-panel h4 {
  margin-bottom: 75px;
}
.about-us-panel img {
  width: 100%;
  margin-bottom: 25px;
}
.about-us-panel p {
  color: #000000;
  margin-bottom: 25px;
}
.about-us-panel .read-more {
  margin: 30px 0;
}
.about-us-panel .w-60 {
  margin-top: 20px;
}

.contain-mt {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .contain-mt {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .text-endbtn {
    display: flex;
    justify-content: flex-end;
    align-items: end;
  }
}

@media (min-width: 1200px) {
  .extra-plr {
    padding: 0 100px !important;
  }
}

.about-us-content {
  background: #000 url(./img/aboutus-content.png) no-repeat right center;
  background-size: contain;
}

.about-us-content1 {
  margin-top: 40px;
  background-size: cover;
  height: auto;
  background: #081214 url(./img/aboutus-content1.png) no-repeat right center;
}
@media (min-width: 768px) {
  .about-us-content1 {
    margin-top: 60px;
  }
}
@media (min-width: 990px) {
  .about-us-content1 {
    height: 775px;
  }
}
@media (min-width: 1200px) {
  .about-us-content1 {
    height: auto;
    padding-top: 65px;
  }
}

.about-us-content1 .accordion {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.9);
}
@media (min-width: 768px) {
  .about-us-content1 .accordion {
    padding: 70px 50px;
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .about-us-content1 .accordion {
    width: 50%;
    background: linear-gradient(270deg, rgba(255, 217, 217, 0), rgba(217, 217, 217, 0.1019607843));
  }
}
.about-us-content1 .accordion h4 {
  margin-bottom: 30px;
}

.accordion-item {
  border: none;
  border-radius: none;
}

.accordion-header {
  font-weight: 100;
  font-family: "Basis Grotesque Arabic Pro";
}

.about-us-content1 .accordion-item {
  background: transparent;
  border-bottom: 1px solid #424242;
}

.about-us-content1 .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.about-us-content1 .accordion-button {
  background: transparent;
  border: none;
  color: #fff !important;
  padding-left: 0;
  font-size: 16px;
  font-weight: 100;
  padding: 10px 0;
}
@media (min-width: 990px) {
  .about-us-content1 .accordion-button {
    font-size: 22px;
    padding: 15px 0;
  }
}
@media (min-width: 1400px) {
  .about-us-content1 .accordion-button {
    font-size: 28px;
    padding: 15px 0;
  }
}

.about-us-content1 .accordion-button:focus {
  box-shadow: none;
}

.about-us-content1 .accordion-button::after {
  content: unset !important;
}

.about-us-content1 .accordion-button::before {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  color: #FF4800;
  border: 1px solid #D9D9D9;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 25px;
  margin-right: 25px;
  padding: 1px 6px;
  font-size: 12px;
}
@media (min-width: 990px) {
  .about-us-content1 .accordion-button::before {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}

.accordion-item:last-of-type {
  border: none;
}

.desktop-animation {
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
}

@media (max-width: 1000px) {
  .desktop-animation {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.animated-icon {
  width: 100%;
}

@media (min-width: 2560px) {
  .animated-icon {
    margin: 10rem 0 2rem;
  }
}
.animated-icon .text-animations {
  width: 100%;
}

.animated-icon .text-animations article {
  text-align: center;
  font-size: 0.87rem;
  padding: 0px 15px;
}
@media (min-width: 1024px) {
  .animated-icon .text-animations article {
    padding: 0px 15px;
  }
}
@media (min-width: 1200px) {
  .animated-icon .text-animations article {
    padding: 0px 45px;
  }
}
@media (min-width: 1600px) {
  .animated-icon .text-animations article {
    padding-left: 3em;
    padding-right: 3em;
  }
}
.animated-icon .text-animations article p {
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 1300px) {
  .animated-icon .text-animations article p {
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
  }
}

@media (max-width: 1600px) {
  .col-lg-10-pre {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .animated-icon .text-animations {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: center;
    justify-content: space-between;
    top: 23px;
    bottom: 0;
    left: 50%;
    right: 0;
    z-index: 3;
    position: absolute;
    transform: translateX(-50%);
    width: 94%;
  }
  .animated-icon .text-animations article {
    display: grid;
    padding-top: 2em;
  }
  .animated-icon .text-animations article .h5 {
    font-size: 18px;
  }
}
@media (min-width: 1000px) and (min-width: 1200px) {
  .animated-icon .text-animations article .h5 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1000px) {
  .animated-icon .text-animations article > * {
    grid-row: 1;
    grid-column: 1;
  }
  .animated-icon .text-animations article h4 {
    margin-top: -60%;
  }
}
@media (min-width: 1000px) and (min-width: 1200px) {
  .animated-icon .text-animations article h4 {
    margin-top: -85%;
  }
}
@media (min-width: 1000px) and (min-width: 1530px) {
  .animated-icon .text-animations article h4 {
    margin-top: -75%;
  }
}
@media (max-width: 999px) {
  .animated-icon .text-animations article {
    padding-bottom: 100%;
    border-radius: 50%;
    position: relative;
  }
  .animated-icon .text-animations article::after {
    content: "";
    border-radius: inherit;
    border-width: 2px;
    border-color: #b511ee;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(45deg);
  }
  .animated-icon .text-animations article:nth-child(odd)::after {
    border-style: dashed dashed solid solid;
  }
  .animated-icon .text-animations article:nth-child(even)::after {
    border-style: solid solid dashed dashed;
  }
  .animated-icon .text-animations article p {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .animated-icon .text-animations article h4 {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
  }
}
.animated-icon .round-icons {
  display: grid;
  grid-auto-flow: column;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 3;
}

@media (max-width: 1199px) {
  .animated-icon .round-icons {
    justify-content: space-around;
    bottom: auto;
    top: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 999px) {
  .animated-icon .round-icons {
    bottom: 0;
    grid-auto-flow: row;
    transform: translateY(0);
  }
  .animated-icon .round-icons svg {
    transform: translateY(-50%);
  }
}
.animated-icon .round-icons .icon__1, .animated-icon .round-icons .icon__2, .animated-icon .round-icons .icon__3, .animated-icon .round-icons .icon__4 {
  width: 3.8em;
  height: 3.8em;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px #fff;
}

@media (max-width: 675px) {
  .animated-icon .round-icons .icon__1, .animated-icon .round-icons .icon__2, .animated-icon .round-icons .icon__3, .animated-icon .round-icons .icon__4 {
    width: 4.5em;
    height: 4.5em;
  }
}
@media (min-width: 1200px) {
  .animated-icon .round-icons .icon__1 {
    align-self: center;
    transform: translate(29%);
  }
  .animated-icon .round-icons .icon__2 {
    transform: translate(100%, 100%);
    transform: translate(100%, 100%);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .animated-icon .round-icons .icon__2 {
    transform: translate(73%, 143%);
  }
}
@media (min-width: 1200px) and (min-width: 1350px) {
  .animated-icon .round-icons .icon__2 {
    transform: translate(97%, 112%);
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .animated-icon .round-icons .icon__2 {
    transform: translate(100%, 103%);
  }
}
@media (min-width: 1200px) {
  .animated-icon .round-icons .icon__3 {
    align-self: end;
    transform: translate(84%, -93%);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .animated-icon .round-icons .icon__3 {
    transform: translate(55%, -138%);
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  .animated-icon .round-icons .icon__3 {
    transform: translate(64%, -122%);
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .animated-icon .round-icons .icon__3 {
    transform: translate(54%, -128%);
  }
}
@media (min-width: 1200px) and (min-width: 1700px) {
  .animated-icon .round-icons .icon__3 {
    transform: translate(59%, -116%);
  }
}
@media (min-width: 1200px) and (min-width: 1850px) {
  .animated-icon .round-icons .icon__3 {
    transform: translate(83%, -94%);
  }
}
@media (min-width: 1200px) {
  .animated-icon .round-icons .icon__4 {
    transform: translate(9%, 115%);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .animated-icon .round-icons .icon__4 {
    transform: translate(8%, 116%);
  }
}
.animated-icon .path-1, .animated-icon .path-2 {
  width: 100%;
}

@media (max-width: 1000px) {
  .animated-icon .path-1, .animated-icon .path-2 {
    display: none;
  }
}
.animated-icon svg {
  width: 100%;
}

.animated-icon .path-1 .whitespaces {
  position: absolute;
  top: 34%;
  left: 22%;
  right: 22%;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-auto-flow: column;
  justify-content: space-between;
}

.animated-icon .path-1 .whitespaces span {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #fff;
}

.animated-icon .path-2 {
  z-index: 2;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.pm-none {
  margin-right: none !important;
  padding-right: none !important;
}

.owl-stage {
  display: flex;
}

.about-us-content .btn-wrap {
  margin-top: 60px;
}

.gtco-sec .btn-wrap {
  margin-top: 60px;
}

.about-us-content .gtco-testimonials {
  padding-top: 20px;
  width: 100%;
}
.about-us-content .gtco-testimonials .card {
  padding: 25px;
  text-align: left !important;
  min-height: 230px;
}
@media (min-width: 990px) {
  .about-us-content .gtco-testimonials .card {
    padding: 50px 37px;
  }
}
.about-us-content .gtco-testimonials .card p {
  color: #4A4B50;
}
.about-us-content .gtco-testimonials .card h5 {
  font-size: 24px;
  line-height: 34px;
  color: #048824;
  font-weight: 600;
  text-transform: uppercase;
}

.about-us-content {
  padding: 40px 0;
}
@media (min-width: 990px) {
  .about-us-content {
    padding: 60px 0;
  }
}
.about-us-content h3 {
  margin: 0px;
  padding: 0px;
  color: #fff;
}
@media (min-width: 990px) {
  .about-us-content h3 {
    margin-bottom: 30px;
  }
}
.about-us-content h6 {
  color: #048824;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (min-width: 990px) {
  .about-us-content h6 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.emp-panel h6 {
  color: #048824;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (min-width: 990px) {
  .emp-panel h6 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.about-us-content .btn-wrap {
  text-align: center;
}

.philosophy-card h5 {
  margin-top: 0;
}
.philosophy-card p {
  margin-bottom: 0;
}

.about-us-content .prev-btn, .about-us-content .next-btn, .staffing-panel .prev-btn, .staffing-panel .next-btn {
  margin: 0 6px !important;
}

.about-us-content .prev-btn, .about-us-content .next-btn i:before, .staffing-panel .next-btn i:before, .staffing-panel .prev-btn i:before {
  font-size: 40px;
  font-weight: 600;
}

.staffing-left .btn-wrap {
  margin: 45px 0 0 -12px;
}

.contact_panel {
  margin-top: 60px;
  color: #DFDFDF !important;
}
.contact_panel p {
  margin: 0 0 5px 0px;
  padding: 0px;
  color: #DFDFDF;
  font-size: 15px;
}
@media (min-width: 990px) {
  .contact_panel p {
    font-size: 17px;
  }
}
.contact_panel ul {
  display: flex;
  padding: 0;
  gap: 20px;
}
.contact_panel ul li {
  color: #DFDFDF;
  list-style: none;
  border-bottom: 1px solid #DFDFDF;
}
.contact_panel ul li a {
  font-size: 15px;
  color: #ffffff;
}
@media (min-width: 990px) {
  .contact_panel ul li a {
    font-size: 17px;
  }
}

.left-content h4 {
  color: #000;
  text-transform: none;
  margin-bottom: 0;
  font-size: 24px;
}
@media (min-width: 990px) {
  .left-content h4 {
    font-size: 30px;
  }
}
.left-content p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 990px) {
  .left-content p {
    margin-bottom: 30px;
    font-size: 16px;
  }
}

.meet-t {
  padding: 0 0 0 88px;
  width: 68%;
}

.form-group input, .form-group textarea {
  border: none;
  background: #F2F2F2;
  padding: 15px 15px;
  color: #757575;
  font-family: "Graphik Trial";
  font-size: 15px;
  box-shadow: none;
  transition: none;
  font-weight: 400;
  border-radius: 0px;
  margin-bottom: 12px;
  width: 100%;
}
@media (min-width: 990px) {
  .form-group input, .form-group textarea {
    font-size: 16px;
    padding: 24px 15px;
    margin-bottom: 20px;
  }
}
.form-group textarea {
  resize: none;
  height: 140px;
}

.footer-img {
  height: auto;
  background: url(./img/contacts_footer.png) no-repeat left center;
  background-size: cover;
  background-color: #fff;
  margin: 20px 0;
  display: flex;
  align-items: flex-end;
  padding-left: 20px;
  width: 100%;
}
@media (min-width: 990px) {
  .footer-img {
    height: 580px;
    margin: 55px 0;
    padding-left: 120px;
  }
}

.footer-img-content {
  color: #fff;
  width: 100%;
  margin-bottom: 90px;
}
@media (min-width: 990px) {
  .footer-img-content {
    width: 410px;
  }
}
.footer-img-content p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 35px;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 990px) {
  .footer-img-content p {
    font-size: 30px;
    line-height: 40px;
  }
}
.footer-img-content .more-btn {
  font-size: 20px;
}

.hquote-mb {
  margin-bottom: 70px;
}
@media (min-width: 1400px) {
  .hquote-mb {
    margin-bottom: 0px;
  }
}

.solutions-panel {
  padding-top: 170px;
}
.solutions-panel img {
  width: 100%;
}

.solutions-img {
  background: url(./img/solutions_footer.png) no-repeat left center;
  min-height: auto;
  background-size: cover;
  margin: 30px 0 0 0;
  position: relative;
  display: flex;
  padding-bottom: 34px;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1200px) {
  .solutions-img {
    min-height: 715px;
  }
}
.solutions-img p {
  font-size: 22px;
  line-height: 30px;
}
@media (min-width: 1200px) {
  .solutions-img p {
    margin: 100px 0 0;
    font-size: 32px;
    line-height: 46px;
    padding-left: 60px;
  }
}

.solutions-img-content {
  margin-top: 50%;
  color: #fff;
}
.solutions-img-content h2 {
  font-size: 26px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 1200px) {
  .solutions-img-content h2 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 45px;
  }
}
.solutions-img-content h6 {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #048824;
}
@media (min-width: 1200px) {
  .solutions-img-content h6 {
    margin-bottom: 45px;
  }
}

.solution-result {
  padding-top: 0px;
  padding-bottom: 15%;
}
.solution-result .bg-black {
  padding: 0;
}

.solution-btm-box {
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
  width: 60%;
  background: #fff;
  font-size: 32px;
  padding: 60px;
  top: 9%;
  position: absolute;
  border-radius: 5px;
}
.solution-btm-box p {
  margin: 0;
  padding: 0;
  color: #111111;
}

.solution-result .header_quote {
  padding: 15px 0 55px 0;
}

.solution-result .service-saftymint {
  position: absolute;
  right: 15%;
  top: -50px;
  display: none;
  width: 30%;
}
@media (min-width: 1200px) {
  .solution-result .service-saftymint {
    display: block;
  }
}

.nav-tabs {
  border-bottom-color: #343636;
}

.nav-tabs .nav-link {
  border: none;
  color: #565F70;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.5;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .nav-tabs .nav-link {
    font-size: 22px;
    font-weight: 600;
  }
}

.solution-result .nav-tabs .nav-link {
  opacity: 0.5;
  color: #565F70;
  font-weight: 500;
}

.solution-pagehead {
  width: 100%;
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .solution-pagehead {
    width: 50%;
    padding-top: 50px;
  }
}
.solution-pagehead h3 {
  margin-bottom: 20px;
}
.solution-pagehead p {
  color: #000;
}

.solution-head {
  margin: 10px 0 20px 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .solution-head {
    margin: 160px 0 60px 0;
    width: 80%;
  }
}
.solution-head h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .solution-head h3 {
    font-size: 30px;
    font-weight: 600;
  }
}
.solution-head p {
  font-size: 14px;
}

.solution-btn .read-more {
  padding: 15px 25px;
}

.why-hal-panel {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .why-hal-panel {
    padding-top: 50px;
    padding-right: 80px;
  }
}
.why-hal-panel h5 {
  color: #181818;
  font-weight: 500;
  font-size: 22px;
}
@media (min-width: 1200px) {
  .why-hal-panel h5 {
    font-size: 30px;
  }
}
.why-hal-panel P {
  color: #565656;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 30px;
}
.why-hal-panel h6 {
  font-weight: 600;
  margin-bottom: 20px;
}
.why-hal-panel ul li {
  margin-left: -10px;
  margin-bottom: 15px;
  color: #565656;
  font-size: 16px;
}
.why-hal-panel ul li::marker {
  font-size: 20px;
}

.bg-gray {
  background: #f6f6f6;
  margin-top: 25px;
  position: relative;
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .bg-gray {
    margin-top: 55px;
  }
}

.tb-2 {
  width: 91%;
}

.bottom-right-panel h5 {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.bottom-right-panel p {
  color: #5D5D5D;
  font-size: 14px;
  line-height: 19px;
}

.soltn-paddrt {
  padding-right: 15%;
}

.img-rltv {
  position: relative;
}

.align-img {
  position: absolute;
  z-index: 5;
  bottom: -41%;
  left: 0%;
  width: 59%;
  display: none;
}
@media (min-width: 1200px) {
  .align-img {
    display: block;
  }
}
.align-img img {
  width: 100%;
}

.solution-result .tab-content {
  position: relative;
  margin-bottom: 80px;
}

.bottom-right-panel {
  margin-top: 20px;
  background: #f6f6f6;
  padding: 10px 0px;
  margin-right: 0px;
  margin-left: 0px;
}
@media (min-width: 1200px) {
  .bottom-right-panel {
    padding: 50px 30px;
    margin-top: 50px;
  }
}

.bottom-right-panel .bi {
  background: #fff;
  padding: 10px 8px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
.bottom-right-panel .bi:before {
  font-size: 24px;
}

.services-container {
  padding-bottom: 40px;
}

.managed-tabs {
  border: 1px solid #535353;
  border-radius: 4px;
  margin-bottom: 25px;
  padding: 18px 25px;
  position: relative;
}
@media (min-width: 990px) {
  .managed-tabs {
    padding: 18px 35px;
  }
}
@media (min-width: 1200px) {
  .managed-tabs {
    padding: 22px 45px;
  }
}
.managed-tabs::after {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  right: 20px;
  top: 25px;
  background: url(./img/arrow-rotate.png) no-repeat left center;
}
.managed-tabs.active {
  background: #fff;
}
.managed-tabs.active::after {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  right: 20px;
  top: 25px;
  background: url(./img/arrow-active.png) no-repeat left center;
}
.managed-tabs h6 {
  color: #fff;
  font-size: 18px;
  margin-top: 12px;
  font-weight: 500;
}
@media (min-width: 990px) {
  .managed-tabs h6 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .managed-tabs h6 {
    font-size: 22px;
  }
}
.managed-tabs p {
  color: #fff;
  font-size: 16px;
}
@media (min-width: 990px) {
  .managed-tabs p {
    font-size: 18px;
  }
}

.managed-panel {
  padding-top: 120px;
}
.managed-panel h6 {
  color: #fff;
}
.managed-panel p {
  color: #fff;
  padding-top: 12px;
}
.managed-panel .prt {
  padding-right: 120px;
}

.team {
  display: flex;
  justify-content: center;
}
.team .member .member-img {
  margin: 0;
}

.teams-sec {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
}

.team .member .member-info {
  padding: 10px 20px;
  bottom: 30px;
  left: -10px;
}

.services-tabs .nav-tabs .nav-link {
  opacity: 1;
}
.services-tabs .nav-tabs .nav-link:first-child {
  padding-left: 0;
}

.team-tab {
  margin: 20px 0 45px !important;
}

.managed-tabs.active h6, .managed-tabs.active p {
  color: #404040 !important;
}

.t-stack-sec {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .t-stack-sec {
    padding-top: 30px;
  }
}
@media (min-width: 990px) {
  .t-stack-sec {
    padding-top: 60px;
  }
}
@media (min-width: 1400px) {
  .t-stack-sec {
    padding-top: 130px;
  }
}

.t-stack h4 {
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  .t-stack h4 {
    margin-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  .t-stack h4 {
    margin-bottom: 20px;
  }
}
.t-stack h3 {
  margin-bottom: 5px;
}
.t-stack p {
  margin-bottom: 0;
}

.bg-black {
  background: #020914;
  position: relative;
  padding: 80px 0 100px;
}
.bg-black .ff-logo {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: left;
  padding: 15px 20px;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
  width: 93%;
  z-index: 3;
  margin-top: 105px;
  display: flex;
  gap: 20px;
}
@media (min-width: 990px) {
  .bg-black .ff-logo {
    gap: 60px;
    padding: 15px 60px;
  }
}
.bg-black .ff-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100px;
}
@media (min-width: 990px) {
  .bg-black .ff-logo img {
    width: auto;
  }
}

.bb-relve {
  position: relative;
}

.app-dev {
  margin-top: 100px;
  padding-top: 80px;
}
.app-dev .appcontent {
  padding: 0 0 30px;
}
@media (min-width: 1200px) {
  .app-dev .appcontent {
    padding: 0 100px 0 0;
  }
}
.app-dev .appcontent p {
  margin-bottom: 50px;
}

.slid-card-wrap {
  gap: 15px;
}
@media (min-width: 767px) {
  .slid-card-wrap {
    display: flex;
  }
}
.slid-card-wrap .slid-card {
  border: 1px solid #D6D6D6;
  padding: 15px 30px;
  flex: 1;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .slid-card-wrap .slid-card {
    padding: 35px 25px;
  }
}
.slid-card-wrap .slid-card h5 {
  color: #000000;
  font-family: "Basis Grotesque Arabic Pro Md";
}
@media (min-width: 767px) {
  .slid-card-wrap .slid-card h5 {
    min-height: 140px;
  }
}
.slid-card-wrap .slid-card#count-head {
  counter-reset: heading;
}
.slid-card-wrap .slid-card .number {
  margin-bottom: 0px;
}
@media (min-width: 767px) {
  .slid-card-wrap .slid-card .number {
    margin-bottom: 20px;
  }
}
.slid-card-wrap .slid-card .number:before {
  content: "0" counter(heading) ".";
  counter-increment: heading;
  font-size: 40px;
  color: white;
  font-weight: 600;
  -webkit-text-stroke: 1px #D3D3D3;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 767px) {
  .slid-card-wrap .slid-card .number:before {
    font-size: 60px;
  }
}

.job_panel {
  background-color: #000;
  padding: 20px 15px;
}
@media (min-width: 990px) {
  .job_panel {
    padding: 60px 20px;
  }
}
.job_panel h4 {
  color: #048824;
  font-size: 16px;
}
@media (min-width: 990px) {
  .job_panel h4 {
    font-size: 20px;
  }
}
.job_panel h3 {
  color: #fff;
  font-size: 24px;
  margin: 0px;
}
@media (min-width: 990px) {
  .job_panel h3 {
    font-size: 33px;
  }
}

.staffing-panel {
  padding-left: 15px;
  background: #000;
}
@media (min-width: 990px) {
  .staffing-panel {
    padding-top: 50px;
    padding-left: 7%;
  }
}

.staffing-left {
  padding-bottom: 20px;
}
@media (min-width: 990px) {
  .staffing-left {
    padding-bottom: 0;
  }
}
.staffing-left h3 {
  color: #fff;
  font-size: 22px;
}
@media (min-width: 990px) {
  .staffing-left h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .staffing-left h3 {
    font-size: 33px;
  }
}
.staffing-left p {
  color: #fff;
}

.owl-carousel-staffing .card {
  min-height: auto;
}
@media (min-width: 990px) {
  .owl-carousel-staffing .card {
    min-height: 475px;
  }
}
.owl-carousel-staffing .card-body {
  padding: 20px;
}
@media (min-width: 990px) {
  .owl-carousel-staffing .card-body {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .owl-carousel-staffing .card-body {
    padding: 40px;
  }
}
.owl-carousel-staffing .card-body .card-head {
  display: flex;
}
@media (min-width: 990px) {
  .owl-carousel-staffing .card-body .card-head {
    display: block;
  }
}
.owl-carousel-staffing .card-body img {
  width: auto;
  height: 35px;
  margin-bottom: 25px;
  margin-right: 30px;
}
@media (min-width: 990px) {
  .owl-carousel-staffing .card-body img {
    margin-bottom: 40px;
    margin-right: 0px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .owl-carousel-staffing .card-body img {
    margin-bottom: 50px;
  }
}
.owl-carousel-staffing .card-body h2 {
  color: #049527;
  font-size: 23px;
  font-weight: 400;
}
@media (min-width: 990px) {
  .owl-carousel-staffing .card-body h2 {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .owl-carousel-staffing .card-body h2 {
    font-size: 29px;
  }
}

.staffing-section2 h3 {
  font-size: 26px;
  font-weight: 600;
}
@media (min-width: 990px) {
  .staffing-section2 h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .staffing-section2 h3 {
    font-size: 32px;
  }
}

.staff-card {
  position: relative;
}

.data-content {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 15px 10px 0px;
  box-shadow: inset 0px -48px 12px rgba(0, 0, 0, 0.5);
  height: auto;
  color: #fff;
}
@media (min-width: 1200px) {
  .data-content {
    padding: 15px 15px 25px;
    height: 100px;
  }
}
@media (min-width: 1400px) {
  .data-content {
    padding: 15px 30px 25px;
  }
}
.data-content::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 30px;
  background: url(./img/arrow-rotate-wt.png) no-repeat;
  background-size: 16px 16px;
}
@media (min-width: 693px) {
  .data-content::after {
    top: 20px;
  }
}
@media (min-width: 990px) {
  .data-content::after {
    width: 23px;
    height: 23px;
    right: 30px;
    top: 50px;
    background-size: 23px 23px;
  }
}
@media (min-width: 1070px) {
  .data-content::after {
    top: 20px;
  }
}
@media (min-width: 1200px) {
  .data-content::after {
    top: 50px;
  }
}
.data-content h6 {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  width: 80%;
}
@media (min-width: 990px) {
  .data-content h6 {
    font-size: 20px;
    line-height: 34px;
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .data-content h6 {
    width: 80%;
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .data-content h6 {
    width: 60%;
  }
}

.main-padd {
  padding-bottom: 120px;
}
@media (min-width: 990px) {
  .main-padd {
    padding-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  .main-padd {
    padding-bottom: 180px;
  }
}

.staffing-section4 h6 {
  font-size: 16px;
  font-weight: 600;
  color: #048824;
}
@media (min-width: 990px) {
  .staffing-section4 h6 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .staffing-section4 h6 {
    font-size: 20px;
  }
}
.staffing-section4 h3 {
  font-size: 22px;
}
@media (min-width: 990px) {
  .staffing-section4 h3 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .staffing-section4 h3 {
    font-size: 32px;
  }
}

.staff-icon {
  padding: 4px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: #000;
  margin: 0 auto 60px;
  width: 205px;
  height: 205px;
  background: linear-gradient(to right, #8E2BC7, #F32CB9);
}
.staff-icon .module {
  background: #F6F6F6;
  width: 100%;
  height: 100%;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.staff-icon .module img {
  height: 57px;
  margin-bottom: 10px;
}
.staff-icon .module p {
  font-weight: 600;
  font-size: 24px;
}

.staff-icon.small-size img {
  height: 40px;
  margin-bottom: 5px;
}

.staff-icon.small-size p {
  font-size: 18px;
  font-weight: 500;
}

.small-size {
  width: 150px;
  height: 150px;
}

.footr-padd {
  padding-top: 200px;
}

.bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.footr-gd-img {
  position: absolute;
  border-radius: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  overflow: hidden;
  bottom: 82%;
  background: url(./img/footr-gd-img.jpg) no-repeat;
  background-size: cover;
}
.footr-gd-img .gd-dscr {
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 20px 20px;
}
@media (min-width: 990px) {
  .footr-gd-img .gd-dscr {
    padding: 20px 35px;
  }
}
@media (min-width: 1200px) {
  .footr-gd-img .gd-dscr {
    padding: 70px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1400px) {
  .footr-gd-img .gd-dscr {
    padding: 70px 90px;
  }
}
.footr-gd-img .gd-dscr h3 {
  color: #fff;
  margin-bottom: 15px;
  line-height: 22px;
  font-size: 20px;
}
@media (min-width: 990px) {
  .footr-gd-img .gd-dscr h3 {
    line-height: 26px;
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .footr-gd-img .gd-dscr h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 1400px) {
  .footr-gd-img .gd-dscr h3 {
    font-size: 26px;
  }
}
.footr-gd-img .gd-dscr p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}
.footr-gd-img .gd-dscr .lts-tk-btn {
  background: transparent;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  color: #fff;
  gap: 40px;
  padding: 12px 30px;
  line-height: 36px;
  height: 60px;
  border-radius: 32.5px;
  width: 177px;
}
.footr-gd-img .gd-dscr .lts-tk-btn:hover {
  background: #000;
}

.contacts-panel .form-images img {
  width: 100%;
}
@media (min-width: 1400px) {
  .contacts-panel .form-images img {
    height: 710px;
  }
}

.our-story.about .content h2 {
  font-size: 22px;
  margin: 0px 0 15px;
}
@media (min-width: 990px) {
  .our-story.about .content h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .our-story.about .content h2 {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .our-story.about .content h2 {
    font-size: 30px;
  }
}

.our-story.about .content p {
  margin-bottom: 40px !important;
  margin-top: 0px;
}

.strength-panel {
  padding-top: 80px;
}
.strength-panel h6 {
  font-size: 16px;
  font-weight: 600;
  color: #048824;
}
@media (min-width: 990px) {
  .strength-panel h6 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .strength-panel h6 {
    font-size: 20px;
  }
}
.strength-panel h3 {
  font-size: 22px;
}
@media (min-width: 990px) {
  .strength-panel h3 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .strength-panel h3 {
    font-size: 32px;
  }
}

.strength-heading {
  text-align: left;
  width: 70%;
}

.landing-slider .slick-dots {
  max-width: 100px !important;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0px;
  height: 100%;
  z-index: 3;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  gap: 25px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .landing-slider .slick-dots {
    right: 0px;
    gap: 10px;
  }
}
.landing-slider .slick-dots li button:before {
  color: #fff;
  opacity: 1;
  border: 1px solid transparent;
  width: 30px;
  height: 30px;
  line-height: 30px;
  align-items: center;
}
@media (max-width: 767px) {
  .landing-slider .slick-dots li button:before {
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
}
.landing-slider .slick-dots li.slick-active button:before {
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .landing-slider .slick-dots li.slick-active button:before {
    width: 22px;
    height: 22px;
  }
}
.landing-slider .next-prv {
  position: absolute;
  z-index: 15;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 40px;
  right: 60px;
  grid-gap: 10px;
}
@media (min-width: 545px) {
  .landing-slider .next-prv {
    bottom: 40px;
    right: 75px;
    width: 90px;
  }
}
@media (min-width: 680px) {
  .landing-slider .next-prv {
    right: 110px;
  }
}
@media (min-width: 767px) {
  .landing-slider .next-prv {
    right: 110px;
    bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .landing-slider .next-prv {
    bottom: 100px;
    right: 160px;
    width: 90px;
  }
}
@media (min-width: 1400px) {
  .landing-slider .next-prv {
    bottom: 120px;
    right: 180px;
    width: 90px;
  }
}
@media (min-width: 1600px) {
  .landing-slider .next-prv {
    bottom: 220px;
    right: 160px;
    width: 90px;
  }
}
.landing-slider .next-prv .prev, .landing-slider .next-prv .next {
  width: 30px;
  height: 30px;
  list-style: none;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
}
@media (min-width: 545px) {
  .landing-slider .next-prv .prev, .landing-slider .next-prv .next {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 545px) {
  .landing-slider .next-prv .prev, .landing-slider .next-prv .next {
    width: 40px;
    height: 40px;
  }
}
.landing-slider .next-prv .prev:before, .landing-slider .next-prv .next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 15px;
  transform: translate(-50%, -50%);
}
@media (min-width: 545px) {
  .landing-slider .next-prv .prev:before, .landing-slider .next-prv .next:before {
    width: 38px;
    height: 18px;
  }
}
@media (min-width: 545px) {
  .landing-slider .next-prv .prev:before, .landing-slider .next-prv .next:before {
    width: 38px;
    height: 18px;
  }
}
.landing-slider .next-prv .prev:before {
  background: url("../assets/img/prev-arrow.png") no-repeat;
}
.landing-slider .next-prv .next:before {
  background: url("../assets/img/next-arrow.png") no-repeat;
}

.scroll-top {
  position: fixed;
  right: 57px;
  bottom: 15%;
  z-index: 100;
  width: 22px;
  height: 40px;
  border: 2px solid #797979;
  border-radius: 60px;
}
.scroll-top::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #797979;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}
.scroll-top::after {
  content: "SCROLL";
  font-size: 14px;
  color: #797979;
  font-family: "Graphik";
  font-weight: 100;
  position: absolute;
  top: -70px;
  left: 1px;
  writing-mode: vertical-lr;
  width: 19px;
  height: 60px;
}

@keyframes wheel {
  0% {
    top: 6px;
    transition: all ease-in 0.8s;
  }
  15% {
    top: 10px;
    transition: all ease 0.2s;
  }
  30% {
    top: 6px;
    transition: all ease 0.2s;
  }
  60% {
    top: 28px;
    transition: all ease 0.2s;
  }
  65% {
    top: 25px;
    transition: all ease 0.2s;
  }
  70% {
    top: 28px;
    visibility: hidden;
    transition: all ease-in-out 1.6s;
  }
  100% {
    visibility: hidden;
    transition: all ease-in-out 1.6s;
  }
}
.p-pdt {
  padding-top: 35px;
}/*# sourceMappingURL=style.css.map */