@charset "utf-8";
/*======================================================================
[Master Stylesheet]
Project/Theme Name: 	Okis - Personal, CV, Resume HTML Template
Author: 				Sushan_Jariwala
Author Url: 			https://themeforest.net/user/sushan_jariwala
Description: 			Okis – Personal / CV / Resume HTML template It has covered every important sections (HOME, PROFILE, SHOWCASE, BLOGS & PRICE), Template it’s self give unique 						 looks because of fixed background, header and footer section.
Tag:  					background image, business, clean and modern design, creative html template, cv resume, html5 template, personal, personal portfolio, portfolio template, 							resume template
======================================================================*/

/*==========TABLE OF CONTENTS===========*/
/*	01 BASIC STRUCTURE				 	*/
/*	02 HEADING							*/ 
/*  03 COMMON							*/
/*  04 PROFILE							*/
/*  05 HOME								*/
/*  06 WORK								*/
/*  07 PRICE							*/
/*  08 BLOG								*/
/*  09 CONTACT							*/
/*  10 FOOTER							*/
/*======================================*/	

/* CSS DOCUMENT */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');
@import "jquery-ui.min.css";
@import "animate.css";
@import "bootsnav.css";
@import "magnific-popup.css";
@import "hover.css";
/* ========== 01 BASIC STRUCTURE ========== */

* {
	font-family: 'Roboto', sans-serif;
	outline: none;
	font-weight: 300;
	font-size: 18px;
}
body {
	background-attachment: fixed;
	color: #ffffff;
	overflow-x: hidden !important;
	max-width: 100%;
	background: #1e1923;
}
img {
	max-width: 100%;
}
.img-fluid {
	width: 100%;
}
p {
	font-weight: 400;
	line-height: 15px;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
iframe {
	border: none;
	width: 100%;
}
a {
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	-ms-transition: all .8s ease;
	transition: all .8s ease;
}
a:hover, a:focus {
	color: #dfe122;
	text-decoration: none;
}
a img {
	border: none;
}
iframe {
	border: none;
}
/* ========== 02 HEADING ========== */ 

h2, h3, h4, h5, h6 {
	line-height: 1.42857143;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 15px;
}
/* Titles */
.large-title {
	font-weight: 900;
	font-size: 48px;
}
.medium-title {
	font-weight: 900;
	font-size: 24px;
}
.medium-title .icon {
	margin-right: 20px;
}
.small-title {
	font-weight: 700;
	font-size: 18px;
}
/* Paragraph */
p {
	line-height: 30px;
	font-size: 18px;
	padding: 0;
	margin: 0;
}
/* Text color */
.txt-dark {
	color: #1e1923;
}
.txt-light {
	color: #ffffff;
}
.txt-color {
	color: #dfe122;
}
/* Text style */
.txt-underline {
	text-decoration: underline;
}
/* Font style */
.font-regular {
	font-weight: 400;
}
.font-bold {
	font-weight: 700;
}
.font-black {
	font-weight: 900;
}
/* Font sizes */
.font18 {
	font-size: 18px;
}
.font24 {
	font-size: 24px;
}
.font48 {
	font-size: 48px;
}
.font72 {
	font-size: 72px;
}
.font120 {
	font-size: 120px;
}
/* Margin setup */
.mt0 {
	margin-top: 0 !important;
}
.mb10 {
	margin-bottom: 10px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb50 {
	margin-bottom: 50px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mt100 {
	margin-top: 100px;
}
/* Padding setup */
.nopadding {
	padding: 0;
}
.pt30 {
	padding-top: 30px;
}
/* Background color */
.bgfff {
	background-color: #ffffff;
}
.bgdfe {
	background-color: #dfe122;
}
.highlights {
	border-bottom: 1px solid #dfe122;
}
/* Textbox */
.textbox {
	border: 1px solid #ffffff;
	padding: 10px;
	width: 100%;
	border-radius: 0;
	line-height: normal;
	background: transparent;
	border-left: 0;
	display: inherit;
}
.input-group-addon {
	border-radius: 0;
	background: transparent;
	border: 1px solid #fff;
	border-right: none;
	color: #fff;
	vertical-align: top;
	padding-top: 10px;
}
/* Buttons */ 
.btn {
	background-color: #dfe122;
	border: none;
	color: #1e1923;
	font-weight: bold;
	padding: 15px 30px;
	margin-bottom: 0;
	font-size: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 0;
	-webkit-transform: skew(-10deg);
	-o-transform: skew(-10deg);
	transform: skew(-10deg);
}
.btn span {
	display: inline-block; /*important line*/
	-webkit-transform: skew(10deg);
	-moz-transform: skew(10deg);
	-o-transform: skew(10deg);
	transform: skew(10deg);
	font-size: 18px;
	font-weight: bold;
}
.btn .icon {
	margin-right: 20px;
}
.btn:before {
	background-color: #fff;
	border-radius: 10px !important;
}
.btn:hover, .btn:active, .btn:focus {
	background-color: #1e1923;
	color: #1e1923;
	border: 1px solid #1e1923;
}
.btn-light {
	background-color: #ffffff;
	border: none;
	color: #1e1923;
}
.btn-light:before {
	background-color: #dfe122;
	border-radius: 10px !important;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
	background-color: #dfe122;
	color: #1e1923;
	border: 1px solid #dfe122;
}
.btn-dark {
	background-color: #1e1923;
	border: none;
	color: #ffffff;
}
.btn-dark:before {
	background-color: #ffffff;
	border-radius: 10px !important;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
	background-color: #ffffff;
	color: #1e1923;
	border: 1px solid #ffffff;
}
.w100 {
	width: 100%;
}
.hvr-shutter-in-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #1e1923;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
/* Bottom align text */
.bottom-align-text {
	bottom: 0;
	right: 0;
	text-align: left;
	margin-top: 16%;
}
/* Background image overlay effects */
.bg-overlay {
	background: #1e1923;
	width: 100%;
	height: 100%;
	position: fixed;
	opacity: .8;
	top: 0;
	z-index: 0;
}
/* PreLoader */ 
.page-preloader {
	background-color: #1e1923;
	background-image: url(../images/preloader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999999;
}
/* ========== 03 COMMON ========== */

.page-title {
	font-size: 90px;
	font-weight: 900;
	width: auto;
	float: left;
}
/* Mobile Menu */
.mobile-menu-open {
	display: none;
}
.mobile-menu-close {
	display: none;
}
.section {
	width: 100%;
	float: left;
	clear: both;
	display: inline-block;
}
section {
	padding-bottom: 150px;
	position: relative;
	float: left;
	width: 100%;
	padding-top: 150px;
	background-position: 50% 150px;
	background-repeat: no-repeat;
	background-color: transparent;
}
.navbar-inverse {
	background-color: transparent;
	border: none;
}
.navbar-brand {
	padding: 0px 0px;
}
/* Main Menu */
#menu {
	margin: 0 auto;
	width: auto;
	text-align: center;
}
#menu ul {
	margin-top: 50px !important;
	margin: 0 auto;
	width: auto;
	display: inline-flex;
}
#menu ul li {
	display: inline-grid;
	margin: 0;
	padding: 0;
	float: left;
}
#menu ul li a {
	padding: 0 20px;
	font-size: 18px;
	float: left;
	margin: 0;
	text-align: center;
}
#menu ul li a:hover {
	color: #fff;
	opacity: .8;
}
#menu ul li a span {
	transition: all .2s ease-in-out;
	float: left;
}
#menu ul li a:hover > span {
	position: relative;
	float: left;
	transform: skewY(10deg) translateY(50px);
}
#menu ul li a.active span {
	position: relative;
	animation: menu_active_hover_title 1s forwards;
	transform: skewY(10deg);
}
#menu ul li a.active:before {
	height: 90px;
	animation-name: menu_active_line;
	animation-duration: .5s;
	animation-timing-function: linear;
}
#menu ul li a:before {
	margin-top: 0px;
	background: #fff;
	width: 1px;
	height: 0px;
	content: '';
	position: absolute;
	line-height: normal;
	top: 0;
	margin-left: 15px;
	transition: height .5s ease;
	display: flex;
}
#menu ul li a:hover:before {
	margin-top: 0px;
	background: #fff;
	width: 1px;
	height: 90px;
	content: '';
	position: absolute;
	line-height: normal;
	top: 0;
}
 @keyframes menu_active_line {
 from {
 height: 0%;
}
 to {
 height:90px;
}
}
 @keyframes menu_active_hover_title {
 from {
 top: 0%;
}
 to {
 top:50px;
}
}
#home .profile-link {
	position: absolute;
	right: 0;
	top: 0;
	padding: 50px 15px;
}
.profile-link {
	position: absolute;
	right: 0;
	top: 0;
	padding: 50px 30px;
}
/* Icons Image */
.profile-icon {
	background: url("../images/icons/profile-icon.png") no-repeat;
	width: 18px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 0;
	position: relative;
	left: 0;
}
.call-icon {
	background: url("../images/icons/call-icon.png") no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
	left: 0;
}
.email-icon {
	background: url("../images/icons/email-icon.png") no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
	left: 0;
}
.download-icon {
	background: url("../images/icons/download-icon.png") no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
	left: 0;
}
.facebook-icon {
	background: url("../images/icons/facebook-icon.png") no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
	left: 0;
}
.twitter-icon {
	background: url("../images/icons/twitter-icon.png") no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
	left: 0;
}
.instagram-icon {
	background: url("../images/icons/instagram-icon.png") no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
	left: 0;
}
.youtube-icon {
	background: url("../images/icons/youtube-icon.png") no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
	left: 0;
}
header {
	position: fixed;
	top: 0;
	z-index: 99;
}
#home footer {
	position: fixed;
	bottom: 30px;
	right: auto;
}
footer {
	position: fixed;
	bottom: 30px;
	right: 30px;
}
.navbar-brand {
	padding: 30px 0 0 15px;
}
#page-content {
	float: left;
	width: 100%;
	z-index: 1;
	position: relative;
	min-height: 600px;
}
.breadcrumb {
	background: transparent;
	margin-top: 70px;
	padding: 0;
	text-align: right;
	float: right;
}
.breadcrumb li {
}
.breadcrumb li a {
}
.breadcrumb>.active {
	color: #dfe122;
}
.popup-section {
	background: transparent;
	float: left;
	z-index: 999;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.popup-content {
	background: transparent;
	padding: 0;
	margin-top: 70px;
	position: relative;
	min-height: 300px;
	float: left;
	width: 100%;
	display: inherit;
}
.popup-content .section .page-title {
	margin-top: -70px;
	width: 100%;
	float: left;
	text-align: left;
}
.popup-content .section:last-child {
	padding-bottom: 10px;
}
.popup-content .section h3, .profile-content .section h3 span {
	font-size: 36px;
	font-weight: 700;
	padding-top: 30px;
}
.popup-content .section ul {
}
.popup-content .section ul li {
	float: left;
	padding-left: 30px;
}
.popup-content .section ul li:first-child {
	margin: 0;
	padding: 0;
}
/* ========== 04 PROFILE ========== */
#profile {
}
#profile-popup {
	display: none;
	z-index: 99;
	background: url(../images/profile-bg-image.jpg) no-repeat center center fixed;
	width: 100%;
	position: fixed;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-y: auto;
}
.profile-section {
	background: transparent;
	float: left;
	z-index: 999;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.profile-content {
	background: #1e1923;
	padding: 0;
	margin-top: 70px;
	position: relative;
	min-height: 300px;
	float: left;
	width: 100%;
	display: inherit;
}
.profile-content .section .page-title {
	margin-top: -70px;
	width: 100%;
	float: left;
	text-align: center;
}
.profile-content .section:last-child {
	padding-bottom: 10px;
}
.profile-content .section h3, .profile-content .section h3 span {
	font-size: 36px;
	font-weight: 700;
	padding-top: 30px;
}
.profile-content .section ul {
}
.profile-content .section ul li {
	float: left;
	padding-left: 30px;
}
.profile-content .section ul li:first-child {
	margin: 0;
	padding: 0;
}
.profile-popup-close {
	background: url("../images/icons/close-icon.png");
	width: 18px;
	height: 18px;
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 1;
}
.profile-about-section {
	background: #fff;
	padding: 30px;
	float: left;
	width: 50%;
	margin-top: 30px;
}
.profile-about-section h3 {
	font-size: 48px;
	color: #1e1923;
	padding: 0 !important;
}
.profile-about-section p {
	color: #1e1923;
	width: 100%;
	float: left;
	display: block;
	position: relative;
	clear: both;
}
.profile-skills-section {
	background: #dfe122;
	padding: 30px;
	float: left;
	width: 50%;
	margin-top: 70px;
	padding-bottom: 30px;
}
.profile-skills-section h3 {
	font-size: 48px;
	color: #1e1923;
	padding: 0 !important;
}
.profile-skills-section p {
	color: #1e1923;
}
.profile-skills-section ul {
	transform: rotate(-90deg);
	float: left;
	width: auto;
	display: block;
	margin-bottom: 30px;
}
.profile-skills-section li {
	float: left;
	width: auto;
	display: contents !important;
}
/* Skills */
.skills {
	margin-bottom: 30px;
}
.skillbar {
	position: relative;
	display: inline-flex;
	margin-bottom: 15px;
	background: transparent;
	width: 50%;
	margin-left: 50px;
}
.profile-skills-section .section ul li .skills .skillbar:first-child {
	margin-left: 150px !important;
}
.skillbar .skillbar-bar {
	background: transparent;
	border: 1px solid #1e1923;
}
.skills h5 {
	position: relative;
	font-weight: bold;
	color: #1e1923;
	font-size: 15px;
	margin-bottom: 10px;
	float: left;
	transform: rotate(0deg);
	right: -30px;
	vertical-align: middle;
	top: 10px;
	/* float: left; */
	/* text-align: left; */
	width: 20%;
	text-align: left;
}
.skills .skill-percent {
	margin-top: 10px;
	float: right;
	transform: rotate(90deg);
	font-size: 18px;
	color: #1e1923;
	font-weight: 500;
}
.skillbar-bar {
	height: 50px;
	width: 0px;
	background: #dadada;
}
/*
.skillbar .skillbar-bar { -webkit-transition: width 2s ease-in;
    -moz-transition: width 2s ease-in;
    -o-transition: width 2s ease-in;
    -ms-transition: width 2s ease-in;
    transition: width 2s ease-in; }*/
.skill-bar-percent {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 11px;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	color: rgba(0, 0, 0, 0.4);
}
.profile-about-section li {
	color: #1e1923;
	padding: 0 20px !important;
	font-weight: 500;
	margin-bottom: 15px !important;
	float: left;
	width: 100%;
}
.profile-about-section li:before {
	content: '';
	background: url("../images/icons/tick-icon.png");
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0px;
}
.profile-about-section li:first-child {
	margin-bottom: 15px !important;
}
/* ========== 05 HOME ========== */
#home {
	background: url("../images/home-bg-image.jpg") no-repeat center center fixed;
	width: 100%;
	position: fixed;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-y: auto;
}
#home-content {
	z-index: 0;
	position: relative;
	color: #fff;
	top: 50%;
	left: 50%;
	padding: 0px;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.home-slider-title-bg {
	width: 0;
	padding: 0px;
	background: url(../images/home-slider-title-bg.png) no-repeat;
	color: #1e1923;
	font-weight: 900;
	margin: 0 auto;
	position: relative;
	animation: home_title_bg 1s forwards 1s;
	height: 153px;
}
.home-slider-title-bg span {
	font-weight: 700;
	opacity: 0;
	font-size: 120px;
	animation: fadeInContent 1s forwards 1.5s;
	vertical-align: top;
}
 @keyframes home_title_bg {
 from {
 width: 0%;
}
 to {
 width:319px;
}
}
@keyframes fadeInContent {
 from {
 opacity: 0;
 padding:0;
}
 to {
 opacity:1;
 padding:0 30px;
}
}
 @keyframes roll {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
.home-typewriter-text {
	text-align: center;
	width: 100%;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	top: 0
}
.home-typewriter-text h1 {
	font-size: 48px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.home-typewriter-text span {
	border-right: .05em solid;
	animation: caret 1s steps(1) infinite;
	font-size: 48px;
}
 @keyframes caret {
 50% {
 border-color: transparent;
}
}
/* ========== 06 WORK ========== */
#work {
	background: url("../images/work-bg-image.jpg") no-repeat center center fixed;
	width: 100%;
	position: fixed;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-y: scroll;
}
#showcase {
	margin-top: 0;
	background-color: #f1f1f1;
	background-position: 50% 150px !Important;
}
.showcaseFilter {
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: center;
	transform: rotate(-90deg);
	left: -230px;
	position: absolute;
	top: 325px;
}
.showcaseFilter a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 10px 20px;
	font-weight: 500;
}
.showcaseFilter a.current {
	background: transparent;
	border-radius: 10px;
	color: #dfe122;
}
.showcase {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	margin-bottom: 30px;
	border-radius: 0;
}
.bgoverlay {
	width: 100%;
	height: 100%;
	background: #1e1923;
	opacity: .5;
	position: absolute;
	z-index: 1;
}
.showcase img {
	width: 100%;
	overflow: hidden;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-radius: 0;
}
.showcase:hover {
	box-shadow: #1e1923 0px 0 30px;
	opacity: 1;
	z-index: 2;
}
.showcase:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.showcase .hover-style {
	text-align: center;
	color: #000;
	opacity: 1;
	display: none;
	z-index: 9999;
	position: absolute;
	height: auto;
	height: 100%;
	width: 100%;
	top: 0;
	margin: 0;
	padding: 0;
	padding: 0px;
	border-radius: 0;
}
.showcase .hover-style .border-box {
	background: transparent;
	vertical-align: middle;
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 10px;
	border-radius: 0;
}
.showcase .hover-style .border-box .hover-content {
	display: table;
	vertical-align: middle;
	background: transparent;
	color: #000;
	border: none;
	-webkit-transition: zoomIn .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	;
	opacity: 0;
	width: 0;
	height: 0;
	margin: auto;
	top: 50%;
}
.showcase .hover-style:hover .hover-content {
	opacity: 1;
	border: 1px solid #ffffff;
	border-radius: 0;
	width: 100%;
	height: 100%;
}
.showcase .hover-content .content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}
.showcase .hover-style h3 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	opacity: 0;
	margin-right: -150px;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	-ms-transition: all .8s ease;
	transition: all .8s ease;
}
.showcase .hover-style:hover h3 {
	opacity: 1;
	margin-right: 0;
}
.showcase .hover-style h5 {
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	opacity: 0;
	margin-left: -150px;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	-ms-transition: all .8s ease;
	transition: margin-left .8s ease;
	position: relative;
}
.showcase .hover-style:hover h5 {
	opacity: 1;
	margin-left: 0;
}
.showcase .hover-style .popup-img {
	background: url(../images/showcase/zoom.png);
	width: 30px;
	height: 30px;
}
.showcase:hover>.hover-style {
	display: block;
}
.showcase:hover>.hover-style .border-box {
	opacity: 1;
	z-index: 1111;
	position: absolute;
	left: 0;
}
.showcase .hover-style .showcase-links a {
	font-size: 18px;
	color: #ffffff;
	margin: 10px;
}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
 
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
/* ========== 07 PRICE ========== */
#price {
	background: url("../images/price-bg-image.jpg") no-repeat center center fixed;
	width: 100%;
	position: fixed;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-y: auto;
}
.price-section {
	background: #1e1923;
	padding: 30px;
	float: left;
	width: 100%;
	min-height: 562px;
}
.price-box:last-child .price-section {
	background: #dfe122;
}
.price-section .section h3 {
	float: left;
}
.price-section .price-amt {
	float: right;
}
.price-section .price-amt span {
	font-size: 48px;
	font-weight: 700;
}
.price-section .price-amt sup {
	font-size: 18px;
	float: left;
	margin-top: 30px;
	margin-right: 10px;
}
.price-section ul {
	margin: 0;
	padding: 0;
	float: left;
}
.price-section li {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 30px;
	line-height: 50px;
}
.price-section li.yes:before {
	content: '';
	background: url("../images/icons/tick-color-icon.png");
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0px;
	top: 15px;
}
.price-section li.no:before {
	content: '';
	background: url("../images/icons/remove-color-icon.png");
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0px;
	top: 15px;
}
.price-section .section .btn {
	bottom: 0;
}
/* ========== 08 BLOG ========== */
#blog {
	background: url("../images/blog-bg-image.jpg") no-repeat center center fixed;
	width: 100%;
	position: fixed;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-y: auto;
}
.blog-section {
	background: transparent;
	padding: 0;
	float: left;
	width: 100%;
	min-height: auto;
}
.blog-section .blog-date {
	position: relative;
	background: #dfe122;
	padding: 10px;
	font-size: 24px;
	font-weight: 700;
	color: #1e1923;
	bottom: 30px;
	width: auto;
	display: inline-flex;
	left: 30px;
}
/* ========== 09 CONTACT ========== */
#contact {
	background: url("../images/contact-bg-image.jpg") no-repeat center center fixed;
	width: 100%;
	position: fixed;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-y: auto;
}
.contact-section {
	background: transparent;
	padding: 0;
	float: left;
	width: 100%;
	min-height: 562px;
}
.contact-list {
	width: 100%;
	background: #dfe122;
	padding: 30px;
	float: left;
}
.contact-list li {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.contact-list li span {
	color: #1e1923;
	font-size: 18px;
	font-weight: 500;
	float: left;
	width: 100%;
	text-align: left;
}
.contact-list li h4 {
	color: #1e1923;
	font-size: 24px;
	font-weight: 900;
}
.contact-list li .contact-icon {
	float: left;
	position: relative;
	width: 50px;
	height: 32px;
	display: inline-grid;
}
.contact-list li .contact-icon span {
	opacity: .5;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	-ms-transition: all .8s ease;
	transition: all .8s ease;
}
.contact-list li .contact-icon span:hover {
	opacity: 1;
}
.contact-list li .contact-icon .facebook {
	background: url(../images/facebook.png) no-repeat;
}
.contact-list li .contact-icon .twitter {
	background: url(../images/twitter.png) no-repeat 0% 100%;
}
.contact-list li .contact-icon .linkedin {
	background: url(../images/linkedin.png) no-repeat;
}
.contact-list li .contact-icon .instagram {
	background: url(../images/instagram.png) no-repeat;
}
.contact-form {
	background: #1e1923;
	padding: 30px;
}
/* ========== 10 FOOTER ========== */
#footer {
	margin-top: 0;
	background-image: none;
	background-color: transparent;
	background-position: 50% 150px !Important;
	width: 100%;
	z-index: 2;
}
.footer-personal-details {
	margin-left: 30px;
}
.footer-personal {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	float: left;
}
.footer-personal li {
	float: left;
	display: inline-flex;
	padding-right: 30px;
}
.footer-personal li:last-child {
	padding-right: 0;
}
.footer-personal li i {
	padding-right: 20px;
	position: relative;
}
.footer-personal li a {
	text-decoration: none;
}
.footer-personal li a.txt-color {
	text-decoration: underline;
}
.footer-personal li a.txt-color:hover {
	color: #ffffff;
}
.footer-personal li span {
	line-height: 30px;
}
.copyrights {
	text-align: right;
	bottom: 0;
	position: absolute;
	right: 0px;
	z-index: -1
}
