/* Scss Document */
/* Scss Document */
html {
  font-size: 10px;
}

body {
  color: #373435;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
}

a {
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  font-size: 1.4rem;
  color: #373435;
}

a:hover {
  text-decoration: none;
  color: #cf373d;
}

p {
  font-size: 1.4rem;
}

.padP {
  padding: 0 20%;
}

.imgResponsive {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  font-size: 1.4rem;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

@media only screen and (min-width: 768px) {
  .o1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 768px) {
  .o2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.white {
  color: #fff !important;
  
}

.red {
  color: #cf373d !important;
}

.blue {
  color: #133174 !important;
}

.purple {
  color: #351230;
}

.mt5 {
  margin-top: 0.5rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt40 {
  margin-top: 4rem;
}

.mt50 {
  margin-top: 5rem;
}

.mt60 {
  margin-top: 6rem;
}

.mt15 {
  margin-top: 1.5rem;
}

.mt30 {
  margin-top: 3rem !important;
}

.mb15 {
  margin-bottom: 1.5rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.ml5 {
  margin-left: 5rem;
}

.ml10 {
  margin-left: 10rem;
}

.pad15 {
  padding: 15px;
}

.z-index {
  z-index: 999;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.light {
  font-weight: 300;
}

.gray {
  color: #dddddd;
}

.bgBlue {
  background: #133174;
}

.darkGray {
  color: #999;
}

.mediumGray {
  color: #9a9a9a;
}

.fontMedium {
  font-weight: 500;
}

.black {
  color: #000 !important;
}

.block {
  display: block;
}

.mrgAuto {
  margin-left: auto;
  margin-right: auto;
}

.btnBg {
  background: #2185d0 !important;
}

.themeBg {
  background: #f3f3f6;
}

.vacancyColor {
  color: #000 !important;
}

::-webkit-input-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

.slider.auto .slick-slide a img {
  width: auto;
}

.loginInput {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #ccc;
  padding: 5px 10px;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: url("../images/select.png") right 5px center no-repeat #fff;
}

.shadowBox {
  background: #fff;
  box-shadow: 0px 0px 15px -1px #ccc;
  -webkit-box-shadow: 0px 0px 15px -1px #ccc;
  -moz-box-shadow: 0px 0px 15px -1px #ccc;
  -ms-box-shadow: 0px 0px 15px -1px #ccc;
  -o-box-shadow: 0px 0px 15px -1px #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 15px;
  position: reltive;
}

ul.commonListing, .productsInfo ul, .newsDetailsPage ul {
  display: block;
  width: 100%;
}

ul.commonListing li, .productsInfo ul li, .newsDetailsPage ul li {
  line-height: 1.8;
  position: relative;
  padding-left: 20px;
  text-align: left;
}

ul.commonListing li:before, .productsInfo ul li:before, .newsDetailsPage ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  color: #cf373d;
}

ul.commonListing li a, .productsInfo ul li a, .newsDetailsPage ul li a {
  font-size: 1.4rem;
  color: #373435;
}

ul.commonListing li a:hover, .productsInfo ul li a:hover, .newsDetailsPage ul li a:hover {
  color: #000;
}

.cRow {
  line-height: 1.8;
  position: relative;
  padding-left: 20px;
  text-align: left;
  background: #f7f7f7;
  margin-bottom: 8px;
}

.cRow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
}

.bdrNone {
  border: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
}

.commonTitle {
  font-size: 2.8rem;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}

.titleLevel2 {
  font-size: 2.2rem;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}

.titleLevel3 {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}

.btnMain {
  background: #e1001a;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

.btnMain:hover {
  color: #fff;
  background: #be0016;
}

.btnRadius {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  padding: 10px 15px;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

.btnNormal {
  display: inline-block;
  padding: 10px 15px;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

.box-shadow {
  box-shadow: 0px 0px 15px -1px #ccc;
  -webkit-box-shadow: 0px 0px 15px -1px #ccc;
  -moz-box-shadow: 0px 0px 15px -1px #ccc;
  -ms-box-shadow: 0px 0px 15px -1px #ccc;
  -o-box-shadow: 0px 0px 15px -1px #ccc;
}

.mainTitle {
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  display: block;
}

.intro {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 320px) {
  .intro {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .intro {
    width: 100%;
  }
}

.intro:before {
  content: "";
  background: url("../images/bdr.png") no-repeat left;
  position: absolute;
  left: 0;
  height: 1px;
}

@media only screen and (max-width: 767px) {
  .intro:before {
    content: none;
  }
}

@media only screen and (min-width: 320px) {
  .intro:before {
    top: 16px;
    width: 13%;
  }
}

@media only screen and (min-width: 768px) {
  .intro:before {
    top: 18px;
    width: 16%;
  }
}

.intro:after {
  background: url("../images/bdr.png") no-repeat right;
  content: "";
  position: absolute;
  right: 0;
  height: 1px;
}

@media only screen and (max-width: 767px) {
  .intro:after {
    content: none;
  }
}

@media only screen and (min-width: 320px) {
  .intro:after {
    top: 16px;
    width: 13%;
  }
}

@media only screen and (min-width: 768px) {
  .intro:after {
    top: 18px;
    width: 16%;
  }
}

.intro .mainTitle {
  text-align: center;
}

.introSdis .bottomLine {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
  display: block;
}

.introSdis .bottomLine:before {
  content: "";
  background: url("../images/bdr.png") no-repeat left;
  position: absolute;
  left: 16%;
  height: 1px;
  top: 14px;
  width: 50%;
}

.introSdis .bottomLine:after {
  background: url("../images/bdr.png") no-repeat right;
  content: "";
  position: absolute;
  right: 18%;
  height: 1px;
  top: 14px;
  width: 50%;
}

.introSdis .bottomLine .dot {
  background: #999;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 8px;
}

.introSdis .mainTitle {
  text-align: center;
}

.introWhite {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 991px) {
  .introWhite {
    width: 65%;
  }
}

@media only screen and (max-width: 990px) {
  .introWhite {
    width: 100%;
  }
}

.introWhite:before {
  content: "";
  background: url("../images/bdr-white.png") no-repeat left;
  position: absolute;
  left: 0;
  height: 1px;
}

@media only screen and (min-width: 768px) {
  .introWhite:before {
    top: 18px !important;
    width: 50% !important;
  }
}

@media only screen and (min-width: 320px) {
  .introWhite:before {
    top: 16px;
    width: 13%;
  }
}

.introWhite:after {
  background: url("../images/bdr-white.png") no-repeat right;
  content: "";
  position: absolute;
  right: 0;
  height: 1px;
}

@media only screen and (min-width: 768px) {
  .introWhite:after {
    top: 18px !important;
    width: 50% !important;
  }
}

@media only screen and (min-width: 320px) {
  .introWhite:after {
    top: 16px;
    width: 13%;
  }
}

.introWhite .mainTitle {
  text-align: center;
}

.header .topStrip {
  padding: 25px 0px 10px 0px;
}

.header .topStrip {
  margin-top: -15px;
  display: block;
}
.logo {
  display: block;
}
.header .topStrip p.rightPart {
  font-family: "Bad Script", cursive;
  color: #351230;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.navbar {
  padding: 0;
}

.navbar .navbar-brand {
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
}

.navbar .navbar-nav li {
  position: relative;
}

.navbar .navbar-nav li:hover {
  background: rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav li:hover .dropdown-menu {
  display: block;
}

@media only screen and (min-width: 768px) {
  .navbar .navbar-nav li {
    padding: 0 4px !important;
  }
}

@media only screen and (min-width: 320px) {
  .navbar .navbar-nav li {
    padding: 0;
  }
}

.navbar .navbar-nav li.dropdown a.dropdown-toggle {
  padding-right: 20px !important;
}

.navbar .navbar-nav li.dropdown a.dropdown-toggle:before {
  position: absolute;
  right: 2px;
  bottom: 12px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 4px solid #898d91;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
}

.navbar .navbar-nav li.active a {
  font-weight: bold;
}

.navbar .navbar-nav li:last-child {
  border: none;
  padding-right: 0;
}

.navbar .navbar-nav li:nth-child(1) {
  padding-left: 0;
}

.navbar .navbar-nav li a {
  text-transform: capitalize;
  letter-spacing: 0.05rem;
  border-bottom: 3px solid transprent;
  position: relative;
  color: #000;
  padding-left: 1.8rem !important;
}

.navbar .navbar-nav li a:after {
  background: #cf373d;
  height: 3px;
  width: 0;
  border: 0;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.navbar .navbar-nav li .dropdown-menu {
  height: auto;
  width: 100%;
  min-width: 150px;
  padding: 10px;
  background: #cf373d;
  border-radius: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.navbar .navbar-nav li .dropdown-menu:before {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #e1001a;
  position: absolute;
  left: 15px;
  top: -11px;
}

.navbar .navbar-nav li .dropdown-menu .dropdown-item {
  font-weight: normal !important;
  background: transparent;
  padding: 6px 0 !important;
  text-align: left;
  color: #fff !important;
  border-bottom: 1px solid #dd4d5d !important;
  width: 100%;
}

.navbar .navbar-nav li .dropdown-menu .dropdown-item:hover {
  background: transparent;
}

.navbar .navbar-nav li .dropdown-menu .dropdown-item:hover:after {
  content: none;
}

.navbar .navbar-nav li .dropdown-menu .dropdown-item:last-child {
  border: none !important;
}

@media only screen and (min-width: 320px) {
  .navbar-toggler {
    background: url("../images/menu_icon.png") no-repeat;
    top: -142px;
    right: 0;
    position: absolute;
    height: 30px;
    width: 30px;
    background-size: 100%;
  }
  .navbar-toggler.open {
    background: url("../images/menu_close.png") no-repeat;
    height: 30px;
    width: 30px;
    background-size: 100%;
  }
}

.homeBanner {
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .homeBanner #carouselExampleFade .carousel-inner .carousel-item img {
    height: 80vh;
  }
}

.homeBanner .carousel-control-prev {
  display: none;
}

.homeBanner .carousel-control-next {
  display: none;
}

.homeBanner .bannerBoxWrap {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .homeBanner .bannerBoxWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.homeBanner .bannerBoxWrap .box1 {
  background: #fff;
}

.homeBanner .bannerBoxWrap .box1 .img a {
  display: block;
  width: 100%;
}

.homeBanner .bannerBoxWrap .box1 .text {
  padding-left: 15px;
}

.homeBanner .bannerBoxWrap .box1 .carousel-indicators {
  margin: 20px 12px 0 80px;
}

.homeBanner .bannerBoxWrap .box1 .carousel-indicators li {
  background-color: #c67578;
}

.homeBanner .bannerBoxWrap .box1 .carousel-indicators li.active {
  background-color: #cf373d;
}

.homeBanner .bannerBoxWrap .box2 {
  background: #fff;
}

.homeBanner .bannerBoxWrap .box2 p {
  font-size: 1.3rem;
  color: #000;
}

.homeBanner .bannerBoxWrap .box3 {
  background: #fff;
}

.homeBanner .bannerBoxWrap .box3 .announcements {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .homeBanner .bannerBoxWrap .box3 .announcements {
    height: 250px !important;
    margin-top: 0 !important;
  }
}

@media only screen and (min-width: 320px) {
  .homeBanner .bannerBoxWrap .box3 .announcements {
    height: 258px;
    margin-top: 15px;
  }
}

.homeBanner .bannerBoxWrap .box3 .announcements ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.homeBanner .bannerBoxWrap .box3 .announcements ul li {
  background: #dddddd;
  padding: 5px 15px;
  margin-bottom: 10px;
}

.homeBanner .bannerBoxWrap .box3 .announcements ul li p {
  margin: 0;
}

.homeBanner .bannerBoxWrap .bCol {
  position: relative;
  min-height: 350px;
}

.homeBanner .bannerBoxWrap .bCol:after {
  content: "";
  background: #eaeaea;
  box-shadow: 0px 0px 15px -1px #ccc;
  -webkit-box-shadow: 0px 0px 15px -1px #ccc;
  -moz-box-shadow: 0px 0px 15px -1px #ccc;
  -ms-box-shadow: 0px 0px 15px -1px #ccc;
  -o-box-shadow: 0px 0px 15px -1px #ccc;
  -webkit-transform: rotate(176deg);
  transform: rotate(176deg);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (min-width: 320px) {
  .homeBanner .bannerBoxWrap .bCol {
    margin: 30px 0;
  }
}

.homeContent {
  overflow: hidden;
  position: relative;
  z-index: 2;
  height: 100%;
  background: #fff;
}

@media only screen and (min-width: 768px) {
  .atGlanceWrap .glanceColRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media only screen and (min-width: 320px) {
  .atGlanceWrap .glanceColRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.atGlanceWrap .glanceColRow .glanceCol {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16%;
          flex: 0 0 16%;
}

.atGlanceWrap .glanceColRow .glanceCol.first .title {
  color: #e2658f;
}

.atGlanceWrap .glanceColRow .glanceCol.first .glanceInn .text {
  color: #e2658f;
}

.atGlanceWrap .glanceColRow .glanceCol.second .title {
  color: #5ac1c0;
}

.atGlanceWrap .glanceColRow .glanceCol.second .title:before {
  background: #5ac1c0;
}

.atGlanceWrap .glanceColRow .glanceCol.second .glanceInn:before {
  background: #5ac1c0;
}

.atGlanceWrap .glanceColRow .glanceCol.second .glanceInn .text {
  color: #5ac1c0;
}

.atGlanceWrap .glanceColRow .glanceCol.third .title {
  color: #a7b03b;
}

.atGlanceWrap .glanceColRow .glanceCol.third .title:before {
  background: #a7b03b;
}

.atGlanceWrap .glanceColRow .glanceCol.third .glanceInn:before {
  background: #a7b03b;
}

.atGlanceWrap .glanceColRow .glanceCol.third .glanceInn .text {
  color: #a7b03b;
}

.atGlanceWrap .glanceColRow .glanceCol.fourth .title {
  color: #ca8e48;
}

.atGlanceWrap .glanceColRow .glanceCol.fourth .title:before {
  background: #ca8e48;
}

.atGlanceWrap .glanceColRow .glanceCol.fourth .glanceInn:before {
  background: #ca8e48;
}

.atGlanceWrap .glanceColRow .glanceCol.fourth .glanceInn .text {
  color: #ca8e48;
}

.atGlanceWrap .glanceColRow .glanceCol.fifth .title {
  color: #6f4a97;
}

.atGlanceWrap .glanceColRow .glanceCol.fifth .title:before {
  background: #6f4a97;
}

.atGlanceWrap .glanceColRow .glanceCol.fifth .glanceInn:before {
  background: #6f4a97;
}

.atGlanceWrap .glanceColRow .glanceCol.fifth .glanceInn .text {
  color: #6f4a97;
}

.atGlanceWrap .glanceColRow .glanceCol .title {
  position: relative;
  background: #351230;
  color: #fff;
  padding: 15px 46px 15px 40px;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
}

.atGlanceWrap .glanceColRow .glanceCol .title:before {
  content: "";
  background: #e6638f;
  width: 6px;
  height: 57px;
  position: absolute;
  top: 0;
  left: 10px;
}

.atGlanceWrap .glanceColRow .glanceCol .title:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  right: 35px;
  top: 16px;
  color: #351230;
  background: #ffc433;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.atGlanceWrap .glanceColRow .glanceCol .glanceInn {
  background: #ecf0f3;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  box-shadow: 0px 0px 15px -1px #999;
  -webkit-box-shadow: 0px 0px 15px -1px #999;
  -moz-box-shadow: 0px 0px 15px -1px #999;
  -ms-box-shadow: 0px 0px 15px -1px #999;
  -o-box-shadow: 0px 0px 15px -1px #999;
  margin-bottom: 20px;
}

.atGlanceWrap .glanceColRow .glanceCol .glanceInn:before {
  content: "";
  background: #e6638f;
  width: 6px;
  height: 68px;
  position: absolute;
  top: 0;
  left: 70px;
}

.atGlanceWrap .glanceColRow .glanceCol .glanceInn .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  padding: 14px;
  height: 68px;
}

@media only screen and (min-width: 320px) {
  .atGlanceWrap .glanceColRow .glanceCol .glanceInn .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

.atGlanceWrap .glanceColRow .glanceCol .glanceInn .img img {
  margin: auto;
}

.atGlanceWrap .glanceColRow .glanceCol .glanceInn .text {
  color: #351230;
  font-weight: bold;
  margin-left: 15px;
  font-size: 1.4rem;
  padding: 13px;
  width: 100%;
  text-align: center;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
}

.atGlanceWrap .glanceColRowWrap {
  background: #ecf0f3;
  padding: 30px 0;
}

.boardWrap {
  background: #7d7d7d;
  padding: 30px 0;
  margin-top: 150px;
}

.boardWrap .img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: -140px;
}

.boardWrap .btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .boardWrap .btnWrap {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media only screen and (min-width: 320px) {
  .boardWrap .btnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 15px;
  }
}

.boardWrap .btnWrap .btn {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: #fff;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .boardWrap .btnWrap .btn {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 320px) {
  .boardWrap .btnWrap .btn {
    margin-bottom: 15px;
  }
}

.boardWrap .btnWrap .btn:before {
  content: "";
  border-width: 6px 14px 4px 0;
  border-color: transparent #7c2e44 transparent transparent;
  border-style: solid;
  position: absolute;
  left: -15px;
  top: 16px;
}

.boardWrap .btnWrap .btn:after {
  content: "";
  border-width: 6px 0 4px 14px;
  border-color: transparent transparent transparent #7c2e44;
  border-style: solid;
  position: absolute;
  right: -15px;
  top: 16px;
}

.boardWrap .btnWrap .btn a {
  color: #d04775;
  display: block;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  text-transform: uppercase;
  padding: 8px 30px;
  position: relative;
}

.boardWrap .btnWrap .btn a:before {
  background: #d04775;
  content: "";
  height: 20px;
  width: 40px;
  position: absolute;
  left: -22px;
  top: 17px;
  z-index: 1;
}

.boardWrap .btnWrap .btn a:after {
  background: #d04775;
  content: "";
  height: 20px;
  width: 40px;
  position: absolute;
  right: -22px;
  top: 17px;
  z-index: 1;
}

.childDevelopment .cdcolWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .childDevelopment .cdcolWrap {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media only screen and (min-width: 320px) {
  .childDevelopment .cdcolWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.childDevelopment .cdcolWrap .cdCol {
  background: #fff;
  padding: 15px;
  box-shadow: 0px 0px 15px -1px #ccc;
  -webkit-box-shadow: 0px 0px 15px -1px #ccc;
  -moz-box-shadow: 0px 0px 15px -1px #ccc;
  -ms-box-shadow: 0px 0px 15px -1px #ccc;
  -o-box-shadow: 0px 0px 15px -1px #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
}

@media only screen and (min-width: 320px) {
  .childDevelopment .cdcolWrap .cdCol {
    margin-bottom: 15px;
  }
}

.childDevelopment .cdcolWrap .cdCol a {
  display: block;
  padding: 25px 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.childDevelopment .cdcolWrap .cdCol a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.childDevelopment .cdcolWrap .cdCol a.first {
  background: #6961a2;
}

.childDevelopment .cdcolWrap .cdCol a.second {
  background: #5a5a5a;
}

.childDevelopment .cdcolWrap .cdCol a.third {
  background: #b4b67c;
}

.childDevelopment .cdcolWrap .cdCol a.fourth {
  background: #177989;
}

.childDevelopment .cdcolWrap .cdCol a.fifth {
  background: #345d80;
}

.childDevelopment .cdcolWrap .cdCol p {
  color: #fff;
}

.childDevelopment .cdcolWrap .cdCol h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.latestEvents {
  background: #ecf0f3;
  padding: 50px 0;
}

.latestEvents .leColWrap {
  overflow: hidden;
  height: 150px;
  position: relative;
  margin-top: 30px;
}

.latestEvents .leColWrap .leCol {
  background: #345d80;
  display: block;
  min-height: 150px;
}

.latestEvents .leColWrap .leCol h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
}

.latestEvents .leColWrap .leColHover {
  position: absolute;
  display: block;
  top: -170px;
  width: 100%;
}

.latestEvents .leColWrap .leColHover img {
  width: 100%;
}

.latestEvents .leColWrap .leColHover h3 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 1.4rem;
  text-align: center;
  background: #fff;
  padding: 10px 10px 30px;
  width: 80%;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .latestEvents .leColWrap .leColHover h3 {
    bottom: 0 !important;
  }
}

@media only screen and (min-width: 320px) {
  .latestEvents .leColWrap .leColHover h3 {
    bottom: 25px;
  }
}

.latestEvents .leColWrap:hover .leColHover {
  top: 0;
}

.achievements {
  background: #ecf0f3;
  padding: 50px 0;
}

.achievements .achCol {
  display: block;
  margin-top: 30px;
  position: relative;
  background: #b4b67c;
  min-height: 150px;
  z-index: 1;
}

.achievements .achCol:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.achievements .achCol:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  position: absolute;
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  z-index: -1;
}

.achievements .achCol h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
}

.contactUs {
  position: relative;
  z-index: 2;
  min-height: 150px;
  background: -o-linear-gradient(top, #2c90b3, #2ca6b3);
}

.contactUs h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (min-width: 320px) {
  .contactUs h3 {
    width: 100%;
  }
}

.mapWrap {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}

.mapWrap .mapAddress {
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .mapWrap .mapAddress {
    right: 150px !important;
  }
}

@media only screen and (min-width: 320px) {
  .mapWrap .mapAddress {
    right: 0;
  }
}

.mapWrap .mapAddress h3 {
  font-family: "Oswald", sans-serif;
  color: #4a4a4a;
  text-transform: uppercase;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .mapWrap .mapAddress h3 {
    font-size: 2.4rem !important;
  }
}

.mapWrap .mapAddress p, .mapWrap .mapAddress a {
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .mapWrap .mapAddress p, .mapWrap .mapAddress a {
    font-size: 1.6rem !important;
  }
}

.footer {
  padding: 15px 0 25px;
}

@media only screen and (min-width: 320px) {
  .footer {
    padding: 25px 0;
  }
}

@media only screen and (min-width: 768px) {
  .footer {
    position: fixed;
    background: #fff;
    bottom: -20px;
    width: 100%;
  }
}

.footer p {
  font-size: 1.2rem;
}

.footer a {
  font-size: 1.2rem;
}

.footer .ftSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

@media only screen and (min-width: 320px) {
  .footer .ftSocial {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer .ftSocial li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14%;
          flex: 0 0 14%;
}

.footer .ftSocial li a {
  font-size: 1.6rem;
}

.footer .ftSocial li a .fa-facebook-f {
  color: #285ea1;
}

.footer .ftSocial li a .fa-twitter {
  color: #0cacff;
}

.footer .ftSocial li a .fa-youtube {
  color: #f83c3c;
}

.footer .ftSocial li a .fa-linkedin-in {
  color: #147be3;
}

#breadcrumbs {
  padding: 12px 12px;
  text-align: right;
}

#breadcrumbs li {
  display: inline;
}

#breadcrumbs li .dropdown-toggle:after {
  content: none;
}

#breadcrumbs li a {
  position: relative;
  color: #999 !important;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 12px 20px 12px 6px;
  display: inline;
}

#breadcrumbs li a:before {
  content: "/";
  z-index: 3;
  /* border-top: 8px solid transparent; */
  /* border-left: 6px solid #736f6f; */
  /* border-bottom: 8px solid transparent; */
  position: absolute;
  right: 4px;
  top: 2px;
  font-family: "Font Awesome 5 Free";
  color: #c3c3c3;
  font-size: 22px;
  font-weight: bold;
}

#breadcrumbs li:first-child a {
  padding-left: 30px;
}

#breadcrumbs li:last-child a {
  background: transparent;
  border: none;
  color: #cf373d !important;
}

#breadcrumbs li:last-child a:before {
  content: none;
}

#breadcrumbs li:last-child {
  color: #cf373d;
}

.innerContent {
  overflow: hidden;
  position: relative;
  z-index: 2;
  height: 100%;
  background: #fff;
}

.innerContent .sidebar {
  background: #ecf0f3;
}

.innerContent .sidebar .sideTitle {
  font-family: "Oswald", sans-serif;
  color: #cf373d;
  padding: 10px 15px 5px;
}

.innerContent .sidebar ul {
  border-color: #351230;
  border-width: 2px 0;
  border-style: solid;
  padding: 10px 15px;
}

.innerContent .sidebar ul li {
  line-height: 2;
}

.innerContent .sidebar ul li a {
  position: relative;
  display: block;
  padding-bottom: 4px;
  margin-bottom: 4px;
}

.innerContent .sidebar ul li a:after {
  content: "";
  background: #cf373d;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.innerContent .sidebar ul li a:hover:after {
  width: 100%;
}

.innerContent h2 {
  color: #cf373d;
  font-size: 2.4rem;
  text-transform: uppercase;
}

.innerContent h3 {
  color: #3bafda;
  font-size: 2rem;
  text-transform: uppercase;
}

.innerContent h4 {
  color: #351230;
  font-size: 1.7rem;
  text-transform: uppercase;
}

.innerContent h5 {
  color: #000;
  font-size: 1.6rem;
}

.innerContent .glance {
  padding-bottom: 30px;
}

.innerContent .glance .slick-slide {
  margin: 0;
}

.innerContent .glance .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.innerContent .glance .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.innerContent .glance .slick-list:focus {
  outline: none;
}

.innerContent .glance .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.innerContent .glance .slick-slider .slick-track,
.innerContent .glance .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.innerContent .glance .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.innerContent .glance .slick-track:before,
.innerContent .glance .slick-track:after {
  display: table;
  content: '';
}

.innerContent .glance .slick-track:after {
  clear: both;
}

.innerContent .glance .slick-loading .slick-track {
  visibility: hidden;
}

.innerContent .glance .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  float: left;
  min-height: 1px;
}

.innerContent .glance [dir='rtl'] .slick-slide {
  float: right;
}

.innerContent .glance .slick-slide img {
  display: block;
  margin: auto;
}

.innerContent .glance .slick-slide.slick-loading img {
  display: none;
}

.innerContent .glance .slick-slide.dragging img {
  pointer-events: none;
}

.innerContent .glance .slick-initialized .slick-slide {
  display: block;
}

.innerContent .glance .slick-loading .slick-slide {
  visibility: hidden;
}

.innerContent .glance .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.innerContent .glance .slick-arrow.slick-hidden {
  display: none;
}

.innerContent .glance .glanceInn {
  background: #ecf0f3;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  box-shadow: 0px 0px 15px -1px #999;
  -webkit-box-shadow: 0px 0px 15px -1px #999;
  -moz-box-shadow: 0px 0px 15px -1px #999;
  -ms-box-shadow: 0px 0px 15px -1px #999;
  -o-box-shadow: 0px 0px 15px -1px #999;
  margin-bottom: 20px;
}

.innerContent .glance .glanceInn:before {
  content: "";
  background: #e6638f;
  width: 6px;
  height: 68px;
  position: absolute;
  top: 0;
  left: 70px;
}

.innerContent .glance .glanceInn .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  padding: 14px;
  height: 68px;
}

@media only screen and (min-width: 320px) {
  .innerContent .glance .glanceInn .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

.innerContent .glance .glanceInn .img img {
  margin: auto;
}

.innerContent .glance .glanceInn .text {
  color: #e6638f;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 15px;
  font-size: 1.4rem;
  padding: 13px;
  width: 100%;
  text-align: center;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
}

.innerContent .bg {
  background: #ecf0f3;
  margin: 50px 0;
}

@media only screen and (min-width: 768px) {
  .innerContent .bg {
    padding: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .innerContent .bg {
    padding: 30px 0;
  }
}

.innerContent #no-more-tables th, .innerContent #no-more-tables td {
  padding: 8px;
}

@media only screen and (max-width: 767px) {
  .innerContent {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */
  }
  .innerContent #no-more-tables table,
  .innerContent #no-more-tables thead,
  .innerContent #no-more-tables tbody,
  .innerContent #no-more-tables th,
  .innerContent #no-more-tables td,
  .innerContent #no-more-tables tr {
    display: block;
  }
  .innerContent #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .innerContent #no-more-tables tr {
    border: 1px solid #ccc;
  }
  .innerContent #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  .innerContent #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .innerContent #no-more-tables td:before {
    content: attr(data-title);
  }
}

.innerContent .tableTitle {
  background: #2c90b3;
  color: #fff;
  padding: 8px 15px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 1.6rem;
}

.innerContent .installment {
  margin-top: 30px;
}

.innerContent .installment strong {
  background: #2c90b3;
  color: #fff;
  padding: 4px 10px;
  margin-bottom: 10px;
  display: block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .atGlanceWrap .glanceColRow .glanceCol .glanceInn .img img {
    height: 22px;
  }
}

.wsmenu-list > li > a {
  font-size: 15px;
}

a.box_topic {
  text-align: center;
  background: #fff;
  padding: 30px 30px 15px 30px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  color: #444;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 3px;
}

a.box_topic i {
  display: inline-block;
  font-size: 51px;
  font-size: 23px;
  color: #d2363c;
  border-radius: 50%;
  background-color: #d2363c;
  background-color: #ecf0f3;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
}

a.box_topic h3 {
  font-size: 18px;
}

a.box_topic:hover h3 {
  color: #fff;
}

a.box_topic:hover {
  background: #3bafe0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.timetable-block {
  background-color: #ecf0f3;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .timetable-block {
    padding: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .timetable-block {
    padding: 25px 45px;
  }
}

.principal-desk .head-with-bread {
  border: 1px solid #80808038;
}

.principal-desk h2 {
  padding: 20px;
}

.principal-desk .desk-body {
  border: 1px solid #80808038;
}

.principal-desk p {
  font-size: 16px;
  color: #4c4b4b;
  word-break: break-word;
}

.down-section p {
  font-size: 16px;
  color: #4c4b4b;
  word-break: break-word;
}

.contactUs {
  background: -webkit-linear-gradient(top, #2c90b3, #2ca6b3);
}

.principal-last-section {
  margin-bottom: 0px !important;
}

.bg-new {
  background-color: #ecf0f3;
  padding: 50px 0px;
}

.online-appointment {
  padding: 25px;
}

.online-appointment .form-control {
  line-height: 2.5;
  font-size: 14px;
}

.online-appointment select.form-control:not([size]):not([multiple]) {
  height: auto;
}

.bullet-type li::before {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  margin-right: 7px;
  margin-left: -25px;
}

.bullet-type li {
  margin-bottom: 10px;
  margin-left: 25px;
}

.bg-with-img {
  background-image: url(../images/principle-bg.jpg);
}

.bg-with-img p {
  color: #dbd9d9;
}

@media only screen and (min-width: 991px) {
  .u7w7Page .intro {
    width: 80% !important;
  }
}

@media only screen and (min-width: 991px) {
  .u7w7Page .intro:after {
    top: 14px !important;
  }
}

@media only screen and (min-width: 991px) {
  .u7w7Page .intro:before {
    top: 14px !important;
  }
}

.u7w7Page .bg {
  margin: 0;
}

.u7w7Page .bg p {
  width: 100%;
}

.u7w7Page .boxRow {
  padding: 50px 0;
}

.u7w7Page .boxRow .boxCol {
  box-shadow: 0px 0px 15px -1px #ccc;
  -webkit-box-shadow: 0px 0px 15px -1px #ccc;
  -moz-box-shadow: 0px 0px 15px -1px #ccc;
  -ms-box-shadow: 0px 0px 15px -1px #ccc;
  -o-box-shadow: 0px 0px 15px -1px #ccc;
  margin-top: 30px;
  padding: 15px;
  background: #6961a2;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.u7w7Page .boxRow .boxCol:hover {
  background: #1e1466;
}

.u7w7Page .boxRow .boxCol h4 {
  color: #fff;
  font-size: 1.8rem;
}

.u7w7Page .boxRow .boxCol p {
  color: #fff;
}

.u7w7Page .boxRow .boxCol img {
  width: 100%;
  border: 1px solid #999;
  padding: 15px;
}

.u7w7Page .icseTitle {
  padding: 50px 0 0;
}

.u7w7Page .icseAct {
  margin: 30px 0 0;
}

.u7w7Page .icseAct .container div:nth-child(3) .leftTitle {
  background: #cd1d3b;
}

.u7w7Page .icseAct .container div:nth-child(4) .leftTitle {
  background: #03adee;
}

.u7w7Page .icseAct .container div:nth-child(5) .leftTitle {
  background: #f78221;
}

.u7w7Page .icseAct .container div:nth-child(6) .leftTitle {
  background: #a64887;
}

.u7w7Page .icseAct .container div:nth-child(7) .leftTitle {
  background: #2e3095;
}

.u7w7Page .icseAct .row + .row div:nth-child(1) .std {
  background: #cd1d3b;
}

.u7w7Page .icseAct .row + .row div:nth-child(2) .std {
  background: #03adee;
}

.u7w7Page .icseAct .row + .row div:nth-child(3) .std {
  background: #f78221;
}

.u7w7Page .icseAct .row + .row div:nth-child(4) .std {
  background: #2e3095;
}

.u7w7Page .icseAct .month {
  background: #3bafda;
  padding: 14px 100px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-bottom: 30px;
}

.u7w7Page .icseAct .std {
  box-shadow: 0px 0px 15px -1px #ccc;
  -webkit-box-shadow: 0px 0px 15px -1px #ccc;
  -moz-box-shadow: 0px 0px 15px -1px #ccc;
  -ms-box-shadow: 0px 0px 15px -1px #ccc;
  -o-box-shadow: 0px 0px 15px -1px #ccc;
  padding: 15px;
  color: #fff;
}

.u7w7Page .icseAct .leftTitle {
  color: #cf373d;
}

.u7w7Page .icseAct .commonListing {
  background: #fff;
  padding: 10px;
  margin-top: 30px;
  box-shadow: 0px 0px 15px -1px #ccc;
  -webkit-box-shadow: 0px 0px 15px -1px #ccc;
  -moz-box-shadow: 0px 0px 15px -1px #ccc;
  -ms-box-shadow: 0px 0px 15px -1px #ccc;
  -o-box-shadow: 0px 0px 15px -1px #ccc;
}

.u7w7Page .icseAct p.leftTitle {
  background: #3bafda;
  color: #fff;
  padding: 10px;
  margin-top: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.u7w7Page .kidsZone p {
  background: #fff;
  padding: 10px;
  box-shadow: 0px 0px 15px -1px #ccc;
  -webkit-box-shadow: 0px 0px 15px -1px #ccc;
  -moz-box-shadow: 0px 0px 15px -1px #ccc;
  -ms-box-shadow: 0px 0px 15px -1px #ccc;
  -o-box-shadow: 0px 0px 15px -1px #ccc;
}

.u7w7Page .kidsZone img {
  border: 1px solid #d1d1d1;
  box-shadow: 0px 0px 15px -1px #ccc;
  -webkit-box-shadow: 0px 0px 15px -1px #ccc;
  -moz-box-shadow: 0px 0px 15px -1px #ccc;
  -ms-box-shadow: 0px 0px 15px -1px #ccc;
  -o-box-shadow: 0px 0px 15px -1px #ccc;
  padding: 15px;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.u7w7Page .learning .lCol {
  padding: 15px;
  box-shadow: 0px 0px 15px -1px #ccc;
  -webkit-box-shadow: 0px 0px 15px -1px #ccc;
  -moz-box-shadow: 0px 0px 15px -1px #ccc;
  -ms-box-shadow: 0px 0px 15px -1px #ccc;
  -o-box-shadow: 0px 0px 15px -1px #ccc;
  margin-bottom: 30px;
}

.u7w7Page .learning .lCol h3 {
  color: #fff;
}

.u7w7Page .learning .lCol h4 {
  color: #fff;
  font-size: 1.4rem;
}

.u7w7Page .learning .lCol p {
  color: #fff;
}

.u7w7Page .learning .lCol.first {
  background: #cd1d3b;
}

.u7w7Page .learning .lCol.second {
  background: #03adee;
}

.u7w7Page .learning .lCol.third {
  background: #a64887;
}

.u7w7Page .learning .lCol.fourth {
  background: #2e3095;
}

.u7w7Page .learning .lCol.fifth {
  background: #f78221;
}

.u7w7Page .learning .lCol.sixth {
  background: #5fba46;
}

.u7w7Page .learning .lCol.seventh {
  background: #fec609;
}

.eightcPage {
  padding: 0 0 30px;
}

.eightcPage .childDevelopment .cdcolWrap .cdCol {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
}

.eightcPage .childDevelopment .cdcolWrap .cdCol p {
  padding: 0 10px;
}

.eightcPage .eightcRow h4 {
  margin-left: auto;
  margin-right: auto;
  background: #cf373d;
  padding: 8px 30px;
  color: #fff;
  text-align: center;
  box-shadow: 0px 0px 15px -1px #ccc;
  -webkit-box-shadow: 0px 0px 15px -1px #ccc;
  -moz-box-shadow: 0px 0px 15px -1px #ccc;
  -ms-box-shadow: 0px 0px 15px -1px #ccc;
  -o-box-shadow: 0px 0px 15px -1px #ccc;
  margin-bottom: 30px;
  font-size: 2rem;
}

.eightcPage .eightcRow .img {
  border: 1px solid #d1d1d1;
  box-shadow: 0px 0px 15px -1px #ccc;
  -webkit-box-shadow: 0px 0px 15px -1px #ccc;
  -moz-box-shadow: 0px 0px 15px -1px #ccc;
  -ms-box-shadow: 0px 0px 15px -1px #ccc;
  -o-box-shadow: 0px 0px 15px -1px #ccc;
  padding: 15px;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.eightcPage .eightcRow .alignCenter {
  height: 100%;
}

@media only screen and (max-width: 990px) {
  .eightcPage .eightcRow .imgBox {
    text-align: center;
    padding: 30px;
  }
}

.eightcPage .eightcRow p {
  background: #fff;
  box-shadow: 0px 0px 15px -1px #ccc;
  -webkit-box-shadow: 0px 0px 15px -1px #ccc;
  -moz-box-shadow: 0px 0px 15px -1px #ccc;
  -ms-box-shadow: 0px 0px 15px -1px #ccc;
  -o-box-shadow: 0px 0px 15px -1px #ccc;
  padding: 15px;
  line-height: 2;
}

@media only screen and (min-width: 991px) {
  .eightcPage .eightcRow p {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.futureSparc .childDevelopment .cdcolWrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.futureSparc .childDevelopment .cdcolWrap .cdCol {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin: 0 2%;
}

.futureSparc .childDevelopment .cdcolWrap .cdCol p {
  padding: 0 10px;
  font-weight: bold;
}

.futureSparc .eightcRow h4 span {
  font-weight: bolder;
}

.futureSparc .eightcRow .imgBox .img {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/*# sourceMappingURL=style.css.map */