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

/* common CSS start */

/*box sizing*/
*,
*::before,
*::after{
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	scroll-behavior: smooth;
	overflow-x: hidden;
}
@-ms-viewport {
	width: device-width;
}



/*Headings*/
h1 {font-size: clamp(1.75em,5vw, 2.5em) !important;}
h2, .para-heading-2 {font-size: clamp(1.5em,5vw, 2em) !important;}
h3 {font-size: clamp(1.35em,5vw, 1.5em) !important;}
h4 {font-size: clamp(1.25em,5vw, 1.4em) !important;}
h5 {font-size: clamp(1.15em,5vw, 1.3em) !important;}
h6 {font-size: clamp(1.05em,5vw, 1.2em) !important;}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {margin-top: 0;}

.web-heading .uagb-heading-text{
	font-family: 'Cabin';
	font-weight: 700;
	font-size: 40px;
	color: var(--ast-global-color-1);
}
.web-heading {
    padding: 1em 0;
    color: #000000;
    font-family: Playfair Display;
    font-size: 36px;
    font-weight: 500;
    line-height: 46.8px;
}
.related-section .uagb-post-grid .uagb-post__image img{height:250px;object-fit:cover;}
.related-section .uagb-post__title.uagb-post__text a{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;  }
.blog-page .uagb-post__inner-wrap{position:relative;}
.blog-page .uagb-post__text.uagb-post__cta.wp-block-button {
    position: absolute;
    bottom: 20px;
}
.blog-page  article.uagb-post__inner-wrap {
    padding-bottom: 55px !important;
}



/*Column Class*/
.row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row>* {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);

}
.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.text-center{text-align: center;}
.ast-plain-container.ast-right-sidebar .entry-content[ast-blocks-layout] .alignfull,
.ast-plain-container.ast-left-sidebar .entry-content[ast-blocks-layout] .alignfull {
	margin: 0 !important;
}
.ast-desktop  #masthead .ast-primary-header-bar.main-header-bar, 
.ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar{margin: 0 !important;}
p:empty {display: none !important;}
.site-map-design ul#menu-main-menu li {background-position: top 7px left;}
ul.main-header-menu.ast-nav-menu.ast-flex.submenu-with-border.astra-menu-animation-fade.stack-on-mobile.ast-mega-menu-enabled {
	position: absolute;
	top: 160px;
	width: 100%;
}
.site-content ul {
	margin-top: 0 !important;
	list-style: none;
	padding: 0 !important;
}
.site-content ul li,
.site-content ol li {
	list-style: none;
	padding: 5px 0 6px 40px;
	line-height: 1.5;
	background: url(/wp-content/uploads/2024/12/list-icon.png) no-repeat 0 8px;
	background-size: 23px;
}
.home div#content {
    max-width: 100% !important;
    margin: 0;
    padding: 0;
}
div#content {
  max-width: 1440px !important;
  padding: 0 1em 3em 1em;
  margin: 0 auto;
  width: 100%;
}
.wpcf7 form.failed .wpcf7-response-output {
	border-color: #46b450; /* Red */
}
.wp-block-uagb-image.content-image-wrap .wp-block-uagb-image__figure img,
.wp-block-uagb-image.content-image-wrap {height: 100%;}

/* Inner Page layout */
.inner-page + .site-inner span.line.inner-line:before {
	left: 0;
	width: 100px;
	top: 0px;
	bottom: auto;
}
.ast-right-sidebar #primary{
	float: left;
	width: 60%;
	border-right: none;
	padding: 0;
	margin: 0 !important;
}
.ast-right-sidebar #secondary{border-left: none; }
.site-content div#secondary {
	float: right;
	width: 40%;
	max-width: 480px;
	margin-top: 0;
}
.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow,
header.site-header .ast-builder-menu-mobile nav.site-navigation ul#ast-desktop-toggle-menu li ul.sub-menu li a span.ast-icon.icon-arrow {
	display: none !important;
}     
/* sidebar css start */
.sidebar-main .widget{
	margin: 0 !important;
}

/* Header side phone number */
.header-con-middle {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    padding: 20px;
	border-left: 7px solid #204B83;
}
.consultation-heading {
    color: var(--ast-global-color-0);
    margin-bottom: 0px !important;
    text-transform: uppercase;
    font-family: Lato;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.05em;
}
.consultation-contact {
    color: var(--ast-global-color-0);
    font-family: 'Poppins';
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Lato;
    font-size: 42px;
    font-weight: 700;
    line-height: 63px;
}

.consultation-contact:hover, .consultation-contact:focus {color: var(--ast-global-color-1);}

/*Navbar*/
.main-header-menu .sub-menu {
    background: var(--ast-global-color-0) !important;
    border: none;
}
.submenu-with-border .sub-menu .menu-link {
  border-width: 0 0 1px;
  border-style: solid !important;
  padding: 10px !important;
  color:#ffffff !important;
  line-height: 40px;
}
.submenu-with-border .sub-menu .menu-link:hover {color: #204B83 !important;background: #ffffff !important;}
.main-header-bar-wrap{padding:0px 0; background:transparent !important;}
/* .ast-main-header-bar-alignment{border-top:2px solid var(--ast-global-color-3);} */

/*Sidebar-Form*/
.sidebar-form {
    background: #ffffff;
    padding: 30px;
    filter: drop-shadow(0px 8px 34px rgba(0, 0, 0, 0.12));
    border-radius: 0;
}
.side-heading {
    color: #204B83;
    margin-bottom: 30px;
    font-family: Playfair Display;
    font-size: 28px;
    font-weight: 500;
    line-height: 36.8px;
    text-align: center;
}
.sidebar-form .input-container {
	width: 100%;
	margin-bottom: 12px !important;
	position: relative;
}
.sidebar-form  input, textarea{
    font-size: 18px !important;
    border:none;
    background:transparent;
    font-family: Lato;
    font-weight:400 !important;
    color:#000000 !important;
    border-radius: 0px;
    height: 55px;
    border: 1px solid #E6E6E6;
line-height: 27px;
}
.sidebar-form  textarea{height: 100px; }
.sidebar-form  input::placeholder {color:#000000; }
.sidebar-form  input:focus{outline: 0; background:transparent;border: 1px solid #000000 !important;}
.sidebar-form  textarea::placeholder{color:#000000;}
.sidebar-form  textarea:focus{outline: 0; background:transparent; border: 1px solid #000000 !important;}
.sidebar-form input[type=submit] {
font-size: 22px !important;
font-weight: 700;
font-family: 'Lato';
background-color: #204B83;
color: #ffffff !important;
padding: 13px 20px;
width: 100%;
cursor: pointer;
height:unset;
border:none;
border-radius:5px;
}
.sidebar-form input[type=submit]:hover{background:#ffffff;color:#204B83 !Important;outline:2px solid #204B83;outline-offset:-2px;}
/* Common CSS For Form Message */
.wpcf7 p {margin: 0;}
.wpcf7-not-valid-tip {color: #dc3232;font-size: 12px;}
.wpcf7 form.sent .wpcf7-response-output {border: 2px solid #46b450; color: #000000 !important; text-align:center;}
.wpcf7 form.invalid .wpcf7-response-output {border-color: #FFB900;color: #f00 !important;text-align: center;}
.wpcf7 form>div{margin-bottom:0;}
.wpcf7-spinner {display: none;}


/*Sidebar Post*/
.sidebar-main #block-13 ul li {
    padding-left: 0 !important;
    margin-bottom: 3em !important;
    background: #6DAEDB;
    padding: 0 0 20px 0 !important;
}
.sidebar-main .wp-block-latest-posts__post-title{
    font-family: 'cabin';
    font-size: 22px !important;
    font-weight: 700;
    color: var(--ast-global-color-3);
    display: flex;
    padding: 0px 20px 0 20px;
}
.sidebar-main .wp-block-latest-posts__post-excerpt{
	font-family: 'Poppins';
	font-size: 18px !important;
	font-weight: 400;
	padding-left: 20px;
	color: var(--ast-global-color-3);
	margin: 0 !important;
}
time.wp-block-latest-posts__post-date {
    position: relative;
    top: -25px;
    bottom: auto;
    left: 140px;
    right: auto;
    border-left: 1px solid var(--ast-global-color-3);
    padding-left: 8px;
}
.sidebar-main .wp-block-latest-posts__post-author, time {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 400;
    color: var(--ast-global-color-3);
    padding-left:20px;
}
.sidebar-main .wp-block-latest-posts__featured-image img{padding: 10px;}

/*Common CSS For Header  */
.ast-below-header-bar {background-color: transparent; border-bottom: none; position:relative;}
.ast-primary-header-bar{background-color:transparent; border: none;}
header.site-header {position: absolute;width: 100%;}
.site-content .ast-container {display: contents;max-width: 1440px;}
.is_web {display: block;}
.is_tab {display: none;}
.site-below-footer-wrap[data-section="section-below-footer-builder"]{border: none !important;}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"]{border: none !important;}
.site-below-footer-wrap}{padding-top: 0 !important; padding-bottom: 0 !important;}
.site-footer-section{align-self: center;}
.ast-footer-copyright{text-align: left !important;}
.white-color{color: var(--ast-global-color-5);}
.smb-logo {text-align: right;}
.smb-logo img{max-width:150px;}


/*Nav Arrow for Blog */
button.slick-prev.slick-arrow{left: calc(50% - 60px)  !important;}
button.slick-next.slick-arrow{right: calc(50% - 60px) !important;}
button.slick-next.slick-arrow svg,
button.slick-prev.slick-arrow svg{visibility: hidden;}
button.slick-next.slick-arrow:before {background-image: url(/wp-content/uploads/2024/12/next-arrow.png);}
button.slick-prev.slick-arrow:before {background-image: url(/wp-content/uploads/2024/12/prev-arrow.png);}
button.slick-next.slick-arrow:before,
button.slick-prev.slick-arrow:before {
   background-position: center;
   background-size: contain;
   background-repeat: no-repeat;
   height: 100%;
   width: 100%;
   position: absolute;
   opacity:1;	
}
button.slick-prev.slick-arrow,
button.slick-next.slick-arrow{
    bottom: -40px;
    transform: none !important;
    height: auto !important;
    top: inherit;
    z-index: 99;
    box-shadow: none;
    opacity: 1 !important;
}



/* Media Query */
@media only screen and (max-width:1560px) and (min-width:976px) {
body.home .wp-block-uagb-container.uagb-is-root-container.alignfull .uagb-container-inner-blocks-wrap {max-width: 90% !important;}
#ast-desktop-header{max-width: 90% !important; margin:0 auto;}
}
@media (max-width: 921px){
	span.site-logo-img img {filter: brightness(0) saturate(100%) invert(25%) sepia(59%) saturate(702%) hue-rotate(175deg) brightness(96%) contrast(94%);}
}

@media (max-width: 976px) {
.is_web {display: none;}
.is_tab {display: block;}
.col-md-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.swiper-content,
.wp-block-uagb-faq,
.uagb-container-inner-blocks-wrap{
  max-width:550px !important; 
  margin:0 auto !important;
}
.ast-primary-header-bar {display:block !important; border-bottom: none !important;}
.single-blog-image {height: 250px !important;margin-top: 20px;}

/*Footer CSS*/
.site-above-footer-wrap[data-section=section-above-footer-builder] .ast-builder-grid-row, .site-below-footer-wrap[data-section=section-below-footer-builder] .ast-builder-grid-row, .site-primary-footer-wrap[data-section=section-primary-footer-builder] .ast-builder-grid-row {
  max-width: 550px !important;
  display: inherit;
  margin: 0 auto;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {width: 100% !important;}
.ast-footer-copyright{text-align: center !important;}
.smb-logo {text-align: center;}

/* tab top bar setup start */
.ast-above-header-wrap .ast-builder-layout-element.site-header-focus-item.ast-header-html-2 {
	display: block;
	width: 100%;
}
.after-header-contact{
  margin: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.after-header-contact .contact-detail-call,
.after-header-contact .contact-detail-email {
	width: 50%;
	float: left;
	padding: 5px 5px;
	height: 50px
}
.after-header-contact .contact-detail-call a img,
.after-header-contact .contact-detail-email a img {
	margin: 0 5px 0 0;
	height: 28px;
    width: 24px;
	object-fit: contain;
}
.after-header-contact .contact-detail-call a,
.after-header-contact .contact-detail-email a {
        color: #ffffff !important;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        gap: 10px;
        font-family: Lato;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
    }
.after-header-contact .contact-detail-call {background: #73A7E2;}
.after-header-contact .contact-detail-email {background: #204B83;}
.after-header-contact .contact-detail-call a:hover,
.after-header-contact .contact-detail-email a:hover {color: var(--ast-global-color-3) !important;}
.after-header-contact .contact-detail-call,
.after-header-contact .contact-detail-email {
	width: 50%;
	float: left;
	padding: 5px 5px;
	height: 50px
}
.ast-right-sidebar #primary {
  float: none;
  width: 100%;
  max-width: 550px;
  margin: 0 auto !important;
}  		
.site-content div#secondary {
  float: none;
  width: 100%;
  max-width: 550px;
  margin:2em auto 0 !important;
  padding-left:0 !important;
}

}
@media (max-width:767px){
.related-section  article  {padding: 0 !important;}
.quote svg {width: fit-content ! Important;}
.blog-section article {padding:0 !important;}

}
@media(max-width:921px){
.main-navigation{background-color:var(--ast-global-color-0);}
.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link{background-color:var(--ast-global-color-0) !important; color:#ffffff !important;}
.ast-builder-menu-mobile .main-navigation .menu-item:hover > .menu-link{background-color:var(--ast-global-color-1) !important; color:var(--ast-global-color-3) !important;}
.main-navigation ul li a {border-bottom: 1px solid var(--ast-global-color-3) !important;}
.ast-builder-menu-mobile .main-navigation .main-header-menu, .ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {background-color: var(--ast-global-color-0);}
.ast-builder-menu-mobile .main-navigation .menu-item:hover > .ast-menu-toggle {color: var(--ast-global-color-3) !important; }
.ast-menu-toggle:focus {outline: none !important;}
.ast-button-wrap .menu-toggle:focus{outline:none !important;}
.ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu .menu-item > .menu-link {padding-left: 30px !important;}
.ast-button-wrap .mobile-menu-toggle-icon .ahfb-svg-iconset {display:none;}
.ast-main-header-wrap.main-header-bar-wrap{ max-width:550px !important;  margin:0 auto !important;}
button.menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-fill {
	background-image: url(/wp-content/uploads/2024/12/menu.png) !important;
	background-size: 60px !important;
	display: block;
	height: 50px !important;
	width: 50px !important;
	padding: 40px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
 }

}
@media only screen and (max-width: 1560px) and (min-width: 976px) {
    .site-content .ast-container {
        max-width: 90% !important;
        display: block;
    }
}