body
{
    font-size:14px;
    /*font-family: 'Manuale', serif;*/
    /*font-family: 'Roboto', sans-serif;*/
    font-family: "Roboto",Helvetica,Arial,sans-serif;    
}
h1, h2, h3, h4, h5, h6
{
    font-family: 'Martel Sans', sans-serif;
}
.top-sec
{
    background-color: #a3b727;
}
.phone
{
    color: #fff;
    padding: 5px 20px;
}
.top
{
    color: #fff;
    padding: 5px;
}
.trial
{
    padding: 6px;
    text-align: right;
}
.trial a
{
    color: #fff; 
    padding: 4px 20px;
    border: 1px solid #fff;
}
.trial a:hover
{
    color: #a3b727;
    background-color: #fff;
    text-decoration: none; 
}

/*<---------------------------------------------- Start menu ----------------------------------------------------->*/

.logo img
{
        width: 60%;
    padding: 0px 0;
}

.jk-header{
    width:100%;
	background:#fffce9;
    z-index: 10000;
    transition: 2s;
}
.navbar-default {
    background-color: #fffce9;
    border:none;
}
.navbar {
    border: 1px solid transparent;
    margin-bottom: 0px;
    min-height: 62px;
    position: relative;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #a3b727;    
}
.navbar-nav > li > a {
	padding:20px 20px;
	font-family: 'Manuale', serif;
	font-size:16px;
	color:#000000;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #a3b727;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #a3b727;
    color: #fffce9;
}
.caret {
	 color: #a3b727;
}
.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%; }
/*<---------------------------------------------- end menu ----------------------------------------------------->*/

/*<---------------------------------------------- Start Slider ----------------------------------------------------->*/

.bs-slider
{
    overflow: hidden;
    max-height: 568px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active 
{
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1 !important;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 36px;
    font-style: normal;
    line-height: 36px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 25px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #a3b727;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}
/*<---------------------------------------------- End Slider ----------------------------------------------------->*/


.sec-padd
{
    padding: 60px 0;
}
.titleline-icon {
    position: relative;
    max-width: 100px;
    border-top: 4px double #a3b727;
    margin: 20px auto 20px;
}
.titleline-icon:after {
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'FontAwesome';
    content: "\f141";
    font-size: 20px;
    line-height: 1;
    color: #a3b727;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    height: 20px;
    background: #ffffff;
}
.titleline-icon-sec {
    position: relative;
    max-width: 100px;
    border-top: 4px double #a3b727;
    margin: 20px auto 20px;
}
.titleline-icon-sec:after {
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'FontAwesome';
    content: "\f141";
    font-size: 20px;
    line-height: 1;
    color: #a3b727;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    height: 20px;
    background: #ececec;
}

.titleline-icon2 {
    position: relative;
    max-width: 100px;
    border-top: 4px double #a3b727;
    margin: 20px 0px;
}

.titleline-icon2:after {
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'FontAwesome';
    content: "\f141";
    font-size: 20px;
    line-height: 1;
        color: #a3b727;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    height: 20px;
    background: #ffffff;
}
.Glance-1 ul
{
text-align: right;
}
.Glance-1 li
{
list-style: none;
}
.Glance-1 li a
{
line-height: 2;
color: #a3b727;
font-size: 18px;
}
.Glance-1 li a:hover
{
    margin-right: 10px;
    transition: .5s;
    text-decoration: none;
}

.Glance-2 ul
{
text-align: left;
padding: 0px;
}
.Glance-2 li
{
list-style: none;
}
.Glance-2 li a
{
line-height: 2;
color: #a3b727;
font-size: 18px;
}
.Glance-2 li a:hover
{
    margin-left: 10px;
    transition: .5s;
    text-decoration: none;
}

/*------------------------------------------------------testimonial----------------------------------------------------------*/
.testimonial
{
    background-image: url("../images/testimonials.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    /*margin-top: 30px;*/
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    /*margin-top: 30px;*/
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #a3b727;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
    padding: 120px 20px;
}
blockquote p
{
    color: #b5b5b5;
}
.item blockquote p:before
{
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}


/*------------------------------------------------- End testimonial------------------------------------------------------*/
.sec-1
{
    background-color: #ececec;
}
.foter
{
    background-image: url("../images/map.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.address ul
{
    padding: 0px; 
}
.address li
{
   color: #9c9c9c;
   list-style: none;
   line-height: 2;
}
.address h3
{
    color: #9c9c9c;
}
.address i
{
  padding-right: 10px;
}
.social-icon
{
    display: inline-flex;
}
.social-icon i{
font-size: 30px;
color: #a3b727;
}
.jobs
{
    padding: 40px 0;
}
.jobs h4
{
    color: #a3b727;
    font-size: 21px;
    line-height: 30px;

}
.jobs p
{
    font-size: 14px;
    line-height: 2;
}
.learn-more a
{
    color: #a3b727;
}
.mobile-sec
{
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 2px 2px 5px #ccc;

}
.carousel-control {
    top: 160px;
}

.btn-own
{
    background-color: #a3b727;
    color: #fff;
}
.end-sec
{
    background-color: #000000;
}
.end{
    color: #9c9c9c;
        padding: 5px;
}
.sec-padding
{
    padding: 120px 0;
}




.card{box-shadow:2px 2px 20px rgba(0,0,0,0.3); border:none; margin-bottom:0px; padding: 15px;}
.card-01 .card-block{position:relative; padding-top:10px;}
.card-01 .badge-box{position:absolute; top:-20px; left:50%; width:100px; height:100px;margin-left:-50px; text-align:center;}

/*flipper-card*/
.card-flipper {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}

.card__front,
.card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card__back .card{
    width:100%;
    /*height: 62.7vh;*/
    height: 415px;
}

.card__front,
.card__back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}

.card__front {
  background-color: transparent;
}

.card__back {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  position: relative;
}

.card-flipper.effect__hover:hover .card__front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.card-flipper.effect__hover:hover .card__back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.card-flipper.effect__random.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.card-flipper.effect__random.flipped .card__back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}


#login {
    padding: 70px 0;
    background-image: url("../images/background-2.jpg");
}
#login .form-wrap {
    width: 40%;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 20px;
    /*box-shadow: 20px 20px 50px #ccc;*/
    background-color: #fff;
}

#login h1 {
   color: #9bae2e;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
}
#login .form-group {
    margin-bottom: 25px;
}
#login .checkbox {
    margin-bottom: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#login .checkbox.show:before {
    content: '\e013';
    color: #1fa67b;
    font-size: 17px;
    margin: 1px 0 0 3px;
    position: absolute;
    pointer-events: none;
    font-family: 'Glyphicons Halflings';
}
#login .checkbox .character-checkbox {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    display: inline-block;
    margin-left: 0px;
    margin-top: -2px;
}
#login .checkbox .label {
    color: #6d6d6d;
    font-size: 13px;
    font-weight: normal;
}
#login .btn.btn-custom {
    font-size: 14px;
	margin-bottom: 20px;
}
#login .forget {
    font-size: 13px;
	text-align: center;
	display: block;
        color: #9bae2e;
}

/*    --------------------------------------------------
	:: Inputs & Buttons
	-------------------------------------------------- */
.form-control {
    color: #212121;
}
.btn-custom {
    color: #fff;
	background-color: #9bae2e;
}
.btn-custom:hover,
.btn-custom:focus 
{
    color: #fff;
}
.login-logo
{
    margin-bottom: 40px;
}

.remem-label
{
    padding: .2em 2em .3em;
}

.block-a
{
    padding-top: 20px;
}
.block-a h4
{
color: #9bae2e;
padding-bottom: 10px;
font-weight: 600;
}
.block-b
{
    padding-top: 50px;
}
.block-b h5
{
color: #9bae2e;
padding-bottom: 10px;
font-weight: 600;
}
.sec-green
{
    background-color: #9bae2e;
}
.block-1 h1
{
 color: #fff;
}
.block-1 p
{
 color: #fff;
 font-size: 18px;
}
.block-1 a
{
    color: #fff;
    padding: 20px;
    border: 2px solid #fff;
    margin: 10px;
    top: 30px;
    position: relative;
}
.block-1 a:hover
{
    background-color: #fff;
    color: #9bae2e;
    text-decoration: none;
}
.free-trial img
{
    margin-top: -150px;
}
@media screen and (max-width: 769px)
{
.phone {
    text-align: center;
}
.trial {
    text-align: center;
}
.carousel-inner {
    min-height: 0px;
}
.logo{
    width: 80%;
}
.navbar-toggle {
    margin-top: 14px;
    margin-right: 25px;
}

.free-trial img
{
    margin-top: 0px;
}
.address
{
    text-align: center;
}
/*.fixed {
    width: 90%;
}*/
.card__back .card{
    width:100%;
    height: 100vh;
}
#quote-carousel .carousel-indicators li {
    margin: -1px;
}
}
@media screen and (max-width: 520px)
{
.card__back .card{
    width:100%;
    height: 75vh;
}
}


.main-text
{
    position: absolute;
    top: 100px;
    width: 75%;
    left: 14%;
    color: #FFF;
    z-index: 100000;
}
.btn-min-block
{
    min-width: 170px;
    line-height: 26px;
}
.btn-clear
{
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    margin-right: 15px;
}
.main-text h1
{
font-size: 60px;
font-weight: 800;
}
.app-image
{
    position: absolute;
    bottom: 10px;
    right: 0px;
    color: #FFF;
    z-index: 100000;
}
.app-image img
{
   display: inline-flex;
}
.prize h2
{
    font-size: 70px;
}
.prize small
{
    font-size: 20px;
    color: #b1b0b0;
    bottom: 43px;
    position: relative;
}
.trial-btn a
{
    font-size: 16px;
}
.trial-btn a
{
    margin: 0px;
    position: relative;
    bottom: 45px;
}
.trial-btn a:hover {
    background-color: #fff;
    color: #9bae2e;
}
    