:root {
    --custom-color: #143465;
    --custom-color2: #143465;
    --bg-light: #f6fff1;
    --hover: #f5f9ff;
}

body {
    margin: 0;
    padding: 0;
}

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

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

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

h4 {
    color: var(--custom-color);
}

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

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

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

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


/* dropdown menu scroll  */

.drpmnu ul.dropdown-menu {
    overflow-y: scroll;
    height: 350px;
}

.drpmnu ::-webkit-scroll-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
}

.drpmnu ::-webkit-scrollbar-thumb {
    background: var(--custom-color);
    border-radius: 10px;
}

.drpmnu ::-webkit-scrollbar {
    width: 3px;
}


/* dropdown menu scroll */

header a.navbar-brand img {
    width: 90%;
    padding: 10px 0;
}

.logo .navbar-brand p {
    color: var(--custom-color2);
    line-height: 1.3;
    text-transform: capitalize;
    display: inline-block;
    margin: 0;
    font-weight: 700;
    padding: 5px 0;
}

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

.dropdown-item {
    padding: 6px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background-color: var(--custom-color2);
}

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

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

.sevsec {
    background: var(--hover);
}

.drgun {
    background: var(--bg-light);
}

.abtimg {
    height: 450px;
    max-width: 100%;
    width: 450px;
    overflow: hidden;
    margin: auto;
    border-radius: 50px 0 50px 0;
    box-shadow: 0px 0px 20px #4a4a4a;
}

.abtimg10 {
    height: 450px;
    max-width: 100%;
    width: 450px;
    overflow: hidden;
    margin: auto;
    border-radius: 50px 0 50px 0;
    box-shadow: 0px 0px 20px #4a4a4a;
}

.abtimg10 img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}


/* btn strt css */

.btn {
    padding: 10px 30px;
    background: var(--custom-color);
    display: inline-block;
    position: relative;
    border-style: solid;
    border-width: 1px 1px 3px;
    border-color: #ddd #ddd var(--custom-color);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    transition-duration: 0.3s;
}

.btn:hover {
    color: #fff;
}

.btn:hover:before {
    transform: scaleX(0);
}


/* btn end css */

a.rdbtn {
    border: 1px solid var(--custom-color);
}

a.rdbtn:hover {
    background: var(--custom-color);
    color: #fff;
}

.card img {
    height: 200px;
    object-fit: cover;
}

.whychoose {
    background-color: var(--hover);
    padding: 50px 0;
}

.whychoose .heading h2:before {
    margin-left: 0;
}

.textmon {
    padding: 50px 0;
    background: url(../images/banner/01.jpg);
    background-color: #4c4c4c;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}

.fa-star:before {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
}

.textmon .item {
    width: 80%;
    margin: auto;
    background: var(--hover);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

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

.textmon .item h3 {
    text-transform: capitalize;
    padding: 15px 0;
    font-weight: 700;
}

button.owl-next {
    right: -70px;
    height: 50px;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: var(--bg-light) !important;
    line-height: 0 !important;
    border-radius: 50% !important;
    width: 50px;
    position: absolute;
    top: 43%;
}

button.owl-prev {
    left: -70px;
    height: 50px;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: var(--bg-light) !important;
    line-height: 0 !important;
    border-radius: 50% !important;
    width: 50px;
    position: absolute;
    top: 43%;
}

button.owl-prev span {
    font-size: 50px;
    color: var(--custom-color);
    position: relative;
    top: -7px;
    right: 2px;
}

button.owl-next span {
    font-size: 50px;
    color: var(--custom-color);
    position: relative;
    top: -6px;
    right: 0px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: var(--custom-color2) !important;
}

.galimg img {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
    width: 100%;
}

.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 .logo img {
    width: 90%;
    padding: 10px 0;
}

footer .logo-txt {
    font-size: 1.8rem;
    color: var(--custom-color);
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0 0;
}

footer .useful-link a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
}

footer .useful-link a:hover {
    color: var(--custom-color);
}

.list-unstyled a {
    color: #fff;
    text-decoration: none;
    padding: 5px 0;
    display: block;
}


/* counter css */

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

#counter .item {
    background: #fff;
    width: calc(100%/4 - 30px);
    padding: 35px 20px;
    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(--custom-color);
    margin-bottom: 5px;
    font-size: 40px;
}

#counter i {
    font-size: 35px;
    color: var(--custom-color);
    padding-bottom: 10px;
}

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


/* counter css end */


/* sticky social icon css start */

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

.social {
    list-style: none;
}

.social li {
    padding: 10px 15px;
    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 */

footer {
    background: #464646 url(../images/banner/01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    padding: 50px 0;
}

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

.useful-link h3,
.address h3 {
    color: var(--custom-color);
    font-weight: 700;
    text-transform: capitalize;
    padding: 10px 0;
}

.useful-link a,
.address a {
    font-weight: 600;
    padding: 3px 0;
}

.sevsec.carser .card-body h4 {
    font-size: 18px;
    margin: 10px 0;
}

.sevsec.carser .card-body {
    padding: 10px !important;
}

.sevsec.carser .card img {
    height: 260px;
}

.googreimg {
    width: 25%;
}

@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: end;
        position: relative;
    }
    #counter .item {
        width: 45%;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler {
        background-color: var(--custom-color);
    }
    .navbar-toggler-icon {
        width: auto;
        height: auto;
    }
    div#hedmenu {
        position: absolute;
        top: 50px;
        background: var(--custom-color2);
        width: 320px;
        padding: 15px;
        border-radius: 5px;
        max-height: 400px;
        overflow: scroll;
        z-index: 99;
    }
    .navbar a.nav-link:hover {
        color: #fff;
        background-color: var(--custom-color2);
    }
    .navbar a.nav-link {
        background: #fff;
        color: var(--custom-color);
        font-size: 18px;
        font-weight: 600;
        margin-right: 0;
        padding: 7px 15px;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .abtvt .row {
        overflow: hidden;
    }
    .heading {
        padding-bottom: 1.5rem !important;
    }
    .sevsec,
    .map,
    footer {
        padding: 40px 0;
    }
    .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 {
        bottom: 100px;
        top: auto;
    }
    .sltfl {
        padding: 50px 0 0;
    }
    .addrs {
        margin-bottom: 50px;
    }
    .useful-link ul.list-unstyled {
        column-count: 1;
    }
    .address .list-unstyled p {
        word-break: break-all;
    }
    section.badcrm {
        padding: 50px 0;
    }
    .tithd p {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    a.dropdown-item {
        white-space: break-spaces;
    }
    .top-header .row .col-md-6 {
        text-align: center !important;
    }
    .abtvt {
        padding: 40px 0 40px;
    }
    .googreimg {
        width: 75%;
    }
    .abtimg {
        height: auto;
        width: 100%;
        margin: 20px auto;
    }
    #counter .item {
        width: 100%;
    }
    .lfimg img.w-50 {
        width: 100px !important;
    }
    .lfimg {
        margin-bottom: 20px;
    }
    .serimg {
        margin-bottom: 20px;
    }
    .heading h2 {
        font-size: 32px;
    }
}