@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600');

body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
}

.clear {
  display: block;
  clear: both;
  width: auto;
  height: auto;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}

header {
  width: 100%;
  height: auto;
  background: #fff;
}

.header-top {
  width: 100%;
  height: auto;
  background: #011a29;
}

.header-top p {
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  padding: 5px 0px 5px 0px;
}

.header-box {
  width: 100%;
  height: auto;
}

.social-m {
  float: right;
}

.social-m ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-m ul li {
  display: inline-block;
  list-style: none;
  text-decoration: none;
  color: #036;
  font-size: 21px;
  padding: 30px 9px 0px 9px;
}

.social-m ul li a {
  color: #036;
  text-decoration: none;
}

.social-m ul li a:hover {
  color: #000;
}

.social-m2 {
  float: right;
}

.social-m2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-m2 ul li {
  display: inline-block;
  list-style: none;
  text-decoration: none;
  color: #036;
  font-size: 21px;
  padding: 30px 9px 0px 9px;
}

.social-m2 ul li a {
  color: #036;
  text-decoration: none;
}

.social-m2 ul li a:hover {
  color: #000;
}

.navs {
  width: 100%;
  height: auto;
  background: #011a29;
  margin-top: 30px;
}

.mega-dropdown {
  position: static !important;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 15px 8px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
}

.tta-panel {
  border: 2px solid #e8e8e8;
  border-radius: 6px;
  margin: 0 0 1rem;
  padding: 0px 0px 50px 0px;
}

.tta-panel p {
  color: #000;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  text-align: justify;
  padding: 10px;
  line-height: 24px;
}

.gray2 p {
  color: #000;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  text-align: justify;
  padding: 0px;
  line-height: 24px;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.mega-dropdown-menu>li>ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu>li>ul>li {
  list-style: none;
}

.mega-dropdown-menu>li>ul>li>a {
  display: block;
  color: #222;
  padding: 3px 5px;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
  text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}

.left.carousel-control {
  left: inherit;
  top: 191px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}

.navbar-inverse {
  background: none;
  border: none;
  margin: auto;
}

.navbar-nav>li {
  float: left;
  text-transform: none;
  font-weight: bold;

}

#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 h3,
#first-slider .slide2 h3,
#first-slider .slide3 h3,
#first-slider .slide4 h3 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

#first-slider .slide1 h4,
#first-slider .slide2 h4,
#first-slider .slide3 h4,
#first-slider .slide4 h4 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

#first-slider .slide1 .text-left,
#first-slider .slide3 .text-left {
  padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 0;
}

#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}

#first-slider .carousel .item {
  min-height: 425px;
  height: 100%;
  width: 100%;
}

.carousel-control.right {
  top: 197px;
}

.carousel-inner .item .container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


#first-slider h3 {
  animation-delay: 1s;
}

#first-slider h4 {
  animation-delay: 2s;
}

#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
  width: 6%;
  text-shadow: none;
}


#first-slider h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}

#first-slider .carousel-indicators li {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, .4);
  border: none;
}

#first-slider .carousel-indicators .active {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right,
.carousel-control .fa-angle-left {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right,
.carousel-control .fa-angle-left {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .fa-angle-left {
  left: 50%;
  width: 38px;
  height: 38px;
  margin-top: -15px;
  font-size: 30px;
  color: #fff;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 53px;
}

.carousel-control .fa-angle-right {
  right: 50%;
  width: 38px;
  height: 38px;
  margin-top: -15px;
  font-size: 30px;
  color: #fff;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 53px;
}

.carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
  background-image: url(../Images/banner1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#first-slider .slide2 {
  background-image: url(../Images/banner2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#first-slider .slide3 {
  background-image: url(../Images/banner3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#first-slider .slide4 {
  background-image: url(../Images/banner4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#first-slider .slide5 {
  background-image: url(../Images/banner5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#first-slider .slide6 {
  background-image: url(../Images/banner6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#first-slider .slide7 {
  background-image: url(../Images/banner7.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#first-slider .slide8 {
  background-image: url(../Images/banner8.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#first-slider .slide9 {
  background-image: url(../Images/banner9.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#first-slider .slide10 {
  background-image: url(../Images/banner10.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#first-slider .slide11 {
  background-image: url(../Images/banner11.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
section {
  width: 100%;
  height: auto;
}

.marg {
  margin-top: 36px;
}

.flipper h1 {
  color: #000;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

.icon {
  text-align: center;
  padding: 10px 0px 16px 0px;
}

section h2 {
  color: #000;
  font-size: 30px;
  text-align: center;
  padding: 40px 0px 50px 0px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

.aboutus {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.aboutus h2 {
  color: #000;
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.about-button {
  padding: 5px 0px 5px 0px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  text-align: right;
  font-family: 'Cabin', sans-serif;
  border: 2px solid #000;
  width: 125px;
  float: right;
  text-align: center;
  border-radius: 20px;
  color: #000;
  margin-right: 22px;
}

.about-button a {
  color: #000;
  text-decoration: none;
}

.gray {
  float: left;
  padding: 2px;
  border: 1px solid #e8e8e8;
  margin-right: 10px;
}

.success {
  background: url(../Images/blue-bg-progressive.jpg) no-repeat;
  width: 100%;
  background-size: 100%;
  height: 336px;
  margin-top: 34px;
}

.success h1 {
  color: #fff;
  font-size: 46px;
  text-align: center;
  font-weight: 700;
  font-family: 'Cabin', sans-serif;
  line-height: 59px;
  padding-top: 80px;
}

.success p {
  color: #fff;
  font-size: 29px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

.success-b {
  margin: auto;
  width: 461px;
}

.success-buttona {
  float: left;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 11px 33px 11px 37px;
}

.success-buttona a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.success-buttona2 {
  float: left;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 11px 26px 11px 26px;
  margin-left: 21px;
}

.success-buttona2 a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.extra {
  width: 100%;
  height: auto;
  margin-top: 60px;
  padding-bottom: 90px;
}

.extra h2 {
  color: #000;
  font-size: 28px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.extra p {
  color: #000;
  font-size: 17px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  padding: 20px 0px 0px 0px;
}

footer {
  background: #333;
  padding: 40px 0px 0px 0px;
}

.footer {}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer ul li {
  display: block;
  list-style: none;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  padding: 6px 0px 6px 0px;
  border-bottom: 1px dotted #fff;
  font-weight: 300;
}

.footer ul li a {
  color: #fff;
  text-decoration: none;
}

.footer ul li a:hover {
  color: #F00;
}

footer h2 {
  color: #ff504d;
  font-size: 23px;
  font-family: 'Roboto', sans-serif;
}

.marg2 {
  margin-top: 59px;
}

footer p {
  color: #fff;
  font-size: 13px;
  text-align: justify;
  margin: 0px;
}

.inputtype {
  width: 100%;
  height: 42px;
  color: #333;
  font-size: 14px;
  text-align: left;
  text-indent: 6px;
}

.inputtypeb {
  width: 100%;
  height: 42px;
  background: #F00;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  color: #fff;
}

.space {
  margin-top: 69px;
}

.fa-facebooks {
  background: #fff;
  padding: 10px 10px 10px 10px;
  color: #000;
  border-radius: 35px;
}

.fa-facebooks2 {
  background: #fff;
  padding: 10px 15px 10px 14px;
  color: #000;
  border-radius: 35px;
}

.footer-bottom {
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.41);
  margin-top: 40px;
  padding: 10px 0px 10px 0px;
}

/*****flip css************************/
/* entire container, keeps perspective */

.flip-container {
  perspective: 1000px;
  transform-style: preserve-3d;
}

/*  UPDATED! flip the pane when hovered */
.flip-container:hover .back {
  transform: rotateY(0deg);
}

.flip-container:hover .front {
  transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
  width: 191px;
  height: 183px;
}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

/* hide back of pane during swap */
.front,
.back {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}

/*  UPDATED! front pane, placed above back */
.front {
  z-index: 2;
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  transform: rotateY(-180deg);
}

/* 
	Some vertical flip updates 
*/
.vertical.flip-container {
  position: relative;
}

.vertical .back {
  transform: rotateX(180deg);
}

.vertical.flip-container:hover .back {
  transform: rotateX(0deg);
}

.vertical.flip-container:hover .front {
  transform: rotateX(180deg);
}

.back-title {
  color: #fff;
  font-size: 29px;
  text-align: center;
  line-height: 4px;
}

.back-logo {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 0px 0px 0px 0px;
  line-height: 123px;
}

.navbar-inverse.navbar-nav>li>a:hover {
  background: #fff;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background: #ff504d;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #ff504d;
}

/*****About section****/

.aboutsection {}

.aboutsection h2 {
  color: #000;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  text-align: left;
  padding: 33px 0px 30px 0px;
  text-transform: uppercase;
}

.aboutsection h3 {
  color: #000;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  padding: 33px 0px 30px 0px;
  text-transform: uppercase;
  margin: 0px;
}

.aboutsection p {
  color: #000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  font-family: 'Roboto', sans-serif;
}

/*****about section****/

/***contactsection******/
.contactsection {
  width: 100%;
  height: auto;
  margin-top: 35px;
}

.map {
  width: 100%;
  height: auto;
}

.contactsection h3 {
  color: #000;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.formsect {
  width: 100%;
  height: auto;
  background: #f1f1f1;
  margin-bottom: 55px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.inputname {
  border: 1px solid #ccc;
  font-size: 14px;
  text-indent: 5px;
  font-family: 'Roboto', sans-serif;
  width: 93%;
  height: 39px;
  margin: 14px 0px 1px 13px;
}

.buttonsection {
  color: #fff;
  background: #F00;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  padding: 10px 60px 10px 60px;
  margin: 20px 0px 20px 15px;
  width: 92%;

}

.buttonsection:hover {
  background: #000;
}

.inputnamema {
  width: 93%;
  color: #666;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  margin: 14px 0px 1px 13px;
  border: 1px solid #ccc;
  text-indent: 9px;
  padding: 10px 0px 50px 0px;
}

.modal-header {
  padding: 11px;
  border: none;
}

.btn {
  display: inline-block;
  padding: 3px 3px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.addreswebq {
  width: 100%;
  height: auto;
}

.btn-primary {
  color: #fff;
  background: none;
  border: 1px solid #ccc;
}

.btn-primary:hover {
  color: #fff;
  background: #000;
  border: 2px solid #ccc;
}

.certificatesection {
  width: 100%;
  height: auto;
  padding: 0px 0px 45px 0px;
}

.certificatesection h2 {
  color: #000;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  text-align: left;
  padding: 33px 0px 30px 0px;
  text-transform: uppercase;
}

.contactsection p {
  color: #666;
  font-size: 18px;
  font-family: Calibri;
  margin: 0px;
}

.map iframe {
  width: 100%;
  height: 340px;
  margin: 38px 0px 0px 0px;
}

/***contactsection******/



/********alumni**********/
.alumni {
  width: 100%;
  height: auto;
}

.alumni h2 {
  color: #000;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

/********alumni**********/