/*----------------------------------------------------------------------------------
# Services ****************************************************************
------------------------------------------------------------------------------------*/
.services {
  background: white;
}

.services .tabs {
  padding: 5px 2px 0px 6px;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
  border: 2px solid #2874f0;
  border-radius: 27px;
  background: white;
  box-shadow: 3px 3px 11px 0px rgba(15, 98, 140, 0.3);
}

.services .tabs li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: black;
  margin-bottom: 5px;
  transition: all 0.3s easetitle-in-out;
  border-radius: 20px;
  margin-left: 6px;
}

.services .tabs li:hover,
.services .tabs li.active {
  color: white;
  background: #0f628c;
}
.services .section-title h2,
.services .section-title p {
  color: #2874f0;
}

.services .section-title h2::after {
  background: rgba(0, 0, 0);
}

.services .icon-box {
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0px 2px 12px rgba(15, 98, 140, 0.3);
}
.services .icon-box .icon-box-title {
  height: 60px;
}
.services .icon-box .icon-box-title h4 {
  font-size: 18px;
  font-weight: bold;
  font-family: "Rubik", sans-serif;
  color: #1c478d;
}
.services .icon-box .class-heading {
  height: 20px;
}
.services .icon-box .class-heading h5 {
  text-align: left;
  color: #0c7082;
  font-weight: bold;
  font-family: initial;
  font-size: 20px;
}
.services .icon-box:hover {
  transform: scale(1.02);
  box-shadow: 0px 2px 12px rgba(15, 98, 140, 0.8);
}

.services .icon-box .flip-card {
  background-color: transparent;
  width: 100%;
  perspective: 1000px;
}

.services .icon-box .flip-card-inner {
  position: relative;
  width: 100%;
  height: 170px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.services .icon-box .flip-card:hover .flip-card-inner {
  transform: rotateX(180deg);
}
.services .icon-box .flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.services .icon-box .flip-card-front {
  background-color: white;
  color: black;
}
.services .icon-box .flip-card-front img {
  position: absolute;
  top: -15px;
  right: 0;
  width: 125px;
  height: auto;
  box-sizing: border-box;
}
.services .icon-box .flip-card-back {
  background-color: white;
  color: black;
  transform: rotateX(180deg);
  height: 105%;
}
.services .icon {
  margin-bottom: 15px;
}

.services .title {
  font-weight: 700;
  font-size: 18px;
}
.services .title p {
  color: white;
  padding: 4px;
  background-color: #5bc427;
  display: inline;
  border: 1px solid #5bc427;
  border-radius: 15px;
  margin: -16px -51px;
  font-size: 10px;
 
  position: absolute;
}

@media (max-width: 991px) {
  .services .title p {
    margin: -20px -32px;
  }
  .services .icon-box {
    padding: 28px;
  }
}
@media (max-width: 991px) {
  .services .title p {
    margin: -20px -32px;
  }
  .services .icon-box {
    padding: 28px;
  }
}
.services .title a {
  color: #2d405f;
  transition: 0.3s;
}

.services .title a:hover {
  color: #4e6fa4;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
  font-weight: 600;
}
.services .icon-box .flip-card .flip-card-inner .flip-card-front h5 {
  text-align: left;
  color: #0f628c;
  font-size: 22px;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
}
.services .icon-box .flip-card .flip-card-inner .flip-card-front h4 {
  text-align: left;
  font-size: 18px;
  color: #1c478d;
  font-weight: bold;
  font-family: "Rubik", sans-serif;
  text-decoration: underline;
  text-underline-position: auto;
}

.services .icon-box .flip-card .flip-card-inner .flip-card-back ul {
  text-align: left;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
}
.services .icon-box .flip-card .flip-card-inner .flip-card-back ul li {
  list-style: disc;
  color: #1c478d;
}
.services .icon-box .flip-card .flip-card-inner .flip-card-front ul {
  text-align: left;
  font-size: 15px;
  line-height: 23px;
  font-weight: bold;
  margin-left: -20px;
}
.services .icon-box .flip-card .flip-card-inner .flip-card-front ul li {
  list-style: disc;
  color: #1c478d;
  font-weight: 700;
  font-family: unset;
  letter-spacing: 1px;
}

.services .icon-box .flip-card .flip-card-inner .flip-card-back .card-back-contain {
  width: 107%;
  background: white;
}
.services .icon-box .cardfooter {
  height: 35px;
}

/*----------------------------------------------------------------------------------
# SignIn button ****************************************************************
------------------------------------------------------------------------------------*/
.signIn-btn {
  background: aliceblue;
  color: #2874f0;
  border-radius: 30px;
  padding: 8px 15px 10px 15px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
  font-family: "Krub", sans-serif;
  letter-spacing: 0.5px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 7px 0px rgba(40, 116, 240, 0.2);
}

.signIn-btn:hover {
  background: #2874f0;
  color: #fff;
  box-shadow: 3px 3px 7px 0px rgba(40, 116, 240, 0.7);
}

@media (max-width: 768px) {
  .signIn-btn {
    padding: 6px 18px;
  }
}


/*----------------------------------------------------------------------------------
# live Classes Form Design ****************************************************************
------------------------------------------------------------------------------------*/
.contact .form-section {
  box-shadow: 0 0 30px rgba(15, 98, 140, 0.2);
  padding: 30px;
  background: #fff;
}
  .contact input::placeholder {
    font-size: 17px;
  }
  
  .contact .form-section input,
  .contact .form-section textarea {
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
  }
  
  .contact .form-section input:focus,
  .contact .form-section textarea:focus {
    border-color: #8ea5ca;
  }
  
  .contact .form-section input {
    padding: 20px 15px;
  }
  
  .contact .form-section button[type="submit"] {
    background: #2874f0;
    border: 1px solid #2874f0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
  }
  
  .contact .form-section button[type="submit"]:hover {
    background: white;
    color: #2874f0;
    border: 1px solid #2874f0;
  }
  
  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

/*--------------------------------------------------------------
# Form Design *****************************************************
--------------------------------------------------------------*/
 
.form {
    box-shadow: 0 0 30px rgba(15, 98, 140, 0.3);
    padding: 30px;
    background: #fff;
    border: 1px solid white;
    border-radius: 10px;
    height: 380px;
    overflow-x: hidden;
    overflow-y: auto;
}

 .form button {
    background: #2874F0;
    border: 1px solid #2874F0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
}

.form button:hover {
    background: #fff;
    color: #2874F0;
    border: 1px solid #2874F0;
} 

/*--------------------------------------------------------------
# new Footer 
--------------------------------------------------------------*/
.footer {
  color: #444444;
  font-size: 14px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.6);
}

.footer .footer-top {
  background: rgb(86, 80, 159);
}

.footer .footer-top .logo img {
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 15px;
  height: auto;
  width: 100%;
  background: rgba(255, 255, 255, 1);
}
.footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

.footer .footer-top .footer-contact h4 {
  font-size: 15px;
  margin: 15px 0 6px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: white;
}

.footer .footer-top .footer-contact p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Krub", sans-serif;
  color: white;
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #eedd00 !important;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 1rem;
}


.hourswrp li {
  font-size: 15px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  padding: 2px 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.hourswrp li span{
  margin-left: auto;
}

.vertical-line-right{
  border-right: 1px solid rgba(255, 255, 255, .5);
}

.vertical-line-left{
  border-left: 1px solid rgba(255, 255, 255, .5);
}

@media only screen and (max-width:768px){
  .vertical-line-right{
    border-right: none;
  }

  .vertical-line-left{
    border-right: none;
  }
}



.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: rgb(238, 221, 0);
  font-size: 15px;
  line-height: 1;
}

.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: white;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
}
.footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: rgb(238, 221, 0);
}

.footer .com {
  padding-top: 5px;
  font-size: 13px;
  color: white;
}

.footer .footer-top .social-links a {
  margin-left: 10px;
  line-height: 10px;
}


.footer .footer-top .social-links a .fa-facebook {
  color: #ffffff;
  background : #1d65e8;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 18px;
}
.footer .footer-top .social-links a .fa-facebook:hover {

 transform: scale(1.1);
}

.footer .footer-top .social-links a .fa-twitter {
 
  color: #ffffff;
  background : #18bbea;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 18px;
}

.footer .footer-top .social-links a .fa-twitter:hover {

 transform: scale(1.1);
}

.footer .footer-top .social-links a .fa-google {
  color: #ffffff;
  background : #DB4437;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 18px;
}

.footer .footer-top .social-links a .fa-google:hover {

 transform: scale(1.1);
}

.footer .footer-top .social-links a .fa-youtube {
  color: #ffffff;
  background : #DB4437;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 18px;
}

.footer .footer-top .social-links a .fa-youtube:hover {

 transform: scale(1.1);
}


.footer .footer-top .about-us p{
  color: white;
  font-size: 15px;
  text-align: left;
  font-weight: 500;
}

@media (max-width: 767px) {
  .ios-img {
    margin-top: 10px;
  }
}

/************************
  payment page Css
**************************/
.payment-section {
  background: #f7f7f7;
  padding: 60px;
}

.payment-section .title h2 {
  color: white;
  font-size: 28px;
  font-weight: 700;
}

.card {
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.1) !important;
}
.card:hover {
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.2) !important;
}

.payment-section .box-text {
  position: absolute;
  bottom: 0;
  width: 95%;
}

@media screen and (max-width: 768px) {
  .payment-section .box-text {
    position: relative;
  }
}


.payment-section .box-text h4 {
  color: black;
  font-size: 16px;
  text-align: justify;
  line-height: 25px;
  font-weight: 400;
}

.payment-section .card p{
  color: black;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0.1rem;
}
.payment-section .card .badge-success{
  font-size: 15px;
}
.payment-section .card .btn-primary{
  background-image: linear-gradient(45deg, rgb(33, 150, 243) 30%, rgb(33, 203, 243) 90%);
  border: 1px solid #2874f0;
  width: 70%;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    
}

.payment-section .card .btn-primary:hover{
  background-image: linear-gradient(45deg, rgb(32 134 215) 30%, rgb(31 183 219) 90%);
  border: 1px solid #2874f0;
  width: 70%;
  color: #fff;
  border-radius: 20px;
}
.payment-section .card .btn-danger{
  border-radius: 18px;
  font-weight: 700;
  padding: 4px 14px 5px 14px;
  background: white;
  color: #dc3545;
}

.payment-section .card .btn-danger:hover{
  background: #dc3545;
  color: #fff;
}


.contain .contain-box {
  background: white;
  color: black;
  border-radius: 10px;
}

.contain .card {
  line-height: 5px;

}
.contain .title h3 {
 color: #2874f0;
 font-size: 30px;
 font-weight: bold;
}

.contain .card .badge-success{
  font-size: 16px;
}

.contain .contain-points ul{
  line-height: 30px;
  list-style-image: url('../img/correct.png');
  font-weight: 600;
  font-size: 16px;
  margin-left: 30px;
 
}

.contain .contain-points ul li::marker{
 width: 14px;
 height: 14px;
 
}

/*----------------------------------------------------------------------------------
# Meet Our Expert Instructors ****************************************************************
------------------------------------------------------------------------------------*/
.mentors{
  padding: 30px;
  /* background-image: url('../img/wave/wave3.svg');
  background-size: cover; */
  background-color: #f9f9f9;
}
.mentors .section-title {
  text-align: center;
}

.mentors .section-title h2 {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
  color: #2874f0;
}

.mentors .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #2874f0;
  bottom: 0;
  left: calc(50% - 25px);
}

/* mobile view coding of payment page
*/
@media screen and (max-width: 768px) {
  .payment-section {
    padding: 0;
    background-color: #fff;
  }
  .payment-section .title h2 {
    margin-top: 40px;
    font-size: 22px;
  }
  .payment-section .box-text {
    position: relative;
    width: 100%;
  }
  .payment-section .card {
    margin-bottom: 20px;
  }
  .payment-section .card p {
    color: black;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0.3rem;
  }
  .payment-section .card .badge-success {
    font-size: 13px;
  }
  .payment-section .card .btn-danger {
    margin-top: 10px;
  }
  .mentors .section-title h2 {
    font-size: 19px;
  }
  .contain {
    margin-top: 15px;
  }
}


/*---------------------------------------------------------------------------------- 
    Career Css ****************************************************************
------------------------------------------------------------------------------------*/
.career{
  padding: 30px;
}
.career .contact-title {
  text-align: center;
  padding: 78px 16px;
}

.career .contact-title h2 {
  font-size: 50px;
  color: white;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}

/*for Register now heading -----*/
.career .contact-title h5 {
  font-size: 37px;
  color: white;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}
/*------------------------------------*/
.career .contact-title h4 {
  font-size: 32px;
  color: white;
  font-weight: 400;
  line-height: 33px;
}

.career .card h1 {
  color: #2874f0;
  font-size: 30px;
  font-weight: 500;
}
.tnumber #program-lists {
  list-style: none;
  text-align: center;
  border-radius: 30px;
  background-color: whitesmoke;
  border: 1px solid whitesmoke;
  padding: 16px 20px 7px;
}
.tnumber #program-lists li {
  cursor: pointer;
  display: inline-block;
  padding: 0px 20px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: #2874f0;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
.tnumber #program-lists li p {
  font-size: 15px;
  color: black;
  margin-top: 10px;
  font-weight: 800;
}
.career .card .card-btn a {
  background: #2874f0;
  padding: 10px 30px;
  border: 1px solid #2874f0;
  border-radius: 20px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  transition: 0.2s;
}
.career .card .card-btn a:hover {
  background: #fff;
  color: #2874f0;
  border: 1px solid #2874f0;
}

.jobsection{
  padding: 30px;
}

.jobsection .title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  color: #2874f0;
}

.jobsection .title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: gray;
  bottom: 0;
  left: calc(50% - 25px);
}


.jobsection .card h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.jobsection .card a {
  background-image: linear-gradient(160deg, #2874f0 33%, #000000 100%);
  border: 1px solid #2874f0;
  border-radius: 30px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.jobsection .card a:hover {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.6);
}

.jobsection .jobsection-wrap {
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.jobsection .jobsection-wrap img {
  transition: all ease-in-out 0.5s;
}

.jobsection .jobsection-wrap:hover img {
  transform: scale(1.1);
}

.contain p{
  font-size: 16px;
  text-align: justify;
  font-weight: 600;
}

.career #program-lists {
  list-style: none;
  text-align: center;
  border-radius: 50px;
  background-color: #f2f3f4;
  padding: 30px;
  margin-bottom: -2rem;
}
.career #program-lists li {
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: #2874f0;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
}
.career #program-lists .active {
  background: #2874f0;
  color: #fff;
  border-radius: 20px;
}

label {
  font-size: 16px;
  font-weight: bold;
  color: #2874f0;
}

.asteriskField{
  color: #e31e24;
  margin-left: 4px;
  font-size: 18px;
}

.form-section .card{
  box-shadow: -3px -3px 12px 0px rgba(0, 0, 0, 0.1);
}
.form-section .card:hover{
  box-shadow: -3px -3px 12px 0px rgba(40, 116, 240, 0.3);
}
@media (max-width: 768px) {
  .career{
    padding: 10px;
  }
  .career .contact-title h2 {
    font-size: 25px;
    color: white;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
  }
  /*for Register now heading -----*/
.career .contact-title h5 {
  font-size: 23px;
}
/*------------------------------------*/
  
.career .contact-title {
  text-align: center;
  margin-top: 40px;
}
  
.career .card .card-btn a {
  padding: 10px 10px;
  font-size: 16px;
}
.jobsection{
  padding: 0px;
}
.jobsection .title h2{
  font-size: 25px;
}
.jobsection .card{
  margin-bottom: 20px;
}
}

.payment-table{
  height: 500px;
}
.payment-table h2{
  text-align: left;
  font-size: 20px;
}
.payment-table h3{
  text-align: center;
  font-size: 14px;
}

.payment-table .gst{
  display: none;
}


.payment-table .total-amount h6{
  text-align: center;
  padding: 10px;
  font-size: 15px;
}

.payment-table .description p{
  font-size: 14px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .payment-table{
    height: 700px;
  }
  .payment-table .payment-gst{
    display: none;
  }
  .payment-table p{
    text-align: left;
  }
  .payment-table .gst{
    display: inline;
  }
  .payment-table .payment-gst-block{
    border-top: 1px solid red;
    margin:10px 0;
    padding-top: 12px;
  }
  .payment-table .price{
    background-color: #17a2b8;
    padding: 7px;
    border-radius: 20px;
    color: #fff;
    font-size: 15px;
  }
  .payment-table .discount{
    background-color: #28a745;
    padding: 7px;
    border-radius: 20px;
    color: #fff;
    font-size: 15px;
  }
  .payment-table h2{
    text-align: center;
    font-size: 16px;
  }
  .payment-table .total-amount p{
    text-align: left;
    padding: 5px;
    font-size: 17px;
  }
}


/*New Testimonial Css ---------------*/
.new-testimonial{
  padding: 60px 30px 30px;
  margin: 50px 30px 30px;
  border: 2px double #5654A0;
  position: relative;
}
.new-testimonial .pic{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #5654A0;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}
.new-testimonial .pic img{
  width: 100%;
  height: auto;
}
.new-testimonial .description{
  font-size: 18px;
  color: #5654A0;
  line-height: 24px;
  text-align: center;
  font-weight: 600;
  position: relative;
  text-align: center;
}
.new-testimonial .title{
  display: inline-table;
  padding: 10px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #5654A0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  bottom: -22px;
}
.new-testimonial .post{
  font-size: 15px;
  color: #FFAF40;
}
.new-test div.owl-nav{
  color: #5654A0 !important;
}

/* associate design ----------------- */
.assosiate .card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.assosiate .card-contain {
  background-color: rgb(40, 116, 240, 0.1);
  border-radius: 10px 0 0 10px;
  margin-top: auto;
  margin-bottom: auto;
  height: 100%;
}

.assosiate .card-contain p {
  text-align: justify;
  padding: 23px;
  color: black;
  line-height: 26px;
  font-weight: 500;
  font-size: 18px;
}

.assosiate .card-form {
  padding: 15px;
  height: 500px;
  overflow-y: scroll;
}

.assosiate .card-form label{
  color: #2874f0;
}
.assosiate .card-form legend{
  color: #2874f0;
  font-weight: 700;
}

.assosiate .card-form .asteriskField {
  color: #e31e24;
  margin-left: 4px;
  font-size: 18px;
}

.categories {
  z-index: 1000;
  margin-top: 110px;
  position: relative;
}

.unorderList{
  list-style: none;
}

.categories-course {
  padding: 15px;
  text-align: center;
  border-radius: 12px;
  height: 280px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}




.categories ul li:nth-child(odd) .categories-course{
  background-color: rgb(247, 246, 244);
  color: #000000;
  
}

.categories ul li:nth-child(even) .categories-course{
  background-color: rgb(247, 246, 244);
  color: #000000;
}



@media screen and (max-width:990px){
  .categories ul li:nth-child(1){
    margin-top: 0;
  }

  .categories ul li{
    margin-top: 100px;
  }
}

.course-icon {
 
  margin-top: -180px;
}

.course-icon-inner {
  width: 230px;
  height: 230px;
  text-align: center;
  line-height: 230px;
  display: inline-block;
  /* box-shadow: 0 0 15px rgb(0 0 0 / 15%); */
}



.course-title{
  height: 175px;
}
.course-title h4:nth-child(odd) {
  font-size: 24px;
  color: #5654A0 !important;
  position: relative;
  margin-bottom: 30px;
}

.course-title h4:nth-child(even) {
  font-size: 24px;
  color: #5654A0 !important;
  position: relative;
  margin-bottom: 30px;
}

.course-title h4:before {
  content: "";
  background: #5654A0;
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: -15px;
  left: 40%;
  text-align: center;
}



.course-title p {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: justify;
  text-align-last: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* feature section */
.feature-list li{
  margin-bottom: .5rem;
}



.feature-wrap {
  display: flex;
}



.feature-wrap h3{
  font-size: 22px;
  color: #56509F;
  font-weight: lighter;
}

.feature-wrap p{
  font-size: 14px;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}

.feature_icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  display: table;
}

.feature_icon img{
 
  width: 50px;
  height: 50px;
  margin: auto;
  line-height: 50px;
}


.right-list .feature_icon {
  margin-right: 20px;
}

.left-list .feature_icon {
  margin-left: 20px;
}




.feature-list li:nth-child(even) h3 {
  color: #5654A0;
}

.feature-list li:nth-child(odd) h3 {
  color: #5654A0;
}

/* .feature-list li:nth-child(odd) .feature_icon {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.feature-list li:nth-child(even) .feature_icon {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
} */


.primary-title h2{
  font-size: 32px;
  line-height: 40px;
  color:#5654A0;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}

.primary-title p{
  font-size: 14px;
  line-height: 20px;
}

.primary-title h2:before{
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  left: calc(50% - 25px);
  background: #5654A0;
  bottom: -15px;
  text-align: center;
  display: block;

}

.secondary-title h2{
  font-size: 32px;
  line-height: 40px;
  color:#ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}

.secondary-title h2:before{
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  left: calc(50% - 25px);
  background: #ffffff;
  bottom: -15px;
  text-align: center;
  display: block;

}

.warning-title h2{
  font-size: 32px;
  line-height: 40px;
  color:#FFDD00;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}

.warning-title h2:before{
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  left: calc(50% - 25px);
  background: #FFDD00;
  bottom: -15px;
  text-align: center;
  display: block;

}

@media screen and (max-width:991px){

  .feature-list li{
    margin-bottom: 1rem;
  }

  .primary-title h2{
    font-size: 24px;
    line-height: 30px;
  }

}

.btn-round{
  border-radius: 30px;
}

.btn-primary-dark{
    color: #ffffff;
    background-color: #56509F;
    border-color: #56509F;

}

.btn-primary-dark:hover{
  
  background-color: #ffffff;
  border-color: #56509F;
  color: #56509F;

}



/* teacher section */
.teacher-section .owl-carousel .owl-item img{
  width: auto !important;
}
.single-teachers{
  margin-bottom: 30px;;
}

.teacher-img{
position: relative;
overflow: hidden;
border-radius: 50%;
background: #fff;
height: 180px;
width: 180px;
margin-left: auto;
margin-right: auto;
border: 5px double #FFAF40;
  
}

.teacher-img img{
width: auto;
height: 100%;
margin-right: auto;
margin-left: auto;
display: block;
  
}

.teacher-img-detail img{
  margin-left: auto;
  margin-right: auto;
  width: 290px;
  height: 290px;
  border-radius: 20px;

}

.teachers-content{
  text-align: center; 
  position: relative; 
}

.teachers-content h3{
 font-size: 20px;
 font-weight: bold;
 color:  #fff !important;
}

.teachers-content h3:before{
  content : "";
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #FFAF40;
  left: calc(50% - 20px);
  top: 45px;
  
}

.t-dark h3{
 font-size: 20px;
 font-weight: bold;
 color: #5A7BBB !important;
}

.t-dark h3:before{
  content : "";
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #FFAF40;
  left: calc(50% - 20px);
  top: 45px;
  
}

.t-dark .designation{
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  margin-top: 1rem;
}

.designation{
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  margin-top: 1rem;
}

.single-teachers .teachers-content {
    padding: 1rem;
    display:block;
    
}

.background-bottom .background-inner{
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: -30px;
  background: url('../../assets/img/wave/footer-bg.png');
  background-position: bottom;
  background-size: contain;
  background-repeat: repeat-x;
}

/* custom form field */
.custom-form .form-group .form-control {
  height: 50px;
  border-radius: 4px;
  font-size: 14px;
  border-width: 1px;
  border-color: #BD66FF;
}

.custom-form .form-group .form-control:focus {
  outline: none;
  border-color: #BD66FF;
}

.errorlist li{
  color: #ff0000;
}

/* enquiry form section */

.enquiry-form-top{
  margin: auto;
  bottom: 0;
}
.enquiry-form-top img{
  display: block;
  margin-bottom: -160px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

@media (max-width: 980px) and (min-width: 768px){
  .enquiry-form-top img{
    width: 650px;
    margin-bottom: -125px;
    
  }
}

@media (max-width: 768px){
  .enquiry-form-top img{
    width: 280px;
    margin-bottom: -50px;
    
  }
}

.gallery{
  border: 5px double #FFAF40;
  border-radius: 20px;
  padding:1px;
  height: 210px;
  overflow: hidden;
}

.gallery img{
  border-radius: 20px;
  width: 100%;
  align-items: center;
  transition: all .2s;
}

.gallery img:hover{
  transform: scale(1.1)
}

.preload{
  background-color: #92278f;
  position:fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items : center;
  z-index: 999999;
  transition: opacity .5s ease;
}

.preload .preload-img{
  position: absolute;
  top: 20%;
  height: 250px;
  animation: preload-img 5s cubic-bezier(.08,.82,.17,1);
  
}


.preload-text{
  position: absolute;
  top: 60%;
  color: #ffffff !important;
  margin-top: 20px;
  font-size: 40px;
  font-family: sans-serif;
  text-align: center;
 
 
}

.director-img{
  position: relative;
  z-index: 1;
  bottom: 0;
  margin-bottom: -30px;
}

.director-img img{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  margin-left: -16px;
  margin-bottom: 0;
  height: 750px;
}



/* .btn-skip{
  position: absolute;
  top: 80%;
}

.btn-preload-register{
  position: absolute;
  top: 90%;
} */

.preload-btn{
  position: absolute;
  top: 75%;
  animation: preload-btn 4s linear;
}

.preload-btn a{
  margin: 5px;
}



.preload-finish{
  opacity: 0;
  pointer-events: none;
}

@keyframes preload-img{
  from{
      transform: scale(0);
  }

  to{
      transform: scale(1);
  }

}

@keyframes preload-btn{
  from{
    transform: translateY(0%);
  }

  tp{
     transform: translateY(70%);
  }
}

/* media screen bettween 991px to 768px */
@media (max-width: 991px) and (min-width: 768px){
  .preload .preload-img{
    
    top: 20%;
    height: 200px;
  
  }
  
  
  .preload-text{
    position: absolute;
    top: 50%;
    color: #ffffff !important;
    margin-top: 10px;
    font-size: 30px;
    font-family: sans-serif;
    text-align: center;
   
   
  }

  .preload-btn{
   
    top: 65%;
    
  }

  .director-img img{
    
    display: 650px;
    
  }
}
/* media screen less tha 768 px */
@media (max-width: 768px){
  .preload .preload-img{
    
    top: 10%;
  }
  
  
  .preload-text{
    position: absolute;
    top: 50%;
    color: #ffffff !important;
    margin-top: 10px;
    font-size: 24px;
    font-family: sans-serif;
    text-align: center;
   
   
  }

  .preload-btn{
   
    top: 65%;
    
  }

  .director-img img{
    
    display: none;
  }
}
 






