html,
body {
    background: #17273a;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}

@font-face {
    font-family: 'AlgerianRegular';
    src: url('/assets/fonts/ALGER.TTF') format("truetype");
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.h-style {
    font-family: 'AlgerianRegular';
}

.h-85 {
    height: 85% !important;
}

.navbar {
    height: 90px;
}

.navbar-default {
    background-color: rgba(23, 39, 58, .5);
    border-color: #080808;
}

.navbar-brand {
    padding: 5px 20px;
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    /*height: 90px;*/
    line-height: -moz-block-height;
}

.navbar-brand img {
    max-height: 70px;
    /*max-width: 80px;*/
}

/*.navbar-default .navbar-nav>li>a:hover,*/
.navbar-default .navbar-nav>li>a {
    font-weight: 700;
    color: #00a63f;
    border-left: 1px ;
    border-right: 1px solid transparent;
    border-radius: 0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.navbar-default .navbar-nav .dropdown .dropdown-menu>li>a {
    font-weight: 700;
    color: #00a63f;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.navbar-default .navbar-nav .dropdown .dropdown-menu>li>a:hover {
    font-weight: 700;
    color: rgba(255 215 0);
    border: 1px solid;
    background-color: rgba(23, 39, 58, .85);
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.navbar-default .navbar-nav>li>a:hover{
    font-weight: 700;
    color: rgba(255 215 0);
    border-left: 1px solid;
    border-right: 1px solid;
    border-radius: 10px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.navbar-default .navbar-nav>.active>a {
    color: #026f52;
    font-weight: 700;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #026f52;
    background-color: rgba(143, 179, 202, .75);
    font-weight: 700;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.scrollTop {
    position: fixed;
    right: 10%;
    bottom: 10px;
    background-color: #BE3F48;
    padding: 20px;
    opacity: 0;
    transition: all 0.6s ease-in-out 0s;
    z-index: 999;
}

.scrollTop a {
    font-size: 18px;
    color: #fff;
}

#about {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(/images/backgrounds/background-white.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.background-dot {
    background-image: url(/images/backgrounds/bg_pattern-dot.png);
    background-attachment: fixed;
}

#about .category p {
    text-decoration: none;
    color: #35404f;
    display: inline-block;
    padding: 5px 20px;
    margin: 1px;
    border-radius: 4px;
    margin-top: 6px;
    background-color: transparent;
    border: outset 1px #35404f;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

#about .category p:hover {
    box-shadow: 0 .8rem 2rem rgba(0, 0, 0, .15) !important;
    color: #2980b9;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

#safety {
    background-color: #35404f;
    padding-top: 30px;
    padding-bottom: 30px;
    color: rgba(205, 208, 215, 1);
    background-image: url(/images/backgrounds/background-blue.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#self {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(/images/backgrounds/background-white.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#clients {
    background-color: #35404f;
    padding-top: 30px;
    padding-bottom: 30px;
    color: rgba(205, 208, 215, 1);
    /*color: rgba(205, 208, 215, .5);*/
    background-image: url(/images/backgrounds/background-blue.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#clients h2 {
    /*border-bottom: 2px solid silver;*/
    display: inline-block;
    margin-bottom: 15px;
}

#clients img {
    /*max-width: 80%;*/
    max-height: 80%;
}

.content-center {
    justify-content: center;
    display: flex;
}

.thumbnail-h-style {
    border-top: 3px solid #999;
    border-bottom: 1px groove #999;
    border-radius: 5px;
}


/*==== Know Us ====*/

.our-team {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.our-team .pic:before {
    content: "";
    /*background: #716a9e;*/
    background: rgba( 46, 134, 193, .6);
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 0.78;
    transform: scale(0);
    transition: all 0.3s ease-in-out 0s;
}

.our-team:hover .pic:before {
    transform: scale(1);
}

.our-team .pic img {
    width: 100%;
    height: auto;
}

.our-team .social {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 40%;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}

.our-team:hover .social {
    opacity: 1;
}

.our-team .social li {
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.our-team .social li:nth-child(1) {
    transform: translate3d(22px, -19px, 0px);
}

.our-team:hover .social li:nth-child(1) {
    transform: translate3d(62px, -19px, 0px);
}

.our-team .social li:nth-child(2) {
    transform: translate3d(36px, 38px, 0px);
}

.our-team:hover .social li:nth-child(2) {
    transform: translate3d(36px, 8px, 0px);
}

.our-team .social li:nth-child(3) {
    transform: translate3d(-18px, -75px, 0px);
}

.our-team:hover .social li:nth-child(3) {
    transform: translate3d(-18px, -46px, 0px);
}

.our-team .social li:nth-child(4) {
    transform: translate3d(-5px, -19px, 0px);
}

.our-team:hover .social li:nth-child(4) {
    transform: translate3d(-43px, -19px, 0px);
}

.our-team .social li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #333;
    font-size: 16px;
    color: #fff;
    margin: 0 15px 0 0;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out 0s;
}

.our-team .social li a:hover {
    line-height: 35px;
    background: #fff;
    color: #333;
    transform: rotate(-45deg);
}

.our-team .social li a i {
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out 0s;
}

.our-team .social li a:hover i {
    transform: rotate(45deg);
}

.our-team .team-content {
    padding: 15px 10px;
    background: #fff;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.our-team .title {
    /*font-size: 18px;*/
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 12px 0;
}

.our-team small {
    display: block;
    font-size: 14px;
    color: #999 !important;
    margin-bottom: 8px;
}

.our-team .team-layer {
    width: 100%;
    padding: 34px 10px;
    background: #f7f7f7;
    border-bottom: 2px solid #716a9e;
    position: absolute;
    bottom: -50px;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}

.our-team:hover .team-layer {
    bottom: 0;
    opacity: 1;
}

.our-team .team-layer a {
    display: inline-block;
    /*font-size: 18px;*/
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    transition: all 0.3s ease-in-out 0s;
}

.our-team .team-layer a:hover {
    color: #716a9e;
}

.our-team .post {
    display: block;
    font-size: 14px;
    color: #999 !important;
    text-transform: capitalize;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 35px;
    }
}

.well {
    min-height: 0;
    padding: 0;
}


/*==== ./Know Us End ====*/


/*==== Gallery ====*/

#gallery {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(/images/backgrounds/background-white.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
}

.gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}

@media (max-width: 400px) {
    .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}

.green {
    background-color: #6fb936;
}

.thumb {
    margin-bottom: 20px;
}

.page-top {
    margin-top: 150px;
}

img.zoom {
    width: 200px;
    height: 300px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.image-box {
    justify-content: center;
}

.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    color: #000;
}

.modal-footer {
    display: none;
}

#demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}


/*==== ./Gallery End ====*/


/* ==== Safety Section Start ==== */

#safety-sec {
    margin-top: 90px;
}

.safety {
    background-image: url(/images/backgrounds/background-white.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.safety-content:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-image: url('../images/HSE.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    -ms-background-size: 40%;
    -o-background-size: 40%;
    -moz-background-size: 40%;
    -webkit-background-size: 40%;
    background-size: 40%;
}

.sticky-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}


/* ==== ./Safety Section End ==== */


/* ==== ./Quality Section Start ==== */

#quality-sec {
    margin-top: 90px;
    margin-bottom: 50px;
}

.quality-content:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url('../images/qa1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    -ms-background-size: 40%;
    -o-background-size: 40%;
    -moz-background-size: 40%;
    -webkit-background-size: 40%;
    background-size: 40%;
}

#contact {
    background-image: url(/images/backgrounds/background-blue.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.quality-card {
    background-image: url(/images/backgrounds/background-white.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


/* ==== ./Quality Section End ==== */

.odometer {
    border-bottom: .25rem solid #343a40 !important;
}

#app {
    background-image: linear-gradient(to right, rgba(23, 32, 42, 0.8), rgba(23, 32, 42, 0.8)), url(/images/backgrounds/R.jfif);
    background-size: cover;
    background-attachment: fixed;
}
.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
  }
.sfty-gallery {
    background-image: url(/images/backgrounds/R.jfif);
    background-size: cover;
    background-attachment: fixed;
}

#action-sec {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(/images/backgrounds/background-white.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#clients .thumbnail {
    height: 100px;
}

.b-style {
    width: 100%;
    border-radius: 10px;
    margin-top: 30px;
}

.well {
    background-color: transparent;
}

.border-circle {
    border-radius: 50%;
}

#images-wrapper {
    line-height: 0;
    -webkit-column-count: 5;
    -webkit-column-gap: 0px;
    -moz-column-count: 5;
    -moz-column-gap: 0px;
    column-count: 5;
    column-gap: 0px;
}

#images-wrapper img {
    width: 100% !important;
    height: auto !important;
}

#images-wrapper {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}

.team-card {
    background-image: url(/images/backgrounds/background-blue.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (max-width: 1000px) {
    #images-wrapper {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 800px) {
    #images-wrapper {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    #navbarTogglerDemo02 {
        /* background-color: rgba(248, 248, 248, .75); */
        background-color: rgba(23, 32, 42, 0.5);
        padding-left: 5px;
    }
}

@media (max-width: 400px) {
    #images-wrapper {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    #navbarTogglerDemo02 {
        background-color: rgba(248, 248, 248, .75);
        padding-left: 5px;
    }
}


/* ==== Gallery lightbox ==== */

.mdb-lightbox.no-margin [class*="col-"] {
    padding: 0;
}

.mdb-lightbox figure {
    float: left;
    margin: 0;
}


/* ==== ./Gallery lightbox ==== */
.mcard {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: rgba(23, 32, 42, 0.5);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid #636363;
    border-radius: var(--bs-card-border-radius);
    color:rgba(205, 208, 215, 1);
}

.width-1{
    width: 1rem;
}
.width-2{
    width: 2rem;
}

.width-3{
    width: 3rem;
}

.width-4{
    width: 4rem;
}

.ms-btn-close{
    background: transparent;
    font-size:1.2rem;
    border: none;
    color: rgba(255,255,255,0.5)!important;
}

.ms-modal-content{
    background:rgba(23,39,58, 0.8);
    border: 1px solid rgba(255,255,255,0.4);
    color: rgba(255,255,255,0.5)!important;
}

.ms-border-success{
    border-color: #047A37 !important;
}

/* .ms-text-success{
    color: #047A37 !important;
} */

.odd{
    background-color: rgba(248, 249, 250, 0.7) !important;
}

.ms-badge{
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-border-radius: 0.375rem;
    --bs-btn-success: #047A37;
    --bs-btn-info: #0dcaf0;
    --bs-btn-danger: #dc3545;
    --bs-btn-primary: #0d6efd!important;
    --bs-btn-secondary: #6c757d!important;
    --bs-btn-dark: #212529!important;
    --bs-btn-hover-color: #fff;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}

.ms-badge-dark{
    color: var(--bs-btn-dark);
}

.ms-badge-primary{
    color: var(--bs-btn-primary);
}

.ms-badge-secondary{
    color: var(--bs-btn-secondary);
}

.ms-badge-info{
    color: var(--bs-btn-info);
}

.ms-badge-success{
    color: var(--bs-btn-color);
}

.ms-badge-danger{
    color: var(--bs-btn-danger);
}



.ms-badge:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.active{
    border-color: rgb(255 215 0) !important;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.ms-text{
    color: rgb(255 215 0) !important;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.ms-text-light{
    color: rgba(205, 208, 215, 1);
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.text-grey{
    color: rgba(205, 208, 215, 1) !important;
}

/* a.ms-text-light:hover{
    color: rgb(255 215 0) !important;
} */

.ms-text-success{
    color : #00a63f !important;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;

}

.social li a:hover{
    color: rgb(255 215 0) !important;

}

.packages{
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.packages:hover{
    border-color: rgb(255 215 0) !important;
    box-shadow: 0 0.75rem 1rem rgb(255 215 0 / 20%) !important;
}

.package-tile{
    background: transparent !important;
    transition: 0.5s;
}


/*Profile card*/
/*.profile-card-2 {
    max-width: 300px;
    background-color: #FFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    background-position: center;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
    border-radius: 10px;
}

.profile-card-2 img {
    transition: all linear 0.25s;
}

.profile-card-2 .profile-name {
    position: absolute;
    left: 30px;
    bottom: 70px;
    font-size: 30px;
    color: #FFF;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-icons {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #FFF;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-username {
    position: absolute;
    bottom: 50px;
    left: 30px;
    color: #FFF;
    font-size: 13px;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-icons .fa {
    margin: 5px;
}

.profile-card-2:hover img {
    filter: grayscale(100%);
}

.profile-card-2:hover .profile-name {
    bottom: 80px;
}

.profile-card-2:hover .profile-username {
    bottom: 60px;
}

.profile-card-2:hover .profile-icons {
    right: 40px;
}
*/

.team-card {
    position: relative;
    width: 100%;
    max-width: 250px;
    height: 100%;
    overflow: hidden;
  }

  .image {
    display: block;
    width: 100%;
    height: auto;
  }

  .team-card .image {
        transition: all linear 0.35s;
        height: 28vh;
    }

  .team-card:hover .image {
        filter: grayscale(80%);
    }

    .team-card:hover .team-overlay::before{
        opacity: 1;
    }

    .team-card:hover .team-overlay{
        height:7.5vh;
    }

  .team-overlay {
    border-top: 2px solid rgb(255 215 0) !important;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Black see-through */

    color: #f1f1f1;
    width: 35vh;
    transition: .5s ease;
    opacity:1;
    color: white;
    font-size: .8rem;
    padding: 10px;
    text-align: center;
    rotate: -8deg;
    translate: -4vh 2vh;
    height: 13.8vh;
  }

  .team-overlay::before {
    content: "";
    position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
    background:linear-gradient( rgba(28, 34, 38, 0.5), rgba(28, 34, 38, 0.5)), url(/images/backgrounds/blue-abstract.jpg) no-repeat center;
    background-size: cover;
    opacity: 0.65;
  }

  .team-card-col{
    padding: 0;
  }

  @media screen and (max-width: 992px) {/*TAB*/

  }

  @media screen and (max-width: 600px) {/*MOBILE*/
    .team-card {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 100%;
        overflow: hidden;
      }

      .team-card-col{
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
      }

    .team-overlay {
        position: absolute;
        bottom: 0;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.5);
        color: #f1f1f1;
        width: 110%;
        transition: .5s ease;
        opacity: 1;
        color: white;
        font-size: .8rem;
        padding: 10px;
        text-align: center;
        rotate: -8deg;
        translate: -1vh 3vh;
        height: 38%;
      }
  }

  .team-overlay p{

    rotate: 8deg;
    margin: 0;
    margin-left: -2vh;
    /* translate: 13px 2vh; */
  }

  .team-card:hover .team-overlay {
    opacity: 1;
  }
