
body .has-animation .translate-zoomout-0 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
body .has-animation .translate-zoomout-5 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.05);
  -ms-transform: scale(0.05);
  transform: scale(0.05);
}
body .has-animation .translate-zoomout-10 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
}
body .has-animation .translate-zoomout-20 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
}
body .has-animation .translate-zoomout-30 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
}
body .has-animation .translate-zoomout-40 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}
body .has-animation .translate-zoomout-50 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
body .has-animation .translate-zoomin-0 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
body .has-animation .translate-zoomin-5 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
body .has-animation .translate-zoomin-10 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
body .has-animation .translate-zoomin-20 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
body .has-animation .translate-zoomin-30 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
body .has-animation .translate-zoomin-40 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
body .has-animation .translate-zoomin-50 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
body .has-animation .translate-left-10 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
body .has-animation .translate-left-20 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}
body .has-animation .translate-left-30 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}
body .has-animation .translate-left-40 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
}
body .has-animation .translate-left-50 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
body .has-animation .translate-left-75 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-75px);
  -ms-transform: translateX(-75px);
  transform: translateX(-75px);
}
body .has-animation .translate-left-100 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
body .has-animation .translate-right-10 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
body .has-animation .translate-right-20 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
body .has-animation .translate-right-30 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
body .has-animation .translate-right-40 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}
body .has-animation .translate-right-50 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
body .has-animation .translate-right-75 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(75px);
  -ms-transform: translateX(75px);
  transform: translateX(75px);
}
body .has-animation .translate-right-100 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
body .has-animation .translate-top-10 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
body .has-animation .translate-top-20 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
body .has-animation .translate-top-30 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
body .has-animation .translate-top-40 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
body .has-animation .translate-top-50 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
body .has-animation .translate-top-75 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-75px);
  -ms-transform: translateY(-75px);
  transform: translateY(-75px);
}
body .has-animation .translate-top-100 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}
body .has-animation .translate-bottom-10 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
body .has-animation .translate-bottom-20 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
body .has-animation .translate-bottom-30 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
body .has-animation .translate-bottom-40 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}
body .has-animation .translate-bottom-50 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
body .has-animation .translate-bottom-75 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(75px);
  -ms-transform: translateY(75px);
  transform: translateY(75px);
}
body .has-animation .translate-bottom-100 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
body .has-animation .translate-bottom-left-10 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px) translateX(-10px);
  -ms-transform: translateY(10px) translateX(-10px);
  transform: translateY(10px) translateX(-10px);
}
body .has-animation .translate-bottom-left-20 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px) translateX(-20px);
  -ms-transform: translateY(20px) translateX(-20px);
  transform: translateY(20px) translateX(-20px);
}
body .has-animation .translate-bottom-left-30 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px) translateX(-30px);
  -ms-transform: translateY(30px) translateX(-30px);
  transform: translateY(30px) translateX(-30px);
}
body .has-animation .translate-bottom-left-40 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px) translateX(-40px);
  -ms-transform: translateY(40px) translateX(-40px);
  transform: translateY(40px) translateX(-40px);
}
body .has-animation .translate-bottom-left-50 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px) translateX(-50px);
  -ms-transform: translateY(50px) translateX(-50px);
  transform: translateY(50px) translateX(-50px);
}
body .has-animation .translate-bottom-left-75 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(75px) translateX(-75px);
  -ms-transform: translateY(75px) translateX(-75px);
  transform: translateY(75px) translateX(-75px);
}
body .has-animation .translate-bottom-left-100 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px) translateX(-100px);
  -ms-transform: translateY(100px) translateX(-100px);
  transform: translateY(100px) translateX(-100px);
}
body .has-animation .translate-top-left-10 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px) translateX(-10px);
  -ms-transform: translateY(-10px) translateX(-10px);
  transform: translateY(-10px) translateX(-10px);
}
body .has-animation .translate-top-left-20 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px) translateX(-20px);
  -ms-transform: translateY(-20px) translateX(-20px);
  transform: translateY(-20px) translateX(-20px);
}
body .has-animation .translate-top-left-30 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px) translateX(-30px);
  -ms-transform: translateY(-30px) translateX(-30px);
  transform: translateY(-30px) translateX(-30px);
}
body .has-animation .translate-top-left-40 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-40px) translateX(-40px);
  -ms-transform: translateY(-40px) translateX(-40px);
  transform: translateY(-40px) translateX(-40px);
}
body .has-animation .translate-top-left-50 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50px) translateX(-50px);
  -ms-transform: translateY(-50px) translateX(-50px);
  transform: translateY(-50px) translateX(-50px);
}
body .has-animation .translate-top-left-75 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-75px) translateX(-75px);
  -ms-transform: translateY(-75px) translateX(-75px);
  transform: translateY(-75px) translateX(-75px);
}
body .has-animation .translate-top-left-100 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100px) translateX(-100px);
  -ms-transform: translateY(-100px) translateX(-100px);
  transform: translateY(-100px) translateX(-100px);
}
body .has-animation .translate-top-right-10 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px) translateX(10px);
  -ms-transform: translateY(-10px) translateX(10px);
  transform: translateY(-10px) translateX(10px);
}
body .has-animation .translate-top-right-20 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px) translateX(20px);
  -ms-transform: translateY(-20px) translateX(20px);
  transform: translateY(-20px) translateX(20px);
}
body .has-animation .translate-top-right-30 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px) translateX(30px);
  -ms-transform: translateY(-30px) translateX(30px);
  transform: translateY(-30px) translateX(30px);
}
body .has-animation .translate-top-right-40 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-40px) translateX(40px);
  -ms-transform: translateY(-40px) translateX(40px);
  transform: translateY(-40px) translateX(40px);
}
body .has-animation .translate-top-right-50 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50px) translateX(50px);
  -ms-transform: translateY(-50px) translateX(50px);
  transform: translateY(-50px) translateX(50px);
}
body .has-animation .translate-top-right-75 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-75px) translateX(75px);
  -ms-transform: translateY(-75px) translateX(75px);
  transform: translateY(-75px) translateX(75px);
}
body .has-animation .translate-top-right-100 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100px) translateX(100px);
  -ms-transform: translateY(-100px) translateX(100px);
  transform: translateY(-100px) translateX(100px);
}
body .transition-10,
body .transition-20,
body .transition-30,
body .transition-40,
body .transition-50,
body .transition-100,
body .transition-150,
body .transition-200,
body .transition-250,
body .transition-300,
body .transition-350,
body .transition-400,
body .transition-450,
body .transition-500,
body .transition-550,
body .transition-600,
body .transition-650,
body .transition-700,
body .transition-750,
body .transition-800,
body .transition-850,
body .transition-900,
body .transition-950,
body .transition-1000 {
  -webkit-transition: all 0.01s ease-out;
  -o-transition: all 0.01s ease-out;
  transition: all 0.01s ease-out;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body.loaded .has-animation .translate-zoomout-0,
body.loaded .has-animation .translate-zoomout-5,
body.loaded .has-animation .translate-zoomout-10,
body.loaded .has-animation .translate-zoomout-20,
body.loaded .has-animation .translate-zoomout-30,
body.loaded .has-animation .translate-zoomout-40,
body.loaded .has-animation .translate-zoomout-50,
body.loaded .has-animation .translate-zoomin-0,
body.loaded .has-animation .translate-zoomin-5,
body.loaded .has-animation .translate-zoomin-10,
body.loaded .has-animation .translate-zoomin-20,
body.loaded .has-animation .translate-zoomin-30,
body.loaded .has-animation .translate-zoomin-40,
body.loaded .has-animation .translate-zoomin-50 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
body.loaded .has-animation .translate-left-10,
body.loaded .has-animation .translate-left-20,
body.loaded .has-animation .translate-left-30,
body.loaded .has-animation .translate-left-40,
body.loaded .has-animation .translate-left-50,
body.loaded .has-animation .translate-left-75,
body.loaded .has-animation .translate-left-100,
body.loaded .has-animation .translate-right-10,
body.loaded .has-animation .translate-right-20,
body.loaded .has-animation .translate-right-30,
body.loaded .has-animation .translate-right-40,
body.loaded .has-animation .translate-right-50,
body.loaded .has-animation .translate-right-75,
body.loaded .has-animation .translate-right-100,
body.loaded .has-animation .translate-top-10,
body.loaded .has-animation .translate-top-20,
body.loaded .has-animation .translate-top-30,
body.loaded .has-animation .translate-top-40,
body.loaded .has-animation .translate-top-50,
body.loaded .has-animation .translate-top-75,
body.loaded .has-animation .translate-top-100,
body.loaded .has-animation .translate-bottom-10,
body.loaded .has-animation .translate-bottom-20,
body.loaded .has-animation .translate-bottom-30,
body.loaded .has-animation .translate-bottom-40,
body.loaded .has-animation .translate-bottom-50,
body.loaded .has-animation .translate-bottom-75,
body.loaded .has-animation .translate-bottom-100,
body.loaded .has-animation .translate-top-left-10,
body.loaded .has-animation .translate-top-left-20,
body.loaded .has-animation .translate-top-left-30,
body.loaded .has-animation .translate-top-left-40,
body.loaded .has-animation .translate-top-left-50,
body.loaded .has-animation .translate-top-left-75,
body.loaded .has-animation .translate-top-left-100,
body.loaded .has-animation .translate-top-right-10,
body.loaded .has-animation .translate-top-right-20,
body.loaded .has-animation .translate-top-right-30,
body.loaded .has-animation .translate-top-right-40,
body.loaded .has-animation .translate-top-right-50,
body.loaded .has-animation .translate-top-right-75,
body.loaded .has-animation .translate-top-right-100,
body.loaded .has-animation .translate-bottom-left-10,
body.loaded .has-animation .translate-bottom-left-20,
body.loaded .has-animation .translate-bottom-left-30,
body.loaded .has-animation .translate-bottom-left-40,
body.loaded .has-animation .translate-bottom-left-50,
body.loaded .has-animation .translate-bottom-left-75,
body.loaded .has-animation .translate-bottom-left-100 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
body.loaded .transition-10 {
  -webkit-transition: cubic-bezier(0, 1, 1, 1) 0.1s, opacity 0.3s;
  -o-transition: cubic-bezier(0, 1, 1, 1) 0.1s, opacity 0.3s;
  transition: cubic-bezier(0, 1, 1, 1) 0.1s, opacity 0.3s;
}
body.loaded .transition-20 {
  -webkit-transition: cubic-bezier(0, 1, 1, 1) 0.2s, opacity 0.3s;
  -o-transition: cubic-bezier(0, 1, 1, 1) 0.2s, opacity 0.3s;
  transition: cubic-bezier(0, 1, 1, 1) 0.2s, opacity 0.3s;
}
body.loaded .transition-30 {
  -webkit-transition: cubic-bezier(0, 1, 1, 1) 0.3s, opacity 0.3s;
  -o-transition: cubic-bezier(0, 1, 1, 1) 0.3s, opacity 0.3s;
  transition: cubic-bezier(0, 1, 1, 1) 0.3s, opacity 0.3s;
}
body.loaded .transition-40 {
  -webkit-transition: cubic-bezier(0, 1, 1, 1) 0.4s, opacity 0.3s;
  -o-transition: cubic-bezier(0, 1, 1, 1) 0.4s, opacity 0.3s;
  transition: cubic-bezier(0, 1, 1, 1) 0.4s, opacity 0.3s;
}
body.loaded .transition-50 {
  -webkit-transition: cubic-bezier(0, 1, 1, 1) 0.5s, opacity 0.3s;
  -o-transition: cubic-bezier(0, 1, 1, 1) 0.5s, opacity 0.3s;
  transition: cubic-bezier(0, 1, 1, 1) 0.5s, opacity 0.3s;
}
body.loaded .transition-100 {
  -webkit-transition: cubic-bezier(0, 1, 1, 1) 1s, opacity 0.3s;
  -o-transition: cubic-bezier(0, 1, 1, 1) 1s, opacity 0.3s;
  transition: cubic-bezier(0, 1, 1, 1) 1s, opacity 0.3s;
}
body.loaded .transition-150 {
  -webkit-transition: cubic-bezier(0, 1, 1, 1) 1.5s, opacity 0.3s;
  -o-transition: cubic-bezier(0, 1, 1, 1) 1.5s, opacity 0.3s;
  transition: cubic-bezier(0, 1, 1, 1) 1.5s, opacity 0.3s;
}
body.loaded .transition-200 {
  -webkit-transition: cubic-bezier(0, 1, 1, 1) 2s, opacity 0.3s;
  -o-transition: cubic-bezier(0, 1, 1, 1) 2s, opacity 0.3s;
  transition: cubic-bezier(0, 1, 1, 1) 2s, opacity 0.3s;
}
body.loaded .transition-250 {
  -webkit-transition: cubic-bezier(0, 1, 1, 1) 2.5s, opacity 0.3s;
  -o-transition: cubic-bezier(0, 1, 1, 1) 2.5s, opacity 0.3s;
  transition: cubic-bezier(0, 1, 1, 1) 2.5s, opacity 0.3s;
}
body.loaded .transition-300 {
  -webkit-transition: cubic-bezier(0, 1, 1, 1) 3s, opacity 0.3s;
  -o-transition: cubic-bezier(0, 1, 1, 1) 3s, opacity 0.3s;
  transition: cubic-bezier(0, 1, 1, 1) 3s, opacity 0.3s;
}
body.loaded .transition-350 {
  -webkit-transition: cubic-bezier(0, 1, 1, 1) 3.5s, opacity 0.3s;
  -o-transition: cubic-bezier(0, 1, 1, 1) 3.5s, opacity 0.3s;
  transition: cubic-bezier(0, 1, 1, 1) 3.5s, opacity 0.3s;
}
body.loaded .transition-400 {
  -webkit-transition: cubic-bezier(0, 1, 1, 1) 4s, opacity 0.3s;
  -o-transition: cubic-bezier(0, 1, 1, 1) 4s, opacity 0.3s;
  transition: cubic-bezier(0, 1, 1, 1) 4s, opacity 0.3s;
}
body.loaded .transition-450 {
  -webkit-transition: cubic-bezier(0, 1, 1, 1) 4.5s, opacity 0.3s;
  -o-transition: cubic-bezier(0, 1, 1, 1) 4.5s, opacity 0.3s;
  transition: cubic-bezier(0, 1, 1, 1) 4.5s, opacity 0.3s;
}
body.loaded .transition-500 {
  -webkit-transition: cubic-bezier(0, 1, 1, 1) 5s, opacity 0.3s;
  -o-transition: cubic-bezier(0, 1, 1, 1) 5s, opacity 0.3s;
  transition: cubic-bezier(0, 1, 1, 1) 5s, opacity 0.3s;
}
body.loaded .transition-550 {
  -webkit-transition: cubic-bezier(0, 1, 1, 1) 5.5s, opacity 0.3s;
  -o-transition: cubic-bezier(0, 1, 1, 1) 5.5s, opacity 0.3s;
  transition: cubic-bezier(0, 1, 1, 1) 5.5s, opacity 0.3s;
}
body.loaded .transition-600 {
  -webkit-transition: cubic-bezier(0, 1, 1, 1) 6s, opacity 0.3s;
  -o-transition: cubic-bezier(0, 1, 1, 1) 6s, opacity 0.3s;
  transition: cubic-bezier(0, 1, 1, 1) 6s, opacity 0.3s;
}
body.loaded .transition-650 {
  -webkit-transition: cubic-bezier(0, 1, 1, 1) 6.5s, opacity 0.3s;
  -o-transition: cubic-bezier(0, 1, 1, 1) 6.5s, opacity 0.3s;
  transition: cubic-bezier(0, 1, 1, 1) 6.5s, opacity 0.3s;
}
body.loaded .transition-700 {
  -webkit-transition: cubic-bezier(0, 1, 1, 1) 7s, opacity 0.3s;
  -o-transition: cubic-bezier(0, 1, 1, 1) 7s, opacity 0.3s;
  transition: cubic-bezier(0, 1, 1, 1) 7s, opacity 0.3s;
}
body.loaded .transition-750 {
  -webkit-transition: cubic-bezier(0, 1, 1, 1) 7.5s, opacity 0.3s;
  -o-transition: cubic-bezier(0, 1, 1, 1) 7.5s, opacity 0.3s;
  transition: cubic-bezier(0, 1, 1, 1) 7.5s, opacity 0.3s;
}
body.loaded .transition-800 {
  -webkit-transition: cubic-bezier(0, 1, 1, 1) 8s, opacity 0.3s;
  -o-transition: cubic-bezier(0, 1, 1, 1) 8s, opacity 0.3s;
  transition: cubic-bezier(0, 1, 1, 1) 8s, opacity 0.3s;
}
body.loaded .transition-850 {
  -webkit-transition: cubic-bezier(0, 1, 1, 1) 8.5s, opacity 0.3s;
  -o-transition: cubic-bezier(0, 1, 1, 1) 8.5s, opacity 0.3s;
  transition: cubic-bezier(0, 1, 1, 1) 8.5s, opacity 0.3s;
}
body.loaded .transition-900 {
  -webkit-transition: cubic-bezier(0, 1, 1, 1) 9s, opacity 0.3s;
  -o-transition: cubic-bezier(0, 1, 1, 1) 9s, opacity 0.3s;
  transition: cubic-bezier(0, 1, 1, 1) 9s, opacity 0.3s;
}
body.loaded .transition-950 {
  -webkit-transition: cubic-bezier(0, 1, 1, 1) 9.5s, opacity 0.3s;
  -o-transition: cubic-bezier(0, 1, 1, 1) 9.5s, opacity 0.3s;
  transition: cubic-bezier(0, 1, 1, 1) 9.5s, opacity 0.3s;
}
body.loaded .transition-1000 {
  -webkit-transition: cubic-bezier(0, 1, 1, 1) 10s, opacity 0.3s;
  -o-transition: cubic-bezier(0, 1, 1, 1) 10s, opacity 0.3s;
  transition: cubic-bezier(0, 1, 1, 1) 10s, opacity 0.3s;
}
body.loaded .transition-delay-0 {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
body.loaded .transition-delay-10 {
  -webkit-transition-delay: 0.01s;
  -o-transition-delay: 0.01s;
  transition-delay: 0.01s;
}
body.loaded .transition-delay-20 {
  -webkit-transition-delay: 0.02s;
  -o-transition-delay: 0.02s;
  transition-delay: 0.02s;
}
body.loaded .transition-delay-30 {
  -webkit-transition-delay: 0.03s;
  -o-transition-delay: 0.03s;
  transition-delay: 0.03s;
}
body.loaded .transition-delay-40 {
  -webkit-transition-delay: 0.04s;
  -o-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
body.loaded .transition-delay-50 {
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
body.loaded .transition-delay-100 {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
body.loaded .transition-delay-200 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
body.loaded .transition-delay-300 {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
body.loaded .transition-delay-400 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
body.loaded .transition-delay-500 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body.loaded .transition-delay-600 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
body.loaded .transition-delay-700 {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
body.loaded .transition-delay-800 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
body.loaded .transition-delay-900 {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
body.loaded .transition-delay-1000 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
body.loaded .transition-delay-1100 {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
body.loaded .transition-delay-1200 {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
body.loaded .transition-delay-1300 {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
body.loaded .transition-delay-1400 {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
body.loaded .transition-delay-1500 {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
body.loaded .transition-delay-1600 {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
body.loaded .transition-delay-1700 {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
body.loaded .transition-delay-1800 {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
body.loaded .transition-delay-1900 {
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
body.loaded .transition-delay-2000 {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
body.loaded .transition-delay-2100 {
  -webkit-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
body.loaded .transition-delay-2200 {
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
body.loaded .transition-delay-2300 {
  -webkit-transition-delay: 2.3s;
  -o-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
body.loaded .transition-delay-2400 {
  -webkit-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
body.loaded .transition-delay-2500 {
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
body.loaded .transition-delay-2600 {
  -webkit-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
body.loaded .transition-delay-2700 {
  -webkit-transition-delay: 2.7s;
  -o-transition-delay: 2.7s;
  transition-delay: 2.7s;
}
body.loaded .transition-delay-2800 {
  -webkit-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
body.loaded .transition-delay-2900 {
  -webkit-transition-delay: 2.9s;
  -o-transition-delay: 2.9s;
  transition-delay: 2.9s;
}
body.loaded .transition-delay-3000 {
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}
body.loaded .transition-delay-3100 {
  -webkit-transition-delay: 3.1s;
  -o-transition-delay: 3.1s;
  transition-delay: 3.1s;
}
body.loaded .transition-delay-3200 {
  -webkit-transition-delay: 3.2s;
  -o-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
body.loaded .transition-delay-3300 {
  -webkit-transition-delay: 3.3s;
  -o-transition-delay: 3.3s;
  transition-delay: 3.3s;
}
body.loaded .transition-delay-3400 {
  -webkit-transition-delay: 3.4s;
  -o-transition-delay: 3.4s;
  transition-delay: 3.4s;
}
body.loaded .transition-delay-3500 {
  -webkit-transition-delay: 3.5s;
  -o-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
body.loaded .transition-delay-3600 {
  -webkit-transition-delay: 3.6s;
  -o-transition-delay: 3.6s;
  transition-delay: 3.6s;
}
body.loaded .transition-delay-3700 {
  -webkit-transition-delay: 3.7s;
  -o-transition-delay: 3.7s;
  transition-delay: 3.7s;
}
body.loaded .transition-delay-3800 {
  -webkit-transition-delay: 3.8s;
  -o-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
body.loaded .transition-delay-3900 {
  -webkit-transition-delay: 3.9s;
  -o-transition-delay: 3.9s;
  transition-delay: 3.9s;
}
body.loaded .transition-delay-4000 {
  -webkit-transition-delay: 4s;
  -o-transition-delay: 4s;
  transition-delay: 4s;
}
body.loaded .transition-delay-4100 {
  -webkit-transition-delay: 4.1s;
  -o-transition-delay: 4.1s;
  transition-delay: 4.1s;
}
body.loaded .transition-delay-4200 {
  -webkit-transition-delay: 4.2s;
  -o-transition-delay: 4.2s;
  transition-delay: 4.2s;
}
body.loaded .transition-delay-4300 {
  -webkit-transition-delay: 4.3s;
  -o-transition-delay: 4.3s;
  transition-delay: 4.3s;
}
body.loaded .transition-delay-4400 {
  -webkit-transition-delay: 4.4s;
  -o-transition-delay: 4.4s;
  transition-delay: 4.4s;
}
body.loaded .transition-delay-4500 {
  -webkit-transition-delay: 4.5s;
  -o-transition-delay: 4.5s;
  transition-delay: 4.5s;
}
body.loaded .transition-delay-4600 {
  -webkit-transition-delay: 4.6s;
  -o-transition-delay: 4.6s;
  transition-delay: 4.6s;
}
body.loaded .transition-delay-4700 {
  -webkit-transition-delay: 4.7s;
  -o-transition-delay: 4.7s;
  transition-delay: 4.7s;
}
body.loaded .transition-delay-4800 {
  -webkit-transition-delay: 4.8s;
  -o-transition-delay: 4.8s;
  transition-delay: 4.8s;
}
body.loaded .transition-delay-4900 {
  -webkit-transition-delay: 4.9s;
  -o-transition-delay: 4.9s;
  transition-delay: 4.9s;
}
body.loaded .transition-delay-5000 {
  -webkit-transition-delay: 5s;
  -o-transition-delay: 5s;
  transition-delay: 5s;
}
body.loaded .transition-delay-5100 {
  -webkit-transition-delay: 5.1s;
  -o-transition-delay: 5.1s;
  transition-delay: 5.1s;
}
body.loaded .transition-delay-5200 {
  -webkit-transition-delay: 5.2s;
  -o-transition-delay: 5.2s;
  transition-delay: 5.2s;
}
body.loaded .transition-delay-5300 {
  -webkit-transition-delay: 5.3s;
  -o-transition-delay: 5.3s;
  transition-delay: 5.3s;
}
body.loaded .transition-delay-5400 {
  -webkit-transition-delay: 5.4s;
  -o-transition-delay: 5.4s;
  transition-delay: 5.4s;
}
body.loaded .transition-delay-5500 {
  -webkit-transition-delay: 5.5s;
  -o-transition-delay: 5.5s;
  transition-delay: 5.5s;
}
body.loaded .transition-delay-5600 {
  -webkit-transition-delay: 5.6s;
  -o-transition-delay: 5.6s;
  transition-delay: 5.6s;
}
body.loaded .transition-delay-5700 {
  -webkit-transition-delay: 5.7s;
  -o-transition-delay: 5.7s;
  transition-delay: 5.7s;
}
body.loaded .transition-delay-5800 {
  -webkit-transition-delay: 5.8s;
  -o-transition-delay: 5.8s;
  transition-delay: 5.8s;
}
body.loaded .transition-delay-5900 {
  -webkit-transition-delay: 5.9s;
  -o-transition-delay: 5.9s;
  transition-delay: 5.9s;
}
body.loaded .transition-delay-6000 {
  -webkit-transition-delay: 6s;
  -o-transition-delay: 6s;
  transition-delay: 6s;
}

html {
  height: 100%;
}
body {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 2;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #fbfbfb;
  background-color: #ffffff;
}
p {
  margin: 0 0 20px 0;
  color: #fbfbfb;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 20px 0;
  color: #111111;
}
h1,
h2 {
  line-height: 1.3;
}
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}
h1 {
  font-size: 66px;
} 
body .vegas-container {
    overflow: hidden!important;
    position: relative;
    height: 100vh !important;
} 
.site-logo {

  box-shadow: #06060682 0 5px 10px;
  padding: 6px 10px;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 41px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 320px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  font-size: 32px;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}
h3 {
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
  } 

.con-details {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.con-details .con-list {
  margin-right: 10px;
  max-width: 200px;
  margin-left: 18%;
} 
.con-details .con-list a {
 
  text-align: left;
  justify-content: start;
  margin-bottom: 5px;
} 
.fxt-template-layout1 .fxt-main-content .fxt-logo {
 
max-width: 76vw !important;

}
}
/*=======================================================================
2. Template Default Style
=========================================================================*/
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.loaded .wrapper {
  opacity: 1;
  visibility: visible;
}
.owl-carousel .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*========================================================================
3. Preloader Style
=========================================================================*/
body #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  overflow: hidden;
  display: block;
}
body #preloader img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
body.loaded #preloader {
  display: none;
}
/*========================================================================
4. Contact And Subscribe Form Style
=========================================================================*/
.modal.fade .modal-dialog {
  -webkit-transform: translate(0) scale(0);
  -ms-transform: translate(0) scale(0);
  transform: translate(0) scale(0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0) scale(1);
  -ms-transform: translate(0) scale(1);
  transform: translate(0) scale(1);
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog {
    padding: 0;
    width: 100%;
    max-width: 900px;
  }
}
.modal .modal-dialog .modal-content {
  border-radius: 10px;
  border: none;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  position: absolute;
  z-index: 1;
  right: 0;
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-header button {
  padding: 15px 25px;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal .modal-dialog .modal-content .modal-header button:focus {
  outline: none;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 80px 30px;
  text-align: center;
  min-height: 500px;
  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;
  z-index: 0;
}
.modal-backdrop {
  z-index: -1;
}
.fxt-subscribe-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.fxt-subscribe-wrap:before {
  content: "\f0f3";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -300px;
  font-size: 300px;
  color: #eeb704;
  opacity: 0.1;
  -webkit-animation: scaleOut 1s ease-in-out forwards;
  animation: scaleOut 1s ease-in-out forwards;
}
@media only screen and (max-width: 991px) {
  .fxt-subscribe-wrap:before {
    top: -250px;
    font-size: 200px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-subscribe-wrap:before {
    top: -210px;
    font-size: 150px;
  }
}
.fxt-subscribe-wrap .item-title {
  font-weight: 600;
  color: #111111;
  margin-bottom: 10px;
}
.fxt-subscribe-wrap p {
  color: #111111;
  margin-bottom: 40px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.fxt-subscribe-wrap .fxt-subscribe-form {
  position: relative;
  z-index: 1;
}
.fxt-subscribe-wrap .fxt-subscribe-form .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fxt-subscribe-wrap .fxt-subscribe-form .input-group .form-control {
  margin-bottom: 20px;
  border: 0;
  border-bottom: 1px solid #bcbcbc;
  height: 50px;
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 5px 0;
  border-radius: 0;
}
.fxt-subscribe-wrap .fxt-subscribe-form .input-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 0;
}
.fxt-subscribe-wrap .fxt-subscribe-form .input-group input::-webkit-input-placeholder {
  color: #7e7e7e;
  font-weight: 300;
  font-size: 14px;
}
.fxt-subscribe-wrap .fxt-subscribe-form .input-group input::-moz-placeholder {
  color: #7e7e7e;
  font-weight: 300;
  font-size: 14px;
}
.fxt-subscribe-wrap .fxt-subscribe-form .input-group input:-moz-placeholder {
  color: #7e7e7e;
  font-weight: 300;
  font-size: 14px;
}
.fxt-subscribe-wrap .fxt-subscribe-form .input-group input:-ms-input-placeholder {
  color: #7e7e7e;
  font-weight: 300;
  font-size: 14px;
}
.fxt-subscribe-wrap .fxt-subscribe-form .fxt-btn-fill {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  border: 0;
  padding: 10px 40px;
  min-width: 180px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-subscribe-wrap .fxt-subscribe-form .fxt-btn-fill {
    padding: 10px 30px;
    min-width: 160px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-subscribe-wrap .fxt-subscribe-form .fxt-btn-fill {
    padding: 10px 20px;
    min-width: 140px;
  }
}
.fxt-subscribe-wrap .fxt-subscribe-form .fxt-btn-fill:before,
.fxt-subscribe-wrap .fxt-subscribe-form .fxt-btn-fill:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-subscribe-wrap .fxt-subscribe-form .fxt-btn-fill:before {
  background-color: #0173ff;
  opacity: 1;
  visibility: visible;
}
.fxt-subscribe-wrap .fxt-subscribe-form .fxt-btn-fill:after {
  border: 1px solid #0173ff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.fxt-subscribe-wrap .fxt-subscribe-form .fxt-btn-fill:hover {
  color: #0173ff;
}
.fxt-subscribe-wrap .fxt-subscribe-form .fxt-btn-fill:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.fxt-subscribe-wrap .fxt-subscribe-form .fxt-btn-fill:hover:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.fxt-subscribe-wrap .fxt-subscribe-form .fxt-btn-fill:focus {
  outline: none;
}
.fxt-subscribe-wrap .fxt-subscribe-form .form-result {
  display: block;
  background-color: transparent;
  border: 0;
  left: 0;
  right: 0;
  position: absolute;
  max-width: 400px;
  width: 100%;
  margin: 15px auto 0;
  padding: 0;
  line-height: 1.5;
  top: 100%;
}
.fxt-subscribe-wrap .fxt-subscribe-form .alert-danger {
  color: #fd1313;
}
@-webkit-keyframes scaleOut {
  0% {
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
  }
}
@keyframes scaleOut {
  0% {
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
  }
}
.fxt-subscribe-wrap .fxt-animation-shake {
  -webkit-animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-6px, 0, 0);
    transform: translate3d(-6px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0);
  }
}
@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-6px, 0, 0);
    transform: translate3d(-6px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0);
  }
}
.fxt-contact-wrap {
  position: relative;
  z-index: 1;
}
.fxt-contact-wrap:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -300px;
  font-size: 300px;
  color: #eeb704;
  opacity: 0.1;
  -webkit-animation: scaleOut 1s ease-in-out forwards;
  animation: scaleOut 1s ease-in-out forwards;
}
@media only screen and (max-width: 991px) {
  .fxt-contact-wrap:before {
    top: -240px;
    font-size: 200px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-contact-wrap:before {
    top: -200px;
    font-size: 150px;
  }
}
.fxt-contact-wrap .item-title {
  font-weight: 600;
  color: #111111;
  margin-bottom: 10px;
}
.fxt-contact-wrap .list-item {
  margin-bottom: 30px;
}
.fxt-contact-wrap .list-item li {
  margin-bottom: 0;
  font-size: 18px;
  color: #111111;
}
.fxt-contact-wrap .list-item li span {
  font-weight: 500;
}
.fxt-contact-wrap .list-item li:last-child {
  margin-bottom: 0;
}
.fxt-contact-wrap .fxt-contact-form .form-group {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .fxt-contact-wrap .fxt-contact-form .form-group {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-contact-wrap .fxt-contact-form .form-group {
    margin-bottom: 15px;
  }
}
.fxt-contact-wrap .fxt-contact-form .form-group:last-child {
  margin-bottom: 0;
  margin-top: 10px;
}
.fxt-contact-wrap .fxt-contact-form .form-group .form-control {
  border: 0;
  border-bottom: 1px solid #bcbcbc;
  border-radius: 0;
  background-color: transparent;
  padding: 5px 0;
  font-size: 15px;
  color: #111;
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .fxt-contact-wrap .fxt-contact-form .form-group .form-control {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-contact-wrap .fxt-contact-form .form-group .form-control {
    font-size: 13px;
  }
}
.fxt-contact-wrap .fxt-contact-form .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fxt-contact-wrap .fxt-contact-form .form-group input {
  height: 50px;
}
@media only screen and (max-width: 991px) {
  .fxt-contact-wrap .fxt-contact-form .form-group input {
    height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-contact-wrap .fxt-contact-form .form-group input {
    height: 40px;
  }
}
.fxt-contact-wrap .fxt-contact-form .form-group input.form-control::-webkit-input-placeholder,
.fxt-contact-wrap .fxt-contact-form .form-group textarea.form-control::-webkit-input-placeholder {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 300;
}
.fxt-contact-wrap .fxt-contact-form .form-group input.form-control::-moz-placeholder,
.fxt-contact-wrap .fxt-contact-form .form-group textarea.form-control::-moz-placeholder {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 300;
}
.fxt-contact-wrap .fxt-contact-form .form-group input.form-control:-moz-placeholder,
.fxt-contact-wrap .fxt-contact-form .form-group textarea.form-control:-moz-placeholder {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 300;
}
.fxt-contact-wrap .fxt-contact-form .form-group input.form-control:-ms-input-placeholder,
.fxt-contact-wrap .fxt-contact-form .form-group textarea.form-control:-ms-input-placeholder {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 300;
}
.fxt-contact-wrap .fxt-contact-form .fxt-btn-fill {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  border: 0;
  padding: 10px 40px;
  min-width: 180px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-contact-wrap .fxt-contact-form .fxt-btn-fill {
    padding: 10px 30px;
    min-width: 160px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-contact-wrap .fxt-contact-form .fxt-btn-fill {
    padding: 10px 20px;
    min-width: 140px;
  }
}
.fxt-contact-wrap .fxt-contact-form .fxt-btn-fill:before,
.fxt-contact-wrap .fxt-contact-form .fxt-btn-fill:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-contact-wrap .fxt-contact-form .fxt-btn-fill:before {
  background-color: #0173ff;
  opacity: 1;
  visibility: visible;
}
.fxt-contact-wrap .fxt-contact-form .fxt-btn-fill:after {
  border: 1px solid #0173ff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.fxt-contact-wrap .fxt-contact-form .fxt-btn-fill:hover {
  color: #0173ff;
}
.fxt-contact-wrap .fxt-contact-form .fxt-btn-fill:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.fxt-contact-wrap .fxt-contact-form .fxt-btn-fill:hover:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.fxt-contact-wrap .fxt-contact-form .fxt-btn-fill:focus {
  outline: none;
}
.fxt-contact-wrap .fxt-contact-form .list-unstyled {
  position: absolute;
  z-index: 0;
  color: #856404;
  left: 0;
  right: 0;
  font-weight: 300;
  top: 100%;
  font-size: 14px;
}
.fxt-contact-wrap .fxt-contact-form .form-result {
  display: block;
  background-color: transparent;
  border: 0;
  left: 0;
  right: 0;
  position: absolute;
  max-width: 400px;
  width: 100%;
  margin: 15px auto 0;
  padding: 0;
  line-height: 1.5;
  top: 100%;
}
.fxt-contact-wrap .fxt-contact-form .form-result .alert.alert-danger,
.fxt-contact-wrap .fxt-contact-form .form-result .alert.alert-info,
.fxt-contact-wrap .fxt-contact-form .form-result .alert.alert-success {
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}
.fxt-contact-wrap .fxt-contact-form .form-result .alert-danger {
  color: #856404;
}
.fxt-contact-wrap .fxt-contact-form .form-result .alert-info {
  color: #00a8c2;
}
.fxt-contact-wrap .fxt-contact-form .form-result .alert-success {
  color: #155724;
}
@-webkit-keyframes scaleOut {
  0% {
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
  }
}
@keyframes scaleOut {
  0% {
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
  }
}
.fxt-contact-wrap .fxt-animation-shake {
  -webkit-animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-6px, 0, 0);
    transform: translate3d(-6px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0);
  }
}
@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-6px, 0, 0);
    transform: translate3d(-6px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0);
  }
}
/*========================================================================
5. Demo Layout One
=========================================================================*/
.fxt-template-layout1 .fxt-main-content {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 50px 30px;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout1 .fxt-main-content {
    padding: 50px 15px;
  }
}
.fxt-template-layout1 .fxt-main-content .fxt-logo {
  margin-top: 8px;
  margin-bottom: 50px;
  max-width: 40vw;
  margin-left: auto;
  margin-right: auto;
}
.fxt-template-layout1 .fxt-main-content .fxt-logo a {
  display: block;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout1 .fxt-main-content .fxt-logo {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout1 .fxt-main-content .fxt-logo {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout1 .fxt-main-content .fxt-logo {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout1 .fxt-main-content .fxt-logo {
    margin-bottom: 60px;
  }
}
.fxt-template-layout1 .fxt-main-content .fxt-sub-title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 8px;
  margin-bottom: 5px;
  color: #ffffff;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout1 .fxt-main-content .fxt-sub-title {
    font-size: 26px;
    letter-spacing: 6px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout1 .fxt-main-content .fxt-sub-title {
    font-size: 22px;
    letter-spacing: 4px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout1 .fxt-main-content .fxt-sub-title {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.fxt-template-layout1 .fxt-main-content .fxt-main-title {
  color: #ffffff;
  font-weight: 700;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 30px;
}
.fxt-template-layout1 .fxt-main-content .fxt-paragraph {
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.fxt-template-layout1 .fxt-main-content .fxt-btn-group {
  margin-top: 30px;
  margin-bottom: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fxt-template-layout1 .fxt-main-content .fxt-btn-group .fxt-single-item {
  margin: 0 10px 10px;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout1 .fxt-main-content .fxt-btn-group {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout1 .fxt-main-content .fxt-btn-group {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout1 .fxt-main-content .fxt-btn-group {
    margin-bottom: 80px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout1 .fxt-main-content .fxt-btn-group {
    margin-bottom: 70px;
    margin-top: 10px;
  }
}
.fxt-template-layout1 .fxt-main-content .fxt-btn-fill {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  border: 0;
  padding: 10px 40px;
  min-width: 180px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout1 .fxt-main-content .fxt-btn-fill {
    padding: 10px 30px;
    min-width: 160px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout1 .fxt-main-content .fxt-btn-fill {
    padding: 10px 20px;
    min-width: 140px;
  }
}
.fxt-template-layout1 .fxt-main-content .fxt-btn-fill:before,
.fxt-template-layout1 .fxt-main-content .fxt-btn-fill:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout1 .fxt-main-content .fxt-btn-fill:before {
  background-color: #0173ff;
  opacity: 1;
  visibility: visible;
}
.fxt-template-layout1 .fxt-main-content .fxt-btn-fill:after {
  border: 1px solid #0173ff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.fxt-template-layout1 .fxt-main-content .fxt-btn-fill:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.fxt-template-layout1 .fxt-main-content .fxt-btn-fill:hover:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.fxt-template-layout1 .fxt-main-content .fxt-btn-fill:focus {
  outline: none;
}
.fxt-template-layout1 .fxt-main-content .fxt-social {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout1 .fxt-main-content .fxt-social {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout1 .fxt-main-content .fxt-social {
    margin-bottom: 15px;
  }
}
.fxt-template-layout1 .fxt-main-content .fxt-social ul li {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout1 .fxt-main-content .fxt-social ul li {
    margin-right: 5px;
  }
}
.fxt-template-layout1 .fxt-main-content .fxt-social ul li:last-child {
  margin-right: 0;
}
.fxt-template-layout1 .fxt-main-content .fxt-social ul li a {
  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;
  font-size: 16px;
  height: 45px;
  width: 45px;
  background-color: #0f0f0f;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout1 .fxt-main-content .fxt-social ul li a {
    font-size: 15px;
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout1 .fxt-main-content .fxt-social ul li a {
    font-size: 14px;
    height: 35px;
    width: 35px;
  }
}
.fxt-template-layout1 .fxt-main-content .fxt-social ul li.fxt-facebook a:hover {
  background-color: #3b5998;
}
.fxt-template-layout1 .fxt-main-content .fxt-social ul li.fxt-twitter a:hover {
  background-color: #00acee;
}
.fxt-template-layout1 .fxt-main-content .fxt-social ul li.fxt-google a:hover {
  background-color: #CC3333;
}
.fxt-template-layout1 .fxt-main-content .fxt-social ul li.fxt-linkedin a:hover {
  background-color: #0077B5;
}
.fxt-template-layout1 .fxt-main-content .fxt-copyright {
  color: #e9e9e9;
  text-align: center;
  line-height: 1.8;
}
/*========================================================================
6. Demo Layout Two
=========================================================================*/
.fxt-template-layout2 {
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fxt-template-layout2 .fxt-video-background {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
}
.fxt-template-layout2 .fxt-video-background:before {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fxt-template-layout2 .fxt-video-background .fxt-video {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.fxt-template-layout2 .fxt-main-content {
  padding: 50px 30px;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout2 .fxt-main-content {
    padding: 50px 15px;
  }
}
.fxt-template-layout2 .fxt-main-content .fxt-logo {
  margin-top: 8px;
  margin-bottom: 110px;
  max-width: 40vw;
  margin-left: auto;
  margin-right: auto;
}
.fxt-template-layout2 .fxt-main-content .fxt-logo a {
  display: block;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout2 .fxt-main-content .fxt-logo {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout2 .fxt-main-content .fxt-logo {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout2 .fxt-main-content .fxt-logo {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout2 .fxt-main-content .fxt-logo {
    margin-bottom: 60px;
  }
}
.fxt-template-layout2 .fxt-main-content .fxt-main-title {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 8px;
  max-width: 700px;
  font-size: 52px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout2 .fxt-main-content .fxt-main-title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout2 .fxt-main-content .fxt-main-title {
    font-size: 41px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout2 .fxt-main-content .fxt-main-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout2 .fxt-main-content .fxt-main-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout2 .fxt-main-content .fxt-main-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .fxt-template-layout2 .fxt-main-content .fxt-main-title {
    font-size: 26px;
  }
}
.fxt-template-layout2 .fxt-main-content .fxt-countdown {
  margin-top: 15px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout2 .fxt-main-content .fxt-countdown {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout2 .fxt-main-content .fxt-countdown {
    margin-bottom: 20px;
  }
}
.fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section {
  display: inline-block;
  position: relative;
  z-index: 1;
  min-width: 200px;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 80px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 70px;
  }
}
@media only screen and (max-width: 380px) {
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 60px;
  }
}
.fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section > div {
  position: relative;
  z-index: 1;
}
.fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section:before,
.fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section:after {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #fff;
  right: -5px;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section:before,
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section:after {
    height: 8px;
    width: 8px;
    right: -4px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section:before,
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section:after {
    height: 6px;
    width: 6px;
    right: -3px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section:before,
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section:after {
    height: 4px;
    width: 4px;
    right: -2px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section:before,
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section:after {
    height: 2px;
    width: 2px;
    right: -1px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section:before,
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section:after {
    display: none;
  }
}
.fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section:before {
  top: 20px;
}
@media only screen and (max-width: 1439px) {
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section:before {
    top: 12px;
  }
}
.fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section:after {
  bottom: 20px;
}
@media only screen and (max-width: 1439px) {
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section:after {
    bottom: 12px;
  }
}
.fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section:last-child:after,
.fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section:last-child:before {
  display: none;
}
.fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section .countdown-number {
  font-size: 84px;
  line-height: 1;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section .countdown-number {
    font-size: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section .countdown-number {
    font-size: 52px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section .countdown-number {
    font-size: 41px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section .countdown-number {
    font-size: 36px;
  }
}
.fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section .countdown-unit {
  color: #fff;
  position: absolute;
  z-index: 1;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 17px;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section .countdown-unit {
    bottom: -45px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section .countdown-unit {
    bottom: -40px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section .countdown-unit {
    font-size: 16px;
    bottom: -35px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout2 .fxt-main-content .fxt-countdown .countdown-section .countdown-unit {
    font-size: 15px;
    bottom: -30px;
  }
}
.fxt-template-layout2 .fxt-main-content .fxt-btn-group {
  margin-top: 30px;
  margin-bottom: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fxt-template-layout2 .fxt-main-content .fxt-btn-group .fxt-single-item {
  margin: 0 10px 10px;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout2 .fxt-main-content .fxt-btn-group {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout2 .fxt-main-content .fxt-btn-group {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout2 .fxt-main-content .fxt-btn-group {
    margin-bottom: 80px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout2 .fxt-main-content .fxt-btn-group {
    margin-bottom: 70px;
    margin-top: 10px;
  }
}
.fxt-template-layout2 .fxt-main-content .fxt-btn-fill {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  border: 0;
  padding: 10px 40px;
  min-width: 180px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout2 .fxt-main-content .fxt-btn-fill {
    padding: 10px 30px;
    min-width: 160px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout2 .fxt-main-content .fxt-btn-fill {
    padding: 10px 20px;
    min-width: 140px;
  }
}
.fxt-template-layout2 .fxt-main-content .fxt-btn-fill:before,
.fxt-template-layout2 .fxt-main-content .fxt-btn-fill:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout2 .fxt-main-content .fxt-btn-fill:before {
  background-color: #0173ff;
  opacity: 1;
  visibility: visible;
}
.fxt-template-layout2 .fxt-main-content .fxt-btn-fill:after {
  border: 1px solid #0173ff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.fxt-template-layout2 .fxt-main-content .fxt-btn-fill:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.fxt-template-layout2 .fxt-main-content .fxt-btn-fill:hover:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.fxt-template-layout2 .fxt-main-content .fxt-btn-fill:focus {
  outline: none;
}
.fxt-template-layout2 .fxt-main-content .fxt-social {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout2 .fxt-main-content .fxt-social {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout2 .fxt-main-content .fxt-social {
    margin-bottom: 15px;
  }
}
.fxt-template-layout2 .fxt-main-content .fxt-social ul li {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout2 .fxt-main-content .fxt-social ul li {
    margin-right: 5px;
  }
}
.fxt-template-layout2 .fxt-main-content .fxt-social ul li:last-child {
  margin-right: 0;
}
.fxt-template-layout2 .fxt-main-content .fxt-social ul li a {
  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;
  font-size: 16px;
  height: 45px;
  width: 45px;
  background-color: #0f0f0f;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout2 .fxt-main-content .fxt-social ul li a {
    font-size: 15px;
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout2 .fxt-main-content .fxt-social ul li a {
    font-size: 14px;
    height: 35px;
    width: 35px;
  }
}
.fxt-template-layout2 .fxt-main-content .fxt-social ul li.fxt-facebook a:hover {
  background-color: #3b5998;
}
.fxt-template-layout2 .fxt-main-content .fxt-social ul li.fxt-twitter a:hover {
  background-color: #00acee;
}
.fxt-template-layout2 .fxt-main-content .fxt-social ul li.fxt-google a:hover {
  background-color: #CC3333;
}
.fxt-template-layout2 .fxt-main-content .fxt-social ul li.fxt-linkedin a:hover {
  background-color: #0077B5;
}
.fxt-template-layout2 .fxt-main-content .fxt-copyright {
  color: #e9e9e9;
  text-align: center;
  line-height: 1.8;
}
/*========================================================================
7. Demo Layout Three
=========================================================================*/
.fxt-template-layout3 {
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.fxt-template-layout3:before {
  position: absolute;
  z-index: 1;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.fxt-template-layout3 .fxt-bg {
  position: absolute;
  z-index: 0;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.fxt-template-layout3 .fxt-main-content {
  max-width: 900px;
  width: 100%;
  padding: 50px 30px;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout3 .fxt-main-content {
    padding: 50px 15px;
  }
}
.fxt-template-layout3 .fxt-main-content .fxt-logo {
  margin-top: 8px;
  margin-bottom: 80px;
  max-width: 40vw;
  margin-left: auto;
  margin-right: auto;
}
.fxt-template-layout3 .fxt-main-content .fxt-logo a {
  display: block;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout3 .fxt-main-content .fxt-logo {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout3 .fxt-main-content .fxt-logo {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout3 .fxt-main-content .fxt-logo {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout3 .fxt-main-content .fxt-logo {
    margin-bottom: 60px;
  }
}
.fxt-template-layout3 .fxt-main-content .fxt-sub-title {
  font-size: 28px;
  letter-spacing: 8px;
  margin-bottom: 5px;
  color: #ffffff;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout3 .fxt-main-content .fxt-sub-title {
    font-size: 26px;
    letter-spacing: 6px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout3 .fxt-main-content .fxt-sub-title {
    font-size: 22px;
    letter-spacing: 4px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout3 .fxt-main-content .fxt-sub-title {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.fxt-template-layout3 .fxt-main-content .fxt-main-title {
  color: #ffffff;
  font-size: 58px;
  font-weight: 300;
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout3 .fxt-main-content .fxt-main-title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout3 .fxt-main-content .fxt-main-title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout3 .fxt-main-content .fxt-main-title {
    font-size: 41px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout3 .fxt-main-content .fxt-main-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout3 .fxt-main-content .fxt-main-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 320px) {
  .fxt-template-layout3 .fxt-main-content .fxt-main-title {
    font-size: 28px;
  }
}
.fxt-template-layout3 .fxt-main-content .fxt-btn-group {
  margin-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fxt-template-layout3 .fxt-main-content .fxt-btn-group .fxt-single-item {
  margin: 0 10px 10px;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout3 .fxt-main-content .fxt-btn-group {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout3 .fxt-main-content .fxt-btn-group {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout3 .fxt-main-content .fxt-btn-group {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout3 .fxt-main-content .fxt-btn-group {
    margin-bottom: 70px;
  }
}
.fxt-template-layout3 .fxt-main-content .fxt-btn-fill {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  border: 0;
  padding: 10px 40px;
  min-width: 180px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout3 .fxt-main-content .fxt-btn-fill {
    padding: 10px 30px;
    min-width: 160px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout3 .fxt-main-content .fxt-btn-fill {
    padding: 10px 20px;
    min-width: 140px;
  }
}
.fxt-template-layout3 .fxt-main-content .fxt-btn-fill:before,
.fxt-template-layout3 .fxt-main-content .fxt-btn-fill:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout3 .fxt-main-content .fxt-btn-fill:before {
  background-color: #0173ff;
  opacity: 1;
  visibility: visible;
}
.fxt-template-layout3 .fxt-main-content .fxt-btn-fill:after {
  border: 1px solid #0173ff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.fxt-template-layout3 .fxt-main-content .fxt-btn-fill:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.fxt-template-layout3 .fxt-main-content .fxt-btn-fill:hover:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.fxt-template-layout3 .fxt-main-content .fxt-btn-fill:focus {
  outline: none;
}
.fxt-template-layout3 .fxt-main-content .fxt-social {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout3 .fxt-main-content .fxt-social {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout3 .fxt-main-content .fxt-social {
    margin-bottom: 15px;
  }
}
.fxt-template-layout3 .fxt-main-content .fxt-social ul li {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout3 .fxt-main-content .fxt-social ul li {
    margin-right: 5px;
  }
}
.fxt-template-layout3 .fxt-main-content .fxt-social ul li:last-child {
  margin-right: 0;
}
.fxt-template-layout3 .fxt-main-content .fxt-social ul li a {
  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;
  font-size: 16px;
  height: 45px;
  width: 45px;
  background-color: #0f0f0f;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout3 .fxt-main-content .fxt-social ul li a {
    font-size: 15px;
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout3 .fxt-main-content .fxt-social ul li a {
    font-size: 14px;
    height: 35px;
    width: 35px;
  }
}
.fxt-template-layout3 .fxt-main-content .fxt-social ul li.fxt-facebook a:hover {
  background-color: #3b5998;
}
.fxt-template-layout3 .fxt-main-content .fxt-social ul li.fxt-twitter a:hover {
  background-color: #00acee;
}
.fxt-template-layout3 .fxt-main-content .fxt-social ul li.fxt-google a:hover {
  background-color: #CC3333;
}
.fxt-template-layout3 .fxt-main-content .fxt-social ul li.fxt-linkedin a:hover {
  background-color: #0077B5;
}
.fxt-template-layout3 .fxt-main-content .fxt-copyright {
  color: #e9e9e9;
  text-align: center;
  line-height: 1.8;
}
/*========================================================================
8. Demo Layout Four
=========================================================================*/
.fxt-template-layout4 {
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.fxt-template-layout4 .fxt-bg {
  position: absolute;
  z-index: 0;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.fxt-template-layout4 .fxt-overlay {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.fxt-template-layout4 .fxt-box-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 100vh;
  width: 100%;
}
.fxt-template-layout4 .fxt-main-content {
  max-width: 900px;
  width: 100%;
  padding: 50px 30px;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout4 .fxt-main-content {
    padding: 50px 15px;
  }
}
.fxt-template-layout4 .fxt-main-content .fxt-logo {
  margin-top: 8px;
  margin-bottom: 80px;
  max-width: 40vw;
  margin-left: auto;
  margin-right: auto;
}
.fxt-template-layout4 .fxt-main-content .fxt-logo a {
  display: block;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout4 .fxt-main-content .fxt-logo {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout4 .fxt-main-content .fxt-logo {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout4 .fxt-main-content .fxt-logo {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout4 .fxt-main-content .fxt-logo {
    margin-bottom: 60px;
  }
}
.fxt-template-layout4 .fxt-main-content .fxt-sub-title {
  font-size: 28px;
  letter-spacing: 8px;
  margin-bottom: 5px;
  color: #ffffff;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout4 .fxt-main-content .fxt-sub-title {
    font-size: 26px;
    letter-spacing: 6px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout4 .fxt-main-content .fxt-sub-title {
    font-size: 22px;
    letter-spacing: 4px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout4 .fxt-main-content .fxt-sub-title {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.fxt-template-layout4 .fxt-main-content .fxt-main-title {
  color: #ffffff;
  font-size: 58px;
  font-weight: 700;
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout4 .fxt-main-content .fxt-main-title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout4 .fxt-main-content .fxt-main-title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout4 .fxt-main-content .fxt-main-title {
    font-size: 41px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout4 .fxt-main-content .fxt-main-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout4 .fxt-main-content .fxt-main-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 320px) {
  .fxt-template-layout4 .fxt-main-content .fxt-main-title {
    font-size: 28px;
  }
}
.fxt-template-layout4 .fxt-main-content .fxt-btn-group {
  margin-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fxt-template-layout4 .fxt-main-content .fxt-btn-group .fxt-single-item {
  margin: 0 10px 10px;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout4 .fxt-main-content .fxt-btn-group {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout4 .fxt-main-content .fxt-btn-group {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout4 .fxt-main-content .fxt-btn-group {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout4 .fxt-main-content .fxt-btn-group {
    margin-bottom: 70px;
  }
}
.fxt-template-layout4 .fxt-main-content .fxt-btn-fill {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  border: 0;
  padding: 10px 40px;
  min-width: 180px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout4 .fxt-main-content .fxt-btn-fill {
    padding: 10px 30px;
    min-width: 160px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout4 .fxt-main-content .fxt-btn-fill {
    padding: 10px 20px;
    min-width: 140px;
  }
}
.fxt-template-layout4 .fxt-main-content .fxt-btn-fill:before,
.fxt-template-layout4 .fxt-main-content .fxt-btn-fill:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout4 .fxt-main-content .fxt-btn-fill:before {
  background-color: #0173ff;
  opacity: 1;
  visibility: visible;
}
.fxt-template-layout4 .fxt-main-content .fxt-btn-fill:after {
  border: 1px solid #0173ff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.fxt-template-layout4 .fxt-main-content .fxt-btn-fill:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.fxt-template-layout4 .fxt-main-content .fxt-btn-fill:hover:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.fxt-template-layout4 .fxt-main-content .fxt-btn-fill:focus {
  outline: none;
}
.fxt-template-layout4 .fxt-main-content .fxt-social {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout4 .fxt-main-content .fxt-social {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout4 .fxt-main-content .fxt-social {
    margin-bottom: 15px;
  }
}
.fxt-template-layout4 .fxt-main-content .fxt-social ul li {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout4 .fxt-main-content .fxt-social ul li {
    margin-right: 5px;
  }
}
.fxt-template-layout4 .fxt-main-content .fxt-social ul li:last-child {
  margin-right: 0;
}
.fxt-template-layout4 .fxt-main-content .fxt-social ul li a {
  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;
  font-size: 16px;
  height: 45px;
  width: 45px;
  background-color: #838383;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout4 .fxt-main-content .fxt-social ul li a {
    font-size: 15px;
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout4 .fxt-main-content .fxt-social ul li a {
    font-size: 14px;
    height: 35px;
    width: 35px;
  }
}
.fxt-template-layout4 .fxt-main-content .fxt-social ul li.fxt-facebook a:hover {
  background-color: #3b5998;
}
.fxt-template-layout4 .fxt-main-content .fxt-social ul li.fxt-twitter a:hover {
  background-color: #00acee;
}
.fxt-template-layout4 .fxt-main-content .fxt-social ul li.fxt-google a:hover {
  background-color: #CC3333;
}
.fxt-template-layout4 .fxt-main-content .fxt-social ul li.fxt-linkedin a:hover {
  background-color: #0077B5;
}
.fxt-template-layout4 .fxt-main-content .fxt-copyright {
  color: #e9e9e9;
  text-align: center;
  line-height: 1.8;
}
/*========================================================================
9. Demo Layout Five
=========================================================================*/
body .fxt-template-layout5:before {
  -webkit-transform: translateX(-100%) translateY(-50%);
  -ms-transform: translateX(-100%) translateY(-50%);
  transform: translateX(-100%) translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  body .fxt-template-layout5:before {
    -webkit-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
body .fxt-template-layout5 .fxt-bg {
  opacity: 0;
  visibility: hidden;
}
body.loaded .fxt-template-layout5:before {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  body.loaded .fxt-template-layout5:before {
    -webkit-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
body.loaded .fxt-template-layout5 .fxt-bg {
  opacity: 1;
  visibility: visible;
}
.fxt-template-layout5 {
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.fxt-template-layout5:before {
  position: absolute;
  z-index: 1;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  top: 50%;
  left: 0;
  height: 100vw;
  width: 100vw;
  border-radius: 0 50% 50% 0;
  -webkit-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout5:before {
    border-radius: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
.fxt-template-layout5 .fxt-bg {
  position: absolute;
  z-index: 0;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.fxt-template-layout5 .fxt-main-content {
  margin-left: 80px;
  width: 100%;
  padding: 50px 30px;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout5 .fxt-main-content {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout5 .fxt-main-content {
    margin-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout5 .fxt-main-content {
    padding: 50px 15px;
  }
}
.fxt-template-layout5 .fxt-main-content .fxt-logo {
  margin-top: 8px;
  margin-bottom: 80px;
  max-width: 40vw;
}
.fxt-template-layout5 .fxt-main-content .fxt-logo a {
  display: block;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout5 .fxt-main-content .fxt-logo {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout5 .fxt-main-content .fxt-logo {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout5 .fxt-main-content .fxt-logo {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout5 .fxt-main-content .fxt-logo {
    margin-bottom: 60px;
  }
}
.fxt-template-layout5 .fxt-main-content .fxt-main-title {
  color: #ffffff;
  font-size: 58px;
  font-weight: 700;
  max-width: 500px;
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout5 .fxt-main-content .fxt-main-title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout5 .fxt-main-content .fxt-main-title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout5 .fxt-main-content .fxt-main-title {
    font-size: 41px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout5 .fxt-main-content .fxt-main-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout5 .fxt-main-content .fxt-main-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 320px) {
  .fxt-template-layout5 .fxt-main-content .fxt-main-title {
    font-size: 28px;
  }
}
.fxt-template-layout5 .fxt-main-content .fxt-paragraph {
  max-width: 550px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout5 .fxt-main-content .fxt-paragraph {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.fxt-template-layout5 .fxt-main-content .fxt-btn-group {
  margin-top: 20px;
  margin-bottom: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout5 .fxt-main-content .fxt-btn-group {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout5 .fxt-main-content .fxt-btn-group {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout5 .fxt-main-content .fxt-btn-group {
    margin-bottom: 80px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout5 .fxt-main-content .fxt-btn-group {
    margin-bottom: 70px;
    margin-top: 5px;
  }
}
.fxt-template-layout5 .fxt-main-content .fxt-btn-group .fxt-single-item {
  margin: 0;
}
.fxt-template-layout5 .fxt-main-content .fxt-btn-fill {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  border: 0;
  padding: 10px 40px;
  min-width: 180px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout5 .fxt-main-content .fxt-btn-fill {
    padding: 10px 30px;
    min-width: 160px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout5 .fxt-main-content .fxt-btn-fill {
    padding: 10px 20px;
    min-width: 140px;
  }
}
.fxt-template-layout5 .fxt-main-content .fxt-btn-fill:before,
.fxt-template-layout5 .fxt-main-content .fxt-btn-fill:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout5 .fxt-main-content .fxt-btn-fill:before {
  background-color: #0173ff;
  opacity: 1;
  visibility: visible;
}
.fxt-template-layout5 .fxt-main-content .fxt-btn-fill:after {
  border: 1px solid #0173ff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.fxt-template-layout5 .fxt-main-content .fxt-btn-fill:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.fxt-template-layout5 .fxt-main-content .fxt-btn-fill:hover:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.fxt-template-layout5 .fxt-main-content .fxt-btn-fill:focus {
  outline: none;
}
.fxt-template-layout5 .fxt-main-content .fxt-social {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout5 .fxt-main-content .fxt-social {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout5 .fxt-main-content .fxt-social {
    margin-bottom: 15px;
  }
}
.fxt-template-layout5 .fxt-main-content .fxt-social ul li {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout5 .fxt-main-content .fxt-social ul li {
    margin-right: 5px;
  }
}
.fxt-template-layout5 .fxt-main-content .fxt-social ul li:last-child {
  margin-right: 0;
}
.fxt-template-layout5 .fxt-main-content .fxt-social ul li a {
  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;
  font-size: 16px;
  height: 45px;
  width: 45px;
  background-color: #7a7a7a;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout5 .fxt-main-content .fxt-social ul li a {
    font-size: 15px;
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout5 .fxt-main-content .fxt-social ul li a {
    font-size: 14px;
    height: 35px;
    width: 35px;
  }
}
.fxt-template-layout5 .fxt-main-content .fxt-social ul li.fxt-facebook a:hover {
  background-color: #3b5998;
}
.fxt-template-layout5 .fxt-main-content .fxt-social ul li.fxt-twitter a:hover {
  background-color: #00acee;
}
.fxt-template-layout5 .fxt-main-content .fxt-social ul li.fxt-google a:hover {
  background-color: #CC3333;
}
.fxt-template-layout5 .fxt-main-content .fxt-social ul li.fxt-linkedin a:hover {
  background-color: #0077B5;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout5 .fxt-main-content .fxt-copyright {
    text-align: center;
  }
}
/*========================================================================
10. Demo Layout Six
=========================================================================*/
.fxt-template-layout6 {
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #db1747;
  background-image: url('img/elements/dot.png');
  background-repeat: repeat;
  background-position: center;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.fxt-template-layout6 .fxt-main-content {
  margin-left: 80px;
  width: 50%;
  padding: 50px 30px;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout6 .fxt-main-content {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout6 .fxt-main-content {
    width: 100%;
    min-height: auto;
    margin-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout6 .fxt-main-content {
    padding: 50px 15px;
  }
}
.fxt-template-layout6 .fxt-main-content .fxt-logo {
  margin-top: 8px;
  margin-bottom: 80px;
  max-width: 40vw;
}
.fxt-template-layout6 .fxt-main-content .fxt-logo a {
  display: block;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout6 .fxt-main-content .fxt-logo {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout6 .fxt-main-content .fxt-logo {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout6 .fxt-main-content .fxt-logo {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout6 .fxt-main-content .fxt-logo {
    margin-bottom: 60px;
  }
}
.fxt-template-layout6 .fxt-main-content .fxt-sub-title {
  color: #ffffff;
  font-size: 32px;
  max-width: 700px;
  width: 100%;
  letter-spacing: 2px;
  font-style: italic;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout6 .fxt-main-content .fxt-sub-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout6 .fxt-main-content .fxt-sub-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout6 .fxt-main-content .fxt-sub-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout6 .fxt-main-content .fxt-sub-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 320px) {
  .fxt-template-layout6 .fxt-main-content .fxt-sub-title {
    font-size: 20px;
  }
}
.fxt-template-layout6 .fxt-main-content .fxt-main-title {
  color: #ffffff;
  font-size: 46px;
  font-weight: 500;
  max-width: 700px;
  width: 100%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout6 .fxt-main-content .fxt-main-title {
    font-size: 41px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout6 .fxt-main-content .fxt-main-title {
    font-size: 46px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout6 .fxt-main-content .fxt-main-title {
    font-size: 41px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout6 .fxt-main-content .fxt-main-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout6 .fxt-main-content .fxt-main-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 320px) {
  .fxt-template-layout6 .fxt-main-content .fxt-main-title {
    font-size: 28px;
  }
}
.fxt-template-layout6 .fxt-main-content .fxt-subscribe-form {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  width: 100%;
  max-width: 500px;
}
.fxt-template-layout6 .fxt-main-content .fxt-subscribe-form .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout6 .fxt-main-content .fxt-subscribe-form .input-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.fxt-template-layout6 .fxt-main-content .fxt-subscribe-form .input-group .form-control {
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #949494;
  height: 50px;
  max-width: 300px;
  width: 100%;
  background-color: transparent;
  font-size: 15px;
  color: #fff;
  padding: 10px 0;
  border-radius: 2px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout6 .fxt-main-content .fxt-subscribe-form .input-group .form-control {
    height: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout6 .fxt-main-content .fxt-subscribe-form .input-group .form-control {
    height: 46px;
  }
}
@media only screen and (max-width: 510px) {
  .fxt-template-layout6 .fxt-main-content .fxt-subscribe-form .input-group .form-control {
    margin-right: 0px;
    max-width: 100%;
  }
}
.fxt-template-layout6 .fxt-main-content .fxt-subscribe-form .input-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 0;
}
.fxt-template-layout6 .fxt-main-content .fxt-subscribe-form .input-group input::-webkit-input-placeholder {
  color: #d6d6d6;
}
.fxt-template-layout6 .fxt-main-content .fxt-subscribe-form .input-group input::-moz-placeholder {
  color: #d6d6d6;
}
.fxt-template-layout6 .fxt-main-content .fxt-subscribe-form .input-group input:-moz-placeholder {
  color: #d6d6d6;
}
.fxt-template-layout6 .fxt-main-content .fxt-subscribe-form .input-group input:-ms-input-placeholder {
  color: #d6d6d6;
}
.fxt-template-layout6 .fxt-main-content .fxt-subscribe-form .input-group .input-group-addon {
  display: inline-block;
}
.fxt-template-layout6 .fxt-main-content .fxt-subscribe-form .input-group .input-group-addon button {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #0173ff;
  border-radius: 2px;
  background-color: #0173ff;
  padding: 9px 35px;
  min-width: 180px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout6 .fxt-main-content .fxt-subscribe-form .input-group .input-group-addon button {
    padding: 9px 30px;
    min-width: 160px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout6 .fxt-main-content .fxt-subscribe-form .input-group .input-group-addon button {
    font-size: 14px;
    padding: 9px 25px;
    min-width: 140px;
  }
}
.fxt-template-layout6 .fxt-main-content .fxt-subscribe-form .input-group .input-group-addon button:focus {
  outline: none;
}
.fxt-template-layout6 .fxt-main-content .fxt-subscribe-form .input-group .input-group-addon button:hover {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #fff;
}
.fxt-template-layout6 .fxt-main-content .fxt-subscribe-form .form-result {
  display: block;
  background-color: transparent;
  border: 0;
  left: 0;
  right: 0;
  position: absolute;
  max-width: 400px;
  width: 100%;
  margin: 15px auto 0;
  padding: 0;
  line-height: 1.5;
  top: 100%;
  text-align: center;
}
.fxt-template-layout6 .fxt-main-content .fxt-subscribe-form .alert-success {
  color: #69ca7f;
}
.fxt-template-layout6 .fxt-main-content .fxt-subscribe-form .alert-warning {
  color: #f6d982;
}
.fxt-template-layout6 .fxt-main-content .fxt-subscribe-form .alert-danger {
  color: #ff7b7b;
}
.fxt-template-layout6 .fxt-main-content .fxt-subscribe-form .fxt-animation-shake {
  -webkit-animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-6px, 0, 0);
    transform: translate3d(-6px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0);
  }
}
@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-6px, 0, 0);
    transform: translate3d(-6px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0);
  }
}
.fxt-template-layout6 .fxt-main-content .fxt-social {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout6 .fxt-main-content .fxt-social {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout6 .fxt-main-content .fxt-social {
    margin-bottom: 15px;
  }
}
.fxt-template-layout6 .fxt-main-content .fxt-social ul li {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout6 .fxt-main-content .fxt-social ul li {
    margin-right: 5px;
  }
}
.fxt-template-layout6 .fxt-main-content .fxt-social ul li:last-child {
  margin-right: 0;
}
.fxt-template-layout6 .fxt-main-content .fxt-social ul li a {
  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;
  font-size: 16px;
  height: 45px;
  width: 45px;
  background-color: #be103a;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout6 .fxt-main-content .fxt-social ul li a {
    font-size: 15px;
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout6 .fxt-main-content .fxt-social ul li a {
    font-size: 14px;
    height: 35px;
    width: 35px;
  }
}
.fxt-template-layout6 .fxt-main-content .fxt-social ul li.fxt-facebook a:hover {
  background-color: #3b5998;
}
.fxt-template-layout6 .fxt-main-content .fxt-social ul li.fxt-twitter a:hover {
  background-color: #00acee;
}
.fxt-template-layout6 .fxt-main-content .fxt-social ul li.fxt-google a:hover {
  background-color: #CC3333;
}
.fxt-template-layout6 .fxt-main-content .fxt-social ul li.fxt-linkedin a:hover {
  background-color: #0077B5;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout6 .fxt-main-content .fxt-copyright {
    text-align: center;
  }
}
.fxt-template-layout6 .fxt-banner {
  height: 100vh;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout6 .fxt-banner {
    width: 100%;
  }
}
/*========================================================================
11. Demo Layout Seven
=========================================================================*/
.fxt-template-layout7 {
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.fxt-template-layout7 .fxt-main-content {
  width: 50%;
  padding: 50px 30px;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout7 .fxt-main-content {
    width: 100%;
    min-height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout7 .fxt-main-content {
    padding: 50px 15px;
  }
}
.fxt-template-layout7 .fxt-main-content .fxt-logo {
  margin-top: 8px;
  margin-bottom: 80px;
  max-width: 40vw;
  margin-left: auto;
  margin-right: auto;
}
.fxt-template-layout7 .fxt-main-content .fxt-logo a {
  display: block;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout7 .fxt-main-content .fxt-logo {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout7 .fxt-main-content .fxt-logo {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout7 .fxt-main-content .fxt-logo {
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout7 .fxt-main-content .fxt-logo {
    margin-bottom: 60px;
  }
}
.fxt-template-layout7 .fxt-main-content .fxt-main-title {
  color: #0173ff;
  font-style: italic;
  font-weight: 600;
  max-width: 700px;
  font-size: 58px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout7 .fxt-main-content .fxt-main-title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout7 .fxt-main-content .fxt-main-title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout7 .fxt-main-content .fxt-main-title {
    font-size: 41px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout7 .fxt-main-content .fxt-main-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout7 .fxt-main-content .fxt-main-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 320px) {
  .fxt-template-layout7 .fxt-main-content .fxt-main-title {
    font-size: 28px;
  }
}
.fxt-template-layout7 .fxt-main-content .fxt-countdown {
  margin-top: 15px;
  margin-bottom: 40px;
  padding-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout7 .fxt-main-content .fxt-countdown {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout7 .fxt-main-content .fxt-countdown {
    margin-bottom: 20px;
  }
}
.fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section {
  display: inline-block;
  position: relative;
  z-index: 1;
  min-width: 120px;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 80px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 70px;
  }
}
@media only screen and (max-width: 380px) {
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 60px;
  }
}
.fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section > div {
  position: relative;
  z-index: 1;
}
.fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section:before,
.fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section:after {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #000000;
  right: -4px;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section:before,
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section:after {
    height: 7px;
    width: 7px;
    right: -3.5px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section:before,
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section:after {
    height: 6px;
    width: 6px;
    right: -3px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section:before,
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section:after {
    height: 4px;
    width: 4px;
    right: -2px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section:before,
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section:after {
    height: 2px;
    width: 2px;
    right: -1px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section:before,
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section:after {
    display: none;
  }
}
.fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section:before {
  top: 10px;
}
@media only screen and (max-width: 1439px) {
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section:before {
    top: 8px;
  }
}
.fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section:after {
  bottom: 10px;
}
@media only screen and (max-width: 1439px) {
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section:after {
    bottom: 8px;
  }
}
.fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section:last-child:after,
.fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section:last-child:before {
  display: none;
}
.fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section .countdown-number {
  font-size: 52px;
  line-height: 1;
  font-weight: 600;
  color: #000000;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section .countdown-number {
    font-size: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section .countdown-number {
    font-size: 41px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section .countdown-number {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section .countdown-number {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section .countdown-number {
    font-size: 28px;
  }
}
.fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section .countdown-unit {
  color: #000000;
  position: absolute;
  z-index: 1;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 17px;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section .countdown-unit {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section .countdown-unit {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section .countdown-unit {
    font-size: 14px;
    bottom: -35px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout7 .fxt-main-content .fxt-countdown .countdown-section .countdown-unit {
    font-size: 13px;
    bottom: -30px;
  }
}
.fxt-template-layout7 .fxt-main-content .fxt-subscribe-form {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout7 .fxt-main-content .fxt-subscribe-form {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout7 .fxt-main-content .fxt-subscribe-form {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout7 .fxt-main-content .fxt-subscribe-form {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout7 .fxt-main-content .fxt-subscribe-form {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout7 .fxt-main-content .fxt-subscribe-form {
    margin-bottom: 50px;
  }
}
.fxt-template-layout7 .fxt-main-content .fxt-subscribe-form .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.fxt-template-layout7 .fxt-main-content .fxt-subscribe-form .input-group .form-control {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  border: 1px solid #c6c6c6;
  height: 50px;
  background-color: transparent;
  font-size: 15px;
  color: #000;
  padding: 10px 20px;
  border-radius: 45px;
  max-width: 400px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout7 .fxt-main-content .fxt-subscribe-form .input-group .form-control {
    height: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout7 .fxt-main-content .fxt-subscribe-form .input-group .form-control {
    height: 46px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout7 .fxt-main-content .fxt-subscribe-form .input-group .form-control {
    max-width: 100%;
  }
}
.fxt-template-layout7 .fxt-main-content .fxt-subscribe-form .input-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 0;
}
.fxt-template-layout7 .fxt-main-content .fxt-subscribe-form .input-group input::-webkit-input-placeholder {
  color: #a7a7a7;
  font-weight: 300;
  font-size: 15px;
}
.fxt-template-layout7 .fxt-main-content .fxt-subscribe-form .input-group input::-moz-placeholder {
  color: #a7a7a7;
  font-weight: 300;
  font-size: 15px;
}
.fxt-template-layout7 .fxt-main-content .fxt-subscribe-form .input-group input:-moz-placeholder {
  color: #a7a7a7;
  font-weight: 300;
  font-size: 15px;
}
.fxt-template-layout7 .fxt-main-content .fxt-subscribe-form .input-group input:-ms-input-placeholder {
  color: #a7a7a7;
  font-weight: 300;
  font-size: 15px;
}
.fxt-template-layout7 .fxt-main-content .fxt-subscribe-form .input-group .input-group-addon {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.fxt-template-layout7 .fxt-main-content .fxt-subscribe-form .input-group .input-group-addon button {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #0173ff;
  border-radius: 45px;
  background-color: #0173ff;
  font-size: 15px;
  padding: 9px 35px;
  min-width: 180px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout7 .fxt-main-content .fxt-subscribe-form .input-group .input-group-addon button {
    padding: 9px 30px;
    min-width: 160px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout7 .fxt-main-content .fxt-subscribe-form .input-group .input-group-addon button {
    font-size: 14px;
    padding: 9px 25px;
    min-width: 140px;
  }
}
.fxt-template-layout7 .fxt-main-content .fxt-subscribe-form .input-group .input-group-addon button:focus {
  outline: none;
}
.fxt-template-layout7 .fxt-main-content .fxt-subscribe-form .input-group .input-group-addon button:hover {
  background-color: transparent;
  color: #0173ff;
}
.fxt-template-layout7 .fxt-main-content .fxt-subscribe-form .form-result {
  display: block;
  background-color: transparent;
  border: 0;
  left: 0;
  right: 0;
  position: absolute;
  max-width: 400px;
  width: 100%;
  margin: 15px auto 0;
  padding: 0;
  line-height: 1.5;
  top: 100%;
  text-align: center;
}
.fxt-template-layout7 .fxt-main-content .fxt-subscribe-form .alert-danger {
  color: #fd1313;
}
.fxt-template-layout7 .fxt-main-content .fxt-subscribe-form .fxt-animation-shake {
  -webkit-animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-6px, 0, 0);
    transform: translate3d(-6px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0);
  }
}
@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-6px, 0, 0);
    transform: translate3d(-6px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0);
  }
}
.fxt-template-layout7 .fxt-main-content .fxt-social {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout7 .fxt-main-content .fxt-social {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout7 .fxt-main-content .fxt-social {
    margin-bottom: 15px;
  }
}
.fxt-template-layout7 .fxt-main-content .fxt-social ul li {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout7 .fxt-main-content .fxt-social ul li {
    margin-right: 5px;
  }
}
.fxt-template-layout7 .fxt-main-content .fxt-social ul li:last-child {
  margin-right: 0;
}
.fxt-template-layout7 .fxt-main-content .fxt-social ul li a {
  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;
  font-size: 16px;
  height: 45px;
  width: 45px;
  background-color: #e6e6e6;
  border-radius: 50%;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout7 .fxt-main-content .fxt-social ul li a {
    font-size: 15px;
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout7 .fxt-main-content .fxt-social ul li a {
    font-size: 14px;
    height: 35px;
    width: 35px;
  }
}
.fxt-template-layout7 .fxt-main-content .fxt-social ul li a:hover {
  color: #ffffff;
}
.fxt-template-layout7 .fxt-main-content .fxt-social ul li.fxt-facebook a:hover {
  background-color: #3b5998;
}
.fxt-template-layout7 .fxt-main-content .fxt-social ul li.fxt-twitter a:hover {
  background-color: #00acee;
}
.fxt-template-layout7 .fxt-main-content .fxt-social ul li.fxt-google a:hover {
  background-color: #CC3333;
}
.fxt-template-layout7 .fxt-main-content .fxt-social ul li.fxt-linkedin a:hover {
  background-color: #0077B5;
}
.fxt-template-layout7 .fxt-main-content .fxt-copyright {
  color: #5d5d5d;
  text-align: center;
}
.fxt-template-layout7 .fxt-banner {
  height: 100vh;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout7 .fxt-banner {
    width: 100%;
  }
}
/*========================================================================
12. Demo Layout Eight
=========================================================================*/
.fxt-template-layout8 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.fxt-template-layout8 .fxt-main-content {
  background-color: rgba(0, 0, 0, 0.65);
  padding: 50px 30px;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout8 .fxt-main-content {
    padding: 50px 15px;
  }
}
.fxt-template-layout8 .fxt-main-content .fxt-logo {
  margin-top: 8px;
  margin-bottom: 105px;
  max-width: 40vw;
  margin-left: auto;
  margin-right: auto;
}
.fxt-template-layout8 .fxt-main-content .fxt-logo a {
  display: block;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout8 .fxt-main-content .fxt-logo {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout8 .fxt-main-content .fxt-logo {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout8 .fxt-main-content .fxt-logo {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout8 .fxt-main-content .fxt-logo {
    margin-bottom: 60px;
  }
}
.fxt-template-layout8 .fxt-main-content .fxt-main-title {
  color: #ffffff;
  font-weight: 700;
  max-width: 600px;
  font-size: 52px;
  letter-spacing: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout8 .fxt-main-content .fxt-main-title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout8 .fxt-main-content .fxt-main-title {
    font-size: 41px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout8 .fxt-main-content .fxt-main-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout8 .fxt-main-content .fxt-main-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout8 .fxt-main-content .fxt-main-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .fxt-template-layout8 .fxt-main-content .fxt-main-title {
    font-size: 26px;
  }
}
.fxt-template-layout8 .fxt-main-content .fxt-countdown {
  margin-top: 15px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown {
    margin-bottom: 20px;
  }
}
.fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section {
  display: inline-block;
  position: relative;
  z-index: 1;
  min-width: 200px;
}
@media only screen and (max-width: 1439px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 80px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 70px;
  }
}
@media only screen and (max-width: 380px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 60px;
  }
}
.fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section > div {
  position: relative;
  z-index: 1;
}
.fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section:before,
.fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section:after {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #fff;
  right: -5px;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section:before,
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section:after {
    height: 8px;
    width: 8px;
    right: -4px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section:before,
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section:after {
    height: 6px;
    width: 6px;
    right: -3px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section:before,
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section:after {
    height: 4px;
    width: 4px;
    right: -2px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section:before,
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section:after {
    height: 2px;
    width: 2px;
    right: -1px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section:before,
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section:after {
    display: none;
  }
}
.fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section:before {
  top: 15px;
}
@media only screen and (max-width: 1439px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section:before {
    top: 12px;
  }
}
.fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section:after {
  bottom: 15px;
}
@media only screen and (max-width: 1439px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section:after {
    bottom: 12px;
  }
}
.fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section:last-child:after,
.fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section:last-child:before {
  display: none;
}
.fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section .countdown-number {
  font-size: 82px;
  line-height: 1;
  color: #ffffff;
}
@media only screen and (max-width: 1439px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section .countdown-number {
    font-size: 58px;
  }
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section .countdown-number {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section .countdown-number {
    font-size: 46px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section .countdown-number {
    font-size: 41px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section .countdown-number {
    font-size: 36px;
  }
}
.fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section .countdown-unit {
  color: #fff;
  position: absolute;
  z-index: 1;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section .countdown-unit {
    font-size: 20px;
    bottom: -45px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section .countdown-unit {
    font-size: 18px;
    bottom: -40px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section .countdown-unit {
    font-size: 16px;
    bottom: -35px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout8 .fxt-main-content .fxt-countdown .countdown-section .countdown-unit {
    font-size: 15px;
    bottom: -30px;
  }
}
.fxt-template-layout8 .fxt-main-content .fxt-btn-group {
  margin-top: 30px;
  margin-bottom: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fxt-template-layout8 .fxt-main-content .fxt-btn-group .fxt-single-item {
  margin: 0 10px 10px;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout8 .fxt-main-content .fxt-btn-group {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout8 .fxt-main-content .fxt-btn-group {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout8 .fxt-main-content .fxt-btn-group {
    margin-bottom: 80px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout8 .fxt-main-content .fxt-btn-group {
    margin-bottom: 70px;
    margin-top: 10px;
  }
}
.fxt-template-layout8 .fxt-main-content .fxt-btn-fill {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  border: 0;
  padding: 10px 40px;
  min-width: 180px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout8 .fxt-main-content .fxt-btn-fill {
    padding: 10px 30px;
    min-width: 160px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout8 .fxt-main-content .fxt-btn-fill {
    padding: 10px 20px;
    min-width: 140px;
  }
}
.fxt-template-layout8 .fxt-main-content .fxt-btn-fill:before,
.fxt-template-layout8 .fxt-main-content .fxt-btn-fill:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout8 .fxt-main-content .fxt-btn-fill:before {
  background-color: #0173ff;
  opacity: 1;
  visibility: visible;
}
.fxt-template-layout8 .fxt-main-content .fxt-btn-fill:after {
  border: 1px solid #0173ff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.fxt-template-layout8 .fxt-main-content .fxt-btn-fill:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.fxt-template-layout8 .fxt-main-content .fxt-btn-fill:hover:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.fxt-template-layout8 .fxt-main-content .fxt-btn-fill:focus {
  outline: none;
}
.fxt-template-layout8 .fxt-main-content .fxt-social {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout8 .fxt-main-content .fxt-social {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout8 .fxt-main-content .fxt-social {
    margin-bottom: 15px;
  }
}
.fxt-template-layout8 .fxt-main-content .fxt-social ul li {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout8 .fxt-main-content .fxt-social ul li {
    margin-right: 5px;
  }
}
.fxt-template-layout8 .fxt-main-content .fxt-social ul li:last-child {
  margin-right: 0;
}
.fxt-template-layout8 .fxt-main-content .fxt-social ul li a {
  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;
  font-size: 16px;
  height: 45px;
  width: 45px;
  background-color: #000000;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout8 .fxt-main-content .fxt-social ul li a {
    font-size: 15px;
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout8 .fxt-main-content .fxt-social ul li a {
    font-size: 14px;
    height: 35px;
    width: 35px;
  }
}
.fxt-template-layout8 .fxt-main-content .fxt-social ul li.fxt-facebook a:hover {
  background-color: #3b5998;
}
.fxt-template-layout8 .fxt-main-content .fxt-social ul li.fxt-twitter a:hover {
  background-color: #00acee;
}
.fxt-template-layout8 .fxt-main-content .fxt-social ul li.fxt-google a:hover {
  background-color: #CC3333;
}
.fxt-template-layout8 .fxt-main-content .fxt-social ul li.fxt-linkedin a:hover {
  background-color: #0077B5;
}
.fxt-template-layout8 .fxt-main-content .fxt-copyright {
  color: #e9e9e9;
  text-align: center;
  line-height: 1.8;
}
/*========================================================================
13. Demo Layout Nine
=========================================================================*/
body .fxt-template-layout9:before {
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
  visibility: hidden;
}
body.loaded .fxt-template-layout9:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.fxt-template-layout9 {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.fxt-template-layout9:before {
  content: "";
  background-image: url("img/figure/banner9-1.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout9 .fxt-elements {
    display: none;
  }
}
.fxt-template-layout9 .fxt-elements li {
  position: absolute;
  z-index: 1;
}
.fxt-template-layout9 .fxt-elements li.item-1 {
  top: 40%;
  left: 10%;
  right: inherit;
}
.fxt-template-layout9 .fxt-elements li.item-2 {
  top: 20%;
  left: inherit;
  right: 20%;
}
.fxt-template-layout9 .fxt-elements li.item-3 {
  top: 50%;
  left: inherit;
  right: 10%;
}
.fxt-template-layout9 .fxt-main-content {
  min-height: 100vh;
  padding: 50px 30px 20vw;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fxt-template-layout9 .fxt-main-content .fxt-logo {
  margin-top: 8px;
  margin-bottom: 50px;
  max-width: 40vw;
  margin-left: auto;
  margin-right: auto;
}
.fxt-template-layout9 .fxt-main-content .fxt-logo a {
  display: block;
}
.fxt-template-layout9 .fxt-main-content .fxt-main-title {
  color: #000000;
  font-weight: 700;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 46px;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout9 .fxt-main-content .fxt-main-title {
    font-size: 41px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout9 .fxt-main-content .fxt-main-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout9 .fxt-main-content .fxt-main-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout9 .fxt-main-content .fxt-main-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .fxt-template-layout9 .fxt-main-content .fxt-main-title {
    font-size: 26px;
  }
}
.fxt-template-layout9 .fxt-main-content .fxt-paragraph {
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #000000;
}
.fxt-template-layout9 .fxt-main-content .fxt-btn-group {
  margin-top: 10px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fxt-template-layout9 .fxt-main-content .fxt-btn-group .fxt-single-item {
  margin: 0 10px 10px;
}
.fxt-template-layout9 .fxt-main-content .fxt-btn-fill {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  border: 0;
  padding: 10px 40px;
  min-width: 180px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout9 .fxt-main-content .fxt-btn-fill {
    padding: 10px 30px;
    min-width: 160px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout9 .fxt-main-content .fxt-btn-fill {
    padding: 10px 20px;
    min-width: 140px;
  }
}
.fxt-template-layout9 .fxt-main-content .fxt-btn-fill:before,
.fxt-template-layout9 .fxt-main-content .fxt-btn-fill:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout9 .fxt-main-content .fxt-btn-fill:before {
  background-color: #0173ff;
  opacity: 1;
  visibility: visible;
}
.fxt-template-layout9 .fxt-main-content .fxt-btn-fill:after {
  border: 1px solid #0173ff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.fxt-template-layout9 .fxt-main-content .fxt-btn-fill:hover {
  color: #0173ff;
}
.fxt-template-layout9 .fxt-main-content .fxt-btn-fill:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.fxt-template-layout9 .fxt-main-content .fxt-btn-fill:hover:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.fxt-template-layout9 .fxt-main-content .fxt-btn-fill:focus {
  outline: none;
}
.fxt-template-layout9 .fxt-main-content .fxt-social {
  margin-bottom: 20px;
}
.fxt-template-layout9 .fxt-main-content .fxt-social ul li {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout9 .fxt-main-content .fxt-social ul li {
    margin-right: 5px;
  }
}
.fxt-template-layout9 .fxt-main-content .fxt-social ul li:last-child {
  margin-right: 0;
}
.fxt-template-layout9 .fxt-main-content .fxt-social ul li a {
  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;
  font-size: 16px;
  height: 45px;
  width: 45px;
  background-color: #323232;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout9 .fxt-main-content .fxt-social ul li a {
    font-size: 15px;
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout9 .fxt-main-content .fxt-social ul li a {
    font-size: 14px;
    height: 35px;
    width: 35px;
  }
}
.fxt-template-layout9 .fxt-main-content .fxt-social ul li.fxt-facebook a:hover {
  background-color: #3b5998;
}
.fxt-template-layout9 .fxt-main-content .fxt-social ul li.fxt-twitter a:hover {
  background-color: #00acee;
}
.fxt-template-layout9 .fxt-main-content .fxt-social ul li.fxt-google a:hover {
  background-color: #CC3333;
}
.fxt-template-layout9 .fxt-main-content .fxt-social ul li.fxt-linkedin a:hover {
  background-color: #0077B5;
}
/*========================================================================
14. Demo Layout Ten
=========================================================================*/
.fxt-template-layout10 {
  background: #523fff;
  position: relative;
  width: 100%;
  z-index: 1;
}
.fxt-template-layout10:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -o-linear-gradient(30deg, #523fff 25%, #750ed5 75%);
  background: linear-gradient(60deg, #523fff 25%, #750ed5 75%);
  -webkit-animation: gradient1 10s ease infinite;
  animation: gradient1 10s ease infinite;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.fxt-template-layout10:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -o-linear-gradient(30deg, #750ed5 25%, #523fff 75%);
  background: linear-gradient(60deg, #750ed5 25%, #523fff 75%);
  -webkit-animation: gradient2 10s ease infinite;
  animation: gradient2 10s ease infinite;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@-webkit-keyframes gradient1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes gradient1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes gradient2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes gradient2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.fxt-template-layout10 #parallax {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(img/elements/buble1.png), url(img/elements/buble2.png), url(img/elements/buble3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
}
.fxt-template-layout10 .fxt-main-content {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout10 .fxt-main-content {
    padding: 50px 15px;
  }
}
.fxt-template-layout10 .fxt-main-content .fxt-logo {
  margin-top: 8px;
  margin-bottom: 100px;
  max-width: 40vw;
  margin-left: auto;
  margin-right: auto;
}
.fxt-template-layout10 .fxt-main-content .fxt-logo a {
  display: block;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout10 .fxt-main-content .fxt-logo {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout10 .fxt-main-content .fxt-logo {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout10 .fxt-main-content .fxt-logo {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout10 .fxt-main-content .fxt-logo {
    margin-bottom: 60px;
  }
}
.fxt-template-layout10 .fxt-main-content .fxt-sub-title {
  font-size: 28px;
  letter-spacing: 8px;
  margin-bottom: 5px;
  color: #ffffff;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout10 .fxt-main-content .fxt-sub-title {
    font-size: 26px;
    letter-spacing: 6px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout10 .fxt-main-content .fxt-sub-title {
    font-size: 22px;
    letter-spacing: 4px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout10 .fxt-main-content .fxt-sub-title {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.fxt-template-layout10 .fxt-main-content .fxt-main-title {
  color: #ffffff;
  font-weight: 300;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 40px;
}
.fxt-template-layout10 .fxt-main-content .fxt-paragraph {
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.fxt-template-layout10 .fxt-main-content .fxt-btn-group {
  margin-bottom: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fxt-template-layout10 .fxt-main-content .fxt-btn-group .fxt-single-item {
  margin: 0 10px 10px;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout10 .fxt-main-content .fxt-btn-group {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout10 .fxt-main-content .fxt-btn-group {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout10 .fxt-main-content .fxt-btn-group {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout10 .fxt-main-content .fxt-btn-group {
    margin-bottom: 70px;
  }
}
.fxt-template-layout10 .fxt-main-content .fxt-btn-fill {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  border: 0;
  padding: 10px 40px;
  min-width: 180px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout10 .fxt-main-content .fxt-btn-fill {
    padding: 10px 30px;
    min-width: 160px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout10 .fxt-main-content .fxt-btn-fill {
    padding: 10px 20px;
    min-width: 140px;
  }
}
.fxt-template-layout10 .fxt-main-content .fxt-btn-fill:before,
.fxt-template-layout10 .fxt-main-content .fxt-btn-fill:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout10 .fxt-main-content .fxt-btn-fill:before {
  background-color: #0173ff;
  opacity: 1;
  visibility: visible;
}
.fxt-template-layout10 .fxt-main-content .fxt-btn-fill:after {
  border: 1px solid #0173ff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.fxt-template-layout10 .fxt-main-content .fxt-btn-fill:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.fxt-template-layout10 .fxt-main-content .fxt-btn-fill:hover:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.fxt-template-layout10 .fxt-main-content .fxt-btn-fill:focus {
  outline: none;
}
.fxt-template-layout10 .fxt-main-content .fxt-social {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout10 .fxt-main-content .fxt-social {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout10 .fxt-main-content .fxt-social {
    margin-bottom: 15px;
  }
}
.fxt-template-layout10 .fxt-main-content .fxt-social ul li {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout10 .fxt-main-content .fxt-social ul li {
    margin-right: 5px;
  }
}
.fxt-template-layout10 .fxt-main-content .fxt-social ul li:last-child {
  margin-right: 0;
}
.fxt-template-layout10 .fxt-main-content .fxt-social ul li a {
  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;
  font-size: 16px;
  height: 45px;
  width: 45px;
  background-color: #6f45dd;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout10 .fxt-main-content .fxt-social ul li a {
    font-size: 15px;
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout10 .fxt-main-content .fxt-social ul li a {
    font-size: 14px;
    height: 35px;
    width: 35px;
  }
}
.fxt-template-layout10 .fxt-main-content .fxt-social ul li.fxt-facebook a:hover {
  background-color: #3b5998;
}
.fxt-template-layout10 .fxt-main-content .fxt-social ul li.fxt-twitter a:hover {
  background-color: #00acee;
}
.fxt-template-layout10 .fxt-main-content .fxt-social ul li.fxt-google a:hover {
  background-color: #CC3333;
}
.fxt-template-layout10 .fxt-main-content .fxt-social ul li.fxt-linkedin a:hover {
  background-color: #0077B5;
}
.fxt-template-layout10 .fxt-main-content .fxt-copyright {
  color: #e9e9e9;
  text-align: center;
  line-height: 1.8;
}
/*========================================================================
15. Demo Layout Eleven
=========================================================================*/
.fxt-template-layout11 {
  background: #523fff;
  position: relative;
  width: 100%;
  z-index: 1;
}
.fxt-template-layout11:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -o-linear-gradient(30deg, #2112a8, #2112a8, #460286, #306200, #a5a201, #a32803, #a32803);
  background: linear-gradient(60deg, #2112a8, #2112a8, #460286, #306200, #a5a201, #a32803, #a32803);
  background-size: 1200% 1200%;
  -webkit-animation: gradientBg 100s ease infinite;
  animation: gradientBg 100s ease infinite;
}
@-webkit-keyframes gradientBg {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@keyframes gradientBg {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
.fxt-template-layout11 .fxt-main-content {
  padding: 50px 30px;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout11 .fxt-main-content {
    padding: 50px 15px;
  }
}
.fxt-template-layout11 .fxt-main-content .fxt-logo {
  margin-top: 8px;
  margin-bottom: 100px;
  max-width: 40vw;
  margin-left: auto;
  margin-right: auto;
}
.fxt-template-layout11 .fxt-main-content .fxt-logo a {
  display: block;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout11 .fxt-main-content .fxt-logo {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout11 .fxt-main-content .fxt-logo {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout11 .fxt-main-content .fxt-logo {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout11 .fxt-main-content .fxt-logo {
    margin-bottom: 60px;
  }
}
.fxt-template-layout11 .fxt-main-content .fxt-main-title {
  color: #ffffff;
  font-weight: 600;
  max-width: 700px;
  font-size: 52px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout11 .fxt-main-content .fxt-main-title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout11 .fxt-main-content .fxt-main-title {
    font-size: 41px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout11 .fxt-main-content .fxt-main-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout11 .fxt-main-content .fxt-main-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout11 .fxt-main-content .fxt-main-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .fxt-template-layout11 .fxt-main-content .fxt-main-title {
    font-size: 26px;
  }
}
.fxt-template-layout11 .fxt-main-content .fxt-countdown {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown {
    margin-bottom: 20px;
  }
}
.fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section {
  display: inline-block;
  position: relative;
  z-index: 1;
  min-width: 150px;
}
@media only screen and (max-width: 1439px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 80px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 70px;
  }
}
@media only screen and (max-width: 380px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section {
    min-width: 60px;
  }
}
.fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section > div {
  position: relative;
  z-index: 1;
}
.fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section:before,
.fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section:after {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #fff;
  right: -5px;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section:before,
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section:after {
    height: 8px;
    width: 8px;
    right: -4px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section:before,
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section:after {
    height: 6px;
    width: 6px;
    right: -3px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section:before,
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section:after {
    height: 4px;
    width: 4px;
    right: -2px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section:before,
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section:after {
    height: 2px;
    width: 2px;
    right: -1px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section:before,
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section:after {
    display: none;
  }
}
.fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section:before {
  top: 15px;
}
@media only screen and (max-width: 1439px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section:before {
    top: 12px;
  }
}
.fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section:after {
  bottom: 15px;
}
@media only screen and (max-width: 1439px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section:after {
    bottom: 12px;
  }
}
.fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section:last-child:after,
.fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section:last-child:before {
  display: none;
}
.fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section .countdown-number {
  font-size: 66px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
@media only screen and (max-width: 1439px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section .countdown-number {
    font-size: 58px;
  }
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section .countdown-number {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section .countdown-number {
    font-size: 46px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section .countdown-number {
    font-size: 41px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section .countdown-number {
    font-size: 36px;
  }
}
.fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section .countdown-unit {
  color: #fff;
  position: absolute;
  z-index: 1;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 17px;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section .countdown-unit {
    bottom: -45px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section .countdown-unit {
    bottom: -40px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section .countdown-unit {
    font-size: 16px;
    bottom: -35px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout11 .fxt-main-content .fxt-countdown .countdown-section .countdown-unit {
    font-size: 15px;
    bottom: -30px;
  }
}
.fxt-template-layout11 .fxt-main-content .fxt-btn-group {
  margin-top: 30px;
  margin-bottom: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fxt-template-layout11 .fxt-main-content .fxt-btn-group .fxt-single-item {
  margin: 0 10px 10px;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout11 .fxt-main-content .fxt-btn-group {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout11 .fxt-main-content .fxt-btn-group {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout11 .fxt-main-content .fxt-btn-group {
    margin-bottom: 80px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout11 .fxt-main-content .fxt-btn-group {
    margin-bottom: 70px;
    margin-top: 10px;
  }
}
.fxt-template-layout11 .fxt-main-content .fxt-btn-fill {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  border: 0;
  padding: 10px 40px;
  min-width: 180px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout11 .fxt-main-content .fxt-btn-fill {
    padding: 10px 30px;
    min-width: 160px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout11 .fxt-main-content .fxt-btn-fill {
    padding: 10px 20px;
    min-width: 140px;
  }
}
.fxt-template-layout11 .fxt-main-content .fxt-btn-fill:before,
.fxt-template-layout11 .fxt-main-content .fxt-btn-fill:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout11 .fxt-main-content .fxt-btn-fill:before {
  background-color: #0173ff;
  opacity: 1;
  visibility: visible;
}
.fxt-template-layout11 .fxt-main-content .fxt-btn-fill:after {
  border: 1px solid #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.fxt-template-layout11 .fxt-main-content .fxt-btn-fill:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.fxt-template-layout11 .fxt-main-content .fxt-btn-fill:hover:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.fxt-template-layout11 .fxt-main-content .fxt-btn-fill:focus {
  outline: none;
}
.fxt-template-layout11 .fxt-main-content .fxt-social {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout11 .fxt-main-content .fxt-social {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout11 .fxt-main-content .fxt-social {
    margin-bottom: 15px;
  }
}
.fxt-template-layout11 .fxt-main-content .fxt-social ul li {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout11 .fxt-main-content .fxt-social ul li {
    margin-right: 5px;
  }
}
.fxt-template-layout11 .fxt-main-content .fxt-social ul li:last-child {
  margin-right: 0;
}
.fxt-template-layout11 .fxt-main-content .fxt-social ul li a {
  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;
  font-size: 16px;
  height: 45px;
  width: 45px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout11 .fxt-main-content .fxt-social ul li a {
    font-size: 15px;
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout11 .fxt-main-content .fxt-social ul li a {
    font-size: 14px;
    height: 35px;
    width: 35px;
  }
}
.fxt-template-layout11 .fxt-main-content .fxt-social ul li a:hover {
  color: #ffffff;
}
.fxt-template-layout11 .fxt-main-content .fxt-social ul li.fxt-facebook a:hover {
  background-color: #3b5998;
}
.fxt-template-layout11 .fxt-main-content .fxt-social ul li.fxt-twitter a:hover {
  background-color: #00acee;
}
.fxt-template-layout11 .fxt-main-content .fxt-social ul li.fxt-google a:hover {
  background-color: #CC3333;
}
.fxt-template-layout11 .fxt-main-content .fxt-social ul li.fxt-linkedin a:hover {
  background-color: #0077B5;
}
.fxt-template-layout11 .fxt-main-content .fxt-copyright {
  color: #e9e9e9;
  text-align: center;
  line-height: 1.8;
}
/*========================================================================
16. Demo Layout Twelve
=========================================================================*/
.fxt-template-layout12 {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.fxt-template-layout12:before {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fxt-template-layout12 #particles-js {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  opacity: 0.5;
}
.fxt-template-layout12 .fxt-main-content {
  padding: 50px 30px;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  height: 100%;
  max-width: 850px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout12 .fxt-main-content {
    padding: 50px 15px;
  }
}
.fxt-template-layout12 .fxt-main-content .fxt-logo {
  margin-top: 8px;
  margin-bottom: 100px;
  max-width: 40vw;
  margin-left: auto;
  margin-right: auto;
}
.fxt-template-layout12 .fxt-main-content .fxt-logo a {
  display: block;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout12 .fxt-main-content .fxt-logo {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout12 .fxt-main-content .fxt-logo {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout12 .fxt-main-content .fxt-logo {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout12 .fxt-main-content .fxt-logo {
    margin-bottom: 60px;
  }
}
.fxt-template-layout12 .fxt-main-content .fxt-sub-title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 8px;
  margin-bottom: 5px;
  color: #ffffff;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout12 .fxt-main-content .fxt-sub-title {
    font-size: 26px;
    letter-spacing: 6px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout12 .fxt-main-content .fxt-sub-title {
    font-size: 22px;
    letter-spacing: 4px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout12 .fxt-main-content .fxt-sub-title {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.fxt-template-layout12 .fxt-main-content .fxt-main-title {
  color: #ffffff;
  font-weight: 700;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 30px;
}
.fxt-template-layout12 .fxt-main-content .fxt-paragraph {
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.fxt-template-layout12 .fxt-main-content .fxt-btn-group {
  margin-top: 30px;
  margin-bottom: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fxt-template-layout12 .fxt-main-content .fxt-btn-group .fxt-single-item {
  margin: 0 10px 10px;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout12 .fxt-main-content .fxt-btn-group {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout12 .fxt-main-content .fxt-btn-group {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout12 .fxt-main-content .fxt-btn-group {
    margin-bottom: 80px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout12 .fxt-main-content .fxt-btn-group {
    margin-bottom: 70px;
    margin-top: 10px;
  }
}
.fxt-template-layout12 .fxt-main-content .fxt-btn-fill {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  border: 0;
  padding: 10px 40px;
  min-width: 180px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout12 .fxt-main-content .fxt-btn-fill {
    padding: 10px 30px;
    min-width: 160px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout12 .fxt-main-content .fxt-btn-fill {
    padding: 10px 20px;
    min-width: 140px;
  }
}
.fxt-template-layout12 .fxt-main-content .fxt-btn-fill:before,
.fxt-template-layout12 .fxt-main-content .fxt-btn-fill:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout12 .fxt-main-content .fxt-btn-fill:before {
  background-color: #0173ff;
  opacity: 1;
  visibility: visible;
}
.fxt-template-layout12 .fxt-main-content .fxt-btn-fill:after {
  border: 1px solid #0173ff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.fxt-template-layout12 .fxt-main-content .fxt-btn-fill:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.fxt-template-layout12 .fxt-main-content .fxt-btn-fill:hover:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.fxt-template-layout12 .fxt-main-content .fxt-btn-fill:focus {
  outline: none;
}
.fxt-template-layout12 .fxt-main-content .fxt-social {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout12 .fxt-main-content .fxt-social {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout12 .fxt-main-content .fxt-social {
    margin-bottom: 15px;
  }
}
.fxt-template-layout12 .fxt-main-content .fxt-social ul li {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout12 .fxt-main-content .fxt-social ul li {
    margin-right: 5px;
  }
}
.fxt-template-layout12 .fxt-main-content .fxt-social ul li:last-child {
  margin-right: 0;
}
.fxt-template-layout12 .fxt-main-content .fxt-social ul li a {
  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;
  font-size: 16px;
  height: 45px;
  width: 45px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout12 .fxt-main-content .fxt-social ul li a {
    font-size: 15px;
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout12 .fxt-main-content .fxt-social ul li a {
    font-size: 14px;
    height: 35px;
    width: 35px;
  }
}
.fxt-template-layout12 .fxt-main-content .fxt-social ul li a:hover {
  color: #ffffff;
}
.fxt-template-layout12 .fxt-main-content .fxt-social ul li.fxt-facebook a:hover {
  background-color: #3b5998;
}
.fxt-template-layout12 .fxt-main-content .fxt-social ul li.fxt-twitter a:hover {
  background-color: #00acee;
}
.fxt-template-layout12 .fxt-main-content .fxt-social ul li.fxt-google a:hover {
  background-color: #CC3333;
}
.fxt-template-layout12 .fxt-main-content .fxt-social ul li.fxt-linkedin a:hover {
  background-color: #0077B5;
}
.fxt-template-layout12 .fxt-main-content .fxt-copyright {
  color: #e9e9e9;
  text-align: center;
  line-height: 1.8;
} 
.con-details {
  display: flex;
  width: 100%;
  justify-content: center;
} 

.con-details .con-list {
  margin-right: 10px;
 
} 
.con-details .con-list a{
  color: #fff; 
  -webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
}  

.con-details .con-list a i {
  background: #fff;
  width: 30px;
  height: 30px; 
  border-radius: 50%;
  color: #17375e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.6s ease;
} 
.con-details .con-list a:hover i {
transform: rotateY(180deg);
}

.con-details .con-list a:hover {
  color:red;
}
.vegas-overlay,.vegas-slide,.vegas-slide-inner,.vegas-timer,.vegas-wrapper{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-overlay{opacity:.5;background:url(overlays/02.html) center center}.vegas-timer{top:auto;bottom:0;height:2px}.vegas-timer-progress{width:0;height:100%;background:#fff;transition:width ease-out}.vegas-timer-running .vegas-timer-progress{width:100%}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:center center no-repeat;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform,opacity}body .vegas-container{overflow:hidden!important;position:relative}.vegas-video{min-width:100%;min-height:100%;width:auto;height:auto}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container>.vegas-overlay,body.vegas-container>.vegas-slide,body.vegas-container>.vegas-timer{position:fixed;z-index:-1}.vegas-transition-blur,.vegas-transition-blur2{opacity:0;-webkit-filter:blur(32px) brightness(1.01);filter:blur(32px) brightness(1.01)}.vegas-transition-blur-in,.vegas-transition-blur2-in{opacity:1;-webkit-filter:blur(0) brightness(1.01);filter:blur(0) brightness(1.01)}.vegas-transition-blur2-out{opacity:0}.vegas-transition-burn,.vegas-transition-burn2{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-burn-in,.vegas-transition-burn2-in{opacity:1;-webkit-filter:contrast(100%) saturate(100%);filter:contrast(100%) saturate(100%)}.vegas-transition-burn2-out{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}.vegas-transition-flash,.vegas-transition-flash2{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-flash-in,.vegas-transition-flash2-in{opacity:1;-webkit-filter:brightness(1);filter:brightness(1)}.vegas-transition-flash2-out{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-negative,.vegas-transition-negative2{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-negative-in,.vegas-transition-negative2-in{opacity:1;-webkit-filter:invert(0);filter:invert(0)}.vegas-transition-negative2-out{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-slideDown,.vegas-transition-slideDown2{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-slideDown-in,.vegas-transition-slideDown2-in{-webkit-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideDown2-out{-webkit-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideLeft,.vegas-transition-slideLeft2{-webkit-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideLeft-in,.vegas-transition-slideLeft2-in{-webkit-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideLeft2-out,.vegas-transition-slideRight,.vegas-transition-slideRight2{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight-in,.vegas-transition-slideRight2-in{-webkit-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideRight2-out{-webkit-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideUp,.vegas-transition-slideUp2{-webkit-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideUp-in,.vegas-transition-slideUp2-in{-webkit-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideUp2-out{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-swirlLeft,.vegas-transition-swirlLeft2{-webkit-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-swirlLeft-in,.vegas-transition-swirlLeft2-in{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlLeft2-out,.vegas-transition-swirlRight,.vegas-transition-swirlRight2{-webkit-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight-in,.vegas-transition-swirlRight2-in{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlRight2-out{-webkit-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-zoomIn,.vegas-transition-zoomIn2{-webkit-transform:scale(0);transform:scale(0);opacity:0}.vegas-transition-zoomIn-in,.vegas-transition-zoomIn2-in{-webkit-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomIn2-out,.vegas-transition-zoomOut,.vegas-transition-zoomOut2{-webkit-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut-in,.vegas-transition-zoomOut2-in{-webkit-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomOut2-out{-webkit-transform:scale(0);transform:scale(0);opacity:0}.vegas-animation-kenburns{-webkit-animation:kenburns ease-out;animation:kenburns ease-out}@-webkit-keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}.vegas-animation-kenburnsDownLeft{-webkit-animation:kenburnsDownLeft ease-out;animation:kenburnsDownLeft ease-out}@-webkit-keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownRight{-webkit-animation:kenburnsDownRight ease-out;animation:kenburnsDownRight ease-out}@-webkit-keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDown{-webkit-animation:kenburnsDown ease-out;animation:kenburnsDown ease-out}@-webkit-keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsLeft{-webkit-animation:kenburnsLeft ease-out;animation:kenburnsLeft ease-out}@-webkit-keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsRight{-webkit-animation:kenburnsRight ease-out;animation:kenburnsRight ease-out}@-webkit-keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpLeft{-webkit-animation:kenburnsUpLeft ease-out;animation:kenburnsUpLeft ease-out}@-webkit-keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpRight{-webkit-animation:kenburnsUpRight ease-out;animation:kenburnsUpRight ease-out}@-webkit-keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUp{-webkit-animation:kenburnsUp ease-out;animation:kenburnsUp ease-out}@-webkit-keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}
/*# sourceMappingURL=vegas.min.css.map */
.con-title h5 {
	margin-bottom: 0;
	color: #fff;
}

.con-title .bar {
	background: #bebebe;
	border-radius: 30px;
	height: 5px;
	margin: 20px 0;
	position: relative;
	width: 90px;
	margin: 0 auto;
	margin-top: 9px;
	margin-bottom: 20px;
}
.con-title .bar::before {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: MOVE-BG;
	animation-name: MOVE-BG;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	background: #0070c0;
	border-radius: 50%;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: -2.7px;
	width: 10px;
}
@-webkit-keyframes MOVE-BG {
 0% {
  -webkit-transform:translateX(0);
  transform:translateX(0)
 }
 to {
  -webkit-transform:translateX(88px);
  transform:translateX(88px)
 }
}
@keyframes MOVE-BG {
 0% {
  -webkit-transform:translateX(0);
  transform:translateX(0)
 }
 to {
  -webkit-transform:translateX(88px);
  transform:translateX(88px)
 }
}