@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

/**************/
.ajax-loading {
    background-color: #da1717;
    color: #fff;
    font-weight: 600;
    padding: 15px 30px;
    max-width: 200px;
    margin: 0px auto;
}
button#ajax-loading:hover {
    color: #ffffff !important;
}
/* .modal-dialog {
margin: 2rem !important;
} */

.mentor-profile-page .row.justify-content-center.course-slider {
    margin-right: 20px;
}
.h3, h3{font-size: 20px;}
.reviewbox .row{
	margin-left: 0px;
	margin-right: 0px;
}
.bgblack{
	background-color:#2c2f2e ! important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #cb1a1a;
    border-color: #cb1a1a;
	padding: 10px 15px;
}
.courses.archives .pagination li a {
padding: 11px 15px;
}
.page-item.disabled .page-link {
    padding: 10px 15px;
}
#btnContainer {
    float: right;
    height: 40px;
    margin-right: 25px;
    border: 1px solid #da1717;
    border-radius: 5px;
}
.courses.archives .single-course {
    margin-top: 30px;
    width: 100%;
	transition-delay: 0s;
    transition-property: revert;
    transition-duration: 0s;
    transition-timing-function: step-start;
}
.courses.archives .single-course.row.column.grid {
    width: 30%;
    margin-right: 2%;
    margin-bottom: 30px;
    display: table;
    /* transition: width 5s ease-in-out; */
    transition-delay: 0s;
    transition-property: revert;
    transition-duration: 0s;
    transition-timing-function: step-start;
}
.courses.archives .single-course.row.column.grid .col-md-4,.courses.archives .single-course.row.column.grid .col-md-8{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	padding: 0px;
}
.courses.archives .single-course.row .col-md-4.course-head img {
    height: 250px ! important;
	max-height:250px ! important;
	margin-bottom: 20px;
}
#btnContainer button.btn.active {
    background: #da1717;
    color: #fff;
}
.session-video-button a {
    font-size: 16px;
    letter-spacing: 0px;
    color: #a81f1f;
    font-weight: bolder;
}
.star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=);
    background-size: contain;
}
.star-rating input:hover + i,
.star-rating input:checked + i {
  opacity: 1;
}
.star-rating i ~ i {
  width: 40%;
}
.star-rating i ~ i ~ i {
  width: 60%;
}
.star-rating i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}
.star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}
.star-rating {
    margin: 25px 0 0px;
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 175px;
    height: 35px;
    overflow: hidden;
    position: relative;
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=);
    background-size: contain;
}
.reviewbox .row:after {
	content: "";
	display: table;
	clear: both;
  }
  .reviewbox .right {
	text-align: right;
  }
  .reviewbox .side {
	float: left;
	width: 15%;
	margin-top:10px;
  }
  .reviewbox .middle {
	margin-top:20px;
	float: left;
	width: 70%;
  }
.bar-container {
	width: 100%;
	background-color: #f1f1f1;
	text-align: center;
	color: white;
  }
.bar-5 {width: 60%; height: 10px; background-color:#FFA500;}
.bar-4 {width: 30%; height: 10px; background-color: #FFA500;}
.bar-3 {width: 10%; height: 10px; background-color: #FFA500;}
.bar-2 {width: 4%; height: 10px; background-color: #FFA500;}
.bar-1 {width: 15%; height: 10px; background-color: #FFA500;}
/**********/
.mentor-details p{
	color:#fff;
}
.top-bar .nav li .dropdown {
	background: #fff;
	width: 140px;
	position: absolute;
	right: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
	-webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.top-bar .nav li:hover .dropdown{
	transform:scale(1.0);
	opacity:1;
	visibility:visible;
}
.top-bar .nav a{
	color:#fff ! important;
}
.top-bar .nav .dropdown a{
	color:#000 ! important;
}
.top-bar .nav li .dropdown li{
	float:none;
	margin:0;
}
.top-bar .nav li .dropdown li a {
	padding: 5px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
}
.top-bar .nav li .dropdown li i{
	float:right;
}
.top-bar .nav li .dropdown li:hover a{
	color:#fff;
}
.top-bar .nav li .dropdown.submenu{
	left:100%;
	top:0;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
}
.top-bar .nav li .dropdown li:hover .dropdown.submenu{
	opacity:1;
	visibility:visible;
	transform:scale(1.0);
}
.top-bar .nav li .dropdown li .dropdown.submenu li a {
	color: #777;
	background: transparent;
}
.top-bar .nav li .dropdown li .dropdown.submenu li:hover a{
	color:#fff;
}


body {
    margin: 0px ! important;
    padding: 0;
    font-size: 16px;
}
.btn{font-family: 'Open Sans', sans-serif ! important;}
.courses.single .course-required h4 {
    color: #da1717 !important;
	line-height: 23px !important;
}
.input-group-btn.search_icon .btn-link {
    color: #da1717 ! important;
    font-size: 14px;
}
.search button[type=submit] { background: transparent ! important;}
button[type=submit] {
    border: 0px;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 0px;
    font-weight: 600;
    font-family: 'Open Sans' ! important;
	background: #2c2f2e;
    color: #fff;
}
body,h1,h2,h3,h4,h5,h6,p,li{
	font-family: 'Open Sans', sans-serif ! important;
}
.mb-6{margin-bottom:60px ! important;}
.mt-6{margin-top:60px ! important;}
.cbanner h1{
	font-size: 52px;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 130px 0px 60px 0px;
    color: #2c2f2e;
}
.top-bar {
    background: #da1717;
    padding: 5px 1px;
}
.courses .btn-group {
    display: block;
margin-left: calc(50% - 135px);
}
.top-bar a.tbtn {
    color: #fff;
    padding: 7px 10px;
    display: inline-block;
}
.header .nav li.active a:before {
    position: absolute;
    bottom: 0px;
    left: 20%;
    content: "";
    width: 60%;
    height: 2px;
    background: #da1717;
}
h3.mname {
    letter-spacing: 0;
	color: #fff;
	padding-bottom: 7px;
}
.customcategory {
    height: auto;
    min-height: 290px;
    border: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.header .nav .dropdown li a:before {
	Background: transparent;
}
.courbtn{
	font-size: 18px;
	color: rgb(193, 2, 2);
	text-decoration: underline;
	line-height: 1.318;
	font-weight:600;display: block;
}
.courbtnr{
	font-size: 18px;
	color: rgb(193, 2, 2);
	text-decoration: underline;
	line-height: 1.318;
	font-weight:600;
	text-align:right;
	display: block;
}
ul.courul {
    margin: 20px 0px;
}
ul.courul li {
    width: 32%;
    display: inline-block;
    margin-right: 1%;
	line-height: 40px;
}
.cdetails ul li i {
width: 24px;}
button.skip_button {
    font-size: 15px;
    color: #da1717;
}

.category-description {
	font-size: 16px;
}

.team .single-team img {
	max-height: 311px;
	width: auto;
	padding-bottom: 20px;
}
.sm-font {
    font-size: 12px;
}
.readmore_category {
	position: absolute;
	top: 50%;
	left: 35%;
}

#parent-categories a{
	color: #333;
}
#parent-categories {
	background-color: #fff;
}
.header .nav li .dropdown li .dropdown.submenu li:hover>a,
.header .nav li .dropdown li .dropdown.submenu li .dropdown.submenu1 li:hover>a,
.header .nav li .dropdown li .dropdown.submenu li .dropdown.submenu1 li .dropdown.submenu2 li:hover>a,
.header .nav li .dropdown li .dropdown.submenu li .dropdown.submenu1 li .dropdown.submenu2 li .dropdown.submenu3 li:hover>a {
	background: #da1717;
}

.header .nav li .dropdown.submenu1{
	left:100%;
	top:0;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
}
.header .nav li .dropdown.submenu li:hover .dropdown.submenu1{
	opacity:1;
	visibility:visible;
	transform:scale(1.0);
}
.header .nav li .dropdown.submenu li .dropdown.submenu1 li a {
	color: #777;
	background: transparent;
}
.header .nav li .dropdown.submenu li .dropdown.submenu1 li:hover>a{
	color:#fff;
}

.header .nav li .dropdown.submenu2{
	left:100%;
	top:0;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
}
.header .nav li .dropdown.submenu1 li:hover .dropdown.submenu2{
	opacity:1;
	visibility:visible;
	transform:scale(1.0);
}

.cart-badge {
	position: relative;
	text-align: center;
	/* left: -5px; */
	top: -9px;
	line-height: 20px;
	background: #ed1c24;
	color: white;
	border-radius: 50%;
	width: 20px;
	height: 20px;
}

.header .nav li .dropdown.submenu1 li .dropdown.submenu2 li a {
	color: #777;
	background: transparent;
}
.header .nav li .dropdown.submenu1 li .dropdown.submenu2 li:hover>a{
	color:#fff;
}

.header .nav li .dropdown.submenu3{
	left:100%;
	top:0;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
}
.header .nav li .dropdown.submenu2 li:hover .dropdown.submenu3{
	opacity:1;
	visibility:visible;
	transform:scale(1.0);
}
.header .nav li .dropdown.submenu2 li .dropdown.submenu3 li a {
	color: #777;
	background: transparent;
}
.header .nav li .dropdown.submenu2 li .dropdown.submenu3 li:hover>a{
	color:#fff;
}

h6.modal-title.back_div {
    cursor: pointer;
}
.row.login-button-div{
	margin-right: -15px;
}
/*========= LIVE SESSION VIDEO ============*/

.single-session-video {
	border: 1px solid #b1b1b1;
	position: relative;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
	margin-bottom: 10px;
	
}

.session-video-content {
	padding: 20px;
}

.session-video-head {
	height: 160px;
	background-position: center;
	background-size: cover;
}

.btn-subscribe-session, .btn-subscribe-session:hover {
	background: #da1717;
	color: #ffffff !important;
	border-radius: 0;
}

.session-video-button {
	bottom: 0;
	width: 100%;
}

.video-title , .video-url , .video-date , .video-time , .video-description  {
	margin-bottom: 5px;
	font-size: 15px;
	letter-spacing: 0px;
	color: #5c5353;
	font-weight: 400;
}

.video-title span, .video-url span, .video-date span, .video-time span, .video-description span {
	font-size: 15px;
	letter-spacing: 0px;
	color: #da1717;
	font-weight: 400;
}
/*become-mentor-blade*/
/*========= COURSE IMAGE ============*/

/* Image upload
============================================= */
.image-box {
	height: 280px;
	width: 280px;
	background-color: #fff;
	border: dashed 1px #BCBCBC;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

label input[type="file"] {
  position: fixed;
  top: -1000px;
} 

label {
  max-width: initial;
}

.image-box  span{
  color: #111 !important;
}

.bar {
	margin-top: 160px;
	height: 3px;
	background: #008D4C;
	opacity: 0.5;		
}

.image-box .fa-picture-o {
	margin-top: 7rem;
}

.profile-image-box {
	height: 190px;
	width: 300px;
	background-color: #fff;
	border: dashed 1px #BCBCBC;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

.profile-image-box .fa-picture-o {
	margin-top: 4rem;
}

#form .profile-image-box { height: 170px;
    width: 170px;}

#form .profile-image-box .fa-picture-o {
		margin-top: 3.5rem;
	}	

.testimonial-box {
    height: 167px;
    width: 133%;
    background-color: #fff;
    border: dashed 1px #BCBCBC;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;	
    color: black;
    margin-left: 28px;
}

h5.test-text {
    margin-top: 24px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-style: italic;
    text-transform: uppercase;
    /* color: #be2222 !important; */
    font-weight: 100;
	
}

.become-mentor-header .button {
    color: #fff;
    background-color: #da1717;
    padding: 8px;
    padding-left: 34px;
    padding-right: 35px;
    font-size: 20px;
    font-weight: 100;
    /* letter-spacing: 1px;
    border-radius: 4px;
    margin-left: 576px;
    margin-top: 609px; */
}
.breadcrumbs h2 {
    color: #2c2f2e;}
.become-mentor-header .banner {
	color: #2c2f2e;
	background-image: url(/images/banner/become_a_mentor.jpg);
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);
	letter-spacing: 0px;
	min-height: 350px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.courses .btn-group .btn {
    padding: 10px 20px;
    border: 0px;
    margin: 0px;
    width: 90px;
    float: left;
    font-size: 24px;
    line-height: 40px;
	border-radius: 0px;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #444;
    border-color: #444;
}
.btn-default {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.btn-default:hover{
	color: #fff;
}
.become-mentor-header .banner .container{
	position: relative;
}

.become-mentor-header .banner .title{
	margin-top: 0%;
}

.become-mentor-header .banner label{
	font-size: 42px;
    margin-top: 97px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0px;
    margin-left: 0px;
    margin-bottom: 40px;
    text-align: left;
    display: block;
}
}

.mentor-explore, .mentor-reach, .mentor-online {
	position: relative;
    min-height: 365px;
    background-size: cover;
    background-position: center;
	border: solid 1.5px;
    border-color: #da1717;
	min-width: 354px;
}

.mentor-explore:hover h3, .mentor-reach:hover h3, .mentor-online:hover h3{
	opacity:0 !important;
}

.mentor-explore .mentor-content, .mentor-reach .mentor-content, .mentor-online .mentor-content{
	opacity: 0;
    color: #fff;
    background: #a5271c;
    position: absolute;
    top: 21%;
    padding: 37px;
    font-size: 14px;
    line-height: 22px;
    height: 100%;	 
	letter-spacing:0px;	
	margin-left: 15px;
    margin-right: 15px;
}
.mentor-explore .mentor-content label, .mentor-reach .mentor-content label, .mentor-online .mentor-content label{
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 600;
}

.mentor-explore:hover .mentor-content{
	opacity: 0.8;
	padding: 25px;
    padding-top: 112px;
	margin-top: -22%;
}


.mentor-reach:hover .mentor-content {
	opacity: 0.8;
	padding: 20px;
	padding-top: 112px;
	margin-top: -22%;
}

.mentor-online:hover .mentor-content {
	opacity: 0.8;
	padding: 25px;
	 padding-top: 86px;
	margin-top: -22%;
}

.mentor-profile-image {
    max-height: 90px;
    margin: auto;
}
.why-mentor .overley {
	/*background-color: rgba(0, 0, 0, 0.5);*/
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity :0.7px;
}
.why-mentor .cmentorimg {
	min-height: 400px;
    height: auto;
    border: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.why-mentor .cmentorimg h3 {
    background-color: #da1717;
    position: absolute;
    opacity: 1;
    font-size: 18px;
    padding: 15px;
    bottom: 0;
    width: 92.5%;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: center;
}

.why-mentor .overley h3 {
	margin-top: 88.5%;
    color: #fff;
    font-size: 19px;
    background: #d01b0a;
    padding: 15px;
    opacity: 0.7;
    letter-spacing: 0px;
    font-weight: 400;
}

.mentor-steps h4, .mentor-steps h6 {
	margin-top: 14%;
    line-spacing: 0px;
    letter-spacing: 0px;
    font-size: 20px;
    line-height: 28px;
}

.search-header {
    padding: 45px;
    background-color: #f8f8f8;
}

h3.total-search{
	font-size: medium;
}

ul#ui-id-1 {
    width: 22% !important;
    overflow-y: scroll;
    height: 320px;
}


span#timer {
    color: #da1717;
    font-size: medium;
    margin-left: 10px;
    font-weight: 700;
}
.mentor-bg {
    background: #da1717;
	padding: 20px;
}
a.text-white.text-maroon:hover {
    color: #da1717 !important;
}
/*Mentor Profile*/


.mentor-profile-page .mentor-profile-dark-banner {
	background: #252525 ! important;
	color: #fff;
	
}
.mstp {
    margin-bottom: 20px;
}
.mstp h3 {
    font-size: 18px;
color:#fff;
}
.mstp p {
    color: #fff;
    margin-top: 10px;
}

.mentor-profile-page .mentor-profile-banner {
	background: #ffffff;
	color: #000;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	padding: 40px 100px;
}

.mentor-profile-page .mentor-qualification {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.mentor-profile-page .mentor-profile-image-box{
	max-height: 160px;
	background: #f7f5f5;
	height: 160px;
	width: 160px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 15px 3px rgba(227,224,227,1);
	-moz-box-shadow: 0px 0px 15px 3px rgba(227,224,227,1);
	box-shadow: 0px 0px 15px 3px rgba(227,224,227,1);
}
.courses .single-course p {
    color: #000;
}
.mentor-profile-page .mentor-introduction p{
	color: #000;
}

.mentor-profile-page .mentor-profile-image {
	max-height: 150px;
}

.mentor-profile-page .heading {
	font-size: 18px;
}

.mentor-profile-page h1 {
	font-size: 26px;
	font-family: 'Montserrat-Medium';
	letter-spacing: 0px;
	color: #000!important;
}

.mentor-profile-page .mentor-profile-dark-banner h1 {
	color: #fff!important;
}

/* ---------- */
.btn-add-mentor {
	background: #da1717;
	margin-top: 8px;
	color: #fff;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid transparent;
}

.btn-add-mentor:hover {
	color: #fff;
}


.course-head img {
	max-height: 180px;
}

.banner {
	position: relative;
}

.join-us {
	position: absolute;
	bottom: 0%;
	left: 47%;
	color: #FFFFFF!important;
}

.join-us a{
	color: #FFFFFF!important;
	font-size: 16px;
}



input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    border-radius: 0px;
    padding: 10px;
	font-family: 'Open Sans';
}

.single-testimonial {
	min-height: 300px;
}

#about .view-more {
	background: #ED1C24;
	overflow: hidden;
	line-height: 30px;
	text-align: center;
	border-radius: 0;
	font-weight: 700;
}

#about .view-more a {
	color: #fff;		
}

.team-member {
	border: 1px solid #da1717;
}

.team-member p { 
	font-size: 16px;
}
.team-member img{ 
	max-height: 330px;
	margin: auto;
	
}

.member-name {
	color: #ED1C24;
	font-size: 20px;
	font-weight: 700;
}

.terms ul li, .privacy-policy ul li{
	list-style: disc;
	margin-left: 25px;
}

.terms ol li, .privacy-policy ol li{
	margin-left: 25px;
}

.terms a, .privacy-policy a {
	color: #ED1C24;
}

/* Our News Section
--------------------------------*/
#news {
	padding: 40px 0px;
}

#news-page {
		padding-top: 40px;
		padding-bottom: 40px;
}
.news-size {
    margin-left: 50px;
    margin-right: 50px;
}
#news .member {
    margin-bottom: 20px;
		position: relative;
}
#news .member img {
    width: 375px;
    height: auto;
}

#news .member .details {
    color: #000;
    padding: 15px;
    border-radius: 0 0 3px 3px;
}
#news .member h4 {
    font-weight: bolder;
    margin-bottom: 2px;
    font-size: 30px;
    font-family: HKGrotesk-BoldLegacy;   
		border-right: 1px solid #555;		
}

#news .member span {
    display: block;
    font-size: 22px;
    font-weight: 100;
    font-family: HKGrotesk-Regular;
}

#news-page p {
  font-size: 16px;
}

#news-page .news-title, #blog .blog-title {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin: 2% 0;
  height: 45px;
}

.news-tag {
  margin: 0;
}

#news-page .card-header-image {
  position: relative;
}

#news-page .card-header-image .image-div {
	width: 100%;
	height: 280px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.btn-checkout{
		float:none;
	}
#news-page .btn, #blog .btn {
  border: 1px solid #dddbdb;
  background: transparent;
  border-radius: 0;
  padding: 2px 23px;
  color: #58595b;
}
#news-page .cate-name{
	width: 125px;
}
#news-page .card, #blog .card{
  margin: 0 4% 15%;
}

#news-page .card-body, #blog .card-body {
  border: 1px solid rgba(0,0,0,.125);
}

#news-page .card, #blog .card, #news-page .card-body, #blog .card-body, #news-page .card-img-top, #blog .card-img-top {
	border-radius: 0px;
	min-height: 240px;
}

.div-to-display {
	display:none;
}

#news-page .card-img-top {
	width: 100%;
	height: 350px;
	margin: auto;
}

#news-page .card:hover > .card-body, #blog .card:hover > .card-body {
	background: #fcfaf9;
	border: 1px solid #ed1c24;
	border-top: 1px solid rgba(0,0,0,.125);
}

#news-page .card-text.description-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 15px;     /* fallback */
	max-height: 45px;      /* fallback */
	-webkit-line-clamp: 3; /* number of lines to show */
	-webkit-box-orient: vertical;
}

#news-page .card-text.description-6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 15px;     /* fallback */
	max-height: 90px;      /* fallback */
	-webkit-line-clamp: 6; /* number of lines to show */
	-webkit-box-orient: vertical;
}

#news-page .card-text.comment {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 15px;     /* fallback */
	max-height: 45px;      /* fallback */
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
}

#news-page .text, #blog .text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;	
}

#news-page a {
  color: black;
  cursor: pointer;
}

#news-page .trapezoid, #blog-page .trapezoid {
  border-top: 31px solid #ed1c24;
	border-left: 15px solid transparent;
	border-right: 0px solid transparent;
	width: 43%;
  height: 0;
  position: absolute;
  top: 0;
  left: 57%;  
}

#news .trapezoid {
  border-top: 31px solid #ed1c24;
	border-left: 15px solid transparent;
	border-right: 0px solid transparent;
	width: 49%;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;  
}

#news-page .trapezoid p, #blog-page .trapezoid p, #news .trapezoid p {
  position: absolute;
  top: -28px;
  left: 22%; 
  color: #fff;
}

#news-page .card-text, #blog .card-text {
  font-size: 12px;
  line-height: 14.1px;
}

#news-page .filter, #blog .filter {
  margin: 2% 0;
}

#news-page .icon {
  position: absolute;
  left: 80%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}

#news-page .icon img {
	width:100%;
}

.courses .nav-tabs .nav-item.show .nav-link, .courses .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #e62f2d;
	font-weight: 700;
}

.courses .nav-tabs .nav-link {
	color: #333;
	background-color: #fff;
	font-weight: 700;
}

.live-session-video h6{
  color: #000;
  font-size: 17px;
}

.live-session-video .h-title {
	margin-bottom: 15px;
	font-size: 18px;
	letter-spacing: 0px;
	color: #da1717;
	font-weight: 700;
}

.live-session-video .h-content {
	margin-bottom: 15px;
	font-size: 18px;
	letter-spacing: 0px;
	color: #211f1f;
	font-weight: 500;
}
/*GLOBAL
============================================= */

html,body {
	height:100%;     
	/*overflow-x: hidden;*/
}

@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url(../fonts/Montserrat-SemiBold.otf);
}
@font-face {
	font-family: 'AvenirLTStd-Roman';
	src: url(../fonts/AvenirLTStd-Roman.otf);
}
@font-face {
	font-family: 'AvenirLTStd-Black';
	src: url(../fonts/AvenirLTStd-Black.otf);
}
@font-face {
	font-family: 'AvenirLTStd-Book';
	src: url(../fonts/AvenirLTStd-Book.otf);
}
@font-face {
	font-family: 'Montserrat-Medium';
	src: url(../fonts/Montserrat-Medium.otf);
}

@font-face{
	font-family: 'Azoft Sans-Bold';
	src: url(../fonts/Azoft Sans-Bold.ttf);
}
@font-face{
	font-family: 'HKGrotesk-Regular';
	src: url(../fonts/._HKGrotesk-Regular.otf);
}

body {
	/* font-family: 'AvenirLTStd-Book'; */
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}
.footer-bottom {
    background: #cb1a1a;
}
.footer .copyright p a{
	color:#fff;
	font-size: 15px;
    color: #fff;
    text-transform: capitalize;
	margin: 0px ! important;
	padding: 0px ! important;
}
.button .btn {
    color: #fff;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid transparent;
    padding: 6px;
    text-transform: capitalize;
    letter-spacing: 0px;
}
.home-slider .single-slider h1 {
    color: #da1717;
    font-weight: 700;
    font-size: 40px !important;
	text-transform: capitalize;
	line-height:50px;
	line-height: 58px;
    letter-spacing: 0;
}
a.readmore {
    color: #2c2f2e;
    font-size: 24px;
    font-weight: 700;
	text-transform:uppercase;
    padding-bottom: 10px;
}
a.readmore::after{
	content: '';
    background: #da1717;
    height: 5px;
    width: 60px;
    display: block;
    margin-top: 10px;
}
.button .btn:hover {
    color: #252525;
    background: transparent;
    border-color: #e6e6e6;
}
.home-slider .single-slider:before {
    opacity: 0;
}

.register-login {
    color: #da1717;
    cursor: pointer;
	font-weight: bold;
}
.register-login:hover {
    color: #da1717;
    cursor: pointer;
	text-decoration: underline;
}
/* home popular courses section
--------------------------------*/
.courses .single-course {
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    
    margin: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.courses .single-course:hover {
    box-shadow:none;
}
.courses .single-course p{
	letter-spacing: 0px;
}

.single-course .course-name-link{	
	min-height: 50px;
	text-transform: uppercase;
}

.single-course .course-head img{
	cursor: pointer;
	min-height: 160px;
}
.course-slider .course-content, .single-main .course-content{
	padding: 0px 0px 10px;
    border: solid 0px;
    border-color: #f1f1f1;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
#course-home-slider .course-content .course-name{
    min-height: 34px;
}
.course-slider .course-content .course-name, .single-main .course-content .course-name{
    font-size: 24px;
    letter-spacing: 0px;
	
}
.course-slider .course-content .course-name a, .single-main .course-content .course-name a{
    	color : #da1717;
		font-weight: 600;
		text-transform:uppercase;
}
.course-slider .course-content.course-description, .single-main .course-content.course-description{
    letter-spacing: 0px;
	min-height: 70px;
}
.course-slider .course-content .course-price, .single-main .course-content .course-price{
		font-size: 16px;
		letter-spacing: 0px;
		color: #a81f1f;
		font-family: 'AvenirLTStd-Book';
}
.courses.single .course-price {
    float: none;
    text-align: left;
    font-family: 'Open Sans', sans-serif ! important;
    font-weight: 900;
}
.course-slider .course-content .course-description.line-clamp, .single-main .course-content .course-description.line-clamp {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
}
.course-slider .course-content .course-description.line-clamp-3, .single-main .course-content .course-description.line-clamp-3 {
    -webkit-line-clamp: 3;
    height: calc(1em * 1.1 * 3);
}
.course-slider .course-content .course-description.line-clamp-4, .single-main .course-content .course-description.line-clamp-4 {
    -webkit-line-clamp: 4;
    height: calc(1em * 1.1 * 4);
}
.home-slider {
    min-height: 510px ! important;
	height: 510px ! important;
}
.bbtitle {
    background: #2c2f2e;
}
.bbtitle h2{
	color: #fff;
    font-size: 24px;
    font-weight: 400;
}
/*our categories*/
.customcategory h1{
    background-color: #da1717;
    position: absolute;
    opacity: 1;
    font-size: 19px;
    padding: 15px;
    bottom: 0;
    width: 100%;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 400;
	text-transform:capitalize;
	opacity:0.8;
}

#course-list-slider .course-name, #all-courses .course-name {
	
}
.courses .course-head {
    position: relative;
    overflow: hidden;
    min-height: 250px;
}
.courses .category-name {
	font-size: 20px !important;
    letter-spacing: 0px;
    color: #000;
    font-weight: 400;
}
.courses .single-course h4.course-mentor-c a{
	color: rgb(0,105,186);
}
.courses-banner {
	padding: 200px;
}
.courses-banner h2, .team-banner h2 {
		font-size: 52px;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.team-banner {
	background: url(../images/team/banner.png);
	padding: 250px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}
.team-banner h2 {
	font-family: AvenirLTStd-Book;
}
.course-banner-overlay {
    min-height: 400px;
    /* background-color: rgba(0, 0, 0, 0.4); */
}
.course-banner-overlay h1{
		margin-top: 170px !important;
    text-transform: uppercase;
    letter-spacing: 5px;
}
/*about*/
ul.sociallinks a {
    padding: 0px 5px;
    width: 100%;
    height: auto;
    position: relative;
}
#about .section-title{
    margin-bottom: 20px;
    text-align: left;
    padding: 0px;
}
#about .about-text{
    BACKGROUND-COLOR: #d92b2b;
    POSITION: absolute;
    LEFT: -15%;
    BOTTOM: 16%;
    PADDING: 20PX;
    BORDER-RADIUS: 9PX;
    min-height: 183px;
}
#about  p{
    color: #000;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 24px;
	text-align:justify ! important;
}
#about img{
	    max-height: 100%;
}
/* Testimonials Section
--------------------------------*/
#testimonials {
  margin: 60px auto 0px auto;
    background: #f7f7f7;
	padding: 60px 0px 60px;
}
.testimonials-size {
    /* margin: 0 70px 0 70px; */
}
.shadow {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .3s ease;
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, transparent 94%, #bb2125 6%) repeat scroll 0 0;
}

#testimonials .icon {
    color: #000;
    font-size: 60px;
    text-align: center;
	margin: 0px auto;
}
#testimonials .testimonial-item {
    padding: 50px 30px;
    margin: 20px 20px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    
}
/*img.img-responsive {
    box-shadow: 1px 5px 5px rgb(0 0 0 / 50%);
    border-radius: 9px;
}*/
/*#testimonials .testimonial-item:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: -2em;
    left: 17%;
    box-sizing: border-box;
    border: 1em solid black;
    border-color: transparent transparent #ffffff #ffffff;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -3px 5px 5px 0 rgba(0, 0, 0, 0.1);
}*/
#testimonials .testimonial-item .testimonial-img {
    object-fit: cover;
    object-position: top;
    width: 150px;
    border-radius: 50%;
    border: 0px solid #fff;
    margin: 0 20px;
    height: 150px;
    margin: 0px auto;
}
#testimonials .testimonial-item h3 {
    font-size: 20px;
    /* font-weight: 600; */
    margin: 10px 0 5px 0;
    color: #111;
    letter-spacing: 0px;
	text-align:center;
}
#testimonials .testimonial-item .col-test-text{
	margin: 10px 0px 20px 0px;
	padding:0px;
}
#testimonials .owl-item.active:nth-child(2) .testimonial-item {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
}
#testimonials .testimonial-item p {
    margin: 0px 0px 0px 0px;
    /* letter-spacing: 0px; */
    font-size: 15px;
    text-align: center;
    width: 100%;
    display: block;
    position: relative;
}
#testimonials .owl-dots {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 0px;
}

#testimonials .owl-dot.active span{
    background-color: #be2222;
}
.testimonial-item .col-md-offset-3 {
    position: absolute;
    top: 110%;
    left: 15%;
    font-family: Montserrat-Medium;
    letter-spacing: 0px;
}
.home-slider .single-slider .slider-text {
    margin: 35% 28px 0;
}
.home-slider .col-8,.home-slider .col-4{
	padding-right: 0px;
    padding-left: 0px;
}
.owl-item {
    margin-bottom: 0px;
}

#testimonials .owl-item {
  margin-bottom: 0px;
}

/*footer*/
.footer{
   background-color: #2c2f2e;
   background-image:none;
}
.footer .footer-top {
    padding: 40px 0px 40px;
}

.footer a, .footer p {
    color: #FFF;
    font-weight: 400;
    font-size: 15px;
    padding: 14px ;
    letter-spacing: 0px;
    line-height: 1.5;
}

.footer .useful-links ul li {
    position: relative;
    /* font-size: 1px; */
    line-height: 13px;
}
.footer .copyright {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
    display: block;
}
.footer .useful-links ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}
.footer .single-widget h2 {
    font-size: 18px;
    margin-bottom: 14px;
    margin-left: 12px;
    padding-bottom: 16px;
    color: #da1717;
    position: relative;
    letter-spacing: 0px;
    font-weight: 600;
}

.text-center.ctitle {
    color: #2c2f2e;
    text-align: center;
    margin: 0px auto;
    font-size: 26px;
}
.text-center.ctitle:before{
   content: '';
    background: #da1717;
    width: 100px;
    position: absolute;
    height: 3px;
    margin: 15px 0px 15px -120px;
}
.text-center.ctitle:after {
    content: '';
    background: #da1717;
    width: 100px;
    position: absolute;
    height: 3px;
    margin: 15px 20px;
}

.section-title h2.teamh2 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #da1717;
    font-weight: 600;
}
.teamh2 a.social-link {
    margin: 0px 5px;
}
.teamh2 a.social-link img.linkedin {
    width: 20px;
}
.teamh2 a.social-link img {
    width: 24px;
    height: auto;
}
.team-text p {
    color: #000;
    font-size: 15px;
}
h3.teamh3 {
    font-weight: 400;
    margin: 10px 0px;
    color: #000;
    font-size: 23px;
}
.footer .sociallinks li {
    display: inline-block;
     margin-right: 0px;
}
.footer .single-widget h2:before{
	display:none ! important;
}
/*.footer .single-widget h2:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 40px;
    height: 2px;
	border-bottom: solid 1px;
}*/
/*section*/
.section-title h2 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #da1717;
}

.cdetails {
    background: #da1717;
}
.cdetails ul{
	padding: 20px 28px;
}
.cdetails li{
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-style: italic;
  line-height: 50px;
  font-weight:300;
  
}
.cdetails h3{
	font-size: 20px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
	padding: 20px 40px;
	background:#c10202;
}
/*course-details*/
.single-main .content h3{
	text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 700;
	font-size: 23px;
}
.single-main .content h4{
	text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 500;
	font-size:20px;
}
.single-main .content p{
    font-weight: 400;
    letter-spacing: 0px;
    color: #000;
    line-height: 21px;
    font-size: 15px;
}
.single-main .content .mentor{
    font-size: 20px;
    letter-spacing: 0px;
	color:#6a6969;
}
.text-maroon{
	color: #da1717;
}
.courses.single {
     background: none;
}
.video-container{
	min-height:200px;
}
.courses .banner {
    color: #ffffff;
    background: #2c2f2e;
    letter-spacing: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 380px;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}
.white-text{color:#fff ! important;}
.mentor-pic {
    width: 150px;
    float: left;
	margin-right: 20px;
}
.mentor-details {
   /* margin: 0px 0px 0px 170px;
    width: calc(100% - 170px);*/
	padding:20px;
}
h4.mdegree {
    font-size: 20px;
    font-weight: 300;
    margin: 0px 0px 10px;
	color: #fff;
}
.mentor {
    width: 100%;
    float: left;
}
.courses .banner.pdm h1{
	padding: 180px 49px 163px 0px;
    
}
.mentor-profile-page .course-slider .course-content {padding: 15px;}
.session-join {
    margin-bottom: 20px;
}
.section-title .mdesc h2.ctitle{
	color:#252525 ! important;
	text-align: left ! important;	
}

h2.ctitle{
	font-size: 18px !important;
	text-transform: uppercase !important;
}
.mdesc .ctitle:after {
    content: '';
    width: 70px;
    height: 2px;
    background: #da1717;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.mdesc .sessions:after {
    content: '';
    width: 70px;
    height: 2px;
    background: black;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.courses .banner h1 {
	margin-top: 19px;
	font-size: 27pt;
	color: rgb(255, 255, 255);
	line-height: 1.3;
	font-weight: 700;
	}
.mentor-pic img {
    border-radius: 100%;
    border: 5px solid #f2f2f2;
	width: 150px;
    height: 150px;
}
.mentor-pic1 {
	width: 175px;
	height: 135px;
  }
  .mentor-pic2 img {
	width: 150px;
	height: 150px;
  }
  .mentor-pic2 {
    display: inline-block;
    width: 150px;
}
.webinar-pic2 img {
	width: 400px;
	height: 240px;
  }
  .webinar-pic2 {
    display: inline-block;
    width: 400px;
}

.mentor-details {
    padding: 20px;
    display: inline-block;
}
.mdesc .para {
    padding: 0px ! important;
    margin-bottom: 15px;
	text-align: left ! important;
}
.courses.single .mentor-pic {
	width: 200px;
    display: block;
    margin: 0px auto;
    float: none;
	}

.courses .banner h2{
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0px;
    /* font-weight: 500;*/
}
.courses.single .single-main {
    background: #fff;
    padding: 30px;
    min-height: 596px;
}
.courses.single .course-required ul li span.active, .courses.single .course-price .btn {
    background: #da1717 !important;
    letter-spacing: 0px;
    border-radius: 0px;
    font-size: 15px;
	margin-top: 10px;
		float: inherit;
}
h4.course-mentor-c.mb-3 a {
    color: rgb(0,105,186) ! important;
}
#index-pdf:hover {
	color: #252525 !important;
    background: transparent !important;
    border-color: #e6e6e6;
}
.fs-13{
	font-size:13px;
}
.fs-10{
	font-size:12px;
	font-weight:600;
}
/*login*/
.modal-body .btn, .modal-footer .btn {
    color: #fff;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid transparent;
    padding: 6px 18px 6px 18px;
    text-transform: capitalize;
    letter-spacing: 0px;
    background: #da1717 !important;
    font-size: 13px;
    letter-spacing: 0px;
}

.modal-body .btn:hover, .modal-footer .btn:hover{
    color: #252525 !important;
    background: transparent !important;
    border-color: #e6e6e6;
}
.modal-title {
    margin-bottom: 10px !important;
    line-height: 1.5;
    color: #da1717;
}
.para{
	font-size: 1px;
    letter-spacing: 0px;
    line-height: 22px;
	font-weight: 400px;
	padding-left: 15px;
    padding-right: 15px;
}
p {
    color: #000;}
/*header*/
.header .nav li a {
    color: #252525;
    font-size: 15px;
    /* padding: 10px 15px 5px; */
	padding : 10px;
    display: block;
    position: relative;
    text-shadow: none;
    text-transform: none;
    letter-spacing: 0;
    padding-top: 0px;
    text-transform: uppercase;
	font-weight: 700;
}
.header .logo label{
letter-spacing: 0px;
    font-size: 14px;
}
/*Become mentor*/
.section {
    padding: 25px 0;
}

.steps-row{
	min-height: 200px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
    border-radius: 1px;
}
.border{
	border : solid  1px;
	border-color : #d18989 !important;
}
#join-us label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 15px;
}
#join-us input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea{
	border-radius: 1px;
    padding: 18px;
    /* color: #ebebeb; */
    letter-spacing: 0px;
	border: solid 2px #ebebeb;
   /* max-width: 85%;*/
}
#join-us input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="number"]::placeholder, input[type="tel"]::placeholder, input[type="range"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="week"]::placeholder, input[type="time"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="color"]::placeholder, textarea::placeholder{
	
     color: #c0ccda; 
	 font-size: 14px;
    
}
#join-us textarea{
	height: calc(1.5em + .75rem + 94px);
}
#join-us .btn {
	color: #fff;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid transparent;
    padding: 4px 36px 4px 36px;
    text-transform: capitalize;
    letter-spacing: 0px;
    background: #da1717 !important;
    font-size: 20px;
    letter-spacing: 0px;
}
.section-title {
    text-align: left;
    margin-bottom: 40px;
    padding: 0 0px;
}

.section-title-admin-lead{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.px-30{
	padding-left: 30px;
    padding-right: 39px;
}
.sociallinks.text-left img {
    width: 36px;
}
/*about us*/
.aboutus-header .banner {
    color: #ffffff;
    background-image: url(/images/banner/about-header.jpg);
    letter-spacing: 0px;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.aboutus-header .banner .slider-text h1{
    font-size: 42px !important;
    text-transform: uppercase;
    font-weight: normal;
    color:#2c2f2e;
    letter-spacing: 0px;
	font-weight: 600;
}
.aboutus-header .banner .slider-text {
    margin: 140px 28px 0;
}
.bggrey{
	background-color: #f6f6f6;
}
.bgmaroon{
	background-color: #da1717;
}
.bgred{
	background-color: #dd2c2c;
}
.about-img-fluid {
    width: 50px;
    max-width: 100%;
    height: auto;
}
.form-control {
	border :solid 2px #ebebeb !important;
}

.font-20 {
    font-size: 20px;
}
.breadcrumbs {
	background: url(../images/banner/courses.jpg);
    background-position: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    padding: 130px 49px 63px 0px;
    min-height: 350px;
		box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);
}
.course-video-list-banner {
	background: url(../images/courses-bg.jpg) !important;
    background-position: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
		box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);
}

/*mentor-details*/
.heading{
	text-transform: uppercase;
    letter-spacing: 0px;
    color: #ad2525;
    font-size: 20px;
    margin-bottom: 8px;
}
/*view videos*/
.courses.single .course-required {
    margin-top: 40px;
}

/*Live session*/
.session-video-image {
	min-height: 400px;
	background-position: center;
	background-size: cover;
}

.session-status {
	margin: 20px 0;
}

.session-box {
	background: #f3f3f3;
	padding: 35px;
}

.session-title {
	font-size: 1.6rem;
	letter-spacing: 0px;
	line-height: 40px;
}

.session-url {
	margin: 20px 0;
	font-size: 1.2rem;
	letter-spacing: 0px;
}

.btn-join-session {
	background: #da1717;
	color: #ffffff !important;
	border-radius: 0;
	width: 200px;
}

.session-description p{
	color: #000;
}

.session-description {
	font-size: 14px;
	letter-spacing: 0px;
	color: #000;
}

.session-other-header {
	font-size: 16px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #000;
	padding-top:18px;
}
.user_contact{
    text-indent: 65px;
    padding-right: 20px;
}
/*======================================*/
@media only screen and (max-width: 1024px){
	.header .header-inner {display:block;padding: 10px 30px;}
	.slicknav_menu {display: block;background: #FFF;}
	.home-slider, .home-slider .single-slider {height: 340px;}
	.home-slider .single-slider {min-height: 340px;}
	.home-slider .single-slider h1{font-size: 24px !important;line-height: 40px;}
	.home-slider {
		min-height: 340px ! important;
		height: 340px ! important;
	}
	.section-title-admin-lead{
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}	
	
}
.webinar-details{
	padding: 20px;
	display: inline-block;
}
/*======================================*/
@media only screen and (max-width: 767px){
	.modal-dialog {
		margin: 2rem !important;
		}
	label{
		margin-bottom: 0 !important;
		}
	.home-slider .single-slider .slider-text {
		margin: 35% 0px 0 20px;
	}
	.courses.single {
    padding: 0px;
}
	.mentor-profile-page .row.justify-content-center.course-slider {
    margin-right: 20px;
    margin-left: 20px;
}

.section-title-admin-lead{
	margin-top: 2px !important;
	margin-bottom: 2px !important;
}	
	.why-mentor .cmentorimg {
		min-height: 250px;
		height: auto;
		border: none;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		overflow: hidden;
		margin-bottom: 0px;
	}
	.px-30 {
    padding-left: 10px;
    padding-right: 0px;
}
	h3.teamh3 {font-size: 16px;line-height: 24px;}
	.video-description {margin-top: 15px;}
	.section-title {margin-top: 20px;}
	.section {padding: 48px 20px;}
	.admin-lead-section{padding: 5px 10px;}
	a.readmore::after {content: '';background: #da1717;height: 2px;width: 60px;display: block;margin-top: 2px;}
	a.readmore {font-size: 14px;padding-bottom: 10px;}
	.header .header-inner img{padding: 0px 10px;}
	.slicknav_menu {display: inherit;margin-top: 0px;font-size:13px;}
	.slicknav_btn, .slicknav_btn:hover {background: #c10404;}
	.home-slider {margin-left: 0px !important;margin-right: 0px !important;min-height: 200px !important;height: 200px !important;}
	.mobile-menu{padding-left: 0px;}
		.home-slider .single-slider h1 {
			font-size: 14px !important;
			text-transform: uppercase;
			font-weight: normal;
			letter-spacing: 0px;
			line-height: 20px;
		}
		.home-slider .single-slider {
			min-height: 200px !important;
			height: 200px !important;
		}
		.search .search_field {
			font-size: 10px;
		}
		.section-title {
			margin-bottom: 1rem;
		}
		#courses{
			margin-top: 0px!important;
		}
		.section-title h2 {
			font-size: 16px;
			letter-spacing: 0px;
		}
		
		#course-home-slider .course-content .course-name {
			min-height: 0px;
		}
		.course-slider  .mb-3, .my-3 {
			margin-bottom: .2rem!important;
		}
		
		.course-slider .course-content .course-description.line-clamp-3, .single-main .course-content .course-description.line-clamp-3 {
			height: 100%;
		}
		.course-slider .course-content .course-price, .single-main .course-content .course-price {
			font-size: 14px;
			
		}
		#courses .owl-item {
			margin-bottom: 0px;
		}
		.team .mb-5{
			margin-bottom: 20px !important
		}
		.customcategory h1 {
			font-size: 16px;
			padding: 12px;
		}	
		.team .category-description p {
			font-size: 14px;
		}
		#about{
			padding-top: 20px !important
		}
		#about .section-title {
			margin-bottom: 10px;
		}
		#about p {
			font-size: 14px;
			letter-spacing: .5px;
			line-height: 25px;
			
		}	
		#about .about-text {
			left: -5%;
			bottom: -25%;
			padding: 6px;
			min-height: 115px;
		}
		.testimonials-size .mt-3, .my-3 {
			margin-top: 1.5rem!important;
		}
		.about-text img{
			height:10px !important;
		}
		#about .about-text p {
			padding-top:0px;
			font-size: 12px;
		}
		.p-15{
			padding-top:15px;
		}
		.footer .footer-top {
			padding: 10px;
		}
		.footer .pl-5, .px-5 {
			 padding-left: 0rem!important;
		}
		.footer .ml-5, .mx-5 {
			margin-left: 0rem!important;
		}
		.col-social-links{
			width:auto !important;
			flex: none;
			margin-left: 0rem!important;
		}
		.footer {
			padding-top: 0px !important;
		}
		.col-company-info{
			padding-left:0px;
		}
		.customcategory {
			min-height: 200px;
		}	
		.breadcrumbs{
			padding: 20px;			
			height: 200px;
			min-height: 200px;
		}
		.courses-banner h2, .team-banner h2 {
			font-size: 40px;
			text-transform: uppercase;
			letter-spacing: 0px;
			margin-top: 60px;
		}
		.courses .course-head {
			position: relative;
			overflow: hidden;
			min-height: 200px;
			padding: 0px;
		}
		
		.top-courses .mt-5, .my-5 {
			margin-top: 1rem!important;
		}
		.courses.archives .single-course {
			width: 45% !important;
			margin: 0px;
			padding: 10px ! important;
			display: table;
			width: 100%;			
		}
		.courses .category-name {
    font-size: 14px !important;
    }
		.course-slider .course-content .course-description.line-clamp-4, .single-main .course-content .course-description.line-clamp-4 {
			-webkit-line-clamp: 4;
			height: auto;
		}
		#course-list-slider .course-name, #all-courses .course-name {
			min-height: 0px;
		}
		.col-type .mt-5{
			margin-top: 0px!important;
		}
		.no-course h4{
			font-size:1rem;
		}
		.aboutus-header .banner{
			padding: 20px;			
			height: 200px;
			min-height: 200px;
		}
		.aboutus-header .banner .slider-text {
			margin: 0px!important;
		}
		.aboutus-header .banner .slider-text h1  {
			font-size: 20px !important;
			text-transform: uppercase;
			letter-spacing: 0px;
		}	
		.col-video{
			margin-left:0px !important;
			padding-left: 0px!important;
		}
		.col-video-text .section-title{
			margin-top:30px !important;
			padding-top: 0px!important;
		}
		.col-video-text .mb-5, .my-5 {
			margin-bottom: 1rem!important;
		}
		.row-founder{
			margin-top: 1rem!important;
		}
		.para {
			font-size:14px;
		}
		.container-mission-vision{
			margin-left:0px!important;
			padding-left:0px!important;
		}
		.row-vision .ml-5, .mx-5 {
			margin-left: .5rem!important;
		}
		
		
		.col-img-vision .px-5{
			padding-left: 2rem!important;
		}
		.col-vision{
			margin-left: .5rem!important;
		}
		.row-vision .pb-5{
			padding-bottom: 0px!important;
		}
		.row-vision-text .pl-5, .px-5 {
			padding-left: 2rem!important;
		}
		.col-img-vision{
			padding-right: 0rem!important;
			padding-left: 0rem!important;
		}
		.col-img-mission{
			padding-right: 0rem!important;
			padding-left: 0rem!important;
		}
		.courses .banner{
			min-height: 350px;
		}
		.banner {
			min-height: 350px!important;
			height: 200px;
		}
		.course-banner-overlay h1 {
     margin-top: 7%!important;
		}
		.tag-name , .course-price{
			font-size: 14px;
		}
		.banner h1 {
			font-size: 20px!important;
		}
		.single-main .content h3 {
			font-size: 16px;line-height: 1.5;
		}
		.single-main {
			padding: 10px!important;
		}
		.course_name{
			margin-bottom: .5rem!important;
		}
		.mentor{
			margin-right:0px!important;
		
		}
		.single-main .content .mentor {
			font-size: 16px;
		}
		.row-view-video .offset-3{
			margin-left:0%!important;
		}
		.content h4 {
    font-size: 16px!important;
		}
		.team-member p {
    font-size: 14px;
		}
		.team-description h2{
			text-align: center;
		}
		.team-description{
			padding-left :15px!important;
			padding-right :15px!important;
			text-align:left!important;
		}
		.team-img img{
			padding-top: 1rem;
		}
		.become-mentor-header .banner label {
			font-size: 20px;
			letter-spacing: 0px;
			margin-top: 20px;
			margin-left: 20px;
		}
		
		.become-mentor-header .banner .container {
				padding-top: 0rem!important;
		}
		.become-mentor-header .button {
			padding: 8px;
			padding-left: 20px;
			padding-right: 20px;
			font-size: 14px;
			font-weight: 100;
		}
		.become-mentor-header .banner .title {
			margin-top: 0%;
		}	
		.why-mentor .mt-4{
			margin-top:1rem!important;
		}
		.mentor-explore, .mentor-reach {
			margin-right: 0rem!important;
		}
		.why-mentor .overley h3 {
			margin-top: 79%;
		}
		.steps-row{
			margin-right:0px!important;
		}
		
		#form-register-mentor .pr-5, .pr-3, .pr-4{
			padding-right:0px!important;
		}
		.col-address,.col-contact {
			padding-left:0px;
			padding-right:0px!important;
		}
		.col-qualification{
			padding-left:15px!important;
			padding-right:0px!important;
		}
		.mentor-steps{
			padding-bottom:20px !important;
		}
		.form-check-inline {
			margin-right: .5rem;
		}
		#news-page {
			padding-top: 0px;
		}
		.h5, h5 {
			font-size: 14px;
		}
		.section-privacy, .section-terms{
			padding-top:20px;			
		}
		.search .search_field {
			padding: 11px 9px;
		}
		.courses .single-course h4 {
			font-size: 12px;
			font-weight:600;
			margin-bottom:10px;
		}
		h4 a{
			font-weight:600 !important;
		}
		.course-des{
			font-size: 12px;
		}
		.course-price, .course-price h4, .course-price h3{
			font-size: 14px !important;
			color: #a81f1f;
		}
		
		.courses.single .course-meta {
			margin-top: 0px;
		}
		.courses .single-content {
			padding: 20px;
		}
		.webinar-pic2 img{
			width:200px;
			height:  120px;
		}
		.webinar-details{
			padding: 10px 0 10px 0;
    		display: inline-block;
		}
		.makeFlex {
			display: block !important;
		}
		.clusterTabsHead{
			display: block !important;
			text-align: center;
		}
		#weeklyFare .glider-prev{
			height: 81px !important;
		}
		#weeklyFare .glider-next{
			height: 81px !important;
		}
		.timingOption{
			padding: 0 !important;
		}
		.flexOne.timeInfoLeft {
			margin-bottom: 1rem;
		}
	}
@media only screen and (max-width: 420px){		
	.home-slider {
		min-height: 200px ! important;
		height: 200px ! important;
	}
	.owl-carousel .owl-item img {
		display: block;
		width: 100%;
		position: absolute;
		bottom: -30px;
	}
	.owl-carousel .owl-item img.testimonial-img {
    display: block;
    width: 100%;
    position: relative;
    bottom: 0px;
	}
	.webinar-details{
		padding: 10px 0 10px 0;
		display: inline-block;
	}

	.tooltip .tooltiptext {		
		margin-left: -284px;
		margin-top: 50px;
		vertical-align: middle;
		width: 325px !important;
	}
}
@media (min-width: 991px) and (max-width: 1280px) {
.courses .owl-carousel .owl-nav .owl-prev,
.testimonials .owl-carousel .owl-nav .owl-prev,
.events .owl-carousel .owl-nav .owl-prev,
.blog .owl-carousel .owl-nav .owl-prev{
	left: -55px;
}
.courses .owl-carousel .owl-nav .owl-next,
.testimonials .owl-carousel .owl-nav .owl-next,
.events .owl-carousel .owl-nav .owl-next,
.blog .owl-carousel .owl-nav .owl-next {
	right: -55px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-title h2 {
	font-size: 30px;
}
.container{
	width:auto;
}
.header .content,.header .social {
	float: none;
	text-align: center;
}
.header .single-widget {
	position: relative;
	display: inline-block;
	padding-left: 25px;
	margin-right: 10px;
	text-align: left;
}
.header .single-widget i {
	display:none;
}
.header .nav li a {
	padding: 15px;
}
.header .button .btn {
	margin-top: 5px;
	font-size: 14px;
	padding: 12px 21px;
}
.home-slider, 
.home-slider .single-slider {
	height: 500px;
}
.home-slider .single-slider .slider-text {
	margin: 99px 0 0;
}
.home-slider .single-slider h1 {
	font-size: 35px;
	line-height: 55px;
}
.home-slider .single-slider .slider-text {
	margin: 112px 0 0;
}
.home-slider .owl-item.active .slider-text p,
.home-slider .single-slider .text-center p,
.home-slider .single-slider .text-right p {
	padding: 0;
} 
.team .section-title {
	margin-top: 0px;
}
.testimonials .single-testimonial {
	padding:15px;
}
.fun-facts .single-fact{
	border:none;
}
.courses.single .course-feature {
	margin-top: 30px;
}
.faq-img{
	margin-top:30px;
}
.about-us .message-area {
	padding:0;
	margin-top: 30px;
}
.courses.single .course-info,.courses.single .course-price {
	float: none;
	text-align:center;
}
.contact .contact-info {
	padding: 0;
}
.b-archives .blog-sidebar {
	border: none;
	padding-left: 0px;
}
.learnedu-sidebar,.learnedu-sidebar.left {
	padding:0;
	border:none;
	margin-left:0px;
	margin-right:0px;
}
.contact-bottom{
	display:none;
}
.footer .copyright,.footer .footer-menu  {
	float: none;
	text-align:center;
}
.footer .footer-menu {
	margin-top:10px;
}
}

@media only screen and (max-width: 767px){
	.ui-widget.ui-widget-content{
		z-index:1 ! important;
	}
	.courses.single .mentor-pic {
	width: 200px;
	}
	.btn-join-session {
    width: 100%;
    margin-bottom: 30px;
}
	.courses.archives .single-course.row.column.grid {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    display: table;
}
.breadcrumbs {
	padding: 50px 0;
}
.breadcrumbs h2 {
	font-size: 25px;
}
.section-title {
	text-align: center;
	margin-bottom: 30px;
	padding: 0;
}
.header .logo {
	float: none;
	margin:0;
}
.header .logo img{
	max-width: 80%;
	margin:0;
}
.slicknav_menu {
	background: transparent;;
	padding: 0px 0px;
}
.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 45px 0px 0px;
    position: absolute;
    z-index: 5;
    width: 85%;
    left: 5%;
	}
.slicknav_btn:hover{
}
.slicknav_nav .slicknav_item a i{
	display:none;
}
.slicknav_nav li:hover a{
	background:#fff;
	color:#252525;
}
.slicknav_nav li .dropdown li a,
.slicknav_nav li .dropdown li .dropdown li a{
	background:transparent;
	color:#fff;
}
.slicknav_nav li .dropdown li:hover a,
.slicknav_nav li .dropdown li .dropdown li:hover a{
	background:#fff;
	color:#252525;
}
.slicknav_nav .slicknav_arrow{
	float:right;
}
.section-title h2 {
	font-size: 30px;
}
.section-title p{
	font-size:14px;
}
.button .btn{
	font-size:14px;
}
.search .search_field {
    margin-top: 5px;
}
.slicknav_menu {
	display: block;
}
.slicknav_btn {padding: 10px 10px;}
.slicknav_btn {
	margin: 0;
	position: relative;
	top: 10px;
}
.header .header-inner {
	padding: 15px 0;
	background:#fff;
}
.header .content,.header .social {
	float: none;
	text-align: center;
}
.header .content li {
	display: block;
	font-size: 15px;
	margin-right: 0px;
	padding-right: 0px;
	border:none;
}
.header .single-widget.button,
.header .search-bar,
.header .header-widget,
.header .header-menu{
	display:none;
}
/* Header Sticky */
.header.sticky .header-inner{
	position:fixed;
	width:100%;
	top:0;
	z-index:33333;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	animation: fadeInDown 1s both 0.2s;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
}
.home-slider,
.home-slider .single-slider {
	height: 450px;
}
.home-slider .single-slider h1 {
	font-size: 28px;
	line-height: 20px;
}
.home-slider .single-slider .slider-text {
	margin: 41px 0 0 10px;
}
.home-slider .single-slider .slider-text,
.home-slider .single-slider .text-center,
.home-slider .single-slider .text-right{
	text-align:left !important;
} 
.home-slider .single-slider .slider-text p,
.home-slider .single-slider .text-center p,
.home-slider .single-slider .text-right p {
	padding: 0;
	font-size:14px;
} 
.home-slider .single-slider .button {
	margin-top: 30px;
}
.home-slider .single-slider .btn {
	padding: 12px 15px;
	margin-right: 10px;
	font-size: 13px;
}
.testimonials {
	background: #00B16A;
}
.testimonials:before{
	display:none;
}
.cta .news-inner {
	padding: 25px;
}
.team .section-title {
	margin-top: 0px;
}
.testimonials .single-testimonial {
	padding:15px;
}
.fun-facts .single-fact{
	border:none;
}
.faq .faq-title a::after{
	display:none;
}
.courses.single .course-feature {
	margin-top: 30px;
}
.courses.single .single-main {
	padding: 12px;
}
.courses.single .course-meta {
	padding: 0;
	margin: 20px 0;
}
.courses.single .content h2 {
	font-size: 25px;
}
.courses.single .course-price p,
.courses.single .course-price .btn{
	float:none;
}
.courses.single .course-price .btn{
	margin-top:10px;
}
.courses.single .course-info,
.courses.single .course-price {
	float: none;
	text-align:left;
}
.courses.single .single-info {
	margin:0 0 20px 0;
	float:none;
}
.courses.single .single-contnet h2 {
	font-size: 25px;
}
.courses .course-meta .meta-left,
.courses .course-meta .price {
	float: none;
	text-align:center;
}
.courses .course-meta .price{
	margin-top:10px;
}
.events.single .event-content h2 {
	font-size: 25px;
}
.events.single .book-now .button,
.events.single .social {
	float: none;
	text-align: center;
}
.events.single .social{
	margin-top:10px;
}
.about-us .message-area {
	padding:0;
	margin-top: 30px;
}
.about-us .section-title h2 {
	font-size: 25px;
}
.about-us .section-title h4 {
	margin: 10px 0px;
	font-size: 20px;
}
.team-details .member-detail {
	text-align: left;
}
.b-archives .blog-sidebar {
	border: none;
	padding-left: 0px;
}
.learnedu-sidebar,.learnedu-sidebar.left {
	padding:0;
	border:none;
	margin-left:0px;
	margin-right:0px;
}
.b-archives .pagination li a,.events.archives .pagination li a{
	padding: 8px 20px;
}
.b-archives.single .blog-detail .tags ul {
	margin-left: 0;
}
.b-archives.single .blog-detail ul li a {
	font-size: 14px;
}
.b-archives.single .next-prev h4 {
	font-weight: 400;
	color: #777;
}
.blog.b-archives .pagination li a {
	padding: 6px 16px;
}
.error-page .error-inner p {
	padding: 0;
}
.contact-bottom{
	display:none;
}
.mail-success {
	background: #f6f6f6;
	background: ;
}
.footer .copyright,.footer .footer-menu  {
	float: none;
	text-align:center;
}
.footer .footer-menu ul li {
	display: inline-block;
	margin-right: 15px;
}
.footer .footer-menu ul li a {
	font-size: 14px;
}
.footer .footer-menu {
	margin-top:10px;
}	
.col-md-12.col-12.col-test-image,#testimonials .testimonial-item .col-test-text {
    padding-left: 0px;
}
}
.courses .course-head img {
    max-height: 270px !important;
}

.row.justify-content-center.course-slider {
    margin-bottom: 25px !important;
}
/*******18062022**************/
img.single-cate-img {
    width: 80px;
    display: inline-block;
}
.single-cate {
    display: flex;
}
h3.single-cate-img {
    padding: 10px;
    margin: 0px;
}
a.singlecate {
    border-radius: 4px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
    display: block;
    margin-bottom: 20px;
}
h3.single-cate-img {
    padding: 10px 10px;
    margin: 0px;
    display: inline-flex;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none ! important;
    align-items: center;
    height: 80px;
}
/**************************/

h2.ctitle {
	font-size: 24px;
	font-weight: 600;
	margin-top: 20px;
}
.dropdown-scroll{
	max-height: 180px;
    overflow: hidden;
    overflow-y: scroll;
}
/* mentor testimonial */
/* 
body {
	background-color:#4A148C
} */

.slick-prev:before, .slick-next:before{
	color: #a19b9b !important;
}

@media (max-width:991.98px) {
	.padding {
		padding: 1.5rem
	}
}

@media (max-width:767.98px) {
	.padding {
		padding: 1rem
	}
}

.padding {
	padding: 5rem
}

.card {
   position: relative;
   display: flex;
   width: 350px;
   flex-direction: column;
   min-width: 0;
   word-wrap: break-word;
   background-color: #fff;
   background-clip: border-box;
   border: 1px solid #d2d2dc;
   border-radius: 11px;
   -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
   -moz-box-shadow: 0px 0px 5px 0px rgba(212,182,212,1);
   box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

.card .card-body {
	   padding: 1rem 1rem;
}

.card-body {
	flex: 1 1 auto;
	padding: 1.25rem
}

p {
	font-size: 0.875rem;
	margin-bottom: .5rem;
	line-height: 1.5rem
}


.profile{
		  margin-top: 16px;
   margin-left: 11px;
}

.profile-pic{
	width: 58px;
}
.register-modal-style .modal-header .modal-title {
    color: #da1717;
    margin-bottom: 0px ! important;
}
.cust-name{
	font-size: 18px;
}

.cust-profession{
	font-size: 10px;
}



.items {
   width: 90%;
   margin: 0px auto;
   margin-top: 100px
}

.slick-slide {
   margin: 10px
}




#modal-register li a {
	color: #fff;
	font-weight: 400;
}
#modal-register li.active {
    background-color: #da1717;
    padding: 14px;    
}
#modal-register li {
    padding: 14px;
	/* background-color: rgb(242 0 0 / 28%); */
}
#tabContent .col-md-6 {padding-left:0px !important; padding-right:0px !important;}
#testimonials .owl-carousel.testimonials-carousel.owl-theme.owl-loaded {    
    display: flex;
    align-items: center !important;
    justify-content:center !important;
}
.owl-dots{
	display: none !important;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    /* z-index: 99999; */
}
span.select2-container.select2-container--default.select2-container--open {
    z-index: 99999 ! important;
}
#modal-register li {
    padding: 5px;
    /* background-color: rgb(242 0 0 / 28%); */
    font-size: 14px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
}
.intl-tel-input.iti-container
{
	z-index: 100999 !important;
}
#weeklyFare .glider-prev:before {
    border: solid #0091ff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    content: "";
    position: absolute;
    left: 10px;
    top: 30px;
    box-shadow: 0 4px 7px 0 rgba(138,107,118,.2);
    border-radius: 2px;
}
.glider {
    overflow-x: hidden;
}
.glider-track {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    z-index: 1;
}
.glider-slide {
    min-width: 0;
}
.weeklyFareItems {
    padding: 13px 0;
    text-align: center;
    border-left: 1px solid #eaeaea;
}
#weeklyFare .glider-next:before {
    border: solid #0091ff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: "";
    position: absolute;
    right: 12px;
    top: 30px;
    box-shadow: 0 4px 7px 0 rgba(138,107,118,.2);
    border-radius: 2px;
}
#weeklyFare .glider-next {
    right: -30px;
    top: 0;
    background: #fff!important;
    width: 30px;
    height: 61px;
    border-left: 1px solid #eaeaea!important;
    box-shadow: 0 4px 7px 0 rgba(138,107,118,.2);
    border-radius: 2px;
}
#weeklyFare .glider-prev {
    background: #fff!important;
    width: 30px;
    height: 61px;
    left: -30px;
    top: 0;
    border-right: 1px solid #eaeaea!important;
    box-shadow: 0 4px 7px 0 rgba(138,107,118,.2);
    border-radius: 2px;
}
#weeklyFare {
    background: #fff;
    box-shadow: 0 4px 7px 0 rgba(138,107,118,.2);
    border-radius: 2px;
    /* margin: 0 30px!important; */
}
.glider-contain {
    width: 100%;
}
.weeklyFareItems {
    padding: 13px 0;
    text-align: center;
    border-left: 1px solid #eaeaea;
}
.glider-slide {
    min-width: 0;
}
.listingCardWrap {
    border-top: 1px solid #eaeaea;
    padding-bottom: 1px;
}
.appendTop20 {
    margin-top: 20px;
}
.clusterTabsHead {
    border: 1px solid #e2e2e2;
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
}
.clusterTabHeadList.active {
    background-color: #eaf5ff;
}
.clusterTabHeadList {
    padding: 10px 13px;
    border-right: 1px solid #e2e2e2;
    flex: 1;
    cursor: pointer;
    height: 60px;
    position: relative;
}
.makeFlex {
    display: flex;
}
.clusterTabHeadList.active:before {
    width: 100%;
    transition: all .6s ease-out;
}
.clusterTabHeadList:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #fff;
    border-bottom: 4px solid #0091ff;
    z-index: 1;
}
.clusterTabHeadList.active .clusterTabIcon {
    background-color: #0091ff;
}
.clusterTabIcon {
    width: 35px;
    height: 35px;
    background-color: #d5d5d5;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blackText {
    color: #000000;
	font-weight: 900;
	margin: 0;
}
.fontSize12 {
    font-size: calc(var(--font-scale, 1)*12px);
}
.listingCardWrap .clusterContent {
    position: relative;
	margin-top: 50px;
}
.appendBottom15 {
    margin-bottom: 15px;
}
.listingCard {
    padding: 16px 14px;
    border-top: 8px solid #e5eef5;
    background: #e5eef5;
    border-radius: 2px;
    position: relative;
}
.appendBottom5 {
    margin-bottom: 5px;
}
.makeFlex.spaceBetween {
    justify-content: space-between;
}
.makeFlex.hrtlCenter {
    align-items: center;
}
.makeFlex {
    display: flex;
}
.makeFlex.spaceBetween {
    justify-content: space-between;
}
.makeFlex {
    display: flex;
}
.clusterContent .airline-info-wrapper{
	width: 100%;
}
.gap-x-10>* {
    margin-right: 30px;
}
.fliCode {
    color: #878787;
    font-size: calc(var(--font-scale, 1)*16px);
	font-weight: 600;
}
.timingOptionOuter {
    margin: 0;
    width: 400px;
}
.timingOptionOuter label {
    margin: 0;
    width: 100%;
}
.timingOption {
    width: 100%;
    border: 1px solid transparent;
    position: relative;
    padding: 5px 10px;
}
.makeFlex .flexOne {
    flex: 1;
}
.flightTimeInfo {
    color: #000;
    font-size: calc(var(--font-scale, 1)*18px);
    font-weight: 900;
    display: inline-flex;
}
.appendBottom2 {
    margin-bottom: 2px;
}
.redText {
    --borderColor: #eb2026;
	font-size: 9px;
}
.ViewFareBtn {
    border: 1px solid #008cff;
    border-radius: 96px;
    color: #008cff;
    background: #daebff;
    font-weight: 700;
    font-size: calc(var(--font-scale, 1)*13px);
    position: relative;
    padding: 0 8px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
    width: 120px;
}
.customArrow {
    border: solid #0091ff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    position: relative;
}
.arrowDown {
    transform: rotate(320deg);
    -webkit-transform: rotate(320deg);
    top: -2px;
}
.appendRight8 {
    margin-right: 6px;
}

.singleairline img{
	height: 100px;
}
.blackFont {
    font-weight: 900;
}
.appendBottom2 span{
	font-weight: 600;
}
.flexOne .blackText{
	font-weight: 400;
}

#range-slider {max-width: 100%; margin: 0 auto; padding-top: 50px; }
#slider-range { background-color: #D4D4D4; }

.ui-slider-horizontal .ui-slider-range { background-color: #6798BD; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-active, .ui-widget-content .ui-state-active, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus { 
  background: #fff!important;
  border: 1px solid #cccccc!important;
}

.ui-slider .ui-slider-handle {
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.20);
  border-radius: 50%;
  height:20px;
  width:20px;
}

#amount { 
  font-size: 16px; 
  font-weight: 300;
  line-height: 1.6875em;
  color:#252525; 
  text-align:center;
  width:100%;
  margin-top: 20px;
}
.glider-contain {
    margin: 0 auto;
    position: relative;
}
.glider-next, .glider-prev {
    position: absolute;
    background: 0 0;
    z-index: 2;
    font-size: 40px;
    text-decoration: none;
    left: -23px;
    top: 30%;
    cursor: pointer;
    color: #666;
    opacity: 1;
    line-height: 1;
    transition: opacity .5s cubic-bezier(.17,.67,.83,.67),color .5s cubic-bezier(.17,.67,.83,.67);
}
.glider-next {
    right: -23px;
    left: auto;
}


#modal-register .tags-interest-listing li.active{
	background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

#modal-register .tags-interest-listing li.select2-search--inline.active{
	background-color: #fff;
    border: none;
}

#modal-register .tags-interest-listing li.active {
    padding: 5px;
}

#modal-register .tags-interest-listing .select2-container .select2-search--inline .select2-search__field{
	margin-top: 0px;
}