/* Rochester - Driving School HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Header Style Two / Header Style Three
5. Main Slider
6. Services Section
7. About Section
8. Full Width Section One
9. Features Section
10. Testimonial Style One / Style Two
11. Accordian Style
12. Team Member
13. Full Width Section
14. Pricing Section
15. News Section
16. Map
17. Newsletter Form
18. Main Footer
19. Why Us Section
20. Fullwidth Section Two / Three
21. Featured Block / Block Two
22. Fact Counter Section
23. Services Block / Services Block Two / Three
24. Course Section
25. Page Title
26. Team Detail
27. 404 Page
28. Sidebar Blog
29. Contact Form
30. Map Section


**********************************************/

@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Ubuntu:300,300i,400,400i,500,500i,700,700i');

/*font-family: 'Roboto', sans-serif;
font-family: 'Ubuntu', sans-serif;
font-family: 'Dancing Script', cursive;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('hover.css');
@import url('jquery.datetimepicker.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size: 15px;
	color: #777777;
	line-height: 1.8em;
	font-weight: 400;
	background: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #005dbe;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	margin: 0px;
	background: none;
	line-height: 1.6em;
	font-weight: 600;
	font-family: 'Ubuntu', sans-serif;
}

input,
button,
select,
textarea {}

.grey-bg {
	background-color: #fafafa;
}

p {
	position: relative;
	line-height: 1.8em;
	font-family: 'Roboto', sans-serif;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.small-container {
	max-width: 680px;
	margin: 0 auto;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}

.text-uppercase {
	text-transform: uppercase !important;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

/*Btn Style One*/

.btn-style-one {
	position: relative;
	padding: 9px 36px;
	line-height: 24px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	border-radius: 50px;
	background: #005dbe;
	border: 2px solid #005dbe;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
}

.btn-style-one:hover {
	color: #005dbe;
	background: none;
	border-color: #005dbe;
}

/*Btn Style Two*/

.btn-style-two {
	position: relative;
	padding: 9px 36px;
	line-height: 24px;
	color: #005dbe;
	font-size: 14px;
	font-weight: 700;
	border-radius: 50px;
	background: #ffffff;
	border: 2px solid #ffffff;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
}

.btn-style-two:hover {
	background: #005dbe;
	color: #ffffff;
	border-color: #005dbe;
}

/*Btn Style Three*/

.btn-style-three {
	position: relative;
	padding: 9px 40px;
	line-height: 24px;
	color: #777777;
	font-size: 13px;
	font-weight: 400;
	border-radius: 0px;
	background: none;
	text-transform: uppercase;
	border: 1px solid #ececec;
}

.btn-style-three:hover {
	border-color: #005dbe;
	background: #005dbe;
	color: #ffffff;
}

/*Btn Style Four*/

.btn-style-four {
	position: relative;
	padding: 9px 40px;
	line-height: 24px;
	color: #222222;
	font-size: 14px;
	font-weight: 500;
	border-radius: 50px;
	background: none;
	text-transform: uppercase;
	border: 2px solid #005dbe;
	font-family: 'Ubuntu', sans-serif;
}

.btn-style-four:hover {
	border-color: #005dbe;
	background: #005dbe;
	color: #ffffff;
}

.theme_color {
	color: #005dbe !important;
}

img {
	display: inline-block;
	max-width: 100%;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.GIF);
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 38px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	border-radius: 50%;
	background: #1c1c1c;
	display: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scroll-to-top:hover {
	color: #ffffff;
	background: #005dbe;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	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-header .header-top {
	position: relative;
	font-size: 13px;
	padding: 15px 0px;
	color: #ffffff;
	border-bottom: 1px solid #ececec;
}

.main-header .header-top.style-two {
	background-color: #222222;
}

.main-header .header-top.style-two .contact-number,
.main-header .header-top.style-two .links-nav li.language {
	border-color: #4a4a4a;
}

.main-header .header-top.style-two .contact-number span,
.main-header .header-top.style-two a {
	color: #ababab;
	border-color: #4a4a4a;
}

.main-header .header-top a {
	color: #222222;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .links-nav li {
	position: relative;
	float: left;
	color: #777777;
	font-size: 14px;
	margin-right: 25px;
}

.main-header .header-top .contact-number {
	font-weight: 400;
	color: #777777;
	font-size: 14px;
	padding-left: 15px;
	margin-left: 5px;
	display: inline-block;
	border-left: 1px solid #ececec;
}

.main-header .header-top .contact-number span {
	color: #222222;
}

.main-header .links-nav li strong {}

.main-header .top-right .links-nav li {
	margin-right: 0px;
	margin-left: 25px;
}

.main-header .links-nav li a {
	position: relative;
	font-size: 14px;
	line-height: 1em;
	padding-right: 24px;
	text-transform: uppercase;
	border-right: 1px solid #ececec;
}

.main-header .links-nav li .icon {
	padding-right: 8px;
}

.main-header .links-nav li a:hover {
	color: #005dbe;
}

.main-header .links-nav li:last-child a {
	padding-right: 0px;
	border: 0px;
}

.main-header .header-top .social-links a {
	position: relative;
	display: inline-block;
	margin-left: 15px;
	font-size: 13px;
	font-weight: normal;
	color: #222222;
	line-height: 26px;
}

.main-header .sticky-header .navigation li a:after {
	display: none;
}

.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	background: #ffffff;
	border-bottom: 1px solid #e0e0e0;
	z-index: 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sticky-header .logo {
	padding: 5px 0px 4px;
}

.fixed-header .sticky-header {
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.main-header .header-upper {
	position: relative;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	z-index: 20;
}

.main-header .header-upper .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.main-header .logo-outer {
	position: relative;
	z-index: 25;
	padding: 10px 0px;
}

.main-header .header-upper .upper-right {
	position: relative;
	padding: 38px 0px 0px;
}

.main-header .info-box {
	position: relative;
	float: left;
	margin-left: 50px;
	font-size: 18px;
	color: #777777;
	max-width: 275px;
	padding: 0px 0px 0px 40px;
}

.main-header .info-box:last-child {
	padding-left: 0px;
}

.main-header .info-box .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #005dbe;
	font-size: 24px;
	line-height: 1em;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .info-box li {
	position: relative;
	line-height: 22px;
	color: #777777;
	font-size: 16px;
}

.main-header .info-box li a {
	color: #777777;
}

.main-header .header-lower {
	position: absolute;
	width: 100%;
	background-color: rgba(34, 34, 34, 0.60);
}

.main-header .nav-outer {
	position: relative;
	float: right;
}

.main-header .links-nav-two {
	position: relative;
	float: right;
}

.main-header .links-nav-two li {
	position: relative;
	display: inline-block;
}

.main-menu {
	position: relative;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: relative;
	margin-top: 0px;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	margin-left: 35px;
}

.main-header .sticky-header .main-menu .navigation>li {
	margin: 0px;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	padding: 29px 0px;
	font-size: 13px;
	color: #222222;
	line-height: 30px;
	font-weight: 400;
	opacity: 1;
	text-transform: uppercase;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border-bottom: 3px solid transparent;
	font-family: 'Ubuntu', sans-serif;
}

.main-menu .navigation>li:last-child>a {
	background: none;
}

.sticky-header .main-menu .navigation>li>a {
	color: #181818;
	background: none;
	border: 0px;
	padding: 15px 15px !important;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
	color: #005dbe;
	opacity: 1;
	border-color: #005dbe;
}

.main-header .sticky-header .main-menu .navigation>li:hover>a,
.main-header .sticky-header .main-menu .navigation>li.current>a,
.main-header .sticky-header .main-menu .navigation>li.current-menu-item>a {
	background: #005dbe;
	color: #ffffff;
	opacity: 1;
	border: 0px;
}

.main-header .main-menu .navigation>li.current>a:after,
.main-header .main-menu .navigation>li:hover>a:after,
.sticky-header .main-menu .navigation>li>a:after {
	display: none !important;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 120%;
	width: 230px;
	z-index: 100;
	display: none;
	padding: 0px 0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	margin-bottom: 1px;
	background: rgba(255, 255, 255, 0.95);
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 12px 20px;
	line-height: 22px;
	font-weight: 400;
	font-size: 14px;
	color: #222222;
	text-align: left;
	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;
	border-left: 2px solid transparent;
}

.main-menu .navigation>li>ul>li:hover>a {
	color: #005dbe;
	border-color: #005dbe;
	background-color: #ffffff;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 10px;
	width: 10px;
	height: 20px;
	display: block;
	line-height: 21px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
	color: #30355d;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 20px;
	width: 230px;
	z-index: 100;
	display: none;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	margin-bottom: 1px;
	background: rgba(255, 255, 255, 0.95);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 12px 20px;
	line-height: 22px;
	font-weight: 400;
	font-size: 14px;
	color: #222222;
	text-align: left;
	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;
	border-left: 2px solid transparent;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
	color: #005dbe;
	border-color: #005dbe;
	background-color: #ffffff;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0px;
	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-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.main-header .social-icon {
	position: relative;
	float: left;
}

.main-header .social-icon a {
	position: relative;
	line-height: 24px;
	font-size: 14px;
	color: #adadad;
	padding-right: 10px;
	display: inline-block;
	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;
}

.main-header .social-icon a:hover {
	color: #005dbe;
}

.main-header.light-version {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	display: block;
	background: none;
}

.main-header.light-version .main-box .logo-box {
	position: relative;
	float: left;
	left: 0px;
	z-index: 20;
	padding: 25px 0px;
}

.main-header.light-version .nav-outer {
	position: relative;
	float: right;
	padding-right: 40px;
	margin-top: 25px;
}

.main-header.light-version .main-menu .navigation>li>a {
	border: 0px;
	padding: 30px 0px;
}

.main-header .info-options {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -8px;
}

.main-header .info-options .search-box-outer {
	padding-right: 0px;
	margin-right: 0px;
	padding-left: 30px;
	border-right: 0px;
	border-left: 1px solid #a9aab1;
}

.main-header .info-options .search-box-btn {
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px !important;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	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;
}

.header-style-two .logo-outer {
	padding: 25px 0px;
}

.header-style-two .search-box-btn {
	position: relative;
	font-size: 14px;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: 0px;
	line-height: 38px;
	color: #ffffff;
	cursor: pointer;
	border-radius: 50%;
	background: #005dbe;
}

.header-style-two .nav-outer .search-box-btn:hover {
	color: #f8b332;
}

.header-style-two .search-box-outer .dropdown-menu {
	top: 58px;
	border-top: 3px solid #005dbe;
	padding: 0px;
	width: 280px;
	border-radius: 0px;
}

.header-style-two .search-panel .form-container {
	padding: 25px 20px;
}

.header-style-two .search-panel .form-group {
	position: relative;
	margin: 0px;
}

.header-style-two .search-panel input[type="text"],
.header-style-two .search-panel input[type="search"],
.header-style-two .search-panel input[type="password"],
.header-style-two .search-panel select {
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 7px 40px 7px 15px;
	height: 40px;
	border: 1px solid #e0e0e0;
	background: #ffffff;
}

.header-style-two .search-panel input:focus,
.header-style-two .search-panel select:focus {
	border-color: #005dbe;
}

.header-style-two .search-panel .search-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #555555;
	font-size: 12px;
	background: none;
	cursor: pointer;
}

.header-style-two .nav-outer {
	float: none;
	padding-right: 110px;
}

.header-style-two .nav-outer .social-box {
	position: absolute;
	right: 0px;
	top: 12px;
	z-index: 12;
}

.header-style-two .main-menu .navigation>li {
	margin-left: 0px;
	margin-right: 30px;
}

.header-style-two .main-menu .navigation>li>a {
	padding: 9px 0px;
	color: #ffffff;
}

.header-style-two .sticky-header .main-menu .navigation>li>a {
	color: #181818;
}

/*Social Links One*/

.social-links-one {
	position: relative;
}

.social-links-one li {
	position: relative;
	display: inline-block;
}

.social-links-one li a {
	position: relative;
	width: 42px;
	height: 42px;
	font-size: 16px;
	color: #a8a8a8;
	line-height: 40px;
	margin-right: 5px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background-color: #f4f4f4;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}

.social-links-one a:hover {
	color: #ffffff;
	background-color: #005dbe;
}

/*Social Links Two*/

.social-links-two {
	position: relative;
}

.social-links-two li {
	position: relative;
	display: inline-block;
}

.social-links-two li a {
	position: relative;
	width: 34px;
	height: 34px;
	font-size: 14px;
	color: #ffffff;
	line-height: 34px;
	margin-left: 5px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background-color: #5c5c5c;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}

.social-links-two a:hover {
	color: #ffffff;
	background-color: #005dbe;
}

/*Social Links Three*/

.social-links-three {
	position: relative;
}

.social-links-three li {
	position: relative;
	display: inline-block;
}

.social-links-three li a {
	position: relative;
	font-size: 14px;
	color: #ffffff;
	margin-left: 15px;
	text-align: center;
	display: inline-block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}

.social-links-three li a:hover {
	color: #005dbe;
}

/*Social Links Four*/

.social-links-four {
	position: relative;
}

.social-links-four li {
	position: relative;
	display: inline-block;
}

.social-links-four li a {
	position: relative;
	width: 42px;
	height: 42px;
	font-size: 15px;
	color: #222222;
	line-height: 42px;
	margin-right: 5px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background-color: #f4f4f4;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}

.social-links-four a:hover {
	color: #ffffff;
	background-color: #005dbe;
}

/*Social Links Five*/

.social-links-five {
	position: relative;
	margin-top: 10px;
}

.social-links-five .share {
	color: #222222;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}

.social-links-five a {
	position: relative;
	font-size: 14px;
	color: #c9c9c9;
	margin-left: 10px;
	text-align: center;
	display: inline-block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}

.social-links-five a:hover {
	color: #005dbe;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
	position: relative;
	margin-bottom: 30px;
}

.sec-title .title {
	position: relative;
	color: #777777;
	font-size: 14px;
	font-style: italic;
	font-family: 'Ubuntu', sans-serif;
}

.sec-title h2 {
	position: relative;
	font-size: 32px;
	color: #222222;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.sec-title .separator {
	position: relative;
	width: 175px;
	height: 1px;
	background-color: #ececec;
}

.sec-title .separator:after {
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	width: 45px;
	height: 1px;
	background-color: #005dbe;
}

.sec-title .text {
	position: relative;
	color: #777777;
	font-size: 15px;
	font-style: italic;
	line-height: 1.8em;
	margin-top: 32px !important;
}

/*Sec Title / Centered*/

.sec-title.centered {
	text-align: center;
}

.sec-title.centered .separator {
	margin: 0 auto;
}

.sec-title.centered .separator:after {
	left: 50%;
	margin-left: -22px;
}



.sec-title.centered .text {
	max-width: 910px;
	margin: 0 auto;
}

.sec-title.light .title {
	color: #e5e5e5;
}

.sec-title.light h2 {
	color: #ffffff;
}

.sec-title.light .separator {
	background-color: #474747;
}

.sec-title-small h2 {
	font-size: 20px;
	color: #222222;
	font-weight: 500;
	text-transform: uppercase;
}

.sec-title-small h2 a {
	color: #222222;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

.sec-title-small h2 a:hover {
	color: #005dbe;
}

.sec-title-small .title {
	text-transform: uppercase;
	margin-bottom: 12px;
	color: #777777;
	font-size: 13px;
	font-family: 'Ubuntu', sans-serif;
}

.sec-title-small .separator {
	position: relative;
	width: 72px;
	height: 1px;
	background-color: #ececec;
}

.sec-title-small .separator:after {
	width: 32px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	height: 1px;
	background-color: #005dbe;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
	position: relative;
	z-index: 10;
}

.main-slider .overlay-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.55);
}

.main-slider .tp-caption {
	z-index: 5 !important;
}

.main-slider .tp-dottedoverlay {
	background-color: rgba(0, 0, 0, 0.35) !important;
}

.main-slider h2 {
	font-size: 36px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
}

.main-slider h3 {
	font-size: 30px;
	color: #ffffff;
	font-weight: 500;
	line-height: 1.2em;
	text-transform: uppercase;
}

.main-slider .normal-text {
	font-weight: 400;
	line-height: 1.8em;
	color: #ffffff;
	font-size: 15px;
	font-family: 'Ubuntu', sans-serif;
}

.main-slider h4 {
	font-weight: 500;
	line-height: 1.4em;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.main-slider .btn-style-one {
	color: #ffffff !important;
}

.main-slider .btn-style-one:hover {
	color: #005dbe !important;
}

.main-slider .btn-style-two {
	color: #005dbe !important;
}

.main-slider .btn-style-two:hover {
	color: #ffffff !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3 {
	background: none !important;
	width: 50px !important;
	overflow: hidden;
	margin-top: -10px !important;
	height: 55px !important;
}

.main-slider .tparrows.preview3::after {
	top: 0px;
	color: #777777;
	font-size: 16px;
	height: 55px !important;
	line-height: 55px;
	width: 35px !important;
	padding: 0px;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 50px;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-slider .tparrows.tp-leftarrow.preview3::after {
	content: "\f104";
	font-family: 'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after {
	content: "\f105";
	font-family: 'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow {
	left: 30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow {
	right: 20px !important;
}

.main-slider .tparrows.preview3:hover::after {
	color: #777777;
	background: #ffffff;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper {
	visibility: hidden;
	opacity: 0;
	display: none;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
	display: none !important;
}

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span {
	background-image: none !important;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
	content: '';
	position: absolute;
	font-family: 'FontAwesome';
	left: 0px;
	top: 0px;
	font-size: 12px;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	background-color: rgba(28, 28, 28, 0.40) !important;
	color: #ffffff;
	visibility: visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before {
	content: '\f178';
}

.fancybox-prev span:before {
	content: '\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
	background-color: #ffffff !important;
	color: #000000;
}

.fancybox-type-image .fancybox-close {
	right: 10px;
	top: 10px;
	width: 40px;
	height: 40px;
	background: url(../images/icons/icon-cross.png) center center no-repeat;
	background-color: rgba(17, 17, 17, 0.50) !important;
}

.fancybox-type-image .fancybox-close:hover {
	background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
	padding: 0px !important;
}

.main-header .language .dropdown-menu {
	width: 180px;
	padding: 0px;
	margin-top: 15px;
	background-color: #222222;
	border-top: 3px solid #005dbe;
}

.main-header .links-nav li.language {
	border-right: 1px solid #ececec;
	padding-right: 8px;
	line-height: 1.4em;
	margin-top: 5px;
}

.main-header .links-nav li.language a {
	border: 0px;
	padding: 0px;
	background: none;
}

.main-header .links-nav li.language a:hover {
	background: none;
}

.main-header .language .dropdown-menu>li {
	padding-right: 0px !important;
	margin: 0px !important;
	float: none;
	display: block !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.main-header .language .dropdown-menu>li>a {
	padding: 12px 20px !important;
	color: #ffffff;
	text-align: left;
}

.main-header .language .dropdown-menu>li>a:hover {
	color: #ffffff !important;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
	position: relative;
	margin-top: -50px;
	z-index: 10;
}

.services-section.no-margin {
	margin: 0px;
}

.services-section .column {
	position: relative;
	padding: 0px;
}

.services-block {
	position: relative;
}

.services-block:nth-child(2) .inner {
	background-color: #1d6bbb;
}

.services-block:nth-child(3) .inner {
	background-color: #2478ce;
}

.services-block:nth-child(4) .inner {
	background-color: #2c87e4;
}

.services-block .inner {
	position: relative;
	padding: 38px 45px;
	background-color: #005dbe;
}

.services-block .inner .overlay-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: block;
}

.services-block .inner h3 {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	padding-left: 45px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}

.services-block .inner h3 .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #ffffff;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 15px;
}

/*** 

====================================================================
	About Counter Section
====================================================================

***/

.about-section {
	position: relative;
	padding: 110px 0px 75px;
}

/*fact counter*/

.fact-counter {
	position: relative;
	margin-top: 10px;
}

.about-section .counter-column.left-aligned {
	position: relative;
	float: left;
	padding-top: 60px;
}

.about-section .counter-column.right-aligned {
	position: relative;
	float: right;
	padding-top: 60px;
}

.counter-column.left-aligned:before {
	position: absolute;
	content: '';
	left: 100%;
	top: 0px;
	width: 177px;
	height: 43px;
	display: block;
	margin-left: -50px;
	background: url(../images/resource/arrow-1.png) no-repeat;
}

.counter-column.right-aligned:after {
	position: absolute;
	content: '';
	right: 100%;
	top: 0px;
	width: 177px;
	height: 43px;
	display: block;
	margin-right: -50px;
	background: url(../images/resource/arrow-2.png) no-repeat;
}

.counter-column.left-aligned .fact-counter .countbox-outer .inner {
	text-align: right;
}

.counter-column.right-aligned .fact-counter .countbox-outer .inner {
	text-align: left;
}

.fact-counter .countbox-outer {
	position: relative;
	margin-bottom: 40px;
}

.fact-counter .countbox-outer:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.fact-counter .countbox-outer:last-child .inner:before,
.fact-counter .countbox-outer:last-child .inner:after {
	display: none;
}

.fact-counter .countbox-outer .inner {
	position: relative;
	padding: 0px 0px 36px;
}

.fact-counter .countbox-outer .inner:before {
	position: absolute;
	content: '';
	right: 0px;
	bottom: 0px;
	width: 10px;
	height: 1px;
	background-color: #4396e6;
}

.fact-counter .countbox-outer .inner:after {
	position: absolute;
	content: '';
	right: 14px;
	bottom: 0px;
	width: 10px;
	height: 1px;
	background-color: #222222;
}

.fact-counter .countbox-outer .count-text {
	position: relative;
	font-weight: 700;
	color: #222222;
	font-size: 40px;
	line-height: 1em;
	font-family: 'Ubuntu', sans-serif;
}

.counter-column.right-aligned .fact-counter .countbox-outer .inner:before {
	left: 12px;
	right: auto;
}

.counter-column.right-aligned .fact-counter .countbox-outer .inner:after {
	left: 0px;
	right: auto;
}

.about-section .column .image {
	position: relative;
	text-align: center;
}

.about-section .column .image img {
	position: relative;
	max-width: 100%;
	display: inline-block;
	border-bottom: 1px solid #ececec;
}

.about-section .column .image .video-popup {
	position: relative;
	color: #222222;
	font-size: 13px;
	margin-top: 28px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
}

.about-section .column .image .video-popup:before {
	position: absolute;
	content: '';
	right: 110%;
	top: 50%;
	width: 40px;
	height: 1px;
	background-color: #ececec;
}

.about-section .column .image .video-popup:after {
	position: absolute;
	content: '';
	left: 110%;
	top: 50%;
	width: 40px;
	height: 1px;
	background-color: #ececec;
}

.about-section .column .image .video-popup .video-icon {
	position: relative;
	width: 36px;
	height: 36px;
	color: #222222;
	text-align: center;
	line-height: 36px;
	display: inline-block;
	border: 1px solid #222222;
	border-radius: 0px 0px 5px 0px;
}

.fact-counter .countbox-outer .plus {
	position: relative;
	font-weight: 700;
	color: #222222;
	font-size: 40px;
	line-height: 1em;
	font-family: 'Ubuntu', sans-serif;
}

.fact-counter .countbox-outer .counter-title {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	color: #777777;
	margin-top: 6px;
	font-family: 'Roboto', sans-serif;
}

/*About School*/

.about-school {
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}

.about-school .inner {
	position: relative;
	padding-bottom: 15px;
	display: inline-block;
	border-bottom: 1px dashed #dfdbdb;
}

.about-school .inner .text {
	position: relative;
	color: #222222;
	font-size: 14px;
	font-family: 'Dancing Script', cursive;
}

.about-school .inner .text span {
	position: relative;
	color: #222222;
	font-size: 13px;
	font-weight: 700;
	padding-right: 18px;
	margin-right: 12px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}

.about-school .inner .text span:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 5px;
	width: 5px;
	height: 5px;
	background-color: #005dbe;
}

/*** 

====================================================================
	Fullwidth Section
====================================================================

***/

.fullwidth-section {
	position: relative;
}

.fullwidth-section .section-outer {
	position: relative;
	background-color: #212121;
}

.fullwidth-section .section-outer .image-column {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	float: left;
	display: block;
	background-repeat: no-repeat;
}

.fullwidth-section .section-outer .image-column .hidden-image {
	display: none;
}

.fullwidth-section .section-outer .image-column .hidden-image img {
	width: 100%;
	display: block;
}

.fullwidth-section .section-outer .right-column {
	position: relative;
	left: 0px;
	top: 0px;
	float: right;
	width: 50%;
	height: 100%;
}

.fullwidth-section .right-column .content-box {
	text-align: center;
	position: relative;
	display: table;
	width: 100%;
	min-height: 590px;
	height: 590px;
	vertical-align: middle;
	padding: 30px 50px;
}

.fullwidth-section .right-column .content-box .data {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.fullwidth-section .right-column .content-box .icon {
	font-size: 100px;
	color: #ffffff;
	line-height: 1em;
	padding-bottom: 30px;
}

.fullwidth-section .right-column .content-box .separator {
	position: relative;
	width: 25px;
	margin: 0 auto;
}

.fullwidth-section .right-column .content-box .separator:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 10px;
	height: 1px;
	background-color: #4396e6;
}

.fullwidth-section .right-column .content-box .separator:after {
	position: absolute;
	content: '';
	right: 0px;
	bottom: 0px;
	width: 10px;
	height: 1px;
	background-color: #ffffff;
}

.fullwidth-section .right-column .content-box .price {
	position: relative;
	color: #fff0f0;
	font-size: 14px;
	font-weight: 500;
	margin-top: 38px;
	display: inline-block;
	text-transform: uppercase;
}

.fullwidth-section .right-column .content-box .price span {
	color: #005dbe;
}

.fullwidth-section .right-column .content-box .text {
	position: relative;
	color: #ffffff;
	font-size: 14px;
	max-width: 480px;
	margin: 0 auto;
	line-height: 1.8em;
	margin-top: 20px;
	margin-bottom: 30px;
}

.fullwidth-section .right-column .content-box .book-now {
	position: relative;
	color: #005dbe;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.fullwidth-section .right-column .content-box .book-now:hover {
	color: #ffffff;
}

.tabs-box {
	position: relative;
}

.tabs-box .tab-buttons {
	position: relative;
}

.tabs-box .tabs-content {
	position: relative;
}

.tabs-box .tabs-content .tab {
	position: relative;
	display: none;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.tabs-box .tabs-content .tab.active-tab {
	display: block;
	opacity: 1;
	visibility: visible;
}

.courses-tabs {
	position: relative;
	padding-left: 300px;
	min-height: 590px;
	height: 590px;
}

.courses-tabs .buttons-outer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 590px;
	display: table;
	vertical-align: middle;
}

.courses-tabs .buttons-outer .tab-buttons {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.courses-tabs .buttons-outer .tab-buttons .tab-btn {
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer;
	line-height: 30px;
	padding: 20px 20px 20px 70px;
	background: #393939;
	color: #ffffff;
	border-top: 1px solid #212121;
	border-bottom: 1px solid #212121;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.courses-tabs .buttons-outer .tab-buttons .tab-btn:before {
	content: '';
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	width: 23px;
	background: #212121;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #005dbe;
}

.courses-tabs .buttons-outer .tab-buttons .tab-btn.active-btn:before {
	display: none;
}

.courses-tabs .buttons-outer .tab-buttons .tab-btn.active-btn {
	background: #005dbe;
	padding-left: 25px;
}

/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section {
	position: relative;
	padding: 115px 0px 80px;
}

.featured-section .image-column {
	position: relative;
	margin-bottom: 40px;
}

.featured-section .image-column .image {
	margin-top: -136px;
	margin-right: -30px;
}

.featured-section .image-column .image img {
	width: 100%;
	display: block;
}

.featured-section .column .inner-column {
	position: relative;
	padding: 42px 60px 42px;
	border: 1px solid #ececec;
}

.featured-section .column .inner-column:before {
	position: absolute;
	content: '';
	left: 65px;
	right: 65px;
	top: 50%;
	height: 1px;
	margin-top: -12px;
	background-color: #ececec;
}

.featured-section .column .inner-column:after {
	position: absolute;
	content: '';
	left: 50%;
	top: 45px;
	bottom: 45px;
	width: 1px;
	margin-left: -15px;
	background-color: #ececec;
}

.featured-block {
	position: relative;
	margin-bottom: 45px;
}

.featured-block:last-child {
	margin-bottom: 0px;
}

.featured-block .inner-box {
	position: relative;
	padding: 35px 0px 0px;
}

.featured-block .inner-box h3 {
	position: relative;
	font-size: 19px;
	font-weight: 400;
	top: -10px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.featured-block .inner-box h3 a {
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.featured-block .inner-box h3 a:hover,
.featured-block .inner-box h3 a:hover .icon {
	color: #005dbe;
}

.featured-block .inner-box h3 a:hover .icon {
	border-color: #005dbe;
}

.featured-block .inner-box h3 .icon {
	position: relative;
	top: 4px;
	font-size: 26px;
	color: #222222;
	line-height: 1em;
	padding-right: 20px;
	margin-right: 18px;
	border-right: 1px solid #e0e0e0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.featured-block .inner-box .text {
	position: relative;
	color: #777777;
	font-size: 14px;
	line-height: 2em;
}

/*** 

====================================================================
	Default Section
====================================================================

***/

.default-section {
	position: relative;
	padding: 50px 0px 60px;
}

.default-section .side-image {
	position: absolute;
	right: 30px;
	bottom: 0px;
}

.testimonial-column {
	position: relative;
	margin: 40px;
}

.testimonial-column .inner-box {
	padding-right: 60px;
}

.testimonial-column .owl-nav,
.testimonial-column .owl-dots {
	display: none;
}

.testimonial-block {
	position: relative;
}

.testimonial-block .inner {
	position: relative;
}

.testimonial-block .inner .author-info {
	position: relative;
	padding-left: 145px;
	min-height: 114px;
	margin-bottom: 25px;

}

.testimonial-block .inner .author-info .author-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 114px;
	height: 114px;
	overflow: hidden;
}

.testimonial-block .inner .author-info h3 {
	font-size: 18px;
	font-weight: 500;
	color: #222222;
	margin-top: 4px;
	display: inline-block;
	text-transform: capitalize;
}

.testimonial-block .inner .author-info .designation {
	position: relative;
	color: #777777;
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.testimonial-block .inner .author-info .rating {
	position: relative;
}

.testimonial-block .inner .author-info .rating .fa {
	position: relative;
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
	line-height: 26px;
	color: #005dbe;
}

.testimonial-block .inner .text {
	position: relative;
	color: #777777;
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 40px;
}

.testimonial-block .inner .signature {
	position: relative;
}

.testimonial-block .inner .signature img {
	position: relative;
	width: auto;
	display: inline-block;
}

/*Accordion Box*/

.accordion-box {
	position: relative;
	margin-bottom: 40px;
	z-index: 10;
}

.accordion-box .block {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #ededed;
}

.accordion-box .block:last-child .acc-btn {
	border: 0px;
}

.accordion-box .block .acc-btn {
	position: relative;
	font-size: 14px;
	margin-bottom: 0px;
	cursor: pointer;
	background: none;
	line-height: 24px;
	font-weight: 400;
	overflow: hidden;
	color: #222222;
	padding: 10px 20px 10px 20px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn .icon-outer {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -16px;
	font-size: 16px;
	color: #222222;
	border-radius: 50%;
	text-align: center;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn .icon-outer .icon {
	position: relative;
	left: 0px;
	top: 4px;
	line-height: 1em;
}

.accordion-box .block .acc-btn.active {
	color: #ffffff;
	background-color: #005dbe;
}

.accordion-box .block .acc-btn.active .icon-outer {
	color: #ffffff;
	margin-top: -11px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion-box .block .acc-content {
	position: relative;
	display: none;
}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content {
	position: relative;
	font-size: 15px;
	padding: 20px 20px 20px;
}

.accordion-box .block .content p {
	margin-bottom: 15px;
	line-height: 1.8em;
	font-size: 14px;
	color: #777777;
}

.accordion-box .block .content p:last-child {
	margin-bottom: 0px;
}

.accordion-box.style-two {
	background-color: #fafafa;
	margin-top: 50px;
	margin-bottom: 0px;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section {
	position: relative;
	padding: 110px 0px 120px;
}

.team-section .owl-dots {
	display: none;
}

.team-section .owl-nav {
	padding: 0px;
	margin: 0px;
	display: block;
}

.team-section .owl-nav .owl-prev,
.team-section .owl-nav .owl-next {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -14px;
	width: 38px;
	height: 38px;
	background: #f4f4f4;
	color: #888888;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-section .owl-nav .owl-prev {
	left: -50px;
}

.team-section .owl-nav .owl-next {
	right: -50px;
}

.team-section .owl-nav .owl-prev:hover,
.team-section .owl-nav .owl-next:hover {
	color: #4396e6;
}

.team-member {
	position: relative;
}

.team-member .inner-box {
	position: relative;
}

.team-member .inner-box .image-column {
	position: relative;
}

.team-member .inner-box .image-column .image {
	position: relative;
}

.team-member .inner-box .image-column .image img {
	position: relative;
	max-width: 100%;
	width: auto;
	display: inline-block;
}

.team-member .inner-box .content-column {
	position: relative;
}

.team-member .inner-box .content-column .inner-content {
	position: relative;
	padding-top: 40px;
}

.team-member .inner-box .content-column .inner-content h3 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: #222222;
	text-transform: capitalize;
}

.team-member .inner-box .content-column .inner-content h3 a {
	color: #222222;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-member .inner-box .content-column .inner-content h3 a:hover {
	color: #005dbe;
}

.team-member .inner-box .content-column .designation {
	position: relative;
	color: #777777;
	font-size: 14px;
}

.team-member .inner-box .content-column .separator {
	position: relative;
	width: 75px;
	height: 1px;
	margin-top: 15px;
	background-color: #ececec;
}

.team-member .inner-box .content-column .separator:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 45px;
	height: 1px;
	background-color: #4396e6;
}

.team-member .inner-box .content-column .text {
	position: relative;
	color: #777777;
	font-size: 14px;
	margin-top: 20px;
	line-height: 1.8em;
	margin-bottom: 30px;
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section {
	position: relative;
	padding: 105px 0px 55px;
	background-color: #222222;
}

.gallery-section .owl-nav,
.gallery-section .owl-dots {
	display: none;
}

.gallery-section.fullwidth-gallery {
	padding-bottom: 0px;
}

.gallery-section.fullwidth-gallery .gallery-block {
	width: 25%;
	float: left;
}

.gallery-section .sec-title {
	margin-bottom: 60px;
}

.gallery-section .view-gallery {
	position: relative;
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	margin-top: 40px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.gallery-section .view-gallery:hover {
	color: #005dbe;
}

/*Gallery Block*/

.gallery-block {
	position: relative;
}

.gallery-block .inner-box {
	position: relative;
}

.gallery-block .inner-box .image-box {
	position: relative;
}

.gallery-block .inner-box .image-box img {
	position: relative;
	width: 100%;
	display: block;
}

.gallery-block .inner-box .image-box .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	text-align: center;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.gallery-block .inner-box .image-box .overlay-box .content {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 93, 190, 0.84);
}

.gallery-block .inner-box .image-box .overlay-box .content a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.gallery-block .inner-box .image-box .overlay-box .content .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	color: #1168c2;
	font-size: 14px;
	margin-top: -20px;
	margin-left: -20px;
	border-radius: 50%;
	line-height: 46px;
	background-color: #ffffff;
}

.gallery-block .inner-box .image-box .overlay-box .content .icon:before {
	position: absolute;
	left: -3px;
	right: -3px;
	top: -3px;
	bottom: -3px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.50);
}

.gallery-block .inner-box:hover .overlay-box {
	opacity: 1;
}

/*** 

====================================================================
	Price Section
====================================================================

***/

.price-section {
	position: relative;
	padding: 115px 0px 80px;
}

.price-section.alternate {
	padding-bottom: 0px;
}

.price-section .sec-title {
	margin-bottom: 80px;
}

.price-section .row {
	margin: 0px -15px;
}

.price-section .price-column {
	position: relative;
	padding: 0px 15px;
}

.price-column {
	position: relative;
	margin-bottom: 40px;
}

.price-column .inner-box {
	position: relative;
	text-align: center;
	padding: 0px 30px 40px;
	border: 1px solid #ececec;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.price-column .inner-box .price-title {
	position: relative;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	padding: 9px 23px;
	margin-bottom: 35px;
	display: inline-block;
	background-color: #005dbe;
	font-family: 'Ubuntu', sans-serif;
}

.price-column .inner-box .total-price {
	position: relative;
	color: #222222;
	font-size: 36px;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
}

.price-column .inner-box .total-price sup {
	position: relative;
	font-size: 24px;
}

.price-column .inner-box .duration-month {
	position: relative;
	font-size: 14px;
	font-style: italic;
	color: #777777;
	margin-top: 8px;
}

.price-column .inner-box ul {
	position: relative;
	margin-top: 25px;
	margin-bottom: 20px;
	display: inline-block;
	padding: 28px 30px 20px;
	border-top: 1px dashed #e0e0e0;
	border-bottom: 1px dashed #e0e0e0;
}

.price-column .inner-box ul li {
	position: relative;
	color: #777777;
	font-size: 14px;
	padding-left: 25px;
	margin-bottom: 8px;
	display: block;
	text-align: left;
}

.price-column .inner-box ul li:before {
	position: absolute;
	content: '\f105';
	left: 0px;
	top: 0px;
	font-family: 'FontAwesome';
}

.price-column .inner-box .rating {
	position: relative;
	font-size: 14px;
	color: #005dbe;
	margin-bottom: 20px;
}

.price-column .inner-box .rating .fa {
	display: inline-block;
	margin-right: 3px;
}

.price-column .inner-box .rating .fa.grey {
	color: #dadada;
}

.price-column .inner-box:hover {
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.20);
	-ms-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.20);
	-o-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.20);
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
	position: relative;
	padding: 115px 0px 80px;
	background-color: #fafafa;
}

.news-section .sec-title {
	margin-bottom: 50px;
}

.news-style-one {
	position: relative;
	margin-bottom: 40px;
}

.news-style-one .inner-box {
	position: relative;
}

.news-style-one .inner-box .image {
	position: relative;
}

.news-style-one .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.news-style-one .inner-box .lower-content {
	position: relative;
	padding-top: 35px;
}

.news-style-one .inner-box .lower-content .date-box {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	padding: 17px 15px;
	border-radius: 50px;
	margin-bottom: 10px;
	display: inline-block;
	background-color: #005dbe;
	font-family: 'Roboto', sans-serif;
}

.news-style-one .inner-box .lower-content .upper-box {
	position: relative;
	padding-left: 100px;
}

.news-style-one .inner-box .lower-content .upper-box h3 {
	position: relative;
	font-weight: 500;
	font-size: 22px;
	color: #222222;
	margin-bottom: 6px;
}

.news-style-one .inner-box .lower-content .upper-box h3 a {
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-style-one .inner-box .lower-content .upper-box h3 a:hover {
	color: #005dbe;
}

.news-style-one .inner-box .lower-content .post-meta {
	position: relative;
	margin-bottom: 15px;
}

.news-style-one .inner-box .lower-content .post-meta li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
}

.news-style-one .inner-box .lower-content .post-meta li:last-child {
	margin-right: 0px;
}

.news-style-one .inner-box .lower-content .post-meta li a {
	color: #777777;
	font-size: 14px;
	font-style: italic;
	padding-left: 20px;
	font-family: 'Roboto', sans-serif;
}

.news-style-one .inner-box .lower-content .post-meta li a .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	color: #777777;
}

.news-style-one .inner-box .lower-content .upper-box .separator {
	position: relative;
	height: 1px;
	width: 100px;
	background-color: #ececec;
}

.news-style-one .inner-box .lower-content .upper-box .separator:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 45px;
	height: 1px;
	background-color: #005dbe;
}

.news-style-one .inner-box .lower-content .lower-box {
	padding-left: 100px;
}

.news-style-one .inner-box .lower-content .text {
	position: relative;
	color: #777777;
	font-size: 14px;
	line-height: 1.8em;
	margin-top: 20px;
}

.news-style-one .inner-box .lower-content .text p {
	position: relative;
	color: #777777;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom: 20px;
}

.news-style-one .inner-box .lower-content .text .read-more {
	font-style: italic;
	margin-left: 15px;
}

.news-style-one .inner-box .lower-content .text blockquote {
	position: relative;
	color: #777777;
	font-size: 14px;
	font-style: italic;
	margin-top: 30px;
	padding: 0px 0px 0px 30px;
	border-left: 3px solid #005dbe;
}

.news-style-one .inner-box .lower-content .text blockquote .author {
	color: #222222;
	font-size: 14px;
	display: block;
	font-weight: 500;
	font-style: normal;
	margin-top: 8px;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
}

.blog-single .news-style-one .inner-box .lower-content,
.blog-single .news-style-one .inner-box .lower-content .lower-box {
	padding-left: 0px;
}

.blog-single .post-share-options {
	position: relative;
	padding: 20px 0px 10px;
	margin-top: 35px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.blog-single .post-share-options .tags a {
	position: relative;
	color: #707070;
	font-size: 14px;
	font-weight: 400;
	margin-right: 8px;
	padding: 9px 25px;
	margin-bottom: 5px;
	border-radius: 50px;
	display: inline-block;
	background-color: #f4f4f4;
}

.blog-single .post-share-options .tags {
	padding-top: 2px;
	margin-bottom: 10px;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
	position: relative;
	background-color: #222222;
}

.main-footer .footer-upper-outer {
	position: relative;
}

.main-footer .footer-upper-outer .form-column {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	margin-bottom: -18px;
	padding: 60px 0px 0px 15px;
	overflow: hidden;
}

.main-footer .footer-upper-outer .form-column .newsletter-form {
	position: relative;
}

.main-footer .footer-upper-outer .form-column .newsletter-form .form-group {
	position: relative;
	overflow: hidden;
}

.main-footer .footer-upper-outer .form-column .content {
	position: relative;
	max-width: 585px;
	width: 100%;
	float: right;
}

.main-footer .footer-upper-outer .form-column .content h2 {
	position: relative;
	color: #ffffff;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
}

.main-footer .footer-upper-outer .form-group input[type="text"],
.main-footer .footer-upper-outer .form-group input[type="tel"],
.main-footer .footer-upper-outer .form-group input[type="email"],
.main-footer .footer-upper-outer .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	color: #222222;
	font-size: 13px;
	font-style: italic;
	line-height: 20px;
	padding: 10px 20px;
	background: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .footer-upper-outer .form-group input[type="submit"],
.main-footer .footer-upper-outer button {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #ffffff;
	font-size: 18px;
	width: 60px;
	height: 40px;
	line-height: 38px;
	display: block;
	text-align: center;
	background-color: #005dbe;
}

.main-footer .footer-upper-outer button .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.main-footer .footer-upper-outer button .icon:after {
	position: absolute;
	content: '';
	left: -6px;
	top: 1px;
	width: 20px;
	height: 106%;
	background-color: #005dbe;
	-moz--ms-transform: rotate(15deg);
	-o-ms-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
}

.main-footer .footer-upper-outer .map-column {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	float: right;
	height: 100%;
	display: block;
	overflow: hidden;
	min-height: 135px;
	background-repeat: no-repeat;
}

.main-footer .footer-upper-outer .map-column:before {
	position: absolute;
	content: '';
	left: -18px;
	top: -5px;
	width: 80px;
	height: 115%;
	display: block;
	z-index: 10;
	background-color: #222222;
	-moz--ms-transform: rotate(-15deg);
	-o-ms-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.main-footer .footer-upper-outer .map-column .map-canvas {
	position: absolute !important;
	right: 0px;
	height: 100%;
	width: 100%;
}

.map-data {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
}

.map-data h6 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	color: #121212;
}

.main-footer .widgets-section {
	position: relative;
	padding: 60px 0px 40px;
}

.main-footer .footer-widget {
	margin-bottom: 30px;
}

.main-footer .footer-column h2 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #ffffff;
	letter-spacing: 1px;
	padding-bottom: 15px;
	text-transform: capitalize;
}

.main-footer .footer-column h2:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 50px;
	height: 1px;
	background-color: #7a7a7a;
}

.main-footer .footer-column h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 32px;
	height: 1px;
	background-color: #005dbe;
}

.main-footer .about-widget .bold-text {
	position: relative;
	color: #e4e4e4;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	font-family: 'Ubuntu', sans-serif;
}

.main-footer .about-widget .text {
	position: relative;
	color: #ababab;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8em;
	margin-top: 15px;
	margin-bottom: 20px;
}

.main-footer .about-widget .read-more {
	position: relative;
	color: #005dbe;
	font-size: 14px;
	font-style: italic;
}

/*List Widget*/

.main-footer .links-widget .list li {
	position: relative;
	margin-bottom: 2px;
}

.main-footer .links-widget .list li a {
	position: relative;
	display: block;
	line-height: 24px;
	font-size: 13px;
	font-weight: 400;
	padding: 4px 0px 4px 0px;
	text-transform: capitalize;
	color: #909090;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.main-footer .links-widget .list li a:hover,
.main-footer .links-widget .list li a:hover::before {
	color: #005dbe;
}

/*List Style One*/

.list-style-one {
	position: relative;
}

.list-style-one li {
	position: relative;
	padding-left: 40px;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #ababab;
}

.list-style-one li .icon {
	position: absolute;
	left: 0px;
	top: 6px;
	color: #005dbe;
	font-size: 18px;
	line-height: 1em;
}

/*List Style Two*/

.list-style-two {
	position: relative;
	margin-top: 20px;
}

.list-style-two li {
	position: relative;
	font-size: 14px;
	color: #777777;
	font-weight: 400;
	padding-left: 40px;
	margin-bottom: 7px;
}

.list-style-two li:last-child {
	margin-bottom: 0px;
}

.list-style-two li:hover {
	color: #222222;
}

.list-style-two li:before {
	position: absolute;
	content: '\f168';
	left: 0px;
	top: 5px;
	color: #404040;
	font-size: 18px;
	line-height: 1em;
	font-family: "Flaticon";
}


.main-footer .gallery-widget .images-outer {
	position: relative;
	margin: 0px -3px;
}

.main-footer .gallery-widget .image-box {
	position: relative;
	float: left;
	width: 33.333%;
	padding: 0px 3px;
	margin-bottom: 7px;
}

.main-footer .gallery-widget .image-box img {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .gallery-widget .image-box img:hover {
	opacity: 0.70;
}

/*subscribe widget*/

.main-footer .subscribe-widget .form-group {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.main-footer .subscribe-widget .form-group input[type="text"],
.main-footer .subscribe-widget .form-group input[type="tel"],
.main-footer .subscribe-widget .form-group input[type="email"],
.main-footer .subscribe-widget .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 8px 20px;
	height: 43px;
	font-size: 13px;
	background: none;
	color: #444444;
	background-color: #f6f6f6;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .subscribe-widget .form-group input[type="text"]:focus,
.main-footer .subscribe-widget .form-group input[type="tel"]:focus,
.main-footer .subscribe-widget .form-group input[type="email"]:focus,
.main-footer .subscribe-widget .form-group textarea:focus {
	border-color: #f1f1f1;
}

.main-footer .subscribe-widget .form-group input[type="submit"],
.main-footer .subscribe-widget button {
	padding: 8px 45px;
	margin-top: 10px;
}

.main-footer .footer-bottom {
	position: relative;
	padding: 18px 0px 6px;
	background-color: #1b1b1b;
}

.main-footer .footer-bottom .copyright {
	position: relative;
	color: #e4e4e4;
	font-size: 14px;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 12px;
}

.main-footer .footer-bottom .social-links-two {
	text-align: right;
	margin-bottom: 12px;
}

/*** 

====================================================================
	Why Us Section
====================================================================

***/

.why-us-section {
	position: relative;
	padding: 90px 0px 120px;
}

.why-us-section .image-column {
	position: relative;
	text-align: center;
}

.why-us-section .image-column .image img {
	max-width: 100%;
	display: inline-block;
}

.featured-section-two {
	position: relative;
	padding: 115px 0px 80px;
}

.featured-section-two .sec-title {
	margin-bottom: 60px;
}

.featured-block-two {
	position: relative;
	margin-bottom: 80px;
}

.featured-block-two .inner-box {
	position: relative;
	padding: 45px 45px 25px;
	border: 1px solid #ececec;
}

.featured-block-two .inner-box .icon-box {
	position: absolute;
	right: 28px;
	top: -28px;
	width: 65px;
	height: 65px;
	color: #ffffff;
	font-size: 28px;
	text-align: center;
	line-height: 64px;
	border-radius: 50%;
	background-color: #333333;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.featured-block-two .inner-box h3 {
	position: relative;
	font-size: 19px;
	font-weight: 400;
	text-transform: capitalize;
}

.featured-block-two .inner-box h3 a {
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.featured-block-two .inner-box h3 a:hover {
	color: #005dbe;
}

.featured-block-two .inner-box .text {
	position: relative;
	color: #777777;
	font-size: 14px;
	font-weight: 300;
	margin-top: 12px;
	margin-bottom: 12px;
}

.featured-block-two .inner-box .read-more {
	position: relative;
	color: #777777;
	font-size: 14px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.featured-block-two .inner-box .read-more:hover {
	color: #005dbe;
}

.featured-block-two .inner-box .read-more .icon {
	margin-left: 6px;
}

.featured-block-two .inner-box:hover h3 a {
	color: #005dbe;
}

.featured-block-two .inner-box:hover .icon-box {
	background-color: #005dbe;
	color: #ffffff;
}

/*** 

====================================================================
	Fullwidth Section Two
====================================================================

***/

.fullwidth-section-two {
	position: relative;
}

.fullwidth-section-two .outer-box {
	position: relative;
}

.fullwidth-section-two .outer-box .left-column {
	position: relative;
	float: left;
	width: 50%;
	padding: 105px 60px 120px 15px;
}

.fullwidth-section-two .outer-box .left-column .content {
	position: relative;
	max-width: 525px;
	width: 100%;
	float: right;
}

.fullwidth-section-two .outer-box .left-column .content .text {
	position: relative;
	color: #777777;
	font-size: 14px;
	max-width: 460px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.fullwidth-section-two .outer-box .image-column {
	position: absolute;
	right: 0px;
	top: 0px;
	float: right;
	width: 50%;
	height: 100%;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.fullwidth-section-two .outer-box .image-column:before {
	position: absolute;
	content: '';
	left: -79px;
	top: -32px;
	width: 150px;
	height: 112%;
	display: block;
	background-color: #ffffff;
	-o-ms-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
}

.fullwidth-section-two .outer-box .image-column .hidden-image {
	display: none;
}

.fullwidth-section-two .outer-box .image-column .hidden-image img {
	display: block;
	width: 100%;
}

.skills-box {
	position: relative;
	margin-top: 30px;
}

.skills-box h3 {
	position: relative;
	color: #222222;
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 12px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.skills-box h3:before {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 70px;
	content: '';
	height: 1px;
	background-color: #ececec;
}

.skills-box h3:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 32px;
	height: 1px;
	background-color: #005dbe;
}

/*** 

====================================================================
	Progress Levels Style
====================================================================

 ***/

.skill-progress {
	position: relative;
}

.skill-progress .skill {
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
	padding-right: 100px;
	padding: 5px 0px;
}

.skill-progress .skill .inner {
	max-width: 400px;
	float: left;
	width: 100%;
}

.skill-progress .skill:last-child {
	margin-bottom: 0px;
}

.skill-progress .skill .box-title {
	position: absolute;
	font-size: 15px;
	color: #777777;
	font-weight: 400;
	top: -4px;
	right: 0px;
}

.skill-progress .skill .bar {
	position: relative;
	height: 12px;
}

.skill-progress .skill .bar .bar-inner {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 12px;
	border-radius: 50px;
	background: #f4f4f4;
}

.skill-progress .skill .bar .bar-inner .filled-bar {
	position: absolute;
	top: 0px;
	width: 0px;
	height: 12px;
	background: #b8b8b8;
	border-radius: 50px;
	-moz-transition: all 2000ms ease 300ms;
	-webkit-transition: all 2000ms ease 300ms;
	-ms-transition: all 2000ms ease 300ms;
	-o-transition: all 2000ms ease 300ms;
	transition: all 2000ms ease 300ms;
}

.fullwidth-section-two .outer-box .left-column .owl-dots {
	display: none;
}

.fullwidth-section-two .outer-box .left-column .owl-nav {
	margin-top: 30px;
}

.fullwidth-section-two .outer-box .left-column .owl-nav .owl-prev,
.fullwidth-section-two .outer-box .left-column .owl-nav .owl-next {
	display: inline-block;
	margin-right: 10px;
	color: #000000;
	font-size: 18px;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	background-color: #f4f4f4;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.fullwidth-section-two .outer-box .left-column .owl-nav .owl-prev:hover,
.fullwidth-section-two .outer-box .left-column .owl-nav .owl-next:hover {
	color: #ffffff;
	background-color: #005dbe;
}

/*** 

====================================================================
	Fun Facts Section
====================================================================

***/

.fun-facts-section {
	position: relative;
	padding: 80px 0px 40px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.fun-facts-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.89);
}

.fun-facts-section .auto-container {
	position: relative;
	z-index: 1;
}

.fun-facts-section .row {
	margin: 0px -45px;
}

.fun-facts-section .column {
	position: relative;
	margin-bottom: 40px;
	padding: 0px 45px;
}

.fun-facts-section .column .inner {
	position: relative;
	max-width: 250px;
	margin: 0 auto;
	text-align: center;
	border-radius: 0px;
	padding: 24px 15px 24px;
	border: 1px solid rgba(255, 255, 255, 0.90);
	border-right: none;
}

.fun-facts-section .column .inner:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 1px;
	height: 38px;
	background-color: #ffffff;
}

.fun-facts-section .column .inner:after {
	content: '';
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 1px;
	height: 38px;
	background-color: #ffffff;
}

.fun-facts-section .column .icon-box {
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -20px;
	line-height: 1em;
	font-size: 42px;
	color: #ffffff;
}

.fun-facts-section .column .content {
	position: relative;
}

.fun-facts-section .count-outer {
	position: relative;
	font-size: 50px;
	line-height: 1.4em;
	font-weight: 700;
	color: #ffffff;
}

.fun-facts-section .count-outer .plus {
	font-size: 50px;
	line-height: 1.4em;
	font-weight: 700;
	color: #ffffff;
}

.fun-facts-section .count-outer .count-text {
	font-weight: 700;
}

.fun-facts-section .column .counter-title {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	color: #ababab;
	font-style: italic;
}

/*News Style Two*/

.news-style-two {
	position: relative;
	margin-bottom: 50px;
}

.news-style-two .inner-box {
	position: relative;
}

.news-style-two .inner-box .image {
	position: relative;
}

.news-style-two .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	background-color: rgba(34, 34, 34, 0.69);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-style-two .inner-box .image .overlay-box .overlay-link {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	margin-left: -20px;
	margin-top: -20px;
	background-color: rgba(255, 255, 255, 0.20);
}

.news-style-two .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.news-style-two .inner-box .image .overlay-box .date-box {
	position: absolute;
	right: 20px;
	top: 15px;
	color: #005dbe;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	line-height: 1.4em;
	padding: 13px 11px;
	border-radius: 50px;
	background-color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
}

.news-style-two .inner-box .image .overlay-box .date-box span {
	font-size: 12px;
	display: block;
	font-weight: 300;
	text-transform: capitalize;
}

.news-style-two .inner-box .lower-content {
	position: relative;
	padding-top: 25px;
}

.news-style-two .inner-box .lower-content .upper-box {
	position: relative;
}

.news-style-two .inner-box .lower-content .upper-box h3 {
	position: relative;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.news-style-two .inner-box .lower-content .upper-box h3 a {
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-style-two .inner-box .lower-content .upper-box h3 a:hover {
	color: #005dbe;
}

.news-style-two .inner-box .lower-content .post-meta {
	position: relative;
	margin-bottom: 12px;
}

.news-style-two .inner-box .lower-content .post-meta li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
}

.news-style-two .inner-box .lower-content .post-meta li:last-child {
	margin-right: 0px;
}

.news-style-two .inner-box .lower-content .post-meta li a {
	color: #777777;
	font-size: 14px;
	font-style: italic;
	padding-left: 20px;
	font-family: 'Roboto', sans-serif;
}

.news-style-two .inner-box .lower-content .post-meta li a .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	color: #777777;
}

.news-style-two .inner-box .lower-content .text {
	position: relative;
	color: #777777;
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 10px;
}

.news-style-two .inner-box .lower-content .read-more {
	font-style: italic;
}

.news-style-two .inner-box:hover .image .overlay-box {
	opacity: 1;
}

/*** 

====================================================================
	Fullwidth Section Three
====================================================================

***/

.fullwidth-section-three {
	position: relative;
}

.fullwidth-section-three .outer-box {
	position: relative;
	padding-left: 33.333%;
	background-color: #fafafa;
}

.fullwidth-section-three .outer-box .image-column {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 33.333%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.fullwidth-section-three .outer-box .image-column .image-box {
	position: relative;
	display: none;
}

.fullwidth-section-three .outer-box .image-column .image-box img {
	width: 100%;
}

.fullwidth-section-three .outer-box .services-column {
	position: relative;
	width: 50%;
	float: left;
}

.fullwidth-section-three .outer-box .services-column .inner {
	padding: 120px 30px 80px;
	background-color: #222222;
}

.fullwidth-section-three .services-column .owl-nav {
	display: none;
}

.fullwidth-section-three .services-column .owl-dots {
	position: relative;
	margin-left: 60px;
	margin-top: 10px;
}

.fullwidth-section-three .services-column .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.fullwidth-section-three .services-column .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 7px;
	height: 7px;
	margin: 0px;
	background: #ffffff;
	border-radius: 50%;
	transition: all 500ms ease;
}

.fullwidth-section-three .services-column .owl-dots .owl-dot.active span {
	background: none;
	border: 1px solid #ffffff;
}

/*testimonial block two*/

.testimonial-block-two {
	position: relative;
	margin-bottom: 30px;
}

.testimonial-block-two:last-child {
	margin-bottom: 0px;
}

.testimonial-block-two .testimonial-inner {
	position: relative;
	padding-left: 65px;
}

.testimonial-block-two .testimonial-inner .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #ffffff;
	font-size: 40px;
	line-height: 1em;
	margin-bottom: 20px;
}

.testimonial-block-two .testimonial-inner .text {
	position: relative;
	color: #ababab;
	font-size: 14px;
	line-height: 2em;
	margin-top: 15px;
}

.testimonial-block-two .testimonial-inner h3 {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 13px;
	text-transform: uppercase;
}

.testimonial-block-two .testimonial-inner h3 a {
	color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.testimonial-block-two .testimonial-inner h3 a:hover {
	color: #005dbe;
}

.testimonial-block-two .testimonial-inner h3:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 65px;
	height: 1px;
	background-color: #575757;
}

.testimonial-block-two .testimonial-inner h3:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 30px;
	height: 1px;
	background-color: #ffffff;
}

/*Form Column*/

.fullwidth-section-three .outer-box .form-column {
	position: relative;
	width: 50%;
	float: left;
	padding: 110px 30px 65px;
}

.fullwidth-section-three .outer-box .form-column .form-inner {
	position: relative;
}

.fullwidth-section-three .outer-box .form-column .form-inner h3 {
	position: relative;
	color: #222222;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 30px;
	text-transform: capitalize;
}

/*Default Form*/

.default-form .form-group {
	position: relative;
	margin-bottom: 8px;
}

.default-form .form-group .group-inner {
	position: relative;
}

.default-form .form-group .group-inner .icon-label {
	position: absolute;
	left: 15px;
	top: 12px;
	color: #999999;
	font-size: 16px;
	z-index: 1;
	font-weight: 400;
	margin-bottom: 6px;
}

.default-form .form-group .group-inner input,
.default-form .form-group .group-inner textarea,
.default-form .form-group .group-inner select {
	position: relative;
	width: 100%;
	height: 50px;
	font-size: 14px;
	padding: 8px 45px;
	border: 1px solid #e0e0e0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.default-form .form-group .group-inner input:focus,
.default-form .form-group .group-inner textarea:focus,
.default-form .form-group .group-inner select:focus {
	border-color: #005dbe;
}

.default-form .form-group button {
	margin-top: 30px;
}

/*Select DropDown*/

.default-form .form-group .ui-selectmenu-button.ui-button {
	width: 100%;
	background: #ffffff;
	font-style: normal;
	height: 50px;
	font-size: 14px;
	padding: 8px 10px;
	line-height: 34px;
	padding-left: 45px;
	color: #999999 !important;
	border: 1px solid #e0e0e0;
}

.default-form .form-group .ui-button .ui-icon {
	background: none;
	position: relative;
	top: 3px;
	text-indent: 0px;
}

.default-form .form-group .ui-button .ui-icon:before {
	font-family: 'FontAwesome';
	content: "\f0d7";
	position: absolute;
	right: 6px;
	top: 2px !important;
	top: 13px;
	width: 10px;
	height: 20px;
	display: block;
	color: #999999;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.ui-widget.ui-widget-content {
	border: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
	border: none;
}


.ui-menu .ui-menu-item {
	font-size: 14px;
	border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 10px 15px !important;
	font-size: 14px;
	line-height: 24px;
}

/*Services Block Two*/

.services-block-two {
	position: relative;
	margin-bottom: 50px;
}

.services-block-two .inner-box {
	position: relative;
	padding-left: 105px;
}

.services-block-two .inner-box .service-number {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #ece9e9;
	font-size: 55px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 15px;
	font-family: 'Ubuntu', sans-serif;
}

.services-block-two .inner-box .title {
	position: relative;
	color: #005dbe;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 3px;
}

.services-block-two .inner-box h3 {
	position: relative;
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.services-block-two .inner-box h3 a {
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block-two .inner-box h3 a:hover {
	color: #005dbe;
}

.services-block-two .inner-box .text {
	color: #777777;
	font-size: 14px;
	margin-bottom: 10px;
}

.services-block-two .inner-box .learn-more {
	position: relative;
	color: #777777;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block-two .inner-box .learn-more:hover {
	color: #222222;
}

/*** 

====================================================================
	course Section
====================================================================

***/

.course-section {
	position: relative;
}

.course-section .content-column {
	position: relative;
}

.course-section .content-column .inner-box {
	position: relative;
	margin-left: 300px;
}

.course-section .image {
	position: absolute;
	right: 100%;
	bottom: -15px;
	margin-right: 50px;
}

.course-section .image img {
	position: relative;
	width: auto;
	max-width: none;
}

.course-section .content-column .inner-box .content {
	position: relative;
	padding: 80px 20px 80px;
}

.course-section .content-column .sec-title .text {
	margin-top: 16px !important;
}

/*Course Item*/

.course-item {
	position: relative;
	margin-bottom: 30px;
}

.course-item:last-child {
	margin: 0px;
}

.course-item .inner {
	position: relative;
	padding-left: 65px;
}

.course-item .inner .icon-box {
	position: absolute;
	left: 0px;
	top: 6px;
	font-size: 40px;
	color: #005dbe;
	line-height: 1em;
	margin-bottom: 15px;
}

.course-item .inner .text {
	position: relative;
	color: #777777;
	font-size: 14px;
	line-height: 1.9em;
}

.course-section .timing-column {
	position: relative;
}

.course-section .timing-column .column-inner {
	position: relative;
	margin-right: -100px;
	padding: 95px 0px 130px;
	background-color: #005dbe;
}

.course-section .timing-column .column-inner .title {
	position: relative;
	text-align: center;
}

.course-section .timing-column .column-inner h3 {
	position: relative;
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 12px;
	display: inline-block;
	margin-bottom: 32px;
	font-family: 'Roboto', sans-serif;
}

.course-section .timing-column .column-inner h3:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.14);
}

.course-section .timing-column .column-inner h3:after {
	position: absolute;
	left: 50%;
	margin-left: -22px;
	content: '';
	bottom: 0px;
	width: 44px;
	height: 1px;
	background-color: rgba(255, 255, 255, 1);
}

.course-section .timing-column .column-inner ul {
	position: relative;
}

.course-section .timing-column .column-inner ul li {
	position: relative;
	color: #ffffff;
	font-weight: 500;
	padding: 10px 52px;
	margin-bottom: 3px;
	font-size: 14px;
	background-color: rgba(255, 255, 255, 0.20);
}

.course-section .timing-column .column-inner ul li span {
	text-align: right;
	float: right;
}

/*Services Block Three*/

.services-block-three {
	position: relative;
	margin-bottom: 40px;
}

.services-block-three .inner-box {
	position: relative;
	margin-left: 130px;
	background-color: #fafafa;
	padding: 28px 30px 36px 60px;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.services-block-three .inner-box .image-box {
	position: absolute;
	left: -130px;
	top: 50%;
	width: 166px;
	height: 157px;
	margin-top: -78px;
	border: 5px solid #f4f4f4;
}

.services-block-three .inner-box .image-box .image img {
	width: 100%;
	display: block;
}

.services-block-three .inner-box h3 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 10px;
	text-transform: capitalize;
}

.services-block-three .inner-box h3:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 160px;
	height: 1px;
	background-color: #ececec;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.services-block-three .inner-box h3:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 42px;
	height: 1px;
	background-color: #005dbe;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.services-block-three .inner-box h3 a {
	position: relative;
	color: #222222;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.services-block-three .inner-box .text {
	position: relative;
	color: #777777;
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 20px;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.services-block-three .inner-box:hover {
	background-color: #005dbe;
}

.services-block-three .inner-box:hover h3 a,
.services-block-three .inner-box:hover .text,
.services-block-three .inner-box:hover .text a,
.services-block-three .inner-box:hover a {
	color: #ffffff !important;
}

.services-block-three .inner-box:hover .text a {
	text-decoration: underline;
}

.services-block-three .inner-box:hover h3:before {
	background-color: #2e7aca;
}

.services-block-three .inner-box:hover h3:after {
	background-color: #ffffff;
}

.services-block-three .inner-box:hover h3 {
	color: #ffffff;
}

/* Enhanced hover styles for better contrast - ensure all text and links are white on hover */
.services-block-three .inner-box:hover .text a,
.services-block-three .inner-box:hover a {
	color: #ffffff !important;
	text-decoration: underline;
}


/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
	position: relative;
	padding: 120px 0px 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.testimonial-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.84);
}

.testimonial-section .owl-dots,
.testimonial-section .owl-nav {
	display: none;
}


.testimonial-block-three {
	position: relative;
}

.testimonial-block-three .inner {
	position: relative;
	padding-left: 75px;
}

.testimonial-block-three .inner .quote-icon {
	position: absolute;
	left: 0px;
	top: 5px;
	color: #005dbe;
	font-size: 40px;
	line-height: 1em;
	margin-bottom: 12px;
}

.testimonial-block-three .inner .text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-style: italic;
	line-height: 1.8em;
	margin-bottom: 25px;
}

.testimonial-block-three .inner .author-info {
	position: relative;
	padding-left: 120px;
	padding-top: 15px;
	min-height: 87px;
}

.testimonial-block-three .inner .author-info .author-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 87px;
	height: 87px;
	overflow: hidden;
	border-radius: 50%;
}

.testimonial-block-three .inner .author-info .author-image img {
	border-radius: 50%;
}

.testimonial-block-three .inner .author-info h3 {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

.testimonial-block-three .inner .author-info h3 a {
	color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.testimonial-block-three .inner .author-info h3 a:hover {
	color: #005dbe;
}

.testimonial-block-three .inner .author-info .designation {
	position: relative;
	font-style: italic;
	color: #ababab;
	font-size: 14px;
}

/*** 

====================================================================
	Blog Section
====================================================================

***/

.blog-section {
	position: relative;
	padding: 120px 0px 75px;
}

.blog-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(250, 250, 250, 0.97)
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title {
	position: relative;
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f8f8f8;
	min-height: 400px;
	border-bottom: 4px solid #005dbe;
}

.page-title:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.71);
}

.page-title.no-overlay:before {
	background-color: transparent;
}

.page-title h2 {
	position: relative;
	font-size: 48px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.4em;
	padding: 350px 0px 175px;
	text-transform: uppercase;
}

.page-title .bread-crumb {
	position: relative;
	display: inline-block;
	padding: 13px 42px 10px;
	border-radius: 50px;
	top: 28px;
	z-index: 1;
	background-color: #005dbe;
}

.page-title .bread-crumb li {
	position: relative;
	display: inline-block;
	line-height: 1em;
	margin-right: 30px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.page-title .bread-crumb li:after {
	content: '/';
	position: absolute;
	right: -26px;
	top: 0px;
	font-weight: 400;
	width: 20px;
	text-align: center;
	line-height: 1em;
}

.page-title .bread-crumb li:last-child {
	margin-right: 0px;
}

.page-title .bread-crumb li:last-child:after {
	display: none;
}

.page-title .bread-crumb li a {
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

/*** 

====================================================================
	Instructor Section
====================================================================

***/

.instructor-section {
	position: relative;
	padding: 135px 0px 150px;
}

.instructor-section.instructor-team {
	padding-bottom: 30px;
}

.instructor-section .team-member {
	margin-bottom: 90px;
}

/*** 

====================================================================
	Team Detail
====================================================================

***/

.team-detail {
	position: relative;
}

.team-detail .content-column {
	position: relative;
}

.team-detail .content-column .inner-box {
	position: relative;
}

.team-detail .content-column .inner-box .sec-title-small {
	position: relative;
	margin-bottom: 35px;
}

/*** 

====================================================================
	Progress Levels Section
====================================================================

 ***/

.progress-levels {
	position: relative;
	margin-bottom: 30px;
}

.normal-section .column .progress-levels {
	padding-left: 15px;
}

.progress-levels .progress-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	padding-right: 100px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.progress-levels .progress-box:last-child {
	margin-bottom: 0px;
}

.progress-levels .progress-box .box-title {
	position: absolute;
	font-size: 15px;
	color: #777777;
	font-weight: 400;
	top: -4px;
	right: 0px;
}

.progress-levels .progress-box .bar {
	position: relative;
	height: 12px;
}

.progress-levels .progress-box .bar .bar-innner {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 12px;
	border-radius: 5px;
	background-color: #f4f4f4;
}

.progress-levels .progress-box .bar .bar-fill {
	position: absolute;
	left: 0;
	top: 0px;
	width: 0px;
	height: 12px;
	background: #b8b8b8;
	border-radius: 5px;
	-moz-transition: all 2000ms ease 300ms;
	-webkit-transition: all 2000ms ease 300ms;
	-ms-transition: all 2000ms ease 300ms;
	-o-transition: all 2000ms ease 300ms;
	transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box.animated .bar .bar-fill {
	left: 0px;
}

.progress-levels .progress-box.animated .percent {
	opacity: 1;
}

.team-detail .image-column {
	position: relative;
}

.team-detail .image-column .image {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.team-detail .image-column .image img {
	max-width: 100%;
	display: inline-block;
}

.team-detail .text {
	position: relative;
	margin-top: 10px;
}

.team-detail .text p {
	position: relative;
	color: #777777;
	font-size: 14px;
	margin-bottom: 25px;
}

.team-detail .text p:last-child {
	margin: 0px;
}

.gallery-page {
	position: relative;
	background: none;
	padding-top: 135px !important;
	padding-bottom: 100px !important;
}

.gallery-page .styled-pagination {
	position: relative;
	margin-top: 50px;
}

.gallery-three-column .gallery-block {
	margin-bottom: 30px;
}

.gallery-three-column .styled-pagination {
	margin-top: 40px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
	position: relative;
}

.styled-pagination ul {
	position: relative;
	display: inline-block;
}

.styled-pagination li {
	position: relative;
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
}

.styled-pagination li a {
	position: relative;
	display: inline-block;
	height: 46px;
	font-size: 18px;
	line-height: 42px;
	min-width: 46px;
	color: #777777;
	font-weight: 500;
	text-align: center;
	border-radius: 50%;
	background: #f4f4f4;
	text-transform: capitalize;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	font-family: 'Ubuntu', sans-serif;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
	color: #ffffff;
	background: #005dbe;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
	position: relative;
	padding: 135px 0px 125px;
}

.contact-section .form-column {
	position: relative;
	margin-bottom: 70px;
}

.contact-section .form-column .inner-box {
	position: relative;
	padding-right: 30px;
}

.contact-section .form-column .inner-box .sec-title h2 {
	position: relative;
	font-weight: 700;
	font-size: 25px;
}

.contact-section .form-column .inner-box .sec-title .text {
	margin-top: 25px !important;
}

/*Contact Form*/

.contact-form .form-group {
	margin-bottom: 30px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
	display: block;
	width: 100%;
	height: 46px;
	font-size: 13px;
	background: none;
	color: #333333;
	line-height: 22px;
	padding: 12px 25px;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: #005dbe;
	background: none;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #ff0000;
	font-weight: 500;
}

.contact-form textarea {
	height: 210px;
	resize: none;
	padding: 12px 25px;
}

.contact-form button {
	font-size: 16px;
	padding: 8px 42px 9px;
}

.info-block {
	position: relative;
	margin-bottom: 46px;
}

.info-block .inner {
	position: relative;
	border: 2px solid #e5e5e5;
	padding: 22px 35px 22px 70px;
}

.info-block .inner .icon-box {
	position: absolute;
	left: -30px;
	top: 50%;
	width: 60px;
	height: 60px;
	color: #ffffff;
	font-size: 24px;
	line-height: 58px;
	text-align: center;
	margin-top: -30px;
	border-radius: 50%;
	z-index: 10;
	background-color: #005dbe;
}

.info-block .inner .icon-box:before {
	position: absolute;
	content: '';
	left: -4px;
	right: -4px;
	top: -4px;
	bottom: -4px;
	z-index: -1;
	border-radius: 50%;
	background-color: rgba(0, 93, 190, 0.30);
}

.info-block .inner h3 {
	position: relative;
	color: #181818;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.info-block .inner .text {
	position: relative;
	color: #777777;
	font-size: 14px;
	line-height: 1.8em;
}

/*** 

====================================================================
	Sidebar Page
====================================================================

***/

.sidebar-page-container {
	position: relative;
	padding: 140px 0px 75px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side {
	margin-bottom: 30px !important;
}

.sidebar-page-container .news-style-two .upper-box h3 {
	font-size: 16px !important;
}

/*Sidebar Widget*/

.sidebar .sidebar-widget {
	position: relative;
	margin-bottom: 60px;
}

.sidebar .sidebar-widget .sidebar-title {
	position: relative;
	margin-bottom: 35px;
}

.sidebar .sidebar-widget .sidebar-title h3 {
	position: relative;
	font-size: 18px;
	color: #222222;
	font-weight: 700;
	line-height: 1.5em;
	padding-bottom: 12px;
	text-transform: uppercase;
}

.sidebar .sidebar-widget .sidebar-title h3:before {
	position: absolute;
	content: '';
	left: 0;
	width: 120px;
	bottom: 0px;
	height: 1px;
	background-color: #ececec;
}

.sidebar .sidebar-widget .sidebar-title h3:after {
	position: absolute;
	content: '';
	left: 0;
	width: 35px;
	bottom: 0px;
	height: 1px;
	background-color: #005dbe;
}

/*Search Box*/

.sidebar .search-box .form-group {
	position: relative;
	margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 28px;
	padding: 8px 50px 8px 20px;
	border: 1px solid #ececec;
	background: none;
	color: #333333;
	display: block;
	font-size: 13px;
	width: 100%;
	height: 46px;
	border-radius: 50px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
	border-color: #005dbe;
}

.sidebar .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 46px;
	width: 50px;
	line-height: 40px;
	display: block;
	font-size: 12px;
	color: #999999;
	background: none;
	font-weight: normal;
}

.sidebar .search-box .form-group input:focus+button,
.sidebar .search-box .form-group button:hover {
	color: #005dbe;
}

/*List*/

.sidebar .list {
	position: relative;
}

.sidebar .list li {
	position: relative;
	line-height: 24px;
}

.sidebar .list li:first-child a {
	padding-top: 0px;
}

.sidebar .list li a {
	position: relative;
	display: block;
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding: 17px 0px;
	border-bottom: 1px solid #ececec;
}

.sidebar .list li a:hover {
	color: #222222;
}

/*Popular Posts*/

.sidebar .popular-posts .post {
	position: relative;
	font-size: 14px;
	color: #666666;
	padding: 0px 0px;
	padding-left: 100px;
	min-height: 110px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ececec;
}

.sidebar .popular-posts .post:last-child {
	margin-bottom: 0px;
}

.sidebar .popular-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 78px;
}

.sidebar .popular-posts .post:hover .post-thumb img {
	opacity: 0.70;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post .post-thumb img {
	display: block;
	width: 100%;
}

.sidebar .popular-posts .post .text {
	font-size: 14px;
	margin: 0px 0px 5px;
	font-weight: 500;
	color: #222222;
	line-height: 1.6em;
	text-transform: uppercase;
}

.sidebar .popular-posts .post .text a {
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
	color: #005dbe;
}

.sidebar .popular-posts .post-info {
	font-size: 14px;
	color: #707070;
}

/*Email Box*/

.sidebar .email-box .form-group {
	position: relative;
	margin: 0px;
}

.sidebar .email-box .form-group input[type="text"],
.sidebar .email-box .form-group input[type="search"],
.sidebar .email-box .form-group input[type="email"] {
	position: relative;
	line-height: 28px;
	padding: 8px 50px 8px 20px;
	border: 1px solid #ececec;
	background: none;
	color: #333333;
	display: block;
	font-size: 13px;
	width: 100%;
	height: 46px;
	border-radius: 50px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .email-box .form-group input:focus {
	border-color: #005dbe;
}

.sidebar .email-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 46px;
	width: 55px;
	line-height: 40px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	background: #005dbe;
	font-weight: normal;
	border-radius: 0px 50px 50px 0px;
}

/*Popular Tags*/

.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 22px;
	padding: 10px 28px;
	color: #707070;
	font-size: 14px;
	text-align: center;
	border-radius: 50px;
	margin: 0px 7px 10px 0px;
	background-color: #f4f4f4;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
	background-color: #005dbe;
	color: #ffffff;
}

.blog-classic .news-style-one .inner-box .lower-content .text {
	position: relative;
	margin-bottom: 20px;
}

/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section {
	position: relative;
	text-align: center;
	padding: 170px 0px 145px;
}

.error-section h2 {
	position: relative;
	font-size: 24px;
	color: #333333;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 10px;
	margin-top: 35px;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
}

.error-section .text {
	color: #666666;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 35px;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.comments-area {
	position: relative;
	margin-bottom: 50px;
	margin-top: 60px;
}

.comments-area .total-comments {
	color: #232323;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 14px;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
}

.comments-area .total-comments:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 230px;
	height: 1px;
	background-color: #ececec;
}

.comments-area .total-comments:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 58px;
	height: 1px;
	background-color: #005dbe;
}

.comments-area .comment-box {
	position: relative;
}

.comments-area .comment {
	position: relative;
	margin-bottom: 40px;
	min-height: 150px;
	border-bottom: 1px solid #ecebeb;
}

.comments-area .comment:last-child {
	margin: 0px;
	border: 0px;
	min-height: 115px;
}

.comments-area .comment .comment-content {
	position: relative;
	padding: 0px 0px 0px;
}

.comments-area .comment:last-child .comment-content {
	border: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.comments-area .comment .comment-inner {
	position: relative;
	padding-left: 135px;
}

.comments-area .comment .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 117px;
	height: 110px;
	margin-bottom: 20px;
}

.comments-area .comment .author-thumb img {
	width: 100%;
	display: block;
	border-radius: 5px;
}

.comments-area .comment .comment-header {
	position: relative;
	top: -5px;
	color: #232323;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 15px;
}

.comments-area .comment .comment-header .comment-info {
	color: #222222;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

.comments-area .comment .comment-header h4 {
	color: #232323;
	font-size: 16px;
	font-weight: 500;
	margin-right: 20px;
	text-transform: uppercase;
	display: inline-block;
}

.comments-area .comment .comment-header .comment-info a {
	color: #fc721e;
	font-style: italic;
}

.comments-area .comment .text {
	line-height: 1.8em;
	color: #777777;
	font-size: 14px;
}

.comments-area .comment .reply {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #777777;
	font-size: 14px;
	font-weight: 400;
	margin-top: -2px;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.comments-area .comment .reply span {
	color: #2273c7;
	font-size: 14px;
	margin-right: 6px;
}

/*Contact Form*/

.comment-form .group-title h2 {
	color: #232323;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 14px;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
}

.comment-form .group-title h2:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 150px;
	height: 1px;
	background-color: #ececec;
}

.comment-form .group-title h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 48px;
	height: 1px;
	background-color: #005dbe;
}

.comment-form .form-group {
	margin-bottom: 30px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="password"],
.comment-form select,
.comment-form textarea {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 13px;
	background: none;
	color: #333333;
	line-height: 22px;
	padding: 8px 25px;
	border: 1px solid #ececec;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.comment-form input:focus,
.comment-form select:focus,
.comment-form textarea:focus {
	border-color: #005dbe;
	background: none;
}

.comment-form textarea {
	height: 175px;
	resize: none;
	padding: 12px 25px;
}

.comment-form button {
	font-size: 16px;
	padding: 10px 41px 10px;
}

/* Add these styles to your CSS file */
.contact-info-box {
	display: none;
	background: #f9f9f9;
	padding: 40px 30px;
	border-radius: 8px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
	margin: 30px 0;
}

.contact-info-box h3 {
	color: #333;
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: 600;
}

.contact-options {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.contact-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 15px;
	background: white;
	border-radius: 6px;
	transition: all 0.3s ease;
}

.contact-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.contact-item i {
	font-size: 24px;
	color: #f7c800;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff8e1;
	border-radius: 50%;
}

.contact-item span {
	color: #666;
	font-weight: 500;
}

.contact-item a {
	color: #333;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.3s ease;
}

.contact-item a:hover {
	color: #f7c800;
}

@media (max-width: 767px) {
	.contact-item {
		flex-direction: column;
		text-align: center;
		padding: 20px 15px;
	}

	.contact-options {
		gap: 15px;
	}
}

.perfection-options {
	padding: 20px 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px dashed #e0e0e0;
}

.perfection-options .option {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 30px;
	margin-bottom: 10px;
	background: #f9f9f9;
	border-radius: 6px;
	transition: all 0.3s ease;
}

.perfection-options .option:hover {
	background: #f0f0f0;
}

.perfection-options .option-title {
	font-size: 16px;
	font-weight: 500;
	color: #222222;
}

.perfection-options .option-price {
	font-size: 20px;
	font-weight: 700;
	color: #005dbe;
}

.perfection-options .option-price sup {
	font-size: 14px;
	top: -0.5em;
}

.perfection-title {
	font-size: 20px !important;
	margin: 20px 0 5px !important;
	color: #777777 !important;
}

.perfection-options {
	padding: 20px 0;
	margin: 20px 0 0;
	list-style: none;
	border-top: 1px dashed #e0e0e0;
	border-bottom: 1px dashed #e0e0e0;
}

/* Add these styles to your existing CSS */
.header-upper {
	padding: 10px 0;
}

.logo-outer {
	padding: 0;
}

.logo img {
	transition: all 0.3s ease;
	max-height: 100px;
	width: auto;
}

/* Adjust mobile styles */
@media only screen and (max-width: 767px) {
	.logo img {
		max-height: 80px;
		/* Increased from 60px */
	}
}

/* Adjust sticky header logo size */
.sticky-header .logo img {
	max-height: 70px;
	width: auto;
}

@media only screen and (max-width: 767px) {
	.tp-caption {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	.tp-caption h2 {
		font-size: 12px !important;
		line-height: 1.3 !important;
		color: #ffffff !important;
		text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7) !important;
		background: rgba(0, 0, 0, 0.5);
		padding: 10px;
		border-radius: 5px;
		margin: 0;
	}

	.tp-caption h3 {
		font-size: 18px !important;
		line-height: 1.3 !important;
		color: #ffffff !important;
		text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7) !important;
		background: rgba(0, 0, 0, 0.5);
		padding: 10px;
		border-radius: 5px;
		margin: 0;
	}

	.tp-caption .theme-btn {
		font-size: 14px !important;
		padding: 8px 20px !important;
		background: rgba(0, 0, 0, 0.5);
		border-radius: 5px;
	}
}

/* Override any transform animations */
.tp-caption {
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

@media only screen and (max-width: 767px) {

	/* Header Upper Styling */
	.main-header .header-upper .upper-right {
		padding: 0;
		width: 100%;
	}

	.main-header .info-box {
		width: 100%;
		margin: 0;
		padding: 15px 0;
		text-align: center;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.main-header .info-box:last-child {
		border-bottom: none;
	}

	.main-header .info-box .icon-box {
		position: relative;
		left: auto;
		top: auto;
		margin: 0 auto 10px;
		text-align: center;
		display: block;
	}

	.main-header .info-box ul {
		margin: 0;
	}

	.main-header .info-box li {
		text-align: center;
		font-size: 14px;
		line-height: 1.6;
	}

	.main-header .info-box li a {
		display: inline-block;
	}

	/* Logo Styling */
	.main-header .logo-outer {
		width: 100%;
		text-align: center;
		padding: 20px 0;
	}

	.main-header .logo-outer .logo {
		display: inline-block;
	}

	/* Header Upper Container */
	.main-header .header-upper .auto-container {
		padding: 0;
	}

	.main-header .header-upper .clearfix {
		display: flex;
		flex-direction: column;
	}

	.main-header .header-upper .logo-outer {
		order: 1;
	}

	.main-header .header-upper .upper-right {
		order: 2;
	}
}

/* Additional styles for very small screens */
@media only screen and (max-width: 479px) {
	.main-header .info-box li {
		font-size: 13px;
	}

	.main-header .info-box .icon-box {
		font-size: 20px;
	}
}