@import "../css/slideshow.css";
@import "../css/grid.css";
@import "../css/contenttab.css";
@import "../css/nav.css";
@import "../css/owl.theme.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;700&display=swap');
/* #Basic#4DD9FF
================================================== */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
a{cursor: pointer !important;}
body {
  background: #f8f6f3;
}
article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Loading */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade {
  opacity: 0; /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  background: #f8f6f3;
}
/*==============================================================
						#LINKS
================================================================ */
a, a:visited {
  color: #212121;
  text-decoration: none;
  outline: 0;
  transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
}
/*==============================================================
						#HEADER
================================================================ */
#header {
  position: absolute;
  top: 0;
  background-position: center top;
}
.bg {
  width: 100%;
  height: 130%;
  position: relative;
}
.schooloverview {
  width: 100%;
  height: 500px;
}
.common {
  background: url('../images/bg2.jpg')top center no-repeat;
}
.one-bg {
  background: url('../images/one.jpg')top center no-repeat;
}
.two-bg {
  background: url('../images/two.jpg')top center no-repeat;
}
.three-bg {
  background: url('../images/three.jpg')top center no-repeat;
}
.four-bg {
  background: url('../images/four.jpg')top center no-repeat;
}
.five-bg {
  background: url('../images/five.jpg')top center no-repeat;
}
.six-bg {
  background: url('../images/six.jpg')top center no-repeat;
}
.seven-bg {
  background: url('../images/seven.jpg')top center no-repeat;
}
.eight-bg {
  background: url('../images/eight.jpg')top center no-repeat;
}
.nine-bg {
  background: url('../images/nine.jpg')top center no-repeat;
}
.ten-bg {
  background: url('../images/ten.jpg')top center no-repeat;
}
.eleven-bg {
  background: url('../images/eleven.jpg')top center no-repeat;
}
.twelve-bg {
  background: url('../images/twelve.jpg')top center no-repeat;
}
.thirteen-bg {
  background: url('../images/thirteen.jpg')top center no-repeat;
}
.fourteen-bg {
  background: url('../images/fourteen.jpg')top center no-repeat;
}
.fifteen-bg {
  background: url('../images/fifteen.jpg')top center no-repeat;
}
.menu {
  width: 228px;
  height: 228px;
  background: #4DD9FF;
  float: left;
}
.address {
  width: 340px;
  height: 270px;
  background: transparent;
  float: right;
}
.main-copy {
  width: 90%;
  height: 300px;
  z-index: 10000;
  background: transparent;
  float: left;
  padding-top: 40px;
}
.main-copy h1 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 58px;
  line-height: 60px;
  text-align: left;
  color: #fff;
  letter-spacing: 1px;
}
/*==============================================================
						#COMMON WORK AREA
================================================================ */
.pad1 {
  padding-top: 10px;
}
.pad3 {
  padding-top: 20px;
}
.pad2 {
  margin-top: 40px;
}
.pad4 {
  margin-top: 60px;
}
.work-area1 {
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.white {
  background: #fff;
}
.grey {
  background: #e0e1e2;
}
.work-area1 h1 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #C92027;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  padding-bottom: 40px;
  letter-spacing: 2px;
  width: 100%;
  height: auto;
}
.work-area1 h2 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 200;
  font-size: 40px;
  font-weight: 100;
  line-height: 60px;
  color: #808285;
  text-decoration: none;
  text-transform: none;
  padding-top: 96px;
  padding-bottom: 36px;
  text-transform: none;
  text-align: center !important;
}
.work-area1 p {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #808285;
  text-align: center !important;
  margin: 160px auto 60px auto;
}
.work-area1 img {
  width: 100%;
  height: auto;
  padding-top: 36px;
  padding-bottom: 36px;
  border: 0;
}
.work-area1 p a {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
  color: #009ac3;
  text-decoration: none;
  text-transform: none;
  padding-left: 20px;
}
.work-area-common {
  width: 100%;
  height: auto;
  margin-top: 260px;
  padding-bottom: 60px;
}
.work-area-common h2 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 200;
  font-size: 40px;
  font-weight: bold;
  line-height: 44px;
  color: #009ac3;
  text-decoration: none;
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: none;
}
.work-area-common h3 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 200;
  font-size: 34px;
  font-weight: 100;
  line-height: 44px;
  color: #009ac3;
  text-decoration: none;
  text-transform: none;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  text-transform: none;
}
.work-area-common h4 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 200;
  font-size: 24px;
  line-height: 38px;
  color: #009ac3;
  text-decoration: none;
  text-transform: none;
  padding-top: 36px;
  padding-bottom: 36px;
  font-weight: bold;
  text-transform: none;
}
.work-area-common p {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #000000;
  text-decoration: none;
  text-transform: none;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}
.work-area-common li {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #000000;
  text-decoration: none;
  text-transform: none;
  padding-top: 4px;
  padding-bottom: 4px;
  list-style-type: none;
}
.work-area-common a {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  color: #000000;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}
.work-area-common img {
  width: 100%;
  height: 100%;
  border: 0;
}
.light1 {
  background: #64d6f5;
}
.dark1 {
  background: #b81d22;
}
.light2 {
  background: #bcbdc0;
}
.dark2 {
  background: #143f82;
}
.light3 {
  background: #64d6f5;
}
.dark3 {
  background: #c6950d;
}
.light4 {
  background: #bcbdc0;
}
.dark4 {
  background: #a7a9ac;
}
.verticle-tab {
  width: 100%;
  height: auto;
  margin-top: 240px !important;
}
.ver1 {
  width: 100%;
  height: 60px;
}
.history-pic img {
  width: 200px;
  height: auto;
  float: left;
  display: block;
  text-align: left;
  border: none;
  padding: 52px 24px;
}
/*==============================================================
						#PANES CONTENT TABS
================================================================ */
#work-pane {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
}
.buttons-tab {
  position: absolute;
  width: 100%;
  height: auto;
  top: -60px;
  padding-right: 4px;
}
.buttons-tab1 {
  width: 100%;
  height: 20px;
  padding-right: 24px;
}
.buttons {
  width: auto;
  height: auto;
  float: right;
  cursor: pointer;
}
.buttons h3 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: red;
  padding: 6px 12px 6px 12px;
}
.offset-by-three {
  float: left;
  height: 120px;
  position: relative;
  border-top: 6px solid #25aae1;
  margin: 0 24px;
  background: #fff;
}
#row .icon {
  cursor: pointer;
  text-align: center;
  opacity: 1;
  padding-bottom: 0px;
}
.icon h2 {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 12px;
  font-size: 16px;
}
.icon img {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  margin-top: 20px;
}
#panes {
  padding: 0;
  height: auto;
  width: 100%;
  padding-top: 160px;
}
.offset-by-twelve {
  height: 230px;
  padding: 60px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#panes p {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  font-weight: bolder;
  width: 90%;
}
#panes h3 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  text-align: left;
  color: #ffffff;
}
h2.tisa, h3.tisa {
  color: #25aae1;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin: 0;
  width: 100%;
  padding: 0;
  background: #fff;
  text-align: center;
  padding-top: 20px;
}
h2.tisa:hover, h3.tisa:hover {
  color: #808285;
}
.read-more {
  width: 150px;
  height: 40px;
  position: relative;
  right: -60px;
  top: 18px;
  float: right;
}
.read-more a {
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  padding-left: 25px;
  text-decoration: none;
  text-transform: none;
  line-height: 35px;
}
.faculty-pic img {
  width: 250px;
  height: auto;
  border-radius: 50%;
  padding: 0px;
  margin: 60px auto 30px 12px;
  text-align: center;
  background: red;
  float: none;
}
.faculty-pic p {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #000000;
  text-decoration: none;
  text-transform: none;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
  text-align: center;
}
.verticle-tab .container2 ul.left-ul {
  list-style: square;
  margin-left: 16px;
  width: 45%;
  float: left;
  text-align: left;
}
.verticle-tab .container2 ul.right-ul {
  list-style: square;
  margin-left: 16px;
  width: 48%;
  float: right;
  text-align: left;
  ;
}
.verticle-tab .container2 ul.left-ul p {
  margin-left: -18px;
}
.verticle-tab .container2 ul.right-ul p {
  margin-left: -18px;
}
/*=================================================================================================
                                           * DIV ANIMATION FADEIN-DOWN* 
==================================================================================================*/
.animatable {
  /* initially hide animatable objects */
  visibility: hidden;
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
/* show objects being animated */
.animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
  }
  60% {
    -webkit-transform: translateX(0px);
  }
  80% {
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-200px);
  }
  60% {
    -moz-transform: translateX(0px);
  }
  80% {
    -moz-transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-200px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(0px);
  }
  80% {
    -o-transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  60% {
    transform: translateX(0px);
  }
  80% {
    transform: translateX(0px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
  }
  60% {
    -webkit-transform: translateX(0px);
  }
  80% {
    -webkit-transform: translateX(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(200px);
  }
  60% {
    -moz-transform: translateX(0px);
  }
  80% {
    -moz-transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(200px);
  }
  60% {
    -o-transform: translateX(0px);
  }
  80% {
    -o-transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  60% {
    transform: translateX(0px);
  }
  80% {
    transform: translateX(0px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(.5);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(.5);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
/*==============================================================
						#COMMON LOGOS AND TABS
================================================================ */
.small-tabs {
  width: 275px;
  height: 60px;
  margin-bottom: 24px;
}
.small-tabs img {
  width: auto;
  height: 60px;
  float: right;
  position: relative;
  top: -56px;
}
.small-tabs:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.grey img:hover, .small-tabs img:hover, .logos img:hover {
  background: #f8f6f3;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.small-tabs p {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  padding: 15px;
}
.medium-tabs {
  width: 80%;
  height: 80%;
  margin-bottom: 24px;
}
.medium-tabs:nth-child(6) {
  margin-left: 165px;
}
/*==============================================================
						#FOOTER
================================================================*/
.footer {
  width: 100%;
  height: 300px;
  background: #fff;
  padding-top: 18px;
}
.footer img {
  width: auto;
  height: auto;
  float: left;
  margin: 30px 30px auto auto;
}
.about {
  height: 270px;
  display: block;
  width: 242px;
  float: left;
}
.about ul {
  height: auto;
  display: block;
  width: 100%;
  padding-top: 20px;
}
.about li {
  display: block;
  width: 300px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.about li a {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #bcbdc0 text-decoration:none;
  text-transform: none;
  cursor: pointer;
  text-align: left;
  opacity: 0.7;
}
.about li a:hover {
  opacity: 1;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
/*==============================================================
						#FOOTER
================================================================*/
#footer-small {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0;
  margin-top: 0px;
  background: #bcbdc0;
}
.copyright {
  width: 100%;
  height: auto;
  background: #bcbdc0;
}
.copyright li {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  background: #bcbdc0;
  padding: 4px 0 0px 0;
  line-height: 28px;
}
.copyright {
  display: inline-block;
  ;
}
.copyright li:nth-child(1) {
  float: left;
}
.copyright li:nth-child(2) {
  float: right
}
.copyright li i {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin: auto 6px;
}
/*==============================================================
						#ENQUIRY FORM
================================================================*/
.contact {
  width: 100%;
  height: auto;
}
.contact p{
	font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1px;
  line-height: 28px;
}
	
}
.left {
  float: left;
  width: auto;
  height: auto;
}
.right {
  float: left;
  width: auto;
  height: auto;
}
.cbp-mc-form {
  position: relative;
	margin-left: -12px;
}
.cbp-mc-form:before, .cbp-mc-form:after {
  content: " ";
  display: block;
}
.cbp-mc-form:after {
  clear: both;
}
.cbp-mc-column {
  width: 100%;
  padding: 10px 30px;
  float: left;
}
.cbp-mc-form label {
  display: block;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  letter-spacing: 0.5px;
  cursor: pointer;
  color: #000000;
  width: 100%;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
}
.cbp-mc-form input, .cbp-mc-form textarea, .cbp-mc-form select {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  line-height: 16px;
  font-size: 16px;
  padding: 5px;
  color: #000000;
  display: block;
  width: 100%;
  background: #f8f6f3;
  border-radius: 2px;
}
.cbp-mc-form input, .cbp-mc-form textarea {
  border: 1px solid #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.cbp-mc-form input, .cbp-mc-form placeholder {
  border: 1px solid #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.cbp-mc-form textarea {
  min-height: 200px;
}
.cbp-mc-form input:focus, .cbp-mc-form textarea:focus, .cbp-mc-form label:active + input, .cbp-mc-form label:active + textarea {
  outline: none;
  border: 1px solid #c20000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.cbp-mc-form select:focus {
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #000;
  opacity: 0.6;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #000;
}
.cbp-mc-submit-wrap {
  text-align: right;
  padding-top: 12px;
  clear: both;
}
.cbp-mc-form input.cbp-mc-submit {
  background: #ebebeb;
  border: none;
  color: #009ac3;
  width: 144px;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 39px;
  font-size: 16px;
  border-radius: 2px;
  letter-spacing: 1px;
}
.cbp-mc-form input.cbp-mc-submit:hover {
  background: #009ac3;
	color:#ebebeb;
}
input[type="radio"] {
  width: 20px;
  display: inline-block;
  padding: 10px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
}
input[type="checkbox"] {
  width: 10px;
  display: inline-block;
  padding: 10px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
/*==============================================================
						#OWL CARSOUL
===============================================================*/
.text1 {
  font: 24px/24px 'Patua One', cursive;
  color: #b70000;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.text1 a:hover {
  color: #ababab;
}
.facilities {
  padding-top: 10px;
}
/*=================================================
                   GALLERY PAGE
=================================================*/
#hover {
  background: #4DD9FF;
  position: absolute;
  text-align: center;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  opacity: 0.8;
  overflow: hidden !important;
}
.four.columns .landscape #hover {
  height: 30%;
  left: 0%;
  top: 65.5%;
  width: 100%;
  overflow: hidden !important;
}
.link {
  position: absolute;
  text-align: center;
  top: 26px;
  width: 100%;
  overflow: hidden !important;
}
.link h2 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  line-height: 16px;
  letter-spacing: 0.5px;
  padding-top: 0px;
  -webkit-transform: translateZ(0);
}
/*========================================================================================
==========================================MEDIA QUERIES===================================
============================================================================================*/
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
  #work-pane {
    margin-top: 1200px;
  }
     .history-pic img {
  width: 150px;
  height: auto;
  float: left;
  display: block;
  text-align: left;
  border: none;
  padding:24px;
}
}
@media only screen and (min-width: 1681px) and (max-width: 1920px) {
  #work-pane {
    margin-top: 900px;
  }
        .history-pic img {
  width: 150px;
  height: auto;
  float: left;
  display: block;
  text-align: left;
  border: none;
  padding:24px;
}
}
@media only screen and (min-width: 1601px) and (max-width: 1680px) {
  #work-pane {
    margin-top: 900px;
  }
    .history-pic img {
  width: 150px;
  height: auto;
  float: left;
  display: block;
  text-align: left;
  border: none;
  padding:24px;
}
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  #work-pane {
    margin-top: 900px;
  }
    .history-pic img {
  width: 200px;
  height: auto;
  float: left;
  display: block;
  text-align: left;
  border: none;
  padding:24px;
}
}
@media only screen and (min-width: 1401px) and (max-width: 1440px) {
  #work-pane {
    margin-top: 600px;
  }
  .history-pic img {
  width: 200px;
  height: auto;
  float: left;
  display: block;
  text-align: left;
  border: none;
  padding:24px;
}
}
@media only screen and (min-width: 1251px) and (max-width: 1400px) {
  #work-pane {
    margin-top: 600px;
  }
.history-pic img {
  width: 200px;
  height: auto;
  float: left;
  display: block;
  text-align: left;
  border: none;
  padding:24px;
}
}
@media only screen and (min-width: 960px) and (max-width: 1250px) {
  #work-pane {
    margin-top: 680px;
  }
  .menu {
    width: 270px;
    height: 0px;
    float: left;
    margin-top: 30px;
    margin-left: 650px;
  }
  .border1, .border2, .border3, .border4 {
    width: 234px;
    height: 15px;
  }
  .offset-by-twelve {
    height: 175px;
    padding: 60px;
  }
  .buttons-tab {
    padding-right: 0px;
  }
  .medium-tabs img {
    width: 95%;
    height: 95%;
  }
  .about1 {
    width: 153px;
    height: 170px;
  }
  .about2 {
    width: 795px;
    height: 170px;
  }
  .about3 {
    width: 153px;
    height: 320px;
  }
  .about4 {
    width: 795px;
    height: 320px;
  }
  .timing:nth-child(2), .timing:nth-child(3), .timing:nth-child(4), .timing:nth-child(5) {
    height: 230px;
  }
  .timing:nth-child(6) {
    height: 230px;
  }
  .footer {
    display: none;
  }
  .p-values1 {
    width: 150px;
    height: 260px;
    display: block;
    float: left;
    margin-bottom: 24px;
    padding: 15px;
  }
  .p-values2 {
    width: 774px;
    height: 260px;
    display: block;
    float: right;
    margin-bottom: 24px;
    padding-top: 0px;
  }
  .history-pic img {
  width: 200px;
  height: auto;
  float: left;
  display: block;
  text-align: left;
  border: none;
  padding: 55px 10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {

.history-pic img {
    width: 200px;
    height: auto;
    float: left;
    display: block;
    text-align: left;
    border: none;
    padding: 100px 10px;
}
  .container1 {
    padding-left: 50px;
  }
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
  .border1, .border2, .border3, .border4 {
    width: 186px;
    height: 15px;
  }
  .offset-by-twelve {
    height: 204px;
    padding: 60px;
  }
  .menu {
    width: 270px;
    height: 0px;
    float: left;
    margin-top: 30px;
    margin-left: 230px;
  }
  .main-copy {
    width: 90%;
    height: 300px;
    z-index: 10000;
    background: transparent;
    float: left;
    padding-top: 100px;
  }
  .main-copy h1 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    text-align: left;
    color: #fff;
    letter-spacing: 1px;
  }
  .work-area1 {
    padding-left: 30px;
  }
  .small-tabs p {
    font-size: 11px;
    padding: 5px;
    margin-left: 0px;
  }
  .read-more {
    width: 150px;
    height: 40px;
    position: relative;
    right: -60px;
    top: -9px;
    float: right;
  }
  .buttons-tab {
    padding-right: 0px;
  }
  #work-pane {
    margin-top: 600px;
  }
  .image-school1 {
    margin-top: 60px;
  }
  .image-school1 h2 {
    padding-top: 20px;
  }
  .image-school1 p {
    padding-top: 20px;
  }
  .small-tabs img {
    top: -36px;
  }
  .small-tabs p {
    padding: 0;
    padding-top: 10px;
    margin-left: 10px;
  }
  .global-aff {
    padding: 40px;
    height: 300px;
  }
  .global-aff img {
    width: 170px;
  }
  .global-aff h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .footer {
    display: none;
  }
  .medium-tabs:nth-child(6) {
    margin-left: 60px;
  }
  .vision p {
    font-size: 16px;
    width: 90%;
  }
  .about1 {
    width: 138px;
    height: 250px;
  }
  .about2 {
    width: 600px;
    height: 250px;
  }
  .about3 {
    width: 138px;
    height: 420px;
  }
  .about4 {
    width: 600px;
    height: 420px;
  }
  .about-cubes h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .work-area-common img {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    padding-right: 0px;
  }
  .timing:nth-child(2), .timing:nth-child(3), .timing:nth-child(4), .timing:nth-child(5) {
    height: 180px;
  }
  .timing:nth-child(6) {
    height: 150px;
  }
  .timing h2 {
    line-height: 30px;
    padding: 5px;
  }
  .timing p {
    line-height: 20px;
    padding-left: 10px;
  }
  .boarding {
    height: auto;
    background: #c6950d;
    padding: 0;
  }
  .boarding p {
    padding: 20px;
  }
  .footer {
    display: none;
  }
  .about-sis h2 {
    font-size: 36px;
    line-height: 55px;
    margin-top: -20px;
    width: 86%;
  }
  .link {
    top: -75%;
  }
  .four.columns .landscape #hover {
    height: 20%;
    left: 0%;
    top: 82%;
    width: 100%;
    overflow: hidden !important;
  }
  .p-values1 {
    width: 150px;
    height: 200px;
    display: block;
    float: left;
    margin-bottom: 24px;
    padding: 15px;
  }
  .p-values2 {
    width: 582px;
    height: 200px;
    display: block;
    float: right;
    margin-bottom: 24px;
    padding-top: 0px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .main-copy {
    padding-top: 0px;
    margin-top: 40px;
  }
  .main-copy h1 {
    font-size: 30px;
    line-height: 36px;
    text-align: left;
    color: #fff;
    letter-spacing: 1px;
  }
  .border1, .border2, .border3, .border4 {
    width: 105px;
    height: 15px;
  }
  .menu {
    width: 270px;
    height: 0px;
    float: left;
    margin-top: 30px;
    margin-left: 15px;
  }
  #header {
    padding-left: 85px;
  }
  #work-pane {
    z-index: -100000;
  }
  .offset-by-twelve {
    height: auto;
    padding: 60px;
  }
  .offset-by-twelve {
    height: 244px;
    padding: 60px;
  }
  #work-pane {
    z-index: -100000;
    margin-top: 600px;
  }
  #panes p {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-weight: bolder;
    width: 100%;
  }
  .buttons-tab {
    padding-right: 0px;
  }
  .bg {
    background: url('../images/bg2.jpg')top center no-repeat;
  }
  .logos img {
    width: 300px;
  }
  .footer {
    display: none;
  }
  .global-aff {
    background: #c6950c;
    height: 740px;
  }
  .medium-tabs:nth-child(6) {
    margin-left: 0px;
  }
  .medium-tabs:nth-child(2), .medium-tabs:nth-child(3), .medium-tabs:nth-child(4), .medium-tabs:nth-child(5), .medium-tabs:nth-child(6), .medium-tabs:nth-child(7), .medium-tabs:nth-child(8) {
    margin-left: 60px;
  }
  .footer {
    display: none;
  }
  .about1 {
    width: 420px;
    height: 100px;
    display: block;
    float: left;
    margin-bottom: 0px;
    padding: 20px;
  }
  .about2 {
    width: 420px;
    height: auto;
    display: block;
    float: left;
    margin-bottom: 24px;
    padding: 0;
  }
  .about3 {
    width: 420px;
    height: 100px;
    display: block;
    float: left;
    margin-bottom: 0px;
    padding: 20px;
  }
  .about4 {
    width: 420px;
    height: 500px;
    display: block;
    float: left;
    margin-bottom: 48px;
    padding: 0;
  }
  .cbp-mc-form input.cbp-mc-submit {
    width: 420px;
    padding: 10px;
  }
  .vision {
    width: 100%;
    height: auto;
    background: #174991;
    padding-top: 20px;
  }
  .work-area-common img {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    padding-right: 0px;
  }
  .timing:nth-child(2), .timing:nth-child(3), .timing:nth-child(4), .timing:nth-child(5) {
    height: 280px;
  }
  .timing:nth-child(6) {
    height: 250px;
  }
  .boarding {
    height: auto;
    background: #c6950d;
    padding: 0;
  }
  .boarding p {
    padding: 20px;
  }
  .buttons-tab1 {
    width: 100%;
    height: 20px;
    padding-right: 0px;
    padding-bottom: 60px;
  }
  #footer-small {
    width: 100%;
    height: 50px;
  }
  .work-area1 img {
    width: 50%;
    height: 50%;
    border: 0;
    margin-left: 90px;
  }
  .footer {
    display: none;
  }
  .about-sis h2 {
    font-size: 30px;
    line-height: 50px;
    margin-top: -20px;
  }
  .copyright p {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.4px;
    padding: 15px;
  }
  .p-values1 {
    width: 138px;
    height: 440px;
    display: block;
    float: left;
    margin-bottom: 24px;
    padding: 5px;
    font-size: 12px;
  }
  .p-values2 {
    width: 270px;
    height: 440px;
    display: block;
    float: right;
    margin-bottom: 24px;
    padding-top: 0px;
  }
  .offset-by-three {
    float: left;
    height: 80px;
    position: relative;
    border-top: 6px solid #25aae1;
    margin: 12px auto;
    background: #e9c261;
  }
  h2.tisa, h3.tisa {
    color: #25aae1;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 24px;
    margin: 0;
    width: 100%;
    padding: 24px 12px;
    background: #fff;
    text-align: center;
  }
  .verticle-tab {
    width: 100%;
    height: auto;
    margin-top: 150px !important;
  }
	.cbp-mc-form {
    position: relative;
    margin-left: 0;
}
.history-pic img {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    text-align: left;
    border: none;
    padding: 0px 100px 48px 100px;
}
}
@media only screen and (max-width: 480px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .buttons-tab {
    padding-right: 0px;
  }
  .buttons h3 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #ffffff;
    padding: 6px 8px 6px 8px;
    box-sizing: border-box;
  }
  .main-copy {
    padding-top: 0px;
    margin-top: -0px;
  }
  .main-copy h1 {
    font-size: 32px;
    line-height: 36px;
    text-align: left;
    color: #fff;
    letter-spacing: 0px;
  }
  .border1, .border2, .border3, .border4 {
    width: 75px;
    height: 15px;
  }
  .menu {
    width: 270px;
    height: 0px;
    float: left;
    margin-top: 30px;
    margin-left: 15px;
    box-sizing: border-box;
  }
  #header {
    margin-left: 0px;
  }
  #work-pane {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    margin-top: 400px;
  }
  .work-area1 {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }
  .buttons-tab {
    position: absolute;
    width: 100%;
    height: auto;
    top: -60px;
    padding-right: 4px;
  }
  .offset-by-three {
    float: none !important;
    height: 60px;
    position: relative;
    border-top: 6px solid #25aae1;
    margin: 60px auto;
    background: #e9c261;
  }
  h2.tisa, h3.tisa {
    font-weight: 400;
    font-size: 24px;
    padding: 25px 12px;
  }
  .offset-by-twelve {
    height: auto;
    padding: 60px;
  }
  #panes p {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
  h2.tisa, h3.tisa {
    font-size: 16px;
  }
  .icon img {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    margin-top: 20px;
  }
  .footer {
    display: none;
  }
  .cbp-mc-form input.cbp-mc-submit {
    width: 300px;
    padding: 10px;
  }
  .vision {
    width: 100%;
    height: auto;
    background: #174991;
    padding-top: 60px;
  }
  .work-area-common img {
    width: 100%;
    height: 100%;
  }
  table {
    margin-bottom: 3em;
    width: 100%;
  }
  td, th {
    padding: 6px;
  }
  td {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.4px;
  }
  td.err {
    font-size: 14px;
    text-align: left;
  }
  th {
    font-size: 14px;
  }
 #footer-small {
    width: 100%;
    height: 50px;
	 padding: 0;
	 margin-top: 0;

  }
	  .copyright li {
    font-size: 9px;
    letter-spacing: 0.6px;
    padding: 14px 0 0px 0;
    line-height: 18px;
  }
  .copyright {
    display: inline-block;
    ;
  }
  .copyright li:nth-child(1) {
    float: left;
  }
  .copyright li:nth-child(2) {
    float: right;
  }
  .copyright li i {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin: auto 6px;
  }
  .read-more {
    width: 120px;
    height: 30px;
    right: -30px;
    top: 10px;
  }
  .read-more a {
    font-size: 15px;
    line-height: 26px;
    padding-left: 25px;
  }
  .offset-by-twelve {
    height: 210px;
    padding: 30px;
  }
  #panes p {
    width: 110%;
  }
  .work-area1 img {
    width: 60%;
    height: 60%;
    border: 0;
    margin-left: 60px;
  }
  .footer {
    display: none;
  }
  .copyright p {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.4px;
    padding: 15px;
  }
  .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    margin-left: -9px;
  }
  .verticle-tab {
    width: 100%;
    height: auto;
    margin-top: 150px !important;
  }
  .work-area1 p {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #808285;
    text-align: center !important;
    margin: 40px auto 0px auto;
    padding: 18px;
  }
  .copyright li,  .copyright li a i {
    text-align: center;
    float: none;
  }
  .work-area1 h2 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 200;
    font-size: 40px;
    font-weight: 100;
    line-height: 60px;
    color: #808285;
    text-decoration: none;
    text-transform: none;
    padding-top: 36px;
    padding-bottom: 36px;
    text-transform: none;
    text-align: center !important;
  }
	.verticle-tab .container2 ul.right-ul {
    list-style: square;
    margin-left: 24px;
    width: 88%;
    float: left;
    text-align: left;
}
	.verticle-tab .container2 ul.left-ul {
    list-style: square;
    margin-left: 24px;
    width: 88%;
    float: left;
    text-align: left;
}
	.cbp-mc-form {
    position: relative;
    margin-left: 0;
}


.history-pic img {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    text-align: left;
    border: none;
    padding: 0px 100px 48px 100px;
}


}