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

.top-header ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.top-header ul li {
    list-style: none;
    display: inline-block;
    padding-right: 20px;
}

.top-header ul li a {
    display: flex;
    gap: 10px;
    color: #fff;
}
#masthead .ast-container, .site-header-focus-item + .ast-breadcrumbs-wrapper {
    max-width: 1300px;
}

#ac .swiper-button-next, #ac .swiper-button-prev {
    background: #000;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50px !important;
    top: 43% !important;
}
#ac .swiper-button-next svg, #ac .swiper-button-prev svg {
    width: 10px;
}
#ac .swiper-button-next svg path, #ac .swiper-button-prev svg path {
    fill: #fff !important;
}
#ac .swiper-button-next:hover, #ac .swiper-button-prev:hover
{
	background:#094977;
}
.globalexperts h2 span
{
	color:#094977;
}
/* Image smooth transition */
.servanim img {
    transition: transform 0.6s ease-in-out;
}
.servanim
{
	overflow:hidden;
}
.servanim:hover .elementor-icon {
    transform: rotate(40deg);
}
/* ONLY hovered column image zoom */
.servanim .e-con:hover img, .servanim:hover img {
    transform: scale(1.1) !important;
}
.ctext a {
    color: #000;
}
.contactfrm {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.contactfrm .contactfrminner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.contactfrm .contactfrminner.half {
    flex-basis: 48.5%;
}
.contactfrm .contactfrminner.full {
    flex-basis: 100%;
}
.contactfrm .contactfrminner input, .contactfrm .contactfrminner textarea {
    padding: 31px 20px !important;
    border-radius: 50px;
    border: 1px solid rgb(9 73 119 / 10%);
    color: #000 !important;
}
.contactfrm .contactfrminner select {
    border-radius: 50px;
    border: 1px solid rgb(9 73 119 / 10%);
    color: #000 !important;
	    min-height: 64px;
}
.contactfrm .contactfrminner p {
    margin-bottom: 0px;
}
.contactfrm .contactfrminner input::placeholder, .contactfrm .contactfrminner textarea::placeholder {
  color: #000;
	font-size:16px;
	line-height:26px;
  opacity: 1;
}

.contactfrm .contactfrminner input::-ms-input-placeholder, .contactfrm .contactfrminner textarea::-ms-input-placeholder { /* Edge 12-18 */
  color: #000;
	font-size:16px;
	line-height:26px;
  opacity: 1;
}
.contactfrm .contactfrminner textarea {
    max-height: 180px;
}
.contactfrm .contactfrminner.submit input {
    padding: 18px 52px !important;
    color: #fff !important;
    background: #094977;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.contactfrm .contactfrminner.submit input:hover
{
	opacity:0.8;
}
.breadcrumb a
{
	color:#000;
}
.breadcrumb a:hover
{
 color: #094977;	
}
.breadcrumb span {
    color: #094977;
}
.breadcrumb a.active
{
 color: #094977;	
}
/* Parent container */
.trend {
    position: relative;
    overflow: hidden;
}

/* White box */
.trend .protrnd {
    position: relative;
    z-index: 1;
    transition: opacity 0.4s ease;
}

/* Blue box (hidden by default) */
.trend .protrnd2 {
    position: absolute;
    inset: 0;
    z-index: 2;

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);

    transition: all 0.4s ease;
}

/* Hover effect */
.trend:hover .protrnd2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Optional: white box fade on hover */
.trend:hover .protrnd {
    opacity: 0.15;
}
#ast-scroll-top {
    background-color: #094977;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
}
#ast-scroll-top:hover {
   background-color: #0b5a93;
}
.bustour img {
    transition: transform 0.4s ease-in-out;
}

.bustour:hover img {
    transform: scale(1.1);
}
ul.elementor-icon-list-items li {
    list-style: none;
}
ul.elementor-icon-list-items {
    margin: 0px;
}
.trend img {
    max-height: 232px;
    object-fit: contain;
}
/* Base transition */
.mglr {
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover background */
.mglr:hover {
    background: #094977 !important;
}
.mglr:hover .elementor-widget-image img {
    border: 1px solid #ffffff1f;
    border-radius: 50%;
}
.mglr:hover .elementor-element
{
	color:#fff !important;
}
/* Change all text to white on hover */
.mglr:hover,
.mglr:hover h1,
.mglr:hover h2,
.mglr:hover h3,
.mglr:hover h4,
.mglr:hover h5,
.mglr:hover h6,
.mglr:hover p,
.mglr:hover span,
.mglr:hover li {
    color: #ffffff !important;
}

/* Icon list text */
.mglr:hover .elementor-icon-list-text {
    color: #ffffff !important;
}

/* SVG icons color */
.mglr:hover svg {
    fill: #ffffff !important;
}

/* Optional: image smooth effect */
.mglr img {
    transition: filter 0.3s ease;
}
.address svg {
    fill: transparent !important;
}
.bestfor, .bestfor p {
    min-height: 82px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}



@media only screen and (max-width: 767px) {
	.bhdg * {
    font-size: 28px !important;
    line-height: 32px !important;
}
.bprg * {
    font-size: 14px !important;
    line-height: 24px !important;
    max-width: 410px;
}
.bprg * br {
    display: none;
}
.bnrbtnb a {
    padding: 14px 22px !important;
    font-size: 14px !important;
    line-height: 24px !important;
}
}
@media only screen and (max-width: 922px) {
#pum-2608 #popmake-2608 {
    top: 120px !important;
}
}
@media only screen and (min-width: 922px) {
.request-quote a.menu-link {
    background: #094977;
    height: 54px !important;
    border-radius: 50px;
    padding: 0px 22px;
    color: #fff !important;
}
.request-quote a.menu-link:hover {
    opacity: 0.9;
}
	.request-quote {
    margin-left: 1em;
}
	.mntxt p {
    min-height: 150px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mntxt p {
    min-height: 190px;
}
	.bhdg * {
    font-size: 28px !important;
    line-height: 32px !important;
}
.bprg * {
    font-size: 14px !important;
    line-height: 24px !important;
    max-width: 410px;
}
.bprg * br {
    display: none;
}
.bnrbtnb a {
    padding: 14px 22px !important;
    font-size: 14px !important;
    line-height: 24px !important;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.contactfrm .contactfrminner.half {
    flex-basis: 47.6%;
}
}
@media only screen and (max-width: 991px) {
	.contactfrm .contactfrminner.half {
    flex-basis: 100%;
}
	ul#ast-hf-mobile-menu {
    background: #094977;
    padding: 20px 20px;
}

ul#ast-hf-mobile-menu li a {
    background: transparent !important;
    color: #fff;
    border-bottom: 1px dashed #fff;
    padding: 0px 0px;
}

ul#ast-hf-mobile-menu li:last-child a {
    border-bottom: 0px;
}
	.elementor-button-content-wrapper .elementor-button-text {
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}
img
	{
		max-width:max-content !important;
		width:100% !important;
	}
	button.btn-close i {
    color: #FFF;
}
	.offcanvas-navigation .navbar-toggler {
    border: 0px;
    padding: 0px;
}
	
}




