html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-line-hight-adjust: 100%;
    -ms-text-line-hight-adjust: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.99);
    width: 100%;
    /*background: url(../img/body-bg.png) 0 0 repeat;*/
    /*background-size:cover!important;*/
    background: #f1f1f1;
}

p {
    /*word-break:break-all;*/
}

ul {
    list-style-type: none;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    /*transition: width 10s ease ;*/
}

a {
    background-color: inherit;
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none !important;
}

.btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

textarea {
    resize: none;
}

.animation {
    -webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
    transition: all 900ms linear;
    transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-duration: 0.20s;
    -ms-transition-duration: 0.20s;
    -o-transition-duration: 0.20s;
    transition-duration: 0.20s;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.99;
    background-color: inherit;
    text-decoration: none;
    outline: none;
}

img {
    outline: none;
    border: 0 none;
    display: block;
    margin: 0 auto;
}

.spacer {
    line-height: 0px;
    font-size: 0px;
    clear: both;
}

textarea {
    resize: none
}

html,
body {
    height: 100%;
}

option {
    padding-left: 7px;
}

select {
    padding-top: 6px!important;
}

.dot {
    white-space: nowrap;
    overflow: hidden;
    width: 90%;
    text-overflow: ellipsis;
}

.title .tip-yellow {
    display: none!important;
}

ul,
ol {
    margin-bottom: 0px!important;
    margin-top: 0;
    list-style-type: none;
}

.l {
    float: left;
}

.r {
    float: right;
}


/*========================common css end======================================*/

.main_wrap {
    width: 100%;
}

.hd1 {
    /*background: rgba(0, 0, 0, 0) url("../img/heading-bg.png") no-repeat scroll center bottom;*/
    color: #000;
    /*font-family: "Montserrat", sans-serif;*/
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 0;
    /*text-transform: uppercase;*/
}

.hd2 {
    background: rgba(0, 0, 0, 0) url("../img/heading-bg2.png") no-repeat scroll center bottom;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    font-weight: bold;
    line-height: 60px;
    margin: 0 0 30px;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.para1 {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    text-align: justify;
}

/*.abt-para p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    text-align: justify;
}*/

.blue-button {
    background: #D57018 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding: 7px 20px;
    text-transform: uppercase;
}

.blue-button:hover {
    background: #D57018 none repeat scroll 0 0;
    color: #fff;
}

.blue-button i {
    margin-left: 15px;
}

.white-button {
    background: #fff none repeat scroll 0 0;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    padding: 7px 20px;
    text-transform: uppercase;
}

.white-button:hover {
    background: #fff none repeat scroll 0 0;
    color: #000;
}

.white-button i {
    margin-left: 15px;
}


/*========================common class end====================================*/


/*========================start header========================================*/

header {}

.header_top {
    background: #ff7000;
    padding: 5px 0;
    color: #fff;
}
.aniso{
    margin: 0;
    font-size: 13px;
    margin-top: 6px;
}
.header_top ul {}

.header_top ul li {
    color: #fff;
    float: left;
    margin-right: 25px;
}

.header_top ul li:last-child {
    margin-right: 0px;
}

.header_top ul li a {
    color: #fff;
}

.header_top ul li i {
    padding-right: 5px;
}

.header_btm {
    background: #fff;
    padding: 20px 0;
}
.fixed{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99; 
}
.navbar-default {
    background: none;
    border: none;
    margin-bottom: 0px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background: none;
}
.navbar-nav{
    float: right;
}
.navbar-nav > li > a {
    padding: 15px 2px;
    font-size: 15px;
    text-transform: uppercase;
}
.navbar-brand{
    padding: 0;
    padding-top: 5px;
}
.navbar {
    position: relative;
}
.nav > li {
    display: block;
    margin-left: 30px;
    position: relative;
}
.navbar-collapse {
    padding: 0;
}
.dropdown-menu{
    width: 342px;
}
.dropdown-menu>li>a {
    white-space: initial;
}
.dropdown-menu>li{
    border-bottom: 1px solid #ddd;
}
.btn-warning {
    color: #fff;
    background-color: #ff7000;
    border-color: #ff7000;
    border-radius: 40px;
    padding: 10px 20px;
}
.btn-outline-warning{
    border: 1px solid #ff7000;
    border-radius: 40px;
    color: #ff7000;
    padding: 10px 20px;
}
.btn-search{
    background-color: #d96e1a;
    border-color: #d96e1a;
    position: absolute;
    top: 8px;
    right: 0;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
}
.btn-search:hover{
  background-color: #d96e1a;
  border-color: #d96e1a; 
  color: #fff;
}
.btn-search:focus{
  background-color: #d96e1a;
  border-color: #d96e1a; 
  color: #fff;
}
.btn-mocktest{
    border-radius: 30px;
    background: #000000;
    color: #fff;
    font-size: 14px;
    padding: 5px 22px;
}
.btn-mocktest:hover{
    background: #333333;
    color: #fff;
}
.btn-mocktest:focus{
    background: #000000;
    color: #fff;
}
.btn-login{
   border-radius: 30px;
    background: #5e2900;
    color: #fff;
    font-size: 14px; 
    padding: 5px 10px;
    margin-left: 5px;
}
.btn-login:hover{
    background: #984200;
    color: #fff;
}
.btn-login:focus{
    background: #5e2900;
    color: #fff;
}
.login-area{
    text-align: right;
}
/*==========================end header========================================*/

.banner {
    position: relative;
}
.banner-shape{
    width: 100%;
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 2;
}
.banner-shape img{
    width: 100%;
}
.img-bx {
    /*background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 3px #ccc;
    padding: 15px;*/
}
.img-bx img{
    width: 100%;
}
.method {
    background: url(../img/method.jpg) 0 0 no-repeat;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
}

.method-overlay {
    /*    width: 100%;    height: 100%;*/
    padding: 50px 0;
    background: rgba(30, 25, 22, 0.9);
    /*    position: absolute;    left: 0;    top: 0*/
}

.method ul {
    text-align: center;
}

.method ul li {
    float: none;
    text-align: center;
    color: #fff;
    display: inline-block;
    width: 30%;
    padding: 30px;
}

.method span {
    border: 2px solid #fff;
    border-radius: 100%;
    display: block;
    font-size: 40px;
    height: 120px;
    line-height: 110px;
    margin: 0 auto;
    width: 120px;
}

.method ul li h3 {
    margin: 30px 0;
}

.method ul li p {
    margin-bottom: 30px;
}

.meth-content .para1 {
    color: #fff;
}

.course {
    background: url(../img/courses-bg.jpg) 0 0 no-repeat;
    position: relative;
    overflow: hidden;
}

.course-overlay {
    /*    width: 100%;    height: 100%;*/
    padding: 50px 0;
    background: url(../img/courses-overlay.png) 0 0 repeat rgba(255, 255, 255, 0.6);
    /*    position: absolute;    left: 0;    top: 0*/
}

.ico-left {
    float: left;
    padding-right: 3px;
}

.btn-cource {
    background: #ffffff;
    color: #333;
    font-weight: 700;
    border-radius: 8px;
    width: 100%;
    font-size: 13px;
    line-height: 32px;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 40px;
}

.btn-cource:hover {
    background: #eee;
    color: #333;
}

.course ul {
    text-align: center;
}

.course ul li {
    display: inline-block;
    margin: 15px;
}

.circle {
    border: 2px solid #D57018;
    border-radius: 100%;
    color: #fff;
    display: block;
    height: 260px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 260px;
}

.course ul li span {
    background: #D57018 none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 0;
    color: #fff;
    display: block;
    height: 225px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 225px;
    padding: 45px 0;
}

.course ul li h3 {
    font-family: open sans;
    font-size: 35px;
    font-weight: 200;
    line-height: 45px;
}

.course ul li h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 19%;
}

.course ul li:last-child h4 {
    margin-top: 5px;
}

.pricing {
    background: url(../img/pricing.jpg) 0 0 no-repeat;
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
}

.price-bx1 {
    background: #fff;
    text-align: center;
    padding-bottom: 20px;
}

.choose {
    color: #217190;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 25px 0 0;
    padding: 5px 10px;
    text-transform: uppercase;
}

.price-bx1 .choose {
    border: 2px solid #61c6ee;
    color: #61c6ee;
}

.price-bx2 .choose {
    border: 2px solid #e7c250;
    color: #e7c250;
}

.price-bx3 .choose {
    border: 2px solid #8bcb37;
    color: #8bcb37;
}

.price-bx1:hover .choose {
    background: #61c6ee;
    border: 2px solid #4bb1d9;
    color: #000;
}

.price-bx2:hover .choose {
    background: #e7c250;
    border: 2px solid #d5b246;
    color: #000;
}

.price-bx3:hover .choose {
    background: #8bcb37;
    border: 2px solid #7bb42f;
    color: #000;
}

.price-bx1-top {
    padding: 40px 20px;
    margin-bottom: 20px;
}

.price-bx1 .price-bx1-top {
    background: #61c6ee;
}

.price-bx2 .price-bx1-top {
    background: #e7c250;
}

.price-bx3 .price-bx1-top {
    background: #8bcb37;
}

.pricing h3 {
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-size: 40px;
    font-weight: 600;
}

.pricing h3 sup {
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 200;
}

.pricing h3 sub {
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 200;
}

.pricing p {
    font-family: 'Ubuntu', sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 15px;
    padding-bottom: 5px;
}

.pricing ul li {
    font-size: 14px;
    line-height: 20px;
    margin: 10px;
}

.about {
    padding: 50px 0;
    background: #f1f1f1;
    text-align: center;
    color: #505050;
    line-height: 24px;
    font-size: 14px;
    margin-top: 20px;
}
.about-inner{
    background: #f1f1f1;
    padding: 60px 0;
    color: #505050;
    line-height: 24px;
    font-size: 14px;
}
.full-background {
    background-attachment: fixed !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-clip: border-box;
    display: block;
    min-width: 100%;
    width: 100%;
    position: relative;
}

.map {
    /*    padding: 50px 0;*/
}

/*footer {
    background: #fff;
    padding: 30px 0;
    color: #000;
    text-align: center;
}

footer p {
    margin: 0;
}

footer ul {}

footer ul li {
    float: left;
    margin-left: 25px;
}

footer ul li a {
    color: #D37722;
    text-transform: uppercase;
}

footer ul li a:hover {
    color: #fff;
}*/

.submit-btn {
    background: #fff none repeat scroll 0 0!important;
    border: medium none;
    color: #434344;
    float: right;
    margin-top: 10px;
    padding: 8px 30px;
    border: 1px solid #ccc;
}

.shaddow {
    background: #8b8f94 none repeat scroll 0 0;
    box-shadow: 6px 6px 0 #8b8f94;
}

.form-part-contact-footer .shaddow {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 6px 6px 0 #dddddd;
    padding: 5px 10px;
}
.form-part{
    text-align: left;
}
.form-part-contact-footer {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    /*margin-top: 125px;*/
}

.form-part .input-group-addon,
.input-group-btn,
.input-group .form-control {
    background: #fff none repeat scroll 0 0;
}

/*.form-part textarea {
    background: #fff none repeat scroll 0 0;
    padding-left: 43px;
    border-radius: 0;
}*/

.input-group-addon {
    border-radius: 0;
}

#map-canvas {
    width: 100%;
    height: 400px;
}

.contact {
    left: 0;
    position: absolute;
    top: 50px;
    right: 0;
    /*    z-index: 5;*/
}

#map-canvas img {
    max-width: none !important;
}

.gm-style-iw {
    background-color: #fff;
    border: medium none;
    color: #151515;
    border-radius: 0;
    box-shadow: 8px 8px 0px #9a9998;
    left: 0 !important;
    top: 15px !important;
    width: 350px !important;
}

#iw-container {
    margin-bottom: 10px;
    z-index: 20;
}

.iw-content h5 {
    margin-bottom: 17px;
}

#iw-container .iw-title {
    background-color: #D57018;
    border-radius: 0;
    color: white;
    float: left;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    padding: 37px 28px;
    width: 92px;
}

#iw-container .iw-content {
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-left: 10px;
    margin-right: 1px;
    max-height: 140px;
    overflow: hidden;
    padding: 0;
    margin-top: 10px;
}

.iw-content img {
    float: right;
    margin: 0 5px 5px 10px;
}

.iw-subTitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}

.extra-bold {
    font-weight: 800;
}

.light {
    font-weight: 300;
}

.text-justify {
    text-align: justify;
}

.flex-direction-nav a {
    opacity: 1.0 !important;
}

.flex-direction-nav a:focus {
    outline: none !important;
}

.flex-caption {
    background: rgba(255, 255, 255, 0.48) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 85%;
    text-align: center;
}

.flex-caption:before {
    background: rgba(255, 255, 255, 0.54) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin-top: -6px;
    width: 100%;
}

.flexslider .slides li {
    position: relative;
    background-position: center center;
}

.flex-caption h2 {
    font-size: 49px;
    line-height: 1.1;
    margin-bottom: 0;
}

.flex-caption p {
    font-size: 35px;
    line-height: 1.6;
}


/*------------------inner pages-----------------------*/

.banner-static {
    position: relative;
}

.banner-static img {
    width: 100%;
}

#about-page {
    padding: 30px 0px;
}

#corporate {
    background: rgba(0, 0, 0, 0) url("../img/method.jpg") no-repeat fixed 0 0 / cover;
    overflow: hidden;
    position: relative;
}

#vision {
    padding: 30px 0px;
}

#our-team {
    background: rgba(0, 0, 0, 0) url("../img/courses-bg.jpg") no-repeat scroll 0 0;
    overflow: hidden;
    position: relative;
}

.our-team-overlay {
    padding: 50px 0;
    background: url(../img/courses-overlay.png) 0 0 repeat rgba(59, 153, 190, 0.6);
}


/*.our-member ul li {    border: 1px solid #133A49;    float: left;    padding: 10px;    width: 100%;    margin-bottom: 10px;}*/

.our-member ul li {
    background: #133a49 none repeat scroll 0 0;
    border: 1px solid #000;
    float: left;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}

.our-member ul li:hover {
    background: #23596d;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.our-member h3 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.member-img {
    width: 10%;
    float: left;
}

.member-descrip {
    width: 90%;
    float: left;
}

.member-descrip .para1 {
    margin: 0;
    color: #fff;
}

#methodology {
    padding: 30px 0px;
}

#research {
    background: #133A49;
    padding: 30px 0px;
}

#innovative {
    padding: 30px 0px;
}

#guidance {
    background: #D57018;
    padding: 30px 0px;
}

#guidance .para1 {
    color: #fff;
}

#course {
    padding: 30px 0px;
}

#course ul {
    text-align: center;
}

#course ul li {
    display: inline-block;
    margin: 15px;
}

#course ul li span {
    background: #D57018 none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 0;
    color: #fff;
    display: block;
    height: 225px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 225px;
    padding: 45px 0;
}

#course ul li h3 {
    font-family: open sans;
    font-size: 35px;
    font-weight: 200;
    line-height: 45px;
}

#course ul li h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 19%;
}

#course ul li:last-child h4 {
    margin-top: 5px;
}

#fees {
    padding: 30px 0px;
}

#fees .price-bx1 {
    border: 1px solid #61C6EE;
}

#fees .price-bx2 {
    border: 1px solid #E7C250;
}

#fees .price-bx3 {
    border: 1px solid #8BCB37;
}

.cont-act-detail ul li {
    float: left;
    width: 100%;
}

.conta-left {
    float: left;
    width: 17%;
    text-align: left;
}

.conta-right {
    text-align: left;
}

#contact-detail {
    padding: 30px 0px;
}

.sub-heading1 {
    color: green;
}

.sub-heading2 {
    color: orangered;
}

.course-detail-brief {
    margin-bottom: 25px;
    overflow: hidden;
}

.course-detail-brief ul li {
    margin-bottom: 8px;
}

.course-detail-brief ul li:before {
    font-family: 'FontAwesome';
    content: "\f02d";
    padding: 0px 5px;
    color: #133A49;
}

.course-detail-brief h4 {
    border-bottom: 1px solid #ccc;
    color: #444;
    font-weight: bold;
    padding: 5px;
    padding-bottom: 10px;
    font-size: 16px;
}

.course-detail-brief h4:before {
    font-family: 'FontAwesome';
    content: "\f19d";
}

.course-detail-brief h3 {
    background: #eee none repeat scroll 0 0;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

.course-detail-brief ol {
    list-style-type: decimal;
    margin-left: 10px;
}

.item {
    /*width: 220px;
    margin: 10px;
    float: left;*/
}

.timer_section {
    width: 130px;
    position: fixed;
    top: 375px;
    background-color: #D7D7D7;
    padding: 0 20px;
    border-bottom: 1px solid #898989;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

div.timer {
    /* border:1px #666666 solid;*/
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 5px;
    color: #000;
}


/*---------------------*/


/*  bhoechie tab */

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;
    -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: #000000;
}

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: #000000;
    background-image: #000000;
    color: #ffffff;
}

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 #000000;
}

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;
}

.list-group-item {
    padding: 1px 8px;
}

.bhoechie-tab-menu h4 {
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
}

.main-row {
    border-bottom: 1px solid rgb(120, 154, 178);
    overflow: hidden;
    padding: 5px 0px;
}

.main-row .col-md-4 ul li {
    padding: 3px 5px;
    color: #000;
    margin: 3px 0px;
    border: 1px solid #ccc;
    margin-left: 2px;
}

.no-padding {
    padding: 0;
}

.main-row h5 {
    border: 1px solid #000;
    background: rgb(116, 151, 176);
    color: #fff;
    padding: 5px 10px;
    display: table;
}

.heading {
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 2px solid #666;
}

.heading .col-md-4 {
    padding-left: 5px;
}

.reg-user-panel ul li{
    border: 1px solid #666;
    margin-bottom: 3px;
    padding: 5px 8px;
    background: #7497B0;
    color: #fff;
}
.ready-exam-btn{
    text-align: center;
}
.ready-exam-btn .submit-btn{
    width: 100%;
}

.timer_section {
  background-color: #D57018;
  color: #fff;
  border-bottom: medium none;
  border-bottom-right-radius: 0;
  border-left: medium none;
  border-top: medium none;
  border-top-right-radius: 0;
  padding: 0 14px;
  position: fixed;
  top: 200px;
  width: 168px;
}
div.timer {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  margin: 5px;
  text-align: center;
  width: 120px;
}

.exam-table {
  background: #eee none repeat scroll 0 0;
  padding: 20px;
  margin-bottom: 20px;
}
.nxt-btn{
    margin: 20px 0px;
}
.about-t{
    padding: 20px 0px;
}

.hd4 {
  background: rgba(0, 0, 0, 0) url("../img/heading-bg.png") no-repeat scroll center bottom;
  color: #000;
  font-family: "Montserrat",sans-serif;
  font-size: 45px;
  font-weight: bold;
  line-height: 60px;
  margin: 0 0 5px;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

/*.col-md-4.r-exam-status div {
  background: #fff none repeat scroll 0 0;
  padding: 3px 6px;
}*/
/*#set_pass{
    color: #000;
}*/
#first_pass a {
  background: green none repeat scroll 0 0;
  color: #fff !important;
  padding: 2px 12px;
}

.submit-btn2 {
  background: #fff none repeat scroll 0 0 !important;
  border: 1px solid #666;
  color: #434344;
  margin-top: 25px;
  padding: 8px 30px;
}
#first_pass a{
    color: #000;
}
#second_pass a{
   background: green none repeat scroll 0 0;
  color: #fff;
  padding: 2px 12px;
}
.no-padding a{
    background: green none repeat scroll 0 0;
  color: #fff;
  padding: 2px 12px; 
}
#third_pass a{
 background: green none repeat scroll 0 0;
  color: #fff;
  padding: 2px 12px;
}
.hdd h4{   
    background: #D57018;
    color: #fff;
    margin: 0;
    padding: 8px 5px;
    text-transform: uppercase;
}
#second_pass input{
    color: #000;
}

.hd5 {
  color: #000;
  font-family: "Montserrat",sans-serif;
  font-size: 45px;
  font-weight: bold;
  line-height: 60px;
  margin: 0 0 30px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.flex-direction-nav .flex-prev{
    color: transparent;
    text-shadow: none;
}
.flex-direction-nav .flex-next{
   color: transparent;
    text-shadow: none; 
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{
   background: #ffffff none repeat scroll 0 0; 
   color: #333;
}


#myBtn {
    background-color: #231e1b;
    border: medium none;
    border-radius: 10px 0 0 10px;
    bottom: 200px;
    color: #d87524;
    cursor: pointer;
    display: block;
    font-weight: bold;
    outline: medium none;
    padding: 15px;
    position: fixed;
    right: 0;
    text-decoration:none;
    z-index: 99;
    display: none;
}

#myBtn:hover {
    color: #231e1b;
    background-color: #d87524;
}
.side-fix{
    background-color: #000000;
    border: medium none;
    border-radius: 10px 0 0 10px;
    bottom: 300px;
    color: #d87524;
    cursor: pointer;
    display: block;
    font-weight: bold;
    outline: medium none;
    padding: 6px;
    position: fixed;
    right: 0;
    text-decoration:none;
    z-index: 99;
}
.side-fix ul li{
    margin: 4px 0;
    position: relative;
}
.side-fix ul li img{
    width: 40px;
}
.side-fix ul li:last-child{
    margin-top: 14px;
}
.side-fix ul li:last-child:after{
    content: "";
    height: 2px;
    background: #ddd;
    width: 40px;
    position: absolute;
    top: -8px;
    left: 0;
}

.anouncment-wrap{
    background: #fff;
    padding: 60px 0;
}
.anouncment{
    background: #ebebeb;
    height: 468px;
    overflow-y: scroll;
    padding: 15px;
    border-radius: 5px;
}
.anouncment h5{
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}
.anouncment ul{
    padding: 0;
    margin: 0;
}
.anouncment ul li{
    margin-bottom: 10px;
    border-radius: 5px;
    background: #fff;
    padding: 5px 10px;
}
.youtube-video ul{
  display: -webkit-box;      
  display: -moz-box;        
  display: -ms-flexbox;     
  display: -webkit-flex; 
  display: flex;
  flex-wrap: wrap;
}
.youtube-video ul li{
    width: 50%;
    padding: 5px;
}
.main-heading{
    font-size: 40px;
    color: #010101;
    font-weight: bold;
    margin-bottom: 15px;
}
.main-heading span{
    font-weight: normal;
}

.course-wrap{
    background: #f1f1f1;
    padding: 60px 0;
}
.course-wrap .main-heading{
    margin-bottom: 30px;
    margin-top: 0;
}
.course-box{
    border-radius: 8px;
    box-shadow: 0 0 10px #ddd;
    overflow: hidden;
    background: #fff;
}
.course-img{
    overflow: hidden;
}
.course-img img{
    width: 100%;
    height: 100%;
}  
.course-content{
    padding: 15px;
    text-align: center;
}
.course-content h4{
    font-size: 24px;
    color: #000;
} 
.course-content p{
    font-size: 14px;
    line-height: 28px;
}


.anouncment-wrap .main-heading{
    margin-bottom: 30px;
    margin-top: 0;
}
.center-address ul li{
  display: -webkit-box;      
  display: -moz-box;        
  display: -ms-flexbox;     
  display: -webkit-flex; 
  display: flex; 
  margin-bottom: 30px;
  padding-right: 30px;
} 
.center-address ul li .map-icon{
   width: 40px; 
   color: #ff7000;
   font-size: 36px;
}
.center-address ul li .address-text{
    width: 85%;
    padding-left: 10px;
}
.center-address ul li .address-text h6{
    font-size: 16px;
    color: #484848;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}
.center-address ul li .address-text p{
    font-size: 13px;
    color: #484848;
    line-height: 22px;
}
.expert-form .form-control{
    border-radius: 30px;
    min-height: 48px;
    color: #000;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: none;
    padding: 5px 15px;
}

.testimonial-wrap{
   background: url(../img/testimonial-bg.jpg) 0 0 repeat;
   background-size: cover;
   padding: 60px 0;
}
.testimonial-wrap .main-heading{
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
}
.testi-box{
    text-align: center;
    color: #fff;
    padding: 5px 20px;
    line-height: 30px;
}
.testi-box h6{
    font-size: 18px;
}
.testi-avatar{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #ddd;
    margin: 5px auto;
}
.testi-avatar img{
    width: 100%;
    height: 100%;
}
/*.inner-about-text{
    text-align: left;
}*/
.inner-about-text h4{
    line-height: 32px;
    color: #000;
}
.mt-4{
    margin-top: 40px;
}
.small-heading{
    color: #ff7000;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 0;
}
.courses-list{
    background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
}
.courses-list ul {
    display: flex;
    flex-wrap: wrap;
}
.courses-list ul li {
    background: #e2e2e2;
    padding: 5px 15px;
    margin: 8px;
    border-radius: 37px;
    font-size: 14px;
    border: 1px solid #c3c3c3;
    color: #585858;
    font-weight: bold;
}

.footerpart .main-heading{
    margin-bottom: 30px;
    margin-top: 0;
}
.footerpart{
    background: #fff;
    padding: 30px 30px;
    text-align: center;
}
.download-app{
    margin: 15px 0;
    margin-bottom: 20px;
}
.footer-logo{
    margin: 15px 0;
}
.footer-logo p{
    margin-top: 30px;
}
.copy-right{
    background: #ff7000;
    text-align: center;
    padding: 10px 0;
}
.copy-right p{
    margin: 0;
    font-size: 13px;
    color: #fff;
}

.form-control{
    border: 1px solid #ddd;
    border-radius: 6px;
    min-height: 50px;
    color: #000;
}
.card{
    border: 1px solid #ddd;
    background: #fff;
    padding: 15px 20px;
    border-radius: 6px;
    text-align: left;
}

.gallery-category-box{
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 15px;
}
.gallery-category-img{
    height: 232px;
    overflow: hidden;
}
.gallery-category-img img{
    width: 100%;
}
.gallery-category-text{
    background: #ff7000;
}
.gallery-category-text h4{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 15px 10px;
}
.gallery-img{
    height: 160px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 3px;
    border-radius: 6px;
    cursor: pointer;
}
.gallery-img img{
    width: 100%;
    height: 100%;
}
#lg-share{
    display: none;
}
.galerry-category ul{
    display: flex;
    justify-content: center;
}
.galerry-category ul li{
    background: #ddd;
    border-radius: 30px;
    color: #000;
    padding: 8px 14px;
    margin: 2px 5px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    text-align: center;
}
.galerry-category ul li a{
    color: #000;
    display: flex;
    align-items: center;
}
.gal-heading{
    font-weight: bold;
    color: #000;
    margin-top: 30px;
}
.about-img img{
    width: 100%;
}
.inner-about-text{
    font-weight: 600;
    color: #000;
}
.inner-about-text .heading {
    border: none;
    font-weight: normal;
}
.inner-about-text .heading span{
    font-weight: bold;
}
.abt-para{
    font-weight: 600;
    color: #000;
}
.px-30{
    padding-top: 30px;
    padding-bottom: 30px;
}

