﻿/* ====== index =====
1. COMMON
2. ELEMENTS
    2.1 SLIDER
    2.2 BUTTON
3. HEADER
    3.1 TOP COLOR BAR
    3.2 TOP INFO BAR
    3.3 HEADER TRANSPARENT
    3.4 LIGHT HEADER
4. FOOTER
    4.1 FOOTER TOP
    4.2 COPY RIGHT
5. HOME
    5.1 BANNER SECTION
    5.2 FEATURE SECTION
    5.3 COUNTER UP SECTION
    5.4 PORTFOLIO SECTION
    5.5 TESTIMONIAL SECTION
    5.6 SERVICES SECTION
    5.7 FORM SECTION
    5.8 TEAM SECTION
    5.9 BRAND LOGO SECTION
    5.10 HOME BLOG SECTION
    5.11 EXPERT SECTION
6. ABOUT US
7. SERVICES
8. SERVICE DETAILS
9. PROJECTS
10. PROJECT DETAILS
11. TEAM
12. MEMBER DETAILS
13. BLOG GRID 2 COLUMN
    13.1 BLOG GRID 3 COLUMN
    13.2 BLOG CLASSIC
    13.3 BLOG SINGLE POST
14. CONTACT US
17
8. BUSINESS
    8.1 ORDER SECTION
    8.2 CHECK OUT
9. PRODUCTS
    9.1 RELATED PRODUCT
    9.2 SINGLE SERVICE
    9.3 SINGLE PRODUCT
    9.4 PRODUCT
10. PROFILE



===================== */
/*=== MIXINS ===*/
/*=== VARIABLES ===*/
/*============ TEXT COLOR VARIATION =============*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700|Open+Sans:400,400i,600");
.text-primary
{
	color: #4ac8ed !important;
}
.text-dark
{
	color: #222222 !important;
}
.text-white
{
	color: #fff !important;
}

.text-transparent {
    color: transparent !important;    
}

.bg-white
{
	background-color: #ffffff;
}
.bg-dark
{
	background-color: #0a233b;
}
*
{
	margin: 0;
	outline: 0;
	padding: 0;
}
html, *
{
	moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	webkit-font-smoothing: antialiased;
}
body
{
	color: #848484;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}
ul
{
	margin: 0;
	padding: 0;
}
ul li
{
	list-style-type: none;
}
p
{
	color: #848484;
	font-weight: 400;
	margin-bottom: 0;
}
@media (min-width: 320px)
{
	p
	{
		font-size: 15px;
		line-height: 28px;
	}
}
@media (min-width: 768px)
{
	p
	{
		font-size: 15px;
		line-height: 26px;
	}
}
h1, h2, h3, h4, h5, h6
{
	color: #222222;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0;
}
h1
{
	font-size: 40px;
	line-height: 1.1;
}
h2
{
	font-size: 30px;
	line-height: 1.1;
}
h3
{
	font-size: 25px;
	line-height: 1.1;
}
h4
{
	font-size: 20px;
	line-height: 1.1;
}
h5
{
	font-size: 18px;
	line-height: 1.1;
}
h6
{
	font-size: 16px;
	line-height: 1.1;
}
.container
{
	position: relative;
	width: 100%;
}
@media (min-width: 480px)
{
	.container
	{
		width: 450px;
	}
}
@media (min-width: 768px)
{
	.container
	{
		width: 750px;
	}
}
@media (min-width: 992px)
{
	.container
	{
		width: 970px;
	}
}
@media (min-width: 1200px)
{
	.container
	{
		width: 1140px;
	}
}
a
{
	color: #848484;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
a:hover, a:focus
{
	color: #4ac8ed;
	outline: 0;
	text-decoration: none;
}
.main-wrapper
{
	overflow-x: hidden;
}
@media (min-width: 768px)
{
	.boxed .main-nav
	{
		box-shadow: none;
	}
}
.boxed .main-wrapper
{
	background-color: #ffffff;
	margin: 0 auto;
	overflow-x: hidden;
	position: relative;
}
@media (min-width: 480px)
{
	.boxed .main-wrapper
	{
		max-width: 520px;
	}
}
@media (min-width: 768px)
{
	.boxed .main-wrapper
	{
		max-width: 728px;
		padding: 0 0 0;
	}
}
@media (min-width: 992px)
{
	.boxed .main-wrapper
	{
		max-width: 970px;
		padding: 0 0 0;
	}
}
@media (min-width: 1200px)
{
	.boxed .main-wrapper
	{
		max-width: 1260px;
		padding: 0 0 0;
	}
}
.boxed .home_transparent-wrapper.main-wrapper
{
	padding-top: 0;
}
@media (min-width: 480px)
{
	.boxed .navbar-sticky
	{
		left: 50%;
		max-width: 520px;
		transform: translateX(-50%);
		webkit-transform: translateX(-50%);
	}
}
@media (min-width: 768px)
{
	.boxed .navbar-sticky
	{
		max-width: 728px;
		padding: 25px 0 0;
	}
}
@media (min-width: 992px)
{
	.boxed .navbar-sticky
	{
		max-width: 970px;
		padding: 80px 0 0;
	}
}
@media (min-width: 1200px)
{
	.boxed .navbar-sticky
	{
		max-width: 1260px;
		padding: 80px 0 0;
	}
}
.list-inline li
{
	display: inline-block;
}
.position_unset > .offset-md-1.col-md-10
{
	position: unset;
}
.position_unset > .offset-md-1.col-md-10 > .row
{
	position: unset;
}
.visible
{
	display: block !important;
}
.hidden
{
	display: none;
}
.form-control:focus
{
	box-shadow: none;
}
.btn-cta
{
	background-color: #ffffff;
	color: #222222 !important;
}
.section
{
	padding-top: 80px;
}
@media (min-width: 992px)
{
	.section
	{
		padding-top: 100px;
	}
}
.sectionTitle
{
	position: relative;
}
.sectionTitle h2
{
	color: #222222;
	line-height: 1;
	margin: 0;
	padding-bottom: 8px;
}
@media (min-width: 320px)
{
	.sectionTitle h2
	{
		font-size: 30px;
		letter-spacing: 0;
	}
}
@media (min-width: 768px)
{
	.sectionTitle h2
	{
		font-size: 34px;
		letter-spacing: 0;
	}
}
.sectionTitle p
{
	opacity: 0.7;
}
.img-full
{
	width: 100%;
}
.img-circle
{
	border-radius: 50%;
	position: relative;
}
.bg-image-holder, .bg-image
{
	background: #f5f5f5;
	background-position: 50% 50% !important;
	background-size: cover !important;
	position: relative;
	transition: all 0.3s linear;
}
.bg-image:before
{
	background-color: rgba(10, 35, 59, 0.85);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.bg-gradient-navy
{
	background-image: linear-gradient(0deg, #0a233b 0%, #1a3550 50%, #0a233b 100%);
}
::-moz-selection
{
	background-color: #4ac8ed;
	color: #ffffff;
}
::selection
{
	background-color: #4ac8ed;
	color: #ffffff;
}
.bg-sand
{
	background-color: #f5f5f5;
}
.bg-primary
{
	background-color: #4ac8ed !important;
}
.bg-navy
{
	background-color: #0a233b !important;
}
.bg-dark-navy
{
	background-color: #071e33 !important;
}
.no-bg
{
	background-color: transparent;
}
.bordered
{
	border: 1px solid #e5e5e5;
}
.mb30
{
	margin-bottom: 30px;
}

.no-marginb {
    margin-bottom: 0 !important;
}

.no-padding
{
	padding: 0 !important;
}
.pv100
{
	padding-bottom: 100px;
	padding-top: 100px;
}
.pt30
{
	padding-top: 30px;
}
.pb30
{
	padding-bottom: 30px;
}
.pb50
{
	padding-bottom: 50px;
}
.pv30
{
	padding-bottom: 30px;
	padding-top: 30px;
}
.pt100
{
	padding-top: 100px;
}
.pb100
{
	padding-bottom: 100px;
}
.bold
{
	font-weight: 700 !important;
}
.medium
{
	font-weight: 500 !important;
}
.table-inverse
{
	background-color: #0a233b;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}


.sidebar
{
	margin-top: 40px;
	padding-left: 15px;
}
@media (min-width: 768px)
{
	.sidebar
	{
		margin-top: 0;
		padding-left: 30px;
	}
}
@media (min-width: 992px)
{
	.sidebar
	{
		margin-top: 0;
		padding-left: 40px;
	}
}
@media (min-width: 768px)
{
	.sidebar.sidebar-left
	{
		padding-left: 15px;
	}
}
@media (min-width: 992px)
{
	.sidebar.sidebar-left
	{
		padding-left: 15px;
	}
}
.hover-overlay
{
	align-items: center;
	bottom: 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	flex-direction: row;
	justify-content: center;
	left: 0;
	ms-flex-align: center;
	ms-flex-direction: row;
	ms-flex-pack: center;
	position: absolute;
	right: 0;
	top: 0;
	webkit-box-align: center;
	webkit-box-direction: normal;
	webkit-box-orient: horizontal;
	webkit-box-pack: center;
}
.hover-overlay a.overlay_icon
{
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	height: 55px;
	margin: 3px;
	position: relative;
	text-align: center;
	width: 55px;
}
.hover-overlay a.overlay_icon i.fa
{
	color: #848484;
	font-size: 20px;
	line-height: 50px;
}
.hover-overlay.effect-transformY
{
	background-color: rgba(74, 200, 237, 0.8);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-100%);
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	webkit-transform: translateY(-100%);
}
.hover-overlay.effect-scale
{
	opacity: 0;
	transform: scale(0);
	transition: all 0.4s ease;
	webkit-transform: scale(0);
}
.hover-overlay.effect-scale:before
{
	background: rgba(10, 35, 59, 0.5);
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(0);
	transition: opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
	webkit-transform: scale(0);
}
.card:hover .hover-overlay.effect-transformY, .card_img:hover .hover-overlay.effect-transformY
{
	transform: translateY(0);
	webkit-transform: translateY(0);
}
.card:hover .hover-overlay.effect-scale, .card_img:hover .hover-overlay.effect-scale
{
	opacity: 1;
	transform: scale(1);
	webkit-transform: scale(1);
}
.card:hover .hover-overlay.effect-scale:before, .card_img:hover .hover-overlay.effect-scale:before
{
	opacity: 1;
	transform: scale(1);
	webkit-transform: scale(1);
}
.img_overlay-container
{
	padding: 0 30px;
	position: relative;
}
.img_overlay-container .img_overlay-title
{
	color: #ffffff;
	margin-bottom: 10px;
}
.img_overlay-container .img_overlay-desc
{
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 20px;
}
.img_overlay-container a.icon
{
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	height: 38px;
	line-height: 36px;
	margin-right: 5px;
	text-align: center;
	width: 38px;
}
.img_overlay-container a.icon:hover
{
	background-color: #4ac8ed;
	border-color: #4ac8ed;
}
.highlighter
{
	background: #282C34;
	border-radius: 4px;
	display: inline-block;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace !important;
	padding: 0 10px;
}
.bredcrumb .bg-image
{
	padding: 60px 0 60px;
}
.bredcrumb .bg-image:before
{
	background-color: rgba(0, 0, 0, 0.65);
}
.bredcrumb .bg-image h1
{
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 0;
	position: relative;
}
.bredcrumb .pager.middle
{
	background-color: #f5f5f8;
	text-align: center;
}
.bredcrumb .pager.right
{
	background-color: #f5f5f8;
	text-align: right;
}
.bredcrumb .pager.middle li,
.bredcrumb .pager.right li
{
	color: #222222;
	font-weight: 600;
	padding: 20px 5px;
	position: relative;
	text-transform: capitalize;
}
.bredcrumb .pager.middle li:after
{
	content: "\f105";
	right: -8px;
	top: 20px;
}
.bredcrumb .pager.right li:after
{
	content: "\f105";
	right: 0;
	top: 28px;
    color : #4ac8ed;
}
.bredcrumb .pager.middle a,
.bredcrumb .pager.right a
{
	color: #4ac8ed;
}
@-webkit-keyframes customFadeInUp
{
	0%
	{
		opacity: 0;
		transform: translateY(20px);
		webkit-transform: translateY(20px);
	}
	100%
	{
		opacity: 1;
		transform: none;
		webkit-transform: none;
	}
}
@keyframes customFadeInUp
{
	0%
	{
		opacity: 0;
		transform: translateY(20px);
		webkit-transform: translateY(20px);
	}
	100%
	{
		opacity: 1;
		transform: none;
		webkit-transform: none;
	}
}
.customFadeInUp
{
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: customFadeInUp;
	webkit-animation-duration: 1s;
	webkit-animation-fill-mode: both;
	webkit-animation-name: customFadeInUp;
}
@-webkit-keyframes customFadeInDown
{
	0%
	{
		opacity: 0;
		transform: translateY(-25px);
		webkit-transform: translateY(-25px);
	}
	100%
	{
		opacity: 1;
		transform: none;
		webkit-transform: none;
	}
}
@keyframes customFadeInDown
{
	0%
	{
		opacity: 0;
		transform: translateY(-25px);
		webkit-transform: translateY(-25px);
	}
	100%
	{
		opacity: 1;
		transform: none;
		webkit-transform: none;
	}
}
.customFadeInDown
{
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: customFadeInDown;
	webkit-animation-duration: 1s;
	webkit-animation-fill-mode: both;
	webkit-animation-name: customFadeInDown;
}
@-webkit-keyframes featureFadeInDown
{
	0%
	{
		opacity: 0;
		transform: translateY(-30px);
		webkit-transform: translateY(-30px);
	}
	100%
	{
		opacity: 1;
		transform: none;
		webkit-transform: none;
	}
}
@keyframes featureFadeInDown
{
	0%
	{
		opacity: 0;
		transform: translateY(-30px);
		webkit-transform: translateY(-30px);
	}
	100%
	{
		opacity: 1;
		transform: none;
		webkit-transform: none;
	}
}
.featureFadeInDown
{
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: featureFadeInDown;
	webkit-animation-duration: 1s;
	webkit-animation-fill-mode: both;
	webkit-animation-name: featureFadeInDown;
}
@-webkit-keyframes fadeInScale
{
	0%
	{
		opacity: 0;
		transform: scale3d(0.89, 0.89, 0.89);
		webkit-transform: scale3d(0.89, 0.89, 0.89);
	}
	100%
	{
		opacity: 1;
		transform: none;
		webkit-transform: none;
	}
}
@keyframes fadeInScale
{
	0%
	{
		opacity: 0;
		transform: scale3d(0.89, 0.89, 0.89);
		webkit-transform: scale3d(0.89, 0.89, 0.89);
	}
	100%
	{
		opacity: 1;
		transform: none;
		webkit-transform: none;
	}
}
.fadeInScale
{
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeInScale;
	webkit-animation-duration: 1s;
	webkit-animation-fill-mode: both;
	webkit-animation-name: fadeInScale;
}
@-webkit-keyframes fadeInScaleDown
{
	0%
	{
		opacity: 0;
		transform: scale3d(1.1, 1.1, 1.1);
		webkit-transform: scale3d(1.1, 1.1, 1.1);
	}
	100%
	{
		opacity: 1;
		transform: none;
		webkit-transform: none;
	}
}
@keyframes fadeInScaleDown
{
	0%
	{
		opacity: 0;
		transform: scale3d(1.1, 1.1, 1.1);
		webkit-transform: scale3d(1.1, 1.1, 1.1);
	}
	100%
	{
		opacity: 1;
		transform: none;
		webkit-transform: none;
	}
}
.fadeInScaleDown
{
	animation-duration: 0.8s;
	animation-fill-mode: both;
	animation-name: fadeInScaleDown;
	webkit-animation-duration: 0.8s;
	webkit-animation-fill-mode: both;
	webkit-animation-name: fadeInScaleDown;
}
.btn-search
{
	background: transparent;
	border: none;
	color: #848484;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 16px;
}
.element-sidebar .form_search
{
	position: relative;
}
.element-sidebar .form_search .form-control
{
	background-color: transparent;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.element-sidebar h4
{
	color: #222222;
	display: block;
	margin-bottom: 25px;
}
.element-sidenav
{
	display: block;
	margin-bottom: 80px;
}
.element-sidenav .nav-item
{
	align-items: center;
	background: #f7f7f7;
	border-color: #e5e5e5;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	flex-direction: row;
	height: 42px;
	ms-flex-align: center;
	ms-flex-direction: row;
	webkit-box-align: center;
	webkit-box-direction: normal;
	webkit-box-orient: horizontal;
}
.element-sidenav .nav-item > a.nav-link
{
	color: #222222;
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 0 20px;
	width: 100%;
}
.element-sidenav .nav-item > a.nav-link .fa
{
	font-size: 14px;
	padding-right: 10px;
}
.element-sidenav .nav-item > a.nav-link:hover
{
	color: #4ac8ed;
}
.element-sidenav .nav-item.active
{
	background-color: #ffffff;
	border-left: 0;
}
.element-sidenav .nav-item.active > a.nav-link
{
	color: #4ac8ed;
}
.element-sidenav .nav-item:last-child
{
	border-bottom: 1px solid #e5e5e5;
}
.element_single .card.single-block
{
	background-color: #f5f5f5;
	border: none;
	border-radius: 0;
	margin-bottom: 30px;
}
.element_single .card.single-block .card-header
{
	background-color: #f5f5f5;
	border-bottom: none;
	border-radius: 0;
	padding: 20px;
	position: relative;
}
@media (min-width: 992px)
{
	.element_single .card.single-block .card-header
	{
		padding: 20px 25px;
	}
}
.element_single .card.single-block .card-header h3
{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	max-width: 60%;
}
@media (min-width: 768px)
{
	.element_single .card.single-block .card-header h3
	{
		font-size: 25px;
		max-width: 100%;
	}
}
.element_single .card.single-block .card-header h3 a
{
	background: #ffffff;
	border-radius: 4px;
	color: #848484;
	font-size: 14px;
	padding: 10px 10px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	webkit-transform: translateY(-50%);
}
@media (min-width: 768px)
{
	.element_single .card.single-block .card-header h3 a
	{
		float: right;
		position: relative;
		right: 0;
		transform: translateY(0%);
		webkit-transform: translateY(0%);
	}
}
.element_single .card.single-block .card-block
{
	padding: 0;
}
.element_single .card.single-block .card-block .code_container
{
	border-top: 1px solid rgba(2, 2, 2, 0.09);
	margin-left: 0;
	margin-right: 0;
	padding: 10px 20px;
}
.element_single .card.single-block .card-block .code_container h5
{
	color: #848484;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 60px;
	text-transform: unset;
}
.element_single .card.single-block .card-block .code_container p
{
	color: #222222;
}
.element_single .card.single-block .card-block .code_container ul
{
	padding: 10px 15px 20px;
}
.element_single .card.single-block .card-block .code_container ul li
{
	color: #222222;
	font-size: 15px;
	line-height: 26px;
	padding: 5px 15px;
}
.element_single .card.single-block .card-block .code_container ul li:before
{
	color: #848484;
	content: "\f10c";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	margin-left: -24px;
	width: 24px;
}
.element_single .card.single-block .card-block .code_container .s
{
	color: #e6db74;
}
.element_single .card.single-block .card-block .code_container .nt
{
	color: #f92672;
}
.element_single .card.single-block .card-block .code_container .na
{
	color: #a6e22e;
}
.element_single .card.single-block pre
{
	background-color: #282C34;
	color: #ABB2BF;
	margin: 10px 0;
}
.element_single .card.single-block pre code
{
	color: #ABB2BF;
	font-size: 14px;
}
.element_single .display-single_element
{
	margin-bottom: 80px;
}
.element_single .display-single_element > p
{
	font-size: 15px;
	margin-bottom: 15px;
}
.element_single .dropdown-menu
{
	animation-fill-mode: forwards;
	background-color: #ffffff;
	margin-top: 0;
	opacity: 1;
	padding: 5px 20px;
	transform: scale(1, 1);
	transform-origin: top;
	transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s ease-in-out, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s ease-in-out;
	webkit-animation-fill-mode: forwards;
	webkit-transform: scale(1, 1);
	webkit-transform-origin: top;
}
@media (min-width: 768px)
{
	.element_single .dropdown-menu
	{
		display: none;
	}
}
@media (min-width: 768px)
{
	.element_single .show .dropdown-menu
	{
		display: block;
	}
}
.element_single .progress
{
	margin: 10px 0;
}
.element_single .bd-example
{
	border-width: .2rem;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 1.5rem;
}
.element_single .scrollspy-example
{
	height: 200px;
	margin-top: .5rem;
	overflow: auto;
	position: relative;
}
#cards_element footer
{
	padding: 20px;
}
hr.hr_narrow
{
	height: 20px 0;
	height: 2px;
	width: 7%;
}
.hr_color, .hr_color hr
{
	background: #ffffff;
	color: #ffffff;
}
hr.hr-inline
{
	display: inline-block;
}
.footer.element-footer
{
	padding: 50px 0;
}
#buttons .display-single_element .btn
{
	margin: 0 5px 10px 0;
}
.btn
{
	border: none;
	border-radius: 0;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
@media (min-width: 992px)
{
	.btn
	{
		font-size: 14px;
	}
}
.btn.focus, .btn:focus, .btn.active, .btn:active, .btn:hover
{
	box-shadow: none;
}
.btn.btn-rounded
{
	border-radius: 40px;
}
.btn i
{
	font-size: inherit;
}
.btn-primary
{
	background-color: #4ac8ed;
	border: 1px solid #4ac8ed;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active
{
	background-color: #4ac8ed !important;
	border: 1px solid #4ac8ed !important;
}
.btn-secondary
{
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	color: #222222;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.active, .btn-secondary:active
{
	background-color: #f5f5f5;
	border: 1px solid #dedede;
}
.btn-success
{
	background-color: #49c32c;
	border: 1px solid #49c32c;
}
.btn-success:hover, .btn-success:focus, .btn-success.active, .btn-success:active
{
	background-color: #49c32c;
	border: 1px solid #49c32c;
}
.btn-info
{
	background-color: #439fdb;
	border: 1px solid #439fdb;
}
.btn-info:hover, .btn-info:focus, .btn-info.active, .btn-info:active
{
	background-color: #439fdb;
	border: 1px solid #439fdb;
}
.btn-warning
{
	background-color: #eabf38;
	border: 1px solid #eabf38;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.active, .btn-warning:active
{
	background-color: #eabf38;
	border: 1px solid #eabf38;
}
.btn-danger
{
	background-color: #f55c5d;
	border: 1px solid #f55c5d;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.active, .btn-danger:active
{
	background-color: #f55c5d;
	border: 1px solid #f55c5d;
}
.btn-inverse
{
	background-color: #323f41;
	border: 1px solid #323f41;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse.active, .btn-inverse:active
{
	background-color: #323f41;
	border: 1px solid #323f41;
}
.btn-primary-outlined
{
	background-color: transparent;
	border: 1px solid #4ac8ed;
	color: #4ac8ed;
}
.btn-primary-outlined:hover, .btn-primary-outlined:focus, .btn-primary-outlined.active, .btn-primary-outlined:active
{
	background-color: #4ac8ed;
	color: #ffffff;
}
.btn-secondary-outlined
{
	background-color: transparent;
	border: 1px solid #dedede;
	color: #222222;
}
.btn-secondary-outlined:hover, .btn-secondary-outlined:focus, .btn-secondary-outlined.active, .btn-secondary-outlined:active
{
	background-color: #f5f5f5;
	color: #222222;
}
.btn-success-outlined
{
	background-color: transparent;
	border: 1px solid #49c32c;
	color: #49c32c;
}
.btn-success-outlined:hover, .btn-success-outlined:focus, .btn-success-outlined.active, .btn-success-outlined:active
{
	background-color: #49c32c;
	color: #ffffff;
}
.btn-info-outlined
{
	background-color: transparent;
	border: 1px solid #439fdb;
	color: #439fdb;
}
.btn-info-outlined:hover, .btn-info-outlined:focus, .btn-info-outlined.active, .btn-info-outlined:active
{
	background-color: #439fdb;
	color: #ffffff;
}
.btn-warning-outlined
{
	background-color: transparent;
	border: 1px solid #eabf38;
	color: #eabf38;
}
.btn-warning-outlined:hover, .btn-warning-outlined:focus, .btn-warning-outlined.active, .btn-warning-outlined:active
{
	background-color: #eabf38;
	color: #ffffff;
}
.btn-danger-outlined
{
	background-color: transparent;
	border: 1px solid #f55c5d;
	color: #f55c5d;
}
.btn-danger-outlined:hover, .btn-danger-outlined:focus, .btn-danger-outlined.active, .btn-danger-outlined:active
{
	background-color: #f55c5d;
	color: #ffffff;
}
.btn-inverse-outlined
{
	background-color: transparent;
	border: 1px solid #323f41;
	color: #323f41;
}
.btn-inverse-outlined:hover, .btn-inverse-outlined:focus, .btn-inverse-outlined.active, .btn-inverse-outlined:active
{
	background-color: #323f41;
	color: #ffffff;
}
.btn.btn-sm
{
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}
.btn.btn-mid
{
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}
.btn.btn-lg
{
	height: 50px;
	line-height: 50px;
	padding: 0 35px;
}
.btn.btn-default
{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
}
.btn.btn-icon i
{
	margin-right: 5px;
}
.btn-facebook
{
	background-color: #3b5999;
}
.btn-twitter
{
	background-color: #55acee;
}
.btn-social
{
	border-radius: 0;
	display: inline-block;
	font-size: 16px;
	height: 35px;
	line-height: 40px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 35px;
}
.btn-social i
{
	margin-right: 0;
}
.btn-social.btn-cicle
{
	border-radius: 50%;
}
.btn-social.rounded
{
	border-radius: 4px;
}
.btn-social.titled
{
	border-radius: 0;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	text-transform: capitalize;
	width: auto;
}
.btn-social.titled i
{
	margin-right: 5px;
}
.btn-social.facebook
{
	background-color: #3b5999;
}
.btn-social.twitter
{
	background-color: #55acee;
}
.btn-social.pinterest
{
	background-color: #bd081c;
}
.btn-social.skype
{
	background-color: #00aff0;
}
.btn-social.linkedin
{
	background-color: #0077b5;
}
.btn-social.google-plus
{
	background-color: #dd4b39;
}
.btn-social.youtube
{
	background-color: #cc181e;
}
.btn-social.btn-social-o:hover
{
	background-color: transparent;
	box-shadow: none;
}
.btn-social.btn-social-o:hover.facebook
{
	color: #3b5999;
}
.btn-social.btn-social-o:hover.twitter
{
	color: #55acee;
}
.btn-social.btn-social-o:hover.pinterest
{
	color: #bd081c;
}
.btn-social.btn-social-o:hover.skype
{
	color: #00aff0;
}
.btn-social.btn-social-o:hover.linkedin
{
	color: #0077b5;
}
.btn-social.btn-social-o:hover.google-plus
{
	color: #dd4b39;
}
.btn-social.btn-social-o:hover.youtube
{
	color: #cc181e;
}
.btn-social.outlined
{
	background-color: #ffffff;
}
.btn-social.outlined.facebook
{
	border: 1px solid;
	border-color: #3b5999;
	color: #3b5999;
}
.btn-social.outlined.facebook:hover
{
	background-color: #3b5999;
	color: #ffffff;
}
.btn-social.outlined.twitter
{
	border: 1px solid;
	border-color: #55acee;
	color: #55acee;
}
.btn-social.outlined.twitter:hover
{
	background-color: #55acee;
	color: #ffffff;
}
.btn-social.outlined.pinterest
{
	border: 1px solid;
	border-color: #bd081c;
	color: #bd081c;
}
.btn-social.outlined.pinterest:hover
{
	background-color: #bd081c;
	color: #ffffff;
}
.btn-social.outlined.skype
{
	border: 1px solid;
	border-color: #00aff0;
	color: #00aff0;
}
.btn-social.outlined.skype:hover
{
	background-color: #00aff0;
	color: #ffffff;
}
.btn-social.outlined.linkedin
{
	border: 1px solid;
	border-color: #0077b5;
	color: #0077b5;
}
.btn-social.outlined.linkedin:hover
{
	background-color: #0077b5;
	color: #ffffff;
}
.btn-social.outlined.google-plus
{
	border: 1px solid;
	border-color: #dd4b39;
	color: #dd4b39;
}
.btn-social.outlined.google-plus:hover
{
	background-color: #dd4b39;
	color: #ffffff;
}
.btn-social.outlined.youtube
{
	border: 1px solid;
	border-color: #cc181e;
	color: #cc181e;
}
.btn-social.outlined.youtube:hover
{
	background-color: #cc181e;
	color: #ffffff;
}
.socialLink a
{
	background: transparent;
	border: 1px solid rgba(132, 132, 132, 0.5);
	border-radius: 50%;
	color: #848484;
	display: inline-block;
	font-size: 16px;
	height: 45px;
	line-height: 44px;
	position: relative;
	width: 45px;
}
.socialLink a:focus, .socialLink a:hover, .socialLink a.active, .socialLink a:active
{
	background-color: #4ac8ed;
	border: 1px solid #4ac8ed;
	color: #ffffff;
	opacity: 1;
}
@media (min-width: 768px)
{
	.socialLink a
	{
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		width: 30px;
	}
}
@media (min-width: 992px)
{
	.socialLink a
	{
		font-size: 16px;
		height: 45px;
		line-height: 44px;
		width: 45px;
	}
}
.footer-dark .socialLink a
{
	border: 1px solid rgba(255, 255, 255, 0.7);
	color: #ffffff;
	opacity: 0.7;
}
.footer-dark .socialLink a:focus, .footer-dark .socialLink a:hover, .footer-dark .socialLink a.active, .footer-dark .socialLink a:active
{
	background-color: #4ac8ed;
	border: 1px solid #4ac8ed;
	color: #ffffff;
	opacity: 1;
}
#button-group .btn-group
{
	margin-bottom: 10px;
}
#button-group .btn-social
{
	margin-bottom: 10px;
	margin-right: 5px;
}
.btn-group
{
	margin-right: 10px;
}
.btn-group .btn-secondary:before
{
	content: '';
	height: 100%;
	position: absolute;
	right: 0;
}
.btn-group .btn-primary:before
{
	border-right: 1px solid #6fbecb;
	content: '';
	height: 100%;
	position: absolute;
	right: 0;
}
.btn-group .btn-success:before
{
	border-right: 1px solid #41b226;
	content: '';
	height: 100%;
	position: absolute;
	right: 0;
}
.btn-group .btn-info:before
{
	border-right: 1px solid #3b90c8;
	content: '';
	height: 100%;
	position: absolute;
	right: 0;
}
.btn-group .btn-warning:before
{
	border-right: 1px solid #d4ad31;
	content: '';
	height: 100%;
	position: absolute;
	right: 0;
}
.btn-group .btn-danger:before
{
	border-right: 1px solid #df5354;
	content: '';
	height: 100%;
	position: absolute;
	right: 0;
}
.btn-group .btn-inverse:before
{
	border-right: 1px solid #222222;
	content: '';
	height: 100%;
	position: absolute;
	right: 0;
}
.btn-group .btn.btn-secondary:before,
.btn-group .btn:last-child:before
{
	border-right: 0 solid rgba(20, 20, 20, 0.2);
}
.bredcrumb
{
	opacity: 1;
	padding: 50px 25px;
	position: relative;
}
@media (min-width: 992px)
{
	.bredcrumb
	{
		padding-bottom: 50px;
		padding-top: 50px;
	}
}
.bredcrumb ul
{
	position: relative;
}
.bredcrumb ul li, .bredcrumb ul a
{
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	padding: 7px 7px;
}
@media (min-width: 768px)
{
	.bredcrumb ul li, .bredcrumb ul a
	{
		font-size: 15px;
	}
}
.bredcrumb ul li:after
{
	content: '\f101';
	font-family: FontAwesome;
	position: absolute;
	top: 14px;
}
.bredcrumb ul li:last-child:after
{
	display: none;
}
.bredcrumb ul li:first-child
{
	padding-left: 0;
}
.bredcrumb ul li:first-child a
{
	padding-left: 0;
}
.bredcrumb ul.pager
{
	text-align: left;
}
@media (min-width: 768px)
{
	.bredcrumb ul.pager
	{
		text-align: right;
	}
}
.bredcrumb h2
{
	color: #ffffff;
	font-size: 28px;
	line-height: 45px;
}
@media (min-width: 768px)
{
	.bredcrumb h2
	{
		font-size: 40px;
	}
}
.bredcrumb p
{
	color: #ffffff;
	line-height: 1.5;
}
@media (min-width: 992px)
{
	.bredcrumb p
	{
		line-height: 1;
	}
}
.bredcrumb p.devider.devider_narrow
{
	margin-bottom: 0;
	margin-left: 0;
	margin-right: auto;
	margin-top: 15px;
	max-width: 10%;
}
.display-single_element .bredcrumb h2
{
	padding-top: 0 !important;
}
.dropdown.btn-group .btn-primary
{
	color: #ffffff;
}
.dropdown.btn-group .btn-primary:before
{
	border: none;
}
.dropdown.btn-group .btn-success
{
	color: #ffffff;
}
.dropdown.btn-group .btn-success:before
{
	border: none;
}
.dropdown.btn-group .btn-danger
{
	color: #ffffff;
}
.dropdown.btn-group .btn-danger:before
{
	border: none;
}
.dropdown.btn-group .btn-warning
{
	color: #ffffff;
}
.dropdown.btn-group .btn-warning:before
{
	border: none;
}
.dropdown.btn-group .btn-info
{
	color: #ffffff;
}
.dropdown.btn-group .btn-info:before
{
	border: none;
}
.dropdown-toggle
{
	color: #222222;
}
.dropdown-toggle::after
{
	border: 0;
	color: inherit;
	content: "\f107";
	display: inline-block;
	font-family: "FontAwesome";
	height: auto;
	margin-left: 5px;
	vertical-align: middle;
	width: auto;
}
.dropdown-toggle.btn-primary
{
	color: #ffffff;
}
.dropdown-toggle.focus, .dropdown-toggle:focus, .dropdown-toggle.active, .dropdown-toggle:active, .dropdown-toggle.active, .dropdown-toggle:hover
{
	box-shadow: none;
}
.dropdown.show > .dropdown-toggle
{
	box-shadow: none;
}
.dropdown.show > .dropdown-toggle::after
{
	content: "\f106";
}
.dropdown.show > .btn-primary.dropdown-toggle
{
	background-color: #4ac8ed !important;
	border: 1px solid #4ac8ed !important;
}
.dropdown.show > .btn-primary.dropdown-toggle.focus, .dropdown.show > .btn-primary.dropdown-toggle:focus, .dropdown.show > .btn-primary.dropdown-toggle.active, .dropdown.show > .btn-primary.dropdown-toggle:active, .dropdown.show > .btn-primary.dropdown-toggle.active, .dropdown.show > .btn-primary.dropdown-toggle:hover
{
	background-color: #4ac8ed !important;
	border: 1px solid #4ac8ed !important;
}
.dropdown.show .dropdown-megamenu
{
	width: 100%;
}
.dropdown.show .dropdown-megamenu span.title
{
	display: inline-block;
	font-weight: 700;
	padding: 15px 0 5px;
}
.dropdown-menu
{
	border: 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
}
.dropdown-menu .dropdown-item
{
	border-bottom: 1px solid #e5e5e5;
	color: #848484;
}
.dropdown-menu .dropdown-item:hover
{
	background-color: transparent;
	color: #222222;
}
.dropdown-menu .dropdown-item:last-child
{
	border-bottom: 0;
}
.dropdown.btn-group .btn
{
	margin-top: 10px;
}
.alert
{
	border: 0 solid transparent;
	border-radius: 0;
	font-size: 15px;
	margin-bottom: 20px;
	padding: 20px;
}
@media (min-width: 768px)
{
	.alert
	{
		font-size: 18px;
	}
}
.alert-success
{
	background-color: rgba(255, 255, 255, 0.75);
	border-color: #49c32c;
	color: #49c32c;
}
.alert-info
{
	background-color: rgba(255, 255, 255, 0.75);
	border-color: #439fdb;
	color: #439fdb;
}
.alert-warning
{
	background-color: rgba(255, 255, 255, 0.75);
	border-color: #eabf38;
	color: #eabf38;
}
.alert-danger
{
	background-color: rgba(255, 255, 255, 0.75);
	border-color: #f55c5d;
	color: #f55c5d;
}
.iconic-alert .alert
{
	padding: 10px 20px;
}
.iconic-alert i
{
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	text-align: center;
	width: 40px;
}
.iconic-alert .alert-success i
{
	background: #49c32c;
}
.iconic-alert .alert-info i
{
	background: #439fdb;
}
.iconic-alert .alert-warning i
{
	background: #eabf38;
}
.iconic-alert .alert-danger i
{
	background: #f55c5d;
}
.alert-dismissible .close
{
	color: inherit;
	font-size: 25px;
	opacity: 0.8;
	padding: 18px 20px;
	position: relative;
	right: -1.25rem;
}
.anim_item
{
	border: 1px solid #e5e5e5;
	margin-bottom: 50px;
	margin-top: 50px;
	padding: 60px 20px 30px;
	position: relative;
	text-align: center;
}
.anim_item .icon
{
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	display: inline-block;
	font-size: 24px;
	height: 60px;
	left: 50%;
	line-height: 60px;
	position: absolute;
	top: -30px;
	transform: translateX(-50%);
	webkit-transform: translateX(-50%);
	width: 60px;
}
.anim_item h5
{
	margin-bottom: 10px;
}
.content-wrapper
{
	padding: 80px 50px;
	position: relative;
}
.content-wrapper h1
{
	padding-bottom: 30px;
}
.content-wrapper p
{
	padding-bottom: 30px;
}
.bg-image
{
	position: relative;
}
.bg-image.shadow:before
{
	background: rgba(50, 63, 65, 0.9);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.bg-custom h1, .bg-custom p
{
	color: #ffffff;
	padding-bottom: 30px;
}
.bg-custom .btn
{
	font-weight: 700;
}
.bg-video
{
	overflow: hidden;
	position: relative;
}
.bg-video video
{
	display: block;
}
@media (min-width: 992px)
{
	.bg-video video
	{
		width: 100%;
	}
}
.bg-video .overlay
{
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	padding: 25px 50px;
	position: absolute;
	text-align: center;
	top: 0;
	z-index: 55;
}
@media (min-width: 768px)
{
	.bg-video .overlay
	{
		padding: 80px 50px;
	}
}
.overlay
{
	position: relative;
}
.pattern-01
{
	background-attachment: fixed;
	background-image: url("../img/patterns/pattern1.png");
	background-position: center;
	background-repeat: repeat;
}
.display-single_element.element_badge p
{
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 0;
}
.display-single_element.element_badge h1, .display-single_element.element_badge h2, .display-single_element.element_badge h3, .display-single_element.element_badge h4, .display-single_element.element_badge h5
{
	margin: 0 0 15px;
}
.display-single_element.element_badge h1
{
	display: none;
}
@media (min-width: 768px)
{
	.display-single_element.element_badge h1
	{
		display: block;
	}
}
.badge
{
	border-radius: 2px;
	padding: 4px 6px;
}
.badge-default
{
	background-color: #323f41;
	color: #ffffff !important;
}
.badge-primary
{
	background-color: #4ac8ed;
	color: #ffffff !important;
}
.badge-success
{
	background-color: #49c32c;
	color: #ffffff !important;
}
.badge-info
{
	background-color: #439fdb;
	color: #ffffff !important;
}
.badge-warning
{
	background-color: #eabf38;
	color: #ffffff !important;
}
.badge-danger
{
	background-color: #f55c5d;
	color: #ffffff !important;
}
.hover-overlay h4
{
	color: #ffffff;
}
.hover-overlay h4:hover
{
	color: #ffffff;
}
.hover-overlay.overlay-flex
{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	flex-direction: column;
	ms-flex-direction: column;
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
}
i.overlay-icon
{
	background-color: #ffffff;
	border-radius: 50%;
	color: #4ac8ed;
	display: block;
	font-size: 18px;
	height: 70px;
	line-height: 70px;
	margin-bottom: 15px;
	text-align: center;
	width: 70px;
}
.list-group-item
{
	border-radius: 0 !important;
	color: #848484;
	display: inline-block;
	font-size: 15px;
	padding: 15px 20px;
}
.list-group-item.active
{
	background-color: #4ac8ed;
	border-color: #4ac8ed;
}
.list-group-item.active > a
{
	color: #ffffff;
}
.list-group-item a
{
	display: block;
	width: 100%;
}
.list-group-item a:hover .badge
{
	color: #4ac8ed;
}
.list-group-item i
{
	font-size: 14px;
	margin-right: 8px;
}
.list-group-item .badge
{
	color: #848484;
	float: right;
	font-size: 15px;
	font-weight: 400;
	transition: color 0.3s ease;
}
.list-group-item .badge.badge-default
{
	color: #ffffff;
}
.no-border .list-group-item
{
	border: none;
	padding: 0 0 20px;
}
.list-group-item-primary
{
	background-color: rgba(255, 255, 255, 0.75);
}
.list-group-item-primary a
{
	color: #4ac8ed;
}
.list-group-item-success
{
	background-color: rgba(255, 255, 255, 0.75);
}
.list-group-item-success a
{
	color: #49c32c;
}
.list-group-item-info
{
	background-color: rgba(255, 255, 255, 0.75);
}
.list-group-item-info a
{
	color: #439fdb;
}
.list-group-item-warning
{
	background-color: rgba(255, 255, 255, 0.75);
}
.list-group-item-warning a
{
	color: #eabf38;
}
.list-group-item-danger
{
	background-color: rgba(255, 255, 255, 0.75);
}
.list-group-item-danger a
{
	color: #f55c5d;
}
.image_container
{
	overflow: hidden;
	width: 100%;
}
.image_container.image_circle
{
	border-radius: 50%;
}
.image_container.image_circle img
{
	max-width: unset;
}
.image_container img
{
	max-width: 100%;
}
.image_container img.image_rounded
{
	border-radius: 4px;
}
.image_container img.image_bordered
{
	border: 1px solid #e5e5e5;
	padding: 5px;
}
#image.element_single .display-single_element > p
{
	margin-bottom: 0;
}
#image.element_single .display-single_element .image_container
{
	margin-top: 30px;
}
.input-group .form-check-label
{
	margin-bottom: 0;
}
.input-group .input-group-addon input[type=checkbox], .input-group .input-group-addon input[type=radio]
{
	margin-top: 6px;
}
.input-group .form-check
{
	margin-bottom: 0;
}
.input-group .form-check .checkbox-custom ~ .checkbox-custom-label:before, 
.input-group .form-check .radio-custom ~ .radio-custom-label:before
{
	margin-right: 0;
}
label
{
	font-size: 15px;
}
.input-group-addon
{
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	color: #848484;
	font-size: 16px;
	padding-left: 17px;
	padding-right: 17px;
}
input.form-control
{
	color: #848484;
	font-size: 15px;
}
.cr-addon .input-group
{
	margin-bottom: 30px;
}
#cards_element .card
{
	margin-bottom: 30px;
}
#cards_element .card .display-single_element p
{
	margin-bottom: -10px;
}
.card
{
	border: 0;
	border-radius: 0;
}
.card .card_img
{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.card .card-img
{
	border-radius: 0;
}
.card .card-title
{
	margin: 0;
	padding: 15px 0 10px;
	transition: all 0.3s ease;
}
.card .card-title:hover
{
	color: #4ac8ed;
}
.card .card-block
{
	padding: 0;
}
.card .card-block p.card-text
{
	padding: 15px 0;
}
.card .card-block > span
{
	padding: 0 5px;
}
.card.img-mid .card_img
{
	padding: 20px 0 20px;
}
.card.img-mid .card-title
{
	padding-top: 0;
}
.card.img-mid .card-block
{
	padding: 0;
}
.card.img-mid .card-block p.card-text
{
	padding: 0 0 15px;
}
.card.img-bottom .card_img
{
	padding-top: 25px;
}
.card.img-bottom .card-title
{
	padding-top: 0 !important;
}
.card .card-img-overlay p.card-text
{
	color: #ffffff;
}
.card.card-inverse:before
{
	background: rgba(20, 20, 20, 0.7);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.card.card-style2 .card-block, .card.card-style3 .card-block
{
	display: inline-block;
	padding: 15px 0 30px;
	position: relative;
}
.card.card-style2 .card-block:before, .card.card-style3 .card-block:before
{
	background-color: #ccc;
	bottom: 0;
	content: '';
	height: 3px;
	position: absolute;
	width: 50px;
}
.card.card-style2:hover .card-block:before, .card.card-style3:hover .card-block:before
{
	background-color: #4ac8ed;
}
.card.card-style3 .card-block
{
	background: #ffffff;
	border: 1px solid transparent;
	margin: -40px auto 0;
	padding: 30px;
	padding-bottom: 50px;
	transition: all 0.3s ease;
	width: 85%;
}
.card.card-style3 .card-block:before
{
	background-color: #e5e5e5;
	bottom: 35px;
	height: 2px;
}
.card.card-style3:hover .card-block
{
	border: 1px solid #e5e5e5;
}
.card ul.list-inline li
{
	margin-right: 10px;
}
.card ul.list-inline li:last-child
{
	margin-right: 0;
}
.card ul.list-inline li i
{
	margin-right: 5px;
}
.date-holder
{
	color: #fff;
	font-size: 14px;
	height: 65px;
	left: 15px;
	padding-top: 13px;
	position: absolute;
	text-align: center;
	top: 15px;
	width: 65px;
}
.date-holder span
{
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
}
.date-holder::after
{
	border-bottom: 20px solid transparent;
	border-left: 15px solid #4ac8ed;
	border-top: 0 solid transparent;
	bottom: -20px;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}
.collapse-card.card
{
	margin: 10px 0;
}
.collapse-card .card-header
{
	border: none;
	border-radius: 0;
	padding: 0;
}
.collapse-card .card-header h5
{
	position: relative;
}
.collapse-card .card-header h5 a:after
{
	top: 50%;
	transform: translateY(-50%);
	webkit-transform: translateY(-50%);
}
.collapse-card .card-header a
{
	background-color: #4ac8ed;
	border: 1px solid #4ac8ed;
	color: #ffffff;
	display: block;
	line-height: 24px;
	padding: 20px;
}
.collapse-card .card-header a[data-toggle=collapse]:after
{
	content: '\f106';
	display: inline-block;
	float: right;
	font-family: FontAwesome;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	right: 15px;
	speak: none;
	text-align: center;
	width: 22px;
}
.collapse-card .card-header a.collapsed
{
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	color: #222222;
	line-height: 18px;
}
.collapse-card .card-header a[data-toggle=collapse].collapsed:after
{
	content: '\f107';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	speak: none;
}
.collapse-card .card-block
{
	border: 1px solid #e5e5e5;
	border-top: 0;
	font-size: 15px;
	line-height: 26px;
	padding: 30px 20px;
}
.icon-left .card-header
{
	border: none;
	border-radius: 0;
	padding: 0;
}
.icon-left .card-header a
{
	display: block;
	line-height: 24px;
	padding: 20px;
	padding-left: 50px;
}
.icon-left .card-header.header-inverse a
{
	background-color: #ffffff;
	border: 1px solid #4ac8ed;
	color: #4ac8ed;
}
.icon-left .card-header a[data-toggle=collapse]:after
{
	content: '\f106';
	display: inline-block;
	float: left;
	font-family: FontAwesome;
	font-size: 20px;
	font-style: normal;
	left: 15px;
	line-height: 1;
	margin-right: 10px;
	position: absolute;
	speak: none;
	text-align: center;
	width: 22px;
}
.icon-left .card-header a.collapsed
{
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5 !important;
	color: #222222 !important;
	line-height: 18px;
}
.icon-left .card-header a[data-toggle=collapse].collapsed:after
{
	content: '\f107';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	speak: none;
}
.count-down
{
	position: relative;
}
.count-down h2
{
	font-size: 40px;
	margin-bottom: 30px;
}
.count-down .simple_timer
{
	color: #222222;
	margin: 0 auto;
	width: 100%;
}
.count-down .table-cell
{
	display: inline-block !important;
	margin: 15px 15px 0 0;
	text-align: center;
}
.count-down .table-cell .tab-val
{
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
	display: inline-block !important;
	font-size: 40px;
	font-weight: 700;
	height: 100px;
	line-height: 100px;
	width: 100px;
}
.count-down .table-cell .tab-metr
{
	display: none;
}
.count-down.titled .table-cell
{
	height: 130px;
	position: relative;
}
.count-down.titled .table-cell .tab-val
{
	background-color: transparent;
	height: 130px;
	width: 130px;
}
.count-down.titled .table-cell .tab-metr
{
	color: #222222;
	display: block !important;
	font-size: 16px;
	line-height: 22px;
	margin-top: -50px;
	text-transform: capitalize;
}
.count-down.circled .tab-val
{
	border-radius: 50%;
}
.count-down.colored-bg
{
	padding: 80px 50px 80px;
}
.count-down.colored-bg .tab-val
{
	background-color: #ffffff !important;
	border: none;
	height: 130px;
	width: 130px;
}
.count-down.bg-image
{
	padding: 80px 50px 80px;
	position: relative;
}
.count-down.bg-image .tab-val
{
	background-color: #ffffff !important;
	border: none;
	height: 130px;
	width: 130px;
}
.count-down.bg-image.shadow:before
{
	background-color: rgba(53, 63, 65, 0.9);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.fun-text
{
	display: block;
	margin-top: 15px;
	position: relative;
}
@media (min-width: 768px)
{
	.fun-text
	{
		display: inline-block;
		margin-right: 0;
	}
}
.fun-text:last-child
{
	margin-right: 0;
}
@media (min-width: 768px)
{
	.fun-text
	{
		margin-right: 80px;
	}
}
.fun-text span
{
	color: #222222;
	display: inline-block;
	font-size: 50px;
	font-style: italic;
	font-weight: 700;
	padding: 20px 0;
}
.fun-text p
{
	color: #222222;
	font-size: 16px;
	line-height: 22px;
}
.bg-primary .fun-text span, .bg-primary .fun-text p
{
	color: #ffffff;
}
.carousel-item
{
	height: 300px;
}
@media (min-width: 768px)
{
	.carousel-item
	{
		height: 350px;
	}
}
@media (min-width: 992px)
{
	.carousel-item
	{
		height: 400px;
	}
}
.carousel-item:hover .carousel-control
{
	opacity: 0;
	visibility: hidden;
}
.carousel-item img
{
	height: 100%;
	width: 100%;
}
.carousel-caption
{
	bottom: auto;
	left: 5%;
	padding: 0;
	position: absolute;
	right: unset;
	text-align: left;
	top: 50%;
	transform: translateY(-50%);
	webkit-transform: translateY(-50%);
	z-index: 10;
}
.carousel-caption.text-center
{
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	webkit-transform: translate(-50%, -50%);
	width: 100%;
}
.carousel-caption h1
{
	color: #ffffff;
	font-size: 25px;
	font-style: italic;
	font-weight: 700;
	line-height: 35px;
}
@media (min-width: 768px)
{
	.carousel-caption h1
	{
		font-size: 35px;
		line-height: 55px;
	}
}
@media (min-width: 992px)
{
	.carousel-caption h1
	{
		font-size: 40px;
		line-height: 55px;
	}
}
.carousel-caption p
{
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	padding: 20px 0 25px;
}
@media (min-width: 768px)
{
	.carousel-caption p
	{
		font-size: 16px;
		line-height: 26px;
		padding: 25px 0 30px;
	}
}
@media (min-width: 992px)
{
	.carousel-caption p
	{
		padding: 35px 0 40px;
	}
}
.carousel-caption .btn
{
	height: 35px;
	line-height: 35px;
}
.carousel-indicators li
{
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	height: 20px;
	max-width: 20px;
	position: relative;
}
.carousel-indicators li.active
{
	background-color: #4ac8ed;
	border: 2px solid #4ac8ed;
}
.carousel-indicators li.active:before
{
	background: white;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 8px;
	left: 4px;
	position: absolute;
	top: 4px;
	width: 8px;
}
.carousel-indicators.right_indicators
{
	bottom: auto;
	flex-direction: column;
	left: auto;
	list-style: none;
	margin-left: 0;
	margin-right: 5%;
	ms-flex-direction: column;
	padding-left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
	webkit-transform: translateY(-50%);
}
.carousel-indicators.right_indicators li
{
	height: 20px;
	margin: 3px 0;
	width: 20px;
}
.carousel-control
{
	opacity: 0;
	visibility: hidden;
}
.carousel-control span.icon-prev, .carousel-control span.icon-next
{
	background: rgba(255, 255, 255, 0.302);
	border: 1px solid rgba(255, 255, 255, 0.5);
	height: 45px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	webkit-transform: translateY(-50%);
	width: 45px;
}
.carousel-control span.icon-prev .fa, .carousel-control span.icon-next .fa
{
	color: #ffffff;
	font-size: 30px;
	line-height: 45px;
}
.carousel-control span.icon-prev:hover, .carousel-control span.icon-prev:focus, .carousel-control span.icon-next:hover, .carousel-control span.icon-next:focus
{
	background: #4ac8ed;
	border-color: #4ac8ed;
}
.carousel-control .icon-prev
{
	left: 15px;
}
.carousel-control .icon-next
{
	right: 15px;
}
.carousel:hover .carousel-control
{
	opacity: 1;
	visibility: visible;
}
.testimonial-carousel
{
	padding-bottom: 50px;
	position: relative;
}
.testimonial-carousel .carousel-indicators
{
	bottom: 0;
}
.testimonial-carousel .carousel-indicators li
{
	border-color: #e5e5e5;
}
.testimonial-carousel .carousel-indicators li.active
{
	background-color: #4ac8ed;
	border: 2px solid #4ac8ed;
}
.testimonial-carousel p
{
	margin: 30px 5px;
}
.testimonial-carousel h5
{
	margin-bottom: 10px;
}
.testimonial-carousel .carousel-item
{
	height: auto;
}
.client-img
{
	display: inline-block;
	height: 100px;
	overflow: hidden;
	width: 100px;
}
button.slick-arrow
{
	border: 2px solid #ffffff;
	height: 50px;
	width: 50px;
	z-index: 55;
}
@media (min-width: 768px)
{
	button.slick-arrow
	{
		height: 40px;
		width: 40px;
	}
}
@media (min-width: 1200px)
{
	button.slick-arrow
	{
		height: 50px;
		width: 50px;
	}
}
.slick-prev:before
{
	content: '\f060';
}
.slick-next:before
{
	content: '\f061';
}
.slick-prev:before, .slick-next:before
{
	color: white;
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 1;
	moz-osx-font-smoothing: grayscale;
	opacity: 1;
	webkit-font-smoothing: antialiased;
}
@media (min-width: 768px)
{
	.slick-prev
	{
		left: 0;
	}
}
@media (min-width: 768px)
{
	.slick-next
	{
		right: 0;
	}
}
.arrow-shade button.slick-arrow
{
	background: rgba(255, 255, 255, 0.302);
	border: 1px solid #ffffff;
	height: 50px;
	opacity: 0;
	text-align: center;
	transition: all 0.3s ease;
	visibility: hidden;
	width: 50px;
	z-index: 55;
}
.arrow-shade button.slick-arrow .fa
{
	color: #ffffff;
	font-size: 30px;
	line-height: 45px;
}
.arrow-shade button.slick-arrow:hover, .arrow-shade button.slick-arrow:focus
{
	background: #4ac8ed;
	border-color: #4ac8ed;
}
@media (min-width: 768px)
{
	.arrow-shade button.slick-arrow.slick-prev
	{
		left: 25px;
	}
}
@media (min-width: 768px)
{
	.arrow-shade button.slick-arrow.slick-next
	{
		right: 25px;
	}
}
.arrow-shade:hover button.slick-arrow, .arrow-shade:focus button.slick-arrow
{
	opacity: 1;
	visibility: visible;
}
.brand_carousel
{
	padding: 35px 0;
}
.brand_carousel .slick-initialized .slick-slide
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	flex-direction: row;
	height: 100px;
	justify-content: center;
	ms-flex-align: center;
	ms-flex-direction: row;
	ms-flex-pack: center;
	webkit-box-align: center;
	webkit-box-direction: normal;
	webkit-box-orient: horizontal;
	webkit-box-pack: center;
}
.brand_carousel .brand_img
{
	text-align: center;
}
@media (min-width: 768px)
{
	.brand_carousel .brand_img
	{
		overflow: hidden;
	}
}
.brand_carousel .brand_img img
{
	display: inline-block;
	max-width: 100%;
}
@media (min-width: 768px)
{
	.brand_carousel .carousel_row .slick-prev
	{
		left: 25px;
	}
}
@media (min-width: 768px)
{
	.brand_carousel .carousel_row .slick-next
	{
		right: 25px;
	}
}
@media (min-width: 768px)
{
	.brand_carousel .slick-slider
	{
		padding: 0 50px;
	}
}
@media (min-width: 992px)
{
	.brand_carousel .slick-slider
	{
		padding: 0 100px;
	}
}
.image_carousel .element_row
{
	margin: 0 -15px;
}
.image_carousel .element_row .image_single
{
	padding: 0 15px;
}
.product-carousel .element_row
{
	margin: 0 -15px;
}
.product-carousel .element_row .card
{
	margin-bottom: 30px;
	padding: 0 15px;
}
.product-carousel .slick-dots
{
	bottom: -30px;
}
.product-carousel .slick-dots li button
{
	border: 2px solid #e5e5e5;
}
.slick-dots
{
	bottom: 35px;
}
.slick-dots li button
{
	background: transparent;
	border: 2px solid #ffffff;
	border-radius: 50%;
	opacity: 0.7;
}
.slick-dots li button:before
{
	color: transparent;
}
.slick-dots li.slick-active button
{
	background-color: #4ac8ed;
	border: none;
	opacity: 1;
}
.slick-dots li.slick-active button:before
{
	color: #ffffff;
	font-size: 8px;
	line-height: 22px;
	opacity: 1;
}
.form-group
{
	margin-bottom: 30px;
}
select.form-control:not([size]):not([multiple])
{
	height: unset;
}
input.form-control, textarea.form-control, select.form-control
{
	border: 1px solid #e5e5e5;
	border-radius: 0;
	font-size: 14px;
	line-height: 24px;
	padding: 13px 20px;
}
input.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder, select.form-control::-webkit-input-placeholder
{
	color: #848484;
}
input.form-control:-moz-placeholder, textarea.form-control:-moz-placeholder, select.form-control:-moz-placeholder
{
	color: #848484;
}
input.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder, select.form-control::-moz-placeholder
{
	color: #848484;
}
input.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder, select.form-control:-ms-input-placeholder
{
	color: #848484;
}
input.form-control.focus, input.form-control:focus, input.form-control.active, input.form-control:active, textarea.form-control.focus, textarea.form-control:focus, textarea.form-control.active, textarea.form-control:active, select.form-control.focus, select.form-control:focus, select.form-control.active, select.form-control:active
{
	border-color: #4ac8ed;
}
.text_input .form-group
{
	margin-bottom: 10px;
}
@media (min-width: 768px)
{
	.text_input .form-group
	{
		margin-bottom: 20px;
	}
}
.text_input .form-group label
{
	color: #222222;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 8px;
	text-align: left;
}
@media (min-width: 768px)
{
	.text_input .form-group label
	{
		text-align: right;
	}
}
@media (min-width: 992px)
{
	.text_input .form-group label
	{
		font-size: 16px;
	}
}
.form-group .helpText
{
	position: absolute;
	right: 25px;
	top: 18px;
}
.selectOptions
{
	margin-bottom: 0;
}
.selectOptions .sbHolder
{
	background-color: transparent;
	border: 1px solid #e5e5e5 !important;
	border: none;
	border-radius: 0;
	margin: 0;
}
.selectOptions .sbHolder, .selectOptions .sbSelector
{
	height: 50px !important;
	line-height: 50px;
	width: 100% !important;
}
.selectOptions .sbOptions
{
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	right: 0 !important;
	width: 100% !important;
	z-index: 100;
}
.selectOptions .sbOptions a
{
	color: #848484;
	font-size: 13px;
	padding: 13px 17px;
	text-transform: uppercase;
}
.selectOptions .sbOptions a:hover
{
	background-color: transparent;
	color: #4ac8ed;
}
.selectOptions .sbOptions .sbToggle:hover, .selectOptions .sbOptions .sbToggle:focus, .selectOptions .sbOptions .sbToggle:active
{
	color: inherit;
}
.selectOptions .sbHolder > a.sbToggle:after
{
	content: '\f078';
	font-family: 'FontAwesome';
	font-size: 10px;
	position: absolute;
	right: 10px;
	top: 0;
}
.selectOptions .sbHolder > a.sbToggle.sbToggleOpen:after
{
	content: '\f077';
}
.form-check-input
{
	margin-left: 4px;
	margin-top: 6px;
	opacity: 0;
	padding: 5px;
}
.form-check-label
{
	color: #222222;
	cursor: default;
	font-size: 15px;
	margin-bottom: 25px;
	padding-left: 0;
}
.checkbox-custom ~ .checkbox-custom-label:before, 
.radio-custom ~ .radio-custom-label:before
{
	background: #ffffff;
	border: 1px solid #dedede;
	content: '';
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 20px;
}
.checkbox-custom:checked ~ .checkbox-custom-label:before
{
	background: #4ac8ed;
	border: 0 solid #4ac8ed;
	color: #ffffff;
	content: "\f00c";
	font-family: 'FontAwesome';
}
.radio-custom + .radio-custom-label:before
{
	border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before
{
	background: #4ac8ed;
	border: 0 solid #4ac8ed;
	color: #ffffff;
	content: "\f111";
	font-family: 'FontAwesome';
	font-size: 9px;
}
span.or
{
	color: #222222;
	display: block;
	font-size: 15px;
	padding: 15px 0;
}
.checkbox-custom:checked ~ .checkbox-custom-label.default-checked:before,
.radio-custom:checked ~ .radio-custom-label.default-checked:before
{
	background-color: #e5e5e5 !important;
	color: #848484 !important;
}
.checkbox-custom:checked ~ .checkbox-custom-label.disable-checked:before,
.radio-custom:checked ~ .radio-custom-label.disable-checked:before
{
	background: #f2f2f2 !important;
	color: rgba(255, 255, 255, 0.5) !important;
}
h3.form_title
{
	background: #f5f5f5;
	display: block;
	font-size: 25px;
	padding: 25px 30px;
	text-transform: capitalize;
}
form.register
{
	border: 1px solid #e5e5e5;
	border-top: 0;
	padding: 25px 30px;
}
form.register .form-check label.checkbox-custom-label
{
	color: #222222;
	margin-bottom: 0;
}
form.register .form-check label.checkbox-custom-label:before
{
	height: 16px;
	line-height: 16px;
	width: 16px;
}
form.register .form-check .checkbox-custom:checked + .checkbox-custom-label:before
{
	font-size: 12px;
}
form.register .btn-link
{
	color: #4ac8ed;
	display: inline-block;
	font-size: 15px;
	text-decoration: none;
}
form.register span.or
{
	font-weight: 700;
	position: relative;
}
form.register span.or:before
{
	background: #e5e5e5;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 47%;
}
form.register span.or:after
{
	background: #e5e5e5;
	content: '';
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 47%;
}
form.register .btn
{
	font-weight: 700;
	margin-bottom: 20px;
}
form.register .btn.btn-facebook, form.register .btn.btn-twitter
{
	margin-bottom: 10px;
	margin-top: 20px;
	text-transform: unset;
}
p.form-footer
{
	border: 1px solid #e5e5e5;
	border-top: 0;
	font-size: 15px;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
.input-icon
{
	position: relative;
}
.input-icon .input-group-addon
{
	background-color: transparent;
	border: 0 solid transparent;
	color: #848484;
	font-size: 16px;
	left: 15px;
	margin: 17px 0;
	padding: 0;
	position: absolute;
	top: 0;
	z-index: 55;
}
.input-icon input
{
	padding-left: 40px;
}
.input-icon.col-md-12 .input-group-addon
{
	left: 27px;
}
.form-inline
{
	justify-content: space-between;
	ms-flex-pack: justify;
	webkit-box-pack: justify;
}
.form-inline .input-group
{
	position: relative;
	width: 38%;
}
.form-inline .uname, .form-inline .email, .form-inline .password
{
	position: relative;
}
.progress
{
	border-radius: 0;
}
.progress.bordered
{
	align-items: center;
	background: transparent;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	height: 20px;
	line-height: 10px;
	ms-flex-align: center;
	padding: 0 5px;
	text-align: center;
	webkit-box-align: center;
}
.progress.bordered .progress-bar
{
	background-color: #4ac8ed;
	border-radius: 0;
	height: 10px;
}
.progressText
{
	font-size: 15px;
}
.progress-bar
{
	background-color: #4ac8ed;
	border-radius: 0;
	text-align: left;
}
.tooltip
{
	float: right;
	position: relative;
}
.tooltip > .tooltip-inner
{
	background-color: transparent;
	color: #848484;
	font-size: 15px;
	padding: 8px 15px;
}
.tooltip > .tooltip-inner:before
{
	display: none;
}
.progress-bar-primary
{
	background-color: #4ac8ed;
}
.progress-bar-success
{
	background-color: #49c32c;
}
.progress-bar-info
{
	background-color: #439fdb;
}
.progress-bar-warning
{
	background-color: #eabf38;
}
.progress-bar-danger
{
	background-color: #f55c5d;
}
.circle1
{
	margin-top: 30px;
	position: relative;
}
.circle1 strong
{
	color: #222222;
	font-size: 30px;
	left: 0;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	webkit-transform: translateY(-50%);
	width: 100%;
}
.circle1 span.text
{
	color: #222222;
	display: block;
	font-size: 16px;
	margin-top: 15px;
	text-transform: uppercase;
}
.boxed .main-slider
{
	overflow: hidden;
}
@media (min-width: 768px)
{
	.boxed .main-slider
	{
		margin-top: 15px;
	}
}
@media (min-width: 992px)
{
	.boxed .main-slider
	{
		margin-top: 15px;
	}
}
@media (min-width: 1200px)
{
	.boxed .main-slider
	{
		margin-top: 80px;
	}
}
.main-slider.container
{
	padding: 0;
}
@media (min-width: 768px)
{
	.main-slider.container
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
.main-slider .slick-slider
{
	margin-bottom: 0;
	padding: 0;
}
.main-slider .slide
{
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	flex-direction: row;
	height: 300px;
	ms-flex-align: center;
	ms-flex-direction: row;
	position: relative;
	webkit-box-align: center;
	webkit-box-direction: normal;
	webkit-box-orient: horizontal;
	width: 100%;
}
@media (min-width: 320px)
{
	.main-slider .slide
	{
		height: 250px;
	}
}
@media (min-width: 768px)
{
	.main-slider .slide
	{
		height: 400px;
	}
}
@media (min-width: 992px)
{
	.main-slider .slide
	{
		height: 600px;
	}
}
@media (min-width: 320px)
{
	.main-slider .slide.slide1, .main-slider .slide.slide2, .main-slider .slide.slide4
	{
		background-position: right center;
	}
}
@media (min-width: 992px)
{
	.main-slider .slide.slide1, .main-slider .slide.slide2, .main-slider .slide.slide4
	{
		background-position: center;
	}
}
@media (min-width: 320px)
{
	.main-slider .slide.slide3
	{
		background-position: 20% center;
	}
}
@media (min-width: 992px)
{
	.main-slider .slide.slide3
	{
		background-position: center;
	}
}
@media (min-width: 992px)
{
	.version-3 .main-slider .slide
	{
		height: 690px;
	}
}
.main-slider .slide h1,
.main-slider .slide h2,
.main-slider .slide h3,
.main-slider .slide h4,
.main-slider .slide h5,
.main-slider .slide h6,
.main-slider .slide p,
.main-slider .slide .h1,
.main-slider .slide .h2,
.main-slider .slide .h3,
.main-slider .slide .h4,
.main-slider .slide .h5,
.main-slider .slide .h6
{
	display: block;
	margin-bottom: 0;
}
@media (min-width: 768px)
{
	.main-slider .common-inner
	{
		margin-left: 30px;
	}
}
.main-slider .common-inner .h1
{
	color: #ffffff;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-weight: 700;
	margin: 0;
	text-transform: capitalize;
}
@media (min-width: 320px)
{
	.main-slider .common-inner .h1
	{
		font-size: 30px;
		line-height: 34px;
		margin: 0;
	}
}
@media (min-width: 768px)
{
	.main-slider .common-inner .h1
	{
		font-size: 50px;
		line-height: 50px;
		margin: 0 0 10px;
	}
}
@media (min-width: 992px)
{
	.main-slider .common-inner .h1
	{
		font-size: 50px;
		line-height: 55px;
		margin: 0 0 10px;
	}
}
.main-slider .common-inner .h4
{
	color: #ffffff;
	font-size: 13px;
	margin-bottom: 0;
	margin-bottom: 10px;
	margin-top: 0;
}
@media (min-width: 768px)
{
	.main-slider .common-inner .h4
	{
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 10px;
	}
}
.main-slider .common-inner a.btn
{
	background-color: #4ac8ed;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	text-align: center;
}
@media (min-width: 768px)
{
	.main-slider .common-inner a.btn
	{
		font-size: 14px;
		height: 50px;
		line-height: 50px;
		padding: 0 30px;
	}
}
@media (min-width: 320px)
{
	.main-slider .common-inner .img-responsive
	{
		margin-bottom: 5px;
		width: 65px;
	}
}
@media (min-width: 768px)
{
	.main-slider .common-inner .img-responsive
	{
		margin-bottom: 30px;
		width: 95px;
	}
}
@-webkit-keyframes drop
{
	0%
	{
		opacity: 0;
		transform: scale(1.2);
		webkit-transform: scale(1.2);
	}
	100%
	{
		opacity: 1;
		transform: scale(1);
		webkit-transform: scale(1);
	}
}
@keyframes drop
{
	0%
	{
		opacity: 0;
		transform: scale(1.2);
		webkit-transform: scale(1.2);
	}
	100%
	{
		opacity: 1;
		transform: scale(1);
		webkit-transform: scale(1);
	}
}
.drop
{
	animation-name: drop;
	transform-origin: center;
	webkit-animation-name: drop;
	webkit-transform-origin: center;
}
.event_carousel
{
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	flex-direction: row;
	height: 100%;
	max-width: 100%;
	ms-flex-align: center;
	ms-flex-direction: row;
	overflow: hidden;
	webkit-box-align: center;
	webkit-box-direction: normal;
	webkit-box-orient: horizontal;
}
.event_carousel:before
{
	background: rgba(50, 63, 65, 0.9);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.event_carousel .event_details
{
	padding: 30px;
	position: relative;
}
@media (min-width: 768px)
{
	.event_carousel .event_details
	{
		padding: 30px 20px;
	}
}
.event_carousel .event_details span
{
	color: #ffffff;
	font-size: 17px;
	padding-bottom: 20px;
}
.event_carousel .event_details p
{
	color: #ffffff;
	padding-top: 20px;
}
ul.nav .nav-item .nav-link
{
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
}
ul.nav .nav-item.active .nav-link
{
	color: #4ac8ed;
}
ul.nav-tabs .nav-item .nav-link
{
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	border-radius: 0;
	margin-right: 0;
	padding: 10px 25px;
}
ul.nav-tabs .nav-item .nav-link.active
{
	background-color: #ffffff;
	border-top-color: #4ac8ed;
	border-top-width: 2px;
}
@media (min-width: 768px)
{
	ul.nav-tabs .nav-item .nav-link
	{
		margin-right: 5px;
	}
}
ul.nav-tabs .nav-item:last-child .nav-link
{
	margin-right: 0;
}
ul.nav-tabs.no-bg .nav-item .nav-link
{
	background-color: transparent;
	border: 1px solid transparent;
}
ul.nav-tabs.no-bg .nav-item .nav-link.active
{
	background-color: #4ac8ed;
	border-color: #4ac8ed;
	color: #ffffff;
}
ul.nav-tabs.nav-pills .nav-item .nav-link.active
{
	background-color: #4ac8ed;
	border-color: #4ac8ed;
	color: #ffffff;
}
header
{
	background-color: #ffffff;
}
.topbar-content
{
	display: inline-block;
	/*margin-right: 10px;*/
	position: relative;
}
@media (min-width: 992px)
{
	.topbar-content
	{
		/*margin-right: 30px;*/
	}
}
.topbar
{
	display: none;
}
@media (min-width: 992px)
{
	.topbar
	{
		display: block;
	}
}
.topbar i
{
	color: #4ac8ed;
	display: inline-block;
	left: 0;
	position: absolute;
	top: 17px;
}
.topbar p, .topbar a
{
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	margin-top: 17px;
	padding-left: 20px;
}
.topbar a.btn
{
	margin-top: 0;
}
.boxed-menu .topbar
{
	padding: 20px 0;
}
.boxed-menu .topbar i
{
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	top: 0;
	width: 45px;
}
.boxed-menu .topbar p, .boxed-menu .topbar a
{
	color: #848484;
	display: inline-block;
	padding-left: 0;
}
.boxed-menu .topbar .btn
{
	color: #ffffff;
	padding: 0 30px;
}
@media (min-width: 480px)
{
	.boxed header
	{
		margin: 0 auto;
		max-width: 520px;
	}
}
@media (min-width: 768px)
{
	.boxed header
	{
		background-color: transparent;
		margin: 0 auto;
		max-width: 768px;
	}
}
@media (min-width: 992px)
{
	.boxed header
	{
		background-color: transparent;
		margin: 0 auto;
		max-width: 970px;
	}
}
@media (min-width: 1200px)
{
	.boxed header
	{
		background-color: transparent;
		margin: 0 auto;
		max-width: 100%;
	}
}
@media (min-width: 1200px)
{
	.boxed header.header-transparent
	{
		background-color: transparent;
		margin: 0 auto;
		max-width: 1260px;
	}
}
.main-nav
{
	position: unset;
	z-index: 5;
}
.main-nav.navbar-sticky
{
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px)
{
	.main-nav
	{
		padding: 0 !important;
		position: relative;
	}
}
.main-nav .navbar-brand
{
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}
.main-nav .navbar-brand img
{
	max-width: 150px;
}
@media (min-width: 320px)
{
	.main-nav .navbar-brand h2
	{
		color: #fff;
		font-size: 18px;
		line-height: 1.1;
	}
	.main-nav .navbar-brand h2 > span
	{
		color: #fff;
		font-size: 9px;
		line-height: 1.1;
		margin-left: 0;
	}
}
@media (min-width: 768px)
{
	.main-nav .navbar-brand
	{
		margin-top: 0;
	}
	.main-nav .navbar-brand img
	{
		max-width: 150px;
		width: auto;
	}
	.main-nav .navbar-brand h2
	{
		color: #fff;
		font-size: 22px;
		margin-left: -20px;
	}
	.main-nav .navbar-brand h2 > span
	{
		color: #fff;
		font-size: 11px;
		line-height: 1.1;
		margin-left: 10px;
	}
}
@media (min-width: 992px)
{
	.main-nav .navbar-brand
	{
		overflow: visible;
		width: 330px;
	}
	.main-nav .navbar-brand img
	{
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
		ms-flex: 0 0 66.666667%;
		width: auto;
	}
	.main-nav .navbar-brand h2
	{
		color: #fff;
		font-size: 30px;
		line-height: 1.2;
		margin-left: -30px;
	}
	.main-nav .navbar-brand h2 > span
	{
		color: #fff;
		font-size: 15px;
		line-height: 1.1;
		margin-left: 20px;
	}
}
@media (min-width: 1200px)
{
	.main-nav .navbar-brand h2
	{
		color: #fff;
		font-size: 30px;
		line-height: 1.2;
		margin-left: -40px;
	}
	.main-nav .navbar-brand h2 > span
	{
		color: #fff;
		font-size: 14px;
		line-height: 1.1;
		margin-left: 20px;
	}
}
.main-nav .navbar-toggler
{
	align-self: flex-start;
	background: transparent;
	border: none;
	border-radius: 0;
	cursor: pointer;
	margin-top: 0;
	ms-flex-item-align: start;
	padding: 0;
	position: absolute;
	right: 0;
	top: 5px;
	transition: all 0.5s ease-in-out;
	webkit-align-self: flex-start;
	z-index: 5550;
}
.main-nav .navbar-toggler .burger-menu
{
	background: #4ac8ed;
	color: #ffffff;
	display: inline-block;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}
.main-nav .navbar-toggler.clicked
{
	position: fixed;
	right: 270px;
	top: 13px;
}
.main-nav .navbar-toggler.active, .main-nav .navbar-toggler:focus
{
	outline: none;
}
.main-nav .navbar-collapse
{
	border-top: none;
	display: block;
	height: 400px;
	margin-top: 0;
	min-width: 260px;
	overflow-y: auto;
	padding: 0;
	position: fixed;
	right: -100%;
	top: 0;
	transition: all 0.5s ease-in-out;
	z-index: 5551;
}
@media (min-width: 768px)
{
	.main-nav .navbar-collapse
	{
		height: auto;
		overflow-y: unset;
		position: relative;
		right: 0;
	}
}
.main-nav .dropdown-toggle::after
{
	position: absolute;
	right: 0;
	visibility: visible;
}
@media (min-width: 768px)
{
	.main-nav .dropdown-toggle::after
	{
		visibility: visible;
	}
}
.main-nav .navbar-collapse.show
{
	overflow-y: auto;
	right: 0;
}
.main-nav .navbar-nav
{
	background: #ffffff;
	padding: 30px 15px;
	position: relative;
	z-index: 5551;
}
.main-nav .navbar-nav:after
{
	clear: both;
	content: "";
	display: table;
}
@media (min-width: 768px)
{
	.main-nav .navbar-nav
	{
		background: transparent;
		padding: 0;
		position: static;
	}
}
.main-nav .nav-item a
{
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
}
.main-nav .nav-item a.nav-link
{
	color: #222222;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin: 10px 15px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}
@media (min-width: 768px)
{
	.main-nav .nav-item a.nav-link
	{
		font-size: 12px;
		margin: 0 10px;
		padding: 20px 0;
	}
	.main-nav .nav-item a.nav-link:before
	{
		background-color: #ffffff;
		bottom: 0;
		content: '';
		display: block;
		height: 2px;
		left: 0;
		margin: 0 auto;
		overflow: hidden;
		position: absolute;
		right: 0;
		transition: all 0.3s ease-in-out;
		width: 0;
	}
}
@media (min-width: 768px) and (min-width: 768px)
{
	.main-nav .nav-item a.nav-link:before
	{
		border-bottom: 2px solid #222222;
		bottom: 30px;
	}
}
@media (min-width: 768px)
{
	.main-nav .nav-item a.nav-link:after
	{
		content: '';
	}
}
@media (min-width: 992px)
{
	.main-nav .nav-item a.nav-link
	{
		font-size: 14px;
		margin: 0 15px;
		padding: 40px 0;
	}
}
@media (min-width: 1200px)
{
	.main-nav .nav-item a.nav-link
	{
		font-size: 14px;
		margin: 0 18px;
		padding: 40px 0;
	}
}
.main-nav .nav-item a.nav-link:hover, .main-nav .nav-item a.nav-link:focus
{
	color: #222222;
}
@media (min-width: 768px)
{
	.main-nav .nav-item a.nav-link:hover, .main-nav .nav-item a.nav-link:focus
	{
		color: #222222;
	}
}
.main-nav .nav-item a.nav-link:hover:before, .main-nav .nav-item a.nav-link:focus:before
{
	opacity: 0.8;
	width: 100%;
}
@media (min-width: 768px)
{
	.main-nav .nav-item a.nav-link:hover:before, .main-nav .nav-item a.nav-link:hover:after, .main-nav .nav-item a.nav-link:focus:before, .main-nav .nav-item a.nav-link:focus:after
	{
		opacity: 0.8;
	}
}
.main-nav .nav-item.active a.nav-link:before
{
	opacity: 1;
	width: 100%;
}
.main-nav .nav-item.active a.nav-link:after
{
	opacity: 1;
}
.show > a.nav-link
{
	color: #4ac8ed;
}
.show > a.nav-link:hover, .show > a.nav-link:focus
{
	color: #4ac8ed;
}
.show > .dropdown-menu
{
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
	visibility: visible;
	webkit-transform: translateY(0%);
	z-index: 1;
}
.dropdown-menu
{
	border-radius: 0;
	box-shadow: none;
	margin-top: 0;
	min-width: 230px;
	padding: 0 20px 0;
	top: 100%;
	width: auto;
}
.dropdown-menu a
{
	color: #848484;
	display: block;
	font-size: 14px;
	padding: 5px 0;
}
@media (min-width: 768px)
{
	.dropdown-menu a
	{
		color: #545454;
		padding: 15px 0;
	}
	.dropdown-menu a:hover
	{
		color: #222222;
	}
}
@media (min-width: 768px)
{
	.dropdown-menu
	{
		background-color: #ffffff;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
		display: block;
		margin-top: 0;
		opacity: 0;
		padding: 20px;
		transform: translateY(-30px);
		transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
		visibility: hidden;
		webkit-transform: translateY(-30px);
		z-index: -1;
	}
}
@media (min-width: 992px)
{
	.dropdown-menu
	{
		margin-top: 0;
		padding: 0 20px 0;
	}
}
.dropdown-menu li
{
	padding: 0;
}
@media (min-width: 768px)
{
	.dropdown-menu li
	{
		border-bottom: 1px solid #e5e5e5;
	}
	.dropdown-menu li:last-child
	{
		border-bottom: 0;
	}
}
.dropdown-menu li.dropdown .dd_second
{
	background: transparent;
	border: none;
	border-left: 0 solid transparent;
	border-top: 0 solid transparent;
	box-shadow: none;
	margin-left: 0;
	margin-top: 0;
}
@media (min-width: 768px)
{
	.dropdown-menu li.dropdown .dd_second
	{
		background: #ffffff;
		border-right: 0 solid transparent;
		border-top: 3px solid transparent;
		box-shadow: none;
		left: -100% !important;
		margin-left: -50px;
		margin-top: -23px;
		top: 0 !important;
	}
}
@media (min-width: 992px)
{
	.dropdown-menu li.dropdown .dd_second
	{
		background: #ffffff;
		border-right: 0 solid transparent;
		border-top: 3px solid transparent;
		box-shadow: none;
		left: -100% !important;
		margin-left: -70px;
		margin-top: -23px;
		top: 0 !important;
	}
}
@media (min-width: 1200px)
{
	.dropdown-menu li.dropdown .dd_second
	{
		background: #ffffff;
		border-left: 10px solid transparent;
		border-top: 3px solid transparent;
		box-shadow: none;
		left: 100% !important;
		margin-left: -5px;
		margin-top: -23px;
		top: 0 !important;
	}
}
.dropdown-menu li.dropdown.show > .dropdown-menu
{
	display: block;
	opacity: 1;
	transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s ease-in-out, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s ease-in-out;
}
@media (min-width: 768px)
{
	.megaDropMenu
	{
		position: static;
	}
	.megaDropMenu .dropdown-menu
	{
		padding: 0 0;
		top: 100%;
		width: 100%;
	}
	.megaDropMenu .dropdown-menu > li
	{
		border-bottom: 0;
		float: left;
		padding: 0 20px;
	}
	.megaDropMenu .dropdown-menu ul li
	{
		border-bottom: 1px solid #e5e5e5;
	}
	.megaDropMenu .dropdown-menu ul li:last-child
	{
		border-bottom: none;
	}
}
.navbar-sticky
{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1099;
}
.static .navbar-sticky
{
	display: none;
}
.main-nav .nav-item .btn-search
{
	right: 0;
	top: 0;
}
.main-nav .nav-item .btn-search:hover:before, .main-nav .nav-item .btn-search.active:before, .main-nav .nav-item .btn-search:focus:before
{
	border: 0 !important;
	opacity: 0 !important;
}
.main-nav .nav-item .btn-search:hover:after, .main-nav .nav-item .btn-search.active:after, .main-nav .nav-item .btn-search:focus:after
{
	border: 0 !important;
	opacity: 0 !important;
}
.main-nav .nav-item .btn-search.nav-link
{
	display: none;
}
@media (min-width: 768px)
{
	.main-nav .nav-item .btn-search.nav-link
	{
		display: block;
	}
	.main-nav .nav-item .btn-search.nav-link:before
	{
		display: none;
	}
}
form.search_form
{
	background: #ffffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
	display: none;
	margin: 15px;
	padding: 10px 15px;
	position: relative;
	right: 0;
	top: 100%;
	z-index: 10;
}
@media (min-width: 768px)
{
	form.search_form
	{
		display: none;
		margin-top: -20px;
		padding: 15px;
		position: absolute;
		width: 300px;
	}
}
form.search_form input
{
	border: none;
	color: #848484;
	display: inline-block;
	font-size: 14px;
	max-width: 50%;
	padding: 8px 2px;
}
@media (min-width: 768px)
{
	form.search_form input
	{
		max-width: 100%;
	}
}
form.search_form .btn-small
{
	float: right;
	font-size: 12px;
}
.nav-cart
{
	margin-top: 0;
	position: absolute;
	right: 45px;
	top: 0;
}
@media (min-width: 768px)
{
	.nav-cart
	{
		margin-left: 15px;
		margin-right: 0;
		margin-top: 0;
		position: relative;
		right: 0;
	}
}
.nav-cart .btn-cart
{
	background: #86c9d4;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}
.nav-cart .cart_item-box
{
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
	display: none;
	padding: 20px;
	position: absolute;
	right: 0;
	top: 55px;
	width: 300px;
	z-index: 10;
}
@media (min-width: 768px)
{
	.nav-cart .cart_item-box
	{
		top: 50px;
	}
}
.nav-cart .cart_item-box .btn
{
	font-weight: 700;
}
.nav-cart .cart_item-box .media-head
{
	border: 1px solid #e5e5e5;
	max-height: 70px;
	max-width: 70px;
	overflow: hidden;
}
.nav-cart .cart_item-box li
{
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
}
.nav-cart .cart_item-box li:nth-child(3), .nav-cart .cart_item-box li:last-child
{
	border-bottom: 0;
}
.nav-cart .cart_item-box li:last-child
{
	text-align: center;
}
.nav-cart .cart_item-box .media-body
{
	padding: 0 15px;
	position: relative;
}
.nav-cart .cart_item-box .media-body h5
{
	font-size: 16px;
	line-height: 22px;
	max-width: 120px;
}
.nav-cart .cart_item-box .media-body span
{
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
}
.nav-cart .cart_item-box .media-body .btn-close
{
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 5px;
}
.nav-cart, .btn-logo
{
	display: table;
	table-layout: fixed;
}
.icon-toggle
{
	display: table-cell;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
}
.icon-toggle.active > i
{
	opacity: 0;
	transform: translateY(-20px) scale(0.7);
	webkit-transform: translateY(-20px) scale(0.7);
}
.icon-toggle.active::after
{
	opacity: 1;
	transform: translateY(0) scale(1);
	webkit-transform: translateY(0) scale(1);
}
.icon-toggle > i
{
	display: inline-block;
	font-style: normal;
	opacity: 1;
	position: relative;
	transform: translateY(0) scale(1);
	transition: opacity 0.15s ease 0s, -webkit-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, opacity 0.15s ease 0s, -webkit-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, opacity 0.15s ease 0s;
	webkit-transform: translateY(0) scale(1);
}
.icon-toggle::after
{
	content: "\f00d";
	display: block;
	font-family: 'FontAwesome';
	margin-top: -40px;
	opacity: 0;
	transform: translateY(20px) scale(0.7);
	transition: opacity 0.15s ease 0s, -webkit-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, opacity 0.15s ease 0s, -webkit-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, opacity 0.15s ease 0s;
	webkit-transform: translateY(20px) scale(0.7);
}
.boxed-menu header
{
	height: auto !important;
}
@media (min-width: 768px)
{
	.boxed-menu .navbar-brand
	{
		margin-left: -55px;
	    max-width: 390px !important;
	}
	.boxed-menu .main-nav
	{
		margin-bottom: -45px;
		margin-left: auto;
		margin-right: auto;
		max-width: 740px;
	}
	.boxed-menu .main-nav a.nav-link
	{
		color: #ffffff;
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		font-weight: 500;
		margin: 0 10px;
		padding: 35px 0;
	}

    .boxed-menu .main-nav .nav-item.active a.nav-link {
        color: #4ac8ed;
    }

	.boxed-menu .main-nav a.nav-link:before
	{
		border-bottom: 2px solid #4ac8ed;
	}
	.boxed-menu .main-nav a.nav-link:hover, .boxed-menu .main-nav a.nav-link:focus
	{
		color: #4ac8ed;
	}
	.boxed-menu .main-nav.navbar-sticky
	{
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
	.boxed-menu .main-nav.navbar-sticky a.nav-link
	{
		color: #ffffff;
	}

    .boxed-menu .main-nav.navbar-sticky a.nav-link:hover,
    .boxed-menu .main-nav.navbar-sticky a.nav-link:focus
	{
		color: #4ac8ed;
	}
}
@media (min-width: 992px)
{
	.boxed-menu .main-nav
	{
		margin-left: auto;
		margin-right: auto;
		max-width: 940px;
	}
	.boxed-menu .main-nav a.nav-link
	{
		font-size: 13px;
		margin: 0 15px;
	}
}
@media (min-width: 1200px)
{
	.boxed-menu .main-nav
	{
		margin-left: auto;
		margin-right: auto;
		max-width: 1250px;
	}
	.boxed-menu .main-nav a.nav-link
	{
		font-size: 16px;
		margin: 0 20px;
	}
}
@media (min-width: 480px)
{
	.boxed.boxed-menu .navbar-sticky
	{
		margin: 0 auto;
		max-width: 520px;
	}
}
@media (min-width: 768px)
{
	.boxed.boxed-menu .navbar-sticky
	{
		background-color: transparent;
		margin: 0 auto;
		max-width: 728px;
	}
}
@media (min-width: 992px)
{
	.boxed.boxed-menu .navbar-sticky
	{
		background-color: transparent;
		margin: 0 auto;
		max-width: 970px;
	}
}
@media (min-width: 1200px)
{
	.boxed.boxed-menu .navbar-sticky
	{
		background-color: transparent;
		margin: 0 auto;
		max-width: 1260px;
	}
}
@media (min-width: 768px)
{
	.boxed.boxed-menu .navbar-sticky
	{
		left: 50%;
		transform: translateX(-50%);
		webkit-transform: translateX(-50%);
	}
}
.mobile-sticky-header-overlay
{
	background-color: rgba(17, 17, 17, 0.4);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all .5s;
	visibility: hidden;
	width: 100%;
}
.mobile-sticky-header-overlay.active
{
	opacity: 1;
	visibility: visible;
	z-index: 5550;
}
.display-single_element .bg-dark .main-nav .nav-item a.nav-link
{
	color: #ffffff;
}
.display-single_element .bg-dark .main-nav a.nav-link:before
{
	border-color: #ffffff;
}
.display-single_element .main-nav a.nav-link:before
{
	border-color: #222222;
}
.display-single_element .main-nav a.nav-link:after
{
	border-color: transparent;
}
.display-single_element .main-nav
{
	box-shadow: none;
}
.display-single_element .main-nav .nav-item a.nav-link
{
	color: #222222;
}
.display-single_element .main-nav .navbar-collapse
{
	height: 200px;
	margin-top: 20px;
}
@media (min-width: 768px)
{
	.display-single_element .main-nav .navbar-collapse
	{
		height: auto;
		margin-top: 0;
	}
}
.display-single_element .main-nav .navbar-collapse .navbar-nav
{
	background-color: #ffffff;
}
@media (min-width: 768px)
{
	.display-single_element .main-nav .navbar-collapse .navbar-nav
	{
		background-color: transparent;
	}
}
.display-single_element .main-nav .dropdown-menu a
{
	color: #222222;
}
.display-single_element .main-nav .navbar-toggler, .display-single_element .main-nav .nav-cart
{
	top: 20px;
}
@media (min-width: 768px)
{
	.display-single_element .main-nav .navbar-toggler, .display-single_element .main-nav .nav-cart
	{
		top: 0;
	}
}
.display-single_element .main-nav .navbar-brand
{
	margin-left: -15px;
}
@media (min-width: 768px)
{
	.display-single_element .main-nav .navbar-brand
	{
		margin-left: unset;
	}
}
.logo-center .main-nav .nav-item a.nav-link
{
	color: #222222;
}
#main-logo
{
	background-image: url("../img/logo_new.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
@media only screen and (min-width : 1200px)
{
	#main-logo
	{
		margin-left: 0;
	}
}
@media only screen and (min-width : 992px)
{
	#main-logo
	{
		margin-left: 30px;
	}
}
@media only screen and (min-width : 768px)
{
	#main-logo
	{
		margin-left: 40px;
	}
}
@media (min-width: 768px)
{
	.logo-center
	{
		background-image: url("../img/slider/slv1.jpg");
		background-position: bottom;
	}
	.logo-center .navbar-brand
	{
		left: 0;
		margin: auto;
		margin-left: -30px;
		position: absolute;
		text-align: center;
		width: 100%;
	}
}
@media (min-width: 768px) and (min-width: 768px)
{
	.logo-center .navbar-brand
	{
		left: 50%;
		transform: translateX(-50%);
		webkit-transform: translateX(-50%);
		width: 150px;
	}
}
@media (min-width: 992px)
{
	.modal .modal-lg
	{
		max-width: 870px !important;
	}
}
.modal.show .modal-dialog
{
	transform: translate(0, 15%);
	webkit-transform: translate(0, 15%);
}
@media (min-width: 992px)
{
	.modal.show .modal-dialog
	{
		transform: translate(0, 25%);
		webkit-transform: translate(0, 25%);
	}
}
.modal-content
{
	border: none;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
.modal-content .modal-item
{
	padding: 15px;
}
@media (min-width: 992px)
{
	.modal-content .modal-item
	{
		padding: 30px;
	}
}
button.close
{
	background: 0 0;
	border: 0;
	cursor: pointer;
	font-size: 16px;
	padding: 0;
	position: absolute;
	right: 15px;
	webkit-appearance: none;
	z-index: 55;
}
button.close:hover, button.close.active, button.close:focus
{
	box-shadow: none;
	outline: none;
}
.card_img
{
	overflow: hidden;
	position: relative;
}
.quick_view
{
	color: #ffffff !important;
}
.quick_view:visited, .quick_view:hover
{
	color: #ffffff;
}
.quick-view-container
{
	background: rgba(10, 10, 10, 0.85);
}
.quick-view-content
{
	bottom: 0;
	height: calc(100% - 40px);
	left: 0;
	margin: auto;
	max-height: 400px;
	max-width: 980px;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% - 40px);
}
.quick-view-carousel
{
	background: #fff;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	width: 100%;
}
@media (min-width: 768px)
{
	.quick-view-carousel
	{
		top: 0;
		width: 57%;
	}
}
.fancybox-slide .fancybox-image-wrap
{
	top: 10px;
}
@media (min-width: 768px)
{
	.fancybox-slide .fancybox-image-wrap
	{
		top: 0;
	}
}
.quick-view-carousel .fancybox-stage
{
	bottom: 30px;
}
.quick-view-aside
{
	background: #fff;
	bottom: 50%;
	color: #777;
	left: auto;
	padding: 0 0 0 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
@media (min-width: 768px)
{
	.quick-view-aside
	{
		bottom: 0;
		width: 43%;
	}
}
.quick-view-aside .project_specification
{
	color: #ffffff;
	padding: 10px 30px;
	position: relative;
}
@media (min-width: 768px)
{
	.quick-view-aside .project_specification
	{
		padding: 40px 30px;
	}
}
.quick-view-aside .project_specification h2
{
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 0;
}
@media (min-width: 768px)
{
	.quick-view-aside .project_specification h2
	{
		margin-bottom: 20px;
	}
}
@media (min-width: 992px)
{
	.quick-view-aside .project_specification h2
	{
		font-size: 30px;
		margin-bottom: 30px;
	}
}
.quick-view-aside .project_specification .row
{
	margin-top: 10px;
}
@media (min-width: 768px)
{
	.quick-view-aside .project_specification .row
	{
		margin-top: 15px;
	}
}
.quick-view-aside::before, .quick-view-aside::after
{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	top: 0;
}
.quick-view-aside::before
{
	background: #f4f4f4;
	width: 8px;
}
.quick-view-aside::after
{
	background: #e9e9e9;
	width: 0;
}
@media (min-width: 768px)
{
	.quick-view-aside::after
	{
		width: 1px;
	}
}
.quick-view-aside > div
{
	height: 100%;
	overflow: auto;
	padding: 0 0 0 0;
	text-align: center;
}
@media (min-width: 768px)
{
	.quick-view-aside > div
	{
		padding: 0 0 0 10px;
	}
}
.quick-view-aside > div .bg-image
{
	height: 100%;
}
.quick-view-close
{
	background: #F0F0F0;
	border: 0;
	color: #222;
	cursor: pointer;
	font-family: Arial;
	font-size: 14px;
	height: 44px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-indent: -99999px;
	top: 0;
	transition: all .2s;
	width: 44px;
}
.quick-view-close:hover
{
	background: #e4e4e4;
}
.quick-view-close::before,
.quick-view-close::after
{
	background-color: #222;
	content: '';
	height: 18px;
	left: 22px;
	position: absolute;
	top: 12px;
	width: 1px;
}
.quick-view-close:before
{
	transform: rotate(-45deg);
	webkit-transform: rotate(-45deg);
}
.quick-view-close:after
{
	transform: rotate(45deg);
	webkit-transform: rotate(45deg);
}
.quick-view-bullets
{
	bottom: 0;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	webkit-tap-highlight-color: transparent;
	width: 100%;
	z-index: 99999;
}
.quick-view-bullets li
{
	display: inline-block;
	vertical-align: top;
}
.quick-view-bullets li a
{
	display: block;
	height: 30px;
	position: relative;
	width: 20px;
}
.quick-view-bullets li a span
{
	background: #d4d2d2;
	border-radius: 99px;
	height: 10px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	text-indent: -99999px;
	top: 50%;
	transform: translate(-50%, -50%);
	webkit-transform: translate(-50%, -50%);
	width: 10px;
}
.quick-view-bullets li.active a span
{
	background: #4ac8ed;
}
.page-item a.page-link
{
	border: 1px solid #dadada;
	border-radius: 0 !important;
	color: #222222;
	font-size: 17px;
	height: 45px;
	line-height: 26px;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
	width: 45px;
}
.page-item.active a.page-link, .page-item:hover a.page-link
{
	background-color: #4ac8ed;
	border: 1px solid #4ac8ed;
	color: #ffffff;
}
.page-item:last-child a.page-link
{
	margin-right: 0;
}
.page-item a.page-link
{
	border: 1px solid #dadada;
	border-radius: 0 !important;
	color: #222222;
	font-size: 17px;
	height: 45px;
	line-height: 26px;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
	width: 45px;
}
.page-item.active a.page-link, .page-item:hover a.page-link
{
	background-color: #4ac8ed;
	border: 1px solid #4ac8ed;
	color: #ffffff;
}
.page-item:last-child a.page-link
{
	margin-right: 0;
}
.circle
{
	background-color: #4ac8ed;
	border-radius: 50%;
	box-shadow: 0 4px 10px rgba(134, 201, 212, 0.3);
	color: #ffffff;
	height: 80px;
	left: 50%;
	padding: 0;
	position: absolute;
	top: -40px;
	transform: translateX(-50%);
	webkit-transform: translateX(-50%);
	white-space: nowrap;
	width: 80px;
}
.pricing
{
	border: 1px solid #e5e5e5;
	padding: 30px 0;
	transition: box-shadow 0.3s ease;
}
.pricing > h2
{
	line-height: 30px;
	margin-bottom: 10px;
}
.pricing > span
{
	color: #848484;
	display: inline-block;
	font-size: 14px;
	font-style: italic;
}
.pricing .card-header
{
	border: none;
	margin: 30px 0;
	padding: 30px 0;
}
.pricing .card-header > span.price
{
	color: #222222;
	display: inline-block;
	font-size: 50px;
	line-height: 50px;
}
.pricing .card-header > span.currency
{
	color: #222222;
	display: inline-block;
	font-size: 18px;
}
.pricing .list-group
{
	padding-bottom: 30px;
	padding-top: 20px;
}
.pricing .list-group .list-group-item
{
	color: #222222;
}
.pricing .list-group .list-group-item i
{
	color: #848484;
}
.pricing .btn
{
	color: #848484;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
}
.pricing .btn:hover
{
	background-color: #4ac8ed;
	border-color: #4ac8ed;
	color: #ffffff;
}
.pricing .card-block
{
	position: relative;
}
.pricing .circle
{
	background: transparent;
	border: 1px solid #e5e5e5;
	box-shadow: none;
	height: 100px;
	left: 0;
	line-height: 100px;
	padding: 0 15px;
	position: relative;
	top: 0;
	transform: translateX(0%);
	webkit-transform: translateX(0%);
	width: 100px;
}
.pricing .circle .price
{
	color: #4ac8ed;
	font-size: 36px;
	font-weight: 700;
}
.pricing .circle .tag
{
	color: #222222;
	font-size: 16px;
}
.pricing:hover
{
	border: 0 solid transparent;
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}
.pricing.delux .card-header
{
	background-color: #4ac8ed;
}
.pricing.delux .card-header span.price, .pricing.delux .card-header span.currency
{
	color: #ffffff;
}
.style2
{
	padding: 40px;
	position: relative;
}
.style2 h2
{
	margin: 25px 0 15px;
}
.style2 p
{
	margin-bottom: 20px;
}
.style2 .btn
{
	height: 40px;
	line-height: 40px;
}
.style2 .btn:hover
{
	color: #ffffff !important;
}
.pricing_image-card
{
	transition: box-shadow 0.3s ease;
}
.pricing_image-card .card_img
{
	position: relative;
}
.pricing_image-card .card_img .overlay
{
	align-items: center;
	background: rgba(0, 0, 0, 0.4);
	bottom: 0;
	color: #ffffff;
	content: '';
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	flex-direction: column;
	justify-content: center;
	left: 0;
	ms-flex-align: center;
	ms-flex-direction: column;
	ms-flex-pack: center;
	position: absolute;
	right: 0;
	top: 0;
	webkit-box-align: center;
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
	webkit-box-pack: center;
}
.pricing_image-card .card_img .overlay h2
{
	color: #ffffff;
	margin-bottom: 10px;
}
.pricing_image-card .card-block
{
	border: 1px solid #e5e5e5;
	border-top: 0;
	padding: 80px 20px 30px;
	position: relative;
	transition: border 0.3s ease;
}
.pricing_image-card .card-block p
{
	margin-bottom: 30px;
}
.pricing_image-card .circle
{
	background: #ffffff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
	height: 100px;
	line-height: 15px;
	text-align: center;
	top: -50px;
	width: 100px;
}
.pricing_image-card .circle span.price
{
	color: #4ac8ed;
	display: inline-block;
	font-size: 34px;
	font-weight: 700;
	margin-top: 30px;
}
.pricing_image-card .circle span.tag
{
	color: #848484;
	display: block;
	font-size: 13px;
	font-style: italic;
	line-height: 26px;
	text-transform: capitalize;
}
.pricing_image-card .btn
{
	color: #848484;
	font-weight: 700;
}
.pricing_image-card .btn:hover
{
	background-color: #4ac8ed;
	border-color: #4ac8ed;
	color: #ffffff !important;
}
.pricing_image-card:hover
{
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}
.pricing_image-card:hover .card-block
{
	border: 0 solid transparent;
}
.display-single_element .pricing, .display-single_element .pricing_image-card
{
	margin-bottom: 30px;
}
@media (min-width: 992px)
{
	.display-single_element .pricing, .display-single_element .pricing_image-card
	{
		margin-bottom: 0;
	}
}
.popover
{
	border-color: #e5e5e5;
	border-radius: 0;
}
.popover.bs-tether-element-attached-left::before,
.popover.popover-right::before,
.popover.popover-left::before,
.popover.popover-top::before,
.popover.popover-bottom::before
{
	border-right-color: #e5e5e5;
}
.popover-title
{
	border-bottom: 1px solid #e5e5e5;
	font-size: 15px;
	padding: 5px;
}
.tooltip-inner
{
	background-color: #0a233b !important;
	border-radius: 0;
	color: #fff !important;
	max-width: 200px;
	padding: 3px 8px;
	position: relative;
	text-align: center;
}
.tooltip-inner:after
{
	border-bottom-color: #000000;
	border-width: 0 5px 5px;
	content: '';
	left: 50%;
	margin-left: -5px;
	position: absolute;
	top: 0;
}
.display-single_element button[data-toggle="tooltip"]
{
	display: block;
	margin-bottom: 15px;
}
@media (min-width: 768px)
{
	.display-single_element button[data-toggle="tooltip"]
	{
		display: inline-block;
		margin-bottom: 0;
	}
}
.icon_tabs
{
	border: none;
	display: block;
	margin-top: 25px;
}
@media (min-width: 768px)
{
	.icon_tabs
	{
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		justify-content: center;
		ms-flex-pack: center;
		webkit-box-pack: center;
	}
}
.icon_tabs .nav-item
{
	border: none;
	display: block;
	margin-bottom: 10px;
	text-align: left !important;
}
@media (min-width: 768px)
{
	.icon_tabs .nav-item
	{
		margin-bottom: 0;
		text-align: center !important;
	}
}
@media (min-width: 992px)
{
	.icon_tabs .nav-item
	{
		display: inline-block;
		margin: 0 5px;
	}
}
.icon_tabs .nav-item a.nav-link
{
	background: #fff;
	border: none;
	border-radius: 0;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
	color: #222222;
	padding: 25px;
	position: relative;
	white-space: nowrap;
}
@media (min-width: 768px)
{
	.icon_tabs .nav-item a.nav-link
	{
		padding: 20px 0;
	}
}
@media (min-width: 992px)
{
	.icon_tabs .nav-item a.nav-link
	{
		padding: 25px 0;
	}
}
@media (min-width: 1200px)
{
	.icon_tabs .nav-item a.nav-link
	{
		padding: 40px 0;
	}
}
.icon_tabs .nav-item a.nav-link:before
{
	border-bottom: 4px solid #4ac8ed;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: all 0.3s ease;
}
.icon_tabs .nav-item a.nav-link i
{
	color: #848484;
	float: left;
	font-size: 26px;
	line-height: 20px;
	transition: all 0.3s ease;
}
@media (min-width: 768px)
{
	.icon_tabs .nav-item a.nav-link i
	{
		float: unset;
		font-size: 30px;
		padding-bottom: 14px;
	}
}
@media (min-width: 992px)
{
	.icon_tabs .nav-item a.nav-link i
	{
		float: unset;
		font-size: 40px;
		padding-bottom: 20px;
	}
}
.icon_tabs .nav-item a.nav-link h3
{
	display: inline-block;
	font-size: 18px;
	margin-left: 15px;
	text-transform: capitalize;
}
@media (min-width: 768px)
{
	.icon_tabs .nav-item a.nav-link h3
	{
		display: block;
		font-size: 15px;
		margin-left: 0;
	}
}
@media (min-width: 992px)
{
	.icon_tabs .nav-item a.nav-link h3
	{
		font-size: 18px;
	}
}
.icon_tabs .nav-item a.nav-link:hover:before, .icon_tabs .nav-item a.nav-link.active:before
{
	opacity: 1;
}
.icon_tabs .nav-item a.nav-link:hover .fa, .icon_tabs .nav-item a.nav-link.active .fa
{
	color: #4ac8ed;
}
.nav-tabs.bar-tabs
{
	flex-direction: row;
	justify-content: center;
	ms-flex-direction: row;
	ms-flex-pack: center;
	webkit-box-direction: normal;
	webkit-box-orient: horizontal;
	webkit-box-pack: center;
}
.nav-tabs.bar-tabs .nav-item
{
	margin-bottom: 0;
}
.nav-tabs.bar-tabs .nav-link
{
	background-color: transparent !important;
	border: none !important;
	border-radius: 0;
	display: inline-block;
	margin-right: 0;
	padding: 10px 25px;
	padding-bottom: 15px !important;
	position: relative;
}
.nav-tabs.bar-tabs .nav-link.active h5
{
	color: #4ac8ed;
	transition: all 0.3s ease;
}
.nav-tabs.bar-tabs .nav-link.active:before
{
	border-bottom: 3px solid #4ac8ed;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.tab-content .active
{
	padding: 0;
}
@media (min-width: 768px)
{
	.nav-tabs .nav-item
	{
		margin-bottom: -1px;
	}
}
.tab-content.tab-bordered .active
{
	border: 1px solid #e5e5e5;
	border-top: 0 solid transparent;
	padding: 25px;
}
.nav-unbordered.nav-tabs
{
	border-bottom: 0;
}
.nav-unbordered.nav-tabs .nav-item
{
	padding: 10px 25px 10px 0;
}
.nav-unbordered.nav-tabs .nav-item .nav-link
{
	background-color: transparent;
	border: 0;
	display: inline-block;
	font-size: 18px;
	padding: 0;
	position: relative;
	text-transform: capitalize;
}
.nav-unbordered.nav-tabs .nav-item .nav-link.active
{
	background-color: transparent;
	color: #7bd1df;
}
.nav-unbordered.nav-tabs .nav-item .nav-link.active:before
{
	border-bottom: 2px solid #7bd1df;
	bottom: -8px;
	content: '';
	position: absolute;
	width: 100%;
}
.nav.nav-tabs
{
	flex-direction: column;
	ms-flex-direction: column;
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
}
@media (min-width: 768px)
{
	.nav.nav-tabs
	{
		flex-direction: unset;
		ms-flex-direction: unset;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
	}
}
.nav-stacked
{
	flex-direction: column !important;
	ms-flex-direction: column !important;
	webkit-box-direction: normal !important;
	webkit-box-orient: vertical !important;
}
.nav-tabs.nav-stacked
{
	border-bottom: 0;
	border-right: none;
	margin-right: 0;
}
@media (min-width: 768px)
{
	.nav-tabs.nav-stacked
	{
		border-right: 1px solid #e5e5e5;
		padding-right: 0;
	}
}
.nav-tabs.nav-stacked .nav-item
{
	display: block !important;
	float: none !important;
	margin: 0 !important;
}
.nav-tabs.nav-stacked .nav-item .nav-link
{
	border-right: 0;
	margin-right: 0;
	padding: 10px 15px;
}
.nav-tabs.nav-stacked .nav-item .nav-link i
{
	padding-right: 10px;
}
.nav-tabs.nav-stacked .nav-item .nav-link.active
{
	border-top-color: #e5e5e5;
	border-top-width: 1px;
	bottom: 0;
}
@media (min-width: 768px)
{
	.nav-tabs.nav-stacked .nav-item .nav-link.active
	{
		border-right-color: #fff !important;
		margin-right: -1px;
	}
}
.promo-video
{
	float: none;
	max-height: 400px;
	overflow: hidden;
	padding-top: 100%;
	position: relative;
	width: 100%;
}
.promo-video:before
{
	background-color: rgba(10, 35, 59, 0);
}
@media (min-width: 768px)
{
	.promo-video
	{
		float: left;
		margin: 0;
		max-height: 500px;
		padding-top: 80%;
		position: relative;
		width: 100%;
	}
}
@media (min-width: 992px)
{
	.promo-video
	{
		padding-top: 50%;
	}
}
.promo-video .video-button
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	height: 100%;
	justify-content: center;
	left: 0;
	ms-flex-align: center;
	ms-flex-pack: center;
	position: absolute;
	top: 0;
	webkit-box-align: center;
	webkit-box-pack: center;
	width: 100%;
}
.promo-video .video-button i
{
	border: 2px solid #ffffff;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 35px;
	height: 80px;
	line-height: 80px;
	padding-left: 10px;
	position: relative;
	text-align: center;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	width: 80px;
}
.promo-video .video-button:hover i
{
	transform: scale(1.1);
	webkit-transform: scale(1.1);
}
.video-box a
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	height: 100%;
	justify-content: center;
	ms-flex-align: center;
	ms-flex-pack: center;
	webkit-box-align: center;
	webkit-box-pack: center;
	width: 100%;
}
.video-box a iframe
{
	border: none;
	height: 100%;
	position: relative;
	width: 100%;
}
.video-box a:before
{
	background: rgba(10, 35, 59, 0.4);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.video-box a img
{
	position: relative;
	transition: transform 0.7s ease, -webkit-transform 0.7s ease;
	transition: transform 0.7s ease;
	transition: -webkit-transform 0.7s ease;
}
.video-box a:hover img
{
	transform: scale(1.1);
	webkit-transform: scale(1.1);
}
.box-video
{
	cursor: pointer;
	margin: 0 auto 20px;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.box-video .bg-video
{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.box-video .video-container
{
	margin: 0;
	position: relative;
	z-index: 1;
}
.box-video .btn-play
{
	background: #ffffff;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 80px;
	left: 50%;
	margin: -30px 0 0 -30px;
	position: absolute;
	text-indent: -999em;
	top: 50%;
	transition: all .3s ease-out;
	width: 80px;
	z-index: 2;
}
.box-video .btn-play:after
{
	border: solid transparent;
	border-left-color: #4ac8ed;
	border-width: 12px 20px;
	content: '';
	height: 0;
	left: 50%;
	margin: -12px 0 0 -6px;
	position: absolute;
	top: 50%;
	transition: all .3s ease-out;
	width: 0;
}
.box-video:hover .btn-play
{
	transform: scale(1.1);
	webkit-transform: scale(1.1);
}
.box-video.open .bg-video
{
	opacity: 0;
	transition: all .6s .8s;
	visibility: hidden;
}
.box-video.open .video-container
{
	opacity: 1;
	transition: all .6s .8s;
}
.fluid-width-video-wrapper
{
	padding: 0;
	position: relative;
	width: 100%;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed
{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.seperator
{
	display: inline-block;
	position: relative;
}
.seperator svg.seperator-icon
{
	fill: #4ac8ed;
	height: 39px;
	width: 34px;
}
.seperator:before
{
	border-bottom: 1px solid #4ac8ed;
	content: '';
	left: -110px;
	position: absolute;
	top: 19px;
	width: 100px;
}
.seperator:after
{
	border-bottom: 1px solid #4ac8ed;
	content: '';
	position: absolute;
	right: -110px;
	top: 19px;
	width: 100px;
}
p.devider
{
	border-top: 1px solid #e5e5e5;
	margin: 20px 0;
	position: relative;
}
p.devider.devider_medium
{
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
}
p.devider.devider_dashed
{
	border-top: 1px dashed #e5e5e5;
}
p.devider.devider_narrow
{
	margin-left: auto;
	margin-right: auto;
	max-width: 10%;
}
p.devider.devider_thik
{
	border-width: 2px;
}
p.devider.devider_primary
{
	border-color: #4ac8ed;
}
.blockquote
{
	border: 1px solid #e5e5e5;
	border-left: 3px solid #4ac8ed;
	font-size: 15px;
	font-style: italic;
	line-height: 28px;
	margin-bottom: 20px;
	padding: 28px;
	position: relative;
}
.blockquote.text-right
{
	border-left: 1px solid #e5e5e5;
	border-right: 3px solid #4ac8ed;
}
.blockquote.quote2
{
	border-left: 1px solid #e5e5e5;
}
.blockquote-bubble
{
	background-color: #ffffff;
	position: relative;
}
.blockquote-bubble .blockquote-bubble-content:after
{
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-left: 0;
	border-top: 0;
	content: " ";
	height: 20px;
	left: 30px;
	margin-top: -9px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transform: rotate(45deg);
	webkit-transform: rotate(45deg);
	width: 20px;
}
.blockquote-bubble.text-right .blockquote-bubble-content:after
{
	left: auto;
	right: 30px;
}
.blockquote-footer
{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	margin-bottom: 20px;
	position: relative;
}
.blockquote-footer img
{
	background: #f5f5f5;
	float: left;
	height: 60px;
	width: 60px;
}
.blockquote-footer .info
{
	display: inline-block;
	float: left;
	margin-top: 8px;
	padding-left: 10px;
}
.blockquote-footer .name
{
	color: #222222;
	display: inline-block;
	font-size: 15px;
}
.blockquote-footer .designation
{
	color: #848484;
	display: inline-block;
	font-size: 15px;
}
.blockquote-footer:before
{
	content: "\2014 \00A0";
	visibility: hidden;
}
.blockquote-footer.text-right
{
	flex-direction: row-reverse;
	ms-flex-direction: row-reverse;
	webkit-box-direction: reverse;
	webkit-box-orient: horizontal;
}
.blockquote-footer.text-right img
{
	float: right;
}
.blockquote-footer.text-right .info
{
	float: right;
	padding-left: 0;
	padding-right: 10px;
}
.blockquote-footer.footer2
{
	margin-left: 40px;
	margin-top: 20px;
}
.arrow-down
{
	border-left: 20px solid transparent;
	border-right: 0 solid transparent;
	border-top: 20px solid #e5e5e5;
	bottom: -20px;
	height: 0;
	left: 25px;
	position: absolute;
	width: 0;
}
.testimonial_holder
{
	padding: 50px 20px;
}
.testimonial_holder .bg-image:before
{
	background-color: rgba(31, 40, 46, 0.9);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.bg-image
{
	background-position: center;
	background-size: cover;
	position: relative;
}
.bg-image .quote2
{
	border-color: #ffffff;
	border-left: 1px solid #e5e5e5;
}
.bg-image .blockquote-speech
{
	color: #222222;
}
.bg-image .blockquote-footer .name
{
	color: #4ac8ed;
	display: inline-block;
	font-size: 15px;
}
.bg-image .blockquote-footer .designation
{
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	font-style: italic;
	opacity: 0.7;
}
.bg-image .arrow-down
{
	border-left: 20px solid transparent;
	border-right: 0 solid transparent;
	border-top: 20px solid #ffffff;
	bottom: -20px;
	height: 0;
	left: 25px;
	position: absolute;
	width: 0;
}
.team-card .card_img
{
	margin: 0 auto;
	overflow: hidden;
}
.team-card .card_img.img-circle
{
	height: 240px;
	width: 240px;
}
.team-card a.overlay_icon
{
	background-color: transparent;
	border: 2px solid #ffffff;
	height: 45px;
	width: 45px;
}
.team-card a.overlay_icon i.fa
{
	color: #ffffff;
	font-size: 15px;
	line-height: 40px;
}
.team-card a.overlay_icon:hover
{
	background-color: #ffffff;
	border: 2px solid #ffffff;
}
.team-card a.overlay_icon:hover i.fa
{
	color: #4ac8ed;
}
p.typo
{
	padding-bottom: 30px;
	padding-top: 20px;
}
mark
{
	background: transparent;
	color: #f55c5d !important;
}
.styled_list
{
	display: inline-block;
	margin-top: 15px;
	position: relative;
}
@media (min-width: 768px)
{
	.styled_list
	{
		margin-top: 15px;
	}
}
.styled_list li
{
	font-size: 14px;
	line-height: 30px;
}
@media (min-width: 768px)
{
	.styled_list li
	{
		float: left;
		font-size: 14px;
		width: 50%;
	}
}
.styled_list li i
{
	font-size: 12px;
	margin-right: 10px;
}
.styled_list li a
{
	color: #848484;
}
@media (min-width: 768px)
{
	.styled_list li a
	{
		font-size: 12px;
	}
}
@media (min-width: 992px)
{
	.styled_list li a
	{
		font-size: 14px;
	}
}
ol.styled_list
{
	margin-left: 15px;
}
ol.styled_list li
{
	padding-left: 10px;
}
.icon-sm
{
	display: inline-block;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}
.dropcaps p
{
	display: inline-block;
}
.dropcaps p .firstcharacter
{
	background-color: #f5f5f5;
	color: #848484;
	float: left;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	margin-top: 9px;
	text-align: center;
	width: 40px;
}
.map-canvas
{
	height: 400px;
	width: 100%;
}
.map-canvas #map
{
	height: 100%;
	width: 100%;
}
.mapArea #map-canvas
{
	height: 400px;
	width: 100%;
}
#banner-slider .bg-image-holder
{
	height: 200px;
}
@media (min-width: 768px)
{
	#banner-slider .bg-image-holder
	{
		height: 400px;
	}
}
@media (min-width: 992px)
{
	#banner-slider .bg-image-holder
	{
		height: 550px;
	}
}
@media (min-width: 1200px)
{
	#banner-slider .bg-image-holder
	{
		height: 692px;
	}
}
.slider-caption
{
	height: 100%;
	position: relative;
}
.slider-caption .caption-content
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	webkit-transform: translateY(-50%);
}
.slider-caption .caption-content h1
{
	color: #222222;
	font-size: 20px;
}

@media (min-width: 320px)
{
	.slider-caption .caption-content h1
	{
		font-size: 16px;
		margin-bottom: 15px;
	}
}
@media (min-width: 768px)
{
	.slider-caption .caption-content h1
	{
		font-size: 30px;
		margin-bottom: 20px;
	}
}
@media (min-width: 992px)
{
	.slider-caption .caption-content h1
	{
		font-size: 38px;
		margin-bottom: 25px;
	}
}
@media (min-width: 1200px)
{
	.slider-caption .caption-content h1
	{
		font-size: 42px;
		margin-bottom: 30px;
	}
}
.slider-caption .caption-content p
{
	color: #222222;
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 10px;
}

@media (min-width: 320px)
{
	.slider-caption .caption-content p
	{
		font-size: 12px;
		margin: 0 0 20px;
	}
}
@media (min-width: 768px)
{
	.slider-caption .caption-content p
	{
		font-size: 20px;
		margin: 0 0 30px;
	}
}
@media (min-width: 992px)
{
	.slider-caption .caption-content p
	{
		font-size: 20px;
		margin: 0 0 40px;
	}
}
@media (min-width: 1200px)
{
	.slider-caption .caption-content p
	{
		font-size: 20px;
		margin: 0 0 50px;
	}
}
.slider-caption .caption-content.caption-right
{
	right: 15px;
	text-align: right;
}
.slider-caption .caption-content .video-link
{
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
}
.slider-caption .caption-content .video-link span
{
	display: inline-block;
	position: relative;
}
.slider-caption .caption-content i.play-icon
{
	background: #ffffff;
	border-radius: 50%;
	color: #4ac8ed;
	display: inline-block;
	font-size: 25px;
	height: 80px;
	line-height: 80px;
	margin-right: 10px;
	padding-left: 10px;
	position: relative;
	text-align: center;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	width: 80px;
}
.slider-caption .caption-content a.btn
{
	font-size: 9px;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	padding: 0 18px;
}
@media (min-width: 768px)
{
	.slider-caption .caption-content a.btn
	{
		font-size: 14px;
		height: 50px;
		line-height: 50px;
		padding: 0 40px;
	}
}
.slick-dotted.slick-slider
{
	margin-bottom: 0;
}
.slick-dots li button
{
	background: #4ac8ed;
	border: 2px solid #4ac8ed;
	border-radius: 10px;
	bottom: 0;
	opacity: 1;
	position: absolute;
	transition: all 0.3s ease-in-out;
}
.slick-dots li.slick-active button
{
	border: none;
	border-radius: 10px;
	opacity: 1;
	padding-top: 40px;
}
.slick-dots li.slick-active button:before
{
	content: '';
}
.btn
{
	position: relative;
	z-index: 2;
}
.btn:before
{
	background-color: rgba(255, 255, 255, 0.1);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s cubic-bezier(0, 0, 0.1, 1);
	width: 0;
	z-index: -1;
}
.btn:hover:before
{
	width: 100%;
}
.home-feature .container
{
	padding: 0;
}
.home-feature .feature_single
{
	background-color: transparent;
	padding: 30px 15px;
	position: relative;
}
@media (min-width: 768px)
{
	.home-feature .feature_single
	{
		padding: 70px 15px;
	}
}
.home-feature .feature_single .icon
{
	color: #4ac8ed;
	font-size: 50px;
	position: relative;
}
.home-feature .feature_single h4
{
	color: #ffffff;
	padding: 25px 0;
	position: relative;
}
@media (min-width: 768px)
{
	.home-feature .feature_single h4
	{
		font-size: 18px;
		padding: 20px 0;
	}
}
@media (min-width: 992px)
{
	.home-feature .feature_single h4
	{
		font-size: 20px;
		padding: 25px 0;
	}
}
.home-feature .feature_single p
{
	color: #ffffff;
	opacity: 0.7;
	padding: 0 0;
}
@media (min-width: 768px)
{
	.home-feature .feature_single p
	{
		font-size: 13px;
		line-height: 24px;
	}
}
@media (min-width: 992px)
{
	.home-feature .feature_single p
	{
		font-size: 15px;
		line-height: 26px;
	}
}
.more-feature
{
	padding-bottom: 80px;
	padding-top: 80px;
}
@media (min-width: 768px)
{
	.more-feature
	{
		padding-bottom: 100px;
		padding-top: 100px;
	}
}
.more-feature-left .more-features
{
	padding-top: 40px;
}
.more-feature-left .feature-icon
{
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	color: #4ac8ed;
	display: inline-block;
	font-size: 24px;
	height: 75px;
	line-height: 75px;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	width: 75px;
}
@media (min-width: 768px)
{
	.more-feature-left .feature-icon
	{
		margin-bottom: 0;
		position: absolute;
	}
}
.more-feature-left .feature-details
{
	display: inline-block;
}
@media (min-width: 768px)
{
	.more-feature-left .feature-details
	{
		padding-left: 100px;
	}
}
.more-feature-left .feature-details h4
{
	line-height: 1;
	margin-bottom: 15px;
}
@media (min-width: 768px)
{
	.more-feature-left .feature-details h4
	{
		font-size: 18px;
		margin-bottom: 10px;
	}
}
@media (min-width: 992px)
{
	.more-feature-left .feature-details h4
	{
		font-size: 20px;
		margin-bottom: 15px;
	}
}
.more-feature-left .feature-details p
{
	color: #848484;
	opacity: 0.7;
}
@media (min-width: 768px)
{
	.more-feature-left .feature-details p
	{
		font-size: 13px;
		line-height: 24px;
	}
}
@media (min-width: 992px)
{
	.more-feature-left .feature-details p
	{
		font-size: 15px;
		line-height: 26px;
	}
}
.data-chart
{
	margin-top: 100px;
	padding-left: 30px;
}
.data-chart h4
{
	margin-bottom: 30px;
}
.countup-section
{
	padding-bottom: 60px;
	padding-top: 60px;
}
@media (min-width: 992px)
{
	.countup-section
	{
		padding-bottom: 100px;
		padding-top: 100px;
	}
}
.countup-section.bg-image:before
{
	background-color: rgba(10, 35, 59, 0.8);
}
.countup-section .counter, .countup-section span.count
{
	color: #4ac8ed;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	padding-bottom: 50px;
	position: relative;
	z-index: 555;
}
@media (min-width: 768px)
{
	.countup-section .counter, .countup-section span.count
	{
		font-size: 40px;
	}
}
@media (min-width: 992px)
{
	.countup-section .counter, .countup-section span.count
	{
		font-size: 50px;
	}
}
.countup-section .counter:before
{
	background-color: rgba(255, 255, 255, 0.5);
	bottom: 25px;
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	width: 50px;
}
.countup-section .single_block
{
	margin: 20px 0;
}
@media (min-width: 768px)
{
	.countup-section .single_block
	{
		margin: 0;
	}
}
.countup-section h5
{
	color: #ffffff;
	opacity: 0.7;
}
.home-portfolio
{
	padding-bottom: 80px;
	padding-top: 80px;
}
@media (min-width: 992px)
{
	.home-portfolio
	{
		padding-bottom: 100px;
		padding-top: 100px;
	}
}
.home-portfolio .sectionTitle
{
	margin-bottom: 20px;
}
.home-portfolio .card
{
	margin-top: 30px;
}
.home-portfolio .btn-container
{
	margin-top: 50px;
	text-align: center;
}
.home-portfolio .hover-overlay.effect-scale
{
	opacity: 1;
	transform: scale(1);
	webkit-transform: scale(1);
}
@media (min-width: 768px)
{
	.home-portfolio .hover-overlay.effect-scale
	{
		opacity: 0;
		transform: scale(0);
		webkit-transform: scale(0);
	}
}
.home-portfolio .hover-overlay.effect-scale:before
{
	opacity: 1;
	transform: scale(1);
	webkit-transform: scale(1);
}
@media (min-width: 768px)
{
	.home-portfolio .hover-overlay.effect-scale:before
	{
		opacity: 0;
		transform: scale(0);
		webkit-transform: scale(0);
	}
}
.home-portfolio .hover-overlay.effect-scale:before
{
	background-color: rgba(10, 35, 59, 0.9);
}
.home-portfolio a.btn:hover
{
	color: #ffffff;
}
.home-testimonial .promo-video > img
{
	max-width: 100%;
}
@media (min-width: 768px)
{
	.home-testimonial .promo-video > img
	{
		max-width: unset;
	}
}
.home-testimonial .video-button i
{
	border: 2px solid #ffffff;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 35px;
	height: 80px;
	line-height: 80px;
	padding-left: 10px;
	position: relative;
	text-align: center;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	width: 80px;
}
.home-testimonial .video-button:hover i
{
	transform: scale(1.1);
	webkit-transform: scale(1.1);
}
.home-testimonial .bg-image
{
	height: 100%;
	text-align: center;
}
.home-testimonial .bg-image .card
{
	background-color: transparent;
	padding: 50px 15px;
}
@media (min-width: 768px)
{
	.home-testimonial .bg-image .card
	{
		padding: 40px 10px 0;
	}
}
@media (min-width: 992px)
{
	.home-testimonial .bg-image .card
	{
		padding: 80px 40px;
	}
}
@media (min-width: 1200px)
{
	.home-testimonial .bg-image .card
	{
		padding: 100px 40px;
	}
}
.home-testimonial .bg-image .card-block p
{
	color: #ffffff;
	opacity: 0.7;
	padding: 20px 0;
}
@media (min-width: 768px)
{
	.home-testimonial .bg-image .card-block p
	{
		font-size: 14px;
		padding: 15px 10px;
	}
}
@media (min-width: 992px)
{
	.home-testimonial .bg-image .card-block p
	{
		font-size: 15px;
		padding: 20px 0;
	}
}
.home-testimonial .bg-image .card-block h4
{
	font-size: 17px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.home-testimonial .bg-image .card_img
{
	border-radius: 50%;
	display: inline-block;
	height: 80px;
	position: relative;
	width: 80px;
}
.home-testimonial .bg-image.promo-video
{
	padding-top: 100%;
}
@media (min-width: 992px)
{
	.home-testimonial .bg-image.promo-video
	{
		padding-top: 0;
	}
}
.home-testimonial .bg-image.promo-video:before
{
	background-color: rgba(10, 35, 59, 0);
}
.home-testimonial .bg-image:before
{
	background-color: rgba(10, 35, 59, 0.95);
}
.home-services
{
	padding-bottom: 80px;
	padding-top: 80px;
}
@media (min-width: 992px)
{
	.home-services
	{
		padding-bottom: 100px;
		padding-top: 100px;
	}
}
.home-services .media-box
{
	margin-top: 50px;
}
.home-services .media-box .media-icon
{
	color: #4ac8ed;
}
.home-services .media-box h4
{
	margin-bottom: 10px;
}
.media-box
{
	max-width: 100;
	overflow: hidden;
	position: relative;
}
.media-box .media-icon
{
	display: inline-block;
	font-size: 40px;
	position: absolute;
}
.media-box .media-content
{
	display: inline-block;
	padding-left: 70px;
}
.home-form
{
	padding-top: 80px;
}
@media (min-width: 992px)
{
	.home-form
	{
		margin-top: 50px;
		padding-top: 100px;
	}
}
.home-form h2
{
	color: #ffffff;
	margin-bottom: 50px;
}
.home-form form
{
	margin-bottom: 30px;
}
@media (min-width: 992px)
{
	.home-form form
	{
		margin-bottom: 0;
	}
}
.home-form form .btn
{
	letter-spacing: 1px;
}
.home-form input
{
	background-color: transparent;
	color: #ffffff;
	font-size: 14px;
}
.home-form input:hover, .home-form input:active, .home-form input:focus
{
	background-color: transparent;
	color: #ffffff;
}
.home-form .form-control::-webkit-input-placeholder
{
	color: #ffffff;
	opacity: 0.7;
}
.home-form .form-control:-moz-placeholder
{
	color: #ffffff;
	opacity: 0.7;
}
.home-form .form-control::-moz-placeholder
{
	color: #ffffff;
	opacity: 0.7;
}
.home-form .form-control:-ms-input-placeholder
{
	color: #ffffff;
	opacity: 0.7;
}
.home-form .selectOptions
{
	margin-bottom: 30px;
}
.home-form .selectOptions .sbHolder > a
{
	color: #ffffff;
	opacity: 0.7;
}
.home-form .promo-img
{
	display: none;
}
@media (min-width: 992px)
{
	.home-form .promo-img
	{
		display: block;
		height: 100%;
		margin-top: -150px;
	}
	.home-form .promo-img img
	{
		max-width: 500px;
	}
}
.boxed-menu .topbar a.btn
{
	padding: 0 !important;
	width: 158px;
}
#morphing-content
{
	min-height: 600px;
}
#morphing-content .home-form
{
	margin-top: 0;
	padding-top: 0;
}
#morphing-content .home-form h2
{
	font-family: 'Open Sans', sans-serif;
	font-size: 50px;
}
#morphing-content .home-form input.form-control, 
#morphing-content .home-form textarea.form-control, 
#morphing-content .home-form select.form-control
{
	border: 1px solid #ffffff;
	border-color: rgba(255, 255, 255, 0.6);
}
#morphing-content .home-form input.form-control::-webkit-input-placeholder, 
#morphing-content .home-form textarea.form-control::-webkit-input-placeholder, 
#morphing-content .home-form select.form-control::-webkit-input-placeholder
{
	color: #ffffff;
	opacity: 1;
	transition: opacity 0.3s ease;
}
#morphing-content .home-form input.form-control:-moz-placeholder, 
#morphing-content .home-form textarea.form-control:-moz-placeholder, 
#morphing-content .home-form select.form-control:-moz-placeholder
{
	color: #ffffff;
	opacity: 1;
	transition: opacity 0.3s ease;
}
#morphing-content .home-form input.form-control::-moz-placeholder, 
#morphing-content .home-form textarea.form-control::-moz-placeholder, 
#morphing-content .home-form select.form-control::-moz-placeholder
{
	color: #ffffff;
	opacity: 1;
	transition: opacity 0.3s ease;
}
#morphing-content .home-form input.form-control:-ms-input-placeholder, 
morphing-content .home-form textarea.form-control:-ms-input-placeholder, 
#morphing-content .home-form select.form-control:-ms-input-placeholder
{
	color: #ffffff;
	opacity: 1;
	transition: opacity 0.3s ease;
}
#morphing-content .home-form input.form-control.focus::-webkit-input-placeholder, 
morphing-content .home-form input.form-control:focus::-webkit-input-placeholder, 
#morphing-content .home-form input.form-control.active::-webkit-input-placeholder, 
#morphing-content .home-form input.form-control:active::-webkit-input-placeholder, 
#morphing-content .home-form textarea.form-control.focus::-webkit-input-placeholder, 
#morphing-content .home-form textarea.form-control:focus::-webkit-input-placeholder, 
#morphing-content .home-form textarea.form-control.active::-webkit-input-placeholder, 
#morphing-content .home-form textarea.form-control:active::-webkit-input-placeholder, 
#morphing-content .home-form select.form-control.focus::-webkit-input-placeholder, 
#morphing-content .home-form select.form-control:focus::-webkit-input-placeholder, 
#morphing-content .home-form select.form-control.active::-webkit-input-placeholder, 
#morphing-content .home-form select.form-control:active::-webkit-input-placeholder
{
	color: #ffffff;
	opacity: 0.6;
}
#morphing-content .home-form input.form-control.focus:-moz-placeholder,
 #morphing-content .home-form input.form-control:focus:-moz-placeholder, 
#morphing-content .home-form input.form-control.active:-moz-placeholder, 
#morphing-content .home-form input.form-control:active:-moz-placeholder, 
#morphing-content .home-form textarea.form-control.focus:-moz-placeholder, 
#morphing-content .home-form textarea.form-control:focus:-moz-placeholder, 
#morphing-content .home-form textarea.form-control.active:-moz-placeholder, 
#morphing-content .home-form textarea.form-control:active:-moz-placeholder, 
#morphing-content .home-form select.form-control.focus:-moz-placeholder, 
#morphing-content .home-form select.form-control:focus:-moz-placeholder, 
#morphing-content .home-form select.form-control.active:-moz-placeholder, 
#morphing-content .home-form select.form-control:active:-moz-placeholder
{
	color: #ffffff;
	opacity: 0.6;
}
#morphing-content .home-form input.form-control.focus::-moz-placeholder, 
#morphing-content .home-form input.form-control:focus::-moz-placeholder, 
#morphing-content .home-form input.form-control.active::-moz-placeholder, 
#morphing-content .home-form input.form-control:active::-moz-placeholder, 
#morphing-content .home-form textarea.form-control.focus::-moz-placeholder, 
#morphing-content .home-form textarea.form-control:focus::-moz-placeholder, 
#morphing-content .home-form textarea.form-control.active::-moz-placeholder, 
#morphing-content .home-form textarea.form-control:active::-moz-placeholder, 
#morphing-content .home-form select.form-control.focus::-moz-placeholder, 
#morphing-content .home-form select.form-control:focus::-moz-placeholder, 
#morphing-content .home-form select.form-control.active::-moz-placeholder,
#morphing-content .home-form select.form-control:active::-moz-placeholder
{
	color: #ffffff;
	opacity: 0.6;
}
#morphing-content .home-form input.form-control.focus:-ms-input-placeholder,
#morphing-content .home-form input.form-control:focus:-ms-input-placeholder, 
#morphing-content .home-form input.form-control.active:-ms-input-placeholder, 
#morphing-content .home-form input.form-control:active:-ms-input-placeholder, 
#morphing-content .home-form textarea.form-control.focus:-ms-input-placeholder, 
#morphing-content .home-form textarea.form-control:focus:-ms-input-placeholder, 
#morphing-content .home-form textarea.form-control.active:-ms-input-placeholder, 
#morphing-content .home-form textarea.form-control:active:-ms-input-placeholder, 
#morphing-content .home-form select.form-control.focus:-ms-input-placeholder, 
#morphing-content .home-form select.form-control:focus:-ms-input-placeholder, 
#morphing-content .home-form select.form-control.active:-ms-input-placeholder, 
#morphing-content .home-form select.form-control:active:-ms-input-placeholder
{
	color: #ffffff;
	opacity: 0.6;
}
#morphing-content .home-form .sbHolder
{
	border: 1px solid rgba(255, 255, 255, 0.6);
}
#morphing-content .home-form .sbHolder > a
{
	color: #ffffff;
	opacity: 1;
}
#morphing-content .home-form .sbHolder > a:after
{
	right: 20px;
}
#morphing-content .home-form .btn
{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	height: 58px;
	line-height: 58px;
	margin-top: 30px;
}
.home-team
{
	padding-bottom: 80px;
	padding-top: 80px;
}
@media (min-width: 992px)
{
	.home-team
	{
		padding-bottom: 100px;
		padding-top: 100px;
	}
}
.home-team .card-style2
{
	margin-top: 50px;
}
.home-team .card-style2 .card-block
{
	padding: 15px 20px;
}
.home-team .card-style2 span
{
	font-style: italic;
	padding-left: 0;
}
.brand_carousel .slick-slider
{
	padding: 0;
}
.home-blog
{
	padding-bottom: 80px;
	padding-top: 80px;
}
@media (min-width: 992px)
{
	.home-blog
	{
		padding-bottom: 100px;
		padding-top: 100px;
	}
}
.home-blog .card
{
	margin-top: 50px;
}
@media (min-width: 768px)
{
	.home-blog .card.card-style3 .card-block
	{
		padding: 15px;
	}
	.home-blog .card.card-style3 .card-block .card-title
	{
		font-size: 18px;
	}
	.home-blog .card.card-style3 .card-block:before
	{
		bottom: 8px;
	}
}
@media (min-width: 992px)
{
	.home-blog .card.card-style3 .card-block
	{
		padding: 30px;
	}
	.home-blog .card.card-style3 .card-block .card-title
	{
		font-size: 22px;
	}
	.home-blog .card.card-style3 .card-block:before
	{
		bottom: 15px;
	}
}
.newsletter
{
	padding: 50px 0;
}
.newsletter h4
{
	font-size: 24px;
	line-height: 1.2;
}
@media (min-width: 768px)
{
	.newsletter h4
	{
		margin-bottom: 30px;
	}
}
@media (min-width: 992px)
{
	.newsletter h4
	{
		margin-bottom: 0;
	}
}
.newsletter form, 
.newsletter .form 
{
	margin-top: 30px;
}
@media (min-width: 768px)
{
	.newsletter form,
    .newsletter .form
	{
		margin-top: 0;
	}
}
@media (min-width: 992px)
{
	.newsletter form,
    .newsletter .form
	{
		align-items: center;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		flex-direction: row;
		justify-content: space-between;
		ms-flex-align: center;
		ms-flex-direction: row;
		ms-flex-pack: justify;
		webkit-box-align: center;
		webkit-box-direction: normal;
		webkit-box-orient: horizontal;
		webkit-box-pack: justify;
	}
}
.newsletter form .form-group,
.newsletter .form .form-group
{
	margin-bottom: 30px;
}
@media (min-width: 992px)
{
	.newsletter form .form-group,
    .newsletter .form .form-group
	{
		margin-bottom: 0;
	    margin-right: 30px;
		width: 38%;
	}
}
.newsletter form input,
.newsletter .form input
{
	background-color: #ffffff;
	box-shadow: 2px 3px 9px rgba(44, 40, 86, 0.1);
	color: #222222;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 0;
}
.newsletter form input::-webkit-input-placeholder,
.newsletter .form input::-webkit-input-placeholder
{
	color: #848484;
}
.newsletter form input:-moz-placeholder,
.newsletter .form input:-moz-placeholder
{
	color: #848484;
}
.newsletter form input::-moz-placeholder
.newsletter .form input::-moz-placeholder
{
	color: #848484;
}
.newsletter form input:-ms-input-placeholder,
.newsletter .form input:-ms-input-placeholder
{
	color: #848484;
}
.newsletter form input:hover, .newsletter form input:active, .newsletter form input:focus,
.newsletter .form input:hover, .newsletter .form input:active, .newsletter .form input:focus
{
	background-color: #ffffff;
}
footer
{
	padding-top: 80px;
}
@media (min-width: 992px)
{
	footer
	{
		padding-top: 100px;
	}
}
.footer .footer-text a .footer-logo
{
	margin-bottom: 20px;
}
@media (min-width: 768px)
{
	.footer .footer-text a .footer-logo
	{
		margin-bottom: 30px;
	}
}
.footer .footer-text p
{
	color: #ffffff;
	font-size: 14px;
}
@media (min-width: 768px)
{
	.footer .footer-text p
	{
		font-size: 13px;
		line-height: 24px;
	}
}
@media (min-width: 992px)
{
	.footer .footer-text p
	{
		font-size: 14px;
		line-height: 26px;
	}
}
/*.footer h3
{
	color: #ffffff;
	margin-bottom: 15px;
	margin-top: 30px;
}*/

.footer h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 30px;
    color: #fff;
}

.footer h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    margin-bottom: -1.5px;
    background: #fff;
}

@media (min-width: 768px)
{
	.footer h3
	{
		margin-top: 0;
	}
}
.footer .social-icons
{
	margin-left: -10px;
	margin-top: 20px;
    text-align: right;
}
.footer .social-icons .btn-social-o
{
	background-color: transparent !important;
	color: #ffffff;
	font-size: 18px;
}
@media (min-width: 768px)
{
	.footer .social-icons .btn-social-o
	{
		height: 30px;
		width: 30px;
	}
}
@media (min-width: 992px)
{
	.footer .social-icons .btn-social-o
	{
		height: 40px;
		width: 40px;
	}
}
.footer .social-icons .btn-social-o:hover
{
	color: #4ac8ed;
}
.footer .instagram ul
{
	margin-top: 20px;
	padding: 0 10px;
}
.footer .instagram li
{
	overflow: hidden;
	padding: 10px 5px 0;
	width: auto;
}
.footer .instagram li img
{
	height: 100%;
	width: 100%;
}
.links
{
	padding-left: 0;
}
@media (min-width: 992px)
{
	.links
	{
		padding-left: 10px;
	}
}
.links ul
{
	margin-top: 25px;
}
.links li a
{
	color: #ffffff;
	display: block;
	font-size: 14px;
	margin-top: 20px;
	padding-left: 15px;
	position: relative;
}
@media (min-width: 768px)
{
	.links li a
	{
		font-size: 13px;
		margin-top: 15px;
	}
}
@media (min-width: 992px)
{
	.links li a
	{
		font-size: 14px;
		margin-top: 20px;
	}
}
.links li a:before
{
	content: "\f101";
	font-family: 'FontAwesome';
	left: 0;
	position: absolute;
	transition: color 0.3s ease;
}
.links li a:hover
{
	color: #4ac8ed;
	opacity: 1 !important;
	padding-left: 20px;
}
.links li a:hover:before
{
	color: #4ac8ed;
	padding-left: 5px;
}
.location ul
{
	margin-top: 25px;
}
.location ul li
{
	color: #ffffff;
	font-size: 14px;
	margin-top: 15px;
	padding-left: 25px;
}
@media (min-width: 768px)
{
	.location ul li
	{
		font-size: 13px;
	}
}
@media (min-width: 992px)
{
	.location ul li
	{
		font-size: 14px;
	}
}
.location ul li:first-child
{
	padding-left: 0;
}
.location ul li a
{
	color: #ffffff;
}
.location ul li a:hover
{
	color: #4ac8ed;
	opacity: !important;
}
.location ul li i
{
	display: inline-block;
	left: 15px;
	margin-top: 4px;
	position: absolute;
}
.copyright
{
	margin-top: 50px;
}
.copyright hr
{
	background-color: #ffffff;
	margin-top: 0;
	opacity: 0.2;
}
.copyright p
{
	color: #ffffff;
	padding-bottom: 20px;
}
.copyright p a:hover
{
	color: #4ac8ed !important;
}
.newsletter
{
	padding-left: 0;
}
@media (min-width: 992px)
{
	.newsletter
	{
		padding-left: 15px;
	}
}
.newsletter p
{
	color: #ffffff;
	margin-top: 22px;
}
.newsletter input
{
	background-color: transparent;
	color: #222222;
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.newsletter input:hover, .newsletter input:active, .newsletter input:focus
{
	background-color: transparent;
}
input.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder, select.form-control::-webkit-input-placeholder
{
	color: #ffffff;
	opacity: 1;
}
input.form-control:-moz-placeholder, textarea.form-control:-moz-placeholder, select.form-control:-moz-placeholder
{
	color: #ffffff;
	opacity: 1;
}
input.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder, select.form-control::-moz-placeholder
{
	color: #ffffff;
	opacity: 1;
}
input.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder, select.form-control:-ms-input-placeholder
{
	color: #ffffff;
	opacity: 1;
}
.footer-corporate
{
	padding-bottom: 0;
	padding-top: 0;
}
.footer-corporate .footer-text p
{
	opacity: 0.7;
}
.footer-corporate .newsletter
{
	padding-bottom: 80px;
	padding-top: 80px;
}
@media (min-width: 768px)
{
	.footer-corporate .newsletter
	{
		padding-bottom: 100px;
		padding-top: 100px;
	}
}
.footer-corporate .copyright
{
	margin-top: 0;
}
.footer-corporate .copyright p
{
	float: left;
	padding: 10px 0 30px;
}
.footer-corporate .copyright hr
{
	background-color: #071e33;
	margin-top: 0;
	opacity: 1;
}
.footer-corporate .social-icons
{
	display: inline-block;
	float: right;
	margin-left: 0;
	margin-right: -10px;
	margin-top: 0;
	padding-top: 10px;
}
.footer-consultant .copyright p
{
	float: left;
	padding: 10px 0 30px;
}
.footer-consultant .copyright hr
{
	background-color: #071e33;
	margin-top: 0;
	opacity: 1;
}
.footer-consultant .social-icons
{
	display: inline-block;
	float: right;
	margin-left: 0;
	margin-right: -10px;
	margin-top: 0;
	padding-top: 10px;
}
.footer-consultant .location ul
{
	margin-top: 0;
}
.page-about-us .bredcrumb, .page-contactus .bredcrumb
{
	padding: 0;
}
.boxed-menu .bredcrumb h1, .boxed-menu .bredcrumb h2
{
	padding-top: 0;
}
@media (min-width: 768px)
{
	.boxed-menu .bredcrumb h1, .boxed-menu .bredcrumb h2
	{
		padding-top: 45px;
	}
}
.about-details
{
	padding-bottom: 80px;
	padding-top: 80px;
}
@media (min-width: 992px)
{
	.about-details
	{
		padding-bottom: 100px;
		padding-top: 100px;
	}
}
.about-details h1
{
	margin-bottom: 10px;
}
.about-details p span
{
	color: #222222;
	display: inline-block;
	font-size: 16px;
	line-height: 2;
	padding-bottom: 25px;
	padding-top: 30px;
}
.about-details .data-chart
{
	margin-top: 50px;
}
.contactus
{
	padding-top: 80px;
}
@media (min-width: 992px)
{
	.contactus
	{
		padding-top: 100px;
	}
}
.page-contactus .sectionTitle
{
	margin-bottom: 20px;
}
.page-contactus .contact_sidebar .media-box
{
	margin-bottom: 20px;
	padding: 40px 30px;
}
.page-contactus .contact_sidebar .media-icon
{
	color: #4ac8ed;
	font-size: 30px;
	text-align: center;
	width: 30px;
}
.page-contactus .contact_sidebar .media-content
{
	padding-left: 45px;
}
.page-contactus .contact_sidebar .media-content h4
{
	margin-bottom: 10px;
}
.contactus
{
	margin-bottom: 80px;
}
.contactus form
{
	margin-bottom: 50px;
}
.contactus form input.form-control::-webkit-input-placeholder
{
	color: #b3b3b3;
}
.contactus form input.form-control:-moz-placeholder
{
	color: #b3b3b3;
}
.contactus form input.form-control::-moz-placeholder
{
	color: #b3b3b3;
}
.contactus form input.form-control:-ms-input-placeholder
{
	color: #b3b3b3;
}
#googleMap
{
	height: 460px;
	width: 100%;
}
.page-error .bredcrumb
{
	padding: 0;
}
.page-error .error
{
	padding-bottom: 100px;
	padding-top: 100px;
	text-align: center;
}
@media (min-width: 992px)
{
	.page-error .error
	{
		padding-bottom: 150px;
		padding-top: 150px;
	}
}
.page-error .error form
{
	position: relative;
}
.page-error .error form .btn-search
{
	top: 9px;
}
@media (min-width: 768px)
{
	.page-error .error form .btn-search
	{
		top: 16px;
	}
}
.page-error .error h1
{
	color: #4ac8ed;
	font-size: 100px;
	font-weight: 600;
}
.page-error .error p
{
	color: #222222;
	font-size: 30px;
	padding: 50px 0;
}
.page-error .error input
{
	margin-bottom: 50px;
}
.page-comingsoon
{
	padding: 100px 0;
}
.page-comingsoon .form_subscribe
{
	position: relative;
}
.page-comingsoon .form_subscribe i
{
	color: #4ac8ed;
}
.page-comingsoon .form_subscribe input
{
	border: none;
	box-shadow: 1.721px 2.457px 9px rgba(44, 40, 86, 0.1);
}
.page-comingsoon .form_subscribe input::-webkit-input-placeholder
{
	color: #848484;
}
.page-comingsoon .form_subscribe input:-moz-placeholder
{
	color: #848484;
}
.page-comingsoon .form_subscribe input::-moz-placeholder
{
	color: #848484;
}
.page-comingsoon .form_subscribe input:-ms-input-placeholder
{
	color: #848484;
}
.page-comingsoon .comingsoon h1
{
	margin-bottom: 15px;
	margin-top: 100px;
}
.page-comingsoon .count-down
{
	padding-bottom: 60px;
	padding-top: 60px;
}
.page-comingsoon .count-down .table-cell
{
	height: 150px;
	position: relative;
}
.page-comingsoon .count-down .tab-val
{
	background-color: #4ac8ed !important;
	border-color: #4ac8ed;
	color: #ffffff;
	font-size: 50px;
	height: 150px;
	line-height: 100px;
	width: 150px;
}
.page-comingsoon .count-down .tab-metr
{
	color: #ffffff !important;
	font-size: 16px;
	margin-top: -65px;
}
.page-comingsoon .form_subscribe
{
	margin: 0 80px 90px;
}

.page-services .bredcrumb, .page-service-details .bredcrumb
{
	padding: 0;
}
@media (min-width: 768px)
{
	.services .home-testimonial .bg-image .card
	{
		padding: 25px 5px;
	}
}
@media (min-width: 992px)
{
	.services .home-testimonial .bg-image .card
	{
		padding: 80px 40px;
	}
}
@media (min-width: 1200px)
{
	.services .home-testimonial .bg-image .card
	{
		padding: 100px 100px;
	}
}
.service_single-area
{
	padding-bottom: 80px;
	padding-top: 80px;
}
@media (min-width: 992px)
{
	.service_single-area
	{
		padding-bottom: 100px;
		padding-top: 100px;
	}
}
.service_single-area .service_details-desc h2
{
	margin-top: 40px;
}
.service_single-area .service_details-desc p
{
	margin-top: 30px;
}
.service_single-area .service_details-desc ul.styled_list
{
	margin-top: 30px;
}
.service_single-area .service_details-desc ul.styled_list i
{
	color: #4ac8ed;
}
.service_single-area .service_details-desc h4
{
	margin-top: 40px;
}
.sidebar .list-group
{
	margin-bottom: 40px;
}
@media (min-width: 768px)
{
	.sidebar .list-group
	{
		margin-bottom: 0;
	}
}
.sidebar .list-group .list-group-item
{
	margin-top: 10px;
}
.sidebar .list-group .list-group-item:first-child
{
	margin-top: 0;
}
.sidebar .list-group .list-group-item a
{
	color: #222222;
	font-size: 14px;
	font-weight: 600;
	padding-left: 20px;
	position: relative;
}
.sidebar .list-group .list-group-item a:before
{
	content: '\f0da';
	font-family: 'FontAwesome';
	left: 0;
	position: absolute;
}
.sidebar .list-group .list-group-item.active a
{
	color: #ffffff;
}
.page-projects .bredcrumb, .page-project-details .bredcrumb
{
	padding: 0;
}
.project-details
{
	padding-bottom: 80px;
	padding-top: 80px;
}
@media (min-width: 992px)
{
	.project-details
	{
		padding-bottom: 100px;
		padding-top: 100px;
	}
}
.project-details .bg-image
{
	height: 100%;
}
.project-details .bg-image:before
{
	background-color: rgba(10, 35, 59, 0.85);
}
.project-details h2
{
	margin-top: 40px;
}
.project-details p
{
	margin-top: 30px;
}
.project-details .col-md-4 > img
{
	margin-top: 30px;
}
.project_specification
{
	color: #ffffff;
	padding: 40px 30px;
	position: relative;
}
.project_specification h2
{
	margin-bottom: 30px;
	margin-top: 0;
}
.project_specification .row
{
	margin-top: 15px;
}
.page-team .bredcrumb, .page-member-details .bredcrumb
{
	padding: 0;
}
.member-details
{
	padding-bottom: 80px;
	padding-top: 80px;
}
@media (min-width: 992px)
{
	.member-details
	{
		padding-bottom: 100px;
		padding-top: 100px;
	}
}
.member_designation
{
	margin-bottom: 30px;
}
.member_designation h2
{
	margin-bottom: 5px;
	margin-top: 25px;
}
@media (min-width: 768px)
{
	.member_designation h2
	{
		margin-top: 0;
	}
}
.member_designation span
{
	font-style: italic;
}
.member_desc li
{
	display: block;
	float: unset;
	width: 100%;
}
.member_desc li i
{
	color: #4ac8ed;
	font-size: 14px;
}
.member_desc h4
{
	margin-top: 40px;
}
.member_desc p
{
	margin-top: 25px;
}
.media-box
{
	margin-bottom: 20px;
}
@media (min-width: 992px)
{
	.media-box
	{
		margin-bottom: 0;
	}
}
.member_contact
{
	margin-top: 40px;
	padding: 40px;
	position: relative;
}
.member_contact .media-icon
{
	color: #dae0e6;
	float: left;
	font-size: 32px;
	margin-right: 15px;
	position: relative;
	text-align: center;
	width: 30px;
}
.member_contact .media-content
{
	float: left;
	padding-left: 0;
}
.member_contact .media-content h5
{
	font-size: 15px;
}
.member_contact .media-content h5, .member_contact .media-content a
{
	color: #dae0e6;
}
@media (min-width: 992px)
{
	.member_contact .social-icons
	{
		text-align: right;
	}
}
.member_contact .social-icons .btn-social
{
	height: 40px;
	line-height: 40px;
	width: 40px;
}
.member_contact .social-icons .btn
{
	background-color: transparent;
	border: 1px solid;
	border-color: #999999;
	color: #dae0e6;
}
.member_contact .social-icons .btn:hover
{
	background-color: #4ac8ed;
	border-color: #4ac8ed;
	opacity: 1;
}
.blog-grid-2 .bredcrumb, .blog-grid-3 .bredcrumb, .blog-classic .bredcrumb, .blog-single-post .bredcrumb
{
	padding: 0;
}
.blog-grid
{
	padding-bottom: 80px;
	padding-top: 80px;
}
@media (min-width: 992px)
{
	.blog-grid
	{
		padding-bottom: 100px;
		padding-top: 100px;
	}
}
.blog-grid .card
{
	margin-bottom: 30px;
}
.blog-sidebar
{
	padding-left: 15px;
}
.blog-sidebar h4
{
	margin-top: 40px;
}
.blog-sidebar .list-group
{
	margin-top: 30px;
}
.blog-sidebar .media-box
{
	border-bottom: 1px solid;
	border-color: #e5e5e5;
	margin-top: 30px;
	padding-bottom: 20px;
}
.blog-sidebar .media-box .media-icon
{
	border-radius: 50%;
	height: 65px;
	overflow: hidden;
	width: 65px;
}
.blog-sidebar .media-box .media-content
{
	padding-left: 80px;
}
.blog-sidebar .media-box .media-content h6
{
	font-size: 15px;
	margin-bottom: 3px;
}
.blog-sidebar .tags
{
	margin-top: 20px;
}
.blog-sidebar .tags .btn
{
	color: #848484;
	margin-right: 10px;
	margin-top: 10px;
	text-transform: capitalize;
}
.blog-sidebar .tags .btn:hover
{
	background-color: #4ac8ed;
	border-color: #4ac8ed;
	color: #ffffff;
}
.blog-grid-3 .sidebar
{
	display: none;
}
.blog .btn-search
{
	right: 40px;
}
.pagination
{
	margin-top: 40px;
}
.blog-classic .video-button i
{
	border: 2px solid #ffffff;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 35px;
	height: 80px;
	line-height: 80px;
	padding-left: 10px;
	position: relative;
	text-align: center;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	width: 80px;
}
.blog-classic .video-button:hover i
{
	transform: scale(1.1);
	webkit-transform: scale(1.1);
}
.blog-classic .card.card-style2 .card-block
{
	padding-top: 25px;
}
.blog-classic .card.card-style2 .card-block:before
{
	display: none;
}
.blog-classic .card.card-style2 .card-block h4
{
	position: relative;
}
.blog-classic .card.card-style2 .card-block h4:before
{
	background-color: #4ac8ed;
	bottom: -10px;
	content: '';
	height: 2px;
	position: absolute;
	width: 50px;
}
.blog-classic .card.card-style2 .card-block p
{
	margin-bottom: 30px;
	margin-top: 30px;
}
.blog-classic .card.card-style2 .card-block .btn
{
	background-color: transparent;
}
.blog-classic .card.card-style2 .card-block .btn:hover
{
	background: #4ac8ed;
	border-color: #4ac8ed;
	color: #ffffff;
}
.blog-fullwidth .pagination
{
	margin-bottom: 20px;
}
.blog-fullwidth .blog-sidebar .media-box
{
	margin-top: 20px;
}
.blog-fullwidth .blog-sidebar .media-box .media-content h6
{
	margin-bottom: 6px;
	margin-top: 10px;
}
.blog-single-post .card.card-style3
{
	margin-bottom: 80px;
}
@media (min-width: 768px)
{
	.blog-single-post .card.card-style3
	{
		margin-bottom: 100px;
	}
}
.blog-single-post .card.card-style3 .card-block
{
	border: 1px solid #e5e5e5;
	padding-bottom: 30px;
	width: 93%;
}
.blog-single-post .card.card-style3 .card-block:before
{
	display: none;
}
.blog-single-post .card.card-style3 .card-block h2
{
	color: #222222;
	position: relative;
}
.blog-single-post .card.card-style3 .card-block h2:before
{
	background-color: #e5e5e5;
	bottom: -12px;
	content: '';
	height: 2px;
	position: absolute;
	width: 50px;
}
.blog-single-post .card.card-style3 .card-block p
{
	margin-top: 30px;
}
.blog-single-post .card.card-style3 .card-block blockquote
{
	border-color: transparent;
	border-left-color: #4ac8ed;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 30px 40px;
}
.blog-single-post .card.card-style3 .card-block blockquote p
{
	margin-top: 0;
}
.blog-single-post form input.form-control::-webkit-input-placeholder, .blog-single-post form textarea.form-control::-webkit-input-placeholder
{
	color: #b3b3b3;
}
.blog-single-post form input.form-control:-moz-placeholder, .blog-single-post form textarea.form-control:-moz-placeholder
{
	color: #b3b3b3;
}
.blog-single-post form input.form-control::-moz-placeholder, .blog-single-post form textarea.form-control::-moz-placeholder
{
	color: #b3b3b3;
}
.blog-single-post form input.form-control:-ms-input-placeholder, .blog-single-post form textarea.form-control:-ms-input-placeholder
{
	color: #b3b3b3;
}
.social-share
{
	color: #222222;
	margin-top: 30px;
}
.social-share ul.social-icons
{
	display: inline-block;
	margin-left: 10px;
}
.social-share ul.social-icons li
{
	display: inline-block;
	margin: 0 5px;
}
.social-share ul.social-icons li a.btn-social
{
	border: 1px solid #e5e5e5;
	color: #848484;
	font-size: 13px;
	line-height: 35px;
}
.social-share ul.social-icons li a.btn-social:hover
{
	background: #4ac8ed;
	border-color: #4ac8ed;
	box-shadow: none;
	color: #ffffff;
}
.comment
{
	padding-top: 25px;
}
.reply
{
	padding-top: 15px;
}
.comment_img, .reply_img
{
	display: inline-block;
	float: left;
	overflow: hidden;
}
@media (min-width: 768px)
{
	.comment_img, .reply_img
	{
		height: 80px;
		width: 80px;
	}
}
.reply
{
	padding-left: 80px;
}
@media (min-width: 768px)
{
	.reply
	{
		padding-left: 100px;
	}
}
.comment_title
{
	padding-left: 80px;
}
@media (min-width: 768px)
{
	.comment_title
	{
		padding-left: 100px;
	}
}
.reply_title
{
	padding-left: 60px;
}
@media (min-width: 768px)
{
	.reply_title
	{
		padding-left: 80px;
	}
}
.comment_title i, .reply_title i
{
	margin-right: 5px;
}
.comment_title h5, .reply_title h5
{
	padding-bottom: 10px;
}
.comment_title p, .reply_title p
{
	color: #848484;
	padding: 15px 0 10px;
}
.comment_title .btn, .reply_title .btn
{
	color: #4ac8ed;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	padding: 0;
}
.comment_title .btn:hover, .reply_title .btn:hover
{
	background-color: transparent;
	border: 0 solid #4ac8ed;
	box-shadow: none;
}
.blog-single-post form.comment_box
{
	margin-top: 30px;
}
.blog-single-post form.comment_box h3
{
	margin-bottom: 30px;
}
body.default
{
	background-attachment: fixed;
	background-image: url("../img/patterns/pattern1.png");
	background-position: center;
	background-repeat: repeat;
}
body.pattern-01
{
	background-attachment: fixed;
	background-image: url("../img/patterns/pattern2.png");
	background-position: center;
	background-repeat: repeat;
}
body.pattern-02
{
	background-attachment: fixed;
	background-image: url("../img/patterns/pattern3.png");
	background-position: center;
	background-repeat: repeat;
}
body.pattern-03
{
	background-attachment: fixed;
	background-image: url("../img/patterns/pattern4.png");
	background-position: center;
	background-repeat: repeat;
}
body.pattern-04
{
	background-attachment: fixed;
	background-image: url("../img/patterns/pattern5.png");
	background-position: center;
	background-repeat: repeat;
}
body.pattern-06
{
	background-attachment: fixed;
	background-image: url("../img/patterns/006.png");
	background-position: center;
	background-repeat: repeat;
}
body.pattern-07
{
	background-attachment: fixed;
	background-image: url("../img/patterns/007.png");
	background-position: center;
	background-repeat: repeat;
}
body.pattern-05
{
	background-attachment: fixed;
	background-image: url("../img/patterns/005.png");
	background-position: center;
	background-repeat: repeat;
}


/*******************************************************************************
  -	SCROLL TO TOP STYLES    -
********************************************************************************/

/* Scroll to top
---------------------------------- */
.scrollToTop {
    color: #fff;
    position: fixed;
    bottom: 30px !important;
    right: 20px !important;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(51,204,255, 1);
    z-index: 1005;
    display: none;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-color: #263585;
    box-shadow: inset 0 10px 10px rgba(0,0,0,.075), 0 0 8px rgba(255,255,255, .10);
    -webkit-box-shadow: inset 0 10px 10px rgba(0,0,0,.075), 0 0 10px rgba(255,255,255, .10);
    transition: border-color 0.9s, box-shadow 0.9s;
    -webkit-transition: border-color 0.7s, box-shadow 0.7s;
}

.scrollToTop i {
  line-height: 40px;
  font-size: 20px;
}

.scrollToTop:hover {
    color: #263585;
    background-color: rgba(51,204,255, 1);
    box-shadow: inset 0 10px 10px rgba(0,0,0,.075), 0 0 8px rgba(51,204,255, 1);
    -webkit-box-shadow: inset 0 10px 10px rgba(0,0,0,.075), 0 0 10px rgba(51,204,255, 1);
    transition: border-color 0.9s, box-shadow 0.9s;
    -webkit-transition: border-color 0.7s, box-shadow 0.7s;
}

.circle-scroll-top {
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
}


.ui-dialog {
    position: relative;
    height: auto;
    width: 300px;
    top: -542.36px;
    right: 50px !important;
}


.ui-dialog-titlebar, #dialog {
    color: #ffffff;
    background-color: rgba(38, 185, 154, 0.88);
    border-color: rgba(38, 185, 154, 0.88);
    padding: 10px 20px;
}


button.ui-dialog-titlebar-close {
    visibility: hidden;
}


/*NOTIFICATION CSS*/
.ui-pnotify {
    top: 25px;
    right: 25px;
    position: absolute;
    height: auto;
    z-index: 9999;
}
/* Hides position: fixed from IE6 */

html > body > .ui-pnotify {
    position: fixed;
}

.ui-pnotify .ui-pnotify-shadow {
    -webkit-box-shadow: 0 2px 10px rgba(38, 185, 154, 0.55);
    -moz-box-shadow: 0 2px 10px rgba(38, 185, 154, 0.55);
    box-shadow: 0 2px 10px rgba(38, 185, 154, 0.55);
}

.ui-pnotify-container {
    background-position: 0 0;
    padding: .8em;
    height: 100%;
    margin: 0;
}

.ui-pnotify-sharp {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-pnotify-title {
    display: block;
    margin-bottom: .4em;
    margin-top: 0;
}

.ui-pnotify-text {
    display: block;
}

.ui-pnotify-icon,
.ui-pnotify-icon span {
    display: block;
    float: left;
    margin-right: .2em;
}

.ui-pnotify.stack-topleft,
.ui-pnotify.stack-bottomleft {
    left: 25px;
    right: auto;
}

.ui-pnotify.stack-bottomright,
.ui-pnotify.stack-bottomleft {
    bottom: 25px;
    top: auto;
}

.ui-pnotify-closer,
.ui-pnotify-sticker {
    float: right;
    margin-left: .2em;
}

.alert-success {
    color: #ffffff;
    background-color: rgba(38, 185, 154, 1);
    border-color: rgba(38, 185, 154, 1);
}

.alert-danger,
.alert-error {
    color: #E9EDEF;
    background-color: rgba(231, 76, 60, 1);
    border-color: rgba(231, 76, 60, 1);
}


.ui-pnotify-title{
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.ui-pnotify-icon > span.fa,
.ui-pnotify-sticker > span.fa,
.ui-pnotify-closer > span.fa{
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.ui-pnotify-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;
}

.alert.ui-pnotify-container {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/**************MODAL STYLES ******************************/
.modal-content {
    position: relative;
    background-color: #0a233b;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    color: #fff;
}


.modal-content {
    box-shadow: none;
    border-radius: 5px;
    border: solid 10px rgba(51,204,255, 0.6);
}



#messengerModal {
    position: fixed;
    top: 150px;
    left: auto; /* <-- Reset the default left value */
    right: 15px;
}



.modal-content.modal-alert {
    text-align: center;
    color: #fff;
    position: relative;
    background-color: ##216eb8;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(204,150,17,.5);
    box-shadow: 0 3px 9px rgba(204,150,17,.5);
    width: 280px;
}

.modal-content.modal-alert .modal-title {
    color: #263585;
    font-weight: bold;
}

h4.modal-title {
    color: #fff;
}

.modal-content.modal-alert {
    box-shadow: none;
    border-radius: 0;
    border: solid 5px rgba(95, 202, 74, 0.9);
}

.modal-content.modal-alert .modal-header {
    border-bottom: none; 
}

.modal-header > button.close {
    color: #fff;
}


@media (min-width: 768px)
{
    #messengerModal .modal-dialog {
        width: 280px; /* New width for default modal */
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-content.modal-alert {
        -webkit-box-shadow: 0 5px 15px rgba(204,150,17,.5);
        box-shadow: 0 5px 15px rgba(204,150,17,.5);
        height: 50px;
    }

    .modal-body.body-alert {
        padding: 10px;
    }
}


.form-control.has-danger {
    border: 1px solid #dc3545;
    -webkit-box-shadow: 0 0 5px 1px rgba(204,51,51,.85) !important;
    -moz-box-shadow: 0 0 5px 1px rgba(204,51,51,.85) !important;
    box-shadow: 0 0 5px 1px rgba(204,51,51,.85) !important;
}



/******************************************************************
*    ERROR CSS
******************************************************************/
.page-error .bredcrumb,
.page-info .bredcrumb{
  padding: 0;
}

.page-error .error,
.page-info .info {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-error .error h1,
.page-info .info h1 {
  color: #4ac8ed;
  font-size: 100px;
  font-weight: 600;
}

.page-error .error p,
.page-info .info p {
  color: #222222;
  font-size: 30px;
  padding: 50px 0;
}

.page-error .error input,
.page-info .info input {
  margin-bottom: 50px;
}


.form-group.has-error{
    border: 1px solid #a94442;
    -webkit-box-shadow: 0 0 15px 5px rgba(169, 68, 66,0.75);
    -moz-box-shadow: 0 0 15px 5px rgba(169, 68, 66,0.75);
    box-shadow: 0 0 15px 5px rgba(169, 68, 66,0.75);
}

input.form-control.has-error, textarea.form-control.has-error, select.form-control.has-error {
    border: 1px solid #a94442;
    -webkit-box-shadow: 0 0 15px 5px rgba(169, 68, 66,0.75);
    -moz-box-shadow: 0 0 15px 5px rgba(169, 68, 66,0.75);
    box-shadow: 0 0 15px 5px rgba(169, 68, 66,0.75);
}



.panel {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.panel > .panel-heading {
  font-weight: 400;
  text-transform: uppercase;
  padding: 14px 10px;
}
.panel-heading > .panel-title {
  height: auto;
  font-size: 0.813em;
}
.panel > .panel-footer {
  border-color: #ecedf0;
}
.modal-footer .btn + .btn {
  margin-bottom: 5px;
}
.panel .actions {
  position: absolute;
  right: 30px;
  top: 8px;
}
.panel .actions i {
  font-size: 0.875em;
  margin: 0 3px;
}
.panel .actions i:hover {
  cursor: pointer;
}
.panel > .panel-footer {
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px;
}
.panel .panel-body .h1 {
  float: none;
}
.panel-default > .panel-heading {
  border-color: #eff2f7;
  background: #fff;
  color: #767676;
}
.panel-default .actions i {
  color: #909aa0;
  margin: 0 3px;
}
.panel-default .actions i:hover {
  cursor: pointer;
  color: #767676;
}
.panel-default > .panel-footer {
  border-color: #eff2f7;
  background: #fff;
  color: #767676;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #556b8d;
  border-color: #556b8d;
}
.panel-primary {
  border-color: #1abc9c;
}
.panel-primary > .panel-heading a,
.panel-primary > .panel-heading a:hover {
  color: #ffffff;
}
.panel-solid-default > .panel-body,
.panel-solid-default > .panel-footer,
.panel-solid-default > .panel-heading {
  background: #909aa0;
  border: none;
  color: #ffffff;
}
.panel-solid-primary > .panel-body,
.panel-solid-primary > .panel-footer,
.panel-solid-primary > .panel-heading {
  background: #556b8d;
  color: #fff;
  border: none;
}
.panel-solid-success > .panel-body,
.panel-solid-success > .panel-footer,
.panel-solid-success > .panel-heading {
  background: #27b6af;
  color: #fff;
  border: none;
}
.panel-solid-warning > .panel-body,
.panel-solid-warning > .panel-footer,
.panel-solid-warning > .panel-heading {
  background: #edce8c;
  color: #fff;
  border: none;
}
.panel-solid-info > .panel-body,
.panel-solid-info > .panel-footer,
.panel-solid-info > .panel-heading {
  background: #1f7bb6;
  color: #fff;
  border: none;
}
.panel-solid-danger > .panel-body,
.panel-solid-danger > .panel-footer,
.panel-solid-danger > .panel-heading {
  background: #e25d5d;
  color: #fff;
  border: none;
}
.panel-gradient-default > .panel-body {
  background: #909aa0;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #909aa0 25%, #a4aaad 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #909aa0), color-stop(100%, #a4aaad));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #909aa0 25%, #a4aaad 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #909aa0 25%, #a4aaad 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #909aa0 25%, #a4aaad 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #909aa0 25%, #a4aaad 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@defaultColor', endColorstr='#a4aaad', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.panel-gradient-primary > .panel-body {
  background: #1abc9c;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #1abc9c 25%, #87d5ab 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #1abc9c), color-stop(100%, #87d5ab));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #1abc9c 25%, #87d5ab 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #1abc9c 25%, #87d5ab 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #1abc9c 25%, #87d5ab 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #1abc9c 25%, #87d5ab 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1abc9c', endColorstr='#87d5ab', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.panel-gradient-success > .panel-body {
  background: #2dcc70;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #2dcc70 25%, #27ad5f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #2dcc70), color-stop(100%, #27ad5f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #2dcc70 25%, #27ad5f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #2dcc70 25%, #27ad5f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #2dcc70 25%, #27ad5f 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #2dcc70 25%, #27ad5f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dcc70', endColorstr='#27ad5f', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.panel-gradient-warning > .panel-body {
  background: #f1c40f;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f1c40f 25%, #e0af0f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #f1c40f), color-stop(100%, #e0af0f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #f1c40f 25%, #e0af0f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #f1c40f 25%, #e0af0f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #f1c40f 25%, #e0af0f 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #f1c40f 25%, #e0af0f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1c40f', endColorstr='#e0af0f', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.panel-gradient-info > .panel-body {
  background: #3598db;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #3598db 25%, #0e7bce 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #3598db), color-stop(100%, #0e7bce));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #3598db 25%, #0e7bce 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #3598db 25%, #0e7bce 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #3598db 25%, #0e7bce 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #3598db 25%, #0e7bce 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3598db', endColorstr='#0e7bce', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.panel-gradient-info > .panel-body a:link,
.panel-gradient-info > .panel-body a:visited {
  color: #fff;
  text-decoration: none;
}
.panel-gradient-info > .panel-body a:hover,
.panel-gradient-info > .panel-body a:active {
  color: #fff;
  text-decoration: underline;
}
.panel-gradient-danger > .panel-body {
  background: #e84c3d;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #e84c3d 25%, #d34639 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #e84c3d), color-stop(100%, #d34639));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #e84c3d 25%, #d34639 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #e84c3d 25%, #d34639 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #e84c3d 25%, #d34639 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #e84c3d 25%, #d34639 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e84c3d', endColorstr='#d34639', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}



div.dataTables_length label {
	font-weight: normal;
	text-align: left;
    display: inline-block;
}

div.dataTables_length select {
	width: 75px;
    display: inline-block;
}

div.dataTables_filter label {
	font-weight: normal;
	float: right;
    display: inline-block;
}

div.dataTables_filter input {
	width: 16em;
    display: inline-block;
    margin-left: 5px;
}

div.dataTables_info {
	padding-top: 8px;
}

div.dataTables_paginate {
	float: right;
	margin: 0;
}

div.dataTables_paginate ul.pagination {
	margin: 2px 0;
	white-space: nowrap;
}

table.dataTable,
table.dataTable td,
table.dataTable th {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


table.dataTable {
	clear: both;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	max-width: none !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
}




table.dataTable thead th.sorting { background: url('../plgns/datatables-bootstrap/images/sort_both.png') no-repeat center right; }
table.dataTable thead th.sorting_asc { background: url('../plgns/datatables-bootstrap/images/sort_asc.png') no-repeat center right; }
table.dataTable thead th.sorting_desc { background: url('../plgns/datatables-bootstrap/images/sort_desc.png') no-repeat center right; }

table.dataTable thead th.sorting_asc_disabled { background: url('../plgns/datatables-bootstrap/images/sort_asc_disabled.png') no-repeat center right; }
table.dataTable thead th.sorting_desc_disabled { background: url('../plgns/datatables-bootstrap/images/sort_desc_disabled.png') no-repeat center right; }



