@font-face {
  font-family: "GothamLight";
  src: url("../fonts/GothamXNarrow-Light.eot");
  src: url("../fonts/GothamXNarrow-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GothamXNarrow-Light.woff") format("woff"),
    url("../fonts/GothamXNarrow-Light.ttf") format("truetype"),
    url("../fonts/GothamXNarrow-Light.svg#GothamLight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamMedium";
  src: url("../fonts/GothamXNarrow-Medium.eot");
  src: url("../fonts/GothamXNarrow-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GothamXNarrow-Medium.woff") format("woff"),
    url("../fonts/GothamXNarrow-Medium.ttf") format("truetype"),
    url("../fonts/GothamXNarrow-Medium.svg#GothamMedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "myriad-pro";
  src: url("../fonts/myriad-pro-webfont.eot");
  src: url("../fonts/myriad-pro-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/myriad-pro-webfont.woff") format("woff"),
    url("../fonts/myriad-pro-webfont.ttf") format("truetype"),
    url("../fonts/myriad-pro-webfont.svg#myriad-pro") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robot";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Regular.woff") format("woff"),
    url("../fonts/Roboto-Regular.ttf") format("truetype"),
    url("../fonts/Roboto-Regular.svg#raleway") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  text-align: justify;
}

p {
  line-height: 22px;
}

a {
  outline: 0 !important;
  color: #fff;
  -webkit-transition: color 0.4s, background-color 0.4s;
  -moz-transition: color 0.4s, background-color 0.4s;
  -o-transition: color 0.34s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}
@media only screen and (max-width:800px)
{
  a{
    color:#8c0000;
  }
}

a:hover {
  text-decoration: none;
}

.pad0 {
  padding: 0;
}

.slider {
  padding: 0;
  position: relative;
}

.carousel-fade {
  .carousel-inner {
    .item {
      opacity: 0;
      transition-property: opacity;
    }
    .active {
      opacity: 1;
    }
    .active.left,
    .active.right {
      left: 0;
      opacity: 0;
      z-index: 1;
    }
    .next.left,
    .prev.right {
      opacity: 1;
    }
  }
  .carousel-control {
    z-index: 2;
  }
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  min-width: 100%;
  height: auto;
}

/* Carousel Animation delays */

.slide1 h3,
.slide2 h3,
.slide3 h3,
.slide4 h3,
.slide5 h3,
.slide6 h3 {
  text-align: center !important;
  font-family: "GothamMedium" !important;
}

.slide1 h3:first-child {
  animation-delay: 1s;
  font-size: 48px;
  text-transform: none;
  font-weight: 500;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}

.slide1 h3:nth-child(2) {
  animation-delay: 2s;
  font-size: 28px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
  color: #ffc539;
  font-family: "robot" !important;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
  display: inline-block;
}

.slide2 h3:first-child {
  animation-delay: 1s;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.slide2 h3:nth-child(2) {
  animation-delay: 2s;
  font-size: 28px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
  color: #ffc539;
  font-family: "robot" !important;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
  display: inline-block;
}

.slide3 h3:first-child {
  animation-delay: 1s;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

.slide3 h3:nth-child(2) {
  animation-delay: 2s;
  font-size: 28px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
  color: #ffc539;
  font-family: "robot" !important;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
  display: inline-block;
}

.slide4 h3:first-child {
  animation-delay: 1s;
  font-size: 52px;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

.slide4 h3:nth-child(2) {
  animation-delay: 2s;
  font-size: 28px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
  color: #b8ddfa;
  font-family: "robot" !important;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
  display: inline-block;
}

.slide5 h3:first-child {
  animation-delay: 1s;
  font-size: 52px;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

.slide5 h3:nth-child(2) {
  animation-delay: 2s;
  font-size: 28px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
  color: #b8ddfa;
  font-family: "robot" !important;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
  display: inline-block;
}

.slide6 h3:first-child {
  animation-delay: 1s;
  font-size: 34px;
}

.slide6 h3:nth-child(2) {
  animation-delay: 2s;
  font-size: 58px;
}

@media all and (max-width: 768px) {
  .slide1 h3:first-child,
  .slide2 h3:first-child,
  .slide3 h3:first-child,
  .slide4 h3:first-child {
    font-size: 20px;
  }
  .slide1 h3:nth-child(2),
  .slide2 h3:nth-child(2),
  .slide3 h3:nth-child(2),
  .slide4 h3:nth-child(2) {
    font-size: 18px;
  }
  .carousel-caption {
    bottom: 1px;
  }
}

/* animated header */

.top-menu.tiny {
  bottom: auto;
  top: 0;
  position: fixed;
}

.top-menu.tiny #logo a {
  width: 100%;
}

.top-menu.tiny nav ul {
}

.top-menu.tiny {
  background: rgba(7, 92, 159, 0.8) !important;
}

.top-menu.tiny nav ul ul {
  top: 40px;
}

.back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 8em;
  right: 0;
  text-decoration: none;
  color: #fff;
  background: rgba(215, 30, 31, 0.8);
  font-size: 14px;
  padding: 10px;
  display: none;
  letter-spacing: 3px;
}

.back-to-top:hover {
  background: rgba(87, 86, 91, 0.8);
  color: #fff;
  text-decoration: none !important;
}

.btn-one {
  border: 2px solid #003366;
  border-radius: 25px;
  color: #003366;
  margin-top: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 28px 10px 28px;
  line-height: 1;
  font-size: 12px;
}

.btn-one:hover {
  background: #003366;
  color: #fff;
}

.btn-one-full {
  border: 2px solid #075c9f;
  border-radius: 25px;
  color: #fff;
  margin-top: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 28px 10px 28px;
  line-height: 1;
  font-size: 12px;
  background: #075c9f;
}

.btn-one-full:hover {
  border: 2px solid #075c9f;
  background: none;
  color: #075c9f;
}

.btn-two {
  border: 2px solid #a31621;
  border-radius: 25px;
  color: #a31621;
  margin-top: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 28px 10px 28px;
  line-height: 1;
  font-size: 12px;
}

.btn-two:hover {
  background: #a31621;
  color: #fff;
}

.btn-two-full {
  border: 2px solid #a31621;
  background: #a31621;
  color: #fff;
  border-radius: 25px;
  margin-top: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 28px 10px 28px;
  line-height: 1;
  font-size: 12px;
}

.btn-two-full:hover {
  border: 2px solid #a31621;
  color: #a31621;
  background: none;
}

.btn-three-full {
  border: 2px solid #fff;
  background: /*#fff*/ #fcf8e3;
  color: #000;
  border-radius: 25px;
  margin-top: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 28px 10px 28px;
  line-height: 1;
  font-size: 12px;
}

.btn-three-full:hover {
  border: 2px solid #fff;
  color: #fff;
  background: none;
}

.home-welcome-bg {
  padding: 60px 0px 60px;
  background-image: url(../images/home-welcome-bg.jpg) !important;
  background-repeat: repeat;
  background-position: left top;
  margin-bottom: 0px !important;
  -webkit-animation: backgroundScroll 20s linear infinite;
  animation: backgroundScroll 20s linear infinite;
  min-height: 300px;
  position: relative;
  z-index: 0;
  text-align: center;
}

.home-welcome-bg h1 {
  margin: 0 0 20px;
}

.home-welcome-bg:before {
  background: rgba(248, 248, 248, 0.96);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@-webkit-keyframes backgroundScroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -400px 0;
  }
}

@keyframes backgroundScroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -400px 0;
  }
}

.title-div {
  margin-bottom: 50px;
}

.tittle {
  color: #000;
  font-size: 3em;
  text-align: center;
  margin-bottom: 16px;
}

.tittle span {
  color: #a31621;
}

.tittleW {
  color: #fff;
  font-size: 3em;
  text-align: center;
  margin-bottom: 16px;
}

.tittleW span {
  color: #d71e1f;
}

.tittle-style {
  position: relative;
}

.tittle-style:before {
  content: "";
  background: #000;
  width: 7%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 46%;
}

.tittle-style:after {
  content: "";
  background: #a31621;
  width: 3%;
  height: 5px;
  position: absolute;
  top: -2px;
  left: 48%;
  border-radius: 6px;
}

.home-residential-bg {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background-color: #fcf8e3;
  background: url(../images/home-residential-bg.jpg) center center repeat;
  z-index: 2;
  position: relative;
}

.home-residential-bg:before {
  background: rgba(252, 248, 227, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.home-residential1 {
  position: relative;
}

.home-residential1-L {
  background: #a31621;
  padding: 50px 40px 54px 40px;
  color: #fcf8e3;
}

.home-residential1-L h3 {
  margin: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.home-residential1-L a {
  color: #fcf8e3;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 32px;
}

.home-residential1-L a i {
  padding-left: 10px;
}

.home-residential2-R {
  background: #003366;
  padding: 50px 40px 55px 40px;
  color: #fcf8e3;
}

.home-residential2-R h3 {
  margin: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.home-residential2-R h3 span {
  text-transform: none;
  font-size: 16px;
}

.home-residential2-R a {
  color: #fcf8e3;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 32px;
}

.home-residential2-R a i {
  padding-left: 10px;
}

.home-stats-bg {
  padding: 70px 0;
  background: url(../images/home-stats-bg.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 400px;
  text-align: center;
  z-index: 0;
  position: relative;
}

.home-stats-bg:before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.home_stats {
  text-align: center;
  padding: 40px 0;
}

.home_stats span {
  font-size: 2.5em;
  color: #d71e1f;
}

.home_stats h3 {
  font-size: 1.6em;
  color: #fcf8e3;
  letter-spacing: 3px;
  margin: 30px 0 20px;
  font-weight: 600;
}

.home_stats p {
  font-size: 3em;
  font-weight: 100;
  letter-spacing: 2px;
  color: #fcf8e3;
  margin: 0.1em 0 0.1em 0;
}

.home-news-bg {
  padding: 50px 0 100px;
  background: url(../images/home-news-bg.png) center center repeat;
}

.home-news-box {
  display: inline-block;
  margin: 20px;
  background: #f8f8f8;
  -webkit-box-shadow: 12px 12px 25px -11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 12px 12px 25px -11px rgba(0, 0, 0, 0.3);
  box-shadow: 12px 12px 25px -11px rgba(0, 0, 0, 0.3);
}

.home-news-content {
  padding: 15px;
}

.home-news-content h3 {
  margin: 0 0 5px;
  font-size: 20px;
  color: #003366;
}

.home-news-content span {
  color: #a31621;
  font-family: "GothamMedium";
  font-size: 15px;
  margin: 0 0 5px;
  letter-spacing: 1px;
  display: block;
}

.home-news-content a {
  float: right;
  margin-top: 0;
  font-size: 16px;
  color: #a31621;
}

.home-admission-bg {
  padding: 30px 0 0 0;
  background: #fafafa;
}

.home-admission-section-1 {
  margin-bottom: -120px;
}

.home-admission-section-2 {
  background: #a31621;
  padding: 160px 0 45px;
}

.home-admission-section-box {
  padding: 0;
}

.home-admission-section-box1,
.home-admission-section-box2,
.home-admission-section-box3 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  text-align: center;
  color: #fff;
  z-index: 0;
  position: relative;
}

.home-admission-section-box1 {
  background-image: url(../images/admission-1.jpg);
}

.home-admission-section-box1 h2 {
  font-family: "robot";
  line-height: 32px;
  font-size: 22px;
}

.home-admission-section-box2 {
  background-image: url(../images/admission-2.jpg);
}

.home-admission-section-box3 {
  background-image: url(../images/admission-3.jpg);
}

.home-admission-section-box1:before,
.home-admission-section-box2:before,
.home-admission-section-box3:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.home-admission-name {
  color: #fcf8e3;
  text-align: center;
  letter-spacing: 1px;
}

.home-admission-a a {
  float: right;
  margin: 6% 20% 0 0;
  font-size: 16px;
}

.home-gallery-bg {
  padding: 30px 0;
  background: #003366;
}

.home-gallery-icon {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  text-align: center;
  font-size: 56px;
  line-height: 112px;
  background: #fcf8e3;
  float: right;
}

.home-gallery-icon i {
  color: #a31621;
}

/*.home-gallery-Mtext{color:#fff;}*/

.home-gallery-Mtext h2 {
  color: #fcf8e3;
}

.home-gallery-Mtext p {
  font-size: 18px;
  color: #fcf8e3;
}

.home-gallery-link a {
  display: inline-block;
  margin-top: 10%;
  font-size: 14px;
  color: #075c9f;
  font-weight: 600;
  float: right;
}

.inner-enroll-bg {
  padding: 30px 0;
  background: #003366;
}

.inner-enroll-icon {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  text-align: center;
  font-size: 56px;
  line-height: 112px;
  background: /*#fff*/ #fcf8e3;
  float: right;
}

.inner-enroll-icon i {
  color: #a31621;
}

.inner-enroll-Mtext {
  color: #fcf8e3;
}

.inner-enroll-Mtext h2 {
  color: #fcf8e3 !important;
}

.inner-enroll-Mtext p {
  font-size: 18px;
  color: #fcf8e3;
}

.inner-enroll-link a {
  display: inline-block;
  margin-top: 10%;
  font-size: 14px;
  color: #075c9f;
  font-weight: 600;
  float: right;
}

.inner-banner {
  z-index: 0;
  position: relative;
}

.inner-banner:before {
  background: rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.inner-banner img {
  min-width: 100%;
  height: auto;
}

.no-banner {
  min-height: 120px;
}

.no-banner img {
  display: none;
}

.inner-top-content {
  padding: 50px 0;
  background: url(../images/inner-top-content-bg.jpg) center center no-repeat
    fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  margin-top:-93px;
}

.inner-vision-mission-bg {
  padding: 100px 0;
  background: #fafafa;
}

.inner-vision-box {
  background: #a31621;
  padding: 40px 60px 20px 60px;
  min-height: 337px;
  overflow: hidden;
  color: #fff;
}

.inner-mission-box {
  background: #003366;
  padding: 1px 12px 1px 20px;
  min-height: 337px;
  overflow: hidden;
  color: #fff;
}

.inner-mission-box ul {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

.inner-mission-box ul li {
  list-style: square;
  padding-bottom: 8px;
  width: 50%;
  float: left;
  font-size: 14px;
}

.p-font-large {
  font-size: 17px;
  line-height: 25px;
}

footer {
  /* background: url(../images/inner-top-content-bg.jpg) center center no-repeat
    fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top: 2px solid #a31621;
}

.footer-bg {
  padding: 25px 0 20px;
  color: #fff;
}

.copy {
  background: #003e6f;
  padding: 20px 0 10px;
  color: #fff;
}

.copy a {
  color: #fff;
}

.footer-list {
  width: 50%;
  float: left;
  list-style: square;
}

.footer-list li a {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.footer-list li a:hover {
  color: #fff;
}

.footer-address {
  float: left;
  width: 55%;
}

.footer-number {
  float: left;
  width: 45%;
}

footer h3 {
  margin: 0 0 5px;
}

.main-footer-bg {
  background: #003366;
  position: relative;
  padding-top: 0 !important;
  margin-top: 3em;
  padding: 4em 0em;
}

.main-footer-bg:before {
  content: "";
  position: absolute;
  top: -106px;
  border-width: 0 882px 106px 0;
  border-style: solid;
  border-color: transparent transparent #ffc539 #ffc539;
  display: block;
  width: 0;
}

.main-footer-bg:after {
  content: "";
  position: absolute;
  top: -120px;
  right: 0;
  border-width: 0px 1904px 120px 0;
  border-style: solid;
  border-color: transparent transparent #003366 #003366;
  display: block;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  width: 0;
}

.contact-content {
  padding: 0px 0;
  background: url(../images/inner-top-content-bg.jpg) center center no-repeat
    fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contact-write-us {
  padding: 40px 120px 80px 120px;
}

.inner-contact-address {
  padding: 40px 50px 80px 50px;
  background: #003366;
  color: #fff;
  -webkit-box-shadow: -6px 18px 15px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -6px 18px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: -6px 18px 15px 0px rgba(0, 0, 0, 0.4);
  border-left: 2px solid #a31621;
}

.inner-contact-address a {
  color: #fff;
}

.inner-contact-address i {
  float: left;
  padding-right: 10px;
  font-size: 36px;
  padding-bottom: 10px;
}

.address-b-bottom {
  border-bottom: 1px solid #fff;
}

.contact-form2 {
  margin: 0 auto;
  max-width: 740px;
  overflow: hidden;
  margin-top: 30px;
}

.contact-form2 form {
  clear: both;
  display: table;
}

.contact-form2 .col-lg-12 {
  padding: 0 20px;
  position: relative;
}

.contact-form2 .col-lg-6 {
  padding: 0 20px;
  position: relative;
}

.contact-form2 .parsley-errors-list {
  bottom: 3px;
  left: 22px;
  position: absolute;
}

.contact-form2 select {
  width: 737px !important;
}

.contact-form2 .form-control-1 {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: -moz-use-text-color -moz-use-text-color #433b35;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: medium medium 2px;
  box-shadow: none;
  color: #000;
  display: block;
  font-size: 16px;
  height: 44px;
  line-height: 1.42857;
  margin-bottom: 25px;
  padding: 6px 0;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

.contact-form2 .form-control-1:focus {
  border-color: #d71e1f;
  box-shadow: none;
  outline: none;
}

.contact-form2 .form-control-1::-moz-placeholder {
  color: #929292;
}

.contact-form2 .form-control-1::-webkit-input-placeholder {
  color: #929292;
}

.contact-form2 .btn-default {
  background-color: #003366;
  border-color: #075c9f;
  border-radius: 0;
  color: #ffffff;
  font-size: 20px;
  padding: 13px;
  width: 100%;
  margin-top: 10px;
  transition: all 0.3s linear 0s;
}

.contact-form2 .btn-default:focus,
.contact-form2 .btn-default:hover {
  background-color: #000;
  border-color: #27201b;
  transition: all 0.3s linear 0s;
  color: #ffffff;
  outline: none;
}

.contact-address-bg {
  min-height: 500px;
  background: #dfdfdf;
  padding-bottom: 80px;
}

.box03 {
  margin-bottom: 30px;
  border: 1px solid #999;
  -webkit-box-shadow: 10px 10px 15px -5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 10px 10px 15px -5px rgba(0, 0, 0, 0.35);
  box-shadow: 10px 10px 15px -5px rgba(0, 0, 0, 0.35);
}

.box03 .img_cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 1;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lt-ie9 .box03 .img_cover {
  filter: alpha(opacity=100);
}

.box03 .img_cover .cover_bg {
  background: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lt-ie9 .box03 .img_cover .cover_bg {
  filter: alpha(opacity=70);
}

.box03 .img_cover .cover_text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 95%;
}

.box03 .img_cover .helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0px;
}

.box03 a {
  display: block;
  height: 100%;
  position: relative;
  color: #fff;
}

.box03 a:hover .img_cover {
  opacity: 0;
}

.lt-ie9 .box03 a:hover .img_cover {
  filter: alpha(opacity=0);
}

.box03 h5 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 18px;
  text-shadow: 3px 2px 2px #000000;
}

.admission-inner-bg {
  background: url(../images/inner-admission-bg.jpg) center center fixed;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
}

.admission-inner-bg:before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.admission-inner-left {
  color: #fff;
  padding: 80px;
}

.admission-inner-left h2 div {
  display: block;
  border-bottom: 2px solid #d71e1f;
  margin: 20px auto 20px auto;
  width: 30%;
}

.admission-inner-right {
}

.admissions-text-box {
  background: #075c9f;
  padding: 110px 70px 70px 90px;
}

.feature7:hover {
  background: #064f89 !important;
}

.feature7 .feature7-info {
  display: table;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.feature7 .feature7-info h4 {
  margin: 0px;
  font-size: 24px;
  color: #fff;
}

.feature7 .feature7-info p {
  color: #fff;
  line-height: 34px;
}

.feature7 .feature7-icon {
  float: left;
  width: 70px;
  height: 70px;
  background: transparent;
  border: 2px solid #fff;
  text-align: center;
  margin-right: 25px;
}

.feature7 .feature7-icon span i {
  font-size: 36px;
  line-height: 65px;
  color: #fff;
  display: block;
}

.feature7 .feature7-icon span i:hover {
  background-color: #000;
}

.responstable {
  margin: 1em 0;
  width: 100%;
  overflow: hidden;
  background: #fff;
  color: #024457;
  border-radius: 0px;
  border: 1px solid #167f92;
}

.responstable tr {
  border: 1px solid #d9e4e6;
}

.responstable tr:nth-child(odd) {
  background-color: #e6f2fc;
}

.responstable tr td span {
  display: block;
  font-weight: 600;
}

.responstable th {
  display: none;
  border: 1px solid #dadada;
  background-color: #064f89;
  color: #fff;
  padding: 1em;
}

.responstable th:first-child {
  display: table-cell;
  text-align: center;
}

.responstable th:nth-child(2) {
  display: table-cell;
}

.responstable th:nth-child(2) span {
  display: none;
}

.responstable th:nth-child(2):after {
  content: attr(data-th);
}

@media (min-width: 480px) {
  .responstable th:nth-child(2) span {
    display: block;
  }
  .responstable th:nth-child(2):after {
    display: none;
  }
  .responstable tr td span {
    display: none;
  }
}

.responstable td {
  display: block;
  word-wrap: break-word;
  max-width: 7em;
}

.responstable td:first-child {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #d9e4e6;
}

@media (min-width: 480px) {
  .responstable td {
    border: 1px solid #d9e4e6;
  }
}

.responstable th,
.responstable td {
  text-align: left;
  margin: 0.5em 1em;
}

@media (min-width: 480px) {
  .responstable th,
  .responstable td {
    display: table-cell;
    padding: 10px;
  }
}

.red {
  color: #a31621;
}

.yellow {
  color: #ffc539;
}

.blue {
  color: #003366;
}

.home-facilities-bg {
  padding: 40px 0 0px;
  background: url(../images/home-news-bg.png) center center repeat;
}

.home-facilities-box1,
.home-facilities-box2 {
  float: left;
  width: 25%;
  height: 150px;
  overflow: hidden;
}

.home-facilities-box-content {
  padding: 20px;
  font-size: 16px;
}

.home-facilities-box1 {
  background: #fcf8e3;
}

.inner-gallery-box {
  border: 1px solid #ccc;
  margin: 30px 0 0px;
  box-shadow: 12px 12px 25px -11px rgba(0, 0, 0, 0.4);
  border: 4px solid #fff;
}

.manager-msg-box {
  text-align: justify;
}

.manager-msg-box img {
  float: right;
  margin: 0 0 20px 20px;
  border: 4px solid #fff;
  -webkit-box-shadow: 12px 12px 25px -11px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 12px 12px 25px -11px rgba(0, 0, 0, 0.4);
  box-shadow: 12px 12px 25px -11px rgba(0, 0, 0, 0.4);
}

.faculty-details {
  border-top: 4px solid #003366;
  text-align: left;
  margin-bottom: 30px;
  background: #f2f7fc;
}

.faculty-details-img {
  display: block;
  margin: 0 auto;
  padding: 30px;
}

.faculty-details img {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  border-radius: 67%;
  height:250px;
  width:207px;
  border: 4px solid white;

}

.faculty-details h3 {
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: #003366;
  padding: 10px;
  margin: 0;
}

.faculty-details-content {
  border: 1px solid #003366;
  min-height: 40px;
}

.faculty-details-content p {
  margin: 0;
  padding: 8px;
}

.faculty-details-content p strong {
  color: #003366;
}

.faculty-details-content p:nth-child(odd) {
  background: #f2f7fc;
}

.faculty-details-content p:nth-child(even) {
  background: #fff;
}

.mobile {
  display: none;
}

.home-syllabus-btn {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

@media all and (max-width: 768px) {
  .mobile {
    display: block;
  }
  .main-footer-bg {
    margin: 0;
    padding: 0;
  }
  .home-facilities-box1,
  .home-facilities-box2 {
    width: 100%;
    border-bottom: 2px solid #a31621;
  }
  .main-footer-bg:after,
  .main-footer-bg:before {
    display: none;
  }
  .home-residential-bg {
    padding: 20px 0;
  }
  .copy,
  .pull-left,
  .pull-right {
    float: none !important;
    text-align: center;
  }
  .home-news-bg,
  .home-stats-bg,
  .home-welcome-bg {
    padding: 40px 0;
  }
  .home-news-box {
    margin-bottom: 40px;
  }
  .home-gallery-icon {
    display: block;
    margin: 0 auto;
    float: none;
  }
  .home-gallery-Mtext {
    text-align: center;
  }
  .home-gallery-link a {
    float: none;
    display: block;
    text-align: center;
  }
  .inner-enroll-icon {
    display: block;
    margin: 0 auto;
    float: none;
  }
  .inner-enroll-Mtext {
    text-align: center;
  }
  .inner-enroll-link a {
    float: none;
    display: block;
    text-align: center;
  }
  .contact-write-us {
    padding: 0 0 10px;
  }
  .inner-contact-address {
    padding: 15px 15px 30px 15px;
    border: none;
    text-align: center;
  }
  .inner-contact-address i {
    display: none;
  }
  .footer-address,
  .footer-number {
    width: 100%;
    text-align: center;
  }
  footer h3 {
    text-align: center;
  }
  .tittle,
  .tittleW {
    font-size: 2em;
  }
  .title-div {
    margin-bottom: 30px;
  }
  .inner-vision-mission-bg,
  .inner-top-content {
    padding: 20px 0;
  }
  .home-manager-move {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
  }
  .home-manager-move .mob-B {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
  }
  .home-manager-move {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .home-manager-move .mob-B {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .home-prjct-move {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
  }
  .manager-msg-box img {
    margin: 20px;
  }
  .contact-address-bg {
    padding: 0;
  }
  .home-british-council-content {
    padding: 20px 0px !important;
  }
  .admission-link {
    left: 0 !important;
    top: 0px !important;
    right: auto !important;
  }
  .prospectus-link {
    top: 35px !important;
    left: 0 !important;
  }
  .no-banner {
    min-height: 0px;
  }
  .prospectus-link a,
  .admission-link a {
    border-radius: 0 !important;
  }
  .home-video-content {
    padding: 30px !important;
  }
  .home-admission-section-box1 h2 {
    padding: 20px;
  }
}

.inner-british-council-bg {
  background: #fcf8e3;
  padding-bottom: 60px;
}

.inner-british-council-content {
  padding: 40px 20px;
}

.inner-british-council-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inner-british-council-content ul li {
  padding-bottom: 5px;
}

.inner-british-council-content ul li i {
  font-size: 12px;
  padding-right: 5px;
}

#british-logo a {
  padding: 0px;
}

/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #eeeeee;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #e4e4e4;
  border-color: #eeeeee;
}

.panel-title {
  font-size: 17px;
}

.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eeeeee;
}

.demo {
  padding-top: 60px;
  padding-bottom: 60px;
}

.home-british-council-bg {
  /*background:#f3f3f1;*/
  background: url(../images/bg.jpg) left top repeat;
  position: relative;
  z-index: 1;
}

.home-british-council-bg:before {
  background: rgba(243, 243, 241, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.home-british-council-logo img {
  -webkit-box-shadow: 0px 0px 37px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 37px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 37px -9px rgba(0, 0, 0, 0.75);
}

.home-british-council-content {
  padding: 60px 0 20px;
  text-align: center;
}

.home-british-council-content h2 {
  text-transform: none;
  font-size: 2.4em !important;
  line-height: 44px;
}

.home-british-council-content p {
  font-size: 18px;
  margin-top: 45px;
  line-height: 26px;
  text-align: left !important;
}

.inner-top-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inner-top-content ul li {
  padding-bottom: 5px;
}

.inner-top-content ul li i {
  font-size: 12px;
  padding-right: 5px;
}

.admission-link {
  position: absolute;
  top: 3.1em;
  right: -9%;
}

.admission-link a {
  background: #ffc539;
  color: #003366;
  padding: 6px 30px 4px 30px;
  text-transform: uppercase;
  border-radius: 20px 20px 0px 0px;
  font-size: 13px;
}

.admission-link a i {
  padding-right: 4px;
}

.admission-link a:hover {
  background: #a31621;
  color: #fff;
}

.prospectus-link {
  position: absolute;
  top: 3.1em;
  right: 42%;
}

.prospectus-link a {
  background: #ffc539;
  color: #003366;
  padding: 6px 30px 4px 30px;
  text-transform: uppercase;
  border-radius: 20px 20px 0px 0px;
  font-size: 13px;
}

.prospectus-link a i {
  padding-right: 4px;
}

.prospectus-link a:hover {
  background: #a31621;
  color: #fff;
}

.syllabus-link {
  right: 71.7%;
}

.inner-news-box {
  display: inline-block;
  margin: 20px;
  background: #f8f8f8;
  -webkit-box-shadow: 12px 12px 25px -11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 12px 12px 25px -11px rgba(0, 0, 0, 0.3);
  box-shadow: 12px 12px 25px -11px rgba(0, 0, 0, 0.3);
}

.inner-news-content {
  padding: 20px 40px;
}

.inner-news-content h3 {
  margin: 0 0 5px;
  font-size: 20px;
  color: #003366;
}

.inner-news-content span {
  color: #a31621;
  font-family: "GothamMedium";
  font-size: 15px;
  margin: 10px 0 5px;
  letter-spacing: 1px;
  display: block;
}

.inner-news-content a {
  float: right;
  margin-top: 0;
  font-size: 16px;
  color: #a31621;
}

.inner-news-content .media {
  font-size: 17px;
  font-style: italic;
  margin: 0px;
  color: #5c5f63;
  padding: 5px 0px 10px;
}

/*.photo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}*/

.photo img {
  /*width: 200px;
  height: 280px;*/
  object-fit: cover;
  /*filter: grayscale(100%) contrast(120%);*/
  box-shadow: 10px 15px 25px 0 rgba(0, 0, 0, 0.2);
  display: block;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-top: -5px;
}

.photo:hover img {
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.photo .glow-wrap {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  margin-top: -10px;
}

.photo .glow {
  display: block;
  position: absolute;
  width: 40%;
  height: 200%;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  filter: blur(5px);
  transform: rotate(45deg) translate(-450%, 0);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo:hover .glow {
  transform: rotate(45deg) translate(450%, 0);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo:hover img,
.photo:hover .glow-wrap {
  margin-top: 0;
}

.home-video {
  position: relative;
  width: 100%;
  height: 385px;
}

.home-video-content {
  text-align: center;
  padding: 75px 110px;
}

.home-video-content h2 {
  line-height: 44px;
  margin: 0;
}

.home-video-content h2 b {
  font-weight: normal;
  color: #a31621;
  text-transform: uppercase;
  font-size: 42px;
}

.home-video-content h2 span {
  border-bottom: 2px solid #a31621;
  display: block;
  margin: 20px auto;
}

.home-video-bg {
  background: url(../images/home-video-bg.png) center center repeat;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 0;
}

.home-video-bg:before {
  background: rgba(243, 243, 241, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.contactSubM {
  z-index: 1000;
  /*right: 16%;
    top: 12%;
	top:0%;
     background-color: #81070d; */
  background-color: transparent;
  padding: 10px 20px;
  position: absolute;
}

.contactSubM:hover {
  background-color: transparent;
}

.contactSubM img {
  float: right;
}

.british-council-hang {
  position: fixed;
  right: 0;
  z-index: 999;
  top: 28%;
  padding: 5px;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 12px 12px 25px -11px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 12px 12px 25px -11px rgba(0, 0, 0, 0.5);
  box-shadow: 12px 12px 25px -11px rgba(0, 0, 0, 0.5);
}

.testimonial-panel {
  position: relative;
  padding: 25px 15px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: #fcf8e3;
  margin-bottom: 40px;
}

.description {
  padding: 0px 30px 0px 30px;
  margin-bottom: 10px;
  text-align: justify;
  font-size: 15px;
  color: #000;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.title {
  display: block;
  font-size: 20px;
  color: #003366;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
  text-align: left;
}

.testimonial-meta {
  position: relative;
  padding: 10px 30px;
}

.color-mid {
  color: #a31621 !important;
  text-align: left;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0.5px;
}

.eca-box {
  text-align: justify;
}

.welcome-sub {
  font-family: "robot";
  font-size: 26px;
  letter-spacing: 0.44px;
  padding-bottom: 10px;
  color: #003366;
}

.news-para {
  font-size: 15px !important;
  font-weight: 400;
  font-family: "myriad-pro", Helvetica, Arial, sans-serif;
}

.ModalloadPopup {
}

.ModalloadPopup .modal-header {
  border-bottom: 0;
}

.ModalloadPopup .modal-body {
  padding: 0;
}

.ModalloadPopup .modal-body img {
  display: block;
  margin: 0 auto;
}

.ModalloadPopup .modal-content {
  background: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
  border: none;
}

.ModalloadPopup .modal-header .close {
  color: #fff;
  opacity: 1 !important;
}
