h2, h4 { font-family: 'Gilroy Bold'; }
h1, h3 { font-family: 'Gilroy Light'; }
ul { list-style-type:none; }

#fixed-side,
#fixed-side-butt { display:none; }

/************* Fixed side Reviews **********/
#reviews-fixed-side {  
    position: fixed;
    left: -762px;
    top: 250px;
    width: 840px;
    height: 495px;
    background: transparent;
    z-index: 100;
}
#reviews-fixed-side-butt,
#reviews-fixed-side-nav {
	float:left;
	height:100%;
	box-shadow:1px 1px 10px #000;
}
#reviews-fixed-side-butt { 
    width: 8%; 
    background: #5ec5cb;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
    padding-top: 300px;
	padding-left: 5px;
    cursor: pointer;
}
#reviews-fixed-side-nav {
	width:91%;
	background:#fff;
	border:1px solid #41cd52;
}
#reviews-fixed-side-butt p {
	margin-left:3px;
	transform: rotate(-90deg);
	width:80%;
	font-size:25px;
	line-height:24px;
	display: inline-block;
	white-space: nowrap;
}
#reviews-fixed-side-close { 
	text-align:center;
	margin:3px 3px 0 0; 
	float:right;
	width:26px;
	font-size:20px;
	cursor:pointer;
}
#reviews-fixed-side-close:hover { 
   box-shadow:1px 1px 10px rgb(0, 204, 255);
   transition: box-shadow 0.6s;
}

#reviews-fixed-side-content { 
	padding: 30px 15px 20px 15px;
	height: 95%;
	overflow-y: scroll;	
}
.rev-text {
	padding-top: 10px;
}
.rev-author {
	font-weight: bold;
	color: #5ec5cb;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.man-icon  {
	display:inline-block;
	width:25px;
	height:25px;
	margin-bottom:-5px;
	background:url('../assets/images/userlogo.png') center no-repeat;
	background-size:cover;
	border-radius:50%;
}
.blue-span { color:#5ec5cb; }
.alert-span {
	display:inline-block;
	width:40px;
	height:40px;
	background:url('../../../img/landing/alarm.jpg') no-repeat;
	background-size:95% 95%;
	margin-bottom:-15px;
}
.blue-dot  {
	margin-bottom:2px;
	margin-left:-20px;
}

.carousel-indicators li { background-color: #fff; }
.sliderslider { top: 200px; }

@media screen and (min-width:200px) and (max-width:1580px) {
	.carousel-item { height: 600px; }
	.sliderslider  { top: 150px; }
	.indicatorss   { margin-bottom: 35px !important; }
}
@media screen and (min-width:200px) and (max-width:1300px) {
	.carousel-item { height: 500px; }
	.sliderslider  { top: 100px; }
	.indicatorss   { margin-bottom: 20px !important; }
}
@media screen and (min-width:200px) and (max-width:1100px) {
	.indicatorss { margin-bottom: 10px !important; }
}
.indicatorss {
	margin-bottom: 50px;
	position: absolute;
}
.image {
	position: relative;
	width: 100%;
}


span.head-dates {
	font-family:'Gilroy Bold' !important;
	font-size:36px !important;
	color:#5ec5cb;
	text-transform:uppercase;
}

.slCol1 {
	position: absolute;
	top: 27%;
	left: 10%;
	width: 40%;
}
.slCol2 {
	position: absolute;
	top: 27%;
	left: 53%;
	width: 40%;
}
.slCol1 span,
.slCol2 span {
	font-family:'Gilroy Light';
	font-size:28px;
}
@media screen and (max-width: 1240px) {
	.slCol1 h1, .slCol2 h1 { font-size:36px; }
	.slCol1 h2, .slCol2 h2 { font-size:28px; }	
	.slCol1 span, .slCol2 span { font-size:24px; }
}
@media screen and (max-width: 900px) {
	#report-bug-button {
		right:0;
		left: 50%;
		transform: translate(-50%, 0);
	}
	#report-bug-button a { 
		font-size:20px !important;
		padding:5px 10px !important;
	}
	
	.slCol1, .slCol2 { top:25%; }
	.slCol1 h1, .slCol2 h1 { font-size:32px; }
	.slCol1 h2, .slCol2 h2 { font-size:22px; }	
	.slCol1 span, .slCol2 span { font-size:20px; }
}
@media screen and (max-width: 600px) {
  .slCol2 {
	left: 5%;
	width: 100%;
  }
  .slCol1 { display: none; }
  #report-bug-button { right:auto !important; min-width:300px; }
  
  .for-whom .card-body { margin-left:0 !important; padding:0 !important; }
  .for-whom ul { width:95%; padding-left:0 !important; }
  .for-whom li h2 { font-size:22px; }
}



.image { background: #000; }
.image img {
	opacity:0.3;
	height:700px;
	object-fit:cover;
} 
ul li span.egologo-icon {
	display:inline-block;
	width:60px;
	height:60px;
	background:url('../../../img/landing/egoicon.png') center no-repeat;
	margin-bottom:-23px;
	margin-left:-60px;
}
ul li p { font-size:24px; }

.what-mt {
	padding-top:100px;
	padding-bottom:70px;
	background:url('../assets/images/1-3-1280x1024.png') no-repeat;
	background-size:cover;
}

.what-mt img {
	width:90%;
	height:auto;
	display:inline-block;
	margin-top:50px;
}
.why-us img { 
	width:350px;
	height:340px;
	display:inline-block;
	margin-top:0px;
	border-radius:50%;
}

@media screen and (max-width: 1064px) {
	.why-us img {
		width:250px;
		height:250px;
		margin-right:-20px;		
	}
}
@media screen and (max-width: 800px) {
	.what-mt img { margin-top:10px; } 
	.why-us img {
		width:250px;
		height:250px;
		margin-right:0;		
	}
	ul li p { font-size:20px; }
}

#rita {
	display:inline-block;
	width:450px;
	height:450px;
	border-radius:50%;	
}
.enroll a {
	font-size:36px;
	padding:20px 30px;
	color:#a00000 !important;	
}
.course-speaker {
	padding-top:70px;
	background:url('../assets/images/1-3-1280x1024.png') no-repeat;
	background-size:cover;
}

.course-price-card {
	width:80%;
	min-height:320px;
	margin:20px auto;	
	border:3px solid #5ec5cb;
	border-radius:10px;
}
.course-price-card p {
	color:#5ec5cb;
	font-family: 'Gilroy Light';
	font-size:48px;
	margin-bottom:0;
}
.course-price-card hr { 
    border: none;
    color: #5ec5cb; 
    background-color: #5ec5cb; 
    height: 3px;
	width:80%;
	margin:0 auto;
}
.course-price-card ul    { padding-top:10px; }
.course-price-card ul li { text-align:left; }
.course-price-card p.course-price-cert {
	width:80%;
	margin:0 auto;
	margin-top:-5px;
	font-size:26px;	
	color:#a00000;
	border:2px solid #a00000;
	border-radius:4px;
}
.course-price {
	color:#fff;
	text-align:center;
	font-family: 'Gilroy Bold';
	font-size:36px;
	width:80%;
	height:100px;
	background:#5ec5cb;
	border-radius:10px;
	margin:0 auto;
	margin-top:10px;
}
.course-price p    { margin:0; padding:0; }
.course-price-text { font-size:22px; }

.in-our-curse {
	padding-top:70px;
	padding-bottom:50px;
	background:url('../../../img/landing/network.jpg') no-repeat;
	background-size:cover;
}

.course-format {
	margin-top:100px;
	padding-bottom:0px;
}
.course-format img {
	width:200px;
	height:200px;
	border-radius:50%;
}
.course-format .card-body { 

}

@media screen and (max-width: 500px) {
	#rita { border:1px solid green;
		width:300px;
		height:300px;		
	}	
}

/* Cool reviews block */
#container-reviews {
	/* border-top: 1px solid #21b0b7; */
	border-top: 2px solid #d3d3d3;
	padding: 50px 0 30px 0;
}
#container-reviews h1 {
	padding-top: 70px;
}
.left-arrow { 
	width: 80px;
	height: 120px;
	margin: 0 auto;
	margin-top:-15px;
	opacity: 0.7;
	cursor: pointer;
	background: url('../../../img/up-button.png') no-repeat;
	background-size: cover;	
	transform: rotate(-90deg);
}
.left-arrow:hover {
	opacity:1;
}
#container-reviews ul {
	display: inline-block;
	padding:0;
	margin:0;
}
#container-reviews li {
	font-size: 28px;
	line-height: 40px;
	padding: 10px;
	padding-right: 0;
}
#container-reviews li:nth-child(even) {
	padding-left: 80px;
}
#container-reviews .fat-number {
	padding-right: 15px ;
	font-size: 46px;
	color: #a00000;
	font-weight: bold;
}
.cool-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 15px;
	margin-bottom: -5px;
	background:#fff;
	background: url('../assets/images/goodjob.jpg') no-repeat;
	background-size: cover;
}


















