@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
 font-family: "Jost", sans-serif;
  color: #000;
	font-size: 18px;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1520px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  margin: auto;
}

.testimonial-sec .bg-dark{
background-color:#ffffff00 !important;
}
.object-cover {
  object-fit: cover;
}
.rounded-1 {
  border-radius: 10px !important;
}
.rounded-2 {
  border-radius: 20px !important;
}
.rounded-3 {
  border-radius: 30px !important;
}

.bg-dark {
  background-color: #000 !important;
}
.text-black-50 {
 color: #271736 !important;
}
.text-primary{
  color: #271736 !important;
}
.bg-primary{
  background-color: #02555D !important;
}
.bg-light{
  background-color: #F6F6F6 !important;
}
.text-warning{
  color: #c58432 !important;
}
.bg-secondary{
  background-color: #F3F5F7 !important;
}
.bg-warning{
  background-color: #C58432 !important;
}
.text-secondary{
   color: #989898 !important;
}


.fw-300 {
  font-weight: 300 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}

/* 0 */

.ls-001 {
  letter-spacing: -0.01em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-004 {
  letter-spacing: -0.04em;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
  letter-spacing: 0.2em;
}
.ls-300 {
  letter-spacing: 0.03em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-600 {
  letter-spacing: 0.06em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-004 {
  letter-spacing: -0.04em;
}

/* 0 */

/* 01 */
h1, .h1{
  font-size: 50px;
  line-height: 1.1;
}

.fs-13{
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-19 {
  font-size: 19px;
}
.fs-20 {
  font-size: 20px;
}
.fs-21 {
  font-size: 21px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}
.fs-25 {
  font-size: 25px;
}
.fs-28 {
  font-size: 28px;
}
.fs-30 {
  font-size: 30px;
}
.fs-32 {
  font-size: 32px;
}
.fs-35 {
  font-size: 35px;
}

.fs-40 {
  font-size: 40px;
}
.fs-44 {
  font-size: 44px;
}
.fs-45 {
  font-size: 45px;
}
.fs-50 {
  font-size: 50px;
}
.fs-55 {
  font-size: 55px;
}
.fs-60 {
  font-size: 60px;
}
.fs-64 {
  font-size: 64px;
}

/* 01 */

/* 02 */
.lh-0 {
  line-height: normal;
}
.lh-0-9 {
  line-height: 0.9;
}
.lh-1-1 {
  line-height: 1.1;
}
.lh-1-2 {
  line-height: 1.2;
}
.lh-1-3 {
  line-height: 1.3;
}
.lh-1-4 {
  line-height: 1.4;
}
.lh-1-5 {
  line-height: 1.5;
}
.lh-1-7 {
  line-height: 1.7;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-2 {
  line-height: 2;
}
/* 02 */
/* .text-shadow {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
} */
.btn {
    padding: 12px 39px;
    border: 1px solid;
    border-radius: 40px;
    font-size: 17px;
    line-height: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.btn-primary, .btn-warning:hover {
  background-color: #02555D;
  border-color: #02555D;
  color: #fff;
}
.btn-warning, .btn-primary:hover{
  background-color: #C58432;
  border-color: #C58432;
  color: #fff;
}
.sector-text a:hover, .footer-links ul li a:hover{
  color: #C58432 !important;
}
.footer-social ul li a:hover{
  color: #fff !important;
}

.login-btn {
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 60px;
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.welcome-btn {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    width: 250px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scroll header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #1c5d61 !important;
}
.navbar-brand {
  display: inline-block;
  width: 274px;
  z-index: 9;
}

.navbar-nav .nav-link {
padding: 0 !important;
    color: #fff;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.navbar-nav > li + li {
  margin-left: 30px;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #C58432;
}

button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #C58432;
  z-index: 99;
  color: #C58432;
}

button#ScrollToTop:hover {
  background: #C58432;
  color: #fff;
}


@media (min-width: 992px) {
  div#navbarOffcanvas {
    position: inherit !important;
    flex-direction: row;
    visibility: visible;
    width: auto;
    transform: translateX(0%);
    border-right: 0;
    margin-left: 0;
    background-color: transparent;
  }
  .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
/* .carousel-item::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 50%);
} */
 .banner-img, .sub-banner-wrap{
  border-radius: 0 0 320px 0;
 }
.banner-img::before, .sub-banner-wrap::before{
    content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 70%);
}
.sub-banner-wrap::before{
  background-color: rgb(2 85 93 / 80%);
}
.banner-group input{
  height: 50px;
}
.banner-btn{
  height: 60px;
  width: 100%;
    font-size: 18px;
  line-height: normal;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
}
.sector-wrap{
  border-radius: 40px !important;
}
.vacancies-wrap{
  border-radius: 0 0 90px 0 !important;
}

.testimonial-sec .row{
  border-radius: 150px 0;
}
.footer-links ul li a{
  color: #fff;
    font-size: 15px;
  line-height: 2;
  font-weight: 400;
padding: 0px !important;
}
/* 

.testimonial-sec{
  margin-bottom: -90px;
  position: relative;
}


*/

.inner-img
 {
    height: 550px;
}
.inner-img::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 55%;
    right: 0px;
    top: 0;
    background-color: #02555D;
    border-radius: 20px;
}
.inner-img img
 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 90%;
    width: 90% !important;
    right: 5%;
}
.abtinner-2 .inner-img::before {
    right: auto;
    left: 0;
    background-color: #C58432;
}
.form-group input
 {
    height: 60px;
    border-radius: 5px;
    border-color: #C7C7C7;
}
.form-group textarea {
    height: 140px;
    border-radius: 5px;
    border-color: #C7C7C7;
}
.upload-btn-wrapper input {
 opacity: 0;
}
.sector-wrap a.text-primary, .vacancies-text span i{
  color: #02555D !important;
}
@media(max-width:1500px){
  .navbar-brand {
    width: 200px;
}
.navbar-nav .nav-link
 {
    font-size: 12px;
}
.navbar-nav > li + li
 {
    margin-left: 22px;
}
.login-btn {
    font-size: 12px;
    width: 85px;
    height: 35px;
}
h1, .h1
 {
    font-size: 40px;
    line-height: 1.1;
}
.fs-45 {
    font-size: 35px;
}
.banner-group input {
    height: 45px;
}
.banner-btn {
    height: 45px;
    font-size: 15px;
}
.banner-img {
    height: 800px;
    border-radius: 0 0 150px 0;
}
.banner-sec .container{
  bottom: 5% !important;
}
.fs-50
 {
    font-size: 40px;
}
.fs-30 {
    font-size: 25px;
}
.fs-15
 {
    font-size: 14px;
}
.fs-28
 {
    font-size: 22px;
}
.fs-16 {
    font-size: 14px;
}
.welcome-btn {
    font-size: 15px;
    width: 220px;
    height: 45px;
}
.btn
 {
    padding: 9px 25px;
    font-size: 14px;
}
.fs-18 {
    font-size: 18px;
}
.footer-links ul li a
 {
    font-size: 13px;
}
.fs-25 {
    font-size: 20px;
}
.fs-44
 {
    font-size: 38px;
}
.inner-img
 {
    height: 500px;
}
.fs-60 {
    font-size: 45px;
}
.form-group input
 {
    height: 55px;
}
.form-group textarea {
    height: 120px;
}
}

@media(max-width:1199px){
  .navbar-brand {
        width: 160px;
    }
.navbar-nav .nav-link {
        font-size: 10px;
    }
.navbar-nav > li + li
 {
        margin-left: 18px;
    }
    .login-btn {
        font-size: 10px;
        width: 75px;
        height: 30px;
    }
    h1, .h1 {
        font-size: 35px;
    }
    .fs-45 {
        font-size: 28px;
    }
    .banner-btn {
        font-size: 13px;
    }
    .banner-img {
        height: 600px;
    }
    .fs-50 {
        font-size: 35px;
    }
    .fs-30 {
        font-size: 20px;
    }
.fs-15 {
        font-size: 12px;
    }
.fs-28 {
        font-size: 18px;
    }
.welcome-btn {
        font-size: 12px;
        width: 180px;
        height: 40px;
    }
    .btn{
        padding: 7px 20px;
        font-size: 11px;
    }
        .fs-18 {
        font-size: 13px;
    }
    .footer-links ul li a {
        font-size: 12px;
    }
.fs-25
 {
        font-size: 16px;
    }
    .inner-img
 {
    height: 450px;
}
.fs-44
 {
        font-size: 32px;
    }
  .sub-banner-wrap
 {
    border-radius: 0 0 150px 0;
    height: 300px;
}
.fs-60 {
    font-size: 40px;
}
.form-group input
 {
    height: 50px;
}
.welcome-text img {
  width: 200px;
}
}

@media (max-width: 991px) {
  .navbar-toggler {
    font-size: 25px;
    padding: 0;
    color: #fff;
  }
  .navbar-nav .nav-link {
    margin: 8px 0px;
  }

  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  div#navbarOffcanvas {
    background-color: #000;
    border-right: 0 !important;
    padding: 35px !important;
    width: 300px;
  }
  .navbar-nav > li + li {
    margin-left: 0;
  }

  .offcanvas-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    /* filter: brightness(1) invert(0); */
    opacity: 1;
  }
  .offcanvas-header {
    padding: 0;
  }
      h1, .h1 {
        font-size: 32px;
    }
.social-links
 {
    top: 10% !important;
}
    .fs-45 {
        font-size: 21px;
    }
    .fs-50 {
        font-size: 32px;
    }
    .fs-30 {
        font-size: 18px;
    }
    .inner-img
 {
    height: 400px;
}
}

@media(max-width:767px){
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }
      h1, .h1 {
        font-size: 24px;
    }
        .social-links {
        top: 25% !important;
    }
    .fs-50 {
        font-size: 28px;
    }
    .inner-img
 {
    height: 350px;
}
.abtfull-wrap
 {
    height: 280px;
}
.fs-60 {
    font-size: 38px;
}
.form-group input
 {
    height: 45px;
}
.form-group textarea {
    height: 110px;
}
.fs-44 {
  font-size: 28px;
}
	.banner-img {
    height: 740px;
}
}

@media(max-width:575px){
      .welcome-btn {
        font-size: 10px;
    }
    .inner-img
 {
    height: 300px;
}
.fs-60 {
    font-size: 32px;
}
}
