/*
Theme Name: Cosmetic
Description: This is a Cosmetic Surgery Hospital Template. Its a full responsive template built with Bootstrap.
Version: 1.0
Author: TheShahriyar
Author URI: http://theshahriyar.com
*/
body {
  font-family: "Rubik", sans-serif;
  color: #a5a5a5;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #222;
  font-family: "Abril Fatface", cursive !important; }

img {
  max-width: 100%;
  height: auto; }

.img-center {
  margin-left: auto;
  margin-right: auto; }

.white {
  color: #fff !important; }
  .white h1,
  .white h2,
  .white h3,
  .white h4,
  .white h5,
  .white h6 {
    color: #fff; }

a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none;
    outline: 0; }

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

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

.main-container {
  overflow: hidden; }

.dropcap {
  font-size: 38px;
  font-weight: 400;
  line-height: 58px;
  float: left;
  width: 60px;
  height: 60px;
  padding: 0 10px 0 14px; }
  .dropcap.bg {
    margin-right: 22px;
    margin-bottom: 0;
    color: #ffffff;
    background: #d32931;
    text-align: center;
    color: #fff; }
  .dropcap.yellow-bg {
    background: #f6d014;
    margin-right: 10px; }
  .dropcap.circle {
    border-radius: 50%; }
  .dropcap.rounded {
    border-radius: 5px; }

hr {
  margin-top: 0;
  margin-bottom: 0; }

.btn {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn-primary {
  background: transparent;
  padding: 13px 40px;
  font-size: 14px;
  border-radius: 30px;
  letter-spacing: 1px;
  border: 2px solid #d32931 !important;
  text-transform: uppercase;
  color: #d32931 !important;
  text-shadow: none;
  font-weight: 500; }
  .btn-primary:hover {
    color: #fff !important;
    background: #d32931; }
  .btn-primary:focus, .btn-primary:active {
    outline: 0;
    color: #fff !important;
    background: #d32931;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-primary.solid-bg {
    background: #d32931;
    color: #fff !important; }

.gradient-bg {
  background: #d32931;
  background: -webkit-linear-gradient(to left, #38ef7d, #11998e);
  background: -webkit-gradient(linear, right top, left top, from(#38ef7d), to(#11998e));
  background: -webkit-linear-gradient(right, #38ef7d, #11998e);
  background: -o-linear-gradient(right, #38ef7d, #11998e);
  background: linear-gradient(to left, #38ef7d, #11998e); }

.navbar-toggler {
  color: #fff; }
  .navbar-toggler:focus {
    outline: 0; }

.img-circle {
  border-radius: 50%; }

.right-half,
.left-half {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-position: center center;
  background-size: cover; }
  .right-half.width33,
  .left-half.width33 {
    width: 33%; }
  .right-half.width50,
  .left-half.width50 {
    width: 50%; }

.left-half {
  left: 0; }

.img-effect {
  position: relative;
  overflow: hidden; }
  .img-effect:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transform: scale3d(1.9, 2.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    transform: scale3d(1.9, 2.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: -webkit-transform 0.9s;
    transition: -webkit-transform 0.9s;
    -o-transition: transform 0.9s;
    transition: transform 0.9s;
    transition: transform 0.9s, -webkit-transform 0.9s; }
  .img-effect:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #222;
    opacity: 0.2;
    left: 0;
    top: 0;
    z-index: -1; }
  .img-effect:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0); }

.breadcrumb-section {
  padding: 200px 0 30px; }

.breadcrumb {
  background: transparent;
  border-radius: 0;
  color: #fff;
  float: right;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0; }
  .breadcrumb li {
    display: inline-block;
    padding: 0 5px; }
    .breadcrumb li a {
      color: #fff;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .breadcrumb li a:hover {
        color: #d32931; }
    .breadcrumb li:after {
      content: "/";
      padding-left: 5px; }
    .breadcrumb li:first-child:after, .breadcrumb li:last-child:after {
      content: ""; }

.page-title h1 {
  font-size: 22px;
  letter-spacing: 1.5px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  color: #fff; }

label {
  margin-bottom: 0; }

.navbar-fixed-top {
  position: fixed !important;
  right: 0;
  left: 0;
  z-index: 1100;
  margin-top: 30px;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition: all 0.4s; }

.space-30 {
  margin-top: 30px; }

.margin80 {
  margin: 80px 0; }

.mt80 {
  margin-top: 80px; }

.mt60 {
  margin-top: 60px; }

.mt65 {
  margin-top: 65px; }

.mt30 {
  margin-top: 30px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb60 {
  margin-bottom: 60px; }

.mr10 {
  margin-right: 10px; }

.pad15 {
  padding: 15px 0; }

.pad30 {
  padding: 30px 0; }

.pad50 {
  padding: 50px 0; }

.pad60 {
  padding: 60px 0; }

.pad80 {
  padding: 80px 0; }

.pad100 {
  padding: 100px 0; }

.pad110 {
  padding: 110px 0; }

.pad120 {
  padding: 120px 0; }

.pad-t110 {
  padding-top: 110px; }

.pad-t100 {
  padding-top: 100px; }

.pad-t80 {
  padding-top: 80px; }

.pad-t30 {
  padding-top: 30px; }

.pad-t60 {
  padding-top: 60px; }

.pad-t90 {
  padding-top: 90px; }

.pad-t120 {
  padding-top: 120px; }

.pad-b30 {
  padding-bottom: 30px; }

.pad-b40 {
  padding-bottom: 40px; }

.pad-b50 {
  padding-bottom: 50px; }

.pad-b60 {
  padding-bottom: 60px; }

.pad-b70 {
  padding-bottom: 70px; }

.pad-b80 {
  padding-bottom: 80px; }

.pad-b100 {
  padding-bottom: 100px; }

.pad-b120 {
  padding-bottom: 120px; }

.bg-overlay-dark:before {
  content: "";
  background-color: rgba(27, 26, 26, 0.75);
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }

.section-heading {
  margin-bottom: 80px; }
  .section-heading .heading-subtitle {
    font-family: "Great Vibes", cursive;
    color: #d32931;
    font-size: 45px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 5px;
    text-transform: capitalize; }
  .section-heading .heading-title {
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px; }
  .section-heading .heading-desc {
    margin-bottom: 0;
    padding: 0 40px; }
  .section-heading.white .heading-title {
    color: #fff !important; }

.section-title {
  position: relative;
  margin: 0 0 80px; }
  .section-title h3 {
    position: relative;
    font-size: 46px;
    line-height: 46px;
    color: #d32931;
    font-weight: 700;
    letter-spacing: 2px; }
    .section-title h3 span {
      color: #d32931 !important; }
    .section-title h3:after {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      width: 30px;
      height: 2px;
      margin: -20px auto;
      content: "";
      opacity: 1;
      background: #222; }
    .section-title h3:before {
      font-family: "FontAwesome";
      content: "\f0f1 ";
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      color: #bbb;
      font-size: 140px;
      opacity: 0.2; }
  .section-title.white h3 {
    color: #ffffff; }
    .section-title.white h3:after {
      background: #fff !important; }
  .section-title.left h3:after {
    left: 0;
    right: 100%; }
  .section-title.left h3:before {
    bottom: 20px; }

.footer-title h3 {
  font-size: 17px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 1px; }

.section-title-sm h3 {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase; }
  .section-title-sm h3 span {
    color: #d32931; }

.section-title-2 {
  font-size: 16px;
  line-height: 22px;
  position: relative;
  margin: 0 0 50px;
  color: #24252a; }
  .section-title-2 h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 50px; }
    .section-title-2 h3 span {
      color: #d32931 !important; }
  .section-title-2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 2px;
    margin: -27px auto;
    content: "";
    opacity: 1;
    background: #d32931; }
  .section-title-2.white h3 {
    color: #ffffff; }
  .section-title-2 span i:before {
    font-size: 40px;
    color: #d32931; }
  .section-title-2.center {
    text-align: center; }
    .section-title-2.center:after {
      left: 0;
      right: 0;
      width: 40px;
      height: 3px;
      margin: -28px auto; }

.form-control {
  border-radius: 0; }
  .form-control:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 41, 49, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(211, 41, 49, 0.25); }

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-style: italic;
  border-left: 3px solid #24252a; }
  blockquote.primary {
    border-left-color: #d32931; }
  blockquote.ash-bg {
    background-color: #f7f7f7; }

.divider {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #999; }
  .divider.dotted {
    border-top: 1px dotted #999; }
  .divider.dashed {
    border-top: 1px dashed #999; }

.bg-color-1 {
  background: #1f2125; }

.bg-color-2 {
  background: #111010; }

.parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover; }

.fa-ul li {
  padding: 5px 0; }
  .fa-ul li .fa-li {
    margin-top: 8px;
    color: #d32931; }

.shadow {
  -webkit-box-shadow: -25px 0 30px -15px rgba(0, 0, 0, 0.15), 25px 0 30px -15px rgba(0, 0, 0, 0.15);
  box-shadow: -25px 0 30px -15px rgba(0, 0, 0, 0.15), 25px 0 30px -15px rgba(0, 0, 0, 0.15); }

.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px; }
  .owl-carousel .owl-dots .owl-dot {
    background: transparent;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid #888;
    margin-left: 2px;
    margin-right: 2px; }
    .owl-carousel .owl-dots .owl-dot.active {
      background: #d32931;
      border-color: #d32931; }

.back-to-top.reveal {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 30;
  filter: alpha(opacity=3000); }
  .back-to-top.reveal:focus, .back-to-top.reveal:active, .back-to-top.reveal:hover {
    background-color: #24252a;
    opacity: 100;
    filter: alpha(opacity=10000); }

.back-to-top {
  position: fixed;
  z-index: 1000;
  right: 25px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #d32931;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms; }
  .back-to-top i {
    position: absolute;
    top: 50%;
    left: 35%;
    margin-top: -15px;
    margin-left: -3px;
    color: #ffffff; }

@media screen and (min-width: 768px) {
  .navbar.navbar-expand-lg {
    background: transparent;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
    .navbar.navbar-expand-lg .container {
      background-color: #000; }
    .navbar.navbar-expand-lg .navbar-brand img {
      width: 170px; }
    .navbar.navbar-expand-lg .navbar-collapse {
      padding-left: 0;
      padding-right: 0; }
    .navbar.navbar-expand-lg .navbar-nav {
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; }
      .navbar.navbar-expand-lg .navbar-nav > li {
        position: inherit; }
        .navbar.navbar-expand-lg .navbar-nav > li > a {
          color: #a5a5a5;
          font-size: 14px;
          text-transform: uppercase;
          transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          padding: 20px 20px; }
          .navbar.navbar-expand-lg .navbar-nav > li > a:hover, .navbar.navbar-expand-lg .navbar-nav > li > a.active {
            color: #d32931 !important; }
            .navbar.navbar-expand-lg .navbar-nav > li > a:hover:after, .navbar.navbar-expand-lg .navbar-nav > li > a.active:after {
              width: 100%; }
      .navbar.navbar-expand-lg .navbar-nav li.drop {
        position: relative; }
        .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down {
          margin: 0;
          position: absolute;
          top: 80%;
          left: 0px;
          width: 200px;
          visibility: hidden;
          opacity: 0;
          z-index: 3;
          text-align: left;
          padding: 10px 20px;
          background: #111;
          transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out; }
          .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li {
            list-style: none;
            display: block;
            margin: 0;
            position: relative; }
            .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li:last-child {
              border-bottom: 0; }
            .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li a {
              display: inline-block;
              text-transform: uppercase;
              text-decoration: none;
              transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              -webkit-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              display: block;
              color: #999;
              font-size: 13px;
              padding: 7px 0;
              font-weight: 400;
              margin: 0; }
              .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li a i {
                float: right; }
              .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li a:hover, .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li a:focus {
                color: #fff; }
            .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li ul.drop-down.level3 {
              top: 0px;
              left: 80%;
              width: 200px;
              border-bottom: none;
              opacity: 0;
              visibility: hidden;
              transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -webkit-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out; }
              .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li ul.drop-down.level3 a {
                color: #fff; }
                .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li ul.drop-down.level3 a:hover, .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li ul.drop-down.level3 a:focus {
                  color: #222; }
            .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li:hover li a {
              color: #222; }
            .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li:hover ul.drop-down.level3 {
              opacity: 1;
              left: 100%;
              visibility: visible; }
            .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li input[type="search"] {
              margin: 10px 0;
              -webkit-box-shadow: 0;
              box-shadow: 0;
              border: 1px solid #ccc;
              outline: none;
              font-size: 13px;
              padding: 5px 0 5px 10px; }
              .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down li input[type="search"]:focus {
                border: 1px solid #d32931; }
          .navbar.navbar-expand-lg .navbar-nav li.drop ul.drop-down.right-side {
            left: inherit;
            right: 0; }
        .navbar.navbar-expand-lg .navbar-nav li.drop:hover > ul.drop-down {
          visibility: visible;
          opacity: 1;
          top: 100%; }
      .navbar.navbar-expand-lg .navbar-nav li.megadrop:hover .megadrop-down {
        visibility: visible;
        opacity: 1;
        top: 100%; }
      .navbar.navbar-expand-lg .navbar-nav li.megadrop .megadrop-down {
        background: transparent;
        z-index: 999;
        position: absolute;
        width: 100%;
        top: 80%;
        left: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in; }
        .navbar.navbar-expand-lg .navbar-nav li.megadrop .megadrop-down .container {
          background-color: transparent; }
        .navbar.navbar-expand-lg .navbar-nav li.megadrop .megadrop-down .dropdown {
          width: 100%;
          background: #111;
          text-align: left;
          padding: 25px; }
          .navbar.navbar-expand-lg .navbar-nav li.megadrop .megadrop-down .dropdown ul:last-child li {
            border-right: none; }
          .navbar.navbar-expand-lg .navbar-nav li.megadrop .megadrop-down .dropdown ul li {
            list-style: none;
            padding: 10px 0; }
            .navbar.navbar-expand-lg .navbar-nav li.megadrop .megadrop-down .dropdown ul li:last-child {
              padding-bottom: 0;
              border: 0; }
            .navbar.navbar-expand-lg .navbar-nav li.megadrop .megadrop-down .dropdown ul li a {
              color: #a5a5a5;
              display: block;
              display: inline-block;
              font-size: 14px;
              font-weight: 400;
              margin: 0;
              text-decoration: none;
              text-transform: uppercase;
              transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              -webkit-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out; }
              .navbar.navbar-expand-lg .navbar-nav li.megadrop .megadrop-down .dropdown ul li a i {
                padding-right: 5px; }
              .navbar.navbar-expand-lg .navbar-nav li.megadrop .megadrop-down .dropdown ul li a.active {
                color: #222; }
            .navbar.navbar-expand-lg .navbar-nav li.megadrop .megadrop-down .dropdown ul li:hover a {
              color: #fff; }
    .navbar.navbar-expand-lg.primary-color {
      background-color: #d32931; }
    .navbar.navbar-expand-lg.dark-color {
      background-color: #222; }
    .navbar.navbar-expand-lg.boxed-width.primary-color {
      background-color: transparent; }
      .navbar.navbar-expand-lg.boxed-width.primary-color .navbar-collapse {
        background-color: #d32931; }
    .navbar.navbar-expand-lg.boxed-width.dark-color {
      background-color: transparent; }
      .navbar.navbar-expand-lg.boxed-width.dark-color .navbar-collapse {
        background-color: #222; }
    .navbar.navbar-expand-lg.primary-color .navbar-nav > li > a {
      color: #333 !important; }
      .navbar.navbar-expand-lg.primary-color .navbar-nav > li > a:hover, .navbar.navbar-expand-lg.primary-color .navbar-nav > li > a.active {
        color: #fff !important; }
    .navbar.navbar-expand-lg.primary-color .navbar-nav li.drop ul.drop-down {
      background: #d93c44; }
      .navbar.navbar-expand-lg.primary-color .navbar-nav li.drop ul.drop-down li a {
        color: #333; }
        .navbar.navbar-expand-lg.primary-color .navbar-nav li.drop ul.drop-down li a:hover, .navbar.navbar-expand-lg.primary-color .navbar-nav li.drop ul.drop-down li a.active {
          color: #fff; }
    .navbar.navbar-expand-lg.primary-color .navbar-nav li.megadrop .megadrop-down .dropdown {
      background: #d93c44; }
      .navbar.navbar-expand-lg.primary-color .navbar-nav li.megadrop .megadrop-down .dropdown ul li a {
        color: #333; }
        .navbar.navbar-expand-lg.primary-color .navbar-nav li.megadrop .megadrop-down .dropdown ul li a:hover, .navbar.navbar-expand-lg.primary-color .navbar-nav li.megadrop .megadrop-down .dropdown ul li a.active {
          color: #fff; }
    .navbar.navbar-expand-lg.dark-color .navbar-nav > li > a {
      color: #fff !important; }
      .navbar.navbar-expand-lg.dark-color .navbar-nav > li > a:hover, .navbar.navbar-expand-lg.dark-color .navbar-nav > li > a.active {
        color: #d32931 !important; }
    .navbar.navbar-expand-lg.dark-color .navbar-nav li.drop ul.drop-down {
      background: #2f2f2f; }
      .navbar.navbar-expand-lg.dark-color .navbar-nav li.drop ul.drop-down li a {
        color: #fff; }
        .navbar.navbar-expand-lg.dark-color .navbar-nav li.drop ul.drop-down li a:hover, .navbar.navbar-expand-lg.dark-color .navbar-nav li.drop ul.drop-down li a.active {
          color: #d32931; }
    .navbar.navbar-expand-lg.dark-color .navbar-nav li.megadrop .megadrop-down .dropdown {
      background: #2f2f2f; }
      .navbar.navbar-expand-lg.dark-color .navbar-nav li.megadrop .megadrop-down .dropdown ul li a {
        color: #fff; }
        .navbar.navbar-expand-lg.dark-color .navbar-nav li.megadrop .megadrop-down .dropdown ul li a:hover, .navbar.navbar-expand-lg.dark-color .navbar-nav li.megadrop .megadrop-down .dropdown ul li a.active {
          color: #d32931; }
    .navbar.navbar-expand-lg.bottom-nav .navbar-brand {
      margin-top: 0; }
    .navbar.navbar-expand-lg.bottom-nav .navbar-nav > li > a {
      padding: 20px 30px; }
    .navbar.navbar-expand-lg.bottom-nav.primary-color .navbar-nav > li > a:hover, .navbar.navbar-expand-lg.bottom-nav.primary-color .navbar-nav > li > a.active {
      background: #be252c; }
    .navbar.navbar-expand-lg.bottom-nav.dark-color .navbar-nav > li > a:hover, .navbar.navbar-expand-lg.bottom-nav.dark-color .navbar-nav > li > a.active {
      background: #151515; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .navbar-expand-lg .navbar-brand {
    padding: 20px 15px 10px !important; } }

@media screen and (max-width: 767px) {
  .navbar-expand-lg {
    text-align: left;
    margin-bottom: 0; }
    .navbar-expand-lg .navbar-brand img {
      width: 150px; }
    .navbar-expand-lg .navbar-collapse.collapse.show {
      max-height: 300px;
      overflow-y: scroll; }
  .navbar-nav > li > a {
    padding: 5px 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #a5a5a5; }
  .navbar-nav li ul.drop-down {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    visibility: visible;
    opacity: 1;
    padding: 5px 0;
    background: transparent;
    border-top: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none; }
    .navbar-nav li ul.drop-down li a {
      padding: 3px 30px;
      text-transform: uppercase;
      color: #a5a5a5; }
    .navbar-nav li ul.drop-down li ul.drop-down.level3 {
      top: inherit;
      left: inherit;
      width: 100%;
      position: relative;
      visibility: visible;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      opacity: 1; }
      .navbar-nav li ul.drop-down li ul.drop-down.level3 li {
        padding-left: 10px; }
        .navbar-nav li ul.drop-down li ul.drop-down.level3 li a {
          color: #d32931; }
    .navbar-nav li ul.drop-down li input[type="search"] {
      margin: 10px 25px;
      -webkit-box-shadow: 0;
      box-shadow: 0;
      border: 1px solid #ccc;
      outline: none;
      font-size: 13px;
      padding-left: 10px; }
      .navbar-nav li ul.drop-down li input[type="search"]:focus {
        border: 1px solid #d32931; }
  .navbar-nav li.megadrop .megadrop-down {
    position: relative;
    top: inherit;
    left: inherit;
    visibility: visible;
    opacity: 1; }
    .navbar-nav li.megadrop .megadrop-down .dropdown {
      padding: 0 15px;
      background: transparent;
      border-top: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none; }
      .navbar-nav li.megadrop .megadrop-down .dropdown ul {
        margin-bottom: 0; }
        .navbar-nav li.megadrop .megadrop-down .dropdown ul li {
          padding-bottom: 5px !important;
          border-right: none; }
          .navbar-nav li.megadrop .megadrop-down .dropdown ul li a {
            color: #d32931;
            text-transform: uppercase; }
            .navbar-nav li.megadrop .megadrop-down .dropdown ul li a i {
              display: none; }
  .navbar-expand-lg.primary-color {
    background-color: #d32931;
    border-color: #d32931; }
    .navbar-expand-lg.primary-color .navbar-collapse.collapse.in {
      background: #fff; }
  .hidden {
    display: none !important; }
  .navbar-brand.separate {
    display: inherit;
    text-align: center;
    margin-bottom: 20px; } }

.navbar-brand.separate {
  padding-left: 0; }

.navbar-bg {
  background-color: #000;
  margin-top: 0 !important; }

#main-slide .carousel-item img {
  width: 100%; }

#main-slide .carousel-item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms; }

#main-slide .carousel-item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms; }

#main-slide .carousel-indicators {
  bottom: 30px; }
  #main-slide .carousel-indicators li {
    width: 14px !important;
    height: 14px !important;
    border: 2px solid #fff !important;
    margin: 0 2px !important;
    border-radius: 50%;
    background: transparent; }
    #main-slide .carousel-indicators li.active {
      background: #d32931; }

#main-slide .carousel-control-prev.left, #main-slide .carousel-control-prev.right,
#main-slide .carousel-control-next.left,
#main-slide .carousel-control-next.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none; }

#main-slide .carousel-control-prev.left span,
#main-slide .carousel-control-next.left span {
  padding: 15px; }

#main-slide .carousel-control-prev.right span,
#main-slide .carousel-control-next.right span {
  padding: 15px; }

#main-slide .carousel-control-prev .fa-angle-left,
#main-slide .carousel-control-prev .fa-angle-right,
#main-slide .carousel-control-next .fa-angle-left,
#main-slide .carousel-control-next .fa-angle-right {
  position: absolute;
  top: 40%;
  z-index: 5;
  display: inline-block; }

#main-slide .carousel-control-prev .fa-angle-left,
#main-slide .carousel-control-next .fa-angle-left {
  left: 0; }

#main-slide .carousel-control-prev .fa-angle-right,
#main-slide .carousel-control-next .fa-angle-right {
  right: 0; }

#main-slide .carousel-control-prev i,
#main-slide .carousel-control-next i {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  line-height: 36px;
  font-size: 32px;
  padding: 15px 20px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

#main-slide .slider-content {
  top: 40%;
  margin-top: -70px;
  left: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff; }
  #main-slide .slider-content h1 {
    font-size: 65px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 5px;
    margin-bottom: 55px;
    color: #fff;
    text-transform: uppercase; }
    #main-slide .slider-content h1 strong {
      color: #d32931; }
  #main-slide .slider-content p {
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 1px;
    margin-bottom: 55px;
    color: #a5a5a5; }

#main-slide .slider-content h2.white,
#main-slide .slider-content h3.white {
  color: #fff; }

.slider.btn {
  padding: 10px 40px;
  font-size: 20px;
  border-radius: 2px;
  text-transform: uppercase;
  line-height: 28px;
  font-weight: 300;
  border: 0;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.slider.btn.btn-default {
  margin-left: 4px;
  background: #ececec; }

.slider.btn.btn-default:hover {
  background: #000;
  color: #fff; }

.slider-content-left {
  position: relative;
  margin: 0 0 0 40px; }

.slider-content-right {
  position: relative; }

/*-- Animation --*/
.carousel .carousel-item.active .animated1 {
  -webkit-animation: lightSpeedIn 1s ease-in 800ms both;
  animation: lightSpeedIn 1s ease-in 800ms both; }

.carousel .carousel-item.active .animated2 {
  -webkit-animation: bounceIn 1s ease-in 800ms both;
  animation: bounceIn 1s ease-in 800ms both; }

.carousel .carousel-item.active .animated3 {
  -webkit-animation: flipInX 2s ease-in-out 800ms both;
  animation: flipInX 2s ease-in-out 800ms both; }

@media (min-width: 1024px) and (max-width: 1400px) {
  #main-slide .slider-content h1 {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 20px; }
  #main-slide .slider-content p {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 28px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  #main-slide .slider-content h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 0; }
  #main-slide .slider-content p {
    font-size: 20px;
    margin-top: 0;
    line-height: 25px;
    margin-bottom: 30px; }
  .slider.btn {
    padding: 5px 25px;
    margin-top: 5px;
    font-size: 16px; } }

@media (max-width: 767px) {
  #main-slide .slider-content {
    top: 45%; }
  #main-slide .slider-content h1 {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 10px; }
  #main-slide .slider-content p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 10px; }
  #main-slide .btn-primary {
    padding: 7px 25px;
    margin-top: 0;
    font-size: 12px;
    display: none; }
  #main-slide .carousel-indicators {
    bottom: 0; }
  #main-slide .carousel-control-prev,
  #main-slide .carousel-control-next {
    display: none; } }

@media (max-width: 480px) {
  #main-slide .slider-content {
    top: 60%; }
  #main-slide .slider-content h1 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0; }
  #main-slide .slider-content p {
    font-size: 12px; }
  #main-slide .slider-content a {
    display: none; } }

.menu-opening-hours h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #d32931; }

.menu-opening-hours h5 {
  font-size: 16px;
  font-weight: 400;
  color: #ddd; }

.welcome-section .section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin-bottom: 0; }

.welcome-section-2 .heading-desc {
  padding: 0; }

.special-dishes {
  background: #fff;
  padding: 50px 50px 20px 50px; }

.special-dish {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px dashed #d32931; }
  .special-dish h5 {
    font-weight: normal;
    margin-bottom: 0.5rem; }
  .special-dish p {
    margin-bottom: 0.5rem; }
  .special-dish .price {
    font-family: "Great Vibes", cursive;
    color: #d32931;
    font-size: 24px;
    font-weight: 600; }

.special-dish-container .special-dish {
  border: 0; }
  .special-dish-container .special-dish img {
    max-width: 300px; }
  .special-dish-container .special-dish h5 {
    font-size: 34px; }
  .special-dish-container .special-dish .price {
    font-size: 45px;
    margin-top: 20px; }

.feature,
.feature-2 {
  margin-bottom: 30px;
  text-align: center;
  background: #fff;
  padding: 25px;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition: all 0.4s; }
  .feature img,
  .feature-2 img {
    width: 80px;
    margin-bottom: 15px; }
  .feature h4,
  .feature-2 h4 {
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 20px; }
  .feature p,
  .feature-2 p {
    margin-bottom: 0; }

.feature:hover {
  background-color: #d32931;
  color: #fff; }

.feature-img {
  margin-bottom: 30px;
  position: relative; }
  .feature-img .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .feature-img .caption p {
      color: #fff;
      font-family: "Great Vibes", cursive;
      margin-bottom: 0;
      font-size: 40px; }

.restaurant-menu-tab .nav-pills {
  margin-bottom: 30px; }
  .restaurant-menu-tab .nav-pills .nav-item {
    margin: 0 10px; }
    .restaurant-menu-tab .nav-pills .nav-item .nav-link {
      padding: 10px 30px;
      border-radius: 30px;
      border: 2px solid #666;
      color: #222;
      text-transform: uppercase;
      letter-spacing: 1px; }

.restaurant-menu-tab .nav-pills .nav-link.active,
.restaurant-menu-tab .nav-pills .show > .nav-link {
  background-color: #d32931;
  border-color: #d32931;
  color: #fff; }

.food-item {
  position: relative;
  margin-bottom: 30px; }
  .food-item .item-img {
    position: relative; }
    .food-item .item-img .price {
      position: absolute;
      left: 0;
      top: 80%;
      background-color: #d32931;
      border-radius: 0 20px 20px 0;
      color: #fff;
      padding: 5px 25px;
      font-family: "Great Vibes", cursive;
      font-size: 20px; }
  .food-item .item-details {
    margin-top: 10px; }
    .food-item .item-details h4 {
      font-weight: normal;
      font-size: 20px;
      margin-bottom: 5px; }
    .food-item .item-details p {
      margin-bottom: 0; }

.call-to-action {
  text-align: center; }
  .call-to-action img {
    margin-bottom: 50px; }
  .call-to-action h3 {
    color: #fff;
    font-family: "Great Vibes", cursive !important;
    font-weight: normal;
    font-size: 90px;
    line-height: 1;
    margin-bottom: 20px; }
  .call-to-action p {
    width: 70%;
    margin: 0 auto 40px;
    color: #ddd; }

.countdown-section {
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 80px 0; }
  .countdown-section h2 {
    font-size: 65px;
    font-family: "Great Vibes", cursive !important;
    color: #d32931; }
  .countdown-section h3 {
    font-size: 40px;
    margin: 20px 0; }

.testimonial-item {
  border: 1px solid #efefef;
  padding: 30px; }
  .testimonial-item img {
    width: 50px !important;
    border-radius: 100%;
    margin-bottom: 20px;
    border: 3px solid #d32931; }
  .testimonial-item .rating-set i {
    color: #d32931; }
  .testimonial-item p {
    margin-top: 20px; }
  .testimonial-item .intro {
    border-top: 1px dashed #ccc;
    padding-top: 20px; }
    .testimonial-item .intro h6 {
      font-weight: 500; }

.team-member {
  position: relative; }
  .team-member .team-details {
    text-align: center;
    margin-top: 10px; }
    .team-member .team-details h6 {
      font-weight: 400;
      font-size: 20px; }
    .team-member .team-details span {
      font-size: 13px; }
  .team-member .team-img {
    position: relative; }
    .team-member .team-img .team-social {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.5);
      padding-top: 0;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      opacity: 0; }
      .team-member .team-img .team-social a {
        font-size: 18px;
        padding-right: 10px;
        color: #fff; }
  .team-member:hover .team-social {
    opacity: 1;
    padding-top: 60%; }

.call-center-section {
  position: relative; }
  .call-center-section * {
    z-index: 100; }
  .call-center-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1; }

.call-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff; }
  .call-center .call-title {
    font-size: 36px;
    margin-bottom: 30px; }
  .call-center h3 {
    font-size: 50px;
    color: #d32931;
    margin-bottom: 30px;
    text-transform: none; }
  .call-center p {
    margin-bottom: 0;
    font-weight: 300; }

.latest-news {
  position: relative;
  margin-bottom: 20px; }
  .latest-news .meta-date {
    position: absolute;
    top: 10%;
    left: 0;
    background-color: #d32931;
    color: #fff;
    border-radius: 0 20px 20px 0;
    padding: 8px 30px; }
  .latest-news .news-desc {
    margin-top: 15px; }
    .latest-news .news-desc h3 {
      font-weight: 500;
      margin-bottom: 10px; }
    .latest-news .news-desc .read-more {
      color: #333;
      font-size: 16px;
      border-bottom: 4px solid #d32931; }

.instagram-gallery {
  position: relative; }
  .instagram-gallery .all-images {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[7];
    grid-template-columns: repeat(7, auto); }
  .instagram-gallery .instagram-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .instagram-gallery .instagram-btn .click-btn {
      background: rgba(255, 255, 255, 0.9);
      padding: 10px 30px;
      color: #333; }

.footer-section {
  background-color: #222; }

.footer-address {
  border-bottom: 2px solid #2d2d2d; }

.address-box {
  text-align: center; }
  .address-box .title {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px; }

.footer-text {
  text-align: center;
  padding: 50px 0; }
  .footer-text img {
    margin-bottom: 20px; }
  .footer-text p {
    margin-bottom: 20px; }

.copyright-section {
  background-color: #1b1b1b;
  padding: 20px 0; }
  .copyright-section .copyright-text {
    text-align: center; }
    .copyright-section .copyright-text p {
      margin-bottom: 0; }
      .copyright-section .copyright-text p a {
        color: #d32931; }
        .copyright-section .copyright-text p a:hover {
          color: #fff; }

.contact-info-box {
  text-align: center;
  margin-bottom: 30px; }
  .contact-info-box i {
    color: #ffffff;
    font-size: 30px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background: #d32931;
    margin: 0 0 20px; }
  .contact-info-box h4 {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #d32931;
    margin-bottom: 16px; }
  .contact-info-box p {
    margin-bottom: 0; }

.blog-post,
.single-blog-post {
  margin-bottom: 50px; }
  .blog-post .blog-img,
  .single-blog-post .blog-img {
    margin: 0 0 8px; }
    .blog-post .blog-img img,
    .single-blog-post .blog-img img {
      width: 100%; }
  .blog-post .blog-post-content,
  .single-blog-post .blog-post-content {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 30px; }
    .blog-post .blog-post-content .post-format,
    .single-blog-post .blog-post-content .post-format {
      float: left;
      display: block;
      width: 5%;
      background: #d32931;
      padding: 15px;
      font-size: 20px;
      text-align: center;
      color: #fff;
      border-radius: 2px;
      margin-right: 30px; }
      .blog-post .blog-post-content .post-format.width10,
      .single-blog-post .blog-post-content .post-format.width10 {
        width: 10%; }
    .blog-post .blog-post-content .post-description,
    .single-blog-post .blog-post-content .post-description {
      width: 95%; }
      .blog-post .blog-post-content .post-description .post-meta li,
      .single-blog-post .blog-post-content .post-description .post-meta li {
        display: inline-block;
        text-transform: uppercase;
        margin-right: 15px; }
        .blog-post .blog-post-content .post-description .post-meta li i,
        .single-blog-post .blog-post-content .post-description .post-meta li i {
          margin-right: 5px; }
      .blog-post .blog-post-content .post-description h1,
      .single-blog-post .blog-post-content .post-description h1 {
        font-size: 24px;
        margin-top: 5px; }
    .blog-post .blog-post-content .post-text,
    .single-blog-post .blog-post-content .post-text {
      margin-top: 30px;
      margin-bottom: 20px; }
    .blog-post .blog-post-content a.read-more,
    .single-blog-post .blog-post-content a.read-more {
      letter-spacing: 2px; }
    .blog-post .blog-post-content .post-tag,
    .single-blog-post .blog-post-content .post-tag {
      color: #888;
      font-size: 15px;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-top: 20px; }
      .blog-post .blog-post-content .post-tag li,
      .single-blog-post .blog-post-content .post-tag li {
        display: inline-block; }
        .blog-post .blog-post-content .post-tag li a,
        .single-blog-post .blog-post-content .post-tag li a {
          color: #d32931;
          text-transform: none;
          letter-spacing: 0; }
  .blog-post .blog-author,
  .single-blog-post .blog-author {
    margin: 40px 0;
    padding: 30px;
    border-radius: 2px;
    border: 1px solid #ddd; }
    .blog-post .blog-author img,
    .single-blog-post .blog-author img {
      width: 80px;
      display: block;
      background: #fff;
      border: 1px solid #ddd;
      margin: 0 20px 0 0;
      border-radius: 50%; }
    .blog-post .blog-author .author-name,
    .single-blog-post .blog-author .author-name {
      margin-top: 20px; }
      .blog-post .blog-author .author-name a,
      .single-blog-post .blog-author .author-name a {
        color: #24252a;
        font-weight: 500;
        font-size: 16px; }
  .blog-post .comment-section,
  .single-blog-post .comment-section {
    margin-top: 80px; }
    .blog-post .comment-section h2,
    .single-blog-post .comment-section h2 {
      color: #222222;
      font-size: 15px;
      font-weight: 700;
      margin: 0 0 15px;
      text-transform: uppercase;
      padding-bottom: 35px;
      border-bottom: 1px solid #e0e0e0;
      margin-bottom: 40px; }
    .blog-post .comment-section .comment-box,
    .single-blog-post .comment-section .comment-box {
      overflow: hidden;
      padding-bottom: 35px;
      border-bottom: 1px solid #f3f3f3;
      margin-bottom: 40px; }
      .blog-post .comment-section .comment-box img,
      .single-blog-post .comment-section .comment-box img {
        width: 70px;
        float: left;
        border-radius: 50%;
        border: 2px solid #d32931; }
      .blog-post .comment-section .comment-box .comment-content,
      .single-blog-post .comment-section .comment-box .comment-content {
        margin-left: 100px; }
        .blog-post .comment-section .comment-box .comment-content h4,
        .single-blog-post .comment-section .comment-box .comment-content h4 {
          color: #222222;
          font-size: 13px;
          text-transform: uppercase;
          margin: 0; }
          .blog-post .comment-section .comment-box .comment-content h4 a,
          .single-blog-post .comment-section .comment-box .comment-content h4 a {
            color: #222222;
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            float: right;
            font-size: 11px;
            font-weight: 400; }
        .blog-post .comment-section .comment-box .comment-content span,
        .single-blog-post .comment-section .comment-box .comment-content span {
          font-size: 13px;
          color: #999999;
          line-height: 20px;
          margin: 0 0 10px;
          font-size: 11px;
          display: inline-block;
          font-weight: 400;
          margin-bottom: 16px;
          text-transform: uppercase; }
    .blog-post .comment-section ul.depth .comment-box,
    .single-blog-post .comment-section ul.depth .comment-box {
      padding-left: 100px; }
    .blog-post .comment-section .comment-form h2,
    .single-blog-post .comment-section .comment-form h2 {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 30px; }
    .blog-post .comment-section .comment-form input[type="text"],
    .blog-post .comment-section .comment-form textarea,
    .single-blog-post .comment-section .comment-form input[type="text"],
    .single-blog-post .comment-section .comment-form textarea {
      width: 100%;
      display: block;
      padding: 12px;
      background: #fff;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      color: #999999;
      font-size: 13px;
      border: 1px solid #ccc;
      outline: none;
      margin: 0 0 20px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; }
      .blog-post .comment-section .comment-form input[type="text"]:focus,
      .blog-post .comment-section .comment-form textarea:focus,
      .single-blog-post .comment-section .comment-form input[type="text"]:focus,
      .single-blog-post .comment-section .comment-form textarea:focus {
        border: 1px solid #d32931; }
    .blog-post .comment-section .comment-form textarea,
    .single-blog-post .comment-section .comment-form textarea {
      min-height: 193px;
      margin-bottom: 30px; }
    .blog-post .comment-section .comment-form .btn-primary-bordered,
    .single-blog-post .comment-section .comment-form .btn-primary-bordered {
      background: transparent; }

.single-blog-post {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.pagination li a,
.pagination li a:hover,
.pagination li a:focus {
  color: #adadad;
  padding: 6px 12px;
  border-radius: 0;
  border: solid 1px #e1e1e1;
  background: transparent;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms; }

.pagination li.active a,
.pagination li.active a:hover {
  color: #fff;
  border: solid 1px #d32931;
  background-color: #d32931; }

.pagination li:first-child a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination li:last-child a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.widget {
  margin-bottom: 40px; }

.widget-title {
  margin: 0 0 20px 0; }
  .widget-title h3 {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #333333; }

.widget-search input[type="search"] {
  width: 100%;
  display: block;
  padding: 8px;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #999999;
  font-size: 13px;
  border: 1px solid #ccc;
  outline: none;
  margin: 0 0 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }
  .widget-search input[type="search"]:focus {
    border: 1px solid #d32931; }

.widget-archive li a,
.widget-category li a {
  font-weight: 400;
  color: #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .widget-archive li a:hover,
  .widget-category li a:hover {
    color: #d32931; }

.widget-tag li {
  display: inline-block;
  margin-bottom: 20px !important;
  margin-right: 2px; }

.widget-tag a {
  font-size: 14px;
  font-style: normal !important;
  line-height: 17px;
  margin: 0;
  padding: 8px 15px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff !important;
  border: 0;
  background: #d32931;
  text-shadow: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .widget-tag a:hover {
    background: #24252a; }

.widget-social li {
  font-size: 16px;
  line-height: 16px;
  float: left;
  margin: 0 1px 0 0;
  padding: 5px 15px 5px 13px;
  list-style: none;
  text-align: center;
  background: #1a1a1a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .widget-social li a {
    color: #fff; }
  .widget-social li:hover {
    background: #d32931; }

.widget-navigation .side-navigation li {
  border: 1px solid #ddd;
  border-bottom: none; }
  .widget-navigation .side-navigation li:last-child {
    border-bottom: 1px solid #ddd; }
  .widget-navigation .side-navigation li a {
    padding: 13px 18px;
    text-transform: uppercase;
    background: #f7f7f7;
    color: #222;
    font-weight: normal;
    display: block; }
    .widget-navigation .side-navigation li a:hover {
      background: #222;
      color: #d32931; }

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="password"],
.contact-form select,
.quotation-form input[type="text"],
.quotation-form input[type="email"],
.quotation-form input[type="tel"],
.quotation-form input[type="password"],
.quotation-form select {
  width: 100%;
  display: block;
  height: 45px;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #999999;
  font-size: 13px;
  border: 1px solid #ccc;
  outline: none;
  margin: 0 0 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }
  .contact-form input[type="text"]:focus,
  .contact-form input[type="email"]:focus,
  .contact-form input[type="tel"]:focus,
  .contact-form input[type="password"]:focus,
  .contact-form select:focus,
  .quotation-form input[type="text"]:focus,
  .quotation-form input[type="email"]:focus,
  .quotation-form input[type="tel"]:focus,
  .quotation-form input[type="password"]:focus,
  .quotation-form select:focus {
    border: 1px solid #d32931; }

.contact-form textarea,
.quotation-form textarea {
  margin-bottom: 20px;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #999999;
  font-size: 13px;
  border: 1px solid #ccc;
  outline: none; }

.contact-form .help-block,
.quotation-form .help-block {
  color: #f00; }

.contact-form .btn-primary-bordered,
.quotation-form .btn-primary-bordered {
  background: transparent; }

.feature-5 {
  margin-bottom: 30px; }
  .feature-5 img {
    margin-bottom: 20px; }
  .feature-5 h4 {
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 1px; }
  .feature-5 a {
    color: #a5a5a5; }
    .feature-5 a i {
      -webkit-transition: margin-left 0.3s ease-in;
      -o-transition: margin-left 0.3s ease-in;
      transition: margin-left 0.3s ease-in; }
    .feature-5 a:hover {
      color: #d32931;
      -webkit-transition: color 0.3s ease-in;
      -o-transition: color 0.3s ease-in;
      transition: color 0.3s ease-in; }
      .feature-5 a:hover i {
        margin-left: 5px; }

.wav-accordion .card {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  margin-bottom: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important; }

.wav-accordion .card-header {
  background: #f9f9f9;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  padding: 0.6rem 1.25rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .wav-accordion .card-header .card-title h5 {
    font-weight: 400; }
  .wav-accordion .card-header .card-title a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #d32931;
    text-transform: uppercase;
    padding: 3px 0;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }
    .wav-accordion .card-header .card-title a:before {
      font-family: "FontAwesome";
      content: "\f0ab";
      font-size: 20px;
      line-height: 36px;
      padding-right: 10px;
      color: #d32931;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .wav-accordion .card-header .card-title a.collapsed {
      color: #444; }
      .wav-accordion .card-header .card-title a.collapsed:hover {
        color: #d32931; }
      .wav-accordion .card-header .card-title a.collapsed:before {
        font-family: "FontAwesome";
        content: "\f0a9"; }

.wav-accordion .card-body {
  padding: 15px;
  border-top: 1px solid #ddd;
  font-size: 15px;
  line-height: 24px;
  background-color: transparent !important; }

.card-title a .control-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: none; }

.card-title a.collapsed .control-icon {
  display: block; }

.card-title a i {
  font-size: 22px;
  padding-right: 5px;
  color: #d32931; }

.page-not-found {
  padding-bottom: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .page-not-found h1 {
    font-size: 160px;
    font-family: "Great Vibes", cursive !important;
    color: #d32931; }
  .page-not-found h2 {
    letter-spacing: 1px;
    font-weight: 400; }
  .page-not-found a {
    margin-top: 40px;
    color: #d32931; }
    .page-not-found a i {
      margin-right: 10px; }
    .page-not-found a:hover {
      text-decoration: underline; }
