/**
*
* ---------------------------------------------------------------------------
*
* Template Name: Xico - One Page Responsive Template.
* Template URI:	http://hiknik.com/xico/
* Author : themewarehouse
* Description: This is One Page Responsive Multipurpose HTML5 Template
* Version : 1.0
*
* --------------------------------------------------------------------------- 
*
*/


/*  ==================================
*   Table of Contents
*    ==================================
*	1. Global Area
*	2. Header Area
*	3. Images banner Area
*	4. video banner Area
*	5. Slider Area
*	6. service Area
*	7. Video Area
*	8. About Us Area
*	9. Team Area
*	10. Testmonial Area
*	11. Portfolio Area
*	12. Choose Area
*	13. Progress Area
*	14. Price table Area
*	15. Contact Us Area
*	16. Google map Area
*	17. Scroll top Area
*	18. Footer Area
*	================================== */


/*  ================================
    1. Global Area
    ================================ */

* {
	margin: 0;
}

body {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
	color: #555;
	overflow-x: hidden;
}

html,
body {
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 700;
	text-transform: uppercase
	margin: 0;
}

a {
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	transition: all 0.5s;
}

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

a:focus {
	color: #fff;
}

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

img {
	max-width: 100%;
}

::-webkit-input-placeholder {
	color: inherit;
}

button:focus,
input:focus {
	outline: none;
}


/*preloader part start*/

.xico-preloader {
	background-color: #fff;
	height: 100vh;
	position: fixed;
	width: 100%;
	z-index: 999999;
}

.spinner {
	bottom: 0;
	font-size: 10px;
	height: 40px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 50px;
}

.spinner>div {
	background-color: #830a5e;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4)
	}
	20% {
		-webkit-transform: scaleY(1.0)
	}
}

@keyframes sk-stretchdelay {
	0%,
	40%,
	100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}
	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}


/*preloader part end*/


/*button Part Start*/

.xico-btn {
	background-color: #830a5e;
	border: 1px solid #830a5e;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin-right: 22px;
	padding: 10px 15px;
	text-transform: uppercase;
}

.xico-btn:hover {
	color: #fff;
}

.border-bg-none {
	background-color: transparent;
	border: 1px solid #fff;
}


/*button Part End*/

.section-padding {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 0;
}
.bloc-padding {
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 0;
}


/*xico heading Part Start*/

.xico-heading {
	padding: 0 0 80px;
	text-align: center;
}

.xico-heading h1 {
	border-bottom: 1px solid #cccccc;
	color: #1a1a1a;
	display: inline-block;
	font-size: 40px;
	font-weight: 700;
	padding-bottom: 30px;
	position: relative;
}

.xico-heading h1::before {
	border-bottom: 5px solid #830a5e;
	bottom: 0;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}

.xico-heading p {
	color: #1a1a1a;
	font-weight: 400;
	margin: 30px auto 0;
	width: 745px;
}


/*xico heading Part End*/


/*  ================================
    2. Header Area
    ================================ */

.header-area {
	width: 100%;
	z-index: 9999;
	position: fixed;
	padding: 5px 0;
	transition: .5s;
	top: 0;
	left: 0;
}

.menu-bg {
	background-color: rgba(0, 0, 0, .9);
	transition: .5s;
	padding: 0;
}

.logo {
	padding: 10px 0;
}

.logo img {
	max-width: 100%;
}


/*menu Part Start*/

.navbar {
	margin: 0;
	text-align: center;
}

.navbar ul {
	border: 0 none;
	display: inline-block;
}

.navbar ul li {
	margin: 0;
	padding: 10px 0;
}

.nav.nav-tabs a {
	border: 0 none;
	color: #fff;
	font-weight: 800;
	margin: 0;
	display: inline-block;
	padding: 15px 10px;
	text-transform: uppercase;
}

.nav.nav-tabs a:hover {
	color: #830a5e;
}

.nav li a:focus,
.nav li a:hover {
	background-color: transparent;
}

.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover {
	background-color: transparent;
	border: 0 none;
	color: #830a5e;
}

.slicknav_menu {
	display: none;
}

@media screen and (max-width: 40em) {
	.js #menu {
		display: none;
	}
	.js .slicknav_menu {
		display: block;
	}
}


/*menu Part End*/


/*search box Part Start*/

.icon-search::before {
	content: "";
	font-family: fontawesome;
}

.search {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 15px;
}

[class^="icon-"] {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	padding: 6px 7px 7px;
	position: relative;
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.search_form {
	background: #830a5e;
	position: absolute;
	z-index: 0;
	right: 0;
	top: 15px;
	overflow: hidden;
	border-radius: 10px;
	width: 20px;
	height: 0px;
	transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
	-webkit-transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
}

.search_form form {
	opacity: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.search_form input {
	background: #fff;
	border: none;
}

.search_form input[type="text"] {
	border-radius: 5px 0 0 5px;
	height: 31px;
	padding: 0 5px 1px;
	width: 69%;
}

.search_form input[type='submit'] {
	border-radius: 0 5px 5px 0;
	text-transform: uppercase;
	padding: 0px 5px;
	height: 31px;
	margin: 0px 0px 0px 0;
	cursor: pointer;
	width: 30%;
	position: absolute;
}

.search_box {
	visibility: hidden;
}

.search_box:checked~.search_form {
	height: 42px;
	padding: 5px;
	top: 35px;
	transition: height 0.2s ease-out 0s, top 0.2s ease-out 0s, padding 0.2s ease-out 0s, width 0.3s ease-out 0.2s;
	width: 213px;
}

.search_box:checked~.search_form form {
	opacity: 1;
	transition: 0.3s all ease-out 0.5s;
	-webkit-transition: 0.3s all ease-out 0.5s;
}


/*search box Part End*/


/*  ================================
    3. Images banner Area
    ================================ */

.banner-area {
	background: rgba(0, 0, 0, 0) url("../img/slider/02.jpg") no-repeat fixed 0 0 / cover;
	height: 400px;
}

.banner-content>h2 {
	font-weight: 700;
}

.banner-content>p {
	padding: 0 200px;
}

.cd-words-wrapper {
	margin: 0 !important;
	padding: 0 !important;
}

.cd-headline span,
b {
	font-weight: 400;
}


/*  ================================
    4. video banner Area
    ================================ */

.video-bg-area {
	background-color: #1a1a1a;
}

.video-wraper {
	height: 100vh;
	min-width: 100%;
	position: absolute;
	z-index: -999;
	top: 0;
	left: 0;
}

.video-wraper video {
	min-width: 100%;
	min-height: 100%
}


/*  ================================
    5. Slider Area
    ================================ */

.slider-area {
	background-color: #000;
	position: relative;
}

.slider-overflow {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	content: "";
	height: 400px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.single-slider {
	height: 100vh;
}

.slider-bg-1 {
	background: rgba(0, 0, 0, 0) url("../img/slider/01.jpg") no-repeat fixed 0 0 / cover;
}

.slider-bg-2 {
	background: rgba(0, 0, 0, 0) url("../img/theatreout-web.jpg") no-repeat fixed 0 0 / cover;
}

.slider-bg-3 {
	background: rgba(0, 0, 0, 0) url("../img/slider/03.jpg") no-repeat fixed 0 0 / cover;
}

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

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

.slider-table-cell h2 {
	color: #fff;
	font-size: 50px;
}

.slider-table-cell h3 {
	color: #fff;
	font-size: 35px;
	margin: 10px 0;
}

.slider-table-cell p {
	color: #fff;
	margin: 20px 0;
}

.hvr-ripple-out::before {
	border: 1px solid #fff;
	border-radius: 50px;
}

.hvr-ripple-in::before {
	border: 4px solid #830a5e;
	border-radius: 50px;
}

.slider-indicator.hvr-icon-hang {
	padding: 0;
}

.slider-indicator {
	border: 1px solid #eee;
	border-radius: 50px;
	bottom: 20px;
	color: #fff;
	cursor: pointer;
	height: 50px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 20px;
	z-index: 999;
}

.hvr-icon-hang::before {
	animation-delay: 0s, 0.3s;
	animation-direction: normal, alternate;
	animation-duration: 0.3s, 1.5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1, infinite;
	animation-name: hvr-icon-hang-sink, hvr-icon-hang;
	animation-timing-function: ease-out, ease-in-out;
	content: "|";
	font-size: 20px;
	right: 5px;
}

.slider-content .owl-nav div {
	border: 1px solid #fff;
	border-left: 0;
	color: #fff;
	height: 40px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
}

.owl-nav div.owl-next {
	left: auto;
	right: 0;
	border-left: 1px solid;
	border-right: 0;
}

.owl-dot {
	background-color: #830a5e;
	display: inline-block;
	height: 5px;
	margin: 0 2px;
	width: 25px;
}

.owl-dot.active {
	background-color: #fff;
}

.owl-dots {
	bottom: 80px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}


/*  ================================
    6. service Area
    ================================ */

.service-area {
	background-color: #f2f2f2;
}

.single-service-part {
	background-color: #830a5e;
	border: 2px solid #e6e4e4;
	margin-bottom: 30px;
	padding: 70px 10px;
	text-align: center;
	transition: all 0.5s ease 0s;
}

.single-service-part h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	margin: 25px 0;
	transition: all 0.5s ease 0s;
}

.single-service-part i.fa {
	border: 1px solid #830a5e;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	color: #fff;
	font-size: 40px;
	height: 70px;
	line-height: 70px;
	width: 70px;
	transition: all 1s ease 0s;
}

.single-service-part p {
	color: #fff;
	letter-spacing: normal;
	padding: 0 10px;
}

.single-service-part:hover {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15),0 0 0 rgba(0, 0, 0, 0.12);
}

.single-service-part:hover.single-service-part i.fa {
	background-color: #830a5e;
	color: #fff;
}

.single-service-part:hover.single-service-part h3 {
	color: #999;
}


/*  ================================
    7. Video Area
    ================================ */

.video-area {
	background: rgba(0, 0, 0, 0) url("../img/video-bg.jpg") no-repeat fixed center center / cover;
	position: relative;
}

.video-area::before {
	background: rgba(252, 96, 29, 0.7) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.single-video {
	text-align: center;
}

.single-video h1 {
	color: #fff;
	font-size: 40px;
	text-shadow: 2px 2px 4px #666;
}

.single-video a i.fa {
	font-size: 70px;
	margin: 20px 0 0;
	color: #fff;
}


/*  ================================
    8. About Us Area
    ================================ */

.about-us-content {
	background-color: #1a1a1a;
	overflow: hidden;
	width: 100%;
	display: flex;
}

.about-us-content-left {
	float: left;
	margin-top: 50px;
	padding-left: 100px;
	padding-right: 50px;
	width: 50%;
}

.about-content {
	margin-bottom: 50px;
	padding: 0 70px;
	position: relative;
}

.about-content i.fa {
	color: #830a5e;
	font-size: 35px;
	left: 0;
	position: absolute;
	top: 0;
}

.about-content h3 {
	font-size: 18px;
	color: #fff;
}

.about-content p {
	color: #fff;
	line-height: 170%;
	margin: 0;
	padding: 10px 0;
}

.about-us-content-right {
	float: right;
	height: auto;
	width: 50%;
}

.about-img-slider {
	position: relative;
}

.about-img-slider::before {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.about-bg-1 {
	background: rgba(0, 0, 0, 0) url("../img/about/01.jpg") no-repeat scroll center center / cover;
}

.about-bg-2 {
	background: rgba(0, 0, 0, 0) url("../img/slider/02.jpg") no-repeat scroll center center / cover;
}

.about-bg-3 {
	background: rgba(0, 0, 0, 0) url("../img/about/03.jpg") no-repeat scroll center center / cover;
}

.single-about-img,
.single-about-img .owl-stage-outer,
.single-about-img .owl-stage,
.single-about-img .owl-item,
.single-about-img .about-img-slider {
	height: 100%;
}

.single-about-img .owl-nav {
	display: none;
}


/*  ================================
    9. Team Area
    ================================ */

.team-area {
	background-color: #f2f2f2;
}

.team-member {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.team-member img {
	width: 100%;
}

.member-dec {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	bottom: -60px;
	color: #1a1a1a;
	padding: 10px 0 10px 10px;
	position: absolute;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	width: 100%;
}

.member-dec h4 {
	color: #830a5e;
	font-size: 18px;
}

.member-dec span {
	display: block;
	padding: 5px 0;
}

.member-dec i.fa {
	border: 1px solid #1a1a1a;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	color: #1a1a1a;
	height: 25px;
	line-height: 25px;
	text-align: center;
	transition: all 0.5s ease 0s;
	width: 25px;
}

.member-dec i.fa:hover {
	border-color: #830a5e;
	color: #830a5e;
}

.team-member:hover .member-dec {
	bottom: 0;
}


/*  ================================
    10. Testmonial Area
    ================================ */

.testmonial-area {
	background-attachment: scroll;
	background-clip: border-box;
	background-image: url("../img/testmonial-bg.jpg");
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.testmonial-area::before {
	background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.testmonial-dec {
	text-align: center;
}

.testmonial-dec img {
	border-radius: 50%;
}

.testmonial-dec h4 {
	color: #a3a3a3;
	margin: 20px 0;
}

.testmonial-dec p {
	color: #fff;
	padding: 0 40px;
}

.owl-carousel .owl-item img {
	display: inline-block;
	max-width: 100%;
	width: 115px;
}

.testmonial-content .owl-nav {
	display: none;
}

.testmonial-content .owl-dots {
	bottom: -40px;
}


/*  ================================
    11. Portfolio Area
    ================================ */

.iso-nav {
	margin-bottom: 70px;
	text-align: center;
}

.iso-nav ul {
	display: inline-block;
}

.iso-nav li {
	color: #1a1a1a;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-weight: 700;
	list-style: outside none none;
	padding: 10px 15px;
	text-transform: uppercase;
	transition: all .5s ease;
}

.portfolio-active {
	color: #830a5e !important;
}

.single-project {
	float: left;
	overflow: hidden;
	position: relative;
	width: 25%;
}

.iso-overflow {
	background-color: rgba(0, 0, 0, .8);
	height: 100%;
	position: absolute;
	top: 0;
	transform: scale(0);
	transition: all 1s ease 0s;
	width: 100%;
	z-index: 999;
}

.single-project img {
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: 1s;
}

.project-lightbox {
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	transition: all 1s ease 0s;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.project-lightbox-middile {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.project-lightbox-middile a i.fa {
	border: 1px solid #830a5e;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	opacity: 0;
	text-align: center;
	transition: all 1s ease 0s;
	width: 30px;
}

.project-lightbox-middile h4 {
	color: #fff;
	margin: 10px 0;
	position: relative;
	opacity: 0;
	transition: all 1s ease 0s;
}

.project-lightbox-middile h4::before {
	border: 1px solid #830a5e;
	bottom: -10px;
	content: "";
	left: 40%;
	position: absolute;
	width: 20%;
}

.single-project:hover .iso-overflow {
	transform: scale(1.5);
}

.single-project:hover.single-project img {
	transform: scale(1.5);
}

.single-project:hover .project-lightbox a i.fa {
	opacity: 1;
}

.project-lightbox a i.fa:hover {
	border-color: #fff;
	color: #830a5e;
}

.single-project:hover .project-lightbox h4 {
	opacity: 1;
}


/*  ================================
    12. Choose Area
    ================================ */

.choose-area {
	background-color: #f2f2f2;
}

.choose-us-content {
	background-color: #1a1a1a;
	display: flex;
	overflow: hidden;
	width: 100%;
}

.choose-us-content-right {
	float: right;
	position: relative;
	width: 50%;
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0);
	background-image: url(../img/theatreout-web.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}



.choose-us-content-left {
	float: left;
	padding: 80px 100px 80px 50px;
	width: 50%;
}

.ui-icon-triangle-1-e {
	background-position: 0 0;
}

.ui-icon-triangle-1-s {
	background-position: -16px 0;
}

.ui-accordion-content.ui-corner-bottom.ui-helper-reset.ui-widget-content.ui-accordion-content-active {
	background-color: #121212;
	border: 0 none;
	color: #fff;
}

.ui-accordion-header.ui-corner-top.ui-state-default.ui-accordion-icons.ui-sortable-handle {
	border: 0 none;
	border-bottom: 1px solid #c34d1b;
	border-radius: 0;
	margin: 0;
	background-color: #830a5e;
	color: #fff;
}

.ui-accordion-header-icon {
	margin-right: 30px;
}

.choose-us-content-left>h1 {
	color: #fff;
	font-size: 40px;
}

.choose-us-content-left>p {
	color: #fff;
	margin: 20px 0;
}


/*  ================================
    13. Progress Area
    ================================ */

.progress-area {
	background: rgba(0, 0, 0, 0) url("../img/progress-bg.jpg") no-repeat fixed 0 0 / cover;
	position: relative;
}

.progress-area::before {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.progress-circle {
	float: left;
	position: relative;
	text-align: center;
	width: 33.33%;
}

.circle strong {
	background-color: #830a5e;
	border-radius: 50%;
	bottom: 0;
	color: #fff;
	font-size: 25px;
	height: 100px;
	left: 0;
	line-height: 100px;
	margin: auto;
	position: absolute;
	right: 0;
	top: -55px;
	width: 100px;
	z-index: 999;
}

.circle h3 {
	color: #fff;
	font-size: 16px;
	margin: 20px 0;
}

.circle canvas {
	background-color: #c3bfbf;
	border-radius: 50%;
	margin: 0 auto;
}

.progress-right {
	padding: 25px 0;
}

.skill-progress-bar {
	margin-bottom: 10px;
}

.skill-progress-bar h4 {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.barfiller {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	box-shadow: none;
	float: right;
	height: 3px;
	margin-bottom: 0;
	position: relative;
	width: 80%;
	top: 5px;
}

.barfiller .fill {
	display: block;
	position: relative;
	width: 0px;
	height: 100%;
	z-index: 1;
	background-color: #830a5e !important;
}

.barfiller .tipWrap {
	display: none;
}

.barfiller .tip {
	margin-top: -20px;
	color: #fff;
	left: 0px;
	position: absolute;
	z-index: 2;
}

.barfiller .tip:after {
	content: "";
	display: block;
	position: absolute;
	left: 9px;
	top: 100%;
	z-index: 9
}


/*  ================================
    14. Price table Area
    ================================ */

.parice-table-area {
	background-color: #f2f2f2;
}

.price-table {
	padding: 20px 0;
	text-align: center;
}

.special-pricing {
	padding: 0;
	border: 1px solid #830a5e;
}

.special-pricing .price-table-container {
	padding: 18px 0 20px;
}

.special-pricing .price-btn {
	background-color: #830a5e;
	color: #fff;
}

.special-pricing .price-btn:hover {
	background-color: transparent;
	color: #1a1a1a;
}

.price-heading {
	background-color: #830a5e;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	padding: 10px 0;
}

.price-table sub {
	font-size: 25px;
}

.price-heading>h4 {
	color: #fff;
	font-size: 22px;
	margin: 10px 0;
}

.price-table-container {
	background-color: #fff;
}

.price-table-container li {
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 600;
	list-style: outside none none;
	padding: 5px 0;
}

.price-table-container>ul {
	padding: 20px 0;
}

.price-btn {
	border-color: #830a5e;
	color: #1a1a1a;
	margin-bottom: 30px;
	padding: 15px 30px;
	margin-right: 0;
}

.price-btn:hover {
	background-color: #830a5e;
}


/*  ================================
    15. Contact Us Area
    ================================ */

.contact-us-area {
	background-image:url(../img/video-bg.jpg);
	width:100%;
	
}

.contact-us-area .xico-heading {
	padding: 80px 0;
}

.contact-form-area {
	position: relative;
	background-attachment: fixed;
	background-color: #F2F2F2;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.contact-form-area::before {
	background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.contact-details {
	padding: 23px 0;
}

.contact-details li {
	color: #fff;
	display: flex;
	list-style: outside none none;
	margin-bottom: 50px;
	position: relative;
}
.contact-details li span {
  position: absolute;
  padding: 8px 70px;
}

.contact-details a {
	color: #830a5e;
}

.contact-details li i.fa {
	background-color: #830a5e;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	color: #fff;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	margin-right: 20px;
	text-align: center;
	width: 35px;
	position: absolute;
}

.social-icon {
	text-align: center;
}

.social-icon i.fa {
	border: 1px solid #830a5e;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	transition: 0.5s;
}

.social-icon i.fa:hover {
	background-color: #830a5e;
	color: #fff;
}

.form-content input {
	border: 1px solid #fff;
	color: #fff;
	font-weight: 700;
	height: 50px;
	letter-spacing: 1px;
	outline: medium none;
	padding-left: 10px;
	width: 100%;
	background-color: transparent;
}

textarea {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 700;
	height: 200px;
	letter-spacing: 1px;
	margin-bottom: 25px;
	margin-top: 30px;
	outline: medium none;
	overflow: hidden;
	padding: 10px;
	width: 100%;
}

button.sent-button {
	background-color: #830a5e;
	border: medium none;
	border-radius: 40px;
	color: #fff;
	font-weight: 700;
	padding: 10px 35px;
	text-transform: uppercase;
}


/*  ================================
    16. Google map Area
    ================================ */

#map {
	width: 100%;
	height: 400px;
}


/*  ================================
    17. Scroll top Area
    ================================ */

#scrollUp {
	background: #830a5e none repeat scroll 0 0;
	border-radius: 3px;
	bottom: 40px;
	font-size: 20px;
	padding: 5px 0;
	right: 20px;
	transition: all 0.5s ease 0s;
	z-index: 999 !important;
}

#scrollUp:hover {
	background-color: #fff;
}

#scrollUp:hover .hvr-icon-bob::before {
	color: #830a5e;
}

.hvr-icon-bob::before {
	animation-delay: 0s, 0.3s;
	animation-direction: normal, alternate;
	animation-duration: 0.3s, 1.5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1, infinite;
	animation-name: hvr-icon-bob-float, hvr-icon-bob;
	animation-timing-function: ease-out, ease-in-out;
	color: #fff;
	content: "";
	font-size: 30px;
	right: 10px;
	top: -20px;
	transition: all 0.5s ease 0s;
}


/*  ================================
    18. Footer Area
    ================================ */

.footer-area {
	background-color: #000;
	padding: 20px 0;
}

.footer-content {
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
}

.footer-content span {
	color: #830a5e;
}



/*----- 1.9 Accordion -----*/
/*----------------------------------------*/
.accordion-group, .accordion-inner {
	border: 0px;
	border-radius: 0px;
}
.accordion-heading {
	background: #f7f7f7;
	border: 2px solid #f1f1f1;
	border-bottom: 0;
}
.accordion-heading a {
	font-size: 14px;
	color: #830a5e;
	font-weight: 600;
	outline: none;
}



/*  ================================
    7. Video Area
    ================================ */

.video-area {
	background: rgba(0, 0, 0, 0) url("../img/video-bg.jpg") no-repeat fixed center center / cover;
	position: relative;
}

.video-area::before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.single-video {
	text-align: center;
}

.single-video h1 {
	color: #fff;
	font-size: 40px;
	text-shadow: 2px 2px 4px #666;
}

.single-video a i.fa {
	font-size: 70px;
	margin: 20px 0 0;
	color: #fff;
}
