@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");
body {
	font-family: "Nunito", sans-serif;
	font-size: 16px;
	color: #707070;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #000000;
}

.btn-primary {
	background-color: #4169e1;
	border-color: #4169e1;
}

.btn-primary:hover, .btn-primary:focus {
	color: #fff;
	background-color: #334fa5;
	border-color: #334fa5;
}

.btn-outline-primary {
	color: #4169e1;
	border-color: #4169e1;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
	color: #fff;
	background-color: #334fa5;
	border-color: #334fa5;
}

.btn {
	border-radius: 0.3em;
	padding: 0.45rem 1.2rem;
}

.btn:focus {
	border-color: transparent !important;
}

.cky-revisit-bottom-left {
	display: none !important;
}

.cky-btn-revisit-wrapper {
	display: none !important;
}

.fw-bolder {
	font-weight: 700 !important;
}

.bg-colored {
	background: rgba(244, 243, 251, 0.4);
}

.company-info-heading {
	min-height: 50px;
}

.differences-title {
	min-height: 90px;
}

.hero-animation-area {
	position: relative;
	height: 370px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(img/hero-bg.png);
}

.hero-animation-area .hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.hero-animation-area .screen-one {
	position: absolute;
	top: 10%;
	left: 15%;
	width: 65%;
	object-fit: contain;
	z-index: 1;
}

.hero-animation-area .screen-two {
	position: absolute;
	bottom: 10%;
	right: 12%;
	width: 40%;
	object-fit: contain;
	z-index: 1;
}

.hero-animation-area .dots {
	position: absolute;
	width: 35%;
	object-fit: contain;
	z-index: 1;
}

.hero-animation-area .dots.dots-first {
	top: 0;
	right: 0;
}

.hero-animation-area .dots.dots-second {
	bottom: 0;
	left: 15%;
}

.text-bg-primary {
	font-weight: normal;
	font-size: 1em;
	text-align: left;
	color: #4169e1 !important;
	background: rgba(65, 105, 225, 0.08) !important;
}

.w-60px {
	width: 60px;
	height: 60px;
}

.w-15px {
	width: 15px;
	height: 15px;
}

.success-icon {
	width: 20px;
	height: 20px;
	color: white;
	background-color: #00a35a;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	object-fit: contain;
}

.partners-area .img-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.partners-area .img-wrap img {
	width: 100%;
	max-width: 100px;
	height: 50px;
	object-fit: contain;
	filter: grayscale(1);
	opacity: 0.4;
	transition: 0.15s ease;
}

.partners-area .img-wrap img:hover {
	filter: grayscale(0);
	opacity: 1;
}

.counts-area .h1 {
	transition: all 0.3s ease;
}

.counts-area .h1:hover {
	color: #4169e1;
	transition: all 0.3s ease;
}

.site-footer {
	background-color: #4169e1;
}

.company-info p,
.differences-area p {
	font-size: 0.85em;
}

.blog-wrap img {
	width: 100%;
	aspect-ratio: 1.5;
	object-fit: cover;
	border-top-right-radius: 0.4em;
	border-top-left-radius: 0.4em;
}

.site-main {
	min-height: 80vh;
}

.bg-blue {
	background-color: #4169e1;
}

.blog-title {
	height: 50px;
	overflow: hidden;
}

.wpcf7-form-control-wrap,
.wpcf7-form-control {
	width: 100%;
}

.wpcf7-form-control {
	border-radius: 8px;
	border: 1px solid #707070;
}

.blog-cover-img {
	max-height: 35vh;
	object-fit: cover;
}

.desc-img {
	height: 80%;
	max-width: 100%;
	object-fit: contain;
	transition: 0.3s ease;
}

.desc-img:hover {
	transform: scale(1.1);
	transition: 0.3s ease;
}

.candidate-area img {
	transition: 0.3s ease;
}

.candidate-area img:hover {
	transform: scale(1.1);
	transition: 0.3s ease;
}

.navbar-nav {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: start;
	gap: 3em;
}

.navbar-nav .menu-item {
	display: flex;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #000000;
}

.elementor-accordion .elementor-accordion-item:first-child {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}

.elementor-accordion .elementor-accordion-item:last-child {
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}

.footer-logo {
	max-width: 120px;
}

.mobile-menu {
	position: fixed;
	background-color: white;
	width: 100vw;
	z-index: 99;
	top: -150vh;
	left: 0;
	height: calc(100vh - 50px);
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	transition: all 0.3s ease;
}

.mobile-menu.active {
	top: 70px;
	transition: all 0.3s ease;
}

.small-offcanvas {
	height: 20vh !important;
	min-height: 250px !important;
}

@media (max-width: 767px) {
	body {
		width: 100vw;
		overflow-x: hidden;
	}
	.hero-animation-area {
		height: 200px;
	}
	.hero-area {
		text-align: center;
	}
	.container {
		padding: 0px 15px;
	}
	.badge {
		font-size: 0.8em;
	}
	.desc-img {
		width: 50%;
		height: auto;
	}
	.description-area,
	.candidate-area {
		text-align: center;
	}
	.site-footer {
		text-align: center;
	}
}

.carousel-control-next,
.carousel-control-prev {
	width: auto !important;
}

@media (max-width: 992px) {
	body {
		width: 100vw;
		overflow-x: hidden;
	}
	.offcanvas {
		min-height: 240px;
	}
	.navbar-nav {
		display: flex;
		width: 100%;
		flex-direction: column;
		justify-content: center;
		gap: 1em;
	}
	.navbar-nav .menu-item {
		display: flex;
		justify-content: center;
		padding: 0;
		margin: 0;
		font-weight: bold;
		color: #000000;
		text-align: center;
	}
	.navbar-nav .dropdown-menu {
		display: none !important;
	}
	.navbar-nav .dropdown-menu.show {
		position: static !important;
		transform: none !important;
		display: flex !important;
		border: 0px !important;
	}
	.navbar-nav .dropdown-menu {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.navbar-nav .dropdown {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.hero-area {
		text-align: center;
	}
	.container {
		padding: 0px 15px;
	}
	.badge {
		font-size: 0.8em;
	}
	.desc-img {
		width: 50%;
		height: auto;
	}
	.description-area,
	.candidate-area {
		text-align: center;
	}
	.site-footer {
		text-align: center;
	}
	.company-info-heading {
		min-height: auto !important;
	}
	.differences-title {
		min-height: auto !important;
	}
}
.mobile-menu .navbar-nav {
    gap: 0.2em !important;
}


/*# sourceMappingURL=style.css.map */