.header-home {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 80vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btn-header a {
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
}
.btn-header .signIn {
    background-color: #4456e2;
    margin-right: 1rem;;
}
.btn-header .singUp {
    background-color: #f3c461;
}
.btn-header {
    display: flex;
    justify-content: flex-end;
}

#sidebarNav .dropdown-item {
  white-space: normal;
}

.fit-cover {
  object-fit: cover;
}
.cart-menu-btn{
	height: 30px;
	line-height: 28px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	width: 100%;
	font-size: 14px;
	margin-bottom: 10px;
}

.btn-primary:not(label.btn), .btn-primary:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-primary:not([href]), .btn-primary:not([href]):not([href]):not(:disabled):not(.disabled) {
    background-color: #5366f5;
    border-color: #5366f5;
}
.addedToCart{
	background-color: #5366f5;
}
.wishlist-number{
	color: #ffffff;
    font-size: 12px;
    margin-top: -33px;
    margin-left: 10px;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    line-height: 0px;
    text-align: center;
    display: block;
    padding-top: 9px;
    background-color: #5366f5;
}
.cart-number{
	color: #5466f6;
    font-size: 12px;
    margin-top: -30px;
    margin-left: 9px;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    line-height: 0px;
    text-align: center;
    display: block;
    padding-top: 9px;
    background-color: #ffffff;
}
.wishlist-item .active{
	background-color: #5366f5;
}
.by-user{
	font-size: 13px;
	color: gray;
}
.text-13{
	font-size: 13px;
}
.wishlist-heart{
	 font-size: 18px;
	 cursor: pointer;
}
.wishlist-heart-checked{
	color: #5366f5;
}
.cart-plus{
	 font-size: 18px;
	 cursor: pointer;
}
.cart-plus-checked{
	color: #5366f5;
}
.toast-error{
	background-color: #ed4c78;
}
.toast-success{
	background-color: #00c9a7;
}
.toast-info{
	background-color: #09a5be;
}
.toast-warning{
	background-color: #efa046;
}
.slick-center-mode-left {
  margin-left: calc(-1px - ((100vw - 100%) / 2) + 14px) !important;
}

.slick-center-mode-left-offset .draggable {
  padding-left: 5rem;
}
.pagination li{
    border-radius: 10px;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #a3a7b7;
}
.pagination li span{
    background-color: #5366f5 !important;
    color: #fff !important;
    display: block;
    height: 50px;
    width: 50px;
    padding-top: 15px;
}
.pagination li a{
	display: block;
    background-color: #f7faff;
    border-radius: 10px;
    height: 50px;
    width: 50px;
    padding-top: 15px;
    text-align: center;
    color: #677688;
}
.instructor-right-box .instructor-stat-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.instructor-right-box .instructor-stat-box ul li {
    display: inline-block;
    border-left: 1px solid rgba(41,48,59,.25);
    padding: 0 15px;
    text-align: left;
}

.instructor-right-box .instructor-stat-box ul li .small {
    font-size: 86%;
}

.instructor-right-box .instructor-stat-box ul li .num {
    font-size: 24px;
    font-weight: 300;
}
.instructor-left-box .instructor-social ul {
    margin: 0;
    padding: 0;
    margin-top: 25px;
    list-style: none;
}

.instructor-left-box .instructor-social ul li {
    display: inline-block;
    padding: 0 6px;
    font-size: 19px;
}



/*my course page all css*/
section.page-header-area.my-course-area {
    padding-bottom: 0;
}
section.page-header-area.my-course-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}
section.page-header-area.my-course-area ul li {
    display: inline-block;
    margin-right: 30px;
}
section.page-header-area.my-course-area ul li a {
    padding: 0 0 5px;
    border-bottom: 6px solid hsla(0,0%,100%,0);
    color: #5366f5;
    display: block;
}
section.page-header-area.my-course-area ul li.active a,
section.page-header-area.my-course-area ul li a:hover {
    border-bottom-color: #5366f5;
}
section.my-courses-area .my-course-search-bar .input-group {
    width: 220px;
    margin-left: auto;
}
section.my-courses-area {
    padding: 40px 0;
}
.my-courses-area .my-course-search-bar input {
    font-size: 16px;
    padding: 10px 12px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #dedfe0;
}
.my-courses-area .my-course-search-bar .input-group-append button {
    background: #fff;
    border-color: #dedfe0;
    color: #a1a7b3;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.my-courses-area .my-course-search-bar .input-group-append button:hover,
.my-courses-area .my-course-search-bar .input-group-append button:focus,
.my-courses-area .my-course-search-bar input:focus + .input-group-append button {
    background: #5366f5;
    color: #fff;
    border-color: #5366f5;
}
.my-courses-area .row.no-gutters{
    margin-top: 50px;
    margin-left: -10px;
    margin-right: -10px;
}
.my-courses-area .course-box-wrap{
    padding: 0 10px;
}
.my-course-filter-bar.filter-box {
    position: relative;
    padding-top: 30px;
}
.my-course-filter-bar.filter-box >span {
    position: absolute;
    top: 0;
    left: 0;
    color: #686f7a;
    font-size: 13px;
}






.edit-rating-modal .m-progress-bar-wrapper {
    background: #e8e9eb;
}

.edit-rating-modal .m-progress-bar {
    height: 6px;
    background: #a1a7b3;
    border-radius: 0 3px 3px 0;
}
.edit-rating-modal .rating-title {
    font-weight: 300;
    font-size: 24px;
    color: #29303b;
}
.edit-rating-modal .modal-body {
    padding-top: 50px;
    padding-bottom: 50px;
}
.modal-course-preview-box {
    padding-left: 50px;
}
.modal-course-preview-box .card-title {
    line-height: 24px;
    height: 48px;
    color: #505763;
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 18px;
}
.modal-course-preview-box .card-text {
    line-height: 24px;
    height: 48px;
    color: #505763;
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.edit-rating-modal .modal-footer button {
    padding: 16px 12px;
    font-size: 15px;
    line-height: 1.35135;
    border-radius: 2px;
    background-color: #ec5252;
    border-color: #ec5252;
    font-weight: 600;
}
.edit-rating-modal .modal-footer button:hover,.edit-rating-modal .modal-footer button:focus {
    background-color: #992337 !important;
    border-color: #992337 !important;
}
.edit-rating-modal .modal-footer button.previous {
    color: #007791;
    background-color: #fff;
    border-color: #007791;
}
.edit-rating-modal .modal-footer button.previous:hover,.edit-rating-modal .modal-footer button.previous:focus {
    background-color: #e6f2f5 !important;
    border-color: #007791 !important;
}


.your-rating {
    border: none;
    float: left;
}

.your-rating > input {
    display: none;
}
.your-rating > label:before {
    margin: 8px;
    font-size: 40px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    content: "\f005";
    font-weight: 900
}
.your-rating > .half:before {
    content: "\f089";
    position: absolute;
}
.your-rating > label {
    color: #dedfe0;
    float: right;
}
.your-rating > input:checked ~ label,
.your-rating:not(:checked) > label:hover,
.your-rating:not(:checked) > label:hover ~ label {
    color: #f4c150;
}
.your-rating > input:checked + label:hover,
.your-rating > input:checked ~ label:hover,
.your-rating > label:hover ~ input:checked ~ label,
.your-rating > input:checked ~ label:hover ~ label {
    color: #f4c150;
}


.edit-rating-modal .rating{
    margin-bottom: 30px;
    margin-top: 20px;
}
.edit-rating-modal .rating i{
    font-size: 30px;
}
.edit-rating-modal .modal-rating-comment-box textarea{
    width: 100%;
    height: 210px;
    resize: none;
    border-radius: 2px;
}
.edit-rating-modal .modal-rating-comment-box textarea:focus{
    border-color: #76c5d6;
}
/*end my course page all css*/
.hidden{
	display: none;
}
.opacity-8{
	opacity: .8;
}
.opacity-9{
	opacity: .9;
}












/*
my message page
*/
.message_sending_time{
    display: block;
    padding: 5px;
    font-size: 9px;
    color: #a2a0a0;
}
.message-sender-list-box {
    padding-top: 10px;
}
.message-sender-list-box .compose-btn {
    color: #007791;
    background-color: #fff;
    border-color: #007791;
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 2px;
    line-height: 1.35135;
}
.message-sender-list-box .compose-btn:hover,.message-sender-list-box .compose-btn:focus {
    background-color: #e6f2f5;
}
.message-sender-list-box .message-sender-list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0 0 30px 0;
    position: relative;
    max-height: 280px;
    /* height: calc(100vh - 380px); */
    overflow: auto;
}
.message-sender-list-box .message-sender-list .sender-image img {
    height: 24px;
    width: 24px;
    border-radius: 50%;
}
.message-sender-list-box .message-sender-list li {
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-webkit-transition: 0.3s;
    border: 1px solid transparent;
    padding: 15px;
    border-radius: 3px;
}
.message-sender-list-box .message-sender-list li.active,
.message-sender-list-box .message-sender-list li:hover {
    border-color: #fff;
    background-color: #f2f3f5;
}
.message-sender-list-box .message-sender-list .sender-name {
    font-size: 15px;
    font-weight: 700;
    color: #505763;
    margin-left: 15px;
}
.message-sender-list-box .message-sender-list .message-time {
    font-size: 13px;
    color: #686f7a;
}
.message-sender-list-box .message-sender-list .message-sender-head {
    margin-bottom: 10px;
}
.message-sender-list-box .message-sender-list .message-sender-body {
    padding: 0 43px;
    font-size: 13px;
    color: #686f7a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.message-details-box {
    height: 100%;
    background: #fff;
    border-right: 1px solid #dedfe0;
    border-left: 1px solid #dedfe0;
}
.message-details-box .empty-box {
    padding-top: 55px;
}
.message-details-box .message-details .message-header a {
    display: block;
}
.message-details-box .message-details .message-header img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 15px;
}
.message-details-box .message-details .message-header {
    min-height: 65px;
    padding: 10px;
    border-bottom: 1px solid #dedfe0;
    border-top: 1px solid #dedfe0;
}
.message-details-box .message-details .message-footer {
    padding: 10px;
    border-top: 1px solid #dedfe0;
    background: #fff;
}
.message-details-box .message-details .message-content {
    background: #fff;
    padding: 10px;
    overflow: auto;
    min-height: 200px;
    /* height: calc(100vh - 460px); */
}
.message-details-box .message-details .message-content .message-box {
    /* max-width: 400px; */
    min-width: 190px;
    padding: 15px;
    border-radius: 2px;
    margin-bottom: 10px;
    background: #f2f3f5;
    display: inline-block;
    border-radius: 10px;
}
.message-details-box .message-details .message-content .message-box .message {
    white-space: pre-wrap;
    color: #505763;
    font-size: 15px;
    overflow-x: auto;
}
.message-details-box .message-details .message-content .message-box .message-me {
    white-space: pre-wrap;
    word-break: break-word;
    color: #fff;
    font-size: 15px;
    overflow-x: auto;
}
.message-details-box .message-details .message-content .message-box .time-me {
    color: #efefef;
    font-size: 13px;
    margin-bottom: 10px;
}
.message-details-box .message-details .message-content .me .message-box {
    background: rgb(55 122 255);
}
.message-details-box .message-details .message-content .me {
    display: flex;
    justify-content: flex-end;
}
.message-details-box .message-details .message-footer textarea {
    border-radius: 2px;
    min-height: 100px;
}
.message-details-box .message-details .message-footer textarea:focus {
    border-color: #76c5d6;
}
.message-details-box .message-details .message-footer .send-btn {
    color: #fff;
    background-color: #ec5252;
    border-color: #ec5252;
    padding: 11px 12px;
    font-size: 15px;
    border-radius: 2px;
    line-height: 1.35135;
    margin-top: 15px;
    margin-bottom: 25px;
    font-weight: 600;
}
.message-details-box .message-details .message-footer .send-btn:hover,
.message-details-box .message-details .message-footer .send-btn:focus {
    background-color: #992337;
    border-color: #992337;
}

.message-sender-list-box .message-sender-list .sender-image i {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    font-size: 11px;
    line-height: 21px;
    text-align: center;
    border: 1px solid #adadad;
    color: #adadad;
}

.new-message-details .message-header {
    min-height: 65px;
    padding: 10px;
    border-bottom: 1px solid #dedfe0;
}
.new-message-details .message-header span {
    font-weight: 700;
    color: #29303b;
    vertical-align: middle;
}
.new-message-details .message-header i {
    font-size: 17px;
    height: 40px;
    width: 40px;
    line-height: 37px;
    text-align: center;
    border: 1px solid #adadad;
    border-radius: 50%;
    color: #adadad;
    margin-right: 15px;
    margin-left: 10px;
}
.new-message-details .message-body {
    padding: 10px;
}
.new-message-details .message-body .cancel-btn {
    border: none;
    background: no-repeat;
    color: #007791;
}
.new-message-details .message-body textarea {
    min-height: 100px;
    border-radius: 2px;
    border-color: #cacbcc;
}
.new-message-details .message-body textarea:focus {
    border-color: #76c5d6;
}





/*purchase history list*/
/*
purchase History page
*/
section.purchase-history-list-area {
    padding: 30px 0 50px;
}
.purchase-history-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.purchase-history-list li {
    border-bottom: 1px solid #f2f3f5;
    padding: 10px 0;
    font-size: 12px;
}
.purchase-history-list .purchase-history-list-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.purchase-history-list .purchase-history-course-img {
    float: left;
}
.purchase-history-list .purchase-history-course-img img{
    width: 135px;
    margin-right: 15px;
    height: auto;
}
.purchase-history-list .purchase-history-course-title {
    font-weight: 600;
    font-size: 16px;
}
.purchase-history-list .purchase-history-course-title:hover {
    color: #003845;
}
.purchase-history-list .purchase-history-detail .btn-receipt {
    color: #5366f5;
    background-color: #fff;
    border: 1px solid #5366f5;
    padding: 2px 8px;
    font-size: 13px;
    line-height: 1.35135;
    border-radius: 2px;
}
.purchase-history-list .purchase-history-detail .btn-receipt:hover,
.purchase-history-list .purchase-history-detail .btn-receipt:focus {
    color: #fff;
    background-color: #5366f5;
}

.purchase-history-list .purchase-history-items {
    background-color: #fff;
    padding: 15px;
    border-bottom: 1px solid #efefef;
}
.height-200{
    height: 200px;
}
.cookieConsentContainer{
    opacity: .9;
    display: block;
    display: none;
}
.min-w-245{
    min-width: 245px;
}
.min-w-270{
    min-width: 270px;
}
.min-w-350{
    min-width: 350px;
}
.visibility-hidden{
     visibility: hidden;
}
.ajax-model-body{
    height:500px;
    overflow:auto;
}
.height-5-px{
    height: 5px;
}
.height-120-px{
    height:120px;
}





/*Bundle css*/
.cursor-pointer{
    cursor: pointer;
}
.bundle-slider {
    background-color: #fff;
    box-shadow: 0px 15px 20px -5px #00000052;
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: 5000px;

    /* approximate max height */
    box-sizing: border-box;
    transition-property: all;
    transition-duration: 2s;
    transition-timing-function: ease;
    position: absolute;
    z-index: 500;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-left: -24px;
}
 .bundle-slider.closed {
     max-height: 0;
     transition-property: all;
    transition-duration: 0s;
    transition-timing-function: ease;
}
.mini-text{
    font-size: 10px;
}
.text-15{
    font-size: 15px;
}
.bg-e1eaff{
    background-color: #e1eaff;
}
.font-size{
    font-size: 70px;
}

/* Upload Documents */
#pdf-preview {
    overflow: auto;
    border: 8px solid #377dff;
    border-radius: 8px;
    border-image: linear-gradient(45deg, #377dff, turquoise) 1;
}
#canvas_label {
    background-color: #377dff;
    color: white;
    border-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 14px;
}

#canvas_container::-webkit-scrollbar-track {
    border: 4px solid white;
    background-color: #377dff;
}
#canvas_container::-webkit-scrollbar {
    width: 6px;
    background-color: #377dff;
}
#canvas_container::-webkit-scrollbar-thumb {
    background-color: #add8e6;
    /* border-radius: 8px; */
}

.upload_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload_wrapper .file-upload {
    height: 200px;
    width: 200px;
    border-radius: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #fff;
    overflow: hidden;
    background-image: linear-gradient(to bottom, #377dff 50%, #fff 50%);
    background-size: 100% 200%;
    transition: all 1s;
    color: #fff;
    font-size: 100px;
}
.upload_wrapper .file-upload input[type='file'] {
    height: 200px;
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.upload_wrapper .file-upload:hover {
    background-position: 0 -100%;
    color: #377dff;
}
#upload-document-error {
    color: red;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 30px;
    height: 25px;
    position: relative;
    /* margin: 50px auto; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 8px;
}

#nav-icon3 span:nth-child(4) {
    top: 16px;
}

#nav-icon3.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}


@media(min-width: 768px) {
  .course-image img{
      height: 300px;
      object-fit: cover;
  }
}

.legend-course{
    font-style: italic;
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: -5px;
}
.legend-course.color-purple{
    color: #5366f5;
}

.btn-wishlist{
    border-radius: 50%;
    border: 1px solid #5366f5;
    padding: 10px 14px;
    background-color: #fff;
}
.btn-wishlist i{
    color: #5366f5;
}
.btn-wishlist.active,
.btn-wishlist:hover {
    background-color: #5366f5;
}
.btn-wishlist.active i,
.btn-wishlist:hover i{
    color: #fff;
}

.btn-orange{
    color: #E7863B;
    border-color: #E7863B;
}
.btn-orange{
    color: #E7863B;
    border-color: #E7863B;
}
.btn-outline-info.btn-orange:hover {
    color: #fff;
    background-color: #E7863B;
    border-color: #E7863B;
}

.stars i {
    font-size: 20px;
    color: #e7eaf3;
}

.top-course .container-top-course .nav-tabs {
    width: max-content;
    height: 90px;
}

.top-course .container-top-course  .nav-tabs .nav-item {
    margin: 1rem;
}

.top-course .container-top-course  .nav-tabs .nav-link {
    background-color: #fff;
    padding: 0 23px 0 10px;
    border-radius: 5px;
}

.top-course .container-top-course  .nav-tabs .nav-item i{
    background-color: #eeefff;
    padding: 15px;
    border-radius: 5px;
}

.top-course .container-top-course .nav-tabs div {
    color: #5366f5;
    border-bottom-width: 0.0625rem;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    padding: 10px 0;
    margin-bottom: -0.09375rem;
}

.top-course .container-top-course  .nav:not(.nav-pills) .nav-link.active {
    background-color: #5366f5;
}

.top-course .container-top-course  .nav:not(.nav-pills) .nav-link.active div {
    color: #ffffff;
}

.top-course .container-top-course  .nav:not(.nav-pills) .nav-link.active i {
    color: #5366f5;
    background-color: #ffffff;
}

.new-card{
    padding: 15px;
    border-radius: 0.3125rem;
}

.new-card .card-img-top {
    border-radius: 0.3125rem;
}

.img-card {
    position: relative;
}

.img-card small {
    position: absolute;
    top: 10px;
    left: 15px;
    border-radius: 5px;
    padding: 3px 8px;
}
.img-card small a{
    color: #fff;
}

.scroll-inner{
    overflow-y: hidden;
    overflow-x: auto;
    margin-bottom: 1.8rem;
}

.scroll-inner::-webkit-scrollbar {
    width: 10px;
}

.scroll-inner::-webkit-scrollbar:horizontal {
    height: 3px;
}

.scroll-inner::-webkit-scrollbar-track {
    background-color: rgba(83, 102, 245, 0.3);
}

.scroll-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(83, 102, 245, 0.5);
    box-shadow: inset 0 0 6px rgba(83, 102, 245, 0.5);
}

.information{
    position: absolute;
    bottom: -16px;
    right: 12px;
    width: 45px;
    height: 45px;
}

.information img{
    width: 100%;
}

.card.new-card .small,
.card.new-card h4{
    color: #5366f5;
}

.discover-training{
    background-color: #5366f5;
    position: relative;
}

.discover-training img {
    width: 100%;
}

.discover-training p,
.discover-training h2 {
    color: #fff;
}

.discover-training-body{
    padding-right: 85px;
}

.discover-training .btn-white {
    background-color: #fff;
    color: #5366f5;
    font-weight: bold;
}

.discover-training-img {
    position: absolute;
    bottom: -27px;
    right: 28px;
}

.new_platform .card{
    padding: 55px 35px;
    overflow: hidden;
    position: relative;
}

.new_platform .card h4 {
    color: #5366f5;
    font-weight: bold;
}

.new_platform .card img{
    z-index: 1;
}

.new_platform .bg-color{
    height: 350px;
    width: 350px;
    position: absolute;
    bottom: -187px;
    right: -162px;
    border-radius: 50%;
}

.new_platform .bg-color.bg-bleu{
    background-color: #465aef;
}

.new_platform .bg-color.bg-yellow{
    background-color: #f4c560;
}

.new_platform .bg-color.bg-orange{
    background-color: #e7863b;
}

.innovative_platform img{
    width: 100%;
}

.btn-blue{
    background-color: #5366f5;
    color: #fff;
    font-weight: bold;
}

.bg-footer{
    background-color: #5366f5;
}

.bg-footer .btn-soft-secondary,
.bg-footer .nav-item,
.bg-footer h5,
.bg-course.bg-blue p,
.bg-footer .nav .nav-link {
    color: #fff;
}
.bg-footer .nav .nav-link {
    width: max-content;
}

.bg-footer .nav-item {
    font-size: 0.875rem;
}

.bg-footer .hs-unfold{
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 12px
}

.bg-footer .btn-soft-secondary:hover, .bg-footer .btn-soft-secondary:focus, .bg-footer .btn-soft-secondary:active, .bg-footer .btn-soft-secondary.active {
    color: #fff;
    background-color: #71869d00;
    box-shadow: 0 4px 11px rgb(113 134 157 / 10%);
}

.navbar-nav-item:hover .nav-link{
    color: #f3c461 !important;
}

.container-top-course{
    padding: 0 140px;
}

.bg-course {
    position: relative;
    z-index: 1;
}

.bg-blue{
    background-color: #5366f5;
}

.btn-yellow{
    background-color: #F4C560;
    border-color:#F4C560;
    color: white;
    padding: 0.5rem;
}
.top-btn{
    border-radius: 33px;
    padding: -1rem;
}
#stickyBlockStartPoint{
    padding-top: 64px;
}

.btn.btn-blue:hover {
    color: #5466f6;;
    background-color: #fff;
    border-color: #5466f6;
}

/* #demosMegaMenu{
    margin-top: -20px;
} */

article .card.bg-img-hero img{
    border-radius: 10px;
}

.passionate-teams{
    position: relative;
    overflow: hidden;
}

.passionate-teams .designer-working img{
    width: auto;
    max-width: 55%;
}

.passionate-teams .graphic-designers img{
    max-height: 178px;
    width: auto;
    margin: 0 0 55px 65px;
}

.passionate-teams .passionate-teams-body {
    position: absolute;
    right: 4rem;
    top: 4rem;
    width: 63%;
    padding: 250px 90px 135px 90px;
    background-color: #5366f5;
    z-index: -1;
}

.passionate-teams .passionate-teams-body h2,
.passionate-teams .passionate-teams-body p{
    color: white;
}

.passionate-teams .img-passionate-teams img{
    position: absolute;
    bottom: -29px;
    right: 22px;
    width: 129px;
}

.bg-bleu{
    background-color: #5366f5;
    color: white;
}

.adapted_solutions h2,
.adapted_solutions h4{
    color: #fff;
}

.adapted_solutions h4{
    padding: 10px 0;
}

.key_figures .card {
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.key_figures .card img{
    margin-right: 30px;
}

.key_figures .card p{
    color: #677788;
    font-weight: bold;
    margin-bottom: 0;
}

.try_winalearn {
    background-image: url("../img/us/try_winalearn.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0;
    border-radius: 35px;
}

.try_winalearn h2,
.try_winalearn p{
    color: #fff;
    padding: 20px 10px;
}

.adapted_training{
    position: relative;
}

.career-opportunities{
    background-image: url("../img/private/career-opportunities.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 4rem;
    position: relative;
}

.career-opportunities h2,
.career-opportunities p{
    color: #fff;
}

.career-opportunities h2,
.career-opportunities p{
    color: #fff;
}

.career-opportunities-img img{
    height: 200px;
    position: absolute;
    right: 150px;
    bottom: -40px;
}

.management_software{
    position: relative;
}

.management_software .bg_blue{
    position: absolute;
    background-color: #5366f5;
    border-radius: 30px;
    width: 60%;
    height: 82%;
    top: 4rem;
    left: 4rem;
}

.card_management_software{
    background-color: #fff;
    box-shadow: 4px 3px 7px #DFE2F780;
    border-radius: 30px;
    padding: 40px;
    margin: 20px 80px;
}

.plante_management_software img{
    position: absolute;
    bottom: 0;
    left: 115px;
    height: 227px;
    z-index: 1;
}

.platform .card{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    margin: 20px 0;
    border-radius: 10px;
    padding: 20px;
}

.platform .card img{
    height: 84px;
    width: auto;
    margin-right: 15px;
}

.platform .card p{
    font-weight: 600;
}

@media screen and (max-width: 1440px) {
    .passionate-teams .img-passionate-teams img{
        display: none;
    }
    .passionate-teams{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .graphic-designers{
        display: none;
    }
    .passionate-teams .passionate-teams-body{
        padding: 40px;
        position: relative;
        top: 0;
        right: auto;
    }
    .passionate-teams .designer-working img {
        max-width: 100%;
    }

}

@media screen and (max-width: 1024px) {
    .passionate-teams{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .management_software .bg_blue,
    .plante_management_software,
    .graphic-designers{
        display: none;
    }
    .passionate-teams .passionate-teams-body{
        padding: 40px;
        position: relative;
        top: 0;
        right: auto;
    }
    .container-top-course {
        padding: 0 40px;
    }
    .card_management_software {
        margin: 20px;
    }

}

@media screen and (max-width: 991px) {
    .passionate-teams{
        flex-direction: column;
    }
    .passionate-teams .passionate-teams-body {
        width: 90%;
    }
    .header-home {
        height: 40vh;
    }
    .discover-training-body{
        padding-right: 10px;
    }

    .career-opportunities-img img,
    .discover-training-img{
        display: none;
    }

    #stickyBlockStartPoint {
        padding-top: 0;
    }
    .container-top-course{
        padding: 0 10px;
    }
    #header .btn-header {
        justify-content: center;
    }
    .discover-training{
        padding-bottom: 20px;
    }

    .new_platform .card {
        margin: 10px 0;
    }

    #navBar{
        background-color: #5062e8;
    }
    .navbar-expand-lg .nav-link{
        justify-content: center;
    }
}
@media screen and (max-width: 425px) {
    .card_management_software {
        margin: 0px;
        margin-top: 30px;
    }

    .management_software.space-3{
        padding-bottom: 3rem !important;
        padding-top: 3rem !important;
    }

    .career-opportunities{
        padding-left: 2rem;
    }
}