@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  /* padding-top: 70px; */
}

/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  line-height: inherit;
}

h1 {
  color: #252525;
  font-size: 3em;
  line-height: normal;
}

h2 {
  color: #353535;
  font-size: 3.2rem;
}

h3 {
  font-size: 2.5rem;
}

h3,
h3 a {
  color: #454545;
}

p {
  font-size: 1.8rem;
}
/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

html {
  -webkit-font-smoothing: antialiased;
}

a {
  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a,
input,
button,
.form-control {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #000000;
  outline: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #000000;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  margin: 0;
}

.section-title small {
  display: block;
}

.overlay {
  background: rgba(20, 20, 20, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-form {
  background: #252020;
  border-radius: 100%;
  text-align: center;
  padding: 6em;
  width: 450px;
  height: 450px;
}

.entry-form h2 {
  color: #ffffff;
  margin: 0;
}

.form .form-control,
.entry-form .form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
  margin: 10px 0;
}

.form .input-group {
  margin: 10px 0;
}

.input-group-addon {
  border: 0;
}

.form .input-group .form-control {
  margin: 0;
}

.form textarea.form-control,
.entry-form textarea.form-control {
  height: 120px;
}

.entry-form .submit-btn {
  background: #ffffff;
  border-radius: 50px;
  border: 0;
  color: #252020;
  width: 50%;
  height: 50px;
  margin: 30px auto;
  margin-bottom: 10px;
}

.entry-form .submit-btn:hover {
  background: #3f51b5;
  color: #ffffff;
}

section {
  position: relative;
}

#team,
#testimonial {
  text-align: center;
}

#google-map iframe {
  border: 0;
  width: 100%;
  height: 390px;
}

/*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

.section-btn {
  background: transparent;
  border-radius: 50px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: inherit;
  font-weight: normal;
  padding: 15px 30px;
  transition: 0.5s;
}

.section-btn:hover {
  background: #ffffff;
  border-color: transparent;
}

/*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
}

.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #575757;
  border-top-color: #ffffff;
  animation: spinner 0.9s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

/*---------------------------------------
      MENU              
  -----------------------------------------*/

.text-primary {
  color: #29ca8e;
}

.custom-navbar {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  background: transparent;
  /* border-top: 5px solid #29ca8e; */
  border-bottom: 0;
  padding: 12px 0;
  margin-bottom: 0;
  padding: 0;
}

.custom-navbar .navbar-brand {
  color: #454545;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}

.custom-navbar .navbar-nav.navbar-nav-first {
  margin-left: 8em;
}

.custom-navbar .navbar-nav.navbar-right li a {
  padding-right: 12px;
  padding-left: 12px;
}

.custom-navbar .navbar-nav.navbar-right li a .fa {
  background: #29ca8e;
  border-radius: 100%;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
}

.custom-navbar .nav li a {
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  padding-right: 22px;
  padding-left: 22px;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li a:hover {
  background-color: #999999;
  color: #ffffff;
}

/* .custom-navbar .nav li.active > a {
  background-color: #000;
  color: #ffffff;
} */

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #252525;
  border-color: transparent;
}

/*---------------------------------------
      HOME  & SLIDER            
  -----------------------------------------*/

#home {
  padding: 0;
}

/* #home h1 {
  color: #ffffff;
} */

#home h3 {
  color: #f9f9f9;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 5px 0 40px 0;
}


.top-banner .container {
  top: 18%;
}

.home-slider .caption {
  display: flex;
  justify-content: end;
  flex-direction: column;
  text-align: left;
  background-color: rgba(20, 20, 20, 0.2);
  height: 100%;
  color: #fff;
  cursor: e-resize;
  margin-bottom: 2rem;
}

.home-slider .item {
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: cover;
  height: 85vh;
}

.caption h3 a {
  color: #fff;
}
.caption h3 a:hover {
  color: #ff3;
}

.home-slider .item-first {
  background-image: url(../images/new-bg-1.png);
  background-position: center;
  background-size: 100% 100%;
  height: 50%;
}

.home-slider .item-second {
  background-image: url(../images/new-bg-2.png);
  background-size: 100% 100%;
  height: 50%;
}

.home-slider .item-third {
  background-image: url(../images/new-bg-3.png);
  background-size: 100% 100%;
  height: 50%;
}
.home-slider .item-fourth {
  background-image: url(../images/new-bg-4.png);
  background-size: 100% 100%;
  height: 50%;
}
.home-slider .item-fifth {
  background-image: url(../images/new-bg-4.png);
  background-size: 100% 100%;
  height: 50%;
}
.home-slider .item-sixth {
  background-image: url(../images/bg-6.jpg);
  background-size: 100% 100%;
  height: 50%;
}

/*---------------------------------------
      ABOUT              
  -----------------------------------------*/

#about figure {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}

#about figure span {
  float: left;
  margin-left: -15px;
  padding: 15px 20px;
  position: relative;
  top: 20px;
}

#about figure span i {
  background: #29ca8e;
  border-radius: 50px;
  color: #ffffff;
  font-size: 25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.bg {
  background-image: url(../images/job\ opportunities.png);
  background-size: cover;
}
/*---------------------------------------
      CONTACT             
  -----------------------------------------*/

#contact {
  background: #3f51b5;
}

#contact h2 {
  color: #ffffff;
}

#contact .section-title {
  padding-bottom: 20px;
}

#contact h2 > small,
#contact p,
#contact a {
  color: #f9f9f9;
}

#contact-form {
  padding: 1em 0;
}

#contact-form .col-md-12,
#contact-form .col-md-4 {
  padding-left: 0;
}

.form .form-control,
#contact-form .form-control {
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  margin: 10px 0;
}

#contact-form input {
  height: 50px;
}

#contact-form input[type="submit"] {
  border-radius: 50px;
  border: 1px solid transparent;
}

#contact-form input[type="submit"]:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.contact-image {
  padding-top: 50px;
}
/*---------------------------------------
     FOOTER              
  -----------------------------------------*/

footer {
  background: #252020;
  padding: 60px 0;
}

footer .section-title {
  padding-bottom: 10px;
}

footer h2 {
  font-size: 20px;
}

footer a,
footer p {
  color: #909090;
}

footer strong {
  color: #d9d9d9;
}

footer address p {
  margin-bottom: 0;
}

footer .social-icon {
  margin-top: 25px;
}

.footer-info {
  margin-right: 2em;
}

.footer-info h2 {
  color: #ffffff;
  padding: 0;
}

.footer_menu h2 {
  margin: 0;
}

.footer_menu ul {
  margin: 0;
  padding: 0;
}

.footer_menu li {
  list-style: none;
  margin: 5px 10px 5px 0;
}

.newsletter-form .form-control {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #303030;
  height: 50px;
  margin: 5px 0;
}

.newsletter-form input[type="submit"] {
  background: transparent;
  border: 1px solid #f9f9f9;
  border-radius: 50px;
  color: #ffffff;
  display: block;
  margin-top: 20px;
  outline: none;
  width: 50%;
}

.newsletter-form input[type="submit"]:hover {
  background: #29ca8e;
  border-color: transparent;
}

.newsletter-form .form-group span {
  color: #909090;
  display: block;
  font-size: 12px;
  margin-top: 20px;
}

/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
  margin-bottom: 5px;
}

.social-icon li a {
  border-radius: 100px;
  color: #29ca8e;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
  margin: 5px 5px 5px 0;
}

.social-icon li a:hover {
  background: #29ca8e;
  color: #ffffff;
}



.lead {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

.team-thumb-actions {
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.section-btn.btn-primary {
  border-color: #29ca8e;
  color: #29ca8e;
}
.section-btn.btn-primary:focus,
.section-btn.btn-primary:active,
.section-btn.btn-primary:focus:active,
.section-btn.btn-primary:hover {
  background: #29ca8e;
  color: #fff;
  border-color: #29ca8e;
}

.courses-thumb .lead,
.team-info .lead {
  margin-bottom: 10px;
}

.courses-thumb .lead strong,
.team-info .lead strong {
  color: #29ca8e;
}

section,
.section-background .item,
.section-background .courses-thumb,
.section-background .team-thumb,
main > section:nth-child(even) .item,
main > section:nth-child(even) .courses-thumb,
main > section:nth-child(even) .team-thumb,
main > section {
  background: #fff;
}

section .item,
section .courses-thumb,
section .team-thumb,
.section-background,
main > section .item,
main > section .courses-thumb,
main > section .team-thumb,
main > section:nth-child(even) {
  background: #f8f8f8;
}

.navbar-nav > li > .dropdown-menu {
  border-radius: 0;
  border: 0;
}

.input-group-btn > .btn {
  height: 45px;
}

.list {
  font-size: 16px;
  line-height: 1.6;
}
.list li {
  margin-bottom: 15px;
}

/* -----title----- */
.title {
  position: relative;
}

.title::after {
  content: "";
  background: #0092ad;
  width: 100px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* -------top banner------- */
.top-banner {
  height: 300px;
  position: relative;
}
.top-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.top-banner .container {
  z-index: 2;
  position: relative;
}

.banner {
  background-image: url(../images/hrms-benefits-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 60px;
}

/* -------home-services-card-------- */
.index-card {
  background-color: #3f51b5 !important;
  padding: 2rem;
  border-radius: 10px;
}
/* -------Job Opporunities------- */
.all-listing {
  padding: 1rem;
  margin: 1rem 0;
}

/* italic heading */
.italic-heading {
  font-style: italic;
  text-shadow: 3px 0px #8798eb;
}

.invert-1 {
  color: #ffc000;
  /* -webkit-text-stroke: 1px #000080; */
}
.invert-2 {
  color: #000080;
  /* -webkit-text-stroke: 1px #ffc000; */
}

.nexa {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 53px;
  font-weight: bold;
}

.hr {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 43px;
  font-weight: bold;
}
.slider-btn {
  border: 1px solid black;
  padding: 0.5rem;
  border-radius: 10px;
  box-shadow: 5px 5px 5px grey;
}

.head {
  font-size: 42px;
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
}
.sub-head {
  font-size: 24px;
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
}

.h-120 {
  height: 120px;
}

.contact-bg {
  background-image: url(../images/contact-us-2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.home-icon {
  width: 100px !important;
  margin: auto;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.about-img-1,
.about-img-3 {
  float: left;
  margin-right: 2rem;
  width: 25%;
  border-radius: 10px;
}
.about-img-2 {
  float: right;
  margin-left: 2rem;
  width: 25%;
  border-radius: 10px;
}
#lbtn-1:hover,
#lbtn-2:hover,
#lbtn-3:hover {
  cursor: pointer;
}
.mtabcontainer {
  display: none;
}
.video .owl-nav button.owl-prev {
  position: absolute;
  background-image: url(../images/arrow-left.png) !important;
  width: 10px;
  height: 14px;
  top: 32%;
  left: -100px;
  opacity: 1;
}

.video .owl-nav button.owl-next {
  position: absolute;
  background-image: url(../images/arrow-right.png) !important;
  width: 10px;
  height: 14px;
  top: 32%;
  right: -100px;
  opacity: 1;
}
.video .owl-nav button.owl-prev:hover,
.video .owl-nav button.owl-next:hover {
  background: transparent;
}
.video .owl-nav button.owl-prev span,
.video .owl-nav button.owl-next span {
  display: none;
}

#message>div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: skyblue;
    color: white;
}

/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }
  
  @media only screen and (max-width: 992px) {
    section,
    footer {
      padding: 60px 0;
    }
  
    .home-slider .item {
      background-position: center center;
    }
  
    .feature-thumb,
    .about-info,
    .team-thumb,
    .footer-info {
      margin-bottom: 50px;
    }
  
    .contact-image {
      margin-top: 50px;
    }
    .head {
      font-size: 35px;
    }
    .sub-head {
      font-size: 18px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }
  
    h1,
    h2,
    h3 {
      line-height: normal;
    }
  
    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }
  
    .custom-navbar .navbar-brand,
    .custom-navbar .nav li a {
      line-height: normal;
    }
  
    .custom-navbar .nav li a {
      padding: 10px;
    }
  
    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }
  
    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }
  
    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }
  
    .footer-info {
      margin-right: 0;
    }
  
    .footer-info.newsletter-form {
      margin-bottom: 0;
    }
  
    .entry-form {
      display: block;
      margin: 0 auto;
    }
  }
  
  @media only screen and (max-width: 580px) {
    h2 {
      font-size: 1.8em;
    }
  
    #testimonial .item {
      padding: 2em;
    }
  
    .contact-image {
      margin-top: 0;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 991px) and  (max-height:480px){
    .home-slider .item {
      height: 200vh;
    }
    .home-slider .item-first,
    .home-slider .item-second,
    .home-slider .item-third,
    .home-slider .item-fourth {
      height: 45%;
    }
    .top-banner .container {
    top: 22%;
}
  }
  
  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 2em;
    }
    .top-banner .container {
      top: 24%;
    }
    .head {
      font-size: 35px;
    }
    .sub-head {
      font-size: 18px;
    }
  
    #home h3 {
      font-size: 14px;
    }
  
    .entry-form {
      border-radius: 0;
      padding: 2em;
      max-width: 100%;
      max-height: 100%;
      width: inherit;
      height: inherit;
    }
  }
  /* @media screen and (orientation: portrait) and (max-width: 1199px) {
    #page {
      display: block !important;
    }
    #message {
      display: none !important;
    }
  
  }
  @media screen and (orientation: landscape) and (max-width: 1199px) {
    #page {
      display: none !important;
    }
    #message {
      display: block !important;
    }
  } */
  @media only screen and (max-width: 380px) {
    .home-slider .item {
      height: 100vh;
    }
    .video {
      padding-right: 20px;
      padding-left: 20px;
    }
    .video .owl-nav button.owl-prev {
      left: 0;
    }
    .video .owl-nav button.owl-next {
      right: 0;
    }
  }
  @media only screen and (max-width: 480px) {
    section {
      padding: 0;
    }
  
    .head {
      font-size: 35px;
    }
    .sub-head {
      font-size: 18px;
    }
    .home-slider .item-first,
    .home-slider .item-second,
    .home-slider .item-third,
    .home-slider .item-fourth {
      height: 45%;
    }
    .mx-5 {
      margin-left: 1rem !important;
      margin-right: 1rem !important;
    }
    .about-img-1,
    .about-img-2,
    .about-img-3 {
      width: 50%;
    }
    #L1 {
      width: 50%;
    }
    .mtabcontainer {
      display: block;
    }
    .home-slider .item {
      height: 90vh;
    }
  }
  @media (min-width: 768px) {
    .home-slider .col-md-6 {
      padding-left: 0;
    }
  }
  @media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }
        .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }
}