.home-banner{
    min-height: 90vh;
}

.home-banner-control-next, .home-banner-control-prev {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .5s ease-in-out;
    padding: 10px;
}

.home-banner-control-next:hover, .home-banner-control-prev:hover {
    color: #fff;
    /* background: #008D9A; */
    opacity: .5;
    transition: opacity .5s ease-in-out;
}

.home-banner-control-next {
    margin-left: .5rem;
}

.home-banner-control-prev {
    margin-right: .5rem;
}

.home-banner-controls {
    position: absolute;
    left: 0px;
    bottom: -1px;
    display: flex;
    width: fit-content;
    background: #fff;
    padding: 1rem;
}

.home-banner-video {
    max-height: 70vh;
    overflow: hidden;
}

.h-80-vh{
    min-height: 80vh;
}

.h-60-vh{
    min-height: 70vh;
}

.desktop-options a[role="button"]  {
    /* display: none; */
}

.banner-item-container {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

}

.carousel-item-text-container {
    background: #000;
    width: 50%;
    color: #fff;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
    padding: 100px;

    border-bottom-left-radius: 100px;
}

.overflow-inherit {
    overflow: inherit !important;
}

.carousel-item-text-service {
    font-family: Titillium;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    color: #008D9A;
}

.carousel-item-text-title {
    font-family: Titillium;
    font-weight: 400;
    font-size: 45px;
    font-style: normal;
    line-height: 60px;
    color: #FFFFFF;
}

.read-more-bg {
    text-decoration: none;
    font-family: Titillium;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    color: #FFFFFF;
}

.read-more-bg:hover {
    color: #008D9A;
}

.read-more-bg>span::before {
    content: ' ';
    display: inline-block;
    background: #505050;
    width: 20px;
    height: 14px;
    position: absolute;
    bottom: 0px;
    z-index: -1;
}

.read-more-bg>span {
    position: relative;
    
}

.home-our-mission {
    background: #F2F5F7;
    padding: 200px 0px 0px 0px;
    text-align: center;
}


.our-mission-title {
    font-family: Titillium;
    font-weight: 800;
    font-size: 40px;
    font-style: normal;
    line-height: 32px;
    color: #000000;
}

.our-mission-subtitle {
    font-family: Titillium;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    color: #444444;
    line-height: 33px;
}

.our-mission-text {
    font-family: Titillium;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    color: #444444;
    line-height: 33px;
}

.our-mission-text-line {
    font-family: Titillium;
    font-weight: 800;
    font-size: 16px;
    font-style: normal;
    color: #444444;
    line-height: 33px;
}

.text-line::before {
    display: inline-block;
    content: '';
    width: 100px;
    border-top: 1px solid #444444;
    margin-right: 10px;
    margin-bottom: 4px;
}

.home-our-mission-item {
    padding-top: 100px;
}

.home-our-mission-item-left {
    background: #008D9A;
    padding: 150px;
    text-align: left;
    padding-right: 100px;
    padding-left: 150px;
}

.home-our-mission-item-left-about {
    font-family: Titillium;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    color: #E5E5E5;
}

.home-our-mission-item-left-title {
    font-family: Titillium;
    font-weight: 400;
    font-size: 40px;
    line-height: 32px;
    font-style: normal;
    color: #fff;
}

.home-our-mission-item-left-text {
    font-family: Titillium;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    color: #E5E5E5;
}
/* If default button is black */
.read-more-lines {
    font-family: Titillium;
    font-weight: 400;
    font-size: 14;
    font-style: normal;
    color: #fff;
    padding: .6rem 1rem;
    background: #000;
    margin-top: 2rem;
    text-decoration: none;
    display: inline-block;
    position: relative;
    min-height: 32px;
    transition: all .8s ease;

    border-bottom-right-radius: 1rem;

}

.read-more-lines:hover {
    color: #fff;
    background: #008D9A;
    text-decoration: none;
}

.read-more-lines::after {
    content: ' ';
    height: 100%;
    border-right: 1px solid #000;
    position: absolute;
    right: -5px;
    bottom: -10px;
    transition: all 0.8s ease;
}

.read-more-lines:hover:after {
    content: ' ';
    height: 100%;
    border-right: 1px solid #008D9A;
    position: absolute;
    right: -5px;
    bottom: -10px;
}

.read-more-lines::before {
    content: ' ';
    width: 100%;
    border-bottom: 1px solid #000;
    position: absolute;
    right: -10px;
    bottom: -5px;
    transition: all 0.8s ease;
}

.read-more-lines:hover::before {
    content: ' ';
    width: 100%;
    border-bottom: 1px solid #008D9A ;
    position: absolute;
    right: -10px;
    bottom: -5px;
}

/* if default button is green  */

.read-more-green-lines {
    font-family: Titillium;
    font-weight: 400;
    font-size: 14;
    font-style: normal;
    color: #fff;
    padding: .6rem 1rem;
    background: #008D9A;
    margin-top: 2rem;
    text-decoration: none;
    display: inline-block;
    position: relative;
    min-height: 32px;
    transition: all .8s ease;

    border-bottom-right-radius: 1rem;

}

.read-more-green-lines:hover {
    color: #008D9A;
    background: #fff;
    text-decoration: none;
}

.read-more-green-lines::after {
    content: ' ';
    height: 100%;
    border-right: 1px solid #008D9A;
    position: absolute;
    right: -5px;
    bottom: -10px;
    transition: all 0.8s ease;
}

.read-more-green-lines:hover:after {
    content: ' ';
    height: 100%;
    border-right: 1px solid #fff;
    position: absolute;
    right: -5px;
    bottom: -10px;
}

.read-more-green-lines::before {
    content: ' ';
    width: 100%;
    border-bottom: 1px solid #008D9A;
    position: absolute;
    right: -10px;
    bottom: -5px;
    transition: all 0.8s ease;
}

.read-more-green-lines:hover::before {
    content: ' ';
    width: 100%;
    border-bottom: 1px solid #fff ;
    position: absolute;
    right: -10px;
    bottom: -5px;
}

.read-more-white-lines {
    font-family: Titillium;
    font-weight: 400;
    font-size: 14;
    font-style: normal;
    color: #008D9A;
    padding: .6rem 1rem;
    background: #fff;
    margin-top: 2rem;
    text-decoration: none;
    display: inline-block;
    position: relative;
    min-height: 32px;
    transition: all 0.8s ease;

}

.read-more-white-lines:hover {
    color: #fff;
    text-decoration: none;
    opacity: .7;
    background: #000;

}

.read-more-white-lines::after {
    content: ' ';
    height: 100%;
    border-right: 1px solid #fff;
    position: absolute;
    right: -5px;
    bottom: -10px;
    transition: all 0.8s ease;
}

.read-more-white-lines::before {
    content: ' ';
    width: 100%;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: -10px;
    bottom: -5px;
    transition: all 0.8s ease;
}

.read-more-white-lines:hover:after {
    content: ' ';
    height: 100%;
    border-right: 1px solid #000;
    position: absolute;
    right: -5px;
    bottom: -10px;
}

.read-more-white-lines:hover:before {
    content: ' ';
    width: 100%;
    border-bottom: 1px solid #000;
    position: absolute;
    right: -10px;
    bottom: -5px;
}


.home-our-mission-item-right-image {
    width: fit-content;
    margin-left: -100px;
    width: fit-content;
    /*! margin-top: 100px; */
    margin-top: auto;
}

.home-our-mission-item-right-bg-white{
    height: 115%;
    background: #FFFFFF;
    width: 150%;
    background: #FFFFFF;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.position-relative {
    position: relative;
}

main{

    overflow: hidden;
}

.home-statistics {
    background: #000;
    padding: 100px;
    text-align: center;
}
.stat-value {
    font-family: Titillium;
    font-weight: 400;
    font-size: 40px;
    font-style: normal;
    color: #A19F9F;
}

.stat-label{
    font-family: Titillium;
    font-weight: 700;
    font-size: 18px;
    font-style: normal;
    color: #fff;
}

.home-stat-1{
    
}

.home-stat-2{
    border-left: 1px solid #979797;
    border-right: 1px solid #979797;
}

.home-stat-3{

}

.home-our-groups {
    padding: 100px 0px 0px 0px;
}
.home-our-group-left-side {
    border-top: 5px solid #008D9A;
    padding-top: 50px;
}

.home-our-group-left-side-title {
    font-family: Titillium;
    font-weight: 800;
    font-size: 40px;
    font-style: normal;
    line-height: 32px;
    color: #000000;
}

.home-our-group-left-side-text {
    font-family: Titillium;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    line-height: 32px;
    color: #444444;
}

.home-our-group-left-side-link {
    border-top: 5px solid #008D9A;
}

.our-groups-car-item-parent {
    background: #fff;
    padding: 100px 0px;
}

.our-groups-car-item {
    background: #F2F5F7;
}

.home-our-group-item-text-container {
    padding: 50px;
}

.home-our-group-item-title {
    font-family: Titillium;
    font-weight: 600;
    font-size: 30px;
    font-style: normal;
    line-height: 32px;
    color: #444444;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.home-our-group-item-title>span {
    font-family: Titillium;
    font-weight: 700;
    font-size: 100px;
    font-style: normal;
    line-height: 32px;
    color: #D9DDDE;
    position: absolute;
    left: -40px;
    z-index: -1;
}

.home-our-group-item-text {
    font-family: Titillium;
    font-weight: 300;
    font-size: 13px;
    font-style: normal;
    line-height: 32px;
    color: #444444;
}


.home-our-group-banner-control-next, .home-our-group-banner-control-prev {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .5s ease-in-out;
}

.home-our-group-banner-control-next {
    border-left: 1px solid #E0E2E3;
    padding: 1rem;
}

.home-our-group-banner-control-prev:hover, .home-our-group-banner-control-next:hover {
    opacity: .6;
}

.home-our-group-banner-controls {
    position: absolute;
    right: 0px;
    top: 0;
    display: flex;
    width: fit-content;
    background: #fff;
    border: 1px solid #E0E2E3;
}

.home-our-group-carr-image {
    transform: translateY(calc(-100px));
}

.home-our-group-left-link {
    padding: .7rem 1rem;
    color: #008D9A;
    border: 1px solid #E0E2E3;
    text-decoration: none;
    border-bottom-right-radius: 1rem;
}

.home-our-group-left-link:hover {
    padding: .7rem 1rem;
    color: #008D9A;
    border: 1px solid #000;
    text-decoration: none;
    opacity: .8;
}

.home-our-group-left-link::after {
    content: ' ';
    width: 40px;
    height: 16px;
    background-image: url(/assets/img/next.png);
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 13px;
    top: 2px;
    position: relative;
}

/* Careers style */

.home-our-careers {
    background: #008D9A;
    padding: 70px 0px;
}

.latest-jobs {
    background: #016E79;
    padding: 50px;
    margin-right: -70px;
    bottom: -50px;
    z-index: 4;
    position: relative;
}
.job-image {
    width: 70px;
    height: 70px;
    overflow: hidden;
    text-align: center;
}

.latest-job-career-text {
    font-family: Titillium;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 32px;
    color: #DFDFDF;
}

.latest-job-title {
    font-family: Titillium;
    font-weight: 400;
    font-size: 40px;
    font-style: normal;
    line-height: 32px;
    color: #fff;
}

.job-title {
    font-family: Titillium;
    font-weight: 600;
    font-size: 18px;
    font-style: normal;
    line-height: 32px;
    color: #fff;
}

.job-text {
    font-family: Titillium;
    font-weight: 300;
    font-size: 13px;
    font-style: normal;
    line-height: 32px;
    color: #fff;
}

.read-more-green-bg{
    font-family: Titillium;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.read-more-green-bg:hover{
    color: #008D9A;
}

.read-more-green-bg> span::before {
    content: ' ';
    display: inline-block;
    background: #008D9A;
    width: 20px;
    height: 14px;
    position: absolute;
    bottom: 0px;
    z-index: -1;
    left: -2px;
}

.read-more-green-bg > span {
    position: relative;
    z-index: 1;
}

/* Arround the world title */

.arround-the-world{
    padding: 70px 0px;
}
.arround-world-title {
    font-family: Titillium;
    font-weight: 400;
    font-size: 40px;
    font-style: normal;
    line-height: 52px;
    color: #000;
    text-decoration: none;
    position: relative;
}

.arround-world-text {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    line-height: 32px;
    color: #444444;
    text-decoration: none;
    position: relative;
}

.arround-world-dots > span {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 1px;
    background: #008D9A;
    margin: 4px;
}

/* Our blog css */

.our-blog {
    padding: 70px 0px;
    background: #F2F5F7;
}

.text-our-blog {
    font-family: Titillium;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 32px;
    color: #008D9A;
    position: relative;
}

.our-blog-title {
    font-family: Titillium;
    font-weight: 400;
    font-size: 40px;
    font-style: normal;
    line-height: 48px;
    color: #000;
    position: relative;
}


.new-card-title {
    font-family: Titillium;
    font-weight: 600;
    font-size: 21px;
    font-style: normal;
    line-height: 32px;
    color: #000;
    position: relative;
    /* limit text lines */
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}

.new-card-text {
    font-family: Titillium;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    line-height: 32px;
    color: #444444;
    position: relative;
    /* limit text lines */
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.new-card-date {
    font-family: Titillium;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    line-height: 32px;
    color: #008D9A;
    position: relative;
}

.new-card {
    border: none;
    border-radius: 0px;
    text-decoration: none;
}

.new-card-body {
    padding: 32px;
}

.radius-0 {
    border-radius: 0px;
}

/* contact-us section styles */

.contact-us {
    padding: 70px 0px 150px 0px;
}

.get-in-touch-text {
    font-family: Titillium;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 32px;
    color: #444444;
    position: relative;
}

.contact-addresses-text {
    font-family: Titillium;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    line-height: 32px;
    color: #878787;
    position: relative;
}

.pr-2 {
    padding-right: 2rem;
}

/* .get-in-touch-form-input {} */

.get-in-touch-form-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #C2C2C2;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0px;
  font-family: Titillium;
}

.get-in-touch-form-input:focus,
.get-in-touch-form-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}


/* Responsive design */

@media only screen and (max-width: 768px) {
    .home-our-mission-item-left{
        background: #008D9A;
        padding: 70px;
        text-align: left;
        padding-right: 100px;
    }
    .carousel-item-text-container{
        padding: 18px;
    }
    
}

@media only screen and (max-width: 580px) {
    .home-stat-2 {
        border: 0px;
    }

    .blog-left-img {
        height: 225px;
    }
    .blog-left-img > img {
        height: auto;
        width: 100%;
    }
    .col-md-1 > img {
        padding-left: 1rem;
    }
    .carousel-item-text-container{
        width: 80%;
    }
    .h-80-vh {
        min-height: 50vh;
    }

    .h-60-vh {
        min-height: 50vh;
    }

    .home-banner {
        min-height: 50vh;
    }
    .home-our-mission-item-left {
        padding-left: 1rem;
    }
}



.carousel-item-text-container {
    background-image: url(/assets/img/logo-dark.png);
    background-repeat: no-repeat;
}


.arround-the-world .container .ref .image {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin: auto;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 2rem;
}

.arround-the-world .container .ref .titles {
    font-family: Titillium;
    font-weight: 600;
    font-size: 18px;
    font-style: normal;
    line-height: 32px;
    color: #fff;
}

.arround-the-world .container .ref .descr {
    font-family: Titillium;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 32px;
    color: #fff;
}
.arround-the-world .container .ref {
    padding: 2rem;
}
