/* @font-face {
	font-family: vivobeta1-Light;
	src: url('../fonts/vivobeta1-Light.ttf');
}
@font-face {
	font-family: vivobeta1-Regular;
	src: url('../fonts/vivobeta1-Regular.ttf');
}
@font-face {
	font-family: vivobeta1-Bold;
	src: url('../fonts/vivobeta1-Bold.ttf');
} */
html {
	position: relative;
	height: 100%;
	scroll-behavior: smooth;
}

body {
	font-family: 'Space Grotesk', sans-serif;
	color: var(--body-color);
	font-size: 16px;
	line-height: 28.8px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
	background-color: #ffff;
	overflow-x: hidden;
}

a,
a:hover {
	color: inherit;
	text-decoration: none;
}

/****************** HEADER START**********************/
/****************** HEADER START**********************/
/****************** HEADER START**********************/

.header {
	background-color: transparent;
	padding: 15px 0px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	transition: all ease 0.5s;
	z-index: 1050;
}

.header.sticky-bar {
	background-color: #fff;
}

header.sticky-bar {
	background-color: #fff;
	position: fixed;
	width: 100%;
	transition: all ease 0.5s 0s;
	box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.05);
}

/* .header.sticky-bar .dropdown-menu {
	top: 55px;
	left: 0;
} */

.header.sticky-bar .nav-link {
	color: #000;
}

header.sticky-bar .header__area-menubar-center-menu ul li a {
	color: #000;
	transition: all ease 0.5s 0s;
}

header.sticky-bar
	.header__area-menubar-center-menu
	ul
	li.menu-item-has-children
	> a::before {
	color: #000;
}

.logo {
	width: 167px;
	transition: all ease 0.5s;
}

#navbar-hamburger.show {
	display: block;
}
#navbar-hamburger,
#navbar-close {
	display: none;
}
#navbar-close.show {
	display: block;
}

/* .navbar-expand-lg .navbar-nav .dropdown-menu {
	top: 100%;
	border: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 0px;
	min-width: 215px;
	box-shadow: none;
	border-radius: 8px;
	box-shadow: 0px 3px 15px #2bace2;
	box-shadow: 0px 3px 15px #afafaf38;
} */

.navbar-nav .nav-item {
	border-bottom: 2px solid gainsboro;
}

.navbar-nav .nav-item:last-child {
	border-bottom: none;
}

@media (min-width: 992px) {
	.navbar-nav .nav-item {
		border-bottom: none;
	}
	.navbar-nav .nav-link:hover {
		background-color: unset;
	}
}

.navbar-toggler:focus {
	box-shadow: none;
	outline: 0;
}

.dropdown-item {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 11px 10px;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border-bottom: 2px solid gainsboro;
}

.dropdown-item:focus,
.dropdown-item:hover {
	/* color: #ffffff;
	background-color: #2bace2; */
	color: #2bace2;
	background-color: #e9ecef;
}

.dropdown-menu li:first-child .dropdown-item:focus,
.dropdown-menu li:first-child .dropdown-item:hover {
	border-radius: 8px 8px 0 0;
}
.dropdown-menu li:last-child .dropdown-item:focus,
.dropdown-menu li:last-child .dropdown-item:hover {
	border-radius: 0 0 8px 8px;
	border-bottom: 0;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #db0101;
}

.header .nav-link {
	color: #212529;
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
	text-decoration: none;
	font-size: 18px;
	color: #485054;
	position: relative;
	transition: color 0.15s ease-in-out;
}

.nav-link::before {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #2bace2;
	transform: scale3d(0, 1, 1);
	transform-origin: 100% 50%;
	transition: transform 0.5s ease;
	display: none;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active,
.nav-item.active .nav-link {
	color: #2bace2;
	background-color: #e9ecef;
}

.nav-link:hover::before,
.nav-link.active::before,
.nav-item.active .nav-link::before {
	transform: scale3d(1, 1, 1);
	transform-origin: 0 50%;
}

.navbar-expand-lg .navbar-nav .nav-link {
	margin-right: 18px;
	margin-left: 18px;
}

#navbarSupportedContent {
	border-radius: 8px;
}

.portal-btn {
	border: 2px solid #2bace2;
	color: #2bace2;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 7px 23px 8px;
	background-color: transparent;
	transition: all ease 0.2s;
}

.portal-btn:hover {
	color: #fff;
	background-color: #2bace2;
}

.portal-btn:hover .reg-icon {
	display: none;
}
.portal-btn:hover .hover-icon {
	display: inline-block;
}

.btn:focus {
	box-shadow: none;
	outline: 0;
}

.portal-btn img {
	margin-top: -2px;
}

/********************** HERO START**********************/
/********************** HERO START**********************/
/********************** HERO START**********************/
.hero {
	padding-top: 10rem;
	padding-bottom: 4rem;
	overflow: hidden;
	position: relative;
	max-height: none;
	background-position: bottom right;
}
.hero-title {
	color: #485054;
	font-size: 40px !important;
	font-weight: 600;
}

.hero .z-2 {
	z-index: 2;
}

.hero .video-player {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 0;
}

.hero .video-player video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hero .hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(
		45deg,
		rgb(0, 10, 32) 0%,
		rgba(46, 76, 116, 0.4) 70%
	);
	pointer-events: none;
	opacity: 1;
}

.hero #carouselExampleFade {
	min-height: 110px;
}

/********************** HERO END**********************/
/********************** HERO END**********************/
/********************** HERO END**********************/

/* .btn-red {
	background: #e21e34 0% 0% no-repeat padding-box;
	border: 2px solid #e21e34;
	border-radius: 50px;
	color: #f1fbff;
	padding: 11px 32px 13px;
	transition: all 0.2s ease-in-out;
}
.btn-red:hover {
	background-color: transparent;
	color: #e21e34;
} */
.bold {
	 font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.sec-pad {
	padding: 4rem 0;
}
.theme-color {
	color: #2bace2 !important;
}

.title {
	color: #485054;
	font-size: 30px;
	margin-bottom: 14px;
	line-height: 45px;
}
.title-des {
	color: #485054;
	margin-bottom: 50px;
}

.idustries-box {
	padding: 20px;
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 15px #2bace21a;
	border-radius: 10px;
	text-align: center;
	color: #8a9092;
	transition: all ease 0.5s;
	cursor: pointer;
	margin-bottom: 30px;
	height: auto;
}
.idustries-box:hover {
	box-shadow: 0px 3px 15px #2bace24d;
}
.idustries-box:hover .idustries-title {
	color: #2bace2;
}
.ib-red-left-border {
	border-left: 4px solid #e21e34;
}
.ib-blue-left-border {
	border-left: 4px solid #2bace2;
}
.idustries-title {
	font-size: 20px;
	color: #485054;
	margin-bottom: 9px;
	transition: all ease 0.5s;
}

.services-box:hover .idustries-title {
	color: #2bace2;
}

.middle-title {
	 font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	color: #485054;
	font-size: 25px;
	margin-bottom: 10px;
}
.font-18 {
	font-size: 18px !important;
}
.service-accordition .accordion-item {
	margin: 0px !important;
	margin-bottom: 15px !important;
	box-shadow: 0px 3px 15px #2bace21a;
	border: none !important;
	border-radius: 10px !important;
	transition: all ease 0.5s;
}
.service-accordition .accordion-item:hover {
	box-shadow: 0px 3px 15px #2bace24d;
}
.service-accordition .accordion-button {
	color: #8a9092;
	background-color: #fff0;
	font-size: 22px !important;
	padding: 20px 24px;
}

.service-accordition .accordion-button:hover {
	color: #0ab9ed;
}

.accordion-button:focus {
	z-index: 3;
	border-color: #2bace2;
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

.red-text {
	color: #e21e34 !important;
}

.sec-bg {
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec-bg-text {
	font-size: 20px;
	line-height: 30px;
	 font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	color: #f1fbff;
}
.roadmap-list li {
	list-style: none;
	position: relative;
	margin-left: 25px;
}
.roadmap-list li::before {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	background-color: #e21e34;
	position: absolute;
	left: 0px;
	top: 0px;
}
.roadmap-list p.r_title {
	font-size: 21px;
	line-height: 28px;
	margin-bottom: 5px;
	color: #485054;
}
.roadmap-list p.r_content {
	margin-bottom: 0px;
}
.roadmap-content-div {
	padding-left: 45px;
	padding-bottom: 25px;
	position: relative;
}
.r_number {
	width: 50px;
	height: 50px;
	background-color: #2bace2;
	border: 3px solid #fff;
	border-radius: 50%;
	color: #f1fbff;
	font-size: 21px;
	 font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: -25px;
	top: 0px;
}
.roadmap-list li:last-child .roadmap-content-div {
	padding-bottom: 0px;
}
.roadmap-list li:last-child::before {
	display: none;
}

.team-box-margin {
	margin-bottom: 30px;
}
.team-box {
	background-color: #fff;
	box-shadow: 0px 3px 15px #2bace21a;
	border-radius: 10px;
	max-width: 400px;
	margin: auto;
	height: 100%;
	text-align: center;
	transition: all ease 0.5s;
	cursor: pointer;
}
.team-box:hover {
	box-shadow: 0px 3px 15px #2bace24d;
}
.team-box:hover .team-title {
	color: #2bace2;
}
.team-img {
	width: 100%;
	max-width: 150px;
	height: auto;
	border-radius: 10px;
	margin-bottom: 10px;
}
.team-desc {
	padding: 20px 20px;
}
.team-title {
	font-size: 21px;
	transition: all ease 0.5s;
}
.team-desc p {
	margin-bottom: 0px;
}
.light-text {
	color: #8a9092;
}

.contact-box {
	background-color: #fff;
	box-shadow: 0px 3px 15px #2bace21a;
	border-radius: 10px;
	overflow: hidden;
}

.form-group {
	position: relative;
	margin-bottom: 1rem;
}
.form-control {
	border-color: #e6e6e6;
	border-radius: 5px;
	padding: 8px 30px;
	margin-top: -10px;
}
.form-control::placeholder {
	color: #d4d4d4;
}
.form-control:focus {
	box-shadow: none;
	outline: 0;
	border-color: #2bace2;
}
.form-group label {
	color: #485054;
	background-color: #fff;
	display: inline-block;
	margin-left: 20px;
	padding: 0px 5px;
}
.sqlbench-logo {
	max-height: 30px;
	width: auto;
}

.pp-box {
	background: #f8f8f8 0% 0% no-repeat padding-box;
	border-radius: 5px;
	position: sticky;
	padding: 4px 8px;
	top: 145px;
	/* padding: 23px 0; */
	/* top: 173px; */
}
.pp-box .nav-link::before {
	display: none;
}
.pp-box .navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
	padding: 4px 0px;
	/* font-size: 13px; */
	font-size: 12px;
}

.pp-box .navbar-nav .nav-item {
	border: none;
}
.pp-box .navbar-nav .nav-link:hover {
	background-color: unset;
}

.ppbox-circle {
	background: #2bace2 0% 0% no-repeat padding-box;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	flex-shrink: 0;
	/* *** */
	margin-top: 10px;
}

.pp-title {
	font-size: 21px;
	margin-bottom: 20px;
}
.pp-box-des {
	padding-top: 71px;
	margin-top: -31px;
}
.pp-box-des-first {
	margin-top: -40px;
}

.tags-wrapper {
	position: sticky;
	top: 400px;
}

.tags-wrapper .tag-box {
	font-size: 14px;
	max-width: 150px;
	width: 100%;
	margin-right: 0;
	padding: 3px 15px;
}

.tag-box {
	background: #d1f2ff 0% 0% no-repeat padding-box;
	border-radius: 5px;
	padding: 3px 18px;
	color: #485054;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	margin: 0px 6px 7px 0px;
	transition: all 0.2s ease-in-out;
}
.tag-box:hover {
	cursor: pointer;
	background: #2bace2 0% 0% no-repeat padding-box;
}
.ad-img {
	width: 29px;
	height: 29px;
	border-radius: 50px;
	border: 1px solid #2bace2;
}

.articles-modal--img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.first-blog-des {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pa-box {
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000021;
	border-radius: 5px;
	padding: 22px;
	margin-bottom: 20px;
}
.pa-box-blue-border {
	border-top: 11px solid #2bace2;
}

.blog-title {
	font-size: 23px;
	color: #485054;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blog-title-hover {
	transition: all 0.2s ease-in-out;
}
.blog-title-hover:hover {
	color: #2bace2;
}
.ft-25 {
	font-size: 25px;
}
.page-link {
	position: relative;
	display: block;
	color: #26a7dd;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	 font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	padding: 11px 17px;
}
.page-link:hover {
	z-index: 2;
	color: #ffffff;
	background-color: #2bace2;
	border-color: #dee2e6;
}

.br-8 {
	border-radius: 8px;
}
.carousel-item.active {
	opacity: 0;
	animation-name: opacity;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}
@keyframes opacity {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.title-for-scroll {
	padding-top: 6rem;
	margin-top: -5rem;
}
.inner-pag-content {
	padding-top: 7rem;
}
.mt-minus-4 {
	margin-top: -4rem;
}

.z-2 {
	z-index: 2;
}

.regular {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal; 
}

img {
	max-width: 100%;
	height: auto;
	transition: 0.4s;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

a,
button,
i {
	text-decoration: none;
	color: inherit;
	text-decoration: none;
}

a:focus,
a:hover {
	text-decoration: none;
	color: inherit;
}

.portal-btn {
	text-decoration: none;
	padding: 10px 20px;
	display: inline-block;
}

.carousel-item h4 {
	font-size: 18px !important;
	font-weight: 400;
}

.main-carousel {
	height: 304px;
	vertical-align: middle;
	display: flex;
	align-items: center;
}

.hover-icon {
	display: none;
}

.services-con {
	padding: 0px 0px 40px 0px;
}

.services-con h3 {
	font-size: 25px;
	font-weight: 400;
	color: #3573e0;
}

.services.performance .service-title {
	color: #e21f34;
}

.service-title--link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

/* .service-title--link:hover .service-title--one{
	color:#2BACE2;
}

.service-title--link:hover .service-icon--one {
background-image: url('../img/icon/support_hover.svg');
} */

.services-box {
	background-color: #f7f7ff;
	box-shadow: 0px 3px 15px #2bace21a;
	border-radius: 10px;
	padding: 40px;
	text-align: center;
	transition: all ease 0.5s;
	height: 100%;
	will-change: transform, box-shadow;
	transform: translateZ(0);
}

.services-box:hover {
	/* box-shadow: 0px 3px 15px #2bace24d; */
	box-shadow: 0px 0px 20px 3px #2bace24d;
	/* transform: scale(1.02) translateZ(0) ; */
}

.services-img {
	overflow: hidden;
	border-radius: 10px;
}

.services-box:hover .services-img img {
	transform: scale(1.1);
}

.service-title {
	padding: 0 20px 0px 10px;
	border-radius: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* transition: color 0.2s ease, background-color 0.2s ease; */
}

.services-box:hover .service-title {
	color: #e21f34;
	/* color:#2BACE2; */
}

.performance .services-box:hover .service-title {
	color: #3573e0;
}

.service-icon--one,
.service-icon--two,
.service-icon--three,
.service-icon--four,
.service-icon--five {
	display: block;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: background-image 0.3s ease;
}

.service-icon--one {
	background-image: url('../img/icon/support.svg'),
		url('../img/icon/support_hover.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.services-box:hover .service-icon--one {
	background-image: url('../img/icon/support_hover.svg');
}

.service-icon--two {
	background-image: url('../img/icon/performance.svg'),
		url('../img/icon/performance_hover.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.services-box:hover .service-icon--two {
	background-image: url('../img/icon/performance_hover.svg');
}

.service-icon--three {
	background-image: url('../img/icon/cost.svg'),
		url('../img/icon/cost_hover.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.services-box:hover .service-icon--three {
	background-image: url('../img/icon/cost_hover.svg');
}

.service-icon--four {
	background-image: url('../img/icon/cloud.svg'),
		url('../img/icon/cloud_hover.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.services-box:hover .service-icon--four {
	background-image: url('../img/icon/cloud_hover.svg');
}

.service-icon--five {
	background-image: url('../img/icon/source.svg'),
		url('../img/icon/source_hover.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.services-box:hover .service-icon--five {
	background-image: url('../img/icon/source_hover.svg');
}

/* 
.service-title--two{
padding: 0 20px 5px 20px;
border-radius: 10px;
transition: color 0.2s ease, background-color 0.2s ease;
} */

/* .service-title--link:hover .service-title--two{
	color:#2BACE2;

}

.service-title--link:hover .service-icon--two {
background-image: url('../img/icon/performance_hover.svg');
} */

/* .service-title--three{
padding: 0 20px 5px 20px;
border-radius: 10px;
transition: color 0.2s ease, background-color 0.2s ease;
} */

/* .service-title--link:hover .service-title--three{
	color:#2BACE2;
}

.service-title--link:hover .service-icon--three {
background-image: url('../img/icon/cost_hover.svg');
} */

/* .service-title--four{
padding: 0 20px 5px 20px;
border-radius: 10px;
transition: color 0.2s ease, background-color 0.2s ease;
} */

/* .service-title--link:hover .service-title--four{
	color:#2BACE2;

}

.service-title--link:hover .service-icon--four {
background-image: url('../img/icon/cloud_hover.svg');
} */

/* .service-title--five{
padding: 0 20px 5px 20px;
border-radius: 10px;
transition: color 0.2s ease, background-color 0.2s ease;
} */

/* .service-title--link:hover .service-title--five{
	color:#2BACE2;
}

.service-title--link:hover .service-icon--five {
background-image: url('../img/icon/source_hover.svg');
} */

/* .service-title--source{
padding: 0 20px 5px 20px;
border-radius: 10px;
transition: color 0.2s ease, background-color 0.2s ease;
}

.service-title--source:hover{
color:#2BACE2;
} */

/* .service-icon--source{
	display: block;
	background-image: url('../img/icon/source.svg');
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: background-image 0.3s ease;
} */

/* .service-icon--source:hover{
background-image: url('../img/icon/source_hover.svg');
} */

.service-p p {
	margin-bottom: 10px;
	line-height: 25px;
	color: #0e0e38;
	font-size: 14px;
	text-align: justify;
}

.bg-color {
	background-color: #f7f7ff;
}

.services-img img {
	width: 100%;
	border-radius: 10px;
}

.background-text {
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

.background-text img {
	width: 100%;
}

.performance-point--red {
	position: relative;
	padding-left: 28px;
	margin: 0;
	text-align: left;
	white-space: normal;
	width: 45%;
	color: #0e0e38;
	font-size: 12px;
}

.performance-point--red::before {
	content: '';
	position: absolute;
	left: 0;
	top: -5px;
	width: 30px;
	height: 30px;
	background: url('../img/icon/bulletred.png') no-repeat center/contain;
}

.performance-point--blue {
	position: relative;
	padding-left: 28px;
	margin: 0;
	text-align: left;
	white-space: normal;
	width: 100%;
	color: #0e0e38;
	font-size: 12px;
}

.performance-point--blue::before {
	content: '';
	position: absolute;
	left: -5px;
	top: -7px;
	width: 30px;
	height: 30px;
	background: url('../img/icon/bulletblue.png') no-repeat center/contain;
}

.btn-one-1 {
	border: 2px solid #e21f34;
	color: #fff;
	background-color: #e21f34;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	padding: 6px 25px;
	font-weight: 600;
	z-index: 3;
	position: relative;
	transition: 0.4s;
	border-radius: 5px;
	text-decoration: none;
}

.btn-one-1:hover {
	background-color: transparent;
	border: 2px solid #e21f34;
	color: #e21f34;
	transition: 0.4s;
}

.call-to-action {
	background-image: url(../img/readytostart_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0px;
}
.call-to-action h2 {
	font-size: 35px;
	color: #fff;
	font-weight: 500;
}
.call-to-action p {
	color: #fff;
	font-size: 14px;
}

.min-height {
	height: auto;
}

.insights-box-con {
	padding: 20px 20px 0px 20px;
}

.insights-box {
	border-radius: 10px 10px 10px 10px;
	background: rgb(14, 14, 56);
	background: linear-gradient(
		0deg,
		rgb(14, 14, 56) 0%,
		rgb(13, 13, 56) 32%,
		rgba(13, 13, 56, 0.6) 100%
	);
}
.insights-box h2 {
	color: #fff;
	font-size: 25px;
}

.insights-box a {
	color: #fff;
	font-size: 14px;
}

.insights-card img {
	border-radius: 10px;
	width: 100%;
	height: auto;
}

.insights {
	position: relative;
	bottom: 0px;
	width: 100%;
	z-index: 999;
	transform: none;
}

.insights-services {
	padding: 50px 0px 40px 0px;
}

.right-box {
	margin: 0;
}

.left-box {
	margin: 0;
}

.right-box .services-con,
.left-box .services-con {
	padding: 0;
}

.services-title h1,
h2 {
	font-size: 44px;
	font-weight: 400;
}

.services-title h1 {
	top: -10px;
	color: #244c71;
}

.insights .insights-box .slick-slideshow__slide .insights-card {
	display: none;
}

.insights .insights-box .slick-slideshow__slide:first-child .insights-card {
	display: block;
}

.location-box {
	box-shadow: 5px 0 25px 0 rgba(94, 92, 154, 0.1019607843);
	/* padding: 15px; */
	/* padding: 5px; */
	border-radius: 10px;
	position: relative;
	background-color: #fff;
	max-width: 150px;
	/* margin-top: 20px;
	margin-bottom: 20px; */
}

.location-box p {
	/* font-size: 14px; */
	font-size: 12px;
	line-height: 20px;
}

.slider-text h2 {
	/* font-size: 30px; */
	font-size: 24px;
	font-weight: bold;
	color: #0e0e38;
	margin: 0 0 16px 0;
}

.footer-address p {
	font-size: 14px;
	color: #0b1057;
	text-align: left;
	margin-top: 0;
}

/* .footer-link::after{
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background-image: url('/img/logo/linkedin.svg');
	  background-size: contain;  
    background-repeat: no-repeat;
    background-position: center;
} */


.footer-link ul {
	padding: 0;
	margin-bottom: 0;
	text-align: right;
}

.footer-link ul li {
	list-style: none;
	display: inline-block;
	transition: transform 0.3s ease;
}

.footer-link ul li:hover {
	transform: translateY(-5px);
}

.footer-link ul li a {
	font-size: 14px;
	color: #0e0e38;
	text-decoration: none;
	padding: 0 10px;
	transition: color 0.3s ease;
}

.footer-link ul li a:hover {
	color: #2bace2;
}

.footer-border {
	border-bottom: 3px solid #0b1057;
}

.copyright p {
	font-size: 14px;
	margin-bottom: 0px;
	color: #0d0d0d;
}

.carousel-btn {
	display: inline-block;
}

.map {
	display: inline-block;
	margin: 1em auto;
	position: relative;
	width: 100%;
	margin-bottom: -35px;
}

.map img {
	max-width: 100%;
	display: block;
	width: 100%;
	height: 100%;
}

.rpin {
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	transform: translateX(-50%) translateY(0);
	transition: all 0.3s ease;
	background: #e21f34;
}

.rpin:hover {
	cursor: pointer;
	transform: translateX(-50%) scale(1.5);
	transform-origin: 50% 50%;
}

.ireland {
	bottom: 71%;
	left: 47.3%;
}

.poland {
	bottom: 62.4%;
	left: 53.54%;
}

.sydney {
	bottom: 27.4%;
	left: 84.1%;
}

.newyork {
	bottom: 58.2%;
	left: 23.7%;
}

.pulse-med {
	animation: pulse 3s infinite;
}

.pulse-slow {
	animation: pulse 4s infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(226, 31, 52, 0.4);
	}
	70% {
		box-shadow: 0 0 0 30px rgba(226, 31, 52, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(226, 31, 52, 0);
	}
}
.map .tooltip1 h3 {
	font-size: 1rem;
	margin-top: 0.2rem;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #c0d028;
	color: #c0d028;
}

.tooltip1 p {
	font-size: 0.6rem;
}

.tooltip1 .top {
	min-width: 150px;
	top: -20px;
	left: -40px;
	transform: translate(-50%, -100%);
	padding: 4px 0px 0px 0px;
	color: #444;
	background-color: rgb(255, 255, 255);
	border-radius: 3px;
	position: absolute;
	z-index: 99999999;
	box-sizing: border-box;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.8s;
}

.tooltip1:hover .top {
	visibility: visible;
	opacity: 1;
}

.map .newyork .top {
	left: 32px;
}
.map .poland .top {
	left: -21px;
	top: 5px;
}
.map .ireland .top {
	top: -4px;
	left: -10px;
}

.sql .service-p p:last-child {
	margin-bottom: 0px;
}

.slider-text-con {
	position: relative;
	min-height: 40px;
}

.slider-text-con .footer-swiper {
	height: 40px;
}

.sliderbox h3 {
	/* font-size: 30px; */
	font-size: 24px;
	font-weight: bold;
	color: #3573e0;
}

.pt-100 {
	padding-top: 100px;
}

.articles-blue {
	color: #2bace2;
}

.articles-grey {
	color: #6e6f70;
}

.w-125 {
	width: 125px;
}

/* .header.sticky-bar .dropdown-menu {
	top: 55px;
	left: 0;
} */

.navbar-expand-lg .navbar-nav .dropdown-menu {
	/* top: 100%;
	left: 0;
	border: 0px; */
	/* border-top-left-radius: 0px;
	border-top-right-radius: 0px; */
	/* padding: 0px;
	min-width: 215px; */
	/* box-shadow: none; */
	/* border-radius: 8px;
	box-shadow: 0px 3px 15px #2bace2; */
	/* border-bottom:  2px solid gainsboro; */
	/* box-shadow: 0px 3px 15px #afafaf38; */
}

.dropdown-menu {
	top: 100%;
	left: 0;
	border: 0px;
	padding: 0px;
	min-width: 215px;
	border-radius: 8px;
	/* box-shadow: 0px 3px 15px #2bace2; */
	box-shadow: 0px 3px 15px #afafaf38;
	display: block;
	max-height: 0;
	opacity: 0;
	transform: translateY(10px);
	visibility: hidden;
	transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s ease,
		transform 0.8s ease, visibility 0.8s;
}

.dropdown-menu.show {
	max-height: 500px;
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.dropdown-toggle::after {
	transition: transform 0.3s ease;
}

.dropdown-menu.show + .dropdown-toggle::after,
.dropdown-toggle.show::after {
	transform: rotate(180deg);
}

.swiper-pagination-bullet {
	background: #ccc;
	opacity: 1;
	cursor: pointer;
	width: 8px;
	height: 8px;
}

.swiper-pagination-bullet-active {
	background: #2bace2;
}

.swiper-pagination-bullet.paused {
	background: #888 !important;
}

/* Responsive Mobile first - */
/* Responsive Mobile first - */

@media (min-width: 425px) {
	.performance-point--red,
	.performance-point--blue {
		width: 45%;
	}
}

@media (min-width: 481px) {
	.insights {
		bottom: -20px;
	}
	.insights-services {
		padding: 115px 0px 40px 0px;
	}
	.call-to-action {
		padding: 80px 0;
	}

	.location-box {
		/* margin-top: 0px; */
		max-width: 340px;
	}
	.location-box p {
		font-size: 14px;
		line-height: unset;
	}
}

@media (min-width: 640px) {
	.hero-title {
		font-size: 40px !important;
	}

	.idustries-box {
		margin-bottom: 0;
		height: 100%;
	}

	.service-accordition .accordion-button {
		font-size: 25px !important;

		padding: 25px 24px;
	}

	.sec-bg-text {
		font-size: 25px;
		line-height: 35px;
	}

	.title {
		font-size: 35px;
	}
}

@media (min-width: 768px) {
	.insights {
		bottom: -60px;
	}

	.hero-title {
		font-size: 58px !important;
	}
	.map {
		margin-bottom: -70px;
	}

	.sec-pad.container-articles .contents-navbar {
		max-width: 180px;
	}
	.sliderbox h3, .slider-text h2  {
	font-size: 30px;
	}
}

@media (min-width: 992px) {
	.header .nav-link {
		color: #fff;
	}
	.header .navbar-collapse {
		background-color: transparent !important;
	}
	.hero {
		max-height: 398px;
	}
	.insights {
		position: absolute;
		/* bottom: -150px; */
		bottom: -105px;
		width: 440px;
		transform: translateX(calc(50% + 259px));
	}
	.footer-address p {
		text-align: right;
	}
	.services-con {
		padding: 0;
	}
	.min-height {
		height: 230px;
	}
	.location-box {
		margin: 0;
		max-width: none;
	}

	.nav-link::before {
		display: block;
	}

	/* .navbar-expand-lg .navbar-nav .dropdown-menu {
		box-shadow: 0px 3px 15px #afafaf38;
	} */
}

@media (min-width: 1080px) {
	.performance-point--red,
	.performance-point--blue {
		font-size: 14px;
	}
	.call-to-action {
		padding: 100px 0;
	}
	.call-to-action h2 {
		font-size: 44px;
		font-weight: 400;
	}

	.call-to-action p {
		font-size: 18px;
	}
	/* .hero-title {
		font-size: 58px !important;
	} */

	.service-icon--one,
	.service-icon--two,
	.service-icon--three,
	.service-icon--four,
	.service-icon--five {
		width: 30px;
		height: 30px;
	}

	.slider-text h2 {
		font-size: 45px;
	}
	.sliderbox h3 {
		font-size: 45px;
	}
	.services-con h3 {
		font-size: 30px;
		font-weight: 400;
	}
	.slider-text-con {
		align-items: center;
		position: relative;
		min-height: 53px;
	}

	.slider-text-con .footer-swiper {
		height: 53px;
	}

	.min-height {
		height: 250px;
	}
}

@media (min-width: 1200px) {
	.insights {
		transform: translateX(calc(50% + 440px));
	}
	.min-height {
		height: 210px;
	}

	.slider-text h2 {
		font-size: 58px;
	}

	.sliderbox h3 {
		font-size: 58px;
	}
	.slider-text-con {
		min-height: 70px;
	}

	.slider-text-con .footer-swiper {
		height: 70px;
	}

	.services-con {
		padding: 0px 50px 0px 0px;
	}
}

@media (min-width: 1400px) {
	.insights {
		width: 512px;
		transform: translateX(calc(50% + 510px));
	}

	.footer-link ul li a {
		font-size: 18px;
	}
	.service-p p {
		font-size: 16px;
	}

	.footer-address p {
		font-size: 18px;
	}
}

@media (min-width: 1440px) {
	.sec-pad.container-articles {
		max-width: 1840px;
		margin: 0 auto;
	}
	.sec-pad.container-articles .contents-navbar {
		max-width: 250px;
	}
	.sec-pad.container-articles .container {
		max-width: 1575px;
	}

	.container-articles .navbar-nav .nav-link {
		font-size: 14px;
	}
}

@media (min-width: 1600px) {
	.col-xxxl-2 {
		flex: 0 0 auto;
		width: 16.6667%;
	}
}

@media (min-width: 2600px) {
	.insights {
		transform: translateX(calc(50% + 510px));
	}
}
