:root{
--animation-color-html: #FF3D00;
}

.navbar-dark .header-navbar-brand .logo-dark {
    display: none;
}

.headroom--not-top .navbar-dark .header-navbar-brand .logo-dark {
    display: block;
}

.navbar-transparent.navbar-light .header-navbar-brand .logo-dark {
    display: none;
}
.navbar-transparent.headroom--not-top.navbar-light .header-navbar-brand .logo-dark {
    display: block;
}
.headroom--not-top .navbar-dark .header-navbar-brand .logo-light {
    display: none;
}

.navbar-light .header-navbar-brand .logo-light {
    display: none;
}
.navbar-transparent.navbar-light .header-navbar-brand .logo-light {
    display: block;
}
.navbar-transparent.headroom--not-top.navbar-light .header-navbar-brand .logo-light {
    display: none;
}
.banner--clone .logo-light{
	display:none;
}
.logo-light{
	max-width:90px;
	border-radius:10px;
}
.logo-dark{
	max-width:90px;
	border-radius:10px;
}
.nav-link{
    padding: 1.8rem 1.2rem;
}
.login-btn{
	background: #002540;
    border-color: #fec533 !important;
    color: #fec533;
    border-radius:30px;
}
.img-mask.mask-1 img {
    -webkit-mask-image: url(../img/svg/blob.svg);
    mask-image: url(../img/svg/blob.svg);
}
.img-mask img {
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: auto;
    width: 100%;
    max-width: 100%;
    -webkit-mask-size: auto auto;
}
/* home page style start */
.home-bg {
    background-image: url(/assets/img/home/banner-bg.png);
    background-size: cover;
    padding-bottom: 25px;
}
.banner-btn {
    color: #000;
    border: 2px solid #000;
}
.header-card{
	background-color:#fff;
	margin-top:10px;
	border-radius:15px;
	box-shadow:0 0 8px #c5c5c5;
    padding-top: 10px;
    padding-bottom: 10px;
}
.banner--stick .header-card{
	background-color:transparent;
	margin-top:10px;
	border-radius:0px;
	box-shadow:0 0 0 #000;
}
.effect-skew-rik {
    position: absolute;
    top: 15%;
    bottom: 25%;
    left: 55%;
    right: -45%;
    transform: skew(-20deg);
    border-radius: 65px 0px 0px 65px;
    pointer-events: none;
    box-shadow: inset black 0px 0px 18px -12px;
}
.service-bg {
    /* background-image: url('/assets/img/home/home-service-bg.png'); */
    background-size: cover;
    padding-bottom: 25px;
}
.service-bg .card{
	border-radius:50px;
   	box-shadow: 0 0 8px #c5c5c5;
}
#homeSlider .card{
	border-radius:30px;
}
.homeCalRetText {
    color: #002540;
    font-weight: 600;
    background: #fec533;
    border-radius: 50px;
    font-size: 13px;
}
/* home page style end */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
    }
}
.bg-primary, .icon-list.bullet-bg i[class*=bullet-primary] {
    background-color: #002540 !important;
}
.btn-primary {
    background: #002540;
    border-color: #fec533 !important;
    color: #fec533;
}
.signup-btn{
    background: #002540;
    border-color: #fec533 !important;
    color: #fec533;
}
button.hamburger {
    cursor: pointer;
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 0 0.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #343f52;
    transition: all 0.2s ease-in-out;
}
button.hamburger:before, button.hamburger span, button.hamburger:after {
    width: 1.2rem;
    height: 0.15rem;
    transition: all 0.2s ease-in-out;
    background: currentColor;
    border-radius: 2rem;
}
.btn-primary:hover{
	color: #fff;
    background-color: #002540;
    border-color: #002540;
}
.btn-outline-primary{
	border-color: #002540;
	color: #002540;
}
.btn-outline-primary:hover{
	color: #fff;
    background-color: #002540;
    border-color: #002540;	
}
.text-primary{
	color:#002540;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    border-bottom:2px solid #000;
   	color: rgb(0 37 64);
   	filter: drop-shadow(0 0 25px var(--animation-color-html))
}
.dropdown-header{
	color: #ffc633;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-top: 10px;
   	padding-bottom: 10px;
}