/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

@font-face {
  font-family: "Pumpshot";
  src: url("fonts/Pumpshot-Regular.eot");
  src: url("fonts/Pumpshot-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/Pumpshot-Regular.woff2") format("woff2"),
    url("fonts/Pumpshot-Regular.woff") format("woff"),
    url("fonts/Pumpshot-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Soleil";
  src: url("fonts/Soleil-Regular.eot");
  src: url("fonts/Soleil-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/Soleil-Regular.woff2") format("woff2"),
    url("fonts/Soleil-Regular.woff") format("woff"),
    url("fonts/Soleil-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --active-color: #ef7d00;
  --active-colo-pink: #e2165b;
  --bg-light-color: #ffdab1;
  --bg-secondary: #f8f9fa;
  --primary-background: #8c0c37;
  --bg-light-dark: #262727;
  --title-color: #353536;
  --banner-gradiant: transparent
    linear-gradient(180deg, #222e3300 0%, #222e3363 50%, #222e3363 100%) 0% 0%
    no-repeat padding-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "golos-text";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--wp--preset--color--black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.pb-20 {
  padding-bottom: 20px;
}

.button {
  border: none;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: normal;
  margin: 0;
  min-height: unset;
}
.button span {
  line-height: inherit;
}

.button.btn-primary {
  font-size: 16px;
  line-height: 20px;
  padding: 17px 27px 13px;
  letter-spacing: 0.77px;
  text-transform: uppercase;
  background-color: var(--wp--preset--color--secondary);
}

.button.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  background-color: #e2165b;
  width: 50px;
  background-image: url(./icons/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.button.btn-primary:hover::after {
  box-shadow: unset;
}

.button.btn-simple {
  font-size: 16px;
  line-height: 20px;
  padding: 0 30px 0 0;
  color: var(--wp--preset--color--black);
  background: url(./icons/arrow-right.svg) no-repeat top 2px right 5px;
  transition: all 0.2s ease-in;
  box-shadow: none;
  outline: none;
}

.button.btn-simple-white {
  color: var(--wp--preset--color--white);
  background: url(./icons/arrow-white.svg) no-repeat top 2px right 5px;
}

.button.btn-simple-white:hover {
  color: var(--wp--preset--color--white);
}

.button.btn-simple:hover {
  background-position: top 2px right 0;
}
.normal-pera {
  font-size: 16px;
  line-height: 26px;
}
.pb-none {
  padding-bottom: 0px;
}
.img-w-auto img {
  width: auto;
}

.main-pera {
  font-size: 22px;
  line-height: 32px;
}
.sub-main-para {
  font-size: 32px;
  line-height: 42px;
}

.banner-main-head {
  font-size: 80px;
  line-height: 72px;
  margin-bottom: 30px;
  font-weight: 700;
}
.banner-main-pera {
  font-size: 20px;
  line-height: 24px;
}

.sec-mini-head {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 22px;
  text-transform: uppercase;
}

.hero-banner .sec-mini-head {
  text-transform: capitalize;
  text-align: end;
  padding-top: 40px;
}

/* ------------ header css start ------------- */
#header .header-main {
  height: auto !important;
  padding: 19px 0px;
}

.header-wrapper .nav {
  gap: 0 31px;
}
.header-nav-main.nav-left {
  padding: 0px 18px;
}

.nav .menu-item {
  margin: 0px;
}
.nav-divided > li + li > a:after {
  display: none;
}

#header #top-bar {
  padding: 8px 0px 7px;
  border-bottom: 0.7px solid rgba(255, 255, 255, 0.2);
}

#top-bar .nav {
  justify-content: start;
  gap: 38px;
}
#top-bar .nav .menu-item a {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 12px !important;
}
#top-bar .flex-left {
  width: 100%;
}
#top-bar .flex-left .menu-item.wpml-ls-item {
  flex-grow: 1;
  text-align: end;
}

.nav .menu-item.has-dropdown::before,
.nav .menu-item.has-dropdown::after {
  display: none;
}
#top-bar .flex-left .menu-item.wpml-ls-item .nav-dropdown {
  right: 0;
  left: auto;
  min-width: auto;
}
#top-bar .menu-item.wpml-ls-item .nav-top-link .icon-angle-down {
  display: none;
}

.menu-item.wpml-ls-item a.nav-top-link {
  padding-left: 18px;
  background: url(./icons/world.svg) no-repeat 0px 2px;
}
.menu-item.wpml-ls-item a.nav-top-link .wpml-ls-native::before {
  content: "LINGUA: ";
  display: inline-block;
  margin-right: 5px;
}

.nav .menu-item a {
  font-size: 16px;
  line-height: 20px !important;
  font-weight: 400;
  text-transform: initial;
  color: var(--wp--preset--color--white);
  letter-spacing: 0px;
}
.nav .menu-item a:hover {
  color: var(--bg-light-color);
}

.header-nav .menu-item.active > a {
  color: var(--bg-light-color) !important;
}

.has-dropdown .icon-angle-down {
  font-size: 12px;
  line-height: normal;
  margin-left: 6px;
  opacity: 1;
  font-weight: 700 !important;
}
.nav-dropdown .menu-item a {
  margin: 0 !important;
  padding: 10px !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.menu-item .nav-dropdown {
  padding: 0px;
  background-color: var(--primary-background);
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
}

.header-search-form .searchform > .flex-row {
  flex-direction: row-reverse;
  gap: 16px;
  align-items: center;
  justify-content: end;
}
.header-search-form .searchform .submit-button {
  padding: 0;
  background: transparent;
  min-width: unset;
  box-shadow: none;
}
.header-search-form .search-field {
  background-color: transparent !important;
  border: none;
  box-shadow: none !important;
  color: var(--wp--preset--color--white) !important;
  font-size: 16px;
  line-height: 20px;
  height: auto;
  padding: 0;
  width: 48px;
  vertical-align: unset;
  transition: all 0.3s ease;
  cursor: default;
}
.header-search-form .search-field:focus {
  cursor: auto;
}

.header-search-form .search-field::placeholder {
  color: var(--wp--preset--color--white);
}

.searchform .button.icon i {
  font-size: 12px;
  top: 0;
}
.header .search-form .live-search-results {
  min-width: 280px;
  top: 40px;
  right: 0;
  left: auto;
}

/* ------------- nav sidebar css start  -------------*/
.nav-sidebar .menu-item a {
  color: var(--primary-color) !important;
}
.nav-sidebar.nav-vertical > li + li {
  border-color: var(--primary-color);
}
.nav-right .searchform .flex-grow {
  flex: none;
}
.nav-icon .icon-menu:before {
  color: var(--wp--preset--color--white);
}

/* ------------ hero Banner css start ------------- */

.hero-banner .section-bg-overlay {
  background-color: unset !important;
  background: linear-gradient(
    to left,
    rgba(48, 2, 9, 0) 0%,
    rgba(20, 1, 6, 0.56) 50%,
    rgba(18, 0, 7, 0.57) 100%
  );
}
.hero-banner-row .main-hero-banner {
  padding-left: 0px;
  padding-right: 0px;
}
.main-hero-banner .section-content {
  padding: 160px 0px 275px;
  overflow: hidden;
}
.main-hero-banner .section-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 15%;
  bottom: 0;
  background: transparent
    linear-gradient(180deg, #222e3300 0%, #032e3e8f 50%, #032e3e91 100%) 0% 0%
    no-repeat padding-box;
  transform: matrix(0, 1, -2, 0, 0, 0);
  z-index: 0;
}

.main-hero-banner .section-content::after {
  content: "";
  position: absolute;
  min-height: 200px;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent
    linear-gradient(180deg, #222e3300 0%, var(--primary-color) 100%) 0% 0%
    no-repeat padding-box;
}

.hero-banner-row .main-hero-banner .section-content > .row {
  margin-left: auto;
  margin-right: auto;
}

.banner-filter-tabs .nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  z-index: 10;
  max-width: 1470px;
  padding: 0 15px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 10px;
}

.banner-filter-tabs .nav .tab a {
  font-size: 18px;
  line-height: 22px;
  color: var(--wp--preset--color--white);
  opacity: 0.6;
  font-weight: 500;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 0px;
  border-left: 5px solid transparent;
}
.banner-filter-tabs .nav .tab.active a,
.banner-filter-tabs .nav .tab a:hover {
  opacity: 1;
  border-color: var(--active-color);
}
.banner-filter-tabs .tab-panels {
  padding-top: 0px;
}
.text-light .main-pera {
  font-weight: 300;
}
.main-hero-banner .banner-main-head {
  margin-top: 30px;
}
.main-hero-banner .banner-main-pera {
  max-width: 600px;
  margin-bottom: 45px;
}

/* ------------ Consulgroup section css start ------------- */
.our-consulting .section-content {
  padding: 93px 0px 77px;
}
.sec-title-box {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  display: inline-block;
  padding: 15px 21px 10px 89px;
  background-color: var(--wp--preset--color--secondary);
  color: #ffffff;
  position: relative;
}

.sec-title-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  height: 100%;
  background-color: var(--primary-color);
  background-image: url(./icons/circle.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.sec-title-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 73px;
  width: 10px;
  height: 100%;
  background-color: var(--wp--preset--color--secondary);
  transform: skewX(350deg);
}
.sec-title-box.color-light::before {
  background-image: url(./icons/circle-sky.svg);
}

.sec-title-box.color-light,
.sec-title-box.color-light::after {
  background-color: #77dbff;
}

.col-content-between .col-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 23px;
}
.col-max-w .col-inner {
  max-width: 660px;
  margin-left: 0px !important;
}
.sec-left-head {
  font-size: 48px;
  line-height: 58px;
  color: var(--title-color);
}
.mb-space {
  margin-bottom: 41px;
}
.padding-none {
  padding: 0px;
}
.mx-none {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
/* .consult-group-row {
  justify-content: space-between;
  margin-top: 9px;
} */

.consult-group-row::after {
  display: none;
}

.consult-services-box {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.consult-services-box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: transparent linear-gradient(180deg, #222e3300 0%, #222e3387 100%)
    0% 0%;
  z-index: 1;
  transition: all 0.3s ease;
}
.consult-services-box:hover::before {
  background: transparent linear-gradient(180deg, #222e3380 0%, #222e33a8 100%)
    0% 0% no-repeat padding-box;
}
.box-bg-image,
.box-h-img .box-image img {
  /* min-height: 456px; */
  /* max-height: 456px; */
  object-fit: cover;
  border-radius: 7px;
  width: 100%;
}

.consult-services-box .box-text {
  position: absolute;
  width: auto;
  padding: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 30px;
  z-index: 2;
  overflow: hidden;
  display: flex;
  align-items: end;
  max-width: 315px;
  margin: 0 auto;
}
.consult-services-box .box-text .box-text-inner {
  margin: 0 !important;
}

.consult-services-box .sec-mini-head {
  color: var(--wp--preset--color--white);
}
.mini-pera {
  font-size: 14px;
  line-height: 17px;
  color: var(--wp--preset--color--white);
}
.consult-services-box .mini-pera {
  margin-top: 0px !important;
}

.row-wrapper .row .btn-simple {
  font-size: 14px;
  font-weight: 400;
}
.row-wrapper .row ul {
  font-size: 14px;
}

.row-wrapper .row ul > li:last-child {
  margin-bottom: 0;
}

.row-wrapper .row ul > li::marker {
  color: #d1d5db;
}

.row-wrapper .row2 .btn-simple,
.row-wrapper .row4 .btn-simple {
  color: #ffffff;
  background: url(./icons/arrow-white.svg) no-repeat top 2px right 5px;
}

.row-wrapper .row .btn-simple:hover {
  background-position: top 2px right 0;
}

.row-wrapper .row1 {
  background-color: #f8f9fa;
}
.row-wrapper .row2 {
  background-color: #032e3e;
}
.row-wrapper .row3 {
  background-color: #e9f9ff;
}
.row-wrapper .row4 {
  background-color: #36464e;
}

/* ------------ News section css start ------------- */
.our-news-sec .section-content {
  padding: 100px 0px 98px;
}
.news-main-row .col {
  padding-bottom: 0px;
}
.news-post-items {
  margin-bottom: 30px;
  color: var(--wp--preset--color--white);
}
.gradiant-shadow {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
.gradiant-shadow::before {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent linear-gradient(180deg, #222e3300 0%, #222e33db 100%)
    0% 0%;
}
.news-post-image .news-img {
  width: 100%;
  max-height: 410px;
  min-height: 410px;
  object-fit: cover;
  height: 100%;
  border-radius: 7px;
}
.news-height-full .news-post-image .news-img {
  max-height: 570px;
  min-height: 570px;
}
.news-post-description {
  position: absolute;
  top: 5%;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 2;
  padding-left: 36px;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  align-items: end;
}
.post-topbar {
  display: block;
  margin-bottom: 15px;
}

.read-more-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69px;
  height: 69px;
  background-color: var(--wp--preset--color--secondary);
  border-radius: 0 0 7px 0;
  color: #ffffff;
}
.read-more-arrow:hover {
  color: #ffffff;
}
.read-more-arrow svg {
  transition: all 0.3s ease-in;
}
.news-post-items:hover .read-more-arrow svg {
  transform: rotate(90deg);
}
.hover-text-show,
.consult-services-box .mini-pera {
  bottom: -20%;
  position: absolute;
  transform: translateY(100%);
  margin-top: 20px;
  animation: 0.5s linear forwards;
  transition: all 0.5s linear;
}
.box-cards:hover .hover-text-show,
.consult-services-box:hover .mini-pera {
  animation-name: textAnimation;
}

@keyframes textAnimation {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
    position: relative;
    bottom: 0%;
  }
}

.text-flow-hidden {
  overflow: hidden;
}
/* ----------Position Section start-------------------- */

.bg-red-transperent {
  position: relative;
}
.bg-red-transperent::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(#ffffff00, #240a1380, #1c0a12ed);
}
.font-normal {
  font-weight: normal;
}
.btn-right-space {
  margin-right: 96px;
}
.candidate-position {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 16px;
  color: #fff;
}

.candidate-position * {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
.candidate-details {
  margin: 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: auto;
}
.before-bag {
  position: relative;
  padding-left: 36px !important;
}
.before-bag::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  background-image: url(icons/bag.png);
  height: 27px;
  width: 27px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

/* ------------ Case History section css start ------------- */
.our-case-history .section-content {
  padding: 115px 0px 151px;
  background-color: #e9f9ff;
}
.col-w-large .col-inner {
  max-width: 820px;
  margin-left: 0px !important;
}

.case-history-post {
  max-width: 456px;
  margin-right: 20px !important;
}
.case-history-img {
  width: 100%;
  min-height: 456px;
  object-fit: cover;
}
.case-post-image {
  position: relative;
}
.case-post-image::before {
  content: "";
  position: absolute;
  top: 47%;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent
    linear-gradient(180deg, #222e3300 0%, #222e33ad 64%, #222e33db 100%) 0% 0%;
}
.sec-title-light {
  font-size: 22px;
  line-height: 26px;
  color: var(--wp--preset--color--white);
}

.case-history-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 36px;
  z-index: 2;
}
.content-between {
  display: flex;
  justify-content: space-between;
}
.btn-light-arrow {
  border: none;
  min-width: 54px;
  height: 54px;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--wp--preset--color--secondary);
  color: #ffffff;
}
.btn-light-arrow:hover {
  color: #ffffff;
}
/* ------------ clienti section css start ------------- */

.our-customers .section-content {
  padding: 104px 0px 127px;
}

.client-accordian-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.client-accordian-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 31px 0px 34px;
  cursor: pointer;
}
.organisation-name,
.services-tabing .nav .tab a {
  font-size: 32px;
  line-height: 38px;
  color: var(--title-color);
  margin-bottom: 0px;
}

.client-accordian-body,
.active .toggler-icons .acc-plus-icon,
.acc-minus-icon {
  display: none;
}
.client-accordian-row.active .client-accordian-body,
.active .toggler-icons .acc-minus-icon {
  display: block;
}
.acc-minus-icon {
  margin-left: auto;
}

.work-flow-desc {
  margin-bottom: 47px;
}
.description-title {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 26px;
}
.client-accordian-body {
  padding: 20px 0px 35px;
}
.client-des-logo {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.home .hide-for-home,
.page-id-423 .show-for-home {
  display: none;
}
/* ------------ footer css start ------------- */
.page-footer .section-content {
  padding: 49px 0px 70px;
}
.footer-logo {
  margin-bottom: 41px !important;
}
.footer-logo .col-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 88px;
}
.footer-logo .col-inner .img {
  margin-bottom: 0px;
  width: auto !important;
}
.footer-menu-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 8px;
}
.footer-menu-title.mt-space {
  margin-top: 41px;
}
.button.footer-nav-link,
.button.footer-contact {
  display: block;
  width: fit-content;
  color: var(--wp--preset--color--white) !important;
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  text-transform: unset;
  font-weight: 400;
  border-bottom: 1px solid var(--active-color) !important;
  margin-bottom: 10px;
  text-align: left;
}
.button.footer-nav-link:last-child {
  margin-bottom: 0px;
}

.button.footer-contact,
.button.policy-btn {
  display: inline-block;
  border-bottom: none !important;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid var(--wp--preset--color--white) !important;
  line-height: 16px;
  text-transform: unset;
}
.footer-info-col .footer-contact:last-child,
.footer-info-col .button.policy-btn:last-child {
  margin: 0px;
  padding: 0px;
  border-right: none !important;
}
.mb-none {
  margin-bottom: 0px;
}

.copy-right-text {
  margin-top: 52px;
  margin-bottom: 31px;
  max-width: 520px;
}

.text-normal {
  font-size: 14px;
  line-height: 26px;
  color: #a8a8a8;
}
.button.policy-btn {
  color: #a8a8a8 !important;
  border-color: #a8a8a8 !important;
  font-weight: 400;
}
.button.footer-contact span,
.button.policy-btn span {
  line-height: inherit;
}
.absolute-footer {
  display: none;
}

.bottom-fixed-btn {
  position: absolute;
  bottom: 6px;
  left: 40px;
  z-index: 99;
  width: 39px;
  height: 39px;
  padding: 0;
  background-color: #38474f;
  border-radius: 7px;
  background-image: url(./icons/iubenda.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

/* ------------ case history page css ------------ */
/* banner css */
.banner-gradiant .section-content {
  background: var(--banner-gradiant);
}
.page-top-banner .section-content {
  padding: 180px 0px 90px;
}
.bottom-extra-space {
  margin-bottom: 78px;
}
.title-bottom-space {
  padding-bottom: 14px;
}

/* case history filters css */
.case-listing-sec {
  border-bottom: 1px solid #7f7f7f;
}
.case-listing-sec .section-content {
  padding: 76px 0px 59px;
}
.case-history-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  margin-bottom: 82px;
  margin-top: 14px;
}
.categories-tabs {
  padding: 15px 23px 11px 27px;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid var(--primary-color);
  margin: 0;
  min-height: unset;
  letter-spacing: 0.61px;
}
.categories-tabs:has(.active) {
  background-color: var(--wp--preset--color--secondary);
  color: #ffffff;
  border-color: var(--wp--preset--color--secondary);
}
.categories-tabs .active {
  display: flex;
  align-items: center;
}
.categories-tabs .active::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 12px;
  margin-left: 16px;
  background: url(./icons/checkmark.svg) no-repeat center;
  background-size: contain;
}

.case-history-listing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 36px;
}

.case-history-list-card {
  margin-bottom: 36px;
}

.history-body {
  max-height: calc(100% - 10px);
  overflow-y: auto;
  width: 100%;
}
.history-body::-webkit-scrollbar {
  display: none;
}
.case-history-list-card .gradiant-shadow,
.case-history-list-card .box-bg-image {
  border-radius: 0px;
}

.case-history-list-card .gradiant-shadow::before {
  background: transparent
    linear-gradient(180deg, #00000000 0%, #0000008f 64%, #000000c2 100%) 0% 0%
    no-repeat padding-box;
}

.case-history-list-card .news-post-description {
  padding: 0px 36px 25px;
  color: var(--wp--preset--color--white);
}
.history-category {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 18px;
}
.post-title {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 17px;
}
.case-history-list-card .post-title {
  max-width: 338px;
  padding-bottom: 5.5px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in;
}

.case-history-list-card:hover .post-title {
  border-color: var(--wp--preset--color--white);
}
.gap-x {
  gap: 25px;
}

/* ------------ case history view page css ------------ */
/* main banner css */
.case-history-main-banner {
  padding: 0px;
}
.case-history-main-banner .section-content,
.row-top-space {
  padding-top: 180px;
}
.banner-text-light * {
  color: var(--wp--preset--color--white);
}

.head-spacing {
  font-weight: 600;
  letter-spacing: -1.52px;
}
.text-medium {
  font-weight: 500;
}
.history-main-row .col-inner {
  max-width: 710px;
  padding-bottom: 10px;
  margin-left: 0 !important;
}
.banner-numbers-row {
  background-color: rgb(4, 0, 0, 0.5);
  padding: 33px 0px 26px;
}
.statistics-container,
.inner-flex .col-inner {
  display: flex;
}
.statistics-numbers {
  padding: 0px 22px;
  max-width: 261px;
  width: 100%;
  border-left: 1px solid rgb(255, 152, 40, 0.85);
}
.head-primary {
  font-size: 60px;
  line-height: normal;
  font-weight: 700;
  color: var(--active-color);
  margin-top: 10px;
}
.content-light {
  color: var(--wp--preset--color--white);
  text-transform: uppercase;
  opacity: 0.67;
  margin-bottom: 10px;
}
.statistics-numbers .content-light {
  line-height: 21px;
}

/* case history description css */

.case-history-desc {
  padding: 0px;
}
.verticle-spacing > .row:not(.row-bg-secondary) {
  margin-top: 80px;
  margin-bottom: 64px;
}
.case-description {
  max-width: 647px;
}
.case-description p {
  font-size: 22px;
  line-height: 32px;
}
.row-bg-secondary {
  background-color: var(--bg-secondary);
  padding: 88px 0px;
}
.row-bg-secondary .col {
  max-width: 1470px;
  margin: auto;
}
.row-bg-secondary .case-description {
  max-width: 100%;
}
.row-bg-secondary .case-description p {
  margin-bottom: 0px;
}
.case-features-img {
  width: 100%;
}

/* case history result section css start */
.our-work-results {
  background-color: var(--primary-background);
  color: var(--wp--preset--color--white);
  border: 1px solid var(--primary-color);
  padding: 79px 0px 49px;
}

.results-img-view {
  width: 100%;
  max-height: 354px;
  object-fit: cover;
  margin-top: 10px;
}

.result-statistics-number .statistics-numbers {
  border-color: rgb(255, 255, 255, 0.65);
}
.mb-10 {
  margin-bottom: 10px;
}
.text-white h2 {
  color: var(--wp--preset--color--white);
}

.col-full {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  row-gap: 20px;
  padding-left: 54px;
}

/* ------------ Chi siamo page css start ------------ */
.row-verticle-spacing {
  padding: 114px 0px 33px;
}

/* Board of Management section css start */
.board-management-sec .section-content {
  padding: 74px 0 57px;
}
.title-mb {
  margin-bottom: 30px;
}
.grid-cols-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.team-post {
  display: flex;
  flex-direction: column;
}
.management-desc {
  background-color: var(--primary-background);
  color: var(--wp--preset--color--white);
  padding: 24px 20px 27px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.team-img {
  max-height: 245px;
  min-height: 245px;
  width: 100%;
  object-fit: cover;
}
.heading-sm {
  font-size: 20px;
  line-height: 24px;
}
.designation {
  font-family: "noto-sans";
  font-size: 14px;
  line-height: 19px;
  color: var(--bg-light-color);
  margin: 11px 0 25px;
}
.team-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.link-mini-btn {
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline;
  text-transform: uppercase;
  color: var(--wp--preset--color--white);
}
.social-icon {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: var(--wp--preset--color--white);
}
.link-mini-btn:hover,
.social-icon:hover {
  color: var(--bg-light-color);
}

/* Ambiti operativi section css start */
.operational-area-sec .section-content {
  padding: 74px 0px 32px;
}
.margin-x {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.px-none {
  padding-left: 0;
  padding-right: 0;
}
.primary-card-row {
  margin-top: 10px;
}
.primary-card-row .col-inner {
  padding: 37px 37px 49px;
  background-color: var(--primary-background);
  height: 100%;
  border: 1px solid #707070;
  color: var(--wp--preset--color--white);
}
.primary-card-row .col-inner::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  height: 19px;
  background-color: var(--active-color);
}

.title-secondary {
  font-size: 20px;
  line-height: 24px;
  color: var(--wp--preset--color--secondary);
  margin-bottom: 24px;
  text-transform: uppercase;
}
.content-spacing .main-pera {
  margin-bottom: 19px;
}
.content-spacing .banner-main-pera {
  margin-bottom: 0px;
}

.list-grid {
  display: flex;
  gap: 20px 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-grid ul {
  list-style: none;
  margin-bottom: 0px;
}
.list-grid ul li {
  list-style: none;
  margin: 0px;
}

/* Our history section css start */
.history-data-tab .nav {
  width: auto;
  min-width: 200px;
}
.history-data-tab .nav .tab {
  border: none;
  justify-content: center;
  margin-bottom: 50px;
}

.history-data-tab .nav .tab a {
  display: inline-block;
  font-size: 48px;
  font-weight: 400;
  padding: 0px;
  letter-spacing: 0px;
  line-height: 58px;
  opacity: 0.5;
  color: var(--wp--preset--color--white);
  flex-grow: unset;
}
.history-data-tab .nav .tab.active a {
  font-size: 72px;
  line-height: normal;
  opacity: 1;
  color: var(--active-color);
  border-bottom: 2px solid var(--active-color);
}
.history-data-tab .nav .tab a::before {
  display: none;
}
.history-data-tab .tab-panels {
  border-left: none;
  padding: 0 0 0 86px;
}
.single-history-post {
  display: flex;
  gap: 30px 95px;
}

.history-overview > .main-pera {
  margin-bottom: 37px;
}
.history-profile-img {
  flex-grow: 1;
}
.img-w-full {
  width: 100%;
}
.history-logo {
  margin-bottom: 64px;
}
.text-secondary {
  color: var(--primary-background) !important;
}
.single-history-post .text-secondary {
  color: var(--bg-light-color) !important;
}

/* contattaci section css start */
.img-content-sec .section-content {
  padding: 80px 0px 60px;
}
.col.col-ml-auto .col-inner {
  margin-left: auto;
  margin-right: 0;
}

.left-col-img img {
  max-height: 467px;
  object-fit: cover;
}

/* ------------ Aree di intervento page css start ------------ */
/* services section css start */
.services-sectors .section-content {
  padding: 75px 0px 41px;
}
.services-sectors .section-bg {
  max-width: 662px;
  max-height: 502px;
  left: auto;
}
.services-sectors .section-bg:has(.section-bg-overlay) {
  max-width: none;
  max-height: none;
  left: 0;
}
.col-left-content .col-inner {
  max-width: 857px;
  margin-left: 0px !important;
  margin-right: auto;
}
.work-sector-desc {
  margin-bottom: 90px;
  max-width: 850px;
}
.work-sector-desc .sec-left-head {
  margin-bottom: 54px;
}

.services-list .sec-left-head {
  margin-bottom: 49px;
}
.services-list ul {
  list-style: none;
  margin-bottom: 0px;
}
.services-list ul li {
  margin: 0px;
  padding-left: 23px;
  position: relative;
}
.services-list ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d1d5db;
}

.services-list + .services-list {
  padding-left: 60px;
  border-left: 1px solid #babcc2;
}

.col-show-mobile {
  display: none;
}
.read-more-services .col-inner {
  display: flex;
  justify-content: space-between;
  max-width: 940px;
  flex-wrap: wrap;
  gap: 30px;
}

.sec-bg-secondary {
  background-color: var(--bg-secondary);
}
.sec-bg-primary {
  background-color: var(--primary-background);
}
.sec-bg-sky {
  background-color: #e9f9ff;
}
.sec-bg-nevygreen {
  background-color: #36464e;
}
.read-more-services .btn-simple {
  font-family: "soleil";
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  background-size: 13px;
  background-position: top 4px right 5px;
  align-self: end;
  margin-left: auto;
}
.read-more-services .btn-simple:hover {
  background-position: top 4px right 0px;
}
.top-space {
  padding-top: 10px;
}

/* ------------ governance page css start ------------ */
.sec-content-large .section-content {
  padding: 80px 0 57px;
}

.services-tabing .nav .tab {
  border: none;
  padding: 17px 5px 17px 0;
}
.services-tabing .nav .tab.active {
  border-right: 8px solid var(--active-color);
}
.services-tabing .nav .tab a {
  padding: 0;
}
.services-tabing .nav .tab.active a {
  color: var(--active-color);
}
.services-tabing .nav .tab a::before {
  display: none;
}

.service-list-description .section-content {
  padding: 96px 0 100px;
}

/* ------------ News page css start ------------ */
.content-bottom {
  align-items: end;
}
.news-filter-sec .section-content {
  padding: 65px 0 264px;
}
.news-listing-container .grid-cols-layout {
  gap: 27px;
  margin-bottom: 80px;
}

.news-post-img {
  width: 100%;
  object-fit: cover;
  max-height: 327px;
  aspect-ratio: 1 / 2;
}
.post-date {
  font-size: 14px;
  line-height: 17px;
  color: var(--title-color);
  opacity: 0.38;
  margin-bottom: 14px;
}
.news-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  color: var(--title-color);
}
.load-more-news {
  font-weight: 500;
  letter-spacing: 0px;
}
.load-more-news:hover {
  background-color: var(--primary-background);
  color: var(--wp--preset--color--white);
}

/*------------  news view page css start ------------  */
.news-view-banner {
  background-color: var(--primary-background);
  color: var(--wp--preset--color--white);
}
.news-view-description {
  padding: 50px 15px;
  word-break: break-word;
}
.news-view-description .sec-left-head {
  max-width: 650px;
}
.white-bold {
  font-weight: 700;
  color: var(--wp--preset--color--white);
}
.single-news-info {
  display: flex;
  align-items: center;
  gap: 10px 80px;
  margin-bottom: 31px;
}
.news-view-img {
  max-height: 485px;
  min-height: 485px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-about-description {
  max-width: 1030px;
  width: 100%;
  padding: 0 15px;
  margin: 84px auto 105px;
}

/* ------------ Contact page css start ------------ */
.contact-info-desc .col-inner {
  padding: 79px 15px 69px;
}
.col-h-full .col-inner {
  height: 100%;
}
.contact-info {
  margin-bottom: 39px;
}
.content-flex {
  display: flex;
  align-items: baseline;
  gap: 23px;
  color: var(--title-color);
}
.sector-management {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 21px;
}
.text-light-dark {
  color: var(--title-color);
}
.mb-equal {
  margin-bottom: 44px;
}
.address-box {
  max-width: 236px;
}

/* contact form css start */

.get-in-touch {
  max-width: 705px;
  padding: 79px 0 142px 80px;
  width: 100%;
}
.contact-form-wrapper .gform_heading .gform_description {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 32px;
  color: var(--title-color);
}
.contact-form-wrapper .col-inner {
  padding: 0px 15px;
}
.contact-form-wrapper .gform_wrapper {
  background-color: var(--wp--preset--color--white);
}
.get-in-touch .gform_wrapper {
  padding: 30px 41px 48px 39px;
}
.contact-form .gfield.user-input .gfield_label .gfield_required,
.contact-form-wrapper .gform_heading .gform_title {
  display: none;
}
.contact-form .gfield.user-input .gfield_label {
  font-weight: 400;
  line-height: 17px;
  color: var(--title-color);
  margin-bottom: 8px;
}
.contact-form .gfield.user-input {
  margin-bottom: 11px;
}
.contact-form .gform_body .gform_fields {
  gap: 10px;
}
.contact-form .required-label .gfield_label {
  gap: 2px;
}
.contact-form .required-label .gfield_label::after {
  content: "*";
  font-size: 14px;
  color: var(--active-color);
}
.contact-form .gfield.user-input .chosen-container-multi {
  border: none;
  box-shadow: none;
  outline: none;
  width: auto !important;
}
.contact-form .gfield.user-input input,
.contact-form .gfield.user-input select,
.contact-form .gfield.user-input textarea,
.contact-form .gfield.user-input .chosen-container-multi .chosen-choices {
  background-color: #f5f8fa;
  border: 1px solid #cbd6e1;
  border-radius: 3px;
  height: 38px;
  box-shadow: none;
  font-size: 13px;
  line-height: normal;
  color: rgb(53, 53, 54, 0.5);
}
.contact-form .gfield.user-input .chosen-container-multi .chosen-choices {
  height: auto;
  min-height: 38px;
  padding-right: 30px;
  background-image: url(./icons/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center right 12px;
}
.contact-form .gfield.user-input .chosen-container-active .chosen-choices {
  background-image: url(./icons/chevron-up.svg);
}
.contact-form .gfield.user-input .chosen-search-input {
  font-size: 13px !important;
  line-height: normal !important;
  color: rgb(53, 53, 54, 0.5) !important;
}
.contact-form
  .gfield.user-input
  .chosen-container-multi
  .chosen-choices
  .search-choice {
  font-size: 12px;
  background-color: var(--wp--preset--color--secondary);
  padding: 8px 35px 5px 12px;
}
.contact-form .gfield.user-input .chosen-container-multi .chosen-drop {
  margin-top: -8px;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #cbd6e1;
  border-radius: 3px;
}
.contact-form .chosen-drop .chosen-results {
  padding: 4px 0 !important;
}
.contact-form .chosen-drop .chosen-results .result-selected {
  box-shadow: inset 3px 0 0 var(--wp--preset--color--secondary) !important;
}
.contact-form .chosen-container-multi .chosen-drop li {
  font-size: 14px;
  line-height: 17px;
  color: var(--title-color) !important;
}
.contact-form .gfield.user-input select {
  padding-top: 12px;
  background-image: url(./icons/chevron-down.svg);
}

.contact-form .gfield.user-input textarea {
  min-height: 100px;
}
.contact-form .gfield--type-checkbox {
  margin-bottom: 4px;
}
.contact-form .gfield--type-checkbox legend.gfield_label {
  display: none;
}
.contact-form .gfield--type-checkbox input[type="checkbox"] {
  width: 17px;
  height: 17px;
  border: 1px solid #7d7d7d;
  border-radius: 3px;
  box-shadow: none;
}
.contact-form .gfield--type-checkbox input[type="checkbox"]::before {
  color: var(--wp--preset--color--secondary);
  margin-left: 1px;
}
.contact-form .gfield--type-checkbox .gform-field-label {
  line-height: 17px;
  color: var(--title-color);
  margin-left: 6px;
}
.contact-form .gfield--type-checkbox .gform-field-label a {
  color: var(--title-color);
  text-decoration: underline;
}
.get-in-touch .gform_footer {
  margin-top: 37px;
}
.contact-form .gform_footer .gform_button {
  font-size: 16px !important;
  line-height: 20px !important;
  padding: 14px 50px 10px 23px !important;
  letter-spacing: 0.77px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  background: url(./icons/arrow-white.svg) no-repeat center right 21px;
  background-color: var(--wp--preset--color--secondary) !important;
  transition: all 0.3s ease;
  border-radius: 0 !important;
}
.contact-form .gform_footer .gform_button:hover {
  background-position: center right 15px;
}
.form-bg-overlay {
  margin-bottom: 0px !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.form-bg-overlay * {
  height: 100%;
  object-fit: cover;
}

/* ------------  CAT page css start ------------  */
.our-method-tools .section-content {
  padding: 89px 0px 64px;
}
.title-w-max {
  max-width: 500px;
}
.method-and-tools {
  justify-content: space-between;
  gap: 30px 15px;
  margin-top: 34px;
}
.method-and-tools::after {
  display: none;
}

/* question section css start */

.question-box {
  width: fit-content;
  padding-right: 30px;
}
.cat-question {
  display: flex;
  gap: 10px;
  padding-right: 65px;
  margin-bottom: 0px;
}
.title-quotation {
  margin-top: -30px;
  font-size: 120px;
  line-height: 144px;
  color: var(--bg-light-color);
}
.mb-20 {
  margin-bottom: 20px;
}
.value-number {
  display: block;
  font-size: 32px;
  line-height: normal;
  font-weight: 700;
  color: var(--wp--preset--color--secondary);
}
.value-text {
  display: block;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.67;
  color: var(--title-color);
}
.question-flex .col-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}
.question-flex .question-left,
.question-flex .answer-right {
  width: 50%;
}
.answer-right {
  position: relative;
  padding-left: 65px;
  border-left: 1px solid #707070;
}
.answer-right::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: rotate(45deg);
  position: absolute;
  left: -4px;
  top: 45%;
  background: var(--wp--preset--color--white);
}
.answer-right p {
  margin-bottom: 5px;
}

.mini-title-left .heading-sm {
  font-weight: 500;
  margin-bottom: 23px;
  text-transform: uppercase;
}
.title-dark {
  color: var(--wp--preset--color--black);
}
.head-medium {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 38px;
}

.tabing-img-box {
  display: flex;
  flex-direction: column-reverse;
}
.tabing-img-box + .tabing-img-box {
  margin-top: 38px;
}
.tabing-img-box .box-image {
  margin: 0;
}
.tabing-img-box .box-image img {
  width: auto;
  max-height: 145px;
  object-fit: cover;
  height: 100%;
}
.tabing-img-box .box-text {
  padding: 0 0 17px;
}

.tab-divider-bottom .nav .tab a {
  color: var(--wp--preset--color--black);
}

.tab-divider-bottom {
  padding-bottom: 110px;
  border-bottom: 1px solid #707070;
  margin-bottom: 50px;
}
.graph-sketch img {
  max-width: 430px;
  object-fit: cover;
  border: 1px solid #c3c3c3;
}
.bottom-space-large {
  margin-bottom: 80px;
}
.sector-graph-row .col .col-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.our-method-tools .method-and-tools > .col {
  max-width: 673px;
  flex-basis: 48%;
}
.method-and-tools .col .col-inner {
  padding: 49px 57px 102px 46px;
}

.tools-main-head {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  color: var(--active-color);
  margin-bottom: 38px;
}
.text-mb-none p {
  margin-bottom: 0px;
}
.page-bottom-form {
  max-width: 740px;
  width: 100%;
  margin: auto;
  padding: 0 15px 10px;
}
.page-bottom-form .gform_wrapper {
  padding: 62px 88px 101px 76px;
}
.page-bottom-form .gform_footer {
  margin-top: 48px;
}

/* privacy policy page css */
.privacy-policy #main {
  max-width: 1470px;
  margin: auto;
  padding: 40px 15px;
}

body.page-id-1350 {
  color: var(--title-color);
}
.banner-with-logo .section-content {
  padding: 110px 0px 90px;
}
/* ----------coaching page-------------- */
.services-tabing-pink .nav .tab.active a {
  color: var(--active-colo-pink);
}
.services-tabing-pink .nav .tab.active {
  border-right: 8px solid var(--primary-background);
}

/* ---------------chi-ciamo-page------------- */

.h-100 > .col-inner {
  height: 100%;
}
.mt-28 {
  margin-top: 28px;
}
.h-100 > .col-inner {
  padding: 30px 34px 30px 25px !important;
}

/* -------------formazione------------- */

.ml-auto > .col-inner {
  margin-left: unset !important;
}
.m-auto > .col-inner {
  margin-left: auto !important;
  margin-right: auto !important;
}
.training-page-form .gform_heading {
  display: none;
}
.quote-div {
  display: flex;
}
.f-120 {
  font-size: 120px;
  font-family: "Pumpshot";
  font-family: 400;
  rotate: 180deg;
  margin-bottom: auto;
  margin-top: -47px;
  margin-right: 14px;
}
.quote-div p {
  color: #fff;
}
.f-28 {
  font-size: 28px;
}
.mb-32 {
  margin-bottom: 32px !important;
}

.course-categories-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 18px;
}
.category-image {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
.category-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(#222e3300, #222e33e0);
  height: 100%;
  width: 100%;
  z-index: 2;
}
.catagory-info {
  position: absolute;
  display: flex;
  justify-content: left;
  align-items: flex-end;
  word-wrap: break-word;
  gap: 16px;
  padding: 17px;
  bottom: 10px;
  z-index: 3;
}
.category-name {
  color: #fff;
}
.course-category {
  min-width: 27px;
}
.category-image img {
  width: 100%;
}
/* --------slider------------ */

.course-slide {
  border: 1px solid var(--primary-background) !important;
  border-radius: 7px !important;
  padding: 30px !important;
  margin-right: 42px !important;
  height: 100%;
}
.course-title {
  color: var(--active-colo-pink);
}
.course-slider .flickity-viewport {
  height: 574px !important;
}
.slider-btn {
  margin-top: 92px;
}
.course-slider-row .flickity-prev-next-button {
  transform: unset;
  opacity: 1;
  top: -80px;
  max-height: 20px;
}
.course-slider-row .flickity-prev-next-button.previous svg {
  display: none;
}
.course-slider-row .flickity-prev-next-button.next svg {
  display: none;
}
.course-slider-row .flickity-button.flickity-prev-next-button.previous {
  background-image: url(icons/arrow-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  left: auto;
  right: 288px;
}
.course-slider-row .flickity-button.flickity-prev-next-button.next {
  background-image: url(icons/arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  right: 234px;
}
.program-btn {
  position: absolute;
  right: 31px;
  bottom: 13px;
  font-size: 14px;
  font-weight: 300 !important;
  font-family: "Soleil";
}
.program-btn::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 5px;
  background-image: url(icons/download.svg);
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.custom-preview-warpper {
  padding-top: 40px;
}

.custom-preview-warpper .pr-row {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
  max-width: 1200px;
}

.custom-preview-warpper .pr-row-inner {
  margin-bottom: 0;
}

.custom-preview-warpper .pr-row-para {
  grid-template-columns: 1fr;
  max-width: 100%;
}

.custom-preview-warpper .pr-lable {
  font-size: 18px;
  margin-bottom: 20px;
  color: #6e7785;
}

.custom-preview-warpper .pr-text {
  font-size: 20px;
  color: #222e33;
  font-weight: 500;
  text-transform: capitalize;
}

.custom-preview-warpper .pr-row-para .pr-text {
  font-size: 18px;
}

@media (max-width: 1440px) {
  .bottom-fixed-btn {
    bottom: 6px;
    left: 15px;
  }

  .logo-left .logo {
    margin-right: 10px;
  }
}
@media (max-width: 1140px) {
  .header-wrapper .nav {
    gap: 0 16px;
  }
}

@media (max-width: 1028px) {
  .course-slider .flickity-viewport {
    height: 470px !important;
  }
  .course-slider-row .flickity-prev-next-button {
    top: -62px;
  }
  .header-nav-main.nav-left {
    padding: 0px 5px;
  }

  .banner-main-head {
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .main-hero-banner .banner-main-head {
    margin-top: 20px;
  }
  .main-pera,
  .case-description p {
    font-size: 20px;
    line-height: 26px;
  }
  .banner-main-pera {
    font-size: 18px;
    line-height: 22px;
  }
  .main-hero-banner .section-content {
    padding: 120px 0px 200px;
  }
  .our-consulting .section-content {
    padding: 60px 0px 50px;
  }
  .sec-title-box {
    font-size: 18px;
    line-height: normal;
  }
  .sec-left-head {
    font-size: 36px;
    line-height: 40px;
  }
  .mb-space {
    margin-bottom: 20px;
  }
  .consult-group-row {
    margin-top: 0px;
  }
  .case-history-img {
    min-height: 400px;
  }
  .box-bg-image,
  .box-h-img .box-image img,
  .news-view-img {
    min-height: 400px;
    max-height: 400px;
  }
  .our-case-history .section-content {
    padding: 60px 0px 90px;
  }

  .case-history-post {
    max-width: 360px;
    margin-right: 15px !important;
  }
  .client-accordian-head {
    padding: 25px 0px 21px;
  }
  .organisation-name,
  .services-tabing .nav .tab a {
    font-size: 28px;
    line-height: normal;
  }
  .description-title {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 16px;
  }
  .work-flow-desc {
    margin-bottom: 30px;
  }
  .page-top-banner .section-content {
    padding: 120px 0px 60px;
  }
  .head-primary {
    font-size: 44px;
  }
  .verticle-spacing > .row:not(.row-bg-secondary) {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .row-bg-secondary {
    padding: 50px 0px;
  }
  .our-work-results {
    padding: 50px 0px 35px;
  }
  .col-full {
    padding-left: 20px;
  }
  .bottom-extra-space {
    margin-bottom: 40px;
  }
  .services-sectors .section-content {
    padding: 55px 0px 20px;
  }
  .services-sectors .section-bg {
    max-width: 480px;
    max-height: 400px;
    left: auto;
  }
  .work-sector-desc .sec-left-head,
  .services-list .sec-left-head {
    margin-bottom: 25px;
  }
  .work-sector-desc {
    margin-bottom: 60px;
  }

  .history-des-box .col-inner {
    padding: 20px;
  }
  .our-news-sec .section-content {
    padding: 60px 0px;
  }
  .news-post-description {
    padding-left: 15px;
  }
  .news-post-image .news-img {
    max-height: 350px;
    min-height: 350px;
  }
  .news-height-full .news-post-image .news-img {
    max-height: 450px;
    min-height: 450px;
  }
  .read-more-arrow {
    width: 55px;
    height: 55px;
  }
  .case-listing-sec .section-content {
    padding: 50px 0px 30px;
  }
  .case-history-categories {
    margin-bottom: 55px;
  }
  .case-history-list-card .news-post-description {
    padding: 0px 15px 10px;
  }
  .post-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .gap-x {
    gap: 10px;
  }
  .case-history-main-banner .section-content,
  .row-top-space {
    padding-top: 100px;
  }
  .row-lg-full .col {
    max-width: 100%;
    flex-basis: 100%;
  }
  .max-w-none .col-inner {
    max-width: 100% !important;
  }
  .single-history-post {
    gap: 30px 20px;
  }
  .history-data-tab .tab-panels {
    padding: 0 0 0 30px;
  }
  .history-data-tab .nav .tab,
  .history-logo {
    margin-bottom: 30px;
  }
  .history-data-tab .nav .tab a {
    font-size: 36px;
    line-height: 40px;
  }
  .history-data-tab .nav .tab.active a {
    font-size: 48px;
  }
  .history-overview > .main-pera {
    margin-bottom: 20px;
  }

  .sec-content-large .section-content {
    padding: 60px 0 30px;
  }
  .service-list-description .section-content {
    padding: 60px 0 50px;
  }
  .news-filter-sec .section-content {
    padding: 65px 0 100px;
  }
  .news-title {
    font-size: 18px;
  }
  .content-flex {
    gap: 15px;
  }
  .mb-equal {
    margin-bottom: 25px;
  }
  .sector-management,
  .contact-form-wrapper .gform_heading .gform_description {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .contact-info-desc .col-inner {
    padding: 60px 15px 30px;
  }
  .get-in-touch {
    padding: 60px 0;
  }
  .contact-form-wrapper .gform_heading .gform_description {
    margin-bottom: 25px;
  }
  .news-view-description {
    padding: 50px 15px 30px;
  }
  .single-news-info {
    gap: 10px 40px;
    margin-bottom: 25px;
  }
  .news-about-description {
    margin: 60px auto;
  }
  .page-bottom-form .gform_wrapper {
    padding: 40px 40px 60px;
  }
  .page-bottom-form .gform_body .gform_fields {
    gap: 10px 20px;
  }
  .page-bottom-form
    .contact-form
    .gfield.user-input:not(.gfield--type-textarea) {
    max-width: 100%;
  }
  .our-method-tools .section-content {
    padding: 50px 0px 30px;
  }
  .method-and-tools {
    margin-top: 0px;
  }
  .method-and-tools .col .col-inner {
    padding: 35px 35px 70px;
  }
  .tools-main-head {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .banner-with-logo .section-content {
    padding: 80px 0px 57px;
  }
  .banner-with-logo .title-bottom-space {
    padding-bottom: 0px;
  }
  .title-quotation {
    margin-top: -15px;
    font-size: 90px;
    line-height: normal;
  }
  .cat-question {
    padding-right: 20px;
  }
  .answer-right {
    padding-left: 40px;
  }
  .head-medium {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .bottom-space-large {
    margin-bottom: 45px;
  }
  .tab-divider-bottom {
    padding-bottom: 80px;
    margin-bottom: 30px;
  }
}

@media (max-width: 849px) {


  .slider-btn {
    margin-top: 58px;
  }
  .course-slider .flickity-viewport {
    height: 460px !important;
  }
  .course-slider-row .flickity-prev-next-button {
    top: -80px;
  }
  .course-slider-row .flickity-button.flickity-prev-next-button.previous {
    right: 94px;
  }
  .course-slider-row .flickity-button.flickity-prev-next-button.next {
    right: 43px;
  }

  .candidate-position * {
    font-size: 18px;
    line-height: 22px;
  }
  .course-categories-grid {
    grid-template-columns: 1fr 1fr;
  }
  .mt-28 {
    margin-top: 24px;
  }
  #header .header-main {
    padding: 10px 0px;
  }
  #header #top-bar {
    display: none;
  }
  .header-main #logo {
    width: 150px;
  }
  .header-main li.html.custom {
    display: inline-block;
  }
  .main-hero-banner .section-content::before {
    right: 0;
    transform: none;
  }
  .main-hero-banner .banner-main-pera {
    margin-bottom: 25px;
  }
  .banner-filter-tabs .nav .tab a {
    font-size: 16px;
  }
  .case-history-content {
    padding-left: 15px;
  }
  .sec-title-light {
    font-size: 20px;
    line-height: normal;
  }
  .our-customers .section-content {
    padding: 50px 0px 40px;
  }

  .client-accordian-head .toggler-icons svg {
    max-width: 18px;
    vertical-align: middle;
  }
  .description-title {
    font-size: 22px;
  }
  .work-flow-desc .main-pera {
    font-size: 16px;
  }
  .sub-main-para {
    font-size: 26px;
    line-height: 36px;
  }
  .client-accordian-body {
    padding: 10px 0px 30px;
  }
  .footer-logo {
    margin-bottom: 30px !important;
  }
  .copy-right-text {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer-menu-title.mt-space {
    margin-top: 30px;
  }
  .footer-info-col {
    padding-bottom: 40px;
  }
  .col-full {
    padding-left: 0px;
    row-gap: 40px;
  }
  .results-img-view {
    margin-top: 20px;
  }
  .services-list + .services-list {
    padding-left: 40px;
  }

  .news-main-row .col:last-child {
    max-width: 100%;
    flex-basis: 100%;
  }
  .news-main-row .col:last-child .col-inner {
    display: flex;
    gap: 30px;
  }
  .news-main-row .col:last-child .news-post-items {
    flex-basis: 50%;
    max-width: 50%;
  }
  .case-history-listing-grid {
    grid-template-columns: 1fr;
  }

  .case-history-list-card .post-title {
    max-width: none;
    padding-right: 10px;
  }
  .operational-area-sec .section-content {
    padding: 55px 0px 0px;
  }
  .primary-card-row .col-inner {
    padding: 20px 20px 35px;
  }
  .img-content-sec .section-content,
  .board-management-sec .section-content {
    padding: 50px 0px 30px;
  }
  .management-desc {
    padding: 15px;
  }
  .history-data-tab .nav {
    min-width: auto;
    flex-direction: row;
    gap: 20px;
    overflow-x: auto;
  }
  .history-data-tab .nav::-webkit-scrollbar {
    display: none;
  }
  .history-data-tab .nav .tab.active a {
    font-size: 36px;
    line-height: 40px;
  }
  .history-data-tab .tab-panels {
    padding: 0;
    margin-top: 40px;
  }
  .single-history-post {
    flex-direction: column-reverse;
  }
  .pb-md-none {
    padding-bottom: 0px;
  }
  .services-tabing .tab-panels {
    margin-top: 20px;
  }
  .get-in-touch {
    max-width: 100%;
  }
  .contact-form .gform_body .gform_fields {
    gap: 10px 25px;
  }
  .news-view-img {
    min-height: unset;
    max-height: unset;
  }
  .news-view-banner {
    flex-direction: column-reverse;
  }

  .custom-preview-warpper .pr-row {
    grid-template-columns: 1fr;
  }
  .custom-preview-warpper .pr-lable {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .custom-preview-warpper .pr-text {
    font-size: 18px;
  }
  .custom-preview-warpper .pr-row-para .pr-text {
    font-size: 16px;
}


}

@media (max-width: 768px) {
  .pb-md-space {
    padding-bottom: 15px;
  }
  .case-history-main-banner .section-content,
  .row-top-space {
    padding-top: 50px;
  }
  .banner-numbers-row {
    padding: 20px 0px;
  }
  .button.btn-primary {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 15px 8px;
    letter-spacing: 0.2px;
  }
  .banner-numbers-row .content-light,
  .result-statistics-number .content-light {
    font-size: 14px;
    line-height: normal;
  }
  .statistics-container,
  .inner-flex .col-inner {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .statistics-numbers {
    padding: 0px 15px;
    width: 50%;
    max-width: 50%;
  }
  .verticle-spacing > .row:not(.row-bg-secondary) {
    flex-direction: column-reverse;
    margin-bottom: 0px;
  }
  .verticle-spacing > .row:not(.row-bg-secondary) .col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .case-description {
    max-width: 100%;
  }
  .row-verticle-spacing {
    padding: 75px 0px 20px;
  }
  .history-year {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .post-topbar {
    margin-bottom: 8px;
  }
  .case-history-categories {
    gap: 15px;
  }
  .categories-tabs {
    padding: 10px 20px 6px;
    font-size: 14px;
    line-height: normal;
  }
  .primary-card-row {
    margin-top: 0;
  }
  .primary-card-row .col {
    max-width: 50%;
    flex-basis: 50%;
  }
  .grid-cols-layout {
    grid-template-columns: repeat(2, 1fr);
  }
  .services-list + .services-list {
    padding-left: 0px;
    border-left: none;
    margin-top: 10px;
  }
  .read-more-services .col-inner {
    flex-direction: column;
  }
  .heading-sm {
    font-size: 18px;
    line-height: 22px;
  }
  .load-more-news {
    padding: 15px 20px 11px;
    font-size: 16px;
    line-height: 22px;
  }
  .news-filter-sec .section-content {
    padding: 45px 0 60px;
  }
  .news-listing-container .grid-cols-layout {
    margin-bottom: 40px;
  }
  .contact-form .gform_footer .gform_button {
    font-size: 14px !important;
    line-height: 18px !important;
    letter-spacing: 0.2px !important;
  }
  .get-in-touch .gform_footer,
  .page-bottom-form .gform_footer {
    margin-top: 25px;
  }
  .mini-title-left .heading-sm {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .candidate-details {
    gap: 24px;
  }
  .candidate-position {
    grid-template-columns: 1fr;
  }
  .candidate-position .text-center {
    text-align: left;
  }
  .candidate-position .text-right {
    text-align: left;
  }
  .slider-btn {
    margin-top: 30px;
  }
  .course-slide {
    padding: 20px !important;
  }

  .course-slider-row .flickity-prev-next-button {
    top: -94px;
  }
  .course-slider-row .flickity-button.flickity-prev-next-button.previous {
    right: 70px;
  }
  .course-slider-row .flickity-button.flickity-prev-next-button.next {
    right: 16px;
  }
  .course-slider-row .slider-wrapper .flickity-prev-next-button {
    display: block !important;
  }
  .candidate-position * {
    font-size: 16px;
    line-height: 20px;
  }
  .course-categories-grid {
    grid-template-columns: 1fr;
  }
  .mt-28 {
    margin-top: 20px;
  }
  .btn-right-space {
    margin-right: 0px;
  }
  .sec-mini-head {
    font-size: 16px;
    line-height: normal;
  }
  .banner-main-head {
    font-size: 40px;
    line-height: 45px;
  }

  .main-pera,
  .case-description p {
    font-size: 16px;
    line-height: 22px;
  }
  .sub-main-para {
    font-size: 22px;
    line-height: 32px;
  }

  .banner-main-pera {
    font-size: 16px;
  }
  .button.btn-primary {
    padding: 15px 17px 10px;
  }
  .main-hero-banner .section-content {
    padding: 80px 0px 150px;
  }
  .banner-filter-tabs .nav {
    bottom: 20px;
  }
  .our-consulting .section-content {
    padding: 45px 0px 30px;
  }

  .sec-left-head {
    font-size: 28px;
    line-height: 32px;
  }
  .sec-title-light {
    font-size: 18px;
  }
  .col-content-between .col-inner {
    margin-bottom: 0px;
    flex-wrap: wrap;
    gap: 20px;
  }

  .sec-title-box {
    font-size: 16px;
    line-height: normal;
    padding: 10px 10px 8px 60px;
  }
  .sec-title-box::before {
    width: 50px;
    background-size: 20px;
  }
  .sec-title-box::after {
    left: 45px;
  }

  .case-history-img {
    min-height: 350px;
  }
  .box-bg-image,
  .box-h-img .box-image img {
    min-height: 350px;
    max-height: 350px;
  }

  .our-case-history .section-content {
    padding: 45px 0px 65px;
  }
  .case-history-slider {
    padding: 0px 15px;
  }
  .client-accordian-head {
    gap: 15px;
    padding: 15px 0px;
  }
  .customers-logo {
    max-height: 50px;
    min-height: 50px;
    margin-right: 10px;
  }
  .organisation-name,
  .services-tabing .nav .tab a {
    font-size: 22px;
  }
  .description-title {
    font-size: 20px;
  }
  .head-primary {
    font-size: 36px;
  }
  .head-spacing {
    letter-spacing: -0.52px;
  }
  .row-bg-secondary,
  .our-work-results {
    padding: 40px 0px 20px;
  }
  .page-top-banner .section-content {
    padding: 60px 0px 20px;
  }
  .bottom-extra-space {
    margin-bottom: 30px;
  }
  .col-show-mobile {
    display: block;
  }
  .services-sectors .section-bg {
    background-image: none !important;
  }
  .work-sector-desc {
    margin-bottom: 40px;
  }

  .services-list ul li::before {
    top: 6px;
  }

  .history-des-box .col-inner {
    min-height: auto;
  }
  .our-news-sec .section-content {
    padding: 60px 0px 40px;
  }
  .case-listing-sec .section-content {
    padding: 40px 0px 10px;
  }
  .sec-content-large .section-content {
    padding: 40px 0 20px;
  }
  .case-history-list-card {
    margin-bottom: 25px;
  }
  .hover-text-show {
    margin-top: 15px;
  }
  .primary-card-row .col,
  .our-method-tools .method-and-tools > .col {
    max-width: 100%;
    flex-basis: 100%;
  }
  .title-secondary {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .grid-cols-layout {
    grid-template-columns: 1fr;
  }
  .team-img {
    max-height: none;
    min-height: none;
  }
  .history-data-tab .nav .tab a,
  .history-data-tab .nav .tab.active a {
    font-size: 28px;
    line-height: 32px;
  }
  .history-data-tab .nav .tab {
    margin-bottom: 10px;
  }
  .services-tabing .nav .tab {
    padding: 10px 5px 10px 0;
  }
  .service-list-description .section-content {
    padding: 50px 0 20px;
  }
  .col-bottom {
    padding-bottom: 15px;
  }
  .services-tabing .nav .tab.active {
    border-right-width: 4px;
  }
  .contact-info {
    margin-bottom: 25px;
  }
  .content-flex {
    margin-bottom: 5px;
  }
  .contact-info-desc .col-inner {
    padding: 40px 15px 20px;
  }
  .get-in-touch .gform_wrapper {
    padding: 30px 15px;
  }
  .contact-form .gform_body .gform_fields {
    gap: 5px 0px;
  }
  .news-view-description {
    padding: 30px 15px 20px;
  }
  .page-bottom-form .gform_wrapper {
    padding: 25px 15px 40px;
  }
  .tools-main-head {
    font-size: 22px;
    line-height: 26px;
  }
  .method-and-tools .col .col-inner {
    padding: 25px 20px 50px;
  }
  .banner-with-logo .section-content {
    padding: 50px 0px 20px;
  }
  .question-flex .question-left,
  .question-flex .answer-right {
    width: 100%;
  }
  .cat-question {
    padding-right: 0px;
    margin: 30px 0 20px;
    gap: 5px;
  }
  .answer-right {
    border-left: none;
    border-top: 1px solid #707070;
    padding-left: 0;
    padding-top: 25px;
  }
  .answer-right::before {
    transform: rotate(135deg);
    left: 50%;
    top: -5px;
  }
  .button.footer-contact {
    display: block;
    border-right: none !important;
    margin-bottom: 5px !important;
    margin-right: 0;
    padding: 0;
  }
  .head-medium {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .bottom-space-large {
    margin-bottom: 30px;
  }
  .tab-divider-bottom {
    padding-bottom: 45px;
    margin-bottom: 10px;
  }
}
@media (max-width: 549px) {
  .news-height-full .news-post-image .news-img {
    max-height: 350px;
    min-height: 350px;
  }
  .news-main-row .col:last-child .col-inner {
    flex-direction: column;
    gap: 0px;
  }
  .news-main-row .col:last-child .news-post-items {
    flex-basis: 100%;
    max-width: 100%;
  }

  .pb-20 {
    padding-bottom: 0;
  }

  .row-wrapper .row p br {
    display: none;
  }
}

@media (max-width: 360px) {
  .statistics-numbers {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 620px) {
  .header-search-form .search-field:focus {
    width: 150px;
  }
  .row-wrapper .row .btn-simple {
    position: absolute;
    right: 15px;
    bottom: 30px;
  }
}
@media (min-width: 769px) {
  .word-break .content-light {
    max-width: 150px;
  }
  .result-statistics-number .statistics-container {
    flex-wrap: wrap;
    row-gap: 39px;
  }
  .result-statistics-number .statistics-numbers {
    max-width: 50%;
    padding: 10px 23px;
  }
  .list-multiple .services-list {
    max-width: 35%;
  }
}
@media (min-width: 850px) {
  .footer-info-col {
    border-right: 1px solid #707070;
  }
  .consult-group-row .col {
    max-width: 486px;
  }
  .client-accordian-head .toggler-icons {
    width: 40px;
    text-align: end;
  }
  .list-multiple .services-list {
    max-width: 310px;
  }
  .single-history-post .history-overview {
    min-width: 355px;
    width: 100%;
  }
  .history-data-tab .nav .tab:last-child {
    margin-bottom: 0px;
  }
  .services-tabing .nav {
    width: 30%;
    justify-content: space-between;
  }
  .services-tab-custom-w .nav {
    width: 45%;
  }
  .services-tabing .tab-panels {
    border-color: #c3c3c3;
    padding: 0 0 0 40px;
  }
  .services-tabing .tab-panels .entry-content {
    max-width: 732px;
  }
  .contact-form .gfield.user-input:not(.gfield--type-textarea) {
    max-width: 252px;
    width: 100%;
  }
  .ml-auto {
    margin-left: auto;
  }
  .news-view-description {
    max-width: 730px;
    width: 100%;
    margin-left: auto;
  }
  .home .our-customers .section-content {
    padding: 70px 0px 150px;
  }
  .mission-sec {
    padding-bottom: 90px !important;
  }

  .row-wrapper .row {
    padding-bottom: 115px;
  }

  .row-wrapper .row .btn-simple {
    right: 128px;
    bottom: 0;
  }

  .row-wrapper .row ul {
    margin: 0;
    font-size: 16px;
  }
}

@media (min-width: 850px) and (max-width: 1028px) {
  .logo-left .logo {
    width: 150px !important;
  }
  .nav .menu-item a {
    font-size: 14px;
    padding: 5px 0;
  }
  .header-search-form .search-field {
    font-size: 14px;
  }
  .header-search-form .search-field:focus {
    width: 100px;
  }
  .our-identify,
  .our-history,
  .form-banner-sec,
  .working-process {
    padding: 55px 0px !important;
  }
  .case-listed-cards .box-bg-image {
    min-height: 480px;
    max-height: 480px;
  }
  .content-bottom {
    min-height: 300px !important;
  }
}

@media (min-width: 1029px) {
  .case-history-slider {
    margin-top: 47px;
  }
  .news-main-row {
    margin-top: 39px;
  }
  .case-listed-cards .box-bg-image {
    min-height: 615px;
    max-height: 615px;
  }
  .clients-main-row {
    margin-top: 16px;
  }
  .our-identify .consult-group-row {
    margin-bottom: 24px;
  }
  .our-success-story {
    margin-top: 26px;
    margin-left: 50px;
  }
  .col-bottom {
    margin-bottom: 24px;
  }
  .services-tabing .tab-panels {
    padding: 0 0 0 103px;
  }
  .home .our-customers .section-content {
    padding: 90px 0px 330px;
  }
}

/* ---login-Register--- */
.form-bg-sky-blue {
  background-color: #eff1f3;
  padding: 100px 0 130px !important;
}

.login-form {
  max-width: 818px;
  margin: auto;
  background-color: #ffffff;
  padding: 70px 92px;
  border-radius: 7px;
}
.login-form h2,
.gform_heading h2,
.fogot-pass-form h2 {
  text-align: center;
  font-family: "golos-text";
  font-weight: 600;
  font-size: 34px;
  color: #222e33;
  padding-bottom: 63px;
}
.login-username label,
.login-password label,
.gfield--input-type-email label,
.gfield--input-type-text label,
.gfield--input-type-password legend,
.ginput_container_password label,
.forgot-pass-email label {
  font-size: 18px !important;
  color: #222e33 !important;
  font-family: "golos-text";
  font-weight: 500 !important;
  margin-bottom: 11px;
}
.login-username input,
.login-password input,
.gfield--input-type-email input,
.gfield--input-type-text input,
.gfield--input-type-password input,
.ginput_container_password input,
.forgot-pass-input-fields input:first-child {
  border: 1px solid #b3c2d0 !important;
  border-radius: 5px !important;
  min-height: 55px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  box-shadow: 0;
  background: #ffffff;
  margin-bottom: 46px;
}

#loginform .forgot-pass-text {
  display: none;
}
.login-remember {
  margin-bottom: 63px;
  display: flex;
}
.login-remember label {
  font-size: 14px;
  font-weight: 400;
}
.login-remember input,
.gform_fields .gfield-choice-input {
  width: 17px;
  height: 17px;
  margin-right: 6px;
  border: 1px solid #b3c2d0 !important;
  border-radius: 5px !important;
}
.login-submit input,
.gform_footer #gform_submit_button_2,
.forgot-pass-input-fields input:last-child {
  width: 100% !important;
  background-color: var(--primary-background) !important;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  height: 56px;
  background-image: url(./icons/bg-red-arrow-right.svg);
  background-size: 56px 56px;
  background-repeat: no-repeat;
  background-position: right;
  margin-bottom: 30px;
}
.forgot-pass-input-fields input:last-child {
  margin-bottom: 0;
}
.forgot-pass-text a {
  color: #ca2c5e;
  font-size: 16px;
  font-weight: normal;
  width: 100%;
}
.forgot-pass-text {
  border-top: 1px solid #b3c2d0;
  padding-top: 36px;
}
.gfield--input-type-email input {
  width: 100% !important;
}
.gform_fields .gfield--input-type-html {
  font-size: 12px;
  color: #6e7785;
  font-weight: normal;
}
.gform_fields .gform-field-label--type-inline {
  font-size: 14px;
  font-weight: normal;
  color: #222e33;
}
.gform_fields .gform-field-label--type-inline a {
  color: #ca2c5e;
}
.register-login-text {
  font-size: 16px;
  font-weight: normal;
  border-top: 1px solid #b3c2d0;
  padding-top: 36px;
  margin-top: 14px;
}
.register-login-text a {
  color: #ca2c5e;
  margin-left: 15px;
}
.gform_fields .ginput_container_checkbox {
  padding-bottom: 30px;
}
#field_2_13 {
  margin-top: -22px;
}
.r-w-icon {
  padding-left: 30px;
  position: relative;
}
.r-w-icon::before {
  content: url(./icons/checkmark-green.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
}
.r-w-icon::after {
  content: url(./icons/wrong-mark.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 14px;
}

@media (max-width: 849px) {
  .form-bg-sky-blue {
    padding: 60px 0 80px !important;
  }
  .register-form,
  .forgotpass-form {
    margin: 15px;
  }
  .login-form {
    margin: 15px;
    padding: 30px 32px;
  }
  .login-form h2,
  .gform_heading h2,
  .fogot-pass-form h2 {
    padding-bottom: 28px;
  }
  .login-username input,
  .login-password input,
  .gfield--input-type-email input,
  .gfield--input-type-text input,
  .gfield--input-type-password input,
  .ginput_container_password input {
    margin-bottom: 26px;
  }
  .login-remember,
  .gform_fields .ginput_container_checkbox {
    margin-bottom: 33px;
  }
  .login-submit input,
  .gform_fields .gform_button {
    margin-bottom: 20px;
  }
  .forgot-pass-text {
    padding-top: 28px;
  }
  .gform_fields .ginput_container_checkbox {
    padding-bottom: 0px;
  }
}

.training-page-form .gfield_label.gform-field-label {
  font-size: 14px !important;
  color: #353536 !important;
  font-weight: 400 !important;
}
.training-page-form .ginput_container.ginput_container_checkbox {
  padding-bottom: 4px !important;
  font-size: 14px !important;
}
.training-page-form .ginput_container.ginput_container_checkbox #input_1_12 {
  margin-top: 20px !important;
}
.training-page-form .ginput_container.ginput_container_phone input {
  height: 38px;
}
.training-page-form .chosen-container.chosen-container-multi .chosen-choices {
  height: 38px !important;
}
.training-page-form input {
  height: 38px !important;
  min-height: 38px !important;
}
.training-page-form input[type="checkbox"] {
  min-height: 17px !important;
  height: 17px !important;
}
.training-page-form input[type="submit"] {
  min-height: unset !important;
  height: unset !important;
}

/* -----------------position-aparte--------- */

.position-aparte-job-sec .job_listing.type-job_listing.status-publish.hentry a {
  max-width: 1470px;
  margin: auto;
  border-bottom: 0;
  padding: 50px 15px;
  background-color: transparent;
}
.position-aparte-job-sec .job_listing.type-job_listing.status-publish.hentry {
  transition: 0.3s;
}
.position-aparte-job-sec .job_listing.type-job_listing.status-publish.hentry {
  background-color: #f6f6f6;
}
.position-aparte-job-sec
  .job_listing.type-job_listing.status-publish.hentry:hover {
  background-color: #f38eb160 !important;
}
.position-aparte-job-sec .job-manager-applications-applied-notice {
  display: none;
}

.position-aparte-job-sec .rp4wp-related-job_listing > ul li.job_listing,
.rp4wp-related-job_listing > ul li.no_job_listings_found,
ul.job_listings li.job_listing,
ul.job_listings li.no_job_listings_found {
  border: none;
}
.position-aparte-job-sec .job_filters .showing_jobs {
  display: none !important;
}

.company-name-date {
  display: grid;
  grid-template-columns: 2fr 3fr;
}
.position-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.position-title {
  padding: 0 0 0 0 !important ;
}
.company-tag-line {
  color: #000;
  opacity: 0.5;
}
.company-name-date .meta {
  white-space: nowrap;
}
.position-info-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
}
.right-arrow-job {
  text-align: right;
}

.font-20 {
  font-size: 20px;
  line-height: 26px;
  color: #000;
}
.font-24 {
  font-size: 24px !important;
  line-height: 32px !important;
  font-weight: 600;
  color: var(--title-color) !important;
}
.job_listings {
  border: none !important;
}
.job_types {
  border: none !important;
}
.job_filters {
  max-width: 1470px;
  margin: auto;
  padding: 50px 15px;
  background: none;
}
.search_keywords {
  width: 100% !important;
}
.search_jobs {
  display: flex;
  border-bottom: none;
  padding: 0 !important;
  position: relative;
}
.job-search-submit {
  position: absolute;
  top: 28px;
  right: 34px;
  padding: 0 !important;
  background: #fff;
}
.search_keywords {
  padding: 0;
}
.search_keywords input {
  padding: 44px 30px;
  font-size: 20px;
  border-radius: 11px;
  border: 1px solid #2c0210;
}
.job-search-submit button[type="submit"] {
  margin: 0;
  padding: 0;
  padding: 0px 8px;
}
.mt-60 {
  margin-top: 84px;
}

/* ---------single-job-page------------------- */

.job-manager-applications-applied-notice {
  display: none !important;
}
.single-job-date-posted {
  margin: 0 !important;
  padding: 0 !important;
}
.single-job-location {
  margin: 0 !important;
  padding: 0 !important;
}

.job-position-heading-info {
  display: flex;
  /* gap: 86px; */
  align-items: center;
}
.blog-wrapper.blog-single .row.align-center {
  justify-content: left !important;
}

.f-18-mb-27 {
  font-size: 18px;
  margin-bottom: 27px;
  font-weight: 600;
  color: #222e33;
}
.f-16 {
  font-size: 16px;
  line-height: 26px;
  color: #222e33;
}
.color-blue * {
  color: #6e7785 !important;
}

.mb-34 {
  margin-bottom: 34px;
}
.mt-16 {
  margin-top: 16px;
}

.single-job_listing .blog-wrapper.blog-single.page-wrapper {
  background-color: #eff1f3;
}
.single-job_listing .row.align-center .large-10.col {
  border-radius: 7px;
  background-color: #ffffff;
  max-width: 100%;
  flex-basis: 100%;
  padding: 47px 60px 0px 60px;
  margin: 40px 15px 80px;
}
.form-btn-primary {
  font-size: 16px !important;
  padding: 17px 27px 13px !important;
  margin: 48px 0 60px 0 !important;
}
.single-job-list-custom-li li {
  margin-bottom: 0;
  margin-left: 60px;
  margin-bottom: 5px;
}
.single-job-list-custom-li ul {
  margin-top: 16px;
}

.single-page-job-date-location {
  display: flex;
  align-items: center;
  color: #6E7785;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 400;
  gap: 8px;
}
.single_job_listing .meta .single-page-job-date-location li{
  margin: 0;
  padding: 0;
  float: unset;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.single-joblisting-page-date-location {
  display: flex;
  /* gap: 86px; */
  align-items: center;
}
.job-listing-meta.single-job-listing-meta.meta {
  margin: 0 !important;
}
.entry-divider.is-divider.small,
.entry-category.is-xsmall {
  display: none;
}
.entry-title {
  text-align: left;
  color: #222e33;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  max-width: 717px;
}
.entry-header-text.text-center {
  padding: 0 !important;
}

.single-job_listing .article-inner .navigation-post {
  display: none;
}

/* ----file-upload------- */

.job_listing .gform_heading,
.job_listing .gf_progressbar_wrapper {
  display: none;
}
.job_listing .application_details {
  border: none !important;
  box-shadow: none !important;
}

.job_listing input[type="button"],
.single-job_listing input[type="submit"] {
  font-size: 16px !important;
  line-height: 20px !important;
  padding: 14px 50px 10px 23px !important;
  letter-spacing: 0.77px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  background: url(./icons/arrow-white.svg) no-repeat center right 21px;
  background-color: var(--wp--preset--color--secondary) !important;
  transition: all 0.3s ease;
  border-radius: 0 !important;
}
.single-job_listing input[type="button"].gform_previous_button {
  background: url(./icons/arrow-white-left.svg) no-repeat center left 21px;
  background-color: var(--wp--preset--color--secondary) !important;
  padding: 14px 23px 10px 50px !important;
}
.single-job_listing .gform_previous_button {
  /* position: absolute;
  left: 0; */
  margin-right: auto !important;
}
.single-job_listing .gfield_required {
  opacity: 0;
  visibility: hidden;
}

.job_listing .gform_fields.top_label.form_sublabel_below.description_below {
  gap: 0;
}
.job_listing .gform_page_footer.top_label {
  justify-content: end;
  margin-top: 74px;
}
.f-14 {
  font-size: 14px;
  color: #6e7785;
  margin-bottom: 0px;
}
.job_application.application {
  margin: 0;
}
.job_listing .gform_drop_area.gform-theme-field-control {
  padding: 20px;
  border: 2px dashed #d2dae5;
  background-color: #f8f9fa;
  padding: 30px;
}
.job_listing
  .button.gform_button_select_files.gform-theme-button.gform-theme-button--control {
  position: absolute;
  z-index: 1 !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0 !important;
}

/* ----next-name-email-form----- */

.single-job_listing .application_details {
  /* padding: 0 !important; */
  padding-top: 50px !important;
}

.gform_page_fields
  .gform_fields.top_label.form_sublabel_below.description_below {
  column-gap: 60px;
}

.gfield_label.gform-field-label {
  font-size: 18px !important;
  color: #222e33 !important;
}
.single-job_listing .gfield--type-text,
.single-job_listing .gfield--type-select,
.single-job_listing .gfield--type-textarea,
.single-job_listing .gfield--type-email,
.single-job_listing .ginput_container.ginput_container_checkbox {
  margin-top: 38px;
}
.single-job_listing .gfield--input-type-phone {
  margin-top: 38px !important;
}
.single-job_listing .gfield--type-date {
  margin-top: 38px !important;
}

.single-job_listing .gfield--type-phone input,
.single-job_listing .gfield--type-date input {
  height: 55px !important;
  border: 1px solid #b3c2d0 !important;
  width: 100% !important;
  border-radius: 5px !important;
}

.ginput_container.ginput_container_select {
  height: 55px;
}
.ginput_container.ginput_container_select select {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #b3c2d0;
}
.single-job_listing textarea.large {
  min-block-size: 2rem !important;
  font-size: 16px !important;
  border-radius: 5px !important;
  border: 1px solid #b3c2d0 !important;
}
.gchoice.gchoice_5_23_1 {
  display: flex;
  align-items: center;
}
.entry-content.single-page {
  margin-bottom: 24px;
}
.single-job_listing .login_button.button.btn-primary.form-btn-primary {
  padding: 17px 50px 13px !important;
  background: none;
  border: 1px solid var(--primary-background);
  color: var(--primary-background);
  margin-top: 0 !important;
}
.login_button.button.btn-primary.form-btn-primary:hover {
  box-shadow: none;
}
.gfield--type-fileupload {
  margin-top: 38px !important ;
}
.login_button.button.btn-primary.form-btn-primary::after {
  display: none;
}
.content-area .logout-form {
  max-width: 1470px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 30px auto;
}

@media (max-width: 1028px) {
  .gform_page_fields
    .gform_fields.top_label.form_sublabel_below.description_below {
    column-gap: 40px;
  }
}

@media (max-width: 849px) {
  .gform_page_fields
    .gform_fields.top_label.form_sublabel_below.description_below {
    display: block;
    column-gap: 30px;
  }
  .gfield_label.gform-field-label {
    font-size: 16px !important;
    color: #222e33 !important;
  }
  .font-20 {
    font-size: 18px;
    line-height: 22px;
  }
  .font-24 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .position-info {
    gap: 18px;
  }
  .position-aparte-job-sec
    .job_listing.type-job_listing.status-publish.hentry
    a {
    padding: 30px 15px;
  }
  .job_filters {
    padding: 30px 15px;
  }
  .job-search-submit {
    top: 16px;
    right: 16px;
  }
  .search_keywords input {
    padding: 33px 14px;
    font-size: 18px;
  }
  .mt-60 {
    margin-top: 54px;
  }
  .single-job_listing .row.align-center .large-10.col {
    padding: 40px 38px 0px 30px;
    margin: 30px 15px 40px;
  }
  .entry-title {
    margin-bottom: 0;
  }
  .form-btn-primary {
    font-size: 14px !important;
    margin: 28px 0 32px 0 !important;
    padding: 12px 14px 10px !important;
  }
  .entry-title {
    font-size: 32px;
    line-height: 38px;
  }
  .job_listing .btn-primary {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 15px 8px;
    letter-spacing: 0.2px;
  }
  .job_listing .gform_page_footer.top_label {
    margin-top: 44px;
  }
  .gchoice.gchoice_5_23_1 {
    align-items: flex-start;
  }
  .login_button.button.btn-primary.form-btn-primary {
    padding: 17px 20px 13px !important;
  }
}
@media (max-width: 576px) {
  .gform_page_fields
    .gform_fields.top_label.form_sublabel_below.description_below {
    column-gap: 0px;
  }
  .mt-60 {
    margin-top: 34px;
  }
  .job-search-submit {
    right: 8px;
  }
  .font-20 {
    font-size: 16px;
    line-height: 20px;
  }
  .font-24 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .single-joblisting-page-date-location {
    gap: 8px;
    flex-wrap: wrap;
  }
  .job-position-heading-info {
    gap: 8px;
    flex-wrap: wrap;
  }
  .single-job_listing .row.align-center .large-10.col {
    padding: 30px 18px 0px 20px;
    margin: 20px 15px 30px;
  }
  .entry-title {
    font-size: 26px;
    line-height: 34px;
  }

  .f-18-mb-27 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .f-16 {
    font-size: 14px;
    line-height: 24px;
  }
  .mb-34 {
    margin-bottom: 24px;
  }
  .mt-16 {
    margin-top: 12px;
  }

  .job_listing .btn-primary {
    padding: 15px 17px 10px;
  }
  .gfield_label.gform-field-label {
    font-size: 14px !important;
  }

  .ginput_container.ginput_container_select {
    height: 38px;
  }

  .single-job_listing .gfield--type-text,
  .single-job_listing .gfield--type-select,
  .single-job_listing .gfield--type-textarea,
  .single-job_listing .ginput_container.ginput_container_checkbox {
    margin-top: 22px;
  }
  .single-job_listing .gfield--type-text input,
  .single-job_listing .gfield--type-select select,
  .single-job_listing .gfield--type-textarea textarea,
  .single-job_listing .ginput_container.ginput_container_checkbox {
    font-size: 14px !important;
  }
  .single-job_listing .gfield--type-text input {
    min-height: 38px !important;
  }
  .single-job_listing .gfield--input-type-phone {
    margin-top: 16px !important;
  }
  .single-job_listing .gfield--type-date {
    margin-top: 16px !important;
  }
  .single-job_listing .gfield--type-phone input,
  .single-job_listing .gfield--type-date input {
    height: 38px !important;
  }
  .job_listing input[type="button"],
  .single-job_listing input[type="submit"] {
    font-size: 14px !important;
    padding: 11px 44px 8px 18px !important;
  }
  .single-job_listing input[type="button"].gform_previous_button {
    padding: 11px 18px 8px 44px !important;
  }
  .single-job_listing .gform_previous_button {
    position: unset;
  }
  .entry-content.single-page {
    margin-bottom: 0;
  }
}

select {
  white-space: nowrap !important;
}
input:focus {
  box-shadow: none !important;
  border: 1px solid var(--primary-background) !important;
}
select:focus {
  box-shadow: none !important;
  border: 1px solid var(--primary-background) !important;
}
textarea:focus {
  box-shadow: none !important;
  border: 1px solid var(--primary-background) !important;
}
