@charset "utf-8";
/* CSS Document */
.js div#preloader { position: fixed; left: 0; top: 0; z-index: 999; width: 100%; height: 100%; overflow: visible; background:url(images/loading.gif) no-repeat center center #FFF; }
body{font-family: 'Roboto', sans-serif; font-size:15px; color:#333;}
a, a:hover{ outline: none !important; -moz-outline-style: none;  }
a:active, a:focus { outline: none !important; -moz-outline-style: none; text-decoration: none; }
*:focus {outline: none;}


/* New Css Add*/
#navbar{font-weight: 800 !important;}
.dropdown-menu > li > a{font-weight: 800 !important;}


/**Menu scrolling **/
.navbar-fixed-top {background: #FFF; left: 0; position: fixed; right: 0; z-index: 9;}
.navbar-brand {font-size: 24px;}
.navbar.navbar-fixed-top.fixed-theme { background-color: #FFF; box-shadow: 0 0 5px rgba(0,0,0,.8);}
.navbar-brand.fixed-theme {font-size: 18px;}
.navbar-container.fixed-theme {padding: 0 15px;}
.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{transition: 0.8s; -webkit-transition:  0.8s;}
.dropdown-menu > li {margin:0 5px; border-bottom:1px solid #e5e5e5;}
.dropdown-menu > li:last-child {border-bottom:none;}
.dropdown-menu > li > a {padding:7px 15px; text-transform:none; color:#4053a4;}
/**Menu scrolling End **/


/** Menu Over submenu show ***/
.marginBottom-0 {margin-bottom:0;}
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0; left:100%; margin-top:-6px; margin-left:-1px; -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px; border-radius:0 6px 6px 6px; }
.dropdown-submenu>a:after{display:block; content:" "; float:right; width:0; height:0; border-color:transparent;border-style:solid; border-width:5px 0 5px 5px; border-left-color:#cccccc; margin-top:5px; margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100% ;margin-left:10px;}

.dropdown-menu > li.kopie > a {padding-left:5px;}
.dropdown-submenu {position:relative;}
.dropdown-submenu>.dropdown-menu {top:0; left:100%;  margin-top:-6px; margin-left:-1px;}
.dropdown-submenu > a:after {border-color: transparent transparent transparent #333; border-style: solid; border-width: 5px 0 5px 5px; content: " ";  display: block;  float: right;  height: 0;  margin-right: -10px;  margin-top: 5px;  width: 0;}
.dropdown-submenu:hover>a:after {border-left-color:#555;}
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {text-decoration: none;}  
.dropdown-menu{  -webkit-transition: all 0.5s ease;
                 -o-transition: all 0.5s ease;
                 transition: all 0.5s ease;}  

@media (max-width: 767px) {
    .navbar-nav  {display: inline;}
    .navbar-default .navbar-brand {display: inline;}
    .navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
    .navbar-default .navbar-nav .dropdown-menu > li > a {color: red; background-color: #ccc; border-radius: 4px; margin-top: 2px;}
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {color: #333;}
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {background-color: #ccc;}
    .navbar-nav .open .dropdown-menu {border-bottom: 1px solid white; border-radius: 0;}
    .dropdown-menu {padding-left: 10px;}
    .dropdown-menu .dropdown-menu {padding-left: 20px;}
    .dropdown-menu .dropdown-menu .dropdown-menu {padding-left: 30px;}
    li.dropdown.open {border: 0px solid red;}

}

@media (min-width: 768px) {
    ul.nav li:hover > ul.dropdown-menu {display: block;}
    #navbar {text-align: center;}
    
}  

/** Menu Over submenu show ***/
h1 {
    font-size: 44px;
    font-style:normal !important;
    line-height:48px !important;
}

/** owl **/
#owl-demo .item{ margin: 3px;}
#owl-demo .item img{display: block; width: 100%; height: auto;}
#owl-demo2{ position:relative; text-align: center; margin:145px 0 0 0; padding-top:10px; border-top:1px solid #e5e5e5;}
#owl-demo2 .item img{display: block; width: 100%; height: auto; }
#owl-demo2 .item .itemInfo { position: absolute; top:40%; z-index:999; width:60%; left:20%; right:20%; color:#FFF; }
#owl-demo2 .owl-pagination{ position:absolute; bottom:15px; width:100%;}
#owl-demo2 .owl-buttons{ position:absolute; top:45%; width:100%;}
#owl-demo2 .owl-prev{ float:left;} 
#owl-demo2 .owl-next{ float:right;}
#owl-demo2 .owl-buttons div {background:#71230b; font-size:19px; color:#FFF; }
#owl-demo2 .owl-page span{ margin:2px; width:20px; height:20px; background:#FFF; display: none;}







/***My css Start**/

.navbar-brand {float: left; height: auto; line-height: 20px; padding:15px 15px 5px;}
.nav{ text-transform:uppercase;}
.nav > li > a {color: #4053a4; display: block;  padding-left:7px; padding-right: 10px; position: relative;}
.nav > li:first-child > a {padding-right: 15px; padding-left:0px;}

.nav > li > a:focus, .nav > li > a:hover {background:none; color:#37c7fb;}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover { background-color: #FFF;}  
.header ul {float: right; padding: 0; margin:35px 0 0 0; list-style: none;}
.header ul li { float:left; margin:0px; padding:0 10px 0 10px; border-left: solid 1px #b2b2b2;}
.header ul li:first-child{ padding:0 10px 0 0px; border: none;}
/*.paddingRight{ padding-right:0px !important;}
.paddingLeft{ padding-left:0px !important;}*/
.header ul li a {color: #4053a4; text-decoration:none;}
.header ul li a:hover { color: #37c7fb; text-decoration:none;}
.searchBox{ position:relative;}
.searchBox{ position:relative; padding-right:40px; margin-top:30px;}
.searchBox input[type="text"] {width:100%; padding:5px 45px 5px 15px; height:auto; border: solid  1px #ebebeb;  margin:0; background: #FFF; -webkit-border-radius: 25px; outline: none; -moz-border-radius:25px; border-radius: 25px;  }
.searchBox .fa{ position:absolute; top:7px; right:50px; color:#b2b2b2; font-size:16px;}
.welcomeText{ width:100%; height:auto; margin:15px 0;}
.cmdmessage{ width:100%; height:auto; margin:160px 0;}
.welcomeText .col-md-3{ background:#FFF; border-radius:6px;}
.welcomeText .col-md-3 img{ -webkit-border-radius:6px;-moz-border-radius:6px; border-radius:6px; margin:0;}
.welcomeText em{ color:#00aeff; clear:both; display:block;}
.welcomeText p{ margin:0 0 13px 0; padding:0px; text-align:justify;}
/*------------------Modern Ticker Classes------------------*/
#newsticker {width: auto; margin:0; padding:0;}
.modern-ticker {width: 100%; height: 45px; line-height: 30px; /*font-size: 16px;*/ overflow: hidden;}
.modern-ticker a {text-decoration: none}
.modern-ticker ul {margin: 0; padding: 0; list-style: none}
.mt-body {margin: 2px; position: relative}
.mt-label {	/*margin-right: 2px;*/
    margin: 5px 8px 5px 0;
    padding: 0 8px 0 12px;
    position: absolute;
    left: 0
}
.mt-news {
    overflow: hidden;
    position: absolute;
    margin: 5px 0;
}
/*.mt-scroll .mt-news { background-color: transparent}*/
.mt-news ul {
    background-repeat: no-repeat;
    background-position: -1000px
}
.mt-news li {
    float: left;
    position: relative;
}
.mt-news li a img.new {
    position: absolute;
    right: -25px;
}
.mt-news a { /*font-size: 16px;*/
    padding: 0 10px 0 20px;
    margin-right: 2px;
    background-repeat: no-repeat;
    background-position: 7px center;
    display: block;
    white-space: nowrap
}
.mt-scroll.mt-round .mt-news a {
    border-radius: 0;
    text-transform:none;
    font-size:14px;
    padding:0 10px 0 20px;
}
.mt-hide {
    display: none
}
.mt-controls { /*margin-left: 2px;*/
    margin: 5px 0 5px 5px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: -1000px
}
.mt-next, .mt-play, .mt-prev {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer
}
.modern-ticker {
    color: #fff;
    background:#f14814;
    margin: 0;
    position: relative;
    z-index: 20;
}
.mt-label {
    background-color: #cd2122;
}
.mt-news {
    background-color: transparent;
}
.mt-preloader {
    background: url(preloader.gif) no-repeat center
}
.mt-news ul {
    background-image: url(../images/bullet-over.png)
}
.mt-news a {
    color: #FFF;
    background-image: url(../images/bullet.png)
}
.mt-news a:hover {
    color: #FFF;
    background-image: url(../images/bullet.png)
}
.mt-controls {
    background-image: url(../images/pause.png)
}
.mt-next, .mt-prev {
    background-color: #cd2122;
}
.mt-prev {
    background-image: url(../images/arrow-prev.png)
}
.mt-next {
    background-image: url(../images/arrow-next.png)
}
.mt-play {
    background-color: #cd2122;
    background-image: url(../images/play.png);
    margin: 0 1px;
}
.mt-pause {
    background-image: url(../images/pause.png)
}
.mt-next:hover, .mt-play:hover, .mt-prev:hover {
    background-color: #f14814;
}
.mt-next:active, .mt-play:active, .mt-prev:active {
    background-color: #f14814;
}

.businessVerticals{ width:100%; height:auto; padding:0; position:relative; /*margin-bottom:100px;*/}
.businessVerticals1{ width:100%; height:auto; padding:0; position:relative; margin-bottom:100px;}
.welcomeText h2{ margin-top:10px;}
.businessVerticals .owl-buttons { position: absolute; top:40%; width:100%;}
.businessVerticals .owl-prev{ float:left;}
.businessVerticals .owl-next{ float:right;}

.businessVerticals .owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin:0 3px;
    padding: 3px 10px;
    font-size: 25px;
    -webkit-border-radius: 0px;
    -moz-border-radius:0px;
    border-radius:0px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}


.businessVerticals .owl-pagination{ display: none;}

.image-frame {
    position: relative;
    margin: 5px;
    color: #FFF;
}

.image-frame h2{ margin:0px; padding:0px; font-size:21px; color:#FFF;}
.image-frame a {color:#FFF;}
.image-frame a:hover{color:#FFF;}


.image-frame .image-caption {
    display: none;
    background: url(../images/ticker-img.png) repeat;
    width:100%;
    position: absolute;
    bottom: 0px;
    padding:10px;
}

/***/



/********************/
/* Panel dark color */
/********************/
.panel-dark {
    background: #424242;
    border: 0;
    border-radius: 0 !important;
    box-shadow: 0px 0px 0px transparent;
    color: #FFF;
    margin-top:0;
}
.panel-dark .panel-heading {
    padding: 0;
}

.panel-dark .panel-dark {
    background: #616161;
}

.panel-dark .panel-body {
    border-color: rgba(255, 255, 255, 0.10) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
    box-shadow: 0px -1px 0px #212121;
}

.panel-dark .panel-title > a {
    color: #FFF;
    display: block; 
    padding: 10px 15px;
    text-decoration: none !important;
}

.panel-dark .panel-title > a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.panel-dark .panel-title > a:focus {
    outline: none;
}

/********************/
/* Panel light color */
/********************/
.panel-light {
    background: #71230b;
    border: 0;
    border-radius: 0 !important;
    box-shadow: 0px 0px 0px transparent;
    color: #000;
    margin-top:0;
}
.panel-light .panel-heading {
    padding: 0;
}

.panel-light .panel-light {
    background: #E0E0E0;
}

.panel-light .panel-body {
    border-color: rgba(255, 255, 255, 0.10) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
}

.panel-light .panel-title > a {
    color: #fff;
    display: block;
    padding: 7px 15px;
    text-decoration: none !important;
}

.panel-light .panel-title > a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.panel-light .panel-title > a:focus {
    outline: none;
}

footer {
    padding: 15px 0 0 0; background:#f8f8f8;
}
footer h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px 0;
    color: #2c275a;
}
footer h2 span {
    color: #1d1d1d;
    font-size: 14px;
}
footer p {
    position: relative;
    padding-left: 10px;
}
footer p::before {
    position: absolute;
    top: 0;
    left: -15px;
    display: block;
    font-family: 'FontAwesome';
    color: #f14814;
}
footer p.address::before {
    content: "\f041";
}
footer p.phone::before {
    content: "\f095";
}
footer p.fax::before {
    content: "\f1ac";
}
footer p.email::before {
    content: "\f0e0";
}
footer ul.useful, footer ul.social, footer ul.social1  {
    margin: 0 auto;
    padding: 0;
    position: relative;
}
footer ul.social1 {
    display:none;
}
footer ul.useful li {
    margin: 0 auto;
    padding: 0 0 10px 12px;
    position: relative;
    display: inline-block;
    list-style: none;
    width: 48%;
}
footer ul.useful li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: 'FontAwesome';
    color: #f14814;
    content: "\f105";
}
footer ul.useful li a {
    color: #1d1d1d;
    text-decoration: none;
    transition: 0.5s;
    display: inline;
}
footer ul.useful li a:hover {
    color: #f14814;
    transition: 0.5s;
}
footer ul.social li, footer ul.social1 li  {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
    position: relative;
}
footer ul.social li a, footer ul.social1 li a {
    display: inline-block;
    position: relative;
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #f14814;
    background-color: #fff;
    transition: 0.5s;
    text-align: center;
    color: #f14814;
    line-height: 18px;
}
footer ul.social li a:hover, footer ul.social1 li a:hover {
    border: 1px solid #f14814;
    background-color: #f14814;
    transition: 0.5s;
    color: #fff;
}
.copyinfo {
    padding:10px 0;
    background-color:#71230b;
    color:#fff;
    font-size:10px;
    margin:0 auto;
}
.copyinfo span.power {float:right; line-height:28px;}

#section1 .panel-group {
    margin:0px;
}

#section1 .panel-body {
    padding: 0;
}

.fixedfooter {
    position:fixed; 
    bottom:0px; 
    width:100%; 
    margin:0 auto; 
    padding:0;
    z-index:21;
}
.fixedfooter .fixedtabs {
    background-color:#f14814;
    width:100%;
    color:#fff;
    margin:0 auto;
    position:relative;
}
.fixedfooter .fixedtabs a {
    text-align:center;
    text-decoration:none;
    display:block;
    position:relative;
    color:#fff;
    font-size:18px;
    text-transform:uppercase;
    font-weight:normal;
    padding-bottom:5px;
    padding-top:5px;
}
.fixedfooter .fixedtabs a:hover {
    background-color:#c83609;
    transition:0.3s ease-in-out;

}
.fixedfooter .fixedtabs a::before {
    position: relative;
    top: 3px;
    left:-10px;
    display: inline-block;
    font-family: 'FontAwesome';
    color: #71230b;
    font-size:28px;
}
.fixedfooter .fixedtabs a.study_india:before {
    content:"\f19d";
}
.fixedfooter .fixedtabs a.recruitment:before {
    content:"\f234";
}
.fixedfooter .fixedtabs a.press:before {
    content:"\f044";
}
.rt_white {
    border-right:1px solid #fff;
}
.nopad {
    padding-right:0;
    padding-left:0;
}
.thirtyfive {
    position:fixed; 
    right:0; 
    top:5px; 
    z-index:1031;
}
.thirtyfive > img {
    max-width:90%;
}


/*========================= Banner ===================*/
#banner h1, #banner a {
    color:#fff;
    text-transform: uppercase;
}
#banner h5 {
    color:#fff;
    text-transform: none;
    font-size:18px;
    font-weight:normal;
    line-height:28px;
}
#banner h1.center-item {
    text-align: center;
}
#banner h1 {
    line-height: 68px;
    font-style:italic;
    text-align:left;
}
.tp-caption {font-style:normal; width:700px;}
#banner a {
    line-height: 50px !important;
    width:100%;
    font-style:normal;
    text-align: center;
    border:1px solid #a80001;
    -webkit-transition: all .35s ease-in-out !important;
    -moz-transition: all .35s ease-in-out !important;
    -ms-transition: all .35s ease-in-out !important;
    -o-transition: all .35s ease-in-out !important;
    transition: all .35s ease-in-out !important;
}
#banner a.course-button:hover {
    background: #cd2122;
}
#banner a.buy-button:hover {
    background: transparent;
}

/*==================== Manage Section =================*/
.theme-manage-area .item1 {
    width:calc(32% + 25px);
    padding: 25px 25px 24px 25px;
}
.theme-manage-area .item2 {
    width:calc(32% - 4px);
    position: relative;
}
.theme-manage-area .item-part h3,
.theme-manage-area .item-part p,
.theme-manage-area .item-part a {
    color:#fff;
}
.theme-manage-area .item-part h3 {
    text-transform: uppercase;
    margin-bottom: 7px;
}
.theme-manage-area .item-part h3 i {
    font-size: 45px;
    margin-right: 5px;
    vertical-align: middle;
}
.theme-manage-area .item-part a {
    line-height: 40px;
    width:130px;
    text-align: center;
    border:1px solid #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 15px;
}
.theme-manage-area .item-part a:hover {
    background: #fff;
    border-color: #fff;
}
/*==========*/
.theme-manage-area .item2 .opacity {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.75);
    text-align: center;
}
.theme-manage-area .item2 .opacity h3 {
    color:#cd2122;
    text-transform: uppercase;
    margin: 60px 0 20px 0;
}
.theme-manage-area .item2 .carousel-indicators li {
    background: #6f4646;
}
.theme-manage-area .item2 .carousel-indicators {
    bottom: -82px;
}

/***/

.g-color{ color:#128807;}
.w-color{ color:#FFF;}
.o-color{ color:#ff9933 !important;}
.tp-caption25{ display:none !important;}

.fixedtabs {
    background-color:#cd2122;
    width:100%;
    color:#fff;
    margin:25px auto 0;
    position:relative;
}
.fixedtabs a {
    text-align:center;
    text-decoration:none;
    display: inline-block;
    position:relative;
    color:#fff;
    font-size:16px;
    text-transform:uppercase;
    font-weight:normal;
    padding-bottom:5px;
    padding-top:5px; width:100% !important;
}
.fixedtabs a:hover {
    background-color:#c83609;
    transition:0.3s ease-in-out;

}
.fixedtabs a::before {
    position: relative;
    top: 3px;
    left:-5px;
    font-family: 'FontAwesome';
    color: #FFF;
    font-size:20px;
}
.fixedtabs a.study_india:before {
    content:"\f19d";
}
.fixedtabs a.recruitment:before {
    content:"\f234";
}
.fixedtabs a.press:before {
    content:"\f044";
}
#banner ul, #banner ol {margin:0 auto; padding:0;}
.rt-txt{text-align:right;}
ul.ftrlnks {margin:0 auto; padding:0; position:relative;}
ul.ftrlnks li {padding:0; position:relative; color:#fff; display:inline-block; list-style:none; line-height:32px;}
ul.ftrlnks li a {margin:0 5px; padding:0; position:relative; color:#fff; display:inline-block; color:#fff; text-transform:uppercase;}
ul.ftrlnks li a:hover {color:#f17c14; transition:0.3s ease-in-out; text-decoration:none;}

.sidenav{margin:30px 0}
.sidenav a,.sidenav label{display:block;padding:.85rem;color:#000;background-color:transparent;box-shadow:inset 0 -1px #ddd;-webkit-transition:all .25s ease-in;transition:all .25s ease-in}
.sidenav a:focus,.sidenav a:hover,.sidenav label:focus,.sidenav label:hover,.sidenav li.active > a{color:#00afff;background:#102542}
.sidenav label{cursor:pointer;position:relative;padding-left:30px;margin-bottom:0; font-weight:normal;}
.group-list a,.group-list label{padding-left:2rem;background:#f8f8f8;box-shadow:inset 0 -1px #ddd;padding-left:30px}
.group-list a:focus,.group-list a:hover{background:none}
.group-list label:focus,.group-list label:hover{background:#102542}
.sub-group-list a,.sub-group-list label{padding-left:4rem;background:#f8f8f8;box-shadow:inset 0 -1px #ddd}
.sub-group-list a:focus,.sub-group-list a:hover{background:none}
.sub-group-list label:focus,.sub-group-list label:hover{background:#102542}
.sub-sub-group-list a,.sub-sub-group-list label{padding-left:6rem;background:#f8f8f8;box-shadow:inset 0 -1px #ddd}
.sub-sub-group-list a:focus,.sub-sub-group-list a:hover,.sub-sub-group-list label:focus,.sub-sub-group-list label:hover{background:none}
.group-list,.sub-group-list,.sub-sub-group-list{height:100%;max-height:0;overflow:hidden;-webkit-transition:max-height .5s ease-in-out;transition:max-height .5s ease-in-out}
.sidenav__list input[type=checkbox]:checked + label + ul{max-height:1000px}
.sidenav__list label::before{position:absolute;-webkit-transition:-webkit-transform .65s ease;transition:transform .65s ease;content:"\f067";left:10px;top:10px;display:inline-block;font-family:'FontAwesome';color:#ff9d00;font-weight:400}
.sidenav__list input[type=checkbox]:checked + label::before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);content:"\f068";font-family:'FontAwesome'}
.visitor{line-height:28px;}
.inner_banner{background-repeat:no-repeat; background-position:center center; background-size:100%; height:250px; position:relative; margin-top:140px;}
.inner_banner_aboutus{background-image:url(../images/inner_banner_1.jpg);}
.inner_banner_annual{background-image:url(images/inner_banner_2.jpg);}
.banner_info{position:absolute; z-index:1; padding:15px 0; bottom:10%;}
.banner_info h1{color:#fff; font-size:28px; text-transform:uppercase; line-height:normal !important}

.banner_info .breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
    color: #fff;
}

.banner_info .breadcrumb li,.banner_info .breadcrumb li a {
    color: #fff;
    transition: all 0.2s linear;
   
}

.banner_info .breadcrumb li a:hover,.sidenav__list,.sidenav__list ul a:hover,.sidenav .group-list li.active a{
    color:#09a1ff;  /*   #f14814;*/
    text-decoration: none;
    background-color:transparent;
}

.sidenav a:focus 
{
   background-color:transparent;  }

.sidenav__list li {
    list-style: none;
}

.sidenav__list,.sidenav__list ul {
    padding: 0;
}

.details-sub {
    float: left;
    width: 85%;
    padding: 20px 50px;
    background-color: #f5f5f5;
    position: relative;
    min-height: 250px;
    left:-5px;
    padding-right: 30px;
	border-bottom:2px solid #ddd;
}

.details-text .col-sm-12 {
    margin-bottom: 25px;
}

.details-text img {
    float: left;
    width: 15%;
    border: 2px solid #f5f5f5;
    height: 165px;
    top: 45px;
    right: -15px;
    position: relative;
    z-index: 1;
}

.details-sub h2 {
    margin: 0;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 400;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 6px;
    margin-bottom: 8px;
}

.details-sub h2 span {
    color:#4053a4;
    font-weight: 500;
    float: left;
    width: 100%;
    padding-bottom: 2px;
    font-size: 18px;
	line-height:24px;
}

.details-sub p strong {
    width: 22%;
    float: left;
    position: relative;
}

.details-sub p strong:after {
    position: absolute;
    content: ":";
    right: 10px;

}

.innerText {
    margin-bottom: 110px;
}

.details-text p {
    margin: 0 0 5px;
}

.col-sm-12.bottom-button {
    /*border-top: 1px solid #ececec;*/
    width: 93.5%;
    float: none;
    display: inline-block;
    margin: 0 auto;
    padding-top: 10px;
    position: relative;
}

.bottom-button a {
    background-color: #cd2122;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    transition: all 0.2s linear;
}

.bottom-button a:hover {
    background-color: #00aeff;
    color: #fff;
    text-decoration: none;
}

.print-btn {
  border-radius: 4px;
  color: #4053A4;
  float: right;
  font-size: 16px;
  margin-top: -10px;
  padding: 12px 3px;
  transition: all 0.2s linear 0s;
}

.print-btn:hover {
    color: #00aeff;
    text-decoration: none;
}


.print-btn .fa.fa-print {
    padding-right: 5px;
}

.annual-table thead {
    background-color: #cd2122;
    color: #fff;
}

.annual-table table thead th {
    border: none;
    padding: 15px 15px;
}

.annual-table tbody p a {
  background-color: #4053A4;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  color: #fff;
  float: left;
  line-height: 15px;
  margin-right: 20px;
  padding: 8px 12px;
  transition: all 0.2s linear 0s;
}

.annual-table tbody p {
    border: 1px solid #4053A4;
    float: left;
    border-radius: 4px;
    padding-right: 20px;
    line-height: 30px;
    margin: 0;
    transition: all 0.2s linear;
}

.annual-table tbody p:hover{
    border-color: #00aeff;    
}

.annual-table tbody p:hover a{
    background-color: #00aeff;
    color: #fff;
    text-decoration: none;
}

h2.heading {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 10px;
  position: relative;
  padding-bottom: 10px;
}

h2.heading:after {
  position: absolute;
  content: "";
  height: 3px;
  border-radius: 30px;
  width: 17%;
  background-color: #CD2122;
  bottom: 0;
  left: 0;
}

h2.heading:before {
  position: absolute;
  content: "";
  height: 3px;
  border-radius: 30px;
  width: 100%;
  background-color: #ccc;
  bottom: 0;
  left: 0;
}


h2.heading span {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
}

.heading > span {
  color: #CD2122;
}



/*new-menu*/
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu > ul > li{float:left}
#cssmenu > ul > li > a {   text-transform: uppercase;color: #4053a4; font-size: 15px; font-weight: 700; letter-spacing: 0; padding: 15px 12px 15px 0px;  text-decoration: none;}

#cssmenu > ul > li > a:hover,#cssmenu ul li.active a{color:#37c7fb}
#cssmenu ul ul li a{color: #4053a4!important;}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {color: #37c7fb !important;}
#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#4053A4;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#4053A4;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul{position:absolute;left:-9999px;text-align: left;}
#cssmenu ul ul li { transition: all 0.25s ease 0s; width: 270px;}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul{left:auto}
/*#cssmenu li:hover > ul > li{height:35px}*/
#cssmenu ul ul li { float: left;}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a {float: left; border-bottom: 1px solid rgba(150, 150, 150, 0.15); color: #4053A4;font-size: 14px;font-weight: 700; padding: 11px 15px;text-decoration: none;width: 100%;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#4053a4;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#4053a4;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}
#cssmenu > ul {margin: 0;padding: 0;}
#cssmenu ul ul {z-index: 1;border-top: 1px solid #ccc;padding-left: 0;background-color: #fff;box-shadow: 2px 10px 10px 0 rgba(0,0,0,0.2); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;}
.sidenav__list .submenu {
  background-color: #f3f3f3;
}
#cssmenu ul ul ul {
	top: 10px;
}

#cssmenu ul ul ul ul {
	top: 0px;
}

.sidenav__list .submenuinner.group-list li a {
  background-color: #eaeaea ;
}

/*inner-pages-left-menu*/

#menu2 {
    border: 0 none;
    line-height: 1;
    margin: 0;
    padding: 0;
}
#menu2 ul, #menu2 ul li, #menu2 ul ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#menu2 ul {
    float: left;
    position: relative;
    z-index: 1;
}
#menu2 ul li {
    float: left;
    line-height: 1em;
    min-height: 1px;
    position: relative;
    vertical-align: middle;
}
#menu2 ul li.hover, #menu2 ul li:hover {
    cursor: default;
    position: relative;
    z-index: 599;
}
#menu2 ul ul {
    left: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 100%;
    z-index: 0;
}

#menu2 ul ul li {
    float: none;
}
#menu2 ul ul ul {
    right: 0;
    top: -1px;
}
#menu2 ul li:hover > ul {
    visibility: visible;
}
#menu2 ul ul {
    left: 100%;
    top: -1px;
}
#menu2 ul li {
    float: none;
}
#menu2 ul ul {
    margin-top: 1px;
}
#menu2 ul ul li {
    font-weight: normal;
}
#menu2 {
    font-size: 14px;
    width: 100%;
    margin: 15px 0;
}
#menu2::before {
    content: "";
    display: block;
}
#menu2::after {
    clear: both;
    content: "";
    display: table;
}
#menu2 a {
    color: #000;
    display: block;
    padding: 13px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
#menu2 > ul {
    width: 100%;
}
#menu2 ul ul {
    width: 100%;
}
#menu2 > ul > li > a {
    color: #373737;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s linear;
}
#menu2 > ul > li > a:hover {
    color: #09A1FF;
}
#menu2 > ul > li.active a 
{
        color:#09a1ff;
}
#menu2 > ul > li a:focus,#menu2 > ul > li a:hover, #menu2 > ul > li:hover a {
    background: #102542 none repeat scroll 0 0;
    transition: all 0.3s linear;
}
#menu2 li {
    position: relative;
    border-bottom: 1px solid #cccccc;
}
#menu2 ul li.has-sub > a::after {
    content: "+";
    margin-top: -6px;
    position: absolute;
    right: 15px;
    top: 50%;
}
#menu2 ul ul li.first {
    border-radius: 0 3px 0 0;
}
#menu2 ul ul li.last {
    border-bottom: 0 none;
    border-radius: 0 0 3px;
}
#menu2 ul ul {
    border-radius: 0 3px 3px 0;
}

#menu2 ul ul a {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    transition: all 0.3s linear;
}
#menu2 ul ul a:hover {
    color: #00aeff !important;
}
#menu2 ul ul li {
    border-bottom: 1px solid #203552;
}

#menu2 ul ul li:hover > a {
    background: #102542 none repeat scroll 0 0;
    color: #fff;
    transition: all 0.3s linear;
}
#menu2.align-right > ul > li > a {
    border-left: 4px solid #1b9bff;
    border-right: medium none;
}
#menu2.align-right {
    float: right;
}
#menu2.align-right li {
    text-align: right;
}
#menu2.align-right ul li.has-sub > a::before {
    content: "+";
    left: 15px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
}
#menu2.align-right ul li.has-sub > a::after {
    content: none;
}
#menu2.align-right ul ul {
    left: -100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 598;
}
#menu2.align-right ul ul li.first {
    border-radius: 3px 0 0;
}
#menu2.align-right ul ul li.last {
    border-radius: 0 0 0 3px;
}
#menu2.align-right ul ul {
    border-radius: 3px 0 0 3px;
}
#menu2 > ul > li:hover > a {
    color: #00AEFF;
}

.sortables.connectedSortable.onlyone {
	background-color: #f5f5f5;
	padding: 0;
	padding-bottom: 10px;
	border-top: 3px solid #ececec;
	min-height:100%;
}

.sortables li {
	display: inline-block;
	background: #f5f5f5 none repeat scroll 0 0;
	border: 0px solid #fff;
	float: left;
	min-height:295px;
	margin: 10px 5px;
	padding: 10px;
	width: 23%;
	line-height: 16px;
	background-color: #f5f5f5;
}


.mgmt .boardofdirectors .hoverme > img {
  height: 160px;
}

.sortables.connectedSortable.onlyone li {
	height: auto;
	margin: 10px;
	padding: 10px;
}


.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #f14814;
	color: #fff;
	border-radius: 0;
}

.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	border-radius: 0;
}

.modal-header .close {
	margin-top: 2px;
	opacity: 0.5;
}

.awardpage .image-frame {
	width: 48.5% !important;
	float: left;
	margin: 5px;
	cursor: pointer;
}

.awardpage .item img 
{
    width:100%;
	height: 300px;
}


.modal-body p {
	text-align: justify;
	padding-top: 10px;
}


table.mgmt td ul.sortables{width:100% !important; padding:0; min-height:300px;}
table.mgmt td ul.sortables.connectedSortable.onlyone{border-top:none; width:98.5% !important; margin:10px 0 0 5px!important; background:transparent;}


.ac-tabs ul {
  list-style: none;
  padding: 0;
}
.ac-tabs ul .shutter-panel-collapse {
  padding-left: 1em;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 10px;
  display: none;
}
.ac-tabs ul .shutter-panel-collapse.show {
  /*display: block;*/
}
.ac-tabs ul li {
  margin: .5em 0;
}
.ac-tabs ul li a.panel-heading {
  width: 100%;
  display: block;
  background: #FFF;
  color: #4053A4;
  padding: .75em;
  border-radius: 6px;
  transition: background .3s ease;
  border-color: #0b80bb;
  border:1px solid;
}

.ac-tabs ul li a.panel-heading:hover {
  background: #FFF;
}

.ac-tabs ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.ac-tabs ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

.ac-tabs ul.tabs li.current{
	background: #ededed;
	color: #222;
}

.ac-tabs .tab-content{
	display: none;
	background: #ededed;
	padding: 15px;
}

.ac-tabs .tab-content.current{
	display: inherit;
}



/* Responsive CSS Document */

/* 
    Created on : 07/09/2016. 
    Theme Name : Education.
    Description: Education- Responsive html5 template.
    Version    : 1.0.
    Author     : @TheMazine.
   
*/

@media (max-width: 1250px) {
	.thirtyfive {right: 0px; top: 30px !important; width: auto !important; text-align: right;}
.thirtyfive img{ width:25% !important;}
	}


@media (min-width: 992px) {
    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (max-width: 1366px) {
.scroll-top {bottom: 30px; right:30px;}
.thirtyfive {right: 0px; top: 10px !important; width: auto !important; text-align: right;}
.thirtyfive img{ width:70% !important;}
	
}
@media (max-width: 1199px) {
    header .top-header div.right-side,header .top-header div.left-side {float: none; text-align: center;}
    header .top-header div.left-side>ul>li {margin-bottom: 10px;}
    .theme-manage-area .item2 {display: none;}
    .theme-manage-area .item1 {width:50%;}
    .faq .wrapper {padding-left: 0;}
    .faq.float-left .wrapper {padding-right: 0;}
    footer .top-footer .footer-about {padding-right: 15px;}
    footer .top-footer .footer-contact,footer .footer-quick-link {padding-left: 15px;}
    footer .top-footer [class*="col-"] {margin-bottom: 50px;}
    footer .bottom-footer {margin-top: 45px;}
    .sidebarOne .wrapper,.sidebarOne .wrapper-left {padding: 0;}
    .container { width: 95%;}
    .thirtyfive > img { max-width: 65%; float: right; margin-top: 60px;}
    #cssmenu > ul > li > a {font-size: 14px;}
}
/*(max-width: 1199px)*/

@media (max-width:1024px){
    .nav > li > a {font-size: 13px;}
    .inner_banner {height: 250px; margin-top: 78px; }
    .banner_info { left: 3%; }
    .details-text img { height: 125px; top: 55px;}
    .mgmt .boardofdirectors .hoverme > img {
  height: 136px;
}
.annual-table tbody p {
  width: 205px;
}
.ContactForms .col-md-8.col-md-offset-2.pad-btm-large {
  margin: 0;
  width: 100%;
}
.innerText {
  margin-bottom: 130px;
}

	.thirtyfive {right: 0px; top: 30px !important; width: auto !important; text-align: right;}
.thirtyfive img{ width:25% !important;}	
}

@media (max-width: 991px) {
    .navbar-collapse.collapse,.main-menu-wrapper .nav>li>a:before {display: none !important;}
    .navbar-collapse {box-shadow: none;}
    .navbar-collapse.collapse.in,.navbar-toggle,.main-menu-wrapper .nav>li.dropdown-holder .fa {display: block !important;}
    .main-menu-wrapper {margin-right: -15px;margin-left: -15px;}
    .main-menu-wrapper .logo {position: absolute; top:0; left:15px;z-index: 9;}
    .main-menu-wrapper.fixed .logo {left:15px;}
    .main-menu-wrapper form {position: absolute;left:50%;top:30px;margin: 0 0 0 -112px; z-index: 9;}
    .navbar,.navbar-nav {float:none;}
    .navbar-header {float:none;}
    .main-menu-wrapper .nav>li {float:none; margin: 0;}
    .main-menu-wrapper .nav>li>a {line-height: 40px;padding-left: 15px;border-bottom:1px solid #fff;}
    .main-menu-wrapper .nav>li:last-child>a {border:none;}
    .navbar-collapse,.navbar-collapse.collapse.in {padding:0;}
    .navbar-nav {border:1px dashed #fff;}
    .main-menu-wrapper .nav>li.dropdown-holder .sub-menu li a {padding-left: 35px;}
    .main-menu-wrapper .nav>li.dropdown-holder .sub-menu li a:before {background:#333333;}
    .main-menu-wrapper.fixed {max-height: 100%;overflow-y:auto;}
    .main-menu-wrapper .nav>li.dropdown-holder .sub-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        position: static;
        width: 100%;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
    .section-title p {width:100%;}
    .welcome-section-two .row p {margin-left:0; margin-right: 0;}
    .sidebarOne,.teacher-profile .teacher-sidebar .img-holder {margin-top: 50px;}
    .teacher-profile .text-warpper,.contact-us-page .contactUs-address {padding-left: 0;}
    .error-page .error-wrapper img,.error-page .error-wrapper .text {float:none;}
    .error-page .error-wrapper .text {text-align: center;}
    .contact-us-page .contactUs-address {margin-top: 80px;}
    .thirtyfive > img { margin-top: 13px;   max-width: 50%;}
    .navbar-toggle { background-color: #4053A4; }
    .navbar-toggle .icon-bar {background-color: #fff; }
    #banner a { background-color: #cd2122; padding: 10px; font-size: 13px;}
    #banner .fixedtabs { background-color: transparent;padding-left: 0;}
    .details-text img {height: 145px;}
	
	
	
}



@media only screen and (min-device-width:768px) and (max-device-width:1023px){

	.thirtyfive {right: 0px; top: 30px !important; width: auto !important; text-align: right;}
.thirtyfive img{ width:25% !important;}	


}
/*(max-width: 991px)*/

@media (min-width: 992px) and (max-width: 1199px) {
    .main-menu-wrapper form { margin: 30px 10px 0 10px;}
    .main-menu-wrapper .nav>li {margin:0 12px;}
    .welcome-section .row h3 {font-size: 19px;}
    .popular-course .course-item-wrapper .text>div.clear-fix {padding-right: 0;}
    .popular-course .course-item-wrapper .text>div ul li {margin-right: 0;}
    .popular-course .course-item-wrapper .text p {padding: 22px 10px;}
    .event-section .single-event {padding-left: 84px;}
    .event-section .single-event .date {left:4px;}
    .information-banner h3 {font-size: 21px;}
    .subscribe-banner form {width:60%;}
    .inner-page-banner .opacity {padding-top: 290px;}
    .sidebarOne .sidebar-box .box-wrapper {padding-left: 10px;}
    .event-details-page .event-details-content .sub-text #google-map {width:50%;}
    .course-v2 .single-course .img-holder {width:72%;}
    .course-v2 .single-course .text p {padding-bottom: 10px;}
    .course-details-page .course-details-content .sub-text ul.st-requirements-list li {float:none; width:100%;}
    .course-details-page .course-details-content .course-instructor .single-box-content .item {width: 50%;margin-bottom: 20px;}
    .course-details-page .course-details-content .sub-text.course-curriculum {padding-right: 25px;}
    .course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-heading tr td:nth-child(1) {width:58%;}
    .course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-heading tr td span {margin-left: 10px;}
    .teacher-profile .teacher-sidebar .teachers-bio p,.teacher-profile .teacher-sidebar .teachers-bio ul {padding-left: 30px;}
    .teacher-profile .text-warpper .row ul {margin-bottom: 40px;}
    .error-page .error-wrapper {padding: 0;}
	
	.thirtyfive {right: 0px; top: 30px !important; width: auto !important; text-align: right;}
.thirtyfive img{ width:25% !important;}	

}
/*(min-width: 992px) and (max-width: 1199px)*/

@media (min-width: 768px) and (max-width: 991px) {
    header .top-header div.left-side>ul>li {width:50%; margin-right: 0; float:left;}
    header .top-header div.left-side {text-align: left;}
    header .top-header div.left-side>ul>li:nth-child(2),
    header .top-header div.left-side>ul>li:nth-child(4) {text-align: right;}
    .course-search-option .input-one {width:35%;}
    .course-search-option .input-three {width:19%;}
    .course-search-option .input-two {width:23%;}
    .subscribe-banner form {width:81%;}
    .inner-page-banner .opacity {padding-top: 310px;}
    .event-details-page .event-details-content .sub-text #google-map {width:55%;}
    .course-v2 .single-course .img-holder {width:70%;}
    .course-details-page .course-details-content .sub-text.course-curriculum {padding-right: 20px;}
    .error-page .error-wrapper h2 span.opps {left:auto; right:27%;}
    .inner_banner {  height: 180px;  margin-top: 112px;  }
    .innerText .col-md-9.paddingLeft.wow.fadeInRight { padding-left: 15px !important; margin-top: 15px;}
    .header ul li {
  padding: 0 7px;
}
.mgmt .boardofdirectors .hoverme > img {
  height: 130px;
}


.thirtyfive {right: 0px; top: 20px !important; width: auto !important; text-align: right;}
.thirtyfive img{ width:45% !important;}	

}
/*(min-width: 768px) and (max-width: 991px)*/

@media (max-width: 767px) {
    .main-menu-wrapper .logo img {width:60%;}
    .navbar-toggle {margin: 13px 0;}
    .main-menu-wrapper form {top:10px;}
    .theme-manage-area .item1,.course-details-page .course-details-content .sub-text ul.st-requirements-list li {width: 100%;}
    .course-search-option .input-one,.course-search-option .input-two,.course-search-option .input-three {width:50%; margin-bottom: 20px;}
    .popular-course .course-item-wrapper .text>div ul { text-align: left;}
    .popular-course .course-item-wrapper .text>div ul li {display: block; border:none;}
    .popular-course .course-item-wrapper .text>div a {float:right;}
    .popular-course .course-item-wrapper .text p {padding-left: 10px;padding-right: 10px;}
    .subscribe-banner form {width:100%;}
    .subscribe-banner input {width:90%; margin: 0 auto; display: block; float:none;}
    .subscribe-banner button {margin: 20px auto 0 auto; display: block; float:none;}
    header {position: relative;background: #cd2122;}
    .inner-page-banner .opacity {padding-top: 90px;}
    .event-details-page .event-details-content .sub-text .table-fix {width: 100%; margin-bottom: 40px;}
    .event-details-page .event-details-content .sub-text #google-map {width: 94%; margin-right: 3%;}
    .course-v2 .single-course .img-holder,.course-v2 .single-course .img-holder img,.course-v2 .single-course .text {width:100%; float:none;}
    .course-v2 .single-course .course-heading {margin-top: 30px;}
    .course-v2 .single-course .course-heading,.course-v2 .single-course>p {padding-left: 20px;}
    .course-details-page .course-details-content .sub-text,.course-details-page .course-details-content .sub-text.course-curriculum {padding-left: 10px;padding-right: 10px;}
    .course-details-page .course-details-content h3,.course-details-page .course-details-content ul.post-info {padding-left: 10px;}
    .course-details-page .course-details-content .course-instructor .single-box-content .item {width: 100%;margin-bottom: 10px;}
    .course-details-page .course-details-content .course-instructor .item ul.contact-list {text-align: center;}
    .course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-heading tr td {width:33.33333% !important;}
    .course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-heading tr td>div {margin: 0;float:right;}
    .course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-heading tr td span {margin:0;}
    .teacher-profile .text-warpper .row ul {margin-bottom: 40px;}
    .error-page .error-wrapper {padding: 0;}
    .error-page .error-wrapper img {margin: 0 auto;}
    .error-page .error-wrapper h2 span.opps {position: static;}
    #banner h1 {font-size: 30px;line-height: 40px;}
    #banner h5 {font-size: 14px;}
 
    .businessVerticals {margin-bottom: 15px;}
    .fixedfooter { position: relative;}
    .copyinfo span.power {float: right; width: 100%; padding-top: 5px;}
    #banner .tp-parallax-wrap {left: 40px !important;}
    .js > div#banner { float: left;  width: 100%; height: 100% !important;}
    .affix {position: relative !important;}
    .nav > li:first-child > a,.nav > li > a { padding-left: 15px !important; padding-right: 15px !important;}
    .navbar-fixed-top {position: relative;}
    .inner_banner {  height: 159px;  margin-top: 0;}
    .innerText .col-md-9.paddingLeft.wow.fadeInRight { padding-left: 15px !important; margin-top: 15px;}
    .details-text .col-sm-12 { float: left; width: 100%;}
    .details-text img {height: 130px;}
    .innerText { margin-bottom: 30px;}
    .sortables li {	width: 48%;}
#cssmenu ul ul ul {top: 0px !important;}
.mgmt .boardofdirectors .hoverme > img {
  height: auto;
}

.col-sm-3.searchBox {float: left; margin-top: 0; width: 100%;}
.col-sm-4.header {float: left; width: 100%; }
.header ul{ float:none; margin-bottom:15px; text-align:center;}
.header ul li{ padding:0 15px; display: inline-block; float:none; }
.thirtyfive {right:0px; top: 20px !important; width: auto !important; text-align: right;}
.thirtyfive img{ width:50% !important;}	

}
/*(max-width: 767px)*/
@media (max-width:667px){
    #header .col-sm-5 { display: inline-block; width: 100%; text-align: center;}
    #header .navbar-brand { display: inline-block; float: none;}
    .col-sm-3.searchBox { float: left; margin-top: 0; width: 60%; padding-right: 0;}
    .header ul { margin: 5px 0;}
    .searchBox .fa { right: 15px;}
    .navbar-fixed-top {position: relative;}
    .container.fixedtabs { float: left; width: 85%;}
    #banner .tp-parallax-wrap {left: 40px !important;}
    .js > div#banner { float: left;  width: 100%; height: 100% !important;}
    .inner_banner {height: 140px;}
    .details-sub { left: 0; min-height: 100%; padding: 15px; width: 100%;}
    .details-text img { height: 100%;top: 0; left: 0; float: left; width: 100px;}
        .sortables li {width: 98%;}
		
		.contact-sub {
  border: 1px solid hsl(0, 0%, 87%);
  margin: 0 5px 30px;
  min-height: 312px;
  width: 100%;
}

}
@media (max-width: 650px) {
    .popular-course .course-item-wrapper .item .img-holder img,.course-page-single .popular-course .course-item-wrapper img {margin: 0 auto;}
    .owl-theme .owl-dots {display: none !important;}
    .our-certification .item img {margin: 0 auto;}
    .latest-event-slider .item>img,.course-page-single .popular-course .course-item-wrapper [class*="col-"] {width:100%;}
    .contact-us-form #success,
    .contact-us-form #error {
        width: 84%;
        height: auto;
        top: 50%;
        margin-top: -50px;
        margin-left: 0;
        left: 8%;
        padding: 30px 10px;
    }
}

@media (max-width: 600px) {
    .latest-news .single-post,.latest-news .img-holder img {width:100%;}
    .blog-details-page .blog-details-page-content .main-post-content,
    .blog-details-page .blog-details-page-content ul.post-info {padding-left: 20px;padding-right: 20px;}
    #banner .tp-caption {width: 470px !important;white-space: normal !important; }
    #banner h5 br {display: none; }
    .container.fixedtabs {float: left; width: 100%; }
    #banner a { padding: 10px; line-height: 20px!important;}
    .col-md-4.col-sm-4.col-xs-4.nopad { float: left; width: 50%;}
    .col-sm-4.header { width: 55%;}
    .col-sm-3.searchBox {width: 45%;}
    .annual-table tbody p { border: none;  padding-right: 40px;}
    .header ul {float: left; }
        .boardofdirectors a:hover + .box, .box:hover {
  display: none !important;
}
}

@media (max-width: 500px) {
    .blog-details-page .blog-details-page-content .main-post-content .admin-text,
    .blog-details-page .blog-details-page-content .main-post-content .single-comment {padding-left: 20px;}
    .blog-details-page .blog-details-page-content .main-post-content .admin-text .img-content,
    .blog-details-page .blog-details-page-content .main-post-content .single-comment .img-content,
    .blog-details-page .blog-details-page-content .main-post-content .admin-text ul.share-icon {position: static; text-align: center;}
    .blog-details-page .blog-details-page-content .main-post-content .admin-text .img-content img,
    .blog-details-page .blog-details-page-content .main-post-content .single-comment .img-content img {margin: 0 auto;}
    .blog-details-page .blog-details-page-content .main-post-content .admin-text .img-content h6,
    .blog-details-page .blog-details-page-content .main-post-content .single-comment .img-content p {margin-bottom: 10px;}
    .blog-details-page .blog-details-page-content .main-post-content .single-comment.reply-comment {margin-left: 30px;}
    .blog-details-page .blog-details-page-content .main-post-content .single-comment {margin-left: 12px;}
    .blog-details-page .blog-details-page-content .main-post-content .admin-text p {margin-top: 10px;}
    .hermes.tparrows:hover .tp-arr-allwrapper {display: none !important;}
    .contact-us-page .contact-us-form input, .contact-us-page .contact-us-form textarea {padding: 0 10px;}
    #banner h1{font-size: 20px;}
    #banner h5 {font-size: 12px;}
}

@media (max-width: 480px) {
    .main-menu-wrapper .logo {top:60px;left:15px;}
    .main-menu-wrapper form {position: relative;width:100%;margin: 0 0 20px 0;left:auto;}
    .navbar-collapse,.navbar-collapse.collapse.in {padding-left: 0;padding-right: 0;}
    .main-menu-wrapper.fixed form,header .top-header div.right-side {display: none;}
    .main-menu-wrapper.fixed .logo {top:0;}
    .scroll-top {right:5px; bottom: 15px;}
    .course-v2 .single-course .course-heading ul li {display: block;margin: 0 0 5px 0;}
    #banner .tp-caption {width: 420px !important;}
    #banner h5 { line-height: 22px;}
    /* .fixedfooter { overflow: hidden;} */
    .banner_info { left: 0; bottom: 0;}
    .inner_banner { height: 100px;}
    .awardpage .image-frame {width: 100% !important;}
    .image-frame h2 {font-size: 14px;}
    .awardpage .item img {height: 100%;}
    .rt-txt{text-align:center;}
    .visitordevider{display:none;}
	

}

@media (max-width: 450px) {
    header .top-header div.left-side>ul>li {width:100%;float:left;text-align: left;}
    #header .navbar-brand { float: left;width: 90%; }
    .col-sm-4.header { width: 100%;  float: left; text-align: center;}
    .col-sm-4.header > ul { display: inline-block;  float: none; margin-top: 0; }
    .col-sm-3.searchBox { position: absolute;  top: 118px;width: 75%;  z-index: 10; }
    #banner .tp-caption { width: 345px !important; margin-top: 25px !important;}
    .col-md-4.col-sm-4.col-xs-4.nopad { float: left;width: 100%;}
    #banner h5 {  line-height: 22px;  float: left; }
    .inner_banner {height: 150px;background-size: cover;}
    .banner_info h1 {font-size: 24px;}
    .banner_info {bottom: 0; left: 0;position: relative;}
    .details-sub p strong { float: left; position: relative; width: 100%;}
    .details-sub p strong::after { content: "";}
    .details-text img {width: 50%;}
}

@media (max-width: 384px) {
    .course-progress .col-xs-6,.course-search-option .input-one,footer .top-footer .footer-contact ul li,
    .course-search-option .input-two, .course-search-option .input-three,.contact-us-page .contactUs-address ul li {width:100%;}
    .test-faq .testimonial .single-box .img {left:5px;}
    .test-faq .testimonial .single-box {padding-left: 78px;}
    .test-faq .testimonial .single-box h6 span {display: block;margin: 5px 0 0 0;}
    .event-section .single-event .date {left:8px; padding-right: 15px;}
    .event-section .single-event {padding-left: 88px;}
    .event-details-page .event-details-content .sub-text h6,.blog-details-page .blog-details-page-content .main-post-content .share-option h6 {margin-top: 30px;}
    .event-details-page .event-details-content .sub-text {padding-left: 5px;}
    .sidebarOne .sidebar-box .box-wrapper {padding-left: 10px;}
    .sidebarOne .feature-event .post {width:76%;}
    .teacher-profile .teacher-sidebar .teachers-bio p,.teacher-profile .teacher-sidebar .teachers-bio ul {padding-left: 20px;}
    .faq .faq_panel .panel-group .panel-heading a,.faq .faq_panel .panel-group .panel-heading + .panel-collapse > .panel-body {padding-left: 40px;}
    .faq .faq_panel .panel-group .panel-heading a:before {left:10px; line-height: 0;top:50%;}
    .error-page .error-wrapper h2 {font-size: 70px;line-height: 45px;}
    .error-page .error-wrapper p {margin-top: 20px;}
    .col-sm-3.searchBox {top: 110px;}
    #banner .tp-caption { width: 320px !important;}
	

}

@media (max-width:360px){
    #banner .tp-caption {width: 290px !important;margin-top: 0 !important;}
    #banner h1 {font-size: 20px; margin-top: 0; line-height: 22px;}
    #banner .tp-parallax-wrap:nth-child(2n+1) {top: 120px !important;}
    #banner h1 {line-height: 29px !important;margin-top: 0; }
    .details-text img {width: 100%;}
    .col-sm-3.searchBox {top: 107px;}
	#header-container { display: block; overflow: hidden; margin-top: 35px;}
.col-sm-3.searchBox {margin-top: 0; padding: 0; width: 95% !important;}

}

@media (max-width:320px){
    .col-sm-3.searchBox {top: 101px;}
}

@media screen and (max-width:980px){
nav{width:100%;}
#cssmenu{width:100%}
#cssmenu ul{width:100%;display:none}
#cssmenu ul li{width:100%;border-top:1px solid #e0e0e0}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a{padding-left:25px}

#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#ddd;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
#cssmenu ul ul, #cssmenu ul ul ul {
  left: 0;
  margin: 0;
  position: relative;
  text-align: left;
  width: 100%;
  box-shadow: none;
  height: auto;
  float: none;
  z-index: 0;
  border-radius: 0;
}
#cssmenu ul ul li {
  transition: all 0.25s ease 0s;
  width: 100%;
}
#cssmenu ul li a, #cssmenu ul ul li a {
  border-bottom: 0 none;
  width: 100%;
  float: none;
}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#4053a4;font-size:12px;font-weight:700}
.button{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer;z-index: 12399994;}
.button:after{position:absolute;top:22px;right:20px;display:block;height:8px;width:20px;border-top:2px solid #4053a4;border-bottom:2px solid #4053a4;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#4053a4;content:''}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#4053a4;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#4053a4;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #e0e0e0;height:46px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#262626}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#4053a4;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#4053a4;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
#banner .col-md-4.nopad {
  float: left;
}
.copyinfo .nopad .col-md-6 {
  float: left;
  width: 100%;
  text-align: center;
}
.copyinfo span.power {
  float: none;
  line-height: 28px;
}
#banner .container.fixedtabs {
  width: 100%;
}




}
@media (max-width:767px)
{
#cssmenu ul ul ul {
    top: 0;
}


.col-sm-3.searchBox {float: left; margin-top: 0; width: 100%;}
.col-sm-4.header {float: left; width: 100%; }
.header ul{ float:none; margin-bottom:15px; text-align:center;}
.header ul li{ padding:0 15px; display: inline-block; float:none; }
.thirtyfive {right:0px; top: 20px !important; width: auto !important; text-align: right;}
.thirtyfive img{ width:50% !important;}	


     }
.lang-info {
    cursor: pointer;
}

.details-sub {
    float: left;
    width: 85%;
    padding: 20px 50px;
    background-color: #f5f5f5;
    position: relative;
    min-height: 250px;
    left:-5px;
    padding-right: 30px;
    border-bottom:2px solid #ddd;
}

.contact-sub {
    padding: 20px;
    position: relative;
    left:0;
}
.contact-sub h3 {
	font-size:20px; 
	margin:0 0 10px 0;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
	color:#4053a4;
}

.details-text .col-sm-12 {
    margin-bottom: 25px;
}

.details-text img {
    float: left;
    width: 15%;
    border: 2px solid #f5f5f5;
    height: 165px;
    top: 45px;
    right: -15px;
    position: relative;
    z-index: 1;
}

.details-sub h2 {
    margin: 0;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 400;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 6px;
    margin-bottom: 8px;
}

.details-sub h2 span {
    color:#4053a4;
    font-weight: 500;
    float: left;
    width: 100%;
    padding-bottom: 2px;
    font-size: 18px;
    line-height:24px;
}

.details-sub p strong {
    width: 22%;
    float: left;
    position: relative;
}

.details-sub p strong:after {
    position: absolute;
    content: ":";
    right: 10px;

}



.text-box {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.text-box:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.text-box::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.text-box[disabled], .text-box[readonly], fieldset[disabled] .text-box {
    background-color: #eee;
    opacity: 1;
}
.text-box[disabled], fieldset[disabled] .text-box {
    cursor: not-allowed;
}
textarea.text-box {
    height: auto;
}

/*------------------------------------------------------------------------------------------------------*/
  .content-slider h3 {
                margin: 0;
                padding: 70px 0;
            }
  /*-------------------------------------------------------------------------------------------------------------*/
  
  
.caret-up {
    border-bottom: 4px solid;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

ul.ftrlnks li.dropup ul.dropdown-menu {
    padding: 0;
}

ul.ftrlnks .dropdown-menu li {
    color: #000;
    width: 100%;
    margin: 0;
    border: none;
}


ul.ftrlnks li.dropup .dropdown-menu li a {
  border-bottom: 1px solid #ececec;
  color: #4053a4;
  font-size: 13px;
  font-weight: bold !important;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  transition: all 0.1s linear;
  width: 100%;
}

ul.ftrlnks li.dropup .dropdown-menu li a:hover {
    color: #37c7fb;
}

.ftrlnks .dropdown-menu {
    z-index: 9999;
}

.fixedfooter .nopad .col-md-7 {
    z-index: 99;
}

.ftrlnks .dropup .dropdown-menu {
  margin-bottom: -5px;
}

/**************************************************************************************************************************/


@media (min-width:1000px) and (max-width:1100px)
{

 #cssmenu > ul > li.has-sub > a::after { right: 15px;}
 #cssmenu > ul > li.has-sub > a::before { right: 18px;}
 #header .container {
  width: 98%;
}
#header-container .container {
  width: 100%;
}
/*#cssmenu > ul > li > a {
  font-size: 11px;
  padding: 15px 5px;
}*/
#cssmenu > ul > li.has-sub > a::before {
  top: 17px;
}
#cssmenu > ul > li.has-sub > a::after {
  top: 20px;
}
#cssmenu ul ul li a {
  font-size: 13px;
}
.copyinfo .nopad .col-md-6 {
  float: left;
  width: 100%;
  text-align: center;
}
.copyinfo span.power {
  float: none;
  line-height: 28px;
}


 }
 
 .caret-up {
    border-bottom: 4px solid;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

ul.ftrlnks li.dropup ul.dropdown-menu {
    padding: 0;
}

ul.ftrlnks .dropdown-menu li {
    color: #000;
    width: 100%;
    margin: 0;
    border: none;
}


ul.ftrlnks li.dropup .dropdown-menu li a {
    color: #000;
    font-size: 13px;
    font-weight: 400 !important;
    width: 100%;
    text-transform: uppercase;
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #ececec;
    transition: all 0.2s linear;
}

ul.ftrlnks li.dropup .dropdown-menu li a:hover {
    color: #F14814;
}

.ftrlnks .dropdown-menu {
    z-index: 9999;
}

.fixedfooter .nopad .col-md-7 {
    z-index: 99;
}




.login {
    margin: 0 auto;
    width: 45%;
    margin: 30px auto;
}

.login h2 {
    background-color: #910000;
    color: #ffffff;
    font-size: 20px;
    margin: 0;
    padding: 12px 5px;
    text-align: center;
}

form.formLogin {
    background-color: #f5f5f5;
    float: left;
    padding: 15px 5px;
    width: 100%;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

.formLogin input.checkbox {
    float: left;
    margin-right: 5px;
}

.loginBtn .btn {
    background-color: #71230B;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
}

.loginBtn .btn.btn2 {
    background-color: #F14814;
}

.loginBtn .btn.btn3 {
    background-color: #019EEC;
}

.inner_banner.login-page-banner {
    /*background-color: #f0f0f0;*/
    color: #000000;
    height: 50px;
    /*border-bottom: 1px solid #dcdcdc;*/
    margin-bottom:23px;
}

.inner_banner.login-page-banner .banner_info h1 {
    color: #000000;
    font-size: 22px;
    margin: 0;
    padding-top: 26px;
    padding-bottom: 26px;
}

.login-page-banner .banner_info {
    position: relative;
    padding: 0;
    left: 0;
    bottom: 0;
    top:0;
    margin-top:0;
}

.sortables.BoardofDirectors > li {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.applicationForm p.gray {
    background-color: #e5e5e5;
    padding: 10px;
    float: left;
    width: 100%;
}

.applicationForm .form-group {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.uploadPhoto {
    width: 100%;
    margin-bottom: 5px;
}

.photoUpload .form-control {
  padding: 0;
  height: 35px;
  float: left;
  width: 100%;
  line-height: normal;
  border: none;
  box-shadow: none;
}

.addrss .col-sm-6 {
  margin: 10px 0 0;
}

.passedTable input.form-control {
  margin-bottom: 10px;
}

.termsPage p {
  margin: 8px 0;
}

.col-sm-12.termsPage li {
  padding: 5px 0;
}

 
 .leightbox {
  background-color: white;
  border: 1px solid #ccc;
  color: #333;
  display: block;
  height: 64px;
  left: 50%;
  margin-left: -36px;
  margin-top: -36px;
  overflow: hidden;
  padding: 8px;
  position: fixed;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 64px;
  z-index: 1003;
}

.success-icon {
	background: #d4ffcd url(images/success.png) no-repeat 5px center;
	padding: 5px 5px 5px 25px;
	border: 1px solid #9adf8f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #000000;
	font-weight: bold;
	margin: 10px;
}

.error-icon {
	background: #ffeceb url(images/error.png) no-repeat 5px center;
	padding: 5px 0 5px 25px;
	border: 1px solid #ecb7b4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #db2a1d;
	font-weight: bold;
	margin: 10px;
}

.field-validation-error
{
    color: #a94442;
    font-size: 12px;
    display:block;
}

.Display-For {
	color: #666;
	background-color: #e6e6e6;
	border: 1px solid #bfbfbf;	
	max-height: 79px;
	min-height: 20px;
	overflow-y: auto;
	padding: 3px;	
	word-wrap: break-word;
	padding: 6px;
}


.IMG-Wrapper > img {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.IMG-Wrappernew > img {
  float: none;
  width: 100%;
  margin: 5px 0;
  display:block;
  width:80%;
  margin:5px auto;
}

.Newbultes > li {
  list-style: outside;
}

h4.subHeading {
  background-color: #f0f0f0;
  padding: 10px;
  margin: 5px 0;
}

.FristDiv {
  text-align: justify;
}

.FristDiv li div > ul > li {
  list-style: inside;
}

.Newbultes {
  padding-left: 35px !important;
}

.FristDiv li div > ul.accordion > li {
  list-style: outside none none;
}



ul.FirstUl,.FristDiv li div > ul {
  padding-left: 35px;
}

.FristDiv li div > ul.accordion 
{
padding:0!important;
}

.nav > li:first-child.dropdown > a.dropdown-toggle
{
    margin-right:45px;
    padding:0px;
    position:relative;
    top:10px;
}

/*********************************************************************/
.gobtns{ background:url(../images/search-icon.png) no-repeat 6px 7px #b93a34; padding:5px 14px; border:0;}
.srchfld {
	display:inline-block; width: 80%; height: 30px; padding: 6px 12px;line-height: 1.42857143;
	color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; 
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s}
	
	.ts-form .gobtns {
  background-color: transparent;
  filter: invert(80%);
  position: absolute;
  right: 6px;
  top: 2px;
}

.ts-form {
  position: relative;
}

/*************************************************************/
.sidenav .sidenav__list label a {
  box-shadow: none;
  padding: 0;
}

.sidenav .sidenav__list label a:hover {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  text-decoration: none;
  color: #00afff !important;
}
.sidenav .group-list .has-sub a {
  background-color: transparent;
}

.asterisk {
    color: Red;
}

.olclass
{
    padding-left:80px;
    }
    
    
.org-chat li {
  list-style: none;
  text-align: center;
  float: left;
  width: 100%;
}

.org-chat li a {
  background-color: #f14814;
  border-radius: 6px;
  clear: both;
  color: #ffffff;
  display: inline-block;
  float: none;
  font-size: 20px;
  margin-top: 50px;
  padding: 16px 30px;
  width: 310px;
}

.org-chat > ul {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.org-chat > ul::after {
  border: 1px solid #cccccc;
  content: "";
  height: 100%;
  left: 52%;
  position: absolute;
  z-index: -1;
}

.org-chat li:first-child a {
  margin-top: 0;
}

ul.accordion li .shutter-panel-collapse p
{
    margin:5px;
}



@media (max-width: 1024px) 
{
.businessVerticals {
  margin-bottom: 105px;
}

}

/*******************************************************************************************************************/
.ChartBG h2.text-center {
  margin-bottom: 40px;
}

.ChartBG h2 a {
  background-color: #f14814;
  border-radius: 9px;
  color: #ffffff;
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  padding: 15px 80px;
}

.LeftBox .InnerText,.RightBox .InnerText {
    background-color: #fef3e6;
    border: 2px solid #f0f0f0;
    border-radius: 6px;
    float: left;
    padding: 10px 0;
    text-align: center;
    width: 80%;
}

.RightBox .InnerText {
    float: right;
}

.InnerText > h2 {
    color: #4053a4;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.InnerText h4 {
    color: #71230b;
    font-size: 15px;
    font-weight: 700;
    margin: 5px 0;
}

.InnerText p {
    color: #373435;
    font-size: 14px;
    margin-bottom: 0;
}


.col-sm-6.LeftBox, .col-sm-6.RightBox {
  min-height: 140px;
  position: relative;
}

.col-sm-6.LeftBox::after {

    border-top: 1px solid #cccccc;
    content: "";
    height: 100%;
    left: 3%;
    position: absolute;
    top: 40%;
    width: 97%;
    z-index: -1;
}

.col-sm-6.RightBox::after {

    border-top: 1px solid #cccccc;
    content: "";
    height: 100%;
    right: 3%;
    position: absolute;
    top: 40%;
    width: 97%;
    z-index: -1;
}

.ChartBG {
    position: relative;
}

.ChartBG::after {
    border-left: 1px solid #cccccc;
    content: "";
    height: 85%;
    left: 50%;
    position: absolute;
    top: 20px;
    z-index: -1;
}

.col-sm-6.LeftBox::before
{
    background-color: #f14814;
    border: 5px solid #e6e7e8;
    border-radius: 50%;
    content: "";
    height: 27px;
    position: absolute;
    right: -15px;
    top: 30%;
    width: 27px;
}

.col-sm-6.RightBox::before
{
    background-color: #f14814;
    border: 5px solid #e6e7e8;
    border-radius: 50%;
    content: "";
    height: 27px;
    position: absolute;
    left: -15px;
    top: 30%;
    width: 27px;
}

.col-sm-6.LeftBox.EmtyDiv, .col-sm-6.RightBox.EmtyDiv {
  position: relative;
}

.col-sm-6.LeftBox.EmtyDiv::after, .col-sm-6.LeftBox.EmtyDiv::before,
.col-sm-6.RightBox.EmtyDiv::after, .col-sm-6.RightBox.EmtyDiv::before{
  border: medium none;
  height: auto;
  position: relative;
  width: auto;
}

.ChartBG .container {
  width: 85%;
}

.ChartBG.ChartBG5:after {
  height: 90%;
}

.ChartBG.ChartBG1:after {
  height: 83%;
}

.ChartBG.ChartBG4:after {
  height: 95%;
}

.ChartBG.ChartBG2:after {
  height: 90%;
}

@media (max-width:800px)
{
.ChartBG .container {
  width: 100%;
}
    }

@media (max-width:767px){
    .col-sm-6.LeftBox.EmtyDiv,.col-sm-6.RightBox.EmtyDiv {
        display: none;
    }
    .col-sm-6.RightBox::after, .col-sm-6.LeftBox::after,
    .col-sm-6.RightBox::before, .col-sm-6.LeftBox::before{
        border: medium none;
        height: 0;
        position: relative;
        width: 0;
    }
    .col-sm-6.LeftBox, .col-sm-6.RightBox {
        text-align: center;
    }
    .LeftBox .InnerText, .RightBox .InnerText {
        display: inline-block;
        float: none;
    }
	
	.banner_info h1{color:#fff; font-size:18px; text-transform:uppercase; line-height:normal !important}
.navbar.navbar-fixed-top.fixed-theme {box-shadow: none !important;}
#cssmenu > ul > li{ float:left;}
#cssmenu ul ul li {float: left; margin-top: -2px;}
#cssmenu ul ul li a {padding: 10px 0;}
#cssmenu ul ul ul li a{ padding:10px;}
.lSSlideOuter .lSPager.lSGallery img { display: block; height: 35px !important; max-width: 100%;}
.lazy {height: auto !important;}
.cmdmessage {height: auto; margin: 0 !important; width: 100%;}

.businessVerticals{ margin:0px;}
}

@media (max-width:480px){
    .LeftBox .InnerText, .RightBox .InnerText {
        width: 100%;
    }
}

/*******************************************************************************************************************/
/* ====================== STEP WIZARD ============================= */


.lazy {height: auto !important;}

.stepwizard-step p {
	margin-top: 10px;
	text-align:center;
}
.stepwizard-row {
	display: table-row;
}
.stepwizard {
	display: table;
	width: 100%;
	position: relative;
}
.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-order: 0;
}
.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
}
.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}
/* ====================== STEP WIZARD ============================= */
.btn3 {
	background-color: #13bda0;
	color: #fff;
}
.btn4 {
	background-color: #019eec;
	color: #fff;
}


/*/*******************************************************************/
.Newbultes2 > li {
    list-style: inside;
}

.error-icon {
  background: #ffeceb url("images/error.png") no-repeat scroll 5px center;
  border: 1px solid #ecb7b4;
  border-radius: 3px;
  color: #db2a1d;
  font-weight: bold;
  margin: 10px;
  padding: 5px 0 5px 25px;
  width: 80%;
  margin: 0 auto;
}

.success-icon {
    background: #d4ffcd url("images/success.png") no-repeat scroll 5px center;
    border: 1px solid #9adf8f;
    border-radius: 3px;
    color: #000000;
    font-weight: bold;
    margin: 0 auto;
    padding: 5px 0px 5px 25px;
    width: 85%;
}
img.ratnesh
{
    max-width:60%;
    display:block;
    text-align:center;
    margin:0 auto;
    position:relative;
    left:20%;
    }
.IMG-Wrapper{margin:15px auto;}



/*************************************************Css to  deselect content*******************************************************/
.disable-selection {
     -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer */
   -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}