/*********************************************/


/*              GENERAL CSS                  "/
/*********************************************/

.clickable:hover {
    cursor: pointer;
}

u.dot {
    border-bottom: 2.5px dotted #57886b;
    text-decoration: none;
}

.bg-color-header {
    background-color: #e9eef4;
}

.bg-color-footer {
    background-color: #383838;
}

.bg-color-part {
    background-color: #e8e8e8;
}

.txt-color-purple {
    color: #8163ae;
}

.navbar-dark .navbar-brand {
    color: black!important;
}

.bg-color-purple {
    background-color: #8163ae;
}

.bg-color-blue {
    background-color: #5968a3;
}

.bg-color-green {
    background-color: #57886b;
}

.txt-color-purple {
    color: #8163ae;
}

.txt-color-blue {
    color: #5968a3;
}

.txt-color-green {
    color: #57886b;
}

.bg-color-blue-light {
    background-color: #537ea5;
}

.bg-color-blue-dark {
    background-color: #3e55ab;
}

.bg-color-black {
    background-color: #222;
}

.bg-color-gray {
    background-color: #E9E8EF;
}

.bg-color-blue-powder {
    background-color: #bbdaee;
}

.btn-danger {
    color: white!important;
    background-color: #a5537e!important;
    border-color: #a5537e;
}

.bg-danger {
    background-color: #a5537e!important;
    border-color: #a5537e;
}

.table-danger>td {
    background-color: #a5537e!important;
}

.text-danger {
    color: #a5537e!important;
}

.btn-success {
    color: white!important;
    background-color: #7ea553!important;
    border-color: #7ea553;
}

.bg-success {
    background-color: #7ea553!important;
}

.text-success {
    color: #7ea553!important;
}

.btn-warning {
    color: white!important;
    background-color: #a5a353!important;
    border-color: #a5a353;
}

.bg-warning {
    background-color: #a5a353!important;
}

.table-warning>td {
    background-color: #a5a353!important;
    border-color: #a5a353;
}

.text-warning {
    color: #a5a353!important;
}

.hr {
    background-color: purple;
    width: 100%;
    height: 2px;
    margin: 0px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

body {
    /* font-family: "PT Serif"!important;*/
    font-family: "Arial"!important;
    color: #343a40;
    background: #f7f7f7;
    /*letter-spacing: 1px;*/
    font-style: normal;
    line-height: 1!important;
}

a {
    outline: none;
    color: #6C55A3;
    text-decoration: none !important;
}

a:hover {
    color: #53407f;
}

p {
    line-height: 1.9;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #5e62a4;
}

.tb-border {
    border-bottom: 5px solid #5e62a4;
    border-top: 5px solid #5e62a4;
}

.tb-border2 {
    border-bottom: 5px solid #a5537e;
    border-top: 5px solid #a5537e;
}

.nextCourse_title2 {
    line-height: 1.1em;
    height: 2.2em;
    overflow: hidden;
    font-size: 17px;
    font-weight: 800;
    color: #5f5b87;
    text-align: center;
    text-align: end;
}

.nextCourse_detail {
    line-height: 1.1em;
    height: 3.3em;
    overflow: hidden;
    color: black;
}

.otherLinkText {
    line-height: 1.1em;
    height: 5.5em;
    overflow: hidden;
    color: black;
}

.card-title {
    line-height: 1.1em;
    height: 3.3em;
    overflow: hidden;
}

.card-text {
    line-height: 1.1em;
    height: 3.3em;
    overflow: hidden;
}

.course-list-item:hover>.list-item-v1 {
    opacity: 0;
}

.course-list-item:hover>.list-item-v2 {
    opacity: 1;
    z-index: 2;
}

.card-img-top {
    object-fit: cover;
    width: 100%;
    height: 150px;
}

.navbar-dark .navbar-toggler {
    color: black;
    background-color: gray;
}

.list-item-v2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-out 0s;
    z-index: -1;
    height: 100%;
    background-color: lightgray;
    width: 95%;
}

.list-item-v1 {
    z-index: 1;
}


/*********************************************/


/*              UTILITY CSS                  "/
/*********************************************/

.text-sub {
    color: #9b9bae !important;
}

.bg-grey {
    background-color: #F8F6FA !important;
}

.title {
    color: #343a40;
}

.header-colorize {
    font-weight: 700;
    color: #6C55A3;
}

.section {
    padding: 120px 0px 120px 0px;
    position: relative;
}

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

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

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

.right-icon {
    line-height: 0;
    font-size: 19px;
}

.learn-more {
    color: #6C55A3;
    font-weight: 700;
}

.highlight {
    background: rgba(122, 96, 183, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(122, 96, 183, 0.5);
    box-shadow: 0 1px 2px rgba(122, 96, 183, 0.5);
    color: #6c55a3;
    border-radius: 13px;
    display: inline-block;
    padding: .25em .4em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.header-bg {
    padding: 170px 0 140px;
    background-image: url('../../images/app_images/header-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.header-bg .header-small-title {
    letter-spacing: 2px;
}

.header-bg .main-title {
    font-size: 2.8rem;
    line-height: 1.35;
    color: #6C55A3;
}

input,
select {
    background-color: #e7e7e7 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #e7e7e7 inset !important;
}

label {
    font-weight: bold;
}

.mtbn {
    width: 20px !important;
    height: 10px;
}

.form-control {
    height: inherit;
}


/*********************************************/


/*              Courses CSS                  "/
/*********************************************/

.course_list {
    /*max-height: 600px;*/
    overflow-y: auto;
}

.course_item {
    padding: 10px;
    margin-bottom: 10px;
}

.course_active {
    background-color: #d9e7f0;
}

.course_passive {
    background-color: #e7e7e7;
}

.course_item_title {
    font-size: 20px;
    font-weight: 800;
    color: #5f5b87;
}

.underline {
    text-decoration: underline;
    text-underline-position: under;
}

.course_item_detail {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    line-height: 1.1em;
}


/*********************************************/


/*              NAVBAR CSS                  "/
/*********************************************/

#mainNav {
    /*border-bottom: 3px solid purple;*/
}

.navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000…p='round' stroke-miterlimit='10' d='M47h22M4 15h22M423h22'/%3e%3c/svg%3e);
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 0px!important;
}

.nav-item .nav-link {
    text-decoration: none;
    display: inline-block;
}

.nav-item .nav-link :hover {
    color: purple;
}

.navbar-app {
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: transparent;
    padding: 14px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
}

.navbar-brand {
    cursor: pointer;
}

.navbar-app .navbar-nav li a {
    line-height: 26px;
    color: rgba(255, 255, 255, 255);
    font-size: 24px;
    font-weight: 300;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: transparent !important;
    padding: 6px 0;
    margin: 0 20px;
}

.navbar-app .navbar-nav li .nav-link {
    padding-right: 0px!important;
    padding-left: 0px;
    color: black!important;
}

.navbar-app .navbar-toggles {
    font-size: 18px;
    background: 0 0;
    border: 1px solid transparent;
    color: #ffffff;
    outline: 0;
    padding: .26rem .76rem;
}

.navbar-app .navbar-nav li.active a,
.navbar-app .navbar-nav li a:hover,
.navbar-app .navbar-nav li a:active {
    color: black !important;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: black;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #6C55A3;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #fff;
}

.nav-item a {
    color: black;
}


/*
.nav-item a:hover{
  color:#fffa;
}
*/

#mainNav ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
}

.divider::after {
    content: '|';
    padding: 0 1em;
    color: black;
}

#mainNav .divider2::after {
    content: '|';
    padding: 0 1em;
    color: white;
}

@media (max-width: 730px) {
    .divider::after {
        content: '';
        padding: 0 1em;
        color: #fff;
    }
    #mainNav .divider2::after {
        content: '';
        padding: 0 1em;
        color: #fff;
    }
}


/*
@media (max-width: 1385px) {

 .divider::after {
    content: '|';
    padding: 0  0.5em;
    color: black;
  }
  #mainNav .divider2::after {
    content: '|';
    padding: 0  0.3em;
    color: #fff;
  }
}

@media (max-width: 1200px) {

 .divider::after {
    content: '|';
    padding: 0  1em;
    color: black;
  }
  #mainNav .divider2::after {
    content: '|';
    padding: 0  1em;
    color: #fff;
  }
}*/

.fas.fa-bars {
    color: #6C55A3 !important;
}

.sticky-nav.navbar-app .navbar-toggles {
    border: 1px solid transparent;
    padding: .26rem .76rem;
    outline: 0;
}

.sticky-nav.navbar-app {
    margin-top: 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    color: #000000 !important;
}

.sticky-nav.navbar-app .navbar-nav {
    margin-top: 0px;
}

.sticky-nav.navbar-app .navbar-nav li a {
    color: #8a8aa0 !important;
}

.sticky-nav.navbar-app .navbar-nav li.active a,
.sticky-nav.navbar-app .navbar-nav li a:hover,
.sticky-nav.navbar-app .navbar-nav li a:active {
    color: #6C55A3 !important;
}

.navbar-toggler:focus {
    outline: none;
}


/*********************************************/


/*              MAIN PAGE CSS                  "/
/*********************************************/

#mainpage-header-title {
    border-top: dashed 0.5px #666;
    border-bottom: solid 4px #5e62a4;
}

.mainpage-title-padding {
    padding: 5%;
}

#mainpage-title {
    line-height: 1.3;
    width: 40%;
    font-size: 25px;
    font-weight: 400;
    color: #5f5b87;
}

#mainpage-title-image {
    background-image: url('../../images/app_images/header-image2.png');
}

.nextCourse_title {
    line-height: 1.1em;
    height: 4.0em;
    font-size: 19px;
    font-weight: 800;
    color: #5f5b87;
    text-align: center;
}

.mainpage_p {
    line-height: 1.1em;
    height: 5.5em;
}

.nextCourse_small_title {
    font-size: 15px;
    color: #5f5b87;
    padding: 25px;
    font-weight: bolder;
}

.futureCourseItem {
    background-color: #315B80;
    /*#dfddea;/*dbedef*/
    text-align: center;
    padding: 35px;
}

#horizontal_divider {
    height: 2px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    border-top: 1px dashed #000;
    color: #fff;
    background-color: #fff;
    height: 1px;
}

.part-bottom-line {
    height: 8px;
    width: 15%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.img_big_menu {
    height: 70px;
}

#mainpage-website {
    background-color: #537ea5;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    border: solid 3px #537ea5;
    border-radius: 0px 50px 50px 0px;
    text-align: right;
}


/*********************************************/


/*              BUTTONS CSS                  "/
/*********************************************/

.btn {
    border-radius: 10px;
    padding: 12px 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 700;
    font-size: 15px !important;
}

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn.btn-primary {
    color: #ffffff;
    background-color: #5968a3 !important;
    border: 1px solid #5968a3 !important;
    -webkit-box-shadow: 0 4px 20px rgba(94, 98, 255, 0.15);
    box-shadow: 0 4px 20px rgba(94, 98, 255, 0.15);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
    background-color: #5968a3 !important;
    border: 1px solid #5968a3 !important;
    -webkit-box-shadow: 0 3px 10px rgba(94, 98, 255, 0.5);
    box-shadow: 0 3px 10px rgba(94, 98, 255, 0.5);
    color: #ffffff !important;
}


/*********************************************/


/*              LOGIN CSS                  "/
/*********************************************/

.loginbtn {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    border-radius: 10px;
    width: 100%;
}


/*********************************************/


/*              PROFIL CSS                  "/
/*********************************************/

.bg-color-box1 {
    background-color: #b1c3cd!important;
}

.bg-color-box2 {
    background-color: #d9e7f0;
}

.profil_box {
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 10px;
    border: 1px solid #333;
    text-overflow: ellipsis;
    overflow: hidden;
}

div.profil_box i {
    font-size: 40px;
    text-align: center;
    line-height: 1.5;
}

div.profil_box span {
    font-size: 20px;
}

.box-title {
    color: #5f5b87;
    font-size: 1.2em!important;
    font-weight: bold;
    text-overflow: ellipsis;
}

.box-value {
    font-size: 1em!important;
    text-overflow: ellipsis;
}

.row {
    /*padding: 0px;*/
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    /*padding: 0px;*/
}


/*********************************************/


/*              SERVICES CSS                  "/
/*********************************************/

.services-container .services-icon {
    height: 72px;
    width: 72px;
    background: rgba(108, 85, 163, 0.08);
    font-size: 30px;
    display: inline-block;
    border-radius: 50% 50%;
    line-height: 74px;
    text-align: center;
    color: #6C55A3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.services-container .services-title {
    font-size: 1.4rem;
    color: #343a40;
}


/********************************************************************/


/*               ACCOMPLISHED PROJECTS COUNTER CSS                  "/
/*******************************************************************/

.accomplished-counter-icon {
    font-size: 52px;
}

.accomplished-counter-bg .accomplished-counter-box {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.accomplished-accomplished-counter-bg {
    background: #6C55A3;
}

.accomplished-counter-bg .accomplished-counter-bg {
    background-color: #6C55A3;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


/*********************************************/


/*                FORMS CSS                  "/
/*********************************************/

.form-control:focus {
    background-color: #fbfbfb;
    border-color: #6C55A3;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* .form-control {
  background-color: rgba(52, 58, 64, 0.01);
  border: 1px solid rgba(155, 155, 174, 0.3);
  padding: 9px 11px;
  font-size: 14px;
} */

.form-control::-webkit-input-placeholder {
    font-size: 15px;
    color: #9b9bae;
}

.form-control:-ms-input-placeholder {
    color: #9b9bae;
    font-size: 15px;
}

.form-control::-ms-input-placeholder {
    font-size: 15px;
    color: #9b9bae;
}

.form-control::placeholder {
    color: #9b9bae;
    font-size: 15px;
}


/*********************************************/


/*              SECTION PAGE TITLE CSS                  "/
/*********************************************/

#page-header-title {
    border-top: dashed 0.5px #666;
    border-bottom: solid 4px #5e62a4;
}

#page-title {
    line-height: 250px;
    width: 40%;
    font-size: 45px;
    font-weight: 900;
    color: #5f5b87;
}

#page-title-image {
    background-image: url('../../images/app_images/header-image2.png');
}


/*********************************************/


/*              FOOTER CSS                  "/
/*********************************************/

#footer-label {
    font-size: 12px;
    line-height: 1.5;
}

#footer-logo {
    width: 10%;
}

.mbtn {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    border-radius: 0px;
    width: 100%;
}

@media (max-width: 425px) {
    .header-bg .main-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .header-bg {
        padding: 120px 0;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .header-bg {
        background: none !important;
    }
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.btn-lang-1{
    margin-top: -1rem;
    padding:10px 40px;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    background-color:#629376;
    color:#fff;
}
.btn-lang-1:hover, .btn-lang-3:hover{
    color:#fff;
}
.btn-lang-2{
    margin-top:-2.5rem;
    padding:5px 40px;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    background-color:#7A4FB7;
    color:#fff;
    margin-right:10px;
}
.btn-lang-2:hover{
    color:#fff;
}

.btn-lang-3{
    margin-top: -1rem;
    padding:10px 40px;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    color:#fff;
    margin-right:10px;
}
.btn-lang-1:hover{
    color:#fff;
}
@media screen and (min-width: 992px){
    .log-in-out-btn{
        margin-top:-1.75rem;
        padding:5px 40px;
        border-top-left-radius:0px;
        border-top-right-radius:0px;
        border-bottom-left-radius:20px;
        border-bottom-right-radius:20px;
    }
}

.navbtn-dropdown{
    position: relative;
}
.menu-dropdown{
    display: none !important;
    position: absolute;
    background-color: #fff;
    margin-top:0px !important;
    margin-left:-40px !important;
    padding:10px 5px !important;
    border: 1px solid #999;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.menu-dropdown li{
    margin-top:3px;
    line-height: 2;
}
.menu-dropdown>li>a:hover{
    background-color: #5968A3;
    color:#fff;
}
.navbtn-dropdown:hover>.menu-dropdown{
    display: flex !important;
    
}