/* ----------------------------------------------------------------
	CSS Specific to the Course Demo

	Some of the CSS Codes have been modified from the Original
	style.css File to match the Styling of this Demo

-----------------------------------------------------------------*/


:root{
	--themecolor: #0474c4;
}

.ls-1 { letter-spacing: -1px !important; }

/* Headers
---------------------------------------------------------------------------- */
.dark .top-links li > a {
	color: #EEE;
	font-weight: 400;
	text-transform: none;
}

.dark #top-social { border-left: 1px solid rgba(255,255,255,0.1); }

.dark #top-social li a { color: #FFF; }

#top-social li, #top-social li a, #top-social li .ts-icon, #top-social li .ts-text { font-weight: 400; }


.navbar-expand-lg .navbar-nav .nav-item .nav-link {
	font-size: 15px;
	font-weight: 600;
	padding-left: 13px;
	padding-right: 13px;
}

.navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link { margin-left: 0; }

.navbar-expand-lg .navbar-nav .nav-item:not(.active) .nav-link { color: #444; }

.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link { color: var(--themecolor) }

#primary-menu ul li > a {
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
	font-size: 16px;
	color: #333 !important;
}

#primary-menu ul ul li > a {
	font-weight: 400;
	font-size: 14px;
}

#header-wrap .button {
	text-transform: none;
	font-weight: 400;
	text-shadow: none;
	letter-spacing: 0;
	font-size: 14px;
}

#header-wrap .header-buttons {
	display: inline-block;
	float: right;
	margin: 8px 0;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

/* Text Rotater
---------------------------------------------------------------------------- */
.text-rotater { font-size: 38px; letter-spacing: -1px; }

.text-rotater span { text-decoration: underline; }

/* Hero Widget
---------------------------------------------------------------------------- */
.slider-element .input-group-append {
	position: absolute;
	right: 0;
	z-index: 4;
}

.slider-element .form-control {
	padding-top: 10px;
	padding-bottom: 10px;
}

.slider-element .input-group-append .btn {
	background-color: transparent;
	padding: 7px 15px;
}

/* Course Categories
---------------------------------------------------------------------------- */
.course-categories .card a span {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.course-categories .card a span i {
	display: block;
	margin-bottom: 5px;
	font-size: 20px;
}

.hover-effect {
	-webkit-transition:  transform .25s ease, box-shadow .3s ease;
	-o-transition:  transform .25s ease, box-shadow .3s ease;
	transition:  transform .25s ease, box-shadow .3s ease;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	box-shadow: none;
	border: 0;
}

.hover-effect:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.course-card .card-footer { border-top-color: #EEE; }

.rating-stars i { color: #f4c150; }

.course-card .card-title a { color: #333; }

.course-card .card-title a:hover { color: var(--themecolor); }

.course-card  .card-title-sub { font-size: 11px; }

/* Badge
---------------------------------------------------------------------------- */
.badge {
	
	padding: 8px 12px;
	border: 0;
	border-radius: 3px;
	font-weight: 400;
	font-size: 14px;
}

.registration-badge {
	position: absolute;
	display: block;
	left: 15px;
	top: -10px;
}

.feature-box.media-box .fbox-icon {
	position: relative;
	width: 36px;
	height: 54px;
	margin-bottom: 15px;
}

.course-card .author-number {
	font-size: 11px;
    position: absolute;
    top: -4px;
    right: -4px;
}

.heading-block h3 {
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
}

.heading-block h3 + span {
	font-size: 17px;
	opacity: .9;
}

/* Border Form Design
---------------------------------------------------------------------------- */
.border-form-control {
	padding: 8px 4px;
	background-color: transparent !important;
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	border-bottom-width: 1px;
}

/* Display Tablet and Below - Responsive
---------------------------------------------------------------------------- */
@media (max-width: 991.98px) {

	#logo { margin-left: 0 !important; }

	.navbar-expand-lg .navbar-nav .nav-item {
		width: 100%;
		border-bottom: 1px solid #f5f5f5;
		padding: 4px 0;
	}

	#header-wrap .header-buttons {
		position: absolute;
		top: 0;
		right: 70px;
		margin: 8px auto;
	}

	.navbar-expand-lg .navbar-nav .nav-item .nav-link { margin-left: 0; }

	.top-search-open .header-buttons { opacity: 0 }

	.course-categories .card a span { font-size: 12px; }
}

/* Display after 992px(after tablet) - Responsive
---------------------------------------------------------------------------- */
@media (min-width: 992px) {

	.heading-block h3 {
		font-size: 42px;
		letter-spacing: -2px;
	}

	.course-card .card-title {
		font-size: 19px;
		line-height: 1.25;
	}

}

@media (max-width: 767px) {
	#top-social, .flex-caption, .slider-arrow-top-sm, .slider-arrow-bottom-sm {
	    display: inline-block !important;
	}

	#top-cart {
		display: inline-block;
		right: 20px;
	}
}

#top-search form input {
	font-size: 26px;
	letter-spacing: 0;
}

#top-search form input::-moz-placeholder { text-transform: none; letter-spacing: 0; color: #AAA; font-size: 24px; }
#top-search form input:-ms-input-placeholder { text-transform: none; letter-spacing: 0; color: #AAA; font-size: 24px; }
#top-search form input::-webkit-input-placeholder { text-transform: none; letter-spacing: 0; color: #AAA; font-size: 24px;}

body.top-search-open #top-cart { opacity: 1 }


/*Coustom CSS Start Here*/
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #BE1414;
}
#features {
  padding: 100px 0;
}
#features .media.service-box:first-child {
  margin-top: 10px;
}
.media.service-box {
  margin: 25px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #BE1414;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #BE1414;
}
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
/*Header CSS*/

#logo {
    margin: 10px 10px 10px 0px;
    width: 275px;
    position: absolute;
    z-index: 999;
}

@media all and (max-width: 481px) {
	#logo {
		right: 0px;
		top: -20px;
	    width: 125px;
	    position: absolute;
	    z-index: 999;
	}
}


#logo img {
    height: auto;
    padding: 15px;
}

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

#features {
    padding: 0px 0px 100px 0px;
}
.slider-element{
    height: 665px;
}


/*Tablet View*/
@media (max-width: 1020px) {
    .slider-element {
        height: 380px;
    }
    
}

/*Mobile View*/
@media (max-width: 531px) {
.slider-element {
    height: 190px;
}
}

/*Profile register form start */

    .register{
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    margin-top: 3%;
    padding: 3%;
}
.register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;    
    margin-bottom: 15%;
    cursor: pointer;
}
.register-right{
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.register-left img{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}
.register .register-form{
    padding: 10%;
    margin-top: 10%;
}
.btnRegister{
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}
.register .nav-tabs{
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}
.register .nav-tabs .nav-link{
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading{
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}
@media (max-width: 531px) {
.register .nav-tabs {
        width: 73%;
    }
.file-field .btn.btn-primary {
    width: 100%;
    margin-bottom: 15px;
}
}
@media (min-width: 532px) and (max-width: 740px) {
.register .nav-tabs {
        width: 21%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .file-field .btn.btn-primary {
        width: 100%;
    }
    .register .nav-tabs {
        width: 35%;
    }
}

/*Profile register form end */

/*profile page start*/
.headerContentOuterWrapper {
        background: #fff;
    }
    .profile-body{
        background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    }
    .emp-profile{
        padding: 3%;
        margin-top: 3%;
        margin-bottom: 3%;
        border-radius: 0.5rem;
        background: #fff;
    }
    .profile-img{
        text-align: center;
    }
    .profile-img img {
        width: 60%;
        height: 100%;
        border: 5px solid antiquewhite;
    }
    .profile-img .imgTitle {
        position: relative;
        overflow: hidden;
        margin-top: -24%;
        width: 57%;
        border: none;
        border-radius: 0;
        font-size: 15px;
        background: #212529b8;
    }
    .profile-img .file input {
        position: absolute;
        opacity: 0;
        right: 0;
        top: 0;
    }
    .profile-head h5{
        color: #333;
    }
    .profile-head h6{
        color: #0062cc;
    }
    .profile-edit-btn{
        border: none;
        border-radius: 1.5rem;
        width: 70%;
        padding: 2%;
        font-weight: 600;
        color: #6c757d;
        cursor: pointer;
    }
    
    .profile-details .nav-tabs{
        margin-bottom:5%;
    }
    .profile-details .nav-tabs .nav-link{
        font-weight:600;
        border: none;
    }
    .profile-details .nav-tabs .nav-link.active{
        border: none;
        border-bottom:2px solid #0062cc;
    }
    .profile-work{
        padding: 14%;
        margin-top: -15%;
        text-align: center; font-family: 'Shadows Into Light', cursive; font-size: 30px;
        height: 250px;
    }
    .profile-work p{
        font-size: 16px;
        color: #818182;
        font-weight: 600;
        margin-top: 10%;
        font-family: sansarif;
        display: inline-block;
        background-color:
        #eee;
        padding: 0 50px 0 50px;
    }
    
    .profile-tab label{
        font-weight: 600;
    }
    .profile-tab p{
        font-weight: 600;
        color: #0062cc;
    }
    /*profile page end*/
    
/*    Login Page start*/

.login-right {
    background: url(images/login-workspace-white.jpg);
}

/*Login Page end*/

.contact-icons p {
    font-size: 11px;
    text-align: center;
}
.contact-icons i {
    font-size: 35px;
}
.contact-icons .fbox-icon {
    text-align: center;
}