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

/*Matrix css*/
/*header*/
.hfe-nav-menu li:nth-last-child(-n+2){
    padding-right:30px !important;
}
.hover-dark a:before{
    background-color: #062E4B !important;
}
.hover-btn a:before {
    background-color: #0799E0;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    height: 100%;
    content: '';
    z-index: -1;
    width: 0;
    border-radius: 2em;
    overflow: hidden;
    transition: width .5s 
cubic-bezier(.25, .8, .25, 1) 0s;
    -moz-transition: width .5s cubic-bezier(.25, .8, .25, 1) 0s;
    -webkit-transition: width .5s 
cubic-bezier(.25, .8, .25, 1) 0s;
}
.hover-btn a:hover:before{
    width: 100%;
    top: 0;
    left: 0;
    right: auto;
    color:#fff;
}

.hover-btn a{
    position: relative;
    vertical-align: middle;
    z-index: 2;
    overflow: hidden;
    border: none;
    transition: all 
ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all 
ease 400ms;
}
#menu-1-b12e878{
     align-items: center;
}
#menu-1-b12e878 .menu-item:nth-child(n+1):not(:last-child).current-menu-item a {
    border: 1px solid #0799E0;
    padding: 0 15px;
    border-radius: 15px;
    transition: all 0.3s ease 0s;
}
#menu-1-b12e878 .menu-item:last-child a {
    color: #FFFFFF;
}

.max-call-icon .elementor-icon-box-icon{
    border-right: 1px solid #E2E8F0;
    padding-right: 15px;
}
.max-call-icon:hover .anchor-max{
    color:#0799E0 !important;
}

/*header end*/
/*footer*/
.footer-max{
    position:relative;
}

.call-us-max{
    color:#0799E0 !important;
}
.address-box{
    color: #314158 !important;
    font-weight: 700 !important;
}
.address-box:hover{
    color:#0799E0 !important;
}
.subheading-with-dots .elementor-button-text,
.white-dots .elementor-button-text {
  display: inline-flex;
  align-items: center;
}
.subheading-with-dots .elementor-button-text::before,
.subheading-with-dots .elementor-button-text::after,
.white-dots .elementor-button-text::before,
.white-dots .elementor-button-text::after{
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0 8px;
  display: inline-block;
}
.subheading-with-dots .elementor-button-text::before,
.subheading-with-dots .elementor-button-text::after,
.white-dots .elementor-button-text::before,
.white-dots-with-dots .elementor-button-text::after{
  background-color: #0799E0;
}
.white-dots .elementor-button-text::before,
.white-dots .elementor-button-text::after {
  background-color: #FFFFFF;
}
.home-card{
transition: .5s;
}
.home-card:hover{
        transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}
.home-card:hover svg path {
  fill: #0799E0;
}
.home-card:hover .elementor-icon-box-title{
    color:#0799E0 !important;
}
.anchor-max{
    color:#062E4B;
    text-decoration: none !important;
}
.anchor-max:hover{
    color:#0799E0;
}
button.e-n-tab-title[aria-selected="true"] .e-n-tab-icon svg path {
  fill: #fff !important;
}
button.e-n-tab-title[aria-selected="false"]:hover .e-n-tab-icon svg path {
  fill: #fff !important;
}
button.e-n-tab-title[aria-selected="false"]:not(:hover) .e-n-tab-icon svg path {
  fill: #0799E0 !important; /* default color */
}
.tabs-max .e-n-tab-icon {
  border-right: 1px solid #E2E8F0;
  padding-right: 15px;
  -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.tabs-max .e-n-tab-title:hover .e-n-tab-icon{
        transform: translateY(-5px);
}
.tabs-max .e-n-tab-title[aria-selected="true"] .e-n-tab-icon,
.tabs-max .e-n-tab-title:hover .e-n-tab-icon {
  border-right: 1px solid #32BCFE;
  padding-right: 15px;
}
.hfe-breadcrumbs{
    border: 1px solid #FFFFFF;
    /*display: inline !important;*/
    padding: 9px 28px !important;
    border-radius: 50px;
}
.hfe-breadcrumbs a{
    text-decoration:none !important;
}
.about-banner{ 
    width: calc(100% - 150px);
    background:#FFFFFF !important;
}

.about-card{
    position: relative;
    display: block;
}
.about-card:hover h3.elementor-image-box-title, .about-card:hover .elementor-image-box-description{
    color: #FFFFFF !important;
}
.about-card:before{
    position: absolute;
    content: '';
    background-color: #0799E0;
    width: 100%;
    height: 0%;
    left: 0px;
    bottom: 0px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.about-card:hover:before{
    height: 100%;
    top: 0px;
}
.extra-line span.elementor-icon:before {
    left: -140px;
    content: '';
    position: absolute;
    width: 20%;
    height: 2px;
    top: 37px;
    background-color: #E2E8F0;
}
/* contact form 7 */
.form-row p{
	margin:0;
}
.wpcf7 .form-row {
    display: flex;
    gap: 20px;
    margin-bottom:20px;
}
.wpcf7 .form-group {
    width: 50%;
    margin-bottom: 0px !important;
}
.form-row input {
    width: 100%;
    border: 1px solid #F1F5F9;
    padding: 12px 15px !important;
    border-radius: 26px;
}
.form-textarea{
    width: 100% !important;
}
textarea#message {
    height: 160px !important;
    width: 100% !important;
    border: 1px solid #F1F5F9;
    padding: 12px 15px !important;
    border-radius: 26px;
}
.submit-row input {
    background: #062E4B;
    border: none;
    border-radius: 30px;
    padding: 15px 30px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Montserrat';
}
.submit-row input:hover{
    background: #0799E0;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder{
	color: #62748E;
  font-size: 18px !important;
  font-weight: 400;
	line-height:28px !important;
      font-family: 'Nunito Sans' !important;
  opacity: 1;
}
/* contact form end */
.white-phone{
    color: #FFFFFF;
    text-decoration: none !important;
}
.white-phone:hover{
    color: #FFFFFF;
}
.contact-info{
    color: unset !important;
    text-decoration: none !important;
}
/*Matrix css end*/
@media screen and (max-width: 1400px) {
.banner-box{
    margin-left:unset !important;
}
       .about-banner{ 
    width: unset !important;
    margin-left:unset !important;
}
.about-banner .elementor-element{
    border-radius:unset !important;
}
}
@media screen and (max-width: 1024px) {
    .btn_hide{
        display:block !important;
        margin: 5px 0 !important;
    }
    .btn_hide a.hfe-menu-item {
    background: #062E4B !important;
    color: #FFFFFF !important;
    border-radius: 30px;
    padding: 15px 30px !important;
}
        .hfe-nav-menu li:nth-last-child(-n+2) {
        display: inline-flex !important;
        align-items: center !important;
    }
    .extra-line span.elementor-icon:before {
        display:none;
    }
}
@media (max-width:600px){
	.wpcf7 .form-group {
        width: 100% !important;
    }
	.wpcf7 .form-row {
        flex-direction: column;
    }
}