@import "https://use.fontawesome.com/releases/v5.15.4/css/all.css?ver=2.0.1";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&family=Yantramanav:wght@300;400;500;700;900";
@import "https://fonts.googleapis.com/css?family=Montserrat:700,400";

body {
    font-family: 'Montserrat';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins';
    font-weight: bold;
}

.navbar-brand {
    padding: 0;
}
.navbar-brand img {
    height: 65px;
    margin: -5px 0;
}
.header-top {
    background-color: rgba(30,115,190,1);
    color: #fff;
    padding: 5px 0;
}
.header-top p {
    font-size:15px;
    font-family: 'Montserrat';
    font-weight: 400;
    margin: 0;
}

ul.navbar-nav>li>a {
    position: relative;
}
ul.navbar-nav>li.active>a {
    font-weight: 600;
    color: rgb(30 115 190) !important;
}
ul.navbar-nav>li.active>a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -10px;
    left: 0;
    background-color: rgba(30,115,190,1);
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / 60%) !important;
}

.carousel-item div.content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 35%);
}
.carousel-item div.content h2 {
    text-align: center;
    color: #fff;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 3rem;
}

.pt-6, .px-6 {
    padding-top: 4.5rem!important;
}
.pb-6, .py-6 {
    padding-bottom: 4.5rem!important;
}

footer {
    width: 100%;
    z-index: 70;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-color: #2b3034;
}
.footer-copyright {
    text-align: center;
    color: #afb0b2;
    padding: 25px 0;
}
.footer-copyright span {
    font-size: 15px;
    font-family: 'Montserrat';
}

.wptwa-toggle {
    line-height: 22px;
    padding: 16px 20px;
    border-radius: 50px;
    position: fixed;
    bottom: 20px;
    right: auto;
    left: 20px;
    cursor: pointer;
    box-shadow: 0 1px 6px rgb(0 0 0 / 6%), 0 2px 32px rgb(0 0 0 / 16%);
    transition: box-shadow 80ms ease-in-out, width .4s ease .2s;
    z-index: 9999999;
    background-color: #0dc152;
    color: rgba(255, 255, 255, 1);
    text-align:center;
}


.page-title {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
}
.page-title .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-title .container .title h1 {
    color: #fff;
}

.page-title .container .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding-right: 20px;
    margin-right: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}


.page-title .container .bread-crumb li:after {
    position: absolute;
    content: ">";
    top: 0;
    right: -3px;
    font-size: 15px;
    font-weight: normal;
}

.page-title .container .bread-crumb li:last-child {
    padding: 0px;
    margin: 0px;
}
.page-title .container .bread-crumb li:last-child::after { content: ""; }


.vc_progress_bar .vc_single_bar {
    background: #f7f7f7;
    position: relative;
    margin-bottom: 11.67px;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 10%) inset;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%) inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.vc_progress_bar .vc_single_bar .vc_label {
    display: block;
    padding: 0.75em 1em;
    position: relative;
    z-index: 1;
}

.vc_progress_bar .vc_single_bar .vc_bar {
    display: block;
    position: absolute;
    height: 100%;
    background-color: #e0e0e0;
    width: 0;
    top: 0;
    left: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: width 1s linear;
    -moz-transition: width 1s linear;
    -webkit-transition: width 1s linear;
    -o-transition: width 1s linear;
}
