/* 
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap'); 
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); */
body {
    background: #fff !important;
}

body,
p,
a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    list-style: none;
    font-size: 16px;
    text-decoration: none !important;
    font-weight: 400;
    color: #333;
}


.mce-content-body ul,
.mce-content-body ol {
    padding-left: 40px;
}

.mce-content-body ul li {
    list-style: disc;
}

.mce-content-body ol li {
    list-style: decimal;
}

.spacer-100 {
    height: 100px;
}

.spacer-80 {
    height: 80px;
}

.spacer-50 {
    height: 50px;
}

.spacer-30 {
    height: 30px;
}

.spacer-20 {
    height: 20px;
}

.spacer-10 {
    height: 10px;
}

.font-size-14 {
    font-size: 14px;
}

h1 {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-top: 0px;
    line-height: 1.2;
}

h2 {
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-top: 0px;
    line-height: 1.2;
}

h3 {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-top: 0px;
    line-height: 1.2;
}

h4 {
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-top: 0px;
    line-height: 1.2;
}

h5 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-top: 0px;
    line-height: 1.2;
}

h6 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-top: 0px;
    line-height: 1.2;
}

.custom-font-size {
    font-size: 22px !important;
}

.text-condensed {
    font-family: 'Roboto Condensed', sans-serif !important;
}

input[type="text"]:focus {
    outline: none !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.pt-10 {
    padding-top: 10px;
}


/* Header Styling End */

.activity a {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
}

.activity a.dropdown-item,
.pages-header .activity a {
    color: #000;
}

.activity a.lang {
    margin-left: 10px;
    background: #272727;
    padding: 14px 10px 7px;
}

.navigation-bar .navbar-nav li a {
    color: #fff;
    padding: 0px !important;
    font-size: 19px;
    font-family: "Roboto Condensed";
    line-height: 50px;
    font-weight: 400;
}

.pages-header .navigation-bar .navbar-nav li a {
    color: #333;
}


/* Header Styling End */

.Banner {
   background: url('../images/Home-banner.jpg');
   height: 650px;
    background-position: center center;
    display: flex;
    justify-content: center !important;
    align-items: center;
    text-align: center;
    position: relative;
}

.Banner:before {
    position: absolute;
    content: "";
    background: #000;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;

    /*border-bottom: 4.78571rem solid #fff;*/
    /*border-bottom-width: 4.78571rem;*/
    /*border-bottom-style: solid;*/
    /*border-bottom-color: rgb(255, 255, 255);*/
    /*border-right: 100vw solid transparent;*/
    /*content: "";*/
}

/*.Banner:after{*/
    /*border-bottom: 4.78571rem solid #fff;*/
    /*border-bottom-width: 4.78571rem;*/
    /*border-bottom-style: solid;*/
    /*border-bottom-color: rgb(255, 255, 255);*/
    /*border-right: 100vw solid transparent;*/
    /*content: "";*/
/*}*/

.banner-search {
    margin-top: 30px;
    position: relative;
}

.banner-search i {
    position: relative;
    left: 24px;
    color: #888;
}

.promo {
    background: #ffa64d;
    font-size: 11px;
    padding: 3px 20px;
    color: #fff;
    border-radius: 50px;
}

.banner-search input[type="text"] {
    height: 45px;
    min-width: 400px;
    padding: 10px;
    font-family: "Roboto Condensed";
    letter-spacing: 1px;
    border: none;
    padding-left: 37px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.banner-search input[type="submit"] {
    position: relative;
    right: 0;
    height: 45px;
    border: 1px solid #fff;
    width: 100px;
    margin-left: -4px;
    line-height: 3px;
    background: linear-gradient(to top, #4e2ae4, #b21bf2);
    color: #fff;
    font-family: "Roboto Condensed";
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.topbar-search-btn {
    background: linear-gradient(to top, #4e2ae4, #b21bf2);
    color: #fff;
    font-family: "Roboto Condensed";
    border: 1px solid #fff;
}

.sec-align {
    display: flex;
    align-items: flex-end;
}

.sec-1 {
    margin-top: -6em;
}

.card-style {
    border: none;
    position: relative;
    height: 100%;
    width: 100%;
}

.card-style .card-body {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}

.card-style img{
    height: 100%;
    width: 101%;
    object-fit: cover;
}

.card-image {
    position: relative;
    height: 100%;
    width: 100%;
    margin-bottom: 0;
}
.card-image-no-overlay{
    position: relative;
    height: 100%;
    width: 100%;
    margin-bottom: 0;
}
.card-image a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    /*background: linear-gradient(to top, #000000, #00000000);
    opacity: 0.8;*/
}

.card-style .card-body .link_applied a {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.card-image:before,
.library-section:before,
.cover-banner:before,
.registration-banner:before {
    position: absolute;
    content: "";
    width: 100% !important;
    height: 100%!important;
    /*background: linear-gradient(to top, #000000, #00000000);
    opacity: 0.8;*/
}

.library-section {
    background: url(../images/library-image.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
}

.library-section:before,
.cover-banner:before,
.registration-banner:before {
    background: linear-gradient(to left top, rgb(9,49,86), rgb(9,49,86)) !important;
    opacity: 0.6 !important;
    z-index: -1 !important;
}

.registration-banner:before {
    opacity: 0.3 !important
}

.library-section a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
}

.blog-section .col-sm-3 {
    padding: 6px !important;
}

.blog-section .card {
    border: none;
    box-shadow: 0px 0px 6px #676767;
    /*border-radius: 0px;*/
}

.blog-section .card .card-img-top {
    border-radius: 0px !important;
}

.blog-section .card-body {
    padding: 15px !important;
}

.blog-section .card-body .date {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.latest-blog img.card-img-top {
    height: auto !important;
}
.latest-blog .card {
    padding: 10px;
    min-height: 330px;
}

.services .card {
    box-shadow: none;
}

footer {
    color: white;
    background: #333;
    padding: 40px 0px 0px 0px;
}

footer p {
    color: white;
}

.footer-social i {
    font-size: 3em;
    background-color: white;
    border-radius: 100%;
}

.about ul {
    margin-bottom: 0px;
}

.about ul li,
.about ul li a {
    color: #ccc;
    font-size: 14px;
    line-height: 22px;
}

.about ul li:hover a {
    color: #fff;
}

.about .social-media li {
    display: inline-flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-right: 7px
}

.about .social-media li a {
    color: #fff;
    font-size: 18px;
}

.copyright {
    background: #000;
    padding: 20px 0px 0px;
    margin-top: 40px;
    color: #fff;
}

.copy-links ul li {
    display: inline-block;
    margin: 0px 5px;
}

.text-copyright,
.design-by,
.copy-links ul li a {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0px;
}


/* Login Page */

.cover-banner {
    background: url('../images/login-cover.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.form-style {
    margin-top: 35px;
}

.form-style .form-group input {
    border: none;
    border-radius: 0px;
}

.signup-section {
    padding: 25px 30px;
    background: rgb(0 0 0 / 90%);
}

.form-style p a,
.link-style a {
    color: #7e1d9f;
}

.login-btn {
    background: #7e1d9f;
    border: none;
    border-radius: 0px;
    padding: 10px 30px;
    letter-spacing: 1px;
}

.form-border-right {
    border-right: 2px solid #fff;
    padding-right: 20px;
}

.text-border {
    position: relative;
}

.text-border:before {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    width: 60px;
    bottom: -7px;
}

.register-info {
    background: rgb(73 48 161 / 90%);
    padding: 25px 30px;
}


/* Login Page css */


/* Student Thankyou */

.registration-banner {
    background: url('../images/Message-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.thankyou {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 20px;
    min-height: 500px;
    box-shadow: 0px 0px 7px #777;
}

.thankyou i {
    color: #7e1d9f;
    font-size: 55px;
    margin-bottom: 30px;
    border: 6px solid #7e1d9f;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.register .form-style input {
    border: 1px solid #888;
}


/* Student Thankyou */


/* Course Design */

.back-icon {
    min-height: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.back-icon a {
    color: #000;
    font-size: 30px;
    font-weight: 600 !important;
}

.logo-image {
    border: 1px solid #ddd;
    padding: 10px;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-image a {
    font-size: 30px;
    color: #e2e1e1;
}

.logo-image a img {
    width: 180px;
    height: 90px;
    object-fit: contain;
}

.tab-style ul li {
    text-align: right;
    padding-right: 15px;
}

.tab-style ul li a {
    font-size: 19px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #4bbcee;
}

.tab-style a {
    font-size: 19px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #4bbcee;
    text-align: right;
    padding-top: 0px;
    padding-bottom: 5px;
}

.tab-style a.active {
    color: #cc23f7 !important;
    font-weight: 550;
    background: none !important;
}

.tab-style ul li.active a {
    color: #cc23f7;
    font-weight: 550;
}

.box {
    border-left: 4px solid #333;
    margin-bottom: 25px;
}

nav.account-bar ul li {
    margin: 0 7px
}

.mce-content-body {
    padding: 15px
}

.filter-border {
    border: 1px solid #dee2e6;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0px 5px 5px -6px #3e3e3e;
}

.filter-border .custom-select {
    border-radius: 0px;
    border-color: #767676;
}

.view-profile-link a {
    font-size: 15px;
    font-weight: 600;
    color: #7e1d9f;
    margin-top: 8px !important;
    display: block;
}

.view-profile-link a:hover {
    color: #000;
}

.course-count {
    font-weight: 600;
    color: #56c1ef !important;
}

.table-design tr:first-child th {
    background: #303030;
    border-color: #000 !important;
    font-weight: 500;
    letter-spacing: 1px;
}

.table-design table tr:hover {
    background-color: transparent !important;
}

.table-design table tr:nth-child(even) {
    background-color: #f2f2f2 !important;
}


/* Course Design */

table {
    border-collapse: collapse;
    width: 100%;
}

table td,
table th {
    border: 1px solid #ddd;
    padding: 5px 8px;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}


/*table tr:hover {
    background-color: #ddd;
}*/

table th {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    background-color: #8F8F8F;
    color: white;
}

@media (max-width: 786px) {
    .mcb-wrap-inner .title{
        white-space: normal;
        height: 40px;
    }
    .equal-height-wrap .mcb-wrap{
        padding: 10px;
    }
    .slideshow-container {
        max-width: 100% !important;
    }

}

/* Media Query */

@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1100px;
    }

    .site-branding{
        position: absolute;
        top: -15px;
    }

    .right-sidebar .card:hover{
        width: 96%;
        transition: width 1s;
        /*transform: rotate(4deg);*/
    }
    
    .section-color-1:before{
        top: 558px;
        position: absolute;
        background-color: transparent;
        border-top: 7.78571rem solid #fff;
        border-top-width: 5.78571rem;
        border-top-color: transparent;
        border-left: 100vw solid #1e2b55;
        content: "";
    }

    .section-color-2:before{
        background-color: transparent;
        border-bottom: 4.78571rem solid #fff;
        border-bottom-width: 4.78571rem;
        border-bottom-style: solid;
        border-bottom-color: transparent;
        border-left: 100vw solid #1e2b55;
        content: "";
    }

    .margin-top-row{
        margin-top:4em;
    }
}


@media (min-width:992px) {
    .home-header {
        position: absolute;
        width: 100%;
        z-index: 1;
        padding: 10px 0px;
        /*background-color: white;*/
    }

    .home-header .navigation-bar .navbar-nav li a {
        color: white;
    }

    .home-header .dropdown-menu{
        border-top: 3px solid white;
        background: rgba(0, 0, 0, 0.7);
    }

    .home-header .dropdown-item{
        color:white;
    }

     .dropdown-item{
        color: #212529;
        white-space: unset !important;
    }

    .home-header .dropdown-item:focus  {
        background-color: #343234;
    }
    .home-header .dropdown-item:hover {
        background-color: #343234;
    }

    .home-header .activity a{
        color: white;
    }

    .home_padding{
        padding-left:120px;
        padding-right:120px;
    }
    .navigation-bar .navbar-nav>li:not(:first-child) {
        margin-left: 15px;
    }
    .navigation-bar .collapse {
        /*justify-content: flex-end;*/
        margin-left:5%;
        padding: 18px 0px 0px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1230px;
    }
}

@media (max-width:991px) {
    header {
        padding: 15px;
        text-align: center;
    }
    header:not(.card__header) {
        background: #0e0e0e !important;
    }
    #left_search_button{
        text-align: center;
    }
    #right_search_button{
        text-align: center;
    }
    #center_search_button{
        text-align: center;
    }
    .navigation-bar .navbar{justify-content: center;}
    .navbar-toggler{border: 1px solid #fff;color: #fff;margin-top:5px;}
    .navbar-toggler{border: 1px solid black;margin-top:5px;}
    .activity a {
        color: #fff;
    }
    .dropdown-menu-right a {
        color: black !important;
    }

    .pages-header .activity a {
        color: #fff;
    }
    .btn-articles {
        color: white !important;
        background-color: #FB9197 !important;
        border-color: #FB9197 !important;
    }
    .pages-header .navigation-bar .navbar-nav li a {color: #fff;}
    .navigation-bar .dropdown-menu{padding: 1rem 1rem;}
    .navigation-bar .dropdown-item{color: #333!important;line-height: 35px;}
    header .activity nav form.form-inline{display:none;}
    #topbar{text-align:center;margin-top:10px;}
    #topbar .navbar-nav{flex-direction: row;display: inline-flex;}

    .page-content p{
        padding-left: 2em;
        padding-right: 2em;
    }
    .page-content h5{
        padding-left: 2em;
        padding-right: 2em;
    }
    .page-content h4{
        padding-left: 2em;
        padding-right: 2em;
    }
    .page-content ol{
        padding-left: 2em;
        padding-right: 2em;
    }

    #homepage_search{
        display: none;
    }
    .homepage-section-1{
        padding: 0 2em 0 !important;
    }

    .copy-links{
        font-size: 2px;
        text-align: left!important;
    }
    .copy-links ul{
        padding-left:0;
    }

}

@media screen and (max-width:545px) {
    .banner-search input[type="text"] {
        min-width: 250px
    }
}

@media screen and (max-width:425px) {
    .banner-search input[type="text"] {
        min-width: 100% !important;
        border-radius: 4px !important;
        margin-bottom: 13px;
    }
    .banner-search i {
        position: absolute;
        left: 12px;
        top: 14px;
        bottom: 0;
    }
    .banner-search input[type="submit"] {
        width: 100%;
        margin-left: 0px;
    }

}
@media screen and (min-width:426px) {
    .banner-search input[type="submit"] {
        margin-left: -50px;
    }
}


@media all and (min-width: 992px) {
    .icons_spacer{
        margin-bottom: 5em;
        display: flex;
    }
    #left_search_button{
        text-align: right;
    }
    #right_search_button{
        text-align: left;
    }
    #center_search_button{
        text-align: center;
    }
    .navbar .nav-item .dropdown-menu {
        display: none;
        opacity: 0.9;
    }
    .sub_child_menu{
        list-style: none;
        padding: 0;
    }
    .sub_child_menu li{
        padding-left: 1.3em;
    }

    .sub_child_menu li:before {
        content: "\f0da"; /* FontAwesome Unicode */
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -1.3em; /* same as padding-left set on li */
        width: 1.3em; /* same as padding-left set on li */
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
    .navigation-bar .navbar-nav .dropdown li a {
        padding: 3px 7px !important;
        color: #000;
        font-size: 16px;
        line-height: 30px;
    }

    .child_dropdown_menu{
        width: 130%;    top: 99%;padding: 0;margin:0;
        left:5%
    }
    .child_dropdown_menu_li {
        width:20%;    float: left;    overflow: hidden;
    }

    .child_header {
        white-space: normal;
    }
    .child_dropdown_menu_mobile{
        visibility: hidden;
    }
}
.rtl .float-right, [dir="rtl"] .float-right{float: left !important;}
.rtl .float-left, [dir="rtl"] .float-left{float: right !important;}
[dir="rtl"] .navbar-nav .nav-item + .nav-item {
    margin-right: 1rem;
    margin-left: 0;
}

/*.card.card-style:hover .card-body .text-white{color:#add8e6!important;text-shadow: 2px 2px #74009c;}*/

.rounded_card .card-img-top{
    border-radius: 2em;
}

.rounded_card{
    border-radius: 2em;
    overflow: hidden;
}

.card_zoom img{
    transition: transform .5s ease;
}

.card_zoom:hover img {
    transform: scale(1.2);
}

.ad-img{
    height: 250px;
}

/*:root {*/
    /*--main-page-color: rgb(131 61 176);*/
/*}*/

.page-header{
    background: linear-gradient(#1e2b55, #1e2b55);
}

/*.page_half_background:before{*/
    /*background-color: var(--main-page-color) ;*/
    /*content: '';*/
    /*left: 100%;*/
    /*top: 0;*/
    /*width: 100vw;*/
    /*z-index: -1;*/
    /*height: 300px;*/
    /*position:absolute;*/
/*}*/

/*.page_half_background_right:before{*/
    /*background-color: var(--main-page-color);*/
    /*content: '';*/
    /*right: 100%;*/
    /*top: 0;*/
    /*width: 100vw;*/
    /*z-index: -1;*/
    /*height: 300px;*/
    /*position:absolute;*/
/*}*/
.right-sidebar{
    /*background: linear-gradient(#205f7b, #41bbf0);*/
    /*position: relative;*/
    padding: 25px;
    height: 100%;
    /*width: 300px;*/
    /*float: right;*/
    position: sticky;
}

.right-sidebar-container{
    /*background: linear-gradient(#1e2b55, #1e2b55);*/
}

.right-sidebar .card{
    object-fit: cover;
    width: 70%;
    margin:auto;
    /*height: 25vh;*/
}

.right-sidebar img{
    height: auto;
    width: 100%;
}

@media  only screen and (max-width: 992px) {
    .right-sidebar .card{
        height: auto;
    }
}

.banner-search input[type="text"] {
    /*border-top-left-radius: unset;*/
    /*border-bottom-left-radius:unset;*/
    border-radius: 25px;
}

.banner-search input[type="submit"] {
    border-radius: 25px;
}

.section-color-1{
    background: linear-gradient(#1e2b55, #1e2b55);
    padding-bottom: 1em;
    padding-top: 1em;
    /*margin-bottom: 5em;*/
}

.section-color-2{
    background: linear-gradient(#1e2b55, #1e2b55);
    padding-bottom: 1em;
    padding-top: 0em;
    line-height: 0;
    /*margin-bottom: 5em;*/
}


/*.section-color-1:after{*/
    /*background-color: transparent;*/
    /*border-bottom: 4.78571rem solid #fff;*/
    /*border-bottom-width: 4.78571rem;*/
    /*border-bottom-style: solid;*/
    /*border-bottom-color: transparent;*/
    /*border-right: 100vw solid #2c0e30;*/
    /*content: "";*/
/*}*/


@media only screen and (max-width: 575px){
    [class*="col-"] {
        margin-bottom: 0.5em;
        margin-top: 0.5em;
    }

    #menu_button{
        display: block !important;
    }
    #top_bar_mobile{
        display: block !important;
    }
    #top_bar_desktop{
        display: none;
    }
    .navbar{
        padding: 0 !important;
    }
    .Banner{
        height: 550px;
    }
}


/*.card-image:before {*/
    /*background-image:  linear-gradient(to top,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%) !important;*/
    /*z-index: 1;*/
/*}*/

.card_zoom .card-image:before  {
    background-image:  linear-gradient(to top,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%) !important;
    z-index: 1;
    pointer-events: none;
}
.card_zoom{
    overflow: hidden;
}

.card-title{

    font-size: 30px !important;
}
.card-text{
    font-size: 30px !important;
}

.main-image{
    margin-top: 1.5em;
    width: 100%;
    height: auto;
    margin-bottom: 1em;
    object-fit: cover;
    box-shadow: 10px 10px 5px #b4b2b2;
    -moz-box-shadow: 10px 10px 5px #b4b2b2;
    -webkit-box-shadow: 10px 10px 5px #b4b2b2;
    -khtml-box-shadow: 10px 10px 5px #b4b2b2;
    border-radius: 20px;
}

/* Slideshow container */
.slideshow-container {
    position: relative;
    margin-bottom: 2em;
    max-width: 70%;

}

/* Hide the images by default */
.mySlides {
    display: none;
    aspect-ratio: 8.088 / 1;
}


/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 10s;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

.main-title{
    /*text-transform: uppercase;*/
    font-size: 3rem;
    font-weight: bolder;
    text-align: left !important;
}

@media only screen and (max-width: 600px) {
    .main-title{
        font-size: calc(1.325rem + .9vw);
    }

}

 .border-left{
     height: 70%;
     position: absolute;
     left: -6px;
     top: 15%;
     border-left: 4px solid  #3198f1 !important;
}

.border-left-section{
    position: relative;
}

.border-left-section::after {
    position:absolute;
    top: 15%;
    left: -10px;
    /*display: block;*/
    height: 70%;
    content: ' ';
    border-left: 4px solid #3198f1 !important;
    opacity: .25;

}


.card.card-style{margin-bottom:20px}
.right-sidebar .card-image{padding:7px;border:1px solid #bbb;}

.card-image .overlay{
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(31 41 53 / 50%);
    z-index: 2;
    cursor: pointer;
}

.right-sidebar .card:hover  .overlay{
    display: unset;
}


.card-image .overlay-text{
    position: absolute;
    border: 1px solid;
    top: 50%;
    left: 50%;
    font-size: 20px;
    padding: 8px;
    color: white;
    white-space: nowrap;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.section_title_border{
    border-bottom: 1px solid #FB9197;
    margin-bottom: 2em;
}

.container table{
    table-layout: fixed !important;
}

.container{
    overflow-x: hidden;
}
