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

ul#primary-menu li a {
    color: #181818;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.head_scroll .site-logo a {
    color: #16163f !important;
}
.zoom-effect img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
	animation-name: ScaleMe;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;	
}
.zoom-effect{
overflow:hidden;
}
@keyframes ScaleMe{
0% {
    transform: scale(1);
}
	
50% {
    transform: scale(1.15);
}

100% {
    transform: scale(1);
}	
}

.rotate img{
animation-name: rotateMe;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;	
}
@keyframes rotateMe{
0% {
    transform: rotate(
0deg
) scale(1);
	}

100% {
    transform: rotate(360deg);
}
}
.design-title {
    padding: 24px 9px;
    text-align: center;
    background: #1b1c1e;
    color: #fff;
    box-shadow: 0px 30px 30px 0px rgb(0 0 0 / 10%);
    border-radius: 45% 55% 70% 35%/45% 45% 55% 45%;
    width: 100px !important;
    height: 90px;
}

.floating {   
    animation-name: floating; 
    animation-duration: 3s; 
    animation-iteration-count: infinite; 
    animation-timing-function: ease-in-out; 
    margin-left: 30px; 
    margin-top: 5px; 
} 
  
@keyframes floating { 
    0% { transform: translate(0,  0px); } 
    50%  { transform: translate(15px, 15px); } 
    100%   { transform: translate(0, -0px); }     
} 
.hover-text{
	opacity:0;
	transition: 0.3s all;
}
.tenants .elementor-column.left{
	padding:10px 10px 20px 0;
}
.tenants .elementor-background-overlay{
	transition: 0.3s all !important;
}
.tenants .elementor-column.left:hover .elementor-background-overlay{
	background-color: #000000;
    opacity: 1;
    transform: translate(10px,10px);
    transition: 0.3s all !important;
}
.tenants .elementor-column.left:hover .hover-text{
	opacity:1;
	transition: 0.3s all;
	 transform: translate(10px,10px);
}

.head_scroll section:last-child{
	background-color: white !important;
}
.head_scroll section:last-child nav li a{
	color:black !important;
}
.head_scroll section:last-child nav li a:hover,
.head_scroll section:last-child .elementor-item-active{
color:#d3b574 !important;
}
.high-slider .row{
	display:flex;
}
.high-slider .row .col-4:not(:last-child){
	border-right:1px solid #f4f4f4;
}
.high-slider .row .col-4 p{
	color: black;
}
.high-slider  h3{
	color: #16163F;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.high-slider  h4{
	color: #121212;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
	font-size: 25px;
    text-transform: capitalize;
}
.high-slider .swiper-slide-inner{
	padding:0;
}
.high-slider .row .col-4 {
    padding: 10px 20px;
    margin: 0 10px;
}

.high-slider .row  img {
    padding: 30px;
}
.high-slider .swiper-slide-contents{
	max-width:85% !important;
}
.high-slider .elementor-swiper-button{
	color:#D3B574;
}
.high-slider .swiper-pagination-bullet-active {
    background-color:#D3B574;
}
.mall-list ul li{
	list-style:none;
}
.mall-list ul li:before{
    content: "";
    font-size: 1rem;
    width: 0.9em;
    height: 0.13em;
    left: -2em;
    bottom: 6px;
    display: inline-block;
    position: relative;
    background-color: #A0A3AC;
    z-index: 100;
}
.phase-section .elementor-testimonial__image {
    width: 100%;
	overflow: hidden;
	outline: 1px solid #d3b574;
    outline-offset: 5px;
}
.phase-section .elementor-testimonial:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.phase-section .elementor-testimonial__image img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover !important;
	
}
.phase-section .elementor-swiper-button i {
    font-size: 14px;
}
.bod-pic img {
    border: 5px solid #16163f;
    padding: 5px;
    background: #fff;
}
.phase-section .elementor-swiper-button {
    background: #d3b574;
    padding: 6px;
    border: 1px solid #272115;
}
.phase-section span.elementor-testimonial__title {
    position: absolute;
    top: -14px;
    right: 0;
    margin: 0 auto;
    left: 0;
}
.phase-section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #000;
    outline: 1px solid #d3b574;
    outline-offset: 1px;
}
.phase-section .elementor-testimonial__content {
    position: relative;
}
.phase-section .elementor-testimonial__text {
    margin-top: 2em;
}
.three-phase span.elementor-testimonial__name {
    position: absolute;
    top: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.three-phase .elementor-testimonial__text {
    margin-top: 4em;
}

/*---new home----*/
.home-slide .elementor-swiper-button {
    background: #ffffff91;
    color: #000;
    padding: 10px;
    border-radius: 50%;
}
span.ph-ase {
    position: absolute;
    right: 0;
    top: 0;
    background: #16163f;
    color: #fff;
    display: inline-block;
    padding: 7px;
}
.head-list a {
    color: #fff !important;
}
.coom-box .elementor-widget-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 386px;
}
.span-head span {
    color: #A43333;
}
.home-slide .swiper-pagination-bullet {
    border-radius: unset;
    margin: 0 6px;
    width: 10px;
    height: 10px;
    outline: 1px solid #d3b574;
}

@media (max-width: 1580px){
section#foot-er > .elementor-container.elementor-column-gap-default {
    max-width: 95%;
}
.ft-er {
    padding: 0px 2.5%;
}
}
@media only screen and (max-width: 1024px){
	.coom-box .elementor-widget-container {
    padding-top: 56px !important;
    padding-bottom: 50px !important;
	min-height: 300px;
}
}
@media only screen and (max-width: 767px){
.retail-box h3:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}	
}