.header-wrap {
    background: #fff;
}
.header-top {
    background: var(--Blue);
    padding: 15px 0;
}
.main-logo img {
    max-width: 310px;
}
.ht-left a {
    margin-right: 10px;
}
.social-links a {
    margin-left: 10px;
    text-decoration: none;
    color: #fff;
}
.ht-left img {
    max-width: 22px;
}
.header-top a {
    text-decoration: none;
    color: #fff;
}
.header-bottom {
    padding: 10px 0;
}
.ht-menu a {
    border-left: solid 1px #fff;
    display: inline-block;
    padding: 0 10px;
}
.main-menu ul {
    display: inline-flex;
    align-items: center;
    align-items: flex-end;
}
.main-menu ul li a {
    color: var(--Black);
    font-size: 1.2em;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 15px;
    font-family: var(--ADLaM);
    position: relative;
}
.main-menu ul li a.active {
    color: var(--Blue);
}
.main-menu ul li a.active:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translate(-50%, 0);
    background: var(--Blue);
    height: 5px;
    width: 30px;
    border-radius: 20px;
}
.main-menu ul li:last-child a {
    padding-right: 0;
}
.banner-wrap {
    height: 800px;
}
.banner-slider {
    height: 800px;
}
.banner-slider .owl-stage-outer,
.banner-slider .owl-stage,
.banner-slider .owl-item {
    height: 100%;
}
.banner-flex {
    height: 550px;
    z-index: 2;
    position: relative;
}
.banner-flex .lblue-btn {
    font-weight: 600;
}
.banner-item {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-attachment: fixed !important;
    height: 100%;
}
.banner-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 30%);
    z-index: 1;
}

.mxw-900 {
    max-width: 900px;
}
.services-wrap {
    position: relative;
    margin-top: -220px;
    z-index: 2;
    padding-bottom: 50px;
}
.services-slider .item {
    padding: 0 15px 20px;
}
.service-box {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 8px 15px rgb(0 0 0 / 30%);
}
.service-box-top {
    background-color: var(--Blue);
    padding: 30px 20px 25px 30px;
    min-height: 200px;
}
.service-btnpos {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 20%);
}
.service-btnpos .lblue-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.service-box .service-btnpos {
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.service-box:hover .service-btnpos {
    opacity: 1;
}
.blog-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}
.blog-created-at {
    margin-top: 15px;
    padding-top: 15px;
    border-top: solid 1px #dddddd;
}
.blog-img {
    height: 250px;
    position: relative;
    border: solid 1px #e7e7e7;
    border-radius: 8px;
    overflow: hidden;
}
.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-content .sm-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.safety-point-wrap {
    padding: 50px 0;
}
.sp-tag {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}
.sp-block {
    padding: 40px 0;
}
.sp-block p {
    font-weight: 400;
}
.sp-scroll {
    padding-right: 10px;
    overflow-y: auto;
    max-height: 220px;
}
.sp-scroll::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px;
}
.sp-scroll::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 6px;
}
.sp-content ul {
    padding-top: 0;
    padding-left: 22px;
}
.sp-content ul li {
    padding: 3px 0;
    list-style-type: disc;
    font-weight: 400;
}

.teams-wrap {
    padding: 60px 0;
}
.circle-box {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: solid 8px var(--Blue);
    overflow: hidden;
    margin: 0 auto;
}
.circle-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-slider {
    margin-top: 60px;
}
.footer-wrap {
    padding: 60px 0 0;
    background: var(--Blue);
}
.fb-img img {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 5px;
}
.fb-content {
    width: calc(100% - 72px);
}
.fb-menu li {
    margin-bottom: 15px;
}
.fb-menu li a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}
.footer-wrap p {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
}
.fb-about-flex {
    color: #fff;
    font-size: 15px;
}
.footer-top .md-title span {
    position: relative;
    padding-bottom: 7px;
}
.footer-top .md-title span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 70px;
    height: 2px;
}
.footer-bottom {
    border-top: solid 1px rgb(29 99 81);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}
.copyright {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}
.footer-bottom .fb-menu li {
    margin-bottom: 0;
}
.footer-bottom .fb-menu li a {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}
.footer-bottom .fb-menu li:first-child a {
    padding-left: 0;
}
.banner-slider .lg-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.banner-slider .sm-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.footer-logo img {
    max-height: 65px;
}
.service-details-img img {
    object-fit: cover;
}
.team-block .in-member {
    margin-top: 80px;
}
.team-block .team-box {
    position: relative;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    padding: 95px 25px 25px;
    margin-top: 40px;
    text-align: center;
    min-height: 342px;
}
.team-block .circle-box {
    top: -75px;
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
}
.team-block .circle-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-block .in-member-social {
    position: relative;
    left: inherit;
    top: inherit;
    width: 100%;
    height: auto;
    -webkit-transform: inherit;
    transform: inherit;
}
.custom-form .form-group {
    margin-bottom: 30px;
}
.custom-form .nice-select.form-control {
    margin: 0;
}
.about-scroll {
    max-height: 450px;
    overflow-y: auto;
    padding-right: 10px;
}
.about-scroll::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px;
}
.about-scroll::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 6px;
}