/*------------------------------------------------------------------

	Main Style Stylesheet

	Project:		DANEE - Onepage HTML5 Template 

	Version:	    1.0

	Primary use:	DANEE - Onepage HTML5 Template 

-------------------------------------------------------------------*/

/*------------------------------------------------------------------

body 

	+ WRAP

	+ BANNER

	+ HEADER

	+ CONTENT

	+ ABOUT

	+ ABOUT ICON

	+ PORTFOLIO

	+ SERVICES

	+ TESTIMONIALS

	+ TEAM

	+ PRICING

	+ BLOG

	+ CONTACT

-------------------------------------------------------------------*/

/*----- Main CSS Layout ---------*/

/*----- ionicons Fonts Icons ---------*/

@import "font-awesome.min.css";

/*----- ionicons Fonts Icons ---------*/

@import "ionicons.min.css";
 @import url("../fonts/montserrat-fonts.css");
 @import url("animate.css");
/*=======================================================

			THEME STYLING

========================================================*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
}
/*=======================================================

			WRAPPER

========================================================*/

#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;
}
p {
	margin: 0 0 10px;
}
label {
	display: block;
}
li {
}
.fonts {
	font-family: 'Raleway', sans-serif;
	font-family: 'Lato', sans-serif;
	font-family: 'Montserrat', sans-serif;
}
/*=======================================================

			HEADINGS

========================================================*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 50px;
	color: #fff;
}
h2 {
	font-size: 30px;
	font-weight: 300;
	color: #000000;
}
h3 {
	font-size: 26px;
	color: #fff;
}
h4 {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
}
h5 {
	font-size: 18px;
	color: #4c4c4c;
	font-weight: 400;
}
h6 {
	font-size: 14px;
}
p {
	font-family: sans-serif;
	line-height: 26px;
}
a:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
img:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
ul {
	padding-left:30px;
}
ol {
	padding-left:30px;
}
ul li ul{
	padding-left:20px;
	padding-bottom:10px;
}
ol li ol{
	padding-bottom:10px;
	padding-left:20px;
}
a {
	text-decoration: none;
	color: #757575;
}
.cbp-popup-content ul{
	padding-left:0px;
}
.cbp-popup-content li{
	list-style:none;
}
.project-info{
}
.project-info ul{
	padding-left:0px;
}
.project-info li{
	list-style:none;
}
/*=======================================================

			FONTS

========================================================*/

.font-montserrat {
	font-family: 'Montserrat', sans-serif;
}
.font-montserrat {
	font-family: 'Montserrat', sans-serif;
}
.font-hair-line {
	font-family: 'montserrathairline';
}
.font-light {
	font-family: 'montserratlight';
}
.font-regular {
	font-family: 'montserratregular';
}
.font-extra-bold {
	font-family: 'montserratbold';
}
/*=======================================================

			HR

========================================================*/

hr {
	height: 1px;
	background: #eaeaea;
	border: none;
	width: 100%;
	margin: 10px auto;
	margin-bottom: 30px;
}
/*=======================================================

			SECTION

========================================================*/

section {
	position: relative;
	overflow: hidden;
	width: 100%;
}
/*=======================================================

			MARGIN 20px

========================================================*/

.margin-r-20 {
	margin-right: 20px;
}
.margin-l-20 {
	margin-left: 20px;
}
.margin-t-20 {
	margin-top: 20px;
}
.margin-b-20 {
	margin-bottom: 20px;
}
/*=======================================================

			MARGIN 40px

========================================================*/

.margin-r-40 {
	margin-right: 40px;
}
.margin-l-40 {
	margin-left: 40px;
}
.margin-t-40 {
	margin-top: 40px;
}
.margin-b-40 {
	margin-bottom: 40px;
}
/*=======================================================

			MARGIN 80px

========================================================*/

.margin-r-80 {
	margin-right: 80px;
}
.margin-l-80 {
	margin-left: 80px;
}
.margin-t-80 {
	margin-top: 80px;
}
.margin-b-80 {
	margin-bottom: 80px;
}
/*=======================================================

			PADDING

========================================================*/

.padding-r-20 {
	padding-right: 20px;
}
.padding-l-20 {
	padding-left: 20px;
}
.padding-t-20 {
	padding-top: 20px;
}
.padding-b-20 {
	padding-bottom: 20px;
}
.no-padding {
	padding: 0px;
}
/*=======================================================

			COLORS

========================================================*/

.white {
	color: #fff !important;
}
.dot-pattern {
	background: url(../img/background/patern.png) repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 99;
}
/*=======================================================

			HEADING TITTLE

========================================================*/

.tittle {
	text-align: center;
	margin-bottom: 80px;
}
.tittle h2 {
	font-size: 30px;
	margin: 0px;
	letter-spacing: 0px;
}
.tittle hr {
	width: 200px;
	margin: 30px auto;
	height: 1px;
	background: #f1f1f1;
	border-radius: 2px;
	position: relative;
}
.tittle hr:before {
	display: inline-block;
	content: "";
	height: 10px;
	width: 10px;
	border: 2px solid #dadada;
	background: #fff;
	margin: 0 auto;
	left: 0px;
	right: 14px;
	top: -4px;
	position: absolute;
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
}
.tittle hr:after {
	content: "";
	height: 10px;
	width: 10px;
	border: 2px solid #dadada;
	background: #fff;
	margin: 0 auto;
	left: 14px;
	right: 0px;
	top: -4px;
	position: absolute;
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
}
.tittle p {
	font-size: 16px;
	color: #969595;
	font-weight: 300;
	max-width: 570px;
	margin: 0 auto;
}
.tittle.dark-color h1,  .tittle.dark-color h2,  .tittle.dark-color h3,  .tittle.dark-color h4,  .tittle.dark-color h5,  .tittle.dark-color h6 {
	color: #313131;
}
.tittle.light-color h1,  .tittle.light-color h2,  .tittle.light-color h3,  .tittle.light-color h4,  .tittle.light-color h5,  .tittle.light-color h6,  .tittle.light-color p {
	color: #fff;
}
/*=======================================================

			BUTTON

========================================================*/

.btn {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	border: 2px solid #fff;
	padding: 15px 50px;
	margin-right: 0px;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.btn.dark-color {
	color: #313131;
	border-color: #313131;
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.home-slider {
	position: relative;
}
.home-agency {
	text-align: center;
}
.home-agency h1 {
	font-size: 90px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0;
}
.home-agency h3 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
	text-transform: uppercase;
}
.home-agency .position-center-center {
	width: 100%;
	padding: 0 50px;
}
.home-agency p {
	font-size: 16px;
	color: #fff;
	width: 60%;
	margin: 0 auto;
	font-weight: normal;
}
.home-agency {
	background-size: cover;
	position: relative;
	z-index: 1;
}
.home-slide {
	background: url(../images/slides/slide-2.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
.home-slide .btn {
	display: inline-block;
	min-width: 224px;
	float: none;
}
.home-slider .down {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	bottom: 20px;
	font-size: 20px;
	color: #fff;
	z-index: 99;
	width: 50px;
	margin: 0 auto;
}
.flex-direction-nav .flex-nav-prev {
	position: absolute;
	left: 80px;
	top: 50%;
	z-index: 99;
}
.flex-direction-nav .flex-nav-next {
	position: absolute;
	right: 80px;
	top: 50%;
	z-index: 99;
}
.text-slide .flex-direction-nav {
	top: 50%;
	display: block !important;
}
.flex-direction-nav a {
	height: 39px;
}
.flex-direction-nav a {
	opacity: 0.5;
	color: #fff;
	text-shadow: none;
}
.flex-direction-nav a:hover {
	opacity: 1;
}
.flex-direction-nav a.flex-prev:before {
	position: relative;
	content: "\e875";
	font-family: 'Linearicons-Free';
	font-size: 35px;
	top: 0px;
	float: left;
	width: 100%;
	line-height: 35px;
}
.flex-direction-nav a.flex-next:before {
	position: relative;
	content: "\e876";
	font-family: 'Linearicons-Free';
	font-size: 35px;
	top: 0px;
	float: left;
	width: 100%;
	line-height: 35px;
}
.home-agency:before {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: -1;
	content: "";
	background: rgba(0,0,0,0.3);
}
.home-video:before {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	height: 100%;
	width: 100%;
	content: "";
	background: rgba(0,0,0,0.5);
}
.home-video .ag-text {
	position: relative;
	z-index: 5;
}
.home-video .position-center-center {
	z-index: 99;
}
.home-video .ag-text h3 {
	margin-bottom: 0px;
}
.home-video .ag-text h1 {
	margin: 10px 0;
	text-transform: uppercase;
}
.cover-video {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-size: cover;
	position: fixed;
}
/*=======================================================

      SUB BANNER

========================================================*/

.sub-bnr {
	background: #f9f9f9;
	background-size: cover !important;
	min-height: 150px;
	text-align: left;
	position: relative;
}
.sub-bnr-overlay {
	min-height: 150px;
}
.sub-bnr .position-center-center {
	width: 100%;
}
.sub-bnr p {
	font-style: italic;
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
	margin-top: 20px;
}
.sub-bnr .breadcrumb {
	background: none;
	margin: 0px;
	padding: 0px;
}
.sub-bnr h6 {
	display: inline-block;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	float: left;
	line-height: 58px;
	margin: 0px;
	letter-spacing: 1px;
}
.sub-bnr .breadcrumb li a {
	text-transform: none;
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}
/*=======================================================

			HEADER

========================================================*/

header {
	background: #fff;
	border-bottom: 1px solid #eeeeee;
	z-index: 99;
	min-height: 70px;
	width: 100%;
	position: relative;
	padding: 0px;
	padding-top: 10px;
}
header .logo {
	float: left;
	border-radius: 4px;
}
.logo-left {
	position: absolute;
	z-index: 999;
	top: 75px;
	left: 150px;
}
header nav {
	float: right;
}
header nav li {
	float: left;
	text-transform: uppercase;
	line-height: 62px;
}
header .navbar-nav > li > a {
	color: #a4a4a4;
	border-radius: 0px;
	font-weight: bold;
}
header .navbar-collapse {
	padding: 0px;
}
header .navbar-nav {
	border: none;
}
header .nav > li > a:hover, .nav > li > a:focus {
	color: #4c4c4c;
}
header .active a {
	color: #2e2e2e;
}
header .active {
}
header li {
	float: left;
	list-style: none;
}
header li ul {
	padding: 5px 0;
	background: #fff;
	display: inline-block;
	width: 100%;
	box-shadow: 0px 0px 12px #999;
}
header li ul li {
	background: #fff;
	width: 100%;
	line-height: 30px;
}
header li ul li a {
	padding: 0 10px;
	display: inline-block;
	width: 100%;
}
header .inner {
	position: absolute;
}
.header-top header {
	position: absolute;
	top: 0px;
	padding: 0px;
	background: none;
	border: none;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.header-top header .xe-sticky {
	padding-top: 30px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0 ); /* IE6-9 */
	border: none;
	min-height: 100px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.header-top header #menu-cone .active a,  .header-top header #menu-cone .active a:hover,  .header-top header #menu-cone a:hover {
	color: #fff;
}
.header-top header .logo a {
	color: #fff;
}
.header-top header li a {
	color: #cfcfcf;
}
.header-top header .xe-sticky {
	width: 100%;
}
.header-top header .is-sticky .xe-sticky {
	background: rgba(0,0,0,0.9);
	padding: 10px 0;
	min-height: auto;
}
.tp-bannertimer {
	display: none;
}
.header-top header .navbar-toggle {
	color: #fff;
	background: rgba(0,0,0,0.9);
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 9px;
	border-color: #eeeeee;
}
.dropdown-menu {
	width: auto;/* min-width: 200px; */

}
/*=======================================================

			TRANSPARENT COLOR

========================================================*/

.overlay {
	background: rgba(0,0,0,0.8);
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.gra-overlay {
	background: rgba(0,0,0,0.7);
}
/*=======================================================

			CONTENT BG

========================================================*/

.parallax-bg-s {
	background: url(../images/background/parallax-bg.jpg) top fixed no-repeat;
	background-size: cover;
}
/*=======================================================

			CONTENT

========================================================*/

.content {
	width: 100%;
	position: relative;
	background: #fff;
	z-index: 1;
}
.sub-banner {
	background: url(../images/background/texti-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 60px 0;
	text-align: center;
}
.sub-banner h2 {
	color: #fff;
}
.sub-banner p {
	font-size: 18px;
	color: #fff;
	font-style: italic;
}
/*=======================================================

			BANNER

========================================================*/

.bnr-text {
	text-align: center;
}
.bnr-text h1 {
	font-size: 70px;
	line-height: 80px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 0px;
}
.bnr-text p {
	font-size: 20px;
	color: #fff;
	max-width: 600px;
	line-height: 30px;
	margin: 0 auto;
	margin-bottom: 0px;
}
.bnr-text .btn {
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	margin-top: 50px;
	float: none;
}
/*=======================================================

			ABOUT

========================================================*/

.bgvid {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.video .overlay {
	background: rgba(0,0,0,0.3);
}
/*=======================================================

			ABOUT

========================================================*/

div[class^="counter"] {
	padding: 30px 0;
	text-align: center;
	margin-bottom: 0px;
}
div[class^="counter"] span.count {
	font-size: 36px;
	color: #36373a;
}
div[class^="counter"] p {
	color: #b6b6b6;
	margin-bottom: 0px;
	font-family: inherit;
}
.nav-tabs {
	border: none;
}
.nav-tabs li i {
	font-size: 40px;
}
.nav-tabs li {
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 25%;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.nav-tabs li h5 {
	color: #b6b6b6;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 500;
}
.nav-tabs > li > a:hover {
	border-color: transparent;
}
.tab-content h4 {
	color: #404040;
	text-align: left;
	font-weight: 200;
	line-height: 36px;
	margin-top: 40px;
}
.photofra img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.photofra a:hover img {
	opacity: 0.5;
}
/*=======================================================

			ABOUT ICON

========================================================*/

.about-row {
	margin-bottom: 40px;
}
.about-icon {
	float: left;
}
.about-info h4,  .about-description {
	position: relative;
}
.light-color .about-icon,  .light-color .about-info h4,  .light-color .about-description {
	color: #fff;
}
.dark-color .about-icon,  .dark-color .about-info h4,  .dark-color .about-description {
	color: #313131;
}
.light-color .about-info h4 small,  .dark-color .about-info h4 small {
	color: #c1c1c1;
}
.about-info {
	padding-left: 65px;
	padding-top: 0px;
}
.about-info h4 small {
	font-size: 14px;
	font-weight: 500;
	color: #808080;
}
.about-info i {
}
.about-description {
	padding-right: 50px;
}
.back-icon {
	z-index: -1;
	color: #F0F0F0;
	position: absolute;
	padding-left: 40px;
	left: 0;
	top: 0;
	width: 144px;
	height: 144px;
	line-height: 144px;
	font-size: 144px;
	opacity: 0.5;
}
.light-color .back-icon,  .dark-color .back-icon {
	margin-left: 50px;
	color: rgba(255,255,255,0.1);
	z-index: 1;
}
.ion-3x {
	font-size: 3em;
}
#happy li h4 {
	text-align: center;
}
.style-3 {
	background: #f1f1f1;
}
.style-3 .text-sec i {
	font-size: 80px;
}
.style-3 .text-sec {
	padding: 5% 15px;
	padding-bottom: 0px;
}
.style-3 h4 {
	color: #000;
	text-align: center;
	font-weight: 200;
	line-height: 36px;
	margin-top: 40px;
}
/*=======================================================

			INTRO SECTION

========================================================*/

.intro-sec .tittle hr {
	background: rgba(255,255,255,0.1);
}
.intro-sec {
	background: url(../img/background/testi-bg.jpg) center center fixed repeat-y;
}
.progress-bars p {
	font-size: 18px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}
.progress-bar {
	border-radius: 50px;
	overflow: hidden;
}
.progress-bar h6 {
	color: #fff;
	float: left;
	padding-left: 20px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 44px;
	font-size: 10px;
	letter-spacing: 1px;
}
.progress {
	border-radius: 50px;
	position: relative;
	background: rgba(255,255,255,0.3);
	float: left;
	margin-bottom: 20px;
}
.skills {
	margin-top: 60px;
}
.skills h2 {
	margin-top: 0px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;
}
.skills p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
}
p i.fa-quote-left,  p i.fa-quote-right {
	font-size: 24px;
	display: inline-block;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	color: rgba(255,255,255,0.2);
}
.skills a.btn {
	margin-right: 10px;
	padding: 12px 40px;
}
.progress-bars {
	display: inline-block;
	width: 100%;
	padding-right: 20px;
}
.sub-services {
	color: #fff;
	position: relative;
	z-index: 99;
	margin: 0px;
	width: 100%;
}
.sub-services li {
	display: inline-block;
	font-size: 30px;
	border: 1px solid rgba(255,255,255,0.6);
	height: 76px;
	width: 76px;
	position: relative;
	text-align: center;
	border-radius: 10px;
	line-height: 76px;
	margin: 0 10px 10px 0;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.sub-services.dark-color {
	color: #000;
}
.sub-services.dark-color li {
	border-color: rgba(0,0,0,0.6);
}
.sub-services.dark-color li:hover {
	border-color: #000;
	background: rgba(0,0,0,0.3);
}
.sub-services.light-color li:hover {
	border-color: #fff;
	background: rgba(255,255,255,0.3);
}
.sub-services.primary-color {
	margin-bottom: 0px;
}
.sub-services.primary-color li {
	border-color: #e9e9e9;
	color: #b6b6b6;
}
.sub-services .toli-tip {
	background: #fff;
	position: absolute;
	padding: 5px 10px;
	border-radius: 0px;
	margin-top: -34px;
	z-index: 3;
	border-radius: 4px;
	width: 180px;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	opacity: 0;
	display: none;
	left: -53px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.sub-services .toli-tip {
	font-size: 12px !important;
}
.sub-services .toli-tip:before {
	display: inline-block;
	content: "\f0d7";
	font-family: 'FontAwesome';
	left: 0px;
	top: 20px;
	right: 0px;
	font-size: 40px;
	color: #fff;
	position: absolute;
}
.sub-services li:hover .toli-tip {
	opacity: 1;
	display: block;
}
.video iframe {
	width: 100%;
	border: none;
	display: inline-block;
	height: 380px;
}
/*=======================================================

			SERVICES

========================================================*/

#services .services {
	margin-top: 40px;
}
#services .services li {
	text-align: left;
}
#services .services li p {
	font-size: 14px;
	line-height: 26px;
	color: #7e7e7e;
}
#services .services ul {
}
#services .services li {
	text-align: left;
	margin-bottom: 30px;
	display: inline-block;
}
#services .icon {
	display: inline-block;
	width: 20%;
	background: #f5f7f8;
	height: 85px;
	line-height: 100px;
	text-align: center;
	float: left;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#services .icon span {
	font-size: 28px;
}
#services .ser-sec {
	display: inline-block;
	width: 80%;
	float: right;
	padding-left: 20px;
}
#services .ser-sec h5 {
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 15px;
}
#services img {
	margin-top: 50px;
}
/*=======================================================

			PORTFOLIO

========================================================*/

.cbp-caption-activeWrap {
}
.cbp-caption-activeWrap {
}
.cbp-caption-activeWrap {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
	text-align: left;
}
.cbp-caption-activeWrap h3 {
	text-align: left;
	margin: 0px;
}
.cbp-caption-activeWrap p {
	color: #fff;
	font-size: 16px;
	margin-top: 0px;
}
.cbp-caption-activeWrap hr {
	width: 25px;
	height: 2px;
	font-family: 'montserratlight';
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cbp-caption-activeWrap .link-port {
	margin-right: 5px;
}
.cbp-l-filters-alignRight {
	margin-bottom: 1px;
}
/*=======================================================

			PRICING TABLE

========================================================*/

.pricing h6 {
	background: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #ececec;
}
.pricing .curency {
	font-size: 20px;
	font-weight: normal;
	position: relative;
	top: -20px;
	margin-right: 10px;
}
.pricing .price-head .month {
	font-size: 12px;
}
.pricing .p-details {
	padding: 20px 20px;
	padding-bottom: 40px;
	border: 1px solid #ececec;
	text-align: center;
	border-top: 0px;
	display: inline-block;
	width: 100%;
	background: #fff;
}
.pricing .p-details p {
	padding: 12px 0;
	margin: 0px;
	border-bottom: 1px solid #ececec;
}
.pricing .p-details p.gry-bg {
}
.pricing .btn i {
	margin-left: 10px;
	display: none;
}
/*=======================================================

			PORTFOLIO POPUP

========================================================*/

/* Overlay style */

.overlay-pop {
	position: absolute;
	width: 100%;
	height: 580px;
	bottom: 0;
	left: 0;
	z-index: 99999;
	background: #333333;
}
/* Overlay closing cross */

.overlay-pop .overlay-close {
	position: absolute;
	right: 40px;
	margin: 0 auto;
	display: inline-block;
	overflow: hidden;
	color: #585858;
	line-height: 60px;
	border-left: none;
	border-right: none;
	text-align: center;
	line-height: 60px;
	outline: none;
	z-index: 100;
	cursor: pointer;
	width: auto;
	background: url(../images/close-icon.png) no-repeat;
	height: 20px;
	width: 20px;
	top: 50px;
}
.overlay-pop .overlay-close i {
	font-size: 30px;
	margin-right: 10px;
}
.overlay-pop .top-bor {
	height: 60px;
	background: #f7f7f7;
	width: 100%;
	display: inline-block;
}
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
.port-inner {
	margin-top: 70px;
}
.port-inner p {
	color: #676767;
}
.port-inner h2 {
	color: #676767;
	margin-bottom: 30px;
	margin-top: 0px;
}
.port-inner ul {
	margin-top: 20px;
}
.port-inner li span:nth-child(1) {
	font-weight: bold;
}
/*=======================================================

			TESTIMONIALS

========================================================*/

#testimonials {
	background: url(../img/background/texti-bg.jpg) center center repeat-y;
	background-attachment: fixed;
}
.testi {
	margin-top: 0px;
	text-align: left;
	padding: 0px;
}
.star li.grey {
	color: #969595;
}
.testi p {
	font-size: 18px;
	text-align: left;
	line-height: 30px;
}
.testi .avatr {
	display: inline-block;
	height: 60px;
	width: 60px;
	float: left;
	overflow: hidden;
}
.testi .carousel-indicators li {
	height: auto;
	width: auto;
	display: inline-block;
	text-indent: inherit;
	position: relative;
	text-align: center;
	border: none;
	margin: 0 3px;
	font-size: 12px;
	margin-bottom: 7px;
}
.testi .carousel-indicators li img {
	border: 3px solid #fff;
	height: 110px;
	width: 110px;
	border-radius: 50%;
	opacity: 0.4;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.testi .carousel-indicators .active {
	background: none !important;
}
.testi .carousel-indicators li:hover img {
	opacity: 1;
}
.testi .carousel-indicators li .feeder-name {
	background: #fff;
	position: absolute;
	padding: 5px 10px;
	border-radius: 0px;
	margin-top: -30px;
	z-index: 3;
	border-radius: 4px;
	width: 100%;
	opacity: 0;
	display: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.testi .carousel-indicators .active .feeder-name {
	opacity: 1;
	display: block;
}
.testi .carousel-indicators li:hover .feeder-name {
	opacity: 1;
	display: block;
}
.testi .carousel-indicators li .feeder-name:before {
	display: inline-block;
	content: "\f0d7";
	font-family: 'FontAwesome';
	left: 0px;
	top: 0px;
	right: 0px;
	font-size: 40px;
	color: #fff;
	position: absolute;
}
.testi .carousel-indicators {
	position: relative;
	margin: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin-top: -50px;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
/*=======================================================

			CLIENTS

========================================================*/

#clients {
	padding: 20px 0;
}
/*=======================================================

			PROJECTS

========================================================*/

#projects {
	background: #f7f7f7;
	padding: 0px;
}
#projects li {
	padding: 0px;
	max-height: 400px;
	position: relative;
	overflow: hidden;
}
#projects li img {
	width: 100%;
}
#projects ul {
	margin: 0px;
}
#projects hr {
	border: none;
	border-bottom: 10px solid #fff;
	margin: 0px;
	width: 100%;
	background: none;
}
#projects .btn {
	background: none;
	margin-bottom: 0px;
}
#projects .project-detail {
	padding: 60px;
	padding-left: 20%;
}
#projects .project-detail .btn {
	border: 2px solid #4c4c4c;
	border-radius: 0px;
	margin-top: 50px;
	padding: 15px 40px;
	font-size: 14px;
	color: #4c4c4c;
}
#projects .project-detail .btn:hover {
	background: #d02730;
	color: #fff;
	border-color: #d02730;
}
.post-img {
	max-height: 400px;
	position: relative;
	overflow: hidden;
}
.sub-pages .post-img img {
	width: 100%;
}
.load-more {
	text-align: center;
	background: #fff;
	padding: 60px 0;
}
.load-more .btn {
	border: 2px solid #4c4c4c;
	border-radius: 0px;
	margin-top: 0px;
	padding: 15px 40px;
	font-size: 14px;
	color: #4c4c4c;
}
.load-more .btn:hover {
	background: #4c4c4c !important;
	color: #fff;
}
.a-info li {
	display: inline-block;
}
.a-info li {
	text-transform: uppercase;
	padding: 0 10px 0 0;
	color: #9d9d9d;
}
.a-info li a {
	font-style: italic;
}
.share {
	margin-top: 50px;
	border: 1px solid #eaeaea;
	padding: 10px 20px;
	display: inline-block;
	width: 100%;
}
.post-admin {
	margin-top: 50px;
}
.post-admin .avatar {
	width: 12%;
}
.post-admin .admin-info {
	margin-left: 30px;
	display: inline-block;
	width: 80%;
}
.post-admin .admin-info h4 {
	color: #000;
}
.admin-info .social_icons li {
	border-radius: 50%;
}
.post-admin .social_icons {
}
.post-admin .social_icons {
}
.single-post .social_icons {
	text-align: left;
}
.single-post .social_icons ul {
	text-align: left;
}
.single-post .social_icons ul li {
	background: #f5f5f5 !important;
}
.single-post .social_icons a {
	color: #333 !important;
	font-size: 16px !important;
	border-radius: 50%;
	line-height: 44px !important;
}
.may-like {
	margin-top: 60px;
}
.may-like h4 {
	color: #000;
	text-transform: uppercase;
}
.may-like .like-post {
	margin-top: -80px;
	position: relative;
	z-index: 1;
	padding: 0 10px;
}
.may-like span {
	color: #fff;
	display: inline-block;
	width: 100%;
}
.may-like img {
	width: 100%;
}
.may-like a {
	color: #fff;
	font-size: 18px;
	font-style: italic;
}
.comments {
	margin-top: 100px;
}
.comments .head {
	border-bottom: 3px solid #1c1c1c;
	display: inline-block;
	width: 100%;
}
.comments h5 {
	text-transform: uppercase;
	color: #1c1c1c;
}
.comments .com {
}
.comments .com h5 {
	color: #515151;
	text-transform: none;
}
.comments .com h5 span {
	color: #bcbcbc;
	margin-left: 20px;
}
.comments .com .media {
	margin-top: 30px;
}
.comments .com .media-body {
	margin-left: 30px;
}
.comments .com .media-body span.date {
	font-size: 12px;
	margin-left: 0px;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}
.comments .com .reply {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.comments .com .media-object {
	margin-right: 20px;
}
.com-form h5 {
	color: #515151;
	margin: 0px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.com-form {
	background: #f3f3f3;
	padding: 30px 30px;
}
.com-form {
	margin-bottom: 50px;
}
.com-form input {
	border: none;
	border-radius: 0px;
	font-weight: 100;
	height: 40px;
	width: 320px;
}
.com-form textarea {
	border: none;
	border-radius: 0px;
	font-weight: 100;
	width: 100%;
	margin-bottom: 20px;
}
.com-form button {
	background: #1c1c1c;
	text-transform: uppercase;
}
.com-form button:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.search-form input {
	border: 1px solid #e5e5e5;
	border-radius: 0px;
	height: 45px;
}
.search {
}
.sider-bar h5 {
	margin-top: 50px;
	text-transform: uppercase;
}
.sider-bar .small-post li {
	border-bottom: 1px solid #dbdada;
	padding-bottom: 15px;
	margin-top: 15px;
}
.sider-bar .small-img {
	float: left;
	margin-right: 15px;
}
.sider-bar .post-text {
}
.sider-bar .post-text span {
	color: #bcbcbc;
	text-transform: uppercase;
	font-size: 11px;
}
/*=======================================================

			PARALLAX 

========================================================*/

.parallax {
	background: url(../images/background/responsive-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 80px 0;
	padding-bottom: 40px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.parallax:before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 140px;
	z-index: -1;
	background: #f9f9f9;
}
.parallax .tittle {
	display: inline-block;
	width: 100%;
}
.parallax .tittle .btn {
	float: none;
	display: inline-block;
}
.parallax h2 {
	color: #fff;
	font-size: 36px;
	margin-bottom: 10px;
}
.parallax p {
	color: #fff;
}
.parallax .btn {
	background: none;
	border-color: #fff;
	border: 2px solid;
	margin: 0px;
	margin-top: 30px;
}
.parallax .btn:hover {
	background: #e73b44;
	border-color: #e73b44;
}
/*=======================================================

			SOCIAL PANEL

========================================================*/

.social-panel.social_icons {
	text-align: center;
}
.social-panel.social_icons a {
	background: rgba(255,255,255,0.2);
	height: 100px;
	width: 100px;
	display: inline-block;
	line-height: 100px;
	border-radius: 50%;
	font-size: 30px;
	margin: 0 20px;
}
.social-panel.social_icons p,  .social-panel.social_icons h4 {
	color: #fff;
}
/*=======================================================

			FEATURED

========================================================*/

#featured h2 {
	color: #fff;
}
#featured p {
	color: #fff;
	font-size: 16px;
}
#featured h5 {
	color: #ededed;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 30px;
}
#featured .fea-sec {
	margin-top: 50px;
}
.elements {
	background: url(../images/background/element-bg.jpg) no-repeat;
	padding: 100px 0;
	margin-top: 100px;
}
.elements .btn {
	margin-right: 15px;
}
/*=======================================================

			BLOG

========================================================*/



/*=======================================================

			CONTACT

========================================================*/

input {
	width: 100%;
	height: 50px;
	padding: 0 10px;
	border-radius: 0px;
	border: none;
	background: #fff;
	margin-bottom: 12px;
	border: 2px solid #fff;
	color: #000;
	font-weight: normal;
}
.drop-line {
	text-align: center;
	margin-top: 50px;
}
.drop-line a {
	color: #fff;
	display: inline-block;
	border: 2px solid #fff;
	padding: 20px 80px;
	font-size: 16px;
	color: #fff;
}
.drop-line a:hover {
	background: #fff;
}
textarea {
	width: 100%;
	padding: 10px;
	border-radius: 0px;
	border: none;
	font-weight: normal;
}
#contact #contact_form {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
}
.contact-info {
	display: inline-block;
	width: 100%;
}
#contact .error {
	border: 2px solid #e34120 !important;
	background: #fff;
}
#contact .success-msg {
	background: #fff;
	border: 1px solid #ABD0A8;
	color: #589051;
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
	text-align: left;
	padding: 11px 16px;
	border-radius: 4px;
	display: none;
}
#contact .success-msg i {
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #ABD0A8;
	margin-right: 10px;
}
#contact .social_icons {
	margin-top: 80px;
}
#contact .social_icons li {
	margin: 0 10px;
	background: #fff;
	border-radius: 50% !important;
}
#contact .social_icons a {
	height: 36px;
	font-size: 16px;
	width: 36px;
	color: rgba(51,51,51,0.9) !important;
	border-radius: 4px;
	line-height: 36px !important;
	border-radius: 50% !important;
}
#rights {
	background: #fff;
	height: 64px;
	text-align: center;
}
#rights p {
	color: #333333;
	line-height: 64px;
}
#back-to-top {
	background: #f2333a;
	height: 62px;
	width: 62px;
	line-height: 56px;
	text-align: center;
	cursor: pointer;
	font-size: 25px;
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	margin-top: -31px;
	margin-bottom: 50px;
	position: relative;
	z-index: 99;
	border: 3px solid #fff;
}
.contact-info h6 {
	margin-top: 0px;
	margin-bottom: 10px;
}
.contact-info p {
	margin-bottom: 0px;
}
#contact .contact-info li {
	display: inline-block;
	width: 33.3333%;
	float: left;
	margin-bottom: 0px;
}
/*=======================================================

			BUTTON

========================================================*/

.btn {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
.btn.button--round-s::before {
	border-radius: 2px;
}
.btn, .btn::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*=======================================================

			SOCIAL ICONS

========================================================*/

.social_icons {
	position: relative;
}
.social_icons ul {
	margin: 0;
	padding: 0;
	text-align: center;
	;
}
.social_icons li {
	display: inline-block;
	border-radius: 50% !important;
}
.social_icons a {
	display: block;
	width: 45px;
	height: 45px;
	margin: 0 0px 0px 0;
	font-size: 20px;
	line-height: 45px;
	text-decoration: none;
	border-radius: 4px;
	text-align: center;
	color: #fff;
}
.social_icons a:hover i {
	color: #fff;
	-webkit-transition: 0.4s ease-in-out;
}
.social_icons .behance a:hover {
	color: #fff;
	background-color: #2b9ad2;
	border-color: #2b9ad2;
}
.social_icons .dribbble a:hover {
	color: #fff;
	background-color: #f973a4;
	border-color: #f973a4;
}
.social_icons .facebook a:hover {
	color: #fff;
	background-color: #3b5a9b;
	border-color: #3b5a9b;
}
.social_icons .googleplus a:hover {
	color: #fff;
	background-color: #f63d26;
	border-color: #f63d26;
}
.social_icons .instagram a:hover {
	color: #fff;
	background-color: #507ea4;
	border-color: #507ea4;
}
.social_icons .linkedin a:hover {
	color: #fff;
	background-color: #0072b2;
	border-color: #0072b2;
}
.social_icons .pinterest a:hover {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.social_icons .twitter a:hover {
	color: #fff;
	background-color: #2baae1;
	border-color: #2baae1;
}
.social_icons .vimeo a:hover {
	color: #fff;
	background-color: #40b2dc;
	border-color: #40b2dc;
}
.social_icons .youtube a:hover {
	color: #fff;
	background-color: #ff3330;
	border-color: #ff3330;
}
.social_icons .github a:hover {
	color: #fff;
	background-color: #24292E;
	border-color: #24292E;
}
/*=======================================================

			Style Switcher

========================================================*/

.color-switcher {
	display: none;
	width: 220px;
	position: fixed;
	right: -220px;
	top: 150px;
	z-index: 999;
	padding: 0px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border-bottom-right-radius: 4px;
}
.color-switcher h5 {
	font-size: 15px;
	margin-top: 0;
	padding: 0 20px 0;
}
.color-switcher p {
	font-size: 12px;
	color: #000;
	margin-bottom: 0;
	background: #fff;
	height: 40px;
	text-align: left;
	font-weight: bold;
	line-height: 42px;
	text-transform: uppercase;
}
.color-switcher ul {
	list-style: none;
	padding: 0;
}
.color-switcher ul li {
	float: left;
}
.color-switcher ul li a {
	display: block;
	width: 35px;
	height: 35px;
	outline: none;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #333;
}
.color-switcher ul li a.blue {
	background: #428bca;
}
.color-switcher ul li a.green {
	background: #88c136;
}
.color-switcher ul li a.red {
	background: #e54242;
}
.color-switcher ul li a.yellow {
	background: #ff9c00;
}
.color-switcher ul li a.brown {
	background: #987654;
}
.color-switcher ul li a.cyan {
	background: #1ABC9C;
}
.color-switcher ul li a.purple {
	background: #c74a73;
}
.color-switcher ul li a.sky-blue {
	background: #00cdcd;
}
.color-switcher .gray {
	background: #656565;
}
.color-switcher .black {
	background: #000;
}
.color-switcher .white {
	background: #fff;
}
.color-switcher .light {
	background: #fff;
	width: 60px;
	color: #000;
	text-align: center;
	float: left;
	border: 1px solid #666;
	margin-top: 15px;
	margin-right: 22px;
}
.color-switcher .dark {
	background: #272727;
	width: 60px;
	float: right;
	color: #fff;
	border: 1px solid #666;
	margin-top: 15px;
}
.picker_close {
	width: 40px;
	height: 40px;
	position: absolute;
	left: -40px;
	top: 0px;
	text-align: center;
	background: #fff;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.picker_close i {
	font-size: 22px;
	margin-top: 9px;
}
.position {
	right: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.theme-colours, .layouts, .backgrounds, .choose-header, .choose-footer {
	display: table;
	text-align: left;
	padding-top: 0px;
	width: 100%;
	padding: 19px;
	background: #fff;
	padding-top: 0px;
}
.layouts a, .choose-header a, .choose-footer a {
	display: inline-block;
	text-align: center;
	width: 40%;
	margin: 0 5px 0 0;
	color: #5d5d5d;
	font-size: 15px;
	border: 1px solid #e7e7e7;
	padding: 5px 7px 2px;
}
.layouts a:hover, .choose-header a:hover, .choose-footer a:hover {
	border: 2px solid #a9a9a9;
	padding: 4px 5px 1px
}
.styleswitcher {
	position: fixed;
	width: 120px;
	background: #ffffff;
	color: #595959;
	top: 150px;
	right: -123px;
	z-index: 999;
}
.styleswitcher p {
	color: #000 !important;
}
.styleswitcher.ackapa {
	left: 0;
}
.styleswitcher .switch {
	padding-left: 15px;
	padding-bottom: 10px;
}
.styleswitcher .switch h5 {
	margin-top: 20px;
}
.styleswitcher .switch p {
	margin-top: 10px;
}
.stylebutton {
	cursor: pointer;
	position: absolute;
	text-align: center;
	line-height: 40px;
	background: #fff;
	font-size: 20px;
	width: 40px;
	height: 40px;
	top: 0px;
	right: -40px;
}
.styleswitcher a {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
	position: relative;
	z-index: 99999999;
}
.color-switcher ul li {
	margin: 3px;
}
#map {
	height: 450px;
	margin-top: 50px;
}
.map {
	position: relative;
	min-height: 485px;
}
.modal-header i {
	color: #fff;
}
.modal-body .owl-controls .owl-page, .owl-controls .owl-buttons div {
	margin-top: -50px;
	z-index: 999;
	height: 50px;
	width: 50px;
	display: inline-block;
	position: absolute;
	top: 60%;
}
.modal-body .owl-img {
	height: 500px;
	overflow: hidden;
}
.modal-body .owl-next {
	right: 0px;
}
.modal-body h4 {
	color: #333;
}
.p-details {
	padding: 15px;
}
#ip-container header {
	border: none;
}
/*=======================================================

			ACCORDION

========================================================*/

#accordion {
}
#accordion .panel-default > .panel-heading .panel-title a:before {
	content: "\f106";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #FFF;
	padding: 0px;
	background: #f2333a;
	color: #fff;
	padding: 14px 15px;
}
#accordion .panel-default > .panel-heading .panel-title a.collapsed:before {
	content: "\f107";
	font-family: FontAwesome;
	margin-right: 5px;
	background: #f2333a;
}
.panel-default > .panel-heading {
	background-color: #fff;
	padding: 0px;
	border-radius: 4px;
	overflow: hidden;
}
.panel-default > .panel-heading a {
	text-decoration: none;
	font-size: 16px;
	width: 100%;
	font-weight: 400;
	padding: 0px;
	line-height: 43px;
	display: inline-block;
	padding-left: 0px;
}
#headings {
	text-align: left;
}
#headings h1 {
	text-align: left;
	color: #000;
}
#headings h2 {
	text-align: left;
	color: #000;
	text-transform: none;
}
#headings h3 {
	text-align: left;
	color: #000;
}
#headings h4 {
	text-align: left;
	color: #000;
}
#headings h5 {
	text-align: left;
	color: #000;
}
#headings h6 {
	text-align: left;
	color: #000;
}
.alerts .close {
	float: right;
}
.shortcodes h1 {
	text-align: left;
}
.shortcodes h2 {
	text-align: left;
	text-transform: uppercase;
}
#tabs {
}
#tabs p {
	line-height: 26px;
}
#tabs .nav-tabs a {
	font-weight: 300;
	font-size: 18px;
}
#tabs .nav-tabs {
	margin-bottom: 15px;
}
#tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
}
.shortcodes section h4 {
	color: #333;
	font-weight: 400;
}
.error-page {
}
.error-page {
	margin-top: 100px;
	text-align: center;
	padding-bottom: 100px;
}
.error-page h1 {
	text-align: center;
	font-size: 54px;
	color: #4a4a4a;
}
.search-form .search-submit {
	background: url(../img/search-icon.png) no-repeat;
	background-size: cover;
	height: 22px;
	width: 22px;
	border: none;
	float: right;
	position: relative;
	z-index: 1;
	margin-top: -50.5px;
	margin-right: 10px;
}
.error-page input {
	width: 100%;
}
.error-page .search {
	width: 40%;
	margin: 0 auto;
	margin-top: 50px;
}
.error-page p {
	font-size: 18px;
	font-style: italic;
}
/*=======================================================

			PORTFOLIO

========================================================*/

.team .team-member {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}
.team .team-over {
	position: absolute;
	background: #f1f1f1;
	width: 80%;
	height: 100%;
	top: 0px;
	right: -80%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding: 0 30px;
	padding-top: 20%;
}
.team .team-member span {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.team .team-member p {
	color: #999999;
	line-height: 20px;
}
.team .team-member img {
	position: relative;
	right: 0px;
	border-radius: 50%;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.team .team-member:hover img {
	right: 60%;
	z-index: -1;
}
.team .team-member:hover .team-over {
	right: 0px;
}
.team .social_icons {
	margin-top: 30px;
}
.team .social_icons a {
	font-size: 14px;
	height: 36px;
	width: 36px;
	color: #999999;
	line-height: 36px;
}
/*=======================================================

		 Timer

========================================================*/

#timer {
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 99;
}
.timer {
	text-align: center;
}
/*==========================================================================

	   Countdown styles

========================================================================== */

ul.countdown {
	min-height: 180px;
	margin-top: 50px;
}
ul.countdown li {
	text-align: center;
}
ul.countdown li span {
	font-size: 100px;
	padding-top: 150px;
	font-weight: 300;
	color: #fff;
	font-family: 'Oswald', sans-serif;
}
ul.countdown li .overlay {
	border-radius: 4px;
	padding: 40px;
	margin-top: -200px;
}
ul.countdown li p {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
ul.countdown .round-back span {
	color: #fff;
}
ul.countdown .round-back p {
	color: #fff;
}
/*=======================================================

			SLIDER

========================================================*/

#slides {
	position: relative;
}
#slides .slides-container {
	display: none;
}
#slides .scrollable {
 *zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}
#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}
.slides-navigation {
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	top: 46%;
	color: #fff;
	width: 100%;
}
.slides-navigation a {
	position: absolute;
	display: block;
}
.slides-navigation a.prev {
	left: 0;
}
.slides-navigation a.next {
	right: 0;
}
.slides-pagination {
	position: absolute;
	z-index: 999;
	bottom: 20px;
	text-align: center;
	width: 100%;
	left: 0px;
}
.slides-pagination a {
	border-radius: 1px;
	width: 40px;
	height: 2px;
	background: rgba(255,255,255,0.5);
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
	zoom: 1;
 *display: inline;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
	margin: 2px;
	overflow: hidden;
	text-indent: -100%;
}
.slides-pagination a.current {
	background: #fff;
}
#slides .overlay {
	background: none;
}
#slides .overlay:before {
	background: rgba(255,255,255,0.5);
	content: "";
	padding: 0px;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	top: 0px;
	display: inline-block;
	padding: 0;
}
/*=======================================================

			GO DWON

========================================================*/

.go-down {
	position: absolute;
	width: 100px;
	bottom: 0px;
	z-index: 999;
	text-align: center;
	right: 5%;
	color: #fff;
	font-size: 28px;
	display: inline-block;
	font-size: 30px;
	border: 1px solid rgba(255,255,255,0.6);
	height: 76px;
	width: 76px;
	text-align: center;
	border-radius: 10px 10px 0 0px;
	line-height: 76px;
	border-bottom: none;
	margin: 0 10px 0 0;
}
/*=======================================================

			MAGANIFINE POPUP

========================================================*/

.white-popup {
	position: relative;
	background: #FFF;
	padding: 0px 0 50px 0;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.top-bor {
	height: 60px;
	border-bottom: 1px solid #f5f5f5;
}
.top-bor a {
	line-height: 60px;
}
.mfp-zoom-out {
}
.mfp-zoom-out .mfp-with-anim {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
	transform: scale(1.3);
	opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0;
}
.cbp-l-filters-buttonCenter .cbp-filter-item {
	text-transform: uppercase;
	font-size: 13px;
	margin: 0 5px;
	padding: 5px 25px;
}
/*=======================================================

      SINGLE PROJECT

========================================================*/

.single-progect .heading-block {
	margin-top: 50px;
}
.single-progect p {
	font-size: 18px;
	line-height: 30px;
}
.single-progect .heading-block h6 {
	margin-bottom: 20px;
}
.single-progect .heading-block hr {
	margin: 0 auto;
	margin-bottom: 20px;
}
.single-progect .project-info {
	margin-top: 100px;
	margin-bottom: 100px;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #e5e9ea;
}
.single-progect .project-info li {
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 25%;
	border-right: 1px solid #e5e9ea;
}
.single-progect .project-info li:nth-last-child(1) {
	border: none;
}
.single-progect .project-info li p {
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 1px;
}
.single-progect .project-info li span {
	color: #666666;
	letter-spacing: 1px;
	font-size: 13px;
}
.cbp-popup-singlePage .cbp-popup-content {
	width: 100%;
	max-width: 100%;
	text-align: center;
}
/*=======================================================

      PORTFOLIO DETAIL

========================================================*/

.portfolio-details {
}
.portfolio-details .project-info {
	margin-top: 270px;
	padding-left: 30%;
}
.portfolio-details .project-info li {
	margin-bottom: 30px;
}
.portfolio-details .project-info li p {
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
.portfolio-details .project-info li span {
	color: #666666;
	letter-spacing: 1px;
	font-size: 13px;
}
.portfolio-details .project-info li a {
	color: #f6772c;
}
.cbp-l-filters-buttonCenter .cbp-filter-item {
	background: #fff;
}
.filter-style-1 {
	border: 1px solid #999999;
	display: inline-block;
	margin-bottom: 100px;
}
.filter-style-1 .cbp-filter-item {
	margin: 0px;
	float: left;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 5px 30px;
	border-right: 1px solid #999999 !important;
}
.filter-style-1 .cbp-filter-item:nth-last-child(1) {
	border-right: none !important;
}
.filter-style-1 .cbp-filter-item.cbp-filter-item-active {
	color: #f6772c;
}
.filter-style-1 .cbp-filter-item.cbp-filter-item-active:before {
	content: "\f0d7";
	position: absolute;
	font-family: 'FontAwesome';
	bottom: -18px;
	font-size: 30px;
	width: 20px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	color: #fff;
	text-shadow: 0 1px 0px rgba(0,0,0,0.9);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.filter-style-1 .cbp-filter-item:hover {
	color: #f6772c;
}
.filter-style-1 .cbp-filter-item:hover:before {
	content: "\f0d7";
	position: absolute;
	font-family: 'FontAwesome';
	bottom: -18px;
	font-size: 30px;
	width: 20px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	color: #fff;
	text-shadow: 0 1px 0px rgba(0,0,0,0.9);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.filter-style-2 {
	display: inline-block;
	margin-bottom: 100px;
}
.filter-style-2 .cbp-filter-item {
	margin: 0px;
	float: left;
	border: none;
	background: #333333;
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	letter-spacing: 1px;
	padding: 5px 30px;
	border-right: 1px solid rgba(255,255,255,0.3) !important;
}
.filter-style-2 .cbp-filter-item:hover {
	background: #f6772d;
	color: #fff;
}
.filter-style-2 .cbp-filter-item.cbp-filter-item-active {
	background: #f6772d;
	color: #fff;
}
.filter-style-2 {
}
.filter-style-3 {
	display: inline-block;
	margin-bottom: 100px;
}
.filter-style-3 .cbp-filter-item {
	margin: 0px;
	float: left;
	border: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #666666;
	letter-spacing: 1px;
	padding: 5px 30px;
}
.filter-style-3 .cbp-filter-item:hover:before {
	content: "";
	position: absolute;
	width: 25px;
	bottom: 0px;
	background: #f6772d;
	height: 2px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}
.filter-style-3 .cbp-filter-item.cbp-filter-item-active:before {
	content: "";
	position: absolute;
	width: 25px;
	bottom: 0px;
	background: #f6772d;
	height: 2px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}
.filter-style-3 .cbp-filter-item.cbp-filter-item-active {
	color: #f6772d;
}
.filter-style-3 .cbp-filter-item:hover {
	color: #f6772d;
}
.filter-style-4 {
	border-bottom: 1px solid #e5e9ea;
	display: inline-block;
	width: 100%;
}
.filter-style-4 .cbp-filter-item {
	margin: 0px;
	display: inline-block;
	border: none;
	background: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #999999;
	letter-spacing: 1px;
	position: relative;
	padding: 35px 20px;
	padding-bottom: 10px;
}
.filter-style-4 .cbp-filter-item.cbp-filter-item-active {
	color: #333333;
}
.filter-style-4 .cbp-filter-item.cbp-filter-item-active:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: -21px;
	background: #f6772d;
	height: 2px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}
.filter-style-4 .cbp-filter-item:hover:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: -21px;
	background: #f6772d;
	height: 2px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}
.filter-style-5 {
	display: inline-block;
	border-radius: 20px;
	border: 1px solid rgba(0,0,0,0.15);
	position: relative;
	padding: 5px 10px;
}
.filter-style-5 .cbp-filter-item {
	margin: 0px;
	display: inline-block;
	border: none;
	background: #fff;
	border-radius: 20px;
	text-transform: uppercase;
	font-size: 10px;
	color: #999999;
	letter-spacing: 1px;
	padding: 0px 30px;
	position: relative;
}
.filter-style-5 .cbp-filter-item:hover {
	background: #f6772c;
	color: #fff;
}
.filter-style-5 .cbp-filter-item.cbp-filter-item-active {
	background: #f6772c;
	color: #fff;
}
.cbp-popup-singlePage .cbp-popup-close {
	background: none;
}
.cbp-popup-singlePage .cbp-popup-close:before {
	content: '\e082';
	font-family: 'Simple-Line-Icons';
	color: #333333;
	line-height: 45px;
	font-size: 20px;
}
.cbp-popup-singlePage .cbp-popup-prev {
	background: none;
}
.cbp-popup-singlePage .cbp-popup-prev:before {
	content: '\e07a';
	font-family: 'Simple-Line-Icons';
	color: #333333;
	line-height: 45px;
	font-size: 20px;
}
.cbp-popup-singlePage .cbp-popup-next {
	background: none;
}
.cbp-popup-singlePage .cbp-popup-next:before {
	content: '\e079';
	font-family: 'Simple-Line-Icons';
	color: #333333;
	line-height: 45px;
	font-size: 20px;
}
.cbp-popup-singlePage .cbp-popup-navigation {
	position: relative;
	width: auto;
	height: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.cbp-popup-singlePage .cbp-popup-next {
	left: auto;
	right: 0px;
}
.cbp-popup-singlePage .cbp-popup-prev {
	left: 0px;
	right: auto;
}
.cbp-popup-singlePage-counter {
	left: 0px;
	right: 0px;
	top: 60px;
	color: #333333;
	opacity: 0.3;
}
/*=======================================================

			GO TO TOP

========================================================*/

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 0.5;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #ffbb42;
	opacity: 1;
	color: #fff;
}
.center-auto {
	margin: 0 auto;
	float: none;
}
.right-auto {
	float: right;
}
/*=======================================================

      HEADINGS

========================================================*/

.heading-block {
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
}
.heading-block h6 {
	text-transform: uppercase;
	font-weight: 500;
	margin: 0px;
	margin-bottom: 20px;
}
.heading-block hr {
	width: 90px;
	height: 3px;
	border: none;
	margin: 0;
	margin-left: 0px;
	background: #333333;
	margin-bottom: 20px;
}
.heading-block h3 {
	text-transform: uppercase;
	line-height: 46px;
	color: #333;
	margin: 0px;
	font-size: 36px;
	letter-spacing: 2px;
}
.heading-block.center hr {
	margin: 0 auto;
	margin-bottom: 45px;
}
.map-wrapper {
	height: 450px;
}
/*=======================================================

      BLOG & PAGE

========================================================*/ 

.blog article {
	margin-bottom: 30px;
	padding-bottom: 0px;
	background: #fff;
}
.blog article {
}
.blog .post-info {
	padding: 0px;
	position: relative;
}
.blog .post-info .post-in {
	background: #f6f7f8;
}
.blog .post-info .post-in ul li,  .page .page-content .entry-content ul li {
}
.blog .post-info .post-in ol li,  .page .page-content .entry-content ol li {
}
.blog .post-info .post-in img,  .page .page-content .entry-content img {
	max-width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.blog .post-info .post-in .wp-caption img,  .page .page-content .entry-content .wp-caption img {
	margin-bottom: 0;
}
.blog article .extra {
	margin-bottom: 15px;
}
.blog article .extra span {
	color: #576363;
	margin-top: 10px;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 30px;
	font-family: 'Lato', sans-serif;
}
.blog article .extra span i {
	height: 28px;
	font-size: 12px;
	margin-right: 10px;
	line-height: 26px;
	display: inline-block;
	border-radius: 50%;
	color: #5b6767;
	text-align: center;
}
.blog .post-info hr {
	margin: 10px 0;
	background: #444444;
}
.blog .post-in {
	padding: 25px 0;
}
.blog .post-in {
}
.blog .post-in h1,  .page .page-content .entry-content h1 {
	font-size: 40px;
}
.blog .post-in h1,  .blog .post-in h3,  .blog .post-in h4,  .page .page-content .entry-content h1,  .page .page-content .entry-content h3,  .page .page-content .entry-content h4 {
	color: #4c4c4c;
}
.blog .post-in .extra,  .blog .post-in a {
	text-align: left;
}
.blog .post-in span.by {
	color: #fb4848;
	font-size: 12px;
	display: inline-block;
	width: 100%;
}
.blog .tittle-post {
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	letter-spacing: 1px;
	line-height: 26px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.blog .post-info p {
	font-size: 14px;
	line-height: 26px;
}
.blog .post-info .read-more {
	border-bottom: 1px dotted #00b1f1;
	display: inline-block;
	float: right;
	text-transform: uppercase;
	margin-top: 20px;
	margin-right: 10px;
	font-weight: bold;
	color: #444444;
	font-size: 11px;
}
.blog .icons li {
	margin-top: 20px;
	margin-right: 10px;
	display: inline-block;
}
.blog .date-post {
	width: 70px;
	height: 100px;
	float: left;
	padding: 0 10px;
	text-align: center;
	line-height: 36px;
	background: #253030;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 26px;
	font-weight: bold;
}
.blog .date-post span {
	font-size: 12px;
	border-top: 1px solid #fff;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 10px;
}
.port-paging li {
	display: inline-block;
	text-transform: uppercase;
}
.port-paging a {
	color: #fff;
	font-size: 12px;
	margin: 0 10px;
}
.port-paging a i {
	margin: 0 5px;
}
.port-paging a .fa-times {
	height: 35px;
	width: 35px;
	border: 1px solid rgba(255,255,255,0.3);
	display: inline-block;
	line-height: 33px;
	text-align: center;
}
.paging-news {
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	margin-top: 30px;
	display: inline-block;
	width: 100%;
	background: #fbfbfb;
	padding: 20px 20px;
}
.paging-news li {
	display: inline-block;
	text-transform: uppercase;
}
.paging-news li a {
	font-size: 12px;
}
.blog-single .stare-ev {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 20px;
}
.blog-single ul {
	margin-bottom: 0px !important;
}
.blog-single .tags {
	float: left;
}
.blog-single .tags h5 {
	margin-top: 10px;
}
.blog-single .tags li {
	display: inline-block;
}
.blog-single .blog-post {
	margin-bottom: 0px;
	border: none;
	padding-bottom: 20px;
}
.blog-single .pager {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 20px;
}
.blog-single .tags li a {
}
.blog-single .social_icons {
	display: inline-block;
}
.blog-single .social_icons h6 {
	font-size: 13px;
}
.blog-single .social_icons li {
	margin-right: 5px;
}
.blog-single .social_icons a {
	font-size: 14px;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	border: 1px solid #333333;
	line-height: 34px;
	color: #333333;
	display: inline-block;
	text-align: center;
	margin: 0px;
}
.search-form input {
	display: inline-block;
	width: 100%;
	height: 45px;
	background: #fff;
	box-shadow: none;
	border-radius: 0px;
	border: 1px solid #e6e6e6;
}
.screen-reader-text {
	display: none;
}
.dropdown-menu{
    min-width: 260px;
}
.widget-area .tagcloud a:hover {
	color: white;
}
.flickr-steam {
	margin: 0 -5px;
	display: inline-block;
	width: 100%;
}
.flickr-steam li {
	padding: 0 5px;
	float: left;
	width: 25%;
	margin-bottom: 10px;
}
.flickr-steam li img {
	width: 100%;
}
.blog-page .post-in {
	padding: 25px 40px;
}
.blog-page .post-in p {
	font-size: 13px;
}
.blog .post-in input {
	display: inline-block;
	width: 100%;
	height: 45px;
	background: #fff;
	box-shadow: none;
	border-radius: 0px;
	border: 1px solid #e6e6e6;
}
/*=======================================================

			PAPULAR POST

========================================================*/

.papu-post {
}
.papu-post .media-left {
	margin-right: 0px;
}
.papu-post .media-left img {
	width: 100%;
}
.papu-post .media-left a {
	width: 60px;
	margin-right: 0px;
	display: inline-block;
}
.papu-post span {
	color: #08ada7;
	letter-spacing: 0px;
	font-size: 12px;
	text-transform: none;
}
.papu-post li {
	padding: 20px 0;
	margin: 0px;
	padding-top: 0px;
}
.papu-post .media-heading {
	display: inline-block;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	color: #333333;
	margin-top: 0px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: none;
}
.search-form input {
	display: inline-block;
	width: 100%;
	height: 45px;
	background: #fff;
	box-shadow: none;
	border-radius: 0px;
	border: 1px solid #e6e6e6;
}
.search-form button {
	float: right;
	margin-top: 0px;
	line-height: 45px;
	margin-right: 0px;
	margin-top: -45px;
	position: relative;
	z-index: 1;
	border-radius: 50%;
	border: none;
	color: #313f46;
	width: 45px;
	height: 45px;
	font-size: 16px;
	background: none;
}
.side-bar #map {
	height: 320px;
	width: 100%;
}
.promo {
	background: url(../images/bg/promo-bg.jpg) no-repeat;
	background-size: cover;
}
.promo .overlay {
	background: rgba(52,66,72,0.95);
	padding: 100px 0;
}
.promo .overlay:before {
	content: "";
	position: absolute;
	right: 0px;
	left: 100%;
	width: 100%;
	height: 100%;
	top: 0px;
	background: rgba(52,66,72,0.95);
}
.promo h4 {
	color: #fff;
	font-weight: normal;
	display: inline-block;
	margin: 0px;
	margin-bottom: 15px;
}
.promo .overlay:after {
	position: absolute;
	top: 0px;
	left: -340px;
	width: 0;
	content: "";
	height: 0;
	border-bottom: 340px solid rgba(52,66,72,0.95);
	border-left: 340px solid transparent;
}
.promo p {
	color: #fff;
	margin-bottom: 30px;
}
.blog-single .post-info .post-in {
	background: none;
	padding: 25px 0;
}
.blog-single .post-info .post-in p {
	text-align: left;
}
.cate li a {
	padding-left: 15px;
	font-weight: 700;
}
.cate li {
	position: relative;
}
.cate li {
	line-height: 60px;
}
.cate li a {
	font-size: 13px;
	color: #777777;
	letter-spacing: 1px;
	display: inline-block;
	width: 100%;
	font-weight: 500;
}
.cate li span {
	float: right;
	height: 25px;
	width: 25px;
	font-size: 10px;
	border-radius: 50%;
	line-height: 23px;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.cate.archive li:before {
	display: none;
}
.cate.archive li {
	line-height: 45px;
	padding-left: 0px;
}
.news-post blockquote {
	border: none;
	font-family: 'Raleway', sans-serif;
	text-align: left;
	line-height: 34px;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	color: #08ada7;
	padding: 30px 0;
	letter-spacing: 1px;
	position: relative;
}
.news-post blockquote i {
	position: absolute;
	left: 0px;
	right: 0px;
	top: -27px;
	text-align: center;
	line-height: 54px;
	font-size: 20px;
	height: 54px;
	width: 54px;
	margin: 0 auto;
	border-top: 1px solid #fb4848;
	border-radius: 50%;
	background: #fff;
	color: #fb4848;
}
.comments .media-body h4 {
	color: #222222;
}
.comments .media-body h4 span {
	font-size: 12px;
	color: #777777;
	margin-left: 20px;
	display: inline-block;
	width: 100%;
}
.comments .media-body a {
}
.comments {
	margin-top: 30px;
}
.comments .media-list {
	margin-bottom: 30px;
}
.comments .media-list li {
	position: relative;
}
.comments .media-left {
	margin-right: 20px;
}
.comments .media-left a {
	width: 80px;
	display: inline-block;
}
.comments .media-body {
	position: relative;
	border: 1px solid #e9e9e9;
	padding: 20px;
	margin-bottom: 30px;
}
.comments h4 {
	font-weight: 500;
	margin: 0px;
	font-size: 20px;
	margin-bottom: 30px;
}
.comments .media p {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 0px;
}
.comments .media {
	margin-top: 40px;
}
.comments .media h6 {
	font-weight: 700;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
}
.comments .raply {
	position: absolute;
	top: 20px;
	right: 30px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	color: #08ada7;
	margin-bottom: 0px;
}
.comments .raply i {
	margin-right: 5px;
}
.comments .avatar {
	margin-right: 10px;
	display: inline-block;
}
.comments .btn.raply:hover {
	background: #00b1f1;
	color: #fff;
}
.comments .media a img {
	margin-bottom: 10px;
}
.comments form label {
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	width: 100%;
	color: #333333;
	font-size: 10px;
}
.comments form .form-control {
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-top: 5px;
	border-radius: 0px;
	box-shadow: none;
	background: none;
	border: 1px solid #e8e8e8;
}
.comments form textarea.form-control {
	display: inline-block;
	width: 100%;
	height: 150px;
}
.pager {
	margin-bottom: 80px;
	text-transform: uppercase;
	border-top: 1px solid #ffbe00;
	border-bottom: 1px solid #ffbe00;
	padding: 15px 0;
}
.pager a {
	font-size: 12px;
	border: none;
}
.comments {
}
.comments .btn:hover {
	color: #fff;
}
.comments h4 {
	color: #333;
	font-weight: bold;
}
.admin-info {
	border: 1px solid #cccccc;
	padding: 24px;
	margin-top: 30px;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.admin-info h5 {
	margin-bottom: 0px;
	font-weight: 700;
	font-size: 20px;
}
.admin-info .social_icons {
	margin-top: 10px;
}
.admin-info .admin-img {
	width: 175px;
	display: inline-block;
	margin-right: 0px;
}
.social_icons li {
	display: inline-block;
	color: #989898;
}
.social_icons li a {
	color: #fff;
	margin: 0 5px;
	font-family: 'Lato', sans-serif;
}
.blog-col-2.blog-page .post-in {
	padding: 25px 0px;
	background: none;
	text-align: left;
}
/*=======================================================

			PAPULAR POST

========================================================*/

.papu-post {
}
.papu-post .media-left {
	margin-right: 0px;
}
.papu-post .media-left img {
	width: 100%;
}
.papu-post .media-left a {
	width: 60px;
	margin-right: 0px;
	display: inline-block;
}
.papu-post span {
	color: #08ada7;
	letter-spacing: 0px;
	font-size: 12px;
	text-transform: none;
}
.papu-post li {
	padding: 20px 0;
	margin: 0px;
	padding-top: 0px;
}
.papu-post .media-heading {
	display: inline-block;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	color: #333333;
	margin-top: 0px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: none;
}
/*=======================================================

      PAGINATION

========================================================*/

#bgndVideo {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
.home-agency .btn {
	float: none;
	width: auto;
	display: inline-block;
}
/*=======================================================

      VISUAL COMPOSER

========================================================*/

.vc_col-has-fill>.vc_column-inner,  .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,  .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,  .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,  .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,  .vc_row-has-fill>.vc_column_container>.vc_column-inner,  .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,  .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,  .vc_section.vc_section-has-fill,  .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,  .vc_section.vc_section-has-fill+.vc_section {
	padding-top: 0 !important;
}
/*=======================================================

      WIDGETS

========================================================*/

.widget-area .widget {
	margin-bottom: 30px;
}
/* .widget-area a:hover {

	color: #8E0C34;

} */

h4.widget-title {
	font-size: 18px !important;
	font-weight: 600;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	border-bottom: 1px solid #e1e1e1;
}
.widget ul,  .widget ol {
	padding: 0;
	list-style-type: none;
}
.widget li ul,  .widget li ol {
	margin-top: 0;
}
.widget li li {
	margin-left: 25px;
}
.widget_xe_recent_posts h4.widget-title {
	margin-bottom: 40px;
}
.widget-area .widget:first-child {
	margin-top: 0;
}
.widget-area img {
	max-width: 100%;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
}
.widget-area p {
	line-height: 30px;
	margin: 0;
}
.widget-area select {
	width: 100%;
	padding: 5px 2px;
}
.widget-area .wp-caption {
	margin-bottom: 10px;
}
.widget_recent_entries li:before,  .widget_recent_comments li:before,  .widget_archive li:before,  .widget_categories li:before,  .widget_meta li:before,  .widget_pages li:before,  .widget_nav_menu li:before {
	display: block;
	float: left;
	margin-left: -24px;
	font-family: 'fontawesome';
	font-size: 14px;
	color: #838383;
}
.widget_recent_entries li,  .widget_recent_comments li,  .widget_archive li,  .widget_categories li,  .widget_meta li,  .widget_pages li,  .widget_nav_menu li {
	margin: 0 0 5px 25px;
	line-height: 30px;
}
.widget_recent_entries li:before {
	content: "\f036";
}
.widget_recent_comments li:before {
	content: "\f27a";
}
.widget_archive li:before {
	content: "\f07c";
}
.widget_categories li:before {
	content: "\f0ae";
}
.widget_meta li:before {
	content: "\f090";
}
.widget_pages li:before {
	content: "\f15b";
}
.widget_nav_menu li:before {
	content: "\f02d";
}
.widget_rss li {
	margin-bottom: 1em;
	line-height: 30px;
}
.widget_rss .rss-date,  .widget_rss cite {
	display: block;
	font-size: 85%;
}
.widget_calendar table caption {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #f7f7f7;
}
.widget_calendar table {
	width: 100%;
	text-align: center;
}
.widget_calendar table th {
	text-align: center;
}
.widget_calendar table td#prev {
	text-align: left;
}
.widget_calendar table td#next {
	text-align: right;
}
/*=======================================================

      COMMENTS

========================================================*/

.comments .media-list {
	margin-left: 100px;
}
.comments .pingback {
	margin-left: -100px;
}
.comment-body {
	position: relative;
	border: 1px solid #e9e9e9;
	padding: 20px !important;
	margin-bottom: 30px;
}
.children .comment-body {
	margin-left: 100px;
}
.comment-author .avatar {
	width: 80px;
	display: block;
	float: left;
	margin-top: -20px;
	margin-right: 20px;
	margin-left: -120px;
}
.comment-author .fn {
	font-weight: 700;
	color: #333333;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	float: left;
}
.comment-author .says {
	display: none;
}
.bypostauthor .comment-author:after {
	display: block;
	float: left;
	margin-left: -12px;
	margin-right: 20px;
	font-family: 'fontawesome';
	font-size: 14px;
	font-size: 1.4rem;
	content: "\f2be";
}
.comment-metadata time {
	font-size: 10px;
	color: #333333;
	margin: 0;
	display: inline-block;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
}
.comment-content {
	margin-left: 0;
	margin-top: 20px;
}
.comment-content p {
	margin-bottom: 0;
}
#comments .comment-content ul li {
	list-style: square;
	margin: 3px 0 3px 17px;
}
#comments .comment-content ol li {
	list-style: decimal;
	margin: 3px 0 3px 17px;
}
#comments .comment-content h1,  #comments .comment-content h3,  #comments .comment-content h4 {
	color: #4c4c4c;
}
#comments .comment-content h1 {
	font-size: 40px;
}
#comments .comment-content h4 {
	margin-bottom: 0;
	font-weight: normal;
}
#comments .comment-content h5 {
	text-transform: none;
}
.reply {
	position: absolute;
	top: 20px;
	right: 20px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	color: #08ada7;
	margin-bottom: 0px;
}
.reply a:before {
	display: block;
	float: left;
	margin-right: 5px;
	font-family: 'fontawesome';
	font-size: 14px;
	font-size: 1.4rem;
	content: "\f112";
}
.reply a {
	color: #08ada7;
}
h3.comment-reply-title {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
.comment-respond {
	margin-top: 50px;
	margin-bottom: 0;
}
.comment .comment-respond {
	margin-bottom: 50px;
}
.comment-form-author input,  .comment-form-email input,  .comment-form-url input {
	height: 40px;
}
.comment-form input,  .comment-form textarea {
	border: 1px solid #e8e8e8;
}
.comment-form label {
	margin-top: 0;
}
.comment-form p {
	margin-bottom: 0;
}
.comment-form p.comment-notes {
	margin-bottom: 30px;
}
 @media (min-width: 768px) {
.comment-form-author,  .comment-form-email,  .comment-form-url {
	float: left;
	width: 33.33333333%;
}
.comment-form-author {
	padding-right: 10px;
}
.comment-form-email {
	padding-right: 5px;
	padding-left: 5px;
}
.comment-form-url {
	padding-left: 10px;
}
}
.comment-awaiting-moderation {
 padding: .5rem 1rem;
	margin: 1rem 0;
	font-size: 16px;
	color: #fff;
	background: #84bd68;
}
.comment-navigation {
	padding: 1em 0;
	margin: 2.5em 0;
	border: #e9e9e9 solid 1px;
}
.comment-navigation i {
	margin: 0 1em;
}
.nav-next {
	float: right;
}
.nav-previous {
	float: left;
}
#cancel-comment-reply-link {
	text-transform: uppercase;
	color: #08ada7;
}
/*=======================================================

      PAGINATION

========================================================*/

.page-numbers {
	padding-top: 30px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.page-numbers > li {
	display: inline-block;
	margin: 0 10px;
}
.page-numbers > li > a,  .page-numbers > li > span {
	border: none;
	text-align: center;
	line-height: 26px;
	color: #999999;
	padding: 2px 5px;
	border-bottom: 1px solid #08ada7;
	font-size: 10px;
	font-weight: normal;
	background: #fff;
	text-transform: uppercase;
}
.page-numbers > li >a:hover {
	color: #000000;
	border-color: #000000;
}
/*=======================================================

      STICKY FOOTER

========================================================*/

.site-content {
	min-height: calc(100vh - 70px);
}
.site-footer {
	height: 50px;
	border-top: 1px solid #eeeeee;
}
/*=======================================================

      STICKY POST

========================================================*/

article.sticky .post-info,  article.tag-sticky-2 .post-info {
	background: #F7F7F7;
	padding: 0 15px;
	margin-bottom: 50px;
}
.single-post article.sticky .post-info,  .single-post article.tag-sticky-2 .post-info {
	background: transparent;
	padding: 0;
	margin-bottom: 0;
}
.sticky-post {
	position: absolute;
	top: 1rem;
	right: 1rem;
	transform: rotate(45deg);
}
/*=======================================================

      ALIGNMENT

========================================================*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*=======================================================

      CAPTION

========================================================*/

.wp-caption {
	margin-bottom: 30px;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	padding: 0.8075em 1em;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	background: #e5e5e5;
	background: hsl(0, 0%, 90%);
}
/*=======================================================

      GALLERY

========================================================*/

.wp-caption .wp-caption-text,  .gallery-caption {
	font-size: 14px;
	font-size: 1.4rem;
	background: #e5e5e5;
	background: hsl(0, 0%, 90%);
}
.site-main .gallery-item {
	position: relative;
	overflow: hidden;
}
.gallery-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	max-height: 50%;
	padding: 0.5em;
	margin: 0 0.6em 0.6em;
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
	text-align: left;
	background-color: hsla(0, 0%, 0%, .8);
	opacity: 0;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}
.gallery:after {
	display: table;
	content: "";
	clear: both;
}
.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}
.gallery-item img {
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
	float: none;
}
.gallery-columns-2 .gallery-item {
	width: 50%
}
.gallery-columns-3 .gallery-item {
	width: 33.3333%
}
.gallery-columns-4 .gallery-item {
	width: 25%
}
.gallery-columns-5 .gallery-item {
	width: 20%
}
.gallery-columns-6 .gallery-item {
	width: 16.6667%
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%
}
.gallery-columns-8 .gallery-item {
	width: 12.5%
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),  .gallery-columns-3 .gallery-item:nth-child(3n+1),  .gallery-columns-4 .gallery-item:nth-child(4n+1),  .gallery-columns-5 .gallery-item:nth-child(5n+1),  .gallery-columns-6 .gallery-item:nth-child(6n+1),  .gallery-columns-7 .gallery-item:nth-child(7n+1),  .gallery-columns-8 .gallery-item:nth-child(8n+1),  .gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}
/*=======================================================

      CF7

========================================================*/

span.wpcf7-not-valid-tip {
	color: darkred;
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	display: block;
}
/*=======================================================

      Table

========================================================*/

table {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333333;
	border-width: 1px;
	border-color: #f7f7f7;
	border-collapse: collapse;
}
table th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #f7f7f7;
	background-color: #f7f7f7;
}
table tbody th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #f7f7f7;
	background-color: #fff;
}
table td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #f7f7f7;
	background-color: #ffffff;
}
/*=======================================================

      Definition Lists

========================================================*/

dl {
}
dt {
	float: left;
	clear: left;
	width: 150px;
	text-align: right;
	font-weight: bold;
	color: #4c4c4c;
}
dt::after {
	content: ":";
}
dd {
	margin: 0 0 0 165px;
	padding: 0 0 0.5em 0;
}
/*=======================================================

      Thumbnail

========================================================*/

.xe-blog-thumb,  .xe-post-thumb {
	background: #b2b2b2 url(../img/pattern.svg) repeat;
}
.xe-blog-thumb img,  .xe-post-thumb img {
	display: block;
	margin: 0 auto;
}
