/*
Theme Name: Astra Child
Author: Suneeb K
Description: Astra Child Theme
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


/* h1, h2, h3, h4, h5, h6 {
    font-family: 'HurmeGeometricSemiBold' !important;
} */

p {
    font-size: 16px !important;
}

.elementor-4840 .elementor-element.elementor-element-ed5e108{
    margin-top:0px !important;
}

#ast-scroll-top {
    background-color: #bb0069;
    font-size: 18px;
    bottom:100px !important;
}
.ast-scroll-to-top-right{
     bottom:100px !important;
}

.dropdown-class {
  -webkit-backdrop-filter: none !important;
}
p:nth-last-child(1) {
    margin-bottom: 0px;
}

.counter_box {
    padding: 50px 30px;
    border: 1px solid #e4e4e4;
    border-top: 0px;
}

.counter_box div.empty_space {
    height: 100px;
}

.counter_box p.para {
    text-align: left;
    font-family: "Inter Tight", Sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    color: #1C0C3D;
}

.counter_box p.counter {
    text-align: left;
    font-family: "Inter Tight", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #1C0C3D;
    position: relative;
    padding-left: 30px;
}

.counter_box p.counter span {
    position: absolute;
    left: 0;
    top: 0px;
}

.post-date {
    background: #A01659;
    padding: 10px 7px 10px 7px;
    width: 50%;
}

.post-detaile {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    width: 90%;
}

a.blog-post-featured-img {
    display: block;
    height: 200px;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
}

.post-date h5 {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    line-height: 21px;
    letter-spacing: 1px;
    font-family: "Inter Tight", Sans-serif;
    margin-bottom: 0px;
}

.post-date h5 p {
    font-size: 14px;
    font-family: "Inter Tight", Sans-serif;
}

.post-comment {
    background: #252525;
    text-align: center;
    color: #fff;
    font-weight: 800;
    padding: 7px 10px 5px;
}

.post-comment span {
    font-size: 13px;
    line-height: 16px;
    font-family: "Inter Tight", Sans-serif;
}

.post-comment span i {
    margin-right: 5px;
    font-weight: bold;
}

.blog-post {
    padding: 0 15px 0 0;
}

.blog-post h3 {
    margin: 20px 0 10px 0;
    font-size: 19px;
    font-weight: 700;
    color: #7EA991 !important;
    line-height: 28px;
    font-family: "Inter Tight", Sans-serif;
    min-height: 70px;
}

.blog-post p {
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #252525;
    margin-bottom: 20px;
    font-family: "Inter Tight", Sans-serif;
    min-height: 92px;
}

.blog-post a.excerpt-para {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #bb0069;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Inter Tight", Sans-serif;
}

.bcp_blog.bcp_blog_item {
    position: relative;
}

/* Header fixed style  */
section.fixed_header {
    position: fixed;
    top: 0%;
    background: #000;
}

/* maps style  */
div#map_5023 .imapsPolygon-group path {
    fill: #383838;
    stroke: #212121;
}
.map_shortcode {
    width: 60% !important;
    height: 60%;
    margin: 0 auto;
}

.bcp_menu_main ul.bcp_nav_menu li.contact_btn_header.current_page_item a:after {
  display: none;
}
.bcp_menu_main ul.bcp_nav_menu li.contact_btn_header a {
    border: 1px solid #BB0069;
    padding:10px 20px!important;
}
.bcp_menu_main ul.bcp_nav_menu li.contact_btn_header a:hover:after {
    display: none;
}





/*Services main page gird layout style */
div.services_grid_main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}
div.services_grid_main .services_item {
    width: 30%;
}
div.services_grid_main .services_down p {
    min-height: 140px;
}
/*Services slider in home page style */
.services_item {
    transition: all 0.5s;
    margin: 0 23px;
    padding: 28px;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(to top, rgb(78 0 64) 0%, transparent 100%);
}
@media(min-width: 1025px) {
    .home_services_sec .services_item {
    	width: 374px !important;
    }
}
.services_item:after {
    content: "";
    display: none;
    transition: all 1s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(187 0 105)), to(transparent));
    background-image: linear-gradient(to top, rgba(187, 0, 105, .8) 0%, transparent 100%);
    z-index: -1;
}
.services_item:hover:after {
    display: block;
}
.services_upper svg {
    width: 25%;
    margin-bottom: 70px;
}
.services_item:hover .services_upper svg path {
    fill: #fff !important;
}
.services_upper h5 {
    color: white;
    margin-bottom: 20px;
    height: 43px;
}
.services_down p {
    color: #FFF !important;
    font-size: 16px;
    margin-bottom: 20px;
    min-height: 170px;
    line-height: 25px;
}
.services_down i {
    background: white;
    font-size: 30px;
    padding: 10px 16px 10px 20px;
    border-radius: 50%;
    margin-top: 12px;
    transform: translateY(70px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.services_down a {
    color: #000000;
}
.services_item:hover .services_down i {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.services_slide .slick-arrow {
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: 40%;
    z-index: 9;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 10px 16px;
    border-radius: 50%;
}
.services_slide i.fas.fa-angle-left.slick-arrow {
    right: 10%;
    top: -22%;
}
.services_slide i.fas.fa-angle-right.slick-arrow {
    right: 6%;
    top: -22%;
}
/*who we are */
.team_item {
    margin-bottom: 40px;
}
.team_item img {
    border-radius: 5px !important;
}
.bottom_team {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-top: 30px;
gap: 5px;
}
.team_detail {
    width: 80%;
}
.team_social {
    width: 18%;
    text-align: left;
}

.team_detail h5 {
    margin-bottom: 0px;
    font-family: "Inter Tight", Sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #FFFFFF;
    font-size: 18px;
}
.team_detail p {
    font-family: "Inter Tight", Sans-serif;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
}

/*slick global style here dont remove  */
.slick-slider {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.slick-initialized {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
  transition: opacity 0.3s ease-in-out;
}

/*Custom header style */
@media (min-width: 1025px) {
    .bcp_menu_main ul.bcp_nav_menu {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        gap: 30px;
    }
}
.bcp_menu_main ul.bcp_nav_menu {
    margin: 0px;
    padding: 0px;
}
.bcp_menu_main ul.bcp_nav_menu li {
    list-style: none;
}

.bcp_menu_main ul.bcp_nav_menu li a {
    color: white;
    padding: 7px 0px;
    font-size: 16px;
    font-family: "Inter Tight", Sans-serif;
    font-weight: 500;
    position: relative;
}
.bcp_menu_main ul.bcp_nav_menu li.current_page_item a {
    color: #BB0069;
}
.bcp_menu_main ul.bcp_nav_menu li a:hover {
    color: #BB0069;
}
.bcp_menu_main ul.bcp_nav_menu li a:hover:after  {
    content: "";
    background: #BB0069;
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
}
.bcp_menu_main ul.bcp_nav_menu li.current_page_item a:after {
    content: "";
    background: #BB0069;
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
}
.bcp_menu_main .custom_menu_toggle, .bcp_menu_main  .custom_menu_navbar_icon {
    display: none;
    font-size: 50px;
    font-weight: 600;
    cursor: pointer;
    color: white;
    width: 10%;
    margin-left: auto;
    position: relative;
    right: 0;
    top: 5%;
    z-index: 9;
}
/*responsive style start */
@media (max-width: 1024px) {
    .bcp_menu_main .custom_menu_toggle, .bcp_menu_main.open_mob_menu .custom_menu_navbar_icon {
        display: block;
    }

    .bcp_menu_main ul {
        width: 100%;
        opacity: 0;
        flex-direction: column;
        position: fixed;
        background: #000;
        left: 0;
        height: 0;
        top: 0;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease;
        visibility: hidden;
        text-align: center;
        display: flex;
        align-items: center;
    }

    .bcp_menu_main.open_mob_menu ul {
        height: 100%;
        transition: all 0.5s ease;
        opacity: 1;
        visibility: visible;
    }
    .bcp_menu_main ul.bcp_nav_menu li {
        width: 80%;
        margin-bottom: 60px;
    }
    .bcp_menu_main ul.bcp_nav_menu li a {
        font-size: 45px;
        display: block;
    }  
    .bcp_menu_main ul.bcp_nav_menu li a:hover:after, .bcp_menu_main ul.bcp_nav_menu li.current_page_item a:after {
        display: none;
    }
    .bcp_menu_main.open_mob_menu .custom_menu_toggle {
        display: none;
    }
    .bcp_menu_main ul.bcp_nav_menu li.contact_btn_header a {
        margin-left: 0px;
    }
    .services_grid_main .services_item {
        width: 45% !important;
    }
    


    
}
@media (max-width:768px) {
    .bcp_menu_main ul.bcp_nav_menu li a  {
        font-size: 32px;
    }
    .bcp_menu_main ul.bcp_nav_menu li {
        margin-bottom: 10px;
    }
    .bcp_menu_main .custom_menu_toggle, .bcp_menu_main .custom_menu_navbar_icon {
        font-size: 40px;
    }
    .services_grid_main .services_item {
        width: 44% !important;
    }
    .testimonial_item {
        min-height: 362px !important;
    }
    .team_detail h5 {
        font-size: 20px;
    }
    .team_detail p {
        font-size: 12px !important;
    }
.footer_about_para .elementor-widget-container p {
    font-size: 12px !important;
}
}

@media (max-width:480px) {
    .bcp_menu_main ul.bcp_nav_menu li a  {
        font-size: 23px;
    }
    .bcp_menu_main .custom_menu_toggle, .bcp_menu_main .custom_menu_navbar_icon {
        font-size: 40px;
        top: 6%;
        right: 8%;
    }
    .services_grid_main .services_item {
        width: 100% !important;
    }
    /*who we are style */
    .team_item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
    }
    .team_item > img {
        width: 30%;
        border-radius: 50% !important;
    }
    .team_item .bottom_team {
        width: 70%;
        margin-top: 0px;
        padding-left: 20px;
    }
    .team_detail {
        width: 75%;
    }
    .team_detail h5 {
        font-size: 18px;
    }
    .team_detail p {
        font-size: 12px !important;
    }
    .team_social img {
        width: 40px;
    }
    .team_social {
        width: 25%;
        order:1 !important;
    }
.footer_about_para .elementor-widget-container p {
    font-size: 12px !important;
}
}
