/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 18 2022 | 21:27:55 */
.cus-header {
    display: inline-flex;
    width: 130%;
    position: absolute;
    right: 0%;
    top: 50%;
}
.location-one {
    width: 30%;
    display: inline-block;
    position: relative;
    right: 30%;
}
.time-two {
    width: 30%;
    display: inline-block;
    position: relative;
    right: 12%;
}
.three-call {
    width: 36%;
    display: inline-block;
    position: relative;
    right: 7%;
    line-height: 0px;
}
.time-two p {
    position: absolute;
    left: 12px;
}
.time-two i.icon-clock {
    position: absolute;
    right: 177px;
    top: 10px;
     color : #F2295B !important;
}
.location-one p {
    position: relative;
    right: 23%;
}
.location-one i.icon-location {
    position: absolute;
    right: 74%;
    top: 9px;
    color : #F2295B !important;
}
div#Top_bar:before {
 	content: '';
    background: linear-gradient(135deg,rgba(0,0,0,0) 15%,#ffffff 15%,#ffffff 15.5%,#ffffff 0);
    width: 84%;
    height: 60px;
    position: absolute;
    top: 166px;
    background-image: linear-gradient(315deg, #F0AD05 13%, #F2295B 88%, white 0%);
    left: 16%;
}
#Action_bar {
    background-color: #ff0400 !important;
}
#Action_bar li.slogan {
    color: white !important;
    font-weight: 400;
    font-size: 15px;
}
ul.social i {
    color: #fe0400;
    background: white;
    padding: 7px;
    border-radius: 18px;
}
@media(max-width:1240px){
  div#Top_bar:before{
    display: none;
  }
}
@media(max-width:1785px){
  div#Top_bar:before {
 	content: '';
    background: linear-gradient(135deg,rgba(0,0,0,0) 15%,#ffffff 15%,#ffffff 15.5%,#ffffff 0);
    width: 93%;
    height: 60px;
    position: absolute;
    top: 206px;
    background-image: linear-gradient(315deg, #F0AD05 13%, #F2295B 95%, white 0%);
    left: 15%;
}
}

@media ( max-width:767px) 
{
  .cus-header 
  {
    display: none;
  }
  .home-form input {
    
    width: 100% !important;
    }
.home-form input.wpcf7-form-control.wpcf7-submit {
    
    width: 100% !important;
    }
  div#Top_bar:before 
  {
    display:none;
  }
/*   .header-stack #Top_bar .logo {
    padding: 0px 80px;
    text-align: center!important;
} */

}




.Custom-nav:before {
    background: linear-gradient(
135deg
,rgba(0,0,0,0) 15%,#ffffff 15%,#ffffff 15.5%,#ffffff 0);
    background-image: linear-gradient( 
315deg
 , #990005 13%, #ed1c24 88%, white 0%);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media(max-width:767px){
  .Custom-nav{
    overflow: hidden !important;
  }
}