@charset "UTF-8";

@import url("partial/header.css");
@import url("partial/banner.css");
@import url("partial/footer.css");


/* ------------------------------------------------------------------
    About Section
 -------------------------------------------------------------------- */

.company-skill .container {
    position: relative;
}

@media (min-width: 1200px) {
  .company-skill__content {
    max-width: 635px;
  }
}
@media (max-width: 1199px) {
  .company-skill__content .title:not(h6) {
    font-size: 42px;
    line-height: 56px;
  }
}
@media (max-width: 991px) {
  .company-skill__content .title:not(h6) {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .company-skill__content .title:not(h6) {
    font-size: 32px;
    line-height: 46px;
  }
}
@media (max-width: 575px) {
  .company-skill__content .title:not(h6) {
    font-size: 28px;
    line-height: 42px;
  }
}
.company-skill__content .title:not(h6) span {
  font-weight: 300;
  display: block;
}
.company-skill__media-wrapper {
  position: relative;
}
  
.company-skill__content .description {
  border-bottom: 1px dashed #E2E9FF;
  padding: 30px 0px;
}

.author_element .author .author_img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}
.author_element .author .author_name {
  margin: 30px 0px;
}
.author_element .author .author_name h5 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
.author_element .author .author_name p {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  color: #000;
}

/* ------------------------------------------------------------------
    Client Section
 -------------------------------------------------------------------- */

 .client-brand {
    padding: 56px 0;
    border-bottom: 1px solid #E6E7F3;
}

.client-brand__item {
  padding: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.client-brand__item-media img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.client-brand__item:-moz-any-link:hover .client-brand__item-media img, .client-brand__item:-moz-any-link:focus .client-brand__item-media img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.client-brand__item:any-link:hover .client-brand__item-media img, .client-brand__item:any-link:focus .client-brand__item-media img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

  /* ------------------------------------------------------------------
    Slick
 -------------------------------------------------------------------- */

.slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.slick-list .slick-track {
  height: 100%;
  display: table !important;
}
.slick-list .slick-track .slick-slide {
  height: initial;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
  float: none !important;
  display: table-cell !important;
}
  

  /* ------------------------------------------------------------------
    About Section
 -------------------------------------------------------------------- */

.about-area .description {
  border-bottom: 1px dashed #E2E9FF;
  padding: 30px 0px;
}

.about-area .description p {
  font-size: 21px;
  line-height: 1.583em;
}

.about-area .title:not(h6) span {
  display: block;
}

.about-area .card-style-three {
  border-left: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
  padding-left: 100px;
}

.about-area .card-style-three:last-child {
  border-bottom: none;
}

.about-area .media-list-item {
  height: 600px;
  width: 590px;
  background-size: cover !important;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.about-area .media-list-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3.1%, #000000 100%);
  mix-blend-mode: overlay;
}

.about-area .media-list-item li {
  display: inline-block;
  font-weight: 500;
  color: #000;
  padding: 6px 50px 6px 50px;
  border-radius: 45px;
  background: #fff;
  margin: 7px 0;
  position: relative;
}

.about-area .media-list-item li:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #9ef1dd;
  left: 10px;
  top: 7px;
  transition: all .2s ease-in-out 0s;
}

.about-area .media-list-item li:after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  top: 8px;
  left: 16px;
  color: var(--base-color);
  transition: all .2s ease-in-out 0s;
}

.about-area .media-list-item li:hover:before {
  background: var(--base-color);
}

.about-area .media-list-item li:hover:after {
  color: #fff;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .about-area .media-list-item {width: 550px; height: 520px;}
}

@media (max-width: 1199px) {
  .about-area .media-list-item {width: 100%; height: 400px;}
  .about-area .media-list-item li,.text-feature-five li {font-size: 18px; padding-right: 15px; border-radius: 15px;}
  .about-area .media-list-item li:after,.text-feature-five li:after {top:8px;}
}

@media (max-width: 1199px) {
  .about-area .media-list-item {
    margin-top: 60px;
  }
}

  /* ------------------------------------------------------------------
    Counter-Area Section
 -------------------------------------------------------------------- */

.counter-area .mb-minus-30 {
  margin-bottom: -30px;
}

.counter-area__item {
  margin-bottom: 0;
  background: #E2F9FF;
  height: calc(100% - 0px);
}

.counter-area__item .icon {
  font-size: 60px;
  min-height: 100%;
  line-height: 120px;
  background: rgba(var(--rgb-base-color), 0.1);
}

@media (max-width: 1299px) {
  .counter-area__item .icon {
    font-size: 50px;
  }
}

.counter-area__item .icon i {
  padding: 30px 28px;
}

@media (max-width: 1299px) {
  .counter-area__item .icon i {
    padding: 20px;
  }
}

.counter-area__item .text {
  width: 100%;
  padding: 17px 0 14px;
}

.counter-area__item .text .number {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(var(--rgb-base-color), 0.1);
}

@media (max-width: 1299px) {
  .counter-area__item .text .number {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
}

  /* ------------------------------------------------------------------
    Mission-Vision Section
 -------------------------------------------------------------------- */

.commitments .wrapper {
  border-top: 1px dashed #cacaca;
  border-bottom: 1px dashed #cacaca
}

.commitments .border-line {
  border-left: 1px dashed #cacaca;
  border-right: 1px dashed #cacaca
}

.commitments .numb {
  display: inline-block;
  font-size: 90px;
  letter-spacing: -1px;
  color: #19352d;
  position: relative;
}

@media (max-width: 767px) {
  .commitments .border-line {
    border: 1px dashed #cacaca;
    border-left: none;
    border-right: none;
  }
}


  /* ------------------------------------------------------------------
    Services Section
 -------------------------------------------------------------------- */

img.shape-one {
  position: absolute;
  top: 0;
  right: 0;
}

img.shape-two {
  position: absolute;
  bottom: 0;
  left: 0;
}

.services__item-three {
  background: var(--white-color);
  padding: 40px 40px;
  border-radius: 15px;
}
@media (max-width: 1199.98px) {
  .services__item-three {
    padding: 35px 30px;
  }
}
.services__item-three:hover .services__icon-three img {
  transform: rotateY(180deg);
}

.services__item-top {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 22px;
}
.services__item-top .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .services__item-top .title {
    font-size: 20px;
  }
}
.services__item-wrap-two .row [class*=col-]:nth-child(odd) .services__item-five {
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .services__item-wrap-two .row [class*=col-]:nth-child(odd) .services__item-five {
    margin-top: 0;
  }
}

.services__icon-three {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ECF6FA;
  border: 1px solid #B8B9DA;
  flex: 0 0 auto;
  line-height: 0;
  font-size: 42px;
  position: relative;
}
.services__icon-three img {
  transition: all 0.4s ease-out 0s;
  transform: rotateY(0deg);
  width: 40px;
}
.services__icon-three::before {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 40px;
  background: #DCE7EC;
  border-radius: 3px;
}

@media (max-width: 991.98px) {
  .services__area-three .laearnmore2 span.d-block {
    padding: 0 30px;
  }
  .services__area-three .laearnmore2 .w-20ch {
    width: 25ch;
    max-width: 25ch;
  }
}



  /* ------------------------------------------------------------------
    News-Area Section
 -------------------------------------------------------------------- */

.news-area {
  position: relative;
}

.news-block {
  border-radius: 0px 0px 4px 4px;
  background: #FFF;
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
}

.news-padding {
  padding: 32px 20px;
}

.news-padding .news-text svg {
  fill: #0F0A07;
  margin-right: 10px;
}

.news-block:hover .news-padding.blog-pdding2::after {
  height: 100%;
  transition: all .4s ease-in-out;
  top: 0;
  bottom: auto;
}
@media only screen and (max-width:767px) {
  [class*="col-"] .news-block {
    margin-bottom: 30px;
  }

  [class*="col-"]:last-child .news-block {
    margin-bottom: 30px;
  }
}

.news-block:hover .news-padding .news-text svg {
  fill: #ffffff;
}
.news-block:hover a,
.news-block:hover P {
  color: #ffffff;
  transition: all .4s ease-in-out;
}

.news-text {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.news-block:hover .news-text img{
  filter: brightness(0) invert(1);
  transition: all .4s ease-in-out;
}
.blog-7-section-area {
  background: #FFF4EE;
  position: relative;
}

img.elementors13 {
  position: absolute;
  top: 0;
  right: 0;
}
.news-block {
  position: relative;
  z-index: 1;
}

.news-block::after {
  position: absolute;
  content: "";
  border-radius: 0px 0px 2px 2px;
  background: var(--base-color);
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  transition: all .5s ease-in-out;
  z-index: -1;
}

.news-block:hover::after {
  height: 100%;
  top: 0;
  bottom: auto;
  transition: all .5s ease-in-out;
}

a.laearnmore2 span i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.news-area-details .details-meta {
  background: #fff;
}

.news-area-details .details-meta .post-data {
  padding-top: 30px;
}

.news-area-details .details-meta .post-data .blog-title h4 {
  font-size: 32px;
  font-family: var(--font-lora);
  line-height: 1.281em;
}

.news-area-details .details-meta .post-data .round-btn {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352d;
  background: #fff;
  color: #19352d;
}

.news-area-details .details-meta .post-data .round-btn:hover {
  background: #cfff45;
  border-color: #cfff45;
}

.news-area-details .details-meta .post-data .post-info {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, .6);
}

.news-area-details .details-meta .post-img {
  height: 350px;
  padding: 0 0 20px 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-area-details .details-meta .post-img .date {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352d;
}

.news-area-details .details-meta.style-two {
  background: #f4f4f4;
  border-radius: 30px;
  overflow: hidden;
}

.news-area-details .details-meta.style-two .post-img {
  height: 460px;
}

.news-area-details .details-meta.style-two .post-data {
  padding: 26px 35px;
}

.news-area-details .details-meta.style-two .post-data .post-info {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}

.news-area-details .details-meta.style-two .post-data .round-btn {
  border: none;
}

.news-area-details .post-details-meta {
  border-top: 1px dashed #bebebe;
  border-bottom: 1px dashed #bebebe;
  margin-top: 30px;
  padding: 36px 0 18px
}

.news-area-details .post-details-meta p {
  font-size: 20px;
  font-weight: 300;
  font-family: var(--font-ks);
  line-height: 1.8em;
  margin-bottom: 30px;
}

.news-area-details .post-details-meta h3 {
  font-family: var(--font-lora);
  font-size: 32px;
  margin-bottom: 20px
}

.news-area-details .bottom-widget .share-icon li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0,0,0,.4);
}

.news-area-details .bottom-widget .share-icon a {
  color: #19352d;
  font-size: 18px;
  margin-left: 17px;
}

/* Recent-articles */
.blog-sidebar .single-widgets {
  border: 1px solid #eee;
  padding: 35px 30px;
}

.blog-sidebar .single-widgets .recent-news {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px;
  margin-bottom: 35px;
}

.blog-sidebar .single-widgets .recent-news:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.blog-sidebar .single-widgets .widget-title {
  line-height: 1;
  margin-bottom: 25px;
}

.blog-sidebar .single-widgets .widget-title h4 {
  color: var(--title-color);
  font-family: var(--font-lora);
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 0;
}

.blog-sidebar .single-widgets .recent-news {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.blog-sidebar .single-widgets .recent-news .post-img img {
  max-width: 86px;
  min-width: 86px;
  height: 86px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-sidebar .single-widgets .recent-news .post-data .date {
  color: #566064;
  font-family: var(--font-ks);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1;
  transition: .35s;
}

.blog-sidebar .single-widgets .recent-news .post-data h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.blog-sidebar .single-widgets .recent-news .post-data h3 .blog-title {
  color: var(--title-color);
  font-family: var(--font-ks);
  transition: .35s;
}

.post-data a {
  color: inherit;
  display: inline;
  padding-bottom: 0;
  -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
}

.post-data a:hover {
  background-size: 100% 1px;
}


/* ------------------------------------------------------------------
    Welcome Section
 -------------------------------------------------------------------- */

.welcome-area{
  background: #1D2940;
}
.welcome-area {
  padding: 140px 0 100px;
  margin-top: 60px;
}
.welcome-section p span {
  margin: 0 8px;
}

.welcome-section p a:hover {
  color: #fff;
}


/*------------------------------------------
  Features Style2 Area
--------------------------------------------*/
.features-style2-area {
  position: relative;
  display: block;
  background-color: #f7f1eb;
  padding: 100px 0 100px;
}


.features-style2-content {
  position: relative;
  display: block;
}

.features-style2-content ul li {
  border-left: 1px solid #e2deda;
}

.single-features-box-style2 {
  position: static;
  display: block;
  width: 100%;
  text-align: center;
  float: left;
  cursor: pointer;
}

.single-features-box-style2 .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border: 1px solid #e2deda;
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.features-style2-tab__button .tabs-button-box .tab-btn-item:hover .single-features-box-style2 .icon,
.features-style2-tab__button .tabs-button-box .tab-btn-item.active-btn-item .single-features-box-style2 .icon {
  border-color: var(--base-color);
  background-color: #ffffff;
}

.single-features-box-style2 .icon span {
  position: relative;
  display: inline-block;
  color: var(--black-color);
  font-size: 35px;
  line-height: 35px;
}

.single-features-box-style2:hover .icon span {}


.features-style2-tab__button .tabs-button-box .tab-btn-item:hover .single-features-box-style2 .icon span,
.features-style2-tab__button .tabs-button-box .tab-btn-item.active-btn-item .single-features-box-style2 .icon span {
  background: -webkit-linear-gradient(#16ac87, #f9ea66);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.single-features-box-style2 .title {
  position: relative;
  display: block;
  padding-top: 23px;
}

.single-features-box-style2 .title h3 {
  font-size: 18px;
  line-height: 28px;
}

.single-features-box-style2 .title h3 a {
  color: var(--black-color);
}

.single-features-box-style2 .arrow-button {
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  opacity: 0;
  transform: perspective(400px) translateY(-10px) scale(1.0);
  transform-style: preserve-3d;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform-origin: right center;
}

.single-features-box-style2 .arrow-button a {
  position: relative;
  display: inline-block;
  color: var(--base-color);
  font-size: 20px;
}

.single-features-box-style2:hover .arrow-button {}


.features-style2-tab__button .tabs-button-box .tab-btn-item:hover .single-features-box-style2 .arrow-button,
.features-style2-tab__button .tabs-button-box .tab-btn-item.active-btn-item .single-features-box-style2 .arrow-button {
  opacity: 1;
  transform: perspective(400px) translateY(0px) scale(1);
  transform-origin: left center;
}

.features-style2-carousel {}

.features-style2-carousel.owl-nav-style-one.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: -80px;
  right: -80px;
  display: flex;
  justify-content: space-between;
  height: 0;
  margin-top: -25px;
}

.features-style2-carousel.owl-nav-style-one.owl-theme .owl-nav .disabled {
  opacity: 0;
}


.features-style2-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid #e2deda;
  border-radius: 50%;
  margin: 0 10px 0 0px;
  padding: 0;
  z-index: 1;
  transition: all 700ms ease 0s;
}

.features-style2-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background-color: var(--base-color);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(0deg) scale(0);
  -ms-transform: perspective(400px) rotateX(0deg) scale(0);
  transform: perspective(400px) rotateX(0deg) scale(0);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover::before {
  opacity: 1.0;
  -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
  -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
  transform: perspective(400px) rotateX(0deg) scale(1.0);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .2s;
  transition-property: all;
}


.features-style2-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
  border-right: 1px solid #e2deda;
}

.features-style2-carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.features-style2-carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.features-style2-tab__button {
  position: relative;
  display: block;
  padding-bottom: 70px;
}

.features-style2-tab .tabs-content-box {
  position: relative;
  display: block;
}

.features-style2-tab .tab-content-box-item {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.features-style2-tab .tab-content-box-item.tab-content-box-item-active {
  position: relative;
  visibility: visible;
  z-index: 5;
}

.features-style2-tab .tab-content-box-item .features-style2-tab-content-box-item {
  transition: all 0.7s ease;
  opacity: 0;
  transform: scaleY(0.9);
  transform-origin: top bottom;
}

.features-style2-tab .tab-content-box-item.tab-content-box-item-active .features-style2-tab-content-box-item {
  opacity: 1.0;
  transform: scaleY(1);
  transform-origin: bottom top;
}

.features-style2-text-box {
  position: relative;
  display: block;
  background: #ffffff;
}

.features-style2-text-box>ul {
  position: relative;
  display: block;
}

.features-style2-text-box>ul>li {
  position: relative;
  display: block;
  padding-left: 30px;
  border-bottom: 1px solid #f2ece7;
  border-left: none;
}

.features-style2-text-box>ul>li>a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--black-color);
  font-size: 18px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.features-style2-text-box>ul>li>a span {
  position: relative;
  display: block;
  border-left: 1px solid #f2ece7;
  width: 70px;
  line-height: 70px;
  text-align: center;
  color: #a5a2a0;
  font-size: 16px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.features-style2-text-box>ul>li>a:hover {
  color: var(--base-color);
}

.features-style2-text-box>ul>li>a span:hover {
  color: var(--base-color);
}

.features-style2-banner-box {
  position: relative;
  display: flex;
  background-color: #1a1c23;
  width: 100%;
  height: 100%;
  padding: 40px 0 40px;
}

.features-style2-banner-box .text-box {
  position: relative;
  display: block;
  width: 50%;
  text-align: center;
}

.features-style2-banner-box .text-box span {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
}

.features-style2-banner-box .text-box h4 {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin: 12px 0 0;
}

.features-style2-banner-box .text-box h3 {
  color: #ffffff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin: 7px 0 24px;
}

.features-style2-banner-box .text-box h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
}

.features-style2-banner-box .text-box h2 a {
  color: var(--base-color);
}

.features-style2-banner-box .img-box {
  position: relative;
  display: block;
  width: 50%;
  z-index: 1;
}

.features-style2-banner-box .img-box:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  bottom: -40px;
  right: 0;
  background-image: -moz-linear-gradient(0deg, rgb(20, 177, 133) 0%, rgb(235, 243, 238) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(20, 177, 133) 0%, rgb(235, 243, 238) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(20, 177, 133) 0%, rgb(235, 243, 238) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20% 50%);
  z-index: -2;
}

.features-style2-banner-box .img-box .img-box-bg {
  position: absolute;
  top: -40px;
  left: 0;
  bottom: -40px;
  right: -1px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  background-color: #2e2d2c;
  background-blend-mode: luminosity;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 0 50%);
  z-index: 1;
}


/*------------------------------------------
  Inner-Banner
--------------------------------------------*/

.inner-banner {
  z-index: 1;
}

.inner-banner .pager {
  border-bottom: 1px solid #0a4020;
  padding-bottom: 2px;
}

.inner-banner .pager li {
  color: #000;
}

.inner-banner .pager li:nth-child(even) {
  padding: 0 5px;
}

.inner-banner .pager li a {
  color: rgba(0, 0, 0, .5);
  transition: all .2s ease-in-out 0s;
  line-height: 1;
}

.inner-banner .pager li a:hover {
  color: #000;
}

.inner-banner .hero-heading {
  font-weight: 700;
  font-size: 80px;
  line-height: 1.023em;
  margin: 22px 0 40px;
}

.inner-banner .tag {
  display: inline-block;
  line-height: 25px;
  border: 1px solid #19352d;
  border-radius: 30px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #19352d;
  text-transform: uppercase;
}

.shapes {
  position: absolute;
  z-index: -1;
}

.inner-banner .shape_01 {
  left: 24%;
  top: 33%;
  width: 2.2%;
  animation: rotated 50s infinite linear;
}

.inner-banner .shape_02 {
  right: 21%;
  bottom: 30%;
  width: 1.65%;
  animation: rotated 50s infinite linear;
}

/*------------------------------------------
  Detail-nav-area
--------------------------------------------*/

.single-nav-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
  background-color: #0d1720;
}

.single-content-navbar-wrap {
  background: #0d1720;
}

@media(max-width:767px) {
  .single-content-navbar-wrap {
      padding-bottom: 20px;
  }
}

.single-content-navbar-wrap .single-content-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-content-navbar-wrap .single-content-nav .icon-left:before,
.single-content-navbar-wrap .single-content-nav .icon-right:before {
  content: none;
}

/* .single-content-navbar-wrap .single-content-nav .icon {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 150px;
} */

.single-content-navbar-wrap .single-content-nav .icon.icon-left {
  display: none;
  left: 0;
  padding-left: 1rem;
  background: linear-gradient(to right, var(--light) 55%, transparent);
}

.single-content-navbar-wrap .single-content-nav .icon.icon-right {
  right: 0;
  padding-right: 1rem;
  justify-content: flex-end;
  background: linear-gradient(to left, var(--light) 55%, transparent);
}

.single-content-navbar-wrap .single-content-nav .icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 1.3rem;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background-color 0.2s ease;
}

.single-content-navbar-wrap .single-content-nav .icon i:hover {
  background-color: #dfdfdf;
}


@media(max-width:767px) {
  .single-content-navbar-wrap .single-content-nav {
      flex-wrap: wrap;
      gap: 20px;
  }
}

.single-content-navbar-wrap .single-content-nav .nav-pills {
  display: flex;
  flex-wrap: initial;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* .single-content-navbar-wrap .single-content-nav .nav-pills.drag {
  scroll-behavior: auto;
  cursor: grab;
} */

@media(max-width:576px) {
  .single-content-navbar-wrap .single-content-nav .nav-pills {
      justify-content: center;
  }
}

.single-content-navbar-wrap .single-content-nav .nav-pills .nav-item {
  font-size: 1rem;
  font-weight: 500;
  border-radius: 10px;
  color: var(--dark);
  white-space: nowrap;
  cursor: pointer;
}

/* .single-content-navbar-wrap .single-content-nav .nav-pills.drag .nav-item {
  pointer-events: none;
  user-select: none;
} */

.single-content-navbar-wrap .single-content-nav .nav-pills .nav-item .nav-link {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border-radius: unset;
  padding: 26px 40px;
  border-left: 1px solid rgba(255, 255, 255, .1);
}

.single-content-navbar-wrap .single-content-nav .nav-pills .nav-item .nav-link.active {
  background-color: var(--base-color);
}

@media(max-width:991px) {
  .single-content-navbar-wrap .single-content-nav .nav-pills .nav-item .nav-link {
      padding: 20px 35px;
      font-size: 18px;
  }
}

@media(max-width:576px) {
  .single-content-navbar-wrap .single-content-nav .nav-pills .nav-item .nav-link {
      border-left: none;
  }
}

.single-content-navbar-wrap .single-content-nav .nav-pills .nav-item:first-child .nav-link {
  border-left: none;
}

@media(max-width:576px) {
  .single-content-navbar-wrap .single-content-nav .people-btn-area {
      display: flex;
      justify-content: center;
      width: 100%;
  }
}

.single-content-navbar-wrap .single-content-nav .people-btn-area a {
  color: var(--white-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin-left: 30px;
  gap: 8px;
  transition: .5s;
}

.single-content-navbar-wrap .single-content-nav .people-btn-area a svg {
  fill: var(--white-color);
  transition: .5s
}

.single-content-navbar-wrap .single-content-nav .people-btn-area a:hover {
  color: #cacaca;
}

.single-content-navbar-wrap .single-content-nav .people-btn-area a:hover svg {
  fill: #cacaca;
  transform: rotate(45deg);
}


/*------------------------------------------
  About page
--------------------------------------------*/

.about-textarea {
  padding: 0 0 0 70px;
}

.media-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

/*------------------------------------------
  Mission-Vision
--------------------------------------------*/

.productItem {
  padding: 80px 0;
}

.productItem:last-child {
  padding-bottom: 0;
}

.productItem .column-inner h4 {
  font-family: var(--font-lora);
  font-weight: 600;
  color: var(--title-color);
  font-size: 28px;
}

.productItem .column-inner p,
.productItem .column-inner ul li {
  font-family: var(--font-ks);
  color: #04213F;
  font-size: 18px;
}

.productItem .column-inner ul li {
  list-style-type: circle;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
}

.productItem .column-inner ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.productItem .column-inner ul li b {
  color: var(--title-color);
  margin-right: 5px;
}

/*------------------------------------------
  CTA
--------------------------------------------*/

.product_cta .card,
.product_cta .card .card-footer {
  background-color: transparent;
  border: none;
}

.product_cta .card .primary-btn1.bg-secondary {
  border: 1px solid #0d1720;
}

.product_cta .card .primary-btn1.bg-primary {
  border: 1px solid var(--base-color);
}

.product_cta .card .primary-btn1 svg {
  fill: #ffffff;
}

.product_cta .card .primary-btn1:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent !important;
}

/*------------------------------------------
  Clients And Partners
--------------------------------------------*/

.clients-boxarea-item {
  background: #fff;
  min-width: 275px;
  min-height: 175px;
  display: flex;
  line-height: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all .4s ease-in-out;
}

.clients-boxarea-item {
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.09);
}

.clients-boxarea-item:hover {
  border-radius: 2px;
  background: var(--base-color, #1D2940);
  transition: all .4s ease-in-out;
}

.clients-icons {
  background: #FFFFFF;
  border: 1px solid #e2deda;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
  transition: all .4s ease-in-out;
}

.clients-boxarea-item:hover .clients-icons img {
  filter: brightness(0);
  transition: all .4s ease-in-out;
}

.clients-boxarea-item:hover .clients-boxarea p {
  color: #FFFFFF;
}

/*------------------------------------------
  Our People
--------------------------------------------*/

.people-card-section .people-card-top-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media(max-width:991px) {
  .people-card-section .people-card-top-area {
      flex-wrap: wrap;
      gap: 20px;
  }
}

.people-card-section .people-card-top-area .total-team-members-area {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media(max-width:1199px) {
  .people-card-section .people-card-top-area .total-team-members-area {
      gap: 20px;
  }
}

.people-card-section .people-card-top-area .total-team-members-area .icon svg {
  fill: var(--bg-secondary-color);
}

.people-card-section .people-card-top-area .total-team-members-area .content {
  max-width: 470px;
  width: 100%;
}

@media(max-width:1199px) {
  .people-card-section .people-card-top-area .total-team-members-area .content {
      max-width: 400px;
  }
}

.people-card-section .people-card-top-area .total-team-members-area .content h4 {
  color: #0d1720;
  font-family: var(--font-lora);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}

.people-card-section .people-card-top-area .total-team-members-area .content p {
  color: var(--paragraph-color);
  font-family: var(--font-ks);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
}

.people-card-section .people-left-content {
  position: relative;
}

.people-card-section .card {
  border-color: transparent;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.people-card-section .card:hover {
  border: 1px solid rgba(0, 0, 0, 0.175);
}

.people-card-section .card .people-flip-box-layer {
  width: 100%;
  height: 100%;
  transition: all .6s ease-in-out;
}

.people-card-section .card .people-flip-box-layer.people-flip-box-front {
  position: relative;
}

.people-card-section .card .people-flip-box-layer.people-flip-box-front .people-img img {
  min-height: 249px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.people-card-section .card .people-flip-box-layer.people-flip-box-front .content {
  background-color: #f4fdfa;
  padding: 20px;
}

.people-card-section .card .people-flip-box-layer.people-flip-box-front .content h5 {
  margin-bottom: 0;
  line-height: 1;
}

.people-card-section .card .people-flip-box-layer.people-flip-box-front .content h5{
  color: var(--title-color);
  font-family: var(--font-lora);
  font-size: 20px;
  transition: .35s;
}

.people-card-section .card .people-flip-box-layer.people-flip-box-front .content span {
  color: var(--paragraph-color);
  font-family: var(--font-ks);
  font-size: 14px;
  font-weight: 500;
}

.people-card-section .card .people-flip-box-layer.people-flip-box-back {
  background-color: var(--bg-inner);
  padding: 25px 0 25px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  transform: translateX(100%) translateY(0);
  position: absolute;
  top: 0;
}

.people-card-section .card .people-flip-box-layer.people-flip-box-back .social-and-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 15px;
  padding-right: 20px;
}

.people-card-section .card .people-flip-box-layer.people-flip-box-back .social-and-btn::after {
  content: "";
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}

.people-card-section .card .people-flip-box-layer.people-flip-box-back .social-and-btn .explore-btn a {
  height: 28px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background-color: var(--base-color);
}

.people-card-section .card .people-flip-box-layer.people-flip-box-back .social-and-btn .explore-btn a svg {
  fill: var(--white-color);
}

.explore-btn svg {
  fill: var(--title-color);
  transition: .35s;
}

.explore-btn:hover svg {
  transform: rotate(45deg);
  fill: var(--base-color);
}

.people-card-section .card .people-flip-box-layer.people-flip-box-back .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-right: 20px;
}

.people-card-section .card .people-flip-box-layer.people-flip-box-back .social-icon li a {
  height: 28px;
  width: 28px;
  background-color: var(--white-color);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .35s;
}

.people-card-section .card .people-flip-box-layer.people-flip-box-back .social-icon li a i {
  transition: .35s;
  color: var(--primary-color);
  font-size: 14px;
}

.people-card-section .card .people-flip-box-layer.people-flip-box-back .social-icon li a:hover {
  background-color: var(--base-color);
}

.people-card-section .card .people-flip-box-layer.people-flip-box-back .social-icon li a:hover i {
  color: var(--white-color);
}

.people-card-section .card .people-flip-box-layer.people-flip-box-back p {
  margin-bottom: 0;
  padding-right: 20px;
  color: #566064;
  font-family: var(--font-ks);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.people-card-section .card .people-flip-box-layer.people-flip-box-back .phone-area {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.people-card-section .card .people-flip-box-layer.people-flip-box-back .phone-area .icon {
  min-width: 35px;
  height: 35px;
  background-color: var(--base-color);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.people-card-section .card .people-flip-box-layer.people-flip-box-back .phone-area .icon svg {
  fill: var(--white-color);
}

.people-card-section .card .people-flip-box-layer.people-flip-box-back .phone-area .content {
  width: 100%;
  line-height: 1;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 4px 0 0 4px;
  width: 100%;
  display: block;
}

.people-card-section .card .people-flip-box-layer.people-flip-box-back .phone-area .content a {
  color: var(--title-color);
  font-family: var(--font-ks);
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 1.2;
  transition: .35s;
  border-right: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 190px;
  padding: 8px 10px;
  padding-right: 0;
}

@media(min-width:1400px) and (max-width:1599px) {
  .people-card-section .card .people-flip-box-layer.people-flip-box-back .phone-area .content a {
      width: 175px;
  }
}

.people-card-section .card .people-flip-box-layer.people-flip-box-back .phone-area .content a:hover {
  color: var(--primary-color);
}

.people-card-section .card:hover .people-flip-box-front {
  transform: translateX(-100%) translateY(0);
}

.people-card-section .card:hover .people-flip-box-back {
  transform: translateX(0) translateY(0);
}

.details-page-content h2 {
  color: var(--title-color);
  font-family: var(--font-lora);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 25px;
}

.details-page-content p {
  font-family: var(--font-ks);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 12px;
}

.details-page-content .contect-area {
  padding-top: 15px;
}

.details-page-content .contect-area .social-area h6 {
  color: var(--title-color);
  font-family: var(--font-lora);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.details-page-content .contect-area .social-area {
  display: flex;
  align-items: center;
  gap: 25px;
}

.details-page-content .contect-area .social-area .social-link {
  display: flex;
  align-items: center;
  gap: 15px;
}

.details-page-content .contect-area .social-area .social-link li a {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  color: var(--primary-color);
  font-size: 14px;
  transition: .4s;
}

.details-page-content .contect-area .social-area .social-link li a:hover {
  background-color: var(--base-color);
  border-color: var(--base-color);
  color: var(--white-color);
}

.details-page-content .contect-area .contact-number {
  display: flex;
  align-items: center;
  gap: 15px;
  transition: .4s;
}

@media (min-width: 1200px) {
  .details-page-content .contect-area .contact-number {
    padding-right: 50px;
  }
}

.details-page-content .contect-area .contact-number .icon {
  min-width: 50px;
  max-width: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EDFDF6;
  transition: .4s;
}

.details-page-content .contect-area .contact-number:hover .icon {
  background-color: var(--base-color);
}

.details-page-content .contect-area .contact-number .icon svg {
  fill: var(--base-color);
  transition: .4s;
}

.details-page-content .contect-area .contact-number:hover .icon svg {
  fill: var(--white-color);
}

.details-page-content .contect-area .contact-number .content {
  line-height: 1;
  width: 100%;
  transition: .4s;
}

.details-page-content .contect-area .contact-number .content a {
  color: var(--title-color);
  font-family: var(--font-ks);
  font-size: 15px;
  font-weight: 500;
  height: 45px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border: 1px solid #eee;
  width: 100%;
  transition: .4s;
}

.details-page-content .contect-area .contact-number:hover .content a {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

/*------------------------------------------
  Careers
--------------------------------------------*/

.careers table thead th {
  padding: 12px 25px;
  font-weight: normal;
  text-align: left;
}

.careers table tbody tr {
  background: #f3f6f9;
}

.table>:not(caption)>*>* {
  background: transparent;
}

.careers table tbody tr:nth-child(2n) {
  background: #ffffff;
}

.careers table tbody tr td, .careers table tbody tr th {
  padding: 18px 40px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

.careers .single-job-card .job-discription ul li {
  color: var(--title-color);
  font-family: var(--font-ks);
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.careers .single-job-card .job-discription ul li::before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 1px solid rgba(46,68,141,.5);
  position: absolute;
  left: 0;
  top: 6px;
}

.careers .single-job-card .job-discription ul li span {
  color: var(--paragraph-color);
  padding-right: 5px;
  font-weight: 500;
}

/** career-detail **/

.career-details{
  position: relative;
}

.career-details-content{
  position: relative;
  display: block;
}

.career-details-content h2{
  font-family: var(--font-lora);
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  margin-bottom: 6px;
}

.career-details-content .content-one span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--base-color);
  font-family: var(--font-ks);
  margin-bottom: 20px;
}

.career-details-content p{
  margin-bottom: 30px;
}

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

.career-details-content h3{
  font-family: var(--font-lora);
  font-weight: 700;
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}

.list-style-one li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #222;
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 19px;
}
.list-style-one li:before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  left: 0px;
  top: 0px;
  font-weight: 400;
  color: var(--base-color);
}
.career-details-content .content-three .list-style-one li:before {
  display: none;
}
.career-details-content .content-three .list-style-one li:after {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 1px solid rgba(46,68,141,.5);
  position: absolute;
  left: 0;
  top: 10px;
}

.career-details-content .content-four{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.career-details-content .content-four .social-links{
  position: relative;
  display: flex;
  align-items: center;
}

.career-details-content .content-four .social-links li{
  margin-right: 10px;
}

.career-details-content .content-four .social-links li:last-child{
  margin: 0px !important;
}

.career-details-content .content-four .social-links li a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: rgba(59, 89, 152, 1);
}

.career-details-content .content-four .social-links li:nth-child(2) a{
  background: rgba(85, 172, 238, 1);
}

.career-details-content .content-four .social-links li:nth-child(3) a{
  background: rgba(220, 78, 65, 1);
}

.career-details-content .content-four .social-links li:last-child a{
  background: rgba(63, 114, 155, 1);
}

.career-sidebar{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.07);
}

.career-sidebar h4{
  position: relative;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  background: var(--base-color);
  padding: 15px 15px;
}

.career-sidebar .info-list{
  position: relative;
  padding: 0px 30px 30px 30px;
}

.career-sidebar .info-list li{
  position: relative;
  display: block;
  padding: 15px 0px 15px 0;
  border-bottom: 1px solid rgba(222, 222, 222, 1);
}

.career-sidebar .info-list li:last-child{
  border-bottom: none;
}

.career-sidebar .info-list li i{
  position: absolute;
  left: 0px;
  top: 20px;
  font-size: 30px;
  color: var(--base-color);
}

.career-sidebar .info-list li h6{
  display: block;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 5px;
}



/** RTL **/


.rtl .career-sidebar{
  margin-left: 0px;
  margin-right: 40px;
}

.rtl .career-sidebar .info-list li{
  padding-left: 0px;
  padding-right: 43px;
}

.rtl .career-sidebar .info-list li i{
  left: inherit;
  right: 0px;
}

.rtl .career-details-content .content-three .list-style-one li:after{
  left: inherit;
  right: 0px;
}

.rtl .career-details-content .content-four .social-links li{
  margin-right: 0px;
  margin-left: 10px;
}


@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .career-sidebar{
    margin: 30px 0px 0px 0px !important;
  }
}

@media only screen and (max-width: 767px){
  .career-details{
    padding: 70px 0px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .career-details-content .content-four{
    display: block;
  }
  
  .career-details-content .content-four .btn-box{
    margin-bottom: 20px;
  }
}

/** career-apply-form **/

.contact-form-area {
  background-image: linear-gradient(0deg, #EDFDF6 0%, #f2f7f7 100%);
  padding: 70px 80px;
  border-radius: 10px;
}

@media(max-width:1699px) {
  .contact-form-area {
      padding: 60px 70px;
  }
}

@media(max-width:1399px) {
  .contact-form-area {
      padding: 60px 50px;
  }
}

@media(max-width:576px) {
  .contact-form-area {
      padding: 60px 20px;
  }
}

.contact-form-area .upload-file-area h6 {
  color: var(--title-color);
  font-family: var(--font-montserrat);
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 8px;
}

.contact-form-area .upload-file-area .custom-upload-field {
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: var(--white-color);
  height: 50px;
  display: flex;
  align-items: center;
}

.contact-form-area .upload-file-area .custom-upload-field .upload-pdf-icon {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #eee;
  height: 100%;
}

.contact-form-area .upload-file-area .custom-upload-field .custom-upload {
  padding-left: 30px;
  color: var(--paragraph-color);
}

.contact-form-area .upload-file-area .custom-upload-field .custom-upload::-webkit-file-upload-button {
  display: none
}

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

.contact-form-area .form-group label {
  color: var(--title-color);
}

.contact-form-area .form-group input.form-control, 
.contact-form-area .form-group textarea.form-control {
  width: 100%;
  background: var(--white-color);
  border: 1px solid #eee;
  border-radius: 4px;
  height: 50px;
  color: #c2c2c2;
  font-family: var(--font-ks);
  font-size: 14px;
  font-weight: 400;
  padding: 10px 24px;
  caret-color: #aaa;
}

.contact-form-area .form-group textarea {
  height: unset;
  min-height: 118px;
  padding: 24px 20px;
}

.contact-form-area .form-group input.form-control:focus, 
.contact-form-area .form-group textarea.form-control:focus {
  border: 1px solid var(--base-color) !important;
}

.contact-form-area .form-group input::-moz-placeholder,
.contact-form-area .form-group textarea::-moz-placeholder {
  color: rgba(86, 96, 100, .5);
}

.contact-form-area .form-group input::placeholder,
.contact-form-area .form-group textarea::placeholder {
  color: rgba(86, 96, 100, .5);
}

.contact-form-area .form-group textarea {
  padding: 20px;
}

.contact-form-area .form-check .form-check-input:focus {
  box-shadow: none;
}

.contact-form-area .form-check .form-check-input:checked {
  background-color: var(--base-color);
  border-color: var(--base-color);
}

.contact-form-area .form-check .form-check-input[type=checkbox] {
  border-radius: unset
}

.contact-form-area .form-check .form-check-label {
  color: var(--paragraph-color);
}

/*------------------------------------------
  Services
--------------------------------------------*/

.single-portfolio.singlecase{
  position: relative;
  transition: all .4s ease-in-out;
}
.portfolio-images.singleportfolio:hover .portfolio-textarea {
  background: #fff;color: #0C161D;
}
.single-portfolio {
  position: relative;
}

.portfolio-images {
  position: relative;
}

.portfolio-images::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out;
  border-radius: 2px;
  opacity: 0;
  background: #0c1d12;
}

.single-portfolio:hover .portfolio-images::before {
  visibility: visible;
  opacity: 0.8;
  transition: all .4s ease-in-out;
}

.portfolio-images img {
  width: 100%;
  height: 100%;
}

.all-btntabs li button.nav-link {
  color: none;
  color: #0C161D;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  border-radius: 102px;
  background: #F8FAFD;
  padding: 14px 16px;
}

.all-btntabs li button.nav-link.active {
  border-radius: 102px;
  background: #044E7C;
  color: #fff;
}

.all-btntabs li button {
  margin: 0 0 0 16px;
}
.portfolio-textarea {
  position: absolute;
  background: #fff;
  bottom: 20px;
  width: 350px;
  left: 10%;
  padding: 16px 20px;
  transition: all .4s ease-in-out;
}
.single-portfolio.singlecase:hover .portfolio-textarea {
  background: #fff;
  color: #0C161D;
}

.single-portfolio.singlecase:hover .portfolio-textarea p {
  color: #0C161D;
}

.single-portfolio.singlecase:hover .portfolio-textarea {
  height: auto;
  transition: all .4s ease-in-out;
}

.single-portfolio.singlecase:hover .portfolio-textarea a {
  color: #0C161D;
   margin-top: 18px;
}
.single-portfolio.singlecase .portfolio-textarea {
  left: 20px;
  width: 350px;
}
.single-portfolio.singlecase .portfolio-textarea{
  bottom: 30px;
}
.single-portfolio.singlecase .portfolio-textarea{
  border-radius: 5px;
}

.portfolio-visible-textarea {
  opacity: 0;
  height: 0;
  transition: all .4s ease-in-out;
  position: relative;
  z-index: -4;
}

.single-portfolio.singlecase:hover .portfolio-visible-textarea{
  height: 130px;
  transition: all .4s ease-in-out;
  z-index: 1;
  opacity: 1;
  position: relative;
}
.single-portfolio.singlecase{
  overflow-y: hidden;
}
.single-portfolio.singlecase{
  margin-bottom: 30px;
}
.single-portfolio.singlecase .portfolio-textarea{
  padding: 30px;
}

.single-portfolio.singlecase .portfolio-visible-textarea a svg {
  transition: .5s;
}

.single-portfolio.singlecase .portfolio-visible-textarea a:hover svg {
  transform: rotate(45deg);
}

/*------------------------------------------
  Product-section
--------------------------------------------*/

.casestudy-section-area .details-meta p {
  font-family: var(--font-ks);
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 35px
}

.casestudy-section-area .details-meta p:last-child {
  margin-bottom: 0;
}

.casestudy-section-area .details-meta h3,
.casestudy-section-area .details-meta h4 {
  font-family: var(--font-lora);
  font-size: 42px;
  line-height: 53px;
  font-weight: 600;
  margin-bottom: 25px;
}

.casestudy-section-area .details-meta h4 {
  font-size: 36px;
}

.casestudy-section-area .details-meta > div {
  margin-bottom: 70px;
}

.casestudy-section-area .details-meta > div:last-child {
  margin-bottom: 0;
}


.casestudy-section-area .details-meta figure {
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 70px;
  margin-bottom: 70px;
}

.casestudy-section-area .details-meta figure:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}



/* .casestudy-section-area .details-meta figure .img-container {
  width: 45%;
  height: -moz-fit-content;
  height: -moz-fit-content;
  height: fit-content;
} */

.details-meta .list-item li {
  font-family: var(--font-ks);
  font-size: 18px;
  font-weight: 500;
  color: #243342;
  padding-left: 25px;
  margin-bottom: 24px;
  position: relative;
  line-height: 1;
}

.details-meta .list-item li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #9ef1dd;
  left: 0;
  top: 3px;
  line-height:1;
}

.details-meta .list-item li:after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 8px;
  top: 0;
  left: 4px;
  color: var(--base-color);
  line-height: 21px;
}

.details-meta .list-item li a {
  color: var(--base-color);
  line-height: 1;
}

.details-meta .list-item li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: var(--base-color);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}
.details-meta .list-item li a:hover {
  color: var(--base-color);
}

.details-meta .list-item li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.features-area {
  overflow: hidden;
}
.features-area .details-meta figure {
  border: none;
  margin: 0;
}

.features-area .details-meta figure:nth-child(even) {
  padding: 70px 0;
  background-color: var(--bg-secondary-color);
}

.features-area .details-meta figure:nth-child(odd) .row > div {
  order: 6;
}

.features-area .details-meta figure:nth-child(even) .row > div + div {
  order: -1;
}

@media only screen and (max-width: 991px) {
  .features-area .details-meta figure:nth-child(even) .row > div + div {
    order: 1;
  }
}


/*------------------------------------------
  Pricing-section
--------------------------------------------*/

.pTable-container {
  margin-top: 4.75rem;
}

@media screen and (max-width:834px) {
  .pTable-container {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding-bottom: 2.5rem;
    display: flex;
  }
}

.pTable-all {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  font-size: .875rem;
}

@media screen and (max-width:834px) {
  .pTable-all {
      display: none;
  }
}

.pTable-colgroup {
  background-color: #f9f9fb;
}

.pTable-colgroup.pTable-colgroup__popular {
  /* background-color: #e6f4ff */
}

.pTable-thead-cell {
  vertical-align: top;
  background-color: #f9f9fb;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #ccc;
  /* padding: 1rem */
}

.pTable-thead-cell .pTable-thead-top .pTable-thead-block  {
  padding: 4rem 1rem 1rem;
}

.pTable-thead-cell.pTable-thead-popular {
  /* background-color: #e0f2ff; */
  /* border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: var(--base-color); */
}

.pTable-thead-cell.pTable-thead-popular .pTable-thead-top .pTable-thead-block {
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: var(--base-color);
}

.pTable-cta-top {
  background-color: #f9f9fb;
  /* padding: 1rem; */
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #ccc;
}

.pTable-cta__popular.pTable-cta-top .d-action {
  border-width: 0 4px 4px 4px;
  border-style: solid;
  border-color: var(--base-color);
}

.pTable-cta-top .d-action {
  padding: 1rem;
}

.pTable-cta-top .button {
  width: 100%;
}

.pTable-cta__popular {
  /* background-color: #e0f2ff; */
  /* border-width: 0 4px 4px 4px;
  border-style: solid;
  border-color: var(--base-color); */
}

@media screen and (min-width:834px) {

  .pTable-all__col--for-profit-only,
  .pTable-all__cell--for-profit {
      display: none;
  }

  .pTable-container--forProfit .pTable-all__col--for-profit-only {
      display: table-column;
  }

  .pTable-container--forProfit .pTable-all__cell--for-profit {
      display: table-cell;
  }
}

.pTable-body--subhead-row {
  background-color: #fff;
}

/* .pTable-all .pTable-body--subhead-row .pTable-body__popular {
  background-color: #eaf6ff
} */

.pTable-all .pTable-body__sub-section .pTable-body--titleBlock:nth-child(2n) {
  background-color: #fff;
}

/* .pTable-all .pTable-body__sub-section .pTable-body--titleBlock:nth-child(2n) .pTable-body__popular {
  background-color: #eaf6ff
} */

@media screen and (max-width:834px) {
  .pTable-all {
      display: none;
  }
}

.pTable-body__checkmark {
  height: 1.5625rem;
  width: 1.5625rem;
  fill: var(--base-color);
}

.pTable-body__cross {
  height: 1.5625rem;
  width: 1.5625rem;
  fill: #EF0548;
}

.pTable-body--titleBlock {
  border: 1px solid #ccc;
}

.pTable-body--cell {
  text-align: center;
  padding: .625rem;
  border: 1px solid #ccc;
}

.pTable-body--subhead-row .pTable-body--cell {
  border: none;
}

@media screen and (max-width:834px) {
  .pTable-body--cell {
      text-align: right;
      justify-content: flex-end;
  }
}

.pTable-body--titleBlock-content {
  min-height: 3.5rem;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1rem;
  font-weight: 500;
  display: flex;
}

.pTable-body--subhead-textTitle {
  text-align: left;
  padding: 1rem 1rem 1rem;
  font-weight: 400;
}

.pTable-body--titleBlock-name {
  max-width: 11.25rem;
  margin-right: .625rem;
}

.pTable-header-cell {
  height: 100%;
  background-color: #f9f9fb;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 1rem .5rem;
  display: flex;
}

@media screen and (min-width:834px) {
  .pTable-header-cell--most-popular {
      /* background-color: #e6f4ff */
  }
}

.pTable-thead-pricing {
  height: 1.875rem;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.pTable-thead-category {
  height: 1.875rem;
  color: #ffffff;
  background-color: var(--base-color);
  /* border-radius: .25rem; */
  padding: .25rem .625rem;
  font-size: .8125rem;
  text-align: center;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  text-transform: uppercase;
}

@media screen and (max-width:1210px) {
  .pTable-thead-category {
      display: none;
  }
}

.pTable-thead-price {
  text-align: left;
  border-bottom: 1px solid #cce8ff;
  padding-bottom: 1.5rem;
  font-size: 2.25rem;
  font-weight: 600;
  letter-spacing: -1px;
}

.pTable-thead-price > p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  margin-top: 20px;
}

@media screen and (max-width:950px) {
  .pTable-thead-price {
      font-size: 1.5rem;
  }
}

.pTable-thead-month {
  color: #565e76;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 400;
}

/* .pTable-thead-description {
  text-align: left;
  font-size: .875rem;
  font-weight: 400;
  padding: 0 1rem;
}


.pTable-thead-cell.pTable-thead-popular .pTable-thead-description {
  border-width: 0 4px 0 4px;
  border-style: solid;
  border-color: var(--base-color);
} */


/*------------------------------------------
  Contact-form
--------------------------------------------*/  

.contact-form-box h2 {
  font-family: var(--font-lora);
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
}

.contact-form-box p {
  margin-top: 11px;
  margin-bottom: 33px;
}

.contat-input.contat-input-design-2 label {
  font-family: var(--font-lora);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #454545;
  display: inline-block;
  line-height: 1;
  margin-bottom: 17px;
}

.contat-input.contat-input-design-2 input,
.contat-input.contat-input-design-2 textarea {
  padding: 12px 15px;
}

.contat-input.contat-input-design-2 .form-btn-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.contat-input.contat-input-design-2 .form-btn-wrap button {
  padding: 11px 28px;
}

.address-wrap .contact-address-box {
  background: rgba(var(--rgb-base-color), .04);
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 24px;
  -webkit-transition: .5s;
  transition: .5s;
}

.address-wrap .contact-address-box:hover {
  -webkit-box-shadow: 5px 7px 40px rgba(69, 69, 69, .1);
  box-shadow: 5px 7px 40px rgba(69, 69, 69, .1);
  background: #fff;
}

.address-wrap .contact-address-box:hover .icon {
  background: var(--base-color);
}

.address-wrap .contact-address-box:hover .icon svg {
  fill: #fff;
}


.address-wrap .contact-address-box:last-child {
  margin-bottom: 0;
}

.address-wrap .contact-address-box .icon {
  width: 46px;
  height: 46px;
  background: rgba(var(--rgb-base-color), 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  fill: var(--base-color);
  margin-bottom: 11px;
  -webkit-transition: .4s;
  transition: .4s;
}

.address-wrap .contact-address-box .icon svg {
  width: 40px;
}

.address-wrap .contact-address-box h3 {
  font-family: var(--font-lora);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #454545;
}

.address-wrap .contact-address-box p {
  font-family: var(--font-ks);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 8px;
}

.address-wrap .contact-address-box span {
  font-family: var(--font-ks);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #566064;
}

.address-wrap .contact-address-box span.address-map {
  margin-top: 8px;
  display: inline-block;
}

.address-wrap .contact-address-box a:hover,
.address-wrap .contact-address-box a:hover span {
  color: var(--base-color);
}

.contact-form-box .contact_form .form-group h6 {
  font-size: 16px;
}
.contact-form-box .contact_form .form-group .box_info {
  margin-left: -20px;
  margin-right: -20px;
}
.contact-form-box .contact_form .form-group .form-check {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #6b707f;
  padding-left: 22px;
  margin: 20px 20px 15px;
}
.contact-form-box .contact_form .form-group .form-check input[type=checkbox] {
  width: 12px;
  position: absolute;
  outline: none;
  height: 12px;
  top: 1px;
  left: 0;
  margin: 0;
}
.contact-form-box .contact_form .form-group .form-check input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #6b707f;
  top: 0;
  left: 0;
  border-radius: 2px;
  background-color: #fff;
}
.contact-form-box .contact_form .form-group .form-check input[type=checkbox]:after {
  content: "";
  display: block;
  width: 5px;
  height: 11px;
  border: solid #10b3d6;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: -2px;
  left: 5px;
  opacity: 0;
  transition: all 0.2s linear;
}
.contact-form-box .contact_form .form-group .form-check input[type=checkbox]:checked:before {
  border-color: #10b3d6;
}
.contact-form-box .contact_form .form-group .form-check input[type=checkbox]:checked:after {
  opacity: 1;
}
.contact-form-box .contact_form .form-group .form-check input[type=checkbox]:checked + label {
  color: #10b3d6;
}
.contact-form-box .contact_form .form-group .form-check input[type=radio] {
  width: 12px;
  position: absolute;
  outline: none;
  height: 12px;
  margin: 0;
  left: 0;
  top: 1px;
}
.contact-form-box .contact_form .form-group .form-check input[type=radio]:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #6b707f;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: all 0.2s linear;
}
.contact-form-box .contact_form .form-group .form-check input[type=radio]:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b3d6;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
  transform: scale(0);
  transition: all 0.2s linear;
}
.contact-form-box .contact_form .form-group .form-check input[type=radio]:checked:before {
  border-color: #10b3d6;
}
.contact-form-box .contact_form .form-group .form-check input[type=radio]:checked:after {
  transform: scale(1);
}
.contact-form-box .contact_form .form-group .form-check input[type=radio]:checked + label {
  color: #10b3d6;
}
.contact-form-box .contact_form .form-group .form-control {
  height: 60px;
  line-height: 55px;
  background: rgba(var(--rgb-base-color), .04);
  box-shadow: none;
  border-color: #d9e1e3;
  padding-left: 30px;
  font-weight: 400;
  transition: all 0.2s linear;
  border-radius: 6px;
}
.contact-form-box .contact_form .form-group .form-control.placeholder {
  color: #878b99;
}
.contact-form-box .contact_form .form-group .form-control:-moz-placeholder {
  color: #878b99;
}
.contact-form-box .contact_form .form-group .form-control::-moz-placeholder {
  color: #878b99;
}
.contact-form-box .contact_form .form-group .form-control::-webkit-input-placeholder {
  color: #878b99;
}
.contact-form-box .contact_form .form-group .form-control.message {
  height: 200px;
  padding-top: 0;
}
.contact-form-box .contact_form .form-group .form-control:focus {
  background: #fbfcfd;
  box-shadow: 0 20px 30px 0 rgba(4, 73, 89, 0.1);
}
@media only screen and (max-width:991px) {
  .contact-form-box .contact_form .form-group:last-child {
    margin-bottom: 40px;
  }
}

