/* Theme Name: Linexon - Responsive Landing Page Template
   Author: Themesdesign
   Version: 1.0.0
   Created: October 2017
   File Description: Main CSS file of the template
*/

@font-face{
  font-family: 'Segoe UI Light';
  src:url('../fonts/Segoe-UI-Light/latest.eot');
  src:url('../fonts/Segoe-UI-Light/latest.eot?#iefix') format('embedded-opentype'),
	  url('../fonts/Segoe-UI-Light/latest.woff') format('woff'),
	  url('../fonts/Segoe-UI-Light/latest.ttf') format('truetype'),
	  url('../fonts/Segoe-UI-Light/latest.svg#web') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: 'Segoe UI Light', 'Roboto', sans-serif;
	color: #252525;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Segoe UI Light', 'Roboto', sans-serif;
}

a {
	text-decoration: none !important;
	outline: none !important;
}


/*======================
		HELPER
========================*/

.home-desc__logo {
  opacity: 0.8;
}

.home-desc__line {
  background: #cd3368;
  opacity: 0.6;
  width: 100%;
  margin-top: 80px;
  padding: 20px 0;
  text-align: center;
}
.home-desc__line ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-desc__line ul li {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 20px;
}

.intro-text {
  padding: 5rem 0;
}
.intro-text__inner {
  color: #ffffff;
}
.intro-text__inner h2 {
  margin-bottom: 1.5rem;
}
.intro-text__inner p {
  margin-bottom: 0.7rem;
}


.section {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	background-color: #fff;
}

.bg-overlay {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.bg-overlay-gradient{
	background: #396afc;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2948ff, #396afc);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2948ff, #396afc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.4;
}

.title h2 {
	margin-top: 10px;
}

span.title-border:before {
	left: 100%;
}

span.title-border:after {
	right: 100%;
}

span.title-border:before {
	content: "";
	background: #dadada;
	width: 45px;
	height: 1px;
	top: 9px;
	position: absolute;
}

span.title-border:after {
	content: "";
	background: #dadada;
	width: 45px;
	height: 1px;
	top: 9px;
	position: absolute;
}

span.title-border {
	padding: 0 8px;
	font-size: 18px;
	line-height: 18px;
	position: relative;
	display: inline-block;
}

.btn-rounded {
	border-radius: 30px;
}

.btn-custom {
	font-size: 15px;
	transition: all 0.4s;
	color: #fff !important;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
	box-shadow: none !important;
}

.btn-outline-custom {
	background-color: transparent;
	border: 1px solid #fff !important;
	transition: all 0.4s;
	color: #fff;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open > .dropdown-toggle.btn-outline-custom {
	background-color: #fff !important;
	border: 1px solid #fff !important;
	box-shadow: none !important;
	color: #000;
}

.btn {
	padding: 12px 25px;
	font-size: 14px;
	letter-spacing: 0.03px;
	font-weight: 700;
	text-transform: uppercase;
}

.vertical-content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;  
	flex-direction: row;
	-webkit-flex-direction: row;
}

/*==========================
		HOME
============================*/

.bg-home {
	background-image: url('../images/home-bg.jpg');
	background-size: cover;
	background-position: center center;
	height: 100vh;
}

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

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

.home-title{
	font-size: 48px;
	line-height: 1.2;
	font-weight: 600;
}

.home-sub-title{
	font-size: 17px;
	line-height: 1.8;
	max-width: 600px;
}

.watch-video a span{
	font-size:16px;
	padding-left: 10px;
	position: relative;
	top: -5px;
}

.play-icon-circle {
	height: 64px;
	width: 64px;
	line-height: 64px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	font-size: 28px;
}

.play-btn-light{
	background-color: #fff !important;
	color: #6c77c0;
	mix-blend-mode: lighten;;
}

/*----------DEMO 2-----------*/
.home-height-half{
	padding: 220px 0 150px 0;
	height: auto;
}
/*----------DEMO 3-----------*/
.home-half{
	padding-bottom: 150px;
	padding-top: 180px;
	background-image: url('../images/home-bg.jpg');
	background-size: cover;
	background-position: center center;
	position: relative;
}

.home-registration-form .form-title {
	font-size: 24px;
	font-weight: 600;
}

.home-registration-form .form-subtitle{
	line-height: 1.4;
	font-size: 18px;
}

.home-registration-form {
	border-radius: 3px;
	box-shadow: 0px 0px 3px 0px #000000;
}

.home-registration-form .registration-form label{
	font-size: 14px;
}

.home-subtitle-width-100{
	max-width: 100%;
}

.small-text {
	font-size: 14px;
}

.registration-input-box{
	border:none;
	border-radius:0px;
	color: #999;
	border-bottom: 1px solid #c5c5c5;
	box-shadow: none !important;
	padding-left: 0;
	padding-right: 0;
}

/*---------DEMO 6-----------*/
.back-slide{
	height: 100vh;
}

.search-form input {
	padding: 15px 20px;
	width: 100%;
	font-size: 17px;
	color: #4c5667 !important;
	border: none;
	outline: none !important;
	padding-right: 180px;
	padding-left: 30px;
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 30px;
}

.search-form button {
	position: absolute;
	top: 7px;
	right: 8px;
	outline: none !important;
	border-radius: 30px;
	font-size: 17px;
	padding: 9px 30px;
}

.search-form form {
	position: relative;
	max-width: 600px;
	margin: 0px auto;
}

/*--------DEMO 8-----------*/
.bg-gradient {
	background: -webkit-linear-gradient(#7474BF, #348AC7);
	background: -moz-linear-gradient(#7474BF, #348AC7);
	background: -ms-linear-gradient(#7474BF, #348AC7);
	background: -o-linear-gradient(#7474BF, #348AC7);
	background: linear-gradient(#7474BF, #348AC7);
}
.navbar-light{
	background-color: #fff;
	box-shadow: 0 10px 33px rgba(0,0,0,.1) !important;
}

.navbar-light .navigation-menu > li > a {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
	min-height: 62px;
}

.navbar-light .logo .logo-dark {
	display: inline-block !important;
}

.navbar-light .navigation-menu > li > a {
	color: #000 !important;
}
/*-----------DEMO 9----------*/
.bg-overlay-gredient {
	background: #000046;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #1CB5E0, #000046);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #1CB5E0, #000046); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	opacity: 0.8;
}
/*----------DEMO 10-----------*/
.bg-video{
	height: 100vh;
	background-color: #000;
}
/*---------DEMO 11--------*/
.navbar-light.small {
	top: 0px !important;
	width: 100%;
}
/*--------DEMO 12----------*/
.slidero{
	position: relative;
	z-index: 1;
}
/*---------DEMO 13-----------*/
.main-slider .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: rgba(255,255,255,0.8); 
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: none; 
}
.main-slider .flex-control-paging li a:hover { 
  background: #333;
  background: rgba(255,255,255,0.9);
}
.main-slider .flex-control-paging li a.flex-active { 
}
.main-slider .flex-control-nav {
	bottom: -50px;
	left: 0;
	right: 0;
	width: auto;
}
/*==========================
		FEATURES
============================*/

.features-desc h2{
	font-size: 28px;
	font-weight: 600;
	line-height: 38px;
}

.features-desc p{
	font-size: 15px;
}

.features-desc a{
	color: #000;
	transition: all 0.5s;
	font-size: 15px;
	font-weight: 600;
}

.features-desc a i{
	font-size: 16px;
	position: relative;
	top: 2px;
}



.features-border{
	height: 2px;
	width: 70px;
}

/*==========================
		CTA 
============================*/
.critarea-desc {
	font-size: 1.6rem;
}
.critarea-desc__sub {
  display: block;
  font-size: 1rem;
  color: #cccccc;
}
/*==========================
		SERVICES
============================*/

.service-box {
	border: 1px dotted #dddddd;
	border-radius: 3px;
	position: relative;
}

.service-left {
	float: left;
}

.service-box .service-icon {
	font-size: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.service-box .service-desc {
	/*margin-left: 25%;*/
}

.service-box .service-desc h4 {
	font-size: 18px;
	font-weight: 600;
}

.service-box .service-desc p {
	font-size: 14px;
	display: inline-block;
	height: 40px;
	overflow: hidden;
}

/*=========================
	CLIENTS/TESTIMONIAL 
===========================*/

.testimonial-box h4 {
	line-height: 26px;
	font-style: italic;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Segoe UI Light', 'Roboto', sans-serif;
}

.client-images img {
	max-height: 30px;
	width: auto !important;
	margin: 10px auto;
	opacity: 0.3;
	transition: all 0.5s;
}

.client-images img:hover {
	opacity: 0.6;
}

.client-images .owl-pagination{
	display: none;
}

.testi-work{
	font-size: 15px;
}

/*=========================
		TEAM
===========================*/
.team-box{
	border-radius: 7px;
	border: 1px dashed #ddd;
}

.team-box .team-desc .team-name{
	font-weight: 600;
}

.team-box .team-desc .team-work{
	font-size: 14px;
}

.team-social li a {
	color: #808083;
	transition: all 0.52s;
	border: 1px solid #ddd;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 12px;
	display: inline-block;
}

.team-social li a:hover{
	color: #fff;
}

/*=========================
		PRICING
===========================*/
.plan-price h6{
	font-weight: 600;
	font-size: 24px;
	width: 100%;
	line-height: 60px;
	display: inline-block;
	color: white;
}

.plan-price h6 {
	background-color: #ffffff !important;
	border-bottom: 1px solid #cd3368;
	color: #cd3368;
}

.plan-price h6 span{
	font-size: 16px;
}

.plan-title h5{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	text-overflow: ellipsis;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
}


.plan-features p{
	color: #3a3a3a;
	font-size: 14px;
	margin-bottom: 0.5rem;
	padding-left: 8px;
	position: relative;
}

.plan-features p.check {
	padding-left: 25px;
}

.plan-features p.check:before {
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	background: #cd3368;
	display: inline-block;
	top: 9px;
	left: 10px;
	border-radius: 50%;
}

.pricing-box{
	border-radius: 8px;
	border:1px solid #e2e2e2;
	/*min-height: 670px;*/
}

/*==========================
		CONTACT US
============================*/

.form-sub-title {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 50px;
}

.form-control {
	margin-bottom: 25px;
	box-shadow: none !important;
	height: 44px;
}

textarea.form-control {
	height: auto;
}

.error {
	/*margin: 8px 0px;*/
	/*display: none;*/
	color: red;
}

#ajaxsuccess {
	font-size: 16px;
	width: 100%;
	display: none;
	clear: both;
	margin: 8px 0px;
}

.error_message {
	padding: 10px;
	background-color: rgba(244, 35, 103, 0.2);
	margin-bottom: 20px;
	text-align: center;
}

.contact-loader {
	display: none;
}

#success_page {
	text-align: center;
	margin-bottom: 50px;
}

#success_page h3 {
	color: #0dba26;
	font-size: 22px;
}

/*==========================
		FOOTER
============================*/

.company-sub-menu li a {
  color: #808080;
  font-size: 14px; 
  margin-bottom: 7px;
  display: inline-block;
  transition: all 0.5s;
}

.footer-title{
  font-size: 15px;
  font-weight: 700
}

.company-sub-menu li a:hover{
  text-decoration: none;
}

.contact-us p{
  color: #808080;
  font-size: 14px;
  margin-bottom: 7px;
}

.footer-icons li a{ 
	height: 35px;
	width: 35px;
	color: #808080;
	text-align: center;  
	border-radius: 20%;
	font-size: 16px;
	display: inline-block;
	line-height: 35px;  
	border-radius: 50%;
	border:1px solid #808080;  
	transition: all 0.5s;
}

.footer-icons li a:hover{
	color: #fff;
}

.footer-alt .copy-rights{
  margin: 0;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 0.8rem;
}

.footer-alt a {
  display: block;
  color: #808080;
  text-align: center;
  padding-bottom: 12px;
  font-size: 12px;
}

.features__item img {
  max-height: 100px;
  /*border-radius: 50%;*/
}

.features__item:after {
	content: "\f054";
	font-family: "FontAwesome";
	font-size: 16px;
	color: #cd3368;
	position: absolute;
	right: -8px;
	top: 25%;
}

.features__item.features__item--last:after {
	content: unset;
}

#location-map {
	height: 300px;
}

.footer-map {
	padding: 0;
}

.portfolio-box {
	padding-top: 60px;
}
.portfolio-box__item {
	margin-bottom: 0;
}
.portfolio-box__item img {
	width: 100%;
}

.owl-box-nav {
	position: absolute;
	top: 55%;
	left: 0;
	width: 100%;
	font-size: 22px;
	z-index: 1000;
}
.owl-box-nav > div {
	cursor: pointer;
}
.owl-box-nav .slider-prev {
	float: left;
}
.owl-box-nav .slider-next {
	float: right;
}

#service-portfolio .owl-box-nav {
	top: 48%;
}

@media (max-width: 768px) {
	.service-box .service-desc {
		width: auto;
		margin-left: 0%;
	}
	.service-box .service-icon {
		top: -15px;
		position: relative;
		transform: none;
		left: 0;
	}
	.vertical-content{
		display: inherit;
	}
	.features-desc h2{
		font-size: 26px;
	}
	.home-title {
		font-size: 28px;
	}
	.home-sub-title {
		font-size: 14px;
	}
	.home-half {
		padding-bottom: 85px;
		padding-top: 120px;
	}
	.home-height-half{
		height: 100vh !important;
	}
	.navbar-light .logo {
		line-height: 0px !important;
		padding: 0px !important;
	}
	.features__item:after {
		content: unset;
	}
}

@media (max-width: 575px) {
	.intro-text {
		padding: 1rem 0;
	}
	.service-box .service-desc {
		width: 100%;
	}
	.service-box .service-desc p {
		display: none;
	}
	#service.section {
		padding: 1rem 0 1.5rem 0;
	}
	.service__item {
		width: 50%;
	}
	.service-box {
		text-align: center;
	}
	.service-box .service-desc h4 {
		font-size: 14px;
		margin-bottom: 0;
	}
	.service-box.p-4 {
		padding: 0.5rem !important;
	}
	.service__item.col-sm-6 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.service-box .service-icon {
		float: unset;
		top: -8px;
	}
	.service__items {
		padding-top: 0.5rem !important;
		margin-top: 0rem !important;
	}


	.call-to-action {
		padding: 1.5rem 0 !important;
	}
	.call-to-action__text {
		text-align: center;
		margin: 0 !important;
	}
	.call-to-action__button {
		margin: 0.5rem 0 !important;
		text-align: center;
	}


	#features.section {
		padding: 1rem 0 1.5rem 0;
	}
	.features__item {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
	.features__item:after {
		content: unset;
	}
	.features-border {
		display: none;
	}
	.features-desc p {
		margin: 0.5rem 0 !important;
	}
	.features__desc .features-desc:after {
		content: "";
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #cd3368;
		margin-top: 0 !important;
		display: inline-block;
	}
	.features__item--last .features__desc .features-desc:after {
		content: unset;
	}


	#client.section {
		padding: 1rem 0 1.5rem 0;
	}

	#pricing.section {
		padding: 1rem 0 1.5rem 0;
	}
	.price__items {
		margin: 0.5rem 0 !important;
		padding: 0rem 0 !important;
	}


	#contact.section {
		padding: 1rem 0 1.5rem 0;
	}


	#contact .custom-form {
		margin-top: 0 !important;
	}


	.footer-big {
		padding: 1rem 0 1.5rem 0;
	}

	.darkheader .social-icons {
		float: unset;
		padding: 0 14px;
	}

	.social-icons {
		float: unset !important;
		padding: 0 14px !important;
		margin: 12px 0 !important;
	}

	.social-icons li a {
		border-color: #000 !important;
		color: #000 !important;
	}
}

.copy-rights-contacts {
	text-align: left;
	color: #808080;
	line-height: 1.2;
	font-size: 0.8rem;
	margin-bottom: 0;
	margin-top: 1.5rem;
}

.copy-rights-contacts a {
	display: inline;
	padding: 0;
	font-size: 0.8rem;
}

.social-icons {
	float: right;
	list-style: none;
	margin: 29px 0;
	padding: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.social-icons li {
	display: inline-block;
	margin-left: 10px;
}

.social-icons li a {
	display: block;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	padding: 2px 0;
	width: 30px;
	height: 30px;
	font-size: 16px;
}

.darkheader .social-icons {
	margin: 18px 0;
}

.darkheader .social-icons li a {
	border-color: #000;
	color: #000;
}

.social-icons li a:hover,
.darkheader .social-icons li a:hover {
	border-color: #cd3368;
	color: #cd3368;
}


.plan-features {
	height: 280px;
	overflow: hidden;
	position: relative;
}

.plan-features.fullsize {
	height: auto;
}
.plan-features.fullsize p, .plan-features.fullsize ol {
	font-size: 15px;
}
.plan-features.fullsize ol {
	padding-left: 45px;
}
.plan-features.fullsize ol li {
	margin-bottom: 3px;
}

.plan-features:after {
	content: "";
	width: 100%;
	height: 3em;
	position: absolute;
	opacity: 1;
	transition: opacity .5s;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	background-image: -moz-linear-gradient(to bottom,rgba(255,255,255,0) 20%,rgba(255,255,255,.2) 70%,rgba(255,255,255,.34) 85%,rgba(255,255,255,.64) 100%);
	background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,0) 20%,rgba(255,255,255,.2) 70%,rgba(255,255,255,.34) 85%,rgba(255,255,255,.64));
	background-image: -o-linear-gradient(to bottom,rgba(255,255,255,0) 20%,rgba(255,255,255,.2) 70%,rgba(255,255,255,.34) 85%,rgba(255,255,255,.64) 100%);
	background-image: -ms-linear-gradient(to bottom,rgba(255,255,255,0) 20%,rgba(255,255,255,.2) 70%,rgba(255,255,255,.34) 85%,rgba(255,255,255,.64) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0) 20%,rgba(255,255,255,.2) 70%,rgba(255,255,255,.34) 85%,rgba(255,255,255,.64));
}

.plan-features.without-shadow:after {
	content: unset;
}

.plan-features-more {
	margin-bottom: 0.3rem;
}

.plan-features-more a {
	font-size: 20px;
	color: #cd3368;
}


.loader-wrapper {
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 1);
}

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

.loader-logo-center-table-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.loader-logo-center-table-cell h2 {
	margin-top: 20px;
}

#service-portfolio {
	padding-top: 0;
}

/*#service-portfolio .portfolio-box {
	padding: 0;
}*/

.portfolio-gallery-description {
	margin-top: 15px;
	height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000;
	text-align: center;
}

.modal-header, .modal-body {
	padding: 15px 30px;
}

.modal-content {
	border-radius: 8px;
}

.modal-header {
	background: #e9ecef;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

button.close {
	cursor: pointer;
}

h4.modal-title {
	font-size: 1.4rem;
}

.pricing-box .pricing-details {
	margin-right: 30px;
	background: #eeeeee;
	border: 1px solid #dddddd !important;
	color: #777777 !important;
}
.pricing-box .pricing-details:hover, .pricing-box .pricing-details:focus {
	background: #dddddd !important;
}

@media (min-width: 768px) {
	.features__item.col-md-2 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (max-width: 392px) {
	.pricing-box .pricing-details {
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 20px;
	}
}
