@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;800;900&amp;display=swap');
/* @font-face {
	font-family: couture-bldit;
	src: url(../fonts/couture-bldit.woff) format('woff');
	font-style: normal
}
@font-face {
	font-family: couture-bld;
	src: url(../fonts/couture-bld.woff) format('woff')
} */
h1,h2,h3,h4,h5,h6{
	font-family: 'Nunito';
}
/* @import url("../fonts/stylesheet.css"); */

@font-face {
    font-family: 'Mondia';
    src: url('../fonts/Mondia.woff') format('woff');
}

@font-face {
    font-family: 'Mondia Bold';
    src: url('../fonts/MondiaBold.woff') format('woff');
    font-weight: bold;
}
@font-face {
    font-family: 'VisbyCF-Regular';
    src: url('../fonts/VisbyCF-Regular.woff') format('woff');
}
@font-face {
    font-family: 'VisbyCF-Bold';
    src: url('../fonts/VisbyCF-Bold.woff') format('woff');
    font-weight: bold;
}
.btn-default, a, h1, h2, h3, h4, h5, h6, li, p, span, textarea, ul {
	margin: 0;
	padding: 0
}
* {
	margin: 0;
	padding: 0
}
a{
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:focus {
	text-decoration: none
}
.container {
	max-width: 1275px
}
.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #af1225;
	outline: 0;
	box-shadow: 0 0 0 0.25rem #f1a00169;
}
.main-heading h2 {
	font-weight: 700;
	color: #f8a501;
	text-transform: uppercase
}
h1, h2, h3 {
	text-transform: uppercase
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 40px;
	font-weight: bold;
}
::-webkit-scrollbar {
	width: 10px
}
::-webkit-scrollbar-track {
	background-color: #ebebeb;
	-webkit-border-radius: 10px;
	border-radius: 10px
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #f8a501
}
::-moz-selection {
	color: #fff;
	background: #f8a501
}
::selection {
	color: #fff;
	background: #f8a501
}
.mobile-menu {
	display: none
}
.mobile-menu .circle {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	background: #f8a501;
	margin: 0 auto;
	font-size: 16px;
	position: fixed;
	right: 20px;
	top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	border: 2px solid #fff
}
.mobile-menu .mobile-cross {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	background: #f8a501;
	margin: 0 auto;
	font-size: 16px;
	position: fixed;
	right: 0;
	top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999;
	border: 2px solid #fff
}
.mobile-menu .nveMenu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 280px;
	height: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	transform: translateX(-320px);
	transition: all .5s cubic-bezier(.7, 0, .3, 1);
	padding: 40px 20px;
	border: 2px solid #fff
}
.mobile-menu .nveMenu.is-opened {
	opacity: 1;
	visibility: visible;
	transform: translateX(0)
}
.mobile-menu .overlay {
	position: fixed;
	top: 0;
	right: 0;
	width: calc(100% - 280px);
	height: 100%;
	background: rgba(0, 0, 0, .71);
	opacity: 0;
	visibility: hidden;
	transition: all .5s cubic-bezier(.7, 0, .3, 1)
}
.mobile-menu .overlay.is-on {
	opacity: 1;
	visibility: visible;
	z-index: 999
}
.mobile-menu .navlinks li {
	display: block;
	padding: 8px 0
}
.mobile-menu .navlinks li a {
	text-transform: uppercase;
	color: #666;
	font-weight: 700;
	text-decoration: none;
	font-size: 14px;
	/* margin: 0 1px 0 0px; */
}
.mobile-menu .navlinks li a:hover {
	text-decoration: none
}
.mobile-dropdown button {
	background: 0 0;
	border: none;
	text-transform: uppercase;
	color: #666;
	font-weight: 700;
	text-decoration: none
}
.mobile-dropdown ul.dropdown-menu.show {
	border-radius: 0 0 20px 20px;
	border: none;
	height: auto;
	padding: 15px;
	box-shadow: 0 15px 35px #00000029;
	overflow: auto
}
.preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-image: url(../images/preloader.html);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center
}
.active-class {
	border: 2px solid #000
}
.header {
	position: fixed;
	z-index: 99;
	height: auto;
	top: 0;
	width: 100%;
	background: #0000001f;
	padding: 20px 0;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
	border-bottom: 2px solid transparent
}
.active-header {
	background-color: rgba(255, 255, 255);
	top: 0
}
.header-top-bg {
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(29, 217, 190, 1) 20%);
	line-height: 60px;
	text-transform: uppercase;
}
.header-top {
	display: flex;
	justify-content: flex-end;
}
.header-top-bg .top-number a {
	border-radius: 0 20px 20px 0;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: 700
}
.header-top-bg .top-number a:hover {
	color: #f7a401;
}
.main-logo {
	width: 200px
}
.main-header-bg {
	background: #fff;
	box-shadow: 0 3px 30px #00000029;
	line-height: 70px;
	padding: 0px 0;
}
.main-header-bg .main-header {
	display: flex;
	justify-content: space-between
}
.main-header-bg .main-header ul {
	list-style: none;
	text-transform: uppercase
}
.main-header .main-navigation ul li a {
	color: #000;
	text-decoration: none;
	padding: 0 15px;
	font-weight: 600;
	font-size: 15px
}
.main-header .main-navigation ul li a:hover {
	color: #f8a501
}
.main-header .dropdown .dropdown-menu {
	box-shadow: 0 15px 35px #00000029;
	border-radius: 10px;
	opacity: 1;
	top: 63px;
	padding: 10px 20px;
	background-color: rgb(255 255 255 / 36%);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px)
}
.main-header .dropdown .dropdown-menu ul li a {
	letter-spacing: 0;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 10px 0 40px
}
.main-navigation ul.nav li.dropdown:hover ul.dropdown-menu {
	display: block
}
.main-navigation .dropdown-menu {
	line-height: 40px;
	width: max-content
}
.main-dropdown-arrow .button {
	position: relative
}
.main-dropdown-arrow .button:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: -12px;
	width: 8px;
	height: 8px;
	border: 2px solid #f6a401;
	border-left: 0;
	transform: rotate(316deg);
	border-top: 0;
	transition: all .3s ease
}
.main-dropdown-arrow .button:hover:after {
	left: 3px;
	left: 3px
}
.navi-drop-hr {
	width: 95%!important;
	margin: 0
}
.main-banner-bg-2 {
	margin: 50px 0 0 0;
	padding: 140px 0;
	background-size: cover;
	background-repeat: no-repeat;
}
section.main-banner-bg {
	padding: 100px 0 0 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.main-banner-bg h5, .main-banner-bg-2 h5 {
	color: #f51618;
	padding: 10px 0;
	text-transform: uppercase
}
.main-banner-bg h1, .main-banner-bg-2 h1 {
    font-size: 37px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 50px;
    padding: 10px 0;
}
.main-banner-bg p, .main-banner-bg-2 p {
	font-size: 15px;
	color: #fff
}
.main-banner-btn {
	display: flex;
	justify-content: flex-start;
	margin: 30px 0;
}
.btn-1 a, .btn-1 button {
	background: #f7a401;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	padding: 10px 20px!important;
	transition: .3s;
	border: 2px solid #f8a501;
	margin: 0 0 0 15px;
}
.btn-1 a:hover, .btn-1 button:hover {
	background: 0 0;
	color: #f7a401;
	border: 2px solid #f7a401;
}
.btn-2 a {
	border: 2px solid #fff;
	border-radius: 5px;
	color: #fff;
	transition: 0.3s;
	padding: 10px 20px;
	text-decoration: none;
	margin: 0 0 0 15px;
}
.btn-2 a:hover {
	background: #f7a401;
	color: #fff;
	border: 2px solid #f7a401;
}
.btn-3 a {
	border: 2px solid #fff;
	border-radius: 5px;
	color: #fff;
	transition: 0.3s;
	padding: 10px 20px;
	text-decoration: none;
	margin: 0 0 0 15px;
	background: #f00;
}
.btn-3 a:hover {
	background: #18191d;
	color: #fff;
	border: 2px solid #18191d;
}

.btn-4 a, .btn-4 button {
	background: #000;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	padding: 10px 20px!important;
	transition: .3s;
	border: 2px solid #000;
	margin: 0 0 0 15px;
}
.btn-4 a:hover, .btn-4 button:hover {
	background: 0 0;
	color: #000;
	border: 2px solid #000;
}
.btn-5 a {
	border: 2px solid #000;
	border-radius: 5px;
	color: #000;
	transition: 0.3s;
	padding: 10px 20px;
	text-decoration: none;
	margin: 0 0 0 15px;
}
.btn-5 a:hover {
	background: #000;
	color: #fff;
	border: 2px solid #000;
}
.banner-content .home-content-img img {
	width: 110px;
	padding: 15px;
}
.banner-content span {
	-webkit-background-clip: text;
	color: #f51618;
}
.banner-logo img {
	width: 180px!important;
}
.cta-1-bg {
	background-image: url(../images/cta-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0;
}
.cta-1-bg h2 {
	padding: 15px 0;
}
.cta-1-bg h4 {
	-webkit-background-clip: text;
	color: #f51618;
	padding: 10px 0;
	text-transform: capitalize;
}
.cta-1-bg p {
	padding: 10px 0;
}
.services-bg {
	padding: 50px 0;
	background-color: #18191d;
	position: relative;
}
.services-img{
	width: 50px;
	height: 50px;
}
.services-heading{
	margin: 0 0 20px 0;
}
.services-heading h2 {
	padding: 10px 0;
	color: #fff;
}
.services-heading p {
	color: #fff;
    margin: 0 0 10px;
    font-size: 20px;
}
.service-card {
	box-shadow: 14px 9px 15px #0000001c;
	border-radius: 10px;
	padding: 30px;
	transition: all 0.3s ease-in;
	margin: 0 0 27px 0;
	cursor: pointer;
	background-color: #fff;
	height: 315px;
	color: #000 !important;
}
.service-card img {
	width: 100px!important;
	padding: 0 15px 0px 0;
}
.service-card h3 {
    font-weight: 600;
    padding: 5px 0;
    height: 65px;
    font-size: 18px;
}
.service-card p {
	padding: 5px 0;
	height: 200px;
}
.services-bg .owl-theme .owl-nav {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: inherit;
	bottom: 250px;
	margin: 0 -30px;
}
.services-bg .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #f2a001;
}
.services-bg .owl-theme .owl-nav button {
	color: #ed9d01;
	font-size: 30px;
}
.services-bg .owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
	color: #000;
	text-decoration: none;
}
.portfolio-bg {
	padding: 50px 0;
}
.portfolio-card {
	padding: 20px 0;
	color: #fff;
	height: 100vh;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.portfolio-inner {
	padding: 170px 0 170px 170px;
}
.portfolio-bg h2, .portfolio-inner h2, .portfolio-inner p {
	padding: 10px 0;
}
.portfolio-bg {
	padding: 50px 0;
}
.core-development-bg {
	padding: 0px 0 50px 0;
}
.core-development-bg .strokeeffect {
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #949494;
	font-style: normal;
	font-weight: 500;
	font-size: 70px;
	line-height: 80px;
}
.core-development-bg h3,
.core-development-bg h2{
	font-style: normal;
	font-weight: 600;
	font-size: 60px;
	line-height: 55px;
	color: #000000;
	/* padding: 10px 0; */
}
.core-development-bg h3 span {
	font-weight: bold;
	color: #ff0000;
}
.core-development-bg .accordion-button:not(.collapsed) {
	color: #f51618;
	background-color: transparent;
	font-weight: bold;
}
.core-development-bg .accordion-button:not(.collapsed)::after {
	filter: grayscale(1);
}
.core-development-bg .accordion-button:focus {
	z-index: 3;
	border-color: transparent !important;
	outline: 0;
	box-shadow: unset !important;
}
.counter-inner.text-center span {
    color: #f51618 !important;
}

.we-serve-bg-2 img {
}



.we-serve-bg-1 img {
}
.core-development-bg h2 button,
.core-development-bg h3 button  {
	color: #000;
	background-color: transparent;
	font-weight: bold;
	box-shadow: none;
}
.core-development-bg p {
	padding: 10px 0;
	line-height: 30px;
	font-weight: 600;
}
.core-box img {
    width: 140px;
    height: 130px!important;
    padding: 20px;
}
.partner-bg {
	background-repeat: no-repeat;
	background-size: contain;
	height: 375px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.partner-bg h3 {
	color: #fff;
}
.partner-bg h2 {
	color: #fff;
	font-size: 50px;
}
.partner-bg p {
	padding: 20px 0;
	color: #fff;
}
.core-development-inner {
	padding: 20px 0;
}
.core-development-inner img {
	width: 250px;
}
.core-development-inner h4 {
	padding: 10px 0;
}
.core-development-inner-bg {
	padding: 60px 0;
}
.core-development-we-serve {
	padding: 60px 0px 20px 0;
}
.core-development-inner-bg img {
	width: 260px;
	padding: 20px;
}
.development-we-serve {
	height: 150px;
	width: 150px;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
	flex-direction: column;
}
.development-we-serve img {
	width: 60px;
}

.we-serve-bg-1 {
	background-color: transparent;
	color: #000;
	border: 1px solid #18191d;
}
.we-serve-bg-2 {
	background-color: #18191d;
	color: #000;
	border: 1px solid #18191d;
	background: transparent;
}
.cta-2 {
	background-color: #f09f01;
	padding: 30px;
	border-radius: 15px;
}
.cta-2 h2, .cta-2 h5 {
	color: #fff;
	padding: 5px 0;
}
.blog-ineer {
	padding: 20px;
	transition: 0.3s;
	border: 2px solid #f8a501;
}
.blog-ineer:hover {
	box-shadow: 0 27px 50px #02dfbf26;
	border: 2px solid #13cfb457;
	padding: 20px;
}
.floatbutton.active {
	right: 0;
	z-index: 9;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.floatbutton {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: fixed;
	right: -371px;
	top: 15%;
	font-size: 0;
	width: 420px;
	z-index: 999
}
.floatbutton .clickbutton {
	width: 50px;
	z-index: 999;
	height: 200px;
	cursor: pointer;
	box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, .09);
	border-radius: 3px 0 0 3px;
	border-radius: 10px 0 0 10px;
	display: inline-block;
	padding-top: 0;
	vertical-align: top;
	margin-top: 125px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	border: 2px solid #fff;
	text-transform: uppercase;
	background-color: #f7a401;
	box-shadow: 0 0 40px #00000026;
	-webkit-box-shadow: 0 0 40px #00000026;
	-ms-box-shadow: 0 0 40px #00000026;
	-o-box-shadow: 0 0 40px #00000026
}
.floatbutton .clickbutton .crossplus:before {
	content: "";
	display: none;
	position: absolute;
	width: 20px;
	height: 2px;
	right: 0;
	background: #fbb334;
	z-index: 99;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto
}
.floatbutton .clickbutton .crossplus:after {
	content: "";
	display: none;
	position: absolute;
	width: 2px;
	height: 20px;
	right: 0;
	background: #fab334;
	z-index: 99;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto
}
.floatbutton .clickbutton .crossplus {
	position: absolute;
	display: block;
	transform: rotate(-90deg);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	left: -52px;
	white-space: pre;
	bottom: 87px
}
.floatbutton .clickbutton .crossplus.rotate {
	transform: rotate(45deg);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.floatbutton .clickbutton .crossplus i {
	font-size: 18px;
	color: #fff;
	margin: 17px 0 0 15px
}
.floatbutton .banner-form {
	background: #fff;
	padding: 15px;
	position: relative;
	z-index: 99999!important;
	border-radius: 5px;
	margin: 0;
	width: 370px;
	display: inline-block;
	box-shadow: 0 0 30px #0000001f
}
.ban-form input {
	width: 100%;
	margin: 0;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 10px 15px;
	color: gray;
	font-size: 14px;
	border-radius: 3px;
	height: 50px;
	font-weight: 400;
	outline: 0!important;
	margin: 0 0 15px 0
}
.banner-form .intl-tel-input {
	width: 100%
}
.banner-form h3 {
	color: #141315;
	font-size: 24px;
	margin-bottom: 5px;
	font-weight: 700
}
.banner-form h3 strong {
	font: 24px/24px Poppins, sans-serif;
	font-weight: 600
}
.ban-form input[type=submit] {
	color: #fff;
	font-weight: 600;
	border-radius: 3px;
	text-align: center;
	padding: 10px 15px;
	margin: 20px 0 0;
	border: transparent;
	cursor: pointer;
	border-radius: 5px;
	background-color: #02dfbf;
}
.ban-form textarea {
	width: 100%;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 10px 15px;
	color: gray;
	font-size: 14px;
	border-radius: 3px;
	font-weight: 400;
	height: 120px;
	outline: 0!important;
	margin: 15px 0 0 0;
	resize: none
}
.btns_wrap {
	position: fixed;
	right: -6px
}
.btns_wrap a:hover {
	text-decoration: none!important;
	right: 0
}
.btns_wrap .call_wrap {
	width: 280px;
	border: 2px solid #fff;
	background-color: #eb9c01;
	position: absolute;
	right: -225px;
	top: 63px;
	border-radius: 3px 0 0 3px;
	overflow: hidden;
	box-shadow: 0 0 40px #00000026!important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 9999;
	border-radius: 10px 0 0 10px;
}
.btns_wrap .call_wrap span {
	color: #fff;
	font-size: 20px;
	vertical-align: middle;
	padding: 15px 20px 15px 15px
}
.btns_wrap .chat_wrap {
	display: block;
	position: absolute;
	right: -225px;
	width: 280px;
	background-color: #f7a401;
	top: 0;
	border-radius: 0;
	overflow: hidden;
	border: 2px solid #fff;
	box-shadow: 0 0 40px #00000026!important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 10px 0 0 10px;
	z-index: 9999
}
.btns_wrap .call_wrap span.icoo, .btns_wrap .chat_wrap span.icoo {
	color: #fff;
	font-size: 18px;
	padding: 15px 20px;
	vertical-align: middle;
	display: inline-block;
	border-radius: 10px 0 0 10px
}
.btns_wrap .chat_wrap span {
	color: #fff;
	font-size: 20px;
	vertical-align: middle;
	padding: 15px 30px 15px 15px
}
.ban-form .fldset.inpchecbx label {
	display: inline-block;
	margin: 0;
	line-height: 1.4;
	color: #676767;
	font-size: 13px
}
.ban-form .fldset.inpchecbx input {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0
}
.fldset.inpchecbx {
	margin: 10px 0 0 0
}
.fldset p {
	font-size: 13px;
	color: #676767;
	padding: 0;
	margin: 10px 0 0 0
}
.fldset p a {
	display: block;
	padding: 5px 0 0 0;
	color: #141315;
	font-weight: 500;
	font-size: 14px
}
.main-services-banner-sec .ban-form .fldset textarea {
	height: 60px
}
.main-services-banner-sec .ban-form input {
	height: 40px
}
.intl-tel-input .country-list .country {
	font-size: 14px
}
.footer-bg {
	padding: 30px 0;
	background: rgb(127, 219, 206);
	background: linear-gradient(180deg, rgb(2 43 54) 0%, rgb(2 43 54) 50%);
}
.footer-content-1 p {
	font-size: 17px;
	color: #fff;
	padding: 10px 0
}
.social-icons a {
	padding: 0 15px 0 0
}
.footer-content-2 h4, .footer-content-3 h4 {
	color: #fff;
	font-size: 25px;
	font-weight: 700
}
.footer-content-2 ul li {
	color: #f1a001;
	padding: 5px 0px;
}
.footer-content-2 ul li a {
	color: #fff;
	text-decoration: none
}
.footer-content-2 ul li a:hover {
	color: #f5a301;
	text-decoration: none
}
.footer-content-3 {
	color: #fff
}
.footer-content-3 ul {
	list-style: none
}
.footer-content-3 ul li {
	display: flex;
	padding: 5px 0
}
.footer-content-3 li i {
	padding: 4px 10px 0 0
}
.footer-content-3 a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.footer-content-3 a:hover {
	color: #f4a201;
}
.footer-hr {
	height: 1px!important;
	color: #fff;
	margin: 35px 0 20px 0;
	opacity: 1
}
.footer-btm {
	display: flex;
	justify-content: space-between;
	color: #fff
}
.footer-btm a {
	color: #fff;
	text-decoration: none
}
.footer-btm a:hover {
	color: #f7a401;
	text-decoration: none
}
.footer-logo {
	width: 250px;
}
.map-main iframe {
	border-radius: 15px;
	height: 580pX;
}
/* sec-contact-bg start */

.sec-contact-bg {
	padding: 50px 0;
}
.sec-contact-bg .form-main {
	box-shadow: 3px 3px 22px #01e07b30;
	border-radius: 15px;
	padding: 25px;
	background-color: #fff;
}
.sec-contact-bg .form-main .input-main label {
	color: #022c36;
	font-size: 14px;
	margin: 0 0 6px 0;
	text-transform: capitalize;
}
.sec-contact-bg .form-main .input-main .ct-fm {
	border: 2px solid #022b36;
	border-radius: 4px;
	height: 50px;
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	padding: 5px 11px;
	margin: 0 0 24px 0;
	outline: 0;
	background: transparent;
	color: #022b36;
}
.sec-contact-bg .form-main .input-main .ct-fm::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
	text-transform: capitalize;
}
.sec-contact-bg .form-main .input-main .ct-fm::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
	text-transform: capitalize;
}
.sec-contact-bg .form-main .input-main .ct-fm:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
	text-transform: capitalize;
}
.sec-contact-bg .form-main .input-main .ct-fm:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
	text-transform: capitalize;
}
.sec-contact-bg .form-main .input-main .ct-tx {
	border: 2px solid #022b36;
	border-radius: 4px;
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	padding: 5px 11px;
	margin: 0 0 24px 0;
	outline: 0;
	background: transparent;
	color: #022b36;
	resize: none;
}
.sec-contact-bg .form-main .input-main .ct-tx::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
	text-transform: capitalize;
}
.sec-contact-bg .form-main .input-main .ct-tx::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
	text-transform: capitalize;
}
.sec-contact-bg .form-main .input-main .ct-tx:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
	text-transform: capitalize;
}
.sec-contact-bg .form-main .input-main .ct-tx:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
	text-transform: capitalize;
}
.sec-contact-bg .form-main .submit-btn {
	height: 56px;
	cursor: pointer;
	width: 100%;
	background: #ff0000;
	border-radius: 8px;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	text-transform: capitalize;
}
.sec-contact-bg .form-main .form-check .form-check-input:checked {
	background: #14d1b5;
	border: 1px solid #14d1b5;
}
.sec-contact-bg .form-main .form-check .form-check-label {
	color: #022b36;
	font-size: 14px;
	margin: 0;
	text-transform: capitalize;
	text-align: right;
}
.contact-content {
	padding: 40px 0;
}
/* sec-contact-bg close */

.about-bg {
	padding: 50px 0;
}
.about-bg h2 {
	padding: 20px 0;
}
.core-value-wrapper {
	padding: 50px 0;
}
.core-value-head {
	margin-bottom: 40px;
	text-align: center;
}
.core-value-head {
	margin-bottom: 40px;
	text-align: center;
}
.core-value-head h2 {
	font-size: 3rem;
	margin-bottom: 26px;
	font-weight: 700;
	color: #333 !important;
}
.core-value-head p {
	/* width: 560px; */
	margin: 0 auto;
	font-weight: 400;
}
.core-box {
	background-color: #fff;
	text-align: center;
	padding: 60px 3% 50px;
	position: relative;
	transition: .3s;
}
.core-box:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-box-shadow: 3px 4px 32px 0 rgb(0 0 0 / 18%);
	-moz-box-shadow: 3px 4px 32px 0 rgba(0, 0, 0, .18);
	box-shadow: 3px 4px 32px 0 rgb(0 0 0 / 18%);
}
.core-box i {
	color: #02DFBF;
	font-size: 80px;
	text-align: center;
	margin: 0 0 15px 0;
}
.core-box h3 {
	margin-bottom: 22px;
	line-height: 1.3;
	text-align: center;
}
.core-box p {
	font-weight: 400;
	text-align: center;
	line-height: 26px;
	margin-bottom: 30px;
}
/* form-sec csss start */

.contact-form-page {
	padding: 50px 0;
}
.heading-contact-homepage {
	text-align: center;
	margin: 0 auto;
}
.heading-contact-homepage h3 {
	color: #333;
	font-size: 45px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 55.22px;
	padding-top: 0;
	text-align: center;
	margin: 0 0 40px 0;
}
.heading-contact-homepage h4 {
	font-size: 28px;
	color: #223547;
	margin-bottom: 45px;
}
.contact-form-page input {
	height: 50px;
	margin-bottom: 27px;
	border-radius: 10px;
	border: 1px solid #02dfbf;
	background: #ffffff8f;
	padding-left: 20px;
	-webkit-box-shadow: 0 0 29px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 0 29px 0 rgb(0 0 0 / 10%);
	-webkit-appearance: none;
}
.disnone-st+span {
	display: none!important;
}
.contact-form-page textarea {
	height: 118px;
	margin-bottom: 27px;
	border-radius: 10px;
	border: 1px solid #02dfbf;
	background: #ffffff8f;
	padding-left: 20px;
	padding-top: 20px;
	-webkit-box-shadow: 0 0 29px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 0 29px 0 rgb(0 0 0 / 10%);
}
.contact-form-page input.form-control.submitbtn {
	color: #fff;
	width: 170px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	border-radius: 30px;
	background-color: #02DFBF;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	border: none;
	margin: 0 auto;
	cursor: pointer;
}
.contact-form-page input.form-control.submitbtn:hover {
	background-color: #F8A501;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
/* form-sec csss end */
.about-caro-inner h3 {
	font-size: 45px;
	font-weight: bold;
	padding: 20px 0;
}
.about-caro-inner p {
	padding: 10px 0;
	font-size: 20px;
}
.port-ani {
	-webkit-animation: man-updown 1s infinite alternate;
	animation: man-updown 1s infinite alternate;
}
@keyframes man-updown {
	0% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
}
.portfolio-bg-parallax {
	background-image: url("../images/port-1.jpg");
	min-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.portfolio-bg-parallax-1 {
	background-image: url("../images/port-1.jpg");
}
.portfolio-bg-parallax-2 {
	background-image: url("../images/port-2.jpg");
}
.portfolio-bg-parallax-3 {
	background-image: url("../images/port-3.jpg");
}
.portfolio-bg-parallax-4 {
	background-image: url("../images/port-4.jpg");
}
.main-about-bg {
	padding: 50px 0;
}
.main-about-bg a {
	color: #f1a001;
	text-decoration: none;
	transition: 0.3s;
}
.main-about-bg a:hover {
	color: #02dfbf;
	;
}
/* .main-about-bg p, .main-about-bg img {
	width: 100px;

} */
.start-padd {
    width: 20px!important;
    padding: 0 2px;
}
.count {
	line-height: 50px;
	color: #18191d !important;
	margin: 0 0px;
	font-size: 26px;
	font-weight: bold;
}
.counter-inner {
	padding: 0 20px;
}
.counter-inner h4 {
	font-size: 15px;
	padding: 10px 0px;
}
.main-counter-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-inner {
	background-color: #ffffff;
	padding: 50px;
	border-radius: 15px;
	color: #000;
	box-shadow: 0 0px 50px #022b36;
}
.about-inner-indus{
    box-shadow: 15px 15px 25px rgb(0 0 0 / 8%)!important;
}
.cta-3 {
	cursor: pointer;
	width: 100%;
	height: 300px;
	background-image: url("../images/cta-bg.png");
	background-size: cover;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cta-4 {
	background: #3cdfbc!important;
	padding: 20px 0;
}
.cta-4 h3{
	font-size: 45px;
}
.cta-4 p{
	font-size: 25px;
	color: #000;
}
.cta-3 h5 {
	color: #fff;
	padding: 10px 0;
}
.cta-3 h2 {
	font-size: 50px;
	line-height: 1.2;
	margin-right: auto;
	text-align: left;
	color: #ffffff;
}
.cta-3 button {
	cursor: pointer;
	height: 50px;
	border-radius: 10px;
	border-style: solid;
	border-width: 2px;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.4px;
	transition: color 0.3s, background-color 0.3s, filter 0.2s;
	color: white;
	border-color: white;
	flex-shrink: 0;
	width: 177px;
}
/* .cta-3 button:hover{
  background-color: red;
} */

/* .cta-3:hover::before {
  transform: scale(1.1);
}
.cta-3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url("../images/cta-bg.png");
  transition: transform 0.3s;
} */
.testimonial-2 .testi-inner p {
    font-size: 15px;
    color: #000;
    padding-top: 13px;
    overflow: auto;
    height: 195px;
}
.testimonial-2 .testi-inner ul li h3 {
    font-size: 17px!important;
    padding: 9px 0!important;
}
.testimonial-bg {
	padding: 50px 0;
	/* background-image: url("../images/cta-1.png"); */
	background-size: cover;
	background-repeat: no-repeat;
}
.testi-inner {
	background: #fff;
	padding: 22px;
	border-radius: 10px;
	box-shadow: 0 0px 1px 0px #00000029;
}
.testi-inner ul {
	display: flex;
	list-style: none;
}
.testi-inner ul li h3 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 0;
}
.testi-inner ul li h4 {
	font-size: 13px;
}
.testi-inner ul li img {
	width: 50px !important;
	padding-right: 10px;
	border-radius: 100%;
}
.testi-inner p {
	font-size: 13px;
	color: #000;
	padding-top: 13px;
	overflow: auto;
	height: 75px;
}
.testimonial-bg h2 {
	color: #000;
	padding: 20px 0;
}
.section8 .row {
	background: #fff;
	padding: 34px 24px 0;
	margin-bottom: 0px;
	position: relative;
	box-shadow: 5px 5px 25px rgb(0 0 0 / 8%);
	border-radius: 12px;
}
.decor-line {
	position: relative;
	padding-bottom: 20px;
}
.section8 p {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	margin: 18px 0;
}
.accr_box {
  padding: 20px 0;
}
.awards-bg {
  padding: 50px 0;
}
.awards-inner{
  background: #fff;
  text-align: center;
  margin: 40px 20px;
  padding: 40px 20px;
  box-shadow: 3px 4px 15px 0 rgba(40, 37, 38, .2);
  transition: linear .3s;
  border-radius: 15px
}
.awards-inner a{
  text-decoration: none;
}
.awards-inner:hover {
  box-shadow: 3px 4px 15px 0 rgba(40, 37, 38, .35);
  transition: linear .3s;
  transform: scale(1.1);
}

.awards-inner img {
  margin: auto;
  width: 227px!important;
  height: 150px
}

.awards-inner .awards-content {
  height: 100px;
  margin-top: 20px
}

.awards-inner a {
  color: #061327;
  text-decoration: none;
  outline: 0
}

.awards-inner .awards-content h5 {
  font-size: 16px;
  line-height: normal;
  color: #061327
}

.awards-inner .awards-content p {
  font-size: 13px;
  line-height: 22px;
  color: #061327
}

.pop-up-modal-bg .modal-body {
	background-size: contain;
	background-repeat: no-repeat
}
.pop-up-modal-bg .modal-body {
	background-color: #02dfbf;
	flex: 1 1 auto;
	padding: 20px 0;
	width: 100%;
	border-radius: 20px;
}
.pop-up-modal-bg .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff0;
	background-clip: padding-box;
	border: none;
	border-radius: .3rem;
	outline: 0;
	margin: 0 80px
}
.popup-modal-content h3 {
	color: #fff;
	font-size: 28px;
	padding: 0 0 20px
}
.popup-modal-content h4 {
	color: #fff;
	padding: 10px 0;
	font-weight: 700
}
.popup-modal-content span {
	font-size: 40px;
	color: #f1a001;
	font-weight: 700
}
.pop-up-modal-bg .form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #ffffff6a;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.main-modal-bg-btn button {
	background-color: #f1a001;
	border-radius: 5px;
	padding: 10px 0;
	width: 90%;
	transition: .3s;
	margin: 10px 0;
	border: 2px solid #Fff;
	color: #fffcfc;
	font-size: 20px
}
.main-modal-bg-btn button:hover {
	background-color: #f1a001;
	border: 2px solid #02dfbf;
}
#countdown {
	font-size: 48px
}
.popup-modal-content strong {
	color: #f1a001;
}
.cross-btn {
    background-color: #fff;
    box-shadow: 0 0 6px #00000029;
    border-radius: 50px;
    padding: 10px;
    position: absolute;
    top: 40px;
    color: #fff;
    right: 40px;
}

/* frm  */

.contact-flow {
    min-height: 100%;
    margin-top: 4px;
    padding: 2rem 3rem;
    background-color: #f8f8f9;
    border-radius: 9px;
}

.contact-flow__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: center;
    font-family: 'Nunito';
}

.in-violet-450 {
    color: #f1a001!important;
}

.contact-flow__list-item {
    opacity: .8;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.86;
}

.ordered-list {
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 0;
    list-style: none;
    counter-reset: item;
}

.ordered-list__item:before {
    content: counter(item) "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f1a001;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    counter-increment: item;
}

.ordered-list__item {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.88;
    position: relative;
    margin-bottom: 37px;
    padding-left: 47px;
    font-family: 'Poppins';
}


.frm_area_btm form {
	background: linear-gradient( 90deg, #87efe0 0%, #12d3b7 100%);
	padding: 3rem 6rem 3rem;
	border-radius: 15px;
}

.frm_area_btm form h4 {
    text-align: center;
    color: #fff;
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 27px;
}

.frm_area_btm form input[type="text"],
.frm_area_btm form input[type="email"],
.frm_area_btm form input[type="tel"] {
    width: 100%;
    display: block;
    margin: 70px 0;
    border: none;
    border-bottom: 1px solid white;
    background: transparent;
    color: #fff;
    font-family: 'Nunito';
    font-size: 16px;
    outline: none;
}

.frm_area_btm form label {
    color: #fff;
    font-family: 'Poppins';
    font-size: 15px;
}

.frm_area_btm form input::placeholder,
.frm_area_btm form textarea::placeholder {
    color: #fff;
}

.frm_area_btm form textarea {
    width: 100%;
    display: block;
    margin: 22px 0 47px;
    border: none;
    border-bottom: 1px solid white;
    background: transparent;
    color: #fff;
    font-family: 'Nunito';
    font-size: 16px;
    height: 26px;
    outline: none;
}

.frm_area_btm form button {
    background: #fff;
    outline: none;
    border: none;
    padding: 10px 60px;
    margin: 50px auto 0;
    display: block;
    font-size: 16px;
    border-radius: 48px;
    font-family: 'Poppins';
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.frm_area_btm form button:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.section__title {
    text-align: center;
    font-family: 'Nunito';
    font-weight: 700;
    text-transform: capitalize;
    margin: 59px 0;
    color: #333;
}

.section__title span {
    display: block;
}

.contact-section {padding: 0 0 50px 0;}
/* frm */
.terms-bg {
    padding: 50px 0;
}
.terms-bg .inner-content h5 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0fcaaf;
    margin: 0 0 10px 0;
}
.terms-bg .inner-content p {
    font-size: 16px;
    line-height: 27px;
    color: #000;
    margin: 0 0 20px 0;
    font-weight: 500;
}
.industry-about-bg {
	padding: 30px 0;
	background-size: cover;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #000;
}
/* .industry-about-bg1 {
	background-image: url("../images/app-solution.jpg");
	padding: 70px 0;
}
.industry-about-bg2 {
	background-image: url("../images/banner/banner02.jpg");
	padding: 70px 0;
}
.industry-about-bg3 {
	background-image: url("../images/banner/banner03.jpg");
	padding: 70px 0;
}
.industry-about-bg-3{
	color: #000;
	padding: 50px 0;
} */

.industry-about-bg2 .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    display: flex;
}
.industry-1-inner ul li{
	color: #f7a401;
}
.industry-about-bg .our-project-list{
	padding: 0 0 0 20px;
	margin: 20px 0 10px;
}
.industry-about-bg .our-project-list li{
	margin: 0px 0 5px;
}
.industry-about-bg-3 {
	padding: 30px 0;
}

.industry-about-bg-3 h2{
    color: rgb(0,0,0,.87);
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    z-index: 9;
    margin: 0 0 20px 0;
}
.industry-about-bg-3 p{
    margin: 0 0 10px 0;
}
.industry-about-bg-3 ul.industry-about-bg3-list{
    list-style: none;
}
.industry-about-bg-3 ul.industry-about-bg3-list li{
	margin: 0 0 10px 0;
}
.industry-about-bg-3 ul.industry-about-bg3-list li h3{
    color: #000;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}
.industry-about-bg-3 ul.industry-about-bg3-list li h3 span{
	font-weight: 900;
}
.industry-about-bg-3 ul.industry-about-bg3-list li p{}


/*banner-content-form*/
.banner-content-form {
	background-color: #3aceb1;
	box-shadow: 7px 1px 100px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	padding: 20px 40px;
	margin: 20px 0;
	position: relative;
}
.banner-content-img{position: absolute;top: 100px;right: 82px;width: 400px;}
/***************************** sec-app-projects *****************************/

.sec-app-projects {
	position: relative;
	padding: 0;
	margin: 0;
	overflow: hidden;
	z-index: 15;
  }
  
  .sec-app-projects .bg-clr-1 {
	background: linear-gradient(to right, #f6a30196 0, #f09f01 50%, #fff 50%, #fff 100%);
	}
  
  .sec-app-projects .bg-clr-2 {
	background: linear-gradient(to right, #02dfbf 0, #02dfbfa6 50%, #fff 50%, #fff 100%);
	}
  
  .sec-app-projects .bg-clr-3 {
	background: linear-gradient(to right, #009f98 0, #63c9bd 50%, #fff 50%, #fff 100%);
  }
  .sec-app-projects .bg-clr-4 {
	background: linear-gradient(to right, #e73330 0, #ef4b23 20%, #ffc90a 50%, #fff 50%, #fff 100%);
  }
  .sec-app-projects .project-title {
	position: relative;
  }
  .sec-app-projects .project-title h6 {
	position: absolute;
	left: 0;
	color: #fff;
	display: none;
	z-index: 1;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Jost', sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
	transform: rotate(270deg);
	top: 105px;
	}
  
  .sec-app-projects .project-title h6::after {
	background-color: #fff;
	content: "";
	height: 2px;
	position: absolute;
	top: 6px;
	right: -58px;
	width: 50px;
  }
  
  .sec-app-projects .main-fixed {
	position: relative;
	height: 1020px;
	}
  
  .sec-app-projects .fixed-area-main {
	clip: rect(auto, auto, auto, auto);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
  }
  
  .sec-app-projects .fixed-area-main .fixed-main {
	/* position: fixed; */
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	padding-top: 30px;
	}
  
  .sec-app-projects .fixed-area-main .fixed-main .img-main .thumb {
	display: block;
	margin: 0 auto;
	width: 509px;
  }
  
  .sec-app-projects .fixed-area-main .desc-main {
	padding: 0 80px 0 80px;
  }
  
  .sec-app-projects .fixed-area-main .desc-main h6 {
	font-family: 'Jost', sans-serif;
	font-size: 50px;
	text-transform: capitalize;
	font-weight: 700;
	color: #0a2d37;
	margin: 0;
	padding: 0;
  }
  
  
  .sec-app-projects .fixed-area-main .desc-main ul {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 10px 0 25px 0;
	padding: 0;
	list-style: none;
  }
  
  .sec-app-projects .fixed-area-main .desc-main ul li {
	font-family: 'Jost', sans-serif;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 400;
	color: #555;
	margin: 0 10px 0 0;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	width: auto;
	border-radius: 50px;
	border: 1px solid #f5f7fa;
	background-color: #f5f7fa;
  }
  
  .sec-app-projects .fixed-area-main .desc-main p {
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	text-transform: none;
	line-height: 30px;
	font-weight: 400;
	color: #000;
	margin: 0;
	padding: 0;
  }
  
  .sec-app-projects .fixed-area-main .desc-main .install-btn {
	/* background: linear-gradient(90deg, rgba(2, 223, 157, 1) 0%, rgba(2, 223, 191, 1) 100%); */
	transition: .4s;
	position: relative;
	z-index: 1;
	overflow: hidden;
	font-weight: 400;
	color: #fff;
	/* padding: 12px 40px; */
	/* border-radius: 5px; */
	padding: 0;
	margin: 20px 0 0  11px;
	text-transform: capitalize;
	font-family: 'Jost', sans-serif;
  }
  
  a.btn.install-btn img {
	  width: 121px;
  }
  
  .sec-app-projects .fixed-area-main .desc-main .install-btn::before {
	position: absolute;
	top: 0;
	left: -100%;
	content: "";
	width: 100%;
	height: calc(100% + 3px);
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .4s;
	transition: .4s;
  }
  .sec--09 {
	padding: 50px 0px 50px;
	/* background: #1f1e1d; */
	position: relative;
	background-image: url("../images/industry-texture.png");
	background-size: cover;
	background-repeat: no-repeat
}

.sec--09:before {
	content: '';
	/* background-image: url("..//images/banner/industry-banner.jpg"); */
/*	width: 1050px;*/
	height: 1050px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
	position: absolute;
	left: -250px;
	top: 230px;
}

.sec--09 .ser-feature {
	position: sticky;
	top: 120px;
}

.sec--09 .subtitle {
	font-size: 15px;
	color: #ef5123;
	line-height: 20px;
	font-family: Gilroy-Medium;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 50px;
	position: relative;
	margin-bottom: 30px;
}

.sec--09 .subtitle:after {
	content: '';
	background: #ef5123;
	width: 20px;
	height: 2px;
	display: block;
	margin-top: 30px;
}

.sec--09 h2 {
	color: #000;
	padding: 20px 0 0px 0;
	margin-bottom: 20px;
}

.sec--09 p {
	color: #000;
}
.ser-feature img{
	width: 100px;
}
.service-list {
    margin-bottom: 50px;
}
.service-list .number {
    font-size: 30px;
    color: #000;
    margin: 10px 0px;
}
.service-list h3,
.service-list h2 {
    color: #000;
    font-size: 24px;
    margin-bottom: 5px;
}
.industry-portfolio-bg {
	padding: 28px 0;
}
.industry-portfolio-inner {
	padding: 50px;
}
.industry-portfolio-inner h5{
	font-size: 50px;
    line-height: 60px;
}
.industry-portfolio-inner p{
	font-size: 20px ;
}
ul.main-whole-li {
    padding: 20px;
}
.industry-portfolio-bg .owl-theme .owl-dots .owl-dot span {
    width: 60px;
    height: 10px;
    margin: 15px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f7a401;
}
/* industry */
.industry-texture-bg {
	background-image: url('../images/industry-texture.png');
	
}
.industry-banner-bg h1,
.industry-banner-bg p {
    color: #000!important;
}
.industry-banner-bg h5 {
    border: 3px solid #3cd1b4;
    color: #000!important;
    width: 350px;
    padding: 18px!important;
    border-radius: 15px;
}

/*Features App Section Start*/
section.features-app-wrap{
	padding: 30px 0;
	background: linear-gradient(180deg, rgb(2 43 54) 0%, rgb(2 43 54) 50%);
}
.features-app-wrap .features-app-head{
	text-align: center;
	margin: 0 0 40px;
}
.features-app-head h2{
	color: #fff;
}
.features-app-wrap .features-app-inner{}
.features-app-inner ul.nav-pills{
	justify-content: center;
    align-items: center;
    margin: 0 0 20px 0 !important;
}
.features-app-inner ul.nav-pills li.nav-item{
	margin: 0 10px 10px;
}
.features-app-inner ul.nav-pills li.nav-item button.nav-link{
    background: #fff;
    margin: 0;
    color: #212529;
    border-radius: 10px;
    padding: 10px 20px 10px;
}
.features-app-inner ul.nav-pills li.nav-item button.nav-link h3{
    font-size: 20px;
}
.features-app-inner ul.nav-pills li.nav-item button.nav-link.active{
	background: #3cdfbc;
}
.features-app-inner .tab-content{}
.features-app-inner .feature-app-box{
    margin: 0 0 20px;
    padding: 20px 20px;
    border-radius: 10px;
    background: #3cdfbc;
}
.feature-app-box h4{
    margin: 0 0 10px 0;
    font-size: 26px;
    font-weight: 700;
}
.feature-app-box p{
    min-height: 150px;
    max-height: 150px;
    overflow-y: auto;
    font-size: 16px;
    padding: 0 5px 0 0;
}
/*Features App Section End*/

/*Tax Process Section Start*/
section.tax-process-wrap{
	padding: 30px 0;
}
.tax-process-wrap .tax-process-head{
	text-align: center;
	margin: 0 0 40px;
}
.tax-process-head h2{}
.tax-process-wrap .tax-process-inner{}
.tax-process-inner .tax-process-box{
    margin: 0 0 20px;
    padding: 10px 20px;
    border-radius: 10px;
    border-left: 5px solid #3cdfbc;
    border-right: 5px solid #3cdfbc;
}
.tax-process-box .tax-box-head{
	margin: 0 0 20px 0;
	display: flex;
	align-items: center;
	justify-content: start;
}
.tax-box-head .tax-box-img{
	width: 50px;
    height: 50px;
}
.tax-box-head .tax-box-img img{
    width: 100% ;
    padding: 0 15px 0px 0px;
}
.tax-box-head h3{
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 600;
}
.tax-process-box p{
    min-height: 200px;
    max-height: 200px;
    overflow-y: auto;
    font-size: 16px;
    padding: 0 5px 0 0;
}
/*Tax Process Section End*/