/*
Theme Name:   Engitech Child
Theme URI:    http://wpdemo.archiwp.com/engitech/
Description:  Make your modifications to [Parent Theme] in this Engitech child theme.
Author:       OceanThemes
Author URI:   http://oceanthemes.net/
Template:     engitech
Version:      1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  engitech-child
*/

/* =Theme customization starts here
------------------------------------------------------- */


/*style*/
.is-stuck {
    background: #000000 !important;
	font-size:15px!important;
	line-height:19px!important;
	font-family: "Plus Jakarta Sans", Sans-serif!important;
}
   
.banner-box-con .serv-box .icon-main {
	top: 47px;
}
.banner-box-con .serv-box {
    border-radius: 20px;
}
.last-grid {
    position: relative!important;
   
    border-radius: 10px!important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 1!important;
    overflow: hidden!important;
}
.banner-sec-bg::after {
	content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px; /* How tall the gradient is */
  background: linear-gradient(to bottom, #000000, #E10139) !important;
  pointer-events: none;  
  
}
.service-grid h3.elementor-image-box-title{
	text-align:left;
}
.service-grid p.elementor-image-box-description{
	text-align:left;
}
.page-header .breadcrumbs li a {
    color: #E10139;
}
h1.page-title {
    font-size: 23px!important;
}
ul#breadcrumbs {
    text-transform: capitalize!important;
    font-size: 18px!important;
}
.counter-sec .elementor-counter-title{
	text-align:center;
}
.contact-form-sec .main-form h2{
	font-size:30px!important;
	line-height:37px!important;
	font-family: "Plus Jakarta Sans", Sans-serif!important;
}
.contact-form-sec .main-form p{
	font-size:16px!important;
	line-height:22px!important;
	font-family: "Plus Jakarta Sans", Sans-serif!important;
}
.post-cat {
    display: none;
}
.entry-footer.clearfix {
    display: none;
}

h1.page-title{
	text-align:center;
}
a.pld-readmorebtn {
    background-color: #E10139;
    border-color: #E10139;
    border-radius: 25px;
    color: #fff !important;
    padding: 10px 30px;
}
.pld-post-list-inr {
    margin-bottom: 55px!important;
}
a.pld-readmorebtn:hover {
   background-color: #E10139;
    border-color: #E10139;
    border-radius: 25px;
    color: #fff !important;
    padding: 10px 30px;
}
.blog-post > .inner-post .entry-summary {
    padding-bottom: 50px;
    overflow: hidden;
    font-size: 16px !important;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    line-height: 22px;
}
h1.entry-title {
    font-size: 45px;
    font-family: "Plus Jakarta Sans", Sans-serif;
    line-height: 46px;
    text-align: center;
    margin-bottom: 50px;
}
.footer-menu-icon span.elementor-icon-list-icon {
    display: none !important;
}