* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  --theme: #0B6666;
  --base: #F89939;
  --color: #585858;
  --transition: .3s ease-in-out 0s;
  /*background: #F9F9F9 !important;*/
  overflow-x: hidden;
  background: #fff !important;
  --gradient: linear-gradient(to right, #F89939, #0B6666);
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

a {
  text-decoration: none !important;
}


@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-BlackItalic.woff2') format('woff2'),
    url('fonts/Satoshi-BlackItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Italic.woff2') format('woff2'),
    url('fonts/Satoshi-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}


@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Bold.woff2') format('woff2'),
    url('fonts/Satoshi-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Black.woff2') format('woff2'),
    url('fonts/Satoshi-Black.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Light.woff2') format('woff2'),
    url('fonts/Satoshi-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('Satoshi-Regular.woff2') format('woff2'),
    url('Satoshi-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-LightItalic.woff2') format('woff2'),
    url('fonts/Satoshi-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}


@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Medium.woff2') format('woff2'),
    url('fonts/Satoshi-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


.font_normal {
  font-family: 'Satoshi';
  font-weight: normal;
}

.font_reg {
  font-family: 'Satoshi';
  font-weight: 300;
  line-height: 30px;
}

.font_med {
  font-family: 'Satoshi';
  font-weight: 500;
}

.font_title {
    font-family: 'Satoshi';
    font-weight: 500;
    font-size  : 46px;
    color      : #0B6666;
    padding-bottom: 15px;
}

.font_bold {
  font-family: 'Satoshi';
  font-weight: bold;
}

.nav_list a.active {
  color: #f89939 !important;
}


@media screen and (min-width: 1400px) {
  .container {
    max-width: 1228px !important;
  }
}

ul {
  margin: 0 !important;
  padding: 0 !important;
}


.ts-control {
  border: none !important;
  font-size: 16px;
  color: #585858;
}

.ts-control input {
  font-size: 18px !important;
  color: #585858 !important;
}

.ts-control .ts-dropdown .ts-search input {
  background-image: none !important;
  /* removes any search icon background */
  padding-left: 10px !important;
  /* adjust padding after icon removed */
}

ul li {
  list-style-type: none !important;
}


.follow_text {
  padding-right: 12px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
}

.follow .d-flex {
  justify-content: end;
  align-items: center;
}

.list_social li {
  margin: 0 8px;
}

.list_social li a {
  line-height: 0;
}

.top_header {
  background: var(--theme);
  padding: 6px 0;
}

.top_header .left_col p {
  color: #fff;
  padding-right: 22px;
  padding-left: 22px;
  font-size: 16px;
  line-height: 16px;
  border-right: 1px solid rgba(255, 255, 255, .47);
}

.top_header .left_col p:first-child {
  padding-left: 0;
}

.top_header .left_col p:last-child {
  padding-right: 0;
  border-right: none;
}

.d_center {
  display: flex;
  align-items: center;
}

.follow_text {
  color: #fff;
}

.list_social li {
  margin: 0 8px;
}

.bar {
  width: 9px;
  height: 2px;
  background: rgba(255, 255, 255, .2);
}

.header_banner {
  position: relative;
  height: 80vh;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.header_banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgb(0, 0, 0, .3));
}

.bg_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.menu_nav ul.nav_list li {
  display: inline-block;
  position: static;
}

.menu_nav ul.nav_list li.active_link a {
  color: var(--base) !important;
}

.main-mega-menu {
  /* display: none; */
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  top: 110%;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  padding: 25px 0 30px 0;
  border: 1px solid rgba(0, 0, 0, .2);
  z-index: 100000;
  /*width: 1500px;*/
}

.icon_nav {
  padding-left: 5px;
}

.col-memu-mega {
  width: 20%;
}

.column-mega-menu {
  text-align: left;
}

.column-mega-menu h6 {
  margin-bottom: 8px !important;
  text-transform: uppercase;
  font-size: 14px;
}

.mega-menu-heading {
  color: var(--theme) !important;
  font-weight: 700;
}

.column-mega-menu a.Menu_main_links {
  display: block !important;
}

.column-mega-menu a {
  padding: 7px 0 !important;
}

.menu_nav ul.nav_list li:hover .main-mega-menu {
  opacity: 1;
  top: 88px;
  visibility: visible;
}

.heading_mega_menu_item {
  text-align: left;
  position: relative;
  margin-bottom: 0px;
  /* display: inline-block; */
}

.heading_mega_menu_item h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 10px;
  text-transform: uppercase;
  display: inline-block;
}

.mega_menu_item ul li {
  display: block !important;
  text-align: left;
}

.navigation_inner ul li a {
  color: var(--color);
  font-size: 17px;
  padding: 15px 22px;
  display: inline-block;
  line-height: 16px;
  transition: .4s;
}

.main-mega-menu ul li a {
  padding: 8px 0 !important;
  font-size: 16px;
}

.w_50 {
  width: 50%;
}

.w_30 {
  width: 30%;
}

.w_25 {
  width: 25%;
}

.mega_menu_item {
  /* border-right: 1px solid #f1f1f1; */
  padding-right: 40px;
  margin-right: 40px;
}

.mega_menu_item:last-child {
  margin-right: 0 !important;
  padding-right: 0 !important;
  border-right: 0 !important;
}

.mega_menu_item_list .d-flex {
  column-gap: 40px;
}

.mega_menu_item_list li a {
  font-weight: 400 !important;
}





.menu_nav ul.nav_list li a {
  display: block;
  /*color: #fff;*/
  color: var(--color);
  font-weight: 500;
  padding: 0 18px;
  transition: .4s;
  text-transform: capitalize;
}

.menu_nav ul.nav_list li a:hover {
  color: var(--base) !important;
}

.menu_nav ul.nav_list li:first-child a {
  padding-left: 0;
}

.navigation {
  z-index: 9;
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
  padding: 20px 0;
  transition: .4s ease-in-out 0s;
}

.navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  /*     backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgb(255 255 255 / 36%), rgb(255 255 255 / 36%));*/
  z-index: 9999;
  box-shadow: 0px 0px 15px #c6c6c6;
}

.main-mega-menu {
  border-top: 1px solid #f1f1f1;
}

.clr_logo {
  display: none;
}

.navigation.stricky-fixed .clr_logo {
  display: block !important;
  max-width: 186px;
}

.navigation.stricky-fixed .white_logo {
  display: none;
}

.navigation.stricky-fixed .menu_nav ul.nav_list li a {
  color: var(--color);
  font-weight: 500;
}

.nav_inner_flex {
  column-gap: 50px;
}

.nav_button button {
  border: none !important;
  padding: 13px 30px;
  background: var(--base);
  color: #fff;
  font-size: 15px;
  border-radius: 70px;
  position: relative;
}

.nav_button button::before {
  content: '';

}

.banner_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.banner_left_content button {
  transition: .3s;
}

.banner_left_content button:hover {
  background: var(--theme);
}

.banner_left_content h1 {
  color: #fff;
  font-size: 46px;
  line-height: 53px;
  padding-bottom: 10px;
}

.banner_left_content p {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 25px;
}

.marq_right ul li {
  display: inline-block;
  font-size: 30px;
  line-height: 64px;
  color: #fff;
  /*font-weight: bold;*/
  /*text-transform: uppercase;*/
  padding: 0 24px;
  position: relative;
}

/*.marq_right ul li::before 
{
  content: '-';
  position: absolute;
  top: 0;
  right: 0;
  font-style: 41px;
  color: #fff;
}*/
.marquee_section {
  background: var(--base);
  padding: 25px 0;
}

.marq_left h1 {
  font-size: 41px;
  line-height: 64px;
  color: #fff;
}

.marq_left {
  min-width: 400px;
  padding-left: 40px;
}

.common_heading p.sec_para {
  font-size: 16px;
  /*line-height: 15px;*/
  color: var(--base);
  padding-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.common_heading h1 {
  font-size: 46px;
  /*line-height: 53px;*/
  color: var(--color);
  padding-bottom: 15px;
}

.common_heading .reg_font {
  font-size: 16px;
  line-height: 30px;
  color: #585858;
  text-align: center;
}

.common_heading {
  max-width: 856px;
  margin: auto;
  text-align: center;
  padding-bottom: 45px;
}

.country {
  padding: 58px 0 58px;
  overflow: hidden;
}

.country_item {
  /*overflow: hidden;*/
  /*border-radius: 65px;*/
  cursor: pointer;
  position: relative;
  transition: var(--transition);
}

.country .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.country_body {
  padding: 60px 30px 38px 30px;
  position: relative;
  background: #f1f1f1;
  border-bottom-left-radius: 65px;
  border-bottom-right-radius: 65px;
}

.country_body h4 {
  color: var(--color);
  font-size: 24px;
  /*line-height: 27px;*/
  padding-bottom: 15px;
}

.country_body p {
  color: var(--color);
  font-size: 16px;
  line-height: 30px;
}

.country_flag {
  width: 96px;
  height: 96px;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  position: absolute;
  top: -50px;
  right: 55px;
}

.country_image {
  overflow: hidden;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
}

.country_image img {
  transition: .3s ease-in-out 0s;
  width: 100%;
}

.country_item:hover .country_image img {
  transform: scale(1.1);
}

@media only screen and (min-width: 1200px) {
  .country .slick-country {
    margin-right: -35% !important;
  }

  .service .slick-service {
    margin-right: -35% !important;
  }
}

.country_item,
.service .service_item {
  margin: 0 12px;
}

.slick-country .country_item:nth-child(even) .country_body {
  background: var(--base) !important;
}

.slick-countryss .country_item:nth-child(even) .arrow_icon {
  background: var(--theme);
}

.arrow_icon {
  width: 60px;
  height: 60px;
  background: var(--base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.country .slick-list {
  padding-bottom: 50px !important;
}

.country .slick-dots {
  line-height: 0;
  bottom: 0;
  position: relative;
  /*margin-top: 50px !important;*/

}

.country .slick-dots li {
  width: 25%;
  height: 10.7px;
  border-radius: 50%;
  transition: .3s;
  background: #ccc;
}

.country .slick-dots li button {
  width: 10.7px;
  height: 10.7px;
  border-radius: 50%;
  transition: .3s;
  background: rgba(255, 255, 255, .5);
}

.country .slick-dots li.slick-active button {
  width: 32px;
  height: 10.7px;
  border-radius: 20px;
  background: var(--base);
}

.country .slick-dots li {
  width: auto;
  height: auto;
}

.country .slick-dots li button:before {
  display: none;
}

.highlated {
  background: var(--gradient);
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.highlated_image_box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.g_logo {
  position: absolute;
  bottom: 121px;
  right: 255px;
  z-index: -1;
}

.highlated_left h1 {
  font-size: 46px;
  /*line-height: 53px;*/
  color: #fff;
  padding-bottom: 15px;
}

.highlated_left p {
  font-size: 16px;
  /*line-height: 39px;*/
  color: #fff;
  padding-bottom: 15px;
}

.highlated_left p strong {
  font-weight: 500;
}

.highlated_list h3 {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  padding-bottom: 24px;
}

.highlated_list ul li {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 17px;
}

.icon_list {
  line-height: 0;
  display: inline-flex;
  padding-right: 3px;
}

.highlated_btn {
  padding-top: 13px;
}

.highlated_btn button {
  background: var(--theme);
}

.service .common_heading {
  max-width: 1005px;
}

.service {
  padding: 63px 0 38px;
  position: relative;
  overflow: hidden;
}

.service::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F89939;
  height: 50%;
  z-index: -1;
  opacity: .27;
}

.service_body {
  padding: 26px 24px 43px 24px;
  position: relative;
  background: #fff;
}

.service_image {
  position: relative;
  overflow: hidden;
}

.service_image img {
  width: 100%;
}

.serv_link {
  width: 50px;
  height: 50px;
  background: var(--theme);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: .4s;
  cursor: pointer;
}

.serv_link:hover {
  background: var(--base);
}

.service_body h3 {
  font-size: 24px;
  line-height: 30px;
  color: var(--theme);
  /*padding-bottom: 6px;*/
}

.service_body p {
  font-size: 16px;
  line-height: 30px;
  color: #212529;
  min-height: 130px;
}

.bloc_text {
  display: block;
}

.custom_arrows button {
  width: 65px;
  height: 65px;
  background: rgba(248, 153, 57, .5);
  border: none;
  transition: .3s;
  border-radius: 50%;
  transition: .4s;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.custom_arrows button:hover {
  background: rgba(248, 153, 57, 1);
}

.custom_arrows {
  display: flex;
  column-gap: 13px;
  justify-content: center;
  padding-top: 42px;
}

.who_we_help {
  padding: 58px 0 0px;
  position: relative;
}

.help_image_slider {
  border-radius: 38px;
  overflow: hidden;
}

.help_row .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  background: #000;
  border-radius: 30px;
  padding: 0 5px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: linear-gradient(135deg, rgb(0 0 0 / 36%), rgb(0 0 0 / 36%));
}

.help_row .owl-dots button {
  width: 13px !important;
  height: 13px !important;
  background: #fff !important;
  margin: 0 4px;
  border-radius: 30px;
  transition: .3s;
}

.help_row .owl-dots button.active {
  width: 30px !important;
  background: var(--base) !important;
  ;
}

.help_row {
  position: relative;
  padding-top: 13px;
  /*padding-bottom: 90px;*/
}

.help_image_slider {
  margin-right: 50px;
}

.help_icon {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--base);
  transition: .4s;
  position: relative;
  border-radius: 50%;
  border: 2px solid var(--base);
  flex: none;
}

.help_title {
  font-size: 23px;
  line-height: 26px;
  color: var(--theme);
  font-weight: 500;
  text-transform: capitalize;
  font-family: 'Satoshi';
  transition: .4s;
}

.help_block ul li {
  display: inline-flex;
  align-items: center;
  column-gap: 14px;
  width: 100%;
  background: #F5F5F5;
  border-radius: 70px;
  margin-bottom: 20px;
  transition: .4s;
  padding: 14px;
  cursor: pointer;
}

.help_block ul li:hover {
  background: var(--theme);
}

.help_block ul li:hover .help_title {
  color: #fff;
}

.help_block ul li:hover .help_icon {
  border-color: #fff;
  background: transparent;
  /*  background: var(--theme);*/
}

.hlp_fst_flex {
  column-gap: 30px;
}

.help_row::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 30%;
  /*background: var(--theme);*/
}

.long_banner {
  min-height: 536px;
  background: url('../images/bg.jpg');
  background-size: cover;
  background-position: center;
  /*  background-attachment: fixed;*/
}



.counter_container {
  background: var(--gradient);
  padding: 58px 0 58px;
  border-radius: 50px;
}

.counter_section {
  max-width: 880px;
  margin: auto;
}

.counter_box {
  text-align: center;
}

.counter_box h1 {
  font-size: 55px;
  line-height: 55px;
  color: #fff;
  padding-bottom: 8px;
}

.counter_box p {
  font-size: 20px;
  line-height: 23px;
  color: #fff;
}

.counter_section {
  padding-bottom: 27px;
}

.certificate_box {
  padding: 23px 27px;
  background: #fff;
  border-radius: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.certificate_section {
  /*padding-top: 15px;*/
  border-top: 2px solid rgba(255, 255, 255, .1);
}

.certificate_section .d-flex {
  column-gap: 20px;
}

.counter_section .d-flex {
  column-gap: 48px;
}

.certificate_section .heading h1 {
  font-size: 36px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  padding-bottom: 30px;
  padding-top: 30px;
}

.counter_splt {
  margin-top: -206px;
}

.our_sectors .common_heading {
  max-width: 950px;
}

.our_sectors {
  padding: 67px 0 90px;
}

.sectors_image {
  position: relative;

  overflow: hidden;
  transition: .4s ease-in-out 0s;
}

.sectors_image::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(258, 153, 57, .4), rgba(0, 0, 0, 0));
  z-index: 9;
}

.sectors_image img {
  transition: .4s ease-in-out 0s;
  filter: grayscale(1);
}

.sectors_item {
  cursor: pointer;
}

.sectors_item:hover .sectors_image img {
  filter: grayscale(0);
  transform: scale(1.1);
}

.sec_image_icon {
  width: 61px;
  height: 61px;
  background: var(--base);
  border-radius: 16px;
  position: absolute;
  bottom: 26px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  transition: .4s ease-in-out 0s;
  transform: rotate(45deg);
}

.sec_image_icon:hover {
  background: var(--theme);
}

.sec_image_icon svg {
  transform: rotate(-45deg);
}

.sectors_body {
  padding: 22px 25px 0 0;
}

.sectors_body h3 {
  color: var(--theme);
  font-size: 24px;
  line-height: 30px;
  /*padding-bottom: 13px;*/
  text-transform: capitalize;
}

.sectors_body p {
  color: var(--color);
  font-size: 16px;
  line-height: 30px;
}

.sectors_item {
  padding-right: 5px;
}

.sectors_item {
  padding-bottom: 47px;
  transition: all 0.5s;
}

.sectors_item:hover {
  transform: translateY(-5px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*.arrow_nav
{
  width: 61px;
  height: 61px;
  background: var(--base);
  border-radius: 16px;
  position: absolute;
  bottom: 26px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  transition: .4s ease-in-out 0s;
  transform: rotate(45deg);
}*/


.sectors_row .owl-nav {
  display: flex;
  column-gap: 13px;
  justify-content: end;
  padding-right: 10px;
  position: relative;
}

.sectors_row .owl-nav::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 83%;
  height: 2px;
  background: rgba(217, 217, 217, .5);
}

.sectors_row button {
  width: 65px;
  height: 65px;
  background: var(--theme) !important;
  border: none;
  transition: .3s;
  border-radius: 16px;
  transition: .4s;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transform: rotate(45deg);
  margin: 0 8px;
}

.sectors_row button:hover {
  background: var(--base) !important;
}

.arrow_nav,
.arrow_test {
  color: #fff;
  transform: rotate(-45deg);
  font-size: 25px;
}

.testimonial {
  position: relative;
  padding: 47px 0 0px;
  /*  background: var(--base);*/
}

.testimonial::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: var(--base);
  z-index: -1;
}

.left_heading h1 {
  color: #fff;
  font-size: 63px;
  line-height: 79px;
}

.rigt_testimonial p {
  color: #fff;
  font-size: 19px;
  line-height: 32px;
  max-width: 522px;
}

.testimonial_row {
  padding: 74px 70px 52px;
  background: var(--theme);
  border-radius: 39px;
  position: relative;
  margin-top: 23px;
}

.testimonial_cl_left {
  color: #fff;
  font-size: 50px;
  line-height: 61px;
  z-index: 1;
  /*  height: 100%;*/
  position: relative;
}

.testimonial_cl_left .test_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.testimonial_item h3 {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 18px;
}

.testimonial_item p {
  color: #fff;
  font-size: 16px;
  line-height: 34px;
}

.testimonial_author {
  /*margin-top: 40px;*/
  padding-left: 22px;
  position: relative;
}

.testimonial_author::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 3.5px;
  height: 100%;
  background: var(--base);
}

.testimonial_author h3 {
  color: var(--base);
  font-size: 20px;
  line-height: 30px;
  /*padding-bottom: 8px;*/
}

.testimonial_author p {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.testimonial .testimonial_cl_left button {
  width: 65px;
  height: 65px;
  background: var(--base) !important;
  border: none;
  transition: .3s;
  border-radius: 16px;
  transition: .4s;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transform: rotate(45deg);
  margin: 0 8px;
}

.testimonial button svg {
  transform: rotate(-45deg);
}

.testimonial .custom_arrows {
  justify-content: start !important;
  padding-top: 20px;
}


.testimonial .slick-dots {
  line-height: 0;
  bottom: 0;
  position: relative;
  margin-top: 43px !important;
  text-align: right !important;
}

.testimonial .slick-dots li {
  width: 25%;
  height: 10.7px;
  border-radius: 16px;
  transition: .3s;
  /*  background: #ccc;*/
}

.testimonial .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.testimonial .slick-dots li button {
  width: 20px;
  height: 10.7px;
  border-radius: 16px;
  transition: .3s;
  background: rgb(255 255 255 / 33%);
}

.testimonial .slick-dots li.slick-active button {
  width: 32px;
  height: 10.7px;
  border-radius: 16px;
  background: var(--base);
}

.testimonial .slick-dots li {
  width: auto;
  height: auto;
}

.testimonial .slick-dots li button:before {
  display: none;
}

.client {
  padding: 58px 0 58px;
}

.client_box {
  background: #F4F4F4;
  border-radius: 250px;
  padding: 15px 30px;
  min-width: 216px;

  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client_row .d-flex {
  column-gap: 20px;
}

.client_box img {
  mix-blend-mode: multiply;
}

.test_flex {
  display: flex;
  align-items: center;
}

.video_container {
  /*background: var(--base);*/
  position: relative;
}

.video_container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #fff;
  z-index: 1;
}

.video_right {
  width: 25%;
  margin-top: 75px;
}

.video_left {
  position: relative;
  z-index: 99;
  width: 75%;
}

.video_left img {
  width: 100%;
}

.video_right {
  text-align: left;
  padding: 0 27px 0 46px;
  background: var(--base);
}

.video_right h3 {
  color: #fff;
  font-size: 38px;
  line-height: 43px;
  padding-bottom: 20px;
}

/*.play_icon*/
/*{*/
/*  flex: none;*/
/*  display: block;*/
/*}*/

.play_icon {
  flex: none;
  display: inline-block;
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
  border-radius: 50%;
}

@keyframes spineer {
  from {
    box-shadow: 0 0 0 0 rgb(255, 255, 255, .99);
  }

  to {
    box-shadow: 0 0 0 45px rgb(255, 255, 255, .01);
  }
}

.service_item .service_imaged img {
  transition: .3s;
}

.service_item:hover .service_imaged img {
  transform: scale(1.1);
}

.service_item {
  cursor: pointer;
}

.video {
  padding: 60px 0 90px;
}


.home_contact {
  position: relative;
  background: url('../images/contact_bg.png');
  background-size: cover;
  background-position: center;
}

.home_contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 19px;
  background: #fff;
  z-index: 9;
}

.home_contact::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 19px;
  background: #fff;
  z-index: 1;
}

.overlay_contact {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(248, 153, 57, .8), rgba(11, 102, 102, .8));
  z-index: 1;
}

.left_contact_col {
  max-width: 594px;
}

.left_contact_col p {
  color: #fff;
  padding-bottom: 9px;
  font-size: 16px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.left_contact_col h1 {
  color: #fff;
  font-size: 46px;
  line-height: 60px;
  text-transform: capitalize;
}

.top_layer {
  z-index: 9;
  position: relative;
}

.frm_input {
  padding: 0 22px !important;
  background: rgba(226, 226, 226, .37) !important;
  border-radius: 17px !important;
  border: 1px solid #E2E2E2 !important;
  height: 65px;
  margin-bottom: 24px;
  color: #585858 !important;
}

input:focus,
select:focus {
  box-shadow: none !important;
}

.contact_hm_form ::placeholder {
  color: #B7B7B7 !important;
}

.contact_hm_form {
  background: #fff;
  padding: 66px 53px 46px;
  border-radius: 40px;
  border: 1px solid var(--theme);
  margin-right: 18px;
}

.submit_btn {
  padding: 17px;
  width: 100%;
  display: block;
  background: var(--base);
  color: #fff;
  border-radius: 17px;
  border: none;
  font-weight: bold;
  transition: .3s ease-in-out 0s;
}

.submit_btn:hover {
  background: var(--theme);
}

.footer_top_row {
  max-width: 904px;
  margin: auto;
  text-align: center;
}

footer {
  padding: 42px 0;
  overflow: hidden;
}

.footer_top_row .footer_logo {
  padding-bottom: 12px;
}

.footer_top_row p {
  font-size: 16px;
  line-height: 30px;
  /*color: var(--color);*/
  color: #212529;
}

.footer_mid_row {
  padding: 44px 0 0;
  margin-top: 24px;
  border-top: 1px solid rgba(217, 217, 217, .5);
}

.subscribe_sec {
  position: relative;
}

.sub_input {
  border: 1px solid #E2E2E2 !important;
  background: rgba(226, 226, 226, 37%) !important;
  padding: 0 25px !important;
  height: 65px;
  border-radius: 17px !important;
}

.subscribe_btn {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  background: var(--theme);
  color: #fff;
  border: none;
  height: 48px;
  font-weight: bold;
  padding: 0 38px;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 9px;
  /* position: relative; */
  z-index: 9;
  overflow: hidden;
}

.footer-contact-list-text {
  display: table-cell;
  color: #212529;
  padding-left: 10px;
  font-size: 16px;
  font-style: normal;
  line-height: 30px;
  text-align: left;
}

.single-footer-contact-info .footer_add_icon {
  color: var(--base);
  display: table-cell;
}

.single-footer-contact-info .footer_add_icon svg path {
  fill: var(--base) !important;
}

.footer_mid_col h3 {
  color: var(--theme);
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 24px;
}

.footer_link_col ul li a {
  text-decoration: none;
  /*color: #585858;*/
  color: #212529;
  font-size: 16px;
  line-height: 23px;
  padding-bottom: 17px;
  display: block;
  transition: .3s;
}

.p_top {
  padding-top: 45px;
}

.single-footer-contact-info {
  /*padding-bottom: 25px;*/
  position: relative;
}

.single-footer-contact-info .footer_add_icon {}

.footer_link_col ul li a {
  position: relative;
  padding-left: 13px;
  transition: .4s;
}

.footer_link_col ul li a:hover {
  color: var(--theme);
  font-weight: 500;
}

.link_icon {
  position: absolute;
  top: 0;
  left: 0;
}

.footer_bottom_row {
  background: var(--gradient);
  padding: 22px 0 22px;
}

.footer_bottom_row .footer_col {
  color: #fff;
  font-size: 14px;
  line-height: 16px
}

.design {
  text-align: right;
}

.design a {
  color: #fff;
}


.btn-toggler-accent {
  background-color: #000;
  border: 1px solid #000;
  color: #000;
  border-radius: 10px;
  display: flex;
  padding: 12px 24px;
  flex-direction: row;
  /*gap: 1rem;*/
  align-items: center;
}


.btn-toggler-accent:hover {
  /*background-color: #000;*/
  /*border: 1px solid #000;*/
  color: #000;
}

.btn-accent-outline {
  border-radius: 70px !important;
  overflow: hidden;
  border: none !important;
  padding: 11px 30px !important;
  background: var(--base) !important;
  color: #fff !important;
  font-size: 15px !important;
  position: relative;
  border: 2px solid var(--base) !important;
  transition: .3s;
}

.btn-accent-outline:hover {
  background-color: transparent !important;
  /*border: 2px solid #fff !important;*/
  color: var(--base) !important;
}

.btn-accent-outline:hover span {
  animation: MoveScaleRightInitial 0.3s forwards, MoveScaleRightEnd 0.3s forwards 0.3s;
}

@keyframes MoveScaleRightInitial {
  to {
    transform: translate3d(105%, 0, 0) scale3d(2, 1, 1);
    opacity: 0;
  }
}

@keyframes MoveScaleRightEnd {
  from {
    transform: translate3d(-100%, 0, 0) scale3d(2, 1, 1);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.btn-accent-outline:hover {
  /*background-color: transparent;*/
  /*border: 1px solid #000;*/
  color: #000;
}

.footer_bottom_row .footer_cold {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
}

.inner_header_banner {
  background: var(--gradient);
  padding: 150px 20px 150px;
  position: relative;
  z-index: 1;
}

.inner_header_banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/header_bg.jpg');
  mix-blend-mode: color-burn;
  opacity: 0.5;
  z-index: -1;
}

.inner_brad_crumbs ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding-right: 8px;
  color: var(--color);
  font-size: 17px;
  text-transform: capitalize;
}

.inner_brad_crumbs ul li i {
  font-size: 10px;
  color: rgba(255, 255, 255, .5);
}

.inner_brad_crumbs ul li a {
  color: #fff;
}

.inner_brad_crumbs {
  border: 1.5px solid rgba(255, 255, 255, .5);
  border-radius: 30px;
  padding: 10px 20px;
}

.active_bread a {
  color: var(--base) !important;
}

.inner_nav_line .container {
  /*border-bottom: 1px solid rgba(255,255,255,.5);*/
}


.container_wrapper {
  padding: 58px 0;
}

.about_main_section h2 {
  color: var(--theme);
}

.head_main_fnt {
  font-size: 36px;
  line-height: 30px;
  color: var(--theme);
}

.fs_nrml {
  font-size: 16px;
  line-height: 30px;
  /*color: var(--color);*/
  color: #212529;;
}

.abt_bld {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.image_abt_line {
  max-width: 70%;
  margin: auto;
}

.pad_left {
  padding-left: 25px;
}

.bb_btm {
  border-bottom: 1px solid rgba(248, 153, 57, .3);
}

.pad_right {
  padding-right: 10px;
}

.about_sec_section {
  background: rgba(248, 153, 57, .1);
  padding: 80px 0 0;
  position: relative;
}

.mis_block_img {
  position: relative;
  z-index: 1;
}

.mis_block_img::before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: var(--base);
  z-index: -1;
}

.abt_image_pattrn img {
  mix-blend-mode: luminosity;
}

.our_values {
  padding: 60px 0 80px;
  position: relative;
  background: var(--gradient);
  z-index: 1;
}

.our_values::before,
.our_country_dest::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/world_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: color-burn;
  z-index: -1;
}

.our_country_dest::before {
  mix-blend-mode: inherit;
  z-index: -1;
}

.value_item {
  padding: 25px 35px;
  background: #fff;
  position: relative;
  min-height: 356px;
  border-radius: 20px;
  cursor: pointer;
  margin: 5px;
  transition: var(--transition);
}

.value_item:hover .val_icon {
  background: var(--theme);
}

.value_item:hover {
  box-shadow: 18px 11px 20px rgba(0, 0, 0, .1);
}

.val_icon {
  width: 80px;
  height: 80px;
  background: var(--base);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 14px;
  transition: var(--transition);
}

.inner_video_sec {
  padding-top: 70px;
  padding-bottom: 70px !important;
}

.inner_testimonial {
  margin-bottom: 80px;
}

.our_country_dest {
  padding-top: 70px;
  position: relative;
  padding-bottom: 60px;
}

.inner_country_item .d-flex {
  column-gap: 12px;
}

.inner_country_item {
  padding: 10px 18px;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #f1f1f1;
  background: #f1f1f1;
  margin: 0;
  cursor: pointer;
  transition: var(--transition);
}

.inner_country_item:hover {
  background: #f1f1f1;
  transform: scale(1.02);
}

.country_flex {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 1.3rem));
  grid-auto-flow: dense;
  grid-gap: 1.3rem;
}

.country_detail h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color);
  text-transform: uppercase;
}

.country_detail p {
  color: var(--color);
  display: none;
}

.contry_flag {
  width: 70px;
  height: 70px;
}

.count_dest_heading p {
  font-size: 13px;
  line-height: 15px;
  color: var(--base);
  padding-bottom: 9px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.count_dest_heading h1 {
  font-size: 45px;
  line-height: 52px;
  color: var(--color);
  padding-bottom: 15px;
}

.contry_flag {
  border-radius: 50%;
}

#cntry .owl-dots button,
#success_story button {
  width: 10.7px;
  height: 10.7px;
  border-radius: 50%;
  transition: .3s;
  background: #cbcbcb;
  margin-right: 10px;
}

#success_story button {
  opacity: .5;
}

#cntry .owl-dots,
#success_story .owl-dots {
  padding-top: 15px;
  margin: auto;
  text-align: center;
}

#success_story .owl-dots {
  text-align: left !important;
}

#cntry .owl-dots button.active {
  background: var(--theme) !important;
}

#success_story .owl-dots button.active {
  background: #fff !important;
  opacity: 1 !important;
}

.inner_counter_sec {
  background: rgb(22 22 22 / 92%);
  z-index: 1;
  overflow: hidden;
}

.bg_counter {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.inner_counter_split {
  overflow: hidden;
}

.inner_counter_split .counter_box h1 span {
  color: var(--base);
}

.inner_header_image {
  max-width: 90%;
  margin: -50px auto 0;
  text-align: center;
  z-index: 1;
  position: relative;
}

.inner_header_image img {
  width: 100%;
}

.job_open_first h1 {
  font-size: 60px;
  color: var(--color);
  line-height: 69px;
  max-width: 60%;
}

.job_open_first p {
  font-size: 22px;
  line-height: 40px;
  color: var(--color);
  max-width: 80%;
}

.job_open_second {
  padding: 60px 0;
}

.job_open_block h3 {
  color: var(--theme);
}

.job_add_loc .d-flex {
  column-gap: 15px;
}

.job_add_loc {
  padding-top: 15px;
  border-top: 1px solid #ececec4a;
  margin-top: 20px;
}

.job_op_listing .btn-accent-outline {
  background: var(--theme) !important;
}

.job_list_op_item {
  background: var(--base);
  padding: 30px;
  border-radius: 20px;
  cursor: pointer;
  transition: .2s ease-in-out 0s;
}

.job_list_op_item:hover {
  background: var(--theme);
}

.job_opening_list .accordion-button {
  font-size: 24px;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 1.5rem;
  color: var(--color);
  /*border-bottom: 1px solid #ffffff;*/
  justify-content: space-between;
  position: relative;
}

/*.job_opening_list .accordion-button:hover 
{
  background: var(--theme) !important;
  color: #fff !important;
}*/
.job_opening_list .accordion-item {
  border-radius: 20px !important;
  border-bottom: 1px solid transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin-bottom: 20px;
  background: #f5f5f5 !important;
  position: relative;
}

.btn:focus {
  box-shadow: none !important;
}

.accordion-button:focus {
  border-color: transparent !important;
}

.job_opening_list .accordion-item:first-of-type {
  border-radius: 20px !important;
}

.job_opening_list .accordion-button::after {
  /*  display: none;*/

}

.job_opening_list .accordion-button:not(.collapsed) {
  color: var(--theme) !important;
}

.job_opening_list .accordion-body {
  padding: 1.5rem 2rem;
}

.icon_tb_right {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #cfcfcf;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.icon_tb_right i {
  font-size: 22px;
}

.job_list_op_item h4,
.job_list_op_item p {
  color: #fff;
}

.job_op_listing .job-position_detail h3,
.job_op_listing .job-position_detail p,
.job_list_op_item .jb_loc {
  color: #fff !important;
}

.job_op_listing .icon_name i {
  color: #fff !important;
}

.job_process_list {
  padding: 60px 0;
}

.app_process_item {
  position: relative;
  text-align: center;
}

.app_process_item:before {
  position: absolute;
  left: 100%;
  bottom: 147px;
  height: 55px;
  width: 138px;
  margin-left: 30px;
  background-image: url('../images/arrow.png');
  content: "";
}

.last_bl:before {
  display: none;
}

.app_process_row {
  padding-top: 30px;
}

.app_icon {
  width: 100px;
  height: 100px;
  background: #f899391a;
  border-radius: 30px;
  padding: 25px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
}

.st_1 {
  color: var(--theme);
  text-transform: uppercase;
}

.app_pcs_content h4 {
  color: var(--color);
}

.success_block {
  background: var(--theme);
}

.success_block {
  padding: 60px 0;
}

.success_item p {
  font-size: 22px;
  line-height: 42px;
  color: #fff;
}

.succ_auth_image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #000;
  margin-right: 10px;
  overflow: hidden;
}

.succ_auth_detail h4 {
  color: var(--base);
}

.succ_auth_detail h6 {
  color: #fff;
}

.rating {
  display: flex;
}

.rating li {
  margin-right: 8px;
}

.success_left h1 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  padding-right: 15px;
}

.success_left p {
  color: var(--base);
  /*text-transform: uppercase;*/
  padding-bottom: 4px;
  letter-spacing: 2px;
}

.success_right {
  padding-left: 20px;
}

.image_success {
  width: 50%;
  padding-top: 30px;
}

.succ_counter {
  padding-top: 40px;
}

.succ_counter {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 1.3rem));
  grid-auto-flow: dense;
  grid-gap: 1.3rem;
}

.succ_counter h1 {
  color: var(--base);
}

.empl_sec_block h1 {
  color: var(--theme);
}

.pr_item_box {
  padding: 30px 35px;
  border: 1px solid #f1f1f1;
  border-radius: 0;
  background: #fff;
}

.pr_item_box h3 {
  /*padding-bottom: 5px;*/
  color: var(--color);
  font-size: 24px;
}

.process_detail .re_prcess_left {
  display: grid;
  grid-template-columns: repeat(3, calc(33.33% - 1.3rem));
  grid-auto-flow: dense;
  grid-gap: 1.3rem;
}

.border-none {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}

.empl_sec_block {
  position: relative;
  z-index: 1;
}

.empl_sec_block .emp_bg {
  position: absolute;
  z-index: -1;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
}

.quality_ass_main_section {
  padding: 60px 0 0;
}

.qlty_left ul li i {
  font-size: 8px;
  margin-top: 12px;
  color: var(--base);
}

.qlty_left ul li {
  display: flex;
  column-gap: 10px;
  margin-bottom: 15px;
}

.qlty_left .common_heading,
.qlty_left .common_heading p {
  text-align: left !important;
}

.training_right h1 {
  color: var(--color);
}

.language_training {
  position: relative;
}

.bg {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1
}

@media (max-width: 1699.98px) {
  .bg {
    width: 100%;
  }
}

.bg {
  width: 100%;
}

.bg::before {
  background-color: var(--theme);
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}

.lang_train_container {
  position: relative;
  z-index: 9;
}

.train_lang_item {
  background: #fff5eb;
  /*  box-shadow: 0px 0px 20px #ececec;*/
  padding: 15px;
}

.language_training {
  padding: 40px 0 60px;
}

.train_item_body {
  padding-top: 18px;
}

.train_item_body h3 {
  font-size: 24px;
}

.language_training .common_heading h1,
.language_training .common_heading p {
  color: #fff;
}

.train_item_body p {
  min-height: 84px;
}

.training_left img {
  width: 100%;
}

.training_right p {
  text-align: left;
}

.faq_contain .cmn-block-box_inside .accordion-item {
  border: 1px solid #E4E4E4;
  margin-bottom: 15px;
}

.faq_contain .cmn-block-box_inside .accordion-button:not(.collapsed) {
  background: var(--theme) !important;
  box-shadow: none !important;
  color: #fff !important;
}

.faq_contain .cmn-block-box_inside .accordion-button:focus {
  box-shadow: none !important;
}

.faq_contain .cmn-block-box_inside .accordion-button {
  font-size: 18px;
  line-height: 18px;
}

.contact_add_flex {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 1.3rem));
  grid-auto-flow: dense;
  grid-gap: 1.3rem;
}

.contact_address_section {
  background: var(--theme);
}

.contact_add_right {
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.address-flex {
  column-gap: 10px;
}

.add_name h3 {
  font-size: 18px;
  line-height: 18px;
  color: var(--base);
  /*opacity: .5;*/
  padding-bottom: 5px;
  font-weight: 500;
}

.add_name p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;

}

.heading_cont h1 {
  color: #fff;
}

.add_icon img {
  opacity: .5;
}


.inp_cntct {
  height: 50px;
  border-radius: 10px !important;
  padding: 12px 25px;
  border: 1px solid #f3f3f3 !important;
  margin-bottom: 18px;
  background: rgba(226, 226, 226, .37) !important;
}

.contact_form_section {
  padding: 50px;
  border: 1px solid #f5f5f5;
}

.form-row label {
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}

.contact_form_section .submit_btn {
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 15px 25px !important;
}

.contact_form_section {
  margin-top: 50px;
}

.contact_form_section input:focus,
.contact_form_section textarea:focus {
  border-color: var(--base) !important;
  background: #fff !important;
}

.contact_form_section textarea:focus {
  box-shadow: none !important;

}

.text_area {
  height: 100px !important;
}

.apply_panel {
  width: 60%;
  background: #fff;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 99999;
  height: 100%;
  overflow-y: scroll;
  transition: .5s ease-in-out 0s;
}

.apply_panel_open {
  right: 0;
}

.apply_panel_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 88888;
  background: rgba(0, 0, 0, .5);
  width: 0%;
  height: 100%;
  transition: .5s ease-in-out 0s;
}

.bg_slide_open {
  width: 100%;
}

.applay_panner_container {
  padding: 60px 80px;
}

.job_pos_letter {
  width: 60px;
  height: 60px;
  background: var(--base);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  line-height: 29px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50%;
  flex: none;
}

.panel_head_par .d-flex {
  column-gap: 20px;
}

.icon_name i {
  padding-right: 5px;
  color: var(--color);
}

.clm-gap {
  column-gap: 15px;
}

.job-position_detail h3,
.job-position_detail p,
.icon_name {
  /*color: var(--color);*/
}

.fnt_color {
  color: var(--color);
}

.apply_panel_header {
  border-bottom: 1px solid #efefef;
}

.theme_color {
  color: var(--theme);
}


file-upload {
  position: relative;
  display: inline-block;
}

.file-upload input[type="file"] {
  display: none;
}

.file-upload label {
  /*background-color: #4CAF50;*/
  color: var(--theme);
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 12px;
  font-size: 16px;
  border: 2px dashed #ececec;
}

.file-upload label i {
  font-size: 20px;
}

.file-upload label:hover {
  background-color: var(--theme);
  color: #fff;
}

.flex-dir {
  flex-direction: column;
}

.box input[type="checkbox"] {
  display: none;
}

.box label {
  cursor: pointer;
  display: block;
  font-size: 15px;
}

.box input[type="checkbox"]+label span.check_mark_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0px 10px 0 0;
  background: #fff;
  border: 2px solid var(--theme);
  /*border-radius: 50%;*/
  cursor: pointer;
  vertical-align: middle;
  float: left;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.box input[type="checkbox"]:checked+label span.check_mark_icon {
  background: var(--theme) no-repeat center;
  border: 2px solid var(--theme);
  background-size: 12px 12px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1LjcwMSA0NS43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NS43MDEgNDUuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yMC42ODcsMzguMzMyYy0yLjA3MiwyLjA3Mi01LjQzNCwyLjA3Mi03LjUwNSwwTDEuNTU0LDI2LjcwNGMtMi4wNzItMi4wNzEtMi4wNzItNS40MzMsMC03LjUwNCAgICBjMi4wNzEtMi4wNzIsNS40MzMtMi4wNzIsNy41MDUsMGw2LjkyOCw2LjkyN2MwLjUyMywwLjUyMiwxLjM3MiwwLjUyMiwxLjg5NiwwTDM2LjY0Miw3LjM2OGMyLjA3MS0yLjA3Miw1LjQzMy0yLjA3Miw3LjUwNSwwICAgIGMwLjk5NSwwLjk5NSwxLjU1NCwyLjM0NSwxLjU1NCwzLjc1MmMwLDEuNDA3LTAuNTU5LDIuNzU3LTEuNTU0LDMuNzUyTDIwLjY4NywzOC4zMzJ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.apply_btn {
  padding: 17px 65px;
  width: 100%;
  display: block;
  background: var(--base);
  color: #fff;
  border-radius: 17px;
  border: none;
  font-weight: bold;
  transition: .3s ease-in-out 0s;
}

.close_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  width: 50px;
  height: 50px;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.close_btn:hover {
  background: var(--base);
}

.close_btn_1 {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  width: 50px;
  height: 50px;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.close_btn_1:hover {
  background: var(--base);
}

.no-scroll {
  overflow: hidden;
}


.accordion-button::after {
  content: "\f107" !important;
  /* down arrow */
  font-size: 18px;
  transition: transform 0.3s;
  margin-left: auto;
  background-image: none !important;

  transform: rotate(90deg);
  width: auto !important;
  height: auto !important;
}

.accordion-button.collapsed::after {
  transform: rotate(0deg);
  /* point right when collapsed */
}

.logo {
  position: relative;
  z-index: 1;
}

.job_desc_items ul {
  padding-left: 15px !important;
}

.job_desc_items ul li {
  color: #fff;
  padding-bottom: 3px;
}

.job_desc_items ul li strong {
  min-width: 140px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.job_desc_items ul li strong::after {
  content: ':';
  position: absolute;
  top: 0;
  right: 0;
  /*  width: 100%;*/
  /*  height: 100%;*/
}

.clr_text {
  color: var(--color);
}

.contry_row {
  margin: 30px 0;
  background: var(--theme);
}

.contry_row .cont_small_right h4,
.contry_row .cont_small_right p {
  color: #fff;
}

.contry_row .cont_small_right {
  padding-right: 25px;
}

.points_country li {
  padding: 10px;
  margin-bottom: 1.1rem;
  border: 1px solid rgb(225, 232, 228);
}

.points_country li .d-flex {
  column-gap: 8px;
}

.points_country {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 1.1rem));
  grid-auto-flow: dense;
  grid-gap: 1.1rem;
}

.points_country li .d-flex .icon-box {
  color: var(--base);
}

.country_inner_block img {
  width: 100%;
}

.widget {
  padding: 30px;
  border: 1px solid rgb(225, 232, 228) !important;
  margin-bottom: 25px;
}

.enq_widget {
  background: var(--gradient);
}

.enq_widget h4 {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.enq_widget form input,
.enq_widget form select {
  background: #fff !important;
}

.enq_widget form button {
  background: #000 !important;
}

.enq_widget form button:hover {
  background: var(--base) !important;
}

.country_der_left {
  padding-right: 20px;
}

.widget ul li {
  padding: 18px 25px;
  /*  border: 1px solid rgb(225, 232, 228);*/
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 14px;
  cursor: pointer;
  transition: .3s ease-in-out 0s;
  background: #f1f1f1;
  border-radius: 50px;
  display: flex;
  align-items: center;
}

.widget h4 {
  border-bottom: 1px solid rgb(225, 232, 228) !important;
}

.widget ul li i {
  padding-right: 6px;
  color: var(--base);
  font-size: 9px;
}

.widget ul li:hover {
  background: var(--base);
  color: #fff;
}

.widget ul li:hover i {
  color: #fff;
}

.bor_none {
  border: none !important;
}

.foot_call .d-flex {
  column-gap: 15px;
}

.call_icon {
  width: 65px;
  height: 65px;
  background: #f8993930;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.call_dtls p {
  color: #585858;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 5px;
}

.call_dtls h3 {
  color: #585858;
  font-size: 16px;
  /*    font-weight: bold;*/
  line-height: 30px;
}

/*.bg_color .country_body
{
  background: var(--base);
}*/
.country_list_conainer .col-md-4:nth-child(odd) .country_item .country_body {
  background: var(--base);
}

.read_more a {
  color: #fff;
  font-size: 13px;
  padding: 12px 22px;
  border: 1px solid #fff;
  text-transform: uppercase;
  line-height: 14px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 600;
  transition: .3s;
}

.read_more a:hover {
  background: #fff;
  color: var(--theme);
  border-color: v#fff;
}

.bg_color .read_more a:hover {
  /*  background: var(--base) !important;*/
}

.country_list_conainer .country_item .country_body {
  padding-bottom: 40px;
}

.country_list_conainer .country_item {
  margin-rigt: 0 !important;
  margin-left: 0 !important;
}

.service_container .nav-pills li button svg {
  width: 45px;
  height: 45px;
  padding-right: 5px;
  fill: var(--color) !important;
}

.service_container .nav-pills li button.active {
  background: var(--theme) !important;
}

.service_container .nav-pills li button.active svg {
  fill: #fff !important;
}

.service_container .nav-pills li button:hover {
  background: var(--theme) !important;
  color: #fff;
}

.service_container .nav-pills li button:hover svg {
  fill: #fff !important;
}

.service_container .nav-pills li {
  width: 32%;
  display: flex;

}

.service_container .nav-pills {
  column-gap: 5px;
}

.service_container .nav-pills li button {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: var(--color);
  padding: 22px !important;
  border-radius: 0 !important;
  background: #f1f1f1;
  position: relative;
  transition: .3s;
}

.service_container .nav-pills li button::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 30px;
  height: 30px;
  background: #f1f1f1;
  transition: .3s;
}

.service_container .nav-pills li button.active::after {
  background: var(--theme) !important;
}

.service_container .nav-pills li button:hover::after {
  background: var(--theme) !important;
}

.service_inner_container {
  padding-top: 25px;
}

.service_columns {
  padding-top: 40px;
}

.service_columns .service_item .service_body {
  background: #ffd5aa45;
}

.service_columns .service_item .service_body h3 {
  font-size: 24px;
}

.service_columns .service_item .service_image img:first-child,
.service .service_item .service_image img:first-child,
.sectors_image img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.service_columns .service_item .service_image img,
.service .service_item .service_image img,
.sectors_image img {
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0px 0px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service_columns .service_item:hover .service_image img:first-child,
.service .service_item:hover .service_image img:first-child,
.sectors_image:hover img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.service_columns .service_item:hover .service_image img:nth-child(2),
.service .service_item:hover .service_image img:nth-child(2),
.sectors_image:hover img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.service_columns .service_item {
  cursor: pointer;
}

.mb_6 {
  margin-bottom: 30px;
}

.country_item {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.reamore_hm {
  color: var(--color);
  padding-top: 15px;
  display: inline-block;
  transition: .5s;
}

.reamore_hm i {
  transition: .5s;
}

.reamore_hm:hover i {
  padding-left: 10px;
}

.reamore_hm:hover {
  color: var(--theme);
  transform: scale(1.02);
}

.form-group-box_2,
.form-group-box_1 {
  position: relative;
  flex-grow: 1;
}

/*.form-group-box_1
{
  flex-grow: 1;
}*/
.icon-map-pin {
  left: 15px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
}

.form-group-box_2 span,
.form-group-box_1 span {
  font-size: 17px;
  position: absolute;
}

.form-group-box_2 span::before {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  content: '\f3c5';
  font-size: 18px;
  color: #afafaf;
}

.form-group-box_1 .search_info_inp {
  padding-left: 40px;
}

.form-group-box_1 span::before {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  content: '\f002';
  font-size: 18px;
  color: #afafaf;
}

.form-group-box_2 select {
  padding-left: 37px;
  color: #121212;
  margin-right: 19px;
  font-size: 18px;
}

.row-groups-search {
  display: flex;
  column-gap: 12px;
  align-items: center;
}

.search_info {
  background: #f5f5f5;
  border-radius: 15px;
  padding: 18px;
}

.search_box_container {
  margin-bottom: 30px;
}

.search_info_inp {
  background: #fff !important;
  height: 50px;
  padding: 12px 24px;
  display: block;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
  position: relative;
  border-radius: 8px !important;
}

.form-group-box_2 .search_frm_input {
  border-right: none !important;
}

.search_info_inp::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: red;
}

.search_info_inp,
.search_info_inp option {
  color: var(--color) !important;
}

.submit_search {
  border: none;
  background: var(--base);
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  transition: .5s;
  width: 200px;
}

.submit_search:hover {
  background: var(--theme);
}

.ser_list_flex.points_country {
  display: block !important;
}

.ser_list_flex.points_country li {
  padding: 0 !important;
  margin-bottom: 1rem !important;
  border: none !important;
}

.points_country li h6 {
  /*color: var(--color);*/
  color: #212529;
  font-weight: 300;
}

.text-color {
    color: #212529 !important;
}

.client_row .d-flexs {
  display: grid;
  grid-template-columns: repeat(5, calc(20% - 1rem));
  grid-auto-flow: dense;
  grid-gap: 1rem;
}

.menu_icon svg:hover path {
  fill: var(--base) !important;
}

.menu_icon {
  display: none;
}

.slide_navigation {
  width: 400px;
  background: #fff;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  z-index: 100001;
  padding: 30px;
  transition: .5s ease-in-out 0s;
}

.nav_open {
  left: 0;
}

.slide_navigation .slide_nav_blcok li {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #ecececb0;
}

.slide_navigation .slide_nav_blcok li:last-child {
  border-bottom: none;
}

.slide_navigation .slide_nav_blcok li a {
  color: var(--color);
}

.slide_navigation .close_btn {
  top: 0 !important;
  right: 0 !important;
}

.overlay_bg {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, .5);
  width: 0%;
  height: 100%;
  transition: .5s ease-in-out 0s;
}

.bg_overlay_open {
  width: 100%;
}

.marquee_section .d-flex {
  align-items: center;
}

.marq_right {
  display: inline-flex;
}

.val_content h4 {
  color: var(--color);
}








.ceo_container {
  position: relative;
  overflow: hidden;
}

.ceo_image {
  /*position: absolute;*/
  bottom: 0;
  left: 4%;
  z-index: 9;
  padding: 40px 40px 0;
}

.ceo_image::before {
  content: '';
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to bottom, #f8993982, transparent);
  border-radius: 400px 400px 0 0;
}

.ceo_image img {
  width: 300px;
}

.ceo_section {
  padding: 0px 0 0;
}

.abt_clm {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 15px;
  color: var(--theme);
  text-align: left !important;
}

.ceo_container {
  padding-bottom: 58px;
  padding-top: 58px;
}

.author_detail_ceo h5 {
  color: var(--theme);
}

.author_detail_ceo p {
  color: #212529;
  padding-top: 5px;
}

.enquiry_form_job {
  position: relative;
  padding-bottom: 0 !important;
  overflow: hidden;
  background: var(--theme);
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.enquiry_form_job .submit_btn:hover {
  background: #fff !important;
  color: var(--theme) !important;
}

.image_cont_enq {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
}

.image_cont_enq img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.ceo_contnet p {
  text-align: left;
}

.enquiry_form_job {
  border: none !important;
}

.enq_image .success_left p {
  color: var(--color);
}

.enq_image .success_left {
  padding-bottom: 15px;
}

.enq_image .success_left h1 {
  color: var(--theme);
}

.enquiry_form_job form .inp_cntct {
  background: #fff !important;
}

.emp_inside_frm {
  padding: 60px 0;
}

.contact_form_section .submit_btn {
  border-radius: 10px !important;
}

.enquiry_form_job form .form-row label {
  color: #fff !important;
}

.image_cont_enq::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--theme);
  opacity: .8;
}

.enquiry_form_job .success_left {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 70%;
  right: 0;
  padding-right: 35px;
  transform: translateY(-50%);
}

.enquiry_form_job .success_left h1,
.enquiry_form_job .success_left p {
  /*text-align: right;*/
  color: #fff !important;
}

.enquiry_form_job .success_left h1 {
  padding-right: 0 !important;
  line-height: 60px;
}

.client .slick-slide {
  margin: 0 10px;
}

.pagination_cutom {
  display: flex;
  column-gap: 10px;
  justify-content: center;
  margin-top: 28px;
}

.custom-dots {
  display: flex;
  column-gap: 10px;
  justify-content: center;
  margin-bottom: 0;
  align-items: center;
  padding: 0 !important;
}

.custom-dots li {
  list-style-type: none;
  width: 77px;
  height: 3px;
  background: #E9E9E9;
  border-radius: 30px;
}

.custom-dots li.active {
  background: var(--theme);
}

.pagination_cutom button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #E9E9E9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.pagination_cutom button:hover {
  background: var(--theme);
  border-color: var(--theme)
}

.pagination_cutom button:hover i {
  color: #fff;
}

.pagination_cutom button i {
  color: #7F7F7F;
}




.floating_btn {
  position: fixed;
  bottom: 40px;
  right: 0px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}



.contact_icon {
  width: 50px;
  height: 50px;
  background-color: #25D366;
  /* WhatsApp green */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.contact_icon i {
  color: white;
  font-size: 28px;
}

.contact_icon:hover {
  transform: scale(1.1);
}





.service_imaged img {
  width: 100%;
}

.serviced {
  padding: 58px 0;
}

.testimonial_item_new {
  border-radius: 20px;
  flex: none;
  padding: 30px 0;
}

.testimonial_item_new .testimonialdesc_para h3 {
  /*  padding-bottom: 15px !important;*/
}

.testimonial_item_new .testimonialdesc_para h3,
.testimonial_item_new .testimonialdesc_para p {
  color: #fff;
}

.testimonial_item_new .testimonialdesc_para p {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 15px;
}

.testimonial_image {
  flex: none;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial_image img {
  width: 100%;
}

.testimonial_item_new .d-flex,
.testimonial_row_fst .d-flex {
  column-gap: 30px;
}

.testimonial_row_fst {
  margin-bottom: 20px;
}

.testimonial_new {
  padding-bottom: 60px;
}

.testimonial_new_row {
  position: relative;
  z-index: 9;
}

.testimonial_new_row .slick-slide {
  margin: 0 15px;
}

.slick-test {
  padding: 50px 0;
}

.home_test .pagination_cutom {
  justify-content: end;
}

.home_test .pagination_cutom button {
  background: var(--base);
  border-color: var(--base);
  color: #fff;
}

.home_test .pagination_cutom button i {
  color: #fff;
}

.home_test .pagination_cutom button:hover {
  border-color: var(--base);
  background: transparent;
}

.home_test .pagination_cutom button:hover i {
  color: var(--base);
}

.banner_search {
  margin-top: 15px;
}

.job_catetgory .left_heading h1 {
  color: var(--color);
  font-size: 35px;
  line-height: 35px;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.job_catetgory {
  padding-top: 58px;
}

.group-category-job {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.group-category-job .job-category-box {
  width: calc(25% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
  /* box-shadow: 0 2px 2px rgba(28, 36, 51, .1); */
  border-radius: 8px;
  padding: 28px;
  background: #f5f5f5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.job-category-box .job-category-header {
  margin-bottom: 8px;
}

.job-category-box h1 {
    font-size: 16px;
    line-height: 30px;
    padding-top: 10px;
}

.job-category-box h1 a {
  color: var(--color);
}

.job-category-box p {
  color: #64666c;
  font-size: 14px;
  line-height: 22px;
  transition: all .3s ease 0s;
}

.job-category-box .btn-category-job {
  color: var(--theme);
  text-transform: none;
  border: none;
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  display: flex;
  align-items: center;
}

.btn-category-job i {
  padding-left: 4px;
}

.category_container {
  margin-top: 35px;
}

.job-category-box:hover {
  background: var(--base);
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.job-category-box,
.job-category-box.active .btn-category-job,
.job-category-box.active a,
.job-category-box.active p,
.job-category-box:hover .btn-category-job,
.job-category-box:hover a,
.job-category-box:hover p {
  color: #fff;
}

.jb_icon {
  width: 50px;
  height: 50px;
  margin: auto !important;
}

.job_catetgory .reamore_hm {
  color: var(--base);
}


.group-category-job .job-category-box,
.jb_icon {
  text-align: center;
}

.jb_icon {
  margin: auto 0 10px auto;
}

.job-category-box .btn-category-job {
  justify-content: center;
}

.reviews {
  background-color: #0b6666;
  padding: 50px 0;
}





.ts-dropdown-content {

  font-size: 18px;
  line-height: 44px;
}


.ts-control>* {

  font-size: 18px;
  color: #585858;
}