:root {
    --color-first: #DD1947;
    --color-second: #232323;
    --color-action: #BD1038;
    --color-white: #fff;
    --color-black: #232323;
    --color-bg: #F4F4F4;
    --color-btn-hover: #FF174E;
    --color-btn-medium: #606060;
    --color-carousel-gray-bg: #E5E5E5;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Manrope', sans-serif;
    /* position: relative; */
    /* position: relative; */
}

h1 {
    font-size: 60px;
    font-weight: 900;
    color: var(--color-first);
}

h2 {
    font-size: 40px;
    font-weight: 700;
}

h3 {
    font-size: 32px;
    font-weight: 700;
}

h4 {
    font-size: 20px;
    font-weight: 700;
}

p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 1rem;
}

.nav-link:hover,.nav-link:focus {
    color: var(--color-first);
}

.btn-large {
    font-size: 16px;
    font-weight: 900;
    background-color: var(--color-first);
    color: var(--color-white);
    padding: 17px 0px;
    border-radius: 5px;
    min-width: 160px;
}

.btn:focus {
    box-shadow: none;
}

.btn-large:hover {
    background-color: var(--color-btn-hover);
    color: var(--color-white);
}

.btn-large:active {
    background-color: var(--color-action);
    color: var(--color-white);
}

.btn-medium {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 0px;
    border-radius: 5px;
    min-width: 160px;
    background-color: var(--color-white);
    color: var(--color-btn-medium);
    border: var(--color-btn-medium) solid 1px;
}

.btn-medium:hover {
    background-color: var(--color-first);
    color: var(--color-white);
    border: var(--color-first) solid 1px;
}

.btn-medium:active {
    background-color: var(--color-action);
    color: var(--color-white);
}

.btn-circle {
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: block !important;
}

.prev {
    background-image: url('../img/btn-circle-prev.svg');
}

.next {
    background-image: url('../img/btn-circle-next.svg');
}

.btn-circle:hover {
    background-position: 0px -50px;
}

.btn-circle:active {
    background-position: 0px -100px;
}

.header {
    padding-top: 21px;
    padding-bottom: 21px;
}

.navbar {
    float: right;
}

.nav-link {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-black);
}

.red-bg {
    background-color: var(--color-first);
}

.gray-bg {
    background-color: var(--color-carousel-gray-bg);
}

.white-bg {
    background-color: #fff;
}

.dark-gray-bg {
    background-color: #1D1D1D;
}

.carousel {
    min-height: 600px;
}

.carousel-item img {
    float: right;
    max-height: 600px;
}

.carousel-caption {
    position: relative;
    /* top: 90px; */
    /* left:0px; */
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    /* width: 50%; */
    color: #fff;
    text-align: left !important;
}

.carousel-caption h2 {
    font-size: 48px;
    font-weight: bold;
}

.carousel-caption h2 .green {
    color: #007D32;
}

.carousel-caption a { 
    -webkit-appearance: none !important;
    
    font-size: 16px;
    font-weight: 900;
    background-color: var(--color-first);
    color: var(--color-white);
    padding: 17px 0px;
    border-radius: 5px;
    min-width: 160px;
    border: 1px solid var(--color-white);
}

.carousel-caption button:hover {
    background-color: var(--color-action);
    ; color: var(--color-white);
}

.carousel-caption button:active {
    background-color: var(--color-action);
    color: var(--color-white);
}

.carousel-indicators span {
    border-radius: 100%;
    background-color: var(--color-action);
    height: 12px !important;
    width: 14px !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: var(--color-action) !important;
    width: 8px !important;
    height: 8px !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-black) !important;
}

.owl-dots {
    padding-top: 12px;
}

.blog-container {
    padding : 96px 0px 84px 0px;
}

.blog-detail-container {
    padding : 24px 0px 24px 0px;
}

.main-blog-header {
    padding : 0px 25px 20px 25px;
}

.blog-author-share {
    display: flex;
    margin-bottom: 24px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.blog-share {
    float: right;
    margin: 18px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.blog-share div#social-links ul{
    display: flex;
    list-style: none !important;
    padding: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: auto;
    padding-left: 8px;
}
.blog-share div#social-links ul li a{
    color: #dd1947;
    margin: 0 8px;
}
.blog-author {
    float: left;
}

.blog-author-image {
    float: left;
}

.blog-content {
}

.blog-content h3{font-weight: bold;font-size: 26px;line-height: 38px;
/* identical to box height, or 146% */


/* Dark */color: #06040A;}

.blog-content p{font-style: normal;font-weight: normal;font-size: 16px;line-height: 28px;
/* or 175% */


/* Dark */color: #06040A;margin-bottom: 0px;}
.blog-content blockquote{
    padding-left: 33px;
    border-left: 6px solid #DD1947;
}

.blog-content img {
    margin-bottom: 24px;
    width: 100%;
}

.blog-similar h2 {
    margin: 60px 0px 10px 0px;
    text-align: center;
    font-size: 36px;
    font-weight: 800;
}

.blog-similar .sub-title {
    text-align: center;
    margin: 0px 0px 60px 0px;
}

.blog-author-name-date {
    float: left;
    margin: 5px 20px;
}

.blog-title {
    margin: 40px 0px;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 68px;
/* or 142% */


/* Dark */
    color: #06040A;
}

.blog-author-name-date .name {
    font-size: 18px;
    font-weight: 400;
}

.blog-author-name-date .date {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}

.blog-author-name-date .date i {
    color: var(--color-action);
    margin-right: 5px;
}

.blog-similar-item {
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 16px;
    margin-bottom: 24px;
}

.blog-similar-item-image {
    border-radius: 21px;
    padding: 16px;
}

.blog-similar-item-content {
    text-align: left;
    padding: 0px 16px 10px 16px;
    font-size: 16px;
    color: #6E798C;
    line-height: 25px;
}

/* OWL Recipe */
.owl-item {
    background-color: var(--color-white);
    border-radius: 10px;
    /* padding-bottom: 16px; */
}

.carousel-blog {
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 16px;
}

.carousel-blog-image {
    border-radius: 5px;
    margin-bottom: 16px;
}

.carousel-blog-content {
    text-align: left;
    padding-bottom: 16px;
    font-size: 16px;
    color: #6E798C;
    line-height: 25px;
}

.carousel-blog-content a {
    padding: 5px 10px;
    /* background-color: #0F4C75; */
    border-radius: 5px;
    color: var(--color-white);
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
}

.carousel-blog h3 {
    font-size: 24px;
    font-weight: 800;
    text-align: left;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 14px;
    min-height: 87px;
}
.carousel-blog p {
    
min-height: 95px;
}

.blog-item {
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 16px;
    margin-bottom: 24px;
    position: relative;
}
.carousel-blog a.cat,.blog-item a.cat{
    
/* position: absolute; */
    
/* top: 24px; */
    
/* left: 24px; */
    
background: #dd1947;
    
padding: 5px 10px;
    
border-radius: 5px;
    
color: var(--color-white);
    
text-decoration: none;
    
font-weight: 700;
    
font-size: 12px;
    
margin-right: 5px;
    
margin-bottom: 10px;
    
font-size: 12px;
    
line-height: 16px;
    
letter-spacing: 0.01em;
    
z-index: 999;
}
.carousel-blog .cats,.blog-item .cats {position: absolute;
    top: 24px;
    left: 24px;}
    
.blog-item-image {
    border-radius: 5px;
    margin-bottom: 16px;
}

.blog-item-content {
    text-align: left;
    margin-bottom: 16px;
    font-size: 16px;
    color: #6E798C;
    line-height: 25px;
}

.blog-item-content h3 {
    font-size: 24px;
    font-weight: 800;
    color: var(--color-black);
    margin-top: 16px;
}

.blog-left-side .filter {
    background-color: var(--color-white);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 26px;
}

.blog-left-side .filter ul {
    list-style: none;
    padding: 10px 32px 10px 24px;
}

.blog-left-side .filter ul li {
    padding: 10px 0px;
}

.blog-left-side .filter ul li a {
    text-decoration: none;
    color: var(--color-black);
}

.blog-left-side .filter ul li .number a {
    text-decoration: none;
    color: var(--color-btn-medium);
}

.blog-left-side .filter ul li span {
    float: right;
}

.blog-left-side .filter ul li .fa-li {
    color: var(--color-first);
}

.blog-left-side .filter ul li .fa-li i {
    margin-right: 20px;
}

.blog-left-side h4 {
    padding: 24px 0px 5px 32px;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 700;
}

.tags {
    padding: 10px 32px 10px 24px;
}

.tags a {
    border: solid var(--color-first) 1px;
    text-decoration: none;
    margin: 6px;
    border-radius: 8px;
    padding: 9px 18px;
    color: var(--color-first);
    display: inline-flex;
}

.tags a:hover {
    background-color: var(--color-first);
    color: var(--color-white);
}

.tags a:active {
    background-color: var(--color-first);
    color: var(--color-white);
}

.last-blog {
    padding: 10px 32px 10px 24px;
}

.last-blog-item {
    padding: 10px 10px 15px 10px;
}

.last-blog-item .date {
    font-size: 14px;
    font-weight: 500;
}

.last-blog-item .date i {
    margin-right: 5px;
}

.last-blog-item h5 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
}

.last-blog-item a {
    color: var(--color-first);
    text-decoration: none;
}

.last-blog-item a:hover {
    color: var(--color-action);
}

.blog-item-content a {
    padding: 5px 10px;
    /* background-color: #0F4C75; */
    border-radius: 5px;
    color: var(--color-white);
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
}

.blog-item h3 {
    font-size: 24px;
    font-weight: 800;
    text-align: left;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 14px;
}

.blog-info {
    /* margin: 0px 16px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.blog-info button {
    background-color: var(--color-white);
    float: right;
}

.blog-info a {
    background-color: var(--color-white);
    float: right;
    -webkit-appearance: none !important;
    
}

.blog-info .date {
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    /* margin-top: 15px; */
}

.blog-info .date i {
    color: var(--color-action);
    margin-top: 3px;
}

.pagination .page-item .page-link {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-black);
    border: none;
}

.pagination .page-item .page-link:hover {
    color: var(--color-white);
    background-color: var(--color-first);
}

.pagination .page-item .active {
    color: var(--color-white);
    background-color: var(--color-first);
}

.pagination {
    margin-top: 40px;
}

.pagination .page-item:first-child {
    margin-right: 10px;
}

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    border-radius: 5px;
}

.pagination .page-item:nth-child(2) .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination .page-item:nth-child(4) .page-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pagination .page-item:last-child {
    margin-left: 10px;
}

.courses-container {
    padding : 96px 0px 84px 0px;
}

.courses-header {
    padding : 0px 25px 20px 25px;
}

.carousel-courses {
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 16px;
}

.courses {
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 16px;
    margin-bottom: 24px;
}

.courses img {
    margin-bottom: 16px;
    border-radius: 5px;
    width: 100%;
}

.courses h3 {
    font-size: 24px;
    font-weight: 800;
    text-align: left;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 14px;
    min-height: 60px;
}

.courses .course-content {
    text-align: left;
    margin-bottom: 16px;
    font-size: 16px;
    color: #6E798C;
    line-height: 25px;
    min-height: 145px;
}

.education-left-side-content {
    background-color: var(--color-white);
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 16px;
    margin-top: 40px;
}

.education-right-side {
    background-color: var(--color-white);
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 26px;
    padding: 24px 16px;
}

.education-right-side h4 {
    text-align: left;
    margin-bottom: 16px;
    padding: 0 16px;
}

.education-right-side ul {
    list-style-type: circle;
}

.education-right-side ul li {
    margin: 10px 0;
}

.carousel-courses-image {
    border-radius: 5px;
    margin-bottom: 16px;
}

.carousel-courses-content {
    text-align: left;
    margin-bottom: 16px;
    font-size: 16px;
    color: #6E798C;
    line-height: 25px;
}

.course-content a {
    padding: 5px 10px;
    /* background-color: #0F4C75; */
    border-radius: 5px;
    color: var(--color-white);
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
}

.courses .courses-action {
    display: grid;
    margin-top: 16px;
}

.carousel-courses-content a {
    padding: 5px 10px;
    background-color: #0F4C75;
    border-radius: 5px;
    color: var(--color-white);
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
}

.carousel-courses h3 {
    font-size: 24px;
    font-weight: 800;
    text-align: left;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 14px;
}

.courses-info {
    display: flex;
    /* margin: 0px 16px; */
}

.courses-info .time {
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
}

.courses-info .book {
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    margin: 0 auto;
}

.courses-info .skill {
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    text-align: right;
}

.courses-info i {
    color: var(--color-action);
    margin-top: 3px;
}

.courses-action {
    display: grid;
    margin-top: 16px;
}

.courses-action button {
    background-color: var(--color-white);
    float: right;
}

.courses-action .title {
    background-color: var(--color-white);
    display: inline-flex;
}

.webinar-row {
    margin: 0px 0px 20px 0px;
}

.webinar-col {
    padding: 10px;
}

.webinar-div {
    background-color: #FFFFFF;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 16px;
}

.webinar-div img {
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-right: 16px;
}

.webinar-div .content {
    /* padding: 0 16px; */
}

.webinar-div .content .webinar-info {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.webinar-div .content h4 {
    font-size: 24px;
    /* float: right; */
}

.webinar-info .date {
    /* display:inline-flex; */
    /* margin-right: 20px; */
    /* margin-top: 12px; */
}

.webinar-info .time {
    /* display:inline-flex; */
    margin: auto;
}

.webinar-info .button {
    /* display:inline-flex; */
    /* float: right; */
    /* margin-right: 10px; */
}

.webinar-info button {
    /* float: right; */
}

.webinar-info i {
    color: var(--color-action);
    margin-top: 3px;
}

.ask {
    font-size: 16px;
    color: #FFFFFF;
    padding: 16px;
    text-align: center;
}

.ask a {
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}

/* OWL buttons */
.owl-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    left: -75px;
    display: block !important;
    background: none !important;
}

.prev {
    background-image: url('../img/owl-prev-button.svg');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: block !important;
}

.prev:hover {
    background-position: 0px -50px;
}

.prev:active {
    background-position: 0px -100px;
}

.owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    right: -75px;
    display: block !important;
    background: none !important;
}

.next {
    background-image: url('../img/owl-next-button.svg');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: block !important;
}

.next:hover {
    background-position: 0px -50px;
}

.next:active {
    background-position: 0px -100px;
}

.team {
    padding-top: 70px;
}

.team-content {
    margin: 70px 0px 0px 70px;
    color: #fff;
}

.team-content h2 {
    color: #fff;
}

.team-content p {
    padding-top: 20px;
}

.team-content a {
    margin-top: 20px;
    border-color: #FFFFFF;
    padding: 20px 20px;
    -webkit-appearance: none !important;
    
}

.blog-header {
    text-align: center;
    padding-top: 48px;
    height: 204px;
    color: #fff;
    position: relative;
}

.blog-header h2 {
    color: var(--color-white);
    padding-bottom: 10px;
}

.breadcrumb-item {
    color: var(--color-white) !important;
}

.breadcrumb-item {
    color: var(--color-white) !important;
}

.breadcrumb-item a {
    color: var(--color-white) !important;
    text-decoration: none;
}

.blog-search {
    display: flex;
    background-color: var(--color-white);
    border-radius: 5px;
    top: 4px;
    position: relative;
    height: 92px;
    max-width: 800px;
}

.blog-search input {
    border: none;
}

.blog-search a {
    margin: auto 0px;
    padding: .5rem 1rem;
    font-size: 24px;
    color: var(--color-carousel-gray-bg);
}

footer {
}

footer h3 {
    color: #FFFFFF;
}

footer p {
    font-size: 14px;
    color: #FFFFFF;
    padding: 10px 15px 0px 0px;
}

footer ul {
    padding: 0;
    margin: 26px 0 0;
    list-style: none;
    color: #FFFFFF;
}

footer ul li {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 6px;
    background-color: transparent !important;
}

footer ul li:first-child {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 8px;
    font-family: 'Manrope', sans-serif;
}

footer ul li a {
    text-decoration: none;
    color: #ffffff;
    background-color: transparent;
}

.footer-social li {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 6px;
    background-color: transparent !important;
}

.footer-social ul li a {
    text-decoration: none;
    color: #ffffff;
    background-color: transparent;
}

/* SSS */
.faq-item {
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 15px 0px;
    margin: 0px 0px 24px 0px;
}

.faq-item-content {
    text-align: left;
    padding: 0px 16px 10px 16px;
    font-size: 16px;
    color: #6E798C;
    line-height: 25px;
}

.faq-item-content h3 {
    font-size: 24px;
    font-weight: 800;
    color: var(--color-black);
    margin-top: 16px;
}

.faq-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-info button {
    background-color: var(--color-white);
    float: right;
}

.faq-info a {
    background-color: var(--color-white);
    float: right;
}

/* Eski */
.sss-cat {
    background-color: var(--color-black);
    border-radius: 5px;
    color: var(--color-white);
}

.sss-dog {
    background-color: var(--color-action);
    border-radius: 5px;
    color: var(--color-white);
}

.sss-left-side {
    position: relative;
    padding: 24px 0px 9px 30px;
}

.sss-left-side h4 {
    font-size: 24px;
    font-weight: 700;
}

.sss-left-side p {
    font-size: 14px;
    font-weight: 400;
}

.sss-left-side img {
    float: right;
    position: absolute;
    right: 10px;
    top: -30px;
}

.sss-accordion {
    margin-top: 40px;
}

.sss-accordion .accordion-button {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-black);
    border-radius: 10px !important;
}

.sss-accordion .accordion-button {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-black);
    border-radius: 10px !important;
}

.sss-accordion .accordion-item {
    margin: 15px 0px;
    border-radius: 10px;
    padding: 15px;
}

.sss-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: var(--color-white);
}

.teams {
    margin-top: 36px;
}

.team-item {
    background-color: var(--color-white);
    border-radius: 5px;
    display: flex;
    padding: 20px;
    margin-top: 24px;
}

.team-item .right-side {
    display: block;
    margin-left: 20px;
    padding-top: 14px;
}

.team-item img {
    float: left;
    border-radius: 100%;
    max-width: 150px;
    max-height: 150px;
    margin: auto;
}

.team-item h4 {
    display: block;
    font-size: 18px;
    font-weight: 800;
}

.team-item p {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-first);
}

.teams h3 {
    text-align: center;
}

.teams p {
    text-align: center;
}

.team-item button {
    background-color: var(--color-white);
}

.team-resume img {
    border-radius: 10px;
}

.team-resume .right-side h4 {
}

.team-resume .right-side h5 {
    color: var(--color-first);
    font-size: 15px;
}

.team-resume .right-side p {
}

.login {
    padding-top: 40px;
}

.login-left-side {
}

.login-left-side h4 {
    font-size: 16px;
    font-weight: 400;
}

.login-left-side h2 {
}

.login-left-side img {
    margin-top: 20px;
}

.login-right-side {
    background-color: var(--color-white);
    border-radius: 5px;
    padding: 40px;
    height: 100%;
}

.login-right-side h3 {
    margin: 20px 0px;
}

.login-right-side button {
    width: 100%;
}

.login-right-side p {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.login-right-side a {
    padding: 0px 0px 0px 20px;
    text-decoration: none;
    font-weight: 700;
    color: var(--color-action);
}

/* The overlay effect with black background */
.overlay {
    height: 134px;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(221, 24, 71);
    background-color: rgba(221, 24, 71, 0.9);
    /* Black with a little bit see-through */
}

/* The content */
.overlay-content {
    position: relative;
    top: 35%;
    width: 80%;
}

/* Close button */
.overlay .closebtn {
    position: absolute;
    top: -15px;
    right: -21px;
    font-size: 28px;
    cursor: pointer;
    color: white;
    font-weight: 600;
}

.overlay .closebtn:hover {
    color: var(--color-black);
}

.search-bar {
    display: flex;
    background-color: var(--color-white);
    border-radius: 5px;
    position: relative;
    height: 92px;
    max-width: 800px;
    text-align: center;
    top: 20px;
    margin: auto;
}

.search-bar input {
    border: none;
}

.search-bar button {
    margin: auto 0px;
    padding: .5rem 1rem;
    font-size: 24px;
    color: var(--color-carousel-gray-bg);
}

.form-control:focus {
    box-shadow: none !important;
}

iframe {
    border-radius: 5px;
}

.container-fluid.gray-bg.contact-container {
    padding: 96px 0;
}

.mt-40 {
    margin-top: 40px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-56 {
    margin-bottom: 24px;
}

.row.contact-form-row {
    margin-top: 48px;
}

.row.contact-form-row label.form-label {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
}

.row.contact-form-row .form-control {
    border: 1px solid rgba(144, 144, 144, 0.5);
    box-sizing: border-box;
    border-radius: 5px;
    background: transparent;
    min-height: 56px;
    line-height: 56px;
    padding-left: 16px;
}

.row.contact-form-row textarea.form-control {
    line-height: unset;
    padding-top: 24px;
}

.row.register-form-row {
    padding: 78px 32px;
    background: #fff;
}

.row.register {
    padding-top: 40px;
    padding-bottom: 96px;
}

.row.register-form-row h3 {
    margin-bottom: 32px;
}

.row.register-form-row a.btn.btn-large.float-end.social-lgn {
    max-width: 400px;
}

.row.register-form-row .col-12.seperator::before, .row.register-form-row .col-12.seperator::after {
    content: "";
    border-top: 1px solid #E1E1E1;
    width: 100%;
}

.row.register-form-row .col-12.seperator {
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #9A9AB0;
    font-size: 14px;
}

.row.register-form-row .col-12.seperator span {
    /* margin: 0 16px; */
}

.row.register-form-row label.form-label {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.005em;
    /* Light/Text Color/Title */
    color: #11142D;
    /* Inside Auto Layout */
    flex: none;
    order: 0;
    flex-grow: 1;
    margin: 0px 10px 8px;
}

.row.register-form-row .form-control {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 18px 24px 19px;
    /* Light/Fills Color/Text Field */
    background: #FFFFFF;
    border: 1px solid #232323;
    border-radius: 8px;
    /* Inside Auto Layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.row.register-form-row input#flexRadioDefault1 {
    border: 2px solid #232323;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.row.register-form-row label.form-check-label {
    margin-top: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    /* identical to box height, or 21px */
    letter-spacing: 0.008em;
    /* Light/Text Color/Body 2 */
    color: #9A9AB0;
}

.row.register-form-row .form-check-input {
    border: 2px solid #232323;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.row.register-form-row .form-check-input:checked {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") #dd1947;
}

.row.register-form-row input#flexRadioDefault1:checked {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") #dd1947;
}

.row.register-form-row .d-flex.btn-col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}

.row.register-form-row .d-flex.btn-col .btn.btn-large.float-end {
    margin-right: auto;
    padding: 14px 24px;
    min-width: 192px;
}

.row.register-form-row .d-flex.btn-col span {
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    letter-spacing: 0.005em;
    /* Light/Text Color/Body 2 */
    color: #9A9AB0;
}

.row.register-form-row .d-flex.btn-col span a {
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    letter-spacing: 0.005em;
    color: #DD1947;
    text-decoration: none;
}

.row.register-form-row input#showPass {
    position: absolute;
    top: 27px;
    right: 13px;
    height: 62px;
    width: 62px;
    visibility: hidden;
}

.row.register-form-row label#showPasslabel {
    position: absolute;
    right: 12px;
    top: 28px;
    margin: 0;
    width: 62px;
    text-align: center;
    height: 61px;
    line-height: 62px;
}

.container.white-bg.profile-header {
    border-radius: 5px;
    margin-top: 56px;
}

.profile-header-menu.white-bg {
    margin-top: 40px;
    padding: 16px;
    border-radius: 5px;
}

.profile-header-menu.white-bg ul.nav.justify-content-center {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
}

.profile-header-menu.white-bg ul.nav.justify-content-center li.nav-item {
    width: 100%;
}

.profile-header-menu.white-bg ul.nav.justify-content-center li.nav-item a {
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    letter-spacing: 0.005em;
    padding: 18px;
    display: inline-flex;
    width: 100%;
    align-content: center;
    margin: 8px 0;
    align-items: center;
}

.profile-header-menu.white-bg ul.nav.justify-content-center li.nav-item a i {
    margin-right: 16px;
    color: #9A9AB0;
    font-size: 24px;
}

.profile-header-menu.white-bg ul.nav.justify-content-center li.nav-item a:hover, .profile-header-menu.white-bg ul.nav.justify-content-center li.nav-item a.active, .profile-header-menu.white-bg ul.nav.justify-content-center li.nav-item a.active i {
    background-color: var(--color-first);
    color: var(--color-white);
}

.profile-header-menu.white-bg ul.nav.justify-content-center li.nav-item a:hover i, .profile-header-menu.white-bg ul.nav.justify-content-center li.nav-item a.active i {
    color: var(--color-white) !important;
}

.profile-header-text.white-bg {
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
    height: auto;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    padding: 20px;
}

.profile-header-text.white-bg .text-wrapper {
    max-width: 346px;
    padding: 10px 0;
}

.row.profile-header {
    margin-bottom: 56px;
}

.webinar-div-profile {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 8px;
    display: flex;
    padding: 24px;
}

.webinar-div-profile img.img-fluid {
    border-radius: 5px;
    margin-right: 16px;
}

.webinar-div-profile .content {
    display: inline-flex;
}

.webinar-div-profile .content .webinar-info h4 {
    margin-bottom: 16px;
}

.progress {
    background: rgba(221, 25, 71, 0.1);
    border-radius: 2px;
    height: 4px;
    /* max-width: 322px; */
    width: 100%;
}

.progress .progress-bar{
    background: rgba(221, 25, 71, 1);
    border-radius: 2px;
    /* max-width: 322px; */
    width: 100%;
}

.progress:before {
    content: " ";
    background: rgba(221, 25, 71, 1);
    width: 50%;
    border-radius: 2px;
    display: none;
}

.webinar-div-profile .webinar-info {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
}

.webinar-div-profile .button {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-left: 16px;
}

.webinar-div-profile .button a.btn.btn-medium {
    border: unset;
    background: var( --color-first);
    color: var( --color-white);
    padding: 14.5px 24px;
    height: auto;
    border-radius: 8px;
}

.row.profile-webinar-row {
    margin-bottom: 60px;
}

.row.profile-webinar-row .title-col {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.row.profile-webinar-row .title-col a.show-all {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    text-align: right;
    text-decoration: unset;
    letter-spacing: 0.005em;
    color: #DD1947;
}

.row.profile-webinar-row .calendar-wrapper {
    background: #fff;
    padding: 16px;
    border-radius: 5px;
}

.row.profile-webinar-row .calendar-wrapper .calender-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #92929D;
}

.row.profile-webinar-row .calendar-wrapper .calender-header span:first-child {
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    letter-spacing: 0.005em;
    /* Light/Text Color/Title */
    color: #11142D;
}

.row.profile-webinar-row .calendar-wrapper .calender-header span:last-child {
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    text-align: right;
    letter-spacing: 0.005em;
    /* Light/Text Color/Body 1 */
    color: #92929D;
}

.row.profile-webinar-row .calendar-wrapper .calendar-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 24px;
}

.row.profile-webinar-row .calendar-wrapper .calendar-content .calendar-content-daynames {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.row.profile-webinar-row .calendar-wrapper .calendar-content .calendar-content-days {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.row.profile-webinar-row .calendar-wrapper .calendar-content .calendar-content-daynames a.day-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    /* or 18px */
    text-align: center;
    letter-spacing: 0.008em;
    /* Light/Text Color/Body 2 */
    color: #9A9AB0;
    text-decoration: none;
    width: 40px;
}

.row.profile-webinar-row .calendar-wrapper .calendar-content .calendar-content-days a.day-box {
    width: 12%;
    height: 40px;
    background: #f7f7fc;
    border-radius: 4px;
    margin-bottom: 8px;
}

.day-bg-1 {
    background: rgba(221, 25, 71, 0.1) !important;
}

.day-bg-2 {
    background: rgba(221, 25, 71, 0.25) !important;
}

.day-bg-3 {
    background: rgba(221, 25, 71, 0.45) !important;
}

.day-bg-4 {
    background: rgba(221, 25, 71, 0.8) !important;
}

.day-bg-5 {
    background: #DD1947 !important;
}

.row.profile-webinar-row .calendar-wrapper .calender-footer {
    display: inline-flex;
}

a.btn.float-end.profile-btn {
    border: 1px solid #9A9AB0;
    padding: 14px 22px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    letter-spacing: 0.005em;
    color: #232323;
}

a.btn.float-end.profile-btn span {
    font-size: 12px;
    line-height: 120%;
    /* or 14px */
    letter-spacing: 0.02em;
    color: rgba(35, 35, 35, 0.5);
    line-break: unset;
    display: block;
    text-align: left;
    font-weight: normal !important;
}

a.btn.float-end.profile-btn img {
    display: block;
    float: left;
    margin-right: 8px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

a.btn.float-end.profile-btn.show {
    background-color: var(--color-first);
    color: var(--color-white);
    border-color: var(--color-first);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

a.btn.float-end.profile-btn.show span {
    color: #ffffffd1;
}

a.btn.float-end.profile-btn::after {
    content: '' !important;
    display: none;
}

.dropdown-menu {
    background: #fff;
    font-size: 16px;
    font-weight: 900;
    background-color: #222222;
    color: var(--color-white);
    border-color: var(--color-first);
    border-radius: 0px 0px 5px 5px;
    min-width: 206px;
    padding: 8px 24px;
    inset: -2px auto auto 0px !important;
}

.dropdown-item,.dropdown-menu .btn, .dropdown-item:hover,.dropdown-menu .btn:hover {
    color: #fff;
    padding: 8px 0;
    background: unset;
    border: unset;
}

.panel {
    text-align: center;
    position: relative;
}

.button_outer {
    background: #DD1947;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    /* or 19px */
    text-align: center;
    letter-spacing: 0.005em;
    /* Light/Text Link Color/White */
    color: #FFFFFF;
    /* Inside Auto Layout */
    margin: 0px 10px;
    transition: .2s;
    position: relative;
    overflow: hidden;
    width: 130px;
}

.btn_upload {
    color: #fff;
    text-align: center;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 3;
    white-space: nowrap;
}

.btn_upload input {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 105%;
    cursor: pointer;
    opacity: 0;
}

.file_uploading {
    width: 100%;
    height: 10px;
    margin-top: 20px;
    background: #ccc;
}

.file_uploading .btn_upload {
    display: none;
}

.processing_bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 30px;
    background: #dd1947;
    transition: 3s;
}

.file_uploading .processing_bar {
    width: 100%;
}

.success_box {
    display: none;
    width: 50px;
    height: 50px;
    position: relative;
}

.success_box:before {
    content: '';
    display: block;
    width: 15px;
    height: 25px;
    border-bottom: 6px solid #fff;
    border-right: 6px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 17px;
    top: 10px;
}

.file_uploaded .success_box {
    display: inline-block;
}

.file_uploaded {
    margin-top: 0;
    width: 50px;
    background: unset;
    height: 50px;
}

.uploaded_file_view {
    width: 208px;
    height: auto;
    position: relative;
    transition: .2s;
    display: none;
    border: 2px solid #ddd;
}

.file_remove {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    position: absolute;
    background: #dd1947;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    right: -15px;
    top: -15px;
    text-align: center;
    z-index: 99999;
}

.file_remove:hover {
    background: #222;
    transition: .2s;
}

.uploaded_file_view img {
    width: 100%;
    margin: auto;
    display: flex;
    max-width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.uploaded_file_view.show {
    opacity: 1;
}

.error_msg {
    text-align: center;
    color: #f00
}

.row.register-form-row.profile {
    padding: 36px 12px !important;
    margin: 40px 4px;
    border-radius: 4px;
}

.container-fluid.contact-container {
    padding: 56px 0;
}

.col-12.contact-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 56px;
    margin-bottom: 46px;
}

.contact-info-div {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.contact-info-div i {
    color: #fff;
    background: #dd1947;
    padding: 20px;
    border-radius: 100%;
    font-size: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-right: 16px;
}

.contact-info-div .infos {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
}

.contact-info-div .infos span:first-child {
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */
    /* Text/Body Text */
    color: #666666;
}

.contact-info-div .infos span:last-child {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    /* identical to box height, or 133% */
    font-feature-settings: 'pnum' on, 'lnum' on;
    /* Text/Title Text */
    color: #333333;
}


.education-right-side div#accordionFlushExample .accordion-item .accordion-header button.accordion-button {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
/* or 19px */
    letter-spacing: 0.005em;

/* Light/Text Color/Title */
    color: #11142D !important;
    background: #ffff;
    border-color: #E1E1FB !important;
}

.education-right-side div#accordionFlushExample .accordion-item .accordion-header button.accordion-button::after {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(154, 154, 176, 0.2);
    border-radius: 100%;
    background-position: center;
}
.education-right-side div#accordionFlushExample .accordion-item .accordion-header button.accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.education-right-side div#accordionFlushExample .accordion-item .accordion-header button.accordion-button:focus {
    outline: unset !important;
    border: unset !important;
    box-shadow: unset !important;
}

.education-right-side div#accordionFlushExample .accordion-item .accordion-header button.accordion-button:not(.collapsed) {
    
border-bottom: 1px solid #E1E1FB !important;
}


.education-right-side div#accordionFlushExample .accordion-item .accordion-body a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
/* or 18px */
    letter-spacing: 0.008em;

/* Light/Text Color/Title */
    color: #11142D;
    text-decoration: none !important;
    padding: 16px 0;
    text-align: left;
}
.education-right-side div#accordionFlushExample .accordion-item .accordion-body a.active {
    font-weight: 700;
}

.education-right-side div#accordionFlushExample .accordion-item .accordion-body a.active span.material-icons {
    color: #dd1947;
}
.education-right-side.details div#accordionFlushExample .accordion-item .accordion-body a {
    
cursor: default;
}
.education-right-side div#accordionFlushExample .accordion-item .accordion-body a span.material-icons{
    
color: #9A9AB0;
    
margin-right: 10px;
}
.education-right-side div#accordionFlushExample .accordion-item .accordion-body a span.minutes{
    
font-size: 12px;
    
line-height: 120%;
/* or 14px */
    
text-align: right;
    
letter-spacing: 0.008em;

/* Light/Text Color/Body 1 */
    
color: #92929D;
    
margin-left: auto;
}
.education-left-side-content .nav-pills{
 margin: 32px 0 !important;
}

.education-left-side-content .nav-pills .nav-link, .nav-pills .show>.nav-link {
    background: unset !important;
    font-style: normal;
    line-height: 120%;
/* or 19px */
    letter-spacing: 0.005em;

/* Light/Text Color/Title */
    color: #11142D;
    padding: 0;
    margin-right: 32px;
    font-weight: normal;
    font-size: 16px;
    
/* or 19px */
    

/* Light/Text Color/Body 1 */
}

.education-left-side-content .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #11142D;
    font-weight: bold;
}

.education-left-side-content h3 {
    margin-top: 16px;
}

.ytp-hide-controls:not(.ytp-mweb-player) .ytp-watermark {
    display: none !important;
}

.education-right-side .education-details {
    border: 1px solid rgba(154, 154, 176, 0.5);
    border-radius: 8px;
    margin: 8px;
    margin-bottom: 24px;
}

.education-right-side .education-details .education-head {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 32px 33px;
}

.education-right-side .education-details .education-head img {
    border-radius: 100%;
    margin-right: 16px;
    max-width: 60px;
}

.education-right-side .education-details .education-head .rest {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}

.education-right-side .education-details .education-head .rest strong.name {
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
/* identical to box height, or 160% */
    letter-spacing: 0.5px;
    color: #333333;
}

.education-right-side .education-details .education-head .rest span.title {
    font-size: 14px;
    line-height: 24px;
/* identical to box height, or 171% */
    letter-spacing: 0.5px;
    color: rgba(51, 51, 51, 0.50133);
}

.education-right-side .education-details ul.details {
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: center;
    align-items: stretch;
    padding: 0;
}

.education-right-side .education-details ul.details li.detail {
    margin: 0 !important;
    padding: 20px 24px 12px 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-top: 1px solid rgba(154, 154, 176, 0.5);
    align-items: center;
}

.education-right-side .education-details ul.details li.detail strong {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #333333;
}

.education-right-side .education-details ul.details li.detail span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
/* identical to box height, or 200% */
    text-align: right;
    color: #333333;
}

.education-right-side a.btn.btn-large {
    width: 96%;
    margin: 8px 8px 8px 8px;
}

.education-left-side-content p.lesson-detail-single {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
/* identical to box height, or 18px */
    letter-spacing: 0.008em;

/* Light/Text Color/Title */
    color: #11142D;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.education-left-side-content p.lesson-detail-single span.material-icons {
    margin-right: 8px;
}

.faq-detail-body {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
}
#playerdd{
  height:500px;
  position:relative;
  overflow:hidden;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
#playerdd iframe{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:0;
  pointer-events:none;
  width:100%;
  height:56.25vw;
}

nav.player-controls {
    display: flex;
    background: #fff;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 16px 0;
}

nav.player-controls a.control {
    color: #fff;
    background: #dd1947;
    padding: 8px 0;
    line-height: 8px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

nav.player-controls a.control:hover {color: #fff;background: #ff3c6a;}

.row.justify-content-center.info-row{
    padding-top: 40px;
    margin-bottom: 84px;
}
.row.justify-content-center.info-row img.img-fluid {
    border-radius: 8px;
    margin: 0 auto;
    display: flex;
}

.row.justify-content-center.info-row .webinar-about-wrapper {
    background: #fff;
    padding: 32px;
    border-radius: 8px;
    height: 100%;
}

.row.justify-content-center.info-row .webinar-about-wrapper p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
/* or 175% */
    letter-spacing: 0.5px;
    color: #333333;
    margin-bottom: 24px;
}

.row.justify-content-center.info-row .webinar-about-wrapper a.btn.btn-cstm-wbnr-red {
    font-weight: 800;
    font-size: 16px;
    
/* identical to box height */
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: #DD1947;
    border-radius: 5px;
    width: 140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    padding: 0;
    margin-right: 24px;
    border: unset;
}

.row.justify-content-center.info-row .webinar-about-wrapper a.btn.btn-cstm-wbnr-transs {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    
/* identical to box height */
    text-align: center;
    letter-spacing: 0.01em;
    color: rgba(35, 35, 35, 0.7);
    border: 1px solid rgba(35, 35, 35, 0.7);
    padding: 12px 24px;
}

.row.webinar-row.webinar-sss button.accordion-button {
    background: #fff !important;
    padding: 40px 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
/* identical to box height, or 120% */
    color: #232323;
    border-radius: 21px !important;
    outline: none !important;
    border: none !important;
    box-shadow: unset !important;
}

.row.webinar-row.webinar-sss .accordion-item {
    border-radius: 21px;
}

.row.webinar-row.webinar-sss button.accordion-button::after {
    border: 1px solid rgba(221, 25, 71, 0.2);
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23DD1947'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 24px;
    background-position: center;
}

.container-fluid.gray-bg.pb-5.webinal-col {
    padding-bottom: 0 !important;
}

.row.webinar-header.justify-content-center {
    text-align: center;
    padding-top: 48px;
    height: auto;
    color: rgb(255, 255, 255);
    position: relative;
}

.row.webinar-header.justify-content-center .webinar-detail-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.row.webinar-header.justify-content-center .webinar-detail-icons .webinar-icon {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 26px;
}

.row.webinar-header.justify-content-center .webinar-detail-icons .webinar-icon:nth-child(2) {
    margin: 0 60px;
    margin-bottom: 26px;
}

.row.webinar-header.justify-content-center .webinar-detail-icons .webinar-icon span {
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
/* identical to box height */
    text-align: center;
    color: #FFFFFF;
    margin-top: 12px;
}

.row.rating-desc span.material-icons {
    font-size: 14px;
    padding: 4px;
}

.well.well-sm .material-icons {
    color: #F2870D;
}.well.well-sm .material-icons.disabled {
    color: #E0E0E0;
}


div#homeSlide .owl-dots {
    display: none;
}

div#homeSlide .owl-nav button.owl-prev {
    left: 16px;
}

div#homeSlide .owl-nav button.owl-next {
    right: 16px;
    color: #fff;
}

.blog-author .breadcrumb-item a, .blog-author .breadcrumb-item,  .blog-author .breadcrumb-item:before {
    color: #333 !important;
    content: ">" !important;
    font-weight: bold;
} .blog-author .breadcrumb-item:first-child::before {
    color: #333 !important;
    content: " " !important;
    font-weight: bold;
}
.comment-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 56px 0;
}

.comment-section .comment-textarea {
    width: 80%;
}

.comment-section .rate-area {
    width: 20% !important;
    text-align: center;
}

.comment-section .rate-area a#submit-comment {
    background: #dd1947;
    color: #fff;
    width: 100%;
    margin: 16px 10px;
    max-width: 133px;
}



/* MOBILE */
@media (max-width: 575.98px) {
    .webinar-div {
        flex-wrap: wrap;
    }

    .webinar-div img {
        margin: 0;
        margin-bottom: 16px;
    }

    .webinar-info .button {
        margin: 0 auto;
        margin-top: 16px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .webinar-info .time {
        margin: 0 auto;
    }

    .webinar-info .date {
        margin: 0 auto;
    }

    .webinar-div .content .webinar-info {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .webinar-info button {
        width: 100%;
    }

    .carousel-caption {
        text-align: center;
        left: 0;
    }

    .carousel-caption {
        text-align: center;
        left: 0;
    }

    .carousel-caption h2 {
        text-align: center;
        font-size: 40px;
    }

    .carousel-caption button {
        margin: 0 auto;
        display: block;
    }

    .row.slide-row.align-items-center {
        background: unset !important;
    }

    .carousel-caption p {
        text-align: center;
    }

    .btn-large {
        margin: 0 auto;
        display: block;
        float: unset !important;
    }

    .team-content {
        margin: 70px 0;
        text-align: center;
    }

    .main-blog-header, .courses-header {
        text-align: center;
    }

    .btn-col {
        order: 1 !important;
        margin-top: 16px;
    }
    
h1 {
    font-size: 40px;
    font-weight: 900;
    color: var(--color-first);
}

h2 {
    font-size: 40px;
    font-weight: 700;
}

h3 {
    font-size: 32px;
    font-weight: 700;
}

h4 {
    font-size: 20px;
    font-weight: 700;
}

p {
    font-size: 16px;
    font-weight: 400;
}

.nav-link:hover,.nav-link:focus {
    color: var(--color-first);
}

.btn-large {
    font-size: 16px;
    font-weight: 900;
    background-color: var(--color-first);
    color: var(--color-white);
    padding: 17px 0px;
    border-radius: 5px;
    min-width: 160px;
}

.btn:focus {
    box-shadow: none;
}

.btn-large:hover {
    background-color: var(--color-btn-hover);
    color: var(--color-white);
}

.btn-large:active {
    background-color: var(--color-action);
    color: var(--color-white);
}

.btn-medium {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 0px;
    border-radius: 5px;
    min-width: 160px;
    background-color: var(--color-white);
    color: var(--color-btn-medium);
    border: var(--color-btn-medium) solid 1px;
    margin: 0 auto;
    display: block;
}

.btn-medium:hover {
    background-color: var(--color-first);
    color: var(--color-white);
    border: var(--color-first) solid 1px;
}

.btn-medium:active {
    background-color: var(--color-action);
    color: var(--color-white);
}

.btn-circle {
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: block !important;
}

.prev {
    background-image: url('../img/btn-circle-prev.svg');
}

.next {
    background-image: url('../img/btn-circle-next.svg');
}

.btn-circle:hover {
    background-position: 0px -50px;
}

.btn-circle:active {
    background-position: 0px -100px;
}

.header {
    padding-top: 21px;
    padding-bottom: 21px;
}

.navbar {
    float: right;
}

.nav-link {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-black);
}

.red-bg {
    background-color: var(--color-first);
}

.gray-bg {
    background-color: var(--color-carousel-gray-bg);
}

.white-bg {
    background-color: #fff;
}

.dark-gray-bg {
    background-color: #1D1D1D;
}

.carousel {
    min-height: 600px;
}

.carousel-item img {
    float: right;
    max-height: 600px;
}

.carousel-caption {
    position: relative;
    /* top: 90px; */
    /* left:0px; */
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    /* width: 50%; */
    color: #fff;
    text-align: left !important;
}

.carousel-caption h2 {
    font-size: 48px;
    font-weight: bold;
}

.carousel-caption h2 .green {
    color: #007D32;
}

.carousel-caption a {
    font-size: 16px;
    font-weight: 900;
    background-color: var(--color-first);
    color: var(--color-white);
    padding: 17px 0px;
    border-radius: 5px;
    min-width: 160px;
    border: 1px solid var(--color-white);
    margin: auto;
    display: block;
    max-width: 160px;
}

.carousel-caption button:hover {
    background-color: var(--color-action);
    ; color: var(--color-white);
}

.carousel-caption button:active {
    background-color: var(--color-action);
    color: var(--color-white);
}

.carousel-indicators span {
    border-radius: 100%;
    background-color: var(--color-action);
    height: 12px !important;
    width: 14px !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: var(--color-action) !important;
    width: 8px !important;
    height: 8px !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-black) !important;
}

.owl-dots {
    padding-top: 12px;
}

.blog-container {
    padding: 122px 0px 84px 0px;
}

.blog-detail-container {
    padding : 24px 0px 24px 0px;
}

.main-blog-header {
    padding : 0px 25px 20px 25px;
}

.blog-author-share {
    display: flex;
    margin-bottom: 24px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.blog-share {
    float: right;
    margin: 18px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.blog-share div#social-links ul{
    display: flex;
    list-style: none !important;
    padding: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: auto;
    padding-left: 8px;
}
.blog-share div#social-links ul li a{
    color: #dd1947;
    margin: 0 8px;
}
.blog-author {
    float: unset;
}

.blog-author-image {
    float: left;
}

.blog-content {
}

.blog-content h3{font-weight: bold;font-size: 26px;line-height: 38px;
/* identical to box height, or 146% */


/* Dark */color: #06040A;}

.blog-content p{font-style: normal;font-weight: normal;font-size: 16px;line-height: 28px;
/* or 175% */


/* Dark */color: #06040A;margin-bottom: 34px;text-align: center;}
.blog-content blockquote{
    padding-left: 33px;
    border-left: 6px solid #DD1947;
}

.blog-content img {
    margin-bottom: 24px;
    width: 100%;
}

.blog-similar h2 {
    margin: 60px 0px 10px 0px;
    text-align: center;
    font-size: 36px;
    font-weight: 800;
}

.blog-similar .sub-title {
    text-align: center;
    margin: 0px 0px 60px 0px;
}

.blog-author-name-date {
    float: left;
    margin: 5px 20px;
}

.blog-title {
    margin: 40px 0px;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 68px;
/* or 142% */


/* Dark */
    color: #06040A;
    text-align: center;
}

.blog-author-name-date .name {
    font-size: 18px;
    font-weight: 400;
}

.blog-author-name-date .date {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}

.blog-author-name-date .date i {
    color: var(--color-action);
    margin-right: 5px;
}

.blog-similar-item {
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 16px;
    margin-bottom: 24px;
}

.blog-similar-item-image {
    border-radius: 21px;
    padding: 16px;
}

.blog-similar-item-content {
    text-align: left;
    padding: 0px 16px 10px 16px;
    font-size: 16px;
    color: #6E798C;
    line-height: 25px;
}

/* OWL Recipe */
.owl-item {
    background-color: var(--color-white);
    border-radius: 10px;
    /* padding-bottom: 16px; */
}

.carousel-blog {
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 16px;
}

.carousel-blog-image {
    border-radius: 5px;
    margin-bottom: 16px;
}

.carousel-blog-content {
    text-align: left;
    padding-bottom: 16px;
    font-size: 16px;
    color: #6E798C;
    line-height: 25px;
}

.carousel-blog-content a {
    padding: 5px 10px;
    /* background-color: #0F4C75; */
    border-radius: 5px;
    color: var(--color-white);
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
}

.carousel-blog h3 {
    font-size: 24px;
    font-weight: 800;
    text-align: left;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 14px;
}

.blog-item {
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 16px;
    margin-bottom: 24px;
    position: relative;
}
.carousel-blog a.cat,.blog-item a.cat{
    
position: absolute;
    
top: 24px;
    
left: 24px;
    
background: #dd1947;
    
padding: 5px 10px;
    
border-radius: 5px;
    
color: var(--color-white);
    
text-decoration: none;
    
font-weight: 700;
    
font-size: 12px;
    
margin-right: 5px;
    
margin-bottom: 10px;
    
font-size: 12px;
    
line-height: 16px;
    
letter-spacing: 0.01em;
}
.blog-item-image {
    border-radius: 5px;
    margin-bottom: 16px;
}

.blog-item-content {
    text-align: left;
    margin-bottom: 16px;
    font-size: 16px;
    color: #6E798C;
    line-height: 25px;
}

.blog-item-content h3 {
    font-size: 24px;
    font-weight: 800;
    color: var(--color-black);
    margin-top: 16px;
}

.blog-left-side .filter {
    background-color: var(--color-white);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 26px;
}

.blog-left-side .filter ul {
    list-style: none;
    padding: 10px 32px 10px 24px;
}

.blog-left-side .filter ul li {
    padding: 10px 0px;
}

.blog-left-side .filter ul li a {
    text-decoration: none;
    color: var(--color-black);
}

.blog-left-side .filter ul li .number a {
    text-decoration: none;
    color: var(--color-btn-medium);
}

.blog-left-side .filter ul li span {
    float: right;
}

.blog-left-side .filter ul li .fa-li {
    color: var(--color-first);
}

.blog-left-side .filter ul li .fa-li i {
    margin-right: 20px;
}

.blog-left-side h4 {
    padding: 24px 0px 5px 32px;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 700;
}

.tags {
    padding: 10px 32px 10px 24px;
}

.tags a {
    border: solid var(--color-first) 1px;
    text-decoration: none;
    margin: 6px;
    border-radius: 8px;
    padding: 9px 18px;
    color: var(--color-first);
    display: inline-flex;
}

.tags a:hover {
    background-color: var(--color-first);
    color: var(--color-white);
}

.tags a:active {
    background-color: var(--color-first);
    color: var(--color-white);
}

.last-blog {
    padding: 10px 32px 10px 24px;
}

.last-blog-item {
    padding: 10px 10px 15px 10px;
}

.last-blog-item .date {
    font-size: 14px;
    font-weight: 500;
}

.last-blog-item .date i {
    margin-right: 5px;
}

.last-blog-item h5 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
}

.last-blog-item a {
    color: var(--color-first);
    text-decoration: none;
}

.last-blog-item a:hover {
    color: var(--color-action);
}

.blog-item-content a {
    padding: 5px 10px;
    /*background-color: #0F4C75*/;
    border-radius: 5px;
    color: var(--color-white);
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
}

.blog-item h3 {
    font-size: 24px;
    font-weight: 800;
    text-align: left;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 14px;
}

.blog-info {
    /* margin: 0px 16px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.blog-info button {
    background-color: var(--color-white);
    float: right;
}

.blog-info a {
    background-color: var(--color-white);
    float: right;
}

.blog-info .date {
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    /* margin-top: 15px; */
}

.blog-info .date i {
    color: var(--color-action);
    margin-top: 3px;
}

.pagination .page-item .page-link {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-black);
    border: none;
}

.pagination .page-item .page-link:hover {
    color: var(--color-white);
    background-color: var(--color-first);
}

.pagination .page-item .active {
    color: var(--color-white);
    background-color: var(--color-first);
}

.pagination {
    margin-top: 40px;
}

.pagination .page-item:first-child {
    margin-right: 10px;
}

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    border-radius: 5px;
}

.pagination .page-item:nth-child(2) .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination .page-item:nth-child(4) .page-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pagination .page-item:last-child {
    margin-left: 10px;
}

.courses-container {
    padding : 96px 0px 84px 0px;
}

.courses-header {
    padding : 0px 25px 20px 25px;
}

.carousel-courses {
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 16px;
}

.courses {
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 16px;
    margin-bottom: 24px;
}

.courses img {
    margin-bottom: 16px;
    border-radius: 5px;
    width: 100%;
}

.courses h3 {
    font-size: 24px;
    font-weight: 800;
    text-align: left;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 14px;
}

.courses .course-content {
    text-align: left;
    margin-bottom: 16px;
    font-size: 16px;
    color: #6E798C;
    line-height: 25px;
}

.education-left-side-content {
    background-color: var(--color-white);
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 16px;
    margin-top: 40px;
}

.education-right-side {
    background-color: var(--color-white);
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 26px;
    padding: 24px 16px;
}

.education-right-side h4 {
    text-align: left;
    margin-bottom: 16px;
    padding: 0 16px;
}

.education-right-side ul {
    list-style-type: circle;
}

.education-right-side ul li {
    margin: 10px 0;
}

.carousel-courses-image {
    border-radius: 5px;
    margin-bottom: 16px;
}

.carousel-courses-content {
    text-align: left;
    margin-bottom: 16px;
    font-size: 16px;
    color: #6E798C;
    line-height: 25px;
}

.course-content a {
    padding: 5px 10px;
    background-color: #0F4C75;
    border-radius: 5px;
    color: var(--color-white);
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
}

.courses .courses-action {
    display: grid;
    margin-top: 16px;
}

.carousel-courses-content a {
    padding: 5px 10px;
    background-color: #0F4C75;
    border-radius: 5px;
    color: var(--color-white);
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
}

.carousel-courses h3 {
    font-size: 24px;
    font-weight: 800;
    text-align: left;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 14px;
}

.courses-info {
    display: flex;
    /* margin: 0px 16px; */
}

.courses-info .time {
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
}

.courses-info .book {
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    margin: 0 auto;
}

.courses-info .skill {
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    text-align: right;
}

.courses-info i {
    color: var(--color-action);
    margin-top: 3px;
}

.courses-action {
    display: grid;
    margin-top: 16px;
}

.courses-action button {
    background-color: var(--color-white);
    float: right;
}

.courses-action .title {
    background-color: var(--color-white);
    display: inline-flex;
}

.webinar-row {
    margin: 0px 0px 20px 0px;
}

.webinar-col {
    padding: 10px;
}


.webinar-div .content {
    /* padding: 0 16px; */
}



.webinar-info .date {
    /* display:inline-flex; */
    /* margin-right: 20px; */
    /* margin-top: 12px; */
}

.webinar-info .time {
    /* display:inline-flex; */
    margin: auto;
}



.webinar-info button {
    /* float: right; */
}

.webinar-info i {
    color: var(--color-action);
    margin-top: 3px;
}

.ask {
    font-size: 16px;
    color: #FFFFFF;
    padding: 16px;
    text-align: center;
}

.ask a {
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}

/* OWL buttons */
.owl-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    left: -75px;
    display: block !important;
    background: none !important;
    display: none !important;
}

.prev {
    background-image: url('../img/owl-prev-button.svg');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: block !important;
}

.prev:hover {
    background-position: 0px -50px;
}

.prev:active {
    background-position: 0px -100px;
}

.owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    right: -75px;
    display: block !important;
    background: none !important;
    display: none !important;
}

.next {
    background-image: url('../img/owl-next-button.svg');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: none !important;
}

.next:hover {
    background-position: 0px -50px;
}

.next:active {
    background-position: 0px -100px;
}

.team {
    padding-top: 70px;
}

.team-content {
    margin: 70px 0;
    color: #fff;
}

.team-content h2 {
    color: #fff;
}

.team-content p {
    padding-top: 20px;
}

.team-content a {
    margin-top: 20px;
    border-color: #FFFFFF;
    padding: 20px 20px;
}

.blog-header {
    text-align: center;
    padding-top: 48px;
    height: auto;
    color: #fff;
    position: relative;
}

.blog-header h2 {
    color: var(--color-white);
    padding-bottom: 10px;
}

.breadcrumb-item {
    color: var(--color-white) !important;
}

.breadcrumb-item {
    color: var(--color-white) !important;
}

.breadcrumb-item a {
    color: var(--color-white) !important;
    text-decoration: none;
}

.blog-search {
    display: flex;
    background-color: var(--color-white);
    border-radius: 5px;
    top: 4px;
    position: relative;
    height: 92px;
    max-width: 800px;
}

.blog-search input {
    border: none;
}

.blog-search a {
    margin: auto 0px;
    padding: .5rem 1rem;
    font-size: 24px;
    color: var(--color-carousel-gray-bg);
}

footer {}

footer h3 {
    color: #FFFFFF;
}

footer p {
    font-size: 14px;
    color: #FFFFFF;
    padding: 10px 15px 0px 0px;
}

footer ul {
    padding: 0;
    margin: 26px 0 0;
    list-style: none;
    color: #FFFFFF;
    margin-bottom: 32px;
}

footer ul li {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 6px;
    background-color: transparent !important;
}

footer ul li:first-child {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 8px;
    font-family: 'Manrope', sans-serif;
}

footer ul li a {
    text-decoration: none;
    color: #ffffff;
    background-color: transparent;
}

.footer-social li {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 6px;
    background-color: transparent !important;
}

.footer-social ul li a {
    text-decoration: none;
    color: #ffffff;
    background-color: transparent;
}

/* SSS */
.faq-item {
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 15px 0px;
    margin: 0px 0px 24px 0px;
}

.faq-item-content {
    text-align: left;
    padding: 0px 16px 10px 16px;
    font-size: 16px;
    color: #6E798C;
    line-height: 25px;
}

.faq-item-content h3 {
    font-size: 24px;
    font-weight: 800;
    color: var(--color-black);
    margin-top: 16px;
}

.faq-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-info button {
    background-color: var(--color-white);
    float: right;
}

.faq-info a {
    background-color: var(--color-white);
    float: right;
}

/* Eski */
.sss-cat {
    background-color: var(--color-black);
    border-radius: 5px;
    color: var(--color-white);
}

.sss-dog {
    background-color: var(--color-action);
    border-radius: 5px;
    color: var(--color-white);
}

.sss-left-side {
    position: relative;
    padding: 24px 0px 9px 30px;
}

.sss-left-side h4 {
    font-size: 24px;
    font-weight: 700;
}

.sss-left-side p {
    font-size: 14px;
    font-weight: 400;
}

.sss-left-side img {
    float: right;
    position: absolute;
    right: 10px;
    top: -30px;
}

.sss-accordion {
    margin-top: 40px;
}

.sss-accordion .accordion-button {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-black);
    border-radius: 10px !important;
}

.sss-accordion .accordion-button {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-black);
    border-radius: 10px !important;
}

.sss-accordion .accordion-item {
    margin: 15px 0px;
    border-radius: 10px;
    padding: 15px;
}

.sss-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: var(--color-white);
}

.teams {
    margin-top: 36px;
}

.team-item {
    background-color: var(--color-white);
    border-radius: 5px;
    display: flex;
    padding: 20px;
    margin-top: 24px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.team-item .right-side {
    display: block;
    margin-left: 0;
    padding-top: 14px;
}

.team-item img {
    float: left;
    border-radius: 100%;
    max-width: 150px;
    max-height: 150px;
    margin: auto;
}

.team-item h4 {
    display: block;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

.team-item p {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-first);
    text-align: center;
}

.teams h3 {
    text-align: center;
}

.teams p {
    text-align: center;
}

.team-item button {
    background-color: var(--color-white);
}

.team-resume img {
    border-radius: 10px;
    margin-bottom: 32px !important;
}

.team-resume .right-side h4 {text-align: center;}

.team-resume .right-side h5 {
    color: var(--color-first);
    font-size: 15px;
    text-align: center;
}

.team-resume .right-side p {text-align: justify;}

.login {
    padding-top: 40px;
}

.login-left-side {
}

.login-left-side h4 {
    font-size: 16px;
    font-weight: 400;
}

.login-left-side h2 {
}

.login-left-side img {
    margin-top: 20px;
}

.login-right-side {
    background-color: var(--color-white);
    border-radius: 5px;
    padding: 40px;
    height: 100%;
}

.login-right-side h3 {
    margin: 20px 0px;
}

.login-right-side button {
    width: 100%;
}

.login-right-side p {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.login-right-side a {
    padding: 0px 0px 0px 20px;
    text-decoration: none;
    font-weight: 700;
    color: var(--color-action);
}

/* The overlay effect with black background */
.overlay {
    height: 154px;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(221, 24, 71);
    background-color: rgba(221, 24, 71, 0.9);
    /* Black with a little bit see-through */
    z-index: 99999;
}

/* The content */
.overlay-content {
    position: relative;
    top: 35%;
    width: 80%;
}

/* Close button */
.overlay .closebtn {
    position: absolute;
    top: -44px;
    right: -21px;
    font-size: 28px;
    cursor: pointer;
    color: white;
    font-weight: 600;
}

.overlay .closebtn:hover {
    color: var(--color-black);
}

.search-bar {
    display: flex;
    background-color: var(--color-white);
    border-radius: 5px;
    position: relative;
    height: 92px;
    max-width: 800px;
    text-align: center;
    top: 20px;
    margin: auto;
    margin: 20px 40px 0 40px;
}

.search-bar input {
    border: none;
}

.search-bar button {
    margin: auto 0px;
    padding: .5rem 1rem;
    font-size: 24px;
    color: var(--color-carousel-gray-bg);
}

.form-control:focus {
    box-shadow: none !important;
}

iframe {
    border-radius: 5px;
}

.container-fluid.gray-bg.contact-container {
    padding: 96px 0;
}

.mt-40 {
    margin-top: 40px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-56 {
    margin-bottom: 24px;
}

.row.contact-form-row {
    margin-top: 48px;
}

.row.contact-form-row label.form-label {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
}

.row.contact-form-row .form-control {
    border: 1px solid rgba(144, 144, 144, 0.5);
    box-sizing: border-box;
    border-radius: 5px;
    background: transparent;
    min-height: 56px;
    line-height: 56px;
    padding-left: 16px;
}

.row.contact-form-row textarea.form-control {
    line-height: unset;
    padding-top: 24px;
}

.row.register-form-row.login{
    padding: 78px 32px;
    background: #fff;
    position: absolute;
    top: 20%;
}

.row.register-form-row{
    padding: 78px 32px;
    background: #fff;
}

.row.register {
    padding-top: 40px;
    padding-bottom: 96px;
}

.row.register-form-row h3 {
    margin-bottom: 32px;
}

.row.register-form-row a.btn.btn-large.float-end.social-lgn {
    max-width: 400px;
}

.row.register-form-row .col-12.seperator::before, .row.register-form-row .col-12.seperator::after {
    content: "";
    border-top: 1px solid #E1E1E1;
    width: 100%;
}

.row.register-form-row .col-12.seperator {
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #9A9AB0;
    font-size: 14px;
}

.row.register-form-row .col-12.seperator span {
    margin: 0;
    border-top: 1px solid #E1E1E1;
    width: 45px;
}

.row.register-form-row label.form-label {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.005em;
    /* Light/Text Color/Title */
    color: #11142D;
    /* Inside Auto Layout */
    flex: none;
    order: 0;
    flex-grow: 1;
    margin: 0px 10px 8px;
}

.row.register-form-row input.form-control {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 18px 24px 19px;
    /* Light/Fills Color/Text Field */
    background: #FFFFFF;
    border: 1px solid #232323;
    border-radius: 8px;
    /* Inside Auto Layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.row.register-form-row input#flexRadioDefault1 {
    border: 2px solid #232323;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.row.register-form-row label.form-check-label {
    margin-top: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    /* identical to box height, or 21px */
    letter-spacing: 0.008em;
    /* Light/Text Color/Body 2 */
    color: #9A9AB0;
}

.row.register-form-row .form-check-input {
    border: 2px solid #232323;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.row.register-form-row .form-check-input:checked {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") #dd1947;
}

.row.register-form-row input#flexRadioDefault1:checked {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") #dd1947;
}

.row.register-form-row .d-flex.btn-col {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}

.row.register-form-row .d-flex.btn-col .btn.btn-large.float-end {
    margin: auto;
    padding: 14px 24px;
    min-width: 192px;
    margin-bottom: 16px;
}

.row.register-form-row .d-flex.btn-col span {
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    letter-spacing: 0.005em;
    /* Light/Text Color/Body 2 */
    color: #9A9AB0;
}

.row.register-form-row .d-flex.btn-col span a {
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    letter-spacing: 0.005em;
    color: #DD1947;
    text-decoration: none;
}

.row.register-form-row input#showPass {
    position: absolute;
    top: 27px;
    right: 13px;
    height: 62px;
    width: 62px;
    visibility: hidden;
}

.row.register-form-row label#showPasslabel {
    position: absolute;
    right: 12px;
    top: 28px;
    margin: 0;
    width: 62px;
    text-align: center;
    height: 61px;
    line-height: 62px;
}

.container.white-bg.profile-header {
    border-radius: 5px;
    margin-top: 56px;
}

.profile-header-menu.white-bg {
    margin-top: 40px;
    padding: 16px;
    border-radius: 5px;
}

.profile-header-menu.white-bg ul.nav.justify-content-center {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
}

.profile-header-menu.white-bg ul.nav.justify-content-center li.nav-item {
    width: 100%;
}

.profile-header-menu.white-bg ul.nav.justify-content-center li.nav-item a {
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    letter-spacing: 0.005em;
    padding: 18px;
    display: inline-flex;
    width: 100%;
    align-content: center;
    margin: 8px 0;
    align-items: center;
}

.profile-header-menu.white-bg ul.nav.justify-content-center li.nav-item a i {
    margin-right: 16px;
    color: #9A9AB0;
    font-size: 24px;
}

.profile-header-menu.white-bg ul.nav.justify-content-center li.nav-item a:hover, .profile-header-menu.white-bg ul.nav.justify-content-center li.nav-item a.active, .profile-header-menu.white-bg ul.nav.justify-content-center li.nav-item a.active i {
    background-color: var(--color-first);
    color: var(--color-white);
}

.profile-header-menu.white-bg ul.nav.justify-content-center li.nav-item a:hover i, .profile-header-menu.white-bg ul.nav.justify-content-center li.nav-item a.active i {
    color: var(--color-white) !important;
}

.profile-header-text.white-bg {
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
    height: auto;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    padding: 20px;
}

.profile-header-text.white-bg .text-wrapper {
    max-width: 346px;
    padding: 10px 0;
}

.row.profile-header {
    margin-bottom: 56px;
}

.webinar-div-profile {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 32px;
    display: flex;
    padding: 24px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.webinar-div-profile img.img-fluid {
    border-radius: 5px;
    margin-right: 16px;
}

.webinar-div-profile .content {
    display: inline-flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.webinar-div-profile .content .webinar-info h4 {
    margin-bottom: 16px;
}

.progress {
    background: rgba(221, 25, 71, 0.1);
    border-radius: 2px;
    height: 4px;
    /* max-width: 322px; */
    width: 100%;
}

.progress .progress-bar{
    background: rgba(221, 25, 71, 1);
    border-radius: 2px;
    /* max-width: 322px; */
    width: 100%;
}

.progress:before {
    content: " ";
    background: rgba(221, 25, 71, 1);
    width: 50%;
    border-radius: 2px;
    display: none;
}

.webinar-div-profile .webinar-info {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    margin: 16px 0;
}

.webinar-div-profile .button {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-left: 16px;
}

.webinar-div-profile .button a.btn.btn-medium {
    border: unset;
    background: var( --color-first);
    color: var( --color-white);
    padding: 14.5px 24px;
    height: auto;
    border-radius: 8px;
}

.row.profile-webinar-row {
    margin-bottom: 60px;
}

.row.profile-webinar-row .title-col {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.row.profile-webinar-row .title-col a.show-all {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    text-align: right;
    text-decoration: unset;
    letter-spacing: 0.005em;
    color: #DD1947;
}

.row.profile-webinar-row .calendar-wrapper {
    background: #fff;
    padding: 16px;
    border-radius: 5px;
}

.row.profile-webinar-row .calendar-wrapper .calender-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #92929D;
}

.row.profile-webinar-row .calendar-wrapper .calender-header span:first-child {
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    letter-spacing: 0.005em;
    /* Light/Text Color/Title */
    color: #11142D;
}

.row.profile-webinar-row .calendar-wrapper .calender-header span:last-child {
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    text-align: right;
    letter-spacing: 0.005em;
    /* Light/Text Color/Body 1 */
    color: #92929D;
}

.row.profile-webinar-row .calendar-wrapper .calendar-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 24px;
}

.row.profile-webinar-row .calendar-wrapper .calendar-content .calendar-content-daynames {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.row.profile-webinar-row .calendar-wrapper .calendar-content .calendar-content-days {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.row.profile-webinar-row .calendar-wrapper .calendar-content .calendar-content-daynames a.day-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    /* or 18px */
    text-align: center;
    letter-spacing: 0.008em;
    /* Light/Text Color/Body 2 */
    color: #9A9AB0;
    text-decoration: none;
    width: 40px;
}

.row.profile-webinar-row .calendar-wrapper .calendar-content .calendar-content-days a.day-box {
    width: 12%;
    height: 40px;
    background: #f7f7fc;
    border-radius: 4px;
    margin-bottom: 8px;
}

.day-bg-1 {
    background: rgba(221, 25, 71, 0.1) !important;
}

.day-bg-2 {
    background: rgba(221, 25, 71, 0.25) !important;
}

.day-bg-3 {
    background: rgba(221, 25, 71, 0.45) !important;
}

.day-bg-4 {
    background: rgba(221, 25, 71, 0.8) !important;
}

.day-bg-5 {
    background: #DD1947 !important;
}

.row.profile-webinar-row .calendar-wrapper .calender-footer {
    display: inline-flex;
}

a.btn.float-end.profile-btn {
    border: unset;
    padding: 14px 22px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    letter-spacing: 0.005em;
    color: #232323;
}

a.btn.float-end.profile-btn span {
    font-size: 12px;
    line-height: 120%;
    /* or 14px */
    letter-spacing: 0.02em;
    color: rgba(35, 35, 35, 0.5);
    line-break: unset;
    display: block;
    text-align: left;
    font-weight: normal !important;
}

a.btn.float-end.profile-btn img {
    display: block;
    float: left;
    margin-right: unset;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

a.btn.float-end.profile-btn.show {
    background-color: var(--color-first);
    color: var(--color-white);
    border-color: var(--color-first);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

a.btn.float-end.profile-btn.show span {
    color: #ffffffd1;
}

a.btn.float-end.profile-btn::after {
    content: '' !important;
    display: none;
}

.dropdown-menu {
    background: #fff;
    font-size: 16px;
    font-weight: 900;
    background-color: #222222;
    color: var(--color-white);
    border-color: var(--color-first);
    border-radius: 0px 0px 5px 5px;
    min-width: 206px;
    padding: 8px 24px;
    inset: -2px auto auto 0px !important;
}

.dropdown-item,.dropdown-menu .btn, .dropdown-item:hover,.dropdown-menu .btn:hover {
    color: #fff;
    padding: 8px 0;
    background: unset;
    border: unset;
}

.panel {
    text-align: center;
    position: relative;
}

.button_outer {
    background: #DD1947;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    /* or 19px */
    text-align: center;
    letter-spacing: 0.005em;
    /* Light/Text Link Color/White */
    color: #FFFFFF;
    /* Inside Auto Layout */
    margin: 0px 10px;
    transition: .2s;
    position: relative;
    overflow: hidden;
    width: 130px;
}

.btn_upload {
    color: #fff;
    text-align: center;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 3;
    white-space: nowrap;
}

.btn_upload input {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 105%;
    cursor: pointer;
    opacity: 0;
}

.file_uploading {
    width: 100%;
    height: 10px;
    margin-top: 20px;
    background: #ccc;
}

.file_uploading .btn_upload {
    display: none;
}

.processing_bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 30px;
    background: #dd1947;
    transition: 3s;
}

.file_uploading .processing_bar {
    width: 100%;
}

.success_box {
    display: none;
    width: 50px;
    height: 50px;
    position: relative;
}

.success_box:before {
    content: '';
    display: block;
    width: 15px;
    height: 25px;
    border-bottom: 6px solid #fff;
    border-right: 6px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 17px;
    top: 10px;
}

.file_uploaded .success_box {
    display: inline-block;
}

.file_uploaded {
    margin-top: 0;
    width: 50px;
    background: unset;
    height: 50px;
}

.uploaded_file_view {
    width: 208px;
    height: auto;
    position: relative;
    transition: .2s;
    display: none;
    border: 2px solid #ddd;
}

.file_remove {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    position: absolute;
    background: #dd1947;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    right: -15px;
    top: -15px;
    text-align: center;
    z-index: 99999;
}

.file_remove:hover {
    background: #222;
    transition: .2s;
}

.uploaded_file_view img {
    width: 100%;
    margin: auto;
    display: flex;
    max-width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.uploaded_file_view.show {
    opacity: 1;
}

.error_msg {
    text-align: center;
    color: #f00
}

.row.register-form-row.profile {
    padding: 36px 12px !important;
    margin: 40px 4px;
    border-radius: 4px;
}

.container-fluid.contact-container {
    padding: 56px 0;
}

.col-12.contact-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 56px;
    margin-bottom: 46px;
}

.contact-info-div {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 16px 0px;
}

.contact-info-div i {
    color: #fff;
    background: #dd1947;
    padding: 20px;
    border-radius: 100%;
    font-size: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-right: 16px;
}

.contact-info-div .infos {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
}

.contact-info-div .infos span:first-child {
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */
    /* Text/Body Text */
    color: #666666;
}

.contact-info-div .infos span:last-child {
    font-weight: bold;
    font-size: 21px;
    line-height: 32px;
    /* identical to box height, or 133% */
    font-feature-settings: 'pnum' on, 'lnum' on;
    /* Text/Title Text */
    color: #333333;
}


.education-right-side div#accordionFlushExample .accordion-item .accordion-header button.accordion-button {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
/* or 19px */
    letter-spacing: 0.005em;

/* Light/Text Color/Title */
    color: #11142D !important;
    background: #ffff;
    border-color: #E1E1FB !important;
}

.education-right-side div#accordionFlushExample .accordion-item .accordion-header button.accordion-button::after {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(154, 154, 176, 0.2);
    border-radius: 100%;
    background-position: center;
}
.education-right-side div#accordionFlushExample .accordion-item .accordion-header button.accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.education-right-side div#accordionFlushExample .accordion-item .accordion-header button.accordion-button:focus {
    outline: unset !important;
    border: unset !important;
    box-shadow: unset !important;
}

.education-right-side div#accordionFlushExample .accordion-item .accordion-header button.accordion-button:not(.collapsed) {
    
border-bottom: 1px solid #E1E1FB !important;
}


.education-right-side div#accordionFlushExample .accordion-item .accordion-body a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
/* or 18px */
    letter-spacing: 0.008em;

/* Light/Text Color/Title */
    color: #11142D;
    text-decoration: none !important;
    padding: 16px 0;
    text-align: left;
}

.education-right-side.details div#accordionFlushExample .accordion-item .accordion-body a {
    
cursor: default;
}
.education-right-side div#accordionFlushExample .accordion-item .accordion-body a span.material-icons{
    
color: #9A9AB0;
    
margin-right: 10px;
}
.education-right-side div#accordionFlushExample .accordion-item .accordion-body a span.minutes{
    
font-size: 12px;
    
line-height: 120%;
/* or 14px */
    
text-align: right;
    
letter-spacing: 0.008em;

/* Light/Text Color/Body 1 */
    
color: #92929D;
    
margin-left: auto;
}
.education-left-side-content .nav-pills{
 margin: 32px 0 !important;
}

.education-left-side-content .nav-pills .nav-link, .nav-pills .show>.nav-link {
    background: unset !important;
    font-style: normal;
    line-height: 120%;
/* or 19px */
    letter-spacing: 0.005em;

/* Light/Text Color/Title */
    color: #11142D;
    padding: 0;
    margin-right: 32px;
    font-weight: normal;
    font-size: 16px;
    
/* or 19px */
    

/* Light/Text Color/Body 1 */
}

.education-left-side-content .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #11142D;
    font-weight: bold;
}

.education-left-side-content h3 {
    margin-top: 16px;
}

.ytp-hide-controls:not(.ytp-mweb-player) .ytp-watermark {
    display: none !important;
}

.education-right-side .education-details {
    border: 1px solid rgba(154, 154, 176, 0.5);
    border-radius: 8px;
    margin: 8px;
    margin-bottom: 24px;
}

.education-right-side .education-details .education-head {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 32px 33px;
}

.education-right-side .education-details .education-head img {
    border-radius: 100%;
    margin-right: 16px;
    max-width: 60px;
}

.education-right-side .education-details .education-head .rest {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}

.education-right-side .education-details .education-head .rest strong.name {
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
/* identical to box height, or 160% */
    letter-spacing: 0.5px;
    color: #333333;
}

.education-right-side .education-details .education-head .rest span.title {
    font-size: 14px;
    line-height: 24px;
/* identical to box height, or 171% */
    letter-spacing: 0.5px;
    color: rgba(51, 51, 51, 0.50133);
}

.education-right-side .education-details ul.details {
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: center;
    align-items: stretch;
    padding: 0;
}

.education-right-side .education-details ul.details li.detail {
    margin: 0 !important;
    padding: 20px 24px 12px 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-top: 1px solid rgba(154, 154, 176, 0.5);
    align-items: center;
}

.education-right-side .education-details ul.details li.detail strong {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #333333;
}

.education-right-side .education-details ul.details li.detail span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
/* identical to box height, or 200% */
    text-align: right;
    color: #333333;
}

.education-right-side a.btn.btn-large {
    width: 96%;
    margin: 8px 8px 8px 8px;
}

.education-left-side-content p.lesson-detail-single {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
/* identical to box height, or 18px */
    letter-spacing: 0.008em;

/* Light/Text Color/Title */
    color: #11142D;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.education-left-side-content p.lesson-detail-single span.material-icons {
    margin-right: 8px;
}

.faq-detail-body {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
}
#playerdd{
  height:500px;
  position:relative;
  overflow:hidden;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
#playerdd iframe{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:0;
  pointer-events:none;
  width:100%;
  height:56.25vw;
}

nav.player-controls {
    display: flex;
    background: #fff;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 16px 0;
}

nav.player-controls a.control {
    color: #fff;
    background: #dd1947;
    padding: 8px 0;
    line-height: 8px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

nav.player-controls a.control:hover {color: #fff;background: #ff3c6a;}

.row.justify-content-center.info-row{
    padding-top: 40px;
    margin-bottom: 84px;
}
.row.justify-content-center.info-row img.img-fluid {
    border-radius: 8px;
    margin: 0 auto;
    display: flex;
}

.row.justify-content-center.info-row .webinar-about-wrapper {
    background: #fff;
    padding: 32px;
    border-radius: 8px;
    height: 100%;
}

.row.justify-content-center.info-row .webinar-about-wrapper p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
/* or 175% */
    letter-spacing: 0.5px;
    color: #333333;
    margin-bottom: 52px;
}

.row.justify-content-center.info-row .webinar-about-wrapper a.btn.btn-cstm-wbnr-red {
    font-weight: 800;
    font-size: 16px;
    
/* identical to box height */
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: #DD1947;
    border-radius: 5px;
    width: 140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    padding: 0;
    margin-right: 24px;
    border: unset;
    display: block;
    width: 100%;
    margin-bottom: 24px;
}

.row.justify-content-center.info-row .webinar-about-wrapper a.btn.btn-cstm-wbnr-transs {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    
/* identical to box height */
    text-align: center;
    letter-spacing: 0.01em;
    color: rgba(35, 35, 35, 0.7);
    border: 1px solid rgba(35, 35, 35, 0.7);
    padding: 12px 24px;
    margin: auto;
    display: block;
}

.row.webinar-row.webinar-sss button.accordion-button {
    background: #fff !important;
    padding: 40px 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
/* identical to box height, or 120% */
    color: #232323;
    border-radius: 21px !important;
    outline: none !important;
    border: none !important;
    box-shadow: unset !important;
}

.row.webinar-row.webinar-sss .accordion-item {
    border-radius: 21px;
}

.row.webinar-row.webinar-sss button.accordion-button::after {
    border: 1px solid rgba(221, 25, 71, 0.2);
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23DD1947'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 24px;
    background-position: center;
}

.container-fluid.gray-bg.pb-5.webinal-col {
    padding-bottom: 0 !important;
}

.row.webinar-header.justify-content-center {
    text-align: center;
    padding-top: 48px;
    height: auto;
    color: rgb(255, 255, 255);
    position: relative;
}

.row.webinar-header.justify-content-center .webinar-detail-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.row.webinar-header.justify-content-center .webinar-detail-icons .webinar-icon {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 26px;
}

.row.webinar-header.justify-content-center .webinar-detail-icons .webinar-icon:nth-child(2) {
    margin: 0 60px;
    margin-bottom: 26px;
}

.row.webinar-header.justify-content-center .webinar-detail-icons .webinar-icon span {
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
/* identical to box height */
    text-align: center;
    color: #FFFFFF;
    margin-top: 12px;
}

.row.rating-desc span.material-icons {
    font-size: 14px;
    padding: 4px;
}

.well.well-sm .material-icons {
    color: #F2870D;
}.well.well-sm .material-icons.disabled {
    color: #E0E0E0;
}


div#homeSlide .owl-dots {
    display: none;
}

div#homeSlide .owl-nav button.owl-prev {
    left: 16px;
}

div#homeSlide .owl-nav button.owl-next {
    right: 16px;
    color: #fff;
}

.blog-author .breadcrumb-item a, .blog-author .breadcrumb-item,  .blog-author .breadcrumb-item:before {
    color: #333 !important;
    content: ">" !important;
    font-weight: bold;
    text-align: center;
} .blog-author .breadcrumb-item:first-child::before {
    color: #333 !important;
    content: " " !important;
    font-weight: bold;
}
.comment-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 56px 0;
}

.comment-section .comment-textarea {
    width: 80%;
}

.comment-section .rate-area {
    width: 20% !important;
    text-align: center;
}

.comment-section .rate-area a#submit-comment {
    background: #dd1947;
    color: #fff;
    width: 100%;
    margin: 16px 10px;
    max-width: 133px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #1d1d1d;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 16px 0px 12px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    font-size: 36px;
    z-index: 9999999;
  }
  
  
    .sidenav {padding-top: 15px;}
  
    .sidenav li{/* padding-top: 15px; */list-style: none !important;width: 100%;}
    .sidenav li a{/* padding-top: 15px; */color: #fff;text-align: right;margin-right: 32px;font-size: 24px;}
    .sidenav a {font-size: 18px;}
    div#mySidenav,#openNav{display: block !important;}
    div#openNav  {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
    }
    div#openNav .nav-single {
    color: #1d1d1d;
    DISPLAY: block;
    padding: 8px;
    /* margin: auto; */
    padding-bottom: 0;
    padding-top: 16px;
    }
    div#openNav .nav-single i {
        font-size: 30px;
    }
    
}
div#mySidenav,#openNav{display: none;}
/* MOBILE */