/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL & Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Version: 4.7.2
Requires at least: 5.3
Tested up to: 6.5
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */


body{
	overflow-x:hidden !important;
}
a{
	text-decoration:none;
    text-underline-offset: 3px;
}
.breadcrumb a{
	text-decoration:none !important;
}
#ast-scroll-top {
    background-image:linear-gradient(90deg,var( --e-global-color-secondary )  0%, var( --e-global-color-accent ) 100%);
	width:40px !important;
	height:40px !important;
	line-height:40px !important;
}


.icon_box a{
	color:var( --e-global-color-434c082 );
}
header{
	top:-100%;
	left:0;
	width:100%;
	transition:all 1s ease-in-out;
	position:static !important;
}
header.fixed_header{
	position:fixed !important;
	top:0;
	z-index:999 !important;
	transition:all 1s ease-in-out;
}
.main_header .hfe-search-form__container {
    padding: 3px;
}
.main_header button.hfe-search-submit {
	border-radius:50%;
    position: absolute;
    min-width: 38px !important;
    height: 38px;
    right: 5px;
	top:50%;
	transform:translatey(-50%);
}
.main_header input[type=search]{
	border-radius:100px;
}
.main_header .main_menu li:after {
    content: "";
    width: 0;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    bottom: 0px;
    left: -100%;
	transition: all 0.8s;
}
.main_header .main_menu li.current-menu-item:after {
	left:0;
    width: 100%;
}
.main_header .main_menu li.current-menu-ancestor:after {
    left: 0;
    width: 100%;
}
.main_header .main_menu li.current-menu-ancestor li.current-menu-parent div a{
	color: var(--e-global-color-primary) !important;
}
/* ----------Home css---------- */
.main_btn,.eael-load-more-button{
	position:relative;
	overflow:hidden;
	border-radius:5px;
}
.main_btn a{
	position:relative;
	z-index:9;
}
.main_btn:after,.newslatter_form .wpforms-submit:after,.eael-load-more-button:after{
	content:"";
	width:100%;
	height:100%;
	background-image:linear-gradient(90deg,var( --e-global-color-secondary )  0%, var( --e-global-color-accent ) 100%);
	position:absolute;
	top:50%;
	left:-100%;
	transform:translatey(-50%);
	transition:all 0.4s ease-in-out;
	z-index:-1;
}
.main_btn:before,.newslatter_form .wpforms-submit:before,.eael-load-more-button:before{
	content:"";
	width:100%;
	height:100%;
	background-image:linear-gradient(90deg, var( --e-global-color-accent ) 0%, var( --e-global-color-secondary ) 100%);
	position:absolute;
	top:50%;
	right:0;
	transform:translatey(-50%);
	transition:all 0.4s ease-in-out;
	z-index:-1;
}
.main_btn:hover:after,.newslatter_form .wpforms-submit:hover:after,.eael-load-more-button:hover:after{
	left:0;
}
.banner_item{
	height:800px !important;
}
.banner_slider {
	margin-bottom:0 !important;
}
.banner_slider ul.slick-dots {
    bottom: 0;
/*     right: 0;
    transform: translatey(50%);
    display: flex;
	flex-direction:column;
    align-items: end;
	padding:20px; */
}
.banner_slider .slick-dots li button:before{
	content:"" !important;
	width:100% ;
	height:8px ;
	border-radius:5px;
	background-image:linear-gradient(90deg, var( --e-global-color-accent ) 0%, var( --e-global-color-secondary ) 100%);
	opacity:1;
}
.banner_slider .slick-dots li.slick-active button:before{
	opacity:1;
}
.banner_slider .slick-dots li{
	width:25px;
	transition:all 0.4s ease-in-out;
}
.banner_slider .slick-dots li.slick-active{
	width:40px;
}
.quality_box .elementor-icon-box-icon .elementor-icon {
    padding:30px;
    background-image: linear-gradient(90deg, var( --e-global-color-da70e92 ) 0%, var( --e-global-color-9e714fb ) 100%);
    border-radius: 50%;
    display: inline-block;
	box-shadow:0 -5px 20px 0 #6d18ef00;
	transition:all 0.4s ease-in-out;
}
.quality_box:hover .elementor-icon-box-icon .elementor-icon{
    background-image: linear-gradient(90deg, #fff 0%, #fff 100%);
	box-shadow:0 -5px 20px 0 #6d18ef1a;
}
.quality_box:after{
	content:"";
	width:100%;
	height:100%;
    background-image: linear-gradient(90deg, var( --e-global-color-da70e92 ) 0%, var( --e-global-color-9e714fb ) 100%);
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%) scaleY(0);
    z-index: -1;
	transition:all 0.4s ease-in-out; 
	border-radius:10px;
}
.quality_box:hover:after{
	transform:translate(-50%,-50%) scaleY(1);
}

.offer_box .elementor-widget-image .elementor-widget-container{
	display:block;
	overflow:hidden !important;
}
.offer_box .elementor-widget-image .elementor-widget-container:after{
	content:"";
	width:calc(100% + 40px);
	height:0;
    background:#16141a66;
	position:absolute;
	top:-100%;
	left:50%;
    transform: translateX(-50%);
	transition:all 0.4s ease-in-out; 
}
.offer_box:hover .elementor-widget-image .elementor-widget-container:after{
	top:0;
	height:100%;
    transform: translateX(-50%);
}
.offer_box .offer_item:after{
	content:"";
	width:100%;
	height:0;
    background:var( --e-global-color-primary );
	position:absolute;
	top:100%;
	left:50%;
	transform:translateX(-50%);
	transition:all 0.4s ease-in-out; 
}
.offer_box:hover .offer_item:after{
	top:0;
	height:100%;
}
.offer_box:hover .offer_item .elementor-widget-text-editor, .offer_box:hover .offer_item h3, .offer_box:hover .offer_item a{
	transition:all 0.4s ease-in-out;
	fill:#fff !important;
}

.offer_box:hover .offer_item .elementor-widget-text-editor, .offer_box:hover .offer_item h3, .offer_box:hover .offer_item a{
	color:#fff !important;
	fill:#fff !important;
}

.project_box .elementor-widget-image .elementor-widget-container:after{
	content:"";
	width:100%;
	height:100%;
    background:#16141a66;
	background-image: linear-gradient(180deg, var( --e-global-color-9cc1851 ) 40%, var( --e-global-color-981a4ac ) 100%);
	position:absolute;
	top:-100%;
	left:50%;
	transform:translateX(-50%);
	transition:all 0.4s ease-in-out; 
}
.project_box:hover .elementor-widget-image .elementor-widget-container:after{
	top:0;
	height:100%;
}
.project_box .project_item{
	bottom:-100% !important;
	transition:all 0.4s ease-in-out;
}
.project_box:hover .project_item{
	bottom:0 !important;
}
.project_slider .slick-current+.slick-active .elementor-widget-image .elementor-widget-container:after{
	top:0;
	height:100%;
}
.project_slider .slick-current+.slick-active .project_item{
	bottom:0 !important;
}

.project_slider button.slick-arrow {
    position: absolute;
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
    font-size: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 45px;
    height: 45px;
    border: none !important;
    border-radius: 50%;
    cursor: pointer;
    z-index:99;
    padding: 0;
	overflow:hidden;
}
.project_slider button.prev-arrow {
    left: -60px !important;
}
.project_slider button.next-arrow {
    right: -60px !important;
}
.project_slider button.slick-arrow:after{
	content: " " !important;
	width:100%;
	height:100%;
	border-radius:50%;
	position:absolute;
	top:0;
	left:-100%;
	background-image: linear-gradient(90deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
	transition:all 0.3s ease-out 0s;
	z-index:-1;
}
.project_slider button.slick-arrow:hover:after{
	left:0;
}
.project_slider button.prev-arrow:before, button.next-arrow:before{
	content: " " !important;
	width:45px;
	height:45px;
	position:absolute;
	top:0;
	left:0;
	background-image: url(https://gandg.gandgtech.com/wp-content/uploads/2024/07/next_long.svg) !important;
	background-repeat:no-repeat;
	background-position:center;
	background-size:16px;
	border-radius:50%;
	transition:all 0.3s ease-out 0s;
}
.project_slider button.prev-arrow:before{
  background-image: url(https://gandg.gandgtech.com/wp-content/uploads/2024/07/prev_long.svg) !important;
}

.project_slider .elementor-element.elementor-grid-eael-col-3 .eael-grid-post {
        float: unset !important;
        width: 100% !important;
    }
.project_slider  article{
	position:relative !important;
}
.portfolio_slider h3 a{
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    text-decoration: none !important;
	display: block;
}
.portfolio_slider .meta-cat-icon {
	display:none ;
}
.portfolio_slider .post-meta-categories a{
    text-decoration: none !important;
}
.portfolio_slider  article .eael-grid-post-holder{
	position:relative !important;
	overflow:hidden;
}
.portfolio_slider .eael-grid-post .eael-entry-wrapper {
    padding:15px 20px;
    position: absolute;
    width: calc(100% - 40px);
	border-radius:10px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
	transition:all 0.5s ease-in-out;
}
.portfolio_slider .eael-grid-post-holder-inner{
}
.portfolio_slider .eael-grid-post-holder-inner:hover .eael-entry-wrapper{
	bottom:-100%;
}
/* Contact Form CSS */
.contact_form .wpforms-field{
	padding: 0px 0 !important;
    margin-bottom: 20px;
}
.contact_form .wpforms-field input{
	background-color: #fff !important;
    border: 1px solid rgba(241, 238, 246, .5) !important;
    height: calc(1.8rem + 32px);
    padding: 14px 20px !important;
}
.contact_form .wpforms-field textarea{
	background-color: #fff !important;
    border: 1px solid rgba(241, 238, 246, .5) !important;
    padding: 14px 20px !important;
}
.contact_form .wpforms-submit{
	background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
    overflow: hidden;
    z-index: 1;
    padding: 16px 32px 16px 32px !important;
    height: auto !important;
    font-size: 16px !important;
}

.contact_form .wpforms-submit:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.contact_form .wpforms-submit:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    position: absolute;
    top: 50%;
    left: -100%;
    transform: translatey(-50%);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.contact_form .wpforms-submit:hover:after {
    left: 0;
}
.contact_form .wpforms-container{
	margin:0 !important;
}
.contact_detail .elementor-icon{
	background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
    padding: 10px;
    border-radius: 50%;
}
.contact_detail .elementor-icon-box-description a{
	color: var(--e-global-color-434c082);
	text-decoration:none;
}



.tech_accordion a{
	text-decoration:underline;
}

.service_description a{
	color:#67687A;
	text-decoration:none !important;
}
.about_service .elementor-image-box-img{
	background-image: linear-gradient(to left, #7114EF, #1475F7);
    border-radius: 20px;
    padding: 15px;
    height: 80px;
    box-shadow: 0 6px 6px #7114ef4d;
}
.about_service .elementor-image-box-img img{
	filter: brightness(0) invert(1);
}
.about_service{
	height:100%;
}
.about_service p {
    display: none !important;
}
.about_service.architecture p {
    display: block !important;
	height: 200px;
    overflow: scroll;
}
.about_service.architecture p::-webkit-scrollbar {
    width: 4px;
}

.about_service.architecture p::-webkit-scrollbar-track {
    background: transparent;
	width:0;
}

.about_service.architecture p::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
}

.about_service.architecture p::-webkit-scrollbar-thumb {
    background: #6D18EF;
	width: 4px;
}
.about_service ul{
	margin:0 !important;
}
.techno_list{
    list-style: circle;	
}
.techno_list li::marker {
    color: #6300FB;
}


.management_system{
	overflow-y: scroll;
    height: 365px;
}
.management_system::-webkit-scrollbar {
    width: 4px;
}

.management_system::-webkit-scrollbar-track {
    background: transparent;
	width:0;
}

.management_system::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
}

.management_system::-webkit-scrollbar-thumb {
    background: #6D18EF;
	width: 4px;
}

.technology_detail.sharepoint_detail .elementor-image-box-content {
    padding: 20px 20px;
}
.technology_detail.sharepoint_detail .elementor-image-box-img img {
    height: 270px;
    object-fit: cover;
}
.bg_back{
	overflow: hidden;
}

.portfolio_detail_titlte .elementor-icon-box-title{
	margin-top:0;
}
.footer_title .elementor-widget-container{
	display: inline-block;
}
.footer_button .elementor-button-icon{
	  align-items: center;
    display: flex;
}
.footer_link .elementor-icon-box-description a{
	color:#fff;
}
.footer_title{
	margin-bottom: 20px !important;
}
.newslatter_form #wpforms-539-field_2-container{
	padding: 0;
}
.newslatter_form .wpforms-field-medium{
	height: 60px;
}
.newslatter_form .wpforms-container{
	margin:0 !important;
}
.newslatter_form .wpforms-field input{
	width: 100% !important;
  max-width: 100% !important;
}
.newslatter_form .wpforms-submit-container{
	  position: absolute !important;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    margin: 0 !important;
}
.newslatter_form .wpforms-submit{
	    height: 100% !important;
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
    padding: 0 20px !important;
	  overflow: hidden;
	z-index:1;
}
footer nav a.hfe-menu-item {
    text-underline-offset: 3px;
}



/* About Us Page CSS */
.site_title a{
	text-decoration:none !important;
}
.breadcrum_button .elementor-button-content-wrapper{
	align-items:center;
}
.breadcrum_button .elementor-button-content-wrapper .elementor-button-icon {
	line-height: 0;
}
.about_list .elementor-icon-list-icon{
	    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
    padding: 7px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_list .elementor-icon-list-icon svg{
	margin:0 !important;
}
.about_rightimg{
	height:100%;
}
.expertise_box .elementor-image-box-description,.offer_box  .elementor-widget-text-editor{
	max-height:80px;
  overflow: auto;
}


/* For WebKit browsers */
.expertise_box .elementor-image-box-description::-webkit-scrollbar,.offer_box  .elementor-widget-text-editor::-webkit-scrollbar {
    width: 4px;
}

.expertise_box .elementor-image-box-description::-webkit-scrollbar-track,.offer_box  .elementor-widget-text-editor::-webkit-scrollbar-track {
    background: transparent;
}

.expertise_box .elementor-image-box-description::-webkit-scrollbar-thumb,.offer_box  .elementor-widget-text-editor::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
}

.expertise_box:hover .elementor-image-box-description::-webkit-scrollbar-thumb {
    background: var( --e-global-color-primary );
}
.offer_box:hover  .elementor-widget-text-editor::-webkit-scrollbar-thumb{
	background: #fff;
}


/* Technologies CSS */
.about_technology {
	    position: relative;
    overflow: hidden;
}
.about_technology .about_technology_img{
	width: 100%;
}
.shape_img{
	height:100%;
}
.technology_detail .elementor-image-box-img img{
	height: 300px;
  object-fit: contain;
}
.technology_detail{
	    box-shadow: 0 10px 60px rgba(0, 0, 0, .1);
    transition: all .3s ease;
}
.technology_detail p.elementor-image-box-description {
    height: 120px;
    overflow: scroll;
}
.technology_detail .elementor-image-box-content{
	padding: 30px 35px;
}

.technology_detail p.elementor-image-box-description::-webkit-scrollbar {
    width: 4px;
}

.technology_detail p.elementor-image-box-description::-webkit-scrollbar-track {
    background: transparent;
}

.technology_detail p.elementor-image-box-description::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
}

.technology_detail:hover p.elementor-image-box-description::-webkit-scrollbar-thumb {
    background: var( --e-global-color-primary );
}
.technology_detail{
	position:relative;
	overflow:hidden;
	transition: all .4s ease;
}
.technology_detail:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
    transition: all .4s ease;
    content: "";
    z-index: -1;
    opacity: 0.2;
}
.technology_detail:hover:before{
	height: 100%;
	transition: all .4s ease;
}
.technology_detail .elementor-image-box-img{
	position:relative;
	overflow:hidden;
	margin:0 !important;
}
.technology_detail .elementor-image-box-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
    transition: all .4s ease;
    content: "";
    z-index: -1;
    opacity: 0.2;
}
.database_gateway .elementor-widget-container{
	position:relative;
	overflow:hidden;
}
.database_gateway .elementor-widget-container:before{
	border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    content: '';
    position: absolute;
    top: 0;
    right: 45px;
    width: 420px;
    height: 100%;
	z-index:1;
}
.database_gateway .elementor-widget-container img{
	  z-index: 1;
    position: relative;
}
.database_gateway_icon .elementor-icon-box-icon{
	   background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}
.database_gateway_icon .elementor-icon-box-icon:before{
	    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    background-color: #5F2DEE;
}
.features_list .elementor-icon-list-text{
	text-align:justify;
}
.partnere_images .elementor-swiper-button{
	position: absolute !important;
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
    font-size: 0 !important;
    top: 50% !important;
    transform: translatey(-50%) !important;
    width: 45px;
    height: 45px;
    border: none !important;
    border-radius: 50%;
    z-index: 99 !important;
    padding: 0;
    overflow: hidden;
}
.partnere_images .elementor-swiper-button.elementor-swiper-button-prev:before {
    background-image: url(https://gandg.gandgtech.com/wp-content/uploads/2024/07/prev_long.svg) !important;
}
.partnere_images .elementor-swiper-button.elementor-swiper-button-prev:before, .partnere_images .elementor-swiper-button.elementor-swiper-button-next:before {
    content: " " !important;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://gandg.gandgtech.com/wp-content/uploads/2024/07/next_long.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    border-radius: 50%;
    transition: all 0.3s ease-out 0s;
}

.partnere_images .elementor-swiper-button:after {
    content: " " !important;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -100%;
    background-image: linear-gradient(90deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    transition: all 0.3s ease-out 0s;
    z-index: -1;
}

.partnere_images .elementor-swiper-button:hover:after {
    left: 0;
}

.partnere_images figure.swiper-slide-inner {
    box-shadow: -5px 0px 20px 0px rgb(0 0 0 / 10%);
    margin: 15px 10px !important;
    background-color: #fff;
}
.animation_image .elementor-widget-container img{
	animation: tm-animation-floating 3s infinite ease-in-out;
}

@keyframes tm-animation-floating{
	0% {
    -webkit-transform: translate(0, 0px);
}
65% {
    -webkit-transform: translate(0, 15px);
}
100% {
    -webkit-transform: translate(0, 0px);
}
}
.invest_contact{overflow:hidden;}
.geometry6 {
    content: "";
    position: absolute;
    top: 0;
    left: 170px;
    width: 80px;
    height: 150%;
    opacity: 0.92;
    background-color: #15101e;
    mix-blend-mode: color-dodge;
    transform: rotate(30deg);
    transform-origin: top right;
}
.geometry7 {
    content: "";
    position: absolute;
    top: 0;
    left: 78px;
    width: 80px;
    height: 150%;
    opacity: 0.4;
    transform: rotate(30deg);
    transform-origin: top right;
    background-color: white;
    mix-blend-mode: soft-light;
}
.geometry8 {
    content: "";
    position: absolute;
    top: 0;
    right: 60px;
    width: 80px;
    height: 150%;
    opacity: 0.4;
    background-color: white;
    mix-blend-mode: soft-light;
    transform: rotate(30deg);
    transform-origin: top right;
}
.geometry9 {
    content: "";
    position: absolute;
    top: 0;
    right: 152px;
    width: 80px;
    height: 150%;
    opacity: 0.92;
    transform: rotate(30deg);
    transform-origin: top right;
    background-color: #15101e;
    mix-blend-mode: color-dodge;
}
.geometry10 {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 14%;
    height: 100%;
    opacity: 0.5;
    background-image: linear-gradient(0deg, var( --e-global-color-primary ) 0%, #a974fa 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 0%);
}
.investor_mail a{
	color:#fff;
	text-decoration:none !important;
}
.privacy_icon .elementor-icon-box-icon{
	margin-top: 5px;
}
.main_blog .eael-entry-header .eael-entry-title a {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main_blog .eael-entry-wrapper{
	  display: flex;
    flex-wrap: wrap;
    gap: 15px;
	    padding: 25px 30px 25px !important;
    background-color: #fff;
	justify-content: space-between;
}
.main_blog .wpr-grid-item-date, .main_blog .wpr-grid-item-read-more{
	width:47%;
}
.main_blog .wpr-grid-item-read-more{
	text-align:right !important;
}
.main_blog .wpr-grid-item-category .inner-block a, .main_blog .wpr-grid-item-read-more .inner-block a span{
	    background: linear-gradient(to left, var( --e-global-color-primary ), #1f68f2);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.main_blog .wpr-grid-item-read-more .inner-block a{
	text-decoration:none;
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.about_list .elementor-icon{
	 position: relative;
}
.about_list .elementor-icon-box-icon .elementor-icon:before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
    background-color: #6c1aef;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
}
.about_list .elementor-icon-box-icon .elementor-icon svg{
	border-radius: 50%;
    background: #fff;
    width: 65px;
    height: 65px;
    padding: 10px;
}
.blog_details .blog-title{
	    font-family: "Jost", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 20px;
}
.blog_details .blog-featured-image img{
	height: 370px;
    width: 100%;
    object-fit: contain;
    object-position: left;
}
.blog-meta{
	display:flex;
	margin-top: 20px;
}
.blog-meta p{
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.blog-meta p:first-child{
		padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #cfcfcf;
}
.blog-meta p i{
	    margin-right: 10px;
    color: var(--e-global-color-primary);
}

.simple-post-navigation a{
	background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
    overflow: hidden;
    z-index: 1;
    border-radius: 3px;
    box-shadow: none;
    color: var(--wpforms-button-text-color);
    padding: 10px 20px;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    position: relative;
    text-decoration: none;
}
.simple-post-navigation a i{
	font-size: 14px;
}
.simple-post-navigation{
	   display: flex;
    justify-content: space-between;
}
.main_blog .post-meta-categories li a{
	    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
    color: var(--e-global-color-secondary);
    background: linear-gradient(to right, var(--e-global-color-primary), var(--e-global-color-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.main_blog .post-meta-categories{
	position: absolute;
    top: 15px;
    left: 30px;
}
.main_blog .eael-entry-title{
	margin-bottom: 10px;
    margin-top: 30px;
}
.main_blog .eael-entry-wrapper{
position:relative;
}
.main_blog .meta-cat-icon{
	display:none
}
.main_blog .far.fa-clock{
	color:var( --e-global-color-primary );
}




.simple-portfolio-navigation a{
	background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
    overflow: hidden;
    z-index: 1;
    border-radius: 3px;
    box-shadow: none;
    color: var(--wpforms-button-text-color);
    padding: 10px 20px;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    position: relative;
    text-decoration: none;
}
.simple-portfolio-navigation a i{
	font-size: 14px;
}
.simple-portfolio-navigation{
	   display: flex;
    justify-content: space-between;
}
.portfolio-featured-image img{
	  width: 550px;
    max-width: 100%;
    object-fit: contain;
    object-position: left;
}
.portfolio-title{
		font-family: var(--e-global-typography-caa9905-font-family), Sans-serif;
    font-size: var(--e-global-typography-caa9905-font-size);
    font-weight: var(--e-global-typography-caa9905-font-weight);
    line-height: var(--e-global-typography-caa9905-line-height);
    margin-top: 20px;
}
.off-canvas-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 9999;
}

.off-canvas-menu.open {
    transform: translateX(0);
    right: 0;
}
.off-canvas-menu .canvas_menu {
    overflow-y: scroll !important;
}
.site_map ul{
	list-style:none;
	padding:0;
    margin-left: 20px;
}
.site_map ul li{
	color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	margin-bottom: 5px;
}
.site_map ul ul{
    margin-bottom: 0;
}
.site_map ul li svg{
	width:12px;
    margin-right: 8px;
	fill: var(--e-global-color-primary);
}
.site_map ul li:hover>svg{
	fill: var(--e-global-color-434c082);
}
.site_map h2{
	font-family: var(--e-global-typography-caa9905-font-family), Sans-serif;
    font-size: var(--e-global-typography-caa9905-font-size);
    font-weight: var(--e-global-typography-caa9905-font-weight);
    line-height: var(--e-global-typography-caa9905-line-height);
	margin-bottom:20px;
	color: var(--e-global-color-434c082);
}
.site_map h3 {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
	margin-bottom:10px;
	color: var(--e-global-color-434c082);
}
.contact_detail img{
	height:25px;
}
.contact_detail  h3>span {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}
.footer_form  div{
	margin:0 !important;
}
.footer_form  div.wpforms-field {
    padding: 0 !important;
    margin:0 10px 10px 0 !important;
}
.footer_form button[type="submit"]:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.footer_form button[type="submit"]:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
    position: absolute;
    top: 50%;
    left: -100%;
    transform: translatey(-50%);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.footer_form button[type="submit"]:hover:after {
    left: 0;
}
.footer_form button[type="submit"]{
	z-index:9 !important;
	overflow:hidden;
}
.footer_form input:focus{
	outline:none;
	border-color: var( --e-global-color-primary ) !important;
}
.footer_form .g-recaptcha {
    padding: 0 0 10px !important;
}
@media only screen and (max-width:1550px){
	.bg_image{
		background-image: none !important;
	}
}
@media only screen and (min-width:1201px) and (max-width:1366px){
	.banner_item {
		height: 700px !important;
	}
}
@media only screen and (min-width:1025px) and (max-width:1200px){
	.banner_item {
		height: 600px !important;
	}
	.technology_detail .elementor-image-box-content {
		padding: 25px 30px;
	}
}
@media only screen and (min-width:768px) and (max-width:991px){
	.contact_form .wpforms-field-row-block{
		width: 100% !important;
    	padding: 0 !important;
    	margin-bottom: 20px;
	}
	.contact_form .wpforms-field-row-block:last-child{
		margin-bottom:0;
	}
	.contact_form .wpforms-field.wpforms-field-email{
		width: 100%;
		margin-left: 0 !important;
	}
	.contact_form .wpforms-field.wpforms-field-number{
		width: 100%;
    	margin-left: 0 !important;
	}
	.contact_form .wpforms-one-half{
		width: 100% !important;
    	margin-left: 0 !important;
	}
	.contact_form .wpforms-container textarea.wpforms-field-large {
		height: 180px !important;
	}
}
@media only screen and (max-width:1024px){
	.main_menu .hfe-nav-menu__layout-horizontal{
		left: auto !important;
    	right: 0;
    	width: 270px !important;
		position:absolute ;
	}
	.banner_item {
		height: 600px !important;
	}
}


@media only screen and (max-width:767px){
	.database_gateway .elementor-widget-container:before {
		right: 0px !important;
		width: 300px !important;
	}
	.database_gateway_icon .elementor-icon{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
}

@media only screen and (max-width:450px){
	.banner_item {
		height: 500px !important;
	}
	.contact_form .wpforms-recaptcha-container{
		overflow-y:scroll;
	}
	.contact_form .wpforms-field-row-block{
		width: 100% !important;
    	padding: 0 !important;
    	margin-bottom: 20px;
	}
	.contact_form .wpforms-field-row-block:last-child{
		margin-bottom:0;
	}
	.contact_form .wpforms-field.wpforms-field-email{
		width: 100%;
	}
	.contact_form .wpforms-field.wpforms-field-number{
		width: 100%;
    	margin-left: 0 !important;
	}
	.contact_form .wpforms-one-half{
		width: 100% !important;
    	margin-left: 0 !important;
	}
	.contact_form .wpforms-container textarea.wpforms-field-large {
		height: 180px !important;
	}
	.grid_area{width:100%;}
}