/*
 * ----------------------------------------------------------------------------------------
 Author       : Creativepersonal
 Template Name: Nion - Super Professional Personal Portfolio Template
 Version      : 1.0
 * ----------------------------------------------------------------------------------------
 */

/*
 * ----------------------------------------------------------------------------------------
 * 01.GLOBAL CSS STYLE
 * 02.PRELOADER & BOUNCE CCS STYLE
 * 03.HOMEPAGE CSS STYLE
 -LOGO CSS
 -MENU CSS
 -HOMEPAGE SLIDER BACKGROUND CSS STYLE
 -VIDEO BACKGROUND CSS STYLE
 * 04.ABOUT CSS STYLE
 * 05.SERVICE CSS STYLE
 -SINGLE SERVICE CSS
 * 06.COMPLETE PROJECT CSS STYLE
 * 07. WORK EXPERIENCE & EDUCATION CSS STYLE
 * 08.WORK CSS STYLE
 * 09.TESTIMONIAL CSS STYLE
 * 10.CONTACT CSS STYLE
 * 11.MAP CSS STYLE
 * 12.FOOTER CSS STYLE
 * ----------------------------------------------------------------------------------------
 */

/*
 * ----------------------------------------------------------------------------------------
 * 01.GLOBAL STYLE
 * ----------------------------------------------------------------------------------------
 */

body {
	font-size: 15px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 1px;
	height: 100%;
	font-family: 'Poppins', sans-serif;
}

html, body {
	height: 100%
}

h1, h2, h3, h4, h5, h6 {
}

a {
	text-decoration: none;
	-webkit-transition: all 0.4s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	color: #000;
}

img {
	width: 100%;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

ul, li {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}

.no-padding {
	padding: 0
}

.section-padding {
	padding: 70px 0px;
}

.section-title {
	text-align: center;
	margin-bottom: 40px;
}

.section-title h2 {
	margin-top: 0;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 30px;
}

.section-title p {
	font-weight: 300;
}

/*
 * ----------------------------------------------------------------------------------------
 * 02.PRELOADER & BOUNCE CCS STYLE
 * ----------------------------------------------------------------------------------------
 */

#preloader-area {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	text-align: center
}

.loader {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center
}

.loader div {
	display: inline-block;
	background-color: #FFCB2F;
	width: 14px;
	height: 14px;
	margin: 3px;
	border-radius: 50%;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.loaded #loader-wrapper {
	visibility: hidden;
	background: rgba(255, 255, 255, 0);
	-webkit-transition: ease-out .3s;
	transition: ease-out .3s
}

.loaded #loader-wrapper, .loaded .loader {
	-webkit-transition: ease-out .3s;
	-moz-transition: ease-out .3s;
	-o-transition: ease-out .3s
}

.loaded .loader {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: ease-out .3s;
	transition: ease-out .3s
}

.loader .bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

.loader .bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

@-webkit-keyframes bouncedelay {
0%,
100%,
80% {
-webkit-transform: scale(0);
transform: scale(0)
}
40% {
-webkit-transform: scale(1);
transform: scale(1)
}
}

@keyframes bouncedelay {
0%,
100%,
80% {
-webkit-transform: scale(0);
transform: scale(0)
}
40% {
-webkit-transform: scale(1);
transform: scale(1)
}
}

/*
 * ----------------------------------------------------------------------------------------
 * 03.HOMEPAGE CSS STYLE
 * ----------------------------------------------------------------------------------------
 */

.welcome-area {
	height: 100%;
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.welcome-image-area {
	position: relative;
	height: 100%;
	background: url("../images/bg/bg.jpg");
	background-size: cover;
	z-index: 1;
}

.welcome-image-area:after {
	position: absolute;
	background: rgba(0, 0, 0, .8);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

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

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

.header-text img {
	width: 130px;
	border-radius: 50%;
	margin: 0 auto;
}

.header-text h2 {
	color: #fff;
	font-size: 26px;
	letter-spacing: 3px;
	font-weight: 900;
	text-transform: uppercase;
}

.header-text p {
	color: #fff;
	font-size: 20px;
	padding: 0px 100px;
}
.header-text p span.small-text {
	color: #fff;
	opacity: .4;
	font-size: 14px;
}
.header-text .fb-button img {
	border-radius: 0%;
	width: 230px;
	cursor: pointer;
}
.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: 30px;
}

.header-text .home-arrow-down .fa {
	color: #FFCB2F;
	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)";
}
}

.header-top-area {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.logo {
	padding-top: 28px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.logo-img {
	height: 50px;
	width: 55px;
	margin-top: 5px;
	margin-bottom: 5px
}

.logo a {
	color: #fff;
}

.logo a span {
	color: #FFCB2F;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 30px;
}

.nav-toggle {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.toggle-btn {
	background-color: transparent;
	border: 0 none;
	padding: 0;
	outline: none;
}

.toggle-btn .icon-bar {
	background-color: #FFCB2F;
	display: block;
	height: 2px;
	margin-bottom: 5px;
	width: 25px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.toggle-btn.active .icon-bar:nth-child(2) {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.toggle-btn.active .icon-bar:nth-child(1) {
	top: 9px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.toggle-btn.active .icon-bar:nth-child(3) {
	top: -5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.toggle-btn .icon-bar:last-child {
	margin-bottom: 0;
}

.nav-toggle + .navbar-collapse {
	margin-right: 43px;
}

.site-header .navbar-collapse {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.site-header.active .navbar-collapse {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.mainmenu .navbar-nav li a {
	color: #fff;
	text-transform: capitalize;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 30px 15px;
	-webkit-transition: .3s;
	transition: .3s;
	font-weight: 300;
}

.mainmenu .navbar-nav li a:hover {
	background: none;
	color: #FFCB2F;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.nav li a:focus, .nav li a:hover {
	background: none;
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navbar {
	margin: 0;
}

.menu-bg {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: #000;
}

.menu-bg .logo {
	padding-top: 18px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.menu-bg .mainmenu .navbar-nav li a {
	color: #fff;
	padding: 20px 15px;
	-webkit-transition: .3s;
	transition: .3s;
}

.menu-bg .mainmenu .navbar-nav li a:hover {
	color: #FFCB2F;
}

/*
 * ----------------------------------------------------------------------------------------
 * HOMEPAGE SLIDER BACKGROUND CSS STYLE
 * ----------------------------------------------------------------------------------------
 */

.welcome-area, .welcome-slider-area, .welcome-slider-area div {
	height: 100%;
}

.welcome-slider-area div.single-slide-item-tablecell, .welcome-slider-area div.single-slide-item-tablecell div {
	height: auto;
}

.single-slide-item-table {
	display: table;
	width: 100%;
}

.single-slide-item-tablecell {
	display: table-cell;
	vertical-align: middle;
}

.single-slide-item {
	position: relative;
	z-index: 1;
}

.single-slide-item:after {
	position: absolute;
	background: rgba(0, 0, 0, .8);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

.slide-1 {
	background: url("../images/bg/slide1.jpeg") scroll 0 0;
	background-size: cover;
}

.slide-2 {
	background: url("../images/bg/slide2.jpeg") scroll 0 0;
	background-size: cover;
}

.slide-3 {
	background: url("../images/bg/bg.jpg") scroll 0 0;
	background-size: cover;
}

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*
 * ----------------------------------------------------------------------------------------
 * VIDEO BACKGROUND CSS STYLE
 * ----------------------------------------------------------------------------------------
 */

.welcome-video-area {
	position: relative;
	height: 100%;
	background-size: cover;
	z-index: 1;
	background-position: center center;
}

.welcome-video-area:after {
	position: absolute;
	background: rgba(0, 0, 0, .5);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

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

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

/*
 * ----------------------------------------------------------------------------------------
 * 04.ABOUT CSS STYLE
 * ----------------------------------------------------------------------------------------
 */

.about-text {
	padding-top: 80px;
}

.about-text h2 {
	font-size: 24px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 900;
	margin-top: 0;
}

.about-text h3 {
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 0;
}

.about-text p {
	font-weight: 300;
}

.about-text a {
	display: inline-block;
	background: #FFCB2F;
	color: #fff;
	padding: 10px 20px;
	border-radius: 30px;
	margin-top: 20px;
	border: 1px solid #FFCB2F;
	text-transform: capitalize;
}

.about-text a:hover {
	background: transparent;
	border: 1px solid #FFCB2F;
	-webkit-transition: .3s;
	transition: .3s;
	color: #333;
}

/*
 * ----------------------------------------------------------------------------------------
 * 05.SERVICE CSS STYLE
 * ----------------------------------------------------------------------------------------
 */

.service-area {
	background: #F6F6F6;
}

.single-service {
	text-align: center;
	background: #fff;
	padding: 60px 20px;
	margin-bottom: 30px;
}

.single-service i {
	font-size: 30px;
	margin-bottom: 10px;
	color: #FFCB2F;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	line-height: 60px;
	-webkit-transition: .3s;
	transition: .3s;
	border: 1px solid #FFCB2F;
	box-shadow: 0 0 0 7px transparent;
}

.single-service:hover.single-service i {
	background: #FFCB2F;
	border: 1px solid #FFCB2F;
	-webkit-transition: .3s;
	transition: .3s;
	color: #fff;
	box-shadow: 0 0 0 0px #FFCB2F;
}

.single-service:hover.single-service h2 {
	-webkit-transition: .3s;
	transition: .3s;
	color: #000;
}

.single-service h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 10px 0px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #333;
}

.single-service p {
	margin-bottom: 0;
	color: #333;
}

/*
 * ----------------------------------------------------------------------------------------
 * 06.COMPLETE PROJECT CSS STYLE
 * ----------------------------------------------------------------------------------------
 */

.complete-project-area {
	padding: 160px 0px;
	position: relative;
	background: url("../images/bg/bg3.jpg");
	background-size: cover;
	z-index: 1;
	background-attachment: fixed;
}

.complete-project-area:after {
	position: absolute;
	background: rgba(0, 0, 0, .6);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

.single-project-complete {
	text-align: center;
}

.single-project-complete h2 {
	font-size: 40px;
	font-weight: 900;
	color: #FFCB2F;
}

.single-project-complete h3 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}

/*
 * ----------------------------------------------------------------------------------------
 * 07. WORK EXPERIENCE & EDUCATION CSS STYLE
 * ----------------------------------------------------------------------------------------
 */

.work-experience-area {
	background: #F6F6F6;
}

.work-experience-area .section-title h2 {
	color: #333;
}

.single-experience {
	background: #fff;
	padding: 40px 30px;
	margin-bottom: 20px;
}

.single-experience h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #333;
	margin-top: 0;
}

.single-experience h3 {
	margin-top: 0;
	font-size: 14px;
	font-weight: 300;
	color: #333;
	margin-bottom: 15px;
}

.single-experience span {
	float: right;
	margin-top: -30px;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	background: #FFCB2F;
	padding: 5px 10px;
}

.single-experience p {
	margin-bottom: 0;
}

h2.education-heading {
	margin-bottom: 40px;
	font-size: 30px;
	color: #333;
	text-transform: capitalize;
	font-weight: 700;
}

/*
 * ----------------------------------------------------------------------------------------
 * 08.WORK CSS STYLE
 * ----------------------------------------------------------------------------------------
 */

.work {
	background: #fff;
}

.work-inner .mix {
	display: none;
}

ul.work {
	padding: 0;
	list-style: none;
	margin-left: 8px;
	text-align: center;
}

ul.work li {
	display: inline-block;
	padding-top: 8px;
	padding-bottom: 4px;
	margin: 0 8px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	color: #000;
	border: none;
	cursor: pointer;
	font-size: 12px;
	border: 1px solid #FFCB2F;
	border-radius: 30px;
	padding-left: 15px;
	padding-right: 15px;
	background: transparent;
}

ul.work li:hover {
	color: #fff;
	border: 1px solid #FFCB2F;
	-webkit-transition: .3s;
	transition: .3s;
	background: #FFCB2F;
}

ul.work li.active {
	border: none;
	color: #fff;
	border: 1px solid #FFCB2F;
	background: #FFCB2F;
}

.work .item {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}

.work .item img {
	width: 100%;
}

.portfolio-caption {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .7);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.portfolio-caption h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	-webkit-transition: .3s;
	transition: .3s;
	position: absolute;
	bottom: 0;
	left: 5%;
	text-align: center;
}

.portfolio-caption h3 {
	font-size: 12px;
	text-transform: capitalize;
	font-weight: 300;
	color: #333;
	-webkit-transition: .3s;
	transition: .3s;
	position: absolute;
	bottom: 0;
	left: 5%;
	text-align: center;
}

.work .item:hover .portfolio-caption {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.work .item:hover .portfolio-caption h4 {
	margin-bottom: 40px;
	-webkit-transition: .3s;
	transition: .3s;
}

.work .item:hover .portfolio-caption h3 {
	margin-bottom: 20px;
	-webkit-transition: .5s;
	-webkit-transition: .53s;
	transition: .53s;
}

/*
 * ----------------------------------------------------------------------------------------
 * 09.TESTIMONIAL CSS STYLE
 * ----------------------------------------------------------------------------------------
 */

.testimonial-area {
	padding: 100px 0px;
	position: relative;
	background: url("../images/bg/testi.jpeg");
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	z-index: 1;
}

.testimonial-area:after {
	position: absolute;
	background: rgba(0, 0, 0, .8);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

.testimonial-area .section-title h2 {
	color: #fff;
}

.testimonial-list {
}

.single-testimonial {
}

.single-testimonial h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}

.single-testimonial h3 {
	font-size: 12px;
	text-transform: capitalize;
	font-weight: 300;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 0;
}

.single-testimonial p {
	color: #fff;
	padding: 20px 200px;
}

.single-testimonial i {
	color: #FFCB2F;
	background: #fff;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	line-height: 30px;
}

/*
 * ----------------------------------------------------------------------------------------
 * 10.CONTACT CSS STYLE
 * ----------------------------------------------------------------------------------------
 */

.contact-me-area {
}

.single-contact-details {
	margin-top: 30px;
}

.single-contact-details i {
	font-size: 20px;
	text-align: center;
	color: #fff;
	float: left;
	margin-bottom: 40px;
	margin-right: 20px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	line-height: 40px;
	background: #FFCB2F;
}

.single-contact-details h2 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 0;
}

.single-contact-details p {
}

.contact-form {
	border-radius: 3px;
	margin-top: 30px;
}

.form-control {
	display: block;
	border: 0px;
	width: 100%;
	height: 45px;
	padding: 5px 0px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #333;
	background-color: transparent;
	background-image: none;
	border-radius: 0px;
	box-shadow: none;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	margin-bottom: 25px;
}

.form-control:focus {
	border-color: #000;
	outline: 0;
	box-shadow: none;
}

.contact-form input[type='submit'] {
	display: inline-block;
	color: #fff;
	background: none;
	padding-top: 14px;
	padding-bottom: 10px;
	padding-left: 24px;
	padding-right: 24px;
	border: 1px solid #FFCB2F;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 0px;
	font-weight: 600;
	-webkit-transition: .3s;
	transition: .3s;
	letter-spacing: 3px;
	border-radius: 30px;
	background: #FFCB2F;
}

.contact-form input[type='submit']:hover {
	background: transparent;
	border: 1px solid #FFCB2F;
	color: #000;
	-webkit-transition: all 0.4s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
}

.success {
	background: #50B948 none repeat scroll 0 0;
	color: #fff;
	font-weight: 700;
	padding: 20px;
	text-align: center;
}

/*
 * ----------------------------------------------------------------------------------------
 * 11.MAP CSS STYLE
 * ----------------------------------------------------------------------------------------
 */

#map {
	height: 350px;
}

/*
 * ----------------------------------------------------------------------------------------
 * 12s.FOOTER CSS STYLE
 * ----------------------------------------------------------------------------------------
 */

.footer-area {
	background: #0C0B0B;
	padding: 120px 0px;
}

.footer-area p {
	margin-bottom: 0;
	font-size: 14px;
	color: #fff;
}

.footer-social-link {
	margin-top: 10px;
}

.footer-social-link ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-social-link ul li {
	display: inline-block;
	margin: 0px 10px;
}

.footer-social-link ul li a {
	display: block;
	color: #FFCB2F;
	text-transform: uppercase;
	font-size: 12px;
}

.footer-social-link ul li a:hover {
	color: #ccc;
}

/*
 * ----------------------------------------------------------------------------------------
 * PREVIEW CSS STYLE
 * ----------------------------------------------------------------------------------------
 */

.preview-body {
	background: #fafafa;
}

.preview-single-image img {
	width: 100%;
}

.preview-single-image {
	transition: 1s;
	box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
}

.preview-single-image:hover {
	transition: 1s;
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.preview-single-image h2 {
	font-size: 20px;
	text-align: center;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 30px 20px;
}

.preview-header-top-area {
	padding: 50px 0px;
}

.preview-header-top-area h2 {
	font-size: 60px;
	color: #FFCB2F;
	text-transform: uppercase;
	font-weight: 900;
}

.preview-header-top-area p {
	color: #333;
	font-size: 30px;
	font-weight: 300;
}

.main h2 {
	color: #000;
}

.main {
	margin-bottom: 180px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	min-height:700px
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}