:root {
    --custom-color: #0d3b6c;
    --color: rgb(0, 163, 200);
    --bg-light: #d7747447;
    --hover: rgb(0, 163, 200);
}

body {
    margin: 0;
    padding: 0;
}

.himanshu {
    margin: 0;
}

.logo {
    display: flex;
    gap: 10px;
    align-items: center;
}

.logo h6 {
    color: var(--color);
    font-size: 20px;
    font-weight: 700;
}

.make a.nav-link.btn {
    padding: 10px 10px;
}

.make span {
    font-size: 15px;
}


img,
iframe,
video {
    max-width: 100%;
    vertical-align: middle;
}

a {
    outline: none;
    text-decoration: none;
    color: #555;
}

h4 {
    font-weight: 700;
    color: var(--custom-color);
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}


.top-header {
    background-color: var(--custom-color);
}

.sticky-top {
    background: #e0e0e0;
}

.top-header {
    background: var(--custom-color);
    color: white !important;
}

.navbar a.nav-link {
    color: var(--custom-color);
    font-size: 20px;
    font-weight: 600;
    margin-right: 10px;
}

.cal {
    outline: none;
    text-decoration: none;
    color: #dfdfdf;
    font-weight: 700;
}

.ico {
    color: #efecec;
    font-size: 33px;
}

.diss {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

h6.loce {
    color: #ede7e7;
}

a.mail {
    color: #e0e0e0;
    font-weight: 600;
}

img.logo {
    width: 25%;
}

.logo h4 {
    margin: 0;
}

.logo p {
    font-weight: 600;
}

.navbar a.nav-link:hover {
    background: var(--custom-color);
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}

header .logo span {
    font-size: 25px;
    font-weight: 700;
    color: var(--custom-color);
    /* padding-left: 10px; */
}

li.nav-item.dropdown:hover ul.dropdown-menu {
    display: block;
}

ul.dropdown-menu {
    padding: 0;
    margin-bottom: 15px;
}

a.dropdown-item {
    border-bottom: 1px solid white;
    padding: 7px 14px;
    background: var(--custom-color);
    color: #fff;
    font-weight: 700;
}

header a.navbar-brand img {
    width: 60px;
}




/* button hover css start */

.btn {
    border: none;
    /* display: block; */
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    background-color: var(--custom-color);
    padding: 10px 30px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
}

.btn span {
    position: relative;
    z-index: 1;
    color: #fff;
}

.btn:hover span {
    color: black;
}

.btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 380%;
    width: 140%;
    background: white;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.btn:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

/* button hover css end */
.text-center.ser {
    background: var(--custom-color);
    padding: 40px 20px 40px;
    transition: .5s;
    height: 230px;
    box-shadow: 4px 4px 7px;
}

.ser h5 {
    color: white;
    padding-top: 10px;
}

.logo h4 span {
    color: var(--color);
}

.ser:hover {
    transform: translateY(-10px);
}

.kanishk img {
    width: 85%;
}

.heading h2 {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--custom-color);
}

.heading h2:before {
    content: '';
    background: var(--color);
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}


.services {
    padding: 50px 0;
    background: #0000007d url(../images/bg.jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.services h2 {
    color: #dbdbdb !important;
}

.ser-box {
    background: #d9d9d9;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    transition: .5s;
    margin: 80px 0 20px !important;
}

.ser-box:hover {
    transform: translateY(-15px);
}

.img-box img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0px 0px 8px 0px;
    margin-top: -80px;
    object-fit: cover;
}

.ser-box .heading h2 {
    font-size: 24px;
    color: #0d3b6c !important;
    text-transform: none !important;
}

.ser-box .heading h2:before {
    content: '';
    background: var(--color);
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}






/* testmonial css start */

section.temonsld {
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
    column-gap: 3rem;
    padding-block: min(20vh, 3rem);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swiper-container {
    position: relative;
}

.swiper {
    width: 100%;
    padding: 60px 0 95px 0;
}

.swiper-slide {
    width: 10rem;
    height: 22rem;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    position: relative;
    border-radius: 12px;
    box-shadow: -1px 5px 15px #0000001f;

    h3 {
        color: #fff;
        font-size: 33px !important;
        line-height: 60px !important;
        margin-bottom: 0.625rem;
        letter-spacing: 0.8px;
        position: relative;
    }

    p {
        color: #fff;
        line-height: 1.6;
        font-size: 0.8rem;
    }

    .slide-content {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -45%);
        width: 90%;
    }


}

.slide-content h3 {
    font-size: 35px !important;
    line-height: 60px !important;
}

.slide-content p {
    font-size: 15px !important;
    line-height: 30px !important;
}

.swiper-slide--one {
    background: var(--custom-color);
    color: rgb(228, 228, 228);
    height: 400px;
}

.swiper-slide--two {
    background: var(--custom-color);
    color: rgb(228, 228, 228);
}

.swiper-slide--three {
    background: var(--custom-color);
    color: rgb(228, 228, 228);
}

.swiper-slide--four {
    background: var(--custom-color);
    color: rgb(228, 228, 228);
}

.swiper-slide--five {
    background: var(--custom-color);
    color: rgb(228, 228, 228);
}

.swiper-slide--six {
    background: var(--custom-color);
    color: rgb(228, 228, 228);
}

.swiper-button-prev {
    background: rgb(224, 224, 224);
    border-radius: 50%;
    top: 47%;
    left: -30px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 2px 11px rgb(0 0 0 / 17%);

    &::after {
        font-size: 0px;
        content: "";
    }

    svg {
        width: 25px;
    }
}


.swiper-button-next {
    background: rgb(197, 197, 197);
    border-radius: 50%;
    top: 47%;
    right: -30px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 2px 11px rgb(0 0 0 / 17%);

    &::after {
        font-size: 1.4rem;
        content: "";
    }

    svg {
        width: 25px;
    }
}

.swiper-button-prev,
.swiper-button-next {
    display: none;

    @media (min-width: 760px) {
        display: flex;
    }
}


.reviwe img {
    width: 25%;
    margin-bottom: 50px;
}

.re-1 img {
    width: 100%;
}


/* testmonial css end  */




.galleryy img {
    width: 100%;
    height: 340px;
    box-shadow: 5px 5px 8px;
    transition: .5s;
}

.galleryy img:hover {
    transform: translateY(-10px);
}

section.py-5.gallgey {
    background: #dfdfdf;
}

.box-1 {
    background: #e0e0e0;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 2px 5px 10px;
    text-align: start;
    height: 310px;
}

.icoo {
    font-size: 30px;
}

.diss-1 {
    display: flex;
    gap: 15px;
    align-items: center;
}

a.mail-1 {
    color: black;
}

a.cala {
    font-size: 19px;
    font-weight: 600;
    color: black;
}





.footer-bottom.py-2 {
    background: var(--custom-color);
}

img.logo1 {
    width: 35%;
}

.foter ul li {
    list-style: none;
}

.foter ul li a {
    text-decoration: none;
    list-style: none;
    font-size: 18px;
    color: black;
    font-weight: 600;
}

.foter ul li a:hover {
    color: white;
}

footer {
    background: #7c7c7c66 url(../images/bg.jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

footer .icoo {
    font-size: 20px;
}

.clii img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.cli img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}




/* responsive css */
@media (max-width:1199px) {

    .navbar a.nav-link {
        color: var(--custom-color);
        font-size: 16px;
        font-weight: 600;
        margin-right: 10px;
    }





}

@media (max-width:991px) {
    .navbar-toggler .fa-bars:before {
        font-family: 'Font Awesome 5 Pro';
        font-style: normal;
        color: #fff;
    }

    h6.hh {
        word-break: break-all;
    }

    .make a.nav-link.btn span {
        color: var(--custom-color) !important;
        font-size: 18px;
        font-weight: 600;
    }

    header .logo span {
        padding-left: 0px;
    }

    .navbar {
        justify-content: end;
        position: relative;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler {
        background-color: var(--color);
    }

    .navbar-toggler-icon {
        width: auto;
        height: auto;
    }

    div#hedmenu {
        position: absolute;
        top: 43px;
        background: var(--custom-color);
        width: 320px;
        padding: 15px;
        border-radius: 5px;
        max-height: 400px;
        overflow: scroll;
    }

    .navbar a.nav-link:hover {
        color: #fff;
        background-color: var(--color);
    }

    .navbar a.nav-link {
        background: #fff;
        color: var(--custom-color);
        font-size: 18px;
        font-weight: 600;
        margin-right: 0;
        display: inline-block;
        padding: 7px 15px;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .top-header {
        background: var(--custom-color);
        color: white !important;
        display: none;
    }


    .pt-3.leftt {
        padding-left: 50px;
    }
}

@media (max-width:767px) {
    .serva.bgg.filip-horizontal {
        margin-top: 20px;
    }

    h4 {
        font-size: 20px !important;
        font-weight: 700;
        color: var(--custom-color) !important;
    }

    .logo h6 {
        color: var(--color);
        font-size: 15px;
        font-weight: 700;
    }

    footer h4 {
        margin-top: 30px;
    }

    img.logo {
        width: 16%;
    }

}





.swiper-button-next {
    right: -50px !important;
}

.swiper-button-prev {
    left: -50px !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    display: none !important;
}

.swiper-button-prev:after {
    font-size: 22px !important;
}

.swiper-button-next:after {
    font-size: 22px !important;
}


.sticky-social {
    position: fixed;
    top: 200px;
    left: -35px;
    padding: 0px;
    margin: 0px;
    z-index: 9999;
    transition: .5s;
}

.social {
    list-style: none;
}

.social li {
    padding: 6px 9px;
    font-size: 21px;
    transition: all 0.8s ease-in-out;
}

.fb {
    background-color: #3C5A98;
}

.whats {
    background-color: #18e43a;
}
.insta {
    background: linear-gradient(45deg, #f30000, #412bdc);
}



@media (max-width:425px) {

    .swiper-button-next {
        right: 4px !important;
    }

    .swiper-button-prev {
        left: 4px !important;
    }

    .kanishk img {
        width: 100%;
    }

    .reviwe img {
        width: 50%;
        margin-bottom: 50px;
    }

    .col-md-3.px-5.footer {
        padding-left: 13px !important;
    }

    .pt-3.leftt {
        padding-left: 17px;
    }
}
