@import url(https://fonts.googleapis.com/css?family=Roboto:400,500|Rubik:500,700);

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}

body {
	line-height: 26px;
	font-size: 15px;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	color: #777;
	background: url(../img/body-bg.png) no-repeat center;
	user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Rubik, sans-serif;
	font-weight: 500;
	color: #000;
}

a {
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

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

button:focus {
	outline: 0;
	box-shadow: none;
}

.p0 {
	padding-left: 0;
	padding-right: 0;
}

.mb-50 {
	margin-bottom: 50px;
}

.section_gap {
	padding: 75px 0;
}

.section_gap_top {
	padding-top: 200px;
}

.section_gap_bottom {
	padding-bottom: 200px;
}

.main_title {
	text-align: center;
	margin-bottom: 50px;
}

.main_title h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 50px;
	text-transform: uppercase;
}

.main_title p {
	margin-bottom: 0;
}

.contact_info .info_item i {
	background: -webkit-linear-gradient(90deg, #4458dc 0, #854fee 100%);
	background: -moz-linear-gradient(90deg, #4458dc 0, #854fee 100%);
	background: -o-linear-gradient(90deg, #4458dc 0, #854fee 100%);
	background: linear-gradient(90deg, #4458dc 0, #854fee 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.primary_btn {
	display: inline-block;
	color: #fff;
	letter-spacing: 0;
	font-family: Rubik, sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 46px;
	outline: 0 !important;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 5px;
	background-origin: border-box;
	background-clip: content-box, border-box;
	background-image: linear-gradient(to right, #4458dc 0, #854fee 100%),
		radial-gradient(circle at top left, #4458dc, #854fee);
	border: double 2px transparent;
	box-shadow: 0 10px 30px rgba(118, 85, 225, 0.3);
}

.primary_btn span {
	padding: 0 42px;
}

.primary_btn.tr-bg {
	background-image: linear-gradient(#fff, #fff),
		radial-gradient(circle at top left, #4458dc, #854fee);
	border: 2px solid transparent;
	color: #222;
	box-shadow: none;
}

.primary_btn.tr-bg:hover {
	background-image: linear-gradient(to right, #4458dc 0, #854fee 100%),
		radial-gradient(circle at top left, #4458dc, #854fee);
	border: double 2px transparent;
	color: #fff;
	box-shadow: 0 10px 30px rgba(118, 85, 225, 0.3);
}

.primary_btn:hover {
	background-image: linear-gradient(#fff, #fff),
		radial-gradient(circle at top left, #4458dc, #854fee);
	border: 2px solid #854fee;
	color: #222;
	box-shadow: none;
	background-clip: border-box;
}

.header_area {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	box-shadow: 0 -5px 10px 0 #00f;
}

.header_area .menu_nav {
	width: 100%;
}

.header_area .navbar {
	background: 0 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	width: 100%;
}

.header_area .navbar .nav .nav-item {
	margin-right: 45px;
}

.navbar {
	height: 4rem;
}

.header_area .navbar .nav .nav-item .nav-link {
	font: 500 14px/100px Rubik, sans-serif;
	text-transform: uppercase;
	color: #000;
	padding: 0;
	display: inline-block;
	cursor: pointer;
}

.header_area .navbar .nav .nav-item .nav-link:after {
	display: none;
}

.header_area .navbar .nav .nav-item.active .nav-link,
.header_area .navbar .nav .nav-item:hover .nav-link {
	color: #4458dc;
}

.header_area .navbar .nav .nav-item:last-child {
	margin-right: 0;
}

.home_banner_area {
	z-index: 1;
	background: url(../img/banner/home-banner.png) no-repeat top center;
	background-position: center;
	background-size: cover;
}

.home_banner_area .banner_inner {
	width: 100%;
}

.home_banner_area .banner_inner .col-lg-7 {
	vertical-align: middle;
	align-self: center;
	margin-top: 150px;
}

.home_banner_area .banner_inner .banner_content {
	text-align: left;
}

.home_banner_area .banner_inner .banner_content h3 {
	font-size: 40px;
	margin-bottom: 20px;
	position: relative;
}

.home_banner_area .banner_inner .banner_content h1 {
	margin-top: 20px;
	font-size: 70px;
	line-height: 60px;
	margin-bottom: 25px;
}

.home_banner_area .banner_inner .banner_content h5 {
	font-size: 24px;
	margin-bottom: 35px;
}

.home_banner_area .banner_inner .banner_content .primary_btn {
	margin-right: 20px;
}

.banner_area {
	position: relative;
	z-index: 1;
	min-height: 485px;
}

.banner_area .banner_inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 485px;
	background: url(../img/banner/common-banner.png) no-repeat right bottom;
	background-size: 90% 85%;
	width: 98%;
	z-index: 1;
}

.banner_area .banner_inner .banner_content {
	margin-left: 50px;
	margin-top: 100px;
}

.banner_area .banner_inner .banner_content h2 {
	color: #fff;
	font-size: 50px;
	font-family: Rubik, sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
}

.mapBox {
	height: 100%;
}

.contact_info .info_item {
	position: relative;
	padding-left: 45px;
}

.info_item {
	margin: 2rem;
}

.contact_info .info_item i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}

.contact_info .info_item h6 {
	font-size: 16px;
	line-height: 24px;
	color: Roboto, sans-serif;
	font-weight: 700;
	margin-bottom: 0;
	color: #000;
}

.contact_info .info_item h6 a {
	color: #000;
}

.contact_info .info_item p {
	font-size: 14px;
	line-height: 24px;
	padding: 2px 0;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.button-group-area {
	margin-top: 15px;
}

.button-group-area:nth-child(odd) {
	margin-top: 40px;
}

.button-group-area:first-child {
	margin-top: 0;
}

.button-group-area .theme_btn {
	margin-right: 10px;
}

.button-group-area .link {
	text-decoration: underline;
	color: #000;
	background: 0 0;
}

.button-group-area .link:hover {
	color: #fff;
}

.primary {
	background: #52c5fd;
}

.primary:before {
	background: #2faae6;
}

.info {
	background: #38a4ff;
}

.info:before {
	background: #298cdf;
}

.arrow span {
	padding-left: 5px;
}

.text-heading {
	margin-bottom: 30px;
	font-size: 24px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

.progress-table {
	background: #fff;
	padding: 15px 0 30px 0;
	min-width: 800px;
}

.progress-table .percentage {
	width: 40.36%;
	padding-right: 50px;
}

.progress-table .table-head {
	display: flex;
}

.progress-table .table-head .percentage {
	color: #222;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 500;
}

.progress-table .table-row {
	padding: 15px 0;
	border-top: 1px solid #edf3fd;
	display: flex;
}

.progress-table .table-row .percentage {
	display: flex;
	align-items: center;
}

.progress-table .table-row .percentage .progress {
	width: 80%;
	border-radius: 0;
	background: 0 0;
}

.progress-table .table-row .percentage .progress .progress-bar {
	height: 5px;
	line-height: 5px;
}

.single-input {
	display: block;
	width: 100%;
	line-height: 40px;
	border: none;
	outline: 0;
	background: #f9f9ff;
	padding: 0 20px;
}

.single-input:focus {
	outline: 0;
}

.input-group-icon {
	position: relative;
}

.input-group-icon .icon {
	position: absolute;
	left: 20px;
	top: 0;
	line-height: 40px;
	z-index: 3;
}

.input-group-icon .icon i {
	color: #797979;
}

.input-group-icon .single-input {
	padding-left: 45px;
}

.single-input-primary {
	display: block;
	width: 100%;
	line-height: 40px;
	border: 1px solid transparent;
	outline: 0;
	background: #f9f9ff;
	padding: 0 20px;
}

.single-input-primary:focus {
	outline: 0;
	border: 1px solid #f8b600;
}

.about_area .main_title {
	margin-bottom: 0;
}

.about_area .main_title p {
	margin-bottom: 20px;
}

.about_area .primary_btn {
	margin: 30px;
}

.about_area .about_img {
	right: 250px;
}

.brand_area {
	padding-bottom: 170px;
}

.features_area {
	padding-bottom: 170px;
}

.feature_item {
	padding: 25px;
	text-align: center;
	background: #f9f9fd;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	height: 100%;
}

.feature_item img {
	margin-bottom: 35px;
}

.feature_item h4 {
	font-size: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.feature_item p {
	margin-bottom: 0;
}

.feature_item:hover {
	box-shadow: 0px 0px 60px rgb(77, 87, 222, 0.3);
	background: #fff;
}

.single-brand-item {
	position: relative;
	width: 125px;
	height: 100px;
	cursor: pointer;
	margin: 1rem;
	border: 1px solid #eee;
	border-radius: 8px;
	box-shadow: none;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.single-brand-item .d-table-cell {
	vertical-align: middle;
}

.single-brand-item img {
	max-width: 80px;
	margin: 0 auto;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.single-brand-item:hover {
	border: 1px solid transparent;
	box-shadow: 0 8px 30px rgba(118, 85, 225, 0.15);
	filter: none !important;
}

.client-info {
	padding: 25px 30px;
	background: #faf8ff;
	text-align: center;
	position: relative;
	margin-top: 25px;
}

.client-info:before {
	content: "";
	position: absolute;
	top: -25px;
	left: -50px;
	background: url(../img/client-info-bg.png) no-repeat;
	height: 175px;
	width: 175px;
}

.client-info .lage {
	color: #854fee;
	font-family: Rubik, sans-serif;
	font-size: 100px;
	font-weight: 700;
	line-height: 85px;
	position: relative;
	z-index: 9;
}

.smll {
	text-align: left;
	color: #000;
	font-family: Rubik, sans-serif;
	font-size: 50px;
	margin-left: 35px;
	line-height: 3rem;
}

.portfolio_area {
	padding-bottom: 120px;
}

.portfolio_box {
	margin-bottom: 80px;
}

.portfolio_box .short_info {
	margin-top: 30px;
}

.portfolio_box .short_info h4 {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 0;
}

.portfolio_box .short_info h4 a {
	color: #000;
}

.single_portfolio {
	position: relative;
}

.single_portfolio .icon {
	position: absolute;
	top: 25%;
	left: 25%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.single_portfolio .icon span {
	font-size: 100px;
	display: inline-block;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	color: #fff;
	cursor: pointer;
}

.single_portfolio:hover .icon {
	opacity: 1;
	visibility: visible;
	top: 50%;
	left: 50%;
}

.portfolio_details_inner .row {
	margin-bottom: 65px;
}

.portfolio_details_inner p {
	margin-bottom: 30px;
	font-size: 14px;
}

.portfolio_details_inner p:last-child {
	margin-bottom: 0;
}

.portfolio_details_inner .portfolio_right_text {
	margin-top: 50px;
}

.portfolio_details_inner .portfolio_right_text h4 {
	font-size: 20px;
	margin-bottom: 18px;
}

.portfolio_details_inner .portfolio_right_text p {
	margin-bottom: 25px;
	font-size: 14px;
}

.testi_item .col-lg-8 {
	vertical-align: middle;
	align-self: center;
}

.testi_item .testi_text h4 {
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.testi_item .testi_text p {
	margin-bottom: 0;
}

.testi_item:hover {
	box-shadow: 0 10px 20px 0 rgba(118, 85, 225, 0.1);
}

.footer_area {
	padding: 25px 0;
	position: relative;
}

.footer_area:before {
	content: "";
	position: absolute;
	top: -200px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f9f9fd;
	z-index: -1;
}

.footer_area .footer_logo {
	text-align: center;
}

.footer_area .footer_logo h4 {
	font-size: 20px;
	color: #000;
	margin-top: 35px;
	text-transform: uppercase;
}

.footer_area .footer_bottom {
	text-align: center;
}

.footer_area .footer_bottom p {
	margin-bottom: 0;
}

.footer_area .footer_bottom a {
	color: #854fee;
}

.languages-logo {
	width: 3.5rem;
	height: 3.5rem;
}

text {
	fill: #854fee;
	font-weight: 700;
}

.languages-logo-position {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 1s ease 0s;
}

.technologies-name {
	position: absolute;
	top: 115%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: Rubik, sans-serif;
	font-size: 16px;
	color: #854fee;
	transition: all 1s ease 0s;
	text-align: center;
	white-space: nowrap;
}

.logo_h {
	cursor: pointer;
}

.testi_slider {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.testi_item {
	width: 48%;
	height: max-content;
	margin: 1%;
	padding: 2%;
	box-shadow: 0 0 25px 0 rgb(221 221 221);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display:flex;
	flex-direction:column;
	align-items:center;
}

.block-ellipsis {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.popup-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

.popup {
	width: 45rem;
	height: 20rem;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	border-radius: 1rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup-details {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.navigate-left,
.navigate-right {
	z-index: 1;
	width: 3rem;
	height: 3rem;
	position: absolute;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0.5);
	cursor: pointer;
}

.navigate-left {
	left: -4%;
	rotate: -180deg;
}

.navigate-right {
	right: -4%;
}

.popup-content {
	display: flex;
	flex-direction: row;
	margin-top: 0.5rem;
}

.read-more {
	color: #00f;
	cursor: pointer;
}

.display-block {
	display: block !important;
}

.close-popup {
	z-index: 1;
	width: 2rem;
	height: 2rem;
	position: absolute;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	top: -1rem;
	right: -1rem;
}

.other-technologies {
	width: 6rem;
}

.icon-bar {
	display: block;
	width: 25px;
	height: 3px;
	background: #fff;
	margin: auto;
	margin-bottom: 4px;
	transition: all 400ms linear;
	cursor: pointer;
}

.contact-items-img {
	height: 1.5rem;
	width: 1.5rem;
	margin: 0 1rem;
}

@media (max-width: 991.98px) {
    .header_area {
        display:none !important;
    }
	.testi_slider {
		flex-direction: column !important;
		align-items: center !important;
	}
	.testi_item {
		width: 96%;
	}
}

#strength_header{
		text-transform: uppercase;
}