@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400');
@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700,800|Poppins:400,400i,500,600,700');
* {
    list-style-type:none;
    margin:0;
    padding:0;
    text-decoration:none;
    font-family: 'Source Sans Pro', sans-serif;
    /* font-family: 'Poppins', sans-serif; */
}
body{
    font-family: 'Source Sans Pro', sans-serif;
    /* font-family: 'Poppins', sans-serif; */
    overflow-x: hidden;
}
a{
    color:#02ad9b;
}
a:hover{
    color:#328c90;
    text-decoration:none;
}
img{
    max-width:100%;
}
button:focus{
    outline:none;
}
.row-2{
    float:left;
    width:100%;
}
.cc-nav{
    padding: 15px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}
.logo{
    float: left;
}
.logo a img{
    height:60px;
}
.nav-left{
    float: left;
}
.contact-btn{
    background-color: #02ad9b;
    color: #fff !important;
    border-radius: 30px;
    width: 150px;
    text-align: center;
    float: right;
    font-family: 'Poppins', sans-serif;
    padding: 9px 0;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 15px;
    margin-top: 10px;
}
.header-animation{
    float: left;
    margin-left: 25px;
}
.header-animation span{
    font-size: 20px ;
    font-family: 'Poppins', sans-serif;
}
.header-animation .typing-animation{
    margin-top: 15px;
    float: left;
}
.banner{
    /* height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #848484;
    text-align: center; */
}
.contact-mobile{
    display: none;
}
.padd-tb-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.padd-t-60{
    padding-top: 60px;
}
.heading{
    /* text-align: center; */
}
.heading h2{
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
    font-size: 31px;
    font-family: 'Source Sans Pro', sans-serif;
}
.service-top-box{
    padding: 15px;
    padding-top: 18px;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    position: relative;
    height: 320px;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0,0,0,.12);
}
.service-top-box a{
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #4aae9b;
    color: #fff;
    display: block;
    padding: 5px 0;
}
.service-top-box a:hover{
    background-color: #3f9a88;
}
.service-top-box p{
    color: #555;
    font-size: 17px;
}
.service-top-box img{
    margin-bottom: 15px;
    height: 100px;
}
.services{
    background-color: #f8f8f8;
}
.north-star{
    /* margin-top: 30px; 
    text-align: center;*/
    position: relative;
        z-index: 1;
}
.north-star h4{
    font-size: 31px;
    color: #f1f1f1;
    margin-bottom: 30px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 2px;
}
.north-star h4 span{
    text-decoration: line-through;
    font-family: 'Source Sans Pro', sans-serif;
}
.north-star ul{
    /* display: inline-block; */
    margin: 0;
}
.north-star ul li{
    background: url(../img/star.png) no-repeat center left;
    padding-left: 36px;
    background-size: 24px;
    text-align: left;
    font-size: 20px;
    margin: 27px 0;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
    font-style: italic;
}
.north-star ul li span{
    text-decoration: line-through;
    font-family: 'Source Sans Pro', sans-serif;
}
.north-star ul li b{
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    color:#fff;
}
.north-star ul li:nth-child(2), .north-star ul li:nth-child(5){
    margin-left: 35px;
}
.north-star ul li:nth-child(3), .north-star ul li:nth-child(4){
    margin-left: 60px;
}
.north-star ul li:last-child{
    margin-bottom: 0;
}
.padd-b-50{
    padding-bottom: 50px;
}
.origin-story p, .value-propoition p{
    font-size: 18px;
    color: #555;
    font-family: 'Source Sans Pro', sans-serif;
}
.origin-story p:last-child{
    margin-bottom: 0;
}
.heading p{
    font-size: 18px;
    color: #333;
    margin:0;
    font-family: 'Source Sans Pro', sans-serif;
}

.value-propoition ul{
    margin:0;
    padding-left: 20px;
}
.value-propoition ul li{
    margin:0;
    font-size: 18px;
    color: #555;
    font-family: 'Source Sans Pro', sans-serif;
    list-style-type: disc;
}
.pride-box{
    padding: 0 10px;
}
.pride-box img{
    width: 100%;
    height: 195px;
}
.pride-box .content{
    background-color: #fff;
    padding: 15px;
}
.pride-box a{
    display: block;
    background-color: #4aae9b;
    color:#fff;
    text-align: center;
    padding: 7px 0;
}
.pride-box a:hover{
    background-color: #3f9a88;
}
.pride-box h4{
    font-size: 22px;
    color: #4aae9b;
}
.pride-box p{
    color:#555;
    margin: 0;
    margin-bottom: 5px;
}
.slick-prev:before, .slick-next:before{
    color: #48ad9b;
    font-size: 39px;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{
    display: none;
}
.slick-prev {
    left: -41px;
}
.slick-slide{
    outline: none !important;
    border: 0 !important;
}
.techs-row{
    background-color: #f8f8f8;
}
.tech{
    margin: 10px 0;
    text-align: center;
}
.tech img{
    height: 100px;
    object-fit: contain;
}
@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

@keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-webkit-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-moz-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-ms-keyframes move-clouds-back {
    from {background-position: 0;}
    to {background-position:10000px 0;}
}

.stars, .twinkling, .clouds {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
}

.stars {
  background:#000 url(http://www.script-tutorials.com/demos/360/images/stars.png) repeat top center;
  z-index:0;
}

.twinkling{
  background:transparent url(http://www.script-tutorials.com/demos/360/images/twinkling.png) repeat top center;
  z-index:1;

  -moz-animation:move-twink-back 200s linear infinite;
  -ms-animation:move-twink-back 200s linear infinite;
  -o-animation:move-twink-back 200s linear infinite;
  -webkit-animation:move-twink-back 200s linear infinite;
  animation:move-twink-back 200s linear infinite;
}
.about{
    position: relative;
}
.padd-tb-70{
    padding-top: 70px;
    padding-bottom: 70px;
}

.btn {
    display: inline-block;
    background: #4aae9b;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 35px;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    font-weight: bold;
    height: 18px;
}
.btn.get-code {
    top: 10px;
    z-index: 1;
    left: -103px;
    position: relative;
}
section {
    position: relative;
    display: flex;
    justify-content: flex-end;
    left: -50px;
}
form {
    position: absolute;
    top: 0;
    right: 0;
}
form input {
    border-radius: 50px;
    border: none;
    width: 0;
    margin-right: -74px;
    margin-top: 9px;
    opacity: 0;
    float: right;
    color: #fff;
    font-size: 19px;
    border: 2px solid #02ad9b;
    padding-left: 20px;
    padding-right: 50px;
    height: 44px;
    color: #555;
}
form input::placeholder {
    font-size: 16px;
    z-index: 3;
}
form input:hover, form input:focus {
    outline: none;
}
form .btn {
    padding: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 7px;
    right: 25px;
    opacity: 1;
    transform-origin: 50% 50%;
    cursor: pointer;
    color: #fff;
}
form .btn.active .start {
    display: none;
}
form .btn.done .start {
    display: none;
}
form .btn.done .done {
    display: block;
    opacity: 0;
}
form .btn .mail-img {
    width: 27px;
    top: 12px;
    left: -7px;
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
form .btn .mail-img i{
    color:#fff;
    font-size: 19px;
}
form .btn span img{
    height: 35px;
}
form .btn .done {
    display: none;
}
form .btn:hover, form .btn:focus {
    outline: none;
    color:#fff;
}
.line {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.contact-header{
    float: right;
}
.our-story-text h2{
    color: #4aae9b;
    font-size: 43px;
    margin-bottom: 20px;
}
.our-story-text p{
    font-size: 18px;
    color: #333;
    line-height: 29px;
}
.our-story-text p:last-child{
    color:#000;
    font-style: italic;
}
.value-proportion{
    background-color: #4aae9b;
}
.value-proportion-text h2{
    color: #fff;
    font-size: 43px;
    margin-bottom: 20px;
}
.value-proportion-text p{
    font-size: 18px;
    color: #fff;
    line-height: 29px;
}
.favorite-ingredients{
    background: url(../img/our-favourite-ingredients-bg.jpeg) no-repeat bottom right;
    height: 450px;
}
.favorite-ingredients-inner h2{
    color: #4aae9b;
    font-size: 43px;
    margin-bottom: 20px;
}
.interesting-stuff h2{
    color: #4aae9b;
    font-size: 40px;
    margin-bottom: 30px;
}
.interesting-stuff{
    background-color: #f1f1f1;
}
.pride-box-inner{
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0,0,0,.12);
}
.story-telling{
    padding: 30px 0;
    background-color: #4aae9b;
}
.story-telling h2{
    color:#fff;
    margin: 0;
    text-align: center;
    /* line-height: 48px; */
    font-size: 23px;
}
.copyrights{
    padding: 10px 0;
    background-color: #3f9a88;
}
.copyrights p{
    color:#fff;
    margin:0;
    text-align: center;
}
.the-wall{
    /* background: url(../img/well-bg.png) no-repeat center top -100px; */
    background: url(../img/well-bg.png) no-repeat center center;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
}
.the-wall h2{
    color: #4aae9b;
    font-size: 43px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    text-shadow: 1px 1px 1px #fff;
    letter-spacing: 3px;
}
.testimonials{
    width: 650px;
    background-color: rgba(255,255,255,0.9);
    padding: 20px;
    margin: auto;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0,0,0,.12);
    margin-top: 30px;
    border-radius: 4px;
    border: 7px solid #000;
}
.testimonial-box p{
    color: #555;
    font-size: 18px;
}
.testimonial-box h4{
    color: #4aae9a;
    font-size: 17px;
    font-style: italic;
    font-weight: 600;
}
.testimonial-box h4 span{
    color: #777;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.testimonial-box ul{
    display: inline-block;
    margin-bottom: 10px;
}
.testimonial-box ul li{
    float: left;
    margin: 0 4px;
}
.testimonial-box ul li img{
    height: 34px;
}
.testimonials .slick-next {
    right: -42px;
}
.testimonials .slick-prev {
    left: -62px;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.cursor {
    animation: blink 0.7s infinite;
}
.footer-email{
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}
.footer-email-input{
    /* max-width: 400px; */
    margin: auto;
    border-radius: 38px;
    height: 45px;
    padding-left: 24px;
    padding-right: 45px;
    font-size: 18px;
    background: rgba(255,255,255,.9);
    width: 100% !important;
    transform: unset !important;
}
.footer-email-cover{
    position: relative;
    display: inline-block;
    width: 400px;
}
.footer-email-cover button{
    position: absolute;
    top: 0;
    bottom: 0;
    background: none;
    outline: none;
    border: 0;
    right: 20px;
    font-size: 21px;
    color: #4aae9a;
}
.top-row{
    background-color: #4aae9a;
    padding: 5px 0;
}
.top-row p{
    color:#eee;
    margin: 0;
    float: right;
}
.top-row p a{
    color:#fff
}
.swal-text{
    text-align: center;
    font-size: 17px;
    line-height: 26px;
}
.swal-button{
    background-color: #4aae9a !important;
}
.testimonial-box{
    display: flex;
    height: 300px;
    align-items: center;
}
.banner img {
    max-height: 490px;
    object-fit: contain;
    width: 100%;
    background-color: #000;
}