@font-face {
  font-family: SF_Regular;
  font-display: swap;
  src: url(../fonts/SF_Regular.ttf);
}
* {
  font-family: "SF_Regular";
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  direction: ltr;
  -webkit-print-color-adjust: exact;
     /* color-adjust: exact; */
          print-color-adjust: exact;
}

::-webkit-scrollbar {
  width: 8px;
  height: 6px;
  border-radius: 0px !important;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px !important;
}

::-webkit-scrollbar-thumb {
  background-color: #1216bc;
  outline: none;
  border-radius: 20px !important;
}

:target {
  scroll-margin-top: 60px;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #1014ab;
}

button:focus {
  outline: 0;
}

.row {
  margin: 0px;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

@media (max-width: 767px) {
  .container,
.container-fluid {
    padding: 0px 8px;
  }
}
video,
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.navbar-toggler {
  border: none;
  box-shadow: none !important;
}

.btn:focus {
  box-shadow: none;
}

body {
  background-color: #fdfdfd;
}

content {
    background-image: url(../images/banner/s2.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 795px;
  min-height: 50vh;
  position: relative;
  display: block;
}
content .overlay-content{

  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #221bff;
  opacity: 0.3;
}
.section-box {
  display: inline-block;
  width: 100%;
  overflow: visible;
  margin-top: 130px;
  margin-bottom: 50px;
}
/* .section-box.mt-100 {
    margin-top: 100px !important;
  } */
.select2-container--default .select2-selection--single {
  min-height: 48px;
  display: flex;
  align-items: center;
  border-color: #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: unset;
  top: 50%;
  transform: translateY(-50%);
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.select2-results__option--selectable {
  border-radius: 4px;
  margin-bottom: 2px;
  transition: all 0.3s ease-in-out;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #1014ab !important;
  color: #ffffff !important;
}

.select2-dropdown {
  border-radius: 4px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961) !important;
  border-color: transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 10px 20px;
}

.form-control {
  height: 48px;
  padding: 10px 20px;
  background-color: #f0f6fe;
  border: 0px;
  border-radius: 10px;
  text-align: right;
  margin-bottom: 30px;
}

.container-fluid {
  max-width: 1500px;
}

.swiperContainer {
  position: relative;
}
.swiperContainer .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiperContainer .swiper-button-next,
.swiperContainer .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1014ab;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
.swiperContainer .swiper-button-next::after,
.swiperContainer .swiper-button-prev::after {
  font-size: 26px;
  font-family: "Font Awesome 6 Free";
}
.swiperContainer .swiper-button-next:hover,
.swiperContainer .swiper-button-prev:hover {
  background-color: #1014ab;
  color: #ffffff;
}
@media (max-width: 768px) {
  .swiperContainer .swiper-button-next,
.swiperContainer .swiper-button-prev {
    display: none;
  }
}
.swiperContainer .swiper-button-next {
  left: -60px;
  right: unset;
}
@media (max-width: 1240px) {
  .swiperContainer .swiper-button-next {
    left: 0px;
  }
}
.swiperContainer .swiper-button-next::after {
  content: "\f053" !important;
}
.swiperContainer .swiper-button-prev {
  right: -60px;
  left: unset;
}
@media (max-width: 1240px) {
  .swiperContainer .swiper-button-prev {
    right: 0px;
  }
}
.swiperContainer .swiper-button-prev::after {
  content: "\f053" !important;
  transform: scaleX(-1);
}
.swiperContainer .swiper-pagination {
  width: auto !important;
  left: 50% !important;
  transform: translateX(-50%);
  background-color: transparent;
  border-radius: 4px;
  padding: 0px 10px;
  transition: all 0.3s ease-in-out;
}
.swiperContainer .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.3s ease-in-out;
  width: 16px;
  border-radius: 4px;
  opacity: 0.3;
  background-color: #1014ab;
  margin: 2px !important;
}
.swiperContainer .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1014ab;
  width: 40px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.fancybox__track,
.fancybox__content,
.carousel__track {
  direction: ltr !important;
}
.fancybox__container{
  z-index: 1100;
}
.fancybox__caption {
  text-align: center;
}

@media (min-width: 768px) {
  .customCursor {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 1px solid rgba(68, 68, 68, 0.1882352941);
    transition: all 120ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: 999999;
  }
  .customCursorInner {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: rgba(68, 68, 68, 0.5647058824);
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 999999;
  }
  .customHover {
    width: 70px;
    height: 70px;
    border-color: transparent;
    background-color: rgba(68, 68, 68, 0.1882352941);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.062745098);
  }
  .customClick {
    width: 40px;
    height: 40px;
  }
}

/*Loading*/
.loading-area {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
}
.loading-area .loading-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 9999;
}
.loading-area .loading-pic {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 99999;
  text-align: center;
  transform: translateY(-50%);
}

/*Loading Animation Start*/
.wrapper {
  margin: 0px auto;
  display: block;
}
.wrapper .cssload-loader {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 48px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background-color: #1967d2;
  animation: 1.15s infinite linear;
}
.wrapper .cssload-loader:before, .wrapper .cssload-loader:after {
  content: "";
  animation: 1.15s infinite linear;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.wrapper .cssload-loader:before {
  content: "";
  border: 7px solid #fff;
  top: 0px;
  left: 0px;
  animation-name: cssload-animation;
}

@keyframes cssload-animation {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(2);
  }
}
.btn {
  border-radius: 16px;
}
.defaultBtn {
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  isolation: isolate;
  background-color: #ffffff;
  color: #1014ab;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  padding: 8px 16px;
  border: 1px solid #1014ab;
}
.defaultBtn:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
}
.defaultBtn span {
  position: absolute;
  top: 50%;
  right: 0%;
  display: inline-block;
  width: 0;
  height: 0;
  background-color: #1014ab;
  transition: all 0.5s ease-in-out;
  transform: translate(50%, -50%);
  border-radius: 8px;
  z-index: -1;
}
.defaultBtn:hover span {
  width: 300%;
  height: 600%;
}
.navbar {
    box-shadow: none;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 13%);
    transition: all 0.3s ease-in-out;
    position: -webkit-sticky;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1024;
    height: 80px;
}
@media print {
  .navbar {
    display: none !important;
  }
}
@media (min-width: 1200px){
header .headerAnimate {
    background: #fff !important;
    -webkit-backdrop-filter: blur(4px) !important;
    backdrop-filter: blur(4px) !important;
    box-shadow: none;
}
}
.navbar .navbar-nav {
  align-items: center;
}
.navbar .navbar-brand {
  margin: 0;
  padding: 0;
}
.navbar .navbar-brand img {
  height: 50px;
  transition: 0.5s ease;
  width: 100%;
  -o-object-fit: contain;
  margin-top: 0px;
  object-fit: contain;
}
@media (max-width: 480px) {
  .navbar .navbar-brand img {
    height: 40px;
  }
}
.navbar .nav-item {
  display: flex;
  align-items: center;
}
.navbar .nav-link {
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-size: 15.5px;
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0 3px;
    padding: 8px 4px;
    font-weight: 600;
}
.navbar.headerAnimate .nav-link {
  color: #292929;
}
.navbar.headerAnimate .language .lan-icon {
    color: #292929;
}
.navbar .nav-link i {
  font-size: 14px;
}
.navbar .nav-link::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #00b8de;
  margin-left: 5px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: -10px;
  opacity: 0;
  visibility: hidden;
}
.navbar .nav-link:hover, .navbar .nav-link:focus {
  color: #00b8de !important;
}
.navbar .nav-link:hover::before, .navbar .nav-link:focus::before {
  right: 0px;
  opacity: 1;
  visibility: visible;
}
.navbar .btn {
  border-radius: 16px;
  padding: 8px 24px !important;
  transition: all 0.3s ease-in-out !important;
}
.navbar .dark-logo{
  display: none;
}
.navbar.headerAnimate .dark-logo{
  display: block;
}
.navbar.headerAnimate .white-logo{
  display: none;
}
.navbar .sideBtn {
  position: relative;
  width: 34px;
  height: 24px;
  padding: 5px;
  cursor: pointer;
  transition: transform 0.3s;
  z-index: 99999;
}
.navbar .sideBtn span {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fefefe;
  margin: 4px 0;
  transition: width 0.3s, transform 0.5s, opacity 0.3s;
}
.navbar .sideBtn span:first-child {
  top: 0;
}
.navbar .sideBtn span:nth-child(2) {
  width: 10px;
  top: 7px;
}
.navbar .sideBtn span:nth-child(3) {
  width: 16px;
  bottom: 0;
}
.navbar .sideBtn:not(.active):hover span:first-child {
  width: 16px;
}
.navbar .sideBtn:not(.active):hover span:nth-child(2) {
  width: 20px;
}
.navbar .sideBtn.active span {
  background-color: #0c1192 !important;
}
.navbar .sideBtn.active span:first-child {
  transform: rotate(45deg);
  top: 8px;
  width: 20px;
}
.navbar .sideBtn.active span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.navbar .sideBtn.active span:last-child {
  transform: rotate(-45deg);
  top: 8px;
  width: 20px;
}
.navbar .sideMenu {
  position: fixed;
  z-index: 99998;
  right: -100%;
  top: 0;
  height: 100%;
  background-color: rgba(29, 113, 184, 0.9490196078);
  padding: 50px 24px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.navbar .sideMenu.active {
  right: 0px;
}
.navbar .sideMenu .sideMenuInner {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  height: 100%;
}
.navbar .sideMenu .sideMenuInner .sideMenuLink {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 5px;
  color: #fff;
  padding: 5px 0;
  transition: all 0.3s ease-in-out;
}
.navbar .sideMenu .sideMenuInner .sideMenuSocials {
  align-self: flex-end;
  margin-top: auto;
}
.navbar .sideMenu .sideMenuInner .sideMenuSocials li {
  display: inline-block;
}
.navbar .sideMenu .sideMenuInner .sideMenuSocials li a {
  color: #fff;
  font-size: 22px;
  padding-right: 8px;
  padding-left: 8px;
}
.navbar .sideMenu .sideMenuInner .sideMenuSocials li a i {
  font-size: 20px !important;
}
.navbar .dropdown {
  text-align: center;
}
.navbar .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .dropdown .dropdown-toggle::after {
  border: none !important;
  content: "\f104" !important;
  font-family: "Font Awesome 6 Free";
  transition: all 0.3s ease-in-out;
  margin-right: 5px;
  width: 10px !important;
}
.navbar .dropdown:hover .dropdown-toggle::after {
  transform: rotate(-90deg);
}
.navbar .dropdown .dropdown-menu {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown !important;
          animation-name: fadeOutDown !important;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background-color: #ffffff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
  padding: 5px 0;
  right: unset;
  top: 100%;
  left: -50%;
  margin-top: 0;
  border: none;
}
.navbar .dropdown .dropdown-menu a {
  border-radius: 2px;
  padding: 8px 12px;
  padding-right: 16px;
  margin-bottom: 5px;
  position: relative;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.navbar   .language {
    padding: 20px 12px;

}
@media (max-width: 512px) {
    .navbar   .language {
        padding: 5px 6px;
    }
}
.navbar   .language .lan-icon {
    color: #ffffff;
}
.navbar   .language i {
    font-size: 20px;
}
.navbar  .language .dropdown-item {
    text-align: start;
}
.navbar   .language .dropdown-item img {
    width: 30px;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    margin-left: 5px;
}


.navbar .dropdown .dropdown-menu a::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #00b8de;
  margin-left: 5px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  position: relative;
  right: -10px;
  opacity: 0;
  visibility: hidden;
}
.navbar .dropdown .dropdown-menu a:hover, .navbar .dropdown .dropdown-menu a:focus {
  color: #00b8de !important;
}
.navbar .dropdown .dropdown-menu a:hover::before, .navbar .dropdown .dropdown-menu a:focus::before {
  right: 0px;
  opacity: 1;
  visibility: visible;
  margin-left: 10px;
}
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown:focus .dropdown-menu {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp !important;
          animation-name: fadeInUp !important;
}
@media (min-width: 768px) {
  .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown:focus .dropdown-menu {
    display: block;
  }
}
@media (max-width: 768px) {
  .navbar .dropdown .dropdown-menu {
    -webkit-animation-name: unset !important;
            animation-name: unset !important;
    box-shadow: none;
    text-align: center;
    background-color: #f0f5f4;
    margin: 10px 0;
  }
  .navbar .dropdown:hover .dropdown-menu {
    -webkit-animation-name: unset !important;
            animation-name: unset !important;
  }
}
/* =======================================Banner Section ========================================== */
.banner-hero {

  padding: 45px 65px 20px 15px;
  position: relative;
  max-width: 1770px;
  margin: 0 auto;
}
.banner-hero .banner-inner {
  z-index: 5;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.banner-hero .block-banner {
  position: relative;
  z-index: 12;
  padding: 50px 180px 80px 100px;
}
.banner-hero .heading-title {
  font-size: 20px !important;
  line-height: 7px;
  color: #fff;
  margin-bottom: 25px;
}
.banner-hero .heading-banner {
  font-size: 40px !important;
  line-height: 60px;
  color: #fff;
  margin-bottom: 25px;
}
.banner-hero .banner-description {
  position: relative;
  font-size: 20px;
  color: #fdfdfd;
  margin-bottom: 20px;
}
.banner-hero .features-list{
  margin-top: 50px;
}
.banner-hero .features-list .feature-item {
  position: relative;
  border-radius: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  margin-right: 30px;
  margin-left: 30px;
  text-align: center;
  background-color: transparent;
  transition: all 0.3s linear;
}
.banner-hero .features-list .feature-item:hover .feature__icon {
  -webkit-box-shadow: 0 0 0 9px rgb(0 0 0 / 10%);
  box-shadow: 0 0 0 9px rgb(0 0 0 / 10%);
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.banner-hero .features-list .feature-item .feature__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  font-size: 40px;
  border-radius: 50%;
  margin-bottom: 10px;
  color: #221bff;
  background-color: #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  line-height: 1;
}
.banner-hero .features-list .feature-item .feature__icon i{
  font-weight: 300;
}
.banner-hero .features-list .feature-item .feature__title {
  font-size: 15px;
  color: #fff;
}
.banner-homepage .banner-inner .row .block-banner {
  padding-right: 0px;
  padding-top: 90px;
}
.banner-homepage .btn{
  border-radius: 50px;
  display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
}
.banner-homepage .btn.btn-default {
  color: #ffffff;
  background-color: #3C65F5;
  line-height: 26px;
  padding: 10px 39px;
  margin-left: 20px;
  margin-top: 25px;
  font-size: 15px !important;
  font-weight: 500;
}
.banner-homepage .btn-border-brand-2 {
  padding: 10px 39px;
  border: 1px solid #3C65F5;
  background-color: #ffffff;
  color: #3C65F5;
  font-size: 15px !important;
  line-height: 26px;
  margin-top: 25px;
  font-weight: 500;
}
.banner-homepage .banner-imgs {
  min-height: 550px;
  width: 100%;
  position: relative;
}
/* .banner-homepage .banner-imgs::before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/banner/bg-banner.png) no-repeat top center;
  background-size: contain;
  content: "";
  z-index: 1;
} */
.banner-homepage .banner-imgs .banner-1 {
  position: absolute;
  z-index: 2;
  top: 30px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  max-width: 356px;
  margin: auto;
  max-height: 356px;
}
.banner-homepage .banner-imgs .banner-2 {
  position: absolute;
  z-index: 2;
  max-width: 192px;
  top: 30px;
  left: 0px;
}
.banner-homepage .banner-imgs .banner-3 {
  position: absolute;
  z-index: 2;
  max-width: 165px;
  bottom: 0px;
  left: 0px;
}
.banner-homepage .banner-imgs .banner-4 {
  position: absolute;
  z-index: 2;
  max-width: 145px;
  top: 30px;
  right: 80px;
}
.banner-homepage .banner-imgs .banner-5 {
  position: absolute;
  z-index: 2;
  max-width: 131px;
  top: 300px;
  right: 30px;
}
.banner-homepage .banner-imgs .banner-6 {
  position: absolute;
  z-index: 2;
  max-width: 120px;
  bottom: -30px;
  right: 170px;
}
@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hero-thumb-sm-animation {
  0% {
    transform: translateY(-20px) translateX(50px);
  }
  100% {
    transform: translateY(-20px) translateX(0px);
  }
}
@keyframes hero-thumb-sm-2-animation {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.shape-1 {
  animation: hero-thumb-animation 2s linear infinite alternate;
}

.shape-2 {
  animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

.shape-3 {
  animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

@media (max-width: 1399.98px) {
  .banner-homepage .banner-imgs .banner-1 {
    max-width: 256px;
    max-height: 256px;
  }
  .banner-homepage .banner-imgs .banner-2 {
    max-width: 152px;
    max-height: 152px;
  }
  .banner-homepage .banner-imgs .banner-3 {
    max-width: 132px;
    max-height: 132px;
  }
  .banner-homepage .banner-imgs .banner-4 {
    max-width: 115px;
    max-height: 115px;
    bottom: 20px;
  }
  .banner-homepage .banner-imgs .banner-5 {
    max-width: 95px;
    max-height: 95px;
  }
  .banner-homepage .banner-imgs .banner-6 {
    max-width: 85px;
    max-height: 85px;
    bottom: 10px;
  }
}
@media (max-width: 767.98px) {
.banner-homepage .banner-inner .row .block-banner {
  padding-right: 0px;
}
}
/* ======================================  About-us section   ============================================= */
.about-section{
  background: #fff;
  position: relative;
  padding-top: 120px;
  padding-bottom: 90px;
}
.about-section .about-details{
  text-align: right;
}
.about-section .about-details .ab-det-head-title{
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: #1967d2;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}
.about-section .about-details .ab-det-title{
  margin-bottom: 30px;
  font-size: 30px;
  color: #17171d;
  font-weight: 600;
}
@media (max-width: 991px) {
  .about-section .about-details .ab-det-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .about-section .about-details .ab-det-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .about-section .about-details .ab-det-title {
    font-size: 22px;
  }
}
.about-section .about-details p {
  margin-bottom: 40px;
}
/*Description list*/
.about-section .about-details .description-list{
  margin: 30px 0;
}
.about-section .about-details .description-list li {
  padding-right: 45px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}
.about-section .about-details .description-list li:last-child {
  margin-bottom: 0px;
}
.about-section .about-details .description-list li i {
  background-color: #1967d2;
  color: #fff;
  line-height: 26px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  font-size: 22px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .description-list li {
    padding-right: 30px;
  }
  .description-list li i {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .about-services {
    margin-top: 30px;
  }
}
.about-services .row [class*=col-]:nth-child(odd) {
  margin-top: -30px;
}
@media (max-width: 991px) {
  .about-services {
    margin-top: 30px;
  }
}
.about-services .row [class*=col-]:nth-child(odd) {
  margin-top: -30px;
}
.about-services-box {
  padding-right: 0px;
  padding-top: 30px;
  position: relative;
  width: 330px;
}
@media (max-width: 1024px) {
  .about-services-box {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .about-services-box {
    padding-right: 30px;
  }
}
.about-services-box .ab-large-number {
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
  position: absolute;
  right: 35px;
  top: 15px;
}
.about-services-box .ab-large-number.clr-sky{
  color: #3898e2;
}
.about-services-box .ab-large-number.clr-yellow{
  color: #e2b438;
}
.about-services-box .ab-large-number.clr-pink{
  color: #bc84ca;
}
.about-services-box .ab-serv-box-details {
  margin-right: 20px;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.about-services-box .ab-serv-box-details .about-media {
  position: absolute;
  left: -36px;
  top: 5px;
  width: 90px;
  height: 75px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: -5px 10px 25px rgba(56, 152, 226, 0.4);
}
.about-services-box .sky-light .about-media span{
  font-size: 35px;
  color: #7cb5ea;
}
.about-services-box .yellow-light .about-media span{
  font-size: 35px;
  color: #eac87c;
}
.about-services-box .pink-light .about-media span{
  font-size: 35px;
  color: #cea7d9;
}
.about-services-box .ab-serv-box-details .ab-box-title {
  color: #fff;
  margin-bottom: 10px;
  margin-top: 46px;
  font-size: 22px;
  margin-right:0px;
  font-weight: 600;
}
.about-services-box .ab-serv-box-details p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #fbfbfb;
  line-height: 24px;
}
.about-services-box .yellow-light{
  box-shadow: 0px 0px 40px rgb(234 200 124 / 70%);
  background-color: #eac87c;
}
.about-services-box .sky-light {
  background-color: #7cb5ea;
  box-shadow: 0px 0px 40px rgb(124 181 234 / 70%);
}
.about-services-box .pink-light {
  background-color: #cea7d9;
  box-shadow: 0px 0px 40px rgb(206 167 217 / 70%);
}
.bg-clr-green-light {
  background-color: #8be3c6;
}

/* ===================================Categories-area================================================ */
.Services-Section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
}

.Services-boxes {
  margin-bottom: 30px;
}
.Services-boxes:after {
  width: 100%;
  height: 100%;
  content: "";
  left: calc(50% - 120px);
  top: 0px;
  background-color: #f9fcff;
  position: absolute;
  z-index: -1;
}
@media (max-width: 991px) {
  .Services-boxes:after {
    left: 0px;
  }
}

.Services-boxes-2 {
  margin-bottom: 30px;
}

.job-categories-block {
  display: flex;
  padding: 65px 25px 50px 18px;
  align-items: initial;
  background-color: #fff;
  box-shadow: 0px 0px 25px rgb(56 152 226 / 30%);
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s all ease;
  height: 200px;
  width: 380px;
  flex-direction: column;
  margin: 30px 0;
}
@media (max-width: 1199px) {
  .job-categories-block {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .job-categories-block {
    margin: 0px 20px;
  }
}
.job-categories-block:after {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -84px;
  bottom: 0px;
  content: "";
  background-color: #3898e2;
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
  transition: 0.5s all ease;
}
.job-categories-block:before {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -64px;
  bottom: 0px;
  content: "";
  background-color: #3898e2;
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
  transition: 0.5s all ease;
}
.job-categories-block:hover:after {
  width: 500%;
  height: 500%;
  position: absolute;
  left: -50px;
  bottom: -50px;
  content: "";
  background-color: #3898e2;
  border-radius: 50%;
  opacity: 0.05;
  z-index: -1;
  transition: 0.5s all ease;
}
.job-categories-block:hover:before {
  opacity: 0;
}
.job-categories-block .twm-media {
  width: 100px;
}
.job-categories-block .twm-media img {
  width: auto;
}
.job-categories-block .twm-media [class*=flaticon-] {
  color: #1967d2;
  font-size: 55px;
  line-height: 70px;
  position: absolute;
  left: 20px;
  /* top: 34%; */
  line-height: 55px;
  display: flex;
  align-items: center;
}
.job-categories-block .twm-content .twm-jobs-available {
  background-color: #1967d2;
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  padding: 4px 15px;
  display: inline-block;
  margin-bottom: 10px;
}
.job-categories-block .twm-content p {
  margin-bottom: 0px;
  display: block;
  color: #767676;
  width: 65%;
  margin-top: 6px;
  line-height: 25px;
  font-size: 14px;
}

.job-categories-style1 .owl-carousel .owl-stage-outer {
  display: table;
  position: relative;
  padding: 30px 10px 30px 0px;
}
@media (max-width: 991px) {
  .job-categories-style1 .owl-carousel .owl-stage-outer {
    display: block;
    padding: 30px 0px;
  }
}

.owl-btn-left-bottom .owl-nav {
  text-align: left;
  position: absolute;
}
.owl-btn-left-bottom .owl-nav .owl-next {
  right: -1px;
  transition: all 0.2s linear;
}
.owl-btn-left-bottom .owl-nav .owl-prev {
  transition: all 0.2s linear;
}
.wt-separator-two-part-row {
  align-items: center;
}
.section-head.left.wt-small-separator-outer {
  text-align: right;
}
.wt-small-separator {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: #1967d2;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}
.section-head.left.wt-small-separator-outer h2 {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .wt-separator-two-part-right {
    text-align: left;
    margin-bottom: 30px;
  }
}
.Services-Section .owl-btn-left-bottom .owl-nav {
  text-align: left;
  position: absolute;
  margin-top: 40px;
}
.Services-Section .owl-carousel .owl-nav button.owl-next,
.Services-Section .owl-carousel .owl-nav button.owl-prev {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #1967d2;
  color: #fff;
  padding: 0px !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  margin-right: 5px;
  font-weight: 500;
  box-shadow: 0px 0px 30px rgb(56 152 226 / 30%);
}
.Services-Section .owl-carousel .owl-nav button.owl-next i,
.Services-Section .owl-carousel .owl-nav button.owl-prev i {
  font-style: normal;
  font-size: 26px;
  line-height: 42px;
}
.Services-Section .site-button {
  outline: none;
  color: #fff;
  padding: 11px 30px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #1967d2;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s all ease;
  color: rgba(0, 0, 0, 0) !important;
    transition: all 0.3s ease !important;
    text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
    float: left;
    margin-top: 38px;
}
/* ======================================= Countries-section ================================== */
.Countries-section{
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #fff;
}
.Countries-section .Countries-title{
  margin-bottom: 50px;
  text-align: center;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}
.Countries-section .Countries-title .Countries-title-heading{
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: #1967d2;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
}
.Countries-section .Countries-title h2 {
  margin: 0px auto;
  font-size: 30px;
}
.Countries-section .Countries-boxes{
  margin-bottom: 30px;
}
.Countries-section .Countries-boxes .Countries-block{
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 25px rgb(56 152 226 / 30%);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    transition: 0.5s all ease;
    margin-bottom: 30px;
}
.Countries-section .Countries-boxes .Countries-block:hover {
  background-color: #1967d2;
}
.Countries-section .Countries-boxes .Countries-block:before {
  width: 110px;
  height: 110px;
  position: absolute;
  left: -60px;
  top: -60px;
  content: "";
  color: #fff;
  background-color: #1967d2;
  border-radius: 50%;
  opacity: 0.04;
  z-index: -1;
  transition: 0.5s all ease;
}
.Countries-section .Countries-boxes .Countries-block:hover:after {
  background-color: #fff;
  opacity: 0.1;
  width: 500%;
  height: 500%;
}
.Countries-section .Countries-boxes .Countries-block .Countries-media {
  width: 150px;
  height: 132px;
  line-height: 0;
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  margin: 0px auto 0px;
}
.Countries-section .Countries-boxes .Countries-block .Countries-media:after {
  transition: 0.5s all ease;
  width: 90px;
  height:90px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.1);
  position: absolute;
  left: 50%;
  content: "";
  z-index: -1;
  top: 50%;
  opacity: 0;
}
.Countries-section .Countries-boxes .Countries-block:hover .Countries-media:after {
  transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 1;
  box-shadow: 0px 10px 25px rgb(0 0 0 / 20%);
}

.Countries-section .Countries-boxes .Countries-block .Countries-media img {
  width: 83px;
  height: 80px;
  transition: 0.5s all ease;
  border-radius: 100px;
}
.Countries-section .Countries-boxes .Countries-block .Countries-media img:before {
  transform: translateX(-50%);
  left: 50%;
  position: inherit;
}
.Countries-section .Countries-boxes .Countries-block .Countries-media img:after {
  transition: 0.5s all ease;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.1);
  position: absolute;
  left: 50%;
  content: "";
  z-index: -1;
  top: 50%;
  opacity: 0;
}
.Countries-section .Countries-boxes .Countries-block .count-content-title {
  background-color: #f0f6fe;
  color: #1967d2;
  font-size: 14px;
  border-radius: 10px;
  padding: 4px 15px;
  display: inline-block;
  margin-bottom: 10px;
}
.Countries-section .Countries-boxes .Countries-block .Countries-content p {
  margin-bottom: 0px;
  display: block;
  margin-top: 10px;
  font-size: 15px;
  transition: 0.5s all ease;
  color:#17171d;
}
.Countries-section .Countries-boxes .Countries-block .Countries-content a.defaultBtn{
  width: 122px;
  padding: 6px 5px;
  margin: 20px 46px;
  margin-left: 0 !important;
  margin-right: 0px !important;
  font-weight: 600;
  font-size: 15px;
}
.Countries-section .Countries-boxes .Countries-block .Countries-content a.defaultBtn:hover{
  color: #1967d2 !important;
}
.Countries-section .Countries-boxes .Countries-block:hover .Countries-content p {
  color: #fff;
}
.Countries-section .Countries-boxes .Countries-block:hover .Countries-content a.defaultBtn:hover{
  color: #1967d2 !important;
}
.Countries-section .Countries-boxes .Countries-block:after {
  width: 110px;
  height: 110px;
  position: absolute;
  right: -60px;
  bottom: -60px;
  content: "";
  background-color: #1967d2;
  color: #fff;
  border-radius: 50%;
  opacity: 0.04;
  z-index: -1;
  transition: 0.5s all ease;
}
.Countries-section .Countries-btn a{
    outline: none;
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-table;
    background-color: #1967d2;
    border: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s all ease;
}
/* ========================================= requirements-section ======================================= */
.requirements-section{
  background: #f9fcff;
  position: relative;
  padding: 100px 0 100px 0;
}
.requirements-section .requirements-title{
  margin-bottom: 50px;
  text-align: center;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}
.requirements-section .requirements-title .requirements-title-heading{
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: #1967d2;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
}
.requirements-section .requirements-title h2 {
  margin: 0px auto;
  font-size: 25px;
}
.requirements-section .section-title h3{
  font-size: 22px;
  text-align: center;
  margin: 30px 0 50px 0;
}
.requirements-section .requirements-box{
  padding: 20px 30px;
    display: flex;
    position: relative;
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 0px 0px 1px rgb(56 152 226 / 30%);
    border-radius: 10px;
}
.requirements-section .requirements-box .requir-icon{
  background: #1967d2;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  line-height: 42px;
  font-size: 19px;
  margin-left: 20px;
}
.requirements-section .requirements-box .requir-content{
  font-size: 18px;
  line-height: 40px;
}
/* ============================================ Testimonials ========================================== */
.testimonial-section{
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 80px;
}
.testimonial-section .testimonial-title{
  margin-bottom: 50px;
  text-align: center;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-section .testimonial-title .testimonial-title-heading{
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: #1967d2;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
}
.testimonial-section .testimonial-title h2 {
  margin: 0px auto;
  font-size: 25px;
  margin-bottom: 75px;
}
.testimonial-section .testimonial-block {
  position: relative;
  padding: 0px 15px 15px;
}
.testimonial-section .testimonial-content {
    border-radius: 10px;
}
.testimonial-section .testimonial-content .testi-media img {
  width: auto;
  height: 190px;
  margin-right: -53px;
}
.testimonial-block .testimonial-content .testi-content {
  padding: 50px 30px 30px 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgb(56 152 226 / 30%);
  position: relative;
}
.testimonial-block .testimonial-content .testi-content .testi-quote {
  position: absolute;
  left: 30px;
  top: -45px;
  opacity: 0.3;
}
.testimonial-block .testimonial-content .testi-content .testi-quote img {
  width: 95px;
}
.testimonial-block .testimonial-content .testi-content .testi-info {
    font-size: 18px;
    color: #17171d;
    margin-bottom: 20px;
}
.testimonial-block .testimonial-content .testi-content .testi-detail .testi-name {
  color: #fff;
  background-color: #1967d2;
  font-size: 14px;
  position: relative;
  display: inline-block;
  border-radius: 8px 0px 0px 8px;
  padding: 8px 25px 8px 40px;
  margin-right: -30px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #1967d2;
  color: #fff;
  padding: 0px !important;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  margin-right: 5px;
  font-weight: 500;
  box-shadow: 0px 0px 30px rgb(56 152 226 / 30%);
}
.owl-btn-bottom-center .owl-nav {
  text-align: center;
  margin-top: 35px;
}
/* ============================================ Contact-us ========================================== */
.Contact-section{
  background-color: #f9fcff;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 80px;
}
.overlay-wraper .overlay-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #221bff;
  opacity: 0.3;
}
.Contact-section .Contact-title{
  margin-bottom: 50px;
  text-align: center;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}
.Contact-section .Contact-title .Contact-title-heading{
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: #1967d2;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
}
.Contact-section .Contact-title h2 {
  margin: 0px auto;
  font-size: 25px;
  margin-bottom: 75px;
}
.Contact-section .Contact-block {
  margin-left: 30px;
}
.Contact-section .Contact-block .Contact-box {
  background-color: #fff;
  border-radius: 17px;
  padding: 20px;
  box-shadow: 0px 0px 1px rgb(180 205 237 / 70%);
  margin-bottom: 30px;
  margin-top: 20px;
  margin-top:0 ;
}
.Contact-section .Contact-block .Contact-box:hover{
  box-shadow: 0px 0px 25px rgb(180 205 237 / 70%);
}
.Contact-section .Contact-block .Contact-box .Contact-info {
  position: relative;
  z-index: 1;
}
.Contact-section .Contact-block .Contact-box .Contact-info .Contact-meta {
  position: relative;
  margin-bottom: 20px;
}
.Contact-section .Contact-block .Contact-box .Contact-info .Contact-meta ul {
  list-style: none;
  margin-bottom: 0px;
  padding: 0;
}
.Contact-section .Contact-block .Contact-box .Contact-info .Contact-meta ul li.post-date {
  background-color: #7a98bf;
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  padding: 5px 0px 5px 37px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: right;
}
.Contact-section .Contact-info .Contact-meta ul li.post-date:before {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -8px;
  z-index: -1;
  width: 0;
  height: 0;
  border-right: 9px solid transparent;
  border-left: 0px solid transparent;
  border-top: 8px solid #6881a2;
}
.Contact-section .Contact-info .Contact-meta ul li.post-date:after {
  content: "";
  background-color: #7a98bf;
  position: absolute;
  top: 0px;
  right: -40px;
  bottom: 0px;
  width: 46px;
  z-index: -1;
}
.Contact-section .Contact-block .Contact-box .Contact-info .post-title {
  margin-bottom: 15px;
  font-size: 17px;
}
.Contact-section .Contact-map{
  border-radius: 12px;
  width: 90%;
  background: #fff;
  height: 460px;
  padding: 10px;
}
.Contact-section .Contact-map iframe{
  width: 100%;
  height: 442px;
  border-radius: 12px;
}
/* ====================================================  Footer ======================================= */
.footer-top .widget {
  margin-bottom: 20px;
}
.footer-dark {
  color: #fff;
  font-size: 16px;
  padding-top: 80px;
  background-size: cover;
}
@media (max-width: 991px) {
  .footer-dark {
    padding-top: 40px;
  }
}
.footer-dark p {
  font-weight: 300;
  margin-bottom: 20px;
  width: 80%;
}
.footer-dark .logo-footer {
  margin-bottom: 25px;
  max-width: 174px;
}
.footer-dark .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0px 0px 10px 0px;
}
@media (max-width: 991px) {
  .footer-dark .footer-top {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .footer-dark .footer-top {
    padding-bottom: 0px;
  }
}
.footer-dark .ftr-list {
  list-style: none;
  padding-right: 0;
  text-align: right;
}
.footer-dark .ftr-list li p {
  margin-bottom: 10px;
  font-size: 16px;
}
.footer-dark .ftr-list li p span {
  margin-right: 5px;
  font-weight: 500;
}
.footer-dark .widget-title {
  color: #f0f6fe;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 23px;
  position: relative;
}
.footer-dark .widget-title:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #1967d2;
  width: 40px;
  height: 3px;
}
.footer-dark .social-icons {
  margin: 0px;
}
.footer-dark .social-icons li {
  display: inline-block;
}
.footer-dark .social-icons li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  padding: 0px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin-right: 3px;
}
.footer-dark .social-icons li a:hover {
  color: #f0f6fe;
}
.footer-dark .footer-bottom {
  padding: 0px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
.footer-dark .footer-bottom .footer-bottom-info {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  align-items: center;
}
@media (max-width: 991px) {
  .footer-dark .footer-bottom .footer-bottom-info {
    display: block;
  }
}
@media (max-width: 991px) {
  .footer-dark .footer-bottom .footer-copy-right {
    margin: 5px 10px 5px 0px;
    display: inline-block;
  }
}
.footer-dark .footer-bottom .footer-copy-right .copyrights-text {
  color: #fff;
  font-size: 14px;
}

.footer-top .widget {
  margin-bottom: 20px;
}
.widget {
  margin-bottom: 40px;
}
.footer-dark .footer-widget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-right: 0;
}
.footer-dark .footer-widget ul li {
  display: block;
  width: 100%;
  padding: 2px 0px;
  border: 0px;
  overflow: hidden;
}
.footer-dark .footer-widget ul li a {
  color: #fff;
  position: relative;
  padding: 0px 0px 5px 0px;
  display: block;
  margin-left: 0px;
  transition: 0.5s all ease;
  font-size: 15px;
  font-weight: 300;
}
/* ===========================================Page-banner ==================================== */
.page-banner{
  background-image: url(../images/banner/s2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  height: 290px;
  background-position: center center;
  display: block;
  width: 100%;
  position: relative;
}
.page-banner .banner-content {
  display: block;
  text-align: center;
  padding-bottom: 30px;
  padding: 100px 0;
}
.page-banner .banner-content .banner-title {
  position: relative;
  margin-top: 60px;

}
.page-banner .banner-content .banner-title .banner-title-name {
  display: inline-block;
  margin-bottom: 30px;
}
.page-banner .banner-title .banner-title-name h2 {
  color: #fff;
  font-size: 34px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2.8px;
}
.page-banner .page-breadcrump {
  margin: 0;
  display: inline-block;
  list-style: none;
  position: relative;
  padding: 0;
}
.page-banner .page-breadcrump li {
  padding-left: 30px;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #1967d2;
}
.page-banner .page-breadcrump li a {
  color: #ffffff;
}
.page-banner .page-breadcrump li:after {
  content: "";
  position: absolute;
  left: 8px;
  width: 8px;
  height: 2px;
  background-color: #fff;
  top: 59%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.page-banner .page-breadcrump li:last-child {
  color: #ffffff;
  padding: 0px;
}
.page-banner .page-breadcrump li:last-child::after{
  content: none;
}
/* ======================================faq-section================================================ */
.faq-section{
  padding-top: 120px;
  padding-bottom: 90px;
  background: #fff;
}
.faq-section .faq-content {
  max-width: 830px;
  margin: 0px auto;
}
.faq-section .faq-content .tw-faq-section {
  max-width: 830px;
  margin: 0px auto;
}
.faq-section .faq-content .accordion-faq .accordion-item,
.recruitmentVisa .accordion .accordion-item {
  border: 1px solid transparent;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
  border-radius: 10px;
  background-color: #f0f6fe;
}
.faq-section .accordion-item:first-of-type .accordion-button,
.recruitmentVisa .accordion .accordion-item:first-of-type .accordion-button  {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.faq-section .accordion-faq .accordion-item .accordion-button,
.recruitmentVisa .accordion .accordion-item .accordion-button  {
    font-size: 20px;
    color: #17171d;
    padding: 10px 16px 10px 16px;
    font-weight: 600;
}
.faq-section .accordion-faq .accordion-item .accordion-button:not(.collapsed),
.recruitmentVisa .accordion .accordion-item .accordion-button:not(.collapsed){
  box-shadow: none;
  background-color: #f0f6fe;
}
.faq-section .accordion-faq .accordion-item .accordion-button:after,
.recruitmentVisa .accordion .accordion-item .accordion-button:after {
  background-image: none;
  content: "\f0fe";
  font-family: "Font Awesome 6 Pro";
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #17171d;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}
.faq-section .accordion-faq .accordion-body,
.recruitmentVisa .accordion .accordion-body  {
  padding: 1rem 1.25rem;
  border-top: 1px solid #d2e5fd;
}
.faq-section .accordion-faq .accordion-body ul,
.recruitmentVisa .accordion .accordion-body ul{
  padding-right: 25px;
  list-style: arabic-indic;
}
.faq-section .accordion-faq .accordion-body ul li,
.recruitmentVisa .accordion .accordion-body  ul li{
  padding-bottom: 20px;
}
.faq-section .accordion-faq .accordion-body ul li p,
.recruitmentVisa .accordion .accordion-body  ul li p{
  color: #3c3c3c;
  font-size: 17px;
  font-weight: 500;
}
.faq-section .accordion-faq .accordion-button:not(.collapsed):after,
.recruitmentVisa .accordion .accordion-button:not(.collapsed):after {
  background-image: none;
  content: "\f146";
  transform: none;
}
/* ==================================================Contact-page ============================= */
.page-contact-section{
  position: relative;
}
.page-contact-section .contact-inner {
  position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}
.page-contact-section .contact-inner .contact-form-title {
  text-align: right;
  margin-bottom: 20px;
}
.page-contact-section .contact-inner .contact-form-title h2 {
  margin-bottom: 15px;
  font-size: 45px;
}
.page-contact-section .contact-inner .form-contact {
  margin-top: 30px;
  margin-right: -12px;
}
.page-contact-section .contact-inner .form-contact .form-control {
  height: 48px;
  padding: 10px 20px;
  background-color: #f0f6fe;
  border: 0px;
  border-radius: 10px;
  text-align: right;
  margin-bottom: 30px;
}
.page-contact-section .contact-inner .form-contact textarea.form-control {
  padding-top: 15px;
  height: 80px;
  margin-bottom: 40px;
  resize: none;
}
.page-contact-section .contact-inner .form-contact .send-button {
  outline: none;
  color: #fff;
  padding: 10px 61px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  background-color: #1967d2;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s all ease;
  color: rgba(0, 0, 0, 0) !important;
  transition: all 0.3s ease !important;
  text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
}
.page-contact-section .contact-inner .contact-info {
  margin-left: 100px;
  margin-right: 25px;
  position: relative;
  z-index: 1;
}
.page-contact-section .contact-inner .contact-info:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -57px;
  z-index: -1;
  width: 0;
  height: 0;
  border-left: 57px solid transparent;
  border-right: 0px solid transparent;
  border-top: 57px solid #d8d8d8;
}
.page-contact-section .contact-inner .contact-info .contact-details {
  border-radius: 10px 10px 10px 0px;
  box-shadow: 0px 0px 25px rgb(56 152 226 / 30%);
  padding: 40px;
  background-color: #fff;
}
.page-contact-section .contact-info-section .c-info-column {
  padding: 0px 100px 0px 0px;
  color: #17171d;
  position: relative;
  min-height: 75px;
  margin-bottom: 55px;
}
.page-contact-section .contact-info-section .c-info-column .c-info-icon {
  position: absolute;
  font-size: 22px;
  right: 0px;
  top: 0px;
  color: #1967d2;
  width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 10px;
  text-align: center;
  background-color: #f0f6fe;
  z-index: 1;
}
.page-contact-section .contact-info-section .c-info-column p {
  margin-bottom: 0px;
  font-size: 14px;
}
.page-contact-section .contact-info-section .c-info-column .c-info-icon.custome-size {
  font-size: 26px;
}
.page-contact-section .contact-inner:after {
  content: "";
  position: absolute;
  width: 482px;
  right: -15px;
  top: -40px;
  bottom: -40px;
  background-color: #f0f6fe;
  z-index: -1;
}
.page-contact-map{
    border-radius: 0px;
    width: 100%;
    background: #fff;
    height: auto;
    padding: 0;
    position: relative;
    margin: 0;
}
.page-contact-map .google-map iframe{
  width: 100%;
  height: 370px;
  border-radius: 0px;
  margin: 0;
}
/* =============================================trackOrder ============================================= */
.trackOrder {
  padding: 50px 0;
}
.trackOrder img {
  height: 300px;
  margin: 0 13%;
}
@media (max-width: 768px) {
  .trackOrder img {
    height: 200px;
  }
}
.trackOrder form {
  background-color: #ffffff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 25px;
    width: 100%;
    margin-top: 54px;
}
.trackOrder label{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}
.trackOrder label i{
  color: #1014ab;
  padding-left: 10px;
  vertical-align: middle;
}
.trackOrder .track-btn{
  background: #1014ab;
  color: #fff;
  border-radius: 5px;
  padding: 7px 0;
  font-size: 18px;
}
/* =========================================== Login =================================================== */
.page-content{
  background-image: url(../images/banner/bg-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding: 40px 60px;
}
.login-content{
  background: #fff;
  margin: 0px 50px;
  border-radius: 8px;
  border: 1px solid #aacbff;
  height: 575px;
}
.login-section .login-media-row {
  background-color: #f0f6fe;
    display: flex;
    align-items: center;
     justify-content: center;
    border-radius: 0 8px 8px 0;
    height: 573px;
}
.login-section .login-media {
  padding:0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-section .login-media .login-image {
  max-width: 720px;
  margin: 0px auto;
}
.login-section .login-media .login-image img {
  width: 100%;
}
.login-detail {
  padding: 30px 0px 120px 0px;
  border-radius: 10px;
  background-color: #fff;
  height: 570px;
}
.login-detail .login-logo {
  text-align: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.login-detail .login-logo img{
    max-width: 130px;
    margin: 0px auto 10px;
}
.login-detail .login-detail-inner {
  padding: 20px 20px;
}
.login-detail .login-detail-inner .login-title span{
    font-size: 32px;
    display: block;
    margin-bottom: 50px;
    font-weight: 500;
}
.login-detail .login-detail-inner .login-title span.otp{
  margin-bottom: 5px;
}
.login-detail .login-detail-inner .login-title p{
  margin-bottom: 50px;
}
.login-detail .login-detail-inner .form-check {
  display: inline-block;
  font-size: 14px;
  text-align: right;
}
.login-detail label.rem-forgot{
  width: 100%;
}
.login-detail .login-detail-inner .form-check-label a.site-text-primary {
  color: #1967d2;
  padding-right: 110px;
}
.login-detail .login-detail-inner .site-button{
    outline: none;
    color: #fff;
    padding: 11px 30px;
    border-radius: 10px;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: #1967d2;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0) !important;
    transition: all 0.3s ease !important;
    text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
    margin-top: 0px;
    text-align: center;
}
.register-form .form-control{
  margin-bottom: 20px;
}
.login-detail label.new-account {
  padding-top: 8px;
}
.login-detail label.new-account a {
  color: #1967d2;
  cursor: pointer;
  text-decoration: underline;
  text-underline-position: under;
}
/* =========================================== customer-services =================================== */
.selectCustomerService {
  padding: 50px 0;
  margin-top: 50px;
}
.selectedCustomer {
  padding: 50px 0;
  margin-top: 50px;
}
.selectCustomerService .headTitle {
  text-align: center;
  margin-bottom: 50px;
}
.selectCustomerService .headTitle h1 {
  font-size: 36px !important;
  color: #1014abba;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .selectCustomerService .headTitle h1 {
    font-size: 28px !important;
  }
}
.selectCustomerService .headTitle p {
  color: #777;
}
.selectCustomerService .choose {
  position: relative;
  display: flex;
  justify-content: space-around;
  background-color: rgba(25, 133, 135, 0.1254901961);
  padding: 20px;
  border-radius: 24px;
  flex-wrap: wrap;
  gap: 12px;
}
.selectCustomerService .choose .customerOption {
  flex: 1;
  min-width: 120px;
}
.selectCustomerService .choose .btn {
  padding: 15px 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
  box-shadow: none;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 4px solid transparent;
  border-radius: 16px;
  gap: 12px;
}
.selectCustomerService .choose .btn img {
  height: 87px;
  width: 87px;

}
.selectCustomerService .choose .btn span {
  text-align: center;
    font-size: 17px;
    color: #717171;
}
.selectCustomerService .choose .btn-check:active + .btn-outline,
.selectCustomerService .choose .btn-check:checked + .btn-outline,
.selectCustomerService .choose .btn-outline.active,
.selectCustomerService .choose .btn-outline.dropdown-toggle.show,
.selectCustomerService .choose .btn-outline:active {
  background-color: #ffffff;
  color: #007cff;
  border: 4px solid #007cff;
}
.selectCustomerService .choose .btn-check:active + .btn-outline::after,
.selectCustomerService .choose .btn-check:checked + .btn-outline::after,
.selectCustomerService .choose .btn-outline.active::after,
.selectCustomerService .choose .btn-outline.dropdown-toggle.show::after,
.selectCustomerService .choose .btn-outline:active::after {
  content: "\f560" !important;
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  position: absolute;
  font-size: 20px;
  top: 5px;
  right: 10px;
}
.selectCustomerService .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #1014ab;
  color: #fff;
}

.selectedCustomer {
  background-color: #ffffff;
  width: min(100% - 24px, 600px);
  margin: 100px auto 50px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  position: relative;
  padding-top: 80px;
  text-align: center;
}
.selectedCustomer img {
  width: 100px;
  height: 100px;
  padding: 16px;
  border-radius: 100px;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
  background-color: #ffffff;
  border: 4px solid #f3f3f9;
}
.selectedCustomer .massage {
  line-height: 34px;
}
.selectedCustomer .massage span {
  font-weight: bold;
  color: #007cff;
  padding: 0 5px;
}
.selectedCustomer .contactType {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  flex-wrap: wrap;
}
.selectedCustomer .contactType .contact {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  border: 1px solid #007cff;
  padding: 9px 16px;
  border-radius: 16px;
  flex: 1;
}
.selectedCustomer .contactType .contact i {
  font-size: 32px;
}
.selectedCustomer .contactType .contact i.fa-phone {
  font-size: 23px;
}
.selectedCustomer .contactType .contact p {
  white-space: nowrap;
}
.selectedCustomer .contactType .contact:hover {
  background-color: #007cff;
  color: #ffffff;
}
/* ============================================== Profile-page ======================================== */
.Profile-section{
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #fff;
}
.profile-side-bar {
  background: #d4e6ff;
  padding: 30px;
  border-radius: 10px;
}
.Profile-section .profile-side-image {
  position: relative;
  display: block;
  max-width: 150px;
  margin: 0px auto 30px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.Profile-section .profile-side-image img {
  border-radius: 10px;
  margin: 10px;
  display: block;
  width: 128px;
}
.Profile-section .profile-side-image .upload-btn-wrapper {
  position: absolute;
  left: 10px;
  bottom: 10px;
  overflow: hidden;
  display: inline-block;
}
.Profile-section #upload-image-grid {
  width: 128px;
  height: 128px;
  overflow: hidden;
  border-radius: 10px;
  top: 30px;
  position: relative;
}
.Profile-section .upload-btn-wrapper button {
  outline: none;
  color: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: inline-table;
  background-color: #1967d2;
  border: none;
  font-weight: 600;
  left: 21%;
  transform: translateX(-50%);
  color: rgba(0, 0, 0, 0) !important;
  transition: all 0.3s ease !important;
  text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
  padding: 5px 10px;
  font-size: 12px;
}
.Profile-section .upload-btn-wrapper input[type=file] {
  font-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  display: block;
}
.Profile-section .pro-mid-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #17171d;
  margin-bottom: 10px;
}
.Profile-section .pro-mid-content p{
  margin-bottom: 20px;
}
.Profile-section .profile-nav-list ul {
  list-style: none;
  margin: 0;
  font-weight: 500;
  padding-right: 1rem;
}
.Profile-section .profile-nav-list ul li {
  float: none;
  margin-bottom: 10px;
}
.Profile-section .profile-nav-list ul li:hover{
  background: #fff;
  color: #1014ab;
}
.Profile-section .profile-nav-list ul > li > a {
  padding: 12px 37px 12px 0px;
  color: #323232;
  display: block;
  font-size: 15px;
  position: relative;
  font-weight: 500;
  transition: 0.5s all ease;
}
.Profile-section .profile-nav-list ul > li > a:hover {
  color: #1967d2;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgb(180 205 237 / 70%);
}
.Profile-section .profile-nav-list ul li a > i {
  font-size: 18px;
  margin-left: 25px;
  position: absolute;
  right: 10px;
  left: auto;
  top: 14px;
  color: #1967d2;
}
.theiaStickySidebar:after {
  content: "";
  display: table;
  clear: both;
}
.left-sidebar-content{
    padding: 30px;
    border-radius: 10px;
    background-color: #f9fcff;
}
.left-sidebar-content .profile-leftsidebar-content{
  padding-top: 0px;
}
.left-sidebar-content .profile-leftsidebar-content ul{
  padding-top: 0px;
}
.profile-order-content {
  background-color: #fff;
  border: 1px solid #ddd;
  position: relative;
  padding: 16px 8px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 30px;
}
.profile-order-content .order-media {
  width: 100%;
  display: inline-block;
  margin-right: 10px;
}
.profile-order-content .order-media  .order-media-pic {
  width:100%;
  height: 118px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.profile-order-content .order-media  .order-media-pic img{
  display: inline-block;
}
.profile-order-content .order-content {
  flex-grow: 1;
}
.profile-order-content .order-content h4 {
  font-size: 20px;
  font-weight: 500;
}
.profile-order-content .order-content p{
  font-size: 15px;
  padding: 8px 5px;
  color: #606060;
}
.profile-order-content .order-details {
  display: block;
  float: left;
}
.profile-order-content .order-details .view-button{
  margin-top: 20px;
  margin-bottom: 20px;
}
.profile-order-content .order-content .order-number {
  font-size: 14px;
  margin-bottom: 0px;
  margin-left: 20px;
  font-weight: 500;
}
.profile-order-content .order-content  .order-number i {
  margin-left: 9px;
}
.profile-order-content .view-button .download,
.profile-order-content .view-button .details{
  background: #fff;
    border: 1px solid #1967d2;
    padding: 8px 15px;
    border-radius: 8px;
    margin-left: 10px;
}
.profile-order-content .view-button .download i,
.profile-order-content .view-button .details i{
  padding-left: 5px;
}
.profile-order-content .view-button .details{
  background: #1967d2;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    margin-left: 10px;
}
/* ======================================== profile-notification ================================== */
.profile-notification{
  padding: 30px;
  border-radius: 10px;
  background-color: #f9fcff;
}
.profile-notification .profile-table {
  position: relative;
  background: #fff;
  border: 0;
  border-radius: 5px;
  margin-bottom: 0px;
  overflow: hidden;
  width: 100%;
}
.profile-table thead {
  border-radius: 8px;
  color: #fff;
}
.profile-table thead th {
  position: relative;
  padding: 15px 15px;
  font-size: 16px;
  color: #17171d;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
.profile-table tbody tr {
  position: relative;
  border-bottom: 1px solid #ECEDF2;
}
.profile-table tbody tr td {
  position: relative;
  padding: 20px 10px;
  font-size: 15px;
  color: #17171d;
  font-weight: 400;
  text-align: center;
}
/* ======================================== profile-edit ================================== */
.profile-edit{
  padding: 30px;
  border-radius: 10px;
  background-color: #f9fcff;
}
.profile-edit .form-edit label{
  margin-bottom: 15px;
}
.profile-edit .form-edit .send-button {
  outline: none;
  color: #fff;
  padding: 10px 61px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  background-color: #1967d2;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s all ease;
  color: rgba(0, 0, 0, 0) !important;
  transition: all 0.3s ease !important;
  text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
}
/* ================================================== order-details=================================== */
.orderDetails {
  background-color: #ffffff;
  width: min(100% - 24px, 900px);
  margin: 30px auto;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  position: relative;
  text-align: center;
}
.orderDetails .selectedCustomer {
  margin: 0;
  margin-top: 20px;
  width: 100%;
  box-shadow: none;
  border: 6px solid #f3f3f9;
}

.routeNav {
  display: flex;
  align-items: center;
  background-color: #3582f3;
  border-radius: 8px;
  padding: 10px 30px;
  transition: all 0.3s ease-in-out;
}
.routeNav .Back {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #1967d2;
  color: #ffffff;
  border-radius: 100%;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  border: none;
}
.routeNav .Back:hover {
  background-color: #231f20;
  color: #ffd700;
}
.routeNav .Back .fa-angle-right:before {
  content: "\f105";
}
.routeNav ul {
  margin: 0;
  list-style: none;
  transition: all 0.3s ease-in-out;
  padding: 0;
}
.routeNav ul li {
  display: inline-flex;
  padding: 10px;
  color: #f1f1f1;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.routeNav ul li a {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  font-weight: bold;
}
.routeNav ul li a:hover {
  color: #ffffff;
}
.routeNav ul li a.active {
  color: #f1f1f1;
  cursor: default;
  font-weight: bold;
}
.routeNav ul li::after {
  content: " / ";
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
}
.routeNav ul li:last-child:after {
  display: none;
}
@media (max-width: 768px) {
  .routeNav {
    margin: 0px 0px 30px;
    padding: 10px 10px;
  }
  .routeNav .Back {
    margin-left: 20px;
  }
  .routeNav ul li a {
    font-size: 16px;
  }
}

.status {
  position: relative;
  padding: 20px 10px;
  background-color: rgb(25 103 210 / 18%);
  border-radius: 8px;
  border: 1px solid #1967d2;
  overflow: hidden;
}
.status ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.status ol li {
  position: relative;
  text-align: center;
  padding: 0 5px;
  width: 100%;
}
.status ol li:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto 4px auto;
  border: 3px solid #1967d2;
}
.status ol li:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #1967d2;
  margin: 0;
  position: absolute;
  top: 12px;
  right: calc(50% + 12px);
}
.status ol li.completed:before {
  background: #1967d2;
}
.status ol p {
  margin-top: 10px;
}
.orderDetails .order-content h4,
.orderDetails .order-content p {
  text-align: right;
}
/* ============================================== all-workers ========================================== */
.workers-section{
  padding-top: 120px;
  padding-bottom: 90px;
  background: #fff;
}
.side-bar h4 {
  font-size: 22px;
  font-weight: 600;
  color: #1014ab;
}
.side-bar {
  background-color: #fbfbfb;
  padding: 30px 20px;
  border-radius: 10px;
}
.side-bar .sidebar-filter {
  margin: 30px 0px;
}
.side-bar .sidebar-filter h4 {
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #17171d;
  border-bottom: 1px solid #ddd;
}
.side-bar .sidebar-filter ul li {
  display: flex;
  font-size: 16px;
  margin-bottom: 20px;
  color: #666666;
}
.side-bar .sidebar-filter ul li label {
  display: inline-block;
  padding-right: 15px;
}


.side-bar .sidebar-filter .view-button {
  display: flex;
}
.side-bar .sidebar-filter .view-button .clear,
.side-bar .sidebar-filter .view-button .confirm{
  background: #fff;
    border: 1px solid #1967d2;
    padding: 8px 17px;
    border-radius: 8px;
    margin-left: 10px;
}
.side-bar .sidebar-filter .view-button .confirm{
  background: #1967d2;
  border: 1px solid #1967d2;
  color: #fff;
  padding: 8px 40px;
  border-radius: 8px;
  margin-left: 10px;
}
.workers-list .worker-box{
    background-color: #fff;
    border: 10px;
    box-shadow: 0px 0px 10px rgb(56 152 226 / 30%);
    position: relative;
    padding: 25px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
}
.workers-list .worker-box .worker-media{
    width: 90px;
    height: 90px;
    line-height: 90px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 40px rgb(56 152 226 / 30%);
    margin-right: 40px;
    position: absolute;
    top: -20px;
    overflow: hidden;
}
.workers-list .worker-box .worker-media img{
    display: block;
    border-radius: 10px;
}
.workers-list .worker-box .worker-content {
  padding-top: 14px;
  position: relative;
  width: 100%;
}
.workers-list .worker-box .worker-content h4{
  margin-bottom: 13px;
  font-size: 22px;
  font-weight: 500;
  color: #17171d;
  padding-top: 51px;
}
.workers-list .worker-box .worker-content ul{
  display: flex;
  width: 100%;
  position: relative;
}
.workers-list .worker-box .worker-content p {
  font-size: 15px;
}
.workers-list .worker-box .worker-content p.worker-job {
  position: absolute;
  left: 10px;
}
.workers-list .worker-box .work-details-btn {
  color: #1967d2;
  font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    padding-top: 20px;
}
.workers-list .worker-box .worker-right-content {
  text-align: center;
  width: 100px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.workers-list .worker-box .worker-right-content .worker-age {
    font-weight: 600;
    color: #606062;
    margin: 20px 0px 10px 0px;
    font-size: 17px;
}
.workers-list .worker-box .worker-right-content .worker-age span {
  color: #1967d2;
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-align: center;
}
.cvModal {
  padding-top: 24px;
  /* z-index: 1040 ; */
}
.cvModal .modal-content {
  border-radius: 24px;
  padding: 24px;
}
@media (max-width: 768px) {
  .cvModal .modal-content {
    padding: 24px 12px;
  }
}
.cvModal .closeBtn {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background-color: #1967d2;
  border: 2px solid #ffffff;
  border-radius: 100px;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  transform: translate(10px, -50%);
}
.cvModal .closeBtn i {
  font-size: 24px;
  color: #ffffff;
}
.cvModal .modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  padding-top: 20px;
}
.cvModal .modal-footer .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #1967d2;
  background: #fff;
  color: #1967d2;
}
.cvModal .modal-footer .btn.book{
  background: #1967d2;
  color: #fff;
}
.cv .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  flex: 1;
  margin: auto;
  width: 100%;
}
.cv .info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
}
.cv .info ul li {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 4px;
  min-width: 160px;
}
.cv .info ul li .title {
  color: #777;
  white-space: nowrap;
}
.cv .info ul li .data {
  color: #231f20;
    font-weight: bold;
    white-space: nowrap;
    font-size: 15px;
}
.cv .info .alertText {
  color: red;
}
.cv .mainImg img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 8px;
  max-height: 300px;
  background-color: #f3f3f9;
  border-radius: 8px;
  border: 1px solid #f3f3f9;
  cursor: zoom-in;
}
.cv .moreImgs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  padding: 8px;
  border-radius: 8px;
  background-color: #f3f3f9;
}
.cv .moreImgs img {
  width: 100%;
  max-width: 70px;
  height: 70px;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: zoom-in;
}
.hideSideBtn {
  display: flex;
  box-shadow: 0px -2px 12px rgba(0, 0, 0, 0.1254901961);
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  z-index: 10;
  background-color: #ffffff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
  color: #231f20;
  border-radius: 16px;
  margin-bottom: 60px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (min-width: 992px) {
  .hideSideBtn {
    display: none;
  }
}
.hideSideBtn .icon {
  background-color: #ffffff;
  border: 2px solid #1014ab;
  border-radius: 100px;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}
.hideSideBtn .icon i {
  font-size: 24px;
  color: #1115b0;
}
.allWorkersSide {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: all 0.3s ease-in-out;
  max-width: 300px;
  border-radius: 8px;
}
.allWorkersSide .accordionItem {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.allWorkersSide .accordionItem .accordionButton {
  background: none !important;
  border: none;
  border-bottom: 1px solid #eee;
  padding: 16px 0;
  display: flex;
  font-weight: bold;
  position: relative;
}
.allWorkersSide .accordionItem .accordionButton::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #1014ab;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.allWorkersSide .accordionItem .accordionButton .plus {
  position: absolute;
  left: 8px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
}
.allWorkersSide .accordionItem .accordionButton .plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: #1014ab;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #00595b;
}
.allWorkersSide .accordionItem .accordionButton .plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: #1014ab;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #00595b;
  transform: rotate(0deg);
}
.allWorkersSide .accordionItem .accordionButton.collapsed::before {
  width: 10px;
}
.allWorkersSide .accordionItem .accordionButton.collapsed .plus::after {
  transform: rotate(90deg);
}
.allWorkersSide .accordionItem .accordionData {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 24px;
}
/* .allWorkersSide .control {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding-top: 24px;
  background-color: #ffffff;
}
.allWorkersSide .control .btn {
  width: 100%;
} */
@media (max-width: 992px) {
  .allWorkersSide {
    position: fixed;
    bottom: 0px;
    right: -100%;
    width: 100%;
    z-index: 9999;
    height: calc(100vh - 60px);
    overflow: auto;
  }
  .allWorkersSide .hideSideBtn {
    position: fixed;
    min-height: 60px;
    max-width: 300px;
    width: 100%;
    right: -100%;
    border-radius: 0;
    margin: 0;
  }
}
.showSide {
  right: 0;
  box-shadow: -1000px 0px 0 1000px rgba(35, 31, 32, 0.6705882353);
  background: #fff;
}
.showSide .hideSideBtn {
  right: 0;
}
.showSide::before {
  content: "";
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2509803922);
  transition: all 0.3s ease-in-out;
  z-index: -10;
}

.pagination-outer {
  padding-top: 15px;
  display: flex;
  justify-content: center;
}
.pagination-outer .pagination-style1 {
  position: relative;
  display: inline-block;
}
.pagination-outer .pagination-style1 ul {
  list-style: none;
  margin-bottom: 0px;
}
.pagination-outer .pagination-style1 ul li {
  position: relative;
  margin: 0px 3px 0px;
  display: inline-block;
}
.pagination-outer .pagination-style1 ul li.prev a {
  width: 50px;
  height: 50px;
  font-size: 16px;
  color: #17171d;
  font-weight: 500;
  transition: 0.5s all ease;
  letter-spacing: 1px;
}
.pagination-outer .pagination-style1 ul li a {
  position: relative;
  width: 50px;
  height: 50px;
  color: #17171d;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  transition: 0.5s all ease;
  font-weight: 600;
  border-radius: 10px;
}
.pagination-outer .pagination-style1 ul li.active a ,
.pagination-outer .pagination-style1 ul li:hover a{
  background-color: #1967d2;
  color: #fff;
}
/* =================================================visalssuance ======================================= */
.recruitmentVisa {
  padding: 50px 0;
}
.recruitmentVisa .recruit-tab {
  background-color: #ddf4f9;
  border-radius: 10px;
  margin-bottom: 50px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.3s ease-in-out;
  display: flex;
  padding: 12px;
}
@media (min-width: 768px){
  .recruitmentVisa .recruit-tab {
    position: relative;
        z-index: 2;
    box-shadow: 0px 8px 24px rgb(0 0 0 / 13%);
}
}
.recruitmentVisa .recruit-tab .nav-link {
  background-color: #ffffff;
  color: #1014ab;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 13%);
  border-radius: 8px;
  margin: 5px;
  transition: all 0.3s ease-in-out;
  padding:25px 20px;
  text-align: center;
  border: none;
  width: 49%;
}
.recruitmentVisa .recruit-tab .nav-link.active {
  background-color: #1014ab;
  color: #ffffff;
}
.recruitmentVisa .recruit-tab .nav-link i {
  font-size: 25px;
  margin-bottom: 10px;
}
.recruitmentVisa .secondaryTitle {
  font-weight: bold;
  color: #1014ab;
  margin-bottom: 20px;
}
.recruitmentVisa .thirdTitle {
  margin-bottom: 20px;
  font-size: 15px;
}
.recruitmentVisa .thirdTitle a{
  font-size: 15px;
  color: #0d6efd;
}
.recruitmentVisa .step {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 13%);
  border-radius: 4px;
  margin-bottom: 30px;
}
.recruitmentVisa .accordion .accordion-body  {
  padding: 1rem 1.25rem;
  border-top: 1px solid #d2e5fd;
  background: #fff;
}
 .recruitmentVisa .accordion .accordion-item .accordion-button{
  font-size: 17px;
 }
 .recruitmentVisa .accordion .accordion-body h4.secondaryTitle{
  font-size: 16px;
  padding-top: 15px;
 }
 .recruitmentVisa .step ul ::marker {
  color: #1014ab;
  font-weight: 600;
}
.recruitmentVisa .step ul li {
  position: relative;
  padding: 3px 10px;
  font-size: 15px;
  font-weight: 500;
}
.recruitmentVisa .step ul li:before {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  top: 8px;
  right: -23px;
  background: #ffffff;
  border-radius: 100px;
  border: 1px solid #1014ab;
  z-index: -1;
}
.recruitmentVisa .step .info {
  color: #2c2c2c;
  margin-bottom: 20px;
  padding-right: 28px;
  position: relative;
}
.recruitmentVisa .step .info::before {
  content: "\f05a" !important;
  font-family: "Font Awesome 6 pro";
  position: absolute;
  right: 0;
  top: 2px;
}
.recruitmentVisa .requirement {
  padding: 20px;
  background-color: #ddf4f9;
  border-radius: 8px;
  margin-bottom: 30px;
}
.recruitmentVisa .requirement ul {
  list-style: auto;
  padding-right: 20px;
}
.recruitmentVisa .requirement ul li {
  position: relative;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.recruitmentVisa .requirement ul ::marker {
  color: #1014ab;
}
/* =================================== musaned-banner ================================================ */
.musaned-banner{
  background-image: url(../images/banner/page-content.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  background-position: center center;
  display: block;
  width: 100%;
  position: relative;
}
.musaned-banner .banner-content {
  display: block;
  text-align: center;
  padding-bottom: 30px;
  padding: 100px 0;
}
.musaned-banner .banner-content .banner-title {
  position: relative;
  margin-top: 60px;

}
.musaned-banner .banner-content .banner-title .banner-title-name {
  display: inline-block;
  margin-bottom: 30px;
}
.musaned-banner .banner-title .banner-title-name p {
  color: #59595c;
  font-size: 17px;
  width: 70%;
  text-align: center;
  font-weight: 600;
  margin: auto;
  line-height: 1.9;
}
.musaned-platform{
  padding: 120px 0;
  background: #fff;
  position: relative;
}
.musaned-platform .platform-content{
  background-color: #1967d2;
  border-radius: 50px;
  padding: 55px 70px;
  position: relative;
  z-index: 1;
  margin-right: 100px;
  margin-bottom: 30px;
}
.musaned-platform .platform-content .platform-detail {
  margin-left: 110px;
  margin-bottom: 40px;
}
.musaned-platform .platform-content .platform-detail h3 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}
.musaned-platform .platform-content .platform-detail p {
  color: #f1f1f1;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.9;
  margin-left: 76px;
}
.musaned-platform .platform-media {
  position: relative;
  z-index: 1;
  height: 100%;
}
.musaned-platform .platform-media:after{
  background-color: #fff;
    content: "";
    position: absolute;
    width: 467px;
    height: 467px;
    border-radius: 50%;
    left: -95px;
    top: -34px;
    z-index: -1;
    box-shadow: 19px -20px 0px #4780ce;
}
.musaned-platform .platform-media .platform-video{
  position: absolute;
  width: 467px;
  left: -94px;
  top: -35px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/img/family2.webp);
  height: 100%;
  min-height: 467px;
  border-radius: 50%;
}
.musaned-platform .platform-media .platform-video .videopopup{
  width: 80px;
  height: 80px;
  font-size: 30px;
  padding-left: 5px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #1967d2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #ffffff;
}
.musaned-platform .platform-media .platform-video .videopopup::before {
  content: "";
  width: 130%;
  height: 130%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: play-button 1s infinite linear;
  animation: play-button 1s infinite linear;
}
.musaned-platform .platform-media .platform-video .videopopup i {
  font-size: 24px;
}
.musaned-platform .detail-info{
  position: relative;
  display: flex;
  margin-bottom: 25px;
}
.musaned-platform .detail-info i {
  font-size: 20px;
  color: #fff;
  padding: 0;
  vertical-align: middle;
}
.musaned-platform .detail-info h3{
  margin: 0;
  font-size: 19px;
  color: #fff;
  margin-bottom: 9px;
}
.musaned-platform .detail-info p{
  font-size: 15px;
  color: #f1f1f1;
}
.daily-title h1{
  font-size: 35px;
  margin: 30px 0;
}
.daily-title p{
  font-size: 18px;
  margin: 5px 0 20px 0;
}
.daily-details .site-button {
  outline: none;
  color: #fff;
  padding: 10px 61px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  background-color: #1967d2;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s all ease;
  color: rgba(0, 0, 0, 0) !important;
  transition: all 0.3s ease !important;
  text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
}
/* ========================================= floating-button ===================================== */
.ads-float-popup {
	/*width: 380px;*/
	/*height: 50px;*/
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 12px 45px rgba(0, 0, 0, .15);
	font-family: 'Roboto', sans-serif;
	text-align: center;
	margin: 0 0 10px 0;
	overflow: hidden;
	/*opacity: 0;*/
}
.ads-float-popup.open {
	height: 520px;
	opacity: 1;
}
.ads-float-popup.popup-ani {
	-webkit-transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ads-float-popup header{
  border-bottom: 1px solid #cfcaca;
  margin: 6px 30px;
}
.ads-float-popup img{
  width: 218px;
  height: 75px;
  padding: 13px 0 10px;
}
.ads-float-popup h1 {
  font-size: 24px;
  color: #0d1298;
  padding: 5px 0;
  margin: 0;
  font-weight: 500;
}
.ads-float-popup .ads-content .ads-img{
  border-radius: 12px;
  width:290px;
  height: 250px;
  margin: auto;
}
.ads-float-popup .ads-content img {
  width: 290px;
  height: 250px;
  border-radius: 8px;
}
.ads-float-popup .ads-detail li{
  border: 1px solid #0d1298;
    padding: 8px 13px;
    border-radius: 8px;
    display: inline-block;
    margin: 5px 6px 10px;
}
.ads-float-popup .ba-logo {
	width: 65px;
	height: 25px;
	background-position: 0px;
	margin: 0 auto;
	opacity: .5;
	cursor: pointer;
}
.ads-float-popup .ba-logo:hover {
	opacity: 1;
}
.logo-ani {
	transition: 0.5s linear;
	-webkit-transition: 0.5s linear;
}
.ads-float-popup .img {
	background-image: url("https://4.bp.blogspot.com/-1J75Et4_5vc/WAYhWRVuMiI/AAAAAAAAArE/gwa-mdtq0NIqOrlVvpLAqdPTV4VAahMsQCPcB/s1600/barrel-we-love-subscribers-img.png");
}
.button-float-ads {
	width: 65px;
	height: 65px;
	background-color: #0d1298;
	border-radius: 30px;
	float: right;
	box-shadow: 0px 12px 45px rgba(0, 0, 0, .3);
	z-index: 5;
	position: relative;
}
.button-float-ads .img-fab {
	height: 40px;
	width: 50px;
	margin: 15px auto;
	background-image: url("../images/icons/ads.png");
	background-position: -1px -53px;
  background-position: center;
  background-size: cover;
}
.button-float-ads .wrap {
	transform: rotate(0deg);
	-webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
	transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.button-float-ads .ani {
	transform: rotate(45deg);
	-webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
	transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.button-float-ads .close {
  background-image: url("https://4.bp.blogspot.com/-1J75Et4_5vc/WAYhWRVuMiI/AAAAAAAAArE/gwa-mdtq0NIqOrlVvpLAqdPTV4VAahMsQCPcB/s1600/barrel-we-love-subscribers-img.png");
	background-position: -2px 1px;
  height: 30px;
  width: 30px;
  background-size: auto;
	transform: rotate(-45deg);
	float: none;
	/*Bootstrap Overide*/
	opacity: 1;
	/*Bootstrap Overide*/
}
.ads-popup{
	/*position: fixed;*/
	right: 25px;
	bottom: 25px;
	z-index: 1000;
}
.ba-settings {
	position: absolute;
	top: -25px;
	right: 0px;
	padding: 10px 20px;
	background-color: #555;
	border-radius: 5px;
	color: #fff;
}
/*============================================= Refernce ==================================== */
.references {
    padding-top: 40px;
    background-image: linear-gradient(45deg, rgba(209, 217, 230, 0.47), rgb(184, 184, 184)), url(../img/map.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.references .swiper-slide {
    width: auto;
}

.references .referenceLogo {
    height: 150px;
    padding: 10px 20px;
}

.references .referenceLogo img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.container-wa .floating-button {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    cursor: pointer;
    box-shadow: 0px 2px 5px #666;
}
.container-wa .floating-button:hover {
    background-color: #1fad53;
}
.container-wa .floating-button .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s;
}
.container-wa .floating-button .icon.wa {
    animation: wa-out 0.3s;
}
.container-call .floating-button {
    position: fixed;
    bottom: 40px;
    left: 40px;
    width: 60px;
    height: 60px;
    background-color: #0d1298;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    box-shadow: 0px 2px 5px #666;
}
.container-call .floating-button:hover {
    background-color: #0d1298;
}
.container-call .floating-button i{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s;
}
.container-call .floating-button .icon.call {
    animation: wa-out 0.3s;
}

.cv-comp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px;
    padding-top: 20px;
}
.cv-comp .btn {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #0d1298;
    background: #fff;
    color: #0d1298;
    margin: 5px;
}
.cv-comp .btn.book {
    background: #0d1298;
    color: #fff;
}
