@font-face {
	font-family: 'Acronis Cyber Bold';
	src: url('../font/Acronis_Cyber-Bold.otf') format('opentype');
}

@font-face {
	font-family: 'Acronis Cyber Light';
	src: url('../font/Acronis_Cyber-Light.otf') format('opentype');
}

@font-face {
	font-family: 'Acronis Cyber Medium';
	src: url('../font/Acronis_Cyber-Medium.otf') format('opentype');
}

@font-face {
	font-family: 'Acronis Cyber Regular';
	src: url('../font/Acronis_Cyber-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'Acronis Cyber UltraBold';
	src: url('../font/Acronis_Cyber-UltraBold.otf') format('opentype');
}

body,
html {
    font-family: 'Gilroy', sans-serif;
}

body {

	background-size: cover;
	background-position: center;
	overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
p 
{
	
}
h1 {
	font-family: 'Acronis Cyber Bold';
}

.fw-1 {
	font-family: 'Acronis Cyber UltraBold';
}

.fw-2 {
	font-family: 'Acronis Cyber Bold';
}

.fw-3 {
	font-family: 'Acronis Cyber Medium';
}

.fw-4 {
	font-family: 'Acronis Cyber Regular';
}

.fw-5 {
	font-family: 'Acronis Cyber Light';
}



.color-white {
	color: white !important;
}

.color-black {
	color: black !important;
}

.custom-pointer {
	cursor: pointer;
}

.transparent-bg {
	background-color: transparent;
}

ul {
	list-style: none;
	margin: 0;
	
    padding-left: 1rem;
}

ul li {

	list-style-type: circle !important;
	
}

p {
	line-height: 1.7rem;
	
}


.border-div {
  border: 1px solid transparent; 
  border-radius: 20px;         
  padding: 25px;   
      
}
.gray {
	color: gray;
}

a {
	color: #707070 !important;
	text-decoration: none;
}

.bg-black {
	background-color: black;
}

a:hover,
a.active,
a:active,
a:visited,
a:focus {
	color: #fefefe;
	text-decoration: none;
}
h1 
{
font-size: 90px;
}
h2
{
	font-size: 69px;

}
h3
{
	font-size: 52px;
}
h4 
{
	font-size: 44px;
}
h5
{
	font-size: 25px;
}
.home-main-banner
{
	padding-top: 13rem;
}
header {
	
	width: 100%;
	float: left;
	list-style: none;
	position: relative;
	margin-bottom: 6rem;
	z-index: 5;
}
.w-35 
{
	width: 35%;
}
.fs-1
{
	font-size: 50px!important;
}
.fs-2
{
font-size: 45px!important;
}
.fs-3
{
font-size: 40px!important;
}

header .content {


	padding: 1rem 0;
	position: fixed;
	transform: translate(0);
	transform-style: preserve-3d;
	
	border-radius: 3rem;
	padding: .5rem 2rem;
	
	width: 87%;
	left: 50%;
	transform: translateX(-50%);
}

header .partner-btn {

	
    color: white !important;
    padding: 0.7rem 1rem !important;
    background: #1aa650;
}
.nav-scroll.scrolled {
	border-radius: 0rem;
	top: 0rem;
	width: 100%;
	padding: .5rem 2rem;
	transition: .5s;
	z-index: 1;
	    background: white;
}



.pulse-btn i {
	position: relative;
	z-index: 20;
	top: 1rem;
	font-size: 27px;
	color: white;
}
.pulse-btn-menu
{
	animation: pulse-btn 3s infinite;
	    padding: 10px 20px !important;
}

.pulse-btn {
	position: fixed;
	cursor: pointer;
	display: block;
	width: 60px !important;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: rgba(0, 200, 0, 1);
	color: white;
	border-radius: 50px;
	text-align: center;
	transition-duration: 0.5s;
	animation: pulse-btn 3s infinite;
	z-index: 9000;
}

.pulse-btn:hover {
	background-color: rgba(0, 150, 0, 1);
	color: white;
}

.my-float {
	margin-top: 15px;
}

@-webkit-keyframes pulse-btn {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
	}

	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
	}
}

.pulse-btn a {
	color: #fff;
}



header .content::before {
	content: "";
	position: absolute;
	inset: 0px;
	transform: translate3d(0px, 0px, -1px);
	filter: blur(10px);
}





header h5 {
	font-size: 1.2rem;
	
	margin-top: 0.5rem;

	font-weight: 500;
}

header p {
	

	font-size: .9rem;
}

header a {
	
	text-decoration: none;
}

header .img_dv {
	width: 30%;
}

header .descp {
	width: 70%;
	padding-left: 1.5rem;
}

header .sec1 .slider-icon {
	position: absolute;
	top: 0rem;
	right: 0rem;
}

header .slider-dot {
	margin-top: 4rem;
}

header .serviceflx-btn {

	background-color: white;
}

.owl-nav,
.owl-dot {
	display: none;
}

.platform .sec1 h5 {
	padding-right: 1.4rem;
}

.platform .sec1 p {
	font-size: 0.95rem;
}

.exo-menu>li {
	display: inline-block;
	float: left;
	display: flex;
	align-items: center;
}

.exo-menu>li>a {
	color: white;
	text-decoration: none;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}

.exo-menu>li>a.active,
.exo-menu>li>a:hover {
	color: black;
}

.exo-menu i {
	/* float: left;
	font-size: 18px;
	margin-right: 6px;
	line-height: 20px !important; */
}

/*mega menu*/
.product,
.company {
	left: 0;
	right: 0;
	padding: 15px;
	display: none;
	padding-top: 0;
	min-height: 100%;
	margin-top: 0.6rem;

}

.product ul li a,
.company ul li a {
	line-height: 25px;
	font-size: 90%;
	display: block;
}

a.view-more {
	border-radius: 1px;
	margin-top: 15px;
	background-color: #009fe1;
	padding: 2px 10px !important;
	line-height: 21px !important;
	display: inline-block !important;
}

a.view-more:hover {
	color: #fff;
	background: #0dadef;
}

ul.icon-des li {
	width: 100%;
	display: table;
	margin-bottom: 11px;
}

ul.icon-des li a i {
	color: #fff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	background-color: #009fe1;
	line-height: 35px !important;
}

.platform-list {
	left: 0;
	display: none;
	color: #fefefe;
	padding-top: 15px;

	padding-bottom: 15px;
	width: 100%;
	margin-top: 0.6rem;
	right: 0;
}

.platform-list a.view-more {
	margin-top: 0px;
}

.platform-listhover {
	display: block;
}

.product:hover,
.company:hover,
.platform>a:hover+.platform-list,
.resource-list>a:hover+.resource-tab,
.product-list,
.company-list,
.solution-tab {
	display: block;

}

.serviceflx-menu-list:hover>a {
	background: -webkit-linear-gradient(#1e56be, #d31ac1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

a.toggle-menu {
	position: absolute;
	right: 0px;
	padding: 1rem 1.5rem;

	background-color: #ccc;
	color: #23364b;
	top: 0px;
}

.blink-soft {
	animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.visit-my-blog {
	background: #379fe1;
}
.blog_sect img 
{
 border: 1px solid #141414
}
header .nav-link {
	border: .01px solid #380148;
	margin-bottom: .5rem;
}

header .nav-link:hover {
	box-shadow: inset 4px 0px 40px rgb(16, 17, 37);

}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.nav-pills .nav-link {
	background-color: black;
	border: .5px solid #380148;
	color: white;
}

.nav-pills .nav-link {
	padding: 0;
	margin: 0;
	margin-bottom: .5rem;
}

.img_dv img {
	width: auto;
	height: auto;
	display: block;
	max-width: fit-content;

}

.product-sec {
	width: 100%;
}

.product-sec tr td {
	height: 60px;
}

.product-sec p,
.product-sec img {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-weight: 600;
}

.grayscale {
	filter: brightness(0) invert(1) !important;
}

.resource-tab,
.solution-tab {
	margin-top: 0.6rem;
	left: 0;
	width: 100%;
	display: none;
	color: black;
	padding-top: 15px;

	padding-bottom: 15px;
	right: 0;
}

.solution-tab {
	left: 25%;
}

.resource-tab h4 {
	font-size: 15px;
	margin-top: 0px;
	text-transform: uppercase;
}

.resource-tab,
.company-tab,
.solution-tab {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100%;
	padding-top: 0.1rem;
	padding-left: 1rem;
}

.resource-tabhover,
.company-tabhover {
	display: block;
}

.resource-tab .sec1,
.company-tab .sec1 {

	height: 100%;
	padding: 1rem 0rem 0rem 1rem;
	background-size: cover;
	border: .5px solid #380148;
	border-radius: .5rem;
}

.resource-tab .sec2,
.company-tab .sec2 {

	height: 100%;
	padding: 1rem 0rem 0rem 1rem;
	background-size: cover;
	border: .5px solid #380148;
	border-radius: .5rem;
}

.resource-tab img {
	float: right;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.small-width-dropdown {
	width: fit-content !important;
}

.animated-dropdown {
	width: auto;
	margin: auto;
	border-radius: 0.5rem;
	margin-top: 0.5rem;
	padding: 2rem;
	position: absolute;
	top: 90%;
	z-index: 9999;
	background-color: black;
	box-shadow: inset 4px 0px 40px rgb(16, 17, 37);
}

.animated-dropdown button {
	background-color: transparent !important;
	color: white !important;
	border: .5px solid white !important;
	border-radius: .5rem !important;
}

.fadeIn {
	animation: fadeInAnim 0.3s forwards;
}

.fadeOut {
	animation: fadeOutAnim 0.3s forwards;
}

@keyframes fadeInAnim {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeOutAnim {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(10px);
	}
}

.owl-carousel-header {
	z-index: 9999;
}

.owl-carousel-header p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 5rem;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.serviceflx-sec4 h4 {
	font-size: 20px;
}

.owl-carousel-header .sec2 {
	border: 0.01rem solid #5e5e5e;
	border-radius: 0.7rem;
	padding: 0rem 0rem 2rem 2rem;
	position: relative;
	padding: 0rem 0rem 2rem 1rem;
	height: 100%;
}

.owl-carousel-header a img {}

.bg-strip-top {
	position: relative;
	top: 100px;
	z-index: 1;
}

.bg-strip-bottom {
	position: relative;
	bottom: 100px;
	z-index: 1;
}

.FlexRemote-banner {
	animation: moveBg 5s linear infinite;
}

@keyframes moveBg {
	0% {
		background-position: 0% 100%;
	}

	100% {
		background-position: 100% 0%;
	}

	0% {
		background-position: 0% 100%;
	}
}

.menu-demo {
	background-color: #000;
	border-radius: 0.4rem;
	color: white;
}

.serviceflx-sec {
	color: white;
	padding-top: 100px;
	padding-bottom: 100px;
}

.serviceflx-common {
	margin-top: 8rem;
	margin-bottom: 8rem;
}

.serviceflx-common p {
	margin: 0px;
	
}

.bg-image
{
	background-repeat: no-repeat!important;
	background-position: center!important;
}

.padding_top {
	padding-top: 5rem;
}

.padding_bottom {
	padding-bottom: 5rem;
}

.margin_top {
	padding-top: 5rem;
}
.border-green
{
	border: 1px solid #1aa650;
}
.inner-padding
{
	padding: 3rem;
}
.margin_bottom {
	padding-bottom: 5rem;
}

.footer-top-space {
	margin-bottom: 5rem !important;
}

.serviceflx-btn {
	background-color: white;
	color: black;
	padding: 0.6rem 2rem;
	border: 0.01rem !important;
	border-radius: 0.3rem;
	margin-top: 1.5rem;
}
.green-btn
{
	background-color: #1aa650;
	color: white!important;
}
.green-text
{
	color: #1aa650;
}
.gray-text
{
		color: #d3d5d4;

}
.common-btn
{
	border: 0;
	    padding: 0.7rem 2.2rem;
		
		min-height: 45px;
}
.icon1
{
position: absolute;
top: -100%;
}
.icon4
{
	position: absolute;
	top:  -100%;

}
.ontaskk-sec1 .div1
{
	flex: 1;
}


.equal-height .col-lg-6 {
  display: flex;
  flex-direction: column;
  gap: 20px; 
}

.ontaskk-sec2 .div1 
{
	border: 1px solid #61bb61;
    padding: 3rem 2rem;
    border-radius: 1rem;
    margin: .7rem 0;
	background: linear-gradient(to right, #61bb61 50%, #ffffff 50%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}
.ontaskk-sec2 .div1:hover {
    background-position: left bottom;
	color: white;
}

.ontaskk-sec3 .div1
{
	width: 100%;
    min-height: 260px;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: rgb(161 159 159 / 40%) 0px 2px 10px 0px, rgb(246 246 246 / 50%) 0px 2px 25px 0px;
}
.ontaskk-sec3 .box1
{
	position: absolute;
    width: 98%;
    height: 98%;
    background: #ededed;
    border-radius: 20px;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: black;
    overflow: hidden;
    padding: 20px;
    cursor: pointer;
    box-shadow: rgb(255 255 255 / 40%) 0px 30px 60px -12px inset, rgb(255 255 255 / 50%) 0px 18px 36px -18px inset;
}


.ontaskk-sec3 .box1:hover {
  border: 0px solid #61bb61;
  background-color: #fff;
}

.ontaskk-sec3 .div1:hover:before {
  content: "";
  position: absolute;
  width: 30%;
  height: 220%;
  background: #61bb61;
  background: -webkit-linear-gradient(to right, #61bb61, #61bb61, #61bb61);
  background: linear-gradient(to right, #61bb61, #61bb61, #61bb61);
  animation: glowing01 5s linear infinite;
  transform-origin: center;
  animation: glowing 5s linear infinite;
  border: 0px;
}

@keyframes glowing {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ontaskk-sec4 .support-step
{
	width: 55%;
}


.fadein {
  opacity: 0;
  transition: all 2.5s;
  transform: translate(0, 100px);
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}


.ontask-div
{
	background: #ededed;
	min-height: 260px;
}
.gray-shadow-in
{

box-shadow: inset 22px 25px 24px 15px rgba(221, 221, 221, 1);}

.demo-form
{
	background-color: #1aa650;
	color: white!important;
}

.demo-form input::placeholder {
  color: #fff!important;      /* your desired color */
  opacity: 1;         /* make sure it’s not faded */
}
.demo-page .form-control
{
	    color: white;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid hwb(0deg 100% 0% / 34%);
    border-radius: 0;
}
.error-message
{
	color: red;
}
.our-solutions .tab-content ul li {
	list-style-type: none !important;
    display: block;
    float: left;
    background-color: #131828;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    background-image: linear-gradient(#fefefe, #ddd), linear-gradient(to right, #1aa650, #d1d1d1);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 0.7rem 0.5rem;
    margin: 10px 10px 0px 0px;
    font-weight: 400;
    color: #000;
}

.our-solutions .nav-tabs .nav-link {
	position: relative;
}

.our-solutions .nav-tabs .nav-link::after {
	position: absolute;
	content: url(../images/solution-dots.webp);
	left: -30px;
	top: 20px;
}

.our-solutions .nav-tabs .nav-link.active::after {
	content: url(../images/solution-dot-active.webp);
	position: absolute;
		left: -40px;
	top: 20px;
}
.our-solutions .nav-tabs .nav-link.active {
	
	background-origin: border-box;
	background-clip: padding-box, border-box;
}

.our-solutions ul.nav-tabs li {
	list-style-type: none !important;
}

.our-solutions .nav-tabs .nav-link {

	background-repeat: no-repeat;
}


.our-solutions .nav-tabs .nav-link.active .active-border {
	border: 1px solid rgb(37 2 62);
	box-shadow: 0px 1px 35px 20px rgb(2 18 99 / 16%);
	margin-left: 3.5rem;
	transition: .5s;
	background-color: #1aa650;
	background-image:
		linear-gradient(#1aa650, #1aa650),
		linear-gradient(to right, #581881, #14388c);
		    display: flex;
    align-items: center;
}
.our-solutions .nav-tabs .nav-link.active .text-animate-gradient
{
color: white;
   
}
.our-solutions .border-right-tab
{
	 border-right: 2px solid; 
  	border-image: linear-gradient(to bottom, #460158, rgba(133, 117, 150, 0.038)) 1;
	margin: 0 30px;
}
.active-border {
	border-radius: .5rem;
	min-height: 80px;
	padding: .5rem 2rem;
}

.our-solutions ul.nav-solution li.nav-item a {
	border: 0;
	margin-left: 30px;
}

.nav-solution {
	background-image: url(../images/solution-tab.webp);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

.our-solutions .tab-content {
	border: 2px solid;
    border-image: linear-gradient(to bottom, #460158, rgb(94 64 126 / 0%)) 1;
    width: 65%;
    padding: 0;
    border-bottom: 0;
    border-radius: .5rem;
    flex: 1;
}
.our-solutions .tab-button
{
	    background: #1A74F6;
    background: linear-gradient(153deg, rgb(26 166 80) 0%, rgb(18 252 109) 55%, rgb(26 166 80) 100%);
    border: 1px solid #1aa650;
    color: white;
    padding: .4rem 1.9rem;
    border-radius: 1.4rem;
    box-shadow: 0px 0px 10px 15px rgb(165 165 165 / 34%);

}
.our-solutions .tab-pane
{
	position: relative;
	height: 100%;
}
.our-solutions .tab-button {
  position: absolute;
  bottom: 15px;  
  right: 15px;   
}

.our-solutions .tab-content .tab-logo-sec
{
	   
	    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 25rem;
}


.our-solutions .tab-content .tab-content-sec
{
padding-top: 2rem;
}