/* 
 Theme Name:   Wshtimeus
 Theme URI:    
 Description:  
 Author:       washtimeus_admin
 Author URI:   http://localhost/washtimeus
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
.mb__0{
	margin-bottom:0px !important;
}
.mb__0 p{
	margin-bottom:0px !important;
}
.mb__0 div{
	margin-bottom:0px !important;
}
.fc-primary h2{
	color:#cc7d1f !important;
}
.fc-primary {
	color:#cc7d1f !important;
}
.fc-primary a{
	color:#cc7d1f !important;
}
.contact_from_custom input {
    padding: 14px 20px !important;
    border-radius: 50px !important;
    margin-bottom: 15px !important;
    box-shadow: 0px 0px 20px #dddddd69 !important;
    border: 1px solid #dddddd96 !important;
    font-size: 16px !important;
}
.contact_from_custom textarea {
    padding: 20px 20px;
    border-radius: 20px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 20px #dddddd69;
    border: 1px solid #dddddd96;
    font-size: 16px;
    height: 200px;
}
.contact_from_custom .from_submit {
    color: #fff;
    background: #0a4392;
    padding: 15px 30px !important;
    width: 100%;
    font-size: 18px !important;
    border: none;
}
.contact_from_custom .from_submit:hover {
	background: #cc7d1f;
}
/* Define the keyframes for the breathing animation */
@keyframes breathe {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.banner_icon_1 {
  animation: breathe 3s infinite; /* Adjust the duration and iteration as needed */
	position: absolute !important;
    left: 40px;
    width: 50px !important;
    top: -50px;
}

.banner_icon_2 {
	animation: breathe 3s infinite; /* Adjust the duration and iteration as needed */
    position: absolute !important;
    top: -10px;
    left: 10px;
    width: 30px !important;
}
.line_break_2 ul.elementor-icon-list-items {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.custom__cf input {
    background: transparent;
    border: none !important;
    border-bottom: 3px solid #fff !important;
    border-radius: 0px;
    color: #fff;
    margin-bottom: 20px;
}
.custom__cf textarea {
	height:120px;
    background: transparent;
    border: none;
    border-bottom: 3px solid #fff;
    border-radius: 0px;
    color: #fff;
    margin-bottom: 20px;
}
.custom__cf input::placeholder{
	color: #fff !important;
}
.custom__cf textarea::placeholder{
	color: #fff !important;
}
.custom__cf input.wpcf7-form-control.wpcf7-submit.has-spinner.from_submit {
    padding: 10px 50px;
    background: #0a4392;
    border: none !important;
}