/*body.admin-bar header { top: 32px! important; }*/

body { font-size: 14px; position: relative; }

body.menu-activated {
  overflow: hidden;
}

.menu-activated-layer {
  content: '';
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0,0,0,0);
  pointer-events: none;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

body.menu-activated .menu-activated-layer {
  content: '';
  background: rgba(0,0,0,0.5);
  pointer-events: auto;
}

a { color: #0090ff; }

a:hover { color: #0a72c2; }

img {
  max-width: 100%;
  height: auto;
}

.slider-wrapper .elementor-column-wrap {
  padding: 0! important;
}

.font-cerebri-sans {
  font-family: "Cerebri Sans", Sans-serif! important;
}

.text-line-1 hr {
  width: 45px;
  height: 6px;
  background: #0090ff;
  border: none;
  margin: 10px 0;
}

.apply_now_wrapper {
  text-align: right;
}

.apply_now_btn {
  display: inline-block;
  padding: 12px 20px;
  background: #1890ff;
  color: #fff;
  border-radius: 5px;
}

.apply_now_btn:hover {
  background: #0A72C2;
  color: #fff;
}

.dialog-widget-content {
  border-radius: 15px! important;
}