/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. 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 so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # 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 beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*global*/
a:focus, button:focus{
	outline: none;
}
.page-heading:hover a {
    cursor: initial;
}

span.sub-arrow {
    display: none !important;
}

a.learn-more-btn {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: var(--e-global-color-accent);
    display: block;
    margin-top: 20px;
	text-decoration: underline;
}
a.learn-more-btn:hover{
	text-decoration: none;
}
.btn-trans a.elementor-button {
    background: transparent;
    color: var(--e-global-color-secondary);
}
.btn-trans a.elementor-button:hover{
	background: transparent;
	color: var(--e-global-color-accent);
}
/*custom sidebar*/
.custom-tabs .elementor-tab-content {
    padding: 35px 60px 130px 60px !important
}
.custom-tabs .elementor-tabs-wrapper {
	 width: 34% !important;
    background: #063f5c;
}
.custom-tabs .elementor-tabs-wrapper  .elementor-tab-desktop-title{
	color: #fff;
	font-weight: 600;
}
.custom-tabs .elementor-tabs-wrapper  .elementor-tab-desktop-title.elementor-active{
	color: var(--e-global-color-accent);
	font-weight: 900;
	border: 0 !important;
	background-color: transparent !important;
}
.custom-tabs .elementor-tabs .elementor-tabs-wrapper {
    padding: 80px 50px;
    border: 0 !important;
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.custom-tabs .elementor-tab-desktop-title {
    padding: 15px 25px !important;
}
.custom-tabs .elementor-tab-desktop-title.elementor-active:after, .custom-tabs .elementor-tab-title:before {
    border: 0 !important;
}
.tabs-content span{
	color: var(--e-global-color-28a0dc4); 
	font-weight: 900;
}
.tabs-content div{
	color: #6D7280;
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.custom-tabs .elementor-tab-desktop-title.elementor-active::before {
    content: "";
    width: 18px !important;
    height: 18px !important;
    display: block;
    position: absolute;
    background-image: url(/wp-content/uploads/2024/01/arrow-slant.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: -6px;
    top: 28px !important;
}
/*navigation*/
li.page-heading a {
    font-weight: 900 !important;
    font-size: 16px !important;
}
li.page-heading:hover a{
	color: #000 !important;
}
.main-nav-wrap .elementor-nav-menu .elementor-item{
	color: var(--e-global-color-text) !important;
	border-bottom: 3px solid transparent;
}
.main-nav-wrap .elementor-nav-menu .elementor-item:hover, .current-menu-item a {
    border-color: var(--e-global-color-accent) !important;
}
nav.elementor-nav-menu--main a {
    padding: 5px !important;
	
}
.footer-menu a.elementor-item.elementor-item-anchor.menu-link:hover {
    text-decoration: underline;
    border: 0 !important;
}
.footer-menu a.elementor-item.elementor-item-anchor.menu-link:hover:after{
	display: none;
}
.sub-menu {
	margin-top: 20px !important;
	 box-shadow: 0px -1px 10px rgba(0,0,0,.25);
    padding: 22px !important;
}
.sub-menu:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    transform: translateY(-100%);
    width: 10px;
    height: 12px;
    display: block;
    background-image: url(/wp-content/uploads/2023/12/subme-tooltip.png);
    background-repeat: no-repeat;
}
.sub-menu li.menu-item {
    margin-bottom: 15px !important;
}
.sub-menu .elementor-sub-item{
	font-family: 'Raleway' !important;
	font-size: 16px;
	padding: 0 !important;
	border: 0;
}
.sub-menu .elementor-sub-item:hover {
	background: transparent;
    color: var(--e-global-color-secondary);
    font-weight: 900;
	border: 0;
}
a.elementor-sub-item.elementor-item-active.menu-link {
    background: transparent;
    color: var(--e-global-color-secondary);
	font-weight: 900;
}

/*home accordion*/
.elementor-tab-title {
    border-top: 1px solid #E5E7EB;
}
.elementor-accordion .elementor-accordion-item:first-child .elementor-tab-title {
    border: 0;
}
.elementor-accordion-item {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
}

/*benefits - what we do*/
.single-what-we-do .benefits-wrap{
	position: relative;
	cursor: pointer;
}
.single-what-we-do .benefits-wrap .benefits-info-wrap{
	position: absolute;
	top: -100%;
	opacity: 0;
	transition:opacity .4s;
	padding-left: 30px;
	padding-right: 30px;
}
.single-what-we-do .benefits-wrap .benefits-info-wra,.single-what-we-do .benefits-wrap .e-con-inner:hover .benefits-title {
    display: none;
}
.single-what-we-do .benefits-wrap .e-con-inner:hover .benefits-info-wrap{
	display: block !important;
	top: 50%;
	opacity: 1;
	transform: translateY(-50%);
}
/*description*/
.description-wrap {
    padding-top: 80px;
	text-align: center;
}
.description-wrap p {
    margin-bottom: 0;
}

/*sectors*/
.sectors-wrap{
	text-align: center;
	padding-bottom: 80px;
}
.sectors-wrap h3{
	color: var(--e-global-color-primary) !important;
	margin-bottom:20px;
}
.sectors-wrap p {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
	margin-bottom: 0;
}
/*talk to an exprt*/
.talk-to-an-export-label {
    color: var(--e-global-color-primary);
    font-weight: 900;
    line-height: 22px;
}
/*form controls,msgs*/
.contact-form-wrap .nf-form-content input:not([type=button]), .contact-form-wrap .nf-form-content textarea {
    background: transparent;
}
.nf-form-content input[type=submit]{
	cursor: pointer;
	background: var(--e-global-color-accent) !important;
	border-radius: 5px !important;
}
.nf-form-content input[type=submit]:hover{
	background: var(--e-global-color-secondary) !important;
	color: #fff !important;
}
.contact-form-wrap .nf-form-content textarea.ninja-forms-field{
	height: 100px
}
.form-success-msg{
	color: var(--e-global-color-accent);
}

/*hubspot contact form*/
.contact-form-wrap input, .contact-form-wrap textarea {
    background: transparent;
    border-radius: 0 !important;
    border-color: #c4c4c4;
}
.contact-form-wrap input:focus, .contact-form-wrap textarea:focus{
	outline: none;
}
.contact-form-wrap ul.inputs-list.multi-container {
    display: grid;
    gap: 5px;
    list-style: none;
	padding-left: 0;
}
.contact-form-wrap ul.inputs-list.multi-container li label {
    display: flex;
    gap: 10px;
}
.contact-form-wrap fieldset {
    margin-bottom: 18px !important;
}
.contact-form-wrap ul.no-list.hs-error-msgs.inputs-list {
    padding: 0;
    list-style: none;
    font-size: 12px;
    color: red;
    margin: 3px 0;
}
.contact-form-wrap legend.hs-field-desc {
    font-size: 13px;
    padding: 0;
    font-style: italic;
}

/*insights*/
.insights-container:hover {
    box-shadow: none !important;
    cursor: pointer;
}
.insight-wrap .elementor-heading-title a{
	text-decoration: none;
}

.insights-container .elementor-widget-image a{
	display: block !important;
}
/*footer*/
.elementor-location-footer a.elementor-button {
    padding-top: 0;
}
 .footer-wrap .email-wrap {
    margin-top: -20px;
}

/*newsletter*/
 .footer-wrap .nf-form-content {
    padding: 0;
}
span#nf-form-title-3, .nf-before-form-content, .nf-field-label, .nf-error.field-wrap .nf-field-element:after, .nf-after-field, .nf-after-form-content{
    display: none;
}
 
 .footer-wrap .nf-field-element p, #ninja_forms_required_items,  .nf-field-container {
	color: #fff;
    margin-bottom: 0;
}
.nf-field-element p {
    margin-bottom: 20px;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea{
	color: #000 !important;
}
.footer-wrap .submit-container .nf-field {
    position: absolute;
    right: 0;
    bottom: 25px;

}

.footer-wrap .submit-wrap .nf-field-element input{
	width: 50px;
    height: 50px;
    font-size: 0;
    border-radius: 0 !important;
    padding: 0;
    background-color: #fc573b !important;
    background-image: url(/wp-content/uploads/2024/01/newsletter-arrow.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.quick-links-wrap a.uael-menu-item:hover {
    text-decoration: underline !important;
}
.footer-wrap label,.footer-wrap legend{
	color: var(--e-global-color-accent);
}
/*scroll to top - custom*/
.back-to-top {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.back-to-top a {
    text-decoration: underline;
	color: #fff;
}

/*hubspot form*/
.footer-wrap .input input {
    background: #f7f7f7 !important;
    border: 1px solid #c4c4c4 !important;
    border-radius: 0;
    box-shadow: none;
    color: #000 !important;
    transition: all .5s;
    width: 100%;
	position: relative;
	height: 50px;
}
.footer-wrap .input input:focus{
	outline: none;
}
.footer-wrap .hs_submit.hs-submit input {
    width: 50px;
    height: 50px;
    font-size: 0;
    border-radius: 0 !important;
    padding: 0;
    background-color: #fc573b !important;
    background-image: url(/wp-content/uploads/2024/01/newsletter-arrow.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	position: absolute;
    right: 0;
    top: 0px;
}
.footer-wrap ul.no-list.hs-error-msgs.inputs-list {
    margin: 0;
    list-style: none;
    padding-top: 10px;
    color: red;
}
.footer-wrap .hbspt-form{
	color: var(--e-global-color-accent) !important;
}

/****WHAT WE DO TEMPLATE****/
/*tabs*/
.template-tabs a.elementor-button.elementor-button-link.elementor-size-sm.active-tab-button, .template-tabs a.elementor-button.elementor-button-link.elementor-size-sm:hover {
    border-bottom: 10px solid var(--e-global-color-accent);
    border-radius: 0;
	font-weight: 900 !important;
    color: var(--e-global-color-primary) !important;
}
/* .postid-2673 .template-tabs {
    display: none;
} */
/*accordion*/
.custom-accordion .elementor-accordion .elementor-accordion-item:first-child {
    display: none;
}
.elementor-widget-loop-grid .elementor-grid {
    grid-row-gap: var(--grid-row-gap,20px) !important;
}
/*loop grid*/
.business-solution-template .swiper-pagination-bullet {
    background: #fff !important;
}
.business-solution-template .swiper-pagination-bullet-active {
    background: var(--dots-normal-color,#000) !important;
}
/*** CAROUSELS ***/
/*testimonial carousel*/
.testimonial-custom .swiper-slide {
    display: grid;
    align-items: stretch;
	border-radius: 2px;
	background: #FFF;
	box-shadow: 6px 7px 37px -5px rgba(0, 0, 0, 0.10);
	padding-top: 80px !important;
}
.testimonial-custom .swiper-slide:before {
	position: absolute;
	left: 20px;
	top: 20px;
    content: "";
    width: 46px;
    height: 30px;
    display: block;
    background-image: url(/wp-content/uploads/2023/12/quote.png);
    background-repeat: no-repeat;
}
.elementor-testimonial--layout-image_above .elementor-testimonial {
    flex-direction: row !important;
}
.testimonial-custom .elementor-testimonial__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonial-custom .elementor-swiper-button.elementor-swiper-button-prev {
    left: -35px !important;
}
.testimonial-custom .elementor-swiper-button.elementor-swiper-button-next{
	right: -35px !important;
}

/*Why Tarsus*/
.why-tarsus-wrap .swiper-wrapper {
    display: flex;
    gap: 25px;
}
/***MEDIA QUERIES***/
@media(max-width: 1350px){
	.testimonial-custom .elementor-swiper-button.elementor-swiper-button-prev {
		left: 15px !important;
	}
	.testimonial-custom .elementor-swiper-button.elementor-swiper-button-next {
		right: 15px !important;
	}
}
@media(max-width: 1024px){
	.elementor-nav-menu .elementor-item:hover, .current-menu-item a, .main-nav-wrap .elementor-nav-menu .elementor-item:hover, .current-menu-item a {
		border-color: transparent !important;
	}
	.nav-container {
		position: absolute;
		width: 95.5%;
	}
	.nav-container nav.elementor-nav-menu--dropdown {
		position: absolute;
		z-index: 2;
		width: 100%;
		top: 49px;
		background: #f2f2f2;
		text-align: center;
	}
	.elementor-location-footer .elementor-widget-uael-nav-menu {
		align-self: center;
	}
}
@media (max-width: 881px){
	.footer-menu ul {
		display: grid !important;
		gap: 5px;
	}
	.sub-menu:before{
		display: none !important;
	}
}
@media (max-width: 768px){
	
	.logo-wrap {
		justify-content: unset;
	}
/* 	.main-nav-wrap  .current-menu-item .elementor-item {
		color: #fff !important;
	} */
	.main-nav-wrap .elementor-nav-menu--dropdown .elementor-item.highlighted, .main-nav-wrap .elementor-nav-menu--dropdown .elementor-item:hover {
		background-color: transparent;
		color: #686868 !important;
	}
	.our-team-wrap img{
		width: auto !important;
	}
	.our-team-wrap .elementor-widget-container {
		text-align: center;
	}
	.what-we-do-des .elementor-widget-container p {
		text-align: left;
	}

}
@media (max-width: 514px){
	.nav-container {
		width: 93%;
	}
}



