*, *::after, *::before {
  box-sizing: border-box;
}
.grecaptcha-badge{display: none;}
html, body {
  height: 100%;
}
body {
  background-color: #fff;
  line-height: 28px;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
  font-family: 'Roboto', sans-serif;
  color: #333;
}
h4, h2, h3, h1, h5, h6 {
  color: #383838;
  font-family: 'Roboto', sans-serif;
  margin-top: 0;
}
h4 {
  line-height: 1;
  font-weight: 800;
}
h2 {
  font-size: 30px;
  line-height: 36px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
}
h1 {
  font-size: 18px;
  line-height: 24px;
}
h5 {
  font-size: 14px;
  line-height: 18px;
}
h6 {
  font-size: 12px;
  line-height: 14px;
}
p:last-child {
  margin-bottom: 0;
}
p {
  font-family: 'Roboto', sans-serif;
}
a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}
a, button, img, input, span {
  transition: all 0.3s ease 0s;
}
*:focus {
  outline: none !important;
}
a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}
button, input[type="submit"] {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.fix {
  overflow: hidden;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .container {
    width: 450px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    width: 320px;
  }
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.container-fluid {
  max-width: 1830px;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}
.border-t-one {
  border-top: 1px solid #e5e5e5;
}
.bg-white {
  background-color: #fff;
}
.bg-light-grey {
  background-color: #f6fafb;
}
.bg-grey {
  background: #f6f6f6;
}
.bg-black {
  background: #1d1d1d;
}
.theme-color {
  background: #bf2446;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#scrollUp {
  width: 40px;
  height: 40px;
  background-color: #bf2446;
  color: #fff;
  left: 20px;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
}
#scrollUp i {
  display: block;
  line-height: 40px;
  font-size: 24px;
}
#scrollUp:hover i {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.main-wrapper.header-transparent {
  padding: 0 !important;
  margin: 0 !important;
}
.section-ptb {
  padding: 100px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-ptb {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-ptb {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-ptb {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 479px) {
  .section-ptb {
    padding: 60px 0;
  }
}
table {
  width: 100%;
  max-width: 100%;
  margin: 10px 0;
}

table td, table th {
  padding: 8px 10px;
  line-height: 1.42857143;
  border: 1px solid #dedede;
  font-size: 16px;
  color: rgb(0, 0, 0);
  text-align: center;
  border-bottom: 1px solid rgb(221, 221, 221);
  border-spacing: 0pt;
}
table tr:hover {
  background: #f6f6f6;
}
table th {
  color: #323232;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1;
}
#screenshot .block__wrap {
  margin: 0 -21px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
}
.section-pt {
  padding-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-pt {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pt {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pt {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pt {
    padding-top: 60px;
  }
}

.section-pt-70 {
  padding-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-pt-70 {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pt-70 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pt-70 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pt-70 {
    padding-top: 30px;
  }
}

.section-pb {
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-pb {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pb {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pb {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pb {
    padding-bottom: 60px;
  }
}

.section-pb-70 {
  padding-bottom: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-pb-70 {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pb-70 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pb-70 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pb-70 {
    padding-bottom: 30px;
  }
}

/*-- Margin top --*/
.mt--5 {
  margin-top: 5px;
}

.mt--10 {
  margin-top: 10px;
}

.mt--15 {
  margin-top: 15px;
}

.mt--20 {
  margin-top: 20px;
}

.mt--25 {
  margin-top: 25px;
}

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

.mt--35 {
  margin-top: 35px;
}

.mt--40 {
  margin-top: 40px;
}

.mt--45 {
  margin-top: 45px;
}

.mt--50 {
  margin-top: 50px;
}

.mt--55 {
  margin-top: 55px;
}

.mt--60 {
  margin-top: 60px;
}

.mt--65 {
  margin-top: 65px;
}

.mt--70 {
  margin-top: 70px;
}

.mt--75 {
  margin-top: 75px;
}

.mt--80 {
  margin-top: 80px;
}

.mt--85 {
  margin-top: 85px;
}

.mt--90 {
  margin-top: 90px;
}

.mt--95 {
  margin-top: 95px;
}

.mt--100 {
  margin-top: 100px;
}

/*-- Margin Bottom --*/
.mb--5 {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- padding top --*/
.pt--5 {
  padding-top: 5px;
}

.pt--10 {
  padding-top: 10px;
}

.pt--15 {
  padding-top: 15px;
}

.pt--20 {
  padding-top: 20px;
}

.pt--25 {
  padding-top: 25px;
}

.pt--30 {
  padding-top: 30px;
}

.pt--35 {
  padding-top: 35px;
}

.pt--40 {
  padding-top: 40px;
}

.pt--45 {
  padding-top: 45px;
}

.pt--50 {
  padding-top: 50px;
}

.pt--55 {
  padding-top: 55px;
}

.pt--60 {
  padding-top: 60px;
}

.pt--65 {
  padding-top: 65px;
}

.pt--70 {
  padding-top: 70px;
}

.pt--75 {
  padding-top: 75px;
}

.pt--80 {
  padding-top: 80px;
}

.pt--85 {
  padding-top: 85px;
}

.pt--90 {
  padding-top: 90px;
}

.pt--95 {
  padding-top: 95px;
}

.pt--100 {
  padding-top: 100px;
}

/*-- padding Bottom --*/
.pb--5 {
  padding-bottom: 5px;
}

.pb--10 {
  padding-bottom: 10px;
}

.pb--15 {
  padding-bottom: 15px;
}

.pb--20 {
  padding-bottom: 20px;
}

.pb--25 {
  padding-bottom: 25px;
}

.pb--30 {
  padding-bottom: 30px;
}

.pb--35 {
  padding-bottom: 35px;
}

.pb--40 {
  padding-bottom: 40px;
}

.pb--45 {
  padding-bottom: 45px;
}

.pb--50 {
  padding-bottom: 50px;
}

.pb--55 {
  padding-bottom: 55px;
}

.pb--60 {
  padding-bottom: 60px;
}

.pb--65 {
  padding-bottom: 65px;
}

.pb--70 {
  padding-bottom: 70px;
}

.pb--75 {
  padding-bottom: 75px;
}

.pb--80 {
  padding-bottom: 80px;
}

.pb--85 {
  padding-bottom: 85px;
}

.pb--90 {
  padding-bottom: 90px;
}

.pb--95 {
  padding-bottom: 95px;
}

.pb--100 {
  padding-bottom: 100px;
}

.plr-40 {
  padding: 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plr-40 {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .plr-40 {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 479px) {
  .plr-40 {
    padding: 15px;
  }
}

.plr-30 {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .plr-30 {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 479px) {
  .plr-30 {
    padding: 15px;
  }
}

body.box-body {
  background: #f6f6f6;
}

.container-box {
  max-width: 1251px;
  position: relative;
  background: #fff;
  margin: 0 auto;
}

.container-box-inner {
  padding: 40px 0;
  margin: 0 0 -40px 0;
}
.strong-form-inner {    padding: 5px;}
.strong-form {    width: 100%;}
.strong-form .form-field {
	display: inline-block;
    margin-bottom: 0.5em;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.field-post_content {    float: right;}
.section-title {
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 50px;
  }
}
.section-title h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #bf2446;
}
.section-title h2 span {
  color: #333;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 26px;
  }
}
.section-title p {
  font-size: 16px;
}
.section-title.text-black h2 {
  color: #fff;
}
.section-title.text-black p {
  color: #fff;
}

.about-title h1 {
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 16px;
}
.about-title h2 {
  font-size: 30px;
  margin-top: -4px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: #bf2446;
}
.about-title h2 span {
  color: #333;
  font-weight: 300;
}

/*-- 
	03. Mobile Menu Css
-------------------------*/
.mobile-menu {
  float: left;
  width: 100% !important;
  position: relative !important;
}
.mobile-menu .mean-bar {
  position: relative;
  /*---- Mean Nav ----*/
}
.mobile-menu .mean-bar .meanmenu-reveal {
  position: absolute;
  top: -53px;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-menu .mean-bar .meanmenu-reveal {
    top: -45px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu .mean-bar .meanmenu-reveal {
    top: -40px;
  }
}
.mobile-menu .mean-bar .meanmenu-reveal span {
  position: relative;
  /*---- Menu Open ----*/
  /*---- Menu Close ----*/
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
  height: 2px;
  width: 26px;
  background-color: #000;
  display: block;
  margin: 8px 0;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before {
  top: -8px;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
  bottom: -8px;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
  height: 2px;
  width: 26px;
  background-color: transparent;
  display: block;
  margin: 8px 0;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before {
  top: 0;
  transform: rotate(45deg);
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.mobile-menu .mean-bar .mean-nav {
  background-color: #ddd;
}
.mobile-menu .mean-bar .mean-nav > ul {
  margin-bottom: 30px;
  border: 1px solid #eee;
  border-top: 0px solid transparent;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-menu .mean-bar .mean-nav > ul {
    max-height: 320px;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 479px) {
  .mobile-menu .mean-bar .mean-nav > ul {
    max-height: 320px;
    overflow-y: auto;
  }
}
.mobile-menu .mean-bar .mean-nav > ul li {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  /*---- Sub Menu & Mega Menu ----*/
}
.mobile-menu .mean-bar .mean-nav > ul li a {
  font-size: 13px;
  display: block;
  color: #000;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  line-height: 44px;
  position: relative;
  border-top: 1px solid #eee;
  padding: 0 40px 0 20px;
  /*---- Menu Expand For Sub Menu ----*/
}
.mobile-menu .mean-bar .mean-nav > ul li a:hover {
  color: #bf2446;
  padding-left: 25px;
}
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand {
  border: 1px solid #eee;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  right: -1px;
  top: 0;
  font-size: 20px !important;
  color: #fff;
  line-height: 44px;
  height: 46px;
  width: 40px;
  text-align: center;
  padding: 0;
}
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand.mean-clicked {
  line-height: 40px;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu, .mobile-menu .mean-bar .mean-nav > ul li ul {
  position: static;
  background-color: #222;
  margin: 0;
  padding: 0 !important;
  width: 100%;
  box-shadow: none;
  margin: 0;
  display: none;
  float: left;
  width: 100%;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li, .mobile-menu .mean-bar .mean-nav > ul li ul li {
  padding: 0;
  margin: 0;
  flex: 0 0 100%;
  border-right: 0px solid transparent;
  width: 100%;
  display: block !important;
  float: left;
  width: 100%;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li a {
  font-size: 12px;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a::before, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a::before, .mobile-menu .mean-bar .mean-nav > ul li ul li a::before {
  display: none;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul {
  background-color: rgba(0, 0, 0, 0.04);
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a {
  border-top: 1px solid #ddd;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a.mean-expand {
  border: 1px solid #ddd;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul {
  background-color: rgba(0, 0, 0, 0.05);
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a {
  border-top: 1px solid #eee;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a.mean-expand {
  border: 1px solid #eee;
}

/*--
	03. Header Css
--------------------------------------*/
.logo {
  margin-top: 15px;
  width: 70px;
}

.inner-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  background: #bf244682;
}

.is-sticky .inner-header {
  position: absolute;
  top: 0;
  width: 100%;
  background: #bf2446;
  z-index: 999;
  position: fixed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.is-sticky .logo {
  margin-top: 14px;
  width: 70px;
}
@media only screen and (max-width: 767px) {
  .is-sticky .logo {
    margin-top: 15px;
    width: 70px;
  }
}
.is-sticky .main-menu ul li {
  padding: 20px 0;
}
.single-team .team-imgae .social-link a {
  font-size: 14px;
  margin: 0 5px;
  border: 1px solid #fff;
  width: 34px;
  border-radius: 50%;
  height: 34px;
  line-height: 34px;
}
.social-header {
  padding: 18px 5px;
  display: inline-block;
}
.social-header a {
  font-size: 16px;
  margin: 0 1px;
  border: 1px solid #fff;
  width: 35px;
  border-radius: 50%;
  height: 34px;
  line-height: 34px;
}
.social-header i {
  margin: 0 10px;
  color: #fff;
}
.social-header .fa-vk {
  margin: 0 7px;
  color: #fff;
}
.social-header a:hover {
  background: #2e5480;
  border: 1px solid #2e5480;
}
.is-sticky .social-header {
    padding: 14px 0 7px 0;
}
.phone-header {
  padding: 18px 0;
  padding-bottom: 5px;
  display: inline-block;
  float: right;}
.is-sticky .phone-header {
    padding: 16px 0 7px 0;
}
.phone-header h1 {
  font-size: 21px;
  margin: 5px 8px 0px 0px;
  color: #fff;
}
/*--
	- Main Menu Css
-----------------------*/
.main-menu {
  display: flex;
  float: right;
}
.main-menu ul li {
  margin-right: 20px;
  padding: 21px 0;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu ul li {
    margin-right: 8px;
  }
  .phone-header h1 a {
    font-size: 18px;
  }
}
.main-menu ul li a {
  padding: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.main-menu ul li a::before {
  content: "";
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  bottom: -2px;
  left: 0%;
  opacity: 0;
  -ms-filter: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 2px;
}
.main-menu ul li a::after {
  content: "";
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  bottom: -2px;
  right: 0%;
  opacity: 0;
  -ms-filter: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 2px;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:hover > a::before {
  visibility: visible;
  opacity: 1;
  -ms-filter: 1;
  /*width: 100%;*/
  left: 50%;
}
.main-menu ul li:hover > a::after {
  visibility: visible;
  opacity: 1;
  -ms-filter: 1;
  /*width: 100%;*/
  right: 50%;
}
.main-menu ul li.active a::before {
  visibility: visible;
  opacity: 1;
  -ms-filter: 1;
  /*width: 100%;*/
  left: 50%;
}
.main-menu ul li.active a::after {
  visibility: visible;
  opacity: 1;
  -ms-filter: 1;
  /*width: 100%;*/
  right: 50%;
}

.header-top-2 .main-menu ul li a {
  color: #fff;
}
.header-top-2 .main-menu ul li a::before {
  background: #fff;
}
.header-top-2 .main-menu ul li a::after {
  background: #fff;
}

.is-sticky .header-top-2 {
  background: #bf2446;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    color: #fff;
}
#zvonok {
  padding: 18px 14px 30px;
  background: url(//cherrywine.ru/images/9337.jpg) no-repeat center top #000;
  background-size: 100%;
  border: none;
}
.form-block { width: 400px;
  margin: 0px;
  padding: 55px 23px 16px 23px;
  min-height: 465px;
}
.form-control {
  height: 44px;
  font-size: 17px;
  color: #333;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-weight: normal;
    display: -webkit-inline-box;
    position: absolute;
    margin: -50px 0 0 0px;
    font-size: 14px;
    min-width: 121px;
}
#calculation span.wpcf7-not-valid-tip {
  color: #f00;
  font-weight: normal;
  display: inline-block;
  position: absolute;
  margin: -21px 0 0 145px;
  font-size: 14px;
  width: 125px;
}
div.wpcf7-validation-errors {
  border: 2px solid #fff;
  background: #fff;
  margin: 0em 0.5em 1em;
  padding: 0.2em 1em;
  color: #000;
  text-align: center;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #ad3;
  background: #ad3;
  margin: 0em 0.5em 1em;
  padding: 0.2em 1em;
  color: #000;
  text-align: center;
}
.wp_teamshowcase_slider.design-3 .team-slider:hover > .member-main-info {
  background: #fb0;
  color: #000;
}
.form-note, input:-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder, ::-webkit-input-placeholder {color: #808080}
.calculation .section-note {margin-top: 17px;padding-left: 17px}
.calculate-block .row {margin-left: -4px;margin-right: -4px}
.calculate-block .col {padding-right: 4px;padding-left: 4px}
.calculate-block textarea.form-control {height: 90px}
.popup-form, .thanks {width: 318px}
.popup-form .form-title {margin-bottom: 22px;font-size: 26px;color: #fff;font-weight: 700;}
.popup-form .form-title:before {margin: 14px auto 0}
.popup-form-wrap {padding: 25px 35px 10px;text-align: center;}
.policy-note { font-size: 13px;
  line-height: 14px;
  padding-top: 15px;
  color: #fff;
}
#fancybox-outer {
  background: #fff0 !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
#fancybox-content {
  border: 0 solid #fff0 !important;
  background: #fff0 !important;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  margin: 16px 0px 0px 8px;
}
.slider-btn {
  font-size: 18px;
  padding: 6px 25px;
  border-radius: 30px;
  margin: 0 8px;
  font-size: 16px;
}
.theme-btn {
  background: #bf2446;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border: 2px solid #bf2446;
}
.theme-btn:hover {
  background: #ffffff00;
  color: #bf2446;
}

.white-btn {
  border: 2px solid #bf2446;
  color: #bf2446;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background: #fff0;
}
.white-btn:hover {
  background: #bf2446;
  border: 2px solid #bf2446;
  color: #fff;
}
.slider-bottom {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-bottom {
    bottom: 15%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-bottom {
    bottom: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-bottom {
    bottom: 6%;
  }
 .strong-form .form-field {
    display: inline-block;
    margin-bottom: 0.5em;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
.strong-form-inner {
    padding: 3px;
    margin: 0px 5px;
}
}
.strong-view.wpmtst-modern .wpmtst-testimonial-heading {
    font-weight: 700;
    margin-top: 0;
    font-size: 18px;
    line-height: 23px;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-content p {
    font-size: 16px;
    line-height: 20px;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-image img {
    border-radius: unset !important;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-content {
    font-size: 1.3em;
    font-style: italic;
    margin: 0 20px;
    position: relative;
    text-align: center;
}
.wpmtst-testimonial-success {    text-align: center;
    font-size: 21px;
    font-weight: 600;}
.readmore-text {font-weight: 600;}
.strong-form .form-field {
    margin-bottom: 0.5em;
}
.slider-bottom .slider-bottom-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.slider-bottom .slider-bottom-inner .social-link ul li {
  display: inline-block;
  margin-right: 10px;
}
.slider-bottom .slider-bottom-inner .social-link ul li a {
  color: #fff;
}
.slider-bottom .slider-bottom-inner .social-link ul li a:hover {
  color: #333;
}
.hero-slider-4 .single-slide {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 700px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .hero-slider-4 .single-slide {
    height: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-slider-4 .single-slide {
    height: 750px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-4 .single-slide {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider-4 .single-slide {
    height: 640px;
  }
}
.hero-slider-4 .slider-text-info {
  margin-top: -70px;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-slider-4 .slider-text-info {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-4 .slider-text-info {
    margin-top: -20px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider-4 .slider-text-info {
    margin-bottom: 30px;
    margin-top: -40px;
  }
}
.hero-slider-4 .slider-text-info h4 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 6px;
  line-height: 60px;
  color: #fff;
}
.hero-slider-4 .slider-text-info h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}
.hero-slider-4 .slider-text-info h4 span {
  font-weight: 300;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-slider-4 .slider-text-info h4 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-4 .slider-text-info h4 {
    font-size: 25px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider-4 .slider-text-info h4 {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 34px;
  }
}
.hero-slider-4 .slider-text-info .slider-button {
  margin-top: 30px;
}
.hero-slider-4 .slider-text-info.text-white h1 {
  color: #fff;
}
.hero-slider-4 .slider-text-info.text-white h4 {
  color: #fff;
}
.hero-slider-3 .single-slide {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 400px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .hero-slider-3 .single-slide {
    height: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-slider-3 .single-slide {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-3 .single-slide {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider-3 .single-slide {
    height: 400px;
  }
}
.hero-slider-3 .slider-text-info {
  margin-top: 45px;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-slider-3 .slider-text-info {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-3 .slider-text-info {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider-3 .slider-text-info {
    margin-bottom: 30px;
    margin-top: 40px;
  }
}
.hero-slider-3 .slider-text-info h4 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 6px;
  line-height: 60px;
  color: #fff;
}
.hero-slider-3 .slider-text-info h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}
.hero-slider-3 .slider-text-info h4 span {
  font-weight: 300;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-slider-3 .slider-text-info h4 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-3 .slider-text-info h4 {
    font-size: 25px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider-3 .slider-text-info h4 {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 34px;
  }
}
.hero-slider-3 .slider-text-info .slider-button {
  margin-top: 30px;
}
.hero-slider-3 .slider-text-info.text-white h1 {
  color: #fff;
}
.hero-slider-3 .slider-text-info.text-white h4 {
  color: #fff;
}
.video-btn {
  background: #fff;
  display: inline-block;
  width: 55px;
  height: 55px;
  position: relative;
  text-align: center;
  font-size: 20px;
  color: #bf2446;
  float: left;
  border-radius: 100%;
  line-height: 55px;
  z-index: 3;
}
.video-btn i {
  margin-left: 4px;
}
.video-bg {
    background: url(https://cherrywine.ru/images/slide-bg-1.jpg);
    background-position: bottom;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-image .about-video-button {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(50%);
}
.about-image .video-animation {
  position: absolute;
  width: 14rem;
  height: 14rem;
  left: -82px;
  top: -82px;
  z-index: 1;
  float: right;
}
.about-image .video-animation .animation {
  position: absolute;
  width: 220px;
  height: 220px;
  background: rgba(0, 0, 0, 0.2);
  background-clip: border-box;
  opacity: 0;
  border-radius: 50%;
  background-clip: padding-box;
  animation: waves 3s ease-in-out infinite;
  animation-delay: 0s;
}
.about-image .video-animation .animation.animation-1 {
  animation-delay: 0.5s;
}
.about-image .video-animation .animation.animation-2 {
  animation-delay: 1.5s;
}
.about-image .video-animation .animation.animation-3 {
  animation-delay: 2.5s;
}

@-webkit-keyframes waves {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}
@keyframes waves {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: scale(0.7, 0.7);
    opacity: 0;
  }
}
/*--
	07. Feature Area Css
-------------------------*/
.signle-feature {
  margin-bottom: 30px;
  text-align: center;
}
.signle-feature .feature-icon {
  font-size: 48px;
  background: linear-gradient(to top, #30cfd0 0%, #330867 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.signle-feature .feature-content {
  margin-top: 20px;
}
.signle-feature .feature-content h3 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}
.signle-feature .feature-content p {
  font-size: 14px;
}

.feature-area-inner-four .single-feature {
  padding: 50px 30px;
  transition: all 0.4s ease-in-out;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.feature-area-inner-four .single-feature .feature-icon {
  font-size: 34px;
  margin-bottom: 20px;
}
.feature-area-inner-four .single-feature .feature-text h3 {
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
}
.feature-area-inner-four .single-feature .feature-text p {
  font-size: 16px;
  margin-top: 15px;
}
.feature-area-inner-four .single-feature.active::after {
  opacity: 1;
}
.feature-area-inner-four .single-feature.active .feature-icon {
  color: #fff;
}
.feature-area-inner-four .single-feature.active .feature-text h3 {
  color: #fff;
}
.feature-area-inner-four .single-feature.active .feature-text p {
  color: #fff;
}
.feature-area-inner-four .single-feature::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.1) linear-gradient(to bottom, rgba(7, 82, 150, 0.6) 0%, #bf2446 100%) repeat scroll 0 0;
}
.feature-area-inner-four .single-feature:hover:after {
  opacity: 1;
}
.feature-area-inner-four .single-feature:hover .feature-icon {
  color: #fff;
}
.feature-area-inner-four .single-feature:hover .feature-text h3 {
  color: #fff;
}
.feature-area-inner-four .single-feature:hover .feature-text p {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-two-warp .feature-right-image {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-two-warp .feature-right-image {
    margin-bottom: 30px;
  }
}
.feature-two-warp .feature-two-inner-wrap {
  padding-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-two-warp .feature-two-inner-wrap {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-two-warp .feature-two-inner-wrap {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-two-warp .feature-two-inner-wrap {
    padding-left: 0px;
  }
}
.feature-two-warp .single-feature {
  display: flex;
}
.feature-two-warp .single-feature:last-child {
  margin-bottom: 0;
}
.feature-two-warp .single-feature i {
  display: inline-block;
  font-size: 21px;
  width: 30px;
  height: 30px;
  color: #bf2446;
  line-height: 56px;
  text-align: center;
  position: relative;
}
.feature-two-warp .single-feature .feature-info {
  margin-left: 15px;
  padding: 13px 0;
}
.feature-two-warp .single-feature .feature-info h3 {
  font-size: 18px;
  margin: 0;
}


.priceing-bg {
  background: url(../images/01.png);
  background-size: cover;
}
.block {
  position: relative;
  margin: auto;
  padding: 20px 0;
  width: 300px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.block h4 {
  text-align: center;
  position: relative;
  min-height: 72px;
  margin: 0;
}
.block p, .block h4 {
  color: #86062e;
  font-size: 29px;
  font-weight: 400;
  font-family: 'Lobster', cursive;
  padding-bottom: 15px;
}
.htxt p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.block__wrap {
  margin: 0 -21px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
}
.block:before,
.block:after,
.block__wrap:before,
.block__wrap:after {
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  width: 80px;
  height: 80px;
  border: 20px solid #fff0;
  box-shadow: inset 0 0 0 1px #ccc;
  border-radius: 50%;
}
.block:before {
  left: -59px;
  top: -40px;
  clip: rect(40px, auto, auto, 40px);
  border-color: #fff0;
}
.block:after {
  right: -59px;
  top: -40px;
  clip: rect(40px, 40px, auto, auto);
}
.block__wrap:before {
  left: -59px;
  bottom: -40px;
  clip: rect(auto, auto, 40px, 40px);
}
.block__wrap:after {
  right: -59px;
  bottom: -40px;
  clip: rect(auto, 40px, 40px, auto);
}
.usluga-image { padding: 0px 0 15px 0;}
.subscribe-bg {
  background: url(../images/012.jpg);
  background-position: bottom;
}
.subscribe-bg-2 {
  background: url(../images/bg_zakaz.jpg);
  background-position: bottom;
}
.zakaz-image { position: absolute;
  margin: -75px 0px 0px 70px;}
.subscribe-title {
  margin-bottom: 40px;
}
.subscribe-title h2 {
  color: #fff;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  font-family: 'Lobster', cursive;
}
.subscribe-title p {
  color: #fff;
}
.row2 {padding-top: 30px;}
.list6a {
  padding: 0;
  list-style: none;
}
.list6a li {
  padding: 6px;
}
.list6a li:before {
  padding-right: 10px;
  font-weight: bold;
  color: #bf2446;
  content: "\2606";
  transition-duration: 0.5s;
}
.list6a li:hover:before {
  color: #bf2446;
  content: "\2605";
}
.subscribe-form-area .subscribe-form-inner {
  position: relative; text-align: center;
}
.subscribe-form-area .subscribe-form-inner input {
  display: inline-block;
  position: relative;
  font-size: 16px;
  max-width: 260px;
  margin: 0 25px 15px 0px;
  padding: 8px 30px;
  border-radius: 30px;
  border: none;
  color: #bf2446;
  transition: all 0.4s ease-in-out;
  background-color: white;
}

.caption-style-1 {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.caption-style-1 li {
  float: left;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.caption-style-1 li:hover .caption {
  opacity: 1;
}
.caption-style-1 img {
  margin: 0px;
  padding: 0px;
  float: left;
  z-index: 4;
}
.caption-style-1 .caption {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.caption-style-1 .blur {
  background-color: rgba(0, 0, 0, 0.65);
  height: 510px;
  width: 550px;
  z-index: 5;
  position: absolute;
}
.caption-style-1 .caption-text h4 {
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
}
.block .caption-text h4 p{
  font-size: 24px;
  color: #fff;
}
.caption-style-1 .caption-text {
  z-index: 10;
  color: #fff;
  position: absolute;
  height: 510px;
  width: 550px;
  text-align: center;
  top: 230px;
}


.caption-style-2 {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.caption-style-2 li {
  float: left;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.caption-style-2 li:hover .caption {
  opacity: 1;
}
.caption-style-2 img {
  margin: 0px;
  padding: 0px;
  float: left;
  z-index: 4;
}
.caption-style-2 .caption {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.caption-style-2 .blur {
  background-color: rgba(0, 0, 0, 0.65);
  height: 194px;
  width: 340px;
  z-index: 5;
  position: absolute;
}
.caption-style-2 .caption-text h4 {
  font-size: 24px;
  color: #fff;
}
.caption-style-2 .caption-text {
  z-index: 10;
  color: #fff;
  position: absolute;
  height: 194px;
  width: 340px;
  text-align: center;
  top: 90px;
}
/*-- 
	12. Testimonial Area Css
-----------------*/

.inner-testimonial {
  text-align: center;
  background-color: #fff;
}

.inner-testimonial > img {
  max-width: 128px;
  margin: 0 auto 15px;
  -webkit-transition: all 1.3s linear;
  transition: all 1.3s linear;
}

.owl-item.active .inner-testimonial > img {
  -webkit-transition: all 1.3s linear;
  transition: all 1.3s linear;
}

.owl-item.active .inner-testimonial > img.full-opacity {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

h3.city-name {
  padding: 10px 0;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

p.text-testimonial {
  padding: 10px 0;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 25px;
}

.block-items {
  cursor: default;
}


.testimonial-active .slick-dots {
  margin-top: 40px;
  text-align: center;
}
.testimonial-active .slick-dots li {
  display: inline-block;
  margin: 0 12px;
  position: relative;
  line-height: 0;
}
.testimonial-active .slick-dots li:last-child::after {
  display: none;
}
.testimonial-active .slick-dots li button {
  border: 2px solid #bf2446;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: #bf2446;
  text-indent: -9999px;
  position: relative;
}
.testimonial-active .slick-dots li button::after {
  position: absolute;
  content: "";
  background: rgba(191, 36, 70, 0.32);
  top: -5px;
  left: -5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  z-index: 999;
}
.testimonial-active .slick-dots li.slick-active button {
  background: #bf2446;
}
.testimonial-active .slick-dots li.slick-active button::after {
  position: absolute;
  content: "";
  background: #bf2446;
  top: -5px;
  left: -5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  z-index: 999;
}
.testimonial-active.center-testimonial .single-testimonial .client-say {
  color: #333;
  border: 2px solid #bf2446;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background: #fff0;
}
.testimonial-active.center-testimonial .single-testimonial .client-say::after {
  border-top: 50px solid #f6f6f6;
}
.testimonial-active.center-testimonial .single-testimonial .client-author h1 {
  color: #333;
}
.testimonial-active.center-testimonial .single-testimonial .client-author p {
  color: #333;
}
.testimonial-active.center-testimonial .slick-slide.slick-center .testimonial-content .client-say {
  color: #fff;
  background: rgba(0, 0, 0, 0.1) linear-gradient(to bottom, #bf2446 0%, #bf2446 100%) repeat scroll 0 0;
}
.testimonial-active.center-testimonial .slick-slide.slick-center .testimonial-content .client-say::after {
  border-top: 50px solid #bf2446;
}


.contact-information {
  padding: 60px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-information {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-information {
    padding: 30px;
  }
}

.contact-title h2 {
  font-size: 30px;
  margin-top: -30px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 40px;
  color: #bf2446;
}
.contact-title h2 span {
  color: #fff;
  font-weight: 300;
}
.contact-title p {
  color: #fff;
}

.contact-address {
  padding: 20px 0 0 0;
}
.contact-address a:hover {
  color: #bf2446;
}
.contact-address i {
  width: 30px;
  height: 30px;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .contact-address i {
    margin-bottom: 10px;
  }
}

.form-control {
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 8px 12px;
  border-radius: 0px;
}

input:focus {
  outline: none;
}

.form-control:focus {
  outline: noe;
  box-shadow: none;
  border-color: #bf2446;
}

.contact-form-area {
  padding: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-area {
    padding: 60px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form-area {
    padding: 60px 0 0 0;
  }
}
.contact-form-area input {
  color: #333;
}
.contact-form-area textarea {
  height: 120px;
}
.contact-form-area .submit-form {
  margin-bottom: 0;
}
.contact-form-area .submit-form .button {
  border: none;
  font-size: 16px;
  padding: 10px 40px;
  text-transform: uppercase;
  font-weight: 500;
  background: #bf2446;
  color: #fff;
  border-radius: 30px;
}
.contact-form-area .submit-form .button:hover {
  background: #333;
  color: #fff;
}

.form-messege {
  margin-bottom: 0;
  margin-top: 3px;
  font-size: 14px;
}
.form-messege.error {
  color: red;
  font-style: italic;
}
.form-messege.success {
  color: #008000;
  font-style: italic;
}

/*--
	15. Footer Area Css
-------------------------------*/
.footer-bg {
  background: url(../images/footer-bg.jpg);
  background-size: cover;
}

.footer-top {
  color: #fff;
}
.footer-top .footer-logo {
  margin-top: 30px;
}
.footer-top .footer-list {
  margin-top: 30px;
}
.footer-top .footer-list ul li {
  margin-bottom: 10px;
}
.footer-top .footer-list ul li:last-child {
  margin-bottom: 0;
}

.footer-address {
  margin-top: 30px;
}
.footer-address .footer-info {
  margin-bottom: 15px;
}
.footer-address .footer-info p {
  margin: 0;
}
.footer-address .footer-info p a:hover {
  color: #333;
}

.footer-bottom {
  padding: 5px 0;
  background: #bf244682;
}

.btn-callback-round {
  display: block;
  position: fixed;
  overflow: hidden;
  z-index: 99;
  right: 95px;
  bottom: 25px;
  width: 60px;
  height: 60px;
  background: url("../images/btn-callback.svg") 50% -25px no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-bottom {
    text-align: center;
  }
}
.footer-bottom .social-link ul li {
  display: inline-block;
  margin-right: 10px;
}
.footer-bottom .social-link ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
}
.footer-bottom .social-link ul li a:hover {
  color: #000;
}
.footer-bottom .copy-right {
  color: #fff;
  float: right;
  font-size: 14px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-bottom .copy-right {
    float: inherit;
    text-align: center;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 790px) {
  .social-header {
    display: none;
  }
  .phone-header {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .slider-btn {
    margin: 10px 0px;
  }
  .block {
    margin: 10px 0;
  }
  .subscribe-title h2 {
    color: #fff;
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Lobster', cursive;
  }
  .zakaz-image {
    display: none;
  }
  .contact-form-area {
    padding: 0px 0 0 0;
  }
}
/*новые стили для заголовков слайдера и заголовка страницы*/
.hero-slider-3 .slider-text-info h3 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 6px;
  line-height: 60px;
  color: #fff;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .hero-slider-3 .slider-text-info h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .hero-slider-3 .slider-text-info h3 {
    font-size: 25px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider-3 .slider-text-info h3 {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 20px;
  }
 .hero-slider-3 .slider-text-info h1 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
}
}
.section-title h4 {
  font-size: 30px;
  font-weight: 400 !important;
  margin-bottom: 40px !important;
  color: #bf2446 !important;
}
@media only screen and (max-width: 767px) {
  .section-title h4 {
    font-size: 26px;
  }
}

.polit_msg {
  text-align: center;
  color: #fff;
}
.polit_msg_left {
  text-align: left;
  color: #fff;
}
.polit_msg a,
.polit_msg_left a {
  display: inline;
  text-decoration: underline;
  color: #fff !important;
}
.aligncenter { display: block; margin: auto }
.alignleft { float: left }
.alignright { float: right }
@media (max-width: 991px) {
.wp-block-media-text {
    box-sizing: border-box;
    direction: ltr;
    display: block;
    margin: 1px;
    grid-template-columns: 25% 1fr;
    grid-template-rows: auto;
}
.wp-block-media-text .wp-block-media-text__media {
    margin: 0 0 15px 0px;
}
}