@charset "UTF-8";
.turquise-color {
  color: #1c75bc;
}

.turquise-bgcolor {
  background-color: #1c75bc;
}

.linear-bgcolor {
  background: linear-gradient(45deg, rgb(38, 34, 97) 0%, rgb(43, 56, 143) 39%, rgb(28, 117, 188) 100%);
}

html,
body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
}

.dropdown-toggle {
  outline: none !important;
}

.back {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

header {
  height: 137px;
}

#logo {
  height: 80px;
}

.inner-header-pic {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.inner-header-pic h1 {
  color: white;
}

.inner-header {
  background: linear-gradient(45deg, rgb(38, 34, 97) 0%, rgb(43, 56, 143) 39%, rgb(28, 117, 188) 100%);
}
.inner-header h1 {
  letter-spacing: -1px;
  font-size: 1.4rem;
  padding: 0px;
  margin: 0px;
}
.inner-header p {
  font-weight: 100;
}
.inner-header p b {
  font-weight: 300;
}

.breadcrumb {
  font-size: 0.9rem;
}
.breadcrumb a {
  color: white;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #1c75bc;
}
.breadcrumb .active {
  color: white !important;
}
.breadcrumb .active::before {
  color: white;
  content: "· ";
  font-weight: bolder;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
}
.showcase {
  height: calc(100vh - 137px) !important;
  background: linear-gradient(-135deg, rgb(38, 34, 97) 0%, rgb(43, 56, 143) 39%, rgb(38, 169, 224) 100%);
  background-size: 200% 200%;
  -webkit-animation: AnimationGradient 20s ease infinite;
          animation: AnimationGradient 20s ease infinite;
  overflow: hidden;
}
.showcase .background {
  width: 100%;
  min-height: calc(100vh - 235px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.showcase .background #slider {
  position: relative;
  margin: 0 auto;
  width: 100vw;
  overflow: hidden;
}
.showcase .background #slider li {
  list-style: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px !important;
  padding: 0px !important;
}
.showcase .background #slider li img {
  width: 70vw;
}
.showcase .background #slider li p {
  color: white;
}
.showcase .background #slider li .view {
  background-color: white;
  border-radius: 25px;
  border: none;
  padding: 10px 25px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #1c75bc;
  letter-spacing: 2px;
  scale: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.showcase .background #slider li .view:hover {
  scale: 1.1;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
}
.showcase .background .sliderbutton {
  position: absolute;
  bottom: 50px;
  width: 60px;
  margin-top: -60px;
  left: calc(50% - 30px);
  z-index: 20;
}
.showcase .background .sliderbutton li {
  list-style: none;
  padding: 5px;
  background: white;
  float: left;
  margin-right: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.showcase .background .sliderleft {
  cursor: pointer;
  position: absolute;
  top: 55%;
  left: 50px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  color: white;
  z-index: 10;
}
.showcase .background .sliderleft:hover {
  position: absolute;
  color: #1c75bc;
  left: 40px;
}
.showcase .background .sliderright {
  cursor: pointer;
  position: absolute;
  top: 55%;
  right: 50px;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  color: white;
  z-index: 10;
}
.showcase .background .sliderright:hover {
  position: absolute;
  color: #1c75bc;
  right: 40px;
}

.showcase-bottom {
  height: 60px;
}
.showcase-bottom ul {
  padding: 0px;
  margin: 0px;
}
.showcase-bottom ul li {
  float: left;
  padding: 0 0 0 0px;
  position: relative;
  list-style-image: url("../images/icon.svg");
  font-size: 1.2rem;
  font-weight: 500;
}
.showcase-bottom ul li a {
  text-decoration: none;
  color: black;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.showcase-bottom ul li a:hover {
  color: #1c75bc;
}
.showcase-bottom ul li::marker {
  font-size: 2.2rem;
}

@-webkit-keyframes AnimationGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.menu_top a {
  color: #555555;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
‚ .menu_top a:nth-child(3) {
  color: #2B388F;
}
.menu_top a:nth-child(4) {
  color: #1c75bc;
  font-weight: 500;
  letter-spacing: -1px;
}
.menu_top a:hover {
  color: #2B388F;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  will-change: transform;
}

nav {
  font-weight: 500;
  color: green;
}
nav .nav-item {
  margin: 0 4px !important;
  font-size: 14px !important;
}
nav .nav-item .dropdown-menu {
  background: white;
  border: none;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px 0px 10px 0px;
}
nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid white;
}
nav .nav-item .dropdown-menu li a {
  color: #555555;
  font-weight: 500;
  font-size: 0.9rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
nav .nav-item .dropdown-menu li a:hover {
  color: white;
  background: linear-gradient(-35deg, rgb(38, 34, 97) 0%, rgb(43, 56, 143) 39%, rgb(28, 117, 188) 100%);
}
nav .nav-item .dropdown-menu li:last-child {
  border: none;
}

@media only screen and (max-width: 992px) {
  .navbar-toggler {
    border: none !important;
  }
  .navbar .navbar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 100;
    background-color: white;
    border-radius: 10px 0px 10px 0px;
  }
  .navbar-brand {
    margin-right: 5px !important;
  }
  .search-and-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.card .card-text {
  font-size: 0.9rem;
}

.production-pic {
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.production-title {
  height: 350px;
}

@media only screen and (max-width: 778px) {
  .production-title {
    height: 150px;
  }
}
.content-form-area {
  width: 100%;
  position: relative;
  padding: 50px 0px;
}

.content-input-area {
  width: 100%;
  height: 43px;
  margin-bottom: 30px;
  position: relative;
  padding: 0px 10px;
  background-color: white;
  border: 1px solid #528EB6;
}
.content-input-area input {
  width: 100%;
  height: 43px;
  line-height: 43px;
  font-size: 11px;
  background-color: transparent;
  border: 0px;
  -webkit-box-shadow: 0px;
          box-shadow: 0px;
  outline: none;
  letter-spacing: 2px;
}
.content-input-area input::-webkit-input-placeholder {
  color: rgb(7, 47, 73) !important;
  letter-spacing: 2px;
}
.content-input-area input:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(7, 47, 73) !important;
  letter-spacing: 2px;
}
.content-input-area input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(7, 47, 73) !important;
  letter-spacing: 2px;
}
.content-input-area input:-ms-input-placeholder {
  color: rgb(7, 47, 73) !important;
  letter-spacing: 2px;
}

.content-dropify-label {
  width: 100%;
  height: 43px;
  line-height: 43px;
  color: black;
  font-size: 11px;
}

.content-dropify-area {
  width: 100%;
  margin-bottom: 30px;
}

.content-input-textarea-area {
  width: 100%;
  height: 180px;
  margin-bottom: 30px;
  position: relative;
  padding: 0px 10px;
  background-color: white;
  border: 1px solid #528EB6;
}
.content-input-textarea-area textarea {
  width: 100%;
  height: 102px;
  line-height: 43px;
  font-size: 11px;
  background-color: transparent;
  border: 0px;
  -webkit-box-shadow: 0px;
          box-shadow: 0px;
  outline: none;
  resize: none;
  letter-spacing: 2px;
}
.content-input-textarea-area textarea::-webkit-input-placeholder {
  color: rgb(7, 47, 73) !important;
  letter-spacing: 2px;
}
.content-input-textarea-area textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(7, 47, 73) !important;
  letter-spacing: 2px;
}
.content-input-textarea-area textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(7, 47, 73) !important;
  letter-spacing: 2px;
}
.content-input-textarea-area textarea:-ms-input-placeholder {
  color: rgb(7, 47, 73) !important;
  letter-spacing: 2px;
}

.content-submit-area {
  width: 100%;
  height: 43px;
  border: 1px solid #0d2c59;
}
.content-submit-area button {
  width: 100%;
  height: 41px;
  line-height: 41px;
  font-size: 11px;
  background-color: #0d2c59;
  border: 0px;
  -webkit-box-shadow: 0px;
          box-shadow: 0px;
  outline: none;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 2px;
}
.content-submit-area button:hover {
  background-color: #528EB6;
}

.dropify-wrapper {
  border: 1px solid #528EB6 !important;
  color: #528EB6 !important;
}

.dropify-wrapper .dropify-message span.file-icon {
  color: #528EB6 !important;
}

.contact-page-area {
  padding: 0px 50px;
}

.grecaptcha-badge {
  display: none;
}

#gmap1 {
  height: 200px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

#gmap2 {
  height: 200px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

.contact-info-area {
  width: 100%;
  margin-top: 50px;
  padding-left: 0px;
}
.contact-info-area h3 {
  padding: 0px;
  margin: 0px;
  width: 100%;
  font-size: 24px;
  color: #0d2c59;
  line-height: 30px;
  margin-bottom: 10px;
}
.contact-info-area p {
  font-size: 16px;
  line-height: 24px;
  color: #0d2c59;
}

@media only screen and (max-width: 992px) {
  .contact-info-area {
    padding-left: 0px;
  }
  .contact-page-area {
    padding: 0px 0px;
  }
}
footer {
  font-size: 13px;
  color: red;
}
footer a {
  font-size: 13px;
  text-decoration: none;
  color: white;
}

/*!
 * =============================================================
 * dropify v0.2.1 - Override your input files with style.
 * https://github.com/JeremyFagis/dropify
 *
 * (c) 2016 - Jeremy FAGIS <jeremy@fagis.fr> (http://fagis.fr)
 * =============================================================
 */
@font-face {
  font-family: "dropify";
  src: url("../fonts/dropify.eot");
  src: url("../fonts/dropify.eot#iefix") format("embedded-opentype"), url("../fonts/dropify.woff") format("woff"), url("../fonts/dropify.ttf") format("truetype"), url("../fonts/dropify.svg#dropify") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=dropify-font-]:before, [class*=" dropify-font-"]:before, .dropify-font:before, .dropify-wrapper .dropify-message span.file-icon:before, .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename span.file-icon:before {
  font-family: "dropify";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}

.dropify-font-upload:before, .dropify-wrapper .dropify-message span.file-icon:before {
  content: "\e800";
}

.dropify-font-file:before {
  content: "\e801";
}

.dropify-wrapper {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 200px;
  padding: 5px 10px;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial";
  font-size: 14px;
  line-height: 22px;
  color: #777;
  background-color: #FFF;
  background-image: none;
  text-align: center;
  border: 2px solid #E5E5E5;
  -webkit-transition: border-color 0.15s linear;
  transition: border-color 0.15s linear;
}

.dropify-wrapper:hover {
  background-size: 30px 30px;
  background-image: linear-gradient(-45deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);
  -webkit-animation: stripes 2s linear infinite;
  animation: stripes 2s linear infinite;
}

.dropify-wrapper.has-preview .dropify-clear {
  display: block;
}

.dropify-wrapper.has-error {
  border-color: #F34141;
}

.dropify-wrapper.has-error .dropify-message .dropify-error {
  display: block;
}

.dropify-wrapper.has-error:hover .dropify-errors-container  {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.dropify-wrapper.disabled input {
  cursor: not-allowed;
}

.dropify-wrapper.disabled:hover {
  background-image: none;
  -webkit-animation: none;
  animation: none;
}

.dropify-wrapper.disabled .dropify-message {
  opacity: 0.5;
  text-decoration: line-through;
}

.dropify-wrapper.disabled .dropify-infos-message {
  display: none;
}

.dropify-wrapper input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 5;
}

.dropify-wrapper .dropify-message {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dropify-wrapper .dropify-message span.file-icon {
  font-size: 50px;
  color: #CCC;
}

.dropify-wrapper .dropify-message p {
  margin: 5px 0 0 0;
  font-size: 16px;
}

.dropify-wrapper .dropify-message p.dropify-error {
  color: #F34141;
  font-weight: bold;
  display: none;
}

.dropify-wrapper .dropify-clear {
  display: none;
  position: absolute;
  opacity: 0;
  z-index: 7;
  top: 10px;
  right: 10px;
  background: none;
  border: 2px solid #FFF;
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial";
  font-size: 11px;
  padding: 4px 8px;
  font-weight: bold;
  color: #FFF;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.dropify-wrapper .dropify-clear:hover {
  background: rgba(255, 255, 255, 0.2);
}

.dropify-wrapper .dropify-preview {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #FFF;
  padding: 5px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-align: center;
}

.dropify-wrapper .dropify-preview .dropify-render img {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: relative;
  max-width: 100%;
  max-height: 100%;
  background-color: #FFF;
  -webkit-transition: border-color 0.15s linear;
  transition: border-color 0.15s linear;
}

.dropify-wrapper .dropify-preview .dropify-render i {
  font-size: 70px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  color: #777;
}

.dropify-wrapper .dropify-preview .dropify-render .dropify-extension {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.03em;
  font-size: 13px;
  width: 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropify-wrapper .dropify-preview .dropify-infos {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -40%);
  transform: translate(0, -40%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  padding: 0 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFF;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename span.file-icon {
  margin-right: 2px;
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
  margin-top: 15px;
  padding-top: 15px;
  font-size: 12px;
  position: relative;
  opacity: 0.5;
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #FFF;
  width: 30px;
  height: 2px;
}

.dropify-wrapper:hover .dropify-clear {
  opacity: 1;
}

.dropify-wrapper:hover .dropify-preview .dropify-infos {
  opacity: 1;
}

.dropify-wrapper:hover .dropify-preview .dropify-infos .dropify-infos-inner {
  margin-top: -5px;
}

.dropify-wrapper.touch-fallback {
  height: auto !important;
}

.dropify-wrapper.touch-fallback:hover {
  background-image: none;
  -webkit-animation: none;
  animation: none;
}

.dropify-wrapper.touch-fallback .dropify-preview {
  position: relative;
  padding: 0;
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-render {
  display: block;
  position: relative;
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-render .dropify-font-file {
  position: relative;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 0;
  left: 0;
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-render .dropify-font-file::before {
  margin-top: 30px;
  margin-bottom: 30px;
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-render img {
  position: relative;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos {
  position: relative;
  opacity: 1;
  background: transparent;
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner {
  position: relative;
  top: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 5px 90px 5px 0;
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #777;
  text-align: left;
  line-height: 25px;
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename {
  font-weight: bold;
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
  margin-top: 0;
  padding-top: 0;
  font-size: 11px;
  position: relative;
  opacity: 1;
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message::before {
  display: none;
}

.dropify-wrapper.touch-fallback .dropify-message {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 40px 0;
}

.dropify-wrapper.touch-fallback .dropify-clear {
  top: auto;
  bottom: 23px;
  opacity: 1;
  border-color: rgba(119, 119, 119, 0.7);
  color: #777;
}

.dropify-wrapper.touch-fallback.has-preview .dropify-message {
  display: none;
}

.dropify-wrapper.touch-fallback:hover .dropify-preview .dropify-infos .dropify-infos-inner {
  margin-top: 0;
}

.dropify-wrapper .dropify-loader {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
  z-index: 9;
}

.dropify-wrapper .dropify-loader::after {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-animation: rotate 0.6s linear infinite;
  animation: rotate 0.6s linear infinite;
  border-radius: 100%;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #777;
  border-left: 1px solid #CCC;
  border-right: 1px solid #777;
  content: "";
}

.dropify-wrapper .dropify-errors-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(243, 65, 65, 0.8);
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.15s, opacity 0.15s linear;
  transition: visibility 0s linear 0.15s, opacity 0.15s linear;
}

.dropify-wrapper .dropify-errors-container ul {
  padding: 10px 20px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dropify-wrapper .dropify-errors-container ul li {
  margin-left: 20px;
  color: #FFF;
  font-weight: bold;
}

.dropify-wrapper .dropify-errors-container.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.dropify-wrapper ~ .dropify-errors-container ul {
  padding: 0;
  margin: 15px 0;
}

.dropify-wrapper ~ .dropify-errors-container ul li {
  margin-left: 20px;
  color: #F34141;
  font-weight: bold;
}

@-webkit-keyframes stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 30px;
  }
}
@keyframes stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 30px;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}