body {
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 991px) {
  .mb-xs-15 {
    margin-bottom: 15px;
  }
}

.btn-primary {
  background: #910000;
  border-color: #910000;
  border-radius: 4;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:hover {
  background: #ad0404;
  border-color: #ad0404;
}

.navbar-brand img {
  float: left;
}
@media (max-width: 767px) {
  .navbar-brand img {
    height: 30px !important;
  }
}
@media (min-width: 769px) {
  .navbar-brand img {
    max-height: 70px;
  }
}
.navbar-brand span {
  font-family: "Kadwa", serif;
  position: absolute;
}
@media (min-width: 768px) {
  .navbar-brand span {
    font-size: 30px;
    margin-left: 30px;
    padding-top: 22px;
  }
}
@media (max-width: 767px) {
  .navbar-brand span {
    font-size: 16px;
    margin-left: 15px;
    padding-top: 2px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .navbar-brand span {
    font-size: 12px;
  }
}
@media (max-width: 370px) {
  .navbar-brand span {
    font-size: 12px;
  }
}

.navbar-default {
  margin-bottom: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  .navbar-default {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse {
    margin-top: 23px !important;
  }
}
.navbar-default .navbar-collapse ul.navbar-nav li a {
  font-weight: 100;
  font-size: 16px;
  text-transform: uppercase;
}
.navbar-default .navbar-collapse ul.navbar-nav li.active a {
  background-color: transparent;
  border-bottom: 3px solid #910000;
}

h1 {
  font-size: 2em;
}

@media (max-width: 991px) {
  section {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  section {
    margin-top: 100px;
  }
}
section h1, section h3 {
  margin: 0 0 30px 0;
}
section.sec_cover {
  background: url(../img/cover.jpg);
  height: 200px;
  width: 100%;
  margin-top: 0 !important;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: initial;
  padding: 85px 0;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 767px) {
  section.sec_cover {
    height: 120px;
    padding: 45px 0;
  }
}
section.sec_cover h2 {
  color: #FFFFFF;
  margin: 0;
}
section.contact .contact_form {
  border: 1px solid #cccccc;
  padding: 25px;
  border-radius: 6px;
}
section.contact .contact_form form .form-control {
  height: 60px;
  border-radius: 4px;
}
section.contact .contact_form form label {
  font-weight: normal;
}
section.contact .contact_form form textarea {
  height: 80px !important;
}
section.contact .contact_form form input[type=checkbox] {
  height: 25px;
  width: 25px;
  background-color: #fff;
}
@media (min-width: 992px) {
  section.contact .contact_form.partners .border_left_md {
    border-left: 1px solid #ddd;
  }
}
section.contact.parners_sec .partners_img {
  width: 100%;
  height: 330px;
  margin-bottom: 30px;
}
section.contact.parners_sec .partners_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.contact ul {
  margin-left: -40px;
}
section.contact ul li {
  list-style: none;
  margin-bottom: 10px;
}
section.contact ul li i {
  font-size: 1.3em;
  margin-right: 10px;
}
section.contact ul li a {
  font-size: 16px;
  text-decoration: none;
  color: inherit;
}

p {
  font-size: 1.1em;
  margin-bottom: 30px;
}

.no-radius {
  border-radius: 0;
}

.gray-bg {
  min-height: 640px;
  box-shadow: none;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .gray-bg {
    margin-top: 30px;
  }
}
.gray-bg label {
  font-weight: 100;
  font-size: 17px;
  border-radius: 0;
}
.gray-bg input[type=checkbox] {
  height: 25px;
  width: 25px;
  background-color: #fff;
}
.gray-bg input[type=checkbox]::after {
  border: solid #fff;
  border-width: 0 3px 3px 0;
}
@media (min-width: 768px) {
  .gray-bg .txtarea {
    margin-top: 75px;
  }
}
.gray-bg button {
  border-radius: 0;
}

footer {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding: 15px 0;
}
footer .copyright {
  padding: 15px 0;
}
footer .navbar-nav li a {
  color: inherit;
}
footer .navbar-nav li a:hover {
  background: transparent;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
}

/** checkbox*/
.btn.active span.nonCheckBoxAllow {
  display: none;
}

.btn.active span.checkBoxAllow {
  display: inline;
}

.btn span.nonCheckBoxAllow {
  display: inline;
}

.btn span.checkBoxAllow {
  display: none;
}

.world-img {
  width: 100%;
}
@media (min-width: 768px) {
  .world-img {
    margin-bottom: 30px;
  }
}

.modal-content {
  border-radius: 0;
}

.mb-0 {
  margin-bottom: 0;
}

#form-messages {
  display: none;
  border: 1px solid #d5d5d5;
  padding: 10px;
  background: rgba(0, 227, 78, 0.5);
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
