@charset "UTF-8";
/*-----------------------------------------------------------------------------------
    Note: This is Main Style Scss File.
-----------------------------------------------------------------------------------
    CSS INDEX
	===================
    01. Common
    02. Header
    03. Banner
    04. Home page
    05. About us
	06. services
	07. Industry focus
	08. Our products
	09. Contact us
	10.

-----------------------------------------------------------------------------------*/
/*=======01  COMMON CSS  =======*/

@import url('https://fonts.googleapis.com/css2?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&display=swap');



@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins.eot");
	src: url("../fonts/Poppins.eot") format("embedded-opentype"), url("../fonts/Poppins.woff2") format("woff2"), url("../fonts/Poppins.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins.svg#Poppins") format("svg");
}

/*==================== Poppins */
/* --Thin */
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins-Thin.ttf");
	font-weight: thin;
	font-style: normal;
}

/* --Light */
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins-Light.ttf");
	font-weight: lighter;
	font-style: normal;
}

/* --Regular */
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

/* --Medium */
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins-Medium.ttf");
	font-weight: medium;
	font-style: normal;
}

/* --Bold */
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins-Bold.ttf");
	font-weight: bold;
	font-style: normal;
}

/* ============Generic code ========= */

body {
	font-weight: 400;
	font-style: normal;
	overflow-x: hidden;
	font-size: 15px;
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
	color: #616161;
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.slick-initialized .slick-slide:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
	text-decoration: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

::-webkit-scrollbar {
	background-color: #ccc;
	width: 8px;
	height: 4px;
}

::-webkit-scrollbar-thumb {
	background: transparent -o-linear-gradient(150deg, #7ec1de 0%, #1592cb 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(150deg, #7ec1de 0%, #1592cb 100%) 0% 0% no-repeat padding-box;
}

.slick-slide img {
	display: inline-block;
}

a:focus,
a:hover {
	text-decoration: none;
}

i,
span,
a {
	display: inline-block;
	font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	color: #002249;
	font-family: 'Poppins', sans-serif;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: 'Poppins', sans-serif;
}

p {
	margin: 0px;
	font-family: 'Poppins', sans-serif;
}

p.text-color-2 {
	color: #81a3bb;
}

p.text-color-3 {
	color: #69a1bb;
}

p.fs-16 {
	font-size: 16px;
}

a {
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	font-family: 'Poppins', sans-serif;
	color: #F26630;
	text-decoration: none;
}

/*======= Input Styles =======*/
input,
textarea,
select {
	width: 100%;
	height: 40px;
	background-color: #fff;
	color: #686767;
	font-size: 16px;
	border: none;
	font-family: 'Poppins', sans-serif;
}

textarea {
	display: inherit;
	font-family: 'Poppins', sans-serif;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::placeholder {
	color: inherit;
	opacity: 1;
}

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none;
}

input[type=checkbox],
input[type=radio] {
	height: auto;
	width: auto;
}

.input-group {
	position: absolute;
	border-radius: 13px !important;
}

.input-group input,
.input-group textarea,
.input-group select {
	padding-right: 40px;
}

.input-group .icon {
	position: absolute;
	right: 30px;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #81a3bb;
	line-height: 1;
}

.input-group.textarea-group .icon {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	top: 20px;
}

/*======= Common Class =======*/
@media (min-width: 1400px) {
	.container-1470 {
		max-width: 1470px;
	}
}

@media (min-width: 1200px) {
	.header-full-width .container-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.section-gap {
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-gap-top {
	padding-top: 100px;
}

.section-gap-bottom {
	padding-bottom: 100px;
}

@media(max-width:1200px) {
	.section-gap {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.section-gap-top {
		padding-top: 90px;
	}

	.section-gap-bottom {
		padding-bottom: 90px;
	}
}

@media(max-width:991px) {
	.section-gap {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.section-gap-top {
		padding-top: 80px;
	}

	.section-gap-bottom {
		padding-bottom: 80px;
	}
}

@media(max-width:767px) {
	.section-gap {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.section-gap-top {
		padding-top: 70px;
	}

	.section-gap-bottom {
		padding-bottom: 70px;
	}
}

@media(max-width:525px) {
	.section-gap {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.section-gap-top {
		padding-top: 50px;
	}

	.section-gap-bottom {
		padding-bottom: 50px;
	}
}

.section-title .title-tag {
	color: #F26630;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 5px;
	z-index: 1;
	position: relative;
	letter-spacing: 2px;
}


/*======= Preloader =======*/
div#preloader {
	margin: auto;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

div#preloader .preloader-container {
	position: absolute;
	display: -ms-grid;
	display: grid;
	width: 100%;
	height: 100%;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

div#preloader .loader-cubes {

	width: 100%;
	height: 100%;
	position: relative;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-animation: scale 4s infinite linear;
	animation: scale 4s infinite linear;
}

div#preloader .loader-text p,
div#preloader .loader-text h4 {
	color: #686767;
}

div#preloader .loader-text p {
	font-size: 16px;
	font-size: normal;
}

div#preloader .loader-text h4 {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}




/*=======  Animations  =======*/
@-webkit-keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}

@keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1;
	}

	100%,
	90% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1;
	}

	100%,
	90% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes pulseBtnBefore {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes pulseBtnBefore {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@-webkit-keyframes pulseBtnAfter {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@keyframes pulseBtnAfter {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotateTwo {
	0% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes rotateTwo {
	0% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@keyframes scale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

/*=======02 Header=======*/
.header-topbar {
	border-bottom: 2px solid #ebebeb;
	padding: 15px 0;
}

.header-topbar .contact-info li {
	display: inline-block;
}

.header-topbar .contact-info li:not(:last-child) {
	margin-right: 30px;
}

.header-topbar .contact-info li a {
	color: #616161;
	font-size: 14px;
}

.header-topbar .contact-info li i {
	margin-right: 5px;
	color: #F26630;
}

.header-topbar .social-icon li {
	display: inline-block;
}

.header-topbar .social-icon li:not(:first-child) {
	margin-left: 20px;
}

.header-topbar .social-icon li a {
	font-size: 16px;
}

.header-topbar .social-icon li a:hover {
	color: #F26630;
}

.header-navigation .primary-menu li {
	display: inline-block;
	position: relative;
}

.header-navigation .primary-menu li .dd-trigger {
	font-size: 12px;
	font-weight: 500;
	color: #b1b1b1;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.header-navigation .primary-menu li a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	padding: 12px 15px;
	color: #000000;
	font-family: 'Poppins', sans-serif;
	margin: 0 0;
}

@media all and (min-width:1200px) {
	.header-navigation .primary-menu li a {
		font-size: 18px;
	}
}


.header-navigation .primary-menu li .submenu li a {
	font-size: 16px;
	font-weight: normal;
}


.header-navigation .primary-menu li .submenu li {
	position: relative;
	width: 100%;
}

.header-navigation .primary-menu li .submenu li a {
	position: relative;
	width: 100%;
}

/* -----------------Double arrow for nav-bar----------------*/
.header-navigation .primary-menu li .submenu li a::before {
	font-family: "FontAwesome";
	content: "~";
	position: absolute;
	left: 0;
	font-size: 20px;
	font-weight: 500;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	text-align: center;
	background-color: transparent;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear, left 0.3s linear;
	-o-transition: opacity 0.3s linear, left 0.3s linear;
	transition: opacity 0.3s linear, left 0.3s linear;
}

.header-navigation .primary-menu li .submenu li.active a::before,
.header-navigation .primary-menu li .submenu li:hover a::before {
	opacity: 1;
	left: 1px;
	font-size: 20px;
	line-height: 1;
}

@media(max-width:992px) {
	.header-navigation .primary-menu li .submenu li a::before {
		left: 0;
		font-size: 16px;
		font-weight: 500;
	}

	.header-navigation .primary-menu li .submenu li.active a::before,
	.header-navigation .primary-menu li .submenu li:hover a::before {
		left: -20px;
	}

}


.header-navigation .primary-menu li .submenu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 250px;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 99;
	height: auto;
	opacity: 0;
	visibility: hidden;

}

@media(min-width:992px) {
	.dd-trigger {
		display: none;
	}
}

.header-navigation .primary-menu li .submenu.submenu-2 {
	left: 0;
	width: 200px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 12px;
	padding: 21px 17px;
}

.header-navigation .primary-menu li .submenu li {
	line-height: 1;
	padding: 0px 0px;
	margin: 0;
	display: block;
}

@media all and (min-width:992px) {
	.header-navigation .primary-menu li .submenu li {
		background: #FFFFFF 0% 0% no-repeat padding-box;
	}
}

.header-navigation .primary-menu li .submenu .dropdown-title {
	color: #303030;
	font-size: 20px;
	line-height: 30px;
	padding: 10px 20px;
}

.header-navigation .primary-menu li .submenu .sub-submenu li.drop-element i,
.header-navigation .primary-menu li .submenu.submenu-2 li.drop-element i {
	display: none;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.header-navigation .primary-menu li .submenu .sub-submenu li.drop-element:hover i,
.header-navigation .primary-menu li .submenu.submenu-2 li.drop-element:hover i {
	display: inline-block;
}



.header-navigation .primary-menu li .submenu .sub-submenu li.drop-element::before {
	position: absolute;
	content: "";
	z-index: 100;
	left: 0;
	width: 50px;
	height: 50px;
	background-color: #F26630;
}

.header-navigation .primary-menu li .submenu li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header-navigation .primary-menu li .submenu h4.dropdown-title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}



.header-navigation .primary-menu li .submenu li a {
	padding: 10px 20px;
	font-size: 16px;
	display: block;
	margin: 0;
	line-height: 1.5;
	-webkit-transition: margin-left 0.3s linear;
	-o-transition: margin-left 0.3s linear;
	transition: margin-left 0.3s linear;
}

.header-navigation .primary-menu li.current,
.header-navigation .primary-menu li .submenu li a.current,
.header-navigation .primary-menu li .submenu li a:hover {
	color: #FFA72A;

}

@media(min-width:992px) {

	.header-navigation .primary-menu li .submenu li a.current,
	.header-navigation .primary-menu li .submenu li a:hover {
		margin-left: 5px;

	}
}

.header-navigation .primary-menu li .submenu li .dd-trigger {
	right: 20px;
}

.header-navigation .primary-menu li .submenu li a:hover~.dd-trigger {
	color: #000000;
}

.header-navigation .primary-menu li .submenu li .submenu {
	left: 100%;
	top: 20%;
}

.header-navigation .primary-menu li .submenu li:hover>.submenu {
	top: 0;
}

.header-navigation .primary-menu li:hover>.submenu {
	visibility: visible;
	top: 100%;
	opacity: 1;
}

.header-navigation .primary-menu li.current>a,
.header-navigation .primary-menu li.current li.current a,
.header-navigation .primary-menu li.current>.dd-trigger,
.header-navigation .primary-menu li a:hover,
.header-navigation .primary-menu li a:hover~.dd-trigger {
	color: #000000;
}

.header-navigation .primary-menu li.current>a {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

@media all and (min-width:992px) {

	.header-navigation .primary-menu li a.contact-btn::after {
		display: none;
	}
}



@media all and (min-width:992px) {
	.header-navigation .primary-menu li.current>a::after {
		position: absolute;
		content: "";
		width: 40%;
		height: 5px;
		bottom: 0;
		left: 30%;
		background: #5AB4F6 0% 0% no-repeat padding-box;
		border-radius: 6px;



	}
}


.header-navigation .primary-menu li a.active:hover,
.header-navigation .primary-menu li a.active:hover~.dd-trigger {
	color: #FFFFFF;
}

@media (max-width: 991px) {

	.header-navigation .primary-menu li.current>a,
	.header-navigation .primary-menu li.current>.dd-trigger,
	.header-navigation .primary-menu li a:hover,
	.header-navigation .primary-menu li a:hover~.dd-trigger {
		color: #fff;
	}
}

@media (max-width: 560px) {
	.header-navigation .site-logo {
		max-width: 150px;
	}
}

.header-navigation .site-logo .sticky-logo {
	display: none;
}


.header-navigation .cart-icon,
.header-navigation .search-icon {
	font-size: 18px;
	color: #555;
	margin-right: 30px;
}

@media (max-width: 1199px) {

	.header-navigation .cart-icon,
	.header-navigation .search-icon {
		margin-right: 20px;
	}
}

.header-navigation .cart-icon:hover,
.header-navigation .search-icon:hover {
	color: #F26630;
}

.header-navigation .search-widget .search-form {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	background-color: rgba(35, 35, 35, 0.9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	will-change: transform, opacity;
	height: 0;
	z-index: -1;
	opacity: 0;
}

.header-navigation .search-widget .search-form .search-close {
	font-size: 30px;
	color: #fff;
	position: absolute;
	right: 50px;
	top: 50px;
	line-height: 1;
}

.header-navigation .search-widget .search-form form {
	width: 50%;
}

.header-navigation .search-widget .search-form input {
	background-color: transparent;
	font-size: 20px;
	color: #fff;
	border-bottom: 2px solid rgba(255, 255, 255, 0.6);
	padding: 0 30px;
}

.header-navigation .search-widget .search-form.opened {
	height: 100vh;
	opacity: 1;
	z-index: 99;
}

.header-navigation .offcanvas-icon,
.header-navigation .nav-toggler {
	position: relative;
	width: 33px;
	height: 33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	cursor: pointer;
}

.header-navigation .nav-toggler {
	border: 2px solid #5AB4F6;
	padding: 3px;
}

.header-navigation .offcanvas-icon span,
.header-navigation .nav-toggler span {
	background-color: #5AB4F6;
	height: 3px;
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position: relative;
}

.header-navigation .nav-toggler {
	display: none;
}

.header-navigation .nav-toggler.menu-opened span:nth-child(1) {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	top: 8px;
}

.header-navigation .nav-toggler.menu-opened span:nth-child(2) {
	opacity: 0;
}

.header-navigation .nav-toggler.menu-opened span:nth-child(3) {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	top: -8px;
}

.header-navigation .nav-close {
	display: none;
	font-size: 20px;
	color: #fff;
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: 1;
}

.header-navigation .navbar-btn {
	margin-left: 40px;
}

@media (max-width: 1199px) {
	.header-navigation .navbar-btn {
		margin-left: 30px;
	}
}

@media (max-width: 767px) {
	.header-navigation .navbar-btn {
		margin-left: 20px;
	}
}

@media (max-width: 575px) {
	.header-navigation .navbar-btn {
		display: none;
	}
}

.header-navigation .navbar-btn {
	display: block;
	overflow: hidden;
	width: 130px;
}

.header-navigation .navbar-btn a {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	border-radius: 5px;
	padding: 6px 12px;
	background: transparent -o-linear-gradient(300deg, #F67C4D 0%, #FC4600 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(150deg, #F67C4D 0%, #FC4600 100%) 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header-navigation .navbar-btn a i {
	font-size: 14px;
	font-weight: 600;
	margin-left: -6px;
	position: relative;
	top: 2px;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s linear 0.3s, margin-left 0.3s linear;
	-o-transition: opacity 0.3s ease-in-out, visibility 0.3s linear 0.3s, margin-left 0.3s linear;
	transition: opacity 0.3s ease-in-out, visibility 0.3s linear 0.3s, margin-left 0.3s linear;
}

.header-navigation .navbar-btn a:hover i {
	position: relative;
	margin-left: 6px;
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1199px) {
	.header-navigation .navbar-btn a i {
		margin-left: 5px;
	}
}

.header-navigation .navbar-btn a:hover {
	background-color: transparent;
	color: #F26630;
}

.header-one {
	position: absolute;
	left: 0;
	top: 10px;
	width: 99%;
	left: 0.5%;
	z-index: 999;
	/* background: #000000 0% 0% no-repeat padding-box; */
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #00000029;
	box-shadow: 0px 21px 46px #00000029;
	padding: 5px 0px;
}



@media all and (min-width:992px) {
	.primary-menu li .submenu li {
		display: block;
		opacity: 0;
		-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		background: #FFFFFF 0% 0% no-repeat padding-box;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}


	.primary-menu li:hover .submenu li.dropdown_item-1 {
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
		-webkit-animation: rotateX 400ms 50ms ease-in-out forwards;
		animation: rotateX 400ms 50ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-2 {
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
		-webkit-animation: rotateX 400ms 100ms ease-in-out forwards;
		animation: rotateX 400ms 100ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-3 {
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
		-webkit-animation: rotateX 400ms 150ms ease-in-out forwards;
		animation: rotateX 400ms 150ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-4 {
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
		-webkit-animation: rotateX 400ms 200ms ease-in-out forwards;
		animation: rotateX 400ms 200ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-5 {
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
		-webkit-animation: rotateX 400ms 250ms ease-in-out forwards;
		animation: rotateX 400ms 250ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-6 {
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
		-webkit-animation: rotateX 400ms 300ms ease-in-out forwards;
		animation: rotateX 400ms 300ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-7 {
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
		-webkit-animation: rotateX 400ms 350ms ease-in-out forwards;
		animation: rotateX 400ms 350ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-8 {
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
		-webkit-animation: rotateX 400ms 400ms ease-in-out forwards;
		animation: rotateX 400ms 400ms ease-in-out forwards;
	}
}


@-webkit-keyframes rotateX {
	0% {
		opacity: 0;
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
	}

	50% {
		-webkit-transform: rotateX(-20deg);
		transform: rotateX(-20deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
}

@keyframes rotateX {
	0% {
		opacity: 0;
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
	}

	50% {
		-webkit-transform: rotateX(-20deg);
		transform: rotateX(-20deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
}

.header-two {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}


.sticky-header.sticky-on {
	position: fixed;
	top: 0px;
	width: 100%;
	left: 0;
	z-index: 999;
	border-radius: 0px;
	-webkit-animation: sticky 1.2s linear;
	animation: sticky 1.2s linear;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 6px 12px #00000029;
	box-shadow: 0px 6px 12px #00000029;

}

.sticky-header .header-navigation {
	position: relative;
	z-index: 999;
}


@media all and (max-width:767px) {
	.sticky-header.sticky-on {
		top: 0px;
	}

	.header-one {
		padding: 0px;
	}
}

.sticky-header.sticky-on .header-navigation .sticky-logo {
	display: block;
}

.sticky-header.sticky-on .header-navigation .main-logo {
	display: none;
}


.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li .dd-trigger {
	color: #000000;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li.current>a,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li.current li.current a,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li.current>.dd-trigger,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a:hover,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a:hover~.dd-trigger {
	color: #000000;
}

.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a.active,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a.active~.dd-trigger .sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a.active:hover,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a.active:hover~.dd-trigger {
	color: #000000;
}

.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li .submenu li a:hover {
	color: #FFA72A;
}



.header-navigation.breakpoint-on {
	padding: 3px 0 3px 0;
}

.header-navigation.breakpoint-on .nav-toggler {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-navigation.breakpoint-on .site-nav-menu {
	position: fixed;
	top: 0;
	height: 100vh;
	width: 300px;
	padding: 50px 25px;
	background: #004b86 0% 0% no-repeat padding-box;
	z-index: 999;
	overflow-x: hidden;
	overflow-y: scroll;
	left: -300px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media(max-width:992px) {
	.header-navigation.breakpoint-on .site-nav-menu {
		padding: 30px 25px;
	}
}

.header-navigation.breakpoint-on .site-nav-menu .nav-close {
	display: block;
}

.header-navigation.breakpoint-on .site-nav-menu::-webkit-scrollbar {
	background: transparent -o-linear-gradient(150deg, #7ec1de 0%, #1592cb 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(150deg, #7ec1de 0%, #1592cb 100%) 0% 0% no-repeat padding-box;

}

.header-navigation.breakpoint-on .site-nav-menu.menu-opened {
	left: 0;
	visibility: visible;
	opacity: 1;
}

.header-navigation.breakpoint-on .site-nav-menu::-webkit-scrollbar {
	width: 5px;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li {
	margin: 0;
	padding: 0;
	display: block;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li a {
	color: #fff;
	display: block;
	padding: 15px 25px 15px 0;
	font-size: 18px;
	line-height: 1;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .dd-trigger {
	display: block;
	top: 0;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	right: 0 !important;
	height: 45px;
	width: 45px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	line-height: 45px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .dd-trigger i {
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu {
	padding-left: 15px;
	-webkit-transition: 0;
	-o-transition: 0;
	transition: 0;
	border: none;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu a {
	color: #ffff !important;
	display: block;
	padding: 15px 5px 15px 0;
	line-height: 1.2;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu a:hover {
	background-color: transparent !important;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu,
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li li .submenu {
	position: unset;
	top: 0;
	width: 100%;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	visibility: visible;
	opacity: 1;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: none;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li a.active::before {
	position: absolute;
	left: -25px;
	top: 2px;
	bottom: 2px;
	width: 2px;
	background-color: #fff;
	content: "";
}



@media all and (min-width:992px) {
	.header-logo {
		padding: 0px 0px 0px 60px;
	}
}
@media all and (min-width:1200px) {
	.header-logo {
		padding: 0px 0px 0px 100px;
	}
}


@media all and (max-width:767px) {
	.header-one {
		width: 96%;
		left: 2%;
		top: 20px;
	}
}

/*=== Back to top css =======*/
.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
	z-index: 999999;
}

@media(min-width:768px) {
	.back-to-top {
		right: 20px;
		bottom: 100px;
	}
}

@media(max-width:768px) {
	.back-to-top {
		right: 10px;
		bottom: 90px;
	}
}

.back-to-top a {
	color: #fff;
	background: transparent -o-linear-gradient(150deg, #7ec1de 0%, #1592cb 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(150deg, #7ec1de 0%, #1592cb 100%) 0% 0% no-repeat padding-box;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	opacity: 0.8;
}

.back-to-top:hover a {
	opacity: 1;
}


/* ========08 footer section=========== */
.footer-area {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 65px 0px 40px 0px;

	/* background: #000000 0% 0% no-repeat padding-box; */


}

.footer-area::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url('/assets/img/footer/footer-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -2;
}

.footer-area::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000 0% 0% no-repeat padding-box;
	opacity: 0.7;
	z-index: -1;

}

.footer-area p,
.footer-area ul li,
.footer-area h2,
.footer-area a,
.footer-area ul li a,
.footer-area ul li a i {
	color: #FFFFFF;
	-webkit-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
}

.footer-area a:hover,
.footer-area ul li a:hover,
.footer-area ul li a:hover i {
	color: #F2C055;
}


.footer-top {
	position: relative;
	margin-bottom: 40px;
}

.qlink {
	margin-bottom: 17px;
}

.qlink-title {
	margin-bottom: 20px;
}

.contactList .contactLink {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 15px;
	margin-bottom: 25px;
}

.contactList .contactLink:nth-of-type(1) img {
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
}

.footer-mid {
	position: relative;
	padding-top: 45px;
	margin-bottom: 15px;
}

.fqlb {
	margin-top: 30px;
}

.footer-mid::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
	background: #FFFFFF;
	opacity: 0.29;
}

.footer-bottom {
	position: relative;
	padding-top: 30px;
}

.footer-bottom::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
	background: #FFFFFF;
	/* border: 1px solid #FFFFFF; */
	opacity: 0.29;
}

.fsocial-icons {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}


@media all and (max-width:767px) {
	.designed-block {
		text-align: center;
		margin-bottom: 30px;
	}

}


/* ------------general--------------- */
p {

	font-style: normal;
	font-stretch: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	color: #464545;
}

.jccb1200 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media all and (min-width:1200px) {
	.jccb1200 {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

/* ==========banner section=========== */

.banner-section {
	background-image: url('/assets/img/home/hero-bg.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	/* overflow: hidden; */
	z-index: 2;
	padding-top: 150px;
	padding-bottom: 0px;
}

.banner-section {
	display: block;
	overflow: hidden;
}

.banner-section.service-banner,
.banner-section.industryfocus-banner,
.banner-section.ourproducts-banner,
.banner-section.contact-banner {
	background-image: url('/assets/img/hero-bg-2.svg');
}

.banner-section.home-banner,
.banner-section.about-banner {
	background-image: url('/assets/img/hero-bg-1.svg');
}


/* Home page */
.banner-section.home-banner {
	background-image: url('/assets/img/home/home-banner.jpg');
}

.banner-section .hero-banner {
	position: relative;
	z-index: 2;
}

.home-blue3angle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* opacity: 0.5; */
}

/* About us page */
.banner-section.about-banner {
	background-image: url('/assets/img/about-us/about-banner.jpg');
}

.about-bg3angle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* opacity: 0.5; */
}

/* contact us page */
.banner-section.contact-banner {
	background-image: url('/assets/img/contact-us/contact-banner.jpg');
}

.contact-bg3angle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* opacity: 0.5; */
}

/* services page */
.banner-section.service-banner {
	background-image: url('/assets/img/services/service-banner.jpg');
}

.service-banner .hero-cb h1,
.service-banner .hero-cb h2 {
	color: #000000;
}

/* Industry focus pages */
.banner-section.industryfocus-banner {
	background-image: url('/assets/img/industry-focus/industryfocus-banner.jpg');
}

.if-bg3angle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Products pages */
.banner-section.ourproducts-banner {
	background-image: url('/assets/img/our-products/product-banner.jpg');
}

.products-bg3angle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ourproducts-banner .hero-cb h1,
.ourproducts-banner .hero-cb h2 {
	color: #000000;
}


/* Blog page */
.banner-section.blog-banner {
	background-image: url('/assets/img/blog/blog-banner.jpg');
}

.blog-bg3angle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog-banner .hero-cb h1,
.blog-banner .hero-cb h2 {
	color: #000000;
}



.hero-banner .hero-cb {
	position: relative;
	opacity: 0;
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.hero-banner .hero-cb::before {
	position: absolute;
	content: "";
	width: 500%;
	left: -200%;
	top: 100px;
	height: 75%;
	z-index: -1;
	background: #5AB4F6 0% 0% no-repeat padding-box;
	opacity: 0.2;
}

.home-banner .hero-banner .hero-cb::before {
	display: none;
}

.industryfocus-banner .hero-banner .hero-cb::before {
	height: 50%;
}


.hero-ib img {
	position: relative;
	opacity: 0;
	-webkit-transform: translateY(200px);
	-ms-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@media all and (max-width:767px) {
	.hero-ib img {
		margin-top: 40px;
	}
}


@media (max-width: 991px) {
	.banner-section {
		padding-top: 160px;
		/* height: 600px; */
	}
}


@media (max-width: 767px) {
	.banner-section {
		padding-top: 140px;
		background-image: none;
		/* height: 100%; */
	}
}

@media (max-width: 575px) {
	.banner-section {
		padding-top: 120px;
	}
}



@media all and (min-width:992px) {
	.container {
		position: relative;
		padding-left: 100px;
	}
}




/*==== 04 Home page ==== */

/* 4.1 hero section */
.home-banner,
.about-banner {
	position: relative;
}


.hero-logo {
	position: relative;
	margin-bottom: 30px;
}

.hero-title {
	position: relative;
	margin-bottom: 15px;
}

.banbtns {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	margin-top: 25px;
}



/* 4.2 Get to know Datasys section */
.gtad-section {
	position: relative;
}

.gtad-ib {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}



.gtad-animcontainer {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	display: block;
	overflow: hidden;
	border: 5px solid white;

}

.gtad-img {
	position: relative;
	z-index: 1;
	-webkit-animation: pulse 0.8s linear 0.4s forwards;
	animation: pulse 0.8s linear 0.4s forwards;
}

.gtad-shape {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	color: transparent;
}




.gtad-cb {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding-right: 0px;
	padding-left: 30px;
}

.gtad-cb h3 {
	position: relative;
	margin: 20px 0px;
}

.gtad-cb h3 {
	line-height: 1.7;
}

.gtad-cb p {
	line-height: 2;
}

/* 4.3 Home page our services section */
.hpos-section {
	position: relative;
	background: #C7E7FF 0% 0% no-repeat padding-box;
}

@media all and (min-width:1400px) {
	.hpos-ccb {
		padding-right: 100px;
	}
}

@media all and (min-width:1600px) {
	.hpos-ccb {
		padding-right: 200px;
	}
}

.hpos-cb {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.hpos-cb h4 {
	margin: 5px 0px;
}

.hpos-cc {
	position: relative;
	margin-top: 40px;
}

.hpos-cc:nth-of-type(even) {
	top: 80px;
}

.hpos-card {
	position: relative;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #0000001F;
	box-shadow: 0px 21px 46px #0000001F;
	border-radius: 11px;
	height: 100%;
	padding: 28px 18px 150px 18px;
}

.congblueline {
	position: absolute;
	height: 7px;
	width: 100%;
	bottom: 80px;
	left: 0;
	background: #5AB4F6 0% 0% no-repeat padding-box;
}

.crysblueline {
	position: absolute;
	height: 7px;
	width: 100%;
	bottom: 71px;
	left: 0;
	background: #2671AC 0% 0% no-repeat padding-box;
}


@media all and (max-width:767px) {
	.hpos-cc:nth-of-type(even) {
		top: 0px;
	}
}

/* 4.4 Discover the Datasys difference section */
.dtdd-seciton {
	position: relative;
}

.dtdd-ccb {
	position: relative;
}

.dtdd-btmshape {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0px 0px;
	width: 100%;

}

.dtdd-ccb {
	position: relative;
	margin-top: 30px;
}

.dtdd-card {
	position: relative;
	height: 100%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 46px #00000029;
	box-shadow: 0px 3px 46px #00000029;
	padding: 50px 30px 150px 30px;
}

@media all and (max-width:767px) {
	.dtdd-ccb {
		margin-top: 0px;
	}

	.dtdd-card {
		height: 350px;
		margin-top: 40px;
	}
}

.dtdd-ccb:nth-of-type(1) .dtdd-cc:nth-of-type(1) .dtdd-card {
	border-radius: 36px 0px 0px 0px;
}

.dtdd-ccb:nth-of-type(1) .dtdd-cc:nth-of-type(2) .dtdd-card {
	border-radius: 0px 36px 0px 0px;
}

.dtdd-ccb:nth-of-type(2) .dtdd-cc:nth-of-type(1) .dtdd-card {
	border-radius: 0px 0px 0px 36px;
}

.dtdd-ccb:nth-of-type(2) .dtdd-cc:nth-of-type(2) .dtdd-card {
	border-radius: 0px 0px 36px 0px;
}

@media all and (max-width:767px) {
	.dtdd-card {
		padding: 40px 20px 70px 20px;
		border-radius: 30px !important;
	}



}

/* 4.5 Home page our products section */
.hpop-section {
	position: relative;
}

.hpop-section::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #C7E7FF 0% 0% no-repeat padding-box;
	z-index: -2;

}

.hpop-cc {
	position: relative;
	margin-top: 30px;
}



.hpop-cards {
	position: relative;
	text-align: center;
	padding: 30px 15px;
	height: 100%;
	width: 100%;
	border-radius: 25px;
	/* width: 299px;
	height: 299px; */
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	align-content: center;
	/* border-radius: 50%; */
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #004B8629;
	box-shadow: 0px 21px 46px #004B8629;
	/* z-index: 3; */
	-webkit-transition: top 0.4s linear, left 0.4s linear;
	-o-transition: top 0.4s linear, left 0.4s linear;
	transition: top 0.4s linear, left 0.4s linear;
}

@media all and (min-width:1200px) {
	.hpop-cards {
		padding: 50px 35px;
	}
}

@media all and (min-width:768px) {
	.hpop-cc .hpop-cards::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background-color: #e2e2e2;
		border-radius: 25px;
		z-index: -1;
		top: 5px;
		left: 5px;
		-webkit-transition: top 0.4s linear, left 0.4s linear;
		-o-transition: top 0.4s linear, left 0.4s linear;
		transition: top 0.4s linear, left 0.4s linear;

	}

	.hpop-cc .hpop-cards::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background-color: #dadada;
		border-radius: 25px;
		z-index: -2;
		top: 10px;
		left: 10px;
		-webkit-transition: top 0.4s linear, left 0.4s linear;
		-o-transition: top 0.4s linear, left 0.4s linear;
		transition: top 0.4s linear, left 0.4s linear;

	}

	.hpop-cards:hover::before {
		top: -5px;
		left: -5px;
		-webkit-transition: top 0.4s linear, left 0.4s linear;
		-o-transition: top 0.4s linear, left 0.4s linear;
		transition: top 0.4s linear, left 0.4s linear;

	}

	.hpop-cards:hover::after {
		top: -10px;
		left: -10px;
		-webkit-transition: top 0.4s linear, left 0.4s linear;
		-o-transition: top 0.4s linear, left 0.4s linear;
		transition: top 0.4s linear, left 0.4s linear;
	}

	.hpop-cards:hover {
		position: relative;
		top: 5px;
		left: 5px;
		-webkit-transition: top 0.4s linear, left 0.4s linear;
		-o-transition: top 0.4s linear, left 0.4s linear;
		transition: top 0.4s linear, left 0.4s linear;
	}



}

.hpop-cards .prod-icon {
	position: relative;
	margin: auto;
}


.hpop-cb {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	text-align: center;
}

@media all and (max-width:991px) {
	.hpop-cb {
		margin-bottom: 30px;
	}

	.hpop-ccb {
		margin-top: 30px;
	}
}

@media all and (min-width:992px) {
	.hpop-cb {
		text-align: right;
	}
}




/* 4.6 Home page our clients */
.hpoc-container {
	position: relative;
	margin-top: 50px;
}



/* 4.7 Home page our diverse clientele section */
.hpodc-seciton {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;

}

.hpodc-block {
	position: relative;
	/* padding-left: 100px; */
}

.hpodc-tbc {
	position: relative;
	width: 100%;
	background: #004B86 0% 0% no-repeat padding-box;
}

.hpodc-tbc::before {
	position: absolute;
	content: "";
	top: 0;
	left: -200%;
	width: 200%;
	height: 100%;
	background: #004B86 0% 0% no-repeat padding-box;

}

.hpodc-tb {
	position: relative;
	height: 100%;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	align-content: center;
	padding-left: 150px;
}

.hpodc-sbc {
	padding: 90px 0px 75px 0px;
	background: #626161 0% 0% no-repeat padding-box;
}

.odc-card {
	position: relative;
	text-align: center;
	padding: 0px 20px;
}

.odc-card h5 {
	position: relative;
	margin-top: 17px;
	margin-bottom: 20px;
}

@media all and (max-width:991px) {
	.hpodc-tb {
		padding-left: 20px;
	}
}

@media all and (min-width:1200px) {
	.hpodc-tb {
		padding-left: 200px;
	}

	.odc-card {
		padding: 0px 40px;
	}
}

@media all and (min-width:1300px) {
	.odc-card {
		padding: 0px 60px;
	}
}

@media all and (min-width:1400px) {
	.odc-card {
		padding: 0px 80px;
	}
}




/* 05 About us page */
/* 5.1 About us hero section */



/* 5.2 Get to know datasys section */
.gtkd-section {
	position: relative;
}


.gtkd-ib {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.gtkd-animcontainer {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	display: block;
	overflow: hidden;
}

.gtkd-img {
	position: relative;
	z-index: 1;
	-webkit-animation: pulse 0.8s linear 0.4s forwards;
	animation: pulse 0.8s linear 0.4s forwards;
}

.gtkd-shape {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	color: transparent;
}


.gtkd-cb {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-column-align: center;
	justify-self: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.gtkd-cb {
	padding-right: 40px;
}

.gtkd-cb .gtkd-txt {
	margin-top: 15px;
	line-height: 2;
}


/* 5.3 Our mission section */
.omission-section {
	background: #C7E7FF 0% 0% no-repeat padding-box;
}

.omission-tb {
	margin-bottom: 65px;
}

.omission-ib {
	text-align: center;
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.omission-ibc {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background: #5AB4F6 0% 0% no-repeat padding-box;
}

.omission-ib h5 {
	padding: 11px 0px;
}

.omission-cb {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding-left: 15px;
}


.omission-cblist {
	margin-top: 10px;
}

.omission-cblist h6 {
	margin-bottom: 5px;
}


/* 5.4 Our vission section */
.ovision-tb {
	margin-bottom: 65px;
}

.ovision-ib {
	text-align: center;
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}



.ovision-ibc {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background: #5AB4F6 0% 0% no-repeat padding-box;
}

.ovision-ib h5 {
	padding: 11px 0px;
}

.ovision-cb {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding-left: 15px;
}

.ovision-txt {
	margin: 10px 0px;
}

.ovision-lists li {
	position: relative;
	margin-top: 10px;
	padding-left: 35px;
}

.ovision-lists li::before {
	position: absolute;
	content: "";
	top: 5px;
	left: 5px;
	width: 11px;
	height: 11px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 3px solid #004B86;
}

@media all and (max-width:991px) {

	.omission-ib,
	.ovision-ib {
		margin-bottom: 30px;
	}
}

/* 5.5 Our core value section */
.ocv-section {
	position: relative;
	background: #C7E7FF 0% 0% no-repeat padding-box;
	padding-bottom: 200px;
}

.ocv-contentblock {
	position: relative;
	height: 100%;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

@media all and (min-width:1400px) {
	.ocvcard-blockcontainer {
		padding-right: 100px;
	}
}

@media all and (min-width:1600px) {
	.ocvcard-blockcontainer {
		padding-right: 200px;
	}
}

.ocvcb-ttag {
	margin: 5px 0px 5px 0px;
}

.ocv-cardcontainer {
	margin-top: 30px;
}

.ocv-cardcontainer:nth-of-type(even) {
	top: 100px;
}

.ocv-card {
	position: relative;
	height: 100%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #0000001F;
	box-shadow: 0px 21px 46px #0000001F;
	border-radius: 11px;
	padding: 28px 18px 200px 18px;
}

.ocv-card h5 {
	position: relative;
	margin: 5px 0px 10px 0px;
}

@media all and (max-width:767px) {
	.ocv-cardcontainer:nth-of-type(even) {
		top: 0px;
	}
}

/* 5.6 Our Team section */
.ourteam-section {
	position: relative;
}

.ourteam-tb {
	margin-bottom: 100px;
}

.mot-block {
	position: relative;
}


.mot-txt {
	position: absolute;
	top: -50px;
	text-align: center;
	font-size: 146px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0px;
	-webkit-text-stroke: 2.5px #5AB4F6;
	-webkit-text-fill-color: #FFFFFF;
	z-index: -1;
}

@media all and (max-width:1400px) {
	.mot-txt {
		font-size: 130px;
	}
}

@media all and (max-width:1199px) {
	.mot-txt {
		font-size: 110px;
		top: -30px;
	}

	.mot-cardcontainer {
		margin-top: 40px;
	}
}

@media all and (max-width:991px) {
	.mot-txt {
		font-size: 90px;
	}

}

@media all and (max-width:767px) {
	.mot-txt {
		font-size: 70px;
	}
}

.tm-name {
	position: relative;
	margin: 10px 0px 5px 0px;
}

.tm-position {
	height: 40px;
	margin-bottom: 27px;
}

.mot-card {
	position: relative;
	background: transparent -o-linear-gradient(top, #3771BE 0%, #285599 100%) 0% 0% no-repeat padding-box;
	background: transparent -webkit-gradient(linear, left top, left bottom, from(#3771BE), to(#285599)) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #3771BE 0%, #285599 100%) 0% 0% no-repeat padding-box;
	border-radius: 136px 136px 0px 0px;
	height: 100%;
	width: 100%;
}

.mot-cardspan {
	position: relative;
	padding: 30px 12px 175px 12px;

}

@media all and (min-width:1200px) {

	.mot-cardcontainer:nth-of-type(1) .mot-card,
	.mot-cardcontainer:nth-of-type(4) .mot-card {
		height: calc(100% - 5%);
	}
}

.motc-whiteline {
	position: absolute;
	width: 100%;
	bottom: 75px;
	left: 0;
}

.motcwhiteline1 {
	position: absolute;
	height: 7px;
	width: 100%;
	bottom: 90px;
	left: 0;
	background: #FFFFFF 0% 0% no-repeat padding-box;
}

.motcwhiteline2 {
	position: absolute;
	height: 7px;
	width: 100%;
	bottom: 81px;
	left: 0;
	background: #FFFFFF 0% 0% no-repeat padding-box;

}

.tmsm-lists {
	position: absolute;
	width: 100%;
	bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
}

@media all and (max-width:767px) {
	.mot-cardcontainer {
		margin-top: 30px;
	}
}

/* 5.7 alliance and partner section */
.aap-section {
	position: relative;
	/* background: #C7E7FF 0% 0% no-repeat padding-box;
	background: #004B86 0% 0% no-repeat padding-box; */
	background: -o-linear-gradient(top, #C7E7FF 50%, #004B86 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #C7E7FF), color-stop(50%, #004B86));
	background: linear-gradient(to bottom, #C7E7FF 50%, #004B86 50%);
}

.aap-tb {
	margin-bottom: 100px;
}

.aap-cardblock::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 150px;
	top: -75px;
	left: 0;
	border-radius: 50% 50% 0 0;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	z-index: 0;
}

.aap-cardblock {
	position: relative;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #0000001A;
	box-shadow: 0px 21px 46px #0000001A;
	padding: 50px;
	z-index: 2;
}

.aap-container {
	position: relative;
	margin-top: 75px;
}

.aap-container:nth-of-type(1) {
	margin-top: 0px;
}

.aap-ib {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media all and (max-width:767px) {
	.aap-ib {
		margin-bottom: 30px;
	}
}


.aapcb-title {
	margin-bottom: 15px;
}

.aap-cblists li {
	position: relative;
	padding-left: 30px;
}

.aap-cblists li:before {
	position: absolute;
	content: "";
	top: 5px;
	left: 2px;
	width: 11px;
	height: 11px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 3px solid #004B86;
}



/* 06 services page */

/* 6.1 Service banner section */

.service-banner .hero-ib {
	position: relative;
	width: 100%;
	height: 100%;
}

.ser-heroshape {
	position: absolute;
	top: -130px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ser-heroimage {
	position: relative;
	bottom: 0;
}


/* 6.2 Services page  */
.sps-section {
	position: relative;
	display: block;
	overflow: hidden;
}

.sps-container {
	position: relative;
	padding: 50px 0px 60px 0px;
}

@media all and (min-width:1200px) {
	.sps-container:nth-of-type(1) {
		margin-bottom: 50px;
	}
}

.sps-container:nth-of-type(even) {
	position: relative;
	background: #C7E7FF 0% 0% no-repeat padding-box;
}

.sps-ib {
	position: relative;
	z-index: 2;
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media all and (max-width:991px) {
	.sps-ib {
		margin-bottom: 70px;
	}
}

.sps-ib::before {
	position: absolute;
	content: "";
	width: 60%;
	left: 20%;
	height: 27px;
	bottom: -30px;
	background: #004B86 0% 0% no-repeat padding-box;
}

.sps-ib::after {
	position: absolute;
	content: "";
	width: 44%;
	left: 28%;
	height: 20px;
	bottom: -54px;
	background: #5AB4F6 0% 0% no-repeat padding-box;
}

.spscb-tb {
	position: relative;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	width: 100%;
	z-index: 1;
	padding: 11px 0px;
	/* margin-bottom: 20px; */
}

.spscb-tb h2 {
	margin-bottom: 5px;
}

.spscb-tb::before {
	position: absolute;
	content: "";
	width: 500%;
	height: 100%;
	top: 0;
	left: -50%;
	z-index: -1;
	background: #5AB4F6 0% 0% no-repeat padding-box;
}

.sps-container:nth-of-type(even) .spscb-tb::before {
	background: #004B86 0% 0% no-repeat padding-box;
	left: unset;
	right: -50%;
}

.sps-list {
	margin-top: 12px;
}

.sps-sublist {
	position: relative;
	margin-left: 23px;
	margin-top: 7px;
}

.sps-sublist h4 {
	position: relative;
	width: 100%;
}

.sps-sublist h4::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	left: -18px;
	top: 5px;
}

.sps-container:nth-of-type(2) .sps-sublist h4::before {
	background: #004B86 0% 0% no-repeat padding-box;

}

.sps-container:nth-of-type(3) .sps-sublist h4::before {
	background: #5AB4F6 0% 0% no-repeat padding-box;

}


.sps-endtext {
	position: relative;
	margin-top: 7px;
}



/* 07 Industry focus page */
/* 7.1 Industry focus hero section */



/* 7.2 Industry focus section */
.industryfocus-tb {
	margin-bottom: 40px;
}

.industryfocus-tb h2 {
	margin-bottom: 20px;
}

.industryfocus-container {
	position: relative;
	padding: 70px 0px 85px 0px;
	background: #C7E7FF 0% 0% no-repeat padding-box;
}

.if-ib {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.if-cb {
	position: relative;
	width: 100%;
	height: 100%;
}

@media all and (max-width:991px) {
	.if-cb {
		margin-top: 30px;
	}
}

.ifcb-list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	/* flex-wrap: nowrap; */
}

.ifcbl-nc {
	/* display: block; */
	position: relative;
	min-width: 135px;
	min-height: 133px;
	background: #5AB4F6 0% 0% no-repeat padding-box;
}

.ifcb-list:nth-of-type(even) .ifcbl-nc {
	background: #004B86 0% 0% no-repeat padding-box;
}

.ifcbl-number {
	font-size: 84px;
	line-height: 1;
	font-weight: 600;
	color: #FFFFFF;
}

.ifcbl-nc {
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.ifcbl-tc {
	position: relative;
	display: -ms-grid;
	display: grid;
	height: 133px;
	-ms-flex-line-pack: center;
	align-content: center;
	padding-left: 40px;
}

@media all and (max-width:767px) {
	.ifcbl-tc {
		height: 200px;
		padding: 20px 0px;
		padding-left: 20px;
	}
}

/* 08 Our products page */

/* 8.1  Product banner section*/
.prod-heroimage {
	position: relative;
}

/* 8.2 Our product title section */
.opt-section {
	position: relative;
}

.opt-tb h2 {
	position: relative;
	margin-bottom: 12px;
}

/* 8.3 Our product features section */
.opfeatures-section {
	position: relative;
	background: #C7E7FF 0% 0% no-repeat padding-box;
	width: 100%;
	height: 100%;
	text-align: center;
}

.opfeatures-block .container {
	position: relative;
	width: 100%;
	height: 100%;
}

.opfeatures-block .container::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url('/assets/img/our-products/data_network_lines.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transition: top 0.4s linear, left 0.4s linear, width 0.4s linear, height 0.4s linear;
	-o-transition: top 0.4s linear, left 0.4s linear, width 0.4s linear, height 0.4s linear;
	transition: top 0.4s linear, left 0.4s linear, width 0.4s linear, height 0.4s linear;
}

.opfeatures-section:hover .opfeatures-block .container::before {
	width: 105%;
	height: 105%;
	top: -2.5%;
	left: -2.5%;
}

.opfeatures-block {
	position: relative;
	z-index: 2;
}

.opf-cc {
	position: relative;
	margin-top: 30px;
}

.opf-card {
	position: relative;
	height: 100%;
	padding: 23px 0px 15px 0px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #0000001F;
	box-shadow: 0px 21px 46px #0000001F;
	border-radius: 28px 28px 0px 0px;
}

.opfc-tb {
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 7px;
	/* min-height: 50px; */
}

.opfc-txt {
	padding-left: 10px;
	padding-right: 10px;
}

.opfc-tb {
	position: relative;
	width: 100%;
	height: 45px;
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	align-content: center;
	background: #FFFFFF 0% 0% no-repeat padding-box;
}

@media all and (min-width:1200px) {

	.opfcc-sl .opf-card {
		background: #004B86 0% 0% no-repeat padding-box;
	}

	.opfcc-sl .opfc-title {
		color: #285599;
	}

	.opfcc-sl .opfc-txt {
		color: #FFFFFF;
	}

	.opfcc-fl .opfc-title,
	.opfcc-tl .opfc-title {
		color: #3771BE;
	}

	.opfcc-fl .opfc-txt,
	.opfcc-tl .opfc-txt {
		color: #858585;
	}

	.opf-card {
		height: 200px;
	}
}

@media all and (min-width:992px) and (max-width:1200px) {
	.opf-card .opfc-title {
		color: #285599;
	}

	.opf-card .opfc-txt {
		color: #858585;
	}

	.opfc4,
	.opfc5,
	.opfc6 {
		background: #004B86 0% 0% no-repeat padding-box;
	}

	.opfc4 .opfc-title,
	.opfc5 .opfc-title,
	.opfc6 .opfc-title {
		color: #285599;
	}

	.opfc4 .opfc-txt,
	.opfc5 .opfc-txt,
	.opfc6 .opfc-txt {
		color: #FFFFFF;
	}
}

@media all and (min-width:576px) and (max-width:991px) {
	.opf-card .opfc-title {
		color: #285599;
	}

	.opf-card .opfc-txt {
		color: #858585;
	}

	.opfc3,
	.opfc4,
	.opfc7,
	.opfc8 {
		background: #004B86 0% 0% no-repeat padding-box;
	}

	.opfc3 .opfc-title,
	.opfc4 .opfc-title,
	.opfc7 .opfc-title,
	.opfc8 .opfc-title {
		color: #285599;
	}

	.opfc3 .opfc-txt,
	.opfc4 .opfc-txt,
	.opfc7 .opfc-txt,
	.opfc8 .opfc-txt {
		color: #FFFFFF;
	}
}

@media all and (max-width:575px) {
	.opf-card .opfc-title {
		color: #285599;
	}

	.opf-card .opfc-txt {
		color: #858585;
	}

	.opfc2,
	.opfc4,
	.opfc6,
	.opfc8 {
		background: #004B86 0% 0% no-repeat padding-box;
	}

	.opfc2 .opfc-title,
	.opfc4 .opfc-title,
	.opfc6 .opfc-title,
	.opfc8 .opfc-title {
		color: #285599;
	}

	.opfc2 .opfc-txt,
	.opfc4 .opfc-txt,
	.opfc6 .opfc-txt,
	.opfc8 .opfc-txt {
		color: #FFFFFF;
	}
}


@media all and (max-width:1199px) {
	.opf-lg-card {
		display: none;
	}
}

/* 8.4 Our product extra features section */
.opef-section {
	position: relative;
}

.opef-cc {
	margin-top: 50px;
}

.opef-card {
	position: relative;
	padding: 65px 0px 75px 0px;
}

.opefc-tb,
.opefc-txt {
	padding-left: 20px;
	padding-right: 20px;
}

.opefc-tb {
	position: relative;
	height: 50px;
	margin: 13px 0px;
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	align-content: center;
}

.opef-cc:nth-of-type(odd) .opef-card {
	background: #004B86 0% 0% no-repeat padding-box;
}

.opef-cc:nth-of-type(odd) .opef-card {
	top: 54%;
}

@media all and (max-width:991px) {
	.opef-section {
		margin-bottom: 30px;
	}

	.opef-cc:nth-of-type(odd) .opef-card {
		top: 15%;
	}
}

@media all and (max-width:767px) {
	.opef-cc:nth-of-type(odd) .opef-card {
		top: 0;
	}

	.opef-card {
		height: 100%;
	}

	.opef-card {
		padding: 45px 0px 45px 0px;
	}
}

.opef-cc:nth-of-type(odd) .opef-card .opefc-tb {
	background: #5AB4F6 0% 0% no-repeat padding-box;
}

.opef-cc:nth-of-type(even) .opef-card {
	background: #5AB4F6 0% 0% no-repeat padding-box;
}

.opef-cc:nth-of-type(even) .opef-card .opefc-tb {
	background: #004B86 0% 0% no-repeat padding-box;
}

/* 8.5 our product additional fetures section */
.opaf-section {
	position: relative;
	background: #C7E7FF 0% 0% no-repeat padding-box;
}

.opaf-tb {
	margin-bottom: 100px;
}

.opaf-overallcontainer {
	position: relative;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #00000029;
	box-shadow: 0px 21px 46px #00000029;
}

/* .opaf-container{
	margin-top: 20px;
} */
.opaf-img {
	position: relative;
	min-width: 100%;
	min-height: 100%;
}

.opaf-cb {
	position: relative;
	padding: 18px 0px 5px 23px;
}

@media all and (max-width:991px) {
	.opaf-cb {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.col-xl-11.col-12.opaf-ocb {
	padding-left: 0px;
	padding-right: 0px;
}

@media all and (min-width:992px) {

	.opaf-overallcontainer .row {
		margin-right: 0px;
		margin-left: 0px;
	}

	.opaf-container .opaf-ib {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		width: 100%;
		height: 100%;
		-ms-flex-line-pack: end;
		align-content: end;

	}

	.opaf-container .opaf-ibc,
	.opaf-container .opaf-cbc {
		padding-left: 0px;
		padding-right: 0px;
	}
}

/* 8.7 Globe image section */
.gi-section {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url('/assets/img/our-products/data_network_lines.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.gi-img {
	position: relative;
	z-index: 2;
	background: #ffffff90;
}

.opt-section:hover .gi-img {
	-webkit-animation: beat 3s infinite linear;
	animation: beat 3s infinite linear;
}

@-webkit-keyframes beat {
	0% {
		scale: 1;
	}

	20% {
		scale: 0.9;
	}

	40% {
		scale: 1;
	}

	60% {
		scale: 0.9;
	}

	80% {
		scale: 1;
	}

	100% {
		scale: 1;
	}
}

@keyframes beat {
	0% {
		scale: 1;
	}

	20% {
		scale: 0.8;
	}

	40% {
		scale: 1;
	}

	60% {
		scale: 0.8;
	}

	80% {
		scale: 1;
	}

	100% {
		scale: 1;
	}

}

/* 09 Contact us page */
/* 9.1 Contact banner */
/* .contact-banner {
	padding-bottom: 250px;
} */

.contact-hero-img {
	position: relative;
	margin-top: 15px;
}

.contact-hero-shape {
	position: relative;
	margin-top: 25px;
}

/* 9.2 connect with Datasys section */

.cwd-section {
	position: relative;
}

.cwd-ib {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.cwd-animcontainer {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	display: block;
	overflow: hidden;
}

.cwd-img {
	position: relative;
	z-index: 1;
	-webkit-animation: pulse 0.8s linear 0.4s forwards;
	animation: pulse 0.8s linear 0.4s forwards;
}

.cwd-shape {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	color: transparent;
}

.cwd-cb {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

@media all and (max-width:767px) {
	.cwd-cb {
		margin-top: 30px;
	}
}


/* 9.3 Contact form section */
.cf-section {
	position: relative;
	background: #C7E7FF 0% 0% no-repeat padding-box;
}

.cform-card {
	position: relative;
	padding: 200px 65px 90px 65px;
	margin-top: 55px;
	border-radius: 20px;
	background-image: url('/assets/img/contact-us/contact_form_bg.jpg'), -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
	background-image: url('/assets/img/contact-us/contact_form_bg.jpg'), -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: url('/assets/img/contact-us/contact_form_bg.jpg'), linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;
}

.cf-tb {
	margin-bottom: 80px;
}

@media all and (max-width:991px) {
	.cform-card {
		padding: 200px 30px 20px 30px;
		margin-top: 25px;
	}

	.cf-tb {
		margin-bottom: 40px;
	}
}

@media all and (max-width:767px) {
	.cform-card {
		padding: 50px 30px 20px 30px;
	}
}

.cform-field {
	margin-top: 30px;
}

.cform-field .form-inner {
	/* padding: 18px 0px 18px 40px; */
	/* border-radius: 5px; */
	margin: 0px 15px 0px 15px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px -2px 99px #0000001A;
	box-shadow: 0px -2px 99px #0000001A;
	border-radius: 10px !important;
}

.cform-field input,
.cform-field textarea {
	padding-left: 25px;
	border-radius: 10px !important;
	font-size: 16px;
	font-weight: 500;
	height: 60px;
	color: #000000 !important;
}

.cform-field textarea {
	height: 150px;
	padding-top: 25px;
}

.submit {
	/* width: fit-content; */
	position: relative;
	color: #FFFFFF;
	padding: 14px 35px;
	margin-top: 40px;
	border-radius: 15px;
	border: none;
	background: transparent -o-linear-gradient(top, #5AB4F6 0%, #004B86 100%) 0% 0% no-repeat padding-box;
	background: transparent -webkit-gradient(linear, left top, left bottom, from(#5AB4F6), to(#004B86)) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #5AB4F6 0%, #004B86 100%) 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #0000001A;
	box-shadow: 0px 21px 46px #0000001A;
}

/* 9.4 Map  block */
.map-container iframe {
	position: relative;
	border-radius: 25px;
	z-index: 1;

}

.mapci-block {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 60px;

}

.mapci-block::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 150%;
	top: -50%;
	left: 0;
	background: #5AB4F6 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #0000001F;
	box-shadow: 0px 21px 46px #0000001F;
	border-radius: 40px;
	z-index: -1;

}

.mapcontact-container {
	position: relative;
	margin-top: 30px;
	padding-left: 60px;
}

@media all and (max-width:767px) {
	.mapcontact-container {
		padding-left: 10px;
	}
}

.mapcontact-blists {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: 20px;
	/* justify-content: center; */
}

.mapcontact-blist.iconblock {
	position: relative;
	width: 50px;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mapcontact-icon {
	position: relative;
	max-width: 35px;
}

/* =================contact form================== */

.form-message {
	height: 100%;

}

.form-message {
	margin-bottom: 10px;
}

.form-message.success,
.form-message.error {
	margin-top: 30px;
}

.form-message.error {
	color: red;
}

.form-message.success {
	color: #f48826;
}

.footer-bottom p a:hover {
	color: #F7703C;
}


/* ================= */
.designed-block a {
	color: #FC8701;
}

.htfil {
	-webkit-animation-name: fil;
	animation-name: fil;
}

@-webkit-keyframes fil {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fil {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.htfir {
	-webkit-animation-name: fir;
	animation-name: fir;
}

@-webkit-keyframes fir {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fir {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.htfiu {
	-webkit-animation-name: fiu;
	animation-name: fiu;
}

@-webkit-keyframes fiu {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fiu {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}


/* 10 Partner page */

/* 10.1 partner hero */
.banner-section.partner-banner {
	position: relative;
	background-image: url('/assets/img/partner/partner-bg.png');
}

/*---------------------Devices of particular size ----------------------- */


/* ---------for extra large-laptop  from 1200px--------- */
@media all and (min-width:1200px) {}

/* ---------for extra large-laptop from 1400px---------- */
@media all and (min-width:1400px) {}

/* ---------for large-laptop between 1200px and 1400px---------- */
@media all and (min-width:1200px) and (max-width:1400px) {}

/* ---------for small laptop between 992px and 1200px --------- */
@media all and (min-width:992px) and (max-width:1200px) {
	.header-navigation .primary-menu li a {
		font-size: 16px;
		padding: 12px 10px;
	}
}


/* ----------for tablet between 768px and 992px-------------- */
@media all and (min-width:768px) and (max-width:992px) {}

@media all and (min-width:575px) and (max-width:768px) {}

/* ---------between mobile and laptop----------- */
@media all and (min-width:425px) and (max-width:768px) {}

/* ----------for mobile phones-------------- */
@media(max-width:425px) {}



/* =========== Common media queries======== */

/* Media Query: Large Screens */
@media(max-width:1200px) {}

/* Media Query: Medium Screens */
@media(max-width:991px) {}

/* Media Query: Small Screens */
@media(max-width:767px) {}

/* Media Query: Extra Small Screens */
@media(max-width:524px) {}

/* Media Query: Tiny Screens */
@media(max-width:425px) {}


@media all and (min-width:1200px) {
	.container {
		padding-left: 150px !important;
	}

	.contact-btn {
		margin: 0px 0px !important;
	}
}

@media all and (min-width:1300px) {
	.container {
		padding-left: 150px !important;
	}
}

/* EcoEHR page navigation */

.product-banner,
.ecoehr-card {
	position: fixed;
	top: 150px;
	right: 0;
	text-align: center;
	z-index: 999;
	background: #FFFFFF;
	padding: 20px 10px;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 20px 0px 0px 20px;
}

@media all and (max-width:1200px) {

	.product-banner,
	.ecoehr-card {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0.6;
		-webkit-transform-origin: right;
		-ms-transform-origin: right;
		transform-origin: right;
		-webkit-transition: opacity 0.6s linear, -webkit-transform 0.4s linear;
		transition: opacity 0.6s linear, -webkit-transform 0.4s linear;
		-o-transition: transform 0.4s linear, opacity 0.6s linear;
		transition: transform 0.4s linear, opacity 0.6s linear;
		transition: transform 0.4s linear, opacity 0.6s linear, -webkit-transform 0.4s linear;
	}

	.product-banner:hover,
	.ecoehr-card:hover {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}


.product-banner::before,
.ecoehr-card::before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	width: 5px;
	background-color: #2671AC;
}

.ecoehr-card p {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	line-height: 1;
}

.ecoehr-card a {
	color: #5AB4F6;
	margin-top: 10px;
	display: block;
}

.ecoehr-card a:hover {
	color: #2671AC;
}

.product-banner .product-link .text {
	font-size: 14px;
}

.ecoehr_logo {
	position: relative;
	height: 45px;
}

.header-navigation .primary-menu li.active a,
.header-navigation .primary-menu li:hover a,
.header-navigation .primary-menu li.active .submenu li.active a,
.header-navigation .primary-menu li.active .submenu li.active:hover a,
.header-navigation .primary-menu li.active .submenu li:hover a,
.header-navigation .primary-menu li:hover .submenu li:hover a,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li.active a,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li:hover a,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li:hover .submenu li:hover a,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li:hover .submenu li.active a {
	color: #5AB4F6;
}

.header-navigation .primary-menu li.active .submenu li a,
.header-navigation .primary-menu li:hover .submenu li a,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li.active .submenu li a,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li:hover .submenu li a {
	color: #000000;
}