
.bgPurple {
    background: #191340;
    color: #fff;
    text-align: center;
    padding: 16px 10px;
    overflow: hidden;
}

.bgPurple h4 {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color : #fff;
    text-align: center;
}

.bgPurple h4 span {
    color: #b3a8fe;
}

.bgPurple h4 a {
    background-image: -moz-linear-gradient(90deg, rgba(106, 84, 246, 0.99608) 0%, rgb(172, 102, 250) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(106, 84, 246, 0.99608) 0%, rgb(172, 102, 250) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(106, 84, 246, 0.99608) 0%, rgb(172, 102, 250) 100%);
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 20px;
}


header {
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}
.full-screen {
    height: 100vh;
}
header:before {
    content: "";
    background: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: -80% 100%;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40%;
    height: 100vh;
}
header.has-border:before {
    display: none;
}
header.has-border .navbar {
    border-bottom: 1px solid #e5e5e5;
}
header .nav-item, 
header .menu-item  {
    padding: 0 20px;
}
header .nav-item:focus, 
header .menu-item:focus  {
    outline: none;
}
header .nav-item .nav-link, 
header .menu-item a {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    padding: 3px 0;
}
/*header .nav-item.active .nav-link:after, */
/*header .menu-item.current-menu-item a:after,*/
/*header .nav-item .nav-link:hover:after,  */
/*header .menu-item:hover a:after {*/
/*    content: "";*/
/*    width: 14px;*/
/*    height: 4px;*/
/*    background: #2cb689;*/
/*    display: block;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    border-radius: 10px;*/
/*}*/
a.header_ac {
    background: #00b187;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    display: none;
}
a.header_ac:hover, a.header_ac:focus {
    background: #464a5e;
    color: #fff;
}
a.header_ac span {
    display: none;
}
.header_btn {
    background: #23b287;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    box-shadow: 0px 20px 30px 0px rgba(70, 74, 94, 0.15);
    transition: all ease-in .2s;
    padding: 13px 30px;
}
.header_btn:hover {
    background: #00b388;
    color: #fff;
    text-decoration: none;
    transition: all ease-in .4s;
}
.banner h1 {
    font-size: 48px;
    margin: 0;
    color: #2a2d43;
    padding-top: 10vh;
}
.banner h3 {
    font-weight: 300;
    font-size: 50px;
    color: #2a2d43;
}
.banner p {
    font-weight: 500;
    color: #2a2d43;
    font-size: 26px;
    margin-bottom: 37px;
}
.banner {
    padding-top: 8%;
    height: 90vh;
}
.banner img {
    width: 100%;
}
.navbar {
    height: 94px;
    padding: 0 !important;
}
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background: #fff;
    z-index: 9;
    animation: smoothScroll 1s forwards;
    box-shadow: 0 1px 5px rgb(0 179 136 / 8%);
    border-bottom: 1px solid #e5e5e5;
}
.sticky-header .header_btn {
    font-size: 14px;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.navbar-toggler, .navbar-toggler:focus {
    width: 30px;
    height: 30px;
    padding: 0;
    color: #464a5e;
    font-size: 20px;
    border: none;
    outline: none;
}
.navbar-brand:hover, .navbar-brand:focus {
    outline: none;
}
.admin-bar .sticky-header {
    top: 32px;
}
@media(max-width: 991px){
    .banner {
        background: #404559;
        padding-bottom: 40px;
        height: auto !important;
    }
    .navbar {
        height: 70px;
    }
    /*.hidden-sm {*/
    /*    display: none;*/
    /*}*/
    header .nav-item, 
    header .menu-item {
        padding: 0;
    }
    header .nav-item .nav-link, 
    header .menu-item a {
        padding: 10px 20px;
        border-bottom: 1px solid #ffffff1f;
        font-size: 14px;
        color: #ffff;
        display: block;
    }
    header .menu-item:hover a:after,
    header .menu-item.current-menu-item a:after {
        display: none;
    }
    .banner h1 {
        font-size: 26px;
        padding-top: 0px;
        color: #fff;
    }
    .banner h3 {
        font-size: 30px;
        color: #fff;
    }
    .banner p {
        font-size: 14px;
        margin-bottom: 20px;
        color: #fff;
    }
    .btn_green {
        font-size: 14px;
        padding: 10px 15px;
    }
    header:before {
        display: none;
    }
    header .banner {
        background: url(../images/mobile-bg.png);
        padding: 40px 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
    header {
        height: auto !important;
    }
    .navbar-collapse {
        position: fixed;
        top: 190px;
        left: 0;
        width: 100%;
        background: #464a5e;
        z-index: 999;
        box-shadow: 0px 20px 30px 0px rgba(70, 74, 94, 0.15);
        height: 100vh;
    }
    .sticky-header .navbar-collapse {
        top: 70px;
    }
    .header_btn {
        display: block;
        border-radius: 0;
        background: #00b187;
        margin: 10px;
        font-size: 14px;
    }
    a.header_ac {
        width: auto;
        border-radius: 0;
        color: #fff;
        display: block;
        margin: 10px;
    }
    a.header_ac span {
        display: inline-block;
        padding-left: 5px;
    }
    .admin-bar .navbar-collapse {
        top: 102px;
    }
    .admin-bar .sticky-header .navbar-collapse {
        top: 49px;
    }
    .admin-bar .sticky-header {
        top: 46px;
    }
}
@media(max-width: 767px){ 
    .banner img {
        margin-top: 20px;
        width: 80%;
    }
    .banner {
        text-align: center;
        height: auto;
    }
    
    .bgPurple h4 {
    font-size: 12px;
    line-height: 21px;
  
}


.bgPurple h4 a {
  
    padding: 5px 10px;
    
}
}

.single-post-top-flex img {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header-scroll {
  position: fixed;
  top: 100px;
  width: 100%;
  z-index: 1;
  left:0;
}

.progress-container {
  background-color: rgba(150, 150, 150, 0.6);
  height: 7px;
  width: 100%;
}

.progress-bar {
  background-color:#6954f7;
  height: 7px;
  width: 0%;
}