﻿@charset "utf-8";
/* CSS Document */

a {
    text-decoration: none !important;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Monda', sans-serif;
}

.responsive {
    width: 100%;
}

body, html {
    overflow-x: hidden;
}

header {
    background-color: #0064e8;
    width: 100%;
    position: fixed;
    top: 0;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .2);
    z-index: 11;
}

.logo {
    float: left;
    padding: 10px 0;
}

/*------nav for lg & medium device css-------*/

nav ul {
    float: right;
    margin: 0;
}

    nav ul li {
        float: left;
        position: relative;
    }

        nav ul li a {
            padding: 5px 10px;
            line-height: 57px;
            display: block;
            text-decoration: none !important;
            position: relative;
            z-index: 1;
            color: #ffe100;
            transition: .1s;
        }

.nav_icon {
    font-size: 18px;
    margin-right: 3px;
}

.login_signin {
    line-height: 1;
    padding: 8px 7px;
    margin: 17px 0 0 5px;
    color: #ffffff;
    transition: .2s;
    border-bottom: 2px solid #233344;
    border-radius: 1px;
    background: #ff6c3a;
}

    .login_signin:hover {
        background-color: #4d5e6f !important;
        color: #fff;
        border-color: #65a309;
    }

.hover_style {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    background-color: #65a309;
    transition: .2s;
}

nav ul li:hover .hover_style {
    height: 100%;
}

nav ul li:hover a {
    color: #fff;
}

.mycaret {
    margin-left: 5px;
    transition: .2s ease-in;
}

.mydropdown:hover .mycaret {
    transform: rotate(180deg);
}

.mycaret_sublink {
    padding-right: 5px;
    font-size: 16px;
    transition: .15s;
}

.sublink a:hover .mycaret_sublink {
    padding-left: 10px;
}

.sublink {
    position: absolute;
    width: 160px;
    background-color: #2C5443;
    display: none;
    z-index: 1;
}

    .sublink a {
        line-height: 22px;
        color: #fff;
        transition: .2s;
        border-bottom: 1px solid #2F5A48;
    }

        .sublink a:hover {
            background-color: #049257;
        }

/*------nav for lg & medium device css end-------*/

.banner {
    padding-top: 67px;
    position: relative;
}

.banner_content {
    position: absolute;
    top: 0;
    margin-top: 8%;
}

.banner_heading {
    background-color: #e33a0c;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    box-shadow: 1px 1px 4px 0 #333;
    font-weight: bold;
}

.para1 {
    text-align: justify;
}

.buttonPanel {
    position: absolute;
    bottom: 15px;
    left: 5%;
    z-index: 1000;
}

    .buttonPanel a {
        background-color: #435b77;
        color: #ffffff;
        padding: 10px;
        display: inline-block;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.36),0 2px 10px 0 rgba(0,0,0,0.12);
    }

        .buttonPanel a:nth-child(2) {
            background-color: #65a309;
        }
/*.button1 {
    background-color: #21A117;
    padding: 10px 15px;
    display: inline-block;
    color: #fff !important;
    box-shadow: 1px 1px 4px 0 #333;
    font-weight: bold;
    border-radius: 3px;
    transition: .2s;
}*/

/*.button1:hover {
        background-color: #01874e;
    }*/

.banner_content2 {
    position: absolute;
    top: 0;
    margin-top: 3%;
    width: 100%;
}

.banner_heading2 {
    background-color: #e33a0c;
    padding: 6px 15px;
    display: table;
    margin: 0 auto 15px auto;
    color: #fff;
    font-size: 18px;
    box-shadow: 1px 1px 4px 0 #333;
    font-weight: bold;
}

.box {
    background: rgba(255,255,255,.4);
    border: 1px solid #333;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    margin: 15px 0;
}

    .box p {
        margin: 15px 0 0 0;
    }

.icon1 {
    font-size: 36px;
}

/*.button2 {
    position: absolute;
    bottom: 41px;
    left: 5%;
}*/

.button5 {
    position: absolute;
    bottom: 30px;
    right: 6%;
}



.wrapper1 {
    background-color: #fff;
    padding: 30px 0;
}

    .wrapper1 h3 {
        color: #2c3e50;
        text-transform: uppercase;
        font-family: 'Merriweather Sans', sans-serif;
        margin: 10px 0 10px -11px;
        font-weight: bold;
        font-size: 24px;
    }

        .wrapper1 h3 span {
            font-weight: normal;
            color: #ff6c3a;
        }

.heading1 {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 800;
    color: #65a309;
    text-align: center;
    text-transform: uppercase;
}

    .heading1 span {
        font-weight: 400;
        color: #ff9933;
    }

.border-shape {
    background: #6f9c3b none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 3px;
    left: 0;
    margin: 20px auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 80px;
}

    .border-shape::before {
        background: #dba400 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 1px;
        left: 80px;
        margin: 0 auto;
        position: absolute;
        text-align: center;
        top: 1px;
        width: 100px;
    }

    .border-shape::after {
        background: #dba400 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 1px;
        right: 80px;
        margin: 0 auto;
        position: absolute;
        text-align: center;
        top: 1px;
        width: 100px;
    }

.feature_box {
    position: relative;
    margin: 4px -11px;
}

.hoverOver {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255, 108, 58, 0.9);
    top: 0px;
    left: 0;
    transition: 300ms;
    transition-delay: 50ms;
    opacity: 0;
}

.hoverOverh2 {
    color: #ffffff;
    padding: 5px;
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    transition: 300ms;
}

.feature_box:hover .hoverOver {
    opacity: 1;
}

.hoverOver .fa-link {
    position: absolute;
    top: 40%;
    font-size: 28px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    width: 50px;
    line-height: 48px;
    text-align: center;
    margin-left: -25px;
    left: 50%;
    transition: 250ms;
}

    .hoverOver .fa-link:hover {
        background-color: #fff;
        color: #65a309;
        box-shadow: 0px 0px 8px rgba(0,0,0,.3);
    }

.integrationPanel {
    padding: 50px 0px;
    color: #3e3e3e;
    background-color: #f8f8f8;
}

.integrationBox {
    text-align: center;
    margin-top: 15px;
}

.Int_ImageBox {
    width: 80%;
    border: 1px solid #e2e2e2;
    padding: 10%;
    margin: 30px auto;
    transition: 250ms ease-in;
    background: #fff;
}

    .Int_ImageBox:hover {
        /*border-radius: 10px;*/
        box-shadow: 0px 0px 12px 0px rgba(0,0,0,.2);
        background: transparent;
    }
/*.integrationBox h2 {
        color:#fff;
    }*/

.Edu_Interface {
    padding: 50px 0px;
    background: #dba400;
    color: #436930;
}

    .Edu_Interface .border-shape {
        background-color: #fff;
    }

        .Edu_Interface .border-shape::before, .Edu_Interface .border-shape::after {
            background-color: #2c3e4f;
        }

.interfaceBox {
    text-align: center;
    margin: 4px -11px;
    color: #202d3a;
    padding: 10px;
    background: #f7f7f7;
    transition: 300ms ease-in;
}

.interfaceIcon {
    font-size: 24px;
    border: 2px solid #dba400;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    color: #65a309;
    line-height: 60px;
    transition: 300ms ease;
   
}
.interfaceIconminh {
    min-height:125px;
}

.interface_UL {
    border: 1px solid #dba400;
    padding: 6px 15px;
    margin: 10px 0px;
    display: inline-block;
    color: #65a309;
    cursor: pointer;
}



.interfaceBox:hover {
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,.4);
}

    .interfaceBox:hover .interfaceIcon {
        color: #fff;
        background: #dba400;
    }

    .interfaceBox:hover .interface_UL {
        color: #fff;
        background: #dba400;
    }

.UIimageBox {
    position: fixed;
    top: 2%;
    left: 2%;
    width: 96%;
    z-index: 100;
    height: 96%;
    transition: 250ms;
}

    .UIimageBox img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .UIimageBox:after {
        content: " ";
        background: rgba(0, 0, 0, 0.9);
        display: block;
        width: 100%;
        position: fixed;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

.closeUI {
    position: fixed;
    top: 0;
    right: 0;
    color: #fff;
    padding: 10px;
    font-size: 24px;
    cursor: pointer;
}

    .closeUI:hover {
        color: #a4e05e;
    }

.HIDE {
    display: none;
}

.SHOW {
    display: block;
}

.wrapper2 {
    background: #fff;
    padding: 25px 0;
    color: #333;
}

.modules_box {
    background-color: #fff;
    margin-top: 20px;
    border: 1px solid #e8e7e7;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    transition: all 0.4s ease-in-out 0s;
}

    .modules_box:hover {
        box-shadow: none;
    }

    .modules_box::after {
        border-top: 1px solid #dba400;
        left: 50%;
        position: absolute;
        border-bottom: 1px solid #dba400;
        content: "";
        height: 100%;
        width: 0;
        transition: all 0.4s ease-in-out 0s;
        z-index: -1;
        top: 0;
    }

    .modules_box::before {
        border-left: 1px solid #dba400;
        left: 0;
        position: absolute;
        border-right: 1px solid #dba400;
        content: "";
        height: 0;
        width: 100%;
        transition: all 0.4s ease-in-out 0s;
        z-index: -1;
        top: 50%;
    }

    .modules_box:hover::before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        transition: all 0.4s ease-in-out 0s;
    }

    .modules_box:hover::after {
        position: absolute;
        width: 100%;
        top: 0;
        transition: all 0.4s ease-in-out 0s;
        left: 0;
        right: 0;
    }

.mb_left_right {
    margin: 60px 0;
}

.heading3 {
    text-align: center;
    font-size: 25px;
    padding-bottom: 35px;
    padding-top: 20px;
    background-color: #65a309;
    font-weight: bold;
    transition: .2s;
}

/*.mb_left_right .heading3 {
    background-color: #f1f1f1;
}*/

.icon3 {
    text-align: center;
    margin: -45px auto 0 auto;
    display: table;
    font-size: 32px;
    padding: 13px 8px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    color: #F1F1F1;
    background: #dba400;
    transition: .3s;
}

.modules_box:hover .icon3 {
    transform: rotateY(180deg);
}

.modules_box ul {
    margin-bottom: 0;
    margin-top: 0;
}

    .modules_box ul li {
        padding: 6px;
    }

        .modules_box ul li:last-child {
            border-bottom: 0px solid #D4D4D4;
        }

.icon4 {
    font-size: 20px;
    margin-right: 10px;
    color: #ff6c3a;
}
/*--------*/

.wrapper3 {
    background: url(../images/eduDG.jpg);
    padding: 25px 0;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.pricing_box {
    background: rgba(255, 255, 255, 1);
    padding: 40px 10px;
    color: #202d3a;
    margin: 20px 0;
    transition: .3s ease-out;
    min-height: 366px;
    text-align: center;
}

    .pricing_box h2 {
        text-align: center;
        text-transform: uppercase;
    }

    .pricing_box span {
        margin-right: 8px;
    }

    .pricing_box p {
        font-size: 26px;
        margin: 0;
        text-transform: center;
        font-family: 'Merriweather Sans', sans-serif;
    }

    .pricing_box ul {
        margin-bottom: 14px;
    }

        .pricing_box ul li {
            padding: 6px 0;
            color: #908f8f;
        }

            .pricing_box ul li:last-child {
                border-bottom: 0px solid #D4D4D4;
            }

.icon5 {
    font-size: 18px;
    color: #8AB124;
}

.pricing_box:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 15px;
    width: 0;
    height: 0;
    opacity: 0.8;
    border-style: solid;
    border-width: 0 60px 60px 0;
    border-color: transparent #8ac249 transparent transparent;
    z-index: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.pricing_box:after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 15px;
    width: 0;
    height: 0;
    opacity: 0.6;
    border-style: solid;
    border-width: 60px 0 0 60px;
    border-color: transparent transparent transparent #8ac249;
    z-index: 1;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.pricing_box:hover:before {
    top: 10px;
    right: 5px;
}

.pricing_box:hover:after {
    bottom: 10px;
    left: 5px;
}


.button3 {
    background: #dba400;
    padding: 10px 15px;
    display: table;
    margin: 15px auto 0px auto;
    color: #fff;
    border-radius: 3px;
    transition: .2s;
    border: 1px solid #8ac249;
}

    .button3:hover {
        background: rgba(255,255,255,.9);
        color: #5e8c28;
    }
/*------*/
.technologyPartner, .paymentPartner {
    padding: 25px 0px;
    background: #f7f7f7;
    color: #949494;
    text-align: center;
}

    

    .technologyPartner h2, .paymentPartner h2 {
        font-weight: bold;
        font-family: 'Merriweather Sans', sans-serif;
        text-transform: uppercase;
    }

    .technologyPartner .owl-nav, .paymentPartner .owl-nav {
        display: inherit !important;
    }

    .technologyPartner .owl-dots, .paymentPartner .owl-dots {
        display: none;
    }

    .technologyPartner .item, .paymentPartner .item {
        padding: 15px 35px;
    }

    .technologyPartner img, .paymentPartner img {
        transition: 250ms;
    }

        .technologyPartner img:hover, .paymentPartner img:hover {
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
        }


/*------*/
.testimonial {
    color: #2c3e50;
    padding: 25px 0px;
}
.tesReviewButton{
    float:right;
    margin-bottom: 10px;
    background: #2c3e50;
    padding: 5px;
    color: #fff !important;
    transition: 250ms;
    }
 .tesReviewButton:hover{
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    }
.testimonial_box {
    color: #2c3e4f;
    padding: 15px;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #ccc;
}
.tesImage
{
        width: 70px !important;
    border-radius: 50%;
    margin: auto;
    display: block;
    border: 2px solid #dba400;
    padding: 4px;
    }

.testimonial_quote {
    margin: 0px 10px;
    color: #ff6c3a;
}

.tesName {
    font-weight: bold;
    color: #65a309;
    text-transform: uppercase;
}

.tesCompany {
    color: #b7b7b7;
    text-transform: capitalize;
}

.testimonial .carousel-inner {
    width: 84%;
    margin: auto;
}

.testimonial .carousel-indicators {
    left: 50%;
    bottom: -50px;
}

.wrapper4 {
    background-color: #ECF0F1;
    padding: 25px 0;
    color: #333;
}

.userlogin_box {
    background-color: #F9F9F9;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 #A0A0A0;
    margin: 18px 0;
    min-height: 570px;
}



.login_panel {
    background: linear-gradient(to top,#04693F, #0BAD69);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px 0;
}

    .login_panel h2 {
        text-align: center;
        margin: 5px 0 0 0;
        color: #fff;
    }

.userlogin_box P {
    padding: 0 15px 15px 15px;
    text-align: center;
}

.heading2 {
    font-family: 'Merriweather Sans', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}

.wrapper5 {
    background: #dba400;
    padding: 35px 0 25px 0;
    color: #fff;
    text-align: center;
}

    .wrapper5 h1 {
        color: #fff;
        font-weight: bold;
    }



    .wrapper5 .button3 {
        background: #fff;
        color: #65a309;
    }

.our_client {
    padding: 40px 0;
}

.my-slider {
    height: 75px;
    margin: 0 auto;
    width: 100%;
}

    .my-slider ul {
        height: 75px;
        overflow: hidden;
    }

    .my-slider li {
        float: left;
    }

    .my-slider ul li img {
        transition: .2s;
        margin-left: 87px;
        -webkit-filter: color(100%);
        filter: color(100%);
    }

    .my-slider ul li:hover img {
        transform: scale(.8);
    }

.wrapper6 {
    padding: 25px 0;
    background: url(../images/eduCO.gif);
}

    .wrapper6 label {
        color: #a5a5a5;
    }

    .wrapper6 ul li {
        color: #a5a5a5;
    }

.contact_detail {
    border-left: 1px solid #CCC;
    padding-left: 30px;
}

footer {
    background-color: #5c6672;
    color: #fff;
    padding: 20px 0 5px 0;
}

.social_media {
    float: right;
    margin-bottom: 0;
}

    .social_media li {
        float: left;
        margin-left: 15px;
    }

.social {
    width: 44px;
    height: 45px;
    border-radius: 5px;
}

.twitter {
    background: url(../images/social.png) 0 0;
    transition: .15s;
}

.youtube {
    background: url(../images/social.png) -44px 0;
    transition: .15s;
}

.facebook {
    background: url(../images/social.png) -88px 0;
    transition: .15s;
}

.linkdin {
    background: url(../images/social.png) -132px 0;
    transition: .15s;
}

.twitter:hover {
    background: url(../images/social.png) 0 -45px;
}

.youtube:hover {
    background: url(../images/social.png) -44px -45px;
}

.facebook:hover {
    background: url(../images/social.png) -88px -45px;
}

.linkdin:hover {
    background: url(../images/social.png) -132px -45px;
}

.dicor_website {
    transition: .2s;
}

    .dicor_website:hover {
        color: #FF4100;
    }

.go_to_top {
    position: fixed;
    right: 5px;
    top: 90%;
    width: 35px;
    height: 35px;
    line-height: 32px;
    background-color: #e84900;
    color: #FFFFFF;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0 0 5px 0 #000;
    display: none;
    transition: .2s;
    z-index: 100;
}

    .go_to_top:hover {
        transform: rotateY(180deg);
    }
    
.accountApp_button
{
    margin: 0;
    display:none;
    }
.accountApp_button li{
        float: left;
    width: 50%;
    text-align: center;    
    }
    .accountApp_button li a
    {
        background: #435b77;
    color: #fff;
    display: block;
    padding: 10px 0px;
    margin: 10px;
    margin-bottom: -10px;
        }
    
@media (max-width:1200px) {
    .banner_content {
        margin-top: 5.5%;
    }

    .box {
        padding: 8px;
        margin: 12px 0;
    }

    .userlogin_box {
        min-height: 410px;
    }
    nav ul li a {
        padding: 5px 6px;
    }
}

@media (max-width:992px) {
    .mob_tab_button {
        float: right;
        line-height: 67px;
        font-size: 25px;
        color: #FF6C3A;
        cursor: pointer;
    }

    .mob_nav {
        background-color: #65a309;
        position: fixed;
        right: -270px;
        top: 67px;
        width: 270px;
        /*box-shadow: -1px 1px 1px 0px #464646;*/
        height: 100%;
        z-index: 10;
    }

    .navOverlay {
        background: rgba(0, 0, 0, 0.8);
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        display:none;
    }

    .mob_nav ul li {
        margin: 0;
    }

        .mob_nav ul li a {
            display: block;
            padding: 10px 10px;
            color: #ffffff;
            transition: .15s;
        }

            .mob_nav ul li a:hover {
                color: #436930;
            }

    .mob-login {
    display: block;
    margin: 10px;
    padding: 3% 2%;
    text-align: center;
    color: #3F474F;
    border: 1px solid #ffffff;
    transition: 200ms;
    background: #dba400;
    }

        .mob-login:hover {
                background-color: #ff6c3a;
    color: #fff !important;
    border-color: #ff6c3a;
        }

    .plus_minus1 {
        float: right;
    }

    .mob_nav .panel-body {
        padding: 0px 10px;
    }

        .mob_nav .panel-body a {
            padding: 5px 10px;
        }

    /*-----------------*/
    .banner_content {
        margin-top: 40px;
    }

    .banner_heading {
        padding: 5px 8px;
        font-size: 14px;
    }

    .button1 {
        padding: 5px 8px;
        font-size: 14px;
    }

    .para1 {
        margin-top: 0;
        font-size: 12px;
        text-align: left;
    }

    .rs1 {
        margin-top: 28px;
    }

    .box {
        padding: 3px;
        margin: 10px 0;
    }

    .icon1 {
        font-size: 22px;
        margin-top: 3px;
    }

    .box p {
        margin: 9px 0 3px 0px;
        font-size: 10px;
    }

    .modules_box {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (max-width:767px) {
    
    .buttonPanel{display:none;}
    .accountApp_button{display:block;}
    .for_mob {
        padding-top: 71px;
    }

    .logo {
        padding: 10px 0 10px 15px;
    }

    .mob_tab_button {
        padding-right: 15px;
    }

    .heading1 {
        font-size: 28px;
        line-height: 42px;
    }

    .feature_box {
        margin: 0 20%;
    }

    .interfaceBox {
        margin: 6px 0px;
    }

    .modules_box {
        margin: 0px;
    }

    .mb_left_right {
        margin: 15px 0;
    }

    .AM_Para {
        padding: 14px 0px;
        font-size: 20px;
    }

    .MobileApp .fa-mobile {
        padding: 10px 27px;
        font-size: 36px;
    }

    .createAccount .fa-address-book-o {
        padding: 11px 20px;
        font-size: 36px;
    }

    .pricing_box {
        min-height: auto;
    }

    .contact_detail {
        border: none;
        padding-left: 15px;
        margin-top: 30px;
    }

    .wrapper5 h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .wrapper6 h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .wrapper6 .button1 {
        margin-top: 25px;
        padding: 8px 14px;
        display: block;
        width: 100%;
        font-size: 18px;
    }

    .social_media {
        float: left;
    }

    .testimonial .carousel-inner {
        width: 96%;
    }

    .Int_ImageBox {
        padding: 5%;
    }

        .Int_ImageBox img {
            margin: auto;
        }

    .wrapper1 h3 {
        text-align: center;
    }
}

@media (max-width:450px) {
    feature_box {
        margin: 0 5%;
    }
}
