* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  padding: 0px;
  margin: 0px;
  font-family: "Archivo", sans-serif;
}
ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
a {
  color: #171717;
  text-decoration: none;
  cursor: pointer;
}
p {
  font-size: 16px;
  line-height: 28px;
}
/* ----------------nevbar-top------------------------ */
.navbar-top {
  background-color: #041e57;
  padding: 13px 0px;
}
.navbar-top li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.navbar-top .b-enqury li {
  margin-right: 19px;
}
.navbar-top .o-enqury li {
  margin-right: 25px;
}
.navbar-top .b-enqury li a {
  border: 1px solid #fff;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 13px;
}
.navbar-top .b-enqury li a:hover {
  background-color: #2e8ec8;
  color: #fff;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.o-enqury li img {
  margin-right: 4px;
  width: 24px;
}

.navbar-top .o-enqury li a:hover {
  color: #db2321;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.navbar-top .social-enqury li {
  margin-left: 5px;
}
.navbar-top .social-enqury li a {
  padding: 8px 8px;
  border: 1px solid #fff;
  border-radius: 6px;
}
.navbar-top .social-enqury li:hover a.s-icon-facebook,
.social-icon-two li:hover a.s-icon-facebook,
.social-profile li:hover a.s-icon-facebook {
  background-color: #1077f0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.navbar-top .social-enqury li:hover a.s-icon-instagram,
.social-icon-two li:hover a.s-icon-instagram,
.social-profile li:hover a.s-icon-instagram {
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(
      #6559ca,
      #bc318f 30%,
      #e33f5f 50%,
      #f77638 70%,
      #fec66d 100%
    );
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.navbar-top .social-enqury li:hover a.s-icon-youtube,
.social-icon-two li:hover a.s-icon-youtube {
  background-color: #ff0000;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.navbar-top .social-enqury li:hover a.s-icon-linkedin,
.social-icon-two li:hover a.s-icon-linkedin,
.social-profile li:hover a.s-icon-linkedin {
  background-color: #2b67b3;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.navbar-top .social-enqury li:hover a.s-icon-google,
.social-icon-two li:hover a.s-icon-google {
  background-color: #f63e26;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.big-header-logo {
  padding: 10px 0px;
  text-align: center;
}
.big-header-logo img {
  width: 64vw;
}
/* ------------navbar-bottom------------------ */
.navbar-bottom {
  background-color: #db2321;
  padding: 15px 0px;
}
.navbar-bottom .cent-nav-bottom {
  margin: 0 auto;
}
.navbar-bottom .cent-nav-bottom li {
  margin-right: 20px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.navbar-bottom .navbar-nav .nav-link.active,
.navbar-bottom .navbar-nav .show > .nav-link {
  color: rgb(255 255 255 / 90%);
}
.navbar-bottom .cent-nav-bottom li a.nav-link {
  position: relative;
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  padding: 0px 0px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.navbar-bottom .cent-nav-bottom .nav-link:focus,
.navbar-bottom .cent-nav-bottom .nav-link:hover {
  color: #041e57;
}
.navbar-bottom .cent-nav-bottom > li > a:before,
.navbar-bottom .cent-nav-bottom > li:hover > a:before {
  left: 0;
  width: 100%;
}

.navbar-bottom .cent-nav-bottom > li > a:before {
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 2px;
  width: 0%;
  content: "";
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
  background-color: #041e57;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.affix {
  animation-duration: 10s;
  animation-fill-mode: both;
  /* background-color: #db2321; */
  padding: 17px 0px;
}
.affix li a.nav-link {
  font-size: 15px !important;
}
.navbar-nav .dropdown ul.dropdown-menu li{
  margin-right: 0px!important;
}
.navbar-nav .dropdown .dropdown-item.active, .navbar-nav .dropdown .dropdown-item:active {
  color: #fff;
  background-color: #041e57!important;
}

/* ----------------------------slider--------------- */
header.main-banner {
  position: relative;
  overflow: hidden;
  height: 93vh;
}
.fade-upper-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 1;
}
/* ----------------aboutus-section------------------- */
.aboutus-section {
  padding: 50px 0px;
}
.aboutus-section .about-images {
  position: relative;
  padding-top: 50px;
  margin: 0 auto;
}
.aboutus-section .image-3 {
  position: absolute;
  border: solid;
  border-image-source: linear-gradient(to left, #2d8fce, #041e57);
  border-image-slice: 1;
  border-width: 15px;
  top: 0%;
  left: 10%;
  overflow: hidden;
  z-index: 2;
}
.aboutus-section .image-2 {
  position: absolute;
  top: 40%;
  left: 43%;
  border: solid;
  border-image-source: linear-gradient(to left, #2d8fce, #041e57);
  border-image-slice: 1;
  border-width: 15px;
  z-index: 2;
  overflow: hidden;
}
.aboutus-section .image-1 {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  z-index: -1;
}
.about-images .image-1 img {
  -webkit-animation: rotate 10s linear infinite;
  animation: rotate 10s linear infinite;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.aboutus-section .content-column .inner-column {
  position: relative;
 /* padding-top: 60px; 
  padding-right: 150px; */
}
.sec-title .sub-title {
  display: block;
  font-size: 15px;
  color: #db2321;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Exo 2", sans-serif;
  margin-bottom: 10px;
}
.sec-title h2 {
  display: block;
  font-size: 35px;
  line-height: 47px;
  color: #081245;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
}
.aboutus-section .content-column p {
  margin-bottom: 24px;
}
p {
  font-size: 16px;
  line-height: 30px;
  color: #555555;
  font-weight: 400;
  margin: 0;
}
.aboutus-section .content-column .btn-box {
  position: relative;
  margin-top: 35px;
}
.aboutus-section .content-column .sec-title {
  margin-bottom: 50px;
}
.about-points li {
  font-size: 16px;
  line-height: 30px;
  color: #555555;
  font-weight: 400;
  margin-bottom: 7px;
}
.about-points li i {
  line-height: 28px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  margin-right: 10px;
  background-color: #db2321;
}
.one-btn-style {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 13px 20px;
  font-weight: 600;
  background: #db2321;
  overflow: hidden;
  min-width: 175px;
  border-radius: 50px;
}
.comn-btn {
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.one-btn-style:before {
  position: absolute;
  top: -88%;
  left: -50%;
  height: 100%;
  width: 200%;
  content: "";
  background-color: rgb(12 52 110 / 8%);
  -webkit-transform: rotate(16deg);
  -ms-transform: rotate(16deg);
  transform: rotate(16deg);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.one-btn-style:hover:before {
  top: 150%;
}
.one-btn-style:hover {
  color: #ffffff;
}
.sec-title {
  margin-bottom: 50px;
}

/* -------------course-categories--------- */
.course-categories {
  padding: 50px 0px;
}
.course-categories .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  margin: 8px;
  padding: 35px 30px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  transition: all ease 0.5s;
}
.course-categories .inner-box:hover {
  transform: translateY(-15px);
}

.course-categories .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.course-categories .icon-box:before {
  position: absolute;
  left: -12px;
  top: -10px;
  height: 84px;
  width: 80px;
  opacity: 0.2;
  background-color: #2c8fcd;
  content: "";
  animation: border-transform 10s linear infinite alternate forwards;
}
@keyframes border-transform {
  0%,
  to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

.course-categories .icon-box img {
  position: relative;
  width: 55px !important;
  top: 7px;
}
.course-categories .inner-box h4 {
  font-size: 18px;
  line-height: 29px;
  color: #081245;
  font-weight: 700;
  margin-bottom: 9px;
  font-family: "Exo 2", sans-serif;
  text-transform: uppercase;
}
.course-categories .inner-box p {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 29px;
}
.course-categories .inner-box .read-more {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: rgb(48 48 48);
}
.chakra-icons.full-width {
  max-width: 100%;
}
.chakra-icons {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.chakra-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.course-categories .icon-chakra {
  right: 70px;
  top: -39px;
  width: 100px;
  height: 100px;
  background-image: url(../images/chakri-img.png);
  -webkit-animation: rotate 12s linear infinite;
  animation: rotate 12s linear infinite;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.sec-title .middle-t-boder {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 90px;
  height: 5px;
  background-image: url(../images/boder-img.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 30px;
}
.sec-title .t-boder {
  position: relative;
  display: block;
  width: 90px;
  height: 5px;
  background-image: url(../images/boder-img.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 30px;
}

/* ------------- education-count ------------  */
.education-count {
  background-image: linear-gradient(to bottom right, #db2321, #041e57);
  padding: 60px 0px;
}
.education-count .count-box h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 3px;
  font-family: "Exo 2", sans-serif;
}
.education-count .count-box p {
  color: #fff;
}
.count-box .count-image {
  text-align: center;
  margin-bottom: 20px;
}
.count-box .count-image img {
  width: 67px;
  padding: 11px;
  border: 2px solid #fff;
}
.education-count .count-box:hover img {
  transform: scale(1.09);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.read-more:before {
  background: #2c8fcd;
}
.read-more:before {
  content: "";
  position: relative;
  top: 33px;
  left: -7px;
  display: block;
  border-radius: 28px;
  background: #2c8fcd;
  width: 43px;
  height: 43px;
  transition: all 0.3s ease;
}
.read-more:before {
  background: #2c8fcd;
  opacity: 0.3;
}
.read-more:hover:before {
  width: 100%;
  background: #2c8fcd;
  color: #fff;
}
.btn-box a:hover {
  color: #ffffff;
}
.education-count .chakra-icons.full-width {
  overflow-x: clip;
}

.icon-drops-1 {
  width: 320px;
  height: 320px;
  background-image: url(../images/drop-collerg.png);
}
.icon-drops-2 {
  width: 320px;
  height: 320px;
  background-image: url(../images/drop-collerg.png);
}
.drp-img-right {
  right: -191px;
  top: -79px;
  -webkit-animation: moves-x 10s infinite;
  animation: moves-x 10s infinite;
}
.drp-img-left {
  left: -191px;
  top: -79px;
  -webkit-animation: moves-x 10s infinite;
  animation: moves-x 10s infinite;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
@keyframes moves-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* ---------------------testimonial-------------- */
.testimonial-section {
  margin-bottom: 11pc;
  padding: 60px 0;
  position: relative;
  height: 400px;
  background-image: url(../images/testimonial-bg.jpg);
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.testimonial-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.6;
  content: "";
}
.testimonial-section .owl-carousel {
  padding-bottom: 60px;
}
.testimonial-section .sec-title {
  position: relative;
}
.testimonial-section .testimonial-box {
  display: block;
  position: relative;
  background: white;
  padding: 0 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
}
.testimonial-section .testimonial-box .icon {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #041e57;
}
.testimonial-section .testimonial-box .icon span {
  color: #fff;
}
.testimonial-section .testimonial-box .user-img {
  margin-right: 14px;
}
.testimonial-section .testimonial-box .user-img img {
  width: 80px;
  height: 80px;
  border: 4px solid #041e57;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.testimonial-section .owl-carousel .owl-stage-outer {
  padding: 1.5em 0 2em 0;
}
.testimonial-section .testimonial-box .name {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
  color: #000000;
  font-family: "Exo 2", sans-serif;
  text-transform: uppercase;
}
.testimonial-section .testimonial-box .position {
  font-size: 15px;
  color: #4d4d4d;
}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.testimonial-section .owl-theme .owl-dots .owl-dot:hover span {
  background: #041e57;
}
/* ---------faculty-members-------- */
.faculty-members {
  padding: 50px 0px;
}
.faculty-members .single-team {
  overflow: hidden;
}
.faculty-members .member-image {
  overflow: hidden;
}
.faculty-members .member-image .social-profile {
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s linear 0s;
}
.faculty-members .social-profile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faculty-members .social-profile ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #041e57;
  border: 1px solid #041e57;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.4s linear 0s;
  text-align: center;
  margin: 5px 0;
}
.faculty-members .social-profile ul li:hover a {
  color: #fff;
  transition: all 0.2s linear 0s;
}
.faculty-members .member-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 20px;
  background-image: linear-gradient(to right, #db2321, #041e57);
  font-family: "Exo 2", sans-serif;
  transition: all 0.4s linear 0s;
}
.faculty-members .member-info h6 {
  font-size: 16px;
  font-weight: 600;
}
.faculty-members .member-info span {
  font-size: 14px;
  font-weight: 400;
}
.faculty-members .member-info a {
  color: #fff;
  font-size: 14px;
}
.faculty-members .single-team:hover .member-info {
  /* background-color: #041e57; */
  background-image: linear-gradient(to left, #db2321, #041e57);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.faculty-members .single-team:hover .social-profile {
  opacity: 1;
  visibility: visible;
}

.faculty-members .owl-theme .owl-controls {
  width: 100%;
  height: 50px;
  opacity: 1;
  position: absolute;
  top: 38%;
}
.faculty-members .owl-theme .owl-controls .owl-buttons div {
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 0;
  background: transparent;
}
.faculty-members .owl-prev {
  position: absolute;
  top: -46%;
  right: 2%;
}
.faculty-members .owl-next {
  position: absolute;
  top: -46%;
  right: -0%;
}
.faculty-members .owl-prev span,
.faculty-members .owl-next span {
  display: none;
}
.faculty-members .owl-prev:after,
.faculty-members .owl-next:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #ffffff;
  opacity: 1;
}
.faculty-members .owl-next:after {
  content: "\f105";
}
@media only screen and (max-width: 479px) {
}
/* ------------footer ---------------- */
footer {
  position: relative;
  background-color: #db2321;
}

footer .main-footer {
  position: relative;
  padding: 55px 0 35px;
}
footer .footer-box {
  position: relative;
  margin-bottom: 20px;
}
footer .about-box {
  position: relative;
}
footer .box-title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2em;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
}
footer .about-box .text {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 25px;
}
footer .about-box .cont-info {
  margin-bottom: 25px;
}
footer .about-box .cont-info li {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 9px;
}
footer .about-box .cont-info li img {
  margin-right: 7px;
  width: 30px;
}
footer .social-icon-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .social-icon-two li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px;
}
footer .social-icon-two li a {
  position: relative;
  display: block;
  line-height: 42px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #fff;
  font-size: 14px;
  color: #ffffff;
  background-color: #041e57;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
footer .social-icon-two li a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: #ee763c;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50px;
}
footer .social-icon-two li a i {
  position: relative;
}
footer .gallery-box {
  position: relative;
}
footer .gallery-box .gallery-box-outer {
  position: relative;
  padding-top: 5px;
  margin: 0px -7px 0;
}
footer .gallery-box .gallery-box-outer .image {
  position: relative;
  float: left;
  width: 33.3333%;
  padding: 0px 7px;
  margin-bottom: 14px;
}
footer .gallery-box .image a {
  position: relative;
  display: block;
  overflow: hidden;
}
footer .gallery-box .image a:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #041e57 padding-box content-box;
  opacity: 0.6;
  content: "";
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
footer .gallery-box .image img {
  display: block;
  width: 100%;
}
footer .gallery-box .image a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
footer .gallery-box .image a:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
footer .footer-bottom {
  position: relative;
  z-index: 3;
  border-top: 1px solid #ffffff47;
  background-color: #041e57;
  padding: 14px 0;
}
footer .footer-bottom .copyright-text,
footer .footer-bottom .copyright-text a {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
footer .footer-bottom .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
}
footer .footer-bottom .footer-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 13px 0;
}
footer .footer-bottom .footer-links li:first-child {
  padding-left: 0;
  margin-left: 0;
}
footer .footer-bottom .footer-links li {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  padding-left: 17px;
  margin-left: 17px;
  font-weight: 400;
}
footer .footer-bottom .footer-links li a {
  position: relative;
  display: inline-block;
  color: inherit;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
footer .footer-bottom .footer-links li a:hover {
  color: #fff;
}
/* footer .social-icon-two li a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #ee763c;
} */
footer .user-links li a:hover {
  color: #ffffff;
}
/* footer .social-icon-two li a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: #ee763c;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50px;
}
footer .user-links li a:hover:before {
  width: 100%;
} */

/* footer .user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #ee763c;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
} */
footer .footer-bottom .footer-links li:before {
  position: absolute;
  left: -3px;
  top: 0;
  font-weight: 500;
  content: "/";
}
footer .gallery-box .image a:after {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  content: "\f0c1";
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 900;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
footer .user-links li {
  position: relative;
  margin-bottom: 5px;
}
footer .user-links li a {
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
footer .user-links li:before {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 14px;
  line-height: 24px;
  color: #db2321;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
}

footer .footer-bottom .footer-links li:first-of-type:before {
  display: none;
}

footer .user-links > li > a:before,
footer .user-links > li:hover > a:before {
  left: 20px;
  width: 90%;
}
footer .user-links > li > a:before {
  position: absolute;
  left: 50%;
  top: 25px;
  height: 2px;
  width: 0%;
  content: "";
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
  background-color: #db2321;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
footer .user-links > li:hover > a {
  color: #ffffff;
}
footer .circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
footer .circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.1);
  animation: up-circle 25s linear infinite;
  bottom: -150px;
}
footer .circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
footer .circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
footer .circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
footer .circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
footer .circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
footer .circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
footer .circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
footer .circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
footer .circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
footer .circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes up-circle {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 50%;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
/* ---------events------------ */
.events-sec {
  background-color: rgb(244, 246, 249);
  padding: 50px 0px;
}
.event-card {
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  padding: 18px;
  border-radius: 6px;
  background: white;
  margin-bottom: 25px;
  transition: all ease 0.5s;
  position: relative;
}
/* .event-card:hover {
  transform: translateY(-10px);
} */
.event-card figure {
  width: 200px;
  height: 146px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 0px;
}
.event-card:hover img {
  transform: scale(1.2);
}
.event-card figure img {
  width: 200px;
  height: 146px;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.6s ease-in-out 0s;
}
.event-card .event-location-area {
  margin-bottom: 14px;
}
.event-card .event-location-area li {
  font-size: 16px;
  color: #6b7385;
  display: inline-block;
  margin-right: 15px;
}
.event-card .event-location-area li i {
  margin-right: 5px;
}
.event-card .event-card-title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Exo 2", sans-serif;
}
.event-card .event-card-text {
  font-size: 15px;
  line-height: 25px;
}
.event-card .event-date-button {
  position: absolute;
  top: 24px;
  left: 25px;
}
.event-card .event-date {
  background: #db2321;
  color: white;
  border-radius: 3px;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  padding: 5px 12px;
  line-height: 1;
}
.events-sec .more-event-btn {
  margin-top: 25px;
}
#scrollUp {
  bottom: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
  background: url(../images/top-scroll.png) no-repeat;
}
.whatsapp-btn {
  position: fixed;
  z-index: 1050;
  bottom: 8px;
  right: 75px;
  height: 60px;
  width: 60px;
  padding: 8px;
  background: #25d366;
  color: inherit;
  border-radius: 50%;
  box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, 0.24);
  cursor: pointer;
  transition: background-color 0.2s linear;
}
.whatsapp-btn .whatsapp-btn-open {
  width: 71px;
  height: 60px;
  background: url(../images/whatsapp-icon-img.png) no-repeat;
  background-size: 60%;
  overflow: hidden;
}
a.franchise-proposal-button:hover {
  color: #2c8fcd;
  transition: all 300ms ease;
}
.franchise-proposal-button {
  float: right;
  width: auto;
  margin: 0;
  padding: 9px 17px;
  position: fixed;
  right: 155px;
  bottom: 0;
  background: #041e57;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  z-index: 9999;
  -webkit-border-top-left-radius: 6px;
  -webkit-brder-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
.franchise-proposal-button .fppink {
  -webkit-animation-name: blink;
  -moz-animation-name: blink;
  -o-animation-name: blink;
  animation-name: blink;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.franchise-proposal-button .fplink-infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-o-keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
/* -----------------awards-sec------------------ */
.awards-sec {
  padding: 50px 0px;
  position: relative;
}
.award-card {
  text-align: center;
  padding: 20px;
  /* background-color: #f7f7f7; */
}

.award-card .certificate-batch {
  position: absolute;
  top: 3px;
  left: 5px;
  z-index: 999;
}
.award-card .certificate-batch img {
  height: 50px;
}
.award-card .award-image {
  width: 268px;
  height: 199px;
  overflow: hidden;
  border-radius: 0px;
  margin-bottom: 15px;
}
.award-card .award-image img.certificate-img {
  min-width: 267px;
  min-height: 199px;
  object-fit: cover;
  background: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  padding: 23px;
  box-shadow: inset #041e57 0 0 0 5px, inset #041e57 0 0 0 1px,
    inset #041e57 0 0 0 10px, inset #2c8fcd 0 0 0 11px, inset #2c8fcd 0 0 0 16px,
    inset #2c8fcd 0 0 0 17px, inset #ffffff 0 0 0 21px, inset #2c8fcd 0 0 0 22px;
  text-shadow: 3px 3px 1px #bfecf7;
}
.award-card .award-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-family: "Exo 2", sans-serif;
}
/* -------------------news--------------------------------- */
.news-sec {
  padding: 50px 0px;
}
.news-img-slider .info {
  position: absolute;
  width: 100%;
  z-index: 9;
  display: block;
  padding: 120px 23px 20px;
  color: #fff;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.99) 100%
  );
  box-sizing: border-box;
}
.news-img-slider .info h6 {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1px;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post {
  position: relative;
  padding: 7px 8px 7px 96px;
  margin-bottom: 0px;
  background-color: rgb(244, 246, 249);
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post:last-child {
  border-bottom: none;
}
.sidebar .widget-title {
  background-color: #041e57;
  color: #fff;
  padding: 11px 10px;
  margin-bottom: 0px;
}
.sidebar .widget-title h3 {
  color: #fff;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
}
.sidebar-page-container .sidebar .sidebar-post .post-inner .post .post-date {
  text-align: center;
  position: absolute;
  left: 0px;
  padding: 20px 0px;
  top: 0px;
  width: 79px;
  height: 96px;
}
.sidebar-page-container .sidebar .sidebar-post .post-inner .post .post-date {
  background: rgb(4 30 87);
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post .post-date p {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 0px;
}

.sidebar-page-container
  .sidebar
  .sidebar-post
  .post-inner
  .post
  .post-date
  span {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  margin: 0px;
  padding: 0px;
}
.sidebar-page-container .sidebar .sidebar-post .post-inner ul li {
  margin-bottom: 10px;
}
.sidebar-page-container .sidebar .sidebar-post .post-inner .post .file-box {
  position: relative;
  margin-bottom: 3px;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post .file-box i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #666666 !important;
  margin-right: 5px;
}
.sidebar-page-container .sidebar .sidebar-post .post-inner .post h5 {
  margin-bottom: 6px;
}
.sidebar-page-container .sidebar .sidebar-post .post-inner .post h5 a {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
}
.sidebar-page-container .sidebar .sidebar-post .post-inner .post p {
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 3px;
}
.sidebar-page-container .sidebar .sidebar-post .post-inner .post h5 a:hover {
  color: #db2321;
}
.carousel-inner-data {
  margin: 0px auto;
  height: 415px;
  overflow: hidden;
}
.carousel-inner-data ul {
  list-style: none;
  position: relative;
}
.carousel-inner-data li {
  height: auto;
}
.news-sec .icon-chakra {
  left: 70px;
  top: -91px;
  width: 150px;
  height: 150px;
  background-image: url(../images/chakri-img-2.png);
  animation: cir-anim 6s linear 0s infinite alternate;
}
@keyframes cir-anim {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ---------------------css for popup start-------------- */
.admission-popup button.btn-close {
  position: absolute;
  right: -32px;
  top: -19px;
  border-radius: 50%;
  padding: 9px;
  background-color: #ffffff;
  border: 5px solid #041e57;
}
.modal-dialog {
  max-width: 700px;
}
.admission-popup .modal-body {
  padding: 0px;
}
/* ---------------------css for popup end----------- */
/* ---------------about page css-------------------- */
.breadcrumb {
  margin-bottom: unset;
}
.breadcrumb-one {
  background: url(../images/inner-banner.jpg) no-repeat center;
  background-size: cover;
  padding: 160px 0;
  position: relative;
}
.breadcrumb:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.69);
  content: "";
}
.breadcrumb-one .breadcrumb-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 45px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
}
.breadcrumb-one .breadcrumb-items .breadcrumb-item {
  font-size: 18px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
}
.breadcrumb-one .breadcrumb-items .breadcrumb-item.active {
  position: relative;
  color: #db2321;
}
.breadcrumb-one .breadcrumb-items .breadcrumb-item a {
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
.aboutus-section.about-page-sections {
  padding: 80px 0px;
}
.aboutus-section.about-page-sections .content-column .inner-column {
  padding-top: 0px;
  padding-right: 0px;
}
.aboutus-section.about-page-sections .content-column p {
  margin-bottom: 10px;
}
.aboutus-section.about-page-sections .image-3 {
  left: 0%;
}
.aboutus-section.about-page-sections .about-page-section-two .image-3 {
  left: 12%;
}
/* ---------------course details page css-------------------- */
.course-details-page {
  padding: 50px 0px;
}
.course-details-page .courses-details-discription .courses-details-img {
  margin-bottom: 40px;
}
.course-details-page .courses-details-discription .nav.nav-pills {
  font-size: 18px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: none;
}
.course-details-page .courses-details-discription .nav-link {
  display: block;
  padding: 0.8rem 1.8rem;
  color: #000000;
}
.course-details-page .courses-details-discription .nav.nav-pills {
  color: #000000;
  font-weight: 600;
  border: none;
  border-radius: 0;
}
.course-details-page .courses-details-discription .nav-pills .nav-link.active {
  color: #fff;
  background-color: #041e57 !important;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.course-details-page .courses-details-discription .overview-box {
  padding-left: 30px;
  margin-bottom: 30px;
}
.course-details-page .courses-details-discription .overview-box h4 {
  font-size: 18px;
  font-weight: 600;
  color: #041e57;
  font-family: "Exo 2", sans-serif;
  position: relative;
}
.course-details-page .courses-details-discription .overview-box h4::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #041e57;
  left: -30px;
  top: 5px;
}
.course-details-page .courses-details-discription .overview h3 {
  font-size: 24px;
  color: #081245;
  font-weight: 700;
  font-family: "Exo 2", sans-serif;
  margin-bottom: 20px;
}
.course-details-page .courses-details-discription .overview p {
  margin-bottom: 30px;
}
.course-details-page
  .courses-details-discription
  .overview
  .overview-box
  p:last-child {
  margin-bottom: 0;
}
.course-details-page .courses-details-discription .curriculum-list {
  padding: 30px;
  background-color: #f4f6f9;
}
.course-details-page .courses-details-discription .curriculum-list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.course-details-page .courses-details-discription .curriculum-list ul li {
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d5d0d0;
  position: relative;
}
.course-details-page
  .courses-details-discription
  .curriculum-list
  ul
  li:last-child {
  margin-bottom: 0px;
}
.course-details-page .courses-details-discription .curriculum-list ul li span {
  position: absolute;
  right: 0;
  top: -5px;
  background-color: #041e57;
  color: #fff;
  padding: 5px 10px;
}
.course-details-page
  .courses-details-discription
  .overview
  .Study-option-table
  thead {
  background-color: #041e57;
  color: #fff;
}
.course-details-page
  .courses-details-discription
  .overview
  .Study-option-table
  tbody {
  background-color: rgb(244, 246, 249);
}
.course-details-page
  .courses-details-discription
  .overview
  .Study-option-table
  .table
  > :not(caption)
  > *
  > * {
  padding: 0.7rem 0.7rem;
  font-size: 15px;
}
.courses-sidebar .courses-single-sidebar {
  background-color: rgb(244, 246, 249);
  padding: 30px;
}
.courses-sidebar .courses-single-sidebar h3 {
  margin-bottom: 25px;
  padding: 13px 15px;
  font-size: 20px;
  font-weight: 500;
  background-color: #041e57;
  color: #fff;
  text-align: center;
}
.courses-sidebar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block;
}
.courses-sidebar ul li {
  font-weight: 600;
  color: #000;
  font-size: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bebebebe;
}
.courses-sidebar ul li span {
  color: #6b6b6b;
  float: right;
}
.course-odf-bg {
  background-color: #f3f3f4;
  padding: 30px;
}
.course-pdf {
  position: relative;
  padding-left: 55px;
}
.course-pdf i {
  position: absolute;
  left: 0;
  font-size: 33px;
  color: #041e57;
}
.course-pdf h3 {
  font-size: 30px !important;
  margin-bottom: 0 !important;
}
.download-pdf {
  text-align: right;
}
.download-pdf a {
  background-color: #041e57;
  color: #fff;
  padding: 13px 25px;
}
.courses-sidebar .widget {
  float: left;
  width: 100%;
  background-color: rgb(244, 246, 249);
  padding: 30px;
  margin-bottom: 30px;
}
.courses-sidebar .widget h2 {
  margin-bottom: 25px;
  padding: 13px 15px;
  font-size: 20px;
  font-weight: 500;
  background-color: #041e57;
  color: #fff;
  text-align: center;
}
.courses-sidebar .widget-categories ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.courses-sidebar .widget-categories ul li {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.courses-sidebar .widget-categories ul li a {
  font-weight: normal;
  font-size: 16px;
  text-transform: capitalize;
  color: #666;
  padding: 10px 0px;
  display: block;
  line-height: normal;
}
.courses-sidebar .widget-categories ul li a i {
  margin-right: 10px;
}
.courses-sidebar .widget-categories ul li a:hover {
  padding: 10px 10px;
  background-color: #041e57;
  color: #fff;
}
/* ---------------mission-vission css-------------- */
.vision-mission-sec {
  padding: 60px 0px;
  /* background-color: rgb(244, 246, 249); */
}

.vision-mission-textbox {
  padding: 20px 86px;
  border-right: 4px solid #eee;
}
.vision-mission-textbox:last-child {
  border-right: none;
}
.vision-mission-textbox img {
  margin-bottom: 19px;
  width: 100px;
}
.vision-mission-textbox h3 {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
}
.vision-mission-textbox p {
  color: #000000;
}
/* --------- vision section---------- */
.vision-sec .vision-sec-textbox {
  padding: 50px;
  background-color: #041e57;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-left: -100px;
}
.vision-sec .vision-sec-textbox .tittle {
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
}
.vision-sec .vision-sec-textbox p {
  color: #ffffff;
  margin-bottom: 10px;
}
/* --------- mission section---------- */
.mission-sec .mission-sec-textbox {
  padding: 50px;
  background-color: #041e57;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  position: relative;
 /* margin-right: -100px;*/
}
.mission-sec .mission-sec-textbox .tittle {
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
}
.mission-sec .mission-sec-textbox p {
  color: #ffffff;
  margin-bottom: 10px;
}
/* ---------------accreditation-recognition-sec css--------------- */
.accreditation-recognition-sec 
{
  padding: 50px 0px;
}
.accreditation-recognition-box ul li:nth-child(1){
  border-bottom: 1px solid #dcdbdb;
  border-right: 1px solid #dcdbdb;
}
.accreditation-recognition-box ul li:nth-child(2){
  border-bottom: 1px solid #dcdbdb;
  border-right: 1px solid #dcdbdb;
}
.accreditation-recognition-box ul li:nth-child(3){
  border-bottom: 1px solid #dcdbdb;
}
.accreditation-recognition-box ul li:nth-child(4){
  border-right: 1px solid #dcdbdb;
}
.accreditation-recognition-box ul li:nth-child(5){
  border-right: 1px solid #dcdbdb;
}
.accreditation-recognition-box ul li:nth-child(7), .accreditation-recognition-box ul li:nth-child(10){
  border-right: 1px solid #dcdbdb;
  border-top: 1px solid #dcdbdb;
}
.accreditation-recognition-box ul li:nth-child(8), .accreditation-recognition-box ul li:nth-child(11){
  border-right: 1px solid #dcdbdb;
  border-top: 1px solid #dcdbdb;
}
.accreditation-recognition-box ul li:nth-child(9), .accreditation-recognition-box ul li:nth-child(12){
  border-top: 1px solid #dcdbdb;
}
.accreditation-recognition-box ul li {
  text-align: center;
  float: left;
  width: 33.333%;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.accreditation-recognition-box ul li:hover {
  background-color: rgb(244, 246, 249);
  -moz-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.accreditation-recognition-box-dec{
  padding: 35px;
}

.accreditation-recognition-box-dec h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 13px;
  text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
}
.accreditation-recognition-box-dec p {
  font-size: 15px;
  line-height: 1.6;
  color: #636363;
  font-weight: 400;
  margin-bottom: 20px;
}
.accreditation-recognition-box-dec a {
  font-size: 15px;
  border-radius: 3px;
  line-height: 24px;
    background-color: #041e57;
    color: #fff;
    padding: 10px 18px;
}
/* --------------Director Message css----------------------- */
.director-message-sec
{
  padding: 60px 0px;
}
.director-profile-box
{
  border: none;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.director-profile-box .designation
{
  background-color: #041e57;
}
.director-name
{
  font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
}
.director-designation
{
  color: #fff;
  font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px!important;
}
.director-message-sec .quote {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid rgba(142, 142, 142, 0.3);
  padding: 35px 25px 35px 25px;
  background-color: rgb(244, 246, 249);
}
.director-message-sec .quote p {
  font-size: 26px;
  line-height: 1.5;
  color: rgb(4 30 87);
  font-style: italic;
  font-family: "Exo 2", sans-serif;
  margin-bottom: 0px;
}
.director-message-sec p
{
  margin-bottom: 15px;
}
/*----------responsive css start--------------*/
@media only screen and (max-width: 991px) {
  .navbar-top {
    position: relative;
  }
  .navbar-toggler-icon {
    background-image: url(../images/nav-icon.png) !important;
    width: 20px;
    height: 23px;
    border-radius: 0 !important;
  }
  .navbar-toggler {
    position: absolute;
    padding: 0.25rem 0.55rem;
    color: rgb(255 255 255 / 55%);
    background-color: #db2321;
    border: 1px solid white;
    box-shadow: none;
    bottom: 0px;
    right: 7px;
  }
  .navbar-bottom .cent-nav-bottom li a.nav-link {
    font-weight: 400;
  }
  .navbar-bottom .cent-nav-bottom li {
    margin-right: 0px;
  }
  .navbar-bottom .cent-nav-bottom li:last-child {
    border-bottom: none;
  }
  .navbar-top .b-enqury li:last-child,
  .navbar-top .o-enqury li:last-child {
    margin-right: 0px;
  }
  .navbar-top {
    padding: 8px 0px;
  }
  .navbar-top li a {
    font-size: 11px;
  }
  .navbar-top .b-enqury li,
  .navbar-top .o-enqury li {
    margin-right: 13px;
  }
  .o-enqury {
    margin-bottom: 7px;
  }
  .navbar-top .b-enqury {
    margin: 0 auto;
    margin-bottom: 11px;
  }
  .navbar-top .social-enqury {
    margin: 0 auto;
  }
  .navbar-top .social-enqury li a {
    padding: 0px;
    border: none;
  }
  .big-header-logo img {
    width: 100%;
  }
  .navbar-bottom {
    padding: 0px 0px;
  }
  .navbar-top .b-enqury li {
    margin-right: 4px;
  }
  .navbar-top .b-enqury li a {
    padding: 4px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 11px;
  }
  .navbar-top .social-enqury li {
    margin-left: 23px;
  }
  .navbar-top .social-enqury li i {
    font-size: 18px;
  }
  .navbar-top .o-enqury li {
    margin-right: 15px;
    line-height: 20px;
  }
  .navbar-top .o-enqury li a {
    font-size: 14px;
  }
  .o-enqury li i {
    margin-right: 3px;
  }
  .navbar-top .o-enqury {
    text-align: center;
  }
  /* ------------sidenav------------------ */
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #041e57;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0px;
    left: -17px;
    font-size: 40px;
    color: #ffffff !important;
  }
  .sidenav ul > li,
  .sidenav .outer-box a.info-btn {
    padding: 9px 20px;
    margin-right: 0px;
    border-bottom: 1px solid rgb(44 143 205 / 15%);
  }
  .sidenav .navbar-nav .nav-item .nav-link {
    line-height: 25px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
    text-transform: capitalize;
    text-align: left;
  }
  .sidenav .navbar-nav .nav-item .nav-link i {
    float: right;
  }
  .navbar-collapse.collapse {
    display: block !important;
  }
  .navbar-bottom.affix {
    top: 0px;
  }
  .aboutus-section .content-column .inner-column {
    padding-top: 0px;
    padding-right: 0px;
  }
  header.main-banner {
    height: 35vh;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: none;
  }
  .aboutus-section .image-1 {
    width: 303px;
    margin-top: -94px;
  }
  .aboutus-section .image-3 {
    border-width: 12px;
    top: 2%;
    left: 6%;
    width: 298px;
  }
  .aboutus-section .image-2 {
    width: 192px;
    top: 69%;
    left: 42%;
    border-width: 12px;
  }
  .aboutus-section .content-column .sec-title {
    margin-bottom: 15px;
    margin-top: 130px;
  }
  .aboutus-section {
    padding: 30px 0px;
    position: relative;
  }
  .sec-title h2 {
    font-size: 28px;
    line-height: 1.3em;
  }
  .sec-title .t-boder {
    margin-top: 20px;
  }
  .aboutus-section .content-column p {
    margin-bottom: 15px;
    text-align: justify;
  }
  .aboutus-section .content-column .btn-box {
    margin-top: 22px;
  }
  .one-btn-style {
    font-size: 16px;
    line-height: 26px;
    padding: 13px 20px;
    min-width: 140px;
  }
  .course-categories {
    padding: 30px 0px;
  }
  .sec-title .middle-t-boder {
    margin-top: 19px;
  }
  .course-categories .owl-theme .owl-nav {
    display: none;
  }
  .course-categories .icon-chakra {
    right: 47px;
    top: -53px;
    width: 65px;
    height: 65px;
  }
  .education-count {
    padding: 35px 0px;
  }
  .education-count .count-box h1 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .education-count .count-box p {
    color: #fff;
    font-size: 15px;
    line-height: 19px;
  }
  .drp-img-left {
    left: -286px;
  }
  .drp-img-right {
    right: -253px;
  }
  .testimonial-section {
    height: 317px;
  }
  .sec-title {
    margin-bottom: 40px;
  }
  .faculty-members {
    padding: 30px 0px;
  }
  .event-card .event-card-img {
    margin-bottom: 15px;
  }
  .event-card .event-location-area {
    margin-bottom: 14px;
    position: absolute;
    right: 0;
    top: 18px;
  }
  .event-card .event-location-area li {
    display: block;
    margin-bottom: 4px;
  }
  .events-sec {
    padding: 30px 0px;
  }
  .events-sec .more-event-btn {
    margin-top: 9px;
  }
  .awards-sec {
    padding: 30px 0px;
  }
  .award-card .award-image {
    width: 100%;
    height: 255px;
  }
  .awards-sec .owl-nav {
    display: none;
  }
  .news-sec {
    padding: 30px 0px;
  }
  .news-img-slider .info {
    padding: 50px 15px 15px;
  }
  .news-img-slider .info h6 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0px;
  }
  .news-sec .icon-chakra {
    left: 54px;
    top: -47px;
    width: 80px;
    height: 80px;
  }
  .breadcrumb-one {
    padding: 90px 0;
  }
  .breadcrumb-one .breadcrumb-title {
    font-size: 32px;
  }
  .breadcrumb-one .breadcrumb-items .breadcrumb-item {
    font-size: 15px;
  }
  .aboutus-section.about-page-sections .image-3 {
    position: relative;
  }
  .aboutus-section.about-page-sections {
    padding: 30px 0px;
}
.aboutus-section.about-page-sections .about-images {
  padding-top: 0px;
}
.aboutus-section.about-page-sections .content-column .sec-title {
  margin-top: 0px;
}
.aboutus-section.about-page-sections .about-page-section-two .image-3 {
  left: 0%;
}
.aboutus-section.about-page-sections .image-3 {
  width: 100%;
}
.course-details-page {
  padding: 30px 0px;
}
.course-details-page .courses-details-discription .courses-details-img {
  margin-bottom: 20px;
}
.course-details-page .courses-details-discription .nav.nav-pills {
  font-size: 17px;
  margin-bottom: 20px;
}
.course-details-page .courses-details-discription .overview h3 {
  font-size: 21px;
  margin-bottom: 15px;
}
.course-odf-bg {
  margin-bottom: 15px;
  padding: 20px;
}
.course-details-page .courses-details-discription .curriculum-list ul li {
  position: relative;
  line-height: 26px;
  font-size: 15px;
}
.course-details-page .courses-details-discription .curriculum-list ul li span {
  position: relative;
  left: 0;
  top: 0px;
}
.course-details-page .courses-details-discription .curriculum-list {
  padding: 20px;
  margin-bottom: 10px;
}
.courses-sidebar .courses-single-sidebar {
  padding: 20px;
}
.courses-sidebar .widget {
  margin-bottom: 20px;
  padding: 20px;
}
.course-details-page .courses-details-discription .overview p {
  margin-bottom: 20px;
}
.course-details-page .courses-details-discription .overview-box {
  margin-bottom: 20px;
}
.vision-mission-sec {
  padding: 30px 0px;
}
.vision-sec .vision-sec-textbox {
  padding: 30px;
  margin-left: 0px;
  margin-bottom: 15px;
}
.vision-sec .vision-sec-textbox .tittle, .mission-sec .mission-sec-textbox .tittle {
  font-size: 27px;
  margin-bottom: 15px;
}
p {
  font-size: 15px;
  line-height: 29px;
}
.mission-sec .mission-sec-textbox {
  padding: 30px;
  margin-right: 0px;
}
.vision-mission-textbox {
  padding: 20px 50px;
  border-right: none;
}
.vision-mission-textbox img {
  margin-bottom: 15px;
  width: 74px;
}
.vision-mission-textbox h3 {
  font-size: 27px;
  margin-bottom: 10px;
}
.accreditation-recognition-sec {
  padding: 30px 0px;
}
.accreditation-recognition-box ul li 
{
  width: 100%;
  border: 1px solid #dcdbdb;
}
.director-message-sec {
  padding: 30px 0px;
}
.director-profile-box {
 margin-bottom: 15px;
}
  footer .main-footer {
    padding: 30px 0 30px;
  }
}

@media screen and (max-height: 450px) {
}

