/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img, .flexslider .slides video {
	width: 100%;
	display: block;
	object-fit: cover;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.flexslider .slides li {
	position: relative;
}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides>li:first-child {
	display: block;
}


/* FlexSlider Default Theme
*********************************/
.flexslider {
	/* margin: 60px auto 0; */
	position: relative;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px
}


/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {


	color: #111111;
	height: 30px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	font-size: 25px;
}

.flex-direction-nav a:hover {}

.mainSlider .flex-direction-nav a, .projectSlider .flex-direction-nav a {
	top: 52%;
}

.flex-direction-nav .flex-prev {
	left: 0px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.flex-direction-nav .flex-next {
	right: 0px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.mainSlider .flex-direction-nav .flex-prev, .projectSlider .flex-direction-nav .flex-prev {
	opacity: 0;
	left: -40px;
}

.mainSlider .flex-direction-nav .flex-next, .projectSlider .flex-direction-nav .flex-next {
	opacity: 0;
	right: -40px;
}

.mainSlider:hover .flex-direction-nav .flex-prev, .projectSlider:hover .flex-direction-nav .flex-prev {
	left: 20px;
	opacity: 1;
}

.mainSlider:hover .flex-direction-nav .flex-next, .projectSlider:hover .flex-direction-nav .flex-next {
	right: 20px;
	opacity: 1;
}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -15px;
	text-align: center;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 0;
	}

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 0;
	}
}





.flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 8px;
	height: 8px;
	display: block;
	background: #ffffff;
	opacity: .7;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.flex-control-paging li a:hover {
	opacity: 1;
}

.flex-control-paging li a.flex-active {
	position: relative;
	cursor: default;
	border: none;
	opacity: 1;
}

/*
.flexslider:hover .flex-next {opacity: 1; }
.flexslider:hover .flex-prev {opacity: 1;}*/

/*.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}*/
/*.flex-direction-nav .flex-disabled {opacity: .6!important; filter:alpha(opacity=60); cursor: default;}*/
ul.myUL, .conternt_center {
	display: inline-block;
	text-align: left;
	list-style-type: disc;
}

.myUL li {
	font-size: 14px;
	margin: 5px;
}

.intro {
	font-size: 18px !important;
	margin-bottom: 10px;
}

.one-third.column.service.bottom3 ul.myUL li {
	margin-left: 15px;
}

.video_play {
	position: relative;
	width: 100%;
	top: -30px;
}

@media (max-width: 965px) {
	.one-thirds span {
		text-align: start;
		display: block;
		position: inherit !important;
		margin-left: 0px !important;
	}

	.video_play {
		position: relative;
		width: 100%;
		top: 0px;
	}
}

#contact {
	border-top: 3px solid;
}

.main_slide_content {
	display: inline-block !important;
	width: 85px !important;
	height: 40px !important;
	max-width: 85px !important;
	margin-bottom: 5px;
	/* background: white; */
}

.our_client_cntent_first_parent {
	display: flex;
	text-align: start;
}

.our_client_cntent_first {
	width: 36%;
	font-weight: 700;
}

.our_client_cntent_second_parent {
	margin-top: 20px;
	display: flex;
	text-align: start;
}

.our_client_cntent_second {
	width: 35%;
	margin-top: 25px;
	font-weight: 700;
}

@media (max-width: 768px) {
	.our_client_cntent_first_parent {
		display: block;
		text-align: start;
	}

	.our_client_cntent_first {
		width: 100%;
		font-weight: 700;
	}

	.our_client_cntent_second_parent {
		display: block;
		text-align: start;
	}

	.our_client_cntent_second {
		width: 100%;
		font-weight: 700;
	}
}

.animation_slid {
	animation-name: slid;
	animation-duration: 3s;
	animation-delay: 0.2s;
}

@keyframes example {

	0% {
		opacity: 0;
		bottom: -100px;
		position: relative;
		bottom: -50px;
	}

	100% {
		opacity: 1;
		bottom: 0px;
	}
}

@keyframes slid {
	from {
		margin-top: 50px;
	}

	to {
		margin-top: 0px;
		animation-play-state: paused;
	}
}

.reveal {
	/* position: relative; */
	transform: translateY(100px);
	opacity: 0;
	transition: all 2s ease;
}

.reveal.active {
	transform: translateY(0px);
	opacity: 1;
}

.contact_apple {
	position: absolute;
	bottom: 45%;
	background: white;
	width: 200px;
	border-radius: 10px;
	height: 75px;
	padding: 10px;
	border: 1px solid #ccc;
	left: 12%;
	display: flex;
}

.contact_playstore {
	position: absolute;
	bottom: 20%;
	background: white;
	width: 200px;
	border-radius: 10px;
	height: 75px;
	padding: 10px;
	border: 1px solid #ccc;
	left: 12%;
	display: flex;
}

@media (max-width: 768px) {
	.reveal_mobile {
		transform: translateY(100px);
		opacity: 0;
		transition: all 2s ease;
		transform: translateY(0px);
		opacity: 1;
	}

	.contact_apple {
		position: absolute;
		bottom: 40%;
		background: white;
		width: 178px;
		border-radius: 10px;
		height: 63px;
		padding: 10px;
		border: 1px solid #ccc;
		left: -10%;
		display: flex;
	}

	.contact_playstore {
		position: absolute;
		bottom: 20%;
		background: white;
		width: 178px;
		border-radius: 10px;
		height: 63px;
		padding: 10px;
		border: 1px solid #ccc;
		left: -10%;
		display: flex;
	}

	.mainSlider {
		/* height: 400px !important; */
	}
}

.icon-left-thin, .icon-right-thin {
	display: none !important;
}