@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
section {
  
  /* width: 95%; */
  /* background-image: url("../images/bg-left2.png") ; */
background-color: #fff !important;
margin: 0 auto;
  
}
section::after {
  /* position: absolute; */
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
}

.containerInner {
  max-width: 70% !important;/*Set your own width %; */

}

section h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font : normal 300 64px/1 'Josefin Sans', sans-serif;
  text-align: center;
  white-space: nowrap;
}

.bgWrap, .bgWrapRed{
  max-width: 100%;
  margin: 0px auto;
  height: 100%;
}
#section01, #section03, #section02 { 
  background-color: #ffcd00 !important;
  margin: 0px 100px !important
  
  /* background: url(https://www.nxworld.net/example/css-scroll-down-button/bg01.jpg) center center / cover no-repeat; */
}

.bgWrapRed {
  background-color: #f2f2f2 !important;
}

#thanks {
  background-color: #fff;
}
#thanks::after {
  content: none;
}
#thanks div {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#thanks h2 {
  margin-bottom: 60px;
  color: #333;
  font : normal 300 64px/1 'Josefin Sans', sans-serif;
  text-align: center;
  white-space: nowrap;
}
#thanks p {
  color: #333;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
}
#thanks p a {
  color: #333;
  text-decoration: none;
  transition: color .3s;
}
#thanks p a:hover {
  color: #888;
}
.demo .textMainCenter a {
 text-align: center;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo .textMainCenter a:hover {
  opacity: .5;
}



#section01 a {
  padding-top: 60px;
  text-align: center;
}
#section01 a span {
  position: absolute;
  
  width: 30px;
  height: 30px;
  margin-left: -12px;
  border-left: 1px solid #e7001b;
  border-bottom: 1px solid #e7001b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

#section02 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  /* border: 1px solid #fff; */
  border-radius: 100%;
  box-sizing: border-box;
}
/* #section02 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
} */


td.active.day{
  background-color: e7001b;
  border-radius: 10px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  /* font-size: 1.2em;
  padding: 10px 10px; */
}
.datepicker-days tbody{
  background-color: #fff;
  color: #e7001b;
}

#section03 a {
  padding-top: 60px;
}
#section03 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#section03 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#section03 a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}



#section04 a {
  padding-top: 60px;
}
#section04 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}



#section05 a {
  padding-top: 70px;
}
#section05 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}



#section06 a {
  padding-top: 70px;
}
#section06 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-animation: sdb06 1.5s infinite;
  animation: sdb06 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb06 {
  0% {
    -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb06 {
  0% {
    transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}



#section07 a {
  padding-top: 80px;
}
#section07 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#section07 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#section07 a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#section07 a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



#section08 a {
  padding-top: 60px;
}
#section08 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section08 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
}



#section09 a {
  padding-top: 80px;
}
#section09 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section09 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#section09 a span::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 18px;
  height: 18px;
  content: '';
  margin-left: -9px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}



#section10 a {
  padding-top: 60px;
}
#section10 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@font-face {
  font-family: ttnorms;
  src: url("../fonts/TT_Norms_Pro_Black.otf");
}
@font-face {
  font-family: ttnormsRegular;
  src: url("../fonts/TT_Norms_Pro_Regular.otf");
}

.yellowColor{
  color: #ffcc02 !important;
}
.section2Logo{
  margin-top:0vh !important;
  background-color: #ffcc02;
}
.uppercase{
  text-transform: uppercase;
}
.textMainCenter{
  text-align: center;
  width: 100%;
  
  display: block;
  padding-bottom:10px;
  width: 100%;
  
  bottom: 20px;
  z-index: 2;
}

.text{
  color:#e7001b;
  font-size: 2em;
  font-weight: bold;
  font-family: ttnormsRegular;
}
.textSmall{
  font-size: .9em;
  font-family: ttnormsRegular;
  color: #000;
}

.spacer2{
  padding:1vh;
  display: block  ;
}

.spacer{
  padding:3vh;
  display: block  ;
}
.logo{
  /* position: absolute; */
margin: 0px auto;
width: 100%;
text-align: center;
padding-top:5vh;
}
/* BACKGROUND IMAGE LEFT AND RIGHT START */

.image {
  
}

.logo img{
  /* max-width: 50vh; */
}
.blockMessage  img{
  max-width: 100% !important;
}
.image>div {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}

.left,
.right {
  width: 150px;
}

.left {
  background: url("../images/bg-left.jpg") no-repeat right;
  background-repeat: repeat-y;
  position: absolute;
  left: 0px;
}

.right {
  background: url("../images/bg-right.jpg") no-repeat right;
  background-repeat: repeat-y;
  position: absolute;
  right: 0px;
}

/* BACKGROUND IMAGE LEFT AND RIGHT END */

/* Date picker START */
/*Bootstrap Calendar*/
.datepicker {
  border-radius: 30px;
  padding: 0;
}
.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
  padding: 10px;
  display: list-item;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
  background: #3546b3;
  color: #ffffff;
  border-radius: 0;
}
.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
  border-radius: 3px;
}
.datepicker-days table thead tr:nth-child(3n+0) {
  text-transform: uppercase;
  font-weight: 300 !important;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 11px 13px;
}
.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
  border-radius: 0;
}
.datepicker td, .datepicker th {
  border-radius: 50%;
  padding: 0 12px;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
  background: #3546b3;
  color: #ffffff;
  border-radius: 0;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker .prev, .datepicker .next {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  width: 37px;
  height: 37px;
}
.datepicker .prev:hover, .datepicker .next:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.99);
  font-size: 21px;
}
.datepicker .datepicker-switch {
  font-size: 24px;
  font-weight: 400;
  transition: 0.3s;
}
.datepicker .datepicker-switch:hover {
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}
.datepicker table tr td span {
  border-radius: 2px;
  margin: 3%;
  width: 27%;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
background-color: #3546b3;
background-image: none;
}
.dropdown-menu {
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid rgba(0,0,0,.1);
}

.datepicker-days table thead{
  background-color: #e7001b;
  border-radius: 30px 30px 0px 0px;
  padding: 0px;
  width: 100%;
}
.datepicker-days table thead tr, .datepicker-days table.table-condensed thead tr th
{
  width:100%;
}
.datepicker-dropdown{
  padding-top:0px !important;
}
.dropdownIcon{
  background-image: url("../images/dropdown-icon.png");
  background-size: contain;
background-position: right;
background-color: #ffcc02;
border: 1px solid #e7001b;
border-radius: 13px;
}
select option{
  background: #e7001b;
}
/* Date picker END */

.inputField{
  padding:10px;
  /* width: 300px; */
  border-radius: 10px;
}

.inputLable{
  font-size: 16px;
  color:#000;
  font-weight: bold;
  padding-top:10px;
  padding-bottom: 0px;
  font-family: ttnorms;
}
.textArea{
  border-radius: 10px;
}
.inputLable2{
  font-family: ttnormsRegular !important;
  text-transform: uppercase;
}
.datepicker-days table tfoot{
  background-color: #fff;
  border-radius: 0px 0px 30px 30px;
  display: none;
}
.datepicker-days table{
  /* border: 1px solid green !important; */
}
button.inputButton{
  background-color: #e7001b ;
  padding:10px;
  border-radius: 10px;
  color: #fff;
  margin-top:30px;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: none;;
  border:1px solid #e7001b;
  z-index: 2;
}
.datepicker-orient-top, .datepicker-orient-bottom{
  background-color: #fff !important;
  border:1px solid #e7001b;
}
.datepicker-days table tbody{
  border-radius: 30px;
}

.bigModal .redBlock{
color:#000
}
.redBlock{
  background-color: #e7001b;
  border-radius: 13px;
  color:#fff;
  padding:10px;
}
.bigModal .redBlock .row{
  background-color: #fff;
}
.modalCloseBtn{
  color: #e7001b !important;
}
.whiteBlock{
  background-color: #ffffff !important;
  color: #e7001b;
}
.fromName, .fromName2{
  font-size: 12px;
  font-family: ttnorms;
  text-transform: uppercase;
}
.toText{
  font-family: ttnormsRegular;
  text-transform: uppercase;
}
.deliveredDate{
  font-size: .7em;
  padding-top:10px;
}
.textMessage{
  font-size: .9em;
}
.card, .modal-content{
  background-color: transparent;
  border:0px;
  border-radius: 13px;
}
.card:not(.bigModal):hover{
  transform: scale(1.05);
box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}


.modalCloseBtn{
  background:transparent;
  border: 0px;
color: #fff;
font-size: 20px;
padding: 0px;
margin: 0px;
font-family: ttnormsRegular;
cursor: default;
}

.mansory:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255,204,2,0), rgba(255,204,2, 1) 90%);
  width: 100%;
  height: 12em;
}

.centerMessageSection1{
  /* background: #fff;
border-radius: 30px;
max-width: 80%;
padding: 2vh; */
font-size: 100% !important;
}


@media (max-width: 375px){
  .text{
    font-size: .9em !important;
    padding-bottom: 10px;;
  }
  .centerMessageSection1{
    font-size: 2.2em !important;
  }

}
@media (max-width: 320px){
  
  .text{
    font-size: .9em !important;
  }
  .centerMessageSection1{
    font-size: 2em !important;

  }
  #section01 a {
    padding-top: 10px;
  }
  .logo{
    padding-top: 5px;
  }
  .deliverAMessage{
    font-size: 20px !important;
  }
  .messageRedRow{
    padding-top: 0px !important;
  }
  .inputField{
    padding:3px !important;
  }
  .inputLable{
    padding-top: 8px !important;
  }

  .table-condensed > tbody > tr > td, .table-condensed > thead > tr > th{
    padding: 11px 11px;
  }
  .datepicker-days table tbody {
    border-radius: 0px 0px 30px 30px;
    }
    .datepicker{
      left: -20px !important;
    }
    .fromName{
      font-size: 12px !important;
    }

}
.soundcloud{
  width: 100%;
}
@media (max-width: 375px){
#section03{
  height: 120% !important;
}
}

.deliverAMessage{
  font-size: 2em;
}
@media (max-width: 575.98px){
  
  .animLogo{
    height: auto !important;
  }
  #section02{
    background-color: #f2f2f2 !important;
  }
  #section01, #section03, #section02 {
    margin: 0px 10px !important;
    padding: 0px 10px !important;
  }
  .centerMessageSection1{
    font-size: 5vh !important;
    /* background: #fff;
    border-radius: 10px;
    max-width: 80%;
    padding: 10px; */
  }
  #section01 a {
    padding-top: 10px;
  }

  .topSpacer{
    padding-top:20px;
  }
  
  .text{
    font-size: 1.3em;
  }
  .deliverAMessage{
    font-size: 20px;
    
  }

  button.inputButton{
    margin-top:10px;
  }
  .logo{
    padding-top: 5px;
  }


}
.messageRedRow{
  padding-top:10px;
}
.disabled{
  color: #999;
}

.animLogo{
  max-height: 300px;
}

span.error{
  color:#c1000f;
  
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #e7001b; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loadMoreMessages{
  font-weight: normal;
  font-family: ttnormsRegular;
  background-color: #ffc240 !important;
  border:1px solid #e88101 !important;
  color: #e7001b !important;
}
