
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button {
  cursor: pointer;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
  margin-bottom: 20px;
}

h2 {
  font-size: 45px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0px;
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.shape {
  position: absolute;
  z-index: -1;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

.logo img {
  width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img-wrapper {
    display: none;
  }
}

@media (max-width: 767px) {
  .img-wrapper {
    display: none;
  }
}

@media (max-width: 767px) {
  .odd-col {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.slick-slide:focus {
  outline: 0;
}

.common-btn {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.common-btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(50, 128, 237, 0.1);
  border-radius: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.common-btn:hover::after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}


input {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  border: 1px solid rgba(112, 112, 112, 0.3);
}

input::-webkit-input-placeholder {
  font-size: 16px;
}

input:-ms-input-placeholder {
  font-size: 16px;
}

input::-ms-input-placeholder {
  font-size: 16px;
}

input::placeholder {
  font-size: 16px;
}

input:focus {
  border-color: #2F80ED;
}

.subscribe-form-1 {
  position: relative;
  max-width: 570px;
}

.subscribe-form-1 input {
  padding: 20px 25px;
  width: 100%;
}

.subscribe-form-1 button {
  padding: 20px 17px;
  color: #fff;
  border: 1px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {
  .subscribe-form-1 button {
    position: relative;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .subscribe-form-1 button {
    position: absolute;
  }
}

.countdown {
  padding-top: 40px;
  padding-bottom: 40px;
}

.countdown .single-count-content {
  position: relative;
  padding: 0 40px;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .countdown .single-count-content {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .countdown .single-count-content {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .countdown .single-count-content {
    padding: 0 20px;
  }
}

.countdown .single-count-content::after {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 50px;
}

@media (max-width: 767px) {
  .countdown .single-count-content::after {
    top: -10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .countdown .single-count-content::after {
    top: -5px;
  }
}

.countdown .single-count-content:first-child {
  padding-left: 0px;
}

.countdown .single-count-content:last-child {
  padding-right: 0px;
}

.countdown .single-count-content:last-child::after {
  display: none;
}

.countdown .single-count-content .count {
  font-size: 50px;
}

@media (max-width: 767px) {
  .countdown .single-count-content .count {
    font-size: 35px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .countdown .single-count-content .count {
    font-size: 45px;
  }
}

.countdown .single-count-content .text {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .countdown .single-count-content .text {
    font-size: 15px;
  }
}

main.main-14 .main-wrapper {
  width: 100%;
}

main.main-14 .main-wrapper.demo-14 {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  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-family: "Roboto", sans-serif;
  color: #0d0d0d;
  position: relative;
}

@media (max-width: 767px) {
  main.main-14 .main-wrapper.demo-14 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

main.main-14 .main-wrapper.demo-14 .img-wrapper {
  margin-left: -100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  main.main-14 .main-wrapper.demo-14 .img-wrapper {
    display: block;
    margin-left: -150px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  main.main-14 .main-wrapper.demo-14 .img-wrapper {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  main.main-14 .main-wrapper.demo-14 .img-wrapper img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  main.main-14 .main-wrapper.demo-14 .img-wrapper img {
    width: 100%;
  }
}

main.main-14 .main-wrapper.demo-14 .shape-1 {
  left: 0;
  right: 0;
  margin: auto;
  top: 120px;
}

main.main-14 .main-wrapper.demo-14 .shape-2 {
  right: 380px;
  top: 95px;
}

main.main-14 .main-wrapper.demo-14 .shape-3 {
  right: 88px;
  top: 230px;
}

main.main-14 .main-wrapper.demo-14 .shape-4 {
  right: 295px;
  top: 550px;
}

main.main-14 .main-wrapper.demo-14 .shape-5 {
  right: -48px;
  bottom: 250px;
}

main.main-14 .main-wrapper.demo-14 .shape-6 {
  right: 272px;
  bottom: -20px;
}

main.main-14 .main-wrapper.demo-14 .content-wrapper {
  margin-left: -40px;
}

@media (max-width: 767px) {
  main.main-14 .main-wrapper.demo-14 .content-wrapper {
    margin-left: 0px;
    margin-bottom: 30px;
  }
}

main.main-14 .main-wrapper.demo-14 .content-wrapper h1 {
  font-size: 100px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  main.main-14 .main-wrapper.demo-14 .content-wrapper h1 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  main.main-14 .main-wrapper.demo-14 .content-wrapper h1 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  main.main-14 .main-wrapper.demo-14 .content-wrapper h1 {
    font-size: 50px;
  }
}

main.main-14 .main-wrapper.demo-14 .content-wrapper p {
  font-size: 16px;
  line-height: 26px;
}

main.main-14 .main-wrapper.demo-14 .content-wrapper .countdown {
  padding-top: 45px;
  padding-bottom: 50px;
}

main.main-14 .main-wrapper.demo-14 .content-wrapper .countdown .single-count-content {
  padding: 0 36px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  main.main-14 .main-wrapper.demo-14 .content-wrapper .countdown .single-count-content {
    padding: 0 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  main.main-14 .main-wrapper.demo-14 .content-wrapper .countdown .single-count-content {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  main.main-14 .main-wrapper.demo-14 .content-wrapper .countdown .single-count-content {
    padding: 0 15px;
  }
}

main.main-14 .main-wrapper.demo-14 .content-wrapper .countdown .single-count-content:first-child {
  padding-left: 0px;
}

main.main-14 .main-wrapper.demo-14 .content-wrapper .countdown .single-count-content:last-child {
  padding-right: 0;
}

main.main-14 .main-wrapper.demo-14 .content-wrapper .countdown .single-count-content:last-child::after {
  content: '';
}

main.main-14 .main-wrapper.demo-14 .content-wrapper .countdown .single-count-content::after {
  content: ':';
  font-size: 50px;
  color: #3E2945;
  position: absolute;
  top: -5px;
  right: 0;
}

@media (max-width: 767px) {
  main.main-14 .main-wrapper.demo-14 .content-wrapper .countdown .single-count-content::after {
    font-size: 35px;
    top: 0;
  }
}

main.main-14 .main-wrapper.demo-14 .content-wrapper .countdown .single-count-content .count {
  font-size: 50px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  main.main-14 .main-wrapper.demo-14 .content-wrapper .countdown .single-count-content .count {
    font-size: 35px;
  }
}

main.main-14 .main-wrapper.demo-14 .content-wrapper .countdown .single-count-content .text {
  font-size: 16px;
}

@media (max-width: 767px) {
  main.main-14 .main-wrapper.demo-14 .content-wrapper .countdown .single-count-content .text {
    font-size: 15px;
  }
}

main.main-14 .main-wrapper.demo-14 .content-wrapper .subscribe-form input {
  border: 1px solid rgba(112, 112, 112, 0.3);
}

main.main-14 .main-wrapper.demo-14 .content-wrapper .subscribe-form button {
  background: #1a1b1b;
}

@media (max-width: 767px) {
  main.main-14 .main-wrapper.demo-14 .content-wrapper .subscribe-form button {
    position: unset;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  main.main-14 .main-wrapper.demo-14 .content-wrapper .subscribe-form button {
    position: absolute;
  }
}