/*!==============================
 * Theme Name: Dask
  Theme URL: https://myotlifestyle.com/dask-free-beauty-blog-responsive-bootstrap-website-template
  Author: Oluwakemi Toluwalase (OT Lifestyle)
  Author URL: https://myotlifestyle.com
  License: Released for free under the Creative Commons Attribution 3.0 license (myotlifestyle.com/license)
 */
 @import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&family=Inter:wght@200&display=swap');

@font-face{
  font-family: careto;
  src: url(/creato_display/CreatoDisplay-Regular.otf);
}
@font-face{
  font-family: aurallia;
  src: url(/aurallia/Aurallia.ttf);
}
@font-face{
  font-family: marchila;
  src: url(/marchila/Marchila.otf);
}

html {
  overflow-x: hidden;
}

body {
  font-size: 15px;
  color: #8b8e94;
  line-height: 24px;
  background: #ffffff;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: 'aurallia';
  line-height: 1.5;
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 26px;
}

h5, h6 {
  font-size: 14px;
}

p, ul, ol {
  margin-bottom: 30px;
}
p{
  font-family: 'careto';
}
a {
  -webkit-transition: .3s all;
  transition: .3s all;
  color: orange;
}

a:hover, a:focus, a:active {
  color: #ff9725;
  text-decoration: none;
}

.hero-text-heading, .otl-hero h1 {
  font-size: 52px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 64px;
  color: white;
}
.about-h{
  font-family: 'careto';
}
@media screen and (max-width: 768px) {
  .hero-text-heading, .otl-hero h1 {
    font-size: 40px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 480px) {
  .hero-text-heading, .otl-hero h1 {
    font-size: 30px;
  }
}

.hero-text-subheading, .otl-hero p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}

.hero-text-subheading:last-child, .otl-hero p:last-child {
  margin-bottom: 0;
}

.otl--navbar {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 0px;
  background: none;
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media screen and (max-width: 768px) {
  .otl-navbar {
    background: rgb(0, 0, 0);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  }
}

.otl-navbar .navbar-toggle:focus,
.otl-navbar .navbar-toggle:hover {
  background-color: transparent;
}

.otl-navbar .navbar-toggle {
  border: none;
}

.otl-navbar .navbar-toggle span.icon-bar {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.otl-navbar .navbar-toggle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.otl-navbar .navbar-toggle span:nth-child(3) {
  opacity: 0;
}

.otl-navbar .navbar-toggle span:nth-child(4) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.otl-navbar .navbar-toggle.collapsed span:nth-child(2),
.otl-navbar .navbar-toggle.collapsed span:nth-child(4) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.otl-navbar .navbar-toggle.collapsed span:nth-child(3) {
  opacity: 1;
}

.otl-navbar .parent-nav-link-padding, .otl-navbar .navbar-brand, .otl-navbar .navbar-nav > li > a {
  padding-top: 54px;
  padding-bottom: 54px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .otl-navbar .parent-nav-link-padding, .otl-navbar .navbar-brand, .otl-navbar .navbar-nav > li > a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

.otl-navbar .dropdown-header {
  color: rgba(255, 255, 255, 0.2);
  padding-left: 10px;
  text-transform: uppercase;
}

.otl-navbar .dropdown > a {
  padding-right: 10px !important;
  position: relative;
  display: block;
}

@media screen and (max-width: 480px) {
  .otl-navbar .dropdown > a {
    display: block;
    padding-right: 0px;
  }
}

.otl-navbar .dropdown > a:before {
  font-family: 'icomoon';
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: -10px;
  margin-top: -11px;
  content: "\e924";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media screen and (max-width: 768px) {
  .otl-navbar .dropdown > a:before {
    color: rgba(0, 0, 0, 0.2);
  }
}

.otl-navbar .dropdown > a:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.otl-navbar .dropdown.open > a, .otl-navbar .dropdown:hover > a, .otl-navbar .dropdown:focus > a, .otl-navbar .dropdown:active > a {
  -webkit-transition: .3s all;
  transition: .3s all;
}

.otl-navbar .dropdown.open > a:before, .otl-navbar .dropdown:hover > a:before, .otl-navbar .dropdown:focus > a:before, .otl-navbar .dropdown:active > a:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.otl-navbar .dropdown > .dropdown-menu > li a {
  padding: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.otl-navbar .dropdown > .dropdown-menu > li a:hover {
  border-top: none;
  background: #ffffff;
  color: #FFA33E;
}

.otl-navbar .dropdown > .dropdown-menu > li.open > a, .otl-navbar .dropdown > .dropdown-menu > li:hover > a, .otl-navbar .dropdown > .dropdown-menu > li:focus > a, .otl-navbar .dropdown > .dropdown-menu > li:active > a {
  border-top: none;
  color: #FFA33E;
  background: #ffffff;
}

.otl-navbar .dropdown > .dropdown-menu > li.dropdown-submenu.open > a, .otl-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:hover > a, .otl-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:focus > a, .otl-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:active > a {
  border-top: none;
}

.otl-navbar .dropdown > .dropdown-menu > li.dropdown-submenu.open > a:before, .otl-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:hover > a:before, .otl-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:focus > a:before, .otl-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:active > a:before {
  color: #000000;
}

.otl-navbar .dropdown > .dropdown-menu > li.active > a {
  color: #ffffff;
}

.otl-navbar .navbar-right .dropdown-menu {
  right: auto;
}

.otl-navbar .dropdown-menu {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #FFA33E;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  white-space: normal;
  word-wrap: break-word;
}

.otl-navbar .dropdown-menu a {
  white-space: normal;
}

@media screen and (max-width: 768px) {
  .otl-navbar .dropdown-menu {
    width: 100%;
    padding: 10px 15px;
  }
  .otl-navbar .dropdown-menu a {
    color: #ffffff;
  }
}

.otl-navbar .navbar-brand {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 30px;
  text-transform: uppercase;
  background: url(../img/h\ beauty.png) no-repeat left top;
  top: 40px;
  position: relative;
  width: 317px;
  height: 80px;
  text-indent: -999999px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

@media screen and (max-width: 768px) {
  .otl-navbar .navbar-brand {
    top: 5px !important;
    background-position: left 100%;
  }
}

@media screen and (max-width: 480px) {
  .otl-navbar .navbar-brand {
    top: 6px !important;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .otl-navbar .navbar-brand {
    position: relative;
    width: 117px;
    height: 40px;
    background: url(../img/h\ beauty.png) no-repeat left 100%;
    background-size: cover;
  }
}

.otl-navbar .navbar-nav > li > a {
  font-family: 'careto';
  color: white;
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .otl-navbar .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    color: rgb(255, 255, 255);
  }
}

.otl-navbar .navbar-nav > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.otl-navbar .navbar-nav > li > a:hover, .otl-navbar .navbar-nav > li > a:focus, .otl-navbar .navbar-nav > li > a:active {
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 768px) {
  .otl-navbar .navbar-nav > li > a:hover, .otl-navbar .navbar-nav > li > a:focus, .otl-navbar .navbar-nav > li > a:active {
    color: rgba(255, 166, 31, 0.897);
  }
}

.otl-navbar .navbar-nav > li.open > a:hover, .otl-navbar .navbar-nav > li.open > a:focus, .otl-navbar .navbar-nav > li.open > a {
  background: none;
}

.otl-navbar .navbar-nav > li.active > a {
  background: none;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .otl-navbar .navbar-nav > li.active > a {
    color: rgb(255, 255, 255);
  }
}

.otl-navbar .navbar-nav > li.active > a:active, .otl-navbar .navbar-nav > li.active > a:focus, .otl-navbar .navbar-nav > li.active > a:hover {
  background: none;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .otl-navbar .navbar-nav > li.active > a:active, .otl-navbar .navbar-nav > li.active > a:focus, .otl-navbar .navbar-nav > li.active > a:hover {
    color: rgb(255, 255, 255);
  }
}

.otl-navbar .navbar-nav > li > .dropdown-menu:before {
  border: 1px solid #FFA33E;
  content: "";
  position: absolute;
  top: -20px;
  left: 40px;
  border-color: rgba(133, 200, 221, 0);
  border-bottom-color: #FFA33E;
  border-width: 10px;
  margin-left: -10px;
}

@media screen and (max-width: 768px) {
  .otl-navbar .navbar-nav > li > .dropdown-menu:before {
    display: none;
  }
}

.otl-navbar .navbar-nav .dropdown li.active > a {
  background: none;
}

.otl-navbar .navbar-nav.active > a {
  color: orange !important;
}

.otl-navbar .dropdown-submenu {
  position: relative;
}

.otl-navbar .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.otl-navbar .dropdown-submenu > a {
  display: block;
}

.otl-navbar .dropdown-submenu > a:before {
  font-family: 'icomoon';
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 10px;
  margin-top: -11px;
  content: "\e926";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media screen and (max-width: 768px) {
  .otl-navbar .dropdown-submenu > a:before {
    color: rgba(0, 0, 0, 0.2);
  }
}

.otl-navbar .dropdown-submenu > a:hover:before {
  color: rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 480px) {
  .otl-navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

.otl-navbar.scrolled {
  background: #000000;
  -webkit-box-shadow: 0px 1px 3px 0px rgb(255, 255, 255);
  box-shadow: 0px 1px 3px 0px rgb(255, 255, 255);
}

.otl-navbar.scrolled .parent-nav-link-padding, .otl-navbar.scrolled .navbar-brand, .otl-navbar.scrolled .navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.otl-navbar.scrolled .navbar-brand {
  top: 0px;
  background-position: left 100%;
}

.otl-navbar.scrolled .dropdown > a:before {
  color: rgb(255, 255, 255);
}

.otl-navbar.scrolled .navbar-nav > li > a {
  color: rgb(255, 255, 255);
}

.otl-navbar.scrolled .navbar-nav > li > a:hover {
  color: rgb(255, 255, 255) !important;
}

.otl-navbar.scrolled .navbar-nav > li.active > a {
  color: orange !important;
}

@media screen and (max-width: 768px) {
  .otl-navbar.scrolled .navbar-nav > li.active > a {
    color: orange !important;
  }
}

.container-fluid .navbar-brand {
  margin-left: 15px;
}

.container-fluid .dropdown-submenu {
  position: relative;
}

.container-fluid .dropdown-submenu .dropdown-menu {
  top: 0;
  left: auto;
  right: 100%;
  margin-top: -1px;
}

@media screen and (max-width: 480px) {
  .container-fluid .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}


.otl-hero {
  background-size: cover;
  background-position: center center;
}

.otl-hero > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.otl-hero > .container {
  position: relative;
  z-index: 2;
}

.otl-hero .otl-hero-text {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media screen and (max-width: 768px) {
  .otl-hero .otl-hero-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.otl-hero.otl-sm-hero .otl-hero-text {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .otl-hero.otl-sm-hero .otl-hero-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.otl-hero.otl-xs-hero .otl-hero-text {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .otl-hero.otl-xs-hero .otl-hero-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.otl-hero .btn {
  position: relative;
  font-size: 18px;
  width: 200px;
}

@media screen and (max-width: 480px) {
  .otl-hero .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

.otl-hero .btn.btn-primary {
  text-transform: uppercase;
  padding: 15px 20px;
}

.otl-hero.otl-hero-colored {
  background: orange;
}

.otl-hero.otl-hero-colored h1 {
  color: white;
}

.otl-hero.otl-hero-colored p {
  color: rgba(255, 255, 255, 0.8);
}

.logo-image-landing{
  width: 150px;
  height: 150px;
  top: 23%;
    left: 44%;
  transform: translate(-50%, -200px);
  position: absolute;
  z-index: 99;
}

@media screen and (max-width:768px){
  .logo-image-landing{
    top: 35%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50px);
  }
}

.btn {
  border: none;
  border-radius: 30px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
}

.btn:active {
  -webkit-transition: .2s all;
  transition: .2s all;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-lg {
  font-size: 14px;
  line-height: 1.5;
}

.btn.btn-primary {
  border: 1px solid black;
  background: black;
  color: #ffffff;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background: #111;
}

.btn.btn-primary:focus, .btn.btn-primary:active {
  outline: none;
  border: 1px solid orange;
}

.btn.btn-ghost {
  background: transparent;
  border: 1px solid orange;
  color: orange;
}

.btn.btn-ghost:hover {
  background: orange;
  color: #ffffff;
}

.btn.btn-ghost:focus, .btn.btn-ghost:active {
  outline: none;
  background: transparent;
  color: orange;
  border: 1px solid orange;
}

section[data-section="menu"] {
  position: relative;
  margin-top: -140px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  section[data-section="menu"] {
    margin-top: 0;
  }
}

.otl-section {
  padding: 7em 0;
}

.otl-section.otl-border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.otl-section.otl-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.otl-section > .container.otl-border-top {
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.otl-section.otl-bg-white {
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .otl-section {
    padding: 1em 0;
  }
}

.otl-section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7em 0;
  position: relative;
  height: 600px;
}

@media screen and (max-width: 768px) {
  .otl-section-bg {
    padding: 3em 0;
    height: 300px;
  }
}

.otl-section-bg.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.review-section{
  position: relative;
  margin-top: 0px !important;
}

.otl-section-bg .otl-heading {
  margin-top: 150px;
}

@media screen and (max-width: 768px) {
  .otl-section-bg .otl-heading {
    margin-top: 50px;
  }
}

.otl-footer {
  background-size: cover;
  background: #000000;
  padding: 7em 0;
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 768px) {
  .otl-footer {
    padding: 2em 0;
  }
}

.otl-footer h3 {
  font-size: 18px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #ffffff;
}

.otl-footer .otl-footer-widget {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .otl-footer .otl-footer-widget {
    margin-bottom: 20px;
  }
}

.otl-copyright {
  background: #262626;
  padding: 20px 0;
}

.otl-copyright a {
  color: rgba(255, 255, 255, 0.2);
}

.otl-copyright a:hover {
  color: white;
}

.otl-copyright p {
  font-size: 14px;
}

.otl-copyright p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .otl-copyright p.copyright-text {
    margin-bottom: 20px;
  }
}

.otl-footer-social {
  padding: 0;
  margin: 0;
}

.otl-footer-social.right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .otl-footer-social.right {
    text-align: left;
  }
}

.otl-footer-social li {
  display: inline;
  padding: 0;
  margin: 0;
  list-style: none;
}

.otl-footer-social li a {
  padding: 10px;
  font-size: 22px;
}

.otl-footer-social li:first-child > a {
  padding-left: 0;
}

.otl-block-image {
  background: #ffffff;
  margin-bottom: 30px;
}

.otl-block-image figure img {
  max-width: 100%;
}

.otl-block-image .text {
  padding: 20px;
}

.otl-block-image .text .date {
  display: block;
  color: #999999;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.otl-block-image .text h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
}

.otl-block-image .text h3 a {
  color: #000000;
}

.otl-block-image .text h3 a:hover {
  color: orange;
}

.otl-block-image .text p:last-child {
  margin-bottom: 0;
}

.otl-custom-link {
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
}

.otl-custom-link.link-sm {
  font-size: 14px;
}

.otl-custom-link:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: orange;
  position: absolute;
  bottom: 0;
  z-index: 2;
  -webkit-transition: width .5s;
  transition: width .5s;
}

.otl-custom-link:after {
  z-index: 1;
  position: absolute;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
}

.otl-custom-link:hover {
  color: #000000;
}

.otl-custom-link:hover:before {
  width: 100%;
  background: orange;
}

.image-wrap {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 480px) {
  .image-wrap {
    width: 100%;
    height: 200px;
  }
  .otl-custom-link {
    margin-top: 10px;
  }
}

.image-wrap .image-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.image-wrap .image-bg img {
  min-width: 100%;
  min-height: 100%;
}

.menus {
  padding: 0;
  margin: 0;
}

.menus li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  display: block;
  position: relative;
}

.menus li .image, .menus li .text {
  display: table-cell;
  vertical-align: top;
}

.menus li .image {
  width: 80px;
}

.menus li .image img {
  max-width: 100%;
  border-radius: 50%;
}

.menus li .text {
  padding-left: 20px;
}

.menus li .text h3 {
  margin: 15px 0 0px 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .menus li .text h3 {
    margin-top: 0px;
  }
}

.menus li .text .price {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 20px;
  color: orange;
}

@media screen and (max-width: 768px) {
  .menus li .text .price {
    top: 0px;
    position: relative;
    display: block;
    margin-bottom: 0px;
  }
}

.otl-cell-retro {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -13%;
  position: relative;
}

.otl-cell-retro .half {
  width: 50%;
  float: left;
}

@media screen and (max-width: 768px) {
  .otl-cell-retro .half {
    width: 100%;
    margin-top: 0;
  }
}

.otl-cell {
  height: 37%;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.otl-cell .image, .otl-cell .text {
  width: 50%;
}

@media screen and (max-width: 992px) {
  .otl-cell .image, .otl-cell .text {
    width: 100%;
  }
}

.otl-cell .image {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
.otl-cell{
  height: auto;
}
  .otl-cell .image {
    height: 23pc;
  }
}

.otl-cell .text {
  padding: 40px;
  position: relative;
}

.otl-cell .text h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  text-transform: uppercase;
  color: orange;
}

.otl-cell .text p:last-child {
  margin-bottom: 0;
  font-family: 'careto';
}

.otl-cell .text p.price {
  font-size: 20px;
  color: orange;
}

.otl-cell .text:before {
  z-index: 22;
  right: 100%;
  top: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 225, 255, 0);
  border-right-color: #ffffff;
  border-width: 12px;
  margin-top: -12px;
}

@media screen and (max-width: 768px) {
  .otl-cell .text:before {
    display: none;
  }
}

.otl-cell.reverse .image {
  position: absolute;
  right: 0;
  width: 50%;
  min-height: 100%;
}

@media screen and (max-width: 992px) {
  .otl-cell.reverse .image {
    position: relative;
    width: 100%;
  }
}

.otl-cell.reverse .text:before {
  z-index: 22;
  left: 100%;
  top: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 225, 255, 0);
  border-left-color: #ffffff;
  border-width: 12px;
  margin-top: -12px;
}

@media screen and (max-width: 768px) {
  .otl-cell.reverse .text:before {
    display: none;
  }
}

.otl-gallery {
  width: 100%;
  float: left;
}

.otl-gallery figure {
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 20px;
}

.otl-gallery figure:nth-of-type(3n+3) {
  margin-right: 0;
}

.otl-gallery figure figcaption {
  display: none;
}

.otl-gallery img {
  width: 100%;
  height: auto;
}

.otl-gallery.four-col figure {
  width: 23.5%;
  margin-right: 2%;
  float: left;
}

.otl-gallery.four-col figure:nth-of-type(4n+4) {
  margin-right: 0;
}

.otl-gallery.three-col figure {
  width: 32%;
  margin-right: 2%;
  float: left;
}

.otl-gallery.three-col figure:nth-of-type(3n+3) {
  margin-right: 0;
}

.otl-gallery.two-col figure {
  width: 49%;
  margin-right: 2%;
  float: left;
}

.otl-gallery.two-col figure:nth-of-type(2n+2) {
  margin-right: 0;
}

.grid-item {
  float: left;
}

.gutter-sizer {
  width: 2%;
}

.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.grid-item,
.grid-sizer {
  margin-bottom: 0;
}

.grid-item img,
.grid-sizer img {
  max-width: 100%;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.two-cols .grid-item, .two-cols
.grid-sizer {
  width: 49%;
}

@media screen and (max-width: 768px) {
  .two-cols .grid-item, .two-cols
  .grid-sizer {
    width: 49%;
  }
}

@media screen and (max-width: 768px) and (max-width: 992px) {
  .two-cols .grid-item img, .two-cols
  .grid-sizer img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .two-cols .grid-item img, .two-cols
  .grid-sizer img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .two-cols .grid-item, .two-cols
  .grid-sizer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.three-cols .grid-item, .three-cols
.grid-sizer {
  width: 32%;
}

@media screen and (max-width: 768px) {
  .three-cols .grid-item, .three-cols
  .grid-sizer {
    width: 48%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .three-cols .grid-item, .three-cols
  .grid-sizer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.four-cols .grid-item, .four-cols
.grid-sizer {
  width: 23.5%;
}

@media screen and (max-width: 768px) {
  .four-cols .grid-item, .four-cols
  .grid-sizer {
    width: 32%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .four-cols .grid-item, .four-cols
  .grid-sizer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.otl-gallery-item {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}

.otl-gallery-item img {
  max-width: 100%;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.otl-gallery-item a {
  display: block;
  float: left;
  width: 100%;
}

.otl-gallery-item:hover img {
  opacity: .7;
}

.otl-form {
  margin-bottom: 50px;
}

.otl-form label {
  font-weight: normal;
}

.otl-form .form-control {
  height: 46px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.otl-form .form-control:active, .otl-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: orange;
}

.otl-form .form-group .form-field {
  position: relative;
}

.otl-form .form-group .form-field .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.otl-form .form-group .form-field .form-control {
  padding-right: 50px;
}

.otl-form textarea.form-control {
  height: inherit;
  resize: vertical;
}

.bootstrap-animate {
  opacity: 0;
  visibility: hidden;
}
.about-img-top img:hover{
  opacity: 0.8;
  transition: 0.5s ease;
}
.modal .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  position: relative;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}

.modal .modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  font-size: 26px;
}

@media screen and (max-width: 480px) {
  .modal .modal-content .close {
    top: 20px;
    right: 20px;
  }
}

.modal .otl-modal-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal .otl-modal-flex .otl-modal-figure {
  width: 40%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
  .modal .otl-modal-flex .otl-modal-figure {
    height: 200px;
  }
}

.modal .otl-modal-flex .otl-modal-content {
  width: 60%;
  padding: 40px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .modal .otl-modal-flex .otl-modal-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .modal .otl-modal-flex .otl-modal-figure,
  .modal .otl-modal-flex .otl-modal-content {
    width: 100%;
  }
}

.modal .otl-modal-flex .form-control {
  height: 40px;
}

@media screen and (max-width: 480px) {
  .modal .otl-modal-flex .btn {
    margin-bottom: 10px;
  }
}

.modal .otl-modal-flex .otl-remember {
  float: left;
}

.modal .otl-modal-flex .otl-forgot {
  float: right;
}

@media screen and (max-width: 480px) {
  .modal .otl-modal-flex .otl-forgot {
    float: left;
  }
}

.modal .otl-modal-flex .form-group {
  position: relative;
}

.modal .otl-modal-flex .otl-or {
  padding: 10px 0;
  text-align: center;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}

.modal .otl-modal-flex .otl-or > span {
  display: block;
}

.modal .otl-modal-flex .otl-or > span:before {
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  background: #ccc;
  width: 100%;
  content: "";
  position: absolute;
}

.modal .otl-modal-flex .otl-or em {
  color: #ccc;
  display: inline-block;
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding: 0 4px;
  font-style: normal;
}

.modal .otl-modal-flex .btn-connect-facebook {
  background: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}

.modal .otl-modal-flex .btn-connect-twitter {
  background: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}

.modal .otl-modal-flex .btn-connect-google {
  background: #ea4335;
  border-color: #ea4335;
  color: #ffffff;
}

.modal .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */
}

.modal .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.modal .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}

.otl-contact-info {
  padding: 0;
  margin: 0 0 30px 0;
}

.otl-contact-info li {
  padding: 0;
  margin: 20px 0 15px 0;
  list-style: none;
  line-height: 24px;
}

.otl-contact-info li > i, .otl-contact-info li > span {
  vertical-align: top;
  display: table-cell;
}

.otl-contact-info li > i {
  font-size: 20px;
  position: relative;
  top: 2px;
  width: 30px;
}

.otl-team {
  margin-bottom: 30px;
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 6px;
}

@media screen and (max-width: 480px) {
  .otl-team {
    overflow: visible;
  }
  .otl-team img {
    max-width: 100%;
  }
}

.otl-team img {
  -webkit-transition: .3s all;
  transition: .3s all;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.otl-team .otl-team-info {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s all;
  transition: .3s all;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
  text-align: center;
  margin-top: 20px;
  z-index: 3;
  display: block;
}

@media screen and (max-width: 480px) {
  .otl-team .otl-team-info {
    position: relative;
    top: inherit !important;
    margin-top: 0 !important;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.otl-team .otl-team-info h3 {
  color: white;
}

.otl-team .otl-team-info h3 .position {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 480px) {
  .otl-team .otl-team-info h3 {
    color: rgba(0, 0, 0, 0.7);
  }
  .otl-team .otl-team-info h3 .position {
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
  }
}

.otl-team:before {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: .3s all;
  transition: .3s all;
  z-index: 1;
  border-radius: 5px;
}

.otl-team:hover img, .otl-team:focus img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.otl-team:hover:before, .otl-team:focus:before {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .otl-team:hover:before, .otl-team:focus:before {
    display: none;
  }
}

.otl-team:hover .otl-team-info, .otl-team:focus .otl-team-info {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.otl-flex-section {
  padding: 7em 0;
}

.otl-flex-section.otl-bg-white {
  background: #ffffff;
}

.otl-clients .client-logo {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .otl-clients .client-logo {
    margin-bottom: 30px;
  }
}

.otl-pricing-wrap {
  position: relative;
}

.otl-pricing {
  background: #ffffff;
  float: left;
  width: 100%;
  padding: 20px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  z-index: 2;
  margin-top: -200px;
}

@media screen and (max-width: 992px) {
  .otl-pricing {
    margin-top: 0 !important;
    margin-bottom: 30px;
  }
}

.otl-pricing.popular {
  z-index: 10;
  margin-top: -215px;
  padding-top: 40px;
}

@media screen and (max-width: 992px) {
  .otl-pricing.popular {
    margin-top: 0 !important;
  }
}

.otl-pricing h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 50px;
}

.otl-pricing h3 > span {
  margin-top: 10px;
  display: block;
  text-transform: none;
  letter-spacing: normal;
  color: orange;
  font-size: 14px;
}

.otl-pricing .otl-price-wrap {
  margin-bottom: 50px;
}

.otl-pricing .otl-price-wrap .otl-price {
  font-size: 50px;
  color: orange;
  font-weight: 100;
  display: block;
  margin-bottom: 10px;
}

.otl-pricing .otl-price-wrap .otl-price-per-month {
  font-size: 13px;
}

.otl-pricing ul {
  padding: 0 30px;
  margin: 0 0 50px 0;
}

@media screen and (max-width: 480px) {
  .otl-pricing ul {
    padding: 0 10px;
  }
}

.otl-pricing ul li {
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 24px;
  list-style: none;
}

.otl-testimony-wrap {
  border-radius: 4px;
  padding: 20px;
}

.otl-testimony-wrap figure {
  margin-bottom: 20px;
}

.otl-testimony-wrap figure img {
  height: 80px;
  width: 80px !important;
  margin: 0 auto;
  border-radius: 50%;
}

.otl-testimony-wrap blockquote {
  border-left: none;
  padding: 0;
  margin-bottom: 0;
  color: #000000;
}

.otl-testimony-wrap blockquote cite {
  margin-top: 30px;
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
}

.otl-testimony-wrap blockquote cite span {
  font-style: normal;
  color: #000000;
  font-weight: bold;
}

.owl-carousel-testimony .item {
  padding-bottom: 40px;
  padding-top: 20px;
}

.owl-carousel-testimony .otl-testimony-wrap {
  border: 1px solid #f2f2f2;
  max-width: 700px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.09);
}

/* Flexslider override style */
.slider-height, .flexslider, .flexslider .slides > li {
  height: 750px;
}

@media screen and (max-width: 480px) {
  .slider-height, .flexslider, .flexslider .slides > li {
    height: 400px;
  }
}

.otl-heading .primary-heading {
  font-family: 'marchila';
  color: orange;
  margin: 0;
  padding: 0;
  font-size: 70px;
}

@media screen and (max-width: 768px) {
  .otl-heading .primary-heading {
    font-size: 30px;
  }
}

.otl-heading .secondary-heading {
  font-family: 'aurallia';
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  padding: 0;
  letter-spacing: .05em;
  font-size: 40px;
  position: relative;
  top: -15px;
  font-weight: 100;
  line-height: 40px;
}

.primary-heading{
  font-family: 'marchila';
}

@media screen and (max-width: 768px) {
  .otl-heading .secondary-heading {
    font-size: 15px;
  }
  
.otl-heading.dark{
  margin-top: 20px;
}
  
}

.otl-heading.dark .secondary-heading {
  color: #000000;
}

.otl-heading .seperator {
  display: block;
  margin: -20px auto 5px auto;
  color: #ccc;
  font-weight: 300;
}

.flexslider {
  position: relative;
  z-index: 2;
  background: none;
  border: none;
  margin: 0 0 0;
}

.flexslider .otl-slider-text {
  margin-top: 300px;
}

@media screen and (max-width: 480px) {
  .flexslider .otl-slider-text {
    margin-top: 200px;
  }
  .about-h{
    margin: 0px 10px;
  }
}

.flexslider .otl-slider-text .sub-heading {
  font-family: 'careto';
  font-size: 20px;
  margin-top: -10px;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 480px){
  .flexslider .otl-slider-text .sub-heading {
    font-size: 10px;
  }
  .flexslider ul li{
    background-position-x: -159px;
  }
}

.flexslider .otl-slider-text .sub-heading a {
  color: white;
}

.flexslider .slides > li {
  background-size: cover;
  background-repeat: none;
}

.flexslider .slides > li.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.flexslider .flex-control-paging {
  position: absolute;
  bottom: 30px;
  z-index: 20;
}

@media screen and (max-width: 480px) {
  .flexslider .flex-direction-nav {
    display: none;
  }
}

.flexslider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  margin: -60px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0px;
  padding: 30px;
}

.flexslider .flex-direction-nav a:before {
  font-family: "vilane" sans-serif;
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\e929";
  -webkit-transition: .3s all;
  transition: .3s all;
  font-size: 30px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flexslider .flex-direction-nav a.flex-next:before {
  content: "\e92a";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flex-direction-nav .flex-prev {
  left: 0px;
}

.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 0px;
}

.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(255, 255, 255, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: white;
  cursor: default;
}

/* Owl carousel override style */
.owl-carousel {
  margin-bottom: 100px;
}

.owl-carousel.border-rounded .item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
  position: absolute;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: 20px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: 20px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #000000;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #ffffff;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 24px;
  background: orange !important;
  padding: 12px;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
  background: orange !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: -30px;
  margin-bottom: -2.5em;
}

.owl-work.owl-theme .owl-dots {
  bottom: -30px;
  margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .2s all;
  transition: .2s all;
  border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #000000;
}

.otl-gutter0 > div[class*='col-'] {
  padding-right: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 480px) {
  .otl-gutter0 > div[class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.otl-gutter40 > div[class*='col-'] {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 480px) {
  .otl-gutter40 > div[class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.otl-gutter60 > div[class*='col-'] {
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 480px) {
  .otl-gutter60 > div[class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.pb0 {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .img-sm-responsive {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .img-xs-responsive {
    max-width: 100%;
  }
}
.map{
  width: auto;
  height: auto;
}
.learn-more{
  position: relative;
  top: 10px;
  background: rgb(0, 0, 0);
  border-color: rgb(255, 255, 255);
  width: 100px;
  height: 28px;
  font-size: 10px;
  align-content: center;
  text-align: center;
}
.learn-more:hover{
  background-color: orange;
  transition: 0.6s ease-in-out;
  color: black;
}
.learn-more a{
  /* padding-top: 2pc; */
  color: white;
}
.learn-more a:hover{
  color: rgb(0, 0, 0);
}




.contact-section{
  position: relative;
  top: -6pc;
}









.container2 {
  /* max-width: 80rem; */
  width: 100%;
  height: auto;
  padding: 0 2rem;
  margin: 0 auto;
}

.text {
  font-family: "vilane", sans-serif;
  font-weight: 700;
  line-height: inherit;
  text-rendering: optimizeLegibility;
}
.text-title {
  font-family: 'aurallia';
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  color: orange;
}

.paragraph {
  font-family: "vilane", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: inherit;
  margin: 0.25rem 0;
  color: #252a32;
  text-transform: unset;
  text-rendering: optimizeLegibility;
}

.truncate {
  font-family: 'careto';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main{
  top: -20pc;
  position: relative;
}
@media screen and (max-width:768px){
  .main{
    top: -12pc;
  }
}

.main .scroll {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1rem 0;
  margin: 2.5rem 0;
  cursor: default;
  overflow: scroll hidden;
  scroll-snap-type: x mandatory;
  scroll-padding: 0px 1.25rem;
  scrollbar-width: none;
}
.main .scroll::-webkit-scrollbar {
  display: none;
}
.main .scroll.active {
  cursor: grab;
  cursor: -webkit-grab;
}
.main .scroll .card {
  width: 35rem;
  height: auto;
  flex: 0 0 auto;
  margin: 0 0.75rem;
  border: none;
  outline: none;
  border-radius: 0.25rem;
  color: #252a32;
  background: rgb(255, 255, 255);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.main .scroll .card-image {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  /* padding-top: 110%; */
}
.main .scroll .card-image img.responsive {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .scroll .card-inner {
  min-height: 160px;
  width: 100%;
  height: auto;
  padding: 1rem;
}


@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(https://fonts.googleapis.com/css?family=Teko:700);
.snip1543 {
  background-color: #fff;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  margin: 10px;
  max-width: 315px;
  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.snip1543 *,
.snip1543 *:before,
.snip1543 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1543 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.snip1543:before,
.snip1543:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: orange;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1543:before {
  -webkit-transform: skew(30deg) translateX(-80%);
  transform: skew(30deg) translateX(-80%);
}

.snip1543:after {
  -webkit-transform: skew(-30deg) translateX(-70%);
  transform: skew(-30deg) translateX(-70%);
}


.snip1543 figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 110px 40% 25px 20px;
}

.snip1543 figcaption:before,
.snip1543 figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: orange;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}

.snip1543 figcaption:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  transform: skew(30deg) translateX(-100%);
}

.snip1543 figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-90%);
  transform: skew(-30deg) translateX(-90%);
}

.snip1543 h3,
.snip1543 p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.snip1543 h3 {
  font-family: 'marchila';
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
  /* text-transform: uppercase; */
}

.snip1543 p {
  font-family: 'careto';
  font-size: 0.9em;
}

/* .snip1543 a {
  position: absolute;
  color: black;
  background-color: white;
  border: 2px black;
  
} */

.snip1543:hover h3,
.snip1543.hover h3,
.snip1543:hover p,
.snip1543.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.snip1543:hover:before,
.snip1543.hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.snip1543:hover:after,
.snip1543.hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

.snip1543:hover figcaption:before,
.snip1543.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.snip1543:hover figcaption:after,
.snip1543.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.all-services{
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative;
}



.contact-container{
  width: 58%;
  height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form{
  display: flex;
  flex-direction: column;
  padding: 2vw 4vw;
  width: 90%;
  max-width: 600px;
  border-radius: 10px;
}
.contact-form textarea{
  min-height: 200px;
  max-height: 300px;
}

.contact-form input, textarea{
  max-width: 100%;
  border: 0;
  background: #E4E4E4;
  margin: 10px 0;
  padding: 20px;
  outline: none;
}
.contact-form button{
  padding: 15px;
  background: orange;
  border: 0;
  outline: none;
  cursor: pointer;
  color: black;
  width: 150px;
  margin: 20px auto 0;
  border-radius: 30px;
}
.contact-form button:hover{
  background: white;
  color: black;
  border: 1px solid black;
  transition: all 500ms ease-in-out;
}

@media screen and (max-width:992px){
  .contact-container{
    width: 100%;
    height: 100%;
  }
}






.panel_call {
  width:235px;
  height:75px;
  border-radius: 10px;
  display:none;
  background:orange;
bottom:40px;
right:120px;
position:fixed;
text-decoration:none;

}
.panel_call p {
margin:auto;

color:white;
}
.info_call {
margin-top: 10px;
margin-left: 10px;
}
.info-call { 
font-size: 200%;
margin-top: -20px;
}

.info_call_number {
margin-top: -10px;
font-size: 120%;
}

#popup__toggle{bottom:25px;
right:10px;
position:fixed;}
.img-circle{background-color:orange;
box-sizing:content-box;
-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;
-webkit-box-sizing:content-box;
border: 2px solid orange;
width: 100px;
height: 100px;
bottom: -10px;
right: -10px;
position:absolute;
-webkit-border-radius:100%;
-moz-border-radius: 100%;
border-radius: 100%;
opacity: .5;
-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
-moz-animation: circle-anim 2.4s infinite ease-in-out !important;
-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;
animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;
-webkit-box-sizing:content-box;
background-color:orange;
width: 60px;
height: 60px;
bottom: 10px;
right: 10px;
position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{
  box-sizing:content-box;-webkit-box-sizing:content-box;   
  width: 50px;
  height: 50px;
  bottom: 14px;
  right: 14px;
  position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{
  border-radius: 100%;box-sizing:content-box;-webkit-box-sizing:content-box;width:50px;height:50px;background-image:url("/img/phone-icon.png");background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
50% {transform: scale(1); opacity: 1; }   
100% {transform: scale(0.9);opacity: 1;}}
@-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
50% {-webkit-transform: scale(1);opacity: 1;}   
100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
0% {transform: rotate(-8deg);}
50% {transform: rotate(8deg);}
100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
0% {-webkit-transform: rotate(-8deg);}
50% {-webkit-transform: rotate(8deg);}
100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}








.arrow,
.arrow:before{
  position: absolute;
  left: 50%;
}
.arrow{
  width: 40px;
  height: 40px;
  top: 50%;
  margin: -20px 0 0 -20px;
  transform: rotate(315deg);
  border-left: none;
  border-top: none;
  border-right: 2px orange solid;
  border-bottom: 2px orange solid;
}
  
.arrow:before{
  content: '';
  width: 20px;
  height: 20px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 1px orange solid;
  border-bottom: 1px orange solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow;
}
@keyframes arrow{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
    transform: translate(10px, 10px);
  }

}
  
  
  