

.navbar-brand img {
	width: 80px;
}
.navbar-nav {
	align-items: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.navbar .navbar-nav .nav-link {
	color: #fff;
	font-size: 1.1em;
	padding: 0.5em 1em;
}
.navbar-toggler {
	color: #fff !important;
	border: 2px solid #fff;
}
@media screen and (min-width: 768px) {
	.navbar-brand img {
		width: 100px;
	}
	.navbar-brand {
		margin-right: 0;
		padding: 0 1em;
	}
}

.page-item.active .page-link {
	color: #fff !important;
	background: #dc3545 !important;
	border-color:  #dc3545;
}
.page-item .page-link {
	color: #dc3545 !important;  
}

button:focus {
	-webkit-border-radius: 0px;
	-webkit-box-shadow: 0px !important;
	border: 0px !important;
}

.header_menu {
	position: relative;
	width: 100%; 
	height: auto;
	background: #0a5b40;
	padding: 8px 0px;
}
.header_menu a, 
.header_menu p{
	color: #fff !important;
	text-decoration: none;
	display: inline-block;
	line-height: 10px;
}

.contact_btn {
	background: #fff;
	color: #b82e33 !important;
	font-weight: 800;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.social_media {
	position: relative;
	width: 100%;
}
.social_media a {
	display: inline-block;
	background: #fff;
	line-height: 25px;
	height: 25px;
	width: 25px;
	text-align: center;
	color: #0a5b40 !important;
	margin-right: 8px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.social_media a:last-child {
	margin-right: 0px;
}

header {
	position: relative;
	padding: 0px;
	margin: 0 auto;
}
#owl_carousel:after {
	position: absolute;
	content: '';
	display: block;
	z-index: 1999;
	width: 100%;
	height: 150px;
	background-image: url('../img/background-line-up.svg');
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -10px;
	right: 0px;
	left: 0px;
}
header .item {
	height: 80vh;
	width: 100%;
	position: relative;
	padding: 0px;
	margin: 0 auto;
}
header .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
header .item .cover {
	padding: 75px 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
}
header .item .cover .header-content {
	position: relative;
	padding: 56px;
	overflow: hidden;
}
header .item .cover .header-content .line {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border: 9px solid #dc3545;
	-webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
	clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
	font-weight: 300;
	font-size: 35px;
	color: #fff;
}
header .item .cover .header-content h1 {
	font-size: 56px;
	font-weight: 900;
	margin: 5px 0 20px;
	text-align: left;
	display: block;
	word-spacing: 3px;
	color: #fff;
}
header .item .cover .header-content h4 {
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	color: #fff;
	display: block;
	width: 70%;
}
header .owl-item.active h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}
header .owl-item.active h2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}
header .owl-item.active h4 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
header .owl-item.active .line {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
	position: absolute;
	left: 15px;
	top: 43%;
	opacity: 0;
	color: #fff !important;
	text-align: center;
	line-height: 60px;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0.5) !important;
	width: 60px;
	cursor: pointer;
	height: 60px;
	position: absolute;
	display: block;
	z-index: 1000;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
}
header .owl-nav .owl-prev span {
	font-size: 1.6875rem;
	color: #fff !important;
}
header .owl-nav .owl-prev:focus {
	outline: 0;
}
header .owl-nav .owl-prev:hover {
	background: #fff !important;
	color: #000 !important;
}
header .owl-nav .owl-next {
	position: absolute;
	right: 15px;
	top: 43%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0.5) !important;
	width: 60px;
	text-align: center;
	line-height: 60px;
	color: #fff !important;
	cursor: pointer;
	height: 60px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
}
header .owl-nav .owl-next span {
	font-size: 1.6875rem;
	color: #fff;
}
header .owl-nav .owl-next:focus {
	outline: 0;
}
header .owl-nav .owl-next:hover {
	background: #fff !important;
	color: #000 !important;
}
header:hover .owl-prev {
	left: 0px;
	opacity: 1;
}
header:hover .owl-next {
	right: 0px;
	opacity: 1;
}
header .owl-prev,
header .owl-next {
	font-size: 28px;
}
@media (max-width: 768px){
	header .item .cover .header-content h4 {
		font-size: 14px;
		line-height: 20px;
	}
}

.about_home_pg {
	position: relative;
	width: 100%;
	min-height: 300px;
	padding: 100px 0px;
}

.wrapped_about_img {
	position: relative;
	width: 500px;
	height: 500px;
	background: #fff;
	margin: 0 auto; 
	margin-bottom: 20px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
} 
.wrapped_about_img_hidden {
	position: absolute;
	width: 500px; 
	height: 500px; 
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}
.wrapped_about_img_hidden img {
	display: block;
	width: 100%;
	height: 100%;
}
.wrapped_about_img:after {
	position: absolute;
	display: block;
	content: '';
	width: 500px;
	height: 500px;
	background: #dc3545;
	z-index: -1;
	margin: 0 auto;
	overflow: hidden;
	right: -20px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}

.wrapped_about_content h1 {
	font-size: 64px;
}

.wrapped_about_content p {
	color: #6c6c6c;
	display: block;
	margin-top: 40px;
}
.wrapped_about_content h1 span {
	font-weight: 700;
}

.readmore {
	position: relative;
	display: inline-block;
	background: #dc3545;
	color: #fff !important;
	text-decoration: none;
	font-size: 20px;
	padding: 0px 25px;
	padding-right: 55px;
	line-height: 45px;
	margin-top: 40px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}
.readmore i {
	position: absolute;
	display: inline-block;
	font-size: 17px;
	background: #fff;
	width: 35px;
	height: 35px;
	margin-left: 5px;
	right: 5px;
	margin-top: 5px;
	line-height: 35px;
	text-align: center;
	color: #dc3545;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}

.readmore:hover,
.readmore:active,
.readmore:focus {
	background: #333;
}

.readmore:hover i {
	color: #333 !important;
}

.corperate_coures_slider {
	position: relative;
	width: 100%;
	min-height: 400px;
	padding: 0px;
}
.corperate_coures_slider h1 {
	font-size: 54px;
	margin-bottom: 80px;
	margin-top: 40px;
}
.corperate_coures_slider h1 span {
	font-weight: 700;
}

.course-block-slider {
	position: relative;
	width: 100%;
	min-height: 350px; 
	padding: 10px;
	text-align: center;
	margin-bottom: 40px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-ms-border-radius: 2em;
	-o-border-radius: 2em;
}
.course-block-slider .img_courses {
	width: 100%;
	height: 170px;
	background: red;
	overflow: hidden;
	margin-bottom: 12px;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-ms-border-radius: 1em;
	-o-border-radius: 1em;
}
.course-block-slider .img_courses img {
	display: block;
	width: 100%;
	height: 170px;
	pointer-events: none;
}
@supports(object-fit: cover ){
	.img_courses img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}
.course-block-slider h4 {
	margin: 20px;
}
.course-block-slider p {
	color: #666;
}
.course-block-slider .readmore {
	margin-bottom: 30px;
	margin-top: 30px;
}
.workshop_home {
	position: relative;
	width: 100%;
	min-height: 200px;
	background: red;
}
.block_consultation {
	position: relative;
	width: 100%;
	padding: 80px 0px;
	color: #fff;
	min-height: 300px;
	background: #a3f5da url('../img/banner-consultation.jpg')no-repeat center 100%;
	background-size: cover;
	background-position: top;
	text-align: center;
}
.block_consultation:after {
	display: block;
	content: '';
	position: absolute;
	z-index: 1;
	right: 0px;
	bottom: 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(220,53,69,0.4);
}
.block_consultation h1 {
	font-family: "Yesteryear", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 56px;
}
.block_consultation h1,
.block_consultation h4,
.block_consultation a {
	position: relative;
	z-index: 5;
}
.workshop_home {
	position: relative;
	width: 100%;
	min-height: 250px;
	padding: 80px 0px;
	background: #fdeeef;
}

.block_workshops {
	position: relative;
	background: #666;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%; 
	min-height: 380px;
	margin-bottom: 21px;
	overflow: hidden;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-ms-border-radius: 2em;
	-o-border-radius: 2em;
}
.block_workshops:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background: rgb(255,0,0);
	background: linear-gradient(0deg, rgba(255,0,0,0.7035014689469538) 0%, rgba(255,0,0,0) 100%); 
}
.block_workshops h4.textFixed {
	display: block;
	position: absolute;
	bottom: 10px;
	padding: 20px;
	z-index: 2;
	color: #fff;
	font-weight: 600;
}
.block_workshops .bock_hovers {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: -110%; 
	z-index: 4;
	color: #fff;
	background: rgba(220, 53, 69, 1);
	padding: 20px;
	padding-block: 20px;
	-webkit-transition: all 0.2s linear;
}
.block_workshops:hover .bock_hovers{
	right: 0%;
}
.block_workshops .bock_hovers h4 {
	display: block;
	margin-top: 20px;
	margin-bottom: 30px;
	color: #fff;
	font-weight: 600;
}

.block_workshops .bock_hovers a {
	margin-top: 20px;
	margin-bottom: 40px;
	border: 1px solid #fff;
}

.cookiesIcon {
	display: inline-block;
	width: 30px;
}

.header_crumbers {
	position: relative;
	width: 100%;
	height: auto;
	background: #dc3545;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center; 
	color: #fff;
}
.header_crumbers h1,
.header_crumbers h4,
.header_crumbers .link_headers {
	position: relative;
	z-index: 5;
}
.header_crumbers h4 {
	padding-top: 40px;
	display: block;
}
.header_crumbers h1 {
	font-weight: 900;
	font-size: 54px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.header_crumbers:after {
	display: block;
	content: '';
	position: absolute;
	z-index: 1;
	right: 0px;
	bottom: 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}

.header_crumbers .link_headers {
	position: relative; 
	min-width: 150px;
	background: #dc3545;
	display: inline-block;
	bottom: -15px;
	margin: 0 auto;
	left: 0px ;
	right: 0px;
	padding: 0px 12px;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-ms-border-radius: 2em;
	-o-border-radius: 2em;
}
.header_crumbers .link_headers a {
	color: #fff;
	display: inline-block;
	line-height: 45px;
	text-decoration: none;
	padding: 0px 6px;
}
.header_crumbers .link_headers a i {
	display: inline-block;
	margin-left: 10px;
}
.middle_content_wrapped {
	position: relative;
	padding: 50px 0px;
	width: 100%;
	min-height: 45vh;
}
.contact_form {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
}
.contact_form h1 {
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 50px;
}
.contact_form fieldset {
	position: relative;
	display:  block; 
	margin-bottom: 21px;
}
.contact_form fieldset label {
	position: absolute;
	display:  inline-block; 
	top: -12px;
	left: 10px;
	background: #fff;
	padding: 0px 10px;
}

.btn {

	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.contact-detailsWrap {
	width: 400px;
	max-width: 100%;
	min-height: 180px;
	background: #f7f7f7;
	text-align: center;
	padding: 20px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	margin: 0 auto;
	margin-bottom: 22px;
}

.contact-detailsWrap .fa {
	font-size: 40px;
	color: #dc3545;
	border: 1px solid #dc3545;
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	margin-bottom: 12px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius:5em;
	-o-border-radius: 5em;
}
.contact-detailsWrap h2 {
	font-size: 38px;
	font-weight: bolder; 
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.contact-detailsWrap:hover h2 {
	color: #dc3545;
}
.contact-detailsWrap a {
	display: block;
	line-height: 38px;
	background: #dc3545;
	color: #fff !important;
	font-weight: bolder;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius:5em;
	-o-border-radius: 5em;
}
.contact-detailsWrap a:hover,
.contact-detailsWrap a:focus,
.contact-detailsWrap a:active {
	background: #000;
}

.middle_content_wrapped .wrapped_about_content { 
	width: 800px;
	max-width: 100%;
	margin: 0 auto; 
}

.what-we-offer { 
	width: 800px;
	max-width: 100%;
	margin: 0 auto; 
	display: table;
}

.what-we-offer h4 {
	font-weight: 800;
}
.what-we-offer ul {
	padding: 0px;
}
.what-we-offer ul li {
	list-style-type: none;
	display: inline-block;
	padding: 5px 15px;
	background: #f4f4f4;
	float: left;
	margin-right: 10px;
	clear: right;
	margin-bottom: 8px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.wrapped_about_content blockquote {
	position: relative;
	display: block;
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 41px;
	border: 5px solid #dc3545;
	padding: 30px;
}
.wrapped_about_content blockquote:after {
	display: block;
	width: 60px;
	height: 40px;
	background: #fff;
	position: absolute;
	z-index: 3;
	content: '\301E';
	top: -21px;
	color: #dc3545;
	text-align: center;
	text-indent: 20px;
	font-size: 58px;
	line-height: 58px;
}


.wrapped_about_content ul li {
	list-style-type: none;
	list-style-image: url('../img/like-icon.png'); 
}

.courses_list_pg {
	position: relative;
	padding: 100px 0px;
}

.select_category {
	position: relative;
	width: 100%;
	height: auto;
}

.select_category a {
	text-transform: capitalize !important;
	display: inline-block;
	padding: 5px 15px;
	background: #f4f4f4; 
	margin-right: 10px; 
	margin-bottom: 8px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	
}
.courses_list_pg h1 span {
	font-weight: 900;
} 

.courses_list_row a {
	text-decoration: none;
	color: #333;
	font-size: 25px;
	margin-right: 10px;
}
.courses_list_row a.durations i {
	background: #f4f4f4;
	display: inline-block; 
	margin-right: 4px;
	width: 30px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.courses_list_row a.readmore {
	line-height: 30px;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 30px;
}
.courses_list_row a.readmore i {
	line-height: 20px;
	font-size: 15px; 
	height: 20px;
	width: 20px;
}

.workshop_pg h1 span {
	font-weight: 700;
} 

.courses_details_pg {
	position: relative;
	width: 100%;
	min-height: 200px;
	padding: 40px 0px;
	background: rgb(255,198,198);
	background: linear-gradient(0deg, rgba(255,198,198,1) 0%, rgba(255,255,255,0) 100%); 
}

.courses_details_pg h2 {
	font-weight: 700;
	text-transform: capitalize;
	display: block; 
}

.nav-tabs > li.nav-item  {
	float: none;
	display: inline-block;
	*
	display: inline; /* ie7 fix */
	zoom: 1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-item {
	text-align: center;
}

.slider_travelling_arrangement {
	position: relative;
	width: 100%;
	min-height: 200px;
	background: #fff;
	overflow: hidden;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.courses_details_pg i {
	font-size: 45px;
	display: block;
	line-height: 45px;
	margin-right: 10px; 
	background:  #fff; 
	width: 60px;
	height: 60px;
	text-align: center;
	color: #dc3545;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.slider_travelling_arrangement .icons_img {
	position: relative;
	width: 200px;
	height: 200px;;
	background: #888;
	text-align: center;
	overflow: hidden;
}
.slider_travelling_arrangement .icons_img img {
	display: block;
	width: 200px;
	height: 200px;
	pointer-events: none;
	animation: moveImg ease-in-out 10s infinite alternate;
}
@keyframes moveImg {
	0% {
		transform: scale(1.0);
	}
	100% {
		transform: scale(1.3);
	}
}
@supports(object-fit: cover ){
	.slider_travelling_arrangement .icons_img img {
		display: block; 
		width: 100%;
		height: 200px;
		object-fit: cover;
		object-position: center;
	}
}
.slider_travelling_arrangement h4 {
	display: block;
	padding: 30px;
	font-weight: 500;
	width: 70% !important;
}
.courses_details_pg button {
	border: 0px;
	margin-top: 20px;
	position: relative;
	margin-bottom: 21px;
}
.courses_details_pg button:focus {

	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.courses_details_pg button i {
	font-size: 25px;
	width: 30px;
	height: 30px;
	top: 2px;
	line-height: 30px;
	right: -3px;
}

.wrapped_tourism {
	position: relative;
	width: 100%;
	height: auto;
}
.wrapped_tourism a {
	position: absolute;
	z-index: 99;
	right: 10px;
	bottom: 10px;
	font-size: 15px;
	line-height: 30px;
}
.wrapped_tourism .readmore i{
	position: absolute;
	z-index: 10;
	font-size: 20px;
	width: 25px;
	height: 25px;
	top: -2px;
	line-height: 25px;
	right: -5px;
	background: none;
	color: #fff !important;
}
.iti {
	width: 100%;
	display: block;
}
.form-delegate {
	position: relative;
	width: 100%;
	min-height: 400px;
	background: #f3f3f3;
	margin-top: 30px;
	margin-bottom: 30px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	padding: 30px;
}
.form-delegate h2 {
	font-weight: 600;
}
.form-delegate .form-control {
	margin-bottom: 15px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.form-delegate .form-control:focus {
	-webkit-box-shadow: none;
}
.form-delegate button {
	border: 0px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.what_we_do {
	position: relative;
	width: 100%;
	min-height: 350px;
	background: #dc3545;
	display: table;
}
.what_we_do h1 {
	font-weight: 900;
	font-size: 54px;
	margin-bottom: 30px;
	color: #fff;
}
.what_we_do p { 
	color: #fff;
	font-size: 18px;
}
.row_floor {
	position: relative;
	width: 100%;
	min-height: 400px;
}
.row_floor .block_minflles { 
	float: left;
	clear: right;
	width: 50%;
	min-height: 50vh; 
	padding: 70px 30px;
}
.row_floor .block_minflles p,
.row_floor .block_minflles h1 {
	position: relative;
	z-index: 15;
}
.row_floor div.block_minflles:last-child { 
	background: #fff url('../img/workshop-img/course-img-1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.row_floor div.block_minflles:last-child:after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.7);
}
@media(max-width: 768px ){
	.row_floor .block_minflles {
		width: 100%;
		height: auto;
	}
}

.empty_space {
	position: relative;
	width: 400px;
	max-width: 100%;
	margin: 0 auto;
	color: #999999;
	text-align: center;
	margin-top: 100px;
	padding: 20px;
	margin-bottom: 100px;
	border: 4px solid #c3c3c3;
}
.empty_space h3 {
	font-size: 20px;
}
.empty_space i {
	font-size: 70px;
}
.modal-applications {
	position: relative;
	text-align: center;
	padding: 50px 0px; 
}
.modal-applications p {
	position: relative;
	display: block;
	width: 60%;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #70757f
}
.modal-applications h2 {
	color: #3cc89e
}
.modal-applications i {
	display: inline-block;
	font-size: 50px;
	border: 8px solid #3cc89e;
	color: #3cc89e;
	width: 80px;
	height: 80px;
	margin-bottom: 21px;
	line-height: 65px;
	-webkit-border-radius: 5em;
}
.modal-applications .btn {
	width: 40%;
	line-height: 35px;
	font-size: 23px;
	background: #3cc89e;
	border: 0px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.img_courses {
	overflow: hidden;
	position: relative;
}
.img_courses span {
	position: absolute;
	display: block;
	padding: 5px;
	bottom: -110%;
	width: 100%;
	right: 0px;
	left: 0px;
	min-height: 50px;
	color: #fff !important;
	background: rgba(220,53,69,0.7);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.courses_list_row:hover .img_courses span {
	bottom: 0%;
}

.header_menu .verify_delegate {
	display: inline-block;
	line-height: 40px !important; 
	background: #ffffff;
	color: #333 !important; 
	padding: 0px 10px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}







.main-content{
	width: 50%;
	border-radius: 20px;
	box-shadow: 0 5px 5px rgba(0,0,0,.4);
	margin: 5em auto;
	display: flex;
}
.company__info{
	background-color: #dc3545;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}
.fa-android{
	font-size: 3em;
}
@media screen and (max-width: 640px) {
	.main-content{
		width: 90%;
	}
	.company__info{
		display: none;
	}
	.login_form{
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}
}
@media screen and (min-width: 642px) and (max-width:800px){
	.main-content{
		width: 70%;
	}
}
.company__logo img {
	display: block;
	width: 100px;
	margin: 0 auto;
}
.login_form{
	background-color: #fff;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
} 
.form__input{
	width: 100%;
	border: 0px solid transparent;
	border-radius: 0;
	border-bottom: 1px solid #aaa;
	padding: 1em .5em .5em;
	padding-left: 2em;
	outline: none;
	margin: 1.5em auto;
	transition: all .5s ease;
}
.form__input:focus{
	border-bottom-color: #dc3545;
	box-shadow: 0 0 5px rgba(0,80,80,.4);
	border-radius: 4px;
} 

.designedby {
	position: relative;
	display: inline-block;
	border: 1px solid #dc3545;
	line-height: 25px;
	font-size: 13px;
	padding: 0px 10px;
	text-transform: uppercase;
	color: #dc3545;
	text-decoration: none;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}


.cookies___container_wrapped {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1195;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.5);
	visibility: hidden;
}

.cookie-container {
	position: absolute;
	bottom: 0%;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 100%;
	background: #fff;
	color: #000;
	padding: 30px 32px;
	z-index: 1199;
	-webkit-border-radius: 0em;
	-moz-border-radius: 0em;
	-ms-border-radius: 0em;
	-o-border-radius: 0em;
}
.cookies___container_wrapped.active {
	visibility: visible;
}

.cookie-container p {
	display: block;
	margin-bottom: 10px;
}
.cookie-container p i {
	color: gold;
	font-size: 22px;
}
.cookie-container small {
	line-height: 16px;
	display: block;
	margin-bottom: 10px;
	width: 500px;
	max-width: 100%;
}
.cookie-container a {
	color: #dc3545 !important;
}
.cookie-container a:nth-of-type(2),
.cookie-container a:nth-of-type(3) {
	color: #000 !important;
}
.cookies-icon {
	width: 80px;
	height: 80px;
	margin-bottom: 12px;
	background: url("../../assets/img/cookies-icon.svg")no-repeat 100% center;
	background-size: contain;
}
.cookie-btn::first-child {
	background: #ff7373;
}
.cookie-btn {
	background: #dc3545 !important;
	padding: 6px 24px;
	line-height: 20px;
	border: 0px;
	display: block;
	color: #fff !important;
	width: 100%;
	margin-bottom: 5px;
	position: relative;
	cursor: pointer;
}
.cookie-container button {
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.cookie-container button:nth-of-type(1){
	background: #333 !important;
	padding: 6px 24px;
	line-height: 20px;
	border: 0px;
	display: block;
	width: 100%;
	color: #fff !important;
	text-align: center;
	margin-bottom: 5px;
	position: relative;
	cursor: pointer;
}


.footer_pg {
	position: relative;
	width: 100%;
	min-height: 350px;
	padding: 50px 0px;
	border-top: thin solid #e2e2e2;
}
.menu_bttom {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px 20px;
}
.menu_bttom h4 {
	font-weight:700;
}
.menu_bttom ul {
	display: block;
	width: 100%;
	height: auto;
	padding: 0px;
}
.menu_bttom ul li {
	list-style-type: none;
}
.menu_bttom ul li p i {
	
	display: inline-block;
	width: 38px;
	font-size: 22px;
}
.menu_bttom ul li a {
	line-height: 45px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #7c7c7c !important;
}
.menu_bttom ul li a:hover,
.menu_bttom ul li a:focus,
.menu_bttom ul li a:active {
	color: #dc3545 !important;
}
.menu_bttom ul li a i {
	display: inline-block;
	margin-right: 12px;
}
.logo_bottom {
	position: relative;
	width: 220px;
	height: 200px;
	background-size: cover;
	margin: 0px auto;
	margin-bottom: 21px;
	background: url('../img/Certificate designccccc.png') no-repeat center 100%;
	background-size: contain;
}

.btn_totop {
	display: inline-block;
	padding: 0px 15px;
	background: #dc3545;
	color: #fff !important;
	text-decoration: none;
	line-height: 35px;
	margin-top: -20px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
@media(max-width: 768px ){
	.header_menu .verify_delegate { 
		line-height: normal !important; 
		margin-bottom: 10px;
	}
	
	.social_media a {
		margin: 0px;
	}
	.slider_travelling_arrangement h4 {
		font-size: 18px;
	}
	.wrapped_about_img_hidden,
	.wrapped_about_img:after,
	.wrapped_about_img {
		width: 350px;
		height: 350px;
	}
	.about_home_pg {
		padding: 50px 0px;
	}
}


