/*!
* Author: TimD
* Design and Developed by: timdtech.com
* NOTE: This file contains the custom styling for Template.
*
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
:focus {
  outline: none; }


.container-fluid {
    max-width: 1500px;
}
section {
    background: #ffffff;
    padding: 6rem 0;
    display: inline-block;
    width: 100%;
    clear: both;
    float: left;
}
.btn.wide{
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}
.fw-5{
    font-weight: 500 !important;
}
.fw-6{
    font-weight: 600 !important;
}
.mt-n5 {
    margin-top: -3rem !important;
}
.text-strikethrough {
    text-decoration: line-through;
}
.badge.badge-top {
    position: absolute;
    top: -0.75rem;
    bottom: auto;
}
.bl-text-wrap {
    display: inline-block;
    line-height: 1.5;
    position: relative;
}
mark.hl-text {
    color: inherit;
    padding: 0;
    background: 0 0;
    background-image: linear-gradient(120deg, rgb(214 255 74 / 100%) 0, rgb(214 255 74 / 100%) 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.8rem;
    background-position: 0 80%;
    position: relative;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
mark.hl-text.yellow{
    background-image: linear-gradient(120deg, rgb(214 255 74 / 100%) 0, rgb(214 255 74 / 100%) 100%);
}
.list-unstyled .icon-round{
    width: 1.5rem;
    height: 1.5rem;
    background: rgba(72,191,132,.1);
        flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-round.icon-round-xs>.icon {
    height: 1rem;
}
main.main-content{
    padding-top: 4rem;
}
.navbar-nav .nav-link:hover {
    color: #061020;
    -webkit-transition: all .3s cubic-bezier(.165,.84,.44,1);
    -o-transition: all .3s cubic-bezier(.165,.84,.44,1);
    transition: all .3s cubic-bezier(.165,.84,.44,1);
}
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2rem;
    height: 3px;
    background-color: #6f67d9;
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.165,.84,.44,1);
    -o-transition: all .3s cubic-bezier(.165,.84,.44,1);
    transition: all .3s cubic-bezier(.165,.84,.44,1);
}
.navbar-nav .nav-item .nav-link.active::after {
    width: 1rem;
    opacity: 1;
}
.navbar-nav .nav-item .nav-link.active{
    color: #6f67d9;
}
.navbar-nav .nav-link:hover::after {
    width: 1rem;
    opacity: .3;
}
.bradcrumd-area{
    background: url("../images/inner-ban-bg.jpg");
    padding: 10rem 0;
    position: relative;
    background-position-y: 50%;
}
.bradcrumd-area::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #152a49;
    opacity: 0.4;
}
.bradcrumd-area h1{
    font-size: 4rem;
}
.bradcrumd-area ul li{
    display: inline-block;
}
.list-pipe-separator > li:not(:last-child) > a:after {
    content: '|';
    margin: 0 0.375rem;
    opacity: .5;
}

.section-title{
    margin-bottom: 4rem;
}
.section-title h2{
    font-weight: 800;
    position: relative;
    z-index: 1;
}
.section-title p{
        font-size: 1.25rem;
    font-weight: 400;
}
.home-ban .card{
    background-color: #ddeaf8;
}
.main-foot-cta{
    text-align: center;
    color: #ffffff;
}
footer{
    padding: 6rem 0;
}
footer .list-unstyled a{
        color: #646464;
    font-weight: 400;
}
footer .list-unstyled a:hover{
    color: #4d4d4d;
    text-decoration: underline;
}
section.wcu-home .icon{ 
    height: 5rem;
    width: auto;
    margin-bottom: 1rem;
}
.hiw-home img{
    max-height: 200px;
}
.hiw-home .pros-arr::after{
    content: '';
    position: absolute;
    width: 35%;
    height: 48px;
    top: 28%;
    right: -21%;
    background: url(../images/stp-arr-01.png) center center no-repeat;
    background-size: 100%;
}
.faq-sec .accordion-button{
    padding: 1.3rem 1.5rem;
}
.kareman-gen-contact input, .kareman-gen-contact select{
    display: block !important;
    width: 100% !important;
    padding: 0.375rem 1rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    border: 1px solid #e7e7e7 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-border-radius: 0.4rem !important;
    border-radius: 0.4rem !important;
    height: 46px !important;
}
.kareman-gen-contact label{
    font-weight: 600 !important;
}
.kareman-gen-contact button[type="submit"]{
    display: inline-block !important;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid !important;
    padding: 0.7rem 1.5rem !important;
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 25%) !important;
    font-size: 1rem !important;
    -webkit-border-radius: 0.3rem !important;
    border-radius: 0.3rem !important;
    color: #fff !important;
    background-color: #6f67d9 !important;
    border-color: #6f67d9 !important;
}
/*
@media (min-width: 768px){
    .brand-logo{
        width: 210px;
    }
}
*/
@media (max-width: 991px){
    .navbar-collapse.show{
        min-height: 90vh;
    }
    .navbar-collapse{
        padding: 1rem;
    }
    .navbar-collapse .nav-link{
        padding: 1.1rem 0;
        /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
    }
    .navbar-collapse .btn{
            width: 100%;
            padding: 0.8rem;
            margin-top: 0.5rem;
            max-width: 360px;
    }
}
@media (min-width: 992px){
    .section-title h2{
        font-size: 2.5rem;
    }
}
@media (max-width: 767px){
    section{
        padding: 2rem 0;
    }
    .section-title{
        margin-bottom: 2rem;
    }
    .lead, .section-title p{
        font-size: 1.1rem;
    }
    .bradcrumd-area{
        padding: 3rem 0;
    }
    .bradcrumd-area h1 {
        font-size: 2.5rem;
    }
    .hiw-home img{
            max-height: 145px;
    }
    .hiw-home .pros-arr::after{
        display: none;
    }
    .section-title h2{
        font-size: 2rem;
    }
    .hiw-2 img{
        max-height: 300px;
    }
    .main-foot-cta h2{
            font-size: 1.5rem;
    }
    .contact-card{
        padding: 1.5rem;
    }
}