/****************/
/*    Fonts     */
/****************/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900);
@import url(http://fonts.googleapis.com/css?family=Bree+Serif);
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
@font-face {
	font-family: 'caviar_dreamsregular';
	src: url('../fonts/caviardreams-webfont.eot');
	src: url('../fonts/caviardreams-webfont.eot-.htm#iefix') format('embedded-opentype'), url('../fonts/caviardreams-webfont.woff') format('woff'), url('../fonts/caviardreams-webfont.ttf') format('truetype'), url('../fonts/caviardreams-webfont.svg.htm#caviar_dreamsregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'caviar_dreamsbold';
	src: url('../fonts/caviar_dreams_bold-webfont.eot');
	src: url('../fonts/caviar_dreams_bold-webfont.eot-.htm#iefix') format('embedded-opentype'), url('../fonts/caviar_dreams_bold-webfont.woff') format('woff'), url('../fonts/caviar_dreams_bold-webfont.ttf') format('truetype'), url('../fonts/caviar_dreams_bold-webfont.svg.htm#caviar_dreamsbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'caviar_dreamsbold_italic';
	src: url('../fonts/caviardreams_bolditalic-webfont.eot');
	src: url('../fonts/caviardreams_bolditalic-webfont.eot-.htm#iefix') format('embedded-opentype'), url('../fonts/caviardreams_bolditalic-webfont.woff') format('woff'), url('../fonts/caviardreams_bolditalic-webfont.ttf') format('truetype'), url('../fonts/caviardreams_bolditalic-webfont.svg.htm#caviar_dreamsbold_italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'caviar_dreamsitalic';
	src: url('../fonts/caviardreams_italic-webfont.eot');
	src: url('../fonts/caviardreams_italic-webfont.eot-.htm#iefix') format('embedded-opentype'), url('../fonts/caviardreams_italic-webfont.woff') format('woff'), url('../fonts/caviardreams_italic-webfont.ttf') format('truetype'), url('../fonts/caviardreams_italic-webfont.svg.htm#caviar_dreamsitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
span {
	color: #0cadbe;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 10px;
}
a, a:hover {
	text-decoration: none;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.icon-4x {
	font-size: 50px;
}
.icon-5x {
	font-size: 5em;
}
.icon-6x {
	font-size: 20px;
}
input[type=number]::-webkit-inner-spin-button {
 -webkit-appearance: none;
 cursor:pointer;
 display:block;
 width:14px;
 color: #909090;
 padding-left: 5px;
 position:relative;
 background: #000!important;
 border: 1px solid #ebebeb;
}
 input[type=number]::-webkit-inner-spin-button:before {
 -webkit-appearance: none;
 content: "+";
 position: absolute;
 top: 0;
 right:0;
 width: 20px;
 height:18px;
 font-family:monospace;
 line-height:19px;
 border-left: 1px solid #ebebeb;
 background: #f6f6f6!important;
}
input[type=number]::-webkit-inner-spin-button:after {
 -webkit-appearance: none;
 content: "-";
 position: absolute;
 right:0;
 top: 17px;
 height:18px;
 width: 20px;
 font-family:monospace;
 line-height:19px;
 border-left: 1px solid #ebebeb;
 border-top: 1px solid #ebebeb;
 background: #f6f6f6!important;
}
/*============================
--------- Top Section --------
============================*/
.top-section {
	background: #0cadbe;
	padding: 5px 0 5px 0;
	display: none;
}
.top-section-container .showhide {
	border-top: 7px solid #0699a9;
	height: 41px;
	width: 100%;
	background: url(../img/showhide.png) no-repeat top right;
	position: absolute;
	right: 0;
	z-index: 1986;
}
.phone, .email {
	line-height: 29px;
	float: left;
	color: #fff;
	font-size: 14px;
}
.email {
	padding-left: 16px;
}
/*=============================
---- Header - Logo - Menu -----
=============================*/
header {
	padding: 15px 0 15px 0;
	background: #fff;
}
.iDigital-header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	z-index: 50;
	width: 100%;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.iDigital-header-large {
	min-height: 46px;
}
.iDigital-header-small {
	min-height: 33px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	padding-top: 19px;
}
.iDigital-header-small img {
	max-width: 85%;
}
.banner {
	text-align: center;
}
.logo {
	float: left;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.navbar-toggle {
	margin-top: 5px;
}
.navbar {
	margin-bottom: 0;
	padding: 15px 0;
	border: 0;
	-webkit-transition: padding 0.4s ease;
	-moz-transition: padding 0.4s ease;
	-ms-transition: padding 0.4s ease;
	-o-transition: padding 0.4s ease;
	transition: padding 0.4s ease;
}
.navbar.header-1 {
	padding: 22px 0 15px 0;
}
.iDigital-header-large ul {
	padding-top: 7px;
	-webkit-transition: padding 0.4s ease;
	-moz-transition: padding 0.4s ease;
	-ms-transition: padding 0.4s ease;
	-o-transition: padding 0.4s ease;
	transition: padding 0.4s ease;
}
.iDigital-header-small ul {
	padding-top: 3px;
	-webkit-transition: padding 0.4s ease;
	-moz-transition: padding 0.4s ease;
	-ms-transition: padding 0.4s ease;
	-o-transition: padding 0.4s ease;
	transition: padding 0.4s ease;
}
.navbar-collapse {
	padding-right: 0;
}
.navbar-nav>li>a {
	margin-left: 2px;
	padding: 6px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
}
.dropdown-menu {
	border: 0;
	border-top: 4px solid #e66323;
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 22px;
	padding: 0;
}
.iDigital-header-small .navbar-nav>li>.dropdown-menu {
	margin-top: 19px;
}
.navbar-right .dropdown-menu {
	left: 0;
	right: auto;
}
.dropdown-menu>li>a {
	line-height: 2.428571;
	border-top: 1px solid #dbdbdb;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	border-top: 1px solid transparent;
	background-color: #181d22;
}
.iDigital-waypoint {
	-webkit-transition: all 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.dropdown-menu>.dropdown {
	position: relative;
}
.dropdown-menu>.dropdown>.dropdown-menu {
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #f7f7f7;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.dropdown-menu li:hover ul.dropdown-menu {
	display: block;
}
/*==============================
--------- Header main ----------
==============================*/
.header-4 .top-section {
	background: #181d22;
	border-bottom: none;
	display: inherit;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.header-4 .phone, .header-4 .email {
	color: #646464;
}
.header-4 .phone i, .header-4 .email i {
	color: #bebebe;
}
.header-4 .phone a, .header-4 .email a {
	color: #f7f7f7;
}
.opening-hrs {
	text-align: right;
	line-height: 29px;
}
.opening-hrs i {
	color: #bebebe;
	font-size: 16px;
	margin-right: 5px;
}
.opening-hrs span {
	color: #f7f7f7;
	font-size: 14px;
}
.header-4 .logo {
	padding-top: 0px;
}
.header-4 .navbar {
	padding: 0;
}
.header-4.iDigital-header-large ul {
	padding-top: 0;
}
.header-4 .navbar-default .navbar-nav>.active>a {
	background-color: transparent;
	color: #eb6524;
}
.header-4 .navbar-nav>li.active {
	height: 84px;
    /*background: #f4f4f4;
    color: #eb6524;
    border-bottom: 4px solid #eb6524;*/
}
.header-4 .navbar-nav>li.active:hover {
	background: #f4f4f4;
	color: #0cadbe;
	border-bottom: 0;
}
.header-4 .navbar-nav>li>a {
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 0;
}
.header-4 .navbar-default .navbar-nav>.open>a:hover, .header-4 .navbar-default .navbar-nav>li>a:hover, .header-4 .navbar-default .navbar-nav>.open>a {
	background-color: transparent;
	color: #eb6524;
}
.header-4 .navbar-nav>li {
	height: 88px;
	border-top: 4px solid transparent;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header-4 .navbar-nav>li:hover {
	border-top: 4px solid #f4f4f4;
}
.header-4.iDigital-header-small ul {
	padding-top: 0;
}
.header-4.iDigital-header-small .header-4 .navbar-nav>li.active, .header-4.iDigital-header-small .header-4 .navbar-nav>li {
	height: 70px;
}
.header-4.iDigital-header-small .header-4 .navbar-nav>li>a {
	padding-top: 23px;
	padding-bottom: 23px;
}
.header-4.iDigital-header-small .navbar-nav>li>.dropdown-menu, .header-4 .navbar-nav>li>.dropdown-menu {
	margin-top: 0;
}
/*** Header 4 Effects ***/
.menu-style1 {
	height: 100% !important;
	font-size: 13px;
	font-family: 'Source Sans Pro';
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	background: url(../img/menu-border.png) right repeat-y;
}
.menu-style1:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.menu1-c:after {
	width: 100%;
	height: 0%;
	top: 0;
	left: 0;
	background: #f4f4f4;
	border-bottom: 4px solid #fff;
	opacity: 0;
}
.multi.menu1-c:after {
	width: 100%;
	height: 0%;
	top: 0;
	left: 0;
	background: transparent;
	border-bottom: 4px solid #fff;
	opacity: 0;
}
.menu1-c:hover, .menu1-c:active {
	height: 100%;
	color: #0cadbe;
}
.menu1-c:hover:after, .menu1-c:active:after {
	height: 100%;
	border-bottom: 4px solid #eb6524;
	opacity: 1;
}
/*===============================
--------- Header small ----------
===============================*/
.top-section-container2 {
	margin-top: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header-7 {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
}
.header-7 .navbar-default a .entypo-dot {
	font-size: 33px;
	line-height: 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	color: transparent;
}
.header-7 .navbar-default a:hover .entypo-dot, .header-7 .navbar-default .navbar-nav>.active>a .entypo-dot {
	color: #0cadbe;
}
.header-7 .logo {
	padding: 20px 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header-7 .navbar-nav>li>a {
	padding: 23px 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-left: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header-7 .multimenu {
	text-align: left;
}
.header-7 .navbar-nav>li.dropdown>ul {
	text-align: left;
}
.header-7 .navbar-nav>li>.dropdown-menu {
	margin-top: 0;
}
.iDigital-header-small .top-section-container2 {
	margin-top: -59px;
}
.iDigital-header-large.header-7 ul {
	padding-top: 0;
}
.iDigital-header-small.header-7 ul {
	padding-top: 0;
}
.iDigital-header-small .header-7 .navbar-nav>li>a {
	padding: 10px 20px;
}
.iDigital-header-small .header-7 .logo {
	padding: 12px 0;
}
.header-7 .top-section {
	background: #0cadbe;
	border-bottom: none;
	display: inherit;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding-bottom: 12px
}
.header-7 .navbar-default .navbar-nav>.active>a, .header-7 .navbar-default .navbar-nav>.active>a:hover, .header-7 .navbar-default .navbar-nav>.active>a:focus {
	color: #0cadbe;
	background-color: transparent;
}
.header-7 .navbar-default .navbar-nav>.open>a, .header-7 .navbar-default .navbar-nav>.open>a:hover, .header-7 .navbar-default .navbar-nav>.open>a:focus {
	color: #0cadbe;
	background-color: transparent;
}
.header-7 .dropdown-menu>li>a:hover, .header-7 .dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #0cadbe;
}
.header-7 .dropdown-menu {
	border: 0;
	border-top: 4px solid #0daebd;
}
.header-7 .multimenu-green ul li:hover {
	color: #fff;
	background: #0daebd;
}
.header-7 .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	background-color: transparent;
	color: #0cadbe;
}
.header-7 .social-box {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.header-7 .social a:hover .social-box {
	color: #0cadbe;
	background: #fff;
}
.header-7 .navbar a:hover .shopping-cart i {
	color: #626262;
}
.header-7 .navbar .shopping-cart i {
	font-size: 19px;
	color: #626262;
}
/*==============================
-------- General style ---------
==============================*/
.btn-round-theme {
	border: 0;
	border-radius: 4px;
	padding: 14px 50px;
	color: #ffffff;
	font-weight: 300;
	font-size: 15px;
	background: #929292;
	text-transform: uppercase;
	line-height: 20px;
	transition: 0.4s;
}
.btn-round-theme:hover {
	color: #ffffff;
	background: #eb6524;
}
.btn-round-theme-inverse {
	border: 0;
	border-radius: 4px;
	padding: 14px 50px;
	color: #ffffff;
	font-weight: 300;
	font-size: 15px;
	background: #eb6524;
	text-transform: uppercase;
	line-height: 20px;
	transition: 0.4s;
}
.btn-round-theme-inverse:hover {
	color: #ffffff;
	background: #929292;
}
.m-top-4 {
	margin-top: 40px;
}
#breadcrumbs-main{
  padding: 2.5em;
  border:0;background: url(../img/breadcrumbs-bg.jpg);
  margin-top: 123px;	
}
.breadcrumbs-wrap{
	text-align:center;
}
.breadcrumbs-wrap h3{
	color: #fdfdfd;
    font-size: 30px;
}
.breadcrumbs-wrap p{
    color: #c0c0c0;
}
/*============================
----------- Main slide -------
============================*/
#main-slide .item img {
	width: 100%;
}
#main-slide .item .slider-content {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
	z-index: 0;
	opacity: 1;
	-webkit-transition: opacity 100ms;
	-moz-transition: opacity 100ms;
	-o-transition: opacity 100ms;
	transition: opacity 100ms;
}
#main-slide .slider-content {
	top: 42%;
	margin-top: -30px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
}
#main-slide .slider-content span {
	color: #ffffff;
}
#main-slide .carousel-indicators {
	bottom: 20px;
}
.carousel-indicators li {
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #fff !important;
	margin: 1px !important;
}
#main-slide .carousel-indicators .active {
	background-color: #eb6524;
}
#main-slide .carousel-control.left, #main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}
#main-slide .carousel-control.left span {
	padding: 15px;
}
#main-slide .carousel-control.right span {
	padding: 15px;
}
#main-slide .carousel-control .fa-angle-left, #main-slide .carousel-control .fa-angle-right {
	position: absolute;
	top: 52%;
	z-index: 5;
	display: inline-block;
}
#main-slide .carousel-control .fa-angle-left {
	left: 0;
}
#main-slide .carousel-control .fa-angle-right {
	right: 0;
}
#main-slide .carousel-control i {
	background: rgba(0,0,0,.7);
	color: #fff;
	line-height: 36px;
	font-size: 32px;
	padding: 15px 20px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#main-slide .carousel-control i:hover {
	background: #eb6524;
}
#main-slide .slider-content h2 {
	font-size: 76px;
	font-weight: 100;
	text-transform: uppercase;
}
#main-slide .slider-content h3 {
	font-size: 23px;
	font-weight: 300;
	margin-top: 40px;
}
.slider.btn {
	padding: 10px 40px;
	margin-top: 40px;
	font-size: 20px;
	border-radius: 2px;
	text-transform: uppercase;
	line-height: 28px;
	border: 0;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.slider.btn.btn-default {
	margin-left: 4px;
	background: #ECECEC
}
.slider.btn.btn-default:hover {
	background: #000;
	color: #fff;
}
.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}
.slider-content-right {
	position: relative;
}
/*-- Animation --*/
.carousel .item.active .animated1 {
}
.carousel .item.active .animated2 {
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}
.carousel .item.active .animated3 {
	-webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
	animation: bounceInLeft 1s ease-in-out 500ms both;
}
.carousel .item.active .animated4 {
	-webkit-animation: flipInX 1s ease-in 500ms both;
	animation: flipInX 1s ease-in 500ms both;
}
.carousel .item.active .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}
.carousel .item.active .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}
.carousel .item.active .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}
.carousel .item.active .animated8 {
	-webkit-animation: bounceInDown 1s ease-in 800ms both;
	animation: bounceInDown 1s ease-in 800ms both;
}
/*=============================
---------- Services -----------
==============================*/
#services {
	background: #181d22;
	padding: 1em 0;
}
.services-1 {
	padding: 40px 15px 40px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fff;
	text-align: center;
	-moz-box-shadow: 1px 3px 5px 1px #eeeeee;
	-webkit-box-shadow: 1px 3px 5px 1px #eeeeee;
	box-shadow: 1px 3px 5px 1px #eeeeee;
}
.services-1 img {
	margin: auto;
}
.services-1 h4 {
	color: #4a4a4a;
	font-weight: normal;
}
.services-1 p {
	color: #8a8484;
}
.services-1 .holder {
	width: 114px;
	height: 114px;
	background: #f5f5f5;
	color: #b9b9b9;
	margin: 0 auto;
	line-height: 114px;
	padding-top: 15px;
	border-radius: 50%;
}
.services-1, .services-1 h4, .services-1 p, .services-1 .holder {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.services-1:hover {
	background: #0cadbe;
}
.services-1:hover p {
	color: #fff;
}
.services-1:hover h4 {
	color: #fff;
	text-shadow: 0.1px 0.1px 1px #fff;
}
.services-1:hover .holder {
	background: #fff;
	color: #0cadbe;
}
.services-2 {
	padding: 0 15px 0 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: transparent;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.services-2 img {
	margin: auto;
}
.services-2 h4 {
	color: #4a4a4a;
	font-weight: normal;
}
.services-2 p {
	color: #8a8484;
}
.services-2 .holder {
	width: 66px;
	height: 66px;
	background: transparent;
	color: #b9b9b9;
	margin: 0 auto;
	line-height: 66px;
	padding-top: 5px;
	border-radius: 50%;
	border: 2px solid #dfdfdf;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.services-2:hover .holder {
	padding-top: 1px;
	background: #0cadbe;
	color: #fff;
	border: 6px double #fff;
}
.services-3 {
	text-align: center;
	background: transparent;
	padding: 40px 20px;
	border: 1px solid transparent;
}
.services-3 .holder {
	font-size: 16px;
	padding-left: 1px;
	padding-top: 11px;
	margin: 0 auto;
	color: #fff;
	width: 83px;
	height: 71px;
	line-height: 69px;
	background: #676767;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.services-3 .caret {
	border-top: 12px solid #676767;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	margin-top: -11px;
}
.services-3 h4 {
	color: #676767;
}
.services-3 p {
	color: #676767;
}
.services-3 .b_inherit {
	background: #676767;
	-webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
	box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
}
.services-3, .services-3 .holder, .services-3 .caret, .services-3 h4, .services-3 p, .services-3 .b_inherit {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.services-3:hover {
	background: #fbfbfb;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.services-3:hover h4 {
	color: #0cadbe;
}
.services-3:hover .holder {
	background: #0cadbe;
}
.services-3:hover .caret {
	border-top: 12px solid #0cadbe;
}
.services-3:hover .b_inherit {
	background: #0cadbe;
	-webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
	box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.20);
}
.services-4 .holder {
	font-size: 34px;
	text-shadow: 0px 4px 0px rgba(150, 150, 150, 1);
	float: left;
	width: 75px;
	height: 78px;
	background-color: #0cadbe;
	line-height: 81px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.services-4 .services-4-content {
	float: left;
	width: 86%;
	padding-left: 20px;
	margin-bottom: 53px;
}
.services-4 .services-4-content h4 {
	margin: 0px;
}
.services-4 .services-4-content p {
	font-size: 13px;
	color: #777777;
	padding-top: 12px;
	margin: 0px;
	margin-bottom: 3px;
}
.services-4 .services-4-content a {
	font-size: 13px;
	font-style: italic;
	color: #959595;
}
.services-5 {
	padding: 0 15px 0 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: transparent;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.services-5 img {
	margin: auto;
	filter: drop-shadow(2px 4px 6px black);
}
.services-5 h4 {
	color: #fff;
	font-weight: normal;
	padding-top: 10px;
}
.services-5 p {
	color: #adadad;
}
.services-5 .holder {
	width: 85px;
	height: 85px;
	background: transparent;
	color: #fff;
	margin: 0 auto;
	line-height: 66px;
	padding: 15px;
	border-radius: 50%;
	border: 2px solid #dfdfdf;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.services-5:hover .holder {
	padding: 18px;
	background: #fff;
	color: #0cadbe;
}
.services-5:hover .holder img {
	filter: none;
}
/*================================
------------- About --------------
================================*/
#about-us {
	padding: 5em 0
}
.abut-content h1 {
	color: #181d22;
	font-size: 40px;
	padding-bottom: 10px;
}
.abut-content p {
	font-size: 16px;
	line-height: 26px;
	color: #717171;
}
/*===============================
--------- portfolio  ------------
================================*/
#portfolio {
	background: #181d22;
	padding: 2em 0 5em 0;
}
.p-header-text-wrap {
	text-align: center;
}
.p-header-text-wrap h3 {
	color: #bcbcbc;
	padding-bottom: 20px;
}
#portfolio div[class*='col-sm-'] {
	padding-left: 0px;
	padding-right: 0px;
}
#portfolio .col-sm-3 .image-thumb {
	height: 400px;
	position: relative;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}
#portfolio .image-thumb img {
	width: 100%;
	height: 100%;
}
#portfolio .post-img-lg {
	margin-bottom: 60px;
}
.portfolio-overlay {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	background: rgba(235, 101, 36, 0.66);
	color: #FFF;
	opacity: 0;
	z-index: 10;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.portfolio-overlay:hover {
	opacity: 1;
}
.portfolio-overlay-btn {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -20px;
	color: #FFF;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.portfolio-overlay-btn a {
	border: 2px solid #FFFFFF;
	border-radius: 100%;
	color: #FFFFFF;
	display: inline-block;
	font-size: 18px;
	margin: 0 6px;
	width: 48px;
	height: 48px;
	line-height: 44px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.portfolio-overlay-btn a:hover {
	background: #fff;
	color: #eb6524;
}
.project-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
/*-- Isotope start --*/

#isotope {
	width: 100%;
	margin-top: 0;
}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: 0 opacity;
	-moz-transition-property: 0 opacity;
	-ms-transition-property: 0 opacity;
	-o-transition-property: 0 opacity;
	transition-property: transform, opacity;
}
#isotope .col-sm-3 {
	width: 24.95%;
}
#isotope-filter {
	margin-bottom: 40px;
}
#isotope-filter a {
	color: #959595;
	font-size: 16px;
	font-weight: 400;
	padding: 5px 15px;
}
#isotope-filter a.active, #isotope-filter a:hover {
	color: #f9f9f9;
	background: #eb6524;
	padding: 5px 15px;
	border-radius: 50px;
	text-align: center;
}
/*===================================
------------- Testimonials ----------
===================================*/
#testimonials {
	padding: 3em 0 5em 0;
}
.carousel-indicators .active {
	background: #31708f;
}
.testimonials-wrapper {
	position: relative;
}
h3.heading-title {
	color: #181d22;
	font-size: 30px;
	padding-bottom: 10px;
}
.testimonials-wrapper p.adjust2 {
	font-size: 16px;
	color: #868686;
	line-height: 26px;
}
.testimonials-wrapper p.adjust2 i {
	color: #e7e7e7;
	padding-right: 7px;
	font-size: 22px;
}
.content {
	margin-top: 20px;
}
.adjust1 {
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.adjust2 {
	margin: 0;
}
blockquote.adjust2 {
	position: absolute;
	top: 175px;
}
.adjust1 iframe {
	width: 100%;
	min-height: 250px;
}
.carousel-indicators li {
	border : 1px solid #ccc;
}
.carousel-control {
	color: #31708f;
	width: 5%;
}
.carousel-control:hover, .carousel-control:focus {
	color: #31708f;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.media-object {
	margin: auto;
	margin-top: 15%;
}
@media screen and (max-width: 768px) {
.media-object {
	margin-top: 0;
}
}
/*==============================
---------- clients -------------
==============================*/
.section-header h3 {
	font-size: 38px;
	color: #181d22;
	text-align: center;
	font-weight: 800;
	position: relative;
}
.section-header p {
	text-align: center;
	margin: auto;
	font-size: 15px;
	padding-bottom: 60px;
	color: #556877;
	width: 50%
}
#clients {
	padding: 3em 0;
}
#clients .clients-wrap {
	border-top: 1px solid #f7f7f7;
	border-left: 1px solid #f7f7f7;
	margin-bottom: 30px
}
#clients .client-logo {
	padding: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	overflow: hidden;
	background: #fff;
	height: 95px;
	filter: grayscale(0);
}
#clients img {
	transition: all 0.4s ease-in-out;
}
#clients .client-logo:hover img {
	filter: grayscale(0);
}
.clients-wrap .col-md-3 {
	padding: 0;
	width: 20%;
}
/*=================================
------------- indutries -----------
=================================*/
#industries-bg {
	background: linear-gradient(rgba(24, 29, 34, 0.96), rgba(24, 29, 34, 0.98)), url(../img/industries-bg.png);
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	padding: 3em 0 5em 0;
}
.industries {
	text-align: center;
}
.industries h2 {
	text-shadow: none;
	color: #bcbcbc;
}
.industries-text {
	padding-left: 15%;
	padding-right: 15%;
	padding-bottom: 70px;
}
.industries-text p {
	color: #848484;
}
.industriesslider li .slides {
	text-align: center;
	width: 160px;
	float: left;
	display: block;
}
.industriesslider li img {
	max-width: 70px;
	margin: 0 auto;
	filter: drop-shadow(2px 4px 6px black);
}
.industriesslider li p.inds-title {
	color: #e1e1e1;
	font-size: 19px;
	padding-top: 15px;
}
.industries .flex-control-paging li a {
	background: #fff;
}
.industries .flex-control-paging li a.flex-active {
	background: #0cadbe;
}
.industries .flex-control-nav {
	display: none;
}
.industries .flex-direction-nav {
	margin-bottom: 40px;
}
.industries .flex-control-nav {
	bottom: 0;
}
/*===============================
--------- Footer Section --------
===============================*/
.footer-top-sec {
	position: relative;
	z-index: 9;
	bottom: -45px;
	display: table;
	width: 100%;
}
.footer-top-box {
	display: flex;
	justify-content: center;
	padding: 0;
	position: relative;
	/*background: #2f2f2f; */
	color: #fff;
}
.footer-top-box .textwidget.custom-html-widget {
	display: flex;
	justify-content: center;
	padding: 20px 0;
	position: relative;
}
.footer-top-box:nth-child(1) .angle-shape {
	border-color: transparent transparent transparent #2f2f2f;
}
.footer-top-box:nth-child(2) {
/*background: #eb6524;*/
}
.footer-top-box:nth-child(3) {
/*background: #3f3d3d;*/
}
.footer-top-box-text {
	padding-left: 25px;
}
.footer-top-box .footer-top-box-text a {
	color: #fff;
	background: #3f3d3d;
	padding: 6px;
	border-radius: 5px;
}
.footer-top-box .footer-top-box-text a:hover {
	background: #eb6524;
}
.footer-top-box .footer-top-box-text a:after {
	content: "\f101";
	color: #fff;
	font-family: FontAwesome;
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
	line-height: 16px;
	margin-left: 6px;
	font-size: 12px;
}
.footer-top-box h3 {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 10px;
}
.footer-top-box i {
	font-size: 36px;
	position: relative;
	top: 3px;
}
.footer-top-box .angle-shape {
	position: absolute;
	top: 0;
	right: -99px;
	border-style: solid;
	border-color: transparent transparent transparent #eb6524;
	border-width: 50px 0 45px 50px;
	z-index: 1;
}
.footer-top-sec .footer-top-box:nth-child(2) .angle-shape {
	right: -144px;
}
.footer {
	background: #181d22;
	clear: both;
	position: relative;
	padding: 75px 0 40px;
	border-top: solid 5px #3f3d3d;
}
.footer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/footer_img.png);
	background-position: unset;
	opacity: 0.1;
}
ul#menu-footer, ul.service-time {
	padding-left: 0;
	list-style: none;
}
.footer-box p {
	color: #999;
	font-size: 14px;
}
.footer-box img {
	margin-bottom: 20px;
}
.footer-box h3 {
	font-size: 24px;
	color: #8e8c8c;
	margin-bottom: 40px;
	font-weight: 400;
}
.footer-box h3 b {
	font-weight: 700;
}
.footer-box h3.widget-title {
	display: none;
}
.footer-box li {
	margin-bottom: 10px;
	font-size: 16px;
}
.footer-box li a {
	color: #999;
	display: block;
	font-size: 14px;
}
.footer-box li a:hover {
	color: #c9c5c5
}
.footer-box li span {
	display: block;
	margin: 0;
	color: #999;
	font-size: 14px;
}
.footer-box .service-time li {
	display: flex;
	justify-content: space-between;
	color: #999;
}
.footer-box .service-time li span {
	color: #999;
}
.copyright {
	background: #2e343a;
	height: 25px;
	padding-bottom: 28px;
	padding-top: 4px;
}
.copyright .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.copyright p {
	color: #8e8c8c;
	font-size: 16px;
}
.copyright p span {
	float: right;
	color: #ccc;
}
.copyright a {
	color: #ccc;
}
.copyright a:hover {
	color: #eb6524;
}
.copyright-menu ul {
	display: flex;
	justify-content: flex-end;
}
.copyright-menu li {
	display: inline-block;
	margin-left: 40px;
}
.copyright-menu li a {
	color: #fff;
	font-size: 16px;
}


/*===================== Inner Pages =====================*/
/*===========================
------- about us inner ------
===========================*/
#about-inner{
	padding: 4em 0;
}
.about-us-m h3{
	font-size: 34px;
    color: #4a4a4a;
    margin-bottom: 30px;
	    margin-top: 0;
}
.about-us-m p{
	font-size: 16px;
    color: #7c7c7c;
    margin-bottom: 25px;
    line-height: 25px;
}
.about-us-m p:last-child{
	margin-bottom: 0;
}
/*------- why choose us -------*/
.w-c-bg{
	background: linear-gradient(rgba(24, 29, 34, 0.98), rgba(24, 29, 34, 0.98)), url(../img/w-c-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
}
.why-c-us{
	text-align: center;
	color: #ffffff;
	padding: 4em 0;
	display: inline-block;
    width: 100%;
}
.why-c-us h4{
	font-size: 28px;
    margin: 40px 0 20px 0;
    letter-spacing: 0.5px;	
	color:#bcbcbc;
}
.why-c-us p{
	font-size: 16px;
    line-height: 24px;
	color:#afafaf;
}
.why-c-us .i-one, .why-c-us .i-two, .why-c-us .i-three{
	padding: 0 25px;
}
.why-c-us .i-one img, .why-c-us .i-two img, .why-c-us .i-three img{
	margin:0 auto;
}
/*-- Skills --*/
#skills{
   padding:4em 0 5em 0; 	
}
.skills{
	padding-top: 20px;
}
.skills-title .title{
   color: #181d22;
    font-size: 30px;
    padding-bottom: 20px;
	text-align:center;	
}
.percentage.easyPieChart > span, .percentage.easyPieChart {
	color: #7e8c8d;

	font-size: 48px;
}
.percentage.easyPieChart {
	font-size: 27px;
}
.easyPieChart {
	position: relative;
	text-align: center;
	margin: 0 auto 20px;
}
.easyPieChart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.skills small {
	text-align: center;
	font-size: 18px;
	display: block;
	color: #5c5c5c;
}

/*==============================
------ services Inner  ---------
==============================*/
#services-inner{
	padding:4em 0;
}
.services-content h3{
	font-size: 34px;
    color: #4a4a4a;
    margin-bottom: 30px;
    margin-top: 0;
}
.services-content p{
    font-size: 16px;
    color: #7c7c7c;
    margin-bottom: 25px;
    line-height: 25px;	
}

/*----- quick contact ----*/
.quick-contact {
	background: linear-gradient(rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.95)), url(../img/q-con-bg.png);
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	padding:3em 0;
}
.quick-contact-title h2 {
	font-size: 3.5em;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	margin-bottom: 1em;
}
.request-call h3 {
	font-size: 43px;
    color: #ffffff;
    line-height: 52px;
}
.request-call p {
	font-size: 16px;
	color: #ffffff;
	line-height: 25px;
	font-weight: 100;
	margin-top: 20px;
}
.request-call h4 {
	font-size: 24px;
	color: white;
	margin: 25px 0 15px 0;
}
.request-call h2 {
	font-size: 2em;
	color: #ffffff;
}
.q-con-form {
	margin-top: 10px;
}
.q-con-form .form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 6px 12px;
	font-size: 17px;
	line-height: 1.42857143;
	color: #555;
	background-color: #eee;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	font-weight: 300;
}
.q-con-form .form-group {
	margin-bottom: 30px;
}
/*===============================
------- portfolio-inner ---------
===============================*/
#portfolio-inner{
     padding:5em 0;	
}
#portfolio-inner div[class*='col-sm-'] {
	padding-left: 0px;
	padding-right: 0px;
}
#portfolio-inner .col-sm-3 .image-thumb {
	height: 400px;
	position: relative;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}
#portfolio-inner .image-thumb img {
	width: 100%;
	height: 100%;
}
#portfolio-inner .post-img-lg {
	margin-bottom: 60px;
}
/*================================
------------ contact -----------
================================*/
.contact {
}
.con-wrapper {
	background: #f7f7f7;
}
.p-v-remove {
	padding: 0;
}
.contact-text {
	z-index: 9999;
}
.contact-text h3 {
	color: #ff942e;
	font-size: 32px;
}
.contact-form {
	position: relative;
	max-width: 80%;
	border: 1px solid #cccccc;
	text-align: center;
	margin: 60px auto;
}
.contact-form h2 {
	position: relative;
	margin-top: -18px;
	display: inline-block;
	letter-spacing: 2px;
	background: #f7f7f7;
	padding: 0 3em;
	font-size: 40px;
}
.contact-form p {
	width: 80%;
	margin: 0 auto;
	margin-top: 33px;
	line-height: 30px;
	font-size: 16px;
}
#contact-form {
	padding: 3em 5em 4em 5em;
}
#contact-form input, #contact-form select, #contact-form textarea {
	border-radius: 0;
}
#contact-form .textarea {
	min-height: 150px;
	resize: none;
}
#contact-form .form-control {
	height: 44px;
	padding: 10px 15px;
}
#contact-form .form-group {
	margin-bottom: 30px;
}
#contact-form button {
	outline: 0;
	display: inline-block;
	padding: 18px 4em;
	margin-top: 20px;
	background-color: #eb6524;
	color: #ffffff;
	font-size: 22px;
	border-radius:5px;
	letter-spacing: 1px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
#contact-form button:hover {
	background-color: #929292;
	color: #ffffff;
	transition: 1s;
}
.section a:link, .section a:visited, .section a:link:hover, .section a:visited:hover {
	text-decoration: none;
	color: #fff;
}
/*=============================
------------- Blog ------------
=============================*/
#blog{
	padding:5em 0;
}
#blog span{
	color: #777;
}
.blog-post .text-muted {
    color: #777;
    padding: 10px 0;
}
.blog-post span{
	color: #777;
}
.blog-post h3{
	font-size: 20px;
    margin-bottom: 13px;
    color: #434343;
}
.blog-post p{
    font-size: 15px;
    line-height: 20px;
}
.blog-post a.btn-round-theme {
    padding: 8px 25px;
    font-size: 13px;
	margin-top:15px;
}
.blog-r-sidebar h4{
	text-align: left;
	margin-bottom: 15px;
}
.blog-r-sidebar .form-control {
    display: block;
    width: 100%;
    height: 40px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	padding:10px;
}
.blog-r-sidebar button{
    height: 40px;
    padding: 10px;
    width: 40px;
	border-left:none;	
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}
.blog-r-sidebar button span{
	
}
.blog-post .img-thumbnail {    
    padding: 0px;
    border-radius: 0;    
}
.post-list{
    padding: 0 15px;
}
.post-list a{
	font-size: 14px;
    margin-bottom: 7px;
    line-height: 20px;
    display: block;
	color: #6a6a6a;
	text-decoration: none;
}