/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


@media only screen and (min-width: 1025px) {

 .card-container{
    position: relative;
}
 .card-container:before,  .card-container:after{
    content: "";
    width: 100%;
    height: 80%;
    position: absolute;
    z-index: -1;
    border: 2px solid #405455;
    transition: all var(--bg-transition-speed) ease-out;
}
 .card-container:before{
    background-color: transparent;
    top: -5%;
    left: -4%;
    height: 50%;
    width: 50%;
}
 .card-container:after{
    bottom: -5%;
    right: -4%;
	height: 80%;
    width: 80%;
}
/* Hover animation */
 .card-container:hover:before {
  top: -5%;
  left: 50%;
  height: 45%;
  width: 54%;
}
 .card-container:hover:after {
  bottom: -5%;
    right: 25%;
	height: 80%;
    width: 80%;
}
}
.ekit-wid-con .elementskit-info-image-box .elementskit-box-body {
    padding: 55px 20px!important;
}
.ekit-wid-con .elementskit-infobox .box-body {
    position: relative;
    z-index: 1;
	border: 1px solid #888;
	padding: 20px 10px 20px 40px;
	background:#ffffff;
}
.elementskit-info-box-icon {
    margin: 0px -35px 0px 0px!important;
}
.ekit-wid-con .elementskit-infobox .elementskit-box-header {
    z-index: 3!important;
}
#two-column{
width: 100%;
}
#two-column #left{
width: 49%;
float: left;
}
#two-column #right{
float: right;
width: 49%;
}
#two-column p{
margin-bottom: 12px;
}
#two-column input[type="text"]{
border:none;
border:1px solid #666;
font-size :14px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 2px;
width: 100%;
padding: 5px;
height: 40px;
background: #ffffff;
}
#two-column #right input[type="email"], #two-column #left input[type="text"]{
width: 100%;
height: 40px;
background: #ffffff;
}
#two-column textarea {
position: relative;
padding: 5px;
border:1px solid #666;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 2px;
width: 100%;
height: 200px;
background: #ffffff;
}
#two-column input[type="submit"]{
padding:8px 18px;
background:#ffffff;
color:#503424;
border: 1px solid #666;
float:right;
font-size: 14px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
#two-column input[type="text"]:focus, #two-column textarea:focus{
background: #ffffff;
border: 1px solid #666;
}
#two-column input[type="submit"]:hover{
background:#ffffff;
color:#EBDFCD;
border: 1px solid #666;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
height: 40px;
width: 100%;
}
label {
    width: 100%;
	    margin-bottom: .5rem;
}
[type=button], [type=submit], button {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #405455;
    border: none;
	    width: 100%;
}
[type=submit]:hover,button:focus,button:hover{
	color:#405455;
	background-color:#fff;
	border: 1px solid #405455;
}
textarea {
    height: 100px !important;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="password"], .wpcf7-form input[type="search"], .wpcf7-form input[type="number"], .wpcf7-form input[type="tel"], .wpcf7-form textarea {
    color: #666;
}
.site-footer {
    padding-block-start: 0;
    padding-block-end: 0;
    position: relative;
}
.wraptext {
    word-wrap: break-word;
}
.ticker {
    overflow: hidden;
    width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
}
.ticker-news {
    width: 7000px;
    padding: 0;
    color: #fff;
    background: linear-gradient(135deg, #2a2b74 0, #1d7fa2 11%, rgba(29, 127, 162, .5) 29%);
}
.ticker-news>* {
    display: inline-block;
    -webkit-animation: 30s linear infinite news;
    animation: 30s linear infinite news;
}
.ticker-2 {
    overflow: hidden;
    width: 100%;
    padding: 0;
    position: relative;
    left: 0;
}
.ticker-news-2 {
    width: 7000px;
    padding: 0;
    color: #fff;
    background: #405455;
    display: inline-block;
    -webkit-animation: 140s linear infinite news;
    animation: 140s linear infinite news;
}
@-webkit-keyframes news {
    0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-4135px);
}
}@keyframes news {
    0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-4135px);
}
}@-webkit-keyframes news-2 {
    0% {
    transform: translate3d(0, 0, 0);
}
100% {
    transform: translate3d(-1500px, 0, 0);
}
}@keyframes news-2 {
    0% {
    transform: translate3d(0, 0, 0);
}
100% {
    transform: translate3d(-1500px, 0, 0);
}
}

.pulsating-button {
      /* Basic button styles */
      padding: 10px 20px;
      background-color: #405455;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;

      /* Apply the pulse animation */
      animation: pulse 1s infinite; /* 1 second duration, repeats infinitely */
    }
.pulsating-button2 {
      /* Basic button styles */
      padding: 10px 20px;
      background-color: none;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;

      /* Apply the pulse animation */
      animation: pulse 1s infinite; /* 1 second duration, repeats infinitely */
    }	
@keyframes pulse {
      0% {
        transform: scale(1); /* Original size */
      }
      50% {
        transform: scale(1.05); /* Slightly larger */
      }
      100% {
        transform: scale(1); /* Back to original size */
      }
    }	
#site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
}	

.typewrite{	
	color:ffffff;
}
.ticker-new {
    padding: 0;
    color: #ffffff;
    background: #405455;
}
.ticker-new a {
    padding: 0 10px;
    color: #ffffff;
}