html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Pathway Extreme", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 28px; }
  @media (max-width: 991px) {
    body {
      font-size: 16px;
      line-height: 25px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Tenor Sans", sans-serif; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #e04f44; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

section {
  padding: 100px 0;
  position: relative; }
  @media (max-width: 991px) {
    section {
      padding: 50px 0; } }

.btn {
  background-color: #e04f44;
  border: none;
  color: #fff;
  font-family: "Tenor Sans", sans-serif;
  padding: 15px 35px 17px 35px;
  text-transform: capitalize;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 15px 0;
  border-radius: 3px; }
  @media (max-width: 991px) {
    .btn {
      font-size: 19px;
      letter-spacing: 1px; } }

.btn:hover {
  background-color: #c52b20;
  box-shadow: none;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn:focus {
  background-color: #c52b20;
  box-shadow: none;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  background-color: #c52b20;
  box-shadow: none;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  background-color: #c52b20;
  box-shadow: none;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.title-small {
  font-size: 22px;
  font-family: "Pathway Extreme", sans-serif;
  line-height: 28px;
  margin-bottom: 15px;
  color: #e04f44;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5px;
  margin-top: 10px; }
  @media (max-width: 991px) {
    .title-small {
      font-size: 20px !important;
      line-height: 25px !important;
      font-weight: 600; } }

.title-h {
  font-family: "Tenor Sans", sans-serif;
  font-size: 54px;
  line-height: 60px;
  margin-bottom: 15px;
  color: #333;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 15px; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 35px !important;
      line-height: 37px !important;
      letter-spacing: 0; } }

.title-p {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 20px;
  font-weight: 200;
  color: #333;
  font-family: "Tenor Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 18px !important;
      line-height: 26px; } }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

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

.link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.mobile-view {
  display: none !important; }
  @media (max-width: 991px) {
    .mobile-view {
      display: block !important; } }

.desctop-view {
  display: block !important; }
  @media (max-width: 991px) {
    .desctop-view {
      display: none !important; } }

/*****navbar start******/
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 24px;
    background-color: transparent; }

  .navbar-toggle .svg-inline--fa {
    color: #c52b20; } }
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee; }
  @media (max-width: 991px) {
    nav.navbar.bootsnav {
      background: #fff !important;
      border-bottom: solid 1px #eee; } }

.navbar {
  min-height: 90px; }
  @media (max-width: 991px) {
    .navbar {
      min-height: 80px; } }

.navbar-brand {
  padding: 4px 55px; }
  @media (max-width: 768px) {
    .navbar-brand {
      padding: 15px 0 0 0; } }

.navbar-brand img {
  width: 330px;
  height: auto; }
  @media (max-width: 768px) {
    .navbar-brand img {
      width: 220px; } }

.caret {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: #fff;
    border: solid 1px #eee;
    border-top: 5px solid #c52b20;
    margin-top: 15px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 35px 15px 9px 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000; } }
  @media (min-width: 991px) and (max-width: 1010px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 26px 7px 10px 7px;
      font-weight: 600;
      font-size: 16px; } }

@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #c52b20; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #333; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 7px 15px;
    border-bottom: solid 1px #ccc;
    color: #333;
    font-size: 14px;
    font-weight: 500; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #c52b20; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #333 !important;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    padding: 15px 0; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    background: #fff;
    border-bottom: 1px solid #eee; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #e04f44;
    font-size: 15px;
    padding: 5px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px; } }
  @media (max-width: 992px) and (max-width: 991px) {
    nav.navbar.bootsnav .navbar-nav {
      margin: 0px -15px 0px -15px; } }

@media (min-width: 1024px) {
  nav.bootsnav.brand-center .navbar-collapse .col-half.left {
    text-align: right;
    padding-right: 180px; } }
@media (min-width: 1024px) {
  nav.bootsnav.brand-center .navbar-collapse .col-half.right {
    text-align: left;
    padding-left: 170px; } }
/*****navbar end******/
/*****hero start******/
.hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  height: 100vh;
  position: relative; }
  @media (max-width: 500px) {
    .hero {
      height: auto;
      min-height: 50vh; } }
  .hero .back {
    background: rgba(255, 255, 255, 0.84);
    z-index: 1; }

.hero-title {
  margin-top: 36vh;
  z-index: 3;
  margin-bottom: 40px;
  margin-left: 20px; }
  @media (max-width: 991px) {
    .hero-title {
      margin-top: 120px;
      margin-bottom: 10px;
      margin-left: 0px;
      text-align: center; } }

.hero-img-bg {
  position: absolute;
  left: 0;
  bottom: 150px;
  height: 80vh;
  width: 100%;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  z-index: 0; }
  @media (max-width: 991px) {
    .hero-img-bg {
      display: none; } }

.hero-img-bg2 {
  position: absolute;
  right: 0;
  bottom: 150px;
  height: 80vh;
  width: 100%;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  z-index: 0; }
  @media (max-width: 991px) {
    .hero-img-bg2 {
      bottom: 0px;
      background-size: cover;
      background-position: center; } }

.george-hero {
  margin-top: 20vh;
  height: 70vh;
  width: 100%;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .george-hero {
      background-position: center;
      height: 500px;
      margin-top: 150px; } }
  @media (max-width: 500px) {
    .george-hero {
      display: none; } }

.mobile-image {
  display: none; }
  @media (max-width: 500px) {
    .mobile-image {
      display: block; } }

/*****hero end******/
.intro-box {
  display: inline-block;
  margin: 0 50px; }

.intro-logo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 180px;
  width: 180px; }

/**********cta2 start*********/
.cta2 {
  padding: 250px 0;
  background-attachment: fixed; }
  @media (max-width: 768px) {
    .cta2 {
      padding: 100px 0; } }
  .cta2 .back {
    background: rgba(26, 26, 26, 0.3); }
  .cta2 h3 {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    color: #fff; }
    @media (max-width: 768px) {
      .cta2 h3 {
        font-size: 24px;
        line-height: 30px; } }
  .cta2 h4 {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 0px; }

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta2 {
      background-attachment: scroll !important;
      background-size: auto 100%; } } }
/*************cta end*********/
.testimonial {
  margin-top: 40px;
  background-color: #f5f5f5;
  padding: 80px; }
  @media (max-width: 991px) {
    .testimonial {
      padding: 20px; } }
  .testimonial h3 {
    font-size: 30px;
    color: #e04f44; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #e04f44; }

/*************footer start**********/
.tc-footer {
  overflow: hidden;
  position: relative;
  z-index: 2; }
  .tc-footer li {
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .tc-footer li {
        margin-bottom: 5px; } }

.tc-footer a {
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 300;
  line-height: 23px; }

@media (max-width: 991px) {
  .tc-footer a {
    line-height: 20px;
    font-size: 16px; } }
.tc-footer a:hover {
  color: #c52b20;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.tc-footer ul {
  list-style: none;
  padding-left: 0px; }

.tc-footer p {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px; }

@media (max-width: 991px) {
  .tc-footer p {
    line-height: 20px;
    font-size: 16px; } }
.footer-copyright {
  padding: 0px 0 0px 0;
  letter-spacing: 1px;
  color: #222;
  font-size: 13px; }

@media (max-width: 991px) {
  .footer-copyright {
    padding: 0px 15px 10px 15px;
    margin-top: 20px; } }
.footer-logo {
  margin-bottom: 40px;
  width: 90%; }
  @media (max-width: 991px) {
    .footer-logo {
      margin: 10px 0 0px 0; } }

.footer-icon .svg-inline--fa {
  height: 40px;
  width: 40px;
  background-color: #e04f44;
  color: #fff;
  padding: 12px;
  border-radius: 50%;
  margin-bottom: 15px; }
.footer-icon .svg-inline--fa:hover {
  color: #333;
  padding: 10px; }

/******************************/
.tc-header {
  min-height: 50vh;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .tc-header {
      min-height: 40vh; } }

.tc-header .back {
  background: rgba(15, 30, 62, 0.5); }

input, textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid  #f3f3f3;
  background-color: #f9f9f9;
  margin-bottom: 15px;
  outline: none;
  border-radius: 0; }

::-webkit-input-placeholder {
  /* Edge */
  font-size: 15px;
  color: #444; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 15px;
  color: #444; }

::placeholder {
  font-size: 15px;
  color: #444; }

.contact-info ul {
  list-style: none;
  padding-left: 0; }
.contact-info li {
  margin: 14px 0; }
.contact-info li a {
  color: #333;
  display: block;
  line-height: 30px;
  vertical-align: top; }
.contact-info li a:hover {
  color: #e04f44; }
.contact-info .svg-inline--fa {
  height: 34px;
  width: 34px;
  padding: 9px;
  background-color: #eee;
  color: #e04f44;
  vertical-align: top;
  margin-right: 10px;
  border-radius: 2px; }

.reviews-page-box {
  background-color: #f9f9f9;
  padding: 40px;
  margin-top: 30px; }
  @media (max-width: 991px) {
    .reviews-page-box {
      padding: 20px 15px; } }
  .reviews-page-box h5 {
    color: #e04f44;
    text-align: right;
    margin: 20px 20px 0 0;
    font-size: 17px; }

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