/*
----------------------------------------------
Project Name: 	Mevis
Version: 		1.0
Type: 			Multipurpose HTML Template
Last change:    24.12.2017
Author: 		Weblos
Primary use:    Multipurpose Template
-----------------------------------------------
*/


/* Google Fonts */

/* 
font-family: 'Montserrat', sans-serif;
font-family: 'Work Sans', sans-serif;
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Work+Sans:300,400,700');




/*------------------------------------------------------------------------
[Table of Contents]


1. Base CSS
2. Typography
	2.1. Heading styles
	2.2. Paragraph styles
	2.3. Margin styles
	2.4. Padding styles
3. Preloader
4. Buttons
5. Sections style
6. Back to top
7. Section typography
8. Header area
	8.1. Header area typography
	8.2. Navbar logo styles
9. Home Video
10. Featured Section
11. Home Static
12. Home Parallax
13. Home Text
14. Photography Home
15. Services Area 
16. About Area
17. Masonary Blog
18. Portfolio Area
19. Single Portfolio
20. FAQs-area
21. Pricing Area
22. Team-area
23. Blog-area
24. single-blog-post
25. Contact Area
26. Map Area
27. Instagram Area
28. Footer Area
29. Footer Area 2
30. Responsive Media queries

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

# [Color Codes]


# Dark (Black): #333333
# Dem-dark (Dim Black): #666666
# Gray (Gray): #DDDDDD
# White: #FFFFFF

# */


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

[Typography]


Body:		font-size: 14px, font-family: 'Work Sans', sans-serif;
Heading:	font-family: 'Montserrat', sans-serif;
Paragraph:	font-size: 13px, font-family: 'Work Sans', sans-serif;

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


/* ==============================
   Base Css
   ============================== */

.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.aligncenter {
	display: block;
	margin: 0 auto 15px;
}
a,button,input {
	text-decoration: none;
	transition: 0.4s;
}
button:focus,a:focus {
	outline: 0px solid;
}
.btn:focus {
	outline: 0px solid;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5 {
	margin: 0 0 15px;
	font-family:'Montserrat', sans-serif;
}
h4, h3, h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	text-transform: uppercase;
}
html{
	overflow-y: scroll;
    -ms-overflow-style: scrollbar;
}
html, body{
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight:400;
}

.page-wrapper div{
    overflow: hidden;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="color"]:focus {
	
	box-shadow: 0 0 0;
	outline: 0 none;
}

.home-rtl {
	direction:rtl;
}

.buttonBar {
	font-size:0px;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

ul {
	margin:0;
	padding:0;
}

li {
	list-style:none;
}

.morphext>.animated {
	display: inline-block;
}
::-moz-selection {
	color: #333;
	background: #dcdcdc;
}
::-webkit-selection {
	color: #333;
	background: #dcdcdc;
}
::-o-selection {
	color: #333;
	background: #dcdcdc;
}
::selection {
	color: #333;
	background: #dcdcdc;
}
section {
	height: 100%;
}

/* ==============================
   Heading styles
   ============================== */

h1 {
	
}
h2 {
	font-size:24px;
	font-weight:300;
}
h3 {
	
}
h4 {
	letter-spacing:2px;
	font-size:20px;
	font-weight:300;
}
h5 {
	
}

h6 {
	
}


/* ==============================
   Paragraph Style
   ============================== */
p {
	font-size: 14px;
    line-height: 25px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    margin: 0;
}


/* ==============================
   Margin Top styles
   ============================== */
.mar-0 {
	margin: 0 !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-60 {
	margin-top: 60px !important;
}


/* ==============================
   Margin Bottom Styles
   ============================== */
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}


/* ==============================
   Padding Top Styles
   ============================== */
.pad-0 {
	padding: 0 !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pt-60 {
	padding-top: 60px !important;
}


/* ==============================
   Padding Bottom Styles
   ============================== */
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.pb-60 {
	padding-bottom: 60px !important;
}


/* ==============================
   Default Button styles
   ============================== */
.default-button {
	font-size: 10px;
    padding: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-weight:400;
	border-radius:3px;
	border:0px;
	display:inline-block;
	font-family:'Montserrat', sans-serif;
}


/* ==============================
   Small Button Style
   ============================== */
.button-small {
	font-size: 12px;
	padding: 10px 25px;
}


/* ==============================
   Big Button Style
   ============================== */
.button-big {
	padding: 15px 30px;
	font-size: 13px;
}


/* ==============================
   Button With Dark Color
   ============================== */
.dark-bg {
	background:#333;
	color:#fff;
}
.dark-bg:hover {
	background:#515151;
	color:#fff;
}

/* ==============================
   Button With white Color
   ============================== */

.white-bg {
	background:#fff;
	color:#333;
}
.white-bg:hover {
	background:#c5c5c5;
	color:#333;
}


/* ==============================
   Background colors
   ============================== */
.asphalt-bg {
	background: #1F1F1F;
}


/* ==============================
   Asphalt Color
   ============================== */

.gray-bg {
	background:#F0F0F0;
}

/* Section Styles */

.section-padding {
	padding: 80px 0;
}
.onepage-template .section-padding {
	padding: 90px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 50px;
}
.section-title h2 {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
    font-size: 24px;
    font-weight: 300;
	text-transform: uppercase;
}
.section-title p{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:12px;
	letter-spacing:3px;
	text-transform:uppercase;
}

/* Section Colors */

.cloud-bg {
	background: #F3F3F3;
	color: #3C3C3C;
}

/* Preloader Style */
.spinner{
    width: 50px;
    height: 50px;
    
    border: 2px solid #666;
    border-top:3px solid #333;
    border-radius: 100%;
    
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin: auto;
    
    animation: spin 1s infinite linear;
}

@keyframes spin {
    from{
        transform: rotate(0deg);
    }to{
        transform: rotate(360deg);
    }
}

#overlay{
	height:100%;
	width:100%;
	background:#ddd;
	position:fixed;
	left:0;
	top:0;
	z-index:99999;
 }





/* Back to Top Button Style */

#toTop {
	display: none;
	position: fixed;
	bottom: 25px;
	right: 25px;
	filter: alpha(opacity=40);
	font-size: 40px;
	color: #111111;
	transition: 0.4s;
	z-index: 1000;
	text-decoration: none;
}
#toTop span {
    font-size: 14px;
    background: #666;
    color: #fff;
    transition: .4s;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}

#toTop span:hover {
	background:#333;
}


/* ==============================
   Default Section Css
   ============================== */
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.border-none {
	border: none;
}
.sections-padding {
	padding: 100px 0;
}
.section-head {
	color: #3C3C3C;
	padding-bottom: 50px;
}
.overflow-hidden {
	overflow: hidden;
}

.white-overlay {
	background-size: cover !important;
	position: relative;
	color: #000;
	z-index: 1;
}

.white-overlay:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	content: "";
	z-index: -1;
	opacity: .6;
}

.dark-overlay {
	background-size: cover !important;
	position: relative;
	color: #000;
	z-index: 1;
}

.dark-overlay:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	content: "";
	z-index: -1;
	opacity: .6;
}

.yt-video-overlay {
	position: relative;
}
.yt-video-overlay:before {
	background: #000;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
	opacity:0.6;
}


/* ==============================
   Header Area
   ============================== */
header#sticky-header {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
	transition:.4s;
}


.black-logo {
	display:none;
}
  

.sticky-menu .black-logo {
	display:block;
}  

.sticky-menu .white-logo {
	display:none;
}
   
   
.navbar-default {
	background: transparent;
    border: 0px;
    color: #fff;
    margin-bottom: 0;
}

.sticky-menu {
    background: #fff !important;
    position: fixed !important;
	transition:.4s;
	border-bottom: 1px solid #F0F0F0 !important;
}

.sticky-menu .main-menu ul li a {
	color:#3C3C3C;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color:transparent !important;
}

/* Main Menu */
.main-menu ul {
	margin-top:25px;
}
.main-menu {} .main-menu ul {} .main-menu ul li {
    display: inline-block;
    margin-left: 22px;
    position: relative;
}
.mean-bar {	
    
}
.main-menu ul li a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    position: relative;
	padding-bottom:30px;
	letter-spacing:1px;
	transition:.4s;
}
.main-menu ul li a span {
    font-size: 15px;
    font-weight: 700;
	line-height:10px;
}
.main-menu ul li:hover > a {
    /*color: #929292;*/
}
.main-menu ul li ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 190px;
    z-index: 999;
}
.main-menu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
}
.main-menu ul li ul li a {} .main-menu ul li ul li {
    display: block;
    margin: 0;
    padding: 0;
    transition: all .3s ease 0s;
}
.main-menu ul li ul li:hover {
    background: #f5f5f5;
	padding-left: 5px;
}
.main-menu ul li ul li a {    
	color: #3c3c3c;
    display: block;
    padding: 10px 15px;
    text-transform: capitalize;
}
.main-menu ul li ul li:first-child {
    border-top: none;
}
.main-menu ul li ul li:hover > a {
    padding-left: 15px
}
.main-menu ul li ul li a:before {
    display: none
}
.main-menu ul li ul li > ul {
    left: 100%;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    top: 45%;
    visibility: hidden;
}

.menudrop-left {
	left:-100% !important;
}

.main-menu ul li ul li:hover > ul {
    top: 0;
}
.main-menu.text-right span {
    float: right;
}
.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    min-height: 0;
    padding: 0;
}
.mean-container a.meanmenu-reveal {
    color: #fff;
    margin-top: -51px;
    padding: 4px 0;
    position: absolute;
}
.sticky-menu .mean-container a.meanmenu-reveal {
    color: #3C3C3C;
	transition:0.0s;
	padding-right: 8px;
}

.mean-container a.meanmenu-reveal span {
    background-color: #333;
}

.mean-container .mean-nav {
    margin-top: 0px;
	background:#333 !important;
}

.mean-container .mean-nav ul li a {
	border:0px !important;
	text-transform:capitalize;
	font-size:13px;
	letter-spacing:1px;
}
.mean-container .mean-nav ul li a.mean-expand {
	background:#666 !important;
	margin-top:0px;
	border:0px !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {	
	background:rgba(255,255,255,0.1) !important;
}

.meanmenu-reveal {
	border:0px !important;
}

.meanmenu-reveal i {
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    transition: 0.6s;
}

.bg-333 {
	background:#666;
}


/* Search Bar CSS */

.navbar-search-mob {
	float: right;
    margin-top: 26px;
    margin-right: 40px;
    margin-left: 11px;
	display:none;
}
.navbar-search-mob a span {
	color: #fff;
	font-size: 20px;
    font-weight: 400;
	line-height:17px;
}
.sticky-menu .navbar-search-mob a span {
	color: #3C3C3C;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform input[type=submit] {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  right: 0;
  top: 0;
}
#mk-fullscreen-searchform:focus{
  outline: none;
  border: none;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform .fullscreen-search-icon {
  font-size: 30px;
  position: absolute;
  right: 15px;
  width: 25px;
  top: 8px;
  color: #fff;
  color: rgba(255, 255, 255, .2);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.fullscreen-search-icon:hover,
.fullscreen-search-icon:focus{
  border: none;
  outline: none;
  color: #fff !important;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
}

#mk-fullscreen-searchform {
  position: relative;
  vertical-align: middle;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input {
  width: 100%;
  background-color: transparent;
  -webkit-box-shadow: 0 2px 0 0 rgba(255, 255, 255, .1);
  -moz-box-shadow: 0 2px 0 0 rgba(255, 255, 255, .1);
  box-shadow: 0 2px 0 0 rgba(255, 255, 255, .1);
  border: 0;
  font-weight:300;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input:focus{
  border: none;
  outline: none;
  -webkit-box-shadow: 0 2px 0 0 rgb(197, 197, 197);
  -moz-box-shadow: 0 2px 0 0 rgb(197, 197, 197);
  box-shadow: 0 2px 0 0 rgb(197, 197, 197);
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
  visibility: visible;
  opacity: 1;
}

.mk-fullscreen-search-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #333;
  text-align: center;
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}


.mk-fullscreen-search-overlay {
  z-index: 999;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close:link,
.mk-fullscreen-search-overlay .mk-fullscreen-close:visited {
  color: #fff;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close {
  position: absolute;
  right: 15px;
  top: 80px;
  font-size: 45px;
  font-weight:300;
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper {
  opacity: 1;
  visibility: visible;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper {
  display: inline-block;
  width:55%;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.mk-search-trigger {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out
}

/* Search Button */

#main-nav {
	margin: 0;
    border: 0;
    padding: 10px 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.navbar-brand {
    height: 70px;
    padding:0 !important;
}

.navbar-brand img{
    height: 100%;
	width:auto;
    padding:12px;
}

#main-nav li a{
    color: #3c3c3c;
	font-size:12px;
	font-family:'PT Serif', serif;
}
 
#main-nav li a span{
    font-size:18px;
	font-weight:700;
}
 
#main-nav li a i{
    font-size:13px;
	font-weight:700;
}
/*	Dropdown Menu  */

.custom-dropdown {
	right:inherit !important;
	border-radius:0px;
	border:0px;
	font-size:12px;
	padding:0;
	box-shadow:none;
	background:transparent;
	padding-top:13px;
	outline:0px;
}

.custom-dropdown a{
	padding:13px 20px !important;
	font-size:11px !important;
	background:#3c3c3c;
	color:#fff !important;
}

.custom-dropdown a:hover{
	background:#d0d1d2 !important;
	color:#3c3c3c !important;
}

/* Overlay on image */
.fill {
    width: 100%;
    height: 100%;
    background-position: center !important;
}

/* Main Slider */
.slider-area {
	background:#5E5E5F;
}
.single-slider {
	height:100vh;
	background-size:cover !important;
}

.slider-box {
	display:table;
	width:100%;
	height:100%;
	text-align:center;
	z-index: 10;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.table-cell {
	display:table-cell;
	vertical-align:middle;
}

.slider-content:hover {
	
}

.slider-content .owl-nav div {
	height: 45px;
    width: 35px;
    background: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 45px;
    font-size: 24px;
    border-radius: 3px;
}

.slider-content .owl-nav div.owl-next {
	left:auto;
	right:15px;
}
.slider-content .owl-nav div.owl-prev {
	left:15px;
}
.slider-content-vid .owl-nav div {
	height:50px;
	width:50px;
	background:#fff;
	text-align:center;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	line-height:50px;
	font-size:24px;
}

.slider-content-vid .owl-nav div.owl-next {
	left:auto;
	right:15px;
}
.slider-content-vid .owl-nav div.owl-prev {
	left:15px;
}

.slider-caption {
	width: 80%;
    margin: 0 auto;
    padding: 10px;
}
.slider-cap-content {
	padding:50px 30px;
}
.slider-cap-content h2 {
	letter-spacing:1px;
}

.slider-area {
	
}

.slider-area .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.slider-area .owl-dot {
    height: 5px;
    width: 5px;
    background: #dcdcdc;
    margin: 5px;
    float: left;
    border-radius: 50%;
	transition: .2s;
}

.slider-area .owl-dot.active {
    background: #ddd;
    height: 10px;
    width: 10px;
    margin-top: 3px;
    margin-bottom: 0;
}



/*

===============================
 Home Video
===============================

*/
.home-video {
	height:580px;
	background-color:#343434;
	color:#fff;
}

.home-video h2 {
	font-size: 36px;
    text-transform: none;
    line-height: 60px;
}

.home-video p {
	font-size: 18px;
    line-height: 35px;
    margin-bottom: 40px;
}

.home-video a i {
	font-size: 10px;
    height: 60px;
    width: 60px;
    color: #666;
    background: #fff;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}

.home-video a i:hover {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.home-vdo-btn p{
	font-size: 15px !important;
}



/*

===============================
 Featured Section
===============================

*/
.featured-section {
	
}
.featured {
	padding:20px;
	border: 1px solid #ddd;
	margin-bottom:20px;
}
.featured i{
	font-size:50px;
	float:left;
	color:#666;
	margin-right: 20px;
}
.featured-text{
	
}




/*

===============================
 Home Static
===============================

*/
.home-static {
	color:#fff;
	height:580px;
}

.home-static h2 {
	font-size: 36px;
    text-transform: none;
    line-height: 60px;
}

.home-static p {
	font-size: 18px;
    line-height: 35px;
    margin-bottom: 40px;
}

.head-btn {
	
}

.home-static button {
	color:#333;
	background:#fff;
}

.home-static button:hover {
	background:#ddd;
}

.featured-video-area {
	
}

.featured-video {
	
}

.featured-video-play {
	position:absolute;
	bottom: 10%;
    left: 10%;
}

.featured-video-play i {
	height:75px;
	width:75px;
	border-radius:50%;
	font-size:11px;
	background:#fff;
	color:#666;
	text-align:center;
	line-height:75px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
	transition:.4s;
}

.featured-video:hover .featured-video-play i {
    transform: scale(1.1);
}

.featured-content {
	height: 400px;
	padding:40px;
}

.featured-content h2 {
	text-align:left;
	font-size:32px;	
    line-height: 45px;
	text-transform:initial;
    margin-bottom: 30px;
}

.featured-content p {
	text-align:left;
	font-size: 18px;
    line-height: 35px;
    margin-bottom: 30px;
}


/*

===============================
 Home Parallax
===============================

*/
.home-parallax {
	height:100vh;
}

.parallax-top-bg {
	min-height: 400px;
	background: transparent;
	color:#fff;
}

.home-content h2 {
	font-size: 50px;
    line-height: 50px;
    text-transform: initial;
    margin-bottom: 20px;
}

.home-content p {
	font-size: 18px;
    line-height: 35px;
    margin-bottom: 30px;
}


.parallax-top-bg button {
	color: #333;
    background: #fff;
}

.parallax-top-bg button:hover {
	background: #ddd;
}

/*	Empty Parallax */
.empty-parallax {
	height:450px;
}


/*

===============================
 Home Text
===============================

*/
.home-text {
	height:580px;
	background:#F0F0F0;
}

.home-text h2 {
	font-size:32px;	
    line-height: 45px;
	text-transform:initial;
    margin-bottom: 20px;
}

.home-text p {
	font-size: 18px;
    line-height: 35px;
    margin-bottom: 30px;
}

.featured-image-area {
	position:relative;
}

.featured-image img {
	height:500px;
	width:auto;
}

.featured-image-content {
	position: absolute;
    width: 40%;
    top: 50%;
    right: 1%;
    background: #fff;
    padding: 40px;
	box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	transform: translateY(-50%);
}

.featured-image-content h2 {
	font-size: 32px;
    line-height: 45px;
    text-transform: initial;
    margin-bottom: 20px;
}

.featured-image-content p {
	text-align: left;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 30px;
}

.featured-image-content a {
	font-size:14px;
	font-weight:700;
	text-transform:lowercase;
	color:#666;
	transition: 0s;
}

.featured-image-content a:hover {
	border-bottom:2px solid #333;
	color:#333;
}


/*

===============================
 Photography Home
===============================

*/
.photography-content p{
	font-size:24px;
	text-align:center;
	line-height:40px;
	font-weight:300;
}

.photo-cam {
	font-size:80px;
}

.single-photo-cat {
    text-align: center;
    background: #666;
	margin-bottom:50px;
	transition: .4s;
}

.single-photo-cat:hover {
    opacity: .8;
}

.single-photo-cat p {
    font-size: 16px;
    padding: 10px 0;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.photography-cat {
	text-align:center;
}

.photography-cat button {
	background:#666;
	color:#fff;
	margin-top:30px;
}

.photography-cat button:hover {
	background:#333;
}

.my-clicks {
	text-align:center;
}

.my-clicks img{
	margin-bottom:30px;
}

.my-clicks button{
	background:#666;
	color:#fff;
	margin-top:30px;
}

.my-clicks button:hover{
	background:#333;
}

.single-click {
	position:relative;
}

.shot-title {
	position: absolute;
    background: #f1f1f1;
    color: #333;
    padding: 8px 20px;
    left: 10%;
    bottom: 17%;
    font-size: 18px;
}

.single-click a{
	cursor:zoom-in;
}


/*

===============================
 Services Area 2
===============================

*/
.services-area-2 {
	background:#F0F0F0;
}

.single-service-2 {
	margin-top:10px;
	margin-bottom:40px;
	padding:20px;
	transition:.4s;
	border-radius:4px;
}

.single-service-2:hover {
	box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}

.single-service-2-icon {
	float:left;
	margin-right:20px;
}

.single-service-2-icon i{
	font-size:60px;
}

.single-service-2-content {
	
}

.single-service-2-content h3 {
	font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 29px;
    letter-spacing: 1px;
    margin-top: 6px;
}

.single-service-2-content p {
	font-size:16px;
}


/*

===============================
 Services Area 3
===============================

*/
.services-area-3 {
	background:#F0F0F0;
}

.single-service-3 {
    padding: 30px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 3px;
	transition:.4s;
	margin-bottom:40px;
}

.single-service-3:hover {
	box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.single-service-3 span {
	font-size:60px;
	margin-bottom: 25px;
}

.single-service-3 h3 {
	font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-weight: 400;
}

.single-service-3 p {
		
}


/*

===============================
 About Area
===============================

*/

.custom-header {
	height:500px;
	background-color:#343434;
}

.header-inner {
  display:table;
  width:100%;
  height:100%;
  text-align:center;
}

.header-table {
	display:table-cell;
	vertical-align:middle;
}

.custom-header h2 {
	color:#fff;
	font-size:26px;
	letter-spacing:2px;
}

.custom-header p {
	color:#fff;
}
.custom-header a {
	color:#fff;
	font-weight: 400;
	font-size:16px;
}
.custom-header a:hover {
	color:#fff;
}

.about-area {
	background:#fff;
}

.about-img {
	margin-right: 30px;
	transition:.4s;
}

.about-img:hover {
    transform: translateX(10px);
}

.about-img img{
	margin-bottom:20px;
}

.about-content {
	padding:0 30px;
	text-align:left;
}
.about-content .section-title {
	text-align:left;
	margin-bottom: 15px;
}


.about-content p{
	margin-bottom: 30px;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 25px;
}

.about-content-2 {
	padding:0 30px;
}

.about-content-2 h5 {
	font-size: 15px;
    margin-left: 20px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}


.about-content-2-single {
	margin:10px;
	margin-bottom:30px;
}


.about-content-2 h6 {
	font-size:13px;
	letter-spacing: 2px;
    margin-bottom: 12px;
	text-transform: uppercase;
	font-weight:700;
}

.about-content-2 h6 span{
	font-size: 17px;
    margin-right: 20px;
    font-weight: bold;
    padding: 0px;
}

.about-img-2 {
	margin-bottom:40px;
}

/*	Achive Area	 */
.achive-area {
	background:#F4F2F3;
}

.single-achive {
	background:#343434;
	color:#fff;
	text-align:center;
	padding:60px 30px;
	margin-bottom:30px;
}

.single-achive span{
	font-size:50px;
	margin-bottom:20px;
}

.single-achive h3{
	font-size: 35px;
    margin-bottom: 5px;
    font-weight: 300;
    letter-spacing: 3px;
}

.single-achive p{
	text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

/*	About Me  */

.about-me h2 {
	font-size:24px;
	text-transform:uppercase;
}

.about-me i {
	font-size:50px;
	color:#343434;
}


/*

===============================
 Services Area
===============================

*/

.services-area {
	
}

.single-service {
	padding:12px;
	background:#fff;
	margin-bottom:30px;
	transition: .4s;
}

.single-service:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}

.single-service-special {
	background:#3C3C3C;
	color:#fff;
}

.single-service span {
	font-size:50px;
	margin-bottom:20px;
}

.single-service h3 {
	font-size:16px;
}

.single-service-bod {
	border:1px solid #ddd;
	padding:30px 20px;
}



/*

===============================
 Masonary Blog
===============================

*/
.masonry-blog {
	background: #F0F0F0;
}

.single-masonry-blog {
    margin: 7px;
    margin-bottom: 60px;
}

.single-masonry-blog img {
	margin-bottom:30px;
	transition:.4s;
}

.single-masonry-blog:hover img {
    opacity:.6;
}

.single-masonry-blog h4 a{
	margin-bottom:20px;
	color:#3C3C3C;
}

.masonry-blog-author {
	margin-bottom:8px;
}

.masonry-blog-author a {
	font-weight: 700;
    color: #3C3C3C;
}

.masonry-blog-share a {
	margin-right: 15px;
    font-size: 12px;
    color: #333;
    font-weight: 400;
    letter-spacing: 1px;
}

.masonry-blog-share a i{
	margin-right:5px;
	font-size:14px;
    font-weight: 700;
}


/*

===============================
 Portfolio Area
===============================

*/

.portfolio-menu{
	margin-bottom:40px;
}

.portfolio-menu button{
	display: inline-block;
    padding: 12px 30px;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 5px;
    background: #ddd;
    border: 1px solid #ccc;
    color: #666;
    transition: .4s;
    border-radius: 3px;
}

.portfolio-menu button:hover{
	color: #666;
    background: #fff;
    border: 1px solid #ccc;
}

.portfolio-menu button.active{
	color: #333;
    background: #fff;
    border: 1px solid #333;
}

/**/

.portfolio img {
    width: 100%;
}
.portfolio {
    margin-bottom: 30px;
    position: relative;
	box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.hover-portfolio > .portfolio-content:before {
    background: rgba(0, 0, 0, 0.8);
    bottom: 15px;
    content: "";
    left: 15px;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 0.4s ease-in-out 0s;
}
.hover-portfolio:hover .portfolio-content {
    opacity: 1;
}
.hover-portfolio:hover .portfolio-content:before {
    opacity: 0.8;
}

.portfolio-view {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.portfolio-view a {
    background-color: transparent;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 35px;
    line-height: 40px;
    opacity: 0;
}
.portfolio-view a:hover {
    color: #fff;
}
.portfolio:hover .portfolio-view a {
    opacity: 1;
}
.no-padding .col-md-4 {
	padding:0px !important;
}.no-padding .col-md-4 .portfolio {
	margin:0px !important;
}
.mevis-portfolio-1 .portfolio-title {
    opacity: 1;
    padding: 25px 18px;
    position: static;
    transform: translateY(0%);
}
.mevis-portfolio-1 .portfolio-title h3 {
    transform: translateY(0px);
}
.mevis-portfolio-1 .portfolio-title span {
    transform: translateY(0px);
}
.hover-portfolio .portfolio-content::before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
}
.portfolio-view {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}


.portfolio-view p{
	font-family: 'Montserrat', sans-serif;
    font-size:14px;
	font-weight:300;
	letter-spacing:1px;
}



/*

===============================
 Single Portfolio
===============================

*/
.portfolio-galarry {
	
}
.single-portfolio {
	margin-bottom:60px;
}
.single-portfolio img {
	width:100%;
}
.single-portfolio .carousel-control {
    position:absolute;
	top:50%;
	transform:translateY(-50%);
    height: 50px;
    width: 50px;
    background-color: #3C3C3C;
    color: #fff;
    line-height: 50px;
    font-size: 18px;
    background-image: none;
}
.single-portfolio .carousel-control.left {
    left: 0px;
}
.single-portfolio .carousel-control.right {
    right: 0px;
}

.portfolio-meta {
	padding:15px;
	border:1px solid #e7e7e7;
	border-radius:3px;
	margin-bottom:30px;
}

.portfolio-meta ul li{
	margin:8px 0;
	line-height:40px;
}

.portfolio-meta ul li span{
	width:150px;
	font-weight:bold;
	display:inline-block;
}

.portfolio-meta ul li span i{
	font-size:20px;
	margin-right:8px;
	color:#333;
}
.portfolio-meta ul li a{
	font-weight:bold;
	color:#333;
}

.social-share {
	margin-bottom:30px;
}

.social-share i{
	font-size:16px;
	margin-right:20px;
	color:#333;
	float:left;
}


.portfolio-des {
	padding:0 30px;
	text-align:left;
}

.portfolio-des h2 {
	font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}


.portfolio-des p{
	margin-bottom:30px;
	letter-spacing:0px;
}

.related-work {
	background: #F0F0F0;
}

.portfolio-video {
	margin-bottom:40px;
}
.single-portfolio2 {
	height:90vh;
	margin-bottom:40px;
}

.custom-port {
	background:#ddd;
	height:550px;
}

.custom-port h2, .custom-port p {
	color:#333;
}

.custom-port a {
	color: #333;
    font-weight: 400;
    font-size: 16px;
}


/*

===============================
 FAQs-area
===============================

*/
.faqs-area {
	
}

.accordion {
	max-width: 800px;
	margin: 0 auto 40px;
}
.accordion li {
	position: relative;
}
.accordion li:last-child {
	border-bottom: 0px solid #ddd;
}
.accordion li p {
	display: none;
	padding: 10px 70px 30px;
	color: #333;
	font-size:15px;
	background: #fff;
}
.accordion li a i{
	font-size:24px;
	color:#333;
	margin-right:20px;
}
.accordion a {
	width: 100%;
	display: block;
	cursor: pointer;
	line-height: 3;
	font-size:20px;
	text-indent: 15px;
	color: #333;
	background:#f9f9f9;
	font-weight:400;
}
.accordion a:after {
	width: 8px;
	height: 8px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	position: absolute;
	right: 20px;
	content: " ";
	top: 24px;
	transform: rotate(-45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.accordion p {
	font-size: 13px;
	line-height: 2;
	padding: 10px;
}

.accordion a.active:after {
	transform: rotate(45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


/*

===============================
 Pricing Area
===============================

*/
.pricing-area {
	
}

.single-priceing {
	text-align:center;
	padding:40px 20px;
	border:2px solid #333;
	margin:10px 0;
	position:relative;
	margin-bottom:30px;
}

.single-priceing i {
	color:#333;
	font-size:60px;
}

.single-priceing h2 {
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:1.5px;
	margin:20px 0;
	font-weight:bold;
}

.single-priceing h1 {
	font-size:42px;
}

.single-priceing h1 span {
	position:relative;
	bottom:15px;
	font-size:16px;
	margin-right:3px;
}

.single-priceing h1 b {
	font-weight: 400;
    font-size: 12px;
    color: #666;
}

.single-priceing p {
	font-size:14px;
	margin:20px 0;
}

.single-priceing p i {
	margin-right:10px;
	font-size:12px;
}

.single-priceing a {
	margin-top:20px;
	font-weight:400;
}

.featured-pricing {
    position: absolute;
    transform: rotate(45deg);
    top: -81px;
    left: -80px;
    background: #333;
    color: #fff;
    display: inline-block;
    height: 160px;
    width: 160px;
}

.featured-pricing p {
    margin: 0;
    padding: 0;
    transform: rotate(-88deg);
    position: absolute;
    top: 42%;
    left: 63%;
    font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
}

/*

===============================
 Team-area
===============================

*/

.team-area {
	
}


.single-member-content {
	padding:0 20px;
}


.single-member {
	text-align: center;
    padding: 0 0 25px;
    text-transform: uppercase;
    border: 1px solid #ddd;
	margin-bottom: 50px;
}

.single-member h5{
	margin:26px 0 15px;
	letter-spacing:2px;
	font-size: 16px;
}

.single-member p{
	margin-bottom:10px;
	font-size:12px;
}

.single-member a{
	color:#333;
	font-size:14px;
	margin-right:6px;
}

.single-member a:hover{
	color:#666;
}

.single-member img{
	width:100%;
}


/*

===============================
 Blog-area
===============================

*/

.blog-area {
	
}

.single-blog {
	margin-bottom:40px;
	padding-bottom:40px;
	transition: .4s;
	border: 1px solid #ddd;
    border-radius: 3px;
}

.single-blog div {
	overflow:initial !important;
}

.single-blog:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}

.single-blog-img {
	position:relative;
}

.single-blog-img img{
	width:100%;
}

.blog-cal {
	bottom:-20px;
	left:35px;
	background:#3C3C3C;
	padding:6px 20px;
	color:#fff;
}

.single-blog-content {
	margin: 20px 35px;
    margin-bottom: 0;
}

.single-blog-content h4{
	color:#3C3C3C;
	letter-spacing:2px;
	margin:40px 0 20px;
	display: inline-block;
}

.single-blog-content p{
	margin-bottom:30px;
}

.blog-pagination {
	font-weight:bold;
	font-size:12px;
}

.blog-pagination li:first-child a, .blog-pagination li:last-child a{
	border-radius:0px !important;
	margin:0 20px;
	padding:0;
}

.blog-pagination li a{
	color:#3C3C3C;
	border-radius:0px;
	height:40px;
	width:40px;
	padding-top:11px;
    border: 1px solid #3C3C3C;
	margin: 0 2px;
}

.blog-pagination li a:hover{
	background:#3C3C3C;
    border: 1px solid #3C3C3C;
	color:#fff;
}

.blog-pagination li a span{
	font-size:30px;
	padding-top:4px;
}

.blog-pagination .page-active a{
	background:#3C3C3C;
	color:#fff;
}

/*  blog page sidebar */

.blog-sidebar {
	
}

.blog-sidebar h5 {
	margin-bottom:25px;
	letter-spacing:2px;
}

.blog-search {
	width:90%;
}

.blog-search input {
	border-radius:0px;
	border:1px solid #E4E4E4;
	height:45px;
	background:#E4E4E4;
	box-shadow:none;
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	transition:.4s;
}

.blog-search input:focus {
	background:#fff;
	border-radius:0px;
	border:1px solid #3c3c3c;
	box-shadow:none;
}

.blog-search button {
	border-radius:0px;
	border:0px;
	height:45px;
	width:45px;
	background:#3c3c3c;
}

.blog-search button:hover, .blog-search button:active, .blog-search button:focus {
	border-radius:0px;
	border:0px;
	height:45px;
	background:#3c3c3c;
}

.blog-search i {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding-top: 2px;
}

.blog-catagory li {
	margin:15px 0;
}

.blog-catagory li a{
	font-size:13px;
	color:#666;
	letter-spacing:1px;
}


.blog-catagory li a:hover{
	color:#3c3c3c;
}

.blog-catagory span{
	font-size: 14px;
    padding-right: 7px;
}

.recent-post a{
	color:#666;
}

.recent-post li{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding:10px 0;
}
.recent-post li:hover{
	box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.1)
}


.recent-post li a {
    line-height: 2.4;
    display: block;
    text-decoration: none;
}

.recent-post li img {
    width: 70px;
    height: 70px;
    margin: 0 20px 0 0;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.widget-sing-post a {
	color:#666;
	font-size:14px;
	text-transform:uppercase;
}

.widget-sing-post .recent-post-date {
	color:#ccc;
}

/*	blog-tag */
.blog-tag{
	overflow:hidden;
}

.blog-tag a{
	padding:10px 15px;
	border:1px solid #E4E4E4;
	color:#3c3c3c;
	font-size:12px;
	letter-spacing:2px;
	text-transform:uppercase;
	float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.blog-tag a:hover{
	background:#3c3c3c;
	border:1px solid #3c3c3c;
	color:#fff;
}

.bolg-instagram img{
	float: left;
    width: 75px;
    height: auto;
    margin: 0 8px 8px 0;
}

/*	single-blog-post */

.single-blog-post {
	
}
.single-blog-post div {
	overflow:hidden;
}
.single-blog-post img {
	width:100%
}

.single-blog-post .carousel-control.right {
	right:0px;
	background-image: none;
    height: 50px;
    width: 50px;
    top: 44%;
    background-color: #3C3C3C;
	color:#fff;
	line-height: 50px;
	font-size: 16px;
}

.single-blog-post .carousel-control.left {
	left:0px;
	background-image: none;
    height: 50px;
    width: 50px;
    top: 44%;
    background-color: #3C3C3C;
	color:#fff;
	line-height: 50px;
	font-size: 16px;
}


.blog-post-cal {
	bottom:0;
	left:0;
	background:#3C3C3C;
	padding:6px 20px;
	color:#fff;
}

.post-author {
	font-size:11px;
	text-transform:uppercase;
}

.post-author a{
	font-weight:700;
	color:#3C3C3C;
}

.post-quote {
	padding: 20px 30px;
    margin: 0 0 20px;
	margin:70px 0;
    font-size: 17.5px;
    border-left: 5px solid #333;
    background: #f6f6f6;
}

.post-quote p{
	font-size:16px;
	font-style: italic;
	margin-bottom:20px;
}

/* post comment */
.post-comment {
	margin-top:50px;
}
.post-comment h2 {
	margin-left:15px;
	margin-bottom:25px;
}
.post-comment input, .post-comment textarea {
	width:100%;
	border:1px solid #666;
	margin-bottom:20px;
}
.post-comment input {
	height:45px;
	text-indent:10px;
	font-size:14px;
}
.post-comment textarea {
	padding-top:10px;
	text-indent:10px;
	font-size:14px;
	resize: vertical;
}
.post-comment button {
	background: #666;
    color: #fff;
}
.post-comment button:hover {
	background: #333;
}

/* Commented */
.commented {
	margin-top:40px;
}
.comment-list li {
	padding:35px 25px;
	background:#F6F6F6;
	border: 1px solid #ddd;
	margin-bottom:15px;
}
.comment {
	border-bottom:1px solid #ddd;
}
.comment:last-child {
	border-bottom:0px solid #ddd;
}
.comment-photo {
	width: 15%;
    float: left;
}
.comment-photo img {
	height:60px;
	width:auto;
	border-radius:50%;
}
.comment-body {
	width: 85%;
    float: right;
}
.comment-body h5{
	font-size:12px;
	text-transform:capitalize;
	font-weight: 700;
	margin-bottom: 10px;
}
.comment-body p{
	margin-bottom: 25px;
}
.comment-meta {
	margin-bottom:15px;
	font-size:12px;
}
.comment-meta a {
	margin-left:10px;
	color:#333;
	font-weight: 700;
}

.comment + .comment {
    margin-top: 1.85714286em;
    padding-left: 15%;
}



/*

===============================
 Contact Area
===============================

*/
.contact-area {
	
}

.contact input, .contact textarea {
	width:100%;
	border:1px solid #666;
	margin-bottom:3px;
}

.contact input {
	height:50px;
	text-indent:10px;
	font-size:14px;
}

.contact textarea {
	resize: vertical;
	padding:10px;
}

.contact button {
	background:#666;
	color:#fff;
}

.contact button:hover {
	background:#333;
}


.single-contact-bar {
	padding:40px 20px;
	text-align:center;
}

.single-contact-bar i {
	font-size:40px;
	margin-bottom:20px;
}

.single-contact-bar h4 {
	font-size:16px;
	letter-spacing:2px;
	text-transform:uppercase;
}

/* contact 2 */
.contact-2 {
	height:100vh;
	background: #fff;
}

.contact-2 .container-fluid, .contact-2 .col-md-6{
	padding:0;
}

.contact-2 #map-space{
	height:100vh;
}

.ht100vh {
	height:100vh;
}

.contact-info {
	padding:0 50px;
	font-family:'Montserrat', sans-serif;
}

.contact-info h2 {
    letter-spacing: 2px;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.contact-info p {
	font-size:16px;
}

.contact-single-info {
	margin-bottom:30px;
}

.contact-single-info h5 {
	font-weight:bold;
	margin-bottom:5px;
}


/*

===============================
 Map Area
===============================

*/

#map-space {
    height: 402px;
    width: 100%;
}

/*

===============================
 Instagram Area
===============================

*/
.instagram-area {
	
}

.single-insta {
	position:relative;
}

.single-insta img {
	opacity: 1;
    transition: 0.4s;
	background:#333;
}
.single-insta i {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:46%;
	right:0;
	display:none;
	color:#fff;
	font-size:28px;
}
.single-insta:hover img {
	opacity: 0.7;
}
.single-insta:hover i {
	display:block;
}







/*

===============================
 Footer Area
===============================

*/

.footer-area {
	background:#F0F0F0;
}

.footer-content {
	text-align:center;
}

.footer-content p{
	margin-bottom:15px;
}

.social-media ul {
	text-align:center;
	
}

.social-media a{
	color: #3C3C3C;
    padding: 3px 10px;
    border: 1px solid #3C3C3C;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    margin: 0 1px;
    margin-bottom: 10px;
}

.social-media a:hover{
	background:#3C3C3C;
	color:#fff;
}














.site-footer {
    color: #888;
    background-color: #262626;
    text-align: center;
    padding: 100px 0;
}

.socials ul, .menu-footer ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.menu-footer ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.menu-footer ul li a {
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #888;
}

.menu-footer ul li a:hover {
    color: #fff;
}

.ft-brand {
    margin: 60px 0 40px;
}

.socials {
    margin-bottom: 60px;
}

.socials ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.socials ul li a {
    display: block;
    font-size: 24px;
    color: #888;
    padding: 0 5px;
}

.socials ul li a:hover {
    color: #fff;
}

.copyright p {
    margin-bottom: 0;
    line-height: 1;
}

.footer-v2.site-footer {
    padding: 80px 0 75px;
    text-align: left;
}

.site-bottom {
    margin-bottom: 50px;
}

.site-bottom .widget-title {
    color: #a2a2a2;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 1.5px;
}

.site-bottom .widget ul li a {
    line-height: 28px;
    color: #888;
    display: inline-block;
    font-size: 14px;
}

.site-bottom .widget ul li a:hover {
    color: #fff;
}

.site-bottom .widget-text p {
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 15px;
	font-size:14px;
}

.site-bottom form {
    position: relative;
}

.site-bottom form input[type="text"], .site-bottom form input[type="email"] {
    width: 100%;
    background-color: transparent;
    border: 2px solid #434343;
    color: #888;
    font-weight: 300;
    line-height: 38px;
    padding: 0 40px 0 16px;
	font-size:14px;
}

.site-bottom form input[type="submit"] {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 38px;
    height: 38px;
    border: none;
    background-color: transparent;
    font-size: 0;
    cursor: pointer;
    z-index: 2;
}

.site-bottom form:after {
    content: "\f1d8";
    font-family: FontAwesome;
    font-size: 14px;
    color: #888;
    width: 38px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    top: 2px;
    right: 2px;
    text-align: center;
    z-index: 1;
}

.bottom-footer .socials {
    text-align: right;
    margin-bottom: 0;
}

.bottom-footer .socials ul li {
    margin: 0 5px;
}

.bottom-footer .socials ul li a {
    font-size: 16px;
    line-height: 24px;
}

.bottom-footer .copyright p {
    font-size: 14px;
    line-height: 24px;
}






/*

===============================
 Responsive Media queries
===============================

*/


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#navbar-search-bar {
		display:none;
	}
	.navbar-search-mob {
		display:block;
	}
	.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper {
		width:80%;
	}
  .navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height:500px !important;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
		margin: 7.5px 50px 7.5px -15px
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	
	.filtr-item {
		width: 33.3333333%;
	}
	.port-col-3 .filtr-item {
		width:33.3333333%;
	}
	
	.menu i {
		display:none !important;
	}
	
	.portfolio-des {
		padding: 0; 
	}

	.home-content h2 {
		font-size: 35px;
		line-height: 35px;
		text-transform: initial;
		margin-bottom: 20px;
	}

	.home-content p {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 30px;
	}	
	.contact-2 {
		height: auto !important;
	}
	.widget {
		margin-bottom:40px;
	}
	
}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
	#navbar-search-bar {
		display:none;
	}
	.navbar-search-mob {
		display:block;
	}
	.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper {
		width:90%;
	}
	.home-video {
		height:100vh;
	}
	
	.home-video h2 {
		font-size:28px;
		line-height:35px;
		margin-bottom:25px;
	}
	.home-video p {
		font-size:16px;
		line-height:24px;
	}
	.home-text {
		height:100vh;
	}
	
	.home-text h2 {
		font-size:28px;
		line-height:35px;
		margin-bottom:25px;
	}
	.home-text p {
		font-size:16px;
		line-height:28px;
	}
	
	.filtr-item {
		width: 100%;
	}
	.port-col-3 .filtr-item {
		width:100%;
	}
	.slider-cap-content {
		padding:50px 15px;
	}
	
	.menu i {
		display:none !important;
	}
	
	.portfolio-des {
		padding: 0; 
	}
	.home-content h2 {
		font-size: 30px;
		line-height: 40px;
		text-transform: initial;
		margin-bottom: 20px;
	}

	.home-content p {
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	
	.single-blog-content {
		margin: 20px 0;
	}
	.single-blog-content .comment-list li {
		padding: 15px 5px;
	}
	.single-blog-content .comment-list li .comment-photo img {
		height:32px;
	}
	
	.featured-image-content {
		width: 80%;
		right:10%;
	}

	
	.contact-2 {
		height: auto !important;
	}
	.widget {
		margin-bottom:40px;
	}
	.bottom-footer .col-sm-4 {
		float: none !important;
		margin-bottom: 15px;
	}
	.bottom-footer .socials,.bottom-footer .copyright {
		text-align: center;
	}
}

/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#navbar-search-bar {
		display:none;
	}
	.navbar-search-mob {
		display:block;
	}
	.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper {
		width:80%;
	}
	
	.filtr-item {
		width: 50%;
	}
	
	.home-video {
		height:100vh;
	}
	
	.home-text {
		height:100vh;
	}
	
	.port-col-3 .filtr-item {
		width:50%;
	}
	
	.menu i {
		display:none !important;
	}

	.portfolio-des {
		padding: 0; 
	}
		
	
	.featured-image-content {
		width: 70%;
		right:15%;
	}
	
	.single-blog-content {
		margin: 20px 0;
	}
	.single-blog-content .comment-list li {
		padding: 20px;
	}
	.single-blog-content .comment-list li .comment-photo img {
		height:60px;
	}
	
	.contact-2 {
		height: auto !important;
	}
	.widget {
		margin-bottom:40px;
	}
	
	.bottom-footer .col-sm-4 {
		float: none !important;
		margin-bottom: 15px;
	}
	.bottom-footer .socials,.bottom-footer .copyright {
		text-align: center;
	}
}

/* End of Stylesheet */