@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');
font-family: 'Comfortaa',
cursive;
font-family: 'Ubuntu',
sans-serif;
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  color: #333;
}

.header {
  float: left;
  width: 100%;
  height: 52px;
  background: #0c3c48;
  padding: 10px;
}

.menu-header {
  float: left;
  width: 100%;
  height: 97px;
  background: #ffffff;
  box-shadow: 4px 0px 10px rgba(128, 128, 128, 0.6);
  position: relative;
  z-index: 9999999;
}

.banner-slider {
  float: left;
  width: 100%;
  height: 72vh;
  /* background: #eeeeee; */
}

.carousel-inner {
  position: relative;
  width: 100%;
  height: 72vh !important;
  overflow: hidden;
}

.cust-carousel-inner {
  position: relative;
  width: 100%;
  height: auto!important;
  overflow: hidden;
  margin-top: -60px;
}

.about-academy {
  float: left;
  width: 100%;
  height: auto;
  background: url("../images/about-leoacademy-building.jpg") right no-repeat #ffffff;
  padding: 80px 40px;
}

.programs {
  float: left;
  width: 100%;
  height: auto;
  padding: 80px 40px;
  background: url("../images/bg3.jpg") fixed;
  background-size: cover;
}

.admissions {
  float: left;
  width: 100%;
  height: auto;
  background: url("../images/2414047.jpg") #051e3e fixed;
  background-size: cover;
  /*background: #fff;*/
  padding: 80px 40px;
}

.student-life {
  float: left;
  width: 100%;
  height: 520px;
  /* background: #2bbec5; */
  padding: 80px 40px;
  background: url("../images/bg4.jpg") fixed;
  background-size: cover;
}

.student-testimonial {
  float: left;
  width: 100%;
  height: auto;
  background: url(../images/pattern-overlay1.png) #fff no-repeat center;
  background-size: cover;
  padding: 80px 40px;
}

.footer {
  float: left;
  width: 100%;
  height: auto;
  background: #0c3c48;
  padding: 80px 40px;
}

.section-title {
  font-family: 'Merriweather', serif;
  font-size: 32px;
  font-weight: bold;
  color: #07458e;
  letter-spacing: 1px;
  margin-bottom: 25px;
  width: 100%;
}

.sm-section-title {
  font-size: 24px;
}

.text-center {
  text-align: center;
}

.color-white {
  color: #fff !important;
}


/*----------------Header Menu-----------------------*/

.top-menu-left {
  float: left;
  width: 50%;
}

.top-menu-left  {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 0px 10px;
  text-decoration: none;
  letter-spacing: 0.5px;
  position: relative;
  top: -9px;
  font-family: 'Merriweather', serif;
}

.top-menu-center {
  float: right;
  width: 30%;
  text-align: right;
}

.top-menu-right {
  float: right;
  width: 50%;
  height: 30px;
  text-align: right;
}
.top-menu-right a{
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 0px;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.top-menu-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-menu-right ul li {
  display: inline;
  color: #fff;
}

.top-menu-right .menu-link ul li a {
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 4px 10px;
  margin: 0px 4px;
  text-decoration: none;
  transition: 0.4s ease;
}

.top-menu-right .menu-link ul li a:hover {
  color: #10d1e0;   
}

.top-menu-right .menu-social ul li .social-img {
  background: #1b8aa9;
  margin: 0px 6px;
  border-radius: 3px;
  border: 1px solid #1b8aa9;
}

.menu-link {
  float: right;
}

.menu-social {
  float: right;
  margin: -2px;
}

.para {
  font-size: 15px;
  font-weight: 500;
}

.para1 {
  font-size: 15px;
}

.para2 {
  font-size: 17px;
  font-weight: 500;
}


/*
.top-menu-right{
    float: right;
    width: 18%;
    text-align: right;
}
.center-list{
	padding:0;
	margin: 0;
}
.center-list li{display: inline-block;padding: 0px;text-align: right;}
.center-list li a{
    color: #fff;
    text-align: right;
    text-decoration: none;
}
.top-menu-right ul li a img {
    width: 34px;
    height: 34px;
    background: #21579d;
    padding: 4px;
    border-radius: 100%;
    transition: .4s ease;
    border: 1px solid;
}
*/


/*
ul{
	padding:0;
	margin: 0;
	list-style:none;
}
.social-part .fa{
    padding-right:20px;
}
ul li a{
    margin-right: 20px;
}
*/

.cust-drop-menu {
  position: absolute;
  top: 67px;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #f9f9f9;
  border: none;
  border-radius: 0px;
}


/*-----------Second header-------------*/

.menu-header-left {
  float: left;
  height: 94px;
  padding: 0px;
}

.logo {
  float: left;
  margin-top: 2px;
  background: #fff;
  border-radius: 100px;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.18);
}

#headermenu {
  padding: 20px 40px;
}

.nav-link {
  color: #000 !important;
  font-size: 16px;
  padding: 7px 10px !important;
}

.applyonline {
  /* float: right; */
  /* width:20%; */
  text-align: right;
}
/*.stickyBar {
    position: relative;
    height: 97px;
    padding: 6px;
    z-index: 9999;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.26);
}*/


/*------------Banner slider-----------------*/

.carousel-caption {
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* padding: 20px; */
  /* border-radius: .5rem; */
}

.form-box {
  float: right;
  width: 27%;
  height: auto;
  background: #074590;
  padding: 18px;
  border-radius: 8px;
  position: absolute;
  top: 5%;
  right: 40px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.32);
}

.custom-enquire {
  border-radius: 4px;
  border: none;
  background: #296aba;
  padding: 6px;
}

::placeholder {
  color: #fff !important;
  font-size: 14px;
  padding: 0px 12px;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
  font-size: 14px;
  padding: 0px 12px;
  color: #074590;
}

.send-info {
  width: 100%;
  font-size: 18px;
  background: #041f41;
  color: #fff;
  padding: 8px;
  border: 3px solid #296bbb;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.43);
}

.enquire-title {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 16px;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  border-radius: 54px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, .5);
}

.custom-indicators {
  width: 100px;
  margin: 0 auto;
  padding: 10px 10px;
  bottom: 10px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.29);
  cursor: pointer;
}

.carousel-indicators .active {
  background: #2bbec5;
}

.custom-indicators li {
  background: #333;
}


/*-----------------About section----------------*/

.about-left {
  float: left;
  width: 100%;
  height: 400px;
}

.readmore-btn {
  color: #333;
  text-decoration: none;
  position: relative;
  top: 40px;
  padding: 10px 14px 10px 20px;
  border: 2px solid #084590;
  font-size: 14px;
  font-weight: bold;
  transition: .4s ease;
  border-radius: 40px;
}

.readmore-btn:hover {
  color: #333;
  text-decoration: none;
  transition: .4s ease;
}

.readmore-btn:hover img {
  position: relative;
  right: -2px;
  transition: 0.4s ease;
}

.about-right {
  float: left;
  width: 100%;
  height: 400px;
  background: url(../images/about-leoacademy-building.jpg) no-repeat center center;
  background-size: 100%;
}


/*------------------program-box----------------*/

.program-box {
  float: left;
  width: 100%;
  height: 260px;
  background: #fff;
  margin-top: 15px;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.22);
  transition: 0.4s ease;
  transform: scale(1);
}

.standard-pkg2 {
  float: left;
  width: 100%;
  height: auto;
  height: auto;
  background: url(../images/standard-thumb-candlelight.jpg) center;
  background-size: cover;
  transition: 0.4s ease;
  transform: scale(1);
}

.standard-pkg2:hover {
  float: left;
  width: 100%;
  height: auto;
  background: url(../images/standard-thumb-candlelight.jpg) center;
  background-size: cover;
  transition: 0.4s ease;
  transform: scale(1.08);
}

.prgm-img {
  float: left;
  width: 100%;
  height: auto;
  background: #f1f1f1;
  border-radius: 4px 4px 0px 0px;
}

.prgm-img img {
  border-radius: 4px 4px 0px 0px;
}

.prgm-title {
  font-family: 'Ubuntu', sans-serif;
  float: left;
  padding: 25px;
  width: 100%;
  height: 90px;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}


/*-----------------admission-box--------------------*/

.admission-box1 {
  float: left;
  width: 100%;
  height: 285px;
  background: #2bbec5;
  padding: 24px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.admission-box2 {
  float: left;
  width: 100%;
  height: 240px;
  background: #2bbec5;
  padding: 24px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.admission-box3 {
  float: left;
  width: 100%;
  height: 545px;
  background: #2bbec5;
  padding: 24px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.admission-box3 h6 {
  margin-left: 30px;
  color: #ffeb3b;
}

.admission-title {
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.5px;
}

.admission-para {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 0px 30px;
  margin-bottom: 15px;
  width: 90%;
}

.admission-para1 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 0px 30px;
  margin-bottom: 15px;
  width: 90%;
}

.admission-list {
  list-style: none;
  margin: 0px 0px 15px 0px;
  padding: 0px 25px;
}

.admission-list li {
  font-size: 14px;
  color: #fff;
  background: url("../images/icon-bullet.png") no-repeat 0px 2px;
  padding-left: 20px;
  line-height: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.admission-list-black {
    list-style: none;
    margin: 0px 0px 15px 6px;
    padding: 0px 25px;
}
.admission-list-black li {
  font-size: 14px;
  color: #fff;
  background: url("../images/icon-bullet.png") no-repeat 0px 2px;
  padding-left: 20px;
  line-height: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.adm-list-title {
  margin-left: 30px;
  color: #083a77;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}

.admission-list1 {
  list-style: none;
  margin: 0px;
  padding: 0px 25px;
}

.admission-list1 li {
  font-size: 14px;
  color: #000;
  background: url("../images/icon-bullet.png") no-repeat 0px 6px;
  padding-left: 20px;
  line-height: 25px;
}


/*-----------Studen Life-------------*/

.student-box {
  float: left;
  width: 100%;
  height: auto;
  /* overflow: hidden; */
  border-radius: 4px;
  transition: 0.4s ease;
  transform: scale(1);
}


/*.student-img{
	float:left;
	width:100%;
	height: auto;
	margin-bottom: 25px;
	border-radius: 4px;
	border: 5px solid #fff;
}*/

.student-pkg2 {
  float: left;
  width: 100%;
  height: 225px;
  transition: 0.4s ease;
  transform: scale(1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.22);
}

.student-pkg2:hover {
  float: left;
  width: 100%;
  height: 225px;
  transition: 0.4s ease;
  transform: scale(1.08);
}

.student-img img {
  border-radius: 4px;
  height: 225px;
}

.student-title {
  font-family: 'Ubuntu', sans-serif;
  float: left;
  padding: 25px;
  width: 100%;
  height: 90px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}


/*----------------------------------*/

.testmonial-slider {
  position: absolute;
  top: 130px;
}

.carousel-control-prev-icon {
  position: absolute;
  left: -33px;
  top: 17px;
}

.carousel-control-next-icon {
  position: absolute;
  right: -36px;
  top: 17px;
}

.testmonial-slider .active {
  background: #2bbec5;
}

.testmonial-slider li {
  background: #cacaca;
}

.textmonial-name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-top: 8px;
}

.line {
  width: 40px;
  height: 2px;
  background: #083a77;
  float: left;
  position: relative;
  top: 12px;
  left: -8px;
}


/*-----------Footer--------------*/

.footer-left {
  float: left;
  width: 100%;
}

.footer-menu {
  margin-bottom: 20px;
}

.footer-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-list li {
  display: inline-block;
  padding: 4px 14px 4px 4px;
}

.footer-list li a {
  font-family: 'Merriweather', serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  margin-right: 0px !important;
  transition:0.4s ease;
}

.footer-list li a:hover {
  color: #00bcd4;
  margin-right: 0px !important;
  transition:0.4s ease;
}

.footer-list-sm {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-list-sm li {
  display: inline-block;
  padding: 4px 14px 4px 4px;
}

.footer-list-sm li a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  margin-right: 0px !important;
}

.copyright {
  text-align: left;
  font-size: 13px;
  color: #68858c;
  /* padding: 0px 18px; */
  letter-spacing: .5px;
}

.information-btn {
  float: left;
  font-size: 15px;
  font-weight: 500;
  width: 280px;
  background: #00BCD4;
  color: #fff;
  padding: 8px 19px;
  transition: .4s ease;
  border-radius: 8px;
  text-decoration: none;
  margin-bottom: 7px;
}

.information-btn:hover {
  color: #fff;
  text-decoration: none;
}

.bg-whatup {
  background: #14b04f;
}

.bg-email {
  background: #2196F3;
}

.f-btn-group {
  float: right;
  margin-bottom: 31px;
}

.social-icon-group {
  float: left;
  width: 77%;
  text-align: right;
  /* margin-bottom: 200px; */
}

.social-icon-group ul li a img {
  width: 34px;
  height: 34px;
  background: #21579d;
  padding: 4px;
  border-radius: 100%;
  transition: .4s ease;
  border: 1px solid;
}

.footer-logo {
  margin-bottom: 25px;
}

.bottom-line-left:after {
  content: '.';
  display: block;
  height: 1px;
  width: 100px;
  /* margin: 0px auto; */
  text-indent: -9999px;
  /* border-top: 3px solid #84c44c;
    position: relative;
    top: 7px;*/
}

.bottom-line-center:after {
  content: '.';
  display: block;
  height: 1px;
  width: 100px;
  margin: 0px auto;
  text-indent: -9999px;
  /* border-top: 3px solid #84c44c; */
  /* position: relative; */
  /* top: 4px; */
}

.cust-applybtn {
  background: #03A9F4;
  padding: 5px 20px;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  margin: 20px 32px;
  transition: 0.4s ease;
}

.cust-applybtn:hover {
  color: #fff;
  background: #2196F3;
  transition: 0.4s ease;
}

.footer-title {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #fff;
  margin-bottom: 6px;
  text-align: left;
}

.menu-social1 {
    float: left;
    margin-left: -105px;
}


/*---------------------About Page------------------------*/

.about-academy1 {
  float: left;
  width: 100%;
  height: auto;
  padding: 40px;
}

.about-banner {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 45px;
}

.about-banner img {
  border-radius: 10px;
}

.about-grp {
  float: left;
  margin-bottom: 40px;
}

.m-b-25 {
  margin-bottom: 30px;
}

.width-section {
  width: 78%;
}

.width-section-fac {
  width: 78%;
  background: rgba(255, 255, 255, 0.2);
  padding: 30px;
  border-radius: 10px;
}

.about-vision {
  float: left;
}

.choice-academy {
  float: left;
  width: 100%;
  height: auto;
  padding: 80px 40px;
  background: url(../images/bg-img1.jpg) #84c44c fixed;
  background-size: cover;
}

.about-leoacademy {
  float: left;
  width: 100%;
  margin-left: 16px;
}

.color-black {
  color: #000;
}

.color-black li {
  color: #000;
}

.about-principle {
  float: left;
  width: 100%;
  height: auto;
  padding: 80px 40px;
}

.principle-leoacademy {
  float: left;
  width: 100%;
}

.principal-border {
  float: left;
  width: 100%;
  border: 1px dashed #84c44c;
  padding: 8px;
  border-radius: 20px;
}

.principle-img {
  float: left;
  width: 100%;
  height: auto;
  background: #eee;
  border-radius: 20px;
}

.principle-img img {
  border-radius: 10px;
}

.faculty {
  float: left;
  width: 100%;
  height: auto;
  background: #fdfbbe;
  padding: 40px;
}

.width-54 {
  width: 54%;
}

.faculty-width {
  float: left !important;
  width: 100% !important;
  height: auto!important;
  overflow: auto !important;
  overflow-y: hidden !important;
}

.inner-wrapper-width {
  float: left;
  width: 1500px;
  height: auto;
  padding: 6px 0px;
}

.row-faculty {
  float: left;
  width: 100%;
}

.faculty-box {
  float: left;
  width: 340px;
  height: 450px;
  background: #fff;
  padding: 14px;
  margin: 4px 8px;
}

.faculty-img {
  float: left;
  width: 100%;
  height: auto;
}

.faculty-circle {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  position: relative;
  top: 0px;
  left: -7px;
}

.img-height-box {
  float: left;
  width: 100%;
  height: 128px;
}

.faculty-text-height {
  float: left;
  width: 100%;
  /* margin-bottom: 48px; */
  height: auto;
  margin-left: -17px;
  text-align: center;
}

.faculty-text-name {
  font-weight: 500;
}

.color-liteblue {
  color: #083a77;
}

.faculty-content {
  float: left;
  width: 100%;
  height: auto;
  padding: 10px;
}

.faculty-para {
  font-size: 14px;
}


/* -------------- main scrollbar ---------------- */

::-webkit-scrollbar {
  width: 8px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background-color: #c5c5c5;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #2bbec5;
}


/* Scrollbar Styling ends*/

.faculty-carousel-indicators {
  bottom: -30px;
}

.faculty-carousel-indicators .active {
  background: #000;
  border: 1px solid #ccc;
  background: #000;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border-radius: 30px;
}

.faculty-carousel-indicators li {
  background: #000;
  border: 1px solid #ccc;
  background: #083a77;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border-radius: 30px;
}


/*-----------Programs---------*/

.wrapper {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.bg-none {
  background: none;
}

.duration {
  line-height: 30px;
}
.duration1 {
  font-weight: 800;
  line-height: 30px;
}

.course-structure {
  float: left;
  width: 15%;
  font-size: 20px;
  padding: 4px 0px;
  font-weight: normal;
  border-bottom: 2px solid;
  margin-bottom: 20px;
}

.diploma-course-structure {
  float: left;
  width: 40%;
  font-size: 20px;
  padding: 4px 0px;
  font-weight: normal;
  border-bottom: 2px solid;
  margin-bottom: 20px;
}

.breadcrumb {
  padding: 10px 0px;
  margin-bottom: 1rem;
  background: none !important;
  border-radius: .25rem;
}

.bachelor-hotel {
  float: left;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 40px;
}

.course-structure-box {
  float: left;
  width: 100%;
  margin-top: 76px;
}

.course-grp {
  float: left;
  margin-top: 64px;
  /* position: relative; */
  margin-bottom: 40px;
}

.course-box {
  float: left;
  width: 324px;
  height: 550px;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 8px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.09);
}

.d-food-height {
  height: 254px;
}

.sm-c-box {
  float: left;
  width: 150px;
  height: 36px;
  background: #d4e8ff;
  border-radius: 20px;
  position: relative;
  /* left: 85px; */
  padding: 5px;
  text-align: center;
  font-weight: bold;
  color: #073a77;
  margin-bottom: 25px;
  bottom: 55px;
  letter-spacing: 0.5px;
}

.course-list {
  padding: 0;
  margin: 0;
}

.course-list li {
  border: none;
  border-bottom: 1px dashed #84c44c;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  color: #083a76;
  margin-bottom: 8px;
  background: url("../images/arrow_bullet.png") left no-repeat;
  padding-left: 15px;
}

.border-none li {
  border: none;
}

.row-width {
  float: left;
  width: 100%;
  padding: 0px 20px;
}

.sm-c-box::after {
  width: 100%;
  height: 27px;
  content: "";
  background: url(../images/icon-downarrow-tips.png) no-repeat center center;
  display: block;
}

.theory-title {
  font-size: 20px;
  color: #8dc234;
}

.Practical-title {
  font-size: 20px;
  color: #8dc234;
}

.m-b-10 {
  margin-bottom: 10px;
}

.c-b-height {
  height: 180px;
}

.color-orange {
  color: #ff5722;
}

.program-bg {
  float: left;
  width: 100%;
  height: auto;
  padding: 0px 40px 80px 40px;
}

.see-courses-btn {
  background: #2bbec5;
  color: #fff;
  text-decoration: none;
  position: relative;
  top: 40px;
  padding: 10px 14px 10px 20px;
  font-size: 14px;
  font-weight: bold;
  transition: .4s ease;
  border-radius: 40px;
}

.see-courses-btn:hover {
  color: #fff;
  text-decoration: none;
  transition: .4s ease;
}

.tourism-hospitality-bg {
  float: left;
  width: 100%;
  height: auto;
  background: #84c44c;
  padding: 80px 40px;
}

.courses-bg-btn {
  background: #fff;
  color: #073a79;
}

.courses-bg-btn:hover {
  background: #fff;
  color: #073a79;
}

.diploma-food-bg {
  float: left;
  width: 100%;
  height: auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2bbec5+0,1e99bb+100 */
background: #2bbec5; /* Old browsers */
background: -moz-linear-gradient(-45deg, #2bbec5 0%, #1e99bb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #2bbec5 0%,#1e99bb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #2bbec5 0%,#1e99bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bbec5', endColorstr='#1e99bb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 80px 40px;
}

.diploma-food-beverage {
  float: left;
  width: 100%;
  height: auto;
  padding: 80px 40px;
}

.diploma-food-bakery {
  float: left;
  width: 100%;
  height: auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2bbec5+0,1e99bb+100 */
background: #2bbec5; /* Old browsers */
background: -moz-linear-gradient(-45deg, #2bbec5 0%, #1e99bb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #2bbec5 0%,#1e99bb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #2bbec5 0%,#1e99bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bbec5', endColorstr='#1e99bb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 80px 40px;
}

.diploma-front-ofc {
  float: left;
  width: 100%;
  height: auto;
  padding: 80px 40px;
}

.diploma-housekeeping {
  float: left;
  width: 100%;
  height: auto;
  background: #84c44c;
  padding: 80px 40px;
}


/*------------Admissions--------------*/

.admissions-bg {
  float: left;
  width: 100%;
  height: auto;
}

.admission-requirements {
  float: left;
  width: 100%;
  height: auto;
  background: url(../images/bg-img1.jpg) #1e99bb fixed;
  background-size: cover;
  padding: 80px 40px;
}

.admission-procedure {
  float: left;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 80px 40px;
}

.Policies-procedure {
  float: left;
  width: 100%;
  height: auto;
  background: url(../images/bg-img1-rev.jpg) #1e99bb fixed;
  background-size: cover;
  padding: 80px 40px;
}

.apply-admission {
  float: left;
  width: 100%;
  height: 350px;
  background: #fff;
  padding: 80px 40px;
  /*background: url(../images/bg-img2.jpg) #84c44c fixed;
	background-size: cover;*/
}

.apply-admission-btn {
  font-size: 16px;
  background: #2d75c9;
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
  transition: 0.4s ease;
}

.apply-admission-btn:hover {
  color: #fff;
  background: #1f61b1;
  transition: 0.4s ease;
}

.white-bullet li {
  background: url(../images/icon-bullet-white.png) no-repeat 0px 2px !important;
}

.btm-line-white:after {
  /* border-top: 3px solid #fff; */
}


/*-----------------FAQ'S--------------*/

.faq-bg {
  float: left;
  width: 100%;
  height: 630px;
}

.card-title {
  height: auto!important;
  margin: 0 auto;
  border: none;
  margin-bottom: 3px;
}

.card-header {
  background: #2e76cb;
  border: none;
  font-weight: 700;
  font-size: 14px;
  border-radius: 6px 6px 0px 0px!important;
}

.c-p-body {
  background: #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  border-radius: 0px 0px 6px 6px;
}

.card-link {
  color: #fff;
  text-decoration: none!important;
}

.card-link:hover {
  color: #fff;
  text-decoration: none!important;
}


/*-----------------Student Life--------------*/

.student-bg {
  float: left;
  width: 100%;
  height: auto;
}

.accommodation {
  float: left;
  width: 100%;
  height: auto;
  padding: 20px;
}

.accommodation-img {
  float: left;
  width: 100%;
  height: 400px;
  background: url(../images/programs-img3.png) no-repeat;
  background-size: 100%;
}

.counter-position {
  position: relative;
  top: 47px;
  left: -66px;
}

.campus-facilities {
  float: left;
  width: 100%;
  height: auto;
  background: url(../images/bg-img1.jpg) #84c44c fixed;
  background-size: cover;
  padding: 80px 40px;
}

.right-tick li {
  background: url(../images/icon-tick-mark.png) no-repeat 0px 6px;
  padding: 5px 35px;
  font-size: 16px;
}

.list-font-lg {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #333;
}

.list-font-sm {
  font-size: 15px;
  line-height: 20px;
}

.placement-cell {
  float: left;
  width: 100%;
  height: auto;
  padding: 80px 40px;
}

.placement-img {
  float: left;
  width: 100%;
  height: 400px;
  background: url(../images/programs-img4.jpg) no-repeat;
  background-size: 100%;
}

.title-grp {
  float: left;
  width: 100%;
  height: auto;
}

.content-img {
  float: left;
  width: 12%;
  height: 70px;
}

.content-text {
  float: left;
  margin-top: 12px;
  width: 88%;
}

.fontsize-16 {
  font-size: 16px !important;
}

.fontsize-18 {
  font-size: 18px !important;
}

.director-name {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.contact-bg {
  float: left;
  width: 100%;
  height: auto;
  padding:0px;
}

.call-grp {
  float: left;
  width: 50%;
  height: 60px;
}

.img-height {
  /* width: 34px; */
  /* height: 34px; */
}

.call-grp a {
  font-size: 16px;
  font-weight: 500;
  color: #073978;
  list-style: none;
  text-decoration: none;
}

.contact-left {
  float: left;
  width: 100%;
  background: url(../images/box1.png) no-repeat;
  background-size: 100%;
  height: 470px;
  padding: 20px;
  margin-bottom: 40px;
}

.contact-grp {
  width: 100%;
  padding: 8px 64px;
}

.contact-right {
  float: left;
  width: 100%;
  height: 400px;
  background: url(../images/contact-character.png) no-repeat;
  background-size: cover;
}

.contact-sub-title {
  font-family: 'Ubuntu', sans-serif;
  font-size: 23px;
  font-weight: bold;
  color: #07458e;
  letter-spacing: 0.5px;
  margin-top: 54px;
  margin-left: 64px;
  /* padding: 0px 160px 0px 0px; */
  width: 75%;
}

.contact-map {
  float: left;
  width: 100%;
  height: 510px;
  background: #eee;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 40px;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.custom-hr {
  margin-top: 0px;
}


/*------------Sticky Header------------------------*/

.sticky-bg {
  float: left;
  width: 100%;
  background: #ffffff;
}

.search-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 60px;
  background: #ffffff;
  width: 100%;
  z-index: 9999;
  box-shadow: 4px 0px 10px rgba(128, 128, 128, 0.6);
}

.address-grp {
  float: left;
  width: 100%;
}

.st-dtls {
  font-size: 13px;
}

.black-bullet {
  color: #000 !important;
}

.table-style {
  border: 3px solid #2bbec5;
  border-radius: 20px;
  width: 100%;
  padding: 0px 20px;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.11);
}

.course-table thead tr th {
  font-weight: 600;
  color: #000;
}

.course-table thead th {
  font-size: inherit;
  vertical-align: bottom;
  border-bottom: 0px solid #2bbec5;
  color: #504747;
  font-weight: normal;
  font-size: 16px;
  border-top: none;
}

.course-table td,
.course-table th {
  vertical-align: top;
  border-top: 1px solid #2bbec5;
  width: 250px;
  font-size: 14px;
  padding: 20px 10px;
}


/*------------Campus facilities---------*/

.title-center {
  text-align: center;
}

.center-width {
  float: left;
  width: 50%;
  padding: 10px 0px 30px 0px;
  margin: 0 auto;
  text-align: center;
}

.left-width {
  float: left;
  width: 70%;
  padding: 10px 0px 30px 0px;
  text-align: left;
}

.facilities-box {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.facilities-img-campus {
  float: left;
  width: 100%;
  height: 194px;
  background: url(../images/campus-fac1.png) no-repeat;
  background-size: 100%;
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.facilities-img-campus:hover {
  float: left;
  width: 100%;
 height: 194px;
  background: url(../images/campus-fac1.png) no-repeat;
  background-size: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.facilities-img-btk {
  float: left;
  width: 100%;
  height: 194px;
  background: url(../images/campus-fac-BTK.png) no-repeat;
  background-size: 100%;
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.facilities-img-btk:hover {
  float: left;
  width: 100%;
  height: 194px;
  background: url(../images/campus-fac-BTK.png) no-repeat;
  background-size: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.facilities-img-qtk {
  float: left;
  width: 100%;
  height: 194px;
  background: url(../images/campus-fac-QTK.png) no-repeat;
  background-size: 100%;
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.facilities-img-qtk:hover {
  float: left;
  width: 100%;
  height: 194px;
  background: url(../images/campus-fac-QTK.png) no-repeat;
  background-size: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.facilities-img-atk {
  float: left;
  width: 100%;
  height: 194px;
  background: url(../images/campus-fac-ATK.png) no-repeat;
  background-size: 100%;
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.facilities-img-atk:hover {
  float: left;
  width: 100%;
  height: 194px;
  background: url(../images/campus-fac-atk.png) no-repeat;
  background-size: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.facilities-img-bakery {
  float: left;
  width: 100%;
  height: 194px;
  background: url(../images/campus-fac-bakery.png) no-repeat;
  background-size: 100%;
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.facilities-img-bakery:hover {
  float: left;
  width: 100%;
  height: 194px;
  background: url(../images/campus-fac-bakery.png) no-repeat;
  background-size: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.facilities-img-housekeeping {
  float: left;
  width: 100%;
  height: 194px;
  background: url(../images/campus-fac-housekeeping.png) no-repeat;
  background-size: 100%;
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.facilities-img-housekeeping:hover {
  float: left;
  width: 100%;
  height: 194px;
  background: url(../images/campus-fac-housekeeping.png) no-repeat;
  background-size: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.facilities-img-fnb {
  float: left;
  width: 100%;
 height: 194px;
  background: url(../images/campus-fac-FnB.png) no-repeat;
  background-size: 100%;
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.facilities-img-fnb:hover {
  float: left;
  width: 100%;
  height: 194px;
  background: url(../images/campus-fac-FnB.png) no-repeat;
  background-size: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.facilities-img-frontoffice {
  float: left;
  width: 100%;
  height: 194px;
  background: url(../images/campus-fac-frontoffice.png) no-repeat;
  background-size: 100%;
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.facilities-img-frontoffice:hover {
  float: left;
  width: 100%;
  height: 194px;
  background: url(../images/campus-fac-frontoffice.png) no-repeat;
  background-size: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.facilities-img-library {
  float: left;
  width: 100%;
  height: 194px;
  background: url(../images/campus-fac-library.png) no-repeat;
  background-size: 100%;
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.facilities-img-library:hover {
  float: left;
  width: 100%;
 height: 194px;
  background: url(../images/campus-fac-library.png) no-repeat;
  background-size: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.facilities-img-classroom {
  float: left;
  width: 100%;
 height: 194px;
  background: url(../images/campus-fac-classroom.png) no-repeat;
  background-size: 100%;
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.facilities-img-classroom:hover {
  float: left;
  width: 100%;
  height: 194px;
  background: url(../images/campus-fac-classroom.png) no-repeat;
  background-size: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.facilities-img-faculty {
  float: left;
  width: 100%;
 height: 194px;
  background: url(../images/campus-fac-faculty.png) no-repeat;
  background-size: 100%;
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.facilities-img-faculty:hover {
  float: left;
  width: 100%;
  height: 194px;
  background: url(../images/campus-fac-faculty.png) no-repeat;
  background-size: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.facilities-img-computerlab {
  float: left;
  width: 100%;
  height: 194px;
  background: url(../images/campus-fac-computerlab.png) no-repeat;
  background-size: 100%;
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.facilities-img-computerlab:hover {
  float: left;
  width: 100%;
 height: 194px;
  background: url(../images/campus-fac-computerlab.png) no-repeat;
  background-size: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.facilities-content {
  float: left;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  text-align: center;
}

.fac-title {
  font-size: 15px;
  color: #FFEB3B;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 18px;
  letter-spacing: 0.5px;
}

.fac-para {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.campus {
  float: left;
  width: 100%;
  height: auto;
  background: url(../images/bg-img2.jpg) no-repeat;
  background-size: cover;
  padding: 80px 40px;
}

.sticky-header-menus {
  margin: auto;
  padding: 0;
  text-align: left;
  padding: 0px;
  float: left;
  width: 100%;
}

.sticky-header-menus li a {
  font-family: 'Merriweather', serif;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.5px;
  transition: 0.4s ease;
}

.sticky-header-menus li a:hover {
  color: #2bbec5;
  transition: 0.4s ease;
}

.sticky-header-menus li {
  display: inline-block;
  padding: 18px 12px 42px 13px;
}

.sticky-right-menus {
  width: 100%;
  height: 60px;
  float: left;
}

.sticky-right-menus ul li:hover .sticky-menu1-submenu {
  display: block;
}

.sticky-right-menus ul li:hover .sticky-menu1-submenu-services {
  display: block;
}

.sticky-right-menus ul li:hover .sticky-menu2-submenu {
  display: block;
}

.sticky-menu1-submenu {
  display: none;
  position: absolute;
  background: rgba(8, 24, 43, 0.9);
  float: left;
  width: 900px;
  height: auto;
  top: 60px;
  left: 15%;
  padding: 30px 40px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  z-index: 99999;
}

.sticky-menu1-submenu ul li {
  padding: 0px 0px;
}

.sticky-menu1-submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 410px;
}

.sticky-menu1-submenu ul li a {
  width: 100%;
  float: left;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: #fff;
  line-height:20px;
  padding-bottom:10px;
  transition: 0.4s ease;
  /* border-bottom: 1px solid #000; */
  margin-left: 14px;
  text-decoration: underline;
}

.sticky-menu1-submenu ul li a:hover {
  color: #2bbec5;
  margin-left: 16px;
}

.sticky-menu1-submenu-services {
  display: none;
  position: absolute;
  background: rgba(8, 24, 43, 0.9);
  float: left;
  width: 900px;
  height: auto;
  top: 60px;
  left: 15%;
  padding: 30px 40px;
  /* border-radius: 0px 0px 5px 5px; */
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  z-index: 99999;
}

.sticky-menu1-submenu-services ul li {
  padding: 0px 0px;
}

.sticky-menu1-submenu-services ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 410px;
}

.sticky-menu1-submenu-services ul li a {
  width: 200px;
  float: left;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: #fff;
  line-height: 30px;
  transition: 0.4s ease;
  /* border-bottom: 1px solid #000; */
  margin-left: 14px;
  text-decoration: underline;
}

.sticky-menu1-submenu-services ul li a:hover {
  color: #2bbec5;
  margin-left: 16px;
}

.sticky-menu2-submenu {
  display: none;
  position: absolute;
  background: rgba(8, 24, 43, 0.9);
  float: left;
  width: 900px;
  height: auto;
  top: 60px;
  left: 15%;
  padding: 30px 40px;
  /* border-radius: 0px 0px 5px 5px; */
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  z-index: 99999;
}

.sticky-menu2-submenu ul li {
  padding: 0px 0px;
}

.sticky-menu2-submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 410px;
}

.sticky-menu2-submenu ul li a {
  width: 200px;
  float: left;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: #fff;
  line-height: 30px;
  transition: 0.4s ease;
  /* border-bottom: 1px solid #000; */
  margin-left: 14px;
  text-decoration: underline;
}

.sticky-menu2-submenu ul li a:hover {
  color: #2bbec5;
  margin-left: 16px;
}

.img-border-radius {
  border-radius: 8px;
}

.para-text {
  font-size: 16px;
  color: #fff;
}

.slide-box {
  display: flex;
  justify-content: space-between;
}

.placement-carousel-inner {
  height: auto !important;
  top: 40px;
  width: 50%;
  border: 1px solid #ccc;
  padding: 10px;
  left: 25%;
}

.placement-li li {
  background: #083a7747 !important;
  top: 95px !important;
}

.placement-li .active {
  background: #84c44c !important;
  top: 95px !important;
}

@media (min-width: 992px) {
  .slide-box img {
    flex: 0 0 22%;
    max-width: 25%;
  }
}

.w-100 {
  width: 100%!important;
  height: 75vh;
}

.theory-teaching {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #28b7c7;
}

.td-color {
  color: #083a77;
  font-weight: bold;
}

.term-marks {
  font-weight: bold;
}

.diploma-course-table {}

.diploma-course-table thead {
  background: #28b7c7;
}

.diploma-course-table td,
.diploma-course-table th {
    vertical-align: top;
    border-top: 1px solid #28b7c7;
    font-size: 14px;
    text-align: center;
    padding: 6px;
}

.diploma-course-table th {
  text-align: center;
  border-bottom: 1px solid #28b7c7 !important;
}

.address-para {
  font-size: 15px;
}

.contact-btn {
  float: right;
  padding: 20px 0px;
}
.contact-btn a {
  border-radius: 20px;
  background: #2bbec5;
  padding: 8px 20px;
  text-decoration: none;
  color: #fff;
  transition: 0.4s ease;
  border: 2px solid #1e99bb;
}
.apply-online-btn{
	padding:40px 0px !important;
}
.contact-btn a:hover {
  background: #2ad2da;
  transition: 0.4s ease;
}

.mr-b-40 {
  margin-bottom: 40px;
}

.carousel-caption {
  font-family: 'Merriweather', serif;
  position: absolute;
  top: 25%;
  left: 2%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #10385c;
  text-align: left;
  width: 69%;
}

.carousel-caption h1 {
  font-size: 52px;
  font-weight: bold;
}

.carousel-caption h2 {
  width: 60%;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.banner-cp2 {
  margin-top: 50px;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.carousel-inner-new {
  position: relative;
  width: 100%;
  height: 10vh !important;
  overflow: hidden;
}

.placement-logo {
  width: 100%;
  height: 95px;
  border: 1px solid #ccc;
  padding: 6px 0px;
  margin-top: 100px;
}

.indicators-new li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  border-radius: 54px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(27, 27, 27, 0.5);
}

.indicators-new {
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  cursor: pointer;
}

.carousel-new {
    position: relative;
    border-bottom: 10px solid #1e99bb;
}

mark {
    background: rgb(48, 226, 234);
    border-radius: 2px;
    padding: 2px 2px 2px 5px;
    color: #fff;
    font-weight: bold;
    margin-right: 4px;
}

.mark1 {
    background: #1d9196;
    border-radius: 2px;
    padding: 2px 2px 2px 5px;
    color: #fff;
    font-weight: bold;
    margin-right: 4px;
}
.m-b-down{
	margin-bottom:90px;
}
.note-para{
	float: left;
    width: 100%;
    color: #fff;
}
.scheme-bold{
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 16px;
}
.scheme-bold-normal{
	font-size: 14px;
    font-weight: bold;
}
.scheme-title{
    line-height: 28px;
    font-size: 14px;
}
.para-scheme{
	font-size:14px;
}
.Facilities-bold{
	font-size: 18px;
    color: #083a77;
    font-weight: bold;
    margin-bottom: 14px;
}
.camp-box{
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: 0.4s ease;
  transform: scale(1);
}
.camp-pkg2{
  float: left;
  width: 100%;
  height: auto;
  transition: 0.4s ease;
  transform: scale(1);
  border:6px solid #fff;
}
.camp-pkg2:hover {
  float: left;
  width: 100%;
  height: auto;
  transition: 0.4s ease;
  transform: scale(1.02);
}
.camp-img img {
  border-radius: 4px;
}
.marquee-scrool{
	float: left;
    width: 100%;
    height: 26px;
    padding: 3px;
    color: #e01212;
    font-weight: bold;
    font-size: 12px;
    background: #f1f107;
}
.ihm-title{
	font-size: 18px;
	font-weight:bold;
}
.ihm-caption{
	font-size: 13px;
}
.footer-aff {
    font-family: 'Merriweather', serif;
    color: #00bcd4;
    border-bottom: 1px dashed #00bcd4;
    padding-bottom: 25px;
}