@font-face {
    font-family: 'CircularStdBold';
    src: url(../fonts/CircularStdBold.ttf);
  }
  @font-face {
    font-family: 'CircularStdBlack';
    src: url(../fonts/CircularStdBlack.ttf);
  }
  @font-face {
    font-family: 'CircularStd-Book';
    src: url(../fonts/CircularStd-Book.otf);
  }
  @font-face {
    font-family: 'signature';
    src: url(../fonts/signature.ttf);
  }
@font-face {
    font-family: 'Barlow-Medium';
    src: url(../fonts/Barlow-Medium.otf);
  }
@font-face {
    font-family: 'tbold';
    src: url(../fonts/Tungsten-Bold.ttf);
  }
*{
    margin: 0;
    padding: 0;
}
div{
    word-wrap: break-word;
}
img{
    max-width: 100%;
}
hr {
    width: 78%;
    border: 0;
    border-top: 1px solid #9faed4;
    margin: 0 auto 40px;
}

/*header*/
.discover span{
    font-family: 'CircularStd-Book';
    font-size: 20px;
    line-height: 1;
}
 .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background:#ff3c00c9!important;
  z-index:999;
}
    .ak-header {
    display: flex;
    justify-content: space-between;
    min-height: 80px;
    align-items: center;
    /*background:#000;*/
    /*position: fixed;*/
    width: 100%;
    z-index: 999;
    background: transparent;
    /*background:#000;*/
}
.logo {
    padding: 0 4%;
    width: 30%;
}
.logo img {
    width: 80%;
        padding-top: 3%;
}
.ak-nav {
    width: 70%;
}
.nav {
    height: 50px;
    width: 100%;
    background-color: transparent;
    position: relative;
}
.nav>#nav-check {
    display: none;
}
.nav>.nav-btn {
    display: none;
    position: absolute;
   right: 5%;
    top: 0;
}
label {
    font-size: 15px;
    font-family: 'CircularStd-Book';
    color: #616083;
}
.nav>.nav-links {
    display: inline;
    float: right;
    font-size: 18px;
    padding: 2% 4%;
}
.nav>.nav-links>a {
    display: inline-block;
    padding: 8px 18px;
    text-decoration: none;
    color: #fff;
    font-family: CircularStdBold;
    font-size: 14px;
    letter-spacing: 1px;
}
.nav>.nav-btn>label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
}
.nav>.nav-btn>label>span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 3px solid #fff;
}


.video1 {
    width: 92%;
    margin: 7% auto 4%;
}
.system_video {
    position: relative;
    padding-bottom: 48.25%;
    padding-top: 35px;
    height: 0;
}
#poster-image1 {
    background: url(../img/video.png);
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    transition: all .3s ease-in;
    cursor: pointer;
}
.system_video iframe {
    position: absolute;
    top: 6%;
    left: 7%;
    width: 86%;
    height: 92%;
}
.smb-points ul li::before {
    content: '✔'!important;
}
.end-transform{
    padding: 5% 0 2%;
}


.ak-event {
    padding-bottom: 14%;
}
.smb-video {
    margin: 2% 0 0%!important;
}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 70px;
    font-size: 16px;
    /*font-weight: bold;*/
    color: #fff;
    width: 60%;
    margin:auto;
}
.add-footer{
    width: 100%;
    background-color: #000;
}

.slick-prev{
    z-index: 1;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before {
    content: '❮'!important;
}
.slick-next:before {
    content: '❯'!important;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 60px!important;
}
.slick-prev{
    top: 15%!important; 
   left:2%!important; 
}

.slick-next{
    top: 15%!important; 
   right:2%!important; 
}
.slick-prev:before, .slick-next:before {
    font-size: 45px;
}


.blog-img{
    margin: 3% 0;
}
.options sup{
    font-size:10px !important;
}
.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}
.banner{
    position: relative;
}

.cart-bg {
    position: absolute;
    top: 8%;
    right: 28px;
    background: transparent;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 1000px;
    line-height: 3rem;
    font-weight: 600;
    color: #fff;
    z-index: 99;
}
.cart {
    display: inline-block;
    float: right;
    cursor: pointer;
    padding-top: 20px;
}
.cart-inner {
    padding-right: 0px;
}
.cart img {
    width: 50px;
}
.cart-amount {
    position: absolute;
    top: 22%;
    right: 2%;
    background: #0c1fff;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 1000px;
    line-height: 3rem;
    /* font-weight: 600; */
    color: #fff;
}
.cart-amount span{
    position: absolute;
    top: -11px;
    right: 6px;
    font-size: 12px;
}


.jumbotron{
    background-image: url('../img/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    margin-bottom: 0px;
    position:relative;

}
.fixedheader{
    position: relative;
    width: 100%;
    top: 0px;
    background: transparent;
}
.mainlogo{
    width: 350px;
    padding: 50px 0px;
}
.bannerdata{
    width: 86%;
    padding: 15px 40px;
    color: #fff;
    text-align: center;
    margin: auto;
    position: absolute;
    bottom: 3%;
    left: 7%;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 500;
    font-family: 'CircularStd-Book';
    width: 98%;
    letter-spacing: 1px;
    margin: auto;
}
.bannerdata .banner-heading{
    font-size: 110px;
    line-height: 95px;
    margin: 20px auto 25px;
    font-family: 'tbold';
    text-transform:uppercase;
}
.discover {
    width: 100%;
    left: 0px;
    padding: 28px;
    bottom: 0px;
    background: #ff3c00;
    font-family: 'CircularStdBold';
    border: none;
    font-size: 30px;
    color: #fff;
    line-height: 1;
    text-shadow: 1px 2px 4px #000000a1;
    border-radius:5px;
    outline:none;
}
.aboutarf{
    text-align: right;
    padding-left: 3%;
    padding-right: 3%;
}
.aboutarf h1{
    font-family: 'CircularStdBold';
    color: #2b2a49;
    font-size: 60px;
    font-weight: 700;
    margin-top: 0;
}
.aboutarf p{
    font-family: 'CircularStd-Book';
    font-size: 18px;
    color:#3f3e5a;
    padding-bottom: 1.3%;
}
.aboutarf h5{
    margin-top: 20px;
        color: #2b2a48;
    font-size: 19px;
    font-weight: bold;
}
b{
     font-size: 18px;
}
.aboutme{
    padding: 8% 0px;
}
.blue{
    font-family: 'CircularStdBold';
    color:#000cff;
    font-weight: 600;
    text-decoration:none;
        text-decoration-line: none;
        font-size: 19px;
}
.blue:focus, .blue:hover {
    color: #000cff;
    text-decoration: none;
}
#poster-image {
    background: url(../img/video-bg.png);
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    width: 88%;
    transition: all .3s ease-in;
    cursor: pointer;
}
.video iframe {
    position: absolute;
    top: 1%;
    left: 0%;
    width: 88%;
    height: 100%;
}
/*.video iframe{*/
/*    width:100%;*/
/*        height: 390px;*/
/*}*/
.stats{
        background-position: center left 35%;
    background-image: url('../img/stats.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 0px;
    /*height: 100vh;*/
    margin: 0px;
    color: #fff;
}
.statsheading{
      font-family: 'CircularStdBold';
      font-size: 55px;
}
.statsdata{
    padding: 8% 0 5%;
    width: 82%;
    margin: auto;
}
.stats-desc{
    font-family: 'CircularStd-Book';
    font-size: 20px;
    padding: 0 5%;
    /*line-height: 1.3;*/
}
.stats-details{
    width: 100%;
}
.ak_count{
    display: flex;
    width: 65%;
    justify-content: space-between;
    text-align: center;
    margin: 5% auto;
}
.one{}
.upper_text {
    color: #fff;
    font-size: 20px;
    font-family: CircularStd-Book;
    text-align: left;
}
.text_count {
    color: #fff;
    font-size: 80px;
    font-family: CircularStdBold;
    line-height: 1;
}
.theauthor{
    width: 100%;
    /*height: 100vh;*/
    display: inline-block;
    background: #fff;
}
.w20{
    width: 20%;
    float: left;
    padding: 5% 0px 3%;
    color:#2b2a49;
    font-family: CircularStdbold;
    font-size: 30px;
}
.country{
    width: 100%;
    font-size: 24px;
    display: inline-block;
    /*margin-left: 10%;*/
}
.cities{
    width:92%;
    margin:auto;
}
.author h1{
     color:#2b2a49;
    font-family: CircularStdBold;
    font-size: 55px;
}
.author p{
     color:#2b2a49;
    font-family: CircularStd-Book;
    font-size: 19px;
        /*line-height: 1.3;    */
}
.bookimg{
    width: auto;
    margin-left: 9%;
        margin-top: 3%;
}
.author{
    width: 78%;
    margin: 30px auto 5%;
}
.bluebutton {
    box-shadow: 0px 2px #ff770e;
    width: 75%;
    left: 0px;
    border-radius: 6px;
    padding: 3%;
    bottom: 0px;
    background: #ff3c00;
    font-family: 'CircularStdBold';
    border: none;
    font-size: 30px;
    color: #fff;
}
.tools{
    background-image: url('../img/toolbg.png');
    background-repeat: no-repeat;
    background-size: cover;
        background-position: center;
}
.toolimgcenter{
    text-align: center;
    position: relative;
    width: 70%;
    bottom: -50px;
    left: -30px;
}
.tooltransform {
    /* width: 75%; */
    color: #1d1c24;
    text-align: center;
    margin: auto;
    padding:7% 0 4%;
    position:relative;
}

.tooltransform h1{
     font-family: 'CircularStdBold';
     font-size: 55px;
     color:#1d1c24;
}
.tooltransform p{
    font-family: 'CircularStd-Book';
    font-size: 18px;
    width: 95%;
    margin: auto;
    color: #1d1c24;
    letter-spacing: 0.2px;
}
.transformstays-content{
    text-align: center;
    padding: 5% 0;
}
.transformstays-content h1{
    font-family: 'CircularStdBold';
    font-size: 58px;
    color:#2b2a49;
}
.transformstays-content p{
     font-family: 'CircularStd-Book';
    font-size: 18px;
    color:#3f3e5a;
    padding: 0 2%;
}
.mindset{
    text-align: center;
    padding: 1% 0 5%;
}
.mindset-content h1{
    font-family: 'CircularStdBold';
    font-size: 58px;
    color:#2b2a49;
}
.mindset-content p{
     font-family: 'CircularStd-Book';
    font-size: 18px;
    color:#3f3e5a;
    padding: 0 2%;
}
.slider-height{
    min-height: 75vh; 
}
.hrithik{
    background-image: url('../img/hrithik.png');
    background-size: cover;
   
    margin:0% 0 4%;
    background-repeat: no-repeat;
    background-color: #1d2225;
}
.amitabh{
    background-image: url(../img/ab.png);
    background-size: cover;

    margin: 0% 0 4%;
    background-repeat: no-repeat;
    background-color: #050406;
}
.robbin{
     background-image: url(../img/robbin.png);
   background-size: cover;

    margin: 0% 0 4%;
    background-repeat: no-repeat;
    background-color: #161b33;
}
.slider-text{
    width: 55%;
    float: right;
    color: #fff;
    font-size: 22px;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review{
    font-family: 'CircularStd-Book';
    width:100%; 
}
.clients{
    padding-bottom: 6%;
    padding-top: 2%;
}
.person{
    font-family: 'CircularStdBold'; 
    font-size: 16px;
}
.person span{
   font-family: 'CircularStd-Book';
    color:#6e767c;
}
.xy{
        width: 15%;
}
.client-list{
    width:80%;
    margin:auto;
}
.insight-title{
    font-family: 'CircularStdBold'; 
    font-size: 55px;
    text-align:center;
    color:#2b2a49; 
}
.insight-desc{
    color:#3f3e5a;
    font-family: 'CircularStd-Book';
    font-size: 20px;
    width:85%;
    margin:auto;
    text-align: center;
}
/*HEALTH*/
.pb3{
    padding-bottom: 3%;
}
.health{
    margin-top:15%;
}
.health img{
    max-width: 100%;
}
.health-text{
    padding: 3% 0;
}
.health-text h4{
    font-family: 'CircularStdBold';
    font-size: 20px;
    color:#2b2a49;
}
.health-text p{
    font-family: 'CircularStd-Book';
    font-size: 18px;
    color: #7f7e91;
    line-height: 1.4;
    padding-top: 1%;
    margin-bottom: 0;
}
.future{
    text-align: center;
    padding: 7% 0;
}
.future h1{
    font-family: 'CircularStdBold';
    font-size: 55px;
    color:#2b2a49;
}
.sing-ak{
    width: 90%;
    margin: auto;
}
.end-intro{
     font-family: 'CircularStd-Book';
    width: 80%;
    margin: auto;
    font-size: 22px;
    color: #2b2a49;
        opacity: 0.9;
}
.signature{
    font-family: 'signature';
    font-size: 90px !important;
    color:#2b2a49;
    padding-top:3%;
}

/*TRANSFORMATION*/
.transformation-container{
     background-image: url('../img/tooloftransformation.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    background-position: center;
}
.transformation-text{
    color:#fff;
    text-align: center;
    width:80%;
    margin:auto;
}
.transformation-text h1{
    font-family: 'CircularStdBold';
    font-size: 100px;
    line-height: 1;
    padding-top:1%;
}
.transformation-text p{
    font-family: 'CircularStd-Book';
    font-size: 17px;
    padding: 3% 0;
    opacity: 0.8;
    line-height: 1.8;
}
.books-section{
    border-bottom: 1px solid #e7e6e6;
}
.addclass{
    border-bottom: 3px solid #0c1fff;
    color: #000 !important;
   /* font-family: 'CircularStd-Book';
    font-size: 20px;
     margin:0;*/
}
.options{
    display:flex;
    justify-content: space-between;
    width:38%;
    padding: 3% 0;
}
.options p{
     font-family: 'CircularStd-Book';
    font-size: 15px;
    color:#aeadce;
    margin:0;
}
.pro-search label{
    font-family: 'CircularStd-Book';
    font-size: 16px;
    color:#aeadce;
}
.pro-search button{
    border: none;
    background: transparent;
    color: #ddd;
    font-size: 16px;
    /* border-bottom: 1px solid #ddd; */
}
.search-int{
    border: none;
    border-bottom: 1px solid #ddd;
    padding:2px 4%;
    font-family: 'CircularStd-Book';
    font-size: 16px;
    color:#000;
    outline:none;
}
::-webkit-input-placeholder { /* Edge */
  font-family: 'CircularStd-Book';
    font-size: 16px;
    color:#bebdc4;
}

:-ms-input-placeholder { /* Internet Explorer */
  font-family: 'CircularStd-Book';
    font-size: 16px;
    color:#bebdc4;
}

::placeholder {
  font-family: 'CircularStd-Book';
    font-size: 16px;
    color:#bebdc4;
}
.container-fluid{
    width:95%;
    margin:auto;
}
.br-bt{
    border-bottom: 1px solid #d4d2d2;
    padding:2% 0;
}
.book{
    text-align:center;
        padding: 8%;
}
.book-img{
    position: relative;
    height: 345px;
}
.book-grp{
    display: inline-block;
    padding: 3% 0 0;
}
.book-img img{
    position: absolute;
    left: 23%;
    width: 100%;
    max-width:100%;
}
.book-title{
   font-family: 'CircularStd-Book';
   font-size: 28px; 
   color:#2b2a49;
   line-height: 1;
}
.book-title br{
    display:none;
}
.book-subtitle{
    /*display: flex;*/
    text-align: center;
    /*align-items: center;*/
    font-family: 'CircularStd-Book';
    font-size: 14px;
    margin: 0;
    padding: 0 4% 4% 4%;
    min-height: 88px;
    color:#616083;

}
.book-sub{
    font-family: 'CircularStd-Book';
    font-size: 14px;
    margin: 0;
    padding: 0 2% 4% 2%;
    color:#616083; 
}
.book-desc{
        opacity: 0.9;
     font-family: 'CircularStd-Book';
   font-size: 14px;
    margin:0;
    color:#000;
        min-height: 155px;
            padding: 0 4% 0% 4%;
}
.book-describ{
     opacity: 0.9;
     font-family: 'CircularStd-Book';
   font-size: 14px;
    margin:0;
    color:#000;
        min-height: 210px;
            padding: 0 4% 0% 4%;
}

.book button{
    border: none;
    padding: 4% 8%;
    font-size: 15px;
    color: #fff;
    background: #000cff;
    font-family: 'CircularStdBold';
}
/*.tab-img{*/
/*    position: relative;*/
/*    height: 390px;*/
/*}*/
/*.tab-img img{*/
/*    width:55%;*/
/*}*/
/*.tab-title {*/
/*    font-family: 'CircularStd-Book';*/
/*    font-size: 30px;*/
/*    color: #2b2a49;*/
/*    line-height: 1;*/
    /* margin: 0; */
/*}*/
/*.tab-subtitle{*/
/*    text-align: center;*/
    /*align-items: center;*/
/*    font-family: 'CircularStd-Book';*/
/*    font-size: 15px;*/
/*    margin: 0;*/
/*    padding: 0 4% 4% 4%;*/
/*       min-height: 60px;*/
/*    color:#616083;*/
/*}*/
sup{
    font-size: 15px!important;
    font-weight: 700;
}

/*product*/
.dvd-butn {
    border: none;
    padding: 3% 6%;
    font-size: 11px;
    color: #fff;
    background: #000cff;
    margin-top: 2%;
    font-family: 'CircularStdBold';
}
.dvd-title{
    font-family: 'CircularStd-Book';
    font-size: 30px;
    color: #2b2a49;
    line-height: 1;
}
.product-description p{
 font-family: 'Barlow-Medium';
    color: #000;
    font-size: 14px;
    color: #000;
    line-height: 1.4;
}
.dvd{
    display: inline-block;
    margin-top: 5%;
    border-bottom: 1px solid #e7e6e6;
    padding-bottom: 3%;
}
.dvd-details{
    padding-top:5%;
        padding-left: 4%;
}
.dvd-steps ul{
        margin-top: 4%;
}
.dvd-steps ul li:before {
    content: 'âœ“';
    color: #616083;
    font-weight: 700;
    font-size: 12px;
    vertical-align: inherit;
    position: absolute;
    left: 0%;
    top: 2px;
}

.dvd-steps ul li {
    position: relative;
    font-family: 'CircularStd-Book';
    font-size: 14px;
    color: #616083;
    list-style: none;
    padding-left: 4%;
    line-height: 2;
    opacity: 0.9;
}
.wd{
    width:70%;
    margin:auto;
}
.gold-pass{
    padding-top: 5%;
}
.pass-details{
    font-family: 'CircularStd-Book';
    font-size: 15px;
    color: #6c6b8bf0;
    text-align: center;
}
.pass-details p{
    padding-top:1%;
}
.product-title{
     font-family: 'CircularStd-Book';
    font-size: 40px;
    color:#222132;
    text-align: center;
    line-height: 1;
}
.pass-steps ul{
        margin-top: 4%;
        width:90%;
}
.pass-steps ul li:before {
    content: 'âœ“';
    color: #616083;
    font-weight: 700;
    font-size: 12px;
    vertical-align: inherit;
    position: absolute;
    left: -5%;
    top: 2px;
}

.pass-steps ul li{
    position: relative;
    font-family: 'CircularStd-Book';
    font-size: 15px;
    color: #6c6b8bf0;
    list-style: none;
   padding-bottom: 3%;
    line-height: 1.3;
}
.pass-img{
    padding-top:7%;
    
}
.gold-step{
        min-height: 200px;
}
.gold-passdetails{
    padding: 4% 6% 3%;
    display: inline-block;
}
.gold-title{
    font-family: 'CircularStdBold';
    font-size: 27px;
    color:#2b2a49;
    line-height: 1;
}
.gold-desc{
    font-family: 'CircularStd-Book';
    font-size: 22px;
    padding-bottom: 2%;
    color:#2b2a49;
    border-bottom: 1px solid #e7e6e6;
}
/*MODAL*/
.img-div{
    padding: 0;
    background: #c5c1c180;
}
.mod-img{
    padding: 5%;
    text-align: center;
}
.mod-img img{
    width: 65%;
}
.mod-protitle{
    font-size: 22px;
    font-family: 'CircularStdBold';
    color: #2b2a49;
    font-weight: 700;
    line-height: 1;
}
#quantity{
    width: 25%;
    border: none;
    color: #000;
    font-weight: bolder;
    outline: none;
}
label{
    font-size: 14px;
    font-family: 'CircularStd-Book';
    color: #61608394;
    padding-top: 3%;
}
.modal-footer{
        background: #17151e;
        padding:0;
        color:#fff;
}
.mod-price{
    padding-top: 12%;
    font-size: 22px;
    font-family: 'CircularStdBold';
    color: #000cff;
}
.cart-content{
    display: inline-block;
    width: 92%;
    border: 1px solid #ccc;
    margin: 3%;
    /*border-radius: 4px;*/
    box-shadow: 2px 4px 11px 1px #d6d1d1;
    padding: 0;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    top: 1%;
    position: absolute;
    right: 2%;
}
.close1 {
    float: right;
    padding-right: 3%;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.endit{
    display: flex;
    justify-content: space-between;
}
.mod-checkout{
    border: none;
    font-size: 18px;
    background-color: #0c1fff;
    padding: 2% 4%;
    color: #fff;
    font-family: 'CircularStdBold';
    border-radius: 3px;
}
.mod-total{
    font-size: 18px;
    font-family: 'CircularStd-Book';
    color: #fff;
    padding: 2% 3%;
    margin: 0;
}
.mod-total span{
    font-family: 'CircularStdBold';
    color: #f72a2a;
        font-size: 23px;
}
.mod-pro-info{
    max-height:380px;
    overflow-y: scroll;
}
.modal-header img{
    width: 38%;
}
.modal-header{
background-image: url(../img/tooloftransformation.png);
background-size: cover;
background-position: center;
text-align: center;
}
/*PRODUCT RESPONSIVE*/
.speaker-session{
    /*height: 290px;*/
    padding:2% 0 2%;
    display: inline-block;
}
.group-img{
    width: 80%;
    margin: auto;
    display:none;
}
.session-content{
    /*height: 290px;*/padding-bottom:5%;
    text-align: center;
}
.session-img{
    padding: 4% 4% 0;
    text-align: center;
}
.session-img img{
    /*width:50%;*/
}
.grp-title {
    font-family: 'CircularStd-Book';
    font-size: 24px;
    color: #2b2a49;
    padding: 4% 0px 0;
    line-height: 1;
}
.grp-desc{
    color: #727272;
    font-size: 15px;
    font-family: 'Barlow-Medium';
    line-height: 1.3;
}
.incredible-section{
    margin-top: 6%;
    background-image: url(../img/footer-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.act-now{
    text-align:center;
    color:#fff;
   padding: 10% 4% 10%;
}
.act-now-heading{
    font-family: 'CircularStdBold';
    font-size: 50px;
    line-height: 1.1;
}
.act-now-desc{
    font-family: 'CircularStd-Book';
    font-size: 16px;
    padding: 1% 0 2%;
}
.orangebutton {
    box-shadow: 0px 3px #ff770e;
    width: 80%;
    left: 0px;
    border-radius: 6px;
    padding: 4%;
    bottom: 0px;
    background: #ff3c00;
    font-family: 'CircularStdBold';
    border: none;
    font-size: 30px;
    color: #fff;
}

@media screen and (max-width: 1920px) and (min-width: 1370px){
    .container-fluid{
        width:90%;
    }
    .stats-desc {
    padding: 0 10%;
}
.mindset-content p {
    padding: 0;
}  
.person {
    font-size: 18px;
}
.insight-desc {
    padding: 0 2%;
}
.bluebutton {
     width: 73%;
}
.slick-next {
    top: 20%!important;
    right: 2%!important;
}
.slick-prev {
    top: 20%!important;
    left: 2%!important;
}
.act-now {
    text-align: center;
    color: #fff;
    padding: 13% 0% 16%;
}
.act-now-heading {
    font-size: 58px;
}
.act-now-desc {
    font-size: 20px;
}
.toolimgcenter {
    bottom: -60px;
}
}
@media screen and (max-width: 1366px) and (min-width: 1260px){
.jumbotron p {
    margin-bottom: 15px;
    font-size: 22px;
}
  

}

@media only screen and (max-width: 1260px){
    .aboutarf h1 {
    font-size: 45px;
}


    .bannerdata .banner-heading {
    font-size: 100px;
    margin: 20px auto 10px;
    }
    .aboutarf h1 {
    font-size: 45px;
    }
    .aboutarf p {
    font-size: 16px;
    }
    .aboutarf h5 {
    font-size: 16px;
    }
/*    .video iframe {*/
/*    height: 330px;*/
/*}*/
.tooltransform p br{
    display:none;
} 
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 50px!important;
}
.ak-event {
    padding-bottom: 14%;
        padding-top: 13%!important;
}
.slick-prev, .slick-next {
    top: 17%!important;
}
.bannerdata {
    padding: 15px 5px !important;
}
} 
@media only screen and (max-width: 1024px){
    .slick-prev:before {
    content: '❬'!important;
}
.slick-next:before {
    content: '❭'!important;
}
.act-now-heading {
    font-size: 45px;
}
}
@media only screen and (max-width: 991px){
    .jumbotron p {
    font-size: 16px;
}
.act-now-heading {
    font-size: 35px;
}
.act-now-desc {
    font-size: 15px;
}
.bluebutton {
    padding: 3%;
    font-size: 20px!important;
}
.tooltransform p {
    font-size: 16px;
}
.mindset-content p {
    font-size: 16px;
}
.insight-desc {
    font-size: 16px!important;
}

.footer-content {
    height: 35px;
    font-size: 12px;
}
.author p {
    font-size: 16px !important;
}
}

@media only screen and (max-width:767px){
     .nav>.nav-links {
    display: none;
    float: right;
    font-size: 10px;
    padding: 2% 4%;
    background: #fff;
    position: absolute;
    width: 180px;
    border-radius: 3px;
    right: 5%;
    top: 90%;
}
.nav>.nav-links>a {
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
    font-family: CircularStdBold;
    font-size: 12px;
    letter-spacing: 1px;
    width: 100%;
    /* border-radius: 5px; */
}
  .nav>.nav-btn{
      display:block;
  }
    
    
    .jumbotron p {
    font-size: 14px!important;
}

.jumbotron {
    min-height: 70vh;
}
.bluebutton {
    font-size: 16px!important;
}

.slider-text {
    font-size: 14px!important;
}
.person {
    font-size: 11px!important;
}
}
@media only screen and (max-width:640px){
.footer-content {
    width: 95%;
}
 .bluebutton {
    width: 100%;
    border-radius: 2px;
 }
 .ak-event {
    background: linear-gradient(#00000045, #00000059), url(../img/smb-event.png);
    background-position: center right 40%!important;
    background-size: cover!important;
}
}
@media only screen and (max-width:580px){
.pb3 {
    padding: 0;
}
.act-now-heading {
    font-size: 28px;
}
.act-now-desc {
    font-size: 12px;
}
.act-now-desc br{
    display:none;
}
 .blog-img {
    padding: 0;
}  
.insight-desc {
    font-size: 14px!important;
    width: 95%;
}
.toolimgcenter {
    text-align: center;
    position: relative;
    width: 100%;
    bottom: -15px;
    left: -15px;
}
}