body:not([class*=elementor-page-]) .site-main {
        max-width: 1320px !important;
    }

.header-mail-phone-icon span.elementor-icon-list-icon {
    padding-left: 5px;
    width: 25px;
    border: 1px dashed #FFFFFF;
    height: 25px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-social img {
    filter: invert(1);
    width: 26px;
}
.header-menu .hfe-nav-menu li.elementor-button-wrapper {
    margin-left: 30px;
}
.footer-heading h2.elementor-heading-title.elementor-size-default:before {
    content: "";
    border-left: 6px solid #234C8E;
    height: 30px;
    position: absolute;
    left: -15px;
    top: 0;
}
.footer-heading h2.elementor-heading-title.elementor-size-default {
    position: relative;
}

h2.story-title {
    margin-bottom: 0px;
    display: inline-block;
    font-size: 36px;
    padding-bottom: 20px;
    position: relative;
    color: #000;
    font-weight: 700;
    padding-left: 20px;
}

h2.story-title:before {
    content: "";
    border-left: 4px solid #234C8E;
    height: 40px;
    position: absolute;
    left: 0px;
}
.web-stories {
    margin: 20px 20px;
}

article.web-story {
    overflow: hidden;
	position: relative;
}
.web-stories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}
.web-story-img {
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.webstores-content {
    padding: 5px 20px;
    color: #fff !important;
    position: absolute;
        bottom: 36px;
    width: 90%;
    border-radius: 0 5px 5px 0;
    background-color: #666;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
}

.webstores-content h2 a {
    font-weight: 500;
    color: #fff;
}
.webstores-content h2 {
      font-size: 20px;
    color: #fff;
    margin: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.web-story:hover .web-story-img img {
    transform: scale(1.08);
}
.web-story .web-story-img img 
{
	    transition: .3s;
}
.web-story:hover .webstores-content
{
	    background-color: #484848;
}




@media only screen and (max-width:768px){
	.web-stories-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px 10px;
}
	.webstores-content h2 {
    line-height: 20px;
}
	.webstores-content h2 a {
		font-size: 15px;
	}
	.webstores-content {
		padding: 5px 8px;
	}
	.footer-icon .elementor-image-box-wrapper {
    display: flex;
}
	.footer-icon  .elementor-image-box-description {
    padding-left: 15px;
}
	.footer-icon  .elementor-image-box-description a{
    font-size:16px;
}
	
	.copyright-text a{
		        font-size: 14px;
        line-height: 20px;
	}	
	h2.story-title {
    font-size: 26px;
		padding-bottom: 10px;
		padding-left: 16px;
	}
	h2.story-title:before {
    height: 30px;
}
.footer-heading h2.elementor-heading-title.elementor-size-default:before {
    left: 0px;
}
	.footer-heading h2.elementor-heading-title {
           font-size: 20px !important;
        padding-left: 16px;
}
	.web-stories {
    margin: 0px 0px;
}
	
}



@media (min-width:769px) and (max-width:1024px){
    .web-stories-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
}


