/*
    Theme Name: Joga Marketing
    Theme URL: 
    Author: Joga
    Author URL: www.jogaapp.com
    Description: 
    Version: 1.0

*/


/* CSS - TOOLS */

.hidden                                         { display: none; }
.visuallyhidden                                 { opacity: 0; }
.visible                                        { opacity: 1;}
.nobr                                           { white-space:nowrap !important; }
.wrap                                           { white-space:normal !important; }
.a-left                                         { text-align:left !important; }
.a-center                                       { text-align:center !important; }
.a-right                                        { text-align:right !important; }
.container                                      { max-width: 1230px; width: 100%;} 
.v-top                                          { vertical-align:top; }
.v-middle                                       { vertical-align:middle; }
.f-left, .left                                  { float:left !important; }
.f-right, .right                                { float:right !important; }
.pos-relative                                   { position: relative; }
.pos-absolute                                   { position: absolute; }
.f-none                                         { float:none !important; }
.f-fix                                          { float:left; width:100%; }
.no-display                                     { display:none; }
.no-margin                                      { margin:0 !important; }
.no-padding                                     { padding:0 !important; }
.no-bg                                          { background:none !important; }
.no-bor                                         { border: none !important}
.no_padding-top                                 { padding-top: 0 !important;}
.no_padding-bottom                              { padding-bottom: 0 !important;}
.no_padding-right                               { padding-right: 0 !important;}
.no_padding-left                                { padding-left: 0 !important;}
.clear                                          { clear:both; width: 100%; padding: 0px !important; margin: 0px; height:0px;  }
.wrapper                                        { width:100%; margin:0; padding:0; position: relative; }
section                                         { overflow-x: hidden; overflow-y: hidden; }
html, body                                      { background: #ffffff; -webkit-text-size-adjust: none; font-family: 'Roboto', sans-serif; margin: 0; padding: 0; position: relative;}
input, button, textarea, select, label          { resize: none} 
*, *:after, *:before                            { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


/* default selection color */
*::-moz-selection                               { background-color: #fecc03;  color: #FFF;}
*::-webkit-selection                            { background-color: #fecc03;  color: #FFF;}
*::-moz-selection                               { background-color: #fecc03;  color: #FFF;}
*::-webkit-selection                            { background-color: #fecc03;  color: #FFF; }
*::selection                                    { background-color: #fecc03;  color: #FFF; }



/* default font-family for site */

html, body, div, span, applet, object, iframe, 
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select, textarea, button { font-family: 'Roboto', sans-serif;}
h1, h2, h3, h4, h5, h6 { font-family: 'Roboto', sans-serif; }

img {
    max-width: 100%;
    margin: 0 auto;
}

.poweredby {
    position: fixed;
    right: -50%;
    top: 50%;
    font-size: 0;
    z-index: -9;
}

.animated {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    -ms-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
}

.form-control {
    height: 45px;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: none;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    font-size: 15px;
    padding-left: 5px;
    color: #000;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.form-control:focus {
    border-color: #1e4699;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(30, 70, 153, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(30, 70, 153, .6);
}

.has-error .form-control,
.has-error select.form-control {
    border-color: #f00;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(255, 0, 0, .075);
}

.has-error .form-control:focus {
    border-color: #f00d0d;
    -webkit-box-shadow: inset 0 1px 1px rgba(240, 13, 13, .075), 0 0 6px #f00d0d;
    box-shadow: inset 0 1px 1px rgba(240, 13, 13, .075), 0 0 6px #f00d0d;
}

.error-message {
    font-style: italic;
    font-size: 13px;
    color: #f00;
    text-align: left;
    margin: 0;
    padding: 0;
    position: relative;
}

.alert-success {
    color: #1e4699;
    background: rgba(251, 210, 11, 0.42);
    font-size: 13px;
    font-style: italic;
    padding: 12px;
    font-weight: 900;
    margin-bottom: 20px;
    border: 1px solid #fbd20b;
    border-radius: 0;
}

ul:after,
ul:before {
    display: table;
    content: "";
}

ul:after {
    clear: both;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}



/*about css*/

/*.main-wrapper {
    background: url(../images/about-us-banner.png) center center transparent no-repeat;
    background-size: cover;
    background-attachment: fixed;
}*/
/* 
.main-wrapper {
background: url(../images/verified_account.jpg) center center transparent no-repeat;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
max-height: 100%;
max-width: 100%;
} */

.site-logo {
    text-align: center;
}

.app-desc h3,
.accordion-style .panel-title a {
    font-size: 16px;
    color: #ffcc00;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding-bottom: 20px;
    line-height: 26px;
}


.app-desc p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
    text-align: justify;
}

.app-desc p span {
    font-size: 16px!important;
    font-weight: 400;
    line-height: 28px;
}

.about-detail {
    text-align: left;
    padding: 20px 0;
}

h1.logo-block {
    margin: 0;
}

h1.logo-block img {
    max-width: 120px;
    display: block;
}

.header-section {
    padding: 60px 0 20px;
}

.btn {
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 10px 10px;
    min-width: 300px;
    text-align: center;
    position: relative;
    border-radius: 0;
}

.btn-transparent {
    border: 2px solid #fff;
    border-radius: 0;
}

.app-btn {
    text-align: left;
}

.app-btn .btn.active.focus, 
.app-btn .btn.active:focus, 
.app-btn .btn.focus, 
.app-btn .btn:active.focus, 
.app-btn .btn:active:focus, 
.app-btn .btn:focus {
    outline: none;
    outline: 0 -webkit-focus-ring-color;
    outline-offset: 0px;
    background-color: transparent;
    color: #fff;
}

.app-btn .btn.active, 
.app-btn .btn:active {
    background-image: none;
    background: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.app-desc {
    padding-bottom: 60px;
}

.btn-transparent:hover {
    background-color: #fff;
    border: 2px solid transparent;
    color: #000;
}
/* 
.btn:after {
   content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: transparent;
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 0;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
} */

/* .btn:hover:after {
    border-color: #000;
} */


/*terms of use*/

ul.listing-content li {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
}

ul.listing-content {
    padding-left: 15px;
}


/*faq css*/

.faq-pg {
    background: #292929;
}

.accordion-style .panel-title a {
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    padding-bottom: 0;
    position: relative;
    padding-right: 20px;
}

.accordion-style .panel-title a[aria-expanded="true"]:after {
    content: none;
}

.accordion-style .panel-heading {
    background: #333;
    border-radius: 0;
}

.accordion-style .panel-body {
    background: #3c3c3c;
    border-top: none;
}

.accordion-style .panel-body p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.accordion-style {
    background: #292929;
    margin-bottom: 0;
}

.accordion-style .panel {
    box-shadow: none;
    border: none;
}

.accordion-style.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.accordion-style .panel-title a:after,
.accordion-style .panel-title a:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 1px;
    background: #fff;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-style .panel-title a:before {
    height: 1px;
    width: 17px;
    right: 12px;
}


/* reset password */

.btn-yellow {
    background: #fecc03;
    color: #000;
}

.btn-yellow.btn:after {
    border-color: #000;
}

.login-form h2 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
}

.form-style label {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
}

/*footer*/

.footer-text span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    /* padding: 20px 0; */
}

.success h1.logo-block img {
    max-width: 250px;
}

.success .app-desc h3 {
    font-size: 20px;
    font-weight: 600;
}

.success .btn-transparent {
    text-align: center;
    min-width: 200px;
}

.success .btn-transparent:after {
    display: none;
}
.privacy_policy_pg{
    max-height: 100vh;
    overflow: auto;
}

/**/
.right-hand-menu-sec {
    padding: 14px;
}

.right-hand-menu-sec h2 {
    font-size: 26px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 0 26px;
}

/* ===== */
.wCheckbox.custom-checkbox input[type=checkbox] {
    margin: 3px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    vertical-align: top;
}

.wCheckbox.custom-checkbox {
    position: relative;
    padding-left: 20px;
}

.wCheckbox.custom-checkbox input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0px;
}

.form-group .btn {
    min-width: 100%;
}

.custom-arrow {
    position: relative;
}

.custom-arrow:after {
    content: '';
    background-image: url(../images/drop-down-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    background-color: #ffffff;
    width: 30px;
    height: 43px;
    position: absolute;
    top: 1px;
    right: 1px;
    pointer-events: none;
    cursor: pointer;
}