
@import('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap')
body{
font-family: "Poppins", sans-serif !important;
}
@media (min-width: 1400px) {
    .container {
        min-width: 1400px !important;
    }
}

@keyframes shadow-pulse {
    0% {
      box-shadow: 0 0 0 0px rgba(189, 4, 4, 0.8);
    }
  
    100% {
      box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
  }
  
  @keyframes shadow-pulse1 {
    0% {
      box-shadow: 0 0 0 0px rgba(235, 3, 3, 0.8);
    }
  
    100% {
      box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
  }

  


  
* {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;

}

a {
    text-decoration: none !important;
    font-size: 16px !important;
}

.top-menu {
    padding: 10px 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu ul li {
    display: inline-block;
    list-style: none !important;
}

.menu ul li a {
    padding: 5px 10px;
    text-transform: capitalize;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #333;
}

.top-appy-btn{
    width: auto !important;
    height: auto;
    /* background: #c61b1b; */
    background-image: linear-gradient(145deg, #c61b1b, #691118);
    padding: 7px 20px;
    border-radius: 50px;
}



.top-appy-btn a {
    
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    /* border-radius: 30% !important; */
}

@media (max-width:791.5px) {
    .top-appy-btn a {

        font-size: 14px !important;
        font-weight: 400 !important;
       
    }
}


.contact-info a {
    color: #000 !important;
    margin: 0 10px;
    font-size: 18px !important;
}

.footer {
    width: 100% !important;
    height: 100% !important;
    background: #201e1e;
    padding: 50px 0 !important;
    line-height: 30px !important;

}

.footer p {
    color: #fff !important;
}

.copyright {
    width: 100% !important;
    height: auto !important;
    background: #c61b1b;
    color: #fff !important;
    bottom: 0 !important;
    padding: 5px !important;
}
.copyright h5{
    font-size: 16px !important;
    padding: 10px !important;
}

.copyright p {
    line-height: 30px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
     text-align: center;
     border-top: 1px solid #d36969;
}
.copyright p a{
    color: #fff !important;
}

.add .f-logo img {
    background: #fff;
    padding: 5px !important;
}

.social-icons {
   padding-top: 12px !important;
    /* padding: 20px 0 !important;
    border-top: 1px solid #3f3d3d; */

}
@media (max-width:791.5px) {
    .social-icons{
        display: none !important;
    }
    
}

.other-link p a {
    color: #fff !important;
}

.sub-title {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

/* .social-icons ul {
    margin-left: -40px !important;
} */

.social-icons ul li {
    display: inline-block;
    list-style: none !important;
}

.social-icons ul li a {
    padding: 10px 15px !important;
    background: #a52323 !important;
    font-size: 20px !important;
    /* color: #c61b1b; */
}



@media (max-width:791.5px) {
    .m-hiden {
        display: none !important;
    }

}

header {
    background: #fff !important;
}

.top-marquee {
    /* background: #242222; */
    background: #b50505;
    width: 100% !important;
    height: auto !important;

}


.top-marquee-inner {
    width: 70% !important;
    margin: auto !important;
    height: auto !important;
}

.top-marquee h5 a {
    color: #fff !important;
    line-height: 50px !important;
}

.top-marquee ul li {
    display: inline-block;
}

.top-marquee ul li {
    list-style: circle !important;
}

.top-marquee ul li::marker {
    color: #c90303 !important;
}

.top-marquee ul li a {
    color: #f2f2f2 !important;
    text-decoration: none !important;
    line-height: 30px;
}

@media (max-width:791.5px) {
    .top-marquee-inner {
        width: 100% !important;
        height: auto !important;
    }

}

.dropbtn-active {
    background-color: #b60606;
    color: #fff !important;
    padding: 12px 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    margin-top: 4px !important;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;

}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #b30b0b;
    color: #FFF !important;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #d40b4e;
    color: #FFF !important;


}

.carousel-inner .item img {

    width: 100% !important;
    height: 100% !important;
    /* object-fit: cover;
    object-position: center; */
}

@media (max-width:1400.5px) {
    .carousel-inner .item img {

        width: 100% !important;
        height: 100% !important;
        /* object-fit: cover;
        object-position: center; */
        width: fit-content;
    }
}

.carousel-indicators {
    left: 10% !important;
    margin-left: 0 !important;
    display: block !important;

}

.carousel-indicators ul {

    /* margin-left: 0 !important; */
    left: 0 !important;
    bottom: 90px !important;
}

.carousel-indicators li {
    width: 30px !important;
    height: 3px !important;
    display: block !important;
    background-color: #fff !important;
    opacity: 1 !important;
    margin: 10px 0 !important;
    border-radius: 25px !important;
    border: none !important;
}

.carousel-indicators li.active {
    background-image: linear-gradient(to left, #f21050, #0f6ac8);

    background-color: #ce0606 !important;
    border: none !important;
    opacity: 1;
    width: 50px !important;
    -webkit-transition: opacity .2s ease-in-out, width .2s ease-in-out;
    transition: opacity .2s ease-in-out, width .2s ease-in-out;
}

.top-header {
    position: relative !important;
    /* width: 100% !important;
    height: auto !important; */
}

.header-active {
    width: 100% !important;
    height: auto !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.5) !important;
    background-color: #fff !important;
    padding: 5px 0 !important;
}

#top-button.show {
    opacity: 1;
    visibility: visible;
}


#top-button {
    text-decoration: none !important;
    display: inline-block;
    background: linear-gradient(to left, #5f2d2d, #ac0000);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 10px;
    right: 10px !important;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}

#top-button::after {
    content: "\f062";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 50px;
    color: #fff;
}


.formdiv {
    /* background: rgba(255, 255, 255, 0.7) !important; */
    background: #fff !important;
  top: 10% !important;
  position: absolute;
  overflow: auto;
  right: 5% !important;
  height: auto !important;
  width: 356px;
  max-width: 100%;
  border-radius: 10px;
  /* box-shadow: 0 0 10px #111 !important; */
  z-index: 999 !important;
}

.formdiv h3 {
    /* font-size: 20px !important; */
    color: #c61b1b !important;
    font-weight: 600 !important;
}
.formdiv-mobile h3 {
    color: #c61b1b !important;
    font-weight: 600 !important;
}
.modal h3 {
    color: #c61b1b !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    padding: 15px 0 !important;
}
 
#form-container {
    background: #fff;
    padding-top: 10px;
}

.fixed-enquire {
    position: fixed !important;
    top: 310px;
    transform: rotate(-90deg);
    background-color: #FFC107;
    right: -75px;
    border-radius: 6px;
    z-index: 99 !important;
    display: none !important;
  }
  .fixed-enquire-active{
    display: block !important;
  }

  .fixed-enquire .side-equire {
    color: #000;
    letter-spacing: 0.27px;
    font-size: 16px;
    padding: 12px 30px 40px 30px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
  }

  .wa-float {
    position: fixed;
    bottom: 100px;
    right: 0px;
    text-align: center;
    z-index: 100;
    background: #2bc405;
  }

  .sidebar-menu {
    position: fixed;
    top: 50%;
    left: -400px;
    transform: translateY(-50%);
    width: 400px !important;
    height: auto;
    padding-top: 30px !important;
    padding-bottom: 50px !important;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 9999 !important;
  }

  .sidebar-btn-toggle {
    position: absolute;
    height: 50px;
    width: 148px;
    text-align: center;
    cursor: pointer;
    background: #FFC107 !important;
    transform: rotate(-90deg);
    top: 40%;
    right: -99px !important;
    line-height: 48px;
    text-transform: uppercase !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }

  .sidebar-menu-inner {
    padding: 10px !important;
  }

  .sidebar-menu-inner .s-title {
    text-align: center;
    font-size: 2.5rem !important;
  }

  .sidebar-menu.active {
    left: 0;
  }

  @media (max-width: 791.5px) {
    .sidebar-menu.active .sidebar-btn-toggle {
      top: -50px !important;
      right: 0 !important;
      transform: translateY(0);
      border-top-right-radius: 5px !important;
      border-top-left-radius: 5px !important;
      border-bottom-right-radius: 0 !important;
      border-bottom-left-radius: 0 !important;
    }
  }


  .modal {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999 !important;
    transition: background 0.15s linear;
    
  }
  .modal-content{
   
    max-width: 400px !important;
    margin: auto !important;
    height: auto !important;
  }
  .modal-header {
    padding: 0px !important;
    border-bottom: 0 solid #e5e5e5;
  }
 .close {
    position: absolute !important;
    right: 0px !important;
    top: 0px !important;
    cursor: pointer !important;
    z-index: 9999 !important;
    background-color: #c92626 !important;
    color: #fff !important;
    opacity: 1 !important;
    padding: 10px !important;
    margin: 0 !important;
  }
  .btn-colse{
    position: absolute !important;
    right: 0px !important;
    top: 0px !important;
    cursor: pointer !important;
    z-index: 9999 !important;
    background-color: #c92626 !important;
    color: #fff !important;
    opacity: 1 !important;
    padding: 10px !important;
    margin: 0 !important;
  }
 

  /* .mbanner {
    width: 100%;
    max-width: 100%;
    position: relative;
    background-size: cover;
    padding: 0px;
  } */
  /* @media (min-width: 768px) {
    .d-md-block {
      display: block !important;
    }
  }
  @media (min-width: 576px) {
    .d-sm-block {
      display: block !important;
    }
  }
  .d-none {
    display: none !important;
  }
    */
    .mobile-formdiv{
        /* width: 100%;
        max-width: 100%;
        position: relative; */
       
        background-color: #d7d6cc !important;
        padding: 10px !important;
    }
   
    #dbannerdesktop{
        display: block !important;
    }
    #mbannermobile{
        display: none !important;
    }
  @media (max-width:791.5px) {
   
    #dbannerdesktop{
        display: none !important;
    }
    #mbannermobile{
        display: block !important;
    }
   
  }
  
      .choose-course {
        padding: 70px 0 !important;
        /* background: #999595  !important; */
        /* background: #262424;
        background-image: linear-gradient(145deg, #221b1b, #9b070e); */
        background: url('../images/choose-course1.jpg');
        background-repeat: no-repeat;
        background-size: 100% 100% !important;

      }


      .choose-course-bg-img {
        width: 100% !important;
        height: 350px !important;
        background: url('../images/choose-course.png');
        background-repeat: no-repeat;
        background-size: 100% 100% !important;
        position: relative;
        border-radius: 25px !important;

      }

      .bg-img-title {
        position: absolute;
        padding: 50px !important;

      }

      .bg-img-title h1 {
        font-size: 4.5rem !important;
        font-family: "Playfair Display", serif;
        font-optical-sizing: auto;
        font-weight: 600 !important;
        font-style: normal;
        color: #c61b1b !important;
        text-transform: capitalize;

      }

      .btn-course {
        margin-top: 50px !important;
      }

      .bg-img-title a {
        font-size: 18px !important;
        background: #d40303;
        color: #fff !important;
        padding: 10px 30px !important;
        text-transform: uppercase;
      }

      .b-logo {
        margin-top: 70px !important;
      }

      .b-logo h2 {
        color: #fff !important;
        font-size: 4rem !important;
      }


      @media (max-width:791.5px) {
        .bg-img-title h1 {
          font-size: 2.5rem !important;
        }

        .choose-course-bg-img {
          width: 100% !important;
          height: 250px !important;
        }

        .b-logo {
          margin-top: 30px !important;
        }

        .bg-img-title a {
          font-size: 16px !important;
        }
      }
    @media (min-width: 1200px) {
    .col-lg-4 {
        width: 33.33333333%;
    }
}

@media (min-width: 1200px) {
    .col-lg-4,  {
        float: left;
    }
}