@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700');

*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 28px;
    color: #666;
    letter-spacing: -0.3px;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing:antialiased;
	color: #222;
}
h1{
    font-size: 52px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 25px;
    color: #222;
    letter-spacing: -3px;
}
h2{
    font-size: 38px;
    color: #333;
    margin: 0 0 25px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1.5px;
    text-transform: capitalize;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.7;
    color: #222;
    letter-spacing: -0.025rem;
}
h3{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.025rem;
    line-height: 1.2;
}
h4{
    font-size: 16px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
    max-width: 100%;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span{}
p{
    font-size: 17px;
    color: #666;
    margin-bottom: 15px;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #f5f5f5 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #f5f5f5 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #f5f5f5 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
   color: #f5f5f5 !important;
}
button{
    border: none;
	background: none;
}
/* Helper Class */
.padding{
    padding: 100px 0;
}
.no-padding{
    padding: 0;
}
.padding-15{padding: 15px;}
.padding-20{padding: 20px;}

.bg-white{ background-color: #fff; }
.bg-grey{ background-color: #f4f9ff;}
.bg-theme{ background-color: #c8b499;}
.bg-dark{ background-color: #232323;}
.bd-top{ border-top: 1px solid #eaeaea;}
.bd-bottom{ border-bottom: 1px solid #eaeaea;}

.mb-10{ margin-bottom: 10px; }
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.mb-55{ margin-bottom: 55px; }
.mb-60{ margin-bottom: 60px; }
.ml-15{ margin-left: 15px; }
.ml-20{ margin-left: 20px; }
.ml-25{ margin-left: 25px; }
.ml-30{ margin-left: 30px; }
.ml-35{ margin-left: 35px; }
.fz-28{ font-size: 28px; }
.fz-24{ font-size: 24px; }
.fz-22{ font-size: 22px; }
.fz-20{ font-size: 20px; }
.fz-18{ font-size: 18px; }
.fz-16{ font-size: 16px; }
.mt-20{ margin-top: 20px; }
.mt-30{ margin-top: 30px; }
.mt-40{ margin-top: 40px; }
.text-black{
    color: #333;
}
.text-white{
    color: #ffffff;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}
.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}

.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* Preloader Styles */
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #c8b499;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}
.loader{
    position:absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    margin-top: -30px;
}
body.loaded #preloader{
    opacity: 0;
    visibility: hidden;
}
/*Battery*/
.battery{
    width: 28px;
    height: 14px;
    border: 1px #fff solid;
    border-radius: 2px;
    position: relative;
    -webkit-animation: charge 5s linear infinite;
       -moz-animation: charge 5s linear infinite;
            animation: charge 5s linear infinite;
    top: 40px;
    margin: 0 auto;
}
.battery:after{
    width: 2px;
    height: 7px;
    background-color: #fff;
    border-radius: 0px 1px 1px 0px;
    position: absolute;
    content: "";
    top: 2px;
    right: -4px;
}
@-webkit-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #fff;}
    100%{box-shadow: inset 30px 0px 0px #fff;}
}
@-moz-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #fff;}
    100%{box-shadow: inset 30px 0px 0px #fff;}
}
@keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #fff;}
    100%{box-shadow: inset 30px 0px 0px #fff;}
}
/* Button Style */
.btn_group{}
.btn_group a{
    margin: 5px;
}
.btn_group_left a{
    margin-right: 15px;
    margin-bottom: 15px;
}
.default-btn{
    background: linear-gradient(to right, #c8b499 0%, #b9b8b8 100%);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000000;
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 2px;
    display: inline-block;
}
.default-btn:hover{
    background: linear-gradient(to left, #c8b499 0%, #b9b8b8 100%);
    color: #fff;
}

/* Section Heading */
.section-heading h2 {
    color: #444;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1.3px;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0 0 8px;
}
.section-heading p{
    font-size: 17px;
    font-weight: 400;
    margin: 0;
}

/* Transition Effect */
a,a:hover, .overlay, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/* ==========================================================================
   Header Section
   ========================================================================== */
.header-section{
    background-color: transparent;
    width: 100%;
    height: 80px;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px 0;
}
.navbar-fixed-top.header-section{
    background-color: #faf3e9;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.05);
    height: 70px;
    border-bottom: 0;
    padding: 0;
}

.navbar-fixed-top ul.nav > li > a{
    color: #000000;
}
.navbar-fixed-top ul.nav > li > a:hover,
.navbar-fixed-top ul.nav > li > a:focus,
.navbar-fixed-top ul.nav > li.active > a{
    color: #000000;
}
.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header-section,
.header-section{
    transition: all 0.3s ease-in-out;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0;
}
.navbar-header {
    padding: 17px 0;
}
.navbar-header .brand{
    font-size: 25px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
	margin-left: 13px;
}
.navbar-header .nav-btn{
    padding: 8px;
    border-radius: 1px;
}
.navbar-header .nav-btn .icon-bar{
    background-color: #fff;
    width: 18px;
}
.navbar-fixed-top .navbar-header .nav-btn .icon-bar{
    background-color: #777;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus{
    opacity: 0.8;
}

/* Nav Menu */
#navbar{
    z-index: 999;
    padding: 0 15px;
}
ul.nav{}
ul.nav > li{}
ul.nav > li > a {
    color: rgba(26, 26, 26, 0.9);
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 70px;
    z-index: 1;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li > a.active{
    background: none;
    color: #000000;
    opacity: 1;
}
.menu-btn{
    margin-left: 10px;
    margin-top: 10px;
}

/*Mobile Menu */
.menu-wrap{
    position: relative;
}
.slicknav_menu {
    background: none;
    padding: 4px 0;
    display:none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.slicknav_nav {
    background-color: #fff;
}
.slicknav_btn{
    background-color: transparent;
    margin: 17px 5px 19px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row,
.slicknav_nav a,
.slicknav_nav a:hover{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #777;
}
.slicknav_nav a .caret{
    display: none;
}
.slicknav_nav ul{
    margin: 0;
}
.slicknav_nav ul li a{
    padding-left: 30px;
    font-size: 12px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover{
    background-color: transparent;
    color: #333;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section{
    background-image: url(../img/web/knowme-01.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.hero-section:before{
    background: linear-gradient(to top, #c8b499 0%, #f3e6d4 100%);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    z-index: -1;
}
.hero-content h1{
    margin-bottom: 10px;
}
.hero-content p{
    color: #fff;
    line-height: 1.5;
    margin: 0 0 25px;
}
.hero-content .download-btn:hover{
    opacity: 0.8;
}

/* ==========================================================================
   Feature Section
   ========================================================================== */
.feature-section{
    position: relative;
}
.feature-mock{
    background-image: url(../img/feature-mockup.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    width: 100%;
    height: 140%;
    left: 0;
    top: -70px;
    animation-name: mock-animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: mock-animation;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    z-index: 1;
}
.feature-mock-mobil{
    background-image: url(../img/feature-mockup.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    width: 100%;
    height: 500%;
    left: 0;
    /*top: -100px;*/
    animation-name: mock-animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: mock-animation;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    z-index: 1;
    display: none;
}

.feature-content{
    margin-bottom: 20px;
}
.feature-content:last-child{
    margin-bottom: 0;
}
.feature-content h3{
    font-size: 22px;
    text-transform: capitalize;
}
.feature-content .icon{
    font-size: 45px;
    transition: all 0.2s ease-in-out;
}
.feature-content i{
    background-image: linear-gradient(to top, #c8b499 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.feature-content p{
    font-size: 13px;
    line-height: 24px;
    margin: 0;
}
/*Sponsor Style*/
.sponsors{}
.sponsors li{
    display: inline-block;
    opacity: 0.5;
}
.sponsors li:hover{
    opacity: 1;
}
.sponsors li img{
    max-width: 100%;
}

/*Mockup Animation*/
 @-webkit-keyframes mock-animation {
     0% {
         -webkit-transform: translateY(-20px);
         transform: translateY(-20px);
    }
     50% {
         -webkit-transform: translateY(-10px);
         transform: translateY(-10px);
    }
     100% {
         -webkit-transform: translateY(-25px);
         transform: translateY(-25px);
    }
}
 @keyframes mock-animation {
     0% {
         -webkit-transform: translateY(-20px);
         transform: translateY(-20px);
    }
     50% {
         -webkit-transform: translateY(-10px);
         transform: translateY(-10px);
    }
     100% {
         -webkit-transform: translateY(-20px);
         transform: translateY(-20px);
    }
}

/* ==========================================================================
   Content Section
   ========================================================================== */
.content-section{}
.content-wrap{
    display: flex;
    align-items: center;
}
.content-wrap img{
    width: 100%;
}
.content-details{}
.content-details h2{
    margin-bottom: 15px;
}

/* ==========================================================================
   How It Works Section
   ========================================================================== */
.how-it-works-section{
    background-image: url(../img/knowme-01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    z-index: 1;
}
.how-it-works-section:before{
    background: linear-gradient(to top, #c8b499 0%, #FFFFFF 100%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.9;
    z-index: -1;
}
.how-content{
    position: relative;
}
.arrow{
    position: absolute;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    height: 100%;
    left: 270px;
    top: 30px;
}
.how-content i{
    color: #000000;
    font-size: 50px;
    margin-bottom: 15px;
}
.how-content h3{
    font-size: 20px;
    margin-bottom: 5px;
    color: #000000;
}
.how-content p{
    color: #000000;
    margin-bottom: 0;
}
/* ==========================================================================
   Screenshots Section
   ========================================================================== */
.screenshots-section{
    padding-bottom: 53px;
}
.swiper-container {
    padding: 3.58rem 0 7rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.swiper-container .swiper-slide{
    transform: scale(.65);
    opacity: 0.2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.swiper-container .swiper-slide-next,
.swiper-container .swiper-slide-prev{
    transform: scale(.75);
    opacity: 0.85;
}
.swiper-container .swiper-slide-active{
    opacity: 1;
    transform: scale(1);
     z-index: 100;
}
.swiper-container .screen{
    width: 212px;
    height: 376px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .03);
}
.swiper-container .mobile-mock {
    background: #fff;
    border: 1px solid #edf4f8;
    margin: 0 auto;
    position: absolute;
    top: 0;
    max-width: 240px;
    left: 0;
    right: 0;
    width: 240px;
    border-radius: 36px;
    padding: 55px 0;
    -webkit-box-shadow: inset 0 4px 10px 1px #fff, inset 0 0 6px 0 rgba(66, 77, 86, .5), 0 2px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, .5);
    box-shadow: inset 0 4px 10px 1px #fff, inset 0 0 6px 0 rgba(66, 77, 86, .5), 0 2px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, .5)
}
.swiper-container .mobile-mock:after,
.swiper-container .mobile-mock:before {
    content: '';
    position: absolute
}
.swiper-container .mobile-mock:before {
    width: 45px;
    height: 4px;
    background: #e3e8eb;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    border-radius: 30px;
    left: 0;
    right: 0;
    margin: -25px auto 0
}
.swiper-container .mobile-mock:after {
    top: 30px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -45px;
    background: #e3e8eb;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, .03);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .03);
    display: block;
    border-radius: 50%
}
.swiper-container .mobile-mock .screen {
    width: 90%;
    margin: 0 auto
}
.swiper-container .mobile-mock .circle {
    position: absolute;
    left: 50%;
    -webkit-box-shadow: 0 0 1px 2px #e3e8eb inset;
    box-shadow: 0 0 1px 2px #e3e8eb inset;
    border: 1px solid #edf4f8;
    border-radius: 50%;
    bottom: 1.75%;
    height: 0;
    margin-left: -18px;
    padding-top: 36px;
    width: 36px
}
.swiper-container .swiper-next,
.swiper-container .swiper-prev{
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-image: linear-gradient(to top, #c8b499 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    opacity: 0.8;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 99;
}
.swiper-container .swiper-next{
    left: auto;
    right: 0;
}
.swiper-container .swiper-next:hover,
.swiper-container .swiper-prev:hover{
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Team Section
   ========================================================================== */
.team-section{}
.team-box{}
.team-thumb{
    margin-bottom: 30px;
    position: relative;
}
.team-thumb img{
    border: 10px solid #c8b499;
    border: 10px solid transparent;
    -moz-border-image: -moz-linear-gradient(to top, #c8b499 0%, #FFFFFF 100%);
    -webkit-border-image: -webkit-linear-gradient(to top, #c8b499 0%, #FFFFFF 100%);
    border-image: linear-gradient(to top, #c8b499 0%, #FFFFFF 100%);
    border-image-slice: 1;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    width: 150px;
    height: 150px;
    border-radius: 0;
    text-align: center;
}
.team-thumb:before{
    background: linear-gradient(to top, #c8b499 0%, #FFFFFF 100%);
    content: "";
    width: 2px;
    height: 40px;
    position: absolute;
    left: calc( 50% - 1px );
    bottom: -20px;
    transition: all 0.3s ease-in-out;
}
.team-box:hover .team-thumb:before{
    bottom: -40px;
    height: 50px;
}
.team-box:hover .team-content{
    transform: translateY(20px);
}
.team-content{
    position: relative;
    display: block;
    transition: all 0.3s ease-in-out;
}
.team-content h3{
    font-size: 20px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 5px;

}
.team-content span{
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 500;
    display: block;
    letter-spacing: 0;
}

/* ==========================================================================
   Pricing Section
   ========================================================================== */
.pricing-section{}
.pricing-box{
    background: linear-gradient(to top, #c8b499 0%, #FFFFFF 100%);
    padding: 40px 0;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

.pricing-head i{
    color: #000000;
    font-size: 50px;
    line-height: 55px;
}
.pricing-head h3{
    font-size: 16px;
    color: #000000;
    margin: 15px 0 10px;
    text-transform: uppercase;
}
.pricing-head h2{
    color: #000000;
    display: inline-block;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: -3px;
}
.pricing-head h2 span{
    color: #000000;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 600;
    margin-left: 5px;
}
.pricing-info{
    margin-bottom: 30px;
}
.pricing-info li{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #000000;
}
.pricing-info li:not(:last-of-type){
    margin-bottom: 5px;
}
.pricing-btn{
    background-color: #000000;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    border-radius: 2px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}
.pricing-btn:hover{
    background-color: #000000;

    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(1.1);
    transition: all 0.2s ease-in-out;
}

/* ==========================================================================
   Review Section
   ========================================================================== */
.review-section{
    background-image: url(../img/web/knowme-05.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    z-index: 1;
}
.review-section:before{
    background: linear-gradient(to top, #c8b499 0%, #FFFFFF 100%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.9;
    z-index: -1;
}
.review-section .section-heading p,
.review-section .section-heading h2{
    color: #000000;
}
.review-item{
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.review-thumb{}
.review-thumb img{
    width: 80px!important;
    max-width: 80px;
    height: 80px;
    border-radius: 50%;
}
.review-content{
    padding-left: 30px;
}
.review-content h3{
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 5px;
}
.review-text p{
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0;
}
.rattings{
    display: inline-block;
    padding-left: 10px;
}
.rattings li{
    display: inline-block;
}
.rattings i{
    color: #f8e71c;
}
/*Owl Carousel Dots*/
.review-carousel .owl-dots{
    display: block;
    text-align: center;
    margin-top: 50px;
}
.review-carousel .owl-dots .owl-dot{
    background-color: #000000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    transition: all 0.5s ease-in-out;
}
.review-carousel .owl-dots .owl-dot.active{
    background-color: #000000;
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    transition: all 0.5s ease-in-out;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog-section{}
.blog-box{}
.blog-thumb{
    position: relative;
}
.blog-thumb img{
    width: 100%;
}
.blog-content{
    padding: 40px 15px;
    padding-bottom: 0;
}
.blog-content a{
    color: #222;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    display: block;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.blog-content a:hover{
    color: #c8b499;
}
.post-meta{
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: auto;
}
.post-meta div{
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    display: inline-block;
}
.post-meta span{
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: #555;
    margin-right: 10px;
}
.post-meta i{
    color: #c8b499;
    margin-right: 5px;
}
.blog-post{}
.blog-content .read-more{
    background-color: #c8b499;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000000;
    text-align: center;
    padding: 5px 20px;
    border-radius: 2px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    margin: 0;
}
.blog-content .read-more:hover{
    background-color: #0bbf6c;
    color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(1.1);
    transition: all 0.2s ease-in-out;
}

/* ==========================================================================
   Download Section
   ========================================================================== */
.download-section{
    background: linear-gradient(to top, #c8b499 0%, #FFFFFF 100%);
    padding: 100px 0 200px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.download-section:before{
    background-image: url(../img/wave.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: -40px;
    z-index: -1;
}
.download-content{
    padding: 0 0 50px;
    z-index: 1;
}
.download-content h2{
    font-size: 42px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0;
}
.download-content p{
    color: #000000;
    margin: 30px 0;
}

/* ==========================================================================
   Subscribe Section
   ========================================================================== */
.subscribe-section{
    padding: 50px 0 100px;
}
.subscribe-wrap{}
.subscribe-form{
    display: block;
    text-align: center;
    width: 450px;
    margin: 0 auto;
    position: relative;
}
.subscribe-form .form-input{
    background: linear-gradient(to right, #c8b499 0%, #FFFFFF 100%);
    display: block;
    color: #000000;
    font-size: 14px;
    line-height: 58px;
    padding: 0 15px;
    float: left;
    width: 100%;
    outline: none;
    border: none;
    border: none;
    border-radius: 30px;
    padding-right: 130px;
}
.subscribe-form .submit{
    position: absolute;
    background-color: #c8b499;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-transform: capitalize;
    right: 5px;
    top: 5px;
}
.subscribe-form .submit:hover{
    cursor: pointer;
    color: #222;
}
/*Social Share*/
.social-share{
    margin-top: 40px;
    display: block;
}
.social-share li{
    display: inline-block;
    margin: 5px;
}
.social-share li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #c8b499;
    border-radius: 1px;
    border: 2px solid #c8b499;
}
.social-share li a:hover{
    border: 2px solid #c8b499;
    color: #c8b499;
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer-section{
    background-color: #c8b499;
    display: block;
    color: #000000;
    text-align: center;
    padding: 30px 0;
}
.footer-section p{
    color: #655b5b;
    font-size: 14px;
    margin: 0;
}

/* ==========================================================================
   Scroll To Top
   ========================================================================== */
#scroll-to-top{
    background-color: #c8b499;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 45px;
    color: #000000;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #ffb199;
    color: #fff;
}

/********/

div#payment .the-legend {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0;
    width: auto;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
}
div#payment .the-fieldset {
    border: 1px solid #e0e0e0;
    padding: 10px;
}



div#payment .form-container .field-container:first-of-type {
    grid-area: name;
}

div#payment .form-container .field-container:nth-of-type(2) {
    grid-area: number;
}

div#payment .form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}

div#payment .form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

div#payment .field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div#payment .field-container {
    position: relative;
}

div#payment .form-container {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas: "name name""number number""expiration security";
    max-width: 400px;
    padding: 20px;
    color: #707070;
}

div#payment label {
    font-size: 13px;
    padding-bottom: 0;
    margin-bottom: 0;
  /*  padding-bottom: 5px;
    font-size: 13px;*/
}

div#payment input {
/*    margin-top: 3px;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dcdcdc;*/
}

div#payment .ccicon {
    height: 38px;
    position: absolute;
    right: 0;
    top: calc(50% - 20px);
    width: 60px;
}

/* CREDIT CARD IMAGE STYLING */
div#payment .preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

div#payment .container {
    max-height: 251px;
    height: 54vw;
}

#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

#ccsingle svg {
    width: 100px;
    max-height: 60px;
}

div#payment .creditcard svg#cardfront,
div#payment .creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}

#generatecard{
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float:right;
}

/* CHANGEABLE CARD ELEMENTS */
div#payment .creditcard .lightcolor,
div#payment .creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

div#payment .creditcard .lightblue {
    fill: #03A9F4;
}

div#payment .creditcard .lightbluedark {
    fill: #0288D1;
}

div#payment .creditcard .red {
    fill: #ef5350;
}

div#payment .creditcard .reddark {
    fill: #d32f2f;
}

div#payment .creditcard .purple {
    fill: #ab47bc;
}

div#payment .creditcard .purpledark {
    fill: #7b1fa2;
}

div#payment .creditcard .cyan {
    fill: #26c6da;
}

div#payment .creditcard .cyandark {
    fill: #0097a7;
}

div#payment .creditcard .green {
    fill: #66bb6a;
}

div#payment .creditcard .greendark {
    fill: #388e3c;
}

div#payment .creditcard .lime {
    fill: #d4e157;
}

div#payment .creditcard .limedark {
    fill: #afb42b;
}

div#payment .creditcard .yellow {
    fill: #ffeb3b;
}

div#payment .creditcard .yellowdark {
    fill: #f9a825;
}

div#payment .creditcard .orange {
    fill: #ff9800;
}

div#payment .creditcard .orangedark {
    fill: #ef6c00;
}

div#payment .creditcard .grey {
    fill: #bdbdbd;
}

div#payment .creditcard .greydark {
    fill: #616161;
}

/* FRONT OF CARD */
#svgname {
    text-transform: uppercase;
}

#cardfront .st2 {
    fill: #FFFFFF;
}

#cardfront .st3 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}

#cardfront .st4 {
    font-size: 54.7817px;
}

#cardfront .st5 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardfront .st6 {
    font-size: 33.1112px;
}

#cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}

#cardfront .st8 {
    font-size: 24px;
}

#cardfront .st9 {
    font-size: 36.5498px;
}

#cardfront .st10 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}

#cardfront .st11 {
    font-size: 16.1716px;
}

#cardfront .st12 {
    fill: #4C4C4C;
}

/* BACK OF CARD */
#cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}

#cardback .st2 {
    fill: #111111;
}

#cardback .st3 {
    fill: #F2F2F2;
}

#cardback .st4 {
    fill: #D8D2DB;
}

#cardback .st5 {
    fill: #C4C4C4;
}

#cardback .st6 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardback .st7 {
    font-size: 27px;
}

#cardback .st8 {
    opacity: 0.6;
}

#cardback .st9 {
    fill: #FFFFFF;
}

#cardback .st10 {
    font-size: 24px;
}

#cardback .st11 {
    fill: #EAEAEA;
}

#cardback .st12 {
    font-family: 'Rock Salt', cursive;
}

#cardback .st13 {
    font-size: 37.769px;
}

/* FLIP ANIMATION */
.container {
    perspective: 1000px;
}

.creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

.creditcard .front,
.creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}

.creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#phone{
    width:100%;
}
.modal-dialog {
    width: 75%;
    margin: 0 auto;
}

.breadcrumb{
    background-color: transparent ;
    border-radius: 0;
}
.breadcrumb a{
    color: white;
    font-size: 14px;
}
.breadcrumb li{
    color: white;
    font-size: 14px;
}
