/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1752158553
Updated: 2025-07-10 14:42:33

*/
div[data-elementor-type="wp-page"] {
    overflow: hidden;
}
.header-navigation .sub-menu a.hfe-sub-menu-item:hover{
	border-radius: 8px;
}
.header-navigation .hfe-menu-item{
  position: relative;
}
.header-navigation .hfe-menu-item:after{
  content: '';
  position: absolute;
  width: 0; height: 3px;
  display: block;
  margin-top: 5px;
  right: 0;
  background: #fff;
  transition: width .4s ease;
  -webkit-transition: width .4s ease;
   bottom: 0;
}
.header-navigation .hfe-menu-item:hover:after{
  width: 100%;
  left: 0;
  background: #fff;
  bottom: 0;
}
ul.sub-menu li {
    background-color: white !important;
}
ul.sub-menu {
    position: absolute;
    background-color: transparent !important;
    padding-top: 18px;
    border: none !important;
}
div#headerContainer>.e-con-inner {
    background-color: #fff;
    border-radius: 10px;
}

.ehf-header #masthead {
    z-index: 99;
    position: absolute;
    width: 100%;
}

.hfe-site-logo-container {
    display: flex;
}

.accordian-buttons a {
    max-width: 490px;
    display: block;
}

.multi-accordian .elementskit-card {
    box-shadow: 14px 14px 120px 0 rgba(0, 0, 0, .06);
    border-radius: 20px !important;
    overflow: hidden;
    background-color: #fff !important;
}

.multi-accordian .elementskit-card-header a {
    box-shadow: none !important;
}

.multi-accordian .ekit_accordion_normal_icon,
.multi-accordian .ekit_accordion_active_icon {
    display: flex;
}

#guide-accordian,
#doc-accordian {
    display: none;
}

.accordian-tab.active a {
    color: white !important;
    background-color: transparent !important;
    background-image: linear-gradient(180deg, #088060 0%, #166043 100%) !important;
    border: none !important;
}

/* services slider css */
.heading-with-slider-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 65px;
}
.custom-main-heading {
    font-family: 'Exo 2';
    font-size:40px;
    font-weight: 600;
    line-height: 109%;
    margin: 0;
	color:#234A3A;
}
.services-slider-wrapper .custom-main-heading {
    color: #ffffff !important;
    max-width: 700px;
}
.slider-arrow {
    display: flex;
    align-items: center;
    gap: 20px;
}
.services-slider-wrapper .swiper {
    padding-bottom: 90px;
}
.slider-arrow svg {
    width: 28px;
}
.slider-arrow-prev,
.slider-arrow-next {
    height: 70px;
    border-radius: 100px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.services-slider-wrapper .slider-arrow-prev,
.services-slider-wrapper .slider-arrow-next {
    border: 1px solid rgb(255 255 255 / 30%);
}
.services-slider-wrapper .slider-arrow-prev:hover,
.services-slider-wrapper .slider-arrow-next:hover {
    background-color: rgba(255, 255, 255);
    border: none;
}
.services-slider-wrapper .slider-arrow-prev:hover svg path,
.services-slider-wrapper .slider-arrow-next:hover svg path {
    stroke: var( --e-global-color-secondary );
}
.services-slider-wrapper .swiper-slide {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    padding: 12px 12px 40px 12px;
    color: #fff;
    transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    row-gap: 36px;
}
.services-slider-wrapper .swiper-slide img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}
.service-box-content {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding: 0 18px;
}
.services-slider-wrapper .swiper-slide h3 {
    font-family: 'Exo 2';
    font-size: 28px;
    font-weight: 500;
    line-height: 109%;
    color: #fff;
    margin: 0;
}
.services-slider-wrapper .swiper-slide p,
span.slide-label {
    font-family: Open sans;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    font-weight: 300;
    margin: 0;
}
/* Hover Effect */
.services-slider-wrapper .swiper-slide:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #011C3C;
}
.services-slider-wrapper .swiper-slide:hover h3 {
    color: #28234A;
}
.services-slider-wrapper .swiper-slide:hover p {
    color: #011C3C;
}
/* pagination bullet */
.services-slider-wrapper .swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.services-slider-wrapper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgb(217 217 217 / 20%);
    margin: 0 !important;
}
.services-slider-wrapper .swiper-pagination-bullet-active {
    background: #234A3A;
}

/* user reviews slider css */
.user-reviews-slider-wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.user-reviews-slider-wrapper  .custom-main-heading {
    color: #28234A !important;
    max-width: 1140px;
    text-align: center;
    margin: 0 auto;
}
.user-reviews-slider-wrapper span.slide-label {
    color: black;
}
.user-reviews-slider-wrapper .slider-arrow {
    justify-content: center;
}
.user-reviews-slider-wrapper .slider-arrow svg path {
    stroke: #000000;
}
.user-reviews-slider-wrapper .slider-arrow-prev,
.user-reviews-slider-wrapper .slider-arrow-next {
    border: 1px solid rgb(1 28 60 / 30%);
}
.user-reviews-slider-wrapper .slider-arrow-prev:hover,
.user-reviews-slider-wrapper .slider-arrow-next:hover {
    background-color: transparent;
    background-image: linear-gradient(180deg, #088060 0%, #166043 100%);
    border: none;
}
.user-reviews-slider-wrapper .slider-arrow-prev:hover svg path,
.user-reviews-slider-wrapper .slider-arrow-next:hover svg path {
    stroke: #fff;
}
.user-reviews-slider-wrapper .user-reviews-slider {
    width: 100%;
}
.swiper-slide.review-box {
    padding: 34px 38px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 17px;
}
.swiper-slide.review-box:hover {
    background-color: transparent;
    background-image: linear-gradient(180deg, #F7FBFA 0%, #E3EEEA 100%);
    border: none;
}
.review-user-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.review-user-info img {
    max-width: 120px;
}
.review-user-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.review-box-content {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.review-box-content p, .review-user-details p {
    font-family: verdana;
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
    margin: 0;
}
.review-box-content p {
    color: #000;
}
.review-user-details p {
    color: #28234A;
}
.review-user-details h4 {
    font-family: 'Glacial Indifference';
    font-size: 28px;
    font-weight: 500;
    line-height: 109%;
    color: #28234A;
    margin: 0;
}

.ekit-back-to-top-container  .ekit-btt__button  {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.custom-svg-color svg path {
    fill: #fff !important;
}

#fluentform_4 .ff-el-input--content {
    position: relative;
}
#fluentform_4 .ff-el-input--content::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    user-select: none;
    background-size: 20px;

} 
#fluentform_4 select {
    appearance: none;
    -webkit-appearance: none;
}
.contact-first-name .ff-el-input--content::after,
.contact-last-name .ff-el-input--content::after,
.contact-company-name .ff-el-input--content::after {
    background-image: url('/wp-content/uploads/2025/07/profile.png');
}
.contact-url .ff-el-input--content::after {
    background-image: url('/wp-content/uploads/2025/07/link.png');
}
.contact-email .ff-el-input--content::after,
.contact-job-title .ff-el-input--content::after {
    background-image: url('/wp-content/uploads/2025/07/direct-normal.png');
}
.contact-phone .ff-el-input--content::after {
    background-image: url('/wp-content/uploads/2025/07/call.png');
}
#fluentform_4 .contact-country-selector .ff-el-input--content::after,
#fluentform_4 .contact-company-size-selector .ff-el-input--content::after,
#fluentform_4 .contact-topic .ff-el-input--content::after {
    background-image: url('/wp-content/uploads/2025/07/arrow-down-sign-to-navigate.png');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
#fluentform_4 .contact-phone input,
#fluentform_4 .contact-dropdown select {
    appearance: none;
    -webkit-appearance: none;
}
#fluentform_4 input,
#fluentform_4 select,
#fluentform_4 textarea {
    border: none !important;
}
#fluentform_4 input:focus ,
#fluentform_4 select:focus ,
#fluentform_4 textarea:focus  {
    outline: 1px solid #106E50
}
#fluentform_4  .contact-query textarea {
    border-radius: 16px;
}
.contact-dropdown .ff-el-input--content::after {
    background-image: url('/wp-content/uploads/2025/07/arrow-up.png');
}
.home-services-section {
    position: static;
}
.review-slider-section::after,
.review-slider-section::before,
.home-services-section::after {
    content: '';
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.review-slider-section .e-con-inner {
    position: relative;
    z-index: 1;
}
.review-slider-section::before {
    background-image: url('/wp-content/uploads/2025/07/Group-1577706876.png');
    bottom: 0;
    left: 0;
}
.review-slider-section::after {
    background-image: url('/wp-content/uploads/2025/07/Group-1577706800.png');
    top: 0;
    right: 0;
}
.home-services-section::after {
    background-image: url('/wp-content/uploads/2025/07/Group-1577706876-1.png');
    bottom: -15%;
    width: 460px;
    right: 0;
    z-index: -1;
}
.about-alykas-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 32%;
    border-radius: 100%;
    transform: translate(-50%, 50%);
    width: 250px;
    height: 274px;
    background-color: #065F46;
    filter: blur(250px);
    z-index: -1;
}
.hemo-multi-section::before,
.hemo-multi-section::after,
.footer-shade::before {
    content: '';
    position: absolute;
    z-index: -1;
}
.hemo-multi-section::before,
.footer-shade::before {
    top: 0%;
    left: 0%;
    border-radius: 100%;
    width: 340px;
    height: 274px;
    background-color: #065F46;
    filter: blur(250px);
}
.footer-shade::before {
    width: 240px;
    height: 174px;
}

.hemo-multi-section::after {
    background-image: url('https://alykas.com/wp-content/uploads/2025/07/Group-1577706876-1-1.png');
    top: 0;
    right: 0;
    width: 400px;
    height: 630px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.5;
}


.hemo-multi-section2::before,
.hemo-multi-section2::after,
.footer-shade::before {
    content: '';
    position: absolute;
    z-index: -1;
}
.hemo-multi-section2::before,
.footer-shade::before {
    top: 0%;
	left:auto;
    right: 0%;
    border-radius: 100%;
    width: 340px;
    height: 274px;
    background-color: #065F46;
    filter: blur(250px);
}
.hemo-multi-section3::before,
.hemo-multi-section3::after,
.footer-shade::before {
    content: '';
    position: absolute;
    z-index: -1;
}
.hemo-multi-section3::before,
.footer-shade::before {
    top: 0%;
	left:0%;
    right:auto; 
    border-radius: 100%;
    width: 340px;
    height: 274px;
    background-color: #065F46;
    filter: blur(250px);
}
.footer-shade::before {
    width: 240px;
    height: 174px;
}
.gradient-ani-bor-hov{
	border:1px solid transparent;
}
.gradient-ani-bor-hov:hover{
	border:1px solid transparent;
		animation: gradientBorder 2s linear infinite;
		background: linear-gradient(to right, #ffff, #ffff) content-box,
		conic-gradient(
				from var(--angle),
				#1a573b 0deg,
				#256247 53.3deg,
				#4d896d 90.46deg,
				#65a285 126.24deg,
				#ffffff 178.82deg,
				#fff 360deg
			)
		border-box;
		padding: 2px;
}
.gradient-ani-bor{
		border:1px solid transparent;
		animation: gradientBorder 4s linear infinite;
		background: linear-gradient(to right, #eef6f3, #f0f6f4) content-box,
		conic-gradient(
				from var(--angle),
				#1a573b 0deg,
				#256247 53.3deg,
				#4d896d 90.46deg,
				#65a285 126.24deg,
				#ffffff 178.82deg,
				#fff 360deg
			)
		border-box;
		padding: 2px;
}
.page-tab-menu .elementskit-btn  {
    text-align: left !important;
}
@keyframes gradientBorder {
	from {
		--angle: 0turn;
	}
	to {
		--angle: 1turn;
	}
}

@property --angle {
	syntax: "<angle>";
	inherits: true;
	initial-value: 0turn;
}

/* Ticker Slider */
.base-template__wrapper {
	max-width: 100vw;
	padding-bottom: 50px;
}

.horizontal-ticker__slider {
	width: 100%;
}

.horizontal-ticker__slider .swiper-wrapper {
	transition-timing-function: linear !important;
}

.horizontal-ticker__slider .swiper-slide {
	height: auto !important;
}

.horizontal-ticker {
	margin: 0 -20px;
	display: flex;
	flex-direction: column;
	row-gap: 2.85vw;
}

.horizontal-ticker__slide {
	position: relative;
	width: 120px;
}

.horizontal-ticker__slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* Meet The A Team */
.meet-the-a-team .eael-elements-flip-box-padding {
    padding: 0;
}
.eael-elements-flip-box-heading {
    margin-top: 4px;
    margin-bottom: 0;
}
.eael-elements-flip-box-content {
    display: flex;
    flex-direction: column;
    margin-top: 4px;
    row-gap: 20px;
}
.eael-elements-flip-box-content h3{
    color: white;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}
.mh-mega-menu, .mh-mega-inner-container {
		background-color: white;
	}
@media screen and (min-width: 1025px) {
    #menu-1-05bc0ed {
       flex-wrap: nowrap;
    }
    /* Solution Tabs */
    .page-tab-menu  .e-n-tab-title {
        position: relative;
    }
    .page-tab-menu  .e-n-tab-title[aria-selected="true"] {
        font-weight: 600;
    }
    .page-tab-menu .e-n-tab-title[aria-selected="true"]::before {
        content: '';
        width: 3px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #097e5e;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .custom-main-heading {
        font-size: 40px;
		color:#234A3A;
    }
    #fluentform_4 .ff-t-container {
        flex-wrap: wrap !important;
        row-gap: 0 !important;
    }
    #fluentform_4 .ff-t-cell.ff-t-column-1,
    #fluentform_4 .ff-t-cell.ff-t-column-2 {
        flex-basis: 48.3% !important;
    }
    #fluentform_4 .ff-t-cell.ff-t-column-3 {
        flex-basis: 100% !important;
        flex-direction: row !important;
        column-gap: 15px !important;
    }
    #fluentform_4 .ff-t-cell.ff-t-column-3 .ff-el-group  {
        width: 50% !important;
    }
    #fluentform_4 .ff-el-input--content::after {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
    .swiper-slide.review-box {
        padding: 24px 28px;
    }
    .user-reviews-slider-wrapper .custom-main-heading {
        font-size: 40px;
        max-width: 700px;
    }
    .user-reviews-slider-wrapper {
        gap: 30px;
    }
    .review-user-details {
        gap: 2px;
    }
    .review-user-details h4 {
        font-size: 20px;
    }
    .review-user-details p {
        font-size: 17px;
    }
    .review-user-info img {
        max-width: 85px;
    }
    .review-icons svg{
        width: 18px;
    }
    .review-box-content {
        row-gap: 12px;
    }
    .review-box-content p {
        font-size: 16px;
    }
    .slider-arrow {
        gap: 16px;
    }
    .user-reviews-slider-wrapper span.slide-label {
        font-size: 18px;
    }
    .slider-arrow-prev, .slider-arrow-next {
        height: 60px;
        width: 60px;
    }
    .slider-arrow-prev svg, .slider-arrow-next svg {
        width: 24px;
    }
    .review-slider-section::before {
        background-position: bottom;
    }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
    .custom-main-heading {
        font-size: 33px;
        line-height: 123%;
    }
    .heading-with-slider-arrow {
        padding-bottom: 40px ;
		
    }
    .services-slider-wrapper .swiper-slide {
        padding: 10px 10px 30px 10px;
    }
    .services-slider-wrapper .swiper {
        padding-bottom: 65px;
    }
    .services-slider-wrapper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    #fluentform_4 .ff-t-container {
        flex-wrap: wrap !important;
        row-gap: 0 !important;
    }
    #fluentform_4 .ff-t-cell.ff-t-column-1,
    #fluentform_4 .ff-t-cell.ff-t-column-2 {
        flex-basis: 48.3% !important;
    }
    #fluentform_4 .ff-t-cell.ff-t-column-3 {
        flex-basis: 100% !important;
        flex-direction: row !important;
        column-gap: 15px !important;
    }
    #fluentform_4 .ff-t-cell.ff-t-column-3 .ff-el-group  {
        width: 50% !important;
    }
    #fluentform_4 .ff-el-input--content::after {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
    .swiper-slide.review-box {
        padding: 24px 28px;
    }
    .user-reviews-slider-wrapper .custom-main-heading {
        font-size: 32px;
        max-width: 600px;
    }
    .user-reviews-slider-wrapper {
        gap: 30px;
    }
    .review-user-details {
        gap: 2px;
    }
    .review-user-details h4 {
        font-size: 20px;
    }
    .review-user-details p {
        font-size: 17px;
    }
    .review-user-info img {
        max-width: 85px;
    }
    .review-icons svg{
        width: 18px;
    }
    .review-box-content {
        row-gap: 20px;
    }
    .review-box-content p {
        font-size: 16px;
    }
    .user-reviews-slider-wrapper span.slide-label {
        font-size: 18px;
    }
    .slider-arrow-prev, .slider-arrow-next {
        height: 60px;
        width: 60px;
    }
    .slider-arrow-prev svg, .slider-arrow-next svg {
        width: 24px;
    }
}
@media screen and (max-width: 1024px) {
    .page-tab-menu .e-n-tab-title:first-child {
        border-top: 1px solid #B9C1C9;
    }
	.heading-with-slider-arrow{
		display:block;
		padding-bottom: 0px;
	}
	.custom-main-heading {
    	font-size: 28px;
	}
	.review-user-details h4 {
		font-size: 22px;
	}
	.review-box-content p, .review-user-details p {
		font-size: 16px;
	}
	.swiper-slide.review-box {
		padding: 34px 18px;
	}
	.user-reviews-slider-wrapper {
		gap: 10px;
	}	
	.slider-arrow-prev, .slider-arrow-next {
		height: 40px;
		width: 40px;
		margin: 30px 0px;
	}
    footer .hfe-nav-menu {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
    }
    footer .hfe-nav-menu::before,
    footer .hfe-nav-menu::after {
        content: none;
    }
    .header-navigation,
    .header-navigation > .elementor-widget-container,
    .header-navigation > .elementor-widget-container > .hfe-nav-menu,
    .header-navigation > .elementor-widget-container > .hfe-nav-menu__layout-horizontal  {
        position: static !important;
    }
    .header-navigation nav.hfe-nav-menu__layout-horizontal {
        position: absolute !important;
        width: 100% !important;
        top: 120% !important;
        border-radius: 20px !important;
        overflow: hidden !important;
        padding: 30px 0px !important;
        right: 0 !important;
    }
}
@media screen and (max-width: 767px) {
    .header-navigation nav.hfe-nav-menu__layout-horizontal {
        border-radius: 15px !important;
        top: 110% !important;
        padding: 20px 0px !important;
    }
    .horizontal-ticker {
		row-gap: 15px;
	}
    .horizontal-ticker__slide {
		width: 150px;
	}
	.iot-banner-slider .swiper-slide {
  
    	background-position: left !important;
	}
	.slider-left span {
    -webkit-text-stroke: 0px;
    color: white;
    -webkit-text-fill-color: white;
    font-weight: 700;
	}
	
	
}


