::-webkit-scrollbar {
 width: 0.4em;
}

::-webkit-scrollbar-track-piece {
 background-color: transparent;
 -webkit-border-radius: 6px;
}

::-webkit-scrollbar, ::-webkit-scrollbar-thumb {
 overflow: visible;
 border-radius: 4px;
}

::-webkit-scrollbar-thumb {
 background: rgba(0, 0, 0, .2);
}
.ml-20 {
	margin-left: 20px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-100 {
	margin-left: 100px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-35 {
	padding-top: 35px;
}
.spin-city {
	-webkit-animation: fa-spin 25s infinite linear;
	animation: fa-spin 25s infinite linear;
}
/* what we do */

.service__list li i {
	color: #3e1487;
	font-weight: bold;
	padding-right: 15px;
	font-size: 16px;
}
.service__list li {
	padding: 4px 0;
	display: block;
}
/*----------------------- Our Service/APP ------------------------*/
.our-service-app {
	position: relative;
	padding: 60px 0px 90px 0px;/* border-bottom: 1px solid #ededed; */
}
.expertise .our-service-app {
	position: relative;
	padding: 50px 0px 50px 0px;/* border-bottom: 1px solid #ededed; */
}
.our-service-app .main-content {
	max-width: 1450px;
	padding: 0 15px;
	margin: 30px auto 0;
}
.our-service-app .main-content .inner-wrapper {
	text-align: center;
	position: relative;
	margin-top: 20px;
}
.our-service-app .main-content .inner-wrapper .title {
	margin: 20px 0px;
}
.our-service-app .main-content .inner-wrapper .title a {
	font-size: 24px;
	font-weight: 600;
	color: #3e1487;
}
.our-service-app .main-content .inner-wrapper:hover .title a {
	color: #17f6dc;
}
.our-service-app .main-content .inner-wrapper p {
	line-height: 30px;
	text-align: left;
	padding-bottom: 10px;
	font-size: 16px;
	color: #6b7c93;
}
.our-service-app .main-content .inner-wrapper .illustration-box {
	display: inline-block;
	position: relative;
	min-height: 230px;
}
.our-service-app .main-content .single-block:nth-child(1) .illustration-box .bg-shape, .our-service-app .main-content .single-block:nth-child(3) .illustration-box .bg-shape {
animation: rotated 35s infinite linear;
}
.our-service-app .main-content .single-block:nth-child(1) .illustration-box .block-shape-one {
 position: absolute;
 top:42px;
 left:-16px;
}
.our-service-app .main-content .single-block:nth-child(1) .illustration-box .block-shape-two {
 position: absolute;
 top:42px;
 right: 0;
}
.our-service-app .main-content .single-block:nth-child(1) .illustration-box .block-shape-three {
 position: absolute;
 bottom: 24px;
 right: 0;
}
.our-service-app .main-content .single-block:nth-child(1) .illustration-box [class*="block-shape"] {
transform: scale(1.5);
}
.our-service-app .main-content .single-block .illustration-box [class*="block-shape"] {
 opacity: 0;
 transition: all 1.5s ease-in-out;
}
.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-one {
 position: absolute;
 top:120px;
 left:26px;
 transform: scale(1.5);
}
.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-two {
 position: absolute;
 top:0;
 left:120px;
 transform: scale(1.5);
}
.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-three {
 position: absolute;
 top:66px;
 right: 6px;
 transform: scale(1.5);
}
.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-four {
 position: absolute;
 top:52px;
 right: 63px;
 transform: translateY(30px);
}
.our-service-app .main-content.show-pr .single-block:nth-child(2) .illustration-box [class*="block-shape"] {
 opacity: 1;
 transform: scale(1);
}
.our-service-app .main-content.show-pr .single-block:nth-child(2) .illustration-box .block-shape-four {
transform: translateY(0);
}
.our-service-app .main-content .single-block:nth-child(3) .illustration-box .block-shape-one {
 position: absolute;
 top:7px;
 left:45px;
 transform: scale(1.5);
}
.our-service-app .main-content.show-pr .single-block:nth-child(1) .illustration-box [class*="block-shape"], .our-service-app .main-content.show-pr .single-block:nth-child(2) .illustration-box [class*="block-shape"], .our-service-app .main-content.show-pr .single-block:nth-child(3) .illustration-box [class*="block-shape"] {
 opacity: 1;
 transform: scale(1);
}
.our-service-app .main-content .single-block:nth-child(2) .illustration-box:before, .our-service-app .main-content .single-block:nth-child(2) .illustration-box:after {
 content: '';
 position: absolute;
 width: 145px;
 height: 1px;
 border-top: 1px dashed #e6e6e6;
 top:45%;
}
.our-service-app .main-content .single-block:nth-child(2) .illustration-box:before {
right: -150px;
}
.our-service-app .main-content .single-block:nth-child(2) .illustration-box:after {
left: -150px;
}
.our-service-app .main-content .more-button {
	display: block;
	width: 230px;
	line-height: 51px;
	border-radius: 30px;
	background: #614ef9;
	border: 2px solid #614ef9;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin: 100px auto 0;
	text-align: center;
}
.our-service-app .main-content .more-button:hover {
	background: #fff;
	color:#614ef9;
}
.our-service-app .main-content .down-arrow {
	display: block;
	width: 60px;
	height: 60px;
	box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
	background: #fff;
	border-radius: 50%;
	margin: 0 0 0 -30px;
	line-height: 60px;
	text-align: center;
	color: #7494b5;
	font-size: 20px;
	position: absolute;
	bottom: -30px;
	left:50%;
	z-index: 1;
}
.our-service-app .main-content .down-arrow span {
	display: block;
	transform: rotate(-90deg);
}
.our-service-app .main-content .down-arrow:hover {
	color: #fff;
	background: #614ef9;
}
.our-service-app .services img {
	width: 90%;
	margin-bottom: 30px;
}
.service-icon img {
	width: 100px;
	margin-bottom: 30px;
}
.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}
.address-title {
	padding-bottom: 20px;
	font-weight: 700;
}
.address-wrapper address > ul li {
	display: table;
	margin-bottom: 10px;
}
.address-icon {
	display: table-cell;
	vertical-align: top;
}
.address-info {
	font-size: 15px;
	text-align: left;
}
.address-info a {
	font-weight: 400;
	color: #57667E;
}
/*------------------------------------------------------------------
	 Features Section Styles
-------------------------------------------------------------------*/

.features-holder {
	position: relative;
	padding: 0px 0 100px;
}
#features {
	padding-top: 60px;
	padding-bottom: 60px;
}
#features-holder {
	position: relative;
	perspective: 1000px;
	margin-top: 50px;
}
#features-holder .feature-box {
	position: absolute;
	left: 0;
	top: 0;
	padding: 60px 50px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-transform: rotateX(60deg) scale(0.5) translateY(50px);
	-moz-transform: rotateX(60deg) scale(0.5) translateY(50px);
	-ms-transform: rotateX(60deg) scale(0.5) translateY(50px);
	transform: rotateX(60deg) scale(0.5) translateY(50px);
	opacity: 0;
	-webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
#features-holder .feature-box.show-details {
	-webkit-transform: rotateX(0deg) scale(1) translateY(0px);
	-moz-transform: rotateX(0deg) scale(1) translateY(0px);
	-ms-transform: rotateX(0deg) scale(1) translateY(0px);
	transform: rotateX(0deg) scale(1) translateY(0px);
	opacity: 1;
}
#features-holder .feature-box .feature-title-holder {
	margin-bottom: 50px;
}
#features-holder .feature-box .feature-title-holder .feature-icon .htfy {
	color: #3195ff;
	font-size: 34px;
	vertical-align: middle;
	margin-right: 20px;
}
 #features-holder .feature-box .feature-title-holder .feature-icon [class*="fa"] {
 color: #3195ff;
 font-size: 34px;
 vertical-align: middle;
 margin-right: 20px;
}
#features-holder .feature-box .feature-title-holder .feature-title {
	color: #3195ff;
	font-size: 19px;
	font-weight: 600;
}
#features-holder .feature-box .feature-details {
	color: #0d1e30;
	font-size: 17px;
	font-weight: 300;
}
#features-holder .feature-box .feature-details p {
	color: #0d1e30;
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 20px;
	line-height: 3.2rem;
}
#features-links-holder {
	position: relative;
	perspective: 1000px;/* margin-top: 50px; */
}
#features-links-holder .icons-axis {
	position: absolute;
	width: 194px;
	height: 194px;
	right: 0;
	top: 50%;
	margin-top: -97px;
	border-radius: 200px;
	text-align: center;
	padding-top: 20px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 3px 37px rgba(112, 145, 179, 0.22);
	box-shadow: 0 3px 37px rgba(112, 145, 179, 0.22);
}
#features-links-holder .icons-axis img {
	width: 150px;
}
#features-links-holder .feature-icon-holder {
	position: absolute;
	width: 62px;
	height: 62px;
	border-radius: 100px;
	/* background-color: #8392b5; */
    text-align: center;
	/* padding-top: 8px; */
    z-index: 100;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	box-shadow: 0px 15px 40px rgba(239, 234, 243, 0.80);
}
#features-links-holder .feature-icon-holder.opened .animation-holder {
	opacity: 1;
}
#features-links-holder .feature-icon-holder.opened .animation-holder .special-gradiant {
	animation-name: little-move;
}
#features-links-holder .feature-icon-holder .feature-icon {
	color: #ffffff;
	font-size: 38px;
}
#features-links-holder .feature-icon-holder .feature-title {
	position: absolute;
	color: #3f3d59;
	font-size: 13px;
	font-weight: 700;
	right: 75px;
	top: 30%;
	width: 150px;
	text-align: right;
}
#features-links-holder .feature-icon-holder .animation-holder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 100px;
	overflow: hidden;
	z-index: -1;
	opacity: 0;
	display: none;
}
#features-links-holder .feature-icon-holder1 {
	top: 0;
	right: 50px;
}
#features-links-holder .feature-icon-holder2 {
	top: 54px;
	right: 182px;
}
#features-links-holder .feature-icon-holder3 {
	top: 50%;
	margin-top: -31px;
	right: 234px;
}
#features-links-holder .feature-icon-holder4 {
	bottom: 54px;
	right: 182px;/* padding-top: 12px; */
}
#features-links-holder .feature-icon-holder5 {
	bottom: 0;
	right: 50px;
}
/*================= Start breadcrumb_area css =================*/
.breadcrumb_area {
	background-image: -webkit-linear-gradient( 112.5deg, #000 11.4%, #3e1487 60.2% );
	;
	/*background-image: -moz-linear-gradient( 112.5deg, rgba(95,10,135,1) 11.4%, rgba(164,80,139,1) 60.2% );;
  background-image: -webkit-linear-gradient( 112.5deg, rgba(95,10,135,1) 11.4%, rgba(164,80,139,1) 60.2% );;
	background-image: linear-gradient( 112.5deg, rgba(95,10,135,1) 11.4%, rgba(164,80,139,1) 60.2% );;*/
  position: relative;
	z-index: 1;
	padding: 235px 0px 125px;
	overflow: hidden;
}
/* .breadcrumb_area:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 753px;
  background: url(../images/bg4.png) no-repeat left top;
  bottom: -1px;
  left: 0;
  z-index: 2;
} */

.breadcrumb_area .breadcrumb_shap {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.breadcrumb_content h1 {
	font-weight: 900;
	color: #17f6dc;
	padding-bottom: 20px;
}
.breadcrumb_content p {
	font-weight: 500;
	color: #fff;
	font-size: 20px;
}
/*============= agency_service_area css =============*/
.agency_service_area {
/* padding: 80px 0px 80px; */
}
.agency_service_item {
	margin-bottom: 30px;
}
.agency_service_item .icon {
	width: auto;
	height: auto;
	display: inline-block;
}
.agency_service_item .icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.agency_service_item a {
	font: 400 14px/26px "Poppins", sans-serif;
	color: #222d39;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-transition: color 0.3s linear 0s;
	-o-transition: color 0.3s linear 0s;
	transition: color 0.3s linear 0s;
}
.agency_service_item a:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #222d39;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	-webkit-transition: width 0.3s linear 0s;
	-o-transition: width 0.3s linear 0s;
	transition: width 0.3s linear 0s;
}
.agency_service_item p {
	display: inline-block;
	font-size: 15px;
	color: #6b7c93;
}
.agency_service_item p i {
	vertical-align: middle;
	padding-left: 8px;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.agency_service_item p:hover a {
	color: #5e2ced;
}
.agency_service_item p:hover a:before {
	width: 132%;
	background: #5e2ced;
}
.agency_service_item p:hover i {
	color: #5e2ced;
	padding-left: 12px;
}
.agency_service_area h2 {
	font-weight: 700;
	margin-bottom: 60px;
}
.agency_service_area h4 {
	margin: 30px 0px;
	font-weight: 600;
	color: #454789;
}
.p_service_item .icon:before {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	content: "";
	top: 10%;
	right: -5.5%;
	bottom: 10%;
	left: -5%;
	border: none;
	-webkit-border-radius: 7% / 50%;
	border-radius: 7% / 50%;
	-o-text-overflow: clip;
	text-overflow: clip;
	text-shadow: none;
	z-index: -1;
}
.p_service_item .icon {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 70px;
	height: 70px;
	position: relative;
	margin: 0px 0px 25px;
	font-size: 24px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: white;
	text-align: center;
	line-height: 70px;
	-o-text-overflow: clip;
	text-overflow: clip;
	z-index: 1;
}
/*============== agency_featured_area css =============*/
.agency_featured_area {
	padding-top: 160px;
}
.agency_featured_area_two {
	padding-bottom: 150px;
}
.features_info {
	position: relative;
	padding-bottom: 70px;
}
.features_info .dot_img {
	position: absolute;
	left: 0;
	top: 28px;
}
.features_info.feature_info_two {
	padding-bottom: 70px;
}
.dot {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: rgba(255, 161, 39, 0.161);
	display: block;
	position: absolute;
	left: -9px;
	top: 15px;
	z-index: 1;
}
.dot .dot1 {
	position: absolute;
	left: 50%;
	margin-top: -4px;
	margin-left: -4px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #feb85d;
}
.dot .dot2 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(254, 184, 93, 0.8);
	-webkit-animation: pulsate 3s infinite;
	animation: pulsate 3s infinite;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	will-change: transform;
}
.dot.middle_dot {
	left: 57.8%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -70px;
	top: auto;
}
.agency_featured_item {
	margin-top: 130px;
}
.agency_featured_item .agency_featured_content {
	position: relative;
}
.agency_featured_item .agency_featured_content h3 {
	font: 500 26px/36px 'Montserrat', sans-serif;
	color: #222d39;
	margin: 32px 0px 25px;
}
.agency_featured_item .agency_featured_content p {
	font-size: 15px;
}
.agency_featured_item .agency_featured_content .icon {
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 50%;
	background-image: -moz-linear-gradient(40deg, #80b945 0%, #003d4d 100%);
	background-image: -webkit-linear-gradient(40deg, #80b945 0%, #003d4d 100%);
	background-image: -ms-linear-gradient(40deg, #80b945 0%, #003d4d 100%);
	-webkit-box-shadow: 0px 10px 20px 0px rgba(94, 44, 237, 0.2);
	box-shadow: 0px 10px 20px 0px rgba(94, 44, 237, 0.2);
	font-size: 20px;
	color: #fff;
	display: inline-block;
	text-align: center;
}
.agency_featured_item.agency_featured_item_two .agency_featured_content .dot {
	left: 60px;
}
.pr_70 {
	padding-right: 70px;
}
.pl_70 {
	padding-left: 70px;
}
.pl_100 {
	padding-left: 100px;
}
.sec_pad {
	padding: 60px 0px;
}
.dot .dot2 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(254, 184, 93, 0.8);
	-webkit-animation: pulsate 3s infinite;
	animation: pulsate 3s infinite;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	will-change: transform;
}
/*================ prototype_service_info css ==============*/
.prototype_service_area_two, .prototype_service_area_three {
	overflow: hidden;
}
.prototype_service_info {
	padding: 50px 0px 50px;
	position: relative;
	z-index: 0;
}
.p_service_info {
	margin-bottom: -90px;
}
.p_service_item {
	margin-bottom: 90px;
}
.p_service_item .icon {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 55px;
	height: 60px;
	position: relative;
	margin: 0px 0px 25px;
	font-size: 24px;
	-webkit-border-radius: 50% / 14%;
	border-radius: 50% / 14%;
	color: white;
	text-align: center;
	line-height: 64px;
	-o-text-overflow: clip;
	text-overflow: clip;
	z-index: 1;
}
.p_service_item .icon:before {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	content: "";
	top: 10%;
	right: -5.5%;
	bottom: 10%;
	left: -5%;
	border: none;
	-webkit-border-radius: 7% / 50%;
	border-radius: 7% / 50%;
	-o-text-overflow: clip;
	text-overflow: clip;
	text-shadow: none;
	z-index: -1;
}
.p_service_item .icon.icon_one {
	background: #3e1487;
}
.p_service_item .icon.icon_one:before {
	background: #3e1487;
}
.p_service_item .icon.icon_two {
	background: #80b945;
}
.p_service_item .icon.icon_two:before {
	background: #80b945;
}
.p_service_item .icon.icon_three {
	background: #003d4d;
}
.p_service_item .icon.icon_three:before {
	background: #003d4d;
}
.p_service_item .icon.icon_four {
	background: #1c4000;
}
.p_service_item .icon.icon_four:before {
	background: #1c4000;
}
.p_service_item .icon.icon_five {
	background: #015655;
}
.p_service_item .icon.icon_five:before {
	background: #015655;
}
.p_service_item .icon.icon_six {
	background: #35bfe7;
}
.p_service_item .icon.icon_six:before {
	background: #35bfe7;
}
.p_service_item h5 {
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 15px;
}
.p_service_item p {
	font-size: 15px;
}
.symbols-pulse {
	position: absolute;
	top: 58%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}
.symbols-pulse > div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 23rem;
	height: 23rem;
	border-radius: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 221, 246, 0.1)), color-stop(65%, rgba(227, 221, 246, 0.2)), to(rgba(227, 221, 246, 0.1)));
	background-image: -webkit-linear-gradient(top, rgba(227, 221, 246, 0.1) 0%, rgba(227, 221, 246, 0.2) 65%, rgba(227, 221, 246, 0.1) 100%);
	background-image: -o-linear-gradient(top, rgba(227, 221, 246, 0.1) 0%, rgba(227, 221, 246, 0.2) 65%, rgba(227, 221, 246, 0.1) 100%);
	background-image: linear-gradient(-180deg, rgba(227, 221, 246, 0.1) 0%, rgba(227, 221, 246, 0.2) 65%, rgba(227, 221, 246, 0.1) 100%);
	z-index: -1;
}
.symbols-pulse .pulse-1 {
	-webkit-transform: translate(-50%, -50%) scale(0.67);
	-ms-transform: translate(-50%, -50%) scale(0.67);
	transform: translate(-50%, -50%) scale(0.67);
}
.symbols-pulse .pulse-2 {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}
.symbols-pulse .pulse-3 {
	-webkit-transform: translate(-50%, -50%) scale(1.63);
	-ms-transform: translate(-50%, -50%) scale(1.63);
	transform: translate(-50%, -50%) scale(1.63);
}
.symbols-pulse .pulse-4 {
	-webkit-transform: translate(-50%, -50%) scale(2.1);
	-ms-transform: translate(-50%, -50%) scale(2.1);
	transform: translate(-50%, -50%) scale(2.1);
}
.symbols-pulse .pulse-x {
	will-change: transform;
	-webkit-animation: pulsate 3s infinite;
	animation: pulsate 3s infinite;
}
 @-webkit-keyframes pulsate {
 0% {
 opacity: 1;
 -webkit-transform: translate(-50%, -50%) scale(0.5);
 transform: translate(-50%, -50%) scale(0.5);
}
 100% {
 opacity: 0;
 -webkit-transform: translate(-50%, -50%) scale(4);
 transform: translate(-50%, -50%) scale(4);
}
}
 @keyframes pulsate {
 0% {
 opacity: 1;
 -webkit-transform: translate(-50%, -50%) scale(0.5);
 transform: translate(-50%, -50%) scale(0.5);
}
 100% {
 opacity: 0;
 -webkit-transform: translate(-50%, -50%) scale(4);
 transform: translate(-50%, -50%) scale(4);
}
}
.prototype_service_info h2 {
	font-weight: 700;
	margin-bottom: 60px;
	color: #3e1487;
}
.prototype_service_info .text {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #6b7c93;
	font-weight: 500;
	margin-bottom: 80px;
}
.p_service_item h4 {
	margin: 30px 0px;
	font-weight: 600;
	color: #3e1487;
}
.p_service_item p {
	display: inline-block;
	font-size: 15px;
	color: #6b7c93;
}
.service-item-icons {
	width: 40px;
}
.rpa {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	display: block;
}
/* partners */

 #clients {
	padding-bottom: 80px;
}
 @media (max-width: 1199px) {
 #clients {
 padding-bottom: 40px;
}
}
@media (max-width: 991px) {
 #clients {
 padding-bottom: 0;
 margin-top: 60px;
}
}
#clients img {
	max-height: 110px;
	filter: grayscale(100%);
 transition: .2s ease-in;
	opacity: .4;
}
#clients img:hover {
	opacity: 1;
	filter: grayscale(0);
}
.clients-2 h2 {
	position: relative;
	font-size: 40px;
	line-height: 1.4em;
	color: #4c4754;
	font-weight: 600;
}
#clients.clients-2 h2 {
	padding-bottom: 30px;
	color: #454789;
}
#clients.clients-2 .text {
	margin-bottom: 20px;
	color: #6b7c93;
}
#clients.clients-2 .text {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #75717b;
	font-weight: 500;
	margin-bottom: 100px;
}
#clients.clients-2 img {
	max-height: 110px;
	filter: grayscale(100%);
 transition: .2s ease-in;
	opacity: .4;
}
#clients.clients-2 img:hover {
	opacity: 1;
	filter: grayscale(0);
}
/*
contact us section style
---------------------------------------------------------------------------------------------*/
.contact-title h4 {
	position:relative;
	font-size:20px;
	line-height:1.4em;
	color:#4c4754;
	font-weight:600;
	padding-bottom: 50px;
}
.contact-form {
	width: 100%;
	margin-left: 0 auto;
	margin-right: 0 auto;
}
.contact-form button {
	margin-top: 10px;
	padding: 10px 13px;
	line-height: 46px;
	background-color: #84bd43;
	/* background-image: -moz-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
    background-image: -webkit-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
    background-image: -ms-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(94, 44, 237, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(94, 44, 237, 0.2); */
    font-size: 16px;
	color: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 4px;
}
.contact-section-two {
	position: relative;
	padding: 40px 0 50px;
	background-color: #f9fbff;
	width: 100%;
	margin-right: 0 auto;
	margin-left: 0 auto;
}
.contact-form textarea {
	min-height: 160px;
	padding: 20px;
	resize: none;
}
.contact-form .form-control {
	font-weight: 600;
}
.contact-form .form-control label {
	color: #6a6a6a;
	font-weight: 400;
}
.contact-address-wrapper {
	background-color: #011a48;
	padding: 30px 30px;
}
.contact-map {
	min-height: 380px;
}
.tab-button {
	border-bottom: none;
	text-align: center;
	margin-top: -60px;
}
.tab-button li {
	display: inline-block;
	margin-bottom: 0;
	float: none;
	background-color: #011a48;
	margin-right: -5px;
}
.tab-button li a {
	color: #ffcc00;
	padding: 20px 40px;
	border-radius: 0;
	border: 0;
	margin: 0;
}
.form-control:focus {
	border-color: #ffa000;
	box-shadow: none;
}
.form-control {
	height: 44px;
	border: 1px solid #f1f1f1;
	border-radius: 0;
	box-shadow: none;
	font-weight: 500;
	color: #212121;
}
.form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	/* color: #555; */
    background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.tab-button li.active>a {
	background-color: #ffcc00;
}
.tab-button li a:hover, .tab-button li.active>a, .tab-button li.active>a:hover {
	background-color: #ffcc00;
	color: #011a48;
	border: 0;
}
.tab-button.nav-tabs>li.active>a, .tab-button.nav-tabs>li.active>a:focus, .tab-button.nav-tabs>li.active>a:hover {
	border: 0;
	background-color: #ffcc00;
}
@media screen and ( max-width: 768px ) {
 .contact-map-wrapper .tab-content {
 margin-bottom: 30px;
}
}
.illustrations {
	width: 100%;
	padding-left: 100px;
}
/* contact-form */

#contact .text-danger {
	color: #ff2d55;
	font-size: 14px;
	font-weight: 600;
	/* margin-top: -15px; */
  position: absolute;
}
#contact .text-warning {
	color: #ff954f;
	font-size: 14px;
	font-weight: 600;
	/* margin-top: -15px; */
  position: absolute;
}
.alert-success {
	/* color: #2ab27b; */
  text-align: center;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
	border-color: #2d9ee0;
	background-color: #f0f7fb;
	color: #2d2d2d;
	font-weight: 600;
}
.form-group {
	margin-bottom: 2rem !important;
}
/*------------------------------------------------------------------
  breadcrumbs
-------------------------------------------------------------------*/

.article-breadcrumbs-container {
	display: flex;
	flex-wrap: wrap;
	display: block;
	padding: 14px 10px 11px 10px;
	background:#f3f3f3;
}
.breadcrumbs-container {
	max-width: 960px;
	display: flex;
	flex-wrap: flex;
	padding: 30px 20px 105px;
	display: block;
}
.breadcrumbs {
	margin: 0px;
	margin-right: 1px;
	list-style: none;
	padding: 0px;
	display: inline-block;
}
.breadcrumbs li {
	color: #6a6a6a;
	font-size: 16px;
	display: inline-block;
	font-weight: 600;
}
.breadcrumbs ul {
	padding-left: 0px;
}
.breadcrumbs a {
	text-decoration: none;
	color: #3e1487;
	font-weight: 600;
}
.breadcrumbs li:after {
	content: "-";
	color: #a196378;
	padding: 5px 5px;
	font-weight: 600;
}
 .breadcrumbs li:last-child::after {
 content: " ";
}
.about-service {
	margin-top: 150px;
}
/*-------------------- Our Gallery ---------------------*/
.agn-our-gallery {
	position: relative;
	padding: 50px 0 50px;
}
.agn-our-gallery .shape-one {
	position: absolute;
	top:0;
	left:45%;
	animation: animationFramesOne 25s infinite linear;
}
.agn-our-gallery .shape-two {
	position: absolute;
	top:15%;
	right: 10%;
	animation: animationFramesFour 25s alternate infinite linear;
}
.agn-our-gallery .shape-three {
	position: absolute;
	bottom: 12%;
	right: 40%;
	animation: rotated 20s infinite linear;
}
.agn-our-gallery:before {
	content: url("../images/shape/3.png");
	position: absolute;
	top:0;
	right: 0;
	z-index: -1;
}
.agn-our-gallery .main-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 50px 35px 0;
}
.agn-our-gallery .main-wrapper .item {
	margin: 0 30px;
}
.agn-our-gallery .main-wrapper .img-box {
	position: relative;
	margin: 30px 0;
	overflow: hidden;
	border-radius: 5px;
	padding: 20px;
	box-shadow: 0px 20px 50px 0px rgba(46, 65, 90, 0.1);
}
.agn-our-gallery .main-wrapper .img-box img {
	width: 100%;
	border-radius: 5px;
	transition: all 0.4s ease-in-out;
}
.agn-our-gallery .main-wrapper .img-box .hover-content {
	position: absolute;
	top:0;
	left:0;
	bottom: 0;
	right: 0;
	background: rgba(45, 45, 45, 0.9);
	text-align: center;
	border-radius: 5px;
	transform: scale(0.5);
	opacity: 0;
	font-size: 14px;
}
.agn-our-gallery .main-wrapper .img-box .hover-content .icon {
	position: relative;
	top:50%;
	transform: translateY(-50%);
	font-size: 14px;
	color: #fff;
}
.agn-our-gallery .main-wrapper .img-box:hover .hover-content {
	transform: scale(1);
	opacity: 1;
}
.agn-our-gallery .view-gallery {
	width: 190px;
	line-height: 55px;
	text-align: center;
	border-radius: 4px;
	border: 2px solid #88c142;
	font-size: 18px;
	color: #88c142;
	position: absolute;
	top:0;
	font-weight: 500;
	right: 150px;
}
.agn-our-gallery .view-gallery:hover {
	color: #fff;
	background-color: #88c142;
}
.agn-our-gallery .owl-theme .owl-nav [class*=owl-] {
 background: transparent;
 margin: 0 10px;
 padding: 0;
 font-size: 30px;
 color: rgba(0, 0, 0, 0.4);
}
.agn-our-gallery .owl-theme .owl-nav {
	position: absolute;
	top:-35px;
	right: 365px;
}
.agn-our-gallery .owl-theme .owl-nav [class*=owl-]:hover {
color: #233D63;
}
.agn-our-gallery .main-title {
	color: #88c142;
	padding-bottom: 30px;
}
.agn-our-gallery .bottom-title {
	color: #6b7c93;
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}
/* pills */
.pills {
	margin-bottom: 50px;
	width: 300px;
	margin-left: 0 auto;
	margin-right: 0 auto;
}
.pills .link {
	font-size: 1rem;
	font-weight: 500;
 padding: .75rem 1rem;
 -webkit-transition: all .15s ease;
 transition: all .15s ease;
	padding: 13px 20px;
	margin-right: 20px;
	color: #018ee1;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.pills .link:active {
	color: #fff;
	background-color: #7478fa;
}
.pills .link:last-child {
	margin-right: 0px;
	border-color: transparent!important;
}
.top-info {
	text-align: center;
	margin: 50px 0 50px;
}
.nav-tabs {
	display: inline-block;
	background: #3e1487;
	padding: 8px;
	margin: 0 auto;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.nav-tabs > li {
	margin: 0 !important;
	float: none;
	display: inline-block;
	white-space: nowrap;
}
.nav-tabs > li + li {
	margin-left: 3px !important;
}
.rtl .nav-tabs > li + li {
	margin-right: 3px !important;
	margin-left: inherit;
}
.nav-tabs > li > a {
	-webkit-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	border: none !important;
	background: transparent;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	padding: 14px 15px;
	display: inline-block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	margin: 0;
}
@media (min-width: 768px) {
.nav-tabs > li > a {
 min-width: 190px;
}
}
.nav-tabs > li:hover > a, .nav-tabs > li.active > a {
	color: #3e1487;
	background: #17f6dc;
}
.kode-jobboard.kode-jobboard-classic .columns {
	margin-bottom: 30px;
}
.job_expert.list {
	background-color: #fff;
	box-shadow: 1px 0px 20px rgba(0, 0, 0, .08);
	border-radius: 8px;
	margin-bottom: 20px;
}
.job_expert {
	/* border: 1px solid #dadfe3; */
  position: relative;
	background-color: #fff;
}
.job_expert:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-top: 2px solid transparent;
	width: 0;
}
.job_expert .job_opportunities_list {
	background: 0 0;
	padding: 20px;
	margin-bottom: 0;
}
.job_opportunities_list {
	background-color: #faf7e5;
	padding: 20px 14px;
	position: relative;
}
.job_expert.list .job_opportunities_text {
	padding: 0 0 0 26px;
	/* margin-top: -5px; */
  width: auto;
}
.openings h3 {
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 18px;
	color: #3e1487;
}
.employ_job_list {
	margin-bottom: 10px;
	line-height: 36px;
}
.employ_job_list li {
	display:inline;
	font-size: 16px;
	font-weight: 500;
	color: #3e1487;
}
.employ_job_list .fa {
	margin-right: 20px;
	color: ##17f6dc;
	font-size: 18px;
}
.employ_job_list li:last-child {
	margin-left: 20px;
}
.job_opportunities_list a {
	color: #79b337;
}
.job_opportunities_text p {
	color: #75717b;
	margin-bottom: 0px;
}
#Openings {
	margin-bottom: 50px;
}
#Benifits {
	margin-bottom: 100px;
}
#Benifits h2 {
	margin-bottom: 100px;
	font-weight: 700;
	color: #3e1487;
}
.pager .active a {
	background-color : #337AB7;
	color: #FFF;
	border: 0px;
}
.gallery-title {
	font-size: 36px;
	color: #42B32F;
	text-align: center;
	font-weight: 500;
	margin-bottom: 70px;
}
.gallery-title:after {
	content: "";
	position: absolute;
	width: 7.5%;
	left: 46.5%;
	height: 45px;
	border-bottom: 1px solid #5e5e5e;
}
.filter-button {
	font-size: 18px;
	border: 1px solid #7478fa;
	border-radius: 5px;
	text-align: center;
	color: #7478fa;
	margin-bottom: 30px;
}
.filter-button:hover {
	font-size: 18px;
	border: 1px solid #7478fa;
	border-radius: 5px;
	text-align: center;
	color: #ffffff;
	background-color: #7478fa;
}
.btn-default:active .filter-button:active {
	background-color: #7478fa;
	color: white;
}
.port-image {
	width: 100%;
}
.gallery_product {
	margin-bottom: 30px;
}
.what-we-do:before {
	content: url(../images/shape/1.png);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.services-we-offer:before {
	content: url(../images/shape/2.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.agency_service_area-1:before {
	content: url(../images/shape/2.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.agency_service_area-2:before {
	content: url(../images/shape/1.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#theme-banner-two {
	background-image: linear-gradient( 112.5deg, #000 11.4%, #3e1487 60.2% );
!important;
	/*background-image: linear-gradient( 112.5deg,  rgba(95,10,135,1) 11.4%, rgba(164,80,139,1) 60.2% );
   background: linear-gradient( -120deg, rgb(135,88,255) 0%, rgb(97,78,249) 100%); */
  position: relative;
	overflow: hidden;
}
#theme-banner-two:before {
	content: '';
	position: absolute;
	width:78px;
	height: 753px;
	background: url(../images/bg4-left.png) no-repeat left top;
	bottom: -33px;
	left: 0;
	z-index: 999;/* z-index: 100; */
}
#theme-banner-two:after {
	content: '';
	position: absolute;
	width:100%;
	height: 253px;
	background: url(../images/bg4-right.png) no-repeat left top;
	bottom: 0px;
	left: 0;
	z-index: 99;
}
#theme-banner-two .bg-round-one {
	width: 690px;
	height: 690px;
	background: rgba(255, 255, 255, 0.04);
	border-radius: 50%;
	position: absolute;
	top: -170px;
	left: -281px;
	z-index: 1;
}
.custom_block .green {
	background-color: #3e1487;
}
.custom_block.mid_padd {
	padding: 35px;
}
.custom_block {
	box-shadow: 0px 0px 8px rgba(128, 128, 128, 0.5);
	border-radius: 8px;
	display: block;
	box-sizing: border-box;
	position: relative;
	background-color: #3e1487;
}
.dark {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}
.dark li i {
	color: #ffffff;
	font-weight: bold;
	padding-right: 15px;
	font-size: 16px;
}
.why-choose-us {
	padding-bottom: 50px;
}
.choose-us h3 {
	color: #3e1487;
	font-weight: 700;
	margin-bottom: 30px;
}
.about-designs {
/*width: 300px;*/
}
/*============== job_details_area css =============*/
.details_content .f_size_22 {
	font-size: 22px;
}
.details_content .btn_three {
	min-width: 150px;
	text-align: center;
	background: #5e2ced;
	border-color: #5e2ced;
	color: #fff;
}
.details_content .btn_three:hover {
	color: #fff;
	-webkit-box-shadow: 0px 20px 30px 0px rgba(61, 100, 244, 0.16);
	box-shadow: 0px 20px 30px 0px rgba(61, 100, 244, 0.16);
}
.job_deatails_content {
	padding-bottom: 40px;
}
.job_deatails_content ul li {
	position: relative;
	padding-left: 36px;
	font-weight: 500;
	font-size: 15px;
	color: #677294;
	margin-bottom: 27px;
}
.job_deatails_content ul li i {
	position: absolute;
	left: 0;
	top: 5px;
	color: #5f2eed;
}
 .job_deatails_content:nth-child(4) {
 border-bottom: 1px solid #eeebf6;
}
.job_info {
	border: 1px solid #f4f4f9;
	background-color: white;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
	box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
	padding: 50px;
}
.job_info .info_head {
	border-bottom: 1px solid #eeebf6;
	padding-bottom: 18px;
}
.job_info .info_head i {
	font-size: 40px;
	color: #17f6dc;
	text-shadow: 0px 14px 30px rgba(94, 44, 237, 0.4);
	margin-bottom: 35px;
	display: inline-block;
	float:left;
	padding-right:15px;
}
.job_info .info_item {
	position: relative;
	padding-left: 30px;
	margin-top: 25px;
}
.job_info .info_item i {
	color: #17f6dc;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 5px;
}
.job_info .info_item h6 {
	font-size: 18px;
	color: #222d39;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	margin-bottom: 5px;
}
.job_details_area p {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #677294;
}
.t_color3 {
	color: #3e1487;
	font-weight: 600;
	margin-bottom: 30px;
}
.apply {
	margin-top: 30px;
	float: right;
}
.btn-primary {
	background-color: #3e1487;
}
.btn-primary:hover {
	background-color: #17f6dc;
	border: 1px solid #3e1487;
}
.sec-title h3 {
	line-height: 1.4em;
	color: #3e1487;
	font-weight: 600;
}
 .owl-theme .owl-nav [class*=owl-] {
 color: #FFF;
 font-size: 14px;
 margin: 5px;
 padding: 4px 7px;
 background: #D6D6D6;
 display: inline-block;
 cursor: pointer;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}
.btn-primary {
	border-color: #ffffff !important;
}
#how-it-works {
	padding-top:45px !important;
}
.rrrg i {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #3e1487;
	margin-right: 11px;
	color: #fff;
	border-radius: 3px;
}
.rrrg li {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #3e1487;
	font-weight: 400;
	margin-bottom: 15px;
}
.rrrg li a {
	color:#3e1487;
}
.cnt-lfft {
	background:#17f6dc;
	color:#000;
	padding:40px;
}
.contact-form {
	background: #3e1487;
	color: #fff;
	padding: 35px 30px !important;
}
.cog-abuse, .cog-branding {
	display:none !important;
}
.cog-page__navigation {
	margin-bottom:30px !important;
}