/*

====/========        ===== ==/====/

====/========        =======/====/

01. Preloader CSS     ====================>>>

02. Reset CSS         ====================>>>

03.Common CSS         ====================>>>

04.Home Page css    ====================>>>

05.About Page css   ====================>>>

06.Aplication Page css     ====================>>>

07.Blog Page css     ====================>>>

08.Blog-Dedtails Page css  ====================>>>

09.Course Page css    ====================>>>

10.Course-Details Page css    ====================>>>

11.Event Page css    ====================>>>

12.Event-Details Page css    ====================>>>

13.Gallery Page css      ====================>>>

14.Professors Page css      ====================>>>

15.FAQ Page css      ====================>>>

16.404 Page css      ====================>>>

*/

/*====/========        ===== ==/====/
             Home Page Start 
 ====/========        =======/====/*/

.icon {
    margin: 6px;

}

#imgdiv {
    font-size: 34px;
    padding: 10px;
}

#reload {
    padding: 5px;
    border: 1px solid #dedede;
    margin: 0 5px 5px 5px;
    background: #dedede;
    border-radius: 5px;
}

.proimg {
    display: none;
}

.rollovers {
    display: none;
}

@media (max-width: 767px) {
    #topprofile {
        background: #0A246A;
        'display: none;

    }
#upload_picture_form{ display: none;}
    .proimg {
        display: inline-block;
    }

    .leftmenu {
        display: none;
    }

    #loadmyaccount {
        display: none;
    }

    .breadcrumb {
        display: none;
    }

    #myaccmenu {
        top: -50px;
        position: relative;
    }

    .rollovers {
        display: inline-block;
    }

    .rollovers {
        font-size: 80%;
    }

    nav a, nav {
        font-size: 90%;
    }

    .header-right {
        padding-bottom: 0;
    }
}

* {
    box-sizing: border-box;
}

.rollovers {
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 1em;
    text-align: center;
}

.rollovers li {
    position: relative;
    display: inline-block;
    width: 13em;
}

.rollovers li a {
    position: relative;
    z-index: 1;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.25em;
    text-decoration: none;
    color: #000;
    padding: 4.7em 1em 1em;
}

.icon_contain {
    position: absolute;
    top: 3em;
    left: 50%;
    width: 4.375em;
    height: 4.375em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.icon_contain .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    fill: #fff;
    width: 35%;
    height: 35%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: fill 1s ease;
    transition: fill 1s ease;
}

.logo_profile {
    position: absolute;
    width: 4.375em;
    height: 4.375em;
    top: 3em;
    left: 50%;
    fill: #eb3f32;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.icon_contain::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 73%;
    height: 73%;
    opacity: 1;
    background: #eb3f32;
    border-radius: .125em;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.logo_reveal .icon_contain::before {
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.logo_reveal:hover .icon_contain .icon {
    fill: #eb3f32;
}

.logo_reveal:hover .icon_contain::before {
    opacity: 0;
}

.logo_grow .logo_profile {
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}

.logo_grow .icon_contain::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
    transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.logo_grow:hover .logo_profile {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}

.logo_grow:hover .icon_contain .icon {
    fill: #eb3f32;
}

.logo_grow:hover .icon_contain::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
    opacity: 0;
}

.logo_grow_alt .logo_profile {
    -webkit-animation: grow_alt 1s reverse;
    animation: grow_alt 1s reverse;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
}

.logo_grow_alt .icon_contain::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
    transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.logo_grow_alt:hover .logo_profile {
    -webkit-animation: grow_alt .7s ease-out;
    animation: grow_alt .7s ease-out;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}

.logo_grow_alt:hover .icon_contain .icon {
    fill: #eb3f32;
}

.logo_grow_alt:hover .icon_contain::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
    opacity: 0;
}

@-webkit-keyframes grow_alt {
    0% {
        -webkit-transform: translateX(-50%) scale(0);
        transform: translateX(-50%) scale(0);
    }
    80% {
        -webkit-transform: translateX(-50%) scale(1.2);
        transform: translateX(-50%) scale(1.2);
    }
    100% {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }
}

@keyframes grow_alt {
    0% {
        -webkit-transform: translateX(-50%) scale(0);
        transform: translateX(-50%) scale(0);
    }
    80% {
        -webkit-transform: translateX(-50%) scale(1.2);
        transform: translateX(-50%) scale(1.2);
    }
    100% {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }
}

.logo_rotate .logo_profile {
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}

.logo_rotate .icon_contain::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
}

.logo_rotate:hover .logo_profile {
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0);
}

.logo_rotate:hover .icon_contain .icon {
    fill: #eb3f32;
}

.logo_rotate:hover .icon_contain::before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    opacity: 0;
}

.logo_rotate_alt .logo_profile {
    -webkit-animation: rotate_alt 1s reverse;
    animation: rotate_alt 1s reverse;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
}

.logo_rotate_alt .icon_contain::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
    transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.logo_rotate_alt:hover .logo_profile {
    -webkit-animation: rotate_alt .7s ease-out;
    animation: rotate_alt .7s ease-out;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}

.logo_rotate_alt:hover .icon_contain .icon {
    fill: #eb3f32;
}

.logo_rotate_alt:hover .icon_contain::before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg) scale(0);
    transform: translate(-50%, -50%) rotate(135deg) scale(0);
    opacity: 0;
}

@-webkit-keyframes rotate_alt {
    0% {
        -webkit-transform: translateX(-50%) rotate(90deg) scale(0);
        transform: translateX(-50%) rotate(90deg) scale(0);
    }
    80% {
        -webkit-transform: translateX(-50%) rotate(-15deg) scale(1.2);
        transform: translateX(-50%) rotate(-15deg) scale(1.2);
    }
    100% {
        -webkit-transform: translateX(-50%) rotate(0) scale(1);
        transform: translateX(-50%) rotate(0) scale(1);
    }
}

@keyframes rotate_alt {
    0% {
        -webkit-transform: translateX(-50%) rotate(90deg) scale(0);
        transform: translateX(-50%) rotate(90deg) scale(0);
    }
    80% {
        -webkit-transform: translateX(-50%) rotate(-15deg) scale(1.2);
        transform: translateX(-50%) rotate(-15deg) scale(1.2);
    }
    100% {
        -webkit-transform: translateX(-50%) rotate(0) scale(1);
        transform: translateX(-50%) rotate(0) scale(1);
    }
}

.logo_grow_rotate .logo_profile {
    -webkit-transform: translateX(-50%) rotate(90deg) scale(0);
    transform: translateX(-50%) rotate(90deg) scale(0);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}

.logo_grow_rotate .icon_contain::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
    transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.logo_grow_rotate:hover .logo_profile {
    -webkit-transform: translateX(-50%) rotate(0) scale(1);
    transform: translateX(-50%) rotate(0) scale(1);
}

.logo_grow_rotate:hover .icon_contain .icon {
    fill: #eb3f32;
}

.logo_grow_rotate:hover .icon_contain::before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg) scale(0);
    transform: translate(-50%, -50%) rotate(135deg) scale(0);
    opacity: 0;
}

.grid li {
    width: 50%;
    padding: 3em 0;
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.grid li:nth-child(2n) {
    border-right: none;
}

.grid li:last-child {
    border-bottom: none;
}

.grid li:nth-last-child(2) {
    border-bottom: none;
}

@media (min-width: 45em) {
    .grid li {
        width: 33.333333%;
    }

    .grid li:nth-child(2n) {
        border-right: 1px solid rgba(0, 0, 0, 0.25);
    }

    .grid li:nth-child(3) {
        border-right: none;
    }

    .grid li:last-child {
        border-right: none;
        border-bottom: none;
    }

    .grid li:nth-last-child(2), .grid li:nth-last-child(3) {
        border-bottom: none;
    }
}

/* Base CSS */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
    margin: 0 auto 15px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
    color: #000;
}

.form-control:focus {
    border: 1px solid #008000;
    box-shadow: none;
    outline: none;
}

textarea.form-control {
    border-radius: 0px;
}

/*=====================================================================================================================================
    Top Header Area Start
=======================================================================================================================================*/
.header-left, .header-right {
    display: inline-block;
}

.header-left ul li {
    display: inline-block;
    padding-right: 10px;
    font-size: 11px;
    font-weight: 100;
    margin-top: 12px;
}

.header-right ul li {
    display: inline-block;
    padding-bottom: 0;
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 0;
    color: #ccc;
    font-size: 14px;
    font-weight: 600;
}

.header-right > ul {
    text-align: right;
    padding-right: 20px;
}

.top-header {
    position: relative;
}

.apply-btn {
    background: #57ab2f none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 20px;
    position: absolute;
    right: 1%;
    top: 0;
}

.green {
    color: #57ab2f;
}

.dropdown-menu {
    min-width: 320px;
    padding: 0;
    text-align: left;
    top: 99%;
    z-index: 1000;
    border: none;
    background-color: #FAF1D4;
}
@media (max-width: 450px) {

    .dropdown-menu {
       width: 100%;
    }

}


/*=====================================================================================================================================
    [2].Top Header Area End
=======================================================================================================================================*/

/*=====================================================================================================================================
    Features Area Start
=======================================================================================================================================*/

/*=====================================================================================================================================
    Features Area End
=======================================================================================================================================*/

/*=====================================================================================================================================
    Couser Area Start
=======================================================================================================================================*/
.profile-area {
    background: #dedede;
    padding: 15px;
}

.section-title h1 {
    color: rgb(0, 0, 0);
    font-size: 34px;
}

.sectionPding {
    padding: 100px 0;
}

.pdb90 {
    padding-bottom: 90px !important;
}

.pdt90 {
    padding-top: 100px !important;
}

.pdt40 {
    padding-top: 40px !important;
}

.section-title p {
    color: #666666;
    font-weight: 300;
    margin-bottom: 75px;
}

.single-course h3 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 500;
    margin-top: 40px;
}

.single-course span {
    float: right;
    font-weight: 700;
}

.single-course > p {
    color: rgb(143, 143, 143);
    margin-bottom: 20px;
}

.course-btn,
.blog-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #57ab2f;
    border-radius: 5px;
    color: #57ab2f;
    font-weight: 500;
    padding: 12px 18px;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    display: inline-block;
    font-size: 16px;
}

.postedIn {
    padding: 10px 0;
}

.postedIn span {
    color: #06C;
}

.course-btn:hover,
.blog-btn:hover {
    background: #57ab2f;
    color: rgb(255, 255, 255);
}

.course-area {
    position: relative;
    overflow: hidden;
}

.course-area .owl-controls .owl-prev {
    background: #57ab2f none repeat scroll 0 0;
    border: 5px solid rgb(194, 234, 175);
    border-radius: 50%;
    font-size: 14px;
    left: -60px;
    line-height: 26px;
    padding: 0 6px;
    position: absolute;
    top: 50%;
}

.course-area .owl-controls .owl-next {
    background: #57ab2f none repeat scroll 0 0;
    border: 5px solid rgb(194, 234, 175);
    border-radius: 50%;
    font-size: 14px;
    right: -60px;
    padding: 0 6px;
    position: absolute;
    top: 50%;
    -webkit-transition: .6s;
    transition: .6s;
    line-height: 26px;
}

.course-area .owl-controls .owl-next:hover,
.course-area .owl-controls .owl-prev:hover {
    background: #000;
    border: 5px solid #dbdbdb;
    -webkit-transition: .6 a;
    transition: .6 a;
}

/*=====================================================================================================================================
    Course Area End
=======================================================================================================================================*/

/*=====================================================================================================================================
    Notice-Board Area Start
=======================================================================================================================================*/

.noticeboard-area {
    background-color: #f1f1f1;
}

.title {
    color: #000;
    font-size: 34px;
    margin-bottom: 70px;
    position: relative;
    z-index: 1;
}

.notice {
    display: block;
    overflow: hidden;
}

.title:after {
    background: #57ab2f none repeat scroll 0 0;
    bottom: -18px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 77px;
}

.student-testimnonial img {
    width: 122px !important;
    border: 2px solid #57ab2f;
}

.tast-contant {
    padding-left: 20px;
    width: 80%;
    min-height: 355px;
}

.student-testimnonial {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 30px;
    padding: 20px;
}

.tast-contant h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.tast-contant p {
    color: #666666;
    margin-top: 8px;
    font-style: italic;
    font-weight: 300;
}

.tast-contant > a {
    color: #57ab2f;
}

.notice-board {
    height: 395px;
    overflow-x: hidden;
}

.nicescroll-rails.nicescroll-rails-vr {
    background: #e2e2e2 none repeat scroll 0 0 !important;
    display: block !important;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.nicescroll-cursors {
    border: medium none !important;
}

.single-notice h4 {
    color: #57ab2f;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 500;
}

.single-notice h4 i {
    padding-right: 10px;
}

.notice-board {
    background: #fff none repeat scroll 0 0;
    padding: 15px;
}

.single-notice > p {
    color: #99999f;
    font-weight: 300;
    padding-bottom: 10px;
}

.single-notice {
    border-bottom: 1px solid;
    padding-left: 20px;
}

.tastimonial .owl-controls .owl-prev,
.tastimonial .owl-controls .owl-next {
    background: #57ab2f none repeat scroll 0 0;
    display: inline-block;
    float: right;
    font-size: 14px;
    margin: 6px;
    padding: 5px 9px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: #000 none repeat scroll 0 0;
}

/*=====================================================================================================================================
    Notice-Board  Area End
=======================================================================================================================================*/

/*=====================================================================================================================================
    Counter Area Start
=======================================================================================================================================*/

.counter-area {
    background-image: url("images/counter-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10px;
    padding-top: 50px;
    position: relative;
    z-index: 1;
}

.counter-area:after {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: -1;
}

.counter-content {
    display: inline-block;
}

.counter-content h2 {
    font-weight: 500;
    margin-bottom: 8px;
}

.counter-area img {
    background: #000 none repeat scroll 0 0;
    border: 1px solid gray;
    border-radius: 5px;
    margin-bottom: 50px;
    margin-right: 14px;
    padding: 12px;
}

/*=====================================================================================================================================
    Counter Area End
=======================================================================================================================================*/

/*=====================================================================================================================================
    Facultie Area Start
=======================================================================================================================================*/

.faculties-social {
    background: #57ab2f none repeat scroll 0 0;
    bottom: 60px;
    display: inline-block;
    left: 50%;
    margin-left: -100px;
    padding: 8px;
    position: absolute;
    width: 200px;
}

.faculties-area.sectionPding {
    padding-bottom: 10px;
}

.faculties-social ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: center;
}

.faculties-social ul li {
    display: inline;
    margin-bottom: 6px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 6px;
}

.single-faculties ul li a {
    border: 1px solid #fff;
    border-radius: 4px 4px 4px 5px;
    color: #fff;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    width: 28px;
}

.faculties-social ul li a:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #57ab2f;
}

.single-faculties img {
    border: 3px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    width: 100%;
}

.single-faculties img:hover {
    border: 3px solid #57ab2f;
    -webkit-transition: .8s;
    transition: .8s;
}

.single-faculties {
    position: relative;
}

.faculites-info {
    margin-top: 36px;
}

.faculites-info > h4 {
    color: #000000;
    font-weight: 500;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.faculites-info span {
    color: #57ab2f;
    font-weight: 300;
}

/*=====================================================================================================================================
    Faculties Area End
=======================================================================================================================================*/

/*=====================================================================================================================================
    Blog Area Start
=======================================================================================================================================*/

.single-bolg {
    position: relative;
}

.date {
    background: #57ab2f none repeat scroll 0 0;
    bottom: 200px;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: absolute;
    right: 14px;
    text-align: center;
}

.date span {
    display: block;
}

.bolg-content small span {
    float: right;
    color: dimgray;
}

.bolg-content small span i {
    color: #57ab2f;
    padding: 0 8px;
}

.bolg-content small span {
    margin: 0 6px;
}

.bolg-content small {
    color: #57ab2f;
}

.bolg-content small a {
    color: #57ab2f;
    display: inline-block;
    margin-left: 10px;
}

.bolg-content {
    margin-top: 30px;
}

.single-bolg:after {
    border: 2px solid #57ab2f;
    border-radius: 50%;
    content: "";
    height: 256px;
    left: 10px;
    position: absolute;
    top: 8px;
    -webkit-transform: scale(-0.1);
    transform: scale(-0.1);
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    visibility: hidden;
    width: 338px;
}

.single-bolg:hover:after {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 0px;
}

.date h4 span {
    font-weight: 500;
}

.date h4 {
    font-weight: 700;
}

.bolg-content p {
    color: #222222;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 15px;
}

.blog-btn i {
    margin-left: 10px;
}

/*=====================================================================================================================================
    Blog Area End
=======================================================================================================================================*/

/*=====================================================================================================================================
    Client Area Start
=======================================================================================================================================*/

.client-area {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 40px 0;
}

.single-client img {
    height: 70px !important;
    width: 100px !important;
}

/*=====================================================================================================================================
    Client Area End
=======================================================================================================================================*/

/*=====================================================================================================================================
    Newslatter Area Start
=======================================================================================================================================*/

.newslatter-area {
    background: url(../images/newslatter-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 55px;
    z-index: 1;
    padding-bottom: 40px;
}

.newslatter-area:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: #57ab2f;
    opacity: .96;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=96)";
    z-index: -1;
}

.newslatter-area form button.submit-btn {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    padding: 15px 28px;
    position: absolute;
    right: 17px;
    top: 2px;
}

.newslatter-area form input.form-control {
    background: #ffffff none repeat scroll 0 0;
    color: #838383;
    font-size: 17px;
    font-weight: 300;
    height: 57px;
}

.newslatter-area p {
    font-size: 18px;
}

.newslatter-area h1 {
    font-size: 32px;
    margin-bottom: 0;
    margin-top: 10px;
}

.newslatter-area form {
    margin-top: 0px;
}

/*====/========        ===== ==/====/
            1. Home Page End 
 ====/========        =======/====/*/

/*=========================================================================================================================
    2. About Page Area Start
=========================================================================================================================== */

.page-banner {
    background-image: url(../images/slider/myaccount.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    background-color: rgba(0,0,0,0.6) ;
}

.page-banner:after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.82;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=82)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.page-title h2 {
    display: inline-block;
    margin-bottom: 0;
}

.page-title span {
    display: inline-block;
    float: right;
}

.page-title {
    padding: 80px 0px;
}

.page-title span a {
    color: #333;
    padding: 0px 8px;
}

.page-title span a:hover {
    color: #57ab2f;
}

.about-content h1 {
    color: #000000;
    font-size: 34px;
    font-weight: 500;
}

.about-content p {
    color: #666;
}

.about-content-area {
    padding-top: 80px;
}

.about-content p {
    font-weight: 300;
    line-height: 30px;
    margin-top: 19px;
    padding-right: 13px;
}

.about-content > p i {
    color: #008000;
}

/*=========================================================================================================================
      2. About Page Area End
=========================================================================================================================== */

/*=========================================================================================================================
     3. Service Page Area Start
=========================================================================================================================== */

/* service-details-video Area Start */

.service-video-example {
    border: 5px solid #fff;
    box-shadow: 0 0 6px 7px;
    position: relative;
    z-index: 1;
    margin-top: 15px;
}

.playing.service-video-example:before {
    visibility: hidden;
}

.service-video-example:before {
    height: 98%;
}

/* service-details-video End */

/*=========================================================================
     3. Service Page Area End
=============================================================================*/

/*=========================================================================
     4. Blog Page Start
=============================================================================*/

.blog-page .single-bolg {
    margin: 30px 0;
}

.blog-page {
    padding: 70px 0;
}

.blog-page {
    padding: 30px 0;
}

.search-area input {
    color: #000000;
    height: 45px;
    padding-left: 20px;
    position: relative;
    width: 315px;
}

.search-area {
    background: url(../images/blog-search.jpg);
    padding: 20px;
}

.search-area > button {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #57ab2f;
    height: 43px;
    position: absolute;
    right: 47px;
    top: 21px;
}

.bolg-catagory,
.recent-news,
.popular-tags {
    background: #efefef none repeat scroll 0 0;
    color: #000;
    margin-bottom: 30px;
    padding: 20px;
    padding-top: 45px;
}

.bolg-catagory h2,
.recent-news h2,
.popular-tags h2 {
    border-bottom: 1px dashed #57ab2f;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 13px;
    text-transform: uppercase;
}

.bolg-catagory ul {
    margin: 0;
    padding: 0;
}

.bolg-catagory ul li {
    padding: 9px 0;
}

.bolg-catagory ul li a i {
    color: #57ab2f;
    padding-right: 8px;
}

.bolg-catagory ul li a span {
    color: #000;
    float: right;
    font-size: 17px;
    font-weight: 300;
}

.bolg-catagory ul li a {
    color: #000000;
    font-weight: 300;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.bolg-catagory ul li a:hover {
    padding-left: 25px;
}

.single-blog-news i {
    color: #57ab2f;
    padding-right: 10px;
}

.single-blog-news > h4 {
    color: #57ab2f;
    font-weight: 400;
}

.single-blog-news > a {
    font-weight: 300;
    margin-bottom: 25px;
    display: inline-block;
    color: #666;
}

.popular-tags > a {
    border: 1px solid #cdcdcd;
    color: #000;
    display: inline-block;
    line-height: 45px;
    margin: 5px 2px;
    text-align: center;
    width: 100px;
}

.popular-tags > a:hover {
    background: #57ab2f none repeat scroll 0 0;
    color: #fff;
}

.bolg-images {
    position: relative;
}

.blog-date {
    background: #57ab2f none repeat scroll 0 0;
    bottom: 31px;
    left: 20px;
    padding: 5px 15px;
    position: absolute;
    text-align: center;
}

.blog-rig {
}

.bolg-right h1 {
}

.blog-right h1 {
    color: #fff;
}

.bolg-right h1 {
    color: #000;
    font-size: 34px;
    margin-top: 40px;
}

.bolg-right a span {
    display: inline-block;
    float: right;
}

.bolg-right span {
    float: right;
}

.bolg-right span i {
    padding: 0 12px;
}

.bolg-images {
    position: relative;
}

.blog-date {
    background: #57ab2f none repeat scroll 0 0;
    bottom: 31px;
    left: 20px;
    padding: 5px 15px;
    position: absolute;
    text-align: center;
}

.blog-right h1 {
    color: #fff;
}

.bolg-right h1 {
    color: #000;
    font-size: 34px;
    margin-top: 40px;
    margin-bottom: 25px;
}

.bolg-right a span {
    display: inline-block;
    float: right;
}

.bolg-right span {
    float: right;
}

.bolg-right span i {
    padding: 0 12px;
}

.bolg-right a {
    color: #57ab2f;
}

.bolg-right a i {
    padding-right: 10px;
}

.bolg-right span {
    color: #57ab2f;
}

.bolg-right > p {
    color: #b7b7b7;
    font-size: 17px;
    line-height: 30px;
    margin-top: 18px;
    font-weight: 300;
}

.bolg-right a {
    color: #fff;
    font-weight: 500;
}

.post-tag {
    background: #57ab2f none repeat scroll 0 0;
    border: 1px solid #57ab2f;
    color: #ffffff;
    margin-top: 40px;
    padding: 12px;
}

.post-tag-border-area {
    border: 1px dashed #ffffff;
    padding: 0 3px 0 11px;
}

.post-tag > h4 {
    padding: 10px;
    color: #fff;
}

.post-tag h4 {
    display: inline-block;
}

.post-tag h4 i {
    display: inline-block;
    margin-right: 10px;
}

.post-tag a {
    float: none;
    padding-right: 8px;
    font-weight: 300;
    margin-top: 10px;
    display: inline-block;
}

.comment-content {
    float: right;
    padding-left: 20px;
    width: 600px;
}

.comment-content p {
    color: #666666;
    font-weight: 300;
}

.comment-content i {
    color: #57ab2f;
}

.comment-area h2 {
    text-transform: uppercase;
}

.replay {
    display: inline-block;
    padding-left: 50px;
    margin-top: 30px;
}

.single-comment {
    display: inline-block;
}

.replay .comment-content {
    padding-left: 20px;
    width: 594px;
}

.comment-area > h2 {
    border-bottom: 1px dashed #ccc;
    color: #000;
    font-size: 24px;
    margin-bottom: 35px;
    margin-top: 35px;
    padding-bottom: 20px;
}

.comment-area span {
    color: #57ab2d;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.comment-area form input.form-control {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    height: 50px;
    margin-bottom: 30px;
}

.comment-area form textarea.form-control {
    border-radius: 0;
    resize: none;
    border: 1px solid #d0d0d0;
    background: #efefef none repeat scroll 0 0;
    margin-bottom: 30px;
}

.comment-btn {
    background: #57ab2d none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #ffffff;
    padding: 15px 18px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.comment-btn:hover {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #57ab2d;
    color: #57ab2d;
}

.comment-content > h4 {
    font-size: 19px;
    font-weight: 500;
    color: #57ab2d;
}

.comment-content h4 span {
    display: inline-block;
    padding-left: 20px;
    color: #a8a8a8;
}

.single-comment {
    overflow: hidden;
    position: relative;
}

.single-comment img {
    top: 20px;
    left: 13px;
    position: absolute;
}

.comment-content {
    display: inline-block;
    float: none;
    margin-left: 110px;
    margin-top: 15px;
}

.comment-area form input.form-control {
    height: 50px;
}

/*=========================================================================
     4. Blog Page End
=============================================================================*/

/*=========================================================================
     5. Course Page Start
=============================================================================*/

.course-menu > ul {
    text-align: center;
}

.course-menu > ul li {
    border: 1px solid #e5e5e5;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 10px 15px;
}

.course-menu > ul li:hover {
    color: #666;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.course-menu {
    margin-bottom: 80px;
}

.course-page .single-course {
    margin-bottom: 60px;
}

.course-pagination .pagination a {
    border: 1px solid #57ab2f;
    color: #000;
    margin: 0 4px;
}

.course-pagination .pagination a:focus {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #57ab2f;
    color: #000;
}

.course-pagination .pagination a:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}

/*=========================================================================
    5. Course Page End
=============================================================================*/

/*=========================================================================
     6. Course-Deatils Page Area Start
=============================================================================*/

.course-info h3 {
    background: #008BD2 none repeat scroll 0 0;
    padding: 18px;
    text-align: center;
    color: #fff;
}

.course-info > ul {
    background: #efefef none repeat scroll 0 0;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.course-info > ul li {
    'border-bottom: 1px dashed gray;
    color: #000000;
    padding: 8px 0;
}

.course-info ul li span {
    color: #666666;
    float: right;
    font-size: 17px;
    font-weight: 300;
}

.qute-area {
    background: url(../images/qute-bg.jpg);
    padding: 30px;
    position: relative;
    z-index: 1;
    margin-top: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.qute-area:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    z-index: -1;
}

.course-info .qute-btn,
.qute-area .qute-btn {
    background: #57ab2f none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    margin-top: 30px;
    padding: 15px 30px;
    -webkit-transition: .4s;
    transition: .4s;
    display: inline-block;
    border: 1px solid transparent;
}

.qute-btn:hover {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #57ab2f;
    color: #57ab2f;
}

.qute-area form input {
    background: #000 none repeat scroll 0 0;
    height: 45px;
    margin-bottom: 30px;
}

.qute-area form textarea.form-control {
    background: #000 none repeat scroll 0 0;
    resize: none;
}

.course-info .green {
    font-weight: 500;
}

.qute-area .qute-btn {
    display: inline-block;
    margin-top: 25px;
}

.qute-area .qute-btn i {
    padding: 5px;
}

/*=========================================================================
    6. Course-Deatils Page Area End
=============================================================================*/

/*=========================================================================
    7. Event Page Area Start
=============================================================================*/

.event-content > h4 {
    color: #222222;
    font-size: 21px;
    font-weight: 500;
}

.event-date {
    background: #57ab2f none repeat scroll 0 0;
    color: #fff !important;
    display: inline-block;
    padding: 10px;
    text-align: center;
}

.event-content > span {
    color: #57ab2f;
    display: inline-block;
}

.event-content > span {
    color: #57ab2f;
    display: inline-block;
    margin-left: 20px;
}

.event-content > span i {
    padding-right: 15px;
}

.event-content {
    border: 2px solid #57ab2f;
    height: 250px;
    padding: 20px;
    width: 350px;
    position: absolute;
    right: 0;
    top: 14px;
    z-index: 1;
    background: #fff;
}

.single-event {
    margin-bottom: 60px;
    position: relative;
}

/*=========================================================================
    7. Event Page Area End
=============================================================================*/

/*=========================================================================
    8. Course-Deatils Page Area Start
=============================================================================*/

.course-info {
    background: #F9F9F9 none repeat scroll 0 0;
    padding-bottom: 25px;
}

.single-course-deatils {
    margin-bottom: 30px;
}

.single-course-deatils > span {
    color: #666666;
    display: inline-block;
    margin-bottom: 30px;
}

.single-course-deatils > h1 {
    color: #000;
    font-size: 34px;
    font-weight: 500;
    margin-top: 20px;
}

.single-course-deatils a {
    color: green;
    padding-right: 14px;
}

.single-course-deatils > p {
    color: #666666;
    line-height: 28px;
    margin-bottom: 18px;
}

/*=========================================================================
    8. Course-Deatils Page Area End
=============================================================================*/

/*=========================================================================
    9. Event-Deatils Page Area Start
=============================================================================*/

.event-deatils-content h1 {
    color: #000000;
    font-size: 34px;
    margin-bottom: 10px;
    margin-top: 55px;
}

.event-deatils-content > span {
    color: #57ab2f;
    display: inline-block;
    margin-bottom: 30px;
}

.event-deatils-content > span i {
    margin: 0 10px;
}

.event-deatils-content > p i {
    color: #57ab2d;
}

.event-deatils-content > p {
    color: #666666;
    line-height: 30px;
    font-weight: 300;
}

/*=========================================================================
    9. Event-Deatils Page Area End
=============================================================================*/

/*=========================================================================
   10. Gallary Page Area Start
=============================================================================*/

.gallary {
    margin: -10px;
}

.gallary-area {
    overflow: hidden;
}

.single-gallary {
    float: left;
    position: relative;
    width: 20%;
    padding: 10px;
}

.interest {
    bottom: 25px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    z-index: 5;
}

.interest i {
    background: #57ab2f none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    padding: 6px 8px;
}

.single-gallary img {
    width: 100%;
}

.single-gallary:after {
    background: #000 none repeat scroll 0 0;
    border: 24px solid;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.single-gallary:hover:after {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.single-gallary {
    overflow: hidden;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/*=========================================================================
    10. Gallary Page Area End
=============================================================================*/

/*=========================================================================
    11. Profassor Page Area Start
=============================================================================*/

.single-faculties {
    position: relative;
}

.course-menu ul li.active {
    background: #57ab2f none repeat scroll 0 0;
    color: #ffffff;
}

.teacher-wrapper .single-faculties {
    margin: 20px 0;
    position: relative;
}

/*=========================================================================
    11. Profassor Page Area End
=============================================================================*/

/*=========================================================================
    12. Applicatiom Page Area Start
=============================================================================*/

.application-area form .form-control {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #d0d0d0;
    height: 50px;
    margin: 0 0 30px;
    border-radius: 0;
}

.application-area form textarea {
    padding: 14px;
    resize: none;
}

.application-area form .form-control::-moz-placeholder {
    color: inherit;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.application-area form .form-control:focus {
    border: 1px solid #57ab2f;
}

.application-area h2 {
    background: #57ab2f none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 50px;
    padding: 15px 30px;
}

.application-area form .submit-btn {
    background: #57ab2f none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    margin-top: 50px;
    padding: 15px 35px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 1px solid transparent;
}

.application-area form .submit-btn:hover {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #57ab2f;
    color: #57ab2f;
}

.application-area .nice-select {
    width: 100%;
}

.nice-select .list {
    width: 100%;
}

/*=========================================================================
    12. Applicatiom Page Area End
=============================================================================*/

/*=========================================================================
    13. 404 Page Area Start
=============================================================================*/

.error-content h1 {
    color: #57ab2f;
    font-size: 122px;
    text-shadow: 13px -5px #c4e6b3;
}

.error-content > p {
    color: #000;
    font-size: 17px;
}

.error-content > p span {
}

.error-content > p span {
    color: #67b146;
}

.error-content > a {
    color: #67b146;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    margin-top: 15px;
}

.error-area img {
    margin-top: 25px;
}

/*=========================================================================
  13. 404 Page Area End
=============================================================================*/

/*=========================================================================
  14. Faq Page Area Start
=============================================================================*/

.faq-area h2 {
    border-bottom: 1px dashed green;
    color: #000;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.faq-content {
    height: 500px;
}

.faq-area form .submit-btn {
    background: #57ab2f none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    margin-top: 20px;
    padding: 18px 35px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.faq-area form .submit-btn:hover {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #57ab2f;
    color: #57ab2f;
}

.faq-area form input.form-control {
    border-radius: 0;
    height: 50px;
    margin-bottom: 30px;
}

.faq-area form textarea {
    resize: none;
    padding: 20px;
}

/*=========================================================================
  14. Faq Page Area End
===========================================================================*/

/*=========================================================================
  15. Contact Page Area Start
=============================================================================*/

a[href^="http://maps.google.com/maps"] {
    display: none !important
}

a[href^="https://maps.google.com/maps"] {
    display: none !important
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
    display: none;
}

.gmnoprint div {
    background: none !important;
}

.quantitiy span {
    cursor: pointer;
    display: inline-block;
    font-size: 26px;
    margin: 0 5px;
}

#googleMap {
    position: relative;
}

.locator {
    left: 45%;
    position: absolute;
    top: 30%;
}

.contact-page form input.form-control {
    background: #efefef none repeat scroll 0 0;
    height: 50px;
    margin-bottom: 15px;
    border-radius: 0px;
}

.contact-page form textarea.form-control {
    resize: none;
    background: #efefef;
}

.contact-page form button.send-btn {
    background: #57ab2f none repeat scroll 0 0;
    border: medium none;
    font-weight: 500;
    margin-top: 30px;
    padding: 18px 35px;
    color: #fff;
}

.contact-page form {
    box-shadow: 3px 0 15px 3px #ccc;
    padding: 40px;
}

.single-contact {
    background: #57ab2f;
    color: #fff;
    display: inline-block;
    padding: 10px 24px;
    text-align: center;
}

.contact-text {
    text-align: center;
}

/*=========================================================================
  15. Contact Area End
=============================================================================*/
.coursebar {
    background: #21201E;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.coursebar a {
    color: #FFFFFF;
}

.coursebar li a:hover {
    color: #009696;
}

.coursebar .dropdown-menu {
    background: #21201E;
    background-image: none;
}

.coursebar li li {
    padding: 10px 5px;
    border-top: 1px solid #000;
}

.coursebar li li a {
    color: #FFF;
}

.coursebar li li a:hover {
    background: none;
}

.active {
    color: #0D6CC0;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.item {
    float: left;
    clear: both;
    display: block;
}

.item-left {
    width: 165px;
    float: left;
}

.item-right {
    width: 100px;
    float: right;
    text-align: right;
}

.divider {
    border: 1px #ddd dashed;
    width: 100%;
    display: block;
}

.dropdown-cart {
    color: #333;
}

.dropdown-cart li {
    display: block;
}

.dropdown-cart {
    right: 0;
    left: auto;
}

.cartscroll:focus, .cartscroll:active {
    text-decoration: none;
}

.menubar .navbar-right .dropdown-menu {
    left: 0px;
}

.google-map-area {
    margin-top: 60px;
}

.dropdown:hover .dropdown-menu {
}

.mainmenu-area .dropdown-menu {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}

.mainmenu-area .dropdown:hover .dropdown-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: visible;
}

.mainmenu-area .nav.navbar-nav li {
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

/*====================================================================
    Page Loader CSS
  ============================================================*/

.course-page .single-course {
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.single-course-img {
    position: relative;
    z-index: 1;
}

.single-course:hover .single-course-img:before {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*.single-course-img:before {
    border: 2px solid #57ab2f;
    content: "";
    height: 95.2%;
    left: 2.5%;
    position: absolute;
    top: 2.5%;
    width: 95%;
    z-index: 2;
    -webkit-transition: .5s;
    transition: .5s;
    visibility: hidden;
    -webkit-transform: scale(0);
            transform: scale(0);
    border-left: 0px solid transparent;
    border-bottom: 0px solid transparent;
}

.single-course-img:after {
    background: #57ab2f none repeat scroll 0 0;
    border-width: 2px;
    bottom: 19px;
    content: "";
    height: 2px;
    left: 9px;
    position: absolute;
    -webkit-transform: rotate(4deg) scale(0);
            transform: rotate(4deg) scale(0);
    width: 95%;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-course:hover .single-course-img:after {
    -webkit-transform: rotate(4deg) scale(1);
            transform: rotate(4deg) scale(1);
}

.single-course:before {
    background: #57ab2f none repeat scroll 0 0;
    content: "";
    height: 53%;
    left: 9px;
    position: absolute;
    -webkit-transform: scale(0);
            transform: scale(0);
    top: 7px;
    width: 2px;
    z-index: 4;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-course:hover:before {
    -webkit-transform: scale(1);
            transform: scale(1);
}*/

.nice-select:after {
    right: 20px;
}

/*====================================================================
    Page Loader CSS
============================================================*/

.feature-icon-hover {
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
}

.professor-icon {
    display: inline-block;
    position: relative;
}

.professor-icon > img {
    height: 60px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 60px;
}

.feature-icon-hover > img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.single-features:hover .professor-icon > img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.single-features:hover .feature-icon-hover img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.link-menu a:hover,
.footer-menu li a:hover {
    color: #57ab2f;
}

.footer-area .single-footer > img {
    margin-bottom: 20px;
}

.course-area .course-menu .active {
    background: #57ab2f none repeat scroll 0 0;
    color: #ffffff;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    margin-left: 0;
    background: #57ab2f;
    color: #fff;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    background: #57ab2f;
    color: #fff;
}

.athor {
    color: #57ab2f !important;
    display: inline-block;
    font-weight: 300 !important;
}

.menubar {
    background: #149A96;
}

.navbar-header {
'padding:10px 0;  width: 100 %;
    #margin-bottom: 20px;
}

/*------------------------
3. header-bottom-area
-------------------------- */
.header-bottom-area {
    padding: 30px 0;
}

.header-search {
    float: right;
    margin-top: 5.5px;
    position: relative;
    width: 280px;
}

.header-search input {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 0 none;
    height: 40px;
    padding: 0 40px 0 20px;
    width: 100%;
}

.header-search button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

.header-search button:hover {
    color: #EB3B60
}

.total-cart {
    position: relative;
    margin-top: 5.5px;
}

.cart-toggler {
    background: #f2f2f2 none repeat scroll 0 0;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
}

.cart-toggler a span.cart-title {
    padding-right: 45px;
}

.total-cart:hover .cart-toggler > a {
    color: #EB3B60
}

.cart-toggler a span.cart-quantity {
}

.cart-toggler a.checkout {
    background: #2f2f2f none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    float: right;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin-left: 15px;
    padding: 0 13px;
    text-transform: uppercase;
}

.total-cart:hover .cart-toggler a.checkout {
    background: #eb3b60 none repeat scroll 0 0;
    color: #fff;
}

.pad-left {
    padding-left: 0;
}

.total-cart ul {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eb3b60;
    padding: 10px 8px 12px;
    position: absolute;
    right: 0;
    top: 100%;
    transform: scaleY(0);
    transform-origin: center top 0;
    transition: all 0.5s ease 0s;
    width: 356px;
    z-index: 99;
}

.total-cart:hover ul {
    transform: scaleY(1)
}

.total-cart ul li {
    overflow: hidden;
    padding: 10px;
}

.total-cart ul li .cart-img {
    float: left;
    position: relative;
    width: 50px;
}

.total-cart ul li .cart-img img {
    width: 100%;
}

.total-cart ul li .cart-img a {
}

.total-cart ul li .cart-img span {
    background: #222 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    height: 18px;
    left: -7px;
    line-height: 15px;
    position: absolute;
    text-align: center;
    top: -6px;
    width: 18px;
}

.total-cart ul li .cart-info {
    float: left;
    padding-left: 10px;
}

.total-cart ul li .cart-info h4 {
}

.total-cart ul li .cart-info h4 a {
    color: #000;
    font-size: 14px;
}

.total-cart ul li .cart-info h4 a:hover {
    color: #EB3B60
}

.total-cart ul li .cart-info span {
    font-size: 14px;
    font-weight: 700;
}

.total-cart ul li .del-icon {
    float: right;
    margin-top: 0px;
    padding-right: 0px;
}

.total-cart ul li .del-icon i {
    cursor: pointer;
    font-size: 17px;
}

.subtotal-text, .subtotal-price {
    float: left;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.subtotal-price {
    float: right
}

.membership-pricing-table {

}

.membership-pricing-table table .icon-no, .membership-pricing-table table .icon-yes {
    font-size: 22px
}

.membership-pricing-table table .icon-no {
    color: #a93717
}

.membership-pricing-table table .icon-yes {
    color: #209e61
}

.membership-pricing-table table .plan-header {
    text-align: center;
    font-size: 48px;
    border: 1px solid #e2e2e2;
    padding: 25px 0
}

.membership-pricing-table table .plan-header-free {
    background-color: #eee;
    color: #555
}

.membership-pricing-table table .plan-header-blue {
    color: #fff;
    background-color: #61a1d1;
    border-color: #3989c6
}

.membership-pricing-table table .plan-header-standard {
    color: #fff;
    background-color: #ff9317;
    border-color: #e37900
}

.membership-pricing-table table td {
    text-align: center;
    width: 15%;
    padding: 7px 10px;
    background-color: #fafafa;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset
}

.membership-pricing-table table, .membership-pricing-table table td {
    border: 1px solid #ebebeb
}

.membership-pricing-table table tr td:first-child {
    background-color: transparent;
    text-align: right;
    width: 24%
}

.membership-pricing-table table tr td:nth-child(5) {
    background-color: #FFF
}

.membership-pricing-table table tr:first-child td, .membership-pricing-table table tr:nth-child(2) td {
    -webkit-box-shadow: none;
    box-shadow: none
}

.membership-pricing-table table tr:first-child th:first-child {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #e2e2e2
}

.membership-pricing-table table tr:first-child th .pricing-plan-name {
    font-size: 22px
}

.membership-pricing-table table tr:first-child th .pricing-plan-price {
    line-height: 35px
}

.membership-pricing-table table tr:first-child th .pricing-plan-price > sup {
    font-size: 45%
}

.membership-pricing-table table tr:first-child th .pricing-plan-price > span {
    font-size: 30%
}

.membership-pricing-table table tr:first-child th .pricing-plan-period {
    margin-top: -7px;
    font-size: 25%
}

.membership-pricing-table table .header-plan-inner {
    position: relative
}

.membership-pricing-table table .recommended-plan-ribbon {
    box-sizing: content-box;
    background-color: #dc3b5d;
    color: #FFF;
    position: absolute;
    padding: 3px 6px;
    font-size: 11px !important;
    font-weight: 500;
    left: -6px;
    top: -22px;
    z-index: 99;
    width: 100%;
    -webkit-box-shadow: 0 -1px #c2284c inset;
    box-shadow: 0 -1px #c2284c inset;
    text-shadow: 0 -1px #c2284c
}

.membership-pricing-table table .recommended-plan-ribbon:before {
    border: solid;
    border-color: #c2284c transparent;
    border-width: 6px 0 0 6px;
    bottom: -5px;
    content: "";
    left: 0;
    position: absolute;
    z-index: 90
}

.membership-pricing-table table .recommended-plan-ribbon:after {
    border: solid;
    border-color: #c2284c transparent;
    border-width: 6px 6px 0 0;
    bottom: -5px;
    content: "";
    right: 0;
    position: absolute;
    z-index: 90
}

.membership-pricing-table table .plan-head {
    box-sizing: content-box;
    background-color: #ff9c00;
    border: 1px solid #cf7300;
    position: absolute;
    top: -33px;
    left: -1px;
    height: 30px;
    width: 100%;
    border-bottom: none
}

.service_table {
    width: 100%;
    padding-top: 30px;
    overflow: hidden;
}

.service_table .table {
    border: 1px solid #efefef;
}

.service_table .thead-inverse {
    background: #efefef;
    border: 0px solid;
}

.service_table .thead-inverse tr th {
    font-family: 'Raleway';
    font-size: 20px;
    color: #ffb606;
    font-weight: 600;
    border-bottom: 0px solid !important;
}

.service_table .thead-inverse tbody tr td {
    color: #8e979f;
    font-weight: 500;
    font-size: 14px;
    padding-left: 15px;
}

.service_table tbody tr td i {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #ffb606;
    color: #ffb606;
    text-align: center;
    font-size: 16px;
    padding-left: 2px;
    padding-top: 1px;
    margin-right: 10px;
}

.service_table .table thead > tr > th,
.service_table .table tbody > tr > th,
.service_table .table tfoot > tr > th,
.service_table .table thead > tr > td,
.service_table .table tbody > tr > td,
.service_table .table tfoot > tr > td {
    padding: 15px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 14px;
    color: #8e979f;
}

.text-white {
    color: #FFFFFF;
}

.breadcrumb {
    background: none;
}

.transfarentBtn {
    background: none;
    border: 0;
}

span.show-image {
    position: relative;
    margin: 5px;
}

span.show-image:hover button {
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
    z-index: 1;
    opacity: .88;
    left: 20px;
    top: 20px;
}

span.show-image button {
    position: absolute;
    top: 0;
    left: 20px;
    opacity: 0;
}

.offset-0 {
    padding-left: 0;
    padding-right: 0;
}

.btn-flat {

    font-size: 18px;
    border-radius: 0px;
}

.navpills li .active {
    background: #06F;
}

.navpills li {
    display: block;
}

.navpills > li.active > a, .navpills > li.active > a:hover, .navpills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}

.mini-submenu {
    display: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.9);
    border-radius: 4px;
    padding: 9px;
    width: 42px;
    position: absolute;
    z-index: 9999;
    left: 5px;
    top: 10px;
}

.mini-submenu a {
    margin-top: 10px;
}

.mini-submenu:hover {
    cursor: pointer;
}

.mini-submenu .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
    margin-top: 3px;
}

.mini-submenu .icon-bar {
    background-color: #000;
}

#slide-submenu {
    background: rgba(0, 0, 0, 0.45);
    display: inline-block;
    padding: 0 8px;
    border-radius: 4px;
    cursor: pointer;

}

.mainmenu {
    background: #149A96;
    border-radius: 0px;
    border: 0;
}

.mainmenu .dropdown-menu li a {
    margin: 10px;
    color: #FFF;
}

.mainmenu .dropdown-menu li a:hover {
    color: #CCC;
    background: none;
}

.mainmenu .navbar-nav > .open > a, .mainmenu .navbar-nav > .open > a:hover, .mainmenu .navbar-nav > .open > a:focus {
    color: #CCC;
    background: none;
}

.mainmenu .navbar-nav > .active > a, .mainmenu .navbar-nav > .active > a:hover, .mainmenu .navbar-nav > .active > a:focus {
    color: #fff;
    background: none;
}

.mainmenu .navbar-nav > li > a {
    color: #FFF;
}

.dropdown-menu {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dropdown-submenu {
    position: initial;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 101%;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.single-blog-post {
    margin-bottom: 20px;
}

.thm-btn {
    border: none;
    outline: none;
    background: #149A96;
    font-size: 16px;
    line-height: 65px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    transition: all .5s ease !important;
    position: relative;
    padding: 0 33px;
}

.thm-btn:hover {
    background: #012f5d;
    color: #fff;
}

.thm-btn i {
    font-size: 14px;
    color: #fff;
}

.thm-btn.thm-blue-bg {
    background: #012f5d;
}

.thm-btn.thm-blue-bg:hover {
    background: #fbca00;
    color: #fff;
}

#imgdiv {
    font-size: 34px;
    padding: 10px;
}

#reload {
    padding: 5px;
    border: 1px solid #dedede;
    margin: 0 5px 5px 5px;
    background: #dedede;
    border-radius: 5px;
}

.proimg {
    display: none;
}

.rollovers {
    display: none;
}

@media (max-width: 767px) {
    #topprofile {
        'display: none;
    }

    .proimg {
        display: inline-block;
    }

    .leftmenu {
        display: none;
    }

    #loadmyaccount {
        display: none;
    }

    .breadcrumb {
        display: none;
    }

    #myaccmenu {
        top: -50px;
        position: relative;
    }

    .rollovers {
        display: inline-block;
    }

    .rollovers {
        font-size: 80%;
    }

    nav a, nav {
        font-size: 90%;
    }

    .header-right {
        padding-bottom: 0;
    }
}

* {
    box-sizing: border-box;
}

.rollovers {
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 1em;
    text-align: center;
}

.rollovers li {
    position: relative;
    display: inline-block;
    width: 13em;
}

.rollovers li a {
    position: relative;
    z-index: 1;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.25em;
    text-decoration: none;
    color: #000;
    padding: 4.7em 1em 1em;
}

.icon_contain {
    position: absolute;
    top: 3em;
    left: 50%;
    width: 4.375em;
    height: 4.375em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.icon_contain .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    fill: #fff;
    width: 35%;
    height: 35%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: fill 1s ease;
    transition: fill 1s ease;
}

