<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	--scrollbarBG: #EBEAEA;
	--thumbBG: #144A38;
}

html {
	scroll-behavior: smooth;
}


@font-face {
	font-family: Segoe-UI;
	src: url(/urja360/fonts/SEGOEUI.TTF);
}

@font-face {
	font-family: Segoe-semibold;
	src: url(/urja360/fonts/seguisb.ttf);
}

@font-face {
	font-family: Segoe-bold;
	src: url(/urja360/fonts/Segoe-UI-Bold.ttf);
}

body {
	font-family: 'Open Sans', sans-serif;
	overscroll-behavior: none;
}

header.first_header {
	padding: 0 30px;
}

.first_header .dropdown-menu {
	background-color: #fff;
}

.first_header .navbar-expand-lg .navbar-nav .mega-dropmenu {
	box-shadow: -3px 3px 32px -4px rgb(0 0 0 / 22%);
	top: 4em;
	padding: 30px 0;
}

.qna-sec p span {
    font-size: 15px;
    display: inline-block;
    margin-right: 3px;
    position: relative;
    bottom: 2px;
    color: #33C45A;
}

li.addRess_bar {
    flex-direction: column;
}

li.addRess_bar h4 {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 3px;
}

li.addRess_bar p {
    margin-bottom: 3px !important;
}

li.addRess_bar i {
    display: inline;
    font-size: 13px;
    position: relative;
    bottom: 1px;
    color: #ffffffad;
    margin-right: 2px;
}

.first_header .mobo-nav .dropdown:hover&gt;.dropdown-menu {
	box-shadow: -3px 3px 32px -4px rgb(0 0 0 / 22%);
}

.first_header a.nav-link {
	font-size: 16px;
	color: #252b33 !important;
}

.scroll-top {
	position: fixed;
	bottom: 20px;
	left: 30px;
	z-index: 99;
	opacity: .5;
	background-color: #00b67a;
	display: none;
	height: 40px;
	width: 40px;
	transition: all .3s;
}

.scroll-top:hover {
	cursor: pointer;
	opacity: 1;
}

.scroll-top i {
	color: #fff;
	font-size: 25px;
	width: 40px;
	height: 40px;
	display: grid;
	align-items: center;
	justify-content: center;
}

ol.partition-ol {
	padding-left: 20px;
}

ol.partition-ol li {
	padding-left: 10px;
}

ol.partition-ol li::marker {
	color: #33c45a;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

ul.partition-ul {
	position: relative;
}

.tech-accordian #accordion .card-body .partition-ul li {
	list-style: none;
	position: relative;
}

.tech-accordian #accordion .card-body .partition-ul li:before {
	position: absolute;
	top: 11px;
	left: -30px;
	display: block;
	width: 7px;
	height: 7px;
	content: "";
	border-radius: 50%;
	background: #00b67a;
}

/*Home page*/
.icon-1,
.icon-2,
.icon-3 {
	position: absolute;
	left: 25%;
	top: 50%;
	width: 32px;
	height: 3px;
	background-color: #33c45a;
	transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}

.icon-1 {
	transform: translateY(-8px);
	animation-delay: 100ms;
}

.icon-3 {
	transform: translateY(8px);
	animation-delay: 250ms;
}

.hamburger-icon {
	position: relative;
	height: 60px;
	width: 60px;
	top: 15%;
	right: 0;
	z-index: 1000;
	cursor: pointer;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
	background: rgba(255, 255, 255, 0);
}

.mobile-device-header {
	padding: 10px 0;
}

.mob-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*.hamburger-icon:hover {
	transform: scale(1.2);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}*/
.icon-1.a {
	transform: rotate(40deg);
}

.icon-3.b {
	transform: rotate(-40deg);
}

.icon-2.c {
	opacity: 0;
}

.clear {
	clear: both;
}

@keyframes slideIn {
	0% {
		width: 0%;
		opacity: 0;
	}

	100% {
		width: 50%;
		opacity: 1;
	}
}

.mobile-device-header nav {
	background: #fff;
	position: fixed;
	top: 0;
	left: -280px;
	height: 100%;
	width: 0%;
	z-index: 0;
	opacity: 0;
	transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1);
	transition-delay: 100ms;
}

.mobile-device-header nav ul.mobo-nav {
	margin: 0;
	position: absolute;
	top: 120px;
	width: 100%;
	left: 0%;
	padding: 0 0 0 5px;
	/*overflow: scroll;*/
	height: 100vh;
}

.mobile-device-header nav ul li.nav-item {
	list-style: none;
	font-size: 24px;
	color: #fff;
	line-height: 2.2;
	text-transform: uppercase;
	letter-spacing: 1.7px;
	position: relative;
}

.mobile-device-header nav.show {
	width: 100%;
	opacity: 1;
	z-index: 500;
	left: 0;
	/*overflow-x: hidden;*/
	position: fixed;
	padding: 20px 30px;
	/*overflow-y: auto;*/
}

.mobNav-contain ul {
	padding: 0;
	list-style: none;
}

li.mob-menulogo {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
}

li.mob-menulogo img {
	width: 190px;
}

.mobNav-contain .drop-menus {
	margin-bottom: 15px;
	display: block;
}

.mobNav-contain .drop-menus .menu-name {
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 14px;
	padding-bottom: 5px;
	cursor: default;
	position: relative;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

.mobNav-contain .drop-menus .menu-name:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: all .2s ease-in;
}

.mobNav-contain .drop-menus .menu-name:hover:after {
	width: 100%;
	left: 0;
}

.drop-submenuBox {
	background-color: hsla(0, 0%, 100%, .2);
	padding: 20px 10px;
	border-radius: 2px;
}

.mobNav-contain .drop-menus .drop-submenuBox li {
	margin-bottom: 12px;
}

.mobNav-contain .drop-menus .drop-submenuBox ul li a {
	color: hsla(0, 0%, 100%, .7);
	font-weight: 600;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	text-transform: none;
	transition: all .2s ease-in-out;
}

.mobNav-contain .drop-menus .drop-submenuBox ul li a:hover {
	color: #fff;
}

.mobNav-contain .drop-menus ul.sub-child {
	padding: 0 15px;
}

.mobNav-contain .drop-menus ul.sub-child li {
	margin: 0 !important;
}

.mb-start-pro {
	display: grid;
	justify-content: flex-start;
}

.mb-start-pro .wrapper {
	margin: 0;
	top: 30%;
}

.reviewSec {
	padding: 5em 0;
}

.clutch-widget .content {
	justify-content: center !important;
}

.dark-blue {
	position: absolute;
	top: 0;
	left: 0;
	background: #64b5f6;
	height: 100%;
	width: 0%;
	transition: all 500ms cubic-bezier(0.62, 0.04, 0.3, 1.8);
	transition-delay: 50ms;
	z-index: 5;
	opacity: 1;
}

.review_box {
	margin-top: 30px;
	margin-left: 5px;
}

.dark-blue.slide {
	width: 50%;
	opacity: 1;
}

@keyframes shotup {
	0% {
		transform: translateY(300%);
		opacity: 0;
	}

	90% {
		transform: translateY(-50px);
	}

	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}

.content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.content h1 {
	font-size: 70px;
	animation: shotup 600ms ease-in-out;
	animation-delay: 300ms;
}

.wrapper4 {
	position: relative;
	top: 0;
	left: 0;
	transform: 0;
	display: inline-block;
	margin-top: 30px;
}

.wrapper4 .slide-btn {
	text-transform: none;
	font-size: 27px;
	/*font-family: Segoe-semibold;*/
}

.wrapper4 .slide-btn:hover .fullArrow {
	top: 15px;
}

.wrapper4 .slide-btn .fullArrow {
	top: 15px;
}

.bg-light {
	background-color: #ffffff00 !important;
}

.pro-btn {
	background-color: #33C45A;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

.logoSize .top-logo {
	width: 200px;
}

.head-sec {
	background-image: url(../image/Mask-Group-1.webp);
	background-size: cover;
	width: 100%;
	height: 780px;
	display: grid;
	align-items: center;
	background-position: bottom;
	overflow: hidden;
}

.banner-row {
	padding-bottom: 30px;
	align-items: center;
}

.navbar {
	padding: 10px 0 !important;
	/* position: relative;
    z-index: 99; */
}

a.nav-link {
	font-size: 14px;
	color: #000 !important;
	font-weight: 700;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
	margin: auto 10px;
	transition: all 0.29s linear;
	letter-spacing: .2px;
}

li.nav-item {
	position: relative;
	transition: all 0.29s linear;
}

.nav-item a.nav-link:hover {
	color: #000 !important;
}

.nav-item a.nav-link:hover:after {
	bottom: 0;
	opacity: 1;
	width: 100%;
}

.nav-item a.nav-link:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	content: '';
	background-color: #33C45A;
	opacity: 0;
	transition: all 0.29s linear;
}

header.stickyNav {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff0;
}

.stickyNav.scrolled {
	position: fixed;
	background-color: #fff !important;
	transition: background-color 200ms linear;
	border-bottom: 1px solid #b1b1b154;
	box-shadow: 2px 0 10px #b1b1b154;
}

header.stickyNav2 {
	/*position: fixed;*/
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff0;
}

/*.stickyNav2.scrolled2 {
    background-color: #212529 !important;
    transition: background-color 200ms linear;
    border-bottom: 1px solid #24232354;
    box-shadow: 2px 0 10px #504f4f54;
}*/
.stickyNav2 .icon-1,
.icon-2,
.icon-3 {
	background-color: #33c45a;
}

.stickyNav2 .mobile-device-header nav {
	background-image: url(../image/menu-bg.jpg);
}

.navbar-brand {
	padding-top: 0;
	/* position: 0;
	z-index: 999; */
}

.navbar-expand-lg .navbar-nav .mega-dropmenu {
	position: fixed;
	top: 3.9em;
	width: 100%;
}

.mega-menuBox {
	padding: 0;
}

.hr-devLinks .hr-headlink {
	font-size: 18px;
	padding-bottom: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin: 0;
	color: #000;
	text-decoration: none;
}

.hr-devLinks ul {
	padding: 0;
	list-style: none;
	padding-top: 15px;
}

.maga-lk {
	margin-top: 50px;
}

.hr-links:after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	display: block;
	right: 0;
	background: lightgrey;
	transition: width .3s ease;
	-webkit-transition: width .3s ease;
}

.hr-links:hover:after {
	width: 100%;
	left: 0;
	background: #33C45A;
}

a.hr-links {
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.hr-devLinks ul li {
	padding: 3px 0;
	margin-bottom: 5px;
	position: relative;
}

.hr-gt-pro {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.hr-gt-pro h1 {
	font-size: 18px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin: 0;
}

.hr-gt-pro p {
	font-size: 18px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.hr-gt-pro .wrapper {
	top: 0;
	left: 43%;
}

.hr-gt-col1 {
	width: 50%;
}

.hr-gt-col2 {
	width: 50%;
}

.dropdown&gt;.dropdown-menu {
	display: block;
	transform: translateY(-100px);
	transition: all .2s linear;
	opacity: 0;
	visibility: hidden;
}

.dropdown:hover&gt;.dropdown-menu {
	display: block;
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}

.dropdown&gt;.dropdown-toggle:active {
	/*Without this, clicking will make it sticky*/
	pointer-events: none;
}

/*li.nav-item:hover {
	border-bottom: 3px solid #33C45A;
}*/
.mobo-nav li {}

.mobo-nav li a.nav-link:hover {
	color: #000 !important;
}

.mobo-nav a.nav-link:hover:after {
	bottom: 0;
	opacity: 1;
	width: 100%;
}

.mobo-nav .mega-menuBox .container {
	width: 100% !important;
	margin: 0;
}

.mobo-nav a.nav-link:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0px;
	content: '';
	background-color: #33C45A;
	opacity: 0;
	transition: all 0.29s linear;
}

.mobo-nav .dropdown:hover&gt;.dropdown-menu {
	position: relative;
	margin-top: 0;
	width: 100%;
}

.mobo-nav .mega-menuBox {
	padding: 15px 0;
}

.mobo-nav .hr-devLinks ul {
	padding: 0;
	list-style: none;
	padding-top: 0px;
}

.mobo-nav .hr-devLinks ul li {
	padding: 0px 0;
	margin-bottom: 0;
	position: relative;
}

.mob-list-contain {
	padding: 0 15px;
}

.mobo-nav a.hr-links {
	text-transform: capitalize;
	letter-spacing: 0.5px;
}

.mob-hr-gt-col1 {
	margin: 50px 0 20px;
}

.mob-hr-gt-col1 h1 {
	font-size: 18px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin: 0;
	letter-spacing: 0.5px;
	text-align: center;
}

.mob-hr-gt-col1 p {
	font-size: 18px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: center;
	text-transform: none;
	margin: 0;
	letter-spacing: 0.5px;
}

.mb-hr-col {
	margin-top: 30px;
}

.mob-hr-gt-col1 .wrapper {
	margin: 0;
}

.headFont-box h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 65px;
	font-weight: bold;
}

span.head-para1 {
	color: #252B33;
}

span.head-para2 {
	color: #00b67a;
}

.headFont-box {
	/*font-family: Segoe-semibold;*/
}

.headFont-box p {
	font-size: 22px;
	color: #00b67a;
}

.headFont-box br {
	display: none;
}

.link-btn {
	background-color: #33C45A;
	background-image: linear-gradient(to left, #33C45A, #00711F);
	border-radius: 5px;
	border: none;
	color: #fff;
	padding: 10px 40px;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 500;
	margin-top: 15px;
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
}

.brand-log {
	display: grid;
	justify-content: end;
}

.brand-logoSize {
	height: 360px;
	width: 100%;
}

.col-grid {
	display: grid;
	align-items: center;
}

.top-logo {
	width: 250px;
	height: 65px;
}

.technologies {
	padding: 80px 0;
	height: 600px;
	background-color: #fff;
}

.tech-headbox {
	margin-bottom: 60px;
	text-align: center;
}

.tech-headbox h3 {
	color: #00b67a;
	font-size: 22px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 10px;
	/*font-family: Segoe-semibold;*/
}

.tech-headbox h1 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: #000000;
	text-transform: capitalize;
}

ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

ul.tabs li {
	background: #fff;
	color: #212121;
	display: block;
	padding: 19px 44px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
}

ul.tabs li.current {
	background: #fff;
	color: #0067ff;
	border-bottom: 2px solid #0067ff;
}

.tab-content {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s;
	color: black;
	font-size: 21px;
	line-height: 2;
	padding: 15px 0;
	height: 264px;
	width: 100%;
}

.tab-content.current {
	opacity: 1;
	visibility: visible;
}

.new-check {
	padding: 60px 0;
}

.icons-box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.icon-wid {
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.icons-box .icon-wid span {
	font-size: 18px;
	line-height: 28px;
	display: block;
	margin: 15px 0 0;
	/*font-family: Segoe-semibold;*/
}

.icons-box .icon-wid {
	border: 1px solid transparent;
	transition: all .3s ease-in-out;
	margin: 15px 20px;
}

.icons-box .icon-wid:hover {
	border: 1px solid #eee;
	background: #fff;
	box-shadow: 0 0 10px 10px rgb(0 0 0 / 3%);
	color: #0067ff;
}

.web-wordpress-icon {
	width: 60px;
	height: 60px;
	background-position: -128px -645px !important;
}

.web-magento-icon {
	width: 51px;
	height: 60px;
	background-position: -192px -645px !important;
}

.web-shopify-icon {
	width: 53px;
	height: 60px;
	background-position: -320px -645px !important;
}

.web-dnn-icon {
	width: 60px;
	height: 60px;
	background-position: -63px -705px !important;
}

.web-kentico-icon {
	width: 60px;
	height: 60px;
	background-position: 0 -705px !important;
}

.web-woocommerce-icon {
	width: 66px;
	height: 40px;
	background-position: -248px -645px !important;
}

.web-reactjs-icon {
	width: 68px;
	height: 60px;
	background-position: -136px -525px !important;
}

.web-angularjs-icon {
	width: 57px;
	height: 60px;
	background-position: 0 -525px !important;
}

.web-vuejs-icon {
	width: 68px;
	height: 59px;
	background-position: -62px -525px !important;
}

.web-knockout-icon {
	width: 60px;
	height: 60px;
	background-position: -208px -525px !important;
}

.web-csharp-icon {
	width: 53px;
	height: 60px;
	background-position: -275px -525px !important;
}

.web-netcore-icon {
	width: 60px;
	height: 60px;
	background-position: -337px -525px !important;
}

.web-nodejs-icon {
	width: 53px;
	height: 60px;
	background-position: 0 -585px !important;
}

.web-php-icon {
	width: 74px;
	height: 39px;
	background-position: -58px -585px !important;
}

.web-pythone-icon {
	width: 60px;
	height: 60px;
	background-position: -137px -585px !important;
}

.web-javascript-icon {
	width: 44px;
	height: 60px;
	background-position: -202px -585px !important;
}

.web-iphone-icon {
	width: 40px;
	height: 61px;
	background-position: -10px -897px !important;
}

.web-android-icon {
	width: 52px;
	height: 61px;
	background-position: -242px -897px !important;
}

.web-swift-icon {
	width: 60px;
	height: 60px;
	background-position: -252px -585px !important;
}

.web-kotlin-icon {
	width: 60px;
	height: 60px;
	background-position: -325px -585px !important;
}

.web-reactjs-icon {
	width: 68px;
	height: 60px;
	background-position: -136px -525px !important;
}

.web-xamarin-icon {
	width: 68px;
	height: 60px;
	background-position: -54px -645px !important;
}

.web-gflutter-icon {
	width: 49px;
	height: 60px;
	background-position: 0 -645px !important;
}

.web-aws-icon {
	width: 60px;
	height: 36px;
	background-position: -128px -705px !important;
}

.web-azure-icon {
	width: 60px;
	height: 45px;
	background-position: -256px -704px !important;
}

.web-gcloud-icon {
	width: 60px;
	height: 48px;
	background-position: -192px -705px !important;
}

.web-doker-icon {
	width: 70px;
	height: 50px;
	background-position: -320px -704px !important;
}

.web-jenkins-icon {
	width: 43px;
	height: 59px;
	background-position: 0 -765px !important;
}

.web-kubernetes-icon {
	width: 60px;
	height: 58px;
	background-position: -48px -765px !important;
}

.web-mongodb-icon {
	width: 55px;
	height: 60px;
	background-position: -112px -766px !important;
}

.web-mysql-icon {
	width: 60px;
	height: 58px;
	background-position: -176px -766px !important;
}

.web-sqlserver-icon {
	width: 60px;
	height: 60px;
	background-position: -244px -766px !important;
}

.web-postgre-icon {
	width: 58px;
	height: 60px;
	background-position: -304px -766px !important;
}

.web-mariadb-icon {
	width: 60px;
	height: 40px;
	background-position: 0 -826px !important;
}

.web-dynamodb-icon {
	width: 53px;
	height: 60px;
	background-position: -64px -826px !important;
}

.web-tech-service-sprite {
	display: block;
	background: url(../image/web-techno-service-sprite.webp) no-repeat;
	flex-shrink: 0;
}

.icons-box .icon-wid:hover span {
	color: #0067ff;
}

.icons-box .icon-wid:hover .web-wordpress-icon {
	background-position: -265px -69px !important;
}

.icons-box .icon-wid:hover .web-magento-icon {
	background-position: -204px -69px !important;
}

.icons-box .icon-wid:hover .web-shopify-icon {
	background-position: -72px -405px !important;
}

.icons-box .icon-wid:hover .web-dnn-icon {
	background-position: -200px -405px !important;
}

.icons-box .icon-wid:hover .web-kentico-icon {
	background-position: -133px -405px !important;
}

.icons-box .icon-wid:hover .web-woocommerce-icon {
	background-position: -0px -405px !important;
}

.icons-box .icon-wid:hover .web-angularjs-icon {
	background-position: -130px -0px !important;
}

.icons-box .icon-wid:hover .web-reactjs-icon {
	background-position: -76px -214px !important;
}

.icons-box .icon-wid:hover .web-vuejs-icon {
	background-position: -0px -214px !important;
}

.icons-box .icon-wid:hover .web-knockout-icon {
	background-position: -160px -214px !important;
}

.icons-box .icon-wid:hover .web-csharp-icon {
	background-position: -135px -142px !important;
}

.icons-box .icon-wid:hover .web-netcore-icon {
	background-position: -271px -279px !important;
}

.icons-box .icon-wid:hover .web-nodejs-icon {
	background-position: -197px -0px !important;
}

.icons-box .icon-wid:hover .web-php-icon {
	background-position: -260px -0px !important;
}

.icons-box .icon-wid:hover .web-pythone-icon {
	background-position: -336px -69px !important;
}

.icons-box .icon-wid:hover .web-javascript-icon {
	background-position: -352px -343px !important;
}

.icons-box .icon-wid:hover .web-iphone-icon {
	background-position: -56px -897px !important;
}

.icons-box .icon-wid:hover .web-android-icon {
	background-position: -298px -897px !important;
}

.icons-box .icon-wid:hover .web-swift-icon {
	background-position: -128px -280px !important;
}

.icons-box .icon-wid:hover .web-kotlin-icon {
	background-position: -203px -280px !important;
}

.icons-box .icon-wid:hover .web-reactjs-icon {
	background-position: -76px -214px !important;
}

.icons-box .icon-wid:hover .web-xamarin-icon {
	background-position: -197px -142px !important;
}

.icons-box .icon-wid:hover .web-gflutter-icon {
	background-position: -131px -344px !important;
}

.icons-box .icon-wid:hover .web-aws-icon {
	background-position: -272px -405px !important;
}

.icons-box .icon-wid:hover .web-azure-icon {
	background-position: -0px -465px !important;
}

.icons-box .icon-wid:hover .web-gcloud-icon {
	background-position: -340px -405px !important;
}

.icons-box .icon-wid:hover .web-doker-icon {
	background-position: -72px -465px !important;
}

.icons-box .icon-wid:hover .web-jenkins-icon {
	background-position: -152px -465px !important;
}

.icons-box .icon-wid:hover .web-mongodb-icon {
	background-position: -0px -0px !important;
}

.icons-box .icon-wid:hover .web-mysql-icon {
	background-position: -272px -465px !important;
}

.icons-box .icon-wid:hover .web-sqlserver-icon {
	background-position: -343px -465px !important;
}

.icons-box .icon-wid:hover .web-postgre-icon {
	background-position: -344px -142px !important;
}

.icons-box .icon-wid:hover .web-mariadb-icon {
	background-position: -64px -344px !important;
}

.icons-box .icon-wid:hover .web-dynamodb-icon {
	background-position: -275px -343px !important;
}

.wrapper {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -2%);
	display: inline-block;
}

.slide-btn {
	display: block;
	width: 250px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	transition: all .35s;
}

.slide-btn span {
	position: relative;
	z-index: 2;
	padding-left: 25px;
}

.slide-btn .fullArrow {
	opacity: 0;
	position: absolute;
	left: 4px;
	top: 14px;
}

.slide-btn:hover .fullArrow {
	opacity: 1;
	left: 25px;
	transition: all 0.3s ease-in-out;
	top: 13px;
	z-index: 500;
}

.slide-btn:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	background-color: #00b67a;
	transition: all .35s;
	border-radius: 25px;
	background-image: url(../image/right-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

.slide-btn:hover {
	color: #fff;
	text-decoration: none;
}

.slide-btn:hover:after {
	width: 100%;
	border-radius: 100px;
	background-image: linear-gradient(to left, #00b67a, #144a38);

}

.owl-dots {
	text-align: center;
	margin-top: 1%;
}

.owl-dot {
	display: inline-block;
	height: 12px !important;
	width: 12px !important;
	background-color: #ddd !important;
	opacity: 0.8;
	border-radius: 50%;
	margin: 0 5px;
}

.owl-dot.active {
	background-color: #fff !important;
	border: 3px solid #000 !important
}

.owl-stage {
	display: flex;
	align-items: center;
}

.work-headbox {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-bottom: 60px;
}

button.link-btn2 span {
	margin-left: 10px;
}

.link-btn2 {
	background-color: #33C45A;
	background-image: linear-gradient(to left, #33C45A, #00711F);
	border-radius: 5px;
	border: none;
	color: #fff;
	padding: 10px 20px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
}

.work-slides h3 {
	color: #33C45A;
	font-size: 22px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 20px;
	/*font-family: Segoe-semibold;*/
}

.work-slides h1 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: #000000;
}

/* Style the tab */
.tab {
	background-color: #fff;
	width: 30%;
	border-left: 2px solid rgb(0 0 0 / 20%);
	display: grid;
	justify-content: end;
	padding-right: 3.8%;
}

/* Style the buttons inside the tab */
.tab button {
	display: block;
	background-color: inherit;
	color: black;
	padding: 15px 16px;
	border: none;
	outline: none;
	border-left: 2px solid rgb(0 0 0 / 20%);
	text-align: left;
	cursor: pointer;
	transition: all 0.5s;
	font-size: 17px;
	opacity: .5;
	margin-left: -2px;
}

/* Change background color of buttons on hover */
/*.tab button:hover {
  background-color: #ddd;
}*/

/* Create an active/current "tab button" class */
.tab button.active {
	background-color: #fff;
	/*border-left: 2px solid #000;*/
	opacity: 1;
}

/* Style the tab content */
.tabcontent {
	padding: 40px;
	width: 70%;
	border-left: none;
	/*height: 425px;*/
	transition: all .5s;
	/*background-color: #000;*/
	color: #fff;
}

.padd-remo {
	padding: 0;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	max-width: 635px;
	margin: 0px -170px;
}

.tabs-padd {
	padding: 80px 0;
	background-color: #fff;
}

.workshop-headbox {
	margin-bottom: 70px;
}

.workshop-headbox h3 {
	color: #00b67a;
	font-size: 22px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 20px;
	/*font-family: Segoe-semibold;*/
}

.workshop-headbox h1 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: #000000;
	text-transform: capitalize;
}

.flex-tabs {
	display: flex;
	align-items: center;
	overflow-x: hidden;
}

/* Animation delays */
/* Animation */

@keyframes fadeInUp {
	from {
		transform: translate3d(0, 60px, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInUp {
	from {
		transform: translate3d(0, 60px, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes fadeInRight {
	from {
		transform: translate3d(60px, 0, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInRight {
	from {
		transform: translate3d(60px, 0, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes fadeInLeft {
	from {
		transform: translate3d(-60px, 0, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInLeft {
	from {
		transform: translate3d(-60px, 0, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes fadeonly {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeonly {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
}

.animationNew {
	animation-duration: .4s;
	animation-fill-mode: both;
	-webkit-animation-duration: .4s;
	-webkit-animation-fill-mode: both;
}

.animatedFadeInUp,
.animatedFadeInRight,
.animatedFadeInLeft,
.animatedfadeonly {
	opacity: 0;
}

.fade {
	transition: opacity 0.15s linear;
}

.fadeInUp {
	opacity: 0;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}

.fadeInRight {
	opacity: 0;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}

.fadeInLeft {
	opacity: 0;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}

.fadeonly {
	opacity: 0;
	animation-name: fadeonly;
	-webkit-animation-name: fadeonly;

}

.tabs-cont-box {
	display: flex;
	align-items: center;
	max-width: 860px;
}

.tabs-img {
	background-image: url(../image/memo.jpg);
	width: 350px;
	height: 350px;
	background-position: left;
	background-size: cover;
}

.tabs-para {
	/*width: 50%;*/
	padding: 0 35px;
}

.tab-img-con img {
	width: 100%;
}

.tabs-para h3 {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: 600;
}

.tabs-para p {
	font-size: 15px;
	margin-bottom: 30px;
}

.flex-tabs:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-color: #000;
	content: " ";
	width: calc(100% - 30%);
}

.btn1 {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	line-height: 45px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	padding: 10px 20px;
}

.btn1:hover {
	color: #fff;
	text-decoration: none;
}

.tabs-btn {
	border: 1px solid;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
	outline: 1px solid;
	outline-color: rgba(255, 255, 255, .5);
	outline-offset: 0px;
	text-shadow: none;
	transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.tabs-btn:hover {
	border: 1px solid;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
	outline-color: rgba(255, 255, 255, 0);
	outline-offset: 15px;
	text-shadow: 1px 1px 2px #427388;
}

.test-content h3 {
	font-size: 28px;
	/*font-family: Segoe-semibold;*/
	margin-bottom: 22px;
}

.test-content p {
	font-size: 15px;
	line-height: 25px;
}

.test-detail {
	display: flex;
	align-items: center;
}

img.test-user-img {
	width: 68px;
	height: 68px;
	border-radius: 50%;
}

.test-user-detail {
	padding-left: 15px;
}

.test-user-detail h5 {
	/*font-family: Segoe-semibold;*/
	font-size: 18px;
	margin: 0;
}

.test-user-detail p {
	font-size: 15px;
	margin: 0;
	color: #a5a5a5;
}

.test-align {
	align-items: center;
}

/*Ifram cover responsive*/
/* Layout for this demo */
.carousel-inner .wrap {
	position: relative;
	max-width: 1000px;
	width: 100%;
	margin: 60px auto;
	padding-left: 5%;
}

/* The outer-div to move the elements */
.box-video {
	position: relative;
	width: 100%;
	margin: 0 auto 20px auto;
	cursor: pointer;
	overflow: hidden;
	border-radius: 10px;
}

/*Set image in ifram*/
.ifram-img {
	background-image: url(../image/user1.jpg);
}

/* Set Cover aka Background-Image */
.box-video .bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 2;
}

/* Add light shade to make play button visible*/
.bg-video::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 3;
}


/* The Play-Button using CSS-Only */
.box-video .bt-play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	display: inline-block;
	width: 60px;
	height: 60px;
	background: rgba(255, 255, 255, 0.1);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 50%;
	text-indent: -999em;
	cursor: pointer;
	z-index: 2;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

/* The Play-Triangle */
.box-video .bt-play:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	height: 0;
	width: 0;
	margin: -12px 0 0 -6px;
	border: solid transparent;
	border-left-color: #000;
	border-width: 12px 20px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.box-video:hover .bt-play {
	transform: scale(1.1);
}

/* When Class added the Cover gets hidden... */
.box-video.open .bg-video {
	visibility: hidden;
	opacity: 0;

	-webkit-transition: all .6s .8s;
	transition: all .6s .8s;
}

/* and iframe shows up */
.box-video.open .video-container {
	opacity: 1;
	-webkit-transition: all .6s .8s;
	transition: all .6s .8s;
}

/* Giving the div ratio of 16:9 with padding */
.video-container {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0;
	z-index: 1;
	padding-bottom: 56.27198%;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.testimonial-headbox {
	margin-bottom: 0px;
}

.testimonial-headbox h3 {
	color: #33C45A;
	font-size: 22px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 20px;
	/*font-family: Segoe-semibold;*/
}

.testimonial-headbox h1 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: #000000;
}

.testimonial-sec {
	padding: 80px 0 30px;
}

.carousel-control-prev i {
	color: #5a5a5a;
	font-size: 25px;
}

.carousel-control-prev {
	left: 30%;
	height: 30px;
	top: 71%;
	width: 30px;
}

.carousel-control-next {
	right: 64%;
	height: 30px;
	top: 71%;
	width: 30px;
}

.carousel-control-next i {
	color: #5a5a5a;
	font-size: 25px;
}

.float-news {
	position: relative;
	top: 170px;
	margin-top: -100px;
	background-color: #fff;
}

.on-nes {
	display: inline-block;
	text-align: left;
}

.on-nes h1 {
	color: #fff;
	font-size: 40px;
	line-height: 45px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

.on-nes h3 {
	color: #000;
	font-size: 27px;
	line-height: 37px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.fn-box {
	background-color: #00b67a;
	padding: 4.5em 2.5em;
	display: flex;
	justify-content: space-between;
	border-radius: 24px;
	align-items: center;
}

.wrapper5 .slide-btn {
	font-weight: 600;
	font-size: 28px;
	height: 44px;
	line-height: 44px;
	text-transform: none;
	width: 230px;
}

.wrapper5 .slide-btn:after {
	background-color: #000000;
	width: 44px;
}

.wrapper5 .slide-btn:hover:after {
	width: 100%;
	border-radius: 100px;
	background-image: linear-gradient(to left, #000000, #040404);
}

.wrapper5 .slide-btn:hover .fullArrow {
	top: 15px;
}

.wrapper5 .slide-btn .fullArrow {
	top: 15px;
}

.cha-btn {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	vertical-align: middle;
	padding: 20px 30px;
	background-color: #242424;
	border: none;
	border-radius: 6px !important;
}

.cha-btn:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

.cha-btnBox {}

.cha-btnBox img {
	width: 28px;
	margin-left: 5px;
}

.cha-btnBox:hover {}

.cha-btnBox:active {}

/*Footer*/
.footer-sec {}

.footer-bg {
	background-color: #242424;
	padding-top: 5em;
	padding-bottom: 5em;
}

img.f-logo {
	width: 190px;
	margin-bottom: 15px;
}

.f-comy-log {
	margin-bottom: 20px;
}

.f-comy-log p {
	font-size: 14px;
	color: #fff;
	font-family: Open Sans, sans-serif;
	font-weight: 300;
}

.f-social-box p {
	font-size: 14px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.f-social-i i {
	color: #fff;
	font-size: 22px;
	background-color: #636363;
	padding: 5px;
	border-radius: 25px;
	margin-right: 5px;
	transition: all .3s;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.f-social-i i:hover {
	background-color: #fff;
	color: #00b67a;
}

.f-com-work h1 {
	font-size: 18px;
	font-family: Open Sans, sans-serif;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.6px;
	padding-top: 10px;
	margin-bottom: 20px;
}

.f-com-work ul {
	padding: 0;
}

.f-com-work li {
	margin-bottom: 10px;
}

.f-com-work a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-family: Open Sans, sans-serif;
	font-weight: 300;
	text-transform: capitalize;
}

.f-com-work p {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-family: Open Sans, sans-serif;
	font-weight: 300;
	text-transform: capitalize;
}

.f-com-col {
	padding-left: 25px;
}

.f-row-padd {
	padding: 0 50px;
}

.f-com-work {
	display: inline-block;
}

.fn-row {
	justify-content: center;
}

.f-com-work li {
	display: flex;
}

.f-com-work i {
	color: #fff;
	font-size: 22px;
	display: grid;
	margin-left: -5px;
}

.footer-bg2 {
	background-color: #000000;
}

.term-link-row {
	padding: 1.5em 0;
}

.ter-link-col {
	display: grid;
	align-items: center;
}

.f-termLink2 {
	text-align: right;
}

.f-termLink1 p {
	color: #9D9D9D;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin: 0;
}

.ft-line {
	color: #9D9D9D;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 15px;
	margin: 0 5px;
}

.f-termLink2 p {
	margin: 0;
}

.f-termLink2 a {
	text-decoration: none;
	color: #9D9D9D;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
}

/*.footer-sec {
	padding-top: 50px;
	background: #d9d9d945;
}
.fd-row {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
footer .fd-head {
	font-size: 18px;
	font-family: Segoe-bold;
	display: block;
	color: #333;
}
.footer-sec hr {
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #33C45A;
	width: 20%;
	left: 0;
	display: block;
	margin-left: 0;
}
.fd-head-none {
	opacity: 0;
}
.fd-wrap {
	display: contents;
	color: #33C45A;
	font-size: 22px;
}
.footer-sec ul li:hover .fd-box-rec {
	width: 15px;
}
.fd-box-rec {
	width: 0px;
	height: 2px;
	border-radius: 100px;
	background: #33C45A;
	margin: auto 0;
	margin-right: 0;
	transition: width 1s;
}
.fd-footer-links {
	color: #333;
	font-size: 16px;
	font-family: Segoe-semibold;
}
.fd-footer-links:hover {
	text-decoration: none;
	color: #33C45A;
}
.footer-sec ul {
	list-style: none;
	padding-inline-start: 0;
}
.footer-sec ul li {
	font-size: 16px;
	padding-bottom: 24px;
	display: flex;
}
.fd-arrow-ibox {
	display: flex;
	width: 20px;
	height: 20px;
	justify-content: end;
	padding-left: 23px;
}
.fd-wrap i {
	margin: 0 0;
	margin-right: 6px;
	font-weight: 400;
	font-size: 26px;
}
.fd-foot-add li {
	display: grid;
	grid-template: auto/20px auto;
	grid-gap: 10px;
	padding-bottom: 15px;
}
.footer-sec p {
	color: #333;
	font-size: 16px;
	font-family: Segoe-semibold;
}
ul.fd-foot-add i {
	font-size: 28px;
}
.fd-mid:hover {
	color: #000;
	text-decoration: none;
}
.fd-mid {
	align-items: center;
	display: flex;
	color: #333;
}
.fd-mid span {
	margin-left: 12px;

}
.fd-mid span:hover {
	color: #33C45A;
	text-decoration: none;
}
.fd-midwrap {
	display: grid;
}
.fd-footer-row2 {
	align-items: center;
	flex-wrap: wrap;
}
.ft-row-flex {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
	align-items: center;
	flex-wrap: wrap;
}
.fd-footer-p {
	color: #333;
}
.fd-whole {
	display: flex;
	margin-top: 30px;
	align-items: baseline;
}
.fd-ul-animate {
	list-style: none;
	display: contents;
	text-align: center;
}
.fd-whole .fd-ul-animate li {
	margin-bottom: 15px;
}
.fd-ul-animate li {
	display: table-cell;
	position: relative;
	padding: 0;
}
.fd-ul-animate a {
	color: #333;
	text-decoration: none;
	letter-spacing: 0.1em;
	display: inline-block;
	padding: 0 20px;
	padding-left: 0;
	border-right: 1px solid #3333;
	margin-right: 20px;
	position: relative;
	font-size: 14px;
	font-family: Segoe-semibold;
}
.fd-ul-animate a:hover {
	color: #33C45A;
}
.fd-ul-animate a:after {
	content: "";
	left: 50%;
	background: #33C45A;
	width: 0;
	display: block;
	width: 0;
	height: 2px;
	transition: width 0.25s ease-in;
}
.fd-ul-animate a:hover:after {
	width: 100%;
}
.fd-btn-o {
	display: inline-flex;
	border: 1px solid #00711F;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	letter-spacing: 1.5px;
	align-items: center;
	justify-content: center;
	padding: 12px 26px;
	border-radius: 4px;
	background-image: linear-gradient(to left, #33C45A, #00711F);
	font-size: 18px;
	font-weight: 500;
}
#circle-2 {
	width: 0%;
	height: 0%;
	opacity: 0;
	line-height: 40px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	transition: all 0.5s ease-Out;
	top: 20px;
	left: 70px;
}
.fd-btn-o a {
	color: #fff;
}
.fd-btn-o a {
	position: relative;
	transition: all 0.45s ease-Out;
}
.fd-btn-o i {
	margin-left: 10px;
	font-size: 20px	;
	color: #fff;
	z-index: 2;
}
.fd-btn-o:hover {
	color: #fff;
	border: 1px solid #00711F;
}
.fd-btn-o:hover #circle-2 {
	width: 200%;
	height: 500%;
	opacity: 1;
	top: -70px;
	left: -70px;
}
.fd-btn-o:hover a {
	color: #00711F;
	z-index: 1;
	text-decoration: none;
}
footer .fd-btn-o:hover i {
	color: #00711F;
}
.bdr-rt-no {
	border-right: none !important;
}
.fd-ul-socl {
	display: flex;
	margin-bottom: 0;
	flex-wrap: wrap;
}
footer .row.fd-remove-bt {
	border-bottom: none;
}
footer .row.fd-remove-bt {
	margin-top: 15px !important;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	padding-bottom: 20px;
}
.fd-ul-socl li {
	text-decoration: none;
	display: inline-block;
	padding: 0 10px;
	padding-left: 0;
	border-right: 1px solid #3333;
	margin-right: 10px;
	position: relative;
	font-size: 17px;
	padding-bottom: 0 !important;
}
.bxl-facebook-square {
	color: #3d5b99;
}
.bxl-twitter {
	color: #0a66c2;
}
.bxl-linkedin-square {
	color: #1da1f2;
}
.fd-ul-socl i {
	font-size: 20px;
}
.fd-ul-socl a {
	display: grid;
	align-items: center;
}
.fd-ul-socl a:hover {
	text-decoration: none;
}
footer .fd-copy {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	display: flex;
	justify-content: center;
}
.ft-ss-link {
	color: #33C45A;
}
.ft-ss-link:hover {
	text-decoration: none;
	color: #4CCE7C;
}
.fd-ul-dis {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 0;
}
.fd-ul-dis li {
	text-decoration: none;
	display: inline-block !important;
	padding: 0 10px;
	padding-left: 0;
	border-right: 1px solid #3333;
	margin-right: 10px;
	position: relative;
	font-size: 14px !important;
	padding-bottom: 0 !important;
}
.fd-ul-dis li a {
	white-space: nowrap;
}
.footer-link {
	color: #333;
}
.footer-link:hover {
	text-decoration: none;
	color: #4CCE7C;
}*/

/*About-us Page*/
.banner-about {
	background-image: url(../image/about-us-banner.jpg);
	width: 100%;
	height: 545px;
	background-size: cover;
	display: flex;
	align-items: center;
	background-position: center center;
	/*margin-top: 6em;*/
}

.about-ban-row {
	justify-content: center;
}

.about-ban-texts {
	text-align: center;
}

.pages-link {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}

.pages-link a {
	color: #fff;
	margin: 0 3px;
}

.pages-link a:hover {
	text-decoration: none;
}

.pages-link span a {
	color: #33C45A;
}

.about-ban-texts h1 {
	font-family: 'Barlow', sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 60px;
}

.about-ban-texts .para {
	font-size: 22px;
	line-height: 34px;
	color: #fff;
	/*font-family: Segoe-UI;*/
}

#our-story {
	padding: 100px 0;
}

.our-story-row {
	justify-content: center;
	text-align: center;
}

.stack-techno h3 {
	color: #33C45A;
	font-size: 18px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin-bottom: 5px;
	/*font-family: Segoe-semibold;*/
}

.stack-techno h1 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: #000000;
}

.stack-techno p {
	font-size: 22px;
	/*font-family: Segoe-UI;*/
	line-height: 34px;
	margin: 35px 0;
}

.our-cv-box h1 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: #000000;
	margin-bottom: 35px;
}

img.cr-val-img {
	width: 100%;
	height: auto;
}

#core-value {
	padding: 80px 0 100px 0;
}

.cr-val-pointbox h1 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: #000000;
	padding-left: 45px;
}

.cr-val-pointbox p {
	font-size: 22px;
	/*font-family: Segoe-UI;*/
	line-height: 34px;
}

.cr-val-pointbox {
	padding: 80px 0;
}

.progress_counter {
	text-align: center;
}

.progress-count {
	font-size: 80px;
}

.progress_counter h2 {
	color: #33C45A;
	font-size: 22px;
}

#counters {
	padding: 35px 0 80px;
}

.news-box h1 {
	font-size: 60px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
}

.news-box p {
	font-size: 22px;
	/*font-family: Segoe-UI;*/
	line-height: 34px;
	color: #000;
}

#aboutSlides {
	padding-bottom: 130px;
}

section#aboutSlides .owl-dots {
	display: none;
}

.news-row {
	justify-content: center;
}

.newsletter {
	height: 500px;
	background-color: #4CCE7C;
	display: flex;
	align-items: center;
}

.wrapper-2 {
	position: relative;
	top: 5%;
	left: 0%;
	display: inline-block;
}

.slide-btn-2 {
	display: block;
	width: 280px;
	height: 50px;
	line-height: 50px;
	font-size: 40px;
	color: #000;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 2px;
	text-transform: capitalize;
	text-align: center;
	position: relative;
	transition: all .35s;
}

.slide-btn-2 span {
	position: relative;
	z-index: 2;
	padding-left: 40px;
}

.slide-btn-2 .fullArrow {
	opacity: 0;
	position: absolute;
	left: 2px;
	top: 11px;
	width: 30px;
	height: 30px;
}

.slide-btn-2:hover .fullArrow {
	opacity: 1;
	left: 22px;
	transition: all 0.3s ease-in-out;
	top: 11px;
	z-index: 500;
}

.slide-btn-2:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
	background-color: #000;
	transition: all .35s;
	border-radius: 25px;
	background-image: url(../image/right-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40% 40%;
}

.slide-btn-2:hover {
	color: #fff;
	text-decoration: none;
}

.slide-btn-2:hover:after {
	width: 100%;
	border-radius: 100px;
	background-image: linear-gradient(to left, #000, #000);
}

/*Case-studies*/
.cs-banner {
	display: grid;
	align-items: center;
	padding-top: 10em;
}

.cs-banner .pages-link {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	font-weight: 500;
}

.cs-banner .pages-link a {
	color: #000;
	margin: 0 3px;
}

.cs-banner .pages-link span a {
	color: #33C45A;
}

.cs-banner .or-wrk-head {
	margin-bottom: 35px;
}

#cs-banner .row {
	justify-content: center;
}

.cs-ban-texts {
	text-align: center;
}

.cs-ban-texts h1 {
	font-size: 70px;
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
}

.cs-ban-para {
	font-size: 22px;
	/*font-family: Segoe-UI;*/
	line-height: 34px;
}

.padd-rmo {
	padding: 0;
}

.row-n-height {
	height: auto;
	align-items: center;
}

.case-float-sec {
	padding: 1em 0 7em;
}

.cs-cont-padd {
	padding: 8em 15px 0em;
	position: relative;
}

.cs-con-row {
	justify-content: center;
	padding-left: 85px;
}

.cs-con-row2 {
	justify-content: center;
	margin-left: -40px;
}

.cs-con-row h1 {
	font-family: 'Barlow', sans-serif;
	font-size: 40px;
	font-weight: 600;
}

.cs-con-row2 h1 {
	font-family: 'Barlow', sans-serif;
	font-size: 40px;
	font-weight: 600;
}

.cs-con-row3 h1 {
	font-family: 'Barlow', sans-serif;
	font-size: 40px;
	font-weight: 600;
}

.bld-para {
	font-size: 18px;
	/*font-family: Segoe-semibold;*/
}

.light-para {
	font-size: 18px;
	/*font-family: Segoe-UI;*/
}

.mo-img1 {
	position: absolute;
	right: 34%;
}

.mo-img3 {
	position: absolute;
	right: 34%;
}

.mo-img5 {
	position: absolute;
	right: 34%;
}

.mo-img7 {
	position: absolute;
	right: 34%;
}

.mo-img2 {
	position: absolute;
	right: 44%;
}

.mo-img4 {
	position: absolute;
	right: 44%;
}

.mo-img6 {
	position: absolute;
	right: 44%;
}

.mo-img8 {
	position: absolute;
	right: 44%;
}

.ex-mo-img1 {
	position: absolute;
	right: 48%;
	top: 0%;
}

.test-bg1 {
	background-image: url(../image/KFC-banner-portfoliopng.png);
	width: 90%;
	height: 740px;
	background-size: cover;
	background-position: center;
	margin: 0 95px;
}

.test-bg2 {
	background-image: url(../image/portfolio-jobget.png);
	width: 90%;
	height: 740px;
	background-size: cover;
	background-position: center;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.test-bg3 {
	background-image: url(../image/portfolio-YOUCOMM.png);
	width: 90%;
	height: 740px;
	background-size: cover;
	background-position: center;
	margin: 0 95px;
}

.test-bg4 {
	background-image: url(../image/portfolio-nova.png);
	width: 90%;
	height: 740px;
	background-size: cover;
	background-position: center;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.test-bg5 {
	background-image: url(../image/portfolio-moo.png);
	width: 90%;
	height: 740px;
	background-size: cover;
	background-position: center;
	margin: 0 95px;
}

.test-bg6 {
	background-image: url(../image/portfolio-ikea.jpg);
	width: 90%;
	height: 740px;
	background-size: cover;
	background-position: center;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.test-bg7 {
	background-image: url(../image/portfolio-dominose.jpg);
	width: 90%;
	height: 740px;
	background-size: cover;
	background-position: center;
	margin: 0 95px;
}

.test-bg8 {
	background-image: url(../image/gully-beat.png);
	width: 90%;
	height: 740px;
	background-size: cover;
	background-position: center;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

/*Dummy Animation*/
/*.slideToLeft {
	position: relative;
	-webkit-animation: slideToLeft 1s forwards;
	-webkit-animation-delay: 1s;
	animation: slideToLeft 1s forwards;
	animation-delay: 1s;
	background-color: red;
	width: 100%;
	height: 740px;
	transform: translate(0%, 0%);
}
*/
/*@-webkit-keyframes slideToLeft {
	100% {transform: translate(-100%, 0%);}
	100% {width: 0%;}
}

@keyframes slideToLeft {
	100% {transform: translate(-100%, 0%);}
	100% {width: 0%;}
}*/
.animation.animate {
	position: relative;
	-webkit-animation: slideToLeft 1s forwards;
	-webkit-animation-delay: 0.5s;
	animation: slideToLeft 1s forwards;
	animation-delay: 0.5s;
	background-color: #fff;
	width: 100%;
	height: 740px;
	transform: translate(0%, 0%);

}

@keyframes slideToLeft {
	100% {
		transform: translate(-100%, 0%);
	}

	100% {
		width: 0%;
	}
}

/*Testimonial*/
.testimonials {
	position: relative;
	padding: 80px 0 40px;
	background-color: #fff;
}

/*.testimonials:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 30%;
	background-color: #ddd;
}*/
.testimonials .owl-carousel .owl-stage {
	padding: 15px 0;
}

#customers-testimonials .item-details {
	background-color: #333;
	color: #fff;
	padding: 20px 10px;
	text-align: left;
}

#customers-testimonials .item-details h5 {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 18px;
}

#customers-testimonials .item-details h5 span {
	color: red;
	float: right;
	padding-right: 20px;
}

#customers-testimonials .item-details p {
	font-size: 14px;
}

#customers-testimonials .itemnew {
	margin-bottom: 80px;
}

#customers-testimonials .item {
	margin-bottom: 80px;
}

section.testimonials .owl-dots {
	display: none;
}

.testimo-card {
	background-color: #fff;
	padding: 35px 50px;
	box-shadow: 0 4px 14px -3px #00000029;
	border-radius: 24px;
	display: grid;
	align-items: center;
}

.card-ly {
	display: flex;
	align-items: center;
}

.t-cli-detail {
	padding-left: 25px;
}

.t-cli-detail h1 {
	font-size: 30px;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #000;
}

.t-cli-detail p {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin: 0;
	color: #000;
}

.t-cli-comm {
	padding-top: 30px;
}

.t-cli-comm p {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #000;
}

.test-client1 {
	background-image: url(../image/avatar_0.jpg);
	background-size: cover;
	width: 75px;
	height: 75px;
	border-radius: 50px;
}

.test-client2 {
	background-image: url(../image/avatar_1.jpg);
	background-size: cover;
	width: 75px;
	height: 75px;
	border-radius: 50px;
}

.test-client3 {
	background-image: url(../image/avatar_2.jpg);
	background-size: cover;
	width: 75px;
	height: 75px;
	border-radius: 50px;
}

.test-client4 {
	background-image: url(../image/avatar_3.jpg);
	background-size: cover;
	width: 75px;
	height: 75px;
	border-radius: 50px;
}

.owl-carousel .owl-nav [class*='owl-'] {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
	background-color: #d6d6d6;
}

.owl-carousel {
	position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	position: absolute;
	top: 30%;
	font-size: 20px;
	color: #fff;
	border: 1px solid #ddd;
	text-align: center;
}

section.testimonials .owl-carousel .owl-prev {
	left: 47%;
	top: 330px;
	width: 40px;
	height: 40px;
}

section.testimonials .owl-carousel .owl-next {
	right: 47%;
	top: 330px;
	width: 40px;
	height: 40px;
}

section.testimonials button.owl-next {
	background-color: #00b67a !important;
}

section.testimonials i.fa.fa-angle-left {
	font-size: 36px;
	color: #fff;
}

section.testimonials button.owl-prev {
	background-color: #00b67a !important;
}

section.testimonials i.fa.fa-angle-right {
	font-size: 36px;
	color: #fff;
}

.our-sr-box h3 {
	color: #00b67a;
	font-size: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 15px 0;
	/*font-family: Segoe-semibold;*/
}

.our-sr-box h1 {
	font-family: 'Barlow', sans-serif;
	/* font-weight: bold; */
	font-size: 38px;
	color: #000000;
	/* padding-right: 4%; */
}

.serv-items img {
	margin-bottom: 25px;
	width: 55px;
}

.single-logo img {
	height: 350px;
	object-fit: cover;
	border-radius: 15px;
}

.col-marg {
	margin: 15px 0;
	display: flex;
}

#container::-webkit-scrollbar {
	display: none;
}


.test-sec {
	height: 70vh;
	position: relative;
}

.horizontal-scroll-wrapper::-webkit-scrollbar {
	display: none;
}

.horizontal-scroll-wrapper {
	position: absolute;
	display: block;
	top: 0;
	height: 240%;
	left: 0;
	width: 70vh;
	max-height: 256%;
	margin: 0;
	padding-top: 1px;
	background: #fff;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-transform: rotate(-90deg) translateY(-215px);
	transform: rotate(-90deg) translateY(-43.5%);
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.horizontal-scroll-wrapper&gt;.horiz-box {
	display: block;
	padding: 30px;
	background: #fff;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: right top;
	transform-origin: right top;
	border-radius: 8px;
	border: 1px solid #33C45A;
}

.horizontal-scroll-wrapper&gt;.horiz-box-new {
	display: block;
	padding: 15px;
	background: #fff;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.horiz-box {
	position: relative;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
	transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
	-o-transition: transform cubic-bezier(.19, 1, .22, 1) .5s;
	transition: transform .5s cubic-bezier(.19, 1, .22, 1);
	transition: transform .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	display: inline-block;
	cursor: pointer;
}

.horiz-box:hover:before {
	-webkit-transform: scale(1.05) translateZ(0);
	transform: scale(1.05) translateZ(0);
	opacity: 1;
	-webkit-box-shadow: 0 0 58px rgb(6 67 117 / 40%);
	box-shadow: 0 0 58px rgb(6 67 117 / 40%);
	bottom: 16px;
}

.horiz-box:hover {
	-webkit-transform: translateY(-16px) translateZ(0) scale(1.05);
	transform: translateY(-5px) translateZ(0) scale(1.03);
	box-shadow: 0 0 14px #14bc8538;
}

.horiz-box:before,
.horiz-box-inner {
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.horiz-box-inner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
	transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
	-o-transition: transform cubic-bezier(.19, 1, .22, 1) .5s;
	transition: transform .5s cubic-bezier(.19, 1, .22, 1);
	transition: transform .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
	border-radius: 4px;
}

.horiz-box:hover:after {
	position: absolute;
	content: "";
	width: 100%;
	top: 0;
	left: 0;
	bottom: -16px;
	z-index: -1;
}

.squares {
	padding: 440px 0 0 0;
}

.squares&gt;.horiz-box {
	width: 454px;
	height: 378px;
	margin: 150px 0px !important;
	position: relative;
	left: 80px;
	top: 214px;
}

.squares&gt;.horiz-box-new {
	width: 490px;
	height: 490px;
	margin: 120px 16px !important;
	position: relative;
	left: 80px;
	top: 214px;
}

.serv-items i {
	font-size: 70px;
	color: #33C45A;
	margin-bottom: 10px;
}

.serv-items h1 {
	font-size: 20px;
	margin-bottom: 8px;
	font-family: 'Ubuntu', sans-serif;
}

.serv-items p {
	font-size: 16px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
}

.our-sr-box {
	text-align: center;
	/* position: -webkit-sticky;
	position: sticky;
	top: 90px; */
	max-width: 877px;
	margin: 0 auto 4em;
}

.serv-sec {
	padding: 80px 0 40px;
	/*overflow: hidden;*/
	background-color: rgb(245, 245, 245);
}

.horiz-box {
	padding: 35px 25px;
	border: 1px solid #00b67a;
	border-radius: 5px;
	min-height: 246px;
}

/*Our-work section*/
.our-work {
	padding: 80px 0 40px;
	background-color: #fff;
}

.or-wrk-head {
	margin-bottom: 70px;
}

.or-wrk-head h3 {
	color: #00b67a;
	font-size: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	/*font-family: Segoe-semibold;*/
	text-align: center;
}

.or-wrk-head h1 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: #000000;
	text-align: center;
	text-transform: capitalize;
}

.or-prd-st {
	height: 590px;
	text-align: center;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	cursor: pointer;
}

.or-prd-st:hover {
	text-decoration: none;
}

.or-maincontent {
	padding: 48px 48px 0;
}

.or-main-p1 {
	/*font-family: Segoe-UI;*/
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 20px;
	color: #fff;
}

.or-main-p2 {
	/*font-family: Segoe-UI;*/
	font-size: 18px;
	opacity: .7;
	color: #fff;
}

.or-imgContent {
	margin: auto auto 0;
	padding-top: 30px;
	height: auto;
	max-width: 88%;
	max-height: 62%;
	max-height: 365px;
	transform: scale(1);
	transform-origin: bottom center;
	transition: transform .4s ease-in-out;
}

.or-img-animates {
	display: inline-block;
	height: 100%;
}

.or-img-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
	height: 100%;
}

.or-pr-img {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
	opacity: 1;
	transition: opacity 500ms ease 0s;
	margin: auto;
}

.or-prd-st:hover .or-imgContent {
	transform: scale(1.05);
}

.or-col-gap1 {
	padding-right: 35px;
}

.or-col-gap2 {
	padding-left: 35px;
}

.or-nwr {
	margin: 25px 0 60px;
}

/*ContactUs*/
.qna-sec {
	padding-right: 25%;
	padding-top: 15px;
}

.qna-sec h3 {
	font-size: 16px;
	/*font-family: Segoe-semibold;*/
	color: #33C45A;
	text-transform: uppercase;
}

.qna-sec h1 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 72px;
	color: #000;
}

.qna-sec p {
	font-size: 20px;
	/*font-family: Segoe-UI;*/
	color: #000;
}

.qna-sec p a {
	color: #000;
	text-decoration: none;
}

.cn-add-box {
	margin: 45px 0;
}

.cn-add-boxfx {
	margin: 45px 0;
	display: flex;
	justify-content: space-between;
	padding-right: 3em;
	flex-wrap: wrap;
	grid-row-gap: 2.5em;
}

.contact-sec {
	padding: 10em 0 8em;
	background-color: #fff;
	margin-top: 2em;
}

.contact-sec .sub-title-box h2 {
	margin-top: 0;
}

.contact-frm-contain {
	margin: 0 auto;
	background-color: #F5FAFF;
	width: 100%;
	padding: 45px 30px 50px;
}

.form-block-contact {
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
}

.c-frm {
	margin: 0 0 15px;
}

.field-label-alternative.contact-us-field.gray {
	font-family: 'DM Sans', sans-serif;
	color: #19155e;
	font-size: 14px;
	font-weight: 400;
	display: block;
}

.field-label-alternative.contact-us-field {
	margin-bottom: 8px;
}

.text-field-blog-sidebar {
	height: 44px;
	min-width: 100%;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	border: 1px solid #bbbbbb;
	border-radius: 0;
	background-color: #fff;
	font-size: 16px;
	/*font-family: Segoe-UI;*/
	color: #000;
	line-height: 24px;
	padding-left: 15px;
	border-radius: 6px;
}

.c-grid-layout {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	grid-row-gap: 5px;
	grid-column-gap: 16px;
}

#message {
	ms-grid-column: span 2;
	grid-column-start: span 2;
	-ms-grid-column-span: 2;
	grid-column-end: span 2;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

.c-grid-layout input:focus-visible {
	outline: -webkit-focus-ring-color auto 0px;
}

.c-grid-layout textarea:focus-visible {
	outline: -webkit-focus-ring-color auto 0px;
}

.text-field-blog-sidebar.message {
	height: auto;
	min-height: 140px;
	color: #19155e;
}

.w-clearfix:after {
	clear: both;
}

.w-clearfix:after,
.w-clearfix:before {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2;
}

input.w-button {
	-webkit-appearance: button;
}

.cta-button {
	height: 48px;
	padding: 12px 24px;
	border-radius: 6px;
	background-color: #33C45A;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	text-transform: capitalize;
	border: none;
	transition: all .3s;
}

.cta-button:hover {
	box-shadow: 0 14px 24px -14px #33c45a9e;
}

#subbtn {
	-ms-grid-column: span 2;
	grid-column-start: span 2;
	-ms-grid-column-span: 2;
	grid-column-end: span 2;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

.text-field-blog-sidebar::-webkit-input-placeholder {
	color: #000;

}

.cn-frm-head h1 {
	/*font-family: Segoe-semibold;*/
	font-size: 30px;
	color: #000;
}

.cn-frm-head {
	padding-bottom: 20px;
}

#upload-sec {
	ms-grid-column: span 2;
	grid-column-start: span 2;
	-ms-grid-column-span: 2;
	grid-column-end: span 2;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

.image-upload&gt;input {
	display: none;
}

.in-file {
	display: inline-flex;
	align-items: center;
}

.in-file i {
	font-size: 24px;
	transform: rotate(-45deg);
	cursor: pointer;
}

.in-file p {
	font-size: 16px;
	/*font-family: Segoe-UI;*/
	margin: 0;
	padding-left: 8px;
	color: #000;
}

.ext-para {
	font-size: 12px;
	/*font-family: Segoe-UI;*/
	color: #000;
}

#chk-bx {
	ms-grid-column: span 2;
	grid-column-start: span 2;
	-ms-grid-column-span: 2;
	grid-column-end: span 2;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

.check-boxs {
	display: flex;
	margin-bottom: 15px;
}

.pol-ck-box label {
	padding-left: 6px;
	/*font-family: /*Seg*/
	font-size: 16px;
	cursor: pointer;
}

.nda-ck-box {
	margin-left: 25px;
}

.nda-ck-box label {
	padding-left: 6px;
	/*font-family: Segoe-UI;*/
	font-size: 16px;
	cursor: pointer;
}

/*Portfolio*/
._p-head-sec {
	display: grid;
	height: 790px;
}

._p-bg-col {
	background-color: #000830;
	position: relative;
	/*margin-top: 6em;*/
}

._p-cityImg {
	background-image: url(../image/), linear-gradient(to left, #000830, #000830);
	background-size: 80%;
	width: 100%;
	height: 790px;
	background-repeat: no-repeat;
	background-position: 142% 128%;
	background-blend-mode: multiply;
	display: grid;
	align-items: center;
}

._p-he-brand {
	background-image: url(../image/Elogistic-lg.png);
	width: 100%;
	height: 67px;
	background-size: contain;
	background-repeat: no-repeat;
}

._p-brand-ct {
	margin-left: 10px;
}

._p-he-tx {
	margin: 25px 0;
}

._p-brand-ct h1 {
	color: #fff;
	font-size: 1.45em;
	width: 400px;
	font-family: 'Barlow', sans-serif;
	margin-bottom: 1em;
}

._p-slbtn {
	margin-top: 12%;
}

._p-slbtn .wrapper6 .slide-btn:after {
	background-color: #203491;
	width: 42px;
}

._p-slbtn .wrapper6 .slide-btn:hover:after {
	width: 100%;
	border-radius: 100px;
	background-image: linear-gradient(to left, #203491, #04197c);
}

._p-slbtn .wrapper6 .slide-btn {
	color: #fff;
	letter-spacing: 1px;
	font-size: 24px;
	text-transform: none;
	line-height: 42px;
	height: 42px;
}

._p-loc-icon {
	background-image: url(../image/Icon-feather-map-pin.png);
	background-size: contain;
	width: 100%;
	height: 115px;
	background-repeat: no-repeat;
	background-position: center;
}

._ptruck-sec {
	position: relative;
	padding: 130px 0 80px;
}

._ptruck-sec .container {
	position: relative;
}

._p-truck-img {
	background-image: url(../image/cargo-truck.webp);
	background-size: contain;
	width: 100%;
	height: 470px;
	background-repeat: no-repeat;
	background-position: 100%;
	position: absolute;
	right: -11em;
	bottom: 0em;
}

._p-proj-bg {
	padding: 120px 0 0;
}

._p-proj-dl h1 {
	font-family: 'Barlow', sans-serif;
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 48px;
}

._p-proj-dl p {
	/*font-family: Segoe-UI;*/
	font-size: 22px;
	color: #252B33;
	padding-right: 8em;
	padding-left: 1em;
	line-height: 34px;
}

._p-adj-con {
	padding: 0 2px;
	padding-top: 5em;
}

._p-pro-box-5 {
	width: 20%;
	padding: 0 5px;
}

._p-dl-box1 {
	background-color: #F7F8F9;
	text-align: center;
	padding: 22px 0;
	border-radius: 8px;
}

._p-dl-box1 i {
	font-size: 85px;
	color: #000;
}

._p-dl-box1 p {
	/*font-family: Segoe-UI;*/
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 26px;
	color: #939393;
}

._p-dl-box1 h4 {
	font-size: 20px;
	color: #000;
	/*font-family: Segoe-UI;*/
}

._p-t-clg {
	padding: 110px 0 60px;
}

._p-tcl-row {
	justify-content: center;
}

._p-tcl-head {
	text-align: center;
}

._p-tcl-head h1 {
	font-family: 'Barlow', sans-serif;
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 48px;
	margin-bottom: 65px;
}

._p-tcl-head p {
	/*font-family: Segoe-UI;*/
	font-size: 22px;
	color: #252B33;
	line-height: 34px;
}

._p-pc-hsec1 {
	position: relative;
	height: 340px;
}

._p-pc-fimg {
	background-image: url(../image/pc-with-mob.png);
	width: 1150px;
	background-size: contain;
	height: 840px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 25em;
}

.float-devs {
	position: relative;
}

._p-pc-hsec2 {
	background-color: #EBF5FF;
	height: 630px;
}

._p-sr-mobsec {
	padding: 80px 0 40px;
	position: relative;
	background-color: #F7F8F9;
}

._p-sr-wh-appdo h1 {
	font-family: 'Barlow', sans-serif;
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 48px;
}

._p-sr-wh-appdo h2 {
	font-family: 'Barlow', sans-serif;
	font-size: 26px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 38px;
}

._p-sr-wh-appdo p {
	/*font-family: Segoe-UI;*/
	font-size: 22px;
	color: #252B33;
	line-height: 34px;
}

._p-sr-wh-appdo ._p-sr-wh-p1 {
	padding-right: 4em;
}

._p-sr-wh-appdo ._p-sr-wh-p2 {
	padding-right: 1em;
}

._p-sr-wh-appdo._p-sr-wh-marg1 {
	margin: 50px 0 100px;
}

._p-sr-wh-marg2 {
	margin: 50px 0;
}

._p-mobs-sec {
	position: relative;
}

.various-mobs {
	background-image: url(../image/lot-of-mobs.png);
	width: 100%;
	background-size: contain;
	height: 1410px;
	background-position: 170%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -10em;
	z-index: 500;
}

._p-tech-sec {
	padding: 9em 0;
}

._p-tech-row {
	justify-content: center;
	padding: 0 1em;
}

._p-tech-head h1 {
	font-family: 'Barlow', sans-serif;
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 48px;
	text-align: center;
	margin-bottom: 60px;
}

._p-tec-iconBox h3 {
	font-size: 20px;
	/*font-family: Segoe-semibold;*/
	text-align: center;
	margin: 10px 0;
}

.tech-icons-1 {
	background-image: url(../image/icons8-react-native-100.png);
	width: 100%;
	background-size: contain;
	height: 75px;
	background-repeat: no-repeat;
	background-position: center;
}

.tech-icons-2 {
	background-image: url(../image/icons8-node-js-96.png);
	width: 100%;
	background-size: contain;
	height: 75px;
	background-repeat: no-repeat;
	background-position: center;
}

.tech-icons-3 {
	background-image: url(../image/icons8-amazon-web-services-96.png);
	width: 100%;
	background-size: contain;
	height: 75px;
	background-repeat: no-repeat;
	background-position: center;
}

.tech-icons-4 {
	background-image: url(../image/mongo-icon.png);
	width: 100%;
	background-size: cover;
	height: 75px;
	background-repeat: no-repeat;
	background-position: center;
}

.tech-icons-5 {
	background-image: url(../image/icons8-mysql-logo-100.png);
	width: 100%;
	background-size: contain;
	height: 75px;
	background-repeat: no-repeat;
	background-position: center 12px;
}

#_p-testimon-bg {
	background-image: linear-gradient(180deg, #ebf5ff, white);
}

#_p-orwork-bg.our-work {
	padding: 80px 0 0px;
}

#_p-testimon-bg.testimonials {
	padding: 80px 0 80px;
}

._pclient-row {
	justify-content: center;
}

._pclient-testImg {
	background-image: url(../image/client-test.png);
	width: 100%;
	background-size: contain;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 35px;
}

._pclient-h-para {
	text-align: center;
}

._pclient-h-para h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 45px;
	font-weight: 500;
	padding: 0 1.5em;
	margin-bottom: 30px;
}

._pclient-h-para h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}

._pclient-h-para p {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}

#_p-testimon-bg .tech-headbox {
	margin-bottom: 90px;
	text-align: center;
}

#_p-testimon-bg .tech-headbox h1 {
	line-height: 67px;
}

/*Career-page*/
#_cre-banner-sec {
	padding: 100px 0 80px;
	margin-top: 2em;
}

._cre-banner-sec .row {
	align-items: center;
}

._cre-bn-fonts {}

._cre-bn-fonts h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #00b67a;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 21px;
}

._cre-bn-fonts h1 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: #000;
	line-height: 67px;
}

._cre-banner-img {
	width: 100%;
	height: auto;
}

#_cre-vission1 {
	padding: 100px 0;
}

._cre-vission1 .row {
	justify-content: center;
	padding: 0 22px;
}

._cre-vission1-fn {
	text-align: center;
	padding: 0 22px;
}

._cre-vission1-fn h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #00b67a;
	margin-bottom: 0px;
	text-transform: uppercase;
	line-height: 21px;
}

._cre-vission1-fn h1 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: #000;
	line-height: 67px;
}

._cre-vission1-fn p {
	/*font-family: Segoe-UI;*/
	font-size: 20px;
	line-height: 34px;
	color: #000;
}

#_cre-vission2-link {
	padding: 80px 0;
}

._cre-vission2-link ._cre-rows {
	justify-content: center;
	padding: 0 22px;
}

._cre-vission2-link {
	background-color: #F8FDFA;
}

._cre-aply-linkBox {
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	box-shadow: 0 2px 3px 1px #d9d9d9;
	padding: 24px 45px;
	justify-content: space-between;
	margin-bottom: 20px;
}

._cre-rows-marg {
	margin-top: 50px;
}

._cre-link-head h1 {
	/*font-family: Segoe-bold;*/
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	color: #252B33;
	margin: 0;
}

._cre-link-head h3 {
	/*font-family: Segoe-semibold;*/
	font-size: 18px;
	color: #6E7277;
	line-height: 34px;
	margin: 0;
}

._cre-wrapper {
	position: relative;
	top: 0;
	left: 0;
	transform: translate(0%, 0%);
	display: inline-block;
}

._cre-wrapper .slide-btn {
	/*font-family: Segoe-semibold;*/
	width: 180px;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 38px;
	height: 38px;
}

._cre-wrapper .slide-btn span {
	padding-left: 20px;
}

._cre-wrapper .slide-btn:after {
	width: 38px;
}

._cre-wrapper .slide-btn:hover:after {
	width: 100%;
	border-radius: 100px;
	background-image: linear-gradient(to left, #00b67a, #144a38);
}

._cre-wrapper .slide-btn:hover .fullArrow {
	top: 14px;
	left: 22px;
}

#_cre-vission3 {
	padding: 80px 0;
}

._cre-vission3 ._cre-v3-rows {
	justify-content: center;
}

._cre-ov-box {
	display: grid;
	text-align: center;
	padding: 0 20px;
	align-items: center;
	margin: 5em 0 0;
}

._cre-ov-iconbox {
	width: 63px;
	height: 63px;
	display: grid;
	align-items: center;
	justify-content: center;
	background-color: #00b67a;
	border-radius: 10px;
	margin: 0 auto;
}

._cre-ov-box h3 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	margin: 10px 0 2px;
	color: #000;
	text-transform: uppercase;
}

._cre-ov-box p {
	/*font-family: Segoe-UI;*/
	font-size: 20px;
	line-height: 34px;
	color: #000;
}

._cre-ov-iconbox i {
	font-size: 35px;
	color: #000;
}

._cre-ov-rows {
	padding: 0 0 50px;
}

#_cre-cont-sec {
	padding: 0;
	position: relative;
	top: 0;
	margin-top: 0;
	padding-bottom: 6em;
}

._cre-cont-row {
	justify-content: center;
}

._cre-inline-rbox {
	border: 2px solid #70707075;
	border-radius: 9px;
	padding: 80px;
	display: grid;
	background-color: #fff;
}

._cre-cont-links {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

._cre-cont-head {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	margin: 0;
}

._cre-cont-links:hover {
	text-decoration: none;
}

._cre-cont-l1 i {
	color: #007828;
	font-size: 30px;
	margin-right: 5px;
}

._cre-cont-l2 i {
	font-size: 30px;
	color: #0e76a8;
	margin-right: 5px;
	margin-top: -4px;
}

._cre-cont-l1,
._cre-cont-l2,
._cre-cont-l3 {
	text-align: center;
}

._cre-cont-l1 p,
._cre-cont-l2 p,
._cre-cont-l3 p {
	margin: 0;
	/*font-family: Segoe-UI;*/
	font-size: 18px;
	line-height: 15px;
	border-bottom: 1px solid #007828;
	color: #00b67a;
}

a._cre-cont-links img {
	margin-right: 5px;
	margin-top: -4px;
}

/*loader*/
.loader {
	background-color: black;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999999999999999999999999999999999;
	opacity: 1;
	transform: translate(0%, 0%);
	transition: all .3s;
}

.loadimg {
	background: url(../image/loader.gif) no-repeat rgb(0, 0, 0);
	background-position: center;
	background-size: 120px;
	width: 100%;
	height: 100vh;
}

/*Client Section*/
.brand-item {
	height: 10rem;
	position: relative;
	border-radius: 1.5rem 1.5rem 1.5rem 0;
	background-color: #f4f4f8;
}

.brand-item-img1 {
	width: 100%;
	height: 3.25rem;
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.brand-item-img1-hover {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity .3s;
}

.brand-item-img1[data-item=zonky] {
	background-size: auto 60%;
}

.brand-item-img1-hover[data-item=zonky] {
	background-size: auto 60%;
}

.brand-item:hover .brand-item-img1-hover {
	opacity: 1;
}

.br-col-marg {
	margin-bottom: 1.875rem;
}

.brand-item-img1[data-item=iprima] {
	background-size: auto 65%;
}

.brand-item-img1-hover[data-item=iprima] {
	background-size: auto 65%;
}

.brand-item-img1[data-item=patria] {
	background-size: auto;
}

.brand-item-img1-hover[data-item=patria] {
	background-size: auto;
}

.brand-item-img1[data-item=extra] {
	background-size: auto 80%;
}

.brand-item-img1-hover[data-item=extra] {
	background-size: auto 80%;
}

.brand-item-img1[data-item=pse] {
	background-size: auto 65%;
}

.brand-item-img1-hover[data-item=pse] {
	background-size: auto 65%;
}

.brand-item-img1[data-item=ceska-televize] {
	background-size: auto 45%;
}

.brand-item-img1-hover[data-item=ceska-televize] {
	background-size: auto 45%;
}

section.or-clientsSec {
	padding: 5em 0;
	background-color: #fff;
}

.br-clients {
	margin-bottom: 70px;
}

.br-clients h1 {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: #000000;
	text-transform: capitalize;
	text-align: center;
}

.hero-wrapper {
	position: fixed;
	bottom: 0;
	right: 0;
	height: auto;
	width: auto;
	min-height: 100%;
	min-width: 100%;
	z-index: -9999;
}

.hero-wrapper figure {
	margin: 0;
	position: relative;
}

.hero-wrapper figure h1 {
	position: absolute;
	top: 20px;
	left: 20px;
	border-right: 3px solid #fff;
	padding: 5px 10px 5px 5px;
}

.hero-wrapper video {
	width: 100%;
	max-width: 100%;
}

.stretch {
	height: auto;
	background: #F72B2B;
	min-height: 100%;
	min-width: 100%;
	background-size: cover;
	margin-top: 800px;
}

.stretch h1 {
	padding: 20px;
}

video.city-video {
	width: 100%;
	height: 1000px;
	object-fit: cover;
	object-position: center center;
}

section.vd-con-sec {
	/*position: absolute;*/
	top: 0;
	width: 100%;
	/*padding: 250px 0;*/
	display: grid;
	height: 730px;
	align-items: center;
}

.vd-sec {
	position: relative;
	/*height: 800px;*/
}

.vd-con-sec span.head-para1 {
	color: #ffffff;
}

.oppsit-nav a.nav-link {
	color: #fff !important;
}

.oppsit-nav .nav-item a.nav-link:hover {
	color: #fff !important;
}

.oppsit-nav .slide-btn {
	color: #fff;
}

.oppsit-nav .hr-gt-col2 .slide-btn {
	color: #000;
}

.oppsit-nav .hr-gt-col2 .slide-btn:hover {
	color: #fff;
}

.oppsit-nav .mob-hr-gt-col1 .slide-btn {
	color: #000;
}

.oppsit-nav .mob-hr-gt-col1 .slide-btn:hover {
	color: #fff;
}

.vd-con-sec .slide-btn {
	color: #fff;
}

.vd-con-sec .headFont-box h1 {
	display: grid;
}

.screenshot-slider .item p {
	position: absolute;
	top: -145px;
	width: 700px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	margin-bottom: 80px;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
}

.screenshot-slider .center .item p {
	/*position: relative;*/
	opacity: 1;
	visibility: visible;

}

.screenshot-slider .item img {
	opacity: 0.5;
	margin: 0 auto;
	border-radius: 5px;
	opacity: 0.5;
	width: 318px;
	height: 668px;

}

.screenshot-slider .center .item img {
	opacity: 1;
}

.sah-dasbord .owl-carousel .owl-stage-outer:after {
	content: '';
	background: url(../image/mobile.png)no-repeat;
	width: 347px;
	height: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-size: 100% 100%;
	margin-top: 72px;

}

.sah-dasbord .owl-stage {
	padding-bottom: 60px;
	padding-top: 160px;
}

.sahdash-headbox h1 {
	font-size: 36px;
	font-family: 'Barlow', sans-serif;
	text-align: center;
	font-weight: bold;
	/*margin-bottom: 30px;*/
}

.sahsafe-banner {
	height: auto;
	display: flex;
	align-items: center;
	background-color: #FF8500;
	padding-top: 2em;
}

._anv_muniHead_col {
	color: #541808 !important;
	font-family: 'Roboto', sans-serif !important;
}

._anv_muniHead_col h1 {
	font-weight: 600 !important;
}

._innerPortheads._anv_muniHead_col h1 {
	font-size: 3em;
	line-height: 67.3px;
}

._innerPortheads.anv_padT._anv_muniHead_col {
	max-width: 525px;
}

.muniApp-banner {
	display: flex;
	align-items: center;
	background-image: url(../image/muni_appBanner.webp);
	padding-top: 2em;
	height: 794px;
	background-size: cover;
	margin-bottom: 10em;
}

.anv_padT {
	padding-bottom: 8em;
}

.row.appendRow {
	align-items: center;
}

.sahBan_mobs img {
	width: 100%;
}

.sah-prod {
	background-image: url(../image/sah-banner.png);
	height: 660px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 115% center;
	background-size: contain;
	margin-top: 6em;
}

._manSurfSec {
	background-image: url(../image/_manSurf_sahsafe.webp);
	width: 100%;
	height: 730px;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 3em;
}

.sah-prod p {
	font-size: 38px;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	margin-top: 25px;
	line-height: 48px;
}

.sah-prod ._p-slbtn .wrapper6 .slide-btn {
	color: #203491;
}

.sah-prod ._p-slbtn .wrapper6 .slide-btn:hover {
	color: #fff;
}

.das-proj ._p-proj-dl p {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	color: #252B33;
	line-height: 34px;
	padding: 0 34px;
	text-align: center;
	margin-bottom: 80px;
}

section.das-proj {
	padding: 2em 0 9em;
}

.das-proj ._p-proj-dl h1 {
	font-family: 'Barlow', sans-serif;
	text-align: center;
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 48px;
	margin-bottom: 30px;
}

.row-center {
	justify-content: center;
}

section.typograph-sec {
	padding: 160px 0;
}

.typo-head h1 {
	font-size: 36px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 60px;
}

.typo-contain {
	padding: 0 60px;
}

.ty-textBox {
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='28' stroke-linecap='square'/%3e%3c/svg%3e");
	padding: 50px;
}

.alfa-a h1 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 174px;
	line-height: 237px;
}

.alfa-para h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	color: #fff;
	font-weight: 500;
	line-height: 55px;
}

.alfa-para p {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #fff;
	line-height: 27px;
}

.colorDiv1 {
	background-color: #F3F5F8;
	height: 197px;
}

.colorDiv2 {
	background-color: #E5E5E5;
	height: 197px;
}

.colorDiv3 {
	background-color: #FE8735;
	height: 197px;
}

.colorDiv4 {
	background-color: #2C5876;
	height: 197px;
}

.clorsBox .col-xl-3:nth-child(1) {
	padding-right: 0;
}

.clorsBox .col-xl-3:nth-child(2) {
	padding-left: 0;
	padding-right: 0;
}

.clorsBox .col-xl-3:nth-child(3) {
	padding-left: 0;
	padding-right: 0;
}

.clorsBox .col-xl-3:nth-child(4) {
	padding-left: 0;
}

.clorsBox {
	margin-top: 60px;
}

.colorText p {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #fff;
	line-height: 33px;
	margin-top: 25px;
}

section.sah-dasbord {
	padding: 160px 0 80px;
}

.mobCol-device {
	display: grid;
	justify-content: center;
}

.sahMob-device {
	padding-top: 60px;
}

.devices-row {
	margin-top: 35px;
	justify-content: center;
}

#menu {
	background: white;
	color: black;
	padding: 1em;
	width: 100%;
	display: none;
	position: fixed;
	top: 0;
}

section#urjaSlides {
	padding: 0 40px;
}

#urjaSlides .owl-carousel .owl-item img {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto;
	padding: 0;
}

#urjaSlides .owl-item {
	margin: 0 !important;
	width: 100% !important;
}

#urjaSlides .slider-innerText {
	position: absolute;
	top: 0;
	padding: 8% 0 0 28%;
}

#urjaSlides .slider-innerText h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	color: #fff;
	width: 80%;
	font-weight: 700;
	margin-bottom: 20px;
}

#urjaSlides .slider-innerText p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #fff;
	width: 70%;
}

#urjaSlides .slider-innerText .gettouchBtn {
	background-color: #33c45a;
	color: #fff;
	padding: 20px 40px;
	margin-top: 35px;
	border: none;
	cursor: pointer;
	transition: all .3s;
	font-family: 'Open Sans', sans-serif;
}

#urjaSlides .slider-innerText .gettouchBtn:hover {
	background-color: #2fb553;
}

.contBtn {
	background-color: transparent;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #33c45a;
	border: 1px solid #33c45a;
	border-radius: 2px;
	padding: 8px 24px;
	font-weight: 600;
	cursor: pointer;
	transition: all .2s ease-in-out;
	text-decoration: none;
}

.contBtn:hover {
	color: #fff;
	background-color: #33c45a;
	text-decoration: none;
}


/* Style the tab */
.tabNew {
	float: left;
	background-color: #000000;
	width: 30%;
	height: 390px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 30px 0;
}

/* Style the buttons inside the tab */
.tabNew button {
	display: block;
	background-color: inherit;
	color: #fff;
	padding: 15px 40px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	font-size: 16px;
	display: flex;
}

/* Change background color of buttons on hover */
.tabNew button:hover {
	background-color: #080808;
}

/* Create an active/current "tab button" class */
.tabNew button.active {
	background-color: #080808;
}

/* Style the tab content */
.tabcontentNew {
	float: left;
	padding: 45px 30px;
	width: 68%;
	border-left: none;
	display: none;
	opacity: 0;
	background-color: #080808;
}

.tabcontentNew2 {
	float: left;
	padding: 45px 30px;
	width: 68%;
	border-left: none;
	display: none;
	opacity: 0;
	background-color: #080808;
}

.tabcontentNew3 {
	float: left;
	padding: 45px 30px;
	width: 68%;
	border-left: none;
	display: none;
	opacity: 0;
	background-color: #080808;
}

.tabcontentNew4 {
	float: left;
	padding: 45px 30px;
	width: 68%;
	border-left: none;
	display: none;
	opacity: 0;
	background-color: #080808;
}

/* Clear floats after the tab */
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.dropdown-menu {
	background-color: #000;
	border: 0px solid rgba(0, 0, 0, .15);
	border-radius: 0;
	padding: 0;
}

.tabFlex {
	flex-direction: row-reverse;
}

.tabFlex div:nth-child(2) {
	display: block;
	opacity: 1;
}

.tabFlex2 {
	flex-direction: row-reverse;
}

.tabFlex2 div:nth-child(2) {
	display: block;
	opacity: 1;
}

.tabFlex3 {
	flex-direction: row-reverse;
}

.tabFlex3 div:nth-child(2) {
	display: block;
	opacity: 1;
}

.tabFlex4 {
	flex-direction: row-reverse;
}

.tabFlex4 div:nth-child(2) {
	display: block;
	opacity: 1;
}

.tabiconBox {
	border-radius: 50px;
	border: 1px solid #fff;
	display: inline-grid;
	padding: 2px;
	margin-right: 20px;
}

span.tabiconBox i {
	font-size: 20px;
}

.tabNew button.active .icoDisplay {
	display: none;
}

.tabNew button.active .icoDisplayNone {
	display: block;
	color: #000;

}

.tabNew button .icoDisplayNone {
	display: none;
}

.tabNew button .icoDisplay {
	display: block;
}

.tabNew button.active .tabiconBox {
	background-color: #fff;
	transition: all .2s ease-in-out;
}

.tan-itemBlock {
	display: block;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	background-color: #080808;

}

.tan-itemBlock:hover:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: .9;
}

.tan-contentBlock {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 20px;
	color: #fff;
	z-index: 9;
	transition: all .2s linear;

}

.tan-itemBlock:hover .tan-contentBlock {
	color: #33c45a;
}

a.tan-itemBlock:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: -owg-linear-gradient(rgba(0, 0, 0, .5), #000);
	-pie-background: -pie-linear-gradient(rgba(0, 0, 0, .5), #000);
	background: linear-gradient(rgba(0, 0, 0, .5), #000);
	z-index: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: .8;
	transition: all .2s linear;
}

.tanheader-row {
	display: flex;
	grid-column-gap: 6px;
}

.tabcontent-gridView {
	display: flex;
	flex-wrap: wrap;
	grid-row-gap: 6px;
	grid-column-gap: 6px;
}

ul.wraplinks-flex {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	justify-content: space-between;
}

ul.wraplinks-flex li {
	list-style: none;
	margin-bottom: 8px;
}

.rightMarg {
	margin-right: 2em;
}

.listpadd-remo {
	padding: 0;
}

li.fullwid {
	width: 100%;
}

li.haf-wid {
	width: 33.33%;
	float: left;
}

.headlink {
	color: #fff;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

.headlink:hover {
	color: #fff;
}

.childlinks {
	color: #33c45a;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

.childlinks:hover {
	color: #33c45a;
}

.cloudServers img {
	width: 100%;
}

.fl-longImg img {
	width: 100%;
}

.bottommarg-ctrl li {
	margin-bottom: 4px !important;
}

/*technologies*/
.angu-techSec,
.react-techSec,
.react-native-techSec,
.frontend-development-techSec,
.cross-platform-techSec,
.our-tech-stack-techSec,
.android-techSec,
.ios-techSec,
.backend-development-techSec,
.flutter-techSec,
.golang-development-techSec,
.node-js-development-techSec,
.java-development-techSec,
.software-development-techSec,
.ideation-and-strategy-techSec,
.product-strategy-techSec,
.digital-transformation-techSec,
.legacy-modernisation-techSec,
.research-development-techSec,
.product-design-techSec,
.ux-design-techSec,
.ui-design-techSec,
.product-bootcamp-techSec,
.workshops-techSec,
.web-mobile-development-techSec,
.custom-app-development-techSec,
.cloud-computing-techSec,
.it-services-industries-techSec,
.ai-intelligence-techSec,
.healthcare-software-techSec,
.ecommerce-software-techSec,
.fintech-app-development-techSec,
.banking-app-development-techSec,
.insurance-software-development-techSec,
.entertainment-app-development-techSec,
.music-app-development-techSec,
.travel-app-development-techSec,
.other-industries-techSec,
.education-app-development-techSec,
.food-app-development-techSec,
.data-science-techSec,
.computer-vision-techSec,
.machine-learning-techSec,
.voice-assistant-techSec {
	height: 560px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: grid;
	align-items: center;
}

.angu-techSec {
	background-image: url(../image/miquido-angular-header.jpg);
}

.react-techSec {
	background-image: url(../image/urja-react-app-header.jpg);
}

.react-native-techSec {
	background-image: url(../image/urja360-react-native-header.jpg);
}

.frontend-development-techSec {
	background-image: url(../image/urja360-frontend-header-1.jpg);
}

.cross-platform-techSec {
	background-image: url(../image/urja360-cross-platform-header.jpg);
}

.our-tech-stack-techSec {
	background-image: url(../image/urja360-technologies-header.jpg);
}

.android-techSec {
	background-image: url(../image/urja360-android-header-1.jpg);
}

.flutter-techSec {
	background-image: url(../image/urja360-flutter-header.jpg);
}

.ios-techSec {
	background-image: url(../image/urja360-ios-header-1.jpg);
}

.backend-development-techSec {
	background-image: url(../image/urja360-backend-header-1.jpg);
}

.golang-development-techSec {
	background-image: url(../image/urja360-golang-header.jpg);
}

.node-js-development-techSec {
	background-image: url(../image/urja360-node-js-header.jpg);
}

.java-development-techSec {
	background-image: url(../image/urja360-java-header.png);
}

.software-development-techSec {
	background-image: url(../image/urja360-services-header.jpg);
}

.ideation-and-strategy-techSec {
	background-image: url(../image/urja-ideation-and-strategy-header-1.jpg);
}

.product-strategy-techSec {
	background-image: url(../image/urja360-product-strategy-header.jpg);
}

.digital-transformation-techSec {
	background-image: url(../image/urja360-digital-transformation-header.jpg);
}

.legacy-modernisation-techSec {
	background-image: url(../image/urja360-legacy-modernisation-header.jpg);
}

.research-development-techSec {
	background-image: url(../image/urja360-r-d-header.jpg);
}

.product-design-techSec {
	background-image: url(../image/urja360-product-design-header.png);
}

.ux-design-techSec {
	background-image: url(../image/urja360-ux-design-header.jpg);
}

.ui-design-techSec {
	background-image: url(../image/urja360-ui-design-header.jpg);
}

.product-bootcamp-techSec {
	background-image: url(../image/urja360-product-bootcamp-header.jpg);
}

.workshops-techSec {
	background-image: url(../image/urja360-workshops-header.jpg);
}

.web-mobile-development-techSec {
	background-image: url(../image/urja360-web-mobile-header.jpg);
}

.custom-app-development-techSec {
	background-image: url(../image/urja360-custom-app-development-header.jpg);
}

.cloud-computing-techSec {
	background-image: url(../image/urja-cloud-header.jpg);
}

.it-services-industries-techSec {
	background-image: url(../image/urja360-industries-header.jpg);
}

.ai-intelligence-techSec {
	background-image: url(../image/urja360-ai-header.jpg);
}

.healthcare-software-techSec {
	background-image: url(../image/header-img-healthcare.png);
}

.ecommerce-software-techSec {
	background-image: url(../image/ecommerce-header.png);
}

.fintech-app-development-techSec {
	background-image: url(../image/urja360-fintech-header-1.jpg);
}

.banking-app-development-techSec {
	background-image: url(../image/urja360-banking-header.jpg);
}

.insurance-software-development-techSec {
	background-image: url(../image/urja360-insurance-header-1.jpg);
}

.entertainment-app-development-techSec {
	background-image: url(../image/urja360-entertainment-header-1.jpg);
}

.music-app-development-techSec {
	background-image: url(../image/urja360-music-header.jpg);
}

.travel-app-development-techSec {
	background-image: url(../image/urja360-travel-header.png);
}

.other-industries-techSec {
	background-image: url(../image/urja360-other-industries-header.jpg);
}

.education-app-development-techSec {
	background-image: url(../image/education-hero.png);
}

.food-app-development-techSec {
	background-image: url(../image/food-delivery-hero.png);
}

.data-science-techSec {
	background-image: url(../image/urja360-data-science-header.jpg);
}

.computer-vision-techSec {
	background-image: url(../image/urja360-computer-vision-header.jpg);
}

.machine-learning-techSec {
	background-image: url(../image/urja360-machine-learning-header.jpg);
}

.voice-assistant-techSec {
	background-image: url(../image/urja360_voice_assistants_and_chatbots_header.png);
}

.why-choose-for-flutter {
	margin-top: 40px;
}

.why-us-box {
	padding: 25px;
	border: 1px solid #99e2adbf;
}

.why-us-box img {
	margin-bottom: 20px;
}

.why-us-box h4 {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
}

.why-us-box p {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

.d-grid {
	display: grid;
}

.cus-ang-headBox ul li {
	list-style: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	position: relative;
}

.tech-item-detail-head {
	margin-bottom: 20px;
}

.tech-item-detail-head span {
	margin-right: 20px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #00b67a;
}

.cus-ang-headBox ul li:before {
	position: absolute;
	top: 11px;
	left: -30px;
	display: block;
	width: 7px;
	height: 7px;
	content: "";
	border-radius: 50%;
	background: #33c45a;
}

.cus-ang-headBox ul {
	position: relative;
}

.tech-stack-row p {
	margin-bottom: 20px !important;
	font-weight: 600;
	font-size: 21px !important;
}

.ag-step-inner p a {
	color: #00b67a;
}

.partition-tech-div {
	margin-bottom: 20px;
}

.partition-tech-div a {
	color: #33c45a;
}

.partition-tech-div p {
	margin-bottom: 0;
}

.circ-shap-float {
	top: -50px;
	position: absolute;
	right: 80px;
}

.mailLinks {
	text-transform: lowercase !important;
}

button.tablinks:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2px;
	z-index: 0;
	content: " ";
	width: 2px;
	background-color: #000;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

button.tablinks.active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.tab button {
	position: relative;
}

.anglar-headline h1,
.anglar-headline p {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

.anglar-headline h1 {
	font-weight: 600;
	margin-bottom: 40px;
}

.anglar-headline p {
	font-size: 18px;
	margin-bottom: 40px;
}

.work-together-btn {
	display: flex;
}

.work-together-btn a {
	font-family: 'Open Sans', sans-serif;
	background-color: #00b67a;
	font-size: 20px;
	color: #fff;
	padding: 16px 25px 19px;
	transition: all .3s;
}

.work-together-btn a:hover {
	text-decoration: none;
	background-color: #0d996a;
}

.anguwork-exampleBox {
	padding: 100px 0;
}

.anguwork-exampleBox h1 {
	font-size: 50px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.anguwork-exampleBox p {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}

.anguwork-exampleBox p a {
	color: #33c45a;
}

.pr-ct-logos-box {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}

.ang-wht-do-sec {
	padding-bottom: 100px;
}

.ang-wht-do-repeat-sec {
	padding: 100px 0 0 0;
}

.cus-ang-headBox span.para-gap {
	display: block;
	margin: 10px 0;
}

.partition-tech-div .para-gap {
	display: block;
}

.what-doBox h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-bottom: 40px;
}

.what-doBox p {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

.ag-step-inner h2 {
	position: relative;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 40px;
	font-weight: 600;
}

.ag-step-inner p {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

.ag-stepsBox .row {
	justify-content: space-between;
}

.ag-stepsBox,
.proj-portfolio-sec {
	padding: 100px 0;
}

.ag-stepsImgs img {
	width: 100%;
}

.hw-long-wrapper {
	width: calc(90% + (100% - 90%) / 2);
	margin-left: auto;
}

.ag-step-inner.odd {
	margin-left: 85px;
}

.ag-step-inner.even {
	margin-right: 85px;
}

/*section.how-long-sec {
    margin-bottom: 140px;
}*/
.hw-long-bg {
	background-color: #242424;
	padding: 100px 0;
	position: relative;
}

.hw-bg_shap-img {
	position: absolute;
	left: -160px;
	bottom: 20px;
}

.hw-long-bg h1,
.hw-long-bg h4,
.hw-long-bg h6 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.hw-mr-bottom {
	margin-bottom: 40px;
}

.hw-long-bg h6 {
	margin-bottom: 40px;
	text-align: center;
}

.hw-long-bg .row {
	justify-content: space-between;
	position: relative;
	left: -3%;
}

.get_quote {
	text-align: center;
	display: flex;
	justify-content: center;
}

.get_quote a {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
	color: #242424;
	padding: 15px 25px 18px;
	font-weight: 600;
	transition: all .3s;
}

.get_quote a:hover {
	text-decoration: none;
	background-color: #00b67a;
	color: #fff;
}

.hw-heads-box1 {
	display: grid;
	align-items: center;
	justify-content: center;
}

.hw-heads-box2 {
	display: grid;
	align-items: center;
	justify-content: center;
}

.pr-port-head h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-bottom: 75px;
}

.cs-stud-imgBox img {
	width: 100%;
}

.cs-stud-imgBox {
	position: relative;
}

.cs-stud-img-overlay {
	display: grid;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	align-items: center;
	justify-content: center;
	transition: all .3s;
	color: #fff;
	background-color: #04040457;
}

a.case-study-item-portfolio {
	transition: all .3s;
	text-decoration: none;
}

a.case-study-item-portfolio:hover .cs-stud-img-overlay {
	opacity: 1;
}

.cs-stud-img-overlay span {
	display: inline-flex;
}

.cs-stud-img-overlay p {
	font-family: 'Open Sans', sans-serif;
	display: flex;
	margin: 0;
	align-items: center;
	font-weight: 500;
}

.cs-stud-img-overlay i {
	font-size: 20px;
}

.sc-proj-details {
	padding-top: 20px;
	margin-bottom: 40px;
}

.sc-proj-details h6 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #000;
}

.sc-proj-details p {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
}

.portfoio-redirect-box {
	position: relative;
	display: flex;
	justify-content: end;
	align-items: center;
}

.portfoio-redirect-box a {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #00b67a;
	transition: all .3s;
}

.portfoio-redirect-box a:hover i {
	right: -25px;
}

.portfoio-redirect-box a:hover {
	text-decoration: none;
}

.portfoio-redirect-box i {
	color: #00b67a;
	font-size: 24px;
	position: absolute;
	right: -20px;
	top: 5px;
	transition: all .3s;
}

.wr-long-wrapper {
	width: calc(90% + (100% - 90%) / 2);
	margin-right: auto;
}

section.working-counter-sec {
	margin-bottom: 100px;
}

.wr-count-bg {
	background-color: #242424;
	padding: 100px 0;
	position: relative;
}

.counts-head-box h1,
.counts-head-box p {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}

.counts-head-box h1 {
	font-size: 50px;
	font-weight: 600;
}

.counts-head-box p {
	font-size: 18px;
}

.wr-count-bg .row {
	justify-content: space-evenly;
	position: relative;
	right: -3%;
}

.wr-half-shapImg {
	position: absolute;
	top: -37px;
}

section.custon-ang-sec {
	margin-bottom: 100px;
}

.cs-ang-long-wrapper {
	width: calc(90% + (100% - 90%) / 2);
	margin-left: auto;
}

.cs-ang-long-bg {
	background-color: #f9fbff;
	padding: 100px 0;
	position: relative;
}

.cus-ang-headBox h1,
.cus-ang-headBox p {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 40px;
}

.cus-ang-headBox p {
	font-size: 18px;
}

.learn-cus-redirect-box {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.learn-cus-redirect-box a {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #00b67a;
	transition: all .3s;
}

.learn-cus-redirect-box a:hover i {
	left: 2px;
}

.learn-cus-redirect-box a:hover {
	text-decoration: none;
}

.learn-cus-redirect-box i {
	color: #00b67a;
	font-size: 24px;
	position: relative;
	left: -5px;
	top: 5px;
	transition: all .3s;
}

.cs-ang-pcImg {
	position: absolute;
	top: -30px;
	left: -100px;
}

.or-angular-faq {
	padding: 100px 0;
	background-color: #242424;
	/*margin-bottom: 100px;*/
}

.cs-ang-long-bg .row {
	margin-left: -3%;
}

.faq-head h1 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-bottom: 25px;
}

.faq-para p {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-bottom: 40px;
	padding-top: 25px;
}

.get-in_touch {
	text-align: center;
	display: flex;
	justify-content: flex-start;
}

.get-in_touch a {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
	color: #242424;
	padding: 15px 25px 18px;
	font-weight: 600;
	transition: all .3s;
}

.get-in_touch a:hover {
	text-decoration: none;
	background-color: #00b67a;
	color: #fff;
}

.tech-accordian {
	padding-left: 50px;
}

.tech-accordian #accordion .card .card-header .btn-link h4 {
	font-family: 'Open Sans', sans-serif;
	padding-top: 25px;
	color: #fff;
	font-size: 20px;
}

.tech-accordian #accordion .card .card-header .btn-link h4:hover {
	text-decoration: none;
}

.tech-accordian #accordion .card .card-header button.btn.btn-link h4:before {
	position: absolute;
	top: 40px;
	right: 0;
	display: block;
	width: 25px;
	height: 2px;
	content: "";
	background-color: #fff;

}

.tech-accordian #accordion .card .card-header button.btn.btn-link.collapsed h4:before {
	transition: transform 300ms;
	transform: rotate(90deg);
}

.tech-accordian #accordion .card .card-header button.btn.btn-link h4:before {
	transition: transform 300ms;
	transform: rotate(0deg);
}

.tech-accordian #accordion .card .card-header .btn-link h4:after {
	position: absolute;
	top: 40px;
	right: 0;
	display: block;
	width: 25px;
	height: 2px;
	content: "";
	background-color: #fff;
}

.tech-accordian #accordion .card .card-header button.btn.btn-link {
	display: block;
	width: 100%;
	text-align: left;
	padding: 0;
}

.tech-accordian #accordion .card .card-header button.btn.btn-link:hover {
	text-decoration: none;
}

.tech-accordian #accordion .card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: rgb(36 36 36);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	border: 0 solid;
	margin-bottom: 25px;
}

.tech-accordian #accordion .card {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	background-color: #fff0;
	border-right: 0px solid rgba(255, 255, 255, .3);
	border-left: 0px solid rgba(255, 255, 255, .3);
	border-top: 0px solid rgba(255, 255, 255, .3);
	border-radius: 0
}

.tech-accordian #accordion .btn-link.focus,
.btn-link:focus {
	text-decoration: none;
}

.tech-accordian #accordion .card-body {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	padding-bottom: 25px;
}

.tech-accordian #accordion .card-body b {
	font-weight: 600 !important;
}

.tech-accordian #accordion .card-body .partition-ul li {
	margin-bottom: 10px;
}

.topTo-bottom-nav ul.submenus {
	padding: 0;
}

.topTo-bottom-nav ul.submenus li {
	margin: 0 !important;
	display: block !important;
}

.first_header ul li.active a.topbot-links {
	color: #00b67a !important;
}

.first_header ul li.subactive a {
	color: #00b67a !important;
}

.talk-about-idea-sec {
	padding: 100px 0;
	background-color: #f9fbff;
}

.talk-about-idea-sec2 {
	padding: 100px 0;
	background-color: #fff;
}

.auth-suggest h1 {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-bottom: 40px;
}

section.talk-about-idea-sec .work-together-btn {
	justify-content: center;
}

section.talk-about-idea-sec2 .work-together-btn {
	justify-content: center;
}

.mobo-cusImg img {
	width: 100%;
	display: none;
}

.estimat-proj-Btn a {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	background-color: #33c45a;
	color: #fff;
	padding: 5px 15px 6px;
	transition: all .3s;
	font-weight: 500;
}

.estimat-proj-Btn a:hover {
	text-decoration: none;
	background-color: #2fb553;
}

#bdControl {
	overflow: initial;
}

/*New nav*/
.first_header ul {
	text-align: center;
	align-items: baseline;
}

.first_header ul li {
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
	transition: all 0.3s ease-in-out;
}

.first_header ul li:hover .submenu {
	height: 280px;
}

.first_header ul li:hover .submenu.sub-short-height {
	height: 240px;
}

.first_header ul li:hover a.topbot-links {
	color: #00b67a;
}

.first_header ul li:hover a.topbot-links::before {
	visibility: visible;
	transform: scale(1, 1);
}

.first_header ul li .submenu {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 99;
	top: 90px;
	padding: 0;
	background-color: #f9fbff;
	height: 0;
	/*line-height: 40px;*/
	box-sizing: border-box;
	transition: height 0.3s ease-in-out;
	transition-delay: 0.1s;
}

/*.first_header ul li .submenu a {
	color: #fff;
	margin-top: 20px;
	font-size: 16px;
}
.first_header ul li .submenu a:hover {
	color: #fff;
	text-decoration: underline;
}*/
.first_header ul li a.topbot-links {
	color: #212529;
	font-family: 'Open Sans', sans-serif;
	display: block;
	padding: 0 7px 0 7px;
	font-weight: 600;
	margin: 0;
	text-decoration: none;
	position: relative;
	/*transition: all 0.2s ease-in-out;*/
}

header.first_header.menu.alterNate_header ul li a.topbot-links {
	color: #fff;
}

header.first_header.menu.alterNate_header ul li:hover a.topbot-links {
	color: #00b67a;
}

header.first_header.menu.alterNate_header nav.navbar.navbar-expand-lg.navbar-light.bg-light .slide-btn span {
	color: #fff;
}

header.first_header.menu.alterNate_header {
	padding: 10px 30px;
	position: relative;
	z-index: 9;
}

.first_header ul li a.topbot-links::before {
	content: "";
	position: absolute;
	/*width: 100%;*/
	height: 3px;
	bottom: -10px;
	left: 0px;
	background-color: #3862a0;
	transition: all 0.2s ease-in-out;
	transform: scale(0, 0);
	visibility: hidden;
}

.topTo-bottom-nav a.topbot-links i {
	font-size: 21px;
	position: relative;
	top: 4px;
	transition: all .3s;
}

.first_header ul li:hover a.topbot-links i {
	transform: rotate(-180deg);
}

.inner-subMenu {
	padding: 40px 0 70px;
}

.multiple-nav-linksBox {
	display: flex;
}

.side-listBox {
	width: 25vw;
	border-right: 1px solid #9094d985;
	margin-right: 1.5vw;
}

.side-listBox2 {
	width: 25vw;
	margin-right: 1.5vw;
}

.listBoxes {
	width: 12vw;
	padding-right: 18px;
}

.listBoxes2 {
	width: 10vw;
}

.listBoxes img,
.listBoxes2 img {
	display: block;
	margin-bottom: 15px;
}

a.tb-headlinks,
a.tb-childlinks {
	display: block;
	text-align: left;
	margin-bottom: 10px;
}

a.tb-headlinks2 {
	display: block;
}

a.tb-headlinks:hover,
a.tb-childlinks:hover,
a.tb-headlinks2:hover {
	text-decoration: none;
	color: #00b67a;
	transition: all .2s;
}

a.tb-headlinks,
a.tb-headlinks2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #212529;
}

a.tb-childlinks {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #212529;
}

a.tb-headlinks2 i {
	font-size: 21px;
	position: relative;
	top: 5px;
	left: -1px;
}

.listBoxes p {
	font-size: 14px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	color: #212529;
}

.bgOverflow {
	overflow: hidden !important;
}


.mobile-device-header div#accordion {
	overflow-x: hidden;
	max-height: 70vh;
	overflow-y: auto;
}

.mob-nav-footer {
	margin-top: 1.6em;
	position: fixed;
	left: 0;
	bottom: 2em;
	width: 100%;
}

.mobile-device-header button.btn.btn-link {
	display: flex;
	width: 100%;
	text-align: left;
	padding: 0;
	justify-content: space-between;
}

.mobile-device-header .card-header {
	border-radius: 0;
	background-color: #fff;
	padding: 12px 0;
	border: 0;
}

.mobile-device-header .card-header.padd-remover {
	padding: 0;
}

.mobile-device-header .card-header.padd-remover h4 a {
	padding: 12px 0;
}

.mobile-device-header .card {
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0;
}

.mobile-device-header .card-header h4 {
	font-size: 20px;
	color: #212529;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	width: 100%;
}

.mobile-device-header .card-header h4 a {
	font-size: 20px;
	color: #212529;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	width: 100%;
	display: flex;
}

.mobile-device-header .card-header h4 a:hover {
	text-decoration: none;
}

.mobile-device-header .card-header i {
	font-size: 32px;
	color: #212529;
	transition: all .3s;
}

button.btn.btn-link.collapsed i {
	transform: rotate(0deg);
}

button.btn.btn-link i {
	transform: rotate(-180deg);
}

.mobile-device-header .card-header button:hover {
	text-decoration: none;
}

.mobile-device-header .card-body {
	padding: 0 0 1.25rem;
}

li.mob-sub-head-list,
li.mob-sub-child-list {
	display: block !important;
	text-align: left;
	margin-bottom: 15px;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

li.mob-sub-head-list a {
	font-size: 18px;
	color: #212529;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

li.mob-sub-child-list a {
	font-size: 16px;
	color: #212529;
	font-family: 'Open Sans', sans-serif;
}

li.mob-sub-head-list a:hover,
li.mob-sub-child-list a:hover {
	text-decoration: none;
}

.mob-nav-footer .mb-start-pro {
	justify-content: center;
}

.mob-nav-footer .mb-start-pro .wrapper {
	margin: 0;
	top: 0;
}

.mob-nav-footer .mb-start-pro .wrapper .slide-btn {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 16px;
}

header.first_header nav.navbar.navbar-expand-lg.navbar-light.bg-light .slide-btn {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.9px;
	text-transform: capitalize;
	width: 180px;
	font-weight: 600;
}

header.first_header nav.navbar.navbar-expand-lg.navbar-light.bg-light .slide-btn span {
	padding-left: 25px;
}

.new_contactSec {
	background: linear-gradient(180deg, #fff 58.3333333333%, #f3f7fb 0);
	padding: 50px 0;
}

.first-halfPart {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 6rem;
}

.first-halfPart img {
	width: 160px;
}

.first-halfPart a {
	color: #2fb553;
}

.first-halfPart a:hover {
	text-decoration: none;
	color: #2fb553;
}

.first-halfPart a i {
	transition: all .3s;
	transform: translateX(-2px);
}

.first-halfPart a:hover i {
	transform: translateX(-8px);
}

.contact_frm-new h1 {
	font-size: 28px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.frm-check [type="checkbox"]+label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding-left: 30px;
}

.frm-check p {
	margin: 0;
}

.frm-check [type="checkbox"].filled-in:not(:checked)+label:after {
	height: 18px;
	width: 18px;
	top: 2px;
}

.frm-check [type="checkbox"].filled-in:checked+label:after {
	top: 2px;
	width: 18px;
	height: 18px;
}

.frm-check [type="checkbox"]+label:before {
	margin-top: 3px;
}

.cst_inputBox input {
	border: 1px solid #e9edf5 !important;
	padding: 0 25px !important;
	border-radius: 4rem !important;
	box-sizing: border-box !important;
	margin-bottom: 20px !important;
	font-size: 16px !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	color: #838c9a !important;
}

.contact_frm-new {
	margin-bottom: 20px;
}

.cst_inputBox input[type=text]:focus:not([readonly]),
.cst_inputBox input[type=password]:focus:not([readonly]),
.cst_inputBox input[type=email]:focus:not([readonly]),
.cst_inputBox input[type=url]:focus:not([readonly]),
.cst_inputBox input[type=time]:focus:not([readonly]),
.cst_inputBox input[type=date]:focus:not([readonly]),
.cst_inputBox input[type=datetime-local]:focus:not([readonly]),
.cst_inputBox input[type=tel]:focus:not([readonly]),
.cst_inputBox input[type=number]:focus:not([readonly]),
.cst_inputBox input[type=search]:focus:not([readonly]),
.cst_inputBox textarea.materialize-textarea:focus:not([readonly]) {
	border: 1px solid #2fb553 !important;
	box-shadow: 0 0px 0 0 #2fb553 !important;
}

.cst_inputBox .text-field-blog-sidebar::-webkit-input-placeholder {
	color: #838c9a !important;
}

#message.cst_inputBox .text-field-blog-sidebar {
	min-height: 130px;
	width: 100%;
}

.cst_inputBox textarea {
	border: 1px solid #e9edf5 !important;
	padding: 10px 25px !important;
	border-radius: 1.625rem !important;
	font-size: 16px !important;
	box-sizing: border-box !important;
}

.cst_inputBox textarea:focus {
	border: 1px solid #2fb553 !important;
	box-shadow: 0 0px 0 0 #2fb553 !important;
}

form.cont_frm {
	display: grid;
}

.cst_inputBox textarea:focus-visible {
	outline: -webkit-focus-ring-color auto 0px;
}

.cont_frm-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.cont_subBtn {
	background-color: #33c45a;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	border: 0;
	font-size: 16px;
	padding: 0.5rem 1.5rem;
	min-height: 3rem;
	border-radius: 1.5625rem;
	transition: background-color .33s ease-in-out, color .33s ease-in-out;
}

.cont_subBtn:hover {
	background-color: #2fb553;
}

.row.checkbox-box {
	display: none;
}

.cont_frm-mailInfo {
	color: #838c9a;
	font-family: 'Open Sans', sans-serif;
}

.cont_frm-mailInfo a {
	color: #2fb553;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.cont_frm-mailInfo a:hover {
	color: #2fb553;
}

.cont_pricacyBox {
	color: #838c9a;
	font-size: 12px;
	margin-top: 30px;
}

.cont_pricacyBox a {
	color: #838c9a;
	text-decoration: underline !important;
}

.cont_pricacyBox a:hover {
	color: #838c9a;
	text-decoration: underline !important;
}

.contact-modal-testimonial__icon {
	width: 1.5rem;
	height: auto;
	margin-bottom: 1rem;
}

.contact-modal-testimonial__icon * {
	fill: #2b313b;
}

.contact-modal-testimonial__image img {
	margin-bottom: 2.75rem;
	border-radius: 1.5rem;
}

.contact-modal-testimonial__content p {

	font-family: 'Open Sans', sans-serif;
	color: #161616;
	font-weight: bold;
	margin: 0;
}

.new_contactSec .d-grid {
	align-items: center;
}

.new_contactSec .font-size-10 {
	font-size: 1rem;
	line-height: 1.625;
	font-weight: 600;
	letter-spacing: 0;
	font-family: 'Open Sans', sans-serif;
	color: #161616;
	margin-bottom: 0px;
}

.new_contactSec .font-size-12 {
	font-size: .75rem;
	line-height: 1.333;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	color: #161616;
}

.second-halfPart {
	margin-left: 6rem;
}

.new_contactSec .chosen-container-multi .chosen-choices {
	border: 1px solid #e9edf5 !important;
	padding: 7px 24px !important;
	box-shadow: 0 0px 0px 0 rgb(0 0 0 / 10%) !important;
}

.new_contactSec .chosen-container-multi.chosen-with-drop .chosen-choices {
	border: 1px solid #2fb553 !important;
}

.new_contactSec .chosen-container .chosen-drop {
	border: 1px solid #e9edf5 !important;
	padding: 10px;
	box-shadow: 0 0px 0px 0 rgb(0 0 0 / 20%) !important;
	border-radius: 1.625rem;
}

/*cases new*/
.cases_Sec {
	padding: 100px 0;
}

.cases_head h1 {
	font-size: 68px;
	margin-bottom: 40px;
}

.filterDiv {
	float: left;
	/*background-color: #2196F3;*/
	color: #ffffff;
	width: 50%;
	/*line-height: 100px;*/
	min-height: 700px;
	text-align: center;
	margin: 0;
	margin-bottom: 100px;
	display: none;
}

div#myBtnContainer {
	margin-bottom: 80px;
}

.filterFlex-box {
	/*display: flex;
	flex-wrap: wrap;*/
}

.show {
	display: block;
}

.filterDiv:nth-child(2n) {
	/*margin-top: 100px;*/
}

button.btn.case_portBtn.active {
	background-color: #33c45a;
	color: #fff;
}

button.btn.case_portBtn {
	background-color: #ededed;
	color: #2c2c2c;
	padding: 6px 20px;
	font-size: 16px;
	border-radius: 30px;
	font-family: 'Open Sans', sans-serif;
	margin: 10px 5px;
	transition: background .3s ease-in-out, border .3s ease-in-out, color .3s ease-in-out, opacity .3s ease-in-out, box-shadow .3s ease-in-out;
}

button.btn.case_portBtn:focus {
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

button.btn.case_portBtn:hover {
	box-shadow: 0 4px 12px rgb(44 44 44 / 30%);
}

.testimoContain {
	max-width: 380px;
}

.testimoContain a.caseCard {
	display: block;
}

a.caseCard h3 {
	color: #000;
	text-align: left;
	margin: 15px 0;
	font-size: 32px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	line-height: 1.35em;
	transition: all .3s;
}

a.caseCard p {
	color: #000;
	font-size: 16px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
}

a.caseCard:hover .casecard_h3 {
	color: #33c45a;

}

a.caseCard:hover {
	text-decoration: none;
}

.caseCard_Img {
	width: auto;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	will-change: transform;
}

a.caseCard:hover .caseCard_Img {
	transform: translateY(-20px);
}

.amv_eminWork_head h1 {
	font-size: 3em;
	font-weight: 700;
	margin-bottom: 0.3em;
	color: #000000;
}

.amv_eminWork_head p {
	color: #424242;
	max-width: 490px;
	margin: 0 auto;
}

.anv_allPorts_flexiBox {
	height: 605px;
	position: relative;
	border-radius: 11px;
	display: flex;
}

.anv_inner_eminH_portsBox {
	display: grid;
	grid-row-gap: 5em;
}

._elogPro_bg {
	background-color: #5FA7F1;
	background-image: url(../image/elog_miniTruck.png);
	background-size: cover;
}

.row.flexibRow {
	height: 100%;
	align-items: center;
}

.eloMob_transView {
	display: grid;
	justify-content: end;
	padding-right: 3.5vw;
}

.eloMob_transView img {
	width: 380px;
	transition: all .1s;
	object-fit: none;
}

._sideCont_grid {
	display: grid;
	align-items: center;
}

.anv_tpSide_content {
	display: grid;
	grid-row-gap: 1.5em;
	padding: 0 1.5vw 0 4.5vw;
	font-family: 'Barlow', sans-serif;
}

.anv_tpSide_content h2 {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
}

a.trans_app {
	background-color: #8EC1F7;
}

a.donate_app {
	background-color: #6CC3B4;
}

a.donate_app2 {
	background-color: #EF7F05;
}

a.donate_app3 {
	background-color: #FC2D25;
}

a.donate_app4 {
	background-color: #85574A;
}

a.donate_app5 {
	background-color: #FF9D33;
}

a.trans_app,
a.donate_app,
a.donate_app2,
a.donate_app3,
a.donate_app4,
a.donate_app5 {
	display: inline-block;
	font-size: 12.5px;
	font-weight: 600;
	color: #fff;
	padding: 0.25em 1.35em;
	border-radius: 27px;
}

a.trans_app:hover,
a.donate_app:hover,
a.donate_app2:hover,
a.donate_app3:hover,
a.donate_app4:hover,
a.donate_app5:hover {
	text-decoration: none;
}

.anv_tpSide_content p {
	color: #fff;
	margin: 0;
	font-weight: 500;
}

a._secaseArr_ach {
	display: inline-flex;
	grid-column-gap: 1em;
	color: #fff;
	font-weight: 600;
	margin-top: 1.6em;
}

a._secaseArr_ach img {
	object-fit: contain;
	transform: translate(0px, 0px);
	transition: all .3s;
}

a._secaseArr_ach:hover {
	text-decoration: none;
}

a._secaseArr_ach:hover img {
	transform: translate(8px, 0px);
}

._muskaPro_bg {
	background-image: url(../image/muska_childSmile1.webp);
	background-size: cover;
}

._muskaPro_bg .grOverlay {
	border-radius: 11px;
}

.anv_tpSide_content h1 {
	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
}

._sahsaPro_bg {
	background-image: url(../image/_sahSafe_prBg.png);
	background-size: cover;
}

._mnsPro_bg {
	background-image: url(../image/mns_Port1.png);
	background-size: cover;
}

.eloMob_transView._elDev_trans {
	align-items: end;
	padding-right: 3.8vw;
}

.eloMob_transView._elDev_trans img {
	width: 480px;
	object-fit: cover;
	object-position: center;
}

._muniPro_bg {
	background-image: url(../image/muniJi_hBg.png);
	background-position: bottom;
	background-size: cover;
}

.eloMob_transView._muniTran_ve img {
	object-fit: contain;
}

._icaiPro_bg {
	background-color: #212179;
}

/* MNS Bank, Muskan Foundation, ICAI, Sahsafe,  Portfolio Page */

.bannerController {
	width: 100%;
	height: 760px;
	display: grid;
	margin-bottom: 10em;
}

.mnsBanner {
	background-image: url(../image/mnsHeader.png);
	background-color: #D92720;
	padding-top: 10em;
	/* margin-bottom: 15em; */
	display: grid;
}

.icaiBanner {
	background-color: #212179;
	padding-top: 10em;
	display: grid;
	position: relative;
}

._innerPortheads {
	font-family: 'Barlow', sans-serif;
	color: #fff;
	display: grid;
	grid-row-gap: .6em;
}

._innerPortheads h1 {
	font-size: 3.3em;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
}

._innerPortheads p {
	font-size: 1.45em;
	width: 350px;
	margin-bottom: 1em;
}

.apPort_btnBox {
	display: flex;
	grid-column-gap: 1.3em;
	margin-top: 1em;
}

.banr_sideImgBox img {
	width: 100%;
	position: relative;
	top: 7.3em;
}

.banr_sideImgBox.icaiDevice img {
	top: 6em;
}

.banr_sideImgBox {
	height: 100%;
	display: grid;
	align-items: end;
}

._anv_lSide_list {
	font-family: 'Barlow', sans-serif;
	display: flex;
	margin-top: 2em;
}

._anv_rSide-head {
	font-family: 'Barlow', sans-serif;
}

._anv_rSide-head h1 {
	font-size: 3.25em;
	margin-bottom: 0.4em;
}

._anv_lSide_list ul {
	padding: 0;
}

._anv_lSide_list ul li {
	list-style: none;
	font-size: 22px;
	text-transform: capitalize;
}

._anv_lSide_list ul li._anvprocesHead {
	font-weight: bold;
	margin-bottom: 0.6em;
}

._anv_lSide_list._endSpace {
	justify-content: end;
}

._anv_lSide_list._centerSpace {
	justify-content: center;
}

section.setUp_sec {
	padding: 2em 0 5em;
}

._anv_lSide_list._anvLef_padd {
	padding-left: 1.5em;
}

._anv_rSide-head p {
	font-size: 22px;
	text-transform: capitalize;
}

._featShowcase {
	background-image: url(../image/mns_ab_banner.jpg);
	display: grid;
	position: relative;
	height: 800px;
	background-size: cover;
	align-items: center;
	background-attachment: fixed;
}

._anv_overlayMn {
	position: absolute;
	background: rgba(12, 0, 0, 0.27);
	filter: blur(2px);
	width: 100%;
	height: 100%;
}

.abt_mnsBox-head {
	text-align: center;
	color: #fff;
	font-family: 'Barlow', sans-serif;
	display: grid;
	grid-row-gap: 1.35em;
}

.abt_mnsBox-head h1 {
	font-size: 3.25em;
	margin-bottom: 0;
	font-weight: 700;
}

.abt_mnsBox-head h2 {
	font-size: 2.25em;
	margin-bottom: 0;
	font-weight: 600;
	line-height: 52px;
}

.abt_mnsBox-head p {
	font-size: 1.38em;
	font-weight: 600;
}

.brd_mnsTwo_sd {
	display: flex;
	justify-content: space-evenly;
	grid-column-gap: 1em;
}

.anv_brFlex-wid {
	width: 46%;
	display: grid;
	align-items: center;
}

.anv_brFlex-wid img {
	width: 100%;
	object-fit: scale-down;
	object-position: center;
	height: 700px;
	max-width: 700px;
}

.anv_brFlex-wid.brd_prtone {
	background: #F33C35;
}

.anv_brFlex-wid.brd_prttwo {
	background: #C60B03;
}

.anv_brFlex-wid.brd_prtthree {
	background: #008B71;
}

.anv_brFlex-wid.brd_prtfour {
	background: #4FCCA3;
}

.anv_brFlex-wid.brd_prtthree img,
.anv_brFlex-wid.brd_prtfour img {
	object-position: bottom;
}

section._mnsProd_descSec {
	padding: 4em 0;
}

.abt_mnsBox-head.txt_black {
	color: #000;
}

section._lrIpsum_abt_mns {
	padding: 5em 0 8em;
}

.mns_portFb2 {
	background-image: url(../image/mns_portBan2.webp);
}

.mns_portFb2,
.msk_portFb2 {
	height: 800px;
	width: 100%;
	background-size: cover;
	margin-bottom: 3em;
}

.msk_portFb2 {
	background-image: url(../image/founds_childsBanner.webp);
}

.mns_portFb3,
.msk_portFb3 {
	height: 930px;
	display: grid;
	margin: 3em 0;
}

.mns_portFb3 {
	background-color: #131313;
}

.msk_portFb3 {
	background-image: url(../image/lotOfmob.webp);
	background-color: #00715D;
}

.siDivice_backImg {
	background-image: url(../image/mns_ab4.webp);
	background-repeat: no-repeat;
	background-position: 24vw;
	padding-top: 8em;
	background-size: auto;
}

p.altr_para {
	width: 91%;
	font-size: 21px;
}

.ct_bannerHead {
	background-image: url(../image/mns_abtHead5.webp);
	height: 830px;
	background-size: cover;
	margin: 8em 0 0;
}

section.mns_reViewSec {
	padding: 6em 0;
}

.rv_testHead {
	font-family: 'Barlow', sans-serif;

}

.rv_testHead h1 {
	font-size: 45px;
	text-transform: capitalize;
	margin-bottom: 1em;
}

.rv_testBox {
	display: flex;
	flex-wrap: wrap;
}

.anvfr_div {
	width: 24%;
	padding-right: 2em;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.anvsc_div {
	width: 1%;
	display: grid;
	justify-content: center;
	height: 320px;
}

.anvth_div {
	width: 75%;
	display: grid;
	align-items: center;
	padding-left: 2.5em;
}

.mdLine {
	width: 2px;
	background-color: #157C6B;
}

.anvth_div p {
	font-size: 28px;
	padding-left: 1.2em;
}

.anvfr_div img {
	display: inline-block;
	margin: 0 auto;
	width: 195px;
	margin-bottom: 0.8em;
}

.anvfr_div p {
	font-size: 28px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 0;
}

.anv_maTwo_box {
	display: flex;
	justify-content: space-between;
}

.anv_flexiWid {
	width: 48%;
	height: 580px;
	overflow: hidden;
	position: relative;
	padding-top: 4em;
}

a.anvProdsInner_fr.anv_flexiWid {
	background: #D92720;
}

a.anvProdsInner_sc.anv_flexiWid {
	background: #37CDD7;
}

.anv_flexiWid img {
	width: 100%;
	object-fit: scale-down;
	object-position: top;
	transition: all .3s;
}

._overText {
	position: absolute;
	bottom: 0.6em;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-family: 'Barlow', sans-serif;
	font-size: 3.3em;
	text-transform: uppercase;
}

.anv_flexiWid:hover img {
	transform: scale(1.1);
}

section.anv_newProducts_area {
	padding: 2em 0 10em;
}

._mnsNewsletterSec {
	background-image: url(../image/nwNewsletter_bg.png);
	height: 574px;
	padding: 6em 0;
}

.fnc_nweContact {
	font-family: 'Barlow', sans-serif;
	color: #fff;
}

.fanc_yChat h1 {
	font-size: 38px;
	font-weight: 500;
	margin: 0.6em 0;
}

.fanc_yContct span {
	display: block;
	text-transform: uppercase;
	font-size: 21px;
	line-height: initial;
	padding-bottom: 5px;
}

.fanc_yContct a {
	font-size: 21px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}

.fanc_yContct {
	padding: 20px 0;
}

._form_element {
	width: 48%;
	float: left;
	margin: .5% 1%;
}

.main_mail_wrapper label {
	font-size: .93em;
	margin-bottom: 1em;
	font-weight: 500;
	display: block;
	font-style: normal;
	text-align: left;
}

.main_mail_wrapper input[type=email],
.main_mail_wrapper input[type=number],
.main_mail_wrapper input[type=password],
.main_mail_wrapper input[type=tel],
.main_mail_wrapper input[type=text],
.main_mail_wrapper select,
.main_mail_wrapper textarea {
	background: 0;
	color: #fff;
	/* background-color: rgba(23, 22, 26, .04); */
	border: 1px solid transparent;
	width: 100%;
	border-bottom: 1px solid #fff;
	padding: 14px 15px;
	line-height: 1.3;
	font-weight: 400;
	font-size: 21px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	-webkit-appearance: none;
	-webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
	-o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
	transition: all cubic-bezier(.4, 0, .2, 1) .4s;
	outline: 0;
}

._form_1 input,
._form_1 select,
._form_1 textarea {
	width: 100%;
	background: none;
	/* border-bottom: 1px solid #fff ; */
	border-radius: 0 !important;
	display: inline-block;
	font-family: 'Barlow', sans-serif;
	color: #fff;
}

.submit_messageBox p {
	display: none;
}

._form_element._field2._full_width {
	width: 98%;
}

.main_mail_wrapper input[type=email]:focus,
.main_mail_wrapper input[type=number]:focus,
.main_mail_wrapper input[type=password]:focus,
.main_mail_wrapper input[type=tel]:focus,
.main_mail_wrapper input[type=text]:focus,
.main_mail_wrapper select:focus,
.main_mail_wrapper textarea:focus {
	background-color: rgba(23, 22, 26, .07);
}

form._form._form_1._inline-form._dark input::-webkit-input-placeholder,
form._form._form_1._inline-form._dark textarea::-webkit-input-placeholder {
	color: #fff !important;
}

._button-wrapper._full_width {
	margin: .5% 1%;
	float: right;
	position: relative;
	margin-top: 52px;
}

._submit {
	border: 2px solid #FFFFFF;
	background: transparent;
	color: #fff;
	font-size: 21px;
	padding: 0.8em 2.3em;
	cursor: pointer;
}

._anvStickyBar {
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
}

.mskBanner {
	background-image: url(../image/mskBanner.webp);
	padding-top: 10em;
	display: grid;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.grOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(21, 124, 107, 0.85);
}

.msk_mainBanner {
	height: 794px;
}

._nFeature_msk {
	background-image: url(../image/mskFeatures.webp);
}

.abt_mnsBox-head._textLeft {
	text-align: left;
}

.anv_colPosti_ {
	position: absolute;
	right: 4em;
	bottom: 0;
}

.absolPos_box {
	position: absolute;
	bottom: 0;
}

section.bannerController.icaiBann_div {
	height: 840px;
}

.indBranch_box1 {
	background-image: url(../image/icaiBranch1.webp);
	background-attachment: scroll;
	height: 605px;
}

.abt_mnsBox-head._anvStickyBar.rFeaturesec {
	color: #000;
	text-align: left;
	padding-right: 2em;
}

.abt_mnsBox-head._anvStickyBar.rFeaturesec h1 {
	font-weight: 500;
}

.abt_mnsBox-head._anvStickyBar.rFeaturesec p {
	font-weight: 400;
	text-transform: capitalize;
}

section._featShowcase2 {
	padding: 10em 0;
}

.abt_icaiPage {
	display: grid;
	grid-row-gap: 3.3em;
}

.abt_icaiPage img {
	width: 100%;
}

.icaiMain_pageDetailBox {
	background-color: #F8F8F8;
	padding: 5em 0 15em;
}

.abt_mnsBox-head._mPage_head {
	color: #000;
	text-align: left;
	/* padding-right: 4vw; */
}

.abt_mnsBox-head._mPage_head h1 {
	font-weight: 600;
}

.abt_mnsBox-head._mPage_head p {
	font-weight: 400;
	margin: 0;
	text-transform: capitalize;
	font-size: 1.75em;
}

.amv_eminWork_head {
	text-align: center;
}

.mPage_grids {
	display: flex;
	flex-direction: column;
	grid-row-gap: 5em;
}

.hFull_pageImgBox img {
	max-width: 1242px;
	/* margin-top: 4em; */
}

.upComming_imgBox img {
	max-width: 427px;
}

.icaiOthePag_imgSec {
	display: grid;
	grid-row-gap: 5em;
}

.icaiOthePag_imgSec img {
	max-width: 545px;
}

.icaiOthePag_imgSec.secOnd_box .abt_mnsBox-head._mPage_head {
	padding-right: 0;
}

._anv_lSide_list._anvLef_padd._minPadd {
	padding-left: 0.5em;
}

.icaiOthePag_imgSec.secOnd_box .abt_mnsBox-head._mPage_head {
	padding-right: 1vw;
}

.icaiOthePag_imgSec.secOnd_box.r_icaiSide .abt_mnsBox-head._mPage_head {
	padding-left: 2vw;
	padding-right: 0;
}

.icaiOthePag_imgSec.secOnd_box.r_icaiSide img {
	width: 100%;
	max-width: 100%;
}

section.icai_cunsulTationsec {
	background-color: #5AABE1;
	padding: 6em 0;
	margin-bottom: 2em;
}

._consultIcai_outBox {
	color: #fff;
	display: grid;
	grid-row-gap: 3.3em;
	font-family: 'Barlow', sans-serif;
	text-transform: capitalize;
	padding-right: 2vw;
}

._consultIcai_list {
	display: flex;
	grid-column-gap: 2em;
}

._consultIcai_outBox h1 {
	font-size: 52px;
	line-height: 64px;
	margin: 0;
	font-weight: 600;
}

._consultIcai_innerList {
	display: grid;
	grid-row-gap: 2.3em;
}

._consultIcai_list h4 {
	font-size: 28px;
	line-height: 38px;
	font-weight: 600;
}

._consultIcai_list p {
	font-size: 28px;
	line-height: 38px;
	margin: 0;
}

._consultIcai_list img {
	position: relative;
	top: 0.4em;
}

.triSett_barBox {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: flex-end;
}

.triSett_barBox img {
	max-width: 350px;
}

.elogis_loTrucks {
	background-image: url(../image/elogTruckstrans_img.webp);
	width: 100%;
	/* background-attachment: fixed; */
	height: 650px;
	background-position: center;
	background-size: cover;
}

section._mobAligned_bgSec {
	background-color: #78B4F3;
	height: 618px;
	margin-bottom: 15em;
	margin-top: 10em;
	padding: 0 5em;
}

.elogMob_contain_div {
	display: flex;
	justify-content: center;
	position: relative;
}

.elogMob_contain_div img {
	/* width: 100%; */
	max-width: 381px;
}

.elogMob_contain_div._elogFirst_mob img,
.elogMob_contain_div._elogThird_mob img {
	position: relative;
	top: -10em;
}

.elogMob_contain_div._elogSecond_mob img,
.elogMob_contain_div._elogForth_mob img {
	position: relative;
	top: 2em;
}

section.featur_showNew2 {
	padding: 5em 0 8em;
}

._gridOuter_col .row {
	align-items: center;
}

.anothFeat_showImg_box img {
	max-width: 530px;
}

.anothFeat_showImg_box.alignL {
	display: grid;
	justify-content: flex-start;
}

.anothFeat_showImg_box.alignR {
	display: grid;
	justify-content: flex-end;
}

.anothFeat_show {
	font-family: 'Barlow', sans-serif;
}

.anothFeat_show h1 {
	font-size: 3.63em;
	font-weight: 600;
	text-transform: capitalize;
}

.anothFeat_show p {
	font-size: 2.25em;
}

._gridOuter_col {
	display: grid;
	grid-row-gap: 8em;
}

.screens_barTec_box {
	background-image: url(../image/elog_circDevice.webp);
	width: 100%;
	height: 135.5vw;
	background-size: cover;
	display: grid;
	align-items: end;
	background-position: right;
	padding-bottom: 5vw;
	background-repeat: no-repeat;
}

._inneCirc_textifyBox {
	font-family: 'Barlow', sans-serif;
	text-align: center;
}

._inneCirc_textifyBox h2 {
	font-size: 36px;
}

.lotfMobs_sec {
	padding-top: 10em;
	background-color: rgba(245, 245, 245, 0.8);
}

._horizonRect_img {
	background-image: url(../image/transformRectaler.png);
	width: 100%;
	height: 2448px;
	background-size: auto;
	display: grid;
	padding-top: 10em;
}

.lt_innermobo_pics {
	background-image: url(../image/lotOfmob_new.webp);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
}

._largDevice_panel {
	display: grid;
	height: 78vw;
	background-image:
		linear-gradient(to top,
			#ffffff,
			#ffffff 26%,
			#F5F5F5CC 10%,
			#F5F5F5CC 100%,
			#ffffff 30%);
}

._lgDev_innerImg {
	background-image: url(../image/lotOf_Device.webp);
	background-size: contain;
	background-repeat: no-repeat;
}

.muniApp_infoImg1,
.muniApp_infoImg2 {
	height: 38vw;
	background-size: cover;
	background-position: center;
}

.muniApp_infoImg1 {
	background-image: url(../image/muniapp_demoImg1.webp);
}

.muniApp_infoImg2 {
	background-image: url(../image/muniapp_demoImg2.webp);
}

._ajitSagar_posterSc {
	background-image: url(../image/muniAgit_sagar_poster.webp);
	background-size: cover;
	height: 43.6vw;
	background-position: center;
}

.muniapp_prodMobs_view {
	background-image: url(../image/muniapp_mobViews.webp);
	background-size: cover;
	height: 72vw;
	background-position: center;
	background-color: #541808;
	margin-top: 4em;
}

.portsImgpos_ing,
.portsImgpos_ing2,
.portsImgpos_ing3,
.portsImgpos_ing4,
.portsImgpos_ing5,
.portsImgpos_ing6 {
	position: absolute;
}

.portsImgpos_ing {
	top: 16.5em;
	left: 9vw;
}

.portsImgpos_ing2 {
	top: 59em;
	left: 9vw;
}

.portsImgpos_ing3 {
	top: 120em;
	left: 9vw;
}

.portsImgpos_ing4 {
	top: 175em;
	left: 3vw;
}

.portsImgpos_ing5 {
	top: 228em;
	left: 9vw;
}

.portsImgpos_ing6 {
	top: 293em;
	left: 3vw;
}

._crustMob_view,
._crustWeb_view {
	display: none;
}

.portsImgpos_ing_i1,
.portsImgpos_ing_i2,
.portsImgpos_ing_i3,
.portsImgpos_ing_i4,
.portsImgpos_ing_i5,
.portsImgpos_ing_i6 {
	/* position: absolute; */
}

.portsImgpos_ing_i1 {
	/* top: 157em;
	left: 9vw; */
}

.portsImgpos_ing_i2 {
	/* top: 208em;
	left: 9vw; */
}

.portsImgpos_ing_i3 {
	/* top: 265em;
	left: 9vw; */
}

.portsImgpos_ing_i4 {
	/* top: 325em;
	left: 3vw; */
}

.portsImgpos_ing_i5 {
	/* top: 376em;
	left: 9vw; */
}

.portsImgpos_ing_i6 {
	/* top: 439em;
	left: 3vw; */
}

.hire_devBan_Sec {
	background-image: url(../image/hireDevs_banrImg.webp);
	background-size: cover;
	height: 44.5vw;
	display: grid;
	margin-top: -7em;
	align-items: center;
}

.python_devBan_Sec {
	background-image: url(../image/python_bannerImg.webp);
	background-size: cover;
	height: 911px;
	display: grid;
	margin-top: -7em;
	align-items: center;
	padding-top: 7em;
}

.sportApp_devBan_Sec {
	background-image: url(../image/sportapp_dev_banner.webp);
	background-size: cover;
	height: 980px;
	display: grid;
	background-position: center;
	margin-top: -7em;
	align-items: center;
}

.hiredev_frm._pythonDev {
	max-width: 440px;
	margin-left: auto;
	padding: 3.5em 3em 3.5em;
	margin-right: 2vw;
}


.hireDev_head.pythHire {
	text-align: left;
	margin-top: 3em;
	margin-left: 2vw;
}

section.pythonService1 {
	padding: 8em 0;
}

.hireDev_head {
	color: #fff;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

.hireDev_head h1 {
	font-size: 3.63em;
	margin-bottom: 0.5em;
}

.hireDev_head p {
	font-size: 21px;
}

._getStart_btnBox {
	font-family: 'Inter', sans-serif;
}

._getStart_btnBox a {
	border: 2px solid;
	color: #fff;
	display: inline-block;
	font-size: 21px;
	position: relative;
	padding: 0.42em 2.55em;
	border-radius: 4px;
	overflow: hidden;
	transition: all .3s;
	margin-top: 2.5em;
	margin-bottom: 1px;
}

._getStart_btnBox a:hover {
	border-color: #00b67a;
	text-decoration: none;
}

._getStart_btnBox a span {
	position: relative;
	font-weight: 500;
	z-index: 99;
}

._getStart_btnBox a:after {
	content: "";
	position: absolute;
	width: 0%;
	height: 60px;
	background-color: #00b67a;
	left: 0;
	top: 0;
	transition: all .3s;
}

._getStart_btnBox a:hover:after {
	width: 100%;
}

section.lookFor_devs {
	padding: 10em 0 8em;
}

._ld_devsFlex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	grid-row-gap: 5em;
	align-items: center;
}

._innerPart_ld_fb {
	width: 46%;
}

._innerPart_ld_fb img.lD_featImg {
	width: 100%;
}

._ld_devsFlex_box ._innerPart_ld_fb h1 {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 3em;
}

._ld_devsFlex_box ._innerPart_ld_fb p {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 1.35em;
}

._ld_devsFlex_box ._innerPart_ld_fb a span i {
	margin-right: 5px;
	color: #00B67A;
}

._ld_devsFlex_box ._innerPart_ld_fb a {
	font-family: 'Inter', sans-serif;
	text-decoration: none;
	color: #000;
	font-size: 21px;
	font-weight: 600;
}

/* .container._adjust_Container {
	max-width: 1346px !important;
} */

._innerPart_ld_fb._anv_hd_margTop {
	margin-top: 5em;
}

._innerPart_ld_fb._anv_hd_margTop2 {
	margin-top: 8em;
}

._topBorder_head {
	width: 42px;
	height: 8px;
	background-color: #144A38;
	border-radius: 1px;
	margin-bottom: 1.8em;
}

._ld_devsFlex_box._ld_alignTop {
	align-items: normal;
	margin-top: 5em;
}

.tech_devHire_gridBox {
	font-family: 'Roboto', sans-serif;
	display: grid;
	grid-row-gap: 8em;
}

.tech_devHire_gridBox h4 {
	color: #000;
	font-size: 2em;
}

.techdev_stackIco_contain {
	display: flex;
	flex-wrap: wrap;
	grid-row-gap: 3em;
	grid-column-gap: 3.2em;
	margin-top: 2.5em;
}

._techDev_stackIcons {
	text-align: center;
	display: flex;
	flex-direction: column;
	grid-row-gap: 0.8em;
	justify-content: flex-end;
	min-width: 160px;
}

._techDev_stackIcons img {
	margin: 0 auto;
	display: block;
}

._techDev_stackIcons h6 {
	font-size: 18px;
	margin: 0;
	color: #000;
}

.wy_hireDevs_sec {
	background-image: url(../image/y_hire_bg.webp);
	width: 100%;
	height: 981px;
	background-size: cover;
	display: grid;
}

.wy_overlay {
	background: rgba(0, 0, 0, 0.82);
	display: flex;
	align-items: center;
}

.hiredev_frm {
	font-family: 'Roboto', sans-serif;
	background-color: #fff;
	border-radius: 7.24832px;
	padding: 3em 3em 3.5em;
}

.hiredev_frm h1 {
	font-size: 2.1em;
	text-align: center;
	font-weight: 400;
	color: #000;
}

/* Chrome, Safari, Edge, Opera */
.hiredev_frm input::-webkit-outer-spin-button,
.hiredev_frm input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.hiredev_frm input[type=number] {
	-moz-appearance: textfield;
}


.diviDer_bord {
	width: 60px;
	height: 2px;
	background-color: #D9D9D9;
	margin: 1.5em auto;
}

._innerHirefrm_input input,
._innerHirefrm_input textarea {
	width: 92%;
	margin: 1em auto;
	display: block;
	border: 1.81208px solid #D9D9D9;
	border-radius: 9.66443px;
	padding: 1.15em;
	transition: all .3s;
	font-family: 'Inter', sans-serif;
}

._innerHirefrm_input input:hover,
._innerHirefrm_input textarea:hover {
	border-color: #00b67a;
}

._innerHirefrm_input input:focus-visible,
._innerHirefrm_input textarea:focus-visible {
	outline: #00b67a auto 1px;
}

button._hireDev_subBtn {
	display: block;
	width: 92%;
	margin: 0 auto;
	background-color: #000000;
	color: #fff;
	font-size: 25px;
	border: 0;
	border-radius: 9.66443px;
	padding: 0.53em;
	margin-top: 1.2em;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

button._hireDev_subBtn:after {
	content: "";
	position: absolute;
	background-color: #00b67a;
	width: 0%;
	height: 70px;
	left: 0;
	top: 0;
	transition: all .3s;
}

button._hireDev_subBtn:hover:after {
	width: 100%;
}

button._hireDev_subBtn span {
	position: relative;
	z-index: 99;
}

._wy_hireDev_head {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	padding-left: 4vw;
}

._wy_hireDev_head h1 {
	font-size: 3em;
	text-align: center;
	font-weight: 400;
	margin-bottom: 0.8em;
}

ul._wyHire_listBox {
	padding: 0;
	list-style: none;
	display: grid;
	grid-row-gap: 1em;
	margin: 0;
	margin-left: 2px;
}

ul._wyHire_listBox li {
	display: flex;
	padding: 2em;
	align-items: flex-start;
	grid-column-gap: 1.5em;
}

ul._wyHire_listBox li h6 {
	font-size: 26px;
	margin-bottom: 0.6em;
}

ul._wyHire_listBox li p {
	font-size: 21px;
	margin: 0;
}

li._wyHire_outList_border {
	border: 2px solid #fff;
	border-radius: 8px;
}

._hrDev_colFlex {
	display: flex;
	align-items: center;
}

section.flexibleHire {
	padding: 8em 0;
}

.flexHire_head {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	color: #000;
}

.flexHire_head h1 {
	font-size: 3em;
	font-weight: 400;
}

.flexHire_head p {
	font-size: 21px;
}

ul._flexiHire_techStack {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul._flexiHire_techStack li {
	align-items: center;
	flex: 0 0 33.33%;
	border: 2.5px solid #D9D9D9;
	padding: 3em;
	display: grid;
	align-content: space-between;
	height: 425px;
	justify-content: center;
	color: #000;
	transition: all .3s;
	cursor: pointer;
}

li._flex_alterList {
	border-right: 0 !important;
	border-left: 0 !important;
}

ul._flexiHire_techStack li img._fl_imgOn_hovrView {
	display: none;
}

ul._flexiHire_techStack li:hover img._fl_imgOn_hovrView {
	display: block;
}

ul._flexiHire_techStack li:hover img._fl_imgOn_view {
	display: none;
}

ul._flexiHire_techStack li:hover {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

ul._flexiHire_techStack li._flex_alterList.active {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

ul._flexiHire_techStack li._flex_alterList.inactive img._fl_imgOn_hovrView {
	display: block;
}

ul._flexiHire_techStack li._flex_alterList.inactive img._fl_imgOn_view {
	display: none;
}

ul._flexiHire_techStack li._flex_alterList.inactive:hover img._fl_imgOn_view {
	display: block;
}

ul._flexiHire_techStack li._flex_alterList.inactive:hover img._fl_imgOn_hovrView {
	display: none;
}

._flHire_imgBox h4 {
	font-size: 2em;
	margin-top: 0.8em;
}

._flHire_imgBox img {
	display: block;
	margin: 0 auto;
}

.row.fl_hireRow {
	grid-row-gap: 3.5em;
}

ul._flexiHire_techStack li p {
	font-size: 20px;
	margin-bottom: 10px;
}

._flHire_imgBox {
	max-width: 260px;
	text-align: center;
	margin: 0 auto;
}

ul._flexiHire_techStack li p span i {
	color: #00B67A;
	font-size: 22px;
	font-weight: 900;
}

._topBorder_head2 {
	width: 42px;
	height: 8px;
	background-color: #10BA82;
	border-radius: 1px;
	margin: 0 auto 0.8em;
}

.hireFaq_head {
	text-align: center;
	color: #292929;
	font-family: 'Roboto', sans-serif;
}

button.btn.btn-link._hrDec_quest {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

button.btn.btn-link._hrDec_quest.collapsed .dropIcon img {
	transform: rotate(0deg);
}

.dropIcon img {
	transform: rotate(-180deg);
	transition: all .3s;
}

.hireQandA {
	font-family: 'Roboto', sans-serif;
	margin-top: 3em;
}

button.btn.btn-link._hrDec_quest {
	text-decoration: none;
	white-space: initial;
}

button.btn.btn-link._hrDec_quest ._hd_q_head {
	font-size: 21px;
	color: #144A38;
	font-weight: 600;
}

button.btn.btn-link._hrDec_quest.collapsed ._hd_q_head {
	font-size: 21px;
	color: #292929;
	font-weight: 400;
	transition: all .3s;
}

.hireQandA .card {
	border: 0px solid rgba(0, 0, 0, .125);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0;
}

.hireQandA .card-header {
	border-bottom: 0 !important;
	background-color: rgb(255 255 255 / 3%) !important;

}

.hireFaq_head h1 {
	font-size: 2.4em;
}

.hireFaq_head p {
	font-size: 21px;
}

.hireQandA .card-body {
	padding-top: 0 !important;
	padding-left: 1.6em;
	font-size: 21px;
	color: #696969;
	max-width: 850px;
}

.hireQandA .card-body ul {
	padding-left: 1.2em;
	margin-top: 1em;
}

section._hireFaq_sec {
	padding: 2em 0 10em;
}

.hireQandA .card:last-child {
	border-bottom: 0px solid rgba(0, 0, 0, .125);
}

/* Python Developer Page */

.hiredev_frm._pythonDev button._hireDev_subBtn {
	font-size: 21px;
}

.hiredev_frm._pythonDev ._innerHirefrm_input input,
.hiredev_frm._pythonDev ._innerHirefrm_input textarea {
	font-size: 14px;
}

.pyhServ_head1 ._topBorder_head {
	margin: 0 auto 1em;
}

.pyhServ_head1 {
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

.pyhServ_head1 h4 {
	font-size: 26px;
	color: #00B67A;
}

.pyhServ_head1 h1 {
	color: #000;
	font-size: 38px;
	font-weight: 400;
}

.pyhServ_head1 p {
	font-size: 21px;
	color: #000;
}

._pyth_serGrid_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	grid-column-gap: 4em;
	grid-row-gap: 4em;
	margin-top: 3em;
}

._pyth_servInnerBox {
	flex: 0 0 30%;
	box-shadow: 0px 1px 23px rgb(155 155 155 / 13%);
	padding: 3em 1em 2em 2em;
	position: relative;
	display: grid;
	grid-row-gap: 1.5em;
}

._pyth_servInnerBox:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #00B67A;
	height: 10px;
	width: 0%;
	transition: all .3s;
}

._pyth_servInnerBox:hover {
	cursor: pointer;
}

._pyth_servInnerBox:hover::after {
	width: 100%;
}

._pyth_servInnerBox h6 {
	font-size: 21px;
	color: #000;
}

._pyth_servInnerBox p {
	font-size: 18px;
	max-width: 305px;
	color: #444444;
}

.pyhServ_head2 {
	font-family: 'Roboto', sans-serif;
}

.pyhServ_head2 h4 {
	font-size: 26px;
	color: #00B67A;
}

.pyhServ_head2 h1 {
	color: #000;
	font-size: 38px;
	font-weight: 400;
}

.pyhServ_head2 ._topBorder_head {
	margin-bottom: 1em;
}

.pyhServ_head2 p {
	font-size: 21px;
	padding-right: 1vw;
	color: #444444;
}

._pty_devRead_more a {
	color: #101010;
	font-size: 21px;
	font-weight: 500;
}

._pty_devRead_more a:hover {
	text-decoration: none;
}

._pty_devRead_more a span i {
	color: #00B67A;
	padding-right: 5px;
}

.rp_dev_forPty {
	display: flex;
	flex-wrap: wrap;
	padding-left: 3vw;
	grid-row-gap: 2em;
}

.rp_dev_forPty_innerBx {
	flex: 0 0 33.33%;
	text-align: center;
}

.rp_dev_forPty .rp_dev_forPty_innerBx p {
	font-size: 18px;
	color: #101010;
	margin-top: 0.8em;
}

.or_srPty_row {
	align-items: center;
}

section.ourServ_2 {
	padding-top: 2em;
	padding-bottom: 8em;
}

.book_ptn_devs {
	background-image: url(../image/book_pyth_banner.png);
	padding: 5em 0;
	background-size: cover;
}

.bkp_inner {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}

.bkp_inner h1 {
	font-size: 2.4em;
	margin-bottom: 0.4em;
}

.bkp_inner p {
	font-size: 21px
}

section.hirePython_dev {
	padding: 8em 0;
}

section.hirePython_dev .pyhServ_head1 h1 {
	font-weight: 500;
}

.hirePyth_dev_points ul {
	font-family: 'Roboto', sans-serif;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
	display: flex;
	grid-column-gap: 4em;
	grid-row-gap: 4em;
	margin-top: 5em;
	justify-content: space-between;
}

.hirePyth_dev_points ul li {
	flex: 0 0 47%;
	display: flex;
	grid-column-gap: 1.5em;
}

.hirePyth_dev_points ul li h4 {
	font-size: 26px;
}

.hirePyth_dev_points ul li p {
	font-size: 21px;
	color: #444444;
}

.pyth_devMethod {
	background: #F9F9F9;
	padding: 8em 0 0;
	margin-bottom: 8em;
}

.rSide_tabContent .tab-content {
	position: relative;
	opacity: 1;
	visibility: visible;
	height: auto;
	line-height: 1.5;
	padding: 0;
}

.mobile-device-header div#accordion::-webkit-scrollbar {
	width: 8px;
}

.mobile-device-header div#accordion {
	scrollbar-width: wider;
	scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.mobile-device-header div#accordion::-webkit-scrollbar-track {
	background: var(--scrollbarBG);
	border-radius: 3px;
}

.mobile-device-header div#accordion::-webkit-scrollbar-thumb {
	background-color: var(--thumbBG);
	border-radius: 3px;
}

._pythDv_method_navTab::-webkit-scrollbar {
	width: 4px;
}

._pythDv_method_navTab {
	scrollbar-width: wider;
	scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

._pythDv_method_navTab::-webkit-scrollbar-track {
	background: var(--scrollbarBG);
	border-radius: 3px;
}

._pythDv_method_navTab::-webkit-scrollbar-thumb {
	background-color: var(--thumbBG);
	border-radius: 3px;
}

._pythDv_method_navTab {
	display: block;
	max-width: 330px;
	border-bottom: 0px solid #dee2e6;
	height: 180px;
	overflow: auto;
	margin-top: 2em;
}

._pythDv_method_navTab li a {
	margin: 0.6em 0;
	font-size: 18px;
	font-weight: 400;
	color: #292929 !important;
	display: flex;
	justify-content: space-between;
	max-width: 250px;
}

._pythDv_method_navTab li a span i {
	font-size: 14px;
}

._pythDv_method_navTab .nav-item a.nav-link:after {
	height: 0px;
}

._pyth_devServ_outer .pyhServ_head2 h1 {
	color: #292929;
	font-weight: 500;
}

._pyth_devServ_outer .pyhServ_head2 p {
	color: #666666;
	padding-right: 0;
	max-width: 400px;
}

.nav-tabs._pythDv_method_navTab .nav-item.show .nav-link,
.nav-tabs._pythDv_method_navTab .nav-link.active {
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs._pythDv_method_navTab .nav-link:focus,
.nav-tabs._pythDv_method_navTab .nav-link:hover {
	border-color: transparent;
}

.pythTb_panInner {
	font-family: 'Roboto', sans-serif;
}

.pyth_tb_numBx h4 {
	color: #00B67A;
	font-size: 26px;
	margin-bottom: 1em;
}

.pyth_tabPan_descp h1 {
	font-size: 38px;
	color: #292929;
}

.pyth_tabPan_descp p {
	color: #666666;
	margin: 0;
}

.rSide_tabContent {
	padding-left: 3vw;
}

.pyth_tabPan_descp img {
	position: relative;
	top: 2em;
	width: 90%;
	display: block;
	margin-left: auto;
}

.pythDev_methodologySec {
	padding: 0 0 8em 0;
}

section.clients_testmon_ialSc {
	background-color: #F9F9F9;
	padding: 8em 0;
}

._pythN_clt {
	max-width: 400px;
	margin: 0 auto;
}

._pythClien_imgBx1 {
	display: flex;
	padding-left: 1.6vw;
}

._pythClien_imgBx1 img {
	max-width: 457px;
	width: 100%;
}

._pythClien_imgBx2 {
	display: flex;
	justify-content: flex-end;
	padding-right: 1.6vw;
}

._pythClien_imgBx2 img {
	max-width: 443px;
	width: 100%;
}

.pythClient_container {
	padding-top: 4em;
}

._pythClient_review {
	display: flex;
	flex-direction: column;
	grid-row-gap: 1.6em;
	text-align: center;
}

._pythClient_review p {
	font-family: 'Barlow', sans-serif;
	font-size: 21px;
	color: #292929;
	margin: 0;
}

._pythCl_para {
	max-width: 475px;
	margin: 0 auto;
}

._pythClient_review b {
	font-weight: 600;
}

._pythClient_review b p {
	margin-top: 0.6em;
}




/* Sports App Development */

section._topBet_appDescribe {
	padding: 8em 0;
}

.tb_app_head,
.multiMob_appHead {
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

.tb_app_head h1 {
	font-size: 2.65em;
	color: #000;
	margin-bottom: 0.5em;
	font-weight: 400;
}

.tb_app_head p {
	font-size: 1.32em;
	color: #585858;
}


.multiPle_mobApp {
	background-image: url(../image/crick_pitch.webp);
	background-size: cover;
	background-position: center;
	padding: 6em 0 5em;
}

.multiMob_appHead h1 {
	font-size: 2.65em;
	color: #fff;
	margin-bottom: 0.5em;
	font-weight: 400;
}

.sports_appIcon_bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 4em;
}

.sports_appIcon_innerBar {
	flex: 0 0 15%;
}

.sp_appIcon_box {
	font-family: 'Roboto', sans-serif;
}

.sp_appIcon_box p {
	color: #fff;
	font-size: 21px;
	margin-top: 1em;
	margin-bottom: 0;
}

section.cst_spt_bettingApp {
	padding: 6em 0 8em;
}

.cst_betting_head {
	font-family: 'Roboto', sans-serif;
	padding-right: 3vw;
	margin-top: 3em;
}

.cst_betting_head h1 {
	font-size: 2.65em;
	color: #000;
	font-weight: 500;
	line-height: 60px;
	max-width: 465px;
}

.cst_betting_head p {
	font-size: 21px;
	color: #000;
}

.cst_betting_head ul {
	padding-left: 1.5em;
}

.cst_betting_head li {
	font-size: 21px;
	color: #585858;
}

.cst_betting_head li::marker {
	color: #000;
}

.lotusBet_pro_imgBox {
	position: relative;
	/* background-image: url(../image/eminence_E_dImg.webp); */
}

img._eminBg_outer {
	position: absolute;
	right: -2em;
	width: 100%;
	top: 0;
}

._lotusOut_col {
	display: flex;
	align-items: end;
	justify-content: flex-end;
}

img._lots_outer {
	position: relative;
	width: 100%;
	margin-top: 0;
	padding-right: 0;
}

.reliable_strongDev {
	background-color: #F8F8F8;
	padding: 6em 0;
	position: relative;
}

.relib_boxOuter {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	grid-row-gap: 1.3em;
	grid-column-gap: 1.1em;
	font-family: 'Roboto', sans-serif;
}

.inbox_relaible {
	flex: 0 0 32%;
	background-color: #fff;
	box-shadow: 0px 1px 23px rgb(155 155 155 / 15%);
	border-radius: 4px;
	padding: 2em;
	display: flex;
	flex-direction: column;
	grid-row-gap: 1.5em;
}

._inBox_realib_count {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00B67A;
	font-size: 24px;
	border-radius: 4px;
	font-weight: 600;
}

.inbox_relaible h4 {
	font-size: 24px;
	color: #000;
}

.inbox_relaible p {
	font-size: 21px;
	color: #585858;
	margin: 0;
}

.str_reliableHead h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 2.65em;
	color: #000;
	font-weight: 400;
	line-height: 60px;
	max-width: 900px;
	margin: 0 auto 2em;
	text-align: center;
}

.sprt_apPannel {
	font-family: 'Roboto', sans-serif;
	padding: 6em 0;
}

.app_str_apPannel h1 {
	font-size: 2.65em;
	color: #000;
	font-weight: 400;
	line-height: 60px;
	max-width: 800px;
	margin: 0 auto 1em;
	text-align: center;
}

.app_str_apPannel .tab-content,
.bet_techNav_otrBox .tab-content {
	position: relative;
	opacity: 1;
	visibility: visible;
	width: auto;
	height: auto;
	padding: 0;
}

.app_str_apPannel ul {
	background-color: #F0F0F0;
	border-bottom: 0;
	border-radius: 4px;
}

.app_str_apPannel ul li {
	flex: 0 0 33.33%;
}

.app_str_apPannel ul li a {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	border: 0 !important;
	border-radius: 4px !important;
	padding: 0.8em;
	margin: 0;
}

.app_str_apPannel ul li a.active {
	background-color: #000000 !important;
	color: #fff !important;
}

.app_str_apPannel ul li a.active:hover {
	color: #fff !important;
}

.app_str_apPannel ul li.nav-item a.nav-link:after {
	background-color: #33c45a00 !important;
}

.app_str_apPannel ul li.nav-item a.nav-link:focus,
.app_str_apPannel ul li.nav-item a.nav-link:hover {
	border-color: #e9ecef00 #e9ecef00 #dee2e600;
}

._betPanner_inneContent {
	display: flex;
	flex-wrap: wrap;
	grid-column-gap: 0.6em;
	grid-row-gap: 1em;
	margin-top: 2.5em;
}

.bet_pannTab_inner {
	flex: 0 0 24%;
	border: 1.2px dashed #D5D5D5;
	border-radius: 4px;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	color: #000;
	text-align: center;
	min-height: 85px;
	display: grid;
	align-items: center;
}

.sprt_apPannel2 {
	font-family: 'Roboto', sans-serif;
	background-image: url(../image/_crickter_betsman.webp);
	background-size: cover;
	background-position: center;
	padding: 8em 0 8em;
}

.app_str_apPannel2 {
	color: #fff;
	text-align: center;
}

.app_str_apPannel2 h1 {
	font-size: 2.65em;
	font-weight: 400;
	line-height: 53px;
	max-width: 800px;
	margin: 0 auto 0.25em;
}

.app_str_apPannel2 p {
	font-size: 21px;
}


.betingApp_pannGrid {
	display: flex;
	color: #fff;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 5em 0 2em;
}

._bt_app_inerBox {
	flex: 0 0 23%;
	border: 2.5px solid #FFFFFF;
	border-radius: 4px;
	text-align: center;
	padding: 2.5em 1em;
	display: grid;
	grid-row-gap: 1.5em;
}

._bt_app_inerBox p {
	font-size: 18px;
	margin: 0;
}

.betapp_devSpect,
.strag_betProcess,
._whyChoose_betDev {
	font-family: 'Roboto', sans-serif;
	padding: 8em 0;
}

.betapp_devSpect .spect_devHead h2,
.strag_betProcess .strg_betPro_head h2,
._whyChoose_betDev .why_choosHead h2,
.hireBet_devHead h2 {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	font-size: 2.63em;
	font-weight: 400;
	margin-bottom: 1em;
}

.betapp_devSpect .spect_devHead h2 {
	color: #000;
}

._spectBox_grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-column-gap: 1.6em;
	grid-row-gap: 1.6em;
}

._spect_innerBox {
	flex: 0 0 32%;
	text-align: center;
	display: flex;
	flex-direction: column;
	grid-row-gap: 0.6em;
	padding: 2em 2em;
}

._spect_innerBox h4 {
	font-size: 24px;
	margin-bottom: 0.1em;
	color: #000;
}

._spect_innerBox p {
	font-size: 18px;
	color: #000;
	line-height: 26px;
}

._spect_innerBox._spc_inBg1 {
	background-color: #F58C69;
}

._spect_innerBox._spc_inBg2 {
	background-color: #E1D3FE;
}

._spect_innerBox._spc_inBg3 {
	background-color: #D6F9FF;
}

._spect_innerBox._spc_inBg4 {
	background-color: #BFD1FC;
}

._spect_innerBox._spc_inBg5 {
	background-color: #CBEEF2;
}

._spect_innerBox._spc_inBg6 {
	background-color: #EDDBDB;
}

._spect_innerBox._spc_inBg7 {
	background-color: #F988B0;
}

._spect_innerBox._spc_inBg8 {
	background-color: #7AA9EC;
}

.sprt_apPannel3 {
	font-family: 'Roboto', sans-serif;
	background-image: url(../image/_crickter_betsman.webp);
	background-size: cover;
	background-position: center;
	padding: 6em 0 6em;
}

.bet_techNav_otrBox {
	background-color: #fff;
	position: relative;
	display: flex;
	border-radius: 6px;
	margin-top: 4em;
}

.bet_techNav_otrBox ._navAlign_grid {
	display: grid;
}

nav.betTech_nav {
	width: 31%;
	padding: 2.5em 0em 2.5em 2em;
	border-right: 2px solid #E3E3E3;
}

.bet_techNav_otrBox .tab-content._betTech_content {
	width: 69%;
	display: grid;
	align-items: center;
	padding: 2em 3em;
}

img._bet_lSide {
	position: absolute;
	right: 0;
	top: 0;
}

img._bet_rSide {
	position: absolute;
	left: 0;
	bottom: 0;
}

nav.betTech_nav .nav-item {
	margin: 0;
	border-left: 0;
	border-top: 0;
	border-radius: 0;
	border-bottom: 0px;
	/* border-right: 2px solid #E3E3E3; */
}

nav.betTech_nav .nav-tabs {
	border-bottom: 1px solid #dee2e600;
}

nav.betTech_nav .nav-item.nav-link {
	font-size: 24px;
	font-weight: 500;
}

nav.betTech_nav .nav-item.nav-link span._anvCount {
	padding-right: 0.5em;
}

nav.betTech_nav .nav-item.nav-link.active {
	color: #00B67A !important;
	border-right: 2px solid #00B67A !important;
	margin-right: -2px;
}

nav.betTech_nav .nav-item.nav-link:hover {
	border-bottom: 0px;
}

._betTech_pann {
	display: flex;
	flex-wrap: wrap;
	grid-row-gap: 1.5em;
}

.betechNav_inner_icoBox {
	flex: 0 0 20%;
	text-align: center;
	display: grid;
	justify-content: center;
	align-content: end;
}

._betTech_pann .betechNav_inner_icoBox p {
	font-size: 21px;
	color: #585858;
	line-height: 30px;
	font-weight: 500;
	margin: 0;
}

._betTech_pann .betechNav_inner_icoBox img {
	display: block;
	margin: 0 auto;
}

.strag_betProcess .strg_betPro_head h2 span,
._whyChoose_betDev .why_choosHead h2 span,
.hireBet_devHead h2 span {
	color: #00B67A;
	font-weight: 500;
}

.strg_betPro_head img {
	width: 100%;
}

._needProposal {
	font-family: 'Roboto', sans-serif;
	background-image: url(../image/need_propos_bg.webp);
	height: 382px;
	display: grid;
	align-items: center;
}

._needProp_head {
	text-align: center;
}

._needProp_head h2 {
	font-size: 2.63em;
	font-weight: 500;
	color: #00B67A;
}

._needProp_head p {
	font-size: 21px;
	color: #fff;
}

._needProp_head ._getStart_btnBox a {
	margin-top: 1.5em;
	padding: 0.42em 2.25em;
	margin-bottom: 1px;
}

.why_choosHead {
	text-align: center;
	max-width: 970px;
	margin: 0 auto;
}

._whyChoose_betDev .why_choosHead h2 {
	margin-bottom: 0.3em;
}

._whyChoose_betDev .why_choosHead p {
	font-size: 21px;
	color: #585858;
}

._whyChoos_boxGrid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	grid-row-gap: 2.6em;
	margin-top: 4em;
}

._whyChoosInner_icoBox {
	flex: 0 0 22.5%;
	background-color: #F8F8F8;
	border-radius: 8px;
	transition: all .3s;
	padding: 4.6em 2em 2em;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	cursor: pointer;
	flex-direction: column;
	grid-row-gap: 1.5em;
	max-height: 250px;
	min-height: 250px;
}

._whyChoosInner_icoBox img {
	display: block;
	margin: 0 auto;
}

._whyChoosInner_icoBox:hover {
	background-color: #00B67A;
}

._whyChoosInner_icoBox img._wyC_white {
	display: none;
}

._whyChoosInner_icoBox:hover img._wyC_grey {
	display: none;
}

._whyChoosInner_icoBox:hover img._wyC_white {
	display: block;
}

._whyChoosInner_icoBox p {
	font-size: 24px;
	line-height: 30px;
	color: #242424;
	font-weight: 500;
	margin: 0;
}

._whyChoosInner_icoBox:hover p {
	color: #fff;
}

._curVid_testimonial {
	font-family: 'Roboto', sans-serif;
	background-image: url(../image/curvTestimanial_bg.webp);
	height: 860px;
	background-position: center;
	background-size: cover;
	display: grid;
	align-items: center;
}

._curVid_testHead h2 {
	text-align: center;
	margin: 0 auto;
	font-size: 2.63em;
	font-weight: 500;
	color: #fff;
	margin-bottom: 2em;
}

.vid-wrapper {
	text-align: center;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.vid {
	display: inline-flex;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}

.vid::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

h2.vid-head {
	font-size: 20px;
	color: #333;
}

/* Video Popup */
.video-popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 998;
	background: rgba(0, 0, 0, .7);
	cursor: pointer;
	display: none !important;
}

.video-popup.show-video {
	display: flex !important;
}

.iframe-wrapper {
	position: relative;
}

.iframe-wrapper .close-video {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	top: -20px;
	right: 0;
	background: url(https://image.flaticon.com/icons/svg/149/149690.svg) #fff;
	border-radius: 50%;
	background-size: cover;
}

.curV_client {
	position: relative;
	display: flex;
	align-items: center;
}

.curV_client img {
	width: 100%;
}

.vid-slider {
	padding: 0 2vw;
}

.vid .vid_iframOpac {
	opacity: 0;
	position: absolute;
}

img.curVid_openIco {
	width: 100%;
	height: 70px;
	object-fit: contain;
	position: absolute;
	left: 0;
}

._curVid_testHead {
	text-align: center;
}

._curVid_testHead ._getStart_btnBox {
	margin-top: 7em;
}

._curVid_testHead ._getStart_btnBox a {
	margin: 0;
}

section.hire_betDev {
	font-family: 'Roboto', sans-serif;
	padding: 6em 0 7em;
	background-color: #F8F8F8;
}

.hireBet_devHead h2 {
	color: #000;
}

.hireBet_devHead ._hrBet_devLp h2 {
	text-align: left;
	font-weight: 600;
	margin-bottom: 0.5em;
}

._hrBet_devLp p {
	font-size: 21px;
	line-height: 32px;
	color: #000;
}

._hrBet_chk_line {
	display: flex;
	grid-column-gap: 3em;
}

._hrBet_devLp ._hrBet_chk_line p {
	margin: 0;
}

._hrBet_devLp ._hrBet_chk_line p span {
	color: #00B67A;
}

._hrBet_chk_line {
	display: flex;
	grid-column-gap: 3em;
	margin-top: 2em;
}

.row._hireBt_outrow {
	align-items: center;
}

.hir_exploBtn_box {
	margin-top: 2em;
}

.hir_exploBtn_box a {
	font-family: 'Inter', sans-serif;
	border: 2px solid #000000;
	border-radius: 4px;
	font-size: 21px;
	padding: 0.42em 1.75em;
	display: inline-block;
	position: relative;
	transition: all .3s;
	text-decoration: none;
}

.hir_exploBtn_box a:hover {
	color: #fff;
	text-decoration: none;
	border-color: #00B67A;
}

.hir_exploBtn_box a:hover span {
	color: #fff;
	text-decoration: none;
}

.hir_exploBtn_box a span {
	position: relative;
	z-index: 1;
	color: #000;
}

.hir_exploBtn_box a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	background-color: #00B67A;
	height: 100%;
	transition: all .3s;
}

.hir_exploBtn_box a:hover:after {
	width: 100%;
}

._hrBet_devRp img {
	width: 100%;
}

._hrBet_devRp {
	padding-right: 2.5vw;
}

._hrBet_devLp {
	padding-left: 3.2vw;
}

.orBet_blog {
	padding: 6em 0 7em;
}

.orBet_blogOutlet {
	font-family: 'Roboto', sans-serif;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

._ob_blogsBox {
	flex: 0 0 31.5%;
	display: flex;
	flex-direction: column;
	border-radius: 4px;
	outline: 1.5px solid #D6D6D6;
	margin: 0;
	overflow: hidden;
}

._ob_blogsBox:hover ._ob_blogP1 img {
	transform: scale(1.2);
}

._ob_blogsBox:hover {
	text-decoration: none;
}

._ob_blogP1 {
	overflow: hidden;
	width: 100%;
}

._ob_blogP1 img {
	width: 100%;
	height: 18.55em;
	object-fit: cover;
	transition: all .3s;
}

._ob_blogP2 {
	padding: 2em 1em 2em 1.5em;
	color: #000;
	min-height: 57%;
	display: grid;
	align-content: space-between;
}

._ob_blogP2 h4 {
	text-transform: uppercase;
}

._ob_blogP2 p {
	font-size: 21px;
	color: #585858;
}

._ob_blogP2 ._orBlog_rmore {
	color: #000;
	font-size: 21px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	grid-column-gap: 0.6em;
}

._ob_blogP2 ._orBlog_rmore:hover {
	text-decoration: none;
}

._ob_blogP2 ._orBlog_rmore span {
	color: #00B67A;
}

._topBet_abt_detailBx {
	padding: 8em 0;
}

.sptBet_abtL_head h1 {
	font-size: 42px;
	color: #000000;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
	margin-bottom: 15px;
}

.sptBet_abtL_head p {
	font-size: 18px;
	color: #444444;
	font-family: 'Inter', sans-serif;
}

.sptBet_abtL_head ul._sp_abtUl,
.sptBet_abtL_head ul._sp_offer_Ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 1.2em;
}

.sptBet_abtL_head ul._sp_abtUl li {
	font-size: 21px;
	color: #4A4A4A;
	font-weight: 600;
	font-family: 'Inter', sans-serif;
}

.sptBet_abtL_head ul._sp_abtUl li span {
	margin-right: 1em;
}

.sprtAbt_imgBx {
	position: relative;
}

.sprtAbt_imgBx img {
	max-width: 607px;
	width: 100%;
	position: relative;
}

.anvAbt_bet_row {
	align-items: center;
}

.sptBet_abtL_head {
	max-width: 560px;
	position: sticky;
	top: 10px;
}

.sprtAbt_imgBx h1.bkTransprt_head {
	position: absolute;
	right: 0;
	z-index: 0;
	font-size: 120px;
	top: -104px;
	color: #00000009;
	font-weight: 700;
}

.abtDprt_betCount {
	display: flex;
	flex-wrap: wrap;
	background: #FFFFFF;
	border: 1.5px solid #D4D4D4;
	border-radius: 5px;
	padding: 1.6em 2.6em;
	margin-top: 1.6em;
}

.abt_sprt_progreBar .progress-count {
	font-size: 42px;
	font-weight: 700;
	font-family: 'Titillium Web', sans-serif;
	color: #000;
}

.abt_sprt_progreBar h6 {
	font-size: 18px;
	color: #8B8B8B;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
}

.abt_sprt_progreBar {
	flex: 0 0 20%;
}

section.or_offering,
section.bet_portFolio_sec {
	padding-bottom: 8em;
}

ul._sp_offer_Ul li {
	font-size: 18px;
	color: #363636;
	font-weight: 600;
	font-family: 'Inter', sans-serif;
}

ul._sp_offer_Ul li i {
	width: 21px;
	height: 21px;
	display: inline-grid;
	align-items: center;
	justify-content: center;
	color: #00B67A;
	font-size: 12px;
	border: 2px solid #00B67A;
	border-radius: 50%;
	margin-right: 18px;
}

.inPrt_one {
	background-image: url(../image/fsOffer_1.png);
	background-size: cover;
	border-radius: 8px;
	background-position: center;
}

.inPrt_two {
	background-image: url(../image/fsOffer_2.png);
	background-size: cover;
	border-radius: 8px;
	background-position: center;
}

.inPrt_three {
	background-image: url(../image/fsOffer_3.png);
	background-size: cover;
	border-radius: 8px;
	background-position: center;
}

.inPrt_four {
	background-image: url(../image/fsOffer_4.png);
	background-size: cover;
	border-radius: 8px;
	background-position: center;
}

.fs_offerR_imgBx.rmv_scale img {
	scale: 1;
}

.fsOffer_hd {
	padding: 3em 0 4em 4em;
}

.fsOffer_hd h1 {
	color: #fff;
	font-size: 42px;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
	margin-bottom: 15px;
}

.fsOffer_hd p {
	color: #fff;
	font-size: 18px;
	max-width: 420px;
	font-family: 'Inter', sans-serif;
}

.fsOffer_hd a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
	margin-top: 1.5em;
}

.fsOffer_hd a span.fsO_lrm {
	border-bottom: 1px solid #fff;
}

.fs_offerR_imgBx {
	height: 100%;
	display: grid;
	align-items: center;
	position: relative;
}

.fs_offerR_imgBx img {
	width: 100%;
	position: absolute;
	left: -1em;
	scale: 1.1;
}

.fs_offerOuter_grd {
	display: grid;
	gap: 42px;
}


.btPort_otrContain {
	margin-top: 3em;
	display: grid;
	gap: 54px;
}

.btPort_head {
	text-align: center;
}

.btPort_head h1 {
	font-size: 42px;
	font-weight: 600;
	color: #000;
	position: relative;
	margin-bottom: 30px;
	font-family: 'Titillium Web', sans-serif;
}

.btPort_head h1:after {
	content: "";
	position: relative;
	display: block;
	width: 48px;
	background-color: #00B67A;
	height: 3px;
	margin: 15px auto 0;
}

.btPort_head p {
	font-size: 18px;
	max-width: 700px;
	margin: 0 auto;
	color: #444444;
	font-family: 'Inter', sans-serif;
}

.bt_inrFlex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.bt_portSide_tr {
	width: 40%;
}

.bt_portIn_sidImg {
	width: 52%;
	height: 100%;
	display: grid;
	align-items: center;
	position: relative;
}

.bt_portIn_sidImg img {
	width: 100%;
}

.btInr_portSet {
	background-size: cover;
	height: 605px;
	border-radius: 11px;
	background-position: center;
	display: grid;
	align-items: center;
	padding: 0 6vw;
	overflow: hidden;
}

.btInr_p1 {
	background-image: url(../image/bt_ports_bg1.png);
}

.btInr_p2 {
	background-image: url(../image/bt_ports_bg2.png);
}

.btInr_p3 {
	background-image: url(../image/bt_ports_bg3.png);
}

.bt_portSide_tr h4 {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}

a.donAte {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	padding: 4px 21px;
	border-radius: 27px;
	display: inline-block;
	margin-bottom: 20px;
	font-family: 'Inter', sans-serif;
}

.dta_col1 {
	background-color: #0D1038;
}

.dta_col2 {
	background-color: #030411;
}

.dta_col3 {
	background-color: #880100;
}

.bt_portSide_tr h1 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 32px;
	margin-bottom: 20px;
	font-family: 'Inter', sans-serif;
}

.bt_portSide_tr p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Inter', sans-serif;
}

a.btPort_caseStudy {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	display: inline-block;
	margin-top: 1.3em;
	font-family: 'Inter', sans-serif;
}

a.btPort_caseStudy span i {
	font-size: 18px;
	margin-right: 10px;
}

.bt_portIn_sidImg.bt_portLastImg img {
	position: absolute;
	bottom: 0;
}

.emineneSucc_story1 {
	background-image: url(../image/eminCustomer_suc_bg1.png);
	padding: 6em 0;
}

.emineneSucc_story2 {
	padding: 6em 0;
	background-color: #F3F4F5;
}

.emnSuc_sesHead h1 {
	text-align: center;
	color: #fff;
	font-size: 42px;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
}

.emnSuc_sesHead p {
	color: #fff;
	font-size: 18px;
	text-align: center;
	max-width: 920px;
	margin: 0 auto;
	font-family: 'Inter', sans-serif;
}

.sucStories_outerBx {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3em;
	justify-content: space-between;
}

.sucStr_innerBx {
	width: 31.33%;
	background-color: #fff;
	border-radius: 3px;
	min-height: 435px;
}

.sucPartners_bx {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 2em 1em;
	gap: 15px 11px;
}

.sucPartnerHead h6 {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	color: #000;
	padding: 16px 0;
	max-width: 320px;
	margin: 0 auto;
	border-bottom: 2px solid #ECECEC;
}

.sucGetin_touch {
	text-align: center;
	padding: 4em 0;
}

.sucGetin_touch a {
	border: 2px solid #FFFFFF;
	border-radius: 3px;
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	padding: 10px 46px;
	display: inline-block;
}

.emnSuc_storyHead2 {
	display: flex;
	justify-content: space-between;
}

.ems_head h1 {
	font-size: 42px;
	color: #000;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
}

.ems_head p {
	font-size: 18px;
	max-width: 763px;
	font-family: 'Inter', sans-serif;
}

.emSuc_viewAll a {
	display: flex;
	color: #000;
	border: 1px solid #000001;
	border-radius: 3px;
	font-size: 21px;
	align-items: center;
	gap: 11px;
	font-weight: 500;
	padding: 11px 34px;
	transition: all .3s;
}

.emSuc_viewAll a:hover {
	text-decoration: none;
	background-color: #fff;
}

.nwSuc_storOt_bx {
	display: grid;
	background: #fff;
	min-height: 406px;
	align-items: flex-end;
}

.row.grGap {
	grid-row-gap: 2em;
}

.nwSuc_brandImg {
	padding: 15px;
}

.nwSuc_brandTagline p {
	font-size: 16px;
	color: #000;
	padding: 0 25px;
	margin-bottom: 35px;
	font-family: 'Inter', sans-serif;
}

.nwSuc_persDetails {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 25px;
}

.nwSuc_persImg {
	width: 135px;
	height: 135px;
}

.nwSuc_persImg img {
	width: 100%;
}

.nwSuc_inDetails h6 {
	font-size: 21px;
	font-weight: 600;
	color: #000;
	font-family: 'Inter', sans-serif;
	margin: 0;
}

.nwSuc_inDetails p {
	font-size: 18px;
	color: #000;
	font-family: 'Inter', sans-serif;
}

.rdOr_blog {
	padding: 6em 0;
}

.rdb_blogBx {
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgb(204 204 204 / 65%);
	display: grid;
	align-content: flex-start;
}

.rdb_descBx {
	padding: 1.5em;
	font-family: 'Inter', sans-serif;
	display: grid;
	gap: 1em;
}

.rdbDesc_head h6 {
	font-size: 16px;
	color: #8E8E8E;
}

.rdb_descBx p {
	font-size: 16px;
	color: #000;
}

.rdb_bgFull a {
	color: #00B67A;
	font-weight: 500;
}

.rdb_bgFull a span {
	margin-left: 5px;
}

.rdb_blogImg {
	overflow: hidden;
	height: 186px;
}

.rdBlog_head h1 {
	text-align: center;
	font-weight: 600;
	color: #000000;
	font-size: 42px;
	font-family: 'Titillium Web', sans-serif;
}

.connectWith_us {
	background-image: url(../image/strConversat_bg.png);
	background-size: cover;
	height: 804px;
	display: grid;
	align-items: center;
}

.rdyToconver_head {
	color: #fff;
}

.rdyToconver_head h1 {
	font-size: 42px;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
}

.rdyToconver_head p {
	font-size: 21px;
	font-family: 'Inter', sans-serif;
	max-width: 671px;
}

.rdyToconver_head a {
	color: #fff;
	font-size: 21px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	border: 1.5px solid #FFFFFF;
	border-radius: 4px;
	padding: 11px 49px;
	display: inline-block;
	margin-top: 4em;
	transition: all .3s;
}

.rdyToconver_head a:hover {
	background-color: #fff;
	color: #00B67A;
	text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.connectForm_bx {
	background-color: #fff;
	max-width: 490px;
	margin-left: auto;
	text-align: center;
	padding: 2em 2.1em 3em;
	border-radius: 4px;
}

.innerCont_frmBx {
	display: grid;
	gap: 1em;
}

.innerCont_frmBx {
	display: grid;
	gap: 1em;
}

.innerCont_frmBx input.form-control {
	font-size: 18px;
	padding: 12px 20px;
	border: 1.5px solid #D4D4D4;
	border-radius: 5px;
	max-width: 384px;
	margin: 0 auto;
	font-family: 'Inter', sans-serif;
}

.innerCont_frmBx textarea.form-control {
	max-width: 384px;
	margin: 0 auto;
	padding: 12px 20px;
	font-size: 18px;
	border: 1.5px solid #D4D4D4;
	border-radius: 5px;
	font-family: 'Inter', sans-serif;
}

button.conctSub_btn {
	width: 100%;
	background-color: #242424;
	border: 0;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	font-weight: 600;
	max-width: 414px;
	padding: 13px;
	margin-top: 2em;
	font-family: 'Inter', sans-serif;
}

.connectForm_bx h1 {
	font-size: 42px;
	font-weight: 600;
	color: #000;
	font-family: 'Inter', sans-serif;
}

.row.cnntRow {
	align-items: center;
}

form.cwsFrm_bx {
	display: grid;
	gap: 2em;
}

.innerCont_frmBx:before {
	content: "";
	position: relative;
	width: 77px;
	height: 2px;
	background-color: #D4D4D4;
	margin: 0 auto 8px;
}


/* Our Service new */
.anvCard.bg-bottom-right {
	background-position: bottom -4rem right -6rem;
}

.anvCard.with-shape-bg {
	background-image: url(../image/combined-shape.png);
	background-size: 300px;
	background-repeat: no-repeat;
}

.anvCard.service-card {
	transition: all .3s ease-in-out;
	margin-bottom: 1.875rem;
	border: 1px solid;
	-webkit-border-image: linear-gradient(45deg, #144a38, #00B679, #144a38) !important;
	border-image-slice: 1 !important;
	background-color: #fff;
}

.anvCard-body {
	padding: 2rem;
}

.btn-line:before,
.service-card .icon,
.service-card .card-title,
.community-card .icon,
.community-card .card-title,
.card-video .play-icon {
	transition: all .6s cubic-bezier(.19, 1, .22, 1) 0s;
}

.service-card .card-title,
.community-card .card-title {
	margin: 0 0 1rem;
}

.color-heading,
.dropdown-menu&gt;li,
.service-card .card-title a,
.community-card .card-title a,
.service-card .icon,
.community-card .icon,
.chosen-container-single .chosen-single:focus,
.chosen-container-single .chosen-single:active,
.chosen-container-single .chosen-single:active:focus,
.btn-current-location {
	color: #000;
	text-decoration: none;
}

p.card-text {
	color: #242424;
	margin: 0;
}

.anvCard.service-card .anvCard-body a.btn.btn-primary {
	background-color: #fefefe00;
	background-image: linear-gradient(63deg, #144a38 0%, #00B679 53%, #144a38 100%) !important;
	-webkit-border-image: linear-gradient(45deg, #144a38, #00b67a, #144a38) !important;
	border-image-slice: 1 !important;
	border: 1px solid;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .1rem;
	padding: 0.76em 3em;
}

.anvCard.service-card .anvCard-body a.btn.btn-primary span {
	background-image: linear-gradient(-90deg, #144a38 0, #00B679 25%, #144a38 50%, currentColor 51%, currentColor 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	transition: background-position .4s ease;
}

.anvCard.service-card .anvCard-body a.btn.btn-primary:hover {
	background: 0 0 !important;
}

.anvCard.service-card .anvCard-body a.btn.btn-primary:hover span {
	background-position: right;
}

.anvCard.service-card:hover {
	box-shadow: 0 30px 30px 0 rgba(33, 37, 41, .051);
}

.anvCard.service-card:hover .card-title {
	background-image: linear-gradient(90deg, #144a38 0, #00B679 25%, #144a38 50%, currentColor 51%, currentColor 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	transition: background-position .4s ease;
}

.service-card .icon,
.community-card .icon {
	display: inline-block;
	margin: 0 0 1rem;
}

.anvCard.service-card:hover .icon {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

section.portfiloSlider {
	padding: 5em 0;
	position: relative;
	background-color: rgb(245, 245, 245);
}

section.portfiloSlider .workshop-headbox h1 {
	font-weight: 500;
}

section.portfiloSlider .workshop-headbox {
	margin-bottom: 2em;
}

/* Swipper Slider */
[class^="swiper-button-"] {
	transition: all 0.3s ease;
}

.swiper-slide {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.swiper-container {
	width: 100%;
	/* height: 100vh; */
	/* float: left; */
	transition: opacity 0.6s ease, transform 0.3s ease;
}

.swiper-container.nav-slider {
	width: 100%;
	/* padding-left: 5px; */
	height: 128px;
}

.swiper-container.nav-slider .swiper-slide {
	cursor: pointer;
	/* opacity: 0.4; */
	transition: opacity 0.3s ease;
}

.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.swiper-container.nav-slider .swiper-slide .content {
	width: 100%;
	display: none;
}

.swiper-container.nav-slider .swiper-slide .content .title {
	font-size: 20px;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.swiper-container.loading {
	opacity: 0;
	visibility: hidden;
}

.swiper-slide {
	overflow: hidden;
}

.work-slider-content {
	display: flex;
	height: 580px;
}

.swiper-slide .slide-bgimg {
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	flex: 0 0 70%;
	background-size: cover;
}

.swiper-slide .entity-img {
	display: none;
}

.swiper-slide .content {
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	color: #000;
	flex: 0 1 30%;
	padding: 3rem 2em;
	transform: translate(0px, 0px);
	background-color: #fff;
}

.swiper-slide .content .title {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}

.swiper-slide .content .caption {
	display: none;
	font-size: 13px;
	line-height: 1.4;
	transform: translateX(50px);
	opacity: 0;
	transition: opacity 0.3s ease, transform 0.7s ease;
}

.swiper-slide .content .caption.show {
	transform: translateX(0);
	opacity: 1;
}

[class^="swiper-button-"] {
	width: 44px;
	opacity: 0;
	visibility: hidden;
}

.swiper-button-prev {
	transform: translateX(50px);
}

.swiper-button-next {
	transform: translateX(-50px);
}

.swiper-container.nav-slider img.entity-img {
	display: grid;
}

.swiper-container.nav-slider .swiper-slide .slide-bgimg {
	/* height: auto; */
	margin-bottom: 0;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	display: grid;
	filter: grayscale(1);
}


.swiper-container.nav-slider .swiper-slide.swiper-slide-duplicate.swiper-slide-active figure.slide-bgimg {
	-webkit-border-image: linear-gradient(45deg, #144a38, #00B679, #144a38) !important;
	border-image-slice: 1 !important;
	border-bottom: 2px solid;
	filter: grayscale(0);
}

.swiper-container.nav-slider .swiper-slide.swiper-slide-active figure.slide-bgimg {
	-webkit-border-image: linear-gradient(45deg, #144a38, #00B679, #144a38) !important;
	border-image-slice: 1 !important;
	border-bottom: 2px solid;
	filter: grayscale(0);
}

.swiper-container.main-slider .swiper-wrapper {
	height: 580px;
}

.f-social-i {
	display: flex;
	gap: 5px;
}

.f-social-i a:nth-child(2) i {
	font-size: 18px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #000 !important;
}

#success_alert {
    ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}</pre></body></html>