/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 14 2022 | 19:02:43 */
li#menu-item-205 {
  border: 2px solid;
  border-radius: 8px;
  padding: 10px 10px;
  background:#fff;
}
li#menu-item-205 a{
  color:#DF5849 !important;
}
a.typewrite {
  color: aliceblue;
  font-size: 40px;
}
.elementor-element-122ccda, .elementor-element-6b93476, .elementor-element-fe661d9, .elementor-element-a3c474a, .elementor-element-ef98ba8, .elementor-element-650ffe2>div{
  background-color:#DF5849 !important;
  color:#fff;
}
.elementor-element.elementor-element-2832951.elementor-widget.elementor-widget-text-editor {
  background: #DF5849;
  margin-bottom: 0px;
}
div#header-menu-sidebar-bg{
  background-color:#DF5849 !important;
}
.arrow {
  text-align: center;
  margin: 8% 0;
}
.arrow a{
  color:#fff;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 6s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.social_icn {
  display: flex;
  float:right;
  margin-bottom: -18px !important;
}
.social_icn a{
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff !important;
  letter-spacing: 10px;
}
@media (max-width: 576px) {
  .builder-item--primary-menu li > a {
    font-size: 0.8em!important;
  }
  li#menu-item-2193 {
    text-align:left;
  }
  li#menu-item-6356{
    text-align: left;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada{
  animation-name: tada 6s infinite;
  -moz-animation: tada 2s infinite;
  -webkit-animation: tada 2s infinite;
}
.flash {
  animation-name: flash 6s infinite;
  -moz-animation: flash 2s infinite;
  -webkit-animation: flash 2s infinite;
}
.elementor-text-editor.elementor-clearfix p{
  margin:0 !important;
}
div#header-menu-sidebar-bg {
  background-color: #244362 !important;
}
/* for sub-menu text left align - RB */
.row .primary-menu-ul .sub-menu li a{
  justify-content: revert !important;
  text-align: left !important;
}
