/* Author:WebThemez
 * Author URI:http://webthemez.com
 * License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,400,700);
/* @import url(http://fonts.googleapis.com/css?family=Raleway:700,400,300); */
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap);

:root {
  --navbar-color: white;
  --ham-color: dodgerblue;
  --nav-link: rgb(55, 64, 80);
  --back-banner-color: #000000;
  --subfooter-color: #7f9ac0;
  --back-banner-opacity: 0.4;
  --body-text-color: #292929;
  --link-color: #949ba1;
  --link-hover-color: hsl(335, 92%, 80%);
  --headers-color: #0061f3;
  --heading-color-a: #e45454;
  --background-color: #f13647;
  --cta-btn: #ffc7ba;
  --icon-color: #ffc7ba;
  --light-color: dodgerblue;
  --footer-color-link: #ffffff;
  --nav-toggle: rgba(255, 4, 4, 0);
  --d-bg: #f8f9fa;
  --carousel-button: dodgerblue;
  --quote-color: #ffc7ba;
  --tb-after: #f8f9fa;
  --primary-color: dodgerblue;
  --primary-color-dark: #1c64eb;
  --primary-color-dark-hover: rgb(21, 76, 131);
  --dark-gray: rgb(38, 38, 38);
  --light-gray: #585858;
  --overlay-color: dodgerblue;
  --hover-color: rgb(21, 101, 182);
}

body {
  font-family: "Poppins", sans-serif;
}
.brand {
  font-family: "Poppins", sans-serif;
}
html,
body {
  height: 100%;
}
body {
  font-size: 16px;
  line-height: 1.8;
  color: var(--light-gray);
  /* background-color: #B5B5B5; */
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1f1f1f;
}
h1 {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 20px;
}
h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
  font-weight: 500;
}
h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
h6 {
  font-weight: 500;
}
h1 span,
h2 span,
h3 span,
h4 span {
  color: var(--headers-color);
}
.colored {
  color: var(--light-color);
}
a {
  color: #949ba1;
}
a:hover {
  color: #339beb;
}
a:focus,
a:active {
  outline: none;
}
.large {
  font-size: 18px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.list-unstyled li {
  padding: 5px 0;
}
.list-horizontal {
  padding: 15px 0;
}
.list-horizontal-item img {
  display: block;
  margin: 0 auto;
}
.list-icons {
  padding: 0;
  margin: 20px 0;
  list-style: none;
  font-size: 18px;
}
.list-icons li {
  padding: 0 0 15px 0;
}
blockquote {
  border-left: none;
  padding-left: 0;
  padding-right: 0;
}
.title {
  margin-top: 0;
}

.image-box {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 7px;
}

.img-gallery {
  border-radius: 7px;
}

.cta-button:hover {
  cursor: pointer;
  background-color: var(--hover-color);
}

.transition {
  transition-property: background-color;
  transition-duration: 0.6s;
}

.cta-button {
  background-color: var(--primary-color);
  color: white;
  width: fit-content;
  padding: 15px 25px;
  border-radius: 6px;
  margin-left: 5%;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

.cta-button-top:hover {
  background-color: var(--hover-color);
}
.cta-button-top {
  background-color: var(--primary-color);
  color: white;
  width: fit-content;
  padding: 15px 25px;
  border-radius: 6px;
  margin: 0 auto;
  margin-top: 4rem;
  box-shadow: rgba(0, 0, 0, 1) 0px 30px 90px;
}

.first-title {
  color: var(--dark-gray);
  font-size: 38px;
  max-width: 700px;
  text-align: left;
  margin: 0 auto;
  font-weight: 500;
  margin-left: 8%;
}

.carousel {
  position: relative;
  height: 35vh;
  display: flex;
  justify-content: center;
}

.carousel-indicators {
  position: initial;
  margin: 0 !important;
  margin: 0 auto;
  padding-bottom: 40px;
  transform: translateY(-20px);
}

.carousel-inner {
  position: absolute;
  margin: 0 auto !important;
  width: 100vw;
  max-width: 700px;
}

.lead {
  margin-left: 8%;
  font-size: 13px;
  color: var(--light-gray) !important;
  width: fit-content;
  opacity: 0.5;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: var(--ham-color);
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: var(-navbar-color);
}
/* Layout
----------------------------------------------------------------------------- */
.header {
  color: #020202;
  background-color: rgba(225, 175, 43, 0);
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.box-img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-radius: 10px;
}
.img-circle {
  object-fit: cover;
}
.banner {
  width: 100%;
  height: 100vh !important;
  min-height: 700px;
  position: relative;
  color: #fff;
  position: relative;
  background-color: var(--back-banner-color);
  background: dodgerblue;
  background: linear-gradient(
    45deg,
    rgb(12, 39, 61) 42%,
    rgb(95, 124, 255) 100%
  );
}

.better-p {
  color: var(--light-gray) !important;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
}

.banner-signature {
  z-index: 2;
  width: 70%;
  position: absolute;
  top: 20%;
  left: 10%;
  filter: brightness(0) invert(1);
  opacity: 0.05;
}

.profile {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  margin: 0 auto;
  object-fit: cover;
}

.banner-image {
  background-image: url("../images/banner.png");
  background-position: center;
  background-size: cover;
  vertical-align: middle;
  height: 100vh !important;
  min-height: 700px;
  width: 100%;
  filter: blur(2px);
  -webkit-filter: blur(2px);
  opacity: var(--back-banner-opacity);
}
.banner-title {
  color: white !important;
  font-size: 38px;
}
.fix-margin {
  margin-left: 5%;
}
.nav-logo {
  height: 35px;
  margin: 0;
}
.banner-sub {
  color: white !important;
  opacity: 0.5;
}
.banner-text {
  font-size: 2rem;
  color: white !important;
  max-width: 80%;
  margin: 0 auto;
  background-color: rgba(9, 11, 19, 0.158);
  width: fit-content;
  padding: 20px;
  margin-top: 50px;
  border-radius: 10px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
  font-weight: 300;
}
.banner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  content: "";
}
.banner-caption {
  position: absolute;
  top: 200px;
  width: 100%;
  z-index: 2;
  left: 0px;
  text-align: center;
  right: 0;
}
.subfooter {
  background-color: var(--subfooter-color);
  padding: 40px 0;
  font-size: 12px;
}
.subfooter a {
  color: var(--footer-color-link);
}
.section {
  /* background-color: #ffffff; */
  padding: 80px 0;
}

/* Backgrounds
----------------------------------------------------------------------------- */

.default-bg {
  background-color: var(--d-bg);
  color: #ffffff;
}
.default-bg.blue {
  background-color: #55acee;
}
.btn-primary {
  color: #fff;
  background-color: #f13647;
  border: 0px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #e45454;
  border: 0px;
}
.transprant-bg {
  color: #ffffff;
}
.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6,
.transprant-bg h1,
.transprant-bg h2,
.transprant-bg h3,
.transprant-bg h4,
.transprant-bg h5,
.transprant-bg h6 {
  color: var(--headers-color);
}
.default-bg blockquote footer,
.transprant-bg blockquote footer {
  color: #cccccc;
}
.default-bg a,
.transprant-bg a {
  color: #ffffff;
  text-decoration: underline;
}
.default-bg a:hover,
.transprant-bg a:hover {
  text-decoration: none;
}
.transprant-bg {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: 50% 0;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  background: #fff;
}
.transprant-bg .transprant-bg {
  margin-top: 80px;
  z-index: 3;
}
.transprant-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: var(--tb-after);
}
.transprant-bg.blue:after {
  background-color: rgba(85, 172, 238, 0.7);
}
.transprant-bg .container {
  z-index: 3;
  position: relative;
}
.bg-image-1 {
  background: url("../images/bg-image-1.jpg") 50% 0px no-repeat;
}
.bg-image-2 {
}
.caption-data {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  text-align: left;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.24); /* text-align: center; */ /* left: 0; */ /* right: 0; */ /* margin: 0 auto; */ /* float: left; */ /* clear: both; */ /* background-color: red; */ /* width: 100%; */ /* display: block; */ /* float: left; */ /* position: relative; */
}
.caption-data h1 {
  text-transform: uppercase;
}
.caption-data h1 span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.caption-data h3 {
  line-height: 34px;
  font-size: 30px;
}
button.cta-button.btn-light,
button.cta-button.btn-dark,
.contact-form button.cta-button,
button.cta-button.btn-default {
  background: var(--cta-btn);
}
button.cta-button {
  font-size: 16px;
  line-height: 16px;

  padding: 18px 42px;
  border-radius: 0;
  font-weight: 600;
  transition: background 0.3s, border-color 0.3s;
  margin-top: 20px;
}
button.cta-button:hover {
  background: #fff;
  color: #000;
}
/* Misc
----------------------------------------------------------------------------- */
.no-view {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* .object-visible,
.touch .no-view {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
} */

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
  .object-visible,
  .touch .no-view {
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
  }
}
.space {
  padding: 20px 0;
}
.pr-10 {
  padding-right: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pclear {
  padding-bottom: 0;
}
.secPadding {
  padding: 70px 0;
}
/* Sections
----------------------------------------------------------------------------- */
.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
  color: #ffffff;
}
.banner-caption h1 {
  font-size: 45px;
}
.footer h1 {
  color: #fff;
}
.footer.section {
  background: var(--primary-color);
  color: white;
}
.subfooter p {
  margin-bottom: 0;
  color: #fff;
}
.hero-caption {
  text-align: center;
  padding: 40px 0;
  background-color: #ffffff;
}
.hero-caption h2 {
  text-align: center;
}
.hero-caption p {
  color: #000;
}
.fa-angle-down {
  position: absolute;
  left: 50%;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size: 36px;
  line-height: 24px;
  z-index: 999;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
  margin-top: 38px;
  font-weight: bolder;
}
.panel-default {
  border-color: #ddd;
}
.panel-heading h3,
.panel-title {
  color: #f13647;
}
.panel {
  margin-bottom: 20px;
  background-color: rgb(227, 227, 227);
  border: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.box-services {
  padding: 40px 20px 20px;
  background: #ffffff;
  margin-bottom: 30px;
  font-size: 16px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-radius: 10px;
  /* z-index: 1; */
}
.svg-icon {
  height: 100px;
  width: 100%;
  fill: var(--primary-color) !important;
}
.box-services .icon {
  text-align: center;
  font-size: 65px;
  color: var(--icon-color);
}
.box-services p {
  color: #000000;
  text-align: center;
  font-size: 14px;
}
h4.heading {
  margin-bottom: 20px;
  text-align: center;
  color: var(--dark-gray);
}
.heading:after {
  content: " ";
  display: block;
  width: 100px;
  height: 2px;
  margin: 20px auto 20px;
  /* background: #E45454; */
  border: dashed 1px #e1e1e1;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 15px 15px;
  margin-bottom: -1px;
  background-color: transparent;
  color: rgb(76, 76, 76);
}
/* Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn {
  padding: 8px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  min-width: 160px;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-default {
  color: #ffffff;
  background: #0f193a;
  border: 0;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #27273a;
  border: 0;
}
.media-left,
.media > .pull-left {
  padding-right: 26px;
}
/* Collapse
---------------------------------- */
.panel-group .panel {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
.panel-default > .panel-heading {
  padding: 0;
  outline: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  border-top: none;
  background-color: #f9f9f9;
}
.panel-heading a {
  font-weight: 400;
  padding: 12px 35px 12px 15px;
  display: inline-block;
  width: 100%;
  color: white;
  background-color: var(--headers-color);
  position: relative;
  text-decoration: none;
  border: none;
  border-radius: 6px;
}
.panel-heading a.collapsed {
  color: white;
  background-color: var(--headers-color);
}

.panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f147";
  position: absolute;
  right: 15px;
  font-size: 14px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}
.panel-heading a.collapsed:after {
  content: "\f196";
}
.panel-heading a:hover {
  text-decoration: none;
  color: white;
  background-color: var(--headers-color);
}
.panel-title a i {
  padding-right: 10px;
  font-size: 20px;
}

/* Pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
  background-color: #e45454;
  border-color: #e45454;
  color: #ffffff;
}
.nav-pills > li > a {
  border-radius: 0;
  padding: 8px 20px;
  border: 1px solid #cacaca;
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}

/* Forms
---------------------------------- */
.form-control {
  height: 45px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
}
.form-control-feedback {
  color: #cccccc;
  top: 15px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 15px;
}
textarea {
  resize: vertical;
}
.price-table .panel-heading {
  padding: 10px 0;
  background-color: #d7d7d7;
  border-radius: 0;
  color: #fff;
}
/* Modals
---------------------------------- */
.modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.modal-header {
  background-color: #626262;
  color: #ffffff;
}
.modal-header h4 {
  color: #ffffff;
}
.modal-header .close {
  font-weight: 300;
  color: #ffffff;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}

@media (min-width: 1200px) {
  .modal-lg {
    width: 1140px;
  }
}

/* Media
---------------------------------- */
.media .fa {
  font-size: 47px;
  width: 40px;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  text-align: center;
}

/* Navigations
----------------------------------------------------------------------------- */
.header .navbar {
  margin-bottom: 0;
}
.main-navigation .navbar-default {
  background-color: transparent;
  border: none;
}
.main-navigation .navbar-default .navbar-nav > li > a {
  padding: 10px 20px;
  color: var(--nav-link);
  font-weight: 500;
  font-size: 16px;
}
.main-navigation .navbar-default .navbar-nav > li.active > a {
  background-color: transparent;
  color: var(--primary-color);
}
.main-navigation .navbar-default .navbar-nav > li > a:hover,
.main-navigation .navbar-default .navbar-nav > li.active > a:hover {
  color: var(--primary-color);
}

/* carousel */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control {
  background: none;
  color: gray;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left {
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right {
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
  background: var(--carousel-button);
}
#quote-carousel img {
  width: 250px;
  height: 100px;
}
/* End carousel */

.item blockquote {
  border-left: none;
  margin: 20px;
  color: var(--light-gray);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 30px;
  border-radius: 10px;
  background-color: white;
  font-size: 16px;
}

.col-sm-9 > small {
  color: var(--primary-color);
}

.item blockquote img {
  margin-bottom: 10px;
}

.item blockquote p:before {
  content: "\f10d";
  font-family: "Fontawesome";
  float: left;
  margin-right: 10px;
  color: var(--primary-color);
}
.panel-danger > .panel-heading {
  background-color: #535353;
  border-color: transparent;
}

/* Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Name, Site Slogan
---------------------------------- */
.logo {
  margin: 10px 0px 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.logo,
.logo-section {
  float: left;
}
.brand {
  font-size: 38px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 0;
  opacity: 0.7;
}
.brand a {
  color: var(--primary-color);
  font-weight: 600;
}
.brand a:hover {
  text-decoration: none;
}
.site-slogan {
  font-size: 12px;
}
/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #quote-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
  }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
  /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
  .banner-title {
    font-size: 29px;
  }
  #quote-carousel .carousel-indicators {
    bottom: -20px !important;
  }
  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px;
  }
  #quote-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 768px) {
  .main-navigation .navbar-default .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-navigation .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-nav {
    float: left !important;
  }
}
@media (max-width: 767px) {
  .lead {
    margin-left: 0;
    text-align: left;
  }
  .fix-margin {
    margin-left: 0;
  }
  .first-title {
    margin-left: 0;
    line-height: 1.5;
    font-size: 33px;
  }
  .cta-button {
    margin-left: 0%;
  }
  .carousel {
    height: 50vh;
  }
  .carousel-inner {
    height: 400px;
  }
  .header.navbar-fixed-top {
    position: fixed;
    padding: 0;
  }
  .brand {
    font-size: 22px;
  }
  .fixed-header-on .header,
  .navbar-fixed-top {
    padding: 5px 0;
    background-color: var(--navbar-color);
  }
  .banner-caption h1 {
    font-size: 23px;
  }
  .banner-caption {
    position: absolute;
    top: 20%px;
  }
  .banner-sub {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
  }
  .navbar-default .navbar-toggle {
    border-color: var(--nav-toggle);
    border-radius: 0;
    margin: 8px 0 0;
  }
}

/* Fixed Header
----------------------------------------------------------------------------- */
.fixed-header-on .header {
  padding: 5px 0;
  background-color: var(--navbar-color);
}
.fixed-header-on .brand {
  font-size: 24px;
}
.fixed-header-on .logo {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .fixed-header-on .navbar-default .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .fixed-header-on .logo,
  .fixed-header-on .site-slogan {
    display: none;
  }
}

/* block-lists
---------------------------------- */
.block-list .media-left {
  width: 60px;
}
.block-list p {
  font-size: 14px;
}
.block-list .fa {
  padding: 20px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
/* Social Links
---------------------------------- */
.social-links {
  padding: 0;
  list-style: none;
  margin: 15px 0;
}
.social-links li {
  margin: 10px 10px 10px 0;
  display: inline-block;
  font-size: 36px;
}
.social-links li a {
  color: #bbbbbb;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* border: 1px solid #D0D0D0; */
  width: 52px;
  height: 52px;
  display: inline-block;
  border-radius: 50%;
  font-size: 26px;
  text-align: center;
  padding: 4px;
}
.social-links li.twitter a:hover {
  color: #55acee;
}
.social-links li.skype a:hover {
  color: #00aff0;
}
.social-links li.linkedin a:hover {
  color: #0976b4;
}
.social-links li.googleplus a:hover {
  color: #dd4b39;
}
.social-links li.youtube a:hover {
  color: #b31217;
}
.social-links li.flickr a:hover {
  color: #ff0084;
}
.social-links li.facebook a:hover {
  color: #3b5998;
}
.social-links li.pinterest a:hover {
  color: #cb2027;
}

/* Isotope Items
---------------------------------- */
.filters {
  margin: 0 0 30px 0;
}
.filters .nav-pills > li {
  margin-right: 2px;
  margin-bottom: 2px;
}
.filters .nav-pills > li + li {
  margin-left: 0px;
}
.text-center.filters .nav-pills > li {
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
  display: inline-block;
  float: none;
}
.isotope-container {
  overflow: hidden;
}
.isotope-item {
  margin-bottom: 20px;
}
.isotope-item .btn-default {
  color: #ffffff;
  background: rgba(34, 34, 34, 0.45);
  margin-top: -36px;
  z-index: 2;
  position: relative;
  border: 0;
  display: none;
}
.isotope-item .btn-default:hover {
  color: #ffffff;
}
@media (max-width: 480px) {
  .filters .nav-pills > li {
    width: 100%;
    display: block;
  }
}

/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
  position: relative;
  display: block;
  overflow: hidden;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: -1px;
  background-color: var(--overlay-color);
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border-radius: 7px;
}
.overlay:hover {
  text-decoration: none;
}
.overlay span {
  position: absolute;
  display: block;
  bottom: 10px;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}
.overlay i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 18px;
  line-height: 1x;
  color: #ffffff;
  margin-top: -8px;
  margin-left: -8px;
  text-align: center;
}
.overlay-container:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.box-services {
  position: relative;
}
.box-services p {
  color: gray;
  font-size: 1.6rem;
}
.box-services:after {
  /* content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 100%;
  height: 100%;
  background: #cccccc none repeat scroll 0% 0% / cover;
  opacity: 0.2;
  transform: skewY(0deg);
  z-index: -1; */
}

.footer-content {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
}

.form-group {
  background-color: rgba(255, 255, 255, 0);
}

.chat {
  background-color: var(--headers-color);
  z-index: 9999999;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 20px;
  padding: 0;
  color: white;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  animation: glow 2s infinite linear;
}

@keyframes glow {
  0% {
    box-shadow: 0 0 0px -2px #91a5fd4d, 0 0 0px -1px #0040f009,
      rgba(57, 111, 172, 0.56) 0px 22px 70px 4px;
  }
  25% {
    box-shadow: 0 0 1px 10px #91b7fd10, 0 0 1px 5px #1372ee2f,
      rgba(23, 90, 167, 0.56) 0px 22px 70px 4px;
  }
  100% {
    box-shadow: 0 0 2px 20px #91b7fd00, 0 0 2px 10px #0f233a04,
      rgba(5, 52, 180, 0.56) 0px 22px 70px 4px;
  }
}

.chat > ion-icon {
  font-size: 35px;
}

.chat:hover {
  background-color: var(--hover-color);
  cursor: pointer;
}

input {
  font-size: 16px !important;
  border-radius: 6px !important;
  background-color: white !important;
}

.form-control {
  border-radius: 6px !important;
}

textarea {
  font-size: 16px !important;
  border-radius: 6px !important;
  background-color: white !important;
}

input[type="submit"] {
  font-size: 16px !important;
  border-radius: 6px !important;
  background-color: var(--primary-color-dark) !important;
  text-transform: capitalize;
  padding: 15px 25px;
}

input[type="submit"]:hover {
  background-color: var(--primary-color-dark-hover) !important;
}

.modal-footer > button {
  border-radius: 7px;
  padding: 15px 25px;
}

.modal {
  background-color: rgba(0, 0, 0, 0.425);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.modal-content {
  border-radius: 10px;
}

b {
  font-weight: 600;
}

#thankyou {
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.692);
  z-index: 99999;
  position: fixed;
  display: none;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  justify-content: center;
  align-items: center;
}

.th-content {
  background-color: rgb(255, 255, 255);
  width: 80%;
  max-width: 700px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 120px;
}

.th-close:hover {
  cursor: pointer;
}

.th-close {
  background-color: var(--primary-color);
  color: white;
  width: 150px;
  padding: 15px 15px;
  border-radius: 6px;
  position: absolute;
  right: 0;
  margin-top: 50px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
  font-size: 13px;
  text-align: center;
}

.th-title {
  font-weight: 600;
  font-size: 28px;
  color: var(--primary-color);
}

.unstyled::-webkit-inner-spin-button,
.unstyled::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

input[type="date"] {
  -webkit-appearance: none;
}

input[type="time"] {
  -webkit-appearance: none;
}

.button-book {
  text-align: center;
  border: 2px solid white;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 20px 10px;
  border-radius: 10px;
}

.button-book:hover {
  cursor: pointer;
  background-color: white;
  color: var(--primary-color);
}

.link-book {
  color: white;
  text-decoration: none;
  margin: 0 auto;
}

.link-book:hover {
  text-decoration: none;
}

.button-book > ion-icon {
  font-size: 20px;
  transform: translateY(3px);
}

#presencial {
  width: 100%;
  padding: 8px 10px;
  color: rgb(128, 128, 128);
  appearance: none;
  -webkit-appearance: none;
  border-radius: 6px;
  margin-bottom: 10px;
  border: 1px solid rgb(221, 221, 221);
  background-color: white;
  padding-right: 42.5px;
}

#presencial:focus {
  outline: none;
}
