.header_area_text a,
.btn-xl,
.viewall a {
    background: #136a8a;
    display: inline-block;
    padding: 10px 15px;
    text-transform: capitalize;
    color: #fff !important;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .4);
    outline: none;    
    font-family: 'Montserrat';
}

.header_area_text a:hover,
.btn-xl:hover,
.viewall a:hover {
    background-color: rgba(62, 234, 183, .6);
    color: #fff
}

.currentpage{
    text-decoration:none;
    color:#0033FF!important;
    background-color:rgba(62, 234, 183, .6)!important;
}

.pagination li a {
   /* background-color: #056fd7!important */
   background-color: #3c7876!important
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-right: 15px
}

.alignright {
    float: right;
    margin-left: 15px
}

.aligncenter {
    display: block;
    margin: 0 auto 15px
}

a,
a:hover,
a:active,
a:visited {
    text-decoration: none !important;
    outline: none !important
}

img {
    max-width: 100%;
    height: auto
}

.fix {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'Cabin', sans-serif;
    opacity: 0.89;
}

html,
body {
    font-family: "Lato", sans-serif
}

.section_padding {
    padding: 0px 0px;
}

p {
    font-weight: 400;
    font-size: 16px;
    color: #6a7370;
    line-height: 4
}

.coursearea p {
    display: inline-block
}

#header_area {
    background: url("../../images/bg.png"),  #1e732d; /* Old browsers */
    background: url("../../images/bg.png"), -moz-linear-gradient(-40deg, #1e732d   70%, #77bf0f 115%); /* FF3.6-15 */
    background: url("../../images/bg.png"), -webkit-linear-gradient(-40deg,  #1e732d  70%,#77bf0f  115%); /* Chrome10-25,Safari5.1-6 */
   /* background: url("../../images/bg.png"), linear-gradient(140deg, #1e732d  70%,#77bf0f 115%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   /* background: url("../../images/bg.png"), linear-gradient(140deg, #0870c4 60%,#fff 115%); *//* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: url("../../images/bg.png"), linear-gradient(140deg, #3c7876 60%,#fff 115%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #1e732d', endColorstr='#77bf0f',GradientType=1 );  
    background-position: top top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;   
    padding-top: 20px;
}

.logo {
    /*margin-top: 5px*/
}

.logo h2 a {
    color: #fff;
    text-decoration: none
}

.navbar-nav>li>a {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus {
    background: none;
    color: #ddd;
}

.header_area_text {
    padding-top: 150px;
    padding-bottom: 60px;
    padding-right: 500px
}

.header_area_text h2 {
    font-size: 50px;
    color: #fff
}

.header_area_text p {
    color: #ddd;
    margin: 12px 0px
}



#features_area h2,
#story_area h2,
#blog_area h2,
#contact h2,
#CourseIntro h2,
#footer_area h2,
#admission_area h2 {
    margin-bottom: 50px
}

#features_area p {
    font-size: 18px
}

.single_feature h3 {
    margin-top: 35px
}

.istyle {
    background: rgba(0, 0, 0, 0) linear-gradient(24deg, #2fbf94 0px, #0870c4 100%) repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    height: 80px;
    padding: 25px;
    text-align: center;
    width: 80px
}

.section_end {
    margin: -44px 0 -36px;
    position: relative;
    text-align: center
}

#story_area,
#contact,
#admission_area {
    background: #136a8a;
    background: -webkit-linear-gradient(to left, #136a8a, #267871) repeat fixed 0 0;
    background: linear-gradient(135deg, #2FBF94 0px, #0870c4 100%) repeat fixed 0 0;
}

.story_text h2,
.contact h2,
.experience h2 {
    margin-bottom: 40px
}

.story_text p,
.experience p {
    margin-bottom: 30px
}

.experience a {
    border: 2px solid #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase
}

#clients_say_area {
    position: relative
}

#clients_say_area h2 {
    margin-bottom: 50px
}

.clients_say {
    margin-bottom: 30px
}

.clients_say_list {
    margin-top: 20px
}

.clients_say p {
    border: 1px solid #3eeab7;
    padding: 20px 40px;
    min-height: 200px
}

.say {
    text-align: right;
    width: 90%;
    margin-top: 10px
}

#faculty_area .say {
    text-align: center;
    width: 100%;
    margin-top: 10px
}

.say h5 {
    margin: 0;
    color: #000
}

.say h6 {
    margin-top: 3px;
    color: #666666
}

.c_img {
    width: 10%;
    text-align: right
}

#faculty_area .c_img {
    width: 100%;
    text-align: center
}

#faculty_area h5 {
    font-weight: 500
}

.c_img img {
    border-radius: 50%
}

#Courses_link {
    background: rgba(0, 0, 0, 0) linear-gradient(24deg, #2FBF94 0px, #0870c4 100%) repeat fixed 0 0;
    color: #fff
}

.skills h2 {
    margin-bottom: 40px
}

.progress-bar {
    background: #36C36E
}

#blog_area {
    background: #fff
}

.single_blog h2 {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    margin-top: 20px
}

.single_blog p {
    margin: 10px 0px 30px 0px
}

.comment_area {
    color: #999999
}

.date i,
.comment i {
    margin-right: 10px
}

#call_to_action_area {
    padding: 30px 0px;
    color: #fff
}

.call_to_action_text h2 {
    margin: 0
}

.call_project a {
    border: 2px solid #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    margin-top: 13px;
    text-transform: uppercase
}

#footer_area {
    background-color: #232526;
    color: #fff;
    margin-top: -20px
}

.company_address {
    color: #aaa;
    padding: 15px 25px;
    text-align: center
}

.company_address h2 {
    font-size: 17px;
    text-transform: uppercase
}

.company_address p {
    font-size: 14px;
    font-weight: 300
}

.company_address h3 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5
}

#preloader {
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999
}

#preloader img {
    left: 50%;
    margin-left: -15px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    width: 50px
}

.new_h2 {
    font-size: 19px;
    color: #fff;
    text-transform: uppercase
}

.new-col-sm-4 {
    width: 40%
}

.new-col-sm-8 {
    width: 60%
}

.bolden {
    font-weight: 600;
    color: #fff !important
}

.boldenB {
    font-weight: 600;
    color: #555
}

.new-p {
    line-height: 1
}

.experience-right p,
.skill_right p,
#galleycont p,
#galleycont h2,
.datecs {
    color: #fff
}

.datecs {
    font-weight: 600
}

.facility-header {
    margin: 10px 0px !important
}

.footer-copyright {
    color: #ccc;
    background-color: #111;
    text-align: center;
    padding: 10px;
    font-size: small
}

.locationmap {
    display: block;
    height: 400px;
    width: 100%
}

.company_address p {
    line-height: 1.5
}

#story_area p,
#admission_area p {
    color: #ddd
}

#story_area h2,
#contact h2,
#footer_area h2,
#admission_area h2 {
    color: #eee
}

.scrolloff {
    pointer-events: none
}

.captdesk {
    left: 35px;
    position: absolute;
    top: 35px;
    width: 70%;
    z-index: 100
}

blockquote {
    border-left: 5px solid #ccc;
    margin: 20px 10px;
    padding: 5px 10px;
    quotes: "\201C""\201D""\2018""\2019"
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em
}

blockquote:after {
    color: #ccc;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em
}

blockquote p {
    display: inline;
    font-size: 12px;
    color: #777 !important
}

#CourseIntro {
    background: #444;
    color: #fff;
    text-align: justify
}

.form-group {
    margin-bottom: 25px
}

.inputsearch,
.form-group input.form-control {
    height: auto
}

.inputsearch,
.form-group input,
section#contact .form-group textarea,
fieldset input,
fieldset textarea,
fieldset select {
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc
}

.inputsearch {
    max-width: 50%;
}

section#contact .form-group textarea {
    height: 200px
}

#footer_area.section_padding {
    padding-bottom: 40px !important
}

ul.social-buttons {
    margin-bottom: 0;
    text-align: center
}

ul.social-buttons li a {
    padding: 9px;
    background: #111;
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    outline: 0 none;
    transition: all 0.3s ease 0s;
    width: 40px
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #333
}

a.back-to-top {
    display: none;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: rgba(19, 106, 138, 0.8) url("../../Images/up-arrow.png") no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid rgba(62, 234, 183, 0.6);
    outline: none
}

a.back-to-top:hover {
    background: rgba(62, 234, 183, 0.6) url("../../Images/up-arrow.png") no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.centertext {
    text-align: center
}


#Courses_link p {
    color: #fff
}

#Courses_link a {
    text-decoration: none;
    color: #fff !important
}

#Courses_link a:hover {
    cursor: pointer;
    opacity: .7
}

.viewall {
    margin-top: 4rem
}

.modal-header {
    border: none !important;
    padding: 10px
}

.modal-footer {
    border: none !important;
    padding: 10px
}

.pull-left {
    float: none !important
}

#links img {
    width: 23.7%;
    margin: 5px;
    opacity: .85;
    background-color: #000;
    border: 2px solid #fff
}

#links a:hover img {
    opacity: .9;
    transform: scale(1.3);
    transition: all 0.4s ease 0s;
    border: 2px solid #fff;
    opacity: 1;
    z-index: 1000
}

#links {
    margin: 0 auto;
    text-align: center
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

#header_area #features_area h2 {
    text-align: left;
    margin-bottom: 20px;
    color: #fff
}

#header_area #features_area p {
    color: #ddd
}

#Courses_links {
    color: #333;
    margin: 0 auto
}

#Courses_links p {
    color: #6a7370;
    margin: 0
}

#Courses_links .coursearea {
    border: 1px solid #3eeab7;
    margin: 20px 1%;
    padding: 20px 40px;
    min-height: 240px
}

#Courses_links a:hover .coursearea {
    background-color: #f3f3f3;
    cursor: pointer
}

#Courses_links a:hover .c100 > span {
    width: 3.33em;
    line-height: 3.33em;
    font-size: 0.3em;
    color: #307bbb
}

#Courses_links a:hover .c100:after {
    top: 0.04em;
    left: 0.04em;
    width: 0.92em;
    height: 0.92em
}

.well {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: none;
    margin: 1em;
    width: 70%;
    padding: 50px;
    border-radius: 5px
}

pre.prettyprint {
    padding: 9px 14px
}

#admission_area h4 {
    color: #fff;
    font-size: 18px
}

#admission_area p {
    color: #ddd;
    font-size: 18px
}

.well .btn {
    font-size: 18pt;
    float: right;
    background-color: inherit;
    padding: 0;
    border: none
}

.text-danger {
    color: #fff;
    margin-top: 5px
}

.contact-response {
    color: #fff;
    text-align: center
}

#login {
    text-align: right
}

#login li {
    display: inline-block;
    list-style: outside none none;
    padding: 0 10px;
    color: #fff
}

#login a,
#logoutForm a,
.username {
    color: #fff;
    background: none;
    border: none;
    text-transform: uppercase;
    font-size: 12px
}

.username {
    text-transform: lowercase !important
}

#login a:hover,
#logoutForm a:hover,
.username:hover {
    color: #ddd
}

fieldset ol li {
    padding-bottom: 5px
}

fieldset ol {
    list-style: outside none none
}

fieldset label {
    display: block;
    font-size: 14px;
    color: #fff
}

.viewending {
    height: 80px
}

legend,
fieldset p {
    color: #ddd
}

fieldset p a,
legend h2 {
    color: #fff
}

fieldset p a:hover {
    color: #eee
}

.ValidationSum {
    color: #ddd;
    list-style: outside none none;
    vertical-align: central
}

fieldset .btn {
    width: auto
}

#RememberMe {
    width: 1%
}

.checkbox {
    width: 20%
}

.checkbox,
.radio {
    display: inline-block
}

.RememberMe {
    vertical-align: bottom
}

.form-group label,
#success {
    color: #fff
}

html {
    min-height: 100%
}

body {
    min-height: 100%
}

select {
    height: 42px !important;
    text-transform: capitalize;
}

#maindiv .table {
    background-color: rgba(255, 255, 255, 0.2) !important;
    margin: 20px 0 !important;
    padding: 20px !important;
    border-bottom: 1px solid #fff
}

#maindiv thead {
   /* background-color: #0b5693;*/ /* for blue color*/
   background-color: #1d5c59;
}

.pagination {
    margin: 0 !important;
    float: right
}

.modifygrid {
    font-weight: 600
}



#maindiv td {
    vertical-align: middle !important
}

#maindiv .btn-xl {
    margin: 0 !important;
    padding: 5px 10px;
    font-size: 12px
}

#maindiv img {
    margin: 0 !important
}

#sendmail textarea {
    height: 226px !important
}

.alert {
    text-align: center;
    opacity: 0.72;
    text-transform: capitalize;
}

.recent-work {
    width: 100%;
    padding-bottom: 27%;
    background: #C3C9CC;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding-top: 27%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
    border: 2px solid #fff
}

.recent-work span {
    margin-top: -18px;
    opacity: 1;
    position: relative;
    z-index: 1
}

.recent-work:before {
    background: rgba(2, 56, 58, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    transition: all .8s
}

.recent-work:hover {
    background-size: 130%;
    background-position: center;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 2px solid #fff
}

.recent-work:hover:before,
.recent-work:hover span {
    opacity: 1
}

.btn-o-white {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600
}

.btn-o-white:hover {
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff !important
}

.bdate {
    font-size: 14px;
    font-weight: 500;
    border-top: 1px solid #fff;
    margin: 5px
}

.blueimp-gallery > .indicator > li {
    height: 18px !important;
    width: 18px !important
}

.input-group {
    width: 100%
}

form #submit {
    margin-top: 0 !important
}

table td img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    max-width: none !important
}

#btndownload {
    background-color: #f48024 !important
}

.delchk {
    background: #fff none repeat scroll 0 0;
    color: #000;
    margin-bottom: 32px;
    margin-top: -30px;
    padding: 2px 7px;
    text-align: left
}

#blog_area .col-md-4 {
    height: 450px
}

#faculty_area .clients_say_list {
    height: 150px!important
}

#forgotpassword {
    color: #fff!important
}

#forgotpassword:hover {
    color: #ddd!important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #fff!important;
}

h4 hr{
    margin-top: 3px!important;
    margin-bottom: 0px!important;
}

.dashrow{
    margin-top: 30px!important;
}
.dashboard p{
    font-size: 14px!important;
}

.dashboard hr { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.bold{
    font-weight: 700;
    display: inline-block;    
}
#smokescreen {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 5
}

#smokescreen img {
    margin-top: 10%;
}

#smokescreen span {
    color: #fff;
    display: block;
    font-weight: 600;
    margin-top: 10px
}
.ui-autocomplete {
    text-align: center;
    line-height: 300px
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #088966;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    text-align: left;
    display: block
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #126845;
    border: none;
    color: #FFFFFF;
    border-radius: 0;
    font-weight: normal;
    text-decoration: none;
    font-weight: 800
}