
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "ATRotisSansSerif-Light";
  color: #444;
}

a {
  color: #fff;
}

a:hover {
  color: rgb(115, 29, 52);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "ATRotisSansSerif-Light";
}

/*--------------------------------------------------------------
# Message IE Not Supported
--------------------------------------------------------------*/
#noSupport {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: red;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: rgb(115, 29, 52);
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: rgb(115, 29, 52);
  background: #f0f0c7;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  background: rgb(115, 29, 52);
}

#header.header-transparent {
  background: none;
}

#header.header-scrolled {
  background: rgba(115, 29, 52, 0.9);
  height: 70px;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}

#main {
  margin-top: 80px;
}

/*--------------------------------------------------------------
# Language
--------------------------------------------------------------*/

.nav-menu_a {
  margin: 0;
  list-style: none;
  position: relative;
  padding-top: 9px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 15%;
  float: left;
}

@media (max-width: 1200px) {
.nav-menu_a {
  margin: 0;
  list-style: none;
  position: relative;
  padding-top: 9px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 5%;
  float: left;
}
}

@media (max-width: 990px) {
.nav-menu_a {
  margin: 0;
  list-style: none;
  position: relative;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: -10px;
  float: right;
}
}

@media (max-width: 900px) {
.nav-menu_a {
  margin: 0;
  list-style: none;
  position: relative;
  padding-top: 0px;
  padding-right: 45px;
  padding-bottom: 0px;
  padding-left: -12px;
  float: right;
}
}


@media (max-width: 480px) {
.nav-menu_a {
  margin: 0;
  list-style: none;
  position: relative;
  padding-top: 0px;
  padding-right: 45px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: right;
}
}

.nav-menu_a a {
  color: #fff;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  padding-left: 6px;
}

.nav-menu_a a:hover {
  color: #f0f0c7;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  padding-left: 6px;
}

.nav-menu_a a.select {
  color: #f0f0c7;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  padding-left: 6px;
}

.nav-menu_a a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #f0f0c7;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #f0f0c7;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.4s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: rgb(115, 29, 52);
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #fff;
  Background: rgb(115, 29, 52)
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1550px) {
  .nav-menu .drop-down .drop-down ul {
    left: -40%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -92%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
  
@media (max-width: 1050px) {
  .nav-menu .drop-down ul {
  left: -40px;
}

}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -210px;
  width: 210px;
  padding-top: 18px;
  background: rgb(115, 29, 52);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #f0f0c7;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #cccc99;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(115, 29, 52, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#hero::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(115, 29, 52, 0.8), rgba(115, 29, 52, 0.6)), url("../img/hero-bg.jpg") center top no-repeat;
}

#hero::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(115, 29, 52, 0.8), rgba(115, 29, 52, 0.6)), url("../img/hero-bg.jpg") center top no-repeat;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 400;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 18px;
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f0f0c7;
}

#hero .btn-get-started:hover {
  background: #f0f0c7;
  color: #990033;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  #hero::after {
    width: 130%;
    height: 95%;
  }  
  #hero::before {
    top: 0;
    width: 130%;
    height: 95%;  
  }
}

@media (max-width: 575px) {
  #hero h2 {
    font-size: 30px;
  }
  #hero::after {
    left: 40%;
    top: 0;
    width: 200%;
    height: 95%;
    transform: translateX(-50%) rotate(0deg);
  }
  #hero::before {
    left: 50%;
    top: 0;
    width: 200%;
    height: 94%;
    transform: translateX(-50%) translateY(20px) rotate(0deg);
  }
}

/*--------------------------------------------------------------
# Hero2 Section - Services
--------------------------------------------------------------*/
#hero2 {
  width: 100%;
  height: calc(90vh - 112px);
  padding: 0;
  overflow: hidden;
  min-height: 650px;
}

#hero2 .carousel-item {
  width: 100%;
  height: calc(85vh - 90px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 650px;
}

#hero2 .carousel-item:before {
  content: '';
  background-color: rgba(13, 30, 45, 0.4);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero2 .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero2 .carousel-content {
  text-align: left;
}

@media (max-width: 992px) {
  #hero2, #hero2 .carousel-item {
    height: calc(100vh - 70px);
  }
  #hero2 .carousel-content.container {
    padding: 0 50px;
  }
}

#hero2 h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 400;
}

#hero2 p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

#hero2 .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero2 .carousel-inner .carousel-item,
#hero2 .carousel-inner .active.carousel-item-left,
#hero2 .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero2 .carousel-inner .active,
#hero2 .carousel-inner .carousel-item-next.carousel-item-left,
#hero2 .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero2 .carousel-inner .carousel-item-next,
#hero2 .carousel-inner .carousel-item-prev,
#hero2 .carousel-inner .active.carousel-item-left,
#hero2 .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero2 .carousel-control-prev, #hero2 .carousel-control-next {
  width: 10%;
}

#hero2 .carousel-control-next-icon, #hero2 .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero2 .carousel-indicators li {
  cursor: pointer;
}

#hero2 .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: rgb(115, 29, 52);
}

#hero2 .btn-get-started:hover {
  background: #990033;
}

@media (max-width: 768px) {
  #hero2 h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero2 p {
    width: 60%;
  }
  #hero2 .carousel-control-prev, #hero2 .carousel-control-next {
    width: 5%;
  }
}

/*----------------------------------------------------------------------
# Modal - Services detail - cores: bege: #f0f0c7 red: rgb(115, 29, 52)
------------------------------------------------------------------------*/
.modal-header {
  background-color: rgb(115, 29, 52);
}

.modal-title {
  font-size: 35px;
  font-weight: 400;
  color: #fff;
}

.modal .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  filter: alpha(opacity=20);
  opacity: .5;
  outline: none !important;
}

.modal-body {
  background-color: #f7f7f7;
}

.modal-body li{
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  color: #7a7a7a;
}

.modal-body p{
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  color: #7a7a7a;
}

.modal-footer .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 0px;
  color: #fff;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  border: 0;
  background: rgb(115, 29, 52);
}

.modal-footer .btn-get-started:hover {
  background: #f0f0c7;
  color: rgb(115, 29, 52);
  outline: none !important;
}

@media (max-width: 600px) {
  .modal-title {
    font-size: 25px;
  }
  
  .modal-body p{
    font-size: 12px;
  }
  
  .modal-body li{
    font-size: 12px;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 10px 0;
}

.section-bg {
  background-color: #fff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 35px;
  font-weight: 400;
  color: rgb(115, 29, 52);
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: rgb(115, 29, 52);
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title_2 {
  text-align: center;
  padding-bottom: 30px;
}

.section-title_2 h2 {  
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  position: relative;
}

.section-title_2 h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title_2 h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: rgb(115, 29, 52);
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

.section-title-cal {
  text-align: center;
  padding-bottom: 0px;
}

.section-title-cal h2 {
  font-size: 35px;
  font-weight: 400;
  color: rgb(115, 29, 52);
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title-cal h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title-cal h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: rgb(115, 29, 52);
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title-cal p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 10px 0;
  background-color: #fff;
  min-height: 10px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
  color: rgb(115, 29, 52)
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
  color: rgb(115, 29, 52);
}

.breadcrumbs a {
  padding-left: 10px;
  color: #cccc99;
}

.breadcrumbs a:hover{
  padding-left: 10px;
  color: rgb(115, 29, 52);
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgb(115, 29, 52);
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding-top: 40px;
  padding-bottom: 50px;
}

.why-us .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  background: #fff;
}

.why-us .icon-box + .icon-box {
  margin-top: 50px;
}

.why-us .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: rgb(115, 29, 52);
  border-radius: 6px;
  transition: 0.5s;
}

.why-us .icon-box .icon a {
  color: #fff;
  font-size: 32px;
}

.why-us .icon-box:hover .icon {
  background: rgba(115, 29, 52, 0.9);
}

.why-us .icon-box:hover .icon a {
  color: #fff;
}

.why-us .icon-box .title {
  margin-left: 95px;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.why-us .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.why-us .icon-box .title a:hover {
  color: rgba(115, 29, 52, 0.7);
}

.why-us .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
}

.why-us .video-box {
  position: relative;
}

.why-us .video-box img {
  padding-top: 15px;
  padding-bottom: 15px;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(rgb(115, 29, 52) 50%, rgba(115, 29, 52, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: '';
  position: absolute;
  width: 125px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(115, 29, 52, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid rgb(115, 29, 52);
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Tetstimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 60px 0;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #fbfcfd;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: rgb(115, 29, 52) !important;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Service Details ----- About Us ------
--------------------------------------------------------------*/
.service-details {
  padding-top: 100px;	
  padding-bottom: 0px;
}

.service-details .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
}

.service-details .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.service-details .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.service-details .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}

.service-details .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.service-details .card-title a {
  color: rgb(115, 29, 52);
  transition: 0.3s;
}

.service-details .card-title p {
  color: rgb(115, 29, 52);
  transition: 0.3s;
}

.service-details .card-text {
  color: #5e5e5e;
}

.service-details .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.service-details .read-more a:hover {
  color: rgb(115, 29, 52);
}

.service-details .card:hover img {
  transform: scale(1.1);
}

.service-details .card:hover .card-body {
  border-color: rgb(115, 29, 52);
}

.service-details .card:hover .card-body .card-title a {
  color: #cccc99;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .contact {
    background-position: center center;
	background-size: cover;
	height: 100%;
	overflow: hidden;
  }
}

.contact::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.contact .info-box {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  box-shadow: 0 0 30px rgba(206, 186, 146, 0.6);
  padding: 25px 0 25px 0;
  margin-bottom: 40px;
  margin-top: 20px;
}

.contact .info-box i { 
}

.contact .info-box i a {
  font-size: 32px;
  color: rgb(115, 29, 52);
  border-radius: 50%;
  padding-top: 10px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 10px;
  border: 1px dotted #ff6982;
}

.contact .info-box h3 {
  font-size: 22px;
  color: #666;
  font-weight: 550;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 28px;
  font-size: 10px;
  margin-bottom: 0;
  color: #666;
}

.contact .info-box a {
  padding: 0;
  line-height: 28px;
  font-size: 14px;
  margin-bottom: 0;
  color: #666;
}

.contact .info-box a:hover {
  color: rgb(115, 29, 52);
  text-decoration: none;
}

.contact .php-email-form {
  box-shadow: 0 0 25px rgba(206, 186, 146, 0.6);
  padding: 39px;
  margin-bottom: 40px;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}

.contact .php-email-form a {
  color: #666;
}

.contact .php-email-form a:hover {
  color: rgb(115, 29, 52);
  
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #4a4a4a;
  background: #f7d7d2;
  text-align: left;
  padding: 15px;
  font-weight: 450;
  font-size: 18px
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #707070;
  background: #d7f7d2;
  text-align: center;
  padding: 15px;
  font-weight: 450;
  font-size: 18px
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: rgb(115, 29, 52);
}

.contact .php-email-form input {
  padding: 25px 15px;
}

.contact .php-email-form textarea {
  padding: 14px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: rgb(115, 29, 52);
  border: 0;
  font-weight: 450;
  font-size: 12px;
  display: inline-block;
  padding: 14px 25px;
  color: #fff;
  transition: 0.4s;
  outline: none !important;
}

.contact .php-email-form button[type="submit"]:hover {
  color: #fff;
  background-color: #990033;
  font-weight: 450;
  font-size: 12px; 
  outline: none !important;  
}

.contact .php-email-form button[type="button"] {
  background: rgb(115, 29, 52);
  border: 0;
  font-weight: 450;
  font-size: 12px;
  display: inline-block;
  padding: 14px 25px;
  color: #fff;
  transition: 0.4s;
  outline: none !important;
}

.contact .php-email-form button[type="button"]:hover {
  color: #fff;
  background-color: #990033;
  font-weight: 450;
  font-size: 12px; 
  outline: none !important;  
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
  padding: 0;
  margin-bottom: -6px;
}

.map iframe {
  width: 100%;
  height: 380px;
}

/*--------------------------------------------------------------
# Privacy
--------------------------------------------------------------*/

#Privacy .container {
  padding-top: 50px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  background: #fff;
}

@media (max-width: 575px) {
  #Privacy .container {
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  }
}

#Privacy .title {
  font-weight: 500;  
  font-size: 18px;
  color: rgb(115, 29, 52);
  text-transform: uppercase;
}

#Privacy h2 {
  font-size: 35px;
  font-weight: 400;
  color: rgb(115, 29, 52);
  margin-bottom: 15px;
  padding-bottom: 30px;
  position: relative;
}

#Privacy a {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: rgb(115, 29, 52);
}

#Privacy a:hover {
  background: #990033;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/

.login .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.login .php-email-form .error-message {
  display: none;
  color: #4a4a4a;
  background: #f7d7d2;
  text-align: left;
  padding: 15px;
  font-weight: 450;
  font-size: 18px
}

.login .php-email-form .error-message br + br {
  margin-top: 25px;
}

.login .php-email-form .sent-message {
  display: none;
  color: #707070;
  background: #d7f7d2;
  text-align: center;
  padding: 15px;
  font-weight: 450;
  font-size: 18px
}

.login .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.login .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: rgb(115, 29, 52);
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 25px 0px;
  background: #fff;
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: 25px;
  transition: 0.3s;
}

#footer .footer-newsletter h4 {
  font-size: 32px;
  margin: 15px 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 550;
  color: rgb(115, 29, 52);
  font-family: "ATRotisSansSerif-Light";
}

#footer .footer-newsletter p {
  color: rgb(115, 29, 52);
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 200;
}

#footer .footer-newsletter form {
  
}

#footer .footer-newsletter form .inside {
  margin-top: 0px;
  background: rgb(115, 29, 52);
  padding: 2px 2px;
  position: relative;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 400;
  max-width: 450px;
  min-width: 450px;
  float: right;
}

#footer .footer-newsletter form .check-box {
  position: relative;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 105px;
}

#footer .footer-newsletter form .check-box .erro {
  position: relative;
  margin-top: 10px;
  margin-left: 4px;
  color: #eb0000;
  text-align: left;
  font-size: 16px;
}

#footer .footer-newsletter form .check-box .enviado {
  position: relative;
  margin-top: 10px;
  margin-left: 4px;
  color: #18d26e;
  text-align: left;
  font-size: 16px;
}

@media (max-width: 1200px) {
	#footer .footer-newsletter form .inside {
	  margin-top: 0px;
}
	#footer .footer-newsletter form .check-box {
	  position: relative;
	  margin-top: 20px;
	  margin-right: 0px;
	  margin-bottom: 0px;
	  margin-left: 20px;
}
	#footer .footer-newsletter form .check-box .label {
	  margin-top: 1px;
}
}

@media (max-width: 990px) {
	#footer .footer-newsletter h4 {
	  padding-left: 20px;
}
	#footer .footer-newsletter p {
	  padding-left: 20px;
	  padding-right: 20px;
}
	#footer .footer-newsletter form .inside {
	  float: left;
	  margin-top: 0px;
	  margin-right: 20px;
	  margin-bottom: 10px;
	  margin-left: 20px;
	  max-width: 450px;
	  min-width: 400px;
}
	#footer .footer-newsletter form .check-box {
	  position: relative;
	  margin-top: 20px;
	  margin-right: 0px;
	  margin-bottom: 0px;
	  margin-left: 30px;
}
	#footer .footer-newsletter form .check-box .label {
	  margin-top: 1px;
}
	#footer .footer-newsletter form .check-box .erro {
	  position: relative;
	  margin-left: 0%;
}
	#footer .footer-newsletter form .check-box .enviado {
	  position: relative;
	  margin-left: 0%;
}
}

@media (max-width: 940px) {
	#footer .footer-newsletter form .check-box .erro {
	  position: relative;
	  margin-left: -6px;
}
	#footer .footer-newsletter form .check-box .enviado {
	  position: relative;
	  margin-left: -6px;
}
}

@media (max-width: 480px) {
	#footer .footer-newsletter form .inside {
	  max-width: 350px;
	  min-width: 300px;
}	  
	#footer .footer-newsletter form .check-box {
	  position: relative;
	  margin-top: 20px;
	  margin-right: 0px;
	  margin-bottom: 0px;
	  margin-left: 35px;
}
	#footer .footer-newsletter form .check-box .label {
	  margin-top: 3px;
}
	#footer .footer-newsletter form .check-box a {
	  color: #666;
	  vertical-align: top;
}
	#footer .footer-newsletter form .check-box .erro {
	  position: relative;
	  margin-left: -6px;
}
	#footer .footer-newsletter form .check-box .enviado {
	  position: relative;
	  margin-left: -6px;
}
}

#footer .footer-newsletter form .inside input[type="email"] {
  border: none;
  padding: 4px;
  width: calc(100% - 100px);
  border-radius: 50px;
  outline: 0;
}

#footer .footer-newsletter form .inside input[type="email"]:hover {
  background: #f0f0c7;
}

#footer .footer-newsletter form .inside input[type="email"]:focus {
  background: #f0f0c7;
}

#footer .footer-newsletter form .inside input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  margin: 3px;
  background: rgb(115, 29, 52);
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form .inside input[type="submit"]:hover {
  background: #f0f0c7;
  color: rgb(115, 29, 52);
}

#footer .footer-newsletter form .check-box .label {
  margin-top: 1px;
}

#footer .footer-newsletter form .check-box a {
  color: #666;
  vertical-align: top;
}

#footer .footer-newsletter form .check-box a:hover {
  color: rgb(115, 29, 52);
}

#footer .footer-top {
  background: #f0f0c7;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0 0 0 0;
}

#footer .footer-top .footer-info {
  text-align: center;	
  margin-bottom: 10px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #990033;
  font-weight: 600;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgb(115, 29, 52);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  font-size: 30px;
  background: #f0f0c7;
  color: rgb(115, 29, 52);
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  color: #990033;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #990033;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #990033;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  letter-spacing: 0.05em;
  color: #f0f0c7;
}

#footer .copyright a {
  font-family: "ATRotisSansSerif-Light";	
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

#footer .policy {
  padding-top: 10px;
  text-align: center;
  font-size: 10px;
  color: #f0f0c7;
}

#footer .policy a {
  padding-top: 10px;
  text-align: center;
  font-size: 11px;
  color: #fff;
}

#footer .policy a:hover {
  padding-top: 10px;
  text-align: center;
  font-size: 11px;
  color: #f0f0c7;
}

#footer .policy a.select {
  color: #f0f0c7;
  transition: 0.3s;
  font-size: 11px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #f0f0c7;
}

#footer .credits a {
  color: #fff;
}