@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
@import url("font-awesome.min.css");
body{
    font-family: 'Poppins', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
    font-family: 'Poppins', sans-serif;
}
p{
    font-family: 'Poppins', sans-serif;
}
ol, ul{
    margin:0; 
    padding:0; 
    list-style:none;
}
a, a:hover{
    text-decoration:none; 
    outline:0;
}
img{
    max-width:100%;
}
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


/*************************************************************************************************************************************************************
    HEADER font-family: 'Poppins', sans-serif;
***************************************************************************************************************************************************************/
.header-top{
    background-image: url(../imgs/header-banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.bottom-style{
    position: relative;
}
.bottom-style:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width:100%;
    height: 128px;
    background: url(../imgs/style-bottom.png) center bottom repeat-x;
}
.bn-lf{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 745px;
}
.bn-lf h1{
    font-size:72px;
    color: #fff;
    font-weight: bold;
    line-height: 85px;
    margin: 0;
    margin-top: -130px;
}
.bn-lf h1 span{color: #faf446;}
.bn-rh{
    position: absolute;
    right: 0;
    bottom: -26px;
    z-index: 2;
}
.bn-rh:after{
    content: '';
    position: absolute;
    right: -90px;
    top: 75px;
    margin: auto;
    width:415px;
    height: 415px;
    background-color: rgba(0,0,0,0.16);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.bn-rh img{
    position: relative;
    z-index: 2;
    right: 60px;
}
.app-iconwrap-bn{
    margin-top: 7%;
}
.app-iconwrap-bn a{
    display: inline-block; 
    margin-right: 20px; 
/*    opacity: 0.3;*/
}
.app-iconwrap-bn a:last-child{margin-right: 0;}
.height-677{min-height: 745px;}
/*
.header-top .btn-submit{margin-left: 0px;}
.header-top .btn-submit:hover{background: #fff;color: #1a1a1a;}
*/
/*************************************************************************************************************************************************************
    COMMON STYLE
***************************************************************************************************************************************************************/
.section-padd{
    padding-top: 90px;
    padding-bottom: 125px;
}
.body-head-info{
    text-align: center;
    position: relative;
    padding-bottom: 25px;
}
.body-head-info h2{
    font-size:48px;
    font-weight: bold;
    margin: 0;
}
.body-head-info:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width:64px;
    height: 3px;
}
.color-1 h2{color: #2b9fb1;}
.color-1:after{background-color: #faf10b;}
.color-2 h2{color: #000;}
.color-2:after{background-color: #fff;}
.color-4 h2{color: #fff;}
.color-4:after{background-color: #faf10b;}


/***********************************************************************************************************************************************
    BODY 
************************************************************************************************************************************************/

.transparent-bg-1{
    background-image: url(../imgs/transparent-bg-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    width:247px;
    height: 255px;
    left: 5%;
    top: 40px;
}
.transparent-bg-2{
    background-image: url(../imgs/transparent-bg-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    width:235px;
    height: 185px;
    right: 5%;
    bottom: 130px;
}
.transparent-bg-3{
    background-image: url(../imgs/transparent-bg-3.png);
    background-repeat: no-repeat;
    background-position: center right;
    width:96px;
    height: 253px;
    right: 0;
    top: 0;
}
.sty-cmn-post{
    position: absolute;
}
.E-circle-box{
    background-image: url(../imgs/circle-style.png);
    background-repeat: no-repeat;
    background-position: center center;
    width:402px;
    height: 402px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0 auto;
}
.option-lst{
    padding: 0 85px;
}
.option-lst li{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    position: relative;
    /* padding-left: 27px; */
    margin: 12px 0;
    text-align: center;
}
.option-lst li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    width:18px;
    height: 24px;
    /* background-image: url(../imgs/bullet.png); */
    background-repeat: no-repeat;
    background-position: center center;
}
.option-lst.font16 li{
    font-size: 15px;
    line-height: 20px;
}
.btn-signup{
    width: 131px;
    height: 131px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    bottom: -58px;
}
.btn-signup span{
    width: 94px;
    height: 94px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.disable-bg{
    background-color: rgba(43, 159, 177, 0.3);
}
.disable-bg span{
    background-color: rgba(255, 255, 255, 0.2);
    color: rgba(161, 133, 4, 0.5);
}
.bg-cmn-sty{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 705px;
    margin-bottom: 380px;
}
.bg-2{
    background-image: url(../imgs/bg-2.jpg);
}
.bg-3{
    background-image: url(../imgs/bg-3.jpg);
}
.width780{
    max-width: 852px;
	margin: 80px auto 0 auto;
}
.transparent-bg-6{
    background-image: url(../imgs/transparent-bg-6.png);
    background-repeat: no-repeat;
    background-position: center right;
    width:155px;
    height: 280px;
    right: 0;
    bottom: -320px;
    z-index: 2;
}
.transparent-bg-7{
    background-image: url(../imgs/transparent-bg-7.png);
    background-repeat: no-repeat;
    background-position: center right;
    width:132px;
    height: 178px;
    right: 0;
    bottom: -280px;
    z-index: 2;
}
.transparent-bg-8{
    background-image: url(../imgs/transparent-bg-8.png);
    background-repeat: no-repeat;
    background-position: center left;
    width:169px;
    height: 266px;
    left: 0;
    bottom: -320px;
    z-index: 2;
}
.bg-4{
    background-image: url(../imgs/bg-4.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    max-height: 705px;
}
.contact-form{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 70px 55px;
    background-color: #fff;
    max-width: 458px;
    margin:65px auto 0 auto;
    position: relative;
    z-index: 3;
    background-image: url(../imgs/transparent-bg-5.png);
    background-repeat: no-repeat;
    background-position: left bottom 64px;
    -webkit-box-shadow: 10px 10px 58px 5px rgba(0,0,0,0.10);
    -moz-box-shadow: 10px 10px 58px 5px rgba(0,0,0,0.10);
    box-shadow: 10px 10px 58px 5px rgba(0,0,0,0.10);
}
.contact-form h4{
    font-size: 30px;
    color: #2b9fb1;
    font-weight: bold;
    text-align: center;
}
.contact-form h4 span{color: #000;}
.input-field {
    position: relative;
    margin-top: 40px;
  }
  .input-field label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.2s all;
    cursor: text;
    color: #a7a7a7;
    font-size: 16px;
    font-weight: 400;
  }
  .input-field input,
  .input-field textarea{
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0.5rem 0;
    border-bottom: 1px solid #d0d0d0;
    box-shadow: none;
    color: #555;
    font-size: 16px;
    font-weight: 400;
  }
  .input-field input:invalid {
    outline: 0;
  }
  .input-field input:focus,
  .input-field input:valid,
  .input-field textarea:focus,
  .input-field textarea:valid {
    border-color: #2b9fb1;
  }
  .input-field input:focus~label,
  .input-field input:valid~label,
  .input-field textarea:focus~label,
  .input-field textarea:valid~label {
    font-size: 14px;
    top: -24px;
    color: #2b9fb1;
  }
  .btn-submit{
      width: 195px;
      height: 64px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      background-color: #fff500;
      font-weight: bold;
      color: #1a1a1a;
      font-size: 18px;
      text-align: center;
      display: block;
      margin: 45px auto 0 auto;
  }
  .btn-submit:hover{
      color: #fff;
      background-color:#2b9fb1;
 }
.bg-5{
    background-image: url(../imgs/bg-5.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 90px;
    margin-top: 200px;
}
.bg-5:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width:100%;
    height: 128px;
    background: url(../imgs/style-top.png) center top repeat-x;
}
.transparent-bg-4{
    background-image: url(../imgs/transparent-bg-4.png);
    background-repeat: no-repeat;
    background-position: center right;
    width:138px;
    height: 180px;
    right: 0;
    top: -78px;
    z-index: 2;
}
.af-content{
    text-align: center;
}
.af-content h3{
    font-size: 56px;
    color: #fef612;
    font-weight: 600;
}
.af-content p{
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    margin-top: 12px;
    margin-bottom: 0;
}
.af-content .app-iconwrap-bn {
    margin-top: 50px;
}

.footer-bg{
    background-color: #020c0d;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.ft-content h3{
    font-size: 56px;
    color: #fef612;
    font-weight: 600;
}
.ft-content p{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-top: 12px;
    margin-bottom: 0;
}
.ft-content p.ft-btm-txt{
    font-size: 14px;
    color: #404546;
    margin-top: 0;
}
.ft-social{
    margin: 30px 0;
}
.ft-social a{
    width: 54px;
    height: 54px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.twitter-ico{background: url(../imgs/twitter-ico.png) center center no-repeat;}
.twitter-ico:hover{background: url(../imgs/twitter-hover-ico.png) center center no-repeat;}
.fb-ico{background: url(../imgs/fb-ico.png) center center no-repeat;}
.fb-ico:hover{background: url(../imgs/fb-hover-ico.png) center center no-repeat;}
.instagram-ico{background: url(../imgs/instagram-ico.png) center center no-repeat;}
.instagram-ico:hover{background: url(../imgs/instagram-hover-ico.png) center center no-repeat;}
.scrollDown {
    display:none;
    position: absolute;
    bottom: 100px;
    left: -136px;
    transform: rotate(90deg);
    z-index: 3;
    width: 210px;
    height: 60px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    background-image: url(../imgs/line-scroll.png);
    background-repeat: no-repeat;
    background-position: 35px 39px;
}
.scrollDown span {
    position: absolute;
    line-height: 36px;
    top: 5px;
    left: 85px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); 
    -webkit-animation: sdb04 2s infinite;
    animation: sdb04 2s infinite;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 300;
    color: #000;
   letter-spacing: 2px;
  }
  .scrollDown span:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width:53px;
    height:2px;
    background-color: #000;
  }
.brandTxT{
    display: inline-block;
}
  /* @keyframes sdb04 {
    0% {
      transform: rotate(0deg) translate(0, 0);
    }
    20% {
      transform: rotate(0deg) translate(-10px, 10px);
    }
    40% {
      transform: rotate(0deg) translate(0, 0);
    }
  } */
  /* @keyframes sdb04 {
    0% {
      transform: rotate(-137deg) translate(0, 0);
    }
    20% {
      transform: rotate(-137deg) translate(-10px, 10px);
    }
    40% {
      transform: rotate(-137deg) translate(0, 0);
    }
  } */


.termsCondtn ol, .privacyPolicy ol{ list-style: decimal; padding-left: 40px; margin-bottom: 25px;}
.termsCondtn ol li, .privacyPolicy ol li{ margin-bottom: 10px; padding-left: 15px;}
.termsCondtn .body-head-info, .privacyPolicy .body-head-info{ margin-bottom: 40px;}
.termsCondtn h4, .privacyPolicy h4{ text-align: center;}


.userVideo, .cookVideo{ width: 100%; display: inline-block; background-color: #fff; border: 1px solid #ccc; box-shadow: 0 0 10px #000; padding: 10px 10px 4px 10px; position: relative; z-index: 9;}
.userVideo iframe, .cookVideo iframe{ width: 100%;}

/****************************************************************************************************************************************
MEDIAQUARY
******************************************************************************************************************************************/
@media screen and (min-width: 991px) and (max-width: 1360px) {
    .bn-rh:after{right: -15px;}
}
/* Portrait tablets and small desktops */
@media (max-width: 1200px) {
    .bn-lf h1 {font-size: 60px; line-height: 66px;}
    .app-iconwrap-bn a{max-width: 170px;}
    .scrollDown {left: -59px;}

}

@media (max-width: 991px) {
    .bn-rh:after{right: 0; top: 30px; left: 50px; margin: auto; width: 220px; height: 220px;}
    .bn-rh{position: relative; text-align: center;}
    .bn-lf {width: 100%; min-height: auto; text-align: center; padding: 40px 0 10px 0;}
    .bn-lf h1 {font-size: 44px; line-height: 50px; margin-top: 0;}
    .app-iconwrap-bn{margin-top: 20px;}
    .app-iconwrap-bn a{max-width: 140px; margin-right: 12px;}
    .bn-rh img {max-width: 270px;}
    .height-677 {min-height: 600px;}
    .body-head-info h2 {font-size: 36px;}
    .E-circle-box {width: 330px; height: 330px; background-size: 330px;}
    .option-lst li {font-size: 13px;}
    .option-lst.font16 li {font-size: 12px; line-height: 17px;}
    .option-lst {padding: 0px 70px;}
    .btn-signup {width: 100px; height: 100px; font-size: 15px; bottom: -45px;}
    .btn-signup span { width: 74px; height: 74px;}
    .transparent-bg-1 {
        width: 120px;
        height: 120px;
        left: 15px;
        top: 50px;
        background-size: 120px;
    }
    .transparent-bg-2 {
        width: 140px;
        height: 120px;
        right: 15px;
        bottom: 15px;
        background-size: 140px;
    }
    .transparent-bg-3 {
        width: 64px;
        height: 180px;
        background-size: 64px;
    }
    .transparent-bg-8 {
        width: 100px;
        height: 165px;
        background-size: 100px;
        bottom: -210px;
    }
    .transparent-bg-7 {
        width: 90px;
        height: 126px;
        background-size: 90px;
        bottom: -220px;
    }
    .transparent-bg-6 {
        width: 100px;
        height: 185px;
        background-size: 100px;
        bottom: -230px;
    }
    .ft-content h3, .af-content h3 {
        font-size: 40px;
    }
    .ft-content p, .af-content p {
        font-size: 15px;
    }
    .af-content .app-iconwrap-bn {
        margin-top: 30px;
    }
    .transparent-bg-4 {
        width: 75px;
        height: 110px;
        top: 5px;
        background-size: 75px;
    }
    .contact-form h4 {
        font-size: 24px;
    }
    .bg-5{margin-top: 160px;}
    .bg-cmn-sty{
        margin-bottom: 320px;
        height: 600px;
    }
/*    .header-top .btn-submit{margin-left: auto;}*/
    
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .respWdth{  max-width: 100%!important;}
    .userVideo iframe, .cookVideo iframe{ height: 300px;}
    .termsCondtn h4, .privacyPolicy h4{ font-size: 20px;}
    .ft-content h3, .af-content h3 {
        font-size: 22px;
    }
    .ft-social {
        margin: 17px 0;
    }
    .ft-social a {
        margin-left: 5px;
        margin-right: 5px;
    }
    .bg-5 {
        padding-top: 120px;
        padding-bottom: 45px;
    }
    .contact-form {
        background-size: 32px;
        padding: 35px 30px;
        margin-top: 35px;
        background-position: left bottom 40px;
    }
    .input-field {
        margin-top: 30px;
    }
    .btn-submit {
        width: 170px;
        height: 48px;
        font-size: 16px;
        margin-top: 20px;
    }
    .contact-form h4 {
        font-size: 18px;
    }
    .bg-4 {
        max-height: 470px;
    }
    .body-head-info h2 {
        font-size: 24px;
    }
    .body-head-info {
        padding-bottom: 15px;
    }
    .section-padd {
        padding-top: 45px;
        padding-bottom: 90px;
    }
    .bn-lf h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .app-iconwrap-bn a {
        max-width: 100px;
        margin-right: 10px;
    }
    .bottom-style:after {
        height: 70px;
        background-size: auto 70px;
    }
    .bg-5:after {
        height: 70px;
        background-size: auto 70px;
    }
    .transparent-bg-4 {
        width: 50px;
        height: 68px;
        top: -5px;
        background-size: 50px;
    }
    .transparent-bg-1 {
        width: 70px;
        height: 70px;
        left: 8px;
        top: 15px;
        background-size: 70px;
    }
    .transparent-bg-3 {
        width: 40px;
        height: 110px;
        background-size: 40px;
    }
    .bg-cmn-sty {
        margin-bottom: 215px;
        height: 315px;
    }
    .transparent-bg-6 {
        width: 60px;
        height: 115px;
        background-size: 60px;
        bottom: -185px;
    }
    .transparent-bg-7 {
        width: 50px;
        height: 82px;
        background-size: 50px;
        bottom: -200px;
    }
    .transparent-bg-8 {
        width: 60px;
        height: 95px;
        background-size: 60px;
        bottom: -185px;
    }
    .E-circle-box{
        margin-bottom: 20px;
    }
    .btn-signup {
        bottom: -20px;
    }
    .transparent-bg-2 {
        width: 80px;
        height: 70px;
        right: 10px;
        bottom: 15px;
        background-size: 80px;
    }
    .bn-rh img {
        max-width: 200px;
        right: 36px;
    }
    .bn-rh:after {
        top: 24px;
        width: 150px;
        height: 150px;
    }
    .height-677 {
        min-height: 440px;
    }
    .scrollDown{display: none;}
    .input-field label{font-size: 14px;}
    .input-field input:focus~label,
    .input-field input:valid~label,
    .input-field textarea:focus~label {
        font-size: 12px;
    }
    

}

/* Landscape phones and smaller */
@media (max-width: 374px) {
  
    .E-circle-box {
        width: 280px;
        height: 280px;
        background-size: 280px;
    }
    .option-lst.font16 li {
        font-size: 10px;
        line-height: 12px;
    }
    .option-lst {
        padding: 0px 60px;
    }
    .option-lst li {
        font-size: 10px;
    }
    .bg-cmn-sty {
        margin-bottom: 170px;
    }
    .transparent-bg-6 {
        bottom: -155px;
    }
    .transparent-bg-7 {
        bottom: -168px;
    }
    .transparent-bg-8 {
        bottom: -150px;
    }
}

@media (max-width: 370px) {
    .userVideo iframe, .cookVideo iframe{ height: 250px;}
}