/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
 */

/* scroll bar css start here  */
/* ::-webkit-scrollbar {
	-webkit-appearance: none;
}
::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-track {
	background: #eddacf;
	border: 1px solid #ffffff00;
}
::-webkit-scrollbar-thumb {
	background: #f15f52;
	border: 1px solid #f15f52;
	height: 60px;
	border-radius:5px;
}
body{
	overflow-x: hidden;
} */
/* scroll bar css close here  */

/* header start here  */
a:focus {
    outline: none !important;
}
.she-header .site-head {
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 900ms ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999;
    position: fixed !important;
    top: 0px;
    width: 100%;
    box-shadow: 0 1px 9px 0 rgb(32 33 36 / 13%) !important;
}
.admin-bar .she-header .site-head {
    top: 32px !important;
}
@-webkit-keyframes fadeInDown {
from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
}
to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
}
}
@-moz-keyframes fadeInDown {
from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
}
to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
}
}
@keyframes fadeInDown {
from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
}
to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
}
}
.in-down {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
.elementor-button {
    position: relative;
    overflow: hidden;
}
.elementor-button-text {
    position: relative;
}
.elementor-button:before {
    content: "";
    width: 0px;
    height: 0px;
    background: #2061D1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    transition: .4s;
    border-radius: 100px;
}
.elementor-button:hover:before {
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.head-btn .elementor-widget-button {
    display: flex;
    justify-content: flex-end;
}
.head-menu .sub-arrow {
    padding-left: 8px !important;
    transition: .4s;
}
.head-menu .elementor-item:hover .sub-arrow {
    transform: rotateX(180deg);
}
.head-menu a.elementor-sub-item {
    border: none !important;
}
.head-menu .sub-menu {
    padding: 8px 0px !important;
    min-width: 210px !important;
}
.site-head {
    position: absolute;
    width: 100%;
}

/* header close here  */

/* home page start here  */
.bold-blue strong {
    color: #1c6fff;
}
.teck-list .elementor-icon-list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 19px;
}
.teck-list .elementor-icon-list-items li {
    width: calc(50% - 10px);
    background: white;
    border: 1px solid #dedede;
    padding: 15px 19px !important;
    border-radius: 11px;
    margin: 0px !important;
}
.enterprise-slider span.swiper-pagination-bullet {
    opacity: 1 !important;
    margin: 0px 4px !important;
}
.enterprise-slider .swiper-pagination-bullet-active {
    width: 35px !important;
    border-radius: 10px;
    background: #1c6fff !important;
}
.enterprise-slider .swiper-pagination {
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.enterprise-slider .elementor-swiper-button-prev {
    left: 20px !important;
    top: 45% !important;
}
.enterprise-slider .elementor-swiper-button-next {
    right: 20px !important;
    top: 45% !important;
}
/* home page close here  */

/* Footer start here  */
#ast-scroll-top {
    right: 15px;
    bottom: 15px;
}
.btn-white a.elementor-button:before {
	background: #c1d7ff;
}
.btn-white a.elementor-button:hover {
	border-color: #c1d7ff;
}
/* Footer close here  */




















@media screen and (max-width: 1025px) {
/* 	header start here  */
	html #wpadminbar {
		display: none;
	}
	html {
		margin-top: 0px !important;
	}
	.elementor-location-header {
		min-height: 74px;
	}
	.admin-bar .she-header .site-head {
		top: 0px !important;
	}
/* 	header close here  */
}


@media screen and (max-width: 767px) {
/* 	header start here  */
	.head-menu .elementor-menu-toggle {
		display: flex;
		height: 36px;
		min-width: 39px;
		width: max-content;
	}
	.head-menu {
		display: flex;
		align-items: center;
	}
	.head-menu .elementor-menu-toggle svg {
		width: 17px !important;
		height: 17px !important;
	}
	.head-btn {
		position: static !important;
	} 
	nav.elementor-nav-menu--dropdown {
		position: absolute;
		top: 51px;
		width: 100%;
		border-top: 4px solid #1c6fff !important;
		border-radius: 0px !important;
		left: 0px !important;
	}
	.head-menu {
		justify-content: flex-end !important;
		position: static !important;
	}
	.head-btn a.elementor-button {
		min-width: 120px;
	}
	.head-menu .elementor-item {
		justify-content: space-between;
	}
	.head-menu .menu-item {
		border-bottom: 1px solid #cccccc9c !important;
	}
	.head-menu .sub-menu {
		padding: 0px !important;
		box-shadow: none !important;
	}
	.head-menu a.elementor-sub-item {
		padding-left: 42px !important;
		padding-top: 9px !important;
		padding-bottom: 9px !important;
	}
	.head-menu .sub-menu li.menu-item:last-child {
		border-bottom: none !important;
	}
	.elementor-location-header {
		min-height: 63px !important;
	}
/* 	header close here  */
	
/* 	home page start here  */
	.teck-list .elementor-icon-list-items {
		flex-wrap: wrap !important;
		flex-direction: column;
		gap: 10px;
	}
	.teck-list .elementor-icon-list-items li {
		width: 100%;
	}
	.enterprise-slider .elementor-swiper-button-prev {
		left: 6px !important;
		top: 40% !important;
	}
	.enterprise-slider .elementor-swiper-button-next {
		right: 6px !important;
		top: 40% !important;
	}
/* 	home page close here  */
}