/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 01 2023 | 19:52:32 */
a{
	text-decoration:none !important;
}
h1.site-title.show 
{
    display: none;
}
h1.entry-title 
{
    display: none !important;
}
.top-header-sicons::before 
{
    content: '';
    position: absolute;
    left: 50px;
    bottom: -7px;
    width: 100%;
    height: 52px;
    z-index: -1;
    background: #61a107;
    -webkit-clip-path: polygon(0 0,100% 0,90% 100%,0% 100%);
    clip-path: polygon(0 0,100% 0,90% 100%,0% 100%);
}

.top-header-sicons::after {
    content: '';
    position: absolute;
    bottom: -7px;
    width: 730px;
    height: 53px;
    background: #61a107;
    right: 114px;
    z-index: -1;
}
.bg-image:before
{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2021/09/line.jpg);
    width: 100%;
    height: 25%;
    left: 0px;
}
.heading-border span:before 
{
    content: '';
    position: absolute;
    border-bottom: 8px solid #61a107;
    height: 22px;
    width: 10%;
    z-index: -1;
}
.custom-icon .elementor-icon {
    background-color: #61a107;
    background-image: linear-gradient(#61a107, #04376f);
}
.custom-icon-two .elementor-icon {
    background-color: #773113;
    background-image: linear-gradient(#773113, #ffd573);
}
.inner-sec-one:hover .elementor-icon 
{
    background-color: #773113;
    background-image: linear-gradient(#773113, #ffd573);
}
.inner-sec-one:hover span
{
   color:white !important;
}
.inner-sec-one:hover  p 
{
    color: white;
}
.inner-sec-one:hover .elementor-widget-wrap.elementor-element-populated {
    background-color: #61a107;
    background-image: linear-gradient(#61a107, #04376f);
}
.inner-sec-two:hover .elementor-icon
{
   background-color: #61a107;
    background-image: linear-gradient(#61a107, #04376f);
}
.inner-sec-two:hover span
{
   color:#141414 !important;
}
.inner-sec-two:hover  p 
{
    color: #7A7A7A;
}
.inner-sec-two:hover .elementor-widget-wrap.elementor-element-populated {
    background-color: white;
  background-image: linear-gradient(white, white);
}
.inner-sec-two:hover  span
{
   color:#61a107 ;
}
i#quote-icon {
    background: white;
    padding: 20px;
    font-size: 36px !important;
    border-radius: 50%;
    color: #61a107;
    display: table;
    margin: auto;
}
.custom-img-effect:hover .elementor-widget-container 
{
    background: #61a107;
}
.custom-img-effect:hover img.attachment-large.size-large 
{
    filter: brightness(0) invert(1);
}
.elementor-testimonial--skin-bubble .elementor-testimonial__content
 {
    background-color: #61a107 !important;
    padding: 20px;
    position: relative;
}
.elementor-testimonial--skin-bubble .elementor-testimonial__content:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #61a107;
    position: absolute;
    -webkit-transform: scaleX(.75) rotate(
45deg
);
    -ms-transform: scaleX(.75) rotate(45deg);
    transform: scaleX(.75) rotate(
45deg
);
    border-width: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}




/* <<<<<<<< sidebarmenu>>>>>>>>>>>>> */
.custom-sidemenu ul{
  list-style-type:none;
  padding:0;
  
}
.custom-sidemenu ul li{
 width:100%;
 padding:15px;
  background-color:white;
  border-bottom:1px solid #eeeeee;
}
.custom-sidemenu ul li:hover{
 background-color:#61a107;
  border-left:4px solid black;

}
.custom-sidemenu ul li:hover a{
 color:white;
  padding-left: 10px;
  transition: all 800ms ease !important;
}
.custom-sidemenu ul li a{
 color:#5d6576;
}
.custom-sidemenu .current-menu-item.current_page_item{
  background-color:#61a107 !important;
  border-left:4px solid black;
}
.custom-sidemenu .current-menu-item.current_page_item a{
 color:white;
  padding-left:10px;
}
.custom-sidemenu li:before{
     content: "\279C";
    font-size: 20px;
    position: absolute;
    color: #5d6576;
    right: 17px;
    width: 20px;
    height: 40px;
    left: 87%;
}
.custom-sidemenu ul li:hover:before{
 color:white;

}
.custom-navabar ul li a:hover 
{
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,right top,left top,from(#0575e6),color-stop(#0b5eca),color-stop(#0b47af),color-stop(#083194),to(#021b79));
    background: linear-gradient(to left,#0575e6,#0b5eca,#0b47af,#083194,#021b79);
    color: #141414;
    text-transform: uppercase;
    padding: 20px 12px;
    position: relative;
    z-index: 1;
    margin: 0;
}
.custom-navabar ul li .elementor-item-active:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,right top,left top,from(#0575e6),color-stop(#0b5eca),color-stop(#0b47af),color-stop(#083194),to(#021b79));
    background: linear-gradient(to left,#0575e6,#0b5eca,#0b47af,#083194,#021b79);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
/* .project-list:hover:before
{
  position: absolute;
    content: "";
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.7);
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
} */
.project-list-text .elementor-widget-container
{
    bottom: 0;
    -moz-transform: translateY(30%);
    -webkit-transform: translateY(30%);
    -o-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
    visibility: hidden;
   
}
.project-list:hover .project-list-text .elementor-widget-container
{
   visibility: visible;
   transition: all 800ms ease !important;
  
}

@media(mix-width:767px)
{
  .top-header-sicons:before
  {
    display:none
  }
  .top-header-sicons:after
  {
    display:none
  }
}


.custom-review .elementor-widget-testimonial-carousel .swiper-slide {
    padding: 0px !important;
}

.project-list:before{
    content: "";
    position: absolute;
    background: #000000b8;
    width: 359px;
    height: 100%;
    top: 0;
    margin-top: 700px;
    bottom: 0;
    left: 0;
    opacity: 0;
    right: 2%;
}
.project-list:hover:before{
  margin-top: 0px !important;
  transition: all 800ms ease !important;
  opacity: 1;
}
.customss-heading:before{
 content: '';
    position: absolute;
    border-bottom: 25px solid #61a107;
    height: 22px;
    width: 48%;
    top: 31%;
    left: 44%;
    z-index: -1;
}
.custom-review img {
    width: 94px !important;
    height: auto !important;
}