/*--reset--*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
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,
dl,
dt,
dd,
ol,
nav ul,
nav 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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*--start editing from here--*/

a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}

/* text align right */

.txt-lt {
    text-align: left;
}

/* text align left */

.txt-center {
    text-align: center;
}

/* text align center */

.float-rt {
    float: right;
}

/* float right */

.float-lt {
    float: left;
}

/* float left */

.clearfix {
    clear: both;
}

/* clear float */

.pos-relative {
    position: relative;
}

/* Position Relative */

.pos-absolute {
    position: absolute;
}

/* Position Absolute */

.vertical-base {
    vertical-align: baseline;
}

/* vertical align baseline */

.vertical-top {
    vertical-align: top;
}

/* vertical align top */

nav.vertical ul li {
    display: block;
}

/* vertical menu */

nav.horizontal ul li {
    display: inline-block;
}

/* horizontal menu */

img {
    max-width: 100%;
}

/*--end reset--*/

button.w3l-cart {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    outline: none;
}

body a:hover {
    text-decoration: none;
}

.clearfix {
    clear: both;
}

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

/* content */

body {
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    font-family: 'Dosis', sans-serif;
}

h1.title-agile {
    font-size: 2.8em;
    text-transform: capitalize;
    color: #ffffff;
    letter-spacing: 3px;
    word-spacing: 3px;
    margin: 1em 1vw 1.5em;
    text-align: center;
    font-family: 'Dosis', sans-serif;
}

/* copyright */

.copy-section {
    margin: 3em 0em;
}

.copy-section p {
    color: #fff;
    font-size: 17px;
    letter-spacing: 1.5px;
}

.copy-section p a {
    color: #1fcdb4;
}

/* copyright */

@media(max-width:480px) {
    .w3ls-contact form {
        padding: 7.5vw;
    }
    .copy-section p {
        font-size: 14px;
        padding: 0 1em 1em;
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    display: block
}

a {
    color: inherit;
    text-decoration: none
}

.login-wrap {
    margin: auto;
    max-width: 525px;
    min-height: 725px;
    position: relative;
    background: url(../images/banner.jpg) no-repeat center;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
}

.main_section {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 5em;
    background: rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px 6px 11px 1px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 6px 11px 1px rgba(0, 0, 0, 0.17);
    box-shadow: 12px -12px 0px 0px rgba(251, 251, 251, 0.24);
}
#firstSection .form-control {
    display: block;
    width: 100%;
    padding: 0.3rem 0.75rem!important;
    font-size: 0.875rem;
    line-height: 1.25;
    color: #3e515b;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #c2cfd6;
    border-radius: 5px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#secondSection .form-control {
    display: block;
    width: 100%;
    padding: 0.3rem 0.75rem!important;
    font-size: 0.875rem;
    line-height: 1.25;
    color: #3e515b;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #c2cfd6;
    border-radius: 5px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.main_section .signin_section,
.main_section .signup_section {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    transform: rotateY(180deg);
    backface-visibility: hidden;
    transition: all .4s linear;
}

.main_section .sign-in,
.main_section .sign-up,
.login-form .group .check {
    display: none;
}

.main_section .tab {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 5px;
    margin: 0 15px 10px 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
    color: #777;
    cursor: pointer;
}

.main_section .sign-in:checked+.tab,
.main_section .sign-up:checked+.tab {
    color: #000;
    border-color: #1fcdb4;
}

.login-form {
    min-height: 345px;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
    margin-top: 2em;
}

.login-form .group {
    margin-bottom: 15px;
}

.login-form .group .label,
.login-form .group .input,
.login-form .group .button {
    width: 100%;
    color: #fff;
    display: block;
}

.login-form .group .input,
.login-form .group .button {
    border: none;
    border-bottom: 1px solid #1fcdb4;
    padding: 15px 20px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.54);
    letter-spacing: 1px;
    font-size: 1em;
    color: #000;
    outline: none;
}

.login-form .group .button {
    cursor: pointer;
}

.login-form .group .label {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.login-form .group .button {
    background: #1fcdb4;
}

.login-form .group label .icon {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    background: #1fcdb4;
    margin-right: 5px;
}

.login-form .group label .icon:before,
.login-form .group label .icon:after {
    content: '';
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    transition: all .2s ease-in-out 0s;
}

.login-form .group label .icon:before {
    left: 3px;
    width: 5px;
    bottom: 6px;
    transform: scale(0) rotate(0);
    -ms-transform: scale(0) rotate(0);
    -webkit-transform: scale(0) rotate(0);
}

.login-form .group label .icon:after {
    top: 6px;
    right: 0;
    transform: scale(0) rotate(0);
    -ms-transform: scale(0) rotate(0);
    -webkit-transform: scale(0) rotate(0);
}

.login-form .group .check:checked+label .icon {
    background: #1fcdb4;
}

.login-form .group .check:checked+label .icon:before {
    transform: scale(1) rotate(45deg);
    -ms-transform: scale(1) rotate(45deg);
    -webkit-transform: scale(1) rotate(45deg);
}

.login-form .group .check:checked+label .icon:after {
    transform: scale(1) rotate(-45deg);
    -ms-transform: scale(1) rotate(-45deg);
    -webkit-transform: scale(1) rotate(-45deg);
}

.main_section .sign-in:checked+.tab+.sign-up+.tab+.login-form .signin_section {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
}

.main_section .sign-up:checked+.tab+.login-form .signup_section {
    transform: rotate(0);
}

.hr {
    height: 2px;
    margin: 30px 0;
    background: rgba(255, 255, 255, .2);
}

.foot-lnk {
    text-align: center;
}

/* -- Responsive code -- */

@media screen and (max-width: 736px) {
    h1.title-agile {
        font-size: 2.6em;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 600px) {
    h1.title-agile {
        font-size: 2.4em;
    }
    .copy-section p {
        font-size: 16px;
    }
}

@media screen and (max-width: 568px) {
    .copy-section p {
        line-height: 1.5;
    }
}

@media screen and (max-width: 480px) {
    .login-wrap {
        width: 413px;
    }
    h1.title-agile {
        font-size: 2.2em;
    }
    .main_section {
        padding: 3em;
    }
}

@media screen and (max-width: 414px) {
    .login-wrap {
        width: 350px;
    }
    h1.title-agile {
        font-size: 1.9em;
    }
    .login-form .group .input,
    .login-form .group .button {
        padding: 11px 20px;
    }
}

@media screen and (max-width: 384px) {
    h1.title-agile {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 375px) {
    .main_section {
        padding: 2em;
    }
}

@media screen and (max-width: 320px) {
    .login-wrap {
        width: 285px;
    }
    h1.title-agile {
        font-size: 1.5em;
    }
}

/* -- //Responsive code -- */



.collapsible {
    background-color: #d6d6d6;
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 17px;
    font-weight: bold;
}

.active, .collapsible:hover {
  background-color: #d6d6d6;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}








/*stripe code*/
.StripeElement {
  box-sizing: border-box;
  display: block;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
#ticketSection th{padding:8px}
#ticketSection td{padding:8px}
#ticketSection td select{padding:1px!important; margin:0px!important}
.headings{text-align: center}


/*orb start 2020-04-13*/
.checkbox1 {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #307a83;
    vertical-align: middle;
     margin-right: 10px;
}
.checksign{
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #e0dada;
    position: relative;
    margin-right: 10px;
    vertical-align: middle;
}

.checksign:after {
	 color: #307a83;
	 content: '\f00c';
	 font-family: FontAwesome;
	 position: absolute;
	 line-height: 10px;
	 font-size: 18px;
	 left: -3px;
}
.backgroundcolor
{
    background-color: #888 !important;
    color:#fff;
}
/*orb end 2020-04-13*/
/*orb start 2020-04-15*/
.progressborder{border:1px solid #000!important}
.progresscolor{color:#000!important;background: linear-gradient(45deg,#fff318 0,#acf01b 50%,#009e7a 100%);}

/*.progressborder{border:1px solid #000!important}
.progresscolor{color:#000!important;background-color:#6ECB41!important}
.percentage{float:left; width:48%; text-align:left; font-size:20px;}
.daysleft{float:right; width:48%; text-align:right;font-size:20px;}
.maindiv{min-height:70px;}
.mainprogress{width:300px !important;border:1px solid #000;padding:10px;margin:5px; }*/
/*orb end 2020-04-15*/

/*orb start 2020-04-21*/
.boxdiv {
    display: inline-block;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0,0,0,.15);
    border-radius: 3px;
    transition: box-shadow .3s;
    margin: 0px 0;
    cursor: pointer;
   
}


.boxdetail {
    background-color: #fff;
    
   
}
.boxcont {
    padding: 20px;
}

.boximg img {
    width: 100%;
}

.boxdetail h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
}

.brdddiv {
    border-top: 1px solid #eee;
       margin-top: 20px;
}

.boxdetail p {
    color: #777;
}

.numdiv h3 {
    font-weight: 300;
    font-size: 30px;
    color: #000;
    line-height: 23px;
    margin-top: 0;
}

.numdiv small {
    font-size: 15px;
    color: #777;
}

.perdiv {
    display: inline-block;
    width: 58%;
}

.daydiv {
    display: inline-block;
    text-align: right;
    width: 40%;
}






.progress.gradient.progress-inverted {
    background: #009e7a;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDA5ZTdhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYWNmMDFiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZWIyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg,#009e7a 0,#acf01b 50%,#fff318 100%);
    background: -webkit-gradient(linear,left bottom,right top,color-stop(0,#009e7a),color-stop(50%,#acf01b),color-stop(100%,#fff318));
    background: -webkit-linear-gradient(45deg,#009e7a 0,#acf01b 50%,#fff318 100%);
    background: -o-linear-gradient(45deg,#009e7a 0,#acf01b 50%,#fff318 100%);
    background: -ms-linear-gradient(45deg,#009e7a 0,#acf01b 50%,#fff318 100%);
    background: linear-gradient(45deg,#009e7a 0,#acf01b 50%,#fff318 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009e7a', endColorstr='#f6eb21', GradientType=1);
    border: 1px solid #000;
    height: 10px;
    border-radius: 2px;
    margin: 5px 0 0 0;
}

span.sr-only.ng-binding {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.progress-bar.progress-bar-primary {
    
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #00ad86;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
	width: 20%;
    background: #fff;
}
.progress-inverted .progress-bar {
    float: right;
}

a.view {
    background-color: #f4f4f4;
    color: #5e5e5e;
    border-bottom-left-radius: 3px;
}

.boxbtns {
    margin-top: 30px;
}

.boxbtns a {
    padding: 10px 60px;
    text-decoration: none;
}


.boxdiv:hover {
    box-shadow: 0 7px 20px rgba(0,0,0,.25);
}

/*.page-id-107 a.et_pb_button.et_pb_button_0.et_pb_bg_layout_light {
    background: #009e7a;
    background: -moz-linear-gradient(45deg,#009e7a 0,#47b444 99%);
    background: -webkit-gradient(linear,left bottom,right top,color-stop(0,#009e7a),color-stop(99%,#47b444));
    background: -webkit-linear-gradient(45deg,#009e7a 0,#47b444 99%);
    background: -o-linear-gradient(45deg,#009e7a 0,#47b444 99%);
    background: -ms-linear-gradient(45deg,#009e7a 0,#47b444 99%);
    background: linear-gradient(45deg,#009e7a 0,#47b444 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009e7a', endColorstr='#47b444', GradientType=1);
    color: #fff;
    border-bottom-right-radius: 3px;
}
*/





/*orb end 2020-04-21*/