
/* Local Classes
------------------------------------*/
a {
	color: inherit;
}
a,
a:focus,
a:hover,
a:active {
  outline: 0 !important;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
  /*text-decoration: none;*/
}

/* heading-v13 */
.heading-v13 {
	position: relative;
}
.heading-v13__title{
	position: relative;
}

/*green bar*/
.heading-v13__title:before,
.heading-v13:after {
	width: 70px;
  height: 2px;
  position: absolute;
  background: #4d94c4;
  content: "";
}

/*left bar*/
.heading-v13__title:before {
	top: 50%;
  margin-top: -2px;
  left: -100px;
}

/*center bar*/
.heading-v13:after {
	top: 0;
  margin-left:-35px;
  left: 50%;
}

/*hiding the bar*/
.heading-v13.heading-v13--left:after {
	display: none;
}
.heading-v13--center .heading-v13__title:before {
	display: none;
}

.heading-v13__block-name {
	color: #4d94c4;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

.heading-v13__title {
	color: #4d94c4;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: bold;
}

@media (max-width: 768px) {
	.heading-v13__title {
		color: #000;
		text-transform: capitalize;
		font-size: 17px;
		font-weight: bold;
	}
}

.heading-v13__text {
	color: #999;
	font-size: 16px;
}

.heading-v13--center .heading-v13__text {
	max-width: 65%;
	margin: 0 auto;
}

/*different color*/
.heading-v13--diff:after {
	background: rgba(255,255,255,0.8);
}

.heading-v13--diff .heading-v13__block-name,
.heading-v13--diff .heading-v13__title,
.heading-v13--diff .heading-v13__text {
 color: #fff;
}
.heading-v13--diff .heading-v13__block-name,
.heading-v13--diff .heading-v13__text {
	opacity: 0.8;
}

/* Container fluids with two different background colors */
.container-fluid.pattern-v1 {
	background: url(../img/concrete_seamless.html) repeat;
}

.container-fluid.pattern-v1--color {
	background: url(../img/concrete_seamless-green.html) repeat;
}

@media (min-width: 992px) {
  .pull-md-right {
    float: right;
  }
}

/* Global Classes
------------------------------------*/
/* Typography */
.g-textarea-noresize {
	resize: none;
}

.g-text-height-md {
	line-height: 24px;
}
.g-text-height-lg {
	line-height: 54px;
}

/*Display*/
.g-display-inline-block {
  display: inline-block;
}
.g-display-table {
  display: table;
  width: 100%;
}
.g-dp-block {
	display: block;
}
.g-dp-table {
 display: table;
}
.g-dp-table-cell {
 display: table-cell;
}

/* Alignments */
.g-valign-top {
 vertical-align: top;
}
.g-valign-middle {
 vertical-align: middle;
}
.g-valign-bottom {
 vertical-align: bottom;
}


/* Positions */
.g-position-rel {
	position: relative;
}
.g-position-abs {
	position: absolute;
}

/* Display Mobile/Tablet Resolutions */
@media (max-width: 992px) {
	.hidden-sm {
		display: none;
	}
}

@media (min-width: 991px) {
	.visable-lg {
		display: none;
	}
}

@media (max-width: 992px){
	.text-sm-center {
		text-align: center;
	}
}

@media (max-width: 768px){
	.text-xs-center {
		text-align: center;
	}
}


@media (min-width: 600px) {
	.visible-2xs {
		display: none;
	}
}
@media (max-width: 600px) {
	.hidden-2xs {
		display: none;
	}
	.col-2xs-12 {
		width: 100%;
	}
}
@media (min-width: 500px) {
	.visible-3xs {
		display: none;
	}
}
@media (max-width: 500px) {
	.hidden-3xs {
		display: none;
	}
}

/* Text Colors */
.g-color-white { color: #fff;}
.g-color-gray-dark { color: #777;}
.g-color-gray-darker { color: #999;}
.g-color-default { color: #4fd2c2;}

/* Text Sizes */
.g-text-size-12 {
	font-size: 12px;
}
.g-text-size-17 {
	font-size: 17px;
}

/* Background Colors */
/*.g-bg-default { background: #4fd2c2;}*/
.g-bg-gray { background: #f7f7f7;}

/* Rounded Styles
------------------------------------*/
.g-no-rounded {border-radius: 0;}
.g-rounded-1 {border-radius: 1px;}
.g-rounded-2 {border-radius: 2px;}
.g-rounded-3 {border-radius: 3px;}
.g-rounded-4 {border-radius: 4px;}
.g-rounded-5 {border-radius: 5px;}
.g-rounded-10 {border-radius: 10px;}
.g-rounded-20 {border-radius: 20px;}
.g-rounded-50x {border-radius: 50%;}
.g-rounded-t4 {border-radius: 4px 4px 0 0;}
.g-rounded-l4 {border-radius: 4px 0 0 4px;}
.g-rounded-r4 {border-radius: 0 4px 4px 0;}
.g-rounded-b4 {border-radius: 0 0 4px 4px;}

/* Spaces
------------------------------------*/
.g-no-mb {
	margin-bottom: 0;
}

.g-no-padding {
	padding: 0;
}

.g-no-left-padding {
	padding-left: 0;
}

.g-no-side-padding {
	padding-left: 0;
	padding-right: 0;
}

/*Padding Spaces*/
.g-padding-5  { padding: 5px;}
.g-padding-10 { padding: 10px;}
.g-padding-15 { padding: 15px;}
.g-padding-20 { padding: 20px;}
.g-padding-25 { padding: 25px;}
.g-padding-30 { padding: 30px;}
.g-padding-35 { padding: 35px;}
.g-padding-40 { padding: 40px;}
.g-padding-45 { padding: 45px;}
.g-padding-50 { padding: 50px;}

.g-pt-10 { padding-top: 10px;}
.g-pt-20 { padding-top: 20px;}
.g-pt-25 {padding-top: 25px;}
.g-pt-30 { padding-top: 30px;}
.g-pt-40 { padding-top: 40px;}
.g-pt-50 { padding-top: 50px;}
.g-pt-60 { padding-top: 60px;}
.g-pt-70 { padding-top: 70px;}
.g-pt-75 { padding-top: 75px;}
.g-pt-80 { padding-top: 80px;}
.g-pt-85 { padding-top: 80px;}
.g-pt-90 { padding-top: 90px;}
.g-pt-100 { padding-top: 100px;}
.g-pt-110 { padding-top: 110px;}
.g-pt-120 { padding-top: 120px;}
.g-pt-130 { padding-top: 130px;}
.g-pt-140 { padding-top: 140px;}
.g-pt-150 { padding-top: 150px;}
.g-pt-160 { padding-top: 160px;}
.g-pt-170 { padding-top: 170px;}

.g-pb-10 { padding-bottom: 10px;}
.g-pb-20 { padding-bottom: 20px;}
.g-pb-30 { padding-bottom: 30px;}
.g-pb-40 { padding-bottom: 40px;}
.g-pb-50 { padding-bottom: 50px;}
.g-pb-60 { padding-bottom: 60px;}
.g-pb-70 { padding-bottom: 70px;}
.g-pb-75 { padding-bottom: 75px;}
.g-pb-80 { padding-bottom: 80px;}
.g-pb-90 { padding-bottom: 90px;}
.g-pb-100 { padding-bottom: 100px;}

.g-pl-10 { padding-left: 10px;}
.g-pl-15 { padding-left: 15px;}
.g-pl-20 { padding-left: 20px;}
.g-pl-30 { padding-left: 30px;}
.g-pl-40 { padding-left: 40px;}
.g-pl-50 { padding-left: 50px;}
.g-pl-60 { padding-left: 60px;}
.g-pl-70 { padding-left: 70px;}
.g-pl-80 { padding-left: 80px;}
.g-pl-90 { padding-left: 90px;}
.g-pl-100 { padding-left: 100px;}

.g-pr-10 { padding-right: 10px;}
.g-pr-15 { padding-right: 15px;}
.g-pr-20 { padding-right: 20px;}
.g-pr-30 { padding-right: 30px;}
.g-pr-40 { padding-right: 40px;}
.g-pr-50 { padding-right: 50px;}
.g-pr-60 { padding-right: 60px;}
.g-pr-70 { padding-right: 70px;}
.g-pr-80 { padding-right: 80px;}
.g-pr-90 { padding-right: 90px;}
.g-pr-100 { padding-right: 100px;}

/*Margin Spaces*/
.g-mt-10 { margin-top: 10px;}
.g-mt-20 { margin-top: 20px;}
.g-mt-30 { margin-top: 30px;}
.g-mt-40 { margin-top: 40px;}
.g-mt-50 { margin-top: 50px;}
.g-mt-60 { margin-top: 60px;}
.g-mt-70 { margin-top: 70px;}
.g-mt-80 { margin-top: 80px;}
.g-mt-90 { margin-top: 90px;}
.g-mt-100 { margin-top: 100px;}

.g-mb-5 { margin-bottom: 5px;}
.g-mb-10 { margin-bottom: 10px;}
.g-mb-15 { margin-bottom: 15px;}
.g-mb-20 { margin-bottom: 20px;}
.g-mb-25 { margin-bottom: 25px;}
.g-mb-30 { margin-bottom: 30px;}
.g-mb-35 { margin-bottom: 35px;}
.g-mb-40 { margin-bottom: 40px;}
.g-mb-45 { margin-bottom: 45px;}
.g-mb-50 { margin-bottom: 50px;}
.g-mb-55 { margin-bottom: 55px;}
.g-mb-60 { margin-bottom: 60px;}
.g-mb-65 { margin-bottom: 65px;}
.g-mb-70 { margin-bottom: 70px;}
.g-mb-75 { margin-bottom: 75px;}
.g-mb-80 { margin-bottom: 80px;}
.g-mb-85 { margin-bottom: 85px;}
.g-mb-90 { margin-bottom: 90px;}
.g-mb-95 { margin-bottom: 95px;}
.g-mb-100 { margin-bottom: 100px;}

.g-ml-10 { margin-left: 10px;}
.g-ml-15 { margin-left: 15px;}
.g-ml-20 { margin-left: 20px;}
.g-ml-30 { margin-left: 30px;}
.g-ml-40 { margin-left: 40px;}
.g-ml-50 { margin-left: 50px;}
.g-ml-60 { margin-left: 60px;}
.g-ml-70 { margin-left: 70px;}
.g-ml-80 { margin-left: 80px;}
.g-ml-90 { margin-left: 90px;}
.g-ml-100 { margin-left: 100px;}

.g-mr-10 { margin-right: 10px;}
.g-mr-20 { margin-right: 20px;}
.g-mr-30 { margin-right: 30px;}
.g-mr-40 { margin-right: 40px;}
.g-mr-50 { margin-right: 50px;}
.g-mr-60 { margin-right: 60px;}
.g-mr-70 { margin-right: 70px;}
.g-mr-80 { margin-right: 80px;}
.g-mr-90 { margin-right: 90px;}
.g-mr-100 { margin-right: 100px;}

@media(max-width: 992px) {
  .g-sm-mb-20 {
    margin-bottom: 20px;
  }
  .g-sm-mb-30 {
    margin-bottom: 30px;
  }
  .g-sm-mb-50 {
    margin-bottom: 50px;
  }

 	.g-sm-ml-0 {
  	margin-left: 0;
  }
}

.course-info__block {
	position: relative;
	z-index: 1;
	background: white;
    
    margin: auto;
    padding: 21px;
    border-radius: 14px;
}
.course-info__block:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	z-index: 1;
}

.course-info__block1 {
	position: relative;
	z-index: 100;
	background: white;
    width: 100px;
    margin: auto;
    padding: 21px;
    border-radius: 14px;
}
.course-info__block1:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	z-index: 1;
}

/* Coruses Category */
.course-info__cat {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 5;
	background: #fff;
	color: #555;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	max-height: 27px;
	line-height: 0.8;
	transition: all .2s ease-in-out;
}

.course-info__cat:hover {
	color: #fff;
	background: #6bda95;
	text-decoration: none;
}

/* Coruses Title */
.course-info__title {
	position: absolute;
	bottom: 30px;
	left: 30px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	z-index: 2;
}

.course-info__link,
.course-info__link:hover {
  color: #fff;
}

.course-info__link:hover {
  text-decoration: underline;
}

/* Coruses Bottom */
.course-info__bott {
	margin-top: -80px;
	/*display: none;	*/
	position: relative;
	z-index: 2;
}

/* Coruses Price */
.course-info__price {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
.course-info__price--big {
	font-size: 14px;
}

.course-info__text {
	color: #000;
	font-size: 16px;
}

.course-info__dur,
.course-info__level {
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.course-info__icon {
	font-size: 18px;
	color: #6bda95;
	line-height: 0.8;
}

.course-info__bott,
/*.course-info__price,*/
.course-info__title,
.course-info__text,
.course-info__icon,
.course-info__dur,
.course-info__level {
	transition: all 0.5s ease-in-out;
}

/*course info block special hover effect*/
.currringo:hover {
	background:red;
	color: white;
}

.currringo:hover  .icondr{
	background:white;
	color: black;
}

.currringo:hover  .course-info__block1{
border-radius: 0px;
transition: 0.3s;
}

.currringo:hover  .textnjh{
	color: white;
}


.course-info:hover .course-info__price {
	visibility: visible;
}

.course-info:hover .course-info__title {
	bottom: 80px;
}

.course-info:hover .course-info__text,
.course-info:hover .course-info__icon {
	color: #fff;
	opacity: 0.8;
}

.course-info:hover .course-info__dur,
.course-info:hover .course-info__level {
	color: #fff;
}

.course-info:hover .course-info__bott,
.course-info:hover .course-info__price,
.course-info:hover .course-info__title,
.course-info:hover .course-info__text,
.course-info:hover .course-info__icon,
.course-info:hover .course-info__dur,
.course-info:hover .course-info__level {
	transition: all 0.5s ease-in-out;
}

/* Owl Controls */
.controls-v1.owl-theme .owl-controls .owl-buttons div {
  padding: 15px 17px;
  width: 45px;
  height: 45px;
  color: #999;
  background: #fff;
  font-size: 10px;
  cursor: pointer;
}

.controls-v1.owl-theme .owl-controls .owl-buttons div:hover,
.controls-v1.owl-theme .owl-controls .owl-buttons div:focus {
 	background: #6bda95;
	color: #fff;
}

.controls-v1.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 28%;
}

.controls-v1.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 30px;

}

.controls-v1.owl-theme .owl-controls .owl-buttons .owl-next{
  right: 30px;
}