html {
    position: relative;
   height: 100%;
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #ffff;
    overflow-x: hidden;
        font-size: 16px;
        color: #3a3a3e;
        font-weight: 400;
}
.bold{
      font-weight: 700;
}
.medium{
      font-weight: 500;
}
.theme-color{
color: #C30102;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}
/* footer */
.secondary-footer {
    background-color: #2A2525;
    padding: 5px 0px 6px;
    color: #FFFCFC;
    font-size: 14px;
}
.sec-pad{
    padding: 4rem 0;
}
.f-title{
    text-decoration: underline;
        font-size: 18px;
        margin-bottom: 20px;
}
.f-link a{
    transition: all 0.2s ease-in-out;
}
.f-link a:hover{
    color: #C30102;
}
.f-link  li{
    margin-bottom: 10px;
}

/* logos */
.title{
    color: #473E3E;
    font-size: 50px;
    margin-bottom: 60px;
}
/* features */
.bg-dark{
    background-color: #111311!important;
}
.sub-title{
    color: #FFFCFC;
    font-size: 44px;
    margin-bottom: 30px;
}
.features p{
    color: #B5B5B5;
   font-size: 17px;
    line-height: 28px;
}
/* how it works */
.sub-title.text-black{
        color: #473E3E;
}
.how-it-works{
     font-size: 17px;
    line-height: 28px;
}
.btn-theme{
        color: #FFFCFC;
    background: #C30102 0% 0% no-repeat padding-box;
    border-radius: 50px;
    text-align: center;
    padding: 8px 30px 10px;
    transition: all 0.2s ease-in-out;
}
.btn-theme:hover{
    color: #FFFCFC;
    background-color: #9f0506;
}
.btn-black{
        color: #FFFCFC;
    background: #473E3E 0% 0% no-repeat padding-box;
    border-radius: 50px;
    text-align: center;
    padding: 8px 30px 10px;
    transition: all 0.2s ease-in-out;
}
.btn-black:hover{
    color: #FFFCFC;
   background-color: #1c1919;
}
.hiw-mt{
    margin-top: -4rem;
}
/* hero */
.hero{
    background-image: url('../img/bg.jpg');
    background-size: cover;
    background-position: center;
   height: 937px;
    width: 100%;    
    padding: 8rem 0 6rem;
}
.logo{
  transition: all ease .5s;
  width: 141px;
}
.hero p{
            font-size: 20px;
    line-height: 36px;
}
.hero .title{
        color: #473E3E;
    font-size: 58px;
    line-height: 75px;
    margin-bottom: 34px;
}
.hero-img{
        margin-top: -31rem;
}
.header{
        background-color: transparent;
    padding: 5px 0px;
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    transition: all ease .5s;
    z-index: 99;
}
#navbar-hamburger.show{
    display: block;
}
#navbar-hamburger, #navbar-close{
    display: none;
}
#navbar-close.show{
    display: block;
}
.header.sticky-bar{
 background-color: #fff;
}
.header.sticky-bar .logo{
    width: 120px;
}
.sticky-bar.header {
    padding: 4px 0px;
    box-shadow: 0px 3px 15px #afafaf1a;
}

.dropdown-toggle::after {
        display: inline-block;
        content: "\f107";
            font: normal normal normal 23px/1 FontAwesome;
        margin-left: 10px;
        /* vertical-align: 0.255em; */
        border-top: 0em solid;
        border-right: 0em solid transparent;
        border-bottom: 0;
        border-left: 0em solid transparent;
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu{
           top: 100%;
        border: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        padding: 0px;
        min-width: 215px;
        box-shadow: 0px 3px 15px #afafaf38;
    }
    .dropdown-item {
           display: flex;
    align-items: center;
        width: 100%;
        padding: 11px 10px;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
   .dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #2bace2;
}
    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #db0101;
        
        }
        .dropdown-menu{
     left: 0;
    }
        .header.sticky-bar  .dropdown-menu{
        top: 55px;
     left: 0;
    }
/*.nav-link:hover::before, .nav-item.active .nav-link::before, .nav-link.active::before {
    transform: scale3d(1,1,1);
}
.nav-link::before, .nav-item.active .nav-link::before {
    content: "";
    width: 21px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0px;
    margin: auto;
    bottom: 1px;
    transition: 0.5s transform ease;
    transform: scale3d(0,1,1);
    transform-origin: 50% 50%;
    background: #485054;
}*/
.nav-link::before, .nav-item.active .nav-link::before, .nav-item .nav-link.active::before {
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s transform ease;
    transform: scale3d(0,1,1);
        background: #c30102;
    transform-origin: 100% 50%;
}
.nav-link:hover::before, .nav-item.active .nav-link::before, .nav-item .nav-link.active::before {
    transform: scale3d(1,1,1);
    transform-origin: 0 50%;
}
.nav-link:focus, .nav-link:hover {
        color: #c30102;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-size: 17px;
    color: #485054;
    position: relative;
}
.nav-link.active{
    color: #c30102;
}
.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 18px;
    margin-left: 18px;
}
@media (min-width:1360px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 35px;
    margin-left: 35px;
}}



/*inner pages*/

.inner-header{
    position: relative;
}
.sticky-bar.inner-header{
    position: fixed;
}
.inner-title{
    font-size: 54px;
    margin-bottom: 1rem;
}
p.inner-p{
    color: #B5B5B5;
    font-size: 20px;
    line-height: 32px;
}
.white-font{
    color: #FFFCFC!important;
}

/*common users*/
.banner-bg{
        width: 100%;
    height: auto;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 360px;
    align-items: center;
    display: flex;
}
.border-box-margin{
    margin-top: 30px;
}
.border-box{
    /*background-color: #2A2525;*/
    border: 1px solid #FFFCFC;
    border-radius: 10px;
    padding: 20px 15px 15px;
    min-height: 130px;
    height: 100%;
    text-align: center;
    transition: all ease .5s;
    cursor: pointer;
}
.border-box:hover{
    transform: translateY(-5px);
}
.border-box img{
    max-height: 40px;
    margin-bottom: 12px;
}
.border-box p{
    font-size: 18px;
    line-height: 25px;
    color: #FFFCFC;
    margin-bottom: 0px;
}

/*how it works*/
.arrow-relative{
    position: relative;
}
.arrow-img{
    position: absolute;
    bottom: 0px;
}
.right-arrow{
    right: 0px;
}
.left-arrow{
    left: 0px;
}

/*contact us*/
.contact-text p{
    font-size: 18px;
    line-height: 25px;
}
.form-group{
    margin-bottom: 1.2rem;
}
.form-control{
    border-color: #C7C7C7;
    border-radius: 5px;
    padding: 7px 15px;
}
.form-control:focus{
    box-shadow: none;
    outline: 0;
    border-color: #C30102;
}
.form-control::placeholder{
    color: #9D9191;
}