

body {
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
	margin: 0px;
}
html,
body {
	width: 100%;
	height: 100%;
	color: #666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
}
ul,
ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

a,
a:hover,
a:focus {
	margin: 0px;
	padding: 0px;
	-webkit-text-decoration: none;
	-moz-text-decoration: none;
	-ms-text-decoration: none;
	-o-text-decoration: none;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}
input,
textarea {
	outline: none;
	border: none;
	resize: none;
}
p {
	margin: 0px;
	padding: 0px;
	line-height: 29px;
	font-size: 14px;
	color: #666;
	font-family: 'Montserrat', sans-serif;
}
/*=================================================
		Start Typography
===================================================*/

h2 {
	display: inline-block;
	font-size: 24px;
	font-weight: 800;
	text-transform: capitalize;
	color: #666;
	line-height: 35px;
}
.section-title h2 {
	color: #222;
	font-size: 40px;
}
/*===========================================
		common class
=============================================*/

.bgcolor1 {
	background: #f6f6f6;
}
.section-padding {
	padding: 80px 0px;
}
.section-title-padding {
	padding-bottom: 60px;
}
/*========================================
	bootstrap common css customize
==========================================*/

.navbar-nav > li > a {
	line-height: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.nav > li > a:focus,
.nav > li > a:hover {
	background-color: transparent;
	text-decoration: none;
}
.navbar {
	border: 0px solid transparent;
	margin-bottom: 0px;
}
.navbar-collapse {
	border-top: 0px;
	box-shadow: none;
	overflow-x: visible;
}
.navbar-right {
	float: right;
	margin-left: -15px;
	margin-right: -15px;
}
.navbar-toggle .icon-bar {
	background: #444444 none repeat scroll 0 0;
}
.navbar-toggle {
	margin-top: 17px;
}
/*===============================================
		cross browser support
================================================*/

/*
	transition
*/

.site-header.sticky,
#main-menu ul li a,
ul.work-filter li,
.hire-me a,
.site-header.sticky a.logo,
.about-details a,
.overlay-portfolio,
figcaption,
figure.single-effect img,
.single-effect h2,
.single-effect p,
.team-overlay,
.overlay-bg,
.form-submit input[type="submit"] {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
/*
	opaity 0
*/

/*==========================================
		Start header area
============================================*/

.site-header {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 111;
}

.site-header.sticky {
	background: #fff;
	position: fixed;
	top: 0px;
	width: 100%;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
#site-navigation .navbar-toggle {
	background-color: #fff;
}

.site-header img.bglogosticky {
	display: none;
}
.site-header.sticky img.bglogo {
	display: none;
	width: 100px;
	height: 200px;
	
}
.site-header.sticky img.bglogosticky {
	display: block;
}
a.logo {
	display: inline-block;
	padding: 21px 0;
}
.site-header.sticky a.logo {
	padding: 14px 0;
}
#main-menu ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 90px;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
    margin-top: 10px;
}
.site-header.sticky {
	background: #fff;
}
.site-header.sticky #main-menu ul li a {
	color: #333;
	line-height: 70px;
}
.mid-header-area {
	/* background: rgba(0, 0, 0, 0) url(../images/about.png) no-repeat fixed center; */
	background: rgba(0, 0, 0, 0) url(../images/about.png) no-repeat fixed center center / cover;
	height: 100vh;
	position: relative;
}
.welcome-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .70);
}
.mid-table {
	display: table;
	height: 100%;
	text-align: center;
	width: 100%;
}
.mid-table-cell {
	display: table-cell;
	vertical-align: middle;
}
.mid-content {
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
	z-index: 11;
	width: 80%;
	margin: auto;
}
.mid-content h5 {
	color: #fff;
	margin-bottom: 14px;
	letter-spacing: 12.5px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
}
.mid-content h1 {
	color: #fff;
	font-weight: 900;
	text-transform: capitalize;
	font-size: 44px;
	line-height: 56px;
	letter-spacing: 1.5px;
}
.arrow-down {
	bottom: 40px;
	left: 50%;
	position: absolute;
	z-index: 11;
	-webkit-animation: animate 2s infinite;
	-moz-animation: animate 2s infinite;
	-ms-animation: animate 2s infinite;
	-o-animation: animate 2s infinite;
	animation: animate 2s infinite;
}


@keyframes animate {
	0% {
		-webkit-transform: translate(0px, 0px);
		-moz-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		-o-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
		opacity: 0;
	}
	50% {
		-webkit-transform: translate(0px, 0px);
		-moz-transform: translate(0px, 20px);
		-ms-transform: translate(0px, 20px);
		-o-transform: translate(0px, 20px);
		transform: translate(0px, 20px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(0px, 0px);
		-moz-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		-o-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
		opacity: 0;
	}
}
.arrow-down > a {
	color: #fff;
	display: inline-block;
	font-size: 27px;
	line-height: 31px;
}

#main-menu a:hover
{
    color: red;
}
/*==========================================
		about area
============================================*/
.about-details h2 {
	text-transform: capitalize;
	font-size: 16px;
	color: #343434;
	font-weight: 900;
	letter-spacing: 4px;
	margin-top: 15px;
	margin-bottom: 28px;
	line-height: 30px;
}
.about-details a {
	color: #fff;
	//text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 13px;
	display: inline-block;
	padding: 10px 6px;
	background: #393939;
	margin-top: 20px;
}
.about-details a:hover {
	background: #000;
}

.about-details p
{   text-align: left;
    text-justify: inter-word;
    text-align: justify;
	font-size: 15px;
}
/*=================================================
		service area
===================================================*/

.service-wrapper {
	text-align: center;
	background: #fff;
	padding: 70px 21px;
}
.service-icon i {
	color: #666;
	font-size: 45px;
}
.service-wrapper h3 {
	color: #222;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	margin-top: 16px;
	line-height: 30px;
	letter-spacing: 1.5px;
}
/*=================================================
		portfolio area
===================================================*/

ul.work-filter li {
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	padding: 6px 12px;
	text-transform: capitalize;
	letter-spacing: 1.5px;
}
.filter.mixitup-control-active {
	background: transparent;
	color: #000;
}
.single-item {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.single-item figure {
	overflow: hidden;
	position: relative;
}
figcaption {
	top: 50%;
	position: absolute;
	visibility: hidden;
	z-index: 11;
	padding: 0px 16px;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	-webkit-opacity: 0;
	opacity: 0;
}
.single-item:hover.single-item figure::after {
	visibility: visible;
}
.overlay-portfolio {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .80);
	z-index: 11;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	visibility: hidden;
}
.single-item:hover .overlay-portfolio {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	visibility: visible;
}
figure.single-effect img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	width: 100%;
	height: auto;
}
.single-item:hover figure.single-effect img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.single-item figure:hover figcaption {
	visibility: visible;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}
.single-effect h2 {
	color: #333;
	font-size: 12px;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 2px;
	background: #fff;
	padding: 1px 21px;
	text-transform: uppercase;
}
.single-effect p {
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 600;
	margin-top: 5px;
}

.portfolio-items p
{
    text-align: center;
}

/*============================================
	hire me area
==============================================*/

.hire-wrapper h3 {
	color: #222;
	font-size: 13px;
	margin-bottom: 11px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.hire-me a {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	padding: 12px 34px;
	background: #393939;
	margin-top: 20px;
	letter-spacing: 1px;
	font-size: 13px;
	float: right;
}
.hire-me a:hover {
	background: #000;
}
/*================================================
		team area
==================================================*/

.member-image {
	position: relative;
}
.team-overlay {
	position: absolute;
	top: 50%;
	left: 0px;
	padding: 0px 33px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	visibility: hidden;
	-webkit-opacity: 0;
	opacity: 0;
}
.member-image img {
	height: auto;
	width: 100%;
}
.team-overlay h4 {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 1.5px;
	position: relative;
	padding-bottom: 12px;
}
.team-overlay h4:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 94%;
	height: 2px;
	width: 50px;
	background: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.team-overlay h5 {
	color: #fff;
	text-transform: capitalize;
	margin-top: 8px;
	font-size: 14px;
}
.member-social a {
	margin-right: 10px;
	padding: 4px 4px;
	margin-top: 13px;
	display: inline-block;
	color: #fff;
	font-size: 15px;
}
.overlay-bg {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .85);
	visibility: hidden;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}
.member-image:hover .overlay-bg,
.member-image:hover .team-overlay {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}
p
{
    text-justify: inter-word;
    text-align: justify;
}

/*=============================================
	quote area
==============================================*/

.user-quote {
	padding: 150px 0px;
}
.user-quote:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .80);
}
.quote-wrapper {
	position: relative;
	z-index: 111;
	width: 60%;
	margin: auto;
}
.quote-wrapper h5 {
	color: #fff;
	line-height: 30px;
	text-transform: capitalize;
	letter-spacing: 1.5px;
	font-size: 13px;
}
.quote-wrapper h6 {
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	margin-top: 20px;
	letter-spacing: 1.5px;
}
/*==========================================
		Start contact area
=============================================*/

input.controler {
	font-size: 14px;
	margin-bottom: 12px;
	padding: 14px 15px;
	text-transform: capitalize;
	width: 100%;
	background: #f8f8f8;
}
.single > textarea {
	border: none;
	width: 100%;
	text-transform: capitalize;
	padding: 18px;
	background: #f8f8f8;
	margin-top: 11px;
}
.form-submit input[type="submit"] {
	font-size: 13px;
	text-transform: uppercase;
	padding: 14px 40px;
	background: #393939;
	margin-top: 17px;
	margin-left: 14px;
	color: #FFF;
	font-weight: 700;
	letter-spacing: 1px;
}
.form-submit input[type="submit"]:hover {
	background: #000;}

.contact-form p
{
    text-align: center;
}
/*======================================
	footer area
========================================*/

footer.footer-area {
	background: #000;
	padding: 90px 0px;
}
.footer-inner-content p {
	color: #fff;
}
.footer-social-icon ul li {
	display: inline-block;
	margin-right: 8px;
}
.footer-social-icon ul li:last-child {
	margin-right: 0px;
}
.footer-social-icon ul li a {
	padding: 9px;
	color: #fff;
	font-size: 15px;
}
.footer-social-icon {
	margin-top: 25px;
}
/*===============================================
		preloader css style
=================================================*/

.preloader {
	background: #000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
}
.status-mes {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
	font-size: 10px;
	text-indent: -12345px;
	border-top: 4px solid #222;
	border-right: 4px solid #222;
	border-bottom: 4px solid #222;
	border-left: 4px solid #fff;
	border-radius: 50%;
	-webkit-animation: spinner 1000ms infinite linear;
	animation: spinner 1000ms infinite linear;
	z-index: 10000;
}
@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.header-text .home-arrow-down {
	text-align: center;
	position: absolute;
	bottom: -210px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.header-text .home-arrow-down .btn {
	font-size: 60px;
}
.header-text .home-arrow-down .fa {
	color: #1ca488;
	display: inline-block;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-animation-name: home-arrow-down;
	animation-name: home-arrow-down;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
@-webkit-keyframes home-arrow-down {
	from {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
		filter: alpha(opacity=0);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	10% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
		filter: alpha(opacity=100);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	to {
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
		filter: alpha(opacity=0);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
@keyframes home-arrow-down {
	from {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
		filter: alpha(opacity=0);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	10% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
		filter: alpha(opacity=100);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	to {
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
		filter: alpha(opacity=0);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 70px;
    height: 70px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

.fa:hover {
    color: white;
    padding: 20px;
    font-size: 40px;
    width: 75px;
    height: 75px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}


.fa-facebook {
	background: #3B5998;
	color: white;
}
.fa-twitter {
	background: #55ACEE;
	color: white;
}

.fa-instagram
{
	background-color: #517fa4;
	color: white;
}

.fa-google {
	background: #dd4b39;
	color: white;
}

.fa-linkedin {
	background: #007bb5;
	color: white;
}

.fa-skype {
	background: #00aff0;
	color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.vidcontainer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.youtubevideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sidevidcontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;

}

#portfolioBanner
{
    background-color: #ffc002;
    width: 100%;
    height: 100%;
;
}

.vdesign
{
    width: 40%;
    height: 40%;
    float: left;
}

.vdesign2
{
    width: 54%;
    height: 54%;
    float: left;
}

#meroomba
{
    width:65%;
    height: 65%;
    padding-bottom: 2%;
    margin-left: 10%;

}


#ironman
{
    padding: 2%;
}

.textside

{ float: right;

}