/*
	Template Name 	: Photography Onepage HTML Template
	Author 			: Awaiken Theme
	Author Url 		: https://awaikenthemes.com
*/

body{
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-top:0;
	font-weight: 700;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #f4605c;
}

::selection {
    color: #fff;
    background: #f4605c;
}

.preloader{
    background: #f4605c;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.browser-screen-loading-content {
    text-align: center;
    height: 2em;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 3em;
    left: 0;
    margin: auto;
}

/************************************/
/*****      Header area css     *****/
/************************************/

header{
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	background: url(../images/header-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 194px 0 194px;
}

header:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
}

.header-banner{
	text-align: center;
}

.header-banner h2{
	color: #22313f;
	font-size: 70px;
	font-weight: 700;
	margin-bottom: 20px;
}

.header-banner p{
	color: #22313f;
	font-size: 30px;
}

.header-nav{
	padding: 0;
	margin: 0;
	margin-top: 60px;
	list-style: none;
}

.header-nav li{
	display: inline-block;
}

.header-nav li a{
	color: #fff;
	font-size: 18px;
	display: block;
	padding: 12px 40px;
	border: 1px solid #fff;
	border-radius: 6px;
	margin: 0 8px;
	transition: all 0.3s;
}

.header-nav li a:hover{
	background: #f4605c;
	color: #fff;
	border: 1px solid #f4605c;
}

.main-title{
	text-align: center;
	margin-bottom: 80px;
}

.main-title h2{
	color: #22313f;
	font-size: 40px;
}

.main-title p{
	font-size: 18px;
	color: #22313f;
}

.portfolio .container-fluid{
	padding: 0;
}

.row.no-gutters {
	margin: 0;
}

.row.no-gutters > [class*='col-'] {
	padding: 0;
}


.portfolio{
	padding: 100px 0;
}

.filter-container .list-inline>li a{
	font-family: 'Poppins', sans-serif;
	color: #5d5d5d;
	text-transform: uppercase;
	border: 1px solid #c8c8c8;
	padding: 5px 20px;
	border-radius: 4px;
	font-size: 14px;
	letter-spacing: 0.05em;
	display: inline-block;
	margin: 6px 0;
}

.filter-container .active-portfolio{
	background: #ef476f !important;
	color: #fff !important;
	border-color: #ef476f !important;
}

.single-portfolio{
	position: relative;
	margin-bottom: 30px;
}

.single-portfolio img{
	width: 100%;
}

.single-portfolio-overlay{
	background: rgba(0,0,0,0.70);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	opacity: 0;
}

.single-portfolio-overlay:before{
	content: '';
	display: block;
	position: absolute;
	top: 14px;
	right: 14px;
	bottom: 14px;
	left: 14px;
	border: 1px solid rgba(255,255,255,0.4);
}

.single-portfolio-overlay h2{
	margin-top: 40%;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
}

.single-portfolio-overlay h3{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;	
	font-weight: 400;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.single-portfolio:hover .single-portfolio-overlay{
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}

.single-portfolio:hover .single-portfolio-overlay h2{
	margin-top:30%;
}


.portfolio-two{
	padding: 100px 0 0;
	font-family: 'Poppins', sans-serif;
}

.filter-container-two{
	text-align: center;
	margin-bottom: 80px;
}

.filter-container-two .list-inline>li a{
	background: #22313f;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.05em;
	border-radius: 2px;
	display: inline-block;
	padding: 6px 16px;
}

.filter-container-two .list-inline>li:last-child:after{
	display: none;
}

.filter-container-two .active-portfolio{
	background: #f4605c !important;
}

.portfolio-two .container-fluid{
	padding: 0;
}

.portfolio-two .container-fluid .row{
	margin: 0;
}

.single-portfolio-two{
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.single-portfolio-two img{
	width: 100%;
}

.single-portfolio-overlay-two{
	background: rgba(0,0,0,0.80);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	transition: all linear 0.4s;
	-webkit-transition: all linear 0.4s;
	-moz-transition: all linear 0.4s;
	opacity: 0;
	cursor: url(../images/cursor.png), default;
}

.single-portfolio-info{
	position: absolute;
	bottom: 40px;
	left: -100%;
	opacity: 0;
	text-align: left;
	transition: all linear 0.4s;
	-webkit-transition: all linear 0.4s;
	-moz-transition: all linear 0.4s;
}

.single-portfolio-overlay-two h2{
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.single-portfolio-overlay-two h3{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;	
	font-weight: 400;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.single-portfolio-two:hover .single-portfolio-overlay-two{
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}

.single-portfolio-two:hover .single-portfolio-info{
	left: 40px;
	opacity: 1;
}

.aboutus{
	padding: 100px 0;
	background: #f3f5f7;
}

.author-image{
	position: relative;
	padding: 12px;
}

.author-image:before{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	border-style: solid;
	border-width: 220px 220px 0 0;
	border-color: #f4605c transparent transparent transparent;
	z-index: 1;
}

.author-image:after{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	right: 0;
	border-style: solid;
	border-width: 0 0 220px 220px;
	border-color: transparent transparent #f4605c transparent;
	z-index: 1;
}

.author-image img{
	width: 100%;
	position: relative;
	z-index: 2;
}

.about-desc h3{
	font-size: 40px;
	color: #363e46;
	margin-bottom: 30px;
}

.about-desc p{
	font-size: 18px;
	color: #363e46;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

.about-social a{
	display: inline-block;
	width: 42px;
	height: 42px;
	color: #fff;
	background: #f4605c;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	padding-top: 8px;
	margin: 0 2px;
	transition: all 0.3s;
}

.about-social a:hover{
	background: #363e46;
}

.contact{
	padding: 100px 0;
}

.contact-form{
	
}

.contact-form .form-group{
	margin-bottom: 30px;
}

.contact-form .form-control{
	background: #f3f5f7;
	box-shadow: none;
	border-radius: 0;
	border: none;
	height: auto;
	padding: 14px 20px;
	resize: none;
}

.btn-contact{
	background: #f4605c;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 14px 50px;
	font-weight: 600;
	letter-spacing: 0.04em;
	transition: all 0.3s;
}

.btn-contact:hover{
	background: #363e46;
}

.contact-info-single{
	position: relative;
	padding: 6px 0 6px 54px;
	margin-bottom: 20px;
}

.contact-info-single .icon-box{
	width: 42px;
	height: 42px;
	background: #f4605c;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding-top: 9px;
	position: absolute;
	top: 0;
	left: 0;
}

.contact-info-single p{
	font-size: 18px;
	font-weight: 600;
	color: #363e46;
}

footer{
	background: #363e46;
	padding: 40px 0;
}

.site-info{
	text-align: center;
}

.site-info p{
	margin-bottom: 0;
	color: #fff;
	font-size: 16px;
}

.site-info a{
	color: #fff;
}

.site-info a:hover{
	color: #f4605c;
}

/****************************************
		Responsive Media Query
****************************************/

@media only screen and (max-width: 1200px) {
	
}

@media only screen and (max-width: 991px) {
	.about-desc h3{
		font-size: 26px;
	}

	.about-desc p{
		font-size: 14px;
	}
	
	.contact-form{
		margin-bottom: 60px;
	}
	
	.contact-form .text-right{
		text-align: left;
	}
}

/* Mobile Layout */
@media only screen and (max-width: 767px){
	
	header{
		padding: 60px 0;
	}
	
	.header-banner h2{
		font-size: 30px;
	}
	
	.header-banner p{
		font-size: 18px;
	}
	
	.aboutus,
	.contact{
		padding: 60px 0;
	}
	
	.portfolio-two{
		padding-top: 60px;
	}
	
	.main-title{
		margin-bottom: 40px;
	}
	
	.main-title h2{
		font-size: 24px;
	}
	
	.main-title p{
		font-size: 14px;
	}
	
	.about-desc{
		margin-top: 60px;
	}
}

/* Small Mobile Layout */
@media only screen and (max-width: 480px) {
	.header-nav li{
		display: block;
	}
	
	.header-nav li a{
		display: block;
		width: 100%;
		margin: 0 0 10px;
	}
	
	.list-inline>li{
		padding: 0 2px;
	}
	
	.filter-container-two{
		margin-bottom: 40px;
	}
	
	.filter-container-two .list-inline>li a{
		font-size: 12px;
		padding: 6px 10px;
	}
	
	.about-social a{
		width: 32px;
		height: 32px;
		font-size: 14px;
		padding-top: 6px;
	}
	
	.contact-info-single p{
		font-size: 16px;
	}
	
	.site-info p{
		font-size: 14px;
	}
}