:root {
    --custom-color: #ad0101;
	--custom-color2: #333333;
    --bg-light: #e008413b;
    --hover: #1a5bfd4d;
}

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

.navbar a.nav-link {
    color: var(--custom-color);
    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;
}

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

.logo .navbar-brand p {
    color: var(--custom-color2);
    font-size: 16px;
}

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

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

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


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

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

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

.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: 10px;
    text-align: center;
    border-radius: 10px;
}

.owl-prev {
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
}

.owl-next {
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
}

.owl-nav span {
    font-size: 50px;
    color: var(--custom-color);
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent !important;
}

.galimg img {
    min-height: 250px;
    max-height: 250px;
    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: 100px;
}

footer .useful-link a {
    color: var(--custom-color);
    font-size: 18px;
    text-decoration: none;
}

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

.list-unstyled a {
    color: var(--custom-color);
    text-decoration: none;
    padding: 5px 0;
    display: block;
}

/* sticky social icon css start */

.sticky-social {
    position: fixed;
    top: 200px;
    left: -35px;
    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: -30px;
    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-color: #c1c1c1;
	padding: 50px 0;
}

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

h4.custmfont {
    font-size: 120px;
    line-height: 1.8;
    font-weight: 700;
    text-align: center;
    color: #000;
}

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

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

@media (max-width:1199px) {
    h4.custmfont {
        font-size: 90px;
    }
}

@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;
    }
    .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-color3);
    }
    .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;
    }
    .abtimg {
        padding-bottom: 20px;
    }
    .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;
    }
    h4.custmfont {
        font-size: 70px;
    }
}

@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;
    }
    .abtvt .abtcnt {
        margin-bottom: 15px;
    }
    .lfimg img.w-50 {
        width: 100px !important;
    }
    .lfimg {
        margin-bottom: 20px;
    }
    .serimg {
        margin-bottom: 20px;
    }
    header a.navbar-brand img {
        width: 50px;
    }
    .logo .navbar-brand p {
        font-size: 11px;
    }
    .logo .navbar-brand p span {
        color: var(--custom-color);
        font-size: 17px !important;
    }
    h4.custmfont {
        font-size: 60px;
    }
}