/* ConsultHub HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Header Style One / Header Style Two / Header Style Three / Header Style Four
5. Main Slider
6. Featured Section
7. About Section
8. Sponsors Section
9. Featured Section Two
10. Counter Section
11. Call To Action
12. News Section
13. Testimonial Section / Section Two
14. Info Section
15. Main Footer
16. Welcome Section
17. Services Section / Section Two
18. Faq Section
19. Project Section
20. Team Section
21. Subscribe Section
22. Page Title
23. Consult Section
24. Case Section
25. Blog Single
26. Blog Single Section
27. Contact Form
28. Contact Map

**********************************************/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

/*font-family: 'Open Sans', sans-serif;
font-family: 'Nunito Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Montserrat', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
/*** 

====================================================================
	Reset
====================================================================

 ***/
 
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}
/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size: 14px;
	color: #666666;
	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: #0d70b7;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.4em;
	font-family: 'Nunito Sans', sans-serif;
}
input, button, select, textarea {
	font-family: 'Roboto', sans-serif;
}
p {
	position: relative;
	line-height: 1.8em;
}
.strike-through {
	text-decoration: line-through;
}
.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}
.small-container {
	max-width: 780px;
	margin: 0 auto;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}
ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.theme-btn, .tp-caption .theme-btn {
	display: inline-block;
	text-align: center;
	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;
}
.grey-bg {
	background-color: #f9f9f9;
}
.centered {
	text-align: center;
}
/*Btn Style One*/

.btn-style-one {
	position: relative;
	padding: 14px 35px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	background: #0d70b7;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #0d70b7;
	font-family: 'Nunito Sans', sans-serif;
}
.btn-style-one:hover {
	color: #ffffff;
	background: #101010;
	border-color: #101010;
}
/*Btn Style Two*/

.btn-style-two {
	position: relative;
	padding: 14px 35px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	background: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #ffffff;
	font-family: 'Nunito Sans', sans-serif;
}
.btn-style-two:hover {
	color: #ffffff;
	border-color: #0d70b7;
	background-color: #0d70b7;
}
/*Btn Style Six*/

.btn-style-six {
	position: relative;
	padding: 14px 35px;
	line-height: 24px;
	color: #0d70b7;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	background: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #0d70b7;
	font-family: 'Nunito Sans', sans-serif;
}
.btn-style-six:hover {
	color: #ffffff;
	border-color: #0d70b7;
	background-color: #0d70b7;
}
/*Btn Style Three*/

.btn-style-three {
	position: relative;
	padding: 11px 24px 9px;
	line-height: 24px;
	color: #0d70b7;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	background: none;
	letter-spacing: 1px;
	border-radius: 0px;
	border: 2px solid #efefef;
	text-transform: uppercase;
	font-family: 'Nunito Sans', sans-serif;
}
.btn-style-three:hover {
	color: #ffffff;
	border-color: #0d70b7;
	background: #0d70b7;
}
/*Btn Style Four*/

.btn-style-four {
	position: relative;
	padding: 6px 25px;
	line-height: 24px;
	color: #0d70b7;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	background: none;
	letter-spacing: 1px;
	border-radius: 0px;
	border: 2px solid #efefef;
	text-transform: uppercase;
	font-family: 'Nunito Sans', sans-serif;
}
.btn-style-four:hover {
	color: #ffffff;
	border-color: #0d70b7;
	background: #0d70b7;
}
/*Btn Style Five*/

.btn-style-five {
	position: relative;
	padding: 9px 15px;
	line-height: 23px;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	background: #0d70b7;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #0d70b7;
	font-family: 'Nunito Sans', sans-serif;
}
.btn-style-five:hover {
	color: #ffffff;
	background: #101010;
	border-color: #101010;
}
/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
	position: relative;
	margin-bottom: 50px;
}
.sec-title h2 {
	position: relative;
	color: #222222;
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.sec-title h2:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 80px;
	height: 4px;
	background-color: #0d70b7;
}
.sec-title .text {
	position: relative;
	color: #848484;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 300;
	margin-top: 25px !important;
}
.sec-title.centered h2:before {
	left: 50%;
	margin-left: -40px;
}
.sec-title.light h2 {
	color: #ffffff;
}
.sec-title.centered .text {
	max-width: 850px;
	margin: 0 auto;
}
/*** 

====================================================================
	List Style One
====================================================================

***/

.list-style-one {
	position: relative;
}
.list-style-one li {
	position: relative;
	padding-left: 25px;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 9px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f4f4f4;
}
.list-style-one li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: 0px;
}
.list-style-one li:before {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #0d70b7;
	font-size: 14px;
	content: "\f05d";
	font-family: 'FontAwesome';
}
/*** 

====================================================================
	List Style Two
====================================================================

***/

.list-style-two {
	position: relative;
}
.list-style-two li {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	padding-left: 18px;
	margin-bottom: 5px;
}
.list-style-two li:before {
	position: absolute;
	content: '\f111';
	left: 0px;
	top: 0px;
	font-size: 8px;
	color: #ffffff;
	font-family: 'FontAwesome';
}
/*** 

====================================================================
	List Style Three
====================================================================

***/

.list-style-three {
	position: relative;
	margin-bottom: 15px;
}
.list-style-three li {
	position: relative;
	margin-bottom: 8px;
	padding-left: 25px;
	color: #848484;
	font-weight: 300;
	font-size: 16px;
}
.list-style-three li:before {
	position: absolute;
	content: '\f046';
	left: 0px;
	top: 0px;
	color: #0d70b7;
	font-family: 'FontAwesome';
}
/*** 

====================================================================
	List Style Four
====================================================================

***/

.list-style-four {
	position: relative;
}
.list-style-four li {
	position: relative;
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 5px;
	padding-left: 20px;
}
.list-style-four li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #ffffff;
	font-size: 14px;
}
/*** 

====================================================================
	List Style Five
====================================================================

***/

.list-style-five {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.list-style-five li {
	position: relative;
	color: #848484;
	font-weight: 300;
	margin-bottom: 8px;
	padding-left: 25px;
	font-size: 16px;
}
.list-style-five li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fc6a5f;
}
.list-style-five li:nth-child(2):before {
	background-color: #50b5fe;
}
.list-style-five li:nth-child(3):before {
	background-color: #fede2c;
}
.theme_color {
	color: #0d70b7;
}
/*Social Icon One*/

.social-icon-one {
	position: relative;
}
.social-icon-one li {
	position: relative;
	margin-right: 25px;
	display: inline-block;
}
.social-icon-one li a {
	position: relative;
	color: #d5d5d5;
	font-size: 16px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.social-icon-one a:hover {
	color: #0d70b7;
}
/*Social Icon Two*/

.social-icon-two {
	position: relative;
}
.social-icon-two li {
	position: relative;
	margin: 0px 10px;
	display: inline-block;
}
.social-icon-two li a {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.social-icon-two li a:hover {
	color: #0d70b7;
}
.social-icon-two a:hover {
	color: #ffffff;
}
/*Social Icon Three*/

.social-icon-three {
	position: relative;
}
.social-icon-three li {
	position: relative;
	margin-left: 8px;
	display: inline-block;
}
.social-icon-three .share {
	color: #222222;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	font-family: 'Nunito Sans', sans-serif;
}
.social-icon-three li a {
	position: relative;
	width: 40px;
	height: 40px;
	color: #b3b3b3;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	border-radius: 50%;
	display: inline-block;
	border: 2px solid #f4f4f4;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.social-icon-three li a:hover {
	color: #ffffff;
	border-color: #0d70b7;
	background-color: #0d70b7;
}
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: 20px;
	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: #0d70b7;
}
/*** 

====================================================================
	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;
}
.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	background: #ffffff;
	z-index: 0;
	border-bottom: 1px solid #cccccc;
	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: 2px 0px;
}
.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-top {
	position: relative;
	padding: 10px 0px;
	background-color: #072235;
}
.main-header .header-top .top-left {
	position: relative;
	float: left;
}
.main-header .header-top .top-left .top-links, .main-header .header-top .top-left .social-links {
	position: relative;
	display: inline-block;
}
.main-header .header-top .top-left ul > li {
	position: relative;
	margin-right: 30px;
	font-size: 15px;
	font-weight: 300;
	color: #d5d5d5;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
}
.main-header .header-top .top-left ul > li:last-child {
	margin-right: 0px;
}
.main-header .header-top .top-left ul > li > .icon {
	position: relative;
	top: 1px;
	color: #fff;
	font-size: 18px;
	padding-right: 10px;
}
.main-header .header-top .top-left .social-links a {
	display: inline-block;
	margin-left: 18px;
	line-height: 30px;
	color: #b9b9b9;
}
.main-header .header-top .top-right {
	position: relative;
	float: right;
	padding: 0px;
}
.main-header .header-top .top-right ul > li {
	position: relative;
	display: inline-block;
	margin-left: 20px;
	line-height: 30px;
	color: rgba(255,255,255,0.50);
}
.main-header .header-top .top-right ul > li > a {
	position: relative;
	line-height: 30px;
	color: rgba(255,255,255,0.50);
}
.main-header .header-top .top-right .social-links {
	display: inline-block;
}
.main-header .header-top .top-right .social-links a {
	display: inline-block;
	margin-left: 12px;
	line-height: 30px;
	color: #848484;
	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-header .dropdown-option {
	display: inline-block;
}
.main-header .dropdown-option li.language {
	border: 0px;
	padding-right: 0px;
	line-height: 1.4em;
}
.main-header .language .dropdown-menu {
	top: 100%;
	width: 170px;
	border-radius: 0px;
	padding: 0px;
	margin-top: 10px;
	background-color: #222222;
	border: none;
	border-top: 3px solid #0d70b7;
}
.main-header .dropdown-option li.language > a {
	border: 0px;
	padding: 0px;
	font-size: 15px;
	background: none;
	font-weight: 300;
	border-radius: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff !important;
	background-color: #0d70b7;
	font-family: 'Open Sans', sans-serif;
	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 .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:last-child {
	border-bottom: none;
}
.main-header .language .dropdown-menu > li > a {
	padding: 5px 15px !important;
	color: #ffffff !important;
	text-align: left;
	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 .language .dropdown-menu > li > a:hover {
	color: #ffffff;
	background: #0d70b7;
}
.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: 5;
	background: #fff !important;
}
.main-header .logo-outer {
	position: relative;
	float: left;
	z-index: 25;
	padding: 17px 0px;
}
.main-header .logo-outer .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.main-header .header-upper .upper-right {
	position: relative;
	float: right;
}
.main-header .header-upper .nav-outer {
	position: relative;
	padding-right: 80px;
}
.main-header .nav-outer .more-options {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -20px;
}
/*Search Box*/

.main-header .nav-outer .dropdown-outer {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
}
.main-header .nav-outer .dropdown-outer .search-box-btn {
	position: relative;
	width: 40px;
	height: 40px;
	color: #0d70b7;
	cursor: pointer;
	font-size: 14px;
	background: none;
	line-height: 30px;
	border: 2px solid #ebebeb;
	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 .nav-outer .dropdown-outer .search-box-btn:hover {
	border-color: #0d70b7;
}
.main-header .nav-outer .dropdown-outer .dropdown-menu {
	top: 75px;
	padding: 0px;
	width: 250px;
	border-radius: 0px;
	border-top: 2px solid #0d70b7;
}
.main-header .search-panel .form-container {
	padding: 20px 20px;
}
.main-header .search-panel .form-group {
	position: relative;
	margin: 0px;
}
.main-header .search-panel input[type="text"], .main-header .search-panel input[type="search"] {
	display: block;
	width: 100%;
	color: #000000;
	line-height: 24px;
	height: 40px;
	background: #ffffff;
	padding: 7px 40px 7px 15px;
	border: 1px solid #e0e0e0;
	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 .search-panel input[type="text"]:focus, .main-header .search-panel input[type="search"]:focus {
	border-color: #0d70b7;
}
.main-header .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;
}
.main-menu {
	position: relative;
}
.main-menu .navbar-collapse {
	padding: 0px;
}
.main-menu .navigation {
	position: relative;
	margin: 0px;
}
.main-menu .navigation > li {
	position: relative;
	float: left;
	margin-right: 25px;
}
.main-menu .navigation > li:last-child {
	margin-right: 0px;
}
.sticky-header .main-menu .navigation > li {
	padding: 0px;
	margin-right: 0px;
}
.main-menu .navigation > li > a {
	position: relative;
	display: block;
	padding: 42px 0px;
	font-size: 15px;
	color: #222222;
	line-height: 30px;
	font-weight: 700;
	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;
	font-family: 'Nunito Sans', sans-serif;
}
.main-menu .navigation > li.dropdown a, .header-style-three .main-menu .navigation > li.dropdown > a {
	padding-right: 15px;
}
.main-header .main-menu .navigation > li.dropdown > a:before {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 0px;
	font-size: 13px;
	line-height: 30px;
}
.sticky-header .main-menu .navigation > li > a {
	padding: 20px 15px !important;
	color: #333333 !important;
}
.sticky-header .main-menu .navigation > li.dropdown > a:before {
	display: none;
}
.header-upper .main-menu .navigation > li:hover > a, .header-upper .main-menu .navigation > li.current > a, .header-upper .main-menu .navigation > li.current-menu-item > a {
	color: #0d70b7;
	opacity: 1;
}
.sticky-header .main-menu .navigation > li:hover > a, .sticky-header .main-menu .navigation > li.current > a, .sticky-header .main-menu .navigation > li.current-menu-item > a {
	color: #ffffff !important;
	background: #0d70b7 !important;
}
.main-menu .navigation > li:hover > a:after {
	opacity: 1;
}
.main-menu .navigation > li > ul {
	position: absolute;
	left: 0px;
	top: 120%;
	width: 320px;
	z-index: 100;
	display: none;
	padding: 10px 0px;
	background: #072235;
	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%;
}
.main-menu .navigation > li > ul > li:last-child {
	border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
	position: relative;
	display: block;
	padding: 8px 25px;
	line-height: 22px;
	font-weight: 600;
	font-size: 15px;
	color: #ffffff;
	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;
	font-family: 'Nunito Sans', sans-serif;
}
.main-menu .navigation > li > ul > li:hover > a {
	color: #fff;
	background: #0d70b7;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 15px;
	top: 12px;
	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: #ffffff;
}
.main-menu .navigation > li > ul > li > ul {
	position: absolute;
	left: 100%;
	top: 20px;
	width: 270px;
	z-index: 100;
	display: none;
	padding: 10px 0px;
	background: #072235;
	-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%;
}
.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: 8px 25px;
	line-height: 22px;
	font-weight: 600;
	font-size: 15px;
	color: #ffffff;
	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;
	font-family: 'Nunito Sans', sans-serif;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
	color: #0d70b7;
}
.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 .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 9px;
	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 .header-top.style-two .dropdown-option li.language {
	line-height: 1.5em;
	margin-right: 5px;
	border-right: 1px solid #dddddd;
}
.main-header .header-top.style-two .dropdown-option li.language > a {
	top: -2px;
	background: none;
	line-height: 1em;
	padding-left: 0px;
	color: #848484 !important;
}
.main-header .header-top.style-two {
	background-color: #f4f4f4;
}
.main-header .header-top.style-two .top-left ul > li {
	color: #848484;
}
.main-header .header-top.style-two .top-left ul > li {
	padding-right: 12px;
	margin-right: 10px;
	border-right: 1px solid #dddddd;
}
.main-header .header-top.style-two .top-left ul > li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border: 0px;
}
.header-style-two .header-upper .upper-right {
	padding-top: 30px;
}
.header-style-two .info-box {
	position: relative;
	float: left;
	min-height: 56px;
	margin-left: 40px;
	font-size: 13px;
	color: #777777;
	text-align: left;
	text-transform: uppercase;
	padding: 4px 0px 20px 65px;
}
.header-style-two .info-box:last-child {
	padding-left: 0px;
}
.header-style-two .info-box .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	color: #0d70b7;
	font-size: 26px;
	text-align: center;
	line-height: 46px;
	border: 2px solid #f4f4f4;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.header-style-two .info-box li {
	position: relative;
	line-height: 20px;
	color: #848484;
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: 300;
	text-transform: capitalize;
}
.header-style-two .info-box strong {
	font-weight: 700;
	color: #222222;
	font-size: 18px;
}
.header-style-two .consult-btn {
	position: relative;
	top: -2px;
	color: #222222;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 33px;
	display: inline-block;
	text-transform: uppercase;
	border: 2px solid #f4f4f4;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.header-style-two .consult-btn:hover {
	color: #ffffff;
	border-color: #0d70b7;
	background-color: #0d70b7;
}
.header-style-two .header-lower {
	position: relative;
	background-color: #0d70b7;
}
.header-style-two .header-lower .nav-outer {
	position: relative;
}
.header-style-two .header-lower .search-box {
	position: absolute;
	right: 0px;
	top: 0px;
}
.header-style-two .main-menu .navigation > li {
	margin-right: 0px;
}
.header-style-two .main-menu .navigation > li > a {
	color: #ffffff;
	padding: 20px 20px;
}
.header-style-two .main-menu .navigation > li.dropdown > a {
	padding-right: 30px;
}
.header-style-two .main-menu .navigation > li.dropdown > a:before {
	right: 15px;
}
.header-style-two .main-menu .navigation > li.home > a {
	padding: 19px 26px;
}
.header-style-two .main-menu .navigation > li.home > a > .fa {
	font-size: 20px;
}
.header-style-two .main-menu .navigation > li.home > a:before {
	display: none;
}
.header-style-two .main-menu .navigation > li.current > a, .header-style-two .main-menu .navigation > li > a:hover {
	background-color: rgba(0,0,0,0.05);
}
.header-style-two .nav-outer .dropdown-outer .search-box-btn {
	height: 20px;
	right: auto;
	color: #ffffff !important;
	text-align: right;
	border: 0px;
	line-height: 1.2em;
	border-left: 1px solid rgba(255,255,255,0.50);
}
.header-style-two .nav-outer .dropdown-outer .search-box-btn:hover {
	border-left: 1px solid rgba(255,255,255,0.50);
}
.header-style-two .nav-outer .dropdown-outer .search-box-btn:hover {
	border-left: 1px solid rgba(255,255,255,0.50);
}
.header-style-two .nav-outer .dropdown-outer {
	margin-left: 25px;
	display: inline-block;
}
.header-style-two .nav-outer .more-options {
	margin-top: -13px;
}
.header-style-two .nav-outer .more-options .location-dropdown a {
	padding: 0px;
	border: 0px;
	color: #ffffff;
	border-radius: 0px;
	background: none;
}
.header-style-two .nav-outer .more-options .location-dropdown {
	line-height: 1.4em;
	display: inline-block;
}
.header-style-two .nav-outer .more-options .location-dropdown a {
	border: 0px;
	padding: 0px;
	background: none;
	color: #ffffff;
}
.header-style-two .nav-outer .more-options .location-dropdown a:hover {
	background: none;
}
.header-style-two .nav-outer .more-options .location-dropdown .dropdown-menu > li {
	padding: 0px !important;
	margin: 0px !important;
	float: none;
	display: block !important;
	border-bottom: 1px solid rgba(255,255,255,0.20);
}
.header-style-two .nav-outer .more-options .location-dropdown .dropdown-menu > li:last-child {
	border-bottom: none;
}
.header-style-two .nav-outer .more-options .location-dropdown .dropdown-menu > li > a {
	padding: 10px 20px !important;
	color: #ffffff !important;
	text-align: left;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.header-style-two .nav-outer .more-options .location-dropdown .dropdown-menu > li > a:hover {
	color: #ffffff;
	background-color: #0d70b7;
}
.header-style-two .nav-outer .dropdown-outer .dropdown-menu, .header-style-three .nav-outer .dropdown-outer .dropdown-menu {
	top: 43px;
}
.header-style-two .nav-outer .more-options .location-dropdown .dropdown-menu {
	padding: 0px;
	border-radius: 0px;
	top: 100%;
	width: 170px;
	margin-top: 24px;
	background-color: #222222;
	border: none;
	border-top: 3px solid #0d70b7;
}
.header-style-three .header-top.style-three {
	background-color: #0d70b7;
}
.header-style-three .header-top .top-left .text {
	position: relative;
	top: 3px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 300;
}
.header-style-three .header-top.style-three .top-nav {
	position: relative;
	display: inline-block;
}
.header-style-three .header-top.style-three .top-nav li {
	position: relative;
	/*margin-right:0px;
	padding-right:10px;*/
	margin-left: 10px;
	line-height: 1em;
	display: inline-block;
}
.header-style-three .header-top.style-three .top-nav li:last-child {
	margin-right: 0px;
	border: 0px;
	padding-right: 0px;
}
.header-style-three .header-top.style-three .top-nav li:last-child a {
	border: 0px;
}
.header-style-three .header-top.style-three .top-nav li a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	padding-right: 10px;
	border-right: 1px solid rgba(255,255,255,0.30);
}
.header-style-three .header-top.style-three .top-right .social-links a {
	color: rgba(255,255,255,1);
}
.header-style-three .header-upper .upper-right {
	padding-top: 35px;
}
.header-style-three .info-box {
	position: relative;
	float: left;
	min-height: 56px;
	margin-left: 40px;
	font-size: 13px;
	color: #777777;
	text-align: left;
	text-transform: uppercase;
	padding: 0px 0px 20px 55px;
}
.header-style-three .nav-outer .more-options {
	right: 30px;
	margin-top: -23px;
}
.header-style-three .info-box .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	color: #0d70b7;
	font-size: 26px;
	text-align: left;
	line-height: 40px;
	border-right: 1px solid #f4f4f4;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.header-style-three .info-box li {
	position: relative;
	line-height: 20px;
	color: #848484;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 300;
	text-transform: capitalize;
}
.header-style-three .info-box strong {
	font-weight: 700;
	color: #222222;
	font-size: 16px;
	font-family: 'Nunito Sans', sans-serif;
}
.header-style-three .nav-outer {
	position: relative;
	padding: 0px 30px;
	background-color: #072235;
}
.header-style-three .main-menu .navigation > li {
	padding-right: 15px;
}
.header-style-three .main-menu .navigation > li:last-child:after {
	display: none;
}
.header-style-three .main-menu .navigation > li > a {
	padding: 20px 0px;
	color: #ffffff;
}
.header-style-three .main-menu .navigation > li:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 22px;
	width: 1px;
	height: 25px;
	background-color: #143750;
}
.header-style-three.fixed-header .main-menu .navigation > li {
	padding-right: 0px;
}
.header-style-three.fixed-header .main-menu .navigation > li:after {
	display: none;
}
.header-style-three.fixed-header .main-menu .navigation > li > a, .header-style-four.fixed-header .main-menu .navigation > li > a {
	color: #222222;
}
.header-style-three .nav-outer .dropdown-outer {
	display: inline-block;
	margin-right: 20px;
}
.header-style-three .nav-outer .dropdown-outer .search-box-btn {
	width: auto;
	height: auto;
	right: auto;
	color: #ffffff;
	border: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	line-height: 1.2em;
	border-left: 1px solid rgba(255,255,255,0.30);
}
/*Header Style Four*/

.header-style-four {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
.header-style-four .header-top {
	/*background: #f60;*/
	padding-bottom: 10px;
}
.header-style-four .header-top .top-left ul > li, .header-style-four .header-top .top-right .social-links a {
	color: #fff;
}
.header-style-four .header-top .top-left ul > li a {
	color: #fff;
}
.header-style-four .header-top .top-left ul > li a:hover {
	font-weight:bold;
}
.header-style-four .header-top .top-right .dropdown-option {
	position: relative;
	top: -3px;
}
.header-style-four .header-top .top-right .dropdown-option li.language {
	margin-left: 0px;
}
.header-style-four .header-top .top-right .dropdown-option li.language > a {
	background: none;
	padding-left: 0px;
}
.header-style-four .header-upper .nav-outer {
	padding-right: 100px;
}
.header-style-four .main-menu .navigation > li {
	margin-right: 0px;
}
.header-style-four .main-menu .navigation > li > a {
	color: #000;
	padding-top: 35px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 35px;
	top: 1px;
	border-bottom: 3px solid transparent;
}
.header-style-four .main-menu .navigation > li.current a, .header-style-four .main-menu .navigation > li > a:hover {
	border-color: #0d70b7;
}
.header-style-four .nav-outer .dropdown-outer .dropdown-menu {
	top: 62px;
}
.header-style-four .main-menu .navigation > li.dropdown a {
	padding-right: 30px;
}
.header-style-four .main-menu .navigation > li.dropdown > a:before {
	right: 12px;
}
.header-style-four .header-upper .header-upper-inner {
	border-bottom: 1px solid rgba(255,255,255,0.20);
}
.header-style-four .logo-outer {
	padding: 10px 0px;
}
.header-style-four .nav-outer .more-options {
	margin-top: -14px;
}
.header-style-four .nav-outer .more-options .cart-box {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
}
.header-style-four .nav-outer .more-options .cart-box a {
	color: #ffffff;
}
.header-style-four .nav-outer .more-options .cart-box .total-cart {
	position: absolute;
	content: '';
	right: -8px;
	top: -3px;
	width: 15px;
	height: 15px;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	line-height: 16px;
	border-radius: 50%;
	padding-left: 1px;
	z-index: -1;
	background-color: #0d70b7;
}
.header-style-four .nav-outer .dropdown-outer {
	display: inline-block;
	margin-right: 15px;
}
.header-style-four .nav-outer .dropdown-outer .search-box-btn {
	width: auto;
	height: auto;
	right: auto;
	color: #ffffff;
	border: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	line-height: 1.2em;
	border-right: 1px solid rgba(255,255,255,0.30);
}
/*** 

====================================================================
	Main Slider One
====================================================================

***/

.main-slider {
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.main-slider .color-grey {
	color: #222222 !important;
}
.main-slider .tp-caption {
	z-index: 5;
}
.main-slider .tp-caption .theme-btn {
	z-index: 5;
	min-width: 200px;
	margin-bottom: 5px;
}
.main-slider .title {
	position: relative;
	font-size: 26px;
	font-weight: 800;
	color: #ffffff;
	font-style: italic;
	font-family: 'Nunito Sans', sans-serif;
}
.main-slider h1 {
	position: relative;
	color: #ffffff;
	font-size: 60px;
	line-height: 1em;
	letter-spacing: 0px;
	font-weight: 800;
	text-align: center;/* margin: 60px 0 0 0;*/
}
.main-slider h2 {
	font-size: 60px;
	color: #ffffff;
	font-weight: 800;
	line-height: 1.1em;
	padding-bottom: 18px;
	border-bottom: 1px solid #0d70b7;
}
.main-slider h2.dark-text {
	color: #222222;
	padding-bottom: 0px;
	border: 0px;
}
.main-slider .text {
	font-weight: 400;
	line-height: 1.6em;
	color: #ffffff;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
}
.main-slider .text.color-grey {
	color: #222222;
	font-weight: 400;
}
.main-slider .text.light {
	color: #959595;
}
.main-slider .text.small-text {
	font-size: 20px;
}
.main-slider .tp-dottedoverlay {
	background: rgba(0,0,0,0.10) !important;
}
.main-slider .tp-bannertimer, .main-slider .tp-bullets {
	display: none !important;
}
.main-slider .uranus.tparrows {
	width: 40px;
	height: 100px;
	background-color: #484848;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.main-slider .uranus.tparrows:before {
	width: auto;
	height: auto;
	font-size: 20px;
	color: #ffffff;
	line-height: 100px;
}
.main-slider .uranus.tparrows:hover {
	background-color: #0d70b7;
}
.main-slider .uranus.tparrows:hover::before {
	opacity: 1;
}
/*** 

====================================================================
	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: 0px;
	top: 0px;
	width: 45px;
	height: 45px;
	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;
}
/*** 

====================================================================
	Services Section
====================================================================

***/

.featured-section {
	position: relative;
	padding: 0px 0px 40px;
}
.featured-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.49;
	background: url(../images/background/1.jpg) center center no-repeat;
}
.featured-section .services-outer {
	position: relative;
	margin-top: -90px;
}
.featured-section .services-outer .services-block {
	position: relative;
	padding: 0px;
}
/*Services Block*/

.services-block {
	position: relative;
	margin-bottom: 40px;
	z-index: 99;
}
.services-block .inner-box {
	position: relative;
	padding: 40px 30px;
	text-align: center;
	border: 1px solid #efefef;
	background-color: #ffffff;
}
.services-block .inner-box .icon-box {
	position: relative;
	line-height: 1em;
	color: #0d70b7;
	font-size: 42px;
	margin-bottom: 20px;
}
.services-block .inner-box h3 {
	position: relative;
	font-size: 20px;
	color: #222222;
	font-weight: 700;
	margin-bottom: 6px;
}
.services-block .inner-box .text {
	position: relative;
	color: #848484;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6em;
}
.services-block .inner-box:hover .overlay-box {
	opacity: 1;
}
.services-block .inner-box .overlay-box {
	position: absolute;
	left: -1px;
	top: -15px;
	right: -1px;
	bottom: -15px;
	display: block;
	opacity: 0;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	border: 1px solid #0d70b7;
	background-color: #0d70b7;
}
.services-block .inner-box .overlay-box .overlay-inner {
	position: relative;
	padding: 35px 30px;
	text-align: center;
}
.services-block .inner-box .overlay-box .overlay-inner .icon-box {
	position: relative;
	line-height: 1em;
	color: #ffffff;
	font-size: 42px;
	margin-bottom: 20px;
}
.services-block .inner-box .overlay-box .overlay-inner .text {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.services-block .inner-box .overlay-box .overlay-inner .read-more {
	position: relative;
	font-weight: 600;
	font-size: 14px;
	color: #ffffff;
	padding: 2px 14px;
	display: inline-block;
	text-transform: uppercase;
	border: 2px solid rgba(255,255,255,0.50);
	font-family: 'Montserrat', sans-serif;
}
/*** 

====================================================================
	About Section
====================================================================

***/

.about-section {
	position: relative;
	padding: 75px 0px 50px;
}
.about-section .title-column {
	position: relative;
	margin-bottom: 30px;
}
.about-section .title-column h2 {
	position: relative;
	color: #222222;
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 20px;
	font-weight: 700;
}
.about-section .title-column .text {
	position: relative;
	margin-bottom: 25px;
}
.about-section .title-column .text p {
	position: relative;
	color: #848484;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 22px;
}
.about-section .title-column .text p:last-child {
	margin-bottom: 0px;
}
/*Content Column*/

.about-section .content-column {
	position: relative;
}
.about-section .content-column .inner-box {
	position: relative;
}
.about-section .content-column .inner-box .image-column {
	position: relative;
	margin-bottom: 30px;
}
.about-section .content-column .inner-box .image-column .image {
	position: relative;
}
.about-section .content-column .inner-box .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
}
.about-section .content-column .inner-box .image-column .image .image-content {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 10px;
}
.about-section .content-column .inner-box .image-column .image .image-content .content {
	position: relative;
	padding: 20px 20px;
	background-color: #0d70b7;
}
.about-section .content-column .inner-box .image-content .content .text {
	position: relative;
	color: #ffffff;
	font-style: italic;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.6em;
}
.about-section .content-column .section-content {
	position: relative;
}
.about-section .content-column .section-content .inner h2 {
	position: relative;
	color: #222222;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
}
.about-section .content-column .section-content .inner .text {
	position: relative;
	font-size: 16px;
	color: #212121;
	line-height: 1.8em;
	margin-bottom: 15px;
}
/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section {
	position: relative;
	padding: 75px 0px 75px;
}
.clients-section.top-border {
	border-top: 1px solid #efefef;
}
.clients-section .owl-nav, .clients-section .owl-dots {
	display: none;
}
.clients-section .image-box {
	text-align: center;
	border: 1px solid #ededed;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.clients-section .image-box img {
	position: relative;
	padding: 8px 20px;
	width: auto;
	max-width: 100%;
	display: inline-block;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.clients-section .image-box:hover {
	border-color: #0d70b7;
}
.clients-section.style-two {
	position: relative;
	padding: 80px 0px 160px;
	background: #f7f7f7 url(../images/background/1.jpg) left top no-repeat;
}
/*** 

====================================================================
	Featured Section Two
====================================================================

***/

.featured-section-two {
	position: relative;
	padding: 75px 0px 25px;
	background-color: #f7f7f7;
}
/*Featured Block Two*/

.featured-block-two {
	position: relative;
	margin-bottom: 50px;
}
.featured-block-two .inner-box {
	position: relative;
	padding-left: 100px;
}
.featured-block-two .inner-box .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	color: #0d70b7;
	line-height: 70px;
	text-align: center;
	font-size: 36px;
	background-color: #ffffff;
	border: 1px solid #efefef;
	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: 20px;
	font-weight: 700;
	margin-bottom: 6px;
}
.featured-block-two .inner-box h3 a {
	position: relative;
	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: #0d70b7;
}
.featured-block-two .inner-box .text {
	position: relative;
	color: #9e9e9e;
	font-size: 16px;
	line-height: 1.6em;
}
.featured-block-two .inner-box:hover .icon-box {
	color: #ffffff;
	background-color: #0d70b7;
}
/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section {
	position: relative;
	padding: 80px 0px 50px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.counter-section .sec-title {
	margin-bottom: 40px;
}
.counter-section .count-box {
	position: relative;
	margin-bottom: 30px;
}
.counter-section .count-box .inner {
	position: relative;
	text-align: center;
	padding: 35px 0px;
	border: 1px solid rgba(255,255,255,0.05);
}
.counter-section .count-box .inner .content {
	position: relative;
}
.counter-section .count-box .inner .content .icon-box {
	position: relative;
	color: #0d70b7;
	font-size: 50px;
	line-height: 1em;
}
.counter-section .count-box .inner .content .count-outer {
	position: relative;
	font-size: 48px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1em;
	margin-top: 20px;
}
.counter-section .count-box .inner .content .counter-title {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	margin-top: 8px;
}
/*** 

====================================================================
	Call To Section
====================================================================

***/

.call-to-action {
	position: relative;
	padding: 50px 0px 46px;
	background-color: #0d70b7;
}
.call-to-action h2 {
	position: relative;
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	line-height: 1.2em;
	max-width: 960px;
	margin: 0 auto;
}
/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
	position: relative;
	padding: 80px 0px 30px;
}
.news-section.style-two {
	padding-bottom: 110px;
}
.news-section .sec-title {
	margin-bottom: 50px;
}
.news-block {
	position: relative;
	margin-bottom: 50px;
}
.news-block .inner-box {
	position: relative;
}
.news-block .inner-box .image {
	position: relative;
}
.news-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}
.news-block .inner-box .lower-content {
	position: relative;
	padding-top: 15px;
}
.news-block .inner-box .lower-content .post-date {
	position: relative;
	color: #0d70b7;
	font-size: 16px;
	margin-bottom: 5px;
}
.news-block .inner-box .lower-content h3 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 6px;
	min-height: 56px;
}
.news-block .inner-box .lower-content 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-block .inner-box .lower-content h3 a:hover {
	color: #0d70b7;
}
.news-block .inner-box .lower-content .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 1.8em;
}
/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
	position: relative;
	padding: 80px 0px 140px;
	background: #f7f7f7 url(../images/background/1.jpg) left top no-repeat;
}
.testimonial-block {
	position: relative;
}
.testimonial-block .inner-box {
	position: relative;
}
.testimonial-block .inner-box .image-column {
	position: relative;
	margin-bottom: 30px;
}
.testimonial-block .inner-box .image-column .image {
	position: relative;
}
.testimonial-block .inner-box .image-column .image .quote-icon {
	position: absolute;
	right: 8px;
	bottom: 7px;
	width: 30px;
	height: 30px;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	background-color: #0d70b7;
}
.testimonial-block .inner-box .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
	border: 1px solid #f2f2f2;
}
.testimonial-block .inner-box .content-column {
	position: relative;
}
.testimonial-block .inner-box .content-column h3 {
	position: relative;
	color: #222222;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 6px;
}
.testimonial-block .inner-box .content-column .location {
	position: relative;
	color: #0d70b7;
	font-size: 16px;
	margin-bottom: 10px;
}
.testimonial-block .inner-box .content-column .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	line-height: 1.7em;
	font-weight: 300;
}
.testimonial-section .owl-nav {
	display: none;
}
.testimonial-section .owl-dots {
	position: relative;
	padding-top: 30px;
	text-align: center;
}
.testimonial-section .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 13px;
}
.testimonial-section .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #eaeaea;
	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-section .owl-dots .owl-dot.active span, .testimonial-section .owl-dots .owl-dot:hover span {
	background: #0d70b7;
}
/*** 

====================================================================
	Info Section
====================================================================

***/

.info-section {
	position: relative;
	z-index: 10;
	-webkit-animation-name: floating;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: floating;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
}
.info-section .inner-section {
	position: relative;
	margin-top: -40px;
	margin-bottom: -75px;
	background-color: #0d70b7;
}
.info-section .inner-section .info-block {
	position: relative;
}
.info-section .inner-section .info-block:nth-child(2) .inner {
	position: relative;
	background-color: rgba(0,0,0,0.05);
}
.info-section .inner-section .info-block .inner {
	position: relative;
	text-align: left;
	padding: 45px 20px 45px 45px;
}
.info-section .inner-section .info-block .inner .content {
	position: relative;
	padding-left: 55px;
	text-align: left;
	display: inline-block;
}
.info-section .inner-section .info-block .inner .content .icon-box {
	position: absolute;
	content: '';
	left: 0px;
	top: 6px;
	color: #ffffff;
	font-size: 40px;
	line-height: 1em;
}
.info-section .inner-section .info-block .inner .content .title {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 3px;
}
.info-section .inner-section .info-block .inner .content h2 {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	text-transform: none;
}
.info-section .inner-section .info-block .inner .content h2 a {
	color: #ffffff;
	text-transform: none;
}
/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
	position: relative;
	background-color: #072235;
}
.main-footer .widgets-section {
	position: relative;
	padding: 130px 0px 40px;
}
.main-footer .widgets-section.style-two {
	padding-top: 75px;
}
.main-footer .widgets-section .big-column {
	position: relative;
}
.main-footer .widgets-section .footer-widget {
	position: relative;
	margin-bottom: 40px;
}
/*Logo Widget*/

.main-footer .logo-widget {
	position: relative;
}
.main-footer .logo-widget .footer-logo {
	position: relative;
	margin-bottom: 20px;
}
.main-footer .logo-widget .widget-content .text {
	position: relative;
	margin-bottom: 20px;
}
.main-footer .logo-widget .widget-content .text p {
	position: relative;
	color: #d5d5d5;
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 20px;
	font-weight: 300;
}
.main-footer .logo-widget .widget-content .text p:last-child {
	margin-bottom: 0px;
}
.main-footer .footer-column h2 {
	font-size: 24px;
	font-weight: 700;
	color: #f4f4f4;
	margin-bottom: 25px;
	text-transform: capitalize;
}
.footer-links {
	position: relative;
}
.footer-links li {
	position: relative;
	margin-bottom: 6px;
}
.footer-links li a {
	position: relative;
	color: #d5d5d5;
	font-size: 14px;
	font-weight: 300;
	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;
}
.footer-links li a:hover {
	color: #ffffff;
}
/*subscribe widget*/

.main-footer .form-widget .newsletter-form .row {
	margin: 0px -5px;
}
.main-footer .newsletter-form .form-group {
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding: 0px 5px;
}
.main-footer .newsletter-form .form-group input[type="text"], .main-footer .newsletter-form .form-group input[type="email"] {
	position: relative;
	display: block;
	width: 100%;
	line-height: 23px;
	padding: 10px 20px;
	height: 45px;
	font-size: 14px;
	background: none;
	color: #f4f4f4;
	border: 1px solid #0b2a40;
	-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 .newsletter-form .form-group textarea {
	width: 100%;
	height: 100px;
	background: none;
	color: #f4f4f4;
	padding: 10px 20px;
	resize: none;
	border: 1px solid #0b2a40;
	-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 .newsletter-form .form-group input::-webkit-input-placeholder, .main-footer .newsletter-form .form-group textarea::-webkit-input-placeholder {
 color:#f4f4f4;
}
.main-footer .newsletter-form .form-group input[type="text"]:focus, .main-footer .newsletter-form .form-group input[type="email"]:focus, .main-footer .newsletter-form .form-group textarea:focus {
	border-color: rgba(255,255,255,0.50);
}
.main-footer .newsletter-form .form-group input[type="submit"], .main-footer .newsletter-form button {
	padding: 11px 34px;
}
/*Footer Bottom*/

.main-footer .footer-bottom {
	position: relative;
	padding: 20px 0px;
	background-color: #ffffff;
}
.main-footer .footer-bottom .copyright {
	position: relative;
	color: #072235;
	font-size: 16px;
	font-weight: 300;
}
.main-footer .footer-bottom .footer-nav {
	position: relative;
	text-align: right;
}
.main-footer .footer-bottom .footer-nav li {
	position: relative;
	display: inline-block;
	margin-left: 25px;
}
.main-footer .footer-bottom .footer-nav li a {
	position: relative;
	color: #072235;
	font-size: 16px;
	font-weight: 300;
}
/*** 

====================================================================
	Welcome Section
====================================================================

***/

.welcome-section {
	position: relative;
	padding: 80px 0px 40px;
}
.news-block-two {
	position: relative;
	margin-bottom: 40px;
}
.news-block-two .inner-box {
	position: relative;
}
.news-block-two .inner-box .image {
	position: relative;
}
.news-block-two .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	background-color: rgba(7,34,53,0.90);
	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-block-two .inner-box .image .overlay-box .icon {
	position: relative;
	color: #ffffff;
	font-size: 24px;
	top: 46%;
	margin-top: -15px;
}
.news-block-two .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}
.news-block-two .inner-box .lower-content {
	position: relative;
	padding-top: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
	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-block-two .inner-box .lower-content .content {
	position: relative;
	padding-left: 95px;
}
.news-block-two .inner-box .lower-content .content .icon-box {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 65px;
	height: 100px;
	color: #0d70b7;
	line-height: 94px;
	font-size: 42px;
	text-align: center;
	border: 1px solid #efefef;
	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-block-two .inner-box .lower-content .content h3 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}
.news-block-two .inner-box .lower-content .content 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-block-two .inner-box .lower-content .content h3 a:hover {
	color: #0d70b7;
}
.news-block-two .inner-box .lower-content .content .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 10px;
	min-height: 78px;
}
.news-block-two .inner-box .lower-content .content .read-more {
	color: #0d70b7;
	font-size: 14px;
	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;
}
.news-block-two .inner-box .lower-content .content .read-more:hover {
	color: #222222;
}
.news-block-two .inner-box:hover .lower-content {
	border-color: #0d70b7;
}
.news-block-two .inner-box:hover .lower-content .icon-box {
	color: #ffffff !important;
	border-color: #0d70b7;
	background-color: #0d70b7;
}
.news-block-two .inner-box:hover .image .overlay-box {
	opacity: 1;
}
/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
	position: relative;
	padding: 50px 0px 50px 0px;
	background-color: #f7f7f7;
}
.services-section .title-column {
	position: relative;
	margin-bottom: 40px;
}
.services-section .title-column .inner {
	position: relative;
	padding: 25px 15px 20px 30px;
	border: 2px solid #efefef;
}
.services-section .title-column .inner h2 {
	position: relative;
	color: #222222;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.services-section .title-column .inner h2:before {
	position: absolute;
	content: '';
	left: -32px;
	top: -4px;
	width: 3px;
	height: 32px;
	background-color: #0d70b7;
}
.services-section .title-column .inner .text {
	position: relative;
	color: #848484;
	margin-bottom: 15px;
}
.services-section .title-column .inner .text p {
	color: #848484;
	font-size: 15px;
	line-height: 1.8em;
	font-weight: 300;
}
.services-section .title-column .inner .free-consult {
	position: relative;
	color: #0d70b7;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.services-section .services-column .inner-content {
	position: relative;/*border:1px solid #efefef;*/
}
.services-section .services-column .inner-content:before {
	position: absolute;
	content: '';
	left: 46.5%;
	top: 0px;
	width: 1px;
	height: 100%;
	background-color: #efefef;
}
.services-section .services-column .inner-content:after {
	position: absolute;
	content: '';
	left: 0px;
	top: 49%;
	width: 100%;
	height: 1px;
	background-color: #efefef;
}
.services-section .services-block-two {
	padding: 0px;
	margin-bottom: 80px;
}
.services-block-two .inner-box {
	position: relative;
	padding-left: 85px;
	padding-right: 50px;
}
.services-block-two:nth-child(3), .services-block-two:nth-child(4) {
	margin-bottom: 0px;
}
.services-block-two .inner-box .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 52px;
	color: #0d70b7;
	line-height: 1em;
}
.services-block-two .inner-box h3 {
	position: relative;
	font-weight: 700;
	color: #222222;
	font-size: 20px;
	margin-bottom: 2px;
	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: #0d70b7;
}
.services-block-two .inner-box .title {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	color: #0d70b7;
	margin-bottom: 10px;
}
.services-block-two .inner-box .text {
	position: relative;
	color: #848484;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.8em;
}
/*** 

====================================================================
	Faq Section
====================================================================

***/

.faq-section {
	position: relative;
	padding: 80px 0px 40px;
}
.faq-section .content-column {
	position: relative;
	margin-bottom: 40px;
}
.faq-section .content-column .content-inner {
	position: relative;
}
.faq-section .content-column .content-inner .theme-btn {
	padding: 12px 18px;
}
.faq-section .content-column .content-inner .images {
	position: relative;
}
.faq-section .content-column .content-inner .images .row {
	position: relative;
	margin: 0px -5px;
}
.faq-section .content-column .content-inner .images .row .image-column {
	padding: 0px 5px;
	margin-bottom: 10px;
}
.faq-section .content-column .content-inner .images .row .image-column .image img {
	width: 100%;
}
.faq-section .content-column .content-inner .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 15px;
}
.faq-section .content-column .content-inner h2 {
	position: relative;
	color: #222222;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 30px;
	text-align: left;
}
/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
	position: relative;
	border: 1px solid #efefef;
}
.accordion-box .block {
	position: relative;
	padding: 19px 20px;
	border-bottom: 1px solid #f2f2f2;
}
.accordion-box .block:last-child {
	margin-bottom: 0px;
	border: 0px;
}
.accordion-box .block .acc-btn {
	position: relative;
	font-size: 20px;
	cursor: pointer;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	padding: 0px 30px 0px 0px;
	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: 'Nunito Sans', sans-serif;
}
.accordion-box .block .icon-outer {
	position: absolute;
	right: 15px;
	top: 20px;
	font-size: 16px;
	color: #0d70b7;
	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 .icon-outer .icon {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	font-size: 12px;
	color: #0d70b7;
	font-weight: 700;
	line-height: 1em;
	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;
}
.accordion-box .block .icon-outer .icon-plus {
	opacity: 1;
}
.accordion-box .block .icon-outer .icon-minus {
	opacity: 0;
	color: #11da61;
	font-weight: 700;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
	opacity: 1;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
	opacity: 0;
}
.accordion-box .block .acc-btn.active .icon-outer {
	color: #11da61;
}
.accordion-box .block .acc-content {
	position: relative;
	display: none;
}
.accordion-box .block .acc-content .content-text {
	padding-bottom: 6px;
}
.accordion-box .block .acc-content.current {
	display: block;
}
.accordion-box .block .content {
	position: relative;
	font-size: 14px;
	padding: 15px 0px 0px 0px;
}
.accordion-box .block .content p {
	margin-bottom: 20px;
	line-height: 1.8em;
	font-size: 16px;
	color: #848484;
	font-weight: 300;
}
.accordion-box .block .content p:last-child {
	margin-bottom: 0px;
}
/*Accordian Style Two*/

.accordion-box.style-two {
	border: 0px;
}
.accordion-box.style-two .block {
	margin-bottom: 2px;
	padding: 23px 20px;
	border: 1px solid rgba(255,255,255,0.20);
}
.accordion-box.style-two .block .acc-btn {
	color: #ffffff;
}
.accordion-box.style-two .block .content p {
	color: #adadad;
	font-size: 16px;
	line-height: 1.9em;
}
/*Accordian Style Three*/

.accordion-box.style-three {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 30px;
	margin-bottom: 70px;
}
.accordion-box.style-three .block {
	padding-left: 0px;
}
.accordion-box.style-three .block .acc-btn {
	font-weight: 400;
}
.accordion-box.style-three .block .icon-outer {
	right: 0px;
}
/*Accordian Style Four*/

.accordion-box.style-four {
	border: 0px;
}
.accordion-box.style-four .block {
	border: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
.accordion-box.style-four .block .acc-btn {
	padding: 13px 20px;
	background-color: #f7f7f7;
}
.accordion-box.style-four .block .icon-outer .icon {
	font-size: 20px;
	margin-top: -20px;
}
.accordion-box.style-four .block .icon-outer {
	right: 30px;
	top: 36px;
}
.accordion-box.style-four .block .acc-btn.active .icon-outer .icon-plus {
	opacity: 1;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
.accordion-box.style-four .block .content {
	padding: 20px 20px;
	border: 1px solid #f4f4f4;
	border-top: 0px;
}
/*Accordian Style Five*/

.accordion-box.style-five {
	position: relative;
	padding: 0px 30px;
	border: 0px;
	background-color: #f7f7f7;
}
.accordion-box.style-five .block {
	padding: 0px 0px;
}
.accordion-box.style-five .block:last-child .acc-content {
	padding-bottom: 25px;
}
.accordion-box.style-five .block .acc-btn {
	padding-right: 0px;
	padding-left: 40px;
	padding-top: 19px;
	padding-bottom: 19px;
}
.accordion-box.style-five .block .acc-btn.active {
	color: #0d70b7;
}
.accordion-box.style-five .block .acc-btn.active .icon-outer {
	background-color: #0d70b7;
}
.accordion-box.style-five .block .icon-outer {
	left: 0px;
	top: 50%;
	right: auto;
	width: 20px;
	height: 20px;
	color: #ffffff;
	line-height: 21px;
	border-radius: 50%;
	text-align: center;
	margin-top: -10px;
	background-color: #cccccc;
}
.accordion-box.style-five .block .icon-outer .icon {
	left: 0px;
	top: 19px;
	width: 20px;
	height: 20px;
	color: #ffffff;
}
.accordion-box.style-five .block .content {
	background-color: #ffffff;
	margin-top: 0px;
	padding: 25px 40px;
}
/*** 

====================================================================
	Project Section
====================================================================

***/

.project-section {
	position: relative;
	padding: 75px 0px 80px;
}
.project-tab {
	position: relative;
}
.project-tab .project-carousel .owl-nav, .project-tab .project-carousel .owl-dots {
	display: none;
}
.project-tab .tabs-header {
	position: relative;
}
.project-tab .more-projects {
	position: relative;
	color: #222222;
	font-size: 14px;
	font-weight: 700;
	margin-top: 10px;
	display: inline-block;
	text-transform: uppercase;
}
.project-tab .product-tab-btns {
	position: relative;
	text-align: right;
	padding-top: 10px;
}
.project-tab .product-tab-btns .p-tab-btn {
	position: relative;
	line-height: 24px;
	padding: 0px 0px;
	cursor: pointer;
	color: #848484;
	font-weight: 400;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 30px;
	text-transform: capitalize;
	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;
}
.project-tab .product-tab-btns .p-tab-btn.active-btn {
	color: #0d70b7;
}
.project-tab .p-tabs-content {
	position: relative;
	display: block;
}
.project-tab .p-tab {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	background: #ffffff;
	visibility: hidden;
}
.project-tab .p-tab.active-tab {
	position: relative;
	visibility: visible;
	z-index: 5;
}
/*Gallery Item*/

.gallery-item {
	position: relative;
}
.gallery-item .inner-box {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
.project-tab .p-tab .gallery-item .inner-box {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
}
.project-tab .p-tab.active-tab .gallery-item .inner-box {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}
.gallery-item .image-box {
	position: relative;
	display: block;
}
.gallery-item .image-box img {
	position: relative;
	display: block;
	width: 100%;
}
.gallery-item .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #ffffff;
	text-align: center;
	background: rgba(13,112,183,0.90);
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translate(-100%, 0%);
	-ms-transform: translate(-100%, 0%);
	-o-transform: translate(-100%, 0%);
	-moz-transform: translate(-100%, 0%);
	transform: translate(-100%, 0%);
}
.gallery-item .inner-box:hover .overlay-box {
	opacity: 1;
	-webkit-transform: translate(0%);
	-ms-transform: translate(0%);
	-o-transform: translate(0%);
	-moz-transform: translate(0%);
	transform: translate(0%);
}
.gallery-item .lower-content {
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: left;
	padding: 0px 20px 15px;
}
.gallery-item .lower-content h3 {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0px;
	text-transform: capitalize;
}
.gallery-item .lower-content h3 a {
	color: #ffffff;
}
.gallery-item .lower-content .department {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
}
.gallery-item .image-link {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	margin-top: -22px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.gallery-item .image-link .icon {
	position: relative;
}
/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section-two {
	position: relative;
	padding: 80px 0px 80px;
}
.testimonial-block-two {
	position: relative;
}
.testimonial-block-two .inner-box {
	position: relative;
	padding: 30px 30px;
	text-align: center;
	border: 1px solid #efefef;
	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 .inner-box:hover {
	border-color: #0d70b7;
}
.testimonial-block-two .inner-box:hover .quote-icon {
	color: #ffffff;
	border-color: #0d70b7;
	background-color: #0d70b7;
}
.testimonial-block-two .inner-box h3 {
	position: relative;
	color: #222222;
	font-size: 20px;
	font-weight: 700;
}
.testimonial-block-two .inner-box .location {
	position: relative;
	color: #0d70b7;
	font-size: 16px;
	margin-top: 5px;
}
.testimonial-block-two .inner-box .stars:before {
	position: absolute;
	content: '';
	right: 110%;
	top: 12px;
	width: 60px;
	height: 1px;
	background-color: #efefef;
}
.testimonial-block-two .inner-box .stars:after {
	position: absolute;
	content: '';
	left: 110%;
	top: 12px;
	width: 60px;
	height: 1px;
	background-color: #efefef;
}
.testimonial-block-two .inner-box .stars {
	position: relative;
	margin-top: 5px;
	margin-bottom: 12px;
	display: inline-block;
}
.testimonial-block-two .inner-box .stars .fa {
	position: relative;
	color: #d0d0d0;
	font-size: 14px;
	margin: 0px 1px;
}
.testimonial-block-two .inner-box .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
}
.testimonial-block-two .inner-box .quote-icon {
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 50px;
	height: 50px;
	color: #d5d5d5;
	line-height: 48px;
	font-size: 26px;
	border-right: 0px;
	border: 1px solid #efefef;
	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-section-two .owl-nav {
	display: none;
}
.testimonial-section-two .owl-dots {
	position: relative;
	padding-top: 50px;
	text-align: center;
}
.testimonial-section-two .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 13px;
}
.testimonial-section-two .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #eaeaea;
	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-section-two .owl-dots .owl-dot.active span, .testimonial-section-two .owl-dots .owl-dot:hover span {
	background: #0d70b7;
}
/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section {
	position: relative;
	padding: 80px 0px 40px;
	background-size: cover;
}
.team-section.style-two {
	padding-bottom: 80px;
}
.team-member {
	position: relative;
	margin-bottom: 40px;
}
.team-member .inner-box {
	position: relative;
}
.team-member .inner-box .image {
	position: relative;
}
.team-member .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	text-align: center;
	background-color: rgba(7,34,53,0.90);
	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;
}
.team-member .inner-box .image .overlay-box .social-icon-two {
	top: 50%;
	margin-top: -10px;
}
.team-member .inner-box:hover .image .overlay-box {
	opacity: 1;
}
.team-member .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}
.team-member .inner-box .lower-content {
	position: relative;
	padding-top: 25px;
}
.team-member .inner-box .lower-content h3 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
}
.team-member .inner-box .lower-content h3 a {
	position: relative;
	color: #ffffff;
}
.team-member .inner-box .lower-content .designation {
	position: relative;
	color: #0d70b7;
	font-size: 16px;
}
.team-member .inner-box .lower-content .text {
	position: relative;
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 300;
	margin-top: 12px;
}
.team-member.style-two .inner-box .lower-content h3 a {
	color: #222222;
}
/*** 

====================================================================
	Subscribe Section
====================================================================

***/

.subscribe-section {
	position: relative;
	padding: 80px 0px 140px;
	background: #f7f7f7 url(../images/background/1.jpg) left top no-repeat;
}
.subscribe-section h2 {
	position: relative;
	color: #222222;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2em;
}
.subscribe-section .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 32px;
}
/*Subscribe widget*/

.subscribe-form .form-group {
	position: relative;
	display: block;
	margin-bottom: 15px;
}
.subscribe-form .form-group input[type="text"], .subscribe-form .form-group input[type="email"] {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 20px;
	height: 50px;
	font-size: 14px;
	background: #ffffff;
	color: #848484;
	border: 1px solid #e8e8e8;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.subscribe-form .form-group input[type="text"]:focus, .subscribe-form .form-group input[type="email"]:focus {
	border-color: #0d70b7;
}
.subscribe-form .form-group input[type="submit"], .subscribe-form button {
	padding: 12px 45px;
	width: 100%;
	font-size: 15px;
	text-transform: uppercase;
}
/*** 

====================================================================
	Choose Section
====================================================================

***/

.choose-section {
	position: relative;
	padding: 80px 0px 40px;
}
.services-block-three {
	position: relative;
	margin-bottom: 40px;
}
.services-block-three .inner-box {
	position: relative;
}
.services-block-three .inner-box .image {
	position: relative;
}
.services-block-three .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}
.services-block-three .inner-box .lower-content {
	position: relative;
	padding: 20px 20px 15px;
	border: 1px solid #efefef;
}
.services-block-three .inner-box .lower-content .content {
	position: relative;
	padding-left: 70px;
}
.services-block-three .inner-box .lower-content .content .icon-box {
	position: absolute;
	left: 0px;
	top: 2px;
	width: 55px;
	text-align: left;
	color: #0f6eb1;
	font-size: 40px;
	padding: 2px 0px;
	line-height: 1em;
	margin-right: 12px;
	border-right: 1px solid #e9e9e9;
}
.services-block-three .inner-box .lower-content .content h3 {
	position: relative;
	color: #222222;
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
}
.services-block-three .inner-box .lower-content .content .title {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
}
.services-block-three .inner-box:hover .overlay-box {
	opacity: 1;
}
.services-block-three .inner-box .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.services-block-three .inner-box .overlay-box:after {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 102%;
	left: 5%;
	height: 20px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.services-block-three .inner-box:hover .overlay-box:after {
	opacity: 1;
}
.services-block-three .inner-box .overlay-box:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-color: rgba(13,112,183,0.95);
}
.services-block-three .inner-box .overlay-box .overlay-inner {
	position: relative;
	padding: 30px 20px 20px;
}
.services-block-three .inner-box .overlay-box .overlay-inner .upper-box {
	position: relative;
	padding-bottom: 20px;
	padding-left: 70px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255,255,255,0.20);
}
.services-block-three .inner-box .overlay-box .overlay-inner .upper-box .icon-box {
	position: absolute;
	left: 0px;
	top: 2px;
	width: 55px;
	text-align: left;
	color: #ffffff;
	font-size: 40px;
	padding: 2px 0px;
	line-height: 1em;
	margin-right: 12px;
	border-right: 1px solid rgba(255,255,255,0.20);
}
.services-block-three .inner-box .overlay-box .overlay-inner .upper-box h3 {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
}
.services-block-three .inner-box .overlay-box .overlay-inner .upper-box h3 a {
	position: relative;
	color: #ffffff;
}
.services-block-three .inner-box .overlay-box .overlay-inner .upper-box .title {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
}
.services-section .sec-title .btn-style-four {
	margin-top: 10px;
}
/*Services Block Four*/

.services-block-four {
	position: relative;
	margin-bottom: 40px;
}
.services-block-four .inner-box {
	position: relative;
	padding: 35px 15px;
	text-align: center;
	border: 2px solid #eaeaea;
	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-four .inner-box .number {
	position: absolute;
	left: 15px;
	top: 10px;
	font-size: 60px;
	font-weight: 700;
	color: #ecebeb;
	line-height: 1em;
	font-family: 'Nunito Sans', 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;
}
.services-block-four .inner-box .icon-box {
	position: relative;
	color: #0d70b7;
	font-size: 50px;
	line-height: 1em;
	margin-bottom: 15px;
}
.services-block-four .inner-box h3 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
}
.services-block-four .inner-box h3 a {
	color: #222222;
}
.services-block-four .inner-box .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	margin-top: 10px;
}
.services-block-four .inner-box:hover {
	background-color: #0d70b7;
	border-color: #0d70b7;
}
.services-block-four .inner-box:hover .number {
	color: rgba(255,255,255,0.50);
}
.services-block-four .inner-box:hover .icon-box, .services-block-four .inner-box:hover h3 a, .services-block-four .inner-box:hover .text {
	color: #ffffff;
}
/*** 

====================================================================
	Project Section Two
====================================================================

***/

.gallery-section {
	position: relative;
	padding: 80px 0px 40px;
	background-color: #072235;
}
.gallery-section .sec-title h2:before {
	background-color: #ffffff;
}
.gallery-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/resource/bg-layer.jpg) repeat;
}
.gallery-filters {
	position: relative;
	margin-bottom: 40px;
	margin-top: 10px;
}
.gallery-filters li {
	position: relative;
	display: inline-block;
	padding: 0px 0px 3px;
	line-height: 24px;
	color: #c7c7c7;
	cursor: pointer;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 400;
	margin: 0px 25px 10px 0px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	font-family: 'Nunito Sans', sans-serif;
}
.gallery-filters li:hover, .gallery-filters li.active {
	color: #0d70b7;
}
.project-block-one {
	position: relative;
	margin-bottom: 45px;
}
.project-block-one.mix {
	display: none;
}
.project-block-one .inner-box {
	position: relative;
	display: 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;
}
.project-block-one .inner-box:hover .image-box .overlay-box {
	opacity: 1;
}
.project-block-one .image-box {
	position: relative;
	display: block;
}
.project-block-one .image-box img {
	position: relative;
	display: block;
	width: 100%;
}
.project-block-one .image-box .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	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;
	background-color: rgba(13,112,183,0.90);
}
.project-block-one .image-box .overlay-box .icon {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	top: 46%;
	margin-top: -15px;
}
.project-block-one .lower-content {
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding: 15px 0px 0px;
}
.project-block-one .lower-content h3 {
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
}
.project-block-one .lower-content 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;
}
.project-block-one .inner-box:hover .lower-content h3 a {
	color: #0d70b7;
}
.project-block-one .lower-content .text {
	font-size: 16px;
	font-weight: 300;
	color: #c7c7c7;
}
.team-section .owl-nav {
	display: none;
}
.team-section .owl-dots {
	position: relative;
	padding-top: 0px;
	text-align: center;
}
.team-section .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 13px;
}
.team-section .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #eaeaea;
	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;
}
.team-section .owl-dots .owl-dot.active span, .team-section .owl-dots .owl-dot:hover span {
	background: #0d70b7;
}
/*** 

====================================================================
	Sevices Section
====================================================================

***/

.services-section-two {
	position: relative;
	padding: 90px 0px 40px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.services-section-two:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(13,112,183,0.95);
}
/*Services Block Five*/

.services-block-five {
	position: relative;
	margin-bottom: 40px;
}
.services-block-five .inner-box {
	position: relative;
	padding: 50px 15px 40px;
	text-align: center;
	background-color: rgba(255,255,255,0.08);
	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-five .inner-box .icon-box {
	position: relative;
	color: #ffffff;
	font-size: 52px;
	line-height: 1em;
	margin-bottom: 20px;
	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-five .inner-box h3 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	margin-top: 18px;
	margin-bottom: 10px;
	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-five .inner-box h3 a {
	position: relative;
	color: #ffffff;
}
.services-block-five .inner-box .text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 300;
	margin-top: 15px;
	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-five .inner-box:hover {
	background-color: rgba(255,255,255,1);
}
.services-block-five .inner-box:hover .icon-box {
	color: #0d70b7;
}
.services-block-five .inner-box:hover h3 a {
	color: #222222;
}
.services-block-five .inner-box:hover .text {
	color: #848484;
}
/*** 

====================================================================
	Feedback Section
====================================================================

***/

.feedback-section {
	position: relative;
	padding: 80px 0px 80px;
}
.feedback-section .owl-carousel {
	max-width: 375px;
	margin: 0 auto;
	position: static;
}
.feedback-section .carousel-outer {
	position: relative;
	overflow: hidden;
	padding-top: 40px;
	margin: 0px -36px;
}
.feedback-section .owl-carousel .owl-stage-outer {
	overflow: visible;
}
/*Testimonial Block Three*/

.testimonial-block-three {
	position: relative;
}
.testimonial-block-three .inner-box {
	position: relative;
	text-align: center
}
.testimonial-block-three .inner-box .upper-box {
	position: relative;
	padding: 35px 20px 30px;
	background-color: #f7f7f7;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.testimonial-block-three .inner-box .upper-box .content {
	position: relative;
}
.testimonial-block-three .inner-box .upper-box .content .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 300;
}
.testimonial-block-three .inner-box .upper-box .quote-icon {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #e9e9e9;
	font-size: 36px;
}
.testimonial-block-three .inner-box .lower-box {
	position: relative;
	margin-top: 30px;
}
.testimonial-block-three .inner-box .lower-box .image-box {
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-top: -70px;
	border-radius: 50%;
	margin-bottom: 15px;
	overflow: hidden;
	display: none;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.testimonial-block-three .inner-box .lower-box .image-box img {
	border-radius: 50%;
}
.testimonial-block-three .inner-box .lower-box h3 {
	position: relative;
	color: #222222;
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
}
.testimonial-block-three .inner-box .lower-box .location {
	position: relative;
	color: #0d70b7;
	font-size: 16px;
}
.feedback-section .owl-dots {
	display: none;
}
.feedback-section .owl-nav {
	margin: 0px;
	padding: 0px;
}
.feedback-section .owl-nav .owl-next, .feedback-section .owl-nav .owl-prev {
	position: absolute;
	width: 48px;
	height: 48px;
	top: 105px;
	line-height: 46px;
	border: 1px solid #f0f0f0;
	text-align: center;
	font-size: 24px;
	color: #949494;
	background: #ffffff;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.feedback-section .carousel-outer:hover .owl-nav .owl-next, .feedback-section .carousel-outer:hover .owl-nav .owl-prev {
	opacity: 1;
	visibility: visible;
}
.feedback-section .owl-nav .owl-prev {
	left: 0px;
}
.feedback-section .owl-nav .owl-next {
	right: 0px;
}
.feedback-section .owl-nav .owl-next:hover, .feedback-section .owl-nav .owl-prev:hover {
	color: #0d70b7;
	border-color: #0d70b7;
}
.feedback-section .owl-item {
	opacity: 0.4;
}
.feedback-section .owl-item.active {
	opacity: 1;
}
.feedback-section .owl-item.active .testimonial-block-three .inner-box {
	margin-top: -40px;
}
.feedback-section .owl-item.active .testimonial-block-three .inner-box .lower-box .image-box {
	display: block;
}
.feedback-section .owl-item.active .testimonial-block-three .inner-box .upper-box {
	padding-bottom: 70px;
}
.news-block-three {
	position: relative;
	margin-bottom: 40px;
}
.news-block-three .inner-box {
	position: relative;
}
.news-block-three .inner-box .image {
	position: relative;
}
.news-block-three .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	background-color: rgba(7,34,53,0.90);
	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-block-three .inner-box .image .overlay-box .icon {
	position: relative;
	color: #ffffff;
	font-size: 24px;
	top: 46%;
	margin-top: -15px;
}
.news-block-three .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}
.news-block-three .inner-box .lower-content {
	position: relative;
	padding-top: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
	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-block-three .inner-box .lower-content .content {
	position: relative;
}
.news-block-three .inner-box .lower-content .content h3 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
}
.news-block-three .inner-box .lower-content .content 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-block-three .inner-box .lower-content .content h3 a:hover {
	color: #0d70b7;
}
.news-block-three .inner-box .content {
	position: relative;
}
.news-block-three .inner-box .content .post-time {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	margin-top: 10px;
}
.news-block-three .inner-box:hover .lower-content {
	border-color: #0d70b7;
}
.news-block-three .inner-box:hover .image .overlay-box {
	opacity: 1;
}
/*Welcome Section*/

.welcome-block {
	position: relative;
	margin-bottom: 40px;
}
.welcome-block .inner-box {
	position: relative;
}
.welcome-block .inner-box .image {
	position: relative;
}
.welcome-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}
.welcome-block .inner-box .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
}
.welcome-block .inner-box .overlay-box:before {
	position: absolute;
	content: '';
	left: 0px;
	width: 100%;
	height: 50%;
	bottom: 0px;
	padding: 0px 20px 20px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.85));
	background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.85));
	background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.85));
	background: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.85));
}
.welcome-block .inner-box .overlay-box:after {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	background-color: rgba(7,34,53,0.85);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.welcome-block .inner-box .overlay-box .content {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 10;
	padding: 0px 20px 20px 20px;
}
.welcome-block .inner-box .overlay-box .content .content-inner {
	position: relative;
	padding-left: 80px;
}
.welcome-block .inner-box .overlay-box .content .content-inner .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fff;
	font-size: 48px;
	line-height: 1em;
	padding-right: 15px;
	border-right: 1px solid rgba(255,255,255,0.20);
}
.welcome-block .inner-box .overlay-box .content .content-inner h3 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
}
.welcome-block .inner-box .overlay-box .content .content-inner h3 a {
	color: #ffffff;
}
.welcome-block .inner-box .overlay-box .content .content-inner .text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
}
.welcome-block .inner-box .lower-box {
	position: relative;
	padding-top: 25px;
}
.welcome-block .inner-box .lower-box .theme-btn {
	padding: 7px 27px 5px;
}
.welcome-block .inner-box .lower-box .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	line-height: 1.7em;
	font-weight: 300;
	margin-bottom: 25px;
}
.welcome-block .inner-box:hover .image .overlay-box:before {
	opacity: 0;
}
.welcome-block .inner-box:hover .image .overlay-box:after {
	opacity: 1;
}
/*** 

====================================================================
	Featured Section Three
====================================================================

***/

.featured-section-three {
	position: relative;
	padding: 75px 0px 40px;
	background-color: #f7f7f7;
}
.featured-section-three .title-column {
	position: relative;
	margin-bottom: 40px;
}
.featured-section-three .title-column h2 {
	position: relative;
	color: #222222;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 18px;
}
.featured-section-three .title-column .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 300;
	margin-bottom: 30px;
}
/*Featured Section Four*/

.featured-section-four {
	position: relative;
	margin-bottom: 40px;
}
.featured-section-four .inner-box {
	position: relative;
	padding-left: 78px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e8e8e8;
	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-section-four .inner-box .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #0d70b7;
	font-size: 56px;
	line-height: 1em;
}
.featured-section-four .inner-box h3 {
	position: relative;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 15px;
}
.featured-section-four .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-section-four .inner-box h3 a:hover {
	color: #0d70b7;
}
.featured-section-four .inner-box .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.featured-section-four .inner-box .read-more {
	color: #222222;
	font-size: 14px;
	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;
}
.featured-section-four .inner-box .read-more:hover {
	color: #0d70b7;
}
.featured-section-four .inner-box:hover {
	border-color: #0d70b7;
}
/*Services Block Six*/

.services-block-six {
	position: relative;
	margin-bottom: 40px;
}
.services-block-six .inner-box {
	position: relative;
	text-align: center;
	border: solid 1px #f2f2f2;
	padding: 25px;
	height: 350px;
	background: #fff;/*box-shadow: 0 0 10px #e3dedb;*/
}
.services-block-six .inner-box .icon-box {
	position: relative;
	width: 110px;
	height: 110px;
	color: #222222;
	font-size: 48px;
	text-align: center;
	border-radius: 50%;
	line-height: 110px;
	margin: 0 auto;
	margin-bottom: 22px;
	border: 1px solid #f0f0f0;
	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-six .inner-box h3 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;
	text-transform: capitalize;
}
.services-block-six .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-six .inner-box .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6em;
}
.services-block-six .inner-box:hover .icon-box {
	color: #ffffff;
	border-color: #0d70b7;
	background-color: #0d70b7;
}
.services-block-six .inner-box h3 a:hover {
	color: #0d70b7;
}
/*** 

====================================================================
	Default Section
====================================================================

***/

.default-section {
	position: relative;
	padding: 80px 0px 40px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.default-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(7,34,53,0.95)
}
.default-section .form-column {
	position: relative;
	margin-bottom: 40px;
}
.default-section .accordian-column {
	margin-bottom: 40px;
}
.default-section .form-column .inner-column {
	position: relative;
	padding: 25px 30px 10px;
	background-color: #0b293d;
	border: 1px solid rgba(255,255,255,0.20);
}
.default-section .form-column .inner-column h2 {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.form-group .ui-selectmenu-button.ui-button:hover {
	color: inherit !important;
}
.default-section .form-column .inner-column .default-form {
	position: relative;
}
.default-form .form-group {
	position: relative;
	margin-bottom: 30px;
}
.default-form .form-group input[type="text"], .default-form .form-group input[type="email"], .default-form .form-group textarea, .default-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	color: #ffffff;
	line-height: 28px;
	padding: 10px 20px;
	font-size: 14px;
	background: none;
	transition: all 500ms ease;
	border: 1px solid rgba(255,255,255,0.20);
}
.default-form .form-group textarea {
	height: 190px;
	resize: none;
}
.request-section .default-form .form-group textarea {
	height: 190px;
}
 .default-form .form-group select, .default-form .form-group input::-webkit-input-placeholder {
 color: #848484;
}
.default-form .form-group form select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	cursor: pointer;
}
.default-form .form-group button {
	padding: 11px 46px;
}
/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
	width: 100%;
	font-size: 14px;
	font-style: normal;
	height: 50px;
	padding: 12px 20px;
	border: 1px solid rgba(255,255,255,0.20);
	line-height: 24px;
	color: #848484 !important;
	border-radius: 0px;
	background: url(../images/icons/icon-select.png) right top no-repeat;
}
.form-group .ui-button .ui-icon {
	background: none;
	position: relative;
	top: 0px;
	text-indent: 0px;
	color: #848484 !important;
}
.form-group .ui-button .ui-icon:before {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 0px;
	top: 0px !important;
	width: 10px;
	height: 20px;
	display: block;
	color: #333333;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
	opacity: 0;
}
.ui-widget.ui-widget-content {
	border: 1px solid #e0e0e0 !important;
	border-top: none !important;
	margin: 0px;
	padding: 0px;
}
.ui-menu .ui-menu-item {
	font-size: 14px;
	border: none;
	border-bottom: 1px solid #e0e0e0;
}
.ui-menu .ui-menu-item:last-child {
	border: none;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 24px;
	border: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-button.ui-state-active:hover {
	border: 1px solid #0d70b7;
	background: #0d70b7;
}
/*** 

====================================================================
	Achivement Section
====================================================================

***/

.achivement-section {
	position: relative;
	padding: 80px 0px 40px;/*background-color: #f7f7f7;*/
}
.achivement-section h2 {
	position: relative;
	color: #222222;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 18px;
}
.achivement-section .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
	margin-bottom: 40px;
}
.achivement-section .achivements-logos {
	margin-top: 10px;
	margin-bottom: 25px;
}
.achivement-section .achivements-logos .image {
	text-align: center;
	margin-bottom: 25px;
	border: solid 1px #f2e5e5;
	padding: 5px;
}
/*** 

====================================================================
	Testimonial Section Three
====================================================================

***/

.testimonial-section-three {
	position: relative;
	padding: 80px 0px 80px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.testimonial-section-three:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(13,112,183,0.95);
}
.testimonial-block-four {
	position: relative;
}
.testimonial-block-four .inner-box {
	position: relative;
	text-align: center;
}
.testimonial-block-four .inner-box .image {
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 12px;
}
.testimonial-block-four .inner-box .image img {
	border-radius: 50%;
}
.testimonial-block-four .inner-box h3 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 5px;
}
.testimonial-block-four .inner-box h3 span {
	font-weight: 300;
	font-size: 16px;
}
.testimonial-block-four .inner-box .rating {
	position: relative;
}
.testimonial-block-four .inner-box .rating .fa {
	position: relative;
	color: #ecd463;
	font-size: 14px;
	display: inline-block;
}
.testimonial-block-four .inner-box .text {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.6em;
	max-width: 840px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
}
.testimonial-section-three .owl-nav {
	display: none;
}
.testimonial-section-three .owl-dots {
	position: relative;
	text-align: center;
}
.testimonial-section-three .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 13px;
}
.testimonial-section-three .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #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-section-three .owl-dots .owl-dot.active span, .testimonial-section-three .owl-dots .owl-dot:hover span {
	background: #ffffff;
}
/*News Block Four*/

.news-block-four {
	position: relative;
	margin-bottom: 40px;
}
.news-block-four .inner-box {
	position: relative;
}
.news-block-four .inner-box .image {
	position: relative;
}
.news-block-four .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	background-color: rgba(7,34,53,0.90);
	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-block-four .inner-box .image .overlay-box .icon {
	position: relative;
	color: #ffffff;
	font-size: 22px;
	top: 46%;
	margin-top: -15px;
}
.news-block-four .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}
.news-block-four .inner-box .lower-content {
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
	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-block-four .inner-box .lower-content .content {
	position: relative;
}
.news-block-four .inner-box .lower-content .content h3 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
}
.news-block-four .inner-box .lower-content .content 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-block-four .inner-box .lower-content .content h3 a:hover {
	color: #0d70b7;
}
.news-block-four .inner-box .content {
	position: relative;
}
.news-block-four .inner-box .content .post-time {
	position: relative;
	color: #0d70b7;
	font-size: 16px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 6px;
}
.news-block-four .inner-box:hover .lower-content {
	border-color: #0d70b7;
}
.news-block-four .inner-box:hover .image .overlay-box {
	opacity: 1;
}
.news-block-four .inner-box .lower-content .content .text {
	position: relative;
	color: #848484;
	font-weight: 300;
	font-size: 16px;
}
/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title {
	position: relative;
	padding: 0px;
}
.page-title:before {
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(13,112,183,0.85);
}
.page-title h1 {
	position: relative;
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5em;
	padding-bottom: 5px;
	text-transform: capitalize;
}
.page-title h1:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 70px;
	height: 3px;
	background-color: #ffffff;
}
.page-info {
	position: relative;
}
.page-info .inner-container {
	position: relative;
	border-bottom: 1px solid #efefef;
}
.page-info h2 {
	font-size: 16px;
	color: #272727;
	line-height: 24px;
	font-weight: 700;
}
.page-info .bread-crumb {
	position: relative;
	font-size: 15px;
	padding: 18px 0px 17px;
}
.page-info .bread-crumb li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	margin-right: 24px;
	color: #0d70b7;
	font-weight: 300;
	line-height: 24px;
	text-transform: capitalize;
}
.page-info .bread-crumb li:last-child {
	margin-right: 0px;
}
.page-info .bread-crumb li:after {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	right: -21px;
	width: 10px;
	line-height: 24px;
	font-size: 16px;
	color: #333333;
}
.page-info .bread-crumb li:last-child:after {
	display: none;
}
.page-info .bread-crumb li 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;
}
.page-info .bread-crumb li a:hover {
	color: #0d70b7;
}
.page-info .share-icon {
	position: relative;
	font-size: 16px;
	font-weight: 300;
	padding: 15px 0px 18px;
	text-transform: capitalize;
}
.page-info .share-icon a {
	color: #0d70b7;
}
.page-info .share-icon .icon {
	margin-right: 5px;
	font-size: 14px;
	color: #222222;
}
.page-info .share-icon a {
	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;
}
/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two {
	position: relative;
	padding: 50px 0px;
}
.about-section-two .inner-container {
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #efefef;
}
.about-section-two .inner-container .content-column {
	position: relative;
	margin-bottom: 40px;
}
.about-section-two .inner-container .content-column .inner-content {
	position: relative;
}
.about-section-two .inner-container .content-column .inner-content .dark-text {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: #0d70b7;
	line-height: 1.4em;
	/*font-style: italic;*/
	margin-bottom: 20px;/*font-family: 'Nunito Sans', sans-serif;*/
}
.about-section-two .inner-container .content-column .inner-content .text {
	position: relative;
}
.about-section-two .inner-container .content-column .inner-content .text p {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6em;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
}
.about-section-two .inner-container .content-column .inner-content .text p:last-child {
	margin-bottom: 0px;
}
.about-section-two .inner-container .image-column {
	position: relative;
	margin-bottom: 40px;
}
.about-section-two .inner-container .image-column .image {
	position: relative;
}
.about-section-two .inner-container .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
}
/*** 

====================================================================
	featured Section
====================================================================

***/

.featured-services {
	position: relative;
	padding-bottom: 40px;
}
.feature-block {
	position: relative;
	margin-bottom: 40px;
}
.feature-block .inner-box {
	position: relative;
}
.feature-block .inner-box .image {
	position: relative;
}
.feature-block .inner-box .image img {
	position: relative;
	width: 100%;
}
.feature-block .inner-box .lower-content {
	position: relative;
	text-align: center;
	padding: 25px 15px 20px;
	border: 1px solid #f4f4f4;
}
.feature-block .inner-box .lower-content h3 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
	text-transform: capitalize;
}
.feature-block .inner-box .lower-content 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;
}
.feature-block .inner-box .lower-content h3 a:hover {
	color: #0d70b7;
}
.feature-block .inner-box .lower-content .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6em;
}
/*** 

====================================================================
	Approach Section
====================================================================

***/

.approach-section {
	position: relative;
	padding: 80px 0px 40px;
}
.featured-block-three {
	position: relative;
	margin-bottom: 40px;
}
.featured-block-three .inner-box {
	position: relative;
	padding: 35px 25px;
	background-color: #ffffff;
}
.featured-block-three .inner-box .icon-box {
	position: relative;
	font-size: 50px;
	color: #0d70b7;
	line-height: 1em;
	padding-bottom: 25px;
	display: inline-block;
	margin-bottom: 20px;
	border-bottom: 1px solid #f4f4f4;
}
.featured-block-three .inner-box .icon-box .icon {
	position: relative;
}
.featured-block-three .inner-box h3 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
}
.featured-block-three .inner-box h3 a {
	position: relative;
	color: #222222;
}
.featured-block-three .inner-box .title {
	position: relative;
	font-size: 16px;
	font-weight: 300;
	color: #0d70b7;
}
.featured-block-three .inner-box .overlay-box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	padding: 35px 20px;
	border: 1px solid #0d70b7;
	background-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;
}
.featured-block-three .inner-box .overlay-box .overlay-title {
	position: relative;
	font-size: 16px;
	font-weight: 300;
	color: #0d70b7;
	margin-bottom: 30px;
}
.featured-block-three .inner-box:hover .overlay-box {
	opacity: 1;
}
.featured-block-three .inner-box .overlay-box .text {
	position: relative;
	color: #848484;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6em;
}
.featured-block-three .inner-box .overlay-box .large-icon {
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 1em;
	color: #f7f7f7;
	font-size: 160px;
}
.approach-section .owl-dots {
	display: none;
}
.approach-section .owl-nav {
	position: absolute;
	right: 0px;
	top: -90px;
}
.approach-section .owl-nav .owl-prev {
	margin-right: 10px;
}
.approach-section .owl-nav .owl-prev, .approach-section .owl-nav .owl-next {
	display: inline-block;
	color: #072235;
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	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;
}
.approach-section .owl-nav .owl-prev:hover, .approach-section .owl-nav .owl-next:hover {
	color: #0d70b7;
}
/*** 

====================================================================
	History Section
====================================================================

***/

.history-section {
	position: relative;
	padding: 80px 0px 80px;
}
.news-block-five {
	position: relative;
}
.news-block-five .inner-box {
	position: relative;
}
.news-block-five .inner-box .image {
	position: relative;
}
.news-block-five .inner-box .image .post-date {
	position: absolute;
	left: 20px;
	bottom: 0px;
	font-size: 14px;
	color: #ffffff;
	padding: 2px 12px;
	display: inline-block;
	background-color: #0d70b7;
}
.news-block-five .inner-box .image img {
	position: relative;
	width: 100%;
}
.news-block-five .inner-box .lower-content {
	position: relative;
	padding: 22px 18px;
	border: 1px solid #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;
}
.news-block-five .inner-box .lower-content h3 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.news-block-five .inner-box .lower-content 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-block-five .inner-box .lower-content h3 a:hover {
	color: #0d70b7;
}
.news-block-five .inner-box .lower-content .text {
	position: relative;
	font-weight: 300;
	color: #848484;
	font-size: 16px;
}
.news-block-five .inner-box:hover .lower-content {
	-webkit-box-shadow: 0px 0px 17px 1px rgba(246,246,246,1);
	-moz-box-shadow: 0px 0px 17px 1px rgba(246,246,246,1);
	box-shadow: 0px 0px 17px 1px rgba(246,246,246,1);
}
.history-section .owl-nav {
	display: none;
}
.history-section .owl-dots {
	position: relative;
	padding-top: 50px;
	text-align: center;
}
.history-section .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 8px;
}
.history-section .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #eaeaea;
	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;
}
.history-section .owl-dots .owl-dot.active span, .history-section .owl-dots .owl-dot:hover span {
	background: #0d70b7;
}
/*** 

====================================================================
	Request Section
====================================================================

***/

.request-section {
	position: relative;
	padding: 80px 0px 40px;
	background-color: #072235;
}
.request-section .form-column {
	position: relative;
}
.request-section .form-column .default-form .form-group {
	position: relative;
	margin-bottom: 20px;
}
.request-section .info-column {
	position: relative;
}
.request-section .info-column .inner-column {
	position: relative;
	margin-left: 75px;
	padding: 25px 25px;
	background-color: #0d70b7;
}
.request-section .info-column .inner-column h2 {
	position: relative;
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.request-section .info-column .inner-column h2:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 70px;
	height: 1px;
	background-color: rgba(255,255,255,0.40);
}
.request-section .info-column .inner-column .text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 300;
	margin-bottom: 15px;
}
/*** 

====================================================================
	Press Section
====================================================================

***/

.press-section {
	position: relative;
	padding: 80px 0px 140px;
}
.press-block {
	position: relative;
}
.press-block .inner-box {
	position: relative;
}
.press-block .inner-box .image-column {
	position: relative;
}
.press-block .inner-box .image-column .image {
	position: relative;
	margin-bottom: 20px;
}
.press-block .inner-box .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
}
.press-block .inner-box .content-column {
	position: relative;
}
.press-block .inner-box .content-column .content-inner {
	position: relative;
}
.press-block .inner-box .content-column .content-inner h3 {
	position: relative;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 5px;
}
.press-block .inner-box .content-column .content-inner h3 a {
	position: relative;
	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;
}
.press-block .inner-box .content-column .content-inner h3 a:hover {
	color: #0d70b7;
}
.press-block .inner-box .content-column .content-inner .title {
	position: relative;
	color: #0d70b7;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.press-block .inner-box .content-column .content-inner .text {
	position: relative;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6em;
	color: #848484;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
}
.press-section .owl-nav {
	display: none;
}
.press-section .owl-dots {
	position: relative;
	padding-top: 50px;
	text-align: center;
}
.press-section .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 8px;
}
.press-section .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #eaeaea;
	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;
}
.press-section .owl-dots .owl-dot.active span, .press-section .owl-dots .owl-dot:hover span {
	background: #0d70b7;
}
/*** 

====================================================================
	Blog Grid Section
====================================================================

***/

.blog-grid-section {
	position: relative;
	padding: 80px 0px 150px;
}
/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.pagination-box {
	position: relative;
	padding-top: 40px;
	border-top: 1px solid #efefef;
}
.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;
	line-height: 55px;
	height: 55px;
	font-size: 18px;
	text-transform: capitalize;
	min-width: 55px;
	background: #ffffff;
	color: #b8b8b8;
	font-weight: 700;
	text-align: center;
	border: 1px solid #efefef;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	font-family: 'Nunito Sans', sans-serif;
}
.styled-pagination li a:hover, .styled-pagination li a.active {
	color: #ffffff;
	border-color: #0d70b7;
	background-color: #0d70b7;
}
.pagination-box .pages-number {
	position: relative;
	color: #222222;
	font-size: 14px;
	text-align: right;
	margin-top: 20px;
	font-family: 'Nunito Sans', sans-serif;
}
/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
	position: relative;
	padding: 80px 0px 110px;
}
.sidebar-page-container .content-side, .sidebar-page-container .sidebar-side {
	margin-bottom: 40px;
}
.blog-single {
	position: relative;
}
.blog-single .inner-box {
	position: relative;
}
.blog-single .inner-box .image {
	position: relative;
}
.blog-single .inner-box .image img {
	position: relative;
}
.blog-single .inner-box .post-info {
	position: relative;
	padding: 18px 0px 10px;
	border-bottom: 1px solid #efefef;
}
.blog-single .inner-box .post-info li {
	position: relative;
	color: #0d70b7;
	font-size: 16px;
	font-weight: 300;
	padding-right: 14px;
	margin-right: 15px;
	margin-bottom: 8px;
	display: inline-block;
}
.blog-single .inner-box .post-info li:after {
	position: absolute;
	content: '';
	right: -4px;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #dddddd;
}
.blog-single .inner-box .post-info li:last-child::after {
	display: none;
}
.blog-single .inner-box .lower-content {
	position: relative;
	padding-top: 25px;
}
.blog-single .inner-box .lower-content h3 {
	position: relative;
	color: #272727;
	font-size: 24px;
	font-weight: 700;
}
.blog-single .inner-box .lower-content .text {
	position: relative;
	margin-top: 10px;
}
.blog-single .inner-box .lower-content .text p {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
	margin-bottom: 15px;
}
.blog-single .inner-box .lower-content .text p:last-child {
	margin-bottom: 0px;
}
.blog-single .inner-box .lower-content .text blockquote {
	position: relative;
	padding: 0px;
	border: 0px;
	margin-bottom: 30px;
}
.blog-single .inner-box .lower-content .text .row {
	margin: 30px -10px 0px;
}
.blog-single .inner-box .lower-content .text .image-column, .blog-single .inner-box .lower-content .text .quote-column {
	padding: 0px 10px;
}
.blog-single .inner-box .lower-content .text .image-column .image {
	position: relative;
	margin-bottom: 30px;
}
.blog-single .inner-box .lower-content .text .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
}
.blog-single .inner-box .lower-content .text .quote-column .quote-icon {
	position: relative;
	color: #f1f1f1;
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 15px;
}
.blog-single .inner-box .lower-content .text .quote-column .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8em;
	margin-bottom: 15px;
}
.blog-single .inner-box .lower-content .text .quote-column .inner h3 {
	position: relative;
	color: #222222;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 1em;
}
.blog-single .inner-box .lower-content .text .quote-column .designation {
	position: relative;
	color: #0d70b7;
	font-size: 16px;
}
/*post share options*/

.blog-single .inner-box .lower-content .post-share-options {
	position: relative;
	padding: 20px 0px 0px;
	margin-top: 40px;
	border-top: 1px solid #f4f4f4;
}
.blog-single .inner-box .lower-content .post-share-options .tags span {
	font-size: 18px;
	color: #222222;
	font-weight: 400;
	font-family: 'Nunito Sans', sans-serif;
}
.blog-single .inner-box .lower-content .post-share-options .tags a {
	position: relative;
	color: #0d70b7;
	font-size: 16px;
	font-weight: 300;
}
.blog-single .inner-box .lower-content .post-share-options .tags {
	position: relative;
	color: #b7b7b7;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
}
.blog-single .inner-box .lower-content .author-box {
	position: relative;
	margin-top: 40px;
	margin-bottom: 50px;
}
.blog-single .inner-box .lower-content .author-box h2 {
	position: relative;
	color: #222222;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 25px;
}
.blog-single .inner-box .lower-content .author-box .author-comment {
	position: relative;
	padding: 30px 30px;
	border: 1px solid #f4f4f4;
}
.blog-single .inner-box .lower-content .author-box .author-comment .inner-box {
	position: relative;
	padding-left: 115px;
}
.blog-single .inner-box .lower-content .author-box .author-comment .inner-box .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 85px;
}
.blog-single .inner-box .lower-content .author-box .author-comment .inner-box h3 {
	position: relative;
	color: #222222;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.blog-single .inner-box .lower-content .author-box .author-comment .inner-box .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6em;
}
/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
	position: relative;
	margin-top: 0px;
	margin-bottom: 50px;
}
.sidebar-page-container .group-title {
	position: relative;
	margin-bottom: 30px;
}
.sidebar-page-container .group-title h2 {
	position: relative;
	font-size: 30px;
	color: #222222;
	font-weight: 700;
	text-transform: capitalize;
}
.sidebar-page-container .comments-area .comment-box {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.sidebar-page-container .comments-area .comment-box:nth-child(1) {
	padding-top: 0px;
}
.sidebar-page-container .comments-area .comment-box:hover {
	border-color: #eb5310;
}
.sidebar-page-container .comments-area .comment {
	position: relative;
	font-size: 14px;
	padding: 0px 0px 0px 90px;
}
.sidebar-page-container .comments-area .comment .comment-inner {
	position: relative;
	padding: 15px 20px;
	border: 1px solid #f4f4f4;
}
.sidebar-page-container .comments-area .comment .comment-inner .rating {
	position: absolute;
	right: 15px;
	top: 15px;
}
.sidebar-page-container .comments-area .comment .comment-inner .rating .fa {
	display: inline-block;
	color: #0d70b7;
}
.sidebar-page-container .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-bottom: 20px;
}
.sidebar-page-container .comments-area .comment-box .author-thumb img {
	width: 70px;
	display: block;
}
.sidebar-page-container .comments-area .comment-info {
	position: relative;
	color: #222222;
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Nunito Sans', sans-serif;
}
.sidebar-page-container .comments-area .comment-box .text {
	color: #666666;
	font-size: 16px;
	margin-top: 8px;
	font-weight: 300;
	line-height: 1.6em;
	margin-bottom: 6px;
}
.sidebar-page-container .comments-area .reply-comment {
	margin-left: 40px;
}
/*Comment Form*/

.comment-form .group-title {
	margin-bottom: 20px;
}
.comment-form .rating-box {
	position: relative;
	margin-bottom: 20px;
}
.comment-form .rating-box .text {
	position: relative;
	font-size: 14px;
	color: #222222;
	margin-bottom: 10px;
}
.comment-form .rating-box .rating {
	position: relative;
	display: inline-block;
	margin-right: 20px;
}
.comment-form .rating-box .rating .fa {
	position: relative;
	margin-right: 2px;
	display: inline-block;
}
.comment-form .rating-box .rating a {
	position: relative;
	color: #0d70b7;
	font-size: 14px;
	display: inline-block;
}
.comment-form .form-group {
	position: relative;
	margin-bottom: 30px;
}
.comment-form .form-group:last-child {
	margin-bottom: 0px;
}
.comment-form .form-group input[type="text"], .comment-form .form-group input[type="password"], .comment-form .form-group input[type="tel"], .comment-form .form-group input[type="email"], .comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 15px;
	border: 1px solid #efefef;
	height: 50px;
	color: #848484;
	font-weight: 300;
	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;
}
.comment-form .form-group input[type="text"]:focus, .comment-form .form-group input[type="password"]:focus, .comment-form .form-group input[type="tel"]:focus, .comment-form .form-group input[type="email"]:focus, .comment-form .form-group select:focus, .comment-form .form-group textarea:focus {
	border-color: #0d70b7;
}
.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 15px;
	color: #848484;
	border: 1px solid #efefef;
	height: 105px;
	font-weight: 300;
	background: #ffffff;
	resize: 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;
}
.comment-form button {
	position: relative;
	margin-top: 10px;
}
.comment-form input:focus, .comment-form select:focus, .comment-form textarea:focus {
	border-color: #f06529;
}
/*Sidebar Widget*/

.sidebar-widget {
	position: relative;
	margin-bottom: 50px;
}
/*Search Form Widget*/

.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;
	background: #ffffff;
	color: #848484;
	display: block;
	font-size: 14px;
	width: 100%;
	height: 50px;
	font-weight: 300;
	border: 1px solid #f7f7f7;
	padding: 10px 50px 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;
}
.sidebar .search-box .form-group input[type="text"]:focus, .sidebar .search-box .form-group input[type="search"]:focus {
	border-color: #0d70b7;
}
.sidebar .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 50px;
	width: 50px;
	line-height: 48px;
	text-align: center;
	display: block;
	font-size: 18px;
	color: #222222;
	background: #f7f7f7;
	font-weight: normal;
	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 + button, .sidebar .search-box .form-group button:hover {
	background-color: #0d70b7;
	color: #ffffff;
}
/*Sidebar Title*/

.sidebar-title {
	position: relative;
	margin-bottom: 32px;
}
.sidebar-title h2 {
	font-size: 22px;
	color: #222222;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: capitalize;
}
/*Blog Category*/

.blog-cat {
	position: relative;
	background-color: #f7f7f7;
	border: 1px solid #efefef;
}
.blog-cat li {
	position: relative;
	padding-left: 18px;
	border-bottom: 1px solid #efefef;
}
.blog-cat li:last-child {
	border: 0px;
}
.blog-cat li a {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.blog-cat li a:before {
	position: absolute;
	content: '\f105';
	left: 0px;
	top: 14px;
	font-family: 'FontAwesome';
}
.blog-cat li a:hover {
	color: #0d70b7;
}
/*Post Widget*/

.sidebar .popular-posts .post {
	position: relative;
	font-size: 14px;
	color: #666666;
	padding: 0px 0px;
	padding-left: 100px;
	min-height: 105px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f4f4f4;
}
.sidebar .popular-posts .post:last-child {
	margin-bottom: 0px;
	min-height: inherit;
	border: 0px;
}
.sidebar .popular-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 75px;
}
.sidebar .popular-posts .post:hover .post-thumb img {
	opacity: 0.70;
}
.sidebar .popular-posts .post .post-thumb img {
	display: block;
	width: 100%;
	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 .text {
	position: relative;
	top: -4px;
	font-size: 16px;
	margin: 0px 0px 0px;
	font-weight: 700;
	color: #272727;
	text-transform: capitalize;
	font-family: 'Nunito Sans', sans-serif;
}
.sidebar .popular-posts .post .text a {
	color: #000000;
	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: #0d70b7;
}
.sidebar .popular-posts .post-info {
	font-size: 16px;
	color: #0d70b7;
}
/*** 

====================================================================
	Gallery Widget
====================================================================

***/

.sidebar .gallery-widget .image {
	position: relative;
	float: left;
	width: 33.333%;
	padding: 0px 12px 12px 0px;
}
.sidebar .gallery-widget .image img {
	position: relative;
	display: block;
	width: 100%;
}
/*Popular Tags*/

.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 6px 14px 6px;
	margin: 0px 6px 10px 0px;
	color: #848484;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	text-transform: capitalize;
	border: 1px solid #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 {
	border-color: #0d70b7;
	background-color: #0d70b7;
	color: #ffffff;
}
/*News Block Six*/

.news-block-six {
	position: relative;
	margin-bottom: 60px;
}
.news-block-six .inner-box {
	position: relative;
}
.news-block-six .inner-box .image {
	position: relative;
}
.news-block-six .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}
.news-block-six .inner-box .lower-content {
	position: relative;
}
.news-block-six .inner-box .lower-content .post-info {
	position: relative;
	margin-bottom: 22px;
	padding: 18px 0px 8px;
	border-bottom: 1px solid #efefef;
}
.news-block-six .inner-box .lower-content .post-info li {
	position: relative;
	color: #0d70b7;
	font-size: 16px;
	font-weight: 300;
	padding-right: 14px;
	margin-right: 15px;
	margin-bottom: 8px;
	display: inline-block;
}
.news-block-six .inner-box .lower-content .post-info li:after {
	position: absolute;
	content: '';
	right: -4px;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #dddddd;
}
.news-block-six .inner-box .lower-content .post-info li:last-child::after {
	display: none;
}
.news-block-six .inner-box .lower-content h3 {
	position: relative;
	font-size: 24px;
	font-weight: 700;
}
.news-block-six .inner-box .lower-content h3 a {
	color: #272727;
	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-block-six .inner-box .lower-content h3 a:hover {
	color: #0d70b7;
}
.news-block-six .inner-box .lower-content .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
	margin-bottom: 28px;
	margin-top: 12px;
}
/*** 

====================================================================
	Case Section
====================================================================

***/

.case-section {
	position: relative;
	padding: 80px 0px 140px;
}
.case-block {
	position: relative;
	margin-bottom: 30px;
}
.case-block .inner-box {
	position: relative;
}
.case-block .inner-box .image {
	position: relative;
}
.case-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}
.case-block .inner-box .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(7,34,53,0.90);
	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-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	-moz-transform-origin: top;
	transform-origin: top;
}
.case-block .inner-box:hover .overlay-box {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1);
}
.case-block .inner-box .overlay-box .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
}
.case-block .inner-box .overlay-box .overlay-inner .search-box {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	color: #ffffff;
	line-height: 48px;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	margin-left: -25px;
	margin-top: -45px;
	display: inline-block;
	background-color: rgba(255,255,255,0.30);
}
.case-block .inner-box .overlay-box .overlay-inner .case-link {
	position: absolute;
	left: 10px;
	bottom: 10px;
	right: 10px;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	display: block;
	padding: 10px 0px;
	font-weight: 400;
	background-color: rgba(255,255,255,0.30);
	font-family: 'Nunito Sans', sans-serif;
}
.case-block .inner-box .lower-content {
	position: relative;
	padding-top: 20px;
}
.case-block .inner-box .lower-content h3 {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 5px;
}
.case-block .inner-box .lower-content h3 a {
	position: relative;
	color: #222222;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.case-block .inner-box .lower-content h3 a:hover {
	color: #0d70b7;
}
.case-block .inner-box .lower-content .category {
	position: relative;
	color: #0d70b7;
	font-size: 16px;
	font-weight: 300;
}
.case-section .styled-pagination {
	margin-top: 10px;
}
/*Case Single*/

.case-single {
	position: relative;
}
.case-single .inner-box {
	position: relative;
}
.case-single .inner-box .image {
	position: relative;
	margin-bottom: 40px;
}
.case-single .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}
.case-single .inner-box .info-column {
	position: relative;
	margin-bottom: 40px;
}
.case-single .inner-box .info-column .inner-box {
	position: relative;
	padding: 22px 20px;
	background-color: #f7f7f7;
}
.case-single .inner-box .info-column .inner-box ul {
	position: relative;
}
.case-single .inner-box .info-column .inner-box ul li {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
}
.case-single .inner-box .info-column .inner-box ul li:last-child {
	margin-bottom: 0px;
}
.case-single .inner-box .info-column .inner-box ul li span {
	position: relative;
	width: 30%;
	float: left;
	color: #0d70b7;
	margin-right: 22px;
	font-weight: 400;
	font-family: 'Nunito Sans', sans-serif;
}
.case-single .inner-box .info-column .inner-box ul li span:after {
	position: absolute;
	content: ':';
	right: 0px;
	top: 0px;
	color: #0d70b7;
}
.case-single .inner-box .content-column {
	position: relative;
	margin-bottom: 40px;
}
.case-single .inner-box .content-column .inner-column {
	position: relative;
}
.case-single .inner-box .content-column .inner-column h2 {
	position: relative;
	font-size: 24px;
	color: #222222;
	font-weight: 700;
}
.case-single .inner-box .content-column .inner-column .title {
	position: relative;
	color: #0d70b7;
	font-size: 16px;
	margin-bottom: 18px;
}
.case-single .inner-box .content-column .inner-column .text {
	position: relative;
	font-weight: 300;
	color: #848484;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.case-single .inner-box .content-box {
	position: relative;
	margin-top: 25px;
}
.case-single .inner-box .content-box .text {
	position: relative;
}
.case-single .inner-box .content-box .text h3 {
	position: relative;
	color: #222222;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}
.case-single .inner-box .content-box .text p {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
}
.case-single .inner-box .content-box .graph-image {
	position: relative;
	margin-top: 30px;
	margin-bottom: 40px;
}
.case-single .inner-box .content-box .graph-image .proj-result-graph {
	position: relative;
	padding: 30px;
	border: 1px solid #e0e0e0;
}
/*Case Filter*/

.case-section .filters {
	margin-bottom: 50px;
	padding: 25px 40px 21px;
	background-color: #072235;
}
.case-section .filters .filter-tabs {
	position: relative;
}
.case-section .filters li {
	position: relative;
	display: inline-block;
	padding: 8px 25px;
	line-height: 24px;
	color: #d5d5d5;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	margin-right: 0px;
	margin-bottom: 4px;
	text-transform: capitalize;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	font-family: 'Nunito Sans', sans-serif;
}
.case-section .filters .filter.active, .case-section .filters .filter:hover {
	color: #ffffff;
	background-color: #0d70b7;
}
.case-block.mix {
	display: none;
}
/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
	position: relative;
	padding: 80px 0px 40px;
}
.contact-section .accordian-column {
	position: relative;
	margin-bottom: 40px;
}
/*Info List*/

.info-list {
	position: relative;
}
.info-list li {
	position: relative;
	padding-left: 40px;
	font-size: 16px;
	color: #848484;
	font-weight: 300;
	padding-bottom: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f4f4f4;
}
.info-list li .icon {
	position: absolute;
	left: 0px;
	top: 4px;
	color: #0d70b7;
	font-size: 22px;
}
.info-list li:last-child {
	border: 0px;
	margin: 0px;
	padding-bottom: 0px;
}
.info-list li strong {
	font-weight: 400;
	color: #222222;
}
/*Contact Form*/

.contact-form h2 {
	position: relative;
	font-size: 30px;
	color: #222222;
	font-weight: 700;
	padding-bottom: 12px;
	margin-bottom: 48px;
}
.contact-form h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 80px;
	height: 4px;
	background-color: #0d70b7;
}
.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: 55px;
	font-size: 16px;
	color: #848484;
	line-height: 30px;
	padding: 12px 25px;
	font-weight: 300;
	background-color: #fffffff;
	border: 1px solid #efefef;
	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: #0d70b7;
}
.contact-form textarea {
	height: 250px !important;
	resize: none;
	padding: 12px 25px;
}
.contact-form button {
	font-size: 14px;
	width: 100%;
	padding: 10px 41px 10px;
}
.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;
}
/*** 

====================================================================
	Map Section Style
====================================================================

***/

.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;
}
.map-section .google-map {
	height: 550px;
}
/*Contact Tabs*/

.contact-tabs {
	position: relative;
	margin-bottom: 50px;
}
.contact-tabs .tab-btns {
	position: relative;
	margin-bottom: 35px;
}
.contact-tabs .tab-btns .tab-btn {
	position: relative;
	top: 1px;
	display: block;
	float: left;
	margin-right: 2px;
	font-size: 16px;
	background: #f8f8f8;
	color: #848484;
	text-transform: capitalize;
	font-weight: 400;
	line-height: 24px;
	cursor: pointer;
	padding: 12px 20px 10px;
	transition: all 500ms ease;
}
.contact-tabs .tab-btns .tab-btn:before {
	position: absolute;
	content: '';
	left: 0px;
	top: -1px;
	width: 100%;
	height: 2px;
	opacity: 0;
	background-color: #0d70b7;
}
.contact-tabs .tab-btns .tab-btn.active-btn:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
}
.contact-tabs .tab-btns .tab-btn:hover::before, .contact-tabs .tab-btns .tab-btn.active-btn:before {
	opacity: 1;
}
.contact-tabs .tab-btns .tab-btn:hover, .contact-tabs .tab-btns .tab-btn.active-btn {
	background: #ffffff;
	border-radius: 0px;
}
.contact-tabs .tabs-content {
	position: relative;
}
.contact-tabs .tabs-content .tab .text {
	position: relative;
	color: #848484;
	font-size: 18px;
	line-height: 1.8em;
	font-weight: 300;
	margin-bottom: 35px;
}
.contact-tabs .tabs-content .tab {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	visibility: hidden;
	opacity: 0;
	background: #ffffff;
}
.contact-tabs .tabs-content .tab.active-tab {
	position: relative;
	visibility: visible;
	opacity: 1;
}
/*** 

====================================================================
	Faq Section
====================================================================

***/

.faq-section.style-two {
	position: relative;
	padding: 80px 0px 160px;
}
.faq-section h2 {
	position: relative;
	color: #222222;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
/*** 

====================================================================
	Faq Section
====================================================================

***/

.consult-section {
	position: relative;
	padding: 80px 0px 150px;
}
.consult-section .section-inner {
	position: relative;
	background: url(../images/resource/consult-bg.jpg) right bottom no-repeat;
}
.consult-section .section-inner .image {
	position: relative;
}
.consult-section .section-inner .image img {
	position: relative;
	width: 100%;
	display: block;
}
.consult-section .section-inner .image .content {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 28px 80px 28px 28px;
	border-left: 4px solid #0d70b7;
	background-color: rgba(0,0,0,0.60);
}
.consult-section .section-inner .image .content h2 {
	position: relative;
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 15px;
}
.consult-section .section-inner .image .content .text {
	font-size: 16px;
	color: #ffffff;
	line-height: 1.6em;
}
.consult-section .section-inner .lower-content {
	position: relative;
	padding: 45px 30px 30px;
	border: 1px solid #efefef;
}
/*Consult Form*/

.consult-form {
	position: relative;
	z-index: 10;
}
.consult-form .form-group {
	margin-bottom: 25px;
}
.consult-form .form-group label {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	color: #0d70b7;
}
.consult-form .form-group label span {
	color: #848484;
	font-weight: 400;
}
.consult-form input[type="text"], .consult-form input[type="email"], .consult-form input[type="password"], .consult-form select, .consult-form textarea {
	display: block;
	width: 100%;
	height: 55px;
	font-size: 16px;
	color: #848484;
	line-height: 30px;
	padding: 12px 25px;
	font-weight: 300;
	background-color: #ffffff;
	border: 1px solid #efefef;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.consult-form .ui-selectmenu-button.ui-button {
	border: 1px solid #efefef;
	background-color: #ffffff;
}
.consult-form input:focus, .consult-form select:focus, .consult-form textarea:focus {
	border-color: #0d70b7;
}
.consult-form textarea {
	height: 160px;
	resize: none;
	padding: 12px 25px;
}
.consult-form button {
	margin-top: 15px;
}
/*** 

====================================================================
	Team Page Section
====================================================================

***/

.team-page-section {
	position: relative;
	padding: 80px 0px 120px;
}
.services-page-section {
	position: relative;
	padding: 80px 0px 120px;
}
.testimonial-page-section {
	position: relative;
	padding: 80px 0px 120px;
}
.testimonial-block-five {
	position: relative;
	margin-bottom: 50px;
}
.testimonial-block-five .inner-box {
	position: relative;
	padding: 28px 28px;
	text-align: center;
	border: 1px solid #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;
}
.testimonial-block-five .inner-box:hover {
	border: 1px solid transparent;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(244,244,244,1);
	-moz-box-shadow: 0px 0px 25px 0px rgba(244,244,244,1);
	box-shadow: 0px 0px 25px 0px rgba(244,244,244,1);
}
.testimonial-block-five .inner-box .image {
	position: relative;
	width: 85px;
	height: 85px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 22px;
}
.testimonial-block-five .inner-box h2 {
	position: relative;
	font-size: 20px;
	font-weight: 400;
	color: #222222;
	line-height: 1.4em;
}
.testimonial-block-five .inner-box .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 20px;
}
.testimonial-block-five .inner-box h3 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	color: #222222;
	line-height: 1.4em;
	display: inline-block;
	padding: 12px 30px 0px;
	border-top: 1px solid #f4f4f4;
}
/*Services Category*/

.services-category {
	position: relative;
}
.services-category .services-list {
	position: relative;
}
.services-category .services-list li {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #f4f4f4;
}
.services-category .services-list li a {
	position: relative;
	color: #848484;
	font-size: 18px;
	font-weight: 700;
	padding: 18px 0px 17px;
	padding-left: 85px;
	display: block;
	background-color: #f7f7f7;
	font-family: 'Nunito Sans', 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;
}
.services-category .services-list li a .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 60px;
	color: #0d70b7;
	font-size: 28px;
	line-height: 58px;
	padding: 0px 18px;
	font-weight: 400;
	background-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;
}
.services-category .services-list li.active a, .services-category .services-list li a:hover {
	color: #ffffff;
	background-color: #072235;
}
.services-category .services-list li.active span, .services-category .services-list li a:hover span {
	color: #ffffff !important;
	background-color: #0d70b7;
}
.brouchure-widget {
	position: relative;
}
.brouchure-widget .inner-box {
	position: relative;
	padding: 28px 25px;
	border: 1px solid #f4f4f4;
}
.brouchure-widget .inner-box h2 {
	position: relative;
	color: #222222;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}
.brouchure-widget .inner-box .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 300;
	margin-bottom: 18px;
}
.brouchure-widget .inner-box .download-btn {
	position: relative;
	color: #222222;
	font-size: 16px;
	font-weight: 700;
	padding: 12px 25px;
	display: inline-block;
	border: 2px solid #f4f4f4;
	font-family: 'Nunito Sans', sans-serif;
}
.brouchure-widget .inner-box .download-btn .icon {
	margin-right: 8px;
}
.brouchure-widget .inner-box .large-icon {
	position: absolute;
	right: -8px;
	bottom: -4px;
	color: #f7f7f7;
	font-size: 120px;
	line-height: 1em;
	font-weight: 300;
	z-index: -1;
}
/*Contact Widget*/

.contact-widget {
	position: relative;
}
.contact-widget .inner-box {
	position: relative;
	padding: 25px 30px 30px;
	background-color: #0d70b7;
}
.contact-widget .inner-box h2 {
	position: relative;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	font-family: 'Nunito Sans', sans-serif;
}
.contact-widget .inner-box .text {
	position: relative;
	color: #f3f3f3;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8em;
	margin-bottom: 22px;
	z-index: 1;
}
.contact-widget .inner-box .contact-btn {
	position: relative;
	padding: 12px 25px;
	display: inline-block;
	font-weight: 700;
	color: #222222;
	z-index: 1;
	text-transform: uppercase;
	background-color: #ffffff;
}
.contact-widget .inner-box .contact-btn .icon {
	color: #0d70b7;
	font-weight: 400;
	margin-right: 12px;
}
.contact-widget .inner-box .large-icon {
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: rgba(255,255,255,0.10);
	font-size: 150px;
	line-height: 1em;
}
/*Services Single*/

.services-single {
	position: relative;
}
.services-single .inner-box {
	position: relative;
}
.services-single .graph-outer .donut-graph {
	position: relative;
	float: right;
	width: 200px;
}
.services-single .inner-box .upper-box {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: 1px solid #f4f4f4;
}
.services-single .inner-box .upper-box .upper-text {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8em;
	margin-bottom: 22px;
}
.services-single .inner-box .upper-box .image img {
	width: 100%;
	display: block;
}
/*Services Block Seven*/

.services-block-seven {
	position: relative;
	margin-bottom: 50px;
}
.services-block-seven .inner {
	position: relative;
	padding-left: 100px;
}
.services-block-seven .inner .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
	height: 80px;
	color: #0d70b7;
	font-size: 40px;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	border: 2px solid #f4f4f4;
}
.services-block-seven .inner h3 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 6px;
}
.services-block-seven .inner h3 a {
	position: relative;
	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-seven .inner h3 a:hover {
	color: #0d70b7;
}
.services-block-seven .inner .text {
	position: relative;
	color: #848484;
	font-weight: 300;
}
.services-single .inner-box h4 {
	position: relative;
	color: #222222;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 12px;
}
.services-single .inner-box .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8em;
}
#contact {
	padding: 10px 0 10px;
}
.contact-text {
	margin: 45px auto;
}
.mail-message-area {
	width: 100%;
	padding: 0 15px;
}
.mail-message {
	width: 100%;
	background: rgba(255,255,255, 0.8) !important;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
	margin: 0 auto;
	border-radius: 0;
}
.not-visible-message {
	height: 0px;
	opacity: 0;
}
.visible-message {
	height: auto;
	opacity: 1;
	margin: 25px auto 0;
}
/* Input Styles */

.form {
	width: 100%;
	padding: 15px;
	background: #f8f8f8;
	border: 1px solid rgba(0, 0, 0, 0.075);
	margin-bottom: 25px;
	color: #727272 !important;
	font-size: 13px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.form:hover {
	border: 1px solid #8BC3A3;
}
.form:focus {
	color: white;
	outline: none;
	border: 1px solid #8BC3A3;
}
.textarea {
	height: 200px;
	max-height: 200px;
	max-width: 100%;
}
/* Generic Button Styles */

.button {
	padding: 8px 12px;
	background: #0A5175;
	display: block;
	width: 120px;
	margin: 10px 0 0px 0;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	font-size: 0.8em;
	box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
}
.button:hover {
	background: #8BC3A3;
	color: white;
}
/* Send Button Styles */

.form-btn {
	width: 180px;
	display: block;
	height: auto;
	padding: 15px;
	color: #fff;
	background: #0c6aae;
	border: none;
	border-radius: 3px;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin: auto;
	box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
}
.form-btn:hover {
	background: #111;
	color: white;
	border: none;
}
.form-btn:active {
	opacity: 0.9;
}
center {
	margin-top: 330px;
}
input {
	position: relative;
	z-index: 9999;
}
