/*
	Project:		-- Ventum
	Version:	    --
	Create Date:	-- 
	Last change:	--
	Primary use:	--
*/
/*
	--- Table Of Content ---

	## Header Section
	## Service Section
	## About Section
	## Video Section
	## Work Section
	## Featured Work Section
	## What We Do Section
	## Blog Section
	## Team Section
	## Skill Section
	## Join Team Section
	## Statistics Section	
	## Testimonial Section
	## Partner Section
	## Subscribe Section
	## Price Section
	## Map Section
	## Contact Section
	## Footer Section
	## Single Blog Header Section
	## Portfolio Section
	
	## Pages 
		- ## Blog
		- ## Single Blog
		- ## Portfolio-1
		- ## Portfolio-2
*/

body {
    font-family: 'Ralway', sans-serif;
	font-size: 16px;
	background-color: #f7f7f7;
	color: #000;
	overflow-x: hidden;
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
}

[class*="-section"] {
    overflow: hidden;
}

img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}

/* ## Global Class ## */
.no-padding {
	padding: 0;
}
.no-left-padding {
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 100px;
}

/* ## Header Section */
.header-section  {
	position: relative;
}
.site-header {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	top: 32%;
}
.header-section .logo {
	position: absolute;
	left: 40px;
}
.header-section .menu-icon,
.header-section .logo  img {
	top: 160px;
	position: relative;
}
.header-section .logo-title a {
	color: #000;
	text-decoration: none;
}

#menu-popup > a:hover i,
.header-section .logo-title a:hover {
	color: #666;
}
.header-section .logo-title {	
	background-color: #fff;
    margin: 0 auto;
	width: 100%;
    max-width: 460px;
	left: 0;
	right: 0;
	position: absolute;
}
.header-section .logo-title h1 {
	font-family: "Lobster",cursive;
	font-size: 100px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	display: inline-block;
	left: -60px;
	margin: 80px 0;
	padding: 60px 0;
	position: relative;
	text-align: center;
	width: 126%;
}
.header-section .menu-icon i {
	position: absolute;
	right: 40px;
	font-size: 40px;
	color: #000;
}
.header-section .header-banner:before {
    background-color: rgba(255, 255, 255, 0.1);
    content: ""; 
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index: 1;
}
.header-section .banner-title {
	right: 0;
	left: 0;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	width: 90px;
    z-index: 1;
	top: 29%;
}

/* Banner Heading */
.header-section .banner-heading h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 60px;
}
.header-section .banner-heading h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	margin-top: 30px;
}

.header-section .banner-heading {
	right: 0;
	left: 0;
	position: absolute;
	text-align: center;
	margin: 0 auto;	
    z-index: 1;
	top: 39%;
	color: #fff;
}
.header-banner > img {
	max-width: 1920px;
}

.header-section [class*="banner-title"] p span{
	font-family: 'Montserrat', sans-serif;
	display: block;
	font-size: 90px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	line-height: 90px;
}
.header-section .header-banner > div {
    padding-right: 1px;
}

/* Header Menu Pop */
.header-menu-pop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background-color: #000;
	opacity: 0.95;
	z-index: 9;
	display: none;
	overflow: hidden;
	padding-top: 14.378803777544595%;
}
.header-menu-pop h1 {
	font-family: "Lobster",cursive;
	font-size: 100px;
	font-weight: 500;
	z-index: 1;
	text-align: center;
	margin-top: 0;
}
.header-menu-pop h1 > a { 
	color: #fff;
	text-decoration: none;
}

.header-menu-close {
	position: absolute;
	left: 5.20%;
	right: 5.20%;
	top: auto;
	margin-top: 100px;
}

.header-menu-close .close,
.header-menu-close .logo-white {  
    position: absolute;
    z-index: 1;
}
.header-menu-close .logo-white {
	left: 0;
}
.header-menu-close .close {   
    right: 0;
	top: 10px;
}

.header-menu-pop.slideInUp,
.header-menu-pop.slideInDown {
	animation-duration: 2s;
}

.header-menu-pop .navbar-default,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.header-menu-pop .navbar-default .navbar-nav > .active > a,
.header-menu-pop .navbar-default .navbar-nav > .active > a:focus,
.header-menu-pop .navbar-default .navbar-nav > .active > a:hover {
    background-color: #000;
    color: #ddd;
	border: 0;
	text-align: center;
}

/* Navbar - Fixed Top */
.header-menu-pop.navbar-fixed-top {
	height: 75px;
    left: 0;
    margin: 0 auto;
    max-width: 1750px;
    opacity: 1;
    overflow: visible;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 1030;
	display: block;
}

.header-menu-pop.navbar-fixed-top .header-menu-close {
	margin-top: 0;
	left: 0;
}

.header-menu-pop.navbar-fixed-top .header-menu-close .close,
.header-menu-pop.navbar-fixed-top .header-social,
.header-menu-pop.navbar-fixed-top > h1 {
	display: none;
}
.header-menu-pop.navbar-fixed-top .header-menu-close .logo-white {
    left: 0;
    margin-left: 15px;
    margin-top: 15px;
    top: 0;
}
.header-menu-pop.navbar-fixed-top .horizontal-menu li a {
	font-size: 18px;
}
.header-menu-pop.navbar-fixed-top .logo-white img {
	max-height: 50px;
}
.header-menu-pop.navbar-fixed-top .horizontal-menu {
    float: right;
    margin: 0;
}
.header-menu-pop.navbar-fixed-top .horizontal-menu::after,
.header-menu-pop.navbar-fixed-top .horizontal-menu::before {
	border: 0 none;
}

/* Header Single Blog */
.single-blog .site-header {
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    z-index: 2;
}
.single-blog .header-section {
	height: 100px;
    position: relative;
}
.single-blog .header-section .logo {
    position: relative;
	float: left;
	left: 30px;
}
.single-blog .header-section .menu-icon,
.single-blog .header-section .logo img {
	top: 33px;
}

/* Horizontal Menu */

.horizontal-menu {
	display: inline-block;
	margin: 94px 0 88px;
	padding: 0;
	float: none;
}
.horizontal-menu:before,
.horizontal-menu:after {
	position: absolute;
	text-align: center;
	left: 29%;
	right: 29%;
	margin: 0 auto;
	display: inline-block;
	content: "";
	background-color: #fff;
	height: 1px;
}

.navbar-fixed-top .horizontal-menu:before,
.navbar-fixed-top .horizontal-menu:after {
	background-color: transparent;
}

.horizontal-menu:before {
	top: 55px;
}
.horizontal-menu:after {
	bottom: 55px;
}

.horizontal-menu.nav > li > a {
	padding: 0;
	color: #fff;
}
.horizontal-menu li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}

.horizontal-menu > li:last-child,
.horizontal-menu > li:first-child {
    padding: 0;
}
.horizontal-menu li a img:last-child {
	margin: 0 92px 0 80px;
}
.horizontal-menu img:first-child {
    margin: 0;
}

.horizontal-menu li > a:before,
.horizontal-menu li > a:after {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	margin: -13px auto;
	width: 40%;	
}
.horizontal-menu li > a:hover:after ,
.horizontal-menu li > a:hover:before {
	border-color: #fff;
}
.horizontal-menu > li > a:before {
	content: "";
	top: 25px;
	left: 0;
	right: 0;
	border-top: 1px solid transparent;
}
.horizontal-menu > li > a:after {
	content: "";
	bottom: 25px;
	left: 0;
	right: 0;
	border-bottom: 1px solid transparent;
}

.horizontal-menu li > a:hover:after,
.horizontal-menu li > a:hover:before {
	display: block;
}

.horizontal-menu li a:first-of-type {
	border: none;
}
.horizontal-menu .dropdown {
	background-color: transparent;
	border: 0;
}
/* Menu Dropdown */
.navbar-brand > img:hover {
	opacity: 0.7;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;	
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #000;
    color: #fff;
}
/*
.horizontal-menu .dropdown-menu > li > a:active,
.horizontal-menu .dropdown-menu > li > a:focus,
.horizontal-menu .dropdown-menu > li > a:hover,
.horizontal-menu .dropdown-menu,
.horizontal-menu .navbar-default .navbar-nav > .open > a,
.horizontal-menu .navbar-default .navbar-nav > .open > a:focus,
.horizontal-menu .navbar-default .navbar-nav > .open > a:hover {
    background-color: #000;
    color: #fff;
	text-decoration: none;
	width: 100%;
}
*/
/*.horizontal-menu .dropdown-menu > li {
	padding: 8px 0;
	margin: 0;
}*/

.horizontal-menu .dropdown-menu a:after,
.horizontal-menu .dropdown-menu a:before {
	margin: 0;
	left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40%;
	margin: 0 auto;
}

/* Header Social */
.header-social li {
	display: inline-block;
	text-decoration: none;
}
.header-menu-pop .header-social {
	display: inline-block;
	padding: 0;
}
.header-social li a:hover {
	color: #fff;
}
.header-social li a {
	color: #ccc;
	font-size: 40px;
	padding: 5px 25px;
	text-decoration: none;
}

/* Header Primary Menu */


.header-primary-menu .navbar-default,
.header-primary-menu {
	background-color: #000;
	color: #fff;
	border: none;
	position: relative;
	display: block;
}

/* ## Service Section */
.scrollbar {
	width:100%;
	max-width: 530px;
	height: 1px; 
	background-color: #ddd;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.scrollbar .handle {
    width: 80px;
    height: 20px;
    background: #222;
	padding: 5px 0;
	cursor: pointer;
	position: relative;
	top: -9px;
}
.scrollbar .handle::before {
	content:"";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #222;
	border-bottom: 10px solid transparent;
	position: absolute;
	left: -10px;
	top: 0;
}

.scrollbar .handle::after {
	width: 0;
	content:"";
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid #222;
	border-bottom: 10px solid transparent;
	position: absolute;
	right: -10px;
	top: 0;
}

.service-carousel{
	width: 100%; 
	padding: 0;
	max-height: 367px;
}
.service-carousel .service-slider { 
	margin: 0; 
	padding: 0; 
	height: 100%; 
	list-style: none; 
}
.service-carousel .service-slider li { 
	float: left; 
	margin: 0 5px 0 0;
	padding: 0;
	width: 375px;
}

/* ## service-section */
.service-section {
	background: #fff;
	padding-bottom: 150px;
}
.eye {
	margin-bottom: 10px;
}
.section-header {
	margin: 145px 0 70px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.section-header h3 {
	font-family: 'Lobster', cursive;
	font-size: 24px;
	text-align: center;
	margin: 0 auto;
	padding: 0 25px;
	position: relative;
	display: inline-block;
	text-transform: capitalize;
}
.section-header h3:before,
.section-header h3:after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #eee;  
	top: 0;
	width: 60px;
}
.section-header h3:before {
	right: 100%;
	top: 12px;
}
.section-header h3:after {
	left: 100%;
	top: 12px;
}
.section-header h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 60px;
	font-weight: 100;
	text-align: center;
	text-transform: lowercase;
	position: relative;
	margin: 0;
	padding: 15px 0;
}

.section-header .section-separator {
	position: relative;
	padding: 0 20px;
	display: inline-block;
}
.section-header .section-separator:before,
.section-header .section-separator:after {
	content: "";
	position: absolute; 
	border-bottom: 1px solid #eee;
	top: 0;
	width: 240px;
}
.section-header .section-separator:before {
	right: 100%;
	top: 12px;
}
.section-header .section-separator:after {
	left: 100%;
	top: 12px;
}

.service-box .section-separator i ,
.section-header .section-separator i {	
	font-size: 10px;	
	-webkit-transform: rotate(-45deg);	
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.section-header p {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #666;
	text-align: center;
	max-width: 770px;
	width: 100%;
	margin: 25px auto;
	line-height: 30px;
}

.service-box {
	position: relative;
	text-align: center;
	min-height: 280px;
}
.service-box h3 {
	font-family: 'Lobster',cursive;
	font-size: 24px;
	position: relative;
	margin-bottom: 0;
	color: #000;	
	margin-top: 28px;
}

.service-box .section-separator {
	position: relative;
	padding: 0 20px;
	display: inline-block;
	margin: 10px 0;
}

.service-box .section-separator:before,
.service-box .section-separator:after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #eee;
	top: 0;
	width: 85px;
}
.service-box .section-separator:before {
	right: 100%;
	top: 10px;
}
.service-box .section-separator:after {
	left: 100%;
	top: 10px;
}

.service-box  p {
	font-weight: 300;
	line-height: 30px;
	font-family: 'Raleway' ,sans-serif;
	color: #666;
}
.service-box a {
	font-family: 'Montserrat',sans-serif;
	padding: 12px 28px;
	border: 1px solid #eee;
	color: #000;	
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 70px;
	display: inline-block;
}
.service-box a:hover { 
	color: #fff;
	background-color: #000;
	border: 1px;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}

.service-section .owl-theme .owl-dots .owl-dot.active {
	background-color: #000;
	border-radius: 100%;	
}
.service-section .owl-theme .owl-controls {
	margin: 30px auto;
}

.partner-section  .owl-carousel .owl-item img,
.service-section  .owl-carousel .owl-item img {
	width: auto;
	text-align: center;
	display: inline-block;
}
/* ## Images Slider Section */

/* Slider Section */

.images-slider-section  {
	margin-bottom: 50px;
}
/* slide-s1 */
.images-slider-section .carousel-indicators.next-carousel{
	background-color: #fff;
    left: 0%;
	right: 0%;
	margin: 0 auto;
	bottom: 0;
	width: 7%;
	border-radius: 1px;
}
.images-slider-section .carousel-indicators.next-carousel li {
	background-color: #506a85;
	border: none;
	margin-top: 10px;
}
.images-slider-section .carousel-indicators.next-carousel li.active{
	background-color: #00bc9c;
}
.images-slider-section .carousel-caption.slide-s1.carousel-text{
	text-align: right;
	bottom: 20%;
	right: 10%;
}

.images-slider-section .carousel-caption.slide-s1.carousel-text h1 {
	display: inline-block;
	background-color: #506a85;
	font-size: 73px;
	padding: 10px 20px;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 5px;
	margin-top: 0;
	font-family: 'Montserrat', sans-serif;	
}
.images-slider-section .carousel-caption.slide-s1.carousel-text h3 {
	font-size: 24px;
	margin: 0px;
	font-family: 'Raleway' ,sans-serif;
}

/* slide-s2 */
.images-slider-section .carousel-caption.slide-s2.carousel-text {
	bottom: 27%;
}
.images-slider-section .carousel-caption.slide-s2.carousel-text h1 {
	font-size: 73px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.images-slider-section .carousel-caption.slide-s2.carousel-text h3 {
	font-size: 24px;
	color: #a3b1bf;
	margin: 0px;
	font-family: 'Raleway' ,sans-serif;
}

/* slide-s3 */
.images-slider-section .carousel-caption.slide-s3.carousel-text{
	text-align: right;
	bottom: 18%;
	right: 10%;
}
.images-slider-section .carousel-caption.slide-s3.carousel-text h1 {
	font-size: 78px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.images-slider-section .carousel-caption.slide-s3.carousel-text h3 {
	font-size: 24px;
	margin: 0px;
	font-family: 'Raleway' ,sans-serif;
}

/* slide-s4 */
.images-slider-section .carousel-caption.slide-s4.carousel-text{
	text-align: left;
	bottom: 18%;
	left: 10%;
}
.images-slider-section .carousel-caption.slide-s4.carousel-text h1{
	text-transform: uppercase;
	font-size: 73px;
	font-family: 'Montserrat', sans-serif;
	background-color: #506a85;
	display: inline-block;
	padding: 10px 40px;
	margin-bottom: 5px;
	margin-top: 0;
}
.images-slider-section .carousel-caption.slide-s4.carousel-text h3 {
	font-size: 24px;
	margin: 0px;
	color: #506a85;
	text-shadow: none;
	font-family: 'Raleway' ,sans-serif;
}

/* slide-s5 */
.images-slider-section.carousel-caption.slide-s5.carousel-text{
	bottom: 27%;
}
.images-slider-section .carousel-caption.slide-s5.carousel-text h1{
	font-size: 73px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.images-slider-section .carousel-caption.slide-s4.carousel-text h3{
	font-size: 24px;
	margin: 0px;
	color: #506a85;
	text-shadow: none;
	font-family: 'Raleway' ,sans-serif;
}
.images-slider-section .carousel-control {
	background-image: none;	
	width: 0;
	margin: 0 60px;
}

.images-slider-section .carousel-control .glyphicon-chevron-left,
.images-slider-section .carousel-control .glyphicon-chevron-right,
.images-slider-section .carousel-control .icon-next ,
.images-slider-section .carousel-control .icon-prev {
	background-color: #7f948d;
	border-radius: 2px;
	font-size: 27px;
}
.images-slider-section .item > img {
	max-width: 1920px;
}

/* Custom Control */
.about-temp-multipage {
	margin-top: 50px;
}

/* ## About Section */
.about-section {
	background-color: #111;
}

.about-section .left-part img {
	display: block;	
	max-width: 100%;
	height: auto;
}

.about-section .right-part {
	background: #111;
	color: #fff;
	padding: 5.6% 5%;
}

.about-section .right-part h3 {
	font-family: 'Lobster' ,cursive;
	font-size: 24px;
	color: #fff;
	text-transform: capitalize;
	margin-top: 0;	
}
.about-section .right-part h2 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 43px;
}
.about-section .right-part p {
	font-weight: 300;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 30px;
}

/* ## Video Section */
.video-section {
	position: relative;
	background-color: #fff;
	text-align: center;
	line-height: 0;
}
.video-section::before {
	content: "";
	background-color: rgba(0,0,0,0.3);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: inline-block;
	position: absolute;
}
.video-section video {
	height: auto;
	width: 100%;
}
.video-section .section-header {
	margin-bottom: 30px;
}
.video-section .video-heading {
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    top: 44%;
}
.video-section .video-heading h1 {
    font-family: "Raleway",sans-serif;
    font-size: 70px;
    font-weight: 100;
    margin: 0;
    position: relative;
    text-transform: lowercase;
}
.video-section .video-heading h3 {
    font-family: "Raleway",sans-serif;
    font-size: 40px;
}

/* ## Work Section */
.work-section {
	text-align: center;	
}

.work-section .section-header {
	background-color: #fff;
	padding-bottom: 23px;
	margin-top: 0;	
	margin-bottom: 0;
	padding-top: 150px;
}

.work-carousel.container-fluid {	
	position: relative;	
	padding: 0;	
}

.work-carousel:before {
	content: "";
	position: absolute;	
	height: 36.5%;
	width: 100%;
	left: 0;
	background-color: #fff;
	display: inline-block;
}

.work-slider .slides .slide-content {
	max-width: 100%;
	width: 900px;
	margin: 0 auto;
	position: relative;
}

.work-section .work-carousel  .work-slider .slide-content  iframe {
	width: 100%;
	height: 500px;
	border: none;
	margin: 0 auto;
	background-color: #f7f7f7;
}
.work-section .work-carousel  .work-slider  li img {
	width: auto;
	max-width: 970px;	
	max-height: 500px;
	border: none;
	margin: 0 auto;
	background-color: #f7f7f7;
}

.work-slider .flexslider {
	border-radius: 0;
	border: 0;
	background-color: transparent;
	margin-bottom: 70px;
}
.work-slider .flexslider:before {
	position: absolute;
	content: "";
	background-color: #000;
	height: 1px;
	display: inline-block;
	left: 15.5%;
	right: 15.5%;
	top: 200px;
}

/* Flex Slider Control */
.flex-direction-nav {
    bottom: 80px;
    left: 0;
    position: absolute;
    right: 0;
}

.work-section  .flex-direction-nav .flex-nav-prev .flex-prev {
	background: url("images/icon/lg-prev-arrow.png") no-repeat center;
	margin-left: 15px;
}
.work-section .flex-direction-nav .flex-nav-next .flex-next{
	background: url("images/icon/lg-next-arrow.png") no-repeat center;	
	margin-right: 15px;
}
.work-section .flex-nav-next  .flex-next,
.work-section .flex-nav-prev .flex-prev {
    line-height: 10px;
}
.work-section .flex-nav-next .flex-next {
    text-align: left;
}
.work-section .flex-nav-prev .flex-prev {
	text-align: right;
}
.work-slider .flex-direction-nav .flex-next:before ,
.work-slider .flex-direction-nav .flex-prev:before {
	content: "";
}
.work-slider .flex-direction-nav .flex-prev:after {
	content: "prev";
}
.work-slider .flex-direction-nav .flex-next:after {
	content: "next";
}

.work-slider .flexslider:hover .flex-direction-nav .flex-prev,
.work-slider .flex-direction-nav .flex-prev {
	left: 140px;
}

.work-slider .flexslider:hover .flex-direction-nav .flex-next,
.work-slider .flex-direction-nav .flex-next {
	right: 140px;
}
.work-slider .flex-direction-nav .flex-prev:after ,
.work-slider .flex-direction-nav .flex-next:after {
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	letter-spacing: 5px;
	color: #000;
}
.work-section .flex-direction-nav .flex-nav-next a,
.work-section  .flex-direction-nav .flex-nav-prev a {
	font-size: 0;
	width: 150px;	
}
.work-section .flex-direction-nav a {
	border: none;
	opacity: 1;	
}
.work-section .flex-nav-next a:hover,
.work-section .flex-nav-prev a:hover {
	color: #000;
	text-shadow: none;
}

/*  Flex Slider Thumb */
.work-thumb-carousel .flexslider {
	position: relative;
	background-color: #f7f7f7;
	border: 0;
	margin: 0 60px;
	border-radius: 0;
	clear: both;
}
.work-thumb-carousel .flexslider:before {
	position: absolute;
	content: "";
	background-color: #000;
	margin: 0 auto;
	height: 1px;
	width: 113%;	
	left: -125px;
	right: 0;
	top: 100px;
}
.work-thumb-carousel .flex-direction-nav {
	display: none;
}

.work-thumb-carousel .slides li {
	margin: 0 30px 0 auto;
	position: relative; 
}

.work-section .work-thumb-carousel .flexslider .slides li:hover:before {
    background: rgba(0, 0, 0, 0.7);
    content: "";   
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	-webkit-transition: all .5s ease-out 0.1s;
	-moz-transition: all .5s ease-out 0.1s;
	-o-transition: all .5s ease-out 0.1s;
	transition: all .5s ease-out 0.1s;
}
.work-section .work-thumb-carousel .flexslider .slides li:hover span:after {
	position: absolute;
	content: "view-full-project";
	left:0 ;
	right: 0;
	text-align: center;
	top: 130px;
	font-family: 'Montserrat', sans-serif;
	background: #000;
	padding: 15px 0;	
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}
.work-section .work-thumb-carousel .flexslider .slides li:hover span {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	top: 40px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	color: #fff;		
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}
.work-section .work-thumb-carousel .flexslider .slides img {
	max-height: 170px;
}
.work-section .work-thumb-carousel span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 14px;
	padding: 15px 0;
	background-color: #fff;
	color: #000;	
	display: block;
	text-transform: uppercase;
	max-width: 250px;
}

/* Button:: View All Work */
.work-section .btn-view-all-work {
	font-family: 'Lobster',cursive;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	border: 1px solid #fff;
	display: inline-block;
	color: #000;
	text-decoration: none;
	margin: 35px 0;
	padding: 14px 50px;
}
.work-section .btn-view-all-work:hover {
	background-color: #000;
	color: #fff;	
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}

/* ## Featured Work Section */
.skill-section,
.featured-work-section {
	background-color: #fff;
}

.featured-work-section .left-part {
	padding: 5.7% 5%;
}

.skill-section .left-part .item h3,
.featured-work-section .left-part .item h3 {
	font-family: 'Lobster' ,cursive;
	font-size: 24px;
	margin-top: 0;
	color: #000;
}

.skill-section .left-part .item h2,
.featured-work-section .left-part .item h2 {
	font-family: 'Montserrat' ,sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #000;
	margin-top: 25px;
}

.skill-section .left-part .item h4,
.featured-work-section .left-part .item h4 {
	font-family: 'Montserrat' ,sans-serif;
	font-size: 14px;
	color: #999;
	font-weight: 700;
	margin-bottom: 30px;
}

.skill-section .left-part .item,
.featured-work-section .left-part .item p {
	font-family: 'Raleway' ,sans-serif;
	font-weight: 300;
	line-height: 30px;
	margin-top: 28px;
	color: #666;
}

.skill-section .left-part .item a,
.featured-work-section .left-part .item a {
	display: inline-block;
	color: #000;
	font-family: 'Raleway' ,sans-serif;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 3px;
	text-decoration: none;
	margin-top: 25px;
}

.skill-section .left-part .item a img,
.featured-work-section .left-part .item a img {
	width: 40px;
	height: 15px;
	display: inline-block;
	color: #000;
	margin-left: 18px;	
}

.skill-section .left-part .carousel-control,
.featured-work-section .left-part .carousel-control {
	position: relative;
	width: 31px;
	display: inline-block;
	color: #000;
	text-shadow: none;
	opacity: 1;
	left: 0;
	background: none;
	top: 40px;
}
.controll-sperator {
	position: relative;
	top: 40px;
	margin: 0 8px;

}
/* ## What We Do Section */
.what-we-do-section {
	background: url("images/what-we-do/what-we-do-bg.jpg") no-repeat center center; 
	-webkit-background-size: cover;
    background-size: cover;
    color: #fff;
	position: relative;
	width: 100%;
	padding: 120px 0 77px 0;
}

.what-we-do-section:before {
	background-color: rgba(0, 0, 0, 0.8);
    content: "";   
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;	
}
.what-we-do-section .item:hover {
	opacity: 0.5;
	cursor: pointer;
}
.what-we-do-section .owl-carousel .owl-stage-outer {	
	text-align: center;
}

.what-we-do-section .owl-theme .owl-dots {
	margin-top: 50px;
}

.what-we-do-section .owl-theme .owl-dots .owl-dot.active span { 
	background-color: #fff;
}
.what-we-do-section .owl-theme .owl-dots .owl-dot span {
	border-radius: 0;		
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	border: 1px solid #ffffff;
	background: transparent;
}

.what-we-do-section .container  h3 {
	font-family: 'Lobster', cursive;
	font-size: 24px;
	margin-top: 30px;
	font-weight: 400;
}
.what-we-do-section .container  h4 {
	font-family: 'Raleway' ,sans-serif;
	margin-top: 20px;
	font-size: 16px;
}
.what-we-do-section .owl-carousel .owl-item img {
    margin: 0 auto;
    text-align: center;
    width: auto;
}

/* ## Blog Section */
.blog-section {
	background: #fff;
	text-align: center;
	padding-top: 20px;
}

.blog-section .view-blog {
	font-family: 'Lobster' ,cursive;
	font-size: 24px;
	padding: 16px 55px;
	border: 1px solid #000;
	text-align: center;
	display: inline-block;
	color: #000;
	text-decoration: none;
	margin-top: 28px;
	margin-bottom: 150px;
}

.blog-section .view-blog:hover {
	background-color: #000;
	color: #fff;
	transition: color 2s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}

/* ## Team Section */
.team-section {
	text-align: center;
}
.team-section .section-header {
	margin: 120px 0 70px;
}
.team-member{
	position: relative;
	/*min-height: 565px;	*/
}

.team-box {
	position: relative;
	padding-bottom: 52px;
}

.team-member:before,
.team-member:after {
	content: "";
	background-color: #000;
	margin: 0 auto;
	height: 1px;
	/*width: 75%;*/
	left: 12.5%;
	right: 12.5%;
	position: absolute;
}

.team-member:after {
	bottom: 150px;
}

.team-member:before {
	top: 100px;
}

.team-member .container > [class*="col-"] {
    position: relative;
    z-index: 1;
}

.team-image-box {
	position: relative;
	display: block;
}
.team-image-box::after {
	content: "";
	border: 1px solid #fff;
	top: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 30px;
	z-index: 1;
	display: inline-block;
}

.team-box:hover .team-image-box::after {
	border: none;
}

.team-box .team-image-box::before {
	content: "";
	border: 30px solid transparent;
	transition: opacity 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.team-box:hover .team-image-box::before {
	border-color: rgba(0,0,0,0.8);
	margin: 0;
	content: "";
	z-index: 1;
	transition: opacity 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
}
.team-member .team-box h3 {
	font-family: 'Lobster', sans-serif;
	font-size: 36px;
	color: #fff;
	margin: 0;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0px;
	padding-top: 25px;
	transition: opacity 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
}
.team-member .team-box:hover h3 {
	background: rgba(0,0,0,0.8);
	color: #fff;
	/*margin-bottom: -17px;*/
	transition: opacity 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	bottom: 30px;
}
.team-member .team-box span {
	font-family: 'Raleway' ,sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 0;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	opacity: 0;
	transition: opacity 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
}

.team-member .team-box:hover span  {
	height: auto;	
	opacity: 1;
}

.team-member .team-social {
	background-color: #fff;
	display: inline-block;
	padding: 15px 20px;
	opacity: 0;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin-bottom: 0;
	z-index: -1;
	transition: opacity 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
}


.team-member .team-box:hover .team-social {
	opacity: 1;
	z-index: 1;
	transition: opacity 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	bottom: 0;
}

.team-member .team-social li {
	list-style: none;
	display: inline-block;
	color: #9A9A9A;
	padding: 0 10px;
}
.team-member .team-social li a {
	color: #9A9A9A;
}
.team-member .team-social li > a:hover {
	color: #000;
}
.team-member .team-social li a i { 
	font-size: 18px;
}

/* ## Skill Section */
.skill-section {
	color: #f7f7f7;
	margin-top: 80px;
}

.skill-section .no-section-header {
	padding: 100px 0;
}

.our-skill-title {
	font-size: 24px;
	font-weight: 600;
}

.our-skill-description { 
	font-size: 13px;
	margin-bottom: 20px;
}

.skill-block {
	display: inline-block;
	position: relative;
	margin: 35px 0;
	position: relative;
}
.skill-block .skill-content:after {
	background-image: url("images/statistics/circle.png");
	display: inline-block;
	content: "";
	height: 200px;
	width: 200px;
	position: absolute;
	left: -20px;
	top: -20px;
}

.skill-block canvas {
	padding: 10px 0;
	position: relative;
}

.skill-block:hover .skill-content:after {
	background-image: url("images/statistics/circleh.png");
}
.ci:after {
	content: "%";
	padding-left: 5px;
}

.skill-content {
	display: block;
	text-align: center;
	border-radius: 100%;
	/*border: 1px solid #ddd;*/
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	height: 160px;
	width: 160px;
	margin: 0 auto;
	padding: 35px 0;	
}

.skill {
	font-family: 'Lobster', cursive;
	width: 100%;
	text-align: center;	
	font-size: 36px;
	font-weight: 900;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

.skill-link {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	text-align: center;
	color: #fff;
	font-weight: 300;
	display: block;
	text-decoration: none;
	left: 15px;
	right: 0;	
}

.skill-link:hover {
	color: #fff;
	text-decoration: none;
}

.skill-section .col-md-5 img {
	width: auto; 
}

.skill-section .left-part {
	background: #fff;
	padding: 4% 5%;
}

.skill-section .right-part {
	position: relative;
	background-image: url('images/photography/photogrphy.jpg');
	background-size: cover;
	min-height: 575px;
}

.skill-section .right-part:before { 
	background-color: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;	
}

.skill-section .right-part .skill-progress {
	position: relative;
	/*top: 10%;
	left: 0;
	right: 0;
	bottom: 0;*/
	text-align: center;
	display:  inline-block;
	padding: 30px 0 20px;
	width: 100%;
}

.skill-section .right-part .skill-progress .skill-box:before { 
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 100px;
	width: 100px;
	height: 100px;	
	position: absolute;
}

.skill-section .right-part .skill-progress .skill-box { 
	border-radius: 100%;
	border-width: 30px;
	color: #000;
	padding: 50px;
}

.skill-section .right-part .skill-progress .skill-box a { 
	font-family: 'Raleway' ,sans-serif;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
}

.skill-section .right-part .skill-progress .skill-box > h3 { 
	color: #fff;
	font-family: 'Lobster',cursive;
	font-size: 36px;	
}

/* ## join  Team Section */

.join-team-section {
    background-color: #fff;
}
.join-team-section .join-team {
	padding: 6% 5%;
	text-align: center;
}

.join-team-section .join-team h1 { 
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 100px;
	font-weight: 700;
	margin: 0;
}
.join-team-section .join-team span {  
	font-family: 'Lobster', cursive;
	font-size: 60px;
	font-weight: 700;
	position: relative;
	padding: 0 40px;
}
.join-team-section .join-team span:before,
.join-team-section .join-team span:after {
	content: "";
	position: absolute; 
	border: 1px solid #000;  
	top: 0;
	width: 200px;	
}
.join-team-section .join-team span:before {
	right: 100%;
	top: 30px;
}
.join-team-section .join-team span:after {
	left: 100%;
	top: 30px;
}

/* ## Statistics Section */
.statistics-section {
	background: url("images/statistics/statistics.jpg") no-repeat center center; 
	padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
	position: relative;
	width: 100%;
	display: inline-block;
	height: 400px;
	text-align: center;
	margin: 0 auto;	
}

.statistics-section:before {
	background-color: rgba(0, 0, 0, 0.8);
    content: "";   
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.statistics-box > span {
    color: #fff;
	font-family: 'Lobster', cursive;
    font-size: 48px;
    font-weight: 900;
    line-height: 80px;
	position: relative;
	display: block;
}

.statistics-box h3 {
	margin-top: 0;
}

.statistics-box h3 span {
	position: relative;
	top: 10px;
	color: #fff;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
}

.statistics-icon > img {
    display: inline-block;
    max-height: 30px;
}

.statistics-section .statistics-box {
	padding: 100px 0;
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 42px;
}

/* ## Testimonial Section */

.testimonial-section {
	text-align: center;
	position: relative;
	padding-bottom: 140px;
	background: #fff;
	margin-top: -5px;
}

.testimonial-section  span {
	position: relative;
	padding: 0 85px;
}

.testimonial-section  span:before,
.testimonial-section  span:after {
	content: "";
	position: absolute; 
	border-bottom: 1px solid #eee;  
	top: 0;
	width: 350px;
}
.testimonial-section  span:before {
	right: 100%;
	top: 5px;
}
.testimonial-section span:after {
	left: 100%;
	top: 5px;
}

.testimonial-section span  i {	
	font-size: 50px;	
}

.testimonial-section .carousel-control {
	position: relative;
	top: -120px;
	left: -80px;
	text-shadow: none;
	opacity: 1;
	text-shadow: none;
	color: #000;
	font-size: 25px;	
	text-align: center;
}

.testimonial-section .carousel-control.right,
.testimonial-section .carousel-control.left {
	background: none;
}
.testimonial-section .right {
	left: 80px;
	right: 0;
}

.testimonial-section  .carousel-inner {
	text-align: center;
	margin: 0 auto;
}
.testimonial-section  .carousel-inner p {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 30px;
	line-height: 40px;
	color: #222;
	margin-top: 30px;
	text-align: center;
}
.testimonial-section .carousel-inner img {
	border-radius: 100%;
	text-align: center;
	height: 120px;
	width: 120px;
	margin: 0 auto;
	margin-top: 40px;
}
.testimonial-section .carousel-inner img:hover {
	opacity: 0.7;
}
.testimonial-section .carousel-inner h3 {
	font-family: 'Montserrat' ,sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
}

/* ## Partner Section */
.partner-section {
	position: relative;
	padding: 100px 0;
}

.partner-section .item {
	border-right : 1px solid #ddd;
	padding-right: 5%;
	margin-right: -1%;	
	text-align: center;
}

.partner-section .item img:hover {
    opacity: 0.7;
}

.partner-section > .col-md-10 {
    float: none;
    margin: 0 auto;
	text-align: center;
}

/* ## Subscribe Section */

.subscribe-section {
	text-align: center;
	background: url("images/subscribe/subscibe-bg.jpg") no-repeat center center; 
	padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
	position: relative;
	width: 100%;
	display: inline-block;
	height: auto;
}

.subscribe-section:before {
	background-color: rgba(0, 0, 0, 0.8);
    content: "";   
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.subscribe-section .section-header {
	margin-bottom: 30px;
}

.subscribe-section .section-header h3 {
	color: #fff;
	font-family: 'Raleway',sans-serif;
	font-weight: 100;
	font-size: 60px;
	display: block;
	text-transform: lowercase;
}

.subscribe-section .section-header h3:before,
.subscribe-section .section-header h3:after {
	border: 0;
}

.subscribe-section .section-header .section-separator:before,
.subscribe-section .section-header .section-separator:after {
	border-bottom: 1px solid #2d3130;
}

.subscribe-section .section-header p {
	color: #fff;
	display: block;
}

.subscribe-section .subscribe-newsletter-form {
	margin-bottom: 120px;
}

.subscribe-section .subscribe-newsletter-form input:focus {
	border: 1px solid #fff;
	box-shadow: none;
}

.subscribe-section .subscribe-newsletter-form input {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 300;
	background-color: transparent;
	color: #fff;
	border: 0;
	border-bottom: 1px solid rgb(70, 73, 73);
	display: inline-block;	
	border-radius: 0;
	min-height: 50px;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}

.subscribe-section .subscribe-newsletter-form input[type="submit"]:hover {
	background-color: #fff;
	color: #000;
}

.subscribe-section .subscribe-newsletter-form input[type="submit"] {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 50px;
	border: 1px solid #fff;
	display: inline-block;
	margin-top: 30px;	
}


.subscribe-section .subscribe-newsletter-form input:focus {
	border: 1px solid rgb(70, 73, 73);
}

.subscribe-section .subscribe-newsletter-form  input::-moz-placeholder,
.subscribe-section .subscribe-newsletter-form  input:-moz-placeholder {
   color: rgb(255, 255, 255);
}


/* ## Price Section */
.price-section {
	background-color: #fff;
	padding-bottom: 5%;
	/*padding: 0 17% 5%;*/
}

.price-box > [class*="col-"] {
	margin: 0 auto;
	position: relative;
}
.price-section .price-table {
	padding: 40px 0px;
	background-color: #f7f7f7;
	text-align: center;
	width: 100%;
	z-index: 1;	
	margin-bottom: 20px;
	transition: opacity 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
	display: inline-block;
	position: relative;
}

.price-section .price-table > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
}

.price-section .price-table:hover > img {
	opacity: 1;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
}

.price-section .price-table:hover {
	/*background-image: url("images/price/price-section-bg.jpg");*/
	position: relative;	
    transition: background-color 500ms ease-out 1s;
	-webkit-transition: background-color 500ms ease-out 1s;
    -moz-transition: background-color 500ms ease-out 1s;
    -o-transition: background-color 500ms ease-out 1s;
}

.price-section .price-table::before {
	background-color: rgba(0, 0, 0, 0.6);
	content: "";   
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	z-index: 1;
	opacity: 0;
}

.price-section .price-table:hover::before {
	opacity: 1;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
}
.price-box{
	position: relative;
}

.price-box:before,
.price-box:after {
	content: "";
	background-color: #000;
	margin: 0 auto;
	height: 1px;
	position: absolute;
	left: -10%;
	right: -10%;
	display: inline-block;
}

.price-box:after {
	bottom: -120px;
}

.price-box:before {
	top: 540px;
}

.price-section .price-table:after {
	content: "";
	border: 1px solid #fff;
	top: 118px;
	position: absolute;
	left: 19px;
	right: 19px;
	bottom: 66px;
	padding: 20px;	
}

.price-section .price-table .price-tag {	
	position: relative;	
	border-radius: 100%;
	background-color: #222;
	color: #fff;	
	height: 150px;
	width: 150px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 5px;
	display: inline-block;
	transition: opacity 0.5s;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
}

.price-section .price-table:hover a {
	background-color: #fff;
	color: #000;	
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
}

.price-section .price-table .price-tag,
.price-section .price-table h3,
.price-section .price-table .price-tag h1,
.price-section .price-table ul li {
	z-index: 2;
}

.price-section .price-table:hover h3,
.price-section .price-table:hover ul li {
	color: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
}

.price-section .price-table .price-tag h1 {
	font-family: 'Lobster' ,cursive;
	font-size: 48px;
	position: absolute;
	display: block;
	text-align: center;
	top: 15px;
	left: 0;
	right: 0;
}

.price-section .price-table .price-tag h1 > span {
	font-size: 16px;
	font-family: 'Montserrat',sans-serif;
	font-weight: 700;
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;	
}

.price-section .price-table h3 {
	font-family: 'Lobster', cursive;
	font-size: 34px;
	position: relative;
	margin-bottom: 35px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
}
.price-section .price-table:hover h3 {
	color: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
}

.price-section .price-table ul {
	padding: 0;	
}

.price-section .price-table ul li {
	list-style: none;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: 35px;
	display: block;
	position: relative;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
}
.price-section .price-table:hover ul li {
	color: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
}

.price-section .price-table > a {
	font-family: 'Lobster', cursive;
	font-size: 18px;
	padding: 15px 45px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	display: inline-block;
    position: relative;
	z-index: 2;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
}

.price-section .price-table:hover .price-tag {
	background-color: #fff;
	color: #000;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
}

/* ## Map Section */

.map{
	position: relative;
}

.map-canvas {
    border: medium none;
    height: 500px;
    width: 100%;	
}

/* ## Contact Section */
.contact-section {
	background: url("images/contact/contact-fom-bg.jpg") no-repeat center center;
	position: relative;
	text-align: center;
	padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
	color: #fff;
	position: relative;
	width: 100%;
	display: inline-block;
	min-height: 915px;	
}

.contact-section .contact-form {
	margin-top: 30px;
}
.contact-section .section-header h1 {
	padding: 0;
}
.contact-section .section-header .section-separator:before,
.contact-section .section-header .section-separator:after,
.contact-section .section-header h3:before,
.contact-section .section-header h3:after {
	border: 1px solid #353535;
}
.contact-section:before {
	background-color: rgba(0, 0, 0, 0.8);
    content: "";   
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.contact-section .section-header {
	margin-top: 140px;
	margin-bottom: 0;
	display: inline-block;
}

.subscribe-section .section-header p,
.contact-section .section-header p{
	color: #fff;
	position: relative;
}

.contact-section .contact-form textarea,
.contact-section .contact-form .form-control {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 18px;
	text-transform: capitalize;
	color: #fff;
	border: none;
	background-color: transparent;
	text-align: left;
	width: 100%;
	display: inline-block;
	box-shadow: none;
	border-radius: 0;
}

.contact-section .contact-form .form-control {
	min-height: 52px;
	border: 1px solid transparent;
	border-bottom-color: #494949;
}

.contact-section .contact-form textarea {
	padding: 10px;
	margin-top: 15px;
	border: 1px solid transparent;
	border-bottom-color: #494949;
	outline: none;
	box-shadow: none;
}

.contact-section .contact-form textarea:focus,
.contact-section .contact-form .form-control:focus {
    border-color: #494949;
	box-shadow: none;
}

.contact-section .contact-form  .form-control::-webkit-input-placeholder,
.contact-section .contact-form  textarea::-webkit-input-placeholder {
   color: #fff;
}

.contact-section .contact-form  .form-control:-moz-placeholder,
.contact-section .contact-form  textarea:-moz-placeholder {
	color: #fff;
}

.contact-section .contact-form  .form-control::-moz-placeholder,
.contact-section .contact-form  textarea::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.contact-section .contact-form  .form-control:-ms-input-placeholder,
.contact-section .contact-form  textarea:-ms-input-placeholder {
   color: #fff;
}
/*
.contact-section .contact-form  textarea:-moz-placeholder,
.contact-section .contact-form  input::-moz-placeholder,
.contact-section .contact-form  textarea:-moz-placeholder,
.contact-section .contact-form  input:-ms-input-placeholder,
.contact-section .contact-form  textarea:-ms-input-placeholder {
   color: #fff;
}*/

.contact-section .contact-form input[type="submit"]:active,
.leave-comment .contact-form input[type="submit"]:active {
	opacity: 0.5;
	box-shadow: 0 2px 0 transparent;
	transform: translateY(3px);
	background-color: transparent;
	border: none;
	outline: none;
}

.contact-section .contact-form input[type="submit"] {
	font-family: 'Lobster', cursive;
	font-size: 60px;
	color: #fff;
	margin-top: 20px;
	position: relative;
	text-decoration: none;
	text-align: center;
	clear: both;
	display: inline-block;
	background-color: transparent;
	text-transform: capitalize;
	border: none;
	padding: 10px 25px;
	line-height: 55px;
	outline: none;
}

.contact-section .contact-form input[type="submit"]:hover {
	background-color: #fff;
	color: #000;
}

.alert-msg {
	color: #ccc;
	display: inline-block;
	width: 100%;
	margin: 10px 18px;
	position: relative;
	text-align: left;
	z-index: 1;
}

.alert-msg-success {
	color: #50B948;
}

.alert-msg-failure {
	color: #FF0000;
}

/* ## Footer Section */
.footer-section {
	background: #f7f7f7;
	display: inline-block;	
	width: 100%;	
}

.footer-section .footer-content {
	text-align: center;
	display: block;
	margin: 0 auto;
}

.footer-section .logo img{
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0 0;
	position: relative;
}

.footer-section .footer-content .social-icons  ul {
	border: 1px solid #000;
	text-align: center;
	margin: 0 auto;
	float: none;
	display: inline-block;
	padding-left: 0;
}

.footer-section .footer-content .social-icons ul li:last-child  {
	border-right: 0;
	margin-right: 0;
}

.footer-section .footer-content .social-icons ul li  {
	color: #000;
	font-size: 20px;	
	display: inline-block;
	width: 50px;
	height: 50px;
	padding: 10px;	
	list-style: none;
	margin-right: -5px;
	border-right: 1px solid #000;
}

.footer-section .footer-content .social-icons {	
	margin: 40px 0;
}

.footer-section .footer-content .social-icons  ul li  a {
	color: #000;
}
.footer-section .footer-content .social-icons  ul li:hover {
	background: #000;
	transition: background-color 0.5s ease-in-out;
}
.footer-section .footer-content .social-icons  ul li:hover a {
	color: #fff;
	transition: color 1s ease-in-out;
}
.copy-right {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 55px;
	text-transform: uppercase;
}

/* ## Page Banner */

.page-banner {
	position: relative;
}
.page-banner > img {
	width: 100%;
	padding: 0;
	margin: 0;
}

.page-banner .banner-title{
	position: absolute;
	left: 0;
	right: 0;
	top: 10%;
}

.page-banner .banner-title p span {
	display: block;
	font-size: 72px;
	font-weight: 700;
	text-transform: uppercase;	
	text-align: center;
	color: #000;	
	line-height: 83px;
}
.banner-title img {
	position: absolute;	
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	bottom: -30%;
}

.page-banner .site-header {
	position: absolute;
	top: 40%;
}
.page-banner .site-header .logo img {	
	left: 50px;
}
.page-banner .site-header .menu-icon i {
	right: 50px;
}
.page-banner .site-header .menu-icon i,
.page-banner .site-header .logo img{	
	position: absolute;
	top: 43%;	
	color: #000;
	font-size: 45px;
}

/* ## Page Content */
.page-content {
	background-color: #fff;
	display: block;
}

.page-content .container {
	padding-top: 50px;
	padding-bottom: 140px;
}

.page-content .container .col-md-8 {
	display: inline-block;
}

/* Blog Post */

.blog-post {
	text-align: left;
	margin-bottom: 30px;
	background-color: #f7f7f7;
	padding-bottom: 30px;
}

.page-content .col-md-12 .entry-title a {
	color: #000;
	font-family: 'Montserrat',sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin-left: 30px;
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
}

.entry-title a {
	color: #000;
	font-family: 'Montserrat',sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-left: 30px;
	text-decoration: none;
}
.entry-title > a:hover {
    color: #777;
}

.entry-meta {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 10px;
	letter-spacing: 2px;
	color: #999;
	text-transform: uppercase;
	margin-left: 30px;
}

.entry-meta a {
	color: #999;
	text-decoration: none;
}

.entry-meta span i {
	color: #000;
	font-size: 12px;
	margin-right: 5px;
}

.entry-meta span:after {
	content: "|";
	padding: 0 8px;
	color: #b2b2b2;
}

.entry-meta span:last-child:after {
	content: "";
	padding-right: 0;
}

.page-content .col-md-12 .entry-content {
	padding-bottom: 0;
}

.entry-content {
	margin: 0 20px 0 30px;
	padding-bottom: 30px;
}

.entry-content p {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #666;
	margin-top: 28px;
	font-weight: 300;
}

.entry-content .read-more {	
	display: inline-block;	
}
.entry-content a:hover {
	color: #000;
}
.entry-content a {
	font-family: 'Lobster', cursive;
	font-size: 18px;
	color: #454545;
	margin-top: 8px;
	margin-bottom: 30px;
	text-decoration: none;
}

/* Pagination */

.page-content .pagination {
	margin: 20px 0 145px 10px;
	font-family: 'Lobster', cursive;	
}

.pagination img {
    margin-left: 5px;
}

.page-content .pagination > li > a {
	font-size: 36px;
	font-style: italic;
	font-weight: 500;
	color: #999;
	border: none;
	font-size: 16px;
	padding: 5px;
}

.page-content .pagination > li > span:hover,
.page-content .pagination > li > a:focus,
.page-content .pagination > li > a:hover {
	background: transparent;
	color: #000;
}

/* Widget Area */

.widget-area .search-widget .input-group input {
	background: #f7f7f7;
	border: none;
	border-radius: 0;
	transition: none;
	box-shadow: none;
	font-size: 18px;
	color: #000;
	padding: 15px 25px;
	height: 50px;
	font-family: 'Raleway',sans-serif;
	font-weight: 300;
	z-index: 1;
}

.widget-area .search-widget .input-group .form-control::-webkit-input-placeholder{
	color: #000;
}
.widget-area .search-widget .input-group .form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
	font-family: 'Raleway',sans-serif;
	font-weight: 300;	
}

.widget-area .search-widget .input-group .btn {
	background: #f7f7f7;
	border-radius: 0;
	height: 50px;
	z-index: 1;
}

.widget-area .search-widget .input-group i {
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	font-size: 18px;
	color: #222;
	padding: 2px;
}

/* Categories Widget */

.tag-cloud .widget-title,
.latest-posts .widget-title,
.instagram-widget .widget-title,
.categories-widget .widget-title {
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	padding-top: 5px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 15px;
}

.categories-widget {
	width: 100%;
	margin-top: 35px;
	padding-bottom: 15px;
}

.categories-widget .main-navigation{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #222;
	background: #f7f7f7;
	display: inline-block;
	width: 100%;
	padding: 18px;
	line-height: 35px;
	list-style: none;
}

.categories-widget .main-navigation li ul {
	list-style: none;
}

.categories-widget .main-navigation li a:hover {
	font-size: 16px;
	font-weight: 400;
	transition: color 0.5s ease-in-out;
}

.categories-widget .main-navigation li a {
	color: #000;
	list-style: none;
	font-size: 16px;	
	text-decoration: none;
	position: relative;
	padding: 15px 0;
	font-weight: 300;
}

.categories-widget .main-navigation ul li a:before {
	content: url('images/dash.png');
	position: absolute;
	top: 2px;
	left: -20px;	
}

.categories-widget .main-navigation ul li a {
	color: #000;
	list-style: none;
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;	
}

/* Instagram Widget */
.widget-area .instagram-widget .instagram-thumb {
	background: #f7f7f7;
	display: inline-block;
	padding: 20px 0 5px 23px;
	width: auto;
	margin-bottom: 25px;
}

.widget-area .instagram-thumb .col-md-3 {
	width: auto;
	display: inline-block;
}
.widget-area .instagram-thumb .col-md-3 img {
	height: 67px;	
	max-width: 100%;
}

.latest-posts .latest-posts-inner .media .media-object:hover,
.entry-cover img:hover,
.widget-area .instagram-thumb .col-md-3 img:hover {
	opacity: 0.7;
}

.widget-area .instagram-thumb li {
	display: inline-block;
    margin-bottom: 18px;
    padding: 0;
    text-decoration: none;
	margin-right: 12px;
}

/* Latest Posts */

.latest-posts {
	margin-bottom: 30px;
}

.latest-posts .latest-posts-inner {
	background: #f7f7f7;
	padding: 10px 20px;
	margin-bottom: -5px;
}
.latest-posts .latest-posts-inner:first-child {
	padding-top: 20px;
	background-color: #f2f2f2;
}
.latest-posts .latest-posts-inner:last-child {
	padding-bottom: 20px;	
}

.latest-posts .latest-posts-inner .media .media-body {
	width: 220px;
	padding-top: 20px;	
}

.latest-posts .latest-posts-inner .media .media-object{
	height: 70px;
}

.latest-posts .latest-posts-inner .media .media-left {
	color: #000;
	width: 80px;
}

.latest-posts .latest-posts-inner .media .media-body .media-heading {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	width: 100%;
}
.media-heading > a {
    color: #000;
    text-decoration: none;
}
.latest-posts .latest-posts-inner .media {
	background: #fff;
}

/* Tag Cloud */
.tag-cloud .tag-cloud-inner {
	background: #f7f7f7;
	padding: 15px 15px 5px 20px;
	display: inline-block;
}

.tag-cloud .tag-cloud-inner a{
	font-family: 'Raleway', sans-serif;
	color: #222;
	font-size: 16px;
	padding: 8px 16px;
	background: #fff;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}
.tag-cloud .tag-cloud-inner a:hover {
	background: #000;
	color: #fff;
	transition: color 1s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}

/* ## Single Header Section */
.single-header-section .site-header {
	position: relative;
}

.single-header-section .fa.fa-bars {
	color: #000;
	float: right;
	font-size: 35px;
	position: relative;		
}

.single-header-section {
	display: block;
	margin: 40px 50px;
}
.single-header-section img {
	float: left;
}

.comment .leave-comment:hover {
	background-color: #000;
	color: #fff;
	font-weight: 500;
}
	
.single-post {
	display: inline-block;
}
.single-blog-content {
	background-color: #fff;
	padding: 130px 0;
	position: relative;
}

.entry-cover > img {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
}

.single-blog-post-list {
	background-color: #f7f7f7;
	text-align: center;
	margin-top: 320px;
}
.single-post .entry-title {
	color: #000;
	font-weight: 700;
	font-family: 'Lobster', cursive;
	font-size: 48px;
	text-align: center;
	padding: 12px 0;
	margin-top: 100px;
}
.media-left > img:hover {
	opacity: 0.7;
}
.single-post .entry-content {
	font-weight: 300;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	color: #666;
	line-height: 30px;
	margin-top: 30px;
	margin: 0 60px 0 90px;
	margin-bottom: 30px;
	text-align: left;
}

.single-post .entry-tag {
	padding-bottom: 45px;
	text-align: left;
	margin-left: 90px;	
}

.single-post .entry-tag a:hover {
	color: #000;
}
.single-post .entry-tag a {
	color: #666;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.single-post .entry-tag .tags {
	color: #000;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	display: inline-block;
	margin-right: 30px;
	text-align: left;
}
.privous-next .pager li > .next > span,
.privous-next .pager li > .next > span:hover ,
.privous-next .pager li > .next > span,
.privous-next .pager li > .prev > span:hover {
	font-size: 20px;		
}

.privous-next {
	padding: 10px 0;
	display: block;
}

.privous-next .pager li > a,
.privous-next .pager li > span {
	padding: 0;
}

.privous-next  .pager li > a:focus,
.privous-next  .pager li > a:hover{
	background: transparent;
}

.privous-next  .pager li > a {
	border: 0;
	border-radius: 0;	
	display: block;
}

.privous-next  .pager li > .next > span ,
.privous-next  .pager li > .prev > span {
	color: #000;
	letter-spacing: 5px;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;	
	display: inline-block;
	position: relative;
}

.privous-next .pager .prev ,
.privous-next .pager .prev img{
	float: left;	
}

.privous-next .pager .next,
.privous-next .pager .next img{
	float: right;
}
.privous-next .pager .prev span {
	position: absolute;
	top: -8px;
	left: -50px;
	
}
.privous-next .pager .next span {
	position: absolute;
	top: -8px;
	right: -55px;
}

.entry-footer {
	background-color: #f7f7f7;
	padding: 25px 30px;
	margin-bottom: 40px;
	position: relative;
}

.entry-footer .media-left {
    left: 0;
    padding-left: 20px;
    padding-right: 50px;
    position: absolute;
    top: 25px;
}

.entry-footer .media-body {
    display: inline-block;
    max-width: 100%;
    padding-left: 165px;
}

.entry-footer .media-heading {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;	
}
.entry-footer .media-left {
	padding-right: 20px;
}
.entry-footer .media-body p {
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 25px;
	margin-top: 8px;
	padding-right: 40px;
}

.all-social {
	padding: 0;
	margin-top: 28px;
}
.all-social li {
	display: inline-block;
}
.all-social i {
	font-size: 20px;
	color: #000;
	padding: 5px 25px 5px 0;
}

.entry-footer .all-social li i:hover{
	color: #fff;
}

/* Comment */
.comment h3 {
	font-size: 30px;
	font-weight: 500;
	font-family: 'Lobster', cursive;
	color: #000;
	display: inline-block;
	margin-top: 25px;
}

.comment .comment-heading {
	display: inline-block;
	width: 100%;
}

.comment .leave-comment {
	float: right;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	background-color: #fff;
	color: #000;
	padding: 20px 40px;
	border: 1px solid #eee;
	margin-top: 20px;
}

.comment .media {
	background-color: #f7f7f7;	
	border: 11px solid #f7f7f8;
	position: relative;
	overflow: visible;
}

.comment .media-list {
	margin-top: 30px;
}
.comment .media-left,
.comment .media > .pull-left {
    padding-right: 0;
}
.comment .media-heading {
	background-color: #fff;
	padding: 10px 30px 10px 60px;
}

.comment .media-list .media-left .media-object-1,
.comment .media-list .media-left .media-object-2,
.comment .media-list .media-left .media-object-3 {
	position: absolute;	
	left: -30px;
}

.comment .media-list .media-left .media-object-1,
.comment .media-list .media-left .media-object-2 {
	top: 25px;
}

.comment .media-list .media-left .media-object-3 {
	bottom: 30px;
}

.comment .media-list .media .media-body > .media-list {
	margin-left: 60px;	
}
.media-left > a:hover {
	opacity: 0.7;
}

.comment .media-heading span {
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-transform: capitalize;	
}

.comment .media-list .media-body p {
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Raleway' ,sans-serif;
	margin: 15px 0 35px 60px;
}

/* Leave Comment */
.leave-comment {
	font-weight: 700;
	font-size: 14px;
	background: transparent;
	font-family: 'Montserrat', sans-serif;
	opacity: 1;
	margin-top: 70px;
	margin-left: -20px;
}

.leave-comment  .contact-form input:-moz-placeholder { /* Firefox 18- */
   color: #000;   
}

.leave-comment  .contact-form textarea::-moz-placeholder ,
.leave-comment  .contact-form input::-moz-placeholder {  /* Firefox 19+ */
   color: #000;	
   opacity: 1;   
}
.leave-comment form .form-group{
	margin-bottom: 0;
}

.leave-comment form {
	margin-top: 40px;
}

.leave-comment .contact-form {
	display: block;
	margin-top: 40px;
}

.leave-comment .section-title {
	display: inline-block;
	font-family: 'Lobster', cursive;
	font-size: 30px;
}
.comment .media-heading a{
	color: #000;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.comment .media-heading span::after {
	content: "|";
	padding: 0 5px;
}

.comment .media-heading > span:last-of-type::after {
    content: "";
}

.leave-comment  .contact-form input {
	height: 60px;
}

.leave-comment  .contact-form textarea,
.leave-comment  .contact-form input{
	border: 0;	
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #000;
	padding: 0;
	color: #000;
	width: 100%;
	display: inline-block;
	font-family: 'Raleway' ,sans-serif;
	font-size: 18px;
	font-weight: 300;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	padding: 10px 15px;
}

.leave-comment  .contact-form textarea:focus,
.leave-comment  .contact-form input:focus{
	border-color: #000;
}

.leave-comment  .contact-form textarea {
	padding: 34px 20px;	 
	margin-top: 20px;
	outline: none;
	box-shadow: none;
}

.leave-comment .contact-form input[type="submit"] {
	color: #000;
	text-transform: uppercase;
	background: transparent;
	display: inline-block;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	border-bottom: none;
	text-align: center;	
	margin-top: 17px;
	border: none;
}

/* ## Portfolio-2 Section */

.portfolio-2-section,
.portfolio-section {
	background-color: #fff;
	padding: 140px 0;
	text-align: center;	
}

.portfolio-2-section .section-header,
.portfolio-section .section-header {
	margin: 0;
}

.portfolio-2-section > h3,
.portfolio-section > h3{
	font-family: 'Lobster', cursive;
	font-size: 60px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.portfolio-section .grid-item a:hover {
	transition: opacity 0.5s ease 0s;
	-webkit-transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s;
}

.portfolio-section .grid-item a:hover {
	opacity: 0.5;
}

.portfolio-section .portfolio-categories {
	text-align: center;
	padding-left: 0;
	margin-bottom: 50px;
}

.portfolio-section .portfolio-categories li {
	display: inline-block;
	margin: 0 17px;
}

.portfolio-section .portfolio-categories li a {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color: #8d8d8d;
	text-transform: capitalize;
	text-decoration: none;
	position: relative;
}

.portfolio-section .portfolio-categories li a.active,
.portfolio-section .portfolio-categories li a:hover,
.portfolio-section .portfolio-categories li a:focus {
	color: #000;
}

.item-content {
	background-color: #eeeeee;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    display: table;
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    transform: scale(1.01);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%;
}


/* Dropdown open Responsive */
.responsive-caret {
	display: none;
}