/* Minification failed. Returning unminified contents.
(3459,16): run-time error CSS1035: Expected colon, found '.35s'
(3460,18): run-time error CSS1035: Expected colon, found '.35s'
(5477,26): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(8738,8): run-time error CSS1036: Expected expression, found ';'
(9758,26): run-time error CSS1019: Unexpected token, found ' '
(9758,26): run-time error CSS1019: Unexpected token, found ' '
(9758,26): run-time error CSS1042: Expected function, found ' '
(9758,26): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(9759,22): run-time error CSS1019: Unexpected token, found ' '
(9759,22): run-time error CSS1019: Unexpected token, found ' '
(9759,22): run-time error CSS1042: Expected function, found ' '
(9759,22): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(9760,23): run-time error CSS1019: Unexpected token, found ' '
(9760,23): run-time error CSS1019: Unexpected token, found ' '
(9760,23): run-time error CSS1042: Expected function, found ' '
(9760,23): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(9761,21): run-time error CSS1019: Unexpected token, found ' '
(9761,21): run-time error CSS1019: Unexpected token, found ' '
(9761,21): run-time error CSS1042: Expected function, found ' '
(9761,21): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(9767,27): run-time error CSS1019: Unexpected token, found ' '
(9767,27): run-time error CSS1019: Unexpected token, found ' '
(9767,27): run-time error CSS1042: Expected function, found ' '
(9767,27): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(9768,23): run-time error CSS1019: Unexpected token, found ' '
(9768,23): run-time error CSS1019: Unexpected token, found ' '
(9768,23): run-time error CSS1042: Expected function, found ' '
(9768,23): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(9769,24): run-time error CSS1019: Unexpected token, found ' '
(9769,24): run-time error CSS1019: Unexpected token, found ' '
(9769,24): run-time error CSS1042: Expected function, found ' '
(9769,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(9770,22): run-time error CSS1019: Unexpected token, found ' '
(9770,22): run-time error CSS1019: Unexpected token, found ' '
(9770,22): run-time error CSS1042: Expected function, found ' '
(9770,22): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/*

Template:  The Corps - Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Version: 1
Design and Developed by: potenzaglobalsolutions.com

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template. Please do not change anything here! write in a custom.css file if required!

*/


/*================================================
[  Table of contents  ]
================================================
 
:: Header
   : Header 1
   : Header 2
   : Header 3
   : Header 4
   : Header 5
:: Sliders
   : Revolution slider home 1
   : Owl carousel slider home 2
   : Revolution slider home 3
   : Owl carousel slider home 4
   : Revolution slider home 5
:: Backgrounds
   : Background images
   : Background pattern
:: Main section 
   : Features 
   : Custom content
   : Portfolio
   : Our blog
   : Our skills
   : Testimonials
   : Our Pricing
   : Who we are
   : Our activities
   : Action box 
   : Our awesome features
   : Our services
   : Counter
   : Creativity
   : Newsletter 
   : Contact form
   : Social
:: Inner intro
:: Sidebar
   : Search
   : Menu
   : Archives
   : Tags
:: Pages
   : About us   
   : Services   
   : Team
   : Portfolio
   : Blog
   : 404 error 
   : faq
   : Coming soon
   : Register 
   : Login
   : Maintenance
   : Our clients
   : Careers
   : Sitemap
   : Privacy policy
   : page sidebar
   : Terms and conditions
:: Footer 
 
======================================
[ End table content ]
======================================*/


/*************************
		Header 1
*************************/

/* Hero */

.hero {
	background: url("/Content/Site/img/home/cover/cover_3.jpg");
	height: 450px;
	background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.hero .intro {
	position: relative;
	top: 60%;
	transform: translateY(-50%);
}

.hero .small-centered {
	text-align: center;
}

.hero h1 {
	color: #2a4373;
	font-size: 5rem;
	line-height: 1.5em;
	font-weight: 300;
	text-align: center;
	font-weight: bolder;
	text-shadow: 2px 2px 4px #232323;
}

.hero h3 {
	color: #ffffff;
	line-height: 1.75em;
	font-weight: bolder;
	text-align: center;
	text-shadow: 2px 2px 4px #232323;
}

.hero .tech-img {
	background-size: cover;
	height: 9rem;
	width: 9rem;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.hero .tech-img {
		height: 18rem;
		width: 18rem;
	}

	.hero .small-centered {
		text-align: left;
	}

	.hero h1 {
		text-align: left;
		font-size: 5rem;
	}

	.hero h3 {
		text-align: left;
	}
}

/* End Hero */


.header {
	background: transparent;
	z-index: 999;
	padding: 15px 0 20px;
	position: absolute;
	width: 100%;
}
/*topbar*/
.topbar ul li {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin-right: 10px;
}

	.topbar ul li:last-child {
		margin-right: 0px;
	}

	.topbar ul li a {
		color: #fff;
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
	}

.topbar-left {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

	.topbar-left ul li i {
		margin-right: 5px;
		color: #00a9da;
	}

	.topbar-left ul li a {
		margin-right: 30px;
	}

.topbar-right {
	position: relative;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

	.topbar-right ul li a {
		margin-left: 5px;
	}

		.topbar-right ul li a i {
			margin-right: 5px;
		}

			.topbar-right ul li a i.fa.fa-search {
				margin-right: 0px;
			}

.topbar ul li a:hover {
	color: #00a9da;
}
/*search*/
.search-open {
	display: none;
	background: transparent;
	height: 120px;
	width: 100%;
	position: absolute;
	z-index: 99999;
	padding: 2px 7px 10px 15px;
	left: 0;
}

	.search-open .search-close {
		position: absolute;
		z-index: 9999;
		cursor: pointer;
		top: 0px;
		right: 15px;
		float: left;
	}

.search-main .search-open {
	width: 100%;
	color: #fff;
}

.search-main {
	position: relative;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

.search-open input {
	border: none;
	border-bottom: 1px solid #fff;
	float: left;
	height: 100px;
	font-size: 35px;
	text-transform: uppercase;
	width: 99.3%;
	padding-left: 0px;
	text-align: center;
	padding: 0px;
}

.search-open .form-control::-moz-placeholder {
	color: #fff;
}

.search-open .form-control:focus {
	border-color: #00a9da;
}

body.top-search-open #header .logo, body.top-search-open #header .topbar-left, body.top-search-open #header .topbar-right, body.top-search-open #header .mega-menu {
	opacity: 0;
}

.mega-menu .drop-down-multilevel.right-menu {
	right: 0px;
}

.mega-menu .menu-links > li:last-child > a {
	padding-right: 0px;
}

.mega-menu .menu-links > li.active .drop-down-multilevel a {
	color: #555555;
}

	.mega-menu .menu-links > li.active .drop-down-multilevel a:hover {
		color: #00a9da;
	}

.mega-menu .menu-links > li.active .drop-down a {
	color: #323232;
}

.mega-menu .menu-links > li.active .drop-down li.active a {
	color: #00a9da;
}

.mega-menu .menu-links > li.active .drop-down a:hover {
	color: #00a9da;
}

.mega-menu .menu-links > li.active .drop-down li.active a i {
	color: #00a9da;
}

.mega-menu .menu-links > li.active .drop-down a i:hover {
	color: #00a9da;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active a {
	color: #00a9da;
	background: #eceff7;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a {
	color: #323232;
	background: transparent;
}

	.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
		color: #00a9da;
	}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
	color: #00a9da;
	background: #eceff7;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a {
	color: #323232;
	background: transparent;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a .drop-down-multilevel li a:hover {
	color: #00a9da;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
	color: #00a9da;
	background: #eceff7;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active i {
	color: #00a9da;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active i {
	color: #00a9da;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a i {
	color: #323232;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active:hover .drop-down-multilevel li a:hover i {
	color: #00a9da;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
	color: #00a9da;
}


.mega-menu .row {
	margin-left: 0px;
	margin-right: 0px;
}

.mega-menu .col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
}
/*login */
.login-1 {
	display: none;
	background: #fff;
	padding: 20px;
	position: absolute;
	right: 0;
	z-index: 9999;
	margin-top: 13px;
	right: 127px;
	width: 300px;
	border: 1px solid #eceff8;
	border-radius: 3px;
}

	.login-1:before {
		bottom: 100%;
		right: 18px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(194, 225, 245, 0);
		border-bottom-color: #fff;
		border-width: 6px;
		margin-left: -8px;
	}

	.login-1 a.button {
		margin-right: 0;
	}

	.login-1 .button span {
		padding: 7px 0px;
		color: #fff;
		width: 102px;
		text-align: center;
	}

	.login-1 .button.button-grey span {
		padding: 7px 18px;
		color: #00a9da;
	}

	.login-1 input {
		background: #eceff8;
		border: 2px solid #eceff8;
		height: 45px;
		color: #363636;
	}

		.login-1 input:focus {
			background: transparent;
			border: 2px solid #00a9da;
		}

	.login-1 span {
		color: #363636;
		font-size: 15px;
		padding: 20px 10px 0;
		vertical-align: top;
	}

	.login-1 strong {
		font-size: 15px;
		padding: 0 10px;
		font-weight: 400;
	}

.login-with {
	border-top: 1px solid #eceff8;
	margin-top: 20px;
	padding-top: 18px;
	text-align: center;
}

.topbar-right .login-1 a {
	font-size: 15px;
	color: #626262;
	margin-left: 0px;
	display: inline-block;
	margin-top: 12px;
}

	.topbar-right .login-1 a:hover {
		text-decoration: underline;
	}

.topbar-right .login-with span {
	float: none;
	color: #626262;
	padding-top: 5px;
}

.topbar-right .login-with a {
	background: transparent;
	border-radius: 50%;
	display: inline-block;
	height: 30px;
	line-height: 29px;
	margin-top: 0;
	padding-left: 6px;
	text-align: center;
	width: 30px;
}

	.topbar-right .login-with a:hover {
		color: #fff;
	}

	.topbar-right .login-with a.fb {
		border: 1px solid #3b5998;
	}

		.topbar-right .login-with a.fb:hover {
			background: #3b5998;
			border: 1px solid #3b5998;
			color: #fff;
		}

	.topbar-right .login-with a.twitter {
		border: 1px solid #55acee;
	}

		.topbar-right .login-with a.twitter:hover {
			background: #55acee;
			border: 1px solid #55acee;
			color: #fff;
		}

	.topbar-right .login-with a.google-plus {
		border: 1px solid #dd4b39;
	}

		.topbar-right .login-with a.google-plus:hover {
			background: #dd4b39;
			border: 1px solid #dd4b39;
			color: #fff;
		}

/*************************
		Header 2
*************************/
.home-2 .logo {
	margin-top: 10px;
}

.home-2 .header {
	padding: 0;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03);
	position: relative;
}

.home-2 .mega-menu {
	min-height: 104px;
	border-bottom: 1px solid #eee;
}

	.home-2 .mega-menu .menu-links > li > a {
		color: #363636;
		line-height: 105px;
	}

	.home-2 .mega-menu .menu-links > li.active a {
		color: #00a9da;
	}

	.home-2 .mega-menu > section.menu-list-items {
		padding: 0;
		background: #fff;
	}

	.home-2 .mega-menu img {
		margin: 23px 0;
	}

	.home-2 .mega-menu .drop-down-multilevel.right-menu {
		right: 28px;
	}

	.home-2 .mega-menu .menu-links {
		padding-right: 30px;
	}

		.home-2 .mega-menu .menu-links > li.active .drop-down-multilevel a {
			color: #555555;
		}

			.home-2 .mega-menu .menu-links > li.active .drop-down-multilevel a:hover {
				color: #00a9da;
			}

	.home-2 .mega-menu.desktopTopFixed .menu-list-items .menu-logo img {
		margin: 20px 0;
	}

	.home-2 .mega-menu.desktopTopFixed .menu-list-items .menu-links > li > a {
		line-height: 81px;
	}

	.home-2 .mega-menu.desktopTopFixed .menu-list-items {
		background: #fff;
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03);
	}

		.home-2 .mega-menu.desktopTopFixed .menu-list-items .search-2 a {
			padding: 29px 0 26px 10px;
		}

		.home-2 .mega-menu.desktopTopFixed .menu-list-items .search-2-open {
			height: 80px;
		}

			.home-2 .mega-menu.desktopTopFixed .menu-list-items .search-2-open input {
				height: 56px;
			}

			.home-2 .mega-menu.desktopTopFixed .menu-list-items .search-2-open .search-2-close {
				top: 15px;
			}

.search-2 {
	position: absolute;
	right: 0;
	z-index: 999;
}

	.search-2 a {
		display: block;
		font-size: 15px;
		padding: 41px 0 40px 10px;
		cursor: pointer;
	}

	.search-2 i {
		color: #626262;
	}

.search-2-open {
	display: none;
	background: #fff;
	height: 103px;
	width: 100%;
	border: none;
	position: absolute;
	z-index: 99999;
	padding: 10px 0px;
	left: 0;
	top: 0;
}

	.search-2-open input {
		border: none;
		border-bottom: 0px solid #fff;
		float: left;
		height: 86px;
		font-size: 35px;
		text-transform: uppercase;
		width: 97%;
		padding-left: 0px;
		text-align: center;
		color: #363636;
	}

		.search-2-open input:focus {
			border-bottom: 0px;
		}

	.search-2-open .search-2-close {
		cursor: pointer;
		float: left;
		position: relative;
		right: -20px;
		top: 29px;
		z-index: 9999;
	}

		.search-2-open .search-2-close i {
			color: #626262;
		}

/*************************
		Header 3
 *************************/
.home-3 .header {
	padding: 0;
	position: inherit;
}

.home-3 .topbar {
	background: #363636;
	height: 38px;
}

	.home-3 .topbar ul li {
		border-right: 1px solid #565656;
		border-left: 1px solid #565656;
		margin-right: 0;
	}

.home-3 .topbar-right ul li {
	padding: 9px 15px;
	border-right: 1px solid #565656;
	border-left: 1px solid #565656;
	margin-right: 0;
}

.home-3 .topbar ul li:first-child {
	border-right: 0px solid;
}
/*language*/
.language {
	border-left: 1px solid #565656;
	border-right: 1px solid #565656;
	width: 125px;
	display: inline-block;
}

.language-down {
	opacity: 0;
	display: none;
	position: absolute;
	z-index: 9999;
}

li.language-current {
	padding: 9px 0px;
}

.language-current a {
	padding-left: 20px;
}

ul.language-down li {
	display: block;
	padding: 0;
}

	ul.language-down li i {
		color: #fff;
		padding-left: 10px;
	}

	ul.language-down li a {
		background: #2c2c2c;
		border-bottom: 1px solid #363636;
		padding: 12px 20px;
		width: 122px;
		display: block;
	}

.language-current:hover .language-down {
	opacity: 1;
	display: block;
	margin-top: 9px;
}

.top-news {
	display: inline-block;
	padding-left: 20px;
	width: 380px;
	padding: 3px 0px 8px 15px;
	border-right: 1px solid #565656;
}

	.top-news b {
		color: #fff;
		font-weight: 500;
		font-size: 14px;
	}

	.top-news .owl-carousel-14 {
		width: 250px;
		display: inline-block;
		height: 25px;
		overflow: hidden;
		vertical-align: top;
	}

	.top-news p {
		font-size: 14px;
		color: #fff;
		padding-top: 3px;
	}

body.top-search-open #header .logo, body.top-search-open #header .topbar-left, body.top-search-open #header .topbar-right, body.top-search-open #header .menu, body.top-search-open #header .language, body.top-search-open #header .language {
	opacity: 0;
}
/*menu*/
.home-3 .mega-menu {
	min-height: 105px;
}

	.home-3 .mega-menu img {
		margin: 23px 0;
	}

	.home-3 .mega-menu .menu-links > li > a {
		color: #323232;
		padding: 0 12px;
	}

	.home-3 .mega-menu .menu-links > li.active a {
		color: #00a9da;
	}

	.home-3 .mega-menu.desktopTopFixed .menu-list-items img {
	}

	.home-3 .mega-menu .drop-down-multilevel.right-menu {
		right: 24px;
	}

	.home-3 .mega-menu section.menu-list-items {
		padding: 0;
	}

	.home-3 .mega-menu .menu-links > li > a {
		line-height: 105px;
	}

	.home-3 .mega-menu .menu-links > li.active .drop-down-multilevel a {
		color: #555555;
	}

		.home-3 .mega-menu .menu-links > li.active .drop-down-multilevel a:hover {
			color: #00a9da;
		}

	.home-3 .mega-menu.desktopTopFixed .menu-list-items .menu-logo img {
		margin: 20px 0;
	}

	.home-3 .mega-menu.desktopTopFixed .menu-list-items {
		background: #fff;
		border-bottom: 1px solid #eceff7;
	}

		.home-3 .mega-menu.desktopTopFixed .menu-list-items .menu-links > li > a {
			line-height: 70px;
		}

		.home-3 .mega-menu.desktopTopFixed .menu-list-items .search-3 {
			padding: 30px 0;
		}

			.home-3 .mega-menu.desktopTopFixed .menu-list-items .search-3.search-3-open .search-3-box {
				top: 80px !important;
				border: 1px solid #eceff7;
				border-top: 0px;
			}
/*search*/
.search-3 {
	display: block;
	float: right;
	line-height: 20px;
	padding: 42px 0;
	position: relative;
	vertical-align: top;
	z-index: 999;
}

	.search-3 .search-btn {
		display: block;
		height: 20px;
		line-height: 21px;
		position: relative;
		text-indent: -9999px;
		width: 14px;
		color: #626262;
		-o-transition: color 300ms ease 0s;
		-moz-transition: color 300ms ease 0s;
		-ms-transition: color 300ms ease 0s;
		-webkit-transition: color 300ms ease 0s;
		transition: color 300ms ease 0s;
	}

		.search-3 .search-btn:before {
			content: "";
			font-family: "FontAwesome";
			font-size: 14px;
			font-weight: normal;
			left: 0;
			position: absolute;
			text-indent: 0;
			top: 0;
		}

	.search-3.search-3-open .search-btn:before {
		content: "";
	}

.search-3-box {
	background: #fff;
	display: block;
	margin: 0;
	opacity: 0 !important;
	padding: 15px;
	position: absolute;
	right: 0;
	top: -9999px !important;
	transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
	visibility: hidden;
	width: 327px;
	z-index: 888;
	border-radius: 0 0 3px 3px;
}

.search-3.search-3-open .search-3-box {
	opacity: 1 !important;
	top: 104px !important;
	visibility: visible !important;
}

.search-3 .search-3-box input {
	background: transparent;
	border: 1px solid #eceff8;
	padding-left: 15px;
	box-shadow: none;
}

	.search-3 .search-3-box input:focus {
		background: transparent;
		border: 1px solid #00a9da;
	}

.search-3.search-3-open i {
	cursor: pointer;
	font-size: 15px;
	position: absolute;
	right: 27px;
	top: 31px;
}

	.search-3.search-3-open i:hover {
		color: #00a9da;
	}

.home-3 .login-1 {
	margin-top: 9px;
	right: 90px;
}

/*************************
		Header 4
 *************************/
.home-4 .logo {
	margin: 23px 0px;
}

.home-4 .header {
	padding: 0 30px;
	background: transparent;
	position: absolute;
	z-index: 999;
}

.home-4 .search-3 {
	padding: 22px 0px 20px 10px;
}

	.home-4 .search-3 .search-btn {
		color: #fff;
		line-height: 23px;
		width: 15px;
	}

	.home-4 .search-3.search-3-open .search-3-box {
		top: 67px !important;
		border-radius: 0px 0px 3px 3px;
		margin-left: 5px;
	}

.home-4 .mega-menu .drop-down-multilevel.right-menu {
	right: 38px;
}

.home-4 .mega-menu > section.menu-list-items {
	padding: 25px 0px;
}

.home-4 .mega-menu.desktopTopFixed .menu-list-items {
	background: #323232;
}

.home-4 .mega-menu.desktopTopFixed > section.menu-list-items {
	padding: 0px 20px;
}

.home-4 .mega-menu.desktopTopFixed .menu-links > li > a {
	line-height: 74px;
}

.home-4 .mega-menu.desktopTopFixed .search-3 .search-btn {
	line-height: 32px;
}

.home-4 .mega-menu.desktopTopFixed .search-3.search-3-open .search-3-box {
	top: 74px !important;
	border: 1px solid #eceff8;
	border-top: 0px;
}
/*slide menu*/
.mega-menu .menu-links > li:last-child {
	padding-right: 0px;
}

#menu-toggle {
	position: absolute;
	width: 100%;
	right: 0;
	top: 0;
	color: #444444;
	z-index: 99999;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

	#menu-toggle.open {
		right: 0px;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		-ms-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}

#menu-icon {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 46px;
	top: 47px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

	#menu-icon span {
		display: block;
		position: absolute;
		height: 2px;
		width: 50%;
		background: #fff;
		opacity: 1;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-ms-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

		#menu-icon span:nth-child(even) {
			left: 50%;
		}

		#menu-icon span:nth-child(odd) {
			left: 0px;
		}

		#menu-icon span:nth-child(1),
		#menu-icon span:nth-child(2) {
			top: 5px;
		}

		#menu-icon span:nth-child(3),
		#menu-icon span:nth-child(4) {
			top: 12px;
		}

		#menu-icon span:nth-child(5),
		#menu-icon span:nth-child(6) {
			top: 19px;
		}

	#menu-icon.open span:nth-child(1),
	#menu-icon.open span:nth-child(6) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#menu-icon.open span:nth-child(2),
	#menu-icon.open span:nth-child(5) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#menu-icon.open span:nth-child(1) {
		left: 0px;
		top: 10px;
	}

	#menu-icon.open span:nth-child(2) {
		left: calc(50% - 5px);
		top: 10px;
	}

	#menu-icon.open span:nth-child(3) {
		left: -50%;
		opacity: 0;
	}

	#menu-icon.open span:nth-child(4) {
		left: 100%;
		opacity: 0;
	}

	#menu-icon.open span:nth-child(5) {
		left: 0px;
		top: 19px;
	}

	#menu-icon.open span:nth-child(6) {
		left: calc(50% - 5px);
		top: 19px;
	}

.submenu-toggle {
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	width: 45px;
	height: 45px;
	text-indent: -5000px;
	overflow: hidden;
}

	.submenu-toggle.open {
		background: rgba(255,255,255,.1);
		height: 100%;
		z-index: 5000;
		top: 0;
	}

	.submenu-toggle:before,
	.submenu-toggle:after {
		-webkit-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		-ms-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
	}

	.submenu-toggle:before {
		content: '';
		display: block;
		position: absolute;
		height: 16px;
		width: 16px;
		top: 12px;
		right: 15px;
		border-top: 5px solid #929292;
		border-right: 5px solid #929292;
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}

	.submenu-toggle:after {
		content: '';
		display: block;
		position: absolute;
		height: 16px;
		width: 16px;
		top: 12px;
		right: 50px;
		border-top: 5px solid #929292;
		border-right: 5px solid #929292;
		-webkit-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
	}

	.submenu-toggle:hover:before,
	.submenu-toggle:hover:after {
		border-color: white;
	}

	.submenu-toggle.open:before {
		right: 23px;
	}

	.submenu-toggle.open:after {
		right: 23px;
	}
/*contant*/
#menu {
	list-style-type: none;
	padding: 46px 30px;
	margin: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#menu {
	background: url(../images/bg/10.jpg) no-repeat;
	width: 350px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -370px;
	z-index: 9999;
}

	#menu li {
		position: relative;
		display: inline-block;
	}

	#menu h3 {
		margin-bottom: 20px;
	}

	#menu.open {
		right: 0;
	}

	#menu .menu-side-top a {
		display: block;
		color: #fff;
		font-size: 14px;
		line-height: 35px;
	}

		#menu .menu-side-top a:hover {
			color: #00a9da;
		}
	/*login*/
	#menu .login-side {
		display: block;
		background: transparent;
	}

	#menu a.button {
		margin-right: 0;
		float: left;
	}

	#menu .button span {
		padding: 7px 0px;
		color: #fff;
		width: 80px;
		text-align: center;
	}

	#menu .button.button-grey span {
		padding: 7px 18px;
		color: #00a9da;
	}

	#menu .login-side label {
		color: #fff;
	}

	#menu .login-side input {
		background: transparent;
		border: 1px solid #fff;
		height: 45px;
		color: #fff;
	}

		#menu .login-side input:focus {
			background: transparent;
			border: 1px solid #00a9da;
		}

	#menu .login-side span {
		color: #363636;
		display: inline-block;
		font-size: 15px;
		padding: 5px 10px;
		vertical-align: top;
	}

	#menu .login-side .form-control::-moz-placeholder {
		color: #fff;
	}

	#menu .login-side strong {
		font-size: 15px;
		padding: 0 10px;
		font-weight: 400;
	}

	#menu .login-side a.forgot {
		float: right;
		font-size: 15px;
		margin-top: 25px;
	}

	#menu .login-side p.register a {
		color: #00a9da;
		display: inline-block;
	}

/*************************
		Header 5
 *************************/
.home-5 .header {
	padding: 30px 0px;
	z-index: 999;
}

.home-5 .mega-menu .drop-down-multilevel.right-menu {
	right: 44px;
}

.home-5 .header .logo {
	display: block;
	position: relative;
}

	.home-5 .header .logo img {
		width: inherit;
		height: 60px;
	}

.home-5 .mega-menu.menuFullWidth {
	width: 100%;
}

.home-5 .mega-menu .menu-links > li > a {
	padding: 0 30px;
}

.home-5 #menu-icon {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.home-5 #menu-toggle {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 12px;
	color: #444444;
	z-index: 99999;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

	.home-5 #menu-toggle.open {
		left: 0px;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		-ms-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}

.home-5 #menu-icon {
	width: 25px;
	height: 25px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

	.home-5 #menu-icon span {
		display: block;
		position: absolute;
		height: 2px;
		width: 50%;
		background: #fff;
		opacity: 1;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-ms-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

		.home-5 #menu-icon span:nth-child(even) {
			left: 50%;
		}

		.home-5 #menu-icon span:nth-child(odd) {
			left: 0px;
		}

		.home-5 #menu-icon span:nth-child(1),
		.home-5 #menu-icon span:nth-child(2) {
			top: 5px;
		}

		.home-5 #menu-icon span:nth-child(3),
		.home-5 #menu-icon span:nth-child(4) {
			top: 12px;
		}

		.home-5 #menu-icon span:nth-child(5),
		.home-5 #menu-icon span:nth-child(6) {
			top: 19px;
		}

	.home-5 #menu-icon.open span:nth-child(1),
	.home-5 #menu-icon.open span:nth-child(6) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.home-5 #menu-icon.open span:nth-child(2),
	.home-5 #menu-icon.open span:nth-child(5) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.home-5 #menu-icon.open span:nth-child(1) {
		left: 0px;
		top: 10px;
	}

	.home-5 #menu-icon.open span:nth-child(2) {
		left: calc(50% - 5px);
		top: 10px;
	}

	.home-5 #menu-icon.open span:nth-child(3) {
		left: -50%;
		opacity: 0;
	}

	.home-5 #menu-icon.open span:nth-child(4) {
		left: 100%;
		opacity: 0;
	}

	.home-5 #menu-icon.open span:nth-child(5) {
		left: 0px;
		top: 19px;
	}

	.home-5 #menu-icon.open span:nth-child(6) {
		left: calc(50% - 5px);
		top: 19px;
	}
/*contant*/
.home-5 #menu {
	position: relative;
	background: url(../images/bg/13.jpg) no-repeat;
	width: 280px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: -300px;
	z-index: 9999;
	list-style-type: none;
	padding: 46px 0px;
	margin: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

	.home-5 #menu:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		background: rgba(0, 0, 0, 0.7);
	}

	.home-5 #menu li {
		position: relative;
		display: block;
	}

	.home-5 #menu.open {
		left: 0;
	}

.home-5 .mega-menu .menu-links > li.active .drop-down-multilevel a {
	color: #555555;
}

	.home-5 .mega-menu .menu-links > li.active .drop-down-multilevel a:hover {
		color: #4fc1e9;
	}
/*search 4*/
.search-4 {
	width: 234px;
	height: 2em;
	padding: 0;
	margin: 0;
	line-height: 2em;
	position: relative;
	cursor: pointer;
	transition: all .25s linear;
	z-index: 0;
	margin-top: 11px;
}

	.search-4 input {
		width: 226px;
		height: 2em;
		line-height: 15px;
		padding: 0;
		border: none;
		outline: none;
		background-color: transparent;
		font-size: 14px;
		color: white;
		border-bottom: 1px solid #fff;
		transition: all .25s linear;
		-webkit-transition: all .25s linear;
		-ms-transition: all .25s linear;
		-moz-transition: all .25s linear;
		-o-transition: all .25s linear;
	}

	.search-4 a {
		width: 2em;
		height: 2em;
		line-height: 2em;
		padding: 0;
		color: #ccc;
		text-align: center;
		text-decoration: none;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		transition: all .25s linear;
	}

		.search-4 a:before {
			content: "\f002";
			font-family: FontAwesome;
			font-style: normal;
			color: #fff;
		}

		.search-4 a:hover {
			color: #eee;
		}

	.search-4.collapsed {
		width: 2em;
		margin-left: 10em;
	}

		.search-4.collapsed input {
			width: 0;
		}

		.search-4.collapsed a {
			color: #999;
		}

			.search-4.collapsed a:hover {
				color: #bbb;
			}

/*************************************
   Slider (all home page main sliders )
 **************************************/
/* Revolution slider home 1*/
.rev-slider {
	overflow: hidden;
	position: relative;
}

.tp-simpleresponsive .slotholder *, .tp-simpleresponsive img {
	background-size: cover;
}

.tp-caption.modern_medium_fat_white, .modern_medium_fat_white {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 500;
	font-size: 24px;
	line-height: 20px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
}

.tp-caption.title-1-desc, .title-1-desc {
	font-weight: 300;
	font-family: Lato;
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	padding: 10px 10px 10px 10px;
	text-shadow: none;
	text-transform: capitalize;
	border-width: 0px;
	border-color: rgb(0,0,0);
	border-style: none;
}

.tp-caption.title-2, .title-2 {
	font-size: 60px;
	font-weight: 500;
	font-family: Lato;
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	padding: 10px 10px 10px 10px;
	text-shadow: none;
	text-transform: capitalize;
	border-width: 0px;
	border-color: rgb(0,0,0);
	border-style: none;
}

.tp-caption.black-align-center, .black-align-center {
	font-size: 60px;
	font-weight: 500;
	font-family: Lato;
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	padding: 10px 10px 10px 10px;
	text-shadow: none;
	text-transform: capitalize;
	text-align: center;
	border-width: 0px;
	border-color: rgb(0,0,0);
	border-style: none;
}

.tp-caption.desc-align-center, .desc-align-center {
	font-weight: 300;
	font-family: Lato;
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	padding: 10px 10px 10px 10px;
	text-shadow: none;
	text-transform: capitalize;
	border-width: 0px;
	border-color: rgb(0,0,0);
	border-style: none;
}

.tp-caption.extra-bold, .extra-bold {
	font-size: 60px;
	font-weight: 500;
	font-family: Lato;
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	padding: 10px 10px 10px 10px;
	text-shadow: none;
	text-transform: capitalize;
	text-align: center;
	border-width: 0px;
	border-color: rgb(0,0,0);
	border-style: none;
}

.tp-caption.fullscreenvideo:before {
	background: rgba(0, 0, 0, 0.7);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	z-index: 99999;
}

.tp-caption.fullscreenvideo video {
	width: 100% !important;
	height: 100% !important;
}

/*Owl carousel slider home 2*/
img#background {
	width: 100%;
	height: 100vh;
}

.move-carousel {
	position: relative;
}

.move-carousel {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	z-index: 99;
}

	.move-carousel .owl-carousel-2 {
		overflow: hidden;
	}

		.move-carousel .owl-carousel-2 .owl-nav {
			display: block;
			position: absolute;
			text-indent: inherit;
			top: 46%;
			left: 0;
			width: 100%;
			cursor: pointer;
		}

			.move-carousel .owl-carousel-2 .owl-nav i:hover {
				color: #626262;
				background: rgba(255, 255, 255, 1);
			}
	/*content*/
	.move-carousel .slider-contents h1 {
		text-transform: uppercase;
		font-size: 50px;
		font-weight: 700;
	}

	.move-carousel .slider-contents p {
		font-size: 18px;
		font-weight: 300;
		margin: 20px 0 30px;
	}

	.move-carousel .slider-contents a.button-border-white span {
		font-size: 14px;
	}

	.move-carousel .slider-contents.slide-1 h1 {
		margin-bottom: 30px;
	}

	.move-carousel .slider-contents.slide-2 h1 {
		line-height: 60px;
		margin-bottom: 0;
		margin-top: 20px;
	}

	.move-carousel .slider-contents.slide-2 p {
		margin: 20px 0 30px;
	}

	.move-carousel .slider-contents.slide-3 h1 {
		margin-top: 70px;
	}

	.move-carousel .slider-contents.slide-3 p {
		margin: 20px 0 20px;
	}
/* Revolution slider home 3*/
.tp-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
}

.tp-banner {
	width: 100%;
	position: relative;
}

.tp-banner-fullscreen-container {
	width: 100%;
	position: relative;
	padding: 0;
}

.home-3 .tp-caption.title-1, .title-1 {
	font-size: 60px;
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
	padding: 10px 10px 10px 10px;
	text-shadow: none;
	text-transform: capitalize;
	border-width: 0px;
	border-color: rgb(0,0,0);
	border-style: none;
}

.home-3 .tp-caption.title-1-blue, .title-1-blue {
	font-size: 60px;
	font-weight: 600;
	color: #00a9da;
	text-decoration: none;
	background-color: transparent;
	padding: 10px 10px 10px 10px;
	text-shadow: none;
	border-width: 0px;
	border-color: rgb(0,0,0);
	border-style: none;
}

.home-3 .tp-caption.title-1-desc, .title-1-desc {
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
	padding: 10px 10px 10px 10px;
	text-shadow: none;
	border-width: 0px;
	border-color: rgb(0,0,0);
	border-style: none;
}

.home-3 .tp-caption.title-2, .title-2 {
	font-size: 60px;
	font-family: Lato;
	color: #363636;
	text-decoration: none;
	background-color: transparent;
	padding: 10px 10px 10px 10px;
	text-shadow: none;
	border-width: 0px;
	border-color: rgb(0,0,0);
	border-style: none;
}

.home-3 .tp-caption.text-white.title-2.sft.tp-resizeme {
	color: #363636;
	text-align: center;
	font-weight: 500;
}

.home-3 .tp-caption.text-white.title-1-desc.sfl.tp-resizeme {
	color: #FFFFFF;
}
/*Owl carousel slider home 4*/
.slider-fade-carousel .bg-opacity-black-50:before {
	z-index: 9;
}

.slider-fade-carousel {
	height: 100vh;
	background: #000;
	overflow: hidden;
}

	.slider-fade-carousel .owl-carousel-1 {
		overflow: hidden;
	}

		.slider-fade-carousel .owl-carousel-1 .owl-nav {
			display: block;
			position: absolute;
			text-indent: inherit;
			top: 45%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			left: 0;
			width: 100%;
			cursor: pointer;
			z-index: 999;
		}

			.slider-fade-carousel .owl-carousel-1 .owl-nav .owl-prev {
				display: block;
				position: absolute;
				text-indent: inherit;
				left: -44px;
				width: auto;
				cursor: pointer;
				-webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
				-moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
				-ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
				-o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
				transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
			}

			.slider-fade-carousel .owl-carousel-1 .owl-nav .owl-next {
				display: block;
				position: absolute;
				text-indent: inherit;
				right: -44px;
				width: auto;
				cursor: pointer;
				-webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
				-moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
				-ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
				-o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
				transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
			}

			.slider-fade-carousel .owl-carousel-1 .owl-nav i {
				font-weight: normal;
				font-size: 40px;
				color: #fff;
				padding: 12px;
				-webkit-transition: all 0.3s ease-out 0s;
				-moz-transition: all 0.3s ease-out 0s;
				-ms-transition: all 0.3s ease-out 0s;
				-o-transition: all 0.3s ease-out 0s;
				transition: all 0.3s ease-out 0s;
			}

				.slider-fade-carousel .owl-carousel-1 .owl-nav i:hover {
					color: #fff;
				}

	.slider-fade-carousel:hover .owl-carousel-1 .owl-nav .owl-prev {
		left: 3%;
	}

	.slider-fade-carousel:hover .owl-carousel-1 .owl-nav .owl-next {
		right: 3%;
	}

	.slider-fade-carousel .owl-carousel-1 .item img {
		width: 100%;
	}

	.slider-fade-carousel .owl-carousel-1 .slider-contents {
		left: 0;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		z-index: 9999;
	}

	.slider-fade-carousel .slider-contents h1 {
		text-transform: uppercase;
		font-size: 60px;
		font-weight: 800;
	}

	.slider-fade-carousel .slider-contents p {
		font-size: 18px;
		font-weight: 300;
		margin: 40px 0 30px;
	}

	.slider-fade-carousel .slider-contents .button {
		margin-right: 10px;
		margin-top: 10px;
	}

	.slider-fade-carousel .slider-contents.slide-2 h1 {
		text-transform: uppercase;
		font-size: 60px;
		font-weight: 800;
		line-height: 80px;
	}

	.slider-fade-carousel .slider-contents.slide-2 p {
		font-size: 20px;
		font-weight: 300;
		margin: 20px 0 30px;
	}

	.slider-fade-carousel .slider-contents.slide-3 h1 {
		text-transform: uppercase;
		font-size: 60px;
		font-weight: 800;
		line-height: 80px;
	}

	.slider-fade-carousel .slider-contents.slide-3 p {
		font-size: 20px;
		font-weight: 300;
		margin: 20px 0 30px;
	}
/* Revolution slider home 5*/
/*.home-5 .rev-slider { position: relative; height: 100vh !important; }*/
.home-5 .tp-banner {
	background: #000;
}

.home-5 .tp-caption.largeboldwhite-align-right, .largeboldwhite-align-right {
	font-size: 58px;
	line-height: 50px;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	text-align: right;
	border-width: 0px;
	font-weight: normal;
	border-color: rgb(255,214,88);
	border-style: none;
	line-height: 70px;
}

.home-5 .tp-caption.desc-align-right, .desc-align-right {
	font-size: 22px;
	font-weight: 300;
	font-family: Lato;
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	padding: 10px 10px 10px 10px;
	text-shadow: none;
	text-transform: capitalize;
	text-align: right;
	border-width: 0px;
	border-color: rgb(0,0,0);
	border-style: none;
}

/*************************************
    			Background  
 **************************************/
/*images background*/
.white-bg {
	background: #fff;
}

.gray-bg {
	background: #eceff7;
}

.blue-bg {
	background: #00a9da;
}

.bg-opacity-black-10:before {
	background: rgba(0, 0, 0, 0.1);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-opacity-black-20:before {
	background: rgba(0, 0, 0, 0.2);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-opacity-black-30:before {
	background: rgba(0, 0, 0, 0.3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-opacity-black-40:before {
	background: rgba(0, 0, 0, 0.4);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-opacity-black-50:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-opacity-black-60:before {
	background: rgba(0, 0, 0, 0.6);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-opacity-black-70:before {
	background: rgba(0, 0, 0, 0.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.bg-opacity-black-80:before {
	background: rgba(0, 0, 0, 0.8);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-opacity-black-90:before {
	background: rgba(0, 0, 0, 0.9);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-opacity-white-10:before {
	background: rgba(255, 255, 255, 0.1);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-opacity-white-20:before {
	background: rgba(255, 255, 255, 0.2);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-opacity-white-30:before {
	background: rgba(255, 255, 255, 0.3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-opacity-white-40:before {
	background: rgba(255, 255, 255, 0.4);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-opacity-white-50:before {
	background: rgba(255, 255, 255, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-opacity-white-60:before {
	background: rgba(255, 255, 255, 0.6);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-opacity-white-70:before {
	background: rgba(255, 255, 255, 0.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-opacity-white-80:before {
	background: rgba(255, 255, 255, 0.8);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-opacity-white-90:before {
	background: rgba(255, 255, 255, 0.9);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-opacity-blue-20:before {
	background: rgba(0, 169, 218, 0.2);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-opacity-blue-50:before {
	background: rgba(0, 169, 218, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-opacity-blue-70:before {
	background: rgba(0, 169, 218, 0.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-opacity-blue-90:before {
	background: rgba(0, 169, 218, 0.9);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-1 {
	background: url(../images/bg/01.jpg);
	background-attachment: fixed;
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	position: relative;
	z-index: 0;
}

.bg-2 {
	background: url(../images/bg/02.jpg);
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	position: relative;
	z-index: 0;
	background-attachment: fixed;
}

.bg-3 {
	background: url(../images/bg/03.jpg);
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	position: relative;
	z-index: 0;
	background-attachment: fixed;
}

.bg-4 {
	background: url(../images/bg/04.jpg);
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	position: relative;
	z-index: 0;
	background-attachment: fixed;
}

.bg-5 {
	background: url(../images/bg/05.jpg);
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	position: relative;
	z-index: 0;
}

.bg-6 {
	background: url(../images/bg/06.jpg);
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	position: relative;
	z-index: 0;
	background-attachment: fixed;
}

.bg-7 {
	background: url(../images/bg/07.jpg);
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	position: relative;
	z-index: 0;
	background-attachment: fixed;
}

.bg-8 {
	background: url(../images/bg/08.jpg);
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	position: relative;
	z-index: 0;
	background-attachment: fixed;
}

.bg-9 {
	background: url(../images/bg/09.jpg);
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	position: relative;
	z-index: 0;
}

.bg-10 {
	background: url(../images/bg/11.jpg);
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	position: relative;
	z-index: 0;
	background-attachment: fixed;
}

.bg-11 {
	background: url(../images/bg/12.jpg);
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	position: relative;
	z-index: 0;
}

.bg-12 {
	background: url(../images/bg/15.jpg);
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	position: relative;
	z-index: 0;
}

.bg-13 {
	background: url(../images/bg/16.jpg);
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	position: relative;
	z-index: 0;
	background-attachment: fixed;
}
/*pattern background*/
.pattern-bg {
	background: url(../images/pattern/pattern-bg.png) repeat;
	background-position: top right;
	background-color: rgba(236, 239, 247, 1);
}

/*************************************
   Features all  ( all pages Features )
 **************************************/
/*feature 1*/
.feature {
	background: #eceff7;
	padding: 3px;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 1;
}

.feature-content {
	position: relative;
	z-index: 9;
}

.feature i {
	background: #fff;
	width: 100%;
	font-size: 30px;
	color: #00a9da;
	padding: 35px 10px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.feature h4 {
	text-transform: none;
	padding: 30px 0 10px;
	font-weight: 400;
	transition: all 0.3s ease-out 0s;
}

.feature p {
	font-weight: 100;
	padding: 0 20px;
	transition: all 0.3s ease-out 0s;
}

.feature a {
	font-size: 14px;
	font-weight: 100;
	color: #808080;
	margin: 25px 0 10px;
	display: block;
	position: relative;
	z-index: 3;
}

.feature .feature-img {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 0;
	background-size: cover;
	background-position: center center;
}

.feature .border {
	position: absolute;
	background: #00a9da;
	height: 0px;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.feature:hover .feature-img, .feature.active .feature-img {
	opacity: 1;
}

.feature:hover .border, .feature.active .border {
	height: 45px;
}

.feature:hover i, .feature.active i {
	background: rgba(255, 255, 255, 0);
	color: #fff;
	padding-bottom: 15px;
}

.feature:hover h4, .feature.active h4, .feature:hover p, .feature.active p {
	color: #fff;
}

.feature:hover a, .feature.active a {
	color: #fff;
	margin-top: 45px;
}

.feature:hover:before, .feature.active:before {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	color: #fff;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
/*feature 2*/
.feature-2 span {
	float: left;
	margin-right: 15px;
	color: #00a9da;
	font-size: 26px;
}

.feature-2 h5 {
	display: table;
	padding-top: 4px;
}
/*feature 3*/
.feature-3-title {
	float: left;
	display: table;
	margin-right: 20px;
}

	.feature-3-title span {
		font-size: 34px;
		color: #00a9da;
	}

.feature-3-info {
	display: table-cell;
	vertical-align: top;
}

.feature-3 .work-hr p {
	line-height: 30px;
}

.feature-3-info p {
	margin-bottom: 0px;
}
/*feature 4*/
.feature-4 span {
	float: left;
	margin-right: 19px;
	font-size: 34px;
	color: #00a9da;
}

.feature-4 h4 {
	display: block;
}

.feature-4 p {
	margin-left: 18px;
	padding-left: 36px;
	border-left: 1px solid #eceff7;
}

.feature-4-sec li {
	font-size: 14px;
	color: #626262;
	margin-bottom: 10px;
}

.feature-4-sec i {
	color: #626262;
	font-size: 16px;
	margin-left: 17px;
	/*padding-right: 28px;*/
	padding-top: 4px;
}
/*feature 5*/
.feature5 span {
	font-size: 30px;
	color: #00a9da;
	font-weight: normal;
	margin-bottom: 20px;
	display: block;
}

.feature5 h4 {
	position: relative;
	padding-bottom: 15px;
}

	.feature5 h4:before {
		position: absolute;
		bottom: 0px;
		content: "";
		width: 70px;
		height: 2px;
		background: #00a9da;
	}

.feature5 p {
	font-weight: normal;
}

.feature5 a {
	font-size: 15px;
	color: #363636;
	position: relative;
}

.feature5 i {
	opacity: 0;
	position: absolute;
	left: 75px;
	margin-top: 9px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	font-size: 12px;
}

.feature5 a:hover {
	color: #00a9da;
}

	.feature5 a:hover i {
		left: 85px;
		opacity: 1;
		color: #00a9da;
	}
/*feature6*/
.feature6 strong {
	font-size: 200px;
	font-weight: bold;
	color: #eceff8;
	position: relative;
	font-family: 'Lato', sans-serif;
	line-height: 140px;
}

.feature6-item-top {
	transform: translate3d(-50%, 0px, 0px);
	-webkit-transform: translate3d(-50%, 0px, 0px);
	-o-transform: translate3d(-50%, 0px, 0px);
	-ms-transform: translate3d(-50%, 0px, 0px);
	-moz-transform: translate3d(-50%, 0px, 0px);
	-ms-transform: translate(-50%, 0);
	left: 50%;
	position: absolute;
	text-align: center;
	top: 15%;
}

	.feature6-item-top span {
		font-size: 30px;
		line-height: 34px;
		background: transparent;
		color: #00a9da;
		margin-bottom: 10px;
		display: block;
		border: none;
		outline: none;
		transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
	}

	.feature6-item-top h3 {
		transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
	}

.feature6 p {
	font-size: 15px;
}

.feature6:hover .feature6-item-top span {
	margin-top: 40px;
}

.feature6:hover .feature6-item-top h3 {
	margin-top: -100px;
}

.work-process .feature6 {
	margin-bottom: 0px;
}

/*feature 7*/
.feature7 .feature7-icon {
	float: left;
	width: 70px;
	height: 70px;
	background: transparent;
	border: 2px solid #fff;
	text-align: center;
	margin-right: 25px;
}

	.feature7 .feature7-icon span {
		font-size: 25px;
		line-height: 65px;
		color: #fff;
	}

.feature7 .feature7-info {
	display: table;
}

	.feature7 .feature7-info p {
		color: #fff;
		line-height: 20px;
	}
/*feature 8*/
.feature-8-title {
	float: left;
	display: table;
	margin-right: 20px;
}

	.feature-8-title span {
		font-size: 34px;
		color: #00a9da;
	}

.feature-8-info {
	display: table-cell;
	vertical-align: top;
}

	.feature-8-info p {
		font-size: 14px;
		margin-bottom: 0px;
	}

.home-3 .feature-8 {
	margin-bottom: 0px;
	padding: 60px 0;
}

.home-3 .feature-8-info p {
	font-size: 13px;
}
/*owl-carousel-10*/
.home-3 .owl-carousel-10 {
	padding: 0 15px;
}

.owl-carousel-10 .owl-nav {
	display: block;
	position: absolute;
	text-indent: inherit;
	left: 0;
	width: 100%;
	cursor: pointer;
	top: 4px;
}

.owl-carousel-10 .owl-item {
	cursor: url("../images/client-arrow.png") 25 25, pointer;
	padding: 0 15px;
}
/*feature 9*/
.feature-9 {
	padding: 25px 35px;
	position: relative;
	z-index: 9;
	background: #00c6ff;
	height: 250px;
}

.feature-9-bg-1 {
	background: #00c6ff;
}

.feature-9-bg-2 {
	background: #00a9da;
}

.feature-9-bg-3 {
	background: #0091bb;
}

.feature-9 .feature-9-title-left {
	float: left;
	opacity: 0.09;
}

	.feature-9 .feature-9-title-left h1 {
		font-size: 84px;
		line-height: 63px;
		margin-right: 20px;
		color: #000;
	}

.feature-9 .feature-9-title-right {
	display: table;
}

.feature-9-icon {
	position: absolute;
	top: 14px;
	z-index: -1;
	right: 0px;
	opacity: 0.05;
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	-ms-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}

	.feature-9-icon span {
		font-size: 200px;
		color: #000;
	}

.feature-9:hover .feature-9-icon {
	right: 52%;
}
/*feature 10*/
.feature-10 span {
	font-size: 33px;
}

.feature-10 p {
	font-size: 13px;
	margin-bottom: 0px;
}
/*feature 11*/
.feature-11 .feature-11-icon {
	background: transparent;
	border: 1px solid #eceff8;
	border-radius: 50%;
	display: block;
	height: 90px;
	margin: 0 auto;
	padding: 9px;
	text-align: center;
	width: 90px;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

	.feature-11 .feature-11-icon span {
		width: 70px;
		height: 70px;
		border-radius: 50%;
		color: #363636;
		font-size: 26px;
		text-align: center;
		line-height: 75px;
		background: #eceff8;
		display: inline-block;
		-webkit-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

.feature-11 .feature-11-info h4 {
	position: relative;
}

	.feature-11 .feature-11-info h4:before {
		position: absolute;
		content: "";
		width: 70px;
		height: 2px;
		background: #00a9da;
		margin: 0 auto;
		left: 37%;
		bottom: 0;
	}

.feature-11 .feature-11-info p {
	margin-bottom: 0px;
}

.feature-11:hover .feature-11-icon {
	border-color: #00a9da;
}

	.feature-11:hover .feature-11-icon span {
		background: #00a9da;
		color: #fff;
	}
/*feature 12*/
.feature-12 span {
	font-size: 30px;
	color: #fff;
	margin-right: 20px;
	float: left;
}

.feature-12 p {
	display: table;
}
/*feature 13*/
.features13 {
	padding-top: 50px;
	padding-right: 25px;
}

	.features13 p {
		position: relative;
		z-index: 9;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.features13 b {
		position: absolute;
		z-index: 0;
		top: 83px;
		font-family: 'Lato', sans-serif;
		right: 19px;
		font-size: 72px;
		color: #dde1eb;
		line-height: 72px;
	}

	.features13 ul {
		border-right: 6px solid #dde1eb;
		padding-right: 20px;
	}

	.features13 li {
		color: #626262;
		font-size: 16px;
		line-height: 22px;
		padding: 2px 0 7px;
	}

	.features13.left {
		padding-right: 0px;
		padding-left: 25px;
	}

		.features13.left b {
			position: absolute;
			z-index: 0;
			top: 83px;
			font-family: 'Lato', sans-serif;
			left: 20px;
			font-size: 72px;
			color: #dde1eb;
			line-height: 72px;
		}

		.features13.left ul {
			border-left: 6px solid #dde1eb;
			padding-left: 20px;
			border-right: 0px;
			padding-right: 0;
		}

/*************************************
    		 Custom-content all   
 **************************************/
.page-wrapper {
	overflow: hidden;
}

body.page-wrapper {
	overflow: inherit;
}

.page-wrapper.boxed-layout {
	overflow: inherit;
}

.wrapper {
	overflow: hidden;
}

.custom-content b {
	font-weight: 500;
	font-size: 18px;
	display: block;
}

.custom-content span {
	font-size: 15px;
	display: block;
	color: #626262;
}

.custom-content li {
	font-size: 14px;
	line-height: 32px;
	color: #626262;
}

.custom-content i {
	font-size: 14px;
	color: #00a9da;
	padding-right: 10px;
}

.custom-content .button {
	font-size: 14px;
}

.custom-content .feature-12 span {
	font-size: 30px;
	color: #fff;
}

.custom-content .feature-8 span {
	font-size: 30px;
}
/*custom-content 2*/
.custom-content-2 h1 {
	margin-bottom: 0px;
	font-size: 2.2em;
}

.custom-content-2 strong {
	font-size: 20px;
	font-weight: 500;
	display: block;
}

.custom-content-2 p {
	color: #363636;
}

.custom-content-2 i {
	padding-left: 10px;
}
/*custom-content 3*/
.custom-content-3 strong {
	font-weight: 500;
	display: block;
	color: #626262;
}

.custom-content-3-info {
	position: relative;
}

	.custom-content-3-info p {
		position: relative;
		z-index: 1;
		padding-left: 56px;
	}

	.custom-content-3-info i {
		font-size: 113px;
		color: #eceff8;
		position: absolute;
		z-index: 0;
		left: 0;
	}
/*custom-content 4*/
.custom-content-4 .social {
	float: right;
	display: table;
}

	.custom-content-4 .social li {
		display: inline-block;
	}

		.custom-content-4 .social li a {
			display: block;
			background: #eceff7;
			color: #00a9da;
			width: 35px;
			height: 35px;
			font-size: 15px;
			text-align: center;
			line-height: 35px;
			border-radius: 3px;
			margin-left: 5px;
		}

			.custom-content-4 .social li a:hover {
				background: #00a9da;
				color: #fff;
			}

.custom-content-4 .info {
	position: relative;
}

	.custom-content-4 .info i {
		position: absolute;
		left: 0;
		font-size: 126px;
		color: #eceff7;
		z-index: 0;
	}

	.custom-content-4 .info p {
		position: relative;
		z-index: 9;
		padding-left: 64px;
		font-size: 16px;
		font-style: italic;
		line-height: 28px;
	}
/*.home-4 .custom-content*/
.home-4 .custom-content {
	margin-top: 0px;
}

	.home-4 .custom-content li {
		line-height: 32px;
	}
/*owl-carousel-12*/
.home-4 .owl-carousel-12.owl-carousel.owl-theme.owl-loaded {
	height: 430px;
}

.owl-carousel-12 .owl-dots {
	display: block;
	position: relative;
	text-indent: inherit;
	width: 100%;
	cursor: pointer;
	text-align: center;
}

.owl-carousel-12.owl-theme .owl-dots .owl-dot span {
	background: #d0d0d0;
	border-radius: 30px;
	display: block;
	height: 15px;
	margin: 0px 7px;
	transition: opacity 200ms ease 0s;
	width: 15px;
	cursor: pointer;
}

.owl-carousel-12.owl-theme .owl-dots .owl-dot.active span, .owl-carousel-12.owl-theme .owl-dots .owl-dot:hover span {
	background: #00a9da;
}

.why-choose-us {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

/*************************************
    		portfolio 
 **************************************/
/*portfolio home 1*/
.horizontal-images.content-scrolling ul, .vertical-images.content-scrolling ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.horizontal-images.content-scrolling li {
	width: auto;
	float: left;
}

	.horizontal-images.content-scrolling li img {
		width: 100%;
	}

.portfolio .portfolio-item {
	width: 470px;
	position: relative;
	overflow: hidden;
}

	.portfolio .portfolio-item .portfolio-caption {
		background: rgba(0, 0, 0, .7);
		width: 100%;
		height: 100%;
		padding: 30px;
		position: absolute;
		top: -100px;
		color: #fff;
	}

		.portfolio .portfolio-item .portfolio-caption a {
			display: inline-block;
			color: #fff;
			font-size: 18px;
		}

			.portfolio .portfolio-item .portfolio-caption a span {
				font-size: 15px;
				padding: 10px 0 20px;
				display: block;
				text-transform: capitalize;
			}

			.portfolio .portfolio-item .portfolio-caption a:hover, .portfolio-caption a span:hover {
				color: #00a9da;
			}

	.portfolio .portfolio-item .portfolio-overlay a {
		display: inline-block;
		width: 40px;
		height: 40px;
		background: #fff;
		color: #626262;
		border-radius: 50%;
		margin-right: 10px;
		padding-left: 0px;
		text-align: center;
		line-height: 38px;
	}

		.portfolio .portfolio-item .portfolio-overlay a i {
			font-size: 16px;
		}

		.portfolio .portfolio-item .portfolio-overlay a:hover {
			background: #00a9da;
			color: #fff;
		}
/*portfolio-2 home page 2*/
.home-2 .portfolio-item {
	background: #363636;
	color: #fff;
	width: 100%;
	border: 0;
}

	.home-2 .portfolio-item img {
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
	}

	.home-2 .portfolio-item img {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.home-2 .portfolio-item .portfolio-overlay span a {
		width: inherit;
		background: inherit;
		height: inherit;
		color: #fff;
		float: left;
		display: inline-block;
		text-align: left;
	}

		.home-2 .portfolio-item .portfolio-overlay span a:hover {
			background: none;
			color: #00a9da;
		}

	.home-2 .portfolio-item .portfolio-overlay a {
		background: #fff;
		border-radius: 50%;
		color: #363636;
		display: inline-block;
		font-size: 15px;
		height: 35px;
		width: 35px;
		line-height: 36px;
		text-align: center;
		margin-left: 10px;
		float: right;
	}

	.home-2 .portfolio-item .portfolio-overlay i {
		padding-left: 2px;
	}

	.home-2 .portfolio-item .portfolio-overlay a:hover {
		background: #00a9da;
		color: #fff;
	}

	.home-2 .portfolio-item .portfolio-overlay p {
		text-transform: none;
		font-size: 16px;
		opacity: 0;
		color: #fff;
		padding: 0 20px;
		margin: 0;
		display: inline-block;
		left: 0;
		position: absolute;
		text-align: center;
		bottom: 8%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		width: 100%;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(0,22px,0);
		transform: translate3d(0,22px,0);
	}

	.home-2 .portfolio-item:hover img {
		-webkit-transform: translate3d(0,-80px,0);
		transform: translate3d(0,-80px,0);
	}

	.home-2 .portfolio-item:hover .portfolio-overlay p {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
/*portfolio-2 home page 3*/
.home-3 .portfolio .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.home-3 .isotope-filters button {
	font-size: 14px;
	padding: 12px 17px;
}

.home-3 .isotope-filters {
	margin-bottom: 0px;
}

.home-3 .portfolio-item {
	background: #00a9da;
	color: #fff;
	width: 100%;
	border: 0;
}

	.home-3 .portfolio-item img {
		-webkit-transition: -ms-transform 0.35s;
		-o-transform 0.35s;
		-moz-transform 0.35s;
		transition: transform 0.35s;
		-webkit-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
	}

.home-3 .full-screen .portfolio-item .portfolio-overlay {
	position: inherit;
	left: inherit;
	top: -16px;
	display: inherit;
	transform: inherit;
	margin-top: -4px;
	float: left;
}

	.home-3 .full-screen .portfolio-item .portfolio-overlay a:hover {
		background: #323232;
	}

.home-3 .portfolio-item .portfolio-overlay span a {
	float: left;
	height: inherit;
	width: inherit;
	background: none;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	text-align: left;
}

	.home-3 .portfolio-item .portfolio-overlay span a:hover {
		color: #323232;
		background: transparent !important;
	}

.home-3 .portfolio-item .portfolio-overlay a {
	float: right;
	background: #fff;
	border-radius: 50%;
	color: #363636;
	display: inline-block;
	font-size: 15px;
	height: 35px;
	width: 35px;
	line-height: 36px;
	text-align: center;
	margin-left: 10px;
	margin-right: 0;
}

.home-3 .portfolio-item .portfolio-overlay i {
	padding-left: 2px;
}

.home-3 .portfolio-item .portfolio-overlay p {
	text-transform: none;
	font-size: 16px;
	opacity: 0;
	color: #fff;
	padding: 0 20px;
	margin: 0;
	display: inline-block;
	left: 0;
	position: absolute;
	text-align: center;
	bottom: 2px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 100%;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-webkit-transition: opacity 0.35s, -o-transform 0.35s;
	-moz-transition: opacity 0.35s, -o-transform 0.35s;
	-ms-transition: opacity 0.35s, -o-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-moz-transform: translate3d(0,22px,0);
	-o-transform: translate3d(0,22px,0);
	-ms-transform: translate3d(0,22px,0);
	-webkit-transform: translate3d(0,22px,0);
	transform: translate3d(0,22px,0);
}

.home-3 .portfolio-item:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	-ms-transform: translate3d(0,-80px,0);
	-o-transform: translate3d(0,-80px,0);
	-moz-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

.home-3 .portfolio-item:hover .portfolio-overlay p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*portfolio-3 home page 3*/
.portfolio-main {
	position: relative;
}

	.portfolio-main .button-border-white span {
		font-size: 14px;
		padding: 7px 12px;
	}

.owl-carousel-8.owl-carousel {
	z-index: inherit;
}

.owl-carousel-8 .item img {
	width: 100%;
}

.owl-carousel-8 .owl-nav {
	display: block;
	position: relative;
	text-indent: inherit;
	width: 100%;
	cursor: pointer;
}

	.owl-carousel-8 .owl-nav .owl-prev {
		display: block;
		position: absolute;
		text-indent: inherit;
		left: 37%;
		width: auto;
		cursor: pointer;
	}

	.owl-carousel-8 .owl-nav .owl-next {
		display: block;
		position: absolute;
		text-indent: inherit;
		right: 63%;
		width: auto;
		cursor: pointer;
	}

	.owl-carousel-8 .owl-nav .owl-prev i {
		padding-left: 3px;
	}

	.owl-carousel-8 .owl-nav i {
		font-weight: normal;
		font-size: 18px;
		color: #fff;
		text-align: center;
		line-height: 28px;
		margin: 0px 7px 0;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

		.owl-carousel-8 .owl-nav i:hover {
			color: #363636;
		}

.owl-carousel-8 .owl-controls {
	position: relative;
	top: -45px;
	z-index: 10;
}

.owl-carousel-8.owl-carousel .owl-item img {
	transform-style: inherit;
}

.portfolio-info {
	display: block;
	background: #00a9da;
	width: 20%;
	left: 20%;
	position: absolute;
	z-index: 9;
	padding: 30px 25px 20px;
	height: 100%;
}

	.portfolio-info h3 {
		font-size: 24px;
	}

	.portfolio-info p {
		margin-top: 20px;
		color: #fff;
		line-height: 22px;
	}
/*portfolio-5 home page 5*/
.portfolio-image-holder {
	position: relative;
	height: 496px;
}

.portfolio-text-box {
	background: #f6f7f9;
	padding: 80px 80px;
}

/*************************************
    		Our Blog 
 **************************************/
/*Blog  1*/
.blog-box {
	padding: 33px 20px 0px 20px;
	background: #eceff7;
	position: relative;
	z-index: 1;
}

.blog-info {
	position: relative;
	z-index: 9;
}

	.blog-info span {
		color: #626262;
		font-size: 14px;
		margin-right: 6px;
	}

	.blog-info i {
		padding-right: 3px;
		color: #00a9da;
	}

	.blog-info p {
		padding: 25px 0 20px;
	}

a.blog-btn {
	text-align: center;
	font-size: 14px;
	color: #00a9da;
	display: block;
	padding-bottom: 12px;
	position: relative;
	z-index: 1;
}

	a.blog-btn i {
		margin-left: 10px;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

.blog-box .border {
	position: absolute;
	background: #00a9da;
	height: 0px;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.blog-box .blog-box-img {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background-size: cover;
	background-position: center center;
}

.blog-box:hover .blog-box-img, .blog-box.active .blog-box-img {
	opacity: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.blog-box:hover h4, .blog-box:hover i, .blog-box:hover span, .blog-box:hover p, .blog-box:hover a.blog-btn, .blog-box.active h4, .blog-box.active i, .blog-box.active span, .blog-box.active p, .blog-box.active a.blog-btn {
	color: #fff;
}

.blog-box:hover .border, .blog-box.active .border {
	height: 45px;
}

.blog-box:hover .blog-box-img:before, .blog-box.active .blog-box-img:before {
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.owl-carousel-3 .owl-nav {
	display: inline-block;
	text-align: center;
	position: relative;
	text-indent: inherit;
	margin-top: 25px;
	width: 100%;
	cursor: pointer;
}

	.owl-carousel-3 .owl-nav .owl-prev {
		display: inline-block;
		cursor: pointer;
	}

	.owl-carousel-3 .owl-nav .owl-next {
		display: inline-block;
		cursor: pointer;
	}

		.owl-carousel-3 .owl-nav .owl-next i {
			padding-left: 3px;
		}

	.owl-carousel-3 .owl-nav i {
		font-weight: normal;
		font-size: 20px;
		color: #626262;
		background: #eceff7;
		text-align: center;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		line-height: 28px;
		margin: 0px 3px 0;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

		.owl-carousel-3 .owl-nav i:hover {
			background: #00a9da;
			color: #fff;
		}

.owl-carousel .owl-item img {
	transform-style: inherit;
}
/* Blog 2*/
.home-4 .our-blog .container-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

	.home-4 .our-blog .container-fluid .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

		.home-4 .our-blog .container-fluid .row [class*="col-"] {
			padding-left: 0 !important;
			padding-right: 0 !important;
		}

.home-4 .our-blog .blog-box-image {
	max-height: 300px;
	display: block;
	overflow: hidden;
	position: relative;
}

	.home-4 .our-blog .blog-box-image img {
		width: 100%;
	}

.home-4 .our-blog .blog-box-info {
	background: #00a9da;
	padding: 35px 40px;
	max-height: 300px;
}

.our-blog .portfolio-item .portfolio-caption {
	background: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100%;
	padding: 30px;
	position: absolute;
	top: -100px;
	color: #fff;
}

.blog-box-image .portfolio-item {
	width: 100%;
}

.blog-box-image .portfolio-caption a {
	font-size: 20px;
	color: #fff;
}

	.blog-box-image .portfolio-caption a:hover {
		color: #00a9da;
	}

.blog-box-image .portfolio-caption .port-tag li {
	display: inline-block;
	margin-top: 20px;
	margin-left: 10px;
}

	.blog-box-image .portfolio-caption .port-tag li a {
		display: block;
		font-size: 14px;
		color: #fff;
	}

		.blog-box-image .portfolio-caption .port-tag li a:hover {
			color: #00a9da;
		}

	.blog-box-image .portfolio-caption .port-tag li i {
		color: #00a9da;
	}

.blog-box-image .portfolio-caption .button-border span {
	font-size: 14px;
	padding: 7px 15px;
	margin-top: 30px;
}

	.blog-box-image .portfolio-caption .button-border span:hover {
		color: #fff;
	}

/*************************************
    		 our skills
 **************************************/
/*skills 1*/
#video-background {
	width: 100%;
	height: 360px;
	position: relative;
	z-index: 0;
}

	#video-background video {
		position: relative !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
	}

#inner-video-background.inner-intro {
	z-index: 0;
}

.home-4 #video-background.bg-opacity-black-50:before {
	z-index: 0;
}

.home-4 #video-background .section-title-2 {
	position: relative;
	z-index: 9;
}

.home-4 .video-bg h1 {
	line-height: 60px;
	margin-bottom: 20px;
	font-size: 50px;
}

.our-skills {
	padding: 80px 0;
	margin-top: 0px;
}

.skills-1 .bars {
	position: relative;
}

.skills-1 .jqbar.vertical {
	text-align: left;
	display: inline-block;
}

	.skills-1 .jqbar.vertical .bar-level {
		background: #00a9da !important;
	}

	.skills-1 .jqbar.vertical span {
		display: block;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
	}

	.skills-1 .jqbar.vertical .bar-percent {
		color: #fff;
		font-size: 41px;
		font-weight: bold;
		height: 37px;
		margin-bottom: -37px;
		margin-left: 28px;
	}

.skills-1 .bar-level-wrapper {
	background: rgba(255, 255, 255, 0.2);
}

.skills-1 .jqbar.vertical .bar-level-wrapper {
	display: inline-block;
	float: left;
	margin-top: 0px;
	overflow: hidden;
	position: relative;
}

.skills-1 .jqbar.vertical span.bar-label {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-left: 30px;
	margin-top: 60px;
}

.skills-1 .jqbar.vertical .bar-level {
	position: absolute;
}

.skills-1 .jqbar.vertical span.bar-text {
	font-size: 15px;
	font-weight: 400;
	left: 32px;
	position: absolute;
	bottom: 0px;
	padding-left: 14px;
}
/*horizontal*/
.skills-1 .jqbar.horizontal span {
	display: inline-block;
	margin-left: 5px;
	font-size: 11px;
	font-weight: bold;
}

.skills-1 .jqbar.horizontal .bar-percent {
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	margin-bottom: 20px;
}
/*skills 2*/
.skills-2 li {
	position: relative;
	margin-bottom: 55px;
	font-size: 16px;
}

	.skills-2 li:last-child {
		margin-bottom: 0px;
	}

.skills-2 .bar_container, .bar {
	position: absolute;
	left: 0;
	height: 10px;
	border-radius: 3px;
	content: "";
	top: 30px;
}

.skills-2 .bar_container {
	bottom: -8px;
	width: 100%;
	background-color: #eceff8;
	text-align: right;
}

.skills-2 .bar {
	top: 0;
	background: #00a9da !important;
}

.skills-2 .pct {
	position: absolute;
	top: -30px;
	right: 0;
	opacity: 0;
	transition: opacity 0.3s linear;
	color: #323232 !important;
}

/*************************************
    		 testimonials
**************************************/
/*testimonial 1*/
.testimonial-avatar img {
	background: transparent;
	border: 3px solid #01a9da;
	width: 96px;
	height: 96px;
	border-radius: 50%;
}

.testimonial-info p {
	padding: 40px 100px 20px;
	margin-bottom: 0px;
	font-style: italic;
}

.testimonial-info strong {
	font-weight: 500;
	font-size: 16px;
	color: #00a9da;
}

.testimonial-info span {
	font-weight: normal;
	color: #626262;
	border-left: 1px solid #626262;
	padding-left: 20px;
	margin-left: 20px;
}
/*owl-carousel-4*/
.owl-carousel-4 .owl-nav {
	display: block;
	position: absolute;
	text-indent: inherit;
	left: 0;
	width: 100%;
	cursor: pointer;
	top: 4px;
}

	.owl-carousel-4 .owl-nav .owl-prev {
		display: block;
		position: absolute;
		text-indent: inherit;
		left: 56%;
		width: auto;
		cursor: pointer;
	}

	.owl-carousel-4 .owl-nav .owl-next {
		display: block;
		position: absolute;
		text-indent: inherit;
		right: 56%;
		width: auto;
		cursor: pointer;
	}

	.owl-carousel-4.owl-nav .owl-prev i {
		padding-left: 3px;
	}

	.owl-carousel-4 .owl-nav i {
		font-weight: normal;
		font-size: 17px;
		color: #626262;
		background: transparent;
		text-align: center;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		line-height: 28px;
		margin: 30px 3px 0;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

		.owl-carousel-4 .owl-nav i:hover {
			background: transparent;
			color: #00a9da;
		}
/*testimonial 2*/
.home-2 .testimonial-avatar {
	float: left;
	margin-right: 30px;
}

.home-2 .testimonial-info {
	display: table;
}

	.home-2 .testimonial-info p {
		padding: 10px 0 0 0;
		color: #fff;
	}

	.home-2 .testimonial-info strong {
		font-size: 14px;
	}

	.home-2 .testimonial-info span {
		color: #fff;
	}
/*owl-carousel-9*/
.owl-carousel-9 .owl-nav {
	display: block;
	position: relative;
	text-indent: inherit;
	width: 100%;
	cursor: pointer;
	margin-top: 40px;
}

	.owl-carousel-9 .owl-nav .owl-prev {
		display: block;
		position: absolute;
		text-indent: inherit;
		left: 50%;
		top: -20px;
		width: auto;
		cursor: pointer;
	}

	.owl-carousel-9 .owl-nav .owl-next {
		display: block;
		position: absolute;
		text-indent: inherit;
		right: 50%;
		top: -20px;
		width: auto;
		cursor: pointer;
	}

	.owl-carousel-9 .owl-nav .owl-prev i {
		padding-left: 3px;
	}

	.owl-carousel-9 .owl-nav i {
		font-weight: normal;
		font-size: 18px;
		color: #fff;
		text-align: center;
		line-height: 28px;
		margin: 0px 7px 0;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

		.owl-carousel-9 .owl-nav i:hover {
			color: #00a9da;
		}

/*************************************
    		 Our Pricing
**************************************/
/*pricing-1*/
.pricing-table {
	background: #eceff7;
	padding: 30px 0px 0;
	position: relative;
	margin-top: 20px;
}

.pricing-title h2 {
	text-transform: uppercase;
	margin-bottom: 10px;
}

.pricing-title span {
	font-size: 16px;
	display: block;
	margin-bottom: 12px;
}

.pricing-list ul {
	margin-top: 30px;
}

.pricing-list li {
	font-size: 16px;
	padding: 17px 0px;
	border-top: 1px solid #e8e8e8;
}

	.pricing-list li.text-gray {
		color: #C3BFBF;
	}

.pricing-order {
	background: #323232;
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 20px 0;
}

	.pricing-order .button-border {
		float: none;
		margin: 0 auto;
		width: 125px;
		padding: 8px 16px;
	}

.pricing-ribbon {
	position: absolute;
	left: -6px;
	top: -7px;
}

.pricing-table.active {
	background: #00a9da;
	margin-top: -4px;
	position: relative;
	padding: 0;
	border: none;
}

	.pricing-table.active .pricing-title h2.text-bg {
		background: #323232;
		padding: 27px;
	}

	.pricing-table.active .pricing-order {
		background: #058AB1;
		padding: 30px 0;
	}

	.pricing-table.active .pricing-list ul {
		margin-top: 31px;
	}

	.pricing-table.active .pricing-list li {
		border-color: #009fcd;
		color: #fff;
	}

		.pricing-table.active .pricing-list li.text-light-blue {
			color: #008cb4;
		}

.pricing-table.pricing-table-border {
	border-left: 1px solid #e8e8e8;
}
/*pricing-2*/
.pricing-2 .pricing-table {
	background: #fff;
}

	.pricing-2 .pricing-table.active {
		background: #00a9da;
	}

.pricing-2 .pricing-order {
	background: #fff;
	padding: 20px 0;
}

.pricing-2 .pricing-table.active .pricing-order {
	background: #00a9da;
	padding: 20px 0;
}

.pricing-2 .pricing-table.active .pricing-list li.text-light-blue {
	color: #fff;
}

.pricing-2 .pricing-table.active .pricing-title h3.text-bg {
	background: #00a9da;
	padding: 44px 0 30px;
}

.pricing-2 .pricing-table.active .pricing-bg {
	background: #fff;
	color: #00a9da;
}

.pricing-2 .pricing-title h3 {
	border-bottom: 5px solid #00a9da;
	padding-bottom: 26px;
	margin-bottom: 0px;
}

.pricing-2 .pricing-prize h2 {
	border-bottom: 0px solid #00a9da;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.pricing-2 .pricing-title span {
	padding: 13px 0;
	margin-bottom: 0px;
}

.pricing-2 .pricing-table.active .pricing-title span {
	padding: 15px 0;
	margin-bottom: 0px;
}

.pricing-2 .pricing-table.active .pricing-list ul {
	margin-top: 0px;
}

.pricing-2 .pricing-table .pricing-list ul {
	margin-top: 0px;
}

.pricing-2 .pricing-table.active {
	margin-top: -8px;
}

.pricing-2 .pricing-table .pricing-ribbon {
	left: -3px;
	top: 8px;
}

.pricing-2 .pricing-table.pricing-table-border {
	border-left: 0px solid #e8e8e8;
}

/*************************************
    		 who we are
**************************************/
/*who-we-are-left*/
.owl-carousel-2 {
	overflow: hidden;
}

	.owl-carousel-2 .owl-nav {
		display: block;
		position: absolute;
		text-indent: inherit;
		top: 46%;
		left: 0;
		width: 100%;
		cursor: pointer;
	}

		.owl-carousel-2 .owl-nav .owl-prev {
			display: block;
			position: absolute;
			text-indent: inherit;
			left: -44px;
			width: auto;
			cursor: pointer;
			-webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
			-moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
			-ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
			-o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
			transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
		}

		.owl-carousel-2 .owl-nav .owl-next {
			display: block;
			position: absolute;
			text-indent: inherit;
			right: -44px;
			width: auto;
			cursor: pointer;
			-webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
			-moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
			-ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
			-o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
			transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
		}

		.owl-carousel-2 .owl-nav i {
			font-weight: normal;
			font-size: 20px;
			color: #626262;
			background: rgba(255, 255, 255, 0.7);
			padding: 12px;
			-webkit-transition: all 0.3s ease-out 0s;
			-moz-transition: all 0.3s ease-out 0s;
			-ms-transition: all 0.3s ease-out 0s;
			-o-transition: all 0.3s ease-out 0s;
			transition: all 0.3s ease-out 0s;
		}

			.owl-carousel-2 .owl-nav i:hover {
				color: #626262;
				background: rgba(255, 255, 255, 1);
			}

.who-we-are-left:hover .owl-carousel-2 .owl-nav .owl-prev {
	left: 0;
}

.who-we-are-left:hover .owl-carousel-2 .owl-nav .owl-next {
	right: 0;
}
/*who-we-are-right*/
.about {
	overflow: hidden;
}

.who-we-are .who-we-are-left img {
	width: 100%;
}

.who-we-are-right h4 {
	margin-top: 0px;
	font-size: 25px;
}

.who-we-are-right a {
	font-weight: 600;
	color: #00a9da;
}

.who-we-are-right-button a.button i {
	padding: 13px 10px;
	width: 46px;
	font-size: 14px;
}

.who-we-are-right-button a.button span {
	font-size: 13px;
	padding: 11px 15px;
}

ul.who-we-are-about i {
	color: #00a9da;
	padding-right: 10px;
}

ul.who-we-are-about li {
	font-size: 14px;
	line-height: 30px;
}

/*************************************
    		Our activities
**************************************/
/*skillbar*/
.tooltip-s {
	position: relative;
	float: right;
}

	.tooltip-s .tooltip-inner {
		background-color: transparent;
		padding: 5px 15px;
		color: #363636;
		font-weight: bold;
		font-size: 13px;
	}

.popOver + .tooltip-s .tooltip-arrow {
	border: none;
}

.progress {
	border-radius: 0;
	overflow: visible;
	height: 10px;
	margin-bottom: 30px;
	background: #eceff7;
	box-shadow: none;
}

.skills-2 b {
	font-weight: 300;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 5px;
	text-transform: capitalize;
}
/*accordion*/
.accordion .accordion-title {
	font-size: 16px;
	color: #000;
}

	.accordion .accordion-title a {
		background: transparent;
		border: 1px solid #eceff7;
		display: block;
		position: relative;
		color: #626262;
		margin-top: -1px;
		text-decoration: none;
		padding: 11px 60px;
		font-weight: normal;
		-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
		-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
		-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
		-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
		transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	}

		.accordion .accordion-title a:hover {
			text-decoration: none;
			background-color: transparent;
			color: #00a9da;
		}

		.accordion .accordion-title a.active {
			color: #fff;
			background-color: #00a9da;
			cursor: default;
			border-color: #00a9da;
		}

		.accordion .accordion-title a:after {
			content: "\f067";
			width: 20px;
			height: 20px;
			margin-top: -8px;
			position: absolute;
			top: 50%;
			left: 20px;
			font-family: 'FontAwesome';
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			font-size: 14px;
			line-height: 20px;
			text-align: center;
			color: #626262;
			-webkit-font-smoothing: antialiased;
			-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
			-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
			-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
			-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
			transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
		}

		.accordion .accordion-title a.active:after,
		.accordion .accordion-title a.active:hover:after {
			content: "\f068";
			color: #fff;
		}

		.accordion .accordion-title a:hover:after {
			color: #00a9da;
		}

.accordion-content {
	padding: 15px 20px;
	border: 1px solid #eceff7;
}

/*************************************
    		action-box 
**************************************/
.action-box {
	background: #00a9da;
	padding: 48px 0 40px;
}

.action-box-button a.button i {
	padding: 13px 10px;
	width: 46px;
	font-size: 14px;
}

.action-box-button a.button span {
	font-size: 13px;
	padding: 11px 12px;
}

.action-box-button .button.button-black {
	margin-right: 0px;
}
/*action-box 2*/
.action-box-2 {
	padding: 60px 0 45px;
}
/*action-box 3*/
.home-3 .action-box {
	padding: 30px 0;
	position: relative;
}

	.home-3 .action-box:before {
		content: "";
		position: absolute;
		bottom: -15px;
		left: 25%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 21px 15px 0;
		border-color: transparent #00a9da transparent transparent;
	}

	.home-3 .action-box h3 {
		line-height: 36px;
	}

/*************************************
       Our awesome features
**************************************/
.feature-main .container-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

	.feature-main .container-fluid .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

		.feature-main .container-fluid .row [class*="col-"] {
			padding-left: 0 !important;
			padding-right: 0 !important;
		}

.feature-mob {
	background: url("../images/feature/05.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 630px;
	position: relative;
	width: 100%;
}

.mob-scroll {
	display: inline-block;
	height: 630px;
	position: relative;
	width: 282px;
}

	.mob-scroll:hover .feature-mob-scroll {
		background-position: center 100% !important;
	}

.feature-mob .feature-mob-scroll {
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 448px;
	left: 30px;
	position: absolute;
	top: 58px;
	width: 252px;
	transition: all 5s ease-out 0s;
	-webkit-transition: all 5s ease-out 0s;
	-o-transition: all 5s ease-out 0s;
	-moz-transition: all 5s ease-out 0s;
	-ms-transition: all 5s ease-out 0s;
}

.key-features-device {
	position: absolute;
	left: -260px;
	top: -20px;
}
/*most Awesome features dropping-words*/
/*dropping-words*/
.dropping-words {
	display: inline;
	text-indent: 10px;
}

.dropping-words-1 span {
	position: absolute;
	opacity: 0;
	text-transform: capitalize;
	height: 45px;
	overflow: hidden;
	color: #00a9da;
	-webkit-transform-origin: 10% 75%;
	transform-origin: 10% 75%;
	-webkit-animation: rotateWord 18s linear infinite 0s;
	-ms-animation: rotateWord 18s linear infinite 0s;
	-moz-animation: rotateWord 18s linear infinite 0s;
	-o-animation: rotateWord 18s linear infinite 0s;
	animation: rotateWord 18s linear infinite 0s;
}

.dropping-words span:nth-child(2) {
	-webkit-animation-delay: 3s;
	-ms-animation-delay: 3s;
	-o-animation-delay: 3s;
	-moz-animation-delay: 3s;
	animation-delay: 3s;
}

.dropping-words span:nth-child(3) {
	-webkit-animation-delay: 6s;
	-ms-animation-delay: 6s;
	-o-animation-delay: 6s;
	-moz-animation-delay: 6s;
	animation-delay: 6s;
}

.dropping-words span:nth-child(4) {
	-webkit-animation-delay: 9s;
	-ms-animation-delay: 9s;
	-o-animation-delay: 9s;
	-moz-animation-delay: 9s;
	animation-delay: 9s;
}

.dropping-words span:nth-child(5) {
	-webkit-animation-delay: 12s;
	-ms-animation-delay: 12s;
	-o-animation-delay: 12s;
	-moz-animation-delay: 12s;
	animation-delay: 12s;
}

.dropping-words span:nth-child(6) {
	-webkit-animation-delay: 15s;
	-ms-animation-delay: 15s;
	-o-animation-delay: 15s;
	-moz-animation-delay: 15s;
	animation-delay: 15s;
}

@-webkit-keyframes rotateWord {
	0% {
		opacity: 0;
	}

	5% {
		opacity: 1;
	}

	17% {
		opacity: 1;
		-webkit-transform: rotate(0deg);
	}

	19% {
		opacity: 1;
		-webkit-transform: rotate(98deg);
	}

	21% {
		opacity: 1;
		-webkit-transform: rotate(86deg);
	}

	23% {
		opacity: 1;
		-webkit-transform: translateY(85px) rotate(83deg);
	}

	25% {
		opacity: 0;
		-webkit-transform: translateY(170px) rotate(80deg);
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-ms-keyframes rotateWord {
	0% {
		opacity: 0;
	}

	5% {
		opacity: 1;
	}

	17% {
		opacity: 1;
		-ms-transform: rotate(0deg);
	}

	19% {
		opacity: 1;
		-ms-transform: rotate(98deg);
	}

	21% {
		opacity: 1;
		-ms-transform: rotate(86deg);
	}

	23% {
		opacity: 1;
		-ms-transform: translateY(85px) rotate(83deg);
	}

	25% {
		opacity: 0;
		-ms-transform: translateY(170px) rotate(80deg);
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes rotateWord {
	0% {
		opacity: 0;
	}

	5% {
		opacity: 1;
	}

	17% {
		opacity: 1;
		-o-transform: rotate(0deg);
	}

	19% {
		opacity: 1;
		-o-transform: rotate(98deg);
	}

	21% {
		opacity: 1;
		-o-transform: rotate(86deg);
	}

	23% {
		opacity: 1;
		-o-transform: translateY(85px) rotate(83deg);
	}

	25% {
		opacity: 0;
		-o-transform: translateY(170px) rotate(80deg);
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes rotateWord {
	0% {
		opacity: 0;
	}

	5% {
		opacity: 1;
	}

	17% {
		opacity: 1;
		-moz-transform: rotate(0deg);
	}

	19% {
		opacity: 1;
		-moz-transform: rotate(98deg);
	}

	21% {
		opacity: 1;
		-moz-transform: rotate(86deg);
	}

	23% {
		opacity: 1;
		-moz-transform: translateY(85px) rotate(83deg);
	}

	25% {
		opacity: 0;
		-moz-transform: translateY(170px) rotate(80deg);
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes rotateWord {
	0% {
		opacity: 0;
	}

	5% {
		opacity: 1;
	}

	17% {
		opacity: 1;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	19% {
		opacity: 1;
		-webkit-transform: rotate(98deg);
		transform: rotate(98deg);
	}

	21% {
		opacity: 1;
		-webkit-transform: rotate(86deg);
		transform: rotate(86deg);
	}

	23% {
		opacity: 1;
		-webkit-transform: translateY(85px) rotate(83deg);
		transform: translateY(85px) rotate(83deg);
	}

	25% {
		opacity: 0;
		-webkit-transform: translateY(170px) rotate(80deg);
		transform: translateY(170px) rotate(80deg);
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}
/*More awesome features home 5*/
.awesome-features {
	position: relative;
}

.feature-item {
	position: relative;
	clear: both;
}

	.feature-item:before,
	.feature-item:after {
		content: "";
		display: table;
	}

	.feature-item:after {
		clear: both;
	}

.feature-item {
	zoom: 1;
}

.feature-details {
	float: right;
	width: 40%;
	padding-left: 20px;
}

.feature-item:first-child .feature-details {
	background: transparent url(../images/try.png) no-repeat bottom left;
	padding-bottom: 60px;
}

.feature-details h2 {
	color: #498EA5;
	margin-top: 0;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	padding-bottom: 10px;
	box-shadow: 0 1px 0 #DFDEDC, 0 2px 0 rgba(255,255,255,0.5);
}

.feature-details p {
	color: #999;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 22px;
}

	.feature-details p a {
		font-weight: bold;
		color: #498EA5;
	}

		.feature-details p a:hover {
			color: #2A3344;
		}

.feature-preview {
	position: relative;
}

.feature-item-left .feature-details {
	float: left;
	padding-right: 20px;
	padding-left: 0px;
	text-align: right;
}

.feature-item img {
	width: 100%;
	margin: 0 auto;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80); /*opacity: 0.8;*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.feature-annotations {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 5;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

	.feature-annotations span {
		display: block;
		position: absolute;
		padding: 12px 8px 0;
		text-align: center;
		font-size: 16px;
		font-style: italic;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

		.feature-annotations span:after {
			background: transparent url("../images/001.png") no-repeat scroll 0 0;
			content: "";
			height: 73px;
			left: 100%;
			position: absolute;
			top: 50%;
			width: 190px;
		}

		.feature-annotations span:nth-child(1) {
			top: 5%;
			left: 5%;
		}

		.feature-annotations span:nth-child(2) {
			top: 20%;
			left: -13%;
		}

		.feature-annotations span:nth-child(3) {
			top: 7%;
			right: 2%;
		}

		.feature-annotations span:nth-child(4) {
			top: 53%;
			right: -8%;
		}

		.feature-annotations span:nth-child(5) {
			bottom: 25%;
			left: -4%;
		}

		.feature-annotations span:nth-child(6) {
			top: -6%;
			left: 0%;
			right: 0%;
		}

.feature-item:nth-child(2) .feature-annotations span:nth-child(1) {
	top: 12%;
	left: 37%;
}

.feature-item:nth-child(2) .feature-annotations span:nth-child(2) {
	top: 32%;
	left: -5%;
}

.feature-item:nth-child(2) .feature-annotations span:nth-child(3) {
	top: 40%;
	right: -5%;
}

.feature-annotations span:nth-child(3):after,
.feature-annotations span:nth-child(4):after,
.feature-item:nth-child(2) .feature-annotations span:nth-child(1):after {
	left: auto;
	right: 100%;
	background-image: url(../images/002.png);
}

.feature-item:nth-child(1) .feature-annotations span:nth-child(6):after {
	left: 50%;
	background-image: url(../images/003.png);
	margin-top: 25px;
	height: 150px;
}

input.feature-toggle {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 100;
	border: none;
	cursor: pointer;
}

	input.feature-toggle:checked + img {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
		filter: alpha(opacity=99);
		opacity: 1;
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-o-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}

	input.feature-toggle:hover + img {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
		filter: alpha(opacity=99);
		opacity: 1;
	}

	input.feature-toggle:checked ~ .feature-annotations,
	input.feature-toggle:checked ~ .feature-annotations span {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
		filter: alpha(opacity=99);
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

		input.feature-toggle:checked ~ .feature-annotations span:nth-child(1) {
			-webkit-transition-delay: 0.3s;
			-moz-transition-delay: 0.3s;
			-o-transition-delay: 0.3s;
			-ms-transition-delay: 0.3s;
			transition-delay: 0.3s;
		}

		input.feature-toggle:checked ~ .feature-annotations span:nth-child(2) {
			-webkit-transition-delay: 0.6s;
			-moz-transition-delay: 0.6s;
			-o-transition-delay: 0.6s;
			-ms-transition-delay: 0.6s;
			transition-delay: 0.6s;
		}

		input.feature-toggle:checked ~ .feature-annotations span:nth-child(3) {
			-webkit-transition-delay: 0.8s;
			-moz-transition-delay: 0.8s;
			-o-transition-delay: 0.8s;
			-ms-transition-delay: 0.8s;
			transition-delay: 0.8s;
		}

		input.feature-toggle:checked ~ .feature-annotations span:nth-child(4) {
			-webkit-transition-delay: 1.0s;
			-moz-transition-delay: 1.0s;
			-o-transition-delay: 1.0s;
			-ms-transition-delay: 1.0s;
			transition-delay: 1.0s;
		}

		input.feature-toggle:checked ~ .feature-annotations span:nth-child(5) {
			-webkit-transition-delay: 1.2s;
			-moz-transition-delay: 1.2s;
			-o-transition-delay: 1.2s;
			-ms-transition-delay: 1.2s;
			transition-delay: 1.2s;
		}

		input.feature-toggle:checked ~ .feature-annotations span:nth-child(6) {
			-webkit-transition-delay: 1.2s;
			-moz-transition-delay: 1.2s;
			-o-transition-delay: 1.2s;
			-ms-transition-delay: 1.2s;
			transition-delay: 1.4s;
		}

@media screen and (max-width: 730px) {
	.feature-item .feature-details,
	.feature-preview {
		float: none;
		width: 100%;
		padding: 0;
		text-align: left;
	}

	.feature-annotations span {
		font-size: 11px;
	}
}

.awesome-features-device {
	position: relative;
	width: 100%;
}

	.awesome-features-device img {
		position: absolute;
		left: -250px;
		top: 50px;
		display: block;
	}

/*************************************
      our services
**************************************/
.service-image-holder {
	position: relative;
	height: 496px;
}

	.service-image-holder .section-title-2 {
		display: inline-block;
		left: 0;
		position: absolute;
		text-align: center;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		width: 100%;
	}

.services-text-box {
	background: #00a9da;
	padding: 90px 70px 40px 90px;
}

/*************************************
	     Counter
**************************************/
.counter-main b {
	font-size: 38px;
	display: block;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	margin: 10px 0px;
}

.counter-main span {
	font-size: 40px;
	color: #fff;
}

.counter-main h5 {
	margin-bottom: 0px;
}

/*************************************
	    	creativity
**************************************/
.creativity h1 {
	line-height: 65px;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: bold;
}

.creativity p {
	font-size: 30px;
}

.creativity .button {
	display: inline-block;
	float: none;
}

/*************************************
	    	News letter 
************************************/
.news-letter {
	padding: 50px 0;
}

	.news-letter p {
		margin-bottom: 0px;
	}

	.news-letter .section-field {
		position: relative;
		display: block;
	}

		.news-letter .section-field i {
			position: absolute;
			left: 0;
			padding: 15px;
			font-size: 14px;
			color: #363636;
		}

		.news-letter .section-field input {
			padding-left: 35px;
			color: #363636;
			background: transparent;
			border: 1px solid #363636;
			width: 80%;
			border-radius: 3px;
		}

			.news-letter .section-field input:focus {
				border: 1px solid #00a9da;
			}

.home-4 .news-letter .section-field {
	margin-top: 25px;
}

/*************************************
    		popup contact
**************************************/
.popup-contact {
	position: relative;
}

.popup-contact-box {
	position: absolute;
	bottom: 105px;
	left: 15px;
	z-index: 999;
}

#contact-btn {
	bottom: 0;
	position: absolute;
	z-index: 99;
	background: #00a9da;
	color: #fff;
	width: 40px;
	border-radius: 3px;
	font-size: 18px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.popup-contact-box input:focus {
	border: 1px solid;
}

.contact-info {
	display: none;
	background-color: #eceff7;
	width: 300px;
	min-height: 390px height:auto;
	border-radius: 3px;
	padding: 25px;
}

	.contact-info h4 {
		text-transform: capitalize;
	}

	.contact-info .contact-form .section-field {
		display: inline;
		position: relative;
		width: 100%;
	}

	.contact-info .contact-form .field-widget {
		position: relative;
	}

	.contact-info .contact-form .section-field i {
		color: #00a9da;
		left: 0;
		position: absolute;
		z-index: 99;
	}

	.contact-info .contact-form .section-field input {
		text-transform: capitalize;
		margin-bottom: 20px;
		margin-right: 17px;
		color: #363636;
		padding-left: 38px;
		width: 100%;
		border: 1px solid #00a9da;
		border-radius: 3px;
	}

		.contact-info .contact-form .section-field input:focus {
			border-color: #363636;
		}

	.contact-info .contact-form textarea {
		width: 100%;
		border: medium none;
		color: #363636;
		display: block;
		border: 1px solid #00a9da;
		margin-bottom: 20px;
		border-radius: 3px;
		padding-left: 38px;
	}

		.contact-info .contact-form textarea:focus {
			border-color: #363636;
		}

	.contact-info a.button-border span {
		padding: 8px 18px;
		margin-right: 0;
	}

.home-2 #contact-btn {
	background: #007da1;
}

/*************************************
    		Let’s Get in Touch
**************************************/
.contact-box i {
	background: #eceff7;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	border-radius: 5px;
	font-size: 34px;
	color: #00a9da; /* margin-bottom: 20px;*/
}
/*contact form*/
.contact-form .section-field {
	position: relative;
	width: 31.3%;
	margin-right: 3%;
	float: left;
}

	.contact-form .section-field:nth-child(3) {
		margin-right: 0px;
	}

	.contact-form .section-field i {
		position: absolute;
		left: 0;
		color: #00a9da;
		display: inline-block;
		width: 45px;
		height: 45px;
		line-height: 45px;
		text-align: center;
		z-index: 99;
	}

	.contact-form .section-field input {
		position: relative;
		width: 100%;
		margin-bottom: 0px;
		padding-left: 45px;
		clear: both;
	}

	.contact-form .section-field.textarea {
		width: 100%;
		float: left;
	}

		.contact-form .section-field.textarea textarea {
			padding-left: 45px;
		}
/*contact-map*/
.contact-map .container-fluid {
	padding: 0px;
	margin: 0px;
	height: 450px;
}

/*************************************
    		contact us 2 
**************************************/
.contact-2 .contact-box i {
	background: transparent;
	float: left;
	margin-right: 10px;
	line-height: 30px;
	top: -7px;
}

.contact-2 .contact-box .info {
	display: table;
}

/*************************************
    		contact us 3
**************************************/
.contact-3 .contact-map iframe {
	height: 800px;
}

.contact-3-info {
	padding: 40px;
	height: 800px;
}

	.contact-3-info .contact-add i {
		float: left;
		color: #00a9da;
		margin-right: 15px;
		line-height: 29px;
	}

	.contact-3-info .contact-add p {
		display: table;
	}

	.contact-3-info .contact-form input {
		background: rgba(0, 0, 0, .5);
		border: none;
		color: #fff;
	}

	.contact-3-info .contact-form textarea {
		background: rgba(0, 0, 0, .5);
		border: none;
		color: #fff;
	}

	.contact-3-info .contact-form input:focus {
		background: rgba(0, 0, 0, 1);
	}

	.contact-3-info .contact-form textarea:focus {
		background: rgba(0, 0, 0, 1);
	}

	.contact-3-info .contact-add i {
		width: 45px;
		height: 45px;
		text-align: center;
		border-radius: 50%;
		background: rgba(0, 0, 0, .5);
		line-height: 45px;
	}
/*contact  */
.home-3 .contact .contact-add i {
	float: left;
	color: #00a9da;
	margin-right: 15px;
	line-height: 29px;
}

.home-3 .contact .contact-add p {
	display: table;
}

.home-3 .contact .contact-form i {
	z-index: 99;
}

.home-3 .contact .contact-form input {
	background: rgba(0, 0, 0, .3);
	border: none;
	color: #fff;
}

.home-3 .contact .contact-form textarea {
	background: rgba(0, 0, 0, .3);
	border: none;
	color: #fff;
	display: block;
}

.home-3 .contact .contact-form input:focus {
	background: rgba(0, 0, 0, .5);
	box-shadow: none;
	border: none;
	color: #fff !important;
}

.home-3 .contact .contact-form textarea:focus {
	background: rgba(0, 0, 0, .5);
	box-shadow: none;
	border: 0px solid;
	color: #fff !important;
}

/*************************************
    		social
**************************************/
.home-4 .social .container-fluid {
	padding: 0px;
}

.home-4 .social li {
	display: inline-block;
	float: left;
	width: 12.5%;
}

	.home-4 .social li a {
		background: #3a5897;
		height: 80px;
		display: block;
		text-align: center;
		line-height: 80px;
		color: #fff;
		font-size: 30px;
	}

		.home-4 .social li a.fb {
			background: #3a5897;
		}

			.home-4 .social li a.fb:hover {
				box-shadow: 250px 0 0 #1e3667 inset;
			}

		.home-4 .social li a.twitter {
			background: #41d1da;
		}

			.home-4 .social li a.twitter:hover {
				box-shadow: 250px 0 0 #249da5 inset;
			}

		.home-4 .social li a.pinterest {
			background: #c3222b;
		}

			.home-4 .social li a.pinterest:hover {
				box-shadow: 250px 0 0 #9d141c inset;
			}

		.home-4 .social li a.vimeo {
			background: #41b2dc;
		}

			.home-4 .social li a.vimeo:hover {
				box-shadow: 250px 0 0 #2288ae inset;
			}

		.home-4 .social li a.dribbble {
			background: #dd4b80;
		}

			.home-4 .social li a.dribbble:hover {
				box-shadow: 250px 0 0 #9e234f inset;
			}

		.home-4 .social li a.linkedin {
			background: #0274b3;
		}

			.home-4 .social li a.linkedin:hover {
				box-shadow: 250px 0 0 #025482 inset;
			}

		.home-4 .social li a.rss {
			background: #ff9900;
		}

			.home-4 .social li a.rss:hover {
				box-shadow: 250px 0 0 #c57805 inset;
			}

		.home-4 .social li a.behance {
			background: #005cff;
		}

			.home-4 .social li a.behance:hover {
				box-shadow: 250px 0 0 #0046c3 inset;
			}

/*************************************
    		Our History
**************************************/
.history-main {
	width: 100%;
}

.liner {
	background: #fff;
	height: 2px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	width: 96%;
	z-index: 1;
	position: relative;
}

	.liner i {
		position: absolute;
		right: -2px;
		top: -9px;
		color: #fff;
	}

.history-content {
	list-style: outside none none;
	padding: 125px 0;
	width: auto;
}

.history-1 {
	position: relative;
	left: 45px;
}

.history-2 {
	position: relative;
	margin-left: 30%;
}

.history-3 {
	position: relative;
	margin-left: 58%;
}

.history-4 {
	position: relative;
	margin-left: 95%;
}

.history-line {
	background: #fff;
	height: 60px;
	left: 3px;
	position: absolute;
	top: -75px;
	width: 2px;
	z-index: 9;
}

.history-time-lin {
	position: relative;
	top: 10px;
	z-index: 2;
}

	.history-time-lin:before {
		bottom: 0;
	}

	.history-time-lin:before {
		background: #fff;
		border-radius: 50%;
		content: "";
		height: 20px;
		left: -5px;
		position: absolute;
		width: 20px;
		z-index: 1;
	}

	.history-time-lin:after {
		border: 2px solid #fff;
		background: #000;
		border-radius: 50%;
		content: "";
		height: 30px;
		left: -5px;
		position: absolute;
		width: 30px;
	}

	.history-time-lin:after {
		left: -10px;
		top: -25px;
	}

.history-item {
	left: -20px;
	position: absolute;
	top: -125px;
}

	.history-item a {
		border-radius: 50%;
		border: 2px solid #fff;
		background: rgba(255, 255, 255, 0.2);
		line-height: 45px;
		font-size: 14px;
		color: #fff;
		width: 50px;
		height: 50px;
		text-align: center;
		display: block;
	}

.history-5 {
	position: relative;
	margin-left: 15%;
}

.history-6 {
	position: relative;
	margin-left: 53%;
}

.history-7 {
	position: relative;
	margin-left: 78%;
}

.history-line-2 {
	background: #fff none repeat scroll 0 0;
	height: 60px;
	left: 3px;
	position: absolute;
	top: 15px;
	width: 2px;
	z-index: 9;
}

.history-item-2 {
	left: -20px;
	position: absolute;
	top: 75px;
}

	.history-item-2 a {
		border-radius: 50%;
		border: 2px solid #fff;
		background: rgba(255, 255, 255, 0.2);
		line-height: 45px;
		font-size: 14px;
		color: #fff;
		width: 50px;
		height: 50px;
		text-align: center;
		display: block;
	}
/*Our History */
.our-history .timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}

	.our-history .timeline:before {
		top: 0;
		bottom: 0;
		position: absolute;
		content: " ";
		width: 4px;
		background-color: #eceff7;
		left: 50%;
		margin-left: -1.5px;
	}

	.our-history .timeline > li {
		margin-bottom: 20px;
		position: relative;
	}

		.our-history .timeline > li:before,
		.our-history .timeline > li:after {
			content: " ";
			display: table;
		}

		.our-history .timeline > li:after {
			clear: both;
		}

		.our-history .timeline > li:before,
		.our-history .timeline > li:after {
			content: " ";
			display: table;
		}

		.our-history .timeline > li:after {
			clear: both;
		}

		.our-history .timeline > li > .timeline-panel {
			width: 46%;
			float: left;
			padding: 10px 30px 20px 30px;
			position: relative;
		}

			.our-history .timeline > li > .timeline-panel:before {
				position: absolute;
				top: 23px;
				right: -33px;
				display: inline-block;
				width: 42px;
				height: 4px;
				background: #eceff7;
				content: " ";
			}

		.our-history .timeline > li > .timeline-badge {
			color: #fff;
			width: 18px;
			height: 18px;
			line-height: 10px;
			font-size: 0.7em;
			text-align: center;
			position: absolute;
			top: 16px;
			left: 50%;
			border: 3px solid #00a9da;
			margin-left: -9px;
			background-color: #fff;
			border-top-right-radius: 50%;
			border-top-left-radius: 50%;
			border-bottom-right-radius: 50%;
			border-bottom-left-radius: 50%;
			box-shadow: 0 0 0 5px #fff;
		}

		.our-history .timeline > li.timeline-inverted > .timeline-panel {
			float: right;
		}

			.our-history .timeline > li.timeline-inverted > .timeline-panel:before {
				border-left-width: 0;
				border-right-width: 15px;
				left: -32px;
				right: auto;
			}

			.our-history .timeline > li.timeline-inverted > .timeline-panel:after {
				border-left-width: 0;
				border-right-width: 14px;
				left: -14px;
				right: auto;
			}

.our-history .timeline-body > p,
.our-history .timeline-body > ul {
	margin-bottom: 0;
}

	.our-history .timeline-body > p + p {
		margin-top: 5px;
	}

.our-history .timeline > li {
	text-align: right;
}

	.our-history .timeline > li.timeline-inverted {
		text-align: left;
	}

.our-history .timeline .text-muted {
	font-size: 14px;
	color: #626262;
}

.our-history .timeline .timeline-arrow {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	color: #eceff7;
	bottom: -29px;
}

/*************************************
	    	inner-intro
**************************************/
.inner-intro {
	height: 410px;
	display: block;
}

	.inner-intro .container {
		display: table;
		height: 100%;
		position: relative;
	}

	.inner-intro span {
		text-transform: capitalize;
	}

	.inner-intro h1 {
		text-transform: capitalize;
	}

.intro-title {
	display: table-cell;
	vertical-align: bottom;
}

	.intro-title p {
		font-size: 18px;
		text-transform: capitalize;
	}

ul.page-breadcrumb li span {
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
}

ul.page-breadcrumb {
	padding-top: 60px;
	padding-bottom: 25px;
}

	ul.page-breadcrumb li {
		color: #fff;
		display: inline-block;
		list-style: none;
	}

		ul.page-breadcrumb li i {
			font-size: 14px;
			padding: 0 7px;
		}

		ul.page-breadcrumb li a {
			color: #fff;
			font-size: 14px;
			text-transform: capitalize;
		}

			ul.page-breadcrumb li a:hover {
				color: #00a9da;
			}

/*************************************
	    	sidebar
**************************************/
.sidebar-widget p {
	margin-bottom: 0px;
}
/*.widget-search */
.widget-search {
	position: relative;
}

	.widget-search input {
		padding-right: 30px;
		color: #626262;
		height: 45px;
		border-color: #eceff7;
	}

	.widget-search i {
		position: absolute;
		right: 0px;
		padding: 16px 12px;
		font-size: 14px;
		color: #626262;
		cursor: pointer;
	}

	.widget-search input:focus {
		border-color: #00a9da;
	}
/*widget-menu*/
.widget-menu {
	position: relative;
}

	.widget-menu ul li a {
		font-size: 14px;
		display: block;
		color: #626262;
		position: relative;
	}

	.widget-menu i {
		padding-top: 4px;
		position: absolute;
		right: 18px;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
	}

	.widget-menu ul li a span {
		padding: 10px 10px 10px 0;
		display: block;
		font-size: 14px;
	}

		.widget-menu ul li a span:hover {
			text-decoration: none;
			color: #00a9da;
		}

	.widget-menu ul li.active {
		border-bottom: none;
	}

	.widget-menu ul li.hover a {
		color: #00a9da;
	}

		.widget-menu ul li.hover a span {
			background: transparent;
			color: #00a9da;
		}

	.widget-menu ul ul li a span {
		color: #626262;
	}

		.widget-menu ul ul li a span:hover {
			color: #00a9da;
		}

	.widget-menu ul ul {
		display: none;
		padding-left: 20px;
	}

		.widget-menu ul ul a {
			display: block;
			color: #626262;
			font-size: 14px;
		}

			.widget-menu ul ul a:hover {
				color: #00a9da;
			}

	.widget-menu ul li.active i {
		transform: rotate(90deg);
	}
/*Recent Posts*/
.sidebar-widget .recent-post {
	float: left;
	width: 100%;
}

.sidebar-widget .recent-post-info span {
	padding-top: 4px;
}

.sidebar-widget .recent-post-info a {
	color: #626262;
}

	.sidebar-widget .recent-post-info a:hover {
		color: #00a9da;
	}

.sidebar-widget .recent-post-info i {
	color: #00a9da;
}

.sidebar-widget .recent-post:last-child {
	margin-bottom: 40px !important;
}
/*widget-archives*/
.widget-archives li {
	display: block;
	margin-bottom: 13px;
}

	.widget-archives li a {
		font-size: 14px;
		color: #626262;
		line-height: 32px;
		display: block;
	}

	.widget-archives li i {
		font-size: 16px;
		line-height: 17px;
		padding-left: 2px;
		margin-right: 20px;
		border: 1px solid #626262;
		border-radius: 50%;
		width: 20px;
		height: 20px;
		text-align: center;
	}

	.widget-archives li a:hover {
		color: #00a9da;
	}

		.widget-archives li a:hover i {
			border-color: #00a9da;
			color: #00a9da;
		}
/*tags*/
.sidebar-widget .tags li a:hover {
	background: #00a9da;
	border-color: #00a9da;
	color: #fff;
}
/*************************************
	    	 Pages
**************************************/
/*************************************
	    	About me
**************************************/
.about-me .custom-content {
	margin-top: 0px;
}

.about-me .maintenance-progress-bar {
	margin: 0;
}

	.about-me .maintenance-progress-bar .progress-bar {
		margin: 0 44px;
	}

.maintenance-progress-bar .progress-bar .rotate {
	background: #00a9da !important;
}

.maintenance-progress-bar .progress-bar .right {
	background: #00a9da !important;
}

.about-me .portfolio-item {
	width: 100%;
}

.about-me .contact-me p {
	color: #363636;
	margin: 15px 0;
	display: table;
}

.about-me .contact-me i {
	float: left;
	color: #00a9da;
	margin-right: 15px;
	line-height: 23px;
	width: 20px;
}

.about-me .follow-me ul {
	margin-top: 20px;
}

.about-me .follow-me li {
	display: inline-block;
}

	.about-me .follow-me li a {
		background: #e4e4e4;
		color: #00a9da;
		border-radius: 3px;
		display: block;
		width: 35px;
		height: 35px;
		line-height: 35px;
		margin-right: 2px;
		text-align: center;
		font-size: 16px;
	}

		.about-me .follow-me li a:hover {
			background: #00a9da;
			color: #fff;
		}

/*************************************
	    	Services 1 page
**************************************/
.service-page-tab #tabs {
	border: 1px solid #eceff7;
	padding: 20px;
}

	.service-page-tab #tabs .tabs {
		text-align: left;
	}

		.service-page-tab #tabs .tabs li {
			font-size: 16px;
			text-transform: uppercase;
			background: #eceff7;
			color: #626262;
			margin: 0 2px;
			padding: 10px 15px;
		}

	.service-page-tab #tabs .tabcontent {
		text-align: left;
		padding: 15px 0 0;
		margin-bottom: 0px;
	}

		.service-page-tab #tabs .tabcontent p {
			margin-bottom: 0px;
		}

	.service-page-tab #tabs ul.tabs li.active, .service-page-tab #tabs ul.tabs li.active:focus, #tabs ul.tabs li:hover {
		color: #fff;
	}

.ripple {
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	position: absolute;
	opacity: 1;
}

.rippleEffect {
	-webkit-animation: rippleDrop .6s linear;
	animation: rippleDrop .6s linear;
}

@-webkit-keyframes rippleDrop {
	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@keyframes rippleDrop {
	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

/*************************************
	    	Services 2 page
**************************************/
.like-template h2 {
	text-transform: uppercase;
}

.like-template p {
	font-size: 18px;
}

.premium-features b {
	margin-bottom: 0px;
}

/*************************************
	    	Services 3 page
**************************************/
.service-3 .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

	.service-3 .row [class*="col-"] {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

/*************************************
	    	   Team 1 page
**************************************/
.meet-team .isotope-filters {
	margin: 0 auto 20px;
}

.team {
	background: #eceff7;
	padding: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

	.team .team-description {
		padding: 20px 0;
	}

	.team h4 {
		font-weight: 500;
		margin-bottom: 5px;
		-webkit-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.team span {
		font-size: 16px;
		color: #00a9da;
		-webkit-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.team p {
		margin-bottom: 0px;
		margin-top: 10px;
		-webkit-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.team .team-social-icon {
		margin-bottom: 10px;
	}

		.team .team-social-icon a i {
			background: #fff;
			border: 1px solid #cfd6e8;
			border-radius: 50%;
			color: #000;
			font-size: 14px;
			height: 40px;
			line-height: 40px;
			margin: 0 4px;
			text-align: center;
			-webkit-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
			width: 40px;
		}

	.team.active .team-social-icon a i {
		border-color: #00a9da;
	}

	.team .team-social-icon a i:hover {
		background: #00a9da;
		color: #fff;
		border-color: #fff;
	}

	.team:hover, .team.active {
		background: #00a9da;
	}

		.team:hover h4, .team.active h4 {
			color: #fff;
		}

		.team:hover span, .team.active span {
			color: #fff;
		}

		.team:hover p, .team.active p {
			color: #fff;
		}

/*************************************
	    	   Team 2 page
**************************************/
.team-2 {
	background: transparent;
	padding: 10px;
}

	.team-2 .team-images {
		position: relative;
	}

	.team-2 span {
		font-size: 15px;
		color: #00a9da;
	}

	.team-2 .team-social-icon {
		margin-bottom: 10px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		position: absolute;
		top: 54%;
		width: 100%;
		-webkit-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

		.team-2 .team-social-icon a i {
			background: #fff;
			border-radius: 50%;
			color: #00a9da;
			font-size: 14px;
			height: 40px;
			line-height: 42px;
			margin: 0 4px;
			text-align: center;
			-webkit-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
			width: 40px;
		}

			.team-2 .team-social-icon a i:hover {
				background: #00a9da;
				color: #fff;
			}

.team-details {
	background-color: rgba(0, 0, 0, 0.5);
	display: inline-block;
	left: 0;
	top: 0;
	opacity: 0;
	height: 100%;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.team-2:hover .team-details {
	opacity: 1;
}

.team-2 .full-screen.columns-4 .grid-item {
	padding: 15px;
}

.team-2 .team-overlay {
	background: #00a9da;
	bottom: 0;
	height: 0;
	left: 0;
	position: absolute;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	width: 100%;
	z-index: 2;
}

.team-2 .portfolio-item img {
	transition: transform 0.35s ease 0s;
	-webkit-transition: transform 0.35s ease 0s;
	-o-transition: transform 0.35s ease 0s;
	-ms-transition: transform 0.35s ease 0s;
	-moz-transition: transform 0.35s ease 0s;
}

.team-2 .portfolio-item:hover .team-overlay {
	height: 115px;
}

.team-2 .portfolio-item:hover img {
	transform: translate3d(0px, -60px, 0px);
	-webkit-transform: translate3d(0px, -60px, 0px);
	-moz-transform: translate3d(0px, -60px, 0px);
	-o-transform: translate3d(0px, -60px, 0px);
	-ms-transform: translate3d(0px, -60px, 0px);
}

.team-2 .team-overlay .social {
	background: #363636;
	padding: 10px 0;
}

	.team-2 .team-overlay .social li {
		display: inline-block;
	}

		.team-2 .team-overlay .social li a {
			display: block;
			font-size: 14px;
			padding: 0 10px;
			font-weight: normal;
			color: #fff;
		}

			.team-2 .team-overlay .social li a:hover {
				color: #00a9da;
			}

.team-2 .team-overlay .info {
	background: #00a9da;
	padding: 12px 0px;
}

	.team-2 .team-overlay .info h5 {
		margin-bottom: 3px;
		text-transform: capitalize;
	}

	.team-2 .team-overlay .info span {
		color: #363636;
		font-size: 14px;
	}

.team-2 .team-2-box img {
	transition: transform 0.35s ease 0s;
	-webkit-transition: transform 0.35s ease 0s;
	-o-transition: transform 0.35s ease 0s;
	-ms-transition: transform 0.35s ease 0s;
	-moz-transition: transform 0.35s ease 0s;
}

.team-2 .team-2-box {
	position: relative;
	overflow: hidden;
	position: relative;
	width: 100%;
}

	.team-2 .team-2-box:hover .team-overlay, .team-2 .team-2-box.active .team-overlay {
		height: 115px;
	}

	.team-2 .team-2-box:hover img, .team-2 .team-2-box.active img {
		transform: translate3d(0px, -60px, 0px);
		-webkit-transform: translate3d(0px, -60px, 0px);
		-moz-transform: translate3d(0px, -60px, 0px);
		-o-transform: translate3d(0px, -60px, 0px);
		-ms-transform: translate3d(0px, -60px, 0px);
	}

/*************************************
	    	   Team 3
**************************************/
.team-3-main {
	position: relative;
}

.team-3 {
	background: transparent;
	border: 5px solid #fff;
	position: relative;
	z-index: 9;
}

	.team-3 .team-images {
		position: relative;
	}

	.team-3 .team-description {
		padding: 20px 0 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		bottom: 40px;
		position: absolute;
		width: 100%;
	}

	.team-3 h4 {
		margin-bottom: 5px;
		color: #fff;
	}

	.team-3 span {
		font-size: 15px;
		color: #fff;
	}

	.team-3 p {
		font-size: 13px;
		margin-bottom: 0px;
		margin-top: 10px;
	}

	.team-3 .team-social-icon {
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		position: absolute;
		bottom: 0;
		width: 100%;
		-webkit-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

		.team-3 .team-social-icon a i {
			background: #fff;
			border-radius: 50%;
			color: #00a9da;
			font-size: 14px;
			height: 40px;
			line-height: 42px;
			margin: 0 4px;
			text-align: center;
			-webkit-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
			width: 40px;
		}

			.team-3 .team-social-icon a i:hover {
				background: #00a9da;
				color: #fff;
			}

.team-details {
	background-color: rgba(0, 0, 0, 0.5);
	display: inline-block;
	left: 0;
	top: 0;
	opacity: 0;
	height: 100%;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.team-3:hover .team-details {
	opacity: 1;
}

.team-3-device {
	background: url(../images/device/device-5.png) no-repeat;
	background-size: 100%;
	height: 80px;
	bottom: 0px;
	left: 0;
	right: 0;
	width: 100%;
	position: absolute;
	display: inline-block;
	z-index: 0;
}
/*owl-carousel-11*/
.team-3-main .owl-carousel-11 {
	padding: 0 50px;
	margin-bottom: 65px;
}

.owl-carousel-11 .owl-nav {
	display: block;
	position: absolute;
	text-indent: inherit;
	top: 46%;
	left: 0;
	width: 100%;
	cursor: pointer;
}

	.owl-carousel-11 .owl-nav .owl-prev {
		display: block;
		position: absolute;
		text-indent: inherit;
		right: 0px;
		width: auto;
		cursor: pointer;
		-webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
		-moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
		-ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
		-o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
		transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
	}

	.owl-carousel-11 .owl-nav .owl-next {
		display: block;
		position: absolute;
		text-indent: inherit;
		left: 0px;
		width: auto;
		cursor: pointer;
		-webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
		-moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
		-ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
		-o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
		transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
	}

	.owl-carousel-11 .owl-nav i {
		font-weight: normal;
		font-size: 35px;
		color: #626262;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

		.owl-carousel-11 .owl-nav i:hover {
			color: #00a9da;
		}

/*************************************
	    	   Portfolio page
**************************************/
/*portfolio single page*/
.port-singal .owl-carousel-2 .item img {
	width: 100%;
}
/*port-title*/
.port-title i {
	color: #00a9da;
	float: left;
	margin-right: 20px;
	font-size: 30px;
}

.port-title h3 {
	display: table;
}
/*tags-2*/
.tags-2 h5 {
	display: inline-block;
	margin-bottom: 0px;
	margin-top: 4px;
}

.tags-2 ul {
	display: inline-block;
}

.tags-2 li {
	display: inline-block;
	margin-left: 5px;
}

	.tags-2 li a {
		display: block;
		background: #eceff7;
		font-size: 14px;
		color: #626262;
		padding: 2px 5px;
	}

		.tags-2 li a:hover {
			background: #00a9da;
			color: #fff;
		}
/*port-meta*/
.port-meta ul {
	margin-bottom: 30px;
}

.port-meta li {
	margin-bottom: 20px;
	font-size: 16px;
}

	.port-meta li b {
		color: #00a9da;
		width: 200px;
		font-weight: 400;
		width: 100px;
		display: inline-block;
	}

	.port-meta li span {
		font-weight: normal;
	}

.port-info p {
	margin-bottom: 0px;
}
/*port-navigation*/
.port-navigation {
	padding: 20px 0;
	border-bottom: 1px dashed #d0d0d0;
	border-top: 1px dashed #d0d0d0;
}

	.port-navigation a {
		color: #626262;
	}

.port-arrow {
	height: 74px;
	width: 40px;
	text-align: center;
	background: #eceff7;
	display: inline-block;
}

	.port-arrow i {
		text-align: center;
		font-size: 25px;
		line-height: 75px;
	}

.port-photo {
	width: 124px;
	height: 77px;
	display: inline-block;
}

	.port-photo img {
		width: 100%;
	}
/*port-post*/
.port-post {
	background: #eceff7;
	padding: 15px;
}

.port-post-photo {
	width: 170px;
	display: inline-block;
	float: left;
	margin-right: 20px;
}

	.port-post-photo img {
		width: 100%;
	}
/*port-post-info*/
.port-post-info {
	padding-left: 190px;
}

	.port-post-info h3 {
		display: inline-block;
		font-size: 24px;
	}

	.port-post-info span {
		color: #626262;
	}

.port-post-social strong {
	font-size: 14px;
}

.port-post-social a {
	color: #626262;
	margin-left: 8px;
	font-size: 14px;
}

	.port-post-social a:hover {
		color: #00a9da;
	}

.port-post-info p {
	margin-top: 10px;
}
/*related-work */
.owl-carousel-7 img {
	width: 100%;
}

.owl-carousel-7 .owl-nav {
	display: block;
	position: absolute;
	text-indent: inherit;
	top: -50px;
	left: 0;
	width: 100%;
	cursor: pointer;
}

	.owl-carousel-7 .owl-nav .owl-prev {
		display: block;
		position: absolute;
		text-indent: inherit;
		right: 0px;
		width: auto;
		cursor: pointer;
		-webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
		-moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
		-ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
		-o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
		transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
	}

	.owl-carousel-7 .owl-nav .owl-next {
		display: block;
		position: absolute;
		text-indent: inherit;
		right: 30px;
		width: auto;
		cursor: pointer;
		-webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
		-moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
		-ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
		-o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
		transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
	}

	.owl-carousel-7 .owl-nav i {
		font-weight: normal;
		font-size: 20px;
		color: #626262;
		background: #eceff7;
		padding: 5px 10px;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

		.owl-carousel-7 .owl-nav i:hover {
			color: #fff;
			background: #00a9da;
		}

.related-work .portfolio-item {
	width: 100%;
}

	.related-work .portfolio-item .portfolio-overlay {
		display: inline-block;
		left: 0;
		position: absolute;
		text-align: center;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		width: 100%;
	}
/*portfolio Classic 1 columns */
.isotope-filters {
	display: table;
	margin: 0 auto 50px;
	text-align: center;
}

	.isotope-filters button {
		border: none;
		margin: 4px;
		cursor: pointer;
		color: #626262;
		padding: 5px 18px;
		font-size: 16px;
		border-radius: 3px;
		background: transparent;
		border: 1px solid #626262;
		text-transform: capitalize;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	}

		.isotope-filters button:focus {
			outline: none;
			outline-style: none;
			outline-offset: 0;
		}

		.isotope-filters button.active, .isotope-filters button:hover {
			background: #00a9da;
			color: #fff;
			border-color: #00a9da;
		}
/*portfolio-block hover*/
.portfolio-block .portfolio-item {
	width: 100%;
	position: relative;
	overflow: hidden;
}

	.portfolio-block .portfolio-item .portfolio-caption {
		background: rgba(0, 0, 0, .7);
		width: 100%;
		height: 100%;
		padding: 30px;
		position: absolute;
		top: -100px;
		color: #fff;
	}

		.portfolio-block .portfolio-item .portfolio-caption a {
			display: inline-block;
			color: #fff;
			font-size: 18px;
		}

			.portfolio-block .portfolio-item .portfolio-caption a span {
				font-size: 15px;
				padding: 10px 0 20px;
				display: block;
				color: #00a9da;
				text-transform: capitalize;
			}

			.portfolio-block .portfolio-item .portfolio-caption a:hover, .portfolio-caption a span:hover {
				color: #00a9da;
			}

	.portfolio-block .portfolio-item .portfolio-overlay a {
		display: inline-block;
		width: 40px;
		height: 40px;
		background: #fff;
		color: #626262;
		border-radius: 50%;
		padding-left: 0px;
		text-align: center;
		line-height: 38px;
	}

		.portfolio-block .portfolio-item .portfolio-overlay a i {
			font-size: 16px;
		}

		.portfolio-block .portfolio-item .portfolio-overlay a:hover {
			background: #00a9da;
			color: #fff;
		}
/*grid item*/
.portfolio-block .grid-item {
	position: relative;
	height: auto;
	margin-bottom: 40px;
	width: 100%;
}

	.portfolio-block .grid-item img {
		width: 100%;
	}

.portfolio-block ul.port-tag li {
	display: inline-block;
}

	.portfolio-block ul.port-tag li a {
		display: block;
		font-size: 14px;
		color: #626262;
		padding-right: 5px;
	}

		.portfolio-block ul.port-tag li a:hover {
			color: #00a9da;
		}

.portfolio-block ul.list-style li {
	display: block;
}

	.portfolio-block ul.list-style li a {
		font-size: 14px;
		color: #626262;
		padding-right: 5px;
	}

	.portfolio-block ul.list-style li i {
		padding-right: 10px;
	}

	.portfolio-block ul.list-style li a:hover {
		color: #00a9da;
	}
/*portfolio-item*/
.portfolio-block .portfolio-item {
	width: 100%;
}

	.portfolio-block .portfolio-item .portfolio-overlay {
		display: inline-block;
		left: 0;
		position: absolute;
		text-align: center;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		width: 100%;
	}
/*portfolio 1 columns sidebar*/
.portfolio-sidebar.portfolio-block a.title {
	background: transparent;
	width: 100%;
	color: #fff;
	padding-left: 0;
}

	.portfolio-sidebar.portfolio-block a.title:hover {
		background: transparent !important;
		color: #00a9da;
	}

.portfolio-sidebar.portfolio-block ul.port-tag {
	margin-bottom: 10px;
}

	.portfolio-sidebar.portfolio-block ul.port-tag li a {
		background: transparent;
		color: #fff;
		margin-right: 20px;
	}

		.portfolio-sidebar.portfolio-block ul.port-tag li a:hover {
			background: transparent;
			color: #00a9da;
		}

.portfolio-sidebar .button-group.filters-button-group {
	margin-bottom: 42px;
}
/*portfolio 2 columns fullwidth*/
.portfolio-fullwidth.portfolio-block.columns-2 .grid-item {
	margin-bottom: 0px;
	width: 50%;
}

.portfolio-fullwidth.portfolio-block.columns-2 a.title {
	background: transparent !important;
	width: 100%;
	color: #fff;
}

	.portfolio-fullwidth.portfolio-block.columns-2 a.title:hover {
		background: transparent !important;
		width: 100%;
		color: #00a9da;
	}

.portfolio-fullwidth.portfolio-block.columns-2 ul.port-tag {
	margin-bottom: 10px;
}

	.portfolio-fullwidth.portfolio-block.columns-2 ul.port-tag li a {
		background: transparent;
		color: #fff;
		margin-right: 20px;
	}

		.portfolio-fullwidth.portfolio-block.columns-2 ul.port-tag li a:hover {
			background: transparent;
			color: #00a9da;
		}

.portfolio-fullwidth.columns-2 .button-group.filters-button-group {
	margin-bottom: 42px;
}
/*portfolio 2 columns sidebar */
.portfolio-sidebar.portfolio-block.columns-2 .grid-item {
	margin-bottom: 0px;
	width: 50%;
}

.portfolio-sidebar.portfolio-block.columns-2 .portfolio-item .portfolio-overlay {
	display: inline-block;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 100%;
}
/* portfolio 3 columns sidebar */
.portfolio-sidebar.portfolio-block.columns-3 .grid-item {
	margin-bottom: 0px;
	width: 33.33%;
}

.portfolio-sidebar.portfolio-block.columns-3 .portfolio-item .portfolio-overlay {
	display: inline-block;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 100%;
}
/* portfolio 3 columns fullwidth  */
.portfolio-fullwidth.portfolio-block.columns-3 .grid-item {
	margin-bottom: 0px;
	width: 33.33%;
}

.portfolio-fullwidth.portfolio-block.columns-3 a.title {
	background: transparent !important;
	width: 100%;
	color: #fff;
}

	.portfolio-fullwidth.portfolio-block.columns-3 a.title:hover {
		background: transparent;
		width: 100%;
		color: #00a9da;
	}

.portfolio-fullwidth.portfolio-block.columns-3 ul.port-tag {
	margin-bottom: 10px;
}

	.portfolio-fullwidth.portfolio-block.columns-3 ul.port-tag li a {
		background: transparent;
		color: #fff;
		margin-right: 20px;
	}

		.portfolio-fullwidth.portfolio-block.columns-3 ul.port-tag li a:hover {
			background: transparent;
			color: #00a9da;
		}

.portfolio-fullwidth.columns-3 .button-group.filters-button-group {
	margin-bottom: 42px;
}
/* portfolio 4 columns sidebar */
.portfolio-sidebar.portfolio-block.columns-4 .grid-item {
	margin-bottom: 0px;
	width: 25%;
}

.portfolio-sidebar.portfolio-block.columns-4 .portfolio-item .portfolio-overlay {
	display: inline-block;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 100%;
}

.portfolio-sidebar.portfolio-block.columns-4 ul.port-tag {
	margin-bottom: 3px;
}

	.portfolio-sidebar.portfolio-block.columns-4 ul.port-tag li a {
		font-size: 13px;
	}

.portfolio-sidebar.portfolio-block.columns-4 .portfolio-overlay a {
	height: 30px;
	line-height: 26px;
	margin-left: 0px;
	padding-left: 0;
	text-align: center;
	width: 30px;
}

.portfolio-sidebar.portfolio-block.columns-4 a.title {
	margin-left: 0px;
	font-size: 14px;
	background: transparent;
	width: 100%;
	height: 100%;
}

.portfolio-sidebar.portfolio-block.columns-4 .portfolio-overlay i {
	font-size: 12px;
}
/* portfolio 4 columns fullwidth */
.portfolio-fullwidth.portfolio-block.columns-4 .grid-item {
	margin-bottom: 0px;
	width: 25%;
}

.portfolio-fullwidth.portfolio-block.columns-4 a.title {
	background: transparent !important;
	width: 100%;
	color: #fff;
}

	.portfolio-fullwidth.portfolio-block.columns-4 a.title:hover {
		background: transparent;
		width: 100%;
		color: #00a9da;
	}

.portfolio-fullwidth.portfolio-block.columns-4 ul.port-tag {
	margin-bottom: 10px;
}

	.portfolio-fullwidth.portfolio-block.columns-4 ul.port-tag li a {
		background: transparent;
		color: #fff;
		margin-right: 20px;
	}

		.portfolio-fullwidth.portfolio-block.columns-4 ul.port-tag li a:hover {
			background: transparent;
			color: #00a9da;
		}

.portfolio-fullwidth.columns-4 .button-group.filters-button-group {
	margin-bottom: 42px;
}
/* portfolio fullwidth packetry */
.packetry .item {
	float: left;
	width: 25%;
	height: auto !important;
	padding: 0px;
	margin: 0px;
	border: 0px solid transparent;
}

	.packetry .item.width2 {
		width: 50%;
	}

	.packetry .item img {
		width: 100%;
	}

.packetry .portfolio-item .portfolio-overlay {
	display: inline-block;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 100%;
}

	.packetry .portfolio-item .portfolio-overlay a.title {
		background: transparent;
		width: 100%;
		color: #fff;
	}

		.packetry .portfolio-item .portfolio-overlay a.title:hover {
			color: #00a9da;
			background: none;
		}

	.packetry .portfolio-item .portfolio-overlay ul.port-tag {
		margin-bottom: 5px;
	}

		.packetry .portfolio-item .portfolio-overlay ul.port-tag li {
			display: inline-block;
			margin: 0 6px;
		}

			.packetry .portfolio-item .portfolio-overlay ul.port-tag li a {
				background: transparent;
				color: #fff;
				margin-right: 10px;
			}

				.packetry .portfolio-item .portfolio-overlay ul.port-tag li a:hover {
					color: #00a9da;
				}

.packetry .portfolio-item {
	width: 100%;
	position: relative;
	overflow: hidden;
}

	.packetry .portfolio-item .portfolio-caption {
		background: rgba(0, 0, 0, .7);
		width: 100%;
		height: 100%;
		padding: 30px;
		position: absolute;
		top: -100px;
		color: #fff;
	}

		.packetry .portfolio-item .portfolio-caption a {
			display: inline-block;
			color: #fff;
			font-size: 18px;
		}

			.packetry .portfolio-item .portfolio-caption a span {
				font-size: 15px;
				padding: 10px 0 20px;
				display: block;
				color: #00a9da;
				text-transform: capitalize;
			}

			.packetry .portfolio-item .portfolio-caption a:hover, .portfolio-caption a span:hover {
				color: #00a9da;
			}

	.packetry .portfolio-item .portfolio-overlay a {
		display: inline-block;
		width: 40px;
		height: 40px;
		background: #fff;
		color: #626262;
		border-radius: 50%;
		padding-left: 0px;
		text-align: center;
		line-height: 38px;
	}

		.packetry .portfolio-item .portfolio-overlay a i {
			font-size: 16px;
		}

		.packetry .portfolio-item .portfolio-overlay a:hover {
			background: #00a9da;
			color: #fff;
		}
/*masonry menu*/
.isotope-filters-2 {
	display: table;
	margin: 0 auto 50px;
}

	.isotope-filters-2 button {
		border: none;
		margin: 2px;
		cursor: pointer;
		color: #626262;
		padding: 5px 18px;
		font-size: 16px;
		border-radius: 3px;
		background: transparent;
		border: 1px solid #626262;
		text-transform: capitalize;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	}

		.isotope-filters-2 button:focus {
			outline: none;
			outline-style: none;
			outline-offset: 0;
		}

		.isotope-filters-2 button.active, .isotope-filters-2 button:hover {
			background: #00a9da;
			color: #fff;
			border-color: #00a9da;
		}
/* portfolio masonry columns 2 and 3 */
.masonry .grid-sizer,
.masonry.columns-2 .masonry-item {
	width: 50%;
	padding: 5px;
}

.masonry .masonry-item {
	float: left;
}

	.masonry .masonry-item img {
		display: block;
		width: 100%;
	}

.masonry .portfolio-item .portfolio-overlay .portfolio-item {
	width: 100%;
}

.masonry .portfolio-item .portfolio-overlay {
	display: inline-block;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 100%;
}

	.masonry .portfolio-item .portfolio-overlay a.title {
		background: transparent;
		width: 100%;
		color: #fff;
	}

		.masonry .portfolio-item .portfolio-overlay a.title:hover {
			color: #00a9da;
			background: none;
		}

	.masonry .portfolio-item .portfolio-overlay ul.port-tag {
		margin-bottom: 5px;
	}

		.masonry .portfolio-item .portfolio-overlay ul.port-tag li {
			display: inline-block;
			margin: 0 6px;
		}

			.masonry .portfolio-item .portfolio-overlay ul.port-tag li a {
				background: transparent;
				color: #fff;
				margin-right: 20px;
			}

				.masonry .portfolio-item .portfolio-overlay ul.port-tag li a:hover {
					color: #00a9da;
				}

.masonry.columns-3 .masonry-item {
	width: 33.333%;
	padding: 5px;
}

.masonry.full-screen .masonry-item {
	width: 20%;
	padding: 5px;
}

.masonry .portfolio-item {
	width: 100%;
	position: relative;
	overflow: hidden;
}

	.masonry .portfolio-item .portfolio-caption {
		background: rgba(0, 0, 0, .7);
		width: 100%;
		height: 100%;
		padding: 30px;
		position: absolute;
		top: -100px;
		color: #fff;
	}

		.masonry .portfolio-item .portfolio-caption a {
			display: inline-block;
			color: #fff;
			font-size: 18px;
		}

			.masonry .portfolio-item .portfolio-caption a span {
				font-size: 15px;
				padding: 10px 0 20px;
				display: block;
				color: #00a9da;
				text-transform: capitalize;
			}

			.masonry .portfolio-item .portfolio-caption a:hover, .portfolio-caption a span:hover {
				color: #00a9da;
			}

	.masonry .portfolio-item .portfolio-overlay a {
		display: inline-block;
		width: 40px;
		height: 40px;
		background: #fff;
		color: #626262;
		border-radius: 50%;
		padding-left: 0px;
		text-align: center;
		line-height: 38px;
	}

		.masonry .portfolio-item .portfolio-overlay a i {
			font-size: 16px;
		}

		.masonry .portfolio-item .portfolio-overlay a:hover {
			background: #00a9da;
			color: #fff;
		}
/* portfolio masonry columns 4 */
.masonry.columns-4 .masonry-item {
	width: 20%;
	padding: 5px;
}

.masonry.columns-4 ul.port-tag {
	margin-bottom: 3px;
}

	.masonry.columns-4 ul.port-tag li a {
		font-size: 13px;
	}

.masonry.columns-4 .portfolio-overlay a {
	height: 30px;
	line-height: 26px;
	margin-left: 0px;
	padding-left: 0;
	text-align: center;
	width: 30px;
}

.masonry.columns-4 a.title {
	margin-left: 0px;
	font-size: 14px;
	background: transparent;
	width: 100%;
	height: 100%;
}

.masonry.columns-4 .portfolio-overlay i {
	font-size: 12px;
}

.masonry-main .container-fluid {
	padding: 0px;
}
/* portfolio masonry columns 4 */
.full-screen.columns-2 .grid-item {
	width: 50%;
	padding: 0px;
}

.full-screen.columns-3 .grid-item {
	width: 33.333%;
	padding: 0px;
}

.full-screen.columns-4 .grid-item {
	width: 25%;
	padding: 0px;
}

.full-screen.columns-5 .grid-item {
	width: 20%;
	padding: 0px;
}

.full-screen .grid-item {
	float: left;
}

	.full-screen .grid-item img {
		display: block;
		width: 100%;
	}
/*portfolio-block hover*/
.full-screen .portfolio-item {
	width: 100%;
	position: relative;
	overflow: hidden;
}

	.full-screen .portfolio-item .portfolio-overlay {
		display: inline-block;
		left: 0;
		position: absolute;
		text-align: center;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		width: 100%;
	}

.full-screen a.title {
	background: transparent;
	width: 100%;
	color: #00a9da;
}

.full-screen .portfolio-item .portfolio-overlay ul.port-tag {
	margin-bottom: 5px;
}

	.full-screen .portfolio-item .portfolio-overlay ul.port-tag li {
		display: inline-block;
		margin: 0 6px;
	}

		.full-screen .portfolio-item .portfolio-overlay ul.port-tag li a {
			background: transparent;
			color: #fff;
			margin-right: 20px;
		}

			.full-screen .portfolio-item .portfolio-overlay ul.port-tag li a:hover {
				color: #00a9da;
			}

.full-screen .portfolio-item .portfolio-caption {
	background: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100%;
	padding: 30px;
	position: absolute;
	top: -100px;
	color: #fff;
}

	.full-screen .portfolio-item .portfolio-caption a.title {
		margin-left: 0px;
		font-size: 14px;
		background: transparent;
		width: 100%;
		height: 100%;
		font-size: 18px;
		color: #fff;
	}

		.full-screen .portfolio-item .portfolio-caption a.title:hover {
			color: #00a9da;
			background: none;
		}

	.full-screen .portfolio-item .portfolio-caption a span {
		font-size: 15px;
		padding: 10px 0 20px;
		display: block;
		color: #00a9da;
		text-transform: capitalize;
	}

	.full-screen .portfolio-item .portfolio-caption a:hover, .portfolio-caption a span:hover {
		color: #00a9da;
	}

.full-screen .portfolio-item .portfolio-overlay a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #fff;
	color: #626262;
	border-radius: 50%;
	padding-left: 0px;
	text-align: center;
	line-height: 40px;
}

	.full-screen .portfolio-item .portfolio-overlay a i {
		font-size: 16px;
	}

	.full-screen .portfolio-item .portfolio-overlay a:hover {
		background: #00a9da;
		color: #fff;
	}

/*************************************
	    	   blog page
**************************************/
/* blog-single 1*/
.blog-single blockquote.entry-quote p {
	font-size: 16px;
}

.blog-single .tags-2 ul {
	display: inline-block;
}

.owl-carousel-13 img {
	width: 100%;
}

.owl-carousel-13 .owl-nav {
	display: block;
	position: absolute;
	text-indent: inherit;
	top: -40px;
	left: 0;
	width: 100%;
	cursor: pointer;
}

	.owl-carousel-13 .owl-nav .owl-prev {
		display: block;
		position: absolute;
		text-indent: inherit;
		right: 0px;
		width: auto;
		cursor: pointer;
		-webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
		-moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
		-ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
		-o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
		transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
	}

	.owl-carousel-13 .owl-nav .owl-next {
		display: block;
		position: absolute;
		text-indent: inherit;
		right: 30px;
		width: auto;
		cursor: pointer;
		-webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
		-moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
		-ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
		-o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
		transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
	}

	.owl-carousel-13 .owl-nav i {
		font-weight: normal;
		font-size: 20px;
		color: #626262;
		background: #eceff7;
		padding: 5px 10px;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

		.owl-carousel-13 .owl-nav i:hover {
			color: #fff;
			background: #00a9da;
		}
/*blog img hover*/
.blog .portfolio-item {
	width: 100%;
	position: relative;
	overflow: hidden;
}

	.blog .portfolio-item .portfolio-caption {
		background: rgba(0, 0, 0, .7);
		width: 100%;
		height: 100%;
		padding: 30px;
		position: absolute;
		top: -100px;
		color: #fff;
	}

	.blog .portfolio-item .portfolio-overlay a {
		display: inline-block;
		width: 40px;
		height: 40px;
		background: #fff;
		color: #626262;
		border-radius: 50%;
		margin-right: 10px;
		padding-left: 0px;
		text-align: center;
		line-height: 38px;
	}

		.blog .portfolio-item .portfolio-overlay a i {
			font-size: 16px;
		}

		.blog .portfolio-item .portfolio-overlay a:hover {
			background: #00a9da;
			color: #fff;
		}
/*blog-comments*/
.comments-1 .comments-photo {
	width: 106px;
	height: auto;
	float: left;
	border: 5px solid #eceff7;
	margin-right: 20px;
}

	.comments-1 .comments-photo img {
		width: 100%;
	}

.comments-1 .comments-info {
	display: table;
	background: #eceff7;
	padding: 20px;
	margin-bottom: 20px;
}

	.comments-1 .comments-info h4 {
		display: inline-block;
	}

	.comments-1 .comments-info span {
		font-size: 13px;
		color: #626262;
	}

	.comments-1 .comments-info a {
		color: #00a9da;
	}

		.comments-1 .comments-info a:hover {
			color: #363636;
		}

.comments-1.comments-2 {
	padding-left: 127px;
}

	.comments-1.comments-2 .comments-info {
		background: #fff;
		margin-bottom: 0px;
		padding: 20px 20px 10px;
	}
/* blog post 2 */
.owl-carousel-6 {
	overflow: hidden;
}

	.owl-carousel-6 img {
		width: 100%;
	}

	.owl-carousel-6 .owl-nav {
		display: block;
		position: absolute;
		text-indent: inherit;
		top: 45%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		left: 0;
		width: 100%;
		cursor: pointer;
	}

		.owl-carousel-6 .owl-nav .owl-prev {
			display: block;
			position: absolute;
			text-indent: inherit;
			left: -44px;
			width: auto;
			cursor: pointer;
			-webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
			-moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
			-ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
			-o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
			transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
		}

		.owl-carousel-6 .owl-nav .owl-next {
			display: block;
			position: absolute;
			text-indent: inherit;
			right: -44px;
			width: auto;
			cursor: pointer;
			-webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
			-moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
			-ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
			-o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
			transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
		}

		.owl-carousel-6 .owl-nav i {
			font-weight: normal;
			font-size: 20px;
			color: #626262;
			background: rgba(255, 255, 255, 0.7);
			padding: 8px;
			-webkit-transition: all 0.3s ease-out 0s;
			-moz-transition: all 0.3s ease-out 0s;
			-ms-transition: all 0.3s ease-out 0s;
			-o-transition: all 0.3s ease-out 0s;
			transition: all 0.3s ease-out 0s;
		}

			.owl-carousel-6 .owl-nav i:hover {
				color: #626262;
				background: rgba(255, 255, 255, 1);
			}

.blog-entry-slider:hover .owl-carousel-6 .owl-nav .owl-prev {
	left: 0;
}

.blog-entry-slider:hover .owl-carousel-6 .owl-nav .owl-next {
	right: 0;
}

.blog-entry-slider .owl-carousel .owl-stage-outer {
	overflow: hidden;
}
/*blog-entry*/
.blog-entry {
	margin: 0;
}

.entry-title i {
	color: #00a9da;
	float: left;
	margin-right: 20px;
	font-size: 30px;
	line-height: 33px;
}

.entry-title h3 {
	display: table;
}

.entry-title h4 {
	display: table-cell;
	line-height: 30px;
}

.blog.blog-grid .entry-title i {
	font-size: 24px;
}
/*entry-meta*/
.entry-meta a {
	font-size: 14px;
	margin-right: 10px;
	color: #626262;
}

.entry-meta span {
	font-size: 13px;
	margin-right: 10px;
	color: #626262;
}

.entry-meta i {
	font-size: 14px;
	color: #00a9da;
	padding-right: 3px;
}

.entry-meta a:hover {
	color: #00a9da;
}
/*entry-content*/
.entry-content p {
	margin-bottom: 0px;
}

.blog-entry-image .portfolio-item {
	width: 100%;
}

	.blog-entry-image .portfolio-item .portfolio-overlay {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		left: 0;
		display: inline-block;
		text-align: center;
		width: 100%;
		z-index: 2;
	}
/*blog-entry-grid*/
.blog-entry-grid .grid-post li {
	float: left;
	width: 50%;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
}

	.blog-entry-grid .grid-post li img {
		width: 100%;
	}

	.blog-entry-grid .grid-post li .portfolio-item {
		width: 100%;
	}

		.blog-entry-grid .grid-post li .portfolio-item .portfolio-overlay {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			left: 0;
			display: inline-block;
			text-align: center;
			width: 100%;
			z-index: 2;
		}
/*video vimeo and youtube*/
.js-video {
	height: 0;
	padding-top: 25px;
	padding-bottom: 53.5%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

	.js-video.widescreen {
		padding-bottom: 34.34%;
	}

	.js-video.vimeo {
		padding-top: 0;
	}

	.js-video embed, .js-video iframe, .js-video object, .js-video video {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
	}
/*blockquote*/
blockquote.entry-quote {
	border: none;
}

.entry-quote {
	background: #eceff7;
	padding: 25px;
}

	.entry-quote i {
		float: left;
		font-size: 30px;
		color: #bfc5d6;
		margin-top: 10px;
		margin-right: 20px;
	}

	.entry-quote p {
		display: table;
		font-size: 18px;
		text-shadow: 1px 1px 0px #fff;
		line-height: 35px;
		vertical-align: top;
	}

.quote-author a {
	color: #363636;
}

	.quote-author a:hover {
		color: #00a9da;
	}
/*pagination-nav*/
.pagination {
	margin: 0px;
}

	.pagination li a {
		font-size: 15px;
		font-weight: 500;
		margin: 0 5px;
		color: #626262;
		border-radius: 3px;
	}

	.pagination > li > a, .pagination > li > span {
		padding: 10px 18px;
		border-color: #eceff7;
	}

	.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover {
		background-color: #00a9da;
		border-color: #00a9da;
		color: #fff;
	}

	.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
		background-color: #00a9da;
		border-color: #00a9da;
		color: #fff;
	}
/* blog-grid  2 column */
.blog-grid .blog-entry-audio {
	padding: 136px 20px;
	background: url(../images/blog/04.jpg) no-repeat;
	background-position: center center;
}
/* blog-grid  3 column */
.blog-grid-3-column .blog-entry-audio {
	padding: 101px 20px 88px;
	background: url(../images/blog/04.jpg) no-repeat;
	background-position: center center;
}

.blog-grid-3-column .entry-title h4 {
	display: table;
}

.blog-grid-3-column .entry-title i {
	font-size: 20px;
	float: left;
}

.blog-grid-3-column .entry-meta a {
	margin-right: 2px;
}

.blog-grid-3-column .entry-quote p {
	line-height: 25px;
}
/* blog 2 column masonry */
.masnary-blog-3-columns .entry-meta a {
	font-size: 13px;
	display: inline-block;
}

.masnary-blog-2-columns .masonry.columns-2 .masonry-item {
	padding: 0 15px 0px;
}

.masnary-blog-2-columns .blog-entry-image .portfolio-item .portfolio-overlay {
	margin: 0;
}
/* blog 3 column masonry */
.masnary-blog-3-columns .masonry.columns-3 .masonry-item {
	padding: 0 15px 0px;
}

.masnary-blog-3-columns .entry-quote p {
	font-size: 16px;
}

.masnary-blog-3-columns .entry-title i {
	font-size: 24px;
}
/* blog 2 column masonry sidebar */
.masnary-blog-2-columns-sidebar .masonry.columns-2 .masonry-item {
	padding: 0 15px 0px;
}

.masnary-blog-2-columns-sidebar .entry-quote p {
	font-size: 16px;
}

.masnary-blog-2-columns-sidebar .entry-title i {
	font-size: 24px;
}
/*timeline blog*/
.blog .timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}

	.blog .timeline:before {
		top: 0;
		bottom: 0;
		position: absolute;
		content: " ";
		width: 4px;
		background-color: #eceff7;
		left: 50%;
		margin-left: -1.5px;
	}

	.blog .timeline > li {
		margin-bottom: 20px;
		position: relative;
		width: 46%;
		float: left;
		clear: left;
	}

		.blog .timeline > li:before,
		.blog .timeline > li:after {
			content: " ";
			display: table;
		}

		.blog .timeline > li:after {
			clear: both;
		}

		.blog .timeline > li:before,
		.blog .timeline > li:after {
			content: " ";
			display: table;
		}

		.blog .timeline > li:after {
			clear: both;
		}

		.blog .timeline > li > .timeline-panel {
			width: 95%;
			float: left;
			border: 1px solid #d4d4d4; /*border-radius: 2px;*/ /*padding: 20px;*/
			position: relative;
			border: 1px solid #eceff7;
			padding: 20px;
			transition: all 0.3s ease-in-out;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
		}

			.blog .timeline > li > .timeline-panel:before {
				position: absolute;
				top: 26px;
				right: -15px;
				display: inline-block;
				border-top: 15px solid transparent;
				border-left: 15px solid #eceff7;
				border-right: 0 solid #eceff7;
				border-bottom: 15px solid transparent;
				content: " ";
				transition: all 0.3s ease-in-out;
				-webkit-transition: all 0.3s ease-in-out;
				-moz-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				-ms-transition: all 0.3s ease-in-out;
			}

			.blog .timeline > li > .timeline-panel:after {
				position: absolute;
				top: 27px;
				right: -14px;
				display: inline-block;
				border-top: 14px solid transparent;
				border-left: 14px solid #fff;
				border-right: 0 solid #fff;
				border-bottom: 14px solid transparent;
				content: " ";
			}

		.blog .timeline > li > .timeline-badge {
			color: #fff;
			width: 54px;
			height: 54px;
			line-height: 18px;
			padding: 6px;
			font-size: 22px;
			border: 4px solid #eceff7;
			background: #fff;
			border-radius: 50%;
			text-align: center;
			font-weight: bold;
			position: absolute;
			color: #eceff7;
			top: 16px;
			right: -73px; /*z-index: 100;*/
		}

			.blog .timeline > li > .timeline-badge span {
				font-size: 13px;
				font-weight: normal;
				display: block;
			}

		.blog .timeline > li.timeline-inverted > .timeline-panel {
			float: right;
		}

			.blog .timeline > li.timeline-inverted > .timeline-panel:before {
				border-left-width: 0;
				border-right-width: 15px;
				left: -15px;
				right: auto;
			}

			.blog .timeline > li.timeline-inverted > .timeline-panel:after {
				border-left-width: 0;
				border-right-width: 14px;
				left: -14px;
				right: auto;
			}

.blog .timeline-title {
	margin-top: 0;
	color: inherit;
}

.blog .timeline-body > p,
.blog .timeline-body > ul {
	padding: 20px;
	margin-bottom: 0;
}

	.blog .timeline-body > p + p {
		margin-top: 5px;
	}

.blog .timeline-footer {
	padding: 20px;
	background-color: #f4f4f4;
}

	.blog .timeline-footer > a {
		cursor: pointer;
		text-decoration: none;
	}

.blog .timeline > li.timeline-inverted {
	float: right;
	clear: right;
	margin-top: 30px;
	margin-bottom: 0px;
}

.blog .timeline > li:nth-child(2) {
	margin-top: 60px;
}

.blog .timeline > li:nth-child(3) {
	margin-top: 60px;
}

.blog .timeline .entry-title i {
	font-size: 24px;
}

.blog .timeline-inverted .timeline-badge {
	margin-top: 70px;
}

.blog .timeline li.timeline-inverted .timeline-panel:after {
	top: 98px;
}

.blog .timeline li.timeline-inverted .timeline-panel:before {
	top: 97px;
}

.blog .timeline > li.timeline-inverted > .timeline-badge {
	left: -73px;
}

.blog .timeline li.entry-date {
	top: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
}

	.blog .timeline li.entry-date span {
		background: #eceff7;
		color: #363636;
		font-size: 16px;
		font-weight: 400;
		text-transform: capitalize;
		padding: 10px 15px;
		border-radius: 3px;
	}

.blog .timeline li.entry-date-bottom {
	bottom: -30px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
}

	.blog .timeline li.entry-date-bottom a {
		background: #eceff7;
		padding: 7px 10px;
		color: #363636;
		font-size: 16px;
		padding: 10px 15px;
		border-radius: 3px;
	}

		.blog .timeline li.entry-date-bottom a:hover {
			background: #00a9da;
			color: #fff;
		}

.blog .timeline li:hover .timeline-panel {
	border-color: #00a9da;
}

.blog .timeline li:hover .timeline-badge a {
	color: #fff;
}

.blog .timeline li:hover .timeline-badge {
	background: #00a9da;
	border-color: #00a9da;
	color:;
}

.blog .timeline li:hover .timeline-panel:before {
	border-left-color: #00a9da;
	border-right-color: #00a9da;
}

.blog .blog.timeline .entry-quote p {
	font-size: 16px;
}
/* blog 2 column masonry left sidebar */
.blog.timeline-sidebar .timeline li {
	width: 89%;
}

	.blog.timeline-sidebar .timeline li .blog-entry-grid .grid-post li {
		width: 50%;
	}

.blog.timeline-sidebar .timeline:before {
	left: 54px;
}

.blog.timeline-sidebar .timeline li.entry-date {
	text-align: left;
}

.blog.timeline-sidebar .timeline li.entry-date-bottom {
	text-align: left;
}

.blog.timeline-sidebar .timeline li.timeline-inverted .timeline-badge {
	left: -66px;
}

.blog.timeline-sidebar .timeline > li.timeline-inverted {
	margin-bottom: 0px;
}

.blog.timeline-sidebar .timeline > li:nth-child(3) {
	margin-top: 30px;
}

.blog.timeline-sidebar .timeline li.entry-date {
	top: 3px;
}

	.blog.timeline-sidebar .timeline li.entry-date span {
		font-size: 14px;
		padding: 8px 10px;
	}

.blog.timeline-sidebar .timeline li.entry-date-bottom {
	bottom: -48px;
}

	.blog.timeline-sidebar .timeline li.entry-date-bottom a {
		font-size: 14px;
		padding: 8px 10px;
	}

.blog.timeline-sidebar .timeline li .share ul li {
	width: auto;
}

/*************************************
	    	  404 error 1
**************************************/
.error-block {
	background: url(../images/error-bg.png) no-repeat;
	background-position: center center;
	padding: 130px 0px;
}

	.error-block h1 {
		font-size: 87px;
	}

	.error-block p {
		font-size: 33px;
	}

.error-search-box {
	width: 76%;
	margin: 0 auto;
}

	.error-search-box p {
		font-size: 18px;
		text-align: center;
	}

	.error-search-box a.link {
		background: #00a9da;
		color: #fff;
		padding: 0 5px;
	}

		.error-search-box a.link:hover {
			background: #323232;
		}

	.error-search-box input {
		width: 85%;
		background: transparent;
		border: 1px solid #eceff7;
		color: #626262;
		padding-left: 20px;
		border-radius: 3px;
	}

		.error-search-box input:focus {
			border: 1px solid #00a9da;
		}

/*************************************
	    	  404 error 2
**************************************/
.error-404-2 .error-block {
	background: transparent;
	padding-bottom: 50px;
}

	.error-404-2 .error-block h1 {
		font-size: 380px;
		color: #c2c2c2;
		opacity: 0.7;
		line-height: 320px;
	}

	.error-404-2 .error-block p {
		font-size: 16px;
		padding: 0 100px;
		margin-top: 50px;
	}

.error-404-2 .error-search-box p {
	margin-bottom: 20px;
}

.error-404-2 .error-search-box input {
	color: #fff;
}

/*************************************
	    	 	faq 
**************************************/
/*faq form*/
.faq-form .section-field {
	display: block;
}

.faq-form .field-widget {
	position: relative;
}

	.faq-form .field-widget i {
		position: absolute;
		left: 0;
		padding: 13px;
		color: #00a9da;
	}

	.faq-form .field-widget input {
		width: 100%;
		margin-bottom: 20px;
		padding-left: 38px;
	}

	.faq-form .field-widget select {
		width: 100%;
		margin-bottom: 20px;
	}

	.faq-form .field-widget textarea {
		width: 100%;
		margin-bottom: 20px;
		padding-left: 38px;
	}

.faq-form .file-input input {
	height: inherit;
	display: block;
	padding: 9px 0 9px 13px;
	margin-bottom: 30px;
}

.faq .tab-1 .fade {
	opacity: 1;
}

.faq .tab-1 .nav.nav-tabs {
	background: #eceff7;
}

.faq .widget-search {
	margin-bottom: 30px;
}

.faq-form a.button-border span {
	width: 100%;
	text-align: center;
}

.faq a.button-border span:hover {
	box-shadow: -400px 0 0 #00a9da inset;
}

.faq .accordion .accordion-title {
	margin-top: 8px;
}

.faq .accordion .accordion-content ul {
	margin-top: 30px;
}

	.faq .accordion .accordion-content ul li {
		font-size: 14px;
		margin-bottom: 10px;
	}

.faq .accordion .accordion-content h5 {
	margin-bottom: 10px;
	margin-top: 20px;
}

.faq .accordion .accordion-content {
	padding: 15px 20px 30px 65px;
}

.faq .accordion .accordion-title a {
	margin-top: 0px;
}

.faq #tabs {
	line-height: inherit;
	font-size: 0px;
}

	.faq #tabs .tabs {
		text-align: left;
		background: #eceff7;
		margin-bottom: 15px;
	}

		.faq #tabs .tabs li {
			font-size: 17px;
			text-transform: capitalize;
			display: inline-block;
			color: #626262;
			padding: 10px 15px;
		}

	.faq #tabs ul.tabs li.active, .faq #tabs ul.tabs li.active:focus, .faq #tabs ul.tabs li:hover {
		color: #fff;
	}

	.faq #tabs .tabcontent {
		text-align: left;
	}

/*************************************
	    	    coming soon 
**************************************/
.coming-soon-main i {
	font-size: 100px;
	margin-bottom: 10px;
	color: #e4e4e4;
}

.coming-soon-main h1 {
	font-size: 62px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 40px;
}

.coming-soon-main p {
	font-size: 32px;
	margin-bottom: 105px;
	line-height: 35px;
}

.coming-soon-main.maintenance-progress-bar span {
	position: inherit;
	bottom: inherit;
	right: inherit;
}

.coming-soon-main.maintenance-progress-bar {
	margin: 0px;
}

.coming-soon-countdown ul.countdown {
	list-style: none;
	margin: 75px 0;
	padding: 0;
	display: block;
	text-align: center;
}

	.coming-soon-countdown ul.countdown li {
		display: inline-block;
		width: 24%;
	}

		.coming-soon-countdown ul.countdown li span {
			font-size: 90px;
			font-weight: bold;
			line-height: 80px;
			color: #00a9da;
		}

		.coming-soon-countdown ul.countdown li p {
			color: #626262;
			font-size: 20px;
			text-transform: capitalize;
			margin-bottom: 30px;
		}

.coming-soon-form {
	width: 76%;
	margin: 0 auto;
}

	.coming-soon-form p {
		margin-bottom: 30px;
		font-size: 19px;
	}

.coming-soon .coming-soon-form input {
	color: #626262;
}

.coming-soon-form input {
	width: 82%;
	background: transparent;
	border: 1px solid #eceff7;
	color: #fff;
	padding-left: 20px;
	border-radius: 3px;
}

	.coming-soon-form input:focus {
		border: 1px solid #00a9da;
	}

/*************************************
	    	 coming soon 2 
**************************************/
.coming-soon-2 header {
	position: inherit;
}

.coming-soon-2 .logo {
	padding: 20px 0;
	display: block;
}

	.coming-soon-2 .logo img {
		height: 60px;
	}

.coming-soon-2 .coming-soon-countdown ul.countdown li span {
	font-weight: 500;
}

.coming-soon-2 .coming-soon-countdown ul.countdown li p {
	color: #fff;
}

/*************************************
	    	 Register 
**************************************/
.register-form .section-field {
	display: block;
}

.register-form .field-widget {
	position: relative;
}

	.register-form .field-widget i {
		position: absolute;
		left: 0;
		padding: 13px;
		color: #00a9da;
	}

	.register-form .field-widget input {
		width: 100%;
		margin-bottom: 20px;
		padding-left: 38px;
	}

	.register-form .field-widget select {
		width: 100%;
		margin-bottom: 20px;
		padding-left: 15px;
	}

	.register-form .field-widget input.gui-input {
		padding-left: 100px;
	}

	.register-form .field-widget .button {
		background: #d9dde8;
		height: 41px;
		left: 0;
		line-height: 42px;
		margin: 2px;
		position: absolute;
		text-align: center;
		top: 0;
		width: 80px;
	}

.remember-checkbox a {
	color: #00a9da;
}

.remember-checkbox label {
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	cursor: pointer;
}

	.remember-checkbox label:before, label:after {
		font-family: FontAwesome;
		font-size: 17px;
		position: absolute;
		top: -3px;
		left: 0;
		padding-left: 2px;
	}

	.remember-checkbox label:before {
		border: 2px solid #00a9da;
		content: "";
		height: 20px;
		margin-top: 3px;
		width: 20px;
	}

	.remember-checkbox label:after {
		content: '\f00c';
		max-width: 0;
		overflow: hidden;
		opacity: 0.5;
		transition: all 0.35s;
		-webkit-transition: all 0.35s;
		-ms-transition: all 0.35s;
		-ms-transition: all 0.35s;
		-o-transition: all 0.35s;
	}

.remember-checkbox input[type="checkbox"] {
	display: none;
}

	.remember-checkbox input[type="checkbox"]:checked + label:after {
		max-width: 25px;
		opacity: 1;
	}
/*all id*/
#one + label:before, #one + label:after {
	color: #00a9da;
}

#two + label:before, #two + label:after {
	color: #00a9da;
}

#three + label:before, #three + label:after {
	color: hsl(120, 45%, 40%);
}

#four + label:before, #four + label:after {
	color: hsl(180, 45%, 40%);
}

#five + label:before, #five + label:after {
	color: hsl(240, 45%, 40%);
}

#six + label:before, #six + label:after {
	color: hsl(300, 45%, 40%);
}
/*register-2*/
.register-2 .register-form input {
	background: rgba(0, 0, 0, 0.5);
	border: none;
	color: #fff;
}

	.register-2 .register-form input:hover, .register-2 .register-form input:focus {
		background: rgba(0, 0, 0, 1);
		border: none;
		color: #fff;
	}

.register-2 .register-form label {
	color: #fff;
	margin-bottom: 10px;
}

.register-2 .register-form input.email {
	padding-left: 42px;
}

/*************************************
	    	 Login 
**************************************/
.login-2-form {
	border-bottom: 1px solid #e2e5ed;
}

	.login-2-form .section-field {
		display: block;
	}

	.login-2-form .field-widget {
		position: relative;
	}

		.login-2-form .field-widget i {
			position: absolute;
			left: 0;
			padding: 13px;
			color: #00a9da;
		}

		.login-2-form .field-widget input {
			margin-bottom: 20px;
			padding-left: 38px;
		}

		.login-2-form .field-widget select {
			width: 100%;
			margin-bottom: 20px;
		}

		.login-2-form .field-widget textarea {
			width: 100%;
			margin-bottom: 30px;
			padding-left: 38px;
		}

	.login-2-form .section-field .remember-checkbox a {
		color: #626262;
		font-size: 14px;
	}

		.login-2-form .section-field .remember-checkbox a:hover {
			color: #00a9da;
		}
/*login-2-social*/
.login-2-social li {
	display: inline-block;
	margin: 0px 8px;
}

	.login-2-social li a {
		transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
	}

		.login-2-social li a.fb {
			display: block;
			padding: 12px 20px;
			color: #fff;
			font-size: 14px;
			background: #4c70ad;
			border-radius: 3px;
		}

		.login-2-social li a.twitter {
			display: block;
			padding: 12px 20px;
			color: #fff;
			font-size: 14px;
			background: #25b6e6;
			border-radius: 3px;
		}

		.login-2-social li a.pinterest {
			display: block;
			padding: 12px 20px;
			color: #fff;
			font-size: 14px;
			background: #dd4b39;
			border-radius: 3px;
		}

	.login-2-social li i {
		border-right: 1px solid #fff;
		padding-right: 10px;
		margin-right: 10px;
	}

	.login-2-social li a.fb:hover, .login-2-social li a.twitter:hover, .login-2-social li a.pinterest:hover {
		box-shadow: -300px 0 0 #00a9da inset;
	}
/*login-3*/
.login-3-form .section-field {
	display: block;
}

	.login-3-form .section-field label {
		color: #fff;
	}

.login-3-form .field-widget {
	position: relative;
}

	.login-3-form .field-widget i {
		position: absolute;
		left: 0;
		padding: 13px;
		color: #00a9da;
	}

	.login-3-form .field-widget input {
		margin-bottom: 20px;
		padding-left: 38px;
		background: rgba(0,0,0, 0.5);
		border: none;
		color: #fff;
	}

		.login-3-form .field-widget input:hover, .login-3-form .field-widget input:focus {
			background: rgba(0, 0, 0, 1);
		}

	.login-3-form .field-widget select {
		width: 100%;
		margin-bottom: 20px;
	}

	.login-3-form .field-widget textarea {
		width: 100%;
		margin-bottom: 30px;
		padding-left: 38px;
	}

.login-3-form .section-field .remember-checkbox a {
	color: #fff;
	font-size: 14px;
}

	.login-3-form .section-field .remember-checkbox a:hover {
		color: #00a9da;
	}

.login-3 .login-with {
	border: none;
}

	.login-3 .login-with h3 {
		font-size: 25px;
		color: #fff;
		display: inline-block;
	}

	.login-3 .login-with a {
		font-size: 15px;
		border-radius: 50%;
		border: 1px solid #fff;
		background: transparent;
		color: #fff;
		width: 40px;
		height: 40px;
		text-align: center;
		display: inline-block;
		text-align: center;
		line-height: 38px;
		margin-left: 5px;
	}

		.login-3 .login-with a:hover {
			background: #00a9da;
			color: #fff;
			border-color: #00a9da;
		}

/*************************************
	    	 maintenance 
**************************************/
.maintenance-main i {
	font-size: 100px;
	margin-bottom: 10px;
	color: #e4e4e4;
}

.maintenance-main h1 {
	font-size: 62px;
	text-transform: uppercase;
	font-weight: bold; /* margin-bottom: 40px; */
}

.maintenance-main p {
	font-size: 32px;
	line-height: 35px;
	margin-bottom: 70px;
}

.maintenance-form {
	width: 76%;
	margin: 0 auto;
}

	.maintenance-form p {
		font-size: 19px;
	}

	.maintenance-form input {
		width: 81%;
		background: transparent;
		border: 1px solid #eceff7;
		padding-left: 20px;
		border-radius: 3px;
	}

		.maintenance-form input:focus {
			border: 1px solid #00a9da;
		}

.maintenance-progress-bar {
	margin: 30px 0 170px;
}

	.maintenance-progress-bar .progress-bar {
		position: relative;
		height: 200px;
		width: 200px;
		background: transparent;
		margin: 0 15px;
		box-shadow: none;
		float: none;
		display: inline-block;
	}

	.maintenance-progress-bar span {
		bottom: -40px;
		color: #000;
		font-size: 28px;
		position: absolute;
		right: 0;
		width: 100%;
		text-transform: uppercase;
	}

	.maintenance-progress-bar .progress-bar div {
		position: absolute;
		height: 200px;
		width: 200px;
		border-radius: 50%;
	}

		.maintenance-progress-bar .progress-bar div span {
			position: absolute;
			line-height: 175px;
			height: 175px;
			width: 175px;
			left: 12.5px;
			top: 12.5px;
			text-align: center;
			border-radius: 50%;
			background-color: white;
			font-size: 35px;
			font-weight: 700;
			color: #626262;
		}

	.maintenance-progress-bar .progress-bar .background {
		background-color: transparent;
	}

	.maintenance-progress-bar .progress-bar .rotate {
		clip: rect(0 100px 200px 0);
		background-color: #4b86db;
	}

	.maintenance-progress-bar .progress-bar .left {
		clip: rect(0 100px 200px 0);
		opacity: 1;
		background-color: #b3cef6;
	}

	.maintenance-progress-bar .progress-bar .right {
		clip: rect(0 100px 200px 0);
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		opacity: 0;
		background-color: #4b86db;
	}

@keyframes toggle {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes toggle {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes toggle {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes toggle {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes toggle {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
/*maintenance 2 */
.maintenance-2 header {
	position: inherit;
}

.maintenance-2 .maintenance-main h1 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 40px;
}

.maintenance-2 .maintenance-form input {
	color: #fff;
}

.maintenance-2 .maintenance-contant p {
	line-height: 25px;
	margin-top: 20px;
	font-size: 14px;
}

/*************************************
	    	 Our clients 
**************************************/
/*owl-carousel-5*/
.owl-carousel-5 .owl-nav {
	display: block;
	position: absolute;
	text-indent: inherit;
	left: 0;
	width: 100%;
	cursor: pointer;
	top: 4px;
}

.owl-carousel-5 .owl-item {
	cursor: url("../images/client-arrow.png") 25 25, pointer;
}
/*clients-box*/
.clients-box {
	background: #fff;
	padding: 20px;
}

.clients-photo {
	position: relative;
	margin-right: 20px;
	width: 200px;
	height: 200px;
	float: left;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: #fff;
}

	.clients-photo img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

.clients-info {
	display: table;
}

	.clients-info i {
		padding-right: 10px;
	}

	.clients-info a {
		font-size: 14px;
		color: #00a9da;
	}

		.clients-info a:hover {
			color: #626262;
		}

	.clients-info p {
		margin-top: 10px;
	}
/*our-clients-2*/
.our-clients-2 .clients-box {
	margin-bottom: 30px;
}

#tabs {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 25px;
}

	#tabs .tabs {
		position: relative;
		margin: 0;
		text-align: center;
	}

.our-clients #tabs .tabs li {
	overflow: visible;
}

#tabs .tabs li {
	padding: 10px 10px;
	color: #999999;
	overflow: hidden;
	background: transparent;
	margin-bottom: 0px;
	display: inline-block;
	margin: 0;
	cursor: pointer;
	position: relative;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

#tabs .tabcontent {
	overflow: hidden;
}

#tabs .tabs li.active {
	color: #999999;
	background: #fff;
}

#tabs .tabs li img {
	width: 130px;
}

#tabs ul.tabs li.active, #tabs ul.tabs li.active:focus, #tabs ul.tabs li:hover {
	background: #00a9da;
}

.animated-arrow:before, .animated-arrow:after {
	content: "";
	position: absolute;
	border-top: 10px solid transparent;
	bottom: 100%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.animated-arrow:before {
	border-right: 10px solid transparent;
	left: 0;
}

.animated-arrow:after {
	border-left: 10px solid transparent;
	right: 0;
}

#tabs ul.tabs li.active.animated-arrow:before, .animated-arrow:hover:before {
	border-right: 10px solid #00a9da;
	left: -webkit-calc(50% - 10px);
	left: -ms-calc(50% - 10px);
	left: -moz-calc(50% - 10px);
	left: -o-calc(50% - 10px);
	left: calc(50% - 10px);
}

#tabs ul.tabs li.active.animated-arrow:after, .animated-arrow:hover:after {
	border-left: 10px solid #00a9da;
	right: -webkit-calc(50% - 10px);
	right: -ms-calc(50% - 10px);
	right: -moz-calc(50% - 10px);
	right: -o-calc(50% - 10px);
	right: calc(50% - 10px);
}

.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	-o-animation-name: pulse;
	-ms-animation-name: pulse;
	-moz-animation-name: pulse;
	animation-duration: 0.4s;
	-webkit-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	-ms-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
}

@keyframes pulse {
	0% {
		transform: scale(0.8);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes pulse {
	0% {
		transform: scale(0.8);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@-ms-keyframes pulse {
	0% {
		transform: scale(0.8);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@-moz-keyframes pulse {
	0% {
		transform: scale(0.8);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@-o-keyframes pulse {
	0% {
		transform: scale(0.8);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.tabcontent {
	text-align: center;
	margin-bottom: 20px;
}
/*tab-3*/
.built-tab ul.tabs {
	background: url(../images/device/device-7.png) no-repeat;
	width: 420px;
	height: 420px;
	position: relative;
	float: right;
}

.built-tab .tabs li {
	background: #fff;
	border-radius: 50%;
	float: left;
	height: 60px;
	width: 60px;
	padding: 5px;
	border: 5px solid #eceff8;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.built-tab #tabs .tabs li {
	position: absolute;
	padding: 5px 0px 0px 5px;
}

.built-tab .tabs li span {
	background: #00a9da;
	border-radius: 50%;
	display: block;
	color: #fff;
	height: 40px;
	width: 40px;
	line-height: 22px;
	text-align: center;
	padding: 10px;
}

.built-tab .tabs li.active, .built-tab .tabs li:hover {
	border-color: #00a9da;
	background: transparent;
}

.built-tab .tabs li.css3 {
	position: absolute;
	top: 70px;
	left: 0px;
}

.built-tab .tabs li.support {
	position: absolute;
	top: 170px;
	left: 86px;
}

.built-tab .tabs li.customization {
	position: absolute;
	top: 70px;
	right: 47px;
}

.built-tab .tabs li.update {
	position: absolute;
	bottom: 110px;
	right: 66px;
}

.built-tab .tabcontent {
	text-align: left;
}

.built-tab #tabs ul.tabs li {
	background: #fff;
}

	.built-tab #tabs ul.tabs li.active, .built-tab #tabs ul.tabs li.active:focus, .built-tab #tabs ul.tabs li:hover {
		background: #fff;
	}

	.built-tab #tabs ul.tabs li span.ripple.rippleEffect {
		display: none;
	}

/*************************************
	    	 Careers 
**************************************/
/*careers accordion*/
.careers .accordion-content {
	padding: 25px 20px;
}

	.careers .accordion-content span {
		font-size: 18px;
	}

	.careers .accordion-content b {
		font-weight: normal;
		color: #00a9da;
	}

	.careers .accordion-content p {
		display: inline-block;
	}

	.careers .accordion-content h4 {
		text-transform: capitalize;
	}

	.careers .accordion-content li {
		display: block;
		font-size: 14px;
		margin-top: 20px;
	}

	.careers .accordion-content i {
		padding-right: 10px;
	}

	.careers .accordion-content a {
		color: #00a9da;
	}
/*careers form*/
.careers-from h3 {
	margin-bottom: 30px;
}

.careers-from .section-field {
	display: block;
}

	.careers-from .section-field label {
		margin-bottom: 10px;
	}

.careers-from .field-widget {
	position: relative;
}

	.careers-from .field-widget i {
		position: absolute;
		left: 0;
		padding: 13px;
		color: #00a9da;
	}

	.careers-from .field-widget input {
		width: 100%;
		margin-bottom: 20px;
		padding-left: 38px;
	}

	.careers-from .field-widget textarea {
		width: 100%;
		margin-bottom: 15px;
		padding-left: 38px;
	}

.careers-from .file-input input {
	height: inherit;
	display: block;
	padding: 9px 0 9px 13px;
	margin-bottom: 30px;
}

.careers .panel-body .button-border span {
	font-size: 14px;
}

.careers-from .button-border span {
	text-align: center;
	width: 100%;
}

	.careers-from .button-border span:hover {
		box-shadow: -270px 0 0 #00a9da inset;
	}

/*************************************
          sitemap 
**************************************/
.sitemap h4 {
	margin-bottom: 25px;
	text-transform: capitalize;
}

	.sitemap h4 i {
		padding-right: 10px;
	}

.sitemap ul li {
	display: block;
	line-height: 34px;
}

	.sitemap ul li i {
		padding-right: 10px;
	}

	.sitemap ul li a {
		font-size: 14px;
		color: #626262;
		text-transform: capitalize;
	}

		.sitemap ul li a:hover {
			color: #00a9da;
		}

/*************************************
             privacy-policy 
**************************************/
.privacy-policy ul li {
	font-size: 14px;
	line-height: 30px;
}

	.privacy-policy ul li i {
		padding-right: 10px;
	}

/*************************************
            page sidebar 
**************************************/
.page-sidebar .page-content h3 {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.page-sidebar .page-content ul li {
	font-size: 14px;
	line-height: 30px;
}

	.page-sidebar .page-content ul li i {
		padding-right: 10px;
	}

/*************************************
           terms and conditions 
**************************************/
.terms-and-conditions ul li {
	font-size: 14px;
	line-height: 30px;
}

	.terms-and-conditions ul li i {
		padding-right: 10px;
	}


/*************************************
	    	 Footer 
**************************************/
.footer {
	background: #191919;
}

.footer-logo img {
	width: 65%;
}

.addresss-info li {
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
}

.addresss-info i {
	color: #00a9da;
	padding-right: 5px;
	float: left;
	display: table-cell;
	width: 30px;
	line-height: 23px;
	font-size: 17px;
}

.addresss-info p {
	display: table;
	color: #fff;
	margin-bottom: 0px;
}

.recent-post-image {
	float: left;
	display: table;
}

	.recent-post-image img {
		vertical-align: middle;
		width: 70px;
		height: 60px;
	}

.recent-post-info {
	display: table-cell;
	padding-left: 15px;
}

	.recent-post-info a {
		color: #fff;
		font-size: 14px;
		vertical-align: top;
	}

		.recent-post-info a:hover {
			color: #00a9da;
		}

	.recent-post-info span {
		color: #6d6d6d;
		font-size: 12px;
		display: table;
		padding-top: 5px;
	}

	.recent-post-info i {
		color: #6d6d6d;
		font-size: 14px;
		padding-right: 5px;
	}
/*footer-flickr */
ul.footer-instagram-images li {
	display: inline-block;
}

.social-feed li {
	float: left;
	height: 70px;
	list-style: outside none none;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 70px;
}

	.social-feed li img {
		width: 70px;
		height: 70px;
	}

.social-feed {
	display: inline-block;
}
/*footer-Newsletter*/
.footer-Newsletter {
	display: inline-block;
}

.footer-useful-link.footer-hedding ul {
	margin-top: -6px;
}

.footer-Newsletter .form-control {
	border-left: 0px;
	height: 40px;
	font-size: 13px;
	color: #fff;
}

	.footer-Newsletter .form-control:focus {
		border: 1px solid #2f2f2f;
		border-left: 0;
	}

.footer-useful-link ul li {
	list-style: none;
}

	.footer-useful-link ul li a {
		color: #fff;
		font-size: 14px;
		vertical-align: top;
		display: block;
		line-height: 26px;
	}

		.footer-useful-link ul li a:hover {
			color: #00a9da;
		}
/*footer twitter feed*/
.twitter-feed li {
	display: block;
}

	.twitter-feed li i {
		font-size: 15px;
		color: #00a9da;
		float: left;
		margin-right: 15px;
		margin-top: 6px;
	}

	.twitter-feed li p {
		font-size: 14px;
		display: table;
		vertical-align: top;
	}

		.twitter-feed li p a {
			display: inline-block;
			color: #00a9da;
		}

.twitter-feed.text-white li a {
	color: #363636;
}

	.twitter-feed.text-white li a:hover {
		color: #363636;
	}

.twitter-feed.text-white li i {
	color: #fff;
}
/*footertag */
.tags.footer-hedding h4 {
	margin-bottom: 20px;
}

.tags ul li {
	display: inline-block;
}

	.tags ul li a {
		display: block;
		color: #6f6f6f;
		border: 1px solid #2f2f2f;
		background: transparent;
		border-radius: 13px;
		padding: 5px 10px;
		margin-bottom: 10px;
		font-size: 12px;
		text-transform: capitalize;
	}

		.tags ul li a:hover {
			background: transparent;
			color: #00a9da;
			border-color: #00a9da;
		}
/*footer-widget*/
.footer-widget {
	background: #0f0f0f;
	padding: 20px 15px;
}

	.footer-widget a {
		color: #00a9da;
	}

		.footer-widget a:hover {
			color: #0386ac;
		}

.footer-widget-social {
	text-align: right;
	margin-top: 5px;
}

	.footer-widget-social li {
		display: inline-block;
	}

	.footer-widget-social a i {
		display: inline-block;
		color: #fff;
		background: #00a9da;
		border-radius: 50%;
		width: 45px;
		height: 45px;
		text-align: center;
		line-height: 47px;
		font-size: 14px;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}
	/*  Tooltip Styles */
	/* Base styles for the element that has a tooltip */
	.footer-widget-social [data-tooltip],
	.footer-widget-social .tooltip {
		position: relative;
		cursor: pointer;
	}

		/* Base styles for the entire tooltip */
		.footer-widget-social [data-tooltip]:before,
		.footer-widget-social [data-tooltip]:after,
		.footer-widget-social .tooltip:before,
		.footer-widget-social .tooltip:after {
			position: absolute;
			visibility: hidden;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			-webkit-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			-o-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			-moz-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
			-webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
			-moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
			-o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -o-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
			-ms-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -ms-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
			transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
			-webkit-transform: translate3d(0, 0, 0);
			-moz-transform: translate3d(0, 0, 0);
			-o-transform: translate3d(0, 0, 0);
			-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			pointer-events: none;
		}
		/* Show the entire tooltip on hover and focus */
		.footer-widget-social [data-tooltip]:hover:before,
		.footer-widget-social [data-tooltip]:hover:after,
		.footer-widget-social [data-tooltip]:focus:before,
		.footer-widget-social [data-tooltip]:focus:after,
		.footer-widget-social .tooltip:hover:before,
		.footer-widget-social .tooltip:hover:after,
		.footer-widget-social .tooltip:focus:before,
		.footer-widget-social .tooltip:focus:after {
			visibility: visible;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			-o-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			-moz-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			-webkit-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
			opacity: 1;
		}

		/* Base styles for the tooltip's directional arrow */
		.footer-widget-social .tooltip:before,
		.footer-widget-social [data-tooltip]:before {
			z-index: 1001;
			border: 6px solid transparent;
			background: transparent;
			content: "";
		}
		/* Base styles for the tooltip's content area */
		.footer-widget-social .tooltip:after,
		.footer-widget-social [data-tooltip]:after {
			z-index: 1000;
			padding: 8px;
			width: 100px;
			text-align: center;
			background-color: #00a9da;
			color: #fff;
			content: attr(data-tooltip);
			font-size: 14px;
			line-height: 1.2;
			border-radius: 3px;
		}
		/* Directions */
		/* Top (default) */
		.footer-widget-social [data-tooltip]:before,
		.footer-widget-social [data-tooltip]:after,
		.footer-widget-social .tooltip:before,
		.footer-widget-social .tooltip:after,
		.footer-widget-social .tooltip-top:before,
		.footer-widget-social .tooltip-top:after {
			bottom: 100%;
			left: 50%;
		}

		.footer-widget-social [data-tooltip]:before,
		.footer-widget-social .tooltip:before,
		.footer-widget-social .tooltip-top:before {
			margin-left: -6px;
			margin-bottom: -12px;
			border-top-color: #00a9da;
		}
		/* Horizontally align top/bottom tooltips */
		.footer-widget-social [data-tooltip]:after,
		.footer-widget-social .tooltip:after,
		.footer-widget-social .tooltip-top:after {
			margin-left: -50px;
		}

		.footer-widget-social [data-tooltip]:hover:before,
		.footer-widget-social [data-tooltip]:hover:after,
		.footer-widget-social [data-tooltip]:focus:before,
		.footer-widget-social [data-tooltip]:focus:after,
		.footer-widget-social .tooltip:hover:before,
		.footer-widget-social .tooltip:hover:after,
		.footer-widget-social .tooltip:focus:before,
		.footer-widget-social .tooltip:focus:after,
		.footer-widget-social .tooltip-top:hover:before,
		.footer-widget-social .tooltip-top:hover:after,
		.footer-widget-social .tooltip-top:focus:before,
		.footer-widget-social .tooltip-top:focus:after {
			-webkit-transform: translateY(-25px);
			-o-transform: translateY(-25px);
			-ms-transform: translateY(-25px);
			-moz-transform: translateY(-25px);
			transform: translateY(-25px);
		}

/*************************************
	    	 Footer 2
**************************************/
.home-2 .footer {
	background: #00a9da;
	position: inherit;
}

	.home-2 .footer .footer-Newsletter {
		margin-top: 0px;
	}

	.home-2 .footer .input-group-btn button.btn {
		background: #fff;
		border: none;
		padding: 10px 12px;
	}

	.home-2 .footer .input-group-btn button:hover {
		background: #363636;
	}

	.home-2 .footer .input-group.divcenter .form-control {
		border: none;
		background: #008fb8;
	}

		.home-2 .footer .input-group.divcenter .form-control:focus {
			box-shadow: none;
		}

	.home-2 .footer .divcenter .input-group-addon {
		border: none;
		background: #008fb8;
		color: #fff;
	}

		.home-2 .footer .divcenter .input-group-addon i {
			color: #fff;
		}

	.home-2 .footer .input-group.divcenter .form-control::-moz-placeholder {
		color: #fff;
	}

	.home-2 .footer .recent-post-info {
		padding-left: 0;
		display: block;
		margin-bottom: 15px;
	}

		.home-2 .footer .recent-post-info a:hover {
			color: #363636;
		}

		.home-2 .footer .recent-post-info span {
			padding-top: 0px;
			color: #323232;
			font-size: 14px;
			line-height: 5px;
			display: block;
			margin-top: 5px;
		}

	.home-2 .footer .tags ul li a {
		border: none;
		background: #008fb8;
		color: #fff;
		padding: 5px 12px;
	}

		.home-2 .footer .tags ul li a:hover {
			border: none;
			background: #fff;
			color: #00a9da;
		}

	.home-2 .footer .footer-widget-social li a span:after {
		color: #fff;
		border-top-color: #fff;
	}

	.home-2 .footer .footer-widget-social li a span:before, .footer-widget-social li a span:after {
		color: #fff;
	}

	.home-2 .footer .footer-widget-social li a span {
		color: #00a9da;
		background: #fff;
	}

		.home-2 .footer .footer-widget-social li a span:before, .footer-widget-social li a span:after {
			border-top-color: #fff;
		}

	.home-2 .footer .tooltip:after,
	.home-2 [data-tooltip]:after {
		z-index: 1000;
		padding: 8px;
		width: 100px;
		text-align: center;
		background-color: #fff;
		color: #00a9da;
		content: attr(data-tooltip);
		font-size: 14px;
		line-height: 1.2;
		border-radius: 3px;
	}

	.home-2 .footer [data-tooltip]:before,
	.home-2 .tooltip:before,
	.home-2 .tooltip-top:before {
		margin-left: -6px;
		margin-bottom: -12px;
		border-top-color: #fff;
	}

/*************************************
	    	 Footer 3
**************************************/
.home-3 .footer {
	background: #fff;
}

	.home-3 .footer p {
		color: #626262;
	}

.home-3 .recent-post-info a {
	color: #626262;
}

	.home-3 .recent-post-info a:hover {
		color: #00a9da;
	}

.home-3 .footer .recent-post-info {
	padding-left: 0;
}

	.home-3 .footer .recent-post-info span {
		color: #00a9da;
		padding-top: 0;
		line-height: 10px;
	}

.home-3 .footer .tags ul li a {
	background: #fff;
	border: 1px solid #363636;
	color: #363636;
}

	.home-3 .footer .tags ul li a:hover {
		background: #00a9da;
		border: 1px solid #363636;
		color: #fff;
		border-color: #00a9da;
	}

.home-3 .footer .input-group.divcenter .form-control {
	background: #fff;
	border: 1px solid #00a9da;
	border-left: 0;
	color: #626262;
	box-shadow: none;
}

.home-3 .footer .divcenter .input-group-addon {
	background: #fff;
	border: 1px solid #00a9da;
	border-right: 0;
}

	.home-3 .footer .divcenter .input-group-addon i {
		color: #00a9da;
	}

.home-3 .footer .input-group-btn button {
	background: #00a9da;
	color: #fff;
	border-color: #00a9da;
}

	.home-3 .footer .input-group-btn button:hover {
		background: #363636;
		color: #fff;
	}

.home-3 .footer .input-group.divcenter .form-control::-moz-placeholder {
	color: #363636;
}

.home-3 .footer .tooltip:after,
.home-3 [data-tooltip]:after {
	z-index: 1000;
	padding: 8px;
	width: 100px;
	text-align: center;
	background-color: #00a9da;
	color: #fff;
	content: attr(data-tooltip);
	font-size: 14px;
	line-height: 1.2;
	border-radius: 3px;
}

.home-3 .footer [data-tooltip]:before,
.home-3 .tooltip:before,
.home-3 .tooltip-top:before {
	margin-left: -6px;
	margin-bottom: -12px;
	border-top-color: #00a9da;
}

.home-3 .footer .footer-widget p {
	color: #fff;
}

/*************************************
	    	 Footer 4
**************************************/
.home-4 .footer {
	background: #191919;
}

.home-4 .get-in-touch {
	background: url(../images/map.png) no-repeat;
	background-position: 0px 45px;
}

	.home-4 .get-in-touch p {
		display: table;
	}

	.home-4 .get-in-touch i {
		float: left;
		color: #00a9da;
		margin-right: 15px;
		line-height: 29px;
	}

.home-4 .office-hours p {
	color: #fff;
}
/*tags*/
.home-4 .footer .tags ul li a {
	background: transparent;
	border: 1px solid #6f6f6f;
}

	.home-4 .footer .tags ul li a:hover {
		background: #00a9da;
		border: 1px solid #00a9da;
		color: #fff;
	}

/*************************************
	    	 Footer 5
**************************************/
.home-5 .footer {
	bottom: 0;
	left: 0;
	z-index: -1;
	right: 0;
	background: #191919;
}

	.home-5 .footer .footer-logo p {
		margin-bottom: 0px;
	}

.home-5 .contact {
	background: #00a9da;
	padding: 50px 0px;
}

	.home-5 .contact .feature-8 {
		margin-bottom: 0;
	}

	.home-5 .contact .feature-8-title {
		background: #0097c3;
		color: #fff;
		width: 70px;
		height: 70px;
		text-align: center;
		border-radius: 50%;
	}

		.home-5 .contact .feature-8-title span {
			color: #fff;
			font-size: 25px;
			line-height: 70px;
		}

	.home-5 .contact .feature-8-info p {
		font-size: 15px;
	}

	.home-5 .contact .feature-8-info b {
		font-size: 15px;
		color: #005872;
		font-weight: normal;
	}

