@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


/*************************
*******Typography******
**************************/

body {
    background: #fff;
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

h1 {
    font-size: 36px;
    color: #fff;
}

h2 {
    font-size: 36px;
}

h3 {
    color: #787878;
}

h4 {
    font-size: 16px;
}

ul {
    padding-left: 0;
}

li {
    list-style-type: none;
}

a {
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

    a:hover, a:focus {
        color: #d43133;
    }

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}



.condtl {
    margin: 0px;
    border: #ddd solid 1px;
    min-height: 100px;
    padding: 5px;
}

    .condtl strong {
        display: block;
        margin: 0px 0px 4px 0px;
    }

    .condtl span {
        display: block;
        padding-bottom: 5px;
    }

        .condtl span i {
            margin-right: 7px;
        }

.orclr {
    color: #333;
    font-size: 30px;
    padding-top: 10px;
}


.btn-primary {
    padding: 8px 20px;
    background: #c52d2f;
    color: #fff;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}


    .btn-primary:hover,
    .btn-primary:focus {
        background: #c52d2f;
        outline: none;
        box-shadow: none;
    }

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

    .btn-transparent:hover {
        border-color: rgba(255, 255, 255, 0.5);
    }

a:hover,
a:focus {
    color: #242C42;
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}

#recent-works h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #242C42;
}

.media > .pull-left {
    margin-right: 20px;
}

.media > .pull-right {
    margin-left: 20px;
}

body > section {
    padding: 30px 0;
}

.center {
    text-align: center;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}

.new_tab {
    margin: 0px;
    padding: 0xp;
}

    .new_tab li {
        margin: 0px;
        padding: 0px;
        display: inline-block;
    }

        .new_tab li a {
            padding: 6px !important;
            margin: 0px;
        }

        .new_tab li.active a:after {
            border: 0px !important;
        }

        .new_tab li:before {
            left: 0px !important;
            content: "" !important;
        }

.blue {
    color: #005580;
}

.btn {
    background: #004B8F;
    color: #fff;
}

    .btn:hover {
        background: #242C42;
        color: #fff;
    }


/*-----------Start----------------Testimonial--------------*/

.tesimo_user {
    width: 120px;
    height: 120px;
    background: #fff;
    padding: 3px;
    box-shadow: #333 0px 1px 6px;
    margin-top: 10px;
    border-radius: 50%;
}

    .tesimo_user img {
        max-width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.dspl {
    display: block;
    padding: 10px 70px 10px 70px;
}

.award {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    width: 100%;
    margin: 10px;
    border: #ddd solid 1px;
}

    .award img {
        max-width: 100%;
    }









/*-----------End----------Testimonial--------------*/



.main-title h2, .content .subtitle h2 {
    color: #242C42;
    margin-bottom: 64px;
    display: inline-block;
    border-bottom: 2px solid #004B8F;
    margin-top: 0;
    padding-bottom: 5px;
}

.table_bg {
    background: #efefef;
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

.tbl_bg {
    background: #fff;
    border: #ddd solid 2px;
}

    .tbl_bg th {
        text-align: left !important;
        background: #f8c301;
        color: #000;
    }

.content .subtitle h2 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.subtitle h2 {
    font-size: 18px;
    margin-bottom: 0px;
    color: #004B8F;
    border-bottom: 2px solid #004B8F;
    display: inline-block;
}

.left_menu {
    width: 200px;
    position: fixed;
    z-index: 99;
    top: 20%;
    background: rgba(0, 75, 143, 0.3);
}

.left-menu-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .left-menu-list li {
        display: block;
    }

        .left-menu-list li a {
            color: #fff;
            font-size: 14px;
            border-bottom: 1px solid #ccc;
            padding: 10px 15px;
            display: block;
        }

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
/*************************
*******Global variable******
**************************/
.mb-10 {
    margin-bottom: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.w-100 {
    width: 100%;
}

.mb-60 {
    margin-bottom: 60px;
}

.ptb {
    padding: 50px 0;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-50 {
    padding-bottom: 50px;
}



/*************************
*******Header******
**************************/

#header .search {
    display: inline-block;
}

.navbar > .container .navbar-brand {
    margin-left: 0;
}

.top-bar {
    padding: 10px 0;
    background: #242C42;
    border-bottom: 1px solid #222;
    line-height: 28px;
}

.top-number {
    color: #fff;
    margin-top: 15px;
}

    .top-number p {
        margin: 0
    }

.social {
    text-align: right;
    margin-top: 15px;
}

.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li {
    display: inline-block;
}

    ul.social-share li a {
        display: inline-block;
        color: #fff;
        background: #3B4757;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        border-radius: 2px;
    }

        ul.social-share li a:hover {
            background: #c52d2f;
            color: #fff;
        }

.search i {
    color: #fff;
}

input.search-form {
    background: transparent;
    border: 0 none;
    width: 65px;
    padding: 0 10px;
    color: #FFF;
    font-size: 13px;
    border: 1px solid #fff;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

    input.search-form::-webkit-input-placeholder {
        color: #fff;
    }

    input.search-form:hover::-webkit-input-placeholder {
        color: #fff;
    }

    input.search-form:hover {
        width: 180px;
    }

.navbar-brand {
    padding: 0px 15px;
    margin: 0;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: #004B8F;
    padding: 8px 0;
    padding-bottom: 0;
}

.navbar-nav {
    margin-top: 0px;
    width: 100%;
    z-index: 99;
}

    .navbar-nav > li {
        margin-left: 1%;
        padding-bottom: 10px;
    }

.navbar-inverse .navbar-nav > li > a {
    padding: 5px 12px;
    margin: 0;
    border-radius: 3px;
    color: #fff;
    line-height: 24px;
    display: inline-block;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        background-color: #242C42;
        color: #fff;
    }

.navbar-inverse {
    border: none;
}

    .navbar-inverse .navbar-brand {
        font-size: 36px;
        line-height: 50px;
        color: #fff;
    }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #242C42;
        color: #fff;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        background-color: #242C42;
        -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
        border: 0;
        padding: 0;
        margin-top: 0;
        border-top: 0;
        border-radius: 0;
        left: 0;
        min-width: 680px;
    }

        .navbar-inverse .navbar-nav .dropdown-menu:before {
            position: absolute;
            top: 0;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li > a {
            padding: 8px 15px;
            color: #fff;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
        .navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
        .navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
            background-color: #c52d2f;
            color: #fff;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
            border-radius: 0 0 3px 3px;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li.divider {
            background-color: transparent;
        }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100% !important;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a i {
        margin-left: 10px;
    }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}

.dropdown .fa.fa-angle-down {
    margin-left: 5px;
}

.navbar-nav .course {
    float: left;
    padding: 0px;
}

    .navbar-nav .course h4 {
        color: #fff;
        padding: 10px 0px 0px 20px;
    }

    .navbar-nav .course ul li {
        list-style-type: none;
        border-bottom: #191f2f solid 1px;
        border-top: #303953 solid 1px;
        padding: 5px 30px 5px 0px;
        margin-left: 22px;
    }

    .navbar-nav .course ul {
        padding-left: 0px;
        padding-bottom: 20px;
        margin: 0px 20px 0px 0px;
    }

        .navbar-nav .course ul li a {
            color: #f8c301;
            font-weight: normal;
            font-size: 14px;
        }

            .navbar-nav .course ul li a:hover {
                color: #FEA203
            }
/*============sticky header=========*/
.navbar {
    width: 100%;
    z-index: 99;
    transition: all 1s;
}

    .navbar.sticky {
        position: fixed;
        top: 0;
        transition: all 1s;
    }


/*************************
*******Home Page******
**************************/


#main-slider {
    position: relative;
}

.no-margin {
    margin: 0;
    padding: 0;
}

#main-slider .carousel .carousel-content {
    margin-top: 150px;
}

#main-slider .carousel .slide-margin {
    margin-top: 140px;
}

#main-slider .carousel h3 {
    color: #fff;
}

#main-slider .carousel .btn-slide {
    padding: 8px 20px;
    background: #c52d2f;
    color: #fff;
    border-radius: 4px;
    margin-top: 25px;
    display: inline-block;
}

#main-slider .carousel .slider-img {
    text-align: right;
    position: absolute;
}


#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

    #main-slider .carousel .item:first-child {
        top: auto;
        position: relative;
    }

    #main-slider .carousel .item.active {
        opacity: 1;
        -webkit-transition: opacity ease-in-out 500ms;
        -moz-transition: opacity ease-in-out 500ms;
        -o-transition: opacity ease-in-out 500ms;
        transition: opacity ease-in-out 500ms;
        z-index: 1;
    }

#main-slider .prev,
#main-slider .next {
    position: absolute;
    top: 50%;
    background-color: #242C42;
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
}

    #main-slider .prev:hover,
    #main-slider .next:hover {
        background-color: #000;
    }

#main-slider .prev {
    left: 10px;
}

#main-slider .next {
    right: 10px;
}

#main-slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 0 15px 0 0;
    position: relative;
}

    #main-slider .carousel-indicators li:after {
        position: absolute;
        content: "";
        width: 14px;
        height: 14px;
        border-radius: 100%;
        background: rgba(0, 0, 0, 0);
        border: 1px solid #FFF;
        left: -3px;
        top: -3px;
    }

#main-slider .carousel-indicators .active {
    width: 10px;
    height: 10px;
    background-color: #242C42;
    margin: 0 15px 0 0;
    border: 1px solid #242C42;
    position: relative;
}

    #main-slider .carousel-indicators .active:after {
        position: absolute;
        content: "";
        width: 14px;
        height: 14px;
        border-radius: 100%;
        background: #242C42;
        border: 1px solid #242C42;
        left: -3px;
        top: -3px;
    }

#main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

#feature {
    background: #f2f2f2;
    padding-bottom: 40px;
}

.features {
    padding: 0;
}

.feature-wrap {
    margin-bottom: 90px;
    overflow: hidden;
    text-align: center;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.slider_bg {
    background: #fff;
    width: 100%;
}

.evhead {
    display: block;
    text-align: center;
    color: #000;
    font-size: 18px;
}

.text_simple1 {
    display: block;
    text-align: center;
}

.text_simple2 {
    display: inline-flex;
    margin: 22px 0px 0px 10px;
    text-align: left;
    color: #000;
}

    .text_simple2 a {
        color: #000000;
        font-weight: 600;
    }

.text_simple1 a {
    color: #000000;
    font-weight: 600;
}

    .text_simple1 a:hover {
        color: #004B8F;
    }

.box_round {
    background: #000;
    color: #fff;
    text-align: center;
    height: 70px;
    width: 70px;
    float: left;
    margin-right: 5px;
    border-radius: 50%
}






.mnth {
    display: block;
    clear: both;
    margin: 0px;
    border-radius: 60px 60px 0px 0px;
    background: #f8c301;
    width: 70px;
    height: 40px;
    padding: 12px 8px;
    font-size: 17px;
    color: #000;
}

.box_round1 {
    background: #000;
    color: #fff;
    text-align: center;
    height: 95px;
    width: 95px;
    float: left;
    margin-right: 5px;
    border-radius: 50%
}

.mnth1 {
    display: block;
    clear: both;
    margin: 0px;
    border-radius: 60px 60px 0px 0px;
    background: #f8c301;
    width: 95px;
    height: 57px;
    padding: 10px 8px;
    font-size: 17px;
    color: #000;
}

.event-link {
    display: block;
    text-align: right;
}


.carousel-control {
    text-shadow: 0 2px 1px rgb(0, 0, 0) !important;
    font-size: 32px;
}



.feature-wrap h2 {
    margin-top: 10px;
    color: #242C42;
    text-align: left;
    font-weight: 700;
}

.feature-wrap .pull-left {
    margin-right: 25px;
}

.text_simple {
    display: block;
    text-align: left;
    padding-left: 141px;
    font-size: 16px;
    line-height: 30px;
}

.glyphicon {
    margin-right: 10px;
}

.panel-body {
    padding: 0px;
}

    .panel-body table tr td {
        padding-left: 15px
    }

    .panel-body .table {
        margin-bottom: 0px;
    }

.head_bg {
    color: rgb(51, 51, 51);
    background-color: #004b8f;
    color: #fff;
    border-color: rgb(221, 221, 221);
    padding: 10px 15px;
}

    .head_bg a {
        color: #fff !important;
    }

.brdr {
    border: rgb(221, 221, 221) solid 1px !important;
}

.table_new {
    border: rgb(221, 221, 221) solid 1px !important;
}

    .table_new td {
        border: rgb(221, 221, 221) solid 1px !important;
    }

.aftr a:after {
    content: inherit !important;
    display: none;
}

.feature-wrap i {
    font-size: 48px;
    height: 110px;
    width: 110px;
    margin: 3px;
    border-radius: 100%;
    line-height: 110px;
    text-align: center;
    background: #ffffff;
    color: #242C42;
    border: 3px solid #E2E2E2;
    box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

    .feature-wrap i:hover {
        background: #242C42;
        color: #fff;
        box-shadow: inset 0 0 0 5px #242C42;
        -webkit-box-shadow: inset 0 0 0 5px #242C42;
        border: 3px solid #242C42;
    }

/*#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#recent-works{
    padding-bottom: 70px;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #c52d2f;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}*/
#recent-works .news-inner {
    border: 5px solid #003;
    margin: 0 auto;
    padding: 30px;
    height: 500px;
    overflow-y: scroll;
}

    #recent-works .news-inner li {
        margin-bottom: 15px;
        list-style-type: none;
        position: relative;
    }

        #recent-works .news-inner li:before {
            content: "\f101";
            font: normal normal normal 14px/1 FontAwesome;
            position: absolute;
            left: -16px;
            top: 4px;
            font-weight: 700;
            color: #242C42;
        }

        #recent-works .news-inner li a {
            color: #005580;
        }

            #recent-works .news-inner li a:hover {
                color: #F00;
            }







#services .lead,
#services h2 {
    color: #000;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.services-wrap {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    margin: 0 0 40px;
}

    .services-wrap h3 {
        font-size: 20px;
        margin: 10px 0;
        color: #000;
    }

    .services-wrap .pull-left {
        margin-right: 20px;
    }

.media-body p {
    text-transform: uppercase;
    color: #000;
}

.amizone-img {
    max-width: 53%;
    margin: 0 auto;
}

#counter {
    background: #004B8F;
    padding: 10px 0;
}

.visitor ul li {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    margin-left: 10px;
}

.visitor ul {
    margin-bottom: 0;
    padding-left: 0
}

.amizone-app a {
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    display: inline-block;
    float: right;
    font-weight: 700;
    margin-left: 10px;
}

    .amizone-app a:hover {
        background: #fff;
        color: #242C42;
    }

#colmedium {
    background: #d1d3d4;
    line-height: 25px;
    text-align: center;
    color: #004a8f;
    font-size: 15px;
    font-family: Myriad Pro;
    padding: 30px 15px;
}

.Lsemi {
    float: left;
    font-size: 35px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000;
}

.Rsemi {
    float: right;
    font-size: 35px;
    font-family: Georgia;
    position: relative;
    top: 10px;
    color: #000;
}

#colmedium img {
    width: 124px;
    height: 84px;
    margin: 28px 0 !important;
    display: inline-block;
}
/*=========slide show=========*/

.marquee {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #ccc;
}











#middle {
    background: #f2f2f2;
}

.skill h2 {
    margin-bottom: 25px;
}

.progress-wrap {
    position: relative;
}

.progress .color1,
.progress .color1 .bar-width {
    background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width {
    background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width {
    background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width {
    background: #db3615;
}

.progress,
.progress-bar {
    height: 15px;
    line-height: 15px;
    background: #e6e6e6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    text-align: right;
}

.progress {
    position: relative;
}

    .progress .bar-width {
        position: absolute;
        width: 40px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        top: -30px;
        border-radius: 2px;
        margin-left: -30px;
    }

    .progress span {
        position: relative;
    }

        .progress span:before {
            content: " ";
            position: absolute;
            width: auto;
            height: auto;
            border-width: 8px 5px;
            border-style: solid;
            bottom: -15px;
            right: 8px;
        }

    .progress .color1 span:before {
        border-color: #2d7da4 transparent transparent transparent;
    }

    .progress .color2 span:before {
        border-color: #6aa42f transparent transparent transparent;
    }

    .progress .color3 span:before {
        border-color: #ffcc33 transparent transparent transparent;
    }

    .progress .color4 span:before {
        border-color: #db3615 transparent transparent transparent;
    }

.accordion h2 {
    margin-bottom: 25px;
}

.panel-default {
    border-color: transparent;
}

    .panel-default > .panel-heading,
    .panel {
        background-color: #e6e6e6;
        border: 0 none;
        box-shadow: none;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            background: #fff;
            color: #858586;
        }

.panel-body {
    padding: 10px;
}

.panel-group .panel + .panel {
    margin-top: 0;
    border-top: 1px solid #d9d9d9;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-heading {
    border-radius: 0;
}

.panel-title > a {
    color: #4e4e4e;
    font-size: inherit;
}

.accordion-inner img {
    border-radius: 4px;
}

.accordion-inner h4 {
    margin-top: 0;
}

.panel-heading.active {
    background: #1f1f20;
}

    .panel-heading.active .panel-title > a {
        color: #fff;
    }

a.accordion-toggle i {
    width: 45px;
    line-height: 44px;
    font-size: 20px;
    margin-top: -10px;
    text-align: center;
    margin-right: -15px;
    background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i {
    background: #c52d2f;
    color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i {
    background: #c52d2f;
    color: #fff;
}

.nav-tabs > li {
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
}

.nav-tabs {
    border-bottom: transparent;
    border-right: 1px solid #e6e6e6;
}

    .nav-tabs > li > a {
        background: #f5f5f5;
        color: #666;
        border-radius: 0;
        border: 0 none;
        line-height: 24px;
        margin-right: 0;
        padding: 13px 15px;
    }

    .nav-tabs li:last-child {
        border-bottom: 0 none;
    }

.nav-stacked > li + li {
    margin-top: 0;
}

.nav-tabs > li > a:hover {
    background: #1f1f20;
    color: #fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 0;
    color: #fff;
    background: #1f1f20;
    position: relative;
}

    .nav-tabs > li.active > a:after {
        position: absolute;
        content: "";
        width: auto;
        height: auto;
        border-style: solid;
        border-color: transparent transparent transparent #1f1f20;
        border-width: 25px 22px;
        right: -44px;
        top: 0;
    }

.tab-wrap {
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}



.tab-content h2 {
    margin-top: 0;
}

.tab-content img {
    border-radius: 4px;
}

.testimonial h2 {
    margin-top: 0;
}

.testimonial-inner {
    color: #858586;
    font-size: 14px;
}

    .testimonial-inner .pull-left {
        border-right: 1px solid #e7e7e7;
        padding-right: 15px;
        position: relative;
    }

        .testimonial-inner .pull-left:after {
            content: "";
            position: absolute;
            width: 9px;
            height: 9px;
            top: 50%;
            margin-top: -5px;
            background: #FFF;
            -webkit-transform: rotate(45deg);
            border: 1px solid #e7e7e7;
            right: -5px;
            border-left: 0 none;
            border-bottom: 0 none;
        }

#partner {
    background: url(../images/partners/partner_bg.png) 50% 50% no-repeat;
    background-size: cover;
}

#partner {
    color: #fff;
    text-align: center;
}

    #partner h2,
    #partner h3 {
        color: #fff;
    }

.partners ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .partners ul li {
        display: inline-block;
        float: left;
        width: 20%;
    }

/*#conatcat-info{
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0;
}*/

/*.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}*/

.contact-info {
    color: #000;
}

input.search-form:focus {
    width: 180px;
}

.ml-0 {
    margin-right: 0 !important;
}
/*************************
********* About Us Page CSS ******
**************************/
.banner {
    position: relative;
}

.overlay {
    /*background: rgba(36, 44, 66,0.5);*/
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.banner-txt {
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}

    .banner-txt h2 {
        color: #fff;
    }

    .banner-txt h4 {
        color: #fff;
    }

.banner img {
    width: 100%;
    height: 300px;
}

.cd-tabs ul {
    margin-bottom: 0;
    text-align: center;
}

    .cd-tabs ul li {
        display: inline-block;
    }

.upper-pannel {
    /*border-bottom:1px solid #000;*/
    padding-bottom: 0px;
}

.cd-tabs ul li a {
    padding: 7px 16px;
    display: inline-block;
    /* border:1px solid #242C42;*/
    color: #242C42;
    text-transform: uppercase;
    border-radius: 10px 10px 0px 0px;
}

.cd-tabs ul li.active a {
    background: #004B8F;
    color: #fff;
}

.content h2 {
    color: #004B8F;
    font-size: 25px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.content .lft-txt {
    float: left;
    width: 50%;
    padding: 10px;
}
/*.content .lft-txt p{ font-size:16px; line-height:34px; color:#666;}*/
.content .rgt-txt {
    float: right;
    width: 50%;
    text-align: center;
    padding: 10px;
}

    .content .rgt-txt li {
        color: #F00;
    }

.about-main .content ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 18px;
}

    .about-main .content ul li:before {
        content: "\f101";
        position: absolute;
        left: 0;
        top: 5px;
        font: normal normal normal 14px/1 FontAwesome;
        color: #004B8F;
        font-weight: 700;
    }

span.sub-title {
    font-weight: 700;
    display: block;
    margin: 22px 0 10px;
    font-size: 20px;
}

.inner-content {
    overflow: hidden;
}

    .inner-content img {
        float: right;
        margin-bottom: 30px;
    }

    .inner-content .left-side {
        float: left;
        width: 63%;
    }

    .inner-content .rgt-side {
        float: right;
        width: 35%;
    }

        .inner-content .rgt-side img {
            float: none;
            max-width: 100%;
        }

.director-info {
    border-left: 5px solid #242C42;
    font-size: 13px;
    margin: 0 0 20px;
    padding: 0px 20px;
    display: inline-block;
    max-width: 430px;
    margin-top: 0px;
}

    .director-info h4 {
        color: #004B8F;
    }

.content-box h2, .edu-feature h2 {
    color: #004B8F;
}

.content-box ul li {
    position: relative;
    padding-left: 20px;
}

    .content-box ul li:before {
        content: "\f046";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        left: 0;
        top: 5px;
        color: #004B8F;
    }

.computer-image {
    max-width: 100%;
}

#about-main {
    background: #d9d9d9;
}
/***********************
****Service page css****
***********************/

.services {
    padding: 0;
}

.get-started {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 3px;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 18px;
    margin-top: 60px;
}

    .get-started h2 {
        padding-top: 30px;
        margin-bottom: 20px;
    }

.request {
    bottom: -15px;
    left: 50%;
    position: absolute;
    margin-left: -110px;
}

    .request h4 {
        position: absolute;
        width: 220px;
        position: relative;
    }

        .request h4 a {
            background: #c52d2f;
            color: #fff;
            font-size: 14px;
            font-weight: normal;
            border-radius: 3px;
            padding: 5px 15px;
        }

        .request h4:after {
            border-color: #c52d2f transparent transparent;
            border-style: solid;
            border-width: 12px;
            bottom: -18px;
            content: "";
            height: 0;
            position: absolute;
            right: 13px;
            z-index: -99999;
        }

        .request h4:before {
            border-color: #c52d2f transparent transparent;
            border-style: solid;
            border-width: 12px;
            bottom: -18px;
            content: "";
            height: 0;
            left: 13px;
            position: absolute;
            z-index: -99999;
        }

.clients-area {
    padding: 60px;
}

.clients-comments {
    background-image: url("../images/image_bg.png");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

    .clients-comments img {
        background: #DDDDDD;
        border: 1px solid #DDDDDD;
        height: 182px;
        padding: 3px;
        width: 182px;
        transition: all 0.9s ease 0s;
        -moz-transition: all 0.9s ease 0s;
        -webkit-transition: all 0.9s ease 0s;
        -o-transition: all 0.9s ease 0s;
    }

    .clients-comments h3 {
        margin-top: 55px;
        font-weight: 300;
        padding: 0 40px;
    }

    .clients-comments h4 {
        font-weight: 300;
        margin-top: 15px;
    }


        .clients-comments h4 span {
            font-weight: 700;
            font-style: oblique;
        }

.footer {
    background: none repeat scroll 0 0 #2E2E2E;
    border-top: 5px solid #C52D2F;
    height: 84px;
    margin-top: 110px;
}

.footer_left {
    padding: 10px;
}

.text-left {
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 15px;
}

/*************************
********* Portfolio CSS ******
**************************/

/*#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0;
}

.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0;
}
*/
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }

        /**** disabling Isotope CSS3 transitions ****/
        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }

    /* End: Recommended Isotope styles */
    /* disable CSS transitions for containers with infinite scrolling*/
    .isotope.infinite-scrolling {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }


/**************************
********* Pricing Table CSS *
**************************/

.pricing_heading {
    margin-top: 120px
}

    .pricing_heading h2,
    .pricing_heading p {
        color: #4e4e4e;
    }

.pricing-area h1 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 15px;
}

.pricing-area span {
    font-weight: 700;
    font-size: 18px;
}

.pricing-area h3,
.pricing-area span {
    color: #fff;
}

.plan {
    position: relative;
    margin-bottom: 70px;
}

.pricing-area ul {
    background: #FAFAFA;
    padding: 0;
    margin: 0;
}

    .pricing-area ul li {
        list-style: none;
        padding: 15px 0;
        font-size: 16px;
        font-weight: 400;
    }

        .pricing-area ul li:nth-child(even) {
            background: #f5f5f5
        }

.pricing-area .price-three img,
.pricing-area .price-six img {
    position: absolute;
    right: 15px;
    top: 0;
}

.pricing-area .heading-one,
.pricing-area .heading-two,
.pricing-area .heading-three {
    padding: 17px 0;
    border-radius: 2px 2px 0 0;
}

.pricing-area .heading-one,
.pricing-area .heading-two,
.pricing-area .heading-three,
.pricing-area .heading-four,
.pricing-area .heading-five,
.pricing-area .heading-six,
.pricing-area .heading-seven {
    margin-left: -10px
}


.pricing-area .heading-one,
.pricing-area .price-one .plan-action .btn-primary {
    background: #e24f43
}

.pricing-area .heading-two,
.pricing-area .price-two .plan-action .btn-primary {
    background: #27AE60;
}

.pricing-area .heading-three,
.pricing-area .price-three .plan-action .btn-primary {
    background: #f39c12;
}

.pricing-area .heading-four,
.pricing-area .price-four .plan-action .btn-primary {
    background: #5c5c5c
}

.pricing-area .heading-five,
.pricing-area .price-five .plan-action .btn-primary {
    background: #5c5c5c
}

.pricing-area .heading-six,
.pricing-area .price-six .plan-action .btn-primary {
    background: #e24f43;
}

.pricing-area .heading-seven,
.pricing-area .price-seven .plan-action .btn-primary {
    background: #5c5c5c
}

.pricing-area .bg {
    background: #fafafa
}

.pricing-area .heading-one h3:before {
    border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-two h3:before {
    border-color: #1f8c4d transparent transparent;
}

.pricing-area .heading-three h3:before {
    border-color: #d4880f transparent transparent;
}

.pricing-area .heading-four h3:before {
    border-color: #424242 transparent transparent;
}

.pricing-area .heading-five h3:before {
    border-color: #424242 transparent transparent;
}

.pricing-area .heading-six h3:before {
    border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-seven h3:before {
    border-color: #424242 transparent transparent;
}

.pricing-area h3:before {
    border-color: #D4880F transparent transparent;
    border-radius: 5px 0 0 0px;
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 0;
    left: 4px;
    position: absolute;
    top: 78px;
    width: 0;
    z-index: -999;
}

.small-pricing h3:after {
    height: 94px;
}

.small-pricing h3:before {
    top: 74px;
}

.plan-action {
    height: 40px;
}

.pricing-area .plan-action .btn-primary {
    position: relative;
    padding: 5px 20px;
    color: #fff;
    margin-top: 5px;
}

    .pricing-area .plan-action .btn-primary:before {
        border-color: #E24F43 transparent transparent;
        border-radius: 5px 0 0 0;
        border-style: solid;
        border-width: 12px;
        bottom: -12px;
        content: "";
        height: 0;
        left: -9px;
        position: absolute;
        width: 0;
        z-index: -1;
    }

    .pricing-area .plan-action .btn-primary:after {
        border-color: #E24F43 transparent transparent;
        border-radius: 5px 0 0 0;
        border-style: solid;
        border-width: 12px;
        bottom: -12px;
        content: "";
        height: 0;
        position: absolute;
        right: -9px;
        width: 0;
        z-index: -1;
    }

.pricing-area .price-two .plan-action .btn-primary:before,
.pricing-area .price-two .plan-action .btn-primary:after {
    border-color: #1f8c4d transparent transparent;
}

.pricing-area .price-three .plan-action .btn-primary:before,
.pricing-area .price-three .plan-action .btn-primary:after {
    border-color: #d4880f transparent transparent;
}

.pricing-area .price-four .plan-action .btn-primary:before,
.pricing-area .price-four .plan-action .btn-primary:after,
.pricing-area .price-five .plan-action .btn-primary:before,
.pricing-area .price-five .plan-action .btn-primary:after,
.pricing-area .price-seven .plan-action .btn-primary:before,
.pricing-area .price-seven .plan-action .btn-primary:after {
    border-color: #424242 transparent transparent;
    right: -9px;
}

.pricing-area .price-six .plan-action .btn-primary:before,
.pricing-area .price-six .plan-action .btn-primary:after {
    border-color: #bf4539 transparent transparent;
    right: -9px;
}


/*************************
********* Contact Us CSS ******
**************************/
.map iframe {
    width: 100%;
}

.panel-title a:after {
    content: "\f068";
    font: normal normal normal 14px/1 FontAwesome;
    float: right;
}

.panel-title a.collapsed:after {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    float: right;
}

.contact-info .panel-title > a {
    color: #4e4e4e;
    display: block;
    color: #fff;
}

.contact-info .panel-default > .panel-heading {
    background-color: #004B8F;
    border: 0 none;
    box-shadow: none;
}

.panel-body span {
    display: inline-block;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #004B8F;
}

.contact-info h2 {
    color: #242C42;
    margin-bottom: 20px;
    font-size: 22px;
    border-bottom: 2px solid #242C42;
    display: inline-block;
    margin-top: 0;
}

.contact-details address {
    color: #004B8F;
    font-weight: 700;
}

.contact-form .form-group {
    float: left;
    width: 50%;
    position: relative;
}

    .contact-form .form-group input[type="text"], .contact-form .form-group input[type="email"] {
        height: 40px;
        padding-left: 10px;
        padding-right: 32px;
    }

    .contact-form .form-group input[type="text"], .contact-form .form-group input[type="email"] {
        width: 97%;
        border: 1px solid #d0d0d0;
    }

.contact-form .textarea, textarea {
    clear: both;
    width: 99.5%;
    margin-bottom: 10px;
}

.contact-form textarea {
    padding-left: 10px;
    height: 100px;
    resize: none;
    border: 1px solid #d0d0d0;
}

.contact-form .form-group i {
    position: absolute;
    top: 13px;
    right: 18px;
    color: #666;
    border-left: 1px solid #666;
    padding-left: 7px;
}

#map-outer {
    height: 405px;
    width: 100%;
}

.contact-map .map-heading {
    background: #242C42;
    position: relative;
    text-align: center;
    width: 100%;
}

    .contact-map .map-heading h3 {
        color: #fff;
        font-family: "Oswald",sans-serif;
        font-size: 36px;
        font-weight: 300;
        margin: 0;
        padding: 50px 0 65px;
        text-align: center;
        text-transform: uppercase;
    }

    .contact-map .map-heading i {
        bottom: 0;
        color: #004B8F;
        font-size: 80px;
        margin: 0 0 -45px -30px;
        position: absolute;
        z-index: 1;
    }

.fa-location-arrow:before {
    content: "\f124";
}

/*********************
****blog page css*****
**********************/

.widget {
    margin-bottom: 60px;
    padding-left: 0;
}

.single_comments {
    margin-bottom: 20px;
}

    .single_comments img {
        float: left;
        margin-right: 10px;
        margin-top: 5px;
    }

    .single_comments p {
        margin-bottom: 0;
    }

.widget .entry-meta span {
    display: inline-block;
    margin-right: 10px;
}

.widget h3 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.blog_category {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .blog_category li {
        float: none;
        margin-bottom: 20px;
    }

        .blog_category li a {
            background: #f5f5f5;
            border-radius: 4px;
            color: #888;
            display: inline-block;
            padding: 5px 15px;
        }

            .blog_category li a:hover {
                background: #c52d2f;
                color: #fff;
            }

.badge:before {
    border-color: transparent transparent transparent #c52d2f;
    border-style: solid;
    border-width: 10px;
    bottom: -8px;
    content: "";
    height: 0;
    left: 5px;
    position: absolute;
    z-index: -99999;
}

.badge {
    background-color: #c52d2f;
    border-radius: 5px;
    color: #fff;
    padding: 8px;
    position: relative;
    left: 60px;
    top: -18px;
    font-weight: normal;
}

.blog_archieve {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

    .blog_archieve li {
        padding: 10px 0;
        border-bottom: 1px solid #f5f5f5;
    }

        .blog_archieve li:first-child {
            padding-top: 0;
        }

ul.gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.gallery li {
        display: block;
        width: 60px;
        padding: 0;
        margin: 0 4px 4px 0;
        float: left;
    }

ul.faq {
    list-style: none;
    margin: 0;
}

    ul.faq li {
        margin-top: 30px;
    }

        ul.faq li:first-child {
            margin-top: 0;
        }

        ul.faq li span.number {
            display: block;
            float: left;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            background: #34495e;
            color: #fff;
            font-size: 24px;
        }

        ul.faq li > div {
            margin-left: 70px;
        }

            ul.faq li > div h3 {
                margin-top: 0;
            }


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.blog-item {
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 50px;
}

.blog .blog-item .img-blog {
    border-radius: 5px;
    margin-bottom: 45px;
}

.blog .blog-item .blog-content {
    padding-bottom: 25px;
}

    .blog .blog-item .blog-content h2 {
        margin-top: 0;
        font-size: 30px;
    }

.readmore {
    margin-top: 0;
}

.blog .blog-item .blog-content h3 {
    color: #858586;
    margin-bottom: 40px;
    /* font-weight: 300 */
}

.blog .blog-item .blog-content h4 {
    font-size: 14px;
}

.post-tags {
}

.blog .blog-item .entry-meta {
    border-radius: 5px;
    overflow: hidden;
}

    .blog .blog-item .entry-meta > span {
        background: #f5f5f5;
        border-top: 1px solid #fff;
        display: block;
        font-size: 12px;
        overflow: hidden;
        padding: 5px;
        text-align: left;
    }

#publish_date {
    background: #c52d2f;
    border-bottom: 5px solid #4e4e4e;
    color: #fff;
    padding: 5px 0;
    text-align: center;
}

.blog .blog-item .entry-meta > span {
    color: #ccc;
}

    .blog .blog-item .entry-meta > span a {
        font-size: 12px;
        margin-left: 3px;
        font-weight: 300;
        color: #888;
    }

ul.pagination > li > a {
    border: 1px solid #F1F1F1;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 14px;
}

    ul.pagination > li > a i {
        margin-left: 5px;
        margin-right: 5px;
    }

ul.pagination > li.active > a,
ul.pagination > li:hover > a {
    background-color: #c52d2f !important;
    border-color: #c52d2f !important;
    color: #fff;
}

.search_box {
    background-image: url("../images/search_icon.png");
    background-position: 314px 15px;
    background-repeat: no-repeat;
    border-color: #DEDEDE;
    height: 48px;
    outline: medium none;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
}


ul.tag-cloud,
ul.sidebar-gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tag-cloud li {
    display: inline-block;
    margin-bottom: 3px;
}

    .tag-cloud li a {
        background: #f5f5f5;
        color: #888;
        border: 0;
        border-radius: 4px;
        padding: 8px 15px;
    }

        .tag-cloud li a:hover {
            background: #c52d2f;
            color: #fff;
        }

.sidebar-gallery li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

    .sidebar-gallery li a {
        border-radius: 4px;
        display: inline-block;
    }


/**********************
**blog single page css*
**********************/

.reply_section {
    background: #f5f5f5;
    border-radius: 5px;
}

.post_reply {
    margin-left: 10px;
    margin-top: 45px;
}

    .post_reply img {
        width: 85px;
        height: 85px;
        border: 5px solid #D5D8DD;
    }

    .post_reply ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
        margin-top: 5px;
    }

        .post_reply ul li {
            float: left;
        }

            .post_reply ul li a {
                display: block;
            }

                .post_reply ul li a i {
                    border: 1px solid #DDDDDD;
                    border-radius: 39px;
                    color: #FFFFFF;
                    font-size: 20px;
                    height: 30px;
                    margin-right: 3px;
                    padding-top: 7px;
                    text-align: center;
                    width: 30px;
                }

                    .post_reply ul li a i.fa-facebook {
                        background: #0182C4;
                    }

                    .post_reply ul li a i.fa-twitter {
                        background: none repeat scroll 0 0 #3FC1FE;
                    }

                    .post_reply ul li a i.fa-google-plus {
                        background: none repeat scroll 0 0 #D34836;
                    }

                    .post_reply ul li a i:hover {
                        opacity: .5;
                    }

.post_reply_content {
    margin: 30px;
}

    .post_reply_content h1 a:hover {
        color: #FFC800;
    }

    .post_reply_content h4 {
        margin-bottom: 50px;
    }

.reply_section .media-body {
    display: inherit;
}

.comment_section .media-body {
    display: inherit;
}

#comments_title {
    color: #4e4e4e;
    font-weight: 700px;
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 40px;
}

.comment_section {
    margin-top: 30px;
    position: relative;
}

.post_comments img {
    width: 85px;
    height: 85px;
    margin-top: 35px;
}

.post_reply_comments {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 30px;
}

    .post_reply_comments:before {
        border-color: transparent #F0F0F0 transparent transparent;
        border-style: solid;
        border-width: 15px;
        content: " ";
        height: 0;
        left: 75px;
        position: absolute;
        top: 20px;
    }

    .post_reply_comments h3,
    .post_reply_content h3 {
        margin-top: 0;
    }

    .post_reply_comments h1 a:hover {
        color: #c52d2f;
    }

    .post_reply_comments h4 {
        color: #c4c4c5;
        font-weight: 400;
    }

    .post_reply_comments p {
        padding-bottom: 30px;
    }

    .post_reply_comments a {
        bottom: 15px;
        position: absolute;
        right: 30px;
        background: #c52d2f;
        color: #fff;
        border-radius: 5px;
        padding: 8px 20px;
    }

        .post_reply_comments a:before {
            border-color: #c52d2f transparent transparent;
            border-style: solid;
            border-width: 16px;
            bottom: -11px;
            content: "";
            height: 0;
            left: -12px;
            position: absolute;
            z-index: 99999;
        }

    .post_reply_comments h2 a {
    }

.message_heading {
    margin-bottom: 50px;
    margin-top: 60px;
}


/******************
 404 page css
 ******************/

#error .btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success:hover {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
    color: #4E4E4E;
}

#error h1 {
    color: #4e4e4e;
    text-transform: uppercase;
}


/******************
shortcodes page css
******************/

.shortcode-item {
    padding-bottom: 0;
}

    .shortcode-item h2 {
        color: #4E4E4E;
        font-size: 24px;
        margin-bottom: 22px;
        margin-top: 0;
        font-weight: 600
    }
/*************************
*******Alumni******
**************************/
.alumni-page {
    background: #f8f8f8;
}

.alumni .subtitle h3 {
    color: #242C42;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    border-bottom: 2px solid #004B8F;
}

.content-inner h3 {
    margin-top: 10px;
    color: #242C42;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.alumni .content-box {
    background: #fff;
}

    .alumni .content-box:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=25, Direction=90, Color=#242c42)"; /*IE 8*/
        -moz-box-shadow: 0px 0px 25px #242c42; /*FF 3.5+*/
        -webkit-box-shadow: 0px 0px 25px #242c42; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 0px 0px 25px #242c42; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=25, Direction=90, Color=#242c42); /*IE 5.5-7*/
    }

.content-box .image-sec {
    float: left;
    width: 32%;
}

.content-box .content-inner {
    float: right;
    width: 68%;
    padding-left: 20px;
}

    .content-box .content-inner p {
        color: #004B8F;
    }

.content-box address {
    margin-bottom: 64px;
}

/*************************
*******faculty******
**************************/

/* Flat Porfolio 
-----------------------------------------------------------------*/
.portfolio-filter {
    margin-bottom: 33px;
    text-align: center;
}

    .portfolio-filter li, .porfolio-filter li a {
        display: inline-block;
    }

        .portfolio-filter li a {
            font-size: 16px;
            line-height: 16px;
            color: #b1b1b1;
            padding-right: 30px;
            position: relative;
            font-family: Montserrat, sans-serif;
        }

        .portfolio-filter li.active a {
            color: #333;
        }

        .portfolio-filter li:last-child a {
            padding-right: 0;
        }

        .portfolio-filter li:not(:last-child) a:after {
            content: "|";
            position: absolute;
            right: 12px;
            color: #b1b1b1;
        }

/* Flat teacher team
--------------------------------------------------------------------------- */
.flat-teacher .content {
    padding: 30px;
}

.flat-teacher .content {
    position: relative;
    padding: 26px 19px 18px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 4px solid #004B8F;
    box-shadow: 0px 2px 0px 0px rgba(229, 229, 229, 1);
    line-height: 22px;
}

    .flat-teacher .content h4 {
        margin-bottom: 17px;
        margin-top: 0;
    }

.flat-teacher .flat-socials {
    margin-bottom: 12px;
}

    .flat-teacher .flat-socials > li {
        padding: 0 1px;
        display: inline-block;
    }

        .flat-teacher .flat-socials > li a {
            line-height: 30px;
            height: 30px;
            width: 30px;
            border: 1px solid #4b6ea9;
            border-radius: 30px;
            padding: 0;
            text-align: center;
            display: inline-block;
        }

        .flat-teacher .flat-socials > li.twitter a {
            border-color: #65bbf2;
            color: #65bbf2;
        }

        .flat-teacher .flat-socials > li.linkedin a {
            border-color: #008bc2;
            color: #008bc2;
        }

        .flat-teacher .flat-socials > li.youtube a {
            border-color: #f43522;
            color: #f43522;
        }

        .flat-teacher .flat-socials > li:hover a {
            border-color: #ffaa30;
            color: #ffaa30;
        }

.flat-teacher .flat-information > li:before {
    top: 4px;
    left: 0;
}

.flat-teacher .flat-information > li.email {
    margin-left: 0;
}

.flat-teacher .flat-information > li a {
    font-size: 13px;
    line-height: 31px;
    padding: 0 10px;
}

.flat-teacher .flat-information > li.details {
    margin-top: 10px;
}

.flat-teacher .flat-information > li.position a {
    cursor: default;
}

.flat-teacher .flat-information > li.position:before {
    content: "\f006";
    font: normal normal normal 14px/1 FontAwesome;
}

.flat-teacher .flat-information > li.research:before {
    content: "\f005";
    font: normal normal normal 14px/1 FontAwesome;
    color: #F8C301;
}

.flat-teacher .flat-information > li.skype:before {
    content: "\f17e";
    font: normal normal normal 14px/1 FontAwesome;
}

.flat-information > li.email:before {
    content: "\f0e0";
    font: normal normal normal 14px/1 FontAwesome;
}

.flat-information > li.phone:before {
    content: "\f095";
    font: normal normal normal 14px/1 FontAwesome;
}
/* pagging
--------------------------------------------------------------------------- */
.blog-pagination .flat-pagination li:hover {
    border: 1px solid #242c42;
    border-radius: 4px;
}

.blog-pagination .flat-pagination li {
    display: inline-block;
    margin-left: 1px;
}

.blog-pagination .flat-pagination .active {
    color: #fff;
    background-color: #ffaa30;
    border-radius: 4px;
    display: inline-block;
}

.blog-pagination .flat-pagination .active {
    line-height: 23px;
    font-size: 14px;
    padding: 10px 19px;
}

.blog-pagination .flat-pagination li a {
    display: inline-block;
    line-height: 23px;
    font-size: 14px;
    padding: 10px 18px;
    font-family: "Montserrat", sans-serif;
    color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .blog-pagination .flat-pagination li a:hover, .blog-pagination .flat-pagination .active {
        color: #fff;
        background-color: #242c42;
        border-radius: 4px;
        display: inline-block;
    }

.blog-pagination .flat-pagination li {
    border: 1px solid #242c42;
    color: #000;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.entry-image img {
    width: 100%;
}
/* flat hover zoom */
.flat-hover-zoom .entry-image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.flat-hover-zoom:hover .entry-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hover-shadow:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=25, Direction=90, Color=#242c42)"; /*IE 8*/
    -moz-box-shadow: 0px 0px 25px #242c42; /*FF 3.5+*/
    -webkit-box-shadow: 0px 0px 25px #242c42; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0px 0px 25px #242c42; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=25, Direction=90, Color=#242c42); /*IE 5.5-7*/
}

.flat-hover-zoom .entry-image {
    overflow: hidden;
}

.flat-teacher-team-isotope {
    position: relative;
    min-height: 1460px;
}

.teacher .flat-teacher {
    margin-bottom: 29px;
}
/*************************
*******faculty-Details******
**************************/
.tt-simple-image {
    display: inline-block;
    position: relative;
}

    .tt-simple-image:before {
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        right: 0;
        width: 50%;
        height: 100%;
        background: #004B8F;
        margin-right: -10px;
        z-index: -1;
    }

.tt-heding-title {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 26px;
}

.tt-heding {
    margin-bottom: 10px;
}

    .tt-heding h2 {
        border-bottom: 2px solid #242C42;
        color: #242C42;
    }
/*.tt-heding-title:after {
	content: '';
	display: inline-block;
	width: 65px;
	height: 3px;
	background: #f8d24b;
}*/
.tt-heding-desc {
    font-family: 'PT Serif';
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #aeaeae;
    font-style: italic;
    letter-spacing: 0.2px;
    margin-top: 7px;
}

.tt-heding.color-2 .tt-heding-title {
    color: #fff;
}

.tt-teacher-table {
    list-style: none;
    font-family: 'PT Serif';
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #6a6a6a;
    letter-spacing: 0.5px;
    font-style: italic;
    padding-left: 0;
    word-break: break-word;
}

    .tt-teacher-table li {
        border-bottom: 1px solid #dedede;
        padding: 15px 0 18px 0;
    }

        .tt-teacher-table li:first-child {
            padding-top: 0;
        }

        .tt-teacher-table li:after {
            content: '';
            display: block;
            clear: both;
        }

        .tt-teacher-table li div:nth-child(1) {
            float: left;
            width: 28%;
        }

        .tt-teacher-table li div:nth-child(2) {
            float: right;
            width: 72%;
            padding-left: 30px;
        }

    .tt-teacher-table a {
        color: #6a6a6a;
    }

        .tt-teacher-table a:hover {
            color: #32bee9;
        }

.simple-text {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #777;
    letter-spacing: 0.5px;
}

    .simple-text h5 small {
        font-size: 18px;
        line-height: 24px;
        font-weight: inherit;
        color: #004B8F;
    }

.tt-custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .tt-custom-list li {
        display: block;
        position: relative;
        font-family: 'PT Sans';
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
        color: #000;
        letter-spacing: 0.5px;
        font-style: italic;
        padding-left: 55px;
        margin-bottom: 30px;
    }

        .tt-custom-list li:last-child {
            margin-bottom: 0;
        }

        .tt-custom-list li:before {
            content: "\f046";
            font: normal normal normal 14px/1 FontAwesome;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            font-size: 30px;
            color: #004B8F;
        }

.faculty-tab, .bg-1 {
    background: #d9d9d9;
}

    .faculty-tab .upper-pannel {
        background: none;
        border-bottom: none;
    }

    .faculty-tab .tab-content {
        padding: 30px;
    }

    .faculty-tab .cd-tabs ul li a {
        margin-right: 3px;
        color: #fff;
        border: none;
        font-weight: 700;
        text-transform: uppercase;
        background: #242C42;
        display: block;
        padding: 10px 0;
        border-radius: 0;
    }

    .faculty-tab .cd-tabs ul li:last-child a {
        margin-right: 0;
    }

    .faculty-tab .cd-tabs ul li.active a {
        background: transparent;
        color: #242C42 !important;
        border-top: 2px solid #004B8F;
    }

    .faculty-tab .cd-tabs ul li {
        float: left;
        width: 33.33%;
        text-align: center;
    }

    .faculty-tab .content h2 {
        font-size: 18px;
    }

.tt-training-date {
    float: left;
    font-family: 'PT Serif';
    font-size: 35px;
    line-height: 35px;
    font-weight: 400;
    color: #004B8F;
    font-style: italic;
    letter-spacing: 0.5px;
}

.tt-training-info {
    padding-left: 110px;
}

.tt-training-link {
    display: block;
    font-family: 'Open Sans';
    text-transform: uppercase;
    margin-bottom: 9px;
    color: #242C42;
    font-weight: 700;
}

    .tt-training-link:hover {
        color: #004B8F;
    }
/*************************
*******Calender Activities******
**************************/
.calender .table {
    border: 1px solid #004B8F;
}

    .calender .table p {
        color: #004B8F;
    }

    .calender .table > thead > tr > th {
        border-right: 1px solid #004B8F;
        text-align: center;
    }

.table > tbody > tr > td {
    border-left: 1px solid #004B8F;
}

.table > tbody > tr > th {
    text-align: center;
}

.table > thead > tr > th {
    border-bottom: 2px solid #004B8F;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #004B8F;
}

.table > thead > tr > th, .table > tbody > tr > td, .table > tbody > tr > th {
    border-top: 1px solid #004B8F;
}

.slbg {
    padding: 30px;
    border-radius: 10px;
    margin: 0px 10px 0px 10px;
}

.text_smple {
    background: #ebebec;
    border: #e3e3e4 solid 2px;
    padding: 10px;
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

/*************************
*******Innovation******
**************************/
.innovation .main-title {
    margin: 40px 0 15px;
}

    .innovation .main-title h2 {
        font-size: 26px;
    }

.innovation .content h2 {
    font-size: 22px;
    color: #F00;
    margin-top: 15px;
    margin-bottom: 19px;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 32px;
    padding: 0px 0px 10px 0px;
}

.innovation .cd-tabs ul li a {
    text-transform: capitalize;
}

.innovation .tab-content .satiety-img {
    width: 100%;
}

/*************************
*******Media Page******
**************************/
.media-slider {
    margin-top: 52px;
}

    .media-slider .owl-item {
        text-align: center;
    }

/*************************
*******Exposure Page******
**************************/

.Exposure ul li {
    position: relative;
    padding-left: 20px;
}

    .Exposure ul li:before {
        content: "\f101";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        top: 3px;
        left: 0;
        color: #242C42;
        font-weight: 700;
    }

.Exposure .panel-default > .panel-heading {
    background-color: #004B8F;
    border: 0 none;
    box-shadow: none;
}

.Exposure .panel-title > a {
    display: block;
    color: #fff;
}
/*************************
*******courses Page******
**************************/
.courses .cd-tabs2 ul li a {
    background-color: #eeeeee;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px 10px 20px;
    display: block;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    border-radius: 0;
}

.courses .cd-tabs2 ul li.active a {
    background: #004B8F;
    border-left: 4px solid #242C42 !important;
    color: #fff;
    position: relative;
}

    .courses .cd-tabs2 ul li.active a::after {
        bottom: 0;
        content: "";
        height: 21px;
        right: -22px;
        position: absolute;
        top: 0;
        width: 23px;
        width: 0;
        height: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 21px 0 25.723px;
        border-color: transparent transparent transparent #004B8F;
    }

.courses .cd-tabs ul li {
    width: 100%;
    margin-bottom: 5px;
}

.courses-title h2 {
    font-size: 22px;
    margin-top: 0;
    color: #242C42;
    border-bottom: 2px solid #004B8F;
    display: inline-block;
    margin-bottom: 20px;
}

.content-group {
    margin-bottom: 10px;
}

    .content-group label {
        min-width: 200px;
    }

    .content-group span {
        padding-left: 10px;
        vertical-align: top;
    }

span.eligible {
    width: 70%;
    display: inline-block;
    margin-top: 0px;
    padding-top: 0px;
    clear: both;
}

.courses-img {
    position: relative;
}

    .courses-img .admission {
        position: absolute;
        top: 0;
        right: 0;
        background: #F00;
        color: #fff;
        font-weight: 700;
        padding: 10px 20px;
        text-transform: uppercase;
    }

.star-rating {
    font-size: 14px;
    height: 16px;
    width: 75px;
    line-height: 1;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: 0px;
}

    .star-rating::before, .star-rating span::before {
        color: #c0c0c0;
        content: "\f005\f005\f005\f005\f005";
        float: left;
        font-family: fontawesome;
        left: 0;
        letter-spacing: 2px;
        position: absolute;
        top: 0;
    }

    .star-rating span::before {
        color: #ffc300;
    }

    .star-rating span {
        float: left;
        left: 0;
        overflow: hidden;
        padding-top: 1.5em;
        position: absolute;
        top: 0;
    }

.course-structure .upper-pannel {
    border-bottom: none;
    margin-bottom: 0;
}

.course-structure {
    background: #d8d8d8;
}

    .course-structure .csd-tabs ul li {
        width: 33.33%;
        text-align: center;
        margin-bottom: 0;
        float: left;
    }

    .course-structure .cd-tabs ul li a {
        display: block;
        border: none;
        border-radius: 0;
        margin-right: 0;
        padding: 10px 0;
        color: #fff;
        font-weight: 700;
        background: #242C42;
        margin-right: 3px;
    }

    .course-structure .cd-tabs ul li:last-child a {
        margin-right: 0;
    }

    .course-structure .cd-tabs ul li.active a {
        background: #d8d8d8;
        color: #242C42;
        border-top: 2px solid #004B8F;
    }

    .course-structure .tab-content {
        padding: 20px;
    }

    .course-structure .upper-pannel {
        background: none;
    }

    .course-structure .lft-sec, .course-structure .rgt-sec {
        width: 50%;
    }

    .course-structure .lft-sec {
        padding-right: 20px;
    }

ul.courses-list li {
    padding-left: 10px;
    position: relative;
    margin-bottom: 10px;
    font-size: 13px;
}

    ul.courses-list li:before, .objective ul li:before, .advantage .tab-content ul li:before {
        content: "\f101";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        top: 5px;
        left: -2px;
        color: #004B8F;
        font-weight: 700;
    }

.objective {
    background: #80c1ff;
}

    .objective ul {
        padding: 20px;
        padding-top: 0;
        color: #fff;
        font-size: 13px;
    }

    .objective h2 {
        font-size: 14px;
        color: #fff;
        background: #242C42;
        padding: 10px 0;
        text-align: center;
        text-transform: uppercase;
    }

    .objective ul li {
        position: relative;
        margin-bottom: 10px;
    }

        .objective ul li:before {
            left: -12px;
            top: 3px;
        }

.courses .blue {
    font-weight: 700;
}

.course-struct {
    padding-left: 10px;
}

.courses .tab-content img {
    width: 100%;
}

.course2 h2 {
    font-size: 16px;
}

/***********************
*********Advantages******
************************/
.title {
    border-bottom: 2px solid #000;
}

.advantage-pannel {
    /*padding-bottom:5px;*/
    border-bottom: 1px solid #000;
}

.advantage h2 {
    margin-bottom: 30px;
}

.advantage .tab-content ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

.advantage .rgt-txt li {
    color: #4E4E4E;
}

.advantage-img {
    overflow: hidden;
    width: 100%;
}

    .advantage-img img {
        margin: 0 10px;
    }

/***********************
*********Academic highlights******
************************/
.academic-highlight .panel-default > .panel-heading {
    background: #004B8F;
}

.academic-highlight .panel-title > a {
    color: #fff;
    display: block;
}

.panel-heading {
    padding: 0;
}

    .panel-heading a {
        padding: 10px 15px;
    }

/***********************
*********Life@Aib******
************************/
.comittee-table {
    border: 1px solid #004B8F;
}

    .comittee-table .table > thead > tr > th {
        border-right: 1px solid #004B8F;
    }

.table {
    margin-bottom: 0;
}

/***********************
*********placements******
************************/
.placements-table {
    border: 1px solid #004B8F;
}

    .placements-table .table > thead > tr > th {
        border-right: 1px solid #004B8F;
    }

/***********************
*********Research-publication******
************************/
.research-publication .panel-heading a {
    display: block;
    color: #fff;
    background: #004B8F;
}

.research-publication .panel-body ul li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 5px;
}

    .research-publication .panel-body ul li:before {
        content: "\f101";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        top: 5px;
        left: -2px;
        color: #004B8F;
        font-weight: 700;
    }

.panel-title a {
    text-transform: uppercase;
}

/***********************
*********Corporate Friends******
************************/
.corporate-friend ul li {
    width: 18%;
    float: left;
    margin-bottom: 15px;
    margin-right: 19px;
    padding: 5px 0;
    text-transform: uppercase;
    color: #000;
    font-size: 11px;
    font-weight: 600;
}


/***********************
********* Footer ******
************************/
footer {
    width: 100%
}

.footer-top {
    background-color: #86bc42;
    color: #fff
}

.footer-top-wrapper {
    display: table;
    width: 100%;
    height: 120px
}

    .footer-top-wrapper .footer-top-left {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding-right: 50px
    }

        .footer-top-wrapper .footer-top-left .footer-top-focus {
            font-weight: 900;
            font-size: 30px;
            text-transform: uppercase;
            margin-bottom: 0
        }

        .footer-top-wrapper .footer-top-left .footer-top-title, .footer-top-wrapper .footer-top-left .footer-top-text {
            font-weight: 300;
            font-size: 16px;
            margin-bottom: 0
        }

    .footer-top-wrapper .footer-top-right {
        display: table-cell;
        vertical-align: middle;
        text-align: right
    }

        .footer-top-wrapper .footer-top-right input.btn-footer-top {
            background-color: #242c42;
            border: none;
            padding: 15px 30px;
            line-height: 20px
        }

.footer-main {
    background-color: #242c42;
    float: left;
    width: 100%;
    overflow: hidden;
}

    .footer-main .footer-main-wrapper {
        padding-top: 40px;
        /*padding-bottom: 40px;*/
        color: #fff
    }

    .footer-main .title-widget {
        color: #fff;
        padding-bottom: 15px;
        font-size: 16px;
        text-align: left
    }

    .footer-main .hyperlink {
        border-top: 1px solid #2F374C;
        line-height: 30px;
        font-weight: bold;
        position: relative
    }

        .footer-main .hyperlink:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 1px;
            background-color: #2F374C;
            top: -1px;
            left: -100%
        }

        .footer-main .hyperlink:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 1px;
            background-color: #2F374C;
            top: -1px;
            right: -100%
        }

        .footer-main .hyperlink .hyper-left a {
            font-size: 10px;
            color: #4F5B6B
        }

            .footer-main .hyperlink .hyper-left a:hover {
                color: #86bc42
            }

        .footer-main .hyperlink .hyper-right {
            font-size: 14px;
            color: #fff;
            font-weight: normal;
        }

        .footer-main .hyperlink ul.list-inline {
            margin-bottom: 0
        }

    .footer-main .widget a {
        color: #fff
    }

    .footer-main .widget .cur-title {
        color: #86bc42
    }

    .footer-main .recent-post-widget .content-widget a:hover, .footer-main .popular-course-widget .content-widget a:hover, .footer-main .category-widget .content-widget a:hover, .footer-main .archive-widget .content-widget a:hover {
        color: #86bc42
    }

        .footer-main .recent-post-widget .content-widget a:hover span, .footer-main .popular-course-widget .content-widget a:hover span, .footer-main .category-widget .content-widget a:hover span, .footer-main .archive-widget .content-widget a:hover span, .footer-main .recent-post-widget .content-widget a:hover p, .footer-main .popular-course-widget .content-widget a:hover p, .footer-main .category-widget .content-widget a:hover p, .footer-main .archive-widget .content-widget a:hover p, .footer-main .recent-post-widget .content-widget a:hover i, .footer-main .popular-course-widget .content-widget a:hover i, .footer-main .category-widget .content-widget a:hover i, .footer-main .archive-widget .content-widget a:hover i {
            color: #86bc42
        }

    .footer-main .category-widget li, .footer-main .archive-widget li {
        border-bottom-color: #2F374C
    }

    .footer-main .media {
        border-bottom-color: #2F374C
    }

    .footer-main .tag-widget {
        margin: 20px 0px
    }

        .footer-main .tag-widget li {
            margin: 0px 10px 10px 0px;
            display: inline-block
        }

            .footer-main .tag-widget li .tag-item {
                color: #fff;
                display: inherit;
                padding: 10px;
                background-color: #3B4757;
                transition: all .3s ease-in
            }

                .footer-main .tag-widget li .tag-item:hover {
                    background-color: #86bc42
                }

                    .footer-main .tag-widget li .tag-item:hover .tag-item {
                        color: #fff
                    }

    .footer-main .course-price-widget .cur-title.cur {
        color: #86bc42
    }

.sidebar a {
    color: #6f8190
}

.sidebar .title-widget {
    background-color: #242c42;
    color: #fff;
    text-align: center;
    line-height: 50px
}

.sidebar .edugate-widget .content-widget, .sidebar .useful-link-widget .content-widget, .sidebar .gallery-widget .content-widget, .sidebar .mailing-widget .content-widget {
    margin: 20px 0px
}

.sidebar .widget:last-child {
    margin-bottom: 0 !important
}

.widget {
    margin-bottom: 30px
}

    .widget a:hover {
        color: #2594cc;
    }

    .widget p {
        line-height: 24px
    }

    .widget .title-widget {
        font-weight: bold;
        text-transform: uppercase
    }

    .widget .media {
        border-bottom: 1px solid #dee5e9;
        padding: 20px 0px;
        margin: 0px
    }

        .widget .media:last-child {
            border-bottom: none;
            padding-bottom: 0
        }

        .widget .media .media-left {
            padding-right: 0;
            width: 100px;
            height: auto
        }

        .widget .media .media-right {
            padding-left: 15px
        }

            .widget .media .media-right span {
                font-size: 12px
            }

            .widget .media .media-right .comment {
                float: right
            }

                .widget .media .media-right .comment i {
                    margin-right: 3px
                }

            .widget .media .media-right p {
                margin: 0px
            }

        .widget .media .info {
            display: inline-block
        }

        .widget .media .link {
            display: inline-block;
            color: #6f8190
        }

            .widget .media .link .media-image {
                width: 100%
            }

            .widget .media .link:hover {
                color: #86bc42
            }

.edugate-widget p {
    margin-bottom: 20px
}

.edugate-widget .info-list ul {
    margin-bottom: 0px
}

    .edugate-widget .info-list ul li {
        display: table;
        border-top: 1px solid #2F374C;
        width: 100%;
        /*padding-bottom: 15px;*/
        padding: 5px 0px 5px 0px;
    }

        .edugate-widget .info-list ul li > i {
            display: table-cell;
            width: 25px;
            color: #2594cc;
        }

        .edugate-widget .info-list ul li > a {
            display: table-cell
        }

            .edugate-widget .info-list ul li > a:hover {
                color: #fff;
            }

.edugate-widget .info-list p {
    margin-bottom: 0px
}

.useful-link-list ul {
    padding: 0px;
    margin: 0px
}

    .useful-link-list ul li {
        margin-bottom: 8px;
        display: table;
        line-height: 24px
    }

        .useful-link-list ul li a {
            display: table-cell
        }

            .useful-link-list ul li a:hover {
                color: #fff;
            }

        .useful-link-list ul li i {
            display: table-cell;
            width: 15px;
            color: #2594cc;
            font-weight: bold
        }

.mailing-widget p {
    margin-bottom: 15px
}

.mailing-widget input.form-control {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px
}

.mailing-widget .btn-email {
    background-color: #2594cc;
    line-height: 34px;
    text-align: center;
    padding: 0px 14px;
    width: 39px;
    color: #fff;
}

.mailing-widget .input-group {
    margin-bottom: 15px
}

.mailing-widget .form-email-widget {
    height: 35px;
    background-color: #fafafa;
    border-radius: 0px;
    border: none;
    box-shadow: none
}

    .mailing-widget .form-email-widget:focus, .mailing-widget .form-email-widget:active {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
    }

.socials {
    border-top: 1px solid #2F374C;
    padding-top: 15px;
    display: block
}

    .socials a, .socials .link {
        margin-right: 10px;
        margin-bottom: 10px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 3px;
        background-color: #3B4757;
        display: inline-block;
        transition: all .3s ease-in
    }

        .socials a:last-child, .socials .link:last-child {
            margin-right: 0
        }

        .socials a i, .socials .link i {
            color: #fff
        }

        .socials a.facebook:hover, .social-share a.facebook:hover {
            background-color: #395793;
        }

        .socials a.google:hover {
            background-color: #BA2C2C;
        }

        .socials a.twitter:hover, .social-share a.twitter:hover {
            background-color: #1CA3DB;
        }

        .socials a.pinterest:hover, .social-share a.linkdin:hover {
            background-color: #0077B5;
        }

        .socials a.blog:hover {
            background-color: #C3181E;
        }

.social-share a.dribble:hover {
    background-color: #E94D8A;
}

.social-share a.skype:hover {
    background-color: #00AFF0;
}

.socials a:hover, .socials .link:hover {
    background-color: #86bc42;
}

.social-widget {
    margin-top: 30px;
    border: none;
    padding-top: 0px
}

    .social-widget a, .social-widget .link {
        background-color: #a8b0b6;
        margin-bottom: 10px;
        margin-right: 8px
    }

#back-top a {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 2px solid #004B8F;
    background-color: transparent;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    z-index: 100;
    color: #004B8F;
    transition: all .5s ease-in-out
}

    #back-top a i {
        line-height: 40px;
    }

    #back-top a:hover {
        background-color: #004B8F;
        color: #fff
    }

.pb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

p {
    text-align: justify;
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader3.gif) center no-repeat #fff;
}

/*-- //modal --*/
.head-top-w3ls {
    margin: 0 auto;
    text-align: center;
}

    .head-top-w3ls i {
        color: #000;
        font-size: 35px;
    }

i.white {
    color: #fff;
}
/*-- services --*/
h5.title-w3 {
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2em;
    color: #000;
}

h5.head {
    color: #fff;
}

.services-w3layouts, .reviews, .signup, .gallery, .wthree-main-content, .team, .contact-agile {
    padding: 30px 0px;
}

.agile-info-advantages {
    padding: 60px 0 0;
}

    .agile-info-advantages h3 {
        text-align: center;
        font-size: 34px;
        color: #9f782c;
        font-weight: 600;
        margin-bottom: 2px;
        letter-spacing: 4px;
        text-transform: uppercase;
    }

p.vel {
    color: #808080;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 28px;
    padding: 0px 0 0;
    width: 80%;
    margin: 0 auto 50px;
    text-align: center;
}

.w3layouts-our-advantages-grid:nth-child(4), .w3layouts-our-advantages-grid:nth-child(5), .w3layouts-our-advantages-grid:nth-child(6) {
    margin: 3em 0 0;
}

.w3l-our-advantages-grd-left {
    padding: 18px 15px;
    text-align: center;
    width: 64px;
    margin-right: 15px;
    border-radius: 164px;
    -webkit-border-radius: 160px;
    -moz-border-radius: 160px;
    -ms-border-radius: 160px;
    -o-border-radius: 160px;
    background: #566FB3;
}

    .w3l-our-advantages-grd-left i {
        color: #fff;
        font-size: 26px;
    }

    .w3l-our-advantages-grd-left:hover {
        background: #004B8F;
    }

.w3l-our-advantages-grd-right {
    padding: 0 !important;
}

    .w3l-our-advantages-grd-right h4 {
        font-size: 18px;
        color: #1ca0de;
        margin: 0 0 8px;
        text-transform: capitalize;
        line-height: 25px;
    }

    .w3l-our-advantages-grd-right p {
        color: #999;
        font-size: 16px;
        margin: 0;
        line-height: 26px;
    }

    .w3l-our-advantages-grd-right a {
        color: #000;
        text-decoration: none;
        font-size: 14px;
        margin-top: 8px;
        display: inline-block;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        outline: none;
    }

    .w3l-our-advantages-grd-right span {
        font-size: 11px;
        margin-left: 3px;
    }

    .w3l-our-advantages-grd-right a:hover {
        color: #bc0023;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }


/*for our program*/


.blog-details {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #c1c1c1;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px;
    padding: 25px;
    min-height: 282px;
}

    .blog-details h3 {
        font-size: 25px;
        font-weight: 500;
        color: #004B8F;
    }

.blog-meta {
    margin: 2px 0 8px;
}

.published3, .published4 {
    font-family: "Lato", sans-serif;
    color: #666666;
    font-size: 15px;
}

    .published3 > i, .published4 > i, .blog-meta .published3 > i, .blog-meta .published4 > i {
        padding-right: 5px;
    }

.blog-details a.button, .img-text a.button {
    border: 1px solid;
    padding: 4px 8px;
    font-size: 12px;
}

.recruiters-section {
    padding: 20px 0px;
}

/*bt me*/
.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    margin: 5px;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #242C42;
    filter: Alpha(Opacity=50);
    opacity: .5;
}

.owl-theme .owl-controls .owl-buttons div {
    padding: 5px;
}

.owl-theme .owl-buttons i {
    margin-top: 2px;
}

.owl-buttons {
    position: absolute;
    top: 38%;
    width: 100%;
}

    .owl-buttons .owl-prev {
        left: -3%;
        position: absolute;
    }

    .owl-buttons .owl-next {
        right: -3%;
        position: absolute;
    }

.main-heading {
    font-size: 65px;
    color: #fff;
    font-weight: 900;
    margin: 0 0 10px 0;
    animation-delay: 0.8s;
}

.info-heading {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: bold;
    padding: 0 10%;
    text-align: center;
}

.white {
    background: #fff;
    padding: 20px 15px;
    min-height: 160px;
    margin: 30px 0 0 0;
}

    .white h5 {
        font-size: 13px;
        color: #183e65;
    }

    .white p {
        font-size: 13px;
        color: #666;
        line-height: 15px;
    }

.top-position {
    top: 10%
}

.first-heading {
    width: 70%;
    font-size: 35px;
    text-align: justify
}

.inbush-link {
    margin: 0;
}

    .inbush-link img {
        width: 36px;
    }

    .inbush-link a {
        color: #F8C301;
        text-transform: uppercase;
        font-size: 15px;
    }

.alumni-sec {
    background: #f7f7f7;
}
    /*.alumni-sec h2,.alumni-sec p,.alumni-sec h4,.alumni-sec h5{
color:#fff;	
}*/
    .alumni-sec .glyphicon {
        margin-right: 0;
        padding: 2px;
    }

@media(min-width:320px) and (max-width:420px) {
    .main-heading {
        font-size: 18px;
    }

    .info-heading {
        font-size: 10px;
        padding: 0;
        line-height: 12px;
    }

    .top-position {
        top: 0%
    }

    .first-heading {
        font-size: 12px !important;
        width: 100%;
        margin: 0
    }
}




.image-panel {
    background: #fff;
    border-radius: 4px;
    : 10px 0px;
    padding: 10px;
}

    .image-panel h3 {
        font-size: 16px;
    }

    .image-panel p {
        min-height: 130px;
    }

.marquee {
    background: #0072C6;
    padding: 5px;
    border: 0px;
}

    .marquee a {
        color: #fff !important;
        font-weight: bold;
    }

.top-nav {
    margin: 0px;
    padding: 0px;
}

    .top-nav a {
        color: #fff;
        font-size: 14px;
    }

.ulli {
    margin-left: 20px;
}

    .ulli li {
        list-style: disc;
    }
