/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */
.link_color a{
    text-decoration: underline;
    font-weight: 600;
}
.work-with-us:before{
     width: 45%;
}
.span_blue span{
    color: #2F4684;
    font-weight: 700;
    display: block;
}
.post_info .elementor-post-info__item--type-author{
    padding-left: 15px!important;
}

.contact_info li a .elementor-icon-list-text{
        word-break: break-all
}
.hero:before{
    width: 50%;
}
.contact_info li a .elementor-icon-list-text{
        word-break: break-all
}
.post_content p{
    margin-bottom: 20px;
}
.post_content p:last-child{
    margin-bottom: 0px;
}
.post_content h2{
font-size: 50px;
font-weight: 700;
line-height: 120%; 
margin-top: 40px;
margin-bottom: 20px;
}
.post_content h3{
  letter-spacing: 0.34px;
font-size: 34px;
font-weight: 600;
line-height: 120%; 
margin-top: 40px;
margin-bottom: 20px;
}
.post_content h4{
  margin-top: 40px;
font-size: 27px;
font-weight: 600;
line-height: 120%; 
margin-bottom: 20px;
}
.post_content ul{
  margin-bottom: 20px;
}

@media (max-width: 767px) {
   .hero_image{
    display: flex!important;
} 
}
@media (max-width: 767px) {
    .post_content h2{
font-size: 35px;
margin-top: 30px;
}
.post_content h3{
font-size: 25px;
margin-top: 30px;
}
.post_content h4{
  margin-top: 30px;
font-size: 23px;
}
}

.post-feat-img {
	    display: flex;
    width: 100%;
}

.img-responsive,
.post-feat-img a {
	width: 100%;
    position: relative;
    height: auto !important;
    overflow: hidden;
    max-width: auto;
    display: flex;
}

.img-responsive img,
.post-feat-img img {
	height: 100% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.img-responsive:after,
.post-feat-img a:after {
	    content: "";
    display: block;
    padding-top: 103.5%;
}

@media (max-width: 767px) {
.img-responsive:after,
	.post-feat-img a:after {
    padding-top: 85%;
}
}