/* Consultant Consulting HTML Template */


/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style One / Style Two
5. Main Slider
6. About Us
7. Fact Counter / Style One / Style Two
8. Gallery Section
9. Sponsors Style One
10. Donate Section
11. Team Section
12. Testimonials Style One / Two / Three / Four
13. News Section
14. Get Quote Section
15. Main Footer
16. Sponsors Style Two
17. What We Do
18. Fluid Section One / Two / Three
19. Tweets Section / Style One / Style Two
20. Services Section
21. Service Details
22. Team Details
23. Project Details
24. Sidebar Page
25. Sidebar
26. Sidebar Widgets
27. Blog Classic
28. Blog Details
29. Contact Us
30. Map Section


**********************************************/

@import url('https://fonts.googleapis.com/css?family=Khula:400,600');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');

/*font-family: 'Khula', sans-serif;
font-family: 'Montserrat', sans-serif;*/


@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.css');
@import url('nouislider.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('imagehover-extended.css');
@import url('icomoon.css');

/*revolution slider*/
@import url('settings.css');
@import url('layers.css');
@import url('navigation.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin: 0px;
	padding: 0px;

	border: none;
	outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Khula', sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 1.9em;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #48c7ec;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.5em;
}

input,
button,
select,
textarea {
	font-family: 'Montserrat', sans-serif;
}

p {
	position: relative;
	line-height: 1.9em;
}

.mt-5 {
	margin-top: 5px;
}

.gray-bg {
	background: #f7f7f7;
}

.strike-through {
	text-decoration: line-through;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.medium-container {
	max-width: 850px;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;

}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.row-15 {
	margin: 0 -7.5px;
}

.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.theme-color {
	color: #48c7ec;
}

.centered {
	text-align: center;
}

.btn-style-one {
	position: relative;
	font-family: 'Khula', sans-serif;
	padding: 13px 30px 9px;
	line-height: 24px;
	text-transform: uppercase;
	background: #48c7ec;
	color: #ffffff;
	letter-spacing: 1px;
	border: 2px solid #48c7ec;
	font-size: 15px;
	font-weight: 700;
	border-radius: 3px;
	transition: .5s ease;
}

.btn-style-one:hover {
	background: none;
	color: #48c7ec;
	transition: .5s ease;
}

.btn-style-two {
	position: relative;
	font-family: 'Khula', sans-serif;
	padding: 13px 30px 9px;
	line-height: 24px;
	text-transform: uppercase;
	background: none;
	color: #ffffff;
	letter-spacing: 1px;
	border: 2px solid #ffffff;
	font-size: 15px;
	font-weight: 700;
	border-radius: 3px;
	transition: .5s ease;
}

.btn-style-two:hover {
	background: #48c7ec;
	border-color: #48c7ec;
	color: #ffffff;
	transition: .5s ease;
}

.btn-style-three {
	position: relative;
	font-family: 'Khula', sans-serif;
	padding: 13px 30px 9px;
	line-height: 24px;
	text-transform: uppercase;
	background: #48c7ec;
	color: #ffffff;
	letter-spacing: 1px;
	border: 2px solid #48c7ec;
	font-size: 15px;
	font-weight: 700;
	border-radius: 22px;
	transition: .5s ease;
}

.btn-style-three:hover {
	background: none;
	color: #48c7ec;
	transition: .5s ease;
}

.btn-style-four {
	position: relative;
	font-family: 'Khula', sans-serif;
	padding: 13px 30px 9px;
	line-height: 24px;
	text-transform: uppercase;
	background: none;
	color: #ffffff;
	letter-spacing: 1px;
	border: 2px solid #ffffff;
	font-size: 15px;
	font-weight: 700;
	border-radius: 22px;
	transition: .5s ease;
}

.btn-style-four:hover {
	background: #48c7ec;
	border-color: #48c7ec;
	color: #ffffff;
	transition: .5s ease;
}

.btn-style-five {
	position: relative;
	font-family: 'Khula', sans-serif;
	padding: 13px 30px 9px;
	line-height: 24px;
	text-transform: uppercase;
	background: none;
	color: #48c7ec;
	letter-spacing: 1px;
	border: 2px solid #48c7ec;
	font-size: 15px;
	font-weight: 700;
	border-radius: 3px;
	transition: .5s ease;
}

.btn-style-five:hover {
	background: #48c7ec;
	color: #fff;
	transition: .5s ease;
}

.btn-style-six {
	position: relative;
	font-family: 'Khula', sans-serif;
	padding: 13px 30px 9px;
	line-height: 24px;
	text-transform: uppercase;
	background: none;
	color: #131d33;
	letter-spacing: 1px;
	border: 2px solid #131d33;
	font-size: 15px;
	font-weight: 700;
	border-radius: 3px;
	transition: .5s ease;
}

.btn-style-six:hover {
	background: #131d33;
	color: #fff;
	transition: .5s ease;
}


.theme-btn .icon-left {
	padding-right: 10px;
}

.theme-btn .icon-right {
	padding-left: 10px;
}

.theme_color {
	color: #48c7ec;
}

.light-font {
	font-weight: 300;
}

.regular-font {
	font-weight: 400;
}

.semibold-font {
	font-weight: 600;
}

.bold-font {
	font-weight: 700;
}

.ex-bold-font {
	font-weight: 800;
}

.heavy-font {
	font-weight: 900;
}

.bg-lightgrey {
	background-color: #fafafa;
}

*.no-bg,
div.no-bg {
	background: none !important;
}

.text-uppercase {
	text-transform: uppercase;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.gif);
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}




.post-filter {
	display: inline-block;
	margin: 0;
	margin-bottom: 50px;
}

.post-filter li {
	padding: 0;
}

.post-filter li span {
	position: relative;
	color: #131d33;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	line-height: 24px;
	display: block;
	margin: 0 16px;
	padding-bottom: 10px;
	cursor: pointer;
	transition: .5s ease;
}

.post-filter li:hover span,
.post-filter li.active span {
	color: #48c7ec;
	transition: .5s ease;
}

.post-filter li span:before {
	position: absolute;
	content: "";
	height: 1px;
	width: 0%;
	left: 0;
	bottom: 0;
	background: #48c7ec;
	transition: .7s ease;
}

.post-filter li.active span:before,
.post-filter li:hover span:before {
	width: 100%;
	transition: .7s ease;
}


/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 45px;
	height: 40px;
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 38px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #48c7ec;
	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: #48c7ec;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	background: #ffffff;
}



.main-header .logo a {
	/* padding-left: 75px; */
	position: relative;
	top: 7px;
	display: flex;
	align-items: center;
	/* background-image: url(../images/home/logo1.png); */
	background-repeat: no-repeat;
	/* display: inline-block; */
}

.main-header.fixed-header .logo a {
	padding: 3px 0 10px;
	position: relative;
	top: 7px;
	background-repeat: no-repeat;
	display: inline-block;
}

.main-header .logo h1 {
	color: #ffffff;
	font-weight: 700;
	line-height: 36px;
}

.main-header .logo h2 {
	color: #222;
	font-weight: 700;
	line-height: 26px;
	font-size: 26px;
}


.main-header .logo p {
	color: #222;
	font-size: 15px;
}



.main-header.light-version {
	position: absolute;
	top: 20px;
	background: none;
}

.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	background: #ffffff;
	z-index: 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.1);
}

.sticky-header .logo {
	padding: 0px 0px 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;
}


header.main-header.header-style-one.fixed-header.menu_fixed {
	opacity: 0;
	visibility: hidden;
}



.main-header .auto-container {
	position: relative;
}

.main-header .header-top-one {
	position: relative;
	font-size: 14px;
	color: #ffffff;
	background: #222;
}

.main-header .header-top-one .top-left {
	position: relative;
	float: left;
}

.main-header .header-top-one .top-links ul li {
	position: relative;
	float: left;
	padding: 13px 0px 6px;
	line-height: 24px;
	color: #aaaaaa;
	margin-right: 30px;
}

.main-header .header-top-one ul li a {
	position: relative;
	color: #aaaaaa;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header .header-top-one .top-links ul li a:hover {
	color: #48c7ec;
}

.main-header .header-top-one .top-right {
	position: relative;
	float: right;
}

.main-header .header-top-one .social-links {
	position: relative;
	padding: 10px 0px;
}

.main-header .header-top-one .social-links li {
	position: relative;
	float: left;
	margin-left: 20px;
}

.main-header .header-top-one .social-links li a {
	position: relative;
	display: block;
	line-height: 24px;
	color: #aaaaaa;
}

.main-header .header-top-one .social-links li a:hover {
	color: #48c7ec;
}

.main-header .main-box {
	position: absolute;
	padding: 0px 0px;
	left: 0px;
	top: 36px;
	width: 100%;
	background: #ffffff00;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header.light-version .main-box {
	background: none;
}

.main-header .main-box .outer-container {
	position: relative;
}

.header-style-two .main-box .outer-container {
	position: relative;
	padding: 0px 190px 35px;
}

.main-header .main-box .logo-box {
	position: relative;
	float: left;
	left: 0px;
	padding: 12px 0px 0px;
	z-index: 10;
}

.header-style-two .main-box .logo-box {
	width: 100%;
	text-align: center;
}

.fixed-header .main-box .logo-box {
	padding: 5px 0px;
}

.main-header .main-box .logo-box .logo img {
	display: inline-block;
	margin-top: 0px;
	max-width: 100%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .nav-outer {
	position: relative;
	float: right;
	padding-right: 0px;
}

.main-header .search-box-outer {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -15px;
	width: 66px;
	height: 16px;
}

.header-style-three .search-box-outer {
	border: none;
}

.search-box-outer .cart-btn {
	position: relative;
	display: inline-block;
	color: #999;
	padding-right: 20px;
	margin-right: 12px;
	border-right: 1px solid #eaeaea;
}

.search-box-outer .cart-btn i {
	color: #333;
	font-size: 16px;
}


.search-box-outer .dropdown {
	width: 68px;
}

.main-header .search-box-btn {
	position: relative;
	display: inline-block;
	font-size: 16px;
	text-align: right;
	line-height: 17px !important;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	color: #333;
	background: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.light-version .search-box-btn {
	color: #ffffff;
}

.main-header .search-box-btn:hover {
	color: #48c7ec;
}

.main-header .search-box-outer .dropdown-menu {
	top: 52px;
	border-top: 3px solid #48c7ec;
	padding: 0px;
	width: 280px;
	border-radius: 0px;
}

.main-header .search-box-outer .dropdown-menu>li {
	padding: 0px;
	border: none;
	background: none;
}

.main-header .search-panel .form-container {
	padding: 25px 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"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 7px 40px 7px 15px;
	height: 40px;
	font-size: 14px;
	color: #333333;
	border: 1px solid #e0e0e0;
	background: #ffffff;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
	border-color: #48c7ec;
}

.main-header .search-panel .search-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #333333;
	font-size: 12px;
	background: none;
	cursor: pointer;
}

.main-menu {
	position: relative;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
}

.header-style-two .main-menu .navigation {
	text-align: center;
	width: 100%;
}

.main-menu .navigation>li {
	position: relative;
	display: inline-block;
	float: left;
	padding: 10px 0px;
	margin-left: 24px;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	padding: 32px 0px 28px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 600;
	opacity: 1;
	font-size: 15px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.light-version .main-menu .navigation>li>a {
	color: #ffffff;
}

.sticky-header .main-menu .navigation>li>a {
	padding: 30px 13px 25px;
	color: #333333;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after {
	display: none;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
	color: #48c7ec;
	opacity: 1;
}

.sticky-header .main-menu .navigation>li.current-menu-item>a {
	color: #ffffff;
	background: #48c7ec;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a {
	background: #ffffff;
	color: #48c7ec;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 240px;
	z-index: 100;
	padding: 7px 25px;
	display: none;
	background: #fff;
	border-top: 2px solid #48c7ec;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-ms-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-o-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.light-version .main-box .main-menu .navigation>li>ul {
	margin-top: -20px;
}

.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: 14px 0px 11px;
	line-height: 24px;
	border-bottom: 1px solid #eee;
	font-weight: 600;
	font-size: 15px;
	text-transform: capitalize;
	color: #999;
	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>ul>li:last-child a {
	border-color: rgba(255, 255, 255, 0.39);
}

.main-menu .navigation>li>ul>li:hover>a {
	color: #48c7ec;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 12px;
	width: 10px;
	height: 24px;
	display: block;
	color: #253d4a;
	line-height: 24px;
	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: 0px;
	width: 220px;
	padding: 0px;
	z-index: 100;
	display: none;
	background: #222222;
	border-top: 3px solid #48c7ec;
	-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.from-right {
	left: auto;
	right: 0px;
}

.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: 12px 15px;
	line-height: 24px;
	font-weight: 500;
	font-size: 14px;
	text-transform: capitalize;
	color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
	color: #cccccc;
	background: #363333;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 11px;
	width: 10px;
	height: 20px;
	display: block;
	color: #272727;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
	color: #ffffff;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 34px;
	height: 30px;
	border: 1px solid #545454;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.sticky-header .main-menu .navigation>li {
	float: left;
	padding: 0;
	margin: 0;
	display: block;
}




.slotholder {
	position: relative;
}


/*================= header style three ===============*/



.main-header.header-style-three .nav-outer {
	float: left;
}

.header-style-three .main-menu .navigation>li:first-child {
	margin-left: 0px;
}

.header-style-three .main-menu .navigation>li>a {
	padding: 5px 0;
	position: relative;
	color: #fff;
}

.header-style-three .main-menu .navigation>li>a:before {
	position: absolute;
	content: "";
	height: 30px;
	width: 1px;
	right: -20px;
	top: 5px;
	background: rgba(255, 255, 255, 0.15);
}




.header-style-three .main-menu .navigation>li:last-child>a:before {
	display: none;
}

.main-header.header-style-three .main-box {
	background: #131d33;
}

.main-header.header-style-three .header-top-one {
	background: #fff;
}




/*Search form*/

.main-header.header-style-three .nav-outer {
	width: 100%;
}

.main-header .outer-box2 {
	position: absolute;
	right: 0px;
	top: 0px;
}



.outer-box2 .search-form .form-group {
	position: relative;
	display: block;
	margin: 0px;
}

.outer-box2 .search-form .form-group input[type="text"],
.outer-box2 .search-form .form-group input[type="tel"],
.outer-box2 .search-form .form-group input[type="email"],
.outer-box2 .search-form .form-group textarea {
	position: relative;
	display: block;
	width: 290px;
	height: 70px;
	color: #ffffff;
	font-size: 16px;
	background: #000b24;
	padding: 6px 50px 6px 25px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.outer-box2 .search-form ::-webkit-input-placeholder,
.outer-box2 .search-form ::-moz-placeholder,
.outer-box2 .search-form :-ms-input-placeholder,
.outer-box2 .search-form :-ms-input-placeholder {
	color: #e0e0e0 !important;
}

.outer-box2 .search-form .form-group input[type="submit"],
.outer-box2 .search-form button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 70px;
	height: 100%;
	font-size: 13px;
	line-height: 70px;
	color: #ffffff;
	font-weight: 700;
	background: transparent;
	text-transform: uppercase;
}

.outer-box2 .search-form .form-group input[type="submit"] .icon,
.outer-box2 .search-form button .icon {
	color: #ffffff;
	font-size: 20px;
}



.main-header.header-style-three .header-upper {
	position: relative;
	padding: 15px 0px;
	background: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	z-index: 5;
}

.main-header.header-style-three .header-upper .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.main-header.header-style-three .logo-outer {
	position: relative;
	z-index: 25;
	padding: 9px 0px;
}

.main-header.header-style-three .logo-outer .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.main-header.header-style-three .header-upper .btn-style-one {
	background-color: #131d33;
	border-color: #131d33;
}

.main-header.header-style-three .header-upper .upper-right {
	position: relative;
	padding: 18px 0px 15px;
}

.main-header.header-style-three .info-box {
	position: relative;
	float: left;
	min-height: 56px;
	margin-left: 40px;
	font-size: 13px;
	text-transform: uppercase;
	color: #777777;
	padding: 0px 0px 0px 75px;
}

.main-header.header-style-three .info-box:last-child {
	padding-left: 0px;
}

.main-header.header-style-three .info-box .icon-box {
	position: absolute;
	left: 0;
	top: 6px;
	width: 57px;
	height: 36px;
	padding-left: 8px;
	border-right: 1px solid rgba(19, 29, 51, 0.1);
	color: #48c7ec;
	font-size: 34px;
	text-align: left;
	line-height: 37px;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}


.main-header.header-style-three .info-box li {
	position: relative;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.60);
	font-size: 17px;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.main-header.header-style-three .info-box li a {
	color: #777777;
}

.main-header.header-style-three .info-box strong {
	font-weight: 400;
	color: #18191e;
	font-size: 18px;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}


/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/

.rev_slider {
	min-height: 500px;
}

.rev_slider_wrapper {
	position: relative;
	min-height: 500px;
	z-index: 1;
}

.rev_slider_wrapper .slide-content-box {
	margin-bottom: 25px;
}


.rev_slider_wrapper .slide-content-box h1 {
	color: #ffffff;
	font-size: 55px;
	line-height: 62px;
	margin: 14px 0 9px;
	font-weight: 700;
}

.rev_slider_wrapper .slide-content-box h1 span {
	border-bottom: 4px solid #48c7ec;
}

.rev_slider_wrapper .slide-content-box p {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	font-family: 'PT Serif', serif;
	font-weight: 300;
	margin: 0 0 30px;
}

.rev_slider_wrapper .slide-content-box .button a {
	transition: all 500ms ease !important;
	-moz-transition: all 500ms ease !important;
	-webkit-transition: all 500ms ease !important;
	-ms-transition: all 500ms ease !important;
	-o-transition: all 500ms ease !important;
}


.rev_slider_wrapper .slide-content-box.last-slide p {
	margin: 0;
}

.rev_slider_wrapper .button .btn-style-one {
	margin-right: 20px;
}

.rev_slider_wrapper .slotholder {
	position: relative;
}

.slotholder:after {
	background: rgba(0, 0, 0, 0.10);
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}

.tp-bannertimer {
	display: none;

}

.rev_slider_wrapper .tparrows {
	background: transparent;
	border: 2px solid #fff;

}





/*** 

====================================================================
	About Us
====================================================================

***/

.sec-title {
	position: relative;
	margin-bottom: 50px;
}

.sec-title.centered {
	margin-bottom: 50px;
}

.sec-title.light {
	color: #cccccc;
}

.sec-title h2 {
	position: relative;
	font-size: 30px;
	color: #232323;
	font-weight: 700;
	line-height: 1.5em;
	text-transform: capitalize;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.sec-title.light {
	color: #fff;
}

.sec-title h4 {
	position: relative;
	font-size: 18px;
	color: #222222;
	font-weight: 500;
	line-height: 1.5em;
}

.sec-title.light h2 {
	color: #ffffff;
}

.sec-title h2:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 24px;
	border-bottom: 3px solid #48c7ec;
}

.sec-title h2:after {
	content: '';
	position: absolute;
	left: 26px;
	bottom: 0px;
	width: 24px;
	border-bottom: 3px solid #48c7ec;
}

.sec-title.centered h2:before {
	left: 50%;
	margin-left: -27px;
}

.sec-title.centered h2:after {
	left: auto;
	right: 50%;
	margin-right: -27px;
}

.sec-title .desc-text {
	position: relative;
	font-size: 14px;
	line-height: 1.8em;
	padding-top: 25px;
}

.sec-title.centered .desc-text {
	max-width: 500px;
	margin: 0 auto;
}

.small-title {
	position: relative;
	margin-bottom: 30px;
}

.small-title h3 {
	position: relative;
	font-size: 22px;
	color: #222222;
	font-weight: 700;
	line-height: 1.5em;
	padding-bottom: 12px;
}

.small-title h3:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 24px;
	border-bottom: 3px solid #48c7ec;
}

.small-title h3:after {
	content: '';
	position: absolute;
	left: 26px;
	bottom: 0px;
	width: 24px;
	border-bottom: 3px solid #48c7ec;
}

.about-us {
	position: relative;
	padding: 100px 0px 70px;
}

.about-us .image-column {
	position: relative;
	margin-bottom: 30px;
}

.about-us .content-column .inner {
	padding-left: 20px;
}

.about-us .content-column .sec-title {
	margin-bottom: 30px;
}

.about-us .image-column img {
	display: block;
	width: 100%;
}

.info-block-one {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}

.info-block-one .inner-box {
	position: relative;
	display: block;
	max-width: 340px;
	margin: 0 auto;
}

.info-block-one .inner-box .icon-box {
	position: relative;
	width: 60px;
	height: 60px;
	border: 2px solid #aaaaaa;
	padding: 10px 0px;
	line-height: 36px;
	font-size: 24px;
	color: #777777;
	margin: 0px auto 25px;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.info-block-one .inner-box:hover .icon-box {
	background: #48c7ec;
	border-color: #48c7ec;
	color: #ffffff;
}

.info-block-one .inner-box .icon-box:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border: 2px solid #48c7ec;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.info-block-one .inner-box:hover .icon-box:before {
	left: -7px;
	top: -7px;
	right: -7px;
	bottom: -7px;
	opacity: 1;
}

.info-block-one .inner-box h3 {
	position: relative;
	font-size: 14px;
	color: #1c1c1c;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.info-block-one .inner-box h3:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -13px;
	bottom: 0px;
	width: 26px;
	border-bottom: 2px solid #aaaaaa;
}

.info-block-one .inner-box .text {
	position: relative;
	line-height: 1.9em;
	margin-bottom: 15px;
}

.info-block-one .inner-box .read-more {
	color: #999;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.info-block-one .inner-box .read-more .fa {
	padding-left: 5px;
}

.info-block-one .inner-box .read-more:hover {
	color: #48c7ec;
}

/*** 

====================================================================
	Fun Facts Section
====================================================================

***/

.fun-facts-section {
	position: relative;
	padding: 100px 0px 60px;
	background-color: #333333;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	color: #ffffff;
}

.fun-facts-section.extended {
	padding-bottom: 50px;
	padding-top: 90px;
}

.fun-facts-section:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
}

.fun-facts-section .auto-container {
	position: relative;
	z-index: 1;
}

.fun-facts-section .sec-title h2 {
	text-transform: none;
	padding-bottom: 0px;
}

.fun-facts-section .sec-title h2:before,
.fun-facts-section .sec-title h2:after {
	display: none;
}

.fun-facts-section .sec-title .desc-text {
	max-width: 900px;
}

.fun-facts-section .column {
	position: relative;
	margin-bottom: 40px;
}

.fun-facts-section .column .inner {
	position: relative;
	text-align: center;
	background: #fff;
	padding: 30px 0;
	border-bottom: 2px solid #232323;
}

.fun-facts-section.style-two .column .inner {
	position: relative;
	padding: 25px 15px;
	max-width: 210px;
	margin: 0 auto;
	border: 2px solid rgba(255, 255, 255, 0.50);
	border-left: none;
}

.fun-facts-section.style-two .column .inner:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 30px;
	border-right: 2px solid rgba(255, 255, 255, 0.50);
}

.fun-facts-section.style-two .column .inner:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 30px;
	border-right: 2px solid rgba(255, 255, 255, 0.50);
}

.fun-facts-section .column .icon-box {
	position: relative;
	color: #ffffff;
	line-height: 1em;
	font-weight: normal;
	font-size: 54px;
	margin-bottom: 25px;
}

.fun-facts-section.style-two .column .icon-box {
	position: absolute;
	left: -40px;
	top: 50%;
	margin-top: -30px;
	width: 80px;
	height: 60px;
	line-height: 60px;
	font-size: 42px;
}

.fun-facts-section .column .content {
	position: relative;
}

.fun-facts-section .count-outer {
	position: relative;
	font-size: 36px;
	line-height: 48px;
	font-weight: 700;
	color: #232323;
	margin-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
}

.fun-facts-section.style-two .count-outer {
	margin-bottom: 5px;
}

.fun-facts-section .count-outer .count-text {
	font-weight: 700;
}

.fun-facts-section .count-outer .plus {
	font-size: 18px;
	font-weight: 400;
	margin-left: 10px;
	position: relative;
	top: -10px;
}

.fun-facts-section .column .counter-title {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #555;
	font-family: 'Montserrat', sans-serif;
}

.fun-facts-section.style-two .column .counter-title {
	color: #ffffff;
}





.fun-facts-section.style-three {
	position: relative;
	padding: 100px 0px 60px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	color: #ffffff;
}

.fun-facts-section.style-three .row {
	display: flex;
	align-items: center;
}


.fun-facts-section.style-three:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(3, 3, 3, 0.82);
}

.fun-facts-section.style-three .auto-container {
	position: relative;
	z-index: 1;
}

.fun-facts-section.style-three .content-column {
	position: relative;
	margin-bottom: 30px;
}

.fun-facts-section.style-three .content-column h2 {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	text-transform: capitalize;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.fun-facts-section.style-three .content-column .text {
	position: relative;
	font-size: 14px;
	line-height: 1.9em;
	margin-bottom: 30px;
}












/*** 

====================================================================
	Default Section
====================================================================

***/

.default-section {
	position: relative;
	z-index: 1;
	padding: 90px 0px;
	background-color: #f7f7f7;
	background-attachment: fixed;
	background-size: cover;
}

.overlay-black:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(3, 3, 3, 0.82);
}

.default-section .btn-style-six {
	color: #fff;
	border-color: #fff;
}

.default-section .btn-style-six:hover {
	color: #48c7ec;
	border-color: #48c7ec;
	background: transparent;
}

.default-section .services-outer {
	position: relative;
	margin: 0 -10px;
}

.default-service-block {
	position: relative;
	padding: 0px;
}

.default-service-block .inner-box {
	position: relative;
	padding: 0px 0px 0px;
	margin: 0px 10px 0px;
	background: #fff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.default-service-block .inner-box:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 0%;
	background: #09090975 !important;
	opacity: 1;
	transition: .9s ease;
}

.page-headins-1 {
	font-weight: 900;
	font-size: 35px;
}

.service-more-info-waber h3 {
	font-weight: 700;
	margin-bottom: 20px;
	color: #000000;
}

.fixed-header .sticky-header .main-header .logo h1 {
	color: black !important;
}

.service-more-info-waber p {
	font-size: 17px;
}

.services-list {
	/* padding-top: 30px; */
	padding-bottom: 30px;
}

.services-list li {
	margin-left: 30px;
	position: relative;
	font-size: 17px;
	color: black;
}

.inner-box img {
	height: 200px;
	width: 100%;
}

.services-list li::before {
	position: absolute;

	content: "\f105";
	font-family: FontAwesome;
	font-size: 16px;
	color: #000000;
	left: -10px;
	top: -2px;
}

.default-service-block .inner-box:hover:before {
	height: 100%;
	top: 0px;
	opacity: 1;
	transition: 1s ease;
}

.default-service-block .inner-box:hover {
	color: #fff;
}

.default-service-block .icon-box {
	position: absolute;
	left: 29px;
	top: 30px;
	border-right: 1px solid rgba(19, 29, 51, 0.25);
	padding-right: 22px;
	font-size: 40px;
	color: #48c7ec;
	line-height: 1em;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.default-service-block h3 {
	font-size: 12px;
	text-align: center;
	/* margin: 8px 0px 20px 80px; */
	font-weight: 700;
	color: #222222;
	text-transform: capitalize;
	font-family: 'Roboto Slab', sans-serif;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.default-service-block .inner-box:hover h3,
.default-service-block .inner-box:hover .icon-box {
	color: #ffffff;
}

.default-service-block .text {
	position: relative;
	line-height: 1.9em;
	margin-bottom: 5px;
}

.default-service-block .read-more {
	position: relative;
	color: #232323;
	text-transform: capitalize;
	font-family: 'Roboto Slab', sans-serif;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.default-service-block .inner-box:hover .read-more {
	color: #fff;
}


/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section {
	position: relative;
	background-color: #131d33;
	padding: 90px 0px 90px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	color: #ffffff;
}

.gallery-section .sec-title h2 {
	/* color: #fff; */
}


.gallery-section:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255);
}

.gallery-section .post-filter.style-2 {
	float: right;
	margin-bottom: 20px;
	margin-top: 16px;
}


.gallery-section .link-btn {
	position: absolute;
	right: 0px;
	top: 10px;
}

.default-portfolio-item {
	position: relative;
	margin-bottom: 30px;
}

.fluid-section-two .default-portfolio-item {
	margin-bottom: 0px;
	padding: 0;
}

.default-portfolio-item.mix {
	display: none;
}

.default-portfolio-item .inner-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.default-portfolio-item .image-box {
	position: relative;
	display: block;
}

.default-portfolio-item .image-box img {
	position: relative;
	display: block;
	border-radius: 3px;
	width: 100%;
}

.default-portfolio-item .overlay-box {
	position: absolute;
	left: 0px;
	top: -100%;
	width: 100%;
	height: 100%;
	padding: 0px;
	color: #fff;
	opacity: 0;
	text-align: center;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.style-two .default-portfolio-item .overlay-box {
	border: none;
}

.default-portfolio-item .inner-box:hover .overlay-box {
	top: 0px;
	opacity: 1;
}

.default-portfolio-item .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 10px 20px;
	background: rgba(20, 30, 52, 0.57);
}

.default-portfolio-item .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 10px 15px;
}

.default-portfolio-item .overlay-inner .option-btn {
	position: relative;
	display: block;
	color: #777777;
	font-size: 14px;
	width: 44px;
	height: 44px;
	line-height: 36px;
	margin: 0 auto;
	border: 4px solid rgba(53, 77, 113, 0.50);
	background: #ffffff;
	border-radius: 50%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.default-portfolio-item .overlay-inner .option-btn:hover {
	background: #354d71;
	border-color: #48c7ec;
	color: #ffffff;
}

.default-portfolio-item .overlay-inner h4 {
	position: relative;
	margin-bottom: 5px;
	line-height: 1.4em;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Roboto Slab', sans-serif;
}

.default-portfolio-item .overlay-inner h4 a {
	color: #ffffff;
}

.default-portfolio-item .overlay-inner .text {
	position: relative;
	margin-bottom: 20px;
	line-height: 1.8em;
	font-size: 14px;
	color: #ffffff;
}

.gallery-section .view-more {
	padding-top: 20px;
	text-align: center;
}

.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 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms 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: #48c7ec !important;
	color: #ffffff;
}

.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;
}


/*** 

====================================================================
	Sponsors Style One
====================================================================

***/

.sponsors-style-one {
	position: relative;
	padding: 80px 0px 50px;
	background-color: #131d33;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	color: #ffffff;
}

.sponsors-style-one:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(19, 29, 51, 0.85);
}

.sponsors-style-one .auto-container {
	position: relative;
	z-index: 1;
}

.sponsors-style-one .content-column {
	position: relative;
	margin-bottom: 30px;
}

.sponsors-style-one .content-column h2 {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	text-transform: capitalize;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.sponsors-style-one .content-column .text {
	position: relative;
	font-size: 14px;
	line-height: 1.9em;
	margin-bottom: 30px;
}

.sponsors-style-one .carousel-outer {
	position: relative;
	padding: 40px 52px 20px 80px;
}

.sponsors-style-one .owl-dots {
	display: none;
}

.sponsors-style-one .owl-nav .owl-prev,
.sponsors-style-one .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	display: block;
	width: 20px;
	height: 30px;
	line-height: 30px;
	background: none;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}

.sponsors-style-one .owl-nav .owl-prev {
	left: -50px;
}

.sponsors-style-one .owl-nav .owl-next {
	right: -50px;
}

.sponsors-style-one .sponsors-carousel-one li {
	display: block;
	border: 2px solid #ffffff;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sponsors-style-one .sponsors-carousel-one li:hover {
	border-color: #48c7ec;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section {
	position: relative;
	padding: 90px 0px 100px;
}

.team-section.default {
	position: relative;
	padding: 100px 0px 50px;
}

.team-member {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

.owl-theme .team-member {
	margin-bottom: 0px;
}

.team-member .inner-box {
	position: relative;
	display: block;
	border-bottom: 3px solid #354d71;
	overflow: hidden;
	-webkit-transition: all 500ms ease 0ms;
	-ms-transition: all 500ms ease 0ms;
	-o-transition: all 500ms ease 0ms;
	-moz-transition: all 500ms ease 0ms;
	transition: all 500ms ease 0ms;
}

.team-member:hover .inner-box {
	border-bottom-color: #48c7ec;
}

.team-member .image-box {
	position: relative;
	top: 1px;
	-webkit-transition: all 500ms ease 0ms;
	-ms-transition: all 500ms ease 0ms;
	-o-transition: all 500ms ease 0ms;
	-moz-transition: all 500ms ease 0ms;
	transition: all 500ms ease 0ms;
}

.team-member .image-box img {
	display: inline-block;
	width: auto;
	max-width: 100%;
}

.team-member .lower-box {
	position: absolute;
	left: 0px;
	bottom: 0px;
	-webkit-transform: translateY(150px);
	-ms-transform: translateY(150px);
	-o-transform: translateY(150px);
	-moz-transform: translateY(150px);
	transform: translateY(150px);
	width: 100%;
	background: rgba(19, 29, 51, 0.85);
	color: #ffffff;
	padding: 18px 15px 15px;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	transition: all 700ms ease;
}

.team-member:hover .lower-box {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.team-member .social-links {
	position: relative;
	margin-bottom: 5px;
}

.team-member .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.team-member .social-links li a {
	display: block;
	color: #ffffff;
}

.team-member .social-links li a:hover {
	color: #48c7ec;
}

.team-member .lower-box h4 {
	font-size: 16px;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1.6em;
	margin-bottom: 3px;
}

.team-member .lower-box h4 a {
	color: #ffffff;
}

.team-member .lower-box h4 a:hover {
	color: #48c7ec;
}

.member-style-two {
	position: relative;
	margin-bottom: 50px;
}

.owl-theme .member-style-two {
	margin-bottom: 0px;
}

.member-style-two .inner-box {
	position: relative;
	display: block;
	text-align: center;
}

.member-style-two .inner-box .image-box {
	position: relative;
	display: block;
	background: #fafafa;
	padding-top: 40px;
	overflow: hidden;
}

.member-style-two .inner-box .image-box img {
	display: inline-block;
	width: auto;
	max-width: 100%;
}

.member-style-two .overlay-box {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 100%;
	height: 100%;
	padding: 15px;
	text-align: center;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.60);
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	transition: all 700ms ease;
}

.member-style-two:hover .overlay-box {
	top: 0%;
}

.member-style-two .overlay-box .social-links {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -18px;
	width: 100%;
}

.member-style-two .overlay-box .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 4px;
}

.member-style-two .overlay-box .social-links li a {
	display: block;
	width: 36px;
	height: 36px;
	border: 1px solid #ffffff;
	text-align: center;
	line-height: 34px;
	color: #ffffff;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.member-style-two .overlay-box .social-links li a:hover {
	background: #48c7ec;
	color: #1a3761;
	border-color: #48c7ec;
}

.member-style-two .lower-box {
	position: relative;
	padding-top: 22px;
}

.member-style-two .lower-box h4 {
	font-size: 16px;
	color: #222222;
	text-transform: capitalize;
	font-weight: 700;
	font-family: 'Roboto Slab', sans-serif;
	line-height: 1.5em;
}

.member-style-two .lower-box h4 a {
	color: #222222;
}

.member-style-two .lower-box h4 a:hover {
	color: #48c7ec;
}

.member-style-two .lower-box .designation {
	text-transform: capitalize;
	line-height: 1.8em;
}

.team-section .carousel-box {
	position: relative;
	padding: 0px 0px;
	overflow: hidden;
}

.team-section .carousel-outer {
	position: relative;
	padding: 0px 30px;
}

.team-section .team-carousel {
	position: relative;
}

.team-section .owl-dots {
	display: none;
}

.team-section .owl-nav .owl-prev,
.team-section .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	display: block;
	height: 30px;
	line-height: 30px;
	background: none;
	color: #777777;
	font-size: 20px;
	text-align: center;
}

.team-section .owl-nav .owl-prev {
	left: -30px;
}

.team-section .owl-nav .owl-next {
	right: -30px;
}

.team-section .owl-nav .owl-prev:hover,
.team-section .owl-nav .owl-next:hover {
	color: #48c7ec;
}

.team-section.style-two .owl-nav .owl-next,
.team-section.style-two .owl-nav .owl-prev {
	top: 40%;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
	position: relative;
	padding: 80px 0px 60px;
}

.news-section.no-padd {
	padding: 0;
}

.news-section.gray-bg {
	background: #f7f7f7;
}

.news-style-one {
	position: relative;
	margin-bottom: 20px;
}

.news-style-one .inner-box {
	position: relative;
	display: block;
	background: #f7f7f7;
}

.news-style-one .inner-box .image-column,
.news-style-one .inner-box .content-column {
	position: relative;
	padding: 0px;
}

.news-style-one .image-box img {
	display: block;
	width: 100%;
}

.news-style-one .content-box {
	position: relative;
	padding: 45px 30px;
}

.news-style-one .content-box .post-cat {
	position: relative;
	margin-bottom: 15px;
}

.news-style-one .content-box .post-cat a {
	position: relative;
	display: inline-block;
	font-size: 10px;
	line-height: 20px;
	padding: 0px 10px;
	background: #354d71;
	color: #ffffff;
	text-transform: capitalize;
	border-radius: 10px;
}

.news-style-one .content-box h3 {
	color: #222222;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6em;
	margin-bottom: 10px;
}

.news-style-one .content-box h3 a {
	color: #222222;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-style-one .content-box h3 a:hover {
	color: #48c7ec;
}

.news-style-one .content-box .post-meta {
	position: relative;
	margin-bottom: 10px;
}

.news-style-one .post-meta li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	line-height: 20px;
	color: #999;
}

.news-style-one .post-meta li a {
	position: relative;
	color: #999;
	font-family: 'Montserrat', sans-serif;
}

.news-style-one .post-meta li .fa {
	padding-right: 3px;
}

.news-style-one .content-box .text {
	position: relative;
	line-height: 2em;
	margin-bottom: 20px;
}

.news-style-one .read-more {
	color: #232323;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}

.news-style-one .read-more .fa {
	padding-left: 3px;
}

.news-style-two {
	position: relative;
	margin-bottom: 30px;
}

.sidebar-page-container .news-style-two {
	margin-bottom: 50px;
}

.news-style-two .inner-box {
	position: relative;
	display: block;
	background: #fff;
	/* box-shadow: -16px 75px 121px -59px rgba(0, 0, 0, 0.05); */
}

.news-style-two .inner-box .image-box {
	position: relative;
	display: block;
	overflow: hidden;
}

.news-style-two .image-box img {
	display: block;
	width: 100%;
}

.news-style-two .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(19, 29, 51, 0.83);
	opacity: 0;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	transition: all 700ms ease;
}

.news-style-two .inner-box:hover .overlay-box {
	opacity: 1;
}

.news-style-two .overlay-box .link-box {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	border-radius: 50%;
}

.news-style-two .overlay-box .link-box .fa {
	display: block;
	width: 42px;
	height: 42px;
	background: #ffffff;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-style-two .overlay-box .link-box:hover .fa {
	background: #48c7ec;
	color: #ffffff;
}

.news-style-two .lower-box {
	position: relative;
	padding: 25px 30px 24px;
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.02);
}

.news-style-two .image-box .post-cat {
	position: absolute;
	right: 20px;
	top: 20px;
}

.news-style-two .image-box .post-cat a {
	position: relative;
	display: inline-block;
	font-size: 10px;
	line-height: 20px;
	padding: 0px 10px;
	background: #354d71;
	color: #ffffff;
	text-transform: capitalize;
	border-radius: 10px;
}

.news-style-two .lower-box h3 {
	color: #232323;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6em;
	margin-bottom: 19px;
}

.sidebar-page-container .news-style-two .lower-box h3 {
	font-size: 18px;
	font-weight: 700;
}

.news-style-two .lower-box h3 a {
	color: #232323;
	font-weight: 600;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-style-two .lower-box h3 a:hover {
	color: #48c7ec;
}

.news-style-two .lower-box .post-meta {
	position: relative;
	margin-bottom: 10px;
}

.news-style-two .lower-box .post-meta li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	line-height: 20px;
	color: #999;
}

.news-style-two .lower-box .post-meta li a {
	position: relative;
	color: #999;
	font-family: 'Montserrat', sans-serif;
}

.news-style-two .lower-box .post-meta li .fa {
	padding-right: 3px;
}

.news-style-two .lower-box .text {
	position: relative;
	line-height: 2em;
	margin-bottom: 25px;
}

.news-style-two .lower-box .text p {
	margin-bottom: 25px;
}

.news-style-two .lower-box blockquote {
	margin-bottom: 25px;
	padding: 40px 40px 30px;
	color: #999;
	background: #fafafa;
	font-style: italic;
	font-size: 15px;
	border: none;
	line-height: 2em;
}

.news-style-two .lower-box blockquote .txt {
	position: relative;
	padding: 0px 50px;
	margin-bottom: 10px;
}

.news-style-two .lower-box blockquote .txt:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: 'Georgia', serif;
	font-style: normal;
	font-size: 72px;
	color: #dddddd;
	line-height: 1em;
}

.news-style-two .lower-box blockquote .info {
	font-weight: 500;
	color: #222222;
	text-transform: uppercase;
	text-align: right;
	font-size: 14px;
}

.news-style-two .lower-box .read-more {
	color: #232323;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}

.news-style-two .lower-box .read-more .fa {
	padding-left: 3px;
}

.news-section div.view-more {
	padding: 30px 0px;
}

.news-style-two .list-style-one,
.news-style-two .text .image-column {
	margin-bottom: 30px;
}

.news-style-two .text .content-column p {
	margin-bottom: 15px;
}

.blog-details .post-options {
	position: relative;
	top: 30px;
}

.blog-details .post-options .tags {
	position: relative;
	line-height: 24px;
	margin-bottom: 7px;
}

.blog-details .post-options .tags strong {
	color: #222222;
	text-transform: uppercase;
}

.blog-details .post-options .tags a {
	color: #999;
}

.blog-details .post-options .categories {
	position: relative;
	line-height: 24px;
}

.blog-details .post-options .categories strong {
	color: #222222;
	text-transform: uppercase;
}

.blog-details .post-options .categories a {
	color: #999;
}

.blog-details .post-options .share-options {
	position: relative;
	text-align: right;
	top: -45px;
}

.blog-details .post-options .social-links li {
	position: relative;
	display: inline-block;
	margin-left: 10px;
}

.blog-details .post-options .social-links li a {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	color: #777777;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
}

.blog-details .post-options .social-links li a:hover {
	color: #ffffff;
	background: #48c7ec;
	border-color: #48c7ec;
}

/*** 

====================================================================
	Get Quote Section
====================================================================

***/

.get-quote-section {
	position: relative;
	padding: 100px 0px 100px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.get-quote-section:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.56);
	left: 0;
	top: 0;
}


.get-quote-section .get-quote-bg {
	position: relative;
	padding: 60px 50px 40px;
	background: #ffffff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.30);
}

.get-quote-section .text {
	max-width: 400px;

}

.get-quote-section .quote-form {
	position: relative;
	max-width: 560px;
}

.get-quote-section .contact-info {
	margin-top: 30px;
}

.get-quote-section .contact-info h4 {
	color: #777;
	font-size: 15px;
	margin-bottom: 12px;
}

.get-quote-section .contact-info h4 span {
	color: #232323;
	font-weight: 600;
}


/*** 

====================================================================
	Default Form Styling
====================================================================

***/

.default-form .form-group {
	position: relative;
	margin-bottom: 25px;
}

.get-quote-section .quote-form .row,
.quote-form-two .row {
	margin: 0px -10px;
}

.get-quote-section .quote-form .form-group,
.quote-form-two .form-group {
	padding: 0px 10px;
	margin-bottom: 20px;
}

.default-form .form-group .field-inner {
	position: relative;
}

.default-form .form-group .field-inner .input-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	font-size: 12px;
	color: #f06529;
}

.default-form .field-label {
	display: block;
	line-height: 24px;
	margin-bottom: 10px;
	color: #777777;
	font-weight: 400;
	font-size: 16px;
}

.default-form .form-group .field-label sup,
.default-form .form-group .field-label .req {
	color: #f06529;
	font-size: 16px;
	padding-left: 3px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="tel"],
.default-form input[type="file"],
.default-form input[type="url"],
.default-form select,
.default-form textarea {
	display: block;
	width: 100%;
	line-height: 24px;
	height: 50px;
	font-size: 14px;
	border: 1px solid #c3bfbf;
	padding: 8px 20px 8px;
	background-color: white;
	color: #333333;
	border-radius: 0px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.default-form select {
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

.default-form textarea {
	height: 150px;
	resize: none;
	margin-bottom: 10px;
}

.get-quote-section .default-form textarea {
	margin-bottom: 10px;
	height: 96px;
}

.team-details .default-form textarea {
	height: 120px;
}

.quote-form-two textarea {
	margin-bottom: 10px;
	height: 100px;
}

.default-form select option {
	text-indent: 20px;
	color: #222222;
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
	border-color: #48c7ec;
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error {
	border-color: #ff0000 !important;
}

.default-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 13px;
	color: #ff0000;
	font-weight: 400;
}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
	position: relative;
	color: #9b9b9b;
	background: #222;
}

.main-footer .footer-upper {
	position: relative;
	padding: 70px 0px 0px;
	color: #999;
}

.main-footer .footer-upper .column {
	position: relative;
	margin-bottom: 40px;
}

.footer-upper .column h3 {
	position: relative;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 32px;
	color: #ffffff;
	font-weight: 600;
}

.footer-upper .column h3.logo-text {
	font-size: 36px;
	font-weight: 700;
	color: white;
}

.main-footer .about-widget {
	font-size: 15px;
}

.main-footer .footer-upper a {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.main-footer .footer-upper a:hover {
	color: #ffffff;
}

.footer-upper .links-widget li {
	position: relative;
	margin-bottom: 15px;
}

.footer-upper .links-widget li a {
	position: relative;
	display: block;
	font-size: 15px;
	padding-left: 20px;
	color: #999;
	line-height: 20px;
}

.footer-upper .links-widget li a:before {
	position: absolute;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 16px;
	color: #fff;
	left: 0;
	top: -2px;
}

.footer-upper .links-widget li a:hover {
	color: #ffffff;
}

.main-footer .social-links a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	margin: 10px 5px 0px 0px;
	color: #9b9b9b;
	background: #3e3f40;
	border-radius: 5px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.main-footer .social-links a:hover {
	color: #ffffff;
	background: #48c7ec;
}

.footer-upper .twitter-feeds .feed {
	position: relative;
	padding: 0px 0px 0px 30px;
	margin-bottom: 20px;
	color: #aaaaaa;
}

.footer-upper .twitter-feeds .feed:last-child {
	margin: 0px;
}

.footer-upper .twitter-feeds .feed-content {
	margin-bottom: 5px;
	line-height: 1.6em;
}

.footer-upper .twitter-feeds .feed a {
	position: relative;
	color: #48c7ec;
}

.footer-upper .twitter-feeds .feed .time {
	position: relative;
	color: #ffffff;
	font-size: 14px;
	font-family: 'Lora', serif;
	text-transform: capitalize;
	font-weight: 700;
}

.footer-upper .twitter-feeds .feed strong {
	font-weight: 400;
}

.footer-upper .twitter-feeds .feed .icon {
	position: absolute;
	width: 30px;
	height: 20px;
	left: 0px;
	top: 5px;
	line-height: 20px;
	font-size: 18px;
	color: #999999;
}

.main-footer .newsletter-widget .form-group {
	position: relative;
	margin-bottom: 26px;
	margin-top: 20px;
}

.main-footer .newsletter-widget input[type="text"],
.main-footer .newsletter-widget input[type="email"] {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 11px 50px 11px 15px;
	background: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 5px;
}

.main-footer .newsletter-widget input[type="text"]:focus,
.main-footer .newsletter-widget input[type="email"]:focus {
	background: #181818;
}

.main-footer .newsletter-widget input[type="submit"],
.main-footer .newsletter-widget button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background: #48c7ec;
	border-radius: 0px 5px 5px 0px;
}

.main-footer .newsletter-widget input:focus+button,
.main-footer .newsletter-widget button:hover {
	background: #888888;
}

.main-footer .confid {
	position: relative;
	font-size: 14px;
	color: #9b9b99;
	margin-bottom: 20px;
	margin-top: 20px;
}

.main-footer .contact-info {
	font-size: 16px;
}

.main-footer .contact-info li {
	margin-bottom: 10px;
}

.main-footer .contact-info li h4 {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 5px;
}

.main-footer .contact-info li a {
	color: #9b9b9b;
}

.main-footer .news-widget .news-item {
	position: relative;
	padding-left: 95px;
	padding-top: 15px;
	margin-bottom: 25px;
	min-height: 75px;
}

.main-footer .news-widget.no-thumb .news-item {
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 25px;
	min-height: 0px;
}

.main-footer .news-widget .news-item:last-child {
	margin-bottom: 0px;
}

.main-footer .news-widget .news-item .news-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 75px;
}

.main-footer .news-widget .news-item .news-thumb img {
	display: block;
	width: 75px;
	height: 75px;
}

.main-footer .news-widget .news-item h4,
.main-footer .news-widget .news-item h4 a {
	font-size: 15px;
	color: #ffffff;
}

.main-footer .news-widget .news-item h4 a:hover {
	color: #48c7ec;
}

.main-footer .news-widget .news-item .time {
	font-size: 12px;
	text-transform: uppercase;
}

.main-footer .quote-form .form-group {
	position: relative;
	margin-bottom: 10px;
}

.main-footer .quote-form .form-group input[type="text"],
.main-footer .quote-form .form-group input[type="email"],
.main-footer .quote-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 10px 15px;
	background: #2b2b2b;
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 3px;
}

.main-footer .quote-form .form-group textarea {
	resize: none;
	height: 100px;
}

.main-footer .quote-form .form-group input[type="text"]:focus,
.main-footer .quote-form .form-group input[type="email"]:focus,
.main-footer .quote-form .form-group textarea:focus {
	background: #181818;
}

.main-footer .quote-form button {
	padding: 9px 30px;
}

.main-footer .popular-posts .post {
	position: relative;
	font-size: 15px;
	color: #696969;
	padding: 0px 0px;
	padding-left: 95px;
	min-height: 95px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.main-footer .popular-posts .post:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.main-footer .popular-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 75px;
	border-radius: 50%;
}

.main-footer .popular-posts .post .post-thumb img {
	display: block;
	width: 100%;
}

.main-footer .popular-posts .text {
	font-size: 15px;
	line-height: 1.5em;
	color: #222222;
	font-weight: 500;
	margin: 0px 0px 5px;
}

.main-footer .popular-posts .text a {
	color: #999;
	font-weight: 700;
}

.main-footer .popular-posts .text a:hover {
	color: #48c7ec;
}

.main-footer .popular-posts .post-meta li {
	position: relative;
	display: inline-block;
	line-height: 24px;
	font-size: 13px;
	margin-right: 10px;
}

.main-footer .popular-posts .post-meta li a {
	color: #48c7ec;
	font-family: 'Montserrat', sans-serif;
}

.main-footer .popular-posts .post-meta li a i {
	color: #48c7ec;
	margin-right: 5px;
}

.main-footer .popular-posts .post-meta li .fa {
	padding-right: 3px;
}

.footer-bottom {
	position: relative;
	padding: 24px 0px 20px;
	line-height: 22px;
	color: #b3b3b3;
	background: #191919;
	font-size: 13px;
	text-transform: uppercase;
}

.footer-bottom .footer-nav {
	position: relative;
}

.footer-bottom .footer-nav li {
	position: relative;
	float: left;
	margin-left: 25px;
}

.footer-bottom .footer-nav li a {
	color: #b3b3b3;
}

.footer-bottom .footer-nav li a:hover {
	color: #ffffff;
}


.about-column.welcome .inner {
	padding-left: 40px;
}

.default-section .about-column {
	margin-bottom: 30px;
}

.default-section .column .sec-title-two {
	margin-bottom: 40px;
}

.default-section .column .inner .sec-title {
	margin-bottom: 30px;
}

.default-section .column .inner .text {
	position: relative;
	margin-bottom: 30px;
}

.default-section .column .inner .text p {
	position: relative;
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 1.6em;
	color: rgba(0, 0, 0, 0.60);
}

.default-section .column .inner .text p:last-child {
	margin-bottom: 0px;
}

.default-section .column .inner .author-info {
	position: relative;
	padding-left: 110px;
	padding-top: 6px;
	margin-bottom: 50px;
	min-height: 76px;
}

.default-section .column .inner .author-info .signature {
	margin-bottom: 20px;
}

.default-section .column .inner .author-info .img-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	overflow: hidden;
}

.default-section .column .inner .author-info h4 {
	position: relative;
	color: #323131;
	font-size: 20px;
	font-weight: 400;
}

.default-section .column .inner .author-info .designation {
	position: relative;
	color: #a1a1a1;
	font-size: 16px;
}

.default-section .gallery-column {
	position: relative;
}

.default-section .gallery-column .inner {
	position: relative;
}

.default-section .gallery-column .inner .row {
	position: relative;
	margin: 0px -7px;
}

.default-section .gallery-column .inner .column {
	position: relative;
	padding: 0px 7px;
}

.default-section .gallery-column .inner .column .image {
	position: relative;
	margin-bottom: 15px;
}

.default-section .gallery-column .inner .column .image img {
	position: relative;
	width: 100%;
	display: block;
}



/*** 

====================================================================
	Sponsors Style Two
====================================================================

***/

.sponsors-style-two {
	position: relative;
	background: #fff;
	padding: 90px 0px 100px;
}

.sponsors-style-two .image-box {
	position: relative;
	display: block;
	background: #fff;
	text-align: center;
}

.sponsors-style-two .image-box img {
	position: relative;
	display: inline-block;
	width: auto;
	height: 100px;
	max-width: 100%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.sponsors-style-two .image-box:hover img {
	opacity: 1;
}

.sponsors-style-two .owl-theme .owl-nav,
.sponsors-style-two .owl-theme .owl-dots {
	display: none;
}

.sponsors-style-two .tooltip-inner {
	background: #48c7ec;
}

.sponsors-style-two .tooltip.top .tooltip-arrow {
	border-top-color: #48c7ec;
}

.sponsors-style-two .owl-carousel .owl-stage-outer {
	padding-top: 40px;
}

.sponsors-style-two .sec-title {
	margin-bottom: 10px;
}



/*** 

====================================================================
	About Us
====================================================================

***/

.founder-intro-post {
	position: relative;
	margin-bottom: 30px;
}

.founder-intro-post .text {
	position: relative;
	text-align: justify;
}

.founder-intro-post .text p {
	margin-bottom: 15px;
	line-height: 1.8em;
}

.founder-intro-post .signature {
	position: relative;
	text-align: right;
	margin-bottom: 7px;
}

.founder-intro-post .author-info {
	position: relative;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}

.featured-post {
	position: relative;
	margin-bottom: 30px;
}

.featured-post .inner-box {
	position: relative;
	display: block;
}

.featured-post .image-box {
	position: relative;
	margin-bottom: 20px;
}

.featured-post .image-box img {
	position: relative;
	display: block;
	width: 100%;
}

.featured-post h3 {
	font-size: 16px;
	text-transform: capitalize;
	color: #354d71;
	font-weight: 700;
	font-family: 'Roboto Slab', sans-serif;
	margin-bottom: 10px;
}

.featured-post h3 a {
	color: #232323;
	transition: .5s ease;
}

.featured-post h3 a:hover {
	color: #48c7ec;
	transition: .5s ease;
}

.featured-post .text {
	position: relative;
	line-height: 1.9em;
	margin-bottom: 10px;
}

.featured-post .read-more {
	position: relative;
	color: #232323;
	font-weight: 500;
	font-family: 'Roboto Slab', sans-serif;
	transition: .5s ease;
}

.featured-post .read-more .fa {
	padding-left: 5px;
}

.featured-post .read-more:hover {
	color: #48c7ec;
	transition: .5s ease;
}

/*** 

====================================================================
	What We Do
====================================================================

***/

.what-we-do {
	position: relative;
	background: #f7f7f7;
	padding: 100px 0px 70px;
}

.what-we-do .image-column {
	margin-bottom: 30px;
	padding-top: 10px;
}

.what-we-do .image-column img {
	display: block;
	width: 100%;
}

.what-we-do .outer {
	position: relative;
	overflow: hidden;
}

.what-we-do .outer:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -15px;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
}

.what-we-do .outer:after {
	content: '';
	position: absolute;
	left: 33.3333%;
	margin-top: -20px;
	width: 33.3333%;
	top: 0px;
	margin-left: -7px;
	height: 100%;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}

.service-block-one {
	position: relative;
	margin-bottom: 30px;
}

.what-we-do .outer .service-block-one:nth-child(1),
.what-we-do .outer .service-block-one:nth-child(2),
.what-we-do .outer .service-block-one:nth-child(3) {
	margin-bottom: 60px;
}

.service-block-one .inner-box {
	position: relative;
	display: block;
	padding-left: 70px;
}

.service-block-one .inner-box .icon-box {
	position: absolute;
	left: 5px;
	top: 4px;
	font-size: 36px;
	line-height: 1em;
	color: #222222;
}

.service-block-one .inner-box h3 {
	position: relative;
	margin-bottom: 10px;
	font-weight: 700;
	color: #222222;
	font-size: 18px;
	text-transform: capitalize;
	line-height: 1.6em;
	font-family: 'Roboto Slab', sans-serif;
}

.service-block-one .inner-box h3 a {
	color: #222222;
}

.service-block-one .inner-box .text {
	position: relative;
	line-height: 1.8em;
	padding-right: 20px;
}

.service-block-two {
	position: relative;
	margin-bottom: 30px;
}

.content-column .service-block-two {
	margin-bottom: 20px;
}

.service-block-two .inner-box {
	position: relative;
	display: block;
	padding-left: 70px;
}

.service-block-two .inner-box .icon-box {
	position: absolute;
	left: 0px;
	top: 3px;
	width: 60px;
	text-align: center;
	font-size: 28px;
	line-height: 1em;
	color: #222222;
}

.service-block-two .inner-box h3 {
	position: relative;
	margin-bottom: 5px;
	font-weight: 700;
	color: #222222;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 1.6em;
	font-family: 'Roboto Slab', sans-serif;
}

.service-block-two .inner-box h3 a {
	color: #222222;
}

.service-block-two .inner-box .text {
	position: relative;
	line-height: 1.7em;
	padding-right: 20px;
}

/*** 

====================================================================
	Fluid Section One
====================================================================

***/

.fluid-section-one {
	position: relative;
	background: #fafafa;
}

.fluid-section-one:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background: #131d33;
}

.fluid-section-one .left-column,
.fluid-section-one .right-column {
	position: relative;
	float: left;
	width: 50%;
	z-index: 1;
}

.fluid-section-one .left-column {
	background: #131d33;
}

.fluid-section-one .left-column .inner {
	position: relative;
	width: 100%;
	max-width: 600px;
	float: right;
	color: #ffffff;
	padding: 100px 80px 70px;
	padding-left: 15px;
}

.fluid-section-one .left-column .title {
	margin-bottom: 40px;
}

.fluid-section-one .left-column .title h3 {
	font-size: 22px;
	color: #ffffff;
	font-weight: 600;
	line-height: 1.4em;
	padding-bottom: 12px;
}

.fluid-section-one .left-column .title h3:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 30px;
	border-bottom: 3px solid #48c7ec;
}

.fluid-section-one .left-column .text {
	margin-bottom: 30px;
}

.fluid-section-one .left-column .info-list {
	margin-bottom: 30px;
}

.fluid-section-one .left-column .info-list li {
	position: relative;
	float: left;
	width: 50%;
	line-height: 24px;
	padding-left: 50px;
	min-height: 48px;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

.fluid-section-one .left-column .info-list li .icon {
	position: absolute;
	left: 0px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	color: #48c7ec;
	border: 1px solid #48c7ec;
	border-radius: 50%;
}

.fluid-section-one .right-column {
	background: #fafafa;
}

.fluid-section-one .right-column .inner {
	position: relative;
	width: 100%;
	max-width: 600px;
	padding: 100px 15px 70px 80px;
}

.fluid-section-one .right-column .title {
	margin-bottom: 25px;
}

.fluid-section-one .right-column .title h3 {
	font-size: 22px;
	color: #222222;
	font-weight: 600;
	line-height: 1.4em;
	padding-bottom: 12px;
}

.fluid-section-one .right-column .title h3:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 30px;
	border-bottom: 3px solid #48c7ec;
}

.fluid-section-one .right-column .text {
	margin-bottom: 30px;
}




/*** 

====================================================================
	Testimonials Style One
====================================================================

***/

.testimonial-style-one {
	position: relative;
	padding: 100px 0px;
	background-color: #354d71;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	color: #ffffff;
}

.testimonial-style-one:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(53, 77, 113, 0.97);
}

.testimonial-style-one .auto-container {
	position: relative;
	z-index: 1;
}

.testimonial-style-one .carousel-content {
	position: relative;
	margin-bottom: 50px;
}

.testimonial-style-one .carousel-content .slide {
	position: relative;
	margin-left: 60px;
	padding-top: 6px;
	padding-bottom: 10px;
}

.testimonial-style-one .carousel-content .slide:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 20px;
	border-bottom: 2px solid #48c7ec;
}

.testimonial-style-one .carousel-content .slide .icon-box {
	position: absolute;
	left: -60px;
	top: -6px;
	font-size: 32px;
	color: #48c7ec;
	line-height: 1.2em;
}

.testimonial-style-one .carousel-content .slide .text {
	position: relative;
	line-height: 2em;
}

.testimonial-style-one .carousel-content .owl-dots,
.testimonial-style-one .carousel-content .owl-nav {
	display: none;
}

.testimonial-style-one .carousel-pager {
	position: relative;
	padding-right: 270px;
}

.testimonial-style-one .carousel-pager .pager {
	position: relative;
	text-align: left;
	margin: 0px;
}

.testimonial-style-one .carousel-pager .pager .inner {
	position: relative;
	padding-left: 95px;
	min-height: 70px;
	padding-top: 13px;
}

.testimonial-style-one .carousel-pager .pager .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
}

.testimonial-style-one .carousel-pager .pager .author-thumb img {
	display: block;
	width: 100%;
}

.testimonial-style-one .carousel-pager .pager h4 {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Roboto Slab', sans-serif;
	margin-bottom: 0px;
}

.testimonial-style-one .carousel-pager .pager .designation {
	color: #48c7ec;
	line-height: 1.8em;
}

.testimonial-style-one .carousel-pager .owl-dots {
	display: none;
}

.testimonial-style-one .carousel-pager .owl-nav {
	position: absolute;
	right: 0px;
	top: 25px;
	width: 30px;
}

.testimonial-style-one .carousel-pager .owl-nav .owl-prev {
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 30px;
}

.testimonial-style-one .carousel-pager .owl-nav .owl-next {
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 30px;
}




/*** 

====================================================================
	Testimonials Style Two
====================================================================

***/

.testimonial-style-two {
	position: relative;
	padding: 90px 0px 100px;
	background-color: #f7f7f7;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.testimonial-style-two:before {
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.70);
}

.testimonial-style-two .auto-container {
	position: relative;
	z-index: 1;
}

.testimonial-style-two .carousel-outer {
	position: relative;
}

.testimonial-style-two .slide {
	position: relative;
}

.testimonial-style-two .slide .icon-box {
	position: absolute;
	font-size: 32px;
	color: #48c7ec;
	line-height: 1em;
	background: #f7f7f7;
	margin-bottom: 20px;
	top: 37px;
	left: 18px;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 59px;
	border-radius: 50%;

}

.testimonial-style-two .slide .content {
	position: relative;
	line-height: 2em;
	margin-bottom: 30px;
	background: #fff;
	padding: 35px;
	padding-left: 100px;
	box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.03);
}

.testimonial-style-two .slide .content:after {
	position: absolute;
	content: " ";
	top: 100%;
	left: 70px;
	height: 0;
	width: 0;
	border: solid transparent;
	border-color: rgba(72, 71, 71, 0);
	border-top-color: #ffffff;
	border-right-width: 27px;
	border-left-width: 0px;
	border-bottom-width: 168px;
	border-top-width: 29px;
}

.testimonial-style-two .slide .text {
	position: relative;
	line-height: 2em;
}

.testimonial-style-two .author-info {
	position: relative;
	display: inline-block;
	text-align: left;
}

.testimonial-style-two .author-info .inner {
	position: relative;
	padding-left: 90px;
	min-height: 70px;
	padding-top: 13px;
}

.testimonial-style-two .author-info .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
}

.testimonial-style-two .author-info .author-thumb img {
	display: block;
	width: 100%;
}

.testimonial-style-two .author-info h4 {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	text-transform: capitalize;
	font-family: 'Roboto Slab', sans-serif;
	margin-bottom: 0px;
}

.testimonial-style-two .author-info .designation {
	color: #48c7ec;
	line-height: 1.8em;
}

.testimonial-style-two .owl-nav {
	position: relative;
	margin: 0px auto;
	max-width: 480px;
	font-size: 18px;
	height: 0px;
}

.testimonial-style-two .owl-nav .owl-prev {
	position: absolute;
	left: 0px;
	top: -50px;
	line-height: 30px;
}

.testimonial-style-two .owl-nav .owl-next {
	position: absolute;
	right: 0px;
	top: -50px;
	line-height: 30px;
}

.testimonial-style-two .owl-dots {
	position: relative;
	margin: 60px auto 0px;
}

.testimonial-style-two .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.testimonial-style-two .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 11px;
	height: 11px;
	border: 1px solid #ffffff;
	border-radius: 50%;
}

.testimonial-style-two .owl-dots .owl-dot span:before {
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	height: 1px;
	width: 1px;
	background: #48c7ec;
	opacity: 0;
}

.testimonial-style-two .owl-dots .owl-dot.active span {
	border-color: #48c7ec;
}

.testimonial-style-two .owl-dots .owl-dot.active span:before {
	opacity: 1;
}




/*** 

====================================================================
	Testimonials Style Four
====================================================================

***/

.testimonial-style-four {
	position: relative;
	padding: 40px 10px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	margin-bottom: 50px;
}

.testimonial-style-three .slide {
	position: relative;
	max-width: 1030px;
	padding: 0px 15px;
	margin: 0 auto;
}

.testimonial-style-four .slide .icon-box {
	position: relative;
	font-size: 24px;
	color: #354d71;
	line-height: 1em;
	margin-bottom: 15px;
}

.testimonial-style-four .slide .author-thumb {
	position: relative;
	width: 62px;
	height: 62px;
	margin: 0 auto 25px;
}

.testimonial-style-four .slide .text {
	position: relative;
	line-height: 2em;
	font-size: 15px;
	margin-bottom: 25px;
	color: #222222;
	font-style: italic;
}

.testimonial-style-four .author-info {
	position: relative;
	display: block;
	text-align: center;
}

.testimonial-style-four .author-info h4 {
	font-size: 16px;
	font-weight: 700;
	color: #222222;
	text-transform: capitalize;
	font-family: 'Roboto Slab', sans-serif;
	margin-bottom: 0px;
}

.testimonial-style-four .author-info .designation {
	color: #48c7ec;
	line-height: 1.8em;
	text-transform: capitalize;
}

.testimonial-style-four .owl-nav {
	display: none;
}

.testimonial-style-four .owl-dots {
	position: relative;
	display: block;
	text-align: center;
	margin: 20px auto 0px;
}

.testimonial-style-four .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 4px;
}

.testimonial-style-four .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #e0e0e0;
	background: #e0e0e0;
	border-radius: 50%;
}

.testimonial-style-four .owl-dots .owl-dot.active span {
	border-color: #222222;
	background: none;
}


/*** 

====================================================================
	testimonial style five
====================================================================

***/

.feature-style-1 {
	padding: 90px 0;
}

.feature-style-1 .testimonial p:first-child,
.client_say_about_us .testimonial p:first-child {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.125em;
	color: #242424;
}

.feature-style-1 .testimonial span,
.client_say_about_us .testimonial span,
.feature-style-1 p.john_speach,
.client_say_about_us .testimonial p.john_speach {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #898989;
}

.feature-style-1 p.john_speach,
.client_say_about_us .testimonial p.john_speach {
	padding-top: 27px;
}

.feature-style-1 p.john_speach {
	padding-right: 50px;
}

.feature-style-1 .testimonial img.round_img,
.client_say_about_us .testimonial img.round_img {
	border-radius: 50%;
	margin-top: 44px;
	width: 130px;
	height: 130px;
}

.feature-style-1 .testimonial .client_info {
	padding-top: 60px;
	line-height: 22px;
	margin-right: 77px;
}

.client_say_about_us .testimonial .client_info {
	padding-top: 60px;
	line-height: 22px;
}

.testimonial_container {
	padding-right: 31px;
}

.client_say_about_us .row {
	padding-top: 57px;
}

.client_say_about_us .testimonial .round_img,
.client_say_about_us .testimonial .client_info {
	float: left;
}

.client_say_about_us .testimonial .client_info {
	padding-left: 44px;
}

.client_say_about_us .right_part {
	padding-left: 110px;
}

.client_say_about_us .left_part {
	padding-right: 100px;
}

.client_say_about_us .testimonial .client_sign {
	padding-top: 17px;
}

.client_say_about_us .bottom_part {
	padding-top: 62px;
}

.feature-style-1 .testimonial .client_info ul li,
.client_say_about_us .testimonial .client_info ul li {
	display: inline-block;
}

.feature-style-1 .testimonial .client_info ul,
.client_say_about_us .testimonial .client_info ul {
	padding: 13px 0 0 0;
}

.client_say_about_us .testimonial .client_info ul li a {
	display: block;
	width: 21px;
	height: 21px;
	margin-left: -3px;
}

.feature-style-1 .testimonial .client_info ul li a {
	display: block;
	width: 21px;
	height: 21px;
}

.feature-style-1 .company {
	padding-left: 0px;
}

.feature-style-1 .company .nav li a {
	font-weight: 700;
	font-size: 18px;
	color: #323232;
	border: 1px solid #e9e9e9;
	border-radius: 0px;
}

.feature-style-1 .company .nav li a:focus,
.feature-style-1 .company .nav li.active a {
	color: #fff;
	background-color: #48c7ec;
	border-color: transparent;
}

.feature-style-1 .company .tab-content ul li i {
	color: #233859;
	margin-right: 12px;
}

.feature-style-1 .company .tab-content ul {
	display: inline-block;
}

.feature-style-1 .company .company-tab {
	/* margin-top:61px; */
}

.feature-style-1 .company .tab-content ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #6c6c6c;
}

.feature-style-1 .company .tab-content h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.125em;
	color: #242424;
	padding-top: 20px;
	padding-bottom: 12px;
}

.feature-style-1 .company .tab-content p {
	color: #898989;
	padding-bottom: 0px;
}

.feature-style-1 .company .tab-content .list-two {
	padding-left: 86px;
}

.feature-style-1 .company .tab-content ul li {
	margin-top: 0;
}

.feature-style-1 .signature-inner {
	margin-right: 50px;
}

.feature-style-1 .about-column {
	margin-bottom: 30px;
}

.feature-style-1 .column .sec-title-two {
	margin-bottom: 40px;
}

.feature-style-1 .content h3 {
	color: #232323;
}

.feature-style-1 .content ul {
	margin-bottom: 30px;
}

.feature-style-1 .column .inner .text {
	position: relative;
	margin-bottom: 30px;
}

.feature-style-1 .column .inner .text p {
	position: relative;
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 1.6em;
	color: rgba(0, 0, 0, 0.60);
}

.feature-style-1 .column .inner .text p:last-child {
	margin-bottom: 0px;
}

.feature-style-1 .column .inner .author-info {
	position: relative;
	padding-left: 95px;
	padding-top: 13px;
	/* margin-bottom:50px; */
	min-height: 76px;
}

.feature-style-1 .column .inner .author-info .signature {
	margin-bottom: 20px;
}

.feature-style-1 .column .inner .author-info .img-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 76px;
	border: 1px solid #eee;
	height: 76px;
	border-radius: 50%;
	overflow: hidden;
}

.feature-style-1 .column .inner .author-info h4 {
	position: relative;
	color: #323131;
	font-size: 20px;
	font-weight: 400;
}

.feature-style-1 .column .inner .author-info .designation {
	position: relative;
	color: #a1a1a1;
	font-size: 16px;
}



/*** 

====================================================================
	Tweets Section
====================================================================

***/

.tweets-section {
	position: relative;
	padding: 50px 0px;
	background-color: #f6f6f6;
	color: #111111;
	text-align: center;
}

.tweets-section.style-two {
	padding: 100px 0px;
	background-color: #ffffff;
}

.tweets-section .carousel-outer {
	position: relative;
	padding: 0px 20px;
}

.tweets-section .slide {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}

.tweets-section .slide .icon-box {
	position: relative;
	font-size: 30px;
	color: #05d1d4;
	line-height: 1em;
	margin-bottom: 10px;
}

.tweets-section.style-two .slide .icon-box {
	font-size: 54px;
	margin-bottom: 20px;
}

.tweets-section .slide .text {
	position: relative;
	line-height: 1.8em;
	font-size: 16px;
}

.tweets-section.style-two .slide .text {
	color: #111111;
	text-transform: uppercase;
	font-style: italic;
	font-size: 13px;
	margin-bottom: 20px;
}

.tweets-section .slide a {
	color: #05d1d4;
}

.tweets-section .slide .info {
	position: relative;
	line-height: 1.8em;
	font-size: 13px;
	font-weight: 300;
}

.tweets-section .owl-nav .owl-prev,
.tweets-section .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 30px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	color: #999999;
	text-align: center;
}

.tweets-section .owl-nav .owl-prev {
	left: -30px;
}

.tweets-section .owl-nav .owl-next {
	right: -30px;
}

.tweets-section.style-two .owl-nav .owl-prev {
	left: 30px;
}

.tweets-section.style-two .owl-nav .owl-next {
	right: 30px;
}

.tweets-section.style-two .owl-nav .owl-prev:hover,
.tweets-section.style-two .owl-nav .owl-next:hover {
	color: #48c7ec;
}

.tweets-section .owl-dots {
	display: none;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
	position: relative;
	padding: 100px 0px 50px;
}

.service-block-three {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}

.service-block-three .inner-box {
	position: relative;
	display: block;
	max-width: 340px;
	margin: 0 auto;
}

.service-block-three .inner-box .icon-box {
	position: relative;
	line-height: 1.4em;
	font-size: 42px;
	color: #222222;
	margin: 0px auto 10px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-three:hover .inner-box .icon-box {
	color: #354d71;
}

.service-block-three .inner-box h3 {
	position: relative;
	font-size: 16px;
	color: #1c1c1c;
	font-weight: 700;
	font-family: 'Roboto Slab', sans-serif;
	text-transform: capitalize;
	padding-bottom: 12px;
	margin-bottom: 25px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-three:hover .inner-box h3 {
	position: relative;
	color: #354d71;
}

.service-block-three .inner-box h3:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -13px;
	bottom: 0px;
	width: 26px;
	border-bottom: 2px solid #aaaaaa;
}

.service-block-three .inner-box .text {
	position: relative;
	line-height: 1.9em;
	margin-bottom: 15px;
}

.service-block-three .inner-box .read-more {
	color: #999;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-three .inner-box .read-more .fa {
	padding-left: 5px;
}

.service-block-three:hover .inner-box .read-more {
	color: #354d71;
}

/*** 

====================================================================
	Fluid Section Two
====================================================================

***/

.fluid-section-two {
	position: relative;
	background: #fafafa;
	overflow: hidden;
}

.fluid-section-two .content-column {
	position: relative;
	float: left;
	width: 25%;
}

.fluid-section-two .content-column .inner {
	position: relative;
	display: block;
	padding: 120px 50px 20px;
}

.fluid-section-two .carousel-column {
	position: relative;
	float: left;
	width: 75%;
}

.fluid-section-two .owl-prev,
.fluid-section-two .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #ffffff;
	text-align: center;
	color: #222222;
	font-size: 20px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.fluid-section-two .owl-prev:hover,
.fluid-section-two .owl-next:hover {
	background: #48c7ec;
	color: #ffffff;
}

.fluid-section-two .owl-prev {
	left: 0px;
}

.fluid-section-two .owl-next {
	right: 0px;
}

/*** 

====================================================================
	Fluid Section Three
====================================================================

***/

.fluid-section-three {
	position: relative;
	background: #f7f7f7;
}

.fluid-section-three .left-column {
	position: relative;
	float: left;
	width: 50%;
}

.fluid-section-three .left-column .inner {
	position: relative;
	width: 100%;
	max-width: 600px;
	float: right;
	color: #ffffff;
	padding: 90px 80px 70px 15px;
}

.fluid-section-three .right-column .inner {
	position: relative;
	width: 100%;
	max-width: 600px;
	float: left;
	color: #ffffff;
	padding: 90px 15px 70px 70px;
}

.fluid-section-three .right-column .inner .sec-title h2 {
	color: #fff;
}

.fluid-section-three .sec-title {
	margin-bottom: 40px;
}

.fluid-section-three .right-column {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.fluid-section-three .right-column:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(19, 29, 51, 0.95);
}

.fluid-section-three .right-column .image {
	position: relative;
	width: 100%;
	display: none;
}

.fluid-section-three .right-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

/*Accordion Box*/

.accordion-box {
	position: relative;
}

.accordion-box .block {
	position: relative;
	margin-bottom: 24px;
}

.accordion-box .block:before {
	content: '';
	position: absolute;
	left: 20px;
	top: 32px;
	height: 100%;
	border-right: 1px dashed #d0d0d0;
}

.accordion-box .block:last-child:before {
	display: none;
}

.accordion-box .block .acc-btn {
	position: relative;
	font-size: 16px;
	margin-bottom: 0px;
	cursor: pointer;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	font-weight: 700;
	padding: 10px 20px 10px 70px;
	overflow: hidden;
	color: #222222;
	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: 1;
}

.accordion-box .block .acc-btn .icon-outer {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 42px;
	height: 42px;
	font-weight: normal;
	text-align: center;
	color: #333333;
	background: #f0f0f0;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

.accordion-box .block .acc-btn .icon-outer .icon {
	position: absolute;
	display: block;
	left: 0px;
	top: 50%;
	margin-top: -15px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer {
	color: #ffffff;
	background: #48c7ec;
}

.accordion-box .block .acc-btn.active .icon-outer .icon {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion-box .block .acc-content {
	position: relative;
	display: none;
}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content {
	position: relative;
	font-size: 14px;
	color: #999;
	padding: 0px 20px 0px 70px;
}

.accordion-box.style-two .block .content {
	background: #fafafa;
}

.accordion-box .block .content p {
	margin-bottom: 15px;
	line-height: 2em;
}

.accordion-box .block .content p:last-child {
	margin-bottom: 0px;
}

/*** 

====================================================================
	Testimonials Style Three
====================================================================

***/

.testimonial-style-three {
	position: relative;
	padding: 120px 0px;
	background-color: #333333;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	color: #ffffff;
	text-align: center;
}

.testimonial-style-three:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.80);
}

.testimonial-style-three .carousel-outer {
	position: relative;
	z-index: 1;
}

.testimonial-style-three .slide {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

.testimonial-style-three .slide .icon-box {
	position: relative;
	font-size: 28px;
	color: #48c7ec;
	line-height: 1em;
	margin-bottom: 25px;
}

.testimonial-style-three .slide .text {
	position: relative;
	line-height: 2em;
	font-size: 16px;
	margin-bottom: 30px;
	font-style: italic;
}

.testimonial-style-three .author-info {
	position: relative;
	display: block;
	text-align: center;
}

.testimonial-style-three .author-info h4 {
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	font-family: 'Roboto Slab', sans-serif;
	margin-bottom: 0px;
}

.testimonial-style-three .author-info .designation {
	color: #ffffff;
	line-height: 1.8em;
	font-style: italic;
}

.testimonial-style-three .owl-prev,
.testimonial-style-three .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-style-three .owl-prev:hover,
.testimonial-style-three .owl-next:hover {
	color: #48c7ec;
}

.testimonial-style-three .owl-prev {
	left: 50px;
}

.testimonial-style-three .owl-next {
	right: 50px;
}

.testimonial-style-two .owl-dots {
	position: relative;
	display: none;
}

/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title {
	position: relative;
	padding: 100px 0px;
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

.page-title:before {
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.534);
}

.page-title .auto-container {
	position: relative;
	z-index: 1;
}

.page-title h1 {
	position: relative;
	font-size: 48px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1.6em;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.page-title .bread-crumb-outer {
	position: relative;
	display: inline-block;
	padding: 0px 0px;
	font-family: 'Roboto Slab', sans-serif;
}

.page-title .bread-crumb-outer .bread-crumb li {
	position: relative;
	float: left;
	margin-right: 24px;
	color: #ffffff;
	line-height: 24px;
	text-transform: capitalize;
	font-size: 14px;
}

.page-title .bread-crumb-outer .bread-crumb li:last-child {
	margin-right: 0px;
}

.page-title .bread-crumb-outer .bread-crumb li:after {
	content: '/';
	position: absolute;
	right: -16px;
	width: 10px;
	line-height: 24px;
	font-size: 14px;
	color: #ffffff;
}

.page-title .bread-crumb-outer .bread-crumb li:last-child:after {
	display: none;
}

.page-title .bread-crumb-outer .bread-crumb li a {
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 400;
}

.page-title .bread-crumb-outer .bread-crumb li a:hover {
	color: #48c7ec;
}

.page-title .bread-crumb-outer .bread-crumb li.active {
	color: #48c7ec;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
	position: relative;
	padding-top: 20px;
}

.styled-pagination ul {
	position: relative;
	display: inline-block;
}

.styled-pagination li {
	position: relative;
	display: block;
	float: left;
	margin: 0px 8px 8px 0px;
}

.styled-pagination li a {
	position: relative;
	display: block;
	line-height: 20px;
	padding: 10px 10px;
	height: 40px;
	font-size: 14px;
	text-transform: uppercase;
	min-width: 40px;
	background: #fff;
	color: #333333;
	font-weight: 400;
	text-align: center;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
	color: #ffffff;
	border-color: #48c7ec;
	background: #48c7ec;
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section {
	position: relative;
}

.map-section .map-container {
	position: relative;
	z-index: 10;
}

.map-data {
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8em;
}

.map-canvas {
	position: relative;
}

.map-data h6 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	color: #121212;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
	position: relative;
	padding: 100px 0px 70px;
}

.contact-section .map-box {
	position: relative;
	margin-bottom: 50px;
}

.contact-section .form-column {
	margin-bottom: 10px;
}

.contact-section h2 {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #222222;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 30px;
	font-family: 'Roboto Slab', sans-serif;
}

.contact-section h2:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 20px;
	border-bottom: 3px solid #48c7ec;
}

.contact-section h2:after {
	content: '';
	position: absolute;
	left: 22px;
	bottom: 0px;
	width: 20px;
	border-bottom: 3px solid #48c7ec;
}

.contact-section .text {
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 30px;
	margin-top: -5px;
}

.contact-section .contact-info {
	position: relative;
}

.contact-section .contact-info li {
	position: relative;
	display: block;
	padding: 4px 0px 4px 50px;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 15px;
	color: #888888;
	min-height: 32px;
}

.contact-section .contact-info li:hover {
	color: #333333;
}

.contact-section .contact-info li .icon-box {
	position: absolute;
	left: 0px;
	top: 0;
	text-align: center;
	width: 32px;
	height: 32px;
	line-height: 28px;
	border: 2px solid #48c7ec;
	background: none;
	font-size: 12px;
	color: #48c7ec;
	border-radius: 50%;
}

.contact-section .contact-info li:hover .icon-box {
	background: #48c7ec;
	color: #ffffff;
}

.contact-section .default-form .form-group {
	margin-bottom: 20px;
}

.contact-section .default-form textarea {
	height: 190px;
}

.contact-section .default-form .theme-btn {
	text-transform: capitalize;
	margin-top: 10px;
}

/*** 

====================================================================
	Project Details Section
====================================================================

***/

.project-details {
	position: relative;
	padding: 100px 0px 70px;
}

.project-details h3 {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #222222;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 25px;
	font-family: 'Roboto Slab', sans-serif;
}

.project-details .related-project h3 {
	margin-bottom: 35px;
}

.project-details h3:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 20px;
	border-bottom: 3px solid #48c7ec;
}

.project-details h3:after {
	content: '';
	position: absolute;
	left: 22px;
	bottom: 0px;
	width: 20px;
	border-bottom: 3px solid #48c7ec;
}

.project-details .basic-details {
	position: relative;
}

.project-details .image-column,
.project-details .content-column {
	margin-bottom: 40px;
}

.project-details .image-column img {
	display: block;
	width: 100%;
}

.project-details .info-list {
	position: relative;
	margin-bottom: 30px;
}

.project-details .info-list li {
	position: relative;
	line-height: 24px;
	margin-bottom: 15px;
}

.project-details .info-list li .title {
	float: left;
	width: 45%;
	padding-right: 10px;
	font-size: 15px;
	font-weight: 700;
	color: #999;
	text-transform: capitalize;
}

.project-details .info-list li .desc {
	float: left;
	width: 55%;
}

.project-details .project-progress {
	position: relative;
	margin-bottom: 30px;
}

.project-details .project-progress .title {
	position: relative;
	font-size: 15px;
	font-weight: 700;
	color: #999;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.project-details .project-progress .bar-outer {
	position: relative;
	height: 16px;
	background: #dddfe1;
	line-height: 16px;
	color: #ffffff;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
}

.project-details .project-progress .bar-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	height: 16px;
	background: #48c7ec;
}

.project-details .project-progress .txt {
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	z-index: 1;
}

.project-details .social-links li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
}

.project-details .social-links li a {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	color: #777777;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
}

.project-details .social-links li a:hover {
	color: #1a3761;
	background: #48c7ec;
	border-color: #48c7ec;
}

.project-details .about-project .text {
	margin-bottom: 30px;
	line-height: 1.9em;
}

.list-style-one {
	position: relative;
	margin-bottom: 20px;
}

.list-style-one li {
	position: relative;
	display: block;
	line-height: 24px;
	margin-bottom: 10px;
	padding-left: 30px;
}

.list-style-one li:before {
	font-family: 'FontAwesome';
	content: "\f178";
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	color: #999999;
	line-height: 24px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}


/*** 

====================================================================
	Sidebar Page
====================================================================

***/

.sidebar-page-container {
	position: relative;
	padding: 30px 0px 80px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side {
	margin-bottom: 30px !important;
}

.with-right-sidebar .content-side {}

.with-left-sidebar .content-side {
	padding-left: 65px;
}

.sidebar {
	position: relative;
}



.with-left-sidebar .sidebar {
	margin-right: -35px;
}

.sidebar .sidebar-widget {
	position: relative;
	margin-bottom: 50px;
}

.sidebar .sidebar-widget .sidebar-title {
	position: relative;
	margin-bottom: 20px;
}

.sidebar-widget .sidebar-title h3 {
	position: relative;
	font-size: 14px;
	font-weight: 700;
	color: #222222;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.sidebar-widget .sidebar-title h3:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 20px;
	border-bottom: 3px solid #48c7ec;
}

.sidebar-widget .sidebar-title h3:after {
	content: '';
	position: absolute;
	left: 22px;
	bottom: 0px;
	width: 20px;
	border-bottom: 3px solid #48c7ec;
}

.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: 24px;
	padding: 15px 40px 15px 20px;
	border: 1px solid #f4f4f4;
	background: #ffffff;
	color: #222222;
	display: block;
	font-size: 14px;
	width: 100%;
	height: 55px;
	border-radius: 2px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
	border-color: #48c7ec;
}

.sidebar .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 55px;
	width: 50px;
	line-height: 55px;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #fff;
	background: #48c7ec;
	font-weight: normal;
}

.sidebar .search-box .form-group input:focus+button,
.sidebar .search-box .form-group button:hover {
	color: #ffffff;
}

.sidebar .popular-posts .post {
	position: relative;
	font-size: 15px;
	color: #696969;
	padding: 0px 0px;
	padding-left: 95px;
	min-height: 95px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
}

.sidebar .popular-posts .post:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.sidebar .popular-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 75px;
	border-radius: 50%;
}

.sidebar .popular-posts .post .post-thumb img {
	display: block;
	width: 100%;
}

.sidebar .popular-posts .text {
	font-size: 15px;
	line-height: 1.5em;
	color: #222222;
	font-weight: 500;
	margin: 0px 0px 5px;
}

.sidebar .popular-posts .text a {
	color: #222222;
}

.sidebar .popular-posts .text a:hover {
	color: #48c7ec;
}

.sidebar .popular-posts .post-meta li {
	position: relative;
	display: inline-block;
	line-height: 24px;
	font-size: 13px;
	margin-right: 10px;
}

.sidebar .popular-posts .post-meta li a {
	color: #777777;
	font-family: 'Montserrat', sans-serif;
}

.sidebar .popular-posts .post-meta li a i {
	color: #48c7ec;
	margin-right: 5px;
}

.sidebar .popular-posts .post-meta li .fa {
	padding-right: 3px;
}

.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 8px 22px;
	margin: 0px 5px 10px 0px;
	border: 2px solid #f4f4f4;
	color: #999;
	background: #ffffff;
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
	background-color: #48c7ec;
	border-color: #48c7ec;
	color: #ffffff;
}

.sidebar .list {
	position: relative;
}

.sidebar .list li {
	position: relative;
	line-height: 24px;
	margin-bottom: 5px;
}

.sidebar .list li:last-child {
	border-bottom: none;
}

.sidebar .list li a {
	position: relative;
	display: block;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	padding: 5px 0px 5px 15px;
	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 .list li a:before {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	left: 0px;
	top: 5px;
	display: block;
	line-height: 26px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.sidebar .list li a:hover {
	color: #48c7ec;
}

.sidebar .service-list {
	position: relative;
}

.sidebar .service-list li {
	position: relative;
	line-height: 24px;
	margin-bottom: 5px;
}

.sidebar .service-list li:last-child {
	border-bottom: none;
}

.sidebar .service-list li a {
	position: relative;
	display: block;
	color: #232323;
	font-size: 14px;
	background: #f7f7f7;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 30px;
	padding: 10px 20px;
	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 .service-list li a:before {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 10px;
	display: block;
	line-height: 26px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.sidebar .service-list li a:hover,
.sidebar .service-list li.current a {
	color: #48c7ec;
}

.sidebar .service-list {
	position: relative;
}

.sidebar .download-list li {
	position: relative;
	margin-bottom: 15px;
}

.sidebar .download-list li a {
	position: relative;
	display: block;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 24px;
	padding: 10px 15px;
	background: #48c7ec;
	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 .download-list li a:hover {
	color: #222222;
}

.sidebar .download-list li .fa {
	font-size: 14px;
	padding-right: 7px;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
	position: relative;
	margin-bottom: 70px;
}

.sidebar-page-container .group-title {
	position: relative;
	margin-bottom: 40px;
}

.team-details .group-title {
	position: relative;
	margin-bottom: 50px;
	text-align: left;
}

.sidebar-page-container .group-title h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #1c1c1c;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
}

.sidebar-page-container .group-title h2:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: -18px;
	width: 20px;
	border-bottom: 3px solid #48c7ec;
}

.sidebar-page-container .group-title h2:after {
	content: '';
	position: absolute;
	left: 22px;
	bottom: -18px;
	width: 20px;
	border-bottom: 3px solid #48c7ec;
}

.comments-area .comment-box {
	position: relative;
}

.comments-area .comment {
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}

.comments-area .comment-box .comment:last-child {
	padding-bottom: 0px;
	border: none;
}

.comments-area .comment .comment-content {
	position: relative;
	padding: 0px;
}

.comments-area .reply-comment {
	margin-left: 100px;
}

.comments-area .comment .comment-inner {
	position: relative;
	padding-left: 130px;
	min-height: 110px;
}

.comments-area .comment .author-thumb {
	position: absolute;
	left: 0px;
	top: -1px;
	width: 110px;
}

.comments-area .comment .author-thumb img {
	width: 100%;
	display: block;
}

.comments-area .comment .comment-info {
	position: relative;
	top: 2px;
	color: #777777;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 7px;
}

.comments-area .comment .comment-info h4 {
	position: relative;
	color: #222222;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}

.comments-area .comment .text {
	line-height: 1.9em;
	font-size: 15px;
	text-align: justify;
}

.comments-area .comment .reply {
	position: absolute;
	right: 0px;
	top: 15px;
	color: #222222;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.comments-area .comment .reply .fa {
	font-style: normal;
	padding-right: 5px;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.comment-form .form-group .field-label {
	position: relative;
	display: block;
	font-size: 14px;
	margin-bottom: 7px;
	color: #696969;
}

.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,
.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 20px;
	padding: 10px 20px;
	color: #333333;
	border: 1px solid #f4f4f4;
	height: 52px;
	font-size: 14px;
	background: #ffffff;
	border-radius: 0px;
	-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: #48c7ec;
}

.comment-form .form-group textarea {
	resize: none;
	height: 150px;
	margin-bottom: 10px;
}

.comment-form button {
	position: relative;
	padding: 13px 30px;
}

/*** 

====================================================================
	Team Details Section
====================================================================

***/

.team-details {
	position: relative;
}

.team-details h3 {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #222222;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 25px;
	font-family: 'Roboto Slab', sans-serif;
}

.team-details .related-project h3 {
	margin-bottom: 35px;
}

.team-details h3:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 20px;
	border-bottom: 3px solid #48c7ec;
}

.team-details h3:after {
	content: '';
	position: absolute;
	left: 22px;
	bottom: 0px;
	width: 20px;
	border-bottom: 3px solid #48c7ec;
}

.team-details .basic-details {
	position: relative;
	margin-bottom: 20px;
}

.team-details .image-column,
.team-details .content-column {
	margin-bottom: 30px;
}

.team-details .image-column img {
	display: block;
	width: 100%;
}

.team-details .info {
	position: relative;
	margin-bottom: 30px;
}

.team-details .info h2 {
	font-size: 30px;
	color: #222222;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Roboto Slab', sans-serif;
	line-height: 1.4em;
}

.team-details .info .designation {
	text-transform: capitalize;
}

.team-details .social-links {
	position: relative;
	margin-bottom: 40px;
}

.team-details .social-links li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
}

.team-details .social-links li a {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	color: #777777;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
}

.team-details .social-links li a:hover {
	color: #1a3761;
	background: #48c7ec;
	border-color: #48c7ec;
}

.team-details .info-list {
	position: relative;
	margin-bottom: 30px;
}

.team-details .info-list li {
	position: relative;
	line-height: 24px;
	margin-bottom: 10px;
}

.team-details .info-list li .title {
	float: left;
	width: 40%;
	padding-right: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #222222;
	text-transform: capitalize;
}

.team-details .info-list li .desc {
	float: left;
	width: 60%;
}

.team-details .project-progress {
	position: relative;
	margin-bottom: 30px;
}

.team-details .project-progress .title {
	position: relative;
	font-size: 15px;
	font-weight: 700;
	color: #999;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.team-details .project-progress .bar-outer {
	position: relative;
	height: 16px;
	background: #dddfe1;
	line-height: 16px;
	color: #ffffff;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
}

.team-details .project-progress .bar-inner {
	position: relative;
	display: block;
	height: 16px;
	background: #48c7ec;
}

.team-details .content .text {
	margin-bottom: 40px;
	line-height: 1.9em;
}

.team-details .content .text p {
	margin-bottom: 20px;
}

.skills-box .skill-column {
	position: relative;
	margin-bottom: 20px;
}

.skills-box .skill-column .skill-bar {
	position: relative;
	width: 100%;
	height: 10px;
	margin-bottom: 5px;
}

.skills-box .skill-column .skill-bar .bar-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 6px;
	background: #ededed;
	border-radius: 0px;
}

.skills-box .skill-column .skill-bar .bar-inner .bar {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 6px;
	width: 0px;
	background: #48c7ec;
	border-radius: 0px;
	-webkit-transition: all 2000ms ease;
	-ms-transition: all 2000ms ease;
	-o-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
	transition: all 2000ms ease;
}

.skills-box .skill-column .skill-header {
	position: relative;
	line-height: 24px;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 15px;
	color: #777777;
	margin-bottom: 10px;
}

.skills-box .skill-column .skill-header .skill-title {
	position: relative;
	color: #222222;
	float: left;
}

.skills-box .skill-column .skill-header .skill-percentage {
	float: right;
}

.skills-box.style_2 .skill-column .skill-bar .bar-inner .bar {
	background: #48c7ec;
}

.skills-box.style_2 .skill-column .skill-header .skill-percentage {
	color: #fff;
}

.skills-box.style_2 .skill-column .skill-header .skill-title {
	color: #fff;
}


/*** 

====================================================================
	Services Details Section
====================================================================

***/

.service-details {
	position: relative;
}

.service-details h3 {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #222222;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 25px;
	font-family: 'Roboto Slab', sans-serif;
}

.service-details h3:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 20px;
	border-bottom: 3px solid #48c7ec;
}

.service-details h3:after {
	content: '';
	position: absolute;
	left: 22px;
	bottom: 0px;
	width: 20px;
	border-bottom: 3px solid #48c7ec;
}

.service-details .big-image {
	position: relative;
	margin-bottom: 30px;
}

.service-details .big-image img {
	display: block;
	width: 100%;
}

.service-details .content .content {
	position: relative;
	line-height: 1.9em;
}

.service-details .content p {
	margin-bottom: 25px;
}

.service-details blockquote {
	margin-bottom: 25px;
	padding: 40px 20px 30px 40px;
	color: #999;
	background: #f7f7f7;
	font-style: italic;
	font-size: 15px;
	border: none;
	border-left: 2px solid #48c7ec;
	line-height: 2em;
}

.service-details blockquote .txt {
	position: relative;
	padding: 0px 50px;
}

.service-details blockquote .txt:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: 'Georgia', serif;
	font-style: normal;
	font-size: 72px;
	color: #dddddd;
	line-height: 1em;
}

.service-details .faqs {
	position: relative;
	padding-top: 30px;
}

.canvasjs-chart-credit {
	display: none;
}

/*=============== Style switcher =============*/

.switcher .switch_btn button {
	width: 50px;
	height: 50px;
	border: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0px;
	background: #48c7ec;
	color: #fff;
	font-size: 22px;
}

.switcher .switch_btn {
	position: absolute;
	right: -50px;
	z-index: -1;
	top: 116px;
}

.switcher {
	position: fixed;
	top: 95px;
	left: -220px;
	z-index: 999999;
	transition: .9s ease;
	box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.14);
}

.switcher.open {
	left: 0;
	transition: .9s ease;
}

.switcher .switch_menu {
	width: 220px;
	background: #fff;
	position: relative;
}


.switcher .switch_menu .switcher_container {
	width: 210px;
	margin: 0px auto 0px;
	padding-top: 18px;
}

.switcher .switch_menu h5.title {
	color: #fff;
	margin: 0;
	line-height: 45px;
	background: #333;
	text-align: center;
	margin-bottom: 20px;
	font-family: 'Khula', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

.switcher .switch_menu .switcher_container h5 {
	text-align: center;
	color: #272727;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.switcher .switch_menu .switch_body .box {
	cursor: pointer;
	display: inline-block;
	margin-left: 5px;
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
}

.switcher .switch_menu .switch_body .box>div {
	width: 70px;
	height: 35px;
	/* background: #f4f4f4; */
	border: 2px solid #eaeaea;
	/* border-right: 0; */
	/* border-left: 0; */
}

.switcher .switch_menu .switch_body .box>div>span {
	display: block;
	width: 66px;
	height: 100%;
	margin: 0 auto;
	background: #fff;
	border-left: 12px solid #eaeaea;
	border-right: 12px solid #eaeaea;
}

.switcher .switch_menu .switch_body .box p {
	font-size: 14px;
	color: #333;
	margin-top: 8px;
}

.switcher .switch_menu .switch_body {
	border-bottom: 1px solid #f7f7f7;
	padding-bottom: 10px;
	text-align: center;
}

.switcher .switch_menu .switch_navigation {
	text-align: center;
	border-bottom: 1px solid #f7f7f7;
	padding-bottom: 10px;
	margin-top: 0px;
}

.switcher .switch_menu .switch_navigation p,
.switcher .switch_menu .switch_navigation p,
.switcher .switch_menu .switch_navigation .onoffswitch {
	display: inline-block;
	margin-left: 5px;

}

.switcher .switch_menu .switch_navigation p,
.switcher .switch_menu .switch_navigation p {
	vertical-align: top;
	font-size: 14px;
	margin-top: 12px;
	color: #333;
}

.onoffswitch {
	position: relative;
	width: 80px;
	margin-top: 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	height: 32px;
	padding: 0;
	line-height: 32px;
	border-radius: 42px;
	background-color: #48c7ec;
	transition: background-color 0.3s ease-in;
}

.onoffswitch-label:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	margin: 0px;
	background: #FFFFFF;
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 46px;
	border-radius: 43px;
	transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label {
	background-color: #48c7ec;
}

.onoffswitch-checkbox:checked+.onoffswitch-label,
.onoffswitch-checkbox:checked+.onoffswitch-label:before {
	border-color: #48c7ec;
}

.onoffswitch-checkbox:checked+.onoffswitch-label:before {
	left: 1px;
}

.switcher .box_bg h5 {
	font-size: 20px;
}

.switcher .box_bg {
	text-align: center;
	margin-top: 15px;
	padding-bottom: 27px;
	padding-top: 1px;
	border-bottom: 1px solid #f7f7f7;
	margin-bottom: 12px;
}

.switcher .box_bg .layout_bg {
	width: 63px;
	height: 63px;
	border: 2px solid #eaeaea;
	display: inline-block;
	cursor: pointer;
	margin-right: 2px;
	margin-top: 5px;
}

.switcher .box_bg .layout_bg:last-child {
	margin-right: 0;
}

.switcher .box_bg .bg1 {
	background: url(/images/home/bg1.html) no-repeat center;
}

.switcher .box_bg .bg2 {
	background: url(/images/home/bg2.html) no-repeat center;
}

.switcher .box_bg .bg3 {
	background: url(/images/home/bg3.html) no-repeat center;
}

.switcher .box_bg .bg4 {
	background: url(/images/home/bg4.html) no-repeat center;
}

.switcher #styleOptions {
	padding: 7px 0 13px;
	text-align: center;
}

.switcher #styleOptions li {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 2px;
}

.switcher #styleOptions li:last-child {
	margin-right: 0;
}

.switcher #styleOptions li a {
	display: block;
	width: 100%;
	height: 100%;
}

.switcher #styleOptions li a.color2 {
	background: url(../images/home/color1.jpg) no-repeat center;
}

.switcher #styleOptions li a.color3 {
	background: url(../images/home/color2.jpg) no-repeat center;
}

.switcher #styleOptions li a.color4 {
	background: url(../images/home/color3.jpg) no-repeat center;
}

.switcher #styleOptions li a.color5 {
	background: url(../images/home/color4.jpg) no-repeat center;
}

.switcher #styleOptions li a.color6 {
	background: url(../images/home/color5.html) no-repeat center;
}

.switcher #styleOptions li a.color7 {
	background: url(../images/home/color6.html) no-repeat center;
}

.switcher .switch_menu>p {
	font-family: 'Alegreya', serif;
	font-weight: 700;
	font-size: 15px;
	background: #48c7ec;
	color: #fff;
	padding: 18px 18px 20px 18px;
}


/*=================== Box-Layout  ======================*/
.home_boxed {
	background: url(../images/home/bg1.html) repeat;
	background-attachment: fixed;
	background: #e6e6e6;
}

.home_boxed .body_wrapper {
	width: 1300px;
	margin: 0 auto;
	background: #fff;
	overflow-x: hidden;
}

.home_boxed.bg1 {
	background: url(../images/home/bg1.html) repeat;
}

.home_boxed.bg2 {
	background: url(../images/home/bg2.html) repeat;
}

.home_boxed.bg3 {
	background: url(../images/home/bg3.html) repeat;
}

.home_boxed.bg4 {
	background: url(../images/home/bg4.html) repeat;
}

.home_boxed .banner .tp-leftarrow {
	left: -10px !important;
}






/*effect*/
.default-portfolio-item {
	position: relative;
}


/* Common style */
.default-portfolio-item figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	height: auto;
	background: #fff;
	text-align: center;
	cursor: pointer;
}

.default-portfolio-item figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}

.default-portfolio-item figure figcaption {
	padding: 20px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.default-portfolio-item figure figcaption::before,
.default-portfolio-item figure figcaption::after {
	pointer-events: none;
}

.default-portfolio-item figure figcaption,
.default-portfolio-item figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.default-portfolio-item figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.default-portfolio-item figure h2 {
	font-weight: 300;
}

.default-portfolio-item figure h2 span {
	font-weight: 800;
}

.default-portfolio-item figure h2,
.default-portfolio-item figure p {
	margin: 0;
}

.default-portfolio-item figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}




/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.75s;
}

figure.effect-bubba:hover img {
	/* opacity: 0.4; */
}

figure.effect-bubba img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.75s, transform 0.35s;
	/* -webkit-transform: scale(1.15);
	transform: scale(1.15); */
	width: 100%;
}

figure.effect-bubba:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}



figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.75s, -webkit-transform 0.35s;
	transition: opacity 0.75s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 2px solid #48c7ec;
	border-bottom: 2px solid #48c7ec;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	/* background: rgba(0, 0, 0, 0.38); */
}

figure.effect-bubba figcaption::after {
	border-right: 2px solid #48c7ec;
	border-left: 2px solid #48c7ec;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
	padding: 8px 2.5em 20px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


.gallery-section figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


.gallery-section figure.effect-julia img {
	height: auto;
	width: 100%;
}

.gallery-section .default-portfolio-item figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	width: 100%;
	height: auto;
	background: #000;
	text-align: center;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.gallery-section figure.effect-bubba h2 {
	padding-top: 20px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	-webkit-transition: .7s;
	transition: .7s;
}

.gallery-section figure.effect-bubba p {
	font-size: 16px;
	text-transform: lowercase;
	padding: 0 15px;
}

.gallery-section figure.effect-bubba p strong {
	font-size: 16px;
	text-transform: uppercase;
	margin-right: 5px;
}

.gallery-section .item:hover figure.effect-bubba h2 {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: .7s;
	transition: .7s;
}









/*** 

====================================================================
	Services Style One
====================================================================

***/

.services-style-one {
	position: relative;
	padding: 100px 0px 50px 0px;
}

.services-style-one:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgb(255, 255, 255);
}

.services-style-one.default-style-two:before {
	display: none;
}

.service-block2 {
	position: relative;
	padding-bottom: 30px;
}

.service-block2 {
	position: relative;
	display: inline-block;
}

.service-block2 .inner-box {
	position: relative;
	overflow: hidden;
}

.service-block2 .inner-box .image-box {
	position: relative;
}

.service-block2 .inner-box .image-box img {
	position: relative;
	width: 100%;
	display: block;
}

.service-block2 .inner-box .content h4 {
	text-align: center;
	color: #232323;
	font-weight: 700;
	margin: 20px 0 15px;
}

.service-block2 .link a {
	color: #fff;
	position: relative;
}

.service-block2 figcaption h3 {
	margin-top: 5px;
	margin-bottom: 10px;
}

.service-block2:hover [class^='imghvr-blinds']:before,
.service-block2:hover [class^='imghvr-blinds']:after,
.service-block2:hover [class^='imghvr-blinds'] figcaption:before,
.service-block2:hover [class^='imghvr-blinds'] figcaption:after,
.service-block2:hover [class*=' imghvr-blinds']:before,
.service-block2:hover [class*=' imghvr-blinds']:after,
.service-block2:hover [class*=' imghvr-blinds'] figcaption:before,
.service-block2:hover [class*=' imghvr-blinds'] figcaption:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.service-block2:hover [class^='imghvr-blinds'] figcaption *,
.service-block2:hover [class*=' imghvr-blinds'] figcaption * {
	opacity: 1;
	-webkit-transition-delay: 0.4025s;
	transition-delay: 0.4025s;
}

.service-block2:hover [class^='imghvr-strip-shutter']:before,
.service-block2:hover [class^='imghvr-strip-shutter']:after,
.service-block2:hover [class^='imghvr-strip-shutter'] figcaption:before,
.service-block2:hover [class^='imghvr-strip-shutter'] figcaption:after,
.service-block2:hover [class*=' imghvr-strip-shutter']:before,
.service-block2:hover [class*=' imghvr-strip-shutter']:after,
.service-block2:hover [class*=' imghvr-strip-shutter'] figcaption:before,
.service-block2:hover [class*=' imghvr-strip-shutter'] figcaption:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.service-block2:hover [class^='imghvr-strip-shutter'] figcaption *,
.service-block2:hover [class*=' imghvr-strip-shutter'] figcaption * {
	opacity: 1;
	-webkit-transition-delay: 0.4025s;
	transition-delay: 0.4025s;
}


.service-block2 [class^='imghvr-strip-shutter']:before,
.service-block2 [class^='imghvr-strip-shutter']:after,
.service-block2 [class^='imghvr-strip-shutter'] figcaption:before,
.service-block2 [class^='imghvr-strip-shutter'] figcaption:after,
.service-block2 [class*=' imghvr-strip-shutter']:before,
.service-block2 [class*=' imghvr-strip-shutter']:after,
.service-block2 [class*=' imghvr-strip-shutter'] figcaption:before,
.service-block2 [class*=' imghvr-strip-shutter'] figcaption:after {
	background-color: #48c7ec;
}








/*** 

====================================================================
	Call To Action
====================================================================

***/

.call-to-action {
	position: relative;
	padding: 35px 0px 5px;
	background: #48c7ec;
}

.call-to-action .column {
	position: relative;
	margin-bottom: 30px;
}

.call-to-action .column .text {
	position: relative;
	color: #ffffff;
	font-size: 28px;
	font-weight: 400;
	margin-top: 12px;
	font-family: 'Roboto Slab', serif;
}


/*** 

====================================================================
	Products Section style
====================================================================

***/

.products-section {
	position: relative;
	background: #ffffff;
	padding: 5px 0px 0px;
}

.products-section .row {
	margin: 0px -10px;
}

.products-section .shop-upper-box {
	position: relative;
	margin-bottom: 50px;
	color: #272727;
}

.products-section .shop-upper-box .items-label {
	position: relative;
	padding: 6px 0px;
	line-height: 30px;
	color: #1c1c1c;
}

.products-section .shop-upper-box .sort-by select {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	line-height: 24px;
	padding: 8px 20px;
	height: 50px;
	width: 260px;
	color: #777777;
	cursor: pointer;
	border: 1px solid #f8f8f8;
	background: #f8f8f8 url(../images/icons/icon-select.png) right center no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}

.products-section .shop-upper-box .sort-by select option {
	text-indent: 10px;
}

.rangeslider-widget .val-box {
	position: relative;
	display: inline-block;
	margin: 7px 5px 7px 0px;
	line-height: 24px;
	font-size: 14px;
	border: 1px solid #dadada;
	padding: 8px 10px;
	width: 70px;
	text-align: center;
}

.rangeslider-widget button {
	position: relative;
	display: inline-block;
	line-height: 24px;
	border: 1px solid #48c7ec;
	padding: 8px 25px;
	background: #48c7ec;
	color: #ffffff;
	font-weight: 800;
	border-radius: 3px;
	margin-top: 5px;
	float: right;
}

.rangeslider-widget .noUi-connect {
	background: #f8f8f8 !important;
}

.rangeslider-widget .noUi-background {
	background: #f8f8f8 !important;
	border: 0px;
}

.rangeslider-widget .noUi-handle {
	background: #ffffff !important;
	border-radius: 50% !important;
	box-shadow: none;
	border: 4px solid #48c7ec;
	cursor: pointer;
}

.rangeslider-widget .form-group {
	margin-bottom: 0px;
}

.sidebar .best-sellers .item {
	position: relative;
	font-size: 16px;
	margin-bottom: 20px;
	min-height: 88px;
	padding: 7px 0px 12px 120px;
	color: #cccccc;
}

.sidebar .best-sellers .item .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 88px;
	height: 88px;
}

.sidebar .best-sellers .item .post-thumb img {
	width: 100%;
	display: block;
}

.sidebar .best-sellers .item h4 {
	font-size: 14px;
	font-weight: 700;
	margin: 0px 0px 4px;
	line-height: 1.4em;
	color: #1c1c1c;
}

.sidebar .best-sellers .item h4 a {
	color: #272727;
	transition: .5s ease;
}

.sidebar .best-sellers .item a:hover,
.sidebar .best-sellers .item a:hover {
	color: #48c7ec;
}

.sidebar .best-sellers .item .rating {
	font-size: 12px;
	color: #48c7ec;
	letter-spacing: 0px;
}

.sidebar .best-sellers .item .item-price {
	font-size: 16px;
	color: #777777;
	font-family: 'Montserrat', sans-serif;
}

.sidebar .best-sellers .item .item-price .strike-through {
	color: #9e9e9e;
	padding-left: 10px;
}

/*default-shop-item*/

.default-shop-item {
	position: relative;
	margin-bottom: 40px;
}

.default-shop-item .inner-box {
	position: relative;
}

.default-shop-item .inner-box .image-box {
	position: relative;
}

.default-shop-item .inner-box .image-box img {
	width: 100%;
	display: block;
}

.default-shop-item .inner-box .image-box .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	width: 100%;
	height: 0%;
	display: block;
	background: rgba(0, 0, 0, 0.63);
	opacity: 0;
	transition: .7s ease;
}

.default-shop-item .inner-box:hover .image-box .overlay-box {
	opacity: 1;
	height: 100%;
	transition: .7s ease;
}

.default-shop-item .inner-box .image-box .overlay-box .cart-btn {
	position: relative;
	margin-top: 50%;
	padding: 10px 22px;
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	border-radius: 2px;
	background-color: #48c7ec;
	text-transform: uppercase;
	font-weight: 800;
}

.default-shop-item .inner-box .image-box .item-sale-tag {
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: 18px;
	padding: 4px 10px 2px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	background: #48c7ec;
	min-width: 50px;
}

.default-shop-item .inner-box .lower-content {
	position: relative;
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	text-align: left;
	border: 1px solid #f1f1f1;
	border-top: 0;
}

.default-shop-item .inner-box .lower-content h3 {
	position: relative;
	color: #1c1c1c;
	font-size: 14px;
	font-weight: 700;
}

.default-shop-item .inner-box .lower-content h3 a {
	position: relative;
	color: #1c1c1c;
	transition: .5s ease;
}

.default-shop-item .inner-box .lower-content .rating {
	position: absolute;
	right: 15px;
	top: 10px;
}

.default-shop-item .inner-box .lower-content h3 a:hover {
	color: #48c7ec;
}

.default-shop-item .inner-box .lower-content .rating .fa {
	position: relative;
	color: #ffc000;
	display: inline-block;
	margin-right: 1px;
	font-size: 13px;
}

.default-shop-item .inner-box .lower-content .price {
	color: #777777;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 6px;
}

/*** 

====================================================================
	Products Details style
====================================================================

***/

.shop-single {
	position: relative;
}

.product-details .basic-details {
	position: relative;
	margin-bottom: 50px;
}

.product-details .image-column,
.product-details .info-column {
	margin-bottom: 20px;
}

.product-details .image-column .image-box {
	background: #ffffff;
}

.product-details .image-column .image-box img {
	position: relative;
	display: block;
	width: 100%;
}

.product-details .basic-details .details-header {
	position: relative;
	margin-bottom: 25px;
}

.product-details .basic-details .details-header h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 0px 0px;
	line-height: 1.4em;
	color: #222222;
	margin-bottom: 5px;
}

.product-details .basic-details .details-header h4 a {
	color: #333333;
}

.product-details .basic-details .details-header .item-price {
	font-size: 18px;
	font-weight: 700;
	color: #48c7ec;
	font-family: 'Montserrat', sans-serif;
	line-height: 24px;
	letter-spacing: 1px;
	margin-top: 20px;
}

.product-details .basic-details .prod-info {
	margin-bottom: 15px;
	line-height: 1.6em;
	font-size: 13px;
}

.product-details .basic-details .prod-info strong {
	font-weight: 700;
	color: #111111;
}

.product-details .basic-details .text {
	margin-bottom: 20px;
	color: #777777;
	font-size: 14px;
	line-height: 26px;
}

.product-details .basic-details .stock {
	color: #1c1c1c;
	font-size: 14px;
	margin-bottom: 20px;
}

.product-details .basic-details .item-meta {
	margin: 0px 0px 0px;
}

.product-details .basic-details .item-meta li {
	margin-bottom: 0px;
	line-height: 24px;
	font-weight: 400;
	color: #1c1c1c;
	font-size: 14px;
}

.product-details .basic-details .item-meta a {
	position: relative;
	color: #48c7ec;
	line-height: 24px;
}

.product-details .basic-details .availablity {
	position: relative;
	float: left;
	padding-right: 40px;
	line-height: 32px;
	margin-bottom: 27px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #777777;
}

.product-details .basic-details .availablity strong {
	font-size: 14px;
	letter-spacing: 2px;
	color: #f7542b;
	font-weight: 600;
	text-transform: uppercase;
}

.product-details .basic-details .item-quantity {
	position: relative;
	float: left;
	width: 70px;
	margin-bottom: 25px;
	margin-right: 40px;
}

.product-details .basic-details .item-quantity .field-label {
	float: left;
	font-weight: 700;
	font-size: 14px;
	line-height: 32px;
	display: inline-block;
	padding-right: 20px;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner,
.checkout-page input.quantity-spinner {
	line-height: 24px;
	padding: 10px 15px !important;
	height: 50px !important;
	box-shadow: none !important;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical>.btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical>.btn,
.checkout-page .bootstrap-touchspin .input-group-btn-vertical>.btn {
	padding: 12px 10px;
	background: #f4f5f6;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i,
.checkout-page .bootstrap-touchspin .input-group-btn-vertical i {
	top: 6px;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.product-info-tabs {
	position: relative;
	margin-bottom: 32px;
}

.prod-tabs {
	position: relative;
}

.prod-tabs .tab-btns {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #dddddd;
}

.prod-tabs .tab-btns .tab-btn {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #1c1c1c;
	font-weight: 700;
	padding: 10px 0px;
	line-height: 24px;
	margin-right: 40px;
	text-transform: uppercase;
}

.prod-tabs .tab-btns .tab-btn.active-btn {
	color: #48c7ec;
	top: 1px;
	border-bottom: 1px solid #48c7ec;
}

.prod-tabs .tabs-container {
	position: relative;
	padding-bottom: 18px;
	border-bottom: 1px solid #dddddd;
}

.prod-tabs .tabs-container .tab {
	position: relative;
	padding: 22px 0px 0px;
	display: none;
}

.prod-tabs .tabs-container .tab.active-tab {
	display: block;
}

.prod-tabs .tabs-container .tab .content p {
	color: #777777;
	font-size: 14px;
	margin-bottom: 20px;
}

.prod-tabs .tabs-container .tab .content p:last-child {
	margin-bottom: 0px;
}

.prod-tabs .tabs-container .tab p,
.prod-tabs .tabs-container .tab h2,
.prod-tabs .tabs-container .tab h3,
.prod-tabs .tabs-container .tab h4,
.prod-tabs .tabs-container .tab h5,
.prod-tabs .tabs-container .tab h6 {
	margin-bottom: 15px;
}

.prod-tabs .tabs-container .tab h3 {
	font-size: 16px;
	font-weight: 700;
	color: #1c1c1c;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.prod-tabs .tabs-container .tab h4 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 15px;
}

.prod-tabs .reviews-container {
	position: relative;
}

.prod-tabs .reviews-container .review-box {
	position: relative;
	margin-bottom: 30px;
	padding-left: 100px;
	min-height: 100px;
}

.prod-tabs .reviews-container .rev-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 82px;
	height: 82px;
	border: 1px solid #e0e0e0;
	background: #ffffff;
	border-radius: 3px;
}

.prod-tabs .reviews-container .rev-thumb img {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 3px;
}

.prod-tabs .reviews-container .rev-content {
	position: relative;
	padding: 15px;
	border: 1px solid #e0e0e0;
	background: #ffffff;
}

.prod-tabs .reviews-container .rating {
	color: #48c7ec;
	font-size: 13px;
}

.prod-tabs .reviews-container .rating .fa {
	margin-right: 1px;
}

.prod-tabs .reviews-container .rev-info {
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.prod-tabs .reviews-container .rev-text {
	font-size: 14px;
}

.prod-tabs .add-review {
	position: relative;
	margin: 30px 0px 20px;
	font-size: 14px;
}

.prod-tabs .add-review .rating {
	position: relative;
}

.prod-tabs .add-review .rating .rate-box {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	color: #5a5a5a;
}

.prod-tabs .add-review .rating .rate-box:hover,
.prod-tabs .add-review .rating .rate-box:focus,
.prod-tabs .add-review .rating .rate-box:active {
	color: #48c7ec;
}

.prod-tabs .add-review label {
	position: relative;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 400;
	color: #303030;
}

.prod-tabs .add-review h3 {
	margin-bottom: 20px;
}

.prod-tabs .add-review .form-group {
	position: relative;
	margin-bottom: 20px;
}

.prod-tabs .add-review .form-group input[type="text"],
.prod-tabs .add-review .form-group input[type="password"],
.prod-tabs .add-review .form-group input[type="tel"],
.prod-tabs .add-review .form-group input[type="email"],
.prod-tabs .add-review .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 9px 15px;
	color: #222222;
	border: 1px solid #e0e0e0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.prod-tabs .add-review .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 8px 15px;
	color: #222222;
	border: 1px solid #e0e0e0;
	height: 200px;
	resize: none;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.prod-tabs .add-review button {
	padding: 10px 45px;
}

/*** 

====================================================================
	Related Products Style
====================================================================

***/

.related-products {
	position: relative;
}

.related-products .row {
	margin: 0px -10px;
}

.related-products .normal-title {
	margin-bottom: 32px;
}

.related-products .normal-title h3 {
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
}

/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section {
	position: relative;
	padding: 120px 0px;
}

.cart-outer {
	position: relative;
}

.checkout-page .cart-outer {
	margin-bottom: 30px;
}

.cart-outer .table-outer {
	position: relative;
	width: 100%;
	overflow-x: auto;
	background-color: #fafafa;
}

.cart-outer .cart-table {
	width: 100%;
	min-width: 900px;
}

.cart-table .cart-header {
	position: relative;
	width: 100%;
	text-transform: capitalize;
	font-size: 16px;
	border-radius: 7px;
	background: #fafafa;
	color: #000000;
	border-bottom: 1px solid #eeeeee;
}

.cart-table thead tr th {
	line-height: 24px;
	padding: 25px 10px;
	min-width: 120px;
	font-weight: 400;
}

.cart-table thead tr th .fa {
	font-size: 18px;
	padding: 0px 20px 0px 20px;
}

.cart-table thead tr th.prod-column {
	text-align: left;
}

.cart-table tbody tr td {
	line-height: 24px;
	padding: 30px 10px 20px;
	min-width: 100px;
	font-family: 'Montserrat', sans-serif;
}

.cart-table tbody tr .qty {
	width: 200px;
	padding-right: 80px;
}

.cart-table tbody tr .qty .quantity-spinner {
	background: #ffffff;
}

.cart-table tbody tr .prod-column .column-box {
	position: relative;
	min-height: 100px;
	padding-top: 35px;
	text-align: left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
	position: absolute;
	width: 100px;
	left: 0px;
	top: 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
	display: block;
	max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 5px;
}

.cart-table tbody tr .sub-total {
	font-weight: 400;
	color: #000000;
}

.cart-table tbody tr .remove-btn {
	position: relative;
	font-size: 14px;
	color: #aaaaaa;
	line-height: 100px;
	float: left;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
	position: relative;
	padding: 0px 20px;
	font-size: 14px;
	line-height: 30px;
}

.cart-table tbody tr .remove-btn:hover {
	color: #48c7ec;
}

.cart-table tbody tr {
	border-bottom: 1px solid #e9e9e9;
}

.cart-table tbody tr td {
	vertical-align: middle;
}

.cart-table tbody tr td .quantity-spinner {
	padding: 5px 0px 5px 20px;
	line-height: 24px;
	height: 34px;
	display: block;
	width: 100%;
	position: relative;
}

.sticky-header .logo-text {
	color: #000 !important;
}

.cart-table tbody .available-info {
	position: relative;
	padding-left: 50px;
}

.cart-table tbody .available-info .icon {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background: #223555;
	border-radius: 50%;
}

.cart-options {
	position: relative;
	padding: 28px 20px 0px;
	margin-bottom: 50px;
	background-color: #fafafa;
}

.apply-coupon {
	position: relative;
}

.apply-coupon .form-group {
	position: relative;
	float: left;
}

.cart-options button {
	margin-left: 15px;
	margin-bottom: 15px;
}

.apply-coupon .form-group input[type="text"] {
	display: block;
	line-height: 30px;
	padding: 9px 10px;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	width: 360px;
	background: #f4f4f4;
}

.cart-section h3 {
	font-size: 18px;
	font-weight: 700;
	color: #1c1c1c;
	margin-bottom: 14px;
}

.cart-section .totals-table {
	position: relative;
	margin-bottom: 20px;
}

.cart-section .totals-table li {
	line-height: 24px;
	padding: 12px 0px;
	border-bottom: 1px solid #eeeeee;
}

.cart-section .totals-table li.title .col {
	color: #777777;
	font-size: 14px;
}

.cart-section .totals-table li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.cart-section .totals-table .col {
	position: relative;
	display: block;
	float: left;
	line-height: 24px;
	width: 50%;
	color: #1c1c1c;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.cart-section .proceed-btn {
	display: block;
	width: 100%;
}

/*** 

====================================================================
	Checkout Style
====================================================================

***/

.checkout-page {
	position: relative;
	padding: 80px 0px;
}

.checkout-page .default-links {
	position: relative;
	margin-bottom: 30px;
}

.checkout-page .default-links li {
	margin-bottom: 15px;
	line-height: 24px;
	padding: 15px 20px;
	background: #f7f7f7;
	color: #1c1c1c;
	font-size: 14px;
}

.checkout-page .default-links li a {
	color: #48c7ec;
}

.checkout-page .billing-details {
	position: relative;
	margin-bottom: 15px;
}

.checkout-page .check-box {
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
}

.checkout-page .check-box label {
	position: relative;
	top: -1px;
	font-weight: normal;
	padding: 0px;
	font-size: 14px;
	cursor: pointer;
	color: #222222;
}

.checkout-page .place-order {
	position: relative;
	padding: 0px;
}

.checkout-page .payment-options {
	position: relative;
	margin-bottom: 30px;
}

.checkout-page .payment-options li {
	position: relative;
	margin-bottom: 15px;
}

.checkout-page .payment-options li .radio-option {
	position: relative;
}

.checkout-page .payment-options li .radio-option label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	font-weight: 400 !important;
	text-transform: capitalize;
	letter-spacing: 1px;
	color: #222222;
	font-size: 14px;
	line-height: 28px;
	cursor: pointer;
}

.checkout-page .payment-options li .radio-option label strong {
	font-weight: 600;
}

.checkout-page .payment-options li .radio-option input[type="radio"] {
	position: absolute;
	left: 0px;
	top: 3px;
}

.checkout-page .payment-options li .radio-option label .small-text {
	display: block;
	padding-top: 5px;
	letter-spacing: 0px;
	text-transform: none;
	font-weight: normal;
	font-size: 13px;
	color: #777777;
	line-height: 20px;
}

.checkout-page .payment-options li .radio-option label img {
	position: relative;
	top: -3px;
	display: inline-block;
	max-width: 100%;
	padding-left: 30px;
}

.checkout-page .place-order .theme-btn {
	padding: 11px 38px;
}

.default-title {
	position: relative;
	margin-bottom: 16px;
	padding-bottom: 14px;
}

.default-title h2 {
	font-size: 16px;
	font-weight: 700;
	color: #1c1c1c;
	text-transform: uppercase;
}

.shop-form {
	position: relative;
}

.shop-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.billing-details .shop-form .form-group {
	margin-bottom: 22px;
}

.shop-form .form-group .field-label {
	display: block;
	line-height: 24px;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #222222;
}

.shop-form .form-group .field-label sup {
	color: #ff0000;
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea {
	position: relative;
	display: block;
	width: 100%;
	background: #fafafa;
	line-height: 26px;
	padding: 11px 15px;
	height: 50px;
	border: 1px solid #eeeeee;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.shop-form select {
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	background: #fafafa url(../images/icons/icon-select.png) right center no-repeat;
	cursor: pointer;
}

.shop-form select option {
	text-indent: 15px;
}

.shop-form textarea {
	resize: none;
	height: 140px !important;
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus {
	border-color: #48c7ec;
}

/*** 

====================================================================
	FAQ's style
====================================================================

***/

.faq-section {
	padding: 100px 0px;
	background: #f7f7f7;
}



/*** 

====================================================================
	Error Section
====================================================================

 ***/

.error-section {
	position: relative;
	text-align: center;
	padding: 150px 0px 110px;
}

.error-section h3 {
	position: relative;
	color: #1c1c1c;
	font-size: 32px;
	line-height: 1.4em;
	text-transform: uppercase;
	font-weight: 800;
}

.error-section h3 span {
	font-size: 150px;
	line-height: 198px;
	text-shadow: 3px 2px 2px rgb(0, 0, 0);
}

.error-section .text {
	position: relative;
	font-size: 14px;
	color: #777777;
	margin-top: 15px;
	line-height: 1.8em;
}

.error-section .text a {
	color: #3598db;
}

.error-section .search-website {
	position: relative;
	max-width: 560px;
	margin: 0 auto 40px;
	margin-top: 40px;
}

.error-section .search-website .form-group {
	position: relative;
	margin-bottom: 0px;
	text-align: left;
}

.error-section .search-website .form-group input[type="text"],
.error-section .search-website .form-group input[type="search"],
.error-section .search-website .form-group textarea {
	position: relative;
	display: block;
	max-width: 400px;
	width: 100%;
	line-height: 26px;
	padding: 10px 15px;
	background: #f4f4f4;
	border: 1px solid #f4f4f4;
	height: 48px;
	border-radius: 3px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.error-section .search-website .form-group input[type="text"]:focus,
.error-section .search-website .form-group input[type="search"]:focus,
.error-section .search-website .form-group textarea:focus {
	border-color: #b09991;
}

.error-section .search-website .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 150px;
	height: 46px;
	text-align: center;
	margin: 0px;
	padding: 11px 30px;
	line-height: 24px;
	font-size: 14px;
	text-transform: uppercase;
	background: #443f45;
	color: #ffffff;
	font-weight: 800;
	border-radius: 2px;
}

.error-section .search-website .form-group button:hover,
.error-section .search-website .form-group input:focus+button {
	background: #48c7ec;
	color: #ffffff;
}




/*** 

====================================================================
	Testimonials Section
====================================================================

 ***/


.testimonial {
	position: relative;
	padding: 100px 0px;
}

.testimonial-item {
	margin-bottom: 50px;
}

.testimonial .testimonial-item .content {
	padding-left: 60px;
	padding-top: 37px;
	padding-bottom: 30px;
	border: 1px solid #efefef;
	position: relative;
	margin-left: 20px;
}

.testimonial .testimonial-item .content span {
	position: absolute;
	width: 50px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	top: 40px;
	left: -18px;
	background: #48c7ec;
	color: #fff;
}

.testimonial .testimonial-item .content span:after {
	position: absolute;
	content: '';
	border-bottom: 9px solid #00a6d7;
	border-right: 9px solid #00a6d7;
	border-left: 9px solid transparent;
	border-top: 9px solid transparent;
	bottom: 100%;
	left: 0;
}

.testimonial .testimonial-item .rating {
	color: #48c7ec;
}

.testimonial .testimonial-item .author {
	position: relative;
	margin-left: 20px;
	margin-top: 20px;
}

.testimonial .testimonial-item .author li {
	vertical-align: middle;
}

.testimonial .testimonial-item .author li img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
}

.testimonial .testimonial-item .author h5 {
	font-size: 16px;
}

.testimonial .testimonial-item .author p {
	color: #000;
}

/*** 

====================================================================
  subscribe Section
====================================================================

***/


.subscribe {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0px;
	background: #f7f7f7;
}


.subscribe-form input {
	position: relative;
	width: 38%;
	display: inline-block;
	margin-right: 6px;
	padding: 10px 15px 8px;
	border: 1px solid #f4f4f4;
}

.subscribe .thm-btn {
	width: 20%;
}

.subscribe-form {
	position: relative;
}

.subscribe-form span {
	position: absolute;
	left: 15px;
	top: 15px;
	color: #ff5722;
	font-size: 20px;
}

.logo-text {
	font-size:16px;
	display: inline-block;
}

.bbr {
	position: relative;
}

.bbr-content {
	position: absolute;
	color: white;
	top: 190px;
	padding: 20px;
	background-color: #00000020;
	left: 100px;
	font-weight: 800;
	font-size: 50px;
}






[class*=' imghvr-'] {
	position: relative;
	display: inline-block;
	margin: 0px;
	max-width: 100%;
	background-color: #2266a500 !important;
	color: #fff;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.team-details .group-title1 {
	position: relative;
	margin-bottom: 50px;

}

.sidebar-page-container .group-title1 h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #1c1c1c;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
}

.sidebar-page-container .group-title1 h2:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -18px;
	width: 20px;
	border-bottom: 3px solid #48c7ec;
}

.sidebar-page-container .group-title1 h2:after {
	content: '';
	position: absolute;
	left: 47%;
	bottom: -18px;
	width: 20px;
	border-bottom: 3px solid #48c7ec;
}

.cer-img-waber {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin: 20px 0px;
}

.custom-file-input {
	position: relative;
	width: 100%;
}

/* Hide the actual file input */
.custom-file-input input[type="file"] {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

/* Style the custom placeholder */
.custom-placeholder {
	display: block;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	color: #666;
	font-size: 16px;
	border-radius: 4px;
	text-align: left;
}

.project_tble_waber {
	padding: 60px 0px;
}

.project_tble_waber thead th {
	text-align: center;
	background-color: black;

	color: white;
}

.project_tble_waber table {
	border: 1px solid #ccc;
}

.project_tble_waber table td {
	vertical-align: middle !important;
}

.services-waber-4 {
	padding: 60px 0px;
}

.service-hadding {
	color: #000;
	margin-bottom: 20px;
	font-weight: 600;
}

.services-waber-4 h6 {
	font-size: 18px;
	color: black;
	font-weight: 600;
	margin-bottom: 16px;
}

.services-waber-4 ul li {
	list-style: disc;
	margin-left: 38px;
	margin-bottom: 4px;
}


.services-header {
	background-color: black;
	color: white !important;
	padding: 18px 0px;
}

.service-more-info-waber h5 {
	margin-bottom: 13px;
	font-size: 18px;
	color: black;
}

.content-8 {
	font-size: 18px;
	text-align: center;
	color: black;
}

.condent-4 {
	font-size: 17px;
	color: black;
	text-align: center;
}

.cr-co-waber {
	background-color: #e9ffff;
	padding: 20px 10px;
	border: 2px solid #48c7ec;
	text-align: center;
	height: 180px;
	margin: 20px 0px;
}

.cr-co-waber h4 {
	text-align: center;
	color: black;
	margin-bottom: 17px;
}

.jki h3 {
	color: black;
	margin-bottom: 15px;
}

.misr-waber {
	padding: 10px;
	background-color: #e2f8ffad;
	min-height: 250px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 1px solid lightblue;
	border-radius: 5px;
}

.new-about-waber {
	background-image: url("../new/about-bg.jpg");
	padding-bottom: 100px;

	position: relative;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.new-about-waber-footer {
	width: 100%;
	position: absolute;
	background-position: bottom;
	padding: 100px 100px 40px;
	background-image: url("../new/kki.png");
	background-repeat: no-repeat;
	content: "";
	left: 0px;
	bottom: 0px;

	z-index: 1;
}

.about-content-waber {
	display: flex;
}

.foter-content-waber {
	padding-top: 90px;
}

.services-header {
	text-transform: uppercase !important;
}

.logo img {
	width: 100px;
}

.foter-content-waber h3,
.foter-content-waber h4 {
	color: white;
}

.about-content-waber div {
	flex: 1;
	min-height:100vh;
}

.about-one {
	background-color: #f5f5f5a8;
	height: 100%;
}

.about-two {
	padding: 30px 12px 10px;
	background-color: #00a6d7;
}

.n-about-para {
	color: white;
	font-size: 17px;
}

.logo-text {
	font-family: "Vidaloka", serif;
	font-weight: 400;
	font-style: normal;
}

.logo img {
	width: 100px;
}

.sub-hading-2{
	text-align: center;
	margin-bottom: 20px;
	font-weight: 700;
}

@media only screen and (max-width: 500px) {
	.logo img {
		width: 60px;
	}
	.about-one,.about-thre{
		flex: 1 !important;
		min-height: 80vh !important;
	}
	.about-two{
		flex: 5 !important;
		min-height: 80vh !important;
	}
	.n-about-para {
		color: white;
		font-size: 13px;
		line-height: 1.2em;
	}
	.gk{
		font-size: 15px;
	}
	.logo-box {
		width: 100% !important;
	}

	.logo-text {
		font-size: 13px;

	}

	.main-header .main-box {
		position: absolute;
		padding: 0px 0px;
		left: 0px;
		top: 68px;

	}

	.main-menu .navbar-toggle {
		display: inline-block;
		z-index: 7;
		position: absolute;
		border: 0px solid #00000000 !important;
		float: none;
		margin: 0px 0px 0px 0px;
		border-radius: 0px;
		background: #48c7ec00 !important;
		top: -51px;
		right: 0px;
	}

	.page-title {
		padding: 60px 0px !important;
	}
	.gk{
		text-align: center;
	}
	.gk-2{
		text-align: center !important;
	}

}
.gk-2{
	text-align: end ;
}
@media (min-width:500px) and (max-width:1150px) {

	.logo img {
		width: 61px;
	}

	.about-content-waber div {
		flex: 1;
		min-height:137vh !important;
	}
	.foter-content-waber h3{
		color: white;
		font-size: 15px;
	}
	.foter-content-waber h3 {
		font-size: 16px;
	}

	.default-service-block .inner-box {
		padding-left: 1px !important;
	}

	.default-service-block .inner-box {
		padding-right: 0px !important;
		;
	}

	.logo-text {
		font-size: 14px;
		display: inline-block;
	}
	.main-menu .navigation > li {
        margin-left: 0px;
        margin-right: 18px !important;
    }
	.main-header .main-box .logo-box {
        width:auto !important;
        text-align: center;
        padding-bottom: 0px;
    }
	
}

.new-about-waber-footer {
	width: 100%;
	background-size: cover;
	position: absolute;
	background-position: bottom;
	padding: 100px 22px 15px;
	background-image: url(../new/kki.png);
	background-repeat: no-repeat;
	content: "";
	left: 0px;
	bottom: 0px;
	z-index: 1;
}



.main-menu .navigation>li>a {
	position: relative;
	display: block;
	padding: 32px 0px 28px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 600;
	opacity: 1;
	font-size: 14px;
}

.main-header .nav-outer {
	width:69% !important;
}

.main-header .main-box .logo-box {
	width:30%;
}

.main-menu .navigation>li {
	margin-right:7px;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	padding:30px 0px 28px;

}
.contact-info li a{
	color: black;
}

.seco-nt{
	text-align: center;
	font-weight: 600;
	margin-bottom: 40px;
}
.ongoing-table{
	width: 100%;
	margin-top: 20px;
}
.ongoing-table td{
border: 1px solid black;
padding: 4px;
text-align: center;
font-weight: 600;
font-size: 13px;
}