/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR MURCIA        |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                TABLE OF CONTENT               |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

01. Imported styles
02. Flaticon reset styles
03. Header styles
04. Top bar Area Css
05. Header Area Css
06. Main Menu Area
07. Rev Slider Wrapper
08. Callout Section
09. Wellcome Section
10. Course Search Section / Style Two
11. Gallery Section
12. Service Section / Style Two
13. Team Section
14. Testimonial Section
15. Blog Section
16. Brand Section
17. Main Footer / Style Two
18. Menu Style Two
19. Our Service Section
20. Fact Counter Section / Style Two
21. Event Section
22. Course Section
23. Page Title
24. Styled Pagination
25. Community Forum
26. Login Area
27. Courses List Section
28. Event Grid Section
29. Shop Psge
30. Product Details
31. Blog Page
32. Cart Page
33. Testmonial Area
34. Checkout Page
35. Contact Page


****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

/*===Important Css===*/

@import url('../../../css.css');
@import url(imp.css);
@import url(bootstrap.css);
@import url(font-awesome.min.css);
@import url('flaticon.css');
@import url(hover.css);
@import url(jquery.bxslider.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(animate.min.css);
@import url(jquery.bootstrap-touchspin.css);
@import url('bootstrap-select.min.css');
@import url('jquery.fancybox.css');
@import url('prettyPhoto.css');
@import url('icomoon.css');
@import url(flexslider.css);
@import url(../assets/timepicker/timePicker.css);
@import url(../assets/jquery-ui-1.11.4/jquery-ui.css);
@import url(../assets/bootstrap-touch-spin/jquery.bootstrap-touchspin.css);
@font-face {
	font-family: "Georgia";
	src: url("../fonts/Georgia.ttf");
}

/*===Base Css===*/

html,
body {
	height: 100%;
}

body {
	font-size: 16px;
	color: black;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	overflow-x:hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/* margin: 0;
	font-family: 'Montserrat', sans-serif; */
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333333;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	border: none;
}

figure {
	margin: 0px;
}

img {
	max-width: 100%;
	height: auto;
	  /* padding-top: 25px;   */
	/* float: left; */
}

i {
	font-style: normal;
}

ul,
li {
	/* list-style: none;
	margin: 0; */
	list-style: none;
    margin: 0;
    padding: 0;
    color: #000;	
}

p {
	font-size: 16px;
	line-height: 27px;
	color: #000000;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	text-align: justify;
}

span {
}

h1 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
}

h4 {
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	color: #333333;
}

h5 {
	font-size: 24px;
	line-height: 37px;
	font-weight: 700;
	color: #333333;
	font-family: 'Montserrat', sans-serif;
}

button,
input,
select,
textarea {
	font-size: 14px;
	line-height: 27px;
	font-weight: 400;
	color: white;
	font-family: 'Lato', sans-serif;
}

button {
	border: none;
}

button:focus {
	outline: none;
}

.sec-title-one {
	position: relative;
	bottom: 0px;
	background: url(../images/icon/sec-title.png) no-repeat scroll left bottom;
	margin-bottom: 40px;
}

.sec-title-two {
	position: relative;
	bottom: 0px;
	background: url(../images/icon/sec-title.png) no-repeat scroll center bottom;
	margin-bottom: 40px;
}

.title-text {
	padding: 0px 0px 50px;
}

.title-text span {
	color: #777777;
}

.sub-title h6 {
	font-size: 18px;
	line-height: 27px;
	color: #333333;
	font-weight: 700;
	margin-top: 30px;
	padding-bottom: 10px;
}

.border-right {
	position: absolute;
	top: 6px;
	right: 0px;
	width: 2px;
	height: 26px;
	content: '';
	background: #000000;
	border: 0px !important;
	display: none;
}

.border-right.two {}

/*===Background Color===*/

.bg-one {
	background: rgb(150, 61, 61);
}

.bg-two {
	background: #f6f6f6;
}

.bg-three {
	background: rgb(245, 200, 3);
	font-family: 'Patrick Hand', cursive;
}

.bg-four {
	background: #1d1d1d;
}

.bg-five {
	background: #151515;
}

.bg-six {
	background: #fafafa;
}

.bg-seven {
	background: #171717;
}

/*===Padding===*/

.pb-one {
	padding-bottom: 20px;
}

/*===Section Padding===*/

.sp-one {
	padding: 40px 0px;
}

.sp-two {
	padding: 45px 0px 40px;
}

.sp-three {
	padding: 10px 0px 50px;;
}

.sp-four {
	padding: 60px 0px 80px;
}

.sp-five {
	padding: 50px 0px 20px;
}

.sp-six {
	padding: 75px 0px 55px;
}

.sp-seven {
	padding: 95px 0px 65px;
}

.sp-eight {
	padding: 60px 0px 30px;
}

.sp-nine {
	padding: 150px 0px 40px;
}

.sp-ten {
	padding: 150px 0px 110px;
}

.sp-eleven {
	padding: 20px 0px;
}

.boxed_wrapper {
	background: #fff none repeat scroll 0 0;
	min-width: 320px;
	overflow-x: hidden;
	width: 100%;
}

.form-group {
	position: relative;
	margin-bottom: 20px;
}

.form-group select {
	color: #848484;
	margin-right: 20px;
	background: #ffffff;
}

.bootstrap-select.btn-group {
	background: transparent;
}

.bootstrap-select>.dropdown-toggle {
	background: #ffffff;
	height: 50px;
	border: 1px solid #e5e5e5;
}

.bootstrap-select>.dropdown-toggle:after {
	position: absolute;
	content: "\f107";
	color: #e5e5e5;
	top: 5px;
	right: 0px;
	width: 30px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	background: #ffffff;
	font-family: FontAwesome;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: none!important;
	color: #ffffff;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
	color: #e5e5e5;
	right: 10px;
}

.bootstrap-select.btn-group .dropdown-menu {
	background: #ffffff;
	margin-top: 18px;
	display: block;
}

.bootstrap-select.btn-group .dropdown-menu li a {
	background: #ffffff;
	color: #848484;
	padding: 10px 20px;
	transition: all 500ms ease;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
	background: #f36371;
	color: #ffffff;
	transition: all 500ms ease;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	color: #888888;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group input[type="number"],
.form-group select,
.form-group textarea {
	display: block;
	width: 100%;
	line-height: 26px;
	height: 46px;
	font-size: 15px;
	box-shadow: none;
	color: #888888;
	text-transform: capitalize;
	background: #ffffff;
	padding: 10px 15px;
	font-weight: 400;
	border-radius: 0px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="password"]:focus,
.form-group input[type="number"]:focus,
.form-group select:focus,
.form-group textarea:focus {
	box-shadow: none;
	color: #888888;
	outline: none;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

/*===Placeholder Color===*/

::-webkit-input-placeholder {
	color: #b6b6b6;
}

:-ms-input-placeholder {
	color: #b6b6b6;
}

::-moz-placeholder {
	color: #b6b6b6;
	opacity: 1;
}

:-moz-placeholder {
	color: #b6b6b6;
	opacity: 1;
}

/*===Preloader===*/

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999999;
	background-color: rgba(255, 255, 255, 1);
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icon/preloader.gif);
}

/*===Menu Sticky===*/

@-webkit-keyframes menu_sticky {
	0% {
		margin-top: -100px;
	}
	50% {
		margin-top: -90px;
	}
	100% {
		margin-top: 0;
	}
}

@keyframes menu_sticky {
	0% {
		margin-top: -100px;
	}
	50% {
		margin-top: -90px;
	}
	100% {
		margin-top: 0;
	}
}

.main-menu-one.stricky-fixed {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	z-index: 9999;
	background: #020a5e;
	-webkit-animation-name: menu_sticky;
	animation-name: menu_sticky;
	-webkit-animation-duration: 0.60s;
	animation-duration: 0.60s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

.main-menu-two.stricky-fixed {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	z-index: 9999;
	background: #ffffff;
	box-shadow: 0 0 11px rgba(0, 0, 0, 0.05);
	-webkit-animation-name: menu_sticky;
	animation-name: menu_sticky;
	-webkit-animation-duration: 0.60s;
	animation-duration: 0.60s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

/*===Scroll To Top===*/

.scroll-to-top {
	background: #020a5e;
	border-radius: 50%;
	bottom: 25px;
	color: #333333;
	cursor: pointer;
	display: none;
	font-size: 30px;
	font-weight: normal;
	height: 55px;
	line-height: 50px;
	position: fixed;
	right: 15px;
	text-align: center;
	transition: all 500ms ease 0s;
	width: 55px;
	z-index: 99999;
	-webkit-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
	-moz-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
	box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
}

.scroll-to-top span {
	color: #fff;
}

/*===Button Style===*/

.thm-btn {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	z-index: 1;
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
	font-family: 'Montserrat', sans-serif;
}

.thm-btn:before {
	position: absolute;
	content: "";
	left: 0;
	opacity: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	background-color:#ff2b58;
	transform: scale(0.5, 1);
	transition: all 0.4s ease 0s;
}

.thm-btn:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.thm-btn:hover {
	color: #fff;
	background: #f3374a;
}

.bg-clr1 {
	background:  rgb(44, 3, 139);
	color: #fff;
}

.bg-clr2 {
	position: relative;
	background: #f9be4d;
	color: #333333;
}

.bg-clr2:before {
	position: absolute;
	content: "";
	left: 0;
	opacity: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	background-color: #f36371;
	transform: scale(0.5, 1);
	transition: all 0.4s ease 0s;
}

.bg-clr2:hover:before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

/*===Header Style One===*/

.header-style-one {
	padding: 10px 0px;
	background: rgb(245, 200, 3);
}

.left-side .top-info li {
	position: relative;
	margin-right: 15px;
	padding-right: 20px;
	display: inline-block;
}

.left-side .top-info li a {
	color: black;
}

.right-side .top-info li a {
	color: black;
}

.right-side .top-info li {
	position: relative;
	margin-left: 10px;
	padding-right: 15px;
	display: inline-block;
}

.right-side .top-info li:last-child {
	padding-right: 0px;
}

.top-info li i {
	color:#020a5e;
	margin-right: 8px;
}

/*===Language Switcher===*/

.language-switcher {
	position: relative;
	float: right;
	width: 70px;
}

.language-switcher #polyglotLanguageSwitcher span.trigger::before {
	color: #ff2b58;
	font-family: FontAwesome;
	position: absolute;
	right: 0px;
	top: 0px;
}

#polyglotLanguageSwitcher ul.dropdown li {
	border-top: 1px dashed #18191e;
	display: block;
	padding: 0 10px;
	transition: all 0.2s ease-in-out 0s;
	width: 100px;
}

/*===Header Area===*/

.header-logo {
	position: relative;
	z-index: 1;
	/* padding: 15px 0px; */
}

.header-logo:before {
	/* background: #fafafa none repeat scroll 0 0;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	right: 10px;
	width: 2500px;
	z-index: -1;
	transform: skewX(30deg); */
}

.header-contact-info {
	position: relative;
	overflow: hidden;
	float: right;
	padding: 22px 0px;
	line-height: 1.1;
}

.header-contact-info ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	position: relative;
	padding-left: 45px;
}

.header-contact-info ul li:last-child {
	margin-right: 0;
	border-right: none;
	padding-right: 0;
}

.header-contact-info ul li .iocn-holder {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #020a5e;
	position: absolute;
	left: 0;
	top: 0;
}

.header-contact-info ul li .iocn-holder span {}

.header-contact-info ul li .iocn-holder span:before {
	color: #020a5e;
}

.header-contact-info ul li .text-holder {
	padding-left: 20px;
}

.header-contact-info ul li .text-holder strong {
	color: #575555;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

.header-contact-info ul li .text-holder p {
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	line-height: 38px;
}

.top-social-links {
	float: right;
	margin: 15px 0px;
}

.top-social-links li {
	display: inline-block;
	margin: 0 0 0 15px;
}

.top-social-links li:first-child {
	margin: 0;
}

.top-social-links li a i {
	color: #848484;
	font-size: 16px;
	transition: all 500ms ease;
}

.top-social-links li a:hover i {
	color: #f36371;
}

/*===Main Menu Area===*/

/*===Main Menu Area===*/

.main-menu-one {
	position: relative;
	z-index: 9999;
}

.menu-style-one {
	position: relative;
	background: #020a5e;
}

.menu-style-one .main-menu {
	float: left;
}

.menu-style-one .right-side-menu {
	float: right;
}

.stricky-fixed .menu-style-one {
	margin-left: 0px;
}

.menu-style-one:before {
	position: absolute;
	left: -35px;
	top: 0px;
	width: 60px;
	height: 70px;
	content: '';
	background: #020a5e;
	transform: skewX(30deg);
}

.main-menu .navbar-collapse {
	padding: 0px
}

.main-menu .navigation {
	position: relative;
	margin: 0;
}

.main-menu .navigation li {
	position: relative;
	display: inline-block;
	padding: 0;
}

.main-menu .navigation li i {
	margin-right: 8px;
}

.main-menu .navigation li a {
	position: relative;
	color: white;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 28px;
	opacity: 1;
	padding: 21px;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	text-transform: uppercase;
	transition: all 500ms ease 0s;
}

.main-menu .navigation li:first-child a {}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 120%;
	width: 270px;
	/* padding: 9px 0px; */
	background: #fff;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	border-top: 2px solid #f36371;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
	transition: all 500ms ease;
}

.main-menu .navigation>li:hover>ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.main-menu .navigation>li>ul>li {
	float: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	background: #000000;
	border-right: none;
}

.main-menu .navigation>li>ul>li:first-child {
	border: none;
}

.main-menu .navigation>li>ul>li>a {
	background: #ffffff none repeat scroll 0 0;
	color: #000000;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	padding: 12px 30px;
	position: relative;
	text-transform: capitalize;
	transition: all 500ms ease 0s;
	font-family: 'Montserrat', sans-serif;
}

.main-menu .navigation>li>ul>li:hover>a {
	color: white;
	background-color: #020a5e;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 5px;
	top: 22px;
	font-size: 15px;
	color: white;
	display: inline-block;
}

/*===Outer Search Box===*/

.right-side-menu {
	/* position: relative;
	padding: 15px 0px; */
}

.outer-search-box {
	/* position: relative;
	float: left;
	height: 40px;
	width: 40px;
	line-height: 36px; */
}

.outer-search-box .seach-toggle {
	background: transparent;
	border-radius: 0;
	color: white;
	cursor: pointer;
	display: block;
	font-size: 18px;
	position: relative;
	text-align: center;
	transition: all 500ms ease;
}

.outer-search-box .seach-toggle:hover,
.outer-search-box .seach-toggle.active {}

.outer-search-box .search-box {
	background: #ffffff;
	border-top: 2px solid #ffffff;
	opacity: 0;
	padding: 20px;
	position: absolute;
	right: 0px;
	top: 170%;
	transition: all 500ms ease 0s;
	visibility: hidden;
	box-shadow: 0 0 40px rgba(0, 0, 0, .041);
}

.outer-search-box .search-box.now-visible {
	top: 137%;
	opacity: 1;
	z-index: 9999;
	visibility: visible;
}

.outer-search-box .search-box .form-group {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	min-width: 250px;
}

.outer-search-box .form-group input[type="search"] {
	background: #ffffff none repeat scroll 0 0;
	border: 0px;
	color: #000;
	display: block;
	font-size: 13px;
	line-height: 24px;
	position: relative;
	transition: all 500ms ease 0s;
	width: 100%;
	height: 40px;
	padding-left: 15px;
	padding-right: 50px;
}

.outer-search-box .form-group input[type="search"]:focus {
	border: 0px;
	outline: none;
}

.outer-search-box .form-group button,
.outer-search-box .form-group input[type="submit"] {
	background: #2b2c36;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 13px;
	height: 40px;
	line-height: 38px;
	position: absolute;
	right: 0;
	top: 0px;
	width: 40px;
	transition: all 500ms ease 0s;
}

.outer-search-box .form-group button:hover,
.outer-search-box .form-group input:focus+button {}

.right-side-menu .nav-toggler {
	position: relative;
	z-index: 1;
	height: 40px;
	width: 40px;
	line-height: 62px;
}

.right-side-menu:before {
	background: #020a5e;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 2500px;
	z-index: -1;
}

.right-side-menu .nav-toggler button {
	background: transparent;
	cursor: pointer;
}

.right-side-menu .nav-toggler span:before {
	font-size: 50px;
	background: transparent;
	color: #222222;
}

/*** 

====================================================================
Main Slider Banner
====================================================================

***/

.main-slider.style-1 {
	position: relative;
	top: -70px;
	margin-bottom: -77px;
}

.main-slider.style-3 .content {
	margin-top: 100px;
}

.main-slider .slide:before {
	position: absolute;
	content: '';
	/* background: rgba(34, 34, 34, 0.50); */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.main-slider .content.alternate {
	max-width: 610px;
	width: 100%;
	float: right;
	display: block;
}

.main-slider .slide {
	position: relative;
	padding: 220px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 800px;
}

.main-slider .image {
	position: relative;
	color: #ffffff;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 20px;
	width: 100%;
	display: inline-block;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active .image {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1000ms;
}

.main-slider .image img {
	width: auto;
	margin: 0 auto;
}

.main-slider h2 {
	position: relative;
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 45px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active h2 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1300ms;
}

.main-slider h2.style-two {
	font-weight: 500;
	margin-bottom: 40px;
}

.main-slider h2.style-three {
	font-weight: 500;
	margin-bottom: 20px;
}

.main-slider h2.alternate {
	margin-bottom: 35px;
}

.main-slider h3 {
	position: relative;
	color: #020a5e;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 20px;
	display: inline-block;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active h3 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1000ms;
}

.main-slider .text {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	opacity: 0;
	line-height: 1.7em;
	font-weight: 500;
	margin-bottom: 40px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active .text {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2000ms;
}

.main-slider .link-box {
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	text-align: center;
}

.main-slider .link-box .theme-btn {
	margin-right: 10px;
}

.main-slider .active .link-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2500ms;
}

.main-slider .btn-style-one {
	position: relative;
	padding: 11px 35px;
	line-height: 24px;
	color: #222;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	background: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
	min-width: 200px;
	border: 2px solid #ffffff;
	font-family: 'Montserrat', sans-serif;
	transition: .5s ease;
}

.main-slider .btn-style-one:hover {
	color: #ffffff;
	background: #101010;
	border-color: #101010;
}

/*Btn Style two*/

.main-slider .btn-style-two {
	position: relative;
	padding: 11px 40px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	background: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	min-width: 200px;
	border: 2px solid #ffffff;
	font-family: 'Montserrat', sans-serif;
	transition: .5s ease;
}

.main-slider .btn-style-two:hover {
	color: #ffffff;
	border-color: #f36371;
	background-color: #f36371;
}

.main-slider .content .title {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 20px;
	margin-bottom: 25px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .content .title:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 70px;
	height: 1px;
	margin-left: -35px;
	background-color: #ffffff;
}

.main-slider .active .title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 600ms;
}

.main-slider .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 20px;
	max-width: 150px;
	margin-left: -50px;
	width: 100%;
	text-align: center;
}

.main-slider .owl-dots .owl-dot {
	position: relative;
	width: 12px;
	height: 12px;
	margin: 0px 4px;
	overflow: hidden;
	border-radius: 50px;
	display: inline-block;
	border: 1px solid #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-slider .owl-dots .owl-dot:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-slider .owl-dots .owl-dot.active::before,
.main-slider .owl-dots .owl-dot:hover::before {
	background: #ffffff;
}

.main-slider .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 1;
	width: 100%;
	margin-top: -20px;
}

.main-slider .owl-nav .owl-prev {
	position: absolute;
	left: 40px;
	line-height: 42px;
	color: #222;
	font-size: 22px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	width: 50px;
	border-radius: 0px;
	background: #ffffff;
}

.main-slider .owl-nav .owl-next {
	position: absolute;
	right: 40px;
	line-height: 42px;
	color: #222;
	font-size: 22px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	width: 50px;
	border-radius: 0px;
	background: #ffffff;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
	background: #020a5e;
	color: white;
}

/*===Callout Section===*/

.callout-section {
	margin: 0px;
}

.callout-section .callout-item {
	background: #fcc254;
	padding: 70px 0 35px;
}

.callout-section .callout-item.light-bg {
	background: #fec85e;
}

.callout-section .callout-item.deep-bg {
	background: #f7bd51;
}

.callout-section .default-bg {
	margin: 0px;
}

.callout-item .inner-item {
	position: relative;
	margin: 0px 30px 30px 100px;
	padding-left: 70px;
}

.callout-item .icon-box {
	position: absolute;
	top: 5px;
	left: 0px;
}

.callout-item .icon-box i:before {
	font-size: 50px;
	color: #333333;
}

.callout-item h5 {
	transition: .5s ease;
}

.callout-item .text {
	color: #222;
}

/*===Wellcome Section===*/

.wellcome-left-colmun {
	margin: 0px 70px 30px 0px;
}

.wellcome-left-colmun .text {
	position: relative;
	margin: 20px 0px 25px;
}

.wellcome-left-colmun .text h1 {
	position: absolute;
	left: 0px;
	top: 8px;
	font-size: 60px;
	line-height: 27px;
	color: #020a5e;
}

.wellcome-left-colmun .text h6 {
	padding-left: 90px;
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
	font-style: italic;
	font-family: 'Lora', serif;
	color: #222;
}

.wellcome-left-colmun .link-btn .thm-btn {
	padding: 10px 40px;
	margin-top: 30px;
}

.wellcome-left-colmun .link-btn .thm-btn:hover {
	color: #fff;
}

/*===Course Search Section===*/

.course-search-bg {
	position: relative;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.course-search-bg:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.85);
}

.course-search-title {
	position: relative;
	background: #f9be4d;
	margin-right: 52px;
	z-index: 1;
	padding: 32px 0px 32px 25px;
}

.course-search-title:before {
	position: absolute;
	top: 0px;
	right: -28px;
	width: 60px;
	height: 75px;
	content: '';
	z-index: -1;
	background: #f9be4d;
	transform: skewX(30deg);
}

.course-search-title:after {
	position: absolute;
	bottom: 0px;
	right: -28px;
	width: 60px;
	height: 75px;
	content: '';
	z-index: -1;
	background: #f9be4d;
	transform: skewX(-30deg);
}

.form-area-one {
	margin: 50px 80px 30px 25px;
}

.form-style-one .form-group select,
.form-style-one .form-group input {
	padding-left: 35px;
}

.form-style-one .form-group i,
.form-style-one .form-group i {
	position: absolute;
	top: 17px;
	left: 12px;
	font-size: 14px;
	color: #f9be4d;
}

.form-style-one button {
	display: block;
	padding: 10px 50px;
}

.form-style-one button:hover {
	color: #fff;
}

.form-style-one button span {
	color: #333333;
	margin-right: 10px;
}

.form-style-one button:hover span {
	color: #fff;
}

/*===Gallery Section===*/

.gallery-section .sec-title-one {
	float: left;
}

.gallery-filter {
	float: right;
	margin: 5px 0px 40px;
}

.gallery-filter li {
	padding: 0;
	cursor: pointer;
	margin-right: 4px;
	display: inline-block;
}

.gallery-filter li span {
	font-size: 15px;
	font-weight: 600;
	line-height: 28px;
	color: #333333;
	padding: 6px 20px;
	font-style: normal;
	display: inline-block;
	border: 1px solid #dcdcdc;
	text-transform: capitalize;
	transition: .5s ease;
	font-family: 'Montserrat', sans-serif;
}

.gallery-filter li:hover span,
.gallery-filter li.active span {
	color: #ffffff;
	background: #f36371;
	border-color: #f36371;
	transition: .5s ease;
}

.gallery-item {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
}

.gallery-item img {
	width: 100%;
	transform: scale(1);
	transition: .5s ease;
}

.gallery-item:hover img {
	transform: scale(1.3);
	transition: .5s ease;
}

.gallery-item .image-box {
	position: relative;
	overflow: hidden;
}


.gallery-item .image-box:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 8;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(0, 0, 0, 0.75);
}

.gallery-item:hover .image-box:before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.gallery-item .overlay a {
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
	border-radius: 50%;
	color: #222;
	font-size: 20px;
	height: 60px;
	margin: 0 5px;
	line-height: 60px;
	opacity: 0;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(0%) translateY(-30%) scale(0.9);
	-ms-transform: translateX(0%) translateY(-30%) scale(0.9);
	transform: translateX(0%) translateY(-30%) scale(0.9);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 60px;
}

.gallery-item .overlay a:hover {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
	color: #f36371;
}

.gallery-item:hover .overlay a {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0%) scale(1);
	-ms-transform: translateX(0) translateY(0%) scale(1);
	transform: translateX(0) translateY(0%) scale(1);
}

.gallery-item .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.gallery-item:hover .overlay {
	opacity: 1;
}

.gallery-item .date-box {
	position: absolute;
	top: -32px;
	left: 50%;
	margin-left: -32px;
	display: inline-block;
}

.gallery-item .date-box h6 {
	position: relative;
	z-index: 8;
	font-size: 17px;
	color: #000000;
	width: 65px;
	height: 65px;
	text-align: center;
	line-height: 55px;
	border-radius: 50%;
	background: #f9be4d;
	border: 6px solid #ffffff;
	font-family: 'Lato', sans-serif;
}

.gallery-item .image-content {
	position: relative;
	padding: 30px 30px;
	background: #fafafa;
}

.gallery-item .reting i,
.gallery-item .reting span {
	color: #f36371;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	font-style: normal;
}

.gallery-item .reting a {
	color: #f36371;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	font-style: normal;
	font-family: 'Montserrat', sans-serif;
}

.gallery-item .bottom-text {
	padding: 6px 0px 20px;
}

.gallery-item .bottom-text h6 {
	font-size: 18px;
	color: #333333;
	line-height: 27px;
	font-weight: 600;
	transition: .5s ease;
}

.gallery-item .bottom-text h6 a {
	color: #222;
}

.gallery-item .bottom-text h6 a:hover {
	color: #f36371;
	transition: .5s ease;
}

.gallery-item .info {
	position: relative;
	padding-top: 15px;
	border-top: 1px solid #e8e8e8;
}

.gallery-item .info p {
	color: #333333;
	font-weight: 500;
	margin-bottom: 0px;
	font-size: 14px;
}

.gallery-item .info p i {
	margin-right: 8px;
	color: #f9be4d;
}

.fancybox-skin {
	background: rgba(11, 70, 150, 0.8) !important;
}

/*===Service Section===*/

.service-section {
	position: relative;
	background-size: cover;
}

.service-section:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.9);
}

.service-section .sec-title-two h4 {
	color: #ffffff;
}

.service-section .title-text span {
	position: relative;
	color: #e1e1e1;
}

.slide-item .service-item-one {
	position: relative;
	text-align: center;
	cursor: pointer;
	padding: 105px 25px 40px;
	border: 1px solid #5c5c5c;
	transition: all 500ms ease;
}

.slide-item.one .service-item-one:hover {
	border-color: #f36371;
	transition: all 500ms ease;
}

.slide-item.one .service-item-one .link-btn a:hover {
	color: #f36371;
	transition: all 500ms ease;
}

.slide-item.two .service-item-one:hover {
	border-color: #f9be4d;
	transition: all 500ms ease;
}

.slide-item.two .service-item-one .link-btn a:hover {
	color: #f9be4d;
	transition: all 500ms ease;
}

.slide-item.three .service-item-one:hover {
	border-color: #01a2a6;
	transition: all 500ms ease;
}

.slide-item.three .service-item-one .link-btn a:hover {
	color: #01a2a6;
	transition: all 500ms ease;
}

.slide-item.four .service-item-one:hover {
	border-color: #fd8d3c;
	transition: all 500ms ease;
}

.slide-item.four .service-item-one .link-btn a:hover {
	color: #fd8d3c;
	transition: all 500ms ease;
}

.service-item-one .bg-red {
	background: #f36371;
}

.service-item-one .bg-yellow {
	background: #f9be4d;
}

.service-item-one .bg-green {
	background: #01a2a6;
}

.service-item-one .bg-orange {
	background: #fd8d3c;
}

.service-item-one .icon-box {
	position: absolute;
	width: 65px;
	height: 65px;
	top: 0px;
	left: 50%;
	margin-left: -30px;
	text-align: center;
	line-height: 65px;
}

.service-item-one .icon-box i:before {
	font-size: 40px;
	color: #ffffff;
}

.service-item-one h6 a {
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	line-height: 27px;
	padding: 10px 0px;
}

.service-item-one h6 a:hover {
	color: #f36371;
	transition: all 500ms ease;
}

.service-item-one p {
	font-size: 15px;
	color: #e1e1e1;
	line-height: 26px;
	margin-top: 12px;
}

.service-item-one .link-btn a {
	font-size: 14px;
	color: #ffffff;
	line-height: 27px;
	transition: all 500ms ease;
	font-family: 'Montserrat', sans-serif;
}

.service-item-one .link-btn a i {
	margin-left: 5px;
}

.services-carousel .owl-nav {
	margin-top: 30px
}

.services-carousel .owl-nav [class*=owl-] {
	margin: 5px;
	height: 42px;
	width: 42px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	background: transparent;
	border: 1px solid #020a5e;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	transition: all 500ms ease;
}

.services-carousel .owl-nav [class*=owl-]:hover {
	background: #ffffff;
	border-color: #f74d0a;
	transition: all 500ms ease;
}

.services-carousel .owl-nav span:before {
	color: #aeadad;
	font-size: 14px;
	line-height: 34px;
}

/*===Team Section===*/

.team-item-one {
	position: relative;
	margin-bottom: 40px;
}

.team-item-one .image-box {
	position: relative;
	width: 162px;
	height: 162px;
	border-radius: 50%;
	margin: 0px auto;
	overflow: hidden;
	background: #f3f3f3;
	transition: all 500ms ease;
}

.team-item-one .image-box img {
	width: 100%;
	transform: scale(1);
	transition: all 500ms ease;
}

.team-item-one:hover .image-box img {
	transform: scale(1.3);
	transition: all 500ms ease;
}

.team-item-one .image-box:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 1;
	background: rgba(141, 123, 243, 0.5);
	border-radius: 50%;
	transform: scale(0.0);
	transition: all 500ms ease;
}

.team-item-one:hover .image-box:before {
	transform: scale(1.1);
	transition: all 500ms ease;
}

.team-item-one .image-text h6 {
	font-size: 16px;
	line-height: 25px;
	color: #333333;
	padding-top: 15px;
	transition: all 500ms ease;
}

.team-item-one:hover .image-text h6 {
	color: #f36371;
	transition: all 500ms ease;
}

.team-item-one .image-text p {
	color: #888888;
	margin-bottom: 0px;
}

.team-item-one .image-text li {
	display: inline-block;
}

.team-item-one .image-text li i {
	font-size: 13px;
	color: #777777;
	padding: 5px;
	transition: all 500ms ease;
}

.team-item-one .image-text li:hover i {
	color: #f36371;
	transition: all 500ms ease;
}

/*===Testimonial Section===*/

.testimonials-section .image-box {
	text-align: center;
}

.testimonials-section .image-box figure {
	margin: 0px;
}

.testimonial-area {
	margin-left: 60px;
}

.testimonial-area .testimonial-carousel {
	display: block;
}

.testimonial-area .slide-item {
	padding: 40px 0px 20px;
}

.testimonial-area .slide-item h6 {
	font-size: 16px;
	line-height: 25px;
	font-weight: 700;
	color: #333333;
}

.testimonial-area .slide-item p {
	line-height: 25px;
	font-weight: 400;
	color: #888888;
}

.testimonial-area .owl-theme .owl-dot span {
	width: 6px;
	height: 6px;
	margin: 5px;
	background: #f36371;
	border: 1px solid #f36371;
	display: block;
	border-radius: 0px;
	transition: all 500ms ease;
}

.testimonial-area .owl-theme .owl-dot.active span,
.testimonial-area .owl-theme .owl-dot:hover span {
	width: 7px;
	height: 7px;
	border-color: #f9be4d;
	background: transparent;
	transition: all 500ms ease;
}

/*===Blog Section===*/

.blog-item-one {
	margin-bottom: 30px;
}

.blog-item-one .image-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.blog-item-one .image-box:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 8;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(0, 0, 0, 0.75);
}

.blog-item-one:hover .image-box:before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.blog-item-one .overlay a {
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
	border-radius: 50%;
	color: #222;
	font-size: 20px;
	height: 60px;
	margin: 0 5px;
	line-height: 60px;
	opacity: 0;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(0%) translateY(-30%) scale(0.9);
	-ms-transform: translateX(0%) translateY(-30%) scale(0.9);
	transform: translateX(0%) translateY(-30%) scale(0.9);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 60px;
}

.blog-item-one .overlay a:hover {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
	color: #f36371;
}

.blog-item-one:hover .overlay a {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0%) scale(1);
	-ms-transform: translateX(0) translateY(0%) scale(1);
	transform: translateX(0) translateY(0%) scale(1);
}

.blog-item-one .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.blog-item-one:hover .overlay {
	opacity: 1;
}

.blog-item-one .image-box img {
	width: 100%;
	transform: scale(1);
	transition: all 500ms ease;
}

.blog-item-one:hover .image-box img {
	transform: scale(1.2);
	transition: all 500ms ease;
}

.blog-item-one .image-box .date-box {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #f9be4d;
	z-index: 9;
	padding: 5px;
}

.blog-item-one .image-box .date-box p {
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 28px;
	color: #333333;
	font-weight: 400;
	padding: 0px 16px;
	display: inline-block;
}

.blog-item-one .image-text h6 {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	line-height: 27px;
	display: inline-block;
	padding: 15px 0px 10px;
	transition: all 500ms ease;
}

.blog-item-one .image-text h6 a {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	line-height: 27px;
	display: inline-block;
	padding: 15px 0px 10px;
	transition: all 500ms ease;
}

.blog-item-one .image-text h6 a:hover {
	color: #f36371;
	transition: all 500ms ease;
}

.blog-item-one .image-text .link-btn a {
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	color: #333333;
	display: inline-block;
	transition: all 500ms ease;
}

.blog-item-one .image-text .link-btn a i {
	font-size: 13px;
	margin-left: 5px;
}

.blog-item-one .image-text .link-btn a:hover {
	color: #f36371;
	transition: all 500ms ease;
}

/*===Brand Section===*/

.brand .owl-controls {
	display: none;
}

.brand .single-item {
	margin-bottom: 40px;
	text-align: center;
}

.brand .single-item img {
	display: inline-block;
	max-width: 100% !important;
	opacity: 1;
	padding: 0px 0;
	position: relative;
	-webkit-transition: all 300ms ease-in 0s;
	transition: all 300ms ease-in 0s;
	width: auto !important;
}

/*===Main Footer===*/

.main-footer h6 {
	font-size: 20px;
	line-height: 27px;
	color: #ffffff;
	font-weight: 700;
	text-transform: capitalize;
}

.main-footer .sec-title-one {
	margin-bottom: 25px;
}

.footer-about-widget {
	margin-right: 50px;
}

.footer-about-widget p {
	color: #b3b3b3;
}

.footer-about-widget .footer-logo {
	padding-bottom: 10px;
}

.footer-about-widget .social-links {
	padding-top: 10px;
}

.footer-about-widget .social-links li {
	display: inline-block;
	margin: 0px 2px;
}

.footer-about-widget .social-links li i {
	font-size: 14px;
	width: 45px;
	height: 45px;
	color: white;
	text-align: center;
	background: #222222;
	line-height: 45px;
	transition: all 500ms ease;
}

.footer-about-widget .social-links li:hover i {
	color: #f6f6f6;
	background: #f36371;
	transition: all 500ms ease;
}

.footer-menu-link li a {
	font-size: 16px;
	color: #b3b3b3;
	line-height: 41px;
	transition: all 500ms ease;
}

.footer-menu-link li a:hover {
	color: red;
	transition: all 500ms ease;
}

.footer-menu-link li i {
	margin-right: 8px;
	color: white;
}

.footer-blog {
	margin-left: 25px;
}

.footer-blog .item {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #3e3e3e;
}

.footer-blog .item:last-child {
	border-bottom: none;
}

.footer-blog .icon-box {
	position: absolute;
	top: 5px;
	left: 0px;
}

.footer-blog .icon-box i {
	font-size: 16px;
	color: white;
}

.footer-blog .icon-text {
	position: relative;
	padding-left: 35px;
}

.footer-blog .icon-text p {
	font-size: 16px;
	color: #b3b3b3;
	line-height: 24px;
	margin-bottom: 5px;
}

.footer-blog .icon-text a {
	font-size: 15px;
	color: #0084b4;
	text-transform: uppercase;
}

.footer-blog .icon-text span {
	font-size: 14px;
	color: #b3b3b3;
	font-style: normal;
	font-weight: 400;
}

.footer-blog .icon-text span i {
	font-size: 12px;
	margin-right: 10px;
	color: #f9be4d;
}

.footer-gallery-widget {
	position: relative;
	margin-left: 30px;
}

.footer-gallery-widget .innar-box {
	padding: 0px 10px;
}

.footer-gallery-widget .image {
	position: relative;
	margin: 5px -10px;
}

.footer-gallery-widget img {
	width: 100%;
}

/*===Footer Bottom===*/

.bottom-text p {
	font-size: 15px;
	color: #000;
	line-height: 28px;
	padding: 16px 0px;
	margin-bottom: 0px;
	/* font-family:'Patrick Hand', cursive;; */
}

/*===Header Top Two===*/

.header-style-two {
	background: #333333;
}

.header-style-two .social-links li {
	display: inline-block;
	border-right: 1px solid #505050;
}

.header-style-two .social-links li:first-child {
	border-left: 1px solid #505050;
}

.header-style-two .social-links li a {
	font-size: 14px;
	color: white;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	background: transparent;
}

.header-style-two .social-links li:hover a {
	color: darkblue;
}

.header-style-two .login-info {
	margin: 12px 0px;
	padding-right: 20px;
}

.header-style-two .login-info li {
	margin: 0px;
}

.header-style-two .login-info li a {
	color: #adadad;
}

.header-style-two .search-box {
	width: 215px;
}

.header-style-two .search-box .form-group {
	position: relative;
	margin-bottom: 0px;
	text-align: center;
}

.header-style-two .search-box .form-group input {
	height: 50px;
	padding-left: 15px;
	line-height: 50px;
	font-size: 14px;
	background: #2b2b2b;
	border: none;
	box-shadow: none;
	width: 100%;
}

.header-style-two .search-box .form-group input:focus {
	border: none;
	outline: none;
	box-shadow: none;
}

.header-style-two .search-box .form-group button {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: transparent;
}

.header-style-two .search-box .form-group button i {
	color: #777777;
	font-size: 13px;
}

/*===Menu Style Two===*/

.main-menu-two {
	position: relative;
	margin-bottom: 0px;
}

.main-menu-two .menu-logo {
	float: left;
}

.main-menu-two .menu-area {
	float: right;
}

.main-menu-two .menu-logo {
	margin: 30px 0px 20px;
}

.main-menu-two .link-btn {
	margin: 35px 0px;
}

.main-menu-two .link-btn .thm-btn {
	padding: 10px 30px;
}

.main-menu-two .link-btn .thm-btn:hover {
	color: #fff;
}

.main-menu-two .main-menu .navigation li {
	margin-right: 15px;
}

.main-menu-two .main-menu .navigation li a {
	padding: 46px 10px;
}

.main-menu-two .main-menu .navigation li.dropdown a {
	padding-right: 20px;
}

.main-menu-two .main-menu .navigation>li>ul>li>a {
	padding: 12px 20px 12px 20px;
}

.main-menu-two .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	top: 48px;
	right: 0;
}

/*===Our Service Section===*/

.our-service .sec-title-one.leftted {
	float: left;
}

.our-service .title-content {
	float: right;
}

.service-item-two {
	margin: 80px 0px 20px;
}

.service-item-two.left-side {
	margin-right: 80px;
}

.service-item-two.center-side {
	margin-left: 40px;
	margin-right: 40px;
}

.service-item-two.right-side {
	margin-left: 80px;
}

.service-item-two .icon-box {
	margin-bottom: 20px;
}

.service-item-two h6 a {
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	color: #333333;
	display: inline-block;
	padding-bottom: 10px;
	text-transform: capitalize;
	transition: all 500ms ease;
}

.service-item-two:hover h6 a {
	color: #f36371;
	transition: all 500ms ease;
}

.service-item-two p {
	font-size: 16px;
	color: #777777;
	line-height: 26px;
}

.service-item-two .link-btn a {
	font-size: 14px;
	color: #333333;
	line-height: 27px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	transition: all 500ms ease;
}

.service-item-two .link-btn i:before {
	font-size: 12px;
	line-height: 27px;
	color: #333333;
}

.service-item-two .link-btn a:hover {
	color: #f36371;
	transition: all 500ms ease;
}

/*===Fact Counter Section===*/

.fact-counter-area {
	background-attachment: fixed !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	padding-bottom: 40px;
	padding-top: 50px;
	position: relative;
}

.fact-counter-area:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0,33,71,0.9);
}

.fact-single-item {
	position: relative;
	margin-bottom: 20px;
}

.fact-single-item h2 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
	line-height: 27px;
	display: block;
	padding-bottom: 8px;
}

.fact-single-item i {
	display: block;
	margin-bottom: 20px;
}

.fact-single-item i:before {
	color: #f9be4d;
	font-size: 50px;
	line-height: 60px;
}

.fact-single-item p {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 0px;
}

/*===Service Section Style Two===*/

.service-section.style-two:before {
	display: none;
}

.service-section.style-two .sec-title-two h4 {
	color: #333333;
}

.service-section.style-two .title-text span {
	color: #777777;
}

.service-item-one.two {
	background: #fafafa;
	border: none;
	margin-bottom: 30px;
}

.service-item-one.two:hover {
	background: #ffffff;
	box-shadow: 0 0 10px 2px #fafafa;
}

.service-item-one.two p {
	color: #777777;
}

.service-item-one.two h6 a {
	color: #333333;
	transition: all 500ms ease;
}

.service-item-one.two h6 a:hover {
	color: #f36371;
	transition: all 500ms ease;
}

.service-item-one.two .link-btn a {
	color: #333333;
	transition: all 500ms ease;
}

.service-item-one.two .link-btn a:hover {
	color: #f36371;
	transition: all 500ms ease;
}

/*===Footer Bottom Style Two===*/

.slide-gallery {
	position: relative;
	overflow: hidden;
}

.slide-gallery .item {
	position: relative;
}

.slide-gallery .item .overly {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: "";
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	transform: scale(0.0);
	transition: all 500ms ease;
	background: rgba(243, 99, 113, 0.85);
}

.slide-gallery .item:hover .overly {
	transform: scale(1);
	transition: all 500ms ease;
}

.slide-gallery .item .overly h6 {
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
}

.slide-gallery .item .icon-box {
	position: absolute;
	right: -41px;
	left: 150px;
	bottom: 150px;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #f9be4d;
	line-height: 40px;
	visibility: hidden;
	transition: .7s ease;
	opacity: 0;
}

.slide-gallery .item:hover .icon-box {
	visibility: visible;
	opacity: 1;
	right: 0;
}

.slide-gallery .item .icon-box i:before {
	color: #ffffff;
	font-size: 16px;
}

.slide-gallery .item figure {
	margin-bottom: 0px;
}

.slide-gallery .owl-theme .owl-nav {
	margin-top: 0px;
}

.slide-gallery .owl-theme .owl-nav [class*=owl-] {
	font-size: 20px;
	margin: 0px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 42px;
	background: rgba(255, 255, 255, 0.5);
	display: inline-block;
	cursor: pointer;
	border-radius: 0px;
}

.slide-gallery .owl-theme .owl-nav span {
	color: #ffffff;
}

.slide-gallery .owl-theme .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -25px;
}

.slide-gallery .owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: 17px;
	margin-top: -25px;
}

/*===Course Search Style Two===*/

.course-search {
	position: relative;
}

.course-search.style-two:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.92);
}

.course-search.style-two h4 {
	color: #ffffff;
}

.form-area-two {
	margin: 50px 0px 20px;
}

.form-area-two .form-group {
	margin-bottom: 30px;
}

.form-area-two button {
	display: inline-block;
}

/*===Event Section===*/

.event-item-one .image-box {
	position: relative;
	overflow: hidden;
}

.event-item-one .image-box img {
	width: 100%;
	transform: scale(1);
	transition: all 500ms ease;
}

.event-item-one:hover .image-box img {
	transform: scale(1.2);
	transition: all 500ms ease;
}

.event-item-one .image-box:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 8;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(0, 0, 0, 0.75);
}

.event-item-one:hover .image-box:before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.event-item-one .overlay a {
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
	border-radius: 50%;
	color: #222;
	font-size: 20px;
	height: 60px;
	margin: 0 5px;
	line-height: 60px;
	opacity: 0;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(0%) translateY(-30%) scale(0.9);
	-ms-transform: translateX(0%) translateY(-30%) scale(0.9);
	transform: translateX(0%) translateY(-30%) scale(0.9);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 60px;
}

.event-item-one .overlay a:hover {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
	color: #f36371;
}

.event-item-one:hover .overlay a {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0%) scale(1);
	-ms-transform: translateX(0) translateY(0%) scale(1);
	transform: translateX(0) translateY(0%) scale(1);
}

.event-item-one .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.event-item-one:hover .overlay {
	opacity: 1;
}


.event-item-one .date-box {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 60px;
	height: 100px;
	padding: 10px 12px;
	text-align: center;
	background: #f36371;
	z-index: 8;
}

.event-item-one .date-box h3 {
	font-size: 32px;
	font-weight: 700;
	color: #ffffff;
	line-height: 36px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ff909b;
}

.event-item-one .date-box p {
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	line-height: 16px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.event-item-one.two h6 a,
.event-item-one.left-side h6 a {
	padding-top: 20px;
}

.event-item-one h6 {
	font-size: 18px;
	line-height: 27px;
	font-weight: 700;
	color: #333333;
	display: inline-block;
	transition: all 500ms ease;
}

.event-item-one h6 a {
	font-size: 18px;
	line-height: 27px;
	font-weight: 700;
	color: #333333;
	display: inline-block;
	transition: all 500ms ease;
}

.event-item-one h6 a:hover {
	color: #f36371;
	transition: all 500ms ease;
}

.event-item-one .event-info {
	margin-bottom: 10px;
}

.event-item-one .event-info li {
	position: relative;
	font-size: 15px;
	line-height: 16px;
	font-weight: 400;
	color: #777777;
	padding-top: 7px;
	padding-right: 10px;
	margin-right: 8px;
	display: inline-block;
}

.event-item-one .event-info li i {
	font-size: 14px;
	color: #f9be4d;
	margin-right: 5px;
}

.event-item-one p {
	font-size: 16px;
	line-height: 22px;
	color: #777777;
	font-weight: 400;
}

.event-item-one .event-text {
}

.right-side.event-item-one {
	position: relative;
	padding-left: 70px;
	margin-top: -7px;
	margin-bottom: 30px;
	overflow: hidden;
}

.right-side.event-item-one:last-child {
	margin-bottom: 0px;
}

.right-side.event-item-one .date-box {
	top: 7px;
}

/*===Main Footer Style Two===*/

.main-footer .cloumn {
	margin-bottom: 40px;
}

.footer-about-info {
	margin-right: -20px;
}

.footer-about-info p {
	color: #b3b3b3;
}

.footer-about-info li {
	position: relative;
	margin-top: 15px;
	display: table;
}

.footer-about-info li .iocn-holder span:before {
	font-size: 22px;
	color: #f9be4d;
}

.footer-about-info li .iocn-holder {
	vertical-align: top;
	display: table-cell;
	padding-top: 5px;
}

.footer-about-info li .text-holder {
	display: table-cell;
	padding-left: 15px;
}

.footer-about-info li .text-holder p {
	color: #b3b3b3;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	line-height: 26px;
}

.footer-about-info li .text-holder p a {
	color: #b3b3b3;
	transition: all 500ms ease;
}

.footer-about-info li .text-holder p a:hover {
	color: #f9be4d;
	transition: all 500ms ease;
}

.footer-menu-link.two {
	margin-left: 55px;
	margin-right: -25px;
}

.footer-menu-link .menu-list {
	margin-top: -5px;
}

.footer-blog-two {
	margin-left: 55px;
}

.footer-blog-two .item {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.footer-blog-two .item .image-box {
	position: absolute;
	top: 7px;
	left: 0px;
	width: 60px;
	height: 60px;
}

.footer-blog-two .item .image-text a {
	font-size: 16px;
	color: #b3b3b3;
	display: inline-block;
	transition: all 500ms ease;
}

.footer-blog-two .item .image-text a:hover {
	color: #f9be4d;
	transition: all 500ms ease;
}

.footer-blog-two .item .image-text {
	padding-left: 75px;
}

.footer-blog-two .item .image-text li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
}

.footer-blog-two .item .image-text li i {
	font-size: 13px;
	color: #f9be4d;
	margin-right: 5px;
}

.footer-blog-two .item .image-text li p {
	font-size: 14px;
	color: #b3b3b3;
	margin: 0px;
}

.footer-newsletter {
	margin: 0px -15px;
}

.footer-newsletter .formo-group {
	margin-bottom: 30px;
}

.footer-newsletter p {
	color: #b3b3b3;
}

.footer-newsletter .form-group input {
	background: #292929;
	border: none;
}

.footer-newsletter .form-group input:focus {
	border-color: #f36371;
}

/*===Footer Bottom Style Two===*/

.bottom-text.two p {
	color: #868686;
}

.footer-menu li {
	display: inline-block;
}

.footer-menu li a {
	font-size: 15px;
	color: #868686;
	line-height: 28px;
	padding: 16px 15px;
	display: inline-block;
}

.footer-menu li:last-child a {
	padding-right: 0px;
}

/*===Header Style Three===*/

.main-header-three {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}

.header-style-three {
	position: relative;
	z-index: 9999;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.header-style-three .top-info li {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	line-height: 27px;
	margin: 15px 0px;
	margin-right: 20px;
}

.header-style-three .top-info li a {
	color: #fff;
}

.header-style-three .top-info li i {
	font-size: 13px;
	color: #f9be4d;
	line-height: 27px;
}

.header-style-three .social-links li {
	display: inline-block;
}

.header-style-three .social-links li i {
	font-size: 14px;
	color: #ccc;
	padding: 20px 10px;
}

.header-style-three .social-links li:hover i {
	color: #f36371;
}

.header-style-three .social-links li:last-child i {
	padding-right: 0px;
}

.menu-style-three .main-menu .navigation>li>ul {
	left: 10px;
}

/*===Menu Style Three===*/

.main-menu-two.style-two {
	z-index: 9999;
	background: transparent;
}

.menu-style-three .main-menu .navigation>li>a {
	color: #fff;
}

.main-menu-two.stricky-fixed {
	background: #fff;
}

.main-header-three .main-menu-two.stricky-fixed {
	background: rgba(0, 0, 0, 0.8);
}

.menu-style-three .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn span {
	color: #fff;
}

/*===Rev Slider Wrapper===*/

/*===Our Service===*/

.our-service .service-area {
	margin-left: 40px;
}

.our-service .image-box {
	margin-top: 73px;
	margin-left: -65px;
}

.our-service figure {
	margin-bottom: 0px;
}

.service-item-three {
	margin-bottom: 30px;
}

.service-item-three .icon-box {
	margin-bottom: 20px;
}

.service-item-three h6 a {
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	color: #333333;
	margin-bottom: 10px;
	display: inline-block;
	transition: all 500ms ease;
}

.service-item-three h6 a:hover {
	color: #f9be4d;
	transition: all 500ms ease;
}

/*===Course Section===*/

.left-side-area {
	margin-right: -20px;
}

.course-section {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}

.course-section:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.93);
}

.course-section h4 {
	color: #ffffff;
}

.course-section .title-text span {
	position: relative;
	color: #b1b1b1;
}

.course-item-one {
	position: relative;
	display: table;
	width: 100%;
	background: #ffffff;
	margin-bottom: 40px;
}

.course-item-one .image-box {
	position: relative;
	display: table-cell;
	vertical-align: top;
	width: 40%;
	overflow: hidden;
}

.course-item-one .image-box figure {
	margin-bottom: 0px;
	display: inherit;
}

.course-item-one .image-box img {
	width: 100%;
	transform: scale(1.05);
	transition: all 500ms ease;
}

.course-item-one:hover .image-box img {
	transform: scale(1.2);
	transition: all 500ms ease;
}

.course-item-one .image-box:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 8;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(243, 99, 113, 0.86);
}

.course-item-one:hover .image-box:before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.course-item-one .overlay a {
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
	border-radius: 50%;
	color: #222;
	font-size: 20px;
	height: 60px;
	margin: 0 5px;
	line-height: 60px;
	opacity: 0;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(0%) translateY(-30%) scale(0.9);
	-ms-transform: translateX(0%) translateY(-30%) scale(0.9);
	transform: translateX(0%) translateY(-30%) scale(0.9);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 60px;
}

.course-item-one .overlay a:hover {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
	color: #f36371;
}

.course-item-one:hover .overlay a {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0%) scale(1);
	-ms-transform: translateX(0) translateY(0%) scale(1);
	transform: translateX(0) translateY(0%) scale(1);
}

.course-item-one .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.course-item-one:hover .overlay {
	opacity: 1;
}

.course-item-one .image-text {
	position: relative;
	display: table-cell;
	padding: 25px;
	width: 55%;
}

.course-item-one .image-text h6 a {
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
	color: #333333;
	display: inline-block;
	transition: all 500ms ease;
}

.course-item-one .image-text h6 a:hover {
	color: #f36371;
	transition: all 500ms ease;
}

.image-text .ratting-star {
	padding: 10px 0px;
	border-bottom: 1px solid #e8e8e8;
}

.image-text .ratting-star li {
	display: inline-block;
}

.image-text .ratting-star li i {
	color: #f36371;
}

.course-item-one .course-info {
	padding: 12px 0px;
	border-bottom: 1px solid #e8e8e8;
}

.course-item-one .course-info li {
	color: #333333;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
}

.course-item-one .course-info li i {
	color: #f9be4d;
	font-size: 12px;
	margin-right: 5px;
	line-height: 26px;
}

.course-item-one .course-info li h5 {
	color: #333333;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
}

.course-item-one .link-btn {
	margin-top: 20px;
}

.course-item-one .link-btn .thm-btn {
	padding: 5px 28px;
}

.course-item-one .link-btn .thm-btn:hover {
	color: #fff;
}

/*===Fact Counter Area Style Two===*/

.fact-counter-area.style-two:before {
	display: none;
}

.fact-single-item.two i:before {
	color: #f9be4d;
}

.fact-single-item.two h2 {
	color: #333333;
}

.fact-single-item.two p {
	color: #777777;
}

/*===Course Search Two===*/

.course-search.two {
	position: relative;
}

.course-search.two h4 {
	color: #ffffff;
}

.course-search.two:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(243, 99, 113, 0.95);
}

.course-search.two .form-style-one button {
	width: 100%;
}

.course-search.two .form-style-one button:hover.bg-clr2 {
	color: #ffffff;
}

.course-search.two .form-style-one button:hover.bg-clr2 span {
	color: #ffffff;
}

.course-search.two .form-style-one button:hover.bg-clr2:before {
	background: #333333;
}

/*===App Section===*/

.app-section .image-box {
	margin: 0px -30px;
}

.app-content {
	margin-left: 75px;
	margin-bottom: 40px;
}

.app-content .text {
	padding: 0px 0px 10px;
}

.app-content p {
	letter-spacing: .3px;
}

.app-content .app-list {
	margin-bottom: 20px;
}

.app-content .app-list li {
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
	color: #333333;
	padding: 8px 0px;
	font-family: 'Lato', sans-serif;
}

.app-content .app-list li i {
	font-size: 14px;
	color: #f36371;
	margin-right: 10px;
}

.app-content .download-link .thm-btn {
	padding: 10px 35px;
	margin-right: 20px;
}

.app-content .download-link .thm-btn:hover {
	color: #fff;
}

.app-content .download-link .thm-btn i {
	margin-right: 5px;
}

.app-content .download-link .thm-btn.bg-clr2 {
	background: #ffffff;
	border: 1px solid #f36371;
}

/*===Footer Top One===*/

.footer-top-one {
	margin-bottom: 60px;
}

.footer-top-one .icon-box i:before {
	font-size: 34px;
	line-height: 50px;
	color: #f9be4d;
}

.footer-top-one a,
.footer-top-one p {
	font-size: 16px;
	line-height: 27px;
	color: #b3b3b3;
	font-weight: 400;
}

.footer-top-one a:hover {
	color: #f9be4d;
}

.footer-area-two {
	border-top: 1px solid #2a2a2a;
}

.footer-area-two .social-links {
	padding-top: 50px;
	padding-bottom: 15px;
}

.footer-area-two .social-links li {
	display: inline-block;
	margin: 0px 2px;
}

.footer-area-two .social-links li i {
	font-size: 14px;
	width: 45px;
	height: 45px;
	color: #adadad;
	text-align: center;
	background: #222222;
	line-height: 45px;
	transition: all 500ms ease;
}

.footer-area-two .social-links li:hover i {
	color: #f6f6f6;
	background: #f36371;
	transition: all 500ms ease;
}

.bottom-text.three p {
	color: #868686;
}

/*===Page Title===*/

.page-title {
	position: relative;
	z-index: 1;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	padding: 200px 0px 130px;
	top: -70px;
	margin-bottom: -70px;
	height: 500px;
}

.page-title:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.315);
}

.page-title .title h2 {
	position: relative;
	font-size: 45px;
	font-weight: 700;
	line-height: 60px;
	color: #ffffff;
	text-transform: capitalize;
}

.page-title .title-manu li {
	position: relative;
	font-size: 15px;
	line-height: 26px;
	font-weight: 700;
	color: #f36371;
	margin-left: 15px;
	padding: 17px 0px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
}

.page-title .title-manu li a {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	transition: all 500ms ease;
}

.page-title .title-manu li a:hover {
	color: #f36371;
	transition: all 500ms ease;
}

/*===Slide Gallery===*/

.slide-gallery .gallery-area {
	position: relative;
	padding: 0px 10px;
}

.slide-gallery .item.two {
	position: relative;
	margin: 0px -10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.slide-gallery .item.two img {
	width: 100%;
}

/*===Styled Pagination===*/

.styled-pagination {
	position: relative;
	padding-top: 50px;
}

.styled-pagination li {
	position: relative;
	margin: 10px;
	display: inline-block;
}

.styled-pagination li a {
	position: relative;
	display: block;
	font-size: 15px;
	color: #888888;
	font-weight: 700;
	text-align: center;
	padding: 5px;
	text-transform: uppercase;
	transition: all 500ms ease;
	font-family: 'Montserrat', sans-serif;
}

.styled-pagination li i {
	font-size: 15px;
	color: #979797;
	width: 40px;
	height: 40px;
	line-height: 40px;
	transition: all 500ms ease;
	border: 1px solid #d5d5d5;
}

.styled-pagination li:hover a {
	color: #f9be4d;
	transition: all 500ms ease;
}

.styled-pagination li:hover i {
	color: #f9be4d;
	border-color: #f9be4d;
	transition: all 500ms ease;
}

/*===Community Forum===*/

.left-side-bar {
	margin-right: -20px;
}

.left-side-bar .search-area {
	margin-bottom: 23px;
}

.left-side-bar .search-area input {
	position: relative;
	width: 350px;
	height: 45px;
	padding: 10px 20px;
	box-shadow: none;
	border: 1px solid #f1f1f1;
	transition: all 500ms ease;
}

.left-side-bar .search-area input:focus {
	border-color: #f9be4d;
	outline: none;
	transition: all 500ms ease;
}

.left-side-bar .search-area button {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 45px;
	color: #fff;
	background: #f36371;
	transition: all 500ms ease;
}

.left-side-bar .search-area button:hover {
	background: #f9be4d;
	transition: all 500ms ease;
}

.left-side-bar thead {
	background: #f9be4d;
}

.left-side-bar thead th {
	color: #333333;
	padding: 14px 25px;
	border-bottom: none;
}

.left-side-bar tbody tr td {
	padding: 18px 25px;
	border-top: none;
	vertical-align: middle;
	border-bottom: 1px solid #f1f1f1;
}

.left-side-bar tbody tr td.session h6 {
	color: #333333;
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
}

.left-side-bar tbody tr td.session p {
	font-size: 15px;
	line-height: 27px;
	font-weight: 400;
	color: #777777;
	margin-bottom: 0px;
}

.left-side-bar tbody tr td.duration {
	font-size: 15px;
	line-height: 27px;
	font-weight: 400;
	color: #777777;
}

.left-side-bar tbody tr td.post p {
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #333333;
	margin-bottom: 0px;
	border: 1px solid #f1f1f1;
}

.left-side-bar tbody tr td.topics p {
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #333333;
	margin-bottom: 0px;
	border: 1px solid #f1f1f1;
}

.search-area .float-right p {
	font-size: 16px;
	line-height: 45px;
	margin-bottom: 0px;
}

.right-side-bar {
	padding: 30px 25px;
	border: 1px solid #efefef;
}

.login-area {
	margin-bottom: 30px;
}

.login-area .form-group {
	position: relative;
}

.login-area .form-group input {
	position: relative;
	height: 45px;
	width: 100%;
	padding-left: 15px;
	border: 1px solid #efefef;
}

.login-area .form-group input:focus {
	border-color: #f9be4d;
	box-shadow: none;
	outline: none;
}

.login-area .form-group i {
	font-size: 13px;
	color: #f9be4d;
	position: absolute;
	top: 16px;
	right: 25px;
}

.login-area .form-group button {
	display: block;
	width: 100%;
}

.login-area .form-group button.search-button {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 45px;
	right: 0px;
	top: 0px;
	background: transparent;
}

.right-side-bar h6 {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
}

.recent-topics {
	margin-bottom: 25px;
}

.recent-topics li {
	padding: 10px 0px;
	border-bottom: 1px solid #f1f1f1;
}

.recent-topics li:last-child {
	border-bottom: none;
}

.recent-topics li p i {
	font-size: 15px;
	color: #f9be4d;
	line-height: 26px;
	margin-right: 5px;
}

.recent-topics li p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #777777;
	margin: 0px;
	display: inline-flex;
}

.free-consultation .sec-title-one {
	margin-bottom: 15px;
}

.free-consultation strong {
	font-size: 15px;
	line-height: 26px;
	font-weight: 700;
	color: #f36371;
	font-family: 'Montserrat', sans-serif;
}

.free-consultation .color-text {
	margin-top: 15px;
}

.free-consultation .color-text i {
	margin-right: 10px;
	font-size: 16px;
}

.free-consultation .color-text p {
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 5px;
}

.free-consultation p {
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 0px;
}

/*===Login Area===*/

.login-area .sec-title-one {
	margin-bottom: 30px;
}

.login-area.two .form-group i {
	right: 10px;
	color: #bbbbbb;
}

.login-area.two .form-group input,
.login-area.two .form-group select {
	background: #fafafa;
	color: #bbbbbb;
}

.login-area.two .form-group select {
	border: 1px solid #efefef;
}

.side-menu .side-bar-menu li span {
	position: absolute;
	top: 21px;
	left: 0px;
	width: 6px;
	height: 6px;
	background: #ffffff;
	border: 1px solid #f9be4d;
	transition: all 500ms ease;
}

.side-menu .side-bar-menu li:hover span {
	background: #f36371;
	border-color: #f36371;
	transition: all 500ms ease;
}

.side-menu .sec-title-one {
	margin-bottom: 15px;
}

.side-menu .side-bar-menu {
	margin-bottom: 20px;
}

.side-menu .side-bar-menu li {
	border-bottom: 1px solid #e8e8e8;
}

.side-menu .side-bar-menu li a {
	position: relative;
	font-size: 15px;
	color: #777777;
	line-height: 48px;
	font-weight: 400;
	padding-left: 20px;
	cursor: pointer;
	display: inline-block;
	transition: all 500ms ease;
	font-family: 'Lato', sans-serif;
}

.side-menu .side-bar-menu li:last-child {
	border-bottom: none;
	transition: all 500ms ease;
}

.side-menu .side-bar-menu li a:hover {
	color: #f36371;
	transition: all 500ms ease;
}

.styled-pagination.two {
	padding-top: 40px;
	padding-bottom: 12px;
}

/*===Courses List Section===*/

.courses-list-section .left-side {
	margin-right: -20px;
}

.courses-list-section .right-side {
	margin-left: 60px;
}

.courses-list-section .course-item-one .image-box {
	width: 45%;
}

.courses-list-section .course-item-one .image-text {
	width: 55%;
}

.courses-list-section .course-item-one {
	background: #fafafa;
}

.courses-list-section .course-item-one .image-content {
	padding: 25px 35px 25px 30px;
}

.courses-list-section .courses-info {
	margin-top: 11px;
}

.courses-list-section .course-left i {
	position: relative;
	display: inline-block;
	font-size: 13px;
	color: #f9be4d;
}

.courses-list-section .course-left p {
	position: relative;
	display: inline-flex;
	margin-bottom: 0px;
}

.courses-list-section .course-left p {
	position: relative;
	display: inline-flex;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	font-weight: 500;
}

.courses-list-section .course-right figure {
	margin-bottom: 0px;
	margin-left: 10px;
}

/*===Courses Bottom===*/

.image-content .courses-bottom {
	padding-bottom: 15px;
	border-bottom: 1px solid #e8e8e8;
	margin-top: 20px;
}

.image-content .courses-bottom h6 {
	font-size: 20px;
	color: #333333;
	line-height: 27px;
	font-weight: 700;
	padding-top: 10px;
}

.image-content .courses-bottom .ratting-star {
	padding: 10px 0px;
}

.image-content .courses-bottom .ratting-star li {
	display: inline-block;
}

.image-content .courses-bottom .ratting-star li p {
	font-size: 14px;
	color: #777777;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.image-content .courses-bottom .ratting-star li i {
	color: #f36371;
}

.course-features table {
	margin-top: 15px;
	background: #fafafa;
}

.course-features thead th {
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	border-bottom: none;
	border-top: none;
	text-align: center;
	background: #f9be4d;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	padding: 17px 0px 17px 0px;
}

.course-features .table tbody {
	margin: 0px 15px;
	display: block;
}

.course-features .table td {
	font-size: 15px;
	font-weight: 500;
	color: #333333;
	text-align: left;
	border-top: none;
	width: 100%;
	line-height: 26px;
	text-transform: capitalize;
	font-family: 'Lato', sans-serif;
	border-bottom: 1px solid #e9e9e9;
	padding: 17px 0px 17px 0px;
}

.course-features tbody td i {
	font-size: 13px;
	color: #f9be4d;
	margin-right: 10px;
}

.course-features .table tr:hover {
	background: none;
}

.course-features .table td.form-button {
	padding: 0px 0px 30px;
	text-align: right;
}

.course-features .table td .thm-btn {
	padding: 9px 36px;
}

.course-features .table td.border-none {
	border-bottom: none;
}

.text-area-two {
	margin-right: 15px;
}

.text-area-two .list-menu li {
	font-size: 16px;
	margin-right: 15px;
	line-height: 35px;
	color: #777777;
}

.text-area-two .list-menu li i {
	color: #f36371;
	font-size: 13px;
	margin-right: 10px;
}

.text-area-three .list-menu {
}

.text-area-three .list-menu li {
	font-size: 16px;
	margin-right: 15px;
	line-height: 35px;
	color: #777777;
}

.text-area-three .list-menu li i {
	color: #f36371;
	font-size: 13px;
	margin-right: 10px;
}

.course-instructor .image-box {
	margin-right: 25px;
	margin-top: 8px;
}

.course-instructor .text-info h6 {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	font-weight: 700;
	margin-top: 15px;
}

.course-instructor .text-info p {
	font-size: 14px;
	color: #777777;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 0px;
}

.course-instructor .social-links li {
	display: inline-block;
	margin: 0px 5px;
}

.course-instructor .social-links li i {
	font-size: 13px;
	color: #777777;
}

.course-instructor .social-links li:hover i {
	color: #f36371;
}

.course-instructor .text {
	margin-left: -20px;
}

.related-courses {
	margin-top: 50px;
}

.related-courses h6 {
	font-size: 20px;
	line-height: 27px;
	color: #333333;
	font-weight: 700;
	padding-bottom: 25px;
}

/*===Event Grid Section===*/

.event-grid-section .event-item-one {
	margin-bottom: 40px;
}

.event-grid-section .event-item-one .link-btn a {
	font-size: 14px;
	color: #333333;
	line-height: 27px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

.event-grid-section .styled-pagination.two {
	padding-top: 20px;
}

/*===Side Bar Blog===*/

.side-menu .item-six {
	margin: 35px 0px 30px;
}

.side-bar-blog .item {
	position: relative;
	padding-left: 75px;
	margin: 15px 0px;
}

.side-bar-blog .item figure {
	margin-bottom: 0px;
}

.side-bar-blog .item .image-box {
	position: absolute;
	top: 8px;
	left: 0px;
	width: 60px;
	height: 60px;
}

.side-bar-blog .item .image-text p {
	font-size: 16px;
	font-weight: 400;
	color: #777777;
	line-height: 24px;
	margin-bottom: 0px;
	transition: all 500ms ease;
}

.side-bar-blog .item .image-text p:hover {
	color: #f36371;
	transition: all 500ms ease;
}

.side-bar-blog .item .blog-info li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #777777;
	padding-right: 10px;
}

.side-bar-blog .item .blog-info li i {
	font-size: 13px;
	color: #f9be4d;
	margin-right: 8px;
}

.item-eight .tag-list {
	margin-top: 20px;
}

.item-eight .tag-list li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
}

.item-eight .tag-list li.no-margin {
	margin-right: 0px;
}

.item-eight .tag-list li a {
	font-size: 14px;
	font-weight: 400;
	color: #777777;
	line-height: 27px;
	padding: 2px 13px;
	display: inline-block;
	border: 1px solid #eaeaea;
	transition: all 500ms ease;
}

.item-eight .tag-list li:hover a {
	color: #ffffff;
	background: #f36371;
	border-color: #f36371;
	transition: all 500ms ease;
}

/*===Event Section Two===*/

.event-item-one .event-text.two {
	margin-right: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.event-text .right-text li {
	display: inline-block;
}

.event-text .right-text li i {
	margin-right: 10px;
}

.event-text .right-text li {
	margin-left: 10px;
}

.event-text .right-text li .bg-clr2 {
	background: none;
	color: #f36371;
	border: 1px solid #aeaeae;
}

.event-text .right-text li:hover .bg-clr2 {
	color: #ffffff;
}

.event-item-one .countdown-timer {
	position: relative;
	width: 100%;
	padding: 0px 0px 15px;
	border: 10px solid #f6f6f6;
}

.event-item-one .countdown-timer .counter-column {
	position: relative;
	width: 24%;
	color: #777777;
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	font-family: 'Lato', sans-serif;
}

.event-item-one .countdown-timer .count {
	position: relative;
}

.event-item-one .counter-column span {
	font-size: 36px;
	font-weight: 700;
	line-height: 27px;
	font-style: normal;
	color: #333333;
	display: block;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	top: 20px;
}

.event-item-one .item-text-one {
	margin-top: 30px;
}

.item-text-two {
	margin-top: 20px;
}

.item-text-two .schedule-time li {
	font-size: 16px;
	color: #777777;
	font-weight: 400;
	line-height: 35px;
	font-family: 'Lato', sans-serif;
}

.item-text-two .schedule-time li i {
	font-size: 14px;
	color: #f9be4d;
	margin-right: 5px;
	line-height: 35px;
}

.item-text-three .organize-list li {
	font-size: 16px;
	color: #777777;
	font-weight: 400;
	line-height: 35px;
	font-family:'Lato', sans-serif;
}

.item-text-three .organize-list li i {
	font-size: 13px;
	color: #f36371;
	margin-right: 5px;
	line-height: 35px;
}

.item-text-four {
	margin-top: 20px;
}

.item-text-four .location-info {
	position: relative;
	margin: 10px 0px;
}

.item-text-four .location-info i {
	position: relative;
	display: inline-block;
	margin-top: 12px;
}

.item-text-four .location-info i:before {
	font-size: 40px;
	color: #f36371;
}

.item-text-four .location-info p {
	display: inline-flex;
	vertical-align: top;
	padding-left: 10px;
}

/*===Login Register===*/

.login-register {
	margin: 0px auto;
	border: 10px solid #fafafa;
}

.login-register .tab-buttons {
	position: relative;
	display: table;
}

.login-register .tab-btn {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	color: #333333;
	display: table-cell;
	/* text-align: center; */
	padding: 10px 10px;
	margin: 0px;
	width: 350px;
	background: #fafafa;
	transition: all 500ms ease;
}

.login-register .tab-btn.active-btn {
	background: none;
	transition: all 500ms ease;
}

.login-register .tab-content {
	padding: 25px;
}

.login-register .form-group {
	position: relative;
}

.login-register .form-group input {
	padding-left: 30px;
}

.login-register .form-group i {
	position: absolute;
	top: 15px;
	left: 10px;
	font-size: 15px;
	color: #f9be4d;
}

.login-register p {
	padding-top: 5px;
	margin-bottom: 10px;
}

.login-register .forgot {
	margin-bottom: 10px;
}

.login-register li {
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	color: #777777;
	margin-right: 10px;
	display: inline-block;
}

.login-register .forgot a {
	color: #f36371;
}

.login-register li a {
	color: #777777;
	transition: all 500ms ease;
}

.login-register li:hover a {
	color: #f36371;
	transition: all 500ms ease;
}

/*===Shop Psge===*/

.shop-item-one {
	margin-bottom: 30px;
}

.shop-item-one .image-box {
	position: relative;
	overflow: hidden;
	border: 1px solid #e0e0e0;
}

.shop-item-one .overly-box {
	position: absolute;
	text-align: center;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: rgba(249, 190, 77, 0.7);
	transition: .5s cubic-bezier(0.4, 0, 1, 1);
	opacity: 0;
	content: '';
	visibility: hidden;
}

.shop-item-one .image-box:hover .overly-box {
	visibility: visible;
	opacity: 1;
	transition: all 500ms ease;
}

.shop-item-one a i {
	font-size: 13px;
	line-height: 29px;
	margin-right: 10px
}

.shop-item-one .image-text {
	padding: 20px 0px;
}

.shop-item-one .image-text h6 {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #333333;
}

.shop-item-one .reting-star i {
	font-size: 12px;
	color: #f9be4d;
	line-height: 22px;
	display: inline-block;
}

.shop-item-one .price-rate .rate {
	display: inline-block;
}

.shop-item-one .price-rate .pre-rate {
	position: relative;
	font-size: 16px;
	line-height: 27px;
	color: #c6c6c6;
	font-weight: 700;
	margin-right: 10px;
	font-family: 'Montserrat', sans-serif;
}

.shop-item-one .price-rate .pre-rate:before {
	position: absolute;
	top: 14px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: #c6c6c6;
	content: '';
}

.shop-item-one .price-rate .pres-rate {
	font-size: 20px;
	line-height: 27px;
	color: #f36371;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

/*===Product Details===*/

.left-side-area .related-project {
	padding-top: 50px;
	margin-bottom: 40px;
}

.left-side-area .product-info {
	margin-bottom: 40px;
}

.single-product-one .product-info {
	position: relative;
	text-align: center;
	border: 1px solid #e0e0e0;
}

.single-product-carousel-thumbnail-box {
	margin: 10px 0px;
}

.single-product-carousel-thumbnail-box .item {
	position: relative;
	display: inline-block;
	text-align: center;
	margin-bottom: 0px;
	border: 1px solid #e0e0e0;
}

.single-product-carousel-thumbnail-box.owl-carousel img {
	width: 100px;
	height: 100px;
}

.related-project .colmun-title h5 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	color: #333333;
	padding-bottom: 40px;
	text-align: left;
}

.single-product-carousel-content-box.owl-carousel img {
	width: 274px;
	height: 304px;
	margin: 10px;
	text-align: center;
	display: inline-block;
}

.single-product-one .shop-item-one h6 {
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	color: #333333;
	margin-bottom: 5px;
}

.single-product-one .product-text {
	padding-top: 10px;
}

.single-product-one .product-stats {
	margin-top: 20px;
	margin-bottom: 22px;
}

.single-product-one .product-stats .item {
	display: inline-block;
	margin-right: 50px;
}

.single-product-one .product-stats .item a {
	color: #04b500;
}

.product-stats input {
	width: 55px;
	height: 45px;
	margin-right: 17px;
	padding: 0px 10px;
	margin-left: 15px;
	display: inline-block;
	border: 1px solid #e5e5e5;
}

.single-product-one .link-btn-three li {
	display: inline-block;
	margin-right: 4px;
}

.single-product-one .link-btn-three li.icon i {
	font-size: 12px;
	color: #f36371;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 48px;
	display: inline-block;
	margin-right: 0px;
	border: 1px solid #e4e4e4;
	transition: all 500ms ease;
}

.single-product-one .link-btn-three li.icon:hover i {
	color: #ffffff;
	border-color: #f36371;
	background: #f36371;
	transition: all 500ms ease;
}

.tabs-box .tab-buttons {
	border: 1px solid #f1f1f1;
}

.tabs-box .tab-buttons .tab-btn {
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	line-height: 26px;
	padding: 18px 30px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	transition: all 500ms ease;
}

.tabs-box .tab-buttons .tab-btn.border-area {
	border-right: 1px solid #ededed;
	border-left: 1px solid #ededed;
}

.tabs-box .tab-buttons .tab-btn.active-btn {
	color: #020a5e;
	transition: all 500ms ease;
}

.tabs-box .tab-content .tab {
	padding-top: 10px;
	transition: all 500ms ease;
}

/*===Blog Page===*/

.blog-grid-section .blog-item-one {
	margin-bottom: 40px;
}

.styled-pagination.three {
	padding-top: 0px;
}

/*===Cart Page===*/

.cart-section {
	position: relative;
}

.cart-section .table {
	margin: 0;
	border: 10px solid #fafafa;
}

.cart-section table>tbody>tr>td,
.cart-section .table>thead>tr>th {
	border: none;
}

.cart-section .table thead {
	background: #fff;
}

.cart-section .table>thead>tr>th {
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 26px;
	text-align: center;
	padding: 15px 0px;
	font-family: 'Montserrat', sans-serif;
	border-right: 1px solid #f1f1f1;
}

.cart-section .table>thead>tr>th {
	border-top: 1px solid #f1f1f1 !important;
	border-bottom: 1px solid #f1f1f1;
	text-align: center;
}

.cart-section .table>thead>tr>th:first-child {
	border-right: 0;
	border-left: 1px solid #f1f1f1;
}

.cart-section .table>tbody>tr>td.qty input {
	border: none;
}

.cart-section .table>tbody>tr>td .ratting-star li {
	display: inline-block;
}

.cart-section .table>tbody>tr>td .ratting-star li i {
	color: #f9be4d;
}

.cart-section .table>tbody>tr>td {
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	color: #333333;
	font-size: 16px;
	height: 150px;
	vertical-align: middle;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}

.cart-section .table>tbody>tr>td:nth-child(2) {
	text-align: left;
	position: relative;
	border-right: none;
}

.cart-section .table>tbody>tr>td:first-child {
	border-right: 0;
	text-align: right;
	border-left: 1px solid #EBEBEB;
}

.cart-section .table>tbody>tr>td.del-item {
	text-align: center;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
	position: relative;
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-left: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
	border-radius: 0;
	border-top-right-radius: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border: 1px solid #e4e4e4;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	position: absolute;
	left: -70px;
	top: 2px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	position: absolute;
	right: -3px;
	top: 0px;
}

.cart-section .input-group {
	position: relative;
	width: 30px;
	margin: 0px auto;
	display: inline-table;
}

.cart-section .input-group .form-control {
	width: 30px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up .glyphicon-chevron-up:before {
	content: "+";
	color: #777777;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down .glyphicon-chevron-down:before {
	content: "-";
	color: #777777;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

/*===Apply Coupon===*/

.apply-coupon {
	padding: 30px;
	background: #fafafa;
}

.apply-coupon .btn-style-one {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	line-height: 26px;
	background: #333333;
	display: inline-block;
	padding: 8px 30px;
	margin-bottom: 40px;
	font-family: 'Montserrat', sans-serif;
	transition: all 500ms ease;
}

.apply-coupon .btn-style-one:hover {
	color: #333333;
	background: #f9be4d;
	transition: all 500ms ease;
}

.apply-coupon .btn-style-two {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	background: #f9be4d;
	display: inline-block;
	padding: 8px 30px;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	transition: all 500ms ease;
}

.apply-coupon .btn-style-two:hover {
	color: #ffffff;
	background: #333333;
	transition: all 500ms ease;
}

.apply-coupon .form-group {
	position: relative;
	border: 1px solid #efefef;
	width: 400px;
	height: 45px;
}

.apply-coupon .form-group input {
	border: none;
	outline: none;
}

.apply-coupon .form-group button {
	position: absolute;
	top: -1px;
	right: 0px;
	height: 45px;
}

.apply-coupon .social-links li {
	display: inline-block;
	margin-right: 12px;
}

.apply-coupon .social-links li strong {
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
	color: #333333;
	margin-right: 10px;
	font-family: 'Montserrat', sans-serif;
}

.apply-coupon .social-links li i {
	font-size: 15px;
	color: #777777;
	line-height: 27px;
	transition: all 500ms ease;
}

.apply-coupon .social-links li:hover i {
	color: #f36371;
	transition: all 500ms ease;
}

.apply-coupon .apply-right .link-btn .thm-btn {
	font-size: 14px;
	font-weight: 400;
	padding: 7px 30px;
	font-family: 'Montserrat', sans-serif;
}

.apply-coupon .apply-right .totals-table {
	margin-top: -20px;
}

.apply-coupon .apply-right .totals-table h6 {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #333333;
	margin-bottom: 10px;
}

.apply-coupon .apply-right .totals-table h6 span {
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	color: #333333;
	font-style: normal;
	font-family: 'Montserrat', sans-serif;
}

.apply-coupon .apply-right .totals-table h6 span.color-text {
	color: #f36371;
}

/*===Testmonial Area===*/

.testmonial-area {
	margin: 45px 0px;
}

.testmonial-area .single-item {
	position: relative;
	padding: 0px 50px 30px 50px;
	background: #f9f9f9;
	cursor: pointer;
	border-top: 2px solid #f9be4d;
}

.testmonial-area .owl-controls {
	display: none;
	margin-top: 0px;
}

.testmonial-area .single-item i {
	font-size: 50px;
	color: #333333;
	font-weight: 400;
	width: 40px;
	height: 38px;
	display: inline-block;
	line-height: 60px;
	background: #f9be4d;
	font-family: "Georgia";
	margin-bottom: 20px;
}

.testmonial-area .single-item span {
	color: #333333;
}

.testmonial-area .single-item h6 {
	font-size: 15px;
	color: #f36371;
	line-height: 27px;
	font-weight: 400;
	padding-top: 10px;
}

.media-links {
	padding: 20px 0px;
	margin: 45px 0px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.media-links li {
	display: inline-block;
}

.media-links li strong {
	color: #333333;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

.media-links li a {
	font-size: 15px;
}

.media-links .tag-list a {
	color: #f36371;
	font-size: 16px;
}

.media-links .social-links li {
	margin-left: 10px;
}

.media-links .social-links li a {
	color: #777777;
	transition: all 500ms ease;
}

.media-links .social-links li:hover a {
	color: #f36371;
	transition: all 500ms ease;
}

.left-side-area .related-posts .title h6,
.left-side-area .comment-area .title h6,
.left-side-area .post-reply .title h6 {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	line-height: 27px;
	padding-top: 10px;
	margin-bottom: 15px;
}

.related-posts .image-text {
	margin-bottom: 40px;
}

/*===Comment Area===*/

.comment-item-one {
	position: relative;
	padding-left: 90px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.comment-item-one .item-border-bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	content: '';
	background: #e6e6e6;
}

.comment-item-one .item-border-top {
	position: absolute;
	top: -30px;
	left: 0px;
	width: 100%;
	height: 1px;
	content: '';
	background: #e6e6e6;
}

.comment-item-one.two {
	position: relative;
	padding-left: 90px;
	margin-left: 90px;
}

.comment-item-one .image-box {
	position: absolute;
	top: 5px;
	left: 0px;
}

.comment-item-one .image-text h6 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #333333;
}

.comment-item-one .image-text span {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #777777;
	font-style: normal;
	font-family: 'Lato', sans-serif;
}

.comment-item-one .link-btn {
	position: absolute;
	top: 0px;
	right: 0px;
}

.comment-item-one .link-btn a {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #ffffff;
	background: #f36371;
	display: inline-block;
	padding: 5px 20px;
	font-family: 'Montserrat', sans-serif;
}

.comment-item-one .link-btn a:hover {
	color: #ffffff;
	background: #f9be4d;
}

.comment-item-one .link-btn i {
	margin-right: 5px;
}

/*===Post Reply===*/

.post-reply .form-group input,
.post-reply .form-group textarea {
	font-size: 14px;
	height: 42px;
	color: #888888;
	font-weight: 400;
	line-height: 24px;
	border-color: #eeeeee;
	box-shadow: none;
	background: #fafafa;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.post-reply .form-group input:focus,
.post-reply .form-group textarea:focus {
	border-color: #f9be4d;
	background: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.post-reply .form-group textarea {
	height: 140px;
	resize: none;
}

.post-reply .form-group {
	margin-bottom: 20px;
}

.post-reply .form-group .form-bottom {
	margin-top: 35px;
	margin-bottom: 0px;
}

/*===Checkout Page===*/

.checkout-content .top-content {
	position: relative;
	font-size: 16px;
	line-height: 28px;
	color: #777777;
	display: block;
	font-weight: 400;
	background: #f6f6f6;
	margin-bottom: 20px;
	padding: 16px 35px;
	font-family: 'Lato', sans-serif;
}

.checkout-content .top-content a {
	color: #f36371;
}

.billing-details {
	margin-top: 40px;
}

.checkout-content .title h6 {
	position: relative;
	font-size: 20px;
	color: #333333;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 20px;
}

.checkout-content .billing-form input,
.checkout-content .billing-form select {
	position: relative;
	border: 1px solid #e5e5e5;
	height: 42px;
	width: 100%;
	padding: 0px 20px;
	background: #fafafa;
	margin-bottom: 20px;
}

.checkout-content .billing-form input:focus,
.checkout-content .billing-form select:focus {
	outline: none;
	box-shadow: none;
	border-color: #f9be4d;
}

.checkout-content .billing-form select {
	cursor: pointer;
}

.checkout-content .billing-form input[type="checkbox"] {
	height: 12px;
	width: 12px;
	background: #ffffff;
	border: 1px solid #cccccc;
	margin: 0px;
}

.checkout-content .billing-form span {
	position: relative;
	font-size: 14px;
	line-height: 26px;
	color: #777777;
	display: inline-block;
	font-style: normal;
}

.checkout-content .billing-form {
	position: relative;
	margin-bottom: 30px;
}

.additional-information {
	margin-top: 40px;
}

.additional-content textarea {
	font-size: 14px;
	line-height: 26px;
	color: #848484;
	display: block;
	border: 1px solid #e5e5e5;
	height: 120px;
	padding: 8px 0px 0px 18px;
	width: 100%;
	resize: none;
}

.additional-content textarea:focus {
	outline: none;
	box-shadow: none;
	border-color: #f9be4d;
}

.your-order {
	margin: 50px 0px;
}

.your-order .table thead th {
	vertical-align: bottom;
	border-top: none;
	border-bottom: none;
	font-size: 18px;
	color: #222222;
	font-weight: 400;
	line-height: 26px;
	padding-left: 0px;
	font-family: 'Montserrat', sans-serif;
}

.your-order .table tbody td {
	font-size: 16px;
	line-height: 28px;
	color: #777777;
	font-weight: 400;
	padding-left: 0px;
	font-family: 'Lato', sans-serif;
}

.your-order .table tbody td.text p {
	margin-bottom: 0px;
}

.your-order .table tbody td.text p a {
	color: #f9be4d;
	transition: all 500ms ease;
}

.your-order .table tbody td.text p a:hover {
	color: #f36371;
	transition: all 500ms ease;
}

.your-order .table tbody td.total.amount {
	color: #f36371;
}

.your-order .table tbody td.total {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}

.payment-system {
	position: relative;
	padding: 40px;
	margin-top: 40px;
	border: 10px solid #f8f8f8;
}

.payment-system input[type="checkbox"] {
	height: 12px;
	width: 12px;
	margin-right: 10px;
}

.payment-system span {
	font-size: 15px;
	line-height: 30px;
	color: #222222;
	font-style: normal;
	padding-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}

.payment-system p {
	color: #777777;
	padding-left: 20px;
	margin-bottom: 0px;
}

.payment-system .atm-card {
	padding-left: 20px;
	padding-bottom: 20px;
}

.payment-system .atm-card li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
}

.payment-system .atm-card figure {
	margin: 0px;
}

.payment-system .pay-btn a {
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	background: #f36371;
	padding: 5px 35px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	transition: all 500ms ease;
}

.payment-system .pay-btn:hover a {
	color: #ffffff;
	background: #f9be4d;
	transition: all 500ms ease;
}

/*===Contact Page===*/

#contact-google-map {
	height: 420px;
	width: 100%;
	margin-bottom: 70px;
}




.contact-area .text-title h5 {
	font-size: 20px;
	line-height: 27px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 35px;
}

.contact-area .form-group input[type="text"],
.contact-area .form-group input[type="email"],
.contact-area .form-group input[type="password"],
.contact-area .form-group input[type="number"],
.contact-area .form-group select,
.contact-area .form-group textarea {
	background: #fafafa;
	border-color: #efefef;
	transition: all 500ms ease;
}

.contact-area .form-group textarea {
	height: 140px;
	resize: none;
}


.contact-area .form-group input:focus,
.contact-area .form-group textarea:focus {
	border-color: rgb(150, 61, 61);
	transition: all 500ms ease;
}

.contact-area .social-links .item {
	position: relative;
	margin-bottom: 50px;
}

.contact-area .social-links .icon-box {
	position: relative;
	width: 60px;
	height: 60px;
	color: white;
	line-height: 60px;
	text-align: center;
	background: rgb(15, 4, 160);
	display: inline-block;
}

.contact-area .social-links .icon-box i:before {
	font-size: 30px;
	color: white;
}

.contact-area .social-links .icon-text {
	position: relative;
	display: inline-flex;
	vertical-align: top;
	padding-left: 10px;
}

.contact-area .social-links .icon-text p {
	margin-bottom: 0px;
	color: #000;
}

.tab-title-h4 h4 {
	color: rgb(61, 61, 61);
	font-size: 32px;
	padding-top: 30px;
	margin-bottom: 40px;
}

.single-review-box {
	margin-bottom: 10px;
	padding-bottom: 32px;
	padding-left: 80px;
	position: relative;
}

.single-review-box .img-holder {
	left: 0;
	position: absolute;
	top: 0;
}

.single-review-box .text-holder {
	border: 1px solid #f4f4f4;
	padding: 20px;
}

.single-review-box .text-holder .top {
	margin: 0 0 8px;
	overflow: hidden;
}

.single-review-box .text-holder .top .review-box ul {
	margin-top: -4px;
	padding-left: 20px;
}

.single-review-box .text-holder .top .review-box ul li {
	display: inline-block;
	margin-right: 3px;
}

.single-review-box .text-holder .top .review-box ul li i {
	color: #f9be4d;
	font-size: 14px;
}

.single-review-box .text-holder .top .review-date {
	color: #ab7442;
	margin-top: -5px;
}

.single-review-box .text-holder .text p {
	margin: 0 0 15px;
}

.single-review-box .text-holder .text a.reply {
	color: #ab7442;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.review-form {
	padding-top: 16px;
}

.review-form .sec-title-two {
	padding-bottom: 34px;
}

.review-form .add-rating-box {
	margin: 0 0 23px;
}

.review-form .add-rating-box .add-rating-title h4 {
	color: #292929;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px;
	text-transform: none;
}

.review-form .add-rating-box ul li {
	display: inline-block;
	margin: 0 0px;
	border-right: 1px solid #e5e5e5;
	padding: 0 11px;
}

.review-form .add-rating-box ul li:last-child {
	margin-right: 0;
}

.review-form .add-rating-box ul li a i {
	color: #ddd;
	margin-right: 3px;
	transition: all 500ms ease;
	font-size: 14px;
}

.review-form .add-rating-box ul li.active a i,
.review-form .add-rating-box ul li a:hover i {
	color: #f9be4d;
}

.review-form form input[type="text"],
.product-tab-box .tab-content .review-form form textarea {
	height: 50px;
	width: 100%;
	border: 1px solid #eaeaea;
	color: #9e9e9e;
	font-size: 14px;
	padding: 0 15px;
	margin-bottom: 30px;
	transition: all 500ms ease;
	outline: none;
}

.review-form form textarea {
	height: 110px;
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 32px;
	resize: none;
}

.review-form .add-rating-box ul li:hover a i {
	opacity: 1;
}

.review-form form input[type="text"]:focus {
	border-color: #f9be4d;
}

.review-form form textarea:focus {
	border-color: #48c7ec;
}
.header-text-container
{
	padding: 30px 0px;
    line-height: 1.1;
    /* margin-right: 100px; */
}
.header-text
{
	font-size: 20px;
    font-weight: 550;
    color: #314d7d;
}
.header-text-subtitle
{
	font-size: 15px;
    color: #797979;

}
/*  05  - Facility
----------------------------------------------*/
.facility .facility-item{
    text-align: center;
}
.facility .facility-item .icon{
    background-color: #e84b3a;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}
.facility .facility-item .icon:before{
    font-size: 40px;
    color: #fff;
    margin: 0px;
    line-height: 2.5;
    display: inline-block;
    -webkit-transition: .25s ease-out;
    transition: 1s ease-out;
}
.facility .facility-item:hover .icon:before{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.facility .facility-item h4{
    color: #e84b3a;
    margin-bottom: 15px;
}
.facility .facility-item p{
    line-height: 20px;
    margin: 0px;
}
.facility > div > div > div:nth-child(2) .facility-item span{
    background-color: #ffc000;
}
.facility > div > div > div:nth-child(2) h4{
    color: #ffc000;
}
.facility > div > div > div:nth-child(3) .facility-item span{
    background-color: #fc7f0c;
}
.facility > div > div > div:nth-child(3) .facility-item h4{
    color: #fc7f0c;
}
.facility > div > div > div:nth-child(4) .facility-item span{
    background-color: #92278f;
}
.facility > div > div > div:nth-child(4) .facility-item h4{
    color: #92278f;
}
.facility-two{
    overflow: hidden;
}
.facility-two .facility-item{
    float: left;
    position: relative;
    width: calc(100% / 4 - 1px);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    height: 220px;
    position: relative;
    -webkit-perspective: 800px;
    perspective: 800px;
    overflow: visible;
}
.facility-two .facility-item .icon-two:before{
    font-size: 60px;
    color: #fff;
}
.facility-two .facility-item .back-part .icon-two:before{
    font-size: 40px;
}
.facility-two .facility-item h4{
    color: #fff!important;
}
.facility-two .facility-item p{
    color: #fff;
}
.facility-two .facility-item{
    position: relative;
    min-height: 250px;
}
.facility-two .facility-item .front-part{
    padding: 46px 10px;
}
.facility-two .facility-item .front-part, .facility-two .facility-item .back-part{
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    text-align: center;
    display: block;
    min-height: 250px;
    width: 100%;
    overflow: hidden;
    background-color: #e84b3a;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.facility-two .facility-item:nth-child(2) .front-part, .facility-two .facility-item:nth-child(2) .back-part{
    background-color: #ffc000;
}
.facility-two .facility-item:nth-child(3) .front-part, .facility-two .facility-item:nth-child(3) .back-part{
    background-color: #fc7f0c;
}
.facility-two .facility-item:nth-child(4) .front-part, .facility-two .facility-item:nth-child(4) .back-part{
    background-color: #92278f;
}
.facility-two .facility-item .back-part{
    padding: 20px 10px;
}
.facility-two .facility-item:hover .front-part{
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
}
.facility-two .facility-item .back-part{
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
}
.facility-two .facility-item:hover .back-part{
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}
.facility-three{
    background-image: url(../../images/background/facility-bg.jpg);
    background-size: cover;
    background-position: center;
}

.teachers .overlay {
    background-color:  #f36371;
	    overflow: hidden;
}
.teachers .teacher-item {
    overflow: hidden;
    margin-bottom: 30px;
}
.teachers .teacher-item .teacher-image {
    float: left;
} .teachers .teacher-item .teacher-image img {
    width: 100%;
}
.teachers .teacher-item .teacher-content {
    display: table;
    padding: 10px;
    color: #fff;
}
.teachers .teacher-item .teacher-content h5 {
    color: #fff;
    margin-bottom: 0px; }
	.teachers .teacher-item .teacher-content p {
		color: #fff;
		margin-bottom: 10px; }
		.teachers .teacher-item .teacher-content p {
			color: #fff;
			margin-bottom: 10px;
		}
		/*about*/

#about {
    background: #262626;
    width: 100%;
    padding: 60px 0px
}

#about img {
    width: 100%
}

#about .title h2 {
    color: #fff;
    font-family: alex1;
    font-weight: bold;
    font-size: 45px;
    padding: 30px 0px
}

#about .title h2 span {
    color: #42a3e6;
}

#about .text p {
    color: #fff;
    font-family: 'Lato', sans-serif;
    text-align: justify;
    font-size: 16px
}
/*campus*/

#campus {
    background: #2cb34d;
    width: 100%;
}

#campus .title h4 {
    color: #fff;
    font-family: alex1;
    font-weight: bold;
    font-size: 45px;
    padding: 30px 0px
}

#campus .inner-box {
    border: 1px solid #fff;
    box-sizing: border-box;
    margin-bottom: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#campus .inner-box p {
    color: #fff;
    font-family: regencielight;
    font-size: 16px;
    font-weight: bold
}

#campus .box-bottom {
    width: 100%;
    float: left
}

#campus .content {
    margin-bottom: 70px;
    float: left;
    width: 100%
}


#clouds {
    background: rgba(0, 0, 0, 0) url(../images/gallery/clouds.png) repeat scroll left center/cover;
    height: 169px;
    -webkit-animation: movingclouds 20s linear infinite;
    -moz-animation: movingclouds 20s linear infinite;
    -o-animation: movingclouds 20s linear infinite
}

.animation-img2 {
    background: rgba(0, 0, 0, 0) url(../images/gallery/hill.png) no-repeat scroll left center/cover;
    height: 289px
}

.animation-img3 {
    background: rgba(0, 0, 0, 0) url(../images/gallery/green.png) no-repeat scroll left center/cover;
    height: 289px
}
.sprite-img {
    background-image: url(../images/gallery/sprite-img.png);
}

.animation-icon-school {
    float: right;
    margin: 14px 30px 0 0
}

.animation-icon-book {
    position: absolute;
    top: 0;
    left: 50%
}



.ani-icon1 {
    background-position: -25px -141px;
    height: 151px;
    margin: 0 0 0 -12px;
    width: 173px
}

.cycle {
    position: relative; 
    top: -15px;
    width: 100%;
    z-index: 1;
    -webkit-animation: movingcycle 10s linear infinite;
    -moz-animation: movingcycle 10s linear infinite;
    animation: movingcycle 10s linear infinite
}

.ani-icon2 {
    background-position: -356px -160px;
    height: 128px;
    margin: -34px 0 0 -4px;
    width: 187px
}

.ani-icon3 {
    background-position: -560px -126px;
    height: 155px;
    margin: -52px 0 0;
    width: 155px
}

.ani-icon4 {
    background-position: -654px -194px;
    height: 87px;
    margin: -79px 0 0 42px;
    width: 172px
}

.ani-icon5 {
    background-position: -826px -161px;
    height: 123px;
    margin: -3px 0 0 -6px;
    width: 279px
}

@keyframes movingcycle {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(100%)
    }
}
.ani-icon5 {
	background-position: -374px -288px;
	height: 93px;
	width: 113px
}
/*feature*/

#feature {
    width: 100%;
    padding: 60px 0px 40px 0px
}

#feature .text {
    padding: 60px 47px 60px 131px;
}

#feature .text p {
    font-family: alexb;
    font-size: 21px;
}

#feature .text span {
    font-family: regencielight;
    font-weight: bold
}

#feature .box1 .back {
    background: url(../images/1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    float: left
}

#feature .box2 .back {
    background: url(../images/2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    float: left
}

#feature .box3 .back {
    background: url(../images/3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    float: left
}

#feature .box4 .back {
    background: url(../images/4.png);
    background-repeat: no-repeat;
    background-size: 100%;
    float: left
}

#feature .box5 .back {
    background: url(../images/5.png);
    background-repeat: no-repeat;
    background-size: 100%;
    float: left
}

#feature .box6 .back {
    background: url(../images/6.png);
    background-repeat: no-repeat;
    background-size: 100%;
    float: left
}

/*about*/

#about {
    background: #262626;
    width: 100%;
    padding: 60px 0px
}

#about img {
    width: 100%
}

#about .title h2 {
    color: #fff;
    font-family: alex1;
    font-weight: bold;
    font-size: 45px;
    padding: 30px 0px
}

#about .title h2 span {
    color: #42a3e6;
}

#about .text p {
    color: #fff;
    font-family: regencielight;
    text-align: justify;
    font-size: 16px
}








/* plip-card box */
.full-size,
.flip-box .object,
.flip-box .front,
.flip-box .back {
    width: 100%;
    height: 100%;
}

.slice,
.flip-box .front,
.flip-box .back,
.flip-box .flank {
    display: block;
    overflow: hidden;
    position: absolute;
}

.flip-box {
    float: left;
    display: block;
    position: relative;
    z-index: 2;
    width: 300px;
    height: 200px;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}

.flip-box .object {
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-75px);
    -moz-transform: translateZ(-75px);
    -ms-transform: translateZ(-75px);
    -o-transform: translateZ(-75px);
    transform: translateZ(-75px);
}

.flip-box .object:hover,
.flip-box .object:focus {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform: translateZ(-75px) rotateY(180deg);
    -moz-transform: translateZ(-75px) rotateY(180deg);
    -ms-transform: translateZ(-75px) rotateY(180deg);
    -o-transform: translateZ(-75px) rotateY(180deg);
    transform: translateZ(-75px) rotateY(180deg);
}

.flip-box .front {
    z-index: 1;
    background-color: #789e13;
    -webkit-transform: rotateY(0deg) translateZ(75px);
    -moz-transform: rotateY(0deg) translateZ(75px);
    -ms-transform: rotateY(0deg) translateZ(75px);
    -o-transform: rotateY(0deg) translateZ(75px);
    transform: rotateY(0deg) translateZ(75px);
}

.flip-box .back {
    z-index: 0;
    background-color: #9bcc18;
    -webkit-transform: rotateY(180deg) translateZ(75px);
    -moz-transform: rotateY(180deg) translateZ(75px);
    -ms-transform: rotateY(180deg) translateZ(75px);
    -o-transform: rotateY(180deg) translateZ(75px);
    transform: rotateY(180deg) translateZ(75px);
}

.flip-box .flank {
    width: 150px;
    height: 200px;
    left: 75px;
    background-color: #55700e;
    -webkit-transform: rotateY(-90deg) translateZ(150px);
    -moz-transform: rotateY(-90deg) translateZ(150px);
    -ms-transform: rotateY(-90deg) translateZ(150px);
    -o-transform: rotateY(-90deg) translateZ(150px);
    transform: rotateY(-90deg) translateZ(150px);
}

.flip-box.flip-up .object:hover,
.flip-box.flip-up .object:focus {
    -webkit-transform: translateZ(-75px) rotateX(-180deg);
    -moz-transform: translateZ(-75px) rotateX(180deg);
    -ms-transform: translateZ(-75px) rotateX(180deg);
    -o-transform: translateZ(-75px) rotateX(180deg);
    transform: translateZ(-75px) rotateX(-180deg);
}

.flip-box.flip-up .back {
    -webkit-transform: rotateX(180deg) translateZ(75px);
    -moz-transform: rotateX(180deg) translateZ(75px);
    -ms-transform: rotateX(180deg) translateZ(75px);
    -o-transform: rotateX(180deg) translateZ(75px);
    transform: rotateX(180deg) translateZ(75px);
}

.flip-box.flip-up .flank {
    width: 300px;
    height: 150px;
    left: 0;
    top: 25px;
    -webkit-transform: rotateX(-90deg) translateZ(100px);
    -moz-transform: rotateX(-90deg) translateZ(100px);
    -ms-transform: rotateX(-90deg) translateZ(100px);
    -o-transform: rotateX(-90deg) translateZ(100px);
    transform: rotateX(-90deg) translateZ(100px);
}

.flip-box.alternative .front {
    background-color: #931e83;
}

.flip-box.alternative .back {
    background-color: #bd27a9;
}

.flip-box.alternative .flank {
    background-color: #69155d;
}

.no-csstransforms3d .flip-box .object {
    position: relative;
    overflow: hidden;
    -webkit-transform-style: none;
    -moz-transform-style: none;
    -ms-transform-style: none;
    -o-transform-style: none;
    transform-style: none;
}

.no-csstransforms3d .flip-box .object .back {
    top: 300px;
    z-index: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    transition-property: top;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.no-csstransforms3d .flip-box .object:hover .back {
    top: 0;
    z-index: 1;
}

.no-csstransforms3d .flip-box .flank {
    display: none;
}

/* Internet Explorer 10 only */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .object {
        position: relative;
        overflow: hidden;
        transform: none !important;
    }
    .object .back {
        top: 300px;
        z-index: 0;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }
    .object:hover .back {
        top: 0;
        z-index: 1;
        transform: rotateY(0deg) translateZ(0);
    }
}




.flip-box {
    /* max-width: 25%; */
    max-height: 95px;
    padding: 0px;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}

.flip-box-slim {
    max-width: 25%;
    max-height: 55px;
    padding: 0px;
}

.flank {
    max-width: 100%;
    padding: 0px;
}

.flip-box .object {
    -moz-transform: translateZ(-95px);
    -webkit-transform: translateZ(-95px);
    -o-transform: translateZ(-95px);
    -ms-transform: translateZ(-95px);
    transform: translateZ(-95px);
    position: relative;
    z-index: 1001
}

.flip-box .object-slim {
    position: relative;
    z-index: 1001
}

.flip-box .front {
    background-color: #047794;
}

.flip-box .back {
    background-color:#047794;
}

.flip-box .flank {
    background-color: #047794;
    height: 95px;
}

.flip-box .object-slim .flank {
    background-color: #5db9d0;
    height: 55px;
}

.flip-box .front .icon,
.flip-box .back .icon {
    position: relative;
    height: 65px;
    display: inline-block;
    border-right: 1px solid #fafafa;
}

.flip-box .object-slim .flank {
    height: 55px;
}

.flip-box .front .icon img,
.flip-box .back .icon img {
    position: relative;
    top: -6px;
    max-height: 80px;
}

.flip-box .object-slim .front .icon img,
.flip-box .object-slim .back .icon img {
    max-height: 55px;
}

.flip-box .front .title,
.flip-box .back .title {
    font-family: 'Swis721 Cn BT';
    font-weight: bold;
    font-size: 32px;
    line-height: 95px;
    padding-left: 8px;
    color: #FAFAFA;
}

.flip-box .object-slim .front .title,
.flip-box .object-slim .back .title {
    font-size: 32px;
    line-height: 55px;
    padding-left: 8px;
}

.flip-box.flip-up .flank {
    top: 0px;
}

.flip-box.flip-up .flank {
    height: 150px;
    left: 0;
    top: 20px;
    -moz-transform: rotateX(-90deg) translateZ(0px);
    -webkit-transform: rotateX(-90deg) translateZ(0px);
    -ms-transform: rotateX(-90deg) translateZ(0px);
    -o-transform: rotateX(-90deg) translateZ(0px);
    transform: rotateX(-90deg) translateZ(0px);
    width: 100%;
}

.flip-box.flip-up .object-slim .flank {
    left: 0;
    top: -22px;
}

/* colors - yellow  */

.flip-box .front.color-yellow {
    background-color: #092dca;
}

.flip-box .back.color-yellow {
    background-color: #092dca;
}

.flip-box .flank.color-yellow {
    background-color: #092dca;
}

/* colors - red  */

.flip-box .front.color-red {
    background-color: #cf3d07;
}

.flip-box .back.color-red {
    background-color:  #cf3d07;
}

.flip-box .flank.color-red {
    background-color: #cf3d07;
}

/* colors - red  */

.flip-box .front.color-pink {
    background-color: #c006a1;
}

.flip-box .back.color-pink {
    background-color: #c006a1;
}

.flip-box .flank.color-pink {
    background-color: #c006a1;
}

/* Our Activites */
.section-header h2,
#our_activities .section-header h2 {
	font-family: alex1;
    font-weight: bolder;
    font-size: 30px;
    margin-bottom: 6px;
    color: #000000;
}

.section-header .lead,
#our_activities .section-header .lead {
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    color: #9b9b9a;
    margin-bottom: 5px;
}

.signature_rules,
.section-header .rule,
.section-header hr,
#our_activities .section-header .rule {
    background: #ea9604 none repeat scroll 0 0;
    border: 0 solid #ffffff;
    height: 4px;
    left: 0;
    margin: 0;
    margin-top: 5px;
    position: relative;
    text-align: left;
    width: 100px;
}

#our_activities .feature-wrap {
    min-height: 150px;
    margin-bottom: 8px;
}

#our_activities .feature-wrap i {
    background: #ffffff none repeat scroll 0 0;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 5px #f2f2f2 inset;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    color: #c52d2f;
    float: left;
    font-size: 25px;
    height: 60px;
    line-height: 55px;
    margin: 3px 10px 3px 3px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 60px;
}

#our_activities .feature-wrap span {
    background: #74cee4 repeat scroll 0 0;
    /*
	border: 3px solid #ffffff;
	*/
    box-shadow: 4px 4px #43abc4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #c52d2f;
    float: left;
    font-size: 25px;
    height: 60px;
    line-height: 55px;
    margin: 3px 10px 3px 3px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 60px;
    margin-right: 18px;
}

#our_activities .feature-wrap span img {
    height: 60px;
    transition: all 500ms ease 0s;
    width: 60px;
}

#our_activities .feature-wrap span.color-green {
    background: #6fc191 repeat scroll 0 0;
    box-shadow: 4px 4px #54b57c;
}

#our_activities .feature-wrap span.color-pink {
    background: #ec008c repeat scroll 0 0;
    box-shadow: 4px 4px #c30777;
}

#our_activities .feature-wrap span.color-yellow {
    background: #edbf47 repeat scroll 0 0;
    box-shadow: 4px 4px #d8a41b;
}

#our_activities .feature-wrap span.color-blue {}

#our_activities .feature-wrap span.color-purple {
    background: #c389ce repeat scroll 0 0;
    box-shadow: 4px 4px #a958b8;
}

#our_activities .feature-wrap span.color-red {
    background: #ec774b repeat scroll 0 0;
    box-shadow: 4px 4px #d65c2e;
}

#our_activities .feature-wrap:hover span[class^="color-"],
#our_activities .feature-wrap:hover span {
    transform: scale(1.1);
    transform-origin: left top;
    -moz-box-shadow: 0 0 0 2px #525252;
    -ms-box-shadow: 0 0 0 2px #525252;
    -webkit-box-shadow: 0 0 0 2px #525252;
    -o-box-shadow: 0 0 0 2px #525252;
    box-shadow: 0 0 0 2px #525252;
    /*
	border:2px solid #FFFFFF;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	-o-border-radius:100%;
	-ms-border-radius:100%;
	border-radius:100%;
	*/
}

#our_activities .feature-wrap:hover span img {
    margin-right: -20%;
    margin-top: -23%;
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1.2, 1.2);
    /* Standard syntax */
}

#our_activities .feature-wrap h2 {
    font-family: "Swis721 Cn BT";
    margin: 10px 0 8px 0px;
    font-size: 18px;
    color: #4f4e4e;
}

#our_activities .feature-wrap h3 {
    margin: 0px;
    font-size: 13px;
    line-height: 20px;
    display: table-cell;
}

.read_more,
#our_activities .feature-wrap .read_more {
    font-family: Swis721 Cn BT;
    letter-spacing: 0.3px;
    font-size: 13px;
    display: block;
    line-height: 25px;
    padding: 3px 0;
    position: relative;
}

.read_more:after {
    font-size: 12px;
    font-family: 'FontAwesome';
    position: relative;
    line-height: 25px;
    padding: 0 5px;
    content: '\f054';
}

.our_activities .section-header h2 {
    font-family: 'Swis721 Cn BT';
    font-weight: bolder;
    font-size: 30px;
    margin-bottom: 6px;
}

.section-header .our_activities .section-header .lead {
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    color: #9b9b9a;
    margin-bottom: 5px;
}
.section-header .rule,.section-header hr,
#our_activities .section-header .rule {
    background: #ea9604 none repeat scroll 0 0;
    border: 0 solid #ffffff;
    height: 4px;
    left: 520px;
    margin: 0;
    margin-top: 5px;
    position: relative;
    text-align: left;
    width: 100px;
}

#our_activities .feature-wrap {
    min-height: 150px;
    margin-bottom: 8px;
}

#our_activities .feature-wrap i {
    background: #ffffff none repeat scroll 0 0;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 5px #f2f2f2 inset;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    color: #c52d2f;
    float: left;
    font-size: 25px;
    height: 60px;
    line-height: 55px;
    margin: 3px 10px 3px 3px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 60px;
}

#our_activities .feature-wrap span {
    background: #74cee4 repeat scroll 0 0;
    /*
	border: 3px solid #ffffff;
	*/
    box-shadow: 4px 4px #43abc4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #c52d2f;
    float: left;
    font-size: 25px;
    height: 60px;
    line-height: 55px;
    margin: 3px 10px 3px 3px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 60px;
    margin-right: 18px;
}

#our_activities .feature-wrap span img {
    height: 60px;
    transition: all 500ms ease 0s;
    width: 60px;
}

#our_activities .feature-wrap span.color-green {
    background: #6fc191 repeat scroll 0 0;
    box-shadow: 4px 4px #54b57c;
}

#our_activities .feature-wrap span.color-pink {
    background: #ec008c repeat scroll 0 0;
    box-shadow: 4px 4px #c30777;
}

#our_activities .feature-wrap span.color-yellow {
    background: #edbf47 repeat scroll 0 0;
    box-shadow: 4px 4px #d8a41b;
}

#our_activities .feature-wrap span.color-blue {}

#our_activities .feature-wrap span.color-purple {
    background: #c389ce repeat scroll 0 0;
    box-shadow: 4px 4px #a958b8;
}

#our_activities .feature-wrap span.color-red {
    background: #ec774b repeat scroll 0 0;
    box-shadow: 4px 4px #d65c2e;
}

#our_activities .feature-wrap:hover span[class^="color-"],
#our_activities .feature-wrap:hover span {
    transform: scale(1.1);
    transform-origin: left top;
    -moz-box-shadow: 0 0 0 2px #525252;
    -ms-box-shadow: 0 0 0 2px #525252;
    -webkit-box-shadow: 0 0 0 2px #525252;
    -o-box-shadow: 0 0 0 2px #525252;
    box-shadow: 0 0 0 2px #525252;
    /*
	border:2px solid #FFFFFF;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	-o-border-radius:100%;
	-ms-border-radius:100%;
	border-radius:100%;
	*/
}

#our_activities .feature-wrap:hover span img {
    margin-right: -20%;
    margin-top: -23%;
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1.2, 1.2);
    /* Standard syntax */
}

#our_activities .feature-wrap h2 {
    font-family: 'Lato', sans-serif;
    margin: 10px 0 8px 0px;
    font-size: 18px;
    color: #110101;
}

#our_activities .feature-wrap h3 {
    margin: 0px;
    font-size: 13px;
    line-height: 20px;
    display: table-cell;
}

.read_more,
#our_activities .feature-wrap .read_more {
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.3px;
    font-size: 13px;
    display: block;
    line-height: 25px;
    padding: 3px 0;
    position: relative;
} 

/*
 * Shortcode: Dividers.less
 * -----------------------------------------------
*/

.divider,
.parallax {
    background-repeat: repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* -------- Parallax ---------- */

.parallax {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: top center;
}

.mobile-parallax {
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}

.divider .container {
    padding-top: 70px;
    padding-bottom: 70px;
}

.divider .container.small-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.divider .container.extra-padding {
    padding-top: 180px;
    padding-bottom: 180px;
}

/*
 * Shortcode: Facebook-Disqus-Comments.less
 * -----------------------------------------------
*/

.fb-comments,
.fb_iframe_widget,
.fb-comments>span,
.fb_iframe_widget>span,
.fb-comments>span>iframe,
.fb_iframe_widget>span>iframe {
    display: block;
    margin: 0;
    width: 100%;
}
/* -------- Section & Divider ---------- */

section {
    position: relative;
}
.featured-box {
    overflow: hidden;
    background: #fcfcfc;
    margin-bottom: 30px;
    border: 1px solid #A0A0A0;
		/* padding: 10px 10px; */
}

.featured-box .featured-img-holder {
    text-align: center;
    position: relative;
    overflow: hidden
}

.featured-box .featured-img-holder:before {
    background-color: rgba(253, 200, 0, 0.8);
    z-index: 1
}

.featured-box .featured-img-holder a {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 54px;
    background-color: rgba(0, 33, 71, 0.9);
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    opacity: 0;
    -moz-transform: scale(1) translateX(-400px);
    -webkit-transform: scale(1) translateX(-400px);
    -o-transform: scale(1) translateX(-400px);
    -ms-transform: scale(1) translateX(-400px);
    transform: scale(1) translateX(-400px);
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out
}

.featured-box .featured-img-holder a i {
    color: #fdc800;
    font-size: 20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.featured-box .featured-img-holder a:hover i {
    color: #fff
}

.featured-box .featured-img-holder:hover a {
    opacity: 1;
    -moz-transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
    -o-transform: scale(1) translateX(0px);
    -ms-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -ms-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out
}

.featured-box .featured-content-holder {
    padding: 10px 10px 5px 15px
}

.featured-box .featured-content-holder h3 {
    font-size: 22px;
    margin-bottom: 5px
}

.featured-box .featured-content-holder h3 a {
    color: #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.featured-box .featured-content-holder h3 a:hover {
    color: #fdc800
}

.featured-box .featured-content-holder p {
    margin-bottom: 10px
}

.featured-box2 {
    width: 100%;
    background: #f5f5f5;
    padding: 25px 30px 25px 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media(min-width:768px) and (max-width:1199px) {
    .featured-box2 {
        text-align: center;
        padding: 25px 10px 15px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .featured-box2 {
        height: 198px
    }
}

@media only screen and (max-width:479px) {
    .featured-box2 {
        text-align: center;
        padding: 15px 10px 5px
    }
}

@media only screen and (max-width:767px) {
    .featured-box2 {
        margin-bottom: 15px
    }
}

.featured-box2 i {
    float: left;
    margin-right: 20px;
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 58px;
    border-radius: 50%;
    background: #fdc800;
    font-size: 24px;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media(min-width:768px) and (max-width:1199px) {
    .featured-box2 i {
        float: none;
        margin-right: 0
    }
}

@media only screen and (max-width:479px) {
    .featured-box2 i {
        float: none;
        margin-right: 0
    }
}

.featured-box2 h3 {
    margin-top: 12px;
    font-size: 22px;
    font-weight: 500
}

.featured-box2 h3 a {
    color: #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.featured-box2 h3 a:hover {
    color: #fff !important
}

.featured-box2:before {
    background: #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.featured-box2:hover i {
    background: #fff;
    color: #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.featured-box2:hover h3 a {
    color: #fdc800;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}
/* Photo popup */
/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}


.slide-gallery .item .icon-box1 {
    position: absolute;
    right: -41px;
    left: 115px;
    bottom: 90px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #ff2b58;
    line-height: 40px;
    visibility: hidden;
    transition: .7s ease;
    opacity: 0;
}
.slide-gallery .item:hover .icon-box1 {
    visibility: visible;
    opacity: 1;
    right: 0;
}
.slide-gallery .item .icon-box1 i:before {
    color: #ffffff;
    font-size: 16px;
}
/*=======[ Indec Video Section Style ]========*/

.video-main-area {
    background: transparent no-repeat center center/cover;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.video-main-area:before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}

}

.video-main-area .video-play-btn {
    margin-bottom: 40px;
    text-align: center;
    z-index: 1;
}

.video-main-area .video-play-btn .video-iframe {
    background: #ffcc29;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 55px;
    line-height: 100px;
    text-align: center;
    width: 100px;
    outline: none;
}

.video-main-area .video-play-btn .video-iframe i {
    height: 50px;
    padding-left: 10px;
    width: 50px;
}

.video-main-area .video-content h2 {
    color: #ffffff;
    padding-bottom: 0px;
    padding-left: 450px;
    padding-top: 20px;
    font-size: 50px;
    font-weight: 500;
}

/*
 * Shortcode: Clients.less
 * -----------------------------------------------
*/

.clients-logo .item {
    background: #eeeeee;
    border-color: transparent;
    margin-bottom: 30px;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.clients-logo img {
    width: auto;
    display: inline;
    opacity: 0.7;
}

.clients-logo img:hover {
    opacity: 1;
}

.clients-logo.carousel {
    text-align: center;
}

.clients-logo.carousel .item {
    box-shadow: none;
}

.clients-logo.style2 .item {
    box-shadow: none;
}

.clients-logo.style2 .item img {
    max-height: 120px;
}

.client-img {
    opacity: 0.7;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.client-img:hover {
    opacity: 1;
}

.clients-logo.carousel {
    text-align: center;
}

.clients-logo.carousel .item {
    box-shadow: none;
    margin: 0 10px;
}

.clients-logo.transparent .item {
    background: transparent;
    margin-bottom: 10px;
}

.clients-logo.transparent img {
    opacity: 0.9;
}
.featured-box img {
	height: 180px;
	}
	
#our_activities .feature-wrap h2  {
		color:rgb(4, 4, 119);
	}
	.featured-content-holder p {
		text-align: justify;
	}
	
element.style {
}
.m-tb-30 {
    margin: 30px auto;
}
.border-r {
    border-right: 1px solid #ccc;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, p span {
    color: #020a5e;
}
a.cta, .cta, button.cta {
    background-color: #fe5000;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    color: #fff !important;
    position: relative;
    transition: all 0.4s ease;
}
.bi {
    margin: 0 0 0 13px;
}

element.style {
}
h1, h2, h3, h4 {
    margin-bottom: .9rem;
}
h3 {
     font-size: 24px;
	 font-family: 'Lato', sans-serif;
	 /* text-transform: uppercase; */
}
.testimonial-carousel .slide-item .st-word {
	color:black;
}








/*Social icons style*/

.fl-fl {
    /*background:#317a5f;*/
    /*box-shadow: 0px 4px #238661;*/
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0px;
    width: 193px;
    position: fixed;
    right: -160px;
    /*border-radius:15px 0  0 15px  !important;*/
    z-index: 9999999;
    font: normal normal 10px Arial;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

/*.fa{
  font-size:20px;
  color: #fff;
  padding: 10px 0;
  width: 60px;
  margin-left:2px;
  margin-top:4px;
}*/

.fl-fl:hover {
    right: 0;
}

.fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important;
}

.float-fb {
    top: 200px;
    background-color: #002166;
}

.float-tw {
    top: 253px;
    background-color: #005ea6;
}

.float-gp {
    top: 305px;
    background-color: #ac0100;
}

.float-ig {
    top: 355px;
    background-color: #50005e;
}

#whatsapp-chats {
    /*width:60px;
height: 60px;*/
    position: fixed;
    top: 160px;
    left: 0px;
    z-index: 9999999;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    /*border-radius: 50px;*/
    /*text-align: center;
background-color: #25d366;
color: #FFF;*/
}

#whatsapp-chats img {
    color: #fff;
    margin: 0;
    position: relative;
    right: 1px;
    top: 90px;
    font-size: 38px;
}

.collapse.in {
    display: block;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd;
}

.panel-body {
    padding: 15px;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.scrollbar {
    float: left;
    height: 135px;
    width: 100%;
    overflow-y: scroll;
}

.panel-body:after {
    clear: both;
}

.force-overflow {
    min-height: 100px;
}

.scrollbar .checkbox {
    margin-top: 0px !important;
}

.ins {
    margin: 15px 0px 0px;
    font-size: 16px;
    padding-bottom: 5px;
    color: #f9be4d;
    font-weight: 600;
}

.foot {
    font-size: 12px;
    color: #969696;
}

.d-col {
    margin-right: 40px;
}

.post-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 24px;
}

.icn-wrap {
    font-size: 34px;
    line-height: 1;
}

.post-author .alignleft {
    margin: 0 7px 0 0;
    overflow: hidden;
    width: 35px;
    height: 35px;
}

.post-author .author-heading {
    margin: 0;
    color: #777777;
    font-weight: 400;
    font-size: 13px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.post-author .author-heading-subtitle {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 1.16667;
}

@media only screen and (min-width: 1200px) {
    .welcomw-height {
        height: 400px;
        float: right;
    }
    .fact-columns {
        max-width: 25% !important;
    }
    .mt-10 {
        margin-bottom: -10px;
    }
    .service-item-one .icon-box {
        /*position: absolute;
	width: 65px;
	height: 65px;
	top: 0px;
	left: 50%;
	margin-left: -30px;
	text-align: center;
	line-height: 65px;*/
        position: absolute;
        width: 262px;
        height: 180px;
        top: 0px;
        /* left: 50%; */
        margin-left: -5px;
        text-align: center;
        line-height: 65px;
    }
}

.price-tag {
    border-radius: 2px;
    font-size: 13px;
    line-height: 1;
    padding: 3px 9px;
    display: inline-block;
    vertical-align: top;
    margin-top: 75px;
    margin-bottom: 20px;
}

.text-white {
    color: #fff;
}

.font-lato {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bg-primary-blue {
    background-color: #34c7dc;
    color: #000 !important;
}

.home-text {
    position: relative;
    margin: 0px 30px 0px 40px;
}

.message {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}

.add-college {
    box-shadow: 0px 1px 3px #dedede;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 6px;
}

.total-bg h6 {
    background-color: #048aae;
    color: #fff;
    padding: 12px 15px;
    margin: 0px;
}

.payment-notes-bg {
    background: #ff9a00;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    text-align: center;
    line-height: 1.3em;
}

@media (max-width: 767px) {
    /*if screen is less then or equal to 767 */
    .service-item-one .icon-box {
        position: absolute !important;
        width: 100% !important;
        height: 180px !important;
        top: 0px !important;
        /* left: 50%; */
        margin-left: -5px !important;
        text-align: center !important;
        line-height: 65px !important;
    }
    .price-tag {
        border-radius: 2px;
        font-size: 13px;
        line-height: 1;
        padding: 3px 9px;
        display: inline-block;
        vertical-align: top;
        margin-top: 0px !important;
        margin-bottom: 20px;
    }
    .slide-item .service-item-one {
        position: relative;
        text-align: center;
        cursor: pointer;
        padding: 5px 5px 40px !important;
        border: 1px solid #5c5c5c;
        transition: all 500ms ease;
    }
}

.col-img {
    height: 180px;
}
.footer
{
	background-color: #020a5e;;
}
.notice-bord.style1 li {
    position: relative;
    background: #f1f1f1;
    margin-bottom: 12px;
    border-radius: 3px;
    padding: 20px;
    padding-left: 0 !important;
    overflow: hidden;
}

.notice-bord.style1 li .date {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #ff2d4a;
    border-right: 1px solid #ff2d4a;
    padding-right: 10px;
    font-weight: 600;
    width: 60px;
}
.notice-bord.style1 li .desc {
    padding-left: 95px;
    font-weight: 500;
}
/* why choose us */
.why-choose-area{padding:82px 0 94px;background:#f8f8f8}@media(min-width:992px) and (max-width:1199px){
.why-choose-area{padding:74px 0 84px}}@media(min-width:768px) and (max-width:991px){
.why-choose-area{padding:66px 0 74px}}@media(min-width:480px) and (max-width:767px){
.why-choose-area{padding:58px 0 33px}}@media(min-width:321px) and (max-width:479px){
.why-choose-area{padding:49px 0 23px}}@media only screen and (max-width:320px){
.why-choose-area{padding:40px 0 13px}}
.about-title{font-size:48px;color:#002147;margin-bottom:15px;
text-align:center}@media(min-width:991px) and (max-width:1199px){
.about-title{font-size:40px}}@media(min-width:768px) and (max-width:991px){
.about-title{font-size:36px}}@media(min-width:480px) and (max-width:767px){
		.about-title{font-size:32px}}@media(min-width:321px) and (max-width:479px){
.about-title{font-size:28px}}@media only screen and (max-width:320px){
.about-title{font-size:26px}}
.service-box1{border-right:1px solid #aaa;padding:30px 30px 15px 40px;display:-webkit-box;display:-webkit-flex;
display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;
background-color:rgba(0,33,71,0.8)}@media(min-width:992px) and (max-width:1199px){
.service-box1{padding:30px 25px 15px}}@media only screen and (max-width:767px){
.service-box1{margin-bottom:5px}}@media only screen and (max-width:991px){
.service-box1{background-color:#002147;padding:20px 20px 15px}}
.service-box1:last-child{border-right:0}
.service-box1 .service-box-content{-webkit-box-flex:3;-moz-flex:3;-webkit-flex:3;flex:3}
.service-box1 .service-box-content h3{font-size:22px;margin-bottom:10px}@media(min-width:992px) and (max-width:1199px){
.service-box1 .service-box-content h3{font-size:20px}}
.service-box1 .service-box-content h3 a{color:#fff;-webkit-transition:all .3s ease-out;
-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;
transition:all .3s ease-out}
.service-box1 .service-box-content p{color:#fff;font-weight:400}
.service-box1 .service-box-icon{text-align:center;padding-top:10px;-webkit-box-flex:1;-moz-flex:1;-webkit-flex:1;flex:1}
.service-box1 .service-box-icon i{color:#fdc800;font-size:36px;-webkit-transform:scale(1);
transform:scale(1);-webkit-transition:all .5s ease-out;
-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;
transition:all .5s ease-out}.service-box1:hover .service-box-content h3 a{color:#fdc800;
-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;
-o-transition:all .3s ease-out;transition:all .3s ease-out}
.service-box1:hover .service-box-content p{color:#fff;-webkit-transition:all .3s ease-out;
-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;
transition:all .3s ease-out}.service-box1:hover .service-box-icon i{-webkit-transform:scale(1.2);
transform:scale(1.2);-webkit-transition:all .5s ease-out;
-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;
transition:all .5s ease-out}.service-box2{text-align:center}@media only screen and (max-width:767px){
.service-box2{margin-bottom:30px}}.service-box2 .service-box-icon{margin-bottom:18px}
.service-box2 .service-box-icon a{border-radius:50%;height:90px;width:90px;display:block;background:#eee;line-height:100px;margin:0 auto;-webkit-transition:all .5s ease-out;
-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out}
.service-box2 .service-box-icon a i{color:#002147;font-size:36px}
.service-box2 h3{font-size:22px;margin-bottom:15px;font-weight:500}
.service-box2 h3 a{color:#002147;-webkit-transition:all .5s ease-out;
-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;
transition:all .5s ease-out}
.service-box2 h3 a:hover{color:#fdc800}
.service-box2 p{width:80%;margin:0 auto}@media only screen and (max-width:991px){
.service-box2 p{width:100%}}.service-box2:hover .service-box-icon a{background:#fdc800;
-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;
transition:all .5s ease-out}
.service-box3{text-align:center}@media only screen and (max-width:991px){
.service-box3{margin-bottom:45px}}@media only screen and (max-width:479px){
.service-box3{margin-bottom:30px}}
.service-box3 .service-box-icon{margin-bottom:18px}
.service-box3 .service-box-icon a i{color:#002147;
-webkit-transition:all .5s ease-out;
-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;
transition:all .5s ease-out;font-size:40px}
.service-box3 h3{font-size:22px;font-weight:500;margin-bottom:15px}
.service-box3 h3 a{color:#002147;-webkit-transition:all .5s ease-out;
-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;
transition:all .5s ease-out}.service-box3 h3 a:hover{color:#fdc800}
.service-box3:hover .service-box-icon a i{color:#fdc800;-webkit-transition:all .5s ease-out;
-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;
transition:all .5s ease-out}.service-box4{text-align:center}@media only screen and (max-width:767px){
.service-box4{margin-bottom:30px}}
.service-box4 .service-box-icon{margin-bottom:18px}
.service-box4 .service-box-icon a{border-radius:50%;
height:90px;width:90px;display:block;background:#fff;
line-height:100px;margin:0 auto;-webkit-transition:all .5s ease-out;
-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;
transition:all .5s ease-out}
.service-box4 .service-box-icon a i{color:#002147;font-size:36px}
.service-box4 h3{font-size:22px;margin-bottom:15px;font-weight:500}
.service-box4 h3 a{color:#002147;-webkit-transition:all .5s ease-out;
-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;
transition:all .5s ease-out}
.service-box4 h3 a:hover{color:#fdc800}
.service-box4 p{width:80%;margin:0 auto}@media only screen and (max-width:991px){
.service-box4 p{width:100%}}.service-box4:hover .service-box-icon a{background:#fdc800;
-webkit-transition:all .5s ease-out;
-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;
transition:all .5s ease-out}
.service1-area{position:relative}
.service1-area .service1-inner-area{position:absolute;top:-153px;left:0;right:0;margin:0 auto;
z-index:9}@media only screen and (max-width:1199px){
.service1-area .service1-inner-area{top:-150px}}@media only screen and (max-width:991px){
.service1-area .service1-inner-area{position:inherit;top:0}}
.service1-area .service1-wrapper{margin-right:0;margin-left:0}
.service2-area{padding:157px 0 74px;position:relative}@media(min-width:992px) and (max-width:1199px){
.service2-area{padding:147px 0 63px}}@media(min-width:768px) and (max-width:991px){
.service2-area{padding:137px 0 27px}}@media(min-width:480px) and (max-width:767px){
.service2-area{padding:0 0 19px}}@media(min-width:321px) and (max-width:479px){
.service2-area{padding:0 0 23px}}@media only screen and (max-width:320px){
.service2-area{padding:0 0 13px}}

.title-bar-big-left-close:before {
    content: "";
    height: 4px;
    width: 45px;
    background: #fdc800;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 1;
}
.title-default-left {
    text-transform: capitalize;
    text-align: left;
    font-weight: 500;
    margin-bottom: 35px;
    color: #002147;
}
.title-bar-big-left-close {
    position: relative;
}
ul.course-feature1 li:before {
    content: "\f058";
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    font-size: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    line-height: 1.3;
    color: #fdc800;
}
ul.course-feature1 li {
    width: 100%;
    box-sizing: border-box;
    float: left;
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
    margin-right: 5px;
    color: #444;
}
.side_menu{
	background-color:rgb(241, 225, 149);
	border-radius: 10px;
	padding: 10px;

}