<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,600|Raleway:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

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

button:focus,
input:focus {
	outline: 0 !important;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
}

html,
body {
	height: 100%
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: normal;
	font-weight: 400;
	color: #363636;
	overflow-x: hidden;
}

a:hover {
	text-decoration: none
}

.navbar-toggle {
	border: 2px solid #24bbc9;
	border-radius: 0;
}

.navbar-toggle .icon-bar {
	background: #24bbc9 none repeat scroll 0 0;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.area-title {
	padding-top:20px;
	margin-bottom: 20px;
}

.area-title h2 {
	color: #999;
	display: inline-block;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 1;
	padding: 0;
	position: relative;
	text-transform: none;
}

.area-title h2 span {
	color: #24bbc9;
	font-weight: 700;
	float: left;
	width: 100%;
	font-size: 50px;
	margin-top: 5px;
	text-transform: uppercase;
	text-shadow: 3px 3px 0 #ccc;
}

.area-title p {
	margin-bottom: 0;
}

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

.padding-top {
	padding-top: 40px;
}

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

.padding-bottom {
	padding-bottom: 100px;
}

.red-bg {
	background: #24bbc9;
	color: #fff;
}

.red-bg .area-title h2 {
	color: #fff;
}

.blue_bg_main_layout {
	background: #24bbc9;
	color: #fff;
}

.blue_bg_main_layout .area-title h2 {
	color: #fff;
	letter-spacing: -0.5px;
}

.blue_bg_main_layout .area-title h2 span {
	color: #fff;
	text-shadow: 3px 3px 0 #096871;
}


/*--------------------------
    2. TOP AREA
---------------------------*/

.top-area {
	height: 100%;
	position: relative;
	width: 100%;
}

.container {
	width: 1200px;
}


/*---------------------------------
    2.1 MAINMENU AREA
-----------------------------------*/

.header-top-area {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
	background: rgba(2, 2, 2, 0.7);
	display: block;
}

.navbar-brand img {
    height: 50px;
    width: auto;
}

div.navbar-header a.navbar-brand {
    padding: 0;
    margin-left: -15px;
}

.responsive_menu_btn {
    display: none;
    width: 46px;
    height: 36px;
    background: transparent;
    position: absolute;
    right: 15px;
    top: 24px;
}

.responsive_menu_btn .icon-bar {
    width: 22px;
    height: 2px;
    float: left;
    margin-top: 1.5px;
    margin-left: 2px;
    margin-bottom: 1.5px;
}

ul#nav {
    display: block;
    float: left;
}

ul#nav li {
	float: left;
}

.mainmenu-area {
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 9999 !important;
}

.mainmenu-area-bg {
	background: #24bbc9 none repeat scroll 0 0;
	bottom: 0;
	height: 5px;
	position: absolute;
	width: 100%;
	display: none;
}

.navbar-header {
    margin-top: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 20px;
    float: left;
}

.navbar-collapse.bs-example-js-navbar-scrollspy {
    float: right;
    width: auto;
    flex: auto;
}

.navbar {
	border-bottom: 0 none;
	border-top: 0 none;
	margin-bottom: 0;
}

.navbar-brand&gt;img {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}


ul#nav {
	float: right;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

ul#nav li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 33px 15px 32px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	float: left;
}

ul#nav li a::after {
	background: #24bbc9 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 0;
}

ul#nav li.active a::after,
ul#nav li:hover a::after {
	width: 100%;
}

.is-sticky ul#nav li a {
	padding: 24px 15px;
	color: #ffffff;
}

ul#nav li a:hover,
ul#nav li.active a,
.is-sticky ul#nav li.active a {
	color: #24bbc9;
}

.is-sticky .navbar-header {
    margin-top: 0;
    margin: 0;
}

.is-sticky .mainmenu-area {
	background: #000;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
	z-index: 99999;
}

ul#nav div.logo {
	float: left;
}

ul#nav div.logo img {
	width: 190px;
}
#mainmenu-area-sticky-wrapper {
    height: auto !important;
}
.mainmenu-area .navbar {
    padding: 0;
}


/*-----------------------------------
    2.2 WELCOME TEXT AREA
-------------------------------------*/

.tp-bullet.selected,
.tp-bullet:hover {
	background: #24bbc9;
}

.tp-bullets {
	border: none;
	border-radius: 0;
	display: block;
	height: auto !important;
	padding: 0;
	position: absolute;
	right: 0px !important;
	text-align: center !important;
	top: auto !important;
	width: 182px !important;
	z-index: 1000;
	bottom: 50px !important;
	float: left;
}

.tp-bullet {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
	cursor: pointer;
	display: block !important;
	height: 8px;
	left: 0;
	margin-left: 10px;
	margin-top: 0;
	position: static;
	top: auto !important;
	width: 50px;
	float: left;
	border-radius: 10px;
}

.welcome-text-area {
	width: 100%;
	color: #ffffff;
}

.welcome-text h2 {
	font-size: 56px;
	font-weight: 400;
}

.welcome-text h1 {
	font-size: 80px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #24bbc9;
}

.welcome-text h3 {
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 0px !important;
	margin-bottom: 20px;
	padding-bottom: 20px !important;
	position: relative;
	color: #ffffff;
}

.welcome-text p {
	color: #ffffff;
	font-weight: 400;
	display: inline-block;
}

.welcome-text h3::after {
	background: #24bbc9 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 150px;
}

.home-button {
	margin-top: 60px;
}

.home-button a {
	background: #24bbc9 none repeat scroll 0 0;
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px !important;
	margin-right: 20px;
	padding: 15px 30px;
	text-transform: uppercase;
	-webkit-transition: 0.3s !important;
	transition: 0.3s !important;
	font-weight: 400;
}

.home-button a:hover {
	background: #ffffff;
	color: #363636;
}

.welcome-img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 60%;
	overflow: hidden;
}

.welcome-mockup-img {
	bottom: 0;
	max-width: 80%;
	position: absolute;
	right: 5%;
}


/*-----------------------------
    3. ABOUT AREA
-------------------------------*/

.about-area .area-title {
	margin-bottom: 0;
}

.about-left-image {
	padding: 25px;
	position: relative;
	text-align: center;
}

.about-left-image::before {
	border-left: 2px solid #363636;
	border-top: 2px solid #363636;
	content: "";
	height: 270px;
	left: 0;
	position: absolute;
	top: 0;
	width: 270px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: none;
}

.about-left-image::after {
	border-left: 2px solid #363636;
	border-top: 2px solid #363636;
	content: "";
	height: 270px;
	left: 0;
	position: absolute;
	top: 0;
	width: 270px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.about-left-image::after {
	border-bottom: 2px solid #363636;
	border-left: inherit;
	border-right: 2px solid #363636;
	border-top: inherit;
	bottom: 0;
	left: auto;
	right: 0;
	top: auto;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.about-left-image img {
	width: 100%;
}

.about-left-image:hover::after,
.about-left-image:hover::before {
	border-color: #24bbc9;
}

.about-content h3 {
	margin-bottom: 20px;
	font-weight: 600;
}

.about-content p {
	margin-bottom: 20px;
	color: #666;
}

.title-and-social-bookmark h4 {
	border-bottom: 2px solid;
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.title-and-social-bookmark {
	margin-top: 50px;
}

.social-bookmark {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.social-bookmark li {
	display: inline;
}

.social-bookmark li a {
	background: #363636 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	height: 35px;
	margin-right: 10px;
	padding-top: 6px;
	text-align: center;
	width: 35px;
}

.social-bookmark li a:hover {
	background: #24bbc9 none repeat scroll 0 0;
}

.about-area {
	background: #fff;
}

.about-left-image img {
	box-shadow: -25px -25px 0 0 #ddd;
	border: solid #fff 5px;
}


/*---------------------------------
    4. SERVICE AREA
----------------------------------*/

.service-image img {
	width: 100%;
	border: 0;
}

.service-image {
	margin-bottom: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	float: left;
	width: 100%;
}

.single-service:hover .service-image::before,
.single-service:hover .service-image::after {
	border-color: #24bbc9;
}

.service-details h3 {
	font-size: 24px;
	margin-bottom: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-weight: 400;
}

.service-details {
	float: left;
	text-align: left;
	padding: 30px;
	background: #f5f5f5;
	border-bottom: solid #24bbc9 4px;
}

.work-catagories .area-title h2 span {
	text-shadow: none;
}

.single-service {
	background: #fff;
	float: left;
}

.single-service {
	background: #fff;
	float: left;
	margin-bottom: 30px;
}

.blue_bg_main_layout a.read-more,
.blue_bg_main_layout h3,
.blue_bg_main_layout a.read-more:hover,
.blue_bg_main_layout h3:hover,
.blue_bg_main_layout a.read-more:focus,
.blue_bg_main_layout h3:focus {
	color: #fff;
}

a.read-more {
	color: #24bbc9;
	display: inline-block;
	letter-spacing: 1px;
	margin-top: 10px;
}

a.read-more:hover {
	color: #363636;
}

.service-image:hover img {
	transition: all ease .5s;
}

.service-image:hover img,
.service-image:focus img {
	transform: scale(2);
}


/*------------------------------
    5. WORK AREA
--------------------------------*/


.work-area {
	color: #fff;
	position: relative;
	line-height: 30px;
}

.work-area .area-title {
	margin-bottom: 0;
}

.work-area-bg {
	background: rgba(0, 0, 0, 0) url("img/work/work_area_bg.jpg") no-repeat scroll center center / cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.work-area-bg::after {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
}

.work-area .area-title h2 {
	color: #fff;
	margin-top: 40px;
}

.fade.in {
    opacity: 1;
}

/*.row.work-catagories {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}*/

ul.work-flow-navigation li {
    float: left;
}

a.work-details {
	background: #24bbc9 none repeat scroll 0 0;
	border-radius: 50px;
	color: #363636;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 2px;
	margin-top: 50px;
	padding: 10px 40px;
	text-transform: uppercase;
}

a.work-details:hover {
	background: #fff none repeat scroll 0 0;
	color: #363636;
}

a.btn_white_bg {
	background: #363636 none repeat scroll 0 0;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 20px;
	padding: 10px 40px;
	text-transform: uppercase;
	font-size: 13px;
}

a.btn_white_bg:hover {
	background: #24bbc9 none repeat scroll 0 0;
	color: #fff;
}

.work-menu {
	border-radius: 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 25px;
	text-align: center;
	width: 80%;
	position: relative;
}

.work-menu::before {
	content: "";
	display: block;
	width: 250px;
	height: 250px;
	position: absolute;
	background: transparent;
	left: 0;
	top: 0;
	border-top: solid #24bbc9 5px;
	border-left: solid #24bbc9 5px;
}

.work-menu::after {
	content: "";
	display: block;
	width: 250px;
	height: 250px;
	position: absolute;
	background: transparent;
	right: 0;
	bottom: 0;
	border-bottom: solid #24bbc9 5px;
	border-right: solid #24bbc9 5px;
}

ul.work-flow-navigation {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

li.col-md-6.col-xs-6 {
	padding: 0;
}

ul.work-flow-navigation li {
	display: inline-block;
	width: 50%;
}

ul.work-flow-navigation li img {
	background: transparent none repeat scroll 0 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

ul.work-flow-navigation li.active img {
	background: #24bbc9 none repeat scroll 0 0;
	left: 0;
	padding: 5px;
	position: relative;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	z-index: 9;
	border-radius: 50%;
}

ul.work-flow-navigation li a::after {
	background: #24bbc9 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 9;
	border-radius: 100%;
	transform: scale(1.3);
}

ul.work-flow-navigation li.active a::after {
	opacity: 0.5;
}


/*------------------------------
    6. PORTFOLIO AREA
--------------------------------*/

.portfolio-menu {
	margin-bottom: 60px;
}

.portfolio-area {
	background: #f6f6f6;
}

.portfolio-menu ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.portfolio-menu ul li {
	background: #363636 none repeat scroll 0 0;
	color: #24bbc9;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 1px;
	padding: 7px 15px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.portfolio-menu ul li.active,
.portfolio-menu ul li:hover {
	background: #24bbc9 none repeat scroll 0 0;
	color: #363636;
}

.single-portfolio {
	-moz-box-align: center;
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
	min-height: 300px;
	position: relative;
}

.portfolio-bg {
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: #ddd;
}

.portfolio-bg::after {
	background: #000000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.portfolio-bg-1 {
	background: rgba(0, 0, 0, 0) url("img/i1.jpg") repeat scroll 0 0 / cover;
}

.portfolio-bg-2 {
	background: rgba(0, 0, 0, 0) url("img/i2.jpg") repeat scroll 0 0 / cover;
}

.portfolio-bg-3 {
	background: rgba(0, 0, 0, 0) url("img/i3.jpg") repeat scroll 0 0 / cover;
}

.portfolio-bg-4 {
	background: rgba(0, 0, 0, 0) url("img/i4.jpg") repeat scroll 0 0 / cover;
}

.portfolio-bg-5 {
	background: rgba(0, 0, 0, 0) url("img/i5.jpg") repeat scroll 0 0 / cover;
}

.portfolio-bg-6 {
	background: rgba(0, 0, 0, 0) url("img/i6.jpg") repeat scroll 0 0 / cover;
}

.portfolio-bg-7 {
	background: rgba(0, 0, 0, 0) url("img/i7.jpg") repeat scroll 0 0 / cover;
}

.portfolio-view-details {
	opacity: 0;
	-webkit-transform: scale(2);
	transform: scale(2);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 9;
}

.portfolio-view-details a {
	border: 1px solid;
	color: #24bbc9;
	display: inline-block;
	font-size: 20px;
	height: 50px;
	padding-top: 0;
	text-align: center;
	width: 50px;
	line-height: 50px;
	border-radius: 100%;
}

.portfolio-view-details a:hover {
	background: #24bbc9;
	border-color: #24bbc9;
	color: #fff;
}

.single-portfolio:hover .portfolio-bg::after {
	opacity: 0.8;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.single-portfolio:hover .portfolio-view-details {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


/*------------------------------
    7. TEAM AREA
-------------------------------*/

.single-team:hover .member-name-and-image {
	border-color: #24bbc9;
}

.member-name-and-image {
	border-radius: 100%;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #fff;
	border: dashed #ccc 3px;
}

.member-img {
	border-radius: 50%;
}

.member-img img {
	border-radius: 50%;
	padding: 15px;
	width: 100%;
}

.member-details {
	margin-bottom: 25px;
}

.member-social-bookmark ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.member-social-bookmark ul li {
	display: inline;
}

.member-social-bookmark ul li a {
	background: #ddd;
	border-radius: 50%;
	color: #333;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	margin-right: 5px;
	padding-top: 0;
	text-align: center;
	width: 40px;
	line-height: 42px;
}

.member-social-bookmark ul li a:hover {
	background: #24bbc9 none repeat scroll 0 0;
	color: #fff;
}

.member-details&gt;h3 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: none;
	text-align: center;
}

.member-details .member-title {
	margin-bottom: 20px;
	text-align: center;
}

.single-team p {
	text-align: center;
}

.member-details,
.member-social-bookmark {
	padding: 0 25px;
}

.member-social-bookmark {
	display: flex;
	justify-content: center;
}


/*------------------------------
    8. TESTMONIAL AREA
-------------------------------*/

.testmonial-area {
	color: #fff;
	position: relative;
}

.testmonial-area-bg {
	background: rgba(0, 0, 0, 0) url("img/testmonial/testmonial_area_bg.jpg") no-repeat scroll center center / cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.testmonial-area-bg::after {
	background: #000000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
}

.testmonial-area .area-title h2 {
	color: #ffffff;
}

.testmonial-author-img {
	padding: 25px;
	position: relative;
}

.testmonial-author-img::before {
	border-left: 2px solid;
	border-top: 2px solid;
	content: "";
	height: 150px;
	left: 0;
	position: absolute;
	top: 0;
	width: 150px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.testmonial-author-img::after {
	border-bottom: 2px solid;
	border-right: 2px solid;
	bottom: 0;
	content: "";
	height: 150px;
	position: absolute;
	right: 0;
	width: 150px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.testmonial-slider:hover .testmonial-author-img::before,
.testmonial-slider:hover .testmonial-author-img::after {
	border-color: #24bbc9;
}

.testmonial-author-img img {
	width: 100%;
}

.testmonial-author-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 348px;
}

.testmonial-area .area-title h2 span {
	text-shadow: none;
}

.name-and-title {
	color: #24bbc9;
	margin-bottom: 20px;
}

.name-and-title h3 {
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.name-and-title p a {
	color: #24bbc9;
}

.ratting {
	color: #24bbc9;
	font-size: 20px;
	letter-spacing: 4px;
	margin-top: 25px;
}

.testmonial-slider .owl-nav&gt;div {
	display: inline-block;
	font-size: 40px;
	height: 50px;
	margin: -25px 5px 0;
	padding-top: 3px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 50px;
}

.testmonial-slider .owl-nav&gt;div.owl-next {
	right: 0;
}

.testmonial-slider .owl-nav&gt;div.owl-prev {
	left: 0;
}

.testmonial-slider .owl-nav&gt;div:hover {
	color: #24bbc9;
}


/*------------------------------
    9. PRICEING AREA
-------------------------------*/

.single-price {
    background: #ddd;
    padding-top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    margin-top: 45px;
    border-left: solid #fff 0;
    border-right: solid #fff 0;
    position: relative;
    border-bottom: solid #222 4px;
	width: 100%;
}

.single-price::after {
	display: none;
	border-right: 150px solid #363636;
	border-top: 50px solid transparent;
	bottom: 0;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	-webkit-transition: border-color 0.3s ease 0s;
	transition: border-color 0.3s ease 0s;
	width: 0;
}

.price-top-title {
	background: #222;
	color: #fff;
	min-height: auto;
	padding: 25px 0;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.price-rate h3 {
	font-size: 45px;
	font-weight: 600;
}

.price-title {
	border-radius: 0;
	height: auto;
	left: 0;
	margin-left: 0;
	padding: 0;
	position: relative;
	top: 0;
	width: 100%;
}

.price-details {
	padding: 35px 0 55px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.price-details ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.price-details ul li {
	padding: 7px 0;
}

.price-button {
	border-radius: 0 0 20px 20px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.price-button a {
	background: #222;
	border-radius: 50px;
	color: #fff;
	letter-spacing: 1px;
	padding: 15px 40px;
	font-weight: 600;
}

.single-price.active .price-top-title,
.single-price:hover .price-top-title {
	background: #24bbc9 none repeat scroll 0 0;
}

.single-price.active, .single-price:hover {
    background: #222;
    color: #ffffff;
    margin-top: 0;
    min-height: 600px;
    border-bottom: solid #24bbc9 3px;
    box-shadow: 0 0 50px -35px #000;
    z-index: 1;
}

.single-price.active:after,
.single-price:hover:after {
	border-right: 150px solid #24bbc9;
	border-top: 50px solid transparent;
}

.single-price.active .price-button a,
.single-price:hover .price-button a {
	background: #24bbc9 none repeat scroll 0 0;
	color: #222;
}

.price-button a:hover {
	background: #ffffff !important;
	color: #222;
}


/*------------------------------
    10. SUBSCRIBER AREA
--------------------------------*/

.subscriber-area {
	color: #fff;
	position: relative;
}

.subscriber-area-bg::after {
	background: #24bbc9 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.9;
	position: absolute;
	top: 0;
	width: 100%;
}

.subscriber-area .area-title h2 {
	color: #363636;
}

.subscriber-area .area-title h2 span {
	color: #ffffff;
}

.subscriber-form form {
	background: #fff none repeat scroll 0 0;
	border-radius: 50px;
	color: #363636;
	height: 50px;
	position: relative;
	width: 100%;
	text-align: center;
}

.subscriber-form input {
	border: 0 none;
	border-radius: 50px 0 0 50px;
	color: #363636;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 70%;
}

.subscriber-form button {
	background: #363636 none repeat scroll 0 0;
	border: 0 none;
	border-left: 1px solid;
	border-radius: 0 50px 50px 0;
	height: 100%;
	letter-spacing: 2px;
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-weight: 600;
	color: #ffffff;
}

.subscriber-form button:hover {
	background: #fff none repeat scroll 0 0;
	color: #363636;
}

.subscriber-form label.error {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 50px;
	max-width: 100%;
}

.subscriber-form label.valid {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 14px;
	max-width: 100%;
}


/*------------------------------
    11. CONTACT AREA
-------------------------------*/

.contact-area {
	position: relative;
	color: #ffffff;
}

.contact-area .area-title h2 {
	color: #ffffff;
}

.contact-area-bg::after {
	background: #000000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
}

.contact-area a {
	color: #24bbc9;
}

.contact-area a:hover {
	color: #ffffff;
}

.footer-logo {
	display: inline-block;
	margin-bottom: 30px;
}

.contact-social-bookmark {
	text-align:right;
}

.contact-social-bookmark ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.contact-social-bookmark ul li {
	display: inline;
}

.contact-social-bookmark ul li a {
	background: #333;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 40px;
	margin-right: 5px;
	padding-top: 9px;
	text-align: center;
	width: 40px;
}

.contact-social-bookmark ul li a:hover {
	background: #24bbc9 none repeat scroll 0 0;
	color: #fff;
}

.google-map-area {
	border-radius: 0% !important;
	overflow: hidden !important;
}

.contact-form input,
.contact-form textarea {
	background: transparent none repeat scroll 0 0;
	border: 1px dashed #24bbc9;
	border-radius: 0;
	color: #24bbc9;
	max-height: 110px;
	min-height: 40px;
}

.contact-form input:focus,
.contact-form textarea:focus {
	border-color: #24bbc9;
	box-shadow: 0 0 0;
}

.contact-form button {
	background: #24bbc9 none repeat scroll 0 0;
	border: 0 none;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 15px 20px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #363636;
}

.contact-area .alert-success {
	background-color: #24bbc9;
	border-color: #24bbc9;
	color: #363636;
}

.contact-form button:hover {
	background: #ffffff;
	color: #363636;
}

#contact.contact-area {
	background-size: 50% 100%;
	background-repeat: no-repeat;
	opacity:0.95;
	background-color: #000;
	border-bottom: solid #333 1px;
	background-position: right;
}

.contact-area .container {
	position: relative;
	z-index: 1;
}

#contact.contact-area .map_section {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.contact-address {
	padding-left: 50px;
}

.single-contact {
	background: rgba(0, 0, 0, 0.8);
	margin: 0 -15px;
	position: relative;
}


/*------------------------------
    12. FOOTER AREA
-------------------------------*/

.footer-area {
	background: #000000 none repeat scroll 0 0;
	color: #ffffff;
	letter-spacing: 1px;
	padding: 30px 0;
	font-size: 14px;
}

.footer-area p {
	margin-bottom: 0;
}

.footer-area a {
	color: #24bbc9;
}

.footer-menu ul {
	list-style: none;
	float: left;
	margin: 0;
	float: right;
	padding: 0;
}

.footer-menu ul li {
	float: left;
	margin-left: 25px;
}


/*------------------------------
    13. SCROLL TO TOP
-------------------------------*/

a.scrolltotop {
	background: #24bbc9 none repeat scroll 0 0;
	bottom: 20px;
	color: #363636;
	display: none;
	font-size: 20px;
	height: 50px;
	padding-top: 10px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 50px;
	z-index: 99;
	box-shadow: 0 0 0 7px transparent;
	border-radius: 100%;
}

a.scrolltotop:hover {
	box-shadow: 0 0 0 0 #363636;
	background: #363636;
	color: #fff;
}
</pre></body></html>