:root {
    --custom-color: #1983e1;
    --color: #83b256;
    --bg-light: #d7747447;
    --hover: #1983e1;
}

body {
    margin: 0;
    padding: 0;
}

.top-header {
    background-color: var(--custom-color);
    padding: 15px;
    color: white;
}

.linnk li {
    list-style: none;
    color: white;
}

.linnk a {
    color: white;
    margin-left: 10px;
}

.linnk a:hover {
    color: white;
}

.imgdiv img:hover {
    transform: scale(1.1);
    /* overflow: hidden; */
    transition: .7s;
    cursor: pointer;
}



.serva.bgg {
    overflow: hidden;
}

.imgdiv {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.contact-info a {
    color: #ffffff;
    font-weight: 500;
    margin-right: 10px;
}

.social-links a {
    padding: 6px;
    color: #2655ac;
    background-color: white !important;
    border-radius: 50% !important;
}

.loggo {
    display: flex;
    gap: 10px;
}

.manlogo {
    width: 50px;
    height: 50px;

}

.himanshu {
    margin: 0;
}

.logo h6 {
    color: var(--color);
    font-size: 14px;
    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);
}

header.sticky-top {
    background: #ffffff;
}

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

.navbar a.nav-link:hover {
    background: var(--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; */
}

/* .abtimg img {
    height: 600px;
    width: 100%;
    object-fit: cover;
} */

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 var(--color);
    padding: 7px 15px;
    background: var(--hover);
    color: #fff;
    font-weight: 700;
}

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


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

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

.heading h2 span {
    color: var(--custom-color);
}



section.map {
    padding: 80px 0;
    background: #ededed;
}

.map .cntfrm label {
    padding-bottom: 8px;
}


/* 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:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 490%;
    width: 140%;
    background: var(--color);
    -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 */

.social-icon i {
    font-size: 22px;
    padding: 10px;
    background: var(--custom-color);
    color: #fff;
    border-radius: 50%;
}

.social-icon i:hover {
    background: #fff;
    color: var(--custom-color);
}

footer {
    padding: 80px 0 50px;
    background-color: var(--bg-light);
}

footer .logo img {
    width: 50%;
}

footer .useful-link a {
    color: var(--color);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.5s;
    display: inline-block;
    padding: 5px 0 0;
}

footer h4 {
    color: var(--custom-color);
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 20px;
}

.himanshu2 {
    color: var(--custom-color);
    margin: 0;
    font-weight: 700;

}

.jjj {
    color: var(--color);
}

footer .useful-link a:hover {
    color: #000;
    padding-left: 15px;
    transition: all 0.5s;
}

footer li {
    list-style: none;
    text-decoration: none;
    padding: 3px;
}

footer li a {
    list-style: none;
    text-decoration: none;
    font-size: 18px !important;
    font-weight: 600;
    color: var(--custom-color);
    text-transform: capitalize;
}

footer li a:hover {
    color: var(--color);
}

i.far.fa-angle-double-right {
    color: #000 !important;
    padding-right: 10px;
}

.address .list-unstyled a {
    color: var(--color);
    text-decoration: none;
    padding: 5px 0;
    display: flex;
    font-weight: 600;
    align-items: center;
}

.address .list-unstyled p {
    margin: 0;
}

.footer-bottom {
    background-color: #2655ac;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.addrs {
    background: var(--bg-light);
    padding: 30px;
    position: relative;
    text-align: center;
    height: 160px;
}

.addrs span.ico-box {
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    background: var(--color);
    width: 50px;
    margin: auto;
    border-radius: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addrs span.ico-box i {
    padding: 0;
    font-size: 25px;
    width: auto;
    color: #fff;
}

.addrs label {
    display: block;
    padding: 10px 0;
    margin: 0;
    font-size: 22px;
    color: var(--custom-color);
    text-transform: uppercase;
    font-weight: 700;
}

.addrs span.jhg {
    font-weight: 600;
    color: #fff;
}

.copy a {
    color: var(--custom-color);
    font-weight: 700;
}

.who {
    font-size: 20px;
    font-style: italic;
    color: var(--color);
}

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

.pera {
    line-height: 2;
}

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

.mbbs {
    font-weight: 700;
}

.serva img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
}

.SERVICES {
    padding: 50px 0;
    background: rgb(9 9 9 / 73%) url(../images/service/background.jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bgg {
    background-color: white;
    border-radius: 5px;
}



.filip-horizontal:hover {
    transition: all 4s;
    -webkit-transform: rotateY(-360deg);
    /* -ms-transform: rotateY(-360deg); */
    transform: rotateY(-360deg);
}

.filip-horizontal-mirror:hover {
    transition: all 4s;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.filip-vertical:hover {
    transition: all 2s;
    -webkit-transform: rotateX(-360deg);
    -ms-transform: rotateX(-360deg);
    transform: rotateX(-360deg);
}

.counter {
    background: #e9e9e9d2;
}


/* counter css strat */


.counter-sc {
    background-color: var(--bg-light);
    padding: 50px 0;
}

#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #e6e6e7; */
    padding: 40px 0px;
    width: 100%;
    flex-wrap: wrap;
}

#counter .item {
    background: #fff;
    width: 300px;
    padding: 35px 40px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
}

#counter .item .count {
    color: var(--hover);
    margin-bottom: 5px;
    font-size: 40px;
}

#counter .item h3 {
    color: #4f4e28;
    text-transform: capitalize;
}

#counter i {
    font-size: 30px;
    background: var(--color);
    color: #fff;
    padding: 13px 15px;
    border-radius: 50%;
    margin-bottom: 15px;
}


/* counter css end */

.SERVICES1 {
    padding: 50px 0;
    background: rgb(9 9 9 / 83%) url(../images/service/background.jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}









/* textmoniuam css start */
.testimonial {
    margin: 0 20px 40px;
}

.testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    position: relative;
}

.testimonial .testimonial-content:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    border-top: 15px solid #718076;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.testimonial .testimonial-content:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    border-top: 15px solid #718076;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #2655ac;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

.testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #2655ac;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}

.testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #2655ac
}

.owl-theme .owl-controls {
    margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #2655ac
}

/* textmoniuam css end */

.abtvt img {
    max-width: 100%;
    vertical-align: middle;
    height: 310px;
}

footer.bgggg {
    background: #f5f5f5;
}

.foot {
    display: flex;
    gap: 10px;
    color: var(--custom-color);
    ;
}

.foot:hover {
    color: var(--color);
}

.hh {
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
}

/* social icon css start*/

.sticky-social {
    position: fixed;
    top: 280px;
    left: -28px;
    padding: 0px;
    margin: 0px;
    z-index: 9999;
}

.social {
    list-style: none;
}

.social li {
    padding: 10px 10px;
    font-size: 25px;
    transition: all 0.8s ease-in-out;
}

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

.whats {
    background-color: #18e43a;
}


/* social icon css end*/
.box3 {
    background: #ffffffc2;
    padding: 10px;
    position: relative;
    text-align: center;
    height: 170px;
}

.box3 span.ico-box {
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    background: #2655ac;
    width: 50px;
    margin: auto;
    border-radius: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box3 span.ico-box i {
    padding: 0;
    font-size: 25px;
    width: auto;
    color: #fff;
}

.box3 span.jhg {
    font-weight: 600;
    color: #2655ac;
}

.box3 label {
    display: block;
    padding: 10px 0;
    margin: 0;
    font-size: 22px;
    color: var(--custom-color);
    text-transform: uppercase;
    font-weight: 700;
}

.mg img {
    width: 100%;
    height: 350px;
}

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

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

    .box3 {
        background: #5f83cac2;
        padding: 10px;
        position: relative;
        text-align: center;
        height: 200px;
    }

    .loggo h4 {
        font-weight: 700;
        color: var(--custom-color);
        font-size: 19px;
    }



}

@media (max-width:991px) {



    .abtvt img {
        max-width: 100%;
        vertical-align: middle;
        height: 370px;
    }

    .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;
    }
}

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

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

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

    .manlogo {
        width: 40px;
        height: 40px;
    }

    footer h4 {
        margin-top: 30px;
    }

    .contact-info a:not(:first-child) {
        display: none;
    }

    .top-header .col-md-6 {
        text-align: center !important;
    }

    .abtvt .py-y {
        padding-top: 2rem !important;
        padding-bottom: 0;
    }

}