/*importing font*/
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
/*the entire website styling*/
body {
	font-family: 'Roboto', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	color: #2a3237;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;0;0;0;
}

.parallax {
	position: absolute;
	overflow: hidden;
	width: 100%;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.parallax img {
	width: 100%;
	height: 100%;
}


/* Preloader */

.preloader {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: white;
}

.preloader img {
	position: absolute;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
}

.preloader div {
	display: none;
	/* Preload the Second contact Image */
	background: url(img/test_header.jpg) no-repeat 9999px 9999px;
	background-position: 9999px 9999px;
}

/*end of preloader*/

/* Start of styling of text*/
p {
	font-size: 18px;
	line-height: 1.5;
	color: #8a8e91;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	position: relative;
	margin: 10px 0;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul.white-list {
	padding: 0;
	list-style-type: none;
}

ul.white-list li {
	font-size: 18px;
	margin: 10px 0;
	color: #fff;
}

ul.white-list li:before {
	content: ' ';
	position: relative;
	top: -3px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 15px;
	background: white;
}
/*End of styling of text*/

/*Intro page*/
header {
	position: relative;
	width: 100%;
	color: white;
	background: rgba(28, 36, 65, 0.93);
	background: url('../img/test_header2.jpg');
	background-size: cover;
}

header .table {
	display: table;
	height: 100%;
}

header .container {
	height: 100%;
}

header .header-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: white;
}

header .typed {
	display: inline-block;
	margin: 0;
}
/*End of Intro page*/

/*blinking cursor*/

header .typed-cursor {
	font-size: 60px;
	display: inline-block;
	margin: 0 10px;
	color: #00a8ff;
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/*end of blinking cursor*/

a {
	text-decoration: none;
	color: #00a8ff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


/* Navigation Bar ( Navbar ) */

nav.navbar {
	position: absolute;
	z-index: 9500;
	width: 100%;
	width: 100vw;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

nav.navbar .navbar-nav li.active a:not(.btn) {
	color: #00a8ff !important;
}

nav.navbar-fixed-top {
	z-index: 9499;
	top: 0;
	padding: 25px 0;
	opacity: 0;
	background: #EFF0F7;
	box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05);
}

nav.navbar-fixed-top .navbar-nav > li > a:not(.btn) {
	color: #bbb;
}

.icon-bar {
	background: #bbb;
}
/* End of navigation bar */

/* Contact me and modal on My Work Buttons */
.btn {
	font-size: 18px;
	display: inline-block;
	padding: 15px 30px;
	color: white;
	border: 2px solid transparent;
	border-radius: 2px;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn:hover,

.btn:focus {
	color: white;
}

.btn.btn-blue {
	background: navy;
}

.btn.btn-blue:hover {
	background: #31b9ff;
}

.btn.btn-blue-fill {
	color: #00a8ff;
	border-color: #00a8ff;
	background: transparent;
}

.btn.btn-blue-fill:hover {
	color: white;
	background: #00a8ff;
}

.btn.btn-white-fill {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.btn.btn-white-fill:hover {
	color: #00a8ff;
	background: #fff;
}

.btn.btn-gray-fill {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.btn.btn-gray-fill:hover {
	border-color: #bbb;
	background: #bbb;
}

/* End of Contact me and Modal on My Work Buttons */

.navbar {
	top: 50px;
}


/* Sections */
section {
	position: relative;
}

.section {
	padding: 40px 0;
	background: #fff;
}

.section-padded {
	padding: 140px 0 40px;
}

/* About me start*/

.abouts {
	margin: 20px 0;

}

.about {
	width: 100%;
	height: 320px;
	margin: 20px 0;
	background: #297AA3;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.35);
}

.about .icon-holder {
	position: relative;
	top: 50px;
	display: inline-block;
	margin-bottom: 40px;
	padding: 10px;
	background: #297AA3;
	background: solid;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.about .heading {
	position: relative;
	top: 40px;
    color: #EFECE7;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.about .icon-holder > img.icon {
	width: 50px;
}

.about:hover {
	border-color: #e1e1e1;
}

.about:hover .icon-holder {
	top: -40px;
	background: transparent;
}

.about:hover .heading {
	top: -40px;
}

.about .description {
	width: 80%;
     color: #EFECE7;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.about:hover .description {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* About me end */

/* My Work start */

.work {
	margin: 40px 0;
	padding-bottom: 20px;
	background: white;
	/*box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);*/
	box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.35);

    
}

.work .cover .overlay {
	height: 250px;
	padding-top: 60px;
	opacity: 0;
	background: rgba(110, 168, 255, 0.9);
	/*background: navy;*/
	-webkit-transition: opacity 0.45s ease;
	transition: opacity 0.45s ease;
}


.work:hover .cover .overlay {
	opacity: 1;
}
.work:hover .cover .style
{
    opacity: 0.2;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2) ;
    transform: scale(1.2) ;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.work .title {
	margin: 20px 10px;
}

.responsive-video{
    max-width: 100%;
    height: auto;
}

/* My Work end*/

/*  Contact Me Start */

#contact {
	background: #EFECE7 url('../img/adam.jpg') no-repeat center center;
	/*background: #00a8ff url('../img/adam.jpg') no-repeat center center;*/
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: background-image 0.6s linear 0.3s;
	transition: background-image 0.6s linear 0.3s;
}

.owl-contact img {
	width: 100%;
}

.owl-contact,
.contacts {
	margin-top: 10px;
	margin-bottom: 140px;
}

.contact {
	position: relative;
	width: 100%;
}

.contacts .contact .box-main,

.contacts .contact .box-second {
	position: relative;
	left: 25%;
	display: inline-block;
	width: 50%;
	height: 180px;
	padding: 30px 50px;
	background: #bbb;
	-webkit-transition: -webkit-transform 0.3s, background-image 0.3s, opacity 0.3s;
	transition: transform 0.3s, background-image 0.3s, opacity 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.contacts .contact .box-main {
	z-index: 10;
	padding-top: 35px;
    background: #bbb;
    margin: auto;
}

.contacts .contact .box-main:not(.active) {
	cursor: pointer;
    	
}

.contacts .contact .box-main .info-icon {
	font-size: 14px;
	position: absolute;
	top: 40px;
	right: 20px;
	pointer-events: none;
	opacity: 0;
	color: #fff;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.contacts .contact .box-main:not(.active) .info-icon {
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.contacts .contact .box-main:not(.active):hover {
	background: #afafaf;
}

.contacts .contact .box-main.active {
	background: #00a8ff;
	-webkit-transform: translateX(-99%);
	-ms-transform: translateX(-99%);
	transform: translateX(-99%);

}

.contacts .contact .box-second {
	position: absolute;
	top: 0;
	right: 0% !important;
	left: auto;
	opacity: 0;
	background: #afafaf;
}

.contacts .contact .box-second.active {
	opacity: 1;
	background: #00a8ff;
}

.contacts .contact.active .box-main,
.contacts .contact .box-second {
	background: #00a8ff;
}

.contacts .contact .box-main a.btn {
	margin-top: 10px;
}

/* End Contact Me*/

/* Mobile Nav */

.mobile-nav {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: table;
	width: 50%;
	height: 50%;
	text-align: center;
	opacity: 0;
	background: rgba(55, 55, 55, 0.98);
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
    font-size: 20px;
    text-decoration: underline;  
}

.mobile-nav.active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

}

.mobile-nav ul {
	display: table-cell;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}

.mobile-nav ul li {
	margin: 15px 0;
}

.mobile-nav ul li a:not(.btn) {
	color: #aaa;
}

.mobile-nav a.close-link {
	font-size: 24px;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 10px);
	left: 0;
	width: 100%;
	padding: 5px 0;
	color: #fff;
	background: #bbb;
}
/* end Mobile Nav */

.row.title {
	padding: 0 10px;
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.bold {
	font-weight: bold;
}
/* Colors */

.white {
	color: white;
}

.light-white {
	color: rgba(255, 255, 255, 0.5);
}

.white-bg {
	background: white;
}

.gray-bg {
/*	background: #f7f7f7;*/
	background: #f2f2f2;

}

.blue {
	color: #00a8ff;
}

.blue-bg {
	background: #00a8ff;
}

.muted {
	color: #989da0;
}

.margin-top {
	margin-top:5px;
}

@media(max-width:992px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 12px;
	}
	.section {
		padding: 30px 0;
	}
}

/* Media Queries */

@media(max-width:991px) {
	.text-center-mobile {
		text-align: center !important;
	}
}



@media(max-width: 768px) {
	.contact {
		margin-bottom: 10px;
	}
	.contacts .contact .info-icon {
		display: none;
	}
	.contacts .contact .box-main,
	.contacts .contact .box-second {
		left: 0;
		width: 100%;
		padding: 10px 20px 0;
		text-align: left;
		background: #bbb;
	}
	.contacts .contact .box-main.active {
		background: #00a8ff;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	.contacts .contact .box-second {
		position: relative;
		opacity: 1;
	}
	.popup-form {
		width: 100%;
		margin: 60px auto;
	}
	.modal {
		padding: 0 10px !important;
	}
	.popup-form .form-control:not(.dropdown):focus {
		position: relative;
		padding-right: 30px;
		padding-left: 30px;
	}
}



@media(max-width: 400px) {
	header .typed-cursor {
		display: none;
	}
	.contacts .contact .box-second {
		padding-top: 0;
	}
}