:root {
    --custom-color: #164f9c;
    --color: #f37c16;
    --bg-light: #ffebd9;
    --hover: #cdd6e1;
}

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);
}

a:hover, a:focus{
	outline: none;
	text-decoration: none;
}

.top-header {
    background-color: var(--custom-color);
}

header.sticky-top {
    background: #ededed;
}

.navbar a.nav-link {
    color: var(--custom-color);
    font-size: 18px;
    font-weight: 600;
    margin: 10px;
    position: relative;
    padding: 0 !important;
}

header a.nav-link:before {
    content: '';
    position: absolute;
    background: var(--color);
    width: 0;
    height: 3px;
    transition: 0.5s all ease-in-out;
    right: 0;
    margin: 0 auto;
    bottom: -5px;
}

.navbar a.nav-link:hover:before {
    width: 100%;
    right: auto;
    left: 0;
}

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 var(--color);
    padding: 7px 15px;
    background: var(--custom-color);
    color: #fff;
    font-weight: 700;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--color);
}


.logo .navbar-brand p {
    color: var(--color);
    line-height: 1.1;
}

header a.navbar-brand img {
    width: 70%;
}

.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;
}

.abtvt {
    padding: 40px 0 80px;
    background-color: var(--bg-light);
    background: linear-gradient(360deg, #dcefff 30%, #ffffff 100%);
}

.sevsec {
    background: var(--hover);
    padding: 60px 0;
}

.rdbtn {
    background-color: var(--color) !important;
	color: #fff;
}

.rdbtn:hover {
    background: var(--custom-color) !important;
    color: #fff;
}








.sevsec .card {
    transition: all 0.5s;
    margin-bottom: 20px;
}

.card:hover .card-body {
    background: var(--bg-light);
}

.card img {
    height: 200px;
    object-fit: cover;
}

.galimg {
    overflow: hidden;
    border: 1px solid var(--color);
}

.galimg img {
    width: 100%;
    transition: all 0.5s;
    height: 350px;
    object-fit: cover;
}

/* .galimg img:hover {
    transform: scale(1.2);
    transition: all 0.5s;
} */

.lfimg:hover .hover {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
    top: 13px;
}

.lfimg .hover {
    opacity: 1;
    transition: 0.5s;
    visibility: hidden;
    position: absolute;
    top: 0;
}

.lfimg:hover>img {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.textmon {
    /* background-color: var(--hover); */
    padding: 50px 0;
}

/* counter css start */

#counter{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e6e6e7;
    padding: 50px 0px;
    width: 100%;
    flex-wrap: wrap;
}
#counter .item{
    background: #fff;
    /* width: 300px; */
    padding: 20px 15px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
} 
#counter .item .counting{
    color: var(--custom-color);
    margin-bottom: 5px;
    font-size: 40px;
}
#counter .item h4{
    color: var(--color);
    text-transform: capitalize;
}

#counter i {
    font-size: 35px;
    color: var(--custom-color);
    padding-bottom: 15px;
}

/* counter css end */

.fa-star:before {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
}

section.homcont {
    padding: 80px 0;
    background: #ededed;
}

.homcont .cntfrm label, .map .cntfrm label{
	padding-bottom: 8px;
}

.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);
  }

.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;
}

.gallimg img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.lfimg:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    transition: 0.5s;
    transform: translateY(10px);
}

.lfimg{
    transition: 0.5s;
}

.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); */
    background: #d7d7d7 url(../images/bgimg.jpg);
    background-blend-mode: multiply;
    /* color: #fff; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
}

footer .logo img {
    width: 80%;
}

footer .useful-link a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.5s;
    display: inline-block;
    padding: 5px 0 0;
}

footer .useful-link a i {
    color: var(--color);
}

.address i {
    color: var(--color);
    font-size: 25px;
}

footer h4 {
    color: var(--custom-color);
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 20px;
}

footer .address {
    background: #ffffff4d;
    padding: 0px 15px;
}

footer .useful-link a:hover {
    color: var(--custom-color);
    padding-left: 15px;
    transition: all 0.5s;
}

i.far.fa-angle-double-right {
    color: #fff !important;
    padding-right: 10px;
}

.address .list-unstyled a {
    color: var(--custom-color);
    text-decoration: none;
    padding: 5px 0;
    display: flex;
    font-weight: 600;
    word-break: break-all;
    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: 250px;
    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: -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;
}

.whats {
    background-color: #18e43a;
}

/* 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;
}

.footer-bottom img.nkbrand {
    width: 50px;
    margin-left: 10px;
}

.homcont .contus .addrs1 {
    background: var(--bg-light);
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px #aeaeae;
    border-radius: 5px;
    word-break: break-all;
}

.homcont .contus .addrs1 i {
    color: var(--color);
    font-size: 30px;
    padding: 10px 20px 10px 20px;
}

.homcont .contus .addrs1 span.jhg {
    font-size: 18px;
    font-weight: 500;
}

.homcont .contus .addrs1 label {
    font-size: 25px;
    font-weight: 700;
    color: var(--custom-color);
    padding-right: 15px;
}

/* 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: 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;
        padding: 5px 15px !important;
    }
    .abtvt .row{
        overflow: hidden;
    }
    .heading {
        padding-bottom: 1.5rem !important;
    }
    .py-5 {
        padding: 1.5rem 0 !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;
    }
    .sltfl{
        padding: 50px 0 0;
    }
    .addrs {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .footer-bottom .col-md-6 {
        text-align: center !important;
    }
    .footer-bottom img.nkbrand {
        display: block;
        margin: 10px auto 0;
    }
    .top-header .col-md-6 {
        text-align: center !important;
    }
}
















