@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("./style.css");
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:wght@400;500;600;700;800;900&display=swap');

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter Tight', sans-serif;
  ;
}

p,
body {
  font-family: 'Inter Tight', sans-serif;
}

.p-rel {
  position: relative;
}

.animate__delay-sm1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.animate__delay-sm2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.animate__delay-sm3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animate__delay-sm4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animate__delay-sm5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

section {
  padding: 70px 0;
  background-color: #ffffff;
  position: relative;
}

@media only screen and (max-width: 576px) {
  section {
    padding: 50px 0;
  }

  .page-template-marine .page-banner {
	background-position: 22% 50%;	
  }		
}

html,
body {
  overflow-x: hidden;
}

.main {
  position: relative;
  overflow-x: hidden;
}

.heading {
  font-size: 40px;
  /* font-size: 24px; */
  line-height: 50px;
  /* line-height: 32px; */
  text-transform: capitalize;
  color: #173e62;
  position: relative;
  padding-left: 70px;
  margin-bottom: 16px;
}

.heading::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #dd8831;
  left: -15px;
  top: 26px;
}

@media only screen and (max-width: 576px) {
  .heading {
    font-size: 28px;
    line-height: 38px;
    padding-left: 0;
  }

  .heading::before {
    top: -10px;
    left: 0;
  }
}

.sm-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #66717a;
}

.text,
.our-companies .company-box .learn-more {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #383838;
}

header {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.6)),
      to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 100%);
  z-index: 9;
  transition: all 0.2s;
}

/* header - navbar */

header .navbar {
  padding-left: 0;
  padding-right: 0;
}

header .navbar-nav {
  margin-top: 20px;
}

header .navbar-nav .nav-item {
  margin: auto 18px;
}

header .navbar-nav .nav-item.last {
  border: 1px solid #fafafa;
  margin-left: 20px;
  padding: 8px 16px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .navbar-nav .nav-item.last:hover {
  background-color: #fafafa;
}

header .navbar-nav .nav-item.last:hover .nav-link {
  color: #dd8831;
}

header .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  line-height: 19px;
  color: #fafafa;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 0;
  padding-right: 0;
}

header .navbar-nav .nav-item .nav-link:hover {
  color: #dd8831;
}

@media only screen and (max-width: 576px) {
  header .navbar .navbar-toggler-icon {
    position: relative;
  }

  header .navbar .navbar-toggler-icon::before {
    content: "\f0c9";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    top: 0;
    font-size: 25px;
    color: #ffffff;
  }

  header .navbar .navbar-collapse {
    background-color: #231f20;
  }

  header .navbar .navbar-collapse ul {
    margin-bottom: 20px;
  }

  header .navbar .navbar-collapse ul .nav-item {
    margin-top: 10px;
  }

  header .navbar .navbar-collapse ul .nav-item:last-child {
    margin-top: 20px;
  }
}

/* map-bg syles for about-us section */

.map-bg {
  background: linear-gradient(180deg,
      rgba(227, 227, 227, 0) 0%,
      #f1f1f1 100%,
      #f1f1f1 100%);
  background-size: cover;
  background-image: url("https://fusiongroupholding.com/wp-content/themes/fusion/assets/img/mapBG.png");
}

.map-BG {
  background: url("../img/mapBG.png") no-repeat center;
  background-size: cover;
  padding: 70px 0;
}

@media only screen and (max-width: 576px) {
  .map-BG .ox-scrl {
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .map-BG .ox-scrl .a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}

/* banner */

.banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 225px;
  height: 750px;
}

.banner.vid {
  background: #000000;
  padding-top: 0;
  padding-bottom: 0;
}

.banner.vid .banner-vid {
  width: 100%;
  height: 100%;
}

.banner .banner-title {
  font-size: 68px;
  line-height: 82px;
  text-transform: capitalize;
  color: #fafafa;
  width: 70%;
}

.banner .banner-above-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #fafafa;
}

.banner .banner-btn {
  background: #fafafa;
  border: 1px solid #fafafa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #0e0e0e;
  text-decoration: none;
  padding: 16px 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 40px;
  display: inline-block;
}

.banner .banner-btn:hover {
  background-color: #dd8831;
  border-color: #dd8831;
}

.banner .banner-btn img {
  width: 14px;
  display: inline-block;
}

.map-BG {
  /* background: linear-gradient(
    180deg,
    rgba(227, 227, 227, 0) 0%,
    #f1f1f1 100%,
    #f1f1f1 100%
  ); */
  background-size: cover;
  padding: 120px 0 150px;
}

@media only screen and (max-width: 576px) {
  .map-BG {
    padding: 40px 0 240px;
  }

  .map-BG .ox-scrl {
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .map-BG .ox-scrl .a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}

.grad-BG {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(227, 227, 227, 0)),
      color-stop(100%, #f1f1f1),
      to(#f1f1f1));
  background: linear-gradient(180deg,
      rgba(227, 227, 227, 0) 0%,
      #f1f1f1 100%,
      #f1f1f1 100%);
}

.grad-BG .map-BG {
  padding: 120px 0 150px;
}

@media only screen and (max-width: 576px) {
  .grad-BG .map-BG {
    padding: 40px 0 240px;
  }
}

/*  */

.side-banner {
  position: absolute;
  top: 213px;
  left: 30px;
}

/* key-services */

.first-banner {
  padding: 70px 0;
}

.key-services .value-box {
  position: relative;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  z-index: 3;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 32px;
}

.key-services .value-box:hover {
  color: #fafafa;
}

.key-services .value-box .head {
  margin-bottom: 12px;
  z-index: 2;
  position: relative;
  font-size: 24px;
  line-height: 32px;
  text-transform: capitalize;
  color: #173e62;
  min-height: 64px;
}

.key-services .value-box .icon {
  width: 65px;
  height: 65px;
  margin-bottom: 28px;
  z-index: 2;
  position: relative;
}

.key-services .value-box .text,
.key-services .value-box .our-companies .company-box .learn-more,
.our-companies .company-box .key-services .value-box .learn-more {
  z-index: 2;
  position: relative;
  margin-bottom: 0;
}

.key-services .value-box .text {
  min-height: 192px;
}

.key-services.abt-pg {
  margin-top: 0;
}

.key-services-2 {
  margin-top: 0px;
}

.key-services .connect-btn {
  border-radius: 5px;
  padding: 16px 24px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 20px 0 0 0px;
  border: 2px solid #dd8831;
  background: #fafafa;
  color: #dd8831;
}

.value-box:hover .connect-btn {
  color: #fafafa;
  background: #dd8831;
}

.key-services .with-vector-3 {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  height: 100%;
}

.with-vector-3 img {
  z-index: 2;
  position: relative;
  border-radius: 5px;
}

.with-vector-3:hover::before {
  left: -20px;
  bottom: -20px;
  opacity: 1;
}

.with-vector-3::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 320px;
  background-color: #dd8831;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  border-radius: 0 0 75px 0;
  transition: all 0.3s;
  opacity: 0;
}

.value-box {
  background: #fafafa;
  border-radius: 5px;
}

.value-box:hover {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
}

.grad-BG {
  background: linear-gradient(180deg,
      rgba(227, 227, 227, 0) 0%,
      #f1f1f1 100%,
      #f1f1f1 100%);
}

/* our-comapanies */

.our-companies .heading {
  margin-bottom: 40px;
}

.our-companies .company-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 30px;
}

.our-companies .company-box::before {
  content: "";
  position: absolute;
  height: 100%;
  background-color: #dd8831;
  bottom: 0;
  top: 0;
  left: 0;
  right: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.our-companies .company-box .head {
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  text-transform: capitalize;
  color: #fafafa;
  width: 90%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.our-companies .company-box .content {
  position: absolute;
  width: 90%;
  z-index: -9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.our-companies .company-box .text,
.our-companies .company-box .learn-more {
  color: #fafafa;
}

.our-companies .company-box .learn-more {
  text-decoration: underline;
}

.our-companies .company-box .plus-btn {
  width: 35px;
  height: 35px;
  background-color: #173e62;
  font-size: 18px;
  display: inline-block;
  border-radius: 50%;
  color: #fafafa;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  position: absolute;
  bottom: -50px;
  left: calc((100% - 35px) / 2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}

.our-companies .company-box:hover::before {
  right: 0;
}

.our-companies .company-box:hover .head {
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
}

.our-companies .company-box:hover .content {
  top: 40%;
  z-index: 1;
}

.our-companies .company-box:hover .plus-btn {
  bottom: -17px;
  opacity: 1;
  z-index: 3;
}

.our-companies .company-box.mid .content {
  margin-top: 40px;
}

.our-companies .dot1 {
  position: absolute;
  left: -25px;
  top: -10px;
}

.our-companies .dot2 {
  position: absolute;
  right: -25px;
  bottom: -40px;
}

@media only screen and (max-width: 576px) {
  .our-companies .company-box {
    height: 350px;
  }

  .our-companies .company-box img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/* mid-banner */

.mid-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-top: 50px;
}

.mid-banner .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.6)),
      to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background: #fff;
}

.mid-banner .heading {
  color: #fafafa;
  width: 92%;
}

.mid-banner .heading::before {
  background-color: #fafafa;
}

.mid-banner .sm-text {
  width: 78%;
  padding-left: 70px;
  margin-top: 16px;
  color: #fafafa;
}

.mid-banner .contact-us {
  background: #fafafa;
  border: 1px solid #fafafa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #0e0e0e;
  text-decoration: none;
  padding: 16px 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 40px;
  display: inline-block;
}

.mid-banner .contact-us:hover {
  background-color: #dd8831;
  border-color: #dd8831;
}

.mid-banner.banner2 {
  background: url("../img/midBanner2.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.mid-banner.banner2 .heading {
  padding-left: 40px;
  color: #fafafa;
  width: 100%;
}

.banner2 .banner2-btn {
  margin-top: 20px;
  text-align: center;
}

@media only screen and (max-width: 576px) {
  .mid-banner .heading {
    margin-bottom: 20px;
  }
}

.right-section-mid-banner {
  background: linear-gradient(92.12deg, #dd8831 -2.2%, #173e62 102.19%);
  margin-left: 80px;
  max-width: 90%;
}

@media only screen and (max-width: 576px) {
  .right-section-mid-banner {
    margin-left: auto;
    margin-right: auto;
  }
}

.right-section-mid-banner>div {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
}

.right-section-mid-banner .heading {
  padding-left: 0;
  width: 100%;
}

.right-section-mid-banner .sm-text {
  padding-left: 0;
  width: 100%;
}

.mid-right-block {
  padding: 20px;
  margin: 10px 0;
  min-height: 150px;
  border-radius: 5px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: clip;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  border-left: 3px solid #fff;
  border-radius: 0;
}

.mid-right-block::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background-color: #2d2c2c; */
  background-color: transparent;
}

.mid-right-block h3 {
  font-size: 20px;
  line-height: 27px;
  width: 100%;
  text-align: center;
}

.mid-right-block h2 {
  text-align: center;
}

.block-2 h3 {
  padding-top: 20px;
}

.mid-right-block:hover::before {
  /* background: linear-gradient(
    0deg,
    rgba(23, 62, 98, 0.8),
    rgba(23, 62, 98, 0.8)
  );
  transition: all 0.3s; */
}

.mid-banner-left .sm-text {
  color: #000;
}

.mid-banner-left .heading {
  margin-top: 30px;
  color: #000;
}

.mid-banner-left .heading:before {
  background-color: #000;
}

/* industry */

.industry .img {
  position: relative;
  z-index: 2;
}

.industry .content h3.heading {
  font-size: 24px;
  line-height: 32px;

}

.industry .img::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -16px;
  width: 186px;
  height: 142px;
  background-color: #dd8831;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.industry .img:hover:before {
  left: 10px;
  bottom: 10px;
}

.industry .row:nth-child(2) {
  margin-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.industry .row:nth-child(2) .img {
  text-align: right;
}

.industry .row:nth-child(2) .img::before {
  left: auto;
  right: -14px;
}

.industry .row:nth-child(2) .img:hover:before {
  right: 10px;
  bottom: 10px;
}

.industry .content {
  margin-top: 40px;
}

.industry .sm-text {
  width: 87%;
  margin-top: 20px;
}

.industry .connect-btn {
  border-radius: 5px;
  padding: 16px 24px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 20px 0 0 0px;
  border: 2px solid #dd8831;
  color: #fafafa;
  background: #dd8831;
}

.industry .connect-btn:hover {
  background: #fafafa;
  color: #dd8831;
}

/* our-process */

.our-process .sm-text {
  width: 97%;
}

.our-process .dashed {
  position: absolute;
  top: 130px;
  left: 14%;
}

.our-process .desc-right {
  margin-left: 70px;
}

.our-process .process-box {
  margin-top: 100px;
}

.our-process .process-box-outer .col {
  width: 20%;
  flex: 0 0 20%;
}

.our-process .process-box:hover .icon {
  background-color: #dd8831;
}

.our-process .process-box:hover .icon svg path {
  fill: #fafafa;
}

.our-process .process-box:hover .icon svg line {
  stroke: #fafafa;
}

.our-process .process-box.mid {
  margin-top: 160px;
}

.our-process .process-box.mid2 {
  margin-top: 136px;
}

.our-process .process-box.mid3 {
  margin-top: 90px;
}

.our-process .process-box .num {
  position: absolute;
  top: auto;
  left: 30%;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #173e62;
  color: #fff;
  text-align: center;
  line-height: 25px;
}

.our-process .process-box .icon {
  width: 115px;
  height: 115px;
  background-color: #e3e7eb;
  border-radius: 50%;
  text-align: center;
  line-height: 115px;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.our-process .process-box .icon svg {
  width: 40px;
}

.our-process .process-box .head {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-transform: capitalize;
  color: #173e62;
  margin-top: 32px;
  margin-bottom: 16px;
}

.our-process .process-box .sm-text {
  text-align: center;
}

@media only screen and (max-width: 576px) {
  .our-process .dashed {
    display: none;
  }

  .our-process .process-box {
    margin-top: 60px;
  }

  .our-process .process-box.mid {
    margin-top: 60px;
  }
}

/* Main Intro */
.main-intro {
  padding: 15px 0px;
}

.main-intro.introduction-service {
  padding: 50px 0px;
}

.main-intro .sm-text {
  margin-left: 70px;
}

.main-intro .desc-right ol,
.main-intro .desc-right ul {
  margin-left: 18px;
}

/* advantages */

.advantages {
  /* background: #0e0e0e; */
  background: #fff;
}

.advantages .heading {
  margin-bottom: 30px;
}

.advantages .sm-text {
  margin-bottom: 20px;
  margin-left: 70px;
  color: #66717a;
}

.advantages .advantage-text .listing-para {
  margin-left: 50px;
  margin-bottom: 8px;
}

.advantages-para .sm-text {
  margin-bottom: 15px;
}

.advantage-text svg {
  text-align: right;
  margin-left: 70px;
}

.advantages .advantage-text svg {
  font-size: 10px;
}

.advantages .advantage-text svg path {
  fill: none;
  stroke: #dc8932;
}

.advantage-text svg path {
  fill: #000;
  color: #000;
}

.advantages .contact-us {
  border-radius: 5px;
  padding: 16px 24px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 20px 0 0 0px;
  border: 2px solid #dd8831;
  color: #fafafa;
  background: #dd8831;
}

.advantages .contact-us:hover {
  background: #fafafa;
  color: #dd8831;
}

.advantages .contact {
  margin-top: 36px;
  margin-left: 70px;
}

.right-section-advantages {
  /* margin-top: 10px; */
}

.right-section-advantages.row {
  text-align: center;
}

.right-section-advantages .sm-text {
  margin-left: 0;
  margin-bottom: 20px;
  transition: all 200ms linear 0ms;
  color: #334870;
  text-transform: capitalize;
  text-align: center;
}

.item-meta img {
  padding-bottom: 15px;
}

/* .right-section-advantages .item--inner {
  border: 1px solid #122445;
  padding: 32px 20px 23px;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
  transition: all 200ms linear 0ms;
}

.right-section-advantages .item--inner .item--holder {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
} */

.right-section-advantages .item-inner .item-holder .item-line .item-line-top {
  height: 2px;
  left: -80px;
  width: -webkit-calc(100% + 160px);
  background: #000 linear-gradient(to right,
      rgba(117, 161, 251, 0),
      #75a1fb,
      rgba(117, 161, 251, 0));
}

.right-section-advantages .item-inner .item-holder .item-line .item-line-bottom {
  height: 2px;
  left: -80px;
  width: -webkit-calc(100% + 160px);
  background: #000 linear-gradient(to right,
      rgba(117, 161, 251, 0),
      #75a1fb,
      rgba(117, 161, 251, 0));
}

.right-section-advantages .item-inner .item-holder .item-line .item-line-left {
  height: 2px;
  left: -80px;
  width: -webkit-calc(100% + 160px);
  background: #000 linear-gradient(to right,
      rgba(117, 161, 251, 0),
      #75a1fb,
      rgba(117, 161, 251, 0));
}

.right-section-advantages .item-inner .item-holder .item-line .item-line-right {
  height: 2px;
  left: -80px;
  width: -webkit-calc(100% + 160px);
  background: #000 linear-gradient(to right,
      rgba(117, 161, 251, 0),
      #75a1fb,
      rgba(117, 161, 251, 0));
}

.right-section-advantages .item-line {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
}

.item-holder {
  margin-top: 12px;
}

.item-inner.active .item-line,
.item-inner {
  /* removing borders on hover for 'the fusion outsourcing advantage' section */
  /* opacity: 1; */
}

.item-inner:hover .item-line,
.item-inner {
  /* removing borders on hover for 'the fusion outsourcing advantage' section */
  /* opacity: 1; */
}

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

.right-section-advantages .item-line-top {
  width: -webkit-calc(100% + 100px);
  height: 2px;
  left: -50px;
  background: #000 linear-gradient(to right,
      rgba(117, 161, 251, 0),
      #75a1fb,
      rgba(117, 161, 251, 0));
  top: -1px;
}

.right-section-advantages .item-line-bottom {
  width: -webkit-calc(100% + 100px);
  height: 2px;
  left: -50px;
  background: #000 linear-gradient(to right,
      rgba(117, 161, 251, 0),
      #75a1fb,
      rgba(117, 161, 251, 0));
  bottom: -1px;
}

.right-section-advantages .item-line-left {
  height: calc(100% + 100px);
  width: 2px;
  top: -50px;
  background: #000 linear-gradient(to top,
      rgba(117, 161, 251, 0),
      #75a1fb,
      rgba(117, 161, 251, 0));
  left: -1px;
}

.right-section-advantages .item-line-right {
  height: calc(100% + 100px);
  width: 2px;
  top: -50px;
  background: #000 linear-gradient(to top,
      rgba(117, 161, 251, 0),
      #75a1fb,
      rgba(117, 161, 251, 0));
  right: -1px;
}

.item-inner.active svg path,
.item-inner:hover svg path {
  fill: #dd8831;
}

.item-inner.active .item-oil path,
.item-inner:hover .item-oil path {
  stroke: #dd8831;
  fill: none;
}

.item-inner.active .sm-text,
.item-inner:hover .sm-text {
  color: #dd8831;
}

/* client-testimonial */

.client-testimonial {
  padding: 70px 0;
}

.client-testimonial .value-box {
  position: relative;
  overflow: clip;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 40px 24px;
}

.client-testimonial .value-box::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dd8831;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

.client-testimonial .value-box:hover::before {
  top: 98%;
}

.client-testimonial .value-box .head {
  margin-bottom: 15px;
  z-index: 2;
  position: relative;
  font-size: 24px;
  line-height: 32px;
  text-transform: capitalize;
  color: #173e62;
  margin-left: 32px;
}

.client-testimonial .value-box .icon {
  width: 65px;
  height: 65px;
  margin-left: 32px;
  margin-bottom: 15px;
  z-index: 2;
  position: relative;
}

.client-testimonial .value-box .text,
.client-testimonial .value-box .our-companies .company-box .learn-more,
.our-companies .company-box .client-testimonial .value-box .learn-more {
  z-index: 2;
  position: relative;
  margin-left: 32px;
  line-height: 30px;
  width: 90%;
}

/*  */

.success-stories .heading {
  margin-bottom: 45px;
}

.success-stories .sm-text {
  margin-top: 40px;
  margin-bottom: 40px;
}

.num h2 {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0.6px;
  color: #dd8831;
}

.num h2 span {
  font-size: 30px;
}

.num h2 .count {
  font-size: 50px;
  line-height: 50px;
}

.num p {
  font-size: 14px;
  line-height: 24px;
  color: #231f20;
}

.num.marg {
  margin-top: 30px;
}

@media only screen and (max-width: 576px) {
  .num h2 {
    font-size: 40px;
  }
}

/* blogs */

.blogs {
  padding: 70px 0 140px 0;
}

.blogs .blog-box {
  margin-top: 60px;
  position: relative;
}

/* .blogs .blog-box:hover .come-in {
  -webkit-transform: translateY(-28px);
  transform: translateY(-28px);
} */

.blogs.blog-home .slick-slide {
  height: 450px !important;
}

.blogs .blog-box .content {
  position: absolute;
  top: 80%;
  height: unset;
  width: 85%;
  padding: 20px 12px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
  border-radius: 5px;
  background-color: #fff;
}

.blogs .blog-box .content .date {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  color: #dd8831;
}

.blogs .blog-box .content .come-in {
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slick-slide img {
  border-radius: 12px;
}

.blogs-pages .row>div .blog-box img {
  border-radius: 6px;
}

.blogs .blog-box .content .come-in .title {
  text-decoration: none;
}

.blogs .blog-box .content .come-in .title h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #231F20;
  margin-bottom: 5px;
  border-bottom: none;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  max-height: 73px;
  max-width: 443px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0 !important;

}

.blogs .blog-box .content .come-in .title p {
  font-size: 14px;
  line-height: 22px;
  color: #5F5F5F;
  margin-bottom: 18px;
}

.blogs .blog-box .content .come-in .read-more::after {
  content: '';
  position: absolute;
  top: 12%;
  right: -18px;
  width: 12px;
  height: 12px;
  background-image: url('https://fusion-outsourcing.com/wp-content/uploads/2023/09/Group-29392-1.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.blogs .blog-box .content .come-in .read-more {
  color: #dd8831;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 2px;
  padding: 0px 0;
  background-color: #fff;
  border-color: #fff;
  /* text-decoration-line: underline; */
  text-transform: uppercase;
  position: relative;
}

.blogs .blog-box .content .come-in .read-more:hover {
  color: #b79854;
  border: 0 !important;
}

.blogs.blog-home .blog-carousel .slick-arrow::before {
  color: #dd8831;
  font-size: 36px;
}

.blogs.blog-home .blog-carousel .slick-prev {
  left: -50px;
}

@media only screen and (max-width: 576px) {
  .blogs .blog-box {
    margin-top: 70px;
  }

  .blogs .blog-box.marg-top {
    margin-top: 30px;
  }
}

/* global-leader */

.global-leader {
  background: linear-gradient(180deg,
      rgba(227, 227, 227, 0) 0%,
      rgba(241, 241, 241, 0.4) 100%,
      rgba(241, 241, 241, 0.4) 100%);
}

.global-leader .heading {
  margin-bottom: 24px;
  padding-left: 70px;
  width: 95%;
}



.global-leader .global-1 .sm-text {
  margin-bottom: 24px;
  padding-left: 70px;
  width: 96%;
  line-height: 22px;
}

.global-2 {
  padding-left: 70px;
}

.global-2 .heading {
  padding-left: 0;
}

.global-3 .heading {
  padding-left: 0;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0.5rem;
}

.global-3 .sm-text {
  padding: 0 0;
  width: 91%;
}

.global-4 {
  margin: 24px 0;
  padding-left: 85px;
  position: relative;
}

.global-4 .heading {
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 4px;
}

.global-4::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 70px;
  background-color: #dd8831;
  left: 55px;
  top: 7px;
}

/* certifications */

.certifications .view-certificate {
  background: #dd8831;
  border: 2px solid #dd8831;
  border-radius: 5px;
  padding: 16px 24px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-decoration: none;
  margin-top: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.certifications .view-certificate:hover {
  background-color: #fafafa;
  color: #dd8831;
}

.certificate-box {
  padding: 16px;
  border: 3px solid #dd8831;
  background: #173e62;
  display: inline-block;
  margin-top: 56px;
}

.certificate-box img {
  cursor: pointer;
}

.certifications p {
  margin-top: 8px;
  text-align: center;
}

/* our-partners */

/* .page-template-front-page .our-partners {
  margin-bottom: 0px;
} */
/* 
.our-partners {
  margin-bottom: 70px;
} */

.our-partners .partner-logo {
  margin: 5px;
}

.our-partners .desc-right {
  margin-left: 70px;
}

.our-partners .partner-logo img {
  margin: auto;
  max-width: 100%;
}

.our-partners .customNavigation .testi-prev1 {
  position: absolute;
  left: -5%;
  width: 30px;
  height: 30px;
  top: calc((100% - 30px) / 2);
  cursor: pointer;
}

.our-partners .customNavigation .testi-prev1 img {
  width: 100%;
}

.our-partners .customNavigation .testi-next1 {
  position: absolute;
  right: -5%;
  width: 30px;
  height: 30px;
  top: calc((100% - 30px) / 2);
  cursor: pointer;
}

.our-partners .customNavigation .testi-next1 img {
  width: 100%;
}

.our-partners .partner-slide .owl-prev {
  position: absolute;
  left: -60px;
  top: 50%;
}

.our-partners .partner-slide .owl-next {
  position: absolute;
  right: -60px;
  top: 50%;
}

@media only screen and (max-width: 576px) {
  .our-partners .partner-slide .owl-prev {
    position: static;
    left: auto;
    top: auto;
  }

  .our-partners .partner-slide .owl-next {
    position: static;
    right: auto;
    top: auto;
  }
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: rgba(0, 0, 0, 0);
}

/* faq */

.faqs .heading {
  margin-bottom: 40px;
}

.faqs .toggle {
  padding: 24px;
  margin-top: 20px;
  position: relative;
  border: 1px solid #c8c8c8;
  background: #fafafa;
}

.faqs .toggle.active {
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.faqs .toggle.active .toggler {
  color: #173e62;
}

.faqs .toggle.active .toggler .icons .down {
  opacity: 0;
}

.faqs .toggle.active .toggler .icons .cross {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  z-index: 9;
  position: relative;
}

.faqs .toggle.active::before {
  height: 100%;
  opacity: 1;
}

.faqs .toggle::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 0%;
  background-color: #dd8831;
  left: -1px;
  top: 0;
  bottom: 0;
  opacity: 0;
  margin: auto;
  -webkit-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.faqs .toggle .toggler {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #231f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  font-family: 'Inter Tight', sans-serif;
  ;
}

.faqs .toggle .toggler .icons {
  position: relative;
  width: 20px;
}

.faqs .toggle .toggler .icons .icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  position: absolute;
}

.faqs .toggle .toggler .icons .cross {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  z-index: -1;
  width: 20px;
  margin: auto;
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.faqs .toggle .toggle-div {
  margin-top: 15px;
  margin-right: 60px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #636363;
  display: none;
}

.faqs .toggle .toggle-div.active {
  display: block;
}

@media only screen and (max-width: 576px) {
  .faqs .toggle .toggle-div {
    margin-right: 15px;
  }
}

/* footer-banner */

.footer-banner {
  background: #231f20;
  margin-top: 80px;
}

.footer-banner .image {
  position: relative;
  z-index: 2;
}

.footer-banner .image img {
  border-radius: 5px;
}

.footer-banner .image::before {
  content: "";
  width: 100px;
  height: 80%;
  background-color: #dd8831;
  position: absolute;
  left: -20px;
  top: 10%;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-banner .image::after {
  content: "";
  top: -60px;
  right: -25px;
  width: 135px;
  height: 155px;
  background: url("../img/icons/photo-frame.svg") no-repeat center;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

.footer-banner .image:hover::before {
  left: 0;
}

.footer-banner .heading {
  font-size: 52px;
  line-height: 66px;
  color: #fafafa;
  padding-left: 0;
  margin-bottom: 26px;
}

.footer-banner .heading::before {
  display: none;
}

.footer-banner .text,
.footer-banner .our-companies .company-box .learn-more,
.our-companies .company-box .footer-banner .learn-more {
  font-size: 20px;
  line-height: 28px;
  color: #cdcdcd;
  margin-bottom: 26px;
}

.footer-banner .connect-btn {
  background: #dd8831;
  border-radius: 5px;
  padding: 16px 24px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  text-decoration: none;
  color: #0e0e0e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-banner .connect-btn:hover {
  background-color: #fafafa;
}

.footer-space {
  margin: 0 0;
}

footer {
  background: #231f20;
  background-size: cover;
  padding: 90px 0 0px;
}

footer .footer-social .social {
  display: inline-block;
  margin-right: 24px;
  margin-top: 32px;
}

footer .footer-social .social .icon {
  color: #fafafa;
}

footer .footer-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fafafa;
  text-transform: uppercase;
  margin-bottom: 40px;
}

footer .menu-links-container ul {
  list-style: none;
}

footer .footer-links {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fafafa;
  margin-bottom: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
}

footer .footer-links:hover {
  color: #dd8831;
}

footer .info-box {
  margin-bottom: 20px;
}

footer .info-box .sub-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #dd8831;
  margin-bottom: 0;
}

footer .info-box .info {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fafafa;
}

footer .info-box .info a {
  color: #fafafa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .info-box .info a:hover {
  color: #dd8831;
}

.legacy {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}

.legacy .img {
  width: 400px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
}

.legacy .img .content {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
}

.legacy .img .content .img-title {
  font-size: 42px;
  line-height: 54px;
  text-align: center;
  color: #000000;
}

.legacy .img .content .img-title span {
  font-size: 58px;
  line-height: 70px;
  text-align: center;
  color: #dd8831;
}

.legacy .sm-text {
  padding-left: 70px;
  margin-top: 20px;
}

.legacy .sm-text+.row {
  padding-left: 70px;
}

.legacy .num {
  margin-top: 30px;
}

.legacy .num h2 {
  font-size: 36px;
  letter-spacing: 0.6px;
}

.legacy .num h2 span {
  font-size: 36px;
  letter-spacing: 0.6px;
}

.vision .img {
  position: relative;
  z-index: 2;
}

.vision .img::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 200px;
  height: 300px;
  background-color: #dd8831;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.vision .img:hover:before {
  left: 10px;
  bottom: 10px;
}

.vision .top-head {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #dd8831;
  margin-bottom: 24px;
}

.vision .head {
  font-size: 32px;
  line-height: 50px;
  color: #173e62;
}

.vision .row:nth-child(2) {
  margin-top: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.vision .row:nth-child(2) .img {
  text-align: right;
}

.vision .row:nth-child(2) .img::before {
  left: auto;
  right: -20px;
}

.vision .row:nth-child(2) .img:hover:before {
  right: 10px;
  bottom: 10px;
}

.leadership {
  margin-bottom: 90px;
}

.leadership .leader-box {
  margin-top: 50px;
  display: flex;
  background: #ffffff;
  border: 1px solid #d8dbe3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.leader-box-img {
  width: 40%;
}

.leadership .leader-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leadership .leader-box .overlay {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.65) 100%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.leadership .leader-box .info {
  width: 60%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.leadership .leader-box .name {
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #231f20;
  font-weight: 800;
  margin-bottom: 5px;
}

.leadership .leader-box .desig {
  font-size: 14px;
  line-height: 24px;
  color: #231f20;
  text-transform: capitalize;
}

.leadership .leader-box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.leadership .leader-box .info .profile-links a {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid black;
  text-align: center;
  line-height: 28px;
  color: black;
  margin-right: 10px;
}

.leadership .leader-box .info .profile-links a .icon {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 3px;
}

.modal .modal-dialog {
  max-width: 400px;
}

.modal img {
  width: 500px;
}

.item-filter .heading {
  margin-bottom: 60px;
}

.filter-tabs .sort {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
  color: #66717a;
  text-decoration: none;
  margin-left: 32px;
  position: relative;
}

.filter-tabs .sort:first-child {
  margin-left: 0;
}

.filter-tabs .sort.active {
  color: #dd8831;
}

.filter-tabs .sort.active::before {
  content: "";
  position: absolute;
  right: -20px;
  top: -5px;
  background-color: #dd8831;
  width: 45px;
  height: 1px;
}

.filter-tabs .sort.active::after {
  content: "";
  position: absolute;
  right: -10px;
  top: -15px;
  background-color: #dd8831;
  width: 1px;
  height: 30px;
}

.contact-info {
  margin-bottom: 40px;
}

.contact-info .title {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #dd8831;
  margin-bottom: 18px;
}

.contact-info .info,
.contact-info .info a {
  font-size: 20px;
  line-height: 28px;
  color: #173e62;
}

.contact-info .info a:hover {
  text-decoration: none;
}

.post {
  display: none;
}

.post.col {
  width: 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.post.active {
  display: block;
}

.social a {
  display: inline-block;
  margin: 0 12px;
}

.social a:first-child {
  margin-left: 0;
}

.social a:last-child {
  margin-right: 0;
}

.social a .icon {
  color: #173e62;
  font-size: 20px;
}

/* career-cv form */






.cv-1 .input-group span {
  background-color: #fff;
  color: #dd8831;
  padding: 0.275rem 0.75rem;
  cursor: pointer;
}

.cv-1 .input-group span.active {
  background-color: #dd8831;
  color: #fff;
}

.cv-1 .input-group span:hover {
  background-color: #dd8831;
  color: #fff;
}



.form-control-sm {
  height: calc(1.5em + 1.5em + -6px);
}

label {
  font-weight: bold;
}

.cv-1 {
  padding: 0;
}


.map {
  width: 100%;
  height: 450px;
  margin-bottom: -5px;
}

.contact-banner {
  padding: 70px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: -80px;
}

.contact-banner .info {
  font-size: 24px;
  line-height: 34px;
  color: #fafafa;
  margin-top: 20px;
}

/* Qatar */

.vision {
  padding: 70px 0 90px 0;
}

.vision .heading {
  padding-bottom: 24px;
}

.qatar-vision-pb {
  align-items: center;
}

.vision.vision-2 {
  padding-top: 0;
}

.vision .sm-text {
  font-size: 16px;
  line-height: 24px;
}

.vision .row:nth-child(2n) {
  flex-direction: row-reverse;
}

.vision .row .with-vector::before {
  right: -20px;
}

.vision .row:nth-child(2n) .with-vector::before {
  left: -20px;
}

.vision .row:nth-child(n + 2) {
  margin-top: 80px;
}

.vision-pb {
  margin-bottom: 80px;
}

/* information */

.information {
  background-image: url(../img/form-information-BG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 110px;
  margin-bottom: 0px !important;
}

.information .heading {
  color: #fafafa;
}

.information .heading::before {
  background-color: #fafafa;
}

.information .sm-text {
  color: #fafafa;
}

.input-filled input::placeholder {
  color: #fff;
}

.input-filled textarea::placeholder {
  color: #fff;
}

.mid-info {
  margin: 4px 0 10px 0;
}

.info-box-2 {
  margin: 25px 0 18px 0;
  text-align: right;
}

.left-info {
  margin: 70px 0 0 0;
}

.left-info .heading {
  font-size: 24px;
  line-height: 33px;
  margin-top: 20px;
}

.send-button {
  background-color: #ffffff;
  border-color: #ffffff;
  padding: 10px 0px;
  color: #173e62;
  font-weight: 700;
  border-radius: 0.25rem;
  width: 100%;
}

.send-button:hover {
  color: #173e62;
  background-color: #ffffff;
  border-color: #ffffff;
  font-weight: 700;
}

.right-info.information-form.input-filled {
  background-color: rgba(112, 114, 116, 0.25);
  border-color: rgba(255, 255, 255, 0.25);
}

.input-filled {
  margin-bottom: 20px;
}

input.form-control.animateUp.animate__animated.animate__fadeInUp {
  background-color: transparent;
  padding: 22px 10px;
}

textarea#exampleFormControlTextarea1 {
  background-color: transparent;
}

/* header side logos */

.header-social {
  margin: 20px 0;
  position: relative;
}



.header-social::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 130px;
  background-color: #fafafa;
  left: 19px;
  top: -7px;
}

.header-social-2 {
  margin: 20px 0;
}

.header-social-2 a {
  color: #fafafa;
  text-decoration: none;
  background-color: transparent;
}

.header-social-2 a:hover {
  color: #dd8831;
}

.header-left {
  margin-top: 140px;
}

.right-info {
  margin-top: 20px;
}

/* manpower-solutions */

.manpower-solutions-1 {
  background: linear-gradient(180deg,
      rgba(227, 227, 227, 0) 0%,
      #f1f1f1 100%,
      #f1f1f1 100%);
}

.manpower-solutions-1 .sm-text {
  width: 93%;
}

.manpower-solutions-2 .sm-text {
  width: 93%;
}

.manpower-solutions-3 .sm-text {
  width: 93%;
}

.manpower-solutions-2 .map-BG {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 0 0 0;
}

.manpower-head {
  padding: 0 0 80px 0;
}

#counter-solutions {
  padding: 80px 0 0 0;
}

.with-vector {
  position: relative;
  display: inline-block;
  border-radius: 5px;
}

.with-vector img {
  z-index: 2;
  position: relative;
  border-radius: 5px;
}

.with-vector::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 320px;
  background-color: #dd8831;
  bottom: -20px;
  z-index: 1;
  border-radius: 5px;
}

.ensurity .with-vector::before {
  left: -20px;
}

.ensurity .connect-btn {
  border: 2px solid #dd8831;
  color: #fafafa;
  background: #dd8831;
  margin-top: 20px;
}

.vision .row:nth-child(2n) {
  flex-direction: row-reverse;
}

/* skillset (for hover effect)*/

.skill-discipline {
  margin-bottom: 50px;
}

.skill-discipline p {
  color: #fafafa;
}

.skillset {
  background: url(/img/skill-set.jpg);
}

.skill-discipline .heading {
  color: #fff;
}

.skill-box {
  margin: 20px 0;
}

.skill-box .value-box {
  position: relative;
  overflow: clip;
  background: #2d2c2c;
  border: 1px solid #2d2c2c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 24px 24px;
  margin: 0 10px;
}

/* .skill-box .value-box::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dd8831;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}*/

.skill-box .sm-text {
  font-size: 14px;
  line-height: 22px;
  color: #fafafa;
}

/* .skill-box .value-box:hover::before {
  top: 98%;
} */

/* .skill-box .value-box:hover .heading {
 
} */

.skill-box .value-box .heading {
  z-index: 2;
  position: relative;
  font-size: 20px;
  line-height: 27px;
  text-transform: capitalize;
  color: #fafafa;
  transform: translateX(30px);
  transition: all 0.3s;
}

.skill-box .value-box .sm-text,
.skill-box .value-box .our-companies .company-box .learn-more,
.our-companies .company-box .skill-box .value-box .learn-more {
  z-index: 2;
  position: relative;
  line-height: 30px;
  width: 90%;
}

.skillset .connect-btn {
  border-radius: 5px;
  padding: 16px 24px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 20px 0 0 0px;
  border: 2px solid #dd8831;
  color: #fafafa;
  background: #dd8831;
}

.skillset .connect-btn:hover {
  background: #fafafa;
  color: #dd8831;
}

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

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

.skill-box .heading::after {
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: " \2192";
  color: #dd8831;
  transition: all 0.3s;
}

.skill-box:hover .heading::after {
  left: 92%;
}

.skill-box:hover .heading {
  transform: translateX(00px);
}

.contact-banner .info {
  margin-bottom: 70px;
}

/*  */
#map {
  width: 100%;
  height: 500px;
}

.contact-banner .info {
  margin-bottom: 70px;
}

/* why-fos  */

.why-fusion {
  background: linear-gradient(180deg,
      rgba(227, 227, 227, 0) 0%,
      #f1f1f1 100%,
      #f1f1f1 100%);
}

.why-fusion h2 {
  margin-bottom: 23px;
}

.why-fusion .sm-text {
  margin: 0 0 23px 70px;
}

.why-fusion .connect-btn {
  background: #dd8831;
  border-radius: 5px;
  padding: 16px 24px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.connect-fusion {
  margin-left: 70px;
}

/* .with-vector::before{
  content: "";
  position: absolute;
  width: 220px;
  height: 320px;
  background-color: #B79854;
  bottom: 0px;
  z-index: 1;
  border-radius: 5px;
} */

/*  industries-we-serve-v1 and v2*/

.qatar-vision-pb {
  margin: auto;
  align-items: center;
}

.side-vector {
  position: relative;
  display: inline-block;
  border-radius: 5px;
}

.side-vector img {
  z-index: 2;
  position: relative;
  border-radius: 5px;
}

.division-challenges {
  /* bottom: 0px; */
  /* position: absolute;
  background-color: #dd8831; */
  /* padding: 10px; */
  z-index: 3;
  width: 100%;
  text-align: start;
  margin-bottom: 20px;
}

/* .division-challenges svg {
  margin: 0px 12px;
} */

.division-challenges span {
  font-family: 'Inter Tight', sans-serif;
  font-size: 34px;
  line-height: 44px;
  color: #173e62;
  text-align: center;
  text-transform: capitalize;
}

section.division {
  padding: 70px 0px 100px 0px;
}

.division .row:nth-child(2n) {
  flex-direction: row-reverse;
}

.division .row .side-vector::before {
  left: 0px;
}

.division .row:nth-child(2n) .side-vector::before {
  right: 0px;
  left: auto;
}

.division .row:nth-child(n + 2) {
  margin-top: 80px;
}

.solutions-1 .sm-text {
  padding-left: 70px;
}

/* industry-we-serve-v2 */

.fo-introduction {
  font-size: 16px;
  line-height: 26px;
  margin: 30px 0px;
  align-items: center;
  color: #5f5f5f;
}

/*  employer-services */

.record-services.why-us {
  padding: 30px 0px;
}

.record-services.why-us .record-para {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 84px;
}

.record-services.why-us .record-para svg {
  margin-right: 10px;
}

.record-services .heading {
  margin-bottom: 30px;
}

/* .record-services .sub-heading{
  font-size: 14px;
  line-height: 22px;
  color: #66717A;
  margin-top: 24px;
  margin-left: 70px
} */

.record-services .sm-text {
  margin-bottom: 30px;
}

.record-services .bottom-text {
  font-size: 14px;
  line-height: 22px;
  color: #66717a;
  margin-top: 24px;
  margin-left: 70px;
}

.record-services .bottom-text span {
  font-weight: bold;
  color: #3d3d3d;
}

.record-para .sm-text {
  margin-bottom: 15px;
}

.record-para span {
  font-weight: bold;
  color: #3d3d3d;
}

.record-tick-mark {
  text-align: right;
}

.record-services .contact-us {
  background-color: #dd8831;
  color: #ffffff;
  border: 1px solid #fafafa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  text-decoration: none;
  padding: 16px 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 40px;
  display: inline-block;
}

.record-services .contact-us:hover {
  background-color: #ffffff;
  border-color: #dd8831;
  color: #dd8831;
}

.record-services .contact {
  margin: 30px 0 0 70px;
  text-align: left;
}

/* e-service */

.e-service {
  /* background: url("../img/e-services-mid-banner.jpg") no-repeat center; */
  /* background-size: cover; */
  position: relative;
}

.e-service .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.6)),
      to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.e-service .heading {
  padding-left: 70px !important;
}


.e-service .sm-text {
  /* padding-left: 70px; */
  padding-left: 90px;
  /* color: #fafafa; */
}

.e-service .contact-us {
  background: #fafafa;
  border: 1px solid #fafafa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #0e0e0e;
  color: #232323;
  text-decoration: none;
  padding: 16px 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 40px;
  display: inline-block;
}

.e-left {
  margin-top: 10px;
  position: relative;
  margin-left: 32px;
  display: flex;
  align-items: center;
  position: relative;
}

.e-left .num {
  position: absolute;
  top: 0px;
  left: 40px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #dd8831;
  color: #fff;
  text-align: center;
  line-height: 25px;
}

.e-left .num span {
  font-size: 14px;
  margin: auto;
  line-height: 30px;
}

.e-left .heading {
  font-size: 24px;
  line-height: 33px;
}

.e-service.record-solution .e-left .heading {
  padding-left: 90px !important;
  font-size: 20px;
  margin-bottom: 6px;
}

/* .e-left .heading::before {
  content: "";
  width: 48px;
  height: 50px;
  background-color: ;
  border-radius: 25px;
  top: 8px;
} */

.e-service .contact-us:hover {
  background-color: #dd8831;
  border-color: #dd8831;
}

.e-service.banner2 {
  background: url("../img/midBanner2.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.e-service.banner2 .heading {
  padding-left: 40px;
  color: #fafafa;
  width: 100%;
}

.banner2 .banner2-btn {
  margin-top: 20px;
  text-align: center;
}

/* last-banner */

.last-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.last-banner .heading {
  font-size: 32px;
  line-height: 50px;
  margin-top: 20px;
}

.last-banner .contact-us {
  background: #dd8831;
  border: 1px solid #dd8831;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  padding: 16px 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 40px;
  display: inline-block;
}

.last-banner .contact-us:hover {
  background-color: #ffffff;
  border-color: #dd8831;
}

/*  */

.e-industry {
  background: url(../img/support-banner.jpg);
  background-size: cover;
}

.e-industry .img {
  position: relative;
  z-index: 2;
}

.e-industry .img::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  width: 300px;
  height: 300px;
  background-color: #dd8831;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.e-industry .img:hover:before {
  left: 10px;
  top: 10px;
}

.e-industry .row:nth-child(2) .img {
  text-align: right;
}

.e-industry .row:nth-child(2) .img::before {
  left: auto;
  right: -20px;
}

.e-industry .row:nth-child(2) .img:hover:before {
  right: 10px;
  bottom: 10px;
}

.e-industry .heading {
  margin-top: 20px;
}

.e-industry .sm-text {
  margin-top: 20px;
}

.e-industry .connect-btn {
  border-radius: 5px;
  padding: 16px 24px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 20px 0 0 0px;
  border: 2px solid #dd8831;
  color: #fafafa;
  background: #dd8831;
}

.e-industry .connect-btn:hover {
  background: #fafafa;
  color: #dd8831;
}

.support-section .heading::before {
  background-color: #ffffff;
}

.support-section .heading {
  color: #ffffff;
}

.support-left .heading {
  color: #ffffff;
  font-size: 24px;
  line-height: 33px;
}

.support-right .sm-text {
  padding-left: 70px;
}

.support-left {
  margin-top: 40px;
  padding-left: 70px;
}

/* FAQs - Last Banner */

.last-banner {
  background: url("../img/faq-last-banner.png") no-repeat center;
  background-size: cover;
  position: relative;
}

.last-banner .heading {
  padding-left: 0;
  color: #fafafa;
  font-size: 32px;
  bottom: 14px;
}

.last-banner .heading::before {
  display: none;
}

.last-banner p {
  padding-left: 0;
  color: #fafafa;
  width: 69%;
}

.last-banner .contact-us {
  background: #fafafa;
  border: 1px solid #fafafa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #0e0e0e;
  text-decoration: none;
  padding: 16px 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 40px;
  display: inline-block;
}

.last-banner .contact-us:hover {
  background-color: #dd8831;
  border-color: #dd8831;
}

.last-banner .row {
  align-items: center;
}

.footer-banner .faq {
  margin-top: 0;
}

.footer-banner.faq1 {
  margin-top: 0;
}

/* privacy-policy */

/* privacy-policy-services */

.privacy-policy-services {
  padding: 70px 0 0 0;
}

.privacy-policy-services .heading {
  font-size: 24px;
  line-height: 33px;
  color: #173e62;
  padding-top: 30px;
  padding-bottom: 24px;
}

.privacy-policy-services .heading:hover {
  text-decoration: underline;
}

.privacy-policy-services .heading:first-child {
  padding-top: 0;
}

.privacy-policy-services .sm-text {
  font-size: 20px;
  line-height: 34px;
  color: #231f20;
}

.privacy-policy-services .sm-text:last-child {
  padding-bottom: 0;
}

.privacy-policy-services p a {
  color: #dd8831;
}

/* Wordpress CSS changes */

.sub-menu li {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children .sub-menu {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -10px;
  width: 230px;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  z-index: 99;
  height: auto;
  overflow: auto;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children::before {
  content: "\f078";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  right: -18px;
  top: 10px;
  font-weight: 900;
  color: #fff;
  font-size: 10px;
}

.menu-item-has-children:hover::before {
  color: #dd8831 !important;
}

header .menu-item-has-children .sub-menu .nav-link {
  color: #000;
  font-size: 14px;
}

.menu-item-has-children .sub-menu li:first-child {
  margin-top: 10px;
}

.menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 10px;
}

.menu-item-has-children .sub-menu .nav-link:hover {
  color: #dd8831 !important;
}

.get-in-tch {
  background: #f7f2ee;
}

.contact-form {
  margin-top: 30px;
}

.contact-form .group {
  padding-top: 30px;
  border-top: 3px solid rgba(183, 152, 84, 0.17);
}

.contact-form .form-group {
  margin-bottom: 30px;
}

.contact-form .form-group .form-control {
  padding: 0px 16px;
  font-size: 14px;
  line-height: 22px;
  color: #231f20;
  border: none;
}

.contact-form .form-group .form-control::placeholder,
.contact-form .form-group textarea::placeholder {
  color: #231f20;
}

.contact-form .form-group .textarea-control {
  width: 100%;
  height: 200px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  color: #231f20;
  border: none;
}

.information .form-control {
  background-color: #fff0;
  height: 50px;
  color: #fff;
}

.information .form-control:focus {
  background-color: #fff0;
  color: #fff;
}

.information textarea.form-control {
  height: 150px !important;
}

.contact-form .send {
  padding: 16px 24px;
  background-color: #dd8831;
  display: inline-block;
  border: none;
  color: #fff;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #dd8831;
}

.contact-form .send:hover {
  background-color: #fff;
  color: #dd8831;
  border: 2px solid #dd8831;
}

.contact-form .head {
  font-size: 20px;
  line-height: 22px;
  color: #231f20;
}

.page-template-contact-us .footer-banner .connect-btn {
  display: none;
}

/* privacy-policy-services */

.backText h2 {
  font-size: 24px;
  line-height: 33px;
  color: #173e62;
  padding-top: 30px;
  padding-bottom: 24px;
}

.backText p,
.backText ul,
.backText ol {
  font-size: 20px;
  line-height: 34px;
  color: #231f20;
}

.privacy-policy-services {
  padding: 70px 0 0 0;
}

.privacy-policy-services .heading {
  font-size: 24px;
  line-height: 33px;
  color: #173e62;
  padding-top: 30px;
  padding-bottom: 24px;
}

.privacy-policy-services .heading:hover {
  text-decoration: underline;
}

.privacy-policy-services .heading:first-child {
  padding-top: 0;
}

.privacy-policy-services .sm-text {
  font-size: 20px;
  line-height: 34px;
  color: #231f20;
}

.privacy-policy-services .sm-text:last-child {
  padding-bottom: 0;
}

.privacy-policy-services p a {
  color: #b79854;
}

.privacy-policy .footer-space {
  margin-top: 80px;
}

/* Blog DEtails page */

.blog-detail h1 {
  font-size: 44px;
  line-height: 60px;
  color: #173e62;
}

.blog-detail h2 {
  font-size: 36px;
  line-height: 50px;
  color: #173e62;
}

.blog-detail h4 {
  font-size: 44px;
  line-height: 60px;
  color: #173E62;
  border-bottom: 1px solid #173E62 !important;
  padding: 0 0 20px 0;
}

.blog-detail h4 {
  font-size: 44px;
  line-height: 60px;
  color: #173E62;
  /* max-height: 42px !important; */
  max-width: 443px;
  /* border-bottom: 1px solid #173E62 !important; */
}

.blog-detail h5 {
  font-size: 18px;
  line-height: 34px;
  color: #5f5f5f;
  margin: 15px 0;
}

.blog-detail p,
.blog-detail ul li {
  font-size: 16px;
  line-height: 26px;
  color: #66717a;
}

/* 
.blog-detail img {
  margin-top: 50px;

} */

.blog-para img {
  width: 100%;
}

.blog-detail .col-md-4 {
  /* border: 1px solid #b79854; */
  border-radius: 4px;
  height: 100%;
  padding: 24px 15px;
}

.blog-detail .col-md-4 hr {
  background-color: #b79854;
}

.blog-detail .b-img {
  display: flex;
  align-items: center;
}

.blog-detail .b-img img {
  margin-top: 0;
}

.blog-detail .b-img p {
  margin-bottom: 0;
  padding-left: 10px;
  color: #dd8831;
}

.blog-para {
  margin-top: 20px;
  text-align: justify;
}

.blog-para h2 {
  text-align: start;
}

.page-template-blog .blogs {
  padding: 40px 0 70px 0;
}

.page-banner-1 {
  text-align: center;
}

.page-banner-1 {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
  position: relative;
  height: 947px;
}

.page-banner-1 .page-title {
  font-size: 288px;
  line-height: 317px;
  text-transform: capitalize;
  color: #fafafa;
  box-shadow: 0px 15px rgba(0, 0, 0, 0.15);
  margin-top: 100px;
}

.page-banner-1 .text {
  font-size: 40px;
  line-height: 48px;
  color: #fafafa;
  margin-top: 20px;
}

.page-banner-1 .sm-text {
  font-size: 24px;
  line-height: 38px;
  color: #fafafa;
  margin: 40px 0;
  padding: 0 25%;
}

.page-banner-1 .banner-btn {
  background: #fafafa;
  border: 1px solid #fafafa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #0e0e0e;
  text-decoration: none;
  padding: 16px 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}

.page-banner-1 .banner-btn:hover {
  background-color: #b79854;
  border-color: #b79854;
}

.new-footer {
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  width: 100%;
  height: 77px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.15);
}

.new-footer .text {
  font-size: 20px;
  line-height: 32px;
  color: #fafafa;
  margin-top: 15px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin: 5px 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li a {
  color: #000;
}

.gli-workforce {
  background: linear-gradient(180deg,
      rgba(227, 227, 227, 0) 0%,
      #f1f1f1 100%,
      #f1f1f1 100%);
  padding-bottom: 120px;
}

.gli-workforce .text {
  margin-left: 70px;
}

.gli-workforce .text br,
.sm-text br {
  content: "";
  display: block;
  margin-bottom: 10px;
}

.gli-workforce .custom-center {
  justify-content: center;
}

.gli-workforce .bg-grad {
  background: linear-gradient(92.12deg, #dd8831 -2.2%, #173e62 102.19%);
  padding: 36px 42px;
  border-radius: 5px;
  margin-top: 30px;
  margin-left: 70px;
}

.gli-workforce .box {
  border-left: 3px solid #fff;
  padding: 8px 16px;
  position: relative;
}

.gli-workforce .box::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  width: 3px;
  height: 35px;
  background-color: #231f20;
  border-radius: 10px;
}

.gli-workforce .box .title {
  font-size: 16px;
  line-height: 22px;
  color: #fafafa;
  text-align: center;
}

.gli-workforce .box span {
  font-size: 40px;
  line-height: 52px;
  color: #fafafa;
  font-family: 'Inter Tight', sans-serif;
  ;
}

.gli-workforce .box .icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
}

.services-template-default .footer-strip {
  margin-top: 0px;
}

.footer-strip {
  position: relative;
  background: linear-gradient(90deg, #dd8831 0%, #231f20 100%);
  padding: 10px 0px;
}

.footer-strip .heading {
  font-size: 36px;
  line-height: 66px;
  color: #fff;
}

.footer-strip .heading.yes-contact {
  display: none;
}

.page-template-page-contact .footer-strip .heading.no-contact {
  display: none;
}

.page-template-page-contact .footer-strip .heading.yes-contact {
  display: block;
}

.footer-strip .box {
  position: absolute;
  background: linear-gradient(0deg, #231f20 0%, #dd8831 100%);
  width: 261px;
  height: 243px;
  bottom: -90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-template-page-contact .footer-strip .box .connect-btn {
  display: none;
}

.footer-strip .connect-btn:hover {
  background: #173e62;
  color: white;
  text-decoration: none;
}

.footer-strip .connect-btn:hover img {
  filter: brightness(0) invert(1);
}

.footer-strip .box::before {
  content: " ";
  position: absolute;
  left: -36px;
  top: 0px;
  border-top: 78px solid transparent;
  border-right: 36px solid #231f20;
}

.connect-btn {
  overflow: hidden;
}

.connect-btn {
  background: #fff;
  border-radius: 5px;
  padding: 16px 24px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  text-decoration: none;
  color: #0e0e0e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.reflect-btn::after {
  content: "";
  position: absolute;
  left: -200%;
  width: 200%;
  height: 100%;
  top: 0;
  transform: skewX(-20deg);
  background: linear-gradient(to right,
      transparent,
      rgba(255, 255, 255, 0.4),
      transparent);
}

.reflect-btn:hover::after {
  left: 200%;
  transition: all 1.2s ease;
}

.services-template-default .our-partners {
  margin-top: 0;
  padding-top: 40px;
}

.a {
  align-items: center;
  margin: auto;
}

.c {
  margin-top: 70px;
}

.career h3 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 400;
}

.career .text {
  color: #5f5f5f;
}

.career .vector {
  position: relative;
  display: inline-block;
}

.career .vector img {
  z-index: 2;
  position: relative;
}

.career .vector::before {
  bottom: -5%;
  left: -3%;
  content: "";
  position: absolute;
  width: 222px;
  height: 328px;
  background-color: rgba(221, 136, 49, 1);
  border-radius: 5px;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.career-growth {
  background-color: #173e62;
  margin-top: 30px;
}

.career-growth .heading {
  color: #fafafa;
  font-weight: 400;
}

.career-growth .text {
  color: #fafafa;
}

.career-growth .vector {
  position: relative;
  display: inline-block;
}

.career-growth .vector img {
  z-index: 2;
  position: relative;
}

.career-growth .vector::before {
  bottom: -5%;
  left: -3%;
  content: "";
  position: absolute;
  width: 222px;
  height: 328px;
  background-color: rgba(221, 136, 49, 1);
  border-radius: 5px;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.career-growth .row:nth-child(2n) .vector::before {
  right: -3%;
  left: auto;
}

.career-box .text {
  color: #5f5f5f;
}

.career-panel {
  padding: 30px 23px;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  display: inline-block;
  border: 3px solid #dd8831;
  margin-bottom: 30px;
}

.career-panel h3 {
  font-size: 24px;
  line-height: 33px;
  color: #231f20;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.career-panel h6 {
  font-size: 12px;
  line-height: 15px;
  color: #5f5f5f;
  margin-bottom: 0;
}

.career-panel h6 span {
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 100%;
  background-color: #5f5f5f;
  line-height: 3px;
  margin: 0 3px;
}

.career-panel:hover {
  background-color: rgba(221, 136, 49, 1);
  color: #fff;
}

.career-box .career-panel a {
  text-decoration: none;
}

/* Responsive */

@media only screen and (max-width: 576px) {
  .page-banner-1 {
    background-position: 50% 0;
    height: 812px;
  }

  .page-banner-1 .page-title {
    font-size: 140px;
    line-height: 200px;
    margin-top: 100px;
  }

  .page-banner-1 .text {
    font-size: 28px;
    line-height: 40px;
  }

  .page-banner-1 .sm-text {
    font-size: 18px;
    line-height: 30px;
    padding: 0 0%;
  }

  .page-banner-1 .banner-btn {
    font-size: 14px;
    padding: 12px 18px;
  }

  .new-footer .text {
    font-size: 14px;
  }

  /* Footer Strip */
  .footer-strip .heading {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 30px;
  }

  .footer-strip {
    padding: 35px 0px;
  }

  .footer-strip .box {
    position: static;
    background: none;
    width: unset;
    height: unset;
    display: block;
  }

  .page-template-page-contact .footer-strip {
    padding: 10px 0px;
    text-align: center;
  }

  .page-template-page-contact .footer-strip .heading {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: unset;
  }

  .image-width-text h2,
  .safty-expertise h2 {
    font-size: 28px; 
    line-height: 38px;
  }
  .image-width-text,
  .safty-expertise {
    padding: 25px 0;
  }
  .image-width-text .left-content h3 {
    font-size: 20px !important;
    line-height: 28px !important;
    color: #173e62;
  }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
  .page-banner-1 .page-title {
    font-size: 200px;
    line-height: 250px;
  }

  .page-banner-1 .text {
    font-size: 35px;
    line-height: 47px;
  }

  .page-banner-1 .sm-text {
    font-size: 20px;
    line-height: 40px;
    padding: 0 15%;
  }

  .page-banner-1 .banner-btn {
    padding: 12px 18px;
    font-size: 14px;
  }

  .new-footer {
    height: 50px;
  }

  .new-footer .text {
    font-size: 16px;
    margin: 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page-banner-1 .sm-text {
    padding: 0 15%;
  }

}

@media only screen and (max-width: 576px) {
  /* blog-detail */

  .blog-detail h1 {
    font-size: 24px;
    line-height: 33px;
  }

  .blog-detail h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .blog-para h3 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 16px;
  }

  .blog-detail h4 {
    font-size: 22px;
    line-height: 32px;
  }

  .blog-detail .b-img {
    margin: 0px 0;
  }

  .blog-detail .b-img img {
    width: 10%;
  }

  .blog-detail .b-img p {
    font-size: 14px;
    line-height: 26px;
  }

  .blog-detail p {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-para p {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-detail img {
    width: 100%;
    margin-top: 20px;
  }

  .blog-detail .blog-carousel .col-md-4 {
    padding: 20px;
    margin: 30px;
  }

  .blog-detail .blog-carousel .slick-prev {
    left: 4px;
  }

  .blog-detail .blog-carousel .slick-next {
    right: 4px;
  }

  .our-process .process-box-outer .col {
    width: 100%;
    flex: 0 0 100%;
  }

  .our-process .process-box-outer .mid,
  .our-process .process-box-outer .mid2,
  .our-process .process-box-outer .mid3,
  .our-process .process-box-outer .mid4 {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {

  /* blog-detail */
  .blog-detail h2 {
    font-size: 26px;
    line-height: 38px;
  }

  

  .blog-detail h4 {
    font-size: 22px;
    line-height: 32px;
  }

  .blog-para h3 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px;
  }

  .blog-para h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .blog-para h5 {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-detail .b-img p {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-detail p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .blog-detail .col-md-4 {
    padding: 15px;
  }

  .blog-detail .col-md-4.col-div {
    margin: 0;
  }

  .blog-detail .b-img {
    margin: 10px 0;
  }

  .blog-para img {
    width: 100%;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* blog-detail */

  .blog-detail {
    padding: 0px 0px;
  }

  .blog-detail .col-md-4 {
    padding: 15px;
  }

  .blog-detail h2 {
    margin-bottom: 10px;
  }

  .blog-para img {
    width: 100%;
  }
}

/* Breadcrumb css */

.breadcrumb-container {
  margin-bottom: 24px;
}

.bread-crumb-work {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  /* identical to box height, or 140% */
  color: #767676;
  /* Inside auto layout */

  flex: none;
  order: 2;
  flex-grow: 0;
  /* margin: 0px 14px; */
  margin-top: 24px;
  margin-bottom: -12px;
}

.bread-crumb-work a {
  color: #dd8831;
  margin-right: 14px;
}

.bread-crumb-work .breadcrumb_last {
  margin: 0px 14px;
}

/* Application form on career page */


.atc-intro .text {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #173e62;
  text-transform: capitalize;
}

.atc-intro .text span {
  color: #231f20;
}

.job-para h2 {
  font-size: 24px;
  line-height: 33px;
  font-weight: normal;
  margin-top: 40px;
  text-transform: capitalize;
  color: #173e62;
}

.job-para p {
  font-size: 20px;
  line-height: 34px;
  color: #5f5f5f;
  font-weight: 400;
}

.job-para ul,
.job-para ol {
  margin: 0 25px;
}

.atc-apply {
  padding-top: 0;
  margin-bottom: 70px;
}

.atc-apply .banner-btn {
  background: #dc8932;
  border: 1px solid #fafafa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #0e0e0e;
  text-decoration: none;
  padding: 16px 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}

.atc-apply .a {
  align-items: center;
  margin: auto;
}

.atc-apply .atc-social {
  text-align: right;
}

.atc-apply .atc-social .a-social {
  font-size: 30px;
  line-height: 30px;
}

.atc-apply .atc-social .social {
  display: inline-block;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 20px;
}



.wpcf7 form.invalid .wpcf7-response-output {
  color: #fff;
}

.e-service .row:nth-child(1n) p {
  padding-left: 70px;
}

.e-service .row:nth-child(2n) p {
  padding-left: 90px;
}

.cookie-btn {
  position: fixed;
  left: 5px;
  bottom: 15px;
  z-index: 103;
  color: #000;
  border-radius: 0 11px 13px 0;
  padding: 8px 16px;
  display: block;
}

.cookie-btn img {
  width: 60px;
}

.career-box .nav-tabs {
  justify-content: center;
  border: none;
  padding-top: 30px;
}

.career-box .nav-tabs .nav-item {
  margin: 0 4px;
}

.career-box .nav-tabs .nav-link {
  font-size: 24px;
  line-height: 32px;
  text-transform: capitalize;
  color: #173e62;
  position: relative;
  border: 1px solid #dd8831;
  border-radius: 0;
  background-color: #fff;
}

.career-box .nav-tabs .nav-link.active {
  background: #dd8831;
  color: #fff;
}

form.wpcf7-form.submitting .ajax-loader {
  visibility: visible;
}

.tagline {
  color: #fff;
  font-size: 16px;
  width: 60%;
  text-align: center;
  margin-top: 20px;
  margin-left: -12px;
}

.footer-logo-certified {
  display: block;
  margin-top: 20px;
}





.header-email {
  align-items: center;
  padding-top: 12px;
  padding-right: 15px;
  display: flex;
  justify-content: end;
}

.header-email .social {
  color: #fff;
}

.navbar-brand img {
  width: 90%;
}

.header-email .social:hover {
  color: #dd8831;
}

.header-email .social svg {
  margin-right: 6px;
}

.header-email .social:hover svg path {
  fill: #dd8831;
}

.header-email .social .icon {
  margin-right: 12px;
}





/* thank you page css  */


.page-template-page-thankyou {
  font-family: 'Inter Tight', sans-serif;
  background-color: #739867;
  overflow-x: hidden;
}

.header-row {
  padding-bottom: 100px;
}

section.thank-you {
  padding: 12px 0 250px 0;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-color: transparent;
  overflow-y: hidden;
}

.thank-you a.read-btn {
  margin-bottom: 20px;
  display: block;
  text-align: left;
}

.thank-you:before,
.header-logo:before {
  content: "";
  background-color: #000;
  opacity: .72;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

.thank-you .row {
  position: relative;
}

.thank-you h2 {
  color: #fff;
  font-size: 100px;
  font-weight: 600;
  font-family: 'Inter Tight', sans-serif;
  margin: 0px 0px 20px;
}

.thank-you p {
  color: #fff;
  font-size: 19px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 40px;
}

.thank-you a.btn-class {
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 600;
  fill: #dd8831;
  color: #fff;
  background-color: #dd8831;
  text-decoration: none;
  border-radius: 5px;
  display: block;
  width: 14%;
  margin: 0px auto;
  transition: 0.5s all ease;
}






.accordionWrapper {
  padding-left: 50px;
  /* background: #fafafa; */
  float: left;
  width: 100%;
  box-sizing: border-box;
  
  /* margin: 10%; */
  /* box-shadow: 0 1.5em 85px 0 rgba(0, 0, 0, 0.2); */
}

.accordionItem {
  float: left;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Open-sans', Arial, sans-serif;
}

.accordionItemHeading {
  cursor: pointer;
  /* margin: 0px 0px 10px 0px; */
  padding: 10px;
  background: #fafafa;
  color: #173e62;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 0px;
  border-bottom: 1px solid black;
  background-color: #fff;
  color: #173e62;
  position: relative;
  font-size: 18px;
  transition: all 0.45s ease;
}



.close .accordionItemContent {
  height: 0px;
  transition: height 1s ease-out;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  float: left;
  display: block;
  margin-bottom: 12px;

}

.accordionItemContent p {
  padding-left: 16px;
}

/* .accordionItemContent {
  background-color: grey;
} */

.close {
  opacity: 1;
}

.open .accordionItemContent {
  /* padding: 20px; */
  /* background-color: #b3b3b3; */
  border-bottom: 1px solid #000;
  width: 100%;
  margin: 0px 0px 10px 0px;
  display: block;
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;

  -webkit-transition: -webkit-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  box-sizing: border-box;
}

.open .accordionItemHeading {
  margin: 0px;
  border-bottom: 1px solid black;
  background-color: #fff;
  color: #173e62;
  transition: all 0.45s ease;
}

.open .accordionItemHeading::before {
  content: "\f068";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  right: 4px;
  top: 50%;
  font-weight: 900;
  color: #000;
  font-size: 14px;
  transition: all 0.45s ease;
}

.close .accordionItemHeading::before {
  content: "\2b";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  right: 4px;
  top: 50%;
  font-weight: 900;
  color: #000;
  font-size: 18px;
  transition: all 0.45s ease;
}

.evationg,
.benefits,
.faq-section,
.industy-section,
.function {
  padding: 45px 0 !important;
}  
.career-panel a {
  text-decoration: none;
}

.industy-section.division .row:nth-child(n + 2) {
  margin-top: 0;
  margin-bottom: 50px;
}

.faq-section {
  margin-bottom: 90px;
}


.our-journey {
  padding-bottom: 100px !important;
}

.our-journey {
  margin-bottom: 00px;
}

/* .our-journey .heading {
  margin-bottom: 50px;
} */

.our-journey .journey-box {
  float: left;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.our-journey .journey-box::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  position: absolute;
  z-index: 1;
}

.our-journey .journey-box img {
  width: 101%;
  height: 55vh;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: luminosity;
}

.our-journey .journey-box .mid-head {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 45%;
  left: 0;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
  font-size: 18px;
  line-height: 28px;
}

.our-journey .journey-box .sm-text {
  text-align: center;
  position: absolute;
  top: 55%;
  left: 10%;
  width: 80%;
  height: 0%;
  overflow: hidden;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  z-index: -9;
}

.our-journey .journey-box:hover img {
  mix-blend-mode: normal;
}

/* .our-journey .journey-box:hover .mid-head {
  top: 25%;
} */

.our-journey .journey-box:hover .sm-text {
  opacity: 1;
  top: 35%;
  z-index: 2;
  height: auto;
  overflow: auto;
}

.our-journey .d-flex .journey-box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.our-journey .d-flex .journey-box:hover {
  -webkit-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
}

/* our-client */

.our-client .sm-text {
  /* padding-bottom: 50px; */
  font-size: 16px;
  line-height: 22px;
  padding-left: 70px;
}


.our-client .slick-prev {
  left: -40px;
}

.our-client .slick-next:before,
.our-client .slick-prev:before {
  color: #dc8932;
  font-size: 30px;
  opacity: 1;
}

.our-client ul {
  margin-left: 18px;
}

.our-client {
  padding: 40px 0 70px 0;
}

.our-client .partner-slide .partner-logo {
  padding: 0 10px;
}

.partner-logo img {
  border-radius: 0;
  width: 96%;
}


.copiright {
  text-align: center;
  display: block;
  width: 100%;
}

.copiright p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
}

.first-footer-row {
  padding-bottom: 50px;
}

.chariman {
  padding-top:25px;
  padding-bottom: 90px;
}

.chariman .row p {
  padding-left: 70px;
}

.paralaxx {
  
  min-height: 600px; 
  background-attachment: fixed;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-new {
  font-size: 40px;
  line-height: 50px;
  text-transform: capitalize;
  color: #173e62;
  position: relative;
  /* padding-left: 70px; */
  margin-bottom: 16px;
}

.safty-expertise ul {
  padding-left: 16px;
}

.safty-expertise ul li,
.safty-expertise p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #66717a;
  padding-bottom: 12px;
}
.image-width-text .left-content h3 {
  font-size: 28px;
  line-height: 36px;
  color: #173e62;
}
#space-bottom {
  padding-bottom: 80px;
}
section.image-width-text {
  padding-bottom: 0;
}