@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
/**{font-family: 'Droid Arabic Naskh', serif  }
*/

@font-face {
	font-family: "DIN Next LT Arabic";
	src: url('../fonts/571014405-DINNextLTArabic-Light.eot');
	src: url('../fonts/571014405-DINNextLTArabic-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/571014405-DINNextLTArabic-Light.svg#DIN Next LT Arabic') format('svg'),  url('../fonts/571014405-DINNextLTArabic-Light.woff') format('woff'),  url('../fonts/571014405-DINNextLTArabic-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINNextLTW23-Bold';
	src: url('../fonts/DINNextLTW23-Bold.eot');
	src: url('../fonts/DINNextLTW23-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/DINNextLTW23-Bold.woff') format('woff'),  url('../fonts/DINNextLTW23-Bold.ttf') format('truetype'),  url('../fonts/DINNextLTW23-Bold.svg#DINNextLTW23-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'open_sanssemibold';
	src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),  url('../fonts/opensans-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansregular';
	src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),  url('../fonts/opensans-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body {
	font-size: 16px;
	line-height: 1.5;
	background: #ffffff;
	font-family: 'Elmessiri';
}
@font-face {
	font-family: 'Elmessiri';
	src: url('../fonts/elmessiri-regular.otf');
	font-weight: normal
}
@font-face {
	font-family: 'Elmessiribold';
	src: url('../fonts/elmessiri-bold.otf');
	font-weight: bold
}
@font-face {
	font-family: "Flaticon";
	src: url("../fonts/Flaticon.eot");
	src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),  url("../fonts/Flaticon.woff2") format("woff2"),  url("../fonts/Flaticon.woff") format("woff"),  url("../fonts/Flaticon.ttf") format("truetype"),  url("../fonts/Flaticon.svg#Flaticon") format("svg");
	font-weight: normal;
	font-style: normal;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
	font-family: "Flaticon";
	src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-size: 24px;
	font-style: normal;
	margin-left: 20px;
	margin: auto;
}
.flaticon-next:before {
	content: "\f100";
}
.flaticon-restart:before {
	content: "\f101";
}
.flaticon-user:before {
	content: "\f102";
}
.flaticon-clock:before {
	content: "\f103";
}
.flaticon-support:before {
	content: "\f104";
}
.flaticon-newspaper:before {
	content: "\f105";
}
.flaticon-tasks:before {
	content: "\f106";
}
.flaticon-contact:before {
	content: "\f107";
}
.flaticon-house-outline:before {
	content: "\f108";
}
/*
transition: all 0s ease 0s;
-webkit-transition: all 0s ease 0s;
-moz-transition: all 0s ease 0s;
-o-transition: all 0s ease 0s;
-ms-transition: all 0s ease 0s;
*/

* {
	font-family: 'Elmessiri';
	outline: 0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
h1, h2, h3, h4, h5, h6 {
	color: #27333e;
	font-weight:bold;
	font-family: 'Elmessiribold', serif;
}
p {
	color: #444;
}
ul {
	color:#555555;
	padding:0
}
a {
	color:#555555;
	text-decoration:none
}
a:hover {
	text-decoration:none
}
.no_padding {
	padding-right:0;
	padding-left:0
}
/*___________header___________*/

.header_top {
	position: relative;
	display: block;
	min-height: 638px;
	overflow: hidden;
}
.header_nav {
	width: 100%;
	max-width: 1170px;
	padding: 0px 15px;
	margin: 0 auto;
}
.head-bar {
	z-index: 3;
	opacity: 0;
	position: relative;
	visibility: hidden;
	-webkit-transform: translate(0, -100px);
	-moz-transform: translate(0, -100px);
	transform: translate(0, -100px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 400ms ease-out 100ms, padding 250ms ease-out, box-shadow 250ms ease-out;
	-moz-transition: -moz-transform 400ms ease-out 100ms, padding 250ms ease-out, box-shadow 250ms ease-out;
	transition: transform 400ms ease-out 100ms, padding 250ms ease-out, box-shadow 250ms ease-out;
	border-bottom: 1px solid rgba(255,255,255,.25);
}
.head-bar.anime {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}
.logo img {
	max-height: 55px;
}
.logo {
	margin: 12px 0;
}
/*_______navbar___________*/

.nav_menu {
	z-index: 9;
}
.nav_menu nav {
	padding: 0;
	margin: 0;
}
.nav_menu nav ul {
	margin: 0;
	list-style: none;
}
.nav_menu nav > ul > li {
}
.nav_menu nav > ul > li > a {
	color: #fff;
	font-size: 19px;
	text-decoration: none;
	line-height: 80px;
	display: block;
	text-align: center;
	padding: 0px 19px;
	text-shadow: 2px 2px 0px rgba(27, 27, 27, 0.78);
}
/* Underline From Right */
.nav_menu nav ul > li > a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.nav_menu nav ul > li > a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background: #fff;
}
.nav_menu nav ul > li > a:hover:before, .nav_menu nav ul > li > a:active:before {
	left: 0;
	right: 0;
}
.nav_menu nav ul > li.active > a:before {
	left: 0;
	right: 0;
}
.nav_menu nav ul > li:hover a:before {
	left: 0;
	right: 0;
}
 @media screen and (min-width: 768px) {
.nav_menu nav > a {
	display: none;
}
.nav_menu nav * {
	padding: 0;
	margin: 0;
}
.nav_menu nav > ul {
	display: flex;
}
.nav_menu nav > ul > li {
	text-align: center;
	position: relative;
	min-width: 75px;
	margin: 0 3px;
}
.nav_menu nav > ul > li ul li:hover a {
	color:#e8b03c
}
.nav_menu nav ul > li ul {
	padding: 10px 0 0;
	position: absolute;
	width: 235px;
	/*display: none;*/
  opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	transform: translate3d(0, 15px, 0);
	text-align: right;
}
.nav_menu nav ul > li > ul > li > ul > li > ul, nav ul > li > ul > li > ul {
	border-left: 1px solid #00baff;
	margin-left: 200px;
	margin-top: -40px;
}
.nav_menu nav ul > li:hover > ul {
	display: block;
	opacity:1;
	visibility:visible;
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-out;
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	transform: translate3d(0, 0, 0);
}
.head-sticky .nav_menu nav ul > li > a {
	color: #6d6bf8;
	text-shadow: 1px 1px 0px rgba(27, 27, 27, 0.06);
}
.head-sticky.head-bar {
	top: 0;
	left: 0;
	width: 100% !important;
	position: fixed;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}
.head-sticky .nav_menu nav ul > li.active > a:before {
	background: #443ab9;
}
.head-sticky .nav_menu nav ul > li.active > a {
	color: #443ab9;
}
.head-sticky .nav_menu nav ul > li > a:before {
	content: "";
	background: #443ab9;
}
.head-sticky .nav_menu nav ul > li:hover a {
	color: #443ab9;
}
.head-bar::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: rgba(255,255,255,.9);
	content: '';
	-webkit-transition: width .4s cubic-bezier(.77, 0, .175, 1);
	transition: width .4s cubic-bezier(.77, 0, .175, 1);
	-webkit-box-shadow: 7px 10px 11px 0 rgba(194,198,204,.1);
	box-shadow: 7px 10px 11px 0 rgba(194,198,204,.1);
	border-bottom: 1px solid #f8f9fa;
}
.head-sticky::before {
	width: 100%;
	-webkit-transition: all .9s cubic-bezier(0, 1.005, .34, .995);
	transition: all .9s cubic-bezier(0, 1.005, .34, .995);
}
}
@media screen and (max-width: 768px) {
.nav_menu nav > ul li {
	width: 100%;
	float: none;
}
.nav_menu nav > ul > li > a {
	font-size: 17px;
	line-height: 45px;
	display: block;
}
.nav_menu nav li a:focus {
	color: #fff;
}
.nav_menu nav * li:last-child {
	border-bottom: 0;
}
.nav_menu nav > a {
	display: inline-block;
	margin:0px;
	color: #fff;
}
.nav_menu nav > ul {
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
	overflow: hidden;
}
.nav_menu nav ul > li > ul, nav ul > li > ul > li > ul > li > ul, nav ul > li > ul > li > ul {
	display: none;
}
}
.slider_block {
	padding: 50px 0;
	position:relative;
}
.intro_detail {
	padding: 38px 0 0;
	max-width: 75%;
}
.intro_detail i {
	font-size: 17px;
	display: inline-block;
	font-style: normal;
	margin-bottom: 16px;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.1), 0 2px 6px rgba(0,0,0,.03);
	box-shadow: 0 0 1px rgba(0,0,0,.1), 0 2px 6px rgba(0,0,0,.03);
	padding: 7px 20px;
	border-radius: 40px;
	color: #8d85f3;
	background: #fff;
}
.intro_detail h2 {
	margin: 0 0 15px;
	font-size: 27px;
	font-weight: normal;
	line-height: 38px;
	max-height: 74px;
	overflow: hidden;
}
.intro_detail p {
	font-size: 17px;
	line-height: 32px;
	margin-bottom: 20px;
	max-height: 126px;
	overflow: hidden;
	margin-top: 0;
}
.list_matgr {
	margin-bottom: 0;
}
.list_matgr li {
	display: inline-block;
	list-style-type: none;
	margin: 0 0 0 5px;
}
.list_matgr li a {
}
.list_matgr li a img {
}
/*______header______*/


/*______about______*/

.blocks_sections {
	padding-bottom: 40px;
	padding-top: 40px;
}
#about {
	position: relative;
	background: #fff;
	padding: 25px 0 40px;
}
.top_title_ad {
	text-align: center;
	max-width: 70%;
	margin: 0px auto 30px;
}
.top_title_ad h3 {
	line-height: 45px;
	text-align: center;
	font-size: 21px;
	margin: 0 0 18px;
	position:relative;
}
.top_title_ad h3:after {
	content: "";
	background: #6d6bf8;
	position: relative;
	height: 5px;
	width: 70px;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	margin: 0 auto;
}
.top_title_ad p {
	margin-bottom: 30px;
	line-height: 30px;
}
.top_title_ad_white h3 {
	color:#fff;
}
.top_title_ad_white h3:after {
	content: "";
	background: #fff;
}
.top_title_ad_white p {
	color: rgba(255, 255, 255, 0.8);
}
.top i {
	color: #fff;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: block;
	width: 50px;
	height: 50px;
}
.top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background-color: #6d6bf8;
}
.top_show {
	display:block;
	opacity:1;
	visibility:visible
}
.overlay {
	background:transparent;
	position:relative;
	width:100%; /* your iframe width */
	height:460px; /* your iframe height */
	top:460px; /* your iframe height */
	margin-top:-460px; /* your iframe height */
}
.iframe {
	width:100%;
	border:0;
	height:460px;
}
.iframe_block {
	margin-bottom:-6px
}
.logs1 {
}
.logs2 {
	display:none
}
.head-sticky .logs2 {
	display:block
}
.head-sticky .logs1 {
	display:none
}
.wave-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.image_popup {
}
.image_popup a {
	position:relative;
	display:inline-block
}
.image_popup a:after {
	content: "\f144";
	position:absolute;
	font: normal normal normal 14px/1 FontAwesome;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	margin: auto;
	font-size: 65px;
	color: #8d85f3;
}
.image_popup a img {
	max-width: 700px;
}
.scroll-down {
	position:absolute;
	bottom: 155px;
	left:50%;
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index:99;
}
.scroll-down > a {
	display:block;
	width:30px;
	height:59px;
	border-radius:15px;
	position:relative;
	margin:auto;
	text-align: center;
	-webkit-box-shadow: 0 0 47px -1px rgba(153,153,153,.6);
	box-shadow: 0 0 47px -1px rgba(153,153,153,.6);
	background: #fff;
}
.scroll-down > a > span {
	display:block;
	width: 2px;
	height: 9px;
	background-color: #8078f0;
	position:absolute;
	top:0;
	left:50%;
	margin-left: -0.5px;
	/* animation-name:scr-pos; */
	-webkit-animation-name:scr-pos;
	animation-duration:2s;
	-webkit-animation-duration:2s;
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
}
@keyframes scr-pos {
0% {
top:20px;
}
50% {
top:40px;
}
100% {
top:20px;
}
}
@-webkit-keyframes scr-pos {
0% {
top:20px;
}
50% {
top:40px;
}
100% {
top:20px;
}
}
.about_fixed_bg {
	color: #fff;
	background-image: url(../img/projectmanager-bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 110%;
	margin-top: 75px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.about_fixed_bg2 {
	background-image: url(../img/testimonials-bg.jpg);
	margin-top: 0;
}
.inner_about_fixed_bg {
	padding: 100px 0 115px;
	background-color: rgba(0, 0, 0, 0.8);
}
/* pages_carousel
---------------------------------------- */

.screenshot_contain {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 630px;
}
@media (max-width: 1366px) {
.screenshot_contain {
	height: 500px;
}
}
.mobile-light-left {
	position: absolute;
	z-index: 9;
	width: auto;
	left: 38.4%;
	bottom: 50px;
	-webkit-animation: 2s ease-in 0s normal none infinite running highlight-left;
	animation: 2s ease-in 0s normal none infinite running highlight-left;
}
.mob-mocup {
	position: absolute;
	z-index: 2;
	width: 234px;
	left: 0;
	right: 0;
	margin: auto;
}
.mobile-light-right {
	position: absolute;
	z-index: 9;
	width: auto;
	right: 38%;
	top: 0px;
	-webkit-animation: 2s ease-in 0s normal none infinite running highlight-right;
	animation: 2s ease-in 0s normal none infinite running highlight-right;
}
 @-webkit-keyframes highlight-left {
0% {
opacity:0;
top:320px
}
70% {
opacity:1
}
100% {
opacity:0;
top:0
}
}
@keyframes highlight-left {
0% {
opacity:0;
top:320px
}
70% {
opacity:1
}
100% {
opacity:0;
top:0
}
}
@-webkit-keyframes highlight-right {
0% {
opacity:0;
bottom:100px;
-webkit-transform:scale(0);
transform:scale(0)
}
70% {
opacity:1;
-webkit-transform:scale(1);
transform:scale(1)
}
100% {
opacity:0;
top:280px;
-webkit-transform:scale(0);
transform:scale(0)
}
}
@keyframes highlight-right {
0% {
opacity:0;
bottom:100px;
-webkit-transform:scale(0);
transform:scale(0)
}
70% {
opacity:1;
-webkit-transform:scale(1);
transform:scale(1)
}
100% {
opacity:0;
top:400px;
-webkit-transform:scale(0);
transform:scale(0)
}
}
.carousel_pages .owl-item img {
	display: inline-block;
	width: 200px;
	height: 380px;
}
.screenshot_blog {
	text-align:center;
	position:relative
}
.shashat_block {
	/*background-image: url(../img/list-feature-bg-2.png);*/
    background-color: #f8f9fa;
	background-size: cover;
	background-position: left;
	position: relative;
}
/* contact
---------------------------------------- */

.blockstyle {
}
.ininput_newblog_three {
}
.ininput_newblog_three > div {
	width: 31%;
	float: right;
	margin-left: 3.5%;
}
.ininput_newblog_double {
	margin-bottom: 25px !important;
}
.ininput_newblog_double > div {
	width: 48%;
	float: right;
	margin-left: 4%;
}
.ininput_newblog > div:last-child {
	margin-left: 0;
	margin-bottom:0;
}
.ininput_newblog {
	/* overflow: hidden; */
    display: inline-block;
	position: relative;
	margin-bottom: 30px;
	width: 100%;
}
.input_job {
	position: relative;
}
.input_job i {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #586933;
	color: #6d6bf8;
	font-size: 23px;
	border-radius: 50%;
	top: 0;
	margin: -3px -9px;
	background: #fff;
	border: 2px solid #e9e9e9;
}
.input_job span {
	position: absolute;
	left: 4px;
	font-size: 20px;
	color: #d60000;
	top: 29px;
	display: block;
	height: 0;
	line-height: 0px;
}
.input_job input {
	width: 100%;
	height: 55px;
	font-size: 15px;
	padding: 5px 20px;
	border: 2px solid #e9e9e9;
	color:#3e3e3e;
	padding-right: 57px;
	border-radius: 10px;
}
.input_job select {
	width: 100%;
	height: 50px;
	font-size: 15px;
	padding: 5px 20px;
	border: 2px solid #e9e9e9;
	color:#3e3e3e;
	padding-right: 52px;
	border-radius: 10px;
	background: #ffffff url(../images/selectbox-arrow-bg.png) no-repeat 15px center;
}
.input_job select option {
	color: #333;
}
.input_job textarea {
	width: 100%;
	height: 128px;
	padding: 20px;
	font-size: 15px;
	border: 2px solid #e9e9e9;
	color:#3e3e3e;
	border-radius: 10px;
}
 .input_job input::-webkit-input-placeholder {
 color:#3e3e3e;
}
.input_job input::-webkit-input-placeholder {
 color:#3e3e3e;
}
.input_job input::-moz-input-placeholder {
 color:#3e3e3e;
}
.input_job input::-ms-input-placeholder {
 color:#3e3e3e;
}   /* IE10+ */
.input_job input::-o-input-placeholder {
 color:#3e3e3e;
}   /* IE10+ */
 .input_job textarea::-webkit-input-placeholder {
 color:#3e3e3e;
}
.input_job textarea::-webkit-input-placeholder {
 color:#3e3e3e;
}
.input_job textarea::-moz-input-placeholder {
 color:#3e3e3e;
}
.input_job textarea::-ms-input-placeholder {
 color:#3e3e3e;
}   /* IE10+ */
.input_job textarea::-o-input-placeholder {
 color:#3e3e3e;
}   /* IE10+ */
.ininput_newblog {
}
.input_job input:hover {
	border: 2px solid #8d85f3;
}
.input_job input:focus {
	border:2px solid #8d85f3;
}
.input_job textarea:hover {
	border: 2px solid #8d85f3;
}
.input_job textarea:focus {
	border:2px solid #8d85f3;
}
.input_job:hover i {
	color:#fff;
	border: 2px solid #6d6bf8;
	background: #6d6bf8;
}
.input_job i.i_style {
	color:#fff;
	border:2px solid #8d85f3;
	background:#8d85f3;
}
.reg_account {
}
.heads_title h4 {
	font-size: 22px;
	position:relative;
}
.heads_title {
	margin: 0 0 25px;
	position:relative;
}
.reg_account form {
	margin-bottom:0
}
.innercolcontact1 p {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 15px;
}
.list_contacts {
	margin-bottom:  0;
}
.list_contacts li {
	margin-left:  0;
	list-style-type:  none;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.list_contacts li .icon_contact {
	margin-left: 20px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	line-height: 60px;
	text-align: center;
	background-image: -moz-linear-gradient(50deg, #70bfec 0%, #6a30ff 99%);
	background-image: -webkit-linear-gradient(50deg, #70bfec 0%, #6a30ff 99%);
	background-image: -ms-linear-gradient(50deg, #70bfec 0%, #6a30ff 99%);
	color: #fff;
	font-size: 25px;
}
.list_contacts li .dets_contact {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 8px;
}
.list_contacts li:last-child {
	margin-bottom: 0;
}
.list_contacts li h4 {
	color: #373737;
	margin-bottom: 7px;
	font-size: 19px;
	margin-top: 0;
}
.list_contacts li span {
	display: block;
	font-size: 16px;
	direction: ltr;
}
#contact {
	background: #f8f9fa url(../img/contact.jpg);
	background-size: cover;
	position:relative;
}
.custom-button {
	border: none;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	position: relative;
	letter-spacing: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: 10px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 40px;
	padding: 12px 30px;
	font-size: 16px;
	font-weight: 600;
	background-color: #6d6bf8;
}
.custom-button:hover {
	padding:12px 35px;
	color:#fff
}
input, textarea, select {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize:none;
}
/* contact
---------------------------------------- */



/*footer*/

.footer {
	padding-bottom: 20px;
	padding-top: 70px;
}
.list_social {
	text-align:center
}
.logo_footer {
	margin-bottom: 20px;
}
.list_social ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.list_social ul > li {
	display: inline-block;
	margin-left: 15px;
}
.list_social ul > li a {
	color: #28324e;
	font-size: 16px;
}
.list_social ul > li a i {
	color: #28324e;
	font-size: 16px;
}
.list_social ul > li a:hover i {
	color: #8d85f3;
}
/*footer*/

/*____managers_block_____*/

.managers_block {
	background: #f8f9fa url(../img/list-feature-bg-2.png);
	background-size: cover;
	background-position: left;
	position: relative;
	padding-bottom: 100px;
	padding-top: 100px;
}
.persons_blog {
	text-align: right;
	padding: 25px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
	position: relative;
	min-height: 200px;
	background: #fff;
	border-radius: 5px;
}
.persons_blog > .par_clients {
	position: relative;
}
.persons_blog > .par_clients:after {
	content: '';
}
.persons_blog > .par_clients p {
	vertical-align: top;
	font-size: 16px;
	margin-bottom: 0;
	height: 120px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 0;
}
.persons_blog img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.persons_blog h4 {
	font-size: 16px;
	color: #6d6bf8;
	line-height: 20px;
	margin: 0 0 5px;
	font-weight: normal;
}
.persons_blog h5 {
	font-size: 16px;
	color: #7b7b7b;
	line-height: 20px;
	margin: 0;
	font-weight: normal;
}
.persons_blog .media-left, .persons_blog .media-right, .persons_blog .media-body {
	display: table-cell;
	vertical-align: middle;
}
/*____managers_block_____*/



.callsus {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index:99
}
.callsus ul {
	margin-bottom: 0;
	overflow: hidden;
	text-align: center;
}
.callsus ul li {
	width: 50%;
	float: right;
	list-style-type: none;
}
.callsus ul li a {
	display: block;
	color: #fff;
	padding: 12px;
	font-size: 19px;
}
.callsus ul li a i {
	font-size: 30px;
	vertical-align: middle;
	margin-left: 3px;
}
.whats a {
	background:#00F777
}
.call a {
	background:#FF0000
}
section {
	overflow:hidden
}
.copyright {
	text-align: center;
	margin-top: 23px;
	border-top: 1px solid rgb(243, 243, 243);
	padding-top: 20px;
}
.copyright p {
	margin-bottom: 0;
	color: #28324e;
}
.copyright p i {
	color: #ec006f;
}
.copyright p a {
	color: #6d6bf8;
}
.highlight {
	display: inline-block !important;
	background: #ec008c;
	padding: 2px 10px;
	border-radius: 5px;
}
/*______tabs________*/

.tab_block {
	width: 100%;
}
.tab_block {
	width: 100%;
	padding: 50px 0 0;
}
.tab_block > div {
	display: block;
	position: relative;
	padding: 0;
	margin-bottom: 20px;
	border: 1px solid #e1e1e1;
	border-right: 5px solid #6d6bf8;
}
.tab_block > div > input + label {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;
	overflow: hidden;
	margin-left: 0;
	list-style-type: none;
	text-align: right;
	background: #ffffff url(../img/sel.png) no-repeat 15px 20px;
	font-size: 16px;
	width: 100%;
	display: block;
	cursor: pointer;
	padding: 20px 18px 13px;
	position: relative;
	line-height: 34px;
	margin-bottom: 0;
}
.tab_block > div > input + label h3 {
	font-size: 18px;
	position:relative;
	margin: 0;
}
 .tab_block > div > input ~ div {
 max-height: 0;
 opacity: 0;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 -o-transition: all 0.2s ease;
 transition: all 0.2s ease;
 clear: both;
 width: 100%;
 margin-bottom: 0;
 padding: 0;
 visibility: hidden;
}
 .tab_block > div > input ~ div * {
 -webkit-transition: none;
 -moz-transition: none;
 -o-transition:  none;
 transition:  none;
}
 .tab_block > div > input ~ div p {
margin-left: 0;
list-style-type: none;
font-size: 16px;
line-height: 30px;
position: relative;
color: #494949;
margin-bottom: 6px;
margin-top: 0;
}
 .tab_block > div > input ~ div ul {
 margin-bottom:  0;
}
 .tab_block > div > input ~ div ul li {
 margin-left:  0;
 list-style-type:  none;
 font-size: 16px;
 line-height: 30px;
 position:relative;
 color: #494949;
 padding-right: 13px;
 margin-bottom: 6px;
}
 .tab_block > div > input ~ div ul li:after {
 content:"\f104";
 position:absolute;
 right:0;
 top: 7px;
 width: 10px;
 height: 14px;
 font-family: FontAwesome;
 font-size: 18px;
 color: #494949;
 line-height: 14px;
}
.tab_block > div > input:checked + label {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #ffffff url(../img/sel2.png) no-repeat 15px 20px;
	color: #6d6bf8;
}
.tab_block > div > input:checked + label h3 {
	color: #6d6bf8;
}
 .tab_block > div > input:checked ~ div {
 display: block;
 opacity: 1;
 visibility: visible;
 max-height: 1500px;
 overflow: auto;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
 padding: 12px 20px 20px;
}
 .tab_block > div > input:checked ~ div * {
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
.tab_content_block {
}
/*______tabs________*/


.download_block {
	background-color: #eeeeee;
	display: block;
	background-image: url(../img/testimonials-bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	text-align: center;
}
.download_block:before {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: #6e00ff;
	background: linear-gradient(90deg, rgba(109, 107, 248, 0.77) 5%, rgba(55, 53, 249, 0.86) 95%)!important;
}
.download_block {
}
#about .featured-bx {
	width: 100%;
	padding-right: 10px;
}
#about .featured-bx .bx-first {
	width: 100%;
	height: 178px;
	margin-bottom: 50px;
	overflow: hidden;
}
#about .featured-bx .bx-first:last-child {
	margin-bottom: 0;
}
#about .featured-bx .bx-first .text-bx {
	width: 270px;
	float: right;
	padding-right: 24px;
	height: 179px;
	border-right: 3px solid #6d6bf8;
}
#about .featured-bx .bx-first .text-bx h2 {
	font-size: 40px;
	color: #6d6bf8;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px 0;
	letter-spacing: 1px;
}
#about .featured-bx .bx-first .text-bx p {
	padding: 5px 0 0 0;
	margin: 0;
	font-size: 15px;
}
#about .featured-bx .bx-first .text-bx h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 15px 0;
	letter-spacing: 1px;
	font-weight: bold;
}
#about .featured-bx .img-holder {
	float: left;
}
#about .img-holder.pull-right {
	float: left;
}
#about .featured-bx .img-holder img {
	width: 240px;
	height: 179px;
}
.border-right-none {
	border-right: none !important;
}
.about_blog {
}
.about_blog h3 {
	margin: 0 0 20px;
}
.about_blog p {
	line-height: 27px;
	margin-bottom: 0;
	max-height: 135px;
	overflow: hidden;
}
