/*!
 * Start Bootstrap - Creative v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */
 @font-face {
  font-family: "Dubai Regular";
  src: url('../fonts/Dubai-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
body,
html {
  font-family: 'Dubai Regular';
  width: 100%;
  height: 100%; }

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #C4B081; }

hr.light {
  border-color: #424242; }

a {
  color: #852639;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
a:hover {
  color: #852639;
  text-decoration: none;}
header img {
  margin-bottom: 10px;
}

. {
  padding-top: 60px !important;
}
.nav-tabs {
  border-bottom: none;
  color: #374648;
  width: 100%;
}

.nav-tabs .nav-link.active {
 color: #852639;
 border-top :none !important;
 border-left :none !important;
 border-right :none !important;
 border-bottom: 1px solid #852639;
}

.nav-tabs li {
  margin-right: 15%;
}

.bg-primary {
  background-color: #C4B081 !important; }

.bg-dark {
  background-color: #22252a !important;
}

.bg-secondary {
  background-color: #852639 !important;
}

.text-faded {
  color: #C4B081;
}

section {
  padding: 8rem 0; }

.section-heading {
  margin-top: 0;
  color: #852639;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none; }

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none; }

img::selection {
  color: #fff;
  background: transparent; }

img::-moz-selection {
  color: #fff;
  background: transparent; }

body {
  -webkit-tap-highlight-color: #212529; }

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.2);
  background-color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

#mainNav button {
  border: none !important;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #424242;
  margin: 10px;}
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #C4B081; }
#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #C4B081 !important;
  background-color: transparent; }
#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent; }
  @media (min-width: 992px) {
    #mainNav {
      border-color: transparent;
      /*background-color: transparent;*/
      background-color: #fff;
    }
      #mainNav .navbar-nav > li.nav-item > a.nav-link {
        padding: 0.5rem 1rem; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        color: #424242; }
        #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
          color: #C4B081; }
       }

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background: -moz-radial-gradient(50% 50%, circle cover, #852639 0, #852639 100%);/* FF3.6+ */
  background: -webkit-radial-gradient(50% 50%, circle cover, #852639 0, #852639 100%);/* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(50% 50%, circle cover, #852639 0, #852639 100%);/* Opera 11.10+ */
  background: -ms-radial-gradient(50% 50%, circle cover, #852639 0, #852639 100%);/* IE10+ */
  background: radial-gradient(50% 50%, circle cover, #852639 0, #852639 100%);/* W3C */
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px; }
  header.masthead h1 {
    font-size: 2rem; }
  header.masthead p {
    font-weight: 300; }
  @media (min-width: 768px) {
    header.masthead p {
      font-size: 1.15rem; } }
  @media (min-width: 992px) {
    header.masthead {
      height: 100vh;
      min-height: 650px;
      padding-top: 0;
      padding-bottom: 0; }
      header.masthead h1 {
        font-size: 3rem; } }
  @media (min-width: 1200px) {
    header.masthead h1 {
      font-size: 4rem; } }

.service-box {
  max-width: 400px; }

.text-primary {
  color: #c4b081 !important; }

.btn {
  font-weight: 700;
  width: 200px;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
}
.btn-xl {
  padding: 1rem 2rem; }

.btn-primary {
  background-color: #C4B081;
  border-color: #C4B081; }
.btn-secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #99df33; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #C4B081 !important;
  box-shadow: .4px .3px 5px .2px rgba(0,0,0,0.3);
 }
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: transparent;
  border: 2px solid #fff;
  cursor: pointer;
 }
.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

.scrolltop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #C4B081;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
  color: #fff !important;
  opacity: .75;
}

.action-btn {
  z-index: 2;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 80%;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

#contact {
  background: #f7f7f7;
  padding: 80px 0;
}

#contact h2 {
  color: #852639;
}

#contact .info i {
  font-size: 32px;
  color: #852639;
  float: right;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}


#contact .form input, #contact .form textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #852639;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #852639;
}

.site-footer {
  background-color: #374648;
  padding: 0;
}

.site-footer h2, .site-footer p {
  color: #fff;
}

.site-footer p {
  opacity: .75;
  line-height: 2.0925;
}

.site-footer h2,
.site-footer .btn {
  margin-bottom: 25px;
}

.site-footer .social-nav a {
  color: #fff;
  opacity: .25;
}

.site-footer .social-nav a:hover {
  opacity: 1;
}

.site-footer .bottom {
  background-color: #424242;
  padding: 20px 0;
}

.site-footer .bottom .list-inline, .site-footer .bottom p {
  margin: 0;
}

.site-footer .bottom .list-inline {
  position: relative;
  top: 5px;
}

.site-footer .bottom .list-inline a {
  color: #fff;
  margin-right: 15px;
}

.site-footer .bottom .list-inline a:hover {
  color: #852639;
}

.site-footer .credits {
  color: #ddd;
}

.site-footer .credits a {
  color: #852639;
}

.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -160px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}

/* FQ Page */

/*#accordion {
  border: 1px solid #dddddd;
  border-radius: 2px;
  padding-bottom: : 5px;
}*/

.panel {
  margin: 10px;
}
.accordion-menu .panel-heading{
  background-color:#fff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  border-bottom: 1px solid #dddddd;
  font-size: 24px;
  padding: 5px;
}
.accordion-menu .panel-body{
  border: 1px solid #dddddd;
  border-radius: 2px;
  background-color:#fff;
  padding: 10px;
  text-align: right;
}
.accordion-menu .panel-heading:hover{
  background:#f5f5f5;
}

.accordion-menu h6{position:relative; text-align: right;}

.accordion-menu h6 .accordion-menu-collapsible-icon{position:absolute; left:0px; top:5px; font-size:9px; color: #424242 !important }
.accordion-menu h6 a{display:block; color:#666666;}
.accordion-menu h6 a.active,.accordion-menu h4 .active, .active{text-decoration:none;}
.accordion-menu h6 a:hover,
.accordion-menu h6 a:focus{text-decoration:none; color:#222222;}
