@font-face {
  font-family: 'Enchanting Celebrations';
  src: url("assets/fonts/celebration/EnchantingCelebrations.eot");
  src: url("assets/fonts/celebration/EnchantingCelebrations.eot?#iefix") format("embedded-opentype"), url("assets/fonts/celebration/EnchantingCelebrations.woff2") format("woff2"), url("assets/fonts/celebration/EnchantingCelebrations.woff") format("woff"), url("assets/fonts/EnchantingCelebrations.ttf") format("truetype"), url("assets/fonts/celebration/EnchantingCelebrations.svg#EnchantingCelebrations") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Montserrat", sans-serif;
}
body ::-moz-selection {
  color: #C2185B;
  background: transparent;
}

a {
  outline: 0 !important;
}
a:hover {
  text-decoration: none !important;
}
a:focus {
  text-decoration: none;
}

ul {
  list-style: none;
}

.pres-slide {
  background-color: #246F97 !important;
}

.owl-nav {
  margin: 0 !important;
}

#owl-demo {
  max-height: 100vh;
  overflow: hidden;
}

.owl-prev {
  background: #fff none repeat scroll 0 0 !important;
  border: 0 none;
  border-bottom-right-radius: 20px !important;
  border-top-right-radius: 20px !important;
  margin: 0 !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 9px 7px !important;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}
.owl-prev .fa.fa-chevron-left {
  color: #ef5350;
  -webkit-font-size: 15px;
  -moz-font-size: 15px;
  -ms-font-size: 15px;
  font-size: 15px;
  margin-right: 6px;
}

.owl-next {
  background: #fff none repeat scroll 0 0 !important;
  border: 0 none;
  border-bottom-left-radius: 20px !important;
  border-top-left-radius: 20px !important;
  margin: 0 !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 9px 7px !important;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.owl-next .fa.fa-chevron-right {
  color: #ef5350;
  -webkit-font-size: 15px;
  -moz-font-size: 15px;
  -ms-font-size: 15px;
  font-size: 15px;
  margin-left: 6px;
}

.main-heading {
  color: #fff;
  font-family: Enchanting Celebrations;
  -webkit-font-size: 66px;
  -moz-font-size: 66px;
  -ms-font-size: 66px;
  font-size: 66px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  position: relative;
  text-align: center;
}

.one span {
  opacity: 0;
  transform: translate(-300px, 0) scale(0);
  animation: sideSlide .5s forwards;
}

@keyframes sideSlide {
  60% {
    transform: translate(20px, 0) scale(1);
  }
  80% {
    transform: translate(20px, 0) scale(1);
  }
  99% {
    transform: translate(0) scale(1.2);
    color: #B71C1C;
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
/*===================================
=            wecome page            =
===================================*/
.welcome-page {
  height: 100vh;
  background-color: #009688;
  position: relative;
  padding: 50px;
}
.welcome-page:after {
  background-image: url("assets/images/pattarn.png");
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.welcome-page__heading {
  margin-top: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-font-size: 190px;
  -moz-font-size: 190px;
  -ms-font-size: 190px;
  font-size: 190px;
  color: #fff;
  font-family: "Enchanting Celebrations";
  padding: 20px;
  z-index: 99999;
}

/*=====  End of wecome page  ======*/
/*===================================
=            first-slide            =
===================================*/
.main-page {
  background: #ef5350;
  color: #fff;
  height: 100vh;
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
}
.main-page__content {
  position: absolute;
  top: 50%;
  content: "";
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 50px;
}
.main-page__content-wrap {
  position: relative;
}
.main-page__heading {
  font-family: "Enchanting Celebrations";
  -webkit-font-size: 124px;
  -moz-font-size: 124px;
  -ms-font-size: 124px;
  font-size: 124px;
  text-align: center;
  text-shadow: 2px 2px 3px #b71c1c;
  word-break: break-all;
  line-height: 135px;
}
.main-page__tag-line {
  background-color: #b71c1c;
  -webkit-font-size: 24px;
  -moz-font-size: 24px;
  -ms-font-size: 24px;
  font-size: 24px;
  font-style: italic;
  padding: 9px;
  position: absolute;
  right: 0px;
}
.main-page .animate span {
  display: inline-block;
}
.main-page .animate span:nth-of-type(2) {
  animation-delay: .05s;
}
.main-page .animate span:nth-of-type(3) {
  animation-delay: .1s;
}
.main-page .animate span:nth-of-type(4) {
  animation-delay: .15s;
}
.main-page .animate span:nth-of-type(5) {
  animation-delay: .2s;
}
.main-page .animate span:nth-of-type(6) {
  animation-delay: .25s;
}
.main-page .animate span:nth-of-type(7) {
  animation-delay: .3s;
}
.main-page .animate span::nth-of-type(8) {
  animation-delay: .35s;
}
.main-page .animate span:nth-of-type(9) {
  animation-delay: .4s;
}
.main-page .animate span:nth-of-type(10) {
  animation-delay: .45s;
}
.main-page .animate span:nth-of-type(11) {
  animation-delay: .5s;
}
.main-page .animate span:nth-of-type(12) {
  animation-delay: .55s;
}
.main-page .animate span:nth-of-type(13) {
  animation-delay: .6s;
}
.main-page .animate span:nth-of-type(14) {
  animation-delay: .65s;
}
.main-page .animate span:nth-of-type(15) {
  animation-delay: .7s;
}
.main-page .animate span:nth-of-type(16) {
  animation-delay: .75s;
}
.main-page .animate span:nth-of-type(17) {
  animation-delay: .8s;
}
.main-page .animate span::nth-of-type(18) {
  animation-delay: .85s;
}
.main-page .animate span:nth-of-type(19) {
  animation-delay: .9s;
}
.main-page .animate span:nth-of-type(20) {
  animation-delay: .95s;
}
.main-page .animate span:nth-of-type(21) {
  animation-delay: .10s;
}
.main-page .animate span:nth-of-type(22) {
  animation-delay: .105s;
}
.main-page .animate span:nth-of-type(23) {
  animation-delay: .11s;
}
.main-page .animate span:nth-of-type(24) {
  animation-delay: .115s;
}
.main-page .animate span:nth-of-type(25) {
  animation-delay: .12s;
}
.main-page .animate span:nth-of-type(26) {
  animation-delay: .125s;
}
.main-page .animate span:nth-of-type(26) {
  animation-delay: .13s;
}
.main-page .animate span:nth-of-type(27) {
  animation-delay: .135s;
}
.main-page__word-wrap {
  display: inline-block;
  margin: 0;
  overflow-wrap: break-word;
}

/*=====  End of first-slide  ======*/
/*====================================
=            second-slide            =
====================================*/
.main-page-second {
  background-color: #f9a11f;
  color: #fff;
  height: 100vh;
  position: relative;
}
.main-page-second__content-wrap {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  padding: 50px;
}
.main-page-second__heading .span-one {
  font-family: "Great Vibes", cursive;
  display: block;
}
.main-page-second__heading .span-two {
  display: block;
  -webkit-font-size: 90px;
  -moz-font-size: 90px;
  -ms-font-size: 90px;
  font-size: 90px;
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: 16px;
  text-transform: uppercase;
  color: #a42e00;
}
.main-page-second__heading .span-three {
  display: block;
  -webkit-font-size: 19px;
  -moz-font-size: 19px;
  -ms-font-size: 19px;
  font-size: 19px;
  position: relative;
}
.main-page-second__heading .span-three:after {
  background: #fff none repeat scroll 0 0;
  bottom: -35px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 136px;
}
.main-page-second__last-heading {
  background: #a42e00 none repeat scroll 0 0;
  content: "";
  -webkit-font-size: 16px;
  -moz-font-size: 16px;
  -ms-font-size: 16px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 100px;
  max-width: 250px;
  padding: 9px 25px;
  text-transform: uppercase;
  width: 100%;
  position: relative;
}
.main-page-second__last-heading:after {
  border-width: 18px 10px;
  border-style: solid;
  border-color: #fff #fff #fff transparent;
  content: " ";
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
}

/*=====  End of second-slide  ======*/
/*====================================
=            third-slide            =
====================================*/
.third-slide {
  height: 100vh;
  background-color: #2196F3;
  color: #fff;
  text-align: center;
  position: relative;
}
.third-slide__content {
  position: absolute;
  top: 50%;
  content: "";
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 50px;
}
.third-slide__center-img {
  margin: 30px auto 0;
  width: 40% !important;
}
.third-slide__heading-one {
  font-family: "Enchanting Celebrations";
  -webkit-font-size: 40px;
  -moz-font-size: 40px;
  -ms-font-size: 40px;
  font-size: 40px;
  line-height: 60px;
}
.third-slide__heading-two {
  text-align: right;
  position: absolute;
  right: 0;
  top: 5px;
  background-color: black;
  padding: 10px;
  -webkit-font-size: 18px;
  -moz-font-size: 18px;
  -ms-font-size: 18px;
  font-size: 18px;
  font-style: italic;
}

/*=====  End of third-slide  ======*/
/*=====================================
=            fourth-section            =
=====================================*/
.fourth-slide {
  height: 100vh;
  background-color: #F44336;
  position: relative;
}
.fourth-slide__content {
  position: absolute;
  top: 50%;
  content: "";
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 50px;
}
.fourth-slide:after {
  background-image: url("assets/images/pattarn.png");
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fourth-slide::after__content {
  position: absolute;
  top: 50%;
  content: "";
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.fourth-slide__list-wrap {
  margin-top: 80px;
}
.fourth-slide__animate-icon {
  position: absolute;
  top: 0px;
  width: 30px !important;
}
.fourth-slide__icon {
  width: 30px !important;
  position: relative;
}
.fourth-slide__para {
  color: #fff;
  -webkit-font-size: 19px;
  -moz-font-size: 19px;
  -ms-font-size: 19px;
  font-size: 19px;
  line-height: 35px;
}
.fourth-slide__content-wrapper {
  margin-bottom: 25px;
}

/*=====  End of fourth-section  ======*/
/*===================================
=            fifth-slide            =
===================================*/
.fifth-slide {
  height: 100vh;
  background-color: #FF9800;
  padding: 50px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.fifth-slide__quote-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
}
.fifth-slide__quote-para {
  -webkit-font-size: 49px;
  -moz-font-size: 49px;
  -ms-font-size: 49px;
  font-size: 49px;
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  font-family: "Great Vibes", cursive;
  text-shadow: 2px 2px 0 #ff9800;
}
.fifth-slide__icon-one {
  display: block;
  -webkit-font-size: 44px;
  -moz-font-size: 44px;
  -ms-font-size: 44px;
  font-size: 44px;
  left: -375px;
  position: absolute;
  width: 100%;
}
.fifth-slide__icon-two {
  bottom: 0;
  display: block;
  -webkit-font-size: 44px;
  -moz-font-size: 44px;
  -ms-font-size: 44px;
  font-size: 44px;
  position: absolute;
  right: -228px;
  width: 100%;
}

/*=====  End of fifth-slide  ======*/
/*===================================
=            sixth-slide            =
===================================*/
.sixth-slide {
  height: 100vh;
  background-color: #000;
  color: #fff;
  position: relative;
}
.sixth-slide:after {
  background-image: url("assets/images/pattarn.png");
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.sixth-slide__content {
  position: absolute;
  top: 50%;
  content: "";
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 50px;
}
.sixth-slide__heading {
  font-family: "Enchanting Celebrations";
  -webkit-font-size: 57px;
  -moz-font-size: 57px;
  -ms-font-size: 57px;
  font-size: 57px;
  text-align: center;
  position: relative;
}
.sixth-slide__content-wrapper {
  margin-top: 60px;
}
.sixth-slide__content-right {
  text-align: center;
  padding: 20px;
}
.sixth-slide__content-left {
  text-align: center;
  padding: 20px;
}
.sixth-slide__inner-heading {
  font-family: "Enchanting Celebrations";
  -webkit-font-size: 30px;
  -moz-font-size: 30px;
  -ms-font-size: 30px;
  font-size: 30px;
}
.sixth-slide__inner-para {
  -webkit-font-size: 17px;
  -moz-font-size: 17px;
  -ms-font-size: 17px;
  font-size: 17px;
  padding: 10px;
}

/*=====  End of sixth-slide  ======*/
/*===================================
=            seven-slide            =
===================================*/
.seven-slide {
  height: 100vh;
  background-color: #AD1457;
  color: #fff;
  position: relative;
}
.seven-slide__content {
  position: absolute;
  top: 50%;
  content: "";
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 50px;
}
.seven-slide__heading {
  font-family: "Enchanting Celebrations";
  -webkit-font-size: 57px;
  -moz-font-size: 57px;
  -ms-font-size: 57px;
  font-size: 57px;
  text-align: center;
  position: relative;
}
.seven-slide__content-wrapper {
  margin-top: 60px;
}
.seven-slide__content-right {
  text-align: center;
  padding: 20px;
}
.seven-slide__content-mid {
  text-align: center;
  padding: 20px;
}
.seven-slide__content-left {
  text-align: center;
  padding: 20px;
}
.seven-slide__inner-heading {
  font-family: "Enchanting Celebrations";
  -webkit-font-size: 30px;
  -moz-font-size: 30px;
  -ms-font-size: 30px;
  font-size: 30px;
}
.seven-slide__inner-para {
  -webkit-font-size: 17px;
  -moz-font-size: 17px;
  -ms-font-size: 17px;
  font-size: 17px;
  padding: 10px;
}

/*=====  End of seven-slide  ======*/
/*===================================
=            eight-slide            =
===================================*/
.eight-slide {
  height: 100vh;
  background-color: #00897b;
  color: #fff;
  position: relative;
}
.eight-slide__content {
  position: absolute;
  top: 50%;
  content: "";
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 50px;
}
.eight-slide__heading {
  font-family: "Enchanting Celebrations";
  -webkit-font-size: 57px;
  -moz-font-size: 57px;
  -ms-font-size: 57px;
  font-size: 57px;
  text-align: center;
  position: relative;
}
.eight-slide__content-wrapper {
  margin-top: 60px;
}
.eight-slide__content-right {
  text-align: center;
  padding: 20px;
}
.eight-slide__content-mid {
  text-align: center;
  padding: 20px;
}
.eight-slide__content-left {
  text-align: center;
  padding: 20px;
}
.eight-slide__inner-heading {
  font-family: "Enchanting Celebrations";
  -webkit-font-size: 30px;
  -moz-font-size: 30px;
  -ms-font-size: 30px;
  font-size: 30px;
}
.eight-slide__inner-para {
  -webkit-font-size: 17px;
  -moz-font-size: 17px;
  -ms-font-size: 17px;
  font-size: 17px;
  padding: 10px;
}

/*=====  End of eight-slide  ======*/
/*===================================
=            nine-slide            =
===================================*/
.nine-slide {
  height: 100vh;
  background-color: #efefef;
  color: #000;
  position: relative;
}
.nine-slide__content {
  position: absolute;
  top: 50%;
  content: "";
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 50px;
}
.nine-slide__heading {
  color: #000 !important;
}
.nine-slide__content-right {
  text-align: left;
}
.nine-slide__inner-heading {
  font-family: "Enchanting Celebrations";
  -webkit-font-size: 30px;
  -moz-font-size: 30px;
  -ms-font-size: 30px;
  font-size: 30px;
}
.nine-slide__inner-para {
  -webkit-font-size: 17px;
  -moz-font-size: 17px;
  -ms-font-size: 17px;
  font-size: 17px;
  padding: 10px;
}

/*=====  End of nine-slide  ======*/
/*============================================
=            nine-slide-opposite            =
============================================*/
.nine-slide-opposite {
  height: 100vh;
  background-color: #d81b60;
  color: #fff;
  position: relative;
}
.nine-slide-opposite__content {
  position: absolute;
  top: 50%;
  content: "";
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 50px;
}
.nine-slide-opposite__content-left {
  text-align: left;
}
.nine-slide-opposite__inner-heading {
  font-family: "Enchanting Celebrations";
  -webkit-font-size: 30px;
  -moz-font-size: 30px;
  -ms-font-size: 30px;
  font-size: 30px;
}
.nine-slide-opposite__inner-para {
  -webkit-font-size: 17px;
  -moz-font-size: 17px;
  -ms-font-size: 17px;
  font-size: 17px;
  padding: 10px;
}

/*=====  End of nine-slide-opposite  ======*/
/*==================================
=            ten-slide            =
==================================*/
.ten-slide {
  height: 100vh;
  background-color: #F44336;
  position: relative;
}
.ten-slide__content {
  position: absolute;
  top: 50%;
  content: "";
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 50px;
}
.ten-slide__full-img {
  width: 50% !important;
  margin: 0 auto;
}

/*=====  End of ten-slide  ======*/
/*=================================
=            eleven-slide            =
=================================*/
.eleven-slide {
  height: 100vh;
  background-color: #01848F;
  color: #fff;
  position: relative;
}
.eleven-slide__content {
  position: absolute;
  top: 50%;
  content: "";
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 50px;
}
.eleven-slide__para {
  font-family: "Great Vibes", cursive;
  -webkit-font-size: 34px;
  -moz-font-size: 34px;
  -ms-font-size: 34px;
  font-size: 34px;
  text-align: center;
  padding: 30px;
}

/*=====  End of eleven-slide  ======*/
/*====================================
=            twelve-slide            =
====================================*/
.twelve-slide {
  height: 100vh;
  background-color: #EF5350;
  text-align: center;
  position: relative;
}
.twelve-slide__content {
  position: absolute;
  top: 50%;
  content: "";
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 50px;
}
.twelve-slide__table-wrap {
  color: #fff;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.twelve-slide__table-wrap th {
  background-color: #b71b18;
  border: 3px solid #fff;
  padding: 18px;
  text-transform: uppercase;
}
.twelve-slide__table-wrap tr {
  border: 1px solid #fff;
}
.twelve-slide__table-wrap td {
  border: 1px solid #fff;
  font-family: "Enchanting Celebrations";
}
.twelve-slide__blank {
  background: transparent !important;
}

/*=====  End of twelve-slide  ======*/
/*======================================
=            thirteen-slide            =
======================================*/
.thirteen-slide {
  height: 100vh;
  background-color: #FF4E33;
  position: relative;
}
.thirteen-slide__content {
  position: absolute;
  top: 50%;
  content: "";
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 50px;
}
.thirteen-slide__full-img {
  width: 80% !important;
  margin: 0 auto;
}

/*=====  End of thirteen-slide  ======*/
/*=====================================
=            thankyou-page            =
=====================================*/
.thankyou-page {
  height: 100vh;
  background-color: #00897B;
  position: relative;
  padding: 50px;
}
.thankyou-page__heading {
  margin-top: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-font-size: 190px;
  -moz-font-size: 190px;
  -ms-font-size: 190px;
  font-size: 190px;
  color: #fff;
  font-family: "Great Vibes", cursive;
  padding: 20px;
}
.thankyou-page__ani-frst {
  display: block;
}
.thankyou-page__ani-scnd {
  display: block;
}

/*=====  End of thankyou-page  ======*/
.one span {
  opacity: 0;
  transform: translate(-300px, 0) scale(0);
  animation: sideSlide .5s forwards;
}

@keyframes sideSlide {
  60% {
    transform: translate(20px, 0) scale(1);
  }
  80% {
    transform: translate(20px, 0) scale(1);
  }
  99% {
    transform: translate(0) scale(1.2);
    color: #B71C1C;
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
@media only screen and (max-width: 1199px) {
  /*=================================
  =            first-page            =
  =================================*/
  .main-page__content {
    padding: 50px;
  }
  .main-page__heading {
    -webkit-font-size: 63px;
    -moz-font-size: 63px;
    -ms-font-size: 63px;
    font-size: 63px;
    line-height: 100px;
  }
  .main-page__tag-line {
    -webkit-font-size: 19px;
    -moz-font-size: 19px;
    -ms-font-size: 19px;
    font-size: 19px;
    padding: 6px;
    margin-top: 4px;
  }

  /*=====  End of first-page  ======*/
  /*====================================
  =            second-slide            =
  ====================================*/
  .main-page-second__heading .span-two {
    -webkit-font-size: 54px;
    -moz-font-size: 54px;
    -ms-font-size: 54px;
    font-size: 54px;
  }

  /*=====  End of second-slide  ======*/
}
@media only screen and (max-width: 768px) {
  .main-heading {
    -webkit-font-size: 29px;
    -moz-font-size: 29px;
    -ms-font-size: 29px;
    font-size: 29px;
    margin-bottom: 0 !important;
  }

  /*===================================
  =            wecome page            =
  ===================================*/
  .welcome-page__heading {
    -webkit-font-size: 100px;
    -moz-font-size: 100px;
    -ms-font-size: 100px;
    font-size: 100px;
  }

  /*=====  End of wecome page  ======*/
  /*=================================
  =            first-page            =
  =================================*/
  .main-page__heading {
    -webkit-font-size: 68px;
    -moz-font-size: 68px;
    -ms-font-size: 68px;
    font-size: 68px;
    line-height: 69px;
    margin-right: 60px;
  }
  .main-page__tag-line {
    -webkit-font-size: 12px;
    -moz-font-size: 12px;
    -ms-font-size: 12px;
    font-size: 12px;
    margin-top: 0;
    padding: 11px;
    right: 60px;
  }

  /*=====  End of first-page  ======*/
  /*====================================
  =            second-slide            =
  ====================================*/
  .main-page-second__heading .span-two {
    -webkit-font-size: 25px;
    -moz-font-size: 25px;
    -ms-font-size: 25px;
    font-size: 25px;
  }

  /*=====  End of second-slide  ======*/
  /*====================================
  =            third-slide            =
  ====================================*/
  .third-slide__center-img {
    width: 100% !important;
    margin: 30px auto 0;
  }
  .third-slide__heading-one {
    -webkit-font-size: 22px;
    -moz-font-size: 22px;
    -ms-font-size: 22px;
    font-size: 22px;
    line-height: 34px;
  }
  .third-slide__heading-two {
    -webkit-font-size: 13px;
    -moz-font-size: 13px;
    -ms-font-size: 13px;
    font-size: 13px;
  }

  /*=====  End of third-slide  ======*/
  /*====================================
  =            fourth-slide            =
  ====================================*/
  .fourth-slide__para {
    -webkit-font-size: 15px;
    -moz-font-size: 15px;
    -ms-font-size: 15px;
    font-size: 15px;
    line-height: 24px;
  }
  .fourth-slide__list-wrap {
    margin-top: 25px;
  }

  /*=====  End of fourth-slide  ======*/
  /*===================================
  =            fifth-slide            =
  ===================================*/
  .fifth-slide__quote-para {
    -webkit-font-size: 29px;
    -moz-font-size: 29px;
    -ms-font-size: 29px;
    font-size: 29px;
    max-width: 250px;
  }
  .fifth-slide__icon-one {
    -webkit-font-size: 25px;
    -moz-font-size: 25px;
    -ms-font-size: 25px;
    font-size: 25px;
    left: -140px;
  }
  .fifth-slide__icon-two {
    -webkit-font-size: 25px;
    -moz-font-size: 25px;
    -ms-font-size: 25px;
    font-size: 25px;
    right: -76px;
  }

  /*=====  End of fifth-slide  ======*/
  /*===================================
  =            sixth-slide            =
  ===================================*/
  .sixth-slide__content {
    padding: 10px;
  }

  /*=====  End of sixth-slide  ======*/
  /*===================================
  =            seven-slide            =
  ===================================*/
  .seven-slide__content {
    padding: 10px;
  }

  /*=====  End of seven-slide  ======*/
  /*===================================
  =            eight-slide            =
  ===================================*/
  .eight-slide__content {
    padding: 10px;
  }

  /*=====  End of eight-slide  ======*/
  /*==================================
  =            nine-slide            =
  ==================================*/
  .nine-slide__inner-para {
    -webkit-font-size: 10px;
    -moz-font-size: 10px;
    -ms-font-size: 10px;
    font-size: 10px;
    padding: 10px;
  }

  /*=====  End of nine-slide  ======*/
  /*==========================================
  =            nine-slide-opposite            =
  ==========================================*/
  .nine-slide-opposite__inner-para {
    -webkit-font-size: 12px;
    -moz-font-size: 12px;
    -ms-font-size: 12px;
    font-size: 12px;
  }

  /*=====  End of nine-slide-opposite  ======*/
  /*=================================
  =            ten-slide            =
  =================================*/
  .ten-slide__full-img {
    width: 100% !important;
  }

  /*=====  End of ten-slide  ======*/
  /*====================================
  =            eleven-slide            =
  ====================================*/
  .eleven-slide__content {
    padding: 10px;
  }
  .eleven-slide__para {
    -webkit-font-size: 17px;
    -moz-font-size: 17px;
    -ms-font-size: 17px;
    font-size: 17px;
    padding: 10px;
  }

  /*====================================
  =            twelve-slide            =
  ====================================*/
  .twelve-slide__table-wrap th {
    font-size: 8px;
    padding: 10px;
    text-align: center;
  }

  /*=====  End of twelve-slide  ======*/
  /*=====  End of eleven-slide  ======*/
  /*======================================
  =            thankyou-slide            =
  ======================================*/
  .thankyou-page__heading {
    -webkit-font-size: 78px;
    -moz-font-size: 78px;
    -ms-font-size: 78px;
    font-size: 78px;
  }

  /*=====  End of thankyou-slide  ======*/
}
@media only screen and (max-width: 480px) {
  /*====================================
  =            welcome-page            =
  ====================================*/
  .welcome-page__heading {
    -webkit-font-size: 64px;
    -moz-font-size: 64px;
    -ms-font-size: 64px;
    font-size: 64px;
  }

  /*=====  End of welcome-page  ======*/
  /*=================================
  =            first-page            =
  =================================*/
  .main-page {
    padding: 0 !important;
  }
  .main-page__content {
    padding: 20px !important;
  }
  .main-page__tag-line {
    position: static;
    -webkit-font-size: 10px;
    -moz-font-size: 10px;
    -ms-font-size: 10px;
    font-size: 10px;
  }
  .main-page__heading {
    -webkit-font-size: 36px;
    -moz-font-size: 36px;
    -ms-font-size: 36px;
    font-size: 36px;
    line-height: 54px;
    margin-top: 20px;
  }
  .main-page__chef-img {
    width: 85% !important;
    margin: 0 auto;
  }

  /*=====  End of first-page  ======*/
  /*====================================
  =            twelve-slide            =
  ====================================*/
  .twelve-slide__table-wrap th {
    font-size: 8px;
    padding: 1px;
    text-align: center;
  }

  /*=====  End of twelve-slide  ======*/
}
