﻿@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300);
/*Top Header Section*/



.headingcontainer {
    float: left;
    text-align: center;
    width: 100%;
    font-family: font-family: 'Roboto', sans-serif;
}

.lms_heading_1 {
    text-align: center;
    display: inline-block;
}

    .lms_heading_1 .lms_heading_title {
        margin-top: 60px;
        margin-bottom: 17px;
        font-weight: 400;
        padding: 0px 32px 28px 32px;
        border-bottom: 1px solid #9ea6b0;
        position: relative;
    }

.headingcontainer h2 {
    font-size: 34px;
    color: #2c424d;
    font-family: 'Roboto', sans-serif;
}

.lms_heading_1 .lms_heading_title:after {
    content: "";
    position: absolute;
    top: 100%;
    margin: -10px 0 0 -5px;
    left: 50%;
    width: 10px;
    height: 20px;
    background: #fff;
    border-left: 1px solid #9ea6b0;
    border-right: 1px solid #9ea6b0;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
}

.headingcontainer p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 50px;
    font-family: 'Roboto', sans-serif;
}

/*REQUIRED*/

.carousel-row {
    margin-bottom: 10px;
}

.slide-row {
    padding: 0;
    background-color: #000;
    min-height: 150px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    height: auto;
    position: relative;
}

.slide-carousel {
    width: 20%;
    float: left;
    display: inline-block;
}

    .slide-carousel .carousel-indicators {
        margin-bottom: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
    }

        .slide-carousel .carousel-indicators li {
            border-radius: 0;
            width: 20px;
            height: 6px;
        }

        .slide-carousel .carousel-indicators .active {
            margin: 1px;
        }

.slide-content {
    position: absolute;
    top: 0;
    left: 20%;
    display: block;
    float: left;
    width: 80%;
    max-height: 76%;
    padding: 1.5% 2% 2% 2%;
    overflow-y: auto;
}

    .slide-content h4 {
        margin-bottom: 3px;
        margin-top: 0;
    }

.slide-footer {
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 78%;
    height: 20%;
    margin: 1%;
}










/********************************/
/*    Registration SLider DIV  Start */
/********************************/

#custom_carousel .item {
    color: #000;
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
}

#custom_carousel .controls {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background: #ddd;
}

    #custom_carousel .controls li {
        display: table-cell;
        width: 1%;
        max-width: 90px;
        background-color: #fff;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

        #custom_carousel .controls li:last-child {
            border-right: none;
        }

        #custom_carousel .controls li:hover,
        #custom_carousel .controls li:focus {
            border-top: 3px solid #008dd5;
            background-color: #fff;
            border-bottom: none;
        }

        #custom_carousel .controls li.active {
            border-top: 3px solid #f16336;
            background-color: #f16336;
            border-bottom: none;
			font-size:24px;
			color:#fff;
        }
		button.btn.btn-primary.pull-right.disabled {
    background: #f16336;
    border: none;
    padding: 10px 25px;
	opacity: 10; 
}
        #custom_carousel .controls li.active a{
            color:#fff;
        }
		 #custom_carousel .controls li.active a:hover{
            color:#333;
        }

    #custom_carousel .controls a small {
        overflow: hidden;
        display: block;
        font-size: 10px;
        margin-top: 5px;
        font-weight: bold;
    }


/********************************/
/*    Registration SLider DIV  End */
/********************************/



/* grid system via getbootstrap.com/examples/grid/grid.css */

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.fdw-post a.demolink {
    color: #f4f4f4;
    background: #f47e7e;
    font-weight: bold;
    padding: 8px 25px 8px 25px;
    margin-left: 5px;
    margin-top: 50px;
    font-family: Arial, sans-serif;
    border-radius: 4px;
    border: solid 0 #e3edf4;
    border-bottom: 2px solid #e76969;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

h4 {
    margin-top: 25px;
}

.btn-center {
    margin-left: 41%;
}

header h1.logo {
    margin: 0;
    padding: 5px 0;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: left;
    color: transparent;
    -moz-transition: all .2s ease-in .2s;
    -o-transition: all .2s ease-in .2s;
    -webkit-transition: all .2s ease-in .2s;
    transition: all .2s ease-in .2s;
}

.navbar-inverse {
    background-color: #F6F6F6;
    border-color: #f6f6f6;
}

div.footer-copyright {
    background: #316441 url(pattern.png) repeat center center !important;
}





hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

.header-image {
    display: block;
    width: 100%;
    text-align: center;
    background: url('http://placehold.it/1900x500') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.headline {
    padding: 120px 0;
}

    .headline h1 {
        font-size: 130px;
        background: #fff;
        background: rgba(255, 255, 255, 0.9);
    }

    .headline h2 {
        font-size: 77px;
        background: #fff;
        background: rgba(255, 255, 255, 0.9);
    }

.featurette-divider {
    margin: 80px 0;
}

.featurette {
    overflow: hidden;
    margin-top: 0;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
}

    .featurette > .container-fluid {
        padding: 0;
    }


.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}

.featurette-heading {
    font-size: 50px;
}

footer {
    margin: 50px 0;
}


/*Content Text*/
.wpb_wrapper {
	font-family: roboto;
    line-height: 23px;
	font-size:16px;
	text-align:center;
	margin-bottom:30px;
}

.standard-arrow {
    margin: 15px 0 15px 0;
}


    .standard-arrow li {
        list-style: outside none none;
        margin-bottom: 10px;
        padding-left: 0;
        position: relative;
    }

        .standard-arrow li:before {
            font-family: FontAwesome;
            content: "\f192";
            display: inline-block;
            padding-right: 3px;
            vertical-align: middle;
            color: #428bca;
            float: left;
        }

.hr-thin {
    border-color: rgba(142, 142, 142, 0.15) -moz-use-text-color -moz-use-text-color;
    border-style: solid none none;
    border-width: 1px medium medium;
}

.hr-thin {
    height: 9px;
    line-height: 9px;
    margin: 0 auto;
}


<!-- -->

select.form-control {
    border-color: #008dd5;
    font-size: 1.1em;
    height: inherit;
    padding: 8px 32px 8px 13px;
    color: #999;
}

textarea.form-control {
    border-color: #008dd5;
    font-size: 1.1em;
    height: inherit;
    padding: 8px 32px 8px 13px;
}


/**** Validation Css Start ***/
.contact-form {
    margin-top: 15px;
}

    .contact-form .textarea {
        min-height: 220px;
        resize: none;
    }

.form-control {
    box-shadow: none;
    border-color: #ccc !important;
    height: 49px;
	margin-top:10px;
}

    .form-control:focus {
        box-shadow: none;
        border-color: #00b09c;
    }

.form-control-feedback {
    line-height: 50px;
}

.main-btn {
    background: #00b09c;
    border-color: #00b09c;
    color: #fff;
}

    .main-btn:hover {
        background: #00a491;
        color: #fff;
    }

.form-control-feedback {
    line-height: 50px;
    top: 0px;
}
/**** Validation Css Start ***/

/**** Modal Css Start ***/
.modal-header-success {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-warning {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-danger {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-info {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-primary {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.btn > h4 {
    margin-top: 0;
}
/**** Modal Css End ***/

@media(max-width:1200px) {
    .headline h1 {
        font-size: 140px;
    }

    .headline h2 {
        font-size: 63px;
    }

    .featurette-divider {
        margin: 50px 0;
    }

    .featurette-image.pull-left {
        margin-right: 20px;
    }

    .featurette-image.pull-right {
        margin-left: 20px;
    }

    .featurette-heading {
        font-size: 35px;
    }
}

@media(max-width:991px) {
    .headline h1 {
        font-size: 105px;
    }

    .headline h2 {
        font-size: 50px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-image {
        max-width: 50%;
    }

        .featurette-image.pull-left {
            margin-right: 10px;
        }

        .featurette-image.pull-right {
            margin-left: 10px;
        }

    .featurette-heading {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .container {
        margin: 0 15px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-heading {
        font-size: 25px;
    }
}

@media(max-width:668px) {
    .headline h1 {
        font-size: 70px;
    }

    .headline h2 {
        font-size: 32px;
    }

    .featurette-divider {
        margin: 30px 0;
    }
}

@media(max-width:640px) {
    .headline {
        padding: 75px 0 25px 0;
    }

        .headline h1 {
            font-size: 60px;
        }

        .headline h2 {
            font-size: 30px;
        }
}

@media(max-width:375px) {
    .featurette-divider {
        margin: 10px 0;
    }

    .featurette-image {
        max-width: 100%;
    }

        .featurette-image.pull-left {
            margin-right: 0;
            margin-bottom: 10px;
        }

        .featurette-image.pull-right {
            margin-bottom: 10px;
            margin-left: 0;
        }
}


/***** Course Box Start ***********/
/* Common styles */

.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3em;
}

.pricing__item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
}

.pricing__feature-list {
    text-align: left;
}

.pricing__action {
    color: inherit;
    border: none;
    background: none;
}

    .pricing__action:focus {
        outline: none;
    }

/* Tenzin */
.pricing--tenzin .pricing__item {
    margin: 1em;
    padding: 2em 2em;
    text-align: left;
    color: #262b38;
    background: #EEF0F3;
    border-top: 3px solid #EEF0F3;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

    .pricing--tenzin .pricing__item:hover {
        border-color: #3e62e0;
    }

.pricing--tenzin .pricing__title {
    font-size: 1.5em;
    line-height: 40px;
    margin: 0 0 1em;
    vertical-align: middle;
}

    .pricing--tenzin .pricing__title > img {
        width: 40px;
        float: left;
        vertical-align: middle;
    }

.pricing--tenzin .pricing__price {
    font-size: 2em;
    font-weight: bold;
    padding: 0.5em 0 0.75em;
    border-top: 3px solid rgba(139, 144, 157, 0.18);
}

.pricing--tenzin .pricing__currency {
    font-size: 0.5em;
    vertical-align: super;
}

.pricing--tenzin .pricing__sentence {
    font-weight: bold;
    padding: 0 0 0.5em;
    color: #9CA0A9;
    border-bottom: 3px solid rgba(139, 144, 157, 0.18);
}

.pricing--tenzin .pricing__feature-list {
    font-size: 1em;
    font-style: italic;
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: right;
    color: #8b909d;
}

.pricing--tenzin .pricing__action {
    font-weight: bold;
    margin-top: auto;
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    background: #3e62e0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

    .pricing--tenzin .pricing__action:hover,
    .pricing--tenzin .pricing__action:focus {
        background-color: #3b5ac5;
    }

/*** Career ***/
.career-container {
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    overflow: hidden;
}


.customsli {
    border-bottom: 1px solid #eee;
}

.slidenav .controls {
    text-align: center;
    white-space: nowrap;
}

    .slidenav .controls li.active {
        background-color: #fff;
        border-bottom: medium none;
        border-top: 3px solid #008dd5;
    }

    .slidenav .controls li {
        border-right: 1px solid #eee;
        display: table-cell;
        max-width: 90px;
        width: 1%;
    }

.customsli li a {
    font-size: 14px;
}

.slidenav .controls li:last-child {
    border-right: none;
}

.headbtn {
    margin-bottom: 2em;
}

    .headbtn > a {
        margin: 0 .3em;
    }

.careermain {
    box-shadow: none;
}

.career-dec {
    line-height: 23px;
    margin-bottom: 1.5em;
    margin-top: -15px;
    max-height: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}


/*** Career 2 Start ****/

/* Demo Buttons Style */
.careernav {
    padding-top: 1em;
    font-size: 0.9em;
}

    .careernav a {
        display: inline-block;
        margin: 0.5em;
        padding: 0.7em 1.1em;
        border: 3px solid #b3b9bf;
        color: #b3b9bf;
        font-weight: 700;
    }

        .careernav a:hover,
        .careernav a.current-demo,
        .careernav a.current-demo:hover {
            border-color:#f16336;
            color: #fff !important;
			background:#f16336 !important;
        }


.grid {
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

    .grid li {
        display: inline-block;
        width: 24%;
        margin: 0;
        padding: 20px;
        text-align: left;
        position: relative;
    }

    .grid figure {
        margin: 0;
        padding: 30px;
        position: relative;
        background-color: #f5f5f5;
    }

    .grid .active {
        background: #b3b9bf;
    }

    .grid figure img {
        max-width: 170px;
        height: 170px;
        display: block;
        position: relative;
    }

    .grid figcaption {
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px;
        background: #2c3f52;
        color: #ed4e6e;
    }

        .grid figcaption h3 {
            margin: 0;
            padding: 0;
            color: #fff;
        }

        .grid figcaption span:before {
            content: 'by ';
        }

        .grid figcaption a {
            text-align: center;
            padding: 5px 10px;
            border-radius: 2px;
            display: inline-block;
            background: #41c0c2;
            color: #fff;
        }

/* Individual Caption Styles */

/* Caption Style 1 */
.cs-style-1 figcaption {
    height: 100%;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.no-touch .cs-style-1 figure:hover figcaption,
.cs-style-1 figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
    -ms-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
}

.cs-style-1 figcaption h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}


.cs-style-1 figcaption span {
    display: block;
    max-height: 116px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #b3b9bf;
}

.cs-style-1 figcaption > span > p {
    margin-left: 0 !important;
    color: #b3b9bf;
    display: block;
    font-size: 14px;
    max-height: 116px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cs-style-1 figcaption a {
    margin-top: 20px;
}


@media screen and (max-width: 31.5em) {
    .grid {
        padding: 10px 10px 100px 10px;
    }

        .grid li {
            width: 100%;
            min-width: 300px;
        }
}


.listview > li {
    width: 100%;
    float: left;
    background: #f5f5f5;
    margin-bottom: 10px;
    padding: 0;
}

.listview figure {
    background: none;
}

    .listview figure img {
        float: left;
        margin-top: -24px;
        max-width: 50px;
        max-height: 50px;
    }

.listview figcaption {
    background: none;
    padding: 0;
    visibility: visible !important;
    opacity: 1;
    width: 85%;
    float: right;
    right: 0;
    left: inherit;
    text-align: left;
}

    .listview figcaption span {
        display: none;
    }

    .listview figcaption > h3 {
        margin: 0;
        color: #222;
        float: left;
    }

    .listview figcaption a {
        margin: 0;
        float: right;
    }
/*** Career 2 End ****/

/*** Boxborder Start ****/
.boxborder {
}

    .boxborder .block-grid-item {
        border: none;
    }

    .boxborder > .table-bordered > tbody > tr > td {
        border-color: #e9e6e8;
        border-top: none;
        border-width: 0 1px 1px 0;
    }

        .boxborder > .table-bordered > tbody > tr > td:last-child {
            border-right: none;
        }

        .boxborder > .table-bordered > tbody > tr > td:hover {
            background: #e9e6e8;
        }

    .boxborder > .table-bordered {
        border: none;
    }


.fully-managed .block-grid-item {
    text-overflow: ellipsis;
    word-wrap: break-word;
}



div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-left: 50px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.bhoechie-tab-menu div.list-group > a {
            margin-bottom: 0;
        }

            div.bhoechie-tab-menu div.list-group > a .glyphicon,
            div.bhoechie-tab-menu div.list-group > a .fa {
                color: #242430;
            }

            div.bhoechie-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a.active,
            div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
            div.bhoechie-tab-menu div.list-group > a.active .fa {
                background-color: #f16336;
                background-image: #ff7373;
                color: #ffffff;
				border:none;
            }

                div.bhoechie-tab-menu div.list-group > a.active:after {
                    content: '';
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    margin-top: -13px;
                    border-left: 0;
                    border-bottom: 13px solid transparent;
                    border-top: 13px solid transparent;
                    border-left: 10px solid #f16336;
                }

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}
