/********** Template CSS **********/
:root {
    --primary: #0c4270;
    --light: #F0FBFC;
    --dark: #181d38;
}

body{
    overflow-x: hidden;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** 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;
}


.new-font {
    font-size: 45px;
    font-weight: 900;
    font-family: sans-serif;
}

/*** Button ***/
.btn {
    border-radius: 35px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
    background-color: #78c043;
}

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

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

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

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


/* ==== topbar section start ==== */

#topbar {
    background: #303133;
    padding: 6px 0;
    font-size: 13px;
    color: #fff;
}


.float-left {
    float: left !important;
}


.float-right {
    float: right !important;
}



#topbar .contact-info .fa-phone {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #e9e9e9;
}

#topbar .contact-info i {
    color: #fff;
    padding: 4px;
}


#topbar .social-links a {
   background-color: grey;
    display: inline-block;
    line-height: 1px;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}

/* ==== topbar section end ==== */



/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    /*margin-left: 8px;*/
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
        background-color: white;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 800;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
    height: 90px;
}

.navbar .logo {
    /* width: 250px; */
}



.navbar #navbarCollapse .btn {
    margin-right: 50px !important;
    padding: 13px !important;
    width: 170px;
    height: 50px;
    margin-top: 10px;
    transition: box-shadow 0.3s ease-in-out;
    animation: glow 1s infinite alternate;
}

.navbar #navbarCollapse .btn:hover {
    box-shadow: 0 0 15px 0 rgba(0, 255, 0, 0.8);
}


#neonShadow {
    height: 50px;
    width: 100px;
    border: none;
    border-radius: 50px;
    transition: 0.3s;
    background-color: #78c043;
    animation: glow 1s infinite;
    transition: 0.5s;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 3px -3px #00000085;
    }

    100% {
        box-shadow: 0 0 3px 3px #00000085;
    }
}

.dropdown-item{
    padding: 5px !important;
}

@media (max-width:760px) {


    .navbar .logo {
        /* width: 170px; */
    }

    .dropdown-item {
        color: black;
    }

}



@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
        width: 240px;
        background-color: #000000b8;
    }
}


/*** Header carousel ***/


.final-slider .owl-carousel img {
    filter: brightness(0.5);
}


.final-slider .container-fluid .owl-carousel #slider-text {
    padding-top: 170px;
}



@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 130px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: auto;
        object-fit: cover;
    }


    .final-slider .container-fluid .owl-carousel #slider-text {
        padding-top: 20px;
    }

    .final-slider .container-fluid .owl-carousel #slider-text h1 {
        font-size: 15px;
    }

    .final-slider .container-fluid .owl-carousel #slider-text p {
        display: none;
    }

}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    height: 210px;
    background: linear-gradient(rgba(48, 49, 51, .4), rgba(48, 49, 51, .4)), url(../img/banner/Engine-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.page-header h1 {
    padding-top: 80px;
}

@media (max-width:760px) {

    .page-header {
        height: 100px;
    }

    .page-header h1 {
        padding-top: 20px;
    }

}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: black;
    transition: .5s;
    color: white;
}

.service-item:hover {
    margin-top: -10px;
    background: #000;
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    /* background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        /* width: 200px; */
    }
}

@media (max-width: 768px) {

    .testimonial-carousel {
        height: 554px;
    }
    .testimonial-carousel .owl-nav {
    /* background: #000; */
    position: absolute;
    top: 0%;
    z-index: 999;
    left: -3%;
    transform: translateY(-50%);
    display: flex;
    /* flex-direction: column; */
}

}

@media (min-width: 992px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        /* width: 300px; */
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    /* background: #000 !important; */
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    /* background: #000; */
    position: absolute;
    top: 50%;
    z-index: 999;
    left: -3%;
    transform: translateY(-50%);
    display: block;
    /* flex-direction: column; */
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #000;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

/* .testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
} */


/*** Footer ***/


.final-footer {
    background-color: #303133;
}


.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 0;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}





/* ==== modal section start ==== */
.modal .modal-content {
    border-radius: 15px;
    /*background-color: #000;*/
}

.modal .modal-content .modal-header h5 {
    color: white;
}

.modal .modal-content .modal-header .btn-close {
    background-color: white;
}

.modal .modal-content .modal-body form .mb-3 label {
    color: #000;
}

.modal .modal-content .modal-footer button {
    background-color: #000;
    color: white;
}

/* ==== modal section end ==== */




/*-----------------------------
    whatsapp icon starts here
-------------------------------*/

.whatsapp {
    padding-top: 10px;
    position: fixed;
    bottom: 25px;
    border-radius: 50px;
    right: 20px;
    z-index: 1000;
    background-color: #25d366;
    color: #fff;
    width: 145px;
    height: 50px;
    /* border-radius: 50%; */
    text-align: center;
    line-height: 30px;
    font-weight: 800;
    font-size: 20px;
    transition: background-color 0.3s ease;
    margin-left: 0;
}


@media (max-width:760px) {


    .whatsapp {
        display: none;
    }


}


.whatsapp-btn {
    position: fixed;
    width: 48px;
    height: 48px;
    line-height: 50px;
    bottom: 102px;
    right: 44px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 9999;
}

.whatsapp-btn i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-top: 10px;
}

.whatsapp-btn:hover i {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

/*-----------------------------
    whatsapp icon end here
-------------------------------*/



/*-----------------------------
      calling button starts here
  -------------------------------*/


.call-now {
    padding-top: 10px;
    position: fixed;
    bottom: 85px;
    border-radius: 50px;
    right: 20px;
    z-index: 1000;
    background-color: #19aac7;
    color: #fff;
    width: 145px;
    height: 50px;
    /* border-radius: 50%; */
    text-align: center;
    line-height: 30px;
    font-weight: 800;
    font-size: 20px;
    transition: background-color 0.3s ease;
    margin-left: 0;
}


@media (max-width:760px) {


    .call-now {
        display: none;
    }


}



.call-btn .telephone {
    z-index: 99999;
    position: fixed;
    right: 44px;
    bottom: 160px;
    background: #19aac7;
    width: 48px;
    height: 48px;
    padding: 13px;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: telephone 0.6s linear infinite;
    animation: telephone 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}


.call-btn .telephone i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 1.4rem;
}

.call-btn .telephone:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}


span.num {
    position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
}

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

/*-----------------------------
      calling button end here
  -------------------------------*/


/* ===== you-tube section start ==== */

.youtube-part .container .btn {
    margin-left: 42%;
}

@media (max-width: 580px) {
    .youtube-part .container .btn {
        margin-left: 20%;
    }
}

/* ===== you-tube section end ==== */




/* ==== gallery section start ==== */


.gallery-img .container {
    max-width: 80rem;
    width: 100%;
    padding: 2rem 2rem;
    margin: 0 auto;
}

.gallery-img .main {
    .container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1rem;
        justify-content: center;
        align-items: center;
    }

    .gallery-img .card {
        color: $color-black;
        border-radius: 2px;
        background: $color-white;
        box-shadow: $box-shadow;

        &-image {
            position: relative;
            display: block;
            width: 100%;
            padding-top: 70%;
            background: $color-white;

            img {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
}

@media only screen and (max-width: 600px) {
    .gallery-img .main {
        .container {
            display: grid;
            grid-template-columns: 1fr;
            grid-gap: 1rem;
        }
    }
}

.gallery-img .main .container .card .card-image img {
    width: 100%;
}

/* ==== gallery section end ==== */


/* ==== about section start ==== */

.about-section img {
    max-width: 100%;
    height: auto;
}

.about-section .inner-column {
    margin-top: 70px;
}


.about-section .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    /* margin-top: 35px; */
    text-align: justify;
}


.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-color: #00aeef;
}

.btn-style-one:hover {
    background-color: #0794c9;
    color: #ffffff;
}

.about-section {
    position: relative;
    padding: 10px 0 70px;
}

.about-section .sec-title {
    /* margin-bottom: 45px; */
}

.about-section .content-column {
    position: relative;
    margin-bottom: 50px;
}

@media (max-width:760px) {

    .about-section .content-column {
        position: relative;
        margin-bottom: 50px;
        padding-top: 0px;
    }

}


.about-section .content-column .inner-column {
    position: relative;
    padding-left: 30px;
}

.about-section .text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
}

.about-section .list-style-one {
    margin-bottom: 45px;
}

.about-section .btn-box {
    position: relative;
}

.about-section .btn-box a {
    padding: 15px 50px;
}

.about-section .image-column {
    position: relative;
}

.about-section .image-column .text-layer {
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column {
    position: relative;
    padding-left: 80px;
    padding-bottom: 0px;
}

.about-section .image-column .inner-column .author-desc {
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: #000;
    padding: 10px 15px;
    left: 96px;
    width: calc(100% - 152px);
    border-radius: 50px;
}

.about-section .image-column .inner-column .author-desc span {
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
    display: block;
    font-weight: 400;
}

.about-section .image-column .inner-column:before {
    content: '';
    position: absolute;
    width: calc(50% + 80px);
    height: calc(100% + 160px);
    top: -80px;
    left: -3px;
    background: transparent;
    z-index: 0;
    border: 44px solid #f1020c;
}

.about-section .image-column .image-1 {
    position: relative;
}

.about-section .image-column .image-2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
    box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
    border-radius: 46px;
}



@media (max-width:760px) {


    .about-section .content-column .inner-column {
        position: relative;
        padding-left: 0px;
    }


}

/* ==== about section end ==== */



/* ===== counter section start ==== */

.final-count {
    margin-top: 40px;
    margin-bottom: 80px;
}


.count {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 40px;
    font-weight: bold;
}

.counter-wrapper {
    background: #333;
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url("../img/banner/car-servicing-banner.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
}

.counter-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.counter-inner {
    position: relative;
    z-index: 2;
}

.count-icon {
    font-size: 48px;
}

/* ===== counter section end ==== */


/* ===== service section start ==== */
:root {
    --main-color: #5557B4;
}

.final-service .serviceBox {
    color: var(--main-color);
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 10px 10px 20px;
    border: 3px solid #000;
    position: relative;
    z-index: 1;
    cursor: pointer;
    height: 100%;
}

.final-service .serviceBox:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #000;
}

.final-service .serviceBox:before,
.final-service .serviceBox:after {
    content: "";
    background: #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.final-service .serviceBox img {
    /* width: 150px; */
}

.final-service .serviceBox:after {
    background: #000;
    width: 50%;
    height: 100%;
    box-shadow: none;
    transform: translateX(0) translateY(0);
    top: 0;
    left: auto;
    right: 0;
    z-index: -2;
}


.final-service .serviceBox .service-icon {
    color: #fff;
    background: #ef1d26;
    font-size: 40px;
    line-height: 85px;
    width: 85px;
    height: 85px;
    margin: 0 0 25px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    position: absolute;
}

.final-service .serviceBox .title {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    /* margin: 15px 10px 10px; */
    padding-top: 12px;
}

.final-service .serviceBox .description {
    color: #888;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    margin: 0 15px 0;
}

@media only screen and (max-width: 1199px) {
    .serviceBox {
        margin: 0 0 40px;
    }
}

/* ===== service section start ==== */


/* ===== final-form section start ==== */

.final-form {
    background-image: linear-gradient(rgb(6 3 21), rgba(6, 3, 21, .5)), url(../img/icon/coworking-img1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* ===== final-form section start ==== */


/* background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/carousel-2.jpg) center center no-repeat; */


/* ==== best-service start ===== */

:root {
    --main-color: #0E6880;
}

.best-service .serviceBox {
    color: var(--main-color);
    background-color: #fff;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 0 10px 10px;
    position: relative;
    z-index: 1;
}

.best-service p {
    color: white;
}

.best-service .serviceBox:before,
.best-service .serviceBox:after {
    content: "";
    background: #000;
    border-radius: 15px 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: -1;
}

.best-service .serviceBox:after {
    background-color: #f1020c;
    height: 50%;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.best-service .serviceBox .service-icon {
    color: #fff;
    background: #000;
    font-size: 45px;
    width: 75%;
    margin: 0 auto 5px;
    border-radius: 0 0 50px 50px;
    position: relative;
}


.best-service .serviceBox .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.best-service .serviceBox .description {
    color: #555;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 25px;
}

/* ==== example-box ===== */


/* ==== best-service start  === */

.service-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    /* Setting cursor on .service-item */
}

.aButton {
    transition: transform 1s ease;
    width: 16%;
    height: auto;
}

.rotateY {
    cursor: pointer;
}

.serviceBox:hover .aButton {
    transform: rotateY(360deg);
}

.owl-carousel .owl-item img{
    height: auto;
}
/* ===== best-service end ===== */



/* ==== service-details ===== */


/* === all-service section start ==== */

.all-service .container {
    /* margin-top: 100px; */
}


.all-service .container-fluid .row .col-md-6 p {
    text-align: justify;
}


.all-service .container .intro-thumb {
    overflow: visible;
    margin: 0 0 30px;
    padding: 0 30px 30px 0;
}

.all-service .container .thumb,
.all-service figure {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.all-service .container .intro-thumb::before {
    top: 30px;
    left: 30px;
    right: 0px;
    bottom: 0;
    content: "";
    position: absolute;
    background-color: #78c043 !important;
}


.all-service .container .intro-thumb img {
    position: relative;

}

/* === all-service section end ==== */




/* ===== contact page form start ==== */

.final-contact .container .row button {
    margin-left: 170px;
}


@media (max-width:580px) {


    .final-contact .container .row button {
        margin-left: 60px;
    }

}



.m-form.-version-1 .cta-box:hover {
    background-color: var(--primary-color2);
    color: var(--secondary-color3);
}



.final-contact .container .-version-1 .cta-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --cta-box-columns-ratio: 50%;
    background-color: var(--secondary-color3);
    border-radius: var(--c-block-radius);
    width: min(100%, 70rem);
    -webkit-transition: all var(--base-transition) ease-in-out;
    transition: all var(--base-transition) ease-in-out;
}



.final-contact .container .cta-box__media {
    width: 100%;
    /* margin-top: -2.5rem; */
    /* -webkit-box-pack: end; */
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: brown;
    height: 216px;
    top: 13px;
    margin-top: 65px;
}


.final-contact .container .cta-box__media .title {
   top: 40px;
    /* margin-top: 24px; */
    position: relative;
    font-size: 20px;
    width: 260px;
    /* margin-left: 15px; */
    color: white;
    font-weight: 800;
    float: right;
}


.final-contact .container .cta-box__media .c-picture img {
   position: relative;
    bottom: 40%;
    /* margin-bottom: 56px; */
    margin-left: 0px;
    width: 306px;
}



@media (max-width:580px) {

    .final-contact .container .cta-box__media .c-picture img {
        display: none
    }

    .final-contact .container .cta-box__media {
        height: 120px;
    }


}

/* ==== contact page form end === */



/* ==== aminities section start ==== */

.final-aminities {
    margin-top: 50px;
}




.final-aminities .aminities-box {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* background-color: black; */
    border-radius: 20px;
    padding: 14px;
    height:100%;
}



.final-aminities .aminities-box .aButton {
    transition: transform 1s ease;
}

.final-aminities .aminities-box .rotateY {
    cursor: pointer;
}

.final-aminities .aminities-box:hover .aButton {
    transform: rotateY(360deg);
}


.final-aminities .aminities-box h4 {
    color: black;
    font-size: 17px;
}


/* ==== aminities section end ==== */





/* ==== professional section start ==== */

.professional {
    margin-top: 50px;
}

.professional ul {
    font-size: 18px;
    line-height: 35px;
}


/* ==== professional section end ==== */



/* ===== media query start === */

@media (max-width:760px) {


    .about-section {
        position: relative;
        padding: 0px 0 10px;
    }

}


/* ==== media query end === */



/* ==== new about start ==== */

.new-about {
    background-color: #F2F3F7;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 70px;
}

.new-about .new-about-box {
    margin-top: 100px;
}



@media (max-width:760px) {

    .new-about {
        padding-top: 0px;
    }

    .new-about .new-about-box {
        margin-top: 10px;
    }

}

/* ==== new about end ==== */




/* ===== new service section start ==== */

.new-service .container .popular-box {
    height: 426px;
}


.new-service .new-service-box .workspace-content {
    background: #000000cf;
    border-radius: 20px;
    position: relative;
    left: 10px;
    /* right: 10px; */
    bottom: 140px;
    padding: 15px 20px;
    text-align: center;
    z-index: 111;
    width: 94%;
}

/* ==== new service section end ==== */




/* ==== new gallery start ==== */

#portfolio {
    padding: 40px;
    margin-top: 50px !important;

}


#portfolio .gallery_product img {
    width: 100%;
    height: 250px;
}


#portfolio .gallery-title {
    font-size: 36px;
    color: #78c043;
    text-align: center;
    font-weight: 700;
    padding: 40px 20px 60px;
}

#portfolio .filter-button {
    font-size: 18px;
    border: 1px solid #000 !important;
    border-radius: 5px;
    text-align: center;
    color: #000 !important;
    margin-bottom: 30px;

}


#portfolio .filter-button:hover,
#portfolio .filter-button.active {
    background-color: #78c043 !important;
    color: white;
}


#portfolio .filter-button:hover {
    font-size: 18px;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    color: #ffffff !important;
    background-color: #78c043;

}

#portfolio .btn-default:active .filter-button:active {
    background-color: #78c043;
    color: white;
}

#portfolio .port-image {
    width: 100%;
}

#portfolio .gallery_product {
    margin-bottom: 30px;
}


@media (max-width:760px) {


    #portfolio .gallery_product img {
        width: 100%;
        height: 100%;
    }

}

/* ==== new gallery end ==== */



/* ====  working pattern start ===== */

.final-work {
    /* margin-top: 100px; */
}

.final-work .container .final-work-box {
    background-color: #333;
    padding: 25px;
    border-radius: 20px;
}


.final-work .container .final-work-box .btn-box {
    margin-bottom: 30px;
    text-align: center;
    /* margin-top: 100px; */
}


.final-work .container .final-work-box h1 {
    color: white;
    font-size: 150px;
    text-align: center;
}


.final-work .container .final-work-box p {
    color: white;
}



@media (max-width:760px) {


    .final-work {
        margin-top: 50px;
    }
}

/* ====  working pattern end ===== */



/* ===== final-test section start ==== */
.final-test .testimonial-item {
    padding: 15px;
    border-radius: 10px;
    background-color: #285081;
    height: 70%;
}

@media screen and (max-width: 750px) {
 .final-test .testimonial-item {
    padding: 15px;
    border-radius: 10px;
    background-color: #285081;
    /*height: 85%;*/
} 
}

.final-test {margin-top: 100px !important;}

.final-test .testimonial-item .testimonial-text p {
    color: white;
}




/* ===== final-test section end ==== */



/* ==== final blog section start ==== */
.final-blog {
    margin-top: 70px;
}


.final-blog .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.final-blog .card {
    overflow: hidden;
    box-shadow: 0px 2px 20px #d7dfe2;
    background: white;
    border-radius: 0.5rem;
    position: relative;
    width: 350px;
    margin: 1rem;
    transition: 250ms all ease-in-out;
    cursor: pointer;
}

.final-blog .card:hover {
    transform: scale(1.05);
    box-shadow: 0px 2px 40px #d7dfe2;
}

.final-blog .banner-img {
    position: absolute;
    object-fit: cover;
    height: 14rem;
    width: 100%;
}

.final-blog .category-tag {
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    background: red;
    padding: 0.5rem 1.3rem 0.5rem 1rem;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 1rem;
    border-radius: 0 2rem 2rem 0;
}

.final-blog .popular {
    background: #78c043;
}

.final-blog .technology {
    background: #78c043;
}

.final-blog .psychology {
    background: #78c043;
}

.final-blog .card-body {
    margin: 14rem 1rem 1rem 1rem;
}

.final-blog .blog-hashtag {
    font-size: 0.9rem;
    font-weight: 500;
    color: #4d97b2;
}

.final-blog .blog-title {
    /* line-height: 1.5rem; */
    margin: 1rem 0 0.5rem;
}

.final-blog .blog-description {
    color: #616b74;
    font-size: 0.9rem;
}

.final-blog .card-profile {
    display: flex;
    margin-top: 2rem;
    align-items: center;
}

.final-blog .profile-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.final-blog .card-profile-info {
    margin-left: 1rem;
}

.final-blog .profile-name {
    font-size: 1rem;
}

.final-blog .profile-followers {
    color: #616b74;
    font-size: 0.9rem;
}


/* ==== final blog section end ==== */




/* ==== modal section start ==== */

.modal .modal-content .modal-header {
    background-color: #000;
}

.modal .modal-content .modal-body {
    background-color: white;
}

.modal .modal-content .modal-header h5 {
    color: white;
    font-size: 26px;
    margin-left: 60px;
}


.modal .modal-content .modal-body button {
    margin-left: 190px;
}




@media (max-width:580px) {


    .modal .modal-content .modal-header h5 {
        color: white;
        font-size: 22px;
        margin-left: 0px;
    }


    .modal .modal-content .modal-body button {
        margin-left: 112px;
    }


}


/* ==== modal section end ==== */


/* ===== blog-detail section start ==== */

.blog-detail {
    margin-top: 30px;
}


.blog-detail .container .row .latestside-box {
    padding: 10px;
    border-bottom: 1px solid grey;
}


.blog-detail .container .row .latestside-box h5 {
    font-size: 16px;
}


.blog-detail .container .row .latestside-box:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}


.blog-detail .container .row .col-md-5 {
    /* background-color: #e9ecef; */
    padding: 30px;
    height: 100%;
}

/* ===== blog-detail section end ==== */



/* ===== clients logo start ==== */

.final-client {margin-top: 50px;}

.final-client .slick-slide {
    margin: 0px 20px;
}

.final-client .slick-slide img {
    width: 100%;
}

.final-client .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.final-client .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.final-client .slick-list:focus {
    outline: none;
}

.final-client .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.final-client .slick-slider .slick-track,
.final-client .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.final-client .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.final-client .slick-track:before,
.final-client .slick-track:after {
    display: table;
    content: '';
}

.final-client .slick-track:after {
    clear: both;
}

.final-client .slick-loading .slick-track {
    visibility: hidden;
}

.final-client .slick-slide {
    display: none;
    float: left;
    /* height: 100%; */
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.final-client .slick-slide img {
    display: block;
}

.final-client .slick-slide.slick-loading img {
    display: none;
}

.final-client .slick-slide.dragging img {
    pointer-events: none;
}

.final-client .slick-initialized .slick-slide {
    display: block;
}

.final-client .slick-loading .slick-slide {
    visibility: hidden;
}

.final-client .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.final-client .slick-arrow.slick-hidden {
    display: none;
}


/* ==== clients logo end ===== */

/* service slider */
.slide-container{
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
  height: 500px;
}
.card{
  border-radius: 25px;
  background-color: #FFF;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content{
  position: relative;
  row-gap: 5px;
  /*padding: 25px 0;*/
}

.card-image{
  position: relative;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 200px !important;
  width: 100%;
  border-radius: 20px;
  object-fit: contain;
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}

.ser{
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.para{
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.swiper-slide{
    height: 500px !important;
}

.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #265DF2;
}

.swiper-navBtn{
  color: #78c043;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #78c043;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 38px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #78c043;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;
}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
}
