body,
html {
   width: 100%;
   position: relative;
   height: 100%;
}

#info-box {
   overflow-x: hidden;
}

body {
   overflow-x: hidden;
}

.st1,
.st13,
.st3,
.st4,
.st5 {
   stroke-miterlimit: 10;
}

a,
address,
body,
canvas,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
tr,
tt,
u,
ul,
var,
video {
   margin: 0;
   padding: 0;
   border: 0;
   font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
   display: block;
}

.nav-container ul {
   list-style: none;
}

button:focus {
   outline: 0;
}

* {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   outline: 0;
}

html {
   font-size: 20px;
}

@media screen and (max-width: 768px) {
   html {
      font-size: 12px;
   }
}

@media screen and (min-width: 1800px) {
   html {
      font-size: 28px;
   }

   video {
      width: 100%;
   }

   ul.text-center.face {
      width: 30rem;
   }
}

#autohelp_main,
#main,
#sect1,
#sect2 {
   width: 100%;
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

h1,
h2 {
   font-size: 2.2rem;
}

h1 {
   line-height: 2.4rem;
   letter-spacing: 0.1rem;
   font-weight: 900;
}

h2 {
   font-weight: 600;
   line-height: 1.9rem;
   padding: 1.3rem 0;
   letter-spacing: 0;
}

body {
   line-height: 1;
   font-family: Raleway, sans-serif;
   margin: 0;
   font-weight: 100;
   color: #fff;
   background-color: #1a1a1a;
   font-size: 18px;
}

a {
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   color: #fff;
}

a:hover {
   color: #fff;
   text-decoration: none;
}

.content-section {
   padding: 9% 0;
}

@media (min-width: 992px) {
   .content-section {
      padding: 6% 0;
   }
}

#main1 {
   margin-top: 5px;
   width: 100%;
   height: 54vw;
   position: relative;
}

#main1::after {
   content: "";
   opacity: 0.4;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   position: absolute;
   z-index: -1;
   background: url(../img/cover-updated.webp) center top no-repeat;
   background-size: contain;
}
.coverImage {
   width: 100%;
   height: auto;
   margin-top: 71px;
}

.coverImagemob {
   display: none;
}

.responsive-row {
   display: flex;
   flex-wrap: wrap;
   margin-right: 0;
   margin-left: 0;
}

@media (max-width: 767px) {
   .coverImagemob {
      width: 100%;
      height: auto;
      margin-top: 71px;
      display: block;
   }
   .coverImage {
      display: none;
   }
}
video {
   width: 100%;
   height: auto;
   position: absolute;
   top: 0;
   left: 0;
}

@media screen and (max-width: 768px) {
   #video-mobile img {
      width: 460px;
   }
}

@media screen and (max-width: 460px) {
   #video-mobile img {
      width: 270px;
   }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
   #main1 {
      height: 80vh !important;
   }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
   #main1 {
      height: 80vh !important;
   }
}

.wedesign-box {
   width: 100%;
   height: 50vw;
   position: absolute;
   text-align: center;
   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;
}

@media screen and (max-width: 768px) {
   .wedesign-box {
      height: 100%;
   }
}

.wedesign-inner-box {
   position: relative;
   top: -30px;
}

.wedesign-inner-box img {
   width: 550px;
}

.wedesign-box .arrow-button {
   -webkit-animation: opacity7 1s ease infinite;
   animation: opacity7 1s ease infinite;
   position: relative;
   height: 60px;
   width: 60px;
   z-index: 1000;
   -webkit-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
   transform: rotate(-90deg);
   border: 1px solid #fff;
   display: inline-block;
   border-radius: 50%;
   margin-top: 35px;
}

.wedesign-box .arrow-button p {
   position: absolute;
   font-size: 50px;
   right: 18px;
   font-family: Raleway !important;
}

.anim {
   animation-name: zoomOut, fadeIn;
   -webkit-animation-name: zoomOut, fadeIn;
   animation-duration: 1s, 0.8s;
   -webkit-animation-duration: 1s, 0.8s;
}

@-webkit-keyframes opacity7 {
   0% {
      opacity: 1;
      top: 0;
   }
   100% {
      opacity: 0.3;
      top: 30px;
   }
}

@keyframes opacity7 {
   0% {
      opacity: 1;
      top: 0;
   }
   100% {
      opacity: 0.3;
      top: 30px;
   }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
   .wedesign-inner-box img {
      width: 450px;
   }
}

@media screen and (max-width: 768px) {
   #main1 {
      position: relative;
   }

   #main1::after {
      content: "";
      opacity: 0.4;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      z-index: -1;
      background: url(../img/cover-updated-mobile.webp) center center no-repeat;
      background-size: cover;
   }

   .wedesign-inner-box img {
      width: 400px;
   }

   @media screen and (max-width: 736px) and (max-height: 813px) and (orientation: landscape) {
      .wedesign-inner-box img {
         width: 350px;
         margin-top: 30px;
      }
   }
   .wedesign-box .arrow-button {
      width: 50px;
      height: 50px;
   }

   .wedesign-box .arrow-button p {
      font-size: 40px;
      right: 15px;
   }
}

@media screen and (max-width: 500px) {
   #main1 {
      height: 95vh;
      margin-top: -40px;
   }

   .wedesign-inner-box img {
      width: 340px;
   }

   .wedesign-inner-box p:nth-child(2) {
      font-size: 15px;
   }

   .wedesign-inner-box {
      top: -100px;
   }

   .wedesign-box .arrow-button {
      display: none;
   }

   .wedesign-box .arrow-button p {
      font-size: 30px;
      right: 13px;
      top: 2px;
   }
}

#sect1,
#sect2 {
   min-height: 380px;
   height: 47vh;
   background-size: cover;
   -webkit-transition: 0.3s;
   -o-transition: 0.3s;
   transition: 0.3s;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   transition: 50ms filter linear;
}

.expand-section {
   width: 100% !important;
   height: 100vh !important;
   z-index: 2000 !important;
   z-index: 1029 !important;
   -webkit-transition-duration: 0.5s;
   -o-transition-duration: 0.5s;
   transition-duration: 0.5s;
}

.second-box .paragraph-container p,
.third-box > p {
   font-weight: 100;
   line-height: 1.3rem;
}

.second-box {
   z-index: 10;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
}

.second-box img {
   margin: 1rem auto;
}

.second-box .paragraph-container {
   position: relative;
   padding: 5px 5px;
}

.third-box {
   margin: 2rem 0;
   z-index: 10;
}

.third-box img {
   margin: 0 auto;
}

.third-box h2 {
   padding: 1.3rem 0 2.5rem;
}

.third-box > p {
   margin-top: 1.5rem;
}

.inv {
   display: none;
   -webkit-transition-delay: 2s;
   -o-transition-delay: 2s;
   transition-delay: 2s;
}

.fade1:hover,
.fade2:hover {
   cursor: pointer;
}

p.fade2 {
   width: 70%;
   margin: 0 auto;
}

@media screen and (max-width: 768px) {
   #sect1,
   #sect2 {
      padding: 0;
   }
}

.blur-div {
   width: 100%;
   height: 100%;
   position: absolute;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), to(#1a1a1a));
   background: -webkit-linear-gradient(top, transparent 80%, #1a1a1a 100%);
   background: -o-linear-gradient(top, transparent 80%, #1a1a1a 100%);
   background: linear-gradient(to bottom, transparent 80%, #1a1a1a 100%);
   z-index: 1;
}

#whatwedo {
   position: relative;
   padding-top: 50px;
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: space-around;
   -ms-flex-align: space-around;
   align-items: space-around;
   min-height: 600px;
}

#whatwedo .whatwedo-container div div {
   height: 5rem;
   width: 5rem;
   margin: 0 auto;
   background-size: 5rem !important;
}

@media screen and (max-width: 768px) {
   #whatwedo {
      height: auto;
   }

   #whatwedo .whatwedo-container div div {
      height: 5.5rem;
      width: 8rem;
      background-size: 5.5rem !important;
   }
}

#whatwedo .whatwedo-container div:nth-child(1) div {
   background: url(../img/whatwedo/icon1.png) center bottom no-repeat;
}

#whatwedo .whatwedo-container div:nth-child(2) div {
   background: url(../img/whatwedo/icon2.png) center bottom no-repeat;
}

#whatwedo .whatwedo-container div:nth-child(3) div {
   background: url(../img/whatwedo/icon3.png) center bottom no-repeat;
}

#whatwedo .whatwedo-container div:nth-child(4) div {
   background: url(../img/whatwedo/icon4.png) center bottom no-repeat;
}

#whatwedo .whatwedo-container div:nth-child(5) div {
   background: url(../img/whatwedo/icon5.png) center bottom no-repeat;
}

#whatwedo .whatwedo-container div:nth-child(6) div {
   background: url(../img/whatwedo/icon6.png) center bottom no-repeat;
}

#whatwedo .whatwedo-container div:nth-child(7) div {
   background: url(../img/whatwedo/icon8.png) center bottom no-repeat;
}

#whatwedo .whatwedo-container div:nth-child(8) div {
   background: url(../img/whatwedo/icon7.png) center bottom no-repeat;
}

#whatwedo .whatwedo-container div div:hover {
   background-position: center top;
}

.mar {
   -webkit-transition: 2s;
   -o-transition: 2s;
   transition: 2s;
}

.whatwedo-container {
   width: 70%;
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -ms-flex-line-pack: distribute;
   align-content: space-around;
}

@media screen and (max-width: 800px) {
   .whatwedo-container {
      width: 99%;
      padding: 0;
   }
}

.whatwedo-container .offer-box {
   margin: 1%;
   width: 23%;
}

@media screen and (max-width: 768px) {
   .second-box .paragraph-container p,
   .third-box > p {
      font-weight: 200;
      font-size: 14px;
   }

   .whatwedo-container .offer-box {
      width: 48%;
      padding: 1rem 0;
   }
}

.whatwedo-container .offer-box p {
   font-weight: 400;
   line-height: 1.1rem;
   letter-spacing: -0.01rem;
   margin-top: 1rem;
   padding: 0 5%;
   text-align: center;
}

@media screen and (max-width: 1024px) {
   .whatwedo-container .offer-box p {
      font-size: 0.88rem;
      line-height: 0.9rem;
   }
}

@media screen and (max-width: 768px) {
   .whatwedo-container .offer-box p {
      padding: 0 4rem;
   }
}

@media screen and (max-width: 500px) {
   .whatwedo-container .offer-box p {
      padding: 0 1.4rem;
   }
}

#sect1 {
   /*margin-top: 25px;*/
   background: url(../img/home_page/escape_rooms.webp);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding-left: 0;
   padding-right: 0;
}

#sect2 {
   margin-top: 20px;
   background: url(../img/home_page/home_page_photo.webp);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding-left: 0;
   padding-right: 0;
}

#whatwedo {
   background: url(../img/home_page/come_with_us.webp);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding-left: 0;
   padding-right: 0;
}

.pra {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

.mb {
   display: none;
}

#scenarios {
   padding-top: 70px;
}

#scenarios > img {
   margin: 1rem auto;
}

#scenarios .nav-tabs {
   border: 0;
   text-align: center;
   padding: 1.8rem;
}

#scenarios .nav-item {
   background-color: transparent;
}

#scenarios .nav-tabs li .nav-link.active {
   background-color: transparent;
   color: #fff;
}

#scenarios .nav-link {
   font-weight: 100;
   color: #fff;
   z-index: 1000;
   position: relative;
   border: 1px solid #fff;
   padding: 0.9rem 1.7rem;
}

#scenarios .nav-link#all-tab {
   border-right-color: transparent !important;
   background-color: #1a1a1a;
   border-radius: 0.5rem 0 0 0.5rem;
}

#scenarios .nav-link#close-tab,
#scenarios .nav-link#profile-tab {
   background-color: #1a1a1a;
   border-radius: 0 0.5rem 0.5rem 0;
}

#scenarios .nav-link#close-tab {
   border-left-color: transparent !important;
}

#scenarios #senaria img.img-fluid {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   width: 100%;
   outline: #1a1a1a solid 6px;
   outline-offset: -6px;
}

#scenarios .image-info-container {
   width: 100%;
   height: 100%;
   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;
   position: absolute;
   z-index: 999;
   top: 0;
   left: 0;
}

.comingSoon__btn {
   margin-top: 15px;
   border-radius: 30px;
   background-color: #fff;
   color: #da1a35;
   font-weight: 900;
   padding: 0.3rem 1.5rem;
   font-size: 16px;
}

@media (max-width: 600px) {
   .comingSoon__btn {
      font-size: 12px;
      margin-top: 0;
   }
}

#scenarios .image-info-container img {
   width: 6vw;
   height: 6vw;
}

#scenarios .image-info-container img.casa-logo {
   width: 4vw;
   height: 4vw;
}

#scenarios .image-info-container h3.bg {
   font-size: 2.5vw;
   line-height: 1.9vw;
}

#senaria .pirates_ext_tile.image-info-container h3 {
   font-size: 2.5vw;
   line-height: 1.2vw;
}

#scenarios .image-info-container.pirates_ext_tile h3 span,
#senaria .pirates_ext_tile.image-info-container h3 span {
   font-size: 18px;
}

@media (min-width: 1920px) {
   #scenarios .image-info-container.pirates_ext_tile h3 span,
   #senaria .pirates_ext_tile.image-info-container h3 span {
      font-size: 28px;
   }
}

@media (max-width: 768px) {
   #senaria .pirates_ext_tile.image-info-container h3 {
      font-size: 5vw;
      line-height: 2vw;
   }

   #scenarios .image-info-container.pirates_ext_tile h3 span,
   #senaria .pirates_ext_tile.image-info-container h3 span {
      font-size: 2.5vw;
   }
}

@media (max-width: 528px) {
   #senaria .pirates_ext_tile.image-info-container h3 {
      line-height: 3vw;
   }
}

#scenarios .image-info-container h3 {
   text-align: left;
   line-height: 1.5vw;
   font-size: 1.5vw;
   font-weight: 900;
}

#scenarios .image-info-container h3 {
   font-size: 1.6vw;
}

@media screen and (max-width: 768px) {
   #scenarios {
      padding: 0;
      margin-left: 0;
      margin-right: 0;
   }

   #gallery {
      position: relative;
   }

   .hide {
      display: none;
   }

   .mb {
      display: block;
   }
}

#scenarios .image-info-container h3 span {
   font-weight: 400;
   font-size: 2vw;
   letter-spacing: -0.1vw;
}

#scenarios #era img.img-fluid {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   outline: #1a1a1a solid 6px;
   outline-offset: -6px;
}

@media screen and (max-width: 390px) {
   #scenarios .nav-tabs {
      font-size: 10px;
   }
}

.tab-content .col-12,
.tab-content .container-fluid,
.tab-content .row {
   padding: 0;
}

@media (max-width: 767px) {
   #scenarios .image-info-container h3 {
      text-align: left;
      line-height: 4.55vw;
      font-size: 5.3vw;
      font-weight: 900;
   }

   #scenarios .image-info-container h3.bg {
      line-height: 4.55vw;
      font-size: 5.3vw;
   }

   #scenarios .image-info-container img {
      width: 80px;
      height: 20vw;
   }

   #scenarios .image-info-container img.casa-logo {
      width: 60px;
      height: 20vw;
   }

   #scenarios .image-info-container h3 span {
      font-size: 3vw;
   }
}

@media (min-width: 1900px) {
   #scenarios .image-info-container img {
      width: 4.5vw;
      height: 6vw;
   }

   #scenarios .image-info-container h3 {
      line-height: 1.7vw;
      font-size: 32px;
   }

   #scenarios .image-info-container h3.bg {
      line-height: 1.7vw;
      font-size: 32px;
   }

   #scenarios .image-info-container h3 span {
      font-size: 1.2vw;
   }

   #scenarios .image-info-container h3.tuth3 {
      font-size: 38px;
   }
}

.tut {
   width: 20vw;
}

#roompha h1 {
   font-size: 3rem;
   display: inline-block;
   text-align: left;
}

.hideg {
   display: block;
}

#revenge {
   font-size: 1.7vw !important;
}

@media screen and (min-width: 1900px) {
   #revenge {
      font-size: 1.5vw !important;
   }

   #maniac {
      font-size: 1.3vw !important;
   }
}

#maniac {
   font-size: 1.4vw !important;
}

#maniac,
#revenge {
   font-weight: 100 !important;
}

@media screen and (max-width: 768px) {
   #rooms h1,
   #roomstut h1 {
      line-height: 1.1 !important;
   }

   .hideg {
      display: none;
   }

   #roomstut h1 {
      font-size: 2.5rem !important;
   }

   #maniac,
   #revenge {
      font-size: 3.6vw !important;
      font-weight: 100 !important;
   }

   #scenarios .nav-link#profile-tab {
      background-color: #1a1a1a;
      border-radius: 0;
   }
}

.hide {
   display: none;
}

.show {
   display: block;
}

.tabs {
   position: sticky;
   position: -webkit-sticky;
   width: 100%;
   z-index: 1500;
   top: 50% !important;
   background-color: transparent !important;
   transform: rotate(-90deg);
   margin-left: 45%;
   overflow-x: hidden !important;
}

.nav-tabs {
   border: transparent !important;
   background-color: transparent !important;
   font-weight: 300 !important;
}

#map-section {
   padding: 0 5% !important;
   margin-bottom: 35vh;
}

#gameover-map,
.tabs {
   background-color: #1a1a1a;
}

.st4.st11.st12.st13,
.st8 {
   font-family: Raleway !important;
   font-weight: 500;
}

#gameover-map,
#info-box,
.st10,
.st7 {
   font-family: Raleway;
}

#svg-desk {
   display: block;
   width: 100%;
   max-width: 1359px;
   height: 655px;
   position: relative;
   margin: 0 auto;
   left: 3%;
}

@media screen and (min-width: 1800px) {
   #svg-desk {
      max-width: 1800px;
      left: 3%;
   }

   .map-box {
      position: relative;
      top: 50vh;
      left: -1%;
      display: inline-block;
      z-index: 1;
   }
   #map-section {
      margin-bottom: 45vh;
   }
}

#svg-mobile {
   display: none;
}

.map-box {
   position: relative;
   top: 5vh;
   left: -1%;
   display: inline-block;
   z-index: 1;
   margin-bottom: 5vh;
}

.map-box1 {
   position: relative;
   top: 40px;
}

@media screen and (max-width: 1060px) {
   #svg-desk {
      display: none;
   }

   #svg-mobile {
      display: block;
      width: 70%;
   }

   .map-box1 {
      top: 20px;
      margin-bottom: 7vh;
   }
   #map-section {
      margin-bottom: 15vh;
   }
}

@media screen and (max-width: 768px) {
   #svg-mobile {
      display: block;
      width: 90%;
      pointer-events: none;
   }
}

#gameover-map,
#info-box {
   position: absolute;
   top: 0;
   left: 0;
}

#gameover-map {
   display: block;
   width: 100%;
   height: 100%;
}

@media (min-width: 1064px) {
   #info-box,
   .st0 {
      display: none;
   }

   #info-box {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9999;
      background-color: #212121;
      border: 2px solid #212121;
      border-radius: 5px;
      padding: 8px;
      color: #fff;
      font-family: Raleway;
      overflow-x: hidden;
      text-align: left;
      opacity: 0.9;
   }
}

.st1,
.st2 {
   display: inline;
}

.st4 {
   fill: #da1a35;
}

.st6 {
   fill: #fff;
}

.st8 {
   font-size: 19.3px;
}

.st9 {
   font-size: 32.25px;
}

.st11 {
   font-size: 60px;
}

.st12 {
   letter-spacing: -3;
}

.st13 {
   fill: none;
   stroke-width: 5;
}

#client {
   -webkit-transform: translate(-866px);
   -ms-transform: translate(-866px);
   transform: translate(-866px);
}

#svg1 {
   position: relative;
   width: 600px;
   height: 468px;
   left: 5%;
}

#svg1 .firstg {
   -webkit-transform: translate(200px, 0);
   -ms-transform: translate(200px, 0);
   transform: translate(200px, 0);
}

#clients {
   -webkit-transform: translate(-866px, -220px);
   -ms-transform: translate(-866px, -220px);
   transform: translate(-866px, -220px);
}

@media (min-width: 1920px) {
   #svg1 .firstg {
      -webkit-transform: translate(120px, 0) !important;
      -ms-transform: translate(120px, 0) !important;
      transform: translate(120px, 0) !important;
   }

   #svg1 .firstg #txt1 {
      font-size: 1.6rem !important;
   }
}

@media (max-width: 1600px) {
   #svg1 .firstg {
      -webkit-transform: translate(130px, 108px);
      -ms-transform: translate(130px, 108px);
      transform: translate(130px, 108px);
   }

   #svg1 .firstg #txt1 {
      -webkit-transform: matrix(1, 0, 0, 1, -30px, 220px);
      -ms-transform: matrix(1, 0, 0, 1, -30px, 220px);
      transform: matrix(1, 0, 0, 1, -30px, 220px);
   }
}

@media (max-width: 1360px) {
   #svg1 .firstg {
      -webkit-transform: translate(123px, 9px);
      -ms-transform: translate(123px, 9px);
      transform: translate(123px, 9px);
   }

   @media (max-width: 1360px) {
      #svg1 .firstg {
         -webkit-transform: translate(145px, 53px);
         -ms-transform: translate(145px, 53px);
         transform: translate(145px, 53px);
      }
   }
   #svg1 .firstg #txt1 {
      -webkit-transform: matrix(1, 0, 0, 1, -30px, 220px);
      -ms-transform: matrix(1, 0, 0, 1, -30px, 220px);
      transform: matrix(1, 0, 0, 1, -30px, 220px);
   }
}

#AUSTRALIA:hover path,
#USA:hover path,
#DENMARK:hover path,
#FRANCE:hover path,
#GERMANY:hover path,
#GREECE:hover path,
#NEW_ZEALAND:hover path,
#ITALY:hover path,
#KUWAIT:hover polygon,
#NETHERLANDS:hover path,
#POLAND:hover path,
#PORTUGAL:hover path,
#SAUDI_ARABIA:hover polygon,
#SWITZERLAND:hover path,
#UK:hover path {
   fill: #fff;
}

@media (max-width: 1060px) {
   #AUSTRALIA:hover path,
   #USA:hover path,
   #DENMARK:hover path,
   #FRANCE:hover path,
   #GERMANY:hover path,
   #GREECE:hover path,
   #NEW_ZEALAND:hover path,
   #ITALY:hover path,
   #KUWAIT:hover polygon,
   #NETHERLANDS:hover path,
   #POLAND:hover path,
   #PORTUGAL:hover path,
   #SAUDI_ARABIA:hover polygon,
   #BELGIUM:hover path,
   #SWITZERLAND:hover path,
   #UAE:hover path,
   #UK:hover path {
      fill: #da1a35;
   }
}

.footer1 {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   color: #fff;
   -ms-flex-pack: distribute;
   justify-content: space-around;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   width: 100%;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-flow: row wrap;
   flex-flow: row wrap;
}

.company1,
.contact1 {
   width: 300px;
}

.footer1 .ul-container {
   -webkit-box-ordinal-group: 4;
   -ms-flex-order: 3;
   order: 3;
   -ms-flex-preferred-size: 100%;
   flex-basis: 100%;
   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;
}

.footer2,
.links-container,
.site-structure {
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

.footer1 ul {
   list-style-type: none;
   margin: 0 20px;
}

footer .site-li-header {
   font-size: 16px;
   font-weight: 600;
   color: #fff;
   margin: 5px 0;
}

.footer1 ul li a {
   font-size: 14px;
}

.contact1 {
   -webkit-box-ordinal-group: 4;
   -ms-flex-order: 3;
   order: 3;
}

.footer3 {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -ms-flex-preferred-size: 100%;
   flex-basis: 100%;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.footer-logo-container {
   -webkit-box-ordinal-group: 6;
   -ms-flex-order: 5;
   order: 5;
   margin: 15px auto;
   padding-bottom: 10px;
}

.footer-logo-container p {
   line-height: 18px;
}

.links-container {
   padding: 0 0 5%;
   width: 400px;
}

.footer-flex {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 50%;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

.footer-flex2 {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 50%;
}

.footer-flex img {
   width: 850px;
}

.footer-logo {
   width: 850px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end;
}

@media screen and (max-width: 1200px) {
   .footer-logo {
      width: 400px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
   }
}

@media screen and (max-width: 768px) {
   .links-container {
      width: 80%;
      border-bottom: 0;
   }

   .footer-flex,
   .footer-flex2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      border-bottom: 1px solid #202020;
   }

   .footer-flex img {
      width: 500px;
   }

   .footer-logo {
      width: 300px;
   }
}

.links-container a {
   color: #da1a35;
}

#info-box,
.links-container a:hover {
   color: #fff;
}

.links-container a img {
   width: 23px;
   -webkit-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
}

.links-container a img:hover {
   -webkit-transform: scale(1.2);
   -ms-transform: scale(1.2);
   transform: scale(1.2);
}

.fixed-element {
   position: fixed;
}

.footer1 hr {
   display: none;
}

@media screen and (max-width: 768px) {
   .footer1 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }

   .footer1 hr {
      display: block;
   }

   .footer-logo-container {
      margin: 0 0 10px;
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5;
   }

   .footer1 .ul-container {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
      text-align: center;
      width: 95%;
      -ms-flex-preferred-size: unset;
      flex-basis: unset;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .contact1,
   .footer1 ul,
   .footer3 {
      width: 100%;
      padding-bottom: 10px;
   }

   .footer1 ul {
      margin: 8px 10px;
   }

   .contact1,
   .footer3 {
      margin: 0 0 10px;
   }

   #foot-dest .contact1 li {
      margin-top: 5px;
   }

   .footer3 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      border-bottom: 1px solid #202020;
   }

   .contact1 {
      text-align: left;
   }
}

.tabs2 {
   display: none;
}

.fl {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

#contact_form #form {
   padding: 0;
}

#contact_form .footer1 {
   padding: 0;
}

#contact_form .footer-flex {
   border: 0;
}

@media screen and (max-width: 768px) {
   #contact_form .footer-flex .footer-logo {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
   }

   #contact_form .footer-flex2 {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 0;
   }
}

#contact_form .footer-flex2 ul {
   width: auto;
}

#contact_form .footer-flex2 ul li {
   font-size: 14px;
}

#contact_form .footer-flex2 ul .site-li-header {
   font-weight: 600;
   font-size: 15px;
}

#contact_form .footer-logo {
   width: 400px;
}

.animated {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
}

.animated.infinite {
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
   0% {
      opacity: 0;
   }
   to {
      opacity: 1;
   }
}

@keyframes fadeIn {
   0% {
      opacity: 0;
   }
   to {
      opacity: 1;
   }
}

.fadeIn {
   -webkit-animation-name: fadeIn;
   animation-name: fadeIn;
}

@-webkit-keyframes zoomOut {
   0% {
      opacity: 1;
   }
   50% {
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
   }
   50%,
   to {
      opacity: 0;
   }
}

@keyframes zoomOut {
   0% {
      opacity: 1;
   }
   50% {
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
   }
   50%,
   to {
      opacity: 0;
   }
}

.zoomOut {
   -webkit-animation-name: zoomOut;
   animation-name: zoomOut;
}

@-webkit-keyframes zoomIn {
   0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
   }
   50% {
      opacity: 1;
   }
}

@keyframes zoomIn {
   0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
   }
   50% {
      opacity: 1;
   }
}

.zoomIn {
   -webkit-animation-name: zoomIn;
   animation-name: zoomIn;
}

#cube_banner {
   cursor: pointer;
   position: fixed;
   z-index: 10;
   right: 20px;
   top: 40vw;
   height: auto;
   visibility: visible;
   transition: all 0.3s ease;
}

@media screen and (max-width: 1366px) and (max-height: 768px) {
   #cube_banner {
      top: 30vw;
   }
}

@media (min-width: 1400px) {
   #cube_banner {
      top: 75vh;
   }
}

@media (max-width: 768px) {
   #cube_banner {
      top: auto;
      bottom: 50px;
   }
   .responsive-row {
      display: block;
   }
}

#colorlib-counter {
   position: relative;
   clear: both;
   margin-bottom: 5em;
}

.colorlib-counters {
   padding: 5em 0;
   background-size: cover;
   background-attachment: fixed;
   background-position: center center;
}

.colorlib-counters .overlay {
   z-index: 0;
   position: absolute;
   bottom: 0;
   top: 0;
   left: 0;
   right: 0;
   background: rgba(0, 0, 0, 0.4);
}

.colorlib-counters .icon {
   width: 100px;
   height: 100px;
   display: table;
   margin: 0 auto;
   margin-bottom: 20px;
}

.colorlib-counters .icon i {
   display: table-cell;
   vertical-align: middle;
   width: 100px;
   height: 100px;
   font-size: 50px;
   color: #2c98f0;
   background: #fff;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   border-radius: 50%;
}

.colorlib-counters .counter-wrap {
   border: 1px solid red !important;
}

.colorlib-counters .colorlib-counter {
   font-size: 40px;
   display: block;
   color: #fff;
   font-family: Quicksand, Arial, sans-serif;
   width: 100%;
   font-weight: 700;
   margin-bottom: 0.3em;
}

.colorlib-counters .colorlib-counter-label {
   color: rgba(255, 255, 255, 0.7);
   text-transform: uppercase;
   font-size: 16px;
   letter-spacing: 3px;
   margin-bottom: 2em;
   display: block;
}

.colorlib-narrow-content {
   padding: 0 2.5em;
}

.js .animate-box {
   opacity: 0;
}
