html {
  scroll-behavior: smooth;
}

body {
  color: #000000;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
}

.main-content {
  padding: 100px 15px 80px 35px;
}
.main-content h1, .main-content h2, .main-content h3, .main-content h4 {
  color: #000000;
}
.main-content p, .main-content a:not(.btn), .main-content li {
  color: #ffffff;
}
.main-content .content {
  padding: 0px;
}

@media (min-width: 1290px) {
  .container {
    width: 1280px;
  }
}
@media (min-width: 1150px) {
  .container {
    width: 1280px;
  }
}
p, a, li {
  color: #b3a89c;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
p strong, a strong, li strong {
  color: #000000;
  font-weight: 600;
}

a {
  color: #6ea627;
}

a:hover {
  color: #6ea627;
  text-decoration: underline;
}

a:visited {
  color: #6ea627;
}

a:focus {
  color: #6ea627;
  outline: none;
}

*:focus {
  outline: none;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

h1 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 44px;
  line-height: 50px;
  text-align: left;
  font-weight: 800;
  padding: 0 0 40px 0px;
  margin: 0px;
  color: #000000;
}

h2 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 36px;
  line-height: 40px;
  color: #000000;
  text-align: left;
  font-weight: 800;
  padding: 0 0 40px 0;
  margin: 0px;
}

h3 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 36px;
  line-height: 36px;
  color: #000000;
  text-align: left;
  font-weight: 800;
  padding: 0px 0px 50px;
  margin: 0px;
}

a.btn-default, button.btn-default {
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #807c75;
  background-color: #807c75;
  font-size: 16px;
  padding: 10px 14px;
  color: #ffffff;
  text-decoration: none;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 700;
}
a.btn-default:visited, a.btn-default.active, a.btn-default.focus, a.btn-default:active, a.btn-default:focus, button.btn-default:visited, button.btn-default.active, button.btn-default.focus, button.btn-default:active, button.btn-default:focus {
  background-color: #807c75;
  color: #ffffff;
}
a.btn-default:hover, button.btn-default:hover {
  background-color: #6ea627;
  color: #ffffff;
}

.btn-contact {
  text-transform: uppercase;
}

.icon-facebook {
  display: inline-block;
  margin-right: 10px;
}
.icon-facebook img {
  height: 40px;
  width: auto;
}

.icon-mail {
  display: inline-block;
}
.icon-mail img {
  height: 56px;
  width: auto;
}

.social-block {
  position: absolute;
  right: 0px;
  top: 50px;
  z-index: 100000;
  text-align: right;
}

#contactForm ::-webkit-input-placeholder {
  color: #838282;
  font-weight: 300;
  opacity: 1 !important;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
}
#contactForm :-moz-placeholder {
  color: #838282;
  font-weight: 300;
  opacity: 1 !important;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
}
#contactForm ::-moz-placeholder {
  color: #838282;
  font-weight: 300;
  opacity: 1 !important;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
}
#contactForm :-ms-input-placeholder {
  color: #838282;
  font-weight: 300;
  opacity: 1 !important;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
}

.form-control {
  border-radius: 0px;
  box-shadow: none;
  border: solid 1px #ffffff;
  background-clip: unset;
}
.form-control ::-webkit-input-placeholder {
  color: #838282;
  font-weight: 300;
  opacity: 1 !important;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
}
.form-control :-moz-placeholder {
  color: #838282;
  font-weight: 300;
  opacity: 1 !important;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
}
.form-control ::-moz-placeholder {
  color: #838282;
  font-weight: 300;
  opacity: 1 !important;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
}
.form-control :-ms-input-placeholder {
  color: #838282;
  font-weight: 300;
  opacity: 1 !important;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
}

.header-content p a {
  color: #6ea627;
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .site {
    overflow-x: hidden;
  }

  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .no-gutters {
    margin-right: -15px;
    margin-left: -15px;
  }
  .no-gutters > .col,
.no-gutters > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }

  .main-content {
    padding: 40px 30px 40px 30px;
  }
}
.logo-holder {
  max-width: 100%;
  transition: all 0.5s ease;
}

.header {
  z-index: 10000;
  position: relative;
  margin-bottom: 50px;
}
.header .top-header {
  padding-top: 40px;
}
.header .logo-relative {
  position: relative;
  height: 94px;
}
.header .header-right {
  height: 100%;
}
.service-header {
  justify-items: center;
  justify-content: center;
}
.service-header .service-button {
  text-align: center;
  padding: 22px 0px 80px;
}
.service-header .service-button a {
  display: inline-flex;
  justify-self: center;
  margin: 0px auto;
}
.service-header .service-button .icon-mobile {
  margin: 0px 10px;
}
.service-header .service-button .icon-mobile img {
  width: 16px;
  height: auto;
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .logo-holder {
    padding-left: 15px;
  }
}
.header .header-container {
  background-position: right bottom;
  background-repeat: no-repeat;
  position: relative;
}
.header .header-container .header-content p {
  color: #6ea627;
}
.header .header-container .sponsor-block {
  display: none;
  position: absolute;
  right: 0px;
  bottom: -42px;
}
.header .header-container .sponsor-block .sponsor-button {
  background-color: #ff740a;
  display: flex;
  align-items: stretch;
  align-content: stretch;
}
.header .header-container .sponsor-block .sponsor-button a.btn-sponsor {
  background-color: #ff740a;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}
.header .header-container .sponsor-block .sponsor-button .sponsor-arrow {
  display: inline-flex;
  height: 42px;
  background-color: #000000;
  justify-self: flex-end;
  color: #ffffff;
  padding: 0px 10px;
}
.header .header-container .sponsor-block .sponsor-button .sponsor-arrow .fa-sort-down {
  font-size: 30px;
  display: inline-flex;
  align-content: center;
}
.header .header-container .sponsor-block .sponsor-score {
  color: #ff740a;
}
.header .header-container .sponsor-block .sponsor-score .sponsor-price {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

.img-block {
  margin-bottom: 30px;
}

.service-block {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.service-block .service-header {
  justify-content: normal;
}

.advice-holder {
  margin-top: 130px;
}

.about-holder {
  margin-top: 80px;
  background-color: #003f88;
}
.about-holder .about-text {
  color: #ffffff;
  padding: 40px 0px;
}
.about-holder .about-text h2 {
  color: #ffffff;
}
.about-holder .about-text p {
  color: #ffffff;
}

.about-image-holder {
  position: relative;
}

.about-image {
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 40px;
}
.header-image {
  height: 100%;
}

.update-holder {
  padding: 60px 0px;
}
.update-holder .update {
  color: #b3a89c;
  font-size: 14px;
  line-height: 18px;
}
.update-holder .update .quote {
  color: #6ea627;
  font-size: 40px;
}
.update-holder .update .quote.qclose {
  padding-top: 0px;
  float: right;
}
.update-holder .update-name {
  font-size: 14px;
  line-height: 18px;
  color: #003f88;
  margin-top: 20px;
}

.quote-holder {
  display: flex;
  align-self: center;
  flex-direction: column;
  height: 100%;
}
.quote-holder .quote {
  padding-left: 40px;
}
.quote-holder .quote .about-quote p {
  color: #b3a89c;
  font-size: 32px;
  line-height: 40px;
  font-style: italic;
  font-weight: 300;
}
.quote-holder .quote .about-name {
  color: #b3a89c;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 75px;
}

.why-holder {
  padding: 50px 0px;
}
.why-holder .why-box {
  margin-top: 80px;
}
.why-holder .why-items .media {
  margin-bottom: 35px;
}
.why-holder .why-items .why-count {
  font-size: 50px;
  line-height: 50px;
  background-color: #6ea627;
  padding: 20px 30px;
  color: #ffffff;
  font-weight: 800;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.why-holder .why-items h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}
.why-holder .why-items .why-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.why-holder .contact-middle {
  margin-top: 40px;
  text-align: center;
}

.what-holder {
  padding: 80px 0px;
}
.what-holder .what-content {
  text-align: center;
}
.what-holder .what-content h2 {
  text-align: center;
}
.what-holder .services-items .media {
  margin-bottom: 35px;
}
.what-holder .services-items h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}
.what-holder .services-items .media-body {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.what-holder .service-icon {
  width: 80px;
  height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .header {
    background: none;
  }
  .header .container {
    max-width: 768px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .header-container {
    background-image: none !important;
  }

  .header {
    background: none;
  }
  .header .header-top-left {
    background-color: #000000;
  }
  .header .header-top-right {
    background-color: #6ea627;
  }
  .header .header-image {
    height: auto;
  }
  .header .container {
    max-width: 768px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .advice-holder {
    margin-top: 80px;
    width: 100%;
  }
  .advice-holder .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.navbar {
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 50px;
}

.navbar-toggler {
  display: none;
  z-index: 99999;
}

.dropdown-item {
  color: #6ea627;
}

.navbar {
  border: none;
  min-height: auto;
  margin-bottom: 0px;
}
.navbar .navbar-right {
  margin-right: -40px;
}
.navbar .navbar-nav > li {
  font-size: 16px;
  line-height: 16px;
  padding: 0px 13px;
}
.navbar .navbar-nav > li > a {
  background-color: transparent;
  color: #b3a89c;
  padding: 0px;
  font-weight: 600;
  line-height: 16px;
  margin: 0px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  height: 100%;
}
.navbar .navbar-nav > li > a:hover {
  color: #6ea627;
  background-color: transparent;
}
.navbar .navbar-nav > li > a:focus {
  color: #b3a89c;
  background-color: transparent;
}
.navbar .navbar-nav > li.last a {
  border-right: none;
}
.navbar .navbar-nav > li:hover {
  color: #b3a89c;
}
.navbar .navbar-nav > .active > a {
  background-color: transparent;
  color: #6ea627;
}
.navbar .navbar-nav > .active > a:hover {
  color: #6ea627;
  background-color: transparent;
}
.navbar .navbar-nav .open > a:focus {
  color: #ffffff;
  background-color: #6ea627;
}
.navbar .navbar-nav .open .dropdown-menu {
  background-color: #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #000000;
}
.navbar .navbar-nav .open .dropdown-menu > .active > a {
  background-color: #6ea627;
  color: #ffffff;
}
.navbar .navbar-nav .open .dropdown-menu > li > a {
  color: #ffffff;
  font-size: 14px;
}

.navbar-expand-sm .navbar-nav .nav-link {
  padding: 0px;
}
.navbar-expand-sm .navbar-nav .nav-item:first-child {
  padding-left: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
}

.navbar-toggler {
  border-color: #9a216d;
  margin-top: 20px;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .navbar {
    margin-top: 0px;
  }

  .navbar-default {
    border: none;
    min-height: auto;
    margin-bottom: 0px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 812px) and (orientation: landscape) {
  .navbar-toggler {
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 99999;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .navbar-toggler {
    display: block;
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 99999;
  }

  .navbar-default {
    background-color: #ffffff;
    margin-left: -15px;
  }
  .navbar-default .navbar-right {
    margin-right: -15px;
  }
  .navbar-default .text-right {
    text-align: left;
  }
  .navbar-default .navbar-nav > li {
    margin-left: 0px;
  }

  .navbar .navbar-collapse .nav > li > a {
    padding: 15px 8px;
    font-size: 15px;
  }

  .navbar-default {
    border: none;
    min-height: auto;
    margin-bottom: 0px;
    margin-top: 4px;
    margin-right: -15px;
  }
  .navbar-default .navbar-right {
    margin-right: -40px;
  }
  .navbar-default .navbar-nav > li > a {
    background-color: transparent;
    color: #000000;
    padding: 10px 10px;
    font-weight: 400;
    line-height: 21px;
    margin: 0px;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 21px;
    border-right: none;
    border-bottom: solid 1px #838282;
    display: block;
    height: 100%;
  }
  .navbar-default .navbar-nav > li > a:hover {
    color: #b3a89c;
    background-color: transparent;
  }
  .navbar-default .navbar-nav > li > a:focus {
    color: #000000;
    background-color: transparent;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 10px;
  }
  .navbar-expand-sm .navbar-nav .nav-link.last {
    padding-right: 0px;
    border-right: none;
  }

  .navbar-toggler {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .navbar-expand-sm .navbar-nav .nav-item {
    padding-left: 0px;
  }
}
.footer-section {
  background-color: #debc6f;
  padding: 40px 0px;
}
.footer-section h3 {
  color: #ffffff;
}
.footer-section .footer-contact {
  padding: 0px 30px;
}
.footer-section .footer-contact p, .footer-section .footer-contact a, .footer-section .footer-contact li {
  color: #ffffff;
}
.footer-section .footer-contact h2 {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  padding: 0px;
  text-transform: none;
  color: #ffffff;
}
.footer-section .footer-contact button.btn-default {
  text-transform: uppercase;
}
.footer-section .footer-address {
  padding: 0px 80px;
}
.footer-section .footer-address p, .footer-section .footer-address a, .footer-section .footer-address li {
  color: #ffffff;
}
.footer-section .footer-address h2 {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  padding: 0px;
  text-transform: none;
  color: #807c75;
}

.footer-links {
  text-align: right;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  font-weight: 400;
  cursor: pointer;
}
.footer-links a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.footer-facebook h3 {
  color: #807c75;
  text-align: center;
}
.footer-facebook .facebook-text {
  color: #807c75;
  text-align: center;
}
.footer-facebook .facebook-text a {
  color: #807c75;
}
.footer-facebook .facebook-text .fa-facebook {
  font-size: 50px;
  color: #807c75;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .footer-section {
    background: none;
    padding: 0px;
  }
  .footer-section .footer-contact {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    float: none;
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: #000000;
  }
  .footer-section .footer-address {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    float: none;
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: #6ea627;
  }
  .footer-section .footer-bottom .fb-left {
    display: none;
  }
  .footer-section .footer-bottom .fb-right {
    background-color: #6ea627;
    padding: 20px;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .footer-section .container {
    max-width: 768px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

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