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;
  padding: 0;
  margin: 0;
}
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;
}
@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;
  }
}

.fxt-contact-form{color: #000;  }

.contact-info{text-align: center; font-size: 17px; color: #fff; padding-bottom: 50px; padding-top: 25px;  }
.contact-info div{color: #fff;  }
.fxt-main-title-sub{color: #fff; font-size: 22px; text-align: center;  }
.fxt-main-title span{color: #ff5704;  }
/*=======================================================================
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;
}

/*========================================================================
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: 0px 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;
}

.fxt-template-layout8 .fxt-main-content .fxt-logo {
  margin-top: 8px;
  margin-bottom: 50px;
  max-width: 55vw;
  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: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout8 .fxt-main-content .fxt-logo {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout8 .fxt-main-content .fxt-logo {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout8 .fxt-main-content .fxt-logo {
    margin-bottom: 25px;
  }
}
.fxt-template-layout8 .fxt-main-content .fxt-main-title {
  color: #ffffff;
  font-weight: 700;
  max-width: 1000px;
  font-size: 52px;
  letter-spacing: 2px;
  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;
  }
.fxt-main-title-sub{font-size: 16px;  } 
.contact-info{font-size: 16px;  }

}
@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;
}

