@charset "utf-8";
/* CSS Document */ :root {
 --thm-base: #0061a8;
 --thm-base-rgb: 0, 97, 168;
}
a, :after, :before, .transition {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
a {
 color: black;!important;
}

.a:hover{
	color: red;
}
.text-primary {
 --bs-text-opacity: 1;
 color: rgba(var(--thm-base-rgb), var(--bs-text-opacity)) !important;
}
.bg-thm {
 background: #1050af;
}
.bg-cyan {
 background: #1b77fd;
}
.bg-skyb {
 background: #0dcaf0;
}
.bg-lblue {
 background-color: #009EFF;
}
header {
 min-height: 87px;
 margin-bottom: 0;
 padding-bottom: 0;
}
.ds-flex-shrink-0, .ds-shrink-0 {
 flex-shrink: 0;
}
#btn-back-to-top {
 position: fixed;
 bottom: 20px;
 right: 20px;
 display: none;
}
.bi {
 vertical-align: -.125em;
 fill: currentColor;
}
.nav-scroller {
 position: relative;
 z-index: 2;
 height: 2.75rem;
 overflow-y: hidden;
}
.nav-scroller .nav {
 display: flex;
 flex-wrap: nowrap;
 padding-bottom: 1rem;
 margin-top: -1px;
 overflow-x: auto;
 text-align: center;
 white-space: nowrap;
 -webkit-overflow-scrolling: touch;
}
a.navbar-brand img {
 width: 200px;
}
.ci-team-score.d-flex div {
 width: 50%;
}
.small-text {
 font-size: 11px;
}
@media (min-width: 768px) {
 ul.navbar-nav {
  position: absolute;
  right: 0;
 }
 .navbar-collapse.collapse {
  position: relative;
 }
}
.btn-bd-primary {
 --bs-btn-font-weight: 600;
 --bs-btn-color: var(--bs-white);
 --bs-btn-bg: var(--bd-violet);
 --bs-btn-border-color: var(--bd-violet);
 --bs-btn-border-radius: .5rem;
 --bs-btn-hover-color: var(--bs-white);
 --bs-btn-hover-bg: #{shade-color($bd-violet, 10%)};
 --bs-btn-hover-border-color: #{shade-color($bd-violet, 10%)};
 --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
 --bs-btn-active-color: var(--bs-btn-hover-color);
 --bs-btn-active-bg: #{shade-color($bd-violet, 20%)};
 --bs-btn-active-border-color: #{shade-color($bd-violet, 20%)};
}
.holder {
 width: 100%;
 height: 200px;
 overflow: hidden;
 padding: 10px;
 font-family: Helvetica;
}
.holder .mask {
 position: relative;
 left: 0px;
 top: 10px;
 width: 100%;
 height: 180px;
 overflow: hidden;
}
.holder ul {
 list-style: none;
 margin: 0;
 padding: 0;
 position: relative;
}
.holder ul li {
 padding: 10px 0px;
}
.holder ul li a {
 color: darkred;
 text-decoration: none;
}
/*** 

=============================================

    Blog Style1 Area Css

=============================================

***/
.blog-style1-area {
 position: relative;
 display: block;
 background: #ffffff;
 padding: 120px 0 80px;
 z-index: 9;
}
.blog-style1-area__bg {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 height: 508px;
 background: var(--thm-primary);
 z-index: -1;
}
.single-blog-style1 {
 position: relative;
 display: block;
 margin-bottom: 40px;
}
.single-blog-style1 .img-holder {
 position: relative;
 display: block;
 overflow: hidden;
 background-color: var(--thm-bg);
}
.single-blog-style1 .img-holder::before {
 position: absolute;
 top: 0%;
 left: 0%;
 bottom: 0%;
 right: 0%;
 content: '';
 background-color: rgba(var(--thm-base-rgb), .90);
 transform: scale(0);
 clip-path: polygon(0 0, 100% 0%, 0% 100%, 0 100%);
 opacity: 1;
 transition: all 500ms ease;
 z-index: 10;
}
.single-blog-style1:hover .img-holder::before {
 opacity: 1.0;
 transform: scale(1.0);
}
.single-blog-style1 .img-holder .date-box {
 position: absolute;
 right: 0px;
 bottom: 0;
 width: 80px;
 height: 30px;
 background: var(--thm-base);
 display: flex;
 align-items: center;
 justify-content: center;
 z-index: 5;
}
.single-blog-style1 .img-holder .date-box p {
 color: #ffffff;
 font-size: 12px;
 line-height: 30px;
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: 0.1em;
 margin: 0;
}
.single-blog-style1 .img-holder img {
 width: 100%;
 transform: scale(1.0);
 mix-blend-mode: luminosity;
 transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
}
.single-blog-style1:hover .img-holder img {
 mix-blend-mode: normal;
 transform: scale(1.1) rotate(1deg);
}
.single-blog-style1 .text-holder {
 position: relative;
 display: block;
 background: #ffffff;
 padding: 32px 40px 40px;
 border: 1px solid #d9e3e4;
 border-top: none;
 transition: all 200ms linear;
 transition-delay: 0.1s;
}
.single-blog-style1:hover .text-holder {
 border: 1px solid transparent;
 border-top: none;
 box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
}
.single-blog-style1 .text-holder .meta-info {
 position: relative;
 display: block;
 margin-bottom: 8px;
}
.single-blog-style1 .text-holder .meta-info ul {
 position: relative;
 display: flex;
 align-items: center;
}
.single-blog-style1 .text-holder .meta-info ul li {
 position: relative;
 display: flex;
 align-items: center;
 padding-right: 17px;
 margin-right: 15px;
 line-height: 30px;
}
.single-blog-style1 .text-holder .meta-info ul li:before {
 content: "";
 position: absolute;
 top: 8px;
 right: 0;
 bottom: 8px;
 width: 1px;
 background: var(--thm-gray);
 transform: rotate(20deg);
}
.single-blog-style1 .text-holder .meta-info ul li:last-child:before {
 display: none;
}
.single-blog-style1 .text-holder .meta-info ul li:last-child {
 padding-right: 0;
 margin-right: 0;
}
.single-blog-style1 .text-holder .meta-info ul li span:before {
 position: relative;
 display: inline-block;
 padding-right: 5px;
 color: var(--thm-base);
 font-size: 16px;
}
.single-blog-style1 .text-holder .meta-info ul li a {
 color: var(--thm-gray);
 font-size: 14px;
 font-weight: 500;
 transition: all 200ms linear;
 transition-delay: 0.1s;
}
.single-blog-style1 .text-holder .meta-info ul li a:hover {
 color: var(--thm-base);
}
.single-blog-style1 .text-holder h3 {
 font-size: 26px;
 line-height: 30px;
 font-weight: 700;
 margin-bottom: 19px;
}
.single-blog-style1 .text-holder h3 a:hover {
 color: var(--thm-base);
}
.single-blog-style1 .text-holder .btn-box {
 position: relative;
 display: block;
}
.single-blog-style1 .text-holder .btn-box a {
 position: relative;
 display: inline-block;
 padding-bottom: 6px;
 font-size: 12px;
 line-height: 20px;
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: 0.1em;
}
.single-blog-style1 .text-holder .btn-box a::before {
 /*content: "";*/
 position: absolute;
 left: 0;
 bottom: 0;
 width: 20px;
 height: 2px;
 background: #818891;
}
.single-blog-style1 .text-holder .btn-box a:hover {
 color: #ffffff;
}
/*** 

=============================================

    Blog Page One Css

=============================================

***/
.blog-page-one {
 position: relative;
 display: block;
 background: #ffffff;
 padding: 120px 0 120px;
 z-index: 10;
}
/*** 

=============================================

    Blog Page Two Css

=============================================

***/
.blog-page-two {
 position: relative;
 display: block;
 background: #ffffff;
 padding: 120px 0 120px;
 z-index: 10;
}
/*** 

=============================================

    Blog Page Three Css

=============================================

***/
.blog-page-three {
 position: relative;
 display: block;
 background: #ffffff;
 padding: 120px 0 120px;
 z-index: 10;
}
.blog-content-box {
 position: relative;
 display: block;
}
.single-blog-style1--in-style2 .text-holder {
 padding: 32px 0px 0px;
 border: 0px solid #d9e3e4;
}
.single-blog-style1--in-style2:hover .text-holder {
 border: 0px solid transparent;
 box-shadow: none;
}
.single-blog-style1--in-style2 .text-holder .meta-info {
 margin-bottom: 10px;
}
.single-blog-style1--in-style2 .text-holder h3 {
 color: var(--thm-black);
 font-size: 30px;
 line-height: 40px;
 margin-bottom: 20px;
}
/*** 

=============================================

    Sidebar Css

=============================================

***/
.thm-sidebar-box {
 position: relative;
 display: block;
 max-width: 370px;
 width: 100%;
}
.single-sidebar-box {
 position: relative;
 display: block;
 padding: 50px 50px 50px;
 background-color: var(--thm-primary);
 margin-top: 30px;
}
.sidebar-search-box {
 position: relative;
 display: block;
 background: var(--thm-base);
 padding: 20px 30px;
}
.sidebar-search-box form.search-form {
 position: relative;
 display: block;
 width: 100%;
}
.sidebar-search-box .search-form input[type="text"] {
 position: relative;
 display: block;
 width: 100%;
 height: 50px;
 background-color: #ffffff;
 border: 1px solid transparent;
 color: #ffffff;
 font-size: 16px;
 font-weight: 400;
 padding-left: 20px;
 padding-right: 60px;
 border-radius: 0px;
 font-family: var(--thm-font);
 transition: all 500ms ease 0s;
}
.sidebar-search-box .search-form button {
 position: absolute;
 top: 0px;
 right: 0px;
 bottom: 0px;
 width: 55px;
 height: 50px;
 color: #ffffff;
 font-size: 16px;
 line-height: 50px;
 background: rgba(var(--thm-black-rgb), 1.0);
 text-align: center;
 border-top-right-radius: 0px;
 border-bottom-right-radius: 0px;
 border: 0px solid #e7e7e8;
 transition: all 500ms ease 0s;
}
.sidebar-search-box .search-form button i {
 position: relative;
 top: 0px;
}
.sidebar-search-box .search-form input[type="text"]:focus {
 color: var(--thm-base);
}
.sidebar-search-box .search-form input[type="text"]:focus + button, .sidebar-search-box .search-form button:hover {
 color: #fff;
}
.sidebar-search-box .search-form input::-webkit-input-placeholder {
 color: var(--thm-base);
}
.sidebar-search-box .search-form input:-moz-placeholder {
 color: var(--thm-base);
}
.sidebar-search-box .search-form input::-moz-placeholder {
 color: var(--thm-base);
}
.sidebar-search-box .search-form input:-ms-input-placeholder {
 color: var(--thm-base);
}
.sidebar-title {
 position: relative;
 display: block;
 top: -4px;
 padding-bottom: 22px;
}
.sidebar-title h3 {
 position: relative;
 color: var(--thm-black);
 font-size: 20px;
 line-height: 22px;
 font-weight: 700;
 text-transform: uppercase;
}
.sidebar-blog-post {
 position: relative;
 display: block;
}
.sidebar-blog-post ul {
 position: relative;
 display: block;
}
.sidebar-blog-post ul li {
 position: relative;
 display: block;
 margin-bottom: 35px;
}
.sidebar-blog-post ul li:last-child {
 margin-bottom: 0;
}
.sidebar-blog-post ul li .inner {
 position: relative;
 display: block;
 padding-left: 70px;
}
.sidebar-blog-post ul li .img-box {
 position: absolute;
 top: 0;
 left: 0;
 width: 70px;
 height: 70px;
 overflow: hidden;
 background-color: var(--thm-bg);
}
.sidebar-blog-post ul li .img-box img {
 width: 100%;
 mix-blend-mode: luminosity;
}
.sidebar-blog-post ul li .img-box .overlay-content {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 background: rgba(var(--thm-base-rgb), .80);
 border-radius: 0%;
 opacity: 0;
 transform: perspective(0px) scale(0);
 transform-origin: center;
 transition: all 0.5s ease-in-out 0s;
 display: flex;
 flex-direction: row;
 justify-content: center;
 align-items: center;
 z-index: 2;
}
.sidebar-blog-post ul li:hover .img-box .overlay-content {
 opacity: 1;
 transform: perspective(400px) scale(1.0);
 transition: all 0.3s ease-in-out 0.3s;
}
.sidebar-blog-post ul li .img-box .overlay-content a {
 color: #ffffff;
 font-size: 14px;
 transition: all 200ms linear;
 transition-delay: 0.1s;
}
.sidebar-blog-post ul li .title-box {
 position: relative;
 display: block;
 padding-left: 20px;
 min-height: 70px;
}
.sidebar-blog-post ul li .title-box .admin {
 position: relative;
 top: -1px;
 color: var(--thm-gray);
 font-size: 14px;
 line-height: 14px;
 font-weight: 500;
}
.sidebar-blog-post ul li .title-box .admin span:before {
 position: relative;
 display: inline-block;
 color: var(--thm-base);
 padding-right: 3px;
 font-weight: 600;
 top: 2px;
}
.sidebar-blog-post ul li .title-box h4 {
 font-size: 16px;
 line-height: 22px;
 font-weight: 700;
 margin: 9px 0 0;
}
.sidebar-blog-post ul li .title-box h4 a {
 color: var(--thm-black);
 transition: all 200ms linear;
 transition-delay: 0.1s;
}
.sidebar-blog-post ul li .title-box h4 a:hover {
 color: var(--thm-base);
}
.sidebar-categories-box {
 position: relative;
 display: block;
}
.sidebar-categories-box li {
 position: relative;
 display: block;
 margin-bottom: 5px;
}
.sidebar-categories-box li:last-child {
 margin-bottom: 0;
}
.sidebar-categories-box li a {
 position: relative;
 display: block;
 color: var(--thm-gray);
 font-size: 16px;
 font-weight: 700;
 line-height: 45px;
 text-transform: capitalize;
 font-family: var(--thm-font);
 letter-spacing: 0.0em;
 transition: all 500ms linear;
 transition-delay: 0.1s;
 z-index: 1;
}
.sidebar-categories-box li a:hover {
 padding-left: 0px;
}
.sidebar-categories-box li a:after {
 content: "";
 position: absolute;
 top: 0;
 left: -25px;
 bottom: 0;
 right: -25px;
 border-radius: 0px;
 background: #ffffff;
 transform: perspective(400px) scaleX(0);
 transform-origin: right;
 transition: all 600ms ease 100ms;
 z-index: -1;
}
.sidebar-categories-box li a:hover:after {
 transform: perspective(400px) scaleX(1.0);
}
.sidebar-categories-box li:hover a {
 color: var(--thm-base);
 padding-left: 5px;
}
.sidebar-categories-box li a:before {
 font-family: 'icomoon' !important;
 content: "\e91b";
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 font-size: 16px;
 font-weight: 400;
 transition: all 200ms linear;
 transition-delay: 0.1s;
 transform: rotate(-90deg);
}
.sidebar-categories-box li:hover a:before {
 color: var(--thm-base);
 right: 5px;
}
.popular-tag-box {
 position: relative;
 display: block;
}
.single-sidebar-box .popular-tag {
 position: relative;
 display: block;
 overflow: hidden;
 margin-left: -5px;
 margin-right: -5px;
}
.single-sidebar-box .popular-tag li {
 position: relative;
 display: block;
 float: left;
 margin: 0 5px 10px;
}
.single-sidebar-box .popular-tag li a {
 position: relative;
 display: block;
 padding: 9px 20px 9px;
 background: #ffffff;
 color: var(--thm-black);
 font-size: 12px;
 line-height: 22px;
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: 0.1em;
 transition: all 500ms ease;
 font-family: var(--thm-font);
}
.single-sidebar-box .popular-tag li:hover a {
 color: #ffffff;
 background-color: var(--thm-base);
}
/*** 

=============================================

    Blog Details Css

=============================================

***/
.blog-details-page {
 position: relative;
 display: block;
 background: #ffffff;
 padding: 120px 0 120px;
 z-index: 10;
}
.blog-details-content {
 position: relative;
 display: block;
}
.blog-details-content .single-blog-style1 {
 margin: 0;
}
.tag-social-share-box {
 position: relative;
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 align-content: center;
 flex-wrap: wrap;
 padding-top: 40px;
 padding-bottom: 40px;
 border-top: 1px solid #d9e3e4;
 margin-top: 50px;
}
.tag-box {
 position: relative;
 display: flex;
 align-items: center;
}
.tag-box .title {
 width: 65px;
}
.tag-box .title h3 {
 color: var(--thm-black);
 font-size: 20px;
 line-height: 24px;
 font-weight: 700;
}
.tag-box .tag-list {
 position: relative;
 display: block;
}
.tag-box .tag-list li {
 position: relative;
 display: inline-block;
 float: left;
 margin-right: 10px;
}
.tag-box .tag-list li:last-child {
 margin-right: 0;
}
.tag-box .tag-list li a {
 position: relative;
 display: block;
 padding: 0px 20px 0px;
 background: var(--thm-base);
 color: #fff;
 font-size: 12px;
 line-height: 45px;
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: 0.1em;
 font-family: var(--thm-font);
 transition: all 200ms linear;
 transition-delay: 0.1s;
}
.tag-social-share-box .post-social-share {
 position: relative;
 display: block;
}
.post-social-share-links {
 position: relative;
 display: block;
}
.post-social-share-links ul {
 position: relative;
 display: block;
}
.post-social-share-links ul li {
 position: relative;
 display: inline-block;
 float: left;
 margin-right: 10px;
}
.post-social-share-links ul li:last-child {
 margin-right: 0;
}
.post-social-share-links ul li a {
 position: relative;
 display: block;
 width: 45px;
 height: 45px;
 background: var(--thm-primary);
 color: var(--thm-black);
 font-size: 14px;
 line-height: 45px;
 text-align: center;
 transition: all 500ms ease;
 z-index: 1;
}
.post-social-share-links ul li a:before {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 background: var(--thm-base);
 content: "";
 transform: scale(0.0);
 transform-origin: center;
 transform-style: preserve-3d;
 transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
 z-index: -1;
}
.post-social-share-links ul li a:hover:before {
 transform: scaleX(1.0);
}
.post-social-share-links ul li a:hover {
 color: #ffffff;
}
.blog-details-author {
 position: relative;
 display: block;
 background-color: var(--thm-primary);
 padding: 60px 60px 60px;
}
.blog-details-author .inner-box {
 position: relative;
 display: block;
}
.blog-details-author .inner-box .img-box {
 width: 170px;
 background-color: var(--thm-bg);
}
.blog-details-author .inner-box .img-box img {
 width: 100%;
 mix-blend-mode: luminosity;
}
.blog-details-author .inner-box .img-box, .blog-details-author .inner-box .text {
 display: table-cell;
 vertical-align: middle;
}
.blog-details-author .inner-box .text {
 position: relative;
 padding-left: 40px;
}
.blog-details-author .inner-box .text h3 {
 color: var(--thm-black);
 font-size: 22px;
 line-height: 30px;
 font-weight: 700;
 margin-bottom: 24px;
}
.blog-details-author .inner-box .text p {
 margin: 0;
}
/*** ===== comments Box Css ====***/
.comment-box {
 position: relative;
 display: block;
 overflow: hidden;
 padding-top: 76px;
}
.comment-box .inner-title {
 position: relative;
 display: block;
 padding-bottom: 24px;
}
.comment-box .inner-title h2 {
 color: var(--thm-black);
 font-size: 30px;
 line-height: 30px;
 font-weight: 700;
}
.comment-box .outer-box {
 position: relative;
 display: block;
}
.comment-box .single-comment {
 position: relative;
 display: block;
 border-bottom: 1px solid #d9e3e4;
 padding-bottom: 44px;
 margin-bottom: 40px;
}
.comment-box .single-comment-box {
 position: relative;
 display: block;
 padding-left: 140px;
 min-height: 140px;
}
.comment-box .single-comment-box .img-holder {
 position: absolute;
 top: 11px;
 left: 0;
 width: 140px;
 height: 140px;
 overflow: hidden;
 background-color: var(--thm-bg);
}
.comment-box .single-comment-box .img-holder img {
 width: 100%;
 mix-blend-mode: luminosity;
}
.comment-box .single-comment-box .text-holder {
 position: relative;
 display: block;
 padding-left: 40px;
 min-height: 140px;
}
.comment-box .single-comment-box .text-holder .top {
 position: relative;
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 align-items: center;
 flex-wrap: wrap;
}
.comment-box .single-comment-box .text-holder .top .name {
 position: relative;
 display: block;
}
.comment-box .single-comment-box .text-holder .top .name h3 {
 color: var(--thm-black);
 font-size: 20px;
 line-height: 24px;
 font-weight: 700;
}
.comment-box .single-comment-box .text-holder .top .reply {
 position: relative;
 display: block;
 top: 11px;
}
.comment-box .single-comment-box .text-holder .top .reply a {
 position: relative;
 display: inline-block;
 background: var(--thm-base);
 padding: 10px 20px 10px;
 color: #ffffff;
 font-size: 14px;
 line-height: 20px;
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: 0.1em;
 font-family: var(--thm-font);
 transition: all 200ms linear;
 transition-delay: 0.1s;
}
.comment-box .single-comment-box .text-holder .top .reply a:hover {
 color: #ffffff;
 background-color: var(--thm-black);
}
.comment-box .single-comment-box .text-holder .text {
 position: relative;
 display: block;
 padding-top: 15px;
}
.comment-box .single-comment-box .text-holder .text p {
 margin: 0;
}
.add-comment-box {
 position: relative;
 display: block;
 margin-top: 36px;
}
.add-comment-box .inner-title {
 position: relative;
 display: block;
 padding-bottom: 35px;
}
.add-comment-box .inner-title h2 {
 color: var(--thm-black);
 font-size: 30px;
 line-height: 30px;
 font-weight: 700;
}
.add-comment-box #add-comment-form {
 position: relative;
 display: block;
}
.add-comment-box #add-comment-form .input-box {
 position: relative;
 display: block;
 margin-bottom: 20px;
}
.add-comment-box #add-comment-form input[type="text"], .add-comment-box #add-comment-form input[type="email"], .add-comment-box #add-comment-form textarea {
 position: relative;
 display: block;
 background-color: var(--thm-primary);
 border: 0px solid #edf3f2;
 width: 100%;
 height: 70px;
 color: var(--thm-gray);
 font-size: 14px;
 font-style: normal;
 font-weight: 500;
 text-transform: none;
 padding: 0 30px;
 transition: all 500ms ease;
 font-family: var(--thm-font);
}
.add-comment-box #add-comment-form textarea {
 height: 150px;
 padding: 15px 30px;
}
.add-comment-box #add-comment-form input[type="text"]:focus {
 border-color: var(--thm-base);
}
.add-comment-box #add-comment-form input[type="email"]:focus {
 border-color: var(--thm-base);
}
.add-comment-box #add-comment-form textarea:focus {
 border-color: var(--thm-base);
}
.add-comment-box #add-comment-form .button-box {
 position: relative;
 display: block;
 padding-top: 10px;
 line-height: 0;
}
.add-comment-box #add-comment-form .button-box button {
 padding-left: 50px;
 padding-right: 50px;
 letter-spacing: 0.1em;
}
.single-blog-style1 a {
 text-decoration: none !important;
}
footer .heading {
 color: #fff;
}
.regbtns i {
 position: absolute;
 top: 6px;
 right: 20px;
}
.regbtns button {
 position: relative;
}
button.bg-skyb:hover {
 background: #10e9ff;
}
button.bg-cyan:hover {
 background: #00FFF6;
}
button.bg-lblue:hover {
 background: #10a4ff;
}
.regbtns button {
 color: #fff !important;
 padding-top: 6px !important;
}
.fw-semibold {
 text-align: center;
}
ul.navbar-nav li.nav-item a:hover {
 color: #444744 !important;
}
.btn-box a {
 color: #198754 !important;
}
.vidreg .card {
 min-height: 180px;
 height: 100%;
}
.btn-box a:hover {
 color: #fff !important;
}
.imgscrl-image {
 width: 100%;
 height: auto;
}
.nxtlvlt-imgbg, .sprtfit-imgbg, .prsnlchng-imgbg, .grndfclt-imgbg {
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 min-height: 270px;
	position: relative;
 z-index: 999;

}
.sprtfit-imgbg:after,.nxtlvlt-imgbg:after ,.prsnlchng-imgbg:after ,.grndfclt-imgbg:after {
    content: '';
    height: 270px;
    width: 100%;
    z-index: -1;
	background-color: #0d6efd5c;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
.feature .overlay {
    
	background-color:  rgb(17 170 253 / 55%);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: black;
}



.feature:hover .overlay {
	background-color: rgb(17 170 253 / 30%);

    
}
.nxtlvlt-imgbg:hover a, .sprtfit-imgbg:hover a, .prsnlchng-imgbg:hover a, .grndfclt-imgbg:hover a { background: #fff}
.nxtlvlt-imgbg {
 background: url(../img/im1.jpg);
		background-size: cover;
}
.sprtfit-imgbg {
 background:url(../img/im3.jpg);
		background-size: cover;
}
.prsnlchng-imgbg {
 background:  url(../img/im2.jpg);
		background-size: cover;
}
.grndfclt-imgbg {
 background: url(../img/im4.jpg);
		background-size: cover;
}
.nxtlvlt-imgbg:hover .d-none, .sprtfit-imgbg:hover .d-none ,.grndfclt-imgbg:hover .d-none, .prsnlchng-imgbg:hover .d-none  {
 display: block !important;
}
h5.card-title{
	text-align: center;
}
.feature .nextlvl {
    background-color: rgb(64 141 255 / 52%);
}
.feature:hover .nextlvl {
    background-color: rgb(64 141 255 / 72%);
}


/* link color */
.my-link {
  color: black; /* Initial color */
  text-decoration: none; /* Remove underline */
}

.my-link:hover {
  color: white; /* Color on hover */
}
