@font-face {
    font-family: 'ff-blur';
    src: url(../fonts/Blur_Medium.ttf);
}
body {
    background: #000;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Ubuntu', sans-serif;
}
.wrapper { max-width: 1400px; margin: auto; }

/*Common CSS*/

::-moz-selection {
    color: #fff;
    background: #F06800;
}

::selection {
    color: #fff;
    background: #F06800;
}

.section-padding {
    padding: 62px 0;
}
.input-lg { margin-bottom: 8px; }
.title h3 {
    font-family: 'ff-blur';
    font-size: 70px;
    margin-bottom: 30px;
    color: #fff
}

.title span {
    color: #F06800
}

.our-pdts,
.why-join,
.aboutus,
.soffered {
    text-align: center;
    color: #fff;
}

.lh-25 {
    line-height: 25px;
}

.p-txt {
    font-size: 17px;
    color: #fff;
    line-height: 28px;
}

.mbtm-10 {
    margin-bottom: 10px
}
.list-unstyled li { margin-bottom: 5px; line-height: 26px; }

/*Overlay Menu*/

.menu-toggle {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
}

.menu-toggle.on .one {
    -moz-transform: rotate(45deg) translate(7px, 7px);
    -ms-transform: rotate(45deg) translate(7px, 7px);
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
}

.menu-toggle.on .two {
    opacity: 0;
}

.menu-toggle.on .three {
    -moz-transform: rotate(-45deg) translate(8px, -10px);
    -ms-transform: rotate(-45deg) translate(8px, -10px);
    -webkit-transform: rotate(-45deg) translate(8px, -10px);
    transform: rotate(-45deg) translate(8px, -10px);
}

.one,
.two,
.three {
    width: 100%;
    height: 3px;
    background: #F06800;
    margin: 8px auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 4em auto;
    text-align: center;
    font-family: 'Encode Sans Condensed', sans-serif;
}

nav ul.hidden {
    display: none;
}

nav ul a {
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-decoration: none;
    color: white;
    font-size: 18px;
    line-height: 1.5;
    width: 100%;
    display: block;
}

.menu-section.on {
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0
}
.overlay-menu li {
    border-radius: 50%;
    height: 147px;
    margin: 15px 40px;
    width: 147px;
}
.overlay-menu li a {
    line-height: 28px;
    padding: 35px 0;
    text-decoration: none;
}
.overlay-menu li a {
    color: #fff
}
.red {
    background: #DB4437;
    color: #fff
}

.red:hover {
    background: rgba(219, 68, 55, 0.9);
    color: #fff;
}

.blue {
    background: #3F51B5;
    color: #fff
}

.blue:hover {
    background: rgba(63, 81, 181, 0.9);
    color: #fff;
}

.violet {
    background: #673AB7;
    color: #fff
}

.violet:hover {
    background: rgba(103, 58, 183, 0.9);
    color: #fff;
}

.green {
    background: #009688;
    color: #fff
}

.green:hover {
    background: rgba(0, 150, 136, 0.9);
    color: #fff;
}

.lgreen {
    background: #8CC24A;
    color: #fff
}

.lgreen:hover {
    background: rgba(140, 194, 74, 0.9);
    color: #fff;
}

.lblue {
    background: #1F96F2;
    color: #fff
}

.lblue:hover {
    background: rgba(31, 150, 242, 0.9);
    color: #fff;
}

.yellow {
    background: #FF9800;
    color: #fff
}

.yellow:hover {
    background: rgba(255, 152, 0, 0.9);
    color: #fff;
}

.pink {
    background: #E91E63;
    color: #fff
}

.kaorange {
    background: #F06800;
    color: #fff
}

.pink:hover {
    background: rgba(233, 30, 99, 0.9);
    color: #fff;
}
.grey{
    background:#d501b1;
    color: #fff
}
.grey:hover{
    background:#af0292 ;
    color: #fff; 
}
.lightblue{
    background:#fc7d07;
        color: #fff  
}
.lightblue:hover{
    background:#DB6900;
    color: #fff  
}


/*Header*/

.header {
    margin-bottom: 20px;
}

.header-logo {
    background: #000
}

.header-logo img {
    width: 250px;
    padding: 10px 0
}


/*Overlay Menu*/

.overlay-menu li a .fa {
    /* font-size: 2vw */
    font-size: 30px;
}


/*Slider*/

.slider {
    overflow: hidden;
    margin-top: 120px;
}

.slider-img img {
    /* height: 530px;*/
    /*    margin-top: 30px;*/
    border-radius: 25px;
    border: 3px solid #fff
}

.slider-caption {
    color: #fff;
    margin-bottom: 30px;
    margin-top: 40px
}

.slider-caption h3 {
    font-family: "ff-blur";
    font-size: 5.6vw;
    font-weight: 700;
    letter-spacing: 12px;
    margin-left: 5px;
}

.slider-caption .wallet {
    font-size: 6.5vw;
    line-height: 5vw;
    margin-left: 10px;
}

.slider-caption h3 span {
    color: #F06800;
    font-weight: 700;
    font-family: 'ff-blur';
}

.slider-caption h4 {
    color: #f06800;
    font-family: "ff-blur";
    font-size: 18.8vw;
    font-weight: 700;
    line-height: 13vw;
}


/*Button Rounded*/

.btn-round-lg {
    border-radius: 28px;
}

.btn-round {
    border-radius: 17px;
}

.btn-round-sm {
    border-radius: 15px;
}

.btn-round-xs {
    border-radius: 11px;
    padding-left: 10px;
    padding-right: 10px;
}


/*Custom Button*/

.btn-secondary {
    color: #fff;
    background-color: transparent;
    border-color: #F06800;
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #F06800;
    border-color: #F06800;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #F06800;
    border-color: #F06800;
}


/*Accordion*/

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content: "\e114";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    color: #fff;
    /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
    /* adjust as needed, taken from bootstrap.css */
}


/*Our Products*/


/*Why Join Kansas*/

.join-circles img {
    padding: 0 55px 8px 55px;
}

.join-circles h4 {
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
}


/*About Us*/

.title h4 {
    font-size: 30px;
}

.aboutus h5 {
    font-size: 18px;
    line-height: 25px;
}

.aboutus img {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}


/*Our Profile*/

.profile {
    color: #fff
}

.profile .title h3 {
    text-align: center
}

.profile .p-txt {
    text-align: justify;
}

.profile h4 {
    color: #F06800;
}

.profile h4,
.profile .fa {
    color: #F06800
}


/*Features*/

.features {
    color: #fff
}

.features .title h3 {
    text-align: center
}

.features .p-txt {
    text-align: justify
}


/*Title*/

.tborder {
    position: relative;
    width: 8%;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
    float: left;
}


/*Contact Us*/

.contact,
.contact a {
    color: #fff;
}

.contact .title h3 {
    text-align: center;
}

.contact li {
    margin-bottom: 8px;
}
.contact li p{
    padding: 8px 0
}

/*
.contact span.cbe {
    margin-left: 45px;
}
*/

.contact .fa {
    border: 2px solid transparent;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    height: 40px;
    margin-right: 7px;
    padding: 8px;
    width: 40px; 
    float: left;
    text-align: center;
}

.footer .fa-envelope {
    font-size: 18px !important
}

.contact a:hover {
    text-decoration: none;
    color: #F06800
}


/*Login*/

.login,
.contact a {
    color: #fff;
}

.login .title h3 {
    text-align: center;
}


/*Footer*/

.footer {
    overflow: hidden;
    background: #111;
    padding: 30px 0;
    color: #fff
}

.footer a:hover {
    color: #fff;
    text-decoration: none
}

.right {
    float: right;
    text-align: right
}

.left {
    float: left;
    text-align: left
}
.social-links .fa:hover{
    color: #fff;
     border: 2px solid #fff;
}
/*Back to Top*/

#ascrail2000 {
    z-index: 999 !important
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(240, 104, 0, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #F06800;
    opacity: 1;
    border-radius: 50%
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 90px;
    }
    .enquiry_form, .darkgreen{
        display: none !important;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 40px;
        width: 40px;
        right: 30px;
        bottom: 90px;
        border-radius: 50%
    }
}


/*Media Queries*/

@media (min-width:300px) and (max-width:640px) {
    /*Common CSS*/
    .section-padding {
        padding: 85px 0;
    }
    .testi-padding{
        padding: 0px !important;
    }
    .title h3 {
        color: #fff;
        font-family: "ff-blur";
        font-size: 40px;
        margin-bottom: 30px;
    }
    .right {
        float: none;
        text-align: center
    }
    .left {
        float: none;
        text-align: center
    }
    /*Header*/
    .menu-toggle {
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 40px;
        width: 30px;
    }
    /*    Overlay Menu*/
    .overlay-menu li {
        border-radius: 50%;
        height: 120px;
        margin: 15px 4%;
        width: 120px;
    }
    .overlay-menu li a .fa {
        /* font-size: 10vw; */
    }
    .overlay-menu li a {
        line-height: 20px;
        /* padding: 9vw 0; */
        text-decoration: none
    }
    nav ul a {
        color: white;
        display: block;
        font-size: 17px;
        line-height: 1.5;
        text-decoration: none;
        transition-duration: 0.5s;
        width: 100%;
    }
    /*Slider*/
    .slider-caption h3 {
        font-family: "ff-blur";
        font-size: 19.7vw;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 10px;
    }
    .slider {
        margin-top: 80px;
        overflow: hidden;
    }
    .slider-img img {
        margin-bottom: 15vw;
        margin-top: 20px;
    }
    .slider-caption h4 {
        color: #f06800;
        font-family: "ff-blur";
        font-size: 160px;
        font-weight: 700;
        line-height: 300px;
    }
    .slider-caption .wallet {
        font-size: 22.7vw;
    }
    .slider-caption h4 {
        color: #f06800;
        font-family: "ff-blur";
        font-size: 55.9vw;
        font-weight: 700;
        line-height: 55vw;
    }
    /*Button*/
    .btn-lg,
    .btn-group-lg>.btn {
        border-radius: 40px;
        font-size: 15px;
        line-height: 1.33333;
        margin-bottom: 10px;
        padding: 15px 18px;
    }
    /*Profile*/
    .profile .p-txt {
        text-align: center;
    }
    /*Features*/
    .features .p-txt {
        text-align: center;
    }
    /*Why Join Kansas*/
    .join-circles img {
        padding: 0 60px
    }
    .join-circles h4 {
        margin-bottom: 40px;
    }
    .m-left {
        text-align: center
    }
    /*Footer*/
    .footer {
        text-align: center
    }
    .contact ul {
        font-size: 13px
    }
    .contact span.cbe1 {
        margin-left: 45px;
    }
    .contact .social-links .fa { margin-bottom: 25px; }
    .contact .fa {
        /*border: 2px solid #f06800;*/
        border-radius: 50%;
        /*color: #f06800;*/
        font-size: 16px;
        height: 35px;
        margin-right: 7px;
        padding: 8px;
        width: 35px;    
    }
    nav>ul>li>a>img{
        width: 25px !important;
        }
}

@media (min-width:768px) and (max-width:1024px) {
    /*    Overlay Menu*/
    nav ul {
        margin: 5em auto;
    }
    /* .overlay-menu li {
        border-radius: 50%;
        height: 20vw;
        margin: 2vw;
        width: 20vw;
    } */
    /* .overlay-menu li a {
        color: #fff;
        font-size: 2.4vw;
        line-height: 4vw;
        padding: 4.9vw 0.2vw;
        text-decoration: none;
    }
    .overlay-menu li a .fa {
        font-size: 5vw
    } */
    /*Slider*/
    .slider {
        margin-top: 90px;
        overflow: hidden;
    }
    .slider-img img {
        border: 3px solid #fff;
        border-radius: 25px;
        margin-top: 20px;
    }
    .slider-caption {
        color: #fff;
        margin-bottom: 40px;
        margin-top: 5%;
    }
    .slider-caption h3 {
        font-family: "ff-blur";
        font-size: 21.9vw;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 70px;
    }
    .slider-caption h4 {
        color: #f06800;
        font-family: "ff-blur";
        font-size: 60vw;
        font-weight: 700;
        line-height: 50vw;
    }
    .slider-caption .wallet {
        font-size: 25vw;
        line-height: 10vw;
    }
    /*Common CSS*/
    .section-padding {
        padding: 2vw
    }
    /*Why Join Kansas*/
    .join-circles img {
        padding: 0 13vw
    }
}

@media (min-width:1400px) {
    .slider-caption {
        color: #fff;
        margin-bottom: 10px;
        /*margin-top: 5%;*/
    }
    .slider-caption h3 {
        /*
        font-family: "ff-blur";
        font-size: 5.6vw;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 3vw;
*/
        font-family: "ff-blur";
        font-size: 5.46vw;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 3vw;
    }
    .slider-caption h4 {
        color: #f06800;
        font-family: "ff-blur";
        font-size: 15.6vw;
        font-weight: 700;
        line-height: 15vw;
    }
    .slider-caption .wallet {
        font-size: 6.3vw;
        line-height: 2vw;
    }
}

@media (min-width:1700px) {
    .slider-caption {
        color: #fff;
        margin-bottom: 10px;
        margin-top: 6%
    }
    .slider-caption h3 {
        /*
        font-family: "ff-blur";
        font-size: 5.6vw;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 3vw;
*/
        font-family: "ff-blur";
        font-size: 3.6vw;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 0vw;
    }
    .slider-caption h4 {
        color: #f06800;
        font-family: "ff-blur";
        font-size: 10vw;
        font-weight: 700;
        line-height: 12vw;
    }
    .slider-caption .wallet {
        font-size: 4vw;
        line-height: 0vw;
    }
}
.social-links .facebook i { background: #3b5998;}
.social-links .twitter i { background: #55acee;}
.social-links .linkedin i { background: #005397;}
.social-links .linkedin i { background: #005397;}
.social-links .youtube i { background: #ff0000;}
.social-links .instagram i { background: #dd0061;}
.social-links .google i { background: #d93e2d;}
.social-links .whatsapp i { background: #00E676; }

.kstoreSec { color: #fff; }
.kstoreSec h3 { text-align: center; }
.kstoreSec { width: 100%; float: left; margin-bottom: 80px;   }
.kstoreSec p { line-height: 27px; text-align: justify; }
.kstoreSec .fullSec { display: flex; }
.kstoreSec .leftSec { width: 50%; float: left; align-items: center; justify-content: center; }
.kstoreSec .leftSec img { width: 100%; max-width: 500px; margin: auto;  }
.kstoreSec .rightSec { width: 50%; float: left; display: flex; flex-direction: column; justify-content: center; }

@media (max-width:768px) {
nav ul { margin: 1em auto; }   
.menu-toggle {top: 10px !important;}
.form_style { float: left; width: 100%;}
.font-play {
font-size: 45px !important;
position: absolute !important;
margin: -82px -23px !important;
color: #f06800 !important;
    cursor: pointer;
}
.testimonials img {
    min-height: 135px !important;
}
}

.testimonials h2 { text-align: left; font-size: 28px; }
.testimonials p { text-align: left; }

.font-play  {
    font-size: 60px;
position: absolute;
margin: -133px -38px;
color: #f06800;
    cursor: pointer;
}
.testimonials img{
    min-height: 230px;
}
.model-btn{
color: #fff;
font-weight: 800;
background: #f06b04;
width: 40px;
height: 40px;
border-radius: 25px;
border: 1px solid #e96b08;
margin: -36px -7px;
position: relative;
}
.model-cnt{
    padding: 0px !important;
}
.model-text{
    background-color: #fff !important;
}
.model-cnt h5{
    color: #f06700;
font-size: 22px;
font-weight: bold;
margin: 20px auto;
text-transform: capitalize;
}
.model-cnt p{
    color: #000000;
    margin: 20px auto;
    padding: 5px;
}
.model-cnt img{
    width: 100%;
margin: auto;
}
nav>ul>li>a>img{
width: 33px;
}
.form-control::placeholder{
    color:rgb(85, 85, 85) !important;
}

.enquiry_form h3{
    font-family: 'ff-blur';
    font-size: 40px;
    padding: 100px 0 30px;
    text-align: center;
    color: #fff;
}
.enquiry_form h3 span{
    color: #F06800;
}
.darkgreen{
    background-color: #565759;
}
.contact input{
    color: #fff;
}

.option-selected, textarea {
    color: white !important;
}