/**
* Template Name: Dewi - v4.9.1
* Template URL: https://bootstrapmade.com/dewi-free-multi-purpose-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
    color: #055481;
    text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}
.section-title h2::after {
  content: "";
  position: inherit;
  display: block;
  width: 50px;
  height: 3px;
  background: #e03a3c;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}
.card{
  border-radius: 3px;
  border: 0;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.55);
  padding: 16px;
  transition: ease all .5s;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #627ae6;
  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: #627ae6;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# .downloads
--------------------------------------------------------------*/
.icon-box .bi {
    font-size: 35px;
    padding: 7px 14px;
    color: #fff;
    border: 3px solid #085a88;
    transition: ease all .5s;
    background: #0e6c9b;
    border-radius: 50%;
}
.downloads .icon-box {
    background: #fffafa;
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 8px;
    border: 1px solid #000;
}
.download-icon{
    padding-top: 10px;
}
/*--------------------------------------------------------------
# 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 #1175a5;
  border-top-color: #627ae6;
  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);
  }
}

img{
  width: 100%;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


.topbar{
  padding: 8px 30px;
  background: #fff;
  /* background: linear-gradient(#147bac, #034d79); */
  border-bottom: 1px solid #1175a5;
}
.logo-img img{
      width: 300px;
    padding: 0px 0px 10px 0px;
}
.logo-text{
  padding: 30px 0;
}
.button-sec{
  padding: 35px 0;
  text-align: center;
  margin: 0 auto;
}
.card-btn{
  padding: 8px 22px;
  background: #1175a5;
  color: #fff;
  font-size: 14px;
  transition: ease all .5s;
  border-radius: 5px;
}
.card-btn:hover{
  padding: 8px 22px;
  background: #627ae6;
  color: #fff;
  font-size: 14px;
  transition: ease all .5s;
}
.open-time p {
  font-size: 14px;
}
@media (max-width: 767px){
  .button-sec{
    padding: 10px 0 15px 0;
    text-align: center;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
# Social Nav
--------------------------------------------------------------*/
.social-nav{
  padding: 10px 40px;
  background: #3e438d;
  color: #fff;
}
.important-top-links a {
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
}
.prospectus-btn{
  padding: 4px 10px!important;
  background: #343980;
  color: #fff;
  font-size: 14px;
}
.social-links a {
  color: #fff;
}
.open-time{
  text-align: left;
  padding: 20px 0;
}
@media (max-width: 767px){
  .social-nav{
    margin: 0 auto;
    text-align: center;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 8px 0;
  background: linear-gradient(#034d79, #157eaf);
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(21, 34, 43, 0.85);
  padding: 10px 0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}
.header-btn{
  padding: 8px 18px;
  background: #1175a5;
  color: #fff;
  font-size: 14px;
  transition: ease all .5s;
  border-radius: 5px;
}
.header-btn:hover{
  padding: 8px 18px;
  background: #627ae6;
  color: #fff;
  font-size: 14px;
  transition: ease all .5s;
}
.open-time {
    padding: 8px 0;
    text-align: center;
    position: absolute;
    right: 8%;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  margin: 0 auto;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 8px 12px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #ff4a17;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
/* #footer .footer-top h4 */
.navbar a:hover:before,
.navbar li:hover>a:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
  border: 2px solid #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #fd3800;
  border-color: #ff4a17;
}

.navbar>ul>li>.getstarted:before {
  visibility: hidden;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px;
  font-size: 14px;
  text-transform: none;
  color: #15222b;
  font-weight: 400;
}

.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: #ff4a17;
}

.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%;
  }
}

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

@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(4, 7, 9, 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: 4px 20px;
  font-size: 15px;
  color: #15222b;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ff4a17;
}

.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;
}

.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: #ff4a17;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
width: 100%;
height: 100vh;
background-color: rgba(63, 73, 83, 0.8);
overflow: hidden;
position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
}

#hero .carousel-item {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

/* #hero .carousel-item::before {
content: "";
background-color: rgba(30, 35, 40, 0.6);
} */

#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 .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-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
left: 0;
transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
background: none;
font-size: 20px;
line-height: 0;
width: auto;
height: auto;
background: #000;
/*! border-radius: 50px; */
transition: 0.3s;
color: #fff;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}


#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
background: rgba(27, 22, 22, 0.72);
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: #d9232d;
}

#hero .btn-get-started {
font-family: "Raleway", sans-serif;
font-weight: 500;
font-size: 14px;
letter-spacing: 1px;
display: inline-block;
padding: 14px 15px;
border-radius: 4px;
transition: 0.5s;
line-height: 1;
color: #fff;
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
background: #d9232d;
}

#hero .btn-get-started:hover {
background: #df3740;
}

@media (max-width: 992px) {
#hero {
height: 100vh;
}

#hero .carousel-container {
top: 8px;
}
}

@media (max-width: 768px) {
#hero h2 {
font-size: 28px;
}
#hero {
  width: 100%;
  height: 25vh!important;
}
}

@media (min-width: 1024px) {

#hero .carousel-control-prev,
#hero .carousel-control-next {
width: 5%;
}
}

@media (max-height: 500px) {
#hero {
height: 120vh;
}
}
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(13, 20, 26, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 10px 35px 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #627ae6;
  border: 2px solid #627ae6;
}

#hero .btn-get-started:hover {
  border-color: #1175a5;
  color: #fff;
  background: #1175a5;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #1175a5;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f0f4f8;
}

.section-title {
  padding-bottom: 40px;
}

/* .section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5c8eb0;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ff8664;
  margin: 4px 10px;
} */

.section-title h2 {
  margin: 0 auto;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #263d4d;
  text-align: center;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
.welcome-sec{
  background-color: transparent;
  background-image: linear-gradient(180deg, #000000 0%, #130477 100%);
  color: #fff;
}
.welcome-text h2 {
  color: #fff;
  text-align: center;
}
.welcome-text p{
  color: #fff;
  text-align: center;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

.about .count-box {
  padding: 60px 0;
  width: 100%;
}

.about .count-box i {
  display: block;
  font-size: 48px;
  color: #a1bdd1;
  float: left;
  line-height: 0;
}

.about .count-box span {
  font-size: 28px;
  line-height: 25px;
  display: block;
  font-weight: 700;
  color: #365870;
  margin-left: 60px;
}

.about .count-box p {
  padding: 5px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #2e4b5e;
}

.about .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #2e4b5e;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.about .count-box a:hover {
  color: #477392;
}

.about .content {
  font-size: 15px;
}

.about .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #263d4d;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about .content ul i {
  font-size: 24px;
  color: #ff4a17;
  position: absolute;
  left: 0;
  top: -2px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ff4a17 50%, rgba(255, 74, 23, 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(255, 74, 23, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #ff4a17;
  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;
  }
}

/*--------------------------------------------------------------
# About Boxes
--------------------------------------------------------------*/
.course-boxes {
  /* background: url("../img/about-boxes-bg.jpg") center top no-repeat fixed; */
  background-size: cover;
  /* padding: 60px 0 30px 0; */
  position: relative;
  background: #012efd24;
}

.course-boxes::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background: rgba(255, 255, 255, 0.92); */
  z-index: 9;
}

.course-boxes .container,
.course-boxes .container-fluid {
  position: relative;
  z-index: 10;
}

.course-boxes .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.55);
  padding: 16px;
  transition: ease all .5s;
  /* margin-bottom: 30px; */
}

.course-boxes .card:hover {
  transform: scale(1.01);
  transition: ease all .5s;
}

.course-boxes .card-icon {
  text-align: center;
  /* margin-top: -32px; */
}

.course-boxes .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 12px;
  text-align: center;
  background-color: #1175a5;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #1175a5;
  transition: 0.3s;
  display: inline-block;
}

.course-boxes .card-body {
  padding: 28px;
  text-align: center;
}

.course-boxes .card-title {
  font-weight: 700;
  text-align: center;
}

.course-boxes .card-title a {
  color: #635faa;
}

.course-boxes .card-title a:hover {
  color: #ff4a17;
}

.course-boxes .card-text {
  color: #000;
  text-align: center;
}

.course-boxes .card:hover .card-icon i {
  background: #fff;
  color: #1175a5;
  border: 2px solid #1175a5;
}

.course-details{
  padding: 15px 0;
  font-size: 16px;
}

.course-details strong{
  color: #1175a5;;
}

@media (max-width: 1024px) {
  .course-boxes {
    background-attachment: scroll;
  }
}
/*--------------------------------------------------------------
# Sectery Desk
--------------------------------------------------------------*/
.secretary-desk{
  background: #04507c;
  color: #fff;
}
.secretary-details h2 {
  color: #fff;
  text-align: left;
}
.secretary-details .section-title h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #e03a3c;
  margin: 10px 0 0 0;
  text-align: left;
}
.secretary-details .section-title {
  padding-bottom: 20px;
}
.secretary-img{
  padding: 15px;
}
.secretary-img img{
  border-radius: 50%;
  border: 10px solid #9d9090;
  background: #fff;
  box-shadow: 3px 1px 21px 0px #000;
}
.secretary-details p {
  margin-bottom: 10px;
}
/*--------------------------------------------------------------
# Latest News
--------------------------------------------------------------*/
.important-links{
  background: #dbe1ff;
}
.section-subtitle h3 {
  font-size: 20px;
  background: #22277a;
  padding: 10px;
  color: #fff;
}
.latest-news{
  background: #fff;
}
.latest-news h5 {
  padding: 10px 15px;
  font-size: 16px;
}
marquee {
  width: 100%;
  height: 218px;
}
.latest-news-sec{
  padding: 10px 0;
}
.latest-news marquee {
  padding: 10px 0 20px 0;
  background: #fff;
  overflow: hidden;
}
.bank-details-content .fa,
.latest-news-content .fa {
  color: #df1313;
  padding-right: 8px;
}
.latest-news-content {
  padding: 0 0 10px 0;
  height: 278px;
}
.bank-details-content h5 a,
.latest-news-content h5 a{
  color: #000;
}
.bank-details-content h5 {
  padding: 5px 20px;
}
.bank-payment-btn{
  padding: 10px 15px 18px 15px;
}
.bank-payment-btn .fa {
  color: #fff;
}
@media (max-width: 767px){
  .latest-news-content {
    padding: 0 0 10px 0;
    height: auto!important;
  }
}
.admission{
  padding: 0;
  background: linear-gradient(180deg, #000000 0%, #130477 100%)#000;
  color: #fff;
}
.admission-content {
  padding: 35px 25px;
  text-align: center;
}
.admission-content .section-title h2{
  color: #fff;
}
.admission-content p{
  padding: 35px 0;
  text-align: justify;
  line-height: 2.1;
}
.admission .button-sec{
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #e5edf3;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #ff4a17;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  top: 0;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #ff4a1791;
  padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 0;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ffc1b0;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

/* .portfolio .portfolio-item:hover img {
  top: -30px;
} */

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
  /*--
  top: 0;
  left: 0;
  right: 0;*/
}
.gallery-button-sec{
  text-align: center;
}
/*--------------------------------------------------------------
# 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 #ff4a17;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff4a17;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 34, 43, 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;
}

/*--------------------------------------------------------------
---------------------------------------------------------------*/
.count{
  /* background: url(https://asianngo.org/upload/magzine/articles/background/1567409529.jpg); */
  background: linear-gradient(#034d79, #157eaf);
  padding: 0;
  background-size: cover;
  background-attachment: fixed;
}
.count .overlay{
  background: #00000091;
  padding: 15px;
}
.count .count-box {
  padding: 60px 0;
  width: 100%;
}

.count .count-box i {
  display: block;
  font-size: 48px;
  color: #fff;
  /* float: left; */
  line-height: 0;
}

.count .count-box span {
  font-size: 50px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #fff;
  margin-left: 60px;
}

.count .count-box p {
  padding: 5px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

.count .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #fff;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.count .count-box a:hover {
  color: #fff;
}
/*--------------------------------------------------------------
# Facilities
--------------------------------------------------------------*/
.facilities{
  background: #012efd24;
}
.facility-box{
  padding: 15px;
}
.facility-box .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.55);
  padding: 15px;
  /* background: #052b3e; */
  color: #000;
  transition: ease all .5s;
}
.facility-box .card:hover{
  background: #1175a5;
  color: #fff;
  transition: ease all .5s;
}
.facility-box .card:hover h3{
  color: #fff;
}
.facility-icon{
  padding: 10px;
}
.facility-icon .fa{
  padding: 15px;
  border-radius: 50%;
  background: #3e438d;
  color: #fff;
  font-size: 30px;
}
.facility-box .card-title h3{
  font-weight: bold;
  font-size: 20px;
  padding: 15px;
  color: #1175a5;
}
.facility-icon .card-body p{
  color: #000;
}
/*--------------------------------------------------------------
# Student Say
--------------------------------------------------------------*/
.student-links{
  padding: 0;
}
.student-speak{
  padding: 35px;
}
.student-content img{
  width: 100px !important;
  border-radius: 50%;
  border: 5px solid #dbe1ff;
  text-align: center;
  margin: 0 auto;
}
.student-content h5{
  text-align: center;
  padding-bottom: 15px;
}
.author-name {
  padding: 15px 0 0 0;
  font-weight: bold;
  color: #635faa;
  text-align: center;
}
.quick-links{
  padding: 35px;
  background: #1175a5;
  color: #fff;
  height: 100%;
}
.quick-links .section-title h2{
  color: #fff;
}
.quick-link-list{
  padding: 10px 15px;
}
.quick-link-list a{
  color: #fff;
}
.quick-link-list .fa {
  padding-right: 8px;
  color: #010006;
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.client{
  /* padding: 15px; */
  background: #ddd8d8;
  text-align: center;
}

.client-img {
  padding: 10px;
}

.client img {
  max-width: 100%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
  height: auto;
}

.client img:hover {
  filter: none;
  /* transform: scale(1.15); */
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}
@media (max-width: 767px){
  .affilation-img{
    text-align: center;
  }
  .affilation-img-list img {
    width: 150px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
  }
}
.affilation{
  background: #03273b5e;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
/* .features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 1px solid #b5ccdb;
  padding: 15px;
  transition: 0.3s;
  color: #15222b;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: #ff4a17;
}

.features .nav-link.active {
  background: #ff4a17;
  color: #fff;
  border-color: #ff4a17;
}

@media (max-width: 768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }

  .features .nav-link i {
    font-size: 24px;
  }
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ff4a17;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
/*.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #fff;
}

.services .icon-box i {
  float: left;
  color: #5c8eb0;
  font-size: 40px;
  line-height: 0;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #365870;
  transition: 0.3s;
}

.services .icon-box .icon-box:hover h4 a {
  color: #ff4a17;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box:hover h4 a {
  color: #ff4a17;
} */

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(13, 20, 26, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  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: 0 auto 15px auto;
  color: #eee;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #a1bdd1;
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff4a17;
  opacity: 1;
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
/* .team {
  position: relative;
}

.team .container {
  position: relative;
  z-index: 10;
}

.team .member {
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 15px;
  color: #15222b;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.5s;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #15222b;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #7fa5c0;
  bottom: 0;
  left: 0;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #477392;
}

.team .member .social a:hover {
  color: #ff4a17;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
} */

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
/* .contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #1175a5;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 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 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: #ff4a17;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #1175a5;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #627ae6;
} */

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

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Page Banner
--------------------------------------------------------------*/
.page-banner {
    padding: 0;
    width: 100%;
    height: 150px;
    position: relative;
    z-index: -1;
}

    .page-banner .overlay {
        position: absolute;
        z-index: 9999;
        top: 0;
        background: #0000008c;
        bottom: 0;
        width: 100%;
    }

.page-banner-content{
  padding: 35px 0;
  text-align: center;
  margin: 0 auto;
}

.page-banner h2 {
    font-size: 28px;
    font-weight: 400;
    padding: 0 0 0 35px;
    text-align: left;
    color: #fff;
}
@media(max-width: 768px) {
    .page-banner{
        height: 100%;
    }
    .page-banner h2{
        text-align: center;
        padding: 0;
    }
    .page-banner-content {
        padding: 8px !important;
        text-align: center;
        margin: 0 auto;
    }
}
.breadcrumbs{
    padding: 0 35px;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
  color: #fff;

}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

.breadcrumbs ol li a{
  color: #fff;
}

@media (max-width: 992px) {
/*  .breadcrumbs {
    margin-top: 52px;
  }*/

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# Announcements
--------------------------------------------------------------*/
.announcements h4 a {
  font-size: 18px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #075986;
  padding: 0;
  color: #fff;
  font-size: 14px;
}

.footer-top i{
  font-size: 30px;
}

#footer .footer-top {
  background: linear-gradient(#034d79, #157eaf);
  /* background: #15222b; */
  border-bottom: 1px solid #1d303c;
  padding: 40px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  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: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 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: #ff4a17;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  text-transform: capitalize;
}

#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: #ff5e31;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 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: 2;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ff4a17;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ff4a17;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ff5e31;
}

#footer .contact-details a{
  margin-top: -5px;
  color: #fff;
}

.footer-bottom{
  padding: 10px 0;
}



#footer .credits {
  /*! padding-top: 10px; */
  text-align: center;
  /* font-size: 13px; */
  color: #fff;
}

#footer .credits a {
  transition: 0.3s;
  color: #fff;
}

/*------- about page --------------*/
.about-item-details {
  padding: 15px 0;
}

.about-boxes .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.55);
  padding: 16px;
  transition: ease all .5s;
  /* margin-bottom: 30px; */
}

.about-boxes .card:hover {
  transform: scale(1.01);
  transition: ease all .5s;
}

.about-boxes .card-icon {
  text-align: center;
  /* margin-top: -32px; */
}

.about-boxes .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 12px;
  text-align: center;
  background-color: #1175a5;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #1175a5;
  transition: 0.3s;
  display: inline-block;
}

.about-boxes .card-body {
  padding: 28px;
  text-align: center;
}

.about-boxes .card-title {
  font-weight: 700;
  text-align: center;
}

.about-boxes .card-title a {
  color: #635faa;
}

.about-boxes .card-title a:hover {
  color: #ff4a17;
}

.about-boxes.card-text {
  color: #000;
  text-align: center;
}

.about-item-details .card-icon img {
  width: 200px;
}

.about-item-details h5 {
  font-size: 25px;
}

.about-boxes .card:hover .card-icon i {
  background: #fff;
  color: #1175a5;
  border: 2px solid #1175a5;
}

.course-details{
  padding: 15px 0;
  font-size: 16px;
}

.course-details strong{
  color: #1175a5;;
}

.about-content .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.55);
  padding: 16px;
  transition: ease all .5s;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .course-boxes {
    background-attachment: scroll;
  }
}
/*--------------- Contact Us ------------------*/
.icon .fa{
  font-size: 30px;
}
.contact-address{
  background: #1175a5;
  color: #fff;
  padding: 35px;
  border-right: 1px solid #fff;
}
.contact-address-sec{
  padding: 50px 0;
}
.contact-address .icon-details{
  padding-left: 10px;
}