@font-face {
  font-family: "Maiandra GD";
  src: url("../fonts/MaiandraGD.eot");
  src: url("../fonts/MaiandraGD.eot?#iefix") format("embedded-opentype"),
  url("../fonts/MaiandraGD.woff2") format("woff2"),
  url("../fonts/MaiandraGD.woff") format("woff"),
  url("../fonts/MaiandraGD.ttf") format("truetype"),
  url("../fonts/MaiandraGD.svg#Maiandra GD") format("svg");
}

@font-face {
  font-family: 'ElegantIcons';
  src: url('../fonts/ElegantIcons.eot');
  src: local('ElegantIcons'),
  url('../fonts/ElegantIcons.woff') format('woff'),
  url('../fonts/ElegantIcons.ttf') format('truetype');
}

body {
  background-color: #fff;
  font-family: "Oswald", Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #212529;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapperxxxxx {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

::selection {
  background-color: #e11a2c;
  color: #fff;
}

a {
  color: inherit;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
}

a:hover {
  color: #886b2d;
  text-decoration: none;
}

textarea {
  resize: none;
}

section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

img {
  max-width: 100%;
}

*,h1,h2,h3,h4,h5,h6,li,ol,p,ul {
  margin-top: 0;
  padding-top: 0;
}

*,:active,:focus {
  outline: 0;
}

ol,ul {
  list-style: none;
}

button {
  border: none;
  padding: 0;
}

.btn.focus,.btn:focus,.form-control,.form-control:focus,button,button:focus {
  outline: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

select {
  background-color: transparent;
}
.output_message {
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  padding: 12px 20px;
  border-radius: 10px;
  width: 70%;
  margin: auto;
  /* margin-top: 200px; */
  /* background: #E3F2FD; */
  background: linear-gradient(90deg,#250f7b 0%,#4e0962 47.52%,#860142 100%);
}

.output_message h3, .output_message h4 {
    font-family: 'Lato', sans-serif;
    color: #fff;
}
.col-padding-0>.row {
  margin: 0;
}

.col-padding-0,.col-padding-0>.row>[class*=col-] {
  padding: 0;
}

.inner-padding {
  padding: 120px 70px;
}

ul.service {
  text-align: left;
  margin: 0;
  margin-top: 40px;
  padding: 0;
}

ul.service li {
  font-size: 14px;
  font-weight: 600;
  list-style: none;
  padding: 6px;
  margin-left: 10px;
  margin-bottom: 15px;
}

ul.service li img {
  width: 30px;
  margin-right: 15px;
  webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}

ul.inner {
  text-align: left;
  margin: 0;
  margin-top: 40px;
  padding: 0;
}

ul.inner li {
  font-size: 14px;
  font-weight: 600;
  list-style: circle;
  padding: 6px;
  margin-left: 10px;
}

ul.iconlink li {
    color: #000;
    font-size: 14px;
    margin-bottom: 25px;
    display: block;
    list-style: none;
    position: relative;
    padding-left: 30px;
    text-align: left;
}

ul.iconlink li a {
    line-height: 14px;
    display: block;
}

ul.iconlink li.qlink:before {
    content: "\f0f3";
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ef3b06;
}

ul.inner li ul.subinner li {
  font-size: 16px;
  font-weight: 600;
  list-style: disc;
  padding: 6px;
  margin-left: 30px;
}
.vertical-align-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.background-banner {
  min-height: 500px;
}

.width-auto {
  width: auto!important;
}

.lh-1 {
  line-height: 1!important;
}

.vh-100 {
  height: 100vh!important;
}

.align-v {
  display: flex;
  align-items: center;
}

.align-v-h {
  display: flex;
  justify-content: center;
  align-items: center;
}

.border-top {
  border-top: 1px solid #eaeaea!important;
}

.border-bottom {
  border-bottom: 1px solid #eaeaea!important;
}

.mt-0 {
  margin-top: 0!important;
}

.mt-5 {
  margin-top: 5px!important;
}

.mt-10 {
  margin-top: 10px!important;
}

.mt-20 {
  margin-top: 20px!important;
}

.mt-30 {
  margin-top: 30px!important;
}

.mt-40 {
  margin-top: 40px!important;
}

.mt-50 {
  margin-top: 50px!important;
}

.mt-60 {
  margin-top: 60px!important;
}

.mt-70 {
  margin-top: 70px!important;
}

.mt-80 {
  margin-top: 80px!important;
}

.mt-90 {
  margin-top: 90px!important;
}

.mt-100 {
  margin-top: 100px!important;
}

.mt-120 {
  margin-top: 120px!important;
}

.mb-0 {
  margin-bottom: 0!important;
}

.mb-5 {
  margin-bottom: 5px!important;
}

.mb-10 {
  margin-bottom: 10px!important;
}

.mb-20 {
  margin-bottom: 20px!important;
}

.mb-25 {
  margin-bottom: 25px!important;
}

.mb-30 {
  margin-bottom: 30px!important;
}

.mb-40 {
  margin-bottom: 40px!important;
}

.mb-45 {
  margin-bottom: 45px!important;
}

.mb-50 {
  margin-bottom: 50px!important;
}

.mb-60 {
  margin-bottom: 60px!important;
}

.mb-70 {
  margin-bottom: 70px!important;
}

.mb-80 {
  margin-bottom: 80px!important;
}

.mb-90 {
  margin-bottom: 90px!important;
}

.mb-100 {
  margin-bottom: 100px!important;
}

.mt--100 {
  margin-top: -100px;
}

.mr-0 {
  margin-right: 0!important;
}

.mr-10 {
  margin-right: 10px!important;
}

.mr-20 {
  margin-right: 20px!important;
}

.mr-30 {
  margin-right: 30px!important;
}

.mr-40 {
  margin-right: 40px!important;
}

.mr-50 {
  margin-right: 50px!important;
}

.ml-0 {
  margin-left: 0!important;
}

.ml-20 {
  margin-left: 20px!important;
}

.ml-30 {
  margin-left: 30px!important;
}

.ml-40 {
  margin-left: 40px!important;
}

.ml-50 {
  margin-left: 50px!important;
}

.pb-10 {
  padding-top: 10px!important;
}

.pt-20 {
  padding-top: 20px!important;
}

.pt-30 {
  padding-top: 30px!important;
}

.pt-40 {
  padding-top: 40px!important;
}

.pt-50 {
  padding-top: 50px!important;
}

.pt-60 {
  padding-top: 60px!important;
}

.pt-70 {
  padding-top: 70px!important;
}

.pt-80 {
  padding-top: 80px!important;
}

.pt-90 {
  padding-top: 90px!important;
}

.pt-100 {
  padding-top: 100px!important;
}

.pt-110 {
  padding-top: 110px!important;
}

.pt-120 {
  padding-top: 120px!important;
}

.pt-130 {
  padding-top: 130px!important;
}

.pt-140 {
  padding-top: 140px!important;
}

.pt-150 {
  padding-top: 150px!important;
}

.pt-170 {
  padding-top: 170px!important;
}

.pb-10 {
  padding-bottom: 10px!important;
}

.pb-20 {
  padding-bottom: 20px!important;
}

.pb-30 {
  padding-bottom: 30px!important;
}

.pb-40 {
  padding-bottom: 40px!important;
}

.pb-50 {
  padding-bottom: 50px!important;
}

.pb-60 {
  padding-bottom: 60px!important;
}

.pb-70 {
  padding-bottom: 70px!important;
}

.pb-80 {
  padding-bottom: 80px!important;
}

.pb-90 {
  padding-bottom: 90px!important;
}

.pb-100 {
  padding-bottom: 100px!important;
}

.pb-110 {
  padding-bottom: 110px!important;
}

.pb-120 {
  padding-bottom: 120px!important;
}

.pb-130 {
  padding-bottom: 130px!important;
}

.pb-140 {
  padding-bottom: 140px!important;
}

.pb-150 {
  padding-bottom: 150px!important;
}

.pb-170 {
  padding-bottom: 170px!important;
}

.pr-0 {
  padding-right: 0!important;
}

.pr-15 {
  padding-right: 15px!important;
}

.pr-20 {
  padding-right: 20px!important;
}

.pr-30 {
  padding-right: 30px!important;
}

.pr-50 {
  padding-right: 50px!important;
}

.pr-60 {
  padding-right: 60px!important;
}

.pr-70 {
  padding-right: 70px!important;
}

.pr-100 {
  padding-right: 100px!important;
}

.pl-0 {
  padding-left: 0!important;
}

.pl-15 {
  padding-left: 15px!important;
}

.pl-20 {
  padding-left: 20px!important;
}

.pl-30 {
  padding-left: 30px!important;
}

.pl-50 {
  padding-left: 50px!important;
}

.pl-60 {
  padding-left: 60px!important;
}

.pl-70 {
  padding-left: 70px!important;
}

.pl-100 {
  padding-left: 100px!important;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .inner-padding {
    padding: 120px 50px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  section {
    padding: 75px 0;
  }

  .inner-padding {
    padding: 100px 50px!important;
  }

  .mt-30 {
    margin-top: 30.7692307692px!important;
  }

  .mt-40 {
    margin-top: 28.5714285714px!important;
  }

  .mt-50 {
    margin-top: 35.7142857143px!important;
  }

  .mt-60 {
    margin-top: 42.8571428571px!important;
  }

  .mt-70 {
    margin-top: 50px!important;
  }

  .mt-80 {
    margin-top: 57.1428571429px!important;
  }

  .mt-90 {
    margin-top: 64.2857142857px!important;
  }

  .mt-100 {
    margin-top: 71.4285714286px!important;
  }

  .mb-30 {
    margin-bottom: 23.0769230769px!important;
  }

  .mb-40 {
    margin-bottom: 28.5714285714px!important;
  }

  .mb-50 {
    margin-bottom: 35.7142857143px!important;
  }

  .mb-60 {
    margin-bottom: 42.8571428571px!important;
  }

  .mb-70 {
    margin-bottom: 50px!important;
  }

  .mb-80 {
    margin-bottom: 57.1428571429px!important;
  }

  .mb-90 {
    margin-bottom: 64.2857142857px!important;
  }

  .mb-100 {
    margin-bottom: 71.4285714286px!important;
  }

  .mr-30 {
    margin-right: 23.0769230769px!important;
  }

  .mr-40 {
    margin-right: 28.5714285714px!important;
  }

  .mr-50 {
    margin-right: 35.7142857143px!important;
  }

  .ml-30 {
    margin-left: 27.2727272727px!important;
  }

  .ml-40 {
    margin-left: 33.3333333333px!important;
  }

  .ml-50 {
    margin-left: 35.7142857143px!important;
  }

  .pt-30 {
    padding-top: 23.0769230769px!important;
  }

  .pt-40 {
    padding-top: 28.5714285714px!important;
  }

  .pt-50 {
    padding-top: 35.7142857143px!important;
  }

  .pt-60 {
    padding-top: 42.8571428571px!important;
  }

  .pt-70 {
    padding-top: 50px!important;
  }

  .pt-80 {
    padding-top: 57.1428571429px!important;
  }

  .pt-90 {
    padding-top: 64.2857142857px!important;
  }

  .pt-100 {
    padding-top: 71.4285714286px!important;
  }

  .pt-110 {
    padding-top: 78.5714285714px!important;
  }

  .pt-120 {
    padding-top: 85.7142857143px!important;
  }

  .pt-130 {
    padding-top: 93.3333333333px!important;
  }

  .pt-140 {
    padding-top: 87.5px!important;
  }

  .pt-150 {
    padding-top: 88.2352941176px!important;
  }

  .pt-160 {
    padding-top: 88.8888888889px!important;
  }

  .pt-170 {
    padding-top: 89.4736842105px!important;
  }

  .pb-30 {
    padding-bottom: 23.0769230769px!important;
  }

  .pb-40 {
    padding-bottom: 28.5714285714px!important;
  }

  .pb-50 {
    padding-bottom: 35.7142857143px!important;
  }

  .pb-60 {
    padding-bottom: 42.8571428571px!important;
  }

  .pb-70 {
    padding-bottom: 50px!important;
  }

  .pb-80 {
    padding-bottom: 57.1428571429px!important;
  }

  .pb-90 {
    padding-bottom: 64.2857142857px!important;
  }

  .pb-100 {
    padding-bottom: 71.4285714286px!important;
  }

  .pb-110 {
    padding-bottom: 78.5714285714px!important;
  }

  .pb-120 {
    padding-bottom: 85.7142857143px!important;
  }

  .pb-130 {
    padding-bottom: 86.6666666667px!important;
  }

  .pb-140 {
    padding-bottom: 87.5px!important;
  }

  .pb-150 {
    padding-bottom: 88.2352941176px!important;
  }

  .pb-160 {
    padding-bottom: 88.8888888889px!important;
  }

  .pb-170 {
    padding-bottom: 89.4736842105px!important;
  }
}

@media only screen and (min-width:320px) and (max-width:767px) {
  .contact-form-block {
    padding: 30px 20px;
    margin: 0px;
}
  section {
    padding: 50px 0;
  }

  .inner-padding {
    padding: 50px 30px!important;
  }

  .text-center-xs-sm {
    text-align: center!important;
  }

  .mt-30 {
    margin-top: 23.0769230769px!important;
  }

  .mt-40 {
    margin-top: 28.5714285714px!important;
  }

  .mt-50 {
    margin-top: 33.3333333333px!important;
  }

  .mt-60 {
    margin-top: 33.3333333333px!important;
  }

  .mt-70 {
    margin-top: 35px!important;
  }

  .mt-80 {
    margin-top: 40px!important;
  }

  .mt-90 {
    margin-top: 45px!important;
  }

  .mt-100 {
    margin-top: 50px!important;
  }

  .mb-30 {
    margin-bottom: 23.0769230769px!important;
  }

  .mb-40 {
    margin-bottom: 28.5714285714px!important;
  }

  .mb-50 {
    margin-bottom: 33.3333333333px!important;
  }

  .mb-60 {
    margin-bottom: 33.3333333333px!important;
  }

  .mb-70 {
    margin-bottom: 35px!important;
  }

  .mb-80 {
    margin-bottom: 40px!important;
  }

  .mb-90 {
    margin-bottom: 45px!important;
  }

  .mb-100 {
    margin-bottom: 50px!important;
  }

  .mr-30 {
    margin-right: 25px!important;
  }

  .mr-40 {
    margin-right: 30.7692307692px!important;
  }

  .mr-50 {
    margin-right: 33.3333333333px!important;
  }

  .ml-30 {
    margin-left: 25px!important;
  }

  .ml-40 {
    margin-left: 30.7692307692px!important;
  }

  .ml-50 {
    margin-left: 33.3333333333px!important;
  }

  .pt-30 {
    padding-top: 23.0769230769px!important;
  }

  .pt-40 {
    padding-top: 28.5714285714px!important;
  }

  .pt-50 {
    padding-top: 33.3333333333px!important;
  }

  .pt-60 {
    padding-top: 33.3333333333px!important;
  }

  .pt-70 {
    padding-top: 35px!important;
  }

  .pt-80 {
    padding-top: 40px!important;
  }

  .pt-90 {
    padding-top: 45px!important;
  }

  .pt-100 {
    padding-top: 50px!important;
  }

  .pt-110 {
    padding-top: 55px!important;
  }

  .pt-120 {
    padding-top: 60px!important;
  }

  .pt-130 {
    padding-top: 66.6666666667px!important;
  }

  .pt-140 {
    padding-top: 63.6363636364px!important;
  }

  .pt-150 {
    padding-top: 65.2173913043px!important;
  }

  .pt-160 {
    padding-top: 66.6666666667px!important;
  }

  .pt-170 {
    padding-top: 68px!important;
  }

  .pb-30 {
    padding-bottom: 23.0769230769px!important;
  }

  .pb-40 {
    padding-bottom: 28.5714285714px!important;
  }

  .pb-50 {
    padding-bottom: 33.3333333333px!important;
  }

  .pb-60 {
    padding-bottom: 33.3333333333px!important;
  }

  .pb-70 {
    padding-bottom: 35px!important;
  }

  .pb-80 {
    padding-bottom: 40px!important;
  }

  .pb-90 {
    padding-bottom: 45px!important;
  }

  .pb-100 {
    padding-bottom: 50px!important;
  }

  .pb-110 {
    padding-bottom: 55px!important;
  }

  .pb-120 {
    padding-bottom: 60px!important;
  }

  .pb-130 {
    padding-bottom: 61.9047619048px!important;
  }

  .pb-140 {
    padding-bottom: 63.6363636364px!important;
  }

  .pb-150 {
    padding-bottom: 65.2173913043px!important;
  }

  .pb-160 {
    padding-bottom: 66.6666666667px!important;
  }

  .pb-170 {
    padding-bottom: 68px!important;
  }
}

.color-white {
  color: #fff!important;
}

.color-gray {
  color: #f9f9f9!important;
}

.color-dark {
  color: #222!important;
}

.color-theme {
  color: #e11a2c!important;
}

.color-heading {
  color: #282828!important;
}

.color-body {
  color: #9b9b9b!important;
}

.bg-white {
  background-color: #fff!important;
}

.bg-gray {
  background-color: #f9f9f9!important;
}

.bg-dark {
  background-color: #00296d!important;
}

.bg-heading {
  background-color: #282828!important;
}

.bg-theme {
  background-color: #e11a2c!important;
}

.bg-img {
  position: relative;
  z-index: 1;
}

.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(27,26,26,.45);
}

.bg-overlay-2:before {
  background-color: rgba(27,26,26,.6);
}

.bg-overlay-3:before {
  background-color: rgba(27,26,26,.25);
}

.bg-overlay-4:before {
  background-color: rgba(27,26,26,.55);
}

.bg-overlay-gradient:before {
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.55)),to(rgba(0,0,0,.01)));
  background-image: -webkit-linear-gradient(center bottom,rgba(0,0,0,.55),rgba(0,0,0,.01));
  background-image: -moz-linear-gradient(center bottom,rgba(0,0,0,.55),rgba(0,0,0,.01));
  background-image: -ms-linear-gradient(center bottom,rgba(0,0,0,.55),rgba(0,0,0,.01));
  background-image: -o-linear-gradient(center bottom,rgba(0,0,0,.55),rgba(0,0,0,.01));
  background-image: linear-gradient(center bottom,rgba(0,0,0,.55),rgba(0,0,0,.01));
}

.bg-parallax {
  background-attachment: fixed;
}

h1,h2,h3,h4,h5,h6 {
  color: #282828;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  text-transform: capitalize;
  margin-bottom: 20px;
}

p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

.heading__subtitle {
  font-family: "Maiandra GD", cursive, Shadows Into Light;
  font-size: 18px;
  color: #9f0f15;
  display: block;
  margin-bottom: 10px;
}

.heading__title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}

.subtitle{
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #636363;
}

.subhead{
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.heading__desc {
  margin-bottom: 0;
}

.heading__icon {
  margin-bottom: 26px;
}

.heading__icon svg {
  fill: #e11a2c;
}

.heading__desc+img {
  margin-top: 14px;
}

.heading-layout2 .heading__title {
  font-family: "Maiandra GD", cursive, Shadows Into Light;
  color: #9f0f15;
  font-size: 30px;
  margin-bottom: 20px;
}

.heading-white .heading__subtitle {
  color: #f9f9f9;
}

.heading-white .heading__title {
  color: #fff;
}

.heading-white .heading__icon svg {
  fill: #fff;
}

@media only screen and (min-width:320px) and (max-width:767px) {
  p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 12px;
  }

  .heading__title {
    font-size: 27px;
    margin-bottom: 10px;
  }

  .heading-layout2 .heading__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.header-transparent+.page-title {
  margin-top: -100px;
}

.pagetitle__subheading {
  font-family: "Maiandra GD", cursive, Shadows Into Light;
  font-size: 30px;
  color: #f9f9f9;
  display: block;
  margin-bottom: 10px;
}

.pagetitle__heading {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.pagetitle__desc {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #fff;
  margin-bottom: 0;
}

.page-title {
  padding-top: 200px;
  padding-bottom: 100px;
}

.page-title .breadcrumb {
  margin-top: 17px;
  margin-bottom: 0;
}

.page-title .breadcrumb-item a {
  color: #fff;
}

.page-title .breadcrumb-item a:hover {
  color: #e11a2c;
}

.page-title .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
  font-family: FontAwesome;
  content: "";
}

.page-title .breadcrumb-item.active {
  color: #e11a2c;
}

.page-title .pagetitle__divider-shape {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  fill: #e11a2c;
  z-index: 3;
}

.page-title-layout2 {
  padding-top: 360px;
}

.page-title-layout2 .pagetitle__subheading {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 13px;
  margin-bottom: 13px;
}

.page-title-layout3 {
  padding-top: 300px;
  padding-bottom: 200px;
}

.page-title-layout4 {
  padding-top: 300px;
  padding-bottom: 165px;
}

.page-title-layout5 {
  padding-top: 300px;
  padding-bottom: 50px;
}

.page-title-layout5 .breadcrumb {
  margin-top: 130px;
}

.page-title-layout6 {
  padding-top: 400px;
  padding-bottom: 50px;
}

.page-title-layout6 .breadcrumb {
  margin-top: 17px;
}

.page-title-layout7 {
  background-color: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-title-layout7 .pagetitle__heading {
  font-size: 19px;
  color: #222;
}

.page-title-layout7 .breadcrumb-item a {
  color: #222;
}

.page-title-layout7 .breadcrumb-item+.breadcrumb-item::before {
  color: #222;
}

.page-title-layout7 .breadcrumb {
  margin-top: 0;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .page-title {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .page-title-layout7 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width:320px) and (max-width:767px) {
  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pagetitle__desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
  }

  .pagetitle__subheading {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .pagetitle__heading {
    font-size: 32px;
  }

  .page-title .breadcrumb {
    margin-top: 20px;
  }

  .page-title-layout7 {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }

  .page-title-layout7 .breadcrumb {
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
}

.btn {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  text-transform: capitalize;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  /*min-width: 170px;*/
  height: 50px;
  line-height: 48px;
  border-radius: 3px;
  text-align: center;
  padding: 0 10px;
  /*letter-spacing: 1.3px;*/
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn.active,.btn:active,.btn:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.btn__block {
  width: 100%;
}

.btn__lg {
  min-width: 210px;
}

.btn__primary {
  background-color: #1290de;
color: #fff;
border: 2px solid #1290de;
}

.btn__primary.basebtn {
  background-color: #97262a;
color: #fff;
border: 2px solid #97262a;
}

.btn__primary:active,.btn__primary:focus,.btn__primary:hover {
  background-color: #282828;
  color: #fff;
  border-color: #282828;
}

.btn__primary.btn__hover2:active,.btn__primary.btn__hover2:focus,.btn__primary.btn__hover2:hover {
  background-color: #fff;
  color: #e11a2c;
  border-color: #fff;
}

.btn__primary.btn__hover3:active,.btn__primary.btn__hover3:focus,.btn__primary.btn__hover3:hover {
  background-color: transparent;
  color: #e11a2c;
}

.btn__secondary {
  background-color: #222;
  color: #fff;
  border: 2px solid #222;
}

.btn__secondary:active,.btn__secondary:focus,.btn__secondary:hover {
  background-color: #e11a2c;
  color: #fff;
  border-color: #e11a2c;
}

.btn__secondary.btn__hover2:active,.btn__secondary.btn__hover2:focus,.btn__secondary.btn__hover2:hover {
  background-color: #fff;
  color: #222;
  border-color: #fff;
}

.btn__white {
  background-color: #fff;
  color: #282828;
  border: 2px solid #fff;
}

.btn__white:active,.btn__white:focus,.btn__white:hover {
  background-color: #0ba3e4;
  color: #fff;
  border-color: #0ba3e4;
}

.btn__red {
  background-color: #ae073e;
  color: #fff;
  border: 2px solid #640021;
}

.btn__red:active,.btn__red:focus,.btn__red:hover {
  background-color: #0ba3e4;
  color: #fff;
  border-color: #0ba3e4;
}

.btn__white.btn__hover2:active,.btn__white.btn__hover2:focus,.btn__white.btn__hover2:hover {
  background-color: #282828;
  color: #fff;
  border-color: #282828;
}

.btn__rounded {
  border-radius: 50px;
}

.btn__link {
  background-color: transparent;
  border-color: transparent;
  min-width: 0;
  line-height: 1;
  height: auto;
  padding: 0 0 4px 0;
  border: none;
}

.btn__link:after,.btn__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}

.btn__link:before {
  width: 0;
  z-index: 2;
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -ms-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
}

.btn__link:hover:before {
  width: 100%;
}

.btn__link.btn__primary {
  color: #e11a2c;
}

.btn__link.btn__primary:after {
  background-color: #e11a2c;
}

.btn__link.btn__primary:active,.btn__link.btn__primary:focus,.btn__link.btn__primary:hover {
  color: #222;
  background-color: transparent;
  border-color: transparent;
}

.btn__link.btn__primary:active:before,.btn__link.btn__primary:focus:before,.btn__link.btn__primary:hover:before {
  background-color: #222;
}

.btn__link.btn__secondary {
  color: #222;
}

.btn__link.btn__secondary:after {
  background-color: #222;
}

.btn__link.btn__secondary:active,.btn__link.btn__secondary:focus,.btn__link.btn__secondary:hover {
  color: #e11a2c;
  background-color: transparent;
  border-color: transparent;
}

.btn__link.btn__secondary:active:before,.btn__link.btn__secondary:focus:before,.btn__link.btn__secondary:hover:before {
  background-color: #e11a2c;
}

.btn__bordered {
  background-color: transparent;
}

.btn__bordered.btn__primary {
  color: #e11a2c;
  border-color: #e11a2c;
}

.btn__bordered.btn__primary:active,.btn__bordered.btn__primary:focus,.btn__bordered.btn__primary:hover {
  color: #fff;
  background-color: #e11a2c;
  border-color: #e11a2c;
}

.btn__bordered.btn__secondary {
  color: #222;
  border-color: #222;
}

.btn__bordered.btn__secondary:active,.btn__bordered.btn__secondary:focus,.btn__bordered.btn__secondary:hover {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

.btn__bordered.btn__white {
  color: #fff;
  border-color: #fff;
}

.btn__bordered.btn__white:active,.btn__bordered.btn__white:focus,.btn__bordered.btn__white:hover {
  color: #e11a2c;
  background-color: #fff;
  border-color: #fff;
}

.btn__white.btn__secondary {
  color: #222;
  border-color: #fff;
  background-color: #fff;
}

.btn__white.btn__secondary:active,.btn__white.btn__secondary:focus,.btn__white.btn__secondary:hover {
  color: #fff;
  background-color: #e11a2c;
  border-color: #e11a2c;
}

.btn__video.popup-video {
  padding-left: 50px;
  color: #fff;
}

.btn__video.popup-video .video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.btn__video.popup-video .video__player img {
  width: auto;
  display: inline-block;
  text-align: center;
}

.btn__video.popup-video:hover {
  color: #222;
}

.btn i {
  margin-right: 9px;
}

.btn-custom {
  position: relative;
  font-family: "Shadows Into Light",cursive;
  font-size: 22px;
  padding: 5px 10px;
  background-color: #e11a2c;
  color: #fff;
  margin: auto;
  width: 120px;
  text-align: center;
  display: inline-block;
}

.btn-custom:after,.btn-custom:before {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 50%;
  height: 30px;
  background-color: #e11a2c;
  z-index: -1;
}

.btn-custom:before {
  right: 0;
  transform: skewY(20deg);
}

.btn-custom:after {
  transform: skewY(-20deg);
  left: 0;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-control {
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  padding: 0 15px;
  font-size: 14px;
  width: 100%;
  color: #9b9b9b;
}

.form-control:focus {
  background-color: #fff;
  border-color: #e11a2c;
}

.form-control::-webkit-input-placeholder {
  color: #9b9b9b;
}

.form-control:-moz-placeholder {
  color: #9b9b9b;
}

.form-control::-moz-placeholder {
  color: #9b9b9b;
}

.form-control:-ms-input-placeholder {
  color: #9b9b9b;
}

textarea.form-control {
  min-height: 122px;
  line-height: 1.5;
  padding-top: 10px;
}

.form-control.nice-select {
  margin-bottom: 30px;
}

.nice-select .list {
  width: 100%;
  max-height: 50vh;
  overflow-y: auto;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav__link {
  font-family: "Shadows Into Light",cursive;
  display: block;
  padding-bottom: 3px;
  margin-right: 30px;
  font-size: 22px;
  line-height: 1;
  color: #333;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.nav-tabs .nav__link:last-of-type {
  margin-right: 0;
}

.nav-tabs .nav__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background-color: #e11a2c;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

.nav-tabs .nav__link.active,.nav-tabs .nav__link:hover {
  color: #e11a2c;
}

.nav-tabs .nav__link.active:after,.nav-tabs .nav__link:hover:after {
  width: 100%;
}

.tab-content {
  padding-top: 35px;
}

@media only screen and (min-width:320px) and (max-width:575px) {
  .nav-tabs .nav__link {
    margin-right: 15px;
  }
}

.social__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  list-style: none;
  margin-top:40px;
  margin-bottom: 0;
}

.social__icons li {
  margin-right: 20px;
}

.social__icons li:last-of-type {
  margin-right: 0;
}

.social__icons li a {
  display: block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background-color: #97262a;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 10px;
}

.social__icons li a:hover {
  background-color: #d67869;
}

.social__icons li a>i {font-size:18px;}

.social__icons-white li a {
  color: #fff;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
}

.breadcrumb-item {
  line-height: 1;
}

.pagination li {
  margin-right: 10px;
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination li a {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 2px;
  color: #9b9b9b;
  text-align: center;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.pagination li a i {
  font-weight: 700;
}

.pagination li a.current,.pagination li a:hover {
  background-color: #e11a2c;
  border-color: #e11a2c;
  color: #fff;
}

.icon-list {
  margin-bottom: 30px;
}

.icon-list li {
  position: relative;
  padding-left: 25px;
  color: #7f7f7f;
  line-height: 30px;
}

.icon-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-family: ElegantIcons;
  font-size: 15px;
  color: #282828;
}

.icon-list.layout1 li:before {
  content: "I";
}

.icon-list.layout2 li:before {
  content: "R";
}

.icon-list.layout3 li:before {
  content: "5";
}

.icon-list.layout4 li:before {
  content: "";
}

.icon-list.layout5 li:before {
  content: "";
}

.icon-list.layout6 li:before {
  content: "E";
}

.icon-list.layout7 li:before {
  font-family: FontAwesome;
  content: "";
  font-size: 7px;
  left: 5px;
}

.icon-list.layout8 {
  counter-reset: numbers;
}

.icon-list.layout8 li:before {
  font-family: Montserrat,sans-serif;
  font-weight: 600;
  counter-increment: numbers;
  content: counter(numbers) ".";
}

.contact__list li {
  font-size: 14px;
  line-height: 24px;
}

.contact__list li i {
  font-size: 16px;
  margin-right: 9px;
  color: #e11a2c;
}

.alert-panel {
  position: relative;
  background-color: #f6f6f6;
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 40px;
}

.alert-panel:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  height: 2px;
  width: calc(100% - 60px);
  background-color: #e11a2c;
}

.alert__title {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}

.alert__desc {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.header {
  position: relative;
  z-index: 1010;
}

.navbar {
  padding: 0;
  height: 100px;
  max-height: 100px;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
}

.navbar>.container,.navbar>.container-fluid {
  position: relative;
  height: 100px;
}

.navbar .navbar-brand {
  padding: 0;
  margin: 0;
  line-height: 100px;
}

.navbar .logo-light {
  display: none;
}

.navbar .navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 23px;
  position: relative;
}

.navbar .navbar-toggler .menu-lines {
  display: inline-block;
}

.navbar .navbar-toggler .menu-lines:after,.navbar .navbar-toggler .menu-lines:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 23px;
  height: 2px;
  display: inline-block;
  background-color: #333;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.navbar .navbar-toggler .menu-lines:after {
  top: 10px;
}

.navbar .navbar-toggler .menu-lines span {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 2px;
  background-color: #333;
}

.navbar .navbar-toggler.actived .menu-lines>span {
  opacity: 0;
}

.navbar .navbar-toggler.actived .menu-lines:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar .navbar-toggler.actived .menu-lines:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar .nav__item {
  position: relative;
  margin-right: 32px;
}

.navbar .nav__item:last-child {
  margin-right: 0;
}

.navbar .nav__item .nav__item-link {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  position: relative;
  color: #333;
  line-height: 100px;
  letter-spacing: .6px;
}

.navbar .nav__item .nav__item-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  margin: auto;
  display: block;
  background-color: #d91a22;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.navbar .nav__item .nav__item-link.active,.navbar .nav__item .nav__item-link:hover {
  color: #d91a22;
}

.navbar .nav__item .nav__item-link.active:before,.navbar .nav__item .nav__item-link:hover:before {
  width: 100%;
}

.navbar .dropdown-toggle:after {
  content: "";
  font-family: fontAwesome;
  border: none;
  vertical-align: middle;
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fixed-navbar .navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  margin: 0;
  background-color: #ffffff;
}
.navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  margin: 0;
  background-color: #161616;
}

.navbar .dropdown-menu .nav__item {
  padding: 0 40px;
  margin-right: 0;
}

.navbar .dropdown-menu .nav__item .nav__item-link {
  color: #9b9b9b;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 40px;
  white-space: nowrap;
  border-bottom: 1px solid #494b4f;
}

.navbar .dropdown-menu .nav__item .nav__item-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  margin: 0;
  display: block!important;
  background-color: #d91a22;
  -webkit-transition: .8s ease;
  -moz-transition: .8s ease;
  -ms-transition: .8s ease;
  -o-transition: .8s ease;
  transition: .8s ease;
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover {
  color: #d91a22;
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover:before {
  width: 100%;
}

.navbar .dropdown-menu .nav__item:last-child>.nav__item-link {
  border-bottom: none;
}

.navbar .dropdown-menu .nav__item:last-child>.nav__item-link:before {
  display: none!important;
}

.navbar .dropdown-menu .dropdown-toggle:after {
  right: 0;
}

.header-transparent .navbar {
  border-bottom: 1px solid rgba(255,255,255,.2);
  background-color: transparent;
}

.header-transparent .navbar .navbar-toggler .menu-lines span,.header-transparent .navbar .navbar-toggler .menu-lines:after,.header-transparent .navbar .navbar-toggler .menu-lines:before {
  background-color: #fff;
}

.header-transparent .logo-light {
  display: inline-block;
}

.header-transparent .logo-dark {
  display: none;
}

.header-transparent .nav__item .nav__item-link,.header-transparent .navbar__action-btn {
  color: #fff;
}

.header-transparent .navbar__action-btn-reserve {
  background-color: #e11a2c;
  border-color: #e11a2c;
  color: #fff;
}

.header-transparent .navbar__action-btn-reserve:hover {
  background-color: #282828;
  border-color: #282828;
}

.header-transparent .social__icons li a {
  color: #fff;
}

.header-transparent .navbar.fixed-navbar>.nav__item>.nav__item-link:before {
  background-color: #333;
}

.header-layout3 .navbar {
  padding: 0;
  height: 190px;
  max-height: 1090px;
  border-bottom: 0;
}

.header-layout3 .navbar>.container {
  flex-direction: column;
  height: 190px;
}

.header-layout3 .navbar .nav__item:nth-last-child(2) {
  margin-right: 0;
}

.header-layout3 .navbar .nav__item .nav__item-link {
  line-height: 40px;
}

.header-layout4 .navbar {
  border-bottom: 0;
}

.header-layout4 .navbar .nav__item .nav__item-link:before {
  bottom: 30px;
}

.header-layout4 .navbar .dropdown-menu .nav__item .nav__item-link:before {
  bottom: 0;
}

.fixed-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100px;
  max-height: 100px;
  z-index: 1040;
  border-bottom: 0!important;
  background-color: #fff!important;
  box-shadow: 0 3px 4px rgba(0,0,0,.07);
  -webkit-animation: translateHeader .8s;
  -moz-animation: translateHeader .8s;
  -ms-animation: translateHeader .8s;
  -o-animation: translateHeader .8s;
  animation: translateHeader .8s;
}

.fixed-navbar .nav__item .nav__item-link {
  color: #333;
}

.fixed-navbar .logo-light {
  display: none;
}

.fixed-navbar .logo-dark {
  display: inline-block;
}
.logo-dark, .logo-light{
  max-width: 280px;
}
.fixed-navbar .navbar__action-btn,.fixed-navbar .social__icons li a,.fixed-navbar .social__icons-white li a {
  color: #333;
}

.fixed-navbar .navbar__action-btn-reserve {
  color: #fff;
}

.fixed-navbar .navbar__action-btn-reserve:hover {
  color: #fff;
}

@-webkit-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.navbar-actions>* {
  margin-left: 40px;
  margin-top: -15px;
}

.navbar__action-btn {
  position: relative;
  margin-left: 20px;
  color: #333;
}

.navbar__action-btn:hover {
  color: #e11a2c;
}

.navbar__action-btn-reserve {
  font-weight: 700;
  min-width: 124px;
  height: 37px;
  line-height: 35px;
  color: #fff;
}

.navbar__action-btn-reserve:hover {
  color: #fff;
}

.cart__label {
  position: absolute;
  top: -7px;
  right: -9px;
  width: 16px;
  height: 16px;
  line-height: 18px;
  border-radius: 50%;
  text-align: center;
  background-color: #e11a2c;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  font-family: Rubik,sans-serif;
}

.search-popup {
  position: fixed;
  z-index: 2300;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(27,26,26,.95);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.search-popup .module__search-form {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 750px;
  margin: -40px auto 0;
  -webkit-transform: translateY(-50%) scaleX(0);
  -moz-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  -o-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  transition-delay: .5s;
}

.search-popup .module__search-btn {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 80px;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  transition: .3s ease;
  color: #fff;
}

.search-popup .module__search-btn:hover {
  color: #e11a2c;
}

.search-popup .search__input {
  z-index: 1;
  height: 80px;
  padding-left: 50px;
  background: 0 0;
  border: none;
  border-bottom: 1px solid #e11a2c;
  width: 100%;
  color: #fff;
  font-size: 35px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.search-popup .search__input::-webkit-input-placeholder {
  color: #fff;
}

.search-popup .search__input:-moz-placeholder {
  color: #fff;
}

.search-popup .search__input::-moz-placeholder {
  color: #fff;
}

.search-popup .search__input:-ms-input-placeholder {
  color: #fff;
}

.search-popup .search__input::placeholder {
  color: #fff;
}

.search-popup.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.search-popup.inActive {
  opacity: 0;
  transition-delay: .5s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.search-popup.active .module__search-form {
  -webkit-transform: translateY(-50%) scaleX(1);
  -moz-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  -o-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
}

.search-popup.inActive .module__search-form {
  transition-delay: 0s;
  -webkit-transform: translateY(-50%) scaleX(0);
  -moz-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  -o-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
}

.cart-popup {
  background-color: #161616;
  width: 310px;
  padding: 40px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1055;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 2px 6px 0 rgba(40,40,40,.1);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -ms-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.cart-popup .cart-item {
  position: relative;
  display: flex;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.cart-popup .cart-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.cart-popup .cart-item .cart__item-img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 2px;
  margin-right: 15px;
}

.cart-popup .cart-item .cart__item-content {
  flex: 1;
  padding-right: 22px;
}

.cart-popup .cart-item .cart__item-title {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 4px;
}

.cart-popup .cart-item .cart__item-detail {
  color: #e11a2c;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.cart-popup .cart-item .cart__item-detail span:first-child {
  padding-right: 4px;
}

.cart-popup .cart-item .cart__item-delete {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #e11a2c;
  color: #fff;
  text-align: center;
  font-style: normal;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
}

.cart-popup .cart-item .cart__item-delete:hover {
  background-color: #fff;
  color: #e11a2c;
}

.cart-popup .cart-subtotal {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #494b4f;
  border-bottom: 2px solid #494b4f;
  padding: 18px 0;
  margin-bottom: 20px;
}

.cart-popup .cart-subtotal span {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  line-height: 1;
  font-weight: 700;
}

.cart-popup .cart-action .btn {
  min-width: 105px;
  height: 42px;
  line-height: 40px;
}

.cart-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width:320px) and (max-width:575px) {
  .search-popup .module__search-form {
    max-width: 90%;
  }

  .search-popup .search__input {
    font-size: 20px;
  }
}

@media only screen and (max-width:991px) {
  .navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    height: 13px;
  }

  .navbar .collapse:not(.show) {
    display: block;
  }

  .navbar .navbar-nav {
    margin: 0!important;
  }

  .navbar .nav__item {
    margin-right: 0;
  }

  .navbar .nav__item .nav__item-link {
    color: #fff;
    line-height: 35px;
    padding-left: 15px;
  }

  .navbar .nav__item .nav__item-link:hover {
    color: #e11a2c;
  }

  .navbar .nav__item .nav__item-link:before {
    display: none;
  }

  .navbar .navbar-collapse {
    background-color: #161616;
    box-shadow: 0 3px 4px rgba(0,0,0,.07);
    z-index: 50;
    padding: 15px 10px;
    position: absolute;
    left: 15px;
    width: 100%;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }

  .navbar .navbar-collapse .navbar-actions {
    padding: 0 15px;
  }

  .navbar .menu-opened.navbar-collapse {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .navbar .dropdown-toggle:after {
    right: 15px;
    content: "L";
    font-family: ElegantIcons;
  }

  .navbar .nav__item.opened>.dropdown-toggle:after,.navbar .nav__item.show>.dropdown-toggle:after {
    content: "K";
  }

  .navbar .dropdown-menu {
    background-color: #161616;
  }

  .navbar .dropdown-menu .nav__item {
    padding: 0 25px;
  }

  .navbar .dropdown-menu .nav__item .nav__item-link {
    padding-left: 0;
  }

  .navbar .dropdown-menu .nav__item .nav__item-link:hover:before {
    display: none!important;
  }

  .navbar .nav__item.dropdown-submenu>.dropdown-menu.show {
    padding-left: 10px;
  }

  .navbar .dropdown-submenu .dropdown-menu .nav__item {
    padding: 0 0 0 15px;
  }

  .navbar .navbar-nav .dropdown-menu.show {
    padding: 0;
  }

  .navbar .mega-dropdown-menu .container {
    max-width: none;
  }

  .navbar .mega-dropdown-menu>.nav__item {
    padding: 0 10px;
  }

  .navbar .mega-dropdown-menu .nav__item {
    padding: 0;
  }

  .fixed-navbar {
    position: static;
    animation: none;
  }

  .navbar-actions-wrap {
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .navbar__action-btn-reserve {
    display: none;
  }
  .navbar__action-btn-reserve.booktable {
    display: block;
  }

  .navbar__action-btn-reserve.book-table {
    display: block;/*added by pratap--------------------*/
	margin: auto;
  }

  .header-transparent+.page-title {
    margin-top: 0;
  }

  .header .navbar,.header-transparent .navbar {
    background-color: #fff;
  }

  .header .logo-dark,.header-transparent .logo-dark {
    display: inline-block;
  }

  .header .logo-light,.header-transparent .logo-light {
    display: none;
  }

  .header .navbar__action-btn,.header .social__icons li a,.header-transparent .navbar__action-btn,.header-transparent .social__icons li a {
    color: #333;
  }

  .header .navbar .navbar-toggler .menu-lines span,.header .navbar .navbar-toggler .menu-lines:after,.header .navbar .navbar-toggler .menu-lines:before,.header-transparent .navbar .navbar-toggler .menu-lines span,.header-transparent .navbar .navbar-toggler .menu-lines:after,.header-transparent .navbar .navbar-toggler .menu-lines:before {
    background-color: #333;
  }

  .header .navbar-expand-lg>.container,.header .navbar-expand-lg>.container-fluid,.header-transparent .navbar-expand-lg>.container,.header-transparent .navbar-expand-lg>.container-fluid {
    width: 100%;
    max-width: none;
  }

  .header .navbar,.header .navbar>.container,.header .navbar>.container-fluid,.header-transparent .navbar,.header-transparent .navbar>.container,.header-transparent .navbar>.container-fluid {
    height: 80px;
  }

  .header .navbar-brand,.header-transparent .navbar-brand {
    margin-left: 15px;
    line-height: 80px;
  }

  .header-layout3 .navbar>.container {
    flex-direction: row;
  }

  .header-layout3 .navbar>.container .navbar-brand img {
    max-height: 60px;
  }

  .cart-popup {
    right: 15px;
  }

  .header__topbar>.container {
    max-width: none;
  }

  .navbar__action-btn-popupMenu {
    margin-right: 15px!important;
  }

  .navbar__action-btn-sidenav {
    display: none;
  }
}

@media only screen and (min-width:992px) {
  .navbar .dropdown-menu {
    width: auto;
    min-width: 235px;
    box-shadow: 0 2px 6px 0 rgba(40,40,40,.1);
    padding: 25px 0 23px;
  }

  .navbar .dropdown-menu.mega-dropdown-menu {
    padding: 20px;
  }

  .navbar .nav__item.dropdown-submenu>.mega-menu,.navbar .nav__item.with-dropdown>.dropdown-menu,.navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu>.dropdown-menu,.navbar .nav__item.with-dropdown>.mega-menu {
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 1050;
    opacity: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
  }

  .navbar .nav__item.dropdown-submenu>.dropdown-menu>.nav__item.with-dropdown>.dropdown-menu,.navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
  }

  .navbar .nav__item.dropdown-submenu:hover>.mega-menu,.navbar .nav__item.with-dropdown:hover>.dropdown-menu,.navbar .nav__item.with-dropdown:hover>.mega-menu,.navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu:hover>.dropdown-menu {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }

  .navbar .nav__item.with-dropdown.mega-dropdown {
    position: static;
  }

  .navbar .nav__item.with-dropdown .mega-dropdown-menu {
    width: 100%;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item {
    padding: 0;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link {
    overflow: hidden;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:after {
    font-family: FontAwesome;
    content: "";
    position: absolute;
    top: auto;
    left: -7px;
    font-size: 7px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    opacity: 0;
    color: #e11a2c;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover {
    padding-left: 15px;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover:after {
    opacity: 1;
    left: 4px;
  }

  .navbar-nav>.nav__item>.dropdown-toggle:after {
    display: none;
  }
}

@media only screen and (min-width:320px) and (max-width:767px) {
  .dropdown-menu.mega-dropdown-menu>.nav__item {
    padding: 0 15px;
  }

  .dropdown-menu.mega-dropdown-menu .nav__item:last-child>.nav__item-link {
    border-bottom: 1px solid #f2f2f2;
  }

  .dropdown-menu.mega-dropdown-menu [class^=col-]:last-child .nav__item:last-child>.nav__item-link {
    border-bottom: none;
  }
}

.accordion-item {
  border: 1px solid #ededed;
  background-color: #fff;
  padding: 25px 30px;
  margin-bottom: 27px;
}

.accordion-item .accordion__item-title {
  color: #282828;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  display: block;
  position: relative;
  padding-right: 25px;
}

.accordion-item .accordion__item-title:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  font-family: Fontawesome;
  background-color: #e11a2c;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.accordion-item.opened {
  border-color: #e11a2c;
}

.accordion-item.opened .accordion__item-title {
  color: #e11a2c;
}

.accordion-item.opened .accordion__item-title:after {
  background-color: #e11a2c;
  color: #fff;
  content: "";
}

.accordion-item .accordion__item-body {
  padding-top: 25px;
}

.accordion-item .accordion__item-body p {
  margin-bottom: 0;
}

@media only screen and (min-width:320px) and (max-width:767px) {
  .accordion-item {
    padding: 15px 20px;
  }
}

.header-transparent+.hero-banner {
  margin-top: -100px;
}

.hero-banner {
  height: 100vh;
}

.hero-banner .hero__banner-inner {
  height: 100vh;
}

.hero-banner .hero__banner-img {
  margin-top: 150px;
  text-align: center;
}

.hero-banner .hero__banner-categories {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}

.hero-banner .hero__banner-categories .cat__item {
  text-align: center;
  margin-right: 55px;
}

.hero-banner .hero__banner-categories .cat__item:last-child {
  margin-right: 0;
}

.hero-banner .hero__banner-categories .cat__item img {
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -ms-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.hero-banner .hero__banner-categories .cat__item .cat__item-title {
  display: block;
  font-size: 13px;
  color: #fff;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -ms-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.hero-banner .hero__banner-categories .cat__item:hover .cat__item-title,.hero-banner .hero__banner-categories .cat__item:hover img {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.hero-banner .divider-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  fill: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.text-banner .banner__subtitle {
  display: block;
  font-family: "Shadows Into Light",cursive;
  color: #fff;
  font-size: 27px;
  margin-bottom: 10px;
}

.text-banner .banner__title {
  color: #fff;
  font-size: 55px;
}

.text-banner-layout1 {
  padding-top: 400px;
  padding-bottom: 60px;
}

.text-banner-layout1 .divider-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  fill: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.text-banner-layout2 {
  padding-top: 240px;
  padding-bottom: 220px;
}

.text-banner-layout2 .divider-shape {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background: url(../images/shapes/shape1.png) repeat-x;
}

.text-banner-layout2 .divider-shape-top {
  top: 0;
}

.text-banner-layout2 .divider-shape-bottom {
  bottom: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.text-banner-layout3 {
  padding-top: 290px;
  padding-bottom: 290px;
}

.text-banner-layout3 .divider-shape {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 17px;
  background: url(../images/shapes/shape2.png) repeat-x;
}

.text-banner-layout3 .divider-shape-top {
  top: 0;
}

.text-banner-layout3 .divider-shape-bottom {
  bottom: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.banner__content {
  display: flex;
  align-items: center;
}

.banner__content .banner__content-text {
  flex: 0 0 46%;
  max-width: 46%;
  position: relative;
  z-index: 2;
}

.banner__content .banner__content-text-inner {
  background-color: #fff;
  padding: 40px;
  border-radius: 2px;
  box-shadow: 0 5px 83px 0 rgba(40,40,40,.08);
  position: relative;
  z-index: 2;
  margin-right: -50px;
  text-align: center;
}

.banner__content .banner__content-img {
  flex: 0 0 54%;
  max-width: 54%;
}

.banner__content .banner__content-text.about {
    flex: 0 0 57%;
    max-width: 57%;
    position: relative;
    z-index: 2;
}

.banner__content .banner__content-img.about {
    flex: 0 0 43%;
    max-width: 43%;
    text-align: right;
}

.banner-layout2 .banner__content {
  flex-direction: row-reverse;
}

.banner-layout2 .banner__content .banner__content-text-inner {
  margin-right: 0;
  margin-left: -50px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .text-banner .banner__subtitle {
    font-size: 25px;
    margin-bottom: 0;
  }

  .text-banner .banner__title {
    font-size: 45px;
  }

  .text-banner-layout1 {
    padding-top: 200px;
    padding-bottom: 50px;
  }

  .text-banner-layout2 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .text-banner-layout3 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}

@media only screen and (min-width:320px) and (max-width:767px) {
  .hero-banner .hero__banner-img {
    margin: 150px auto 0;
    max-width: 270px;
  }

  .text-banner .banner__subtitle {
    font-size: 20px;
    margin-bottom: 0;
  }

  .text-banner .banner__title {
    font-size: 35px;
  }

  .text-banner-layout1 {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .text-banner-layout2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-banner-layout3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .banner__content {
    flex-direction: column!important;
  }

  .banner__content .banner__content-text-inner {
    margin: 0 0 15px 0!important;
    padding: 20px;
  }

  .banner__content .banner__content-text {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .banner__content .banner__content-img {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.divider__line {
  position: relative;
  height: 6px;
}

.divider__line:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 5px);
  width: 20px;
  height: 2px;
  background-color: #282828;
}

.divider__line:after {
  content: "";
  position: absolute;
  top: 4px;
  right: calc(50% - 5px);
  width: 20px;
  height: 2px;
  background-color: #282828;
}

.divider__left:before {
  left: 10px;
}

.divider__left:after {
  right: calc(100% - 20px);
}

.divider__white:before {
  background-color: #fff;
}

.divider__white:after {
  background-color: #fff;
}

.divider__theme:before {
  background-color: #e11a2c;
}

.divider__theme:after {
  background-color: #e11a2c;
}

.dotted__line {
  position: relative;
  width: 16px;
  height: 3px;
  display: inline-block;
  line-height: 1;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.dotted__line span {
  width: 4px;
  height: 3px;
  background-color: #dedede;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.dotted__line span:after,.dotted__line span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  width: 4px;
  height: 3px;
  background-color: #dedede;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.dotted__line span:after {
  left: 12px;
}

.dotted__white span {
  background-color: #fff;
}

.dotted__white span:after,.dotted__white span:before {
  background-color: #fff;
}

.footer {
  position: relative;
}

.footer .footer-inner {
  overflow-x: hidden;
}

.footer .footer__divider-shape {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  fill: #e11a2c;
  z-index: 3;
}

.footer .contact-box .contact__box-title {
  color: #fff;
}

.footer__logo-wrap {
  position: relative;
}

.footer__logo-wrap:after,.footer__logo-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #2d2d2d;
}

.footer__logo-wrap:before {
  right: -webkit-calc(50% + 170px);
  right: calc(50% + 170px);
}

.footer__logo-wrap:after {
  left: -webkit-calc(50% + 170px);
  left: calc(50% + 170px);
}

.footer-top {
  padding-top: 50px;
}

.footer-middle {
  position: relative;
  padding-bottom: 90px;
}

.footer-bottom {
  position: relative;
  background-color: #011332;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
}

.footer-bottom .footer__divider-shape-bottom {
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  fill: #1b1b1b;
  z-index: 3;
}

.footer-layout2 .footer__logo-wrap:after,.footer-layout2 .footer__logo-wrap:before {
  display: none;
}

.updated{
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  color: #99b2bc;
  margin-top: 60px;
  margin-left: -20px;
  margin-bottom: 0;
}

@media only screen and (min-width:320px) and (max-width:767px) {
  .footer .contact-box {
    margin-bottom: 0;
  }

  .footer .contact-box .contact__box-title {
    margin: 10px;
  }

  .footer__logo-wrap img {
    max-width: 200px;
  }

  .footer__logo-wrap:before {
    right: -webkit-calc(50% + 110px);
    right: calc(50% + 110px);
  }

  .footer__logo-wrap:after {
    left: -webkit-calc(50% + 110px);
    left: calc(50% + 110px);
  }

  .footer-top {
    padding-top: 30px;
  }

  .footer-middle {
    padding-bottom: 40px;
  }

  .footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

#scrollTopBtn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  opacity: 0;
  z-index: 1000;
  font-size: 20px;
  border-radius: 3px;
  color: #fff;
  background-color: #e11a2c;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#scrollTopBtn:hover {
  background-color: #282828;
}

#scrollTopBtn.actived {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*-------------------------*/
.single-member {
  text-align: center;
  padding: 20px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.09), 0 6px 6px rgba(0,0,0,0.16);
  border: 1px solid rgba(0,0,0,0.16);
  margin-top: 50px;
  min-height: 260px;
}

.member-image {
  margin: 0 auto;
  display: block;
}

.member-image img {
  width: 70%;
  border: 1px solid #494949;
}

.member-text {
  margin-top: 20px;
}

.member-text h3 {
  font-size: 14px;
  color: #001238;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.member-text h4 {
  color: #676767;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  margin-top: 0px;
  margin-bottom: 10px;
}

.member-text ul {
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 0px;
}

.member-text ul li {
  display: inline-block;
  font-size: 14px;
  margin: 0 3px;
  font-weight: 600;
  color: #97262a;
}
/*-------------------------*/

[data-nav=false] .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-item img {
  width: 100%;
}

.carousel-dots .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.carousel-dots .owl-dots .owl-dot {
  margin: 3px;
}

.carousel-dots .owl-dots .owl-dot span {
  position: relative;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #8f8f8f;
  border: 4px solid #8f8f8f;
  margin: 0;
  display: inline-block;
}

.carousel-dots .owl-dots .owl-dot.active span {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-color: #282828;
}

.carousel-dots-light .owl-dots .owl-dot span {
  background-color: #fff;
  border-color: #fff;
  opacity: .5;
}

.carousel-dots-light .owl-dots .owl-dot.active span {
  border-color: #fff;
  opacity: 1;
}

.carousel-arrows .owl-nav .owl-next,.carousel-arrows .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #999;
  font-size: 0;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transform: translateY(-50%);
}

.carousel-arrows .owl-nav .owl-next:hover,.carousel-arrows .owl-nav .owl-prev:hover {
  color: #e11a2c;
  background-color: transparent;
}

.carousel-arrows .owl-nav .owl-next:after,.carousel-arrows .owl-nav .owl-prev:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #e11a2c;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  transition: opacity .7s ease;
  -webkit-transition: opacity .7s ease;
  -moz-transition: opacity .7s ease;
  -ms-transition: opacity .7s ease;
  -o-transition: opacity .7s ease;
}

.carousel-arrows .owl-nav .owl-next:hover:after,.carousel-arrows .owl-nav .owl-prev:hover:after {
  opacity: 1;
}

.carousel-arrows .owl-nav .owl-prev {
  left: 0;
}

.carousel-arrows .owl-nav .owl-prev:before {
  font-family: FontAwesome;
  content: "";
  font-size: 20px;
}

.carousel-arrows .owl-nav .owl-next {
  right: 0;
}

.carousel-arrows .owl-nav .owl-next:before {
  font-family: FontAwesome;
  content: "";
  font-size: 20px;
}

.carousel-arrows .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  line-height: 1;
}

.header-transparent+.slider {
  margin-top: -100px;
}

.header-transparent+.slider .slide__content {
  padding-top: 100px;
}

.slider {
  padding: 0;
}

.slider .slide-item {
  height: 100vh;
}

.slider .slide__subtitle {
  display: block;
  font-family: "Maiandra GD", cursive, Shadows Into Light;
  font-size: 25px;
  color: #f9f9f9;
  margin-bottom: 16px;
}

.slider .slide__title {
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  /*text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);*/
  text-shadow: 1px 2px 5px rgba(0,0,0,1),
				0px 8px 13px rgba(0,0,0,0.9),
				0px 18px 23px rgba(0,0,0,0.9);
  margin-bottom: 20px;
}

.slider .slide__desc {
  font-size: 20px;
  font-weight: 700;
  /*text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);*/
  text-shadow: 0px 2px 5px rgba(0,0,0,1),
			   2px 2px 4px rgba(0,0,0,0.5),
			   1px 6px 6px rgba(0,0,0,0.6);
  color: #fff;
  max-width: 600px;
  margin: 0 auto 30px;
}

.slider .carousel-arrows .owl-nav .owl-next,.slider .carousel-arrows .owl-nav .owl-prev {
  border: 0;
  color: #fff;
  border-radius: 50%;
  line-height: 46px;
  opacity: 0;
  transform: scale(.8);
  transition: border .3s linear,opacity .5s ease,transform .4s ease;
}

.slider:hover .carousel-arrows .owl-nav .owl-next,.slider:hover .carousel-arrows .owl-nav .owl-prev {
  transform: scale(1);
  opacity: 1;
}

.slider:hover .carousel-arrows .owl-nav .owl-next:hover,.slider:hover .carousel-arrows .owl-nav .owl-prev:hover {
  border-color: #e11a2c;
  color: #e11a2c;
}

.slider .carousel-arrows .owl-nav .owl-next:before,.slider .carousel-arrows .owl-nav .owl-prev:before {
  font-family: icomoon;
  font-size: 50px;
  transition: .4s ease;
}

.slider .carousel-arrows .owl-nav .owl-next:before {
  content: "";
}

.slider .carousel-arrows .owl-nav .owl-prev:before {
  content: "";
}

.slider .carousel-arrows .owl-nav .owl-prev {
  left: 30px;
}

.slider .carousel-arrows .owl-nav .owl-next {
  right: 30px;
}

.slider .carousel-arrows .owl-nav .owl-next:after,.slider .carousel-arrows .owl-nav .owl-prev:after {
  display: none;
}

.slider .carousel-arrows .owl-dots {
  bottom: 30px;
  text-align: center;
}

.slider-layout1 .slider__divider-shape {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  fill: #e11a2c;
  z-index: 3;
}

.slider-layout2 .slide-item {
  height: calc(100vh - 130px);
}

.slider-layout2 .divider-shape {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 17px;
  background: url(../images/shapes/shape2.png) repeat-x;
}

.slider-layout2 .divider-shape-top {
  top: 0;
}

.slider-layout2 .divider-shape-bottom {
  bottom: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (min-width:992px) {
  .slider .slide__title {
    padding: 0 30px;
  }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .slider .carousel-arrows .owl-nav .owl-next {
    right: 10px;
  }

  .slider .carousel-arrows .owl-nav .owl-prev {
    left: 10px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .slider .carousel-arrows .owl-nav .owl-next {
    right: 0;
  }

  .slider .carousel-arrows .owl-nav .owl-prev {
    left: 0;
  }

  .slider .slide__title {
    font-size: 50px;
  }
}

@media only screen and (min-width:320px) and (max-width:767px) {
  .header-transparent+.slider {
    margin-top: 0;
  }

  .header-transparent+.slider .slide__content {
    padding-top: 0;
  }

  .slider .slide-item {
    height: calc(100vh - 80px);
  }

  .slider .slide__title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .slider .slide__desc {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .slider .carousel-arrows .owl-nav .owl-next,.slider .carousel-arrows .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .slider .carousel-arrows .owl-nav .owl-prev {
    left: 10px;
  }

  .slider .carousel-arrows .owl-nav .owl-next {
    right: 10px;
  }

  .slider .carousel-arrows .owl-nav .owl-next:before,.slider .carousel-arrows .owl-nav .owl-prev:before {
    font-size: 30px;
  }
}

@media only screen and (min-width:320px) and (max-width:575px) {
  .slider .slide__subtitle {
    margin-bottom: 10px;
  }

  .slider .slide__title {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .slider .btn {
    font-size: 12px;
    font-weight: 600;
    min-width: 120px;
    height: 35px;
    line-height: 33px;
  }

  .slider .carousel-arrows .owl-nav .owl-next,.slider .carousel-arrows .owl-nav .owl-prev {
    display: none;
  }
}

.feature-item {
  position: relative;
  margin-bottom: 30px;
}

.feature-item .feature__img {
  margin-bottom: 27px;
  position: relative;
}

.feature-item .feature__img:after,.feature-item .feature__img:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  background: #fff;
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -ms-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
}

.feature-item .feature__img:after {
  opacity: .6;
}

.feature-item .feature__img:before,.feature-item .feature__img:hover:before {
  right: 0;
  top: 0;
}

.feature-item .feature__img:after,.feature-item .feature__img:hover:after {
  left: 0;
  bottom: 0;
}

.feature-item .feature__img:hover:after,.feature-item .feature__img:hover:before {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.feature-item .feature__title {
  font-size: 20px;
  margin-bottom: 20px;
}

.feature-item .feature__desc {
  padding: 0 30px;
  margin-bottom: 0;
}

@media only screen and (max-width:992px) {
  .feature-item .feature__img,.feature-item .feature__title {
    margin-bottom: 15px;
  }

  .feature-item .feature__desc {
    padding: 0;
  }
}

.fancybox-wrapper{
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  padding: 60px 30px 40px;
  /*text-align: center;*/
}

.fancybox-item {
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.fancybox-item .fancybox__icon {
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  /*margin-bottom: 23px;*/
}

.fancybox-item:hover .fancybox__icon {
  -webkit-animation: slideTopDown .8s infinite alternate;
  -moz-animation: slideTopDown .8s infinite alternate;
  -ms-animation: slideTopDown .8s infinite alternate;
  -o-animation: slideTopDown .8s infinite alternate;
  animation: slideTopDown .8s infinite alternate;
}


.fancybox-item:hover .fancybox__title {
  color: #e11a2c;
}

.fancybox-item .fancybox__title {
  font-family: "Oswald", Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-size: 14px;
  font-weight:600;
  line-height: 35px;
  margin-bottom: 0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.fancybox-item .fancybox__desc {
  padding: 0 10px;
  margin-bottom: 0;
}

@-webkit-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-moz-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-ms-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-o-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@media only screen and (min-width:320px) and (max-width:575px) {
  .fancybox-item {
    margin-bottom: 30px;
  }
}

.portfolio-item {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-item .portfolio__img {
  position: relative;
}

.portfolio-item .portfolio__img img {
  width: 100%;
}

.portfolio-item .portfolio__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0,0,0,.6);
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

.portfolio-item .portfolio__hover>a {
  display: block;
  width: 100%;
  height: 100%;
}

.portfolio-item:hover .portfolio__hover {
  opacity: 1;
}

.portfolio-item .portfolio__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

.portfolio-item .portfolio__title a {
  color: #282828;
}

.portfolio-item .portfolio__title a:hover {
  color: #e11a2c;
}

.portfolio-item .portfolio__cat {
  line-height: 1;
}

.portfolio-item .portfolio__cat a {
  position: relative;
  font-family: "Shadows Into Light",cursive;
  font-size: 13px;
  font-style: italic;
  color: #333;
  padding-right: 7px;
}

.portfolio-item .portfolio__cat a:hover {
  color: #e11a2c;
}

.portfolio-item .portfolio__cat a::after {
  content: ",";
  position: absolute;
  top: 2px;
  right: 2px;
}

.portfolio-item .portfolio__cat a:last-child:after {
  display: none;
}

.portfolio-item .portfolio__desc {
  margin-bottom: 0;
}

.portfolio-item .portfolio__link {
  color: #282828;
  line-height: 1;
}

.zoom__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: block;
  width: 20px;
  height: 20px;
}

.zoom__icon:after,.zoom__icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: #fff;
}

.zoom__icon:after {
  width: 20px;
  height: 1px;
}

.portfolio-filter {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.portfolio-filter li {
  margin-right: 30px;
}

.portfolio-filter li:last-child {
  margin-right: 0;
}

.portfolio-filter li a {
  position: relative;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #282828;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  display: block;
  padding-bottom: 3px;
  margin-bottom: 5px;
}

.portfolio-filter li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e11a2c;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

.portfolio-filter li a.active,.portfolio-filter li a:hover {
  color: #e11a2c;
}

.portfolio-filter li a.active:after,.portfolio-filter li a:hover:after {
  width: 100%;
}

.portfolio__info {
  padding: 30px 20px 28px;
}

.portfolio-gallery-link .portfolio-item .hover__content-inner,.portfolio-standard .portfolio-item .hover__content-inner {
  top: 40%;
  left: 50%;
  bottom: auto;
  opacity: 0;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.portfolio-gallery-link .portfolio-item .hover__content-inner a,.portfolio-standard .portfolio-item .hover__content-inner a {
  display: block;
}

.portfolio-gallery-link .portfolio-item .hover__content-inner .dotted__line span,.portfolio-gallery-link .portfolio-item .hover__content-inner .dotted__line span:after,.portfolio-gallery-link .portfolio-item .hover__content-inner .dotted__line span:before,.portfolio-standard .portfolio-item .hover__content-inner .dotted__line span,.portfolio-standard .portfolio-item .hover__content-inner .dotted__line span:after,.portfolio-standard .portfolio-item .hover__content-inner .dotted__line span:before {
  background-color: #282828;
}

.portfolio-gallery-link .portfolio-item .hover__content-inner {
  top: 30%;
}

.portfolio-gallery-link .portfolio-item:hover .hover__content-inner,.portfolio-standard .portfolio-item:hover .hover__content-inner {
  opacity: 1;
  top: 50%;
}

.portfolio-single .portfolio__single-title {
  font-size: 30px;
  font-weight: 600;
}

.portfolio-single .divider__line {
  margin-bottom: 21px;
}

.portfolio-single .portfolio__single-desc {
  margin-bottom: 40px;
}

.portfolio-single .portfolio__single-desc p {
  margin-bottom: 27px;
}

.portfolio-single .portfolio__single-desc p:last-of-type {
  margin-bottom: 0;
}

.portfolio__meta-list {
  background-color: #f9f9f9;
  margin-bottom: 30px;
  padding: 30px;
}

.portfolio__meta-list li {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #9e9e9e;
  line-height: 29px;
}

.portfolio__meta-list li span {
  color: #282828;
  padding-right: 3px;
  margin-right: 2px;
  display: inline-block;
  position: relative;
}

.portfolio__meta-list li span:after {
  content: ":";
  position: absolute;
  top: 0;
  right: 0;
}

.portfolio__share {
  background-color: #f9f9f9;
  padding: 40px 30px;
  display: flex;
  justify-content: space-between;
}

.portfolio__share .portfolio__share-title {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #282828;
  line-height: 1;
}

.portfolio__share .social__icons {
  display: inline-flex;
}

.portfolio__share .social__icons a {
  line-height: 1;
  margin-right: 20px;
  color: #5d5d5d;
}

.portfolio__share .social__icons a:last-child {
  margin-right: 0;
}

.portfolio__share .social__icons a:hover {
  color: #e11a2c;
}

.portfolio__nav {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #f5f5f5;
  padding-top: 50px;
}

.portfolio__nav .portfolio__next,.portfolio__nav .portfolio__prev {
  position: relative;
}

.portfolio__nav .portfolio__next .portfolio__nav-icon,.portfolio__nav .portfolio__prev .portfolio__nav-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.portfolio__nav .portfolio__next:hover h6,.portfolio__nav .portfolio__prev:hover h6 {
  color: #e11a2c;
}

.portfolio__nav .portfolio__next {
  text-align: right;
}

.portfolio__nav .portfolio__next .portfolio__nav-icon {
  right: 0;
  left: auto;
}

.portfolio__nav .portfolio__nav-icon {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #f9f9f9;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #333;
}

.portfolio__nav .portfolio__nav-icon:hover {
  background-color: #e11a2c;
  color: #fff;
}

.portfolio__nav .portfolio__nav-content span {
  font-family: "Shadows Into Light",cursive;
  font-size: 13px;
  color: #b8b8b8;
  display: block;
  margin-bottom: 3px;
}

.portfolio__nav .portfolio__nav-content h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.portfolio__nav .portfolio__next .portfolio__nav-content {
  padding-right: 63px;
}

.portfolio__nav .portfolio__prev .portfolio__nav-content {
  padding-left: 63px;
}

.portfolio__nav .portfolio__nav-all {
  font-size: 23px;
  line-height: 50px;
  color: #616161;
  display: block;
  text-align: center;
}

.portfolio__nav .portfolio__nav-all:hover {
  color: #e11a2c;
}

.portfolio-single-images .portfolio__img img {
  margin-bottom: 30px;
}

.portfolio-single-slider .portfolio__img img {
  margin-bottom: 0;
}

.portfolio-single-slider .carousel-arrows .owl-nav .owl-next,.portfolio-single-slider .carousel-arrows .owl-nav .owl-prev {
  background-color: #fff;
  border-color: transparent;
  color: #333;
  border-radius: 50%;
}

.portfolio-single-slider .carousel-arrows .owl-nav .owl-next:hover,.portfolio-single-slider .carousel-arrows .owl-nav .owl-prev:hover {
  background-color: #333;
  color: #fff;
}

.portfolio-single-slider .carousel-arrows .owl-nav .owl-next:after,.portfolio-single-slider .carousel-arrows .owl-nav .owl-prev:after {
  display: none;
}

.portfolio-single-slider .carousel-arrows .owl-nav .owl-prev {
  left: 30px;
}

.portfolio-single-slider .carousel-arrows .owl-nav .owl-prev:before {
  content: "";
}

.portfolio-single-slider .carousel-arrows .owl-nav .owl-next {
  right: 30px;
}

.portfolio-single-slider .carousel-arrows .owl-nav .owl-next:before {
  content: "";
}

.mix {
  display: none;
}

.portfolio-hidden>.portfolio-item {
  display: none;
}

.portfolio-gallery-no-margin .portfolio-item {
  margin-bottom: 0;
}

@media only screen and (min-width:320px) and (max-width:575px) {
  .portfolio__share .social__icons a {
    margin-right: 15px;
  }

  .portfolio-single-slider .carousel-arrows .owl-nav .owl-prev {
    left: 15px;
  }

  .portfolio-single-slider .carousel-arrows .owl-nav .owl-next {
    right: 15px;
  }

  .portfolio-filter li {
    margin-right: 15px;
    margin-bottom: 10px;
  }

  .portfolio-masonry .portfolio-item,.portfolio-masonry .portfolio__img {
    max-width: 370px;
    margin: 0 auto 30px;
  }

  .portfolio-masonry .portfolio-item img,.portfolio-masonry .portfolio__img img {
    width: 100%;
  }

  .custom-grid-2col,.custom-grid-3col {
    column-count: 1;
  }

  .portfolio-pinterest .portfolio__img {
    max-width: 370px;
    margin: 0 auto 30px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .portfolio-grid .container {
    max-width: none;
  }
}

@media only screen and (min-width:320px) and (max-width:767px) {
  .portfolio-single .portfolio__title {
    font-size: 24px;
  }

  .portfolio__nav {
    display: block;
  }

  .portfolio__nav .portfolio__nav-content h6 {
    font-size: 14px;
    line-height: 24px;
  }

  .custom-grid-3col {
    column-gap: 15px;
  }

  .custom-grid-3col .portfolio__img {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .portfolio__nav .portfolio__nav-content h6 {
    font-size: 14px;
    line-height: 24px;
  }

  .custom-grid-3col {
    column-gap: 15px;
  }

  .custom-grid-3col .portfolio__img {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .portfolio__share .social__icons a {
    margin-right: 15px;
  }
}

.member {
  position: relative;
  margin-bottom: 50px;
}

.member .member__img {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.member .member__img img {
  width: 100%;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}

.member:hover .member__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.member .member__info {
  padding-top: 27px;
}

.member .member__info .member__name {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 3px;
}

.member .member__info .member__desc {
  font-size: 12px;
  margin-bottom: 0;
}

.member .member__hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(33,33,33 ,.8);
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.65)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.65),rgba(0,0,0,0));
  background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.65),rgba(0,0,0,0));
  background-image: -ms-linear-gradient(bottom,rgba(0,0,0,.65),rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,.65),rgba(0,0,0,0));
  background-image: linear-gradient(bottom,rgba(0,0,0,.65),rgba(0,0,0,0));
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}

.member .member__content-inner {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}

.member .social__icons li {
  margin-right: 10px;
}

.member .social__icons li:last-child {
  margin-right: 0;
}

.member .social__icons li a {
  background-color: #e11a2c;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -ms-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}

.member .social__icons li a:hover {
  background-color: #282828;
}

.member .social__icons li:nth-of-type(2) a {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -ms-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}

.member .social__icons li:nth-of-type(3) a {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.member .social__icons li:nth-of-type(4) a {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.member:hover .member__hover {
  opacity: 1;
}

.member:hover .member__content-inner {
  bottom: 50px;
  opacity: 1;
}

.member:hover .social__icons li a {
  opacity: 1;
}

.member:hover .member__content-inner .member__info .member__name {
  color: #fff;
}
.member:hover .member__content-inner .member__info .member__desc {
  color: #fff;
}
.member:hover .member__content-inner p {
  color: #fff;
}

@media only screen and (min-width:320px) and (max-width:767px) {
  .member {
    max-width: 400px;
    margin: 0 auto 30px;
  }

  .member .member__info {
    padding-top: 15px;
  }

  .member .member__info .member__name {
    font-size: 17px;
    margin-bottom: 0;
  }
}

.testimonial-item {
  position: relative;
  background-color: #fff;
  padding: 40px 30px 34px 40px;
  border-radius: 3px;
  box-shadow: 0 0 15px 0 rgba(40,40,40,.15);
}

.testimonial-item .testimonial__icon {
  background-color: #ef3b06;
  position: absolute;
  top: 0;
  right: 40px;
  height: 22px;
  width: 16px;
}

.testimonial-item .testimonial__icon:after,.testimonial-item .testimonial__icon:before {
  content: "";
  height: 20px;
  position: absolute;
  bottom: -8px;
  width: 50%;
  background-color: #ef3b06;
}

.testimonial-item .testimonial__icon:before {
  -webkit-transform: skewY(-45deg);
  -moz-transform: skewY(-45deg);
  -ms-transform: skewY(-45deg);
  -o-transform: skewY(-45deg);
  transform: skewY(-45deg);
  left: 0;
}

.testimonial-item .testimonial__icon:after {
  right: 0;
  -webkit-transform: skewY(45deg);
  -moz-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  -o-transform: skewY(45deg);
  transform: skewY(45deg);
}

.testimonial-item .testimonial__rating {
  line-height: 1;
  margin-bottom: 21px;
}

.testimonial-item .testimonial__rating i {
  color: #ffc80a;
}

.testimonial-item .testimonial__content {
  position: relative;
}

.testimonial-item .testimonial__desc {
  margin-bottom: 17px;
}

.testimonial__meta {
  position: relative;
  z-index: 2;
  padding-top: 23px;
  border-top: 1px dashed #dbdbdb;
}

.testimonial__meta .testimonial__meta-title {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
  color: #97262a;
}

.testimonial__meta .testimonial__meta-desc {
  line-height: 25px;
  font-size: 13px;
  color: #616161;
  margin-bottom: 0;
}

.testimonial__thumb {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #e11a2c;
  padding: 2px;
  margin-bottom: 23px;
}

.testimonial__thumb img {
  max-width: 100%;
  border-radius: 50%;
}

.testimonials .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}

.testimonials-layout2 .testimonial-item {
  box-shadow: none;
  text-align: center;
  padding: 0 40px;
  overflow: hidden;
}

.testimonials-layout2 .testimonial-item .testimonial__meta {
  border-top: 0;
}

.testimonials-layout2 .testimonial-item .testimonial__desc {
  font-family: "Shadows Into Light",cursive;
  color: #282828;
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 50px;
}

.testimonials-layout2 .testimonial-item .testimonial__thumb {
  margin-bottom: 13px;
}

.testimonials-layout2 .carousel-dots .owl-dots {
  position: absolute;
  bottom: 140px;
  left: 0;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width:320px) and (max-width:767px) {
  .testimonial-item {
    padding: 20px 20px 24px 15px;
  }

  .testimonial-item .testimonial__rating,.testimonial-item .testimonial__thumb {
    margin-bottom: 15px;
  }

  .testimonials-layout2 .testimonial-item {
    padding: 0;
  }

  .testimonials-layout2 .testimonial-item .testimonial__desc {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.cta__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 11px;
}

.cta__desc {
  font-size: 14px;
  margin-bottom: 0;
}

.cta__actions {
  display: flex;
  text-align: right;
  justify-content: flex-end;
}

.cta__actions .btn {
  margin-left: 30px;
}

.cta__actions-text p {
  font-size: 12px;
}

.cta__actions-text strong {
  font-size: 16px;
}

/* =============================================================================
#14. Contact
============================================================================= */
#contact{
    position: relative;
}
#contact .section-header-style2 {
    margin-bottom: 40px;
}
#contact .section-header-style2 h2 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
#contact .section-header-style2 p{
    font-size: 14px;
    color: #000;
}
.bubbles-animate .bubble {
    position: absolute;
    border-radius: 50%;
    z-index: 99;
}

.bubbles-animate .bubble.b_one, .bubbles-animate .bubble.b_four {
    width: 10px;
    height: 10px;
}

.bubbles-animate .bubble.b_two, .bubbles-animate .bubble.b_five {
    width: 30px;
    height: 30px;
}

.bubbles-animate .bubble.b_three, .bubbles-animate .bubble.b_six {
    width: 14px;
    height: 14px;
}

.bubbles-animate .bubble.b_one {
    background: #00c99c;
    top: 40%;
    left: 85px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: spin2 2s infinite alternate;
    animation: spin2 2s infinite alternate;
}

.bubbles-animate .bubble.b_two {
    background: #fca249;
    top: 50%;
    left: 155px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: spin1 2s infinite alternate;
    animation: spin1 2s infinite alternate;
}

.bubbles-animate .bubble.b_three {
    background: #7898a3;
    top: 85%;
    left: 255px;
    -webkit-animation: spin1 1s infinite alternate;
    animation: spin1 1s infinite alternate;
}

.bubbles-animate .bubble.b_four {
    background: #d27dfa;
    top: 40%;
    right: 85px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: spin1 2s infinite alternate;
    animation: spin1 2s infinite alternate;
}

.bubbles-animate .bubble.b_five {
    background: #ff9398;
    top: 50%;
    right: 155px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: spin1 3s infinite alternate;
    animation: spin1 3s infinite alternate;
}

.bubbles-animate .bubble.b_six {
    background: #f1d53b;
    top: 85%;
    right: 55px;
    -webkit-animation: spin2 2s infinite alternate;
    animation: spin2 2s infinite alternate;
}

.bubbles-animate .triangle {
    position: absolute;
}

.bubbles-animate .triangle.b_seven {
    left: 25%;
    top: 400px;
}

.bubbles-animate .triangle.b_eight {
    left: -100px;
    bottom: -45px;
}

.bubbles-animate .triangle.b_nine {
    right: 28%;
    bottom: 250px;
    -webkit-animation: spin2 2s infinite alternate;
    animation: spin2 2s infinite alternate;
}

/*============ keyframes animation  =============*/
@-webkit-keyframes pulse {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: translateX(-10px) scale(0.9);
        transform: translateX(-10px) scale(0.9);
    }
    100% {
        -webkit-transform: translateX(30px) scale(1.3) translateY(10px);
        transform: translateX(30px) scale(1.3) translateY(10px);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: translateX(-10px) scale(0.9);
        transform: translateX(-10px) scale(0.9);
    }
    100% {
        -webkit-transform: translateX(30px) scale(1.3) translateY(10px);
        transform: translateX(30px) scale(1.3) translateY(10px);
    }
}

@-webkit-keyframes spin1 {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes spin1 {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
}

@keyframes spin2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
}

@-webkit-keyframes spin3 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    25% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}

@keyframes spin3 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    25% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}
@-webkit-keyframes pulsate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(4);
        transform: translate(-50%, -50%) scale(4);
    }
}

@keyframes pulsate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(4);
        transform: translate(-50%, -50%) scale(4);
    }
}

.contact-form-block {
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 29px 6px rgba(154, 161, 171, 0.18);
    -webkit-box-shadow: 0px 0px 29px 6px rgba(154, 161, 171, 0.18);

    padding: 60px 50px;
    margin: 0 60px;
    border-radius: 30px;
}

#contact .contact--block {
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 29px 6px rgb(154 161 171 / 18%);
    -webkit-box-shadow: 0px 0px 29px 6px rgb(154 161 171 / 18%);
    padding: 40px 30px;
    margin: 0px;
    border-radius: 20px;
}

.contact-shape img{
    position: absolute;
}

.contact-form{
    margin-top: 30px;
}

.contact-form input{
    margin-bottom: 30px;
}

.contact-form button {
  line-height: 25px;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 14px;
  text-transform: uppercase;
}
.contact-block i{
    font-size: 35px;
}
.contact-block {
    margin-bottom: 25px;
}
.contact-block h4 {
    font-size: 15px;
	font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #9f0f15;
}
.contact-block-side {
    position: relative;
    padding-left: 70px;
}
.contact-block-side i{
    position: absolute;
    left: 0;
    top: -7px;
    background: #ee6242;
    /*background: linear-gradient(to right, #00ad1e 0%, #1cbb76 51%, #005cb2 100%);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-block-side i:before{
    font-size: 45px;
    margin: 0;
}
.contact-block-side p{
    margin-bottom: 0;
    color: #000;
}
.contact-block-side p span {
    display: block;
    margin-bottom: 5px;
}
.contact-block-side p span:last-child{
    margin-bottom: 0;
}

@media only screen and (min-width:320px) and (max-width:767px) {
  .cta-layout1 {
    text-align: center;
  }

  .cta-layout1 .cta__actions {
    display: block;
    text-align: center;
  }

  .cta-layout1 .cta__actions .btn {
    margin: 10px 0 0 0;
  }

  .cta-layout1 .cta__desc {
    margin-bottom: 10px;
  }
}

.clients .heading__title {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 500;
  font-size: 37px;
}

.clients .client {
  position: relative;
  text-align: center;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.clients .client img {
  display: inline-block;
  width: auto!important;
  max-width: 100%;
}

.post-item {
  position: relative;
  margin-bottom: 40px;
}

.post-item .post__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.post-item .post__img:after,.post-item .post__img:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  background: #fff;
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -ms-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
}

.post-item .post__img:after {
  opacity: .5;
}

.post-item .post__img:before,.post-item .post__img:hover:before {
  right: 0;
  top: 0;
}

.post-item .post__img:after,.post-item .post__img:hover:after {
  left: 0;
  bottom: 0;
}

.post-item .post__img:hover:after,.post-item .post__img:hover:before {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.post-item .post__content {
  padding-left: 30px;
}

.post-item .post__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.post-item .post__meta>* {
  margin-right: 8px;
  margin-bottom: 11px;
}

.post-item .post__meta .post__meta-cat,.post-item .post__meta .post__meta-tag {
  position: relative;
  background-color: #e11a2c;
  color: #fff;
  line-height: 18px;
  padding-left: 5px;
  padding-right: 3px;
}

.post-item .post__meta .post__meta-cat:after,.post-item .post__meta .post__meta-cat:before,.post-item .post__meta .post__meta-tag:after,.post-item .post__meta .post__meta-tag:before {
  content: "";
  position: absolute;
  right: -4px;
  z-index: -1;
  width: 20px;
  height: 9px;
  background-color: #e11a2c;
}

.post-item .post__meta .post__meta-cat:before,.post-item .post__meta .post__meta-tag:before {
  top: 0;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.post-item .post__meta .post__meta-cat:after,.post-item .post__meta .post__meta-tag:after {
  bottom: 0;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
}

.post-item .post__meta .post__meta-cat a,.post-item .post__meta .post__meta-tag a {
  position: relative;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  padding-right: 5px;
}

.post-item .post__meta .post__meta-cat a:hover,.post-item .post__meta .post__meta-tag a:hover {
  color: #282828;
}

.post-item .post__meta .post__meta-cat a:after,.post-item .post__meta .post__meta-tag a:after {
  content: ",";
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
}

.post-item .post__meta .post__meta-cat a:last-child:after,.post-item .post__meta .post__meta-tag a:last-child:after {
  display: none;
}

.post-item .post__meta .post__meta-cat span,.post-item .post__meta .post__meta-tag span {
  font-size: 13px;
  padding-right: 5px;
}

.post-item .post__meta .post__meta-comments-count,.post-item .post__meta .post__meta-date {
  font-size: 13px;
  line-height: 1;
  color: #616161;
}

.post-item .post__title {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 13px;
}

.post-item .post__title a {
  color: #282828;
}

.post-item .post__title a:hover {
  color: #e11a2c;
}

.post-item .post__desc {
  margin-bottom: 0;
}

.post-item .btn__link {
  margin-top: 23px;
}

.blog-standard .post-item .post__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.blog-standard .post-item .post__content {
  padding-left: 40px;
}

.blog-single .post-item .post__content {
  padding-left: 0;
}

.blog-single .post-item .post__desc {
  margin-bottom: 38px;
}

.blog-single .post-item .post__desc p {
  padding-left: 40px;
  line-height: 23px;
  margin-bottom: 30px;
}

.blog-widget {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 5px 83px 0 rgba(40,40,40,.08);
  margin-bottom: 40px;
}

.blog__widget-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

.blog-share {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  border-top: 1px dashed #dbdbdb;
  border-bottom: 1px dashed #dbdbdb;
}

.blog-share .post__share-title {
  font-size: 14px;
  margin-right: 25px;
  line-height: 1;
  margin-bottom: 0;
}

.blog-share .social__icons li a {
  font-size: 14px;
}

.blog-author {
  display: flex;
}

.blog-author .blog__author-avatar {
  width: 90px;
  height: 90px;
  min-width: 90px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.blog-author .blog__author-bio {
  line-height: 23px;
  margin-bottom: 20px;
}

.blog-author .social__icons li a {
  font-size: 15px;
  margin-right: 27px;
  color: #5d5d5d;
}

.blog-author .social__icons li a:hover {
  color: #222;
}

.blog-author .social__icons li a:last-child {
  margin-right: 0;
}

.comments-list .comment__item {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dbdbdb;
  margin-bottom: 30px;
}

.comments-list .comment__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comments-list .comment__item .comment__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.comments-list .comment__item .comment__content {
  padding-left: 70px;
}

.comments-list .comment__item .comment__content .comment__author {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.comments-list .comment__item .comment__content .comment__date {
  color: #616161;
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.comments-list .comment__item .comment__content .comment__desc {
  font-size: 14px;
  margin-bottom: 8px;
}

.comments-list .comment__item .comment__content .comment__reply {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #e11a2c;
  display: inline-block;
}

.comments-list .comment__item .comment__content .comment__reply:hover {
  color: #282828;
}

.comments-list .comment__item .nested__comment {
  border-top: 1px dashed #dbdbdb;
  padding: 30px 0 0 0;
  margin: 30px 0 0 90px;
}

.post-comments-form .form-group {
  margin-bottom: 30px;
}

@media only screen and (min-width:320px) and (max-width:767px) {
  .post-item .post__title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .post-item .post__content {
    padding-left: 0;
  }

  .post-item .btn__link {
    margin-top: 10px;
  }

  .post-author,.post-share {
    padding: 15px;
  }

  .post-single .post-item .post__desc p {
    padding-left: 0;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .comments-list .comment__item .comment__avatar {
    width: 40px;
    height: 40px;
  }

  .comments-list .comment__item .comment__content {
    padding-left: 60px;
  }
}

@media only screen and (min-width:320px) and (max-width:575px) {
  .post-author {
    display: block;
  }
}

.contact .contact-box .contact__box-title {
  font-size: 16px;
}

.contact .contact-box .contact__box-list li {
  font-size: 13px;
  line-height: 23px;
}

.contact .contact-box .contact__box-list li a.email {
  font-weight: 600;
  color:#005189;
}

.contact .contact-box .contact__box-list li a.email:hover {
  color:#002948;
}

.contact .social__icons li {
  margin-right: 10px;
}

.contact .social__icons li:last-of-type {
  margin-right: 0;
}

.contact .social__icons li a {
  display: block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background-color: #97262a;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 10px;
}

.contact .social__icons li a:hover {
  background-color: #282828;
}

.contact-box {
  margin-bottom: 30px;
}

.contact-box .contact__box-title {
  font-size: 14px;
  font-weight: 700;
}

.contact-box .btn__link {
  width: auto;
  height: auto;
  line-height: 1;
  color: #e11a2c;
}
.contact-box .btn__link span {
  color: #000;
}

.contact-box .btn__link:hover {
  color: #282828;
}

.contact-layout2 .contact-box {
  padding: 0 30px;
  margin-top: 50px;
}

.contact-layout2 .contact-box .contact__box-title {
  color: #e11a2c;
}

.contact-layout2 .reservation__banner {
  min-height: 380px;
  max-width: 400px;
  margin: -190px auto 0;
}

@media only screen and (max-width:992px) {
  .contact-layout2 .contact-box {
    margin: 30px 0;
  }

  .contact-layout2 .reservation__banner {
    margin: 0 auto;
  }
}

@media only screen and (min-width:320px) and (max-width:575px) {
  .contact-box .contact__box-title {
    margin-bottom: 10px;
  }

  .contact-layout2 .contact-box {
    padding: 0;
  }
}

.product-item {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.product-item .product__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.product-item .product__cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5px;
}

.product-item .product__cat a {
  position: relative;
  font-size: 13px;
  padding-right: 8px;
}

.product-item .product__cat a:hover {
  color: #e11a2c;
}

.product-item .product__cat a:after {
  content: "-";
  position: absolute;
  top: 0;
  right: 0;
  color: #9b9b9b;
}

.product-item .product__cat a:last-child {
  padding-right: 0;
}

.product-item .product__cat a:last-child::after {
  display: none;
}

.product-item .product__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),#1b1a1a 100%);
  background-image: -moz-linear-gradient(top,rgba(0,0,0,0),#1b1a1a 100%);
  background-image: -ms-linear-gradient(top,rgba(0,0,0,0),#1b1a1a 100%);
  background-image: -o-linear-gradient(top,rgba(0,0,0,0),#1b1a1a 100%);
  background-image: linear-gradient(top,rgba(0,0,0,0),#1b1a1a 100%);
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  -webkit-transform: scaleX(.6);
  -moz-transform: scaleX(.6);
  -ms-transform: scaleX(.6);
  -o-transform: scaleX(.6);
  transform: scaleX(.6);
}

.product-item:hover .product__hover {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.product-item .product__action {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
}

.product__title {
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 10px;
}

.product__title a {
  color: #222;
}

.product__title a:hover {
  color: #e11a2c;
}

.product__price {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #e11a2c;
}

.list-view {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.list-view .product-item {
  display: flex;
  border: 1px solid #eee;
}

.list-view .product-item .product__img {
  position: static;
  flex: 0 0 40%;
  max-width: 40%;
  margin-bottom: 0;
}

.list-view .product-item .product__cat {
  justify-content: flex-start;
}

.list-view .product-item .product__content {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 20px;
  text-align: left;
}

.list-view .product-item .product__hover {
  opacity: 1;
  background-image: none;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.list-view .product-item .product__action {
  left: calc(40% + 20px);
  width: auto;
}

.list-view .product-item .btn:hover {
  background-color: #282828;
  border-color: #282828;
  color: #fff;
}

.product-single .quantity__input-wrap .qty-input {
  width: 60px;
  height: 50px;
  margin: 0;
  color: #9b9b9b;
  font-weight: 600;
  padding-right: 10px;
}

.product-single .quantity__input-wrap i {
  width: auto;
  height: auto;
  line-height: 1;
  border: 5px solid transparent;
  position: absolute;
  right: 10px;
}

.product-single .quantity__input-wrap .increase-qty {
  top: 7px;
  border-bottom-color: #9b9b9b;
}

.product-single .quantity__input-wrap .decrease-qty {
  bottom: 7px;
  border-top-color: #9b9b9b;
}

.product__meta-title {
  font-size: 12px;
  color: #282828;
}

.product__meta-cat a,.product__meta-tags a {
  position: relative;
  font-size: 12px;
  padding-right: 6px;
}

.product__meta-cat a:after,.product__meta-tags a:after {
  content: "-";
  position: absolute;
  top: -2px;
  right: -2px;
  color: #9b9b9b;
}

.product__meta-cat a:last-child,.product__meta-tags a:last-child {
  padding-right: 0;
}

.product__meta-cat a:last-child:after,.product__meta-tags a:last-child:after {
  display: none;
}

.product__share-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
}

.quantity__input-wrap {
  display: inline-flex;
  position: relative;
}

.quantity__input-wrap i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 10px;
  border: 1px solid #eee;
  text-align: center;
  color: #e11a2c;
  display: inline-block;
  cursor: pointer;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.qty-input {
  background-color: transparent;
  width: 30px;
  height: 25px;
  border: 1px solid #eee;
  text-align: center;
  color: #222;
  font-size: 14px;
  padding: 0;
  margin: 0 5px;
  border-radius: 2px;
  text-align: center;
  -moz-appearance: textfield;
}

.qty-input::-webkit-inner-spin-button,.qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.product__tabs .tab-content {
  padding-top: 20px;
}

.product__tabs .tab-content p {
  line-height: 22px;
}

.product__tabs .tab-content p :last-child {
  margin-bottom: 0;
}

.product__tabs .reviews__form .form-control {
  border: 1px solid #e6e6e6;
  height: 40px;
  padding: 0 10px;
}

.product__tabs .reviews__form .form-control:focus {
  border-color: #e11a2c;
}

.product__tabs .reviews__form textarea.form-control {
  min-height: 120px;
}

.filtering-options {
  display: flex;
  justify-content: space-between;
  border: 1px solid #dbdbdb;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.filtering-options .select-box {
  position: relative;
  display: inline-block;
}

.filtering-options .select-box:before {
  content: "";
  font-family: fontAwesome;
  position: absolute;
  top: 5px;
  right: 10px;
}

.filtering-options .select-box select {
  padding: 0 20px 0 10px;
  height: 30px;
  border: 1px solid #eee;
  min-width: 128px;
  color: #9b9b9b;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.filtering-options .sort-box {
  margin-right: 30px;
}

.filtering-options .sort-box:last-of-type {
  margin-right: 0;
}

.filter-option-sorting {
  display: flex;
  align-items: center;
}

.filter-option-view span,.sort-box span {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-right: 8px;
}

.filter-option-view a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #eee;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #9b9b9b;
  margin-right: 8px;
}

.filter-option-view a:last-child {
  margin-right: 0;
}

.filter-option-view a.active,.filter-option-view a:hover {
  color: #e11a2c;
}

.shop__cat-item {
  position: relative;
  overflow: hidden;
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -ms-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
  margin-bottom: 30px;
}

.shop__cat-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(27,26,26,.25);
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}

.shop__cat-item .btn {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 3;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.shop__cat-item img {
  width: 100%;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.shop__cat-item:hover:before {
  background-color: rgba(27,26,26,.75);
}

.shop__cat-item:hover .btn {
  background-color: #e11a2c;
  border-color: #e11a2c;
  color: #fff;
}

.shop__cat-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.cart-table {
  margin-bottom: 50px;
}

.cart-table .table {
  border: 1px solid #dbdbdb;
  border-radius: 0;
  margin-bottom: 0;
}

.cart-table thead {
  background-color: transparent;
}

.cart-table thead tr th {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #282828;
  line-height: 50px!important;
  border-bottom-width: 0!important;
  border-color: #eee;
  padding: 0;
}

.cart-table tbody tr td {
  padding: 20px;
  border-color: #eee;
}

.cart-table .cart__product-item {
  position: relative;
  display: flex;
}

.cart-table .cart__product-price,.cart-table .cart__product-total {
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  color: #e11a2c;
  text-align: center;
}

.cart-table .cart__product-quantity {
  text-align: center;
}

.cart-table .cart__product-quantity input {
  width: 30px;
  height: 25px;
  border: 1px solid #eee;
  border-radius: 2px;
  text-align: center;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-right: 5px;
}

.cart-table .cart__product-img {
  width: 50px;
  margin-right: 20px;
}

.cart-table .cart__product-title h6 {
  font-size: 14px;
  font-weight: 700;
}

.cart-table .cart__product-remove {
  position: absolute;
  right: 20px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  font-size: 9px;
  background-color: #222;
  color: #fff;
  border-radius: 1px;
  text-align: center;
  cursor: pointer;
}

.cart-table .cart__product-remove:hover {
  background-color: #e11a2c;
}

.cart-table .cart__product-action td {
  padding: 30px 20px 20px;
}

.cart-table .cart__product-action td .form-control {
  font-size: 12px;
  font-weight: 400;
  width: 250px;
  height: 42px;
  line-height: 25px;
  border: 1px solid #dbdbdb;
}

.cart-table .cart__product-action td .btn {
  font-size: 14px;
  font-weight: 700;
  line-height: 39px;
  height: 42px;
  min-width: 134px;
}

.cart-table .cart__product-action td .cart__product-action-content {
  display: flex;
  justify-content: space-between;
}

.cart__shiping,.cart__total-amount {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  padding: 30px 20px;
  margin-bottom: 30px;
}

.cart__shiping h6,.cart__total-amount h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}

.cart__total-amount ul li {
  color: #e11a2c;
  font-size: 14px;
  line-height: 36px;
  display: flex;
  justify-content: space-between;
}

.cart__total-amount ul li span:last-of-type {
  color: #9b9b9b;
}

.cart__shiping .form-control {
  border: 1px solid #dbdbdb;
  font-size: 12px;
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  margin-bottom: 20px;
}

.cart__shiping .btn {
  line-height: 39px;
  height: 42px;
}

@media only screen and (min-width:320px) and (max-width:575px) {
  .product-item img {
    width: 100%;
  }

  .product-item .product__content {
    padding: 15px 10px;
  }

  .list-view .product-item {
    max-width: none;
  }

  .list-view .product-item .product__action .btn {
    min-width: 100px;
    font-size: 11px;
    height: 35px;
    line-height: 33px;
  }

  .list-view .product-item .product__content {
    padding: 10px;
  }

  .list-view .product-item .product__title {
    font-size: 15px;
    line-height: 1.1;
  }

  .shop__cat-item .btn {
    bottom: 20px;
    left: 20px;
    width: 130px;
    height: 40px;
    line-height: 38px;
  }

  .cart-table .cart__product-price,.cart-table .cart__product-total {
    font-size: 10px;
    font-weight: 400;
    padding: 0;
  }
}

@media only screen and (min-width:320px) and (max-width:767px) {
  .product-item {
    margin-bottom: 30px;
  }

  .filter-option-sorting,.filtering-options .sort-box {
    margin-right: 15px;
  }

  .filter-option-view span,.sort-box span {
    display: block;
    margin-bottom: 5px;
  }

  .product__action-btns .btn {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .product__quantity-title {
    margin-bottom: 14px;
  }

  .list-view .product-item .product__action {
    bottom: 10px;
    left: calc(40% + 10px);
  }

  .list-view .product-item .product__action .btn {
    min-width: 120px;
    font-size: 11px;
    height: 35px;
    line-height: 33px;
  }

  .list-view .product-item .product__content {
    padding: 10px;
  }

  .list-view .product-item .product__title {
    font-size: 15px;
    line-height: 1.1;
  }

  .shopping-cart .container {
    max-width: 100%;
  }

  .cart-table tbody tr td {
    padding: 5px!important;
  }

  .cart-table .cart__product-img {
    width: 40px;
    margin-right: 5px;
  }

  .cart-table .cart__product-remove {
    right: 5px;
  }

  .cart-table .cart__product-title h6 {
    font-size: 12px;
    font-weight: 400;
  }

  .cart-table .cart__product-price,.cart-table .cart__product-total {
    font-size: 10px;
  }

  .cart-table .quantity__input-wrap i {
    width: 15px;
    height: 20px;
    line-height: 20px;
  }

  .cart-table .cart__product-quantity input {
    width: 30px;
    height: 20px;
  }

  .cart-table .cart__product-action-content {
    display: block!important;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .filtering-options {
    display: block;
    text-align: center;
    padding: 15px;
  }

  .filtering-options .sort-box {
    margin-right: 15px;
  }

  .filtering-options .select-box {
    margin-left: 0;
  }

  .filter-option-sorting {
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .product__form-wrap form {
    display: block;
  }

  .product__action-btns .btn {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .product__quantity-title {
    margin-bottom: 14px;
  }

  .shopping-cart .container {
    max-width: 100%;
  }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .product__form-wrap form {
    display: block;
  }

  .product__action-btns .btn {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .product__quantity-title {
    margin-bottom: 10px;
  }

  .shop__cat-item .btn {
    bottom: 20px;
    left: 20px;
  }
}

@media only screen and (min-width:320px) and (max-width:440px) {
  .filtering-options {
    display: block;
    padding: 10px;
  }

  .filter-option-sorting,.filtering-options .sort-box {
    margin: 0 0 10px 0;
    display: block;
  }

  .filtering-options .select-box {
    display: block;
  }

  .filtering-options .select-box select {
    width: 100%;
    height: 35px;
  }
}

@media only screen and (min-width:320px) and (max-width:350px) {
  .list-view .product-item .product__action .btn {
    min-width: 100px;
  }
}

.hr-dashed {
  border-style: dashed;
}

.widget {
  background-color: #f9f9f9;
  padding: 40px;
  margin-bottom: 30px;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget .widget__title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 27px;
}

.widget-search .widget__form-search {
  position: relative;
}

.widget-search .widget__form-search button {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 0;
  color: #e11a2c;
}

.widget-about img {
  margin-bottom: 26px;
}

.widget-about p {
  margin-bottom: 11px;
}

.widget-about .btn__link {
  line-height: 1;
  width: auto;
  height: auto;
  border: none;
  color: #e11a2c;
}

.widget-about .btn__link:hover {
  color: #222;
}

.widget-categories li a {
  display: block;
  color: #333;
  padding: 10px 0;
  border-bottom: 1px solid #dbdbdb;
}

.widget-categories li a:hover {
  color: #e11a2c;
}

.widget-categories li:last-child a {
  border-bottom: 0;
}

.widget-tags ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.widget-tags ul li a {
  display: block;
  font-size: 14px;
  color: #9b9b9b;
  line-height: 1;
  text-transform: capitalize;
  padding: 7px 9px;
  border: 1px solid #ededed;
  margin: 0 10px 10px 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.widget-tags ul li a:hover {
  background-color: #e11a2c;
  border-color: #e11a2c;
  color: #fff;
}

.widget-poducts .widget-product-item {
  display: flex;
  margin-bottom: 30px;
}

.widget-poducts .widget-product-item:last-of-type {
  margin-bottom: 0;
}

.widget-poducts .widget-product-item .widget__product-title {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 0;
}

.widget-poducts .widget-product-item .widget__product-title a {
  color: #222;
}

.widget-poducts .widget-product-item:hover .widget__product-title a {
  color: #e11a2c;
}

.widget-poducts .widget-product-item .widget__product-img {
  margin-right: 20px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 5px;
}

.widget-poducts .widget-product-item .widget__product-img img {
  width: 100%;
  height: 100%;
}

.widget-poducts .widget-product-item .widget__product-price {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #e11a2c;
}

.widget-posts .widget-post-item {
  margin-bottom: 28px;
}

.widget-posts .widget-post-item:last-of-type {
  margin-bottom: 0;
}

.widget-posts .widget-post-item .widget__post-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 0;
}

.widget-posts .widget-post-item .widget__post-title a {
  color: #222;
}

.widget-posts .widget-post-item:hover .widget__post-title a {
  color: #e11a2c;
}

.widget-posts .widget-post-item .widget__post-img {
  margin-bottom: 17px;
}

.widget-posts .widget-post-item .widget__post-date {
  line-height: 1;
  font-size: 13px;
  display: block;
  margin-bottom: 6px;
}

.sidebar-layou2 .widget {
  background-color: transparent;
  padding: 0;
  margin-bottom: 50px;
}

.ui-slider {
  position: relative;
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-widget.ui-widget-content {
  border: none;
}

.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 10px;
  height: 10px;
  background-color: #e11a2c;
  border-radius: 3px;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.widget-filter .ui-slider {
  background-color: #dbdbdb;
  border-radius: 0;
  height: 4px;
  margin-bottom: 18px;
}

.widget-filter .ui-slider-range {
  height: 4px;
  background-color: #e11a2c;
}

.widget-filter .price-output {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 26px;
}

.widget-filter label {
  color: #9b9b9b;
  font-size: 15px;
  margin-right: 5px;
  margin-bottom: 0;
}

.widget-filter input {
  background-color: transparent;
  color: #e11a2c;
  font-size: 15px;
  border: none;
  max-width: 120px;
}

.widget-filter .btn {
  height: auto;
  line-height: 1;
  padding: 0;
}

.widget-filter .btn:after,.widget-filter .btn:before {
  display: none;
}

.events .post-item .post__content {
  padding-left: 0;
}

.events .post-item .post__title {
  font-size: 19px;
}

.events .post-item .post__meta-tag.sold-out {
  background-color: red;
}

.events .post-item .post__meta-tag.sold-out:after,.events .post-item .post__meta-tag.sold-out:before {
  background-color: red;
}

.menu-item {
  position: relative;
  margin-bottom: 20px;
}

.menu-item .menu__item-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
}

.menu-item .menu__item-price {
  color: #e11a2c;
  font-size: 14px;
  font-weight: 500;
}

.menu-item .menu__item-desc {
  font-size: 14px;
  margin-bottom: 0;
}

.menu-item .pricing__tag {
  display: inline-block;
  position: relative;
  line-height: 16px;
  font-size: 13px;
  background-color: #e11a2c;
  color: #fff;
  padding-left: 5px;
  padding-right: 3px;
}

.menu-item .pricing__tag:after,.menu-item .pricing__tag:before {
  content: "";
  position: absolute;
  right: -4px;
  z-index: -1;
  width: 20px;
  height: 9px;
  background-color: #e11a2c;
}

.menu-item .pricing__tag:before {
  top: 0;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.menu-item .pricing__tag:after {
  bottom: 0;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
}

.menu-item .menu__item-img {
  margin-bottom: 28px;
}

.menu__block-title {
  font-family: "Shadows Into Light",cursive;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.menu-layout1 .menu-item,.menu-layout5 .menu-item {
  padding-bottom: 11px;
  border-bottom: 1px dashed #dbdbdb;
  margin-bottom: 20px;
}

.menu-layout1 .menu-item .menu__item-title,.menu-layout5 .menu-item .menu__item-title {
  display: inline-block;
  margin-right: 10px;
}

.menu-layout1 .menu-item .menu__item-price,.menu-layout5 .menu-item .menu__item-price {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 50px;
  text-align: right;
}

.menu-layout2 .menu-item {
  margin-bottom: 40px;
}

.menu-layout2 .menu-item .menu__item-desc {
  margin-bottom: 10px;
}

.menu-layout3 .menu-item {
  margin-bottom: 40px;
}

.menu-layout3 .menu-item .menu__item-content {
  position: relative;
  padding-right: 50px;
}

.menu-layout3 .menu-item .menu__item-title {
  display: inline-block;
}

.menu-layout3 .menu-item .menu__item-price {
  position: absolute;
  top: 0;
  right: 0;
}

.menu-layout3 .menu-item .menu__item-img {
  position: relative;
  overflow: hidden;
}

.menu-layout3 .menu-item .menu__item-img img {
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -ms-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
}

.menu-layout3 .menu-item:hover .menu__item-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.menu-layout4 .menu-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  box-shadow: 0 1px 73px rgba(40,40,40,.1);
  margin-bottom: 0;
}

.menu-layout4 .menu-item .menu__item-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0,0,0,.6);
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

.menu-layout4 .menu-item .menu__item-hover>a {
  display: block;
  width: 100%;
  height: 100%;
}

.menu-layout4 .menu-item:hover .menu__item-hover {
  opacity: 1;
}

.menu-layout4 .menu-item .divider-shape {
  position: absolute;
  top: 50%;
  left: -63px;
  z-index: 2;
  fill: #fff;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.menu-layout4 .menu-item .menu__item-content,.menu-layout4 .menu-item .menu__item-img {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 0;
}

.menu-layout4 .menu-item .menu__item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  padding: 40px;
}

.menu-layout4 .menu-item .menu__item-content:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: -1;
  border: 1px dashed #dbdbdb;
}

.menu-layout4 .menu-item .menu__item-img img {
  width: 100%;
}

.menu-layout4 .menu-item .pricing__tag {
  position: absolute;
  top: 40px;
  left: 20px;
  margin: 0;
}

.menu-layout4 .menu-item .menu__item-title {
  font-size: 22px;
  margin-bottom: 17px;
}

.menu-layout4 .menu-item .menu__item-icon {
  margin-bottom: 19px;
}

.menu-layout4 .menu-item .menu__item-icon svg {
  fill: #e11a2c;
}

.menu-layout4 .menu-item .menu__item-desc {
  margin-bottom: 21px;
}

.menu-layout4 .menu-item .menu__item-price {
  font-size: 16px;
}

.menu-layout4 .filtered-items-wrap>[class*=col-]:nth-of-type(1) .menu-item,.menu-layout4 .filtered-items-wrap>[class*=col-]:nth-of-type(2) .menu-item,.menu-layout4 .filtered-items-wrap>[class*=col-]:nth-of-type(5) .menu-item,.menu-layout4 .filtered-items-wrap>[class*=col-]:nth-of-type(6) .menu-item {
  flex-direction: row-reverse;
}

.menu-layout5 .menu-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  padding: 60px 100px 40px;
}

.menu-layout5 .menu-wrapper:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear,left top,right top,from(#f7f7f7),to(#fff));
  background-image: -webkit-linear-gradient(left,#f7f7f7,#fff);
  background-image: -moz-linear-gradient(left,#f7f7f7,#fff);
  background-image: -ms-linear-gradient(left,#f7f7f7,#fff);
  background-image: -o-linear-gradient(left,#f7f7f7,#fff);
  background-image: linear-gradient(left,#f7f7f7,#fff);
}

.menu-layout5 .menu-wrapper:after {
  content: "";
  position: absolute;
  top: 126px;
  left: 0;
  right: 0;
  margin: auto;
  height: 350px;
  width: 14px;
  bottom: 80px;
  background-image: url(../images/shapes/1.png);
}

.menu-layout5 .menu-wrapper-inner:first-child {
  padding-right: 45px;
}

.menu-layout5 .menu-wrapper-inner:last-child {
  padding-left: 45px;
}

@media (min-width:992px) {
  .menu-item:last-of-type {
    border-bottom: 0;
  }

  .menu-layout2 .menu-item {
    display: flex;
  }

  .menu-layout2 .menu-item .menu__item-img {
    -ms-flex: 0 0 31.5%;
    flex: 0 0 31.5%;
    max-width: 31.5%;
    margin-bottom: 0;
  }

  .menu-layout2 .menu-item .menu__item-content {
    -ms-flex: 0 0 69.5%;
    flex: 0 0 69.5%;
    max-width: 69.5%;
    padding-left: 30px;
  }
}

@media (max-width:992px) {
  .menu-layout5 .menu-wrapper {
    padding: 15px;
  }

  .menu-layout5 .menu-wrapper:after,.menu-layout5 .menu-wrapper:before {
    display: none;
  }

  .menu-layout5 .menu-wrapper-inner:first-child {
    padding-left: 15px!important;
  }

  .menu-layout5 .menu-wrapper-inner:last-child {
    padding-left: 15px!important;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .menu-layout4 .menu-item .menu__item-content {
    padding: 40px;
  }
}

@media only screen and (min-width:320px) and (max-width:575px) {
  .menu-layout1 .menu-item .menu__item-price,.menu-layout5 .menu-item .menu__item-price {
    position: static;
    text-align: left;
  }

  .menu-layout4 .menu-item {
    flex-direction: column!important;
  }

  .menu-layout4 .menu-item .menu__item-content,.menu-layout4 .menu-item .menu__item-img {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .menu-layout4 .menu-item .menu__item-img {
    padding: 0 10px;
  }

  .menu-layout4 .menu-item .menu__item-content {
    padding: 40px 20px 20px;
  }

  .menu-layout4 .menu-item .menu__item-content:after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .menu-layout4 .menu-item .pricing__tag {
    top: 20px;
    left: 10px;
  }

  .menu-layout4 .menu-item .menu__item-desc,.menu-layout4 .menu-item .menu__item-icon,.menu-layout4 .menu-item .menu__item-title {
    margin-bottom: 10px;
  }
}

.reservation__wrapper {
  background-color: #fff;
  padding: 80px 75px 50px;
}

.reservation__wrapper>.row>[class*=col-] {
  padding: 0 40px;
}

.reservation__banner {
  position: relative;
  text-align: center;
  min-height: 570px;
  max-width: 400px;
  margin: -20px auto 0;
}

.reservation__banner .reservation__banner-inner {
  position: relative;
  z-index: 2;
  padding: 55px 50px 0;
}

.reservation__banner .reservation__banner-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.reservation__banner .reservation__banner-contact-label,.reservation__banner .reservation__banner-inner-subtitle {
  font-family: "Shadows Into Light",cursive;
  font-size: 20px;
  color: #e11a2c;
  display: block;
  margin-bottom: 5px;
}

.reservation__banner .reservation__banner-contact-phone,.reservation__banner .reservation__banner-inner-title {
  font-size: 27px;
  color: #fff;
  margin-bottom: 13px;
}

.reservation__banner ul li {
  display: flex;
  justify-content: space-between;
  line-height: 40px;
  border-bottom: 1px dashed #494b4f;
}

.reservation__banner .reservation__banner-contact-phone {
  display: block;
}

.reservation__form textarea.form-control {
  min-height: 90px;
}

.reservation__form .reservation__form-heading h5 {
  font-size: 22px;
  font-weight: 700;
}

.reservation__form .reservation__form-heading a {
  color: #e11a2c;
  font-size: 13px;
  display: block;
  margin-bottom: 20px;
}

.reservation-layout3 .divider-shape {
  position: absolute;
  left: 0;
  width: 100%;
  height: 17px;
  background: url(../images/shapes/shape2.png) repeat-x;
}

.reservation-layout3 .divider-shape-top {
  top: 0;
}

.reservation-layout3 .divider-shape-bottom {
  bottom: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .reservation__wrapper {
    padding: 30px 30px 20px;
  }

  .reservation__wrapper>.row>[class*=col-] {
    padding: 0 10px;
  }
}

@media only screen and (min-width:320px) and (max-width:767px) {
  .reservation__wrapper {
    padding: 30px 20px;
  }

  .reservation__wrapper>.row>[class*=col-] {
    padding: 10px;
  }

  .reservation__banner .reservation__banner-inner {
    padding: 40px 20px 0;
  }

  .reservation__form {
    text-align: center;
  }

  .reservation__form-heading>div {
    display: block!important;
  }
}

.instagram__images {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.instagram__images li {
  position: relative;
  flex: 0 0 125%;
  max-width: 12.5%;
}

.instagram__images li .img__overlay {
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  background-color: rgba(199,162,84,.95);
  text-align: center;
  opacity: 0;
  transition: all .4s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.instagram__images li .img__overlay a {
  display: block;
  top: 50%;
  position: relative;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.instagram__images li .img__overlay a:hover {
  color: #222;
}

.instagram__images li .img__overlay a i {
  font-size: 23px;
}

.instagram__images li:hover .img__overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.instagram-feed-layout2 .divider-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 17px;
  background: url(../images/shapes/shape2.png) repeat-x;
}

@media (max-width:992px) {
  .instagram__images li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width:320px) and (max-width:575px) {
  .instagram__images li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width:320px) and (max-width:767px) {
  .contact-form-block {
    padding: 30px 20px;
    margin: 50px 0 0 0;
}
.footer-title {
    padding-top: 40px;
}
}

.registration { padding: 10px 0px; width: 100%; overflow: hidden; }
.registration .Center { max-width: 1100px; margin: auto; overflow: hidden; text-align: center; }
.registration h2 { font-size: 57px; color: #000; font-weight: 400; margin: 0px; text-transform: uppercase; line-height: 60px; }
.registration p { padding: 26px 0px 35px 0px; font-size: 14px; color: #8f8f8f; margin: 0px; line-height: 25px; font-weight: 400; }
.registration .Line { border: solid 1px #ff9408; height: 2px; width: 252px; margin: auto; }
.registration .con_list { padding: 0px; width: 100%; overflow: hidden; text-align: initial; }
.registration .con_list ul { list-style: none; margin: 0px; }
.registration .con_list li { float: none; padding: 0px; margin: 1px 0px 1px 0px; height: 40px; background: #fff; text-align: center; }
.registration .con_list li .Basic { width: 55px; float: left; display: table; height: 103px; background: #ff9408; transition: all ease 0.3s; }
.registration .con_list li .Basic h5 { display: table-cell; vertical-align: middle; font-size: 17px; color: #2d2d2d; font-weight: 400; text-transform: uppercase; margin: 0px; -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -o-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); clear: none; text-align: center; }
.registration .con_list li .symbol { padding: 0px; width: 4%; float: left; background: #2d2d2d; transition: all ease 0.3s;}
.registration .con_list li .symbol h2 { font-size: 34px; color: #ff9408; font-weight: 400; letter-spacing: 1px; height: 40px; line-height:50px; }

.registration .con_list li .subject { padding: 1px 20px; width: 76%; float: left; background: #fce8e9; right 16px no-repeat; transition: all 0.3s ease; }
.registration .con_list li .subject p { font-size: 14px; color: #000; margin: 0px; font-weight: 600; text-transform: uppercase; line-height: 38px; padding:0px;text-align: left; }
.registration .con_list li .subject p span { display: block; }
.registration .con_list li .subject.last { background: none; }

.registration .con_list li .sub_ans { padding: 1px 20px; width: 20%; float: left; background: #f3d6cf; right 16px no-repeat; transition: all 0.3s ease; }
.registration .con_list li .sub_ans p { font-size: 14px; color: #000; margin: 0px; font-weight: 600; text-transform: uppercase; line-height: 38px; padding:0px;text-align: left; }
.registration .con_list li .sub_ans p span { display: block; }
.registration .con_list li .sub_ans.last { background: none; }
.registration .con_list li .Order {width: 147px; float: left; display: table; height: 103px;  }
.registration .con_list li .Order a { font-size: 14px; color: #fff; font-weight: 400; text-decoration: none;  display: table-cell; vertical-align: middle; text-transform: uppercase;  background: #2d2d2d; }

.registration .con_list li:hover .Basic { padding: 0px; background: #2d2d2d; }
.registration .con_list li:hover .Basic h5 { color: #fff; }
.registration .con_list li:hover .subject { padding: 0px; background: #2d2d2d url(../img/divider-black.png) right 16px no-repeat; height: 40px; }
.registration .con_list li:hover .subject p { color: #fff; margin-left: 20px; }
.registration .con_list li:hover .sub_ans { padding: 0px; background: #2d2d2d url(../img/divider-black.png) right 16px no-repeat; height: 40px; }
.registration .con_list li:hover .sub_ans p { color: #fff; margin-left: 20px; }
.registration .con_list li:hover .symbol { background: #ff9408; color: #fff; }
.registration .con_list li:hover .symbol h2 { color: #fff; }

.registration .con_list li:hover .Order a { background: #ff9408; color: #fff; transition: all 0.3s ease;}
.registration .clients{margin-top: 25px; }
.registration .clients .clients-list li{display:inline-block; margin: 5px 2px; border:1px solid #999;}
