/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 07 2023 | 14:32:10 */
h1.entry-title 
{
    display: none !important;
}
span.tf 
{
    font-size: 220px;
    font-weight: 800;
    font-style: italic;
}
span.yrs {
    font-size: 75px;
    font-weight: 800;
    font-style: italic;
}
span.exp {
    font-size: 35px;
    font-weight: 800;
    /* font-style: italic; */
}
.heading-stroke {
    background-image: url(/wp-content/uploads/2022/03/01.jpg);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    background-position: center;
    filter: brightness(0.5);
}
.about-sec .elementor-widget-wrap.elementor-element-populated 
{
    position: absolute;
    left: -58px;
    z-index: 2;
    top: 65px;
}

/* .about-sec .elementor-widget-wrap {
    padding: 60px 70px 60px;
    background: white;
    box-shadow: 0px 4px 40px #d3d3d3b0;
    border-radius: 15px;
}
 */
.cus-icon-set span.elementor-icon.elementor-animation-
{
    padding: 22px;
    background: #1D1E20;
}
.cus-icon-set:before 
{
    height: 150px;
    width: 1px;
    content: "";
    position: absolute;
    bottom: 0;
    background: #1D1E20;
    top: 70px;
    z-index: 2 !important;
    left: 34px;
}
.cus-icon-set:nth-child(4):before
{
  display:none;
}
.imgbx h3.elementor-image-box-title
{
    padding: 0px 15px;
}
.imgbx p.elementor-image-box-description 
{
    padding: 0px 15px 10px;
}
a.read-btn 
{
    padding: 5px 10px;
    background: #D74315;
    color: white;
    font-size: 16px;
    font-family: 'Maven Pro';
    font-weight: 400;
    position: relative;
    bottom: 10px;
}
.bg-decor:before 
{
    content: "";
    position: absolute;
    border: 10px solid #B79438;
    height: 300px;
    width: 475px;
    bottom: 65px;
    right: 112px;
    border-radius:15px; 
 
}

/* .bg-decor .elementor-widget-container:before 
{
    content: "";
    position: absolute;
    border: 10px solid #c21d32;
    height: 300px;
    width: 475px;
    bottom: 40px;
    right: 100px;
    z-index: -1;
    
} */
.border-img:after {
    content: "";
    width: 2px;
    height: 340px;
    position: absolute;
    background: black;
    bottom: -30px;
    left: 10px;
}
.border-img:before {
    content: "";
    height: 2px;
    width: 340px;
    position: absolute;
    background: black;
    bottom: -18px;
    left: -4px;
}
.color-box-sec:before {
    content: "";
    height: 100%;
    width: 30%;
    position: absolute;
    background: #B79438;
    z-index: 2;
}

.box-animate .ekit-wid-con .elementskit-infobox:hover 
{
    
    border-radius: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
  background-color:#B79438;
    background-size: cover;
    background-position: center center;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.10196078431372549);
    transform: translateY(-8px);
}
.box-animate-si .ekit-wid-con .elementskit-infobox:hover 
{
    
    
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transform: translateY(-8px);
}
.custom-imgox img
{
    padding: 15px;
    background: #B79438;
    border-radius: 10px;
}
@media(max-width:768px)
{
  .about-sec .elementor-widget-wrap.elementor-element-populated 
{
    position: absolute;
    left: 0;
    z-index: 2;
    top: 0;
}
  .cus-icon-set:before{
    display:none;
  }
  .color-box-sec:before
  {
    display:none;
  }
  .bg-decor:before {
    content: "";
    position: absolute;
    border: 10px solid #B79438;
    height: 220px;
    width: 200px;
    bottom: 30px;
    right: 10px;
    border-radius: 15px;
}
  
}