:root {
    --custom-color: #0b7fa5;
    --color: #0b7fa5;
    --bg-light: #e6f3ff;
    --hover: #c8444969;
}

body {
    margin: 0;
    padding: 0;
}

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

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
}

#top-menu li.mega-menu>ul {
    /* padding: 30px 20px; */
    /* position: absolute !important; */
    width: 100%;
    left: 0 !important;
}

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

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

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

.navbar a.nav-link {
    color: var(--color);
    font-size: 16px;
    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; */
}

.nav-link {
    display: block;
    padding: 13px;
    color: #0d6efd;
    text-decoration: none;
}

.align-items-center {
    align-items: normal !important;
}

.navbar-collapse.collapse {
    display: auto !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 10px;
    /* right: 30px !important; */
}




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

.serdp ul.dropdown-menu {
    overflow-y: scroll;
    height: 450px;
}

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

a.dropdown-item {
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 15px;
    background: #ffffff;
    color: #000000;
    font-weight: 700;
    width: 400px !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 50px !important;
}




.logo .navbar-brand p {
    color: var(--color);
    line-height: 1.1;
}

h3.text-uppercase.fw-bold {
    color: var(--color);
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    text-decoration: none;
}

/* slider css start  */

.carousel-inner .item {
    /*   max-height: 680px; */
    height: 100vh;
    background: url('https://dl.dropboxusercontent.com/u/4357218/Assets/Images/Codepen/Bootstrap%20Carousel/slide-1.jpg') no-repeat center top;
    background-size: cover;
}

.carousel-inner .item:nth-child(2) {
    background-image: url('https://dl.dropboxusercontent.com/u/4357218/Assets/Images/Codepen/Bootstrap%20Carousel/slide-2.jpg');
}

.carousel-inner .item:nth-child(3) {
    background-image: url('https://dl.dropboxusercontent.com/u/4357218/Assets/Images/Codepen/Bootstrap%20Carousel/slide-3.jpg');
}

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

.carousel-indicators {
    bottom: 100px !important;
    gap: 10px !important;
}

.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 100px !important;
}

.carousel-control {
    width: 10%;
}

.carousel-control .fa {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .fa.fa-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.item.active {
    width: 100%;
    height: 550px;
}

@media screen and (min-width: 768px) {
    .carousel-control .fa {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
}

@media screen and (min-width: 768px) {
    .carousel-control .fa-chevron-left {
        margin-left: -15px;
    }

    img {
        display: block;
        height: auto;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        object-fit: contain;
        position: relative;
        top: 0;
        transform: translate(-50%, 0%);
        width: auto;
    }
}


/**
     * Slider caption
     */

.right.carousel-control,
.left.carousel-control {
    display: none;
}

.carousel-caption {
    bottom: 36%;
}

.carousel-caption h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.carousel-caption p {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        right: 20%;
        left: 20%;
    }
}

.btn-transparent {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-transparent:hover {
    background-color: #fff;
}

.btn-rounded {
    border-radius: 70px;
}

.btn-large {
    padding: 11px 45px;
    font-size: 18px;
}


/**
     * Change animation duration
     */

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.blogs img {
    width: 100%;
}

/* slider css end  */




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

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


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

.btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 490%;
    width: 140%;
    background: white;
    color: black;
    -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);
}

.tmon-img img {
    width: 70px !important;
    border-radius: 50%;
    margin: auto;
}

.textmon .item {
    width: 50%;
    margin: auto;
    /* background: var(--bg-light); */
    background-color: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
}

.galimg img {
    min-height: 350px;
    max-height: 350px;
    /* object-fit: cover; */
}

.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: 50px 0 50px;
    background-color: var(--bg-light);
    /* background: url(../images/ser-bg-2.jpg); */
}

input[type="submit"]:hover {
    background: var(--color);
    color: #fff;
}

.menutnt h3 {
    color: var(--color);
    margin-bottom: 30px;
    position: relative;
}

.menutnt h3:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    background-color: var(--custom-color);
    bottom: -15px;
}

footer .logo img {
    width: 90%;
    padding-bottom: 10px;
    /* filter: drop-shadow(0px 0px 15px var(--custom-color)); */
}

footer .useful-link a {
    color: var(--custom-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(--color);
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 20px;
}

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

section.sevsec {
    background: url(../images/ser-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}

.sevsec .heading p {
    font-weight: 600;
    color: transparent;
    letter-spacing: 3px;
    font-size: 70px !important;
    text-transform: capitalize;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

i.far.fa-angle-double-right {
    color: var(--color) !important;
    padding-right: 10px;
}

.contus .addrs1 i {
    color: var(--color);
    font-size: 30px;
    padding: 10px 20px 10px 20px;
}

.contus .addrs1 {
    background: var(--bg-light);
    padding: 11px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px #aeaeae;
    border-radius: 5px;
}

.contus .addrs1 span.jhg {
    font-size: 18px;
    font-weight: 500;
}

.contus .addrs1 label {
    font-size: 25px;
    font-weight: 700;
    color: var(--custom-color);
    padding-right: 15px;
}


.address .list-unstyled a {
    color: var(--custom-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: var(--custom-color);
}

/* sticky social icon css start */

.sticky-social {
    position: fixed;
    top: 200px;
    left: -20px;
    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;
}

.social li a {
    color: #fff;
}

.social li:hover {
    margin-right: -15px;
    box-shadow: 2px 5px 10px grey;
}

.social li:hover .fa {
    margin-left: 20px;
}

.fa {
    color: #fff;
    transition: all 0.8s ease-in-out;
}

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

.twitter {
    background-color: #1EA1F2;
}

.insta {
    background-color: #DC4F42;
}

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

.vim {
    background-color: #59BFBE;
}


/* sticky social icon css end */

.sltfl {
    padding: 100px 0 50px;
}

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

section.badcrm {
    background: var(--custom-color);
    padding: 80px 0;
}

.tithd p {
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}


/* counter css start  */


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

#counter .item {
    background: #fff;
    width: calc(100%/4 - 20px);
    padding: 30px 30px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
}

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

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


/* counter css :end */

img.idlogo {
    height: 40px !important;
}

/* responsive css */

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

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

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

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

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

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

    div#hedmenu {
        FONT-VARIANT: JIS78;
        position: absolute;
        top: 55px;
        background: var(--custom-color);
        width: 400px;
        right: -45px;
        padding: 19px;
        border-radius: 5px;
        max-height: 800px !important;
        overflow: scroll !important;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        gap: 7px;
        width: 80% !important;
    }

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

    .navbar a.nav-link {
        background: #fff;
        color: var(--custom-color);
        font-size: 15px;
        font-weight: 600;
        /* margin-right: 0; */
        display: inherit;
        padding: 8px 0px;
        border-radius: 5px;
        margin-bottom: 5px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        left: 0px !important;
        width: 100% !important;
    }

    .abtvt .row {
        overflow: hidden;
    }

    .heading {
        padding-bottom: 1.5rem !important;
    }

    .py-5 {
        padding: 1.5rem 0 !important;
    }

    .menuimg {
        margin-top: 30px;
    }

    .sevsec .card {
        margin-bottom: 20px;
    }

    .textmon .item {
        width: 100%;
    }

    iframe {
        padding-top: 30px;
    }

    footer .col-md-3:not(:last-child) {
        padding-bottom: 20px;
    }

    .sticky-social {
        display: none;
    }

    .sltfl {
        padding: 50px 0 0;
    }

    .addrs {
        margin-bottom: 50px;
    }

    #counter .item {
        width: calc(100%/2 - 25px);
    }
}

@media (max-width:767px) {
    .cntfrm {
        margin-top: 30px;
    }

    .textmon .sttimg {
        display: none;
    }

    .useful-link {
        margin-top: 20px;
    }

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

    .abtvt .col-lg-5 {
        order: 1;
    }

    .abtcnt {
        text-align: center;
        margin-bottom: 50px;
    }

    .abtcnt h5 {
        font-size: 16px;
    }

    #counter .item {
        width: calc(100%/1);
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 231px !important;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }

    .carousel-caption h2 {
        color: #fff;
        font-size: 21px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .carousel-indicators {
        bottom: 100px !important;
        gap: 10px !important;
    }

    .carousel-indicators {
        bottom: 13px !important;
        gap: 10px !important;
    }

    /* .carousel {
        position: relative;
        height: 9px !important;
    } */

    .carousel-inner .item:after {
        content: "";
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        width: 100%;
        height: 39%;
        top: 0;
        left: 0;
    }

    .carousel-inner {
        width: 100%;
        height: 214px !important;
    }

    .navbar-brand {
        float: left;
        height: 50px;
        padding: 3px 15px !important;
        font-size: 18px;
        line-height: 20px;
    }

}

:root {
    --custom-color: #0b7fa5;
    --color: #0b7fa5;
    --bg-light: #e6f3ff;
    --hover: #c8444969;
}

body {
    margin: 0;
    padding: 0;
}

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

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
}

#top-menu li.mega-menu>ul {
    /* padding: 30px 20px; */
    /* position: absolute !important; */
    width: 100%;
    left: 0 !important;
}

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

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

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

.navbar a.nav-link {
    color: var(--color);
    font-size: 16px;
    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; */
}

.nav-link {
    display: block;
    padding: 13px;
    color: #0d6efd;
    text-decoration: none;
}

.align-items-center {
    align-items: normal !important;
}

.navbar-collapse.collapse {
    display: auto !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 10px;
    /* right: 30px !important; */
}




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

.serdp ul.dropdown-menu {
    overflow-y: scroll;
    height: 450px;
}

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

a.dropdown-item {
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 15px;
    background: #ffffff;
    color: #000000;
    font-weight: 700;
    width: 400px !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 50px !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu-dd {
    position: absolute;
    left: -300px !important;
    width: 500px !important;
    top: 40px !important;
}



.logo .navbar-brand p {
    color: var(--color);
    line-height: 1.1;
}

h3.text-uppercase.fw-bold {
    color: var(--color);
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    text-decoration: none;
}

/* slider css start  */

.carousel-inner .item {
    /*   max-height: 680px; */
    height: 100vh;
    background: url('https://dl.dropboxusercontent.com/u/4357218/Assets/Images/Codepen/Bootstrap%20Carousel/slide-1.jpg') no-repeat center top;
    background-size: cover;
}

.carousel-inner .item:nth-child(2) {
    background-image: url('https://dl.dropboxusercontent.com/u/4357218/Assets/Images/Codepen/Bootstrap%20Carousel/slide-2.jpg');
}

.carousel-inner .item:nth-child(3) {
    background-image: url('https://dl.dropboxusercontent.com/u/4357218/Assets/Images/Codepen/Bootstrap%20Carousel/slide-3.jpg');
}

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

.carousel-indicators {
    bottom: 100px !important;
    gap: 10px !important;
}

.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 100px !important;
}

.carousel-control {
    width: 10%;
}

.carousel-control .fa {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .fa.fa-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.item.active {
    width: 100%;
    height: 550px;
}

@media screen and (min-width: 768px) {
    .carousel-control .fa {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
}

@media screen and (min-width: 768px) {
    .carousel-control .fa-chevron-left {
        margin-left: -15px;
    }

    img {
        display: block;
        height: auto;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        object-fit: contain;
        position: relative;
        top: 0;
        transform: translate(-50%, 0%);
        width: auto;
    }
}


/**
     * Slider caption
     */

.right.carousel-control,
.left.carousel-control {
    display: none;
}

.carousel-caption {
    bottom: 36%;
}

.carousel-caption h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.carousel-caption p {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        right: 20%;
        left: 20%;
    }
}

.btn-transparent {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-transparent:hover {
    background-color: #fff;
}

.btn-rounded {
    border-radius: 70px;
}

.btn-large {
    padding: 11px 45px;
    font-size: 18px;
}


/**
     * Change animation duration
     */

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.blogs img {
    width: 100%;
}

/* slider css end  */




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

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


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

.btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 490%;
    width: 140%;
    background: white;
    color: black;
    -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);
}

.tmon-img img {
    width: 70px !important;
    border-radius: 50%;
    margin: auto;
}

.textmon .item {
    width: 50%;
    margin: auto;
    /* background: var(--bg-light); */
    background-color: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
}

.galimg img {
    min-height: 350px;
    max-height: 350px;
    /* object-fit: cover; */
}

.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: 50px 0 50px;
    background-color: var(--bg-light);
    /* background: url(../images/ser-bg-2.jpg); */
}

input[type="submit"]:hover {
    background: var(--color);
    color: #fff;
}

.menutnt h3 {
    color: var(--color);
    margin-bottom: 30px;
    position: relative;
}

.menutnt h3:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    background-color: var(--custom-color);
    bottom: -15px;
}

footer .logo img {
    width: 90%;
    padding-bottom: 10px;
    /* filter: drop-shadow(0px 0px 15px var(--custom-color)); */
}

footer .useful-link a {
    color: var(--custom-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(--color);
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 20px;
}

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

section.sevsec {
    background: url(../images/ser-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}

.sevsec .heading p {
    font-weight: 600;
    color: transparent;
    letter-spacing: 3px;
    font-size: 70px !important;
    text-transform: capitalize;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

i.far.fa-angle-double-right {
    color: var(--color) !important;
    padding-right: 10px;
}

.contus .addrs1 i {
    color: var(--color);
    font-size: 30px;
    padding: 10px 20px 10px 20px;
}

/* .contus .addrs1 {
    background: var(--bg-light);
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px #aeaeae;
    border-radius: 5px;
} */

.contus .addrs1 span.jhg {
    font-size: 18px;
    font-weight: 500;
}

/* .contus .addrs1 label {
    font-size: 16px;
    font-weight: 700;
    color: var(--custom-color);
    padding-right: 15px;
}

.row.addrs1 span {
    font-size: 11px !important;
    font-weight: 600 !important;
} */


.address .list-unstyled a {
    color: var(--custom-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: var(--custom-color);
}

/* sticky social icon css start */

.sticky-social {
    position: fixed;
    top: 200px;
    left: -20px;
    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;
}

.social li a {
    color: #fff;
}

.social li:hover {
    margin-right: -15px;
    box-shadow: 2px 5px 10px grey;
}

.social li:hover .fa {
    margin-left: 20px;
}

.fa {
    color: #fff;
    transition: all 0.8s ease-in-out;
}

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

.twitter {
    background-color: #1EA1F2;
}

.insta {
    background-color: #DC4F42;
}

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

.vim {
    background-color: #59BFBE;
}


/* sticky social icon css end */

.sltfl {
    padding: 100px 0 50px;
}

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

section.badcrm {
    background: var(--custom-color);
    padding: 80px 0;
}

.tithd p {
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}


/* counter css start  */


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

#counter .item {
    background: #fff;
    width: calc(100%/4 - 20px);
    padding: 30px 30px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
}

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

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


/* counter css :end */

img.idlogo {
    height: 40px !important;
}

/* responsive css */

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

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

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

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

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

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

    div#hedmenu {
        FONT-VARIANT: JIS78;
        position: absolute;
        top: 55px;
        background: var(--custom-color);
        width: 400px;
        right: -45px;
        padding: 19px;
        border-radius: 5px;
        max-height: 800px !important;
        overflow: scroll !important;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        gap: 7px;
        width: 80% !important;
    }

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

    .navbar a.nav-link {
        background: #fff;
        color: var(--custom-color);
        font-size: 15px;
        font-weight: 600;
        /* margin-right: 0; */
        display: inherit;
        padding: 8px 0px;
        border-radius: 5px;
        margin-bottom: 5px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        left: 0px !important;
        width: 100% !important;
    }

    .abtvt .row {
        overflow: hidden;
    }

    .heading {
        padding-bottom: 1.5rem !important;
    }

    .py-5 {
        padding: 1.5rem 0 !important;
    }

    .menuimg {
        margin-top: 30px;
    }

    .sevsec .card {
        margin-bottom: 20px;
    }

    .textmon .item {
        width: 100%;
    }

    iframe {
        padding-top: 30px;
    }

    footer .col-md-3:not(:last-child) {
        padding-bottom: 20px;
    }

    .sticky-social {
        display: block;
    }

    .carousel-caption p {
        font-family: "Oswald", sans-serif;
        font-weight: 300;
        font-size: 20px;
        margin-bottom: 80px;
    }

    .sltfl {
        padding: 50px 0 0;
    }

    .addrs {
        margin-bottom: 50px;
    }

    #counter .item {
        width: calc(100%/2 - 25px);
    }
}

@media (max-width:767px) {

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

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

    .cntfrm {
        margin-top: 30px;
    }

    .textmon .sttimg {
        display: none;
    }

    .useful-link {
        margin-top: 20px;
    }

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

    .abtvt .col-lg-5 {
        order: 1;
    }

    .abtcnt {
        text-align: center;
        margin-bottom: 50px;
    }

    .abtcnt h5 {
        font-size: 16px;
    }

    #counter .item {
        width: calc(100%/1);
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 231px !important;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }

    .carousel-indicators {
        position: absolute;
        bottom: 40px !important;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
    }

    .carousel-caption h2 {
        color: #fff;
        font-size: 17px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .carousel-indicators {
        bottom: 100px !important;
        gap: 10px !important;
    }

    .carousel-indicators {
        bottom: 33px !important;
        gap: 10px !important;
    }

    /* .carousel {
        position: relative;
        height: 9px !important;
    } */

    .carousel-inner .item:after {
        content: "";
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        width: 100%;
        height: 34%;
        top: 0;
        left: 0;
    }

    .carousel-inner {
        width: 100%;
        height: 214px !important;
    }

    .navbar-brand {
        float: left;
        height: 50px;
        padding: 3px 15px !important;
        font-size: 18px;
        line-height: 20px;
    }

}



.buutt a {
    background: #0b7fa5;
    padding: 13px;
    /* margin-top: 19px; */
    /* position: absolute; */
    color: white;
    border-radius: 5px;
}


.buuttt a {
    background: #0b7fa5;
    padding: 13px;
    /* margin-top: 80px; */
    /* position: absolute; */
    color: white;
    border-radius: 5px;
}


/* google reviwe */


/* body {
    margin: 100px 0;
    padding: 30px;
} */

.contain {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.item {
    align-items: center;
    background-color: #efefef;
    color: #000000;
    /* display: flex; */
    height: 300px;
    justify-content: center;
    box-shadow: 1px 2px 20px -10px;
    padding: 40px;
}


.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 20px;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}


/* google reviwe */