﻿.modal-footer {
	border-top: none;
}

.modal-open .page-wrapper {
	-webkit-filter: blur(0px);
	-moz-filter: blur(0);
	-o-filter: blur(0);
	-ms-filter: blur(0);
	filter: blur(0);
}

button.owl-prev {
	left: -8px !important;
}

button.owl-next {
	right: -23px !important;
}

.modal-header {
	background-color: #009999 !important
}

.modal {
	background: rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
	z-index: -1;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
	margin-left: 0 !important
}

aside {
	margin-bottom: 25px;
}

.btn {
	padding: 3px 5px;
	min-width: 100px;
}

.courseSidebar {
	border: none;
	border-radius: 7px;
}

	.courseSidebar .panel-heading {
		border-radius: 7px 7px 0 0;
	}

.border-color-1 {
	border-color: #f0c24b !important;
}

.listing-item {
	width: 93% !important;
}

.bg-color-1, .courseList .media-body .list-inline.btnPart.btn-yellow > li a.btn-primary:hover {
	background-color: #099 !important;
}

.bg-color-1, .courseList .media-body .list-inline.btnPart.btn-yellow > li a.btn-primary:hover {
	background-color: #099 !important;
	border: none !important;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.courseSidebar .panel-heading .panel-title {
	font-size: 24px;
	color: #ffffff;
	text-transform: capitalize;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
	padding: 10px;
}

.courseSidebar .panel-body {
	border: 1px solid #dedede;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(222, 222, 222);
	border-top: none;
	border-radius: 0 0 7px 7px;
}

.panel-body {
	padding: 0px 15px 15px 15px;
}

.courseSidebar .panel-body > .input-group {
	border-bottom: 1px solid #dedede;
	margin: 20px 0 10px 0;
	padding-bottom: 10px;
}

#special {
	position: absolute;
	/*left: auto;
		right: 82%;*/
	left: -10%;
	max-width: 30%;
	max-height: 30%;
	z-index: 1;
	margin: auto;
}


.continer {
	background-color: #009999;
	padding: 30px 20px 10px 20px;
	border-radius: 8px;
	color: #fff;
	width: 70%;
	margin: auto;
	box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
}

.container label {
	display: block;
}

.project-name {
	font-size: 16pt;
	margin: 5px 0;
}

.counter {
	padding: 25px;
	margin: 25px 0 15px 0;
	background-color: #000;
	font-weight: 700;
	border-radius: 8px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	min-height: 100px;
}


.days,
.hours,
.minutes,
.seconds {
	width: 25%;
	float: left;
	text-align: center;
	display: inline-block;
}

.value {
	display: block;
	font-size: 18pt;
	width: 100%;
	display: block;
}

.hours .value::before,
.minutes .value::before,
.seconds .value::before {
	content: ":";
	float: left;
	position: relative;
	opacity: 0.7;
	animation: pink 1s ease-in-out infinite;
}

.centerIt span {
	font-size: 10px;
}

/*.owl-item{
		width: 210px !important;

	}*/
.owl-next {
	right: 0px !important;
	background-color: #009999 !important;
	color: #fff !important;
	border: 1px solid #fff !important;
	position: relative !important;
	top: -190px !important;
	left: 400px !important;
}
/* border-radius: 50%; */


.owl-controls .owl-buttons div {
	display: inline-block !important;
	zoom: 1 !important;
	/* padding: 3px 10px; */
	/* padding-left: 5px; */
	font-size: 12px !important;
	position: absolute !important;
	width: 30px !important;
	height: 30px !important;
	-webkit-transition: all 0.2s ease-in-out !important;
	-o-transition: all 0.2s ease-in-out !important;
	transition: all 0.2s ease-in-out !important;
}

.owl-next:after {
	content: none;
}

.owl-prev:after {
	content: none;
}








.owl-next .owl-prev {
	-webkit-transition: all 0.2s ease-in-out !important;
	-o-transition: all 0.2s ease-in-out !important;
	transition: all 0.2s ease-in-out !important;
}

.owl-prev {
	/*background-color: #009999 !important;*/
	/*border: 1px solid #fff !important;*/
	color: white !important;
	left: -30px !important;
	direction: ltr;
	top: 150px !important;
	right: unset !important;
	position: absolute !important;
	width: 25px;
	outline: none;
	display: block;
	padding: 20px;
}

.owl-next {
	background-color: unset !important;
	border: unset !important;
	direction: rtl;
	right: -20px !important;
	top: 150px !important;
	left: unset !important;
	position: absolute !important;
	width: 25px;
	outline: none;
	display: block;
	padding: 20px;
}

.owl-prev span {
	/*margin: 20px;*/
	background-color: #009999;
	padding: 5px;
}

.owl-next span {
	//margin: 20px;
	background-color: #009999;
	padding: 5px;
}


.owl-item {
	margin: auto;
}







.modal-dialog {
	width: unset !important;
	padding-top: 0px !important;
}


.modal {
	padding: unset !important;
	text-align: right !important;
}


	.modal a.close-modal {
		display: none !important;
	}

h4 {
	margin-top: 0px;
	color: white;
	padding: 10px;
}

.modalclose {
	color: white;
	font-size: 20px;
	padding: 1% 2%;
	position: absolute;
}

.modal-dialog {
	padding: 0 !important;
}
/*.modal-footer {
            border-top: none;
        }*/










/*.nv-custom a {
	padding-right: 0px !important
}

.navbar-default .navbar-nav > li > a {
	font-size: 14px !important;
	width: 130px !important
}

html.remodal-is-locked {
	overflow: hidden;
	touch-action: none
}

.remodal, [data-remodal-id] {
	display: none
}

.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none
}

.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch
}

	.remodal-wrapper:after {
		display: inline-block;
		height: 100%;
		margin-left: -.05em;
		content: ""
	}

.remodal-overlay, .remodal-wrapper {
	backface-visibility: hidden
}

.remodal {
	position: relative;
	outline: none;
	text-size-adjust: 100%
}

.remodal-is-initialized {
	display: inline-block
}

.jq-ry-container {
	position: relative;
	padding: 0 5px;
	line-height: 0;
	display: block;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	direction: ltr
}

	.jq-ry-container[readonly=readonly] {
		cursor: default
	}

	.jq-ry-container > .jq-ry-group-wrapper {
		position: relative;
		width: 100%
	}

		.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
			position: relative;
			line-height: 0;
			z-index: 10;
			white-space: nowrap
		}

			.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
				display: inline-block
			}

			.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
				width: 100%
			}

			.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
				width: 0;
				z-index: 11;
				position: absolute;
				top: 0;
				left: 0;
				overflow: hidden
			}*/



@media only screen and (max-width: 600px) {
	 #kala {
		margin-top: 5%;
	}
	.centerIt {
		width: 90% !important;
	}
}































@import url("https://fonts.googleapis.com/css?family=Marvel:400,700");






/*.row {
	width: 100%;
	max-width: 45rem;
	margin: 0 auto;
	padding: 1.5rem;
	background-color: yellow;
}*/
.ball {
	position: absolute;
	border-radius: 100%;
	opacity: 0.7;
}
.card {
	display: inline-block;
	/*width: 45%;*/
	padding: 1rem 1rem 1rem 1rem;
	background-color: #F1F1F1;
	/*border:1px solid  #37C0F4;*/
	position: relative;
	/*width: auto;
	height: auto;*/
	margin: 5px;
	border-radius: 5px;
}

	.card:after {
		content: "";
		display: block;
		width: 0px;
		height: 0px;
		/*background-color: skyblue;*/
		top: 0px;
		right: 0px;
		border-bottom: 20px solid #B7B7B7;
		border-left: 20px solid #B7B7B7;
		border-right: 20px solid #e8e8e8;
		border-top: 20px solid #e8e8e8;
		position: absolute;
		border-radius: 5px;
		filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.5));
	}

	.card:before {
		content: "";
		display: block;
		width: 0px;
		height: 0px;
		border-radius: 5px;
		border-top: 40px solid #B7B7B7;
		border-right: 40px solid #B7B7B7;
		border-left: 40px solid #e8e8e8;
		border-bottom: 40px solid #e8e8e8;
		bottom: 0px;
		left: 0px;
		position: absolute;
		filter: drop-shadow(7px -7px 5px rgba(0, 0, 0, 0.5));
		margin-right: 10%;
	}

	.card:nth-of-type(1) {
		/*margin-right: 0%;*/
	}

	.card h6 {
		font-size: 13px;
		color: black;
		/*margin-bottom: 1rem;*/
		/*font-weight: 400;*/
		/*text-transform: uppercase;*/
		/*letter-spacing: 1px;*/
	}

	.card p {
		color: black;
		font-size: 1.4rem;
		/*line-height: 140%;*/
		/*height: 125px;*/
	}

@media only screen and (min-width: 768px) and (max-width:1023px) {

	.card {
		margin: 30px;
	}
}