* {
  padding: 0px;
  margin: 0px;
}

body {
  background: transparent;
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Allerta", sans-serif;
}

header {

  width: 100%;
  float: left;
}

header .top-header {
  width: 100%;
  float: left;
}

header .top-header .left-social-sec {
  background: #520000;
  color: #fff
}

p {
  text-align: justify
}

.social-media li {
  float: left;
  display: inline-block;
  margin-left: 25px;
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 20px;
}

.social-media li a {
  color: #fff
}

.contact-details {
  margin-left: 0px;
  padding-left: 0px
}

.contact-details li {
  float: left;
  display: inline-block;
  margin-left: 25px;
  margin-top: 12px;
  font-size: 13px
}

.contact-details i {
  color: #F1AD1D;
  margin-right: 10px;
  font-size: 18px !important
}

.admission-btn {
  background: #f1ad1d;
  padding: 5px 20px;
  color: #000;
  font-weight: 600;
  margin-top: 5px;
  display: inline-block;
  border-radius: 10px;
  font-size: 13px;
  float: right;
  text-decoration: none;
  font-weight: bold
}

.main-header {
  width: 100%;
  float: left;
  padding: 15px 0px
}

.main-header .container {
  max-width: 100% !important;
  margin: 0 auto
}

.main-menu {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px
}

.main-menu li {
  float: left;
  margin: 20px 18px;
  list-style-type: none
}

.main-menu li a {
  text-decoration: none;
  color: #520000;
  font-weight: 600;
  font-size: 15px
}

.slider-section {width: 100%; float: left; display: block}

.swiper {
  width: 100%;
 /* height: 100vh;*/
}

.swiper-slide {
  position: relative;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 2s ease;
}

/*.swiper-slide-active img {
      transform: scale(1.1);
    }*/

.swiper-slide-active img {
  /* animation: proSlideEffect 12s ease-in-out infinite alternate;*/
  transform-origin: center center;
}

/*@keyframes proSlideEffect {
  0% {
    transform: scale(1) rotate(0deg) translateY(0px);
    opacity: 1;
  }

  100% {
    transform: scale(1.3) rotate(2deg) translateY(-10px);
    opacity: 1;
  }
}*/

.caption {
  position: absolute;
  top: 260px;
  left: 20%;
  width: 900px;
  transform: translateX(-50%);
  color: #fff;
  /* background: rgba(0, 0, 0, 0.5);*/
  padding: 1rem 2rem;
  border-radius: 10px;
  font-size: 1.5rem;
  animation: fadeInUp 1s ease forwards;
  opacity: 0;
}

.caption::before {
  content: " ";
  position: absolute;
  width: 46%;
  height: 400px;
  background: rgb(89 159 215 / 41%);
  top: -68px;
  left: -7%;
  z-index: 1;
}

.caption {
  text-align: center;
}

.caption h2 {
  font-size: 70px;
  font-weight: 700;
  z-index: 999;
  position: relative;
}

.caption p {
  font-size: 18px;
  z-index: 999;
  position: relative;
}

.caption .banner-btn {
  background: #0056BA;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 19px;
  margin-top: 20px;
  border: 0px;
}

.swiper-slide-active .caption {
  opacity: 1;
}

@keyframes fadeInUp {
  from {
    transform: translate(-50%, 20px);
    opacity: 0;
  }

  to {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}

/* Arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #000;
  background: #F1AD1D !important;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  font-size: 40px;
  top: 70%;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #fff;
  color: #000;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 19px;
}

/* Pagination */
.swiper-pagination {
  bottom: 10px !important;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #b70b0b;
  opacity: 0.5;
  transition: transform 0.3s ease, background 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #520000;
  opacity: 1;
  transform: scale(1.4);
}

.about-section {
  width: 100%;
  float: left;
  padding: 70px 0px
}

.align-middle {
  vertical-align: middle !important;
}

.about-section .abt-logo {
  padding-top: 50px;
}

.about-section .abt-logo img {
  width: 150px
}

.about-section .abt-title {
  padding-top: 90px;
  text-align: center;
}

.about-section .abt-title h2 {
  font-weight: bold;
  color: #000
}

.about-section .abt-title p {
  text-align: center
}

.about-section .abt-btn {
  background-color: #DFDFEA;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  fill: #520000;
  color: #520000;
  padding: 10px 20px;
  margin-top: 20px
}

.about-section .abt-btn:hover {
  background: #520000;
  color: #fff
}

.course-main {
  Width: 100%;
  float: left;
  display: block;
  overflow: hidden
}

.course-main .col-md-4 {
  padding: 0px
}

.course-sec.course1 .course-caption {
  position: relative;
  bottom: 0%;
  top: 88%;
  background: #5200009E;
  color: #fff;
  padding: 10px 20px
}

.course-sec.course2 .course-caption {
  position: relative;
  bottom: 0%;
  top: 88%;
  background: #F1AD1D7D;
  color: #fff;
  padding: 10px 20px
}

.course-sec.course3 .course-caption {
  position: relative;
  bottom: 0%;
  top: 88%;
  background: #5200009E;
  color: #fff;
  padding: 10px 20px
}

.course-sec.course1 .course-caption a {
  background: #F1AD1D;
  padding: 5px 10px;
  color: #000;
  font-weight: bold;
  border-radius: 5px
}

.course-sec.course2 .course-caption a {
  background: #fff;
  padding: 5px 10px;
  color: #590A0A;
  font-weight: bold;
  border-radius: 5px
}

.course-sec.course3 .course-caption a {
  background: #F1AD1D;
  padding: 5px 10px;
  color: #000;
  font-weight: bold;
  border-radius: 5px
}

.course1 {
  background: url(../img/course1.jpg);
  background-size: cover;
  height: 400px;
  background-size: cover
}

.course2 {
  background: url(../img/course2.jpg);
  background-size: cover;
  height: 400px;
  background-size: cover
}

.course3 {
  background: url(../img/course3.jpg);
  background-size: cover;
  height: 400px;
  background-size: cover
}

.courses-engg {
  width: 100%;
  float: left;
  display: block;
  background: #520000;
  padding: 70px 0px;
  color: #fff
}

.course-left-sec {
  padding-top: 0px;
  padding-left: 70px
}

.counter-sec {
  background: url(../img/bg-image.jpg);
  width: 100%;
  float: left;
  display: block;
  padding: 50px 0px
}

.course-left-sec .course-btn {
  background: #f1ad1d;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  fill: #f1ad1d;
  color: #000;
  padding: 10px 20px;
  margin-top: 20px;
}


#counter {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

  /*  padding: 40px 0px;*/
  width: 100%;
}

#counter .item {

  width: 300px;
  padding: 35px 10px;
  margin: 10px;
  text-align: center;


}

#counter .item .count {
  color: #e8b12d;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 65px;
}

#counter .item h3 {
  color: #580909;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: bold;
}

.count1 {
  font-size: 60px;
  color: #f1ad1d;
  font-weight: 600;
  font-family: inter
}

.why-us{width: 100%; float: left; padding: 70px 0px}
.why-us .container{max-width: 1350px}
.why-us h2{text-align: center; color: #4F020C; font-weight: bold; font-size: 40px; margin-bottom: 40px}
.why-list1 ul li{float: left; list-style-type: none; display: inline-block; margin-left: 10px; 
  margin-right: 10px; font-size: 19px;    padding: 10px 20px;
  margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    border-style: none;
    border-radius: 50px 50px 50px 50px;
    -webkit-box-align: center;}
.why-list1 ul i{margin-left: -10px; margin-right: 10px;color: #F1AD1D}
.why-list1 ul{text-align: center; width: 98%; margin: 20px auto;}


.why-list2 ul li{float: left; list-style-type: none; display: inline-block; margin-left: 10px; 
  margin-right: 10px; font-size: 19px;    padding: 10px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    font-weight: bold;
    border-style: none;
    border-radius: 50px 50px 50px 50px;
    -webkit-box-align: center;}
.why-list2 ul i{margin-left: -10px; margin-right: 10px;color: #F1AD1D}
.why-list2 ul{text-align: center; width: 99%; margin: 20px auto; }


.why-list3 ul li{float: left; list-style-type: none; display: inline-block; margin-left: 10px; 
  margin-right: 10px; font-size: 19px;    padding: 10px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    font-weight: bold;
    border-style: none;
    border-radius: 50px 50px 50px 50px;
    -webkit-box-align: center;}
.why-list3 ul i{margin-left: -10px; margin-right: 10px;color: #F1AD1D}
.why-list3 ul{text-align: center; width: 100%; margin: 20px auto;}


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.client-section{width: 100%; float: left; display: block; background: url(../img/footer-bg.jpg); padding: 100px 0px; color: #fff; background-size: cover; height: 400px}
.client-section h2{text-align:center; font-weight: bold; margin-bottom: 40px; font-size: 40px}
.event-section{padding: 70px 0px; width: 100%; float: left}
.item-number{display: none !important}


/**********About page ***************/

.about-page-sec{width: 100%; float: left; display: block; padding: 50px 0px}
.about-page-sec h2{font-weight: bold; font-size: 30px; color: #000}
.about-campus{background: url(../img/footer-bg.jpg); width: 100%; float: left; padding: 70px 0px; color: #fff}
.about-campus h2{font-weight: bold; margin-bottom: 20px}
.vision-sec{width: 100%; float: left; padding: 70px 0px}
.vision-sec h2{font-weight: bold; margin-top: 20px; margin-bottom: 20px}
.vision-sec img{border-radius: 20px;}

/********Technical-education************/
.page-header {
  background: url(../img/page-bg.jpg);
  padding: 140px 0px;
  background-size: cover;
  color: #fff;
  width: 100%;
  float: left;
  height: 400px;
  background-position: center
}

.page-header .container {
  max-width: 1300px;
  margin: 0 auto;
}

.page-header h2 {
  font-size: 55px;
  font-weight: bold;
  padding-left: 20px;
  border-left: 4px solid #f1ad1d
}

.page-header p {
  font-size: 30px;
  font-style: italic;
  font-family: 'Georgia', sans-serif;
  margin-top: 20px
}

.course-content {
  width: 100%;
  float: left;
  padding: 50px 0px
}

.course-left-sec h2 {
  font-weight: bold;
}

.course-left-sec p {
  font-size: 18px;
}

.course-left-sec .course-inner {
  background: #F5F5F5;
  ;
  padding: 25px;
  border-radius: 20px
}

.course-left-sec .course-inner h4 {
  color: #103552;
  font-size: 23px;
  font-weight: bold;
}

.course-sub {
  color: #103552;
  font-size: 20px;
  font-weight: bold;
}

.course-left-sec .course-inner .course-list li {
  list-style-type: none;
  margin-bottom: 15px
}

.course-left-sec .course-inner .course-list {
  margin-top: 20px
}

.course-left-sec .course-inner .course-list i {
  color: #f1ad1d;
  font-size: 16px;
  margin-left: -30px;
  margin-right: 10px
}

.course-right-img img {
  height: 700px;
  object-fit: cover;
  border-radius: 20px
}

/************Feature**********/
.common-features {
  width: 100%;
  background: #FFE2E2;
  padding: 70px 0px;
  float: left
}

.common-features h2 {
  text-align: Center;
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 20px;
  color: #520000
}

.common-features p {
  font-size: 18px;
}

.feature-content {
  width: 100%;
  float: left;
}

.feature-content .top-feature {
  width: 100%;
  float: left;
  padding: 70px 0px;
}

.feature-content .top-feature h4 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px
}

.feature-list li {
  list-style-type: none;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: bold
}

.feature-list {
  margin-top: 20px
}

.feature-list i {
  color: #f1ad1d;
  font-size: 18px;
  margin-left: -30px;
  margin-right: 10px
}

.feature-content .bottom-feature {
  width: 100%;
  float: left;
  padding: 70px 0px;
  background: #F5F5F5
}

.feature-content .bottom-feature h4 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px
}

.feature-inner {
  padding-top: 50px
}

.right-feature-img img {
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  width: 100%
}


.footer-content {
  width: 100%;
  float: left;
  display: block;
  background: url(../img/footer-bg.jpg);
  padding: 70px 0px;
  background-size: cover;
  color: #fff
}

.footer-content .footer-title {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px
}

.footer-content .container {
  max-width: 1300px !important
}

.footer-list {
  margin-top: 20px
}

.footer-list li {
  list-style-type: none;
  margin-bottom: 15px
}

.footer-list li a {
  Color: #fff;
  text-decoration: none;
  font-size: 15px
}

.footer-list i {
  color: #F1AD1D;
  margin-left: -20px;
  margin-right: 10px;
  font-size: 14px
}

.footer-links {
  color: #F1AD1D;
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #F1AD1D
}

.copyright-section {
  background: #520000;
  padding: 10px 0px;
  color: #fff;
  width: 100%;
  float: left;
  display: block
}

.footer-social {
  padding-left: 0px;
  margin-bottom: 0px
}

.footer-social li {
  float: left;
  display: inline-block;
  margin-left: 25px;
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 20px;
}

.footer-social li a {
  Color: #fff
}

.copyright-section p {
  margin-bottom: 0px
}

.copyright-section img {
  width: 80px !important;
  margin-left: 20px
}

.copyright-section .container {
  max-width: 1300px !important
}

.mobile-header{display: none}
@media screen and (max-width: 480px)

{
.top-header{display: none}
.logo-sec, .menu-sec{width: 50%;}
.mobile-header{display: block}
.main-menu{display: none}
.mobile-header {
  background: transparent;
  height: 50px;
  margin-left: 70px;
  width: 100%;
  display: inline-block;
}

.mobile-header .row:after {
  clear: both;
  content: "";
  display: table;
}

.mobile-nav-toggle {
  position: relative;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 15px;
  background: #F1AD1D;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}

.mobile-nav-toggle span {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 20px;
  justify-content: space-between;
  width: 35px;
}

.mobile-nav-toggle span:hover {
  cursor: pointer;
}

.mobile-nav-toggle span i {
  background: #000;
  display: block;
  height: 2px;
  width: 100%;
}

.mobile-nav-toggle span i:first-child {
  margin-top: 0;
}

.mobile-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}

.mobile-top-bar .mobile-nav-toggle.close {
  color: #fff;
  height: 25px;
  text-align: center;
  width: 35px
}

.mobile-top-bar .mobile-nav-toggle.close:hover {
  cursor: pointer
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation li {
  margin: 30px 0 0 15px;
}

.main-navigation li a {
  color: #fff;
  text-decoration: none;
}


/* sliding menu CSS */

.navigation {
  -moz-transition: linear left 0.5s;
  -o-transition: linear left 0.5s;
  -webkit-transition: linear left 0.5s;
  transition: linear left 0.5s;
  background: #520000;
  height: 100%;
  overflow: auto;
  /* let the nav scroll, not body */
  padding-bottom: 100px;
  position: fixed;
  top: 0;
 /* z-index: 9999;*/
  left: -100%;
  width: 100%;
}

.navigation.open {
  left: 0;
          z-index: 9999;

}

.about-section .abt-logo{text-align: center}
.about-section .abt-title{padding-top: 20px}
.course-left-sec.new2{padding-top: 20px !important; padding-left: 30px; padding-bottom: 30px}
#counter{flex-direction: column}
.why-list1 ul li {    font-size: 13px;
}
.why-list2 ul li {    font-size: 13px;
}
.why-list3 ul li {    font-size: 13px;
}
/* let the nav scroll, not body */
.client-list{flex-direction: row !important}
.client-list  .col-md-2{max-width: 100% !important}
#multiCarousel2 .multi-carousel-item{flex: 0 0 100% !important;}
.event-section{overflow: hidden}
header{overflow: hidden}
.page-header{    padding: 70px 0px;}
.page-header h2{font-size: 40px}
.course-left-sec{padding-left: 20px}
.course-right-img img{height: 400px!important}
.footer-social{display: none}
.navigation{display: block !important}
}
.navigation{display: none}