* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif;
}


ul,
li {
    list-style: none;
}

a {

    text-decoration: none;
}


:root {
    --pri-color: #FFF;
    --pir-text: #212529;
    --navbar-bg: #012a4a;


    --pri-btn-bg: #14213d;
    --sec-btn-bg: #fb8e5a;

    --pri-sub-title: #012a4a;
    --count-text: #012a4a;
}

.subtitle {
    letter-spacing: 2px;
    font-weight: 400;
    color: var(--pri-sub-title);
}


.butn {
    display: inline-flex;
    align-items: center;
    padding: 0.438rem 1rem;
    color: var(--pri-btn-text);
    border-radius: 100px;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.5s ease;

}

.butn_1 {
    color: #FFF;
    background-image: linear-gradient(90.2deg, #012f5f -0.4%, #388dd9 106.1%);
}


/* TOP HEADER ------------------------------------------------*/
.top-header {
    background-color: #FFF;
}

.top_header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.top-header .tp-text {
    display: flex;
    flex-direction: column;

}

.top-header .tp-text a {
    color: var(--pir-text);
}

.tp-text .tp-title {
    font-size: 15px;
    font-weight: 400;
    color: #AEB2C2;
}


.top_header-social .tp_scl a {
    color: var(--pir-text);
    font-size: 1.188rem;
    margin: 0 0.75rem;
}

.top_header-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
}


.top-header_adrs {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    flex-grow: 1;
    align-items: center;
    justify-content: end;
}

.top-header_adrs .tp_icon {
    display: flex;
    align-content: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    color: #FFF;
    background-color: #1f81c4;
    border-radius: 100%;

}

.top-header_adrs .tp_icon>img {
    object-fit: contain;
    padding: 10px;
}

.top-header_adrs .tp_adrs {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    padding: 0.75rem 1rem 0.75rem 0.75rem;
}

.top-header_adrs .tp_adrs a {
    display: inline-flex;
    align-items: center;
    color: var(--pir-text);
    text-decoration: none;
    font-weight: 300;
    transition: all 0.3s linear;
}

.top-header_adrs .tp_adrs a:hover {
    color: var(--link-hover);
}

.top-header_adrs .tp_adrs a i {
    margin: 0 0.313rem;
}

.top-header_adrs .tp_adrs:nth-last-child(1) a {
    padding: 0.75rem 1rem 0.75rem 0.75rem;
    background-image: linear-gradient(90.2deg, rgba(1, 47, 95, 1) -0.4%, rgba(56, 141, 217, 1) 106.1%);
    color: #FFF;
    border-radius: 20px;
    border: 2px solid #d9d9db;
    transition: all 0.3s linear;
}

.top-header_adrs .tp_adrs:nth-last-child(1) a:hover {
    transform: scale(0.9);
    border-color: var(--link-hover);
}


/* NAVBAR--------------------------------- */
.navbar {
    background-color: #FFF;
}


.navbar .navbar-nav {
    width: 100%;
}


.navbar-toggler>span {
    color: #FFF;
}


.navbar .nav-item {
    flex-grow: 1;
    padding: 0 10px;
}

.navbar .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    color: #212529;
    font-weight: 300;
    text-align: center;
}

.dropdown-item.active{
    background-color: transparent ;
    color: inherit;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}


.navbar .nav-link.active {
    background-color: #ffffff11;

}

@media screen and (min-width:991px) {
    .navbar {
        background-color: #2883c0;
    }

    .navbar .nav-item .nav-link {
        color: #FFF;
    }
}

.navbar.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    min-height: 50px;
}

@media screen and (max-width:991px) {
    .navbar{
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    }

    .navbar-collapse{
        background-color: #eceded;
        border-top-left-radius: 22px;
        border-top-right-radius: 22px;
        padding-top: 14px;
        margin-top: 12px;
    }

    .navbar .nav-item .nav-link {
        font-weight: 500;
    }
}

/* BANNER SLIDER */
.banner-slider .swiper-slide {
    position: relative;
}

@media screen and (min-width:1200px) {
    .banner-slider .swiper-slide {

        height: calc(100vh - 100px);
    }
}

.bnr_desc {
    color: #FFF;
    font-weight: 300;
    font-size: 13px;
    text-align: center;
    width: 80%;
    opacity: 0.7;
}

.banner-slider .br-ti_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-slider .swiper-slide .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.banner-slider .swiper-button-prev {
    background-color: #e9ecef;
    left: 10px;
    top: 50% !important;
    padding: 10px 23px;
    border-radius: 50%;
}

.banner-slider .swiper-button-next {
    background-color: rgb(255, 255, 255);
    right: 10px;
    top: 50% !important;
    padding: 10px 23px;
    border-radius: 50%;
}

.banner-slider .swiper-button-next::after,
.banner-slider .swiper-button-prev::after {
    font-size: 20px;
    color: #0077b6;
}

.banner-slider {
    position: relative;

}

/* .banner-slider::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00000052;
  z-index: 2;
} */


.banner-slider .slider-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* transform: translate(-50%, -50%); */
    z-index: 66 !important;
    /* background-color: red; */
    /* max-width: 40%; */
}

.banner-slider .swiper-pagination-bullet-active {
    background: #FFF;
}


.slider-content .sld-cont-inner {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 50%;
}


@media screen and (max-width:1200px) {
    .sld-cont-inner {
        max-width: 70% !important;
    }
}

@media screen and (max-width:855px) {
    .sld-cont-inner {
        max-width: 80% !important;
    }
}

@media screen and (max-width:800px) {
    .sld-cont-inner {
        max-width: 80% !important;
    }

    .slider_title {
        font-size: 45px !important;
    }
}

@media screen and (max-width:675px) {


    .slider_title {
        font-size: 42px !important;
    }
}



@media screen and (max-width:628px) {
    .sld-cont-inner {
        max-width: 95% !important;
    }

    .slider_title {
        font-size: 40px !important;
    }
}


@media screen and (max-width:600px) {


    .slider_title {
        font-size: 38px !important;
    }
}

@media screen and (max-width:478px) {


    .slider_title {
        font-size: 36px !important;
    }
}

@media screen and (max-width:455px) {


    .slider_title {
        font-size: 34px !important;
    }
}


@media screen and (max-width:428px) {


    .slider_title {
        font-size: 32px !important;
    }
}

.banner-slider .slider-content .slider_subtitle {
    position: relative;
    display: inline-block;
    color: var(--active-link);
    text-transform: uppercase;
    font-family: var(--f-2);
    letter-spacing: 2px;
    cursor: default;
}

.banner-slider .slider_img img {
    height: 100vh;
    object-fit: cover;

}


.banner-slider .slider-content .slider_title {
    position: relative;
    color: #FFF;
    font-weight: 800;
    cursor: default;
    /* font-size: 3vw; */
    font-size: 50px;
    text-align: center;
}

.banner-slider .slider-content .slider_desc {
    color: #FFF;
    font-weight: 200;
    opacity: 0.8;
    max-width: 80%;
}

@media screen and (max-width:700px) {

    .banner-slider .swiper-button-prev,
    .banner-slider .swiper-button-next {
        display: none;
    }
}


.banner_content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.banner_content_inner {
    position: relative;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    height: 100%;
    width: 100%;
}



.banner_subimage {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_subimage .banner_subimage_innner {
    max-width: 70%;
}

.banner_subimage .banner_subimage_innner img {
    width: 100%;
    object-fit: contain;
}


@media screen and (max-width:1200px) {
    .banner_subimage {
        height: 100%;
    }

    .banner_subimage .banner_subimage_innner {
        height: 100%;
        max-width: 70%;
    }

    .banner_subimage .banner_subimage_innner img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.swiper-slide-active .butn_wrapper .butn,
.swiper-slide-active .banner_subimage_innner img,
.swiper-slide-active .home-subtitle {
    transform: translateY(30px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent 0.9s .7s ease-in-out 1 forwards;
}

.swiper-slide-active .banner_subimage_innner img {
    animation-delay: 1.5s;
}

.swiper-slide-active .home-subtitle {
    animation-delay: 1s;
}

.swiper-slide-active .butn_wrapper .butn {
    animation-delay: 2s;
}

@keyframes showContent {
    to {
        transform: translateY(0);
        filter: blur(0);
        opacity: 1;
    }
}


.home-title {
    text-transform: uppercase;
    color: #0353a4;
    padding: 20px;
    font-size: 55px;
    font-weight: 800;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    display: inline-block;
    opacity: 0;
    animation: fadeIn 1s 2s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.home-title:before {
    content: '';
    width: 0;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    /* border-radius: 100px; */
    animation: animate 5s 2s ease alternate 1 forwards,
        blinkBorder 1s 7s step-start infinite;
    border-right: 3px solid #262626;
}

@keyframes blinkBorder {

    0%,
    100% {
        border-right-color: #262626;
    }

    50% {
        border-right-color: transparent;
    }
}

@keyframes animate {
    0% {
        width: 100%;
        z-index: 1;
    }

    50% {
        width: 0%;
        z-index: 1;
    }

    51% {
        width: 0%;
        z-index: -1;
    }

    100% {
        width: 100%;
        z-index: -1;
    }
}

.home-subtitle {
    color: #FFF;
    font-weight: 400;
    font-size: 46px;
}


@media screen and (max-width:1200px) {
    .slider-body .col-top {
        height: 50%;
        width: 100%;
    }

    .slider-body .col-bottom {
        height: 50%;
        width: 100%;
    }

}

.banner_text_body {
    width: max-content;
    padding: 0 20px;
}

@media screen and (max-width:1200px) {
    .banner_text_body {
        text-align: center;
    }
}


@media screen and (max-width:1420px) {
    .home-subtitle {
        font-size: 44px;
    }

    .home-title {
        font-size: 53px;
    }
}


@media screen and (max-width:1350px) {
    .home-subtitle {
        font-size: 42px;
    }

    .home-title {
        font-size: 51px;
    }
}

@media screen and (max-width:1300px) {
    .home-subtitle {
        font-size: 40px;
    }

    .home-title {
        font-size: 49px;
    }
}

@media screen and (max-width:1250px) {
    .home-subtitle {
        font-size: 38px;
    }

    .home-title {
        font-size: 47px;
    }
}


@media screen and (max-width:1100px) {
    .home-subtitle {
        font-size: 36px;
    }

    .home-title {
        font-size: 45px;
    }
}

@media screen and (max-width:900px) {
    .home-subtitle {
        font-size: 33px;
    }

    .home-title {
        font-size: 42px;
    }
}


@media screen and (max-width:800px) {
    .home-subtitle {
        font-size: 32px;
    }

    .home-title {
        font-size: 40px;
    }
}

@media screen and (max-width:700px) {
    .home-subtitle {
        font-size: 30px;
    }

    .home-title {
        font-size: 38px;
    }
}

/* ABOUT */

.abt_img-inner {
    position: relative;
}

.abt_img-inner img {
    position: relative;
}

.abt_img-inner.sec::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 100px 100px 0 0;
    border-color: #ffffff transparent transparent transparent;
    transform: rotate(0deg);
    z-index: 20;
}

.abt_img-inner::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 100px 100px 0 0;
    border-color: #dee2e6 transparent transparent transparent;
    transform: rotate(0deg);
    z-index: 20;

}

@media screen and (max-width:992px) {
    .abt_img-inner::before {
        border-color: #f8f9fa transparent transparent transparent;


    }
}

.abt_image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}


.abt_image-wrapper > .abt_img-inner-sec{
    max-width: 70%;
}

.abt_image-wrapper .abt_experience {
    position: absolute;
    right: 30px;
    bottom: 0;
    background-color: #4f000b;
}


.abt_experience_inner {
    position: relative;
    padding: 30px;
}

.abt_experience_inner::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: transparent transparent transparent transparent;
    transform: rotate(0deg);

    z-index: 20;

}


.abt_image-wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 210%;
    width: 50%;
    margin-top: -300px;
    transform: skewY(-22deg);
    background-color: #dee2e6;
    z-index: -1;
}

@media screen and (max-width:992px) {
    .abt_image-wrapper::before {
        background-color: #f8f9fa;
    }
}


.abt_img-inner {
    max-width: 85%;
}


@media screen and (max-width:1250px) {
    .abt_img-inner {
        max-width: 90%;
    }
}

@media screen and (max-width:1200px) {
    .abt_img-inner {
        max-width: 95%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .abt_img-inner {
        max-width: 85%;
    }
}


@media screen and (max-width:499px) {
    .abt_img-inner {
        max-width: 100%;
    }
}


@media screen and (max-width:1100px) {}

.wcu-card {
    position: relative;
    overflow: hidden;
    /* transition: opacity 0.5s ease, transform 0.5s ease; */

}



.wcu-card img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.ych-head {
    margin-bottom: var(--main-head-margin);
    font-size: var(--sec-main-head-size);
    color: #333333;
    font-family: var(--pri-font-family);

}

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding: 20px;
    text-align: center;
    transition: 0.5s ease;

}

.card-content .sct1_head {
    font-size: 24px;
    font-weight: 400;
    color: #FFF;
}

.wcu-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, transparent 1%, transparent 10%, #000);

    opacity: 0.8;
}

.lazy {
    transition: 0.5s ease;
}

.wcu-card:hover img {
    transform: scale(1.04);
}

.card-content>h4 {
    color: #fff;
    font-family: var(--pri-font-family);
    font-weight: 600;
}

.card-content>p {
    opacity: 0;
    transform: translateY(150px);
    visibility: hidden;
    display: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.wcu-card:hover .card-content>p {
    display: block;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    animation: zoomup 0.3s ease-in-out;
    color: #fff;
}

@keyframes zoomup {
    0% {
        transform: translateY(150px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.sct1_card {
    position: relative;
}

.sct1_card::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 100px 100px 0 0;
    border-color: #012a4a transparent transparent transparent;
    transform: rotate(0deg);
    z-index: 20;
}


.sct1_card .cd-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(#00000000, #000000);
    transition: height 0.3s linear;
}

.sct1_card:hover .cd-overlay{
    height: 100%;
}

@media screen and (max-width:992px) {
    .sct1_card::before {
        border-color: #ffffff transparent transparent transparent;
    }
}

.sct1_card .serv_btn>a {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    text-decoration: none;
    background-color: #e9ecef;
    color: #012a4a;
}

.sct1_card .serv_btn>a .serv_ic {
    border: 3px solid #012a4a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 100%;
}


@media screen and (max-width:992px) {


    .sct_2 .services .service_header .subtitle {
        color: #9d0208 !important;
    }

    .sct_2 .services .service_header .title {
        color: #262626 !important;
    }
}



.sct_2 .services {
    position: relative;
    overflow: hidden;
}

.sct_2 .services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background-color: #012a4a;
    transform: skew(-22deg);
    margin-left: -300px;
    z-index: -1;

}

@media screen and (max-width:1250px) {
    .sct_2 .services::before {
        margin-left: -250px;
    }
}

@media screen and (max-width:1100px) {
    .sct_2 .services::before {
        margin-left: -220px;
    }
}

@media screen and (max-width:992px) {
    .sct_2 .services::before {
        display: none;
    }
}



.sct-3 .why-choose-us {
    position: relative;
    overflow: hidden;
}


.text_bg_marquee {
    display: block;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    z-index: -1 !important;
}


@media screen and (max-width: 900px) {
    .text_bg_marquee {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
        width: 100%;
        height: auto;
        z-index: -1 !important;
        text-align: center;
    }
}


.sct-3 .why-choose-us .text_bg {
    color: #49505722;
    font-size: 300px;
    font-weight: 900;
}

.wch_right {
    position: relative;
    display: flex;
}



@media screen and (min-width:1200px) {
    .wch_right.sec {
        min-height: 400px;
    }
}

.wch_content {
    position: relative;
    z-index: 50;
}



.wch_right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 30%;
    height: 100%;
    width: 300%;
    background-color: #012a4a;
    z-index: -1;
    margin-right: -300px;
    transform: skew(-22deg);

}

.wch_right .wchright_img {
    position: relative;
    flex-basis: 55%;
    margin-right: -2px;
    z-index: 2;
}

.wch_right .wch_right_content {
    position: relative;
    flex-grow: 1;
    /* margin-left: 30px; */
}

.wch_right .wch_right_content .counters {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


@media screen and (max-width:767px) {


    .wch_right {
        flex-direction: column;
    }

}

.wch_right .wch_right_content .counters .count {
    padding: 20px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.wch_right .wch_right_content .counters .count .count_no>span {
    font-size: 35px;
    font-weight: 800;
    font-family: "Orbitron", sans-serif;
    color: var(--count-text);
}

/* @media screen and (max-width:1100px) {
    .wch_right.sec {
        min-height: 350px;
    }
}

@media screen and (max-width:420px) {
    .wch_right.sec {
        min-height: 300px;
    }
} */

@media screen and (max-width:350px) {
    .wch_right.sec {
        min-height: 100%;
    }
}

/* FOOTER */
.footer-area {
    background-color: #012a4a;
    width: 100%;
    height: 100%;
}

.footer-area>.container {
    position: relative;
    z-index: 5;

}

footer {
    margin-top: -6px;
    position: relative;
    overflow: hidden;
}


footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-image: url(../asset/floor-coverings.png);
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    filter: opacity(0.05);

}

@media (max-width:999px) {
    footer::before {

        height: 50%;
        width: 100%;

        background-size: contain;

    }
}

footer::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 400px 400px;
    border-color: transparent transparent rgb(0, 47, 84) transparent;
    transform: rotate(0deg);

}

.footer-title>h4 {
    color: #ffff !important;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px;
    padding-bottom: 39px;
}

.footer-area .footer-list .footer-title ul li {
    text-decoration: none;
}

.footer-area .footer-list .footer-title ul li a {
    color: #fff;
    font-weight: 200;
    text-decoration: none;
    line-height: 36px;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
}

.footer-area .footer-list .footer-title ul li a:hover {
    color: #fff;
}

.footer-area .footer-copyright {
    margin-top: 50px;
    border-top: 1px solid #ffffff2c;
}

.footer-area .footer-copyright p {
    color: #fff;
    opacity: 0.2;
    font-weight: 200;

}

.footer-socials {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-socials li a {
    padding: 13px 10px;
    border-radius: 50%;
    background-color: #fff;
}

.adrs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.adrs-icon {
    color: #FFF;
    margin-right: 12px;
}

.adrs-text a,
.adrs-text {
    color: #FFF;
    font-weight: 300;
}

.adrs-text>ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-socials li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    padding: 14px;
    background-color: #FFF;
}

.footer-socials li a i {
    color: #012a4a;
    font-size: 1.25rem;
}

@media (max-width:999px) {

    .footer-about,
    .footer-list {
        margin-bottom: 30px;
    }
}

.footer-prd_links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-copyright a {
    color: #FFF;

}



.sct_4 .hw_w {
    position: relative;
    background-color: #f8f9fa;
}

.step {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color: #FFF;
    /* margin-bottom: 18px; */
    height: 100%;
}

.v-stepper {
    position: relative;
}


.step .circle {
    position: relative;
    background-color: white;
    border: 3px solid gray;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    display: inline-block;
    z-index: 1;
}

.step .line {
    top: 23px;
    left: 9px;
    height: 120%;
    position: absolute;
    border-left: 3px solid gray;
}

.step.completed .circle {
    visibility: visible;
    background-color: #b2b2b2;
    /* border-color: #343a40; */
    border: none;
}

.step.completed .line {
    border-left: 3px solid #d2d2d2;
}

.step.active .circle {
    visibility: visible;
    border-color: rgb(6, 150, 215);
}

.step.empty .circle {
    visibility: hidden;
}



@media screen and (min-width:992px) {
    .step:last-child .line {
        border-left: 3px solid white;
        z-index: -1;
    }
}

.step-desc {
    color: #343a40;
    font-weight: 300;
}

.step .content {
    position: relative;
    padding-left: 20px;
}

.step .content .bg-text{
    position: absolute;
    right: 10px;
    top: 5px;
    font-weight: 800;
    color: #49505722;
    font-size: 3em;
}

.step_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: #012a4a;
    border-radius: 100%;
    margin-bottom: 0.75rem;
}

.step_icon>img {
    padding: 6px;
}

.step_title {
    display: block;
    font-size: 22px;
    font-weight: 500;
}

@media screen and (max-width:991px) {
    .step.sec .line {
        border-left: 3px solid #d2d2d2;
    }

    .step.completed.last .line {
        border-left: 3px solid #ffffff;
    }
}


/* TESTIMONIAL */
.testimonial {
    position: relative;

}

.testimonial::after {
    content: '';

}


.testimonial .wrapper {
    position: relative;
    z-index: 5;
}


.testi-content {
    background-color: #fff;
    height: 100%;
    min-height: 200px;
    padding: 60px 30px 20px 30px;
}

.testimonial>.container {
    position: relative;
    z-index: 2;
}

.testimonial-carousel {

    max-height: none !important;
    display: flex !important;
    height: 100% !important;
}

.testimonial .owl-carousel .owl-stage-outer {
    height: max-content !important;

    max-height: none !important;
    height: 100% !important;
}

.testimonial .item {
    height: max-content;
}

.testimonial .owl-item {
    padding: 20px 0 20px 0;
}

.testimonial .testi-content {
    position: relative;
    margin: 16px;
    margin-top: 0 !important;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    height: fit-content;
    z-index: 10;
}

.testimonial .testi-content::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../asset/quote.png);
    height: 50%;
    width: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: center center;
    background-size: contain;
    opacity: 0.1;
}

.testimonial .testi-content .quote {
    position: absolute;
    z-index: 20;
    height: 90px;
    width: 90px;
    top: -50px;
    right: 0;
}

.athr-text {
    font-style: italic;
    color: rgb(113, 113, 113);
}

.athr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.place {
    color: rgb(113, 113, 113);
    font-size: 14px;
    margin-left: 10px;
}

.athr .athr-img {
    height: 50px;
    width: 50px;
}

.testimonial .rating i {
    font-size: 19px;
    color: #f48c06;
}


@media(max-width:999px) {
    .testimonial .testi-content {

        margin: 0;

    }

    .testimonial-carousel {
        padding: 0;

    }
}



/* breadcrump */
.breadcrump {
    position: relative;
    top: 0;
    min-height: 300px;
    background-size: cover;
    background-image: url(../asset/sl-1.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}



.breadcrump-inner>.row {
    height: 100%;
}

.breadcrump-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.734);
}

.breadcrump-inner {
    /* display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; */
    height: 100%;
    text-align: center;
    color: white;
    overflow: hidden;
}

.breadcrump .sub_title {
    text-transform: uppercase;
    color: #f9a620;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 0.75rem;
}

.bread_link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.bread_link a {
    color: #FFF;
}

.bread_link .active {
    color: #fb8500;
}

.bd_title {
    color: #FFF;
}

.breadcrump h1 {
    margin: 0 auto;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Gilda Display", serif;
    padding: 0 15px;
}


.breadcrump-inner {
    position: relative;
    z-index: 15;
}

@media screen and (max-width:999px) {
    .breadcrump::before {
        width: 100%;
    }

    .breadcrump .ptr-1 {
        width: 100%;
    }

}


/* contact page */
.contact-body {
    height: 100%;

}

.contact-body-inner {
    position: relative;
    height: 100%;
    background-image: linear-gradient(145deg,
            #0c345a 0%,
            #113e69 50%,
            #195288 100%);
    border-radius: 10px;
    padding: 40px 30px 20px 30px;

    color: #FFF;
    transition: all 0.3s linear;

}

.cnt-head-desc {
    font-weight: 200;
    filter: opacity(0.9);
}

.cnt {
    display: flex;
    align-items: center;

}

.cnt-text {
    padding: 10px;
}

.cnt-icon {
    padding: 10px;
    margin-right: 10px;


}

.cnt-header {
    border-bottom: 1px solid #ffffff31;
}

.cnt-text {
    flex: 1;
    color: #FFF;
    font-weight: 300;
    border-radius: 10px;
    width: 100%;
}

.cnt-text .cnt_link{
    display: flex;
    width: 100%  !important;
    color: #FFF;
    border-radius: 10px;
    padding: 6px 10px;
}

@media (max-width:999px) {
    .contact-body-inner {

        padding: 40px 20px 20px 20px;


    }
}

.cnt-text .cnt_link:hover {
    background-color: rgba(255, 255, 255, 0.153);
    color:#f9a620;
}


/* SERVICES INNER PAGE */
.thumbnail-img{
    display: flex;
    align-items: center;
    justify-content: center;
}


.thumbnail-img > .inner{
    max-width: 70%;
    position: relative;
    overflow: hidden;
}

.thumb-img{
    transition: all 0.3s linear;
}

.thumbnail-img > .inner:hover .thumb-img{
    transform: scale(1.1);
}

.thumbnail-img > .inner::before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 100px 100px 0 0;
    border-color: #ffffff transparent transparent transparent;
    transform: rotate(0deg);
    z-index: 20;
}

@media screen and (max-width:676px) {
    .thumbnail-img > .inner{
        max-width: 80%;
    }
}


.ftr-list li{
    list-style: circle;
    margin: 5px 0;
}