

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.marqueegalary
{
    display:inline-block;
}
* {
    scroll-behavior: smooth;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #700324;
  text-decoration: none;
  transition: ease all .5s;
}

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

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

img{
  width: 100%;
}

p {
  margin: 0;
  padding-bottom: 8px;
}
.background-pink{
  background: #c51225!important;
}
.background-blue {
  background: #021150!important;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #700324;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #2c7c81;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #629fd3;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Header
--------------------------------------------------------------*/
#topheader {
    padding: 8px 0;
    background: #18a7b0;
    color: #fff;
}
#topheader .fa-solid{
  color: #fff;
  padding-right: 8px;
}
#topheader a{
  color: #fff;
  font-size: 14px;
}
.welcome p{
  padding: 0;
  margin: 0;
}
@media (max-width: 991px){
  #topheader{
    text-align: center;
  }
}
.social-media .fa-brands {
  padding: 0 3px;
}
.prospectus-button {
    padding: 8px 8px;
    background: #2c7c81;
    text-align: center;
    width: 158px;
    margin: 0 auto;
    color: #fff;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* #header.header-scrolled, #header.header-inner-pages {
  background: rgba(23, 26, 29, 0.8);
} */
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #fff;
}
    #header .logo img {
        width: 100%;
        height: auto;
        padding: 0 15px;
        /* max-height: auto; */
    }
#header .logo p{
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
@media (max-width: 1600px) {
  .navbar{
    /* margin: 0 auto; */
  }
}
@media (max-width: 992px) {
  #header {
    border: 0;
  }
  .navbar{
    margin: 0!important;
  }
}
.nav-logo img{
  transition: ease all.5s;
  padding: 15px;
  overflow: hidden;
  width: 180px;
}
.nav-logo img:hover{
  transform: scale(1.2);
  transition: ease all .5s;
}
.logo-describe{
  background: #184c9f;
  color: #fff;
  padding: 4px;
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  width: 94%;
}
/*--------------------------------------------------------------
# More Information
--------------------------------------------------------------*/
.more-information {
  /* background: #dc2d10; */
  padding: 8px;
  color: #fff;
  text-align: center;
}
.more-information h5{
  color: #000;
  background: none;
  font-size: 22px;
}
.more-information .container{
  background: orange;
  border-bottom-left-radius: 53%;
  border-bottom-right-radius: 53%;
}
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.nav-logo {
  width: 150px;
}
.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 8px;
    /* text-transform: uppercase;*/
    font-size: 15px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
    margin: 0 auto;
    text-align: center;
    border-left: 1px solid #18a7b0;
    border-bottom: 1px solid #fff;
    transition: ease all .5s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #e53341;
  border-bottom: 1px solid #e53341;
}
@media (max-width: 1600px){
  .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    /* border-bottom: 1px solid #000; */
    transition: ease all .5s;
  }
}
@media (max-width: 991px){
  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 8px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
    margin: 0 auto;
    text-align: center;
    border-left: 1px solid #184c9f;
    border-bottom: none;
  }
  .navbar a:hover, .navbar .active:focus, .navbar li:hover > a {
    border-bottom: none;
    transition: ease all .5s;
  }
}
.navbar .active{
  background: #021150;
  color: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  text-transform: uppercase;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  color: #193c5a;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
    .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
        color: #fff;
        background: #12a4ad;
    }
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
@media (max-width: 991px){
  .d-sm-none{
    display: none!important;
  }
  .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: #000;
    background: none;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(34, 39, 43, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #394047;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #700324;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #700324;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Affilation
--------------------------------------------------------------*/
.affilation {
    background: #18a7b0;
    color: #fff;
    padding: 8px;
    text-align: center;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(34, 39, 43, 0.8);
  overflow: hidden;
  position: relative;
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-item::before {
  content: "";
  background-color: rgba(12, 13, 14, 0.596);
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}
#hero .container {
  text-align: center;
}
    #hero span {
        display: block;
        font-size: 44px;
        color: #e0403c;
    }
#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  /* border-radius: 50px; */
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: #700324;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #700324;
}
#hero .btn-get-started:hover {
  background: #5697d0;
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 20px;
  }
    #hero h2 span {
        font-size: 28px;
        color: #e0403c;
    }
    .prospectus-button
    {
        display:none;
    }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
    .prospectus-button {
        display: none;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
}

.section-bg {
  background-color: #fafafb;
}
.section-title h2 {
  margin: 15px 0 25px 0;
  font-size: 32px;
  color: #000;
  font-weight: 500;
  padding-bottom: 35px;
}
    .section-title h2 span {
        color: #18a7b0;
        font-weight: 700;
    }
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 500;
  color: #919191;
}
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Chairman Message
--------------------------------------------------------------*/
.chaiman-img img{
  border-radius: 50%;
  /*box-shadow: 0px -3px 21px 0;*/
  padding: 8px;
}
.chairman-desk .section-title h2{
  margin: 0;
  padding-bottom: 22px;
}
.chairman-desk {
    background: white;
    color: black;
}
.chairman-desk h2 {
  color: #fff;
}
.speech-details {
  padding: 15px 0;
}
/*--------------------------------------------------------------
# Excellence
--------------------------------------------------------------*/
.comming-soon{
  background: #a03d51;
  color: #fff;
}
.comming-soon h2{
  font-size: 48px;
  font-family: 'Oswald';
}
/*--------------------------------------------------------------
# Excellence
--------------------------------------------------------------*/
.about-us{
  /* background: #dc2d10; */
  color: #000;
  text-align: center;
}
.about-content .section-title h2{
  color: #000;
}
.about-content p{
  text-align: justify;
}
#vission, #mission{
  padding: 10px;
}
#mission-vission .section-title h2{
  padding-bottom: 10px;
  color: #fff;
}
.content-details {
    padding: 26px;
    background: white;
    color: black;
}
#vission ul, 
#mission ul{
  list-style-type: none;
  padding: 6px;
}
#mission .content-details .fa-solid{
  padding-right: 8px;
}
#vission .content-details .fa-solid {
  padding-right: 8px;
}
.content-details li .fa-solid {
  color: red;
}
.content-details li{
  font-size: 15px;
}
/*--------------------------------------------------------------
# Excellence
--------------------------------------------------------------*/
.feature {
    background: white;
    /* background: #dac24bab; */
}
.feature-box-sec{
  padding: 0 0 35px 0;
}
.feature-box {
    background: #fff;
    padding: 35px;
    height: 100%;
    box-shadow: 1px 3px 17px 0 #700324;
}
    .feature-box .fa-solid {
        font-size: 35px;
        padding-bottom: 15px;
        color: #18a7b0;
    }
.feature-box h3{
  color: #000;
}
.feature-details p {
  /* text-align: left; */
  font-size: 14px;
}
.feature-details .view-more{
  color: #48a842;
}
/*--------------------------------------------------------------
# Excellence
--------------------------------------------------------------*/
.facilities{
  background: white;
}
    .facilities .section-title h2 {
        color: #000000;
    }
.single-facilities-box{
  padding: 10px 0;
}
.single-icon {
    padding: 21px;
    background: #fff;
    box-shadow: 1px 3px 17px 0 #000;
    min-height: 300px;
}
    .single-icon .fa-solid {
        font-size: 34px;
        padding-bottom: 20px;
        color: #18a7b0;
    }
.single-icon h4 {
  color: #021150;
  font-weight: 600;
}
.single-icon p{
  color: #000;
}
.facilities .view-more-sec{
  padding: 30px 0 0 0;
}
.facilities .view-more{
  padding: 8px 19px;
  background: #dc2d10;
  color: #fff;
}
.single-icon:hover {
  background: #dc2d10;
  color: #fff;
  transition: ease all .5s;
}
.single-icon:hover .fa-solid {
  background: #dc2d10;
  color: #fff;
  transition: ease all .5s;
}
.single-icon:hover h4 {
  color: #fff;
  transition: ease all .5s;
}
.single-icon:hover p {
  color: #fff;
  transition: ease all .5s;
}
/*--------------------------------------------------------------
# Excellence
--------------------------------------------------------------*/
/* .excellence{
  background: #d6c150;
  padding-bottom: 0;
} */
.tab-course h5 {
  font-family: 'Open Sans';
  padding: 10px 0 0 0;
}
.tab-course .bi.bi-x-lg{
  color: #fff;
}
.excellence-img img{
  width: 100%;
}
.excellence .tab a {
    display: block;
    width: 100%;
    padding: 8px;
    background: #18a7b0;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
}
.excellence .tab h2{
  font-size: 40px;
  color: #000;
}
.course-details h2{
  color: #021150;
}
.excellence .tab h2 strong {
    color: #18a7b0;
    font-size: 46px;
}
.excellence .button-sec {
  padding: 4px 0;
}
.tabcontent{
  display: block;
  /*background: url(../img/slider/banner.jpg);*/
  /* padding: 35px; */
}
    .tabcontent .overlay {
        padding: 45px 15px;
        background: #fff6f6ed;
    }
.excellence .tab a.active {
  background: #000;
}
.excellence .tab-details span{
  padding: 10px;
}
.excellence .modal-header h2 span{
  color: #700324;
  padding: 0;
  font-weight: 500;
}
.excellence .modal-header h2 {
  font-size: 29px;
  font-weight: 700;
  color: #000;
}
.excellence .tab-title h2 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Open Sans';
    padding: 15px 0 0 0;
}
.excellence .tab-details .fa-solid {
    color: #18a7b0;
    padding-right: 8px;
}
.excellence .tab-details{
  padding: 15px 0;
}
.excellence .tab-details p {
  color: #000;
  padding-bottom: 12px;
}
.about-btn{
  padding: 8px 12px;
  background: #dc2d10;
  color: #fff;
}
.course-details .modal-header button{
  border: 1px solid #000;
  /* padding: 8px; */
  width: 30px;
  height: 30px;
  /* border-radius: 50%; */
  background: #000;
  color: #fff;
}
.know-btn{
  padding: 8px 12px;
  background: #dc2d10;
  color: #fff;
  transition: ease all .5s;
}
.know-btn:hover{
  padding: 8px 12px;
  background: #000;
  color: #fff;
  transition: ease all .5s;
}
.course-details ul{
  list-style-type: none;
  padding: 7px;
  font-size: 15px;
  color: #000;
}
/* .excellence #defaultOpen {
  display: block;
  width: 100%;
  padding: 8px;
  background: #4d503b;
  color: #fff;
  border-radius: 25px;
} */
/*--------------------------------------------------------------
# Recruiters
--------------------------------------------------------------*/
.recruiters-img img {
  width: auto;
  padding: 15px;
  transition: ease all .5s;
}
.recruiters-img img:hover{
  width: auto;
  padding: 15px;
  transform: scale(1.4);
  transition: ease all .5s;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #394047;
  margin-bottom: 15px;
}
.about .icon-box {
  margin-top: 40px;
}
.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #b9d4ec;
  border-radius: 50px;
  transition: 0.5s;
}
.about .icon-box .icon i {
  color: #700324;
  font-size: 32px;
}
.about .icon-box:hover .icon {
  background: #700324;
  border-color: #700324;
}
.about .icon-box:hover .icon i {
  color: #fff;
}
.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}
.about .icon-box .title a:hover {
  color: #700324;
}
.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}
.about .video-box {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}
.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#700324 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.about .play-btn:hover::after {
  border-left: 15px solid #700324;
  transform: scale(20);
}
.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  /*background: url(../img/slider/banner.jpg);*/
  color: #fff;
  padding: 0;
  background-attachment: fixed;
}
.counts .overlay{
  padding: 60px 0 60px 0;
  background: #000000a3;
}
.counts .counters span {
  font-size: 48px;
  display: block;
  color: #700324;
  font-weight: 700;
}
.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills {
  padding-top: 0;
}
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}
.skills .progress .skill {
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #394047;
}
.skills .progress .skill .val {
  float: right;
  font-style: normal;
}
.skills .progress-bar-wrap {
  background: #e3e6e9;
}
.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #700324;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
}
.services .icon-box {
  margin-bottom: 60px;
}
.services .icon {
  float: left;
}
.services .icon i {
  color: #700324;
  font-size: 36px;
  line-height: 1;
}
.services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .title a {
  color: #343a40;
  transition: 0.3s;
}
.services .icon-box:hover .title a {
  color: #700324;
}
.services .description {
  margin-left: 60px;
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(12, 13, 14, 0.8), rgba(12, 13, 14, 0.8)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 20px;
  background: #700324;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #5697d0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
.portfolio-links .bi {
  padding: 22px 28px;
  background: #48a842;
  font-size: 40px;
  border-radius: 50%;
}
.portfolio-links .bx {
  padding: 12px;
  background: #48a842;
  font-size: 40px;
  border-radius: 50%;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
  margin-top: -52px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #700324;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(57, 64, 71, 0.6);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(57, 64, 71, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}
.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #700324;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #700324;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(57, 64, 71, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}
/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
#faq{
  /*background: url(../img/slider/banner.jpg);*/
  color: #fff;
  padding: 0;
  background-attachment: fixed;
}

#faq h2 {
  color: #fff;
}

#faq .accordion-flush .accordion-item .accordion-button{
  color: #000;
}

.faq .overlay{
  background: #00000073;
  padding: 35px 0;
}

.faq .section-header h2{
  color: #fff;
}

.faq .accordion-item {
  border: 0;
  margin-bottom: 10px;
}

.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 30px 20px 60px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: var(--color-default);
  text-align: left;
  background: rgba(14, 29, 52, 0.03);
  border-radius: 5px;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  border-bottom: 0;
  box-shadow: none;
}

.faq .question-icon {
  position: absolute;
  top: 14px;
  left: 25px;
  font-size: 20px;
  color: var(--color-primary);
}

.faq .accordion-button:after {
  position: absolute;
  right: 15px;
  top: 15px;
}

.faq .accordion-body {
  padding: 0 30px 25px 60px;
  border: 0;
  background: rgba(14, 29, 52, 0.03);
  border-radius: 5px;
  color: #000;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials-sec {
  padding: 0 0 20px 0;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #700324e8;
  color: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #dc2d10;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #000;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #b9d4ec;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}
.team .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}
.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}
.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}
.team .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}
.team .member .social a:hover {
  color: #700324;
}
.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}
.team .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}
.team .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 40px 40px;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  text-align: center;
}
.contact .info i {
  font-size: 48px;
  color: #92bce0;
  margin-bottom: 15px;
}
.contact .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.contact .info p {
  font-size: 15px;
}
.contact .php-email-form {
  width: 100%;
  padding: 0 30px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form label {
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  color: #777777;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #700324;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #fff;
  border: 2px solid #700324;
  padding: 12px 35px;
  transition: 0.4s;
  background: #700324;
  color: #fff;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #5697d0;
}
@media (max-width: 1024px) {
  .contact .php-email-form {
    padding: 30px 15px 15px 15px;
  }
}
@media (max-width: 768px) {
  .contact .php-email-form {
    padding: 15px 0 0 0;
  }
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
ul.breadcrumb {
  padding: 10px 0;
  list-style: none;
  /* background-color: #eee; */
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #fff;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #fff;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #fff;
  /* text-decoration: underline; */
}
/*--------------------------------------------------------------
--------------------------------------------------------------*/
.recruiters-img img {
  width: 224px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #2e3339;
  padding: 0;
  color: #fff;
  font-size: 14px;
}
    #footer .footer-newsletter {
        padding: 50px 0;
        background: white;
        color: black;
    }
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -3px;
  right: -4px;
  bottom: -3px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 0 20px;
  margin: 3px;
  background: #700324;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #3071a9;
}
    #footer .footer-top {
        background: #18a7b0;
        border-top: 1px solid #394047;
        border-bottom: 1px solid #394047;
        padding: 0px 10px 10px 10px;
    }
    }
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1.5;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}
#footer .footer-top .social-links a {
    font-size: 16px;
    display: inline-block;
    background: #2c7c81;
    color: #fff;
    line-height: 1;
    padding: 10px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
    #footer .footer-top .social-links a:hover {
        background: #700324;
        color: #fff;
        text-decoration: none;
    }
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
    #footer .footer-top .footer-links ul i {
        padding-right: 2px;
        color: white;
        font-size: 18px;
        line-height: 1;
    }
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #5697d0;
}
#footer .footer-top .footer-contact {
    margin-bottom: 30px;
    padding-right: 6px;
}
    #footer .footer-top .footer-contact p {
        line-height: 26px;
        padding-left: 60px
    }
.footer-contact p a{
  color: #fff;
}
.footer-contact .fa-solid{
  padding-right: 5px;
}
.footer-bottom {
    padding: 8px;
    background: #2c7c81;
}
/* #footer .copyright {
  text-align: center;
  padding-top: 30px;
} */
#footer .credits {
    text-align: right;
    color: #fff;
}
#footer .credits a{
  color: #fff;
}

/*-------------- About Us Page  ---------------*/
.about {
  /* padding: 60px 0 0 0; */
  color: #fff;
}
.bg-blue{
  background: #88b4d9;
}
.about-content p {
  font-size: 15px;
}
.about-page-banner{
 /* background: url(../img/slider/banner2.jpg) no-repeat;*/
  background-size: cover;
  padding: 0;
  color: #fff;
  background-position: right;
  background-attachment: fixed;
}
    .about-page-banner .overlay {
        background: #2c7c81;
        padding: 0px;
        border-top: solid 1px;
    }
/*-------------- Traning Placements ------------*/
.program-box {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.program-box .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #DC2D10D9;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.program-box .overlay h5{
  background: none;
  font-size: 22px;
}

.program-box:hover .overlay {
  height: 100%;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.program-box h3{
  position: absolute;
  bottom: 0;
  font-size: 18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background: #000;
  padding: 8px;
  font-size: 21px;
  color: #fff;
}
.viewmorebtn{
  padding: 8px 12px;
  background: #000;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.single-programme {
  padding: 10px 0;
}
.placements h2 {
  padding: 0;
}
/*------------ video gallery ---------------------*/
.fa-solid.fa-play{
  position: absolute;
  left: 0;
  right: 0;
  top: -27px;
  background: #000;
  margin: 0 auto;
  height: 150px;
  text-align: center;
  padding: 21px;
  width: 100px;
  height: 74px;
  border-radius: 15px;
}
/*------------------- Download -----------------*/
.single-download .fa-solid{
  font-size: 60px;
}
.single-download {
  text-align: center;
  padding: 15px;
}
h5{
  padding: 8px 0;
  /* background: #000; */
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.0;
}
.contact-page-banner{
  background: url(../img/contact.jpg) no-repeat;
  background-size: cover;
  padding: 0;
  color: #fff;
  background-position: right;
  background-attachment: fixed;
}
.contact-page-banner .overlay{
  background: #700324;
  padding: 35px;
}
.contact-icon-details {
    background: white;
    color: black;
    padding: 35px 0;
    height: 181px;
    text-align: center;
    margin-top: -20px;
}
.contact-icon{
  text-align: center;
}
    .contact-icon .fas {
        font-size: 37px;
        padding: 20px;
        background: #23a3ab;
        border-radius: 50%;
        color: #fff;
        border: 5px solid #23a3ab;
    }
.single-contact {
  padding: 15px 0;
}
.contact-form{
  background: white;
  padding: 35px;
}
    .contact-form .section-title h2 {
        color: black;
        text-align: center;
    }
.contact-form .section-header h2 strong{
  color: #fff;
}
.contact-form .section-header h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.contact-form input,
.contact-form textarea{
  width: 100%;
  padding: 6px;
}
.form-group{
  padding: 0 0 10px 0;
}
.contact-form{
  padding: 15px;
}
/* .map iframe{
  padding: 15px 0;
} */
.contact-form  .submit-btn {
  background: #000;
  color: #fff;
}
@media (max-width: 767px){
  .map iframe{
    padding: 15px 0;
  }
}
/*------------------------ course ---------------------*/
.course-details strong {
    color: #18a7b0;
}
.course-img {
  padding: 0 0 15px 0;
}
.single-course-content h5 {
  color: #000;
  padding-bottom: 8px;
  font-family: "Raleway", sans-serif;
}
.course-details .fa-solid{
  color: red;
}
.fa-circle-right{
  color: red;
  padding-right: 8px;
}
.single-course-content .tab-course p {
  color: #000;
}
.single-course-content .fa-solid.fa-book {
  color: #c15f34;
  padding-right: 8px;
}
.tab-title h2 {
  color: #9c6441;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 15px;
}
.tab-course {
  padding: 0 0 15px 0;
}
.course-details.background-grey {
  background: #8080804f;
}
/*---------------------------------------------------------------
# Institute
---------------------------------------------------------------*/
.institute-address-details h6 {
  padding: 18px 0 5px 0;
}
.institute-address-details .fas.fa-map{
  padding-right: 8px;
  color: #d06b0e;
}
.institute h2{
  padding-bottom: 0;
}
/*--------------------------------------------------------------
# Fee Structure
--------------------------------------------------------------*/
.about-us table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.about-us th, 
.about-us td {
  text-align: left;
  padding: 8px;
}

.about-us tr:nth-child(even){background-color: #f2f2f2}
/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/
.gallery img{
  width: 100%;
  transition: ease all .5s;
}
.gallery img:hover{
  opacity: .5;
  transition: ease all .5s;
}
.gallery .box {
  padding: 10px 0;
}
.contact-form  .submit-btn {
  background: #000;
  color: #fff;
}
.contact-header {
  color: red;
  font-family: 'Oswald';
  padding: 15px 0 0 0;
}
@media (max-width: 767px){
  .map iframe{
    padding: 15px 0;
  }
}

.fee-content tr th{
  background: #48a842;
  color: #fff;
}

/*notice*/
.noticeDesign {
    border: 1px solid;
    border-color: #c1c1c1;
}

.noticeHeading {
    padding-bottom: 14px;
    padding-top: 14px;
    border-bottom: 1px solid #c1c1c1;
}

.marqueepadding {
    padding-left: 18px;
    padding-right: 18px;
}

.noticeParagraph {
    border-bottom: 1px solid #c1c1c1
}

i.fa.fa-hand-o-right {
    padding-right: 8px;
}

.marqueepadding p {
    font-size: 14px;
}
/*notice*/