* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
  transition: all 0.5s ease;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

:root {
  --primary-color: #13c5fd;
  --secondary-color: #10095f;
  --text-color: #666666;
  --white: #fff;
  --text-light: #e9e9e9;
  --poppins: "Poppins", sans-serif;
}

a {
  display: inline-block;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

.heading {
  font-size: 48px;
  line-height: 72px;
  font-weight: 700;
  color: var(--secondary-color);
  font-family: var(--poppins);
}

.heading1 {
  font-size: 33px;
  line-height: 42px;
  font-weight: 500;
  margin: 0.4rem 0;
  color: var(--secondary-color);
  font-family: var(--poppins);
}

.heading span {
  color: var(--primary-color);
}

.title {
  font-family: Gilroy-Medium;
  font-size: 32px;
  font-weight: 400;
  line-height: 39.2px;
  color: var(--secondary-color);
}

.title span {
  color: var(--primary-color);
}

.subtitle {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 1rem;
  color: var(--secondary-color);
  font-family: Gilroy-Medium;
}

.subtitle1 {
  font-size: 18px;
  line-height: 21px;
  margin: 1rem 0;
  color: var(--text-color);
  font-family: Gilroy-Medium;
}

.custom-btn.transperent {
  margin-right: 1.4rem;
  background: transparent;
  border: 2px solid #4b3bff;
  color: #4b3bff;
}

.custom-btn1 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: var(--white);
  border-radius: 6px;
  padding: 16px 20px;
  font-family: Aileron-Bold;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  border: none;
  background: linear-gradient(
    328.9deg,
    #4b3bff 2%,
    #4745ff 16.42%,
    #3c5fff 40.78%,
    #2b8afe 72.11%,
    #13c5fd 108.78%,
    #05e7fd 127.96%
  );
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.custom-btn {
  padding: 0 41px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: var(--white);
  font-weight: 600;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  border: none;
  background: linear-gradient(
    328.9deg,
    #4b3bff 2%,
    #4745ff 16.42%,
    #3c5fff 40.78%,
    #2b8afe 72.11%,
    #13c5fd 108.78%,
    #05e7fd 127.96%
  );
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  font-family: Aileron-Bold;
}

.custom-btn i {
  padding-left: 0.5rem;
}

.custom-btn::before {
  content: "";
  position: absolute;
  left: -10%;
  top: -50%;
  width: 120%;
  height: 120%;
  background: linear-gradient(
    328.9deg,
    #4b3bff 2%,
    #4745ff 16.42%,
    #3c5fff 40.78%,
    #2b8afe 72.11%,
    #13c5fd 108.78%,
    #05e7fd 127.96%
  );
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transform: translate3d(0, -100%, 0) skew(-10deg, -10deg);
  -webkit-transform: translate3d(0, -100%, 0) skew(-10deg, -10deg);
  z-index: -1;
}

.custom-btn:hover::before {
  top: -20%;
  z-index: 0;
  transform: translate3d(0, 0, 0) skew(0deg);
  -webkit-transform: translate3d(0, 0, 0) skew(0deg);
}

.custom-btn:hover {
  color: var(--white);
}

/* CUSTOM FONT FAMILY CSS  */

@font-face {
  font-family: "Gilroy-Light";
  src: url("../fonts/Gilroy-Light.ttf");
}

@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/Gilroy-Regular.ttf");
}

@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/Gilroy-Medium.ttf");
}

@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy-Bold.ttf");
}

@font-face {
  font-family: "Gilroy-Heavy";
  src: url("../fonts/Gilroy-Heavy.ttf");
}

@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("../fonts/Gilroy-ExtraBold.ttf");
}

@font-face {
  font-family: Aileron-UltraLight;
  src: url("../fonts/Aileron-UltraLight.otf");
}

@font-face {
  font-family: Aileron-Light;
  src: url("../fonts/Aileron-Light.otf");
}

@font-face {
  font-family: Aileron-Regular;
  src: url("../fonts/Aileron-Regular.otf");
}

@font-face {
  font-family: Aileron-Bold;
  src: url("../fonts/Aileron-Bold.otf");
}

@font-face {
  font-family: Aileron-SemiBold;
  src: url("../fonts/Aileron-SemiBold.otf");
}

@font-face {
  font-family: Aileron-Heavy;
  src: url("../fonts/Aileron-Heavy.otf");
}

/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------ ANNOUNCEMENT BAR CSS START -------------------- */
/* ----------------------------------------------------------------------------------------------------------- */

.announcement_top {
  padding: 1.1rem 0;
  background-color: var(--secondary-color);
}

.social_top h6,
.social_top span a,
.social_top h5 {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: var(--text-light);
  margin: 0;
  font-family: Gilroy-Medium;
  text-decoration: none;
}

.social_top h5 {
  padding-left: 8px;
  border-left: 1px solid var(--white);
}

.social_topls i {
  color: var(--white);
}

/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------ HEADER CSS START ------------------------------ */
/* ----------------------------------------------------------------------------------------------------------- */

.navbar-static {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: var(--text-color);
  border-bottom: 1px solid #e9e9e9;
  box-shadow: 0 13px 20px rgb(0 0 0 / 0.09);
}

.navbar-logo {
  padding: 21px 76px 21px 0;
  border-right: 1px solid #bdbdbd66;
}

a.menu-btn {
  right: 0;
  width: 25px;
  height: 40px;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.menu-btn span {
  margin-top: -7px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 14px;
  display: block;
}

.menu-btn span:before,
.menu-btn span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: var(--primary-color);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
}

.menu-btn span:after {
  top: auto;
  bottom: 0;
}

.menu-btn.active span:before {
  top: 8px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.menu-btn.active span:after {
  top: 8px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

li.nav-item {
  font-family: Gilroy-Medium;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.41px;
  color: #2e3537;
  padding: 0 18px;
  border-right: 1px solid #bdbdbd;
}

li.nav-item a:hover {
  color: var(--primary-color);
}

/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------ BANNER CSS START ------------------------------ */
/* ----------------------------------------------------------------------------------------------------------- */

.bannerSlider .swiper-slide {
  padding: 14rem 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bannerSlider .swiper-slide:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    279deg,
    rgba(255, 255, 255, 0) 34.67%,
    rgba(249, 249, 249, 0.97) 83.64%
  );
}

.bannerSlider .swiper-slide:nth-child(1) {
  background-image: url("../img/banner-slide1.png");
}

.bannerSlider .swiper-slide:nth-child(2) {
  background-image: url("../img/banner-slide2.png");
}

.bannerSlider .swiper-slide:nth-child(3) {
  background-image: url("../img/banner-slide3.png");
}

.bannerSlider .swiper-slide:nth-child(4) {
  background-image: url("../img/banner-slide4.png");
}

.bannerSlider .swiper-slide .container {
  position: relative;
  z-index: 2;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  height: 30px;
  background: linear-gradient(
    328.9deg,
    #4b3bff 2%,
    #4745ff 16.42%,
    #3c5fff 40.78%,
    #2b8afe 72.11%,
    #13c5fd 108.78%,
    #05e7fd 127.96%
  );
  border: 9px solid var(--white);
}

.swiper-pagination {
  gap: 1.5rem;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #707070;
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 15.6%;
  bottom: 2rem;
}

.about {
  background: url("../img/about-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5rem 0;
}

.about-inner {
  padding: 5rem 0;
}

.about p {
  margin: 1.7rem 0;
  font-family: Gilroy-Regular;
  font-size: 18px;
  line-height: 22px;
  color: var(--text-color);
}

.about-inner p {
  margin: 1.7rem 0;
  font-family: Gilroy-Medium;
  font-size: 18px;
  line-height: 22px;
  color: var(--text-color);
}

.about-inner .title {
  font-family: Gilroy-Bold;
}

/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------ SERVICES CSS START ---------------------------- */
/* ----------------------------------------------------------------------------------------------------------- */

.services {
  background: url("../img/services-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5rem 0;
}

.services_card {
  margin-bottom: 6rem;
  padding: 5.4rem 1.25rem 1.25rem 1.25rem;
  border-radius: 1.25rem;
  box-shadow: 0px 2px 10px 0px #0000001a;
  background: linear-gradient(131.57deg, #ffffff 25.86%, #eafaff 147.81%);
  position: relative;
}

.mt77 {
  margin-top: 6rem;
}

.services_ic {
  top: -4rem;
  width: 125px;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: white;
  border: 7px solid #e9faff;
  position: absolute;
}

.services_content h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  margin: 0;
  color: #241f21;
  font-family: Gilroy-Bold;
}

.services_content p {
  margin: 1rem 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--text-color);
  font-family: Gilroy-Regular;
  overflow: hidden;
  text-overflow: clip;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

a.readMore {
  font-size: 20px;
  line-height: 24px;
  color: var(--primary-color);
  font-family: Aileron-Regular;
}

a.readMore:hover {
  color: var(--secondary-color);
}

a.readMore:hover i {
  padding-left: 0.5rem;
}

/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------ EXPERTISE CSS START --------------------------- */
/* ----------------------------------------------------------------------------------------------------------- */

.expertise {
  padding: 6rem 0;
}

.expertise_items {
  margin-bottom: 3rem;
  width: 308px;
  height: 308px;
  position: relative;
  border-radius: 50%;
  border: 12px solid #e2f8ff;
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 1rem 1rem 3rem;
  text-align: center;
}

.expertise_head {
  position: absolute;
  top: -4rem;
  width: 142px;
  height: 142px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 12px solid #ace4f5;
  background-color: #f8fdff;
}

.expertise_main h5 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  font-family: Gilroy-Bold;
}

.expertise_main p {
  font-size: 18px;
  line-height: 21px;
  color: var(--text-color);
  font-family: Gilroy-Medium;
}

/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------ WORKING STRATEGY CSS START -------------------- */
/* ----------------------------------------------------------------------------------------------------------- */

.working-strategy {
  background: url("../img/Working\ Strategy\ bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5rem 0;
}

.strategy_items {
  margin-bottom: 6.4rem;
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.strategy_items:hover .strategy_content {
  background: linear-gradient(
    328.9deg,
    #4b3bff 2%,
    #4745ff 16.42%,
    #3c5fff 40.78%,
    #2b8afe 72.11%,
    #13c5fd 108.78%,
    #05e7fd 127.96%
  );
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.strategy_items:hover h6,
.strategy_items:hover p {
  color: var(--white);
}

.strategy_img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 7px solid #e9faff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: var(--white);
}

.strategy_content {
  top: 0.7rem;
  left: 1rem;
  padding: 1rem;
  border-radius: 1.25rem;
  width: 247px;
  height: 92%;
  box-shadow: 0px 2px 10px 0px #0000001a;
  background: linear-gradient(131.57deg, #ffffff 25.86%, #eafaff 147.81%);
  z-index: 0;
}

.strategy_content h6 {
  font-family: Gilroy-Bold;
  font-size: 24px;
  line-height: 29px;
  color: #241f21;
}

.strategy_content p {
  font-size: 18px;
  line-height: 21px;
  color: var(--text-color);
  font-family: Gilroy-Regular;

  overflow: hidden;
  text-overflow: clip;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.devide_link {
  left: 1.6rem;
  top: 53%;
  transform: translateY(-50%);
}

/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------ OUR SERVICES CSS START ------------------------ */
/* ----------------------------------------------------------------------------------------------------------- */

.our-services {
  padding: 7rem 0 5rem;
  background-image: url(../img/bg-pattern.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.our-services .title {
  margin: 0.8rem 0 1.2rem;
}

.sevice_country {
  margin: 2rem 0 2rem;
}

.sevice_country h6 {
  font-size: 16px;
    line-height: 24px;
    text-wrap: nowrap;
  text-align: left;
  margin: 0;
  color: #353f43;
  text-transform: capitalize;
  font-family: Aileron-SemiBold;
}

/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------ GLOBAL REACH CSS START ------------------------ */
/* ----------------------------------------------------------------------------------------------------------- */

.global-reach {
  padding: 7rem 0;
  background-image: url(../img/Global\ Reach\ bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.gr_box_wrapper {
  display: flex;
  max-width: 523px;
  flex-wrap: wrap;
}

.gr_box {
  width: 50%;
  margin-bottom: 1.8rem;
  border-right: 2px solid #13c5fd;
}

.gr_box:nth-child(even) {
  padding-left: 2rem;
}

.gr_box h3 {
  font-family: Poppins;
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
  color: #fff;
}

.gr_box h5 {
  font-family: Gilroy-Regular;
  font-size: 24px;
  line-height: 29.4px;
  color: #fff;
}

.grb_main h6 {
  font-size: 32px;
  line-height: 39px;
  margin: 1rem 0;
  color: var(--white);
  font-family: Gilroy-Regular;
}

.grb_main p {
  font-size: 24px;
  line-height: 29px;
  color: var(--white);
  font-family: Gilroy-Bold;
}

/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------ FOOTER CSS START ------------------------------ */
/* ----------------------------------------------------------------------------------------------------------- */

#footer {
  padding: 0 0 2rem;
  background: #060640;
}

.social-items {
  padding: 3rem 0;
  background-color: var(--secondary-color);
}

.border {
  margin: 20px 0;
  height: 4px;
  border-color: var(--primary-color) !important;
  background-color: var(--primary-color);
  border-color: var(--primary-color) !important;
  max-width: 80%;
}

.subscribe-title {
  font-family: Segoe UI Symbol;
  font-size: 22px;
  font-weight: 400;
  line-height: 29.26px;
  text-align: left;
  position: relative;
  color: var(--white);
}

.subscribe-title:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  background: url(../img/subscribe-ic.png);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}

.subscriptions_block form {
  margin-top: 2.4rem;
  border-radius: 1rem;
  border: 2px solid var(--white);
  background-color: var(--white);
  overflow: hidden;
}

.subscriptions_block form input {
  font-family: Gilroy-Medium;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 5px;

  line-height: 50px;
  text-align: left;
  border: none;
}

.btn-subscribe {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding: 0 3rem;
  color: var(--white);
  text-align: left;
  border-radius: 1rem;
  background-color: #e91c23;
  font-family: Aileron-Bold;
}

.btn-subscribe:hover {
  color: var(--white);
  background-color: var(--secondary-color);
}

.social_title {
  margin-bottom: 4rem;
  font-family: Segoe UI Symbol;
  font-size: 22px;
  font-weight: 400;
  line-height: 29.26px;
  color: var(--white);
}

.social-menu li a {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  color: #060640;
  justify-content: center;
  background: linear-gradient(
    328.9deg,
    #4b3bff 2%,
    #4745ff 16.42%,
    #3c5fff 40.78%,
    #2b8afe 72.11%,
    #13c5fd 108.78%,
    #05e7fd 127.96%
  );
  box-shadow: 0px 2px 10px 0px #0000001a;
}

.social-menu li a:hover {
  background: var(--primary-color);
}

.social-menu li a:hover i {
  color: var(--white);
}

.social-menu li a:hover img {
  filter: brightness(100%);
}

.social-menu li a i {
  font-size: 1.7rem;
  color: var(--secondary-color);
}

.subscribe input.form-email {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.footer-menu {
  padding: 4rem 0;
  margin: 0 0 38px;
  border-top: 2px solid #818181;
  border-bottom: 2px solid #818181;
}

.company-location {
  padding: 1rem 0 4rem;
  margin: 38px 0;
  border-bottom: 2px solid #818181;
}

.footer-logo img {
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  background-color: #060640;
}

.footer-title {
  font-size: 28px;
  line-height: 33px;
  color: var(--white);
  font-family: Aileron-SemiBold;
}

.footer-wrap p {
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  font-family: Aileron-Regular;
}

.footerIc i {
  font-size: 32px;
  color: var(--white);
}

.footer_links_txt {
  font-size: 18px;
  line-height: 18px;
  text-align: right;
  font-weight: 300;
  color: var(--white);
  font-family: Aileron-Light;
}

.footerTxt a {
  font-size: 18px;
  line-height: 18px;
  text-align: right;
  font-weight: 400;
  color: var(--white);
  font-family: Aileron-Regular;
}

.footer-wrap ul li a {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0.6rem;
  text-align: left;
  color: var(--white);
}

.footer-wrap ul li a:hover {
  color: var(--primary-color);
}

.footerTxt {
  text-align: right;
}

.company-location h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 33.6px;
  color: var(--white);
  font-family: Aileron-SemiBold;
}

.company-location i {
  font-size: 33px;
  color: var(--white);
}

.company-location .border {
  width: 20%;
}

.location_title {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  color: #fff;
  font-family: Aileron-Regular;
}

.location_name {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: var(--white);
  font-family: Aileron-SemiBold;
}

.copyright_txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: var(--white);
  font-family: Aileron-Regular;
}

.footer-bottom ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: var(--white);
  font-family: Aileron-Regular;
}

.footer-bottom ul li a:hover {
  color: var(--primary-color);
}

/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------ INNER PAGES CSS START ------------------------- */
/* ----------------------------------------------------------------------------------------------------------- */

.aboutBanner {
  padding: 8rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.about-page01 {
  padding: 5rem 0;
}

.mbc {
  margin-bottom: 5rem;
}

.input-items {
  margin-bottom: 2rem;
}

.about_inner_img img {
  width: 222px;
}

.needs-validation label {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  color: #241f21;
  font-family: Aileron-Regular;
}

.needs-validation input {
  position: relative;
  padding: 0 30px;
  display: block;
  width: 100%;
  height: 55px;
  font-family: Gilroy-Medium;
  font-size: 20px;
  color: var(--primary-color);
  resize: none;
  outline: 0;
  font-weight: 300;
  background: 0 0;
  border: 1px solid var(--text-color);
}

.needs-validation textarea {
  padding: 0 30px;
  font-size: 20px;
  resize: none;
  outline: 0;
  font-weight: 300;
  position: relative;
  color: var(--primary-color);
  border: 1px solid var(--text-color);
  font-family: Gilroy-Medium;
}

.needs-validation input:focus,
.needs-validation textarea:focus {
  border-color: var(--primary-color);
  box-shadow: none;
}

.needs-validation button {
  margin-top: 3rem;
}

.careerBanner{
  padding: 12rem 0;
  background-image: url("/assets/img/careerBg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.servicesBanner {
  padding: 12rem 0;
  background-image: url("/assets/img/servicesBg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.servicesBanner:after, .careerBanner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(279deg, rgba(0, 0, 0, 0.8), transparent);
  z-index: 1;
}

.servicesInner {
  padding: 7rem 0;
}

.servicesInner .services_content p {
  display: block;
}

.servicesInner .services_card {
  height: 530px;
}

.uploadFile {
  position: absolute;
  width: 100%;
  background-color: #fff;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #000;
  padding: 0 1rem;
  font-size: 18px;
  line-height: 50px;
  z-index: -1;
}

.uploadYourFile input{
  opacity: 0;
  border-radius: 5px;
}

/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------ RESPONSIVE CSS START -------------------------- */
/* ----------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1390px) {
  .devide_link img {
    width: 800px;
  }

  .devide_link {
    left: -1.4rem;
    top: 33%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 1200px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 3.6%;
    bottom: 3rem;
  }

  .expertise_items {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo {
    border: none;
    padding: 0.8rem 0 1rem 0;
  }
  .navbar-menu {
    position: absolute;
    width: 100%;
    left: -100%;
    padding: 2rem 1rem;
    background-color: #fff;
    top: 8.1rem;
    z-index: 99;
  }

  .navbar-menu.show {
    top: 4.7rem;
    left: 0;
  }

  .header .navbar-menu {
    top: 8.5rem;
  }

  header.header.bg-white.navbar-static .navbar-menu {
    top: 4.5rem;
  }

  header.header.bg-light.navbar-static .navbar-menu.show {
    top: 4.7rem;
  }

  li.nav-item a {
    margin-bottom: 1rem;
    font-size: 20px;
    border: none;
  }

  .bannerSlider .swiper-slide {
    padding: 7rem 0;
  }

  .social-menu {
    padding: 0;
  }

  .heading {
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
  }

  .servicesInner .services_card {
    height: auto;
}

  .sevice_country h6 {
    font-size: 16px;
  }

  .global-reach {
    background-position: center;
  }

  .footer-bottom {
    padding-top: 4rem;
  }

  .footerTxt,
  .footer_links_txt {
    text-align: left;
  }

  .copyright_txt {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 671px) {
  .heading {
    font-size: 28px;
    line-height: 37px;
  }

  .header .navbar-menu {
    top: 12.8rem;
  }

  .navbar-menu {
    top: 13rem;
  }

  header.header.navbar-static .navbar-menu.show {
    left: 0;
    top: 4.8rem;
  }

  .social_top {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .strategy_items {
    margin-bottom: 2.4rem;
  }

  .subscriptions_block form {
    border-radius: 0.4rem;
  }

  .subscriptions_block form input {
    font-size: 18px;
    line-height: 30px;
  }

  .btn-subscribe {
    font-size: 18px;
    line-height: 24px;
    padding: 0 1.5rem;
    border-radius: 0.5rem;
  }

  .social_title {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 419px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 4.6%;
    bottom: 4rem;
  }

  .about {
    margin-top: -2.4rem;
  }

  .custom-btn.transperent {
    margin-right: 0.8rem;
  }

  .custom-btn {
    padding: 0 31px;
    font-size: 18px;
    height: 45px;
    line-height: 43px;
    border-radius: 6px;
  }

  .social-menu li a {
    width: 40px;
    height: 40px;
  }
}
