@font-face {
  font-family: fnt;
  src: url(../fonts/HelveticaNeue-Roman.otf);
}

* {
  padding: 0;
  margin: 0;
  font-family: fnt;
}

.clamp {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

body {
  padding: 0px;
}

nav {
  height: 100px !important;
  padding-right: 70px;
  background: linear-gradient(70deg, #797979, #4e4e4e);
}

nav .menu-class {
  display: none;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

nav .menu-class span {
  font-size: 2rem;
  color: white;
}

@media (max-width: 800px) {
  nav .menu-class {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

nav .nav-logo {
  padding-left: 40px;
  padding-top: 20px;
  line-height: 7px;
}

nav h1 {
  color: #fff;
  font-family: fnt;
  text-transform: uppercase;
  font-weight: bolder;
  margin-bottom: 0px;
  padding-bottom: 0;
}

nav p {
  padding-top: 1px;
  margin-top: 0px;
  color: #ebe9e9;
  font-family: fnt;
  font-size: 1.3rem;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}

nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  nav ul {
    display: none;
  }
}

nav ul li {
  width: auto;
  height: 100px;
  padding: 5px;
  padding-top: 60px;
  color: whitesmoke;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
  padding: 16px;
}

nav ul li a:hover {
  color: #c32c32;
}

.hide {
  display: block !important;
}

@-webkit-keyframes slider {
  0% {
    left: -800px;
  }
  100% {
    left: 0;
  }
}

@keyframes slider {
  0% {
    left: -800px;
  }
  100% {
    left: 0;
  }
}

.d-model {
  -webkit-animation-name: slider;
          animation-name: slider;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  position: absolute;
  padding-top: 20px;
  z-index: 200;
  display: none;
  top: 100px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(70deg, #797979, #4e4e4e);
}

.d-model .d-body .d-content ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.d-model .d-body .d-content ul .dropdown-content {
  left: 120px;
  top: 0;
}

.d-model .d-body .d-content ul li {
  width: auto;
  padding: 5px;
  color: whitesmoke;
}

.d-model .d-body .d-content ul li a {
  text-decoration: none;
  color: #fff;
  padding: 16px;
}

.d-model .d-body .d-content ul li a:hover {
  color: #c32c32;
}

.logo-img {
  position: absolute;
  z-index: 130;
  top: 210px;
  width: 100%;
  height: 100px;
}

@media (max-width: 700px) {
  .logo-img {
    top: 200px;
  }
}

@media (max-width: 600px) {
  .logo-img {
    top: 170px;
  }
}

@media (max-width: 500px) {
  .logo-img {
    top: 160px;
  }
}

@media (max-width: 400px) {
  .logo-img {
    top: 150px;
  }
}

@media (max-width: 300px) {
  .logo-img {
    top: 130px;
  }
}

.logo-img img {
  width: 480px;
  -webkit-transform: translateX(3vw);
          transform: translateX(3vw);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

@media (max-width: 600px) {
  .logo-img img {
    width: 380px;
    -webkit-transform: translateX(1vw);
            transform: translateX(1vw);
  }
}

#carouselExampleIndicators .custom-omi {
  z-index: 110;
  position: absolute;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  left: 250px;
  bottom: 100px;
}

@media (max-width: 1000px) {
  #carouselExampleIndicators .custom-omi {
    left: 450px;
  }
}

@media (max-width: 900px) {
  #carouselExampleIndicators .custom-omi {
    left: 400px;
  }
}

@media (max-width: 800px) {
  #carouselExampleIndicators .custom-omi {
    left: 350px;
  }
}

@media (max-width: 700px) {
  #carouselExampleIndicators .custom-omi {
    left: 300px;
  }
}

@media (max-width: 600px) {
  #carouselExampleIndicators .custom-omi {
    left: 250px;
  }
}

@media (max-width: 500px) {
  #carouselExampleIndicators .custom-omi {
    left: 200px;
  }
}

@media (max-width: 400px) {
  #carouselExampleIndicators .custom-omi {
    left: 150px;
  }
}

#carouselExampleIndicators .custom-omi button {
  margin: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ee7e81 !important;
  border: none;
}

#carouselExampleIndicators .custom-omi .active {
  background-color: #c32c32 !important;
  width: 14px;
  height: 14px;
  outline: none;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

#carouselExampleIndicators .custom-omi .active:after {
  z-index: 110;
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ee7e81;
}

.img-100 {
  position: relative;
  background-size: cover;
}

@media (max-width: 1600px) {
  .img-100 {
    height: calc(90vh) !important;
  }
}

@media (max-width: 800px) {
  .img-100 {
    height: calc(65vh) !important;
  }
}

@media (max-width: 700px) {
  .img-100 {
    height: calc(65vh) !important;
  }
}

.img-100 img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.img-101 {
  position: relative;
  background-size: cover;
}

@media (max-width: 1600px) {
  .img-101 {
    height: calc(100vh) !important;
  }
}

@media (max-width: 700px) {
  .img-101 {
    height: calc(90vh) !important;
  }
}

@media (max-width: 500px) {
  .img-101 {
    height: calc(60vh) !important;
  }
}

.img-101 img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  opacity: .9;
}

.ab .vbox {
  width: 575px;
  height: 320px;
  background: linear-gradient(70deg, rgba(1, 1, 1, 0.1), #939393);
  color: #222;
  border-radius: 10px;
  z-index: 10;
  position: absolute;
  top: 360px;
  right: 10vw;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 1000px) {
  .ab .vbox {
    display: none;
  }
}

@media (max-width: 1200px) {
  .ab .vbox {
    width: 505px;
  }
}

.ab .vbox .d0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ab .vbox .d0 span {
  color: #c32c32;
  font-size: 4rem;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
}

.ab .vbox .rotate {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ab .vbox .d1 p {
  margin-top: 25px;
  color: #fff;
  text-shadow: 1px 1px 10px #222;
  font-size: .9rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-right: 45px;
  overflow: hidden;
  display: -webkit-box;
}

.ab .vbox .d1 a {
  text-decoration: none;
  color: #c32c32;
  font-size: .8rem;
}

.ab .vbox:after {
  z-index: 11;
  content: 'About Us';
  position: absolute;
  top: -30px;
  left: 10px;
  height: 30px;
  padding: 5px;
  width: auto;
  background-color: #c32c32;
  color: #fff;
}

.ab .vbox-mob {
  width: 90%;
  height: 420px;
  margin: auto;
  margin-top: 50px;
  display: block;
  background: linear-gradient(70deg, rgba(1, 1, 1, 0.1), #939393);
  color: #222;
  border-radius: 10px;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (min-width: 1000px) {
  .ab .vbox-mob {
    display: none;
  }
}

.ab .vbox-mob .d0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ab .vbox-mob .d0 span {
  color: #c32c32;
  font-size: 4rem;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
}

.ab .vbox-mob .rotate {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ab .vbox-mob .d1 p {
  margin-top: 25px;
  color: #fff;
  text-shadow: 1px 1px 10px #222;
  font-size: .9rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-right: 45px;
  overflow: hidden;
  display: -webkit-box;
}

.ab .vbox-mob .d1 a {
  text-decoration: none;
  color: #c32c32;
  font-size: .8rem;
}

.ab .vbox-mob:after {
  z-index: 11;
  content: 'About Us';
  position: absolute;
  top: -30px;
  left: 6px;
  height: 30px;
  width: auto;
  padding: 5px;
  background-color: #c32c32;
  color: #fff;
}

.logo-img2 {
  position: absolute;
  z-index: 9;
  top: 110px;
  width: 100vw;
  height: 100px;
}

@media (max-width: 600px) {
  .logo-img2 {
    top: 130px;
  }
}

.logo-img2 img {
  width: 480px;
  -webkit-transform: translateX(3vw);
          transform: translateX(3vw);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

@media (max-width: 600px) {
  .logo-img2 img {
    width: 380px;
    -webkit-transform: translateX(1vw);
            transform: translateX(1vw);
  }
}

.comm {
  width: 90%;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -100px;
}

@media (max-width: 1600px) {
  .comm {
    margin: 0 200px;
  }
}

@media (max-width: 1500px) {
  .comm {
    margin: 0 150px;
  }
}

@media (max-width: 1450px) {
  .comm {
    margin: 0 125px;
  }
}

@media (max-width: 1350px) {
  .comm {
    margin: 0 75px;
  }
}

@media (max-width: 1250px) {
  .comm {
    margin: 0 25px;
  }
}

@media (max-width: 1200px) {
  .comm {
    margin: 0;
  }
}

@media (max-width: 1180px) {
  .comm {
    display: none;
  }
}

.comm .vbox2 {
  width: 600px;
  margin-left: 5px;
  background-color: #4e4e4e35;
  color: #222;
  z-index: 10;
  position: relative;
}

.comm .vbox2 .galery {
  width: 550px;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comm .vbox2 .galery .arrow_icon {
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.comm .vbox2 .galery .arrow_icon span {
  font-size: 3rem;
  color: white;
}

.comm .vbox2 .galery .photos {
  width: 420px;
  display: block;
  position: relative;
  overflow: hidden;
}

.comm .vbox2 .galery .photos .slider-omi {
  right: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comm .vbox2 .galery .photos .s_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50%;
}

.comm .vbox2 .galery .photos .s_item img {
  width: 205px;
  height: 118px;
  padding: 6px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.199);
}

.comm .vbox2 .d0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comm .vbox2 .d0 span {
  color: #c32c32;
  font-size: 4rem;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
}

.comm .vbox2 .rotate {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.comm .vbox2 .d1 p {
  margin-top: 25px;
  color: #fff;
  text-shadow: 1px 1px 10px #222;
  font-size: .9rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding-right: 45px;
  overflow: hidden;
  display: -webkit-box;
}

.comm .vbox2 .d1 a {
  text-decoration: none;
  color: #c32c32;
  font-size: .8rem;
}

.comm .vbox2 .v-title {
  z-index: 11;
  content: 'About us';
  position: absolute;
  top: -30px;
  left: 10px;
  height: 30px;
  padding: 5px;
  width: auto;
  background-color: #c32c32;
  color: #fff;
}

.comm-mob {
  position: relative;
  display: none;
  margin-top: 50px;
}

@media (max-width: 1180px) {
  .comm-mob {
    display: block;
    width: 100%;
  }
}

@media (max-width: 1180px) {
  .comm-mob {
    display: block;
  }
}

.comm-mob .vbox2 {
  width: 600px;
  background-color: #4e4e4e35;
  color: #222;
  position: relative;
  margin-top: 100px;
}

@media (max-width: 500px) {
  .comm-mob .vbox2 {
    width: 420px;
    margin: auto;
  }
}

@media (max-width: 400px) {
  .comm-mob .vbox2 {
    width: 380px;
    margin: auto;
  }
}

@media (max-width: 350px) {
  .comm-mob .vbox2 {
    width: 345px;
    margin: auto;
  }
}

@media (max-width: 300px) {
  .comm-mob .vbox2 {
    width: 295px;
    margin: auto;
  }
}

.comm-mob .vbox2 .galery {
  width: 550px;
  height: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 500px) {
  .comm-mob .vbox2 .galery {
    width: 380px;
    margin: auto;
  }
}

@media (max-width: 400px) {
  .comm-mob .vbox2 .galery {
    width: 370px;
    margin: auto;
  }
}

@media (max-width: 350px) {
  .comm-mob .vbox2 .galery {
    width: 330px;
    margin: auto;
  }
}

@media (max-width: 300px) {
  .comm-mob .vbox2 .galery {
    width: 290px;
    margin: auto;
  }
}

.comm-mob .vbox2 .galery .arrow_icon {
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.comm-mob .vbox2 .galery .arrow_icon span {
  font-size: 3rem;
  color: white;
}

.comm-mob .vbox2 .galery .photos {
  width: 420px;
  display: block;
  position: relative;
  overflow: hidden;
}

.comm-mob .vbox2 .galery .photos .slider-omi {
  right: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comm-mob .vbox2 .galery .photos .s_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50%;
}

.comm-mob .vbox2 .galery .photos .s_item img {
  width: 205px;
  height: 118px;
  padding: 6px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.199);
}

.comm-mob .vbox2 .d0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comm-mob .vbox2 .d0 span {
  color: #c32c32;
  font-size: 4rem;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
}

.comm-mob .vbox2 .rotate {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.comm-mob .vbox2 .d1 p {
  margin-top: 25px;
  color: #fff;
  text-shadow: 1px 1px 10px #222;
  font-size: .9rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding-right: 45px;
  overflow: hidden;
  display: -webkit-box;
}

.comm-mob .vbox2 .d1 a {
  text-decoration: none;
  color: #c32c32;
  font-size: .8rem;
}

.comm-mob .vbox2 .v-title {
  z-index: 11;
  content: 'About us';
  position: absolute;
  top: -30px;
  left: 10px;
  height: 30px;
  padding: 5px;
  width: auto;
  background-color: #c32c32;
  color: #fff;
}

.model {
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: absolute;
  top: 115px;
  left: 0;
  z-index: 1000;
  background-color: #4e4e4e8a;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 500px) {
  .model {
    position: fixed;
    top: 0px;
  }
}

.model .model-header {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.model .model-header button {
  border: none;
  outline: none;
  background-color: #4e4e4e;
  color: white;
  padding: 20px 40px;
}

.model .model-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.model .model-content img {
  width: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.show-hide-model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comm1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  margin: 0 10%;
  bottom: -100px;
}

@media (max-width: 1350px) {
  .comm1 {
    display: none;
  }
}

.comm1 .vbox2 {
  width: 80%;
  margin-left: 5px;
  background-color: #4e4e4e35;
  color: #222;
  z-index: 10;
  position: relative;
}

.comm1 .vbox2 .galery {
  width: 755px;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comm1 .vbox2 .galery .arrow_icon {
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.comm1 .vbox2 .galery .arrow_icon span {
  font-size: 3rem;
  color: white;
}

.comm1 .vbox2 .galery .photos {
  width: 615px;
  display: block;
  position: relative;
  overflow: hidden;
}

.comm1 .vbox2 .galery .photos .slider-omi {
  right: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comm1 .vbox2 .galery .photos .s_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50%;
}

.comm1 .vbox2 .galery .photos .s_item img {
  width: 205px;
  height: 118px;
  padding: 6px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.199);
}

.comm1 .vbox2 .d0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comm1 .vbox2 .d0 span {
  color: #c32c32;
  font-size: 4rem;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
}

.comm1 .vbox2 .rotate {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.comm1 .vbox2 .d1 p {
  margin-top: 25px;
  color: #fff;
  text-shadow: 1px 1px 10px #222;
  font-size: .9rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding-right: 45px;
  overflow: hidden;
  display: -webkit-box;
}

.comm1 .vbox2 .d1 a {
  text-decoration: none;
  color: #c32c32;
  font-size: .8rem;
}

.comm1 .vbox2 .v-title {
  z-index: 11;
  content: 'About us';
  position: absolute;
  top: -30px;
  left: 10px;
  height: 30px;
  padding: 5px;
  width: auto;
  background-color: #c32c32;
  color: #fff;
}

.comm1-mob {
  width: 95%;
  margin: auto;
  margin-top: 50px;
  display: none;
}

@media (max-width: 1350px) {
  .comm1-mob {
    display: block;
    width: 100%;
  }
}

.comm1-mob .vbox2 {
  width: 90%;
  margin: auto;
  background-color: #4e4e4e35;
  color: #222;
  position: relative;
}

@media (max-width: 600px) {
  .comm1-mob .vbox2 {
    width: 580px;
  }
}

@media (max-width: 500px) {
  .comm1-mob .vbox2 {
    width: 480px;
  }
}

@media (max-width: 400px) {
  .comm1-mob .vbox2 {
    width: 390px;
  }
}

@media (max-width: 350px) {
  .comm1-mob .vbox2 {
    width: 330px;
  }
}

.comm1-mob .vbox2 .galery {
  width: 755px;
  height: 240px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .comm1-mob .vbox2 .galery {
    width: 520px;
    height: 320px;
  }
}

@media (max-width: 600px) {
  .comm1-mob .vbox2 .galery {
    width: 520px;
    height: 320px;
  }
}

@media (max-width: 500px) {
  .comm1-mob .vbox2 .galery {
    width: 420px;
    height: 320px;
  }
}

@media (max-width: 400px) {
  .comm1-mob .vbox2 .galery {
    width: 370px;
    height: 320px;
  }
}

@media (max-width: 350px) {
  .comm1-mob .vbox2 .galery {
    width: 310px;
    height: 320px;
  }
}

.comm1-mob .vbox2 .galery .arrow_icon {
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.comm1-mob .vbox2 .galery .arrow_icon span {
  font-size: 3rem;
  color: white;
}

.comm1-mob .vbox2 .galery .photos {
  width: 615px;
  display: block;
  position: relative;
  overflow: hidden;
}

.comm1-mob .vbox2 .galery .photos .slider-omi {
  right: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comm1-mob .vbox2 .galery .photos .s_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50%;
}

.comm1-mob .vbox2 .galery .photos .s_item img {
  width: 205px;
  height: 118px;
  padding: 6px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.199);
}

.comm1-mob .vbox2 .d0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comm1-mob .vbox2 .d0 span {
  color: #c32c32;
  font-size: 4rem;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
}

.comm1-mob .vbox2 .rotate {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.comm1-mob .vbox2 .d1 p {
  margin-top: 25px;
  color: #fff;
  text-shadow: 1px 1px 10px #222;
  font-size: .9rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding-right: 45px;
  overflow: hidden;
  display: -webkit-box;
}

.comm1-mob .vbox2 .d1 a {
  text-decoration: none;
  color: #c32c32;
  font-size: .8rem;
}

.comm1-mob .vbox2 .v-title {
  z-index: 11;
  content: 'About us';
  position: absolute;
  top: -30px;
  left: 10px;
  height: 30px;
  padding: 5px;
  width: auto;
  background-color: #c32c32;
  color: #fff;
}

.comm3 {
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  margin: 0 10%;
  bottom: 0px;
}

@media (max-width: 1000px) {
  .comm3 {
    width: 600px;
  }
}

@media (max-width: 800px) {
  .comm3 {
    position: relative;
    width: 80%;
    margin: auto;
  }
}

@media (max-width: 600px) {
  .comm3 {
    position: relative;
    width: 90%;
    margin: auto;
  }
}

@media (max-width: 500px) {
  .comm3 {
    position: relative;
    width: 95%;
    margin: auto;
  }
}

@media (max-width: 350px) {
  .comm3 {
    position: relative;
    width: 98%;
    margin: auto;
  }
}

.comm3 .vbox2 {
  width: 80%;
  margin-left: 5px;
  background: linear-gradient(70deg, rgba(1, 1, 1, 0.1), #939393);
  color: #222;
  z-index: 10;
  position: relative;
}

@media (max-width: 800px) {
  .comm3 .vbox2 {
    width: 100%;
    border-radius: 10px;
  }
}

.comm3 .vbox2 .v-title {
  z-index: 11;
  content: 'About us';
  position: absolute;
  top: -30px;
  left: 10px;
  height: 30px;
  padding: 5px;
  width: auto;
  background-color: #c32c32;
  color: #fff;
}

.comm3 .vbox2 .xx-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.comm3 .vbox2 .xx-box .xx-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comm3 .vbox2 .xx-box .xx-item .xx-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  width: 100px;
}

.comm3 .vbox2 .xx-box .xx-item .xx-icon i {
  font-size: 2rem;
  color: #c32c32;
}

.comm3 .vbox2 .xx-box .xx-item .xx-detalis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comm3 .vbox2 .xx-box .xx-item .xx-detalis p {
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 10px #eee;
  font-size: 1rem;
}

@media (max-width: 800px) {
  .comm3 .vbox2 .xx-box .xx-item .xx-detalis p {
    text-shadow: 1px 1px 10px rgba(238, 238, 238, 0.282);
  }
}

.comm4 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  margin: 0 10%;
}

@media (max-width: 500px) {
  .comm4 {
    margin: 0 10px;
  }
}

@media (min-width: 800px) {
  .comm4 {
    bottom: -100px;
  }
}

.comm4 .vbox2 {
  display: block;
  width: 80%;
  height: 340px;
  margin-left: 5px;
  background-color: #4e4e4e35;
  color: #222;
  z-index: 10;
  position: relative;
}

@media (max-width: 800px) {
  .comm4 .vbox2 {
    display: none;
  }
}

.comm4 .vbox2 .galery {
  width: 755px;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.comm4 .vbox2 .galery .arrow_icon {
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.comm4 .vbox2 .galery .arrow_icon span {
  font-size: 3rem;
  color: white;
}

.comm4 .vbox2 .galery .photos {
  width: 615px;
  display: block;
  position: relative;
  overflow: hidden;
}

.comm4 .vbox2 .galery .photos .slider-omi {
  right: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comm4 .vbox2 .galery .photos .s_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50%;
}

.comm4 .vbox2 .galery .photos .s_item img {
  width: 205px;
  height: 118px;
  padding: 6px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.199);
}

.comm4 .vbox2 .r-img img {
  width: 350px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1.6s ease;
  transition: all 1.6s ease;
}

.comm4 .vbox2 .d0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comm4 .vbox2 .d0 span {
  color: #c32c32;
  font-size: 4rem;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
}

.comm4 .vbox2 .rotate {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.comm4 .vbox2 .d1 p {
  margin-top: 25px;
  color: #fff;
  text-shadow: 1px 1px 10px #222;
  font-size: .9rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding-right: 45px;
  overflow: hidden;
  display: -webkit-box;
}

.comm4 .vbox2 .d1 a {
  text-decoration: none;
  color: #c32c32;
  font-size: .8rem;
}

.comm4 .vbox2 .v-title {
  z-index: 11;
  content: 'About us';
  position: absolute;
  top: -30px;
  left: 10px;
  height: 30px;
  padding: 5px;
  width: auto;
  background-color: #c32c32;
  color: #fff;
}

.comm4 .vbox-mob {
  display: none;
  width: 80%;
  margin-left: 5px;
  background-color: #4e4e4e35;
  color: #222;
  z-index: 10;
  position: relative;
  top: 150px;
  height: 600px;
}

@media (max-width: 800px) {
  .comm4 .vbox-mob {
    display: block;
  }
}

@media (max-width: 500px) {
  .comm4 .vbox-mob {
    width: 95%;
    top: 50px;
  }
}

.comm4 .vbox-mob .galery {
  width: 100%;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.comm4 .vbox-mob .galery .arrow_icon {
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.comm4 .vbox-mob .galery .arrow_icon span {
  font-size: 3rem;
  color: white;
}

.comm4 .vbox-mob .galery .photos {
  width: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}

.comm4 .vbox-mob .galery .photos .slider-omi {
  right: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comm4 .vbox-mob .galery .photos .s_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50%;
}

.comm4 .vbox-mob .galery .photos .s_item img {
  width: 205px;
  height: 118px;
  padding: 6px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.199);
}

.comm4 .vbox-mob .r-img {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.comm4 .vbox-mob .r-img img {
  width: 410px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1.6s ease;
  transition: all 1.6s ease;
}

.comm4 .vbox-mob .d0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comm4 .vbox-mob .d0 span {
  color: #c32c32;
  font-size: 4rem;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
}

.comm4 .vbox-mob .rotate {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.comm4 .vbox-mob .d1 p {
  margin-top: 25px;
  color: #fff;
  text-shadow: 1px 1px 10px #222;
  font-size: .9rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding-right: 45px;
  overflow: hidden;
  display: -webkit-box;
}

.comm4 .vbox-mob .d1 a {
  text-decoration: none;
  color: #c32c32;
  font-size: .8rem;
}

.comm4 .vbox-mob .v-title {
  z-index: 11;
  content: 'About us';
  position: absolute;
  top: -30px;
  left: 10px;
  height: 30px;
  padding: 5px;
  width: auto;
  background-color: #c32c32;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */