/**
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
*/

section#siteheader li.menu-item.current_page_item > a {
    background: white;
    border-radius: 5px;
}

section#siteheader li.menu-item:hover > a {
    background: white;
    border-radius: 5px;
}

section.elementor-section.elementor-top-section {
    max-width: 2500px;
    margin: auto;
}
section#siteheader {
    z-index: 99;
}
.ccurrent_page_parent ul.sub-menu {
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    transition: 0.3s !important;
}
.slidero figure.swiper-slide-inner {
    background-color: #d5d5d5 !important;
    border-radius: 0.5em;
    padding: 10% 10% 0% 10%;
    padding: 5%;
    display: flex;
    align-items: flex-end;
}
.slidero figure.swiper-slide-inner img {
    width: 100%;
    background: #ffffff75;
}
/* First set (1, 4, 7, 10, 13, 16, 19, 22, ...) */
.slidero .swiper-slide:nth-child(3n+1):hover figure.swiper-slide-inner {
    background-color: #e9f7f9 !important; /* Red */
	background-color: white !important; /* Red */
}

/* Second set (2, 5, 8, 11, 14, 17, 20, 23, ...) */
.slidero .swiper-slide:nth-child(3n+2):hover figure.swiper-slide-inner {
    background-color: #75fbfb !important; /* Green */
	background-color: white !important; /* Red */
}

/* Third set (3, 6, 9, 12, 15, 18, 21, 24, ...) */
.slidero .swiper-slide:nth-child(3n+3):hover figure.swiper-slide-inner {
    background-color: #e60026 !important; /* Blue */
	background-color: white !important; /* Red */
}
 





.elementor-counter-title {
    text-align: center;
}

.homefocus-section .elementor-background-overlay {
    background-size: 80% 100%;
    background-position: right;
    background-repeat: no-repeat;
}
.homefocus-section:hover .elementor-background-overlay {
    mix-blend-mode: normal !important;
}
.iconboxs {
    height: 100%;
    display: flex;
    align-items: center;
}

.homefocus-section:hover .elementor-background-overlay{
	mix-blend-mode: normal !important;
}

.homefocus-section .iconboxs .elementor-widget-container {
    height: auto;
    overflow: hidden;
    transition: height 0.5s ease;
    display: flex;
    align-items: center;
    min-height: 240px;
}

@keyframes increaseHeight {
0% { height: auto; }
50% { height: 50%; }
55% { height: 55%; }
60% { height: 60%; }
65% { height: 65%; }
70% { height: 70%; }
75% { height: 75%; }
80% { height: 80%; }
85% { height: 85%; }
90% { height: 90%; }
95% { height: 95%; }
100% { height: 100%; }	
}
@keyframes decreaseHeight {
0% { height: 100%; }
50% { height: 100%; }
55% { height: 95%; }
60% { height: 90%; }
65% { height: 85%; }
70% { height: 80%; }
75% { height: 75%; }
80% { height: 70%; }
85% { height: 65%; }
90% { height: 60%; }
95% { height: 55%; }
100% { height: 50%; }	
}
.homefocus-section:hover .iconboxs .elementor-widget-container {
    animation-name: increaseHeight;
    animation-duration: 0.5s; 
    animation-timing-function: ease; 
    animation-fill-mode: forwards; 
}
.homefocus-section:not(:hover) .iconboxs .elementor-widget-container {
    animation-name: decreaseHeight;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

.homefocus-section .iconboxs .elementor-widget-container .elementor-icon-box-icon i{
  -webkit-transition: ease-out 0.8s;
  -moz-transition: ease-out 0.8s;
  transition: ease-out 0.8s;
}
.homefocus-section:hover .iconboxs .elementor-widget-container .elementor-icon-box-icon i{
	margin-left: 20px !important;
    margin-right: -10px !important;
}


.circloicon .elementor-icon-box-icon {
    width: 180px;
    height: 180px;
    line-height: 180px;
    padding: 30px 30px 30px 30px;
    border-width: 2px 2px 2px 2px;
    border-style: dashed;
    border-color: #cbd2e4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.circloicon .elementor-icon-box-icon:before {
    position: absolute;
    content: '01';
    top: 0;
    right: -82px;
    opacity: 0.7;
    font-family: Livvic;
    font-size: 130px;
    font-weight: 900;
    line-height: 104px;
    color: rgb(244, 246, 253);
}
.circloicon .elementor-icon-box-icon span.elementor-icon {
    background: linear-gradient(90deg, #ff7268 30%, #ffb06c 100%) !important;
    box-shadow: 19px 13px 32px 0 rgb(159 39 255 / 57%);
    padding: 10px !important;
    z-index: 1;
    line-height: 1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
    font-size: 60px !important;
}
div#content1 .elementor-icon-box-icon:before{
	 content: '01';
}
div#content2 .elementor-icon-box-icon:before{
	 content: '02';
}
div#content3 .elementor-icon-box-icon:before{
	 content: '03';
}



.contact_us span.elementor-field-option input:checked + label {
    background: #9F27FF;
    color: white !important;
}
.contact_us .elementor-field-group .elementor-field-textual:focus {
    box-shadow: none !important;
    outline: 0;
    border-style: dashed;
    border-color: #000000a1 !important;
}
.contact_us .elementor-field-subgroup.elementor-subgroup-inline {
    margin-top: 20px;
}
.contact_us span.elementor-field-option input {
    position: absolute;
    top: 50%;
    left: 50%;
}
.contact_us .elementor-field-group .elementor-field-textual {
    box-shadow: none !important;
    outline: 0;
}

.contact_us span.elementor-field-option {
    width: 24%;
    position: relative;
    float: left;
    height: 200px;
    margin-right: 1%;
    margin-bottom: 1%;
}
.contact_us span.elementor-field-option label i {
    font-size: 50px;
    margin-bottom: 10px;
}
.contact_us span.elementor-field-option label {
    height: 200px;
    width: 100%;
    z-index: 1;
    position: absolute;
    background: #f7f7f7;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3sease;
    flex-direction: column;
    font-size: 16px;
    text-align: center;
    font-weight: 600 !important;
    line-height: 22px;
    padding: 10%;
    border-radius: 10px;
}










@media (max-width:280px){
	
}
@media (max-width:767px){
	.circloicon .elementor-icon-box-icon {
        width: 130px;
        height: 130px;
        line-height: 130px;
        padding: 20px 20px 20px 20px;
    }
	.circloicon .elementor-icon-box-icon:before {
        top: 0;
        right: -60px;
        opacity: 0.7;
        font-size: 90px;
        line-height: 104px;
    }
	.circloicon .elementor-icon-box-icon span.elementor-icon {
		padding: 10px !important;
		line-height: 1;
		font-size: 55px  !important;
	}	
	.contact_us span.elementor-field-option {
        width: 47%;
        height: 150px;
        margin-right: 3%;
        margin-bottom: 3%;
    }
	.contact_us span.elementor-field-option label i {
		font-size: 40px;
		margin-bottom: 10px;
	}
	.contact_us span.elementor-field-option label {
        height: 150px;
        width: 100%;
        font-size: 16px;
        line-height: 18px;
        padding: 10%;
        border-radius: 10px;
    }	
}
@media (max-width:1024px) and (min-width:768px) {
	.circloicon .elementor-icon-box-icon {
        width: 130px;
        height: 130px;
        line-height: 130px;
        padding: 20px 20px 20px 20px;
    }
	.circloicon .elementor-icon-box-icon:before {
        top: 0;
        right: -60px;
        opacity: 0.7;
        font-size: 90px;
        line-height: 104px;
    }
	.circloicon .elementor-icon-box-icon span.elementor-icon {
		padding: 10px !important;
		line-height: 1;
		font-size: 45px !important;
	}	
	.contact_us span.elementor-field-option {
		width: 24%;
		height: 200px;
		margin-right: 1%;
		margin-bottom: 1%;
	}
	.contact_us span.elementor-field-option label i {
		font-size: 40px;
		margin-bottom: 10px;
	}
	.contact_us span.elementor-field-option label {
		height: 200px;
		width: 100%;
		font-size: 16px;
		line-height: 22px;
		padding: 10%;
		border-radius: 10px;
	}	
}
@media (max-width:1280px) and (min-width:1024px) {
	.circloicon .elementor-icon-box-icon {
		width: 160px;
		height: 160px;
		line-height: 160px;
		padding: 30px 30px 30px 30px;
	}
	.circloicon .elementor-icon-box-icon:before {
        top: 0;
        right: -65px;
        opacity: 0.7;
        font-size: 100px;
        line-height: 104px;
    }
	.circloicon .elementor-icon-box-icon span.elementor-icon {
		padding: 10px !important;
		line-height: 1;
		font-size: 50px !important;
	}	
	.contact_us span.elementor-field-option {
		width: 24%;
		height: 200px;
		margin-right: 1%;
		margin-bottom: 1%;
	}
	.contact_us span.elementor-field-option label i {
		font-size: 50px;
		margin-bottom: 10px;
	}
	.contact_us span.elementor-field-option label {
		height: 200px;
		width: 100%;
		font-size: 16px;
		line-height: 22px;
		padding: 10%;
		border-radius: 10px;
	}	
}
@media (min-width:1280px) and (max-width:1400px) {
	.circloicon .elementor-icon-box-icon {
		width: 180px;
		height: 180px;
		line-height: 180px;
		padding: 30px 30px 30px 30px;
	}
	.circloicon .elementor-icon-box-icon:before {
		top: 0;
		right: -82px;
		opacity: 0.7;
		font-size: 130px;
		line-height: 104px;
	}
	.circloicon .elementor-icon-box-icon span.elementor-icon {
		padding: 10px !important;
		line-height: 1;
		font-size: 60px !important;
	}
	
	.contact_us span.elementor-field-option {
		width: 24%;
		height: 200px;
		margin-right: 1%;
		margin-bottom: 1%;
	}
	.contact_us span.elementor-field-option label i {
		font-size: 50px;
		margin-bottom: 10px;
	}
	.contact_us span.elementor-field-option label {
		height: 200px;
		width: 100%;
		font-size: 16px;
		line-height: 22px;
		padding: 10%;
		border-radius: 10px;
	}
}