/* Bizmate - HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Main Slider
3. Page Title
4. Welcome Services
5. About Us
6. Funfacts
7. Services
8. Call to action
9. Projects
10. Team
11. Video 
12. Testimonial
13. Blog
14. Consultation
15. Google Map
16. Footer


**********************************************/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Poppins:400,400i,500,500i,600,600i,700,700i,800');

/*font-family: 'Poppins', sans-serif;
font-family: 'Montserrat', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('bootstrap.css');
@import url('jquery.fancybox.min.css');
@import url('animate.css');
@import url('hover.css');
@import url('owl.css');
@import url('custom-animate.css');


/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size: 15px;
	color: #777777;
	line-height: 1.8em;
	font-weight: 400;
	background: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #1bb1dc;
}

.no-padding {
	padding: 0px !important;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.6em;
	font-family: 'Poppins', sans-serif;
	color: #111;
}

input,
button,
select,
textarea {}

button:focus {
	outline: none;
}

p {
	position: relative;
	line-height: 1.8em;
}

.text {
	font-size: 14px;
	color: #666;
}

.border-bottom {
	border-bottom: 1px solid #ddd !important;
}

.strike-through {
	text-decoration: line-through;
}

.row-5 {
	margin: 0 -5px;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	background: #fff;
	z-index: 9;
	overflow: hidden;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}


.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.grey-bg {
	background-color: #f6f6f6 !important;
}

.grey-deep-bg {
	background-color: #f2f2f2 !important;
}

.grey-light-bg {
	background-color: #f8f8f8 !important;
}

.gradient-bg {
	background-image: linear-gradient(3deg, #000000 34%, #064e79 100%) !important;
}

.gradient-two-bg {
	background-image: linear-gradient(to top, #537895 0%, #09203f 100%) !important;
}

.image-bg {
	background-repeat: no-repeat;
	background-size: cover;
}

.black-bg {
	background-color: #101010 !important;
}

.black-bg-2 {
	background-color: #1c1c1c !important;
}

.black-bg-3 {
	background-color: #1a1a1a !important;
}

.black-bg-4 {
	background-color: #323239 !important;
}

.theme-bg {
	background-color: #1bb1dc !important;
}

.bg-style-two {
	position: relative;
}

.bg-style-two:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-color: rgb(240, 240, 240);
}

.bg-style-two:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-color: rgba(240, 240, 240, 0.3);
}

/* section padding */

.sp-one {
	padding: 100px 0;
}

.sp-two {
	padding: 100px 0 70px;
}

.sp-three {
	padding: 100px 0 50px;
}

.sp-four {
	padding: 100px 0 0px;
}

.sp-five {
	padding: 0px 0 100px;
}

.sp-six {
	padding: 0px 0 70px;
}

.projects-block-one.mix {
	display: none;
}

.projects-block-two.mix {
	display: none;
}

.theme-color {
	color: #1bb1dc;
}

img {
	display: inline-block;
	max-width: 100%;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.svg);
}

/*** Scroll To Top style ***/

.scroll-top {
	width: 55px;
	height: 55px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 18px;
	border-radius: 50%;
	z-index: 99;
	display: none;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: #1bb1dc;
	-webkit-animation: pulse 2s infinite;
	-o-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
}

.scroll-top span:before {
	font-size: 27px;
}

.scroll-top:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


/* parallax-one */

.parallax-one {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax-one:before {
	position: absolute;
	content: '';
	background: rgba(30, 67, 152, 0.8);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/* parallax-two */

.parallax-two {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.parallax-two:before {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/* parallax-three */

.parallax-three {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.parallax-three:before {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.05);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}



/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
	width: 100%;
	font-size: 14px;
	font-style: normal;
	height: 50px;
	padding: 7px 20px;
	line-height: 30px;
	color: #333333;
	border-radius: 0px;
	border: 1px solid #e5e5e5;
	background: #ffffff;
}

.form-group .ui-button .ui-icon {
	background: none;
	position: relative;
	top: 3px;
	text-indent: 0px;
	color: #333333;
}

.form-group .ui-button .ui-icon:before {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 0px;
	top: 2px !important;
	top: 13px;
	width: 10px;
	height: 20px;
	display: block;
	color: #333333;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.ui-widget.ui-widget-content {
	border: 1px solid #e0e0e0;
	font-family: 'Poppins', sans-serif;
}

.ui-menu .ui-menu-item {
	font-size: 14px;
	border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
	border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
	background-color: #1bb1dc;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 24px;
}

.ui-menu-item:hover {
	background-color: #17519d;
}

/* owl controll */

.owl-dots-none .owl-dots {
	display: none;
}

/* style one */

.owl-dot-style-one .owl-dots {
	position: relative;
	text-align: center;
}

.owl-dot-style-one .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.owl-dot-style-one .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #1bb1dc;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.owl-dot-style-one .owl-dots .owl-dot.active span,
.owl-dot-style-one .owl-dots .owl-dot:hover span {
	background: #1bb1dc;
	border-color: #1bb1dc;
}

/* style two */

.owl-dot-style-two .owl-dots {
	position: relative;
	text-align: center;
	line-height: 15px;
}

.owl-dot-style-two .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.owl-dot-style-two .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #e8e8e8;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.owl-dot-style-two .owl-dots .owl-dot span:before {
	position: absolute;
	content: '';
	background: #e8e8e8;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: 3px;
	top: 3px;
}

.owl-dot-style-two .owl-dots .owl-dot.active span,
.owl-dot-style-two .owl-dots .owl-dot:hover span {
	background: #1bb1dc;
	border-color: #1bb1dc;
}

/* owl nav */

.owl-nav-none .owl-nav {
	display: none;
}

.owl-nav-style-one .owl-nav {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.owl-nav-style-one .owl-nav .owl-next,
.owl-nav-style-one .owl-nav .owl-prev {
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 8px;
	display: inline-block;
	line-height: 46px;
	border: 1px solid #f0f0f0;
	text-align: center;
	font-size: 24px;
	color: #949494;
	border-radius: 50%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.owl-nav-style-one .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-one .carousel-outer:hover .owl-nav .owl-prev {
	opacity: 1;
	visibility: visible;
}

.owl-nav-style-one .owl-nav .owl-prev {
	left: 0px;
}

.owl-nav-style-one .owl-nav .owl-next {
	right: 0px;
}

.owl-nav-style-one .owl-nav .owl-next:hover,
.owl-nav-style-one .owl-nav .owl-prev:hover {
	color: #1bb1dc;
	border-color: #1bb1dc;
}

/* nav style tow */

.owl-nav-style-two .owl-nav {
	padding: 0px;
	text-align: center;
	bottom: 100%;
	top: inherit;
	position: absolute;
	left: inherit;
	right: 0;
}

.owl-nav-style-two .owl-nav .owl-next,
.owl-nav-style-two .owl-nav .owl-prev {
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 8px 30px;
	display: inline-block;
	line-height: 46px;
	border: 1px solid #f0f0f0;
	text-align: center;
	font-size: 24px;
	color: #949494;
	border-radius: 50%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.owl-nav-style-two .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-two .carousel-outer:hover .owl-nav .owl-prev {
	opacity: 1;
	visibility: visible;
}

.owl-nav-style-two .owl-nav .owl-prev {
	left: 0px;
}

.owl-nav-style-two .owl-nav .owl-next {
	right: 0px;
}

.owl-nav-style-two .owl-nav .owl-next:hover,
.owl-nav-style-two .owl-nav .owl-prev:hover {
	color: #1bb1dc;
	border-color: #1bb1dc;
}


/*** Fancy Box ***/

.fancybox-next span,
.fancybox-prev span {
	background-image: none !important;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
	content: '';
	position: absolute;
	font-family: 'FontAwesome';
	left: 0px;
	top: 0px;
	font-size: 12px;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	background-color: rgba(28, 28, 28, 0.40) !important;
	color: #ffffff;
	visibility: visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before {
	content: '\f178';
}

.fancybox-prev span:before {
	content: '\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
	background-color: #ffffff !important;
	color: #000000;
}

.fancybox-type-image .fancybox-close {
	right: 0px;
	top: 0px;
	width: 45px;
	height: 45px;
	background: url(../images/icons/icon-cross.png) center center no-repeat;
	background-color: rgba(17, 17, 17, 0.50) !important;
}

.fancybox-type-image .fancybox-close:hover {
	background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
	padding: 0px !important;
}



/* margin */

.mt-5 {
	margin-top: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-45 {
	margin-top: 45px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-55 {
	margin-top: 55px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-65 {
	margin-top: 65px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-75 {
	margin-top: 75px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-55 {
	margin-bottom: 55px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-65 {
	margin-bottom: 65px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-75 {
	margin-bottom: 75px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

.ml-25 {
	margin-left: 25px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.ml-35 {
	margin-left: 35px !important;
}

.ml-40 {
	margin-left: 40px !important;
}

.ml-45 {
	margin-left: 45px !important;
}

.ml-50 {
	margin-left: 50px !important;
}

.ml-55 {
	margin-left: 55px !important;
}

.ml-60 {
	margin-left: 60px !important;
}

.ml-65 {
	margin-left: 65px !important;
}

.ml-70 {
	margin-left: 70px !important;
}

.ml-75 {
	margin-left: 75px !important;
}

.ml-80 {
	margin-left: 80px !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.mr-25 {
	margin-right: 25px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.mr-35 {
	margin-right: 35px !important;
}

.mr-40 {
	margin-right: 40px !important;
}

.mr-45 {
	margin-right: 45px !important;
}

.mr-50 {
	margin-right: 50px !important;
}

.mr-55 {
	margin-right: 55px !important;
}

.mr-60 {
	margin-right: 60px !important;
}

.mr-65 {
	margin-right: 65px !important;
}

.mr-70 {
	margin-right: 70px !important;
}

.mr-75 {
	margin-right: 75px !important;
}

.mr-80 {
	margin-right: 80px !important;
}

/* padding */

.pt-5 {
	padding-top: 5px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-25 {
	padding-top: 25px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-35 {
	padding-top: 35px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-45 {
	padding-top: 45px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pt-55 {
	padding-top: 55px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pt-65 {
	padding-top: 65px !important;
}

.pt-70 {
	padding-top: 70px !important;
}

.pt-75 {
	padding-top: 75px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-25 {
	padding-bottom: 25px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-35 {
	padding-bottom: 35px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pb-45 {
	padding-bottom: 45px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pb-55 {
	padding-bottom: 55px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pb-65 {
	padding-bottom: 65px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pb-75 {
	padding-bottom: 75px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pl-5 {
	padding-left: 5px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.pl-15 {
	padding-left: 15px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.pl-25 {
	padding-left: 25px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

.pl-35 {
	padding-left: 35px !important;
}

.pl-40 {
	padding-left: 40px !important;
}

.pl-45 {
	padding-left: 45px !important;
}

.pl-50 {
	padding-left: 50px !important;
}

.pl-55 {
	padding-left: 55px !important;
}

.pl-60 {
	padding-left: 60px !important;
}

.pl-65 {
	padding-left: 65px !important;
}

.pl-70 {
	padding-left: 70px !important;
}

.pl-75 {
	padding-left: 75px !important;
}

.pl-80 {
	padding-left: 80px !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pr-15 {
	padding-right: 15px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.pr-25 {
	padding-right: 25px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.pr-35 {
	padding-right: 35px !important;
}

.pr-40 {
	padding-right: 40px !important;
}

.pr-45 {
	padding-right: 45px !important;
}

.pr-50 {
	padding-right: 50px !important;
}

.pr-55 {
	padding-right: 55px !important;
}

.pr-60 {
	padding-right: 60px !important;
}

.pr-65 {
	padding-right: 65px !important;
}

.pr-70 {
	padding-right: 70px !important;
}

.pr-75 {
	padding-right: 75px !important;
}

.pr-80 {
	padding-right: 80px !important;
}

.px-5 {
	padding: 0 5px !important;
}



/*

element css

1- section title
2- button style
3- list style
4- social icon
6- tab style
7- accordion
8- page pagination
9- filter style
10- video-box




/*
================================== 
1.section title 
==================================
*/

.sec-title {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 10px;
}

.sec-title:before {
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	background-color: #f2ae1b;
	left: 0;
	bottom: 0;
}

.sec-title.centered:before {
	left: 50%;
	transform: translateX(-50%);
}

.sec-title.small {
	margin-bottom: 40px;
}

.sec-title .btn-style-one {
	position: relative;
	padding: 4px 18px;
	font-size: 14px;
	border-radius: 3px;
	margin-bottom: 16px;
	text-transform: none;
	font-family: 'Montserrat', sans-serif;
}

.sec-title h1 {
	font-size: 46px;
	font-weight: 600;
	line-height: 1.1em;
}

.sec-title.light h1 {
	color: #fff;
}

.sec-title h2 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.1em;
}

.sec-title.light h2 {
	color: #fff;
}

.sec-title h5 {
	font-size: 12px;
	color: #666;
	padding-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
}

.sec-title.light h5 {
	color: #fff;
}

.sec-title.centered {
	text-align: center;
}

.sec-title.small h2 {
	font-size: 24px;
}

.sec-title .text {
	margin-top: 25px;
}

.sec-title.with-sep {
	position: relative;
}

.sec-title.with-sep:after {
	content: "";
	position: absolute;
	top: 48px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #1bb1dc;
}

.welcome-title {
	text-align: center;
	margin-bottom: 40px;
}

.welcome-title h2 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: 600;
}

/* inner page title */

.inner-page-title {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.inner-page-title h4 {
	font-size: 22px;
	color: #000000;
	font-weight: 500;
	line-height: 1.2em;
	text-transform: capitalize;
}

.inner-page-title:before {
	position: absolute;
	content: '';
	background: #ddd;
	height: 1px;
	width: 100%;
	bottom: 0;
}

.inner-page-title:after {
	position: absolute;
	content: '';
	background: #1bb1dc;
	height: 2px;
	width: 40px;
	bottom: 0;
}

.sec-title-two h5 {
	font-size: 12px;
	color: #1bb1dc;
	font-family: 'Montserrat', sans-serif;
	margin-top: 15px;
	font-weight: 500;
}

.sec-title-two h3 {
	position: relative;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 40px;
}

.sec-title-two h3:before {
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	background-color: #f2ae1b;
	left: 0;
	bottom: 0;
}

/*
================================== 
2.button Style One 
==================================
*/

.btn-style-one {
	position: relative;
	padding: 11px 40px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	background: #1bb1dc;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #1bb1dc;
	font-family: 'Poppins', sans-serif;
}

.btn-style-one:hover {
	color: #ffffff;
	background: #101010;
	border-color: #101010;
}

/*Btn Style One*/

.btn-style-two {
	position: relative;
	padding: 11px 40px;
	border-radius: 25px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	background: #1bb1dc;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #1bb1dc;
	font-family: 'Poppins', sans-serif;
}

.btn-style-two:hover {
	color: #ffffff;
	background: #101010;
	border-color: #101010;
}

/*Btn Style three*/

.btn-style-three {
	position: relative;
	padding: 11px 40px;
	line-height: 24px;
	color: #1bb1dc;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	background: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #1bb1dc;
	font-family: 'Poppins', sans-serif;
}

.btn-style-three:hover {
	color: #ffffff;
	border-color: #1bb1dc;
	background-color: #1bb1dc;
}

/*Btn Style four*/

.btn-style-four {
	position: relative;
	padding: 11px 40px;
	line-height: 24px;
	border-radius: 25px;
	color: #1bb1dc;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	background: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #1bb1dc;
	font-family: 'Poppins', sans-serif;
}

.btn-style-four:hover {
	color: #ffffff;
	border-color: #1bb1dc;
	background-color: #1bb1dc;
}

/*Btn Style five*/

.btn-style-five {
	position: relative;
	padding: 11px 40px;
	line-height: 24px;
	color: #1bb1dc;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	background: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #ffffff;
	font-family: 'Poppins', sans-serif;
}

.btn-style-five:hover {
	color: #ffffff;
	background: #1bb1dc;
	border-color: #1bb1dc;
}

/*Btn Style six*/

.btn-style-six {
	position: relative;
	padding: 11px 40px;
	line-height: 24px;
	color: #1bb1dc;
	text-align: center;
	border-radius: 25px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	background: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #ffffff;
	font-family: 'Poppins', sans-serif;
}

.btn-style-six:hover {
	color: #ffffff;
	background: #1bb1dc;
	border-color: #1bb1dc;
}

/*Btn Style seven*/

.btn-style-seven {
	position: relative;
	padding: 11px 40px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	background: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #fff;
	font-family: 'Poppins', sans-serif;
}

.btn-style-seven:hover {
	color: #ffffff;
	border-color: #1bb1dc;
	background-color: #1bb1dc;
}

/*Btn Style eight*/

.btn-style-eight {
	position: relative;
	padding: 11px 40px;
	line-height: 24px;
	border-radius: 25px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	background: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #fff;
	font-family: 'Poppins', sans-serif;
}

.btn-style-eight:hover {
	color: #ffffff;
	border-color: #1bb1dc;
	background-color: #1bb1dc;
}

/*Btn Style nine*/

.btn-style-nine {
	position: relative;
	padding: 11px 40px;
	line-height: 24px;
	color: #1bb1dc;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	background: #f7f7f7;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #f7f7f7;
	font-family: 'Poppins', sans-serif;
}

.btn-style-nine:hover {
	color: #ffffff;
	background: #1bb1dc;
	border-color: #1bb1dc;
}

/*Btn Style ten*/

.btn-style-ten {
	position: relative;
	padding: 11px 40px;
	line-height: 24px;
	color: #1bb1dc;
	text-align: center;
	border-radius: 25px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	background: #f7f7f7;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #f7f7f7;
	font-family: 'Poppins', sans-serif;
}

.btn-style-ten:hover {
	color: #ffffff;
	background: #1bb1dc;
	border-color: #1bb1dc;
}

/*Btn Style eleven*/

.btn-style-eleven {
	position: relative;
	padding: 11px 40px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	background: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid rgba(255, 255, 255, 0.5);
	font-family: 'Poppins', sans-serif;
}

.btn-style-eleven:hover {
	color: #ffffff;
	border-color: #1bb1dc;
	background-color: #1bb1dc;
}

/*Btn Style twelve*/

.btn-style-twelve {
	position: relative;
	padding: 11px 40px;
	line-height: 24px;
	border-radius: 25px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	background: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid rgba(255, 255, 255, 0.5);
	font-family: 'Poppins', sans-serif;
}

.btn-style-twelve:hover {
	color: #ffffff;
	border-color: #1bb1dc;
	background-color: #1bb1dc;
}

/*Btn Style thirteen*/

.btn-style-thirteen {
	position: relative;
	padding: 11px 40px;
	line-height: 24px;
	color: #222;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	background: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 1px solid #e8e8e8;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
}

.btn-style-thirteen:hover {
	color: #ffffff;
	border-color: #1bb1dc;
	background-color: #1bb1dc;
}

/*Btn Style fourteen*/

.btn-style-fourteen {
	position: relative;
	padding: 11px 40px;
	line-height: 24px;
	border-radius: 25px;
	color: #222;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	background: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 1px solid #e8e8e8;
	font-family: 'Poppins', sans-serif;
}

.btn-style-fourteen:hover {
	color: #ffffff;
	border-color: #1bb1dc;
	background-color: #1bb1dc;
}

/*Btn Style fifteen*/

.btn-style-fifteen {
	position: relative;
	padding: 0px 12px;
	line-height: 25px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	background: #1bb1dc;
	border-radius: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #1bb1dc;
	font-family: 'Poppins', sans-serif;
}

.btn-style-fifteen:hover {
	color: #1bb1dc;
	background: transparent;
	border-color: #1bb1dc;
}

/*
================================== 
3.list style
==================================
*/

.list-style-one {
	position: relative;
}

.list-style-one li {
	position: relative;
	color: #111;
	font-size: 15px;
	font-weight: 500;
	padding-left: 28px;
	margin-bottom: 15px;
}

.list-style-one li:before {
	position: absolute;
	content: '\f046';
	left: 0px;
	top: 0px;
	font-size: 16px;
	color: #111;
	font-family: 'FontAwesome';
}

/*List Style Two*/

.list-style-two {
	position: relative;
	margin-bottom: 30px;
}

.list-style-two li {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	padding-left: 20px;
	margin-bottom: 6px;
}

.list-style-two li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 10px;
	height: 5px;
	width: 5px;
	background: #1bb1dc;
	font-family: 'FontAwesome';
	transform: rotate(-45deg);
}

/*List Style Three*/

.list-style-three {
	position: relative;
	margin-bottom: 30px;
}

.list-style-three li {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	padding-left: 20px;
	margin-bottom: 6px;
}

.list-style-three li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 10px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #1bb1dc;
	font-family: 'FontAwesome';
}

.list-style-three li:nth-child(2):before {
	background-color: #fd5075;
}

.list-style-three li:nth-child(3):before {
	background-color: #11e6a2;
}

/*List Style four*/

.list-style-four {
	position: relative;
}

.list-style-four li {
	position: relative;
	margin-bottom: 12px;
	color: #848484;
	font-size: 14px;
	font-weight: 400;
	padding-left: 35px;
	line-height: 2em;
}

.list-style-four li i {
	position: absolute;
	left: 0px;
	top: 4px;
	color: #1bb1dc;
	font-size: 22px;
	line-height: 1.2em;
}

/*List Style five*/

.list-style-five {
	position: relative;
}

.list-style-five li {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	padding-left: 28px;
	margin-bottom: 10px;
}

.list-style-five li:before {
	position: absolute;
	content: '\f192';
	left: 0px;
	top: 0px;
	font-size: 16px;
	color: #1bb1dc;
	font-family: 'FontAwesome';
}

/*
================================== 
4.social icon
==================================
*/

/* social icon one */

.social-icon-one {
	position: relative;
}

.social-icon-one li {
	position: relative;
	margin: 0 7px;
	display: inline-block;
}

.social-icon-one li a {
	position: relative;
	color: #666;
	font-size: 16px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover {
	color: #1bb1dc;
}

/*Social Icon Two*/

.social-icon-two {
	position: relative;
}

.social-icon-two li {
	position: relative;
	margin: 0 7px;
	display: inline-block;
}

.social-icon-two li a {
	position: relative;
	color: #1bb1dc;
	font-size: 16px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-two li a:hover {
	color: #1bb1dc;
}

/*Social Icon Three*/

.social-icon-three {
	position: relative;
}

.social-icon-three li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.social-icon-three li a {
	position: relative;
	width: 40px;
	height: 40px;
	color: #848484;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background: #f4f4f4;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-three li a:hover {
	color: #ffffff;
	background-color: #1bb1dc;
}

/*Social Icon Four*/

.social-icon-four {
	position: relative;
}

.social-icon-four li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.social-icon-four li a {
	position: relative;
	width: 40px;
	height: 40px;
	color: #1bb1dc;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background: #f4f4f4;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-four li a:hover {
	color: #ffffff;
	background-color: #1bb1dc;
}

/*Social Icon Five*/

.social-icon-five {
	position: relative;
}

.social-icon-five li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.social-icon-five li a {
	position: relative;
	width: 40px;
	height: 40px;
	color: #848484;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #eee;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-five li a:hover {
	color: #ffffff;
	background-color: #1bb1dc;
}

/*Social Icon Six*/

.social-icon-six {
	position: relative;
}

.social-icon-six li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.social-icon-six li a {
	position: relative;
	width: 40px;
	height: 40px;
	color: #1bb1dc;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #eee;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-six li a:hover {
	color: #ffffff;
	background-color: #1bb1dc;
}

/* social icon seven */

.social-icon-seven {
	position: relative;
}

.social-icon-seven li {
	position: relative;
	margin: 0 7px;
	display: inline-block;
}

.social-icon-seven li a {
	position: relative;
	color: #fff;
	font-size: 16px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-seven li a:hover {
	color: #1bb1dc;
}

/*social icon eight*/

.social-icon-eight {
	position: relative;
}

.social-icon-eight li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.social-icon-eight li a {
	position: relative;
	width: 40px;
	height: 40px;
	color: #ffffff;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #fff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-eight li a:hover {
	color: #ffffff;
	background-color: #1bb1dc;
	border-color: #1bb1dc;
}

/* social-icon nine */

.social-icon-nine {
	display: flex;
	flex-wrap: wrap;
}

.social-icon-nine li {
	margin: 0 7px;
}

.social-icon-nine .fa {
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
}

.social-icon-nine .fa:hover {
	opacity: 0.7;
}

.social-icon-nine .fa-facebook {
	background: #3B5998;
	color: white;
}

.social-icon-nine .fa-twitter {
	background: #55ACEE;
	color: white;
}

.social-icon-nine .fa-google {
	background: #dd4b39;
	color: white;
}

.social-icon-nine .fa-linkedin {
	background: #007bb5;
	color: white;
}

.social-icon-nine .fa-youtube {
	background: #bb0000;
	color: white;
}

.social-icon-nine .fa-instagram {
	background: #125688;
	color: white;
}

.social-icon-nine .fa-pinterest {
	background: #cb2027;
	color: white;
}

.social-icon-nine .fa-snapchat-ghost {
	background: #fffc00;
	color: white;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.social-icon-nine .fa-skype {
	background: #00aff0;
	color: white;
}

.social-icon-nine .fa-android {
	background: #a4c639;
	color: white;
}

.social-icon-nine .fa-dribbble {
	background: #ea4c89;
	color: white;
}

.social-icon-nine .fa-vimeo {
	background: #45bbff;
	color: white;
}

.social-icon-nine .fa-tumblr {
	background: #2c4762;
	color: white;
}

.social-icon-nine .fa-vine {
	background: #00b489;
	color: white;
}

.social-icon-nine .fa-foursquare {
	background: #45bbff;
	color: white;
}

.social-icon-nine .fa-stumbleupon {
	background: #eb4924;
	color: white;
}

.social-icon-nine .fa-flickr {
	background: #f40083;
	color: white;
}

.social-icon-nine .fa-yahoo {
	background: #430297;
	color: white;
}

.social-icon-nine .fa-soundcloud {
	background: #ff5500;
	color: white;
}

.social-icon-nine .fa-reddit {
	background: #ff5700;
	color: white;
}

.social-icon-nine .fa-rss {
	background: #ff6600;
	color: white;
}

/* Social-icon Fourteen */

.social-icon-ten {
	display: flex;
	flex-wrap: wrap;
}

.social-icon-ten li {
	margin: 0 7px;
}

.social-icon-ten .fa {
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
}

.social-icon-ten .fa:hover {
	opacity: 0.7;
}

.social-icon-ten .fa-facebook {
	background: #3B5998;
	color: white;
}

.social-icon-ten .fa-twitter {
	background: #55ACEE;
	color: white;
}

.social-icon-ten .fa-google {
	background: #dd4b39;
	color: white;
}

.social-icon-ten .fa-linkedin {
	background: #007bb5;
	color: white;
}

.social-icon-ten .fa-youtube {
	background: #bb0000;
	color: white;
}

.social-icon-ten .fa-instagram {
	background: #125688;
	color: white;
}

.social-icon-ten .fa-pinterest {
	background: #cb2027;
	color: white;
}

.social-icon-ten .fa-snapchat-ghost {
	background: #fffc00;
	color: white;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.social-icon-ten .fa-skype {
	background: #00aff0;
	color: white;
}

.social-icon-ten .fa-android {
	background: #a4c639;
	color: white;
}

.social-icon-ten .fa-dribbble {
	background: #ea4c89;
	color: white;
}

.social-icon-ten .fa-vimeo {
	background: #45bbff;
	color: white;
}

.social-icon-ten .fa-tumblr {
	background: #2c4762;
	color: white;
}

.social-icon-ten .fa-vine {
	background: #00b489;
	color: white;
}

.social-icon-ten .fa-foursquare {
	background: #45bbff;
	color: white;
}

.social-icon-ten .fa-stumbleupon {
	background: #eb4924;
	color: white;
}

.social-icon-ten .fa-flickr {
	background: #f40083;
	color: white;
}

.social-icon-ten .fa-yahoo {
	background: #430297;
	color: white;
}

.social-icon-ten .fa-soundcloud {
	background: #ff5500;
	color: white;
}

.social-icon-ten .fa-reddit {
	background: #ff5700;
	color: white;
}

.social-icon-ten .fa-rss {
	background: #ff6600;
	color: white;
}

/*
================================== 
6.tab style
==================================
*/

.default-tabs {
	position: relative;
}

.default-tabs.style-three {
	border: 1px solid #f4f4f4;
}

.default-tabs nav {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: #f8f7ee;
	box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}

@media only screen and (min-width: 768px) {
	.default-tabs nav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
		z-index: 1;
	}
}

@media only screen and (min-width: 960px) {
	.default-tabs nav {
		position: relative;
		float: none;
		background: transparent;
		box-shadow: none;
	}
}

.default-tabs-navigation {
	width: 360px;
}

.default-tabs-navigation:after {
	content: "";
	display: table;
	clear: both;
}

.default-tabs-navigation li {
	float: left;
}

.default-tabs-navigation a {
	position: relative;
	display: block;
	height: 60px;
	width: 60px;
	text-align: center;
	font-size: 12px;
	font-size: 0.75rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	color: #848484;
	padding-top: 34px;
}

.no-touch .default-tabs-navigation a:hover {
	color: #29324e;
	background-color: rgba(233, 230, 202, 0.3);
}

.default-tabs-navigation a.selected {
	background-color: #ffffff !important;
	box-shadow: inset 0 2px 0 #f05451;
	color: #29324e;
}

@media only screen and (min-width: 768px) {
	.default-tabs-navigation {
		/* move the nav to the left on medium sized devices */
		width: 80px;
		float: left;
	}

	.default-tabs-navigation a {
		height: 80px;
		width: 80px;
		padding-top: 46px;
	}

	.default-tabs-navigation a.selected {
		box-shadow: inset 2px 0 0 #1bb1dc;
	}

	.default-tabs-navigation a::before {
		top: 22px;
	}
}

@media only screen and (min-width: 960px) {
	.default-tabs-navigation {
		/* tabbed on top on big devices */
		width: auto;
		background-color: #f8f7ee;
		box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
	}

	.default-tabs-navigation a {
		height: 60px;
		line-height: 60px;
		width: auto;
		text-align: left;
		font-size: 15px;
		padding: 0 2.8em 0 4.6em;
	}

	.default-tabs-navigation a.selected {
		box-shadow: inset 0 2px 0 #f05451;
	}

	.default-tabs-navigation a::before {
		top: 50%;
		margin-top: -10px;
		margin-left: 0;
		left: 38px;
	}
}

.default-tabs-content {
	background: #ffffff;
}

.default-tabs-content li {
	display: none;
	padding: 1.4em;
	border: 1px solid #f0f0f0;
}

.default-tabs-content li.selected {
	display: block;
	-webkit-animation: default-fade-in 0.5s;
	-moz-animation: default-fade-in 0.5s;
	animation: default-fade-in 0.5s;
}

.default-tabs-content li p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.6;
	color: #848484;
	margin-bottom: 2em;
}

@media only screen and (min-width: 768px) {
	.default-tabs-content {
		min-height: 480px;
	}

	.default-tabs-content li {
		padding: 2em 2em 2em 7em;
	}
}

@media only screen and (min-width: 960px) {
	.default-tabs-content {
		min-height: 0;
	}

	.default-tabs-content li {
		padding: 3em;
	}

	.default-tabs-content li p {
		font-size: 16px;
	}
}

@-webkit-keyframes default-fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes default-fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes default-fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*
================================== 
7.accordion style 
==================================
*/

.accordion-box {
	position: relative;
}

.accordion-box .block {
	position: relative;
	padding-top: 0px;
	margin-bottom: 20px;
}

.accordion-box .block:last-child {
	margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
	position: relative;
	font-size: 18px;
	cursor: pointer;
	line-height: 1.2em;
	color: #222;
	font-weight: 600;
	padding: 20px 30px 20px;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
}

.accordion-box .block .acc-btn.active {
	background: #ffffff;
}

.accordion-box .block .icon-outer {
	position: absolute;
	right: 30px;
	top: 36px;
	font-size: 25px;
	color: #222222;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	font-size: 18px;
	color: #222222;
	line-height: 1em;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.accordion-box .block .icon-outer .icon_plus {
	opacity: 1;
}

.accordion-box .block .icon-outer .icon_minus {
	opacity: 0;
	color: #1bb1dc;
	font-weight: 700;
}

.accordion-box .block .acc-btn.active .icon-outer .icon_minus {
	opacity: 1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon_plus {
	opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {
	color: #ff4747;
}

.accordion-box .block .acc-content {
	position: relative;
	display: none;
	padding: 0 20px;
	padding-left: 55px;
}

.accordion-box .block .acc-content .content-text {
	padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content {
	position: relative;
	font-size: 14px;
	padding: 30px 0px 0px 0px;
}

.accordion-box .block .content .text {
	margin-bottom: 20px;
}


/*Accordian Style Two*/

.accordion-box.style-two {
	border: 0px;
}

.accordion-box.style-two .block {
	margin-bottom: 20px;
	padding: 15px 0px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: #fff;
}

.accordion-box.style-two .block .acc-btn {
	color: #000000;
}

.accordion-box.style-two .block .content p {
	color: #adadad;
	font-size: 16px;
	line-height: 1.9em;
}

/*Accordian Style Three*/

.accordion-box.style-three {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 70px;
}

.accordion-box.style-three .block {
	padding-left: 0px;
}

.accordion-box.style-three .block .acc-btn {
	font-weight: 400;
}

.accordion-box.style-three .block .icon-outer {
	right: 0px;
}

/*Accordian Style Four*/

.accordion-box.style-four {
	border: 0px;
}

.accordion-box.style-four .block {
	border: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.accordion-box.style-four .block .acc-btn {
	padding: 13px 20px;
	background-color: #f7f7f7;
}

.accordion-box.style-four .block .icon-outer .icon {
	font-size: 20px;
	margin-top: -20px;
}

.accordion-box.style-four .block .icon-outer {
	right: 30px;
	top: 36px;
}

.accordion-box.style-four .block .acc-btn.active .icon-outer .icon_plus {
	opacity: 1;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion-box.style-four .block .content {
	padding: 20px 20px;
	border: 1px solid #f4f4f4;
	border-top: 0px;
}

/*Accordian Style Five*/

.accordion-box.style-five {
	position: relative;
	padding: 0px 30px;
	border: 0px;
	background-color: #f7f7f7;
}

.accordion-box.style-five .block {
	padding: 0px 0px;
}

.accordion-box.style-five .block:last-child .acc-content {
	padding-bottom: 25px;
}

.accordion-box.style-five .block .acc-btn {
	padding-right: 0px;
	padding-left: 40px;
	padding-top: 19px;
	padding-bottom: 19px;
}

.accordion-box.style-five .block .acc-btn.active {
	color: #1bb1dc;
}

.accordion-box.style-five .block .acc-btn.active .icon-outer {
	background-color: #1bb1dc;
}

.accordion-box.style-five .block .icon-outer {
	left: 0px;
	top: 50%;
	right: auto;
	width: 20px;
	height: 20px;
	color: #ffffff;
	line-height: 21px;
	border-radius: 50%;
	text-align: center;
	margin-top: -10px;
	background-color: #cccccc;
}

.accordion-box.style-five .block .icon-outer .icon {
	left: 0px;
	top: 19px;
	width: 20px;
	height: 20px;
	color: #ffffff;
}

.accordion-box.style-five .block .content {
	background-color: #ffffff;
	margin-top: 0px;
	padding: 25px 40px;
}

/*
================================== 
8.page pagination
==================================
*/

.page_pagination {
	text-align: center;
	margin-bottom: 50px;
}

.page_pagination li {
	display: inline-block;
	margin: 0 4px;
}

.page_pagination li a {
	width: 55px;
	height: 55px;
	line-height: 55px;
	display: block;
	border: 1px solid rgba(229, 229, 229, 0.57);
	text-align: center;
	color: #848484;
	font-size: 18px;
}

.page_pagination li a.active,
.page_pagination li a:hover {
	color: #fff;
	background: #1bb1dc;
}

/*style tow*/

.page_pagination_two {
	text-align: center;
	margin-bottom: 50px;
}

.page_pagination_two li {
	display: inline-block;
	margin: 0 4px;
}

.page_pagination_two li a {
	width: 55px;
	height: 55px;
	line-height: 55px;
	display: block;
	border-radius: 50%;
	border: 1px solid rgba(229, 229, 229, 0.57);
	text-align: center;
	color: #848484;
	font-size: 18px;
}

.page_pagination_two li a.active,
.page_pagination_two li a:hover {
	color: #fff;
	background: #1bb1dc;
}

/*style three*/

.page_pagination_three {
	text-align: center;
	margin-bottom: 50px;
}

.page_pagination_three li {
	display: inline-block;
	margin: 0 4px;
}

.page_pagination_three li a {
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 50%;
	display: block;
	text-align: center;
	background: #f7f8f9;
	color: #333;
	font-size: 18px;
	font-weight: 700;
}

.page_pagination_three li a.active,
.page_pagination_three li a:hover {
	color: #fff;
	background: #1bb1dc;
}

/*
================================== 
9.filter style
==================================
*/

.filter-tabs {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	margin-bottom: 40px;
	justify-content: center;
}

.filter-tabs li {
	padding: 0;
	margin: 0px 20px 0px;
}

.filter-tabs li.active {}

.filter-tabs li span {
	color: #111;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	border-radius: 22px;
	font-family: 'Poppins', sans-serif;
	display: block;
	cursor: pointer;
	transition: .5s ease;
}

.filter-tabs li:last-child span {
	border-right: 0px;
}

.filter-tabs.style-2 li span {
	color: #fff;
}

.filter-tabs li:hover span,
.filter-tabs li.active span {
	color: #1bb1dc;
	transition: .5s ease;
}

.filter-tabs li span i {
	font-size: 14px;
	margin-right: 5px;
}

/* style two */
.filter-tabs-two {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	margin-bottom: 40px;
	justify-content: center;
}

.filter-tabs-two li {
	padding: 0;
	margin: 0px 7px 10px;
}

.filter-tabs-two li.active {}

.filter-tabs-two li span {
	color: #464646;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	padding: 8px 25px;
	background: #e6e8eb;
	border-radius: 22px;
	font-family: 'Poppins', sans-serif;
	display: block;
	cursor: pointer;
	transition: .5s ease;
}

.filter-tabs-two li:last-child span {
	border-right: 0px;
}

.filter-tabs-two li:hover span,
.filter-tabs-two li.active span {
	color: #ffffff;
	background: #1bb1dc;
	border-color: #1bb1dc;
	transition: .5s ease;
}

.filter-tabs-two li span i {
	font-size: 14px;
	margin-right: 5px;
}

/*
================================== 
10.video box
==================================
*/

.video-image-box .image {
	position: relative;
}

.video-image-box img {
	display: block;
	width: 100%;
}

.video-image-box .image .overlay-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	display: flex;
	height: 100%;
	font-size: 50px;
	align-items: center;
	justify-content: center;
	color: #1bb1dc;
	text-align: center;
	background: rgba(0, 0, 0, 0.50);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.video-image-box .image .overlay-link:hover {
	background: rgba(0, 0, 0, 0.30);
}

.video-image-box .image .overlay-link .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -30px;
	margin-left: -30px;
	width: 60px;
	background: #fff;
	height: 60px;
	border-radius: 50%;
	line-height: 60px;
	font-size: 29px;
	color: #1bb1dc;
	padding-left: 5px;
}

/* video-box */

.default-video-box {
	margin-bottom: 40px;
}

.default-video-box a {
	color: #fff;
	font-size: 60px;
	position: relative;
	display: inline-block;
}


/*** 

====================================================================
  Main Header style
====================================================================

***/

.main-header {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

/*Sticky Header*/

.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	background: #ffffff;
	z-index: 0;
	border-bottom: 1px solid #e0e0e0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sticky-header .logo {
	padding: 15px 0px;
}

.fixed-header .sticky-header {
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.main-header.fixed-header .main-menu {
	padding-top: 0px;
}

.main-header .header-upper {
	position: relative;
	z-index: 5;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header .header-upper .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.main-header .logo-outer {
	position: relative;
	z-index: 25;
	padding: 34px 0px;
}

.main-header .logo-outer .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.main-header .header-upper .upper-right {
	position: relative;
}

.main-header .header-info {
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 5;
	border-bottom: 1px solid #f0f0f0;
}

.main-header .nav-outer {
	position: relative;
}

.main-menu {
	position: relative;
	float: left;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	padding: 45px 15px;
}

.main-header .sticky-header .main-menu .navigation>li {
	margin: 0px;
	border: 0px;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #262626;
	line-height: 30px;
	font-weight: 600;
	opacity: 1;
	text-transform: uppercase;
	padding: 0px 0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>a span {
	font-size: 22px;
	line-height: 25px;
	position: relative;
	top: 2px;
}

.main-menu .navigation>li:first-child>a {
	padding-left: 0px;
}

.main-header .sticky-header .main-menu .navigation>li {
	padding: 0px;
}

.main-header .sticky-header .main-menu .navigation>li>a {
	color: #181818;
	padding: 26px 18px !important;
	line-height: 30px;
	font-size: 16px;
	font-weight: 600;
	min-height: 0px;
	background: none;
	border: 0px;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
	color: #1bb1dc;
	opacity: 1;
}

.main-header .sticky-header .main-menu .navigation>li:hover>a,
.main-header .sticky-header .main-menu .navigation>li.current>a,
.main-header .sticky-header .main-menu .navigation>li.current-menu-item>a {
	color: #1bb1dc;
	background: #ffffff !important;
	opacity: 1;
}

.main-menu .navigation>li:hover>a:after {
	opacity: 1;
}

.main-header .sticky-header .main-menu .navigation>li>ul:before {
	display: none;
}

.main-header .sticky-header .main-menu .navigation>li>ul {
	top: 100% !important;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 270px;
	padding: 20px 0px;
	z-index: 100;
	display: none;
	background: #ffffff;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	padding: 0px 35px;
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 12px 0px;
	line-height: 24px;
	font-weight: 600;
	font-size: 16px;
	color: #222222;
	text-align: left;
	padding-right: 0px !important;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.main-menu .navigation>li>ul>li>a:hover {
	color: #ffffff;
	background: #1bb1dc;
	padding-left: 20px;
}

.main-menu .navigation>li>ul>li ul {
	position: absolute;
	left: 100%;
	top: 0%;
	width: 250px;
	z-index: 100;
	display: none;
	background: #ffffff;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul:before {
	position: absolute;
	content: '';
	right: 100%;
	top: 0px;
	width: 20px;
	height: 100%;
}

.main-menu .navigation>li>ul>li>ul li {
	position: relative;
	width: 100%;
	padding: 7px 30px;
	border-bottom: 1px solid #f2f2f2;
}

.main-menu .navigation>li>ul>li>ul li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li a {
	position: relative;
	display: block;
	padding: 6px 0px;
	line-height: 24px;
	font-weight: 400;
	font-size: 16px;
	color: #262626;
	text-align: left;
	padding-right: 0px !important;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li a:hover {
	color: #1bb1dc;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
}

.main-menu .navigation li>ul>li.dropdown:hover ul {
	visibility: visible;
	opacity: 1;
	left: 100%;
	top: 0%;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 0;
	width: 50px;
	height: 43px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
	font-size: 16px;
	line-height: 43px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.main-header .outer-box {
	position: relative;
	float: left;
	margin-left: 15px;
	margin-top: 12px;
}

.navbar-header {
	display: none;
}


/* ====================== search box btn ===========================*/

.main-header .search-box-outer {
	position: relative;
	left: 3px;
	display: inline-block;
	padding: 3px 0;
	padding-left: 30px;
	border-left: 1px solid #ddd;
}

.main-header .search-box-btn {
	position: relative;
	font-size: 20px;
	line-height: 28px;
	color: #222;
	cursor: pointer;
	display: inline-block;
	padding: 7px 0px 6px;
	background: transparent;
	border-radius: 50px 0px 0px 50px;
}

.main-header .search-box-outer .dropdown-menu {
	top: 15px !important;
	padding: 0px;
	left: inherit !important;
	right: 0;
	width: 280px;
	border-radius: 0px;
	background: #f7f8f9;
}

.main-header .search-panel .form-container {
	padding: 25px 20px;
}

.main-header .search-panel .form-group {
	position: relative;
	margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 9px 50px 9px 15px;
	height: 44px;
	border: 1px solid #ffffff;
	border-radius: 3px;
	background: #ffffff;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
	border-color: #1bb1dc;
}

.main-header .search-panel .search-btn {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 50px;
	height: 42px;
	text-align: center;
	color: #1bb1dc;
	background: #ffffff;
	font-size: 14px;
	border-radius: 0px 3px 3px 0px;
	cursor: pointer;
}

.dropdown-toggle::after {
	display: none;
}

/* header-upper style two */

.header-upper.style-two .main-menu .navigation>li>a {}

.main-header .header-upper.style-two .outer-box {
	margin-top: 36px;
}


/* =============== Mobile menu ===================== */


@media only screen and (max-width: 991px) {

	.fixed-header .sticky-header {
		display: none !important;
	}

	.main-menu .navbar-header {
		position: relative;
		float: none;
		display: block;
		text-align: left;
		width: 100%;
		top: 0px;
		z-index: 12;
	}

	.main-header .logo-outer {
		padding: 15px 0 0;
		text-align: center;
		width: 100%;
	}

	.main-header .header-upper .upper-right {
		position: relative;
		width: 100%;
		padding-top: 0px;
	}

	.main-header .main-menu {
		width: 100%;
	}

	.main-menu .navbar-header .navbar-toggle {
		display: inline-block;
		z-index: 7;
		float: none;
		padding: 4px 5px;
		cursor: pointer;
		margin: 0px 0px 10px 0px;
		border-radius: 0px;
		background: #fff;
	}

	.main-menu .navbar-header .navbar-toggle .icon-bar {
		background: #1bb1dc;
		height: 2px;
		width: 29px;
		display: block;
		margin: 7px 5px;
	}

	.main-menu .collapse {
		max-height: 310px;
		overflow: auto;
		float: none;
		width: 100%;
		padding: 0px 0px 0px;
		border: none;
		margin: 0px;
		-ms-border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
	}

	.main-menu .navbar-collapse>.navigation {
		float: none !important;
		margin: 0px !important;
		width: 100% !important;
		background: #333;
		border: 1px solid #ffffff;
		border-top: none;
	}

	.main-menu .navbar-collapse>.navigation>li {
		margin: 0px !important;
		float: none !important;
		width: 100%;
	}

	.main-menu .navigation>li>a,
	.main-menu .navigation>li>ul:before {
		border: none;
	}

	.main-menu .navbar-collapse>.navigation>li>a {
		padding: 10px 10px !important;
		border: none !important;
	}

	.main-menu .navigation li.dropdown>a:after,
	.main-menu .navigation>li.dropdown>a:before,
	.main-menu .navigation>li>ul>li>a::before,
	.main-menu .navigation>li>ul>li>ul>li>a::before {
		color: #ffffff !important;
		right: 15px;
		font-size: 16px;
		display: none !important;
	}

	.main-menu .navbar-collapse>.navigation>li>ul,
	.main-menu .navbar-collapse>.navigation>li>ul>li>ul {
		position: relative;
		border: none;
		float: none;
		visibility: visible;
		opacity: 1;
		display: none;
		margin: 0px;
		padding: 0px;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		width: 100%;
		background: #333333;
		-webkit-border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		-o-transition: none !important;
		-moz-transition: none !important;
		box-shadow: none !important;
	}

	.main-menu .navbar-collapse>.navigation>li>ul,
	.main-menu .navbar-collapse>.navigation>li>ul>li>ul {
		/* border-top:1px solid rgba(255,255,255,1) !important; */
	}

	.main-menu .navbar-collapse>.navigation>li,
	.main-menu .navbar-collapse>.navigation>li>ul>li,
	.main-menu .navbar-collapse>.navigation>li>ul>li>ul>li {
		border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
		opacity: 1 !important;
		top: 0px !important;
		padding-top: 0;
		padding-bottom: 0;
		left: 0px !important;
		visibility: visible !important;
		border-bottom: none;
	}

	.main-menu .navbar-collapse>.navigation>li:first-child {
		border: none;
	}

	.main-menu .navbar-collapse>.navigation>li>a,
	.main-menu .navbar-collapse>.navigation>li>ul>li>a,
	.main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a {
		padding: 10px 10px !important;
		line-height: 22px;
		color: #b8b8b8;
		/* background:#1bb1dc; */
		text-align: left;
		min-height: 0px;
	}

	.main-menu .navbar-collapse>.navigation>li>a:hover,
	.main-menu .navbar-collapse>.navigation>li>a:active,
	.main-menu .navbar-collapse>.navigation>li>a:focus {
		/* background:#1bb1dc; */
	}

	.main-menu .navbar-collapse>.navigation>li:hover>a,
	.main-menu .navbar-collapse>.navigation>li>ul>li:hover>a,
	.main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a,
	.main-menu .navbar-collapse>.navigation>li.current>a,
	.main-menu .navbar-collapse>.navigation>li.current-menu-item>a {
		/* background:#1bb1dc; */
		color: #ffffff !important;
	}

	.main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn {
		display: block;
	}

	.main-menu .navbar-collapse>.navigation li.dropdown:after,
	.main-menu .navigation>li>ul:before,
	.main-header .info-box:after,
	.services-section-two .owl-dots {
		display: none !important;
	}

	/* search outer */
	.main-header .outer-box {
		position: absolute;
		right: 0px;
		top: -7px;
		margin-top: 0px;
		z-index: 15;
	}

	.main-header .header-upper.style-two .outer-box {
		margin-top: 0;
	}

	.main-header .search-box-outer .dropdown-menu {
		top: 7px !important;
	}

	/* header info */

	.header-contact-info ul li {
		margin-top: 20px;
	}

	.main-header .header-info .float-left {
		width: 100%;
		text-align: center;
	}

	.main-header .header-info {
		margin-bottom: 10px;
	}

}
































































/*
=================================================
  5. header-style
=================================================
*/

.header-top {
	position: relative;
	font-size: 13px;
	padding: 15px 0px;
	background: #f0f0f0;
}

.header-top.black-bg {
	background: #222;
}

.header-top a {
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-top .top-left {
	line-height: 50px;
}

.header-top .links-nav li {
	position: relative;
	margin-right: 25px;
	font-size: 14px;
	color: #111;
	display: inline-block;
	line-height: 26px;
}

.header-top .links-nav li:last-child {
	padding-right: 0px;
	border-right: 0px;
}

.header-top .top-right .links-nav li {
	margin-right: 0px;
	margin-left: 25px;
}

.header-top .links-nav li a {
	position: relative;
	line-height: 26px;
	font-size: 13px;
	color: #000;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: .5s;
	transition: .5s;
}

.header-top.black-bg .links-nav li a {
	color: #fff;
}

.header-top .links-nav li a:hover {
	color: #1bb1dc;
	-webkit-transition: .5s;
	transition: .5s;
}

.header-top .links-nav li i {
	padding-right: 8px;
	font-size: 16px;
	color: #1bb1dc;
}

.header-top .link-btn,
.header-top .text,
.header-top .social-links {
	display: inline-block;
}

.header-top .text,
.header-top .link-btn {
	margin-left: 25px;
}

.header-top .text {
	color: #111;
}

.header-top .social-links a {
	position: relative;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	color: #111;
	padding: 0px 10px;
	line-height: 26px;
}

.header-top .social-links a:last-child {
	padding-right: 0px;
}

.header-top a:hover {
	color: #1bb1dc;
}

.header-top .theme-btn {
	background-color: #f5b01b;
	border-color: #f5b01b;
}


.header-top .theme-btn:hover {
	background-color: #1bb1dc;
	border-color: #1bb1dc;
	color: #fff;
}



@media only screen and (max-width: 767px) {

	.header-top .top-left,
	.header-top .top-right {
		width: 100%;
		text-align: center;
	}
}

/* header lower */

.header-info {
	padding: 30px 0;
}

.header-info .main-logo a {
	display: block;
	line-height: inherit;
	height: inherit;
	padding: 0;
}

.header-contact-info {
	overflow: hidden;
}

.header-contact-info ul {}

.header-contact-info ul li {
	border-right: 1px solid #f7f7f7;
	display: inline-block;
	float: left;
	margin-right: 25px;
	padding-right: 25px;
	padding-left: 30px;
	position: relative;
}

.header-contact-info ul li:last-child {
	margin-right: 0;
	border-right: none;
	padding-right: 0;
}

.header-contact-info ul li .iocn-holder {
	position: absolute;
	left: 0;
	top: 5px;
}

.header-contact-info ul li .iocn-holder span {
	color: #1bb1dc;
	display: block;
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	transition: all 500ms ease 0s;
	width: 25px;
	margin: 0;
	padding: 0;
}

.header-contact-info ul li .iocn-holder span.top-envelop {
	font-size: 40px;
}

.header-contact-info ul li:hover .iocn-holder span {
	color: #2b2c36;
}

.header-contact-info ul li .iocn-holder,
.header-contact-info ul li .text-holder {}

.header-contact-info ul li .text-holder {
	padding-left: 10px;
}

.header-contact-info ul li .text-holder h6 {
	color: #222222;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	margin: 0 0 5px;
}

.header-contact-info ul li .text-holder p {
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	line-height: 16px;
	font-family: 'Poppins', sans-serif;
}

/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section {
	position: relative;
}

.banner-carousel {
	position: relative;
}

.banner-carousel .slide-item {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner-carousel .content-box {
	position: relative;
}

.banner-carousel .content-box .inner {
	position: relative;
	margin-right: -65px;
	padding: 200px 0;
}

.banner-carousel .content-box .link-btn {
	position: relative;
	opacity: 0;
	margin-bottom: 15px;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-carousel .active .content-box .link-btn {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-carousel .active .content-box .link-btn .theme-btn {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #fff;
	background: #1bb1dc;
	padding: 10px 30px;
	border-radius: 3px;
}

.banner-carousel .content-box h2 {
	position: relative;
	display: block;
	font-size: 46px;
	line-height: 56px;
	color: #111;
	font-weight: 600;
	opacity: 0;
	margin-bottom: 20px;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-carousel .active .content-box h2 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-carousel .content-box .text {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 34px;
	color: #111111;
	font-weight: 400;
	opacity: 0;
	margin-bottom: 50px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
}

.banner-carousel .active .text {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-carousel .link-box {
	position: relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.banner-carousel .active .link-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-carousel .link-box .theme-btn {
	font-size: 16px;
	font-weight: 500;
	color: #111;
	line-height: 50px;
	margin-right: 20px;
}

.banner-carousel .link-box .theme-btn i {
	color: #fff;
	font-size: 24px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background: #f5b01b;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
}

.banner-carousel .owl-dots {
	display: none;
}

.banner-carousel .owl-dots {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	text-align: center;
	display: none;
}

.banner-carousel .owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -25px;
	z-index: 99;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-carousel:hover .owl-nav {
	opacity: 1;
}

.banner-carousel .owl-prev,
.banner-carousel .owl-next {
	position: absolute;
	top: 0;
	left: 50px;
	height: 60px;
	width: 60px;
	font-size: 24px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.25);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-carousel .owl-next {
	left: auto;
	right: 50px;
}

.banner-carousel .owl-prev:hover,
.banner-carousel .owl-next:hover {
	background-color: #ffffff;
	color: #222222;
}

/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title {
	position: relative;
	color: #ffffff;
	padding: 155px 0px 100px;
	background-color: #fafafa;
	background-size: cover;
	background-position: center center;
	text-align: center;
}

.page-title:before {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-title h1 {
	position: relative;
	font-size: 52px;
	line-height: 1em;
	font-weight: 600;
	margin-bottom: 15px;
	letter-spacing: 1px;
	color: #ffffff;
	text-transform: capitalize;
}

.page-title .bread-crumb {
	position: relative;
}

.page-title .bread-crumb li {
	position: relative;
	display: inline-block;
	line-height: 30px;
	margin-left: 20px;
	color: #1bb1dc;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
}

.page-title .bread-crumb li:before {
	content: '/';
	position: absolute;
	right: -21px;
	top: 0px;
	width: 20px;
	text-align: center;
	line-height: 30px;
}

.page-title .bread-crumb li:first-child {
	margin-left: 0px;
}

.page-title .bread-crumb li:last-child:before {
	display: none;
}

.page-title .bread-crumb li a {
	color: #1bb1dc;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.page-title .bread-crumb li a:hover {
	color: #1bb1dc;
}


/*** 

====================================================================
	Welcome Style
====================================================================

***/


.services-block-one {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.services-block-one .inner-box {
	padding-bottom: 30px;
}

.services-block-one .image {
	position: relative;
	min-height: 80px;
	margin-bottom: 10px;
}

.services-block-one h5 {
	position: relative;
	font-size: 12px;
	color: #1bb1dc;
	margin-bottom: 4px;
	font-family: 'Montserrat', sans-serif;
}

.services-block-one h4 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.services-block-one h4 a {
	color: #111;
	transition: .5s ease;
}

.services-block-one h4 a:hover {
	color: #f5b01b;
}

.services-block-one h4:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 45px;
	height: 1px;
	background-color: #f5b01b;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transform: translateX(-50%);
}

.services-block-one:hover h4:after {
	width: 80px;
}



/*** 

====================================================================
	About Us Style
====================================================================

***/

.about-us .container {
	max-width: 1500px;
}

.image-block-one img {
	position: relative;
	float: right;
	max-width: none;
	right: -40px;
}

.about-block {
	position: relative;
}

.experience-year {
	position: absolute;
	font-size: 16px;
	font-weight: 700;
	left: -174px;
	top: 0;
	width: 215px;
	height: 215px;
	text-align: center;
	border: 20px solid #f1ad1b;
	color: #111;
	background: #fff;
	text-transform: uppercase;
	padding: 41px 15px;
	font-family: 'Montserrat', sans-serif;
}

.experience-year strong {
	font-size: 72px;
	display: block;
	margin-bottom: 23px;
	font-weight: 700;
}

.about-block h5 {
	font-size: 14px;
	font-weight: 600;
	color: #111;
	margin-bottom: 25px;
}

.about-block .text {
	position: relative;
	margin-bottom: 70px;
}

.about-block .author {
	position: relative;
}

.about-block .author .image {
	position: absolute;
	left: 0;
	top: 0;
}

.about-block .author .inner-box {
	position: relative;
	padding-left: 85px;
	margin-bottom: 30px;
}

.about-block .author .image img {
	border-radius: 50%;
}

.about-block h4 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;

}

.about-block .designation {
	position: relative;
	font-family: 'Montserrat', sans-serif;
}

/* about us two */
.about-us-two .image-block-one img {
	right: 0;
	float: left;
}

.about-us-two .about-block h5 {
	margin-left: 0;
}

.about-us-two .about-block .text {
	margin-left: 0px;
	margin-bottom: 30px;
}

.about-us-two .about-block .author .inner-box {
	padding-left: 0px;
	margin-bottom: 0;
}

.about-us-two .image-block-one {
	position: relative;
}

.about-us-two .experience-year {
	left: 50%;
	bottom: -45px;
	top: inherit;
	margin-left: -107.5px;
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

/*** 

====================================================================
	Funfact Style
====================================================================

***/

.fact-counter .count-outer {
	position: relative;
	text-align: center;
	font-size: 48px;
	color: #111;
}

.fact-counter .row {
	margin: 0px;
}

.fact-counter .counter-column {
	padding: 0px;
}

.fact-counter .inner-box {
	position: relative;
	border-left: 1px solid #ddd;
}

.fact-counter .column:last-child .inner-box {
	border-right: 1px solid #ddd;
}

.fact-counter .count-outer p {
	position: relative;
	font-size: 12px;
	margin-top: 10px;
	padding-bottom: 30px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.fact-counter .count-outer span {
	line-height: 50px;
}

.fact-counter .count-outer p:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 55px;
	height: 1px;
	background-color: #f5b01b;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transform: translateX(-50%);
}


/*** 

====================================================================
	Services Style
====================================================================

***/


.services-block-two {
	position: relative;
	margin-bottom: 50px;
	z-index: 1;
}

.services-block-two .inner-box {
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block-two .inner-box:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 0%;
	height: 1px;
	background-color: #f5b01b;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.services-block-two .inner-box:hover:after {
	width: 100%;
}

.services-block-two .inner-box .icon-box {
	position: relative;
	margin-bottom: 20px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block-two .inner-box .icon-box .icon {
	position: relative;
	font-size: 52px;
	line-height: 1em;
	color: #1bb1dc;
}

.services-block-two .inner-box h3 {
	position: relative;
	font-size: 18px;
	color: #222222;
	font-weight: 600;
	margin-bottom: 15px;
}

.services-block-two .inner-box h3 a {
	position: relative;
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block-two .inner-box h3 a:hover {}

.services-block-two .inner-box .text {
	position: relative;
	color: #666;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 15px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block-two .inner-box .read-more {
	position: relative;
	color: #888;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block-two .inner-box .read-more:hover {
	color: #1bb1dc;
}

.services-block-two .inner-box .read-more span {
	position: relative;
	margin-left: 5px;
	color: #242424;
	font-size: 14px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

/* services block three */

.services-block-three {
	margin-top: -70px;
}

.services-section-two.style-two .services-block-three {
	margin-top: 0px;
}

.services-block-three .inner-box {
	position: relative;
	padding: 35px;
	padding-left: 130px;
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
	background-color: #fff;
}

.services-block-three .image {
	position: absolute;
	left: 35px;
	top: 35px;
}

.services-block-three h5 {
	font-size: 12px;
	color: #1bb1dc;
	font-family: 'Montserrat', sans-serif;
}

.services-block-three h4 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 9px;
}

.services-block-three h4:before {
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	background-color: #f2ae1b;
	left: 0;
	bottom: 0;
}

.services-block-four {
	position: relative;
	margin-bottom: 50px;
	z-index: 1;
}

.services-block-four .inner-box {
	position: relative;
	text-align: center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block-four .inner-box h3:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 40px;
	height: 1px;
	background: #f5b01b;
	transform: translateX(-50%);
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.services-block-four .inner-box:hover:after {
	width: 100%;
}

.services-block-four .inner-box .image {
	position: relative;
	overflow: hidden;
}

.services-block-four .inner-box .image:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 8;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(27, 177, 220, 0.81);
}

.services-block-four .inner-box:hover .image:before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.services-block-four .inner-box img {
	width: 100%;
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.services-block-four .inner-box:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}


.services-block-four .inner-box .icon-box {
	position: relative;
	z-index: 9;
	margin: 0 auto;
	margin-top: -45px;
	margin-bottom: 10px;
	text-align: center;
	height: 90px;
	border-radius: 45px;
	width: 150px;
	line-height: 90px;
	background: #fff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block-four .inner-box .icon-box .icon {
	position: relative;
	font-size: 50px;
	color: #f5b01b;
}

.services-block-four .inner-box h5 {
	position: relative;
	font-size: 12px;
	color: #1bb1dc;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.services-block-four .inner-box h3 {
	position: relative;
	font-size: 18px;
	color: #222222;
	font-weight: 600;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.services-block-four .inner-box h3 a {
	position: relative;
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block-four .inner-box h3 a:hover {}

.services-block-four .inner-box .text {
	position: relative;
	color: #666;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 15px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block-four .inner-box .read-more {
	position: relative;
	color: #888;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block-four .inner-box .read-more:hover {
	color: #1bb1dc;
}

.services-block-four .inner-box .read-more span {
	position: relative;
	margin-left: 5px;
	color: #242424;
	font-size: 14px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}


/* service details */

.service-single .image img {
	width: 100%;
}

.service-single .top-content {
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
}

.service-single .top-content .sec-title {
	margin-bottom: 30px;
}

.service-single .top-content .dark-text {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 30px;
	font-family: 'Poppins', sans-serif;
	color: #111;
}


/***

====================================================================
	Call To Action
====================================================================

***/

.call-to-action {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 57px 0 26px;
}

.call-to-action .container {
	max-width: 1240px;
}

.call-to-action:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.85);
}

.call-to-action .title-column,
.call-to-action .call-btn {
	margin-bottom: 30px;
}

.call-to-action h2 {
	position: relative;
	font-size: 30px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 7px;
}

.call-to-action p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
}

.call-to-action .call-btn {
	text-align: right;
}

.call-to-action .call-btn a {
	text-transform: unset;
	margin-top: 10px;
}

/***

==================================================================
	project-section
==================================================================

***/

.project-section {
	position: relative;
}

.project-section .sec-title {
	margin-bottom: 30px;
}

.project-section .text-block {
	max-width: 430px;
	margin-bottom: -260px;
}

.project-section .text-block .text {
	margin-bottom: 40px;
}

.project-section .text-block .theme-btn {
	background-color: #f5b01b;
	border-color: #f5b01b;
	font-size: 14px;
}

.project-section .text-block .theme-btn:hover {
	background-color: #1bb1dc;
	border-color: #1bb1dc;
}

/* projects block two */

.projects-block-two {
	position: relative;
	margin-bottom: 30px;
}

.projects-block-two .inner-box {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.projects-block-two .image-box,
.projects-block-two .image,
.projects-block-two .image img {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.projects-block-two .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-align: center;
	opacity: 0;
	-webkit-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	-o-transform: translateY(-25px);
	-moz-transform: translateY(-25px);
	transform: translateY(-25px);
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.projects-block-two .inner-box:hover .overlay-box {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.projects-block-two .overlay-inner {
	position: absolute;
	left: 0px;
	top: 1px;
	width: 100%;
	height: 100%;
	display: table;
	padding: 20px;
	vertical-align: middle;
	background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.projects-block-two .overlay-content {
	position: relative;
	display: table-cell;
	vertical-align: bottom;
}

.projects-block-two .overlay-content h3 {
	position: relative;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 3px;
}

.projects-block-two .overlay-content h3 a {
	position: relative;
	color: #ffffff;
	transition: .5s ease;
}

.projects-block-two .overlay-content h3 a:hover {
	color: #f5b01b;
}

.projects-block-two .overlay-content .cat {
	position: relative;
	font-size: 12px;
	font-weight: 400;
	color: #1bb1dc;
}

.projects-block-two .overlay-content .cat a {
	position: relative;
	color: #1bb1dc;
}


/* projects block three */

.projects-block-three {
	position: relative;
	margin-bottom: 30px;
}

.projects-block-three.mix {
	display: none;
}

.projects-block-three .inner-box {
	position: relative;
}

.projects-block-three .image {
	position: relative;
	overflow: hidden;
}

.projects-block-three .image img {
	width: 100%;
	transition: .5s ease;
	transform: scale(1.05);
}

.projects-block-three:hover .image img {
	transform: scale(1);
}

.projects-block-three .image::before {
	background: #1bb1dc;
	bottom: 0px;
	content: "";
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9;
	transition: all 0.4s ease-in-out 0s;
}

.projects-block-three:hover .image::before {
	opacity: 0.8;
}

.projects-block-three .overlay a {
	background: #202020 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	height: 60px;
	margin: 0 5px;
	line-height: 60px;
	opacity: 0;
	display: inline-block;
	text-align: center;
	transform: translateX(0%) translateY(-30%) scale(0.5);
	transition: all 0.4s ease 0s;
	width: 60px;
}

.projects-block-three .overlay a:hover {
	background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
	color: #000;
}

.projects-block-three:hover .overlay a {
	opacity: 1;
	transform: translateX(0) translateY(0%) scale(1);
}

.projects-block-three .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.projects-block-three:hover .overlay {
	opacity: 1;
}

/* project info */

.project-info {
	position: relative;
	padding: 30px 0 15px;
	background-color: #212733;
}

.project-info h4 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 25px;
	margin-left: 40px;
}

.project-info-list {
	position: relative;
}

.project-info-list li {
	position: relative;
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	font-weight: 400;
	padding: 13px 0;
	padding-left: 80px;
	padding-right: 70px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.project-info-list li strong {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

.project-info-list li:last-child {
	padding-right: 0px;
	border-right: 0px;
}

.project-info-list li .icon {
	position: absolute;
	left: 40px;
	top: 21px;
	color: #fff;
	font-size: 30px;
	line-height: 1em;
}

.project-info-list li:last-child .icon {}

/* project details */

.project-details {
	position: relative;
}

.project-details .content {
	padding: 20px 0 70px;
}

.project-details .content h1 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
}

.project-details .content h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}

.project-details .content p {
	margin-bottom: 0px;
}

.project-details .content p+p {
	margin-top: 15px;
}




/***

==================================================================
	Our Team
==================================================================

***/

.team-block-one {
	position: relative;
}

.team-block-one .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.team-block-one .image {
	position: relative;
	overflow: hidden;
}

.team-block-one .image img {
	transition: all 0.7s ease-in-out 0s;
}

.team-block-one:hover .image img {
	transform: scale(1.2);
}

.team-block-one .content {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;
	background-color: #fff;
	text-align: center;
	padding: 13px 0;
	-webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
	-moz-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
	transform: perspective(1200px) rotateX(0deg) translateZ(0px);
	opacity: 1;
	transition: all 0.7s ease-in-out 0s;
}

.team-block-one:hover .content {
	opacity: 0;
	transform-style: preserve-3d;
	transform: perspective(1200px) rotateX(-90deg) translateZ(-51px);
}

.team-block-one .content h4 {
	font-size: 18px;
	font-weight: 600;
}

.team-block-one .content .designation {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #888;
	text-transform: uppercase;
}

.our-team .owl-dot-style-one .owl-dots {
	margin-top: 50px;
}

/***

==================================================================
	Videio Section
==================================================================

***/

.video-section {
	position: relative;
}

.video-section:before {
	position: absolute;
	content: '';
	background: url(../images/resource/shape-one.png) no-repeat bottom center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-section .video-image-box .image {
	box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.1);
}

.video-section .text-block-two h5 {
	font-size: 12px;
	color: #1bb1dc;
	font-family: 'Montserrat', sans-serif;
	margin-top: 15px;
	font-weight: 500;
}

.video-section .text-block-two h4 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.video-section .text-block-two h4:before {
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	background-color: #f2ae1b;
	left: 0;
	bottom: 0;
}


.video-section .video-image-box .image .overlay-link {
	z-index: 9;
}

.video-section .video-image-box .overlay-link span {
	height: 81px;
	width: 81px;
	border-radius: 50%;
	background-color: #f5b01b;
	text-align: center;
	color: #fff;
	line-height: 80px;
	font-size: 30px;
	padding-left: 6px;
}

.video-section .video-image-box .ripple,
.video-section .video-image-box .ripple:before,
.video-section .video-image-box .ripple:after {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 80px;
	width: 80px;
	margin-top: -40px;
	margin-left: -40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.video-section .video-image-box .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}

.video-section .video-image-box .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}



/***

==================================================================
	Our Testimonial
==================================================================

***/


.testimonial-section-one {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.testimonial-section-one:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.85);
}

.testimonial-section-one .testimonial-outer {
	max-width: 970px;
	margin: 0 auto;
}

.testimonial-section-one .testimonial-outer .quote-icon {
	position: relative;
	width: 60px;
	height: 60px;
	text-align: center;
	margin: 0 auto;
	font-size: 41px;
	color: #ddd;
}

.testimonial-block-one {
	position: relative;
}

.testimonial-block-one .inner-box {
	position: relative;
	text-align: center;
}

.testimonial-block-one .inner-box .quote-icon {
	position: relative;
	color: #e2b13c;
	font-size: 28px;
	margin-bottom: 40px;
}

.testimonial-block-one .inner-box .text {
	position: relative;
	color: #cccccc;
	font-size: 16px;
	max-width: 900px;
	padding: 0 65px;
	margin: 0 auto;
	line-height: 1.8em;
	margin-bottom: 40px;
	font-weight: 400;
}

.testimonial-block-one .inner-box .text:before {
	content: "\f197";
	position: absolute;
	left: 0;
	top: 3px;
	color: #fff;
	transform: rotateY(180deg);
	line-height: 15px;
	font-size: 36px;
	font-family: 'Flaticon';
}

.testimonial-block-one .inner-box .text:after {
	content: "\f197";
	position: absolute;
	right: 0;
	top: 3px;
	color: #fff;
	line-height: 15px;
	font-size: 36px;
	font-family: 'Flaticon';
}


.testimonial-section-one .client-thumb-outer {
	position: relative;
	max-width: 270px;
	padding: 20px 0;
	margin: 0 auto;
	overflow: hidden;
}

.testimonial-section-one .client-thumb-outer .owl-item {
	position: relative;
	opacity: 1;
}

.testimonial-section-one .client-thumb-outer .owl-item .thumb-box:before {
	position: absolute;
	content: '';
	background: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: 9;
	cursor: pointer;
	border-radius: 50%;
}

.testimonial-section-one .client-thumb-outer .owl-item.active .thumb-box:before {
	opacity: 0;
}

.testimonial-section-one .client-thumb-outer .owl-item.active {
	opacity: 1;
}

.testimonial-section-one .client-thumb-outer .client-thumbs-carousel {
	position: relative;
	max-width: 80px;
	margin: 0 auto;
	text-align: center;
}

.testimonial-section-one .client-thumb-outer .client-thumbs-carousel .owl-stage-outer {
	overflow: visible;
}


.testimonial-section-one .client-thumb-outer .thumb-item .thumb-box {
	position: relative;
	width: 80px;
	height: 80px;
	cursor: pointer;
	border-radius: 50%;
	margin: 0 auto;
	z-index: 7;
}


.testimonial-section-one .client-thumb-outer .owl-item.active .thumb-item .thumb-box {
	border: 5px solid #fff;
	-o-transform: scale(1.4, 1.4);
	-ms-transform: scale(1.4, 1.4);
	-webkit-transform: scale(1.4, 1.4);
	transform: scale(1.4, 1.4);
	z-index: 9;
}


.testimonial-section-one .client-thumb-outer .client-thumbs-carousel .thumb-item img {
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}

.testimonial-section-one .author-content {
	position: relative;
	text-align: center;
	margin-bottom: 45px;
	padding-top: 30px;
}

.testimonial-section-one .author-content:before {
	position: absolute;
	content: '';
	width: 65px;
	height: 1px;
	background-color: #f2ae1b;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

.testimonial-section-one .author-content h3 {
	color: #1bb1dc;
	font-size: 18px;
	font-weight: 600;
}

.testimonial-section-one .author-content .designation {
	font-size: 14px;
	color: #ffffffc4;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.testimonial-section-one .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -65px;
	width: 100%;
}

.testimonial-section-one .owl-nav .owl-prev,
.testimonial-section-one .owl-nav .owl-next {
	display: inline-block;
	color: #d1d1d1;
	font-size: 20px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 48px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-section-one .owl-nav .owl-prev:hover,
.testimonial-section-one .owl-nav .owl-next:hover {
	color: #000000;
}

.testimonial-section-one .owl-nav .owl-prev {
	position: absolute;
	left: 0px;
}

.testimonial-section-one .owl-nav .owl-next {
	position: absolute;
	right: 0px;
}

/* testimonials block two */

.testimonial-block-two .inner-box {
	position: relative;
	padding: 30px;
	border: 1px solid #f2f2f2;
	margin-bottom: 30px;
}

.testimonial-block-two .img-box {
	position: absolute;
	left: 0px;
	top: 2px;
	height: 85px;
	width: 85px;
	border-radius: 50%;
}

.testimonial-block-two .top-content {
	position: relative;
	padding: 0px 0px 0px 105px;
	margin-bottom: 43px;
}

.testimonial-block-two .top-content .text {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #242424;
}

.testimonial-block-two .author-info {
	position: relative;
	text-align: right;
	float: right;
	padding: 0px 95px 0px 0px;
}

.testimonial-block-two .author-info:before {
	position: absolute;
	content: '';
	background: url(../images/icons/quote.png);
	width: 43px;
	height: 33px;
	top: 8px;
	right: 30px;
}

.testimonial-block-two .author-info .author-rating li {
	display: inline-block;
}

.testimonial-block-two .author-info .text {
	position: relative;
	font-weight: 700;
	color: #242424;
	margin-bottom: -4px;
}

.testimonial-block-two .author-info .text:before {
	position: absolute;
	content: '';
	background: #cccccc;
	width: 30px;
	height: 1px;
	top: 12px;
	left: -43px;
}

.testimonial-block-two .author-info .text span {
	font-weight: 400;
}

.testimonial-block-two .author-info .author-rating li {
	color: #1bb1dc;
}

/***

==================================================================
	Blog Section
==================================================================

***/

.news-block-one {
	position: relative;
}

.news-block-one .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.news-block-one .inner-box .image {
	position: relative;
	overflow: hidden;
}

.news-block-one .image:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 8;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-moz-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	-o-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(27, 177, 220, 0.90);
}

.news-block-one:hover .image:before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-moz-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	-o-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.news-block-one img {
	width: 100%;
	transition: .7s ease;
	transition-delay: .3s;
}

.news-block-one:hover img {
	transform: scale(1.2);

}

.news-block-one .overlay a {
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
	border-radius: 50%;
	color: #222;
	font-size: 20px;
	height: 60px;
	margin: 0 5px;
	line-height: 60px;
	opacity: 0;
	display: inline-block;
	text-align: center;
	transform: translateX(0%) translateY(-30%) scale(0.5);
	transition: all 0.4s ease 0s;
	width: 60px;
}

.news-block-one .overlay a:hover {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
	color: #1bb1dc;
}

.news-block-one:hover .overlay a {
	opacity: 1;
	transform: translateX(0) translateY(0%) scale(1);
}

.news-block-one .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.news-block-one:hover .overlay {
	opacity: 1;
}


.news-block-one .inner-box .lower-box {
	position: relative;
	padding-top: 30px;
	padding-bottom: 20px;
}

.news-block-one .lower-box h4 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

.news-block-one .lower-box h4 a {
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-one .lower-box h4 a:hover {
	color: #1bb1dc;
}

.news-block-one .lower-box .post-meta {
	font-size: 12px;
	color: #888;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.news-block-one .lower-box .post-meta span {
	color: #111;
}

.news-block-one .lower-box .read-more-btn {
	position: relative;
	font-weight: 500;
	color: #888;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	margin-top: 20px;
	padding-top: 25px;
}

.news-block-one .lower-box .read-more-btn a {
	color: #888;
}

.news-block-one .lower-box .read-more-btn a:hover {
	color: #1bb1dc;
}

.news-block-one .read-more-btn:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 1px;
	background-color: #dddddd;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-one .read-more-btn:after {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 0%;
	height: 1px;
	background-color: #f5b01b;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-one .inner-box:hover .read-more-btn:after {
	width: 100%;
}

.news-block-one .lower-box .read-more-btn span {
	position: relative;
	margin-left: 8px;
	color: #888;
	font-size: 14px;
	top: 1px;
}

/* News block two */


.news-block-two {
	position: relative;
	margin-bottom: 60px;
}

.news-block-two .inner-box {
	position: relative;
}

.news-block-two .inner-box .image {
	position: relative;
}

.news-block-two .inner-box .image .post-date {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 70px;
	height: 65px;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	font-size: 22px;
	padding-top: 13px;
	line-height: 1em;
	background-color: #f5b01b;
	z-index: 99;
}

.news-block-two .inner-box .image .post-date span {
	font-size: 12px;
	display: block;
	font-weight: 400;
	text-transform: uppercase;
}

.news-block-two .image {
	position: relative;
	overflow: hidden;
}

.news-block-two .image:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 8;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(27, 177, 220, 0.85);
}

.news-block-two:hover .image:before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.news-block-two img {
	width: 100%;
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.news-block-two:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.news-block-two .overlay a {
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
	border-radius: 50%;
	color: #222;
	font-size: 20px;
	height: 60px;
	margin: 0 5px;
	line-height: 60px;
	opacity: 0;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(0%) translateY(-30%) scale(0.5);
	-ms-transform: translateX(0%) translateY(-30%) scale(0.5);
	transform: translateX(0%) translateY(-30%) scale(0.5);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 60px;
}

.news-block-two .overlay a:hover {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
	color: #1bb1dc;
}

.news-block-two:hover .overlay a {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0%) scale(1);
	-ms-transform: translateX(0) translateY(0%) scale(1);
	transform: translateX(0) translateY(0%) scale(1);
}

.news-block-two .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.news-block-two:hover .overlay {
	opacity: 1;
}


.news-block-two .inner-box .lower-box {
	position: relative;
	padding-top: 35px;
	padding-bottom: 20px;
}

.news-block-two .inner-box .lower-box:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 85px;
	height: 1px;
	background-color: #dddddd;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.news-block-two .inner-box:hover .lower-box:after {
	width: 100%;
	background-color: #1bb1dc;
}

.news-block-two .inner-box .lower-box .post-date {
	position: relative;
	color: #777777;
	font-size: 12px;
}

.news-block-two .inner-box .lower-box h3 {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 8px;
}

.news-block-two .inner-box .lower-box h3 a {
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-two .inner-box .lower-box h3 a:hover {
	color: #1bb1dc;
}

.news-block-two .inner-box .lower-box .text {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #888888;
	margin-bottom: 20px;
}

.news-block-two .inner-box .lower-box .read-more {
	position: relative;
	font-weight: 600;
	color: #1bb1dc;
	font-size: 11px;
	text-transform: uppercase;
}

.news-block-two .inner-box .lower-box .read-more span {
	position: relative;
	margin-left: 8px;
	color: #242424;
	font-size: 14px;
	top: 1px;
}

.news-block-two .inner-box .lower-box .share-icon {
	position: relative;
	color: #777777;
	font-size: 18px;
	top: 2px;
	margin-right: 28px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-block-two .inner-box .lower-box .share-icon:hover {
	color: #1bb1dc;
}

/* News block three */
.news-block-three {
	position: relative;
}

.news-block-three .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.news-block-three .image {
	overflow: hidden;
	position: relative;
	margin-bottom: -10px;
}

.news-block-three .image img {
	transform: scale(1);
	transition: all 0.5s ease 0s;
	width: 100%;
}

.news-block-three:hover .image img {
	transform: scale(1.1);
}

.news-block-three .overlay {
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 450ms ease-out 0s;
	transform: rotateY(180deg) scale(0.5, 0.5);
}

.news-block-three:hover .image .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: rotateY(0deg) scale(1, 1);
}

.news-block-three .overlay .box {
	display: table;
	height: 100%;
	width: 100%;
}

.news-block-three .overlay .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.news-block-three .image .overlay .box .content a {
	background: #1bb1dc;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 19px;
	height: 55px;
	line-height: 55px;
	transition: all 500ms ease 0s;
	width: 55px;
}

.news-block-three .image .overlay .box .content a:hover {
	color: #1bb1dc;
	background: #fff;
}

.news-block-three .lower-content {
	position: relative;
	padding-top: 20px;
	border: 1px solid #f2f2f2;
	border-top: 0px;
	background-color: white;
}

.news-block-three .date {
	position: absolute;
	left: 0px;
	top: 30px;
	height: 64px;
	width: 64px;
	background: #1bb1dc;
	line-height: 20px;
	padding-top: 13px;
	z-index: 9;
	color: #fff;
	text-align: center;
}

.news-block-three .lower-content .text p {
	margin-bottom: 10px;
}

.news-block-three .lower-content h4 {
	color: #222;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 18px;
}

.news-block-three .lower-content h4 a {
	color: #222;
	transition: all 300ms ease;
}

.news-block-three .lower-content h4 a:hover {
	color: #1bb1dc;
	transition: all 300ms ease;
}

.news-block-three .lower-content .post-meta {
	color: #848484;
	font-size: 16px;
	border-top: 1px solid #f2f2f2;
	padding: 13px 30px;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.news-block-three .lower-content .post-meta ul li {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #848484;
	margin-right: 10px;
	text-transform: capitalize;
}

.news-block-three .lower-content .post-meta ul li i {
	color: #1bb1dc;
	font-size: 13px;
	margin-right: 8px;
}


/* News block four */
.news-block-four {
	position: relative;
}

.news-block-four .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.news-block-four .image {
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin-bottom: -10px;
}

.news-block-four .image img {
	transform: scale(1);
	transition: all 0.5s ease 0s;
	max-width: 100%;
}

.news-block-four:hover .image img {
	transform: scale(1.1);
}

.news-block-four .overlay {
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 450ms ease-out 0s;
	transform: rotateY(180deg) scale(0.5, 0.5);
}

.news-block-four:hover .image .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: rotateY(0deg) scale(1, 1);
}

.news-block-four .overlay .box {
	display: table;
	height: 100%;
	width: 100%;
}

.news-block-four .overlay .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.news-block-four .image .overlay .box .content a {
	background: #1bb1dc;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 19px;
	height: 55px;
	line-height: 55px;
	transition: all 500ms ease 0s;
	width: 55px;
}

.news-block-four .image .overlay .box .content a:hover {
	color: #1bb1dc;
	background: #fff;
}

.news-block-four .lower-content {
	position: relative;
	padding-top: 22px;
	border: 1px solid #f2f2f2;
	border-top: 0px;
	background-color: white;
}

.news-block-four .date {
	position: absolute;
	left: 0px;
	top: 30px;
	height: 64px;
	width: 64px;
	background: #1bb1dc;
	line-height: 20px;
	padding-top: 13px;
	z-index: 9;
	color: #fff;
	text-align: center;
}

.news-block-four .lower-content .text p {
	margin-bottom: 10px;
}

.news-block-four .lower-content h4 {
	color: #222;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 18px;
}

.news-block-four .lower-content h4 a {
	color: #222;
	transition: all 300ms ease;
}

.news-block-four .lower-content h4 a:hover {
	color: #1bb1dc;
	transition: all 300ms ease;
}

.news-block-four .lower-content .post-meta {
	color: #848484;
	font-size: 16px;
	border-top: 1px solid #f2f2f2;
	padding: 13px 30px;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.news-block-four .lower-content .post-meta ul li {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #848484;
	margin-right: 10px;
	text-transform: capitalize;
}

.news-block-four .lower-content .post-meta ul li i {
	color: #1bb1dc;
	font-size: 13px;
	margin-right: 8px;
}

/* News block five */
/* News Block Two */

.news-block-five {
	position: relative;
	border: 1px solid #f2f2f2;
	border-bottom: 0;
}

.news-block-five:last-child {
	border-bottom: 1px solid #f2f2f2;
}

.news-block-five .inner-box {
	position: relative;
	padding: 19px 25px;
}

.news-block-five h3 {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 25px;
	color: #333333;
	font-weight: 500;
}

.news-block-five h3 a {
	color: #333333;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-five h3 a:hover {
	color: #49c7ed;
}

.news-block-five .info {
	position: relative;
	display: block;
	margin-bottom: 7px;
}

.news-block-five .info li {
	position: relative;
	float: left;
	font-size: 13px;
	line-height: 25px;
	color: #333333;
	font-weight: 400;
	margin-right: 25px;
	font-family: "Poppins", sans-serif;
}

.news-block-five .info li i {
	margin-right: 5px;
	color: #49c7ed;
}


/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
	position: relative;
}

.styled-pagination .inner-box {
	position: relative;
	padding: 15px 15px;
	display: inline-block;
	background-color: #f2f2f2;
}

.styled-pagination .inner-box li {
	position: relative;
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
}

.styled-pagination .inner-box li:last-child {
	margin-right: 0px;
}

.styled-pagination .inner-box li a {
	position: relative;
	display: inline-block;
	line-height: 45px;
	height: 45px;
	font-size: 14px;
	min-width: 45px;
	color: #222222;
	font-weight: 500;
	text-align: center;
	background: #ffffff;
	border: 1px solid #edf0f3;
	text-transform: capitalize;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.styled-pagination .inner-box li a:hover,
.styled-pagination .inner-box li a.active {
	color: #ffffff;
	border-color: #1bb1dc;
	background-color: #1bb1dc;
}

/*Search Box Widget*/

.sidebar .search-box .form-group {
	position: relative;
	margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 33px;
	padding: 10px 50px 10px 20px;
	border: 1px solid #edf0f3;
	background: none;
	display: block;
	font-size: 14px;
	width: 100%;
	border-radius: 28px;
	height: 55px;
	font-style: italic;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 55px;
	width: 55px;
	display: block;
	font-size: 18px;
	color: #ffffff;
	line-height: 100%;
	font-weight: normal;
	background: #f5b01b;
	border-radius: 27.5px;
	cursor: pointer;
}

.categories-blog .inner-box {
	position: relative;
}

.categories-blog .inner-box ul {
	position: relative;
}

.categories-blog .inner-box ul li {
	position: relative;
	margin-bottom: 5px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.categories-blog .inner-box ul li a {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #222;
	padding: 11.5px 0;
	padding-left: 50px;
	background: #f8f8f8;
	display: block;
	font-family: 'Poppins', sans-serif;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.categories-blog .inner-box ul li a:before {
	position: absolute;
	content: '\f101';
	left: 22px;
	top: 12px;
	color: #222222;
	font-size: 14px;
	font-family: 'FontAwesome';
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.categories-blog .inner-box ul li.active a::before,
.categories-blog .inner-box ul li.active a,
.categories-blog .inner-box ul li a:hover::before,
.categories-blog .inner-box ul li a:hover {
	background: #1bb1dc;
	color: #fff;
}

.categories-blog .inner-box ul li.active,
.categories-blog .inner-box ul li:hover {
	border-color: #222222;
}

/*Post Widget*/

.sidebar .popular-posts .post {
	position: relative;
	font-size: 14px;
	color: #666666;
	padding: 0px 0px;
	padding-left: 118px;
	min-height: 110px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

.sidebar .popular-posts .post:last-child {
	margin-bottom: 0px;
}

.sidebar .popular-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
}

.sidebar .popular-posts .post .post-thumb:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.15);
}

.sidebar .popular-posts .post:hover .post-thumb img {
	opacity: 0.70;
}

.sidebar .popular-posts .post .post-thumb img {
	display: block;
	width: 100%;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post .text {
	position: relative;
	top: -4px;
	font-size: 14px;
	margin: 0px 0px 0px;
	font-weight: 600;
	color: #111;
	line-height: 1.6em;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}

.sidebar .popular-posts .post .text a {
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
	color: #1bb1dc;
}

.sidebar .popular-posts .post-info {
	font-size: 12px;
	color: #888888;
	font-weight: 500;
	margin-bottom: 6px;
	font-family: 'Montserrat', sans-serif;
}

/*Popular Tags*/

.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 12px 18px 12px;
	margin: 0px 9px 12px 0px;
	color: #888888;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	background: none;
	border: 1px solid #edf0f3;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
	border-color: #1bb1dc;
	background-color: #1bb1dc;
	color: #ffffff;
}


.brochure-widget .brouchers {
	position: relative;
}

.brochure-widget .brouchers li {
	position: relative;
	border-bottom: 1px solid #dddddd;
}

.brochure-widget .brouchers li a {
	position: relative;
	color: #222222;
	font-size: 14px;
	font-weight: 500;
	padding: 11px 8px;
	padding-left: 55px;
	display: block;
}

.brochure-widget .brouchers li a .icon {
	position: absolute;
	content: '';
	left: 12px;
	top: 11px;
	font-size: 28px;
	line-height: 1em;
	color: #f5b01b;
}

.call-us .content {
	position: relative;
	text-align: center;
	background-color: #1bb1dc;
	padding: 30px;
}

.call-us img {
	width: 100%;
}

.call-us .content h4 {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #fff;
}

.call-us .content h4:after {
	position: absolute;
	content: '';
	left: 50%;
	margin-left: -20px;
	bottom: 0px;
	width: 40px;
	height: 1px;
	background-color: #f5b01b;
}

.call-us .content .number {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

.call-us .content .text a {
	position: relative;
	font-size: 14px;
	color: #fff;
}


/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
	position: relative;
	padding: 100px 0px 40px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	margin-bottom: 40px;
}

.left-sidebar {
	padding-right: 30px;
}

.right-sidebar {
	padding-left: 30px;
}

.sidebar-widget {
	position: relative;
	margin-bottom: 50px;
}

.sidebar-title {
	position: relative;
	margin-bottom: 25px;
}

.sidebar-title h4 {
	position: relative;
	color: #222222;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 5px;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}

.sidebar-title .separator {
	position: relative;
	width: 65px;
	height: 15px;
	margin-bottom: 20px;
}

.sidebar-title .separator:after {
	position: absolute;
	content: '';
	left: 0px;
	top: 5px;
	width: 40px;
	height: 1px;
	background-color: #f5b01b;
}

.sidebar-title .separator .dott {
	position: relative;
	width: 6px;
	height: 6px;
	top: -9px;
	border-radius: 50%;
	display: inline-block;
	background-color: #1bb1dc;
}

/*Category Blog*/

.category-blog {
	position: relative;
}

.category-blog li {
	position: relative;
	margin-bottom: 5px;
}

.category-blog li a {
	position: relative;
	padding: 11px 42px;
	display: block;
	color: #222222;
	font-weight: 500;
	background-color: #f2f2f2;
	border-right: 5px solid transparent;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.category-blog li a:before {
	position: absolute;
	content: '\f101';
	left: 20px;
	top: 10px;
	font-family: 'FontAwesome';
}

.category-blog li.active a,
.category-blog li a:hover {
	color: #ffffff;
	border-color: #222222;
	background-color: #1bb1dc;
}


/*Testimonial Widget*/

.testimonial-widget {
	position: relative;
}

.testimonial-widget .owl-dots,
.testimonial-widget .owl-nav {
	display: none;
}

.testimonial-widget .widget-content {
	position: relative;
}

.testimonial-widget .widget-content .inner {
	position: relative;
	padding: 35px 32px 35px;
	background-color: #f8f8f8;
}

.testimonial-widget .widget-content .inner .text {
	position: relative;
	color: #888888;
	font-size: 16px;
	font-style: italic;
	line-height: 1.8em;
	margin-bottom: 30px;
	font-family: 'Merriweather', serif;
}

.testimonial-widget .widget-content .inner .author {
	position: relative;
}

.testimonial-widget .widget-content .inner .author .author-inner {
	position: relative;
	padding-left: 80px;
	padding-top: 12px;
	min-height: 63px;
}

.testimonial-widget .widget-content .inner .author .author-inner .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 63px;
	height: 63px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-widget .widget-content .inner .author .author-inner h3 {
	position: relative;
	color: #222222;
	font-weight: 600;
	font-size: 14px;
	line-height: 1em;
	text-transform: uppercase;
}

.testimonial-widget .widget-content .inner .author .author-inner .designation {
	position: relative;
	color: #1bb1dc;
	font-size: 11px;
	text-transform: uppercase;
}

.testimonial-widget .widget-content .inner .author .quote-icon {
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: #eeeeee;
	line-height: 1em;
	font-size: 46px;
}

/*Contact Info Widget*/

.contact-info-widget {
	position: relative;
}

.contact-info-widget .inner-content {
	position: relative;
	padding: 40px 20px;
	text-align: center;
	background-color: #1bb1dc;
}

.contact-info-widget .inner-content .icon-box {
	position: relative;
	color: #ffffff;
	font-size: 50px;
	line-height: 1em;
	margin-bottom: 15px;
}

.contact-info-widget .inner-content .text {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6em;
	color: #ffffff;
	margin-bottom: 20px;
	font-family: 'Poppins', sans-serif;
}

.contact-info-widget .inner-content .number {
	position: relative;
	font-size: 28px;
	font-weight: 700;
	color: #ffffff;
}

.contact-info-widget .inner-content .email {
	position: relative;
	font-size: 16px;
	color: #ffffff;
	margin-top: 5px;
	font-family: 'Poppins', sans-serif;
}

/*Blog Single*/

.blog-single {
	position: relative;
}

.blog-single .inner-box {
	position: relative;
}

.blog-single .inner-box .image {
	position: relative;
}

.blog-single .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.blog-single .inner-box .image .post-date {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 70px;
	height: 65px;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	font-size: 22px;
	padding-top: 17px;
	line-height: 0.8em;
	background-color: #f5b01b;
}

.blog-single .inner-box .image .post-date span {
	font-size: 12px;
	display: block;
	font-weight: 400;
	text-transform: uppercase;
}

.blog-single .inner-box .lower-box {
	position: relative;
}

.blog-single .inner-box .lower-box .post-info {
	position: relative;
	color: #777777;
	font-size: 12px;
	padding-top: 40px;
	margin-bottom: 2px;
}

.blog-single .inner-box .lower-box h2 {
	position: relative;
	color: #222222;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 12px;
}

.blog-single .inner-box .lower-box .text {
	position: relative;
}

.blog-single .inner-box .lower-box .text p {
	position: relative;
	color: #888888;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 15px;
}

.blog-single .inner-box .lower-box .text blockquote {
	position: relative;
	padding: 40px 50px;
	padding-right: 70px;
	border-width: 3px;
	color: #777777;
	font-size: 16px;
	font-style: italic;
	margin-top: 40px;
	margin-bottom: 40px;
	border-color: #fa2964;
	background-color: #f9f9f9;
	font-family: 'Merriweather', serif;
}

.blog-single .inner-box .lower-box .text blockquote .quote-icon {
	position: absolute;
	right: 30px;
	top: 20px;
	color: #1bb1dc;
	font-size: 40px;
	line-height: 1em;
}

.blog-single .inner-box .lower-box .post-share-options {
	position: relative;
	padding: 19px 0px 0px;
	border-bottom: 1px solid #dddddd;
}

.blog-single .inner-box .lower-box .post-share-options .tags a {
	position: relative;
	color: #888888;
	font-size: 13px;
	font-weight: 500;
	padding-left: 16px;
	margin-right: 15px;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.blog-single .inner-box .lower-box .post-share-options .tags a:before {
	position: absolute;
	content: '\f101';
	left: 0px;
	top: 0px;
	color: #242424;
	font-size: 14px;
	font-family: 'FontAwesome';
}

.blog-single .inner-box .lower-box .post-share-options .tags a:hover {
	color: #1bb1dc;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
	position: relative;
	margin-top: 60px;
	padding-bottom: 40px;
	margin-bottom: 55px;
	border-bottom: 1px solid #dddddd;
}

.sidebar-page-container .group-title {
	position: relative;
	margin-bottom: 32px;
}

.sidebar-page-container .group-title h2 {
	position: relative;
	font-size: 20px;
	color: #222222;
	font-weight: 700;
	padding-bottom: 8px;
	text-transform: capitalize;
}

.sidebar-page-container .group-title .separator {
	position: relative;
	width: 65px;
	height: 15px;
	margin-bottom: 20px;
}

.sidebar-page-container .group-title .separator:after {
	position: absolute;
	content: '';
	left: 0px;
	top: 6px;
	width: 40px;
	height: 1px;
	background-color: #f5b01b;
}

.sidebar-page-container .group-title .separator .dott {
	position: relative;
	width: 6px;
	height: 6px;
	top: -9px;
	border-radius: 50%;
	display: inline-block;
	background-color: #fa2964;
}

.sidebar-page-container .comments-area .comment-box {
	position: relative;
	padding: 0px 0px 0px;
	margin-bottom: 40px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: 0px;
}

.sidebar-page-container .comments-area .comment-box:hover {
	border-color: #222222;
}

.sidebar-page-container .comments-area .comment {
	position: relative;
	font-size: 14px;
	padding: 0px 0px 0px 100px;
}

.sidebar-page-container .comments-area .comment .comment-inner {
	position: relative;
}

.sidebar-page-container .comments-area .comment .comment-reply {
	position: relative;
	margin-top: 10px;
	float: right;
	color: #1bb1dc;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.sidebar-page-container .comments-area .comment .comment-reply .fa {
	color: #242424;
	font-size: 14px;
	margin-left: 4px;
}

.sidebar-page-container .comments-area .comment .comment-reply:hover {
	color: #242424;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
	display: block;
}

.sidebar-page-container .comments-area .comment-info {
	color: #3e5773;
	line-height: 24px;
	font-size: 13px;
}

.sidebar-page-container .comments-area .comment-box strong {
	font-size: 16px;
	font-weight: 600;
	color: #222222;
	line-height: 16px;
	text-transform: capitalize;
	display: inline-block;
}

.sidebar-page-container .comments-area .comment-box .text {
	color: #888888;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 1.7em;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
	position: relative;
	font-size: 12px;
	color: #888888;
	margin-top: 0px;
	font-weight: 300;
	margin-left: 22px;
	display: inline-block;
	font-family: 'Hind', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
	padding: 5px 30px;
	font-size: 12px;
	border: 1px solid #fbca00;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*Comment Form*/

.comment-form {
	position: relative;
	margin-bottom: 20px;
}

.comment-form .form-group {
	position: relative;
	margin-bottom: 18px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 14px;
	color: #888888;
	line-height: 24px;
	padding: 12px 15px;
	font-weight: 400;
	border: 1px solid #eeeeee;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group textarea:focus {
	border-color: #1bb1dc;
}

.comment-form .form-group textarea {
	height: 260px;
	resize: none;
}

.comment-form button {
	margin-top: 5px;
	padding: 11px 40px;
	width: 100%;
	background: #f5b01b;
	border-color: #f5b01b;
}

.comment-form input:focus,
.comment-form select:focus,
.comment-form textarea:focus {
	border-color: #f06529;
}



/*** 

====================================================================
	Contact Form Style
====================================================================

***/

.contact-form-section .title h5 {
	font-size: 12px;
	color: #1bb1dc;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 5px;
	font-weight: 600;
}

.contact-form-section .title h4 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.contact-form-section .title h4:before {
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	background-color: #f2ae1b;
	left: 0;
	bottom: 0;
}

.contact-form-section .contact-info-list {
	position: relative;
	z-index: 9;
}

.contact-form-section .contact-info-list li {
	position: relative;
	color: #222;
	font-size: 16px;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
}

.contact-form-section .contact-info-list li span {
	margin-right: 15px;
	display: inline-block;
	color: #1bb1dc;
}

/*Contact Form*/

.contact-form h2 {
	position: relative;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
	display: block;
	width: 100%;
	height: 55px;
	font-size: 16px;
	color: #848484;
	line-height: 30px;
	padding: 12px 25px;
	font-weight: 300;
	background-color: #ffffff;
	border-radius: 0px;
	border: 1px solid #ececec;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: #ff214f;
}

.contact-form textarea {
	height: 180px;
	resize: none;
	padding: 12px 25px;
}

.contact-form button {
	background-color: #1bb1dc;
	border-color: #1bb1dc;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #ff0000;
	font-weight: 500;
}

.contact-form .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #1bb1dc;
}

/* form style two */

.contact-form.style-two input[type="text"],
.contact-form.style-two input[type="email"],
.contact-form.style-two input[type="password"],
.contact-form.style-two select,
.contact-form.style-two textarea {
	background: #f7f8f9;
	border-color: #f7f8f9;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.contact-form.style-two textarea {
	height: 250px;
}

/* form style three */

.contact-form.style-three input[type="text"],
.contact-form.style-three input[type="email"],
.contact-form.style-three input[type="password"],
.contact-form.style-three select,
.contact-form.style-three textarea {
	background: #f7f8f9;
	border-color: #f7f8f9;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 50px;
}

.contact-form.style-three span {
	position: absolute;
	left: 30px;
	top: 13px;
	font-size: 24px;
	color: #ff214f;
}

/***

==================================================================
	Consultation Form
==================================================================

***/

.consultation-section {
	position: relative;
}

.consultation-section .sec-title {
	z-index: 9;
}

.consult-content {
	position: inherit;
	padding-left: 15px;
}

.consult-content:before {
	position: absolute;
	content: '';
	background: url(../images/background/3.jpg) center no-repeat fixed;
	background-size: cover;
	top: 0;
	right: 50%;
	left: 0;
	height: 100%;
}

.consult-content:after {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	right: 50%;
	left: 0;
	height: 100%;
}

.consult-content .contact-info-list {
	position: relative;
	z-index: 9;
}

.consult-content .contact-info-list li {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
}

.consult-content .contact-info-list li span {
	margin-right: 15px;
	display: inline-block;
}

/* consultation form */

.consultation-form {
	position: relative;
	right: -130px;
}

.consultation-form .sec-title .big-title {
	color: #d9dbde;
}

.consultation-form .row {
	margin: 0 -10px;
}

.consultation-form .column {
	padding: 0 10px;
}

.consultation-form .contact-form .form-group {
	margin-bottom: 20px;
}

.consultation-form .contact-form input[type="text"],
.consultation-form .contact-form input[type="email"],
.consultation-form .contact-form input[type="password"],
.consultation-form .contact-form select {
	height: 45px;
}

.consultation-form .contact-form textarea {
	height: 125px;
}

.consultation-form .contact-form .theme-btn {
	background-color: #f5b01b;
	border-color: #f5b01b;
}

.consultation-form .contact-form .theme-btn:hover {
	background-color: #222;
	border-color: #222;
}

/* consultation style two */

.consultation-two {
	position: relative;
	background: #292a32;
	padding: 40px 40px 40px;
}

.consultation-two h3 {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px;
}

.consultation-two .contact-form .form-group {
	margin-bottom: 10px;
}

.consultation-two .contact-form input[type="text"],
.consultation-two .contact-form input[type="email"],
.consultation-two .contact-form input[type="password"],
.consultation-two .contact-form select {
	height: 45px;
	background: #ffffff;
	border-color: #ffffff;
}

.consultation-two .contact-form textarea {
	height: 120px;
	background: #ffffff;
	border-color: #ffffff;
}

.consultation-two .contact-form ::-webkit-input-placeholder {
	color: #222;
	font-size: 15px;
}

.consultation-two .contact-form ::-moz-placeholder {
	color: #222;
	font-size: 15px;
}

.consultation-two .contact-form :-ms-input-placeholder {
	color: #222;
	font-size: 15px;
	;
}

.consultation-two .contact-form :-moz-placeholder {
	color: #222;
	font-size: 15px;
}


/***

==================================================================
	Subscribe Section
==================================================================

***/

.subscribe-section .subscribe-title {
	position: relative;
	text-align: center;
}


.subscribe-section .subscribe-title h5 {
	font-size: 12px;
	color: #1bb1dc;
	font-family: 'Montserrat', sans-serif;
	margin-top: 15px;
}

.subscribe-section .subscribe-title h3 {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 25px;
	margin-bottom: 50px;
}

.subscribe-section .subscribe-title h3:before {
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	background-color: #f2ae1b;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}


.subscribe-form {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
}

.subscribe-form input {
	width: 38%;
	background: #fff;
	height: 58px;
	margin-right: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #eee;
}

.subscribe-form .theme-btn {
	width: 20%;
	padding: 14px 40px;
}

/*** 

====================================================================
	Map Style
====================================================================

***/

.map-section {
	position: relative;
}

.home-google-map .google-map {
	width: 100%;
	height: 450px;
}

.home-google-map .gmnoprint {
	display: none;
}



/***

==================================================================
	Main Footer
==================================================================

***/


.main-footer {
	position: relative;
	background-color: #1a2021;
	background-repeat: no-repeat;
	background-position: center center;
	color: #ffffff;
	background-size: cover;
}

.main-footer .widgets-section {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	padding: 75px 0px 30px;
}

.main-footer .footer-column {
	position: relative;
}

.main-footer .footer-widget {
	position: relative;
	margin-bottom: 30px;
}

.main-footer .footer-logo {
	position: relative;
	margin-bottom: 35px;
}

.main-footer .footer-logo img {
	display: block;
	max-width: 100%;
}

.main-footer .footer-column .widget-title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 15px;
	margin-bottom: 30px;
	padding-bottom: 7px;
	color: #111;
}

.main-footer .footer-column .widget-title:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 40px;
	background-color: #f5b01b;
	content: "";
}

.main-footer .about-widget .contact-info li {
	color: #888;
	margin-bottom: 15px;
}

.main-footer .about-widget .contact-info li strong {
	color: #111;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}

.main-footer .social-icon-three {
	position: relative;
	display: block;
	margin-top: 22px;
}

.main-footer .social-icon-three li {
	position: relative;
	display: inline-block;
}

.main-footer .social-icon-three li a {
	position: relative;
	display: inline-block;
	height: 34px;
	background: transparent;
	width: auto;
	color: #888;
	text-align: center;
	padding: 5px 0;
	line-height: 24px;
	font-size: 14px;
	margin-right: 5px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .social-icon-three li a:hover {
	background-color: #b73637;
}


/*=== Services Widget ===*/
.main-footer .services-widget {
	position: relative;
	padding-left: 25px;
}

.main-footer .services-widget .list li {
	position: relative;
	display: block;
	margin-bottom: 7px;
}

.main-footer .services-widget .list li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #888;
	text-transform: capitalize;
	font-weight: 300;
	font-family: "Poppins", sans-serif;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .services-widget .list li a:hover {
	color: #1bb1dc;
}

.main-footer .services-widget .list li:last-child {
	margin-bottom: 0;
}



/*=== posts Widget ===*/
.main-footer .posts-widget {
	position: relative;
	margin-left: -45px;
	padding-right: 45px;
}

.main-footer .posts-widget .post {
	position: relative;
	min-height: 75px;
	padding-left: 110px;
	margin-bottom: 30px;
}

.main-footer .posts-widget .post:last-child {
	margin-bottom: 0px;
}

.main-footer .posts-widget .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 75px;
	width: 85px;
}

.main-footer .posts-widget .post .post-thumb .overlay-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(27, 177, 220, 0.91);
	color: #ffffff;
	opacity: 0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-footer .posts-widget .post:hover .post-thumb .overlay-link {
	opacity: 1;
}

.main-footer .posts-widget .post .post-thumb .overlay-link span {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	width: 30px;
	margin-left: -15px;
	margin-top: -15px;
	line-height: 30px;
	font-size: 14px;
}

.main-footer .posts-widget .post .post-thumb img {
	display: block;
	width: 100%;
}

.main-footer .posts-widget .post .desc-text {
	position: relative;
}

.main-footer .posts-widget .post .desc-text a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #111;
	line-height: 24px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .posts-widget .post .desc-text a:hover {
	color: #1bb1dc;
}

.main-footer .posts-widget .post .time {
	position: relative;
	display: inline-block;
	color: #888;
	font-size: 13px;
	line-height: normal;
	margin-top: 5px;
}


/*=== Contact Widget ===*/
.main-footer .contact-info-list li {
	position: relative;
	display: block;
	font-size: 16px;
	padding-left: 30px;
	line-height: 24px;
	color: #cccccc;
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.main-footer .contact-info-list li a {
	color: inherit;
	display: inline-block;
}


.main-footer .contact-info-list li i {
	position: absolute;
	left: 0;
	top: 5px;
}



/*=== Footer Bottom ===*/

.main-footer .footer-bottom {
	position: relative;
	padding: 20px 0px;
}

.main-footer .footer-bottom p {
	line-height: 30px;
	color: #888;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 35px;
}

.main-footer .footer-bottom p a {
	color: #111;
	font-weight: 500;
}

.main-footer .footer-bottom p a:hover {
	text-decoration: underline;
}

/* Main footer light style */

.main-footer.light-style:before {
	position: absolute;
	content: '';
	background: rgba(11, 12, 18, 0.80);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.main-footer.light-style .about-widget .contact-info li {
	color: #fff;
}

.main-footer.light-style .about-widget .contact-info li strong {
	color: #fff;
}

.main-footer.light-style .social-icon-three li a {
	color: #fff;
}

.main-footer.light-style .footer-column .widget-title {
	color: #fff;
}

.main-footer.light-style .services-widget .list li a {
	color: #fff;
}

.main-footer.light-style .posts-widget .post .desc-text a {
	color: #fff;
}

.main-footer.light-style .posts-widget .post .time {
	color: #fff;
}

.main-footer.light-style .footer-bottom p a {
	color: #fff;
}

.main-footer.light-style .footer-bottom p {
	color: #fff;
}

/*History Section*/

.history-section {
	position: relative;
	padding: 100px 0px 100px;
}

.history-section .content-column {
	position: relative;
}

.history-section .content-column .inner-column {
	position: relative;
}

.history-section .content-column .inner-column .image {
	position: relative;
	margin-bottom: 35px;
}

.history-section .content-column .inner-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

.history-section .content-column .inner-column h2 {
	position: relative;
	color: #000000;
	font-size: 35px;
	font-weight: 300;
	line-height: 1.4em;
	margin-bottom: 15px;
}

.history-section .content-column .inner-column .text {
	position: relative;
	color: #797979;
	margin-bottom: 35px;
}

/*Year Block*/

.year-block {
	position: relative;
	margin-bottom: 40px;
}

.year-block .inner-box {
	position: relative;
	padding-left: 170px;
}

.year-block .inner-box .year {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 110px;
	height: 110px;
	color: #ffffff;
	line-height: 110px;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
	display: inline-block;
	background-color: #1bb1dc;
	-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.year-block .inner-box .year:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 100%;
	width: 1px;
	height: 180%;
	background-color: #d2d2d2;
}

.year-block:last-child .inner-box .year:before {
	display: none;
}

.year-block .inner-box h3 {
	position: relative;
	font-weight: 500;
	font-size: 26px;
	color: #242424;
	line-height: 1.2em;
	margin-bottom: 18px;
	font-family: 'Poppins', sans-serif;
}

.year-block .inner-box .block-text {
	position: relative;
	color: #797979;
	font-size: 16px;
	line-height: 1.7em;
}

.year-block .inner-box .block-text .block-image {
	margin: 35px 0px;
}



/***

==================================================================
	Case Section
==================================================================

***/

.case-section {
	position: relative;
}


.case-block-one {
	position: relative;
}

.case-block-one .inner-box {
	position: relative;
}

.case-block-one .inner-box .image {
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
	transition: .5s ease;
}

.case-block-one .inner-box:hover .image img {
	transform: scale(1.1);
}

.case-block-one .inner-box .image:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right top, #000000bd, #000000c2, #77777700, #b9b9b900, #ffffff00);
}

.case-block-one .inner-box .image .img-opener {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.case-block-one .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: .5s ease;
}

.case-block-one .inner-box .image .category {
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 400;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}

.case-block-one .inner-box:hover .image .category {}

.case-block-one .inner-box h3 {
	position: relative;
	color: #303030;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.case-block-one .inner-box:hover h3 {
	opacity: 0;
	visibility: hidden;
}

.case-block-one .inner-box h3 a {
	position: relative;
	color: #303030;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.case-block-one .inner-box h3 a:hover {
	color: #f13729;
}

.case-block-one .inner-box .overlay-box:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-moz-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	-o-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(33, 32, 32, 0.9);
}

.case-block-one .inner-box:hover .overlay-box:before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-moz-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	-o-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.case-block-one .inner-box .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 30px;
	display: flex;
	align-items: flex-end;
}

.case-block-one .inner-box .overlay-box .overlay-inner {
	position: relative;
	z-index: 10;
}

.case-block-one .inner-box .overlay-box h4 {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
}

.case-block-one .inner-box .overlay-box h4 a {
	position: relative;
	color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.case-block-one .inner-box .overlay-box h2 a:hover {
	color: #f13729;
}

/* cases block two */

.case-block-two {
	position: relative;
	margin-bottom: 30px;
}

.case-block-two .inner-box {
	position: relative;
	overflow: hidden;
}

.case-block-two .inner-box .image {
	position: relative;
	overflow: hidden;
}

.case-block-two .inner-box .image:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 8;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(27, 27, 27, 0.9);
}

.case-block-two .inner-box:hover .image:before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.case-block-two .inner-box .image img {
	width: 100%;
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.case-block-two .inner-box:hover .image img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.case-block-two .inner-box .image .overlay-link {
	position: absolute;
	left: 50%;
	top: 60%;
	color: #fff;
	font-size: 30px;
	z-index: 9;
	opacity: 0;
	transform: scale(0.9) translate(-50%, -50%);
	visibility: hidden;
	transition: .7s ease;
}

.case-block-two .inner-box:hover .image .overlay-link {
	opacity: 1;
	visibility: visible;
	transform: scale(1) translate(-50%, -50%);
	top: 50%;
}

.case-block-two .inner-box .image .overlay-link:hover {
	color: #1bb1dc;
}

.case-block-two .inner-box .image .overlay-link img {
	transform: scale(1);
}

.case-block-two .inner-box .lower-content {
	position: relative;
	margin: 20px 0 0;
}

.case-block-two .inner-box .lower-content .category {
	position: relative;
	color: #727272;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.case-block-two .inner-box .lower-content h4 {
	position: relative;
	color: #303030;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1.4em;
}

.case-block-two .inner-box .lower-content h4 a {
	position: relative;
	color: #303030;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.case-block-two .inner-box .lower-content h4 a:hover {
	color: #1bb1dc;
}

/* case block three */

.case-block-three {
	position: relative;
}

.case-block-three .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.case-block-three .image-box .image {
	position: relative;
	margin-bottom: 0;
}

.case-block-three .image-box .image:before {
	position: absolute;
	left: 0;
	top: 50%;
	bottom: 0;
	width: 100%;
	content: "";
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
	z-index: 1;
	transition: .5s ease;
}

.case-block-three .inner-box:hover .image-box .image:before {
	top: 0;
}

.case-block-three .image-box .image img {
	display: block;
	width: 100%;
	height: auto;
}

.case-block-three .image-box .info-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 35px 40px;
	background-color: transparent;
	z-index: 9;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.case-block-three .image-box .info-box:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 0%;
	content: '';
	background-color: #1bb1dc;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.case-block-three .image-box:hover .info-box:before {
	width: 100%;
}

.case-block-three .info-box .title {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	color: #f8e751;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.case-block-three .info-box h4 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	max-width: 300px;
}

.case-block-three .info-box h4 a {
	color: #ffffff;
}

.case-block-three .image-box .link a {
	position: absolute;
	left: 50%;
	top: 36%;
	transform: translate(-50%, 0%);
	color: #fff;
	font-size: 40px;
	opacity: 0;
	transition: .5s ease;
	z-index: 9;
}

.case-block-three .inner-box:hover .image-box .link a {
	transform: translate(-50%, -50%);
	opacity: 1;
}


/***

==================================================================
	Pricing Plan
==================================================================

***/

.pricing-section .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pricing-block-one {
	position: relative;
}

.pricing-block-one .inner-box {
	position: relative;
	padding: 40px 30px;
	background-color: #fff;
	margin-bottom: 30px;
	box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.05);
}

.pricing-block-one .category {
	font-size: 20px;
	color: #222;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 15px;
}

.pricing-block-one .price {
	font-size: 36px;
	color: #1bb1dc;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 24px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 25px;
}

.pricing-block-one .lower-box ul {
	position: relative;
	margin: 25px 0;
}

.pricing-block-one .lower-box ul li {
	font-size: 15px;
	color: #848484;
	padding-left: 18px;
	margin-bottom: 9px;
}

.pricing-block-one .lower-box ul li strong {
	position: relative;
	color: #222;
	font-weight: 500;
}

.pricing-block-one .lower-box ul li strong:before {
	content: '\f00c';
	position: absolute;
	left: -18px;
	top: 1px;
	line-height: 15px;
	font-size: 13px;
	font-family: 'FontAwesome';
	color: #1bb1dc;
}

.pricing-block-one .theme-btn {
	padding: 11px 65px;
	font-size: 15px;
	border: 2px solid #f2f2f2;
	background: #fff;
	color: #222;
}

/* standard plan */

.pricing-block-one.light .inner-box {
	padding: 70px 30px;
}

.pricing-block-one.standard .inner-box {
	background: #232936;
	padding: 70px 30px;
}

.pricing-block-one.standard .category {
	color: #ffffff;
}

.pricing-block-one.standard .text {
	color: #c2c8d1;
}

.pricing-block-one.standard .lower-box ul li {
	color: #c2c8d1;
}

.pricing-block-one.standard .lower-box ul li strong {
	color: #ddd;
}

.pricing-block-one .star {
	position: absolute;
	top: 0;
	right: 30px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background-color: #1bb1dc;
}

.pricing-block-one .star:before {
	position: absolute;
	content: '';
	top: 18px;
	left: 0;
	border: 19px solid transparent;
	border-top-color: #1bb1dc;
	border-left-color: #1bb1dc;
	border-right-color: #1bb1dc;
}

.pricing-block-one .star span {
	position: relative;
}



/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section {
	position: relative;
	padding: 130px 0px 0;
	background-color: #ffffff;
}

.error-section .inner-section {
	position: relative;
	text-align: center;
	background: #fff;
	padding: 100px 50px;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

.error-section .inner-section h1 {
	position: relative;
	color: #fff;
	font-size: 150px;
	font-weight: 700;
	line-height: 1em;
}

.error-section .inner-section h2 {
	position: relative;
	font-size: 30px;
	color: #222;
	font-weight: 700;
	margin-bottom: 20px;
}

.error-section .inner-section .text {
	position: relative;
	color: #1bb1dc;
	font-size: 18px;
	margin-top: 6px;
	margin-bottom: 40px;
}

/*Search Box Widget*/

.error-search-form .form-group {
	position: relative;
	max-width: 430px;
	margin: 0 auto;
	width: 100%;
}

.error-search-form .form-group input[type="text"],
.error-search-form .form-group input[type="search"] {
	position: relative;
	line-height: 22px;
	background: none;
	display: block;
	font-size: 16px;
	width: 100%;
	height: 54px;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	padding: 10px 50px 10px 20px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.error-search-form .form-group input:focus {
	border-color: #1bb1dc;
}

.error-search-form .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 54px;
	width: 60px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 100%;
	background: #1bb1dc;
	font-weight: normal;
	cursor: pointer;
}



/***

==================================================================
	Client Logo
==================================================================

***/

.client-logo {
	position: relative;
	padding: 0px 0 50px;
}

.client-logo .client-logo-area {
	position: relative;
	padding: 35px 0;
}

.client-logo .client-logo-area li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
}

.client-logo .client-logo-area .owl-item img {
	width: auto;
}