html {
    height: 100%;
}

body {
    margin: 0 !important;
    background: #fff !important;
}

body ul {
    padding: 0;
    margin: 0;
}

body ul li {
    padding: 0;
    margin: 0;
}

body a {
    text-decoration : none;
    color: #000;
}

.main-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    background: #2f3239;
}

/******************** HOME PAGE ********************/

.menu {
    position: relative;
    height: 50px;
    width: 100%;
    z-index: 30;
}

.menu ul {
    height: 50px;
    width: 298px;
    margin: auto;
    list-style: none;
}

.menu ul li {
    display: inline-block;
    margin: 0 21px;
}

.menu ul li .menu-item {
    font-family: 'Open Sans';
    font-size: 15px;
    line-height: 50px;
    text-decoration: none;
    color: #2f3239;
    transition: all .5s;
}

.menu ul li .menu-item:hover {
    color: #ffcc33;
}

.menu ul li .menu-item1 {
    font-family: 'Open Sans';
    font-size: 15px;
    line-height: 50px;
    text-decoration: none;
    color: #fff;
    transition: all .5s;
}

.menu ul li .menu-item1:hover {
    color: #ffcc33;
}

.menu .user-icon {
    font-size: 30px;
    color: #ffcc33;
    position: absolute;
    right: 30px;
    top: 10px;
    transition: all .5s;
}

.menu .user-icon:hover {
    transform: rotate(10deg);
}

.menu .user-login {
    font-family: 'Dosis';
    background: #fff;
    width: 400px;
    height: 135px;
    padding-top: 10px;
    position: absolute;
    top: 10px;
    right: -400px;
    border: 1px solid #2f3239;
    border-radius: 20px;
}

.menu .user-login input {
    height: 25px;
}

.menu .user-login .input-box {
    height: 25px;
}

.menu .user-login .input-box p {
    color: #b5313a;
    font-size: 11px;
}

.menu .user-login label {
    margin-top: 3px;
}

.menu .user-login button {
    height: 30px;
    width: 60px;
    line-height: 10px;
}

.menu .user-login a {
    height: 30px;
    width: 60px;
    line-height: 15px;
}

.menu .user-login .error {
.background: yellow;
    height: 20px;
    width: 100%;
    position:absolute;
    top: 80px;
    font-size: 11px;
}

#home-active1.active, #what-is-active1.active, #contact-active1.active {
    color: #ffcc33 !important;
}

#home-active.active, #what-is-active.active, #contact-active.active {
    color: #ffcc33;
}

.home-header {
    position: relative;
    width: 100%;
    padding: 100px 0 0 0;
    border-bottom: 1px solid #dfdfdf;
}

.home-header .panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: transparent;

}

.home-header .panel img {
    width: 114%;
    height: 110%;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}

.home-header .panel .user-login {
    top: 200px;
    right: 50px;
}

.home-header .panel .new-reg {
    top: 70px;
    right: 50px;
}

.home-header .panel .new-reg, .home-header .panel .user-login {
    position: absolute;
    z-index: 30;
    font-family: 'Open Sans';
    background: #ffcc33;
    padding: 10px 30px;
    font-size: 30px;
    transition: all .5s;
}

.home-header .panel a:hover {
    filter: brightness(110%);
    color: rgba(0,0,0,.7);
}

.home-header img {
    width: 100%;
    margin-bottom: 100px;
}

.home-header h4 {
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans';
    font-size: 25px;
    text-align: center;
    letter-spacing: 1px;
}

.home-contact {
    width: 100%;
    background: #2f3239;
    padding: 50px 0;
}

.home-contact img {
    width: 100%;
    padding: 50px 0;
}

.home-contact h4 {
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 36px;
    text-align: center;
    margin-top: 60px;
}

.home-contact h3 {
    -webkit-font-smoothing: antialiased;
    color: #ffcc33;
    font-family: 'Dosis';
    text-align: center;
}

.home-contact .phone-form {
    width: 300px;
    height: 100px;
    margin: auto;
    position: relative;
}

.home-contact input {
    font-family: 'Open Sans';
    font-size: 20px;
    text-align: center;
    color: #2f3239;
}

.home-contact input:focus {
    border: 1px solid #ffcc33;
}

.home-contact .form-button {
    position: relative;
    width: 150px;
    height: 50px;
    background: #fff;
    margin: auto;
    margin-top: 16px;
    border-radius: 5px;
}

.home-contact .form-button button {
    color: #2f3239;
    font-family: 'Dosis';
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    width: 150px;
    height: 50px;
    border: 1px solid #ffcc33;
    border-radius: 5px;
    background: #ffcc33;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
}

.home-contact .form-button button:hover {
    background: rgba(250,198,0,.5);
}

.home-elements {
    width: 100%;
    padding: 50px;
    text-align: center;
    background: #2f3239;
}

.home-elements h4  {
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans';
    font-size: 25px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #fff !important;
}

.home-elements .element-section {
    padding: 20px 0;
}

.home-elements i {
    font-size: 70px;
    transition: all .5s;
}

.home-elements i:hover {
    transform: rotate(10deg);
}

.home-elements .members-icon {
    color: #ee805b;
}

.home-elements .classes-icon {
    color: #7fb055;
}

.home-elements .accountings-icon {
    color: #fecc5d;
}

.home-elements .statistics-icon {
    color: #e45477;
}

.home-elements .assistant-icon {
    color: #679eb3;
}

.home-elements .messages-icon {
    color: #424558;
}

.home-elements h3 {
    font-family: 'Open Sans';
    font-size: 19px;
    color: #fff;
}

.home-elements .nav-button {
    position: relative;
    background: #fff;
    width: 250px;
    height: 50px;
    margin: auto;
    border-radius: 5px;
}

.home-elements .nav-button a {
    color: #fff;
    font-family: 'Dosis';
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    width: 250px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #2f3239;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
}

.home-elements .nav-button a:hover {
    color: #ffcc33;
}

.home-pricing {
    width: 100%;
    background: #ffcc33;
    padding: 70px 0 50px 0;

}

.home-pricing img {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 20px;
}

.home-pricing h3 {
    font-family: 'Open Sans';
    font-size: 21px;
    margin-bottom: 40px;
    text-align: center;
}

.home-screenshots {
    width: 100%;
    background: #fff;
    padding: 50px 0;
    margin-top: 15px;
}

.home-screenshots h4 {
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans';
    font-size: 25px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 60px
}

.home-screenshots ul {
    list-style: none;
}

.home-screenshots ul .screenshot {
    margin-bottom: 20px;
}

.home-screenshots ul .img-box {
    width: 100%;
    height: 145px;
    box-shadow: 0px 5px 5px rgba(0,0,0,.5);
    overflow: hidden;
}

.home-screenshots ul .screenshot .img-box img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.home-screenshots ul .screenshot .img-box img:hover {
    transform: scale(1.1);
}

.home-screenshots h5 {
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans';
    font-size: 15px;
    text-align: center;
}


/******************** WHAT IS PAGE ********************/


.what-is-header {
    width: 100%;
    background: #fff;
    padding: 50px 0;
}

.what-is-header img {
    width: 100%;
}



.what-is-header h4 {
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans';
    font-size: 30px;
    letter-spacing: 4px;
    text-align: center;
}

.what-is-body {
    width: 100%;
    margin-bottom: 50px ;
}

.what-is-body .tab-list {
    border-right: 1px dotted #ffcc33;
}

.what-is-body .nav-stacked {
    border-bottom: none !important;
}

.what-is-body .nav-tabs>li>a{
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans' !important;
    font-size: 16px;
    color: #2f3239 !important;
    border: none !important;
}

.what-is-body a:hover {
    border: 1px solid  rgba(250,198,0,.5) !important;
    background: rgba(250,198,0,.5) !important;
    border-radius: 5px;
}

.what-is-body .nav-tabs>li.active>a {
    color: #2f3239 !important;
    border: none !important;
    background: #ffcc33 !important;
    border-radius: 5px;
}

.what-is-body .content {
    padding: 0 50px;
}

.what-is-body .content h5 {
    font-family: 'Dosis';
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.what-is-body .content h5:first-child {
    margin-top: 0;
}

.what-is-body .content p {
    -webkit-font-smoothing: antialiased;
    text-align: left;
    font-family: 'Open Sans';
    font-size: 15px;
}

.what-is-body .content p i {
    margin-right: 5px;
    font-size: 11px;
}


/******************** CONTACT PAGE ********************/


.contact-img {
    text-align: center;
    width: 100%;
}

.contact-img img {
    width: 80%;
    margin: auto;
}

.contact-header {
    width: 100%;
    padding: 50px  0;
    background: #ffcc33;
    margin-bottom: 50px;
}

.contact-header h4 {
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans';
    font-size: 60px;
    letter-spacing: 3px;
    text-align: center;
    letter-spacing: 8px;
}

.contact-header h5 {
    font-family: 'Dosis';
    font-size: 23px;
    text-align: center;
}

.contact-body .contact-form .form-group {
    padding: 0 !important;
}

.contact-body .contact-form .input_box {
    margin-bottom: 10px;
}

.contact-body .contact-form  p {
    color: red;
    position: absolute;
    font-size: 11px;
}

.contact-body .contact-form input, .contact-body .contact-form textarea {
    font-family: 'Open Sans';
    font-size: 15px;
    color: #2f3239;
    border: 1px solid #2f3239;
}

.contact-body .contact-form input:focus, .contact-body .contact-form textarea:focus {
    border: 1px solid #ffcc33;
}

.contact-body .contact-form .form-button button {
    color: #2f3239;
    font-family: 'Dosis';
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    width: 100px;
    height: 35px;
    border: none;
    border-radius: 5px;
    background: rgba(250,198,0,.5);
    transition: all .5s;
    margin: 20px 0 30px 0;
}

.contact-body .contact-form .form-button button:hover {
    background: #ffcc33;
}

.contact-body .contact-info {
    padding: 30px 70px 0 70px;
}

.contact-body .contact-info .contact-info-item {
    margin-bottom: 50px;
    text-align: center;
}

.contact-body .contact-info .contact-info-item i {
    font-size: 25px;
    text-align: center;
}

.contact-body .contact-info .contact-info-item a {
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 16px;
    text-align: center;
    margin-top: 10px;
    transition: all .5s;
}

.contact-body .contact-info .contact-info-item a:hover {
    text-decoration: none;
}


#envelope {
    color: #285cef;
}

#envelope-text:hover {
    color: #285cef;
}

#instagram {
    color: #7c03b7;
}

#instagram-text:hover {
    color: #7c03b7;
}

#whatsapp {
    color: #00dd5a;
}

#whatsapp-text:hover {
    color: #00dd5a;
}


/******************** FOOTER ********************/


.footer {
    width: 100%;
    padding: 50px 0;
    background: #2f3239;
    position : relative;
}

.footer .trust-logo {
    position: relative;
    width: 100%;
    height: 100px;
}

.siteseal {
    position: relative;
    width: 55%;
    height: 50%;
    margin-left: 22.5%;
    top: 25%;
    background: #fff;
    border-radius: 10px;
}

.footer .trust-logo img {
    position: absolute;
    width: 90%;
    height: 70%;
    top: 15%;
    left: 5%;
}

.footer h5 {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 18px;
    text-align: center;
}

.footer h5 i {
    font-size: 12px;
    position: relative;
    top: -4px;
}

.footer .visa-logo {
    width: 100%;
    height: 100px;
    position: relative;
}

.footer .visa-logo img {
    width: 40%;
    height: 40%;
    position: absolute;
    left: 30%;
    top: 30%;

}

.footer .mastercard-logo {
    width: 100%;
    height: 100px;
    position: relative;
}

.footer .mastercard-logo img {
    width: 30%;
    height: 80%;
    position: absolute;
    left: 35%;
    top: 10%;
}

.support {
    width: 250px;
    height: 50px;
    background: rgba(255,255,255,.6);
    position: fixed;
    right: 30px;
    bottom: 80px;
    border-radius: 15px;
    padding: 5px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.5);
    z-index: 11;
    transition: all .5s;
}

.support i {
    font-size: 40px;
}

.support h4 {
    font-family: 'Open Sans';
    font-size: 15px;
    color: #2f3239;
    text-align: center;
    line-height: 20px
}

.support:hover {
    background: #ffcc33;
    text-decoration: none;
}



/************ RESPONSIVE ************/


@media (max-width:640px) {
    .home-header {
        height: 420px !important;
    }
    .home-header .panel {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background: transparent;
    }
    .home-header .panel img {
        width: 124% !important;
        height: 114% !important;
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0;
    }
    .home-header .panel .new-reg, .home-header .panel .user-login {
        position: absolute;
        z-index: 30;
        font-family: 'Open Sans';
        background: #ffcc33;
        padding: 10px 10px;
        font-size: 12px;
        transition: all .5s;
    }
    .home-header .panel .user-login {
        top: 100px;
        right: 10px;
    }
    .home-header .panel .new-reg {
        top: 30px;
        right: 10px;
    }
    .contact-header h4 {font-size: 40px;}
    .contact-header h5 {font-size: 17px;}
    .contact-body .contact-info {padding:20px 0 0 0;}
    .contact-body .contact-info .contact-info-item a {line-height:36px;}
}

@media (max-width:767px) {
    .what-is-header {background: #2f3239;}
    .what-is-header img {display:none;}
    .what-is-header h4 {color: #fff; font-size: 40px;}
    .what-is-body .tab-list {margin: 20px 0;}
    .what-is-body .nav-tabs>li {
        width:30%;
        margin-right: 5% !important;
        float:left;
    }
    .what-is-body .nav-tabs li:nth-child(3n) {
        margin-right: 0 !important;
    }
    .what-is-body .nav-tabs li:last-child {
        margin-left: 35%;
    }
    .what-is-body .nav-tabs>li>a {
        font-size: 10px;
        text-align: center;
    }
}

@media (max-width:980px)
{
    .home-screenshots ul .img-box {
        width: 100%;
        height: 100%;
        box-shadow: 0px 5px 5px rgba(0,0,0,.5);
        overflow: hidden;
    }
    .home-screenshots ul .screenshot .img-box img {
        width: 100%;
        transition: all .5s;
    }
}