/*General*/
.nav-bar-main {
  text-align: left;
}
body {

  font: 13px/23px Helvetica, Arial, sans-serif;

  -webkit-font-smoothing: antialiased;

  word-wrap: break-word;

  background-color: #efefef;

  color: #666666;

  font-family: raleway;
  text-align: justify;

}

a {

  -webkit-transition: all 0.1s ease-in-out;

  -moz-transition: all 0.1s ease-in-out;

  -ms-transition: all 0.1s ease-in-out;

  -o-transition: all 0.1s ease-in-out;

  transition: all 0.1s ease-in-out;

  font-family: Nunito;

}

@font-face {

  font-family: raleway;

  src: url(../fonts/Raleway-Regular.ttf);

}

@font-face {

  font-family: Nunito;

  src: url(../fonts/Nunito-Regular.ttf);

}

input::-moz-focus-inner {

  border: 0;

}

input{

  outline: none;

}

p{

  font-size: 1.4em;

  font-family: raleway;

}

a:hover, a:active, a:focus {

  text-decoration: none;

  outline: none;

}

h1, h2, h3, h4, h5, h6 {

  font-family: Nunito;

}

ol, ul{

  list-style: none;

}

img {

    border: 0;

    height: auto;

    max-width: 100%;

    vertical-align: middle;

}

section{

  clear: both;

}

.pad{

  padding-top: 50px;

  padding-bottom: 50px;

}

.thumbnail{

  box-shadow: 0 4px 15px -5px;

}

table{

  width: 100%;

  margin: 20px 0;

  font-family: Nunito;

}

.headin_2{

  color: #258de4;

}

.headin_3{

  color: #2970bf;

  text-decoration: underline;

}

.pad_top{

  padding-top: 25px;

}

.pad_bottom{

  padding-bottom: 20px;

}

.pad_left{

  padding-left: 15px;

}

.fl_left{

  float: left!important;

}

.fl_right{

  float: right!important;

}

.pad_0{

  padding: 0;

}

.pad_side{

  padding-left: 15px;

  padding-right: 15px;

}

.clear{

  clear: both;

}

.flw{

  float: left;

  width: 100%;

}

.form-group {

    margin-bottom: 15px;

    width: 100%;

    float: left;

}

.small-text {

  font-size: 12px;

}

.text_justify{

  text-align: justify;

}

.img-thumbnail{

  padding: 0;

  border-radius: 2px;

  margin-bottom: 20px;

}
form.input-home .group {
  margin-bottom: 10px;
}
form.input-home select {
  background: #fff url('../img/select-arrow.png') right center no-repeat !important;
  border-radius: 0px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  padding: 2px;
}

label.radio_button{

  position: relative;

  z-index: 9;

  cursor: pointer;

  padding:0 30px;

  font-weight: 400;

  -webkit-transition: all 0.25s linear;

}

.check{

  display: block;

  position: absolute;

  border: 3px solid #6ea6d4;

  border-radius: 100%;

  height: 22px;

  width: 22px;

  top: 1px;

  left: 0px;

  z-index: 5;

  transition: border .25s linear;

  -webkit-transition: border .25s linear;

}

.check::before {

  display: block;

  position: absolute;

  content: '';

  border-radius: 100%;

  height: 10px;

  width: 10px;

  top: 3px;

  left: 3px;

  margin: auto;

  transition: background 0.25s linear;

  -webkit-transition: background 0.25s linear;

}

input[type=radio]{

  position: absolute;

  visibility: hidden;

}

input[type=radio]:checked ~ .check {

  border: 3px solid #1e70b5;

}



input[type=radio]:checked ~ .check::before{

  background: #1e70b5;

}

::selection {

  background: #00569d;

  color: #fff;

  text-shadow: none;

}

::-moz-selection {

  background: #00569d;

  color: #fff;

  text-shadow: none;

}

.lightBtn {

  background-color: #efefef;

  color: #666666;

}

/*Header*/

.site-header {

  font-size: 12px;

  background-color: #003a6a;

  color: #8ab5d6;

}

.site-header a:hover {

  color: #5191c2;

}

.header-left {

  margin-top: 5px;

}

.header-left p i {

  margin-right: 7px;

}

.logo {

  padding: 20px 0;

  float: left;

  width: 100%;

}

.logo img{

  float: left;

  margin-right: 20px;

  height: 60px;

  margin-right: 0;

}

.logo .exper_img{

  width: 82px;

  margin-left: 70px;

  height: auto;

}

.logo a h1{

  margin-top: 12px;

  color: #004884;

}

.logo a span{

  float: left;

  font-size: 31px;

  margin-top: -8px;

  color: #3285ca;

}

.logo h6{

  text-align: right;

  color: #3285ca;

  margin: 3px 0;

  font-size: 1.3em;

}

.header-right {

  margin-top: 7px;

  text-align: right;

}

.logo_head{

  background: #efefef;

}

.small-links {

  padding: 0;

  margin: 0;

}

.small-links li {

  list-style: none;

  display: inline;

}

.small-links li a{

  padding: 9px 16px;

  background: #004884;

  color: #fff;

  font-size: 14px;

}

.small-links li a:hover{

  color: #fecd0b;

}

.small-links li.apply-online a{

  padding: 9px 16px;

  background: #fff;

  color: #004884;

  font-size: 14px;

}

.small_menu{

  border-bottom: 1px solid;

}

.small_menu li{

  padding: 5px 0;

  border-bottom: 1px solid;

}

.small_menu li:last-child{

  border-bottom: none;

}

.main-navigation {

  border-top: 1px solid #00569d;

  background-color: #004884;;

  font-size: 14px;

}

.main-menu {

  padding: 0;

  margin: 0;

  float: left;

  position: relative;

}

.main-menu li {

  list-style: none;

  display: inline-block;

  float: left;

  margin: 0;

  border-right: 1px solid;

  /*position: relative;*/

  border-color: #00569d;

}

.main-menu > li > a {

  display: block;

  position: relative;

}

.main-menu li ul {

  position: absolute;

  width: 232px;

  z-index: 9999;

  top: 100%;

  left: 0;

  padding: 0;

  border-top: 4px solid;

  display: none;

  /*background-color: #003a6a;*/

  border-color: #fecd0b;

}

.main-menu li ul li {

  width: 100%;

  border-right: none;

  border-bottom: 1px solid;

  padding: 0;

  border-color: #004884;

}

.main-menu li ul li a {

  display: block;

  padding: 7px 15px;

}

ul.sub-menu li a {

  color: #8ab5d6;

}

a.noclick {

  cursor: context-menu;

  font-weight: 800;

  pointer-events: none;

  color: #fff !important;

}

.main-menu li ul li a.noclick {

  background: #002C50;

}

.main-menu li ul li ul {

  left: 100%;

  top: 0;

}

.main-menu a {

  display: block;

  padding: 10px 15px;

  text-decoration: none;

}

.main-menu li.active .sub-menu a:hover,

.main-menu li a:hover,

.social-icons li a {

  color: white;

}

.main-menu a,

.main-menu li.active .sub-menu a,

.main-menu li ul li:before,

.site-header a {

  color: #8ab5d6;

}

.main-menu i {

  margin-left: 10px;

}

.social-icons {

  padding: 10px 16px;

  margin: 0;

}

.social-icons li {

  list-style: none;

  display: inline-block;

  float: left;

  margin-left: 20px;

}

.menu-toggle-btn {

  width: 100%;

  height: 60px;

  font-size: 24px;

  display: block;

  text-align: center;

  line-height: 60px;

  background-color: #fecd0b;

  color: #003a6a;

}

.menu-toggle-btn:hover {

  color: #003a6a;

}

.responsive_menu {

  position: relative;

  z-index: 9999;

  top: 0;

  left: 0;

  display: none;

  width: 100%;

  background-color: #00569d;

}

.main_menu {

    margin: 0;

    padding: 10px 20px 0px 20px;

    list-style: none;

    border-bottom: 1px solid;

}

.main_menu a:hover {

    color:#fff ;

}

.main_menu li:not(:first-child) {

    border-top: 1px solid;

    padding: 5px 0;

}

.main_menu li ul {

    list-style: none;

    margin-left: -10px;

    margin-top: 5px;

}

.main_menu li ul li {

    border-top: 1px solid;

    padding: 5px 0;

}

.main-menu .sf-mega {

  position: absolute;

  display: none;

  top: 100%;

  left: 0;

  z-index: 99;

}

.mt-20 {

  margin-top: 20px;

  float: left;

}

.main-menu li:hover > .sf-mega,

.main-menu li.sfHover > .sf-mega {

  display: block;

}

.sf-mega {

  background-color: #003a6a;

  padding: 1em;

  box-sizing: border-box;

  width: 100%;

}

.sf-mega-section {

  float: left;

  padding: 0 1em 1em 0;

}

.sf-mega-section ul.mega-ul {

  display: block;

  position: relative;

  border-top: none;

  width: 100%;

  float: left;

}

.sf-mega-section h3 {

  font-size: 0.9em;

  color: #fff;

}

.sf-mega-section h5 {

  color: #fff;

  font-size: 1.2em;

  font-weight: 300;

}

.current_page_item a {

  color: #fecd0b;

}

.iconss {

    padding: 10px;

    margin: 0;

    padding-left: 40px;

    display: inline-block;

    text-align: center;

}

.iconss li{

  margin-left: 0;

}

.iconss li a {

    width: 36px;

    height: 36px;

    -webkit-border-radius: 3px;

    border-radius: 3px;

    display: block;

    float: left;

    text-align: center;

    line-height: 36px;

    margin-right: 10px;

    color: white;

    background-color: #003a6a;

}



/*Slider Section*/

section.slider {

  overflow: hidden;

  border-top: 0px;

  position: relative;

}

/*section.slider:before {

  content: "";

  display: block;

  position: absolute;

  left: 0;

  top: 100%;

  width: 0;

  height: 0;

  border-top: 80px solid transparent;

  border-bottom: 0 solid transparent;

  border-left: 400px solid #EFEFEF;

  z-index: 2;

  margin-top: -150px;

}

section.slider:after {

  content: "";

  display: block;

  position: absolute;

  right: 0;

  top: 100%;

  width: 0;

  height: 0;

  border-top: 80px solid transparent;

  border-bottom: 0 solid transparent;

  border-right: 400px solid #EFEFEF;

  z-index: 2;

  margin-top: -150px;

}*/

/*Featured Box*/

.nopadding {

  padding: 0;

}

.featured-box {

  position: relative;

  z-index: 2;

  float: left;

  width: 100%;

  padding-top: 18px;

}

.box_shadow {

  -webkit-box-shadow: 0 10px 6px -6px #777;

  -moz-box-shadow: 0 10px 6px -6px #777;

  box-shadow: 0 10px 6px -6px #777;

  margin-bottom: 0px;

  border-radius: 18px;

}

.featured-box .box_item {

  float: left;

  width: 100%;

  padding: 35px 36px;

  min-height: 300px;

  position: relative;

}

.featured-box .box_item:hover:before {

  opacity: 1;

  transition-duration: 0.2s;

}

.featured-box .box_item:before {

  content: "";

  transition-duration: 0.2s;

  opacity: 0;

}

.featured-box .box_item.box_item_one {

  background: #ffffff url(../img/img-banner-1.jpg) no-repeat center center;

  background-size: cover; 

}

.featured-box .box_item.box_item_two {

  background: #ffffff url(../img/img-banner-2.jpg) no-repeat center center;

  background-size: cover; 

  border-left: 1px solid #ccc;

  border-right: 1px solid #ccc;

}

.featured-box .box_item.box_item_three {

  background: #ffffff url(../img/img-banner-3.jpg) no-repeat center center;

  background-size: cover; 

  border-right: 1px solid #ccc;

}

.featured-box .box_item.box_item_four {

  background: #ffffff;

  padding-bottom: 15px;

}

.featured-box .box_item.bd_radi_l {

  border-radius: 15px 0 0 15px;

}

.featured-box .box_item.bd_radi_l:hover:before {

  border-radius: 15px 0 0 15px ;

  content: "";

  background: rgba(0, 72, 125, 0.75);

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 0;

}

.featured-box .box_item.bd_radi_r {

  border-radius: 0 15px 15px 0;

}

.featured-box .box_item.bd_radi_r:hover:before {

  border-radius: 0 15px 15px 0;

  content: "";

  background: rgba(0, 72, 125, 0.75);

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 0;

}

.featured-box .box_item:hover:before {

  content: "";

  background: rgba(0, 72, 125, 0.75);

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 0;

}

.featured-box .box_item:hover .btn_read {

  transition-duration: 0.3s;

  border-color: #ffffff;

  color: #ffffff;

}

.featured-box .box_item:hover .headin {

  color: #ffffff;

  position: relative;

}

.featured-box .box_item:hover .info p {

  color: #ffffff;

  transition-duration: 0.3s;

}

.featured-box .box_item:hover .info h3 {

    color: #ffffff;

    transition-duration: 0.3s;

}

.featured-box .box_item .info {

  float: left;

  width: 100%;

  margin-top: 0px;

  position: relative;

  z-index: 1;

}

.featured-box .box_item .headin {

  font-family: Nunito;

  font-size: 24px;

  font-weight: 300;

  color: #303030;

  line-height: 36px;

  float: left;

  margin-bottom: 0px;

}

.featured-box .box_item span.fa{

  font-size: 36px;

  font-weight: 300;

  color: #303030;

  transition-duration: 0.3s;

  position: relative;

  z-index: 2;

  float: right;

}

.featured-box .box_item span.fa:before {

  font-size: 36px;

}

.featured-box .box_item:hover span.fa{

  color: #ffffff;

  transition-duration: 0.3s;

}

.featured-box .box_item .info h3 {

  font-size: 32px;

  font-family: Nunito;

  font-weight: 400;

  transition-duration: 0.3s;

  color: #303030;

  margin-bottom: 20px;

  white-space: nowrap;

  margin-top:-8px;

}

.featured-box .box_item .info p {

  color: #777;

  margin-bottom: 0;

  transition-duration: 0.3s;

  line-height: 24px;
  
  font-size: 1.1em;
}

.featured-box .box_item .btn_read {

  text-transform: uppercase;

  color: #40769d;

  font-family: Nunito;

  font-weight: 700;

  width: 130px;

  height: 40px;

  text-align: center;

  line-height: 38px;

  display: block;

  border-radius: 50px;

  border: 1px solid #40769d;

  position: absolute;

  left: 36px;

  bottom: 50px;

}

.featured-box .box_item .btn_read:hover {

  -webkit-box-shadow: 0px 0px 10px 0px #ffffff;

  -moz-box-shadow: 0px 0px 10px 0px #ffffff;

  box-shadow: 0px 0px 10px 0px #ffffff;

}

.featured-box .box_item_four:hover:before {

  background: #fff!important;

}

.featured-box .box_item_four span{

 color: #000!important; 

 position: relative;

 float: left;

 font-size: 18px;

}

.box_item form h3{ 

  margin-bottom:30px;

}

.form_submit input{

  border:2px solid #40769d;

  border-radius: 50px;

  color: #fff;

  padding: 5px 20px;

  display: block;

  margin:25px auto 0;

  background: #40769d;

  clear: both;

  outline: none;

  box-shadow: 0 3px 1px #114265;

  

}

.form_submit input:active{

  transform: translateY(2px);

  box-shadow: 0 0px 0 0px #2d5b7b;

}

section.news_box{ 

  clear: both; 

  padding: 100px 0;



}

.apply_online{

  text-align: center;

}

.apply_online h3 .new_updates h3{

  font-family: Nunito;

}{

  font-family: Nunito;

}

.but_holder{ 

  margin: 30px 0; 

  position: relative;

}

.but_holder .prospectus {

  background: url('../img/download-prospectus.jpg');

}

.but_holder .admission {

  background: url('../img/online.jpg');

}

.but_holder .prospectus, .but_holder .admission {

    width: 100%;

    min-height: 170px;

    background-size: cover;

    padding: 1PX 10px;

    text-align: right;

    box-shadow: 0 10px 6px -6px #777;

    border: 1px solid #c7c7c7;

    border-radius: 5px;

}

.but_holder div h3{

  font-family: Nunito;

  font-size: 2em;

  background: rgba(255,255,255,0.6);

  padding: 10px;

  border-radius: 5px;

  color: #004884;

}

.but_holder div p{

  font-size: 1.1em;

}

.but_holder a{

    background: #004884;

    border: 1px solid #225d8e;

    color: #efefef;

    border-radius: 3px;

    padding: 5px 10px;

    margin: 10px 0;

    box-shadow: 0px 2px 2px #000;

    position: relative;

    top: 42px;

    font-size: 1.8em;

    font-weight: 300;

}

.but_holder a:active{

  box-shadow: 0px 1px 0px #000;

  transform: translateY(2px);

}

.new_updates{

  text-align: center;

}

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

New Updates

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

.cd-horizontal-timeline {

  opacity: 1;

  margin: 2em auto;

  -webkit-transition: opacity 0.2s;

  -moz-transition: opacity 0.2s;

  transition: opacity 0.2s;

}

.cd-horizontal-timeline::before {

  /* never visible - this is used in jQuery to check the current MQ */

  content: 'mobile';

  display: none;

}

.cd-horizontal-timeline.loaded {

  /* show the timeline after events position has been set (using JavaScript) */

  opacity: 1;

}

.cd-horizontal-timeline .timeline {

  position: relative;

  height: 100px;

  width: 90%;

  max-width: 800px;

  margin: 0 auto;

}

.cd-horizontal-timeline .events-wrapper {

  position: relative;

  height: 100%;

  margin: 0 40px;

  overflow: hidden;

}

.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {

  /* these are used to create a shadow effect at the sides of the timeline */

  content: '';

  position: absolute;

  z-index: 2;

  top: 0;

  height: 100%;

  width: 20px;

}

.cd-horizontal-timeline .events-wrapper::before {

  left: 0;

  background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));

  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));

}

.cd-horizontal-timeline .events-wrapper::after {

  right: 0;

  background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));

  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));

}

.cd-horizontal-timeline .events {

  /* this is the grey line/timeline */

  position: absolute;

  z-index: 1;

  left: 0;

  top: 49px;

  height: 2px;

  /* width will be set using JavaScript */

  background: #dfdfdf;

  -webkit-transition: -webkit-transform 0.4s;

  -moz-transition: -moz-transform 0.4s;

  transition: transform 0.4s;

}

.cd-horizontal-timeline .filling-line {

  /* this is used to create the green line filling the timeline */

  position: absolute;

  z-index: 1;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-color: #9cb5ca;

  -webkit-transform: scaleX(0);

  -moz-transform: scaleX(0);

  -ms-transform: scaleX(0);

  -o-transform: scaleX(0);

  transform: scaleX(0);

  -webkit-transform-origin: left center;

  -moz-transform-origin: left center;

  -ms-transform-origin: left center;

  -o-transform-origin: left center;

  transform-origin: left center;

  -webkit-transition: -webkit-transform 0.3s;

  -moz-transition: -moz-transform 0.3s;

  transition: transform 0.3s;

}

.cd-horizontal-timeline .events a {

  position: absolute;

  bottom: 0;

  z-index: 2;

  text-align: center;

  font-size: 1.3rem;

  padding-bottom: 15px;

  color: #383838;

  /* fix bug on Safari - text flickering while timeline translates */

  -webkit-transform: translateZ(0);

  -moz-transform: translateZ(0);

  -ms-transform: translateZ(0);

  -o-transform: translateZ(0);

  transform: translateZ(0);

}

.cd-horizontal-timeline .events a::after {

  /* this is used to create the event spot */

  content: '';

  position: absolute;

  left: 50%;

  right: auto;

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  -o-transform: translateX(-50%);

  transform: translateX(-50%);

  bottom: -5px;

  height: 12px;

  width: 12px;

  border-radius: 50%;

  border: 2px solid #dfdfdf;

  background-color: #f8f8f8;

  -webkit-transition: background-color 0.3s, border-color 0.3s;

  -moz-transition: background-color 0.3s, border-color 0.3s;

  transition: background-color 0.3s, border-color 0.3s;

}

.no-touch .cd-horizontal-timeline .events a:hover::after {

  background-color: #9cb5ca;

  border-color: #9cb5ca;

}

.cd-horizontal-timeline .events a.selected {

  pointer-events: none;

}

.cd-horizontal-timeline .events a.selected::after {

  background-color: #9cb5ca;

  border-color: #9cb5ca;

}

.cd-horizontal-timeline .events a.older-event::after {

  border-color: #9cb5ca;

}



.cd-timeline-navigation a {

  /* these are the left/right arrows to navigate the timeline */

  position: absolute;

  z-index: 1;

  top: 50%;

  bottom: auto;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  height: 34px;

  width: 34px;

  border-radius: 50%;

  border: 2px solid #dfdfdf;

  /* replace text with an icon */

  overflow: hidden;

  color: transparent;

  text-indent: 100%;

  white-space: nowrap;

  -webkit-transition: border-color 0.3s;

  -moz-transition: border-color 0.3s;

  transition: border-color 0.3s;

}

.cd-timeline-navigation a:hover{

  border: 2px solid #9cb5ca;

}

.cd-timeline-navigation a::after {

  /* arrow icon */

  content: '';

  position: absolute;

  height: 16px;

  width: 16px;

  left: 50%;

  top: 50%;

  bottom: auto;

  right: auto;

  -webkit-transform: translateX(-50%) translateY(-50%);

  -moz-transform: translateX(-50%) translateY(-50%);

  -ms-transform: translateX(-50%) translateY(-50%);

  -o-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  background: url(../img/cd-arrow.svg) no-repeat 0 0;

}

.cd-timeline-navigation a.prev {

  left: 0;

  -webkit-transform: translateY(-50%) rotate(180deg);

  -moz-transform: translateY(-50%) rotate(180deg);

  -ms-transform: translateY(-50%) rotate(180deg);

  -o-transform: translateY(-50%) rotate(180deg);

  transform: translateY(-50%) rotate(180deg);

}

.cd-timeline-navigation a.next {

  right: 0;

}

.no-touch .cd-timeline-navigation a:hover {

  border-color: #7b9d6f;

}

.cd-timeline-navigation a.inactive {

  cursor: not-allowed;

}

.cd-timeline-navigation a.inactive:hover {

  border: 2px solid #dfdfdf;

}

.cd-timeline-navigation a.inactive::after {

  background-position: 0 -16px;

}

.no-touch .cd-timeline-navigation a.inactive:hover {

  border-color: #dfdfdf;

}



.cd-horizontal-timeline .events-content {

  position: relative;

  width: 100%;

  margin: 2em 0;

  overflow: hidden;

  -webkit-transition: height 0.4s;

  -moz-transition: height 0.4s;

  transition: height 0.4s;

}

.cd-horizontal-timeline .events-content li {

  position: absolute;

  z-index: 1;

  width: 100%;

  left: 0;

  top: 0;

  -webkit-transform: translateX(-100%);

  -moz-transform: translateX(-100%);

  -ms-transform: translateX(-100%);

  -o-transform: translateX(-100%);

  transform: translateX(-100%);

  padding: 0 5%;

  opacity: 0;

  -webkit-animation-duration: 0.4s;

  -moz-animation-duration: 0.4s;

  animation-duration: 0.4s;

  -webkit-animation-timing-function: ease-in-out;

  -moz-animation-timing-function: ease-in-out;

  animation-timing-function: ease-in-out;

}

.cd-horizontal-timeline .events-content li.selected {

  /* visible event content */

  position: relative;

  z-index: 2;

  opacity: 1;

  -webkit-transform: translateX(0);

  -moz-transform: translateX(0);

  -ms-transform: translateX(0);

  -o-transform: translateX(0);

  transform: translateX(0);

}

.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {

  -webkit-animation-name: cd-enter-right;

  -moz-animation-name: cd-enter-right;

  animation-name: cd-enter-right;

}

.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {

  -webkit-animation-name: cd-enter-left;

  -moz-animation-name: cd-enter-left;

  animation-name: cd-enter-left;

}

.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {

  -webkit-animation-direction: reverse;

  -moz-animation-direction: reverse;

  animation-direction: reverse;

}

.cd-horizontal-timeline .events-content li > * {

  max-width: 800px;

  margin: 0 auto;

  margin-bottom: 15px;

}

.cd-horizontal-timeline .events-content h2 {

  font-weight: bold;

  font-size: 2.6rem;

  font-weight: 700;

  line-height: 1.2;

}

.cd-horizontal-timeline .events-content em {

  display: block;

  font-style: normal;

  margin: 10px auto;

}

.cd-horizontal-timeline .events-content em::before {

  content: '- ';

}

.cd-horizontal-timeline .events-content p {

  font-size: 1.4rem;

  color: #959595;

}

.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {

  line-height: 1.6;

}





@-webkit-keyframes cd-enter-right {

  0% {

    opacity: 0;

    -webkit-transform: translateX(100%);

  }

  100% {

    opacity: 1;

    -webkit-transform: translateX(0%);

  }

}

@-moz-keyframes cd-enter-right {

  0% {

    opacity: 0;

    -moz-transform: translateX(100%);

  }

  100% {

    opacity: 1;

    -moz-transform: translateX(0%);

  }

}

@keyframes cd-enter-right {

  0% {

    opacity: 0;

    -webkit-transform: translateX(100%);

    -moz-transform: translateX(100%);

    -ms-transform: translateX(100%);

    -o-transform: translateX(100%);

    transform: translateX(100%);

  }

  100% {

    opacity: 1;

    -webkit-transform: translateX(0%);

    -moz-transform: translateX(0%);

    -ms-transform: translateX(0%);

    -o-transform: translateX(0%);

    transform: translateX(0%);

  }

}

@-webkit-keyframes cd-enter-left {

  0% {

    opacity: 0;

    -webkit-transform: translateX(-100%);

  }

  100% {

    opacity: 1;

    -webkit-transform: translateX(0%);

  }

}

@-moz-keyframes cd-enter-left {

  0% {

    opacity: 0;

    -moz-transform: translateX(-100%);

  }

  100% {

    opacity: 1;

    -moz-transform: translateX(0%);

  }

}

@keyframes cd-enter-left {

  0% {

    opacity: 0;

    -webkit-transform: translateX(-100%);

    -moz-transform: translateX(-100%);

    -ms-transform: translateX(-100%);

    -o-transform: translateX(-100%);

    transform: translateX(-100%);

  }

  100% {

    opacity: 1;

    -webkit-transform: translateX(0%);

    -moz-transform: translateX(0%);

    -ms-transform: translateX(0%);

    -o-transform: translateX(0%);

    transform: translateX(0%);

  }

}

section.why_us{

    padding-top: 0;

    padding-bottom: 0;

}

.why_us .class_title {

  text-align: center;

  margin-bottom: 70px;

}

.why_us .class_title h1 {

  font-size: 48px;

  color: #646b71;

  font-family: Nunito;

  font-weight: 300;

  margin-bottom: 15px;

}

.why_us .class_title h2 {

  font-family: Nunito;

  font-weight: 400;

  font-size: 36px;

  color: #004884;

}

.why_us .classes_it {

  margin-bottom: 71px;

  border-radius: 20px;

  border-right-color: transparent;

  transition-duration: 0.4s;

  -webkit-transition-duration: 0.4s;

  -moz-transition-duration: 0.4s;

  box-shadow: 0px 0px 10px #b5b5b5;

}

.why_us .classes_it:hover {

  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);

  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);

  border-right-color: transparent;

  transition-duration: 0.4s;

  -webkit-transition-duration: 0.4s;

  -moz-transition-duration: 0.4s;

  box-shadow: 0px 0px 10px rgba(0, 58, 106, 0.62);

}

.why_us .classes_it:hover .box_suma {

  

  border-left-color: transparent;

}

.why_us .classes_it:hover .box_img .wave:before {

  background-image: radial-gradient(circle at 10px -5px, transparent 14px, #f8f8f8 16px);

}

.why_us .classes_it:hover .box_img .wave:after {

  background-image: radial-gradient(circle at 10px 15px, #f8f8f8 12px, transparent 13px);

}

.why_us .classes_it .box_img {

  position: relative;

  width: 100%;

  overflow: hidden;

  z-index: 2;

  border-radius: 20px 20px 0 0;

}

.why_us .classes_it .box_img:hover img {

  transform: scale(1.1);

  opacity: 0.75;

  -webkit-transform: scale(1.1);

  -moz-transform: scale(1.1);

  transition-duration: 0.3s;

  -webkit-transition-duration: 0.3s;

  -moz-transition-duration: 0.3s;

}

.why_us .classes_it .box_img img {

  transform: scale(1);

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  border-radius: 15px 15px 0 0;

  transition-duration: 0.3s;

  -webkit-transition-duration: 0.3s;

  -moz-transition-duration: 0.3s;

  width: 100%;

}

.why_us .classes_it .box_img .wave {

  position: absolute;

  width: 100%;

  left: 0;

  bottom: 0;

  height: 0;

}

.why_us .classes_it .box_img .wave:before {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  right: 0;

  background-repeat: repeat;

  height: 12px;

  background-size: 20px 20px;

  background-image: radial-gradient(circle at 10px -5px, transparent 14px, #ffffff 16px);

}

.why_us .classes_it .box_img .wave:after {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  right: 0;

  background-repeat: repeat;

  height: 12px;

  background-size: 40px 20px;

  background-image: radial-gradient(circle at 10px 15px, #ffffff 12px, transparent 13px);

}

.why_us .classes_it .box_suma {

  border: 1px solid #eeeeee;

  border-top: 0;

  padding: 30px 30px 39px 30px;

  border-radius: 0 0 20px 20px;

  position: relative;

  background: #ffffff;

}

.why_us .classes_it .box_suma:before {

  content: "";

  display: block;

  position: absolute;

  left: -1px;

  bottom: 100%;

  width: 0;

  height: 0;

  border-top: 40px solid transparent;

  border-bottom: 0 solid transparent;

  border-left: 275px solid #fff;

  z-index: 2;

  margin-top: -40px;

}

.why_us .classes_it .box_suma:after {

  content: "";

  display: block;

  position: absolute;

  right: -1px;

  bottom: 100%;

  width: 0;

  height: 0;

  border-top: 40px solid transparent;

  border-bottom: 0 solid transparent;

  border-right: 275px solid #fff;

  z-index: 2;

  margin-top: -40px;

}

.why_us .classes_it .box_suma .date_ {

  margin-bottom: 7px;

}

.why_us .classes_it .box_suma .date_ span {

  float: left;

  font-size: 18px;

  font-family: "Grand Hotel", cursive;

  font-weight: 400;

  color: #777;

  margin-right: 20px;

}

.why_us .classes_it .box_suma .name_ {

  font-size: 26px;

  font-family: Nunito;

  font-weight: 300;

  line-height: 1;

  color: #303030;

  white-space: nowrap;

}

.why_us .classes_it .box_suma .name_:hover {

  color: #004884;

}

.why_us .classes_it .box_suma .rate_ {

  margin-top: 15px;

}

.why_us .classes_it .box_suma .rate_ span {

  color: #f26f29;

  font-size: 18px;

}

.why_us .classes_it .box_suma .sumary_ {

  margin-top: 10px;

}

.why_us .classes_it .box_suma .sumary_ p {

  color: #303030;

  line-height: 24px;

  font-weight: 400;

}

.why_us .classes_it .box_suma .btn_apply {

  text-transform: uppercase;

  font-size: 16px;

  font-family: Nunito;

  font-weight: 700;

  color: #ffffff;

  background: #f26f29;

  width: 144px;

  height: 40px;

  line-height: 40px;

  position: absolute;

  left: 30px;

  bottom: 39px;

  text-align: center;

  border-radius: 20px;

  text-indent: -13px;

  overflow: hidden;

}

.why_us .classes_it .box_suma .btn_apply:before {

  right: 10px;

  opacity: 0;

  font-family: "ionicons";

  position: relative;

  transition-duration: 0.3s;

  -webkit-transition-duration: 0.3s;

  -moz-transition-duration: 0.3s;

  content: "\f38e";

}

.why_us .classes_it .box_suma .btn_apply:hover {

  background: #cc591c;

  transition-duration: 0.3s;

  -webkit-transition-duration: 0.3s;

  -moz-transition-duration: 0.3s;

  text-indent: 7.5px;

}

.why_us .classes_it .box_suma .btn_apply:hover:before {

  content: "\f38e";

  right: 7px;

  opacity: 1;

  font-family: "ionicons";

  position: relative;

}

.why_us .classes_it .box_suma .more_ {

  position: absolute;

  right: 30px;

  bottom: 46.5px;

  height: 25px;

  width: 25px;

  border: 0;

  background: transparent;

  cursor: pointer;

  display: block;

  overflow: hidden;

  padding: 0;

}

.why_us .classes_it .box_suma .more_:active span {

  background: #f26f29;

}

.why_us .classes_it .box_suma .more_:hover span {

  background: #f26f29;

}

.why_us .classes_it .box_suma .more_:hover + .popup_ {

  visibility: visible;

  bottom: 18px;

  opacity: 1;

  transition-duration: 0.3s;

  -webkit-transition-duration: 0.3s;

  -moz-transition-duration: 0.3s;

}

.why_us .classes_it .box_suma .more_ span {

  width: 5px;

  height: 5px;

  border-radius: 50%;

  display: inline-block;

  background: #cccccc;

}

.why_us .classes_it .box_suma .popup_ {

  position: absolute;

  right: 5px;

  bottom: 10px;

  border-radius: 20px;

  text-align: center;

  visibility: hidden;

  width: 78px;

  height: 28px;

  border: 1px solid #aaaaaa;

  line-height: 21px;

  opacity: 0;

  transition-duration: 0.3s;

  -webkit-transition-duration: 0.3s;

  -moz-transition-duration: 0.3s;

}

.why_us .classes_it .box_suma .popup_:hover {

  visibility: visible;

  bottom: 18px;

  opacity: 1;

  -webkit-transition-duration: 0.3s;

  -moz-transition-duration: 0.3s;

}

.why_us .classes_it .box_suma .popup_:after,

.why_us .classes_it .box_suma .popup_:before {

  bottom: 100%;

  left: 50%;

  border: solid transparent;

  content: " ";

  height: 0;

  width: 0;

  position: absolute;

  pointer-events: none;

}

.why_us .classes_it .box_suma .popup_:after {

  border-color: rgba(250, 250, 250, 0);

  border-bottom-color: #fafafa;

  border-width: 7.5px;

  margin-left: -7.5px;

}

.why_us .classes_it .box_suma .popup_:before {

  border-color: rgba(170, 170, 170, 0);

  border-bottom-color: #aaaaaa;

  border-width: 8.5px;

  margin-left: -8.5px;

}

.why_us .classes_it .box_suma .popup_ .btn_popup {

  font-size: 12px;

  color: #777;

  font-family: Nunito;

  font-weight: 400;

}

.why_us .classes_it .box_suma .popup_ .btn_popup:hover {

  color: #f26f29;

}

.why_us .all_classes {

  text-transform: uppercase;

  color: #f26f29;

  border: 1px solid #f26f29;

  height: 50px;

  width: 263px;

  text-align: center;

  border-radius: 25px;

  display: block;

  margin: 0 auto;

  font-weight: 700;

  font-size: 16px;

  line-height: 48px;

  position: relative;

}

.why_us .all_classes:after {

  content: "\f38e";

  font-family: "ionicons";

  position: absolute;

  left: 80%;

  opacity: 0;

  color: #ffffff;

  transition-duration: 0.3s;

}

.why_us .all_classes:hover {

  background: #f26f29;

  color: #ffffff;

}

.why_us .all_classes:hover:after {

  opacity: 1;

  transition-duration: 0.3s;

}

.circle_f{ 

  border-radius: 20px 20px 100px 100px!important

}

.group        { 

  position:relative; 

  margin-bottom:12px; 

}

.group input         {

  font-size:14px;

  padding:2px;

  width: 100%;

  display:block;

  border:none;

  border-bottom:1px solid #757575;

}

.group input:focus     { outline:none; }



/* LABEL ======================================= */

.group label          {

  color:#999; 

  font-size:12px;

  font-weight:normal;

  position:absolute;

  pointer-events:none;

  left:5px;

  top:10px;

  transition:0.2s ease all; 

  -moz-transition:0.2s ease all; 

  -webkit-transition:0.2s ease all;

}



/* active state */

.group input:focus ~ label, .group input:valid ~ label    {

  top:-11px;

  font-size:12px;

  color:#5264AE;

}



/* BOTTOM BARS ================================= */

.bar  { position:relative; display:block; width:100%; }

.bar:before, .bar:after   {

  content:'';

  height:2px; 

  width:0;

  bottom:0px; 

  position:absolute;

  background:#5264AE; 

  transition:0.2s ease all; 

  -moz-transition:0.2s ease all; 

  -webkit-transition:0.2s ease all;

}

.bar:before {

  left:50%;

}

.bar:after {

  right:50%; 

}



/* active state */

.group input:focus ~ .bar:before, .group input:focus ~ .bar:after {

  width:50%;

}



/* HIGHLIGHTER ================================== */

.highlight {

  position:absolute;

  height:60%; 

  width:100px; 

  top:25%; 

  left:0;

  pointer-events:none;

  opacity:0.5;

}



/* active state */

.group input:focus ~ .highlight {

  -webkit-animation:inputHighlighter 0.3s ease;

  -moz-animation:inputHighlighter 0.3s ease;

  animation:inputHighlighter 0.3s ease;

}



/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {

  from { background:#5264AE; }

  to  { width:0; background:transparent; }

}

@-moz-keyframes inputHighlighter {

  from { background:#5264AE; }

  to  { width:0; background:transparent; }

}

@keyframes inputHighlighter {

  from { background:#5264AE; }

  to  { width:0; background:transparent; }

}

._it_feat{

  font-family: Nunito;

}

._it_feat h3 {

  font-family: Nunito;

}

section.logo_slider{

  clear: both;

  padding: 60px 0; 

  padding-left: 30px;

  padding-top: 0px;

}

section.logo_slider h2{

  text-align: center;

  margin: 40px 0;

}

.owl-nav{

  width: 200px;

  margin: 0 auto;

  display: none;

}

.owl-prev, .owl-next{

  padding: 5px 10px;

  background: #004884;

  color: #fff;

  float: left;

  margin: 5px;

}

.counters{

  padding: 80px 0;

  background-color: #fff;

}

.counters .item_counter {

    text-align: center;

}

.counters .item_counter .counter {

  font-size: 48px;

  font-family: Nunito;

  font-weight: 300;

  line-height: 1;

  margin-bottom: 20px;

  display: block;

}

.item_counter .counter.one {

  color: #f26f29;

}

.item_counter .counter.one:after {

  content: "+";

  font-size: 30px;

  position: relative;

  top: -15px;

}

.item_counter .counter.two {

  color: #5fcde3;

}

.item_counter .counter.three {

  color: #f2ad29;

}

.item_counter .counter.three:after {

  content: "+";

  font-size: 30px;

  position: relative;

  top: -15px;

}

.item_counter .counter.four {

  color: #f25829;

}

.item_counter p {

  font-size: 18px;

  font-family: Nunito;

  font-weight: 300;

  margin-top: 20px;

}

.parallax {

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 2;

  position: static;

}

.parallax img {

  display: none;

  position: absolute;

  left: 50%;

  bottom: 0;

  min-width: 100%;

  min-height: 100%;

  -webkit-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

}





._section_testim {

  position: relative;

  padding-top: 82px;

  padding-bottom: 50px;

  height: 650px;

}

._section_testim .box_parallax {

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  overflow: hidden;

  height: 650px;

}

._section_testim .box_parallax .parallax:before {

  content: "";

  background: rgba(0, 58, 106, 0.8);

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

}

._section_testim .container {

  position: relative;

  z-index: 5;

}

._section_testim .testim_title h3 {

  font-family: Nunito;

  font-weight: 600;

  font-size: 42px;

  color: #ffffff;

  margin-top: -7px;

  margin-bottom: 17px;

  white-space: nowrap;

}

._section_testim .testim_title h4 {

  font-size: 32px;

  font-family: Nunito;

  font-weight: 400;

  color: #ffffff;

  margin-bottom: 23px;

  white-space: nowrap;

}

._section_testim .testim_title p {

  font-size: 14px;

  line-height: 24px;

  font-family: Nunito;

  font-weight: 400;

  color: #ffffff;

}

._section_testim .testim_vd {

  background: #ffffff;

  padding: 10px 30px;

  border-radius: 15px;

  height: 244px;

  position: relative;

  margin-top: 40px;

}

._section_testim .testim_vd h3 {

  margin-bottom: 2px;

}

._section_testim .testim_vd h3 a {

  font-size: 32px;

  color: #1970b9;

  font-family: Nunito;

  font-weight: 400;

}

._section_testim .testim_vd span {

  font-size: 14px;

  font-family: Nunito;

  font-style: italic;

  color: #777;

  margin-bottom: 10px;

  display: block;

}

._section_testim .testim_vd p {

  font-size: 14px;

  line-height: 20px;

  color: #303030;

  max-width: 90%;

}

._section_testim .testim_vd > a {

  font-weight: 700;

  font-family: Nunito;

  color: #1970b9;

  font-size: 14px;

  position: absolute;

  left: 30px;

  bottom: 20px;

}

._section_testim .testim_vd .btn_play {

  position: absolute;

  bottom: 0;

  right: 0;

  width: 103px;

  height: 75px;

  display: block;

  text-align: center;

  line-height: 75px;

}

._section_testim .testim_vd .btn_play span {

  color: #ffffff;

  cursor: pointer;

  width: 0;

  height: 0;

  position: absolute;

  left: 50%;

  margin-left: -7px;

  font-size: 36px;

}

._section_testim .testim_vd .video-target {

  cursor: pointer;

}

._section_testim .testim_vd .video-wrapper {

  display: none;

  position: fixed;

  min-width: 100%;

  min-height: 100%;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  background: #000;

  z-index: 21000;

}

._section_testim .testim_vd .video-frame {

  position: absolute;

  top: 50%;

  left: 50%;

}

._section_testim .testim_vd .video-close {

  float: right;

  margin-top: -30px;

  margin-right: -30px;

  cursor: pointer;

  color: #fff;

  border: 1px solid #AEAEAE;

  border-radius: 30px;

  background: #605F61;

  font-size: 31px;

  font-weight: bold;

  display: inline-block;

  line-height: 0px;

  padding: 11px 3px;

}

._section_testim .testim_vd .video-close:before {

  content: "×";

}

._section_testim .box_location {

  text-align: center;

  border-radius: 30px;

  color: #ffffff;

  position: relative;

  background: url(../img/search.png) no-repeat top left;

}

._section_testim .box_location:after {

  content: "";

  left: 10px;

  top: 10px;

  right: 10px;

  bottom: 10px;

  background: rgba(0, 72, 132, 0.72);

  z-index: 0;

  position: absolute;

  border-radius: 15px;

}

._section_testim .box_location .ion-ios-location {

  font-size: 48px;

}

._section_testim .box_location .ion-ios-location:before {

  content: "\f041";

  font-family: fontAwesome;

}

._section_testim .box_location .location_ {

  padding: 24px;

  height: 440px;

  border-radius: 30px;

  overflow: hidden;

  border: 10px solid rgba(69, 114, 155, 0.75);

  position: relative;

  z-index: 2;

}

._section_testim .box_location .location_ li {

  line-height: 1;

}

._section_testim .box_location .location_ li .cter {

  font-size: 75px;

  font-family: Nunito;

  font-weight: 900;

  line-height: 1;

  margin-top: 13px;

  margin-bottom: 10px;

  display: block;

}

._section_testim .box_location .location_ li p {

  display: block;

  line-height: 1;

  font-size: 16px;

  font-family: Nunito;

  font-weight: 700;

}

._section_testim .box_location .location_ li hr {

  height: 2px;

  background: #ffffff;

  margin: 0;

  position: relative;

  top: 9px;

}

._section_testim .box_location .location_ li .ion-ios-heart {

  font-size: 18px;

}

._section_testim .box_location .location_ li .ion-ios-heart:before{

  font-family: fontAwesome;

  content: "\f004";

}

._section_testim .box_location .location_ li p {

  line-height: 24px;

  font-size: 14px;

  font-family: Nunito;

  font-weight: 400;

  display: block;

}

._section_testim .box_location .location_ li a {

  width: 250px;

  height: 50px;

  border-radius: 50px;

  text-transform: uppercase;

  background: #003a6a;

  color: #ffffff;

  line-height: 50px;

  font-size: 16px;

  font-family: Nunito;

  font-weight: 700;

  position: absolute;

  bottom: 40px;

  left: 50%;

  margin-left: -125px;

  display: block;

}

._section_testim .box_location .location_ li a:hover {

  -webkit-box-shadow: 0px 0px 15px 0px #e4e4e4;

  -moz-box-shadow: 0px 0px 15px 0px #e4e4e4;

  box-shadow: 0px 0px 15px 0px #e4e4e4;

}

._section_event {

    height: auto!important;

    background: url(../images/upload/slide4.jpg) no-repeat;

    background-size: cover;

}

._section_event .container {

    position: relative;

    z-index: 5;

}

._section_event {

  min-height: 633px;

  position: relative;

}

._section_event .box_parallax {

  position: absolute;

  height: 633px;

  overflow: hidden;

}

._section_event .box_parallax .parallax:before {

  content: "";

  background: rgba(0, 0, 0, 0.85);

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

}

._section_event .box_event {

  position: relative;

  z-index: 2;

}

._section_event .box_event .event_title {

  margin-top: 160px;

  color: #ffffff;

}

._section_event .box_event .event_title h3 {

  font-size: 48px;

  font-family: Nunito;

  font-weight: 300;

  margin-bottom: 13px;

  white-space: nowrap;

}

._section_event .box_event .event_title h4 {

  font-family: Nunito;

  font-weight: 400;

  white-space: nowrap;

  font-size: 26px;

  color: #1970b9;

  margin-bottom: 23px;

}

._section_event .box_event .event_title p {

  font-size: 14px;

  line-height: 24px;

  font-family: Nunito;

  font-weight: 400;

}

._section_event .box_event .event_cs .event_item {

  height: 620px;

  border-radius: 15px;

  overflow: hidden;

}

._section_event .box_event .event_cs .event_item .box_img {

  position: relative;

  height: 180px;

  overflow: hidden;

  float: right;

}

._section_event .box_event .event_cs .event_item .box_img .shape {

  position: absolute;

  bottom: -41px;

  left: 0;

  height: 107px;

  width: 100%;

  /*background: url(../images/shape.png) no-repeat top center;*/

}

._section_event .box_event .event_cs .event_item .box_img img {

  float: left;

  height: 100%;

  border-radius: 15px 15px 0 0;

  transform: scale(1.2, 1);

}

._section_event .box_event .event_cs .event_item .event_content {

  background: #004884;

  padding: 30px;

  padding-top: 0;

  position: relative;

  height: 270px;

  border-radius: 0 0 15px 15px;

  float: left;

}

._section_event .box_event .event_cs .event_item .event_content h3 {

  font-size: 0;

  margin-bottom: 5px;

}

._section_event .box_event .event_cs .event_item .event_content h3 a {

  font-size: 30px;

  font-family: Nunito;

  font-weight: 300;

  color: #ffffff;

}

._section_event .box_event .event_cs .event_item .event_content dl {

  float: left;

  width: 100%;

  margin-bottom: 18px;

}

._section_event .box_event .event_cs .event_item .event_content dl dt {

  float: left;

  width: 50%;

  font-family: Nunito;

  font-weight: 400;

  color: #a1c1db;

  font-size: 14px;

}

._section_event .box_event .event_cs .event_item .event_content dl dt:before {

  margin-right: 5px;

  content: "\f073";

  font-family: "FontAwesome";

  line-height: 1;

}

._section_event .box_event .event_cs .event_item .event_content dl dd {

  float: left;

  width: 50%;

  font-family: Nunito;

  font-weight: 400;

  color: #a1c1db;

  font-size: 14px;

  padding-left: 10px;

}

._section_event .box_event .event_cs .event_item .event_content dl dd:before {

  margin-right: 5px;

  content: "\f007";

  font-family: "FontAwesome";

  line-height: 1;

}

._section_event .box_event .event_cs .event_item .event_content p {

  font-size: 14px;

  font-family: Nunito;

  font-weight: 400;

  line-height: 24px;

  color: #ffffff;

}

._section_event .box_event .event_cs .event_item .event_content > a {

  color: #ffffff;

  font-size: 14px;

  font-family: Nunito;

  font-weight: 400;

  position: absolute;

  left: 30px;

  bottom: 40px;

}

._section_event .box_event .event_cs .event_item .event_content > a:after {

  content: "\f10b";

  font-family: "ionicons";

  margin-left: 5px;

  line-height: 1;

}

.bx-wrapper .bx-viewport {

  /*fix other elements on the page moving (on Chrome)*/

  -webkit-transform: translatez(0);

  -moz-transform: translatez(0);

  -ms-transform: translatez(0);

  -o-transform: translatez(0);

  transform: translatez(0);

  bottom: -90px;

}

.bx-controls {

    position: absolute;

    left: -48%;

}

.bx-controls-direction {

    position: absolute;

    bottom: 250px;

    width: 100%;

    z-index: 10;

}

.bx-wrapper .bx-controls-direction a {

    position: absolute;

    outline: 0;

    width: 48px;

    height: 48px;

    font-size: 0;

    z-index: 9999;

    border: 1px dashed #1a71b9;

    border-radius: 50%;

    text-align: center;

    line-height: 46px;

}

.bx-wrapper .bx-controls-direction a:before {

    font-family: "FontAwesome";

    font-size: 24px;

    color: #1970b9;

}

.bx-wrapper .bx-prev:before {

    content: "\f104";

}

.bx-wrapper .bx-next {

    z-index: 10;

    left: 68px;

 }

 .bx-wrapper .bx-next:before {

    content: "\f105";

}  

section.question{

  min-height: 450px;

  padding-top: 100px;

  padding-bottom: 177px;

} 

  .question .q_title{

    text-align: center;

  }

  .question .q_title span {

    font-size: 72px;

    color: #0e6ab7;

  }

  .question .q_title span.question_icon:before{

    font-family: "FontAwesome";

    content: "\f059";

  }

  .question .q_title h3 {

      font-size: 48px;

      font-family: Nunito;

      font-weight: 300;

      margin-top: -5px;

      margin-bottom: 20px;

      color: #0e6ab7;

  }

  .question .q_title p {

    font-size: 14px;

    line-height: 24px;

    font-family: Nunito;

    color: #303030;

    margin-bottom: 13px;

  }

  .question .q_title .qas {

    font-size: 16px;

    font-family: raleway;

    color: #1970b9;

    font-weight: 600;

  }

  .question .q_title .qas:hover{

    color: #004884;

  }

  .ht_footer .footer_ {

  min-height: 589px;

  background: #002C50;

  background-size: 100%;

  position: relative;

  border-top:3px solid #3A85C3;

}

.ht_footer .footer_ .box_register {

  min-height: 145px;

  margin-top: -80px;

  padding: 1px;

  position: relative;

  -webkit-perspective:  1500px;

  perspective: 1500px;

}

.ht_footer .footer_ .box_register div{

  padding: 80px;

  position: absolute;

  border-radius: 5px;

  width: 100%;

  background: #0e6ab7;

  -webkit-transform: rotateX(40deg);

  transform: rotateX(40deg);

}

.ht_footer .footer_ .box_register span {

  position: absolute;

  left: 50px;

  top:60px;

  font-size: 22px;

  font-family: Nunito;

  font-weight: 300;

  color: #ffffff;

  line-height: 50px;

}

.ht_footer .footer_ .box_register a {

  position: absolute;

  right:50px;

  color: #fff;

  top:60px;

  width: 162px;

  height: 50px;

  border-radius: 100px;

  background: #09528e;

  font-family: Nunito;

  font-weight: 700;

  text-align: center;

  line-height: 50px;

  font-size: 16px;

  box-shadow: 0px 3px 0px 1px #0d3e67;

}

.ht_footer .footer_ .box_register a:hover{

  box-shadow: 0px 2px 0px 1px #0d3e67;

  transform: translateY(1px);

}

.ht_footer .footer_ .box_register a:active{

  box-shadow: 0px 0px 0px 1px #175080;

  transform: translateY(2.5px);

}

.ht_footer .footer_ .footer_main {

  margin-top: 29px;

  color: #ffffff;

  position: relative;

}

.ht_footer .footer_ .footer_main .des_ {

  border-radius: 10px;

  height: 131px;

  float: left;

  position: relative;

  margin-top: 30px;

  width: 100%

}

.ht_footer .footer_ .footer_main .des_:after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  border: 3px solid rgba(107, 162, 173, 0.72);

  border-radius: 10px;

}

.ht_footer .footer_ .footer_main .des_ img {

  height: 100%;

  border-radius: 10px;

  width: 100%;

}

.ht_footer .footer_ .footer_main .lg_bottom:after {

  content: "";

  display: table;

  clear: both;

}

.ht_footer .footer_ .footer_main .info {

  margin-top: 33px;

  padding: 0;

}

.ht_footer .footer_ .footer_main .uselink{

  padding:0; 

}

.ht_footer .footer_ .footer_main .info li {

  font-family: Nunito;

  font-size: 14px;

  color: #aaa;

  line-height: 1;

  font-weight: 400;

  margin-bottom: 12px;

}

.ht_footer .footer_ .footer_main .info li:nth-of-type(1):before {

  content: "\f041";

  margin-right: 20px;

}

.ht_footer .footer_ .footer_main .info li:nth-of-type(2):before {

  content: "\f095";

  margin-right: 18px;

}

.ht_footer .footer_ .footer_main .info li:nth-of-type(3):before {

  content: "\f0e0";

  font-family: FontAwesome;

  font-size: 14px;

}

.ht_footer .footer_ .footer_main .info li:before {

  margin-right: 15px;

  font-family: "FontAwesome";

  line-height: 1;

  color: #fecd0b;

  font-size: 16px;

}

.ht_footer .footer_ .footer_main .info li a {

  font-family: Nunito;

  font-size: 14px;

  color: #aaa;

  line-height: 1;

  font-weight: 400;

}

.ht_footer .footer_ .footer_main .info li a:hover {

  color: #fecd0b;

}

.ht_footer .footer_ .footer_main h3 {

  font-family: Nunito;

  font-weight: 300;

  font-size: 24px;

  color: #ffffff;

  margin-top: 64px;

  float: left;

  width: 100%;

  margin-bottom: 50px;

}

.ht_footer .footer_ .footer_main .uselink li {

  height: 39px;

  line-height: 33px;

  width:60%;

}

.ht_footer .footer_ .footer_main .uselink li a {

  font-family: Nunito;

  font-weight: 400;

  color: #aaa;

  font-size: 14px;

}

.ht_footer .footer_ .footer_main .uselink li a:hover {

  color: #fecd0b;

}

.ht_footer .footer_ .footer_main .uselink li a:before {

  content: "\f061";

  font-family: "FontAwesome";

  line-height: 1;

  color: #fecd0b;

  margin-right: 15px;

}

.ht_footer .footer_ .footer_main .tw {

  float: left;

  width: 100%;

  margin-bottom: 5px;

}

.ht_footer .footer_ .footer_main .tw dt {

  float: left;

  width: 100%;

}

.ht_footer .footer_ .footer_main .tw dt p {

  font-size: 14px;

  color: #aaa;

  line-height: 24px;

  font-weight: 400;

}

.ht_footer .footer_ .footer_main .tw dt span {

  font-size: 14px;

  color: #5f94bd;

  font-weight: 400;

  display: block;

  margin-top: 12px;

}

.ht_footer .footer_ .footer_main .tw dt span:before {

  content: "\f099";

  font-family: "FontAwesome";

  line-height: 1;

  margin-right: 10px;

}

.ht_footer .footer_ .footer_main .tw dd {

  float: left;

  width: 100%;

}

.ht_footer .footer_ .footer_main .tw dd a {

  font-size: 14px;

  color: #fecd0b;

  font-family: Nunito;

  font-weight: 400;

  font-style: italic;

}

.ht_footer .footer_ .footer_main .tw dd a:hover {

  text-decoration: underline;

}

.ht_footer .footer_ .footer_main .letter {

  font-size: 14px;

  color: #aaa;

  line-height: 24px;

  font-weight: 400;

  margin-bottom: 0;

}

.ht_footer .footer_ .footer_main .letter_form {

  margin-top: 23px;

}

.ht_footer .footer_ .footer_main .letter_form input {

  float: left;

  width: 100%;

  border: 0;

  border-radius: 50px;

  height: 40px;

  margin-bottom: 20px;

}

.ht_footer .footer_ .footer_main .letter_form input[type="text"] {

  background: #04223c;

  padding: 0 35px;

  color: #aaa;

  border: 1px solid #06233c;

}

.ht_footer .footer_ .footer_main .letter_form input[type="text"]:focus {

  border: 1px solid #aaa;

}

.ht_footer .footer_ .footer_main .letter_form input[type="text"]::-webkit-input-placeholder {

  color: #aaa;

  font-family: Nunito;

  font-weight: 400;

}

.ht_footer .footer_ .footer_main .letter_form input[type="text"]::-moz-input-placeholder {

  color: #aaa;

  font-family: Nunito;

  font-weight: 400;

}

.ht_footer .footer_ .footer_main .letter_form input[type="submit"] {

  cursor: pointer;

  background: #09528e;

  text-transform: uppercase;

  color: #ffffff;

  font-family: Nunito;

  font-weight: 700;

  transition-duration: 0s;

  -webkit-transition-duration: 0s;

  width: 45%;

  margin-left: 28%;

  border: 1px solid #065392;

  box-shadow: 0px 2px 0px 1px #000;

}

.ht_footer .footer_ .footer_main .letter_form input[type="submit"]:hover {

  background: #0064B6;

}

.ht_footer .footer_ .footer_main .letter_form input[type="submit"]:active {

  transform: translateY(2px);

  transition-duration: .1s;

  box-shadow: 0px 0px 0px 1px #04223c;

}

.ht_footer .footer_ .box_social {

  position: absolute;

  bottom: 0;

  left: 0;

  text-align: center;

  height: 48px;

  display: block;

  border-bottom: 3px solid #222222;

}

.ht_footer .footer_ .box_social .footer_social {

  height: 45px;

  line-height: 45px;

  margin: 0 auto;

  position: relative;

  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASgAAAAtCAYAAAAdvfYeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkUxQjA2QjY3RDUzNzExRTVCN0RBRkRGNzY1Qjc0RDk0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkUxQjA2QjY4RDUzNzExRTVCN0RBRkRGNzY1Qjc0RDk0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTFCMDZCNjVENTM3MTFFNUI3REFGREY3NjVCNzREOTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTFCMDZCNjZENTM3MTFFNUI3REFGREY3NjVCNzREOTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz67cQ99AAAD2UlEQVR42uydS2hWRxiGv9hgrBQMiCIY2/jrwkRbL1BMXaYaEdqAKISqCCpCXQguFAIudKFZ1EWhUgSphRSttoti21QNXqFeQOMFk1UvdFPsqlB3boS+HzPBjZeY/H/OzH+eBx5CViHnzHnPzHwzcxorlYqVnNnyY7lKvidbZLOcZgDF8UQ+lv/IYXlb/iL/KtNFaChpQE2R6+RuuSb+DpADd+QxeTqGWN0/qGVjtRySA3It4QSZ8b78Wv4ht9d7+y3TwzlLfisvyuW0c8icufKEvCnbCai86ZIj8hPaNdQZK+VduYOAyo8GuV+etzAZDlCPeEHnq+hUAioPmuQ38pAxzwTlwHtRXumbQUClzVvxRm2hzULJ8CLQFTmTgEoTf3v4RPiHtFUoKSvkNQuFIQIqsXAalB20USg5S+KLupmASoPp8pyFqgYAmC2VF+KzQUAViFcuzlrYrgIAz/AXtq86f4OAKga/8F6tW0NbBHgu3fIoAVUMfuF7aIMAL2WX7CWgJpfeeOEB4NX0yQ0E1OSwPl5wABgbvrPCp0Oy2Yuaa0D5xN/JeMEBYOx4Re8nOYeAqg0L5c+WcekUoGD8UEavejcRUNXFl+/7xt9ZtDGACY9CThBQ1cPXOn0fe1AAMHE2W+KVvVwCyuea/BTBTtoUQFU5bGGdFAE1Afpi2gNA9TPglHyXgBofOy3DBWYAGeHHE3llL7m53dQDyruex2g/ADWn1RKsjqccUFlvcgTIkOSeuVQDysfDg8ZaJ4AiRi3JbCxOMaDetnCu0wzaCkAhJLOxOLWAmievWljpCgDF0WcJbMRPKaA8nK7JCm0DoHB87eGXFr5eXPqAaok9J8IJIK2QOm4FrkFMIaBGh3ULaA8AyeEVvX65sYwBtUj+auyvA0g9pM7IbWUKKF9zcV2+w/0HyCKk/PSDvWUIqJ44rJvJfQfIBp+TOmJhd0djPQaU/72DFlarvsn9BsiST+WATcJHQSczoEYPmztgHNULkDtr5T0Ln1nPPqA64z/TxX0FqBvmyxtyd606HbUOKB/GfS4vWdjCAgD1xTT5RXzGq17wqmVAfSSH5R6GdAB1j4+SRuQ+C8dzJxtQbfJHC2fLsPgSoDz4wXefyfuxg5JUQPl4tD/2mrq5VwClpT12UG7ZBOedqxFQH1hYNvCb3GocMAcAgQ4L57oNxWx47aVFDZXKuPbntspN0cXcBwAYA//JH+R38rJ8Wq2Amh7TsCu6zJj4BoDx828MKdd3lfz+ooDyoPEVoY3xp3+z3cuFLbF35GHUxtANAGrIY/lQPpB/yr/lo/8FGAAWhXgOPNVjmgAAAABJRU5ErkJggg==) no-repeat bottom center;

  padding: 0px;

}

.ht_footer .footer_ .box_social .footer_social li {

  display: inline-block;

  margin: 0 6.5px;

}

.ht_footer .footer_ .box_social .footer_social li a {

  font-size: 18px;

  color: #868686;

}

.ht_footer .footer_ .box_social .footer_social li a:hover {

  color: #5fcde3;

}

.ht_footer .copyright {

  min-height: 88px;

  background: #020f19;

  text-align: center;

  font-size: 14px;

  font-family: Nunito;

  font-weight: 400;

  line-height: 88px;

  color: #555555;

}

.ht_footer .copyright a {

  color: #5f94bd;

  font-family: Nunito;

}

.ht_footer .copyright a:hover {

  text-decoration: underline;

  color: #fecd0b;

}

._fl {

    width: 58px;

    height: 60px;

    display: block;

    background: #004884;

    text-align: center;

    line-height: 60px;

    margin-bottom: 30px;

    border-radius: 50%;

}

._fl img{

  width: 62%;

}

.about_welcome .box_welcome {

    border-bottom: 1px solid #f2f2f2;

    min-height: 550px;

    position: relative;

  }

.about_welcome .box_welcome h1 {

    font-weight: 600;

    font-size: 4.5em;

    color: #303030;

    margin-bottom: 0;

    padding-left: 27px;

}

.about_welcome .box_welcome h3 {

    font-family: Nunito;

    font-size: 36px;

    color: #004884;

    font-weight: bold;

    margin-top: 0;

}

.about_welcome .title_l {

    padding-top: 50px;

  }

.about_welcome .title_l h3 {

    font-family: Nunito;

    font-size: 24px;

    color: #555;

    font-weight: bold;

}

.about_welcome .content {

    line-height: 24px;

    margin-top: 30px;

    font-size: 18px;

    padding-bottom: 30px;

    color: #999;

}

.about_welcome .img_ {

  text-align: center;

  margin: 50px 0 0;

}

.about_welcome .img_ div{

  border-radius: 50%;

  box-shadow: 0 10px 10px -4px;

}

.pillars{

  padding: 50px 0;

  background: #f8f8f8;

}

.pillars .left_ .title_l h3 {

    font-weight: 300;

    color: #004884;

    font-size: 48px;

    margin-top: -8px;

    margin-bottom: 11px;

    text-align: center;

}

.pillars .left_ .title_l h4 {

    font-size: 2em;

    color: #2774b3;

}

.pillars .about_build .left_ .title_l h4 {

    font-size: 36px;

    font-family: Nunito;

    color: #f26f29;

}

.pillars .right_ .item_cter {

    float: left;

    text-align: center;

    width: 40.05%;

    height: 190px;

    margin-bottom: 30px;

    padding: 40px 0;

    border: 2px solid #0aa8cd;

    border-radius: 50px;

    position: relative;

    color: #888;

}

.pillars .right_ .item_cter:before{

  content:"\f10d";

  font-family: fontAwesome;

  position: absolute;

  color: #0aa8cd;

  top: -10px;

  left: -10px;

  font-size: 2em;

  background: #f8f8f8;

  padding: 15px;

}

.pillars .right_ .item_cter:after{

  content:"\f10e";

  font-family: fontAwesome;

  position: absolute;

  color: #0aa8cd;

  bottom: -10px;

  right: -10px;

  font-size: 2em;

  background: #f8f8f8;

  padding: 15px;

}

.pillars .right_ .item_cter span {

    font-size: 2em;

    color: #0AA8CD;

}

.pillars .right_ .item_cter b {

    font-size: 48px;

    color: #0AA8CD;

    font-family: Nunito;

}

.pillars .right_ .item_cter p {

    text-transform: uppercase;

    padding: 15px;

}

.pillars .right_ .center_in{

  font-size: 8em;

  width: 19%;

  text-align: center;

  float: left;

  color: #0AA8CD;

  padding: 40px 0

}

.pillars .right_ .item_cter:nth-child(2n) {

    margin-right: 0;

}

.about_demo{

  padding: 80px 0;

}

.about_demo .right_ {

    background: #303030;

    border-radius: 30px 30px 30px 0;

    padding: 40px;

    color: #ffffff;

    min-height: 501px;

    margin-top: -30px;

}

.about_demo .right_ .title_l h3 {

    font-size: 48px;

    font-weight: 300;

    margin-top: -8px;

    margin-bottom: 15px;

}

.about_demo .right_ .title_l h4 {

    color: #fecd0b;

    font-size: 24px;

}

.about_demo .right_ .title_l p {

    line-height: 22px;

    margin-top: 14px;

    font-size: 1.2em

}

.about_demo .left_ .slider_w {

    float: left;

    width: 100%;

    min-height: 545px;

    margin-top: 52px;

    position: relative;

    text-align: center;

    background: #cecdcd;

    background-image: url(../img/upload/slid01.jpg);

}

.pr_0 {

    padding-right: 0;

}

.pl_0 {

    padding-left: 0;

}

.p_0{

    padding: 0

}

section.mission{

  padding: 50px 0;

}

.mission h3, .mission .fa{

  color: #004884;

  text-align: center;

}

.mission li{

  font-size: 1.4em;

  margin: 10px 0;

}

.mission .mission_img{

  border-radius: 2px 100px;

  border: 5px solid #fff;

  overflow: hidden;

  box-shadow: 0 5px 20px -6px;

}

.mission .row.pad{

  border-bottom: 1px dashed;

}

.Infrastructure{

  padding: 50px 0;

}

.Infrastructure .list_ {

    float: left;

    width: 100%;

    margin-bottom: 30px;

}

.Infrastructure .box_img {

    width: 34.189%;

    border: 6px solid #efefef;

    transition-duration: 0.3s;

}

.Infrastructure .box_img img{

  float: right;

  width: 80%;

}

.Infrastructure .box_img img.back_blur{

  margin: -175px 42px;

  opacity: .3;

}

.Infrastructure .box_sumary_ {

    float: left;

    width: 65.811%;

    padding-left: 35px;

    padding-right: 40px;

    padding-top: 26px;

}

.Infrastructure .box_sumary_ h2{

  margin-bottom: 20px;

  margin-top: 0;

  color: #004884;

}

section.board{

  padding: 50px 0;

}

.board h2{

  color: #004884;

  padding-left: 30px;

}

.board p{

  font-size: 1.4em;

  padding: 0 15px 10px 15px;

}

.board table tr {

    text-align: center;

    padding-left: 20px;

}

.board table tr th{

    text-align: center;

}

.board table th:first-child {

    text-align: left;

}

section.chairperson{

  padding: 50px 0;

}

.chairperson .chair_box{

  background: #4f8bbd;

  border-radius: 15px;

  overflow: hidden;

}

.chairperson .chair_per{

  padding: 30px;

  color: #fff;

  background: #17558a;

  min-height: 670px;

}

.chairperson .chair_per img{

  padding: 10px;

  background: #4f8bbd;

}

.chairperson .chair_per p{

  padding: 10px 0px 0;

  font-size: 1em;

  line-height: 18px;

  color: #bbb;

}

.chairperson .chair_text{

  padding: 25px;

  background: #4f8bbd;

}

.chairperson .chair_text p{

  font-size: 1.2em;

  color: #f0f0f0;

}

.chairperson .chair_text span{

  display: block;

  padding-top: 10px;

}

.chairperson .chair_text span h2{

  color: #fff;

}

.chairperson .chair_text span h4{

  color: #ddd;

  font-size: 1.8em;

}

section.ceo{

  padding: 50px 0;

}

.ceo .ceo_box{

  background: #4f8bbd;

  border-radius: 15px;

  overflow: hidden;

}

.ceo .ceo_per{

  background: #17558a;

  padding: 30px;

  color: #fff;

  min-height: 690px;

}

.ceo .ceo_per img{

  padding: 10px;

  background: #4f8bbd;

}

.ceo .ceo_per p{

  padding: 10px 0px 0;

  font-size: 1em;

  line-height: 18px;

  color: #bbb;

}

.ceo .ceo_text{

  padding: 25px;

  background: #4f8bbd;

}

.ceo .ceo_text p{

  font-size: 1.2em;

  color: #f0f0f0;

}

.ceo .ceo_text span{

  display: block;

  padding-top: 10px;

}

.ceo .ceo_text span h2{

  color: #fff;

}

.ceo .ceo_text span h4 {

  color: #ddd;

  font-size: 1.8em;

}

.headin{

 color: #004884;

 margin-bottom: 20px; 

 }

 section.awards{

  padding: 50px 0;

}

.awards .post-content{

  background: #303030;

  border-radius: 30px;

  color: #fff;

  padding: 30px;

  margin-top:-30px; 

}

.awards .post-content h2{

  text-align: center;

}

.awards .post-content span{

  background: #003a6a;

  padding: 4px 12px;

  border-radius: 20px;

  border: 4px solid #004884;

  margin-right: 10px;

  float: left;

}

.awards .post-content ul li{

  margin: 30px 0;

  line-height: 30px;

}

.awards .awards_back{

  background: #303030;

  border-radius: 0 30px 30px 0;

  margin: 60px 0;

}

.slider{

  border-top: 30px solid #efefef;

  text-align: center;

  background: #efefef;

}

.slider img{

  width: 100%;

  border-radius: 20px 0 0;

  min-height: 441px;

}

.fa-hand-o-right:before {

  font-size: 18px;

  margin-right: 5px;

}

.research table{

  width: 100%;

}

.research table th {

    padding: 21px 25px 22px 25px;

    border-bottom: 1px solid #eee;

    background: #004884;

    text-align: center;

    color: #fff;

}

.research table td {

    padding: 18px;

    border-bottom: 1px solid #e0e0e0;

    border-left: 1px solid #e0e0e0;

    background: #fafafa;

    text-align: center;

}

.research table tbody tr:hover td{

  background: #eaeaea;

}

section.faculty{

  padding:50px 0; 

}

section.faculty p{

  font-size: 1.3em;

}

section.affilations{

  padding: 50px 0;

}

.affilations .approval img{

  width: 162px;

  max-width: 100%;

  border-radius: 50%;

}

.affilations .approval h2{

    padding: 10px;

}

.affilations .approval div div {

    padding: 20px;

}

.affilations .approval div div:hover {

  cursor: pointer;

}

.affilations .approval{

  margin-bottom: -45px;

    background: #fff;

    box-shadow: 0px 6px 15px -7px;

    padding-top: 25px;

    margin-top: 30px;

    float: left;

}

.affilations .approval .approval_5{

  width:20%;

  float: left;

  text-align: center;

  min-height: 315px;

}

.affilations .approval .approval_5 div{

  position: relative;

}

.line{

  position: absolute;

  height: 150px;

  background: #ddd;

  width: 1px;

  right: 0;

  top:20%;

}

.affilations .approval .approval_5 span{

  margin: 20px 0;

  display: block;

  font-size: 1.2em;

}

.affilations .shadow{

  display: block;

  padding: 28px;

  box-shadow: 0px 5px 20px -8px #000;;

  border-radius: 100%;

  background: #9a9a9a;

  clear: both;

}

.wid_50{

  width: 50%;

  float: left;

}

section.admissions{

  padding: 50px 0;

}

.admissions p{

  padding-top: 0px;

  clear: both;
  margin-bottom: 0px;

}
.admissions p strong {
	font-family: sans-serif;
}

.admissions .adm_app{

  text-align: center;

  width: 100%;

  height: 58px;

  line-height: 58px;

  margin: 15px auto;

  border-radius: 4px;

  background: #337ab7;  

  font-size: 18px;

  box-shadow: 0px 4px 0px 0px #1d609a;

  position: relative;

  overflow: hidden;

  cursor: pointer;

}

.admissions .adm_app .fa{

  padding-left: 19px;

  line-height: 59px;

  color: #fff;

  font-size: 21px;

  position: absolute;

  left: 0;

}

.admissions .adm_app span{

  color: #fff;

  position: absolute;

  right: 25px;

}

.admissions .adm_app:before{

  content: "";

  position: absolute;

  background: #004884;

  width: 45px;

  height: 45px;

  left: 6px;

  top: 7px;

  border-radius: 100%;

  transition-duration: 1s;

}

.admissions .adm_app:hover:before{

  cursor: pointer;

  transition-duration: 1s;

  width: 100%;

  height: 100%;

  top:0;

  left: 0;

  border-radius: 0;

}

.admissions .adm_app:active{

  box-shadow: 0px 0px 0px 0px;

  transform: translateY(3px);

}

.admissions .adm_open{

  background: #fbd7c6;

  background-image: url(../img/upload/adm.jpg);

  background-size: cover;

  color: #083052;

  padding: 10px;

  min-height: 136px;

  margin: 15px 0;

  font-size: 3em;

  line-height: 1.3em;

  text-align: center;

  border-radius: 3px;

  box-shadow: 0 6px 15px -6px #777;

}

.admissions .adm_process div{

  text-align: center;

  min-height: 200px;

  color: #0d4c80;

}

.admissions .adm_process div div div{

  padding: 20px;

  margin-bottom: 20px;

}

.admissions .adm_process div .fa{

  background: #337ab7;

  color: #fff;

  font-size: 40px;

  line-height: 100px;

  margin: 25px 0;

  padding: 25px;

  display: inline-block;

  padding: 0;

  width: 100px;

  height: 100px;

  border-radius: 100%; 

}

.admissions .adm_process div .process_n{

  font-size: 20px;

  background: #337ab7;

  color: #fff;

  height: 50px;

  min-height: 50px;

  line-height: 50px;

  padding: 0;

  border-radius: 50px;

}

.admissions .program_li{

  padding-left: 0;

}

.admissions .program_li div{

    font-size: 18px;

    border-radius: 4px;

    padding: 12px;

    text-align: center;

    color: #efefef;

    background: #0d4c80;

    border-bottom: 4px solid #78b0de;

}

.admissions .program_li .nav{

    padding: 15px;

    background: #fff;

    min-height: 485px;

}

.admissions .program_li .nav li a{

  padding: 10px 5px;

}

.admissions .program_li .nav li a:before{

    font-family: FontAwesome;

    content: "\f061";

    padding-right: 5px;

}

.admissions .adm_process .adm_proc{

  cursor: pointer;

  background: #fff;

  border-radius: 20px;

  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.25);

}

.admissions .adm_process .adm_proc_1:hover .fa, .admissions .adm_process .adm_proc_1:hover .process_n{

  background: #e83030;

  transition-duration: 0.3s;

}

.admissions .adm_process .adm_proc_2:hover .fa, .admissions .adm_process .adm_proc_2:hover .process_n {

  background: #25e672;

  transition-duration: 0.3s;

}

.admissions .adm_process .adm_proc_3:hover .fa, .admissions .adm_process .adm_proc_3:hover .process_n{

  background: #37d8e0;

  transition-duration: 0.3s;

}

.admissions .adm_process .adm_proc_4:hover .fa, .admissions .adm_process .adm_proc_4:hover .process_n{

  background: #e45a19;

  transition-duration: 0.3s;

}

.admissions .adm_process .adm_proc:hover .fa{

  -webkit-animation-name:hvr-vertical;

  animation-name:hvr-vertical;

  -webkit-animation-duration:1s;

  animation-duration:1s;

  -webkit-animation-timing-function:ease-in-out;

  animation-timing-function:ease-in-out;

  -webkit-animation-iteration-count:1;

  animation-iteration-count:1;

}

  @-webkit-keyframes hvr-vertical{

    16.65%{

      -webkit-transform:translateY(8px);

     transform:translateY(8px);

    }

    33.3%{

      -webkit-transform:translateY(-6px);

      transform:translateY(-6px);

    }

    49.95%{

      -webkit-transform:translateY(4px);

      transform:translateY(4px);

    }

    66.6%{

      -webkit-transform:translateY(-2px);

      transform:translateY(-2px);

    }

    83.25%{

      -webkit-transform:translateY(1px);

      transform:translateY(1px);

    }

    100%{-webkit-transform:translateY(0);

      transform:translateY(0)

    }

  }

  @keyframes hvr-vertical{

    16.65%{

      -webkit-transform:translateY(8px);

      transform:translateY(8px)

    }

    33.3%{

      -webkit-transform:translateY(-6px);

      transform:translateY(-6px)

      }

    49.95%{

      -webkit-transform:translateY(4px);

      transform:translateY(4px)

      }

    66.6%{

      -webkit-transform:translateY(-2px);

      transform:translateY(-2px)

    }

    83.25%{

      -webkit-transform:translateY(1px);

      transform:translateY(1px)

    }

    100%{

      -webkit-transform:translateY(0);

      transform:translateY(0)

      }

  }

  .hvr-vertical{

    display:inline-block;

    vertical-align:middle;

    -webkit-transform:translateZ(0);

    transform:translateZ(0);

    box-shadow:0 0 1px rgba(0,0,0,0);

    -webkit-backface-visibility:hidden;

    backface-visibility:hidden;

    -moz-osx-font-smoothing:grayscale

    }

}

.admissions .headin_2, .col-md-6 .headin{

  text-align: center;

}

section.apply_onlin{

  padding: 50px 0;

}

.apply_onlin p{

  font-size: 16px;

  margin: 30px 0;

}

.apply_onlin .app_form{

  background: #004884;

  border-radius: 4px;

  color: #fff;

  padding: 15px;

  cursor: pointer;

  float: right;

  font-size: 1.2em;

}

.apply_onlin .app_form .fa{ 

  padding-right:5px; 

}

.apply_form .applyOnline {

    padding: 15px;

    border-top: 3px solid #004884;

    border-bottom: 3px solid #004884;

    border-radius: 4px;

    box-shadow: 0 0 5px #999;

}

section.adm_Enquiry{

  padding: 50px 0;

}

.adm_Enquiry form {

    padding: 0 15px 15px;

    border-top: 3px solid #004884;

    border-bottom: 3px solid #004884;

    border-radius: 4px;

    box-shadow: 0 0 5px #999;

}

.adm_Enquiry .adm_enq{

  background: url(../img/upload/search_1.png) no-repeat;

  background-size: cover;

  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.25);

}

.adm_Enquiry .adm_enq .info{

  box-shadow: 0px 0px 16px #999;

  padding: 0;

  margin-bottom: 48px;

}

.adm_Enquiry .adm_enq .info li{

  padding: 22px;

  text-align: center;

  background: #003a6a;

  color: #fff;

}

.adm_Enquiry .adm_enq .info li.even{

  background: #eee;

  color: #004480;

}

.adm_Enquiry .adm_enq .info li span{

  font-size: 1.5em;

  display: block;

  padding-bottom: 10px;

  border-bottom: 1px dashed;

}

.adm_Enquiry .adm_enq .info li span .fa{

  margin-right: 10px;

}

.adm_notification .apply_box div{

  background: #004884;

  color: #fff;

  line-height: 55px;

  margin: 15px 0;

  text-align: center;

  font-size: 1.2em;

  width:100%;

  border-radius: 5px;

  border: 1px solid #aaa;

  cursor: pointer;

  box-shadow: 0 2px 15px -5px #000;

}

.adm_notification .apply_box div:active{

  transform: translateY(2px);

}

.adm_notification .apply_box div:active .hvr-float-shadow:before{

  transform: translateY(2px);

}

.adm_notification .apply_box div a{

  color: #fff;

}

.adm_notification .apply_box div .fa{

  font-size: 24px;

  background: #fff;

  height: 55px;

  line-height: 55px;

  width: 55px;

  color: #004884;

  float: left;

  border-radius: 4px 0 0 4px;

}

.adm_notification .apply_box div .fa:after{

  content: "\f0da";

  position: absolute;

  left: 54px;

  font-size: 24px;

  color: #fff;

}

.adm_notification .apply_box div:hover .fa:after{

  font-size: 32px;

}

section.adm_policy{

  padding: 50px 0;

}

.adm_policy .row{

  margin: 0;

}

.adm_policy .point:before{ 

  content: "\f111";

  margin-right: 10px;

  font-size: 10px;

  font-family: fontAwesome;

  float: left;

  margin-top: 0px;

}

.adm_policy .padd{

  padding-bottom: 15px;

}

.adm_policy .adm_elg{

  background: #004884;

  background: linear-gradient(150deg, #174D83, #acd4fd, #174D83);

  padding: 15px;

}

.adm_policy .adm_elg .adm_2{

  background: #e1e1e1;

  min-height: 300px;

  padding-top: 1px;

}

.adm_policy .adm_elg .adm_1{

  background: #f0f0f0;

  min-height: 300px;

  padding-top: 1px;

}

.adm_policy .adm_elg .list-info{

  margin-left: 30px;

  font-size: 1.2em;

}

.adm_policy .adm_proce{

  background: #fff;

  margin: 20px 0;

  clear: both;

  float: left;

  box-shadow: 0 0 5px -3px;

}

.adm_policy .adm_proce .heading_a{

  padding: 20px;

  color: #258de4;

  margin: 0;

}

.list li{

  padding: 5px 0;

  font-size: 1.2em;

}

.scholarships .scholar_slider{

  text-align: center;

  padding: 10px;

  border-top: 4px solid #004884;

  background: #fff;

  border-radius: 4px;

  border-bottom: 4px solid #004884; 

  margin-top:20px;

  padding-bottom: 20px;

  box-shadow: 0 0 10px -3px;

}

.schol_head{

  padding: 20px 0;

  background: #004884;

  color: #fff;

  margin-bottom: 20px;

}

.scholarships table td:first-child{

  border-left:1px solid #e0e0e0;

}

.scholarships table td{

  background: rgba(219, 225, 229, 0.23);

  text-align: center;

}

.scholarships table td.rotate{

  background: #fff!important;

}

.scholarships table tr:hover td{

  background: rgba(0, 72, 132, 0.16);

}

.scholarships table th{

  text-align: center;

}

.intake table td:first-child{

  border-left:1px solid #e0e0e0;

}

.intake table td{

  background: rgba(219, 225, 229, 0.23);

  text-align: center;

}

.intake table td.rotate{

  background: #fff!important;

}

.intake table th{

  text-align: center;

}

.intake table tr:hover td{

  background: rgba(0, 72, 132, 0.16);

}

.dataTables_filter, .pagination{

  float: right;

}

.dataTables_length{

  float: left;

}

.refund-policy p{

  margin: 20px 0;

  font-size: 16px;

}

.training .headin{

  text-align: center;

}

.training .train_box div{

  float: left;

  box-shadow: 0 2px 15px -5px;

  padding: 15px;

  border-radius: 5px;

  margin-bottom: 20px;

  background: #f7f7f7;

}

.training .train_box div img{

  float: left;

  width: 200px;

  margin-right: 20px;

  border-radius: 4px;

  border: 1px solid #999;

  box-shadow: 0 0 4px #999;

}

.training .train_box div p{

  max-height: 182px;

  overflow: hidden;

  margin-bottom: 20px;

  font-size: 1.2em; 

}

.know_more{

  padding: 8px 15px;

  background: #004884;

  border-radius: 2px;

  float: right;

  color: #fff; 

  border: 2px solid #03569a;

  font-weight: bold;

  transition-duration: 0.3s;

  cursor: pointer;

}

.placements .place{

  padding: 0 0 50px 0;

}

.placements .place div div{

  font-size: 1.2em;

  margin: 3px 0;

  line-height: 36px;

}

.placements .place div div p{

  margin: 0 auto;

  width: 282px;

  text-align: left;

}

aside{

  clear: both;

}

aside .post-info{

  text-align: center;

}

.placement-updates .place_up{

  border: 5px solid #fff;

  width: 100%;

  height: 100%;

  background: #e9e9e9;

  overflow: hidden;

  position: relative;

  text-align: center;

  min-height: 200px;

  padding: 20px;

  margin-bottom: 30px;

  box-shadow: 0 0 15px -6px;

}

.placement-updates .place_up h3{

  color: #004884;

  margin: 0;

}

.sidebar h4{

  text-align: center;

}

@keyframes buzz{

   16.65%{

      -webkit-transform:translateX(8px);

      transform:translateX(8px);

    }

    33.3%{

      -webkit-transform:translateX(-6px);

      transform:translateX(-6px);

      }

    49.95%{

      -webkit-transform:translateX(4px);

      transform:translateX(4px);

      }

    66.6%{

      -webkit-transform:translateX(-2px);

      transform:translateX(-2px);

    }

    83.25%{

      -webkit-transform:translateX(1px);

      transform:translateX(1px);

    }

    100%{

      -webkit-transform:translateX(0);

      transform:translateX(0);

      }

  }

.placement-updates .pl_read{

  bottom: 0;

  right: 10px;

  position: absolute;

}

.placement-updates .place_up .primary{

  display: block;

  -webkit-transition: -webkit-transform 0.35s;

  transition: transform 0.35s;

}

.placement-updates .place_up .primary span{

  position: absolute;

  bottom: 10px;

  left: 15px;

}

.placement-updates .place_up:hover .primary{

-webkit-transform: translate3d(0,-150%,0);

  transform: translate3d(0,-150%,0);

}

.placement-updates .place_up .overlay {

  width: 100%;

  position: absolute;

  overflow: hidden;

  left: 0;

  top: auto;

  bottom: 0;

  padding: 20px;

  text-align: center;

  height: 200px;

  background: #79FAC4;

  color: #3c4a50;

  -webkit-transition: -webkit-transform 0.6s;

  transition: transform 0.6s;

  -webkit-transform: translate3d(0,100%,0);

  transform: translate3d(0,100%,0);

}

.placement-updates .place_up:hover .overlay{

  -webkit-transform: translate3d(0,0,0);

  transform: translate3d(0,0,0);

}

hr{

  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);

  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);

  border: 0;

  height: 1px;

  margin: 22px 0 22px 0;

}

.form_page{

  border-radius: 4px;

  border-bottom: 4px solid #004884;

  padding: 20px;

  border-top: 4px solid #004884;

  box-shadow: 0 0 15px -6px;

  margin-top: 30px;

}

.campuslife .box-content{

  padding: 15px;

  text-align: center;

}

.campuslife .box-content h4{

  margin: 25px 0 5px;

}

.campuslife .box-content a img {

    width: 100%;

    border-radius: 2px;

    box-shadow: 0 0 20px -6px #444;

    border: 1px solid #dedede;

}

.campuslife .featured-box .box-content{

    box-shadow: 0px 6px 20px -11px;

    border-top: 4px solid #83a9ca;

    border-radius: 4px;

    background: #fff;

    min-height: 258px;

}

.campuslife .featured-box .box-content:hover{

    box-shadow: 0px 6px 30px -7px;

    border-top: 4px solid #004884;

    transform: translatey(-5px);

    transition-duration: 0.2s;

}

.library .row h4{

  color: #0088cc;

  background: #fff;

  text-align: center;

  padding: 15px 0;

  box-shadow: inset 0px 0px 5px 1px #ccc;

}

.library .button2 .box-content a{

  padding: 12px 24px;

  background: #004884;

  text-align: center;

  border-radius: 4px;

  font-size: 1.8em;

  box-shadow: inset 1px 1px 3px 2px #116cb7;

}

.library .button2 .box-content a span{

  color: #fff;

}

.library .button2 .box-content .fa{

  margin-right:5px; 

}

.library .featured-box{

  padding-top: 10px;

}

.lightbox{

  padding-top: 20px;

  padding-bottom: 30px;

}

.zoom .fa{

  position: absolute;

  padding: 5px;

  border-radius: 100%;

  left: 45%;

  background: #efefef;

  top: 40%;

  cursor: pointer;

}

.img-thumbnail:hover .zoom .fa{

  color: #fff;

  padding: 10px;

  background: #004884;

  transition-duration: 0.3s;

}

.textbox img{

  box-shadow: 0 0 20px -6px #000;

  width: 100%;

  padding: 10px;

  background: #f6f6f6;

}

.line_dark{

  position: absolute;

  height: 100%;

  right: 0;

  width: 1px;

  background: #004884;

  background: linear-gradient(#efefef, #0064B6, #efefef);

  top: 0;

}

.line_dark_l{

  position: absolute;

  height: 100%;

  left: 0;

  width: 1px;

  background: #004884;

  background: linear-gradient(#efefef, #0064B6, #efefef);

  top: 0;

}

.textbox img.pull-left{

  box-shadow: -5px 5px 15px -4px #666;

}

.textbox img.pull-right{

  box-shadow: 5px 5px 15px -4px #666;

}

.textbox {

  min-height: 300px;

  border: 1px solid#ddd;

  clear: both;

  background: #fff;

  border-bottom: none;

  padding: 30px 15px;

}

.text_odd{

  background: #f8f8f8;

}

.textbox p{

  max-height: 165px;

  overflow: hidden;

}

.contact #contactForm .btn{

  margin: 20px 0;

}

.contact .contact_add{

  box-shadow: 0 0 4px 0px;

  text-align: center;

  background: #004884;

  padding: 0;

}

.contact .contact_add ul li div{

  width: 80%;

  margin:0 auto; 

  padding:5px; 

}

.contact .contact_add ul{

  background: #fff;

  padding:10px; 

  margin-bottom: 0;

}

.contact .contact_add h3{

  color: #fff;

  padding: 20px 0;

  margin: 0;

  background: #004784;

}

.contact .contact_text{

  height: 42px;

}

section.contact form{

  padding: 0 20px;

  border: 1px solid #ddd;

  box-shadow: 0 3px 30px -12px #000;

  border-radius: 4px;

  border-top: 4px solid #004884;

  border-bottom: 4px solid #004884;

}

section.contact h2.pad_both{

  margin: 0px 0 15px;

}

.pad_both{

  padding: 10px 0;

}

.course .course_info div div {

  color: #0088CC;

  font-size: 2em;

  padding: 20px 0;

  background: #e7f2fc; 

  text-align: center;

  margin: 5px 0;

}

.course .portfolio-info{

  padding: 20px 0;

  clear: both;

}

.course .img_course{

  padding: 15px;

  box-shadow: 0 0px 15px -5px;

  background: #fff;

  margin: 0 20px 10px 0

}

.img-thumbnail:hover{

  box-shadow: 0 4px 20px -6px #000;

  transform: translateY(-6px); 

}

.acc_head {

    border-radius: 50px;

    height: 52px;

    line-height: 52px;

    font-size: 16px;

    color: #fff;

    font-family: Nunito;

    font-weight: 700;

    text-transform: uppercase;

    position: relative;

    cursor: pointer;

    padding: 0 20px;

    background: #004884;

}

.acc_head:after{

  content: "\f063";

  font-family: FontAwesome;

  float: right;

}

.active_head:after{

  content: "\f062";

  font-family: FontAwesome;

  float: right;

}

.accordion_in {

    position: relative;

    z-index: 2;

    overflow: hidden;

    margin-bottom: 20px;

    box-shadow: 0 0 5px;

    border-radius: 26px;

}

.acc_content {

    background: #fef8f4;

    margin-top: -24px;

    padding:50px 50px 25px ;

    border: 1px solid #fefefe;

}

._section_testim .testim_vd > a:after :hover {

    -webkit-animation-duration: 10s;

    animation-duration: 10s;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

    display: block;

}

@keyframes bounceInRight {

   0% {

      opacity: 0;

      transform: translateX(2000px);

   }

   60% {

      opacity: 1;

      transform: translateX(-30px);

   }

   80% {

      transform: translateX(10px);

   }

   100% {

      transform: translateX(0);

   }

} 

.list-of-docs ul li{

  padding: 20px 15px;

  border: 1px solid #e1e1e1;

  background: #fff;

  border-bottom: none;

}

.list-of-docs ul li:last-child{

  border-bottom: 1px solid #e1e1e1;

}

.list-of-docs ul {

  margin: 30px 0;

}

.list-of-docs ul li span{

  float: left;

  padding: 0 3px;

  background: #004884;

  color: #fff;

  border-radius: 2px;

}

.list-of-docs ul li p{

  padding-left: 30px;

  font-size: 1em;

  margin: 0;

}

.collaborations .back_tb{

  background-image: url(../img/upload/back_b.png);

  margin-bottom: -50px;

  margin-top: 50px;

}

.collaborations .back_color{

  background: #003a6a;

  color: #bbb;

  margin-bottom: 40px;

  padding:15px;

}

.collaborations .back_tb .table_hd{

  margin-top: -100px;

  color: #fff;

  font-size:1.3em;

  padding: 1px;

  text-align: center;

  line-height: 30px;

  margin-bottom: 180px;

  position: relative;

   -webkit-perspective: 1500px; /* Chrome, Safari, Opera  */

    perspective: 1500px;

}

.collaborations .back_tb .table_hd div{

  padding: 80px;

  position: absolute;

  border-radius: 5px;

  width: 100%;

  background: #004884;

  -webkit-transform: rotateX(40deg); /* Chrome, Safari, Opera  */

  transform: rotateX(40deg);

  box-shadow: 0 12px 5px -10px #000;

}

.collaborations .back_tb .table_hd p{

  position: absolute;

  width: 95%;

  left: 25px;

  top: 40px;

}

.collaborations .back_tb .table_hd i{

  position: absolute;

  bottom: -145px;

  left: 49.5%;

  animation: bounce 2s infinite;

 -webkit-animation: bounce 2s infinite;

 -moz-animation: bounce 2s infinite;

 -o-animation: bounce 2s infinite;

}

@-webkit-keyframes bounce {

 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 

 40% {-webkit-transform: translateY(-20px);}

 60% {-webkit-transform: translateY(-15px);}

}

 

@-moz-keyframes bounce {

 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}

 40% {-moz-transform: translateY(-20px);}

 60% {-moz-transform: translateY(-15px);}

}

 

@-o-keyframes bounce {

 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}

 40% {-o-transform: translateY(-20px);}

 60% {-o-transform: translateY(-15px);}

}

@keyframes bounce {

 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}

 40% {transform: translateY(-20px);}

 60% {transform: translateY(-15px);}

}

.collaborations .back_color .headin_2{

  color: #fff;

  padding-left: 10px;

}

.collaborations .back_color p{

  padding: 20px;

}

.rr {

    position: relative;

    height: 119px;

    background: #002c50;

    padding: 20px;

    color: #fff;

    line-height: 30px;

}

.rr.rr-left {

    float: left;

    width: 55%;

    border-radius: 5px 0 0 5px;

}

.rr.rr-left i{

  float: left;

  font-size: 3em;

  line-height: 75px;

}

.rr.rr-right {

    z-index: 2;

    float: right;

    width: 44%;

    border-radius: 0 5px 5px 0!important;

}

.rr.rr-right i{

  float: right;

  font-size: 3em;

  line-height: 75px;

}

.rr:after, .rr:before {

    content: "";

    position: absolute;

    top: 0;

    width: 0;

    height: 0;

}

.rr-left:after {

    right: 0;

    border-left: 119px solid #002c50;

    border-bottom: 119px solid #efefef;

}

.rr-right:before {

    left: -119px;

    border-right: 119px solid #002c50;

    border-top: 119px solid transparent;

}

.crowse{

    height: 250px;

    overflow: hidden;

}

.blue_box{

  padding: 20px;

  background: #004884;

  height: 145px;

  margin: 20px 0 0;

  color: #fff;

  font-size: 1.2em;

}

.summer-internship img{

  float: left;

  margin-right: 30px;

  margin-bottom: 10px;

  width: 50%;

  box-shadow: 0 0 20px -6px;

  background: #fff;

  padding: 5px;

}

.style_b{

  position: relative;

  text-align: center;

  margin-bottom: 50px;

}
.style_b:hover a h3, .style_b:hover a p {
  color: #2196F3;
}

.style_back img{

  height: 260px;

}

.over_top{

  position: absolute;

  top:20%;

}

.over_top h3{

  font-size: 2.5em;

  color: #0e6ab7;

}

.over_top p{

  font-size: 1.4em;

  padding: 20px;

  color: #999;

}

.over_top p:before{

  content: "\f10d";

  font-family: fontAwesome;

  padding-right: 5px;

}

.over_top p:after{

  content: "\f10e";

  font-family: fontAwesome; 

  padding-left: 5px;

}

.color{

  background: #004884;

  padding: 30px 15px;

  color: #fff;

}

.ov_lay{

  padding: 20px;

  background: rgba(0, 0, 0, 0.22);

  height: 359px;

  text-align: center;

}

.ov_lay:after{

  content: "\f10e";

  font-family: fontAwesome;

  position: absolute;

  font-size: 5em;

  opacity: .2;

  left: 5%;

  top: 10%;

  transform: rotatey(180deg);

}

.ov_lay:before{

  content: "\f10e";

  font-family: fontAwesome;

  position: absolute;

  font-size: 5em;

  opacity: .2;

  right: 5%;

  bottom: 8%;

}

.ov_lay p{

  padding-top: 10px;

}

.Associations ul li{

  padding: 8px;

  background: #004884;

  color: #fff;

  font-family: Nunito;

  border-bottom: 1px solid #1a63a0;

}

.Associations ul li:first-child{

  border-radius: 5px 5px 0 0;

}

.Associations ul li:last-child{

  border-radius: 0 0 5px 5px;

  border-bottom: none;

}

.tab-pane{

  background: #fff;

  padding: 15px;

  border: 1px solid #ddd;

  border-top: none;

}

.pop_up{

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 10;

  display: none;

}

.pop_up .overlay_page{

  background: rgba(0, 0, 0, 0.32);

  position: fixed;

  width: 100%;

  height: 100%;

}

.item_info{

  background: #fff;

  position: absolute;

  width: 75%;

  left: 12.5%;

  top:10%;

  padding: 15px;

}

.item_info span{

  position: absolute;

  right: -15px;

  top: -15px;

  background: #e1e1e1;

  padding: 5px 11px;

  border-radius: 100%;

  cursor: pointer;

  transition-duration: 0.6s;

}

.item_info span:hover{

  background: #337ab7;

  color: #fff;

  transform: scale(1.2);

  transition-duration: 0.6s;

}

.slider_items{

  background: rgba(0, 0, 0, 0.55);

  padding: 20px;

  position: relative;

  width: 80%;

  margin: 25px auto;

}

.slider_items .close_it{

  position: absolute;

  right: -10px;

  top: -10px;

  padding: 5px 11px;

  border-radius: 50%;

  background: #fff;

  cursor: pointer;

  transition-duration: 0.5s;

}

.slider_items .close_it:hover{

  background: #004884;

  color: #fff;

  transition-duration: 0.5s;

}

.slider_items .arrows{

  position: absolute;

  top: 45%;

  background: #fff;

  height: 50px;

  width: 50px;  

  line-height: 50px;

  text-align: center;

  transition-duration: 0.5s;

}

.slider_items .arrows.left{

  left: 0;

}

.slider_items .arrows.right{

  right: 0;

}

.slider_items .arrows:hover{

  transform: rotate(45deg);

  transition-duration: 0.5s;

  background: #004884;

  color: #fff;

  cursor: pointer;

}

.slider_items .arrows:hover .fa{

  transform: rotate(-45deg);

}

.slidepop{

  display: none;

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.45);

  z-index: 10;

}

.question_box {

  clear: both;

}

.Q_box{

  padding: 20px 5px;

  box-shadow: 0 0 15px -4px #999;

  border: 1px solid #ddd;

  font-family: Nunito;

  display: flex;

}

.Q_box .timmer{

  font-size: 24px;

  margin-bottom: 20px;

}

.Q_box p{

  font-family: Nunito; 

}

.Q_box ul.mock_quest{

  list-style: none;

  height: 40px;

  line-height: 35px;

}

.Q_box ul.mock_quest li{

  float: left;

  background: #999;

  width: 35px;

  margin: 0 5px;

  border-radius: 100%;

  text-align: center;

}

.Q_box ul.mock_quest li span{

  color: #fff;

  padding: 10px;

}

.Q_box ul.mock_quest li:hover{

  background: #004884;

}

.Q_box ul.mock_quest li.active{

  background: #004884 !important;

  width: 45px;

  line-height: 45px;

  margin-top: -5px;

  box-shadow: 0px 1px 1px 2px #0a3152;

}

.Q_box ul.mock_quest li.active span{

  color: #fff;

}

.Q_box ul.mock_quest li.not_ans{

  background: red;

}

.Q_box ul.mock_quest li.ans_given{

  background: green;

}

.Q_box ul.mock_quest li.not_ans_review{

  background: #6ea6d4;

}

.Q_box ul.mock_quest li.ans_review{

  background: #6ea6d4;

  position: relative;

}

.Q_box ul.mock_quest li.ans_review:before{

  content: "\f00c";

  position: absolute;

  font-family: fontAwesome;

  color: #004884;

  top:-8px;

  right: 0;

}

.Q_style{

  padding-bottom: 50px;

}

.Q_style .q_buttons{

  padding: 20px;

}

.Q_style .q_buttons span{

  padding: 6px 14px;

  border-radius: 100px;

  background: #004884;

  color: #fff;

  margin: 5px;

  cursor: pointer;

  display: inline-block;

  box-shadow: 0 1px 1px 1px #000;

}

.Q_style .q_buttons span:active{

  transform: translatey(2px);

  box-shadow: 0 0 1px 0px #000;

}

.Q_style .q_buttons .submit_t{

  background: #004884;

  color: #fff!important;

  width: 132px;

  height: 50px;

  line-height: 50px;

  text-align: center;

  border-radius: 100px;

  box-shadow: 0 1px 1px 1px #000;

  position: absolute;

  left: 50%;

  margin-left: -66px;

  display: none;

}

.Q_style .q_buttons .submit_t:active{

  transform: translatey(2px);

  box-shadow: 0 0 1px 0px #000;

}

.ans_holder{

  padding-top: 10px;

  font-size: 16px;

}

.ans_holder b{

  margin-right: 10px;

}

.text_extra{

  width: 100%;

  height: 82%;

  border: 1px solid #ccc;

  border-radius: 4px;

}

.mocktest .panel .panel-heading{

  padding: 15px;

}

.mocktest .panel .panel-body ul{

  padding: 0;

}

.mocktest .panel .panel-body span{

  float: left;

  padding-right: 5px;

  color: #337ab7;

}

.mocktest .panel .panel-body p{

  padding-left: 16px;

}

.mocktest ul.paper_s{

  padding: 0;

  list-style:;

}

.mocktest ul.paper_s li{

  display: block;

  width: 100%;

}

.mocktest ul.paper_s li i{

  padding-right: 5px;

  color: #337ab7;

}

.result{

  text-align: center;

}

.result .resul{

  background: #004884;

  color: #fff;

  padding: 10px 0;

  margin-bottom: 70px;

}

.result .resul_bck{

  background: #fff;

  padding-bottom: 40px;

  box-shadow: 0 0 7px -3px;

}

.result .perform{

  position: relative;

}

.result .fa-trophy{

  content: "\f0f3";

  font-family: FontAwesome;

  color: #004884;

  font-size: 58px;

  top: -17px;

  position: absolute;

  margin-left: -52px;

}

.result .right_tr{

  margin-left: 0;

}

.result .text_result{

  margin: 0 10px;

}

.result p{

  font-size: 1.6em;

  font-weight: 800;

}

.result .btn_result{

  width: 305px;

  padding-top: 25px;

  padding-bottom: 54px;

  margin: 0 auto;

}

.result .btn_result a{

  padding: 10px;

  background: #004884;

  border-radius: 2px;

  color: #fff;

  font-family: Nunito;

  width: 142px;

  box-shadow: 0 2px 1px 1px #000;

}

.result .btn_result a:active{

  transform: translateY(2px);

  box-shadow: 0 0 1px 1px #000;

}

.subscribe input[type =text]{

  width: 25%;

  padding: 5px 10px;

  border: 1px solid #999;

  border-radius: 2px;

  margin-right: 15px;

}

.subscribe input[type =button]{

  padding-top: 7px;

}

.subscribe p{

  color: #004884;

  padding: 30px 0;

  font-size: 2.2em;

}

.result .pady{

  padding-top: 36px;

  padding-bottom: 24px;

}

.marks{

  width: 155px;

  background: #efefef;

  border-radius: 100%;

  padding: 15px;

  margin: 0 auto;

  border: 1px solid #ddd;

  margin-top: 44px;

}

.center_box{

  margin: 5% auto;

  position: relative;

  width: 420px;

  text-align: center;

}

.detail_box{

  padding: 20px;

  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);

  -webkit-border-radius: 5px;

  border-radius: 5px;

  -moz-border-radius: 5px;

  background-clip: padding-box;

  margin-bottom: 20px;

  background-color: #ffffff;

}

.info_box{

  margin-bottom: 15px;

}

.details{

  padding: 15px;

}

.Student_info{

  width: 100%;

}

.t_right{

  text-align: right;

}

.text_left{

  text-align: left;

}

.que_ans{

  background: #004884;

  height: 30px;

  width: 30px;

  color: #fff!important;

  text-align: center;

  padding: 0!important;

  border-radius: 100%;

  margin-right: 5px;

  font-family: Nunito;

  line-height: 30px;

  font-size: 12px;

  margin-top: -3px;

}

.no_visit{

  background: #999;

}

.not_ans{

  background: red;

}

.answered{

  background: green;

}

.not_ans_review{

  background: #6ea6d4;

}

.ans_review{

  background: #6ea6d4;

  position: relative;

}

.ans_review:before{

  content: "\f00c";

  position: absolute;

  font-family: fontAwesome;

  color: #004884;

  top:-8px;

  right: 0;

}

.active_q{

  background: #004884;

  box-shadow: 0px 1px 1px 2px #0a3152;

  margin-right: 10px;

}

.p_5{

  padding: 5px;

}

.m_t_35{

  margin-top: 35px;

}

.tp-tabs, .tp-thumbs, .tp-bullets{

  display: none;

}

.menu-top-exp {

  float: right;

}

.top-exp-img {

  display: inline;

  float: left;

  padding: 5px 0px;

}

.top-exp-img img{

  max-height: 90px;

}

.top-exp-text {

  padding: 21px 0px;

  float: right;

  display: inline;

  margin-left: 15px;

  text-align: right;

}

.top-exp-text h6 {

  color: #003A6A;

  font-size: 1em;

  font-weight: 600;

  line-height: 0.5em;

}

ul.footer-info {

  padding: 0px;

}

ul.footer-info li {

  list-style-type: none;

  min-height: 60px;

}

ul.footer-info li .info-icon {

  overflow: hidden;

  clear: both;

  width: 35px;

}

ul.footer-info li .info-detail {

  overflow: hidden;

  margin-left: 50px;

}

ul.footer-info li .info-icon i{

  font-size: 1.25em;

  color: #fecd0b;

  border: 2px solid #fecd0b;

  border-radius: 50%;

  height: 2em;

  width:2em;

  text-align: center;

  line-height: 2em;

}

ul.footer-info li .info-detail p{

  font-size: 14px;

  color: #aaa;

  line-height: 1.2em;

  font-weight: 400;

}

ul.footer-info li .info-detail a {

  color: #fecd0b; 

}

.ft_col .footer-logo {

  margin-top: 54px;

  margin-bottom: 36px;

  max-width: 85%;

}

.button-footer {

  float: left;

}

.text-help {

  width: 100%;

  border-radius: 5px;

  border: 2px solid #0E6AB7;

  margin-bottom: 10px;

  text-align: center;

}

.text-help p{

  width: 100%;

  padding: 3px;

  background: #0E6AB7;

}
.placement-img1, .placement-img3 {
  border-radius: 5px;
  border: 2px solid #fafafa;
  width: 20em;
  margin: 10px 0 10px 20px;
}
.placement-img2 {
  border-radius: 5px;
  border: 2px solid #fafafa;
  width: 18em;
  margin: 10px 20px 10px 0px;
}
.placement-ul {
  padding-left: 1.5em;
  list-style: square;
  font-size: 1.1em;
  line-height: 2.5em;
}
.cources-offered {
  margin-bottom: 20px;
  margin-top: 50px;
}
.cource-category {
  text-align: center;
}
.cource-box {
  text-align: center;
}
.cource-box img {
  margin: auto;
  border-radius: 5px; 
}
.icon-help {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.blog-title {
  font-size: 1.5em;
}
.color-grey {
  color: #666666 !important;
  font-size: 1em;
}
.btn-img {
  max-height: 1.25em;
  margin-top: -5px;
  margin-left: 5px;
}
.right-enq-btn {
  position: fixed;
  top: 40%;
  right: -55px;
  display:;
  z-index:1000;
  transform: rotate(270deg);
}