:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-style: normal;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "poppins";
  font-style: normal;
}
.way-life{
    
}
.way-life-left{
  width:40%;  
  float:left;
}
.way-life-right{
     width:60%;  
  float:right;
    padding:20px;
}
.way-life-inr h4{
    color:#d3011a;
    font-size:18px;
}
.way-life-inr h5{
       color: #012970;
    font-size:16px;
}
.way-life-inr img{
   border-radius:8px; 
}
.registartion-slide .col-lg-10{
        background: #f6f8fb;
    padding: 20px;
    border-radius:8px;
}
.registartion-slide h5{
    font-size:15px;
        color: #012970;
}
.registartion-slide input{
    font-size:15px!important;
}
.registartion-slide label{
    margin-top:10px;
    font-size:15px;
}
.registartion-slide select{
    font-size:15px!important;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}
.about .section-header h4{
  color: #7e0203;
    margin-bottom: 20px !important;
    font-size: 20px;
    font-weight: 300;
}
p {
  font-size: 16px;
  line-height: 27px;
}
.msg-name{
 font-size: 16px;
    text-align: center;
    margin-top: 10px;
    color: #d3011a;
}
.ticker a{
    margin-right:10px;
}
  .covregae-slide h4 {
    color: #d3011a;
    font-family: "Cormorant Garamond", serif;
    font-weight: bold;
}
.our-story{
    background-color: #f0faf9;
}
.yoga-slide{
    overflow:revert;
}
.blog-img{
    width:700px;
    margin:0 auto;
}
.blog-deatils h6{
    color:#d3011a;
    font-weight:600;
}
.blog-content{
    padding: 10px 20px;
}
.blog-content h4{
        color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.blog-slide img{
    border-radius:10px;
}
.blog-slide .testimonial-item{
   padding: 0px;
    background: #fffafa;
    border-radius: 10px;
}
.date p{
    font-size:11px!important;
    color:#777;
}
.tabs {
  position: relative;
      background-color: #fffaf8;

  max-width: 100%;
  padding-top: 40px;
}
.tabs input {
  position: absolute;
  z-index: 1000;
  width: 25%;
  height: 50px;
  left: 0;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  margin: 0;
}
.tabs input#tab-2 {
  left: 25%;
}
.tabs input#tab-3 {
  left: 50%;
}
.tabs input#tab-4 {
  left: 75%;
}

.tabs label {
  background:#012970;
    font-family: 'Poppins';
  color: #fefefe;
     font-size: 16px;
  line-height: 50px;
  height: 60px;
  position: relative;
  top: 0;
  padding: 0 20px;
  float: left;
  display: block;
  width: 25%;
  font-weight:600;
  text-align: center;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  -webkit-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
  margin-top:10px;
}
.tabs label:hover {
  cursor: pointer;
}

.tabs label:after {
  content: "";
  background:#d3011a;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
}

.tabs input:hover + label {
  background:#d3011a;
}

.tabs label:first-of-type {
  z-index: 4;
}

.tab-label-2 {
  z-index: 4;
}

.tab-label-3 {
  z-index: 3;
}

.tab-label-4 {
  z-index: 2;
}

.tabs input:checked + label {
  background: #fefefe;
  color: #1a1a1a;
  z-index: 6;
}

.clear-shadow {
  clear: both;
}

.content {
  height: auto;
  width: 100%;
  float: left;
  position: relative;
  z-index: 5;
  background: #fefefe;
  top: -10px;
  box-sizing: border-box;
}
.content div {
  position: relative;
  float: left;
  width: 0;
  height: 0;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: #fefefe;
}
.content div h2 {
  margin-top: 0;
}

.tabs .tab-selector-1:checked ~ .content .content-1,
.tabs .tab-selector-2:checked ~ .content .content-2,
.tabs .tab-selector-3:checked ~ .content .content-3,
.tabs .tab-selector-4:checked ~ .content .content-4 {
  z-index: 100;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  width: 100%;
  height: auto;
  width: 100%;
  height: auto;
  padding: 5%;
}

.content div h3 {
    color: #012970;
}

.content div p {
  font-size: 16px;
  line-height: 27px;
  text-align: left;
  margin: 0;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .tabs input:checked + label {
    top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .tabs {
    height: auto;
    background: #fefefe;
    padding-bottom: 86px;
    width: 95%;
  }
  .tabs label {
    text-align: left;
  }
  .tabs input:checked + label {
    padding-left: 30px;
  }
  .tabs label, .tabs input {
    width: 100%;
    position: absolute;
  }
  .tabs label.tab-label-1, .tabs label#tab-1, .tabs input.tab-label-1, .tabs input#tab-1 {
    width: 88%;
    top: 150px;
    left: 0;
    height: 50px;
    z-index: 4 !important;
  }
  .tabs label.tab-label-2, .tabs label#tab-2, .tabs input.tab-label-2, .tabs input#tab-2 {
    width: 92%;
    top: 100px;
    left: 0;
    height: 100px;
    z-index: 3 !important;
  }
  .tabs label.tab-label-3, .tabs label#tab-3, .tabs input.tab-label-3, .tabs input#tab-3 {
    width: 96%;
    top: 50px;
    left: 0;
    height: 150px;
    z-index: 2 !important;
  }
  .tabs label.tab-label-4, .tabs label#tab-4, .tabs input.tab-label-4, .tabs input#tab-4 {
    width: 100%;
    top: 0;
    left: 0;
    height: 200px;
    z-index: 1 !important;
  }
  
}

.our-story p{
     text-align:justify;
}
.our-story h3{
        color:#d3011a;
}

.ticker{
            background: #0a285e;
    color: #fff;
        padding: 7px 0px;
}
.yoga-slide .col-md-6 .col-md-6{
    padding:6px;
}
.gyan-inr h4{
    font-size:18px;
    color:#d3011a;
    font-weight:600;
}
.gyan-inr{
        background: #f3f3f3;
        padding:15px;
        margin-bottom:0px;
        border-radius:8px;
}
.gyan-inr p{
    font-size:15px;
    text-align:justify;
    margin-bottom:0px!important;
}
.way-life-inr{
     background: #FFFFFF;
    box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    padding: 30px 30px 30px;
    margin-bottom: 10px;
    float: left;
    }
    img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    }
   .way-life-inr .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
}
 .way-life-inr .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    z-index: 1;
}
  .way-life-inr .img-box:before {
    position: absolute;
    content: '';
    background-color: rgba(var(--thm-black-rgb), 0.4);
    width: 100%;
    height: 0%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 500ms ease;
    z-index: 1;
}
.way-life .section-header h6{
        text-align: center;
    width: 61%;
}
 .way-life-inr .img-box:before {
  height: 100%;
  top: 0px;
}

 .way-life-inr .img-box img {
  width: 100%;
  transform: scale(1.0);
  transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
}

.way-life-inr:hover .img-box img {
  transform: scale(1.1) rotate(1deg);
}

.couses-lside li{
background: no-repeat;
    background-color: #012970;
    padding: 16px 10px;
    width: 47%;
    margin: 0px 6px;
    list-style: none;
    border-radius: 8px;
    font-size: 14px;
    min-height: 82px;
    color: #fff;
    float: left;
    border: 1px solid #021d4e;
}
.couses-lside li p{
    margin-bottom:0px;
    font-size: 14px;
}
.ticker h6{
float: left;
    width: 11%;
    margin-bottom: 0px;
    margin-top: 3px;
    color: #ffe916;
}

.ticker marquee{
        float: left;
    width: 80%;
}
.couses-lside p a{
    background: #d3011a; 
    color: #fff;
    border-radius: 8px;
    padding: 8px 18px;
    margin-left: 10px;
    margin-top: 20px;
    float: left;
}
.couses-lside img{
    border-radius:8px;
}

.couses-lside a:hover{
    background:#012970;
}
.top-slide {
    background: #fffaf8;
}
.top-slide .col-xl-3{
    text-align:center;
}
.top-slide svg{
    fill: #000;
    width: 57px;
    float: left;
    padding: 5px;
    border-radius: 8px;
    background: #ffffff;
    height: 57px;
    margin-right: 10px;
}
.top-slide{ 
    padding: 20px 14%;
}

.top-slide h4{
   font-size: 16px;
    line-height: 26px;
    text-align: left;
    font-weight: 400;
    margin-top: 13px;
}
.top-slide h2{

}
.top-slide p{
 
    text-align:justify;
}
.sub-inr video {
  border-radius: 7px;
}
.mission-slide p {
  text-align: justify;
}
.leadership p {
  text-align: justify;
}
#hero .carousel-control-prev {
    left: 85%;
}
#hero .carousel-control-next {
    right: 8%;
}
#hero .carousel-control-next, #hero .carousel-control-prev {
    top: 84%;
}
.vid-gallery video,
.vid-gallery iframe {
  border-radius: 4px;
}
.vid-gallery .col-lg-4{
    padding:7px;
}
.vacancy-form input, .vacancy-form select{
    font-size:14px;
}
.mission-slide{
    padding-left:40px;
}
.section-header h6 {
    font-size: 17px;
    font-weight: 400;
    margin: 0 auto;
    text-align: justify;
    padding-bottom: 17px;
    line-height: 27px;
    padding-top: 0px;
}
.vison-slide p{
     text-align: justify;
}
.vison-slide ul li{
     text-align: justify;
     line-height:27px;
     margin-bottom:10px;
}

.footer a:hover {
  color: #7e0203;
}
.bi-envelope{
    margin-top: 2px;
    float: left;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 50px 0;
  overflow:hidden;

}
.sub-inr{
    overflow: revert;
}
.sub-inr ul li{
    width: 45%;
    float: left;
    margin: 5px 20px;
    
}
.services-style1__single-content::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-base);
    box-shadow: 0px 0px 46px 0px rgb(0, 0, 0, 0.08);
    content: "";
    transform: scaleX(0.7) rotateX(0deg);
    transition: all 0.4s linear;
    border-radius: 15px;
    z-index: -1;
    opacity: 0;
}
.services-style1__single-content:hover {
    position: relative;
    display: block;
    background: #081a35;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
}

.services-style1 {
  position: relative;
  display: block;
  background: #F6F6F6;
  padding: 120px 0px 90px;
  overflow: hidden;
  z-index: 1;
}

.services-style1 .shape1 {
  position: absolute;
  top: -150px;
  left: -60px;
  width: 372px;
  height: 372px;
  border-radius: 50%;
  border: 1px solid rgba(var(--thm-black-rgb), 0.1);
  z-index: -1;
}

.services-style1 .shape2 {
  position: absolute;
  top: 70px;
  left: 77px;
  z-index: -1;
}

.services-style1 .shape3 {
  position: absolute;
  bottom: 250px;
  right: -20px;
  z-index: -1;
}

.services-style1 .shape4 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.services-style1__single-text p{
    font-size:15px;
}
.services-style1__single {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  z-index: 1;
}
.top-course{
    min-height:308px!important;
}
.sub-inr .col-xl-3 {
    padding:0px 8px;
}
.services-style1__single-content {
  position: relative;
  display: block;
  background: #FFFFFF;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
  padding: 15px;
  min-height: 231px;
 border: 1px solid #fbeaea;
}
.our-team .col-lg-2 {
    width:20%!important;
}
.our-team .col-lg-2 img{
    border-radius:8px;
}
.our-team p{
       text-align: center;
    font-size: 15px;
    margin-bottom: 0px;
}

.team-inr h6{
  font-size: 13px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.team-content{
             padding: 7px;
    min-height: 143px;
    margin-bottom: 20px;


}
.team-inr {
    background: #f1f1f1;
}
.our-team .col-lg-2 h5{
      font-weight: 600;
    font-size: 16px;
    color: #7e0203;
    margin-top:15px;
        line-height: 22px;
        text-align:center;
}
.our-team .col-lg-2 h5 span{
        color: #012970;
        font-weight:400;
            font-size: 13px;
}
    .modal-dialog {
        max-width: 50%!important;
    }
.our-story-img {
    position: sticky;
    top: 20px;
}
.sub-inr img{
    border-radius:7px;
    width: 100%;
    height: 100%;
    object-fit: cover;
 
}
.col-xl-7.row{
    overflow-y: auto,
}
.services-style1__single-content::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-base);
  box-shadow: 0px 0px 46px 0px rgb(0, 0, 0, 0.08);
  content: "";
  transform: scaleX(0.7) rotateX(0deg);
  transition: all 0.4s linear;
  border-radius: 15px;
  z-index: -1;
  opacity: 0;
}

.services-style1__single:hover .services-style1__single-content::before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}




.services-style1__single:hover p{
  color: #ffffff;
}
.services-style1__single-text {
  position: relative;
  display: block;
  padding-top: 6px;
  padding-bottom: 7px;
}

.services-style1__single-text h3 {
    font-weight: 800;
    font-size: 22px;
    line-height: 26px;
    color: #7e0203;
}

.services-style1__single-text h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-style1__single:hover .services-style1__single-text h3 a {
  color: #ffffff;
}

.section-header {
  text-align: center;
}
h3 {
  font-size: 34px;
  color: #000;
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
}
.section-header h2 {
  padding: 0px;
      color: #012970;
  text-align: center;
  font-weight: 900;
}


.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  width: 90%;
  margin: 0px auto;
}

.section-header p span {
  color: #7e0203;
}

h2 {
  font-size:35px;
    color: #012970;
  font-weight: 900;
  font-family: "Cormorant Garamond", serif;
}
h3{
    font-size:30px;
}
.courses-slide h3{
    color:#d3011a;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.innerheader {
  background-image: url(../img/internal-bnr.webp);
  background-repeat: no-repeat;
  position: relative;
  padding: 0px;
  height: 212px;
  background-size: 100%;
  margin: 133px 0px 0px 0;
  color: #7e0203;
  text-align: center;
}
.payment{
       background-image: url(../img/payment.jpg); 
}
.chairmen-header{
       background-image: url(../img/chairman-banner.jpg); 
}
.registration-slide{
   background-image: url(../img/registartion.jpg); 
}
.module-list-inr h6{
       font-size: 16px;
    color: #ffffff;
    padding: 6px;
    font-weight: 600;
    background: #012970;
}
.module-list-inr{
        margin-bottom: 30px;
    background: #f9f9f9;
    padding: 10px;
}
.achraji-header{
  background-image: url(../img/leadership.jpg);
}

/* Center all breadcrumb text using transform */
.innerheader .breadcrumbs {
    position: absolute;
    top: 70%;
    left: 32%;
    transform: translate(-50%, -50%);
    width: 700px;
}

/* Keep your breadcrumb design */
.breadcrumbs ol {
display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 5px 10px;
    margin: 0;
    font-size: 14px;
    display:none;
    background: #01297080;
    border-radius: 10px;
    width: 371px;
}
.breadcrumbs li {
  background: transparent !important;
      padding-left: 4px !important;
      color:#fff;
}

.breadcrumbs ol li + li {
  padding-left: 5px;
  font-size: 12px;
}

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

.breadcrumbs ol a {
      color: #ffc107;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs h1 {
    font-size: 25px;
    text-align: left;
    margin-bottom: -7px;
    margin-left: 5px;
    color: #ffc107;
    display:none;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    font-size: 24px;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  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: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.top-header {
  display: inline-block;
  width: 100%;
    background: #d3011a;
  padding: 5px 0;
  color: #fff;
  position: fixed;
  margin: 0px;
  z-index: 9999;
  top: 0px;
}

.top-headleft {
  float: left;
}

.top-headleft span {
  padding: 3px;
}

.top-header a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  margin: 2px;
}

.fixed-top {
    position: fixed;
    top: 28px;
    right: 0;
    left: 0;
    z-index: 1030;
}

.top-headrgt {
  float: right;
}

.top-headrgt span {
  padding: 3px;
}

.top-headleft i {
  font-size: 13px;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 7px 0;
  background: #fff;
}

.header.header-scrolled {
  background: #fff;
  padding: 10px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
#header .container-xl{
            max-width: 1273px;
}
.header .logo {
  line-height: 0;
}

.header .logo img {
max-height: 88px;
    width: 245px;
    margin-right: 6px;
    margin-top: 7px;
}

.header .logo span {
  font-size: 27px;
  font-weight: 700;
  /* letter-spacing: 1px; */
  color: #000;
  font-family: "Nunito", sans-serif;
  /* margin-top: 3px; */
}

.header .logo p {
  color: #000;
  padding-left: 29px;
  padding-top: 5px;
  font-weight: 400;
  font-size: 13px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #ff52187f;
  padding: 20px;
  font-size: 30px;
}

#hero .carousel-control-next,
#hero .carousel-control-prev {
  width: 3% !important;
  opacity: 1 !important;
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    padding: 24px !important;
    border-radius: 50%;
    background-color: #d03704 !important;
    background-size: 23px !important;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

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

.navbar li {
  position: relative;
}
.messages h6 {
    width: 88%;
    color: #000;
    margin: 0 auto;
    text-align: center;
    padding-bottom:10px;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
padding: 26px 0 8px 14px;
  font-family: "poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
}

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

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

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #7e0203;
  padding: 6px 6px;
  margin-left: 14px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #7e0203;
}

.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: 7px 20px;
  font-size: 15px;
  text-transform: none;
  /* font-weight: 600; */
}

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

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .megamenu {
  position: static;
}

.navbar .megamenu ul {
  margin-top: 5px;
  right: 0;
  padding: 10px;
  display: flex;
}

.navbar .megamenu ul li {
  flex: 1;
}

.navbar .megamenu ul li a,
.navbar .megamenu ul li:hover > a {
  color: #013289;
}

.navbar .megamenu ul li a:hover,
.navbar .megamenu ul li .active,
.navbar .megamenu ul li .active:hover {
  color: #4154f1;
}

.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: #000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

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

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #7e0203;
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #000;
}

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

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

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100%;
  /* background-color: #f0faf9; */
  padding-top: 136px;
  /* background: url(../img/hero-bg.png) top center no-repeat;
  background-size: cover; */
  padding-bottom: 0px;
}

.hero h1 {
  margin: 0;
  font-size: 46px;
  font-weight: 600;
  color: #000;
}

.hero h5 {
  color: #7e0203;
  margin: 10px 0 10px 0;
  font-size: 18px;
}

.hero p {
  color: #000;
}

.btn-get-started {
  margin-top: 20px;
  line-height: 0;
  padding: 12px 13px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #7e0203;
}

.btn-get-started span {
  font-size: 16px;
  letter-spacing: 1px;
}

.btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
}

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

@media (max-width: 991px) {
  .hero {
    height: auto;
  }

  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }

  .hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
    .msg-name {
    font-size: 13px;
}
  .hero {
    text-align: center;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 24px;
  }

  .hero .hero-img img {
    width: 100%;
  }
}

.back-image img {
  left: 46px;
  position: absolute;
  top: 45px;
}

.back-image-1 img {
  position: absolute;
  top: 42px;
  right: 28px;
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about {
  background-color: #f0faf9;
  padding: 40px;
}

.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.about .btn-read-more:hover i {
  transform: translateX(5px);
}

.banner-section .ban-inr {
  object-fit: contain;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ffe3d5;
  margin: 8px auto;
  min-height: 242px;
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/

.course-inr {
  display: inline-grid;
  padding: 4px;
}

.course {
  padding: 5px 15px 0px;
  border: 1px solid lightgrey;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  border-radius: 5px;
}

.course:hover {
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #7e0203;
  color: #fff;
}
.testimonil-slide-inr h4{
    color: #7e0203;
    font-size:20px;
}
.testimonil-slide-inr img{
    border-radius:8px;
}
.testimonil-slide-inr .row{
        border-bottom: 1px dashed #ddd;
    padding: 20px 10px;
    margin-bottom: 20px;
}
ol li a {
    color: #7e0203;
    text-decoration: underline;
}
.course-inr h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: #7e0203;
  margin-bottom: 10px;
}
.current-news .owl-item {
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 27px;
  border-radius: 8px;
padding:30px;
}
.internal-img img {
  margin-top: 13px;
  border-radius: 6px;
}
.course-inr p {
  font-size: 15px;
}

.course-inr p:hover,
.course-inr h6:hover {
  color: #fff !important;
}
.course:hover h6 {
  color: #fff !important;
}
.course img {
  padding-top: 20px;
}

.course img:hover {
  color: #fff;
}

.values .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.values .box h3 {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
}

.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
  transform: scale(1);
}

/* updates */

.sub-inr {
background-color: #fffaf8;
}

.sub-inr .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #7e0203;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  color: #fff;
  padding: 12px;
}

.sub-inr .nav-pills .nav-link {
  background-color: #e1e1e1b3;
  border-radius: 0;
  color: #000;
  width: 150px;
  text-align: center;
  display: inline-block;
}

.sub-inr .nav-pills .nav-link {
  background-color: #fff;
  border-radius: 5px;
  font-size: 17px;
  color: #000;
  width: 400px;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  padding: 12px;
}

ol li,
ol li {
  line-height: 27px;
  font-size: 16px;
  margin-top: 10px;
}

ol li {
background: url(../img/arrow-right.png) no-repeat scroll 0 5px transparent;
    background-size: 11px;
    line-height: 27px;
    padding-left: 19px;
    margin-bottom: 11px !important;
    list-style: none;

}
ol,
ul {
  padding-left: 0px;
}
img {
  max-width: 100%;
}
.news .recognize .card img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  min-height: 368px;
  height: 368px;
}

.news .recognize .card {
  position: relative;
  border-radius: 10px;
  text-align: center;
  /* height: 320px; */
  border: none;
  background: white;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.recognize h5 {
  font-size: 20px;
  color: #000;
  font-weight: 800;
}

.recognize .card-body span,
.card-body i {
  font-size: 13px;
  color: #7e0203;
  font-weight: 600;
}

.recognize .card-body p {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.recognize li {
  background: #fff;
  margin: 3px;
  border-radius: 10px;
  list-style: none;
  border: 2px solid #ed3c0d;
}

.news .owl-dots {
  display: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: #ff5218 !important;
  width: 35px;
  height: 35px;
  color: #fff !important;
}

.learn-online {
  background-color: #ffe5dd;
  padding: 15px;
  text-align: justify;
}
.count-box img {
  float: left;
  width: 65px;
}
.learn-online img {
  width: 260px;
}

.learn-inr h4 {
  color: #7e0203;
  font-size: 25px;
  font-weight: 600;
}
.learn-inr p {
  color: #000;
  font-size: 17px;
  line-height: 29px;
}

.person-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.person-card img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}

.modal-content {
  border-radius: 20px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  background: #fffaf6;
  position: relative;
}

.modal-content h5 {
  color: #d3011a;
  font-size: 1.3rem;
}

.modal-content p {
  line-height: 1.7;
}

.modal-btn {
 background-color:#d3011a;
  border: none;
  color: #fff;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.modal-btn:hover {
  background-color: #e24612;
  color: #fff;
}

.custom-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color:#d3011a;
  opacity: 1;
  border-radius: 50%;
  padding: 8px;
  --bs-btn-close-color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  transition: background-color 0.3s ease;
  color: #fff;
}

.custom-close:hover {
  background-color: #e24612;
}

.plus-icon {
  position: absolute;
  bottom: 15px;
  right: 20px;
  background: white;
  color: black;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.plus-icon:hover {
  background: #f4821f;
  color: #fff;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts .count-box {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  text-align: center;
  /* box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08); */
}

.count-inr .count-box {
  background: #7e0203;
  border-radius: 5px;
}

.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: #4154f1;
}

.counts .count-box span {
  font-size: 40px;
  display: block;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-family: "Sylfaen";
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-left: 10px;
}
.footer-contact strong {
  position: absolute;
  left: 0px;
  top: 2px;
}
.footer-contact li {
  list-style: none;
  margin-bottom: 0px;
  line-height: 27px;
  padding-left: 18px;
  position: relative;
}
.current-news {
  background-color: #f0faf9;
  background-image: url(../img/curent-event.png);
  background-size: cover;
  background-position: center;
}

.current-news .card {
  border-color: #4154f1;
}

.current-news .card:hover {
  border-color: #7e0203;
}

.current-news .card img {
  width: 40px !important;
  margin: 20px auto 10px;
}

.current-news .card-body {
  text-align: center;
}

.current-news .card-body h5 {
  font-size: 18px;
}

.current-news .card-body span,
.card-body i {
  color: #4154f1;
}

.current-news .card-body span:hover,
.card-body i:hover {
  color: #ed3c0d;
}

.current-news .card-body p {
  color: gray;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.vid-gallery .gallery {
  position: relative;
  padding: 0px;
  margin-bottom: 24px;
}

.vid-gallery .gallery img {
  width: 100%;
  padding: 0px;
  height: 250px;
}

.vid-gallery .gallery h5 {
  position: absolute;
  min-height: 51px;
  z-index: 999;
  bottom: -21px;
  font-size: 15px;
  color: #fff;
  width: 100%;
  left: 0px;
  padding: 10px 18px;
  background-color: #0858ce;
}

.video-gallery #video_1 {
  border-radius: 5px;
}

.media-gallery .portfolio-wrap img {
  min-height: 230px;
  object-fit: cover;
  border-radius: 5px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #4154f1;
  border-color: #4154f1;
}

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

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #012970;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #ed3c0d;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #ed3c0d;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# 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 #4154f1;
}

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

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

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 10px;
  margin: 20px 20px;
  /* box-shadow: 0px 0 10px rgba(1, 41, 112, 0.1); */
  background: #f0faf9;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  /* text-align: center; */
  /* transition: 0.3s; */
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials-item img {
  border-radius: 6px;
  margin: 0px auto;
  max-height: 250px;
  object-fit: cover;
}

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

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

.testimonials .testimonial-item p {
  color: #000;
  margin: 10px auto 5px auto;
  font-size: 14px;
  font-weight: 600;
}

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

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #7e0203;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7e0203;
}

.testimonial-item .btn-read-more {
  font-size: 13px;
  color: #7e0203;
  font-weight: 600;
}

.testimonials .date p {
  font-size: 12px;
  text-align: right;
  color: gray;
}

.testimonials-item .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.testimonials-item .owl-dot span {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
  transition: all 0.3s;
}
.testimonials-item .owl-dot.active span {
  background: #ffc107; /* yellow active dot */
  transform: scale(1.3);
}
.testimonials-item h5 {
    font-size: 18px;
    color: #012970;
}
.testimonials-item h6 {
        font-size: 14px;
}
.testimonials-item .mb-2 {
  font-size: 14px;
}
.leadership h4{
font-size: 20px;
    color: #d3011a;
    line-height: 27px;
}

.why-pcsa h4{
    font-size:20px;
    color:#d3011a;
    margin-top:10px;
}
.our-story-img img{
   border-radius:8px; 
}
.yoga-slide h5{
    font-size:18px;
    margin-top:5px;
    font-style:italic;
    margin-bottom:10px;
}
.current-news h6{
    text-align:center!important;
}
.testimonials-item p {
  width: 100%;
  margin: 0px auto;
font-size: 16px;
    line-height: 28px;
    font-style:italic;
}
.current-news .container {
  padding: 0px 70px;
}
.current-news .owl-nav button.owl-next,
.current-news .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background: #012970 !important
}
.current-news .owl-nav button.owl-next {
  right: -74px;
}
.current-news .owl-nav button.owl-prev {
  left: -74px;
}
/* .testimonials .swiper-slide {
  opacity: 0.3;
} */

@media (max-width: 1199px) {
  /* .testimonials .swiper-slide-active {
    opacity: 1;
  } */

  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

/* @media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  } */

.testimonial-item img {
  transition: transform 0.3s ease-out;
  display: block;
  margin: 0 auto;
}

.testimonial-item:hover img {
  transform: translateY(-10px); /* Move up by 10px on hover */
}

.testimonial-item:hover {
  box-shadow: 0px 0 40px rgba(1, 41, 112, 0.08);
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.team .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.team .member .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.team .member .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 10px 15px 20px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #012970;
}

.team .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.team .member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.team .member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}
.courses-slide table{
    margin-bottom:25px;
}
.courses-slide th{
    background:#012970;
    color:#fff;
    font-size:17px;
    font-weight:500;
}
.courses-slide th, .courses-slide td{
    padding: 7px;
    border: 1px solid #e4e8f0;
}
.courses-slide td{
 font-size:15px;
}.table-responsive{
    width:100%;
    overflow-x:auto;
}
 
.program-table{
    width:100%;
    border-collapse:collapse;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    border:1px solid #ddd;
}
 
.program-table thead th{
    background:#012970;
    color:#fff;
    padding:15px 12px;
    text-align:left;
    font-weight:600;
    border:1px solid #ddd;
}
 
.program-table tbody td{
    padding:12px 12px;
    border:1px solid #ddd;
    vertical-align:top;
    color:#333;
    line-height:1.8;
}
 
.program-table tbody tr:nth-child(even){
    background:#f8f9fa;
}
 
.program-table tbody tr:hover{
    background:#eef5ff;
    transition:.3s;
}
 .text-muted {
    color: rgb(0 0 0) !important;
}
/* Responsive */
@media (max-width:768px){
    .way-life .section-header h6{
    width: 100%;
}
.way-life-inr {
    padding: 15px;
}
.way-life-left{
    width:100%;
}
.way-life-right{
       width:100%;
           padding: 20px 0px;
}
    .messages h6 {
    width: 100%;
}
    .modal-content h5 {
      font-size: 17px;
}
    .messages .col-md-4{
        width:50%!important;
        padding: 7px;
    }
 .current-news .container {
    padding: 0px 10px;
}
    .program-table{
        min-width:700px;
    }
 
    .program-table th,
    .program-table td{
        padding:12px 10px;
        font-size:14px;
    }
}
.module-list li{
    background: no-repeat;
    background-color: #fffaf8;
    padding: 10px;
    width: 31%;
    margin: 10px 10px;
    list-style: none;
    border-radius: 8px;
    font-size: 14px;
    float: left;
    border: 1px solid #f8e4e4;
}
.ftp-slide ol {
  margin-bottom: 30px;
}
.ftp-slide h5 {
  font-weight: 600;
  font-size: 22px;
}
.ftp-slide h6 {
  font-weight: 600;
  font-size: 18px;
}
.facilities-inr {
  margin-top: 20px;
}
.facilities p {
  text-align: justify;
}

.courses-slide ol {
  margin-bottom: 30px;
}

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

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.leadership img {
  border-radius: 8px;
}

.leadership {
  background-color: #f0faf9;
}

.leadership .row {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
}

.leadership h5 {
  font-size: 18px;
  font-weight: 600;
}

.faq .accordion-button {
  background-color: #7e0203;
  color: #ffff;
  font-size: 24px;
  font-weight: 600;
  padding: 10px 10px !important;
}

.faq .accordion-body {
  background-color: #e2a83d24;
}

.accordion-button:not(.collapsed) {
  background-color: none !important;
  box-shadow: none;
}

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

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
     color: #444444;
    background: #f3f3f3;
    padding: 30px;
    min-height: 225px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #7e0203;
}

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

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

.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

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

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #7e0203;
}

.contact .php-email-form input[type="text"],
.contact .php-email-form input[type="email"] {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}
.make-payment th, .make-payment td{
    text-align:left;
    padding:10px;
    font-size:15px;
    background:#fff;
    color:#000;
}
.make-payment th{
    width: 30%;
    color: #ed3c0d;
}
.contact .php-email-form button[type="submit"] {
     background: #012970;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.btn.submitt{
         background: #012970;
         border:1px solid#012970;
         padding:8px 12px;
}
.btn.btn-success{
       background: #012970;
         border:1px solid#012970;
          padding:8px 12px;
}

.contact .php-email-form button[type="submit"]:hover {
      background: #012970;
}

.contact a {
  color: #000;
  text-decoration: underline;
}

.contact a:hover {
  color: #7e0203;
}

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

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

.vacancy-form input:focus,
.vacancy-form textarea:focus,
.vacancy-form .form-select option:focus {
  border-color: #7e0203;
  box-shadow: none;
}

.vacancy-form .btn {
  background-color: #7e0203;
  color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #000;
  padding: 0 0 30px 0;
  font-size: 14px;
  color: #fff;
}

.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #012970;
}

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

.footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

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

.footer .footer-newsletter form input[type="submit"]:hover {
  background: #5969f3;
}

.footer .footer-top {
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #363636;
  padding: 42px 0 11px 0;
  color: #fff;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

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

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height: 62px;
  margin-right: 6px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #012970;
}

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

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

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

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

.footer .footer-top .footer-contact p {
  line-height: 26px;
  font-size: 14px;
}

.footer .copyright {
  text-align: center;
  padding-top: 9px;
  color: #fff;
  margin-bottom: -21px;
  font-size: 13px;
}

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

.footer .social-links i {
  color: #fff;
}

.footer .logo {
  width: 40%;
}

.division img {
  position: absolute;
  right: 0px;
}



.division-1 img {
  position: absolute;
  left: 0px;
}

@media screen and (max-width: 768px) {
    .ticker marquee {
    float: left;
    width: 70%;
}
.tabs .content {
        top: 114px;
    }
.couses-lside p a {
    padding: 8px 10px;
    margin-left: 5px;
}
.couses-lside li {
    width: 100%;
}
.services-style1__single-content {
 min-height: 180px!important;
}
.top-course {
    min-height: 180px!important;
}
.modal-dialog {
    max-width: 100% !important;
}
.top-slide h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 14px;
}
.top-slide svg {
    width: 39px;
    padding: 3px;
    height: 45px;
    margin-right: 7px;
    margin-bottom: 10px;
}
.top-slide .col-xl-3 {
    text-align: center;
    width: 50%;
}
.top-slide {
    padding: 20px 0%;
}
 .ticker a{
      font-size: 13px;
 }
.ticker h6 {
    width: 29%;
    font-size: 13px;
}
    .fixed-top {
    position: fixed;
    top: 0px;
}
.hero {
    padding-top: 67px;
}
#hero .carousel-control-next, #hero .carousel-control-prev {
    top: 55%;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    padding: 15px !important;
    background-size: 14px !important;
}
#hero .carousel-control-prev {
    left: 84%;
}
#hero .carousel-control-next {
    right: 5%;
}
.section-header h6 {
    font-size: 15px;
    padding-bottom: 8px;
    line-height: 26px;
}
  .top-header {
    display: none;
  }
  .header {
    padding: 4px 0px;
  }

  .header .logo img {
           max-height: 57px;
        width: auto;
  }

.our-team .col-lg-2 {
    width: 50% !important;
}
.footer-contact li {
    text-align: left;

}
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    padding: 15px;
  }

  h2 {
    font-size: 30px;
  }

  .section-header h6 {
    width: 100%;
  }

  .course {
    margin: 5px;
  }

  .course-inr {
    padding: 1px;
  }

  .course-inr h6 {
    font-size: 17px;
  }

  .sub-inr .nav-pills .nav-link {
    width: 350px;
    margin: 5px;
  }

  p {
    font-size: 15px;
  }

  .sub-inr p {
    text-align: center;
  }

  .learn-inr p {
    font-size: 16px;
  }

  h3 {
    font-size: 25px;
  }

  .innerheader .breadcrumbs {
    top: 52%;
  }

  .breadcrumbs h1 {
    font-size: 20px;
  }

  .breadcrumbs li {
    font-size: 12px;
    margin-top: -10px;
  }

  .innerheader {
    height: 64px;
  }

  .section-header p {
    width: 95%;
  }

  .breadcrumbs h2,
  .breadcrumbs h1 {
    display: none;
  }

  .faq .accordion-button {
    font-size: 20px !important;
  }

  .about h3 {
    font-size: 23px;
  }

  .faclty-inr {
    order: 1;
  }

  .image-test {
    order: 2;
  }

  .ftp-slide h5 {
    font-size: 15px;
  }

  h2 {
    font-size: 28px;
  }
}
