/* CSS Document */
::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #eee; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0,0.4); 
}


body {
    font-family: 'Lato', sans-serif;
    color: #212529;
}
.font-2 {
    font-family: 'Quicksand', sans-serif;
}

.font-3 {
    font-family: 'Righteous', sans-serif;
}

.light {
    background: #f8f8f8;
}

.color-r {
    color: #f32918
}
.s-14 {
    font-size: 14px;
}
.no-radius {
    border-radius: 0px;
}

/*---------------------------------- Blog --------------------------------*/
.blog-cat-check {
    border-top: 1px dotted #dddddd;
    border-bottom: 1px dotted #dddddd;
    padding: 21px 20px 10px 20px;
    margin-bottom: 40px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after
{
    content: '';
    width: 8px;
    height: 8px;
    background: #00a69c;
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after
{
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after
{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
[type="checkbox"]:disabled:checked + label:before,
[type="checkbox"]:disabled:not(:checked) + label:before
{
    border-color: #ccc;
    background-color: #eee;
}
[type="checkbox"]:disabled:checked + label:after
{
    background: #aaa;
}

.blog-form {
    text-align: center;
}
.blog-form> span {
    font-family: 'Righteous', cursive;
    margin-right: 25px;
}

.blog-sort> img {
    width: 100%;
    height: auto;
}
.blog-sort {
    padding: 0px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 18px #ddd;
    -webkit-box-shadow: 0px 0px 18px #ddd;
    -moz-box-shadow: 0px 0px 18px #ddd;
    -ms-box-shadow: 0px 0px 18px #ddd;
    -o-box-shadow: 0px 0px 18px #ddd;
}
.blog-smry {
    padding: 25px 25px;
    background: #fff;
}
.blog-smry> .blog-sm-cat {
    background: #f1f1f1;
    color: #000000;
    padding: 5px 10px;
    font-size: 12px;
}
.blog-smry> .blog-sm-cat:hover {
    background: #dddddd;
    text-decoration: none;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.blog-smry> .blog-sm-title {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: bold;
}
.blog-smry> .blog-auth {
    color: #000000;
    font-size: 14px;
    margin-bottom: 5px;
}
.blog-auth > span {
    color: #f32918;
    font-size: 14px;
}

.blog-smry-date {
    position: relative;
    color: #999998;
    font-size: 12px;
    padding-left: 55px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.blog-smry-date:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 2px;
    background-color: #ffa71e;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.blog-sort:hover> .blog-smry> .blog-smry-date:before {
    width: 0px;
}
.blog-sort:hover> .blog-smry> .blog-smry-date {
    padding-left: 0px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.blog-smry> .blog-sm-detail {
    font-size: 13px;
    text-align: justify;
    color: #6f6f6f;
}

.rm-link {
    position: relative;
    color: #f32918;
    font-weight: bold;
    padding-left: 0px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.rm-link:hover {
    text-decoration: none;
}
.rm-link:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    height: 2px;
    background-color: #ffa71e;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.blog-sort:hover> .blog-smry> .rm-link:before {
    width: 50px;
}
.blog-sort:hover> .blog-smry> .rm-link {
    padding-left: 55px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.inner-top {
    position: relative;
    margin-bottom: 50px;
}
.inner-b-d {
    background: url(../img/background/11.jpg) center;
}
.inner-top-b {
    background: url(../img/background/11.jpg) center;
}
.inner-top-m {
    background: url(../img/background/11.jpg) center;
}
.inner-top-s {
    background: url(../img/background/11.jpg) center;
}
.inner-top-st {
    background: url(../img/background/11.jpg) center;
}
.inner-top-cart{
    background: url(../img/background/cart.jpg) center;
    margin-bottom: 0px;
}
.inner-top> div {
    /*background-image: linear-gradient(180deg, rgba(255,255,255,0.4) 0%, #ffffff 100%);*/
    padding-top: 70px;
    padding-bottom: 70px
}
.inner-top-headline> h1 {
    font-family: 'Righteous', cursive;
    font-size: 50px;
}
.overlay {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: -35%;
    background: rgba(255, 255, 255, 0.50);
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
}
.overlay.skew-part {
    -webkit-transform: skew(-25deg, 0deg);
    -moz-transform: skew(-25deg, 0deg);
    -ms-transform: skew(-25deg, 0deg);
    -o-transform: skew(-25deg, 0deg);
    transform: skew(-25deg, 0deg);
}


/*---------------------------------- Blog detail --------------------------------*/
.blog {
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
    background: #FFFFFF;
}
.blog-d {
    padding: 35px 22px 25px;
    text-align: center;
    margin-top: -65px;
    background: #fff;
    width: 80%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.blog-catg {
    font-size: 14px;
    padding: 4px 20px;
    background: #f2f2f1;
    display: inline-table;
}
.date-auth {
    margin-bottom: 12px;
}
.blog-title {
    font-size: 28px;
}
.date-auth {
    font-size: 14px;
    color: #7d7d7d;
}
.date-auth> span {
    color: #f32918;
}
.blog-cnt {
    padding: 0px 50px 40px 50px;
    text-align: justify;
}
.blog-catg-relt {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1)
}
.blog-catg-relt> h1 {
    font-size: 18px;
    background: #000000;
    color: #FFFFFF;
    text-align: center;
    padding: 7px;
}
.blog-catg-relt> ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 20px;
}
.blog-catg-relt> ul> li> a {
    color: #000000;
    position: relative;
    padding-left: 19px;
}
.blog-catg-relt> ul> li> a:hover {
    padding-left: 19px;
    transition: all .2s ease;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.blog-catg-relt> ul> li> a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 2px;
    background-color: #000000;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.blog-catg-relt> ul> li> a:hover::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 2px;
    background-color: #000000;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

/*--------------------------------- Home -------------------------------*/
.header-top {
    border-bottom: 1px solid #f7f7f7;
    padding-top: 4px;
    padding-bottom: 4px;
}
.header-top-left {
    text-align: right;
}
.header-top-left> a {
    color: #808080;
    padding-left: 18px;
    font-size: 14px;
}
.header-top-right> p {
    margin: 0px;
    color: #808080;
}
/*.header-top-left> a+a {
    border-left: 1px solid #808080;
}*/
.hm> img {
    display: inline-block;
    width: 35px;
    float: left;
    font-size: 38px;
    text-align: center;
    margin: 2px 0px;
}
.hm> div {
    margin-left: 55px;
}
.hm> div> h3 {
    font-size: 15px;
    margin: 0px;
    color: #808080;
    line-height: 18px;
}
.hm> div> p {
    font-size: 13px;
    margin: 0px;
    color: #808080;
}
.hm-logo> a {
    color: #f74949 !important;
    margin: 0px;
    font-family: 'Righteous', cursive;
    font-size: 35px;
    line-height: 35px;
}
.hm-logo> p {
    color: #808080;
    margin: 0px;
    font-size: 13px;
    line-height: 13px;
}
.hmd {
    padding-top: 10px;
    padding-bottom: 10px;
}
.hm {
    padding-top: 5px;
    padding-bottom: 5px;
}
li.nav-item.active > a.nav-link{
    background: linear-gradient(to bottom, #543b75 0%, #3b2e50 100%);
    color: #fff !important;
}
.f-nav> .container> nav> .navbar-collapse> ul> li.active> a{
    color: #fff !important;   
}
.navbar-brand {
    display: none;
}
.f-nav {
    z-index: 2;
    background: rgba(0, 0, 0, 0.7) !important;
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.f-nav> .container> nav> .navbar-brand {
    display: block;
    color: #000000;
    font-family: 'Righteous', cursive;
    letter-spacing: 2px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.f-nav> .container> nav> .navbar-collapse> ul> li> a {
    color: #000 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
} 
.container> nav> .navbar-collapse> ul> li> a {
    color: #ffffff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
} 
.f-nav> .container> nav> .navbar-collapse> ul> li> .red-link {
    background: #ffa025 !important;
    color: #ffffff !important;
}
.menu-header {
    background: #1f0e36;
    background: linear-gradient(to bottom, #1f0e36 0%, #321f52 100%);
}
@media (max-width: 767px) {
    .menu-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-toggler {
        background: #FFFFFF;
    }
    .f-nav{
        background: #FFFFFF !important;
        z-index: 999;
    }
}
.nav-custome {
    background: transparent;
    background: transparent;
    padding: 0px;
}
.nav-link {
    color: #FFFFFF !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}
.dropdown-menu.menu-cust {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    position: relative;
    box-shadow: 0 2px 3px #777;
    border-radius: 0px !important;
    font-size: inherit;
    left: 0;
    line-height: 1.5em;
    position: absolute;
    top: 66px;
    z-index: 9999999;
    border-top: 3px solid #5726a5;
}
.dropdown-menu.menu-cust:before {
    content: '';
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: #5726a5;
    width: 0;
    height: 0;
    top: -19px;
    left: 10px;
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 8px 8px 8px 8px;
}
.dropdown-item {
    color: #FFFFFF;
}
@media (min-width: 768px) {
    .menu-header {
        background: #1f0e36;
        background: linear-gradient(to bottom, #1f0e36 0%, #321f52 100%);
        border-top: 1px solid #f7f7f7;
    }
    .nav-link {
        color: #ffffff;
    }
    .f-nav {
        z-index: 2;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.8) !important;
        animation-duration: 0.8s;
        animation-name: fadeInDown;
        animation-timing-function: ease-in-out;
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -ms-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
    }
}
.home-w> img {
    height: 70px;
    width: auto;
}
.home-w> h3 {
    font-size: 22px;
    margin-top: 21px;
}
.home-w> p {
    color: #777777;
    text-align: justify;
}
.home-w {
    position: relative;
    display: block;
    padding: 25px;
    min-height: 311px;
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.10);
    -ms-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.10);
}
.home-w:hover {
    -webkit-box-shadow: -5px 10px 25px 0px rgba(0,0,0,0.10);
    -ms-box-shadow: -5px 10px 25px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: -5px 10px 25px 0px rgba(0,0,0,0.10);
    box-shadow: -5px 10px 25px 0px rgba(0,0,0,0.10);
}
.home-w:after {
    content: '';
    position: absolute;
    left: -29px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    background: url(../img/icon/2.png) center center no-repeat;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.home-w:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.why-us {
    position: relative;
    margin-top: 70px;
    margin-bottom: 25px;
}
.back-c {
    position: absolute;
    right: 0%;
    margin-right: 90px;
    top: 70%;
    width: 63px;
    height: 63px;
    background: url(../img/icon/3.png) center center no-repeat;
}

.left-side-content {
    width: 100%;
    float: left;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
}
.transition {
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.left-side-content .side-image {
    width: 40%;
    height: 100%;
    position: absolute;
    left: 60%;
    top: 0;
    background: #ffbb3f;
    overflow: hidden;
}
.left-side-content .side-image .bg-image {
    max-width: inherit;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    mix-blend-mode: soft-light;
    -webkit-filter: grayscale(100%) contrast(1);
    filter: grayscale(100%) opacity: 0.2;
}
.left-side-content .side-image:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/icon/7.png) left top no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: auto 100%;
}
.content-image> img {
    width: 100%;
    height: auto;
    box-shadow: 0 20px 30px rgba(0,0,0,0.20);
}
.content-image-left> img {
    width: 100%;
    height: auto;
    box-shadow: 0 20px 30px rgba(0,0,0,0.20);
}
.description> h3 {
    font-size: 18px;
    color: #777777;
}
.description> h1 {
    font-family: 'Righteous', cursive;
}
.description>p {
    text-align: justify;
}
.description-headline:after {
    background: #fdbf5e;
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 25px;
    margin-top: 10px;
    width: 70px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.right-side-content {
    width: 100%;
    padding: 80px 0;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}
.right-side-content .side-image {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffbb3f;
    overflow: hidden;
}
.right-side-content .side-image .bg-image {
    max-width: inherit;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    mix-blend-mode: soft-light;
    -webkit-filter: grayscale(100%) contrast(1);
    filter: grayscale(100%) opacity: 0.2;
}
.right-side-content .side-image:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/icon/8.png) right top no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: auto 100%;
}
.about-2 {
    background: #F3F3F3;
}
.about-2-text> h1 {
    font-family: 'Righteous', cursive;
    margin-top: 40px;
}
.about-2-text> h1:after {
    background: #fdbf5e;
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 18px;
    margin-top: 10px;
    width: 70px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.about-2-text> p {
    text-align: justify;
}
.stap {
    background: #CCCCCC;
    background: #f9f9f97d;
}
.stap-inner {
    padding-top: 25px;
    padding-bottom: 21px;
}
.stap-inner> img {
    width: 70px;
    height: auto;
}
.stap-inner> h1 {
    font-size: 25px;
    font-family: 'Righteous', cursive;
}
.why-2 {
    background: url(../img/icon/bg1.png) no-repeat top;
    background-size: 100% auto;
    padding-top: 70px;
}
.objective-list-left {
    list-style: none;
    padding-left: 0px;
    text-align: right;
    margin-top: 30px;
    color: #5c6873;
    font-size: 15px;
}
.objective-list-left> li> img {
    display: inline-block;
    width: 58px;
    float: right;
    font-size: 38px;
    text-align: center;
    margin: 6px 0px;
}
.objective-list-left> li> div h4 {
    font-family: 'Righteous', cursive;
    font-size: 21px;
}
.objective-list-left> li> div {
    margin-right: 75px;
    margin-bottom: 30px;
}
.objective-list {
    list-style: none;
    padding-left: 0px;
    margin-top: 30px;
    color: #5c6873;
    font-size: 15px;
}
.objective-list> li> img {
    display: inline-block;
    width: 58px;
    float: left;
    font-size: 38px;
    text-align: center;
    margin: 6px 0px;
}
.objective-list> li> div {
    margin-left: 75px;
    margin-bottom: 30px;
}
.objective-list> li> div h4 {
    font-family: 'Righteous', cursive;
    font-size: 21px;
}
.title {
    text-align: center;
    position: relative;
}
.title h1 {
    position: relative;
    font-family: 'Righteous', cursive;
    color: #222222;
    font-size: 40px;
    font-weight: 700;
    z-index: 10;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.title h1:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 5px;
    width: 58px;
    height: 1px;
    background-color: #f74949;
}
.title h1:after {
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -22px;
    bottom: 0px;
    width: 58px;
    height: 1px;
    background-color: #f74949;
}
.title h3 {
    display: none;
    position: absolute;
    width: 100%;
    text-transform: uppercase;
    left: 0px;
    top: -4px;
    font-size: 58px;
    color: #f4f4f4;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1em;
    text-transform: uppercase;
}
.title> h4 {
    color: #222222;
    margin-bottom: 38px;
    font-size: 18px;
    letter-spacing: 5px;
}


/*--------------------------------- mantor -----------------------------*/
/*.mentr-detl {
    padding-left: 0px;
    list-style: none;
}*/
.mentor-name {
    font-family: 'Righteous', cursive;
}
.mentor-name> span {
    font-size: 18px;
}
.link-m {
    margin-top: 10px;
    margin-bottom: 18px;
    border-left: 3px solid #f32918;
}
.mentor-link> p {
    margin-bottom: 0px;
}
.mentor-profile {
    background: #f6f6f6;
    text-align: justify;
    padding: 30px 20px 18px 20px;
    position: relative;
    border-left: 3px solid #f32918;
}
.mentor-profile:before {
    font-size: 50px;
    speak: none;
    text-indent: 0em;
    width: 40px;
    height: 40px;
    line-height: 58px;
    position: absolute;
    text-align: center;
    margin: 0px;
    z-index: 1;
    display: inline-block;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    content: '"';
    top: -15px;
    right: 40px;
    font-style: normal;
    background-color: #7db701;
    border: 4px solid #fff;
    color: #fff;
}
/*.mentr-detl> li > span {
    color: #cf000f;
}*/
.mentor-profile> p {
    font-size: 14px;
}
.mentor-about {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: justify;
    font-size: 12px;
    color: #848484;
}
.mentor-img> img {
    width: 100%;
    height: auto;
}
.social-link {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}
.social-link> a:hover {
    text-decoration: none;
}
.social-link> a {
    margin: 8px;
    color: #f32918;
    font-size: 18px;
}
.mentor {
    margin-top: 40px;
    margin-top: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dddddd;
}


/*---------------------------------------------------- Seminar ------------------------------------------*/
.saminar {
    margin-top: 25px;
    margin-bottom: 21px;
}
.s-sdul> h3 {
    color: #7d7d7d;
    font-size: 21px;
    margin-bottom: 0px;
}
.s-sdul> h1 {
    font-size: 31px;
    font-family: 'Righteous', cursive;
    margin-bottom: 20px;
}
.s-venu> p> span {
    color: #f32918;
}
.s-text> p {
    text-align: justify;
    font-size: 13px;
    margin-bottom: 8px;
}
.s-img> img {
    width: 100%;
    height: auto;
    padding: 5px;
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
}


/*------------------------------------ Startups ---------------------------------*/
.startup-name {
    padding-bottom: 8px;
    font-size: 30px;
    font-family: 'Righteous', cursive;
    position: relative;
    margin-bottom: 19px;
}
.startup-name:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 80px;
    height: 2px;
    background-color: #f74949;
}
.startup-name> span {
    font-size: 18px;
}
.startup-logo {
    max-width: 300px !important;
    margin: 0px 18px 9px 0px !important;
    float: left !important;
    padding: 3px;
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
}
.startuo-k> p {
    text-align: justify;
}
.startup-d p span {
    color: #f32918;
}

.startup-logo-home {
    display: block;
    /*max-width: 300px !important;*/
    /*margin: 0px 18px 9px 0px !important;*/
    /*float: left !important;*/
    padding: 10px;
    text-align: center;
    box-shadow: 0px 0px 30px 5px rgb(158 158 158 / 10%);
    margin-bottom: 20px;
}
.startup-logo-home> img {
    height: 90px;
}

/*-------------------------------- footer ----------------------*/
.footer-tp {
    text-align: center;
    padding-top: 12px;
}
.footer-tp> a {
    color: #000000;
    padding-left: 18px;
    padding-right: 18px;
}
.footer-bottem {
    text-align: center;
}
.foot_copy{
    font-size: 12px;
    color: #a2a2a2;
}
.social-links{
    text-align: center;
    margin-top: 10px;
    padding-bottom: 20px;
}
.social-links>a>i{
    padding-right: 5px;
    color: #000;
}
.f-social-link {
    text-align: center;
}
.f-social-link> a {
    color: #000000;
}


@media (max-width: 768px) {
    .s-hide {
        display: none;
    }
}
/*==pagination==*/
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ffa025;
    border-color: #ffa025;
}
.page-link {
    position: relative;
    display: block;
    padding: 5px 10px;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
}
.page-item.disabled .page-link {
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
}
.mt25{
    margin-top: 25px;
}
.loading{
    display: inline-block !important;
}

.user-profile {
    background: url(../img/background/user-back.jpg);
    background-size: cover;
}
.user-profile-inner {
    padding-top: 150px;
    padding-bottom: 30px;
}
.uprofile-img> img {
    max-height: 200px;
    max-width: 200px;
    border: 7px solid #FFFFFF;
    margin: auto;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -78px;
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
}
.profile-link {
    background: #ffffff;
    position: relative;
    padding-top: 18px;
    padding-bottom: 18px;
}
.uprofile-link> a {
    color: #415248;
    padding-left: 18px;
    font-family: Lato;
    letter-spacing: 3px;
    font-weight: 700;
}
.uprofile-link> a:hover, .uprofile-link> a:focus {
    color: #27aae1;
    text-decoration: none;
}
.inner-uprofile {
    padding-top: 80px;
}
.uprofile-detail {
    background: #FFFFFF;
    border: 1px solid #edeff2;
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
    margin-bottom: 40px;
    padding: 20px 10px 0px 10px;
}
.uprofile-detail> img {
    max-height: 200px;
    max-width: 200px;
    border-radius: 50%;
    margin: auto;
    display: block;
}
.uprofile-detail> h1 {
    font-size: 21px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 18px;
    font-family: 'Righteous', cursive;
}
.uprofile-detail> p {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0px;
    color: #a1a5b1;
}
.uprofile-d-dark {
    background: #222835;
    position: relative;
    color: #FFFFFF;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px;
}
.uprofile-d-dark:before {
    content: '';
    display: block;
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11.5px 11px 11.5px;
    border-color: transparent transparent #222835 transparent;
}
.uprofile-d-dark> p {
    padding-top: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid #2e3542;
    margin: 0px;
}
.uprofile-d-dark> p > a{
    color: #ffffff;
}
.uprofile-d-dark> p> span {
    float: right;.uprofile-detail> p
}
.uprofile-d {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
    padding: 21px 21px;
}
.uprofile-d> h1 {
    font-size: 21px;
    font-family: 'Righteous', cursive;
}
.uprofile-d> p {
    text-align: justify;
    font-size: 15px;
}
.up-title {
    font-size: 29px;
    font-family: 'Righteous', cursive;
    margin-top: 28px;
}
.up-pro {
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
}
.up-status {
    color: #FFFFFF;
    padding: 5px 15px;
}
.up-status-1 {
    background: #016f01;
}
.up-status-2 {
    background: #007bff;
}
.up-status-3 {
    background: #e61d30;
}
.up-status-4 {
    background: #ffc001;
}
.up-status> p {
    font-size: 14px;
    margin: 0px;
}
.up-status-detail {
    padding: 11px;
}
.up-status-detail> h3 {
    font-size: 15px;
    font-weight: bold;
}
.up-status-detail> h4 {
    font-size: 13px;
    color: #777777;
}
.up-status-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.up-status-list> li {
    margin-bottom: 0px;
}
.up-status-list> li> p {
    font-size: 12px;
    color: #777777;
    margin-bottom: 0px;
}
.up-status-list> li> p> span {
    font-weight: bold;
}

.deshbord-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
    margin-bottom: 18px;
}
.pd-21 {
    padding: 21px;
}
.pro-p-list {
    padding: 0px 21px 21px 21px;
    list-style: none;
}
.pro-p-list> li> p {
    font-size: 14px;
}
.pro-p-list> li> p> span {
    font-weight: bold;
}
.profile-title {
    border-bottom: 1px solid #000;
    border-bottom: 1px solid #e6ecf5;
    margin-bottom: 18px;
}
.profile-title> p {
    padding-top: 11px;
    padding-bottom: 11px;
    font-family: 'Righteous', cursive;
    padding-left: 21px;
    padding-right: 21px;
    margin: 0px;
}
.profile-title> p> img {
    height: 45px;
    padding-right: 5px;
    width: auto;
}
.profile-about {
    padding: 0px 21px 21px 21px;
}
.profile-about> p {
    text-align: justify;
    font-size: 14px;
}
.editb {
    background: #007bff;
    color: #ffffff !important;
    padding: 10px 40px;
    margin-bottom: 20px;
    display: inline-block;
    float: right;
    margin-top: -30px;
}
.editb:hover, .editb:focus {
    text-decoration: none;
}
.up-status-link {
    display: inline-block;
    margin-right: 18px;
    padding: 3px 10px;
    background: #000000;
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 7px;
    margin-top: 7px;
}
.pro-img{
    /*height: 200px;
    width: auto;*/
    display: block;
    margin: auto;
}
/*-------------------------------- auth-section -----------------------*/
.auth-section {
    height: 100%;
    width: 100%;
    position: relative;
    background: #f9f9f9 center;
    background-size: cover;
}
.overlay {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: -50%;
    background: rgb(0, 123, 255);
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
}
.auth-login {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
    padding: 40px 21px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.auth-form> label {
    font-family: 'Righteous', cursive;
    width: 100%;
}
.auth-form-fp {
    float: right;
    font-size: 14px;
}
.auth-form> .form-control {
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #a7a7a7;
}
.auth-form> .form-control:focus {
    border-color: #FFC107;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #FFC107;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #FFC107;
}
.auth-form-button {
    display: block;
    border-radius: 0px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.auth-form-signup {
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #52575a;
    border: 1px solid #52575a !important;
    display: block;
    width: 100%;
    margin-top: 18px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.auth-form-signup:hover, .auth-form-signup:focus {
    text-decoration: none;
    color:#FFFFFF;
    background: #000000;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*--------------------------------- auth-register -------------------*/
.auth-register {
    background: #f9f9f9 center;
    height: 100%;
    width: 100%;
    position: relative; 
    background-size: cover;
}
.auth-register-div {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px 21px;
    margin-top: 100px;
    margin-bottom: 100px;
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
}
.auth-register-div> h2 {
    font-size: 21px;
    font-family: 'Righteous', cursive;
    text-align: center;
}
.auth-register-div> h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}
.auth-register-form> .form-control {
    border-radius: 0px;
    background: rgba(255, 255, 255, 1);
}
.custom-select {
    border-radius: 0px;
}
.input-group-text {
    border-radius: 0px;
    width: 42px;
    background: rgba(255, 255, 255, 1);
}
.auth-rln-link {
    display: block;
    text-align: right;
    padding-top: 18px;
}
.auth-register-button {
    border-radius: 0px;
    display: block;
    width: 100%;
}
.p-edit {
    padding: 21px;
}
.dashbord-title {
    font-size: 21px;
    font-family: 'Righteous', cursive;
    margin-bottom: 20px;
}
.hr-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 30px 0px 20px 0px;
}
.form-profile> label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 14px;
}
.form-profile> .form-control {
    border-radius: 0px;
}
.form-profile> .form-control:focus {
    border-color: #007aff;
    outline: 0;
    box-shadow: none;
}
.custom-file-label {
   border-radius: 0px;
}
.stap-div> p {
    background: #007bff;
    color: #ffffff !important;
    padding: 10px 40px;
    margin-bottom: 20px;
    display: inline-block;
    float: right;
    margin-top: -30px;
    font-family: 'Righteous', cursive;
    text-transform: uppercase;
    font-size: 18px;
}
a:hover{
    text-decoration: none;
}

.stap-div> a {
    background: #007bff;
    color: #ffffff !important;
    padding: 10px 40px;
    margin-bottom: 20px;
    display: inline-block;
    float: right;
    margin-top: -30px;
    font-family: 'Righteous', cursive;
    text-transform: uppercase;
    font-size: 18px;
}
.feas-report-q {
    text-align: center;
    border-radius: 0px;
}

/*-------------------------------- footer ----------------------*/
.footer-tp {
    text-align: center;
    padding-top: 12px;
}
.footer-tp> a {
    color: #000000;
    padding-left: 18px;
    padding-right: 18px;
}
.footer-bottem {
    text-align: center;
}
.f-social-link {
    text-align: center;
}
.f-social-link> a {
    color: #000000;
}


@media (max-width: 768px) {
    .s-hide {
        display: none;
    }
}
.disabled{
    pointer-events: none;
    cursor: not-allowed;
}
span.text-danger{
    font-size: 12px;
}
.block{
    display: block;
    margin: auto;
}
.pay_text{
    font-size: 14px;
}

.scale_back {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: url(../img/background/border_bottom.png);
    content: '';
}
.steps_main {
    background: #f4f4f4;
    padding-top: 35px;
    padding-bottom: 35px;
}
.step {
    padding-right: 20px;
    margin-top: 62px;
    display: block;
}
.step figure {
    height: 100px;
    vertical-align: bottom;
    display: table-cell;
}
.step figure aside {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.step figure .bar {
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    width: 50px;
    background-color: #37b048;
    position: relative;
}
.height-25 {
    height: 25%;
}
.height-50 {
    height: 50%;
}
.height-75 {
    height: 75%;
}
.height-100 {
    height: 100%;
}
.step figure .arrow {
    position: absolute;
    top: -20px;
    right: -100px;
    height: 12px;
    width: 38px;
    background-image: url('../img/background/arrow-right.png');
    background-repeat: no-repeat;
}
.step h3 {
    color: #37b048;
    font-size: 18px;
    font-family: 'Righteous', serif;
}
.step hr{
    border-top: 1px solid #eee;
}
.step p {
    opacity: 0.7;
}
.text_shadow_txt {
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.font_2 {
    font-family: 'Righteous', serif;
}
.footer {
    background: url(../images/footer-2.png);
    color: #ffffff;
    background-size: cover;
    padding-top: 35px;
    padding-bottom: 15px;
    background-attachment: fixed;
    font-size: 14px;
}
.footer_list {
    list-style: none;
    padding-left: 3px;
}
.footer_list> li> a {
    color: #FFFFFF;
}
.footer_list> li> a:hover, .footer_list> li> a:focus {
    color: #37b048;
    text-decoration: none;
}
.footer_div {
    padding: 15px;
}
.white_transparent {
    background: rgba(255, 255, 255, 0.35);
}
.btn-cus-subscribe {
    width: 100%;
}
.social_div {
    margin-top: 10px;
}

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
     -o-transition-duration: 0.3s;
 }
 .social_link {
    color: #FFFFFF;
 }
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }

.footer_div_2> h4 {
    margin-top: 0px;
    color: #37b048;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    font-size: 21px;
}

.footer_copyright {
    text-align: center;
    background: rgba(255, 255, 255, 0.71);
    margin-top: 25px;
    /*margin-bottom: 18px;*/
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 18px;
    color: #000000;
    padding-bottom: 9px;
}
.foot_copy2>h4{
    font-size: 16px;
    color: #000;
}
.contact>h4{
    font-size: 18px;
}
.proposal-btns{
    padding: 20px 10px;
    text-align: center;
    background: #f8f8f8;
}
.p-confrm> h1 {
    font-size: 21px;
    text-align: center;
}
.p-confrm> h1> span {
    font-family: 'Righteous', cursive;
}
.p-confrm> h2 {
    font-size: 18px;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 28px;
}
.p-confrm> h2> span {
    font-family: 'Righteous', cursive;
}
.p-confrm> p {
    font-size: 15px;
}
.p-confrm> p> span {
    font-family: 'Righteous', cursive;
}
.p-confrm> img {
    width: 100%;
    height: auto;
    padding: 5px;
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
}
.p-c-sbmt {
    background: #007bff;
    margin-top: 21px;
    margin-bottom: 21px;
    color: #ffffff;
    padding: 10px 17px;
    width: 100%;
    display: block;
    text-align: center;
    font-family: 'Righteous', cursive;
}
.p-c-sbmt:hover, .p-c-sbmt:focus {
    color: #ffffff;
    text-decoration: none;
}
.p-c-edt {
    background: #dc3545;
    color: #ffffff;
    margin-top: 21px;
    margin-bottom: 21px;
    padding: 10px 17px;
    width: 100%;
    display: block;
    text-align: center;
    font-family: 'Righteous', cursive;
}
.p-c-edt:hover, .p-c-edt:focus {
    color: #ffffff;
    text-decoration: none;
}
.sub_head{
    margin-top: 20px;
    font-size: 18px !important;
    text-decoration: underline;
}

.p-detail {
    text-align: center;
}
.p-detail> h1 {
    font-size: 30px;
    font-family: 'Righteous', cursive;
    border-left: 5px solid;
    display: inline-block;
    border-right: 5px solid;
    padding: 0px 15px;
}
.p-detail> h2 {
    font-size: 18px;
    color: #999999;
    padding-top: 10px;
    padding-bottom: 18px;
}
.p-detail-summ {
    margin-bottom: 18px;
}
.p-detail-summ> p {
    text-align: justify;
}
.p-detail-summ> img {
    max-width: 300px;
    height: auto;
    float: left;
    margin-right: 18px;
    margin-bottom: 5px;
    padding: 5px;
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
}



.proposal-chat-main {
    background: #FFFFFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.proposal-chat-main{
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 2;
    width: 435px;
}
.proposal-chat {
    background: #f8f8f8;
    display: block;
    padding-top: 70px;
}
.p-chat-headline {
    background: #7c5ac2;
    color: #FFFFFF;
    padding: 8px 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
}
.p-chat-headline> p {
    margin: 0px;
    font-family: 'Righteous', cursive;
    font-size: 18px;
}
.p-chat-text {
    padding: 18px;
}
.admin-text {
    margin-bottom: 18px;
}
.p-chat-text {
    max-height: 400px;
    min-height: 350px;
    overflow: auto;
}
.p-chat-text> .admin-text> p {
    margin-right: 20%;
    background: #f0f4f9;
    color: #888da8;
    font-size: 14px;
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 0px;
}
.admin-text> span {
    text-align: left;
    display: block !important;
    font-size: 10px;
    color: #999999;
    margin-top: 5px;
}
.user-text {
    margin-bottom: 18px;
}
.p-chat-text> .user-text> p {
    margin-left: 20%;
    font-size: 14px;
    background-color: #7c5ac2;
    color: #FFFFFF;
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 0px;
}
.user-text> span {
    text-align: right;
    display: block !important;
    font-size: 10px;
    color: #999999;
    margin-top: 5px;
}
.input-message{
    width: 100% !important;
}
#btn-chat{
    border-radius: 0;
    background: #7c5ac2 !important;
    color: #fff;
    border-color: #7c5ac2 !important;
}
.mb0{
    margin-bottom: 0px;
}
/*======== market place ===========*/
#mkt-grs {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    display: none;
    z-index: 9999;
    padding: 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 2.5px 4.33px 50px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 2.5px 4.33px 50px 0 rgba(0,0,0,.1);
    -o-box-shadow: 2.5px 4.33px 50px 0 rgba(0,0,0,.1);
    box-shadow: 2.5px 4.33px 50px 0 rgba(0,0,0,.1);
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.mkt-grsshow {
    display: block !important;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.mplc-product {
    background: #f8f8f8;
    padding-top: 80px;
    padding-bottom: 80px;
}
.cpink {
    color: #E51075;
}
.mplc-product> .container {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
    padding-top: 40px;
    padding-bottom: 40px;
}
.mplc-box {
    padding: 20px;
}
.mktplc-tp {
    color: #f74949;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 35px;
}
.mktplc-price {
    color: #2a2a2a;
    font-size: 35px;
    display: block;
    font-family: 'Righteous', cursive;
}
.mktplc-price> span {
    color: #6a6a6a;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}
.mktplc-price> .pdst {
    color: #E51075;
}
.mktplc-hdln {
    display: block;
    width: 100%;
    font-family: 'Righteous', cursive;
}
.mktplc-hdttl {
    display: block;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 21px;
    margin-bottom: 18px;
    color: #222222;
}
.mktplc-by {
    font-size: 15px;
}
.mkt-buy {
    padding-top: 20px;
    padding-bottom: 35px;
}
.mkt-buy> a {
    background: #007bff;
    margin-top: 21px;
    margin-bottom: 21px;
    color: #ffffff;
    padding: 10px 40px;
    font-size: 18px;
    font-family: 'Righteous', cursive;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 123, 255, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 123, 255, 0.2);
}
.mkt-buy> a:hover, .mkt-buy> a:focus {
    text-decoration: none;
    color: #FFFFFF;
}
.mkt-ivst {
    padding-top: 20px;
    padding-bottom: 35px;
}
.mkt-ivst> a {
    background: #E51075;
    margin-top: 21px;
    margin-bottom: 21px;
    color: #ffffff;
    padding: 10px 40px;
    font-size: 18px;
    font-family: 'Righteous', cursive;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(229, 16, 117, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(229, 16, 117, 0.2);
}
.mkt-ivst> a:hover, .mkt-ivst> a:focus {
    text-decoration: none;
    color: #FFFFFF;
}
.mktplc-psmmry {
    text-align: justify;
}
.mktplc-pdtl {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mktplc-pdtle {
    text-align: justify;
}
.mktplc-pvd {
    padding-top: 40px;
}
@media (min-width: 768px) {
    .mktplc-tplft {
        text-align: right;
    }
}


.fndtyp {
    color: #E51075;
    border-bottom: 1px solid #CCCCCC;
}
.fndttl {
    font-size: 28px;
    font-family: 'Righteous', cursive;
}
.fndtgln {
    font-size: 18px;
}
.frdpownr {
    margin-top: 20px;
    margin-bottom: 15px;
}
.fod {
    color: #CCCCCC;
}
.fod> a {
    text-decoration: none;
}
.frdpownr> h1 {
    font-size: 12px;
    font-family: 'Righteous', cursive;
}
.frdpownr> img {
    width: 50px;
    height: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 #e4e4e4;
    -moz-box-shadow: 0 0 15px 0 #e4e4e4;
    -o-box-shadow: 0 0 15px 0 #e4e4e4;
    box-shadow: 0 0 15px 0 #e4e4e4;
    border-radius: 50%;
    padding: 4px;
    margin-right: 10px;
    display: inline;
    float: left;
}
.fndpod {
    display: inline;
}
.pfndov {
    padding-top: 40px;
}
.fndpod> p {
    margin: 0px;
    font-size: 14px;
}
.fndrpgrs-t {
    font-size: 14px;
}
.fndrpgrs-t> span {
    font-size: 18px;
    font-family: 'Righteous', cursive;
}
.fndrpgrs> h3 {
    font-size: 14px;
    margin-top: 10px;
}
.fndrpgrs> h3> span {
    float: right;
    color: #E51075;
}
.pfnddtl {
    margin-top: 70px;
}
.prd-stgttl {
    font-size: 18px;
    padding-left: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    font-family: 'Righteous', cursive;
}
.prd-stgttl::after {
    position: absolute;
    content: '';
    border-top: 12px solid #000000;
    border-right: 12px solid #000000;
    border-left: 6px solid transparent;
    left: 0;
    top: 3px;
}
.prtyp-stg> li {
    text-align: center;
}
.prtyp-stg> li> p {
    font-size: 12px;
}
.prtyp-stg> li> i {
    color: #CCCCCC;
}
.prtyp-stg> .prtyp-stgd> i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #cccccc;
    color: #FFFFFF;
    border-radius: 50%;
}
.prtyp-stg> .prtyp-stgd> p {
    color: #CCCCCC;
}
.prtyp-stg> .prtyp-stga> i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #000000;
    color: #FFFFFF;
    border-radius: 50%;
}
.prtyp-stg> .prtyp-stga> p {
    color: #000000;
}


.tab-fndcontnt {
    padding: 20px 0px;
    text-align: justify;
}
.card-fndg {
    margin-bottom: 10px;
    border-radius: 0px;
}
.card-fndg> .card-header {
    background: #FFFFFF;
}
.btn-link {
    color: #000000;
    width: 100%;
    text-align: left;
}
.ac-h {
    font-family: 'Righteous', cursive;
    color: #007bff;
}
.ac-gry {
    color: #CCCCCC;
    font-size: 14px;
}
.btn-link:hover, .btn-link:focus {
    text-decoration: none;
    color: #000000;
}
.backlistlft> img {
    width: 45px;
    height: 45px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 #e4e4e4;
    -moz-box-shadow: 0 0 15px 0 #e4e4e4;
    -o-box-shadow: 0 0 15px 0 #e4e4e4;
    box-shadow: 0 0 15px 0 #e4e4e4;
    border-radius: 50%;
    padding: 4px;
    margin-right: 10px;
    display: inline;
    float: left;
}
.blo {
    display: inline;
}
.blo> p {
    margin-bottom: 0px;
    font-size: 14px;
}
.blo-aut {
    font-size: 14px;
    font-family: 'Righteous', cursive;
}
.blo-dt {
    color: #CCCCCC;
}
.backlist {
    border-bottom: 1px solid #dee2e6;
    padding-top: 10px;
    padding-bottom: 10px;
}
.backlistrght> h1 {
    font-size: 21px;
    font-family: 'Righteous', cursive;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .backlistrght> h1 {
        font-size: 18px;
        text-align: right;
    }
}
.fndthr {
    margin-top: 25px;
    margin-bottom: 25px;
}
.ntcfndg> .nav-item> .nav-link {
    font-family: 'Righteous', cursive;
    text-transform: uppercase;
}
.ntcfndg> .nav-item> .nav-link:hover, .ntcfndg> .nav-item> .nav-link:focus {
    color: #E51075 !important;
    border-color: transparent transparent #E51075 !important;
}
.ntcfndg> .nav-item> .nav-link.active {
    color: #E51075 !important;
    border-color: transparent transparent #E51075 !important;
}
.fndrcmd {
    color: #e51075;
    padding: 19px 0px;
    font-size: 18px;
    font-family: 'Righteous', cursive;
    border-bottom: 1px solid #dee2e6;
}
.prdct-box {
    border: 1px #e5e5e5 solid;
    margin-top: 10px;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
.prdct-box:hover {
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
.prdct-boxdtl {
    padding: 20px;
}
.prdct-boxdtl> p {
    font-size: 14px;
    margin-bottom: 5px;
}
.ptrp> span {
    font-size: 19px;
    font-family: 'Righteous', cursive;
}
.ptrpp {
    color: #E51075;
    font-size: 14px !important;
    font-family: 'Lato', sans-serif !important;
}
.prdct-boxdtlttl {
    color: #000000;
    display: block;
    margin-bottom: 10px;
    font-size: 19px;
    font-family: 'Righteous', cursive;
}
.prdct-boxdtlttl:hover, .prdct-boxdtlttl:focus {
    text-decoration: none;
    color: #e51075;
}
.prdct-boxdtlsmr {
    color: #666666;
    font-size: 14px;
    margin-bottom: 5px;
}
.pdbd {
    padding-top: 10px;
    padding-bottom: 10px;
}
.prdt-bxpc {
    display: block;
    text-align: center;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    padding: 5px 15px;
    background: #E51075;
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
}
.prdt-bxpc:hover, .prdt-bxpc:focus {
    color: #FFFFFF;
    text-decoration: none;
}
.prdt-bxbc {
    display: block;
    text-align: center;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    padding: 5px 15px;
    background: #007bff;
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
}
.prdt-bxbc:hover, .prdt-bxbc:focus {
    color: #FFFFFF;
    text-decoration: none;
}




.prdctsrc-box {
    padding: 0px;
    margin-bottom: 17px;
    border: 1px solid #E0E0E0;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
.prdctsrc-box:hover {
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
.prdctsrc-box> img {
    width: 100%;
    height: auto;
}
.prdctsrc-detail {
    padding: 17px 12px 10px 12px;
}
.prdctsrc-detail> h3 {
    color: #E51075;
    font-size: 12px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.prdctsrc-detail> a {
    font-size: 17px;
    color: #000000;
    display: block;
    margin-bottom: 10px;
    font-family: 'Righteous', cursive;  
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
.prdctsrc-detail> a:hover, .prdctsrc-detail> a:focus {
    color: #E51075;
    text-decoration: none;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
.prdctsrc-box:hover> .prdctsrc-detail> a {
    color: #E51075;
    text-decoration: none;
}
.prdctsrc-detail> h5 {
    font-size: 13px;
    text-transform: uppercase;
}
.prdctsrc-detail> p {
    font-size: 14px;
    color: #9E9E9E;
}
.prdctsrc-ent {
    border-top: solid 1px #E0E0E0;
    background: #FAFAFA;
    padding: 8px;
}
.prdctsrc-ent> p {
    margin-bottom: 0px;
    font-size: 14px;
}
.prdctsrc-ent> p> img {
    border-radius: 50%;
    height: 28px;
    width: 28px;
    margin-right: 10px;
    background-color: #fff;
    padding: 2px;
    -webkit-box-shadow: 0 0 15px 0 #e4e4e4;
    -moz-box-shadow: 0 0 15px 0 #e4e4e4;
    -o-box-shadow: 0 0 15px 0 #e4e4e4;
    box-shadow: 0 0 15px 0 #e4e4e4;
}
.prdctsrc-pr> .progress {
    height: .5rem !important;
}
.prdctsrc-pr> p {
    font-size: 12px;
    margin-bottom: 0px;
}
.pram {
    font-size: 15px;
    font-family: 'Righteous', cursive;
}
.prdctsrc-pr> h1 {
    font-size: 15px;
    margin-top: 10px;
}
.prdctsrc-pr> h1> .orp {
    font-family: 'Righteous', cursive;
    font-size: 19px;
}
.prdctsrc-pr> h1> .dsc {
    color: #FF0000;
    font-size: 12px;
}
@media (min-width: 768px) {
    .prdctsrc-pr {
        height: 55px;
    }
    .pps {
        float: right;
    }
}
.prdctsrc-pr> h4 {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 7px;
}
.lft-filter {
    background-color: #fff;
    border: 1px solid #e5e5e5;
}
.flttitle {
    font-size: 18px;
    margin: 20px;
    font-family: 'Righteous', cursive;
}
.fctitle {
    font-size: 17px;
    position: relative;
    margin-bottom: 25px;
}
.fctitle::before {
    background-color: #000;
    bottom: -7px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}
.fptlist {
    padding-left: 0px;
    list-style: none;
}
.fptlist> li> a {
    color: #000000;
}
.fptlist> li> a:hover, .fptlist> li> a:focus {
    color: #E51075;
    text-decoration: none;
}
.fptlist> li> a.active {
    color: #E51075;
    text-decoration: none;
}
.lft-box {
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.cci-cstm:focus~.custom-control-label::before {
    box-shadow: none !important;
}
.flt-cr> .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.flt-cr .custom-control-input:checked~.custom-control-label::before {
    background-color: #E51075;
}
.flt-cr .custom-control-input:checked~.custom-control-label {
    color: #E51075;
}

.select2-container{
    width: 100% !important;
}
.select2-container--default .select2-search--inline .select2-search__field{
    width: 100% !important;
}
.cart_total{
    display: inline-block;
    background: #e51075;
    font-family: 'Righteous', cursive;
    padding: 10px;
    color: #fff;
}
.chkout-selection{
    background: #f5f5f5;
    padding: 10px;
    border: 1px solid #d6d6d6;
}
.pay-btn{
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #E51075;
    padding: 11px 18px;
    border-radius: 2px;
    color: #E51075;
    text-align: center;
    min-height: 40px;
    width: 100%;
    transition: all 0.5s;
}
.pay-btn:hover{
    background-color: #E51075;
    transition: all 0.5s;
    color: #ffffff;
}

.cart-count{
    background: #fff;
    color: #f74949;
    padding: 2px 6px;
    border-radius: 50%;
    font-weight: 700;
}
.theme-clr{
    color: #f74949;
}
.checkout-box{
    border: 1px solid #e1e0e0;
    padding: 10px;
}
.checkout-box > form > .form-group > .form-control{
    border-radius: 0px;
}
/*------ loader ------------*/
@-webkit-keyframes fadein {
    from {top: 0; opacity: 0;} 
    to {top: 49px; opacity: 1;}
}

@keyframes fadein {
    from {top: 0; opacity: 0;}
    to {top: 49px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {top: 49px; opacity: 1;} 
    to {top: 0; opacity: 0;}
}

@keyframes fadeout {
    from {top: 49px; opacity: 1;}
    to {top: 0; opacity: 0;}
}
.clock{
    position: absolute;
    z-index: 2;
    display: inline-block;
    top: -12px;
    right: 0;
    height: 60px;
    width: 125px;
    text-align: center;
}
@media(max-width: 767px){
    .clock{
        top: -95px;
    }
    #genrate{
        margin-bottom: 5rem;
    }
}
div.span{
    position: relative;
    top: 18%;
}
.timer{
    width: 50px;
    height: 50px;
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 2px #fff;
    border-radius: 50%;
    position: relative;
    margin: 38px auto 15px;/* Not necessary- its only for layouting*/    
 }
.timer:after, .timer:before{
    position: absolute;
    content:"";
    background-color: #fff;
}
.timer:after{
    width: 22px;
    height: 2px;
    top: 24px;
    left: 25px;
    -webkit-transform-origin: 1px 1px;
       -moz-transform-origin: 1px 1px;
            transform-origin: 1px 1px;
    -webkit-animation: minhand 2s linear infinite;
       -moz-animation: minhand 2s linear infinite;
            animation: minhand 2s linear infinite;
}

.timer:before{
    width: 15px;
    height: 2px;
    top: 24px;
    left: 25px;
    -webkit-transform-origin: 1px 1px;
       -moz-transform-origin: 1px 1px;
            transform-origin: 1px 1px;
    -webkit-animation: hrhand 8s linear infinite;
       -moz-animation: hrhand 8s linear infinite;
            animation: hrhand 8s linear infinite;
}
@-webkit-keyframes minhand{
    0%{-webkit-transform:rotate(0deg)}
    100%{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes minhand{
    0%{-moz-transform:rotate(0deg)}
    100%{-moz-transform:rotate(360deg)}
}
@keyframes minhand{
    0%{transform:rotate(0deg)}
    100%{transform:rotate(360deg)}
}

@-webkit-keyframes hrhand{
    0%{-webkit-transform:rotate(0deg)}
    100%{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes hrhand{
    0%{-moz-transform:rotate(0deg)}
    100%{-moz-transform:rotate(360deg)}
}
@keyframes hrhand{
    0%{transform:rotate(0deg)}
    100%{transform:rotate(360deg)}
}
.my_overlay{
    position:fixed!important;
    width:100%!important;
    height:100%!important;
    top:0!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    background-color:rgba(0,0,0,.5)!important;
    z-index:9999!important;
}
div.load{
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.update-title{
    font-size: 20px;
}
.update-body{
    font-size: 13px;
    font-weight: normal;
    color: #8a8a8a;
    margin: 14px auto;
    font-family: 'Quicksand', sans-serif;
    text-align: justify;
}



/* Add on */
.f-nav {
    z-index: 100;
}
.mentor-detail-section {
    background-color: #F5F6F7;
}
.mds-back {
    background-image: url(../images/triangles-top.svg), url(../images/triangles-bottom.svg);
    background-position: left top, right bottom;
    background-repeat: no-repeat;
    background-size: inherit;
}
.mentor-left-div {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 100px;
    padding-bottom: 50px;
    font-size: 20px;
    z-index: 10;    
}
.mentor-right-div {
    padding-top: 100px;
    padding-bottom: 50px;
}
.mentor-div-content {
    border-radius: 20px;
    box-shadow: 0 2.5rem 3.125rem rgba(103, 118, 128, 0.1) !important;
}
.mentor-left-div-first {
    background: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px;
    text-align: center;
}
.avatar-mentor {
    display: block;
    height: 100%;
    width: 100%;
    max-height: 7rem;
    max-width: 7rem;
    border-radius: 50%;
    margin: auto;
    filter: drop-shadow(-0.15625rem 0 0 #fff) drop-shadow(0.1875rem 0 0 #fff) drop-shadow(0 -0.125rem 0 #fff) drop-shadow(0 0.125rem 0 #fff) drop-shadow(0 0.25rem 0.25rem rgba(134, 151, 168, 0.25)) drop-shadow(0 0.5rem 0.5rem rgba(134, 151, 168, 0.4));
}
/* .avatar-mentor> .avatar__hexagon {
    -webkit-clip-path: url(#avatar-hexagon);
    clip-path: url(#avatar-hexagon);
    -moz-clip-path: url(#avatar-hexagon);
    -o-clip-path: url(#avatar-hexagon);
} */
.mentor-left-div-first> h1 {
    font-size: 25px;
    color: #44566C;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.mentor-left-div-secound {
    background-color: #F5F8F9;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px;
}
.mentor-left-div-secound> p {
    font-size: 15px;
    color: #44566C;
}
.mentor-left-div-secound> p> span {
    width: 25px;
    display: inline-block;
}
.mentor-badge {
    background-color: #F5F6F7;
    color: #44566C;
    font-size: 0.9375rem;
    font-weight: 400;
    border-radius: 10rem;
    padding: 5px 25px 6px 25px;
    display: inline-block;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    white-space: nowrap;
    vertical-align: baseline;
}
.mentor-appintment {
    text-align: center;
    margin: auto;
    display: inline-block;
    background-color: #304CFD;
    border-radius: 20px;
    border: 0;
    box-shadow: 0 0.5rem 1rem rgba(48, 76, 253, 0.15), 0 0.125rem 0.25rem rgba(48, 76, 253, 0.15);
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    padding: 10px 25px;
}
.mentor-appintment:hover, .mentor-appintment:focus {
    color: #ffffff;
}
.mentor-social-link {
    margin-top: 15px;
}
.mentor-social-link> a {
    color: #44566C;
    margin-left: 5px;
    margin-right: 5px;
}
.mentor-about-div {
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
}
.mentor-about-div-white {
    background-color: white;
    padding: 35px 40px;
}
.mentor-about-div-light {
    background-color: #F5F8F9;
    padding: 35px 40px;
}
.description-mentor> h1 {
    font-family: 'Righteous', cursive;
    position: relative;
    font-size: 25px;
}
.description-mentor> h2 {
    font-family: 'Righteous', cursive;
    position: relative;
    font-size: 21px;
}
.description-mentor {
    color: #44566C;
}
.description-mentor> h1> span {
    color: #44566C;
}
.description-mentor> h1::after {
    background: #304CFD;
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 25px;
    margin-top: 5px;
    width: 50px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.description-mentor> h2::after {
    background: #304CFD;
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 25px;
    margin-top: 5px;
    width: 50px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.description-mentor> p {
    text-align: justify;
}


.inner-top-m2 {
    background: url(../11.jpg) center;
}

.mentor-list-box {
    border: 1px solid #ede9e9;
    margin-bottom: 30px;
}
.mentor-list-box-top {
    padding: 20px;
    height: 120px;
    position: relative;
    background-position: center;
    background-size: cover;
}
.mentor-list-box-top> .ml-img {
    position: absolute;
    bottom: -35px;
}
.mentor-list-box-top> .ml-img> .avatar-mentor {
    margin-left: 0px !important;
    max-width: 5rem !important;
    max-height: 5rem !important;
}
.mentor-list-box-content {
    padding: 20px;
    padding-top: 50px;
}
.mentor-list-box-content> .m-name {
    color: #000;
    font-weight: bold;
    font-size: 21px;

}
.mentor-list-box-content> .m-name:hover, .mentor-list-box-content> .m-name:focus {
    color: #0056b3;
}
.list-mentor-detail {
    font-size: 14px;
    text-align: justify;
    color: #757a95;
}
.hm-logo > a > img{
    max-height: 60px;
}
.navbar-brand > img{
    max-height: 50px;
}
.small_title{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #f74949;
}
.innner-title{
    font-family: 'Righteous', cursive;
    border-bottom: 2px solid #000000;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.form-control {
    border: 1px solid #ced6e0;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
}
.form-control:hover {
    border-color: #3d9cff;
}
.form-control:focus {
    box-shadow: 0px 10px 20px -13px rgba(32, 56, 117, 0.35);
    border-color: #3d9cff;
}
.wallet-area{
    text-align: center;
    background: #29b6f6;
    color: #fff;
    padding: 20px;
}
.wallet-area > i{
    font-size: 25px;
}
.wallet-area > p{
    background: #f5f5f5;
    color: #29b6f6;
}
.redeem-btn{
    text-align: center;
    display: block;
    background: whitesmoke;
    padding: 8px 5px;
    line-height: 25px;
    color: #29b6f6;
    text-transform: uppercase;
    border: 1px solid #e4e4e4;
}
.redeem-form{
    margin-top: 25px;
}
.hide{
    display: none;
}
/* Container styles */
.scrolling-text-container {
    background-color: #a39ce6;
    border-radius: 4px;
    overflow: hidden;
}

/* Inner container styles */
.scrolling-text-inner {
    display: flex;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
}

/* Text styles */
.scrolling-text {
    display: flex;
}

.scrolling-text-item {
    padding: 0 30px;
}

/* Apply the animation to the text items */
.scrolling-text-inner > div {
    animation: var(--direction) var(--marquee-speed) linear infinite;
}

/* Pause the animation when a user hovers over it */
.scrolling-text-container:hover .scrolling-text-inner > div {
    animation-play-state: paused;
}
.scrolling-text-item > a {
    font-weight: 200;
    font-size: 12px;
    color: #483563;
}
/* Setting the Animation using Keyframes */
@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}