


.title-border {
	position: relative;
	display: inline-block;
	margin-bottom:35px;
}

.title-border:before,
.title-border:after {
	content: '';
	position: absolute;
	height: 1px;
	background-color: #377bf8;
	width: 65%;
}

.title-border:before {
	top: -8px;
	left: -15%;
}

.title-border:after {
	right: -15%;
	bottom: -8px;
}

.gray-border {
	border: 1px solid #e5e5e5;
}

.icofont {
	color: #53be53 ;
}

.icofont:hover {
	opacity: .95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

.btn-set a {
	max-width: 45%;
}

.btn-set a:first-child {
	margin-right: 25px;
}


/*
|----------------------------------------------------------------------------
		1. HEADER
|----------------------------------------------------------------------------
*/

.main-header nav {
	border: none;
	background:#fff;
	box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);

}

.logo {
	padding-top: 15px;
}

.affix .logo {
	padding-top:15px;
}

.affix {
	background: #ffffff;
	z-index:9999 !important;
	position:fixed
}


/*
|----------------------------------------------------------------------------
		2. MENU
|----------------------------------------------------------------------------
*/

.nav li a {
	color: #fff;
	padding: 45px 15px;
	position: relative;
}

.menu-border li a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-right: 1px solid #f9677b;
	border-left: 1px solid #f3596f;
	height: 15px;
}

.menu-border li:last-child a:after,
.affix .menu-border li a:after {
	content: none;
}

.affix .nav li a {
	padding: 25px 15px;
}

.nav li a:hover,
.page-blog .affix .nav li.active a,
.nav li a:focus {
	background-color: transparent;
}

.affix .nav li.active a,
.affix .nav li a:hover,
.page-blog .affix .nav li a:hover {
	background-color: #303030;
}

/* SECONDARY MENU */
.secondary-menu-icon,
.secondary-menu-icon:hover {
	padding:16px 0;
	margin-left: 35px;
	font-size: 20px;
}

.secondary-menu-icon i {
	color: #377bf8 ; 
    padding: 3px 8px;
    border-radius: 5px;
}

.affix .secondary-menu-icon {
	padding: 16px 0;
}

.secondary-menu-area {
	position: fixed;
	width: 300px;
	max-width: 70%;
	right: -360px;
	top: 0;
	bottom: 0;
	background-color: #303030;
	z-index: 9999999;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.secondary-menu-open:after {
	content: '';
	background-color: rgba(0,0,0,.7);
	right: 100%;
	top: 0;
	left: -99999px;
	bottom: 0;
	position: absolute;
	z-index: -1;
}

.secondary-menu-open {
	right: 0;
}

.secondary-menu li a {
	color: #fff;
	padding: 17px 30px;
	display: block;
}

.secondary-menu li a:hover,
.secondary-menu li.active a {
	background-color: #377bf8;
}

/* CLOSE ICON */
.secondary-menu-area i {
	color: #fff;
	background-color: #377bf8;
	position: fixed;
	font-size:20px;
	top: 20%;
	left: 20%;
	margin-left: -50px;
	margin-top: -50px;
	cursor: pointer;
	width: 60px;
	height: 60px;
	line-height: 65px;
	border-radius: 50%;
	text-align: center;
	visibility: hidden;
}

.secondary-menu-open i {
	visibility: visible;
}


/* SUB MENU */
.nav li {
	position: relative;
}
.nav li ul {
	position: absolute;
	top: 100%;
	right: 0;
	border-radius: 0 0 4px 4px;
	display: none;
}

.nav li ul ul {
	top: 0;
	left: 100%;
}

.nav li ul li {
	float: none;
	border-top: 1px solid rgba(146, 132, 132, 0.52);
}

.nav ul li a,
.affix .nav ul li a {
	display: block;
	padding: 10px 22px;
	background-color: rgb(156, 9, 29);
	white-space: nowrap;
}

.nav ul li a:hover,
.affix .nav ul li a:hover {
	background-color: #377bf8;
}

.nav li.has-sub-menu:hover > a {
	background-color: #303030;
}

li.has-sub-menu > a:after {
	content: '\eb73';
	font-family: 'icofont';
	position: relative;
	top: 2px;
	left: 2px;
	color: #eee;
}

li.has-sub-menu a + i {
	display: none;
	cursor: pointer;
}

.secondary-menu li ul {
	display: none;
}

.nav li:hover > ul,
.secondary-menu li:hover > ul {
	display: block;
}

.secondary-menu li.has-sub-menu:hover > a {
	background-color: #377bf8;
}

.secondary-menu ul li a {
	padding: 10px 35px;
	padding-left: 45px;
}

/*
|----------------------------------------------------------------------------
		3. SLIDER
|----------------------------------------------------------------------------
*/

/*fix click for particles js*/
.home-slider.owl-carousel, 
.home-slider.owl-carousel * {
	z-index: 10;
}

.slider-item .container,
.slider-item .container .row {
	height: 90%;
}

.slider-item {
	height: 700px;
}

.slide-bg-1,
.slide-bg-2,
.slide-bg-3 {
	background-image: url('../img/demo-4/pattern.jpg');
	background-repeat:repeat;
}

.banner-image {
	max-width: 88%;
}

.banner-text * {
	color: #fff;
}

.banner-text h1 {
	margin-bottom: 45px;
	line-height: 1.2;
}

.banner-text p {
	margin-bottom: 45px;
}

.banner-text .btn {
	position: relative;
	padding-left: 40px;
	font-size: 22px;
}

.banner-text .btn i {
	font-size: 30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 32px;
	color: #fff;
	border: none;
	padding: 0;
}

.banner-text .btn:hover,
.banner-text .btn:hover i {
	background-color: #f6f6f6;
	color: #377bf8;
}


/*
|----------------------------------------------------------------------------
		4. APP OVERVIEW
|----------------------------------------------------------------------------
*/

.app-overview-icon {
	width: 25%;
}

.app-overview-content {
	width: 75%;
	padding-bottom:26px;
}

.app-overview-lists li:last-child .app-overview-content {
	padding-bottom: 0;
}

.app-overview-lists i {
	border: 2px solid #377bf8;
}

.app-overview-content h3 {
	font-weight: 400;
	margin-bottom: 10px;
}

.app-overview-content p {
	color: rgba(0, 0, 0, 0.502);
	line-height: 1.5;
}


/*
|----------------------------------------------------------------------------
		5. VIDEO
|----------------------------------------------------------------------------
*/



/*fix click for particles js*/
.video-area * {
	z-index: 10;
}

.video-play-icon i {
	width: 90px;
	height: 90px;
	line-height: 90px;
	padding: 0 0 0 6px;
	font-size: 25px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
}

.video-play-icon i:hover {
	background-color: #377bf8;
	border: 2px solid #377bf8;
	border: 2px solid #377bf8;
}




/*
|----------------------------------------------------------------------------
		6. CUSTOMERS FEEDBACK
|----------------------------------------------------------------------------
*/
.customer-feedback .owl-item  { text-align:center}

.customer-feedback2 .owl-item img {
	width: 200px !important;
	height:94px !important;
}
.customer-feedback .owl-item img {
	width:70px;
	height:70px;
}
.feedback-slider-item {
	position: relative;
	padding: 0 30px 30px;
	border-right: 1px solid #e5e5e5;
}

.customer-feedback .owl-stage-outer {
	border-right: 1px solid transparent;
}

.customer-name {
	margin-top: 25px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
}

.feedback-slider-item p {
	line-height: 1.875;
}

.customer-feedback .owl-nav i {
	width: 43px;
	height: 43px;
	border-radius: 50%;
	background-color: #f6f6f6;
	color: #377bf8;
	font-size: 24px;
}

.customer-feedback .owl-nav i.icofont:hover {
	background-color: #377bf8;
	color: #fff;
}

.customer-feedback .owl-prev {
	left: -28px;
}

.customer-feedback .owl-next {
	right: -28px;
}



/*
|----------------------------------------------------------------------------
		7. BLOG
|----------------------------------------------------------------------------
*/

.blog-single img {
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.blog-title {
	padding-top: 14px;
	margin-bottom: 9px;
}

.blog-single figure > div {
	overflow: hidden;
}

.blog-single figure img:hover {
	-webkit-transform: scale(1.2) rotate(-10deg);
	        transform: scale(1.2) rotate(-10deg);
}


/*
|----------------------------------------------------------------------------
		8. DOWNLOAD
|----------------------------------------------------------------------------
*/

.app-download-area {
	padding: 100px 0;
	overflow-x: hidden;
}

.app-download-content {
	margin-left: -15px;
}

.app-download-content h2 {
	font-weight: 300;
	font-size: 48px;
	margin-bottom:20px;
}

.app-download-content h5 {
	margin-top: 15px;
	margin-bottom: 25px;
	font-weight: 400;
}

.app-download-content p {
	margin-bottom: 25px;
}

.download-btn {
	margin-top: 75px;
}

.download-btn a {
	float: left;
}

.app-download-photo {
	position: relative;
	right: -100px;
	margin-bottom: -100px;
}


/*
|----------------------------------------------------------------------------
		9. SUBSCRIBE
|----------------------------------------------------------------------------
*/

/* ALL CSS are available in common.css file under CONTACT section */



/*
|----------------------------------------------------------------------------
		10. FOOTER
|----------------------------------------------------------------------------
*/

.footer-bottom {
	padding-top: 27px;
	padding-bottom: 24px;
	border-bottom: 2px solid #377bf8;
}

.copyright-text,
.footer-menu li a {
}

.footer-menu li a {
	padding: 0px 6px;
}



button#feedback {
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-block;
  -moz-border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 0;
}

.feedback-box {
  z-index: 9999;
  position: fixed;
  bottom: 49px;
  right: 0;
  display: inline-block;
  width: 300px;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  pointer-events: none;
}

.feedback-box .content {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background: white;
  border: 1px solid #ddd;
  border-right: none;
  border-bottom: none;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -moz-transition: all 0.4s cubic-bezier(0.685, -0.245, 0.19, 1.315);
  -o-transition: all 0.4s cubic-bezier(0.685, -0.245, 0.19, 1.315);
  -webkit-transition: all 0.4s cubic-bezier(0.685, -0.245, 0.19, 1.315);
  transition: all 0.4s cubic-bezier(0.685, -0.245, 0.19, 1.315);
}

.feedback-box .confirm {
  z-index: 2;
  color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #41C289;
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-transition: all 0.4s cubic-bezier(0.685, -0.245, 0.19, 1.315);
  -o-transition: all 0.4s cubic-bezier(0.685, -0.245, 0.19, 1.315);
  -webkit-transition: all 0.4s cubic-bezier(0.685, -0.245, 0.19, 1.315);
  transition: all 0.4s cubic-bezier(0.685, -0.245, 0.19, 1.315);
}

.feedback-box .confirm h1 {
  text-align: center;
  font-weight: 600;
  Text-transform: uppercase;
  font-size: 70px;
  margin-top: 115px;
  letter-spacing: -.08em;
  line-height: 1.2;
}

.feedback-box .confirm h1 i { vertical-align: 3px; }

.feedback-box .confirm h1 span {
  display: block;
  font-size: 40%;
  font-weight: 300;
  text-transform: none;
  letter-spacing: .02em;
}

.feedback-box.show { pointer-events: auto; z-index:99999; bottom:49px; }

.feedback-box.show .content {
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.feedback-box.show-confirm .confirm {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.feedback-box.error textarea { border-color: red; }

.feedback-box span {
  z-index: 10;
  background-color: #377bf8;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  height: 55px;
  line-height: 55px;
  text-align: left !important;
  border-bottom: 1px solid #ddd;
  display:block;
}
.feedback-box span strong {
  margin-left:80px;}
  
.feedback-box input, .feedback-box select { margin-bottom:10px}
.feedback-box section {
  padding: 10px;
  overflow: hidden;
  -moz-transition: all ease;
  -o-transition: all ease;
  -webkit-transition: all ease;
  transition: all ease;
  color:#555555
}
.close { opacity:0.7 !important;
text-shadow:none !important;}

.feedback-box section textarea {
  z-index: 0;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.5;
  resize: none;
  color: #333;
  border: 1px solid #ddd;
  height: 70px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feedback-box section textarea:focus {
  outline: none;
  border: 1px solid #999;
}

.feedback-box section button {
	background:#377bf8;
  display: block;
  padding:8px 15px;
  text-align: center;
  width: 100%;
  border:0;
  color:#fff
}
button#feedback {
	background:#377bf8; 
	color:#fff; 
	padding:6px 15px 6px 15px;
  position: fixed;
  bottom:10%;
  right:3px;
  display: inline-block;
  border:0;
  z-index:9999;
  font-size:18px;
  font-weight:700;
  border-radius:0 !important;
}


.form-control { width: 100% !important}

#myButton { z-index:8888; position:fixed; bottom:30%; left:0px; display:block; color:#49b85e; font-weight:800; text-align:left; width:50%; width:100%}

.btn-download:hover{ background:#377bf8 !important; color:#fff}
.option-btn2 button {
	background:#ae0606 !important; 
	border-bottom:1px solid #f0cbcb !important; border-radius:5px !important}
	
.option-btn2 button:hover { color:#fff}
	#feedback{ display:none !important}
	
	
	 #myButton { display:none}
	 
	 .bg { background:url(../img/demo-4/blog-1.jpg) center top no-repeat;}
	 
	 .bg2 { background:url(../img/demo-4/blog-2.jpg) center top no-repeat;}
	
	
	.bg3{ background:url(../img/demo-4/blog-3.jpg) center top no-repeat;}
	
	.footer-widget li i { font-size:22px;}
	
	
	.btn-red:hover { background:#033ba2; color:#fff}
	
.app-download-content2 p { margin-bottom:10px;}

.app-download-content2 ul li { margin-left:20px; list-style:disc}

.app-download-area2 .field-one-third {
	width:100% !important;    position: relative;
}
	.app-download-area2 .field-one-third:nth-child(2) { margin-left:0 !important}
	
	
	
	
.app-download-area2 input, .app-download-area2 textarea {
  display:block;
  width:100%;
  
  background-color: #f7f7f7;
border: 1px solid #c1c1c1;
border-radius: 3px;
box-shadow: none;
padding: 10px 20px;
font-size: 16px;
}

.app-download-area2 label 				 {
  color:#999; 
  font-size:16px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:15px;
  top:9px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
.app-download-area2 textarea:focus ~ label, textarea:valid ~ label ,
.app-download-area2 input:focus ~ label, input:valid ~ label 		{
  top:-27px;
  font-size:14px;
  color:#5264AE;
}

/* BOTTOM BARS ================================= */
.app-download-area2 .bar 	{ position:relative; display:block; width:100%; }
.app-download-area2 .bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#377bf8; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.app-download-area2 .bar:before {
  left:50%;
}
.app-download-area2 .bar:after {
  right:50%; 
}

/* active state */
.app-download-area2 textarea:focus ~ .bar:before, textarea:focus ~ .bar:after,
.app-download-area2 input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.app-download-area2 .highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.app-download-area2 textarea:focus ~ .highlight,
.app-download-area2 input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}

.app-download-area2 { padding:70px 0 !important}
.app-download-area2 .title { font-size:28px !important;}

.app-download-area2  textarea.form-control { height:85px;}
.owl-controls { display:none}


#why .section-heading { margin-bottom:20px;}


.gray-border {
    text-align: center !important;
}
.blog-single figure > div { display: inline-block;}

.footertop { background:#fff; padding:20px 0; padding:0; font-size:15px;}
.footertop i { font-size:25px;; margin-right:17px; margin-bottom:30px;}
    .footertop .widget-menu {
    border: 1px solid #dfdfdf;
    padding: 7px;
    -webkit-box-shadow: 1px 0px 5px 0px rgba(201,201,201,1);
    -moz-box-shadow: 1px 0px 5px 0px rgba(201,201,201,1);
    box-shadow: 1px 0px 5px 0px rgba(201,201,201,1);
    background: #f6f6f6;
    margin-bottom: 20px;
    height: 170px;
}


.footer-top { background:#eaeaea}
.footer-bottom { background:#f6f6f6;}
