@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);

@import url(https://fonts.googleapis.com/css?family=Lato);

* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #4e4e4e;
  line-height: 22px;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  border: none;
  margin-top: 10px;
}

.btn-primary:hover, 
.btn-primary:focus {
  background: #c52d2f;
  outline: none;
  box-shadow: none;
}

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left {
  margin-right: 20px;
}

.media>.pull-right {
  margin-left: 20px;
}

body > section {
  padding: 140px 0;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {

  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.fa-chevron-right:before {
  position: relative;
  top: 230px;
  font-size: 30px;
}

.fa-chevron-left:before {
  position: relative;
  top: 230px;
  font-size: 30px;
}

.topsection {
  background: #2c2c5e;
  padding: 10px 0;
}

.toplistl {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
}

.toplistl li {
  float: left;
  padding: 0 15px 0 0;
  font-family: 'Aller';
  font-size: 14px;
  line-height: 26px;
}

.toplistl li span {
  padding-right: 7px;
  font-size: 13px;
  color: #e6b141;
  float: left;
  padding-top: 7px;
}

.toplistr {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
}

.toplistr li {
  float: left;
  padding-right: 5px;
}

.toplistr li a {
  color: #fff;
  width: 28px;
  border: 1px solid #e6b141;
  display: block;
  text-align: center;
  line-height: 26px;
}

.toplistr li a:hover {
  background: #e6b141;
  color: #fff;
}

.welcome-bg {
  background: url(../images/welcomebg.jpg) no-repeat 0 0;
  padding: 50px 0;
}

.welspace {
  padding-top: 40px;
}

.wel-con {
  border-left: 1px solid #d5d5df;
}

.wel-no {
  float: left;
  width: 66px;
  margin-left: -27.5px;
}

.wel-content {
  color: #545454;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 10px;
  float: left;
  width: 92%;
}

.expert-bg {
  background: #f5f5f5;
}
h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #e6b141;
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  padding: 0 0 5px 0;
  margin: 0;
}

h1 span {
  color: #404040;
}
h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #e6b141;
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  padding: 0 0 5px 0;
  margin: 0;
}

h2 span {
  color: #404040;
}

.caption {
  color: #404040;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 13px;
  font-style: italic;
  text-align: center;
  padding-bottom: 5px;
}

.expertspace {
  padding: 40px 40px 0 40px;
}

.expertspace h3 {
  color: #2c2c5e;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
}

.expertspace ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.expertspace ul li {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 27px;
  color: #4c4c4c;
  border-bottom: 1px solid #4c4c4c;
}

.expertspace ul li span {
  float: right;
  text-align: right;
}

.expert-read {
  width: 128px;
  margin: 29px auto;
  border: 2px solid #E6B141;
  line-height: 40px;
  color: #fff;
  font-family: 'Aller';
  font-size: 14px;
  text-align: center;
  display: block;
  background: #2C2C5E;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}

.expert-read:hover {
  color: #E6B141;
}

.courses-bg {
  background: #fff;
  padding: 50px 0!important;
}

.courses-box {
  background: #3a3b71;
  height: 433px;
}

.courses-box h2 {
  color: #fff;
  font-family: 'Aller';
  font-size: 18px;
  padding: 20px 0 0 0;
  font-weight: normal;
  text-align: left;
  padding-left: 15px;
  height: 70px;
}

.courses-box ul {
  list-style: none;
  padding-left: 15px;
  height: 120px;
}

.courses-box ul li {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  background: url(../images/arr.png) no-repeat 0 8px;
  padding-left: 15px;
  text-align: left;
}

.courses-more {
  background: #e6b141;
  padding: 10px 0;
}

.courses-more a {
  width: 100px;
  background: url(../images/arr.png) no-repeat right 6px;
  margin: 0 auto;
  text-transform: uppercase;
  display: block;
  color: #313131;
  font-size: 14px;
  font-weight: bold;
}

#contact {
  background: url(../images/studentbg.png) repeat-y 0 0;
  padding-top: 25px;
  padding-bottom: 10px;
  height: 300px;
  background-size: cover !important;
}

#contact h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

#contact h4 span {
  color: #e6b141;
}

.consult {
  border: 1px solid #ccc;
}

.consult-con {
  border-top: 1px solid #ccc;
  padding: 25px 0 0 0;
  text-align: center;
  height: 375px;
}

.consult-con h3 {
  color: #373737;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  text-transform: capitalize;
  padding: 0 15px;
  margin: 0;
  font-weight: bold;
  height: 45px;
}

.consult-con p {
  color: #373737;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  padding: 0 25px;
  height: 240px;
}

.consult-con a {
  display: inline-block;
  width: 27px;
  height: 27px;
  color: #2c2c5e;
  border: 1px solid #2c2c5e;
  margin-right: 3px;
}

.owl-carousel > .owl-item:nth-child(2n+0) {
  margin: 20px 0 0 0;
}

.client {
  background: #f2f2f2;
  padding: 60px 0!important;
  text-align: center;
}

.client a {
  display: inline-block;
  margin-right: 25px;
  border: 1px solid #ccc;
}

.footer-bg {
  background: #2b2b43;
  padding: 35px 0;
}

.newsleetr {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 35px;
}

.newsleetr .col-sm-3 {
  line-height: 46px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.newsleetr .col-sm-9 {
  background: #3b3b57;
  height: 46px;
}

.newsbox {
  background: none;
  border: none;
  line-height: 46px;
  color: #fff;
  width: 80%;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
}

.newsbt {
  background: url(../images/newsbt.png) no-repeat right 6px;
  width: 20%;
  height: 46px;
  cursor: pointer;
  display: block;
  float: left;
}

.ft-con {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 20px;
  padding: 15px 0;
}

.footermre {
  width: 128px;
  border: 2px solid #fff;
  line-height: 35px;
  color: #fff;
  font-family: 'Aller';
  font-size: 14px;
  text-align: center;
  display: block;
  background: #e6b141;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}

.footer-bg h4 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 0 15px 0;
  text-transform: uppercase;
  margin: 0;
}

.ft-list {
  list-style: none;
}

.ft-list li {
  background: url(../images/arr.png) no-repeat 0 12px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 34px;
  padding-left: 15px;
}

.ft-list li a {
  color: #fff;
  text-decoration: none;
}

.ft-list li a:hover {
  color: #e6b141;
}

.ft-lst-lt {
  list-style: none;
}

.ft-lst-lt li {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  padding-bottom: 10px;
}

.ft-lst-lt i {
  float: left;
  width: 25px;
  padding-top: 3px;
  padding-right: 5px;
  display: block;
  color: #e6b141;
  font-size: 18px;
}

.ft-lst-lt li a {
  float: left;
  color: #fff;
  width: 80%;
}

.copy {
  background: #2b2b43;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
}

.copy a {
  color: #e6b141;
}

.quote {
  color: rgba(0,0,0,.1);
  text-align: center;
  margin-bottom: 30px;
}


/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 30px;
}

#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #E6B141;
  border: none;
}

#fade-quote-carousel.carousel .carousel-indicators .active {
  background: #fff;
}

#fade-quote-carousel blockquote {
  text-align: center;
  border: none;
}

#fade-quote-carousel blockquote p {
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  letter-spacing: 1px;
}

#fade-quote-carousel blockquote span {
  color: #e6b141;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
}

#fade-quote-carousel .profile-circle {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100px;
}

/* ############################################## inner ############################################## */


.innerbanner {
  background-size: cover !important;
}

.innerbanner h2 {
  padding: 0px 0 10px 0;
  background: url(../images/hdbg.png) no-repeat center bottom;
  color: #fff;
}

.innerbanner h2 span {
  text-transform: none;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  display: block;
  padding: 10px 0;
}

h3 {
  color: #2f2f2f;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 30px;
}

h3 span {
  font-style: italic;
  text-transform: none;
}

.differentlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.differentlist li {
  color: #2f2f2f;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 10px;
}

.differentlist span {
  width: 35px;
  height: 32px;
  background: #2c2c5e;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}

.training-course {
  border: 1px solid #2c2c5e;
  margin-top: 25px;
  background: #fff;
  height: 253px;
}

.training-course h4 {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #2c2c5e;
  font-weight: bold;
  padding-top: 5px;
}

.training-course h4 span {
  width: 50%;
  border-bottom: 1px solid #2c2c5e;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
}

.training-course p {
  color: #313131;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 22px;
  padding: 10px 15px;
  height: 152px;
}

.train-rmore {
  background: #2c2c5e;
  line-height: 36px;
  font-family: 'Aller';
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: block;
}

.train-rmore i {
  font-size: 12px;
}

.train-rmore:hover {
  color: #e6b141;
}

.insAnalytics {
  background: url(../images/analytics.png) repeat-y 0 0;
  background-size: cover !important;
  /*height: 278px;*/;
}

.insAnalytics h2 {
  font-size: 26px;
}

.insAnalytics h2 span {
  color: #fff;
}

.insAnalyticscon {
  border-left: 4px solid #fff;
  padding-left: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #fff;
  line-height: 22px;
  margin: 15px 0 0 0;
}


/* ############################################## inner details ############################################## */

.details-headl {
  color: #2c2c5e;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  border-bottom: 1px solid #2c2c5e;
  padding-bottom: 10px;
  width: 90%;
  font-weight: bold;
}

.details-conl {
  color: #424242;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 22px;
/*  border-bottom: 1px solid #2c2c5e;*/
  padding: 10px 0;
  width: 90%;
}

.details-headr {
  color: #2c2c5e;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  text-align: left;
  border-bottom: 1px solid #2c2c5e;
  padding-bottom: 10px;
  width: 90%;
  font-weight: bold;
}

.details-conr {
  color: #424242;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 22px;
/*  border-bottom: 1px solid #2c2c5e;*/
  padding: 10px 0;
  text-align: left;
/*  min-height: 285px;*/
  width: 90%;
}

.progrembox {
  background: #fff;
  border-left: 1px solid #ccc;
  border-top: 4px solid #e7b54a;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 80%;
  margin-top: -60px;
  padding: 25px 10px;
}

.progrembox h2 {
  color: #2c2c5e;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.progrembox ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.progrembox ul li {
  color: #2f2e55;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 22px;
}

.progrembox ul li i {
  color: #0C0;
  padding-right: 10px;
  font-style: italic;
}

.progrembook {
  border: 2px solid #2f2e55;
  height: 135px;
  text-align: center;
}

.progrembook span {
  display: inline-block;
  padding-top: 25px;
  padding-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  color: #2c2c5e;
  font-weight: bold;
}

.takeways {
  background: #2c2c5e;
  padding: 20px 0;
  min-height: 260px;
}

.takeways h2 {
  font-size: 26px;
  color: #fff;
  text-align: left;
}

.takeways h2 span {
  color: #e6b141;
}

.takeways label {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: normal;
}

.takeways ul {
  padding: 15px 0 0 0;
  margin: 0;
  list-style: none;
}

.takeways ul li {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 24px;
}

.takeways ul li i {
  color: #0C0;
  padding-right: 10px;
  font-style: italic;
}

.overview {
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
}

.overview h3 {
  color: #e6b141;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  text-align: left;
  font-weight: bold;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #2c2c5e;
  text-transform: none;
}

.overview h3 span {
  color: #424242;
  font-style: normal;
}

.overview-left {
  width: 50%;
  float: left;
  border-right: 1px solid #C4C3C3;
  padding-right: 3.8%;
  margin-top: 20px;
}

.overview-right {
  width: 50%;
  float: left;
  padding-left: 3.8%;
  margin-top: 20px;
}

.panel-title {
  color: #2f2e55;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-weight: 700;
}

.panel-body {
  color: #3b3a3a;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 0 0 10px 10px;
}

.panel-title span {
  padding-right: 10px;
  padding-top: 2px;
}

.faq-cat-content {
  margin-top: 25px;
}

.faq-cat-tabs li a {
  padding: 15px 10px 15px 10px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #777777;
}

.nav-tabs li a:focus,.panel-heading a:focus {
  outline: none;
}

.panel-heading a,.panel-heading a:hover,.panel-heading a:focus {
  text-decoration: none;
  color: #777777;
}

.faq-cat-content .panel-heading:hover {
  background-color: #efefef;
}

.active-faq {
/* border-left: 5px solid #888888;*/
  ;
}

.panel-faq .panel-heading .panel-title span {
  font-size: 13px;
  font-weight: normal;
}

.overviewsbox {
  background: #fff;
  border: 1px solid #ccc;
}

.overviewsbox h3 {
  color: #e6b141;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  text-align: left;
  font-weight: bold;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #2c2c5e;
  padding: 15px 0 15px 0;
  text-transform: none;
  text-align: center;
  margin: 0 15px 15px 15px;
}

.overviewsbox h3 span {
  color: #424242;
  font-style: normal;
}

.scrollbar {
  height: 405px;
  width: 100%;
  background: #fff;
  overflow-y: scroll;
}

.force-overflow {
  min-height: 450px;
}

#style-4::-webkit-scrollbar-track {
  background-color: #e9ebf1;
}

#style-4::-webkit-scrollbar {
  width: 8px;
  background-color: #e9ebf1;
}

#style-4::-webkit-scrollbar-thumb {
  background-color: #233d73;
}

.overpert {
  border-bottom: 1px solid #ccc;
  margin: 0 15px 15px 15px;
  padding-bottom: 15px;
}

.overpertleft {
  width: 40%;
  float: left;
}

.overpertleft img {
  border: 1px solid #ccc;
}

.overpertright {
  width: 50%;
  float: left;
  padding-left: 15px;
  color: #2c2c5e;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding-top: 0px;
  font-weight: 700;
}

.cont {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding: 10px 0;
}

.cont span {
  color: #e6b141;
}

.cont a {
  color: #e6b141;
  display: block;
  margin: 10px 0 0 0;
}

.pull-left i {
  color: #23B14D;
}

.fees {
  border: 2px solid #fff;
  padding: 10px;
}

.feesbo {
  background: #fff;
  padding: 15px;
}

.feesbo h3 {
  color: #373737;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.feesbo h3 label {
  color: #e6b141;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.feesbo h3 span {
  border-bottom: 1px solid #ccc;
  width: 180px;
  display: block;
  margin: 7px auto;
}

.feesbo p {
  color: #272727;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-align: center;
}

.feesbo ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feesbo ul li {
  color: #272727;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 26px;
}

.feesbo ul li span {
  float: right;
  text-align: right;
}

.feeslt {
  color: #F00 !important;
  font-size: 15px !important;
  text-decoration: line-through;
}

.feeslt span {
  text-decoration: line-through;
}

.feeslth {
  color: #2ebf35 !important;
  font-size: 15px !important;
}

.feeslth span {
}

.fees-bt {
  width: 165px;
  margin: -28px auto;
  display: block;
}

.featurette {
  overflow: hidden;
}

.featurette-image.pull-right {
  margin-left: 40px;
  margin-top: 30px;
}

.featurette-heading {
  font-size: 24px;
  color: #2c2c5e;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #2c2c5e;
  padding: 0 0 10px 0;
  margin-bottom: 15px;
  width: 59%;
}

.featurette p {
  color: #555555 !important;
  font-size: 13px;
  color: #2c2c5e;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
}

.whower {
  background: url(../images/user.png) no-repeat 0 3px;
  padding-left: 50px;
}

.whower h4 {
  color: #f6f6f6;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  padding-bottom: 15px;
  margin: 0;
}

.whower p {
  font-size: 13px;
  color: #2c2c5e;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
  color: #f6f6f6;
}

.whatwe {
  background: url(../images/contacti.png) no-repeat 0 3px;
  padding-left: 50px;
}

.whatwe h4 {
  color: #f6f6f6;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  padding-bottom: 15px;
  margin: 0;
}

.whatwe p {
  font-size: 13px;
  color: #2c2c5e;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
  color: #f6f6f6;
}

.whych {
  background: url(../images/abtim.png) no-repeat 0 3px;
  padding-left: 50px;
}

.whych h4 {
  color: #f6f6f6;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  padding-bottom: 15px;
  margin: 0;
}

.whych p {
  font-size: 13px;
  color: #2c2c5e;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
  color: #f6f6f6;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.contactp h2 {
  font-size: 30px;
  color: #272727;
}

.contactp p {
  color: #404040;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  padding-bottom: 15px;
}

.flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.flexbox .col {
  flex: 1;
  padding: 15px 10px;
}

.flexbox .col i {
  font-size: 36px;
  color: #dcaa43;
}

.flexbox .col h4 {
  color: #272727;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.flexbox .col:nth-child(1) {
  border-right: 1px solid #ccc;
  order: 0;
}

.flexbox .col:nth-child(2) {
  border-right: 1px solid #ccc;
  order: 0;
}

.flexbox .col:nth-child(3) {
  order: 2;
}

.contactbg {
  background: url(../images/contactbg.jpg) no-repeat 0 0 #f9f9f9;
  padding: 25px 0;
}

.contactbg h3 {
  color: #3c3c3c;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  padding: 0 0 25px 0;
  margin: 0;
  text-align: left;
  font-weight: bold;
}

.map {
  border: 1px solid #3c3c3c;
}

.con_box {
  background: none;
  border: 1px solid #333;
  border-radius: 0;
  height: 43px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.con_boxm {
  background: none;
  border: 1px solid #333;
  border-radius: 0;
  height: 112px !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.con_bt {
  font-size: 14px;
  text-align: center;
  background: #2c2c5e;
  border: 2px solid #dcaa43;
  padding: 10px 20px;
  border-radius: 25px;
  color: #fff;
  text-transform: uppercase;
}

.treaningtext {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 22px;
  padding: 10px 15px;
  height: 153px;
}

.treaning-box {
  background: #3a3b71;
  height: 390px;
}

.treaning-box h2 {
  color: #fff;
  font-family: 'Aller';
  font-size: 18px;
  padding: 20px 0 0 0;
  font-weight: normal;
  text-align: left;
  padding-left: 15px;
}

.trainhead {
  color: #3c3c3c;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  background: url(../images/line.png) repeat-x 0 bottom;
  padding-bottom: 3px;
  font-weight: bold;
  text-transform: uppercase;
}

.trainhead span {
  border-left: 4px solid #e6b141;
  padding-left: 10px;
  margin-bottom: 10px;
  display: block;
}

.programebx {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 22px;
  padding: 10px 15px;
  height: 152px;
}

.programebx-box {
  background: #3a3b71;
  height: 255px;
}

.programebx-box h2 {
  color: #fff;
  font-family: 'Aller';
  font-size: 13px;
  padding: 20px 0 0 0;
  font-weight: normal;
  text-align: left;
  text-align: center;
}

.prgmore {
  background: #e6b141;
  line-height: 30px;
  color: #fff;
  font-family: 'Aller';
  font-size: 12px;
  width: 100px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 30px;
  text-align: center;
  margin: 20px 0 0 20px;
}

.prgmore:hover {
  background: #3a3b71;
  color: #fff;
}

.prgapply {
  background: #3a3b71;
  line-height: 30px;
  color: #fff;
  font-family: 'Aller';
  font-size: 12px;
  width: 100px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 30px;
  text-align: center;
  margin: 20px 0 0 20px;
}

.prgapply:hover {
  background: #23B14D;
  color: #fff;
}

#owl-demo3 .item {
  margin: 20px 33px 20px 0 !important;
}

.beginners-box {
  border: 6px solid #fff;
  background: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.25);
  margin-top: 20px;
  min-height: 176px;
}

.bp_l {
  width: 40%;
  float: left;
}

.bp_r {
  width: 58%;
  margin-left: 2%;
  float: right;
  background: #f5f5f5;
  padding: 2%;
  min-height: 162px;
}

.bgr-head {
  color: #2c2c5e;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  padding-bottom: 5px;
  font-weight: bold;
}

.bp_r p {
  color: #424242;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.bp_rmore {
  display: inline-block;
  color: #2c2c5e;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 28px;
  text-decoration: none;
}

.bp_rmore i {
  font-size: 10px;
}

.bpapply {
  background: #3a3b71;
  line-height: 24px;
  color: #fff;
  font-family: 'Aller';
  font-size: 12px;
  width: 100px;
  display: inline-block;
  border: 2px solid #d8a745;
  border-radius: 30px;
  text-align: center;
  float: right;
  clear: right;
}

.bpapply:hover {
  color: #d8a745;
}

.rdm {
  width: 110px !important;
  font-size: 13px !important;
  background: #2c2c5e!important;
  color: #fff!important;
}

.management-head {
  width: 40%;
  position: absolute;
  padding: 15px 26px;
  display: block;
  left: 25px;
  top: -57px;
  border: 1px solid #cbcbcb;
  background: #fff;
}

.management-head img {
  float: left;
  margin-right: 20px;
}

.management-head h2 {
  font-size: 18px;
  color: #2c2c5e;
  text-align: left;
  padding-top: 2px;
}

.management-head p {
}

.amnagedetbx {
  border: 1px solid #cbcbcb;
  background: #f6f6f6;
  padding: 85px 25px 25px 25px;
  position: relative;
  margin-top: 57px;
  margin-bottom: 30px;
}

.amnagedetbx p {
  color: #424242;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.amnagedetbx ul {
  margin-left: 20px;
}

.amnagedetbx ul li {
  color: #424242;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.manage-space {
  height: 25px;
}

.img-box {
  display: inline-block;
  overflow: visible;
  position: relative;
  margin: 10px;
  border: 1px solid #C3C3C3;
  float: left;
  margin-right: 21px;
}

.img-box:before {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 10px;
  top: -10px;
  left: -10px;
  border: 1px solid #333;
}

.stmanage-space {
  height: 60px;
}

.stamnagedetbx {
  border: 1px solid #cbcbcb;
  background: #f6f6f6;
  padding: 25px 25px 65px 25px;
  position: relative;
  margin-bottom: 50px;
}

.stmanagement-head {
  width: 44%;
  position: absolute;
  padding: 15px 26px;
  display: block;
  right: 25px;
  bottom: -94px;
  border: 1px solid #cbcbcb;
  background: #fff;
}

.stmanagement-head h2 {
  font-size: 18px;
  color: #2c2c5e;
  text-align: left;
  padding-top: 15px;
}

.careers {
  margin-left: 20px;
}

.careers li {
  color: #424242;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.alliance-head {
  width: 18%;
  position: absolute;
  padding: 15px 26px;
  display: block;
  left: 25px;
  top: -57px;
  border: 1px solid #cbcbcb;
  background: #fff;
}

.advisor-head {
  width: 55%;
  position: absolute;
  padding: 15px 26px;
  display: block;
  left: 25px;
  top: -57px;
  border: 1px solid #cbcbcb;
  background: #fff;
}

.advisor-head h2 {
  font-size: 18px;
  color: #2c2c5e;
  text-align: left;
  padding-top: 15px;
}

.advisor-head img {
  float: left;
  margin-right: 20px;
}

.advisorbx {
  border: 1px solid #cbcbcb;
  background: #f6f6f6;
  padding: 115px 25px 25px 25px;
  position: relative;
  margin-top: 57px;
  margin-bottom: 30px;
}

.modal-header h4 {
  color: #2c2c5e;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}

.modal-form {
  padding: 0 15px;
}

.underm-header {
  padding: 0 0 15px 0;
}

.underm-header h4 {
  color: #2c2c5e;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}

.featurette-image.pull-left {
    /*margin-right: 40px;*/;
}

.onlinet {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
}

.eemail_msg {
  position: absolute !important;
  top: -28px!important;
  color: #E6B044!important;
}

.vertical {
  padding-left: 10px;
  text-align: left;
}

.vertical h2 {
  font-size: 18px;
  color: #2c2c5e;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 10px 0;
  text-align: left;
  padding-top: 10px;
}

.vertical p {
  color: #555555 !important;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
}

.vertical a {
  margin: 0 auto;
  display: block;
  color: #E47313;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

#carousel .cloud9-item, #buttons button {
  cursor: pointer;
}
	
	
	
	
	
	
	/* modal */
#basic-modal-content {
  display: none;
}

#simplemodal-overlay {
  background-color: #000;
}

#simplemodal-container {
  height: 525px;
  width: 600px;
  color: #bbb;
  border: 4px solid #CCC;
  background: #fff;
  z-index: 1034 !important;
}

.simplemodal-wrap {
  overflow: inherit !important;
}

#simplemodal-container h3 {
  color: #18C84C;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  text-align: center;
  padding: 18px 10px 0 15px;
  display: inline-block;
  margin: 0;
  font-weight: bold;
  float: left;
}

#simplemodal-container a {
  display: inline-block;
  margin-top: 10px;
}

#simplemodal-container a.modalCloseImg {
  background: url(../images/x.png) no-repeat;
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: 15px;
  right: 12px;
  cursor: pointer;
}

.model-text {
  font-size: 26px;
  font-family: Arial, Helvetica, sans-serif;
  color: #bea87d;
  text-align: center;
  padding-bottom: 20px;
}

.model-text span {
  color: #de4d49;
}

.enter-bt {
  background: url(../images/btn.png) repeat-x 0 0;
  height: 52px;
  line-height: 52px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #533b25;
  font-size: 28px;
  text-decoration: none;
  display: block;
  width: 140px;
  text-align: center;
  margin: 30px 0 0 140px;
  float: left;
}

.ext-bt {
  background: url(../images/btn.png) repeat-x 0 0;
  height: 52px;
  line-height: 52px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #533b25;
  font-size: 28px;
  text-decoration: none;
  display: block;
  width: 140px;
  text-align: center;
  margin: 30px 0 0 30px;
  float: left;
}

.simplemodal-overlay {
  opacity: 0.8!important;
}
/*modal end*/
	
.session-box {
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
}	
	
	
	
	
	
.conbd {
    border: 1px solid #cbcbcb;
    background: #f6f6f6;
    padding: 35px 25px 25px 25px;
    position: relative;
    margin-top: 59px;
    margin-bottom: 30px;
}
.conbd-head {
    width: 40%;
    position: absolute;
    padding: 15px 26px;
    display: block;
    left: 25px;
    top: -32px;
    border: 1px solid #cbcbcb;
    background: #fff;
}
.conbd-head h2 {
    font-size: 18px;
    color: #2c2c5e;
    text-align: left;
    padding-top: 2px;
}
.conbd ul{    margin-left: 20px; }
.conbd ul li {
    color: #424242;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
}
	
.stmanagement-head img{margin-right:20px;display:block;}
.stmanagement-head p{margin:0;padding:10px 0 0 0;}
.stamnagedetbx p{padding-bottom:10px;}
	
	
	
.wrking {
  margin-left: 20px;margin-bottom:20px;
}

.wrking li {
  color: #424242;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 22px;
}
	
.con-solution {
 margin-bottom:20px;list-style:none;
}

.con-solution li {
  color: #424242;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
}	
.con-solution li i{padding-left:5px;}
	
	
	
	.cnslt {
  background: #fff;
  text-align: center;padding:0 0 50px 0;
}

.cnslt a {
  display: inline-block;
  margin-right: 35px;
  border: 1px solid #ccc;
  padding:15px 25px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}


.carousel-control {
    position: absolute;
    top: 47%;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
    height: 30px;
    display: block;
}

.carousel-control.left {
    background:none;
}


header{position:relative;}
.vinit{position:absolute;width:245px;height:58px;left:25%;top:13%;display:block;z-index:999;}

