
@import url('https://fonts.googleapis.com/css?family=Raleway|Reem+Kufi');
 @import url('../icon/ionicons/css/ionicons.css');
 @import url('../icon/elegant-icons/style.css');
body {
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	background: transparent;
	line-height: 1.6;
	font-weight: 400;
	color: #747474;
}
img {
	max-width: 100%;
}
a {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
/* ## Global Class ## */

p {
	font-weight: 400;
	line-height: 25px;
	font-size: 14px;
}
h1 {
	font-size: 30px;
	line-height: 40px;
}
h1, h2, h3, h4, h5 {
	font-weight: 500;
	color: #000;
}
h5, h6 {
	line-height: 24px;
}
h2 {
	font-size: 46px;
	line-height: 32px;
	font-family: 'Reem Kufi', sans-serif;
}
h3 {

	font-family: 'Reem Kufi', sans-serif;
}
h4 {
	font-size: 18px;

}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
}
a, a:hover, a:focus, .btn:focus {
	-webkit-text-decoration: none;
	-moz-text-decoration: none;
	-ms-text-decoration: none;
	-o-text-decoration: none;
	text-decoration: none;
	-webkit-text-decoration: none;
	-moz-text-decoration: none;
	-ms-text-decoration: none;
	-o-text-decoration: none;
	text-decoration: none;
	-webkit-text-decoration: none;
	-moz-text-decoration: none;
	-ms-text-decoration: none;
	-o-text-decoration: none;
	text-decoration: none;
	-webkit-text-decoration: none;
	-moz-text-decoration: none;
	-ms-text-decoration: none;
	-o-text-decoration: none;
	text-decoration: none;
	-webkit-text-decoration: none;
	-moz-text-decoration: none;
	-ms-text-decoration: none;
	-o-text-decoration: none;
	text-decoration: none;
	outline: none;
}
a {
	color: #000;
}
.btn.btn-fill {
	background: #fff;
}
.btn.btn-fill {
	color: #000;
}
.btn {
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px; cursor: pointer;
	padding: 15px 30px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	min-width: 150px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	color: #fff;
}
.btn.focus, .btn:focus, .btn:hover {
	-webkit-text-decoration: none;
	-moz-text-decoration: none;
	-ms-text-decoration: none;
	-o-text-decoration: none;
	text-decoration: none;
}
.btn-chos {
	margin-top: 8px;
}
.btn-chos:hover {
	color: #fff;
	border: 3px solid #0eccf2;
}
.btn-chos:active, .btn-chos:focus {
	color: #fff !important;
}
.btn-chos {
	border: 3px solid #333;
	color: #333;
	font-weight: 700;
	background: transparent;
}
.hvr-bounce-to-top::before {
	background: #0eccf2;
}
.hvr-bounce-to-top:focus::before, .hvr-bounce-to-top:active::before {
	background: #333;
}
small {
	font-family: 'Source Sans Pro';
}
section {
	background: #fff;
}
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url("../images/pre_loader.gif") no-repeat center center;
	color: #000;
}
.base-header h3 {
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
}
.base-header small {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 300;
	color: #0eccf2;
	display: block;
	line-height: 0.8;
	letter-spacing: 7px;
	margin-bottom: 30px;
	position: relative;
	top: 25px;
	font-family: 'Reem Kufi', sans-serif;
}
.base-header p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 60px;
	margin-top: -20px;
}
.base-header:hover small::before {
	width: 100px;
	margin-left: -50px;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.base-header small::before {
	position: absolute;
	content: '';
	width: 56px;
	left: 50%;
	margin-left: -30px;
	bottom: -18px;
	height: 1px;
	z-index: 5;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	height: 2px;
	background: #e3dfdb;
}
.ylow {
	color: #0eccf2;
}
/*----------------------------------------------------
   2. Header Section
------------------------------------------------------*/
 /*----- Top bar -----*/

#header_one .logo {
	float: left;
	position: relative;
	height: 100px;
}
#header_one .logo {
	background: #0eccf2;
}
#header_one .logo::before {
	position: absolute;
	top: 0px;
	width: 243%;
	content: "";
	height: 100%;
	left: -240%;
}
#header_one .logo::after {
	width: 121px;
	height: 100px;
	position: absolute;
	right: -121px;
	top: 0px;
	content: "";
}
#header_one .logo::after {
	background: #0eccf2 url(../images/logo_bg.png) no-repeat;
}
#header_one .logo::before {
	background: #0eccf2;
}
#header_one .logo a {
	margin-top: 20px;
	display: inline-block;
}
#header_one .logo img {
	z-index: 3;
	position: relative;
}
#header_one .header-info {
	float: right;
	width: 70%;
	/*! padding-top: 20px; */

	background: #fff;
	position: relative;
	z-index: 3;
}
#header_one .header-info ul {
	text-align: right;
}
#header_one .header-info ul li {
	display: inline-block;
	width: 25%;
	text-align: left;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	margin-right: 20px;
}
#header_one .media-left .fa {
	border: 1px solid;
	border-radius: 100%;
	font-size: 18px;
	height: 40px;
	line-height: 37px;
	margin-right: 9px;
	margin-top: 16px;
	text-align: center;
	width: 40px;
	color: #37393C;
}
#header_one .header-info h6 {
	font-weight: bold;
	margin-top: 10px;
	font-size: 16px;
	margin-bottom: 4px;
	text-transform: none;
	letter-spacing: 1px;
}
#header_one .header-info h6 {
	color: #0eccf2;
}
#header_one .media-body > a {
	color: #333;
}
#header_one .header-info ul li.lst {
	width: 38%;
	border: none;
	margin: 0px;
}
.header-right > ul > li > a {
	color: #ffffff;
	display: block;
	padding: 8px 10px;
}
.header-right li {
	display: inline-block;
	position: relative;
	z-index: 99;
}
.header-right .language-cart {
	margin-left: 0px;
}
.header-right > ul {
	display: inline-block;/*!  */
}
.cart-inner {
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	background: #0eccf2;
	border-radius: 50%;
	position: relative;
	left: -15px;
	padding: 2px 6px 2px 5px;
	top: -8px;
}
.cart-inner b {
	margin-right: 10px;
}
.search_icon_inr {
	display: none;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 137%;
	width: 290px;
	z-index: 9999;
}
.search_icon_inr form {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #ebebeb;
	color: #898989;
	float: left;
	width: 100%;
}
form.search-box {
	position: relative;
}
.search_icon_inr div {
	float: none;
	width: 100%;
}
.search_icon_inr input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #000000;
	float: left;
	font-size: 13px;
	font-weight: 500;
	height: 38px;
	padding: 0 0 0 15px;
	width: 100%;
}
.search_icon_inr .btn-search {
	border: medium none;
	color: #fff;
	height: 40px;
	line-height: 38px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0px;
	transition: all 0.3s ease 0s;
	width: 40px;
	background: #0eccf2;
}
.search_icon_inr .btn-search:hover {
	/*!  */

	color: #514D4D;
	background: #ddd;
}
.headr_btom_cart {
	background: #ffffff none repeat scroll 0 0;
	display: block;
	opacity: 0;
	padding: 20px;
	position: absolute;
	right: 0;
	top: 136%;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 300px;
	z-index: 999;
}
.headr_btom_cart ul {
	padding-left: 0px;
	margin-top: 0px;
}
.header-cart:hover .headr_btom_cart {
	opacity: 1;
	transform: scale(1);
	visibility: visible;
}
.single-cart {
	padding-bottom: 15px;
}
.header-right div {
	float: left;
}
.cartt_img img {
	width: 100%;
}
.cart-button i {
	padding-left: 8px;
}
.cartt_img {
	display: block;
	float: left;
	width: 30%;
}
.cartt_img a {
	display: block;
	float: left;
	width: 100%;
}
.cart-content {
	float: left;
	width: 60%;
}
.cart-title {
	color: #333;
	display: block;
	/*!  */

	margin-bottom: 0px;
	padding-left: 10px;
	text-transform: capitalize;
}
.cart-title:hover {
	color: #0eccf2;
}
.qty {
	color: #333;
	margin-bottom: 0;
	padding-left: 10px;
	margin-top: 0px;
}
.qty span {
	color: #333;/*! font-weight: 700; */
}
.cart-remove {
	display: block;
	float: left;
	position: relative;
	right: -8px;
	width: 10%;
}
.header-cart i {
	font-size: 15px;
	padding-right: 10px;
	color: #fff;
}
.header-cart .action i:hover {
	color: #0eccf2;
}
.header-right ul li i:hover {
	color: #0eccf2;
}
.cart-pricing {
	border-bottom: 1px solid #E4DEDE;
	border-top: 1px solid #E4DEDE;
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.shipping {
	color: #414141;
	font-size: 12px;
	padding-top: 3px;
	text-transform: uppercase;
	margin-bottom: -8px;
}
span.s-price {
	float: right;
	font-size: 14px;
}
.total {
	color: #414141;
	font-size: 12px;
	font-weight: 700;
	padding-bottom: 8px;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.p-total {
	float: right;
	font-size: 14px;
}
.cart-button ul li a:hover {
	color: #333;
	background: transparent;
}
.shop_setting_inr {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #cccccc;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.39);
	display: none;
	padding: 8px;
	position: absolute;
	right: 0;
	top: 136%;
	width: 170px;
	z-index: 99;
}
.shop_setting_inr ul {
	padding-left: 0px;
}
.shop_setting_inr ul li form ul {
	padding-left: 0px;
}
.shop_setting_inr ul li form {
	margin-top: -30px;
	margin-bottom: 20px;
}
.shop_setting_inr ul li form ul li:last-child {
	margin-bottom: -12px;
}
.lan_current {
	color: #797979;
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 40px;
	padding: 0 15px;
	transition: all 0.3s ease 0s;
	width: 100%;
	margin-bottom: -6px;
}
.shop_setting_inr a {
	color: #333;
}
.shop_setting_inr a:hover {
	color: #0eccf2;
}
.first-step > li {
	display: block;
	font-size: 12px;
	line-height: 35px;
	padding: 0 15px;
}
.shop_setting_inr ul li form ul li:last-child {
	margin-bottom: -12px;
}
.header-right > ul > li:last-child > a {
	padding-right: 0;
}
.header-right {
	float: right !important;/*!  */
}
.cart-button ul li {
	width: 48%;
}
.header-right .cart-button i {
	color: #fff870;
}
.header-right .cart-button i:hover {
	color: #fff870;
}
.cart-button ul li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #0eccf2;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 500;
	height: 38px;
	line-height: 36px;
	text-align: center;
	width: 125px;
	text-transform: uppercase;
	padding-left: 8px;
	background: #0eccf2;
}
.cart-button ul li:first-child {
	margin-right: 5px;
}
.header-right.header-two > ul > li > a {
	margin-bottom: 25px;
	padding: 0 10px;
}
/*-----Navigationn-----*/

.navigation {
	background-color: #333131;
	z-index: 9999;
	position: relative;
}
#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#navigation:after, #navigation > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#navigation #menu-button {
	display: none;
}
#navigation > ul > li {
	float: left;
}
#navigation.align-center > ul {
	font-size: 0;
	text-align: center;
}
#navigation.align-center > ul > li {
	display: inline-block;
	float: none;
}
#navigation.align-center ul ul {
	text-align: left;
}
#navigation.align-right > ul > li {
	float: right;
}
#navigation > ul > li > a {
	padding: 30px 20px;
	font-size: 13px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: -1px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#navigation > ul > li.has-sub > a {
	padding: 30px 35px 30px 20px;
}
#navigation > ul > li.has-sub > a::before {
	position: absolute;
	right: 18px;
	font-family: FontAwesome;
	content: "\f107";
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#navigation > ul > li.has-sub > a::before {
	position: absolute;
	right: 14px;
	font-family: FontAwesome;
	content: "\f107";
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#navigation ul ul li.has-sub > a::before {
	position: absolute;
	top: 20px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#navigation ul ul li.has-sub > a::after {
	position: absolute;
	top: 23px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}
#navigation ul ul > li.has-sub:hover > a::before {
	top: 17px;
	height: 0;
}
#navigation > ul > li > .active {
	/*!  */

	color: #0eccf2;
}
#navigation > ul > li:hover > a {
	background: #0eccf2;
	color: #fff;
}
#navigation ul ul {
	position: absolute;
	left: -9999px;
}
#navigation.align-right ul ul {
	text-align: right;
}
#navigation ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#navigation li:hover > ul {
	left: auto;
}
#navigation.align-right li:hover > ul {
	left: auto;
	right: 0;
}
#navigation li:hover > ul > li {
	height: 44px;
}
#navigation ul ul ul {
	margin-left: 100%;
	top: 0;
}
#navigation.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#navigation ul ul li a {
	border-bottom: 1px solid #0eccf2;
	padding: 18px 15px;
	width: 220px;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	background: #333131;
	text-transform: uppercase;
	border-top: 1px solid #393939;
	border-bottom: 1px solid #2c2d2d;
}
#navigation ul ul li:last-child > a, #navigation ul ul li.last-item > a {
	border-bottom: 0;
}
#navigation ul ul li:hover > a, #navigation ul ul li a:hover {
	color: #0eccf2;/*!  */
}
#navigation.small-screen {
	width: 100%;
}
#navigation.small-screen ul {
	width: 100%;
	display: none;
}
#navigation.small-screen.align-center > ul {
	text-align: left;
}
#navigation.small-screen ul li {
	width: 100%;
	border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#navigation.small-screen ul ul li, #navigation.small-screen li:hover > ul > li {
	height: auto;
}
#navigation.small-screen ul li a, #navigation.small-screen ul ul li a {
	width: 100%;
	border-bottom: 0;
}
#navigation.small-screen > ul > li {
	float: none;
}
#navigation.small-screen ul ul li a {
	padding-left: 25px;
}
#navigation.small-screen ul ul ul li a {
	padding-left: 35px;
}
#navigation.small-screen ul ul li a {
	color: #acc4ca;
	background: none;
}
#navigation.small-screen ul ul li:hover > a, #navigation.small-screen ul ul li.active > a {
	color: #ffffff;
}
#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
}
#navigation.small-screen > ul > li.has-sub > a:after, #navigation.small-screen > ul > li.has-sub > a:before, #navigation.small-screen ul ul > li.has-sub > a:after, #navigation.small-screen ul ul > li.has-sub > a:before {
	display: none;
}
#navigation.small-screen #menu-button {
	display: block;
	padding: 17px;
	color: #acc4ca;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}
#navigation.small-screen #menu-button:after {
	position: absolute;
	top: 22px;
	right: 2px;
	display: block;
	height: 8px;
	width: 20px;
	border-top: 2px solid #acc4ca;
	border-bottom: 2px solid #acc4ca;
	content: '';
}
#navigation.small-screen #menu-button:before {
	position: absolute;
	top: 16px;
	right: 2px;
	display: block;
	height: 2px;
	width: 20px;
	background: #acc4ca;
	content: '';
}
#navigation.small-screen #menu-button.menu-opened:after {
	top: 23px;
	border: 0;
	height: 2px;
	width: 15px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#navigation.small-screen #menu-button.menu-opened:before {
	top: 23px;
	background: #ffffff;
	width: 15px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#navigation.small-screen .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid rgba(120, 120, 120, 0.2);
	height: 46px;
	width: 46px;
	cursor: pointer;
}
#navigation.small-screen .submenu-button.submenu-opened {
	background: #2c2d2d;
}
#navigation.small-screen ul ul .submenu-button {
	height: 35px;
	width: 35px;
	top: 8px;
}
#navigation.small-screen .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #fff;
	content: '';
}
#navigation.small-screen ul ul .submenu-button:after {
	top: 15px;
	right: 13px;
}
#navigation.small-screen .submenu-button.submenu-opened:after {
	background: #ffffff;
}
#navigation.small-screen .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #fff;
	content: '';
}
#navigation.small-screen ul ul .submenu-button:before {
	top: 12px;
	right: 16px;
}
#navigation.small-screen .submenu-button.submenu-opened:before {
	display: none;
}
#navigation.small-screen.select-list {
	padding: 5px;
}
/*-----Navigationn end-----*/
 /*
 Header Transparent CSS Start
----------------------------------------*/

.header-transparent {
	padding-bottom: 20px;
}
.top-bar-transparent {
	margin-bottom: 20px;
}
.header-transparent #navigation {
	margin-top: 5px;
	background-color: transparent;
}
.header-transparent #navigation > ul > li > a {
	padding: 10px 4px;
	border: transparent;
	color: #fff;
}
.header-top {
	border-bottom: 1px solid transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	border-color: rgba(250, 250, 250, .2);
}
.header-transparent #navigation li a {
	color: #ffffff;
	background-color: transparent;
	border-left: transparent;
	border-right: transparent;
	padding: 14px 30px 14px 10px;
}
.header-transparent #navigation li ul li a {
	background-color: #446a73;
	padding: 18px 20px;
}
.header-transparent #navigation > ul > li.has-sub > a {
	padding-right: 30px;
}
.header-transparent #navigation li ul li a {
	border-bottom: 1px solid #375b63;
}
.header-top .top-nav ul li a {
	color: #fff;
}
.top-nav-collapse {
	background-color: rgba(18, 45, 52, .8);
}
#search-area-v2 {
	position: absolute;
	width: 100%;
	z-index: 1032;
	top: 48px;
}
#search-area-v2 .well-bg {
	background-color: #333;
}
.phone-img {
	margin-bottom: 60px;
}
/*Header Transparent CSS End
----------------------------------------*/
 /*----------------------------------------------------
  2. Header Section
------------------------------------------------------*/

#menu-fade {
	position: fixed;
	z-index: 2000;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	color: #fff;
	top: -1500px;
	bottom: 0;
	transition: all .5s ease;
}
#menu-fade.open {
	top: 0;
}
#menu-left {
	position: fixed;
	left: -50%;
	z-index: 2000;
	width: 50%;
	color: #fff;
	top: 0;
	bottom: 0;
	transition: all .5s ease;
}
#menu-left.open {
	left: 0;
	background-color: rgba(255, 255, 255, 0.9);
}
#menu-right {
	position: fixed;
	right: -50%;
	z-index: 2000;
	width: 50%;
	color: #fff;
	top: 0;
	bottom: 0;
	transition: all .3s ease;
}
#menu-right.open {
	right: 0;
	background-color: rgba(255, 255, 255, 0.9);
}
#menu-fade nav, #menu-right nav, #menu-left nav {
	text-align: center;
}
#menu-toggle {
	width: 40px;
	height: 40px;
	position: absolute;
	padding: 9px 0;
	top: 45px;
	right: -90px;
	cursor: pointer;
	transition: all .5s ease;
}
#menu-right #menu-toggle {
	left: -90px;
}
#menu-fade #menu-toggle {
	top: 1545px;
	right: 50px;
}
#menu-fade.open #menu-toggle {
	top: 45px;
}
#menu-toggle span.lines {
	width: 35px;
	height: 4px;
	display: block;
	margin: 5px auto;
	border-radius: 40px;
	transition: all .5s ease;
}
#menu-toggle span.lines:nth-child(2) {
	width: 21px;
}
#menu-toggle:hover .lines:nth-child(2) {
	width: 35px;
}
#menu-toggle span.close {
	display: none;
}
#menu-toggle span.open {
	position: absolute;
	top: 10px;
	left: 48px;
	text-align: center;
	transition: all .8s ease;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 6px 10px;
}
#menu-toggle.active span.lines {
	position: absolute;
	left: 0;
	right: 0;
	top: 14px;
}
#menu-toggle.active span.lines:first-child {
	transform: rotate(45deg);
}
#menu-toggle.active span.lines:nth-child(3) {
	transform: rotate(-45deg);
}
#menu-toggle.active span.lines:nth-child(2) {
	display: none;
}
#menu-toggle.active span.open {
	display: none;
}
#menu-toggle.active span.close {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 15px;
	height: 15px;
	text-align: center;
	margin: 3px auto;
	transition: all .8s ease;
	color: #222;
	opacity: 0;
	font-size: 12px;
	text-shadow: none;
	display: block;
}
#menu-toggle.active:hover span.close {
	color: #fff;
	opacity: 1;
}
#menu-toggle.active:hover span.close.c {
	left: 40px;
}
#menu-toggle.active:hover span.close.l {
	left: 55px;
}
#menu-toggle.active:hover span.close.o {
	left: 70px;
}
#menu-toggle.active:hover span.close.s {
	left: 85px;
}
#menu-toggle.active:hover span.close.e {
	left: 100px;
}
#menu-right #menu-toggle.active:hover span.close.c {
	left: -70px;
}
#menu-right #menu-toggle.active:hover span.close.l {
	left: -55px;
}
#menu-right #menu-toggle.active:hover span.close.o {
	left: -40px;
}
#menu-right #menu-toggle.active:hover span.close.s {
	left: -25px;
}
#menu-right #menu-toggle.active:hover span.close.e {
	left: -10px;
}
#menu-toggle.dark {
	border-color: #f3dede;
}
#menu-toggle.dark span {
	background-color: #0eccf2;
}
#menu-toggle.dark:hover {
	border-color: #4e4e4e;
}
#menu-toggle.dark:hover span {
	background-color: #504f4f;
	color: #fff;
}
#logo {
	margin: 10px auto;
}
#main-menu {
	padding: 50px 0;
}
#menu-fade #main-menu {
	padding: 70px 0;
}
#main-menu > li > a {
	text-transform: uppercase;
	font-size: 18px;
	padding: 14px 25px;
	transition: all .3s ease;
	color: #222;
	font-weight: 700;
}
#main-menu > li > a:hover {
	color: #0eccf2;
}
#socials {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #f5f5f5;
}
#socials > li {
	float: left;
	width: 20%;
}
#socials > li > a {
	text-align: center;
	font-size: 18px;
	color: #0eccf2;
	border: 1px solid #eee;
}
#socials > li > a:hover {
	background-color: #f8f8f8;
}
.form-control.search {
	position: absolute;
	bottom: 45px;
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-top: 1px solid #eee;
	font-size: 12px;
	height: 60px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	letter-spacing: 3px;
}
.form-control.search:focus {
	background-color: #f8f8f8;
	color: #9B9B9B;
}
/* ========= Menu Style Two ======== */

.menu-header {
	background-color: #000C;
}
.menuButon {
	width: 100%;
	position: relative;
	text-align: left;
	margin-top: -32px;
	transition: all ease 700ms;
	-moz-transition: all ease 700ms;
	-webkit-transition: all ease 700ms;
	-ms-transition: all ease 700ms;
	-o-transition: all ease 700ms;
	background: transparent;
	top: 75px;
	z-index: 999;
}
.menuButon a {
	display: inline-block;
	width: 30px;
	height: 19px;
	background: url(../images/menu_icon.png) no-repeat center top;
	transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-webkit-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	z-index: 99;
}
.menuButon a:hover {
	background: url(../images/menu_icon2.png) no-repeat center top;
}
#menuModal {
	background: rgba(0, 0, 0, .8) !important;
	border: 8px solid #fff;
	opacity: 0;
	position: fixed;
	left: 0;
	top: 0;
}
#menuModal .modal-content {
	background: none;
	border-radius: 0;
	border: none;
	box-shadow: none;
}
.modCloseButton {
	width: 65px;
	height: 80px;
	background: #0eccf2;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.modCloseButton span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 31px;
	height: 31px;
	display: inline-block;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.modCloseButton span:after {
	width: 100%;
	height: 1px;
	background: #FFF;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	transition: all ease 700ms;
	-moz-transition: all ease 700ms;
	-webkit-transition: all ease 700ms;
	-ms-transition: all ease 700ms;
	-o-transition: all ease 700ms;
}
.modCloseButton span:before {
	width: 1px;
	height: 100%;
	background: #FFF;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	transition: all ease 700ms;
	-moz-transition: all ease 700ms;
	-webkit-transition: all ease 700ms;
	-ms-transition: all ease 700ms;
	-o-transition: all ease 700ms;
}
.modCloseButton:hover span:after, .modCloseButton:hover span:before {
	background: #272727;
}
.mainMenu {
	width: 100%;
	position: relative;
	text-align: center;
	padding-top: 80px;
}
.mainMenu ul {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	list-style: none;
}
.mainMenu ul li {
	display: block;
	text-align: center;
	line-height: 14px;
	position: relative;
}
.mainMenu ul li a {
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	line-height: 14px;
	margin-bottom: 33px;
	display: inline-block;
	position: relative;
}
.mainMenu ul li a:hover, .mainMenu > ul > li.active > a {
	color: #0eccf2;
}
.fixedHeader .menuButon {
	margin-top: 28px;
}
.fixedHeader .logo {
	margin-top: 28px;
}
.overFlowHidden {
	overflow: hidden;
}
/*  Slider Area Styling */
 /* animation duration and fill mode */

.cssanimation span {
	animation-duration: 1s;
	animation-fill-mode: both;
	display: inline-block;
}
/* letter skate x animation declaration */

.skateX span {
	animation-name: scaleX;
	animation-iteration-count: infinite;
}
 /* letter scaleX animation keyframes */

 @keyframes scaleX {
 50% {
 transform: scaleX(0.4)
}
}
.slider-wrapper {
	position: relative;
}
.nivoslid > img {
	width: 100% !important;
}
.nivo-caption {
	background: transparent none repeat scroll 0 0;
	box-sizing: border-box;
	color: #fff;
	display: none;
	left: 0;
	opacity: 1;
	overflow: visible;
	top: 50%;
}
.right-width p {
	width: 80%;
}
.nivo-caption p, .nivo-caption {
	font-family: Open Sans;
	padding: 10px 215px 18px 0;
	color: #333;
}
.nivo-caption .slider-right {
	left: inherit;
	margin-top: -63px;
	position: absolute;
	left: 24%;
}
.slide-text h3 {
	color: #fff !important;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: -41px;
}
.slide-text h2 {
	color: #fff;
	font-size: 34px;
	margin-top: 70px;
	text-transform: uppercase;
	text-shadow: 3px -3px 4px #000000;
}
.slide-text span {
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.slide-text p.one-p {
	color: #333;
	font-size: 13px;
	font-weight: 400;
}
.slider-btn {
}
.nivo-caption a {
	background: #292929;
	color: #fff;
	display: inline-block !important;
	font-family: open sans;
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	padding: 0 30px;
	text-transform: uppercase;
}
.nivo-caption a:hover {
	color: #fff;
}
.nivo-prevNav i {
	margin-left: -15px;
}
.nivo-nextNav i {
	display: block;
	padding: 0;
}
.nivo-controlNav {
	right: 79.5%;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 48%;
	z-index: 8;
}
.nivo-controlNav a {
	background: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 12px;
	margin-bottom: 10px;
	position: relative;
	transition: all 0.5s ease 0s;
	width: 12px;
}
.nivo-controlNav a::before {
	border-radius: 100%;
	content: "";
	height: 18px;
	left: -3px;
	position: absolute;
	top: -3px;
	width: 18px;
}
.nivo-control.active {
	background: #0eccf2;
}
.nivo-controlNav a.active::before {
	border-color: #0eccf2;
	font-weight: bold;
	transition: all 0.5s ease 0s;
}
.nivo-directionNav {
	opacity: 0;
}
.slider-area:hover .nivo-directionNav {
	opacity: 1;
}
.slider-area .btn {
	margin-left: 4px;
	background: #fff;
	color: #000;
	padding: 4px 30px;
	border: 3px solid #fff;
}
.slider-area .btn:hover {
	color: #fff;
}
.slider-area .hvr-bounce-to-top::before {
	color: #fff;
}
/* Image Background Style
================================= */

header {
	position: relative;
	text-align: center;
	color: #fff;
	background-color: rgba(32, 32, 32, 0.74);
	height: 700px;
}
#headerbackground {
	background-image: url("../images/slider/slider3.jpg");
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	background-position: center center;
	width: 100%;
	height: 100%;
	top: 0px;
}
header .container {
	padding-top: 200px;
	padding-bottom: 100px;
	position: relative;
	z-index: 10;
	text-align: center;
}
.ban1_txt {
	margin-top: 80px;
	text-align: left;
}
.ban1_txt h3 {
	text-transform: uppercase;
	line-height: 0.8;
	margin: 0px;
	letter-spacing: 5px;
	font-size: 20px;
	font-weight: 700;
	color: #0eccf2;
}
.ban1_txt h2 {
	font-size: 54px;
	color: #fff;
	line-height: 59px;
	margin-top: 30px;
	letter-spacing: 5px;
	font-weight: 700;
	text-transform: uppercase;
}
/*----------------------------------------------------
   Header Section For Index FOur
------------------------------------------------------*/

.manimenu .navbar-header a.navbar-brand {
	margin-left: -30px;
}
.navbar {
	text-transform: uppercase;
}
.navbar .navbar-nav {
	letter-spacing: 0px;
	margin-left: 129px;
}
.navbar-default .navbar-nav > li > a {
	color: #000;
	font-size: 14px;
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.top-nav-collapse .navbar-nav > li > a.current {
	color: #B89840;
}
.nav > li > a {
	padding: 14px 0px;
	margin: 0 17px;
	letter-spacing: 2px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: -2px;
}
.navbar {
	padding: 40px 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: 0 0;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-ms-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-o-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
	background: rgba(147, 132, 132, 0) none repeat scroll 0% 0%;
}
.top-nav-collapse {
	padding: 12px 0px;
	background-color: #0B0A0A;
}
.top-nav-collapse .navbar-nav > li > a {
	color: #000;
}
.navbar-nav > li > a.current {
	color: #B89840;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
	color: #B89840;
}
.top-nav-collapse .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:hover, .top-nav-collapse .navbar-nav > li > a.current:focus {
	color: #B89840;
}
.top-nav-collapse .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:focus {
	color: #000;
}
.navbar-brand > img {
	margin-top: -12px;
}
.navbar-right {
	margin-right: 60px !important;
}
/* Mega Menu
----------------------*/

.manimenu.top-nav-collapse {
	padding: 0px 0px;
}
.manimenu {
	padding: 15px 0;
}
.manimenu .navbar-brand > img {
	margin-top: -23px;
}
.manimenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: transparent;
	margin-left: 20px !important;
}
.manimenu ul:before, .manimenu ul:after {
	content: "";
	display: table;
}
.manimenu ul:after {
	clear: both;
}
.manimenu ul > li {
	float: left;
	position: relative;
}
.top-nav-collapse ul li a {
/*! color:#FFF !important; */
}
.navbar-fixed-top ul li a {
	color: #fff;
	font-weight: 700;
}
.manimenu a {
	display: block;
	padding: 30px 20px;
	text-transform: uppercase;
	font-size: 13px;
}
.manimenu a:hover {
	text-decoration: none;
	color: #0eccf2;
}
.manimenu li ul {
	background: #242222;
}
.manimenu li ul li {
	width: 220px;
}
.manimenu li ul a {
	border: none;
	padding: 10px 20px;
	color: #FFF;
}
.manimenu li ul a:hover {
	color: #0eccf2;
}
.manimenu ul > li ul li:hover a {
	margin-left: 7px;
}
.manimenu li ul {
	position: absolute;
	left: 0;
	top: 81px;
	z-index: 1;
}
.manimenu li ul li {
	overflow: hidden;
	height: 0;
	-webkit-transition: height 200ms ease-in;
	-moz-transition: height 200ms ease-in;
	-o-transition: height 200ms ease-in;
	transition: height 200ms ease-in;
}
.manimenu ul > li:hover ul li {
	height: 46px;
	border-bottom: 1px solid #2c2a2a;
}
.manimenu .header-right a {
	padding: 30px 0px;
}
/*
    Image Background CSS
===============================================*/

.single-page-nav .current {
	color: #0eccf2;
}
/*
    Image Background CSS
===============================================*/

#section-header {
	height: 800px;
	background: #000 url("../images/slider/slider2.jpg") no-repeat fixed 50% 50% / cover;
	position: relative;
	overflow: hidden;
}
.header-overlay {
	position: absolute;
	background: rgba(0, 0, 0, 0.34);
}
.header-overlay {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
}
.header-caption {
	width: 100%;
	text-align: center;
	position: absolute;
	color: #fff;
	padding-top: 300px;
}
.header-caption h3 {
	font-size: 60px;
	color: #fff;
	line-height: 50px;
	margin: 30px 0px;
	text-transform: inherit;
	font-family: 'Raleway', sans-serif;
}
/*----------------------------------------------------
   3. About Section (index.html)
------------------------------------------------------*/
.base-header2 {
	text-align: left
}
.base-header2 h3 {
	letter-spacing: 3px;
	text-transform: uppercase;
	padding-bottom: 0px;
}
.base-header2 small {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 300;
	color: #2F2E2D;
	display: block;
	line-height: 0.8;
	letter-spacing: 4px;
	margin-bottom: 30px;
	position: relative;
	/*! top: 25px; */

	font-family: 'Reem Kufi', sans-serif;
}
.base-header2 p {
	max-width: 62%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-top: -20px;
}
.about-section_multi {
	padding-bottom: 20px;
	padding-top: 64px;
}
.about-section_multi .expert-item {
	background: transparent;
}
.about-section_multi .expert-item:hover {
	box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.0);
	-moz-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.0);
	-webkit-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.0);
	-o-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.0);
}
.about-section_multi .expert-item .icon-fea::before {
	padding: 17px;
	border-radius: 1%;
	background: #fff;/*! border: 1px solid #333; */
}
.about-section_multi .expert-item:hover .icon-fea::before {
	color: #0eccf2;
}
.about-section_multi .expert-item .fea-left {
	color: #333;
}
/*
    About Section Onepage v5
------------------------------------------------------*/
.about_sec_onepg .row.timeline_posts {
	margin-top: 70px;
}
/*----------------------------------------------------
  3. About Section
------------------------------------------------------*/

.about-section {
	padding-bottom: 30px;
	padding-top: 50px;
}
/*  About Left
------------------- */

.about-left {
	font-size: 18px;/*! margin-top: 98px; */
}
.about-left h3 {
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 0px;
	line-height: 40px;
	font-size: 23px;
}
.about-left h3 span {
	color: #0eccf2;
	display: block;
}
.about-left small {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
	display: block;
	line-height: 0.8;
	letter-spacing: 8px;
	margin-bottom: 30px;
}
.ab-inf {
/*! margin-top: 90px; */
}
.about-left .about-more {
	margin-top: 23px;
	text-align: left;
}
.about-more a {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #333 !important;
}
.about-more a:hover {
	color: #fff !important;
}
.about-more a i {
	right: 0px;
	-webkit-transition: right 0.3s linear 0s;
	-moz-transition: right 0.3s linear 0s;
	-ms-transition: right 0.3s linear 0s;
	-o-transition: right 0.3s linear 0s;
	transition: right 0.3s linear 0s;
	display: inline-block;
	position: relative;
}
.about-more a:hover i {
	right: -10px;
}
/*  About Right
------------------- */

.about-right img {
/*! margin-left: -10px; */
}
.about-right .about-img_2 {
	margin-left: 21px;
}
/*----------------------------------------
   4. Offer Section
--------------------------------------------*/

.choose-us {
	color: #808080;
	padding-top: 110px;
	padding-bottom: 110px;
	background-image: url("../images/slider/calltoaction.jpg");
}
.text-riht {
	text-align: right;
}
.text-riht h3 {
	margin: 0px;
	color: #FFF;
	margin-top: 17px;
}
.text-riht small {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 8px;
}
section.impres h3 {
	font-size: 21px;
	text-align: left;
	text-transform: capitalize;
	letter-spacing: 3px;
	margin-top: 12px;
}
section.impres p {
	text-align: left;
	font-size: 16px;
	letter-spacing: 4px;
	color: #fff;
	margin-top: 10px;
}
section.impres small {
	color: #fff;
}
section.impres h3 {
	color: #fff !important;
}
.choose-us .col-lg-5.col-sm-5 {
	color: #b6b1b1;
}
.choose-us a:hover {
	color: #333 !important;
}
.choose-us .hvr-bounce-to-top::before {
	background: #fff;
}
.choose-us .hvr-bounce-to-top:hover::before {
	background: #fff;
}
.choose-us .btn-chos {
	border: 3px solid #fff;
	color: #fff;
}
/*----------------------------------------------------
   5. Services Section (index three)
------------------------------------------------------*/

.expert-section {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #fbfbfb;
}
.expert-item {
	padding: 30px 20px;
	position: relative;
	margin-top: -10px;
	text-align: center;
	background: #f6f6f6;
	margin-bottom: 40px;
	webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.expert-item:hover {
	box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.06);
	-o-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.06);
}
.expert-item .fea-left {
	display: block;
	font-size: 18px;
	letter-spacing: 2px;
	/*! letter-spacing: 2px; */

	text-transform: capitalize;
	color: #33;
	font-weight: 700;
	/*! text-align: left; */

	margin: 0 auto;
	padding: 3px 0px;
}
.expert-item .icon-fea {
	height: 65px;
}
.expert-item .icon-fea::before {
	font-size: 40px;
	color: #0eccf2;
	webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.expert-item:hover .icon-fea::before {
	border: 1px dotted #0eccf2;
	padding: 17px;
	border-radius: 50%;
	background: #fff;
}
.expert-item:hover .fea-left {
	color: #0eccf2;
}
.fea-info {
	margin-top: 12px;
	margin-bottom: 20px;/*! text-align: left; */
}
.feat-learn {
	color: #373737;
	letter-spacing: 2px;
	cursor: pointer;
}
.feat-learn i {
	font-size: 26px;
	font-weight: bold;
	position: relative;
	top: 7px;
}
/*
	5. Services Section
------------------------------------------------------*/

.promotab-section {
	padding-top: 64px;
	padding-bottom: 100px;
}
.promotab-itms {
	margin-bottom: 5px;
}
.service-margin {
	margin-top: 30px;
}
.promotab-itms .panel-group {
	margin-bottom: 0;
}
.promotab-section .panel-group .panel + .panel {
	margin-top: 2px;
}
.promotab-itms .panel {
	background-repeat: repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	padding: 45px 0 10px;
	border-radius: 0;
	margin-bottom: 0px;
	border: none;
	text-align: center;
	padding-bottom: 67px;
	box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.27);
	-webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.27);
}
.promotab-itms .panel::before {
	background-color: rgba(51, 44, 37, 0.5);
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	mix-blend-mode: multiply;
	z-index: -1;
}
.serview-overly {
	position: relative;
}
.serview-overly::after {
	background: #685f5f80 none repeat scroll 0 0;
	bottom: 15px;
	content: "";
	position: absolute;
	top: 15px;
	width: 92%;
	z-index: 1;
	-moz-transition: transform 0.3s linear;
	-webkit-transition: transform 0.3s linear;
	-o-transition: transform 0.3s linear;
	transition: transform 0.3s linear;
	-webkit-box-shadow: 0px 20px 20px 0px rgba(77, 55, 55, 0.7);
}
.panel-group .panel-heading {
	border-bottom: 0;
	background-color: transparent;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
	position: relative;
}
.promotab-itms .panel-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50px;
	right: 0;
	margin: 0 auto;
	width: 50px;
	height: 4px;
	border-top: 1px solid #0eccf2;
}
.promotab-itms .panel-title a {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin-bottom: 25px;
	text-decoration: none;
	width: 100%;
	letter-spacing: 3px;
	z-index: 9;
	position: relative;
	text-transform: capitalize;
	font-weight: 700;
}
.promotab-section .promotab-itms .panel-group .panel-heading + .panel-collapse > .list-group, .promotab-section .promotab-itms .panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
}
.promotab-section .panel-group .panel-heading + .panel-collapse > .panel-body {
	color: #fff;
	font-size: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
	line-height: 28px;
	margin-bottom: 40px;
	z-index: 9;
}
.promotab-section .btn-chos {
	margin-top: 50px;
}
.skillbar {
	position: relative;
	display: block;
	margin-bottom: 15px;
	width: 100%;
	background: #eee;
	height: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-ms-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;
	-webkit-transition-property: width, background-color;
	-moz-transition-property: width, background-color;
	-ms-transition-property: width, background-color;
	-o-transition-property: width, background-color;
	transition-property: width, background-color;
	margin-bottom: 55px;
	z-index: 9;
}
.skillbar-title {
	position: absolute;
	top: -27px;
	left: -13px;
	width: 51px;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.skillbar-title span {
	display: block;
	padding: 0 14px;
	height: 22px;
	line-height: 23px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}
.skillbar-bar {
	height: 5px;
	width: 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #0eccf2;
}
.skill-bar-percent {
	position: absolute;
	top: -25px;
	left: inherit;
	right: 12px;
	font-size: 12px;
	color: #FFF;
}
/*----------------------------------------------------
	6. Portfolio section ( index three )
------------------------------------------------------*/

.work-section {
	padding-top: 50px;

	background: #FFF;
}
/* Work items
------------------*/

.project-list .mix {
	display: none;
}
.project-filter {
	margin-bottom: 20px;
}
.project-filter ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.project-filter ul li {
	color: #fff;
	cursor: pointer;
	margin-bottom: 17px;
	margin-right: 15px;
	padding: 8px 16px;
	transition: all 0.5s ease 0s;
	display: inline-block;
	background: #333;
}
.project-filter ul li:hover {
	color: #fff !important;
	background: #0eccf2;
}
.project-filter .hvr-underline-from-left.active:hover::before, .project-filter .hvr-underline-from-left.active:focus::before, .project-filter .hvr-underline-from-left.active:active::before {
	background: transparent;
	height: 0px;
}
.project-filter .hvr-underline-from-left.active::before {
	background: transparent;
}
.project-filter .hvr-underline-from-left::before {
	background: #0eccf2;
}
.project-filter ul li.active {
	color: #fff !important;
	display: inline-block;
	border-bottom: 2px solid #0eccf2;
	background: #0eccf2;
}
.project-filter ul li i {
	margin-right: 7px;
}
.work-item {
	position: relative;
	margin-top: 18px;
	margin-left: -10px;
}
.mask2 {
	position: absolute;
	width: 100%;
	height: 100.2%;
	top: 0px;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	background: #212121;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	padding-left: 0px;
	opacity: 0;
}
.mask2 h4 {
	margin-top: 68px;
	color: #fff;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	position: relative;
	top: -64px;
}
.work-item:hover .mask2 h4 {
	opacity: 1;
	position: relative;
	top: 0px;
}
.mask-big h4 {
	margin-top: 99px;
}
.mask2 p {
	color: #fff;
	margin-top: -16px;
}
.mask2 i {
	color: #fff;
	font-size: 25px;
}
.items {
	overflow: hidden;
}
.work-item:hover .mask2 {
	width: 100%;
	height: 100%;
	background: RGBA(21, 21, 21, 0.71);
}
.work-item:hover .mask2 {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.8s ease 0s;
}
.work-item:hover .mask2 {
	border: 10px solid #E4EAE9 !important;
}
.mask2:hover h2 {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.mask2:hover {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;/*! padding-left: 30px; */
}
.work-item:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.work-item img {
	width: 100%;
	display: block;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}
.work_onepg .project-filter ul {
	text-align: center;
}
/*
   6. Portfolio Section
------------------------------------------------------*/

.portfolio-section {
	padding-top: 65px;
	padding-bottom: 100px;
	background: #fbfbfb;
}
.portfolio-warp {
	margin-bottom: 50px;
}
.portfolio-2 .product-detail, .portfolio-4 .product-detail, .portfolio-6 .product-detail {
	margin-top: 330px;
}
.portfolio-5 {
	margin-top: 0px;
}
.portfolio-warp .portfolio-hover {
	overflow: hidden;
	position: relative;
}
.full-view {
	position: absolute;
	top: 210px;
	text-align: center;
	display: block;
	overflow: hidden;
	background: #fff;
	padding: 10px 20px;
	left: 37%;
	opacity: 0;
	color: #333;
	font-weight: 700;
}
.portfolio-warp:hover .full-view {
	opacity: 1;
	color: #000;
}
.portfolio-warp:hover .portfolio-hover img {
	opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
.portfolio-warp .portfolio-hover img {
	width: 100%;
	max-width: 375px;
	margin: auto;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0.8;
}
.product-detail {
	position: relative;
}
.product-detail::before {
	position: absolute;
	content: '';
	width: 84px;
	left: 5%;
	margin-left: -38px;
	top: 80px;
	height: 3px;
	z-index: 5;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	height: 2px;
	background: rgba(0, 0, 0, 0.6);
}
.portfolio-2 .product-detail::before, .portfolio-4 .product-detail::before, .portfolio-6 .product-detail::before {
	position: absolute;
	content: '';
	width: 84px;
	left: 91%;
	margin-left: -38px;
	top: 80px;
	height: 3px;
	z-index: 5;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	height: 2px;
	background: rgba(0, 0, 0, 0.6);
}
.portfolio-warp:hover .product-detail::before {
	width: 74%;
	margin-left: -50px;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.portfolio-warp .product-detail, .portfolio-warp .product-detail-bottom {
	text-align: left;
}
.portfolio-1 .product-detail, .portfolio-3.product-detail, .portfolio-5 .product-detail {
	margin-top: 80px;
}
.portfolio-2 .product-detail, .portfolio-4 .product-detail, .portfolio-6 .product-detail {
	text-align: right;
}
.portfolio-warp .product-detail h4, .portfolio-warp .product-detail-bottom h4 {
	font-family: 'Raleway', sans-serif;
	opacity: 0.7;
	font-weight: 700;
	font-size: 21px;
}
.portfolio-warp .product-detail p, .portfolio-warp .product-detail-bottom p {
	font-weight: 400;
	letter-spacing: 1px;
	opacity: 0.9;
	margin-top: -16px;
}
.port-list {
	padding: 13px 0px 0px 12px;
	list-style: none;
	margin-top: -15px;
	text-align: left;
}
.port-list li, .port-list li a {
	color: #ddd;
	font-weight: 400;
	font-size: 15px;
	margin: 0;
}
.social_port {
	text-align: left;
	margin-top: 10px;
}
.social_port a {
	margin: 0px 2px;
	font-size: 18px;
	color: #0eccf2;
}
.social_port i {
	margin-left: 12px;
}
/** Portfoili Modal Section
********************************/
 /* Default theme styles for the background */

.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
	filter: blur(3px);
}
/* Default theme styles of the overlay */

.remodal-overlay {
	background: rgba(255, 255, 255, 0.7);
}
.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
	animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
	animation-name: remodal-overlay-closing-keyframes;
}
/* Default theme styles of the wrapper */

.remodal-wrapper {
	padding: 10px 10px 0;
}
/* Default theme styles of the modal dialog */

.remodal {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	padding: 30px;
	transform: translate3d(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 5px 20px 60px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 5px 20px 60px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 20px 60px rgba(0, 0, 0, 0.3);
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
	animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
	animation-name: remodal-closing-keyframes;
}
/* Vertical align of the modal dialog */

.remodal, .remodal-wrapper:after {
	vertical-align: middle;
}
/* Remodal Image */

.port-modal-img {
	margin: auto;
}
/* Close button */

.remodal-close {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: visible;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
	color: #95979c;
	border: 0;
	outline: 0;
	background: transparent;
}
.remodal-close:hover, .remodal-close:focus {
	color: white;
}
.remodal-close:before {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 50px;
	line-height: 35px;
	position: absolute;
	top: 10px;
	right: -10px;
	display: block;
	width: 35px;
	content: "\00d7";
	text-align: center;
}
/* Remodal inner content */

.remodal h3 {
	font-family: 'Raleway', sans-serif;
	color: white;
	margin: 40px 0 40px 0;
}
.remodal p {
	font-family: 'Raleway', sans-serif;
	color: white;
	opacity: 0.8;
	font-weight: 300;
	text-align: left;
	margin-top: -4px;
}
 /* Keyframes
================== */

 @keyframes remodal-opening-keyframes {
 from {
 transform: translateY(-10px) perspective(600px) rotateX(10deg);
 opacity: 0;
}
 to {
 transform: none;
 opacity: 1;
}
}
 @keyframes remodal-closing-keyframes {
 from {
 transform: none;
 opacity: 1;
}
 to {
 transform: translateY(-10px) perspective(600px) rotateX(10deg);
 opacity: 0;
}
}
 @keyframes remodal-overlay-opening-keyframes {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
 @keyframes remodal-overlay-closing-keyframes {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
}
}

/* Media queries
====================== */

@media only screen and (min-width: 641px) {
.remodal {
	max-width: 841px;
	padding: 90px;
	padding-left: 40px;
	padding-right: 40px;
}
}
/* IE8
==================*/

.lt-ie9 .remodal-overlay {
	background: rgba(255, 255, 255, 0.7);
}
.lt-ie9 .remodal {
	width: 700px;
}
/* Portfoili modal  necessary styles
=========================================== */
 /* Hide scroll bar */

html.remodal-is-locked {
	overflow: hidden;
	touch-action: none;
}
/* Anti FOUC */

.remodal, [data-remodal-id] {
	display: none;
}
/* Necessary styles of the overlay */

.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none;
}
/* Necessary styles of the wrapper */

.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
	display: inline-block;
	height: 100%;
	margin-left: -0.05em;
	content: "";
}
/* Fix iPad, iPhone glitches */

.remodal-overlay, .remodal-wrapper {
	backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */

.remodal {
	position: relative;
	outline: none;
	text-size-adjust: 100%;
}
.remodal-is-initialized {
	/* Disable Anti-FOUC */

	display: inline-block;
}
/*----------------------------------------------------
   7. Video Section (index.html)
------------------------------------------------------*/

#video {
	background: #333 url("../images/slider/video.jpg");
	padding: 100px 0px;
}
.video-section .base-header {
	color: #fff;
}
#video .base-header h2, #video .base-header p {
	color: #fff;
}
#video .main-head, .separator {
	color: #fff;
}
#video .separator, #video .separator2 {
	background-color: #fff;
}
#video .section-subheading {
	margin-top: -15px;
	font-size: 15px;
	text-align: center;
	margin-bottom: 45px;
}
.video-container {
	position: relative;
}
.video-container a {
	display: block;
	cursor: pointer;
	width: 630px;
	margin: auto;
}
.video-container img {
	margin: auto;
	display: block;
}
.play-video {
	position: absolute;
	left: 46%;
	margin-left: -38px;
	margin-top: 17px;
	width: 50px;
	height: 50px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #fff;
}
.play-video .fa-play {
	width: 14px;
	height: 11px;
	color: #FFF;
	font-size: 23px;
	font-weight: 400;
	position: absolute;
	top: 13px;
	left: 19px;
}
.video-modal iframe {
	border: 5px solid rgba(255, 255, 255, 0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.22);
	-ms-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.22);
	-o-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.22);
	box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.22);
}
.video-modal .modal-content {
	padding: 0px;
	border: 0px none;
	position: fixed;
	width: 712px;
	left: 50%; margin-top: -200px;
	top: 50%;
	margin-left: -356px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	text-align: center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	background: transparent none repeat scroll 0% 0%;
}
.video-content a {
	margin-top: 10px;
}
.video-content h2 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 33px;
}
.video-content p {
	color: #fff;
	margin-top: -13px;
	/*!  */

	margin-left: 581px;
	float: right;
	margin-top: -71px;
}
/*----------------------------------------------------
   8. Team Section
------------------------------------------------------*/

.team-section {
	padding-bottom: 100px;
	padding-top: 65px;
	background: #fff;
}
.team-medical {
	background: #f9f6f6;
}
/* Team Member
--------------*/

.member .img {
	width: 100%;
}
.member .img img {
	width: 100%;
	height: auto;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.member .info {
	text-align: left;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	/*! -webkit-box-shadow: 0px 7px 65px 0px rgba(153, 142, 142, 0.1); */

	padding: 0px 20px 0px;
	background: #0eccf2;
}
.member .info p {
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 400;
	font-family: inherit;
	color: #1b1a1a;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	padding-bottom: 10px;
}
.member .info h6 small {
	display: block;
	color: #373737;
	margin-top: 10px;
}
.member .info h6 {
	border: none;
	color: #fff;
	letter-spacing: 2px;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 700;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	margin-bottom: 0px;
	margin-top: 30px;
}
.member .info i {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	line-height: 2.65em;
	font-size: 24px;
	text-align: left;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.social li {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	margin-right: 10px;
	font-size: 17px;
}
.member .social i {
	color: #FFF !important;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	-o-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	font-size: 25px;
}
.member .social i:hover {
	color: #333;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}
.member .social {
	/*! width: 100%; */
     /*! margin-top: -43px; */

	opacity: 0;
	position: absolute;
	bottom: 118px;
	/*! left: 36px; */
     /*! background: #fff; */
     /*! padding-left: 36px; */

	z-index: 9999;
	margin-left: 16px;
}
.member .img:hover .social {
	opacity: 1;
}
.member .img img {
	width: 100%;
	height: auto;
}
.member:hover .timg_overlay img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.member .timg_overlay {
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	overflow: hidden;
}
.member .timg_overlay:before {
	position: absolute;
	content: '';
	width: 100%;
	left: 0;
	z-index: 5;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	height: 100%;
	background: #333333B3;
	opacity: 0;
}
.member .img:hover .timg_overlay:before {
	opacity: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/*----------------------------------------------------
   9. SKill Section (index.html)
------------------------------------------------------*/

.skill {
	padding-top: 0px;
	padding-bottom: 50px;
	margin-top: -40px;
}
.skill h3 {
	margin-bottom: 55px;
}
.skill .inner_about_area {
	margin-top: 80px;
}
.skill .skillbar {
	position: relative;
	display: block;
	margin-bottom: 60px;
	width: 100%;
	background: #e4e0e0;
	height: 6px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-ms-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;
	-webkit-transition-property: width, background-color;
	-moz-transition-property: width, background-color;
	-ms-transition-property: width, background-color;
	-o-transition-property: width, background-color;
	transition-property: width, background-color;
}
.skill .skillbar-title {
	position: absolute;
	top: -25px;
	left: 0;
	width: 51px;
	font-weight: bold;
	font-size: 13px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.skill .skillbar-title span {
	display: block;
	padding: 0 14px;
	height: 22px;
	line-height: 23px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
}
.skill .skillbar-bar {
	height: 4px;
	width: 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #0eccf2;
	top: 1px;
	position: relative;
}
.skill .skill-bar-percent {
	position: absolute;
	top: -22px;
	left: inherit;
	right: 12px;
	font-size: 12px;
	color: #474747;
}
.skill .skillbar-bar::after {
	background: #fff;
	border: 1px solid #4e4e4e;
	border-radius: 5px;
	content: "";
	height: 24px;
	position: absolute;
	right: -7px;
	top: -10px;
	width: 8px;
}
.skill .skill_lists ul {
	list-style-type: none;
	float: left;
	margin-right: 30px;
	margin-top: -3px;
}
.skill .skill_lists ul li::before {
	content: '-';
	margin-right: 5px;
}
.skill .skill_lists li {
	font-size: 15px;
	font-weight: 300;
	color: #848484;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
/*----------------------------------------------------
   Multipage v2 Skill Section
------------------------------------------------------*/
.skill_indx_v3 {
	padding-top: 60px;
}
.header_indx_v3 .btn-chos {
	border: 3px solid #fff;
	color: #fff;
}
.header_indx_v3 .hvr-bounce-to-top::before {
	background: #fff;
}
.header_indx_v3 .btn-chos:hover {
	color: #333;
}
.header_indx_v3 #headerbackground {
	background-image: url("../images/slider/slider6.jpg");
}
header.header_indx_v3 {
	height: 800px;
}
/*----------------------------------------------------
    10.Blog  Section
------------------------------------------------------*/

.blog-section {
	padding-bottom: 150px;
	padding-top: 60px;
	background: #fbfbfb;
}
.blog-post {
	margin-top: -30px;
}
.single-post {
	width: 56%;
	float: left;
	padding: 15px 0;/*! margin-top: 30px; */
}
.single-post-warper {
	/*! position: relative; */
     /*! top: 5px; */

	transition: all 0.4s ease-out 0s;
	right: 0px;
}
.blog-post .col-lg-10:hover .single-post-warper {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.00);
	transition: all 0.4s ease-out 0s;
}
.blog-content a {
	font-size: 20px;
	margin: 0;
	margin-top: 2px;
	font-weight: 700;
	color: #333;
	text-align: right;
	display: block;
	letter-spacing: 3px;
}
.blog-content .entry-title:hover {
	text-decoration: underline;
}
.blog-content .entry-date {
	font-size: 12px;
	color: rgb(95, 94, 94);
	text-transform: capitalize;
	letter-spacing: 2px;
}
.blog-content .entry-parag {
	text-align: right;
}
.blog-thumb {
	width: 40%;
	float: right;
	overflow: hidden;
	margin-top: 22px;
}
.blog-thumb img {
	height: 100%;
	width: 100%;
}
.blog-section .btn-chos {
	position: relative;
	top: 50px;
}
.blog-post .blog-thumb img {
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
}
.blog-post .col-xs-12:hover .blog-thumb img {
	opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
/*
   Blog Post 2nd
--------------------*/

.single-post-right {
	float: right;
}
.single-post-warper-right .blog-content a {
	text-align: left;
}
.single-post-warper-right .blog-content .entry-parag {
	text-align: left;
}
.blog-thumb-left {
	float: left;
	position: relative;
}
/*
   Blog List Page
--------------------*/

.blog-list-page .single-post {
	padding: 15px;
}
/*----------------------------------------------------
    11. Pricing Section
------------------------------------------------------*/

.pricing-section {
	padding-bottom: 100px;
	padding-top: 60px;
}
.pricing-section .col-sm-3 {
	padding-right: 9px;
	padding-left: 0px;
}
.pricing-box {
	position: relative;
	text-align: left;
	transition: all 0.4s ease-out 0s;
	transform: translateX(0px) translateY(-3px) translateZ(0px) rotate(0deg) scale(1);
	padding: 40px 40px 40px 40px;
	background: #F6F6F6;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	transition: all 0.4s ease-out 0s;
	box-shadow: 8px 5px 16px 3px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 8px 5px 16px 3px rgba(0, 0, 0, 0.01);
	border-top: 4px solid transparent;
}
.pricing-box:hover {
	box-shadow: 0px 0px 0px 0px #fff;
	transition: all 0.4s ease-out 0s;
	-ms-transform: scale(1, 1.05);
	-webkit-transform: scale(1, 1.02);
	transform: scale(1, 1.02);
	border-top: 4px solid #0eccf2;
}
.pricing-box h3 {
	font-size: 18px;
	letter-spacing: 3px;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	color: #000;
}
.pricing-box h2 {
	font-size: 45px;
	margin: 18px 0 10px;
	color: #0eccf2;
}
.pricing-box h2 span {
	font-size: 26px;
	position: relative;
	top: -11px;
	padding-right: 6px;
}
.pricing-box h2 sub {
	font-size: 16px;
	/*! top: 10px; */

	display: block;
	margin-top: 10px;
	margin-bottom: 39px;
}
.pricing-box h5 {
	color: #333;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 25px;
}
.pricing-box p {
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 24px;
	text-transform: uppercase;
	color: #383636;
}
.pricing-box a {
	color: #000;
	background: #fff;
}
.pricing-box a:hover {
	color: #fff;
}
.pricing-box h3:before, .pricing-box:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}
/*----------------------------------------------------
   12. Testimonial Section
------------------------------------------------------*/

.testimonial-section {
	padding-top: 65px;
	padding-bottom: 132px;
	background-image: url("../images/slider/testimonial.jpg");
}
.testimonial-section .base-header h3 {
	margin-bottom: 30px;
	color: #fff;
}
.testimonial-section .base-header small {
	margin-bottom: -5px;
	color: #fff;
}
.testimonial .owl-carousel {
	margin-bottom: 0px;
}
.testimonial .owl-stage-outer {
	padding-top: 20px;
	margin: auto;
	margin-bottom: -200px;
}
.testimonial .owl-item img {
	max-width: 168px;
	margin: 30px auto 0 auto;
	-ms-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.testimonial .owl-carousel .item .testi-comment {
	visibility: hidden;
}
.testimonial .owl-carousel .item .testi-comment p {
	font-size: 15px;
	font-weight: 400;
	opacity: 0.7;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #fff;
}
.testimonial .owl-carousel .item .testi-comment h4 {
	font-weight: 600;
	font-size: 15px;
	color: #b7b7b7;
}
.testimonial .owl-item.center .testi-comment {
	visibility: visible;
	margin: 0 -190px 0 -190px;
	padding: 10px 40px 10px 40px;
}
.testimonial .owl-item.center img {
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-box-shadow: 0px 4px 57px 0px rgba(0, 0, 0, 0.21);
	-webkit-box-shadow: 0px 4px 57px 0px rgba(0, 0, 0, 0.21);
	box-shadow: 0px 4px 57px 0px rgba(0, 0, 0, 0.21);
	-moz-transition: all 1s linear;
	-webkit-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}
.testimonial .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	border: 1px solid transparent;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.testimonial:hover .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	font-size: 40px;
	color: #0eccf2;
}
.testimonial .owl-theme .owl-controls .owl-nav .owl-prev {
	top: 127px;
}
.testimonial .owl-theme .owl-controls .owl-nav .owl-next {
	top: 127px;
}
.tesi-rating {
	position: relative;
	top: -10px;
}
.tesi-rating .fa {
	color: #0eccf2 }
/*
   12. Testimonial Section (index.html)
------------------------------------------------------*/

.testimonial_multi:hover .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	font-size: 40px;
	color: #0eccf2;
}
.testimonial_multi .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	font-size: 40px;
	color: #fff;
}
.testimonial_multi .owl-theme .owl-controls .owl-nav .owl-prev {
	top: 111px;
}
.testimonial_multi .owl-theme .owl-controls .owl-nav .owl-next {
	top: 111px;
}
/*----------------------------------------------------
    13. Client Section
------------------------------------------------------*/

.client-section {
	padding-top: 65px;
	padding-bottom: 90px;
	background: #FBFBFB;
}
.client-box {
	width: 100%;
	text-align: center;
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
	-moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
	-ms-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
	-o-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
	line-height: 120px;
	padding-right: 10px;
}
.client-box, .client-box img, .client-box:hover, .client-box:hover img {
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.client-section .owl-theme .owl-controls {
	margin-top: 38px;
}
.client-section .owl-carousel .owl-item img {
	width: auto;
	display: inline-block;
	border: 5px solid #0eccf2;
}
.client-box img {
}
.client-box:hover img {
}
.client-section .owl-theme .owl-controls .owl-page.active span {
	background: #0eccf2;
}
.client-section .owl-theme .owl-controls .owl-page span {
	width: 15px;
	height: 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background: #c3c3c3;
	display: inline-block;
	border: 3px double;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	color: #fff;
}
.client-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	font-size: 29px;
	padding: 0px 0px;
	background: #FBFBFB;
	display: inline-block;
	cursor: pointer;
	border: 1px solid transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 0%;
	opacity: 0;
	margin-bottom: -31px;
	color: #0eccf2;
}
.client-section .owl-theme .owl-controls .owl-nav .owl-next {
	position: absolute;
	bottom: 137px;
	right: 15px;
}
.client-section .owl-theme .owl-controls .owl-nav .owl-prev {
	bottom: 137px;
}
.client-section .owl-theme:hover .owl-prev {
	margin-left: 10px;
	opacity: 1 !important;
}
.client-section .owl-theme:hover .owl-next {
	margin-right: 10px;
	opacity: 1 !important;
}
.client-section .owl-theme .owl-next {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.client-section .owl-theme .owl-prev {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/*----------------------------------------------------
   14. Contact Section
------------------------------------------------------*/

.contact-section {
	background: #fff;
	padding-bottom: 100px;
	padding-top: 64px;
}
.contact-info h3.small {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #333;
}
.contact-info p {
	margin: 0px;
	font-size: 14px;
	color: #9B9BA3;
	margin-bottom: 10px;
	margin-top: 10px;
}
.contact-info i {
	font-size: 20px;
	margin-right: 10px;
}
.contact-form .base-header h3 {
	font-size: 19px;
	letter-spacing: 1px;
	margin-bottom: 0px;
	margin-top: -5px;
	font-weight: 700;
}
.contact-form .base-header small {
	font-size: 13px;
	letter-spacing: 3px;
	margin-bottom: 4px;
	margin-top: 6px;
}
.contact-form .header-sign {
	font-size: 19px;
	left: 3px;
}
.contact-form .header-sign2 {
	font-size: 19px;
	left: -3px;
}

@media screen and (max-width: 767px) {
.contact-info .col-sm-4 {
	margin-bottom: 25px;
}
}

@media screen and (max-width: 767px) {
.contact-info .col-sm-4:last-child {
	margin-bottom: 0;
}
}
.contact-warper {
	background: #fff;
}
.form-control {
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 1px;
	box-shadow: none;
	/*! border-bottom: 1px solid #ddd; */

	line-height: 2.429;
}
.form-control:focus {
	border: 1px solid #fff;
	border: 1px solid #0eccf2;
	box-shadow: none;
	border-left: 3px solid #0eccf2;
}
.form-group {
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 0px;
}
#contactForm .btn-chos {
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	color: #333;
	float: left;
}
#contactForm .btn-chos:hover {
	background: #333;
	color: #fff;
}
.map-container {
	height: 200px;
}
.map_indx_v2 .map-container {
	height: 400px;
}
/*----------------------------------------------------
   15. Footer Section
------------------------------------------------------*/

.footer-section {
	background-color: #333131;
	color: #5F5F5F;
	padding-bottom: 65px;
	padding-top: 34px;
}
.footer-section .social_footer {
	text-align: center;
}
.footer-section h3 {
	text-align: center;
	color: #0eccf2;
	letter-spacing: 2px;
}
.social_footer a {
	margin: 0px 4px;
	font-size: 18px;
	color: #fff;
	border: 1px solid #fff;
	padding: 3px 11px;
}
.social_footer a:hover {
	color: #fff;
	background: #0eccf2;
}
.footer-links {
	margin: 10px -12px 0px 0px;
}
.footer-links a {
	margin: 0px 12px;
	color: #0eccf2;
	font-size: 15px;
}
.footer-links a:hover {
	-webkit-text-decoration: underline;
	-moz-text-decoration: underline;
	-ms-text-decoration: underline;
	-o-text-decoration: underline;
	text-decoration: underline;
}
.copyright {
	padding-top: 22px;
	font-size: 13px;
	text-transform: capitalize;
	letter-spacing: 2px;
	color: #f6eeee;
}
.text-primary {
	color: #e7e7e7;
}
.scroll-top {
	margin-top: 26px;
	display: block;
}
.scroll-top a {
	color: #fff;
	font-family: 'Reem Kufi', sans-serif;
	letter-spacing: 1px;
}
.scroll-top i {
	color: #786f6f;
	font-size: 27px;
	position: relative;
	top: 6px;
	left: 10px;
}
.scrollup:hover, .scrollup:active, .scrollup:focus {
	color: rgba(255, 255, 255, 0.90);
}
/*----------------------------------------------------
    16.  About Page
------------------------------------------------------*/

header.blog-banner {
	background: transparent url("../images/slider/blog-slider.jpg");
	color: #FFF;
	background-attachment: fixed;
	box-sizing: border-box;
	width: 100%;
	height: 250px
}
header .container {
	padding-top: 55px;
	padding-bottom: 90px;
	position: relative;
	z-index: 10;
}
.blog-header h3 {
	color: #0eccf2;
	font-size: 50px;
	letter-spacing: 5px;
	display: inline-block;
	padding-bottom: 8px;
	font-weight: 400;
}
.blog-header h4 {
	color: #868484;
	text-transform: capitalize;
	font-size: 14px;
	letter-spacing: 5px;
	display: block;
	margin-top: -28px;
}
.blog-header h4 a {
	color: #D8D4D4;
}
.blog-header h4 a:hover {
	color: #868484;
}
.about_page_abt {
	padding-top: 0px;
}
.about_page_testi {
	background: #fbfbfb;
}
.about_page_testi .owl-carousel .item .testi-comment h4 {
	color: #000;
}
.about_page_testi .owl-carousel .item .testi-comment p {
	color: #333;
}
.about_page_testi .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	color: #000;
}
/*----------------------------------------------------
   17. Work Page
------------------------------------------------------*/
 /***=====================================================
	Styled Pagination
========================================================***/

.styled-pagination {
	/*! position:relative; */
     /*! margin-top:70px; */

	display: block;
}
.styled-pagination ul {
	padding: 0px;
}
.styled-pagination li {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
	margin-top: 80px;
}
.styled-pagination li a {
	position: relative;
	display: block;
	line-height: 22px;
	padding: 9px 5px;
	font-size: 16px;
	min-width: 42px;
	border: 1px solid #e4e4e4;
	background: #ffffff;
	color: #ababab;
	font-weight: 400;
	text-align: center;
	border-radius: 50%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
.styled-pagination li a.next, .styled-pagination li a.prev {
	padding: 7px 20px;
	font-size: 14px;
	letter-spacing: 1px;
}
.styled-pagination li a:hover, .styled-pagination li a.active {
	color: #ffffff;
	background: #0eccf2;
	border-color: #0eccf2;
}
/* single-work-full-width
*============================*/

.portfolioitem {
	padding-top: 100px;
}
.portfoliodesc {
	margin-bottom: 100px;
}
.portfoliodesc .project-details p {
	margin-top: 0px;
}
.portfoliodesc h4, .project-details h4 {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 50px;
}
.portfoliodesc hr {
	border-top: 1px solid #efeded;
}
.project-detail-list > li {
	margin-bottom: 8px;
}
.project-detail-list strong {
	display: inline-block;
	min-width: 90px;
	position: relative;
	margin-right: 12px;
}
.project-detail-list strong:before {
	position: absolute;
	content: ":";
	right: -5px;
}
.portfolio-single-detail {
	margin-top: 50px;
	padding-left: 20px;
}
.portfolio-single-detail ul {
	margin-bottom: 50px;
	margin-top: 23px;
}
.social-icons {
	margin-bottom: 0;
}
.social-icons > li {
	padding: 0 2px 5px 2px;
}
.social-icons-bordered > li > a {
	background: none;
	border: 1px solid #788084;
	color: #858D90;
}
.social-icons-small > li > a {
	width: 30px;
	height: 30px;
	line-height: 28px;
}
.social-icons > li > a {
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 27px;
	text-align: center;
	color: #1E1C1C;
}
.social-icons-small > li > a i {
	font-size: 13px;
}
.social-icons-small li a:hover {
	color: #fff;
	background: #0eccf2;
	border: 1px solid #0eccf2;
}
.related-portfolio {
	margin-top: 70px;
}
.related-portfolio .mask2 h3 {
	font-size: 17px;
	letter-spacing: 1px;
}
.portfolioitem .carousel-control.left, .portfolioitem .carousel-control.right {
 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .) 0, rgba(0, 0, 0, .0000) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, .0000) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0)), to(rgba(0, 0, 0, .0000)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, .0000) 100%);
}
/*----------------------------------------------------
    18. Single Service
------------------------------------------------------*/

.servic_accrodin .panel-group {
	background-color: #fbfbfb;
	margin-bottom: 0px;
}
.servic_accrodin .panel-default > .panel-heading {
	color: #000;
	background-color: #fbfbfb;
	border-color: transparent;
	padding: 25px 20px;
}
.servic_accrodin .panel-heading h4 {
	margin-top: 0px;
	font-size: 15px;
}
.servic_accrodin .panel-body p {
	margin-top: -6px;
}
.servic_accrodin .panel-default {
	background-color: #fbfbfb;
	border: transparent;
}
.servic_accrodin .panel-title {
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Raleway", sans-serif;
	color: #333;
}
.servic_accrodin .panel-group .panel {
	border-radius: 2px;
	border-bottom: 1px solid transparent;
}
.servic_accrodin .panel-group .panel-heading + .panel-collapse > .list-group, .servic_accrodin .panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 1px solid transparent;
	margin-top: -30px;
	font-size: 13px;
	color: #747474;
	margin-left: 7px;
}
.servic_accrodin .panel-group .panel .glyphicon {
	color: #333;
}
/*----------------------------------------------------
   19. Blog Page
------------------------------------------------------*/

.blog_container {
	padding-bottom: 54px;
}
.blog-area {
	padding-top: 100px;
	padding-right: 70px;
}
.blog-area .btn-chos {
	margin-bottom: 50px;
}
/* -- Widget Area */

.widget-area {
	text-align: center;
	padding-top: 100px;
}
/* - Widget */

.widget {
	display: inline-block;
	margin-bottom: 40px;
	width: 100%;
}
/* - Widget Search */

.widget {
	margin-bottom: 40px;
}
.widget-search {
	display: block;
	background: #f5f5f5;/*!  */
}
.widget-search .input-group {
	padding-bottom: 6px;
	padding-top: 6px;
}
.widget-search .input-group input {
	background: transparent none repeat scroll 0% 0%;
	border: 0px none;
	border-radius: 0px;
	transition: none 0s ease 0s;
	box-shadow: none;
	font-size: 14px;
	font-weight: 400;
	color: #FFF !important;
	height: auto;
}
.widget-search .input-group button {
	background: transparent;
	border: medium none;
	font-size: 14px;
	color: #C5C5C5;
	padding: 0px 12px;
}
.input-group-btn {
	left: 0px;
}
/* - Widget Title */

.widget .widget-title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	letter-spacing: 2px;
	margin: 0px 0px 25px;
	position: relative;
	background: #f5f5f5;
	padding: 10px 0px;
	color: #0eccf2;
}
/* - Categories Type */

.categories-type li {
	border-bottom: 1px solid #f0f0f0;
	padding: 11px 10px;
	letter-spacing: 0.5px;
	color: #e1e1e1;
	list-style: square;
}
.widget-post-categories .categories-type {
	text-align: left;
	display: inline-block;
	margin-top: -10px;
	width: 100%;
	margin-left: -53px;
}
.categories-type li a {
	color: rgb(141, 141, 141);
}
.categories-type li:hover a {
	color: #000;
}
.categories-type li span {
	float: right;
	clear: both;
}
/* - Recent Post */

.wiget-recent-post {
	margin-bottom: 22px;
}
.wiget-recent-post .widget-title {
	margin-top: 10px;
	margin-bottom: 15px;
}
.recent-post-box {
	display: inline-block;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 30px;
	margin-top: 10px;
	width: 100%;
	position: relative;
}
.recent-post-box:last-of-type {
	border-bottom: none;
}
.recent-title {
	text-align: left;
	padding-right: 100px;
}
.recent-title > a {
	font-size: 14px;
	margin-bottom: 10px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
}
.recent-title > a:hover {
	text-decoration: underline;
	color: #333
}
.recent-title > p {
	font-size: 13px;
	color: #8B8B8B;
	margin-top: -8px;
}
.recent-img {
	position: absolute;
	right: 0;
	top: 5px;
	width: 70px;
	height: 70px;
}
.recent-img img {
	width: 100%;
	height: 100%;
}
/* - Widget Instagram */

.instagram-photo-list {
	padding: 0px;
	margin: 0px;
	list-style: outside none none;
}
.instagram-photo-list li {
	padding: 4px;
	width: 50%;
	float: left;
}
.instagram-photo-list li img {
	transition: all 0.2s ease 0s;
}
.instagram-photo-list li:hover img {
	transition: all 0.2s ease 0s;
	opacity: 0.5;
}
.widget-instagram img {
	width: 300px;
}
/* - Widget Tags */

.widget-tags {
	text-align: left;
	width: 100%;
}
.widget-tags .widget-title {
	display: inline-block;
	width: 100%;
}
.widget-tags > a {
	color: #8D8D8D;
	text-decoration: none;
	border: 1px solid #C3C3C3;
	padding: 6px 13px;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 13px;
}
.widget-tags > a:hover {
	color: #FFF;
	transition: all 1s ease 0s;
	border-color: #0eccf2;
	background: #0eccf2;
}
/*=================================
	20. Single Blog Page
================================= */

.single_blog_container {
	margin-bottom: -82px;
}
.blog_container .entry-cover {
	margin-bottom: 30px;
	overflow: hidden;
}
.blog_container .entry-cover img {
	transition: all 0.4s ease 0s;
	display: block;
	width: 100%;
}
.blog_container .entry-meta {
	color: #B9B9B9;
	letter-spacing: 1px;
	text-transform: capitalize;
	display: inline-block;
}
.blog_container .entry-meta span {
	margin-left: 0px;
	color: #B9B9B9;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-right: 22px;
	display: inline-block;
}
.blog_container .entry-meta a {
	color: #5C5C5C;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	margin-top: 10px;
	margin-left: 5px;
}
.entry-date a {
	letter-spacing: 2px;
}
.entry-content {
	margin-top: -27px;
}
.contact .blog-contact .contact-warper {
	background: #fff;
	padding-bottom: 100px;
	padding-right: 0px;
	padding-left: 0px;
}
.list-comments {
	padding-top: 75px;
}
.comments-section-title h4 {
	margin-top: 0px;
	font-size: 20px;
	margin-bottom: 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 700;
	padding: 15px 0px;
	color: #333;
	position: relative;
}
.comments-section-title h4::after {
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	width: 43px;
	height: 1px;
	background-color: #999999;
}
.comments {
	padding: 0px;
	margin: 0px;
}
.comments li {
	list-style: outside none none;
}
.comments li .comment {
	border-bottom: 1px solid #EDE7E7;
	padding: 0px 0px 35px;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}
.comments li .comment:last-child {
	border-bottom: 1px solid transparent;
}
.comments li .comment:last-child:hover {
	border-bottom: 1px solid transparent;
}
.comments li .comment:hover {
	border-bottom: 1px solid #0eccf2;
}
.comments li .comment img.comment-avatar {
	border: 2px solid #0eccf2;
	margin-bottom: 20px;
}
.comments li .comment strong.commenter-title {
	font-weight: 300;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	color: #8B8B8B;
	letter-spacing: 2px;
}
.comments li .comment strong.commenter-title a {
	color: #000;
}
.comments li .comment span.comment-date {
	display: block;
	font-size: 11px;
	margin-bottom: 16px;
	color: #8B8B8B;
	margin-top: 0px;
	text-transform: uppercase;
}
.comments li .comment span.comment-reply {
/*!  */
}
.comments li .comment span.comment-reply a {
	color: rgba(39, 39, 39, 0.51);
	background: transparent;
	transition: all 0.5s ease 0s;
	font-size: 12px;
	padding: 5px 15px;
	text-transform: uppercase;
	color: #0eccf2;
	border: 1px solid #0eccf2;/*!  */
}
.comments li .comment span.comment-reply a:hover {
	background: #0eccf2;
	color: #fff;
}
.comments li .comment span.comment-reply a i {
	font-size: 11px;
}
.comments li .comment p:last-child {
	margin-bottom: 0px;
	font-weight: 300;
	color: #8B8B8B;
}
.comments li > ul {
	padding-bottom: 7px;
}
.comments li .comment p {
	margin-top: 7px;
	font-size: 14px;
}
.blog-contact {
	padding: 0px;
	margin-bottom: 100px;
	margin-top: 20px;
}
.blog-contact .form-group .col-sm-4, .blog-contact .form-group .col-sm-12 {
	padding-left: 0px;
}
#contactForm .submit-button:hover {
	background: transparent;
	color: #0eccf2;
	border: 3px solid #0eccf2;
}
#contactForm .submit-button {
	color: #FFF;
	background: #0eccf2;
	font-weight: 700;
	margin-top: 20px !important;
	padding: 11px 0px;
	border: 3px solid #0eccf2;
}
/*-
	post-option
------------------------------*/

.post-option {
	position: relative;
	padding: 25px 0px;
	margin-top: 12px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.post-option .prev-post, .post-option .next-post {
	position: relative;
	font-size: 12px;
	color: #555555;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Reem Kufi', sans-serif;
}
.post-option .prev-post:hover, .post-option .next-post:hover {
	color: #0eccf2;
}
.post-option .middle-icon {
	position: absolute;
	left: 50%;
	margin-left: -15px;
}
.post-option .middle-icon a {
	position: relative;
	color: #898989;
	font-size: 27px;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	margin-top: -1px;
}
.post-option .middle-icon a:hover {
	color: #0eccf2;
}
/*-
	post-author
------------------------------*/

.post-author {
	position: relative;
	padding: 0px 0px 30px;
	/*! margin-bottom: 0px; */

	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-top: 50px;
}
.post-author .inner {
	position: relative;
	padding: 0px 0px 0px 136px;
	font-size: 14px;
}
.post-author .inner .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 106px;
	height: 106px;
	overflow: hidden;
	border-radius: 50%;/*! border: 1px solid #fc455a; */
}
.post-author .inner .author-thumb img {
	padding: 5px;
	border-radius: 50%;
	width: 100%;
	display: block;
}
.post-author .inner .most-inner .author-info {
	margin-bottom: 5px;
	color: #3e5773;
	line-height: 24px;
	font-size: 13px;
}
.post-author .inner .most-inner strong {
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	margin-right: 15px;
	display: inline-block;
	font-family: 'Reem Kufi', sans-serif;
}
.post-author .inner .most-inner .text {
	color: #555555;
	/*! font-size: 16px; */

	margin-top: 18px;
	margin-bottom: 8px;
	line-height: 1.6em;
}
/* ------------------------------------------------------
    21. Blog Page Three
------------------------------------------------------*/

.blog_area_three {
	padding-bottom: 80px;
}
.blog_area_three .blog-post {
	margin-top: -23px;
	margin-left: 10px;
}
.blog_area_three .blog-thumb-left {
	float: none;
	position: relative;
	width: 100%;
}
.blog_area_three .single-post-right {
	float: none;
	width: 100%;
	margin-top: 10px;
}
.blog_area_three .styled-pagination li {
	margin-top: 0px;
}
.blog_area_three .blog-area {
	float: right;
	padding-right: 0px;
}
/* Blog Slider , Video
======================= */

.blog-area .carousel-control.left {
	left: 3%;
}
.blog-area .carousel-control {
	width: 40px;
	height: 40px;
	line-height: 36px;
	background: #fff;
	background-image: none;
	top: 46%;
	box-shadow: none;
	text-shadow: none;
	opacity: 1;
	color: #0eccf2;
}
.blog-area .carousel-control.right {
	right: 3%;
}
.blog-area iframe {
	width: 100%;
	height: 470px;
	border: medium none;
	display: block;
}

/*    Phone
====================*/

@media only screen and (max-width: 767px) {
.blog-area iframe {
	height: 338px;
}
}
/*------------------------------------------------------
     22. Blog Page Two
------------------------------------------------------*/

.blog_two {
	padding-bottom: 85px;
}
.blog_two .styled-pagination li {
	margin-top: 43px;
}
.blog_two .btn-chos {
	position: relative;
	top: 0px;
}
.blog_two .single-post-right {
	margin-bottom: 40px;
}
/*----------------------------------------------------
   23. Slider Text  Onepage v3
------------------------------------------------------*/

.slider_v3 p {
	color: #fff;
	max-width: 810px;
	margin-top: -27px;
	font-size: 18px;
	line-height: 30px;
}
.slider_v3 h3 {
	color: #0eccf2 !important;
}
.slider_v3 .nivo-controlNav a {
	display: inline-block;
	margin-right: 4px;
	margin-left: 10px;
}
.slider_v3 .nivo-controlNav {
	right: 78.5%;
	top: 91%;
}
.slider_v3 .nivo-caption .slider-right {
	left: 18%;
	margin-top: -130px;
}
/*----------------------------------------------------
  24. Slider Text  Onepage v1
------------------------------------------------------*/

.slider_v1 .nivo-caption {
	text-align: center;
	padding: 0px;
	margin-top: 100px;
}
.slider_v1 h3 {
	color: #0eccf2 !important;
}
.slider_v1 .nivo-controlNav {
	right: 48.5%;
	top: 82%;
}
.slider_v1 .nivo-controlNav a {
	display: inline-block;
	margin-right: 4px;
	margin-left: 10px;
}
.slider_v1 .nivo-caption .slider-right {
	left: inherit;
	margin-top: -63px;
	position: inherit;
	left: 50%;
}
.slider_v1 .nivo-controlNav a::before {
	border: 1px solid transparent;
}
.slider_v1 .nivo-controlNav a.active::before {
	border-color: none;
}
/*----------------------------------------------------
   25. Onepage v2
------------------------------------------------------*/
.header_onepage {
	position: relative;
	text-align: center;
	color: #fff;
	height: 800px;
	z-index: 99;
}
.header_onepage #headerbackground {
	background-image: url("../images/slider/lp1.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	background-position: center center;
	width: 100%;
	height: 100%;
	top: 0px;
}
.header_onepage .ban1_txt {
	margin-top: 242px;
	text-align: left;
	z-index: 99;
}
.header_onepage .ban1_txt h3 {
	color: #0eccf2;
}
.header_onepage .ban1_txt h3 {
	text-transform: capitalize;
	line-height: 1.8;
	margin: 0px;
	letter-spacing: 5px;
	font-size: 20px;
	font-weight: 600;
}
.header_onepage .ban1_txt h2 {
	font-size: 40px;
	color: #fff;
	line-height: 60px;
	margin: 0px;
	letter-spacing: 5px;
	font-weight: 700;
	text-transform: uppercase;
}
.header_onepage .ban1_txt p {
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 300;
	color: rgb(233, 218, 218);
	padding-right: 135px;
	margin-top: 5px;
}
.header_onepage .btn-chos {
	border: 3px solid #FFF;
	color: #fff;
}
.header_onepage .hvr-bounce-to-top::before {
	background: #FFF;
}
.header_onepage .btn-chos:hover {
	color: #333;
}
.about_v2 .col-sm-5 {
	float: right;
}
