
/* Import Fonts & All CSS */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700");
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/default-assets/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/material-design-iconic-font.min.css);
@import url(css/style.css);
/* :: 01.0 Reboot Area CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
  z-index: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #000;
  line-height: 1.25;
  font-weight: 600; }

a,
a:active,
a:focus,
a:hover {
  color: #e81010;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-weight: 500; }

li {
  list-style: none; }

p {
  line-height: 1.8;
  color: #5d5e8d;
  font-size: 16px;
  font-weight: 400; }

img {
  max-width: 100%;
  height: auto; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.233); }
    .bg-overlay-2 {
      position: relative;
      z-index: 1; }
      .bg-overlay-2::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background-color: rgba(0, 0, 0, 0.055); }

.bg-gradient-overlay {
  position: relative;
  z-index: 1; }
  .bg-gradient-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #c63fa4;
    background-image: -moz-linear-gradient(120deg, rgba(255, 0, 0, 0.562) 0%, #f5a603 100%);
    background-image: -webkit-linear-gradient(120deg, rgba(255, 0, 0, 0.562) 0%, #f5a603 100%);
    background-image: -ms-linear-gradient(120deg, rgba(255, 0, 0, 0.562) 0%, #f5a603 100%);
    opacity: 0.9; }

.bg-gradient-overlay-2 {
  position: relative;
  z-index: 1; }
  .bg-gradient-overlay-2::after {
    border-radius: 10px;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6); }

.bg-img {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }

.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.bg-boxshadow {
  -webkit-box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
  box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15); }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  position: fixed;
  z-index: 100;
  color: #ffffff;
  right: 20px;
  text-align: center;
  padding-right: 0;
  width: 100%;
  top: 20px;
  width: 30px;
  background: #f5a603;
  height: 30px;
  line-height: 30px; }

img.mfp-img {
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }

button.mfp-close,
button.mfp-arrow {
  background: #f5a603; }

.mfp-bottom-bar {
  display: none !important; }

.mfp-bg {
  background-color: #000000; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #f7f7f7 !important; }
.bg-white {
    background-color: #fff !important; }

textarea:focus,
input:focus {
  outline: none; }

textarea:invalid,
input:invalid,
textarea:required,
input:required {
  box-shadow: none !important; }

.border {
  border-color: #4b4d7b; }

.mfp-arrow-left::after {
  border-right-color: transparent; }

.mfp-arrow-left::before {
  border-right-color: #ffffff; }

.mfp-arrow-right::after {
  border-left-color: transparent; }

.mfp-arrow-right::before {
  border-left-color: #ffffff; }

/* :: 02.0 Spacing Area CSS */
.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-20 {
  margin-top: 20px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-100 {
  margin-top: 100px; }

.mt-150 {
  margin-top: 150px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mr-50 {
  margin-right: 50px; }

.mr-100 {
  margin-right: 100px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.ml-50 {
  margin-left: 50px; }

.ml-100 {
  margin-left: 100px; }

.mrt-15{
    margin-top:15px;
}
.zero-margin{
  margin-left:0px !important;
  margin-right: 0px !important;
}
.p-100-150{
  padding-top:120px; 
  padding-bottom:150px;
}
.p-120-50{
  padding-top:120px; 
  padding-bottom:50px
}
.normal-h1{
  text-transform:uppercase; 
  font-weight:700;
}
.pb-60{
  padding-bottom:60px
}
.pt-50 {
  padding-top: 50px !important; }
  
.pt-40{
  padding-top:40px;
}
.section-padding-12{
  padding-left:8%;
}
.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }
.section-padding-60-40{
  padding-top:60px; 
  padding-bottom:40px
}
.section-padding-80-50 {
  padding-top: 80px;
  padding-bottom: 50px; }

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-0-85 {
  padding-top: 0;
  padding-bottom: 85px; }

.section-padding-100-60 {
  padding-top: 100px;
  padding-bottom: 60px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }
.section-padding-120-0 {
    padding-top: 120px;
    padding-bottom: 0; }
.section-padding-left-10{
  padding-left:10px;
}
.section-padding-left-15{
  padding-left:15px;
}
.section-pading-right{
  padding-right:100px
}
.first-black-section-p{
  margin-top:10px !important;
  margin-left:0px !important;
  padding:0px !important;
  text-shadow: 2px 2px 2px #252525;
}
.other-black-section-p{
  margin-top:1px !important;
  margin-left:0px !important;
  padding:0px !important;
  text-shadow: 2px 2px 2px #252525;
}
.welcome-text-header-1{
  color:#e42b2b !important; 
  font-size:30px !important; 
  text-shadow: 2px 2px 2px #252525;
}
@media only screen and (max-width: 552px) {
  .first-black-section-p{
    padding:5px !important }
    .other-black-section-p{
      padding:5px !important}}
#icon-square{
  font-size: 9px;
  position: relative;
  bottom: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #icon-square {
  font-size: 8x;
  position: relative;
  bottom: 2px; } }
@media only screen and (max-width: 767px) {
  #icon-square{
    font-size: 7px;
    position: relative;
    bottom: 2px;
  }
}
.blocks {
  display: flex;
  padding: 1em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.blocks:before,
.blocks:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.block {
  background-color: #f7f7f7;
  /*min-height: 100px;*/
  width: 50%;
  width: calc(50% + 2rem);
}

.block--left {
  clip-path: polygon(0 0, 100% 0, calc(100% - 3rem) 100%, 0% 100%);
}

.block--right {
  margin-left: -2rem;
  clip-path: polygon(3rem 0, 100% 0, 100% 100%, 0% 100%);
}
.section-product-list-padding{
  padding:65px 0px 5px 0px;
}
/* :: 3.0 Preloader Area CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background: #e81010;
  background-image: -webkit-linear-gradient(120deg, rgba(255, 0, 0, 0.562) 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(120deg, rgba(255, 0, 0, 0.562) 0%, #ffffff 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;
  overflow: hidden; }

.submenu{
  padding-bottom: 60px;
}
.submenu img{
  filter: gray; 
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease; 
  -webkit-backface-visibility: hidden; 
}
.submenu img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  cursor: pointer;
  
}
.loader {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-animation: loader linear 2s infinite;
  animation: loader linear 2s infinite;
  border-top: 2px solid #ffffff;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* :: 4.0 Heading Area CSS */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 60px; }
  .section-heading p {
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 400; }
  .section-heading h4 {
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media only screen and (max-width: 767px) {
      .section-heading h4 {
        font-size: 26px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .section-heading h4 {
        font-size: 30px; } }

.section-heading-2 {
  position: relative;
  z-index: 1;
  margin-bottom: 60px; }
  .section-heading-2 p {
    color: #f5a603;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 400; }
  .section-heading-2 h4 {
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media only screen and (max-width: 767px) {
      .section-heading-2 h4 {
        font-size: 26px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .section-heading-2 h4 {
        font-size: 30px; } }

.section-heading-3 {
  position: relative;
  z-index: 1;
  margin-bottom: 60px; }
  .section-heading-3 p {
    color: #f5a603;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 400; }
  .section-heading-3 h4 {
    font-size: 38px;
    color: #111343;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media only screen and (max-width: 767px) {
      .section-heading-3 h4 {
        font-size: 26px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .section-heading-3 h4 {
        font-size: 30px; } }

/* :: 5.0 Backtotop Area CSS */
.algocraft-selector{
  background-color:#252525; 
  margin-top:40px; 
  padding:20px; 
  color:#fff !important; 
  text-align:center; 
  font-size:56px; 
  font-weight:700; 
  text-transform:uppercase
}
.algocraft-section{
  text-align: justify;
}
.algocraft-section h1{
  color:#da4747 !important; 
  font-weight:700
}
.algocraft-section h2{
  font-weight:700;
  padding-bottom:20px;
}
.algocraft-section p{
  font-size:15px; 
  color:#252525
}
.algocraft-section h3{
  font-weight:700
}
.algocraft-section ul{
  font-weight:500
}
.algocraft-section a{
  color:#da4747 !important; 
  font-weight:700
}
.alum-a-lift-slider{
  padding-top:100px;
  padding-bottom:40px; 
  background-color:#f7f7f7;
}
.alum-a-lift-slider h4{
  padding-top:10px; 
  text-transform:uppercase !important; 
  font-weight:700; 
  font-size:18px;
  font-style: italic
}
.alum-a-lift-section{
  border-bottom:20px 
  solid #fff;
  padding-top:120px; 
  margin-bottom:20px
}
.alum-a-lift-section h1{
  color:#da4747
}
.alum-a-lift-section p{
  color:#373737; 
  text-align:justify
}
.alum-a-lift-section a{
  color:#252525 !important; 
  font-weight:700
}
#scrollUp {
  position: fixed;
  right: 40px;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  bottom: 40px;
  background-color: #e81010;
  color: #ffffff;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  z-index: 15962536; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      right: 20px;
      bottom: 20px; } }
  #scrollUp:focus, #scrollUp:hover {
    background-color: #000000;
    color: #ffffff; }

/* :: 6.0 Buttons Area CSS */
#close{
  cursor:pointer;
  font-size:20px;
  margin-top:5px;
}
.fixed-logo{
  padding-top:65px
}
@media only screen and (max-width: 767px) {
 .fixed-logo {
  padding-top:90px !important } }
.btn:focus {
  box-shadow: none; }

.equip-btn {
  position: relative;
  z-index: 1;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff; 
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  overflow: hidden; }
  .equip-btn i {
    margin-left: 5px; }
  .equip-btn::before {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    content: '';
    background-image: -webkit-linear-gradient(135deg, #ffffffe1 0%,  #e81010e0 65%);
    background-image: -ms-linear-gradient(135deg,rgba(255, 255, 255, 0.945) 0%, rgba(232, 16, 16, 0.959) 65%);
    background-image: linear-gradient(135deg,rgba(255, 255, 255, 0.945), rgba(232, 16, 16, 0.959) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffe1, endColorstr=#e81010e0);
    z-index: -2; }
  .equip:focus, .equip-btn:hover, .equip-btn:visited, .equip-btn:visited:after {
    font-weight: 600;
    background-color: #e81010e0;
    color: #ffffff;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }
    .equip-btn:focus::before, .equip-btn:hover::before {
      left: 110%; }
      

@-webkit-keyframes buttonIcon {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes buttonIcon {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.equip-btn-2 {
  position: relative;
  z-index: 1;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  border-radius: 23px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .equip-btn-2 i {
    margin-left: 4px; }
  .equip-btn-2.btn-2 {
    color: #111343; }
  .equip-btn-2:focus, .equip-btn-2:hover {
    font-weight: 500;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    background-color: #e43535;
    color: #ffffff; }

/* :: 7.0 Header Area CSS */

.effect{
  position: relative;
  color: #fff;
  text-decoration: none;
}

 .effect:hover {
  color:#e97272 !important;
  font-weight: 500 !important;
}

    @media only screen and (min-width: 360px) and (max-width: 576px) {
       .video-container {
          height: 10vh;
        }
    }
    @media only screen and (min-width: 576px) and (max-width: 768px) {
       .video-container {
          height: 36vh;
        }
    }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
       .video-container {
          height: 50vh;
        }
    }@media only screen and (min-width: 992px) and (max-width: 1200px) {
        .video-container {
          height: 63vh;
        }
    }@media only screen and (min-width: 1200px) and (max-width: 1400px) {
        .video-container {
          height: 76vh;
        }
    }@media only screen and (min-width: 1400px) {
        .video-container {
          height: 89vh;
        }
    }

   .tp-technology-video {
        position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: fill; 
      z-index: 1; 
    }
    .tp-technology-content {
      position: relative;
      z-index: 1;
      color: white;
      font-family: Arial, sans-serif;
      text-align: center;
    }
    @media only screen and (min-width: 360px) and (max-width: 576px) {
        .tp-technology-content {
        padding-top: 150px;
        }
    }
    @media only screen and (min-width: 576px) and (max-width: 768px) {
        .tp-technology-content {
        padding-top: 280px;
        }
    }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
        .tp-technology-content {
        padding-top: 350px;
        }
    }@media only screen and (min-width: 992px) and (max-width: 1200px) {
        .tp-technology-content {
        padding-top: 480px;
        }
    }@media only screen and (min-width: 1200px) and (max-width: 1400px) {
        .tp-technology-content {
        padding-top: 600px;
        }
    }@media only screen and (min-width: 1400px) {
        .tp-technology-content {
        padding-top: 800px;
        }
    }
    
/* .effect:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #e43535;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.effect:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}  */
#carousel {
  width:800px;
  height: 300px;
  display: relative;
}
#carousel img {
  display: hidden; /* hide images until carousel prepares them */
  cursor: pointer; /* not needed if you wrap carousel items in links */
}
.play-button{
  width:300px;
  height:300px;}@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .play-button{
    width:250px;
    height:250px; }
  }@media only screen and (max-width: 767px) {
     .play-button {
      width:200px;
      height:200px;  }
}
.play-button:hover{
    cursor: pointer;
}
.classy-nav-container {
  background-color: #252525;
  padding: 0; }
  .classy-nav-container .classy-navbar {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 45px;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar .nav-brand {
        max-width: 170px;
        margin-right: 5px; }
    }
    .classy-nav-container .classy-navbar .classynav ul li a {
      font-size: 10.5px;
      text-transform: uppercase;
      color: #fff;
      font-weight:500;
      margin-left:3px;
      padding: 0 3px; }
      .classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
        color: #e81010; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 8.5px;
          margin-left:2px;
          padding: 0 2px;  } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 13.5px;
          margin-left:22px;
          padding: 0 2px;
          color: #252525; }
          .classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
            color: #e81010; } }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 13.5px;
          margin-left:15px;
          color: #252525; }
          .classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
            color: #e81010; }
            .classy-nav-container .classy-navbar .nav-brand {
              margin-left: 20px; }
          } 
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
      font-size: 13.5px;
      text-transform: uppercase;
      height: 42px;
      line-height: 42px;
      padding: 0 15px;
      color: #ffffff; }
      .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:hover {
        color: #ff3737; }
    .classy-nav-container .classy-navbar .classynav ul li.active a {
      color: #ff3737; }

.classynav ul li.has-down > a::after,
.classynav ul li.has-down.active > a::after,
.classynav ul li.megamenu-item > a::after {
  color: #fff; }

.breakpoint-off .classynav ul li .dropdown,
.breakpoint-off .classynav ul li .megamenu {
  width: 250px;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  border-radius: 1px; 
  margin-top:2px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important}

.breakpoint-off .classynav ul li .megamenu {
  width: 100%;
  padding-top: 10px !important }

.classy-navbar-toggler .navbarToggler span {
  background-color: #ffffff; }

.header-area {
  background-color: #f7f7f7;
  position: fixed;
  z-index: 999;
  width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .header-area.sticky {
    background-color: #f7f7f7;
    -webkit-box-shadow: 0px 6px 18px -2px rgba(0, 0, 0, 0.58);
    -moz-box-shadow: 0px 6px 18px -2px rgba(0, 0, 0, 0.58);
    box-shadow: 0px 6px 18px -2px rgba(0, 0, 0, 0.58);}
    .header-area.sticky .classy-navbar-toggler .navbarToggler span {
      background-color: #ffffff; }
    .header-area.sticky .active a{
      color: #e43535 !important;
    }
    .header-area.sticky a:hover{
      color: #e81010 !important;
    }
     
    .header-area.sticky .classy-navbar {
      height: 45px; }
.container{
  padding-left: 0px !important;
}
.lang-dropdown{
  border:none !important;
}
.dropdown{
  background-color: rgba(37, 37, 37, 0.658) !important; 
}
.header-up{
  font-size:14px; 
  background-color: #f7f7f7 
  }.header-up .social-media a{
    color:#252525; 
    margin-right:8px;
    }.header-up .social-media a:hover{
      color:#e43535;
  }.header-up .contact-field{
    text-align:right
    }.header-up .contact-field a:hover{
      color:#e43535;
    }.header-up .contact-field a{
      color:#545454; 
      margin-right:14px
  }@media only screen and (max-width: 767px) {
    .header-up .contact-field{
      text-align:left;
      margin-left:5px
    }
    .header-up .social-media{
      margin-left:4px
    }
  }
  .szecsenyi-top-picutes-left{
    position: fixed;
    top:7%;
    left:0%;
    width: 380px;
    display:flex;
    flex-direction:column;
    z-index:100
  }@media only screen and (min-width: 481px) and (max-width: 767px) {
    .szecsenyi-top-picutes-left {
      width: 300px;
      top:9%; } }
      @media only screen and (max-width: 480px) {
    .szecsenyi-top-picutes-left{
      width: 150px;
      top:14%;}}
  .szecsenyi-top-picutes{
    position: fixed;
    top:5%;
    right:0%;
    width: 315px;
    display:flex;
    flex-direction:column;
    z-index:100
  }@media only screen and (min-width: 481px) and (max-width: 767px) {
    .szecsenyi-top-picutes {
      width: 200px;
      top:8%; } }
      @media only screen and (max-width: 480px) {
    .szecsenyi-top-picutes{
      width: 130px;
      top:13%;}}
  .icons{
    /*border: 2px solid black;*/
    position: fixed;
    top:30%;
    right:0%;
    width: 315px;
    display:flex;
    flex-direction:column;
    z-index:100
}.icons a{
    border-radius:50px 0px 0px 50px;
    text-decoration:none;
    text-transform:uppercase;
    padding: 10px;
    font-size:18px;
    font-weight:700;
    margin: 2px;
    text-align:left;
    transform: translate(250px,0px);
    transition: all 0.5s;
}.icons a:hover{
    color:#fff;
    transform:translate(0px,0px)
}
.icons a i{
    margin-right: 20px;
    margin-left: 14px; 
    /*background-color:#FFF;*/
    height:40px;
    width: 40px;
    /*font-size:21px;*/
    color:#fff;
    text-align:center;
    line-height: 40px;
    border-radius: 50%;
}.icons a i.icon_info_alt{
    background-color:#252525;
}
.icons a i.icon_film{
    background-color:rgb(223, 29, 29);
}
.new-product{
    background-color:#252525;
    color:#FFF;
}.product-videos{
    background-color:rgb(223, 29, 29);
    color:#FFF
}  
/* :: 8.0 Hero Area CSS */
.welcome-area {
  position: relative;
  z-index: 1; }
  .welcome-area .icon-scroll {
    width: 26px;
    height: 39px;
    position: absolute;
    z-index: 999999;
    left: 50%;
    bottom: 40px;
    margin-left: -13px;
    -webkit-box-shadow: inset 0 0 0 2px #ffffff;
    box-shadow: inset 0 0 0 2px #ffffff;
    border-radius: 25px;
    opacity: 0.75;
    cursor: pointer; }
    .welcome-area .icon-scroll::before {
      position: absolute;
      z-index: 999999;
      content: '';
      width: 6px;
      height: 6px;
      background: #ffffff;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 8px;
      border-radius: 4px;
      -webkit-animation: iconScroll linear 1200ms infinite;
      animation: iconScroll linear 1200ms infinite; }

@-webkit-keyframes iconScroll {
  0% {
    top: 8px;
    opacity: 1; }
  50% {
    opacity: 0;
    top: 23px; }
  100% {
    top: 8px;
    opacity: 0; } }
@keyframes iconScroll {
  0% {
    top: 8px;
    opacity: 1; }
  50% {
    opacity: 0;
    top: 23px; }
  100% {
    top: 8px;
    opacity: 0; } }
.welcome-slides {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .welcome-slides .owl-prev,
  .welcome-slides .owl-next {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 50%;
    position: absolute;
    width: 46px;
    height: 46px;
    top: 50%;
    left: 70px;
    margin-top: -33px;
    z-index: 10;
    text-align: center;
    line-height: 44px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 34px; }
    .welcome-slides .owl-prev:hover, .welcome-slides .owl-prev:focus,
    .welcome-slides .owl-next:hover,
    .welcome-slides .owl-next:focus {
      background-color: rgba(255, 255, 255, 0.849);
      color: #252525; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .welcome-slides .owl-prev,
      .welcome-slides .owl-next {
        left: 30px; } }
    @media only screen and (max-width: 767px) {
      .welcome-slides .owl-prev,
      .welcome-slides .owl-next {
        width: 40px;
        left: 15px;
        height: 40px;
        font-size: 18px;
        line-height: 38px; } }
        @media only screen and (max-width: 575px) {
          .welcome-slides .owl-prev,
          .welcome-slides .owl-next {
            /* display: none; */
            top:77%;
          } }
  .welcome-slides .owl-next {
    left: auto;
    right: 70px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .welcome-slides .owl-next {
        right: 30px; } }
    @media only screen and (max-width: 767px) {
      .welcome-slides .owl-next {
        right: 15px; } }

.single-welcome-slide {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 850px;
  background-color: #fff; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-welcome-slide {
      height: 800px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-welcome-slide {
      height: 800px; } }
  @media only screen and (max-width: 767px) {
    .single-welcome-slide {
      height: 700px; } }
  .single-welcome-slide .welcome-text {
    position: relative;
    z-index: 1; }
    .single-welcome-slide .welcome-text h2 {
      position: relative;
      z-index: 1;
      font-weight: 700;
      margin-top:30px;
      font-size: 70px;
      text-transform: uppercase;
      display: block;
      margin-bottom: 10px;
      color: #ffffff; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 60px; } }
      @media only screen and (max-width: 767px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 30px;} }
          @media only screen and (max-width: 479px) {
            .single-welcome-slide .welcome-text h2 {
              margin-left: 15px;
            } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 42px; } }
      .single-welcome-slide .welcome-text h2::after {
        position: absolute;
        content: "";
        height: 23px;
        width: 400px;
        top: 67px;
        right: 5px;
        z-index: -1; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-welcome-slide .welcome-text h2::after {
            top: 40px;
            height: 15px; } }
        @media only screen and (max-width: 767px) {
          .single-welcome-slide .welcome-text h2::after {
            top: 45px;
            height: 20px;
            right: 0;
            width: 240px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          .single-welcome-slide .welcome-text h2::after {
            top: 20px; } }
    .single-welcome-slide .welcome-text h6 {
      color: #fff;
      margin-bottom: 30px;
      text-transform: uppercase;
      display: inline-block;
      border-radius: 5px;
      font-weight: 600;
      background-color: rgb(223, 29, 29);
      padding: 10px 10px 5px;;
      font-size: 23px; }
      .single-welcome-slide .welcome-text p {
        color: #fff;
        font-size: 19px;
        margin-top: -20px;
        margin-left: 15px; 
        border-radius: 5px; 
        padding:0px 5px 0px 10px;
        font-weight: 600;
        }
        .single-welcome-slide .welcome-text .slash-cropped{
          position: relative;
          bottom: 8px;
          font-size: 45px;
        }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-welcome-slide .welcome-text .slash-cropped{
          position: relative;
          bottom: 4px !important;
          font-size: 37px;
        }
        .single-welcome-slide .welcome-text p {
          font-size:17px;
          margin-left:25px;
        }
        .single-welcome-slide .welcome-text h6 {
          margin-left:10px; } }
      @media only screen and (max-width: 767px) {
        .hero-btn-group{
          margin-left:7px;
        }
        .single-welcome-slide .welcome-text p {
          font-size:13px;
          margin-left:30px;
          
        }
        .single-welcome-slide .welcome-text .slash-cropped{
          position: relative;
          bottom: 5px;
          font-size: 27px;
        }
        .single-welcome-slide .welcome-text h6 {
          font-size: 17px;
          margin-left: 15px; } }
        @media only screen and (max-width: 479px) {
          .single-welcome-slide .welcome-text h6 {
            font-size: 13px}
          .single-welcome-slide .welcome-text .slash-cropped{
            position: relative;
            bottom: 2px;
            font-size: 20px;
          }
        }

    .single-welcome-slide .welcome-text .hero-mail-contact {
      color: #ffffff;
      font-style: italic;
      text-decoration: underline; }
      .single-welcome-slide .welcome-text .hero-mail-contact:hover, .single-welcome-slide .welcome-text .hero-mail-contact:focus {
        color: #e435358f; }
  .single-welcome-slide .welcome-text-two {
    position: relative;
    z-index: 1; }
    .single-welcome-slide .welcome-text-two h5 {
      font-size: 40px;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .single-welcome-slide .welcome-text-two h5 {
          font-size: 20px; } }
    .single-welcome-slide .welcome-text-two h2 {
      font-size: 90px;
      color: #ffffff;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      font-weight: 700; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-welcome-slide .welcome-text-two h2 {
          font-size: 62px; } }
      @media only screen and (max-width: 767px) {
        .single-welcome-slide .welcome-text-two h2 {
          font-size: 30px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .single-welcome-slide .welcome-text-two h2 {
          font-size: 42px; } }
    .single-welcome-slide .welcome-text-two .event-meta {
      position: relative;
      z-index: 1;
      margin-bottom: 40px; }
      .single-welcome-slide .welcome-text-two .event-meta .event-date {
        margin-left:55px !important }
      .single-welcome-slide .welcome-text-two .event-meta a {
        color: #ffffff;
        margin-right: 40px; }
        @media only screen and (max-width: 767px) {
          .single-welcome-slide .welcome-text-two .event-meta a {
            margin-right: 10px;
            font-size: 12px; }
            .single-welcome-slide .welcome-text-two .event-meta .event-date {
              margin-left:30px !important } }
        @media only screen and (max-width: 300px) and (max-width: 766px) {        
        .single-welcome-slide .welcome-text-two .event-meta .event-date {
         margin-left:18px !important } }
        .single-welcome-slide .welcome-text-two .event-meta a i {
          margin-right: 5px; }

/* :: Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  padding-top:35px;
  background-color: #252525; }
  .footer-area .row {
    margin-left: -30px;
    margin-right: -30px; }
    @media only screen and (max-width: 767px) {
      .footer-area .row {
        margin-left: -5px;
        margin-right: -15px; } }
    .footer-area .row .col-12 {
      padding-left: 30px;
      padding-right: 30px; }
      @media only screen and (max-width: 767px) {
        .footer-area .row .col-12 {
          padding-left: 20px;
          padding-right: 15px; } }

.main-footer-area {
  position: relative;
  z-index: 1; }
  .main-footer-area .single-footer-widget .widget-title {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px; }
    .main-footer-area .single-footer-widget .b-custom{
      border-bottom: 2px solid #e81010 !important;
      margin-top:-10px;
      margin-bottom: 20px;
      width: 20%;
    }
  .main-footer-area .single-footer-widget p {
    color: #fff;
    font-size: 14px; }
    .main-footer-area .single-footer-widget p i {
      margin-right: 5px; }
  .main-footer-area .single-footer-widget .footer-logo {
    display: block;
    margin-bottom: 20px; }
  .main-footer-area .single-footer-widget .social-info a {
    height: 34px;
    width: 34px;
    /* border: 1px solid #e81010; */
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    background-color: #535353;
    color: #ffffff;
    font-size: 15px;
    margin-right: 8px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    .main-footer-area .single-footer-widget .social-info a:hover, .main-footer-area .single-footer-widget .social-info a:focus {
      background-color: #88888a;
      border-color: #e81010; }
  .main-footer-area .single-footer-widget .footer-contact-info {
    position: relative;
    z-index: 1; }
    .main-footer-area .single-footer-widget .footer-contact-info i{
      color:#e81010;
      font-size: 20px;
    }
    .main-footer-area .single-footer-widget .footer-contact-info p {
      margin-bottom: 13px; }
      .main-footer-area .single-footer-widget .footer-contact-info p:last-child {
        margin-bottom: 0; }
  .main-footer-area .single-footer-widget .footer-nav {
    position: relative;
    z-index: 1; }
    .main-footer-area .single-footer-widget .footer-nav li i{
      color:#e81010;
      font-size: 20px;
      margin-right: 8px;
    }
    .main-footer-area .single-footer-widget .footer-nav li a {
      color: #fff;
      font-size: 14px;
      margin-bottom: 15px;
      display: inline-block;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
      .main-footer-area .single-footer-widget .footer-nav li a:hover, .main-footer-area .single-footer-widget .footer-nav li a:focus {
        color: #ffffff; }
    .main-footer-area .single-footer-widget .footer-nav li:last-child a {
      margin-bottom: 0; }
  .main-footer-area .single-footer-widget .footer-gallery .row {
    margin-right: -5px;
    margin-left: -5px; }
    .main-footer-area .single-footer-widget .footer-gallery .row .col-12{
      margin-right: 5px;
      margin-left: 5px;
      padding: 0px;
      margin-bottom:15px;
      border-bottom: 1px solid #4b4b4b }
      .main-footer-area .single-footer-widget .footer-gallery .row .col-12 p{
        margin: 0;
      }
      .main-footer-area .single-footer-widget .footer-gallery .row .col-12 .single-footer-date{
        margin-left: 4px;
        font-size: 13px;
        color: #b6b6b6;
        padding-bottom: 8px;
      }
    .main-footer-area .single-footer-widget .footer-gallery .row .col-4 {
      padding-left: 5px;
      padding-right: 5px; }
    .main-footer-area .single-footer-widget .footer-gallery a img {
      border-radius: 5px;
      width: 100%;
      height: 100%; }

.copywrite-content {
  border-top: 1px solid #e81010;
  padding: 15px 0; }
  @media only screen and (max-width: 767px) {
    .copywrite-content {
      text-align: center; } }
  .copywrite-content .copywrite-text p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .copywrite-content .copywrite-text p {
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .copywrite-content .copywrite-text p {
        font-size: 12px; } }
    .copywrite-content .copywrite-text p a {
      color: #ffffff;
      font-weight: 400; }
  .copywrite-content .footer-menu {
    position: relative;
    z-index: 1; }
    .copywrite-content .footer-menu .nav {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media only screen and (max-width: 767px) {
        .copywrite-content .footer-menu .nav {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .copywrite-content .footer-menu .nav li {
        margin-right: 20px; }
        .copywrite-content .footer-menu .nav li:last-child {
          margin-right: 0; }
        .copywrite-content .footer-menu .nav li a {
          color: #ffffff;
          font-size: 14px;
          font-weight: 400; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .copywrite-content .footer-menu .nav li a {
              font-size: 12px; } }
          @media only screen and (max-width: 767px) {
            .copywrite-content .footer-menu .nav li a {
              font-size: 12px; } }
          .copywrite-content .footer-menu .nav li a i {
            position: relative;
            z-index: 1;
            top: -2px;
            font-size: 6px;
            margin-right: 2px;
            color: #e81010; }
          .copywrite-content .footer-menu .nav li a:hover, .copywrite-content .footer-menu .nav li a:focus {
            color: #ffffff; }

          
.list-square{
  list-style: square inside !important;
  
}
.marketing-paragraph{
  color:#252525;
  font-weight:600;
}
.customi-rot{
  margin-top: 25px; 
  text-align:justify !important;
}
.customi-rot th{
  padding-left: 22px;
  width: 50% !important;
}
/* Download Page */
.download-area{
  padding:4% 0% 4% 0%; 
  margin-bottom:20px;
}
.download-area .download-cont h2{
  text-transform:uppercase; 
  padding-top:5%; 
  font-weight:700; 
  font-size:24px
}
.download-area .download-cont .d-divider{
  border-bottom: 2px solid #e81010; 
  margin-bottom: 15px;
  width: 100%;
}
.download-area .download-cont p{
  color:#252525;
}
.dwn-other{
  margin-left:7%;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .download-cont{
    margin-left:0% !important;
    padding-top:40px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .dwn-other{
    margin-left:0% !important;
    padding-top:40px;
  }
}
.test-sys{
  padding-left:11%;
}
@media only screen and (max-width: 767px) {  
.test-sys{
  padding-left:0%;
  }
}
.big-text h1{
  color:#252525; 
  text-shadow: 3px 2px 10px #c9c9c9; 
  text-transform: uppercase; 
  font-weight:700;
  font-size: 45px;
}
@media only screen and (max-width: 767px){
  .big-text h1{
  font-size: 32px;
  }
}
.video{
  padding-top:220px;
}
.video .pd-r{
  padding-right:11%;
}
.video .pd-l{
  padding-left:9%;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px){
  .video .pd-r{
    padding-right:4%;
  }
}
@media only screen and (max-width: 1200px){
  .video .pd-r{
    padding-right:1%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px){
  .video .pd-l{
    padding-left:3%;
  }
}
@media only screen and (max-width: 1200px){
  .video .pd-l{
    padding-left:1%;
  }
}
@media only screen and (max-width: 767px){
  .video{
    padding-top:0px !important;
  }
}
@media only screen and (max-width: 767px){
  .video .pd-r{
    padding-top:6%;
  }
}
@media only screen and (max-width: 767px){
  .video .pd-l{
    padding-bottom:6%;
  }
}
@media only screen and (max-width: 767px){
  .probe-text .divir{
    visibility: hidden;
  } 
}
.vid{
  width:560px; 
  height:380px;
  -webkit-box-shadow: 0px 13px 60px -14px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 13px 60px -14px rgba(0,0,0,0.55);
  box-shadow: 0px 13px 60px -14px rgba(0,0,0,0.55);
}
.probe-text .divir{
  border-bottom: 2px solid #e81010 !important;
  margin-top:-10px;
  margin-bottom: 20px;
  width: 20%;
}   

.welcome-eq-area {
  position: relative;
  z-index: 1;
  text-align:justify;
  background-color: #fff;
  background-repeat: no-repeat; }
  .welcome-eq-area .welcome-content-text{
    background-color: rgba(255, 255, 255, 0.712);
    padding-left:20px;
    margin-left:0px;
    border-radius: 5px;
    padding-top:10px;
  }
  .welcome-eq-area .welcome-content-text h6 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #e81010;
    margin-bottom: 20px;
    padding-bottom: 5px;
    display: inline-block; }
  .welcome-eq-area .welcome-content-text h3 {
    font-size: 35px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* margin-bottom: 20px; */
   }
   .welcome-eq-area .welcome-content-text .slog{
    color:#000000; 
    margin-top:-10px !important; 
    font-weight: 500;
    margin-bottom:10px;
   }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .welcome-eq-area .welcome-content-text{
        background-color: rgba(255, 255, 255, 0.712) !important;
        padding-right:15px;
      }
      .welcome-eq-area .welcome-content-text h3 {
        font-size: 32px;} }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #fake{
        display: none !important;
      }
      .welcome-eq-area .welcome-content-text{
        background-color: rgba(255, 255, 255, 0.712) !important;
        padding-right:15px;
        width: 650px;
      }
      .welcome-eq-area .welcome-content-text h3 {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .welcome-eq-area .welcome-content-text{
        background-color: rgba(255, 255, 255, 0.712) !important;
        padding-right:15px;
      }
      .welcome-eq-area .welcome-content-text h3 {
        font-size: 22px; } }
        @media only screen and (min-width: 360px) and (max-width: 767px) {
          .welcome-eq-area {
            background-repeat: repeat !important;
          } }
  .welcome-eq-area .welcome-content-text p {
    color: #252525; }

/* :: World Area CSS*/

    .world-features-area {
      position: relative;
      z-index: 1;
      background-color: #252525;}
      .world-features-area .feature-pattern {
        position: absolute;
        width: 100%;
        bottom: -15px;
        left: 0;
        right: 0;
        z-index: 1; }
        .world-features-area .feature-pattern img {
          width: 100%; }
          .world-features-area .single-feature-area{
            margin-left: 60px;
          }
    .single-feature-area {
      position: relative;
      z-index: 1; }
      .single-feature-area .feature-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 80px;
        max-width: 150px;
        margin-right: 20px;
        width: 150px; }
        @media only screen and (max-width: 767px) {
          .single-feature-area .feature-icon {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 60px;
            flex: 0 0 60px;
            max-width: 60px;
            width: 60px; } }
        .single-feature-area .feature-icon i {
          font-size: 42px;
          color: #e43535; }
      .single-feature-area .feature-text h5 {
        text-transform: uppercase !important;
        font-size: 26px;
        background-color:#e43535;
        padding: 10px;
        width: 200px;
        font-weight: 900 !important;
        color: #fff !important;
        margin-bottom: 5px;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms; }
      .single-feature-area .feature-text p {
        margin-bottom: 0;
        color: #353535 }
         .world-features-area {
      position: relative;
      z-index: 1;
      background-color: #252525;}
      .world-features-area .feature-pattern {
        position: absolute;
        width: 100%;
        bottom: -15px;
        left: 0;
        right: 0;
        z-index: 1; }
        .world-features-area .feature-pattern img {
          width: 100%; }
          .world-features-area .single-feature-area{
            margin-left: 60px;
          }
    .single-feature-area {
      position: relative;
      z-index: 1; }
      .single-feature-area .feature-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 80px;
        max-width: 150px;
        margin-right: 20px;
        width: 150px; }
        @media only screen and (max-width: 767px) {
          .single-feature-area .feature-icon {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 60px;
            flex: 0 0 60px;
            max-width: 60px;
            width: 60px; } }
        .single-feature-area .feature-icon i {
          font-size: 42px;
          color: #e43535; }
      .single-feature-area .feature-text h5 {
        text-transform: uppercase !important;
        font-size: 26px;
        background-color:#e43535;
        padding: 10px;
        width: 200px;
        font-weight: 900 !important;
        color: #fff !important;
        margin-bottom: 5px;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms; }
      .single-feature-area .feature-text p {
        margin-bottom: 0;
        color: #353535 }
/*Prodcuts*/
.product-features-area{
  position: relative;
  z-index: 1;
  background-color: #252525;
  padding-top:50px; 
  margin-bottom:20px;

}
.product-features-area .product-text h1{
  color:#252525; 
  text-transform: uppercase; 
  font-weight:700;
  font-size: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-features-area .product-text h1{
    font-size: 40px;
  }
}@media only screen and (min-width: 768px) and (max-width: 991px){
    .product-features-area .product-text h1{
      font-size: 35px;
    }
  }@media only screen and (max-width: 767px){
    .product-features-area .product-text h1{
      font-size: 33px;
    }
    .product-features-area img{
      margin-top:15px;
    }
  }
.product-features-area .product-text h6{
  color:#e43535; 
  text-transform: uppercase; 
  font-weight:700;
  font-size: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-features-area .product-text h6{
    font-size: 21px;
  }
}@media only screen and (min-width: 768px) and (max-width: 991px){
  .product-features-area .product-text h6{
    font-size: 17px;
  }
}@media only screen and (max-width: 767px){
  .product-features-area .product-text h6{
    font-size: 16px;
  }
}
.product-features-area .product-text p{
  color:#252525; 
  font-size:19px; 
  font-weight:600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-features-area .product-text p{
      font-size: 16px;
    }
}@media only screen and (min-width: 768px) and (max-width: 991px){
  .product-features-area .product-text p{
    font-size: 14px;
  }
}@media only screen and (max-width: 767px){
  .product-features-area .product-text p{
    font-size: 14px;
  }
}
.product-features-area .product-text a{
  margin-left:0px !important
}

  .product-features-area .feature-pattern {
    position: absolute;
    width: 100%;
    bottom: -15px;
    left: 0;
    right: 0;
    z-index: 1; }
    .product-features-area .product-feature-pattern img {
      width: 100%; }

.product-feature-area {
  position: relative;
  z-index: 1; }

  .product-feature-area .product-feature-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    max-width: 130px;
    margin-right: 20px;
    width: 130px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .product-feature-area{
        text-align: center;
      }
    }
    @media only screen and (max-width: 767px) {
      .product-feature-area .product-feature-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px;
        width: 60px; } }
        
  .product-feature-area .product-feature-text h5 {
    text-transform: uppercase !important;
    font-size: 26px;
    background-color:#e43535;
    padding: 10px;
    width: 295px;
    border-radius: 2px;
    font-weight: 900 !important;
    color: #fff;
    margin-bottom: 5px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (max-width: 440px) {
      .product-feature-area .product-feature-text h5 {  
      width: 190px;}

    }
  .product-feature-area .product-feature-text p{
    margin-bottom: 0;
    margin-top:20px;
    color: #353535;
    text-align: justify; }


/*Croos Area*/
.bg-overlay-red {
  position: relative;
  z-index: 1; }
  .bg-overlay-red::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: -webkit-linear-gradient(60deg, rgba(255, 72, 0, 0.404) 0%, #ffffff 110%);
    background-image: -ms-linear-gradient(60deg, rgba(255, 72, 0, 0.404) 0%, #ffffff 100%); }
.cross-features-area{
  position: relative;
  z-index: 1;
  background-image: url(wp-content/img/succ.jpg);
  background-size: cover;
}
  .cross-features-area .single-feature-area p{
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: 500;
    text-align: center;

  }
  .cross-features-area .cit-feature-area p{
    color: #000000;
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
  }
  /* Since 18*/
  .since-eq-area{
    position: relative;
    z-index: 1;
    background-image: url(wp-content/img/probes.jpg);
    background-size: cover;
    height: 80% !important;
  }
    .since-eq-area .single-feature-area p{
      color: #fff;
      font-size: 100px;
      line-height: 1;
      text-transform: uppercase;
      font-weight: 800;
  
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .since-eq-area .single-feature-area p {
        font-size: 70px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .since-eq-area .single-feature-area p {
        font-size: 50px;
        padding-left: 20px; }
    }
    @media only screen and (max-width: 479px) {
      .since-eq-area .single-feature-area p {
        font-size: 50px;
        text-align: center; }
    }
/* Blog*/
/* :: 14.0 Blog Area CSS */
.eq-blog-area{
background-color: #f7f7f7
}
.eq-blog-area .row {
  margin-left: -20px;
  margin-right: -20px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .eq-blog-area .row {
      margin-right: -15px; } }

  @media only screen and (max-width: 767px) {
    .eq-blog-area .row {
      margin-left:10px;
      margin-right: -15px; } }
  .eq-blog-area .row .col-12 {
    padding-left: 20px;
    padding-right: 20px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .eq-blog-area .row .col-12 {
        padding-left: 25px;
        padding-right: 15px; } }
    @media only screen and (max-width: 767px) {
      .eq-blog-area .row .col-12 {
        padding-left: 25px;
        padding-right: 15px; } }

.single-blog-area {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
  -webkit-box-shadow: 12px 12px 25px -6px rgba(0,0,0,0.2);
  -moz-box-shadow: 12px 12px 25px -6px rgba(0,0,0,0.2);
  box-shadow: 12px 12px 25px -6px rgba(0,0,0,0.2);
  transition: transform .4s ease-in-out; }
  .single-blog-area .single-blog-thumb {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
   }
  .single-blog-area:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: transform .4s ease-in-out;
   }
    .single-blog-area .single-blog-thumb img {
      border-radius: 10px 10px 0 0;
      -webkit-transition-duration: 800ms;
      -o-transition-duration: 800ms;
      transition-duration: 800ms; }
  .single-blog-area .single-blog-text {
    background-color: #f6f6f6;
    padding: 30px 30px 50px 30px;
    border-radius: 0 0 0px 10px; }
    .single-blog-area .single-blog-text .blog-title {
      font-size: 18px;
      font-weight: 600;
      color: #111343;
      text-transform: uppercase;
      margin-bottom: 5px;
      display: inline-block;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
      .single-blog-area .single-blog-text .blog-title:hover, .single-blog-area .single-blog-text .blog-title:focus {
        color: #e43535; }
    .single-blog-area .single-blog-text .post-meta {
      margin-bottom: 15px; }
      .single-blog-area .single-blog-text .post-meta a {
        color: #e43535;
        font-size: 14px;
        margin-right: 20px;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms; }
        .single-blog-area .single-blog-text .post-meta a i {
          margin-right: 5px; }
        .single-blog-area .single-blog-text .post-meta a:last-child {
          margin-right: 0; }
        .single-blog-area .single-blog-text .post-meta a:hover, .single-blog-area .single-blog-text .post-meta a:focus {
          color: #e43535; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-blog-area .single-blog-text .post-meta a {
            margin-right: 15px;
            font-size: 12px; } }
        @media only screen and (max-width: 767px) {
          .single-blog-area .single-blog-text .post-meta a {
            margin-right: 15px;
            font-size: 12px; } }
    .single-blog-area .single-blog-text p {
      color: #353535;
      margin-bottom: 0; }
  .single-blog-area.style-2 {
    background-color: #ffffff;
    box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15); }

.blog-btn {
  position: absolute;
  z-index: 22;
  bottom: -25.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .blog-btn a {
    height: 51px;
    width: 51px;
    background-image: -webkit-linear-gradient(135deg, #ffffff 0%,  #e81010 65%);
    background-image: -webkit-linear-gradient(135deg, #ffffff 0%,  #e81010 65%);
    text-align: center;
    border-radius: 50%;
    line-height: 49px;
    color: #ffffff;
    font-size: 25px;
    display: inline-block; }

/* :: 11.0 Counter Area CSS */
.welcome-eq-area {
  position: relative;
  z-index: 1; }
  .welcome-eq-area .countdown-up-area {
    position: relative;
    z-index: 1; }
    .welcome-eq-area .countdown-up-area .countdown-content-text h4 {
      font-size: 20px;
      color: #000;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .welcome-eq-area .countdown-up-area .countdown-content-text h4 {
          font-size: 16px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .welcome-eq-area .countdown-up-area .countdown-content-text h4 {
          font-size: 14px; } }
    .welcome-eq-area .countdown-up-area .countdown-timer #clock {
      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;
      color: #e43535; }
      .welcome-eq-area .countdown-up-area .countdown-timer #clock div {
        font-size: 50px;
        font-weight: 600;
        padding: 20px 5px;
        width: 20%;
        margin: 0 15px;
        border: 2px solid #c7c7c7;
        text-align: center;
        line-height: 1; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .welcome-eq-area .countdown-up-area .countdown-timer #clock div {
            font-size: 42px !important;
            margin: 0 10px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .welcome-eq-area .countdown-up-area .countdown-timer #clock div {
            font-size: 30px;
            margin: 0 5px; } 
           }
        @media only screen and (max-width: 767px) {
          .welcome-eq-area .countdown-up-area .countdown-timer #clock div {
            font-size: 16px;
            margin: 0 2px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          .welcome-eq-area .countdown-up-area .countdown-timer #clock div {
            font-size: 24px; } }
        .welcome-eq-area .countdown-up-area .countdown-timer #clock div .counter-text {
          margin-top: 5px;
          font-size: 18px;
          color: #000;
          font-weight: 500;
          display: block; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .welcome-eq-area .countdown-up-area .countdown-timer #clock div .counter-text {
              font-size: 16px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .welcome-eq-area .countdown-up-area .countdown-timer #clock div .counter-text {
              font-size: 12px; } }
          @media only screen and (max-width: 767px) {
            .welcome-eq-area .countdown-up-area .countdown-content-text{
              text-align: center;
            }
            .welcome-eq-area .countdown-up-area .countdown-timer #clock div .counter-text {
              font-size: 10px; } }
          @media only screen and (min-width: 480px) and (max-width: 767px) {
            .welcome-eq-area .countdown-up-area .countdown-timer #clock div .counter-text {
              font-size: 10px; } }
          @media only screen and (max-width: 479px) {
            .welcome-eq-area .countdown-up-area .countdown-timer #clock div .counter-text {
              font-size: 8px; }}

/* Probes*/
.probe-category{
  margin:0px 20px 20px 20px;
}
.probe-category .probe-text h1{
  text-transform: uppercase; 
  font-weight:700;
  font-size:45px;
}@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .probe-category .probe-text h1{
    font-size:38px;
  }
} @media only screen and (min-width: 768px) and (max-width: 991px) {
  .probe-category .probe-text h1{
    font-size:34px;
  }
} @media only screen and (max-width: 767px) {
  .probe-category .probe-text{
    text-align: center !important;
  }
  .probe-category .probe-text h1{
    font-size:31px;
  }
}
.h1-custom{
  color:#252525; 
  text-transform: uppercase; 
  font-weight:700;
  font-size: 45px; 
  margin-bottom:0px !important; 
  padding-top:40px
}
.h2-custom{
  background-color: rgb(80, 187, 30);
   font-size:22px; 
   text-transform:uppercase; 
   font-weight:700; 
   margin-bottom:0px !important;  
   padding: 10px 10px 5px; 
   display: inline-block;  
   border-radius: 5px; 
   color: #fff;
}
.btn-custom{
  color: #e81010; 
  border:none !important; 
  background-color:transparent
}
.probe-category .probe-text h2{
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 5px;
  font-weight: 700;
  padding: 10px 10px 5px;;
  font-size: 21px;
}@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .probe-category .probe-text h2{
    font-size:18px;
  }
}@media only screen and (min-width: 768px) and (max-width: 991px) {
  .probe-category .probe-text h2{
    font-size:17px;
  }
}@media only screen and (max-width: 767px) {
  .probe-category .probe-text h2{
    font-size:15px;
  }
}
.probe-category .probe-text h6{
  text-transform: uppercase; 
  font-weight:700;
  font-size: 32px;
}@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .probe-category .probe-text h6{
    font-size:28px;
  }
}@media only screen and (min-width: 768px) and (max-width: 991px) {
  .probe-category .probe-text h6{
    font-size:26px;
  }
}@media only screen and (max-width: 767px) {
    .probe-category .probe-text h6{
      font-size:23px;
    }
  }
.download-link{
  text-align: right;
}  
@media only screen and (max-width: 767px) {  
.download-link{
  text-align: center !important;
  }
}

.probe-category .probe-text .probe-button{
  border:none; 
  background:transparent;
  margin-left:10px; 
  color:#e42b2b; 
  font-weight: 500; 
  font-size:16px
}

.sidebar-content .right-side{
  padding: 0px !important;
}
.sidebar-content .right-side p{
  font-size:12px; 
  padding:0; 
  color:#6e6e6e;
}
.sidebar-content .nav-link:hover{
  background-color: #fff !important;
}
/* :: 15.0 Widget Area CSS */
.single-widget-area {
  position: relative;
  z-index: 1;
  margin-bottom: 60px; }
  .single-widget-area:last-child {
    margin-bottom: 0; }
  .single-widget-area .widget-title {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #111343; }
  .single-widget-area .search-widget {
    position: relative;
    z-index: 1; }
    .single-widget-area .search-widget form {
      position: relative;
      z-index: 1; }
      .single-widget-area .search-widget form input {
        color: #5d5e8d;
        width: 100%;
        height: 40px;
        border: none;
        border-bottom: 1px solid #9293bc;
        font-size: 14px; }
      .single-widget-area .search-widget form button {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 0;
        right: 0;
        z-index: 120;
        border: none;
        background-color: transparent;
        font-size: 18px;
        color: #5d5e8d; }
  .single-widget-area .categories-list li a {
    display: block;
    color: #5d5e8d;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400; }
  .single-widget-area .categories-list li:last-child a {
    margin-bottom: 0; }
  .single-widget-area .tag-cloud li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px; }
    .single-widget-area .tag-cloud li a {
      display: inline-block;
      padding: 5px 15px;
      border: 1px solid #dbdcf1;
      border-radius: 30px;
      font-size: 16px;
      font-weight: 400;
      color: #5d5e8d; }
      .single-widget-area .tag-cloud li a:hover, .single-widget-area .tag-cloud li a:focus {
        border-color: #f5a603; }
  .single-widget-area .sidebar-gallery .row {
    margin-right: -5px;
    margin-left: -5px; }
    .single-widget-area .sidebar-gallery .row .col-4 {
      padding-left: 5px;
      padding-right: 5px; }
  .single-widget-area .sidebar-gallery a {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100%; }
    .single-widget-area .sidebar-gallery a img {
      border-radius: 5px;
      width: 100%; }
    .single-widget-area .sidebar-gallery a::before {
      background: #f5a603;
      background-image: -webkit-linear-gradient(120deg, rgba(255, 0, 0, 0.562) 0%, #f5a603 100%);
      background-image: -ms-linear-gradient(120deg, rgba(255, 0, 0, 0.562) 0%, #f5a603 100%);
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms;
      border-radius: 5px; }
    .single-widget-area .sidebar-gallery a:hover::before {
      visibility: visible;
      opacity: 0.8; }
  .single-widget-area .post-author-widget {
    position: relative;
    z-index: 1;
    padding: 45px 30px;
    border-radius: 10px;
    box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
    text-align: center; }
    .single-widget-area .post-author-widget .post-author-avatar {
      position: relative;
      z-index: 1;
      width: 115px;
      height: 115px;
      border-radius: 50%;
      background: #f5a603;
      background-image: -webkit-linear-gradient(120deg, rgba(255, 0, 0, 0.562) 0%, #f5a603 100%);
      background-image: -ms-linear-gradient(120deg, rgba(255, 0, 0, 0.562) 0%, #f5a603 100%);
      padding: 4px;
      margin: 0 auto 20px; }
      .single-widget-area .post-author-widget .post-author-avatar img {
        border-radius: 50%; }
    .single-widget-area .post-author-widget .post-author-content h5 {
      font-size: 18px;
      margin-bottom: 5px;
      color: #111343; }
    .single-widget-area .post-author-widget .post-author-content span {
      font-size: 14px;
      margin-bottom: 15px;
      display: block;
      color: #f5a603 }
    .single-widget-area .post-author-widget .post-author-content p {
      font-size: 16px;
      font-weight: 400;
      color: #5d5e8d; }
    .single-widget-area .post-author-widget .author-social-info a {
      display: inline-block;
      width: 34px;
      height: 34px;
      border: 1px solid #ebebf3;
      border-radius: 50%;
      line-height: 32px;
      font-size: 14px;
      margin: 0 5px; }
      .single-widget-area .post-author-widget .author-social-info a:hover, .single-widget-area .post-author-widget .author-social-info a:focus {
        background-color: #505add;
        border-color: #505add;
        color: #ffffff; }

.single-recent-post-area {
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }
  .single-recent-post-area:last-child {
    margin-bottom: 0; }
  .single-recent-post-area .post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 84px;
    flex: 0 0 84px;
    max-width: 84px;
    width: 84px;
    border-radius: 5px;
    margin-right: 15px; }
    .single-recent-post-area .post-thumb img {
      border-radius: 5px; }
  .single-recent-post-area .post-content .post-title {
    display: block;
    color: #111343;
    font-size: 16px;
    margin-bottom: 5px; }
  .single-recent-post-area .post-content .post-date {
    display: block;
    font-size: 14px;
    color: #9293bc; }


/* :: 19.0 Tehnologies Area CSS */
.our-sponsor-client-area {
  position: relative;
  z-index: 1;
  background-color: #ffb013; }

.our-sponsor-area {
  position: relative;
  z-index: 1;
  width: 100%; }
  .our-sponsor-area .single-sponsor {
    border: 1px solid #000;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    height: 240px;
    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;
    margin-left: -1px;
    margin-top: -1px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .our-sponsor-area .single-sponsor {
        height: 200px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .our-sponsor-area .single-sponsor {
        height: 150px; } }
    @media only screen and (max-width: 767px) {
      .our-sponsor-area .single-sponsor {
        height: 80px; } }
    .our-sponsor-area .single-sponsor a img {
      -webkit-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms;
      max-height: 110px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .our-sponsor-area .single-sponsor a img {
          max-height: 90px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .our-sponsor-area .single-sponsor a img {
          max-height: 50px; } }
      @media only screen and (max-width: 767px) {
        .our-sponsor-area .single-sponsor a img {
          max-height: 30px; } }
    .our-sponsor-area .single-sponsor:hover a img, .our-sponsor-area .single-sponsor:focus a img {
      transform: scale(1.1); }

/* :: 20.0 Contact Area CSS */
.contact-our-area {
  position: relative;
  z-index: 1;
  background-image: url(assets/img/map.jpg); }
  .contact-our-area .contact-information .single-contact-info {
    margin-bottom: 25px; }
    .contact-our-area .contact-information .single-contact-info p {
      color: #9293bc;
      margin-bottom: 5px; }
    .contact-our-area .contact-information .single-contact-info h6 {
      font-size: 18px;
      color: #000;
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .contact-our-area .contact-information .single-contact-info h6 {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .contact-our-area .contact-information .single-contact-info h6 {
          font-size: 14px; } }
    .contact-our-area .contact-information .single-contact-info:last-child {
      margin-bottom: 0; }
  .contact-our-area .contact_from_area {
    background-color:#fff;
    padding: 30px;
    border-radius: 10px; }

.form-group .form-control {
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  background-color: transparent;
  border-right: none;
  border-top: none;
  border-left: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  font-size: 15px;
  text-transform: capitalize;
  color: rgb(63, 57, 57);
  font-weight: 600;
  padding-left: 0; }
  .form-group .form-control:focus {
    box-shadow: none; }
  .form-group .form-control:active, .form-group .form-control:focus {
    border-bottom-color: #f5a603; }
.form-group textarea.form-control {
  height: 80px; }

  .probe-features-area {
    position: relative;
    z-index: 1;}
    .probe-features-area .feature-pattern {
      position: absolute;
      width: 100%;
      bottom:-15px;
      left: 0;
      right: 0;
      z-index: 1; }
      .probe-features-area h1{
        margin-top: 70px;
      }
      .probe-features-area .probe-feature-img {
        background-size: cover;
        height: 630px;
        width: 100%; }
        .probe-features-area .probe-feature-img h5{
          color: #fff;
          padding:50px 0px 0px 30px;
          font-size: 30px;
          font-weight: 700;
        }
  .probe-feature-area {
    position: relative;
    z-index: 1; }
    .probe-feature-area .probe-feature-icon {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
      flex: 0 0 130px;
      max-width: 130px;
      margin-right: 20px;
      width: 130px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .probe-feature-area{
          text-align: center;
        }
      }
      @media only screen and (max-width: 767px) {
        .probe-feature-area .probe-feature-icon {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 60px;
          flex: 0 0 60px;
          max-width: 60px;
          width: 60px; } }
    .probe-feature-area .probe-feature-text h5 {
      text-transform: uppercase !important;
      font-size: 26px;
      background-color:#e43535;
      padding: 10px;
      width: 295px;
      border-radius: 2px;
      font-weight: 900 !important;
      color: #fff;
      margin-bottom: 5px;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
    .probe-feature-area .probe-feature-text p{
      margin-bottom: 0;
      margin-top:20px;
      color: #353535;
      text-align: justify; }

.visi{
  border:none !important;
}
.support-text{
  padding-left:12%
}
.support-text2{
  padding-left:10.5%
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .support-google-map{
    width: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support-google-map{
    width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .support-google-map{
    width: 480px;
  }
}
@media only screen and (max-width: 1199px){
  .support-text{
    padding-left:1% !important;
  }
}
@media only screen and (max-width: 767px) {
  .support-text{
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1199px){
  .support-text2{
    padding-left:1% !important;
  }
}
@media only screen and (max-width: 767px) {
  .support-text2{
    padding-bottom: 30px;
  }
}
/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Box zoom */
.zoom-feature-parent {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;

}
.zoom-feature-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.zoom-feature-parent:hover .zoom-feature-img, .zoom-feature-parent:focus .zoom-feature-img {
  -ms-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
}

.zoom-feature-img:before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(52,73,94,0.75);
}

.img-container {
  width: 100%;
  max-width:1024px;
  margin: 0 auto;
  padding:0;
}

.img360 {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
  cursor: pointer;
}

.img-container img {
  width: 100%;
  margin: 0;
  padding: 0;
}

#preload-imgs {
  display:none;
}
.map-details{
  color:#373737; 
  text-align:justify ;
}
.map-det-center{
  color:#373737; 
  text-align:center ;
}
.support-compname{
  color: #252525;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
  padding:5px 0px 5px 0px;
}
/* 404 Error*/

#notfound {
  position: relative;
  height: 100vh;
  background-color: #f7f7f7;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 240px;
}

.notfound .notfound-404 h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0px;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
  margin-top: 20px;
}

.notfound .notfound-404 h1>span {
  text-shadow: -8px 0px 0px #fff;
}

.notfound .notfound-404 h3 {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  margin: 0px;
  letter-spacing: 3px;
  padding-left: 6px;
}

.notfound h2 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-top: 20px;
  margin-bottom: 25px;
}
.notfound a {
  display: inline-block;
  text-transform: uppercase;
  color: #e43535;
  text-decoration: none;
  border: 2px solid;
  background: transparent;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  color: #252525;
}
@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 200px;
  }
  .notfound .notfound-404 h1 {
    font-size: 200px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 162px;
  }
  .notfound .notfound-404 h1 {
    font-size: 162px;
    height: 150px;
    line-height: 162px;
  }
  .notfound h2 {
    font-size: 16px;
  }
}
/* Right side-bar */
.fl-fl {
  background: #252525;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 4px;
  width: 305px;
  border-radius: 3px;
  position: fixed;
  right: -250px;
  z-index: 1000;
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all 1s ease;
}

.fl-fl2 {
  background: #252525;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 2px 15px 4px;
  width: 305px;
  border-radius: 3px;
  position: fixed;
  right: -250px;
  font-size: 13px;
  z-index: 1000;
  font-weight: 700;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all 1s ease;
}


#bellas {
  font-size: 28px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}
#cart{
  font-size: 25px;
  color: #fff;
  padding: 12px 0;
  width: 80px;
  margin-left: 8px;
  margin-right: 12px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl2:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}
.fl-fl2 a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 30px!important;
  vertical-align: top!important;
}


.float-ico {
  top: 130px;
}

.float-ico2 {
  /*top: 190px;*/
  top:186px;
}
.bell{
  display:inline-block;
  color: #fff;
  margin:1px auto 0;
  -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 1% 4px;
}


.contact-container {
  width: 100%;
  /*   padding-top: 20%; */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* Popup */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(148, 148, 148, 0.651);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container {
  overflow-x: hidden;
  border: none;
  position: relative;
  width: 82% !important;
  max-width: 82% !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #f7f7f7;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: none;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-container .logo{
  width:150px; 
  height:70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-popup-container .logo{
    width:100px; 
    height:50px;
  }
}
@media only screen and (max-width: 767px) {
  .cd-popup-container .logo{
    width:70px; 
    height:35px;
  }
}
.cd-popup-container h1{
  text-transform:uppercase; 
  font-weight:700;
  font-size: 35px;
  margin-left:-75px;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cd-popup-container h1{
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-popup-container h1{
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .cd-popup-container h1{
    font-size: 12px;
    margin-left:-40px;
  }
}
#closed{
  pointer-events:none; 
  font-size:30px; 
  font-weight:600;
}
.cd-popup-container p {
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cd-popup-container {
    margin: 20px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-popup-container {
    margin: 15px auto;
  }
}
@media only screen and (max-width: 767px) {
  .cd-popup-container {
    margin: 10px auto;
  }
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

.cd-close-button {
  color: #545454;
  border-bottom: none;
  z-index: 1000;
}

.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 2em auto;
  }
}
.box-shadower{
  -webkit-box-shadow: -2px 3px 24px 3px rgba(0,0,0,0.44);
  -moz-box-shadow: -2px 3px 24px 3px rgba(0,0,0,0.44);
  -ms-transform: -2px 3px 24px 3px rgba(0,0,0,0.44);
  -o-transform: -2px 3px 24px 3px rgba(0,0,0,0.44);
   box-shadow: -2px 3px 24px 3px rgba(0,0,0,0.44);
}


/* Szechenyi 2020 */ 

.szechenyi-2020{
  padding-top:200px;
}
.szechenyi-2020 h1{
  text-transform:uppercase; 
}
.szechenyi-2020 h2{
  text-transform:uppercase; 
  font-size:26px
}
.szechenyi-2020 p{
  color:#252525; 
  text-align:justify;
}
.szechenyi-2020-logo{
  padding-top :40px;
  width:35%; 
  height:35%;
}
.szechenyi-2020-body{
  padding:100px 100px 0px 100px; 
}
.szechenyi-2020-body p{
  color:#252525;
  text-align:justify
}
.szechenyi-2020-body2{
  padding:50px 100px 0px 100px; 
}
.szechenyi-2020-body2 p{
  color:#252525;
  text-align:justify
}
.szechenyi-2020-body2 .Sajtoskoz{
  color:#252525; 
  font-weight:600
}
.szechenyi-2020-pictures{
  padding:50px 100px 20px 85px;
}
.szechenyi-2020-footer{
  padding:20px 100px 0px 0px
}
label:hover {
  cursor: text !important;
}

/* Contact Form */
.contact-form {
  background: #f7f7f7 !important;
  height: auto;
  margin: 100px auto;
  max-width: 82%;
  overflow: hidden !important;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: rgba(26, 26, 26, 0.1) 0 1px 3px 0;
  -webkit-box-shadow: rgba(26, 26, 26, 0.1) 0 1px 3px 0;
  box-shadow: rgba(26, 26, 26, 0.1) 0 1px 3px 0;
}
/* FLashRunner*/
.flash-title-h1{
  color:#000; 
  text-transform: uppercase; 
  font-weight:700; 
  font-size: 45px;
}
.flash-title-h4{
  color:#fff;
  font-weight:700; 
  border-bottom:2px solid #da4747; 
  text-transform:uppercase
}
.flash-cards{
  background-color:#252525; 
  color:#fff; 
  text-align:left !important; 
  border-radius:5px;
  margin:10px;
  padding:10px
}
.flash-div{
  border-bottom:20px 
  solid #fff; 
  padding-top:60px
}
.flash-div-h1{
  font-size: 36px; 
  color:#252525 !important
}
.flash-span{
  color:#373737; 
  text-align:left; 
  padding-bottom:10px
}
.flash-h1-avaible{
  text-transform:uppercase;
  font-weight:700; 
  padding-left:5%; 
  text-decoration: underline;
  text-decoration-color:#da4747; 
  margin-bottom:30px
}
.td-bold{
  font-weight:700
}
/* 11. Career Portal */
.job-card{
  padding:15px 15px 15px 15px;
  -webkit-box-shadow: 3px 7px 29px 0px rgba(37,37,37,0.54);
  -moz-box-shadow: 3px 7px 29px 0px rgba(37,37,37,0.54);
  box-shadow: 3px 7px 29px 0px rgba(37,37,37,0.54);
}
.job-card h2{
  font-size:22px; 
  color:#ff3737; 
  text-transform:uppercase; 
  font-weight:700;
}
.job-card p{
  color:#252525
}
.job-card p i{
  font-size:13px; 
  margin-right:4px
}
.job-card button{
  border:none !important; background-color:transparent; 
  color:#e43535;
  font-weight:600
}
.job-offers{
  padding:15px 15px 15px 15px;
}
.job-offers h2{
  font-size:20px; 
  color:#ff3737; 
  text-transform:uppercase; 
  font-weight:700;
}
.job-offers i{
  font-size:13px; 
  margin-right:4px
}
.job-offers .job-desc{
  margin-top:15px; 
  margin-bottom:15px;
}
.job-offers p{
  color: #252525
}
.job-offers .job-desc li{
  list-style-type: circle !important; 
  list-style-position: inside !important
}
.login-form-error{
  color:#e81010
}
.job-submit-form{
  border:1px solid #d9d9d9; 
  padding:15px 15px 15px 15px;
}
.job-submit-form h2{
  font-size:20px; 
  color:#ff3737; 
  text-transform:uppercase; 
  font-weight:700;
}
.job-submit-form p{
  color:#252525
}
.job-submit-form .mr-35{
  margin-top:35px
}
.job-submit-form .mr-10{
  margin-top:10px
}
@media only screen and (max-width: 576px){
  .mr4-10{
    margin:10px !important;
  }
  .normal-h1{
    font-size: 32px;
  }
  .job-offers h2{
    font-size:16px; 
  }
}
@media (max-width: 500px) {
  .contact-form {
    margin: 0;
    padding-top: 1em;
    width: 100% !important;
    max-width: 100% !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: rgba(26, 26, 26, 0.1) 0 0px 0px 0;
    -webkit-box-shadow: rgba(26, 26, 26, 0.1) 0 0px 0px 0;
    box-shadow: rgba(26, 26, 26, 0.1) 0 0px 0px 0;
  }
}
/* Szechenyi palyazatok */
.ginop-2020 h1{
  text-transform:uppercase; 
  font-weight:700; 
  margin-top:40px; 
  font-size:32px
}
.ginop-2020 p{
  color:#252525;
}
.ginop-2020 .mrt-50{
  margin-top:50px
}
.ginop-2020 .p-20{
  padding:20px
}
.confirmation-form{
  display: none !important;
  padding-left:100px;
}
.confirmation-form-show{
  display: flex !important;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  background: rgba(0,0,0,0.50);
  z-index:9999;
}
#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

/* CSS Keyframe Animations for Cloud background */

@-webkit-keyframes DriftingClouds {
  0%        { background-position: 0 0; }
  100%    { background-position: -1456px 0; }
}

@-moz-keyframes DriftingClouds {
  0%        { background-position: 0 0; }
  100%    { background-position: -1456px 0; }
}

@-ms-keyframes DriftingClouds {
  0%        { background-position: 0 0; }
  100%    { background-position: -1456px 0; }
}

@-o-keyframes DriftingClouds {
  0%        { background-position: 0 0; }
  100%    { background-position: -1456px 0; }
}

@keyframes DriftingClouds {
  0%        { background-position: 0 0; }
  100%    { background-position: -1456px 0; }
}

/* #wrapper {
  -webkit-animation: DriftingClouds 10s linear infinite;
  -moz-animation: DriftingClouds 10s linear infinite;
  -ms-animation: DriftingClouds 10s linear infinite;
  -o-animation: DriftingClouds 10s linear infinite;
  animation: DriftingClouds 10s linear infinite;
} */
.login-form {
  width: 340px;
  margin: 50px auto;
  z-index: 1050;
  position: fixed;
}
.equip-btn-none {
  position: relative;
  z-index: 1;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff; 
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  overflow: hidden; }
  .equip-btn-none i {
    margin-left: 5px; }
  .equip-btn-none::before {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    content: '';
    background-image: -webkit-linear-gradient(135deg, #ffffffe1 0%,  #e81010e0 65%);
    background-image: -ms-linear-gradient(135deg,rgba(255, 255, 255, 0.945) 0%, rgba(232, 16, 16, 0.959) 65%);
    background-image: linear-gradient(135deg,rgba(255, 255, 255, 0.945), rgba(232, 16, 16, 0.959) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffe1, endColorstr=#e81010e0);
    z-index: -2; }
  .equip-btn-none:focus, .equip-btn-none:hover, .equip-btn-none:visited, .equip-btn-none:visited:after {
    font-weight: 600;
    background-color: #e81010e0;
    color: #ffffff;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }
    .equip-btn-none:focus::before, .equip-btn-none:hover::before {
      left: 110%; }

#request-close{
  cursor:pointer;
  font-size:20px;
  margin-top:5px;
}
/*Snackbar*/
#snackbar {
  /*text-transform: uppercase;*/
  text-transform: uppercase;
  visibility: hidden;
  background: #da4747;
  color: #fff;
  font-weight: 700;
  border-radius: 23px;
  padding: 1.5vw;
  position: fixed;
  z-index: 999;
  bottom: 3vw;
  font-size: 1.2vw;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: INC 0.5s, OUT 0.5s 3.5s;
  animation: INC 0.5s, OUT 0.5s 3.5s;
}
/*SNACKBAR ANIMATION*/
@-webkit-keyframes INC {
  from,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 3000px, 0);
      transform: translate3d(0, 3000px, 0);
  }

  60% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
  }

  75% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
  }

  90% {
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0);
  }

  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}

@keyframes INC {
  from,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 3000px, 0);
      transform: translate3d(0, 3000px, 0);
  }

  60% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
  }

  75% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
  }

  90% {
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0);
  }

  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes OUT {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}
  to {opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}
}

@keyframes OUT {
  40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}
  to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes ring {
  0% { -webkit-transform: rotateZ(0); }
  1% { -webkit-transform: rotateZ(30deg); }
  3% { -webkit-transform: rotateZ(-28deg); }
  5% { -webkit-transform: rotateZ(34deg); }
  7% { -webkit-transform: rotateZ(-32deg); }
  9% { -webkit-transform: rotateZ(30deg); }
  11% { -webkit-transform: rotateZ(-28deg); }
  13% { -webkit-transform: rotateZ(26deg); }
  15% { -webkit-transform: rotateZ(-24deg); }
  17% { -webkit-transform: rotateZ(22deg); }
  19% { -webkit-transform: rotateZ(-20deg); }
  21% { -webkit-transform: rotateZ(18deg); }
  23% { -webkit-transform: rotateZ(-16deg); }
  25% { -webkit-transform: rotateZ(14deg); }
  27% { -webkit-transform: rotateZ(-12deg); }
  29% { -webkit-transform: rotateZ(10deg); }
  31% { -webkit-transform: rotateZ(-8deg); }
  33% { -webkit-transform: rotateZ(6deg); }
  35% { -webkit-transform: rotateZ(-4deg); }
  37% { -webkit-transform: rotateZ(2deg); }
  39% { -webkit-transform: rotateZ(-1deg); }
  41% { -webkit-transform: rotateZ(1deg); }

  43% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
  0% { -moz-transform: rotate(0); }
  1% { -moz-transform: rotate(30deg); }
  3% { -moz-transform: rotate(-28deg); }
  5% { -moz-transform: rotate(34deg); }
  7% { -moz-transform: rotate(-32deg); }
  9% { -moz-transform: rotate(30deg); }
  11% { -moz-transform: rotate(-28deg); }
  13% { -moz-transform: rotate(26deg); }
  15% { -moz-transform: rotate(-24deg); }
  17% { -moz-transform: rotate(22deg); }
  19% { -moz-transform: rotate(-20deg); }
  21% { -moz-transform: rotate(18deg); }
  23% { -moz-transform: rotate(-16deg); }
  25% { -moz-transform: rotate(14deg); }
  27% { -moz-transform: rotate(-12deg); }
  29% { -moz-transform: rotate(10deg); }
  31% { -moz-transform: rotate(-8deg); }
  33% { -moz-transform: rotate(6deg); }
  35% { -moz-transform: rotate(-4deg); }
  37% { -moz-transform: rotate(2deg); }
  39% { -moz-transform: rotate(-1deg); }
  41% { -moz-transform: rotate(1deg); }

  43% { -moz-transform: rotate(0); }
  100% { -moz-transform: rotate(0); }
}

@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }

  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}

/*# sourceMappingURL=style.css.map */
