/*
Theme: eLearning - Free Educational Responsive Web Template
Description: Free to use for personal and commercial use
Author: WebThemez.com
Website: http://webthemez.com
Note: Please do not remove the footer backlink (webthemez.com)--(if you want to remove contact: webthemez@gmail.com)
Licence: Creative Commons Attribution 3.0** - http://creativecommons.org/licenses/by/3.0/
*/
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

body {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}
/*General*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 15px;
}

h2 {
    margin: 0 0 30px 0;
}

h1.shorter, h2.shorter, h3.shorter, h4.shorter, h5.shorter, h6.shorter {
    margin-bottom: 0;
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0.89);
}

blockquote {
    font-style: italic;
    font-family: Georgia;
    color: #999;
    margin: 30px 0 30px;
}

label {
    color: #777;
}

/* ------ Bootstrap fixes ---------- */

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,.media-body {
    overflow: hidden;
    zoom:1}

/*
.media-body {
    width: 10000px
}
*/

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,.media>.pull-right {
    padding-left: 10px
}

.media-left,.media>.pull-left {
    padding-right: 10px
}

.media-body,.media-left,.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}


/* Header */
#head {
    background: #181015 url( ../images/slides/banner3.jpg) no-repeat;
    /*background-size: cover;
    min-height: 100%;
    text-align: center;
    color: white;
    font-weight: 300;
    position: relative;
    border-top: 1px solid #0b9ff3;
    background-position-x: center;
    margin-bottom: 0px;*/
    height: 100%;
    text-align: center;
    /* color: white; */
    font-weight: 300;
    position: fixed;
    border-top: 1px solid #0b9ff3;
    background-position-x: center;
    margin-bottom: 0px;
    /* background-image: url(../images/slides/banner3.jpg); */
    z-index: 0;
    width: 100%;
}

    #head.secondary {
       /* height: 100px;*/
        /*min-height: 100px*/;
        padding-top: 0px;
    }

    #head .lead {
        font-size: 44px;
        margin-bottom: 6px;
        color: white;
        line-height: 1.15em;
    }

    #head .tagline {
        color: rgba(255,255,255,0.75);
        margin-bottom: 25px;
    }

    #head .tagline a {
        color: #fff;
    }

    #head .btn {
        margin-bottom: 10px;
    }

    #head .btn-default {
        text-shadow: none;
        background: transparent;
        color: rgba(255,255,255,.5);
        -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.5);
        -moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.5);
        box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.5);
        background: transparent;
    }

        #head .btn-default:hover,
        #head .btn-default:focus {
            color: rgba(255,255,255,.8);
            -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
            -moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
            box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
            background: transparent;
        }

        #head .btn-default:active,
        #head .btn-default.active {
            color: #fff;
            -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
            -moz-box-shadow: inset 0px 0px 0px 3px #fff;
            box-shadow: inset 0px 0px 0px 3px #fff;
            background: transparent;
        }

.panel {
    margin-bottom: 0px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-body {
    padding: 0px;
}

.btn-action, .btn-primary {
    color: #FFEFD7;
    background-image: -webkit-linear-gradient(top, #0ecfec 0%, #09bed9 100%);
    background-image: linear-gradient(to bottom, #0ecfec 0%, #09bed9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ecfec22', endColorstr='#09bed900', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border: 0 none;
}

    .btn-action:hover, .btn-primary:hover {
        background: #04a0b7;
    }

.slideUp {
    top: -100px;
}

.navbar-inverse {
    background: #fff;
}

.navbar-inverse {
    border: none;
    padding: 0;
}

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a {
        color: #797979;
        font-size: 15px;
        font-weight: 700;
        text-align: left;
        margin-right:20px;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
            background: none;
            color: #0b9ff3 !important;
        }

    .navbar-inverse .navbar-nav > .active > a {
        background: none;
        color: #0b9ff3;
    }

    /*.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a {
        text-align: left;
    }*/
/* Highlights*/
.highlight {
    margin-top: 40px;
}

.h-caption {
    text-align: center;
}

    .h-caption i {
        display: block;
        font-size: 54px;
        color: #0b9ff3;
        margin-bottom: 36px;
    }

    .h-caption h4 {
        color: #382526;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
    }

div.hbox {
    background: #fff;
    padding: 10px 15px;
}

.h-body {
}

.jumbotron {
    background-color: #E0E0E0;
}

/*.page-header {
    border-bottom: 1px solid #6091ba;
}*/
.form-group {
    margin-bottom: 15px;
    /*background-color: #FFF;*/
}
.form-horizontal .control-label {
    padding-top: 7px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #000;
    text-align: right;
}

.page-title {
    margin-top: 20px;
    font-weight: 300;
    color: #6091ba;
}

.text-muted {
    color: #888;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    

}

.breadcrumb a {
   color: #fff;
}

.breadcrumb li.active {
   color: #fff;
}



ul.list-spaces li {
    margin-bottom: 10px;
}

/* Helpers */
.container-full {
    margin: 0 auto;
    width: 100%;
}

.top-space {
    margin-top: 60px;
}

.top-margin {
    margin-top: 20px;
}

.circle {
    background: rgb(214, 214, 214);
    width: 95px;
    height: 95px;
    border-radius: 90px;
    line-height: 95px;
    margin: 0 auto 20px;
}

img {
    max-width: 100%;
}

    img.pull-right {
        margin-left: 10px;
    }

    img.pull-left {
        margin-right: 10px;
    }

#map {
    width: 100%;
    height: 280px;
}

#social {
    margin-top: 50px;
    margin-bottom: 50px;
}

    #social .wrapper {
        width: 340px;
        margin: 0 auto;
    }

.sidebar {
   /* padding-top: 36px;*/
    padding-bottom: 30px;
}

    .sidebar .panel {
        margin-bottom: 20px;
    }

    .sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 {
        margin-top: 5px;
    }

/*----  Sidebar menu ----------- */

#sidbebar-menu,
#sidbebar-menu ul,
#sidbebar-menu ul li,
#sidbebar-menu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sidbebar-menu {
 /* width: 220px;
  font-family: Raleway, sans-serif;*/
  /*color: #ffffff;*/
    color: #428bca;
}
#sidbebar-menu ul ul {
  display: none;
}
#sidbebar-menu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#sidbebar-menu > ul > li > a {
    padding: 16px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    border: solid 1px #ddd;
    background: rgb(240, 240, 240);
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: #797979;
    font-weight: 700;
    text-transform: uppercase
}

#sidbebar-menu > ul > li > span.collapse-icon {
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 16px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    background: transparent;
    color: #797979;
    width: 55px;
  
}

#sidbebar-menu > ul > li > a:hover {
  background: none;
  color: #0b9ff3 !important;
}
#sidbebar-menu ul > li.has-sub > span.collapse-icon:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #797979;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#sidbebar-menu ul > li.has-sub > span.collapse-icon:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #797979;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#sidbebar-menu ul > li.has-sub.open > span.collapse-icon:after,
#sidbebar-menu ul > li.has-sub.open > span.collapse-icon:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sidbebar-menu ul ul li a {
    text-transform: uppercase;
    padding: 14px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: #8e8e8b;
    background: #f9f9f9;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    font-weight: bold;
}

    #sidbebar-menu ul ul li a.selectedItem {
        color: #020202 !important;
        font-weight: bold;
    }

#sidbebar-menu ul ul ul li a {
  padding-left: 32px;
}
#sidbebar-menu ul ul li a:hover {
    color: #756a6a;
}
#sidbebar-menu ul ul > li.has-sub > span.collapse-icon:after {
  top: 16px;
  right: 26px;
  background: #dddddd;
}
#sidbebar-menu ul ul > li.has-sub >  span.collapse-icon:before {
  top: 20px;
  background: #dddddd;
}





.featured-box {
    padding: 20px;
    border: solid 1px #ddd;
    background: rgb(240, 240, 240);
    margin-bottom: 20px;
}

    .featured-box .text {
        padding-left: 80px;
    }

    .featured-box h3 {
        margin: 0 0 5px 0;
    }

    .featured-box i {
        position: absolute;
        display: inline-block;
        color: #0b9ff3;
        border: solid 2px #0b9ff3;
        background: #fff;
        padding: 0px;
        border-radius: 50px;
        width: 24px;
        height: 24px;
        margin: 0px;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
    }

    .featured-box .icon {
        position: absolute;
        display: inline-block;
        color: #0b9ff3;
        border: solid 2px #0b9ff3;
        background: #fff;
        padding: 0px;
        border-radius: 50px;
        width: 2px;
        height: 24px;
        margin: 0px;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
    }

footer {
    border-top: 1px solid #e5e5e5;
    background: #ECECEC;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.social {
    margin: 20px 0;
}

    .social a {
        font-size: 32px;
        margin: 0 10px;
        color: #8c8c8c;
    }

        .social a:hover {
            color: #0b9ff3;
        }
/* Footer */
.footer1 {
    background: #fff;
    padding: 30px 0 0 0;
    font-size: 12px;
    color: #999;
}

    .footer1 a {
        color: #ccc;
    }

        .footer1 a:hover {
            color: #fff;
        }

    .footer1 .panel {
        margin-bottom: 30px;
    }

    .footer1 .panel-title {
        font-size: 17px;
        font-weight: bold;
        color: #ccc;
        margin: 0 0 20px;
    }

    .footer1 .entry-meta {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin: 0 0 35px 0;
        padding: 2px 0;
        color: #888888;
        font-size: 12px;
        font-size: 0.75rem;
    }

        .footer1 .entry-meta a {
            color: #333333;
        }

        .footer1 .entry-meta .meta-in {
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            padding: 10px 0;
        }

.follow-me-icons {
    font-size: 30px;
}

    .follow-me-icons i {
        float: left;
        margin: 0 10px 0 0;
        color: #0b9ff3;
    }

.footer2 {
    background: #060a1b;
    padding: 15px 0;
    color: #777;
    font-size: 12px;
}

    .footer2 a {
        color: #aaa;
    }

        .footer2 a:hover {
            color: #fff;
        }

    .footer2 p {
        margin: 0;
    }

.panel-simplenav {
    margin-left: -5px;
}

    .panel-simplenav a {
        margin: 0 5px;
    }

#services .fa {
    color: #0b9ff3;
}
/* carousel */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px 0px 0px;
}

    /* Control buttons  */
    #quote-carousel .carousel-control {
        background: none;
        color: #222;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }
        /* Previous button  */
        #quote-carousel .carousel-control.left {
            left: -12px;
        }
        /* Next button  */
        #quote-carousel .carousel-control.right {
            right: -12px !important;
        }
    /* Changes the position of the indicators */
    #quote-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-right: -19px;
    }
        /* Changes the color of the indicators */
        #quote-carousel .carousel-indicators li {
            background: #c0c0c0;
        }

        #quote-carousel .carousel-indicators .active {
            background: #333333;
        }

    #quote-carousel img {
        width: 250px;
        height: 100px;
    }
/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

    .item blockquote img {
        margin-bottom: 10px;
    }

    .item blockquote p:before {
        content: "\f10d";
        font-family: 'Fontawesome';
        float: left;
        margin-right: 10px;
    }

.contact ul {
    padding: 0px;
}

    .contact ul li {
        margin-bottom: 10px;
        list-style: none;
    }

footer ul li {
    list-style: none;
}

#map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

/* ------- */

.isotopeWrapper article {
    margin-bottom: 30px;
}

#portfolio {
}

    #portfolio img {
        width: 100%;
    }

    #portfolio article p {
        margin-bottom: 1.45em;
        /*set next row on the baseline*/;
    }

nav#filter {
    margin-bottom: 1.5em;
}

    nav#filter li {
        display: inline-block;
        margin: 10px;
    }

    nav#filter a {
        padding: 4px 12px;
        line-height: 20px;
        border: 1px solid #00bfff;
        text-decoration: none;
        color: #00bfff;
    }

        nav#filter a.current {
            background: #00bfff;
            color: #fff;
        }

.iconColor .fa {
    color: #ee0c45;
}

.portfolio-items article img {
    width: 100%;
}

.portfolio-item {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .portfolio-item img {
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .portfolio-item .portfolio-desc {
        display: block;
        opacity: 0;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        color: rgba(220, 220, 220);
    }

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.64);
}

.portfolio-item:hover .portfolio-desc {
    padding-top: 20%;
    height: 100%;
    transition: all 200ms ease-in-out 0s;
    opacity: 1;
    background: rgba(61, 61, 61, 0.67);
}

.portfolio-item .portfolio-desc a {
    color: #fff;
    text-align: center;
    display: block;
}

    .portfolio-item .portfolio-desc a:hover {
        /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
        text-decoration: none;
    }

.portfolio-item .portfolio-desc .folio-info {
    top: -20px;
    padding: 30px;
    height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info {
    height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
    top: 5px;
}

.portfolio-item .portfolio-desc .folio-info h5 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
}

.portfolio-item .portfolio-desc .folio-info p {
    color: #ffffff;
    font-size: 12px;
}


/*Da Slider*/
.da-slider {
    width: auto;
    height: auto;
    max-height: initial;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.da-slide h2 {
    text-align: center;
    top: 15%;
    font-weight: bold;
}

.da-slide p {
    text-align: center;
    top: 40%;
    font-size: 30px;
}

.da-arrows span {
    position: absolute;
    top: 45%;
}

.da-dots span.da-dots-current:after {
    content: '';
    background: #0b9ff3;
}

.team-member {
    padding-top: 5px;
    margin-bottom: 15px;
}

.team-heading {
    display: block;
    width: 100%;
}

.member-img {
    overflow: hidden;
}

    .member-img img {
        border-radius: 182px;
        border: 1px solid rgb(218, 218, 218);
    }

.team-socials {
    margin: 15px 0;
    display: block;
    text-align: center;
}

    .team-socials i {
        width: 35px;
        height: 35px;
        position: relative;
        display: inline-block;
        text-align: center;
        font-size: 18px;
        color: #C7C7C7;
    }

    .team-socials i:hover {
        color: #0b9ff3;
    }
.header-menu {
height:60px;
}
.team-member h4 {
    font-size: 19px;
    line-height: 32px;
    padding: 10px 0 0;
    text-align: center;
    margin: 0px;
}

.team-member .pos {
    display: block;
    margin: 0;
    text-align: center;
}

#head.secondary {
    /*height: 100px;*/
    */ min-height: 30px;
    padding-top: 0px;
    /*background: #181015 url(../images/bg_header.jpg) 0px -232px no-repeat;*/
    /* background: #0b9ff3; */
    /*background: #2a2a2e;*/
    -ms-background-size: cover;
    background-size: cover;
    text-align: left;
}

/*Price table*/
.flat {
    margin: 30px 0;
}


    .flat .plan {
        border-radius: 0px;
        list-style: none;
        padding: 0 0 20px;
        margin: 0 0 15px;
        background: #fff;
        text-align: center;
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29) !important;
    }

        .flat .plan li {
            padding: 10px 15px;
            color: #ccc;
            border-top: 1px solid #f5f5f5;
            -webkit-transition: 300ms;
            transition: 300ms;
        }

            .flat .plan li.plan-price {
                border-top: 0;
            }

            .flat .plan li.plan-name {
                border-radius: 0;
                padding: 15px;
                font-size: 24px;
                line-height: 24px;
                color: #fff;
                background: #4E4E4E;
                margin-bottom: 30px;
                border-top: 0;
            }

            .flat .plan li > strong {
                color: #6B6B6B;
                font-weight: normal;
            }

            .flat .plan li.plan-action {
                margin-top: 10px;
                border-top: 0;
            }

        .flat .plan.featured {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

            .flat .plan.featured:hover li.plan-name, .flat .plan:hover li.plan-name, .flat .plan.featured.plan-name {
                background: #00bfff !important;
            }

.btn.btn-primary {
    background: #2f2e2e;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: right;
    margin-top: -20px;
}
.btn.btn-theme {
    background: #00bfff;
    color: #fff;
}

.btn-default-red {
    color: red;
    border-color: red;

}

.text-red {
    color: red;
}

.text-green {
    color: green;
}



.footer2 a {
padding:4px 8px;
}
/**
  MEDIA QUERIES
*/
@media (max-width: 767px) {
    #head.secondary {
        height: 80px;
        min-height: 80px;
        background-size: initial;
    }

    #head {
        min-height: 420px;
    }

        #head .lead {
            font-size: 34px;
        }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse ul {
        text-align: right;
        margin-right: 0px;
    }
}
/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }

        #quote-carousel .carousel-indicators li {
            display: inline-block;
            margin: 0px 5px;
            width: 15px;
            height: 15px;
        }

            #quote-carousel .carousel-indicators li.active {
                margin: 0px 5px;
                width: 20px;
                height: 20px;
            }

    .footer2 p {
        margin: 0;
        text-align: center;
    }
}

/* ------- Header navbar -----------------*/
#header-navbar .navbar-header {
    margin-right: 15px;
    margin-left:10px;
}


#header-navbar .profileDropdown > a {
    padding: 5px;
    margin-right: 20px;
}
/* --------  Home Slider ----------------- */

#home-slider.carousel .item > .item-img {
    width: 100%;
    height: 800px;
    overflow: hidden;
}
#home-slider .carousel-caption {
        /*bottom: 0;*/
        padding: 30px;
        right: 0;
        width: 98%;
        margin:auto;
        left: 0;
        bottom: 40px;
        background-color: #000000;
        background-color: rgba(0,0,0,0.4);
        text-align:left;
        padding:10px;
    }

#home-slider .carousel-caption > h2 {
    font-size: 40px;
    margin: 10px 0;

}
#home-slider .carousel-caption > p {
    font-size: 24px;

}

#home-slider .carousel-indicators {
    right: 30px;
    left: auto;
    width: auto;
    margin-left: auto;
}

.home-page .news {
    position: relative;
}
.home-page .news {
    background: #f5f5f5;
    overflow: hidden;
    margin-bottom: 30px;
}

.home-page h1.section-heading {
    font-size: 22px;
    font-weight: 300;
    line-height: 2;
    margin-top: 0;
  /*  color: #2f506c;*/
}
.home-page h1.section-heading .line {
    border-top: 2px solid #6091ba;
    display: inline-block;
    padding: 0 15px;
    padding-top: 5px;
}
.home-page .news .carousel-controls {
    position: absolute;
    right: 10px;
    top: 10px;
}
.home-page .carousel-controls a.prev .fa {
    padding-top: 2px;
    padding-right: 1px;
}
.home-page .carousel-controls a.next .fa {
    padding-top: 2px;
    padding-right: 1px;
}
.home-page .section-content {
    padding: 15px;
    padding-top: 0;
}
.home-page .news .news-item {
    padding-left: 115px;
    position: relative;
    margin-bottom: 20px;
}

.home-page .news h2.title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;

}

.home-page .news p {
    font-size: 13px;
}
.home-page .news .thumb {
    position: absolute;
    left: 0;
    top: 0;
}

.read-more {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    font-size: 13px;
    display: block;
}

.read-more .fa {
    position: relative;
    top: 1px;
    margin-left: 5px;
}

@media (max-width: 420px) {
    #home-slider .carousel-caption > h2 {
        font-size: 24px;
        margin: 10px 0;

    }
    #home-slider .carousel-caption > p {
        font-size: 16px;

    }

    .da-slide h2 {
        font-size: 28px;
    }

    .da-slide p {
        font-size: 19px;
        font-weight: 400;
    }
}



/*======================================================================== */
/* = Common                                                                */
/*======================================================================== */

.mr0 {
    margin-right: 0;
}

.ml0 {
    margin-left: 0;
}

.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.mr5 {
    margin-right: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}


.mr10 {
    margin-right: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 15px;
}

.mr15 {
    margin-right: 15px;
}

.ml15 {
    margin-left: 15px;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.mr20 {
    margin-right: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

/* Padding */

.pr0 {
    padding-right: 0px;
}

.pl0 {
    padding-left: 0px;
}

.pt0 {
    padding-top: 0px;
}

.pb0 {
    padding-bottom: 0px;
}

.pr5 {
    padding-right: 5px;
}

.pl5 {
    padding-left: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pb5 {
    padding-bottom: 5px;
}


.pr10 {
    padding-right: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 15px;
}

.pr15 {
    padding-right: 15px;
}

.pl15 {
    padding-left: 15px;
}

.pt15 {
    padding-top: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl50 {
    padding-left: 50px;
}

.text-white {
    color: #ffffff;
}
.bolder {
    font-weight: 600;
}


.category-courses-list .media-body{
    width: 80%;
}

.course-img {
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}

/* ---- Show hide css (course tabs) ---------*/

span.landingTitle {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: left;
    text-decoration: none;
    line-height: 32px;
    color: #08c;
}

h2.landingsubTitle {
    color: rgb(85,85,85);
    margin: 0!important;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: 0;
    text-align: left;
}

a.landingTitle {
    text-decoration: none;
}

.seoh2 {
    margin: 0px;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    color: #08c;
    line-height: 24px;
}
/*
h4 {
    margin-bottom: 6px;
}.pb20*/

h4.crsbx {
    color: #555;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: normal;
    font-weight: 600;
}

.studentCount {
    text-align: left;
    line-height: 40px;
    color: #0088cc;
    display: inline-block;
}

.lb {
    margin-bottom: 10px;
}

.sgnupp {
    text-align: center;
    margin-bottom: 0px;
}

.nrmtxt {
    text-transform: none;
}

.mng {
    line-height: 32px;
}

.justify {
    text-align: justify;
}

div.tabs ul.nav-tabs h3 {
    font-weight: normal;
    text-transform: none;
    margin: 0;
    font-size: inherit;
    color: inherit;
}

div.tabs ul.nav-tabs li.active a {
    color: #555;

    background-color: #fff;
}

div.tabs ul.nav-tabs a,div.tabs ul.nav-tabs a:hover {
    border: 1px solid #EEE;
    border-bottom: 0;
   
    font-size: 0.9em;
    text-align: center;
     text-decoration: none;
    background-color: #eee;

}
div.tabs .nav-tabs.nav-justified>.active>a {
     border-top: 2px solid #08c;
}

div.tabs div.tab-content {
    -moz-border-radius: 0 0 4px 4px;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.04);
    -webkit-border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.04);
    background-color: #FFF;
    border: 1px solid #EEE;
    border-radius: 0 0 4px 4px;
    border-top: 0;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.04);
    padding: 15px;
    margin-bottom: 25px;
   -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}
div.tabs .nav-tabs.nav-justified {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}
div.feature-box div.feature-box-icon {
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    background: #CCC;
    border-radius: 35px;
    color: #FFF;
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 35px;
}

div.feature-box div.feature-box-info {
    padding-left: 50px;
}


div.feature-box div.feature-box-info > h5{
    color: #428bca;
    font-weight: bold;
}
div.feature-box div.feature-box-icon {
    background-color: #fff;
}

div.feature-box div.feature-box-icon {
    color: #555;
}

div.feature-box div.feature-box-icon {
    width: 25px;
    height: 25px;
}

div.post-comments {
    margin-top: 5px;
}

div.post-block {
    border-top: 0px;
}

.fam {
    margin-top: 5px;
}

/*--- Comments ---- */

div.post-comments {
    margin-top: 45px;
}

ul.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.comments div.comment-arrow {
    border-bottom: 15px solid transparent;
    border-right: 15px solid #F4F4F4;
    border-top: 15px solid transparent;
    height: 0;
    left: -15px;
    position: absolute;
    top: 28px;
    width: 0;
}

ul.comments div.comment-block {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #F4F4F4;
    border-radius: 5px;
    padding: 20px 20px 30px;
    position: relative;
}

ul.comments div.comment-block span.comment-by {
    display: block;
    font-size: 1em;
    line-height: 21px;
    margin: 0;
    padding: 0 0 5px 0;
}

ul.comments div.comment-block span.date {
    color: #999;
    font-size: 0.9em;
}

ul.comments div.comment-block p {
    font-size: 0.9em;
    line-height: 21px;
    margin: 0;
    padding: 0;
}

ul.comments li {
    clear: both;
    padding: 10px 0 0 115px;
}

ul.comments li div.img-thumbnail {
    margin-left: -115px;
    position: absolute;
}

ul.comments li div.comment {
    margin-bottom: 10px;
}

ul.comments li img.avatar {
    height: 80px;
    width: 80px;
}

ul.comments li ul.reply {
    margin: 0;
}

ul.comments li a {
    text-decoration: none;
}

div.post-leave-comment {
    margin-top: 25px;
    padding-top: 45px;
}

div.post-leave-comment h3 {
    margin: 0 0 40px;
}

.landing-box {
    border-top: 4px solid #08c;
    background-color: rgba(255, 255, 255, 0.9);
    /* border-radius: 6px; */
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    width: 98%;
    margin-right: 20px;
}
.form-control {
    width: 100%;
    padding: 20px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control-static {
    padding: 7px;
     margin-bottom: 0; 
    background-color: #eae7e7;
}
.container-fluid1 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: #4e4e4e;
    color: #FFF;
}

.landing-box.widget {
    padding: 15px 20px;
}

.hndrd {
    width: 100%;
    margin-bottom: 20px;
}

.hide {
    display: none;
}

a.toggle {
    cursor: pointer;
    text-decoration: none;
}

.thumbnailmarg {
    margin-bottom: 0px;
}

.read-more {
    color: #08c;
}

.brd-left {
    border-left: solid 1px #ccc;
}


/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
   /* font-family: roboto;*/

}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
 /* font-family: roboto;*/
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
/*  font-family: roboto;*/
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

img.iconImage {
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}