/*--------------------------------------------------------------
# SIEL Solutions - Design Codes
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# SIEL Solutions - Candidates Page
--------------------------------------------------------------*/
candidates {
  padding: 60px 0;
  overflow: hidden;
}

.candidates-bg {
  background-color: #f7fcfc;
}


.candidatescolor-bg {
  background-color: #ffffff;
}

.candidates-title {
  text-align: center;
  padding-bottom: -70px;
}

.candidates-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 1px;
  position: relative;
  text-decoration: underline;
  text-decoration-color: #3fbbc0;
  text-decoration-style: solid;
  text-underline-offset: 5px;
}

.candidates-title h2::after {
  content: "";
  position: absolute;
  display: block;

 
  
  bottom: 0;
}



.candidates-title p {
  margin-bottom: 0;
}


.candidates .nav-tabs {
  border: 0;
}

.candidates .nav-link {
  border: 0;
  padding: 20px;
  color: #555555;
  border-radius: 0;
  border-left: 5px solid #fff;
  cursor: pointer;
}

.candidates .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.candidates .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.candidates .nav-link:hover h4 {
  color: #3fbbc0;
}

.candidates .nav-link.active {
  background: #f7fcfc;
  border-color: #3fbbc0;
}

.candidates .nav-link.active h4 {
  color: #3fbbc0;
}

.candidates .tab-pane.active {
  animation: slide-down 0.5s ease-out;
}

.candidates .tab-pane img {
  float: left;
  max-width: 300px;
  padding: 0 15px 15px 0;
}

/* text expansions - Candidates Page*/
.candidates .dep-list span {
font-family:Arial, Helvetica, sans-serif;
color:#3fbbc0;

  
}

.candidates .faq-list {
  padding: 10px;
}

.candidates .faq-list ul {
  padding: 0;
  list-style: none;
}

.candidates .faq-list li+li {
  margin-top: -15px;
}

.candidates .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.candidates .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.candidates .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #3fbbc0;
}

.candidates .faq-list .icon-show,
.candidates .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.candidates .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.candidates .faq-list .icon-show {
  display: none;
}

.candidates .faq-list a.collapsed {
  color: #343a40;
}

.candidates .faq-list a.collapsed:hover {
  color: #3fbbc0;
}

.candidates .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.candidates .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .candidates .faq-list {
    padding: 0;
  }
}

/* Form Area - Quick Enquiry Page*/

.candidates .php-email-form {
  width: 100%;
}

.candidates .php-email-form .form-group {
  padding-bottom: 8px;
}

.candidates .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.candidates .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.candidates .php-email-form .error-message br+br {
  margin-top: 25px;
}

.candidates .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.candidates .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.candidates .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.candidates .php-email-form input,
.candidates .php-email-form textarea,
.candidates .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.candidates .php-email-form input:focus,
.candidates .php-email-form textarea:focus,
.candidates .php-email-form select:focus {
  border-color: #3fbbc0;
}

.candidates .php-email-form input,
.candidates .php-email-form select {
  height: 44px;
}

.candidates .php-email-form textarea {
  padding: 10px 12px;
}

.candidates .php-email-form button[type=submit] {
  background: #3fbbc0;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.candidates .php-email-form button[type=submit]:hover {
  background: #52c2c6;
}


@media (max-width: 768px) {
  .candidates .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}

.candidates .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3fbbc0;
}

.candidates .tab-pane p {
  color: #777777;
}

.candidates .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/*--------------------------------------------------------------
# Whatsapp Code  - Source not available
--------------------------------------------------------------*/
.float-button {
        text-decoration: none;
        position: fixed;
        padding: 10px;
        padding-right: 15px;
		bottom: 70px;
        right: 12px;			
        width: 50px;
        border-radius: 50px;       
        color: #fff;
        background-color:#25D366;        
        z-index: 100;
        font-family: Arial;
        font-size: 17px;
        animation: whatsapp-animation 0.5s ease-in-out;
        box-shadow: 1px 2px 5px 2px rgba(30,30,30,0.3);
        transition:all 0.3s ease-out;
    }

    .float-button:hover {
         background-color: #063970;
          color: #3fbbc0;
    }

    .bi-whatsapp {
        font-size: 20px !important;
        padding-right: 5px;
        padding-left: 5px;
    }

    @keyframes whatsapp-animation {
        from {
            opacity: 0%;
        }

        to {
            opacity: 100%
        }
    }

    @media screen and (max-width: 545px) {
        span {
            display: none;
        }

        .float-button {
            bottom: 70px;
            right: 12px;			
            width: 50px;
            border-radius: 50px;
        }

        .bi-whatsapp {
            font-size: 22px !important;
            padding: 4px;
        }
    }



/*--------------------------------------------------------------
# General - (Digital Forta Template - 71)
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #3fbbc0;
  text-decoration: none;
}

a:hover {
  color: #65c9cd;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Preloader - (Digital Forta Template - 71)
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #3fbbc0;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button - (Digital Forta Template - 71)
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3fbbc0;
  outline:solid;
  outline-color: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #5ec6ca;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices - (Digital Forta Template - 71)
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar - (Digital Forta Template - 71)
--------------------------------------------------------------*
#topbar {
  background: #fff;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
  position:fixed;
  overflow: visible;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #3fbbc0;
}

#topbar .contact-info i {
  color: #3fbbc0;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(var(--color-white-rgb), 0.1);
  color: 3fbb30;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #3fbbc0;
}

#topbar .social-links a:first-child {
  border-left: 0;
}


/*--------------------------------------------------------------
# Header - (Digital Forta Template - 71)
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 30px 0px; 
  top: 0;
  border-bottom-color: #3fbbc0;
  border-bottom-width: thin;
  border-bottom-style: solid;   
}



#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #555555;
}

#header .logo img {
  max-height: 50px;
}

/*
* Appointment Button - (Digital Forta Template - 71)
*/
.appointment-btn {
  margin-left: 25px;
  background: #3fbbc0;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #65c9cd;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
  margin-left: 200px;
    padding: 6px 15px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu - (Digital Forta Template - 71)
--------------------------------------------------------------*/
/**
* Desktop Navigation  - (Digital Forta Template - 71)
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #626262;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 500;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #3fbbc0;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #3fbbc0;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation  - Digital Forta Template - 71)
*/
.mobile-nav-toggle {
  color: #555555;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #555555;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #3fbbc0;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #3fbbc0;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Hero Section - ( Digital Forta Template - 75 )
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
 
  background: linear-gradient(to right, rgba(61, 179, 197, 0.2) 0%, rgba(61, 179, 197, 0.3) 100%), url(../img/heroslider-bg.jpg);
  background-size: cover;
}

.hero h1 {
  margin: 0;
  font-size: 62px;
  font-weight: 700;
  color: #ffffff;
}

.hero h2 {
  color: #ffffff;
  margin: 33px 0 0 0;  
  font-size: 26px;
}

.hero h3 {
  color: #ffffff;
  margin: 28px 0 0 0;
  font-size: 26px;
}

.hero p {
  color: #ffffff;
  margin: 18px 0 0 0;
  font-size: 26px;
}

.hero .btn-get-started {
  margin-top: 30px;
  margin-bottom: 30px;
 
  padding: 20px 40px 20px 40px;
  border-radius: 50px;
  transition: 0.5s;
  color: #063970;
  background: #3fbbc0;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.hero .btn-get-started:hover {
  background: #063970;
  color: #ffffff;
}



.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }

  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }

  .hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 24px;
  }

  .hero .hero-img img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Sections General - Digital Forta Template - 71)
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fcfc;
}

.sectioncolor-bg {
  background-color: #ffffff;
}

.section-title {
  text-align: center;
  padding-bottom: -70px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 1px;
  position: relative;
  text-decoration: underline;
  text-decoration-color: #3fbbc0;
  text-decoration-style: solid;
  text-underline-offset: 5px;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;

 
  
  bottom: 0;
}



.section-title p {
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# Cta - (Digital Forta Template - 71) / Short About Section Module in Home Page
--------------------------------------------------------------*/
.cta {
  background: #3fbbc0;
  
  color: #fff;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  font-size: 28px;
  font-weight: 700;
}

.cta .cta-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #3fbbc0;
}

/*--------------------------------------------------------------
# Breadcum - (Digital Forta Template - 71) / Get In Touch Section Module in Home Page
--------------------------------------------------------------*/
.breadcum {
  background: linear-gradient(to right, rgba(204, 255, 245, 0.4) 0%, rgba(204, 255, 245, 0.5) 100%), url(../img/breadcum.jpg);
  color: #fff;
  background-size: cover;
  padding: 130px 0;
}

.breadcum h3 {
  font-size: 80px;
  font-weight: 700;
  padding-left: 50px;
  color:#063970;
}

.breadcum h4 {
  font-size: 120px;
  font-weight: 700;
  padding-left: 50px;
  color:#063970;
}

.breadcum span { 
  color:#ffffff;
}

.breadcum h5 {
  font-size: 30px;
  font-weight: 700;
  padding-left: 50px;
  color:#063970;
}

.breadcum p {
  font-size: 18px;
  font-weight: 200;
  padding-left: 50px;
  color:#063970;
}

.breadcum communicate {
  font-size: 18px;
  font-weight: 200;
  padding-left: 50px;
}

.breadcum a { 
  
 color: #063970;
}

.breadcum .breadcum-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding-left: 50px;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  /*border: 2px solid #063970;*/
  background: #063970;
  color: #ffffff;
}

.breadcum .breadcum-btn:hover {
  background: #3fbbc0;
  color: #063970;
}

/*--------------------------------------------------------------
# About Us - (Digital Forta Template - 71) / Client Section Module in Home Page
--------------------------------------------------------------*/
.about .content h2 {
  font-size: 60px;
  font-weight: 700;  
  color:#063970;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #3fbbc0;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .about-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding-left: 50px;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  /*border: 2px solid #063970;*/
  background: #063970;
  color: #ffffff;
}

.about .about-btn:hover {
  background: #3fbbc0;
  color: #063970;
}

/*--------------------------------------------------------------
# Services - (Digital Forta Template - 71) / Nurse and Midwives, Doctors, Clients Section Module in Home Page
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #3fbbc0;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon i {
  font-size: 36px;
  line-height: 0;
}

.services .icon-box:hover .icon {
  box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #3fbbc0;
}

.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

.services .services-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding-left: 50px;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #ffffff;  
  background: #ffffff;
  color: #3fbbc0;
}

.services .services-btn:hover {
  
  color: #063970;
}


/*--------------------------------------------------------------
# Appointments - Digital Forta Template - 71)
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .error-message br+br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus,
.appointment .php-email-form textarea:focus,
.appointment .php-email-form select:focus {
  border-color: #3fbbc0;
}

.appointment .php-email-form input,
.appointment .php-email-form select {
  height: 44px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type=submit] {
  background: #3fbbc0;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.appointment .php-email-form button[type=submit]:hover {
  background: #52c2c6;
}

/*-----------------------------------------------------------------------
# greenbar - Green Shade below header in all pages except index page
-----------------------------------------------------------------------*/
.greenbar {
  padding: 20px 0;
  background-color: #3fbbc0;
  background-color: rgba(63, 187, 192, 0.5);
  min-height: 40px;
  margin-top: 120px;  

}




@media (max-width: 992px) {
  .greenbar {
    margin-top: 70px;
  }
}

.greenbar h2 {
  font-size: 80px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .greenbar h2 {
    margin: 0 0 10px 0;
  }
}

.greenbar ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.greenbar ol li+li {
  padding-left: 10px;
  color:#ffffff;
}

.greenbar ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #ffffff;
  content: "/";
}

.greenbar a {
  color: #ffffff;
  text-decoration: none;
}

.greenbar a:hover {
  color: #063970;
  text-decoration: none;
}

@media (max-width: 768px) {
  .greenbar .d-flex {
    display: block !important;
  }

  .greenbar ol {
    display: block;
  }

  .greenbar ol li {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
# Departments - Digital Forta Template - 71)
--------------------------------------------------------------*/
.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 20px;
  color: #555555;
  border-radius: 0;
  border-left: 5px solid #fff;
  cursor: pointer;
}

.departments .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.departments .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.departments .nav-link:hover h4 {
  color: #3fbbc0;
}

.departments .nav-link.active {
  background: #f7fcfc;
  border-color: #3fbbc0;
}

.departments .nav-link.active h4 {
  color: #3fbbc0;
}

.departments .tab-pane.active {
  animation: slide-down 0.5s ease-out;
}

.departments .tab-pane img {
  float: left;
  max-width: 300px;
  padding: 0 15px 15px 0;
}

/* text expansions - Candidates Page*/
.departments .dep-list span {
font-family:Arial, Helvetica, sans-serif;
color:#3fbbc0;

  
}

.departments .faq-list {
  padding: 10px;
}

.departments .faq-list ul {
  padding: 0;
  list-style: none;
}

.departments .faq-list li+li {
  margin-top: -15px;
}

.departments .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.departments .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.departments .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #3fbbc0;
}

.departments .faq-list .icon-show,
.departments .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.departments .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.departments .faq-list .icon-show {
  display: none;
}

.departments .faq-list a.collapsed {
  color: #343a40;
}

.departments .faq-list a.collapsed:hover {
  color: #3fbbc0;
}

.departments .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.departments .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .departments .faq-list {
    padding: 0;
  }
}

/* Form Area - Quick Enquiry Page*/

.departments .php-email-form {
  width: 100%;
}

.departments .php-email-form .form-group {
  padding-bottom: 8px;
}

.departments .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.departments .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.departments .php-email-form .error-message br+br {
  margin-top: 25px;
}

.departments .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.departments .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.departments .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.departments .php-email-form input,
.departments .php-email-form textarea,
.departments .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.departments .php-email-form input:focus,
.departments .php-email-form textarea:focus,
.departments .php-email-form select:focus {
  border-color: #3fbbc0;
}

.departments .php-email-form input,
.departments .php-email-form select {
  height: 44px;
}

.departments .php-email-form textarea {
  padding: 10px 12px;
}

.departments .php-email-form button[type=submit] {
  background: #3fbbc0;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.departments .php-email-form button[type=submit]:hover {
  background: #52c2c6;
}


@media (max-width: 768px) {
  .departments .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}

.departments .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3fbbc0;
}

.departments .tab-pane p {
  color: #777777;
}

.departments .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/*--------------------------------------------------------------
# Why Us  - Unknown Template
--------------------------------------------------------------*/

.why-us {
background:#FFFFFF;
}


.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #3fbbc0;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #3fbbc0;
}

.why-us .accordion-list a.collapsed:hover {
  color: #3fbbc0;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}


/*---------------------------------------------------------------------------
# Testimonials - (Digital Forta Template - 71) (Used as Latest Jobs Section in Home Page)
---------------------------------------------------------------------------*/
.latestjobs .testimonial-wrap {
  padding-left: 0; 
}

.latestjobs .testimonials-carousel,
.latestjobs .testimonials-slider {
  overflow: hidden;
}

.latestjobs .testimonial-item {
  box-sizing: content-box;  
  padding: 30px 30px 30px 30px;
  margin: 1px 1px 1px 1px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
  position: relative;
  background: #f0fafa;
}

.latestjobs .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.latestjobs .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.latestjobs .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.latestjobs .testimonial-item .quote-icon-left,
.latestjobs .testimonial-item .quote-icon-right {
  color: #badaf7;
  font-size: 26px;
}

.latestjobs .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.latestjobs .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.latestjobs .testimonial-item p {
  font-style: normal;
  margin: 15px auto 15px auto;
}

.latestjobs .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.latestjobs .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3fbbc0;
}

.latestjobs .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3fbbc0;
}

@media (max-width: 767px) {
  .latestjobs .testimonial-wrap {
    padding-left: 0;
  }

  .latestjobs .testimonials-carousel,
  .latestjobs .testimonials-slider {
    overflow: hidden;
  }

  .latestjobs .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .latestjobs .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}


/*--------------------------------------------------------------
# Frequently Asked Questioins - (Digital Forta Template - 72)  - (Used as Content Section in Candidates Page / Used as F.A.Q Section in Clients Page)
--------------------------------------------------------------*/

.faq {
background:# #0000FF;
margin-top: -60px;
}

.faq .faq-list span {
font-family:Arial, Helvetica, sans-serif;
color:#3fbbc0;

  
}

.faq .faq-list {
  padding: 10px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #3fbbc0;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #3fbbc0;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact - (Digital Forta Template - 71)
--------------------------------------------------------------*/

.contact-title {
  text-align: center;
  padding-bottom: 0px;
}

.contact-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: -50px;
  padding-bottom: 1px;
  position: relative;
  text-decoration: underline;
  text-decoration-color: #3fbbc0;
  text-decoration-style: solid;
  text-underline-offset: 5px;
}

.contact-title h2::after {
  content: "";
  position: absolute;
  display: block;

 
  
  bottom: 0;
}


.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
  margin: 1px 1px 1px 1px; 
}

.contact .arrange {
  padding: 0;  
}

.contact .info-box i {
  font-size: 32px;
  color: #3fbbc0;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #c5ebec;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #3fbbc0;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #3fbbc0;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #65c9cd;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Pre Footer Section - (Digital Forta Template - 71) Original Pre-Footer Section Converted to this Style
--------------------------------------------------------------*/
#footerafter {
  background: #3fbbc0;
  padding: 0 0 30px 0;
  color: #555555;
  font-size: 14px;
}

#footerafter .footerafter-top {
  background: #3fbbc0;
  padding: 60px 0 30px 0;
}

#footerafter .footerafter-top .footerafter-info {
  margin-bottom: 30px;
}

#footerafter .footerafter-top .footerafter-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footerafter .footerafter-top .footerafter-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}

#footerafter .footerafter-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3fbbc0;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footerafter .footerafter-top .social-links a:hover {
  background: #65c9cd;
  text-decoration: none;
}

#footerafter .footerafter-top h4 {
  font-size: 16px;
  font-weight: 200;
  position: relative;
  padding-bottom: 12px;
  color:#FFFFFF;
}

#footerafter .footerafter-top .footerafter-links {
  margin-bottom: 30px;
}

#footerafter .footerafter-top .footerafter-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footerafter .footerafter-top .footerafter-links ul i {
  padding-right: 2px;
  color: #3fbbc0;
  font-size: 18px;
  line-height: 1;
}

#footerafter .footerafter-top .footerafter-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footerafter .footerafter-top .footerafter-links ul li:first-child {
  padding-top: 0;
}

#footerafter .footerafter-top .footerafter-links ul a {
  color: #555555;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footerafter .footerafter-top .footerafter-links ul a:hover {
  color: #3fbbc0;
}

#footerafter .footerafter-top .footerafter-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}

#footerafter .footerafter-top .footerafter-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footerafter .footerafter-top .footerafter-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #3fbbc0;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footerafter .footerafter-top .footerafter-newsletter form input[type=submit]:hover {
  background: #65c9cd;
}

#footerafter .copyright {
  text-align: center;
  padding-top: 30px;
}

#footerafter .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
}




/*--------------------------------------------------------------
# Footer Credits Section - (Digital Forta Template - 74)
--------------------------------------------------------------*/
.footer {
  color: #555555;
  font-size: 14px;  
}

.span {
      color: #3fbbc0;
   }


.footer .footer-content {
  background: var(--color-secondary);
  padding: 60px 0 30px 0;
}



.footer .footer-legal {
  padding: 30px 0;
  background: var(--color-secondary-dark);
}

.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
  color: var(--color-white);
}

.footer .footer-legal .credits a {
  color: var(--color-primary-light);
}

.footer .footer-legal .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(var(--color-white-rgb), 0.1);
  color: 3fbb30;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-legal .social-links a:hover {
  background: var(--color-primary);
  text-decoration: none;
}