/* Navbar  */


.navWrap {
  background: var(--primary);
  padding: 20px 0;
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  z-index: 99;
  box-shadow: 8px 8px 24px 0px #00409733;
}


.logo {
  display: inline-block;
  border-radius: 10px;
}

.logo img {
  width: 260px;
}



.navbar {
  justify-content: center;
  padding: 0;
}


ul.navbar li a {
  color: var(--white);
  padding: 6px 10px;
  font-size: 17px;
  font-weight: 500;
  /* font-family: "Syncopate", sans-serif; */
  transition: all .3s ease;
}

ul.navbar li a:hover,
ul.navbar li a.active {
  color: var(--secondary);
}




.sticky.navWrap {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sticky.navWrap {
  padding: 10px 0;
  z-index: 999;
  transition: all 0.3s;
  box-shadow: 0px 20px 32px 0px rgba(103, 122.00000000000003, 141, 0.17);
}


.navMobile {
  position: fixed;
  top: 0;
  left: 0;
  background: var(--primary);
  width: 100%;
  padding: 20px 15px;
  display: none;
  z-index: 100;
  transition: all .3s;
}

.navMobile.sticky {
  padding: 10px 15px;
  transition: all .3s;
}

.navMobile .menu_toggle_btn {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 0px;
  margin-right: 15px;
}

.navWrap .user_action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.btnTwo_style {
  background: var(--secondary);
  display: inline-block;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "Bitter", serif;
  font-size: 16px;
  padding: 16px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btnTwo_style:hover {
  background: var(--red);
  color: #fff;
}

.for_mobile {
  display: none !important;
}

.btnTwo_style.call_btn {
  cursor: default;
  white-space: nowrap;
}

.btnTwo_style.call_btn .iaf_topNav_phnIcon {
  display: inline-block;
}


@media screen and (max-width: 1199px) {
  ul.navbar li a {
    margin-right: 15px;
  }

  .call_btn {
    padding: 15px 20px;
    font-size: 14px;
  }
}

@media (max-width:991px) {

  .navWrap {
    position: fixed;
    left: -1000px;
    top: 0;
    background: #33333370;
    z-index: 99999;
    transition: all 0.3s;
    height: 100%;
    width: 100%;
    transition: all 0.3s;
    padding: 0;
  }

  .navWrap_inner {
    width: 80%;
    height: 100%;
    background: var(--secondary);
    padding: 20px 0;
  }

  .navWrap.showNav {
    padding: 0;
    left: 0;
    transition: all 0.3s;
  }

  .navWrap.showNav>.container {
    max-width: 100%;
  }

  .navMobile i.fa.fa-bars {
    transition: all 0.3s;
  }

  .navMobile i.fa.fa-bars.fa-long-arrow-right {
    transition: all 0.3s;
    transform: rotate(180deg);
  }

  ul.navbar {
    display: block;
    width: 100%;
    margin-top: 0;
    padding: 0 10px;
  }

  ul.navbar li a {
    display: block !important;
    padding: 10px 0;
    text-align: left;
  }

  ul.navbar li a.active {
    color: var(--primary);
  }

  .navWrap.showNav .btn_one {
    background: var(--primary);
    margin-top: 30px;
  }

  .navWrap .col-lg-12 {
    padding: 0;
  }

  .navMobile {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .for_mobile {
    display: block !important;
  }

  .close_menu {
    text-align: right;
  }

  .menu_toggle_btn_two {
    display: inline-block;
    color: #fff;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .menu_toggle_btn_two i {
    font-size: 24px;
  }

  .for_desktop {
    display: none !important;
  }

  .navWrap.showNav::after {
    background: #ddd;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .navWrap.showNav::before {
    background: #ddd;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .navWrap .user_action {
    align-items: flex-start;
    flex-direction: column;
  }

  .iaf_toggle_wrrow {
    color: #fff;
  }
}


.navWrap.showNav .btn_one {
  display: none;
}

@media screen and (max-width: 574px) {
  .navWrap.showNav .btn_one {
    display: inline-block;
  }
}


/* Navbar CSS End  */


/* Home Hero Section  */

.home_hero_section {
  background-color: rgba(255, 189, 51, 1);
  position: relative;
  overflow: hidden;
}


.home_hero_section .hero_banner_top {
  position: absolute;
  right: -60px;
  top: -80px;
  z-index: 2;
}

.home_hero_section .hero_banner_bottom {
  position: absolute;
  left: -60px;
  bottom: 0;
  z-index: 1;
}

.home_hero_section .hero_banner_bottom img {
  height: 700px;
}


.home_hero_section .contents {
  padding-top: 250px;
  padding-bottom: 300px;
  position: relative;
  z-index: 3;
}

.home_hero_section .contents .hero_title {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.home_hero_section .contents .subtitle {
  font-size: 32px;
  color: var(--white);
}

.home_hero_section .contents .subtitle span {
  color: var(--secondary);
}

a.video-btn {
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 65px;
  font-size: 17px;
  line-height: 24px;
  color: var(--white);
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-align: left;
}

a.video-btn i {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  background: var(--secondary);
  color: var(--white);
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 5px rgb(11, 91, 201, .2);
}

a.video-btn i:after {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}


@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 10px rgb(11, 91, 201, .1);
    box-shadow: 0 0 0 10px rgb(11, 91, 201, .1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgb(11, 91, 201, .1);
    box-shadow: 0 0 0 0 rgb(11, 91, 201, .1);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 10px rgb(11, 91, 201, .1);
    box-shadow: 0 0 0 10px rgb(11, 91, 201, .1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgb(11, 91, 201, .1);
    box-shadow: 0 0 0 0 rgb(11, 91, 201, .1);
  }
}


@media screen and (max-width: 991px) {
  .home_hero_section .contents {
    padding-top: 200px;
  }

  .home_hero_section .hero_banner_top img {
    height: 500px;
  }
}


@media screen and (max-width: 767px) {
  .home_hero_section .hero_banner_bottom {
    display: none;
  }

  .home_hero_section .contents {
    padding-top: 400px;
    padding-bottom: 100px;
    text-align: center;
  }

  .home_hero_section .hero_banner_top {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .home_hero_section .hero_banner_top img {
    height: 420px;
  }

  .home_hero_section .contents .subtitle {
    font-size: 24px;
  }
}

@media screen and (max-width: 414px) {
  .home_hero_section .hero_banner_top img {
    height: 330px;
  }

  .home_hero_section .hero_banner_top {
    top: -40px;
  }

  .home_hero_section .contents {
    padding-top: 350px;
  }
}


.subheader {
  margin-bottom: 20px;
}

.subheader .btn {
  display: inline-block;
  padding: 8px 25px;
  font-size: 15px;
  background: rgba(255, 247, 230, 0.4);
  color: rgba(0, 56, 124, 1);
  border-radius: 10px;
  border: 1px solid rgba(114, 114, 114, 1);

  position: relative;
  left: -15px;
}

.subheader .icon {
  width: 48px;
  position: relative;
  z-index: 1;
}

.about_highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.about_highlights .item {
  flex: 0 40%;
  display: flex;
  align-items: center;
  gap: 10px 20px;
}

.about_highlights .item .icon {
  flex: 0 0 auto;
}

.about_highlights .item .icon img {
  width: 32px;
}

.about_highlights .item h4 {
  font-size: 22px;
}

@media screen and (max-width:574px) {
  .about_highlights .item {
    flex: 0 0 100%;
  }
}


.our_services .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: linear-gradient(160.73deg, #E6F6FF 14.41%, #FFFFFF 39.97%);
  padding: 20px;
  height: 100%;
  border-radius: 10px;
  box-shadow: 4px 4px 8px 0px #00000014;
  transition: all .3s ease;
}

.our_services .item:hover {
  transform: translateY(-5px);
}


.stat_batch {
  background: var(--secondary);
  padding: 50px 0;
  text-align: center;
}

.stat_batch .item_wrap {
  display: flex;
  gap: 40px 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.stat_batch .item_wrap .item {
  min-width: 300px;
  text-align: center;
}

.stat_batch .item_wrap .item .number {
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  color: var(--white);
}

.stat_batch .item_wrap .item p {
  font-size: 20px;
  color: var(--white);
  margin-top: 10px;
}



.our_process .item {
  display: flex;
  transition: all .3s ease;
}

.our_process .item:hover {
  transform: translateY(-5px);
}

.our_process .item .contents {
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 10px 0 0 10px;
}

.our_process .item .contents h5 {
  font-size: 22px;
  color: var(--secondary);
  margin-bottom: 10px;
}

.our_process .item .contents p {
  font-size: 15px;
}

.our_process .item .count {
  display: flex;
  align-items: center;
  background: var(--secondary);
  padding: 10px;
  border-radius: 0 10px 10px 0;
  color: var(--white);
  font-size: 24px;
  width: 32px;
  flex: 0 0 auto;
}


@media screen and (min-width: 992px) {
  .our_process {
    margin-top: -120px;
  }

  .our_process .title_group {
    position: relative;
    bottom: -120px;
  }
}


/* timeline */
.timeline-wrap {
  position: relative
}

.timeline-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 8px;
  background: #cfdff0;
  border-radius: 10px;
  transform: translateY(-50%);
}

.week_labels {
  position: absolute;
  width: 100%;
  top: calc(50% - 23px);
}

.week_labels .col {
  position: relative;
}

.week_labels .col .arrow {
  position: absolute;
}

.week_labels .col.one .arrow,
.week_labels .col.three .arrow,
.week_labels .col.five .arrow {
  top: 28px;
}

.week_labels .col.two .arrow {
  left: 25px;
  top: -52px;
}

.week_labels .col.four .arrow {
  left: 35px;
  top: -52px;
}

.week-pill {
  background: var(--primary);
  color: #fff;
  padding: 7px 15px;
  border-radius: 10px;
  font-size: 16px;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}

.timeline_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  border: 1px solid var(--border);
  box-shadow: 4px 4px 8px 0px #00000014;
  height: 170px;
  margin: 0 auto;
  transition: all .3s ease;
}

.timeline_card:hover {
  transform: translateY(-5px);
  background: var(--bg-light);
}

.timeline_card .icon {
  width: 40px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline_card h5 {
  font-size: 20px;
}

/* spacing helpers for zig-zag */
.card-top {
  margin-bottom: 350px
}

.card-bottom {
  margin-top: 350px
}

/* mobile stacking */
@media (max-width: 991px) {
  .timeline-line {
    display: none
  }

  .card-top,
  .card-bottom {
    margin: 0
  }

  .week-pill {
    margin-bottom: 14px
  }
}


.one_stop {
  background: var(--secondary);
  padding: 50px 0;
}

.one_stop .count_label {
  display: flex;
  gap: 20px 60px;
  align-items: center;
  justify-content: center;
}

.one_stop .count_label .count {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  background: var(--white);
  color: var(--secondary);
}

.one_stop .contents {
  display: flex;
  gap: 50px;
  justify-content: center;
}

.one_stop .item {
  text-align: center;
  max-width: 360px;
}

.one_stop .item .icon {
  width: 54px;
}

.one_stop .item h4 {
  font-size: 24px;
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 10px;
}

.one_stop .item p {
  font-size: 15px;
  line-height: 1.5;
  color: var(--white);
}


@media screen and (max-width: 1399px) {
  .one_stop .count_label {
    gap: 20px 36px;
  }
}

@media screen and (max-width: 991px) {
  .one_stop_wrap {
    display: flex;
    gap: 10px;
  }

  .one_stop .count_label {
    flex-direction: column;
  }

  .one_stop .count_label .gap_border {
    height: 150px;
  }

  .one_stop .count_label .gap_border img {
    transform: rotate(90deg);
    margin-top: 50%;
    width: 150px;
  }

  .one_stop .contents {
    flex-direction: column;
  }
}



.totheworld .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: linear-gradient(160.73deg, #E6F6FF 14.41%, #FFFFFF 39.97%);
  padding: 20px;
  height: 100%;
  border-radius: 10px;
  box-shadow: 4px 4px 8px 0px #00000014;
  transition: all .3s ease;
}

.totheworld .item:hover {
  transform: translateY(-5px);
}

.totheworld .item .icon {
  width: 60px;
  margin-bottom: 20px;
}

.totheworld .item h4 {
  margin-bottom: 6px;
}

@media screen and (min-width: 1200px) {
  .totheworld .banner {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
  }
}


.visa_tab_wrap .nav-pills {
  gap: 10px 20px;
}

.visa_tab_wrap .nav-pills .nav-link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  background: var(--bg-light);
  color: var(--secondary);
  padding: 12px 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  z-index: 1;
  transition: all 300ms ease;
}

.visa_tab_wrap .nav-pills .nav-link.active {
  background: var(--secondary);
  color: var(--white);
}

#nonSchengenVisaSlider {
  display: flex;
  justify-content: center;
}

.visaTypeSlider .item {
  background: var(--bg-light);
  padding: 15px;
  border-radius: 10px;
  margin: 20px 0;
  box-shadow: 4px 4px 8px 0px #00000014;
}

.visaTypeSlider .item h4 {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
}




/* Light-gallery buttons  */
.lg-next::before {
  content: "\f178";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  line-height: 1;
}

.lg-prev::after {
  content: "\f177";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  line-height: 1;
}

.lg-toolbar .lg-icon {
  font-size: 18px;
}

.lg-toolbar .lg-download::after {
  content: "\f019";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  line-height: 1;
}

.lg-toolbar .lg-close::after {
  content: "\f00d";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  line-height: 1;
}

.gallery_slider .item img {
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.testimonial_slider.owl-carousel .owl-stage {
  display: flex;
}

.testimonial_slider .item {
  background: rgba(230, 237, 246, 1);
  padding: 30px 60px;
  border-radius: 10px;
  box-shadow: -8px 0px 32px 0px #0000000A;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.testimonial_slider .item .item_inner {
  padding: 50px;
}

.testimonial_slider .item .contents {
  background: #F5FBFF;
  border: 1px solid #336BB8;
  padding: 50px 350px 50px 50px;
  border-radius: 10px;
}

.testimonial_slider .item .contents .quote_icon {
  width: 60px !important;
}

.testimonial_slider .item .contents .name {
  font-size: 20px;
  text-transform: capitalize;
  color: var(--secondary);
  margin-bottom: 2px;
}

.testimonial_slider .item .contents h6 {
  font-size: 14px;
  color: var(--font);
}

.testimonial_slider .item .img_block img {
  position: absolute;
  top: 50%;
  right: 150px;
  width: 300px !important;
  z-index: 2;
  height: 80%;
  transform: translateY(-50%);
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .testimonial_slider .item {
    padding: 0;
  }

  .testimonial_slider .item .item_inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    align-items: center;
    padding: 20px;
  }

  .testimonial_slider .item .img_block img {
    position: unset;
    width: auto !important;
    height: 300px;
    transform: unset;
  }

  .testimonial_slider .item .contents {
    padding: 20px;
  }
}


.contact_form_box {
  padding: 50px 30px;
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: 4px 4px 8px 0px #00000014;
}


.faq .accordion-button:hover,
.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-item {
  /* border: 0; */
  margin-bottom: 15px;
  border-radius: 6px;
}

.faq .accordion-header .accordion-button {
  /* border: 1px solid var(--border-light); */
  font-size: 20px;
  border-radius: 6px;
}

.faq .accordion-button:not(.collapsed) {
  background: rgba(230, 237, 246, 1);
  border-color: rgba(230, 237, 246, 1);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}


.faq .accordion-item:not(:first-of-type) {
  border-top: 1px solid var(--border);
}

.faq .accordion-button::after {
  background-image: none;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f068";
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.accordion-button.collapsed:after {
  content: '\2b';
}

.faq .accordion-header .accordion-button {
  font-size: 17px;
}

.faq .accordion-body {
  font-size: 14px;
  line-height: 1.5;
}


.resources_banner img {
  transition: all 300ms ease;
}

.resources_banner img:hover {
  transform: translateY(-5px);
}


@media screen and (max-width: 767px) {
  .contact_form_box {
    padding: 20px;
  }
}


/* Footer  */


/* Footer  */

.footer {
  background: var(--secondary);
  padding-top: 70px;
  padding-bottom: 50px;
}

.footer_widget .desc {
  color: var(--white);
  font-size: 14px;
}

.footer_widget .title_4 {
  font-size: 24px;
  color: var(--white);
  margin-bottom: 20px;
}

.footer_widget .links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer_widget .links a {
  font-size: 15px;
  color: var(--white);
}

.footer_widget .links a:hover {
  color: var(--primary);
}

.copyright_wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}

.copyright_wrap hr {
  color: #fff;
  opacity: .7;
  margin-bottom: 4px;
}

.copyright_wrap .desc {
  font-size: 14px;
  color: var(--white);
}

.footer_menu ul {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.footer_menu ul li a {
  font-size: 14px;
  color: var(--white);
}

.footer_menu ul li a:hover {
  color: var(--primary);
}


/* Back to top  */

#backToTop {
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: var(--secondary);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}

#backToTop:hover {
  opacity: .7;
  background-color: var(--primary);
}

#backToTop:active {
  background-color: var(--primary);
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
}


@media screen and (max-width: 991px) {
  #backToTop {
    display: none;
  }
}




/* Services Page  */

.services_hero {
  background-image: url('../img/services/services-hero.png');
  background-size: cover;
  background-position: top center;
  padding: 100px 0;
  min-height: 380px;
}

.categories_row {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.categories_row .item {
  width: 240px;
  height: 260px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.categories_row .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  transition: all .3s ease;
}

.categories_row .item:hover img {
  transform: scale(1.1);
}

.categories_row .item .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  background: #0000001a;
}

.categories_row .item .details h4 {
  font-size: 18px;
  color: var(--white);
  margin-bottom: 4px;
}

.categories_row .item .details .verified {
  display: inline-block;
  padding: 4px 8px;
  background: #797979;
  color: var(--white);
  font-size: 12px;
  line-height: 1;
  border-radius: 10px;
  text-transform: uppercase;
}


.work_process_v2 .sticky_col {
  position: sticky;
  top: 150px;
}

.work_process_v2 .process_card {
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 10px;
  transition: all .3s ease;
}

.work_process_v2 .process_card:hover {
  transform: translateY(-10px);
}

.work_process_v2 .process_card h4 {
  font-size: 24px;
  margin-bottom: 5px;
  color: var(--secondary);
  font-weight: 600;
}

.work_process_v2 .process_card p {
  font-size: 15px;
  line-height: 1.5;
}

.work_process_v2 .process_card img {
  border-radius: 10px;
}


.training_process_v2 .step_tabs .nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  background: var(--white);
  padding: 10px 20px;
  border: 1px solid var(--border);
  border-radius: 10px;
}

.training_process_v2 .step_tabs .nav .nav-link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  background: var(--bg-light);
  color: var(--secondary);
  padding: 12px 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  z-index: 1;
  transition: all 300ms ease;
}

.training_process_v2 .step_tabs .nav .nav-link:hover,
.training_process_v2 .step_tabs .nav .nav-link.active {
  background: var(--secondary);
  color: var(--white);
}

.training_process_v2 .tab-content .details h4 {
  font-size: 32px;
  margin-bottom: 15px;
}

.training_process_v2 .tab-content .details ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.training_process_v2 .tab-content .details ul li {
  display: flex;
  gap: 6px;
  align-items: center;
}

.training_process_v2 .tab-content .banner {
  border-radius: 10px;
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}


/* Countries PAge  */

.countries_hero {
  background-image: url('../img/countries/countries-banner.png');
  background-size: cover;
  background-position: top center;
  padding: 100px 0;
  min-height: 380px;
}

.countries .country-tab {
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  background: var(--white);
  padding: 10px 20px;
  border: 1px solid var(--border);
  border-radius: 10px;
}

.countries .country-tab .item {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  background: var(--bg-light);
  color: var(--secondary);
  padding: 12px 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  z-index: 1;
  transition: all 300ms ease;
}

.countries .country-tab .item.active {
  background: var(--secondary);
  color: var(--white);
}


.countries .country-card {
  border-radius: 10px;
  box-shadow: 4px 4px 8px 0px #00000014;
  transition: all .3s ease;
  height: 100%;
  /* max-width: 400px; */
  border: 1px solid rgba(230, 237, 246, 1);
  border-radius: 10px;
}

.countries .country-card:hover {
  transform: translateY(-5px);
}

.countries .country-card .img_block {
  position: relative;
  height: 200px;
}

.countries .country-card .img_block .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  background: #00000026;
  border-radius: 10px 10px 0 0;
}

.countries .country-card .img_block .name {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 20px;
  color: var(--white);
  font-weight: 500;
}

.countries .country-card .img_block .type {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  background: rgba(255, 172, 0, 0.4);
  color: var(--white);
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.5;
}

.countries .country-card .img_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 10px 10px 0 0;
}

.countries .country-card .contents {
  padding: 20px 15px;
  text-align: left;
}

.countries .country-card .contents .tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.countries .country-card .contents .tags .tag {
  display: inline-block;
  background: rgba(243, 248, 255, 1);
  color: var(--secondary);
  padding: 3px 6px;
  border-radius: 10px;
  font-size: 11px;
  line-height: 1.5;
  border: 1px solid rgba(230, 237, 246, 1);
}

.countries .country-card .contents .job h5 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  margin-bottom: 15px;
}

.countries .country-card .contents .job h5 img {
  width: 18px;
}

.countries .country-card .contents .job ul {
  display: flex;
  gap: 10px 0;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.countries .country-card .contents .job ul li {
  flex: 0 0 50%;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.4;
  padding-right: 10px;
}

.countries .country-card .contents .job ul li img {
  width: 20px;
}

.countries .country-card .contents .benefits h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--secondary);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.countries .country-card .contents .benefits ul {
  display: flex;
  gap: 6px 0;
  flex-direction: column;
}

.countries .country-card .contents .benefits ul li {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 15px;
}

@media screen and (max-width: 449px) {
  .countries .country-card .contents .job ul {
    flex-direction: column;
  }
}


.ceo_quote_section {
  background: rgba(230, 237, 246, 1);
  padding: 50px 0;
}

.ceo_quote_section .banner {
  border-radius: 10px;
}

.ceo_quote_section h5 {
  font-size: 24px;
  line-height: 1.5;
}

.ceo_quote_section h5 span {
  color: var(--secondary);
}

.ceo_quote_section .profile {
  display: flex;
  gap: 10px;
  align-items: center;
}

.ceo_quote_section .profile img {
  width: 70px;
  border-radius: 50%;
}

.ceo_quote_section .profile .details h4 {
  font-size: 22px;
  margin-bottom: 3px;
}

.ceo_quote_section .profile .details h6 {
  font-size: 14px;
  color: var(--font);
}

@media screen and (max-width: 991px) {
  .ceo_quote_section .profile {
    justify-content: center;
  }
}




/* Gallery Page  */

.gallery_hero {
  background-image: url('../img/gallery/gallery-hero.png');
  background-size: cover;
  background-position: top center;
  padding: 130px 0 100px 0;
  min-height: 380px;
}

.full_photo_gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}


.full_photo_gallery .item {
  width: 100%;
  cursor: pointer;
  height: 300px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 10px;
}

.full_photo_gallery .item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.full_photo_gallery .item:hover img {
  transform: scale(1.05);
}

/* Large Tablet */
@media (max-width: 1200px) {
  .full_photo_gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tablet */
@media (max-width: 992px) {
  .full_photo_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .full_photo_gallery {
    grid-template-columns: 1fr;
  }
}


/* Contact Page  */

.contact_hero {
  background-image: url('../img/contact/contact-hero.png');
  background-size: cover;
  background-position: top center;
  padding: 130px 0 100px 0;
  min-height: 380px;
}

/* Contact  */

.contact_info_item {
  display: flex;
  gap: 15px;
  align-items: center;
  background: #fff;
  padding: 30px 25px;
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact_info_item:hover {
  background: var(--bg-light);
  transform: translateY(-5px);
  box-shadow: 6px 12px 24px rgba(0, 0, 0, 0.18);
}

.contact_info_item .icon {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  background: var(--bg-light);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}

.contact_info_item .icon .svg {
  width: 28px;
  height: 28px;
}

.contact_info_item:hover .icon {
  background: #fff;
}

.contact_info_item .contents h4 {
  font-size: 24px;
  margin-bottom: 6px;
  color: var(--header);
  text-transform: uppercase;
}

.contact_info_item .contents p,
.contact_info_item .contents a {
  font-size: 16px;
  color: var(--font);
  line-height: 1.5;
  display: inline-block;
}

.contact_info_item .contents a:hover {
  color: var(--primary);
}

.social_info_item {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  border: 1px solid var(--secondary);
  text-align: center;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12);
}

.social_info_item h4 {
  font-size: 28px;
  color: var(--header);
}

.social_info_item ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.social_info_item ul li .svg {
  width: 28px;
  height: 28px;
}

.social_info_item ul li a .svg path {
  fill: #025D8C;
  transition: all .1s ease;
}

.social_info_item ul li a:hover .svg path {
  fill: var(--primary);
}


@media screen and (max-width: 767px) {
  .contact_info_item {
    padding: 15px;
  }

  .contact_info_item .contents h4 {
    font-size: 18px;
  }

  .contact_info_item .icon {
    width: 48px;
    height: 48px;
  }

  .contact_info_item .icon img {
    width: 24px;
  }
}



.footer_social ul {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.footer_social ul li .svg {
  width: 24px;
  height: 24px;
}

.footer_social ul li .svg path {
  fill: #fff;
  transition: all .1s ease;
}

.footer_social ul li a:hover .svg path {
  fill: var(--primary);
}


.pagination_nav {
  display: flex;
  justify-content: flex-end;
}

.pagination_nav .page-link {
  min-width: 48px;
  text-align: center;
  color: var(--secondary);
}

.pagination_nav .active .page-link {
  background-color: var(--secondary);
  color: var(--white);
}