html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #1e1e1e;
  background-color: #f6f6f6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 50px;
}

h2,
.h2 {
  font-size: 40px;
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 25px;
}

h6,
.h6 {
  font-size: 20px;
  margin: 0 0 15px;
}

label {
  font-weight: 300;
}

p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.5em;
}

a {
  color: #1e1e1e;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #992174;
  outline-offset: 0px;
  outline: none;
}

/* Page Loader */

#preloader {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

@keyframes boxSpin {
  0% {
    transform: translate(-10px, 0px);
  }

  25% {
    transform: translate(10px, 10px);
  }

  50% {
    transform: translate(10px, -10px);
  }

  75% {
    transform: translate(-10px, -10px);
  }

  100% {
    transform: translate(-10px, 10px);
  }
}

@keyframes shadowSpin {
  0% {
    box-shadow: 20px 30px #0060ff, -30px 10px #0060ff;
  }

  25% {
    box-shadow: 10px 20px #0060ff, -20px -0px #0060ff;
  }

  50% {
    box-shadow: 0px 10px #0060ff, -10px -10px #0060ff;
  }

  75% {
    box-shadow: -10px -10px #0060ff, 10px 10px #0060ff;
  }

  100% {
    box-shadow: 20px 30px #0060ff, -30px 10px #0060ff;
  }
}

#load {
  z-index: 9999;
  background-color: #0060ff;
  opacity: 0.75;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 50%;
  border: 5px solid #0060ff;
  box-shadow: 10px 0px #0060ff, 10px 0px #0060ff;
  animation: shadowSpin 1s ease-in-out infinite;
}

/*Bootstrap OverWriting*/

.fl-width {
  padding-left: 4vw;
  padding-right: 4vw;
  width: 100%;
}

.fl-width2 {
  padding-left: 6vw;
  padding-right: 6vw;
  width: 100%;
}

.fl-width3 {
  padding-left: 8vw;
  padding-right: 8vw;
  width: 100%;
}

.fl-width4 {
  padding-left: 10vw;
  padding-right: 10vw;
  width: 100%;
}

.fl-width5 {
  padding-left: 12vw;
  padding-right: 12vw;
  width: 100%;
}

.no-pad {
  padding: 0px !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-5 {
  margin-right: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.pd-10 {
  padding: 10px;
}

.pd-15 {
  padding: 15px;
}

.pd-20 {
  padding: 20px;
}

.pd-30 {
  padding: 30px;
}

.pd-50 {
  padding: 50px;
}

.pdt-25 {
  padding-top: 25px;
}

.pdb-70 {
  padding-bottom: 70px;
}

.ptb-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-75x50 {
  padding-top: 75px;
  padding-bottom: 50px;
}

/* ===========================
 General sections
============================ */

.c_table {
  width: 100%;
  height: 100%;
  display: table;
}

.c_table_c {
  width: 100%;
  text-align: center;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

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

.leftBox {
  height: auto;
  display: table-cell;
  vertical-align: top;
  width: 50%;
  overflow: hidden;
}

.rightBox {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  overflow: hidden;
}

.section-pad {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-padT {
  padding-top: 60px;
}

.section-padB {
  padding-bottom: 60px;
}

.sectionTitle {
  text-transform: uppercase;
  position: relative;
  text-align: left;
}

/* .sectionTitle::before {
  background: #fcd036 none repeat scroll 0 0;
  bottom: -15px;
  content: "";
  height: 4px;
  position: absolute;
  width: 10%;
  left: 2px;

  margin-left: 10%;
}
 */
.sectionTitleCenter {
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

/* .sectionTitleCenter::before {
  background: #fcd036 none repeat scroll 0 0;
  bottom: -15px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 10%;
  left: 45%;
} */

.titleTabLinks {
  font-size: 18px;
}

.titleTabLinks {
  margin: 0 10px;
}

.titleTabLinks a.activeTab {
  text-decoration: none;
  color: #d7302a;
  outline-offset: 0px;
  outline: none;
}

.textcolor {
  color: black !important;
}

.btn-deStyle,
.btn-grayStyle {
  font-weight: 300;
  font-size: 16px;
  padding: 8px 22px;
  border: 0px;
  transition: all 0.3s ease;
  color: #202020;
  display: inline-block;
  text-transform: uppercase;
  background: rgba(252, 208, 54, 1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn-deStyle:hover {
  color: #fff;
  background: #d7302a;
}

.btn-grayStyle {
  color: #fff;
  background: #202020;
}

.btn-grayStyle:hover {
  color: #fff;
  background: #d7302a;
}

.hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
}

.body-wrapper {
  margin: 0 auto;
  /* min-width: 1024px; */
  position: relative;
  width: 100%;
}

.header-wrapper {
  position: relative;
  z-index: 11;
}

.main-wrapper {
  position: relative;
}

.footer-wrapper {
  position: relative;
}

/* End General sections */

/*Header Section - Logo & Main Nav*/

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.headerTop {
  background-color: #d7302a;
}

.headerInfo {
  color: #ffffff;
  display: block;
  float: right;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: center;
  /* width: 40%; */
}

.headerInfo li {
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  margin-left: 20px;
}

.socialIcon {
  display: inline-block;
  margin: 0;
  text-align: center;
}

.socialIcon li {
  display: inline;
}

.socialIcon a {
  color: #f7f7f7;
  display: inline-block;
  /* line-height: 40px; */
  padding: 7px 0px;
  font-size: 14px;
  border-radius: 4px;
  width: 30px;
}

.socialIcon a:hover {
  color: rgba(252, 208, 54, 1);
}

.headerTop .socialIcon {
  /*background: rgba(255, 255, 255, .10);
      float: right;
     width: 30%;*/
  padding-left: 0;
}

.navbar-header {
  float: right;
}

.headerBottom {
  background: rgba(252, 208, 54, 1);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

.headerBoxBottom .logo {
  /*height: 30px;*/
  display: block;
  padding: 12px 0;
}

.headerBoxBottom .logo img {
  max-width: 100%;
  max-height: 100%;
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}

.btn-applyOn {
  font-size: 16px;
  padding: 8px 22px !important;
  border: 0px;
  transition: all 0.3s ease;
  color: #fff !important;
  display: inline-block;
  background: #202020;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.btn-applyOn:hover {
  color: #fff;
  background: #d7302a;
}

/*End Header Section - Logo & Main Nav*/

.slideWrapper {
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.owl-homeSlider .item {
  background-size: cover;
  background-position: center center;
  width: 100%;
  overflow: hidden;
  clear: both;
  text-align: center;
  position: relative;
}

.owl-homeSlider .item.slide1 {
  background-image: url("../images/slider-bg1.jpg");
  z-index: 1;
}

.owl-homeSlider .item.slide2 {
  background-image: url("../images/slider-bg2.jpg");
  z-index: 1;
}

.owl-homeSlider .item.slide1:after,
.owl-homeSlider .item.slide2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*  background-color: rgba(0, 0, 0, 0.6); */
}

/*
  
.owl-homeSlider .item h1 {
	line-height: normal;
	margin-bottom: 11px;
}
.owl-homeSlider .item h1 span{ 
	background-color: rgba(0, 0, 0, 0.7);
	padding: 2px 20px; 
}
.owl-homeSlider .item p span{ 
	background-color: rgba(0, 0, 0, 0.7); 
	padding: 10px 10px;
}  */

.slideTitle {
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
  width: 50%;
  height: 500px;
}

.slideTitle h1 {
  line-height: 57px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.newsFeed {
  position: relative;
  bottom: 0px;
  height: 40px;
  /* background-color: rgba(0, 0, 0, 0.8); */
  z-index: 10;
  width: 100%;
}

.newsFeedLabel {
  background-color: rgba(252, 208, 54, 1);
  float: left;
  margin: 0px;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  color: black;
}

.newsFeedLabel i {
  margin-right: 9px;
  font-size: 19px;
}

.newsFeedmarquee {
  height: 40px;
  width: 100%px;
  overflow: hidden;
  position: relative;
  /* background-color: black; */
}

.ticker {
  display: flex;
  padding-left: 100%;
  overflow: hidden;
  margin-top: 8px;
}

.ticker ul {
  display: flex;
  list-style: none;
  margin: 0px;
}

.ticker li {
  padding-left: 1rem;
  white-space: nowrap;
  color: #ffffff;
}

.ticker li a {
  color: #ffffff;
  transition: all 0.3s ease;
}

.ticker li a:hover {
  opacity: 0.8;
}

.ticker li:first-child {
  padding-left: 0;
}

.ticker li::before {
  content: "\f0a4";
  display: inline;
  padding-right: 1rem;
  font-family: "FontAwesome";
}

.ticker li:last-child::after {
  content: "\f0a4";
  display: inline;
  padding-left: 1rem;
  font-family: "FontAwesome";
}

/* End NewsFeed Blocks */

.hm-courses-wrapper {
  position: relative;
  clear: both;
}

.hm-inner-wrapper {
  margin: 0;
  overflow: hidden;
  clear: both;
}

.hm-coursesBlocks {
  text-align: center;
}

.hm-coursesBlocks img {
/*   width: auto !important; */
  display: inline-block !important;
  width: 347px !important;
}

.courseBlock {
  padding: 20px !important;
  margin-bottom: 20px;
  position: relative;
  min-height: 310px;
  overflow: hidden;
  background: #ef7600;

  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: none;
}

/*  .courseBlock:hover {
     color: #e7e7e7;
     background: rgba(127, 1, 155, 1);
     background: -moz-linear-gradient(top, rgba(127, 1, 155, 1) 0%, rgba(162, 38, 125, 1) 100%);
     background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(127, 1, 155, 1)), color-stop(100%, rgba(162, 38, 125, 1)));
     background: -webkit-linear-gradient(top, rgba(127, 1, 155, 1) 0%, rgba(162, 38, 125, 1) 100%);
     background: -o-linear-gradient(top, rgba(127, 1, 155, 1) 0%, rgba(162, 38, 125, 1) 100%);
     background: -ms-linear-gradient(top, rgba(127, 1, 155, 1) 0%, rgba(162, 38, 125, 1) 100%);
     background: linear-gradient(to bottom, rgba(127, 1, 155, 1) 0%, rgba(162, 38, 125, 1) 100%);
 } */

/* .courseBlock::after {
     content: "";
     position: absolute;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     background: rgba(127, 1, 155, 1);
 } */

.owl-hm-courses .item {
  padding: 50px 0px;
}

.owl-hm-courses .owl-item.active.center {
  position: relative;
  z-index: 99;
}

.owl-hm-courses .owl-item.active.center .courseBlock {
  background: #dd972a;
  transform: scale(1.1, 1.1);
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.4);
}

.owl-hm-courses .courseBlock {
  color: #ffffff;
}

.courseBlockImg {
  overflow: hidden;
  /* font-size: 70px; */
  text-align: center;
}

.courseBlockInfo {
  height: 150px;
  overflow: hidden;
  margin-top: 67px;
}

.courseBlockInfo h2 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 20px;
}

.courseBlockInfo p {
  margin: 0px 0px;
  font-size: 15px;
  line-height: 17px;
  color: #f3f3f3;
  text-transform: capitalize;
}

.courseBlock-ApplyBtn {
  background-color: #fcd036;
  text-align: center;
  position: absolute;
  bottom: 27px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 20px;
  border: none;
  display: block;
  font-size: 17px;
  text-transform: uppercase;
  width: 150px;
  border-radius: 5px;
}

.courseBlock-ApplyBtn:hover {
  background-color: #ffffff;
  color: #202020;
}

/* End Home Courses Offered Blocks */

.hm-welcome-wrapper {
  /* background-size: cover; */
  position: relative;
  background-color: #fdd037;
}

.hm-welcome-wrapper .leftBox {
  /* background-color: #fdd037; */
}

.hm-welcome-wrapper .rightBox {
  /* background-color: #ffffff; */
}

/* .hm-welcome-wrapper::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: '';
    background-color: rgba(246, 185, 20, 0.9);
    width: 57%;
} */

.sectionTitle {
  color: black;
}

.aboutback {
  background-color: #f8ebbc;
}

.bgImageContent {
  position: relative;
  z-index: 1;
}

.hm-quickForm {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 50px;
  margin-top: 50px;
}

.enquiryFormBox {
  text-align: center;
  background: rgba(255, 255, 255, 1);
  width: 75%;
  padding: 30px;
  position: relative;
  bottom: 75px;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 11px 16px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 11px 16px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 11px 16px -6px rgba(0, 0, 0, 0.3);
}

.enquiryFormBox::after {
  position: absolute;
  content: "";
  background: #ddd;
  bottom: -10px;
  width: 95%;
  height: 10px;
  z-index: -3;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-left: auto;
  box-shadow: 0px 11px 18px -2px rgba(0, 0, 0, 0.5);
}

.enquiryFormBox .form-inline {
  text-align: center;
  display: inline-block;
}

.enquiryFormBox .form-inline .form-group {
  margin-bottom: 10px;
}

.hm-iconBox-wrapper {
  position: relative;
  top: -70px;
  z-index: 11;
}

.hm-iconBox-Box {
  background-color: #d7302a;
  padding: 15px;
}

.hm-iconBox-Box [class*="col-"] {
  padding: 15px;
}

.iconBox {
  background-color: #ffffff;
  padding: 25px;
  color: #000000;
  text-align: center;
}

.iconBox h3 {
  font-size: 16px;
  margin: 0px;
}

.iconBox i {
  color: #d7302a;
  font-size: 20px;
  margin-right: 8px;
}

.hm-univerLogos-wrapper {
  position: relative;
}

.univerLogosBlocks [class*="col-"] {
  border: none;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}

.univerLogosBlocks [class*="col-"] {
  padding: 5px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.univerLogosBlock {
  min-height: 155px;
  padding: 20px 20px;
  background-color: #f6f6f6;
  -webkit-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}

.univerLogosBlocks img {
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

.univerLogosBlocks p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
  color: black;
}

.hm-students-say-wrapper {
  padding-top: 0px;
  padding-bottom: 60px;
  position: relative;
  color: #f7f7f7;
  clear: both;
}

.students-sayBlocks {
  text-align: center;
}

.students-sayBlock {
  /*  padding: 20px;*/
  position: relative;
  overflow: hidden;
}

.studentPic {
  font-size: 70px;
  margin-bottom: 10px;
  display: block;
}

.studentComment {
  margin-top: 30px;
}

.footer-wrapper {
  background-image: url(../images/hm-studentsayingBg.jpg);
}

.footerBox {
  color: black;
  background-color: #f3f3f3;
}

.footerBox a {
  color: black;
}

.footerInfo .h4 {
  margin-bottom: 30px;
  position: relative;
}

/* .footerInfo .h4::before {
  background: #fcd036 none repeat scroll 0 0;
  bottom: -15px;
  content: "";
  height: 4px;
  position: absolute;
  width: 10%;
  left: 2px;
}
 */
.ft-links a {
  display: block;
  margin-bottom: 7px;
}

.ft-links a:hover {
  color: #d7302a;
}

.ft-parag p {
  margin-bottom: 5px;
}

.ft-parag p span {
  color: #d7302a;
}

.footerBottom {
  background: #202020;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  color: #ebebeb;
}

/* End Footer */

.scroll-top {
  bottom: 17px;
  color: #ffffff;
  display: inline-block;
  font-size: 19px;
  line-height: 18px;
  padding: 4px 8px;
  position: fixed;
  right: 2%;
  width: auto;
  z-index: 100;
  border-radius: 3px;
  background: rgba(252, 208, 54, 1);
  background: -moz-linear-gradient(left,
      rgba(252, 208, 54, 1) 0%,
      rgba(244, 184, 55, 1) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(252, 208, 54, 1)),
      color-stop(100%, rgba(244, 184, 55, 1)));
  background: -webkit-linear-gradient(left,
      rgba(252, 208, 54, 1) 0%,
      rgba(244, 184, 55, 1) 100%);
  background: -o-linear-gradient(left,
      rgba(252, 208, 54, 1) 0%,
      rgba(244, 184, 55, 1) 100%);
  background: -ms-linear-gradient(left,
      rgba(252, 208, 54, 1) 0%,
      rgba(244, 184, 55, 1) 100%);
  background: linear-gradient(to right,
      rgba(252, 208, 54, 1) 0%,
      rgba(244, 184, 55, 1) 100%);
  /*  background: rgba(127, 1, 155, 1);
    background: -moz-linear-gradient(left, rgba(127, 1, 155, 1) 0%, rgba(162, 38, 125, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(127, 1, 155, 1)), color-stop(100%, rgba(162, 38, 125, 1)));
    background: -webkit-linear-gradient(left, rgba(127, 1, 155, 1) 0%, rgba(162, 38, 125, 1) 100%);
    background: -o-linear-gradient(left, rgba(127, 1, 155, 1) 0%, rgba(162, 38, 125, 1) 100%);
    background: -ms-linear-gradient(left, rgba(127, 1, 155, 1) 0%, rgba(162, 38, 125, 1) 100%);
    background: linear-gradient(to right, rgba(127, 1, 155, 1) 0%, rgba(162, 38, 125, 1) 100%); */
}

/* ====******== Inner Pages =====*****==== */

#innerPageBanner {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 250px;
}

.img-left {
  float: left;
  max-width: 450px;
  margin-right: 30px;
  margin-bottom: 10px;
}

.abttext p {
  margin-bottom: 2px;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-overlay {
  position: relative;
  z-index: 0;
}

.bg-overlay:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.75);
}

.page-header-title {
  text-align: center;
}

.page-header-title h2 {
  position: relative;
  margin: 0;
  padding-bottom: 0px;
  color: #e0e0e0;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
}

/*  .page-header-title h2:before {
     content: " ";
     position: absolute;
     right: 0;
     bottom: 0;
     width: 60px;
     height: 2px;
     background-color: #ec1d25;
 }
  */

.page-header-title p {
  color: #fff;
  font-size: 30px;
  color: #1e1e1e;
}

.innerPageWrapper {}

.img-gallery {
  padding: 20px;
  border: 1px solid #fff;
  text-align: center;
  position: relative;
  background-color: #f6f2e4;
}

.img-gallery a.fancybox {
  height: 160px;
  overflow: hidden;
  width: 100%;
  display: block;
}

.img-gallery p {
  margin: 0px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-gallery img {
  margin-left: auto;
  margin-right: auto;
}

.news-wrapper {
  width: 100%;
  height: auto;
  padding: 25px 25px;
  background-color: #f6f2e4;
  margin-bottom: 15px;
  position: relative;
  -webkit-box-shadow: 0px 7px 8px -7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 8px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 8px -7px rgba(0, 0, 0, 0.2);
}



.news-wrapper p {
  margin-bottom: 10px;
}

.newsdate {
  font-size: 15px;
  font-weight: 700;
  color: #d7302a;

}

.contactBox {}

.contactBox .leftBox {
  background-color: #f6f2e4;
}

.contactBox .rightBox {
  background-color: #303030;
}

.contctBox {
  padding-bottom: 20px;
  color: #fff;
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
}

.contctBox:last-child {
  padding-bottom: 0px;
}

.contactIcon {
  font-size: 25px;
  margin-right: 6px;
  vertical-align: middle;
  position: absolute;
  left: 0px;
  display: inline;
}

.sendMessage {
  padding: 50px;


}

.sendMessage .form-control {
  border-radius: 0px;
}

.sendMessage .form-group {
  margin-bottom: 10px;
}

.sendMessage .form-group:last-child {
  margin-bottom: 0px;
}

.contactInfo {
  padding: 50px 40px 40px 40px;

}

.googleMap {
  margin-top: 25px;
}

.modal-header .close {
  font-size: 25px;
  color: #d7302a;
  opacity: 1;
}

.modal-header .modal-title {
  text-transform: uppercase;
}

.applyOnlineForm {}

.applyOnlineFormBox {
  padding: 0px;
  border: 1px solid #ffffff;
  background-color: #f6f2e4;
  margin-bottom: 30px;
}

.applyOnlineFormBox h5 {
  background-color: #d7302a;
  color: #ffffff;
  padding: 8px 10px;
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
  display: block;
  clear: both;
}

.applyOnlineFormBox .form-control {
  border-radius: 0px;
}

/*-----------Horizontal Tab Accordion-----------*/

ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
  padding: 10px 0px;
  list-style: none;
  cursor: pointer;
  float: left;
  border: 0px;
  transition: all 0.3s ease;
  color: #ffffff;
  cursor: pointer;
  width: 33.33%;
  text-align: center;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  text-transform: capitalize;
}

.resp-tabs-list li:last-child {
  border-right: 0px;
}

.resp-tabs-container {
  padding: 25px 25px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  /*  padding: 15px; */
}

.resp-tab-active {

  /* margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
  border-bottom: 4px solid #FFF !important;
  border-top: 0px; */
  color: #d7302a !important;


}

.resp-tabs-list li:hover {
  background-color: #fff !important;
  ;
  color: #d7302a !important;
}

.resp-tab-active {
  border-bottom: none;
  /* background-color: #fff; */
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

.resp-tab-content {
  /* border: 1px solid #c1c1c1; */
  border-top-color: #8c206b;
}

h2.resp-accordion {
  font-size: 16px;
  border: 1px solid #c1c1c1;
  /* border-top: 0px solid #c1c1c1; */
  margin: 0px;
  margin-top: 5px;
  padding: 15px 15px;
  text-transform: capitalize;
  color: #FFF;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 15px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9b9797;
}

/*-----------Accordion styles-----------*/

h2.resp-tab-active {
  color: #fff !important;
  background: #292929 !important;
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1;
  /* !important;*/
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1;
  /* !important;*/
}

/* Only For Course page modification*/
.cp-coursesBlocks .courseBlock {
  border-radius: 0px;
  background: #f6f2e4;
}

.cp-coursesBlocks .courseBlock .courseBlockInfo p {
  color: #1e1e1e;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/

@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #c1c1c1;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}

/*-----------End Horizontal Tab Accordion-----------*/

/* ====******== MediaScreen Starts with "max-width" =====*****==== */

@media (max-width: 1199px) {}

@media (max-width: 1024px) {

  .fl-width,
  .fl-width2,
  .fl-width3,
  .fl-width4,
  .fl-width5 {
    padding-left: 2vw;
    padding-right: 2vw;
    width: 100%;
  }
}

@media (max-width: 991px) {

  .text-left,
  .text-right {
    text-align: center;
  }
}

@media (max-width: 768px) {}

@media screen and (max-width: 767px) {
  .owl-homeSlider .slideTitle {
    width: 100%;
  }

  .slideTitle h1 {
    line-height: normal;
    margin-bottom: 1px;
    font-size: 30px;
  }

  .enquiryFormBox .form-inline {
    display: block;
  }

  .leftBox {
    height: auto;
    display: block;
    width: 100%;
    vertical-align: top;
    float: left;
  }

  .rightBox {
    display: block;
    width: 100%;
    vertical-align: top;
    float: left;
  }

  .img-left {
    float: none;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {

  .headerInfo,
  .headerTop .socialIcon {
    width: auto;
  }

  .page-header-title h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .page-header-title p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 414px) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {}

@media only screen and (min-device-width: 992px) and (max-device-width: 1200px) {}

/* =====*******==== MediaScreen Starts with "min-width" =====*******==== */

@media only screen and (min-width: 414px) {
  /* Tab portrait ----------- */
}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 991px) {}

@media only screen and (min-width: 1024px) {
  /* Desktops ----------- */
}

@media only screen and (min-width: 1200px) {
  /* XLarge screens ----------- */
}

@media only screen and (min-width: 1224px) {
  /* XLarge screens ----------- */
}

@media only screen and (min-width: 1524px) {
  /* XXLarge screens ----------- */
}

@media only screen and (min-width: 1824px) {
  /* XXXLarge screens ----------- */
}

/* CSS Animations ----------- */

.fa-facebook {
  background: #3b5998;
  color: white;
}

.fa-twitter {
  background: #55acee;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

/* PRELOADER */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999999999;
}

.preloader--spinners {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: preloaderRotate 2s infinite linear;
  animation: preloaderRotate 2s infinite linear
}

.preloader--spinner {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #ecbf0c;
  border-radius: 100%;
  -webkit-animation: preloaderBounce 2s infinite ease-in-out;
  animation: preloaderBounce 2s infinite ease-in-out
}

.preloader--spinner-2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

@-webkit-keyframes preloaderRotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes preloaderRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes preloaderBounce {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes preloaderBounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


/* uiversity slider */ 

 /* download button */
 .down {
  background-color: rgba(252, 208, 54, 1);
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
  margin-top: 10px;
  color:black;
}

/* Darker background on mouse-over */
.down:hover {
  background-color: rgba(252, 100, 0, 1);
}

.spaceBottom
{
  margin-bottom: 50px !important;
}