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


.ess-box a {
    text-decoration: none !important;
}


.ess-box:hover a {
    text-decoration: none !important;
	color: #ffffff;
}


.ess-box  {
   cursor: pointer;
}
.banner_bg .e-con-inner {
    padding-top: 0px;
}

.site-footer, .site-footer a {
    color: #fff;
}

.archive.category #primary {
    margin-top: 0px;
}

.banner_cat img {
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

ul.catg_ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 60px;
    margin-left: 0px;
}

ul.catg_ul li {
    text-align: center;
    list-style: none;
    background: #ffffff;
    border-radius: 8px;
    padding: 2rem 1rem;
}

ul.catg_ul li p {
    color: #252f3f;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0px;
}

ul.catg_ul li:hover {
    background: #c81e1e;
}
ul.catg_ul li:hover p {
    color: #fff;
}

.content_whitebg {
    background: #fff;
    border-radius: 8px;
    padding: 3rem;
}

.btn_fnd{
    display: inline-block;
    background-color: #c81e1e;
    color: #FFFFFF;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    white-space: normal;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
}
.content_whitebg h1 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
   
}

.content_whitebg p{
    margin-bottom: 1.75em;
    margin-top: 1.75em;
}

.content_whitebg  h2 {
    color: #1a202c;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}


ul.blog_ul .img_blg {
    width: 18rem;
    height: auto;
}

ul.blog_ul .img_blg  a {
    height: 100%;
}

ul.blog_ul .text_blg {
    flex: 1 1 0%;
    padding: 3rem;
}

ul.blog_ul {
    margin-left: 0;
}

ul.blog_ul .img_blg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

ul.blog_ul li a {
    color: #161e2e;
}
ul.blog_ul li a:hover {
    color: #c81e1e;
}

ul.blog_ul li h2 {
    font-size: 20px;
    margin-bottom: 5px;
}

ul.blog_ul li {
    display: flex;
    background: #fff;
    border-radius: 8px;
    margin-top: 3rem;
}
.blog_bg {
    margin-top: 50px;
}

.blog_bg h4 {
    text-transform: uppercase;
}
.personal_consultation {
    display: flex;
}
.personal_consultation .pc_img {
    width: 25%;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #161e2e;
    text-align: center;
    color: #fff;
}
.personal_consultation .pc_content {
    width: 75%;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    padding: 2rem;
    background: #e5e7eb;
	    text-align: center;
}

.personal_consultation .pc_content svg {
    width: 24px;
    height: 24px;
}
.pc_cont_text {
    display: flex;
    justify-content: center;
}
.pc_cont_text {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    margin-top: 25px;
}
.pc_cont_text a.wbtn {
    background: #0e9f6e;
    padding: 1rem;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    gap: 10px;
    font-weight: 600;
    border-radius: 8px;
}

.personal_consultation .pc_img img {
    max-width: 128px;
    border-radius: 100%;
    border: 4px solid #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pc_text {
    margin-top: 12px;
}

.personal_consultation .pc_content p {
    font-size: 14px;
}
.personal_consultation .pc_content h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

footer#colophon {
    padding-left: 20px;
    padding-right: 20px;
}
.hdr_right a {
    margin-left: 1.8rem;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.hdr_right a {
    margin-left: 2rem;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.hdr_right {
    display: flex;
}

ul.catg_ul li img {
    height: 64px;
}

@media screen and (max-width:800px) {


.personal_consultation {
 
    flex-direction: column;
}
.personal_consultation .pc_img {
    width: 100%;
  
}

.personal_consultation .pc_content {
    width: 100%;

}

.pc_cont_text {
    margin-top: 15px;
    flex-direction: column;
}

ul.blog_ul li {

    flex-direction: column;
}
ul.blog_ul .img_blg {
    width: 100%;
   
}
ul.blog_ul .text_blg {
    flex: 1;
    padding: 3rem;
}
ul.catg_ul {

    grid-template-columns: 1fr;
 
}
}