body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  margin-top: 55px;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #353535;
}
.dropdown-menu{
  background-color: #ffffff;
  border: unset;
  border-radius: 0;  
  width: 220px;   
}
.dropdown-toggle::after{
  display: none;
}
.dropdown-menu .dropdown-item{
  color: #4d4c4c;
  opacity: 0.65;
  font-size: 13px;
  transition: all ease 300ms;
  white-space: pre-wrap;
  margin-bottom: 5px;
} 
.dropdown-menu .dropdown-item:hover{
  opacity: 1;
  background-color: #dbdbdb;
}
a {
  text-decoration: none !important;
}

.big {
  font-size: 16px;
}

h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.black-menu {
  background: #313131 !important;
}

.black-menu.white {
  background: #FFFFFF !important;
}

.black-menu.white .nav-item.active .nav-link {
  color: #353535;
  border-bottom: 1px solid #905ebc;
}

.black-menu.white .nav-item .nav-link {
  color: rgba(53, 53, 53, 0.5);
}

.black-menu .navbar-brand {
  margin-left: 9%;
  width: 160px;
}

.black-menu .navbar-collapse {
  margin-right: 9%;
}

.black-menu .button-purple {
  background: #905ebc;
  border-radius: 3px;
  width: 180px;
}

.black-menu .button-purple.blue {
  background: #00addf;
}

.black-menu .button-purple a {
  color: white !important;
  text-align: center;
}

.black-menu .button-purple:hover {
  background: #8141b9;
}

.footer-grey {
  background: #353535;
  color: #FFFFFF;
}

.footer-grey .pre-footer {
  margin-top: -10px;
}

.footer-grey .yellow {
  background: #ff9202;
  padding: 12px 20px 12px 40px;
  border-radius: 5px;
}

.footer-grey p.blue {
  display: inline;
  background: #03b4f9;
  padding: 12px;
  border-radius: 5px;
  margin-left: -6px;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}

.footer-grey p.blue a {
  color: #ffffff;
}

.footer-grey p.blue:hover {
  background: #0391f9;
}

.footer-grey .menu {
  padding: 80px 10px 70px;
}

.footer-grey .menu .b-right {
  border-right: 1px solid #ff9202;
}

.footer-grey .menu a, .footer-grey .menu .b-right.text {
  padding: 0 12px 0 5px;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 300;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}

.footer-grey .menu a:hover {
  color: #bfbdbd;
}

.footer-grey .copyright {
  padding-top: 0;
}

.footer-grey .copyright a {
  text-decoration: underline !important;
}

.text-blue {
  color: #00addf;
}

.text-orange {
  color: #ff9202;
}

.text-purple {
  color: #a15ec0;
}

#content-faq {
  background: url(images/bg-faq.jpg) left top no-repeat;
}

#content-faq .content-text {
  padding: 200px 0 140px;
}

#content-faq h1 {
  margin-bottom: 25px;
}

#content-questions .card-blue {
  background: #00addf;
}

#content-questions .card-orange {
  background: #ed6407;
}

#content-questions .card-purple {
  background: #a15ec0;
}

#content-questions .card-header {
  padding: 10px 0 10px 45px;
  border-radius: 0;
}

#content-questions .card {
  border: unset;
}

#content-questions .card-body {
  padding: 10px 275px 25px 58px;
}

#content-questions .btn-link {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  text-align: left;
}

#content-questions .question {
  margin: 25px 0 5px;
  font-size: 15px;
}

#content-questions .answer {
  font-size: 12px;
}

#content-questions .first {
  position: relative;
}

#content-questions .first .open {
  position: absolute;
  width: 18px;
  top: 15px;
  right: 20px;
}

#content-questions .first .open.left {
  width: 9px;
  top: 11px;
}

#content-bottom {
  margin-bottom: 80px;
}

#content-aboutUs {
  background: url(images/bg-aboutUs.jpg) left top no-repeat;
  padding: 130px 0 170px;
}

#content-aboutUs h1 {
  margin-bottom: 35px;
}

#content-aboutUs .link {
  text-decoration: underline !important;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}

#content-aboutUs .link:hover {
  color: #ed6407;
}

#content-contact {
  background: url(images/bg-contact.jpg) 48% top no-repeat;
  padding: 120px 0 200px;
}

#content-contact .text {
  margin-top: 35px;
  font-weight: 700;
}

#content-contact .text .sub-text {
  font-size: 11px;
}

#content-contact .text.one {
  font-weight: 500;
  margin-top: 25px;
}

#content-contact .form-contact textarea::-webkit-input-placeholder {
  opacity: 0.5;
}

#content-contact .form-contact textarea:-ms-input-placeholder {
  opacity: 0.5;
}

#content-contact .form-contact textarea::-ms-input-placeholder {
  opacity: 0.5;
}

#content-contact .form-contact textarea::placeholder {
  opacity: 0.5;
}

.form-error,  .form-success {
  background: white;
  color: red;
  font-weight: bold;
  font-size: larger;
  padding: 0.1rem;
  margin-top: 5px;
}

.form-success {
  color: green;
}

.form-error-hidden {
  display: none;
}

#content-contact .form-contact input {
  padding-left: 15px;
  width: 450px;
  height: 50px;
  margin-top: 8px;
  border: 2px solid #00aeef;
}

#content-contact .form-contact textarea {
  padding: 15px 0 0 15px;
  margin-top: 8px;
  border: 2px solid #00aeef;
}

#content-contact .button {
  text-decoration: none;
}

#content-contact input[type=submit] {
  background: #a15ec0;
  width: 160px;
  text-align: center;
  padding: 10px 0;
  margin: 30px 0 0;
  border-radius: 5px;
  border: 0 none;
  color: #ffffff;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
  display: block;
}

#content-contact .button:hover {
  background: #8141b9;
  cursor: pointer;
}

#content-press {
  background: url(images/bg-press.jpg) 45% top no-repeat;
  padding: 120px 0 170px;
}

#content-press .p-purple {
  margin-top: 45px;
  padding: 5px 0;
}

#content-press .p-purple .purple {
  background: #a15ec0;
  color: #FFFFFF;
  padding: 5px 40px 5px 30px;
}

#content-press .p-purple .purple.one {
  padding: 5px 150px 5px 30px;
}

#content-press .content {
  padding: 0 90px 0 20px;
}

#content-press .content.one {
  padding: 0 120px 0 20px;
}

#content-press .link {
  text-decoration: underline !important;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}

#content-press .link:hover {
  color: #8141b9;
}

@media only screen and (max-width: 991px) {
  .dropdown-menu{  
    width: 100%;
    display: block;   
  }
  h1 {
    font-size: 32px;
  }
  .black-menu .navbar-brand {
    margin-left: 0;
  }
  .black-menu.white .nav-item.active .nav-link {
    width: 130px;
  }
  .black-menu.white .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .black-menu.white .navbar-toggler .navbar-toggler-icon {
    background-image: url("images/menu-mobile.png");
  }
  .footer-grey .yellow {
    font-size: 14px;
  }
  .footer-grey p.blue {
    font-size: 14px;
  }
  .footer-grey .menu {
    font-size: 14px;
  }
  #content-questions .card-body {
    padding: 10px 149px 25px 58px;
  }
  #content-contact {
    padding: 80px 0 100px;
  }
  #content-contact .text {
    margin-top: 25px;
  }
  #content-contact .text.one {
    margin-top: 15px;
  }
  #content-contact .form-contact input {
    width: 350px;
    height: 40px;
    border: 1px solid #00aeef;
  }
  #content-contact .form-contact textarea {
    padding: 15px 0 0 15px;
    border: 1px solid #00aeef;
    width: 450px;
    height: 180px;
  }
  #content-contact .button div {
    width: 130px;
    padding: 8px 0;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
  .big {
    font-size: 14px;
  }
  .evelope-footer {
    position: absolute;
    right: 25%;
    top: 42%;
  }
  .black-menu.white .navbar-toggler .navbar-toggler-icon {
    width: 25px;
    height: 25px;
  }
  .footer-grey .yellow {
    padding: 10px;
    font-size: 12px;
  }
  .footer-grey p.blue {
    font-size: 10px;
    padding: 10px;
    position: absolute;
    width: 153px;
    left: 38%;
    top: 39px;
  }
  .footer-grey .menu {
    font-size: 12px;
  }
  #content-faq {
    background: url(images/bg-faq-mobile.png) 45% 3% no-repeat;
  }
  #content-faq .content-text {
    padding: 95px 0 15px;
  }
  #content-questions .card-header {
    padding: 6px 0 6px 25px;
  }
  #content-questions .card-body {
    padding: 8px 40px 20px 35px;
  }
  #content-questions .btn-link {
    font-size: 14px;
  }
  #content-questions .question {
    font-size: 14px;
  }
  #content-questions .answer {
    font-size: 11px;
  }
  #content-bottom {
    margin-bottom: 50px;
  }
  #content-aboutUs {
    background: #FFFFFF;
    padding: 20px 0 40px;
  }
  #content-aboutUs h1 {
    margin-bottom: 35px;
  }
  #content-press {
    background-position: 22% 1.2%;
    padding: 80px 0 60px;
  }
  #content-press .first-title {
    padding-left: 35px;
  }
  #content-press .p-purple {
    margin-top: 25px;
    background: #a15ec0;
    padding: 5px 20px;
  }
  #content-press .p-purple .purple {
    padding: 0;
  }
  #content-press .p-purple .purple.one {
    padding: 0;
  }
  #content-press .content {
    padding: 0 15px 0 20px;
  }
  #content-press .content.one {
    padding: 0 15px 0 20px;
  }
  #content-contact {
    background-position: 21% 2%;
    padding: 70px 0 80px;
  }
  #content-contact .content-contact {
    padding-left: 30px;
  }
  #content-contact h1 {
    margin-bottom: 0;
  }
  #content-contact .text .sub-text {
    font-size: 10px;
  }
  #content-contact .text.one {
    margin: 0 0 30px;
    font-size: 12px;
  }
  #content-contact .form-contact input {
    width: 280px;
    height: 30px;
  }
  #content-contact .form-contact textarea {
    width: 280px;
  }
}

@media only screen and (max-width: 575px) {
  .content-faq {
    padding: 0;
  }
  #content-questions .card-header {
    padding: 6px 0 6px 15px;
  }
  #content-questions .card-body {
    padding: 4px 40px 15px 35px;
  }
  #content-questions .btn-link {
    font-size: 13px;
  }
  #content-questions .question {
    font-size: 13px;
  }
  #content-questions .answer {
    font-size: 11px;
  }
  #content-questions .first .open {
    width: 14px;
  }
  #content-questions .first .open.left {
    width: 7px;
  }
  #content-bottom {
    margin-bottom: 20px;
  }
  #content-press .first-title {
    padding-left: 25px;
  }
  #content-press .content-press {
    padding: 0;
  }
}

@media only screen and (max-width: 432px) {
  .black-menu .navbar-brand {
    width: 200px;
  }
  .footer-grey .yellow {
    font-size: 9px;
  }
  .footer-grey p.blue {
    font-size: 9px;
    padding: 8px;
    left: 32%;
    top: 35px;
  }
}

@media only screen and (max-width: 364px) {
  .footer-grey p.blue {
    left: 28%;
  }
}

@media only screen and (max-width: 348px) {
  .evelope-footer {
    position: absolute;
    right: 12%;
  }
  #content-aboutUs h1 {
    margin-bottom: 35px;
    font-size: 23px;
  }
  #content-contact .content-contact {
    padding-left: 20px;
  }
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{ color: #555454;  }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
/*# sourceMappingURL=styles-footer.css.map */