﻿@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'fontAwesome';
  src: url('/App_Themes/fonts/fontawesome.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*customize fontawesome icons from https://icomoon.io/app/#/select/font*/
/*total 18 icons taken*/
.fa {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fontAwesome' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size:inherit;
  text-rendering: auto;
  line-height: 1;
  display:inline-block;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.fa-search:before {
  content: "\f002";
}
.fa-home:before {
  content: "\f015";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-envelope-o:before {
  content: "\f003";
}
body {
    font-family: Verdana,sans-serif,Geneva;
    font-weight: 300;
    color: #181717;
    text-align: justify;
    /*font-size: 19px;*/
}
/*
   -----------------  menu css start -----------
*/
.phHeader .navbar {
    height: 65px;
}

.navbar a {
    transition: all .3s ease;
}

.logo-img {
    width: 320px;
}
.logo-link {
    z-index:200;
}
.navbar .mega-dropdown {
    position: static !important;
}

.special-color-dark {
    /*background: url(../images/nav-bg.png) repeat-x center;*/
    background-color:#2f374c;
}

.topMenuHorizontal {
    font-family: "Segoe UI",Arial,sans-serif;
    /*font-family: 'Roboto', Arial,sans-serif;*/
    padding: 0px 15px;
    height: 42px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    background-color: rgba(29,143,231,1);
    color: #fff;
    cursor: pointer;
}

.navbar-dark .navbar-nav .nav-link {
    line-height: 42px;
    padding: 0 15px;
    color: #fff;
    font-size: 17px;
}

.navbar .dropdown-menu.mega-menu {
    width: 100%;
    background-color: #6c6c6c;
    border: none;
    border-radius: 0;
    margin-top: 0;
}

    .navbar .dropdown-menu.mega-menu.v-2 a {
        padding: 0px 25px 0px;
        display: block;
    }

        .navbar .dropdown-menu.mega-menu.v-2 a.news-title-2 {
            font-weight: 500;
            font-size: 1.1rem;
            line-height: 1.5;
            -webkit-transition: .2s;
            transition: .2s;
            color: #fff !important;
        }

            .navbar .dropdown-menu.mega-menu.v-2 a.news-title-2:hover {
                color: #d0d6e2 !important;
            }

    .navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul {
        list-style: none;
    }

        .navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul.caret-style li {
            -webkit-transition: .3s;
            transition: .3s;
        }

            .navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul.caret-style li:hover {
                background-color: rgba(29,143,231,1);
                -webkit-transition: .3s;
                transition: .3s;
            }

            .navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul.caret-style li a:after {
                font-family: "fontAwesome";
                content: '\f105';
                position: absolute;
                left: 0.5rem;
                font-size: 12px;
                top: 50%;
                transform: translateY(-50%);
            }

    .navbar .dropdown-menu.mega-menu.v-2 .sub-menu a.menu-item {
        color: #d9d9d9 !important;
        position: relative;
        font-size: 17px;
    }

    .navbar .dropdown-menu.mega-menu.v-2 .sub-menu li:hover a.menu-item {
        color: #fff !important;
        text-decoration: none;
    }

    .navbar .dropdown-menu.mega-menu.v-2 .sub-title {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid;
        font-weight: 400;
        font-size: 20px;
    }

    .navbar .dropdown-menu.mega-menu.v-2 .font-small {
        font-size: 0.85rem;
    }
    .collapse.navbar-collapse {
    padding-right: 40px;
}

input[type="text"]#q {
    height: 40px;
    display: inline-block;
    border: none;
    outline: none;
    /*color: #ccc;*/
    font-weight: 300;
    padding: 3px;
    padding-right: 30px;
    background: transparent;
    width: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 9;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}

    input[type="text"]#q:focus:hover {
        border-bottom: 1px solid #5bb1f4;
    }

    input[type="text"]#q:focus {
        width: 340px;
        z-index: 7;
        border: 1px solid #5bb1f4;
        border-radius: 4px;
        cursor: text;
        outline: none;
        background-color: #f3f3f3;
        box-shadow: none;
    }

#search_submit {
    height: 42px;
    width: 30px;
    display: inline-block;
    border: none;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 8;
    cursor: pointer;
    opacity: 0.8;
    cursor: pointer;
    /*transition: opacity .4s ease;*/
}

.eftext-img {
    border: 1px solid black
}
/* ./search */

/* menu left */
button.navbar-toggler.d-block.d-md-none {
    border: none;
    outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI", Verdana, sans-serif; 
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 400;
}

h1 {
    font-size: 26px;
    margin-bottom: 1.5rem;
}
p {
    font-size: 16px;
    line-height: 1.9rem;
    text-align: justify;
    word-wrap: break-word;
}
footer.section.footer {
    background: #242c42;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding-left: 10px;
}

    footer.section.footer a.privacypolicy {
    text-decoration:underline;
    }
    footer.section.footer a.mail {
        padding-left:5px;
    }
    footer.section.footer li:hover a, footer.section.footer .hyperlink .hyper-left li:hover a {
        color: #7fb441;
        text-decoration: none;
    }

    footer.section.footer li i {
        color: #86bc42;
        margin-right: 0.4em;
    }

.useful-link-list li {
    padding-bottom: 10px;
}

.footer-main .title-widget {
    color: #86bc42;
    font-size: 20px;
    font-weight: 300;
}

input#mc-embedded-subscribe {
    background: #6caf43;
    border-radius: 0;
    color: #fff;
}
.info-list {
    padding-top: 10px;
    padding-bottom: 10px;
}

footer.section.footer .info-list ul li i {
    color: #fff;
}

footer.section.footer .hyperlink {
    border-top: 1px solid #2f374c;
    font-size: 15px;
}

    footer.section.footer .hyperlink .hyper-left a {
        color: #C2C4C7; /*#5d6479;*/
        font-weight: 400;
    }
/*footer start*/
footer {
    width: 100%;
    /*font-family: 'Lato', Helvetica, Arial, sans-serif;*/
    font-family: Verdana, sans-serif;
    margin:0;
    font-size:12px;
}

    footer a:hover, a:active, a:focus {
        text-decoration: none;
    }

    footer a {
        transition: all 0.2s ease;
    }

.footer-main {
    background-color: #242c42;
    overflow-x: hidden;
}

    .footer-main .footer-main-wrapper {
        padding-top: 30px;
        padding-bottom: 20px;
        color: #fff;
    }

    .footer-main .title-widget {
        color: #86bc42;
        padding-bottom: 20px;
        font-size: 16px;
        text-align: left;
    }

    .footer-main .hyperlink {
        border-top: 1px solid #2F374C;
        line-height: 70px;
        min-height: 70px;
        position: relative;
    }

        .footer-main .hyperlink:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 1px;
            background-color: #2F374C;
            top: -1px;
            left: -100%;
        }

        .footer-main .hyperlink:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 1px;
            background-color: #2F374C;
            top: -1px;
            right: -100%;
        }

        .footer-main .hyperlink .hyper-left a {
            font-size: 10px;
            color: #4F5B6B;
        }

            .footer-main .hyperlink .hyper-left a:hover {
                color: #86bc42;
            }

        .footer-main .hyperlink .hyper-right {
            font-size: 12px;
            /*color: #4F5B6B;*/
            color: #C2C4C7; /*#5d6479;*/
        }

        .footer-main .hyperlink ul.list-inline {
            margin-bottom: 0;
        }

    .footer-main .widget a {
        color: #fff;
    }
    .widget {
    /*margin-bottom: 30px*/
}

    .widget a:hover {
        color: #86bc42;
    }

    .widget p {
        line-height: 24px;
        font-size:14px;
    }

    .widget .title-widget {
        font-weight: bold;
        text-transform: uppercase;
    }

@media (max-width:1230px) {

    /* horizontal menu */
    /*.topMenuHorizontal .navbar-nav.nav-flex.right .nav-item:nth-of-type(2) {
        display: none;
    }*/
}

@media (max-width:1169px) {
    /* verticale menu */

    /* horizontal menu */
    /*.topMenuHorizontal .navbar-nav.nav-flex.right .nav-item:nth-of-type(1) {
        display: none;
    }*/
}

@media (max-width:1098px) {
    /* verticale menu */

    /* horizontal menu */
    .topMenuHorizontal .navbar-nav.left .nav-item:nth-of-type(8) {
        display: none;
    }
    
    .lb-ad {
        /*display: none;*/
        min-height: 65px;
    }

    .eft-ad-squre2 {
        width: 300px;
        height: 250px;
        display: block;
    }
    .eft-btf-ad {
    width: 300px;
    height: 250px;
    display: block;
}
    /*.eftext-img {
        100%
    }*/
    .rect-ad {
        display: none;
    }
}

@media (max-width:1030px) {
    /* verticale menu */

    /* horizontal menu */
    .topMenuHorizontal .navbar-nav.left .nav-item:nth-of-type(7) {
        display: none;
    }

    p code, ol li code, ul li code {
        white-space: inherit;
    }
    .lb-ad {
    min-height:45px;
    }
    .eftext-img {
        width:100%;
    }
    .eft-ad-squre2 {
        width: 300px;
        height: 250px;
        display: block;
    }
    .eft-btf-ad {
    width: 300px;
    height: 250px;
    display: block;
}
}

    @media (max-width:992px) {
        body {
            font-size: 16px;
        }

        /* horizontal menu */
        .topMenuHorizontal .navbar-nav.left .nav-item:nth-of-type(6) {
            display: none;
        }

        .topMenuHorizontal .navbar-nav.nav-flex.right {
            display: none;
        }

        h1 {
            font-size: 24px;
            margin-bottom: 1.5rem;
        }

        h2 {
            font-size: 20px;
            margin-bottom: 0.5em;
        }

        h3 {
            font-size: 18px;
            border-left: 20px solid #5bb1f4;
            padding: 0.25rem 0.5rem 0.25rem 0.5rem;
            background-color: #dddddd;
            margin-bottom: 0.5em;
        }

        hr {
            border: 0;
            border-top: 1px solid #ddd;
            margin-bottom:10px;
        }

        .card-header {
            font-size: 18px;
        }

        .menuVertical, .menuVerticalParent {
            width: 170px;
        }

        #middleContent {
            margin-left: 170px;
        }

        .articleContent {
            margin-left: 0;
        }

        .table {
            font-size: 14px;
        }

        .menuVertical {
            z-index: 500;
        }

            .menuVertical .menu-title {
                display: block;
                padding: 0.5rem 1rem;
                border-bottom: 1px solid #e2e2e2;
                font-weight: 500;
                font-size: 15px;
            }

        .header-ad-div {
            /*padding: 0 0 10px 0;
        min-height:0;*/
            /*display: none;*/
        }
        .eftext-img {
            width: 100%;
        }

        .rect-ad {
            display: none;
        }
        
    }

    @media (max-width:899px) {
        .topMenuHorizontal .navbar-nav.left .nav-item:nth-of-type(5) {
            display: none;
        }

        .lb-ad {
            /*display: none;*/
        }

        .logo-img {
            width: 310px;
        }

        .test-option input[type=radio] {
            margin-left: 5px;
            width: 6%;
            height: 1rem;
        }
        .test-panel h4 {
            font-size: 16px;
        }

        .test-option label {
            margin-left: 5px;
            line-height: 1.2rem;
            width: 89%;
            margin-bottom: 0;
            vertical-align: bottom;
        }
    }


    @media (max-width:767px) {
        body {
            font-size: 14px;
        }

        .logo-img {
            width: 250px;
        }

        #middleContent {
            margin-left: auto;
        }

        .faq {
            padding: 0;
            padding-top: 20px;
        }

        .articleContent {
            margin: 0;
        }
        .eft-ad-squre1 {
            display: none;
        }
        .eft-ad-squre2 {
        display:none;
        }
        .eft-btf-ad {
    display: none;
}
        footer.section.footer {
            margin-left: auto;
            padding-left: 0px;
        }

        .navbar .dropdown-menu.mega-menu {
            max-height: 100vh;
            overflow-y: scroll;
            padding-bottom: 40px;
        }

        .menuLeft-item a {
            color: #000;
            font-size: 12px;
        }

        .topMenuHorizontal .navbar-nav.left .nav-item {
            display: none;
        }

            .topMenuHorizontal .navbar-nav.left .nav-item:nth-of-type(1),
            .topMenuHorizontal .navbar-nav.left .nav-item:nth-last-of-type(1) {
                display: block;
            }


        .topMenuHorizontal .navbar-nav.nav-flex.right .nav-item:nth-of-type(3) {
            display: none;
        }

        .navigation .btn {
            width: 98px;
            font-size: 14px;
        }

        .header-ad-div {
            /*min-height:0;*/
            /*display: none;*/
        }

       
       .eftext-img {
            /*width: 330px;
            height: 60px;*/
            width:100%
        }

        .collapse.navbar-collapse {
            padding: 0;
        }
    }

    @media (max-width:556px) {
        h1 {
            font-size: 22px;
            margin-bottom: 1.5rem;
        }

        h2 {
            font-size: 19px;
            margin-bottom: 0.5em;
        }

        h3 {
            font-size: 17px;
            border-left: 20px solid #5bb1f4;
            padding: 0.25rem 0.5rem 0.25rem 0.5rem;
            background-color: #dddddd;
            margin-bottom: 0.5em;
        }
        h4 {
        font-size:15px;
        }
        .test-panel h4 {
            font-size: 15px;
        }
        .card-header {
            font-size: 18px;
        }

        .navigation .btn {
            width: 98px;
            font-size: 12px;
        }
        .footerAd{
            display:block;
        }
    }

    @media (max-width:480px) {
        input[type="text"]#q:focus {
            max-width: 240px;
        }
    }




/*-------------*/
.edugate-layout-3 {
    width: 100%;
    min-height: 250px;
    background-color: #fafafa;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 5px solid #eaedf5;
    position: relative;
    transition: all 0.3s linear;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
}

    .edugate-layout-3 .edugate-layout-3-wrapper {
        position: relative;
        padding: 0 30px 10px 30px;
    }

    .edugate-layout-3 .edugate-content {
        padding-top: 10px;
    }

        .edugate-layout-3 .edugate-content h1 {
            font-size: 20px;
            overflow: hidden;
        }

       
        .edugate-layout-3 .edugate-content .description {
            line-height: 24px;
            margin-bottom: 5px;
            min-height: 135px;
            font-size:0.9rem
        }


        .edugate-layout-3 .edugate-content .btn {
            margin: 0 auto;
            margin-top: 10px;
            width:100%;
            /*display: block;*/
        }

    .edugate-layout-3:after {
        position: absolute;
        z-index: 2;
        content: '';
        height: 5px;
        bottom: -5px;
        left: 0;
        width: 0;
        background-color: #242c42;
        transition: all 0.5s ease;
    }

    .edugate-layout-3:hover {
        background-color: #fff;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    }

        .edugate-layout-3:hover:after {
            width: 100%;
        }

footer {
    background-color: #4A6E7A;
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {

    .bsa-home {
        display:none;
    }

    .dm-home {
        display:none;
    }

    .form-email-widget {
    width:99%;
}


}

@media (max-width:1030px) {
    .edugate-layout-3 .edugate-content .btn {
        font-size:11px;
    }
    .edugate-layout-3 .edugate-content .description {
        line-height: 15px;
        margin-bottom: 15px;
        min-height: 125px;
        font-size: 12px;
    }

    .edugate-layout-3 .edugate-content h1 {
        font-size:15px;
    }
    .edugate-layout-3 .edugate-layout-3-wrapper {
        position: relative;
        padding: 0 7px 10px 7px;
    }

    .edugate-layout-3 .edugate-content .description {
        line-height: 15px;
        min-height:120px;
        font-size: 12px;
    }
 
    }
@media (max-width:556px) {
    .edugate-layout-3 {
        min-height: 0;
    }
        .edugate-layout-3 .edugate-content .description {
            min-height: 0;
        }
}