/* CSS NORMALIZE */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* MAIN CSS */

* { 
    box-sizing:border-box; 
}

body {    
    background-attachment: fixed;   
    font-family: 'Source Sans Pro', sans-serif; 
}

a {
    text-decoration: none;
}

p, ul, ol {
    line-height: 25px;
}

blockquote {
    padding: 10px;
    background-color: #01929224;
    border-left: solid 4px #009292;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

::selection {
    background-color: #f4f4f4;
}

.logo img {
    width: 55px;
    height: 55px;
}

button {
    cursor: pointer;
}

.container {
    width: 85%;
    margin: 0 auto;
}

.accord .container, .about .container, .get-app .container {
    width: 70%;
}

@media screen and (max-width: 560px) {
    .container {
        width: 90%;
    }
}

/* NAVIGATION */

.topnav {
  padding: 27px 20px;
  overflow: hidden;
  background-color: #FFF;  
  text-align: right;
}

.topnav a {  
  display: inline-block;
  color: #000;
  text-align: center;
  padding: 14px 18px;
  text-decoration: none;
  font-size: 17px;
  transition: 0.1s all ease-in-out;
}

.topnav a:hover {
    width: auto;    
    color: #46a887;
    transition: 0.1s all ease-in-out;
}

/* EP LOGO */

nav {
    margin: 0 auto;   
    background-color: #FFF;
}

.ep-logo {
    float: left;    
}

.ep-logo img {   
    margin-top: 20px;
    margin-left: 50px;    
}

/* EP NAVI LINKS */

.nav-links {
    background-color: #FFF;
    float: right;
}

.topnav .icon {
  display: none;
}

.topnav span {       
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;    
    background-color: #ff6335;
    border-radius: 2px;  
    transition: 0.3s all ease-in-out;
}

.topnav span:hover {
    background-color: /*#03C9A9*/ #ff4c2f;
    transition: 0.2s all ease-in-out;
}

.topnav span a {
    margin-top: -4px;
    margin-bottom: -4px;
    padding-right: 25px;
    padding-left: 25px;    
    color: #FFF;
    cursor: pointer;
}

.topnav span a:hover {
    color: #FFF;
}

@media screen and (max-width: 700px) {    
    .ep-logo  {       
        float: inherit;        
    }
    .ep-logo a img {
        display: block;
        margin: 0 auto; 
        padding-top: 20px;        
    }
    
    .topnav img {        
        margin-left: 0;
    }
    .nav-links {
        float: none;
    }      
    .topnav a {        
        display: none;
    }
    
    .topnav a.icon {    
        display: block; 
        border-top: solid 1px #eee;
    }
    .topnav a.icon:focus {
        border-top: solid 1px #eee;
    }
    
    .topnav span {
        border: none;      
        display: block;
    }
    .topnav span:hover {
        background-color: transparent;
        transition: 0.3s all ease-in-out;
    }
    .topnav span a {
        margin-top: 0;
        margin-bottom: 0;
        padding: 14px 10px;
        background-color: #FFF;
        color: #ff6335;
    } 
    .topnav span a:hover {
        color: #04a58b;
    }
    
    .ep-logo {
        text-align: center;
    }
    
    .ep-logo img {
        margin-left: 0;
    }
    .topnav.responsive {
        position: relative;      
    }
    
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    
    .topnav.responsive a:first-child {
        text-align: center;
    }
    .topnav.responsive a:last-child {
        text-align: left;
    }
}

/* HEADER */

header {   
    padding-top: 50px;
    padding-bottom: 50px;
    /*background: linear-gradient(to bottom right, #003366 -8%, #00cc99 110%);*/
    background: linear-gradient(to bottom right, #196d56 -8%, #6ecb9c 110%);
    color: #FFF;
    position: relative;
    border-bottom-left-radius: 45% 10%; 
    border-bottom-right-radius: 45% 10%; 
   
}

header h1 {
    font-size: 36px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.48);
}

header p {
    margin-top: -15px;
    margin-bottom: 35px;
    font-size: 20px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.48);
}

.main-h {
    display: flex;
    padding-right: 10%;
    padding-left: 10%;
}

span.note {
    border-bottom: solid 2px #0f4dda;
}

.h-1 {
    flex: 2;
    margin-top: 3%;
    padding-right: 10%;
}

.h-2 {
    flex: 1;
}

header .purch, .get-app a {
    background-color: #0f4dda;
    color: #FFF;
    padding: 12px 80px 12px 80px;    
    border-radius: 5px;
    box-shadow: #3a8a6a 2px 2px 2px;
    transition: 0.3s ease all;
    cursor: pointer;
}

header .purch:hover, .get-app a:hover {
    background-color: #12337d;   
}

@media screen and (max-width: 1500px) {
    .h-1 {
        padding-right: 6%;
    }
}

@media screen and (max-width: 1300px) {
    header h1 {
        font-size: 32px;
    }
    header .app-images {
        height: 400px;
    }
}

@media screen and (max-width: 1200px) {    
    header p {
        font-size: 20px;
    } 
    .h-1 {
        margin-top: 0;
    } 
}

@media screen and (max-width: 1140px) {
    header p {
        font-size: 18px;
    }
    .main-h {
        padding-right: 3%;
        padding-left: 3%;
    }
    .h-1 {
        padding: 25px 45px 45px 45px;
    }
}

@media screen and (max-width: 1024px) {
    header {
        padding-top: 30px;
        text-align: center;
    }
    header h1 {
        font-size: 35px;
    }
    .h-1 {
        padding: 2% 14% 6% 14%;
    }
    .h-2 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .main-h {
        flex-direction: column;
    }    
}


@media screen and (max-width:985px) {
    .h-1 {
        padding: 2% 10% 6% 10%;
    }    
}

@media screen and (max-width:820px) {
    .h-1 {
        padding: 2% 8% 6% 8%;
    }    
}

@media screen and (max-width: 600px) {
    header {
        border-bottom-left-radius: 22% 3%;    
        border-bottom-right-radius: 22% 3%;    
    }
    header .app-images {
        width: 100%;
        height: 100%;
    }
    .h-1 {
        padding: 10px 15px 45px 15px;
    }
}

/* IMAGES */

.app-images {
    width: auto;   
    height: 475px; 
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.app-images:hover {
    opacity: 0.7;    
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 90%;  
    max-width: 950px;
}

/* Add Animation */
.modal-content {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

/* Q&A MAIN PAGE */

.accord {       
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 125px;
    background-color: #fff;
}

.accord h4 {
    margin-bottom: -8px;
    color: #0052e8;
    font-size: 19px;
    font-weight: 600;
}

.accord .accordion { 
    width: 100%;
    margin-top: 25px;
    padding: 22px 15px 22px 18px;
    background-color: #f4f4f4;
    color: #18787d;
    cursor: pointer;   
    text-align: left;
    border: solid #d5d5d563 1px;
    outline: none;
    font-size: 19px;
    font-weight: 500;
    transition: 0.4s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;    
    text-shadow: 0 3px 3px rgba(179, 179, 179, 0.11);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
}

.accord .active, .accordion:hover {
    background-color: #e8e8e8;
    color: #218bbf;
}

.accord .accordion:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f0da';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accord .active:after {
    content: "\f0d7";
}

.panel {
    padding: 0 30px;
    background-color: #fbfbfb;
    max-height: 0;
    overflow: hidden;
    box-shadow:#bdbdbd 0px 2px 4px;
    transition: max-height 0.2s ease-out;
}

/* FEATURE */

.feats {    
    margin: 0 auto;   
    padding-top: 25px;
    background-color: #f7f7f7;
}

.m-h {    
    margin-top: 55px;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    color: #333333;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.11);
}

.m-p {
    width: 75%;
    margin: -15px auto;
    padding-bottom: 30px;
    text-align: center;
    font-size: 20px;
    color: #464646;
}

.accord .m-p {
    margin-bottom: 5px;
}

.m-h-l {
    margin-top: 45px;
    text-align: left;
    font-size: 33px;
    font-weight: 500;
    color: #333333;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.11);
}

.m-p-l {
    margin-top: -20px;
    text-align: left;
    font-size: 17px;
    color: #464646;
}

.feat-odd {
    display: flex;
    height: auto;
    padding: 4% 14% 4% 15%;
    border-radius: 5px; 
}

.feat-even {
    display: flex;
    flex-direction: row-reverse;
    background-color: #FFF;    
    padding: 4% 14% 4% 15%;    
}

.feat-odd h3, .feat-even h3 {
    margin-bottom: -10px;
    font-size:25px;
    font-weight: 400;
    color: #4ba781;
}

.feat-odd p, .feat-even p {
    font-size: 17px;
    color: #2d2d2d;
}

.img .desc {
    flex: 1;
}

.feat-even .desc {
    padding: 100px 50px 50px 40px;    
}

.feat-odd .desc  {
    padding: 100px 50px 50px 50px;
}


@media screen and (max-width: 1400px) {
    .feat-odd .desc {
        padding: 145px 75px 50px 50px; 
    } 
    .feat-even .desc {
        padding: 115px 60px 50px 70px;        
    }
    .feat-odd, .feat-even {
        padding: 50px 35px 50px 35px;
    }
}

@media screen and (max-width: 1400px) {
    .feat-odd .desc {
        padding: 145px 25px 50px 45px; 
    } 
    .feat-even .desc {
        padding: 115px 45px 50px 25px;        
    }    
}

@media screen and (max-width: 1000px) {
    .feat-even, .feat-odd {
        flex-direction: column;
        text-align: center;
    }
    .feat-odd h3, .feat-even h3 {
        font-size: 23px;
    }
    .feat-odd .desc, .feat-even .desc {
        padding: 1px 100px 1px 100px;
    }
}

@media screen and (max-width: 775px) {
    .feat-odd .desc, .feat-even .desc {
        padding: 1px 50px 1px 50px;
    }    
}

@media screen and (max-width: 700px) {
    .feat-odd .desc, .feat-even .desc {
        padding: 1px 20px 1px 20px;
    }    
}

@media screen and (max-width: 640px) {
    .app-images {
        width: 100%;
        height: 100%;
    }
    .m-h-l {
        text-align: center;
    }
    .m-h {
        font-size: 38px;
    }
}

@media screen and (max-width: 520px) {
    .m-h {       
        font-size: 38px;
    }
    .m-p {
        width: 80%;
        margin: -20px auto;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 440px) {
    .m-h {
        font-size: 34px;
    }  
    .accord .accordion {
        padding-left: 10px;
    }
    .feat-odd, .feat-even {
        padding: 50px 25px 50px 25px;
    }
    .feat-odd .desc, .feat-even .desc {
        padding: 1px 0 1px 0;
    }
}

@media screen and (max-width: 420px) {    
    .accord .accordion {
        font-size: 17px;
    }
}

/* ABOUT */

.a-b {
    margin: 0 auto;    
    background-color: #FFF;   
    padding-top: 25px;
    padding-bottom: 65px;
}

.a-b .a-d {
    margin-top: -20px;
}

/* BUTTON */

.prime-btn {
    width: 100%;  
    padding: 12px;
    border: none;
    background-color: #ff6335;
    color: #FFF;
    font-weight: 600;
    border-radius: 2px;
    box-shadow: #434343 2px 2px 6px; 
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.42);
    transition: ease 0.4s all;
}

.prime-btn:hover {
    background-color: #ff5928;    
}

.dif-btn {
    display: block;
    border: solid 1px #e0e0e0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    border-radius: 5px;
    padding: 12px;
    transition: ease all 0.3s;
}

.dif-btn:hover {
    background-color: #c5c5c566;   
}

/* FUTURE */

.add-1 {
    margin-top: 20px;
}

.add-1 h3, .add-2 h3 {
    margin-bottom: -14px;
    font-weight: 600;
    color: #0052e8;
}

/* CONTACT US */

.contact {    
    background: linear-gradient(to bottom right, #003366 -8%, #00cc99 110%);
    padding-top: 50px;
    padding-bottom: 108px;
}

.contact h2 {
    margin-top: 1px;
    text-align: center;
    font-weight: 500;
    color: #FFF;
    font-size: 50px;
    text-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

.contact p {
    width: 40%;
    margin: -20px auto;
    padding-bottom: 65px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    text-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

.contact form {
    width: 40%;   
    margin: 0 auto;
}

.contact button {
    margin-top: 35px;
}

/* INPUT STYLES */

.group { 
    position:relative; 
    margin-bottom:35px; 
}

input {
    display:block;
    width:100%;
    background-color: transparent;
    padding:10px 10px 10px 5px;
    border:none;
    border-bottom: 1px solid #8adccf;
    font-size:19px;   
}

input[type=text] {
    color: #FFF;
}

input[type=password] {
    color: #FFF;
}

input:focus { 
    outline:none; 
}

label {
    left:5px;
    top:10px;
    position:absolute;  
    font-size:18px;
    font-weight:normal;
    color:#e4e4e4;
    pointer-events:none;
    transition:0.4s ease all; 
    -moz-transition:0.4s ease all; 
    -webkit-transition:0.4s ease all;
}


input:focus ~ label, input:valid ~ label {
    top:-20px;
    font-size:14px;
    color:#8adccf;
}

label .icon {
    margin-right: 15px;  
    font-size: 16px;
}

input:focus ~ label span.icon, input:valid ~ label span.icon  {
    margin-right: 5px;  
     font-size: 12px;
}

.bar { 
    position:relative; 
    display:block; 
    width:100%; 
}

.bar:before, .bar:after {
  content:'';
  height:2px; 
  width:0;
  bottom:-1px; 
  position:absolute;
  background: #e6f0ef; 
  transition:0.4s ease all; 
  -moz-transition:0.4s ease all; 
  -webkit-transition:0.4s ease all;
}

.bar:before {
  left:50%;
}

.bar:after {
  right:50%; 
}

input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}

textarea {
    width: 100%;
    height: 240px;
    margin-top: 12px;
    padding: 15px;
    resize: none;
    border-radius: 2px;
    border: solid 1px #8adccf;
    overflow: auto;
}

@media screen and (max-width: 1180px) {
    .contact p, .contact form {
        width: 47%;
    }    
} 

@media screen and (max-width: 1035px) {
    .contact p, .contact form {
        width: 55%;
    }    
}

@media screen and (max-width: 960px) {
    .contact p, .contact form {
        width: 60%;
    }    
}

@media screen and (max-width: 900px) {
    .contact p, .contact form {
        width: 70%;
    }    
}

@media screen and (max-width: 600px) {
    .contact p, .contact form {
        width: 78%;
    }    
}

@media screen and (max-width: 500px) {
    .contact p, .contact form {
        width: 85%;
    }    
}

@media screen and (max-width: 420px) {
    .contact p, .contact form {
        width: 90%;
    }    
}

@media screen and (max-width: 370px) {
    .contact p, .contact form {
        width: 95%;
    }    
}

/* GET APP */

.get-app {      
    margin: 0 auto;
    padding: 50px 50px 100px 50px;
    background: linear-gradient(to bottom right, #196d56 -8%, #6ecb9c 110%);
    color: #FFF;
    text-align: center;   
}

.get-app h2 {
    font-weight: 700;
    font-size: 40px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.48);
}

.get-app p {
    width: 80%;
    margin: 0 auto;    
    font-size: 18px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.48);
}

.get-app .marg {
    margin-top: -23px;    
}

@media screen and (max-width: 1057px) {
    .get-app {
        padding: 50px 25px 100px 25px;
    }    
}

@media screen and (max-width: 1057px) {
    .get-app p {
        width: 93%;
    }    
}

@media screen and (max-width: 425px) {
    .get-app {
        padding: 50px 15px 100px 15px;
    }
}

footer {
    height: auto;
    margin-top: -15px; 
    background-color: #FFF;
    color: #000;
    text-align: center;
}

.all-foots {
    display: flex;
}

.foot-box-1. .foot-box-2, .foot-box-3 {
    flex: 1;
    width: 33%;
}

footer h5 {
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 25px;
}

.footer-links {
    display: inline-block;
    text-align: left;
}

.footer-links ul {
    list-style-type: none;
    line-height: 20px;    
}

.footer-contact p {    
    color: #000;
}

.copyright .links {
    float: left;
    margin-top: 35px;
}

.copyright .links a {
    color: #1f1f21;
    padding-right: 15px;
}

.copyright .copy {
    float: right;
    margin-top: 19px;
}

.copyright .copy p {
    color: #1f1f21;    
}
/* COPYRIGHT */

.copyright {    
    height: 80px;
    margin: -15px auto;
    background-color: #f2f2f2;
    text-align: center;
    padding-right: 5%;
    padding-left: 5%;
}

.copyright p {    
    font-size: 15px;
    color: #FFF;
}

@media screen and (max-width: 425px) {
    .copyright {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .copyright p {
        padding-top: 10px;
    }
}

