/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.footer_copyright a{
    text-transform: uppercase;
}
.footer_copyright {
    width: 1140px;
    border-top: 1px solid transparent;
    border-image: linear-gradient(to right, rgba(0, 0, 0, 0), white, rgba(0, 0, 0, 0)) 1 100%;
    border-image-slice: 1;
}
.footer-detail a{
    color: #ffffff;
}
.footer-detail a:hover{
    color: #CCA43B;
}
.footer-menu{
    column-count: 2;
}
.footer-menu ul li a:hover{
    color: #CCA43B !important;
}
.footer-menu ul li a:active{
    color: #CCA43B !important;
}
.footer_copyright a:hover{
    color: #CCA43B !important;
}
#tab-button:hover::before{
content: "";
width:9px;
height: 9px;
background-image: url(./image/Polygon\ 2.svg);
display: block;
position: absolute;
bottom:-2px;
}

#tab-button:hover{
    border-bottom: 1px solid #CCA43B;
    background-color: transparent;
}

#tab-button[aria-selected="true"]{
    border-bottom: 1px solid #CCA43B;
    background-color: transparent;
}
#tab-button[aria-selected="true"]::before{
    content: "";
    width:9px;
    height: 9px;
    background-image: url(./image/Polygon.svg);
    display: block;
    position: absolute;
    bottom:-2px;
    }
#tab-button{
    position: relative;
}

.accord-con .e-n-accordion-item{
    background-color: #fff;
    border-radius: 10px !important;
    box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.07);
    
}
.accord-con .e-n-accordion-item-title {
    align-items: baseline !important;
}
.icon-linear-border{
    width: 407px; 
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #21202033, rgba(0, 0, 0, 0)) 1 100%;
    border-image-slice: 1;
}
.icon-linear-border a{
    color: #000000;
}
.icon-linear-border:hover  a{
  color: #CCA43B;
}
.footer-social-icon .elementor-screen-only:hover svg path{
    fill: #CCA43B !important;
}
.contact-gravity input:not(input[type="submit"]) , .contact-gravity  textarea{
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 1px solid #000000 !important;
    outline: none !important;
    padding: 0px 0px 12px 12px !important;
    margin-top: 28px !important;
    color: #000000 !important;
     background-color: transparent !important;
     font-family: "Noto Sans" !important;
     font-size: 16px !important;
     font-weight: 400 ;
     line-height: 26px !important;

}
.contact-gravity input::placeholder{
    font-family: "Noto Sans" !important;
     font-size: 16px !important;
     font-weight: 400 ;
     line-height: 26px !important;
}
.contact-gravity input[type="submit"]{
    height: 50px;
    width:171px;
    padding: 0 !important;
    font-family: "Noto Sans" !important;
    font-size: 16px !important;
    font-weight: 400 ;
    line-height: 26px !important;
}
.contact-gravity textarea{
    resize:none;
}
.contact-gravity .gform_confirmation_message{
    font-family: "Noto Sans" !important;
    font-size: 20px !important;
    font-weight: 700 ;
    line-height: 30px !important; 
    color: #CCA43B !important;
    margin-top: 30% !important;
}
.about-us{
    padding-left: calc((100% - 1140px)/2) !important;
}
@media(max-width:1024px){
    .footer-menu{
        column-count: 1;
    }
    .about-us{
      padding-left: 20px !important;
      padding-right: 20px !important;
    }
}
@media(max-width:767px){
    .icon-linear-border{
        width: 407px; 
        border-bottom: 1px solid #00000026;
        border-image: none !important;
    }
    .contact-gravity .gform_confirmation_message{
        margin: 30px 0px !important;
        text-align: center !important;
    }
}
@media screen and (min-device-width: 1366px) and (max-device-width: 1520px){
    .about-heading h4{
        font-size: 150px !important;
    }
}