/* Importing fonts in CSS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&family=Open+Sans:wght@400;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 
}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  position: relative;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.close span{
    
     font-size:18px !important;
}
.close {
    padding: 5px 11px;
    border: 1px solid #000;
    border-radius: 30px;
}
a{
  text-decoration: none;
}
.abt-secbtn {
  background: #fff !important;
  color: var(--blue) !important;
  margin-left: 20px !important;
}
.welcome-box h6{
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
}
.marqu{
  background-color: var(--blue);
}
.marqu marquee{
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 4px 0px 3px;
}
.marqu marquee a{
  color: var(--red);
}
.welcome-box a{
  padding: 9px 25px ;
  background-color: var(--blue);
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  border: 2px solid var(--blue);
  font-weight: 700;
  font-family: var(--main-header);
}
/* Styling for the floating contact box */
.contact-box {
    position: fixed;
    bottom: 130px; /* Distance from bottom */
    right: 20px; /* Distance from right */
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Styling for WhatsApp icon */
.contact-box .whatsapp-icon {
   
    transition: transform 0.3s ease;
}

.contact-box .whatsapp-icon:hover {
    transform: scale(1.1);
}

.contact-box .whatsapp-icon img {
    width: 50px; background-color: #fff; /* Light blue for phone */
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    padding: 7px;
    height: 50px;
}


.healthcare-banner{
  margin-top: 84px;
}
.btn-nurses-only{
  display: flex;
}
:root {
  --primary-color: #333333; /* Neutral dark grey for text and headings */
  --secondary-color: #666666; /* Lighter grey for less prominent text */
  --background-color: #ffffff; /* White background for simplicity */
  --accent-color: #0078D7; /* Subtle blue for highlights or links */

  --main-head:"Raleway", sans-serif;; /* Professional font for headings */
  --main-line:"Poppins", sans-serif; /* Clean font for body text */
  --sec-line:"Poppins", sans-serif; /* Secondary font for consistency */
}

/* Global Typography */
body {
  font-family: var(--main-line);
  color: var(--primary-color); /* Neutral dark grey */
  background-color: var(--background-color);
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
.wining-content p{
  text-transform: capitalize;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--main-head); /* Headings font */
  color: var(--primary-color); /* Dark grey for all headings */
  margin: 0 0 15px;
  font-weight: 600;
}

/* Heading Sizes */
h1 {
  font-size: 2.2rem; /* Main titles */
  line-height: 1.2;
}
h2 {
  font-size: 1.8rem; /* Section titles */
  line-height: 1.3;
}
h3 {
  font-size: 1.5rem; /* Subtitles */
  line-height: 1.4;
}
h4 {
  font-size: 1.2rem;
  font-weight: 500;
}
h5, h6 {
  font-size: 1rem;
  font-weight: 600;
  color:#000; /* Lighter grey for less emphasis */
}
.contact-formn img{
  position: absolute;
  left: 39%;
  top: 20px;
  display: inline-block;
  margin-bottom: 30px;
  bottom: 30px;

}
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index:9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000001cc;
}

.modal-content {
  background-color: rgb(255 255 255 / 53%); /* Semi-transparent background */
  backdrop-filter: blur(10px); /* Glass effect with blur */
  margin: 30px auto;
  padding: 70px 20px 50px;
  border: 1px solid #888;
  width: 40%;
  /* border: 2px solid #fff; */
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.contact-formn .form-control {
  background-color: #f7f8fa3d !important;
  border: none;
  color: #fff !important;
}
.contact-formn .form-control::placeholder{
  color: #ddd;
}
.contact-formn .form-control option{
  color: #000;
}
.contact-formn .form-label {
  padding-bottom: 8px;
font-size: 15px;
font-family: var(--main-head);
font-weight:500;
color: #fff;
}
.close {
  top: 20px;
right: 22px;
position: absolute;
color: #000;
background-color: #fff;
/* float: right; */
font-size: 20px;
font-weight: bold;
cursor: pointer;
}
.close {
padding: 1px 10px;
border: 1px solid #000;
border-radius: 30px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* Paragraphs */
p {
  font-family:  "Poppins", sans-serif !important;
  font-size: 16px;
  line-height: 1.8;
  color: var(--primary-color); /* Standard text color */
  margin: 0 0 15px;
}

/* Links */
a {
  color: var(--accent-color); /* Blue for links */
  text-decoration: none;
}
.welcome-box h3{
  color: #191d34;
  font-size: 30px;
  font-weight: 700;
  padding-right: 50px;
  line-height: 1.4;
}
.welcome-box h3 span{
  margin-bottom:10px;
  color:#26B3FB;
  font-size: 40px;
  font-weight: 800;
  padding-right: 50px;
  line-height: 1.3;
}


/* Button Styling */
button {
  font-family: var(--main-line);
  background-color: var(--accent-color); /* Accent color for buttons */
  color: #ffffff; /* White text */
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
}
button:hover {
  background-color: #0056a6; /* Slightly darker blue on hover */
}

.mobile-view{
    display:none;
}
/* Basic styling for the dropdown */

/* Hide the submenu initially */
.dropdown-menu.sub-abbbtt {
  display: none;
  position: absolute;
  left: 100% !important;
  top: 10px;
  margin-left: -10px;
  max-height: 350px; /* Set max height to control scroll area */
  overflow-y: auto; /* Add vertical scroll */
 
}

/* Customize scrollbar for the dropdown */
.dropdown-menu.sub-abbbtt::-webkit-scrollbar {
  width: 5px; /* Make scrollbar narrower */
}

.dropdown-menu.sub-abbbtt::-webkit-scrollbar-thumb {
  background-color: #019020; /* Customize scrollbar thumb color */
  border-radius: 4px; /* Make it rounded */
}

.dropdown-menu.sub-abbbtt::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Change color on hover */
}

.dropdown-menu.sub-abbbtt::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Customize scrollbar track color */
}

.sub-abbbtt li a{
  color: #000 !important;
}
.sub-abbbtt li a i{
  color: var(--blue) !important;
}
.sub-abbbtt li:hover a {
  color: #fff !important;
}
.sub-abbbtt li:hover a i{
  color: #2c2c2c !important;
}
.dropdown-menu{
  padding: 0 !important;
}
.submenu-icon {
  position: absolute;
  margin-left: 5px;
  top: 39%;
  right: 18px;
  float: right;
  font-size: 17px;
  color: #151515;
  transition: .5s all linear;
}
.dropdown-item:hover .submenu-icon{
  right:7px;
  transform: rotate(180deg);
  color: #4a4a4a !important;
}
.footer-text h6{
   margin: 0;
}
/* Full-page popup modal styles */
.custom-popup-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Transparent black background */
  z-index: 1000;
  padding-top: 60px;
}

.custom-popup-content {
  position: relative;
  margin: auto;
  background-color: #fff;
  width: 60%;
  max-width: 700px;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.custom-popup-content h2 {
  margin-bottom: 20px;
}

.custom-popup-content p {
  margin-bottom: 20px;
}

.custom-close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: #000;
  cursor: pointer;
}

/* Hide country content by default */
.custom-country-content {
  display: none;
}

.custom-country-link {
  cursor: pointer;
  color: #000;
  text-decoration: none;
}

.custom-country-link:hover {
  color: #0066cc; /* Optional: Change color on hover */
}

/* Show the submenu when hovering over the Healthcare item */
.dropdown-item.dropdown:hover .dropdown-menu.sub-abbbtt {
  display: block;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  left: 20px;
  width: 220px;
  background-color: #fff;
  border: none;
  border-radius: 7px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  position: absolute;
}

.dropdown-content {
    position: absolute;
    background-color: #ffffff;
    width: 100px;
    min-width: unset;
    text-align: start !important;
    right: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index:9999;
    border-radius: 5px;
    padding: 5px 0px;
    opacity: 0; /* Initially hidden */
    transform: translateY(-40px) !important; /* Start slightly above */
    transition: opacity 0.3s all linear ease, transform 0.3s all linear ease; /* Smooth transition */
}

.dropdown-content a {
    color: #898989;
    padding:7px 10px  !important;
    text-align: start !important;
    text-decoration: none;
    display: block;
    font-size: 10px !important;
    font-family: var(--top);
    font-weight: 500 !important;
    border: none !important;
    transition: opacity 0.3s all linear ease, transform 0.3s all linear ease; /* Smooth transition */

}

.dropdown-content a i{
    margin-right: 5px;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
    color: #898989 !important;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    opacity: 1; /* Fade in */
    transform: translateY(0) !important; /* Slide down */
}

.dropbtn i{
    margin-left: 5px;
    font-size: 7px;
    transition: opacity 0.3s all linear , transform 0.3s all linear ; /* Smooth transition */
    transform:translateY(-2px);
}
.dropbtn:hover  i{
    transform: translateY(-2px) rotate(180deg);
}
/* top bar end here */

/* header part start here */



/* Base styles for the dropdown menu */
.abbbtt {
  background-color: #fff !important;
  padding:  0;
  transform-origin: top;
  transform: translateY(20px); /* Initial position below */
  opacity: 0; /* Start hidden */
  transition: transform 0.5s ease-out, opacity 0.5s ease-out; /* Smooth fade-in */
  top:30px !important;
  position: absolute;
  z-index: 1000; /* Make sure it appears on top */
  pointer-events: none; /* Prevent interaction when hidden */
}
.foot p {
    padding: 6px 0px 0;
    text-align: justify;
    font-size: 15px !important;
}
.footer-email-para{
  padding: 10px 0px;
}
/* When hovering over the nav-item or abbbtt, show the dropdown */
.navbar-nav .nav-item:hover .abbbtt,
.navbar-nav .nav-item .abbbtt:hover {
  transform: translateY(0); /* Slide up */
  opacity: 1; /* Make visible */
  pointer-events: auto; /* Allow interaction */
}
  .dropdown-item a{
    transition:  0.3s all linear!important; /* Smooth transition */

}
  /* ============ desktop view ============ */
  @media all and (min-width: 992px) {
    .dropdown-menu li {
      padding: 5px;
      position: relative;
    }
    /* .supermenu{
        display: none !important;
    }
  
    .submenu:hover .supermenu{
        display: block !important;
    } */
   .dropdown-menu{
    display: block;
    position: fixed;
   }
  
  
    .front{
      /* position: relative; */
      display: block;
  
    }
    
    .dropdown, .dropend, .dropstart, .dropup {
      position: relative !important;
  }
    .back{
      /* display: none; */
    }
    .dropdown-menu li:hover {
      background:var(--blue);
      color: #fff;
  }
  .dropdown-menu li:hover a{
    color: var(--primary-color) !important; 

  }
    
  }
  /* ============ desktop view .end// ============ */
  
  /* ============ small devices ============ */
  @media (max-width: 991px) {
   
    .navbar-nav .dropdown-menu {
      padding: 20px;
      position: static;
  }
 
  .dropdown-menu li a{
    color: #404040;
    font-size: 14px;
  
  }
  .side-img{
    padding-top: 20px;
  }
    .back{
      display: block;
  
    }
    .front{
      /* display: none; */
    }
    
    .dropdown-menu .dropdown-menu {
      margin-left: 0.7rem;
      margin-right: 0.7rem;
      margin-bottom: .5rem;
    }
  }
  .extra-top{
    background-color: var(--dark);
  }
  .navbar-scrolled{
    background:url(../images/banner/head-bg.jpg)!important;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0 !important;
  }
  .navbar-brand{
    width: 20%;
    /* display: none; */
  }
  
  .head-icon{
    background: #eee;
    border-radius: 50%;
    width:40px;
    height:40px;
    margin-right: 10px;
    padding: 5px;
    overflow: hidden;
  }
.navbar-nav .nav-item .nav-link {
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.33;
    letter-spacing: 1;
    overflow: visible;
    cursor: pointer;
    padding: 10px 0px !important;
    margin: 0px 19px;
    color: #000000 !important;
    position: relative;
    transition: .3s all linear all;
    font-family: var(--main-head);
}
  
  .navbar-scrolled .nav-item .nav-link{
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #000000 !important; 
    line-height: 1.33;
    letter-spacing: 0.6px;
    overflow: visible;
    cursor: pointer;
    padding: 10px 0px !important;
    margin: 0px 15px;
    position: relative;
    transition: .3s all linear all !important;
    font-family: var(--sec-line);
  }
  .navbar-scrolled .nav-item .nav-link:hover{
    color: var(--primary-color) !important; 


  }
  .navbar-nav .nav-item .nav-link:hover{
    color: var(--primary-color) !important; 
  }
  .navbar-nav .nav-item .nav-link::before{
    content: '';
    position: absolute !important;
    width: 0px;
    height: 3px;
    background-color: var(--blue);
    transition: .5s all ease-in-out;
    bottom: 0;
   /* left: 0; */

  }
  .extra-btn a{
    padding: 8px 25px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--sec-line);
    text-decoration: none;
    background-color: var(--primary-color);
  }
  .extra-btn {
    align-items: center;
    list-style: none;
    text-align: end;
  }
  .extra-btn a i{
    color: #fff;
    align-items: center;
    font-size: 14px;
    padding-right: 10px;
  }
  .navbar-nav .nav-item .nav-link:hover::before{
    width: 100% !important;
    left: 0 !important;
  }
  
  .dropdown-item {
    padding: 5px 0px;
    border-bottom: 1px dashed #eee;
  }
  .abbbt h6 a {
    display: flex;
    color:var(--blue);
    font-weight: 600;
    font-size: 18px;
    font-family: var(--main-line);
    position: relative;
    padding-top: 8px;
  
  }
  .pl{
    margin-left: 15px!important;
  }

  .abbbt h6:after {
    display: block;
    height: 4px;
    content: '';
    background: var(--red);
    position: absolute;
    left: 0;
    width: 22%;
    bottom: -2px;
  }
  .abbbt li a i{
    font-size: 15px;
    margin-right: 8px;
  
  }
  .abbbt li a {
    font-size: 11px;
    font-family: var(--main-head);
    font-weight: 500;
    color: #2c2c2c;
  }
 
  .abbbtt h6:after {
    display: block;
    height: 4px;
    content: '';
    background: var(--red);
    position: absolute;
    left: 0;
    width: 22%;
    bottom: -2px;
  }
  .abbbtt li a i{
    color: var(--blue);
    font-size: 15px;
    margin-right: 8px;
  
  }
  .abbbtt li a {
    display: block;
    padding: 8px 15px 8px 15px;
    font-weight: 700;
    font-size: 13px;
    color: #000000;
    line-height: 1.4;
    font-family: var(--sec-line);
  }
  .dropdown-item:hover{
    background: #fff;
  }
  #side-line{
    border-right: 1px dashed #eee;
  }
  .dropdown-item{
    margin-top: 3px;
  }
  .navbar{
    position: relative;
    padding:10px 0px;   
     background: url(../images/banner/head-bg.jpg) !important;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0 !important;
    transition: .3s all linear all;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
  }
  .fixed-top {
    position: fixed;
    top:0px;
    right: 0;
    left: 0;
    z-index: 1030;
  }
/* navbar end here */

.baner{
    position: relative;
}
.baner::before{
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.862);
    width: 100%;
    height: 100%;
}

.banner-index{
  position: relative;
}
.border-shape{
  position: absolute;
  bottom: 0%;
  right: -10%;
  z-index: 99999;
}
.bottom-shape{
  position: absolute;
  bottom: -21%;
  left: 0;
  right: 0;
  z-index: 9;
}
.banner-index .active .link-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 2500ms;
}
.banner-index .link-box {
  opacity: 0;
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 14rem;
    width: 50%;
    z-index: 9;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: start;
}
.banner-index .active p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1500ms;
}
.banner-index p {
  color: #d8d8d8;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  padding-top: 10px;
  opacity: 0;
  margin-bottom: 30px;
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  font-family:var(--sec-line);
}

.banner-index .active h6 {
  opacity: 1;
  -webkit-transform:translatex(0);
  -moz-transform:translatex(0);
  -ms-transform:translatex(0);
  -o-transform:translatex(0);
  transform:translatex(0);
  transition-delay:500ms;
}
.banner-index h6{
 font-size: 14px;
  position: relative;
  letter-spacing:1px;
  opacity: 0;
  color: #e3e3e3;
  margin: 0 0 10px;
  padding-left:  40px;
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
  -webkit-transform: translatex(500px);
  -moz-transform: translatex(500px);
  -ms-transform: translatex(500px);
  -o-transform: translatex(500px);
  transform: translatex(500px);
}
.content h6::before{
  position: absolute;
  content: '';
  width: 35px;
  height: 3px;
  background: #fff;
  left: 0;
  top:7px;
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 53% !important;
  bottom: auto !important;
}
.banner-index .active h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 00ms;
}
.banner-index h2 {
  text-transform: capitalize;
  position: relative;
  color: #ffffff;
      line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 61px;
  opacity: 0;
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.banner-index .active h3 {
  opacity: 1;
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
  transition-delay: 1000ms;
}

.banner-index h3 {
  position: relative;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
  -webkit-transform:translatex(500px);
  -moz-transform:translatex(500px);
  -ms-transform:translatex(500px);
  -o-transform:translatex(500px);
  transform:translatex(500px);
}

.carousel-item{
  position: relative;
}
.carousel-item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  height: 100%;
  content: "";
 /* background: linear-gradient(
    to right,
    black,
    #000000,
    #1d1d1ddc,
    #3b3b3bb5,
    #4a4a4ac0,
    rgba(26, 45, 69, 0.7),  
    rgba(36, 171, 239, 0.6) 
); */

    background: linear-gradient(to right, #000000b0, #000000ad, #1d1d1dab, #3b3b3b00, #00000000);
 opacity: 1;
}
.section-2.custom-service{
  margin-top: 80px;
}

.btn-style-one{
  background-color: var(--secondary-color);
  color: #fff;
  padding:10px 25px;
  font-size: 14px;
  font-family: var(--main-line);
  font-weight: 700;
  border-radius: 20px;
  transition: .5s all ease-in-out;
  border: 1px solid var(--blue);
}
.btn-style-one i{
  padding-left: 5px;
  font-size: 13px;
}
.btn-style-two{
  color:#fff;
  padding:8px 17px;
  font-size: 14px;
  transition: .5s all ease-in-out;
  font-family: var(--main-line);
  font-weight: 700;
  margin-left: 20px;
  border-radius: 20px;
  border:2px solid var(--secondary-color);
}
.btn-style-one:hover{
  color: var(--secondary-color);
  background-color: #fff;
  border: 1px solid var(--blue);
}
.btn-style-two:hover{
  color: #ffffff;
  background-color: var(--blue);
  border:2px solid var(--secondary-color);


}
.btn-style-two i{
  padding-left: 10px;
}
/* ********************************************** */

.opportunites {
  padding: 30px 10px;
}

.opportunites-heading {
  position: relative;
  margin: 24px 10px;
}

.opportunites-heading h4::after {
  content: "";
  width: 60px;
  border: solid 2px var(--yellow);
  position: absolute;
  left: 1%;
  bottom: -10px;
  background: var(--yellow);
}

.opportunites-para p {
  font-size: 14px;
  font-family: var(--sec-line);
  font-weight: 400;
}

.opportunites-text {
  margin: 30px 8px;
  transition: .8s all;
}

.opportunites-text:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
}

.opportunites-text img {
  border-radius: 5px;
}

.opportunites-content {
  padding: 22px 15px;
}

.opportunites-content h5 {
  font-size: 17px;
  font-weight: 700;
  font-family: var(--sec-line);
}

.opportunites-content p {
  font-size: 14px;
  font-weight: 400;
  color: #3e3e3e;
  font-family: var(--sec-line);
}

.opportunites-btn-1 {
  border: 1px solid var(--yellow);
  border-radius: 30px;
  padding: 8px 18px;
  margin-right: 14px;
  font-family: var(--main-line);
  font-size: 13px;
  color: var(--yellow);
  transition: .4s all linear;
  font-weight: 700;
}

.opportunites-btn .opportunites-btn-1:hover {
  background-color: var(--yellow);
  color: #fff;
  transform: translateY(-5px);
}

/* ************************** */

.newsletter {
  background: linear-gradient(to left, #00000094, #00000087), url(../images/img/news-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 10px;
}

.news-text h5 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}


.news-btn {
    padding-top: 18px;
}

.news-button {
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  padding: 13px 27px;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.news-button:hover{
  color: #1a2d45;
  background-color: beige;
  border: none;
}

/* ************************************ */

.footer {
  padding: 45px 10px;
}



.foot img {
  /* height: 120px; */
}


.footer-section {
  padding: 0px 23px;
}

.footer-section-1 {
  padding: 0px 25px;
}

.footer-section-1 img {
  /* height: 130px; */
}

.footer-section-1 ul {
  padding: 0px;
}

.footer_heading {
  font-family: var(--sec-line);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 18px;
}

.footer_heading-2 {
  font-family: var(--sec-line);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 17px;
}

.footer-section {
  position: relative;
}

.footer_heading::after {
  content: "";
  width: 60px;
  border: solid 1px var(--yellow);
  position: absolute;
  left: 8%;
  top: 27px;
  /* bottom: -10px; */
  background: var(--yellow);
}

.footer-section-1 {
  position: relative;
}

.footer_heading-2::after {
  content: "";
  width: 60px;
  border: solid 1px var(--yellow);
  position: absolute;
  left: 12%;
  top: 27px;
  /* bottom: -10px; */
  background: var(--yellow);
}

.footer-icon i {
  font-size: 15px;
  color: var(--yellow);
  padding-right: 8px;
}

.footer-text p {
  font-size: 13px;
  font-weight: 500;
  padding: 3px 0px;
  font-family: var(--sec-line);
  
}


.footer-text p a{
  font-size: 13px;
  font-family: var(--sec-line);
  font-weight: 600;
  color: #4e4e4e;
}


.footer-text-1 p a{
  font-size: 13px;
  font-family: var(--sec-line);
  font-weight: 600;
  color: #4e4e4e;
}
.footer-section-1 a {
  font-size: 13px;
  font-weight: 600;
  position: relative;
  color: #262626;
  transition: .3s all linear;
  font-family: var(--sec-line);
}
.footer-section-1 a::before{
  content: '';
    position: absolute;
    width: 0px;
    height: 3px;
    background-color: var(--yellow);
    transition: .5s all ease-in-out;
    bottom: -5px;
}
.footer-section-1 a:hover::before{
  width: 100%;
}
.footer-section-1 a:hover {
  color: var(--yellow);
}

.footer-section-1 li {
  margin: 8px 0px;
}

.footer-copyrights {
  background-color: #f1f1f1;
  padding: 18px 10px;
}

.footer-copyrights p {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
  font-family: var(--sec-line);
}

.footer-copyrights p a{
  color: var(--yellow);
}
.foot-image img {
  /* width: 120px;
height: 120px; */
  padding-top: 20px;
}



.about-content .title {
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.30;
  letter-spacing: normal;
  color: #000000;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 18px;
  font-family: var(--sec-line)
}

.about-content span{
  font-size: 35px;
  font-weight: 700;
}
.about-content .title::after {
  content: "";
  width: 70px;
  border: solid 2px var(--blue);
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--blue);
}

.about-img {
  padding-top: 50px;
  padding-bottom: 100px;
}

.about-content {
  padding-top: 78px;
}

.about-img img {
  border-top-right-radius: 400px;
  border-bottom-right-radius: 400px;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 99;
  margin-left: -12px;
}

.para1 {
  font-size: 15px;
  font-family: var(--sec-line);
}

.ab-left {
  padding-right: 56px;
  text-align: justify;
  line-height: 26px;
}

.ab-btn .btn {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 2px;
  color: var(--yellow);
  border: 1px solid var(--blue);
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  margin: 0 0 5px 0;
  font-family: var(--main-head);
  border-radius: 25px;
  padding: 8px 20px;
}

.btn {
  font-family: var(--main-line);
  transition: .5s all ease-in-out;
  box-shadow: none !important;
  padding: .375rem .75rem;
}

.btn:hover {
  transform: translateY(-5px);
}

.btn i {
  font-size: 10px;
}

.wining-box {
  margin-top: 50px;
}

.wining-content .title {
  font-size: 35px;
  font-weight: 500;
  position: relative;
}
.wining-content .title::before {
  content: "";
  width: 60px;
  border: solid 2px var(--secondary-color);
  position: absolute;
  left: 47%;
  bottom: -18px;
  background: var(--secondary-color);
}
.whychoose {
  padding: 40px 0px;
}
.ppi{
  padding-top: 30px;
}
.wining-content .title::after {
  content: "";
  width: 90px;
  border: solid 2px var(--secondary-color);
  position: absolute;
  left: 46%;
  bottom: -10px;
  background: var(--secondary-color);
}
.wining-content .title span {
  font-size:33px;
  font-family: var(--main-line);
  font-weight: 700;
  color: #000;
}
.opportunites-heading h2{
  font-size:33px;
  font-family: var(--main-line);
  font-weight: 700;
  color: #000;
}
.wining-content .title img{
  margin-bottom: 10px;
}

.wining-section {
  /* background-color: #049c370f; */
    background: #f2f2f2;

  padding: 50px 0px;
}

.wining-content {
  position: relative;
}

.wining-section .wining-content .title::after {
  content: "";
  width: 110px;
  border: solid 2px var(--primary-color);
  position: absolute;
  left: 46%;
  bottom: -10px;
  background: var(--primary-color);
}
.wining-section .wining-content .title::before {
  content: "";
  width: 80px;
  border: solid 2px var(--primary-color);
  position: absolute;
  left: 47%;
  bottom: -18px;
  background: var(--primary-color);
}
.wining-img img {
  width: 55%;
  height: 226px;
  border-radius: 20px;
  object-fit: cover;
  position: relative;
}

.wining-contentBox {
  border-radius: 10px;
  box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 27px 29px 23px;
  width: 333px;
  margin-left: 219px;
  position: relative;
  z-index: 2;
  align-self: center;
  margin-top: -215px;
  height: 200px;
  border-bottom: 5px solid var(--yellow);
}





.wining-contentBox p {
  font-family: var();
  font-size: 13px;
}

.wining-btn .btn {
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 2px;
  color: var(--yellow);
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  margin: 0 0 5px 0;
  margin-top: 0px;
  padding: 8px 0px;
}

.btn {
  font-family: var(--main-head);
  transition: .5s all ease-in-out;
  box-shadow: none !important;
  padding: .375rem .75rem;
}

.btn:hover {
  transform: translateY(-5px);
}

.btn i {
  font-size: 10px;
}

.wining-img {
  position: relative;
}

.wining-contentBox::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0px;
  background-color: #ffffff;
  border-radius: inherit;
  z-index: -1;
}


.event-content .card-text {
  cursor: pointer;
  margin-top: 3px;
  transition: .5s all linear;
}

.event-content .card-text:hover {
  color: var(--yellow);
}

.event {
  padding-top: 50px;
  padding-bottom: 50px;
}

.event-content {
  padding: 15px;
}

.event-img img {
  border-radius: 10px;
  width: 100%;
  height: 250px;
    object-fit: cover;
}
.title5{
  color: #000;
}
.heading {
  font-size:28px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  padding-left: 0;
  line-height: 1.30;
  letter-spacing: normal;
  color: #000000;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 38px;
  font-family: var(--sec-line);
}
.accordion-item{
  margin-bottom: 20px;
}

.heading strong {
  font-weight: 600;
}

.heading {
  position: relative;
}

.heading::after {
  content: "";
  width: 50px;
  border: solid 2px var(--yellow);
  position: absolute;
  left:0;
  bottom: 3px;
  background: var(--yellow);
}

.heading::before {
  content: "";
  width: 75px;
  border: solid 2px var(--yellow);
  position: absolute;
  left: 0;
  bottom: -5px;
  background: var(--yellow);
}

.event-btn {
  margin-top: 30px;
  transition: .5s all linear;
}

.event-btn .eventbtn {
  color: #ffffff;
  background-color: var(--yellow);
  border: 1px solid var(--yellow);
  border-radius: 40px;
  text-decoration: none;
  font-size: 14px;
  padding: 8px 12px;
  font-weight: 600;
  transition: .3s all linear;
}

.event-btn:hover {
  transform: translateY(-5px)
}
.latest-content{
  padding-top: 50px;
}
.latest-news {
  background-color: #F0F9F3;
}
.latest-newsimg{
  background: #F0F9F3;
}
.opportunites {
  padding:70px 10px;
}

.opportunites-heading {
  position: relative;
  margin:0;
}

.opportunites-heading h4::after {
  content: "";
  width: 50px;
  border: solid 2px var(--yellow);
  position: absolute;
  left: 0;
  bottom: -5px;
  background: var(--yellow);
}
.opportunites-heading h4::before {
  content: "";
  width: 80px;
  border: solid 2px var(--yellow);
  position: absolute;
  left: 0;
  bottom: -10px;
  background: var(--yellow);
}


.opportunites-para p {
  font-size: 14px;
  font-family: var(--sec-line);
  font-weight: 400;

}

.opportunites-text {
  margin: 30px 8px;
  transition: .8s all;
}

.opportunites-text:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
}

.opportunites-text img {
  border-radius: 5px;
}

.opportunites-content {
  padding: 22px 15px;
}

.opportunites-content h5 {
  font-size: 17px;
  font-weight: 700;
  color: var(--primary-color);
  font-family: var(--sec-line)
}

.opportunites-content p {
  font-size: 14px;
  font-weight: 400;
  color: #3e3e3e;
  font-family: var(--sec-line)
}

.opportunites-btn-1 {
  border: 1px solid var(--secondary-color);
  border-radius: 30px;
  padding: 8px 12px;
  margin-right: 14px;
  font-size: 12px;
  color: var(--primary-color);
  transition: .4s all linear;
  font-weight: 600;
}

.opportunites-btn .opportunites-btn-1:hover {
  background-color: var(--primary-color);
  color:#fff;
  transform: translateY(-5px);
}

.latest-newsimg img {
  margin-left: -64px;
}

.latest-para p i {
  margin-left: 20px;
  font-size: 13px;
}

.latest-para p i:hover {
  background-color: #3e3e3e0f;
  border-radius: 50px;
  padding: 10px 13px;
}

#newsbtn {
  background: transparent;
  color: var(--yellow);
}

#newsbtn:hover {
  background-color: var(--yellow);
  color: #fff;
  transform: translateY(-20px);
}

.latest-para p {
  margin-bottom: 32px;
}

.testimonial-title {
  position: relative;
  margin: 0px 0px;
  font-size: 35px;
  font-weight: 600 !important;
  font-weight: normal;
  color: #000;
  font-family: var(--sec-line);
}

.testimonial-title::after {
  content: "";
  width: 95px;
  border: solid 2px var(--yellow);
  position: absolute;
  left: 46%;
  bottom: -6px;
  background: var(--yellow);
}
.testimonial-title::before {
  content: "";
  width: 70px;
  border: solid 2px var(--yellow);
  position: absolute;
  left: 47%;
  bottom: -15px;
  background: var(--yellow);
}

.testimonial-title span {
  font-size:28px;
  font-family: var(--sec-line);
  font-weight: 700;

}

.testimonial {
  background-color: #F0F9F3;
  padding: 50px 0px;
}
.testi-img{
  display: flex;
}

.testi-img img{
 
    border-radius: 50%;
    width: 80px !important;
    height: 80px;
    z-index: 99;
    overflow: hidden;
    margin-right: 20px;
}
.testi-img h3{
  margin: 0;
}
.testi-content{
  padding-top: 20px;
  min-height: 120px;
}
.testi-img img {
  width: 100%;
}

.testimonial-box {
  padding: 20px;
  background-color: #fff;
  position: relative;
  margin: 0px 0px;
}

.testimonial-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 112px;
  height: 100%;
  background-color: var(--yellow);
  z-index: 1;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}

.testi-btn .btn {
  padding-top: 20px;
}

.testi-btn .btn {
  font-size: 13px;
  font-family: var(--sec-line);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 2px;
  color: var(--yellow);
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  margin: 0 0 5px 0;
  margin-top: 0px;
  padding: 8px 0px;
}

.btn {
  font-family: var(--main-line);
  transition: .5s all ease-in-out;
  box-shadow: none !important;
  padding: .375rem .75rem;
}

.btn:hover {
  transform: translateY(-5px);
}

.btn i {
  font-size: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: var(--yellow) !important;
}

.btnlink-box {
  background: #fff;
  width: 22%;
  border-radius: 42px;
  padding: 6px 0px 0px 0px;
  height: 50px;
  margin: 20px auto;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: var(--secondary-color) !important;
  padding: 8px 25px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--main-line);
}

.nav-pills .nav-link {
  color: rgba(0, 0, 0, 0.644);
  font-size: 14px;
  font-family: var(--main-line);
}




.service {
  margin-bottom: 20px;
}

blockquote {
  border-left: 5px solid #007BFF;
  margin: 20px 0;
  padding-left: 10px;
  font-style: italic;
}



/* staffing start here */
.visa-banner{
  background: url(../images/visa/banner.jpg);
  background-position: top  center ;
  background-size: cover;
  /* background-attachment: fixed; */
  padding: 65px 0px;
  position: relative;
}
.healtcare-banner::before{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.862);
  width: 100%;
  height: 100%;
  /*padding:150px 0px;*/
}
.healtcare-banner{
  background: url(../images/healthcare/service-bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
   /*padding: 150px 0px; */
  position: relative;
}
.healt-banner::before{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.862);
  width: 100%;
  height: 100%;
}
.healt-banner{
  background: url(../images/healthcare/banner.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  /* padding: 150px 0px; */
  position: relative;
}
.healt-banner::before{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.862);
  width: 100%;
  height: 100%;
}
.It-banner{
  background: url(../images/it/bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  /* padding: 150px 0px; */
  position: relative;
}
.It-banner::before{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.862);
  width: 100%;
  height: 100%;
}
.Eng-banner{
  position: relative;
}
.healt-head{
  position: absolute;
  top: 35%;
  left: 10%;
  z-index: 1;
}
.health-head-2{
  padding: 90px 0px 70px;

  width: 52%;
}
.breadcrumb-item+.breadcrumb-item {
  color: #bababa;
  padding-left: .5rem;
}
.health-head-2 h6{
  position: relative;
  display: inline-block;
}
.health-head-2 h1{
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  
  font-stretch: normal;
  font-style: normal;
  margin-bottom: 30px;
  line-height: 1.1;
  letter-spacing: normal;
  /* text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1); */
  color:#fff;
  display: inline-block;
  
}
.health-head-2 a{
  
  background-color: var(--blue);
  color: #fff;
  padding: 10px 25px;
  font-size: 14px;
  font-family: var(--main-line);
  font-weight: 700;
  border-radius: 20px;
  transition: .5s all ease-in-out;
  border: 1px solid var(--blue);

}
.health-head-2 p{
  position: relative;
  padding-top: 10px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #ffffff;
  display: inline-block;
}
#imme-tab #accordionExample {
  padding: 20px 0px 40px !important;
}
.healt-head h1{
  font-size: 60px;
  font-style: normal;
  color: #fff;
  line-height: 1.1;
  letter-spacing: normal;
  
  display: inline-block;
  
}
.breadcrumb a {
  font-weight: 600;
  text-decoration: none;
  color:#fff !important;
  font-size: 15px;
  z-index: 999999 !important;
  font-family: var(--main-header);
}
.breadcrumb {
  font-weight: 600;
  text-decoration: none;
  color:#fff !important;
  font-size: 15px;
  z-index: 999999 !important;
  font-family: var(--main-header);
}
.breadcrumb-item.active {
  color: var(--blue);
}
.healt-head h4{
  position: relative;
  
  line-height: 1.1;
  letter-spacing: normal;
  color: #fff;
  display: inline-block;
  
}
.healt-head p {
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: 500;
    padding-top: 2px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #fff;
    display: inline-block;
    font-family: var(--sec-line);
}
.health-ser h2{
  padding-top: 10px;
  line-height: 1.1;
  letter-spacing: normal;
  display: inline-block;
  
}
.health-ser h2 span{
  font-size:30px;
  font-weight: 800;
  padding-top: 10px;
  line-height: 1.1;
  position: relative;
  letter-spacing: normal;
  color: #000;
  display: inline-block;
  font-family: var(--sec-line);
  
}
.health-ser h2 span::before{
  position: absolute;
  content: '';
  background-color: var(--blue);
  width: 100px;
  height: 3px;
bottom: -10px;
left: 50px;
}
.health-card {
  border: 1px solid #eee;
  border-radius: 10px;
  padding-bottom: 20px;
}
.health-body{
  padding: 10px 10px;
}
.ii{
  margin-top: 30px;
}
.health-body h3{
  padding-top: 10px;
  line-height: 1.1;
  position: relative;
}
.health-img img{
  border-radius: 10px 10px 0 0px;

}
.health-body a{
  border: 1px solid var(--blue);
  padding: 7px 28px;
  border-radius: 20px;
  font-size:14px;
  font-weight:600;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  font-family:var(--main-head);
  color: var(--blue);
}
.health-menu{
  background: #fff;
  border-radius: 10px;
  padding: 10px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.health-menu h6 i{
  color: var(--blue);
  font-size: 23px;
  padding-right: 10px;
}
.health-menu ul {
  margin-left: 10px;
}
.health-body p {
  font-weight: 500;
  font-size: 12px;
  padding-bottom: 10px;
}
.health-menu ul li{
  border-bottom:  1px dashed #eee;
  padding: 10px 10px;
  transition: .5s all;

  display: flex;
  justify-content: space-between;

}
.health-menu ul li a{
  color: #000;
  transition: .5s all;
  font-size:14px;
  font-family: var(--main-head);
  font-weight: 600;
}
.health-menu ul li a i {
   padding-right: 10px;
   transition: .5s all;
   font-size: 16px;
   color: var(--blue);
   opacity: 0;

}
.health-menu ul li:hover a i{
  opacity: 1;
  transform: translateX(20px);
  font-size: 18px;

}
.icc{
  display: block;
  transition: .5s all;
}
.health-menu ul li:hover .icc{
  display: none;
}
.health-menu ul li:hover a{
  color: var(--blue);
}
.health-menu ul li:hover{
  border-bottom:  1px dashed var(--blue);
}
.Why-text{
  padding-top: 50px;
}
.Why-text h2{
  padding-top: 10px;
  line-height: 1.1;
  letter-spacing: normal;
}
.Why-text h2 span{
  font-size:30px;
  font-weight: 800;
  padding-top: 10px;
  line-height: 1.1;
  position: relative;
  letter-spacing: normal;
  color: #000;
  font-family: var(--sec-line);
  
}
.why-point ul li h6 {
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  padding: 20px 10% 0;
  margin: 0;
}
.why-health{
  background:#EDF4F2;
  margin: 50px 0px 0;
}
.why-point  ul li img {
  width: 79px;
  height: 74px;
  object-fit: contain;
}
.why-point ul li {
  text-align: center;
  display: inline-block;
  border-bottom: 1px solid rgba(217, 223, 231, 0.6);
  padding-bottom: 20px;
  vertical-align: top;
  padding-top: 24px;
  flex: 0 0 50%;
  max-width: 50%;
  border-right: 1px solid rgba(217, 223, 231, 0.6);
}
.why-point ul li:first-child {
  border-right: 1px solid rgba(217, 223, 231, 0.6);
  /* padding-top: 0; */
}
.why-point  ul {
  height: 400px;
  margin: 50px 70px 0;
  overflow: auto;
  scrollbar-width: thin;
  z-index: 1;
}
.why-point  ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.why-point ul li:nth-child(even) {
  border-right: 0;
}
.why-point ul li:nth-last-child(2) {
  border-bottom: none;
  padding-bottom: 0;
  border-right: 1px solid rgba(217, 223, 231, 0.6);
}
.health-menu ul li.active{
  color:#fff !important;
  background-color: var(--blue) !important;
}
.health-menu ul li a.active{
  color:#afafaf !important;
}
.health-menu ul li a.active i{
  color:#fff !important;
  opacity: 1;
  transform: translateX(20px);
}
/* staffing start here */





/* contact form css here */
.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.contact-form1{
  padding-bottom: 50px;
}
.content-header .txt1{
  color: var(--blue);
  font-size: 18px;
  font-weight: 600;
  font-family: "Playwrite AR", cursive;
}
.content-header .txt2{
  color: #1a1b1b;
  font-size: 28px;
  font-weight: 600;
  font-family: "Playwrite AR", cursive;
 
}
.content-header .para1{
  color: #1a1b1b;
  font-size: 16px;  
}
.inner-box{
  padding: 57px 13px;
  border: 2px solid rgb(224, 222, 222);
  align-items: center;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.box1{
  background-color: #071628;
  color: #fff;
}
.icons-content a i{
  font-size: 35px;
  font-weight: 600;
  color:  var(--blue);
  text-align: center;
}
.icons-content a {
  font-size: 20px;
  font-weight: 500;
  color: var(--blue);
  text-align: center;   
}
.icons-content h6 span{
  font-size: 15px;
 
 
}
.icons-content h5 {
  font-size: 22px;
  padding-top: 13px;
  font-weight: 700;
}
.icons .txt3{
  padding-top: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #1a1b1b;
  
} 
.map{
  padding-top: 100px;
  padding-top: 50px;
}
.contact-form1{
  padding-top: 100px;
  border-radius: 10px;
  padding-top: 50px;


}

.contact-form1 label {
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 1px;
}

.contact-form1 h1 {
  font-weight: 600;
  font-size: 30px;
}

.contact-form1 h5 {
  font-size: 25px;
  font-weight: 400px;
}

.contact-form1 p {
  font-size: 15px;
  font-weight: 200px;
  word-spacing: 2px;
  text-align: justify;
}

.contact-form1 input::placeholder{
  color: var(--blue);  
}
.contact-form1 textarea::placeholder{
  color: var(--blue);
 

}
.contact-form1 input {
  background-color: #fff;
  font-size: 12px;
  margin-bottom: 18px;
  border-radius: 10px;
  padding: 10px 10px;
}

.contact-form1 textarea {
  background-color: #fff;
  padding-bottom: 30px;
  font-size: 12px;
  border-radius: 10px;
}


.btn-btn {
  margin-top: 25px;
  padding: 7px 44px;
  border-radius: 32px;
  border: none;
  background-color:#fff;
  padding: 8px 30px;
  border: 1px solid  var(--blue);
  position: relative;
  overflow: hidden;
  display: flex;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 16px;
  transition: .3s;
  z-index: 1;
  font-family: inherit;
  color:  var(--blue);
 }
 
 .btn-btn::before {
  content: '';
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--blue);

  transition: .5s ease;
  display: block;
  z-index: -1;
 }
 
 .btn-btn:hover::before {
  width: 105%;
 }
 
 .btn-btn:hover {
  color: #fff;
 }



.contact-banner{
  background: linear-gradient(to left, #27262600, #000000 ), url(../images/homepageimg/ab1.png);
    padding-top: 400px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-banner h1 {
  padding: 50px;
}
.contact-touch{
  margin-top: 50px;
}
.contact-banner {
  position: relative;
}

.breadcrumb-main {
  border-bottom: 1px solid #f1f1f1;
  background:blanchedalmond;
  padding-top: 5px;

}
.contact-banner-text {
  position: absolute;
  top: 48%;
  left: 10%;
}

.breadcrumb a {
  font-weight: 600;

  text-decoration: none;
  color:black

}
.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}
.cont-img img{
  padding-top: 52px;
}
.cont-heading span{
  font-size: 35px;
  font-weight: 900;
  font-family: var(--main-header);
  color: #049C37;
}
/* ******************************************************************* */



/* visa page start here  */
.type-box{
  padding: 20px 0;
  margin-top: 30px;
}
.type-img{
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: inline-block;
}
.type-text a{
  background-color: var(--blue);
  padding: 10px 25px;
  font-size: 15px;
  transition: .5s all;

  font-weight: 600;
  font-family: var(--main-head);
  border: 1px solid var(--blue);
}
.type-text a:hover{
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  color: var(--blue);
  background-color: #fff;
  
}
.type-text a i{
  padding-left: 10px;
  font-size: 15px;
}
.type-text h5{
  font-size: 20px;
  font-family: var(--sec-line);
  font-weight: 700;
  color:var(--blue);
  letter-spacing: 1px;
  text-transform:uppercase;
}
.type-text p{
  min-height:122px;
}

.hhii{
    height: 452px !important;
    margin: 10px 25px 0 !important;
    overflow: auto;
    scrollbar-width: thin;
    z-index: 1;
}
.type-visa{
  padding: 40px 0px;
}

/* Slide-In Animation */
.modal-dialog-slide {
  transform: translateX(100%) !important; /* Start offscreen to the right */
  transition: transform 0.5s ease; /* Smooth transition */
}

.modal.show .modal-dialog-slide {
  transform: translateX(0) !important; /* Slide in */
}

.form-image {
  background-size: cover;
  background-position: center;
  height: 100%;
}

.modal-backdrop.show {
  opacity: 0.8 !important;
  background-color: black !important;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0;
}
.modal-dialog {
  max-width: 900px;
  margin: 1.75rem auto;
}
.btn-close {
  position: absolute;
  box-sizing: content-box;
  right: 10px;
  top: 10px;
}
.modal-title{
  font-size: 25px ;
  font-family: var(--main-head);
  font-weight: 700;
  color:#ffc300;
}
.inquery-btn{
  position: fixed;
  right: -94px;
  top: 60%;
  background-color: #ffc300;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--sec-line);
  color: #fff;
  border: none;
  transform: rotate(90deg);
  box-shadow: rgba(31, 255, 154, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.form-label{
  font-size: 16px;
  font-family: var(--main-head);
  font-weight: 600;
  color: #000;
  margin: 0;
}
.form-image img{
  border-radius: 5px 0 0px 5px;
}
.btn-primary {
  margin-top: 13px;
  color: #fff;
  background-color: #ffc300;
  border-color: #ffc300;
}
.form-control {
  display: block;
  width: 100%;
  padding: 11px 20px;
  font-size: 14px;
  font-weight:500;
  line-height: 1.5;
  font-family: var(--sec-line);
  color: #4d4d4d;
  background-color: #F7F8FA !important;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  margin-bottom: 13px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus{
  box-shadow: none !important;
  border: none !important;
}
.site:focus{
  box-shadow: none !important;
  border: none !important;
}
.site {
  display: block;
  width: 100%;
  padding: 11px 20px;
  margin-bottom: 13px;
  font-size: 14px;
  font-weight:500;
  line-height: 1.5;
  font-family: var(--sec-line);
  color: #4e4e4e !important;
  background-color: #F7F8FA !important;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-section{
  padding: 4px 20px;
}
.study-icon{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: 120px;
  height: 120px;
  padding: 10px;
  background-color: #e6e6e6ee;
  border-radius: 50%;
  display: inline-block;
  border: 5px solid #fff;
}
.study-head {
  padding-bottom: 20px;
}


.study-content {
  background: #f2f2f2;
  padding: 90px 0px 90px;
}
.study-box{
  background: #fff;
  
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.study-text
{
  padding: 10px;

}

.study-text a{
  color: var(--blue);
  font-size: 14px;
  font-family: var(--sec-line);
  font-weight: 600;
}
.study-text a i{
  font-size: 14px;
  padding-left: 10px;
}
.study-icon img{
  padding: 10px;
}





 /* about uss section css  */
.aboutus {
  padding: 50px 0px;
}
.abbt-content {
  padding-left: 50px;
  position: relative;
}
.why-abt-head h3{
  font-size: 45px;
  margin: 0;
  color: #000;
  font-weight: 800;
}
.byy h4{
  font-size: 40px !important;
  margin: 0 0 20px;
  color: #000;
  font-weight: 800;
}
.byy{
  text-align: center;
  align-content: center;
  align-items: center;
}
.abbt-content h2{
  font-size: 53px;
  color: #000;
  margin: 0;
  font-weight: 800;
}
.banner-content{
  padding-top: 120px;
  align-self: center;
  align-content: center;
  align-items: center;
}
.banner-content h2{
  font-size: 50px;
  color: #000;
  font-weight: 800;
}
.abbt-content p {
    /* padding-top: 24px; */
    font-size: 17px;
    color: #000;
    /* text-align: justify; */
    /* font-family: var(--sec-line); */
    /* margin-right: 36px; */
}
.abbt-content h6{
  margin: 0;
}
.abbt-content p{
     margin-top: 10px;
}

.abbt-content h5{
  color: #000;
  margin: 25px 0px 5px;
}
.abbt-content h1{
  margin: 0 0 10px;
}
.abbt-content ul{
  color: #000;
  list-style:disc;
  padding-left: 20px;
  margin-bottom: 30px;
}
.abbt-content ul li::marker{
  font-size: 20px;

} 
.abbt-consult{
  background-color: var(--accent-color);
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--main-header);
  color: #fff;
  border-radius: 30px;
  transition: .56s all;
  margin-top: 25px;
}
.abbt-consult:hover{
  color: #fff;
  background:linear-gradient(to top ,#1074c6 ,#70bfff );
}
.abbt-content ul li{
  padding-top: 8px;
  font-size: 15px;
  font-weight: 400;
}
.why-wbt{
  padding: 70px 0px;
  
}
.why-abt-content{
  margin-top: 30px;
  min-height:280px;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 30px 30px;
}
.parallax {
  background-image: url('your-image.jpg');
  height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
html {
  scroll-behavior: smooth !important;
}
.why-abt-content h5{
  margin-top: 10px;
  position: relative;
}
.why-abt-content h5::before{
  position: absolute;
  content: '';
  width: 75%;
  height: 1px;
  border: 1px dashed #ddd;
  top: 10px;
  right: 0;
}
.extra-min{
  min-height:423px !important;
}
.why-abt-content h4{
  font-weight: 600;
  margin: 20px 0 25px;
  color: #000;
}
.yyuu{
  padding-top: 50px;
}
.abbt-content h3::after {
  content: "";
  width: 90px;
  border: solid 2px var(--yellow);
  position: absolute;
  left: 0;
  bottom: -15px;
  background: var(--yellow);
}
.abbt-content h3::before {
  content: "";
  width:45px;
  border: solid 2px var(--yellow);
  position: absolute;
  left: 0;
  bottom: -7px;
  background: var(--yellow);
}

.abbt-content h3{
  position: relative;
}

.abbt-content strong{
  font-family: var(--main-head);
    font-size: 18px;
    font-weight: 700;
}

.abbt-imgbox img{
    border-radius: 5px;
    width: 100%;
    margin-top:-70px!important;
}

/* leadership css  */
.leadership-team{
  padding: 50px 0px;
  background: #049c370f;
}
.leadership{
  background-color: #fff;
}
.imgbox img{
  width: 100%;
}
.img-teambox{
  background: white;
    margin-right: 20px;
    padding: 24px 40px;
    text-align: center;
}
.social-icons a i {
 color: var(--yellow);  
}

.team-content {
  position: relative;
}
.team-content h3::before {
  content: "";
  width: 45px;
  border: solid 2px var(--yellow);
  position: absolute;
  left: 0;
  bottom:-8px;
  background: var(--yellow);
}
.team-content h3::after {
  content: "";
  width: 90px;
  border: solid 2px var(--yellow);
  position: absolute;
  left: 0;
  bottom: -14px;
  background: var(--yellow);
}
.img-teambox h3{
  margin-bottom: 0;
  position: relative;
}
.team-content p{
  padding-top: 20px;
}
.why-content strong {
  background: var(--blue);
  padding: 5px 9px;
  height: 52px;
  border-radius: 13px;
  color: #fff;
  font-size: 19px;
  font-family: var(--sec-line);
  margin-right: 12px;
}

.why-para p {
  font-size: 14px;
  margin-left: 55px;
  text-align: justify;
  font-family: var(--sec-line);
}
.top-head{
  font-family: var(--main-line);
    font-size: 33px;
    text-align: center;
    padding: 40px;
    font-weight: 500;
}
.top-head strong{
  font-family: var(--main-line);
    font-size: 33px;
    text-align: center;
    font-weight: 900;
}
.top-head{
  position: relative;
}
.top-head::after {
  content: "";
  width: 94px;
  border: solid 2px var(--yellow);
  position: absolute;
  left: 45%;
  background: var(--yellow);
  bottom: 25%;
}
.why-img img{
  border-radius:0px;
}

.abbt {
  padding: 34px 0px;
  margin-bottom: 21px;
  background-color: #fafafa;
  border-radius: 10px;
}

.abbt-img img {
  width: 64px;
  height: 64px;
}

.abbt-text h5 {
  font-size: 18px;
  font-weight: 900;
  padding-top: 12px;
  color: #fff;
  font-family: var(--sec-line);
}


.abbt-text p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  font-family: var(--sec-line);
}
#id1{
  background-color: #0399bf;
}
#id2{
  background-color: #5e9414;
}
#id3{
  background-color: #e8d100;
}
#id4{
  background-color: #05a69e;;
}
.about-banner {
  background: linear-gradient(to bottom, #27262600, #000000e6), url(../images/img/bannerab.jpg);
  padding-top: 400px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-side-img{
  border-radius: 15px;
}
.about-touch{
  margin-top: 50px;
}
.about-banner {
  position: relative;
}
.about-banner-text {
  position: absolute;
  top: 48%;
  left:10%;
}
.about-banner::before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  background: rgba(34, 34, 34, 0.4);
}

/* testimonial css start */
.image-owl{
  display: inline-block !important;
}
.study-abroad-carowsal .image-owl img{
    width: 400px !important;
    height: 300px;
    background-color: #efeeec;
    border-radius: 50px;
    padding: 11px;
    /* left: 88px; */
    display: inline !important;
    text-align: center;
    position: relative;
}
.study-abroad{
 background: linear-gradient(to left, #0000008f, #06060661), url(../Images/img/europe.png);
  padding-top: 70px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 50px;
  margin-top: 45px;
 
}
.study-abroad-index{
  margin-top: 10px;
}
.item figcaption {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding-top: 10px;
  text-transform: uppercase;
  text-align: center;
}
.image-owl{
  position: relative;
}
.item figcaption {
  position: absolute;
  top: 45%;
  left: 23%;
}

/* /----Testimonial-------/ */
 /* Ensures icon is aligned to the right */
 .icon-toggler {
  display: inline-flex;
  align-items:end;
}
.accordion-button:focus {
  z-index: 3;
  border-color:#ddd !important;
  outline: 0;
  box-shadow:none !important;
}
.accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: var(--secondary-color) !important;
  border:  1px solid #ddd;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-item:first-of-type {
  margin-bottom: 20px;
}
.accordion-item {
  background-color: #fff;
  border: 0 !important;
}
.accordion-item .accordion-button {
  border-radius: 5px !important;
  font-size: 18px;
  font-family: var(--main-head);
  font-weight: 500;
  padding: 18px 22px !important;
  background: #F7F8FA;
}
.accordion-button::after {
  display: none !important;
}
#accordionExample {
  padding: 70px 0px 3px;
}
.accordion-body ul li{
  font-size: 14px;
  font-family: var(--main-head);
  font-weight: 500;
  padding-top: 10px;
  color: #2f2f2f;

}
.accordion-body ul{
  list-style: circle;
}
/*study in canada  stsrt */
.canda-box{
  padding: 0px 0px;
}
.canda-box h6 {
  font-size: 35px;
  margin-bottom: 0px;
  text-align: start !important;
  position: relative;
  color: #000;
  padding-top: 10px;
  text-transform: capitalize;
}

.canda-box p {
  text-align: start;
  font-weight: 400;
}
.canda-box ul li i{
  display: none;
  font-size: 14px;
  padding-right: 10px;

}
.canda-box ul li {
font-family: var(--sec-line);
  font-size: 15px;
  font-weight: 400;
  margin-top: 9px;
  color: #2c2c2c;
  list-style: circle;
}
.canda-box ul{
  padding-bottom: 40px;
  padding-left: 20px;
}

/* nurces to uk start here  */
.btn-nurses-only{
  justify-content: center;
}
.btn-nurses-only li a{
  color:var(--blue);
  font-size: 14px;
  font-weight: 800;
  transition: .5s all;
  font-family:var(--main-header);

}
.btn-nurses-only li.active{
  padding: 13px 25px;
  margin-right: 30px;
  background-color: var(--blue);
  border-radius: 30px 0px 30px 0px;
  border: 2px solid var(--blue);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.btn-nurses-only li.active a{
  color:#fff;
}
.btn-nurses-only li:hover{
  background: var(--blue);
  border-radius: 0px 30px 0px 30px;
  border: 2px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;



}
.btn-nurses-only li:hover a{
  color: #fff;
}
.btn-nurses-only li{
  padding: 13px 25px;
  transition: .5s all;
  margin-right: 30px;
  cursor: pointer;
  background-color:#ffffff;
  border: 2px solid var(--blue);
  border-radius: 30px 0px 30px 0px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.btn-nurses{
  background: #ffffff;
border-top: 1px solid #ddd;
margin-top: 30px;
  padding: 30px 0px 50px;
}
.circle-yes {
  background-color: var(--primary-color);
  padding: 3px 9px;
  margin-right: 7px;
  border-radius: 50%;
  color: #fff;
  height: 32px;
  width: 30px;
}
.whyhealth-content{
  padding-top: 90px;
  padding-left: 100px;
}
.circle-yes i{
  color: #fff;
  font-size: 12px;
}
.nurcess-content{
  padding: 30px 0px;
}


.whyhealth-content h2{
  font-size: 30px;
}
.whyhealth-content ul li p{
  font-weight: 500;
  margin: 0;
}

.whyhealth-content ul li{
  font-weight: 500;

  display: flex;
  margin-top: 15px;
}
.nurces-box-sec{
  padding-top: 50px;
}

.nurces-box-sec h5{
  font-size: 30px;
  color: #000;

}
.valueicon i{
  background-color: var(--primary-color);
  padding: 14px 13px;
  margin-right: 7px;
  border-radius: 50%;
  color: #fff;

}
.val{
  padding: 70px 0px;
}
.nurces-box h5{
  font-size: 30px;
  color: #000;
}
.values-box h5{
  margin: 10px 0 10px;
  font-size: 23px;
  color: #000;
  font-weight: 400;
}
.values-box{
  margin: 20px 0px 0px ;
  padding: 30px 0px;
}

.nuces-box-third h6 {
  align-content: center;
  align-items: center;
  min-height: 66px;
}
.last {
  /* margin-top: 30px; */
  font-size: 16px;
  font-family: var(--main-header);
  font-weight: 400;
  color: #3e3e3e;
  line-height: 1.5;
  margin-bottom: 30px;
}
.benefit{
  padding: 30px 0px ;
  background: #f2f2f2;
}
.beni-box{
  margin-bottom: 40px;
  min-height: 520px;
  background: #fff;
  border-radius: 10px;
  padding-bottom: 20px;
}
.beni-img img{
  border-radius: 10px 10px 0px 0px;
}
.beni-box .beni-text h6 {
  text-transform: capitalize;
  margin-top: 15px;
  /* text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.5); */
}
.beni-box .beni-text p{
  text-align: center;

}
.beni-text{
  padding: 0px 15px;
}
.nurces-box-sec ul{
   list-style:circle;
   margin-left: 14px;

}
.nurces-box-sec ul li{
  font-size: 13px;
  padding-top: 10px;
  font-family: var(--main-header);
  font-weight: 500;
  color: #313131;
}


.health-ser-text{
  padding-top: 140px;
}

.health-ser-text h2 {
  padding-top: 40px;
}


.story{
  /* margin-top: 60px; */
  background: radial-gradient(at bottom right, #006849cc 0%, #015377 75%),url(../images/about-img/last-bg.jpg) center right no-repeat fixed;
  background-size: cover;
  padding: 130px 0px 100px;
}
.story-01{
  padding: 50px 0px !important;
}
.mission-box{
  border-radius: 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF2B;;
  transition: 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 10px 10px 10px 10px;
  padding:20px 10px ;
}
.mission-icon{
  display: inline-block;
  align-items: center;
  padding: 20px 25px;
  border-radius: 5px;
  background: #fff;
}
.mission-icon i{
  align-items: center;
  font-size: 45px;
  color: #008BC5;
}
.mission-content h5{
  color: #fff;
  padding: 10px 0px 0;
  font-family: var(--sec-line);
  font-weight: 700;
  font-size: 30px;

}
.mission-content p{
  color: #fff;
}
.mission-box:hover{
  background-color: #fff;
}
.mission-box:hover h5{
  color: #000000;

}
.mission-box:hover p{
  color: #000000;
}
.story-box{
  padding: 30px 0 0;
}
.story-box span{
  color: #fff;
  font-family: var(--main-head);
  font-size: 30px;
  font-weight: 700;
 
}

.story-box p{
  color: #fff;
}
.it-ser-text nav ol li a{
  color: var(--blue) !important;
  font-weight:800 !important;
  background: transparent !important;
  padding: 0 !important;
}
.it-ser-text{
  padding-top: 40px;
}
.it-ser-text nav ol li.active{
  color: #696969 !important;
}
.it-ser-text h3 {
  /* padding-top: 20px; */
  font-size: 30px;
  /* padding-bottom: 20px; */
  /* line-height: 60px; */
  margin-top: 50px;
}
.it-sec-text h3 {
  /* padding-top: 20px; */
  font-size: 30px;
  /* padding-bottom: 20px; */
  color: #fff;
  /* line-height: 60px; */
  margin-top: 30px;
}
.it-ser-text p{
  line-height: 23px;
  margin-bottom: 30px;
  padding-right: 40px;
}
.offer{
  margin-bottom: 20px;
}
.it-ser-text a{
  padding:9px 40px;
  background: #858585;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 20px;
}
.healt-banner {
  background: url(../images/healthcare/banner.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  /* padding: 150px 0px; */
  position: relative;
  height: 100vh;
}
.it-sec-text{
  background-color: #4A4A4A;
}
.offering{
  list-style: circle;
  color: #c6c6c6;
}
.offer{
  list-style: circle;
}
.it-sec-text{
  padding: 50px 100px 0px 100px;
}

.it-sec-text p{
  color: #c6c6c6;
  line-height: 28px;
  margin-bottom: 30px;
  padding-right: 40px;
}
.why-it{
  padding-top: 50px;
}



.Welcome{
  position: relative;
  background-color: #ffffff;
  align-items: center;
  padding: 170px 0px 170px;
  align-self: center;
}


.welcome-box p{
  font-family: "Poppins", sans-serif;
  color: #506172;
  font-size: 16px;
  line-height: 30px ;
}
.contact-query{
  position: absolute;
  width:420px;
  background-color: #fff;
  /* height: 100%; */
  z-index: 999;
  padding: 30px 30px 30px;
  right: 8%;
  top: -20%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
}

.contact-query h2 {
  text-align: center;
  margin-bottom: 20px;

}

.contact-query label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 13px !important;
}

.contact-query input,
.contact-query select {
  width: 100%;
  padding: 8px 10px;
  margin-bottom:15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
.contact-query textarea{
  width: 100%;
  padding: 8px 10px;
  height: 70px;
  margin-bottom:15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
.contact-query button {
  background-color:#26B3FB;
  color: white;
  padding: 10px 30px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 20px;
  width: 100%;
}

.contact-query button:hover {
  background-color: #45a049;
}
#imme-tab .accordion .accordion-item{
  margin-bottom: 30px;
}
.imee-img{
  transition: .5s all;

  position: relative;
}
.immi-box-lyer {
  display: flex;
  justify-content: center;
  position: absolute;
  background: #049c37c7;
  content: '';
  line-height: 50px;
  align-items: center;
  height: 0%;
  width: 100%;
  transition: .5s all;
  border-radius: 10px 10px 0px 0px;
}
.immi-ser-box{
  margin-top: 20px;
  border-radius: 10px;

  background-color: #fff;
  transition: .5s all;
}
.immi-ser-box:hover .imee-img .immi-box-lyer{
 /* width: 100%; */
 height: 100%;
}
.imee-img img{
  border-radius: 10px 10px 0 0;
}
.immi-box-lyer a i {
  justify-content: center;
  position: absolute;
  height: 100%;
  display: flex;
  top: 0;
  text-align: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
}
.immi-text h6{
  padding: 20px  20px;
}
.imme-ser{
  padding: 40px 0px ;
  background: #f3f3f3;
}
.main-ser-box{
  background: #fff;
  border-radius: 10px;
  position: relative;
  margin-top: 50px;
  overflow: hidden; 
  min-height: 280px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding: 30px 20px;
}

.main-lyer {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: var(--blue);
  color: #fff;
  border-radius: 50%;
  top: -15%;
  right: -18%;
}
.main-ser-box img{
  width:60px;
  height:60px;
}
.main-lyer span {
  background-color: #fff;
  color: var(--blue);
  font-size: 17px;
  margin-top:29px;
  right:30px;
  font-family: var(--main-header);
  position: absolute;
  padding: 11px 15px;
  font-weight: 800;
  border-radius: 50%;
}
.main-ser-box i{
  font-size:60px;
  color: var(--red);
}
.main-ser-box h6{
  margin-top: 15px;
  margin-bottom: 0;
  color: #000;
}
.main-ser-box p {
  font-size: 15px;
  margin-top: 12px;
  margin-bottom: 0px;
  color: #404040;
  line-height: 1.5;
  min-height: 101px;
}
.main-ser-box a{
  font-size: 14px;
  font-family: var(--sec-line);
  font-weight: 600;
  color: var(--secondary-color);
}
.main-ser-box:hover a{
  color: var(--primary-color);
}
.main-ser-box:hover a i{
  padding-left: 20px;
  font-size: 20px;
}
.main-ser-box a i{
  transition: .5s all ;
  padding-left: 6px;
  color: var(--red);
  font-size: 14px;
}
.main-service{
  /* background: #f2f2f2; */
  background-image: url(../images/banner/ser-bg.png);
  width: 100%;
  padding: 40px 0px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size:contain;
}
.canda-box h5 {
  text-align: center;
  font-size: 25px;
  font-family: var(--main-header);
  font-weight: 600;
  color:#000;
  margin-bottom: 51px;
}
.iii .accordion-item:first-of-type {
  margin-bottom: 30px !important;
}
.iii .accordion-item {
  margin-bottom: 30px !important;
}
.iii #accordionExample {
  padding: 7px 0px 54px;
}



@media (max-width:300px){
  .contact-query{ position: relative;
    right: 0%;
    margin-top: 20px;
    margin-bottom: 20px;
    width:100%;
}
}


@media (max-width:500px){
  .contact-query{ position: relative;
    right: 0%;
    margin-top: 20px;
    margin-bottom: 20px;
    width:100%;
}
}

@media (max-width:997px){
  .Welcome{padding: 0%;
  }
}

@media (max-width:997px){
  .contact-query{ position: relative;
    right: 0%;
    margin-top: 20px;
    margin-bottom: 20px;
    width:100%;
}
}

/* nurces to uk end  here  */



.healtcarestaffing-banner{
  position: relative;
  background: linear-gradient(#ededed, #afabab);
  padding-bottom: 24px;
}
.healthcare-head{
  position: absolute !important;
  top: 90px !important;
  left: 3%;
}
.healtcarestaffing-banner h4{
  font-size: 40px !important;
  color: #000 !important;
}
.healtcarestaffing-banner p{
  font-size: 20px !important;
  color: #252525 !important;
}
.healtcarestaffing-banner .breadcrumb .breadcrumb-item a {
  font-weight: 600;
  text-decoration: none;
  color: #000000 !important;
}

.testi-health{
  background: #F9F9FB;
  padding: 80px 0px 70px;
}

.eng-content{
   align-content: center;
   align-items: center;
   margin-left: 100px;
   margin-right: 100px;
}
.eng-content h4{
  font-size: 50px;
  color: #000;
  text-align: center;
  font-weight: 600;
}
.eng-content p{
  text-align: center;
  margin-top: 50px;
}
.sector-head h2{
  font-size: 45px;
  color: #000;
  text-align: center;
}
.sector-head{
  padding-top: 50px;
  padding-bottom: 50px;
}
.sec-box {
  justify-content: center;
  display: flex;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.sec-box img{
  vertical-align: middle;
  width: 150px !important;
}
.box-se h4{
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 20px 0px 0px;
  color:var(--secondary-color);

}
.contact-form{
  padding: 50px 0px;
}
.custom-btn{
  background: var(--primary-color);
  color: #fff;
  padding: 15px 40px;
  font-size: 17px;

}
.custom-btn:hover{
  background-color: var(--secondary-color);
  color: #fff;

}
.form{
  background: #EDF4F2;
}
.jobint{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
  margin-top: 20px;
  text-align: center;

}
.job-icon img {
  padding: 4px;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
}
.company{
  font-size: 17px;
  margin: 0px 0px 10px;

}
.jobint h1{
  margin: 0;
}
.fulltime{
  background-color: #313131;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  padding: 2px 8px;
  border-radius: 4px;
}
.job-btn{
  margin: 30px 0px;
}
.job-browse-btn {
  font-size: 12px;
  text-decoration: none;
  padding: 8px 15px;
  border: 2px solid green !important;
  text-transform: uppercase;
  font-family: var(--main-line);
  font-weight: 500;
  transition: 0.5s;
  color:green;
  border-radius: 5px;
}
.color {
  padding: 0px 10px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  background: rgba(44, 44, 44, 0.659);
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid rgba(96, 96, 96, 0.693) ;
  position: absolute;
  top: 13px;
  left: -1px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.toggler [type="checkbox"]:checked, .toggler [type="checkbox"]:not(:checked) {
  position: absolute;
  /* left: -9999px; */
  opacity: 0;
}
.toggler {
  color: #e6edf5;
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1;
  font-size: 16px;
  color: #ffffff;
}
.icon-heart {
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: center;
  background: #212121;
  width: 34px;
  height: 34px;
  line-height: 36px;
  border-radius: 30px;
}
.toggler input:checked + i {
  color: #ff526c;
}
.job-icon {
    margin: 0 auto 1rem auto;
    position: relative;
    display: block;
    max-width: 90px;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.03);
    box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    overflow: hidden;
    transition: 0.5s;
}
.jobs{
  padding-bottom: 30px;
}
/* Style for the social icons */
.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; /* Align icons horizontally */
  justify-content: start; /* Center the icons */
  gap: 0px; /* Space between icons */
}

.social-icons li {
  display: inline-block;
}

.social-icons a {
  color: #333; /* Default icon color */
  font-size: 25px; /* Icon size */
  transition: all 0.3s ease-in-out; /* Smooth transition effect */
  text-decoration: none; /* Remove underline */
}

.social-icons a:hover {
  color: #007bff; /* Change color on hover (for example, blue) */
  transform: scale(1.2); /* Slightly enlarge on hover */
}

.social-icons .facebook {
  color: #3b5998; /* Facebook color */
}

.social-icons .linkedin {
  color: #0077b5; /* LinkedIn color */
}

.social-icons .instagram {
  color: #e4405f; /* Instagram color */
}

.social-icons .twitter {
  color: #1da1f2; /* Twitter color */
}

.section {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.section.lb {
  background-color: #f2f3f5;
}
.section li{
  list-style: none;
}
.contact-box {
  position: fixed;
  bottom: 91px;
  right: 20px;
  z-index: 9999;
  display: flex
;
  flex-direction: column;
  gap: 10px;
}
.contact-box .whatsapp-icon img {
  width: 60px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  padding: 16px;
  height: 60px;
}
.box1 h5{
  color: #fff !important;
}
.box1 h6 span{
  color: #fff !important;
}
.box1 h6 strong{
  color: #fff;
}





/* email para */
.email-para{
  margin-bottom: 0px !important;
}

.column-bg{
  background-color: #f0f9f3;
  border: 5px solid white;
}


/* google translator */

.gt_float_switcher img {
    vertical-align: middle;
    display: inline-block;
    width: 22px !important;
    height: auto;
    margin: 0 5px 0 0;
    border-radius: 3px;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0px 4px !important;
    color: #333;
    font-weight: bold;
}
.gt_float_switcher .gt-selected{
  background-color: #e6e6e6 !important;
}
.gt_float_switcher {
    font-family: Arial;
    font-size: 12px !important;
    border-radius: 2px;
    color: #555;
    display: inline-block;
    line-height: 20px;
    box-shadow:none !important;
    background: #000000;
    overflow: hidden;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
#gt_float_wrapper {
    position: fixed;
    bottom: auto !important;
    left: auto !important;
    right: 60px !important;
    top: 20px !important;
    z-index: 999999;
}


/* owl carousal btn */

.owl-nav{
  text-align: center;
}
.owl-carousel .owl-nav button.owl-prev{
  font-size: xx-large !important;
  
}
.owl-carousel .owl-nav button.owl-next{
  font-size: xx-large !important;

}

 /* non-it clients  */

.ecom-client{
  margin-bottom: 5rem !important;
}
.clients-row-margin{
  margin-top: 4rem;
}

/* clients column */

[data-aos][data-aos][data-aos-delay="200"].aos-animate{
  align-content: center;
  padding: 15px;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate{
  align-content: center;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate{
  align-content: center;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate{
  align-content: center;
}

/* second row */
[data-aos][data-aos][data-aos-delay="100"].aos-animate{
  align-content: center;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate{
  align-content: center;
}









/* CURRENT JOBS PAGE STYLING */

.job-section{
  background-color: #d4e8ff;
}



.banner-content h2{
  color: #1a2d45;
}

.btn-blue{
  background-color: #1a2d45;
  color: white;
}
button.btn-blue.mt-3.px-5.fw-bold {
    transition: all .2s ease-in-out;
}







/* 3d card */


.bg-jobs{
  background: url('../images/jobs/ser-bg.png') center center;
  background-size: contain;
  background-color: #e4e4e4;
}

.card-container {
            perspective: 1000px;
            margin-bottom: 20px;
        }
        .card-flip {
            position: relative;
            width: 100%;
            height: 425px;
            border-radius: 15px;
            transition: transform 0.6s;
            transform-style: preserve-3d;
        }
        
        .card-front, .card-back {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
            border-radius: 15px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
        }
        .card-front {
            /* background-color: #e7f0b4; */
            display: flex;
            flex-direction: column;
            /* align-items: center; */
            padding:10px 20px;
        }
        .card-back {
            background: url('../images/jobs/cardBack.jpg') no-repeat center center;
            background-size: cover;
            /* background-color: #0066cc; */
            color: #fff;
            transform: rotateY(180deg);
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            /* align-items: center; */
        }
        .card-container:hover .card-flip {
            transform: rotateY(180deg);
        }
        .card-img {
            width: 100%;
            height: 150px;
            object-fit: cover;
            border-radius: 10px;
        }
        .favorite-icon {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 1.5rem;
            color: #ff4d4d;
            cursor: pointer;
        }
        .favorite-icon:hover {
            color: #cc0000;
        }
        .apply-btn {
            background-color: #26b3fb;
            border: none;
            font-size: 1rem;
            padding: 10px 20px;
            border-radius: 5px;
            /* font-weight: bold; */
            color: #ffffff;
          }
          .apply-btn:hover {
            background-color: #126c99;
            color: #ffffff;
        }
        @media (max-width: 768px) {
            .card-flip {
                height: 450px;
            }
        }

        .front-text{
          position: absolute;
          top: 50%;
        }
        .card-title{
          /* color: #15ff00; */
          position: relative;
          width: max-content;
        }

        .card-one{
          background: url('../images/jobs/jobfirst.jpg') no-repeat center center;
          background-size: cover;
        }
        .card-two{
          background: url('../images/jobs/jobTwo.jpg') no-repeat left center;
          background-size: cover;
        }
        .card-three{
          background: url('../images/jobs/jobThree.jpg') no-repeat left bottom;
          background-size: cover;
        }
        .card-four{
          background: url('../images/jobs/jobfour.jpg') no-repeat left bottom;
          background-size: cover;
        }
        .card-five{
          background: url('../images/jobs/jobFive.jpg') no-repeat left bottom;
          background-size: cover;
        }
        .card-six{
          background: url('../images/jobs/dataanalyst.jpg') no-repeat center center;
          background-size: cover;
        }
        .card-seven{
          background: url('../images/jobs/mendoingjob.jpg') no-repeat center center;
          background-size: cover;
        }
        .card-eight{
          background: url('../images/jobs/job-card8.jpg') no-repeat center center;
          background-size: cover;
        }
        .card-nine{
          background: url('../images/jobs/job-card9.jpg') no-repeat center center;
          background-size: cover;
        }

        .back-heading{
          color: #26b3fb;
        }
        .front-heading{
          color: #ffe200;
        }
        .fw-normal{
          font-weight: 100;
        }
       
/* .card {
  width: 200px;
  height: 250px;
  margin: 1rem auto;
  perspective: 1000px;
  cursor: pointer;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.card:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}

.card-front {
  background: white;
  border: 1px solid #e5e7eb;
}

.card-back {
  background: #8b5cf6;
  color: white;
  transform: rotateY(180deg);
} */



#process .info-box-item {
    text-align: center;
    padding: 50px;
}
.info-box-item {
    padding: 40px 20px;
}
.info-box-item {
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 100px 70px;
}

.info-box__title {
    margin-bottom: 40px;
    position: relative;
    font-size: 30px;
    font-weight: bolder;
    color: #fff;
    text-transform: initial;
}

.info-box__title::after {
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.info-box__title::after {
    width: 100px !important;
}
.info-box__title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 80px;
    height: 2px;
    background: currentcolor;
}
.info-box__description p{
    font-size: 16px;
    color: #fff !important;
    line-height: 1.5;
    margin-bottom: 40px !important;
}



.btn-a, .btn-a_size_large {
    font-weight: 300;
    letter-spacing: 1.92px;
    font-size: 16px;
    height: 55px;
    border: 1px solid #fff  ;
    min-width: auto !important;
    color: #fff !important;
    padding:13px 30px !important;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
}
.btn-a_upper:hover{
  background: #fff;
  color: #0066cc !important;
}

.levels-of-placement{
  padding: 50px 0px;
  background: #f2f2f2;
}

.view-all-btn {
    padding: 10px 20px;
    background-color: #0064c8;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-size: 18px;
    transition: background-color 0.3s;
}
.view-all-btn:hover {
  color: #fff;
}
.blog-box .event-content {
    padding: 15px;
}
.blog-read-more {
    display: inline-block;
    margin-top: 10px;
    color: #0064c8;
    text-decoration: none;
    font-weight: bold;
}
.blog-read-more:hover {
    text-decoration: underline;
}
.blog-box{
    background: #f1f1f1;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;  
}

.client-subtitle {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}
.marquee-wrapper {
    overflow: hidden;
    width: 100%;
}
.marquee {
    display: flex;
    white-space: nowrap;
}
.marquee-content {
    display: flex;
    animation: marquee 30s linear infinite;
}
.marquee-content .column-bg {
    flex: 0 0 150px;
    margin: 0 15px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.marquee-content .column-bg:hover {
    transform: scale(1.05);
}
.marquee-content .column-bg img {
    width: 100%;
    max-width: 150px;
    max-height: 100px;
    object-fit: contain;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}



.service-hero {
    background: linear-gradient(135deg, #0a0a0ae7 0%, #00000041 100%),url('../images/banner/temporary-staffing.webp');
    padding: 200px 0;
    color: #fff;
    background-size: cover;   
    position: relative;
  


}
.service-hero.perma {
    background: linear-gradient(135deg, #0a0a0ae7 0%, #00000041 100%),url('../images/servicesinner/Job-Agencies-in-Germany.jpg') !important;
    padding: 200px 0;
    color: #fff;
    background-size: cover;   
    position: relative;
  

}
.service-hero.it-hero {
  padding: 250px 0;
    background: linear-gradient(135deg, #0a0a0ae7 0%, #00000041 100%),url('../images/servicesinner/it-banner.jpg') !important;
  
  

}
.service-hero.payroll-hero {
  padding: 200px 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
    background: linear-gradient(135deg, #0a0a0ae7 0%, #00000041 100%),url('../images/servicesinner/Awareness-global-payroll-header-no-bg.png') ;
  
  

}
.service-hero.contract-hero {
  padding: 200px 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
    background: linear-gradient(135deg, #0a0a0ae7 0%, #00000041 100%),url('../images/servicesinner/contract-to-hire.webp') ;
  
  

}
.service-hero.executive-hero {
  padding: 250px 0;
  background-repeat: no-repeat !important;
width: 100%;
background-size: cover !important;
    background: linear-gradient(135deg, #0a0a0ae7 0%, #00000041 100%),url('../images/servicesinner/executivesearch.webp') ;
  
  

}
.service-hero h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}
.temporary-staffing-intro {
    padding: 50px 0;
    background-color: #f2f2f2;
}
.temporary-staffing-intro h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}
.temporary-staffing-intro p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    text-align: center;
}
.why-corpswing{
    padding: 30px 0;
    background-color: #ffffff !important;
}
.why-corpswing .card{
  background: #f2f2f2;
  padding: 20px;
  border-radius: 20px;

}
.why-corpswing .card img{
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 20px;
}
.why-corpswing .card-body{
  padding: 20px 0;

}
.why-corpswing .card-body h5 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}
.why-corpswing .card-body p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    text-align: start;
}
.why-corpswing .card-body i {
    font-size: 24px;
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    background-color: #007bff;
    margin-bottom: 10px;
}

.why-box{
  background-color: #f2f2f2;
  min-height: 200px;
  border-radius: 10px ;
  padding: 20px;
}
.why-corpswing h2{
  font-size: 36px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

.cta-section {
    background-image: url('../images/servicesinner/manpower.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    position: relative;
    padding: 60px 0;
}

.cta-section .overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cta-section .container {
    position: relative;
    z-index: 1;
}

.cta-section h2 {
    font-size: 36px;
    font-weight: 600;
    text-align: start;
    color: #fff;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 16px;
    text-align: start;
    color: #ddd;
    margin-bottom: 30px;
}

.cta-section .btn-primary {
    padding: 15px 30px;
    font-size: 18px;
    background: #0056a6 !important;
    border: none;
    border-radius: 35px;
    transition: background-color 0.3s ease;
}
.text-md-end.d-flex{
  justify-content: end;
  align-items: center;
}

.cta-section .btn-primary:hover {
    background-color: #005f99;
}

@media (max-width: 767px) {
    .cta-section {
        padding: 40px 0;
    }

    .cta-section h2 {
        font-size: 28px;
    }

    .cta-section p {
        font-size: 16px;
    }

    .cta-section .btn-primary {
        padding: 12px 25px;
        font-size: 16px;
    }

    .cta-section .text-md-end {
        text-align: center;
        margin-top: 20px;
    }
}

.permanent-staffing-intro.perma{
  padding: 50px 0;
  background-color: #f2f2f2;
}
.permanent-staffing-intro h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}

.it-staffing-intro{
  padding: 50px 0;
  background-color: #f2f2f2;
}

 /* Parent class for Software Development page */
        .software-dev {
            font-family: 'Arial', sans-serif;
            color: #333;
        }

        .software-dev__banner {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/servicesinner/Customization-and.jpg') no-repeat center/cover;
            height: 650px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: #fff;
        }

        .software-dev__banner h1 {
            font-size: 3.5rem;
            text-align: left;
            max-width: 800px;
            color: #fff;
            font-weight: 700;
        }

        .software-dev__banner p {
          text-align: left;
          max-width: 600px;
          color: #ddd;
            font-size: 1.2rem;
            margin: 20px 0;
        }

        .software-dev__btn {
            background-color: #26B3FB;
            color: #fff;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            transition: background-color 0.3s;
        }

        .software-dev__btn:hover {
            background-color: #1A2D45;
        }

        .software-dev__section {
            padding: 60px 0;
        }

        .software-dev__heading {
            text-align: center;
            margin-bottom: 40px;
        }

        .software-dev__heading h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1A2D45;
        }

        .software-dev__heading p {
            font-size: 1.1rem;
            color: #666;
        }

        .software-dev__service-box {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            text-align: center;
            transition: transform 0.3s;
            height: 100%;
        }

        .software-dev__service-box:hover {
            transform: translateY(-10px);
        }

        .software-dev__service-box i {
            font-size: 2.5rem;
            color: #26B3FB;
            margin-bottom: 15px;
        }

        .software-dev__service-box h5 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #1A2D45;
        }

        .software-dev__service-box p {
            font-size: 1rem;
            color: #666;
        }

        .software-dev__process-step {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
        }

       .software-dev__process-step {
    padding-left: 85px;
    position: relative;
    display: flex
;
    background: #f1f1f1;
    padding: 10px 10px 0px 80px;
    /* min-height: 100px; */
    align-items: center;
    margin-bottom: 40px;
}
.software-dev__process-step i {
    font-size: 2rem;
    position: absolute;
    color: #ffffff;
    /* height: 100px; */
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    display: flex
;
    border-radius: 10px 0px 0px 10px;
    bottom: 0;
    width: 70px;
    background-color: #0056a6;
    margin-right: 20px;
}

        .software-dev__tech-logo {
            max-width: 100px;
            margin: 15px;
            object-fit: contain;
        }

        .software-dev__cta {
            background:#0056a6;
            color: #fff;
            padding: 50px 0;
            text-align: center;
        }

        .software-dev__cta h3 {
            font-size: 2rem;
            text-align: left;
            color: #fff;
            margin-bottom: 20px;
        }

        .software-dev__cta a {
            background-color: #ffffff;
            color: #1da1f2;
            padding: 12px 45px;
            font-weight: 600;
            border-radius: 5px;
            text-decoration: none;
            font-size: 1.1rem;
        }

        .software-dev__cta a:hover {
            background-color: #fff;
            color: #1A2D45;
        }

        .soft-abt .img-fluid{
  width: 100%;
  height:400px; 
  object-fit: cover;

        }
        .soft-abt h2{
  font-size: 2.5rem;   
  color: #1A2D45; 
  font-weight: 700;
        }
        .soft-abt p{
  font-size: 1rem;    
  color: #666;
  line-height: 1.6;
        }
        .info-box-item__inner i{
  font-size: 2rem;
  color: #ffffff; 

        }

          /* New CSS for comparison table under digital-marketing parent class */
    .digital-marketing__compare-table-container {
        margin-top: 30px;
    }

    .digital-marketing__compare-table {
        width: 100%;
        border-collapse: collapse;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .digital-marketing__compare-table th,
    .digital-marketing__compare-table td {
        padding: 15px;
        text-align: center;
        border-bottom: 1px solid #dee2e6;
    }

    .digital-marketing__compare-table th {
        background-color: #1A2D45;
        color: #fff;
        font-weight: 600;
    }

    .digital-marketing__compare-table th span {
        font-size: 0.9rem;
        color: #26B3FB;
    }

    .digital-marketing__compare-table td {
        font-size: 1rem;
        color: #333;
    }

    .digital-marketing__tick {
        color: #28a745;
        font-size: 1.2rem;
    }

    .digital-marketing__cross {
        color: #dc3545;
        font-size: 1.2rem;
    }

    .digital-marketing__compare-table tfoot td {
        padding: 20px;
    }

    .digital-marketing__compare-table .digital-marketing__btn {
        display: inline-block;
        margin-top: 10px;
    }


      /* Responsive adjustments */
    @media (max-width: 767.98px) {
        .digital-marketing__compare-table th,
        .digital-marketing__compare-table td {
            padding: 8px;
            font-size: 0.85rem;
        }

        .digital-marketing__compare-table th span {
            font-size: 0.75rem;
        }

        .digital-marketing__tick,
        .digital-marketing__cross {
            font-size: 1rem;
        }

        .digital-marketing__compare-table .digital-marketing__btn {
            padding: 6px 12px;
            font-size: 0.8rem;
        }
    }

    @media (max-width: 575.98px) {
        .digital-marketing__compare-table th,
        .digital-marketing__compare-table td {
            padding: 6px;
            font-size: 0.75rem;
        }

        .digital-marketing__compare-table th span {
            font-size: 0.7rem;
        }

        .digital-marketing__compare-table .digital-marketing__btn {
            padding: 5px 10px;
            font-size: 0.75rem;
        }
    }

    .hero-section .btn-primary {
    background-color: #ff6200;
    border-color: #ff6200;
    transition: transform 0.2s;
}
.hero-section h1 {
    font-size: 3rem;
    font-weight: 700;
}
.hero-section img {
    width: 150px;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.hero-section {
    background-attachment: fixed;
}

.hero-section {
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 500px;
    display: flex
;
    align-items: center;
}
.col-md-8.mx-auto {
    z-index: 8;
    margin-right: auto !important;
    margin-left: auto !important;
}
.carousel-item img {
    height: 680px;
    object-fit: cover;
    width: 100%;
    animation: zoomInOut 15s ease-in-out infinite;
    transform-origin: center;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}

.custom-service3{
  background-color: #f1f1f1;
  padding: 30px ;
  border-radius: 20px;
}
.content-side {
    padding: 20px;
    text-align:start;
    background: #fff;
    border-radius: 10px;
} 

.content-side h2 {
    font-size: 30px;
    color: #1A2D45;
    font-weight: 700;
    margin-bottom: 10px;
}
.content-side p {
    font-size: 17px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
} 
.content-side .contact-info p{
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.content-side .contact-info p strong{
    font-size: 18px;
    color: #000000;
}
.content-side .contact-info h5 {
    font-size: 30px;
    color: #1A2D45;
    font-weight: 700;
    margin-bottom: 10px;
}

.styled-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    font-family: 'Arial', sans-serif;
}

.styled-form .form-title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 28px;
    color: #1A2D45;
}

.styled-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="tel"],
.styled-form select,
.styled-form textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #1A2D45;
    padding: 10px 5px;
    margin-bottom: 20px;
    font-size: 16px;
    background-color: transparent;
    outline: none;
    transition: border-color 0.3s ease;
}

.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus {
    border-bottom-color: #24ABEF;
}

.styled-form textarea {
    resize: vertical;
}

.styled-form button {
    background-color: #1A2D45;
    color: #fff;
    padding: 12px 25px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 4px;
}

.styled-form button:hover {
    background-color: #24ABEF;
}

