a:hover,
a:focus {
  text-decoration: none;
  color: #ff671d;
}
body {
  font-family: "robotoregular";
}
a {
  transition: all ease-in-out 0.5s;
}
select:focus {
  outline: none;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
h1 {
  margin: 0;
  padding: 0;
}
h2 {
  margin: 0;
  padding: 0;
}
h3 {
  margin: 0;
  padding: 0;
}
h4 {
  margin: 0;
  padding: 0;
}
h5 {
  margin: 0;
  padding: 0;
}
h6 {
  margin: 0;
  padding: 0;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
body {
  font-family: "robotoregular";
}
@font-face {
  font-family: "robotoregular";
  src: url("../fonts/roboto-regular_0.woff2") format("woff2"),
    url("../fonts/roboto-regular_0.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.footer_font {
  font-family: "GTWalsheim";
}
.regular {
  font-family: "predige_roundedregular";
}
.medium {
  font-family: "predige_roundedmedium";
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99999999;
  background: rgba(255, 255, 255, 0.9);
}
.centerDiv {
  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%);
}
.subliweb a {
  padding: 10px !important;
}
.menu_web {
  transition: all ease-in-out 1.5s;
}
.font-11 {
  font-size: 11px;
}
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-15 {
  font-size: 15px;
}
.font-16 {
  font-size: 16px;
}
.font-17 {
  font-size: 17px;
}
.font-18 {
  font-size: 18px;
}
.font-19 {
  font-size: 19px;
}
.font-20 {
  font-size: 20px;
}
.font-21 {
  font-size: 21px;
}
.font-22 {
  font-size: 22px;
}
.font-23 {
  font-size: 23px;
}
.font-24 {
  font-size: 24px;
}
.font-25 {
  font-size: 24px;
}
.font-26 {
  font-size: 26px;
}
.font-27 {
  font-size: 27px;
}
.font-28 {
  font-size: 28px;
}
.font-29 {
  font-size: 29px;
}
.font-30 {
  font-size: 30px;
}
.font-31 {
  font-size: 31px;
}
.font-32 {
  font-size: 32px;
}
.font-33 {
  font-size: 33px;
}
.font-34 {
  font-size: 34px;
}
.font-35 {
  font-size: 35px;
}
.font-36 {
  font-size: 36px;
}
.font-37 {
  font-size: 37px;
}
.font-38 {
  font-size: 38px;
}
.font-39 {
  font-size: 39px;
}
.font-40 {
  font-size: 40px;
}
.font-41 {
  font-size: 41px;
}
.font-42 {
  font-size: 42px;
}
.font-43 {
  font-size: 43px;
}
.font-44 {
  font-size: 44px;
}
.font-45 {
  font-size: 45px;
}
.font-46 {
  font-size: 46px;
}
.font-47 {
  font-size: 47px;
}
.font-48 {
  font-size: 48px;
}
.font-49 {
  font-size: 49px;
}
.font-50 {
  font-size: 50px;
}
.font-51 {
  font-size: 51px;
}
.font-52 {
  font-size: 52px;
}
.font-53 {
  font-size: 53px;
}
.font-54 {
  font-size: 54px;
}
.font-55 {
  font-size: 55px;
}
.font-56 {
  font-size: 56px;
}
.font-57 {
  font-size: 57px;
}
.font-58 {
  font-size: 58px;
}
.font-59 {
  font-size: 59px;
}
.font-60 {
  font-size: 60px;
}
.font-80 {
  font-size: 80px;
}
.font-100 {
  font-size: 100px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
  /*color: #ff0000;*/
  transition: all ease-in-out 0.2s;
    border-bottom: 4px solid #fff !important;
}
.nav > li:nth-child(5) > a:focus,
.nav > li:nth-child(5) > a:hover {
    border-bottom: 0px solid #fff !important;
}
.menubar .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
}
.menu_heading .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.menu_navbar {
  margin: 0;
  border: 0;
  min-height: 0;
}
.menu_active {
    border-bottom: 4px solid #fff !important;
    /*color: #ff0000 !important;*/
}
.menu_active a {
  color: #ff0000 !important;
}
.clearfix {
  clear: both;
}
.main_logo {
  margin: 0;
  padding: 5px 0 10px 0;
}
.navbar_logo {
  float: left;
  /*    width: 13%;*/
}
.header_shadow {
  border-bottom: 1px solid #211f1ff2;
}
.header_fixed {
  position: fixed;
  width: 1800px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  background: #fff;
}
.menu_fixed_container {
    width: 64%;
    margin: 0 auto;
    padding-top: 10px;
}
.menu_border {
  width: 100%;
  margin: 0 auto;
  padding: 1px 0 0 0;
  position: fixed;
  z-index: 999;
  background: transparent;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.darkHeader {
    transition: all ease-in-out 0.5s;
    width: 100%;
    margin: 0 auto;
    padding: 1px 0 0 0;
    position: fixed;
    z-index: 999;
    background: transparent;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    box-shadow: none;
    background-color: #1D1D1D;
}
label {
  font-weight: 400;
}
a:hover {  text-decoration: none;
  cursor: pointer;
}
.img {
  width: 100%;
}
a {
  text-decoration: none;
  cursor: pointer;
}
.menubar {
  margin: 0;
  line-height: 49px;
}
.nav li a {
  padding: 15px;
}
.menubar li {
  display: inline;
  text-transform: uppercase;
  padding: 7px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.formError {
  opacity: 0.87;
  bottom: 0px !important;
  left: 0px !important;
  right: initial;
  margin-top: -20px !important;
  color: #f61616;
  text-align: left;
}
.menubar li a {
  position: relative;
  padding: 6px 0;
  margin: 0 6px;
  font-size: 1.8em;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}
.menubar li:hover a,
.menubar li.active a {
  border-bottom: 2px solid #fff;
}
.navbar-brand {
  height: auto;
  padding: 0px;
}
#mainpage_color {
  background-color: #f2f2f2;
}
.menu_heading li a {
  font-size: 16px;
  /*padding: 22px 10px 22px 10px;*/
  padding: 22px 10px 22px 10px;
  color: #fff;
  /*border-bottom: 4px solid transparent; */
  transition: all ease-in-out 0.1s;
   font-family: 'AvenirNext_Regular';
}
.menu_heading li {
  padding: 0 15px;
}
.menu_heading .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #ff3333;
}
.notHover img{
  filter: invert(1);
  width: 18px;
  height: 18px;
}
.notHover a span {
    display: inline-block;
    height: 24px;
    width: 24px;
    text-align: center;
}
.notHover a span {
    transform: scale(1.2, 1.2) translateY(-4px);
    -moz-transform: scale(1.2, 1.2) translateY(-4px);
    -webkit-transform: scale(1.2, 1.2) translateY(-4px);
    -ms-transform: scale(1.2, 1.2) translateY(-4px);
}
.call_animation {
    -webkit-animation: dot-pulse-idle 4s cubic-bezier(.19, 1, .22, 1) infinite both;
    animation: dot-pulse-idle 4s cubic-bezier(.19, 1, .22, 1) infinite both;
    border-radius: 50%;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 1600px) {
  .menu_fixed_container {
    width: 80%;
}
}
@media only screen and (max-width: 1152px) {
  .menu_fixed_container {
    width: 95%;
}
}
@media only screen and (max-width: 767px) {
  .menu_fixed_container {
    padding-top: 0px;
}
  .navbar-default .navbar-toggle {
    border: none;
  }
  .navbar-toggle {
    padding: 16px 10px;
    margin: 0px;
    margin-right: 0px;
    cursor: pointer !important;
  }
  .main_logo {
    width: 85%;
    transition: all ease-in-out 0.5s;
  }
  .navbar-toggle .icon-bar {
    width: 25px;
    height: 2px;
    border-radius: 0;
    background-color: #1191d0 !important;
    margin: 6px 0px;
    cursor: pointer;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-collapse .navbar-right {
    float: none !important;
    margin-right: 0px;
  }
  .menu_heading li a {
    font-size: 15px;
    padding: 10px 7px;
  }
  body {
    overflow-x: hidden;
  }
  .menu_fixed_container {
    width: 100%;
  }
  .navbar_logo {
    float: left;
    width: 100% !important;
  }
  .navbar_logo {
    display: inline-flex;
  }
  .main_logo {
    padding: 20px 0px 20px 15px !important;
    width: 35%;
  }
  .menu_heading li a {
    text-align: left;
    color: #fff;
    padding: 15px 20px !important;
  }
  .menu_active {
    border-bottom: 4px solid #fff !important;
    /*border-bottom: none;*/
  }
  /* .mobile-menu{
        background: #000;
    } */
  .mobile-menu {
    position: relative;
    float: right;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    height: 95vh;
    transition: all ease-in-out 0.3s;
  }
  .menu_border:after {
    border-bottom: transparent !important;
  }
  .menu_heading li a {
    color: #000;
  }
  .menu_mobile li a {
    color: #000;
  }
  .dropdown-menu {
    padding: 8px 0;
  }
  .navbar-toggle {
    padding: 16px 25px !important;
  }
  .navbar-brand p {
    text-align: left;
    width: 30%;
  }
  .footer_arrow li {
    width: 20%;
  }
}
@media only screen and (max-width: 600px) {
  .main_logo {
    padding: 15px 0px 0px 15px !important;
    width: 37%;
  }
  .footer_arrow li {
    width: 30%;
  }
}
@media only screen and (max-width: 500px) {
  .menu_heading li a {
    text-align: left;
    /* color: #fff; */
    padding: 9px 20px !important;
  }
.main_logo {
    padding: 12px 0px 0px 0 !important;
    width: 50%;
}
  .menu_active {
    /*border-bottom: 0px solid #00cc33 !important;*/
    border-bottom: none;
  }
  .navbar-collapse {
    padding-right: 0;
  }
}

@media only screen and (max-width: 400px) {
  .main_logo {
    padding: 16px 0px 0px 0px !important;
    width: 58%;
  }
}

@media only screen and (max-width: 400px) {
  .main_logo {
    width: 68%;
  }
}
.pogoda-hld {
    position: absolute;
    right: 15%;
    top: 31px;
    z-index: 999;
    height: 25px;
    transition: right 0.4s ease 0;
    z-index: 9999;
    cursor: pointer;
}
.webmenuul {
    float: right !important;
    margin-right: -15px;
}
.pogoda-hld .info-btn.call-btn {
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    /* padding: 11px 13px; */
    position: absolute;
    right: 0;
    width: 23px;
    filter: invert(1);
}
.info-btn.call-btn,
.btn.gallery-btn,
.btn.content-btn {
  -webkit-animation: dot-pulse-idle 4s cubic-bezier(0.19, 1, 0.22, 1) infinite
    both;
  animation: dot-pulse-idle1 4s cubic-bezier(0.19, 1, 0.22, 1) infinite both;
}
@-webkit-keyframes dot-pulse-idle {
  0% {
    box-shadow: 0 0 0 0 #DC042B;
  }
  50% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
}
@keyframes dot-pulse-idle {
  0% {
    box-shadow: 0 0 0 0 #DC042B;
  }
  50% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
}
.pogoda-hld .close,
.pogoda-hld .open {
  color: #000;
  margin-top: 60px;
  position: absolute;
  right: -45px;
  width: 222px;
}
.pogoda-hld .open {
  display: none;
}
.pogoda-hld.book {
  top: 16% !important;
  position: fixed !important;
  right: 35px !important;
  transition: all 0.5s ease 0s;
}
.pogoda-hld.book .close,
.pogoda-hld.book .open {
  right: 0;
  width: 165px;
}
.book .info-btn.call-btn {
  transform: rotate(0deg);
  border: none;
}
.pogoda-hld .close .txt-hld,
.pogoda-hld .open .txt-hld {
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  padding: 10px 10px 0 0;
  text-transform: uppercase;
}
.call-btn i {
  color: #000;
  font-size: 23px;
  line-height: 23px;
}
.pogoda-hld:hover .open {
  display: block;
}
.menu_web {
  display: block;
}
.menu_mobile {
  display: none;
}
.webimgblock {
  display: block;
}
.mobileimgblock {
  display: none;
  width: 100%;
}
.home-scroll-btn {
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 20px;
  z-index: 10;
  margin: 0 auto;
  transition: all ease-in-out 5s;
}
.home-scroll-btn p {
  font-size: 14px;
  color: #fff;
}
.home_banner2 {
  height: 450px;
  width: 80%;
}
.scroll-downs {
  position: absolute;
  bottom: 43px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  outline: none;
}
.scroll-downs:focus {
  outline: none;
}
.mousey {
  width: 10px;
  padding: 10px 13px;
  height: 33px;
  border: 2px solid #0e63cd;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 11px;
  height: 13px;
  border-radius: 50%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
.home_banner .scroller {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
  animation-duration: 1.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
.home_banner .mousey {
  width: 7px;
  padding: 6px 7px;
  height: 25px;
  border: 2px solid #1062ce;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.home_banner .scroll-downs {
  position: absolute;
  bottom: 35px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.home_banner {
  position: relative;
}
.relative {
  position: relative;
}


.scroll_btn {
  transition: all ease-in-out 15s;
  transform: translateX(-50%);
  cursor: pointer;
}
.request_all {
    border: 1px solid #fff;
    padding: 8px 15px !important;
    border-radius: 5px;
    margin-top: 13px;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
  }
}
.swierslidemenumobile {
  display: none;
}

@media only screen and (max-width: 768px) {
.menu_fixed_container {
    width: 92%;
}
.menu_heading li {
    padding: 0 6px;
}
.navbar-brand {
    width: 100%;
}
}
@media only screen and (max-width: 767px) {

.navbar-brand {
    width: 50%;
}
  .mobilesocialicon {
    padding-left: 0 !important;
  }
  .mobilesilderproduct {
    display: block;
  }
  #mobileslidergallery {
    display: block;
  }
  #acordiangallry {
    display: none;
  }
   /* Nav jignesh */
.swierslidemenumobile {
    display: block;
    z-index: 9999;
    background-color: #1D1D1D;
}
  ul.navbar-nav li {
    padding: 43px 0px;
    transition: 0.5s;
  }
  ul.navbar-nav li .sub_menu_lavel1 {
    display: none;
  }
  .darkHeader ul.navbar-nav li {
    padding: 30px 0px;
    transition: all ease-in-out 0.5s;
    position: relative;
  }
  .main_logo {
    width: 100%;
    transition: all ease-in-out 0.5s;
}
  /* .darkHeader .main_logo {
      width: 80%;
      transition: all ease-in-out 0.5s;
  } */
.darkHeader .main_logo {
    width: 100%;
    transition: all ease-in-out 0.5s;
    padding: 12px 0px 0px 0 !important;
}
  ul.navbar-nav li:hover .sub_menu_lavel1 {
    display: block;
  }
  .sub_menu_lavel2 ul {
    display: none;
  }
  .sub_menu_lavel2:hover ul {
    display: block;
  }
  ul.navbar-nav li .sub_menu_lavel1 {
    position: absolute;
    background: #fff;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
    padding: 0px;
    min-width: 250px;
    margin-top: 25px;
  }
  ul.navbar-nav li .sub_menu_lavel1 li {
    border-bottom: solid 1px #ccc;
    transition: 0.5s;
    padding: 0px;
  }
  ul.navbar-nav li .sub_menu_lavel1 li a {
    padding: 10px 10px;
    width: 100%;
    display: block;
    color: #000;
    font-size: 14px;
    transition: 0.5s;
  }
  ul.navbar-nav li .sub_menu_lavel1 li:hover {
    background-color: #ff0000;
  }
  ul.navbar-nav li .sub_menu_lavel1 li:hover a {
    color: #fff;
    padding-left: 18px;
  }
  .sub_menu_lavel2 ul {
    top: 0;
    left: 100%;
    position: absolute;
    min-width: 200px;
    background: #fff;
  }
  .sub_menu_lavel2 ul li {
    border-bottom: solid 1px #ccc;
    transition: 0.5s;
    padding: 0px;
  }
  .sub_menu_lavel2 ul li a {
    padding: 10px 10px;
    width: 100%;
    display: block;
    color: #000 !important;
    font-size: 14px;
    transition: 0.5s;
  }
  .sub_menu_lavel2 ul li a:hover {
    color: #fff !important;
  }
  .arrow_down {
    font-size: 18px;
    padding-left: 5px;
  }
  /* Nav jignesh */
.bars {
    width: 75px;
    cursor: pointer;
    vertical-align: middle;
    transform: scale(0.7) translateX(-20px);
}
  .bars .line {
    fill: none;
    stroke: #FFF;
    stroke-width: 4;
    stroke-linecap: square;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
}
  .bars .line.top {
    stroke-dasharray: 40 172;
  }
  .bars .line.middle {
    stroke-dasharray: 40 111;
  }
  .bars .line.bottom {
    stroke-dasharray: 40 172;
  }
  .bars.active .top {
    stroke-dashoffset: -132px;
  }
  .bars.active .middle {
    stroke-dashoffset: -71px;
  }
  .bars.active .bottom {
    stroke-dashoffset: -132px;
  }
  /* nav */
  #sidebarMobileMenu {
    height: 100%;
    position: fixed;
    right: 0;
    width: 100%;
    margin-top: 0px;
    transform: translateX(100%);
    transition: transform 250ms ease-in-out;
    background: #fff;
    z-index: 10;
  }
  #sidebarMobileMenu.is_open {
    transform: translateX(0%);
  }
  .sidebarMenuInner {
    padding: 20px;
    border-top: 2px solid #DC042B;
}
  .sidebarMenuInner > li a {
    color: #000;
    display: block;
    letter-spacing: 2px;
    font-family: "predige_roundedregular";
    font-size: 18px;
  }
  .sidebarMenuInner > li {
    padding: 7px 10px;
    width: 100%;
    display: block;
  }
  .sub_menu_lavel1 {
    display: none;
  }
  .sub_menu_lavel1 li {
    padding: 7px 10px;
    width: 100%;
    display: block;
  }
  .mobile_sub_menu_lavel2 {
    display: none;
  }
  .product_slider_nav_wapper {
    height: 200px;
  }
  .product_slider_nav {
    display: none;
    padding-top: 15px;
  }
  .overlay_nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.61);
    transition: opacity 0.5s;
    left: 0;
  }
  .overlay_nav .text-white {
    color: #fff;
  }
  .request_all {
    margin-top: 0;
    padding: 0 !important;
  }
  /* mobile Nav jignesh  */
  /*****************************/
  .mainupdown {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex !important;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #mobiledown {
    order: 2;
    padding: 10px 0;
  }
  #mobileup {
    order: 1;
    padding: 10px 0;
  }
   .sidebarMenuInner > li {
    padding: 22px 10px !important;
} 
}
@media only screen and (max-width: 600px) {
  .mediumpadding img {
    width: 50%;
  }
}
@media screen and (max-width: 320px) , screen and (max-height: 568px) {
 /* .sidebarMenuInner > li {
    padding: 22px 10px !important;
} */
}