/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
    border: none;

}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
}

/*** Topbar Start ***/
.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary);
}

/*** Topbar End ***/

/*** Navbar ***/
.sticky-top {
    transition: 1s;
}

.navbar .navbar-nav .nav-item.nav-link,
.navbar .navbar-nav .nav-link {
    color: var(--bs-dark);
}

.navbar .navbar-nav .nav-link {
    position: relative;
    padding: 10px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    font-size: 17px;
    transition: .5s;
    z-index: 99;
}

.navbar .navbar-nav .nav-item {
    margin: 0 5px;
}

.navbar .navbar-nav .nav-item::before,
.navbar .navbar-nav .nav-item::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 2px solid var(--bs-secondary);
    opacity: 0;
    transition: 0.5s;
    z-index: 2 !important;
}

.navbar .navbar-nav .nav-item::before {
    top: 0;
    left: 0;
    border-bottom: 0;
    border-right: 0;
}

.navbar .navbar-nav .nav-item::after {
    bottom: 0;
    right: 0;
    border-top: 0;
    border-left: 0;
}

.navbar .navbar-nav .nav-item:hover::after,
.navbar .navbar-nav .nav-item:hover::before,
.navbar .navbar-nav .nav-item.active::after,
.navbar .navbar-nav .nav-item.active::before {
    width: 50%;
    height: 50%;
    opacity: 1;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top .navbar .navbar-nav .nav-link:hover,
.sticky-top .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

.navbar .navbar-toggler {
    padding: 8px 15px;
    color: #fff;
    background: #b80c0e;
}

.nav-bar .navbar-toggler {
    color: var(--bs-dark);
    box-shadow: none !important;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

.navbar .nav-item .dropdown-menu {
    background: var(--bs-light);
    transition: 0.5s;
}

.navbar .nav-item .dropdown-menu .dropdown-item {
    transition: 0.5s;
}

.dropdown .dropdown-menu .dropdown-item:hover,
.dropdown .dropdown-menu .dropdown-item.active {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        margin-top: 15% !important;
        transform: rotateX(-75deg);
        transform-origin: 0 0;
        border: 0;
        transition: .5s;
        opacity: 0;
        z-index: 9;
    }
}

@media (max-width: 991px) {
    .navbar .nav-item .dropdown-menu {
        position: relative;
        margin-top: 0;
        transition: 0.5s;
    }

    .navbar .navbar-nav .nav-item::after,
    .navbar .navbar-nav .nav-item::before {
        display: none;
    }

    .navbar .navbar-nav .nav-item:hover::after,
    .navbar .navbar-nav .nav-item:hover::before,
    .navbar .navbar-nav .nav-item.active::after,
    .navbar .navbar-nav .nav-item.active::before {
        display: none;

    }

    .navbar .navbar-nav .nav-link {
        padding: 12px 0;
    }

    .navbar .navbar-nav .nav-item {
        margin: 0;
    }

    .navbar .navbar-nav .nav-item.nav-link {
        padding: 12px 0;
    }
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .6);
}

/*** Navbar End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(146, 147, 149, 0.5), rgba(184, 12, 14, 0.4)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0 0px 0;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

.breadcrumb-item {
    color: #fff;
}

/*** Single Page Hero Header End ***/

/*** Carousel Start ***/
.carousel .carousel-inner .carousel-item {
    position: relative;
    overflow: hidden;
    height: 66vh;
}

.carousel .carousel-inner .carousel-item img {
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

@keyframes image-zoom {
    0% {
        width: 100%;
        height: 100%;
        -webkit-filter: blur(0px);
        opacity: 1;
    }

    25% {
        width: 115%;
        height: 115%;
        -webkit-filter: blur(3px);
        opacity: 0.9;
    }

    50% {
        width: 130%;
        height: 130%;
        -webkit-filter: blur(10px);
        opacity: 0.7;
    }

    75% {
        width: 115%;
        height: 115%;
        -webkit-filter: blur(3px);
        opacity: 0.9;
    }

    100% {
        width: 100%;
        height: 100%;
        -webkit-filter: blur(0px);
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .carousel .carousel-inner .carousel-item img {
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 991px) {
    .carousel .carousel-inner .carousel-item {
        height: 700px;
    }

    .carousel .carousel-inner .carousel-item img {
        height: 700px;
        object-fit: cover;
    }
}

@media (max-width: 576px) {
    .carousel-item .carousel-caption h1 {
        font-size: 36px;
    }

    .carousel-item .carousel-caption p.fs-5 {
        font-size: 15px;
    }
}

.carousel .carousel-inner .carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

.carousel .carousel-inner .carousel-item .carousel-caption {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.carousel .carousel-indicators {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    z-index: 5;
}

.carousel .carousel-indicators li,
.carousel .carousel-indicators li,
.carousel .carousel-indicators li {
    margin-right: 30px !important;
    width: 10px;
    height: 10px;
    border: 6px solid var(--bs-secondary);
    background: var(--bs-white);
    transition: 0.5s;
}

.carousel .carousel-indicators li.active {
    border: 10px solid var(--bs-primary);
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    background: transparent;
    z-index: 3;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    left: 0;
    padding: 25px 30px;
    background: var(--bs-primary);

}

.carousel .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    right: 0;
    padding: 25px 30px;
    background: var(--bs-primary);

}

.carousel .carousel-control-prev .carousel-control-prev-icon:hover,
.carousel .carousel-control-next .carousel-control-next-icon:hover {
    background: #929395;
    color: var(--bs-white);
}

/*** Carousel End ***/


/*** About Start ***/
.about .about-item-content-img {
    border: 4px solid;
    border-color: var(--bs-secondary) var(--bs-primary) var(--bs-primary) var(--bs-secondary);
}

.about .about-item-image {
    position: relative;
    background: var(--bs-light);
    background-image: url(../img/about-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}


.about .about-item-image .img-1 {
    margin-bottom: 250px;
    margin-right: 0;
    border: 4px solid;
    border-color: var(--bs-secondary) var(--bs-light) var(--bs-light) var(--bs-secondary);
    z-index: 3;
}

.about .about-item-image .img-2 {
    margin-top: 250px;
    margin-left: 0;
    border: 4px solid;
    border-color: var(--bs-light) var(--bs-secondary) var(--bs-secondary) var(--bs-light);
    z-index: 3;
}

.about .about-item-image::before {
    width: 80%;
    height: 80%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid;
    border-style: dotted;
    border-color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 2;
}

.about .about-item-image .about-item-image-content {
    width: 55%;
    height: 55%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--bs-secondary);
    border: 4px solid var(--bs-primary);
    opacity: 0.9;
    z-index: 4;
}

.about .about-item-image .about-item-image-effect {
    position: absolute;
    top: 0;
    right: 0;
}

/*** About End ***/

/*** Features Start ***/
.feature .feature-item {
    position: relative;
    transition: 0.5s;
}

.feature .feature-item:hover {
    background: var(--bs-white);
    border: 1px solid transparent;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.feature .feature-item:hover a {
    transition: 0.5s;
}

.feature .feature-item:hover a:hover {
    color: var(--bs-secondary);
}

.feature .feature-item .feature-img img {
    border: transparent;
    transition: 0.5s;
}

.feature .feature-item:hover .feature-img img {
    border: 1px solid var(--bs-secondary);
}

/*** Features End ***/

/*** Services Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    z-index: 1;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.2);
}

.service .service-item::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    z-index: 2;
}

.service .service-item:hover:after {
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.service .service-item .service-content {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 3;
}

.service .service-item:hover .service-content {
    opacity: 1;
}

.service .service-item:hover .service-content a.fs-4 {
    color: var(--bs-white);
    transition: 0.5s;
}

.service .service-item:hover .service-content a.fs-4:hover {
    color: var(--bs-secondary);
}

.service .service-item .service-tytle {
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    right: 0;
    background: var(--bs-white);
    display: flex;
    transition: 0.5s;
    z-index: 3;
}

.service .service-item:hover .service-tytle {
    margin-right: -100%;
}

/*** Services End ***/

/*** Fact Counter ***/
.counter {
    background: linear-gradient(rgba(184, 12, 14, 1), rgba(184, 12, 14, 1)), url(../img/counter.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter .counter-btn:hover {
    background: var(--bs-white);
    color: var(--bs-secondary);
}

.counter .counter-box {
    padding-right: 20px;
    padding-bottom: 20px;
}

.counter .counter-item {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.counter .counter-item .counter-item-style {
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    top: 0;
    left: 0;
    background: var(--bs-secondary);
    z-index: 2;
}

.counter .counter-item .counter-item-inner {
    position: relative;
    top: 20px;
    left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: var(--bs-white);
    box-shadow: 20px 20px rgba(146, 147, 149);
    z-index: 3;
}

.counter .counter-item .counter-counting {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-primary);
    font-size: 30px;
}

/*** Fact Counter ***/

/*** Projects Start ***/
.project .project-item .project-img {
    position: relative;
}

.project .project-item .project-img::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 70%;
    top: 0;
    left: 0;
    background: var(--bs-secondary);
    z-index: -1;
}

.project .project-item .project-content a.h4 {
    transition: 0.5s;
}

.project .project-item:hover .project-content a.h4:hover {
    color: var(--bs-secondary);
}

/*** Projects End ***/


/*** Team Start ***/
.team .team-item {
    position: relative;
    z-index: 1;
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .2);
    transition: 0.5s;
    z-index: 2;

}

.team .team-item:hover .team-img::after {
    height: 100%;
}

.team .team-item .team-img .team-icon {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: scale(-1);
    margin-bottom: 100%;
    background: transparent;
    transition: 0.5s;
    opacity: 0;
    z-index: 5;

}

.team .team-item:hover .team-img .team-icon {
    transform: scale(1);
    margin-bottom: 0;
    opacity: 1;
}

.team .team-item .team-border-style-1,
.team .team-item .team-border-style-2 {
    width: 50%;
    height: 50%;
    position: absolute;
    background: var(--bs-secondary);
    transition: 0.5s;
    z-index: -1;
}

.team .team-item .team-border-style-1 {
    top: 0;
    left: 0;
}

.team .team-item .team-border-style-2 {
    right: 0;
    bottom: 0;
}

.team .team-item .team-border-style-3,
.team .team-item .team-border-style-4 {
    width: 0;
    height: 0;
    position: absolute;
    background: var(--bs-secondary);
    transition: 0.5s;
    z-index: -1;
}

.team .team-item .team-border-style-3 {
    top: 0;
    right: 0;
}

.team .team-item .team-border-style-4 {
    left: 0;
    bottom: 0;
}

.team .team-item:hover .team-border-style-1,
.team .team-item:hover .team-border-style-2 {
    width: 0%;
    height: 0%;
}

.team .team-item:hover .team-border-style-3,
.team .team-item:hover .team-border-style-4 {
    width: 50%;
    height: 50%;
}

/*** Team End ***/

/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-content {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.blog .blog-item .blog-content a {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-content a:hover {
    color: var(--bs-secondary);
}

/*** Blog End ***/

/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-left: 20px;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    border: 1px solid var(--bs-secondary);
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    border: 1px solid var(--bs-primary);
    background: var(--bs-secondary) !important;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}

@media (max-width: 992px) {
    .owl-carousel.testimonial-carousel {
        padding-top: 30px;
    }

    .testimonial .owl-nav .owl-prev,
    .testimonial .owl-nav .owl-next {
        top: -30px;
    }
}

/*** testimonial End ***/

/*** Contact Start ***/
.contact .contact-map {
    position: relative;
    overflow: hidden;
    padding: 20px;
    z-index: 1;
}

.contact .contact-map::before {
    content: "";
    width: 70%;
    height: 70%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--bs-primary);
    z-index: -1;
}

.contact .contact-map::after {
    content: "";
    width: 70%;
    height: 70%;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--bs-secondary);
    z-index: -1;
}

/*** Contact End ***/

/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(184, 12, 14, 1), rgba(184, 12, 14, 1)), url(../img/footer-img.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer .footer-item a {
    line-height: 30px;
    color: #fff;
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
    color: #fff;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: #fff;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #929395;
    color: #fff;
}

.copyright a {
    text-decoration: none;
}

.develop {
    color: #c9c1c1;
    font-size: 10px;
    text-decoration: none;
}

.develop:hover {
    color: #c9c1c1;
}

/*** copyright end ***/


.navbar-brand img {
    width: 190px;
    z-index: 4;
    height: 75px;
}


.navbar:before {
    position: absolute;
    top: -19px;
    left: 0;
    bottom: 0;
    width: 410px;
    background: #fefbfa;
    clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%);
    content: "";
}

.margin {
    margin: 0 0px 0 335px;
}
.text-black {
    color: #000 !important;
}

.hero-single {
    padding-top: 96px;
    padding-bottom: 180px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.hero-single::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -0.5px;
    /* background: linear-gradient(to bottom right, rgba(184, 12, 14, .4) 0%, rgba(184, 12, 14, 0) 100%); */
    z-index: -1;
}

.hero-single .hero-content {
    height: 100%;
    z-index: 2;
}

.hero-single .hero-content .hero-sub-title {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    letter-spacing: 6px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.hero-single .hero-content .hero-sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    background: var(--bs-primary);
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    z-index: -1;
}

.hero-single .hero-content .hero-title {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin: 20px 0;
    text-transform: capitalize;
}

.hero-single .hero-content p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.hero-single .hero-content .hero-btn {
    display: flex;
    justify-content: start;
    gap: 1rem;
    margin-top: 35px;
}


.theme-btn,
.theme-btn2 {
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    border: none;
    background: var(--bs-primary);
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
    margin: 10px 0px 0px 0px;
}

.theme-btn2 {
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    border: none;
    background: #929395;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}

.card-style1 {
    position: relative;
    display: block;
    z-index: 1;
    margin-top: 65px;
}

.card-style1 .card-main-img {
    position: relative;
    display: block;
    z-index: 1;
}

.card-style1 .card-border {
    position: absolute;
    top: -65px;
    left: 50%;
    height: 115px;
    width: 115px;
    border: 3px dashed rgba(146, 147, 149, 1);
    border-radius: 50%;
    transform: translateX(-50%);
}

.card-style1 .card-icon {
    height: 90px;
    width: 90px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.card-style1 .card-icon img {
    height: 45px;
    width: 45px;
}

.card-style1 .card-image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.card-style1 .card-image:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: .5s;
    transform: perspective(400px) rotateX(-90deg) scale(0.2);
    transform-origin: top;
    z-index: 1;
}

.card-style1 .card-image img {
    width: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.card-style1 .card-content {
    position: relative;
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 16px 30px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -40px;
    z-index: 2;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}

.testimonial-item {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 30px 10px;
    border-radius: 8px;
}

.logoSwiper {
    padding: 30px 0;
    background: #fff;
}

.swiper-slide img {
    width: 100px;
    height: auto;
    display: block;
    margin: auto;
    border: 1px solid #929395;
    border-radius: 5px;
}

.cta-area {
    overflow: hidden;
}

.cta-wrap {
    position: relative;
    background: var(--bs-primary);

    overflow: hidden;
    z-index: 1;
}

.cta-wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(https://live.themewild.com/constro/assets/img/shape/01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .1;
    z-index: -1;
}

.cta-content {
    text-align: center;
}

.cta-content h1 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.cta-content p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}

.choose-area {
    position: relative;
}

.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.site-title-tagline {
    display: inline-block;
    color: var(--color-white);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    background: var(--bs-primary);
    border-radius: 50px;
    padding: 2px 15px 2px 3px;
    margin-bottom: 15px;
}

.site-title-tagline i {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: var(--color-white);
    color: var(--theme-color);
    text-align: center;
    border-radius: 50px;
    margin-right: 5px;
}

.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 45px;
    color: #000;
    margin-bottom: 0;
}

.choose-content {
    margin-top: 50px;
}

.choose-item {
    display: flex;
    gap: 20px;
    margin: 15px 0;
}

.choose-item-icon {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 58px;
    background: var(--bs-primary);
    text-align: center;
    border-radius: 50px;
}

.choose-item-icon::before {
    content: "";
    position: absolute;
    inset: -5px;
    border: 2px dashed var(--bs-primary);
    border-radius: 50px;
}

.choose-item-icon img {
    width: 38px;
    filter: brightness(0) invert(1);
}

.choose-item-info {
    flex: 1;
}

.abt-why p {
    color: #fff !important;
}

.abt-why h4 {
    color: #fff !important;
}

.why-icon::before {
    border: 2px dashed #fff;
}

.choose-item-info h4 {
    color: var(--color-dark);
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
}

.choose-item-info p {
    color: #757f95;
}

.choose-img {
    position: relative;
    text-align: right;
    margin-top: 45px;
}

.choose-img img {
    width: 83%;
    border: 10px solid var(--color-white);
    border-radius: 100px 100px 0 100px;
}

.ts-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../img/shape/06.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .1;
    z-index: -1;
}

.process-item {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.process-item .count {
    position: absolute;
    top: 20px;
    right: 20px;
    color: transparent;
    -webkit-text-stroke: 1px var(--bs-primary);
    font-size: 50px;
    line-height: 30px;
    font-weight: 800;
    margin-bottom: 20px;
}

.process-item .icon {
    width: 80px;
    height: 80px;
    line-height: 70px;
    text-align: center;
    background: var(--bs-primary);
    border-radius: 0 100px 100px 100px;
    margin-left: -26px;
    margin-top: -26px;
}

.process-item .icon img {
    width: 45px;
    filter: brightness(0) invert(1);
}

.process-item .content {
    margin-top: 15px;
}

.process-item .content h4 {
    color: #000;
}

.process-item .content p {

    margin-top: 10px;
}

.why-us h4 {

    color: transparent;
    -webkit-text-stroke: 1px var(--bs-primary);

    line-height: 30px;
    font-weight: 800;
    margin-bottom: 20px;
}

ul.resp-tabs-list {
    margin-bottom: 15px;
    padding: 0px;
}

.resp-tabs-list li.resp-tab-active {
    margin-bottom: -1px;
    background-color: #fe7c00;
    color: #fff;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    padding: 12px 20px;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
    margin: 0 15px 0 0;
    list-style: none;
    cursor: pointer;
    background: #fff;
    color: #fe7c00;
    text-align: left;
    border-radius: 10px;
}

.resp-tabs-container {
    padding: 0px;
    clear: left;
}

h2.resp-accordion.resp-tab-active {
    border-color: #e8e8e8 !important;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    background-color: #fe7c00 !important;
    color: #fff;
    margin-bottom: 0;
    border-radius: 0px;
}

h2.resp-accordion {
    cursor: pointer;
    display: none;
    font-size: 18px;
    color: #fff;
    border-top: 0px solid #c1c1c1;
    margin-bottom: 5px;
    padding: 14px 15px;
    float: left;
    width: 100%;
    background: #001736 !important;
    border-radius: 0;
}

h2.resp-tab-active span.resp-arrow {
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 2px 0 0 2px;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 10px;
}

.resp-tab-content-active {
    display: block;
    border-color: #e8e8e8 !important;
}

.resp-tab-content {
    border: none;
    float: left;
    width: 100%;
    box-shadow: none;
    border-radius: 4px;
    background: transparent;
}

.list-style2 {
    list-style: none;
    padding-left: 0;
}

.list-style2 li {
    line-height: 32px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 8px;
}

.list-style2 li:before {
    content: '\e64c';
    font-family: 'themify';
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    line-height: 35px;
    color: #fe7c00;
}

.list-style2 li {
    line-height: 32px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 8px;
}

h2.resp-accordion {
    cursor: pointer;
    display: none;
    font-size: 18px;
    color: #fff;
    border-top: 0px solid #c1c1c1;
    margin-bottom: 5px;
    padding: 14px 15px;
    float: left;
    width: 100%;
    background: #001736 !important;
    border-radius: 0;
}

.section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 80px;
    background-color: #fff;
}

.left {
    max-width: 55%;
}

.left h1 {
    font-family: 'Orbitron', sans-serif;
    font-size: 36px;
    color: #001F4D;
    margin-bottom: 30px;
}

.tabs {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.tab-btn {
    padding: 15px 25px;
    border-radius: 12px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
}

.tab-btn.active {
    background-color: #b80c0e;
    color: #fff;
}

.tab-btn:not(.active) {
    background-color: #b8b9bb;
    color: #fff;
}

.tab-content {
    display: none;
    align-items: center;
    gap: 30px;
}

.tab-content.active {
    display: flex;
}

.tab-content img {
    width: 250px;
    border-radius: 10px;
}

.tab-description {
    max-width: 420px;
}

.tab-description p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
}

.tab-description ul {
    list-style: none;
    padding: 0;
}

.tab-description li::before {
    content: '\2713';
    color: #f90;
    margin-right: 8px;
}

.right img {
    height: 500px;
}

@media (max-width: 992px) {
    .section {
        flex-direction: column;
        padding: 30px;
    }

    .left,
    .right {
        max-width: 100%;
    }

    .tab-content {
        flex-direction: column;
        text-align: center;
    }
}

.sidebar {
    position: sticky;
    top: 120px
}

.sidebar .widget {
    position: relative;
    display: block;
    background-color: #fff
}

.sidebar .widget .category-list li {
    display: block;
    position: relative
}

.sidebar .widget .category-list li:last-child {
    margin-bottom: 0px
}

.sidebar .widget .category-list li a {
    display: block;
    background-color: transparent;
    padding: 20px 60px 20px 20px;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    border: 1px solid #ced4da;
    color: #232323;
    border-radius: 10px
}

.sidebar .widget .category-list li span {
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #f8f9fa;
    font-size: 13px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    color: #232323;
    position: absolute;
    right: 10px;
    top: 11px;
    z-index: 1;
    transition: all ease .4s
}

.sidebar .widget .category-list li a:hover,
.sidebar .widget .category-list li.active a {
    color: #fff;
    border-color: transparent;
    background-color: var(--bs-primary);
}

.sidebar .widget .input-group-append .butn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 100%
}

.sidebar .widget .form-control {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.widget-content {
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
    position: relative;
    border-radius: 10px;
    padding: 30px
}

.blog-tags a {
    background-color: rgba(0, 23, 54, 0.1);
    padding: 9px 14px;
    color: #001736;
    font-size: 14px;
    line-height: 20px;
    margin: 0.6rem 5px 0 0;
    display: inline-block;
    border-radius: 8px;
    vertical-align: top
}

.blog-tags a:hover,
.blog-tags a:active,
.blog-tags a:focus {
    background-color: var(--bs-primary);
    color: #fff
}

.comment-reply-link {
    color: #001736;
    background: rgba(0, 23, 54, 0.1);
    padding: 5px 18px;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px
}

.comment-reply-link:hover,
.comment-reply-link:active,
.comment-reply-link:focus {
    color: #fff;
    background: #001736
}

.sidebar-banner {
    padding: 145px 0;
    border: 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.sidebar-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: all .5s linear;
    background: -webkit-linear-gradient(90deg, rgba(184, 12, 14, 0.8) 5%, transparent 80%);
    opacity: 1;
    border-radius: 10px
}

.cover-background {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.sidebar-banner .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px
}

@media screen and (max-width: 575px) {
    .widget-content {
        padding: 20px
    }
}

.service-icon {

    justify-content: center;
    align-items: center;
    display: flex;
    padding: 7px;
    border-radius: 50%;
    background-color: var(--bs-primary);
}

.service-icon img {
    height: 22px;
    width: 22px;
}

.service-list li {
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 18px;
    font-family: "Playfair Display", serif;
}

.text-justify {
    text-align: justify;
}

.social-icon a:hover {
    background: var(--bs-white) !important;
}

.social-icon a:hover i {
    color: var(--bs-primary) !important;
}

.form-group .form-control:focus,
.form-group .form-select:focus {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 .25rem rgba(246, 88, 1, .25);
}

.form-group .form-control,
.form-group .form-select {
    padding: 14px 20px 14px 20px;
    border-radius: 15px;
    background-color: var(--color-white);
    color: var(--color-dark);
    border-color: var(--border-info-color);
}

.box-shadow-certificate {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 30px 10px;
    border-radius: 8px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 25px;
    border-radius: 50px;
    background: #f6f6f6;
    transition: all .5s ease-in-out;
}

.contact-info:hover {
    transform: translateY(-8px);
}

.contact-info .icon {
    font-size: 35px;
    color: var(--color-white);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    background: var(--theme-color);
}

.contact-info .content h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--bs-dark);
}

.contact-info .content p {
    color: var(--bs-dark);
    font-weight: 500;
    font-size: 16px;
}

.contact-info i {
    color: var(--bs-primary);
}

.testimonials-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 45px;
    color: var(--bs-dark);
    margin-bottom: 0;
}

.testimonial-item-2 {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
    background: var(--color-white);
    padding: 20px 30px;
    margin: 30px 10px;
    border-radius: 8px;
}

.testimonial-author-info p {
    color: #b80c0e;
    font-weight: 600;
}

.testimonial-rate i {
    color: #FB9902;
}

.testimonial-quote p {
    position: relative;
    color: var(--bs-dark);
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    z-index: 1;
}

.client-logo {
    flex-shrink: 0;
    width: 200px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px 30px 15px;
    transition: transform 0.4s, filter 0.4s;
    padding: 18px 5px;
    text-align: center;
    border: 1px solid #f0f0f0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.about {
    padding: 80px;
}

.choose-area {
    padding: 20px 0;
}


/* ---------------------------576------------------------------- */
@media (max-width:576px) {
    .navbar:before {
        width: 250px;
    }

    .navbar-brand img {
        width: 170px;
        z-index: 4;
        height: 65px;
    }

    .hero-single .hero-content .hero-title {
        font-size: 50px;
    }

    .about {
        padding: 0px;
    }

    .owl-carousel.testimonial-carousel {
        padding-top: 0px;
    }

    .testimonial {
        padding-top: 0px !important;
    }

    .testimonial .owl-nav .owl-prev,
    .testimonial .owl-nav .owl-next {
        top: -44px;
    }

    .choose-area {
        padding: 0px 0px 0px 8px;
    }

    .about-item-content {
        padding-left: 10px;
    }

    .clients-carousel .owl-nav {
        display: none !important;
    }

    .carousel .carousel-indicators {
        margin-bottom: 16px;
    }

    .site-title {
        font-size: 23px;
    }
    .marine-carousel .owl-nav {
        display: none !important;
    }
}

/* --------------------------------------340---------------- */
@media(max-width:340px) {

    .theme-btn,
    .theme-btn2 {
        font-size: 14px;
        padding: 10px 18px;
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .hero-single {
        padding-top: 186px;
    }
}




/* -------------------- */
/* organization Section */
/* -------------------- */
.org-chart {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.org-chart ul {
    padding-top: 20px;
    position: relative;
    list-style: none;
}

.org-chart li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 20px 5px;
    position: relative;
}

.org-box {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #0d1b45;
    background-color: #f8f9fa;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 4px 4px #0d1b45;
}

.org-box.sub {
    border: 2px solid #7a7a7a;
    box-shadow: 2px 2px #7a7a7a;
}

.org-chart li::before,
.org-chart li::after {
    content: '';
    position: absolute;
    top: 0;
    border-top: 2px solid var(--bs-secondary);
    width: 52%;
    height: 20px;
}

.org-chart li::before {
    right: 50%;
    border-right: 2px solid var(--bs-secondary);
}

.org-chart li::after {
    left: 50%;
    border-left: 2px solid var(--bs-secondary);
}

.org-chart li:only-child::before,
.org-chart li:only-child::after {
    display: none;
}

.org-chart li:only-child {
    padding-top: 0;
}

.org-chart li:first-child::before,
.org-chart li:last-child::after {
    border: none;
}

.org-chart ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 2px solid var(--bs-secondary);
    width: 0;
    height: 20px;
}


@media (max-width: 767.98px) {
    .org-chart ul {
        padding-left: 0;
        padding-right: 0;
    }

    .org-chart li {
        display: block;
        padding: 10px 0;
    }

    .org-box {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1270px) and (min-width: 991px) {
    .navbar .navbar-nav .nav-link {
        position: relative;
        padding: 10px 4px;
        font-weight: 600;
        font-family: "Playfair Display", serif;
        font-size: 13px;
        transition: .5s;
        z-index: 99;
        
    }
    .navbar-brand img {
    width: 172px;
    z-index: 4;
    height: 65px;
}
}





/* image  */
.width {
    width: 400px !important;

}

.text-company {
    font-size: 20px !important;
    font-weight: 700 !important;

}

.height {

    width: 600px !important;
}


@media (max-width: 1400px) {
    .height {
        width: 450px !important;
    }

    
}

@media (max-width: 991px) {
    .height {
        width: 300px !important;
    }

    .disappear {
        display: none;
    }
    .appear{
        display:contents;
    }
}
@media (min-width: 991px) {
    
    
    .appear{
        display:none;
    }
}
label.error{
    color: red;
    position: absolute;
}