/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Template: hello-elementor
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Version: 2.4.1
	Text Domain: Hello Elementor-child

*/
/* 09-07-2021 css start */

#site-footer li {
    list-style-type: none;
  }
  
  #site-footer aside.widget-area >li:not(:last-child) {
    margin-right: 20px;
  }
  .mac--bottom-section {
    align-items: center;
    text-align: center;
  }
  #site-footer aside.widget-area {
    padding: 30px 0px;
  }
  .mac--bottom-section .mac--social-icons i:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  
  .mac--bottom-section .mac--social-icons i {
    margin-right: 15px;
    font-size: 22px;
    /* width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    border-radius: 100%; */
    text-align: center;
    color:#000000;
  }
  
  footer#site-footer {
    max-width: 100%;
    background: #fff;
    color: #000;
  }
  #site-footer aside.widget-area ul li a {
    color: #000 !important;
    transition: 0.5s ease all;
  }
  footer#site-footer aside.widget-area,footer#site-footer aside.widget-area-1 {
    padding: 20px;
  }
  .footer--three-column p a {
    color: #000;
  }
  #site-footer aside.widget-area ul li a:hover,.footer--three-column p a:hover {
    opacity: 0.7;
}
.mac--bottom-section .mac--social-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
.mac--bottom-section .mac--social-icons a{
    width:50px;
}
.mac--bottom-section .mac--social-icons a,.mac--bottom-section .mac--social-icons a:hover i {
    transition:0.5s ease all;
}

.mac--bottom-section .mac--social-icons a:hover i.fa.fa-facebook {
    color: #4167b2;
}
.mac--bottom-section .mac--social-icons a:hover i.fa.fa-twitter {
    color: #00bef9;
}

.mac--bottom-section .mac--social-icons a:hover i.fa.fa-linkedin {
    color: #0177b7;
}
.mac--bottom-section .mac--social-icons a:hover i.fa.fa-instagram{
    color: #ff573e;
}

header#site-header ul#menu-primary >li {
    position: relative;
}

header#site-header ul#menu-primary >li a {
    padding-right: 8px;
    padding-left: 8px;
    color: #ffffff !important;
}

header#site-header ul#menu-primary >li:before {content: '';position: absolute;height: 2px;background: #ffffff;left: 0;bottom: 0;transform: scale(0);transition: 0.5s ease all;}

header#site-header ul#menu-primary >li:not(:last-child) {
    margin-right: 10px;
}

header#site-header ul#menu-primary >li:hover::before {
    transform: scale(1);
    width: 100%;
}
.mac--bottom-section {
    padding-top: 30px;
}
#site-footer aside.widget-area >li ul li.menu-item:not(:last-child) {
    margin-bottom: 10px;
}
@media(max-width:767px){
    #site-footer aside.widget-area >li {
        max-width: calc(100%);
        flex: 0 0 calc(100%);
    }
    #site-footer aside.widget-area >li:not(:last-child) {
        margin-right: 0px;
    }
    #site-footer aside.widget-area >li ul {
        padding-left: 0px;
        margin: 20px 0px;
    }
    .mac--bottom-section .mac--social-icons {
        justify-content: center;
        margin-top: 20px;
    }
    .mac--bottom-section .mac--social-icons,.mac--bottom-section .mac--copyright-text {
        width: 100%;
    }
    #site-footer aside.widget-area >li ul >li:not(:last-child) {
        margin-bottom: 8px;
    }
    .mac--bottom-section {
        padding-top: 15px;
    }
    
}
  /* 09-07-2021 css end */
  /* contact page form css */

  .mac--contact-form {
    box-shadow: 0px 0px 10px rgba(0,0,0,60%);
    padding: 30px;
    background: #ffffff;
    border-radius: 20px;
}

.mac--contact-form input,.mac--contact-form textarea {
    text-indent: 12px;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 12px;
    font-size: 16px;
    padding: 10px;
}

.mac--contact-form p input {
    margin-bottom: 0;
    max-width: 150px !important;
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-align: center;
    text-indent: 0px;
    transition: 0.3s ease all;
    cursor: pointer;
}

.mac--contact-form p input:hover {
    opacity: 0.8;
    background: #b8b8b8;
    border: 1px solid #b8b8b8;
    color: #000000;
}
.mac--contact-form p input:focus {
    outline: none;
    background: #b8b8b8;
    border: 1px solid #b8b8b8;
    color: #000000;
}
form.wpcf7-form.invalid .wpcf7-response-output {
    color: #dc3232;
    text-align: center;
}
form.wpcf7-form.invalid .wpcf7-response-output {
    color: #dc3232;
    text-align: center;
}

form.wpcf7-form.invalid span.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #dc3232;
}

form.wpcf7-form.invalid input {
    margin-bottom: 0px;
}
form.wpcf7-form.sent .wpcf7-response-output{
    color: #46b450;
    text-align: center;
}
/* @media(max-width:660px){
    .mac--contact-form {
        max-width: 300px;
    }
} */
/* 10-07-2021 css start */

.mac--footer-one-column {
    text-align: center;
}
header#site-header {
    background: #000000;
    color: #ffffff;
    max-width: 100%;
}
header#site-header i.fa {
    font-size:13px;
}
header#site-header i.fa ,header#site-header .mac--topbar a{
    color: #ffffff !important;
    transition: 0.5s ease all;
}
header#site-header .mac--topbar {
    width: 100%;
    display: flex;
    padding: 0px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 15px;
}

header#site-header .mac--topbar .mac--right-col {
    width: 70%;
    display: flex;
}

header#site-header .mac--topbar .mac--left-col {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}
header#site-header i.fa, header#site-header .mac--topbar a:hover {
    opacity: 0.7;
}

header#site-header .mac--topbar .mac--right-col .mac--phone {
    margin-right: 20px;
}

header#site-header .mac--topbar .mac--left-col .mac--fb {
    margin-right: 20px;
}

.site-branding {
    width: 100%;
    text-align: center;
    flex-direction: row !important;
    margin-top: 10px;
    padding: 0px 20px;
}
.site-header .site-branding a.custom-logo-link {
    width: 50%;
    max-width: 300px;
}

.site-header .site-branding nav.site-navigation {
    width: 50%;
}
header#site-header .mac--topbar .mac--right-col .mac--phone a, header#site-header .mac--topbar .mac--right-col .mac--mail a {
    font-size: 12px;
}
.mac--single-blog {
    height: 285px !important;
	width: 400px !important;
    transition:0.5s ease all;
}

.mac--single-blog .elementor-widget-wrap.elementor-element-populated:hover {
    opacity: 0.95;
}
.site-branding.fixed-header {
    visibility: visible;
    position: fixed;
    top: 0px;
    left: 0;
    background: #000000;
    z-index: 9;
    padding: 10px 20px;
    margin-top: 0px;
    transition: 0.3s ease all;
}
.mac--grid .elementor-container.elementor-column-gap-wider {
    min-height: auto !important;
}
/* 10-07-2021 css end */
/* 12-07-2021 css start */
.mac--single-blog {
    margin-bottom: 20px;
}
.mac--single-blog img {
    /*height: 300px !important;*/
	width: 400px !important;
    object-fit: cover;
}
@media(max-width:767px){
    .mac--single-blog {
        margin-bottom: 40px;
    }
    .mac--gallery-images .elementor-widget-wrap.elementor-element-populated {
        padding: 0px;
    }
}
.site-header .site-branding nav.site-navigation{
    display: flex !important;
}
@media(max-width:991px){
    .site-header .site-branding nav.site-navigation {
        display: none !important;
    }    
    .site-navigation-toggle-holder.hide {
        display: flex !important;
        max-width: 100%;
    }
    .site-header .site-branding {
        justify-content: flex-start;
    }
    .site-navigation-toggle-holder .site-navigation-toggle {
        flex-direction: column;
    }
    .site-navigation-toggle-holder .site-navigation-toggle ul#menu-primary {
        list-style-type: none;
        padding-left: 0px;
        text-align: initial;
        margin-top: 20px;
    }
    .site-navigation-toggle-holder .site-navigation-toggle i#\#toggle-class {
        width: 100%;
        max-width: 100%;
        justify-content: flex-end !important;
        display: flex;
    }
    .site-navigation-toggle-holder .site-navigation-toggle i {
        color: #fff;
    }
    header#site-header ul#menu-primary >li:before {
        display: none;
    }
    .site-navigation-toggle-holder.hide {
        padding-right: 0px;
    }
}
@media(max-width:560px){
    header#site-header .mac--topbar .mac--right-col .mac--mail {
        display: none;
    }
    
    header#site-header .mac--topbar .mac--left-col {
        display: none;
    }
}
@media(max-width:480px){
    .site-branding{
        padding: 0px 10px;
    }
    header#site-header ul#menu-primary >li a {
        font-size: 14px;
    }
    .site-navigation-toggle-holder .site-navigation-toggle ul#menu-primary {
        margin-top: 10px;
    }
}
/* 12-07-2021 css end */
/* 13-07-2021 css start */

.mac--main-contact-section .elementor-widget-container {
    padding: 0px 20px !important;
}

/* 13-07-2021 css end */
/* 14-07-2021 css start */

.mac--contact-form p input {
    margin-top: 15px;
}
.mac--contact-form {
    max-width: 600px;
    margin: 0 auto;
}

@media(max-width:767px){
    .mac--main-contact-section form.wpcf7-form.init {
        padding: 0px 20px;
    }
}
@media(max-width:480px){
    .mac--recaptcha {
        transform: scale(0.6);
        transform-origin: left top;
    }
    .mac--contact-form p input {
        margin-top: 0px;
    }
}
/* 14-07-2021 css end */
/* 13-09-2021 css start */
.mac--quote-btn a {
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: rgba(223,193,94,0);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 50px 50px 50px 50px;
    padding: 12px 24px;
}

.mac--quote-btn {
    margin-left: 20px;
}

body header#site-header .mac--quote-btn a:hover {
        color: #000000 !important;
        fill: #000000 !important;
        background-color: #FFFFFF;
        border-color: #000000;
        opacity: 1 !important;
}
/* 13-09-2021 css end */