@font-face {
	font-family: 'dinnext-r';
	src: url('../fonts/DINNextLTW23-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DINNextLTW23-Regular.woff') format('woff'),
		url('../fonts/DINNextLTW23-Regular.ttf') format('truetype'),
		url('../fonts/DINNextLTW23-Regular.svg#DINNextLTW23-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'dinnext-m';
	src: url('../fonts/DINNextLTW23-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DINNextLTW23-Medium.woff') format('woff'),
		url('../fonts/DINNextLTW23-Medium.ttf') format('truetype'),
		url('../fonts/DINNextLTW23-Medium.svg#DINNextLTW23-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'dinnext-b';
	src: url('../fonts/DINNextLTW23-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DINNextLTW23-Bold.woff') format('woff'),
		url('../fonts/DINNextLTW23-Bold.ttf') format('truetype'),
		url('../fonts/DINNextLTW23-Bold.svg#DINNextLTW23-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*General css*/

body{
    font-family:'dinnext-r';
    background-color: #fff;
	text-align: right;
    line-height: 1.5em;
    position: relative;
    color: #383838;
    font-size: 16px;
}
a{
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
	color: #104e9b ;
}
a:hover{
    text-decoration: none;
	color: #383838 ;
}
h1,h2,h3,h4,h5,h6{
    font-family:'dinnext-b';
    /* font-weight: bold; */
    margin: 0;
}
button:focus,
.form-control:focus{
    outline: 0; 
    box-shadow: none; 
    border-color: #104e9b;
}
img {
	max-width: 100%;
	max-height: 100%;
}
ul,ol,p
{
    padding: 0;
    margin: 0;
}
p{line-height: 30px;}
.btn:focus{box-shadow: none;}
.a-link,
.a-link-white {
    padding: 10px 22px 13px;
    background: #104e9b;
    border: 1px solid #104e9b;
    border-radius: 10px;
    font-size: 18px;
    color: #FFF;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-transition: all 0.5s ease-in-out;
}
.a-link:hover {
    background-color: #FFF;
    color: #104e9b;
}
.a-link-white {
    background-color: #FFF;
    color: #383838;
}
.a-link-white:hover {
    background-color: #104e9b;
    color: #FFF;
}
.main-color {color: #104e9b;}
.dropdown-menu{text-align: center;}
.dropdown-toggle::after {
    margin: 0 3px 0 3px;
    vertical-align: middle;
}
.dropdown-item.active, 
.dropdown-item:active{background-color: #104e9b;}
input.form-control:focus,
textarea.form-control:focus  {
    border-color: #104e9b !important;
    outline: 0;
    box-shadow: none;
}

.video-playlist::-webkit-scrollbar ,
body::-webkit-scrollbar ,
.navbar-collapse::-webkit-scrollbar,
.view-course .nav-pills::-webkit-scrollbar {
    width: 7px;
} 
body::-webkit-scrollbar-track,
.navbar-collapse::-webkit-scrollbar-track ,
.view-course .nav-pills::-webkit-scrollbar {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.video-playlist::-webkit-scrollbar-thumb ,
body::-webkit-scrollbar-thumb,
.navbar-collapse::-webkit-scrollbar-thumb  {
  background-color: #104e9b;
  outline: 1px solid #104e9b;
  border-radius: 20px;
}
.video-playlist::-webkit-scrollbar-track {
    background-color: #fff;
}
.video-playlist::-webkit-scrollbar-thumb{
  border-radius: 0;
  border: 1px solid #FFF;
}
::selection {
  background: #104e9b; /* WebKit/Blink Browsers */
	color: #fff;
}
::-moz-selection {
  background: #104e9b; /* Gecko Browsers */
	color: #fff;
}
*:focus {
    outline: none;
}
.social ul{
    display: flex;
    justify-content: center;
}
.social li {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
}
.social li a{
    color: #FFF;
    background: #47201E;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}
.social li a.phone:hover{background: #25d366;}
.social li a.linked:hover{background: #0077b5;}
.social li a.pinterest:hover{background: #bd081c;}
.social li a.twitter:hover{background: #1da1f2;}
.social li a.facebook:hover{background: #3b5998;}

/* start top header*/
.top-header {
    background-color: #383838;
    padding: 18px 0;
    font-size: 14px;
    color: #FFF;
}
.top-header .row {align-items: center;}
.top-header .login-buttons > li {
    position: relative;
    margin-left: 16px; /*en*/
    display: flex;
    align-items: center;
}
.top-header .login-buttons > li::after {
    content: '|';
    position: absolute;
    top: 0;
    left: -9px; /*en*/
    color: #969696;
}
.top-header .login-buttons > li:last-of-type::after {display: none;}
.top-header li a{
    color: #fff;
    white-space: nowrap;    
}
.top-header li a:hover {color: #24b9eb;}
.top-header .social li a {
    font-size: 14px;
    width: auto;
    height: auto;
    background-color: transparent;
}
.top-header .social li a:hover {
    background-color: transparent;
    color: #104e9b;
}
.top-header .contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top-header .contact li {
    margin-left: 25px; /*en*/
}
.top-header .contact li:last-of-type {
    margin-left: 0; /*en*/
}
.top-header .contact li i {
    margin-right: 7px; /*en*/
}
.main-header { 
    padding: 18px 0 ;
}
.header-fixed
{
    box-shadow: 0 4px 2px -2px #104e9b;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
    padding: 5px 0;
    background-color: #FFF;
}
.main-header .row{align-items: center;}

.main-header .logo{
    height: 120px;
    width:100px;
}
.nav-bar .navbar-light .navbar-nav .nav-link{
    padding: 0 11px;
    color: #383838;
    font-size: 15px;
    position: relative;
}
.nav-bar .navbar-light .navbar-nav .active>.nav-link {font-weight: bold;}
.nav-bar .navbar-light .navbar-nav .nav-link:hover::before,
.nav-bar .navbar-light .navbar-nav .active>.nav-link::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #104e9b;
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.navbar-expand-lg .navbar-collapse{justify-content: center;}
.nav-bar .navbar-light .navbar-nav .active>.nav-link,
 .navbar-light .navbar-nav .nav-link.active,
.nav-bar .navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link,
.nav-bar .navbar-light .navbar-nav .nav-link:hover{
    color: #104e9b;
}
.nav-bar-light .navbar-toggler{border: none;}

.close-nav{
	position: absolute;
	top: 19px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-size: 25px;
    display: none;
}
.close-nav:hover{color: #104e9b;}
.cta
{
    height: 50px;
    width: 50px;
    cursor: pointer;
}
.toggle-btn
{
    height: 2px;
    width: 25px;
    background-color: #104e9b;
    position: relative;
    top: 50%;
    left: 0;
    margin: auto;
    transition: all 0.3s ease-in-out; 
}
.toggle-btn:before
{
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 -10px 0 0 #104e9b;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
 }
.toggle-btn:after 
{
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 10px 0 0 #104e9b;
    position: absolute;
    top: 0;
    left: 0; 
    transition: all 0.3s ease-in-out;                                                                                                                                                                                                   
}
.search-box .input{margin: 0;}

.dropdown .dropdown-menu{
    box-shadow: 0px 0px 20px #104e9b26;
    border-radius: 15px;
    background: #FFF;
    border: 0;
    padding: 0;
    margin: 0;
    min-width: 270px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
}
.dropdown .dropdown-item
{
    text-align: center;
    border-bottom: 1px solid #104e9b;
    padding: 15px;
}
.dropdown .dropdown-item:first-of-type{
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
}
.dropdown .dropdown-item:last-of-type{
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    border-bottom: 0;
}
.dropdown .dropdown-item:hover{
    color: #fff;
    background-color: #104e9b;
}

/*start main-slider*/
.main-slider{
    background: #104e9b url('../img/header.png') no-repeat;
    background-size: cover;
    height: 700px;
    position: relative;
}
.main-slider .caption
{
    width: 50%;
    padding-top: 100px;
}
.main-slider .caption p {
    font-size: 29px;
    color: #FFF;
    margin-bottom: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 43px;
}
.main-slider .statistical {
    background-color: rgba(16, 78, 155, 0.7);
    padding: 25px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #FFF;
}
.main-slider .statistical-box {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.main-slider .statistical-box span 
{
    display: block;
    font-size: 30px;
    margin: 7px 0;
    font-weight: bold;
}
.main-slider .statistical-box p
{
    font-size: 22px;
}

.s-head {
    text-align: center;
    position: relative;
}
.s-head h2 {
    font-size: 25px;
    margin-bottom: 7px;
}
.s-head::before{
    content: '';
    display: block;
    width: 7%;
    height: 3px;
    background: #104e9b;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
    margin-top: 5px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
}
/*start upcomming course section*/
.upcomming-courses {padding: 70px  0;}
.upcomming-courses .course-title-info h5{
    font-size: 18px;
    line-height: 30px;
}
.upcomming-courses .a-link.about-instructor{
    margin-right: 90px;
}
.upcomming-courses .video-playlist{
    border: 1px solid #104e9b;
    background-color: #fff;
    /*height: 750px;*/
    overflow-y: auto;
}
.upcomming-courses .video-playlist .unit-title h5 {
    font-size: 18px;
    color: #fdfdfd;
    padding: 15px 20px;
    background-color: #104e9b;
    /*border-top: 2px solid rgba(255, 255, 255, 0.45);*/
    /*border-bottom: 2px solid rgba(0, 0, 0, 0.05);*/
}
.upcomming-courses .video-playlist .playlist-item {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
.upcomming-courses .video-playlist .playlist-item.active{
    background-color: rgba(16, 78, 155, 0.15);
}
.upcomming-courses .video-playlist .playlist-item *{
    color: #104e9b;
}
.upcomming-courses .video-playlist .playlist-item .video-icon{
    width: 25px;
}
.upcomming-courses .video-playlist .playlist-item h6{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
}
.upcomming-courses .video-container .video-js{
    width: 100%;
    /*height: 100%;*/
    /*object-fit: contain;*/
    /* background-color: #000; */
    border-radius: 0;
}
.course-slide {
    display: -ms-grid;
    display: grid;
    margin:70px 6px;
    min-height: 480px;
    max-height: 600px;
    background-color: #FFF;
    position: relative;
    -webkit-box-shadow: 0px 3px 10px #00000029;
            box-shadow: 0px 3px 10px #00000029;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.course-slide .dept {
    position: absolute;
    top: 0;
    left: 0;/*en*/
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    font-weight: bold;
    font-size: 18px;
    border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -ms-border-radius: 10px 0 0 0;
    -o-border-radius: 10px 0 0 0;
    z-index: 88;
}
.course-slide:hover img {
    transform: scale(1.1) rotate(-2deg);
    opacity: 0.5;
}
.course-slide .img {
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 220px;
}
.course-slide .img img{
    border-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.course-slide .course-text {padding: 25px;}
.course-slide .title {
    width: 100%;
    font-family: 'dinnext-b';
}
.course-slide .desc {
    color: #707070;
    margin: 16px 0 10px;
    word-break: break-word;
    height: 100px;
    overflow: hidden;
}

.course-slide .info {
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: flex-start;
}
.course-slide .info figure{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 0;
}
.course-slide .info img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.course-slide .info span {
    font-family: 'dinnext-b';
    margin: 0 7px;
}
.course-slide .info .a-link-white {
    padding: 5px 34px 9px;
    border: 1px solid #104e9b;
    color: #104e9b;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.course-slide .info .a-link-white:hover {
    color: #FFF;
}
.course-slide .course-price {
    border-top: 1px solid #DDDDDD;
    text-align: center;
    margin-top: 20px;
    padding-top: 14px;
    position: relative;
}
.course-slide .course-price span {
    font-family: 'dinnext-b';
    color: #104e9b;
}
.course-slide .course-price .offer {
    position: absolute;
    right: -25px;
    background: #104e9b;
    padding: 10px;
    top: 0;
    height: 64px;
    border-radius: 0 0 15px 0;
    display: flex;
    align-items: center;
    color: #FFF;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-]{
    width: 40px;
    height: 40px;
    background: #FFF;
    border-radius: 50%;
    margin: 5px 8px;
    color: #383838;
    transition: all 0.5s ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 3px 10px #00000029;
    
}
.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: #104e9b;
    border-color: #104e9b;
    color: #FFF;
    text-decoration: none;

}
.owl-carousel.owl-theme .owl-nav .owl-next {
    left: -50px; /*en*/
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
    right: -50px; /*en*/
}
.owl-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.owl-carousel.owl-theme .owl-dots .owl-dot {
    width: 17px;
    height: 17px;
    background: #FFF;
    opacity: 1;
    border: 1px solid #383838;
    margin: 0 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active{
    background-color: #104e9b;
    border-color: #104e9b;
    box-shadow:  inset 0px 0px 3px 3px #FFF;
}

/*start current course section*/
.current-courses {background-color: #F5F5F5;}

/*start free course section*/
.free-courses {position: relative;}
.free-courses  .bg-img {
    position: absolute;
    top: 20%;
    left: 0;
}
.free-courses  .s-head {
    margin-bottom: 70px;
}
.free-courses  .course-slide{
    margin: 0 0 30px  0;
}

/*start why us section*/
.why-us {
    background-color: #F5F5F5;
    padding: 70px 0;
}
.why-us .s-head {margin-bottom: 70px;}
.features .feature {
    display: flex;
    margin-bottom: 70px;
    padding: 10px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.features .feature:hover {
    background-color: #104e9b;
    color: #FFF;
}
.features .feature:hover .icon {background-color: #383838;}
.features .feature .icon {
    width: 95px;
    height: 95px;
    background-color: #104e9b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.features .feature .feat-text {
    margin-right: 15px; /*en*/
    width: 78%;
}
.features .feature h6 {
    font-size: 18px;
    margin-bottom: 18px;
}
.features .feature p {width: 70%;}

/*start blogs section*/
.blogs {
    padding: 70px 0;
    background: #FFF url('../img/blog-bg.png');
    background-size: cover;
}
.blogs .s-head {margin-bottom: 70px;}
.blogs .s-head .all-blogs {
    font-size: 25px;
    font-family: 'dinnext-b';
    position: absolute;
    left: 0; /*en*/
}
.blog-card {
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 3px 10px #00000029;
    margin-bottom: 25px;
    background-color: #FFF;
}
.blog-card .blog-head {
    display: flex;
    justify-content: space-between;
}
.blog-card .blog-head .text {
    padding: 25px 25px 0 25px;
    width: 50%;
}
.blog-card .blog-head .text a {
    font-size: 18px;
    color: #383838;
    font-family: 'dinnext-b';
    display: block;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.blog-card .blog-head .text a:hover {color: #104e9b;}
.blog-card .blog-head .time-count {
    display: flex;
    margin-top: 40px;
    border-bottom: 1px solid #E3DDDD;
    padding-bottom: 25px;
}
.blog-card .blog-head .counter {
    font-family: 'dinnext-b';
    color: #104e9b;
    display: block;
    font-size: 25px;
    margin-left: 10px; /*en*/
}
.blog-card .blog-head .blog-img {width: 50%;}
.blog-card .blog-head .blog-img img {
    height: 131px;
    /* width: 248px; */
    width: 100%;
}
.blog-card .blog-body {
    padding: 25px;
}
.blogs .blog-post .post-img img{
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.img-overlay{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
}
.blogs .blog-post .img-overlay{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.blogs .blog-post .img-overlay h1{
    color: #FFF;
    font-size: 50px;
    text-align: center;
    padding-bottom: 40px;
}
.blogs .blog-post .share-badges{
    margin: 120px 0 90px 0;
}
.blogs .blog-post .badge-accent{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #fecb7b;
    line-height: 60px;
    margin: 0 8px;
}
.blogs .blog-post .share-badges i{
    color: #FFF;
    font-size: 30px;
    font-weight: normal;
}
.blogs .blog-post .share-badges i.fa-share-alt{
    font-weight: 900;
}
.blogs .blog-post .post-content{
    border: 1px solid #fecb7b;
    border-radius: 50px;
    padding: 70px 60px;
    margin: 0 90px;
}
.blogs .blog-post .post-content p{
    color: #707070;
    font-size: 20px;
    margin-bottom: 25px;
}
.input{
    position: relative;
    margin-bottom: 1rem;
}
.input .form-control{
    height: 50px;
    padding-right: 50px; /*en*/
    border-radius: 25px;
    border-color: #C9C9C9;
    color: #104e9b;
}
.custom-file-label::after{
    left: 0;
    right: unset;
}
.form-label {
	position: absolute;
	top: 17px;
	right: 40px; /*en*/
	color: #C9C9C9;
	cursor: text;
    transition: all .15s ease-in-out 0s;
    background-color: #FFF;
    padding: 0 10px;
    opacity: 0;
    margin: 0;
}
.form-control:focus ~ .form-label {
	top: -12px;
    right: 40px; /*en*/
    cursor: pointer;
    opacity: 1;
    color: #000;
}
.form-control:focus::placeholder{color: #104e9b;}
.input > img{
    position: absolute;
    top: 50%;
    right: 15px; /*en*/
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    filter: grayscale(1);
}
.input .graycale{filter: grayscale(0);}

.footer {
    padding: 40px 0 40px 0;
    background: #383838 url('../img/footer-bg.png') no-repeat;
    background-size: cover;
}
.join-footer{
    margin-top: 90px;
    padding: 160px 0 40px 0;
}
.footer .join-trainer {
    background-color: #104e9b;
    color: #FFF;
    width: 70%;
    text-align: center;
    margin: -250px auto 70px auto;
    position: relative;
    padding: 24px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.footer .join-trainer h3 {
    font-size: 30px;
}
.footer .join-trainer h4 {
    font-size: 20px;
    margin: 40px 0;
}
.footer .join-trainer .a-link-white {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid #104e9b;

}
.footer .join-trainer .a-link-white:hover {
    border-color:  #FFF;
}
.footer .join-trainer img {
    position: absolute;
    bottom: -18px;
    left: -24px; /*en*/
}

/* Start scubscribe form in footer */
.footer .subscribe h4{
    color: #fff;
    margin-bottom: 20px;
}
.footer .subscribe form .form-control{
    height: 49px;
}
/* End scubscribe form in footer */

.footer .footer-logo img{
    height: 140px;
    filter: grayscale(1) brightness(0) invert(1);
}

.footer .footer-logo p {
    color: #FFF;
    font-size: 20px;
    margin: 24px 0 30px 0;
}
.footer .social ul {
    justify-content: flex-start;
    flex-wrap: wrap;
}
.footer .social li a {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}
.footer .social li a.youtube {background: #FE0002;}
.footer .social li a.instagram {background: #BB3080;}
.footer .social li a.linked {background: #0077b5;}
.footer .social li a.google{background: #bd081c;}
.footer .social li a.twitter {background: #1da1f2;}
.footer .social li a.facebook {background: #3b5998;}
.footer .social li a:hover {opacity: 0.5;}
.footer .footer-links h6 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #FFF;
}
.footer .footer-links li a {
    display: block;
    color: #FFF;
    font-size: 18px;
    margin-bottom: 16px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.footer .footer-links li a:hover {color: #24b9eb;}
footer .copyrights{
    padding: 10px 0;
    background-color: #104e9b;
}
footer .copyrights p{
    color: #FFF;
    font-size: 18px;
}
footer .copyrights a{color: #FFF;}
footer .copyrights a:hover{color: #383838;}
footer .copyrights .ibtdi{text-align: left;}
.over-search {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 39;
    display: none;
}
.over-nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 39;
    display: none;
}
.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 9999;
}
.loading:before {
    content: '';
    position: absolute;
    top: 30%;
    text-align: center;
    right: 0;
    left: 0;
    margin: auto;
    animation: loading 2s infinite;
    background: url('../img/abqary.png') no-repeat;
    display: block;
    width: 100%;
    height: 209px;
    background-position: center;
    background-size: 10%;
}
@keyframes loading {
    0% {
    transform: scale(1)
    }
    50% {
    transform: scale(1.2)
    }
}
/*start pages*/
/*start sttic head seaction*/
.static-head{
    /*background: #104e9b url('../img/static-head.png') no-repeat;*/
    background: 
        linear-gradient(to left, rgba(16, 78, 155, 1), rgba(31, 186, 237, 1));
    background-size: 100% 100%;
    padding: 23px 0;
    text-align: center;
    color: #FFF;
}
.static-head h3{font-size: 25px}

/*privacy page*/
.privacy-policy p {
    margin-bottom: 15px;
    color: #707070;
}

.privacy-policy  ol li {
    counter-increment: step-counter;
    line-height: 30px;
    color: #707070;
    margin-bottom: 30px;
}

.privacy-policy  ol  li::before {
    content: counter(step-counter) '-';
    margin-right: -45px; /*en*/
    padding-left: 20px; /*en*/
    font-size: 22px;
    color: #104e9b;
}

/*about us page*/
.about-us.privacy  p {
    text-align: center;
}
/*trainers page*/
.trainers .course-slide {
    min-height: 300px;
    max-height: 325px;
    -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr;
}
.trainers .course-slide .img {
    height: 200px;
}
.trainers .course-slide:hover .see-details{bottom: 0;}
.trainers .course-slide .course-text{
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-top: 0;
    padding: 20px 15px;
} 
.trainers .course-slide .course-text .title {width: 100%;}
.see-details{
    position: absolute;
    bottom: -132px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #104e9b;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.trainers .course-slide .course-text .see-details  a{
    font-size: 18px;
    font-family: 'dinnext-b';
    color: #FFF;
    border: 2px solid #FFF;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    padding: 10px;
}
.trainers .course-slide .course-text .see-details a:hover {border-color: #FFF; }

/* start notfication page */
.notfication .notfication-box p{
    position: relative;
    background-color: #FFF;
    padding: 30px 60px 25px 30px; /*en*/
    margin-bottom: 35px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 38px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    -ms-border-radius: 38px;
    -o-border-radius: 38px;
    color: #707070;
    font-size: 18px;
}
.notfication .notfication-box p::before{
    content: '';
    width: 16px;
    height: 16px;
    background-color: #104e9b;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    right: 30px; /*en*/
    top: 50%;

}
/*start contact us page*/
.contact-us .input .form-control{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding: .375rem .75rem;
}
.contact-us .input textarea.form-control{
    min-height: 200px;
    max-height: 200px;
}
.contact-us .contact{
    text-align: left; /*en*/
}
.contact-us .contact li a {
    font-size: 20px;
    display: block;
    margin-bottom: 40px;
    color: #383838;
}
.contact-us .contact li a:hover {color: #104e9b;}
.contact-us .contact li a .fa-whatsapp{ color: #25d366;}
/*start profile page*/
.profile-page .profile {
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 40px;
}
.profile .nav-pills
{
    justify-content: space-between;
    background-color: #104e9b;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 52%;
    margin: auto auto 60px auto;
}
.profile .nav-pills .nav-link {
    background-color:transparent;
    padding: 10px 90px 18px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.profile .nav-pills .nav-link.active, .profile .nav-pills .show>.nav-link{
    background-color: #FFF;
    color: #104e9b;
}
.profile .acc-info {
    display: flex;
    width: 80%;
    margin: auto;
}
.profile .acc-info .profile-img {
    margin-left: 60px; /*en*/
}
.profile .acc-info .profile-img img {
    max-width: 255px;
    max-height: 255px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.profile .acc-info .profile-text,
.profile .acc-info .profile-text h6 {
    font-size: 18px;
    font-family: 'dinnext-b';
}
.profile .acc-info .profile-text p{margin: 15px 0;}
.profile .acc-info .profile-text p span{
    display: inline-block;
    margin-right: 20px; /*en*/
}
.profile .acc-info .profile-text a {
    display: inline-block;
    margin-top: 60px;
}
.profile .course-slide {margin: 0 0 20px 0;}
/*start gallery page*/
.gallery .image-popup-vertical-fit img.large-img {
    max-height: 391px;
    width: 100%;
}
.gallery .image-popup-vertical-fit {
    margin-bottom: 25px;
    display: block;
    position: relative;
    overflow: hidden;
}
.gallery .image-popup-vertical-fit img {max-height: 317px;}
.gallery .image-popup-vertical-fit:hover .overlay {
    bottom: 0;
    visibility: visible;
}
.overlay {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.overlay img {width: 40px;}

.gallery-video {margin-bottom: 25px;}
.my-video-dimensions {width: 100%;}
 .video-js {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
 .vjs-poster {
    background-size: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

 .video-js .vjs-big-play-button {
    width: 50px;
    height: 50px;
    background-color: #104e9b;
    border: 12px solid rgba(90,173,221,0.5);
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 27px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    line-height: 1;
}
.my-video-dimensions:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:hover {
    background-color: #FFF;
    color: #104e9b;
}

/* start course details page */
.course-details .course-img {
    position: relative;
}
.course-details .course-img img {
    max-height: 790px;
    width: 100%;
}
.course-details .title{
    background-color: rgba(0,0,0,0.3);
    padding: 16px 0 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    text-align: center;
}
.course-details .title h6 {font-size: 18px;}
.course-text {
   
    background-color: #F5F5F5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.course-text .course-head {
    color: #fff;
    background-color: #104e9b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px 8px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}
.course-text .course-head p {
    font-size: 18px;
    font-family: 'dinnext-b';
    color: #FFF;
}
.course-text .course-head .a-link-white {
    color: #104e9b;
    padding: 5px 24px 12px;
}
.course-text .course-head .a-link-white span{
    border-bottom: 2px solid #104e9b;
    padding-bottom: 3px;
}
.course-text .course-head .a-link-white:hover {
    background-color: #000;
    color: #FFF;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.course-text .course-head .a-link-white:hover span {border-color:  #FFF;}
.course-text .course-body {
    padding: 30px;
}
.course-text .course-body .instractor-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.course-text .course-body .instractor{width: 70%;}
.course-text .course-body .instractor h6 {
    font-size: 18px;
    margin-bottom: 7px;
}
.course-text .course-body .price {
    font-size: 25px;
    font-family: 'dinnext-b';
    color: #104e9b;
}
.course-text .course-body .desc {
    padding-right: 20px; /*en*/
    margin: 25px 0;
}
.course-text .course-body .desc li {
    margin-bottom: 15px;
    color: #707070;
}
.course-text .course-body .desc li::marker {
    font-size: 22px;
    color: #104e9b;
}
.course-text .over-view-instractor {
    background-color: #FFF;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.course-text .over-view-instractor h6{
    font-size: 18px;
    margin-bottom: 15px;
}
.course-text .over-view-instractor .bref-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.course-text .over-view-instractor .bref-info p{
    color: #707070;
    width: 70%;
}
.course-text .over-view-instractor .bref-info .a-link {
    padding: 6px 16px 11px;
    font-size: 16px;
}
.course-details-banner h3{
    font-size: 24px;
}
.course-details-banner .first{
    border-left: 2px solid #FFF;
    height: 60px;
    padding-left: 40px;
}


.course-content{
    background: #F5F5F5;
    border-radius: 10px;
    padding: 45px 95px;
}

.course-content .nav-pills
{
    justify-content: space-between;
    background-color: #104e9b;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 60%;
    margin: auto auto 60px auto;
}
.course-content .nav-pills .nav-link {
    background-color:transparent;
    padding: 10px 23px 18px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.course-content .nav-pills .nav-link.active, 
.course-content .nav-pills .show>.nav-link{
    background-color: #FFF;
    color: #104e9b;
}
.course-content .course-tabs h6 {
    font-size: 25px;
    margin-bottom: 10px;
}
.course-content .course-tabs .desc {
    padding-right: 20px; /*en*/
    margin: 40px 0;
}
.course-content .course-tabs .desc li {
    margin-bottom: 15px;
    color: #707070;
    width: 60%;
    font-size: 18px;
}
.course-content .course-tabs .desc li::marker {
    font-size: 22px;
    color: #104e9b;
} 

.myaccordion{
    max-width: 552px;
    width: 100%;
    margin: 0 auto;
}
.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
}
.myaccordion .card {
    margin-bottom: 20px;
    background-color: transparent;
}
.myaccordion .card-header {
    border: 0;
    border-radius: 10px;
    background-color: #104e9b;
}
.myaccordion .fa-stack {
    font-size: 16px;
}
.myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #FFF;
    padding: 0;
    font-size: 20px;
}
.fa-inverse {color: #104e9b;}
.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}
.myaccordion .card-body {padding: 0;}
.myaccordion .card-body ul li {
    margin-bottom: 15px;
    background: #FFF;
    padding: 12px 20px;
}
.myaccordion .card-body ul li:last-of-type {margin-bottom: 0;}
.myaccordion .card-body ul li span,
.myaccordion .card-body ul li a {
    font-size: 18px;
    font-family: 'dinnext-r';
    color: #383838;
    display: block;
}
.myaccordion .card-body ul li a:hover {color: #104e9b;}
.comments {margin-bottom: 30px;}
.comments .comment {
    background-color: #FFF;
    padding: 26px;
    text-align: center;   
}
.comments .comment i {font-size: 24px;}
.comments .comment p {
    font-size: 18px;
    color: #707070;
    margin-top: 18px;
}
.course-tabs form .form-control {
    min-height: 240px;
    max-height: 240px;
    background-color: transparent;
}
.course-tabs .add-comment {
    width: 70%;
    margin: 45px auto auto auto;
}
/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type:none;
    padding:0;
    -moz-user-select:none;
    -webkit-user-select:none;
    margin: 20px 0;
}
.rating-stars ul > li.star {
    display:inline-block;
    cursor: pointer;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
    font-size: 18px; /* Change the size of the stars */
    color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
    color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
    color:#FFC107;
}
/* subcribe-course page*/
.subcribe-course {
    background-color: #F5F5F5;
    border-radius: 10px;    
    padding: 65px 90px;
    margin: 60px 0;
}
.subcribe-course .img img {
    max-height: 250px;
    width: 100%;
}
.subcribe-course .course-info h6 {
    font-size: 18px;
}
.subcribe-course .course-info .created {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #104e9b;
    margin: 25px 0;
}
.subcribe-course .course-info .created .price {
    font-size: 25px;
    font-weight: bold;
}
.subcribe-course hr {
    margin: 60px 0;
    border: 0;
    border-top: 2px solid rgba(0,0,0,.1);
}
.bank-accounts h4 {
    color: #104e9b;
    font-size: 25px;
    margin-bottom: 50px;
    text-align: center;
}
.bank-accounts .bank{
    display: flex;
}
.bank-accounts .icon img {
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
    width: 80px;
    height: 80px;
}
.bank-accounts .bank-text {
    margin-right: 26px; /*en*/
}
.bank-accounts .bank-text p {
    font-size: 18px;
    font-family: 'dinnext-b';
    margin-bottom: 25px;
}
.subcribe-course.contact-us .input .form-control {
    background-color: transparent;
}
.subcribe-course.contact-us .input .form-label {background-color: #F5F5F5;}



.upload-profile-image {
    display: flex;
    align-items: flex-end;
    margin: 50px 0;
}
.upload-profile-image span {
    padding-right: 12px;
    font-size: 18px;
    font-family: 'dinnext-b';
}

.upload-profile-image .profile-pic {
    width: 138px;
    height: 113px;
    display: block;
    border-radius: 20px;
}
.upload-profile-image   .file-upload {display: none;}
.upload-profile-image   .circle{
    position: relative;
    width: 113px;
}
.upload-profile-image  .p-image {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;  
}
.upload-profile-image  .upload-button {
    color: #FFF;
    line-height: 1;
    cursor: pointer;
    width: 100%;
    text-align: center;
}
.subcribe-course .confirm {
    width: 70%;
}
/*start profile info*/
.profile-info {
    background-color: #EEF7FC;
    padding: 85px 50px;
}
.profile-info .inner-bg {
    background-color: #FFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 90px 0;
}
.profile-info h6 {
    color: #104e9b;
    font-size: 18px;
    margin-bottom: 70px;
}
.profile-info .right-content {
    background: url('../img/Background.png') repeat-y;
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0 20px;
}
.profile-info .right-content p {
    font-size: 19px;
    color: #707070;
}
.profile-info .contact-form {
    padding: 0 90px;
}
.profile-info  .confirm-btn {margin-top: 60px;}
.profile-info  .confirm {
    width: 44%;
    padding: 5px 22px 12px;
}

/*profile info bref*/
.profile-info.bref .images {
    display: flex;
    justify-content: space-between;
}
.profile-info.bref .upload-profile-image .circle {width: 175px;}
.profile-info.bref .upload-profile-image .profile-pic {
    width: 175px;
    height: 175px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.profile-info.bref .confirm {width: 100%;}
.profile-info.bref .confirm.cancle {
    background-color: #E20D0D;
    border-color: #E20D0D;
}
.profile-info.bref .confirm.cancle:hover {
    background-color: #FFF;
    color: #E20D0D;
}

.p-trainer {
    font-size: 20px;
    width: 80%;
    margin: auto auto 60px auto;
    text-align: center;
}


.join-coach .upload-profile-image {
    justify-content:  center;
}
.join-coach.profile-info.bref .upload-profile-image .profile-pic {
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
}
.join-coach .fil-upload.custom-file {height: auto;}
.join-coach .fil-upload .custom-file-input,
.join-coach .fil-upload .custom-file-label{
    width: 100%;
    height: 46px;
}
.join-coach .fil-upload .custom-file-label{
    padding-right: 50px; /*en*/
    border: 1px solid #C9C9C9;
    overflow: hidden;
    border-radius: 10px;
    height: 47px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.join-coach .fil-upload .custom-file-label::after{
    content: url('../img/attach.svg');
    border: 0;
    background: transparent;
    padding: 0;
    width: 45px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*recover password*/
.recover h6 {margin-bottom: 30px;}
.p-recover {
    margin-bottom: 30px;
}
/*login register*/
.login-page .nav-pills
{
    justify-content: space-evenly;
    margin: auto auto 60px auto;
}
.login-page .nav-pills .nav-link {
    background-color:transparent;
    padding: 10px 23px 18px;
    color: #000;
    font-size: 15px;
}
.login-page .nav-pills .nav-link.active, 
.login-page .nav-pills .show>.nav-link{
    color: #104e9b;
    font-size: 18px;
    font-weight: bold;
}
.login-page .nav-pills .nav-link span {display: none;}
.login-page .nav-pills .nav-link.active span {display: inline-block;}
.login-page  .custom-control {padding: 0;}

.login-page  .custom-control-label{
    margin-right: 24px; /*en*/
    padding-right: 12px; /*en*/
    margin-bottom: 7px;
    color: #495057;
}
.login-page  .custom-control-label a{font-weight: bold;}
.login-page  .custom-control-label::before,
.login-page  .custom-control-label::after{
    left: auto; /*en*/
    right: -1.5rem; /*en*/
    width: 20px;
    height: 20px;
}
/* .login-page  .custom-control-label::before{
    background-color: #104e9b !important;
} */
.login-page  .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #104e9b;
    background-color: #104e9b;
    box-shadow: none;
}
/* .login-page .custom-control-input:indeterminate~.custom-control-label::before{
    background: #104e9b !important;
    border-color: #104e9b !important;
} */
.login-page .custom-control-input:indeterminate~.custom-control-label::after{background-image: none;}
.login-page .profile-info .confirm-btn {margin-top: 30px;}
.login-page .input select.form-control {
    color: #495057;
}



/* Exam page */
.exam-page .exam-question{
    padding: 65px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.33);
    width: 100%;
    max-width: 750px;
}
.exam-page .a-link{
    font-family: dinnext-b;
}
.exam-page .col-12:first-child .exam-question{
    padding-top: 0;
}
.exam-page .col-12:last-child .exam-question{
    border-bottom: none;
}
.exam-page .exam-question .q-answers .form-check{
    padding: 0 1.25rem;
    margin: 0.868rem 0;
}
.exam-page .exam-question h1{
    font-size: 25px;
    margin-bottom: 30px;
}
.exam-page .exam-question .q-answers .form-check .form-check-input{
    margin: 0.3rem -1.25rem;
}
.exam-page .exam-question .q-result{
    color: #104e9b;
}
.exam-page .exam-question .q-result i{
    margin: 0 8px;
}
.exam-page .result-box{
    width: 80%;
    max-width: 687px;
    margin: 0 auto;
    padding: 33px 0 77px 0;
    border-radius: 42px;
    border: 1px solid rgba(112, 112, 112, 0.36);
}
.exam-page .result-box .c100{
    float: unset;
    margin: 0 auto;
    margin-bottom: 34px;
}
.exam-page .result-box .c100::after{
    top: 0.029em;
    left: 0.029em;
    width: 0.95em;
    height: 0.95em;
}
.exam-page .result-box .c100 span{
    color: #104e9b;
}
.exam-page .result-box .c100 .slice .bar,
.exam-page .result-box .c100 .slice .fill{
    border-color: #104e9b;
}
.exam-page .result-box .score{
    margin: 42px 0 22px 0;
}
.exam-page .result-box .a-link{
    width: 100%;
    max-width: 200px;
}



  .link_join {
        background: #104E9B;
        border: 1px solid #104E9B;
        color: white;
        border-radius: 10px;
        padding: 8px 6px;
        font-size: 15px;
        font-weight: bold;
        width: 150px;
       text-align: center;
           margin: 10px;

    }
    
   .link_join a{
        color:white;
    }
.link_join:hover {
	/*background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);*/
	background-color:#378de5;
}

@media (min-width: 991px) and (max-width: 1050px) {
  .nav-bar .navbar-light .navbar-nav .nav-link{
      font-size: 12px !important;
  }
}

@media (max-width: 991px) {
  .link_join{
      display: none;
  }
  
  .course-text {
    margin-top: 0px !important;
  }
}

@media (min-width: 990px) {
  .link-join-mobile{
      display: none;
  }
}



/*.link_join {*/
/*	box-shadow: 3px 4px 0px 0px #1564ad;*/
/*	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);*/
/*	background-color:#79bbff;*/
/*	border-radius:5px;*/
/*	border:1px solid #337bc4;*/
/*	display:inline-block;*/
/*	cursor:pointer;*/
/*	color:#ffffff;*/
/*	font-family:Arial;*/
/*	font-size:17px;*/
/*	font-weight:bold;*/
/*	padding:12px 44px;*/
/*	text-decoration:none;*/
/*	text-shadow:0px 1px 0px #528ecc;*/
/*}*/
/*.link_join:hover {*/
/*	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);*/
/*	background-color:#378de5;*/
/*}*/
/*.link_join:active {*/
/*	position:relative;*/
/*	top:1px;*/
/*}*/