@charset "utf-8";

/*----------
* theme: Global Chess Kids (Pvt) Ltd
* Author: ANTS Creation
* Url : https://www.ants.lk/
----------------------------
* main css file
----------------------------------*/


/*--
home: Section slider
----------------------------------*/

.main-slider .overlay_bg {
    background-color: var(--theme3-color);
    opacity: 0.7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


/*--
home: Section info-bar
-----------------------------------*/

.info-bar {
    background-color: var(--theme1-color);
    padding: 40px 0;
}

.info-bar .icon-left h1 {
    font-size: 3rem;
}

.info-bar .title-right {
    padding-left: 0.8rem;
    padding-top: 0.2rem;
}

.info-bar .title-right h5 {
    font-size: 1.5rem;
    margin-bottom: 0.2rem;
}

.info-bar .title-right h6 {
    margin-bottom: 0;
}


/*--
home: Section welcome
----------------------------------------*/

.welcome {
    background: url(../images/banner/about_bg1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.welcome .outer-box {
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
}

.welcome .left-side {
    text-align: center;
    padding-right: 2rem;
}

.welcome .left-side h1 {
    font-size: 7rem;
    line-height: 0.99;
    /*color: var(--theme1-color);*/
}

.welcome .left-side h4 {
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.welcome .right-side {
    padding: 1rem 0;
}

.welcome .right-side h5 {
    margin-bottom: 1rem;
}


/*-- 
home: section news-events
--------------------------------------------*/


/*-- news --------------------------------------------*/

.news-events .news-field .news-inner {
    max-height: 90px;
    overflow: hidden;
    margin-bottom: 30px;
}

.news-events .news-field .news-inner a:hover {
    text-decoration: none;
}

.news-events .news-field .news-inner .dark-blue-overlay {
    visibility: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 3rem;
    color: var(--white);
    text-align: center;
    min-height: 90px;
    padding: 9%;
    vertical-align: middle
}

.news-events .news-field .news-inner a:hover .dark-blue-overlay {
    visibility: 1;
    opacity: 0.7;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.news-events .news-field .news-inner .img {
    position: relative;
    float: left;
    margin-right: 15px;
}

.news-events .news-field .news-inner img {
    height: 90px;
    border-radius: 3px;
}

.news-events .news-field .news-inner h5 {
    color: var(--white);
    font-size: 1rem;
    text-transform: capitalize;
}

.news-events .news-field .news-inner h6 {
    color: var(--theme1-color);
    font-size: 0.65rem;
}

.news-events .news-field .news-inner p {
    font-size: 0.9rem;
}


/*-- events --------------------------------------------*/

.news-events .event-field .events-outer {
    margin-top: 50px;
    position: relative;
}

.news-events .events-outer .owl-nav {
    position: absolute;
    top: -35px;
    right: 0;
}

.news-events .events-outer .owl-nav .owl-prev,
.news-events .events-outer .owl-nav .owl-next {
    padding: 0px 7px !important;
    background-color: transparent;
    border: solid 2px var(--theme1-color);
    margin-left: 5px;
    outline: none;
}

.news-events .events-outer .owl-nav .owl-prev:hover,
.news-events .events-outer .owl-nav .owl-next:hover {
    background-color: var(--theme1-color);
    color: var(--black);
}

.event-inner .img {
    margin-bottom: 15px;
}

.event-inner .info h5 a {
    color: var(--white);
}

.event-inner .info h5 a:hover {
    opacity: 0.5;
}

.event-inner .info .foot-line {
    display: flex;
}

.event-inner .info .foot-line h6 {
    font-size: 0.7rem;
    margin-right: 0.9rem;
    color: var(--white);
}

.event-inner .info .foot-line h6 i {
    color: var(--theme1-color);
}

.event-inner .info .foot-line h6 span {
    color: var(--white);
}

.event-inner .info p {
    font-size: 0.9rem;
}


/*-- 
home / products page: section products
--------------------------------------------*/

.products .product-outer {
    box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.35);
    margin-bottom: 40px;
    transition: transform 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
}

.products .product-outer:hover {
    transform: translateY(-10px);
    transition: transform 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
    cursor: pointer;
}

.products .product-outer .white-overlay {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.products .product-outer:hover .white-overlay {
    opacity: 0.3;
    visibility: visible;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.products .product-outer .img {
    position: relative;
}

.products .product-outer .info {
    padding: 15px;
}

.product-outer .info h5 {
    color: var(--title-color);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 0.95rem;
    height: 40px;
    overflow: hidden;
}

.product-outer .info p {
    font-size: 0.9rem;
    display: none;
}

.ribbon {
    background-color: var(--theme1-color);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .07);
    border-radius: 0;
    color: #000;
    display: block;
    font-size: 20px;
    position: absolute;
    padding: 7px 15px;
    top: 20px;
    left: -15px;
}

.ribbon:after {
    content: "";
    position: absolute;
    top: auto;
    left: 4px;
    right: auto;
    bottom: -7px;
    background: var(--theme1-color);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    height: 20px;
    width: 20px;
    z-index: -1;
}


/*-- 
Events page
------------------------------*/

.events-page .event-group {
    position: relative;
    margin-bottom: 60px;
}

.events-page .event-group .title {
    text-transform: uppercase;
    border-left: 3px solid var(--title-color);
    padding-left: 20px;
    margin-bottom: 25px;
    color: var(--title-color);
    font-weight: 600;
}

.events-page .event-item:not(:last-child) {
    margin-bottom: 15px;
}

.events-page .event-item {
    padding: 25px;
    background-color: #f8f9fa;
    border-radius: 5px;
    align-items: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

.events-page .event-item .e-date {
    background-color: #bbbbbb;
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 60px;
    font-size: 2rem;
    text-align: center;
    margin: 0;
}

.events-page .event-item .e-date span {
    display: block;
    font-size: 1rem;
}

.events-page .event-item .e-content {
    flex-basis: calc(100% - 60px);
    padding-left: 20px;
}

.events-page .event-item .e-time {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--theme2-color);
}

.events-page .event-item .e-content h3 {
    font-size: 1.4rem;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: var(--dark);
}

.events-page .event-item .e-content p {
    margin-bottom: 0;
}

.events-page .event-group.upcoming .event-item {
    transition: transform 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
}

.events-page .event-group.upcoming a:hover .event-item {
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.20);
    transform: translateY(-5px);
    transition: transform 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
    cursor: pointer;
}

.events-page .upcoming .event-item .e-date {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.events-page .upcoming .event-item .e-image {
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 100px;
    font-size: 2rem;
    text-align: center;
    margin: 0;
}

.events-page .upcoming .event-item .e-content {
    flex-basis: calc(100% - 160px);
    padding-left: 20px;
}

.events-page .small-list .event-item .e-date {
    font-size: 1.5rem;
}

.events-page .small-list .event-item .e-date span {
    font-size: 0.7rem;
}

.events-page .small-list .event-item .e-time {
    font-size: 0.7rem;
}

.events-page .small-list .event-item .e-content h3 {
    line-height: 1.4rem;
}

.events-page .small-list .event-item .e-content h3 a {
    font-family: Roboto, sans-serif;
    color: var(--dark);
    font-size: 0.9rem;
    font-weight: 600;
}

.events-page .small-list .event-item .e-content h3 a:hover {
    color: var(--title-color);
}

.events-page .event-group.small-list {
    margin-bottom: 0;
}


/*-- 
Events page - details
------------------------------*/

.events-details {
    display: block;
    position: relative;
    padding: 30px 0;
    width: 100%;
}

.events-details .feature-img {
    margin-bottom: 0;
}

.event-item:not(:last-child) {
    margin-bottom: 30px;
}

.event-item {
    padding: 25px;
    background-color: #f8f9fa;
    border-radius: 5px;
    align-items: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.events-details .e-content {
    display: block;
    flex-basis: 100%;
    padding-left: 0;
}

.event-item .e-content .meta-tags {
    margin-bottom: 20px;
}

.meta-tags {
    color: #83868c;
}

.meta-tags a,
.meta-tags span {
    display: inline-block!important;
    color: #83868c;
    font-size: 0.9rem;
    text-transform: uppercase;
    position: relative;
}

.event-item .e-content h3 {
    color: var(--title-color);
    font-family: Poppins, sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

.event-item .e-content p {
    margin-bottom: 0;
}

.event-map {
    margin-bottom: 30px;
}

.events-details .event-info h2 {
    color: var(--title-color);
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

.event-info ul li {
    color: #83868c;
    list-style: none;
    border-bottom: 1px solid #e0e4e6;
    padding: 10px 0;
    font-size: 0.9rem;
}

.event-info ul li p {
    margin-bottom: 0;
    display: flex;
}

.event-info ul li p strong {
    margin-right: 1.5rem;
}

.event-info ul li p span {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

.event-info ul li:last-child {
    border-bottom: none;
}

.events-details .contact-info h2 {
    color: var(--title-color);
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

.contact-info .sub {
    margin-bottom: 15px;
}

.contact-info .sub h6 {
    color: var(--title-color);
    font-weight: 600;
    font-size: 0.9rem;
}

.contact-info .sub p {
    color: var(--txt-color);
    font-size: 0.8rem;
    margin-bottom: 0;
}

.contact-info .sub a {
    color: var(--txt-color);
    font-size: 0.8rem;
}

.contact-info .sub a:hover {
    color: var(--black);
}


/*-- 
Courses page 
------------------------------*/

.course-item .crs-info {
    margin-bottom: 30px;
}

.crs-info .white-overlay {
    visibility: hidden;
    opacity: 0;
    transition: transform 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
}

.course-item .crs-info:hover .white-overlay {
    visibility: visible;
    opacity: 0.3;
    transition: transform 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
}

.course-item .info-inner {
    background-color: var(--white);
    box-shadow: 0 12px 20px rgba(1, 84, 85, .1);
    border-radius: 10px;
    padding: 30px;
    position: relative;
    margin-left: auto;
    margin-top: -95px;
    width: calc(100% - 20px);
    z-index: 1;
}

.info-inner h4 {
    text-transform: capitalize;
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 15px;
}

.info-inner p {
    margin-bottom: 15px;
}


/*-- 
Course Details 
------------------------------*/

.course-details .course-image {
    margin-bottom: 15px;
}

.course-details .course-title {
    display: flex;
    margin-bottom: 5px;
}

.course-details .course-title h3 {
    margin-right: auto;
    color: var(--title-color);
    font-weight: 600;
    text-transform: capitalize;
}

.course-details .course-title .btn {
    margin-left: auto;
    line-height: 1.5rem;
}

.course-details .course-price {
    margin-bottom: 20px;
}

.course-price h4 {
    display: inline-block;
    background-color: var(--theme1-color);
    padding: 0.2rem 0.8rem;
    border-radius: 0.3rem;
}

.course-details .course-descr {
    margin-bottom: 30px;
    text-align: justify;
}

.course-details .r-course-inner {
    max-height: 70px;
    overflow: hidden;
    margin-bottom: 30px;
}

.course-details .r-course-inner a:hover {
    text-decoration: none;
}

.course-details .r-course-inner .dark-blue-overlay {
    visibility: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 3rem;
    color: var(--white);
    text-align: center;
    min-height: 70px;
    padding: 3%;
    vertical-align: middle
}

.course-details .r-course-inner a:hover .dark-blue-overlay {
    visibility: 1;
    opacity: 0.7;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.course-details .r-course-inner .img {
    position: relative;
    float: left;
    margin-right: 15px;
}

.course-details .r-course-inner img {
    height: 70px;
    border-radius: 3px;
}

.course-details .r-course-inner h5 {
    color: var(--black);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 6px;
}

.course-details .r-course-inner h6 {
    color: var(--theme2-color);
    font-size: 0.7rem;
    font-weight: 600;
}


/*-- 
Product details
------------------------------*/

.xzoom-thumbs {
    width: 100%;
}

.xzoom-thumbs a {
    width: 20%;
    float: left;
}

.xzoom-thumbs a img {
    width: 100%;
    border: solid 2px #ddd;
    margin-left: 0;
}

.pro-details .course-content {
    margin-bottom: 25px;
}

.pro-details .course-content h3 {
    color: var(--title-color);
    font-size: 1.6rem;
    line-height: 30px;
    font-weight: 600;
}

.pro-details .badge {
    background-color: var(--theme1-color);
    color: var(--black);
    font-size: 0.6rem;
    font-weight: 600;
    vertical-align: middle;
    margin-left: 10px;
}

.pro-details .course-content .details {
    margin-bottom: 15px;
}

.pro-details .course-content .details span {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    line-height: 1;
}

.pro-details .course-content p {
    font-family: Roboto, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0.7rem;
}

.pro-price-buy .price strong {
    color: var(--title-color);
    font-size: 1.8rem;
    line-height: 30px;
    margin-right: 1rem;
}

.pro-price-buy .price span {
    font-weight: 600;
    font-size: 1.2rem;
    text-decoration: line-through;
}

.pro-price-buy .qty-select {
    margin-bottom: 30px;
}

.pro-price-buy .qty-select .qty {
    width: 120px;
}

.main-discription {
    margin-top: 25px;
    ;
}

.main-discription h3 {
    color: var(--title-color);
    font-size: 1.5rem;
    font-weight: 600;
}


/*-- 
News page
------------------------------*/

.news-page .news-inner {
    box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.35);
    transition: transform 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
}

.news-page .news-inner img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news-page .news-inner:hover {
    transform: translateY(-15px);
    cursor: pointer;
    transition: transform 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
}

.news-page .news-inner .info {
    padding: 15px 10px 15px 10px;
}

.news-page .news-inner .info h5 {
    color: var(--theme3-color);
    font-size: 1rem;
    font-weight: 600;
    height: 55px;
}

.news-page .news-inner .info .foot-line {
    display: flex;
}

.news-page .news-inner .info .foot-line h6 {
    font-size: 0.8rem;
    margin-right: 0.9rem;
    color: var(--theme3-color);
    background-color: var(--theme1-color);
    padding: 0.1rem 0.3rem;
    border-radius: 0.2rem;
}

.news-page .news-inner .info .foot-line h6 span {
    color: var(--black);
}


/*-- 
News details
------------------------------*/

.news-details {
    display: block;
    position: relative;
    padding: 30px 0;
    width: 100%;
}

.news-details .news-inner .descr-area {
    padding: 15px;
}

.news-details .descr-area h2 {
    color: var(--title-color);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 1.5rem;
}

.news-details .descr-area h6 {
    margin-bottom: 25px;
}

.news-details .descr-area h6 span {
    background-color: var(--theme1-color);
    padding: 0 0.5rem;
    border-radius: 0.2rem;
}

.news-details .descr-area p {
    line-height: 1.5rem;
    margin-bottom: 1.5em;
    font-size: 1rem;
}

.news-details .news-other h2 {
    color: var(--title-color);
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

.news-details .news-other .news-inner {
    max-height: 70px;
    overflow: hidden;
    margin-bottom: 30px;
}

.news-details .news-other .news-inner a:hover {
    text-decoration: none;
}

.news-details .news-other .news-inner .dark-blue-overlay {
    visibility: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 3rem;
    color: var(--white);
    text-align: center;
    min-height: 70px;
    padding: 3%;
    vertical-align: middle
}

.news-details .news-other .news-inner a:hover .dark-blue-overlay {
    visibility: 1;
    opacity: 0.7;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.news-details .news-other .news-inner .img {
    position: relative;
    float: left;
    margin-right: 15px;
}

.news-details .news-other .news-inner img {
    height: 70px;
    border-radius: 3px;
}

.news-details .news-other .news-inner h5 {
    color: var(--black);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 6px;
}

.news-details .news-other .news-inner h6 {
    color: var(--theme2-color);
    font-size: 0.7rem;
    font-weight: 600;
}

.news-details table{
    display: block;
    width: 100%;
    overflow-x: auto;
}

/*-- 
Contact page
----------------------------*/

.contact .contact-form {
    margin-bottom: 50px;
}

.contact .location-map {
    margin-bottom: 30px;
}

.contact .location-map h3 {
    color: var(--title-color);
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}


/*-- 
IPG Send page / payment status page
-----------------------------------------------*/

.payment-status-outer {
    position: relative;
    min-height: 200px;
    text-align: center;
}

.payment-status-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.payment-status-inner .notify i {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.payment-status-inner .success i {
    color: var(--green);
}

.payment-status-inner .cancel i {
    color: var(--red);
}

.payment-status-inner .notify h4 {
    color: var(--title-color);
    font-weight: 600;
}

.payment-status-inner a {
    color: var(--black);
    font-weight: 600;
}


/*----- */

.welcome-title {
    float: none;
}

.welcome-title .section-title {
    text-align: left;
}

.welcome-title .section-title h1 {
    text-align: left;
    text-transform: uppercase;
    font-size: 1.9rem;
}

.welcome-title .section-title h2 {
    font-size: 2.3rem;
}

.welcome-title .section-title h5 {
    font-weight: 600;
    padding: 0 40px 0 72px;
}

.news-title1 {
    color: var(--white);
}

.news-para .news-inner h6 {
    color: var(--theme1-color);
    font-size: 0.95rem !important;
}

.news-para a span {
    color: var(--white);
}

.event-s .event-inner {
    position: relative;
    text-align: center;
}

.event-s .event-date {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, .1);
    z-index: 2;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    padding: 8px 15px;
}

.event-date h4 {
    margin: 0;
    color: #000;
}

.event-s .info {
    color: #000;
}

.event-s .info p {
    font-size: 15px !important;
    color: #606060;
}

.event-date h5 {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    color: #000;
}

.event-s .event-read {
    position: relative;
    color: #fff;
    right: 0;
    left: 0;
    z-index: 1;
    display: inline-block;
    text-align: center;
}

.event-s .event-read span {
    color: #fff;
    padding: 5px 15px;
    background-color: var(--theme1-color);
}

.event-s .event-inner .img {
    margin-bottom: -25px;
}

.product-box {
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
    float: left;
    position: relative;
    background: #000000;
}

.product-box .product-price {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    padding: 6px 25px;
    border-radius: 15px 0 0 15px;
    background: rgb(231, 201, 0);
    background: -moz-linear-gradient(top, rgba(53, 61, 84, 1) 0%, rgba(24, 31, 55, 1) 100%);
    background: -webkit-linear-gradient(top, rgb(228, 217, 140) 0%, rgb(231, 201, 0) 100%);
    background: linear-gradient(to bottom, rgb(241, 227, 137) 0%, rgb(231, 201, 0) 100%);
}

.product-box img {
    opacity: .80;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.product-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 20px;
    color: var(--white);
}

.product-box:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    content: "";
    background: -moz-linear-gradient(top, rgba(24, 31, 55, 0) 0%, rgba(23, 30, 54, 0.85) 70%, rgba(23, 30, 54, 0.85) 80%);
    background: -webkit-linear-gradient(top, rgba(24, 31, 55, 0) 0%, rgba(23, 30, 54, 0.85) 70%, rgba(23, 30, 54, 0.85) 80%);
    background: linear-gradient(to bottom, rgba(24, 31, 55, 0) 0%, rgba(23, 30, 54, 0.85) 70%, rgba(23, 30, 54, 0.85) 80%);
}

.slider-tabs {
    position: relative;
    z-index: 1;
    margin: -50px 0 0;
}

.wf100 {
    padding: 0 !important;
}

.slider-tabs .container {
    background: #171e36;
    border-radius: 5px;
    padding: 23px 15px 15px;
    border-bottom: 10px solid #2b3249;
}

.slidetab-box {
    padding: 20px 0;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}

.slidetab-box span {
    color: var(--theme2-color);
}

.home-icon ul li {
    width: 49%;
    float: left;
    display: block;
    padding: 0 0 35px 0;
}

.home-icon .icon-img { }

.home-icon ul li .icon-img img{
	position: absolute;
}


.icon-img h5 {
    font-size: 18px;
}

.form-bg {
    border: 1px solid #e0e4e6;
    border-radius: 5px;
    padding: 25px;
    position: relative;
    margin-bottom: 30px;
}

.reg-title.section-title {
    text-align: left;
}


/*----- payment ----*/

.bank-detail {
    margin: 0 0 20px 0;
}

.bank-detail ul {
    width: 100%;
    list-style: none;
}

.bank-detail li {
    display: inline-block;
}

.bank-detail-width1 {
    width: 20%;
    float: left;
}

.bank-detail-width2 {
    width: 80%;
}

.bank-detail p {
    font-family: font-2;
    font-size: 1rem;
    margin: 0;
    line-height: unset;
}

.bank-detail h4 {
    font-family: font-3;
    font-size: 1rem;
    margin: 0;
    line-height: 24px;
    padding: 0 0 0 20px;
}

/*----- Staff-section ----*/
.hlg-thumb {
    padding: 10px;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    margin: 0 0 25px;
    background: rgba(23, 30, 54, 0.1);
}

.hlg-thumb img{
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.hlg-thumb p {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(23, 30, 54, 0.95);
    width: 100%;
    margin: 0px;
    padding: 8px 15px;
    color: #fff;
    text-transform: capitalize;
    z-index: 1;
    text-align: center;
}

.hlg-thumb p span {
    color: #fff;
    font-size: 14px;
}
.hlg-thumb:hover:after {
    height: 100%;
    opacity: 1;
}

.hlg-thumb:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    content: "";
    background: rgba(0,0,0,.5);
    opacity: 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.vi-mi-section {
    background: #ebecef;
}
.s-heading h2{
    color: var(--title-color);
    font-family: Poppins, sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
}
.content-box{
    display: block;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    padding: 37px 49px 50px 49px;
    width: 100%;
    box-sizing: border-box;
}
.ab-img {
    text-align: center;
}
.aim-box {
    padding: 10px 20px;
    border: 10px solid #2b3249;
    position: absolute;
    width: 640px;
    z-index: 1;
    top: 16px;
    left: -15%;
    bottom: 16px;
    background: #fff;
}
.vi-mi-section {
    background: #ebecef;
}

/*development style changes*/
.payment-logo{
    margin-top: 30px;
}
.payment-logo img{
    height: 22px;
}

.pay-title{

}
.payment-type{
    background-color: #ffffff;
    border: solid 2px #eeeeee;
    text-align: center;
    cursor: pointer;
}
.payment-type.active{
    border: solid 2px var(--theme1-color);
}
.payment-type p{
    margin-bottom: 2px;
}
.payment-type img{
    height: 50px;
}