
/**
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
*/
@media (min-width: 991px) {
    .dsknn{
        display:none !important
    }
}
@media (max-width: 991px) {
    .elementor-nav-menu--dropdown .elementor-item{
            font-weight: 800 !important;
    }
    .elementor-nav-menu li {
 
    width: 100% !important;
 
}
.contact-opener a{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    background: #c32e28;
    padding: 15px 15px 13px;
    color: #fff;
    border-radius: 4px;
    width: max-content;
    margin: 10px;
}
}
@media (min-width: 1399px) {
    .single-post p {
        line-height: 34px !important;
        font: 400 19px / 32px Lato, sans-serif;
          
    }
    
}
h1 {
    font-size: 30px;
    line-height: 45px;
  
    margin-bottom: 10px;
    font-size: 28px !important;
}
 .single-post p {
        line-height: 34px !important;
        font: 400 16px / 32px Lato, sans-serif;
           
    }
.single-post .site-content ul li {

    line-height: 32px;
}


@media (min-width: 1399px) {
.elementor-container{
    max-width:1399px !important
}
}
@media (min-width: 922px) {
    .ast-narrow-container .site-content > .ast-container {
        width: 100%;
        max-width: 100%;
    }
    .submenu2 ul{
    columns:2
}
}
.sub-menu li{
    min-width: 270px;
}

.submenu li a {
    padding: 6px 29px !important;
    color: #000 !important;
    font: 500 14px / 25px Lato, sans-serif;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    padding: 13px 0px !important;
}

.submenu2 .elementor-nav-menu a ul li a{
        padding: 13px 20px !important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
   
    padding: 13px 25px;
}

/* Make the link the positioned element */
.elementor-nav-menu--main .elementor-item{
    position: relative;
}

/* Underline */
.elementor-nav-menu--main .elementor-item::before{
   content: "";
    width: 0;
    height: 1px;
    background-color: #c32e28 !important;
    position: absolute;
    right: 0;
    bottom: 8px;
    -webkit-transition: width .3s linear;
    -o-transition: width .3s linear;
    transition: width .3s linear;
}

/* Hover */
.elementor-nav-menu--main .menu-item:hover > .elementor-item::before,
.elementor-nav-menu--main .menu-item.current-menu-item > .elementor-item::before,
.elementor-nav-menu--main .menu-item.current-menu-ancestor > .elementor-item::before{
   width: 60% !important;
    left: auto;
    right: auto;
}
.single-post .site-content h1 {
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.4em;
  
    font-size: 31px;
}
.single-post .site-content h2 {
   
    margin-bottom: 10px !important;
    font-size: 25px;
     font-weight: 600 !important;
}
.single-post .site-content ul {
    margin: 20px;
    list-style: none;
    padding-left: 0;
}



.elementor-nav-menu .sub-arrow .e-font-icon-svg {
    height: 16px !important;
    width: 12px !important;

    fill: #c1c1c1 !important;
}
.elementor-nav-menu .sub-menu .sub-arrow {

    position: absolute;
    right: 12px;
}


/*======================================
  Recent Posts Widget
======================================*/

.recent-thumb-widget{
    display:flex;
    flex-direction:column;
    gap:20px;
    margin:0;
    padding:0;
}

.recent-item{
    display:flex;
    align-items:flex-start;
    gap:15px;
    padding-bottom:15px;
    border-bottom:1px solid #ececec;
}

.recent-item:last-child{
    border-bottom:none;
    padding-bottom:0;
}

.recent-thumb{
    width:70px;
    min-width:70px;
}

.recent-thumb a{
    display:block;
}

.recent-thumb img{
    width:70px;
    height:70px;
    display:block;
    object-fit:cover;
    border-radius:4px;
    transition:0.35s ease;
}

.recent-thumb:hover img{
    transform:scale(1.05);
}

.recent-content{
    flex:1;
}

.recent-title{
    display:block;
    font-size:18px;
    line-height:1.5;
    font-weight:400;
    color:#000;
    text-decoration:none;
    margin-bottom:8px;
    transition:.3s;
}

.recent-title:hover{
    color:#111;
}

.recent-date{
    display:block;
    font-size:15px;
    line-height:1.4;
    color:#777;
    font-style:italic;
}

/* Widget Title */

.widget_recent_posts_thumbnail_widget .widget-title,
.widget_recent_posts_thumbnail_widget h2,
.widget_recent_posts_thumbnail_widget h3{
    font-size:28px;
    font-weight:700;
    margin-bottom:25px;
    color:#111;
}

/* Sidebar */

.sidebar .recent-thumb-widget{
    margin-top:5px;
}

.sidebar .recent-item{
    margin-bottom:0;
}

/* Mobile */

@media (max-width:767px){

    .recent-thumb{
        width:60px;
        min-width:60px;
    }

    .recent-thumb img{
        width:60px;
        height:60px;
    }

    .recent-title{
        font-size:16px;
    }

    .recent-date{
        font-size:14px;
    }

}
.elementor-widget-sidebar .widget{
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
.widget_recent_posts_thumbnail_widget .widget-title{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
}

.widget_recent_posts_thumbnail_widget .widget-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;      /* Line length */
    height: 3px;      /* Line thickness */
    background: #C32E28; /* Change to your theme color */
    border-radius: 2px;
}
.widget_tag_cloud .widget-title{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
}
.widget_tag_cloud .widget-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;      /* Line length */
    height: 3px;      /* Line thickness */
    background: #C32E28; /* Change to your theme color */
    border-radius: 2px;
}
.widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.widget_tag_cloud .tagcloud a {
    display: inline-flex;
    align-items: center;
    padding: 5px 14px;
    background: #f7f7f7;
    color: #444;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    font-size: 12px !important;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s ease;
}


.widget_tag_cloud .tagcloud a:hover {
    background: #c32e28;
    border-color: #c32e28;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(195,46,40,.25);
}

.widget_tag_cloud .tagcloud a:hover::before {
    color: #fff;
}
.single-post .site-content ul li {
    position: relative;
    list-style: none;
    padding-left: 25px;
}

.single-post .site-content ul li::before {
    content: "\f0a4";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #C32E28;
}

.single-post .elementor-location-header ul li::before
.single-post .elementor-location-footer ul li::before{
   display:none !important
}
.single-post .elementor a {
    box-shadow: none;
    text-decoration: none;
   
}
body {
  
    line-height: 32px !important;
}
img.whatsapp-logo {
    width: 100%;
    max-width: 60px
}

img.call-logo {
    width: 100%;
    max-width: 56px;
    background: #fff;
    border-radius: 100%;
    padding: 3px;
    box-shadow: 0 0 10px #00000020
}

.ws-icon {
    bottom: 10px;
    left: 10px
}

.cl-icon {
    bottom: 6%;
    left: 24px;
    transform: translatey(-50%)
}
 .sidebar-form, .sidebar-form1, .ws-icon {
    position: fixed;
    z-index: 999999;
}

.sidebar-form .call-action {
    position: absolute;
    background-color: #03a9f4;
    font-family: unset;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-bottom: none!important;
    cursor: pointer;
    left: -95px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg)
}

.form-group input,.text-area-msg textarea {
    border: 1px solid #efefef;
    padding: 6px 10px
}

.sidebar-form,.sidebar-form1 {
    top: 50%;
    right: -350px;
    width: 350px;
    box-shadow: 0 0 10px #00000020;
    padding: 20px;
    transform: translateY(-50%);
    transition: right .4s linear;
    background-color: #fff
}

a.close-btn {
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer;
    max-width: 34px
}

.sidebar-form h3 {
    color: #ff5722;
    font-weight: 800;
    font-size: 24px;
    margin: 0 0 10px
}

.form-group label,.text-area-msg label {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 4px
}

.form-group {
    padding: 6px 0;
    margin: 0!important
}


.text-area-msg textarea {
    width: 100%;
    border-radius: 8px;
    font-size: 12px
}

.text-area-msg {
    margin: 0 0 12px
}

.ibnm-inner h3 {
    font-size: 26px
}

.submit-btn {
    background: #33180d;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 30px
}

.submit-btn:hover {
    background: #33180d;
    transition: .5s
}

@media(max-width: 575px) {
    .cl-icon,.sidebar-form .call-action,.ws-icon {
        height:40px;
        text-align: center;
        line-height: 40px
    }

    .sidebar-form,.ws-icon {
        box-shadow: 0 0 10px #00000020
    }

    .cl-icon,.sidebar-form,.ws-icon {
        position: fixed;
        z-index: 999999
    }

    .sidebar-form .call-action,.ws-icon {
        transform: none
    }

    div#call-icon,div#call-icon a,div#whatsapp-icon a {
        display: block
    }

    .d-social {
        display: flex
    }

    .ws-icon {
        background: #209e14;
        bottom: 0;
        left: 0;
        width: 50%!important
    }

    img.whatsapp-logo {
        width: 100%;
        max-width: 30px
    }

    .cl-icon {
        background: #e35431;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 33.33%!important
    }

    img.call-logo {
        width: 100%;
        max-width: 30px;
        border-radius: 100%;
        padding: 0;
        background: #fff
    }

    .sidebar-form {
        bottom: -100%!important;
        right: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
        transition: bottom .4s linear;
        background-color: #fff;
        top: unset;
        left: unset;
        transform: unset
    }

    .sidebar-form .call-action {
        position: absolute;
        background-color: #03a9f4;
        font-family: unset;
        font-weight: 700;
        letter-spacing: 1px;
        color: #fff;
        width: 50%;
        border-bottom: none!important;
        cursor: pointer;
        right: 0;
        bottom: 100%;
        top: unset;
        left: unset;
        border-radius: 0
    }

    .sidebar-form.show {
        bottom: 0!important
    }

    div#whatsapp-icon a {
        display: flex;
        align-items: center;
        justify-content: center
    }

    div#whatsapp-icon a p {
        margin-bottom: 0;
        font-size: 14px;
        color: #fff;
        letter-spacing: .6px;
        line-height: 40px;
        margin-left: 5px;
        display: block
    }
}
.sidebar-form.show{
    right: 0;
}
a.close-btn {
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer;
    max-width: 34px;
}
.form-close{
        position: relative;
}
@media(min-width:991px){
div#whatsapp-icon a p {
    display: none;
}
}
#ast-scroll-top {
   
    width: 40px;
    height: 40px;
    line-height: 40px;
   
    border-radius: 50%;
}
#ast-scroll-top {
    background-color: #bf312c !important;
   
}

/*=========================================
Floating Contact Form
=========================================*/
.floating-form {
    width: 300px;
    padding: 25px;
    background: #fff;
    right: 10px;
    z-index: 9999;
    position: fixed;
    top: 110px;
    box-shadow: 0 1px 13px 0 rgb(0 0 0 / 20%)
}

.form_open_b {
    position: fixed;
    left: auto;
    right: -43px;
    top: 200px;
    font-size: 16px;
    transform: rotate(-90deg);
    background: #c32e28;
    padding: 11px 19px;
    color: #fff;
    z-index: 99;
    opacity: 1;
    font-weight: 600
}

.float_formw .contact-form {
    display: inline-block;
    width: 100%
}

.float_formw .contact-form .form-group {
    display: inline-block;
    width: 100%;
    margin: 0
}

.enqur_form1 {
    width: 100%;
    padding: 10px;
    height: 38px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #a1841e;
    margin-bottom: 8px;
    color: #333!important;
    font-size: 13px;
    font-weight: 500;
    transition: .4s
}

.enqur_form1:focus,.enqur_form1:hover {
    color: #fff;
    outline: 0;
    border: 1px solid #333
}

.enqur_form1::-webkit-input-placeholder {
    color: #555
}

.enqur_form1:-ms-input-placeholder {
    color: #555
}

.enqur_form1::placeholder {
    color: #555
}

.float_formw .textarea {
    height: 110px;
    max-height: 110px;
    max-width: 100%
}

.hwiw-box:before,.hwiw-con .row .col-lg-3:nth-child(2n) .hwiw-box:before {
    content: "";
    top: 42px;
    right: -60px;
    z-index: 13;
    max-width: 100px;
    max-height: 50px;
    height: 100%
}

.form_head_1 {
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 10px
}

.banner_btn2,.close_btn_1 {
    border: 0;
    font-size: 14px;
    color: #fff
}

.close_btn_1 {
    width: 30px;
    height: 30px;
    background: #d40000;
    font-weight: 700;
    padding: 0;
    line-height: 32px;
    position: absolute;
    right: 0;
    top: 0
}

.scroll-fixed {
    position: fixed;
    overflow: hidden;
    width: 100%
}

@media(max-width: 991px) {
    .submenu2 {
        width:300px!important
    }

    .form_open_b {
        position: fixed;
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        transform: inherit;
        width: 100%;
        text-align: center;
        box-shadow: 0 0 6px 0 rgb(0 0 0 / 47%)
    }

    .site-branding {
        margin-left: 10px
    }

    .dsknn {
        display: block
    }

    .main_about3 ul.custome_nav li a {
        font-size: 13px;
        padding: 7px 8px
    }

    .column {
        float: left;
        width: 47%
    }

    .latest-project-area .single-project {
        padding-bottom: 6px
    }
}
.banner_btn2 {
  
    height: 46px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 40px;
    font-family: Corbel;
    margin: auto;
    display: block;
    background: #000;
}

.banner_btn2, .close_btn_1 {
    border: 0;
    font-size: 14px;
    color: #fff;
}
.enqur_form1 {
    width: 100%;
    padding: 10px !important;
    height: 38px ! IMPORTANT;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #a1841e !important;
    margin-bottom: 0px ! IMPORTANT;
    color: #333 !important;
    font-size: 13px ! IMPORTANT;
    font-weight: 500;
    transition: .4s;
    margin-bottom: 8px;
    color: #333 !important;
    font-size: 13px;
    font-weight: 500;
    transition: .4s;
}
.float_formw .textarea {
    height: 110px !important;
    max-height: 110px !important;
    max-width: 100%;
}
.float_formw .contact-form .form-group {
    display: inline-block;
    width: 100%;
    margin: 0;
}
.close_btn_1 {
        border-radius: 0;
}